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
#breadcrumb, #triangle, .colonna ul { display: none; } .listProd span, #risric h1, .colonna, .colonna:hover .show, .colonna:active .show { display: block; } .notifica, .intestW, .boxW, .boxA, #faq, #question, #who, #history , #contacts , #where , #legal, #box_singolo, .card{ width: 95%; } .boxW, .boxA, #faq, #question, #who, #history , #contacts , #where , #legal, #boxLog, .card { min-width: 0; } .boxW, .boxA, .prodotto { margin: 1.5em auto; } #faq, #question, #links { padding: 0; } /* HEADER */ #header { position: fixed; top: 0; right: 0; z-index: 2; height: 6em; } #logo { margin-top: 0.25em; } #logo img, #title img { height: 5.5em; width: auto; vertical-align: middle; } #title { vertical-align: middle; } @media only screen and (max-width : 500px){ #title img { display:none; } } /* MENU */ #menu { cursor: pointer; position: fixed; top: 2em; right: 2em; width: 2em; height: 2em; background-color: transparent; border: 0; background-image: url("../img/menu2.png"); background-size: cover; z-index: 2; } #menu ul { position: fixed; top: 0; right: -2em; width: 0; height: 100vh; transition: width 0s ease-in-out; } #menu:active ul, #menu:hover ul { cursor: auto; width: 60vw; z-index: 3; background-color: #000080; box-shadow: -0.5em 0 1em #3f3f3f; transition: width 0.5s ease-in-out; } #menu li, #menu #pulsanteA, #menu #pulsanteC, #menu #areapers, #menu #comparsa { display: block; width: 100%; border-bottom: 0.1em solid #ff4600; background-color: #ffc800; } #menu #pulsanteA, #menu #areapers { float: none; } #menu #pulsanteC { position: static; } #pulsanteC:hover{ background-color: #ffaa00; } #comparsa { border-top: 0; box-shadow: 0 0 0 0; } #comparsa .pulsanti { border: 0; padding: 0; font-size: 1em; } #comparsa:hover{ background-color: #ffaa00; } /* <NAME> */ #search_area { margin-top: 6em; float: none; width: 100%; background-color: #ffc800; border-bottom: 0.15em solid #ff4600; text-align: center; } #search_area form { margin: 0 auto; padding: 0.5em; } #search { margin: 0; } #drop_menu { left: 0.3em; } @media only screen and (max-width : 548px){ #drop_menu, #drop_menu select { display: none; } #search { width: 95%; margin: 0 0.5em; } #ricerca { border: 0.1em solid #ff4600; border-right: 0; border-radius: 0.25em 0 0 0.25em; width: 75%; } #Go { width: 15%; } } /* CONTENT */ .honly { margin-top: 6em; } /* 404 - ELIMINA ACCOUNT - ORDINE SUCCESSO*/ .imgnot{ width: 20%; } /* MODIFICA DATI - MODIFICA PRODOTTO - ISCRIZIONE - CRONOLOGIA - ACQUISTO - CARRELLO - ADD PRODOTTO*/ .listProd span{ width: auto; padding-left: 1.25em; } .listProd span:first-child{ display: inline; padding-left: 0.5em; } .prodLi { max-width: 95%; } /* FAQ */ #question h2, #question dt, #question dd { margin: 1.5em; } /* HOME */ .cat { width: 90%; max-width: 28em; height: auto; margin: 1.5em auto; padding: 0; } .cat a { line-height: normal; font-size: 1.5em; overflow: hidden; box-shadow: 0 0 1.1em #999; } .cat span { display: block; position: relative; word-break: break-all; visibility: visible; background-color: #f0f0f0; padding: 0.2em 0; } .cat img { position: static; width: 100%; height: 100%; } /* LOG-IN */ #boxLog { width: 70%; } /* PRODOTTO SINGOLO */ #box_singolo img { width: 90%; height: 90%; margin: 1em 5%; } /* RICERCA */ #filter { text-align: center; margin: 1em 2.5em; } .prodotto { width: 75%; height: auto; } .prodotto img { width: 30%; height: 30%; margin: 1em; } .prodotto span { margin-top: 1em; } .prodotto .titolo { padding-bottom: 0; } /* ACCOUNT - ACCOUNT AMMINISTRAZIONE */ .card { height: 11em; margin: 0.5em auto; } .card img { width: 20%; height: 20%; } .card span{ padding: 0.5em; } .card .titolo{ margin-top: 0; } /* FOOTER */ #links { width: 100%; margin: 0; } .colonna { width: 100%; text-align: center; } .colonna h1:after{ padding-left: 0.5em; content: "\25BC"; font-size: 0.7em; } .colonna{ border-top: 0.1em solid #ffc800; padding-top: 0.25em; } .colonna:first-child{ border-top: 0; } .colonna:hover h1:after, .colonna:active h1:after{ content: ""; } .show{ padding-bottom: 1em; }
index/style/mobile.css
#breadcrumb, #triangle, .colonna ul { display: none; } .listProd span, #risric h1, .colonna, .colonna:hover .show, .colonna:active .show { display: block; } .notifica, .intestW, .boxW, .boxA, #faq, #question, #who, #history , #contacts , #where , #legal, #box_singolo, .card{ width: 95%; } .boxW, .boxA, #faq, #question, #who, #history , #contacts , #where , #legal, #boxLog, .card { min-width: 0; } .boxW, .boxA, .prodotto { margin: 1.5em auto; } #faq, #question, #links { padding: 0; } /* HEADER */ #header { position: fixed; top: 0; right: 0; z-index: 2; height: 6em; } #logo { margin-top: 0.25em; } #logo img, #title img { height: 5.5em; width: auto; vertical-align: middle; } #title { vertical-align: middle; } @media only screen and (max-width : 500px){ #title img { display:none; } } /* MENU */ #menu { cursor: pointer; position: fixed; top: 2em; right: 2em; width: 2em; height: 2em; background-color: transparent; border: 0; background-image: url("../img/menu2.png"); background-size: cover; z-index: 2; } #menu ul { position: fixed; top: 0; right: -2em; width: 0; height: 100vh; transition: width 0s ease-in-out; } #menu:active ul, #menu:hover ul { cursor: auto; width: 60vw; z-index: 3; background-color: #000080; box-shadow: -0.5em 0 1em #3f3f3f; transition: width 0.5s ease-in-out; } #menu li, #menu #pulsanteA, #menu #pulsanteC, #menu #areapers, #menu #comparsa { display: block; width: 100%; border-bottom: 0.1em solid #ff4600; background-color: #ffc800; } #menu #pulsanteA, #menu #areapers { float: none; } #menu #pulsanteC { position: static; } #pulsanteC:hover{ background-color: #ffaa00; } #comparsa { border-top: 0; box-shadow: 0 0 0 0; } #comparsa .pulsanti { border: 0; padding: 0; font-size: 1em; } #comparsa:hover{ background-color: #ffaa00; } /* <NAME> */ #search_area { margin-top: 6em; float: none; width: 100%; background-color: #ffc800; border-bottom: 0.15em solid #ff4600; text-align: center; } #search_area form { margin: 0 auto; padding: 0.5em; } #search { margin: 0; } #drop_menu { left: 0.3em; } @media only screen and (max-width : 548px){ #drop_menu, #drop_menu select { display: none; } #search { width: 95%; margin: 0 0.5em; } #ricerca { border: 0.1em solid #ff4600; border-right: 0; border-radius: 0.25em 0 0 0.25em; width: 75%; } #Go { width: 15%; } } /* CONTENT */ .honly { margin-top: 6em; } /* 404 - ELIMINA ACCOUNT - ORDINE SUCCESSO*/ .imgnot{ width: 20%; } /* MODIFICA DATI - MODIFICA PRODOTTO - ISCRIZIONE - CRONOLOGIA - ACQUISTO - CARRELLO - ADD PRODOTTO*/ .listProd span{ width: auto; padding-left: 1.25em; } .listProd span:first-child{ display: inline; padding-left: 0.5em; } .prodLi { max-width: 95%; } /* FAQ */ #question h2, #question dt, #question dd { margin: 1.5em; } /* HOME */ .cat { width: 90%; max-width: 28em; height: auto; margin: 1.5em auto; padding: 0; } .cat a { line-height: normal; font-size: 1.5em; overflow: hidden; box-shadow: 0 0 1.1em #999; } .cat span { display: block; position: relative; word-break: break-all; visibility: visible; background-color: #f0f0f0; padding: 0.2em 0; } .cat img { position: static; width: 100%; height: 100%; } /* LOG-IN */ #boxLog { width: 70%; } /* PRODOTTO SINGOLO */ #box_singolo img { width: 90%; height: 90%; margin: 1em 5%; } /* RICERCA */ #filter { text-align: center; margin: 1em 2.5em; } .prodotto { width: 75%; height: auto; } .prodotto img { width: 30%; height: 30%; margin: 1em; } .prodotto span { margin-top: 1em; } .prodotto .titolo { padding-bottom: 0; } /* ACCOUNT - ACCOUNT AMMINISTRAZIONE */ .card { height: 11em; margin: 0.5em auto; } .card img { width: 20%; height: 20%; } .card span{ padding: 0.5em; } .card .titolo{ margin-top: 0; } /* FOOTER */ #links { width: 100%; margin: 0; } .colonna { width: 100%; text-align: center; } .colonna h1:after{ padding-left: 0.5em; content: "\25BC"; font-size: 0.7em; } .colonna{ border-top: 0.1em solid #ffc800; padding-top: 0.25em; } .colonna:first-child{ border-top: 0; } .colonna:hover h1:after, .colonna:active h1:after{ content: ""; } .show{ padding-bottom: 1em; }
0.143338
0.084871
@import "../../../dojo/dgrid/css/dgrid.css"; @import "../../../dojo/dojo/resources/dojo.css"; /* @import "../../../dojo/dijit/tests/css/dijitTests.css"; */ .infusion .leftPane .nowrapTabStrip.dijitTabContainerTop-tabs { z-index: 10 !important; } /* REMOVE ALL TAB PADDING */ .claro .dijitTabContainerTop-tabs .dijitTabChecked { padding: 0px !important; } .wrap { margin: 0; padding: 15px; } .wrap h3 { margin-top: 5px; } html, body { width: 100%; height: 100%; overflow: hidden; } body { font-family: "Lucida Grande", sans-serif; font-size: 12px; position: relative; } .infusion .dgrid-row-even { background-color: #EEF; } .infusion .dgrid-row-odd { background-color: #AEF; } .infusion .dgrid-selected { background-color: rgb(247, 226, 172); } .infusion .logo { width: 30px; height: 30px; background-image: url(../../../../../../images/logo-30.png); background-repeat: no-repeat !important; display: inline-block; } /* RAISE UP DRILLDOWN TABS */ .infusion .lists .dojoxExpandoContent { top: -10px !important; } /* LIMIT WIDTH OF LIST CONTAINER */ .infusion .listContainer { position: absolute; left: 0; right: 0; /* DON'T SPECIFY HEIGHT TO ENSURE SCROLL SHRINKS WITH SPLITTER */ top: 0px !important; bottom: 55px; } .infusion .projects-header, .infusion .samples-header, .infusion .flowcells-header, .infusion .lanes-header{ font-family: Helvetica; font-weight: bold; display: inline-block; position: absolute; top: 3px; left: 0px; text-align: center; font-family: Helvetica; color: #444; font-size: 18px; z-index: 000; } .infusion .projects-header, .infusion .samples-header{ width: 90px; position: absolute; left: 35px; } .infusion .flowcells-header, .infusion .lanes-header{ width: 110px; } /* SELECT */ .infusion .selectOverlay { position: absolute; top: 55px; left: 8px; display: block; color: #AAA; width: 140px; z-index: 1000; font-style: italic; } .infusion .selectOverlay.hidden { visibility: hidden; display: none; } .infusion .projectSelect, .infusion .sampleSelect, .infusion .flowcellSelect, .infusion .laneSelect { position: absolute; top: 50px; height: 20px; margin-top: 0px !important; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .infusion .projectSelect, .infusion .sampleSelect { width: 150px; } .infusion .flowcellSelect, .infusion .laneSelect { width: 110px; } .claro .infusion .projectSelect.dijitSelect .dijitArrowButton, .claro .infusion .sampleSelect.dijitSelect .dijitArrowButton, .claro .infusion .flowcellSelect.dijitSelect .dijitArrowButton, .claro .infusion .laneSelect.dijitSelect .dijitArrowButton { width: 30px !important; } .claro .infusion .projectSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner, .claro .infusion .sampleSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner, .claro .infusion .flowcellSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner, .claro .infusion .laneSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner { height: 16px; margin-left: 7px; } .claro .infusion .projectSelect .dijitSelectLabel, .claro .infusion .sampleSelect .dijitSelectLabel, .claro .infusion .flowcellSelect .dijitSelectLabel, .claro .infusion .laneSelect .dijitSelectLabel { font-family: Helvetica !important; font-size: 15px; } /* FILTERS */ .infusion .projectFilter, .infusion .sampleFilter, .infusion .flowcellFilter, .infusion .laneFilter { position: absolute; top: 25px; height: 20px; margin-top: 0px !important; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; border-radius: 14px; -webkit-border-radius: 14px; } .infusion .projectFilter:active, .infusion .sampleFilter:active, .infusion .flowcellFilter:active, .infusion .laneFilter:active { box-shadow: -2px 2px 15px #88F } .infusion .projectFilter .dijitTextBoxFocused, .infusion .sampleFilter .dijitTextBoxFocused, .infusion .flowcellFilter .dijitTextBoxFocused, .infusion .laneFilter .dijitTextBoxFocused { box-shadow: -2px 2px 15px #44F } .infusion .dijitTextBoxFocused { box-shadow: -2px 2px 15px #44F } .infusion .projectFilter, .infusion .sampleFilter { width: 150px !important; } .infusion .flowcellFilter, .infusion .laneFilter { width: 110px !important; } .infusion .dijitPlaceHolder { text-align: top !important; position: absolute; top: 5px; margin-left: 5px; } .infusion .projectFilter .dijitReset, .infusion .sampleFilter .dijitReset, .infusion .flowcellFilter .dijitReset, .infusion .laneFilter .dijitReset { height: 20px !important; border-radius: 14px; -webkit-border-radius: 14px; } .infusion .projectFilter .dijitReset .dijitInputInner, .infusion .sampleFilter .dijitReset .dijitInputInner, .infusion .flowcellFilter .dijitReset .dijitInputInner, .infusion .laneFilter .dijitReset .dijitInputInner { font-size: 18px; } input[type="text"] { /*font-family: Arial, san-serif;*/ font-family: Helvetica; } /* LISTS */ .projectList, .sampleList, .flowcellList, .laneList { position: absolute; top: 73px; bottom: 0; width: 160px; /* ENSURE LIST HEIGHT IS 100% */ min-height: 20px; height: 100% !important; } .projectList, .sampleList { width: 160px; } .flowcellList, .laneList { width: 110px; } /* IE<7 doesn't support height/width: auto w/ top/bottom / left/right. */ .infusion .has-ie-6 .projectList, .has-ie-6 .sampleList, .has-ie-6 .sampleList, .has-ie-6 .flowcellList { height: 120px; } .infusion .has-ie-6 .listContainer { width: 100%; } /* CELL PADDING */ .infusion .dgrid-cell-padding { padding: 1px; } html, body { width: 100%; height: 100%; margin: 0; } .infusion .projectContainer, .infusion .sampleContainer { position: absolute !important; height: 100%; width: 160px !important; } .infusion .flowcellContainer, .infusion .laneContainer { position: absolute !important; height: 100%; width: 120px !important; } .infusion .projectContainer { left: 0px; } .infusion .sampleContainer { left: 165px; } .infusion .flowcellContainer { left: 330px; } .infusion .laneContainer { left: 445px; } /* ENSURE GRID HEIGHT */ .infusion .dgrid-scroller { height: auto !important; } .infusion .dijitTitlePaneContentInner { padding: 0px !important; height: auto !important; } /* EXPANDOPANES */ .claro .infusion .leftPane.dojoxExpandoClosed, .claro .infusion .rightPane.dojoxExpandoClosed { width: 18px !important; } .claro .infusion .bottomPane.dojoxExpandoClosed { height: 18px !important; } .claro .infusion .dojoxExpandoClosed { background-color: white; } .infusion .dojoxExpandoClosed .dojoxExpandoIconRight, .infusion .dojoxExpandoClosed .dojoxExpandoIconLeft { margin-right: 0px !important; } .claro .infusion .dojoxExpandoTitle { margin: 0 !important; min-height: 5px !important; padding: 0 !important; z-index: 0 !important; } /* TAB LIST WIDTH */ .infusion .dijitTabListWrapper .dijitTabContainerTopStrip .dijitAlignClient { width: 100% !important; } .claro .infusion .dijitTabPaneWrapper, .claro .infusion .dijitTabContainerTop-tabs, .claro .infusion .dijitTabContainerBottom-tabs, .claro .infusion .dijitTabContainerLeft-tabs, .claro .infusion .dijitTabContainerRight-tabs { border: none !important; width: 100% !important; height: 100% !important; z-index: 10 !important; } .claro .infusion .dijitSplitterHActive { height: 10px !important; } .claro .infusion .dijitSplitterVActive { width: 10px !important; } /* LEFT PANE */ .infusion .leftPane .dojoxExpandoContent .dijitExpandoPaneSingleChild, .infusion .dojoxExpandoPane .dijitExpandoPane .leftPane .dojoxExpandoWrapper { top: -5px !important; } /* SHOW LISTS IN LEFT PANE */ .infusion .leftContainer { height: 600px !important; width: 600px !important; } .infusion .dijitHidden { /*display: inline !important;*/ } .infusion .dijitTabListContainer-top.dijitTabController.dijitScrollingTabController { display: inline !important; } .infusion .leftPaneContainer { height: 100% !important; width: 100% !important; } .infusion .centerPane .dijitTabListContainer-top.dijitTabController.dijitScrollingTabController { display: none !important; visibility: invisible !important; }
html/plugins/infusion/css/infusion.css
@import "../../../dojo/dgrid/css/dgrid.css"; @import "../../../dojo/dojo/resources/dojo.css"; /* @import "../../../dojo/dijit/tests/css/dijitTests.css"; */ .infusion .leftPane .nowrapTabStrip.dijitTabContainerTop-tabs { z-index: 10 !important; } /* REMOVE ALL TAB PADDING */ .claro .dijitTabContainerTop-tabs .dijitTabChecked { padding: 0px !important; } .wrap { margin: 0; padding: 15px; } .wrap h3 { margin-top: 5px; } html, body { width: 100%; height: 100%; overflow: hidden; } body { font-family: "Lucida Grande", sans-serif; font-size: 12px; position: relative; } .infusion .dgrid-row-even { background-color: #EEF; } .infusion .dgrid-row-odd { background-color: #AEF; } .infusion .dgrid-selected { background-color: rgb(247, 226, 172); } .infusion .logo { width: 30px; height: 30px; background-image: url(../../../../../../images/logo-30.png); background-repeat: no-repeat !important; display: inline-block; } /* RAISE UP DRILLDOWN TABS */ .infusion .lists .dojoxExpandoContent { top: -10px !important; } /* LIMIT WIDTH OF LIST CONTAINER */ .infusion .listContainer { position: absolute; left: 0; right: 0; /* DON'T SPECIFY HEIGHT TO ENSURE SCROLL SHRINKS WITH SPLITTER */ top: 0px !important; bottom: 55px; } .infusion .projects-header, .infusion .samples-header, .infusion .flowcells-header, .infusion .lanes-header{ font-family: Helvetica; font-weight: bold; display: inline-block; position: absolute; top: 3px; left: 0px; text-align: center; font-family: Helvetica; color: #444; font-size: 18px; z-index: 000; } .infusion .projects-header, .infusion .samples-header{ width: 90px; position: absolute; left: 35px; } .infusion .flowcells-header, .infusion .lanes-header{ width: 110px; } /* SELECT */ .infusion .selectOverlay { position: absolute; top: 55px; left: 8px; display: block; color: #AAA; width: 140px; z-index: 1000; font-style: italic; } .infusion .selectOverlay.hidden { visibility: hidden; display: none; } .infusion .projectSelect, .infusion .sampleSelect, .infusion .flowcellSelect, .infusion .laneSelect { position: absolute; top: 50px; height: 20px; margin-top: 0px !important; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .infusion .projectSelect, .infusion .sampleSelect { width: 150px; } .infusion .flowcellSelect, .infusion .laneSelect { width: 110px; } .claro .infusion .projectSelect.dijitSelect .dijitArrowButton, .claro .infusion .sampleSelect.dijitSelect .dijitArrowButton, .claro .infusion .flowcellSelect.dijitSelect .dijitArrowButton, .claro .infusion .laneSelect.dijitSelect .dijitArrowButton { width: 30px !important; } .claro .infusion .projectSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner, .claro .infusion .sampleSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner, .claro .infusion .flowcellSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner, .claro .infusion .laneSelect.dijitSelect .dijitArrowButton .dijitArrowButtonInner { height: 16px; margin-left: 7px; } .claro .infusion .projectSelect .dijitSelectLabel, .claro .infusion .sampleSelect .dijitSelectLabel, .claro .infusion .flowcellSelect .dijitSelectLabel, .claro .infusion .laneSelect .dijitSelectLabel { font-family: Helvetica !important; font-size: 15px; } /* FILTERS */ .infusion .projectFilter, .infusion .sampleFilter, .infusion .flowcellFilter, .infusion .laneFilter { position: absolute; top: 25px; height: 20px; margin-top: 0px !important; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; border-radius: 14px; -webkit-border-radius: 14px; } .infusion .projectFilter:active, .infusion .sampleFilter:active, .infusion .flowcellFilter:active, .infusion .laneFilter:active { box-shadow: -2px 2px 15px #88F } .infusion .projectFilter .dijitTextBoxFocused, .infusion .sampleFilter .dijitTextBoxFocused, .infusion .flowcellFilter .dijitTextBoxFocused, .infusion .laneFilter .dijitTextBoxFocused { box-shadow: -2px 2px 15px #44F } .infusion .dijitTextBoxFocused { box-shadow: -2px 2px 15px #44F } .infusion .projectFilter, .infusion .sampleFilter { width: 150px !important; } .infusion .flowcellFilter, .infusion .laneFilter { width: 110px !important; } .infusion .dijitPlaceHolder { text-align: top !important; position: absolute; top: 5px; margin-left: 5px; } .infusion .projectFilter .dijitReset, .infusion .sampleFilter .dijitReset, .infusion .flowcellFilter .dijitReset, .infusion .laneFilter .dijitReset { height: 20px !important; border-radius: 14px; -webkit-border-radius: 14px; } .infusion .projectFilter .dijitReset .dijitInputInner, .infusion .sampleFilter .dijitReset .dijitInputInner, .infusion .flowcellFilter .dijitReset .dijitInputInner, .infusion .laneFilter .dijitReset .dijitInputInner { font-size: 18px; } input[type="text"] { /*font-family: Arial, san-serif;*/ font-family: Helvetica; } /* LISTS */ .projectList, .sampleList, .flowcellList, .laneList { position: absolute; top: 73px; bottom: 0; width: 160px; /* ENSURE LIST HEIGHT IS 100% */ min-height: 20px; height: 100% !important; } .projectList, .sampleList { width: 160px; } .flowcellList, .laneList { width: 110px; } /* IE<7 doesn't support height/width: auto w/ top/bottom / left/right. */ .infusion .has-ie-6 .projectList, .has-ie-6 .sampleList, .has-ie-6 .sampleList, .has-ie-6 .flowcellList { height: 120px; } .infusion .has-ie-6 .listContainer { width: 100%; } /* CELL PADDING */ .infusion .dgrid-cell-padding { padding: 1px; } html, body { width: 100%; height: 100%; margin: 0; } .infusion .projectContainer, .infusion .sampleContainer { position: absolute !important; height: 100%; width: 160px !important; } .infusion .flowcellContainer, .infusion .laneContainer { position: absolute !important; height: 100%; width: 120px !important; } .infusion .projectContainer { left: 0px; } .infusion .sampleContainer { left: 165px; } .infusion .flowcellContainer { left: 330px; } .infusion .laneContainer { left: 445px; } /* ENSURE GRID HEIGHT */ .infusion .dgrid-scroller { height: auto !important; } .infusion .dijitTitlePaneContentInner { padding: 0px !important; height: auto !important; } /* EXPANDOPANES */ .claro .infusion .leftPane.dojoxExpandoClosed, .claro .infusion .rightPane.dojoxExpandoClosed { width: 18px !important; } .claro .infusion .bottomPane.dojoxExpandoClosed { height: 18px !important; } .claro .infusion .dojoxExpandoClosed { background-color: white; } .infusion .dojoxExpandoClosed .dojoxExpandoIconRight, .infusion .dojoxExpandoClosed .dojoxExpandoIconLeft { margin-right: 0px !important; } .claro .infusion .dojoxExpandoTitle { margin: 0 !important; min-height: 5px !important; padding: 0 !important; z-index: 0 !important; } /* TAB LIST WIDTH */ .infusion .dijitTabListWrapper .dijitTabContainerTopStrip .dijitAlignClient { width: 100% !important; } .claro .infusion .dijitTabPaneWrapper, .claro .infusion .dijitTabContainerTop-tabs, .claro .infusion .dijitTabContainerBottom-tabs, .claro .infusion .dijitTabContainerLeft-tabs, .claro .infusion .dijitTabContainerRight-tabs { border: none !important; width: 100% !important; height: 100% !important; z-index: 10 !important; } .claro .infusion .dijitSplitterHActive { height: 10px !important; } .claro .infusion .dijitSplitterVActive { width: 10px !important; } /* LEFT PANE */ .infusion .leftPane .dojoxExpandoContent .dijitExpandoPaneSingleChild, .infusion .dojoxExpandoPane .dijitExpandoPane .leftPane .dojoxExpandoWrapper { top: -5px !important; } /* SHOW LISTS IN LEFT PANE */ .infusion .leftContainer { height: 600px !important; width: 600px !important; } .infusion .dijitHidden { /*display: inline !important;*/ } .infusion .dijitTabListContainer-top.dijitTabController.dijitScrollingTabController { display: inline !important; } .infusion .leftPaneContainer { height: 100% !important; width: 100% !important; } .infusion .centerPane .dijitTabListContainer-top.dijitTabController.dijitScrollingTabController { display: none !important; visibility: invisible !important; }
0.22482
0.042682
body { background-color: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #000; letter-spacing: normal; word-spacing: normal; text-align: left; text-indent: 0pt; margin: 0; height: 100%; } p { margin-bottom: 0px; } div.body_content { margin: 0 12pt; } /* ---------------------------------------------------------------------------- Link styles ---------------------------------------------------------------------------- */ a:link, a:active {color: #00289C; text-decoration: none;} a:visited {color: #00289C; text-decoration: none;} a:hover {color: #CE9E08; text-decoration: underline;} /* ---------------------------------------------------------------------------- Table styles ---------------------------------------------------------------------------- */ table { background-color: transparent; margin-top: 5pt; font-size: 10pt; } p.table-title { font-weight: bold; color: #338; } p.table-title + table.table{ margin-top: -5pt; } /* Table after it's title should have small top margin */ table.table th { background-color: #ccc; font-weight: bold; } /*Head row cells*/ table.table tr td { vertical-align: top; } /*Body cells*/ table.ruled, table.ruled-wide { width: 97%; margin: 1.4em 0; border-bottom: 3px solid #3D3D3D; border-top: 4px solid #3D3D3D; background-color: #F2F2F2; } table.ruled th, table.ruled-wide th { color: white; background-color: #3D3D3D; padding: 4px 10px 7px 12px; vertical-align: middle; } table.ruled td, table.ruled-wide td { padding: 6px 10px 7px 12px; border-bottom: 1px solid #3D3D3D; vertical-align: baseline; } tr.RuledHeading, tr.RuledWideHeading { background-color: transparent; } tr.RuledEvenRow, tr.RuledWideEvenRow { background-color: transparent; } tr.RuledOddRow, tr.RuledWideOddRow { background-color: transparent; } th.table-heading { font-size: 10pt; text-align: left; font-weight: bold; color: #3D3D3D; } /* Unruled Tables */ table.not-ruled, table.not-ruled-wide { width: 97%; margin: 1em 0; } table.not-ruled th, table.not-ruled-wide th { color: #338; padding: 4px 20px 2px 0; vertical-align: text-bottom; } table.not-ruled td, table.not-ruled-wide td { padding: 4px 20px 2px 0; vertical-align: top; } table.not-ruled td div.figure-anchor, table.not-ruled-wide td div.figure-anchor { margin-top: 5pt; } /* tables in list elements */ li table.ruled, li table.ruled-wide, li table.not-ruled, li table.not-ruled-wide { width: 0; } /* paras within tables */ table.ruled p, table.ruled-wide p, table.not-ruled p, table.not-ruled-wide p { margin: 2pt 0; } /* div.note_xx within tables */ table.ruled div.note-note, table.ruled-wide div.note-note, table.not-ruled div.note-note, table.not-ruled-wide div.note-note { margin: 2pt 0; } /* ul's within tables*/ table.ruled ul, table.ruled-wide ul, table.not-ruled ul, table.not-ruled-wide ul { margin: 6pt 0 0 12pt; list-style-type: disc; } table.ruled ul p, table.ruled-wide ul p, table.not-ruled ul p, table.not-ruled-wide ul p { margin-top: 6pt; } table.ruled ul li, table.ruled-wide ul li, table.not-ruled ul li, table.not-ruled-wide ul li { margin: 4pt 0 0 0; } /* ol's within tables */ table.ruled ol, table.ruled-wide ol, table.not-ruled ol, table.not-ruled-wide ol { margin: 6pt 0 0 18pt; } table.ruled ol p, table.ruled-wide ol p, table.not-ruled ol p, table.not-ruled-wide ol p { margin-top: 6pt; } table.ruled ol li, table.ruled-wide ol li, table.not-ruled ol li, table.not-ruled-wide ol li { margin: 4pt 0 0 0; } @media print { table.ruled-wide th.table-heading { color: #3D3D3D; background-color: transparent; padding-top: 4pt; border-bottom: 4px solid #3D3D3D; } } /* @media print */ p.table-body {} /* Paragraph within table body */ p.table-heading {} /* Paragraph within table body */ p.table-footing {} /* Paragraph within table body */ /* data table */ /* also used in dialog box topics */ table.ref-data { margin: 0; border: none; font-size: 9pt; } /* data table td */ table.ref-data td { padding: 0 0 12pt 0; width: 0; } /* ---------------------------------------------------------------------------- List styles ---------------------------------------------------------------------------- */ ul { margin: 6pt 0 0 12pt; list-style-type: disc; } ul p { margin-top: 6pt; } ul li { margin: 10pt 0 0 6pt; } ul.bullet_no { list-style-type: none; } ol { margin: 6pt 0 0 18pt; } ol p { margin-top: 6pt; } ol li { margin: 10pt 0 0 0; padding-left: 0pt; } div.single_step_instruction ol { list-style-image: url(../images/ac.menuaro.gif); } div.see-also ul ul { margin-left: 0px; } div.see-also li { margin-top: 4pt; } div.see-also { margin-top: 18pt; padding-top: 2pt; border-top: 1px solid #449; } span.see-also { color: #338; font-weight: bold; } div.topic-list li { margin-top: 4pt; } div.dl_section { margin-left: 30pt; } /* section titles (break heads within topics) */ div.dl_section p.title, div.dl_section p.section_title_h1, div.section p.section_title_h1 { background-color: #959595; font-weight: bold; font-size: 10pt; color: #fff; padding: 2pt 6pt 3pt 4pt; margin-top: 20pt; } @media print { div.dl_section p.title, div.dl_section p.section_title_h1, div.section p.section_title_h1 { background-color: transparent; padding-left: 0pt; } } dl {} dl p { margin-top: 6pt; } dt { margin-top: 12pt; margin-bottom: 0px; } dd { margin-top: 0pt; margin-bottom: 0px; } ul.jumplist { margin-left: 10pt; margin-bottom: 10pt; } ol[start] { margin-top: 2pt } /* continued list */ div.list-intro { font-size: 10pt; margin-bottom: 5pt; font-weight: bold; color: #990000; } div.enclosed-list { margin-top: -5pt; padding: 0 0 0 15pt; } /* Block to indent enclosed lists */ div.enclosed-list div.list-intro { padding-top: 10pt; } /* Subsequent list into */ div.enclosed-list ul { margin: 0; } div.enclosed-list ol { margin: 0; } div.topic-list h4.related { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 8pt 0; } div.topic-list { font-size: 10pt; padding: 0; } .topiclist-litem { margin-bottom: 6pt; } /* definition list */ table.dl { font-size: 10pt; } /* in a definition list, a term-definition pair */ tr.dl-pair { } td.term { width: 100pt; vertical-align: baseline; padding: 0 12pt 0 0; } td.definiton { vertical-align: baseline; padding: 0; } /* Civil 3D quick reference sections */ div.section { margin-top: 12pt; } span.term { font-size: 10pt; font-weight: bold; color: #36c; } div.definition { margin-bottom: 10pt; } div.definition p { margin-top: 4pt; } div.definition ul { margin-top: 0pt; } div.definition li { margin-top: 4pt; } /* definition links (glossary links) */ span.term a { color: green; /* 'green' = #070 */ text-decoration: none; border-bottom: 1px dotted green; } /* definition links */ span.term a:visited { color: green; } /* collapsible */ div.collapsible { margin-top: 10pt; margin-bottom: 5pt; } img.collapsible { cursor: pointer; } div.collapsible-section { } span.collapsible-section-title { color: #027; font-size: 10pt; font-weight: bold; padding-left: 5px; cursor: pointer; } /* ---------------------------------------------------------------------------- Note styles ---------------------------------------------------------------------------- */ div.note-note, div.note-warning, div.note-tip, div.note-related, div.note-important, div.note-bestpractice { margin-top: 10pt; margin-bottom: 0px; } /* Notes within table */ table.table div.note-note, table.table div.note-warning, table.table div.note-tip, table.table div.note-related, table.table div.note-important, table.table div.note-bestpractice { padding-top: 5px; padding-bottom: 5px; font-size: 9pt; } /* Notes within lists */ li div.note-note, li div.note-warning, li div.note-tip, li div.note-related, li div.note-important, li div.note-bestpractice { margin-left: 0pt; margin-top: 2pt; margin-bottom: 8pt; } /* Note label styles */ div.note-important span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-warning span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-note span.label { color: #338; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-tip span.label { color: #338; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-related span.label { color: #027; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-important span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-bestpractice span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } /* --------------------------------------------------------------------------------------------- Code elements --------------------------------------------------------------------------------------------- */ span.code, div.codeBlock, p.codeLine, p.codeComment, span.codeLiteral { font-family: "Courier New", Courier, monospace; font-size: 10pt; font-style: normal; font-weight: normal; } span.code {} div.codeBlock div.codeBlock { margin-left: 30pt; } /* Only descendant code blocks should have indents */ p.codeLine, p.codeComment { padding: 1px; margin: 1px; } p.codeSpace {} span.codeLiteral {} div.codeBlock { margin-top: 8pt; padding: 8pt; background: #feb; } /* Fixes word wrap in code block */ pre { white-space: pre; /* CSS2 */ white-space: -moz-pre-wrap; /* Mozilla */ white-space: -hp-pre-wrap; /* HP printers */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ } div.codeBlock pre.codeLine { margin-top: 0pt; margin-bottom: 0pt; } @media print { div.codeBlock { background: #fff; border: 1px solid #000; } } /* @media print */ /* --------------------------------------------------------------------------------------------- Charspan --------------------------------------------------------------------------------------------- */ span.charspan-keyboardEntry {} span.charspan-strong { font-weight: bold; } span.charspan-special {} /* Note that CharSpan[@class='Emphasis'], CharSpan[@class='Subscript'] and CharSpan[@class='Superscript'] elements are being formatted as <em>, <sub> and <sub> html elements so please change element css definitions instead of class */ /* --------------------------------------------------------------------------------------------- Emphasis --------------------------------------------------------------------------------------------- */ em, em.mild { font-style: italic; } em.strong { font-style: normal; font-weight: bold; } em.extreme { font-style: italic; font-weight: bold; } /* --------------------------------------------------------------------------------------------- UIString --------------------------------------------------------------------------------------------- */ span.uis-promptMessage { font-style: normal; font-weight: bold; } span.uis-dialogCaption { font-style: normal; font-weight: bold; } span.uis-entryField { font-style: normal; font-weight: bold; } span.uis-menuText {} span.uis-stringTable {} span.uis-unspecified {} /* ------------------------------------------------------------------------------------------- Comments ------------------------------------------------------------------------------------------- */ div.comments-editor { font-weight: bold; color: red; } div.comments-localizer { font-weight: bold; color: red; } div.comments-special { font-weight: bold; color: red; } div.comments-author { color: #cc0000; margin-left: 24pt; margin-right: 48pt; } /* ------------------------------------------------------------------------------------------ Misc ------------------------------------------------------------------------------------------ */ .title, .list-intro { font-weight: bold; color: #990000; margin-top: 10pt; margin-bottom: -5pt; } p.title { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 0 0; } p.section_title_h1 { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 0 0; } p.list-intro { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 0 0; } p.prompt { margin-left: 12pt; color: #00c; } p.entryField { font-style: normal; font-weight: bold; } /* The same as 'uis-entryField'? */ span.keyboardEntry { } /* The same as 'charspan-keyboardEntry'? */ span.keyCaps { font-style: normal; font-weight: bold; } span.filePath { font-style: italic; } span.appSetting {} span.bookTitle {} span.coord {} span.codeIdentifier {} span.dialogCaption{ font-style: italic; } span.menuText{ font-style: normal; font-weight: bold; } span.glyphCopyright {} span.glyphTM {} span.glyphArrow {} span.glyphEllipsis {} span.glyphSpecial {} span.glyphRegistered {} span.glyph_additional { font-family: Symbol; } span.glyph_square { font-family: Wingdings; } a.webLink {} span.fileName {} span.term { font-size: 10pt; font-weight: bold; color: #36c; } dd div.definition { } dd div.brief_example { font-size: 9pt; color: #000; background-color : #77aacc; padding: 7pt 15pt; margin: 0pt; } div.section {} p.summary {} /* ----------------------------------------------------------------------------------------------- Topic heading elements ----------------------------------------------------------------------------------------------- */ /* head region */ div.head { font-family: arial; background-color: #000000; margin: 0; background-image: url(../images/product_name.gif); background-repeat: no-repeat; background-position: 15px 14px; } @media print { div.head { background-image: none; } } /* @media print */ /* head block - sets head region margins */ div.head-block { padding-top: 2pt; } /* nav group - contains browse buttons */ div.nav-group { position: relative; height: 30px; } @media print { div.nav-group { display: none; } } /* @media print */ /* ask-me stuff */ form.ask-me { width: 275px; padding: 0px; margin: 0px; height: 0px; float: left; } input.ask-me-image { cursor: pointer; margin: 2pt 0; height: 21px; } input.ask-me-text { width: 160pt; padding: 1pt 0 0 5px; height: 23px; margin-bottom: 2pt; } /* link to parent topic */ div.head-parent-link span.head-parent-link { font-weight: normal; font-style: normal; font-family: verdana; font-size: 8pt; } div.head-parent-link a { color: #347; text-decoration: underline; } div.head-parent-link a:hover { color: #347; text-decoration: underline; } div.head-parent-link a:visited { color: #347; text-decoration: underline; } /* browse button set */ div.browse { position: absolute; right: 0px; padding: 10px 12px 1px 0; } /* browse button images */ div.browse img { margin-left: 2px; } /* browse button info bar */ div.button-info { text-align: right; font-size: 8pt; height: 15px; } /* browse button info text */ span#infoline { padding: 1px 15px 1px 0; /*visibility: hidden;*/ color: #959595; width: 100%; text-align: right; } /* bread crumbs */ div.ancestry { color: #959595; background-color: #212121; margin: 2px 0 0 0; padding: 1px 0 5px 17px; font-size: 8pt; } div.ancestry a { color: #959595; text-decoration: none; } div.ancestry a:link { color: #959595; text-decoration: none; } div.ancestry a:visited { color: #959595; text-decoration: none; } div.ancestry a:hover { text-decoration: underline; color: white; } @media print { div.ancestry { display: none; } } /* @media print */ /* head-text bar */ div.head-text { background-color: #3d3d3d; padding: 8px 18px 8px 16px; /*height: 40px;*/ } /* head-text */ div.head-text span { color: #fff; font-size: 16pt; line-height: 18pt; } @media print { div.head-text span { font-size: 18pt; color: #666; filter: glow-off; } } /* @media print */ /* collapse-expand block */ /* contains the collapse block () and the expand block (), only one of which is visible depending on collapse-expand state */ div.collapse-expand { width: 200px; float: right; font-weight: normal; white-space: nowrap; position: relative; top: -6px; } @media print { div.collapse-expand { display: none; } } /* @media print */ /* collapse block */ /* initial state: hidden */ div#collapseAllSection { display: none; } /* expand block */ /* initial state: hidden */ div#expandAllSection { display: none; } /* collapse-expand images */ img.expandcollapse_img { display: none; } /* collapse-expand label */ div.collapse-expand-label { text-align: right; width: 100%; position: absolute; top: -4px; right: 0px; padding: 0px; margin: 0px; } div.collapse-expand-label span { font-weight: normal; color: #959595; cursor: pointer; font-size: 10px } /* collapse-expand description */ div.collapse-expand-description { font-weight: normal; color: #959595; text-align: right; width: 100%; position: absolute; top: 15px; right: 0px; padding: 0px 0 0 10px; margin: 0px; } /* ----------------------------------------------------------------------------------------------- Head Tabs elements ----------------------------------------------------------------------------------------------- */ /* head tabs */ div.head-tabs { background-image: url(../images/tab-bkg.gif); } /* head-tab table */ div.head-tabs table { font-size: 10pt; color: #fff; margin: 0px; padding: 0px; background: transparent; border: none; } /* head-tab row */ div.head-tabs tr { vertical-align: middle; height: 28px; } @media print { div.head-tabs table { margin-left: 2px; } div.head-tabs tr { position: relative; left: -2px; } } /* head-tab */ div.head-tabs td { border-right: 0; padding: 0; } /* head-tab sides */ td.tab-edge { background-color: #fff; display: inline; padding: 0; border-right: 0; } @media print { td.tab-edge { display: none; } } /* @media print */ /* head-tab, selectable */ td.tab { background-image: url(../images/tab-bkg2.gif); padding: 0 1em; cursor: pointer; vertical-align: middle; } @media print { td.tab { border: none; background-image: none; } } /* @media print */ /* head-tab, selected */ td.tab-active { background-color: #fff; cursor: default; vertical-align: middle; background-image: url(../images/tab-bkg-xn.gif); background-repeat: repeat; } @media print { td.tab-active { border: none; background-image: none; } } /* @media print */ /* head-tab bodies, dimmed */ td.tab-disabled { padding: 0 1em; background-image: url(../images/tab-bkg-o.gif); cursor: default; vertical-align: middle; } /* head-tab text */ td.tab span { color: #0033BB; text-decoration: underline; width: 100%; padding: 0px; } @media print { td.tab span { color: #666; } } /* @media print */ /* head-tab text, selected */ td.tab-active span { color: #000; font-weight: bold; padding: 0px; position: relative; top: 0px; } /* head-tab text, dimmed */ td.tab-disabled span { width: 100%; color: #666; position: relative; top: 0px; visibility: hidden; } /* head-region bottom margin */ div.head-margin { line-height: 0pt; padding-bottom: 6pt; } /* Temporary fix for grey lines in Quick Reference Tabs */ div.quickReferenceList div.section p.section_title_h1 { background-color: #FFFFFF } /* ----------------------------------------------------------------------------------------------- Topic footing (comments section) elements ----------------------------------------------------------------------------------------------- */ div.footer-block { margin: 25pt 0 20pt 0; border-top: 2px #959595 solid; border-bottom: 2px #959595 solid; text-align: right; padding: 8px 15px 14px 0; display: block; } @media print { div.footer-block { display: none; } } /* @media print */ /* ----------------------------------------------------------------------------------------------- Art related elements ----------------------------------------------------------------------------------------------- */ p.figure-title { margin: 6pt 0 16pt 0; padding: 4pt 8pt 5pt 0; font-weight: bold; } div.figure-anchor { margin-top: 16pt; } /* ----------------------------------------------------------------------------------------------- DynamicHelp elements ----------------------------------------------------------------------------------------------- */ span.AltContentHidden { display: none; } span.RelatedContentHidden { display: none; } span.DefaultContentHidden { display: none; } /* ----------------------------------------------------------------------------------------------- Workflow tables ----------------------------------------------------------------------------------------------- */ table.workflow { text-align: center; border-collapse: collapse; margin: 10pt 10pt 0 0; } tr.task { vertical-align: middle; height: 1px; } /* set min width of columns */ div.task-title-min-width { height: 1px; width: 257px; } div.task-summary-min-width { width: 300px; } /* task-title column */ td.task-title { height: 56px; background-image: url(../images/task-button-middle.png); background-repeat: repeat; padding: 0 17px 10px 10px; } td.task-title-top { height: 18px; background-image: url(../images/task-button-top.png); background-repeat: no-repeat; padding: 0 17px 10px 10px; font-size: 10pt; } td.task-title-bottom { height: 25px; background-image: url(../images/task-button-bottom.png); background-repeat: no-repeat; padding: 0 17px 10px 10px; font-size: 10pt; } td.task-title-last { height: 56px; background-image: url(../images/task-button-middle.png); background-repeat: repeat; padding: 0 17px 10px 10px; } div.task-title { font-family: helvetica, arial; font-size: 10pt; line-height: 11pt; font-weight: bold; color: #383838; } div.task-title a, div.task-title-last a { /* div.task-title-last selectors, here and in the next four rules, are */ /* compensating for an xsl defect - delete them when the defect is fixed */ font-weight: bold; display: block; } div.task-title a:link, div.task-title-last a:link { color: #46a; text-decoration: none; } div.task-title a:visited, div.task-title-last a:visited { color: #46a; text-decoration: none; } div.task-title a:hover, div.task-title-last a:hover { text-decoration: underline; } div.task-title a:active, div.task-title-last a:active { color: #e24; text-decoration: none; } /* task-link column */ td.task-link { width: 30px; } td.task-link img { position: relative; top: -1px; } /* task-summary column */ td.task-summary { font-family: helvetica, arial; padding: 4pt 10pt; background: #e6eada; text-align: left; width: 100%; } span.task-summary { font-size: 10pt; line-height: 11pt; } /* task-arrow */ tr.task-arrow { font-size: 8pt; } td.task-arrow-left img { position: relative; left: -2px; } .hilite { background-color: #ff0; } .hilite1 { background-color: #f3f; } div.section p.section_title_h2, div.section p.section_title_h3 { font-size: 10pt; font-weight: bold; color: #990000; margin: 10pt 0 6pt 0; } /* ----------------------------------------------------------------------------------------------- Reference Pages ----------------------------------------------------------------------------------------------- */ .qrEntryHeadTitle, .qrEntryTitle, .qrTitle { padding: 3pt 2pt 3pt 2pt; margin: 5pt 0; } .qrEntryHeadTitle, .qrEntryTitle { font-weight:bold; color:white; } .qrEntryHeadTitle, .qrEntryTitle, .qrEntryValue { padding-left: 7pt; } a.qrItemLink { display: none; color: #333399; text-decoration:none; } .qrEntryHeadTitle { background-color: #3366AA; } .qrEntryTitle { background-color: #6699CC; } .qrTitle { display: none; color:#993333; background-color: #FFAA66; vertical-align: middle; text-align : center; } div.qrentryheadtitle { background-color: #35a; } div.qrentrytitle { background-color: transparent; color: #038; font-size: 10pt; padding: 0; margin: 8pt 0 0 0; } div.qrentryvalue { padding: 0; margin-top: 4pt; } div.qrentryvalue img.qricon { margin-top: 4px; } hr.qr-line1 { display: none; height:3px; color:#FFAA66; } hr.qr-line2 { display: none; height:3px; color:#3366AA; }
Web/src/localized/help/en/style/adsk.cpm.css
body { background-color: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #000; letter-spacing: normal; word-spacing: normal; text-align: left; text-indent: 0pt; margin: 0; height: 100%; } p { margin-bottom: 0px; } div.body_content { margin: 0 12pt; } /* ---------------------------------------------------------------------------- Link styles ---------------------------------------------------------------------------- */ a:link, a:active {color: #00289C; text-decoration: none;} a:visited {color: #00289C; text-decoration: none;} a:hover {color: #CE9E08; text-decoration: underline;} /* ---------------------------------------------------------------------------- Table styles ---------------------------------------------------------------------------- */ table { background-color: transparent; margin-top: 5pt; font-size: 10pt; } p.table-title { font-weight: bold; color: #338; } p.table-title + table.table{ margin-top: -5pt; } /* Table after it's title should have small top margin */ table.table th { background-color: #ccc; font-weight: bold; } /*Head row cells*/ table.table tr td { vertical-align: top; } /*Body cells*/ table.ruled, table.ruled-wide { width: 97%; margin: 1.4em 0; border-bottom: 3px solid #3D3D3D; border-top: 4px solid #3D3D3D; background-color: #F2F2F2; } table.ruled th, table.ruled-wide th { color: white; background-color: #3D3D3D; padding: 4px 10px 7px 12px; vertical-align: middle; } table.ruled td, table.ruled-wide td { padding: 6px 10px 7px 12px; border-bottom: 1px solid #3D3D3D; vertical-align: baseline; } tr.RuledHeading, tr.RuledWideHeading { background-color: transparent; } tr.RuledEvenRow, tr.RuledWideEvenRow { background-color: transparent; } tr.RuledOddRow, tr.RuledWideOddRow { background-color: transparent; } th.table-heading { font-size: 10pt; text-align: left; font-weight: bold; color: #3D3D3D; } /* Unruled Tables */ table.not-ruled, table.not-ruled-wide { width: 97%; margin: 1em 0; } table.not-ruled th, table.not-ruled-wide th { color: #338; padding: 4px 20px 2px 0; vertical-align: text-bottom; } table.not-ruled td, table.not-ruled-wide td { padding: 4px 20px 2px 0; vertical-align: top; } table.not-ruled td div.figure-anchor, table.not-ruled-wide td div.figure-anchor { margin-top: 5pt; } /* tables in list elements */ li table.ruled, li table.ruled-wide, li table.not-ruled, li table.not-ruled-wide { width: 0; } /* paras within tables */ table.ruled p, table.ruled-wide p, table.not-ruled p, table.not-ruled-wide p { margin: 2pt 0; } /* div.note_xx within tables */ table.ruled div.note-note, table.ruled-wide div.note-note, table.not-ruled div.note-note, table.not-ruled-wide div.note-note { margin: 2pt 0; } /* ul's within tables*/ table.ruled ul, table.ruled-wide ul, table.not-ruled ul, table.not-ruled-wide ul { margin: 6pt 0 0 12pt; list-style-type: disc; } table.ruled ul p, table.ruled-wide ul p, table.not-ruled ul p, table.not-ruled-wide ul p { margin-top: 6pt; } table.ruled ul li, table.ruled-wide ul li, table.not-ruled ul li, table.not-ruled-wide ul li { margin: 4pt 0 0 0; } /* ol's within tables */ table.ruled ol, table.ruled-wide ol, table.not-ruled ol, table.not-ruled-wide ol { margin: 6pt 0 0 18pt; } table.ruled ol p, table.ruled-wide ol p, table.not-ruled ol p, table.not-ruled-wide ol p { margin-top: 6pt; } table.ruled ol li, table.ruled-wide ol li, table.not-ruled ol li, table.not-ruled-wide ol li { margin: 4pt 0 0 0; } @media print { table.ruled-wide th.table-heading { color: #3D3D3D; background-color: transparent; padding-top: 4pt; border-bottom: 4px solid #3D3D3D; } } /* @media print */ p.table-body {} /* Paragraph within table body */ p.table-heading {} /* Paragraph within table body */ p.table-footing {} /* Paragraph within table body */ /* data table */ /* also used in dialog box topics */ table.ref-data { margin: 0; border: none; font-size: 9pt; } /* data table td */ table.ref-data td { padding: 0 0 12pt 0; width: 0; } /* ---------------------------------------------------------------------------- List styles ---------------------------------------------------------------------------- */ ul { margin: 6pt 0 0 12pt; list-style-type: disc; } ul p { margin-top: 6pt; } ul li { margin: 10pt 0 0 6pt; } ul.bullet_no { list-style-type: none; } ol { margin: 6pt 0 0 18pt; } ol p { margin-top: 6pt; } ol li { margin: 10pt 0 0 0; padding-left: 0pt; } div.single_step_instruction ol { list-style-image: url(../images/ac.menuaro.gif); } div.see-also ul ul { margin-left: 0px; } div.see-also li { margin-top: 4pt; } div.see-also { margin-top: 18pt; padding-top: 2pt; border-top: 1px solid #449; } span.see-also { color: #338; font-weight: bold; } div.topic-list li { margin-top: 4pt; } div.dl_section { margin-left: 30pt; } /* section titles (break heads within topics) */ div.dl_section p.title, div.dl_section p.section_title_h1, div.section p.section_title_h1 { background-color: #959595; font-weight: bold; font-size: 10pt; color: #fff; padding: 2pt 6pt 3pt 4pt; margin-top: 20pt; } @media print { div.dl_section p.title, div.dl_section p.section_title_h1, div.section p.section_title_h1 { background-color: transparent; padding-left: 0pt; } } dl {} dl p { margin-top: 6pt; } dt { margin-top: 12pt; margin-bottom: 0px; } dd { margin-top: 0pt; margin-bottom: 0px; } ul.jumplist { margin-left: 10pt; margin-bottom: 10pt; } ol[start] { margin-top: 2pt } /* continued list */ div.list-intro { font-size: 10pt; margin-bottom: 5pt; font-weight: bold; color: #990000; } div.enclosed-list { margin-top: -5pt; padding: 0 0 0 15pt; } /* Block to indent enclosed lists */ div.enclosed-list div.list-intro { padding-top: 10pt; } /* Subsequent list into */ div.enclosed-list ul { margin: 0; } div.enclosed-list ol { margin: 0; } div.topic-list h4.related { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 8pt 0; } div.topic-list { font-size: 10pt; padding: 0; } .topiclist-litem { margin-bottom: 6pt; } /* definition list */ table.dl { font-size: 10pt; } /* in a definition list, a term-definition pair */ tr.dl-pair { } td.term { width: 100pt; vertical-align: baseline; padding: 0 12pt 0 0; } td.definiton { vertical-align: baseline; padding: 0; } /* Civil 3D quick reference sections */ div.section { margin-top: 12pt; } span.term { font-size: 10pt; font-weight: bold; color: #36c; } div.definition { margin-bottom: 10pt; } div.definition p { margin-top: 4pt; } div.definition ul { margin-top: 0pt; } div.definition li { margin-top: 4pt; } /* definition links (glossary links) */ span.term a { color: green; /* 'green' = #070 */ text-decoration: none; border-bottom: 1px dotted green; } /* definition links */ span.term a:visited { color: green; } /* collapsible */ div.collapsible { margin-top: 10pt; margin-bottom: 5pt; } img.collapsible { cursor: pointer; } div.collapsible-section { } span.collapsible-section-title { color: #027; font-size: 10pt; font-weight: bold; padding-left: 5px; cursor: pointer; } /* ---------------------------------------------------------------------------- Note styles ---------------------------------------------------------------------------- */ div.note-note, div.note-warning, div.note-tip, div.note-related, div.note-important, div.note-bestpractice { margin-top: 10pt; margin-bottom: 0px; } /* Notes within table */ table.table div.note-note, table.table div.note-warning, table.table div.note-tip, table.table div.note-related, table.table div.note-important, table.table div.note-bestpractice { padding-top: 5px; padding-bottom: 5px; font-size: 9pt; } /* Notes within lists */ li div.note-note, li div.note-warning, li div.note-tip, li div.note-related, li div.note-important, li div.note-bestpractice { margin-left: 0pt; margin-top: 2pt; margin-bottom: 8pt; } /* Note label styles */ div.note-important span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-warning span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-note span.label { color: #338; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-tip span.label { color: #338; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-related span.label { color: #027; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-important span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } div.note-bestpractice span.label { color: #c00; font-size: 9pt; font-weight: bold; padding-right: 5px; } /* --------------------------------------------------------------------------------------------- Code elements --------------------------------------------------------------------------------------------- */ span.code, div.codeBlock, p.codeLine, p.codeComment, span.codeLiteral { font-family: "Courier New", Courier, monospace; font-size: 10pt; font-style: normal; font-weight: normal; } span.code {} div.codeBlock div.codeBlock { margin-left: 30pt; } /* Only descendant code blocks should have indents */ p.codeLine, p.codeComment { padding: 1px; margin: 1px; } p.codeSpace {} span.codeLiteral {} div.codeBlock { margin-top: 8pt; padding: 8pt; background: #feb; } /* Fixes word wrap in code block */ pre { white-space: pre; /* CSS2 */ white-space: -moz-pre-wrap; /* Mozilla */ white-space: -hp-pre-wrap; /* HP printers */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ } div.codeBlock pre.codeLine { margin-top: 0pt; margin-bottom: 0pt; } @media print { div.codeBlock { background: #fff; border: 1px solid #000; } } /* @media print */ /* --------------------------------------------------------------------------------------------- Charspan --------------------------------------------------------------------------------------------- */ span.charspan-keyboardEntry {} span.charspan-strong { font-weight: bold; } span.charspan-special {} /* Note that CharSpan[@class='Emphasis'], CharSpan[@class='Subscript'] and CharSpan[@class='Superscript'] elements are being formatted as <em>, <sub> and <sub> html elements so please change element css definitions instead of class */ /* --------------------------------------------------------------------------------------------- Emphasis --------------------------------------------------------------------------------------------- */ em, em.mild { font-style: italic; } em.strong { font-style: normal; font-weight: bold; } em.extreme { font-style: italic; font-weight: bold; } /* --------------------------------------------------------------------------------------------- UIString --------------------------------------------------------------------------------------------- */ span.uis-promptMessage { font-style: normal; font-weight: bold; } span.uis-dialogCaption { font-style: normal; font-weight: bold; } span.uis-entryField { font-style: normal; font-weight: bold; } span.uis-menuText {} span.uis-stringTable {} span.uis-unspecified {} /* ------------------------------------------------------------------------------------------- Comments ------------------------------------------------------------------------------------------- */ div.comments-editor { font-weight: bold; color: red; } div.comments-localizer { font-weight: bold; color: red; } div.comments-special { font-weight: bold; color: red; } div.comments-author { color: #cc0000; margin-left: 24pt; margin-right: 48pt; } /* ------------------------------------------------------------------------------------------ Misc ------------------------------------------------------------------------------------------ */ .title, .list-intro { font-weight: bold; color: #990000; margin-top: 10pt; margin-bottom: -5pt; } p.title { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 0 0; } p.section_title_h1 { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 0 0; } p.list-intro { font-weight: bold; font-size: 10pt; color: #338; margin: 16pt 0 0 0; } p.prompt { margin-left: 12pt; color: #00c; } p.entryField { font-style: normal; font-weight: bold; } /* The same as 'uis-entryField'? */ span.keyboardEntry { } /* The same as 'charspan-keyboardEntry'? */ span.keyCaps { font-style: normal; font-weight: bold; } span.filePath { font-style: italic; } span.appSetting {} span.bookTitle {} span.coord {} span.codeIdentifier {} span.dialogCaption{ font-style: italic; } span.menuText{ font-style: normal; font-weight: bold; } span.glyphCopyright {} span.glyphTM {} span.glyphArrow {} span.glyphEllipsis {} span.glyphSpecial {} span.glyphRegistered {} span.glyph_additional { font-family: Symbol; } span.glyph_square { font-family: Wingdings; } a.webLink {} span.fileName {} span.term { font-size: 10pt; font-weight: bold; color: #36c; } dd div.definition { } dd div.brief_example { font-size: 9pt; color: #000; background-color : #77aacc; padding: 7pt 15pt; margin: 0pt; } div.section {} p.summary {} /* ----------------------------------------------------------------------------------------------- Topic heading elements ----------------------------------------------------------------------------------------------- */ /* head region */ div.head { font-family: arial; background-color: #000000; margin: 0; background-image: url(../images/product_name.gif); background-repeat: no-repeat; background-position: 15px 14px; } @media print { div.head { background-image: none; } } /* @media print */ /* head block - sets head region margins */ div.head-block { padding-top: 2pt; } /* nav group - contains browse buttons */ div.nav-group { position: relative; height: 30px; } @media print { div.nav-group { display: none; } } /* @media print */ /* ask-me stuff */ form.ask-me { width: 275px; padding: 0px; margin: 0px; height: 0px; float: left; } input.ask-me-image { cursor: pointer; margin: 2pt 0; height: 21px; } input.ask-me-text { width: 160pt; padding: 1pt 0 0 5px; height: 23px; margin-bottom: 2pt; } /* link to parent topic */ div.head-parent-link span.head-parent-link { font-weight: normal; font-style: normal; font-family: verdana; font-size: 8pt; } div.head-parent-link a { color: #347; text-decoration: underline; } div.head-parent-link a:hover { color: #347; text-decoration: underline; } div.head-parent-link a:visited { color: #347; text-decoration: underline; } /* browse button set */ div.browse { position: absolute; right: 0px; padding: 10px 12px 1px 0; } /* browse button images */ div.browse img { margin-left: 2px; } /* browse button info bar */ div.button-info { text-align: right; font-size: 8pt; height: 15px; } /* browse button info text */ span#infoline { padding: 1px 15px 1px 0; /*visibility: hidden;*/ color: #959595; width: 100%; text-align: right; } /* bread crumbs */ div.ancestry { color: #959595; background-color: #212121; margin: 2px 0 0 0; padding: 1px 0 5px 17px; font-size: 8pt; } div.ancestry a { color: #959595; text-decoration: none; } div.ancestry a:link { color: #959595; text-decoration: none; } div.ancestry a:visited { color: #959595; text-decoration: none; } div.ancestry a:hover { text-decoration: underline; color: white; } @media print { div.ancestry { display: none; } } /* @media print */ /* head-text bar */ div.head-text { background-color: #3d3d3d; padding: 8px 18px 8px 16px; /*height: 40px;*/ } /* head-text */ div.head-text span { color: #fff; font-size: 16pt; line-height: 18pt; } @media print { div.head-text span { font-size: 18pt; color: #666; filter: glow-off; } } /* @media print */ /* collapse-expand block */ /* contains the collapse block () and the expand block (), only one of which is visible depending on collapse-expand state */ div.collapse-expand { width: 200px; float: right; font-weight: normal; white-space: nowrap; position: relative; top: -6px; } @media print { div.collapse-expand { display: none; } } /* @media print */ /* collapse block */ /* initial state: hidden */ div#collapseAllSection { display: none; } /* expand block */ /* initial state: hidden */ div#expandAllSection { display: none; } /* collapse-expand images */ img.expandcollapse_img { display: none; } /* collapse-expand label */ div.collapse-expand-label { text-align: right; width: 100%; position: absolute; top: -4px; right: 0px; padding: 0px; margin: 0px; } div.collapse-expand-label span { font-weight: normal; color: #959595; cursor: pointer; font-size: 10px } /* collapse-expand description */ div.collapse-expand-description { font-weight: normal; color: #959595; text-align: right; width: 100%; position: absolute; top: 15px; right: 0px; padding: 0px 0 0 10px; margin: 0px; } /* ----------------------------------------------------------------------------------------------- Head Tabs elements ----------------------------------------------------------------------------------------------- */ /* head tabs */ div.head-tabs { background-image: url(../images/tab-bkg.gif); } /* head-tab table */ div.head-tabs table { font-size: 10pt; color: #fff; margin: 0px; padding: 0px; background: transparent; border: none; } /* head-tab row */ div.head-tabs tr { vertical-align: middle; height: 28px; } @media print { div.head-tabs table { margin-left: 2px; } div.head-tabs tr { position: relative; left: -2px; } } /* head-tab */ div.head-tabs td { border-right: 0; padding: 0; } /* head-tab sides */ td.tab-edge { background-color: #fff; display: inline; padding: 0; border-right: 0; } @media print { td.tab-edge { display: none; } } /* @media print */ /* head-tab, selectable */ td.tab { background-image: url(../images/tab-bkg2.gif); padding: 0 1em; cursor: pointer; vertical-align: middle; } @media print { td.tab { border: none; background-image: none; } } /* @media print */ /* head-tab, selected */ td.tab-active { background-color: #fff; cursor: default; vertical-align: middle; background-image: url(../images/tab-bkg-xn.gif); background-repeat: repeat; } @media print { td.tab-active { border: none; background-image: none; } } /* @media print */ /* head-tab bodies, dimmed */ td.tab-disabled { padding: 0 1em; background-image: url(../images/tab-bkg-o.gif); cursor: default; vertical-align: middle; } /* head-tab text */ td.tab span { color: #0033BB; text-decoration: underline; width: 100%; padding: 0px; } @media print { td.tab span { color: #666; } } /* @media print */ /* head-tab text, selected */ td.tab-active span { color: #000; font-weight: bold; padding: 0px; position: relative; top: 0px; } /* head-tab text, dimmed */ td.tab-disabled span { width: 100%; color: #666; position: relative; top: 0px; visibility: hidden; } /* head-region bottom margin */ div.head-margin { line-height: 0pt; padding-bottom: 6pt; } /* Temporary fix for grey lines in Quick Reference Tabs */ div.quickReferenceList div.section p.section_title_h1 { background-color: #FFFFFF } /* ----------------------------------------------------------------------------------------------- Topic footing (comments section) elements ----------------------------------------------------------------------------------------------- */ div.footer-block { margin: 25pt 0 20pt 0; border-top: 2px #959595 solid; border-bottom: 2px #959595 solid; text-align: right; padding: 8px 15px 14px 0; display: block; } @media print { div.footer-block { display: none; } } /* @media print */ /* ----------------------------------------------------------------------------------------------- Art related elements ----------------------------------------------------------------------------------------------- */ p.figure-title { margin: 6pt 0 16pt 0; padding: 4pt 8pt 5pt 0; font-weight: bold; } div.figure-anchor { margin-top: 16pt; } /* ----------------------------------------------------------------------------------------------- DynamicHelp elements ----------------------------------------------------------------------------------------------- */ span.AltContentHidden { display: none; } span.RelatedContentHidden { display: none; } span.DefaultContentHidden { display: none; } /* ----------------------------------------------------------------------------------------------- Workflow tables ----------------------------------------------------------------------------------------------- */ table.workflow { text-align: center; border-collapse: collapse; margin: 10pt 10pt 0 0; } tr.task { vertical-align: middle; height: 1px; } /* set min width of columns */ div.task-title-min-width { height: 1px; width: 257px; } div.task-summary-min-width { width: 300px; } /* task-title column */ td.task-title { height: 56px; background-image: url(../images/task-button-middle.png); background-repeat: repeat; padding: 0 17px 10px 10px; } td.task-title-top { height: 18px; background-image: url(../images/task-button-top.png); background-repeat: no-repeat; padding: 0 17px 10px 10px; font-size: 10pt; } td.task-title-bottom { height: 25px; background-image: url(../images/task-button-bottom.png); background-repeat: no-repeat; padding: 0 17px 10px 10px; font-size: 10pt; } td.task-title-last { height: 56px; background-image: url(../images/task-button-middle.png); background-repeat: repeat; padding: 0 17px 10px 10px; } div.task-title { font-family: helvetica, arial; font-size: 10pt; line-height: 11pt; font-weight: bold; color: #383838; } div.task-title a, div.task-title-last a { /* div.task-title-last selectors, here and in the next four rules, are */ /* compensating for an xsl defect - delete them when the defect is fixed */ font-weight: bold; display: block; } div.task-title a:link, div.task-title-last a:link { color: #46a; text-decoration: none; } div.task-title a:visited, div.task-title-last a:visited { color: #46a; text-decoration: none; } div.task-title a:hover, div.task-title-last a:hover { text-decoration: underline; } div.task-title a:active, div.task-title-last a:active { color: #e24; text-decoration: none; } /* task-link column */ td.task-link { width: 30px; } td.task-link img { position: relative; top: -1px; } /* task-summary column */ td.task-summary { font-family: helvetica, arial; padding: 4pt 10pt; background: #e6eada; text-align: left; width: 100%; } span.task-summary { font-size: 10pt; line-height: 11pt; } /* task-arrow */ tr.task-arrow { font-size: 8pt; } td.task-arrow-left img { position: relative; left: -2px; } .hilite { background-color: #ff0; } .hilite1 { background-color: #f3f; } div.section p.section_title_h2, div.section p.section_title_h3 { font-size: 10pt; font-weight: bold; color: #990000; margin: 10pt 0 6pt 0; } /* ----------------------------------------------------------------------------------------------- Reference Pages ----------------------------------------------------------------------------------------------- */ .qrEntryHeadTitle, .qrEntryTitle, .qrTitle { padding: 3pt 2pt 3pt 2pt; margin: 5pt 0; } .qrEntryHeadTitle, .qrEntryTitle { font-weight:bold; color:white; } .qrEntryHeadTitle, .qrEntryTitle, .qrEntryValue { padding-left: 7pt; } a.qrItemLink { display: none; color: #333399; text-decoration:none; } .qrEntryHeadTitle { background-color: #3366AA; } .qrEntryTitle { background-color: #6699CC; } .qrTitle { display: none; color:#993333; background-color: #FFAA66; vertical-align: middle; text-align : center; } div.qrentryheadtitle { background-color: #35a; } div.qrentrytitle { background-color: transparent; color: #038; font-size: 10pt; padding: 0; margin: 8pt 0 0 0; } div.qrentryvalue { padding: 0; margin-top: 4pt; } div.qrentryvalue img.qricon { margin-top: 4px; } hr.qr-line1 { display: none; height:3px; color:#FFAA66; } hr.qr-line2 { display: none; height:3px; color:#3366AA; }
0.413596
0.089137
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&family=Montserrat&family=Fredoka+One&family=Patua+One&display=swap"); :root { --milkDark: #16161d; --milkLight: #e9e9e2; --milkBlue: #346ba0; --milkOrange: #ff8000; } body { background-color: var(--milkDark) !important; color: var(--milkLight) !important; } .content_padding { padding-top: 3rem; padding-left: 5rem; padding-right: 5rem; } @media (max-width: 991px) { .content_padding { padding-top: 1rem; padding-left: 0; padding-right: 0; } } /* NAVBAR */ /* .navbar_container { background-color: rgb(122, 229, 233); } */ /* .navbar { background-color: var(--milkOrange) !important; } */ .nav-link { color: var(--milkOrange) !important; /* cursor: pointer; */ /* border: solid 1px darkgreen; */ } @media (max-width: 991px) { .navbar_social_media_link { display: none !important; } } /* INTRO */ .intro { /* background-color: brown; */ min-height: 100vh !important; } .intro_bg_image { width: 100%; height: 100vh !important; background-size: cover; background-position: center; background-repeat: no-repeat; /* filter: blur(10px); */ /* margin-bottom: 20px; */ } .dimmer_intro { display: flex; /* background: rgb(22,22,29); */ background: linear-gradient( 180deg, rgba(22, 22, 29, 0) 75%, rgb(22, 22, 29, 1) 100% ); height: 100%; } .profile_pix { max-width: 300px; border: solid 0.75rem var(--milkOrange); } @media (max-width: 991px) { .profile_pix { max-width: 200px; border: solid 0.5rem var(--milkOrange); } } .intro_text { font-family: "<NAME>"; color: #e9e9e2; font-size: 5vw; /* font-weight: bolder; */ } /* ABOUT */ .section_title { font-family: "<NAME>"; } .about { /* background-color: #5f9ea0; */ min-height: 100vh !important; font-family: "Comfortaa"; } .fake_comment { color: #6a9a5a; } .about_image { border-radius: 25px; } @media (max-width: 991px) { .about_image { padding-top: 1rem; } } .resume_icon { color: #e9e9e2; } .skills_icons_central_column { border-left: solid 1px #e9e9e2 !important; border-right: solid 1px #e9e9e2 !important; } /* PROJECTS */ .projects { /* background-color: coral; */ min-height: 100vh !important; font-family: "Comfortaa"; } .dimmer_projects { display: flex; /* background: rgb(22, 22, 29, 1); */ background: linear-gradient( 180deg, rgba(22, 22, 29, 1) 0%, rgba(22, 22, 29, 0.75) 20%, rgba(22, 22, 29, 0.75) 80%, rgba(22, 22, 29, 1) 100% ); height: 100%; } .card { background-color: var(--milkDark) !important; /* background-color: rgb(0, 0, 0); */ /* border-style: solid; */ border-color: #e9e9e2 !important; } @media (max-width: 991px) { .card_column { padding: 0.5em 0.5em !important; } } .card-image-top { max-height: 320px !important; } .card-body { border-bottom: solid, #ff8000 !important; } .card-text { font-family: "Montserrat"; } /* CONTACT */ .contact { /* background-color: #008b8b; */ font-family: "Comfortaa"; /* height: 100vh !important; */ } .form { font-family: "Montserrat"; } .contact_image { border-radius: 25px; } @media (max-width: 991px) { .contact_image { display: none; } } .btn_submit { border: none !important; background-color: var(--milkOrange) !important; } /* FOOTER */ footer { /* background-color: var(--milkOrange); */ border-top: solid 1px; border-color: var(--milkLight); font-family: "Montserrat"; } footer p { margin: 0.5rem 0.5rem; padding-top: 0 0.5rem; }
src/styles/global.css
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&family=Montserrat&family=Fredoka+One&family=Patua+One&display=swap"); :root { --milkDark: #16161d; --milkLight: #e9e9e2; --milkBlue: #346ba0; --milkOrange: #ff8000; } body { background-color: var(--milkDark) !important; color: var(--milkLight) !important; } .content_padding { padding-top: 3rem; padding-left: 5rem; padding-right: 5rem; } @media (max-width: 991px) { .content_padding { padding-top: 1rem; padding-left: 0; padding-right: 0; } } /* NAVBAR */ /* .navbar_container { background-color: rgb(122, 229, 233); } */ /* .navbar { background-color: var(--milkOrange) !important; } */ .nav-link { color: var(--milkOrange) !important; /* cursor: pointer; */ /* border: solid 1px darkgreen; */ } @media (max-width: 991px) { .navbar_social_media_link { display: none !important; } } /* INTRO */ .intro { /* background-color: brown; */ min-height: 100vh !important; } .intro_bg_image { width: 100%; height: 100vh !important; background-size: cover; background-position: center; background-repeat: no-repeat; /* filter: blur(10px); */ /* margin-bottom: 20px; */ } .dimmer_intro { display: flex; /* background: rgb(22,22,29); */ background: linear-gradient( 180deg, rgba(22, 22, 29, 0) 75%, rgb(22, 22, 29, 1) 100% ); height: 100%; } .profile_pix { max-width: 300px; border: solid 0.75rem var(--milkOrange); } @media (max-width: 991px) { .profile_pix { max-width: 200px; border: solid 0.5rem var(--milkOrange); } } .intro_text { font-family: "<NAME>"; color: #e9e9e2; font-size: 5vw; /* font-weight: bolder; */ } /* ABOUT */ .section_title { font-family: "<NAME>"; } .about { /* background-color: #5f9ea0; */ min-height: 100vh !important; font-family: "Comfortaa"; } .fake_comment { color: #6a9a5a; } .about_image { border-radius: 25px; } @media (max-width: 991px) { .about_image { padding-top: 1rem; } } .resume_icon { color: #e9e9e2; } .skills_icons_central_column { border-left: solid 1px #e9e9e2 !important; border-right: solid 1px #e9e9e2 !important; } /* PROJECTS */ .projects { /* background-color: coral; */ min-height: 100vh !important; font-family: "Comfortaa"; } .dimmer_projects { display: flex; /* background: rgb(22, 22, 29, 1); */ background: linear-gradient( 180deg, rgba(22, 22, 29, 1) 0%, rgba(22, 22, 29, 0.75) 20%, rgba(22, 22, 29, 0.75) 80%, rgba(22, 22, 29, 1) 100% ); height: 100%; } .card { background-color: var(--milkDark) !important; /* background-color: rgb(0, 0, 0); */ /* border-style: solid; */ border-color: #e9e9e2 !important; } @media (max-width: 991px) { .card_column { padding: 0.5em 0.5em !important; } } .card-image-top { max-height: 320px !important; } .card-body { border-bottom: solid, #ff8000 !important; } .card-text { font-family: "Montserrat"; } /* CONTACT */ .contact { /* background-color: #008b8b; */ font-family: "Comfortaa"; /* height: 100vh !important; */ } .form { font-family: "Montserrat"; } .contact_image { border-radius: 25px; } @media (max-width: 991px) { .contact_image { display: none; } } .btn_submit { border: none !important; background-color: var(--milkOrange) !important; } /* FOOTER */ footer { /* background-color: var(--milkOrange); */ border-top: solid 1px; border-color: var(--milkLight); font-family: "Montserrat"; } footer p { margin: 0.5rem 0.5rem; padding-top: 0 0.5rem; }
0.300643
0.083591
@font-face { font-family: 'icomoon'; src:url('../../fonts/icomoon.eot'); src:url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { font-family: 'icomoon'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ /* Instead of a list of all class selectors, you can use the generic selector below, but it's slower: [class*="icon-"] { */ .icon-checkmark, .icon-close, .icon-notebook, .icon-checkbox-checked, .icon-link, .icon-file, .icon-file-2, .icon-share, .icon-cloud, .icon-cloud-2, .icon-stats, .icon-pencil, .icon-minus, .icon-plus, .icon-trashcan, .icon-remove, .icon-remove-2, .icon-arrow-down, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down-2, .icon-arrow-up-2, .icon-arrow-right-2, .icon-arrow-left-2, .icon-arrow-down-3, .icon-arrow-up-3, .icon-arrow-right-3, .icon-arrow-left-3, .icon-move-horizontal, .icon-transfer, .icon-loop, .icon-loop-2, .icon-loop-3, .icon-zoom-out, .icon-zoom-in, .icon-search, .icon-info, .icon-list, .icon-star, .icon-tags, .icon-cog, .icon-coguser, .icon-groupselect2, .icon-sun, .icon-sun-2, .icon-radio-checked, .icon-radio-unchecked { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-checkmark:before { content: "\e02a"; } .icon-close:before { content: "\e029"; } .icon-notebook:before { content: "\e027"; } .icon-checkbox-checked:before { content: "\e026"; } .icon-link:before { content: "\e023"; } .icon-file:before { content: "\e025"; } .icon-file-2:before { content: "\e024"; } .icon-share:before { content: "\e022"; } .icon-cloud:before { content: "\e021"; } .icon-cloud-2:before { content: "\e020"; } .icon-stats:before { content: "\e01f"; } .icon-pencil:before { content: "\e01e"; } .icon-minus:before { content: "\e01d"; } .icon-plus:before { content: "\e01c"; } .icon-trashcan:before { content: "\e01b"; } .icon-remove:before { content: "\e01a"; } .icon-remove-2:before { content: "\e019"; } .icon-arrow-down:before { content: "\e018"; } .icon-arrow-up:before { content: "\e017"; } .icon-arrow-right:before { content: "\e016"; } .icon-arrow-left:before { content: "\e015"; } .icon-arrow-down-2:before { content: "\e014"; } .icon-arrow-up-2:before { content: "\e013"; } .icon-arrow-right-2:before { content: "\e012"; } .icon-arrow-left-2:before { content: "\e011"; } .icon-arrow-down-3:before { content: "\e010"; } .icon-arrow-up-3:before { content: "\e00f"; } .icon-arrow-right-3:before { content: "\e00e"; } .icon-arrow-left-3:before { content: "\e00d"; } .icon-move-horizontal:before { content: "\e00c"; } .icon-transfer:before { content: "\e00b"; } .icon-loop:before { content: "\e00a"; } .icon-loop-2:before { content: "\e009"; } .icon-loop-3:before { content: "\e008"; } .icon-zoom-out:before { content: "\e004"; } .icon-zoom-in:before { content: "\e003"; } .icon-search:before { content: "\e007"; } .icon-info:before { content: "\e006"; } .icon-list:before { content: "\e005"; } .icon-star:before { content: "\e002"; } .icon-tags:before { content: "\e001"; } .icon-cog:before { content: "\e000"; } .icon-coguser:before { content: "\e028"; } .icon-groupselect2:before { content: "\e02b"; } .icon-sun:before { content: "\e02c"; } .icon-sun-2:before { content: "\e02d"; } .icon-radio-checked:before { content: "\e02e"; } .icon-radio-unchecked:before { content: "\e02f"; }
css/lib/icomoon.css
@font-face { font-family: 'icomoon'; src:url('../../fonts/icomoon.eot'); src:url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { font-family: 'icomoon'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ /* Instead of a list of all class selectors, you can use the generic selector below, but it's slower: [class*="icon-"] { */ .icon-checkmark, .icon-close, .icon-notebook, .icon-checkbox-checked, .icon-link, .icon-file, .icon-file-2, .icon-share, .icon-cloud, .icon-cloud-2, .icon-stats, .icon-pencil, .icon-minus, .icon-plus, .icon-trashcan, .icon-remove, .icon-remove-2, .icon-arrow-down, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down-2, .icon-arrow-up-2, .icon-arrow-right-2, .icon-arrow-left-2, .icon-arrow-down-3, .icon-arrow-up-3, .icon-arrow-right-3, .icon-arrow-left-3, .icon-move-horizontal, .icon-transfer, .icon-loop, .icon-loop-2, .icon-loop-3, .icon-zoom-out, .icon-zoom-in, .icon-search, .icon-info, .icon-list, .icon-star, .icon-tags, .icon-cog, .icon-coguser, .icon-groupselect2, .icon-sun, .icon-sun-2, .icon-radio-checked, .icon-radio-unchecked { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-checkmark:before { content: "\e02a"; } .icon-close:before { content: "\e029"; } .icon-notebook:before { content: "\e027"; } .icon-checkbox-checked:before { content: "\e026"; } .icon-link:before { content: "\e023"; } .icon-file:before { content: "\e025"; } .icon-file-2:before { content: "\e024"; } .icon-share:before { content: "\e022"; } .icon-cloud:before { content: "\e021"; } .icon-cloud-2:before { content: "\e020"; } .icon-stats:before { content: "\e01f"; } .icon-pencil:before { content: "\e01e"; } .icon-minus:before { content: "\e01d"; } .icon-plus:before { content: "\e01c"; } .icon-trashcan:before { content: "\e01b"; } .icon-remove:before { content: "\e01a"; } .icon-remove-2:before { content: "\e019"; } .icon-arrow-down:before { content: "\e018"; } .icon-arrow-up:before { content: "\e017"; } .icon-arrow-right:before { content: "\e016"; } .icon-arrow-left:before { content: "\e015"; } .icon-arrow-down-2:before { content: "\e014"; } .icon-arrow-up-2:before { content: "\e013"; } .icon-arrow-right-2:before { content: "\e012"; } .icon-arrow-left-2:before { content: "\e011"; } .icon-arrow-down-3:before { content: "\e010"; } .icon-arrow-up-3:before { content: "\e00f"; } .icon-arrow-right-3:before { content: "\e00e"; } .icon-arrow-left-3:before { content: "\e00d"; } .icon-move-horizontal:before { content: "\e00c"; } .icon-transfer:before { content: "\e00b"; } .icon-loop:before { content: "\e00a"; } .icon-loop-2:before { content: "\e009"; } .icon-loop-3:before { content: "\e008"; } .icon-zoom-out:before { content: "\e004"; } .icon-zoom-in:before { content: "\e003"; } .icon-search:before { content: "\e007"; } .icon-info:before { content: "\e006"; } .icon-list:before { content: "\e005"; } .icon-star:before { content: "\e002"; } .icon-tags:before { content: "\e001"; } .icon-cog:before { content: "\e000"; } .icon-coguser:before { content: "\e028"; } .icon-groupselect2:before { content: "\e02b"; } .icon-sun:before { content: "\e02c"; } .icon-sun-2:before { content: "\e02d"; } .icon-radio-checked:before { content: "\e02e"; } .icon-radio-unchecked:before { content: "\e02f"; }
0.35488
0.058373
.pagenavi { clear: both; padding:15px 0 10px 0; text-align:center; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; height:30px; font-size:0.75em; /* This may need changed to suit your theme */ -webkit-font-smoothing:antialiased; /* smooths the font in webkit, optional */ } .pagenavi a, .pagenavi span { /* Change this image URL to the relative location of the sprite sheet: */ background:url(../images/pic/numbers_spritesheet.png) no-repeat; display:inline-block; float:none; width:28px; height:27px; text-decoration:none; text-align:center; line-height:26px; margin-right:3px; font-weight:bold; } .pagenavi a:active { margin-top:1px; } .pagenavi .pages, .pagenavi .extend { background:none; width:auto; font-weight:normal; margin-right:7px; line-height:27px; } .pagenavi .extend { padding:0 5px; margin:0 5px 0 1px; } .pagenavi .nextpostslink, .pagenavi .previouspostslink, .pagenavi .first, .pagenavi .last { /*text-indent:-9999px;*/line-height:26px; } .pagenavi .nextpostslink font, .pagenavi .previouspostslink font, .pagenavi .first font, .pagenavi .last font { display:none; } /* Individual color themes */ .light .pagenavi a, .light .pagenavi span { background-position:0 0; color:#717171; text-shadow:1px 1px 0 #fff; } .light .pagenavi a:hover { background-position:0 -27px; } .light .pagenavi span.current { text-shadow:0 1px 0 #585858; color:#fff; background-position:-140px 0; } .light .nextpostslink { background-position:-113px 0 !important; } .light .nextpostslink:hover { background-position:-113px -27px !important; } .light .previouspostslink { background-position:-28px 0 !important; } .light .previouspostslink:hover { background-position:-28px -27px !important; } .light .first { background-position:-56px 0 !important; } .light .first:hover { background-position:-56px -27px !important; } .light .last { background-position:-84px 0 !important; } .light .last:hover { background-position:-84px -27px !important; } .dark .pagenavi a, .dark .pagenavi span { background-position:0 -54px; color:#fff; text-shadow:1px 1px 0 #222527; } .dark .pagenavi a:hover { background-position:0 -81px; } .dark .pagenavi span.current { background-position:-140px -54px; } .dark .pagenavi span.current { text-shadow:0 1px 0 #191b1d; color:#fff; margin-top:1px; } .dark .nextpostslink { background-position:-113px -54px !important; } .dark .nextpostslink:hover { background-position:-113px -81px !important; } .dark .previouspostslink { background-position:-28px -54px !important; } .dark .previouspostslink:hover { background-position:-28px -81px !important; } .dark .first { background-position:-56px -54px !important; } .dark .first:hover { background-position:-56px -81px !important; } .dark .last { background-position:-84px -54px !important; } .dark .last:hover { background-position:-84px -81px !important; }
web/css/pagenavi-css.css
.pagenavi { clear: both; padding:15px 0 10px 0; text-align:center; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; height:30px; font-size:0.75em; /* This may need changed to suit your theme */ -webkit-font-smoothing:antialiased; /* smooths the font in webkit, optional */ } .pagenavi a, .pagenavi span { /* Change this image URL to the relative location of the sprite sheet: */ background:url(../images/pic/numbers_spritesheet.png) no-repeat; display:inline-block; float:none; width:28px; height:27px; text-decoration:none; text-align:center; line-height:26px; margin-right:3px; font-weight:bold; } .pagenavi a:active { margin-top:1px; } .pagenavi .pages, .pagenavi .extend { background:none; width:auto; font-weight:normal; margin-right:7px; line-height:27px; } .pagenavi .extend { padding:0 5px; margin:0 5px 0 1px; } .pagenavi .nextpostslink, .pagenavi .previouspostslink, .pagenavi .first, .pagenavi .last { /*text-indent:-9999px;*/line-height:26px; } .pagenavi .nextpostslink font, .pagenavi .previouspostslink font, .pagenavi .first font, .pagenavi .last font { display:none; } /* Individual color themes */ .light .pagenavi a, .light .pagenavi span { background-position:0 0; color:#717171; text-shadow:1px 1px 0 #fff; } .light .pagenavi a:hover { background-position:0 -27px; } .light .pagenavi span.current { text-shadow:0 1px 0 #585858; color:#fff; background-position:-140px 0; } .light .nextpostslink { background-position:-113px 0 !important; } .light .nextpostslink:hover { background-position:-113px -27px !important; } .light .previouspostslink { background-position:-28px 0 !important; } .light .previouspostslink:hover { background-position:-28px -27px !important; } .light .first { background-position:-56px 0 !important; } .light .first:hover { background-position:-56px -27px !important; } .light .last { background-position:-84px 0 !important; } .light .last:hover { background-position:-84px -27px !important; } .dark .pagenavi a, .dark .pagenavi span { background-position:0 -54px; color:#fff; text-shadow:1px 1px 0 #222527; } .dark .pagenavi a:hover { background-position:0 -81px; } .dark .pagenavi span.current { background-position:-140px -54px; } .dark .pagenavi span.current { text-shadow:0 1px 0 #191b1d; color:#fff; margin-top:1px; } .dark .nextpostslink { background-position:-113px -54px !important; } .dark .nextpostslink:hover { background-position:-113px -81px !important; } .dark .previouspostslink { background-position:-28px -54px !important; } .dark .previouspostslink:hover { background-position:-28px -81px !important; } .dark .first { background-position:-56px -54px !important; } .dark .first:hover { background-position:-56px -81px !important; } .dark .last { background-position:-84px -54px !important; } .dark .last:hover { background-position:-84px -81px !important; }
0.174235
0.088308
@charset "UTF-8"; /*Configurando Esquema de caracteres que reconhece ç,`,*/ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); /*Embedando fontes do google fontes*/ @font-face { /*Importantado fonte do diretório*/ font-family: 'Android'; src: url(../fontes/idroid.otf) format('opentype'); } :root{ /*Criando variáveis para todo o documento html*/ /*Palheta de Cores*/ --cor01: #e5ebd6; --cor02: #83e1ad; --cor03: #3ddc84; --cor04: #2fa866; --cor05: #1a5c37; --cor06: #06341e; /* Fontes */ --fonte-padrao: Arial, Verdana, Helvetica, sans-serif; --font-destaque: 'Bebas Neue', cursive; --font-android: 'Android', cursive; } *{ /*Criando Seletor Global para retirada de margins e paddinds de todos os elementos*/ margin: 0px; padding: 0px; } body{ /*Configurações globais para o Body*/ font-family: var(--fonte-padrao); background-color: var(--cor01); } a.externo::after{/* Utilizando uma classe para todos os links e uma pseudoclasse para configurar o que vem depois da classe*/ content: '\00A0\1F517'; } header{ background-image: linear-gradient(to bottom, var(--cor03), var(--cor06)); /* Colocando gradiente de cor*/ padding-top: 20px; padding-bottom: 20px; min-height: 100px; /* Configurando altura mínima*/ text-align: center; /*Alinhando os textos do header no centro*/ } /*A ausência do indicador ">" significa que não há uma hierarquia precisa, mas sim que h1 está dentro de header independente dele está dentro de outras tags*/ header h1{ font-family: var(--font-destaque);/*Importanto fonte da variável criada*/ font-weight: normal; font-size: 3em; color: white; padding-bottom: 10px; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.452); /*Colocando esquema de sombreamento no h1 do header*/ } header p { font-family: var(--fonte-padrao); font-size: 1.5em; color: white; max-width: 600px;/* colocando largura maxima no parágrafo do header para que haja quebra no texto. Transformando automaticamente o texto em um bloco*/ margin: auto; /*Aliando o parágrafo com as margns automaticas*/ padding-bottom: 20px; padding-right: 10px; padding-left: 10px; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.452); } nav{ background-color: var(--cor06); padding: 10px; height: 20px; box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.384); } nav > a{/* A utilização do indicador ">" significa que dentro da hierarquia de tags, a próxima tag dentro de nav é a*/ font-weight: bold; color:var(--cor02); padding: 10px; border-radius: 5px; text-decoration: none;/* Retira toda configuração de decoração que vem padrão do texto*/ transition-duration: 0.5s; /*Efeito de transição para os links*/ } nav > a:hover{ /*Pseudo elemento responsável por modificação no momento em que o curso do mouse passa sobre o mesmo.*/ background-color: var(--cor03); color:var(--cor06); } main{ background-color: white; padding: 10px; min-width: 300px; max-width: 800px; margin: auto; border-radius: 0px 0px 15px 15px; box-shadow: 0px 0px 07px 02px rgba(0, 0, 0, 0.308); } main h1{ font-family: var(--font-android); font-weight: normal; color: var(--cor05); font-size: 1.5em; } main h2{ font-family: var(--font-android); font-weight: normal; color: var(--cor05); background-image: linear-gradient(to right, var(--cor02), white); font-size: 1.2em; text-indent: 10px; } main p{ margin: 10px 0px 10px 0px; text-align: justify; text-indent: 30px; font-size: 1em; line-height: 2em; } main strong{ font-weight: bold; color:var(--cor05); } main a{ text-decoration: none; font-weight: bold; background-color: var(--cor03); color: var(--cor05); padding: 2px 6px; } main a:hover{ text-decoration: underline; color: var(--cor04); } img{/*Tranformando o elemento em um bloco*/ display: block; margin: auto; /*Centralizando o bloco*/ } img.imgbugdroid{ min-width: 350px;/*Definindo o tamanho mínimo da imagem*/ } div.video{ background-color: var(--cor05); margin: 0px -10px 30px -10px; /*O -20px significa que asmargens de main está sendo considerada. Dessa forma, pode-se eliminar a quantidade, liberando as margens laterais*/ padding: 20px; padding-bottom: 57%; position: relative; } div.video > iframe{ position: absolute; top: 5%; left: 5%; width: 90%; height: 90%; } aside{ background-color: var(--cor02); border-radius: 15px; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.281); } aside h3{ background-color: var(--cor05); color: white; padding: 10px; border-radius: 10px 10px 0px 0px; } aside p{ padding: 10px; } aside > ul{ list-style-type: '\2714\00A0\00A0';/* Importação de código de Emoji."00A0" é um código para espaço*/ list-style-position: inside;/*configuração para colocar a lista dentro do elemento*/ columns: 2; /*configuração que determina o número de colunas de uma lista*/ padding: 10px; } aside a{ background-color: white; } footer{ background-color: var(--cor06); color: white; padding: 20px; margin-top: 15px; margin-bottom: 15px; text-align: center; box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.363); } footer p{ font-family:var(--fonte-padrao) ; font-size: 1em; } footer a{ text-decoration: none; color: white; } footer a:hover{ text-decoration: underline; color: var(--cor02); }
site-android/estilos/style.css
@charset "UTF-8"; /*Configurando Esquema de caracteres que reconhece ç,`,*/ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); /*Embedando fontes do google fontes*/ @font-face { /*Importantado fonte do diretório*/ font-family: 'Android'; src: url(../fontes/idroid.otf) format('opentype'); } :root{ /*Criando variáveis para todo o documento html*/ /*Palheta de Cores*/ --cor01: #e5ebd6; --cor02: #83e1ad; --cor03: #3ddc84; --cor04: #2fa866; --cor05: #1a5c37; --cor06: #06341e; /* Fontes */ --fonte-padrao: Arial, Verdana, Helvetica, sans-serif; --font-destaque: 'Bebas Neue', cursive; --font-android: 'Android', cursive; } *{ /*Criando Seletor Global para retirada de margins e paddinds de todos os elementos*/ margin: 0px; padding: 0px; } body{ /*Configurações globais para o Body*/ font-family: var(--fonte-padrao); background-color: var(--cor01); } a.externo::after{/* Utilizando uma classe para todos os links e uma pseudoclasse para configurar o que vem depois da classe*/ content: '\00A0\1F517'; } header{ background-image: linear-gradient(to bottom, var(--cor03), var(--cor06)); /* Colocando gradiente de cor*/ padding-top: 20px; padding-bottom: 20px; min-height: 100px; /* Configurando altura mínima*/ text-align: center; /*Alinhando os textos do header no centro*/ } /*A ausência do indicador ">" significa que não há uma hierarquia precisa, mas sim que h1 está dentro de header independente dele está dentro de outras tags*/ header h1{ font-family: var(--font-destaque);/*Importanto fonte da variável criada*/ font-weight: normal; font-size: 3em; color: white; padding-bottom: 10px; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.452); /*Colocando esquema de sombreamento no h1 do header*/ } header p { font-family: var(--fonte-padrao); font-size: 1.5em; color: white; max-width: 600px;/* colocando largura maxima no parágrafo do header para que haja quebra no texto. Transformando automaticamente o texto em um bloco*/ margin: auto; /*Aliando o parágrafo com as margns automaticas*/ padding-bottom: 20px; padding-right: 10px; padding-left: 10px; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.452); } nav{ background-color: var(--cor06); padding: 10px; height: 20px; box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.384); } nav > a{/* A utilização do indicador ">" significa que dentro da hierarquia de tags, a próxima tag dentro de nav é a*/ font-weight: bold; color:var(--cor02); padding: 10px; border-radius: 5px; text-decoration: none;/* Retira toda configuração de decoração que vem padrão do texto*/ transition-duration: 0.5s; /*Efeito de transição para os links*/ } nav > a:hover{ /*Pseudo elemento responsável por modificação no momento em que o curso do mouse passa sobre o mesmo.*/ background-color: var(--cor03); color:var(--cor06); } main{ background-color: white; padding: 10px; min-width: 300px; max-width: 800px; margin: auto; border-radius: 0px 0px 15px 15px; box-shadow: 0px 0px 07px 02px rgba(0, 0, 0, 0.308); } main h1{ font-family: var(--font-android); font-weight: normal; color: var(--cor05); font-size: 1.5em; } main h2{ font-family: var(--font-android); font-weight: normal; color: var(--cor05); background-image: linear-gradient(to right, var(--cor02), white); font-size: 1.2em; text-indent: 10px; } main p{ margin: 10px 0px 10px 0px; text-align: justify; text-indent: 30px; font-size: 1em; line-height: 2em; } main strong{ font-weight: bold; color:var(--cor05); } main a{ text-decoration: none; font-weight: bold; background-color: var(--cor03); color: var(--cor05); padding: 2px 6px; } main a:hover{ text-decoration: underline; color: var(--cor04); } img{/*Tranformando o elemento em um bloco*/ display: block; margin: auto; /*Centralizando o bloco*/ } img.imgbugdroid{ min-width: 350px;/*Definindo o tamanho mínimo da imagem*/ } div.video{ background-color: var(--cor05); margin: 0px -10px 30px -10px; /*O -20px significa que asmargens de main está sendo considerada. Dessa forma, pode-se eliminar a quantidade, liberando as margens laterais*/ padding: 20px; padding-bottom: 57%; position: relative; } div.video > iframe{ position: absolute; top: 5%; left: 5%; width: 90%; height: 90%; } aside{ background-color: var(--cor02); border-radius: 15px; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.281); } aside h3{ background-color: var(--cor05); color: white; padding: 10px; border-radius: 10px 10px 0px 0px; } aside p{ padding: 10px; } aside > ul{ list-style-type: '\2714\00A0\00A0';/* Importação de código de Emoji."00A0" é um código para espaço*/ list-style-position: inside;/*configuração para colocar a lista dentro do elemento*/ columns: 2; /*configuração que determina o número de colunas de uma lista*/ padding: 10px; } aside a{ background-color: white; } footer{ background-color: var(--cor06); color: white; padding: 20px; margin-top: 15px; margin-bottom: 15px; text-align: center; box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.363); } footer p{ font-family:var(--fonte-padrao) ; font-size: 1em; } footer a{ text-decoration: none; color: white; } footer a:hover{ text-decoration: underline; color: var(--cor02); }
0.296043
0.110952
a { text-decoration: none !important; -webkit-transition: all 225ms ease; -moz-transition: all 225ms ease; transition: all 225ms ease; } header { position: relative; background: #222; height: 50px; } header a { color: #777; } header a:hover { color: #fff; } header .logo { display: inline-block; height: 50px; line-height: 50px; } header .toggle-panel { position: absolute; top: 0; right: 0; font-size: 25px; width: 50px; height: 50px; line-height: 50px; text-align: center; background: #333; } section { padding-bottom: 5000px; } .scotch-button { position: relative; outline: none !important; display: inline-block; overflow: hidden; background: #666; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 18px; color: #fff !important; padding: 0 !important; -o-transform: translateZ(0); -ms-transform: translateZ(0); -moz-transform: translateZ(0); -webkit-transform: translateZ(0); transform: translateZ(0); } .scotch-button span.text { padding: 0 18px; } .scotch-button span { height: 50px; line-height: 50px; } .example-1 { background: #118B4B; } .example-1 .scotch-panel-canvas { background: #2aca76; } .example-1:hover .scotch-panel-canvas { background: #38d683; } .example-2 { background: #8A472A; } .example-2 .scotch-panel-canvas { background: #ea8557; } .example-2:hover .scotch-panel-canvas { background: #ed956e; } .example-3 span { height: 50px; line-height: 50px; display: block; } .example-3 { background: #A5DCF6; } .example-3 .scotch-panel-canvas { background: #53b5e6; } .example-3:hover .scotch-panel-canvas { background: #69bfe9; } .example-4 span { height: 50px; line-height: 50px; display: block; } .example-4 { background: #502B79; } .example-4 .scotch-panel-canvas { background: #9973c2; } .example-4:hover .scotch-panel-canvas { background: #a685ca; }
src/javascripts/third-party/scotch/website/demos/loading-buttons/style.css
a { text-decoration: none !important; -webkit-transition: all 225ms ease; -moz-transition: all 225ms ease; transition: all 225ms ease; } header { position: relative; background: #222; height: 50px; } header a { color: #777; } header a:hover { color: #fff; } header .logo { display: inline-block; height: 50px; line-height: 50px; } header .toggle-panel { position: absolute; top: 0; right: 0; font-size: 25px; width: 50px; height: 50px; line-height: 50px; text-align: center; background: #333; } section { padding-bottom: 5000px; } .scotch-button { position: relative; outline: none !important; display: inline-block; overflow: hidden; background: #666; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 18px; color: #fff !important; padding: 0 !important; -o-transform: translateZ(0); -ms-transform: translateZ(0); -moz-transform: translateZ(0); -webkit-transform: translateZ(0); transform: translateZ(0); } .scotch-button span.text { padding: 0 18px; } .scotch-button span { height: 50px; line-height: 50px; } .example-1 { background: #118B4B; } .example-1 .scotch-panel-canvas { background: #2aca76; } .example-1:hover .scotch-panel-canvas { background: #38d683; } .example-2 { background: #8A472A; } .example-2 .scotch-panel-canvas { background: #ea8557; } .example-2:hover .scotch-panel-canvas { background: #ed956e; } .example-3 span { height: 50px; line-height: 50px; display: block; } .example-3 { background: #A5DCF6; } .example-3 .scotch-panel-canvas { background: #53b5e6; } .example-3:hover .scotch-panel-canvas { background: #69bfe9; } .example-4 span { height: 50px; line-height: 50px; display: block; } .example-4 { background: #502B79; } .example-4 .scotch-panel-canvas { background: #9973c2; } .example-4:hover .scotch-panel-canvas { background: #a685ca; }
0.291586
0.113432
*{ box-sizing: border-box; } html{ scroll-behavior: smooth; /**Efeito de suavização da pagina*/ } body{ margin: 0px; padding: 0px; } /*Inicia ajuste na minha foto*/ .avatar { vertical-align: middle; width: 220px; height: 220px; border-radius: 50%; margin: 100px; } /*Finaliza ajuste na minha foto*/ /*Inicio customiazação da linha*/ #linha{ background-color: #979899; width: 800px; margin-left: 500px; } /*Fim customiazação da linha*/ /*Inicio ajuste dos icones*/ #icones{ color: #FFFFFF; font-size: 40px; margin-left: 500px; margin-top: 20px; cursor: pointer; text-decoration: none; } div a:hover{ color: #e0a80d; } .iconeSocial{ text-decoration: none; color: #3f4040; } /*Fim ajuste dos icones*/ /*Inicio ajuste da tabela com os dados pessoais*/ th,td{ font-family: 'Lato', sans-serif; width: 200px; margin: 300px; color: #979899; font-size: 15px; } table{ margin-left: 500px; padding-top: 150px; position: relative; } /*Fim ajuste da tabela com os dados pessoais*/ /*Inicia ajuste da margin dos lados da barra de progresso das habilidades*/ .progress{ margin-left: 90px; margin-right: 90px; } /*Fim ajuste da margin dos lados da barra de progresso das habilidades*/ /*Inicio que define o tamanho e a cor da barra de progresso*/ .progress .progress-bar{ width: 50%; background-color: #e0a80d; } /*Fim que define o tamanho e a cor da barra de progresso*/ /*Inicio ajuste nos h1 que seria os titulos da pagina*/ #sobreMim, #formacao, #habilidades, #experiencia, #educacao, #projetos, #contato{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; text-align: center; } /*Fim ajuste nos h1 que seria os titulos da pagina*/ /*Inicio dos ajuste dos paragrafos*/ .paragrafo{ font-family: 'Lato', sans-serif; color: #979899; font-size: 20px; margin-left: 90px; margin-right: 90px; } /*Fim dos ajuste dos paragrafos*/ /*Inicio ajuste dos link da timeline*/ .dataServ, .nomeEmpresa{ font-family: 'Lato', sans-serif; color: #e0a80d; font-size: 20px; text-decoration: none; } .dataServ:hover, .nomeEmpresa:hover{ font-family: 'Lato', sans-serif; color: #e0a80d; font-size: 20px; text-decoration: none; } /*Fim ajuste dos link da timeline*/ .timeline{ color: #e0a80d; } /*Inicio do controle de layout da timeline*/ ul.timeline { list-style-type: none; position: relative; } ul.timeline:before { content: ' '; background: #d4d9df; display: inline-block; position: absolute; left: 29px; width: 2px; height: 100%; z-index: 400; } ul.timeline > li { margin: 20px 0; padding-left: 20px; } ul.timeline > li:before { content: ' '; background: white; display: inline-block; position: absolute; border-radius: 50%; border: 3px solid #e0a80d; left: 20px; width: 20px; height: 20px; z-index: 400; } /*Fim do controle de layout da timeline*/ /*Inicio de ajuste do formulario*/ form{ font-family: 'Lato', sans-serif; margin: 0px; margin-left: 90px; margin-right: 90px; color: #979899; font-size: 20px; } /*Fim de ajuste do formulario*/ /*Inicio de ajuste do botão do formulario*/ .enviar{ width: 500px; height: 50px; margin-left: 400px; } /*Fim de ajuste do botão do formulario*/ /*Rodape inicio*/ .rodape{ bottom: 0; font-family: 'Lato', sans-serif; font-size: 13px; position: relative; width: 100%; height: 30px; background-color: #e0a80d; color: #2b2c2c; text-align: center; padding-top: 5; } /*Rodape fim*/ /*Botao curriculo*/ .curriculo{ margin-left: 90px; } /*Botao curriculo*/ /*Menu lateral*/ .menuLateral { height: 100%; width: 0px; position: fixed; z-index: 1; top: 0; left: 0; background-color: #2b2c2c;; overflow-x: hidden; transition: 0.5s; padding-top: 60px; font-family: 'Lato', sans-serif; } .menuLateral a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .menuLateral a:hover { color: #f1f1f1; text-decoration: none; } .menuLateral1 a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 20px; color: #979899; display: block; transition: 0.3s; } .menuLateral1 a:hover { color: black; text-decoration: none; background-color: #e0a80d; } .menuLateral .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } @media screen and (max-height: 450px) { .menuLateral {padding-top: 15px;} .menuLateral a {font-size: 18px;} } /*Menu Finaliza*/ /*Efeito whats inicio*/ .whatsapp { animation: signal 1s infinite; margin: 0 auto; display: table; margin-top: 50px; animation-direction: alternate; border-radius: 50%; } @-webkit-keyframes signal { 0% { box-shadow: 0 0 0 0 #4ade00; } 100% { box-shadow: 0 0 0 30px rgba(0, 0, 0, 0); } } /*Efeito whats fim*/ /*Efeito card projetos inicio*/ .projetos{ width: 1000px; position: relative; display: flex; justify-content: space-between; } .container .card{ position: relative; cursor: pointer; background-color: #2b2c2c; border: none; } .container .card .face{ width: 300px; height: 200px; transition: 0.5s; } .container .card .face.face1{ position: relative; background: #333; display: flex; justify-content: center; align-items: center; z-index: 1; transform: translateY(100px); } .container .card:hover .face.face1{ background: #e0a80d; transform: translateY(0); } .container .card .face.face1 .content{ opacity: 0.2; transition: 0.5s; } .container .card:hover .face.face1 .content{ opacity: 1; } .container .card .face.face1 .content img{ max-width: 100px; } .container .card .face.face1 .content h3{ margin: 10px 0 0; padding: 0; color: #fff; text-align: center; font-size: 1.5em; } .container .card .face.face2{ position: relative; background: #fff; display: flex; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); transform: translateY(-100px); font-family: 'Lato', sans-serif; } .container .card:hover .face.face2{ transform: translateY(0); } .container .card .face.face2 .content p{ margin: 0; padding: 0; } .container .card .face.face2 .content a{ margin: 15px 0 0; display: inline-block; text-decoration: none; color: #333; padding: 5px; border: 1px solid #333; font-family: 'Lato', sans-serif; } .container .card .face.face2 .content a:hover{ background: #333; color: #fff; } /*Efeito card projetos fim*/ .titulo-principal{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; margin-top: -300px; margin-left: 500px; max-width: 20ch; } .titulo-principal:after{ content: '|'; margin-left: 5px; opacity: 1; animation: pisca .7s infinite; } .subtitulo-principal{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; margin-top: -60px; margin-left: 500px; } .subtitulo-principal:after{ content: '|'; margin-left: 5px; opacity: 1; animation: pisca .7s infinite; } /* Animação aplicada ao content referente a classe *.titulo-principal* resultando num efeito de cursor piscando. */ @keyframes pisca{ 0%, 100%{ opacity: 1; } 50%{ opacity: 0; } } .enviado{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; text-align: center; } .voltar{ position:absolute; left:50%; transform: translate(-50%, -50%); } /*Ajuste titulo do blog de inicio*/ #tituloBlog{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; text-align: center; } /*Ajuste titulo do blog fim*/ .card-title{ font-family: 'Lato', sans-serif; margin: 0px; color: #fff; font-size: 20px; } .card-text{ font-family: 'Lato', sans-serif; margin: 0px; color: #979899; font-size: 16px; } .blog{ margin-top: 5px; } #video{ margin-left: 19%; margin-right: 15%; border-radius: 5px; height: 500px; width: 900px; margin-top: 0%; } #codigo{ font-family: 'Lato', sans-serif; font-size: 20px; padding-left: 90px; padding-right: 90px; color: #FFD700; } .imgBlog{ width: 900px; border-radius: 5px; left: 50%; margin-left: 15%; margin-right:15%; } /*Sistema de comentário do blog*/ #disqus_thread{ margin-left: 90px; margin-right: 90px; border-radius: 5px; }
css/style.css
*{ box-sizing: border-box; } html{ scroll-behavior: smooth; /**Efeito de suavização da pagina*/ } body{ margin: 0px; padding: 0px; } /*Inicia ajuste na minha foto*/ .avatar { vertical-align: middle; width: 220px; height: 220px; border-radius: 50%; margin: 100px; } /*Finaliza ajuste na minha foto*/ /*Inicio customiazação da linha*/ #linha{ background-color: #979899; width: 800px; margin-left: 500px; } /*Fim customiazação da linha*/ /*Inicio ajuste dos icones*/ #icones{ color: #FFFFFF; font-size: 40px; margin-left: 500px; margin-top: 20px; cursor: pointer; text-decoration: none; } div a:hover{ color: #e0a80d; } .iconeSocial{ text-decoration: none; color: #3f4040; } /*Fim ajuste dos icones*/ /*Inicio ajuste da tabela com os dados pessoais*/ th,td{ font-family: 'Lato', sans-serif; width: 200px; margin: 300px; color: #979899; font-size: 15px; } table{ margin-left: 500px; padding-top: 150px; position: relative; } /*Fim ajuste da tabela com os dados pessoais*/ /*Inicia ajuste da margin dos lados da barra de progresso das habilidades*/ .progress{ margin-left: 90px; margin-right: 90px; } /*Fim ajuste da margin dos lados da barra de progresso das habilidades*/ /*Inicio que define o tamanho e a cor da barra de progresso*/ .progress .progress-bar{ width: 50%; background-color: #e0a80d; } /*Fim que define o tamanho e a cor da barra de progresso*/ /*Inicio ajuste nos h1 que seria os titulos da pagina*/ #sobreMim, #formacao, #habilidades, #experiencia, #educacao, #projetos, #contato{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; text-align: center; } /*Fim ajuste nos h1 que seria os titulos da pagina*/ /*Inicio dos ajuste dos paragrafos*/ .paragrafo{ font-family: 'Lato', sans-serif; color: #979899; font-size: 20px; margin-left: 90px; margin-right: 90px; } /*Fim dos ajuste dos paragrafos*/ /*Inicio ajuste dos link da timeline*/ .dataServ, .nomeEmpresa{ font-family: 'Lato', sans-serif; color: #e0a80d; font-size: 20px; text-decoration: none; } .dataServ:hover, .nomeEmpresa:hover{ font-family: 'Lato', sans-serif; color: #e0a80d; font-size: 20px; text-decoration: none; } /*Fim ajuste dos link da timeline*/ .timeline{ color: #e0a80d; } /*Inicio do controle de layout da timeline*/ ul.timeline { list-style-type: none; position: relative; } ul.timeline:before { content: ' '; background: #d4d9df; display: inline-block; position: absolute; left: 29px; width: 2px; height: 100%; z-index: 400; } ul.timeline > li { margin: 20px 0; padding-left: 20px; } ul.timeline > li:before { content: ' '; background: white; display: inline-block; position: absolute; border-radius: 50%; border: 3px solid #e0a80d; left: 20px; width: 20px; height: 20px; z-index: 400; } /*Fim do controle de layout da timeline*/ /*Inicio de ajuste do formulario*/ form{ font-family: 'Lato', sans-serif; margin: 0px; margin-left: 90px; margin-right: 90px; color: #979899; font-size: 20px; } /*Fim de ajuste do formulario*/ /*Inicio de ajuste do botão do formulario*/ .enviar{ width: 500px; height: 50px; margin-left: 400px; } /*Fim de ajuste do botão do formulario*/ /*Rodape inicio*/ .rodape{ bottom: 0; font-family: 'Lato', sans-serif; font-size: 13px; position: relative; width: 100%; height: 30px; background-color: #e0a80d; color: #2b2c2c; text-align: center; padding-top: 5; } /*Rodape fim*/ /*Botao curriculo*/ .curriculo{ margin-left: 90px; } /*Botao curriculo*/ /*Menu lateral*/ .menuLateral { height: 100%; width: 0px; position: fixed; z-index: 1; top: 0; left: 0; background-color: #2b2c2c;; overflow-x: hidden; transition: 0.5s; padding-top: 60px; font-family: 'Lato', sans-serif; } .menuLateral a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .menuLateral a:hover { color: #f1f1f1; text-decoration: none; } .menuLateral1 a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 20px; color: #979899; display: block; transition: 0.3s; } .menuLateral1 a:hover { color: black; text-decoration: none; background-color: #e0a80d; } .menuLateral .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } @media screen and (max-height: 450px) { .menuLateral {padding-top: 15px;} .menuLateral a {font-size: 18px;} } /*Menu Finaliza*/ /*Efeito whats inicio*/ .whatsapp { animation: signal 1s infinite; margin: 0 auto; display: table; margin-top: 50px; animation-direction: alternate; border-radius: 50%; } @-webkit-keyframes signal { 0% { box-shadow: 0 0 0 0 #4ade00; } 100% { box-shadow: 0 0 0 30px rgba(0, 0, 0, 0); } } /*Efeito whats fim*/ /*Efeito card projetos inicio*/ .projetos{ width: 1000px; position: relative; display: flex; justify-content: space-between; } .container .card{ position: relative; cursor: pointer; background-color: #2b2c2c; border: none; } .container .card .face{ width: 300px; height: 200px; transition: 0.5s; } .container .card .face.face1{ position: relative; background: #333; display: flex; justify-content: center; align-items: center; z-index: 1; transform: translateY(100px); } .container .card:hover .face.face1{ background: #e0a80d; transform: translateY(0); } .container .card .face.face1 .content{ opacity: 0.2; transition: 0.5s; } .container .card:hover .face.face1 .content{ opacity: 1; } .container .card .face.face1 .content img{ max-width: 100px; } .container .card .face.face1 .content h3{ margin: 10px 0 0; padding: 0; color: #fff; text-align: center; font-size: 1.5em; } .container .card .face.face2{ position: relative; background: #fff; display: flex; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); transform: translateY(-100px); font-family: 'Lato', sans-serif; } .container .card:hover .face.face2{ transform: translateY(0); } .container .card .face.face2 .content p{ margin: 0; padding: 0; } .container .card .face.face2 .content a{ margin: 15px 0 0; display: inline-block; text-decoration: none; color: #333; padding: 5px; border: 1px solid #333; font-family: 'Lato', sans-serif; } .container .card .face.face2 .content a:hover{ background: #333; color: #fff; } /*Efeito card projetos fim*/ .titulo-principal{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; margin-top: -300px; margin-left: 500px; max-width: 20ch; } .titulo-principal:after{ content: '|'; margin-left: 5px; opacity: 1; animation: pisca .7s infinite; } .subtitulo-principal{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; margin-top: -60px; margin-left: 500px; } .subtitulo-principal:after{ content: '|'; margin-left: 5px; opacity: 1; animation: pisca .7s infinite; } /* Animação aplicada ao content referente a classe *.titulo-principal* resultando num efeito de cursor piscando. */ @keyframes pisca{ 0%, 100%{ opacity: 1; } 50%{ opacity: 0; } } .enviado{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; margin: 50px; text-align: center; } .voltar{ position:absolute; left:50%; transform: translate(-50%, -50%); } /*Ajuste titulo do blog de inicio*/ #tituloBlog{ font-family: 'Bebas Neue', cursive; color: #e0a80d; font-size: 60px; text-align: center; } /*Ajuste titulo do blog fim*/ .card-title{ font-family: 'Lato', sans-serif; margin: 0px; color: #fff; font-size: 20px; } .card-text{ font-family: 'Lato', sans-serif; margin: 0px; color: #979899; font-size: 16px; } .blog{ margin-top: 5px; } #video{ margin-left: 19%; margin-right: 15%; border-radius: 5px; height: 500px; width: 900px; margin-top: 0%; } #codigo{ font-family: 'Lato', sans-serif; font-size: 20px; padding-left: 90px; padding-right: 90px; color: #FFD700; } .imgBlog{ width: 900px; border-radius: 5px; left: 50%; margin-left: 15%; margin-right:15%; } /*Sistema de comentário do blog*/ #disqus_thread{ margin-left: 90px; margin-right: 90px; border-radius: 5px; }
0.285571
0.060724
.#megaMenu ul.megaMenu #menu-item-52 ul.sub-menu-1{ display:block; } #megaMenu ul.megaMenu{ background:#ffc231 url(../images/orange_top.png) bottom left repeat-x; /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00')";*/ background:-moz-linear-gradient(top, #ffc231, #ff5b00); /*#, #ff8b00);*/ background:-webkit-gradient(linear, left top, left bottom, from(#ffc231), to(#ff5b00)); border:1px solid #ff5b00; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; } /* IE7 Hacks */ #megaMenu.megaMenuHorizontal ul.megaMenu{ *border-bottom:none; } #megaMenu.megaMenuVertical ul.megaMenu{ *border-right:none; } #megaMenu ul.megaMenu > li{ padding:3px 0px; } #megaMenu ul.megaMenu > li > a{ font-size:13px; color:#eee; text-shadow:0px 1px 1px #d0440f; border-color:transparent #ffc231 transparent #ff5b00; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#a72f00; text-shadow:0px 1px 1px #ffc231; text-transform:uppercase; font-weight:bold; } #megaMenu ul.megaMenu > li ul li.ss-nav-menu-item-depth-1{ } #megaMenu ul.megaMenu > li:first-child > a{ border-left-color:transparent; } #megaMenu ul.megaMenu > li:last-child > a{ border-right-color:transparent; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a{ background-color:#efefef; /*df7;*/ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef')"; background:-moz-linear-gradient(top, #d9d9d9, #efefef); background:-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#efefef)); color:#222; /*#914300;*/ text-shadow:0px 1px 1px #fff; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{ border-color:#ff8b00 #ffc231 #ff8b00 #ff8b00; border-color:#efefef #efefef #ddd #efefef; } #megaMenu ul.megaMenu > li.ss-nav-menu-mega:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub.megaHover > a{ border-bottom-color:#efefef; /*df7;*/ } #megaMenu ul ul.sub-menu{ top:96%; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.megaHover a{ border-radius:3px 3px 0px 0px; -moz-border-radius:3px 3px 0px 0px; -webkit-border-radius:3px 3px 0px 0px; } #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1{ border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; } #megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu{ border-radius:0px 0px 3px 3px; -moz-border-radius:0px 0px 3px 3px; -webkit-border-radius:0px 0px 3px 3px; } #megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu ul.sub-menu{ border-radius:0px 3px 0px 3px; -moz-border-radius:0px 3px 0px 3px; -webkit-border-radius:0px 3px 0px 3px; } #megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.ss-nav-menu-reg ul.sub-menu{ background:#efefef; /*fff; /*df7;*/ background:#e9e9e9 url(../images/silver_sub.png) top left repeat-x; /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d9d9d9')";*/ background:-moz-linear-gradient(top, #efefef, #d9d9d9); background:-webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d9d9d9));*/ } #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li a{ color:#444; font-size:12px; text-shadow:0px 1px 1px #fff; } #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, .wpmega-widgetarea h2.widgettitle{ color:#222; font-size:12px; font-weight:bold; text-shadow:0px 1px 1px #fff; text-transform:uppercase; } #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a{ color:#A72F00; text-shadow:0px 1px 1px #fff; } #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li.ss-nav-menu-highlight > a, #megaMenu ul li.ss-nav-menu-reg ul.sub-menu li.ss-nav-menu-highlight > a{ color:#A72F00; text-shadow:0px 1px 1px #fff; font-weight:bold; } .ss-nav-menu-with-img .wpmega-link-title, .ss-nav-menu-with-img .wpmega-link-description{ /*padding-left:20px;*/ } .ss-nav-menu-with-img{ min-height:20px; } #megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu{ top:-1px; border-left-color:transparent; border-radius:0px 2px 2px 0px; -moz-border-radius:0px 2px 2px 0px; -webkit-border-radius:0px 2px 2px 0px; } /****************** * VERTICAL ******************/ #megaMenu.megaMenuVertical ul.megaMenu { background:#ffc231 url(../images/orange_top_vert.png) top right repeat-y; /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00', gradientType='1'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00', gradientType='1')";*/ background:-moz-linear-gradient(left, #ffc231, #ff5b00); background:-webkit-gradient(linear, left top, right top, from(#ffc231), to(#ff5b00)); } #megaMenu.megaMenuVertical ul.megaMenu > li > a{ border-color:transparent; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; } #megaMenu.megaMenuVertical ul.megaMenu > li:hover > a, #megaMenu.megaMenuVertical ul.megaMenu > li > a:hover, #megaMenu.megaMenuVertical ul.megaMenu > li.megaHover > a{ background:#d9d9d9; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef', gradientType='1'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef', gradientType='1')"; background:-moz-linear-gradient(left, #d9d9d9, #efefef); background:-webkit-gradient(linear, left top, right top, from(#d9d9d9), to(#efefef)); border-right-color:#efefef; border-top-color:#ff8b00; border-bottom-color:#ffc231; border-left-color:#ffc231; border-radius:3px 0px 0px 3px; -moz-border-radius:3px 0px 0px 3px; -webkit-border-radius:3px 0px 0px 3px; } #megaMenu.megaMenuVertical li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu.megaMenuVertical li.ss-nav-menu-reg ul.sub-menu{ /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff7b00' gradientType='1')";*/ background:-moz-linear-gradient(left, #efefef, #d9d9d9); /*#, #ff8b00);*/ background:-webkit-gradient(linear, left top, right top, from(#efefef), to(#d9d9d9)); border-right-color:#ffc231; border-top-color:#ff8b00; border-bottom-color:#ffc231; border-left-color:#ffc231; } #megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu { border-left-color:#d9d9d9; top:0px; } #megaMenu .wpmega-divider{ border-top:1px solid #ccc; border-bottom:1px solid #eee; } #megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform div { padding-top:9px; } #megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform input[type="submit"] { background-image: url(../images/search_light.png); }
data/ffck_org/wp-content/plugins/ubermenu/standard/styles/skins/legacy/orange.css
.#megaMenu ul.megaMenu #menu-item-52 ul.sub-menu-1{ display:block; } #megaMenu ul.megaMenu{ background:#ffc231 url(../images/orange_top.png) bottom left repeat-x; /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00')";*/ background:-moz-linear-gradient(top, #ffc231, #ff5b00); /*#, #ff8b00);*/ background:-webkit-gradient(linear, left top, left bottom, from(#ffc231), to(#ff5b00)); border:1px solid #ff5b00; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; } /* IE7 Hacks */ #megaMenu.megaMenuHorizontal ul.megaMenu{ *border-bottom:none; } #megaMenu.megaMenuVertical ul.megaMenu{ *border-right:none; } #megaMenu ul.megaMenu > li{ padding:3px 0px; } #megaMenu ul.megaMenu > li > a{ font-size:13px; color:#eee; text-shadow:0px 1px 1px #d0440f; border-color:transparent #ffc231 transparent #ff5b00; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#a72f00; text-shadow:0px 1px 1px #ffc231; text-transform:uppercase; font-weight:bold; } #megaMenu ul.megaMenu > li ul li.ss-nav-menu-item-depth-1{ } #megaMenu ul.megaMenu > li:first-child > a{ border-left-color:transparent; } #megaMenu ul.megaMenu > li:last-child > a{ border-right-color:transparent; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a{ background-color:#efefef; /*df7;*/ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef')"; background:-moz-linear-gradient(top, #d9d9d9, #efefef); background:-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#efefef)); color:#222; /*#914300;*/ text-shadow:0px 1px 1px #fff; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{ border-color:#ff8b00 #ffc231 #ff8b00 #ff8b00; border-color:#efefef #efefef #ddd #efefef; } #megaMenu ul.megaMenu > li.ss-nav-menu-mega:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub.megaHover > a{ border-bottom-color:#efefef; /*df7;*/ } #megaMenu ul ul.sub-menu{ top:96%; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.megaHover a{ border-radius:3px 3px 0px 0px; -moz-border-radius:3px 3px 0px 0px; -webkit-border-radius:3px 3px 0px 0px; } #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1{ border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; } #megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu{ border-radius:0px 0px 3px 3px; -moz-border-radius:0px 0px 3px 3px; -webkit-border-radius:0px 0px 3px 3px; } #megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu ul.sub-menu{ border-radius:0px 3px 0px 3px; -moz-border-radius:0px 3px 0px 3px; -webkit-border-radius:0px 3px 0px 3px; } #megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.ss-nav-menu-reg ul.sub-menu{ background:#efefef; /*fff; /*df7;*/ background:#e9e9e9 url(../images/silver_sub.png) top left repeat-x; /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d9d9d9')";*/ background:-moz-linear-gradient(top, #efefef, #d9d9d9); background:-webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d9d9d9));*/ } #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li a{ color:#444; font-size:12px; text-shadow:0px 1px 1px #fff; } #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, .wpmega-widgetarea h2.widgettitle{ color:#222; font-size:12px; font-weight:bold; text-shadow:0px 1px 1px #fff; text-transform:uppercase; } #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a{ color:#A72F00; text-shadow:0px 1px 1px #fff; } #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li.ss-nav-menu-highlight > a, #megaMenu ul li.ss-nav-menu-reg ul.sub-menu li.ss-nav-menu-highlight > a{ color:#A72F00; text-shadow:0px 1px 1px #fff; font-weight:bold; } .ss-nav-menu-with-img .wpmega-link-title, .ss-nav-menu-with-img .wpmega-link-description{ /*padding-left:20px;*/ } .ss-nav-menu-with-img{ min-height:20px; } #megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu{ top:-1px; border-left-color:transparent; border-radius:0px 2px 2px 0px; -moz-border-radius:0px 2px 2px 0px; -webkit-border-radius:0px 2px 2px 0px; } /****************** * VERTICAL ******************/ #megaMenu.megaMenuVertical ul.megaMenu { background:#ffc231 url(../images/orange_top_vert.png) top right repeat-y; /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00', gradientType='1'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00', gradientType='1')";*/ background:-moz-linear-gradient(left, #ffc231, #ff5b00); background:-webkit-gradient(linear, left top, right top, from(#ffc231), to(#ff5b00)); } #megaMenu.megaMenuVertical ul.megaMenu > li > a{ border-color:transparent; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; } #megaMenu.megaMenuVertical ul.megaMenu > li:hover > a, #megaMenu.megaMenuVertical ul.megaMenu > li > a:hover, #megaMenu.megaMenuVertical ul.megaMenu > li.megaHover > a{ background:#d9d9d9; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef', gradientType='1'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef', gradientType='1')"; background:-moz-linear-gradient(left, #d9d9d9, #efefef); background:-webkit-gradient(linear, left top, right top, from(#d9d9d9), to(#efefef)); border-right-color:#efefef; border-top-color:#ff8b00; border-bottom-color:#ffc231; border-left-color:#ffc231; border-radius:3px 0px 0px 3px; -moz-border-radius:3px 0px 0px 3px; -webkit-border-radius:3px 0px 0px 3px; } #megaMenu.megaMenuVertical li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu.megaMenuVertical li.ss-nav-menu-reg ul.sub-menu{ /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff7b00' gradientType='1')";*/ background:-moz-linear-gradient(left, #efefef, #d9d9d9); /*#, #ff8b00);*/ background:-webkit-gradient(linear, left top, right top, from(#efefef), to(#d9d9d9)); border-right-color:#ffc231; border-top-color:#ff8b00; border-bottom-color:#ffc231; border-left-color:#ffc231; } #megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu { border-left-color:#d9d9d9; top:0px; } #megaMenu .wpmega-divider{ border-top:1px solid #ccc; border-bottom:1px solid #eee; } #megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform div { padding-top:9px; } #megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform input[type="submit"] { background-image: url(../images/search_light.png); }
0.137851
0.057071
@import "https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap"; @import url("https://fonts.googleapis.com/css2?family=Galada&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Atma:wght@300&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Mina:wght@700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Chilanka&display=swap"); * { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 10px; /* font-family: "Montserrat", sans-serif; */ font-family: "Chilanka", cursive; scroll-behavior: smooth; } mark { color: greenyellow; font-weight: bold; background-color: transparent; } a { text-decoration: none; } .container { min-height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; } /* Header Section */ #header { position: fixed; z-index: 1000; left: 0; top: 2vh; width: 100vw; height: auto; } #header .header { min-height: 8vh; transition: 0.3s ease background-color; } #header .nav-bar { display: flex; align-items: center; justify-content: space-between; height: 100%; max-width: 100vw; } #header .nav-list ul { list-style: none; position: absolute; background-color: rgba(253, 249, 249, 0.93); width: 100vw; height: 100vh; left: 100%; top: -2vh; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 1; overflow-x: hidden; transition: 0.5s ease left; } #header .nav-list ul.active { left: 0%; } #header .nav-list ul a { font-size: 2.5rem; font-weight: 700; letter-spacing: 0.3rem; text-decoration: none; color: black; text-transform: uppercase; padding: 10px 30px; display: block; } #header .nav-list ul a::after { content: attr(data-after); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); color: rgba(240, 248, 255, 0.021); font-size: 13rem; letter-spacing: 50px; z-index: -1; transition: 0.3s ease letter-spacing; } #header .nav-list ul li:hover a::after { transform: translate(-50%, -50%) scale(1); letter-spacing: initial; } #header .nav-list ul li:hover a { color: rgb(255, 93, 93); } #header .hamburger { height: 60px; width: 60px; display: inline-block; border: 3px solid black; border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center; z-index: 100; cursor: pointer; transform: scale(0.8); margin-right: 1vw; } #header .hamburger:after { position: absolute; content: ""; height: 100%; width: 100%; border-radius: 50%; border: 3px solid black; animation: hamburger_puls 1s ease infinite; } #header .hamburger .bar { height: 2px; width: 30px; position: relative; background-color: black; z-index: -1; } #header .hamburger .bar::after, #header .hamburger .bar::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; background-color: black; transition: 0.3s ease; transition-property: top, bottom; } #header .hamburger .bar::after { top: 8px; } #header .hamburger .bar::before { bottom: 8px; } #header .hamburger.active .bar::before { bottom: 0; } #header .hamburger.active .bar::after { top: 0; } /* Side Bar is in Media Quary */ .social-link a { display: flex; background: transparent; align-items: flex-end; justify-content: left; text-decoration: none; transition: transform 0.5s; } .social-link a:hover { transform: translateY(2px); } .social-link a:hover i { transform: scale(0.9); } .social-link a:hover .fa-facebook { color: #3b5998; } .social-link a:hover .fa-instagram { color: #f14843; } .social-link a:hover .fa-whatsapp { color: #4fce5d; } .social-link a:hover .fa-youtube { color: #ff0000; } /* Header Section End */ /* Hero Section */ #hero { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; z-index: 1; } #hero::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0); opacity: 0; z-index: -1; } #hero .hero { max-width: 1200px; margin: 0 auto; padding: 0 50px; justify-content: flex-start; } /* CLOCK SECTION */ #hero .clock h1 { color: whitesmoke; font-family: "Montserrat", sans-serif; display: block; position: relative; width: fit-content; } #hero .clock p { display: block; position: relative; width: fit-content; } /* CLOCK SECTION END */ #hero .hero .msg-container { width: 599px; /* height: 208px; */ /* overflow: hidden; */ } #hero .hero .msg-container #slider { display: inline-flex; transition: 1s; } #hero .hero .msg-container #slider .msg-col { /* width: 600px; */ /* height: 280px; */ } #hero .hero .msg-container #slider .msg-col h1 { display: block; width: fit-content; position: relative; color: #ffffff; margin: 10px 0; font-family: "Galada", cursive; font-weight: 100; } #hero .hero .msg-container #slider .msg-col p { color: #ffffff; font-family: "Atma", cursive; /* font-family: "Galada", cursive; */ font-weight: 100; display: flex; justify-content: center; text-align: center; } #hero .controller { width: 1px; height: 320px; display: block; background: #dddddd; position: absolute; top: 55%; transform: translateY(-50%); left: 97vw; } #hero .controller #line1, #line2, #line3, #line4 { height: 80px; width: 10px; cursor: pointer; transform: translateX(-50%); } #hero .controller #active { width: 5px; height: 80px; border-radius: 10px; background: #fff; position: absolute; top: 0; transform: translateX(-50%); transition: 0.5s ease; } /* Hero End */ /* Keyframes */ @keyframes hamburger_puls { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.4); } } /* End Keyframes */ /* Media Quary for Mobile */ @media only screen and (min-width: 280px) { #header .nav-bar { width: 100vw; } #hero { background-image: url(../img/backm1.jpg); } .brand img { width: 50vw; } #hero .clock { color: crimson; font-size: 1rem; position: absolute; clear: both; opacity: 0; } #hero .clock h1 { left: 35vw; } #hero .clock p { left: 44vw; } .info-icon img { width: 5vw; position: absolute; left: 86.5vw; top: -1.5vh; transform: translateX(-50%); } #hero .hero .msg-container { position: relative; top: 40vh; } #hero .hero .msg-container #slider .msg-col h1 { font-size: 2rem; } #hero .hero .msg-container #slider .msg-col p { font-size: 15px; line-height: 1.3em; } .side-bar { display: flex; flex-direction: row; flex-wrap: wrap-reverse; position: absolute; top: 95vh; left: 1vw; } .social-link { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; grid-gap: 3vw; } .social-link a i { font-size: 1.5rem; color: #f7f7f790; transition: transform 0.5s; } .logo img { width: 9vw; position: absolute; left: 94vw; top: -1.5vh; transform: translate(-50%); } } /* Media Quary for Tablet */ @media only screen and (min-width: 768px) { .brand img { width: auto; height: 11.5vh; } #hero .clock { color: crimson; font-size: 2rem; position: absolute; clear: both; opacity: 0.75; } #hero .clock h1 { top: 28vh; left: 16vw; } #hero .clock p { left: 20vw; top: 30vh; } .info-icon img { width: 5vw; position: absolute; left: 87.5vw; top: -2vh; transform: translateX(-50%); } #hero { background-image: url(../img/background2.png); } #hero .clock h1 { top: 30vh; left: 20vw; } #hero .hero .msg-container { position: absolute; bottom: 0vh; top: 85vh; right: 11vw; } #hero .hero .msg-container #slider .msg-col h1 { font-size: 3rem; } #hero .hero .msg-container #slider .msg-col p { font-size: 3em; /* line-height: 1.5rem; */ } .side-bar { /* width: 10vw; */ /* height: 103vh; */ background: rgba(29, 31, 58, 0); position: absolute; top: 94vh; left: 1vw; } .social-link { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; grid-gap: 2vw; } .social-link a i { font-size: 3rem; color: #f7f7f790; transition: transform 0.5s; } .logo img { width: 9vw; position: absolute; left: 95vw; top: -2vh; transform: translate(-50%); } } /* Media Quary For desktop */ @media only screen and (min-width: 1200px) { /* Header */ #hero { background-image: url(../img/Background.png); } #hero .clock { color: crimson; font-size: 3rem; position: absolute; clear: both; opacity: 0.75; } #hero .clock p { left: 20vw; top: 30vh; } .brand img { width: 12vw; } .info-icon img { width: 3vw; position: relative; left: 2.5vw; top: 91vh; transform: translateX(-50%); } #header .header { background-color: rgba(31, 30, 30, 0.24); } #header .nav-bar { margin-left: -20rem; width: 85vw; } #header .hamburger { display: none; } #header .nav-list ul { position: initial; display: block; height: auto; width: fit-content; background-color: transparent; } #header .nav-list ul li { display: inline-block; } #header .nav-list ul li a { font-size: 2.1rem; } #header .nav-list ul a:after { display: none; } #hero .hero .msg-container { position: absolute; left: 12vw; transform: translateY(-50%); } #hero .hero .msg-container #slider .msg-col h1 { font-size: 4rem; } #hero .hero .msg-container #slider .msg-col p { font-size: 3em; /* line-height: 2.5rem; */ } .side-bar { width: 6vw; height: 103vh; background: rgba(29, 31, 58, 0.15); position: absolute; top: -20px; left: 1vw; } .social-link { display: grid; grid-gap: 0px; margin: 200px auto; text-align: center; } .social-link a i { font-size: 5rem; color: #777777; transition: transform 0.5s; } .logo img { width: 6.5vw; position: absolute; left: 96vw; top: 91vh; transform: translateX(-50%); } } @media only screen and (min-width: 1870px) { .info-icon img { width: 3vw; position: relative; left: -2.5vw; top: 91vh; transform: translateX(-50%); } .side-bar { width: 8vw; height: 103vh; background: rgba(29, 31, 58, 0.15); position: absolute; top: -20px; left: 1vw; } .social-link a i { font-size: 8rem; color: #777777; transition: transform 0.5s; } }
CSS/style.css
@import "https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap"; @import url("https://fonts.googleapis.com/css2?family=Galada&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Atma:wght@300&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Mina:wght@700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Chilanka&display=swap"); * { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 10px; /* font-family: "Montserrat", sans-serif; */ font-family: "Chilanka", cursive; scroll-behavior: smooth; } mark { color: greenyellow; font-weight: bold; background-color: transparent; } a { text-decoration: none; } .container { min-height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; } /* Header Section */ #header { position: fixed; z-index: 1000; left: 0; top: 2vh; width: 100vw; height: auto; } #header .header { min-height: 8vh; transition: 0.3s ease background-color; } #header .nav-bar { display: flex; align-items: center; justify-content: space-between; height: 100%; max-width: 100vw; } #header .nav-list ul { list-style: none; position: absolute; background-color: rgba(253, 249, 249, 0.93); width: 100vw; height: 100vh; left: 100%; top: -2vh; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 1; overflow-x: hidden; transition: 0.5s ease left; } #header .nav-list ul.active { left: 0%; } #header .nav-list ul a { font-size: 2.5rem; font-weight: 700; letter-spacing: 0.3rem; text-decoration: none; color: black; text-transform: uppercase; padding: 10px 30px; display: block; } #header .nav-list ul a::after { content: attr(data-after); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); color: rgba(240, 248, 255, 0.021); font-size: 13rem; letter-spacing: 50px; z-index: -1; transition: 0.3s ease letter-spacing; } #header .nav-list ul li:hover a::after { transform: translate(-50%, -50%) scale(1); letter-spacing: initial; } #header .nav-list ul li:hover a { color: rgb(255, 93, 93); } #header .hamburger { height: 60px; width: 60px; display: inline-block; border: 3px solid black; border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center; z-index: 100; cursor: pointer; transform: scale(0.8); margin-right: 1vw; } #header .hamburger:after { position: absolute; content: ""; height: 100%; width: 100%; border-radius: 50%; border: 3px solid black; animation: hamburger_puls 1s ease infinite; } #header .hamburger .bar { height: 2px; width: 30px; position: relative; background-color: black; z-index: -1; } #header .hamburger .bar::after, #header .hamburger .bar::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; background-color: black; transition: 0.3s ease; transition-property: top, bottom; } #header .hamburger .bar::after { top: 8px; } #header .hamburger .bar::before { bottom: 8px; } #header .hamburger.active .bar::before { bottom: 0; } #header .hamburger.active .bar::after { top: 0; } /* Side Bar is in Media Quary */ .social-link a { display: flex; background: transparent; align-items: flex-end; justify-content: left; text-decoration: none; transition: transform 0.5s; } .social-link a:hover { transform: translateY(2px); } .social-link a:hover i { transform: scale(0.9); } .social-link a:hover .fa-facebook { color: #3b5998; } .social-link a:hover .fa-instagram { color: #f14843; } .social-link a:hover .fa-whatsapp { color: #4fce5d; } .social-link a:hover .fa-youtube { color: #ff0000; } /* Header Section End */ /* Hero Section */ #hero { background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; z-index: 1; } #hero::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0); opacity: 0; z-index: -1; } #hero .hero { max-width: 1200px; margin: 0 auto; padding: 0 50px; justify-content: flex-start; } /* CLOCK SECTION */ #hero .clock h1 { color: whitesmoke; font-family: "Montserrat", sans-serif; display: block; position: relative; width: fit-content; } #hero .clock p { display: block; position: relative; width: fit-content; } /* CLOCK SECTION END */ #hero .hero .msg-container { width: 599px; /* height: 208px; */ /* overflow: hidden; */ } #hero .hero .msg-container #slider { display: inline-flex; transition: 1s; } #hero .hero .msg-container #slider .msg-col { /* width: 600px; */ /* height: 280px; */ } #hero .hero .msg-container #slider .msg-col h1 { display: block; width: fit-content; position: relative; color: #ffffff; margin: 10px 0; font-family: "Galada", cursive; font-weight: 100; } #hero .hero .msg-container #slider .msg-col p { color: #ffffff; font-family: "Atma", cursive; /* font-family: "Galada", cursive; */ font-weight: 100; display: flex; justify-content: center; text-align: center; } #hero .controller { width: 1px; height: 320px; display: block; background: #dddddd; position: absolute; top: 55%; transform: translateY(-50%); left: 97vw; } #hero .controller #line1, #line2, #line3, #line4 { height: 80px; width: 10px; cursor: pointer; transform: translateX(-50%); } #hero .controller #active { width: 5px; height: 80px; border-radius: 10px; background: #fff; position: absolute; top: 0; transform: translateX(-50%); transition: 0.5s ease; } /* Hero End */ /* Keyframes */ @keyframes hamburger_puls { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.4); } } /* End Keyframes */ /* Media Quary for Mobile */ @media only screen and (min-width: 280px) { #header .nav-bar { width: 100vw; } #hero { background-image: url(../img/backm1.jpg); } .brand img { width: 50vw; } #hero .clock { color: crimson; font-size: 1rem; position: absolute; clear: both; opacity: 0; } #hero .clock h1 { left: 35vw; } #hero .clock p { left: 44vw; } .info-icon img { width: 5vw; position: absolute; left: 86.5vw; top: -1.5vh; transform: translateX(-50%); } #hero .hero .msg-container { position: relative; top: 40vh; } #hero .hero .msg-container #slider .msg-col h1 { font-size: 2rem; } #hero .hero .msg-container #slider .msg-col p { font-size: 15px; line-height: 1.3em; } .side-bar { display: flex; flex-direction: row; flex-wrap: wrap-reverse; position: absolute; top: 95vh; left: 1vw; } .social-link { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; grid-gap: 3vw; } .social-link a i { font-size: 1.5rem; color: #f7f7f790; transition: transform 0.5s; } .logo img { width: 9vw; position: absolute; left: 94vw; top: -1.5vh; transform: translate(-50%); } } /* Media Quary for Tablet */ @media only screen and (min-width: 768px) { .brand img { width: auto; height: 11.5vh; } #hero .clock { color: crimson; font-size: 2rem; position: absolute; clear: both; opacity: 0.75; } #hero .clock h1 { top: 28vh; left: 16vw; } #hero .clock p { left: 20vw; top: 30vh; } .info-icon img { width: 5vw; position: absolute; left: 87.5vw; top: -2vh; transform: translateX(-50%); } #hero { background-image: url(../img/background2.png); } #hero .clock h1 { top: 30vh; left: 20vw; } #hero .hero .msg-container { position: absolute; bottom: 0vh; top: 85vh; right: 11vw; } #hero .hero .msg-container #slider .msg-col h1 { font-size: 3rem; } #hero .hero .msg-container #slider .msg-col p { font-size: 3em; /* line-height: 1.5rem; */ } .side-bar { /* width: 10vw; */ /* height: 103vh; */ background: rgba(29, 31, 58, 0); position: absolute; top: 94vh; left: 1vw; } .social-link { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; grid-gap: 2vw; } .social-link a i { font-size: 3rem; color: #f7f7f790; transition: transform 0.5s; } .logo img { width: 9vw; position: absolute; left: 95vw; top: -2vh; transform: translate(-50%); } } /* Media Quary For desktop */ @media only screen and (min-width: 1200px) { /* Header */ #hero { background-image: url(../img/Background.png); } #hero .clock { color: crimson; font-size: 3rem; position: absolute; clear: both; opacity: 0.75; } #hero .clock p { left: 20vw; top: 30vh; } .brand img { width: 12vw; } .info-icon img { width: 3vw; position: relative; left: 2.5vw; top: 91vh; transform: translateX(-50%); } #header .header { background-color: rgba(31, 30, 30, 0.24); } #header .nav-bar { margin-left: -20rem; width: 85vw; } #header .hamburger { display: none; } #header .nav-list ul { position: initial; display: block; height: auto; width: fit-content; background-color: transparent; } #header .nav-list ul li { display: inline-block; } #header .nav-list ul li a { font-size: 2.1rem; } #header .nav-list ul a:after { display: none; } #hero .hero .msg-container { position: absolute; left: 12vw; transform: translateY(-50%); } #hero .hero .msg-container #slider .msg-col h1 { font-size: 4rem; } #hero .hero .msg-container #slider .msg-col p { font-size: 3em; /* line-height: 2.5rem; */ } .side-bar { width: 6vw; height: 103vh; background: rgba(29, 31, 58, 0.15); position: absolute; top: -20px; left: 1vw; } .social-link { display: grid; grid-gap: 0px; margin: 200px auto; text-align: center; } .social-link a i { font-size: 5rem; color: #777777; transition: transform 0.5s; } .logo img { width: 6.5vw; position: absolute; left: 96vw; top: 91vh; transform: translateX(-50%); } } @media only screen and (min-width: 1870px) { .info-icon img { width: 3vw; position: relative; left: -2.5vw; top: 91vh; transform: translateX(-50%); } .side-bar { width: 8vw; height: 103vh; background: rgba(29, 31, 58, 0.15); position: absolute; top: -20px; left: 1vw; } .social-link a i { font-size: 8rem; color: #777777; transition: transform 0.5s; } }
0.351756
0.060947
@import url(http://fonts.googleapis.com/css?family=Arvo); @import url(http://fonts.googleapis.com/css?family=Fenix); @import url('https://fonts.googleapis.com/css?family=Lato'); body { max-width: 100%; width: 80%; margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom:100px; font-family: 'Lato', sans-serif; font-size:20px; background-color:white; color: black; } h1, h2 { color: #09235c; } .logo { width: 200px; display: block; margin-left: auto; margin-right: auto; } .hero { background-color: #ededed; padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 5px; border:3px solid; border-radius:5px; border-color: #ef9236; } #crown-img { width: 100px; fill: #f00; display: block; margin-left: auto; margin-right: auto } .benefit { color: #09235c; cursor: help; font-size: 20px; } .benefit:hover { color: #ef9236; text-decoration: none; } table { margin-right: auto; margin-left: auto; color: #09235c; } #funding-row { background-color:#dfd; } tr:nth-child(n+2):nth-child(-n+4) td:nth-child(n+1):nth-child(-n+5), tr:nth-child(2) td:nth-child(6) { border-right: 3px solid rgba(36, 107, 181, 1);; } tr:nth-child(n+5):nth-child(-n+11) td:nth-child(n+1):nth-child(-n+5), tr:nth-child(5) td:nth-child(6) { border-right: 3px solid rgba(245, 127, 32, 1); } tr:nth-child(n+12):nth-child(-n+16) td:nth-child(n+1):nth-child(-n+5), tr:nth-child(12) td:nth-child(6) { border-right: 3px solid rgba(28, 71, 137, 1); } tr:nth-child(n+2):nth-child(-n+4) { background-color: rgba(36, 107, 181, 0.05); border-bottom: 3px solid rgba(36, 107, 181, 1); } tr:nth-child(n+5):nth-child(-n+11) { background-color: rgba(245, 127, 32, 0.05); border-bottom: 3px solid rgba(245, 127, 32, 1); } tr:nth-child(n+12):nth-child(-n+16) { background-color: rgba(28, 71, 137, 0.05); border-bottom: 3px solid rgba(28, 71, 137, 1); } tr:nth-child(2), tr:nth-child(5), tr:nth-child(12) { border-top: 10px solid white !important; } tr:nth-child(4), tr:nth-child(4), tr:nth-child(16) { border-bottom: 10px solid white !important; } tr:nth-child(2) .row-header { background-color: rgba(36, 107, 181, 1); } tr:nth-child(5) .row-header { background-color: rgba(245, 127, 32, 1); } tr:nth-child(12) .row-header { background-color: rgba(28, 71, 137, 1); } .row-header { color: white !important; border: 10px solid white; border-right: 0; padding: 20px; padding-top: 0; padding-bottom: 0; } .special-font { font-style:italic; } .sponsorship-tiers { margin-left: auto; margin-right: auto; } ul li { margin-bottom: 20px; } a, a:link, a:active, a:visited, a:hover { color: #00aeef; text-decoration: none; } a:hover { text-decoration: underline; } .tier { font-family: 'Arvo', serif; font-size:20px; color: rgba(245, 127, 32, 1); text-align: center; font-style: italic; font-weight: bolder; } .tier-desc { font-family: 'Arvo', serif; font-size:14px; } .ui-tooltip { background: white; border: 3px solid #09235c; } .arrow:after { background: white; border: 2px solid #09235c; } .ui-tooltip { padding: 20px 20px; border-radius: 10px; font: 14px "Lato", Sans-Serif; color: #09235c; } .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { left: 20%; } .arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); tranform: rotate(45deg); } .arrow.top:after { bottom: -20px; top: auto; }
old/css/sponsors.css
@import url(http://fonts.googleapis.com/css?family=Arvo); @import url(http://fonts.googleapis.com/css?family=Fenix); @import url('https://fonts.googleapis.com/css?family=Lato'); body { max-width: 100%; width: 80%; margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom:100px; font-family: 'Lato', sans-serif; font-size:20px; background-color:white; color: black; } h1, h2 { color: #09235c; } .logo { width: 200px; display: block; margin-left: auto; margin-right: auto; } .hero { background-color: #ededed; padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 5px; border:3px solid; border-radius:5px; border-color: #ef9236; } #crown-img { width: 100px; fill: #f00; display: block; margin-left: auto; margin-right: auto } .benefit { color: #09235c; cursor: help; font-size: 20px; } .benefit:hover { color: #ef9236; text-decoration: none; } table { margin-right: auto; margin-left: auto; color: #09235c; } #funding-row { background-color:#dfd; } tr:nth-child(n+2):nth-child(-n+4) td:nth-child(n+1):nth-child(-n+5), tr:nth-child(2) td:nth-child(6) { border-right: 3px solid rgba(36, 107, 181, 1);; } tr:nth-child(n+5):nth-child(-n+11) td:nth-child(n+1):nth-child(-n+5), tr:nth-child(5) td:nth-child(6) { border-right: 3px solid rgba(245, 127, 32, 1); } tr:nth-child(n+12):nth-child(-n+16) td:nth-child(n+1):nth-child(-n+5), tr:nth-child(12) td:nth-child(6) { border-right: 3px solid rgba(28, 71, 137, 1); } tr:nth-child(n+2):nth-child(-n+4) { background-color: rgba(36, 107, 181, 0.05); border-bottom: 3px solid rgba(36, 107, 181, 1); } tr:nth-child(n+5):nth-child(-n+11) { background-color: rgba(245, 127, 32, 0.05); border-bottom: 3px solid rgba(245, 127, 32, 1); } tr:nth-child(n+12):nth-child(-n+16) { background-color: rgba(28, 71, 137, 0.05); border-bottom: 3px solid rgba(28, 71, 137, 1); } tr:nth-child(2), tr:nth-child(5), tr:nth-child(12) { border-top: 10px solid white !important; } tr:nth-child(4), tr:nth-child(4), tr:nth-child(16) { border-bottom: 10px solid white !important; } tr:nth-child(2) .row-header { background-color: rgba(36, 107, 181, 1); } tr:nth-child(5) .row-header { background-color: rgba(245, 127, 32, 1); } tr:nth-child(12) .row-header { background-color: rgba(28, 71, 137, 1); } .row-header { color: white !important; border: 10px solid white; border-right: 0; padding: 20px; padding-top: 0; padding-bottom: 0; } .special-font { font-style:italic; } .sponsorship-tiers { margin-left: auto; margin-right: auto; } ul li { margin-bottom: 20px; } a, a:link, a:active, a:visited, a:hover { color: #00aeef; text-decoration: none; } a:hover { text-decoration: underline; } .tier { font-family: 'Arvo', serif; font-size:20px; color: rgba(245, 127, 32, 1); text-align: center; font-style: italic; font-weight: bolder; } .tier-desc { font-family: 'Arvo', serif; font-size:14px; } .ui-tooltip { background: white; border: 3px solid #09235c; } .arrow:after { background: white; border: 2px solid #09235c; } .ui-tooltip { padding: 20px 20px; border-radius: 10px; font: 14px "Lato", Sans-Serif; color: #09235c; } .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { left: 20%; } .arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); tranform: rotate(45deg); } .arrow.top:after { bottom: -20px; top: auto; }
0.403332
0.107578
@charset "UTF-8"; *{ margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; display: flex; } .side-bar { background-color: #404040; height: 100%; position: sticky; top: 0px; left: 0px; width: fit-content; text-align: center; padding-top: 50px; color: white; } .imagem { width: 250px; border-radius: 50%; border: 5px solid lightgray; margin: 10px 0; } h2 { text-transform: uppercase; font-weight: normal; padding: 30px 40px 10px 40px; text-align: left; } #titulo-sobre { font-style: italic; } p.sobre { text-align: left; padding: 10px 40px; max-width: 550px; } hr { max-width: 400px; margin: 20px 40px; border: 1px solid rgba(211, 211, 211, 0.521); } .h2-side-bar { text-align: left; padding-top: 10px; font-weight: bold; } .sites { text-align: left; padding: 10px 40px 0px 40px; font-weight: bold; } .espaçamento { margin: 25px 0; } .links { text-align: left; padding: 0px 40px 10px 40px; } .links a { color: white; text-decoration: none; } .links a:hover { text-decoration: underline; color: lightgray; transition: 0.3s; } .right-side { display:flex; flex-direction: column; width: fit-content; } .nomeEcontato { display: flex; max-width: 100%; justify-content: space-between; } .nome { padding: 100px 30px 50px 30px; transition: 1s; } .contato { padding: 110px 30px 50px 30px; margin-right: 30px; transition: 1s; } h1 { font-size: 4em; text-transform: uppercase; color: #000000b2; text-decoration: underline; } p.profissao { padding: 10px 0; font-size: 1.5em; color: #00000088; text-transform: uppercase; font-style: italic; } ul { line-height: 2.5em; color: #000000ad; } .li1 { list-style-type: '💡 '; color: #000000d5; } .li2 { list-style-type: '📞 '; color: #000000d7; } .li3 { list-style-type: '✉️ '; color: #000000ea; } .li4 { list-style-type: '🏮 '; color: #000000d3; } .hr-right-side { min-width: 70vw; } .work-experience { font-weight: bold; font-size: 1.6em; color: #0000008a; transition: 1s; } .carreira p { max-width: 600px; } .carreira h3 { text-transform: uppercase; font-weight: normal; } .lugar-job { color: #404040d5; } .data-job { color: #404040d5; } .jobA { display: flex; justify-content: space-between; margin: 40px; flex-wrap: wrap; } .jobB { display: flex; justify-content: space-between; margin: 40px; flex-wrap: wrap; } .jobC { display: flex; justify-content: space-between; margin: 40px; flex-wrap: wrap; } .sobre-jobs1 { border: 1px solid #404040; padding: 5px; margin-top: -6px; } .sobre-jobs1:hover { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.418), #40404096); transition: 1s; } .sobre-jobs1 h3 { margin-bottom: 5px; } .sobre-jobs2 { border: 1px solid #404040; padding: 5px; margin-top: -6px; } .sobre-jobs2:hover { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.418), #40404096); transition: 1s; } .sobre-jobs2 h3 { margin-bottom: 5px; } .sobre-jobs3 { border: 1px solid #404040; padding: 5px; margin-top: -6px; } .sobre-jobs3:hover { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.418), #40404096); transition: 1s; } .sobre-jobs3 h3 { margin-bottom: 5px; } .linha-vertical { width: 1px; height: 350px; background-color: black; position: relative; left: 32%; top: -389px; } .educaçao { margin-top: -320px; } #imagens { text-align: right; margin-top: -310px; margin-bottom: 120px; } .imagem-curriculo { width: 150px; height: 150px; margin: 0px 40px 0px 10px; border: 3px solid #404040; } .imagem-curriculo:hover { width: 300px; height: 300px; transition: 1s; } @media screen and (max-width: 1700px ) { .carreira p { max-width: 500px; transition: 1s; } } @media screen and (max-width: 1400px ) { .carreira p { max-width: 400px; transition: 2s; } .linha-vertical { margin-top: -51px; height: 398px; transition: 1s; } } @media screen and (max-width: 1200px ) { .carreira p { max-width: 300px; transition: 2s; } .linha-vertical { margin-top: -155px; height: 500px; } } @media screen and (max-width: 1150px) { .contato { margin-right: 80px; } .jobA { margin-right: 80px; } .jobB { margin-right: 80px; } .jobC { margin-right: 80px; } .cv2 { margin-right: 80px; } } @media screen and (max-width: 975px) { body { display: flex; flex-direction: column; } .side-bar { position: relative; width: 100%; } .imagem { width: 27%; } .side-bar p { max-width: 1000px; text-align: justify; } .side-bar hr { max-width: 100vw; } .hr-right-side { min-width: 90vw; margin: 20px 30px; } .contato { margin-right: 20px; } .jobA { margin-right: 20px; } .jobB { margin-right: 20px; } .jobC { margin-right: 20px; } .cv2 { margin-right: 20px; } #imagens { text-align: center; } .imagem-curriculo { width: 200px; height: 200px; } } @media screen and (max-width: 600px) { .nomeEcontato { display: flex; flex-direction: column; align-items: center; } .nome { padding-top: 35px; padding-bottom: 20px; } .contato { padding-top: 0; margin-left: 30px; } .work-experience { text-align: center; } .carreira p { max-width: 400px; margin: 0; } .jobA { display: flex; flex-direction: column; align-items: center; } .sobre-jobs1 { margin: 20px 0px; width: 300px } .jobB { display: flex; flex-direction: column; align-items: center; } .sobre-jobs2 { margin: 20px 0px; width: 300px } .jobC { display: flex; flex-direction: column; align-items: center; } .sobre-jobs3 { margin: 20px 0px; width: 300px } .linha-vertical { display: none; } .educaçao { margin: 0; } #imagens { margin: 0; text-align: center; } .imagem-curriculo { width: 150px; height: 150px; } .imagem-curriculo:hover { width: 200px; height: 200px; } }
estilo/style.css
@charset "UTF-8"; *{ margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; display: flex; } .side-bar { background-color: #404040; height: 100%; position: sticky; top: 0px; left: 0px; width: fit-content; text-align: center; padding-top: 50px; color: white; } .imagem { width: 250px; border-radius: 50%; border: 5px solid lightgray; margin: 10px 0; } h2 { text-transform: uppercase; font-weight: normal; padding: 30px 40px 10px 40px; text-align: left; } #titulo-sobre { font-style: italic; } p.sobre { text-align: left; padding: 10px 40px; max-width: 550px; } hr { max-width: 400px; margin: 20px 40px; border: 1px solid rgba(211, 211, 211, 0.521); } .h2-side-bar { text-align: left; padding-top: 10px; font-weight: bold; } .sites { text-align: left; padding: 10px 40px 0px 40px; font-weight: bold; } .espaçamento { margin: 25px 0; } .links { text-align: left; padding: 0px 40px 10px 40px; } .links a { color: white; text-decoration: none; } .links a:hover { text-decoration: underline; color: lightgray; transition: 0.3s; } .right-side { display:flex; flex-direction: column; width: fit-content; } .nomeEcontato { display: flex; max-width: 100%; justify-content: space-between; } .nome { padding: 100px 30px 50px 30px; transition: 1s; } .contato { padding: 110px 30px 50px 30px; margin-right: 30px; transition: 1s; } h1 { font-size: 4em; text-transform: uppercase; color: #000000b2; text-decoration: underline; } p.profissao { padding: 10px 0; font-size: 1.5em; color: #00000088; text-transform: uppercase; font-style: italic; } ul { line-height: 2.5em; color: #000000ad; } .li1 { list-style-type: '💡 '; color: #000000d5; } .li2 { list-style-type: '📞 '; color: #000000d7; } .li3 { list-style-type: '✉️ '; color: #000000ea; } .li4 { list-style-type: '🏮 '; color: #000000d3; } .hr-right-side { min-width: 70vw; } .work-experience { font-weight: bold; font-size: 1.6em; color: #0000008a; transition: 1s; } .carreira p { max-width: 600px; } .carreira h3 { text-transform: uppercase; font-weight: normal; } .lugar-job { color: #404040d5; } .data-job { color: #404040d5; } .jobA { display: flex; justify-content: space-between; margin: 40px; flex-wrap: wrap; } .jobB { display: flex; justify-content: space-between; margin: 40px; flex-wrap: wrap; } .jobC { display: flex; justify-content: space-between; margin: 40px; flex-wrap: wrap; } .sobre-jobs1 { border: 1px solid #404040; padding: 5px; margin-top: -6px; } .sobre-jobs1:hover { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.418), #40404096); transition: 1s; } .sobre-jobs1 h3 { margin-bottom: 5px; } .sobre-jobs2 { border: 1px solid #404040; padding: 5px; margin-top: -6px; } .sobre-jobs2:hover { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.418), #40404096); transition: 1s; } .sobre-jobs2 h3 { margin-bottom: 5px; } .sobre-jobs3 { border: 1px solid #404040; padding: 5px; margin-top: -6px; } .sobre-jobs3:hover { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.418), #40404096); transition: 1s; } .sobre-jobs3 h3 { margin-bottom: 5px; } .linha-vertical { width: 1px; height: 350px; background-color: black; position: relative; left: 32%; top: -389px; } .educaçao { margin-top: -320px; } #imagens { text-align: right; margin-top: -310px; margin-bottom: 120px; } .imagem-curriculo { width: 150px; height: 150px; margin: 0px 40px 0px 10px; border: 3px solid #404040; } .imagem-curriculo:hover { width: 300px; height: 300px; transition: 1s; } @media screen and (max-width: 1700px ) { .carreira p { max-width: 500px; transition: 1s; } } @media screen and (max-width: 1400px ) { .carreira p { max-width: 400px; transition: 2s; } .linha-vertical { margin-top: -51px; height: 398px; transition: 1s; } } @media screen and (max-width: 1200px ) { .carreira p { max-width: 300px; transition: 2s; } .linha-vertical { margin-top: -155px; height: 500px; } } @media screen and (max-width: 1150px) { .contato { margin-right: 80px; } .jobA { margin-right: 80px; } .jobB { margin-right: 80px; } .jobC { margin-right: 80px; } .cv2 { margin-right: 80px; } } @media screen and (max-width: 975px) { body { display: flex; flex-direction: column; } .side-bar { position: relative; width: 100%; } .imagem { width: 27%; } .side-bar p { max-width: 1000px; text-align: justify; } .side-bar hr { max-width: 100vw; } .hr-right-side { min-width: 90vw; margin: 20px 30px; } .contato { margin-right: 20px; } .jobA { margin-right: 20px; } .jobB { margin-right: 20px; } .jobC { margin-right: 20px; } .cv2 { margin-right: 20px; } #imagens { text-align: center; } .imagem-curriculo { width: 200px; height: 200px; } } @media screen and (max-width: 600px) { .nomeEcontato { display: flex; flex-direction: column; align-items: center; } .nome { padding-top: 35px; padding-bottom: 20px; } .contato { padding-top: 0; margin-left: 30px; } .work-experience { text-align: center; } .carreira p { max-width: 400px; margin: 0; } .jobA { display: flex; flex-direction: column; align-items: center; } .sobre-jobs1 { margin: 20px 0px; width: 300px } .jobB { display: flex; flex-direction: column; align-items: center; } .sobre-jobs2 { margin: 20px 0px; width: 300px } .jobC { display: flex; flex-direction: column; align-items: center; } .sobre-jobs3 { margin: 20px 0px; width: 300px } .linha-vertical { display: none; } .educaçao { margin: 0; } #imagens { margin: 0; text-align: center; } .imagem-curriculo { width: 150px; height: 150px; } .imagem-curriculo:hover { width: 200px; height: 200px; } }
0.572364
0.115561
html { background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */ background: -o-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Opera 11.10+ */ background: linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* W3C */ height: 100%; } .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .linearBackground { background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */ background: -o-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Opera 11.10+ */ background: linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* W3C */ } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right: 0.3em; } .menu > li:nth-child(1):before { content: ""; padding: 0; } .feedContainer { min-height: 400px; max-height: 90%; background-color: #fafafa; border-radius: 20px; margin-top:10px; } .feedContent { padding: 7px; overflow: auto; } .bottomLabel { position: absolute; bottom: 0; right:0; color:white; } .searchBar { display: flex; justify-content: center; align-items: center; } .searchBar > input { width: 95%; border-radius: 10px; padding: 7px 9px; float: left; border: 1px solid #e1e8ed; border-radius: 3px; } .noSearch { position:absolute; top:50%; left:50%; width:300px; height:300px; margin-left: -150px; text-align: center; margin-top: -150px; } .feedImage { cursor: pointer; padding-top: 5px; padding-bottom:5px; background-color: #f6f6f6; margin-bottom: 5px; } .images { margin-top:10px; overflow:auto; } .image { width:320px; height:320px; display:inline-block; padding:2px; margin: 2px; border:1px; } .center-box { position:absolute; top:50%; left:50%; background-color:#fff; border-radius: 5px; padding:5px; text-align: center; } .center-box-sm { width:200px; height:200px; margin-left: -100px; margin-top: -100px; } .center-box-welcome { width: 300px; height: 200px; margin-left:-150px; margin-top:-100px; text-align: left; } .center-box-sign-in { width:200px; height:200px; margin-left:-100px; margin-top: -100px; text-align: center; } .boxContent { background-color:#fff; position: relative; overflow:auto; border-radius: 10px; margin-top:10px; min-height: 550px; padding-top:5px; } .noContentCenter { position:absolute; left:50%; top:50%; height:300px; width:300px; text-align: center; margin-left: -150px; margin-right: -150px; } /*CSS loader*/ .cssload-container { width: 117px; margin: 0 auto; } .cssload-circle-1 { height: 117px; width: 117px; background: rgb(97,46,141); } .cssload-circle-2 { height: 97px; width: 97px; background: rgb(194,34,134); } .cssload-circle-3 { height: 78px; width: 78px; background: rgb(234,34,94); } .cssload-circle-4 { height: 58px; width: 58px; background: rgb(237,91,53); } .cssload-circle-5 { height: 39px; width: 39px; background: rgb(245,181,46); } .cssload-circle-6 { height: 19px; width: 19px; background: rgb(129,197,64); } .cssload-circle-7 { height: 10px; width: 10px; background: rgb(0,163,150); } .cssload-circle-8 { height: 5px; width: 5px; background: rgb(22,116,188); } .cssload-circle-1, .cssload-circle-2, .cssload-circle-3, .cssload-circle-4, .cssload-circle-5, .cssload-circle-6, .cssload-circle-7, .cssload-circle-8 { border-bottom: none; border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); animation-name: cssload-spin; -o-animation-name: cssload-spin; -ms-animation-name: cssload-spin; -webkit-animation-name: cssload-spin; -moz-animation-name: cssload-spin; animation-duration: 4600ms; -o-animation-duration: 4600ms; -ms-animation-duration: 4600ms; -webkit-animation-duration: 4600ms; -moz-animation-duration: 4600ms; animation-iteration-count: infinite; -o-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-timing-function: linear; -o-animation-timing-function: linear; -ms-animation-timing-function: linear; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @keyframes cssload-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @-o-keyframes cssload-spin { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(360deg); } } @-ms-keyframes cssload-spin { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } @-webkit-keyframes cssload-spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes cssload-spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } }
app/app.css
html { background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */ background: -o-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Opera 11.10+ */ background: linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* W3C */ height: 100%; } .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .linearBackground { background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */ background: -o-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Opera 11.10+ */ background: linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* W3C */ } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right: 0.3em; } .menu > li:nth-child(1):before { content: ""; padding: 0; } .feedContainer { min-height: 400px; max-height: 90%; background-color: #fafafa; border-radius: 20px; margin-top:10px; } .feedContent { padding: 7px; overflow: auto; } .bottomLabel { position: absolute; bottom: 0; right:0; color:white; } .searchBar { display: flex; justify-content: center; align-items: center; } .searchBar > input { width: 95%; border-radius: 10px; padding: 7px 9px; float: left; border: 1px solid #e1e8ed; border-radius: 3px; } .noSearch { position:absolute; top:50%; left:50%; width:300px; height:300px; margin-left: -150px; text-align: center; margin-top: -150px; } .feedImage { cursor: pointer; padding-top: 5px; padding-bottom:5px; background-color: #f6f6f6; margin-bottom: 5px; } .images { margin-top:10px; overflow:auto; } .image { width:320px; height:320px; display:inline-block; padding:2px; margin: 2px; border:1px; } .center-box { position:absolute; top:50%; left:50%; background-color:#fff; border-radius: 5px; padding:5px; text-align: center; } .center-box-sm { width:200px; height:200px; margin-left: -100px; margin-top: -100px; } .center-box-welcome { width: 300px; height: 200px; margin-left:-150px; margin-top:-100px; text-align: left; } .center-box-sign-in { width:200px; height:200px; margin-left:-100px; margin-top: -100px; text-align: center; } .boxContent { background-color:#fff; position: relative; overflow:auto; border-radius: 10px; margin-top:10px; min-height: 550px; padding-top:5px; } .noContentCenter { position:absolute; left:50%; top:50%; height:300px; width:300px; text-align: center; margin-left: -150px; margin-right: -150px; } /*CSS loader*/ .cssload-container { width: 117px; margin: 0 auto; } .cssload-circle-1 { height: 117px; width: 117px; background: rgb(97,46,141); } .cssload-circle-2 { height: 97px; width: 97px; background: rgb(194,34,134); } .cssload-circle-3 { height: 78px; width: 78px; background: rgb(234,34,94); } .cssload-circle-4 { height: 58px; width: 58px; background: rgb(237,91,53); } .cssload-circle-5 { height: 39px; width: 39px; background: rgb(245,181,46); } .cssload-circle-6 { height: 19px; width: 19px; background: rgb(129,197,64); } .cssload-circle-7 { height: 10px; width: 10px; background: rgb(0,163,150); } .cssload-circle-8 { height: 5px; width: 5px; background: rgb(22,116,188); } .cssload-circle-1, .cssload-circle-2, .cssload-circle-3, .cssload-circle-4, .cssload-circle-5, .cssload-circle-6, .cssload-circle-7, .cssload-circle-8 { border-bottom: none; border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); animation-name: cssload-spin; -o-animation-name: cssload-spin; -ms-animation-name: cssload-spin; -webkit-animation-name: cssload-spin; -moz-animation-name: cssload-spin; animation-duration: 4600ms; -o-animation-duration: 4600ms; -ms-animation-duration: 4600ms; -webkit-animation-duration: 4600ms; -moz-animation-duration: 4600ms; animation-iteration-count: infinite; -o-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-timing-function: linear; -o-animation-timing-function: linear; -ms-animation-timing-function: linear; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @keyframes cssload-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @-o-keyframes cssload-spin { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(360deg); } } @-ms-keyframes cssload-spin { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } @-webkit-keyframes cssload-spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes cssload-spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } }
0.422266
0.098166
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat'; font-size: 12px; overflow: hidden; background-repeat: no-repeat; background-size: cover; height: 100vh; } ul { list-style: none; } .left, .right { position: absolute; width: 50%; height: 100%; z-index: 0; } .left { background: #B3B4AF; left: 0%; width: 0%; } .right { background: #191921; right: 0%; width: 100%; } .nav ul { z-index:100 ; display: flex; justify-content: space-around; align-items: center; height: 80px; padding: 0 20px; } .nav ul li { display: inline-block; color: #fff; text-transform: uppercase; letter-spacing: 3px; font-size: 8px; font-weight: 600; padding: 0 30px; } nav ul li a { color: black; text-decoration: none; font-size: 20px; } .nav .logo { flex: 1; font-size: 18px; letter-spacing: 0; } .nav .menu { flex: 1; font-size: 18px; } .nav .collection { flex: 1; } .nav .explore { flex: 4; } .nav .search { flex: 3; } .img-wrapper { position: absolute; bottom: 0; left: 180px; } .img { background-size: cover; height: 550px; width: 0; } .img-responsive{ width: 70vw; object-fit: cover; height: 40vh; margin-left: auto; margin-right: auto; margin-bottom: 20%; z-index: 15; } .info { position: absolute; bottom: 0; left: 180px; background: rgba(0, 0, 0, .8); padding: 0 10px; } .info ul li { display: inline-block; padding: 20px 25px; color: #fff; text-transform: uppercase; letter-spacing: 3px; font-size: 8px; font-weight: 600; } .info i { font-size: 18px; } .text { position: absolute; top: 50%; right: 100px; transform: translateY(-50%); } .text h1 { font-size: 90px; color: #fff; font-family: 'Raiderfont'; text-transform: uppercase; } .text p { font-size: 20px; color: #fff; font-family: monospace; } .name { position: absolute; top: 50%; left: -270px; transform: translateY(-50%); font-size: 90px; font-family: 'Raiderfont'; text-transform: uppercase; color: transparent; -webkit-text-stroke: 2px #fff; } .bottomnav { position: absolute; bottom: 100px; right: 100px; } .bottomnav ul li { color: #fff; text-transform: uppercase; letter-spacing: 15px; margin-top: 20px; } .bottomnav ul li:nth-child(2) { font-weight: bolder; } .bottomnav ul li:nth-child(2)::before { content: ""; display: inline-block; border: 1px solid #fff; width: 65px; margin: 0 10px 0 -78px; transform: translateY(-3px); } .search-form { margin-left: 1rem; } .search-form input { padding: 0.7rem; border-radius: 20px; border: none; background-color: #eee; width: 600px; font-size: 0.9rem; color: #333; } .search-form input:focus { background: #fff; } /* Category nav */ .category-nav { display: flex; padding-left: 0.6rem; overflow: hidden; } .category-nav .category { padding: 0.8rem; } .category a { font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 1; }
picha/static/css/landing.css
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat'; font-size: 12px; overflow: hidden; background-repeat: no-repeat; background-size: cover; height: 100vh; } ul { list-style: none; } .left, .right { position: absolute; width: 50%; height: 100%; z-index: 0; } .left { background: #B3B4AF; left: 0%; width: 0%; } .right { background: #191921; right: 0%; width: 100%; } .nav ul { z-index:100 ; display: flex; justify-content: space-around; align-items: center; height: 80px; padding: 0 20px; } .nav ul li { display: inline-block; color: #fff; text-transform: uppercase; letter-spacing: 3px; font-size: 8px; font-weight: 600; padding: 0 30px; } nav ul li a { color: black; text-decoration: none; font-size: 20px; } .nav .logo { flex: 1; font-size: 18px; letter-spacing: 0; } .nav .menu { flex: 1; font-size: 18px; } .nav .collection { flex: 1; } .nav .explore { flex: 4; } .nav .search { flex: 3; } .img-wrapper { position: absolute; bottom: 0; left: 180px; } .img { background-size: cover; height: 550px; width: 0; } .img-responsive{ width: 70vw; object-fit: cover; height: 40vh; margin-left: auto; margin-right: auto; margin-bottom: 20%; z-index: 15; } .info { position: absolute; bottom: 0; left: 180px; background: rgba(0, 0, 0, .8); padding: 0 10px; } .info ul li { display: inline-block; padding: 20px 25px; color: #fff; text-transform: uppercase; letter-spacing: 3px; font-size: 8px; font-weight: 600; } .info i { font-size: 18px; } .text { position: absolute; top: 50%; right: 100px; transform: translateY(-50%); } .text h1 { font-size: 90px; color: #fff; font-family: 'Raiderfont'; text-transform: uppercase; } .text p { font-size: 20px; color: #fff; font-family: monospace; } .name { position: absolute; top: 50%; left: -270px; transform: translateY(-50%); font-size: 90px; font-family: 'Raiderfont'; text-transform: uppercase; color: transparent; -webkit-text-stroke: 2px #fff; } .bottomnav { position: absolute; bottom: 100px; right: 100px; } .bottomnav ul li { color: #fff; text-transform: uppercase; letter-spacing: 15px; margin-top: 20px; } .bottomnav ul li:nth-child(2) { font-weight: bolder; } .bottomnav ul li:nth-child(2)::before { content: ""; display: inline-block; border: 1px solid #fff; width: 65px; margin: 0 10px 0 -78px; transform: translateY(-3px); } .search-form { margin-left: 1rem; } .search-form input { padding: 0.7rem; border-radius: 20px; border: none; background-color: #eee; width: 600px; font-size: 0.9rem; color: #333; } .search-form input:focus { background: #fff; } /* Category nav */ .category-nav { display: flex; padding-left: 0.6rem; overflow: hidden; } .category-nav .category { padding: 0.8rem; } .category a { font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 1; }
0.443359
0.106924
.postpreview { overflow: scroll; margin-left: 40px; width: 48vw; position: -webkit-sticky; position: sticky; top: 0; height: 100vh; } .postpreview .article { display: flex; flex-direction: column; } .postpreview #article-title { font-family: futura-pt, sans-serif; font-size: 45px; font-weight: 300; color: #333333; } .postpreview .author { display: flex; flex-direction: row; align-self: flex-start; } .postpreview .authorimg { align-self: flex-start; margin-right: 10px; height: 50px; width: 50px; border-radius: 40px; } .postpreview img { display: block; margin: auto; max-width: 500px; } .postpreview .authorinfo { padding-left: 5px; display: flex; flex-direction: column; } .postpreview .article-authorname { font-family: futura-pt, sans-serif; font-size: 18px; padding-top: 2px; padding-bottom: 2px; } .postpreview .bodytext { font-family: Rubik; font-size: 20px; font-weight: 300; line-height: 30px; display: flex; flex-direction: column; } .postpreview .bodytext code { font-size: 14px; } .postpreview .taglist { list-style: none; padding-left: 0px; padding-bottom: 10px; display: flex; flex-wrap: wrap; flex-direction: row; } .postpreview .taglist li { display: flex; height: 35px; border-radius: 1px; padding-right: 15px; padding-left: 15px; margin: 10px 13px 0px 0; background: #ebe9e7; align-items: center; justify-content: center; font-family: futura-pt, sans-serif; font-weight: 300; font-size: 18px; } .postpreview .taglist a { text-decoration: none; color: black; } .postpreview .taglist li:hover { background: #e0e0e0; } .time-container { padding-top: 1px; display: flex; align-items: left; } .time-container .time-text { text-align: center; padding-left: 4px; font-family: 'Assistant Regular'; color: #828282; }
build/index.esm.css
.postpreview { overflow: scroll; margin-left: 40px; width: 48vw; position: -webkit-sticky; position: sticky; top: 0; height: 100vh; } .postpreview .article { display: flex; flex-direction: column; } .postpreview #article-title { font-family: futura-pt, sans-serif; font-size: 45px; font-weight: 300; color: #333333; } .postpreview .author { display: flex; flex-direction: row; align-self: flex-start; } .postpreview .authorimg { align-self: flex-start; margin-right: 10px; height: 50px; width: 50px; border-radius: 40px; } .postpreview img { display: block; margin: auto; max-width: 500px; } .postpreview .authorinfo { padding-left: 5px; display: flex; flex-direction: column; } .postpreview .article-authorname { font-family: futura-pt, sans-serif; font-size: 18px; padding-top: 2px; padding-bottom: 2px; } .postpreview .bodytext { font-family: Rubik; font-size: 20px; font-weight: 300; line-height: 30px; display: flex; flex-direction: column; } .postpreview .bodytext code { font-size: 14px; } .postpreview .taglist { list-style: none; padding-left: 0px; padding-bottom: 10px; display: flex; flex-wrap: wrap; flex-direction: row; } .postpreview .taglist li { display: flex; height: 35px; border-radius: 1px; padding-right: 15px; padding-left: 15px; margin: 10px 13px 0px 0; background: #ebe9e7; align-items: center; justify-content: center; font-family: futura-pt, sans-serif; font-weight: 300; font-size: 18px; } .postpreview .taglist a { text-decoration: none; color: black; } .postpreview .taglist li:hover { background: #e0e0e0; } .time-container { padding-top: 1px; display: flex; align-items: left; } .time-container .time-text { text-align: center; padding-left: 4px; font-family: 'Assistant Regular'; color: #828282; }
0.440469
0.056862
.fsp-schedule { border-radius: 2px; background-color: #FFFFFF; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); margin-bottom: 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; padding: 8px 24px } .fsp-schedule-checkbox-container { margin-right: 16px } .fsp-schedule-icon > i { height: 32px; width: 32px; border: 1px solid #E3EAF3; background-color: #F7F8FB; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 50%; color: #FF595E; font-size: 16px; letter-spacing: 0; line-height: 16px; margin-right: 16px } .fsp-schedule-title { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1 } .fsp-schedule-title-text { color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 20px } .fsp-schedule-title-subtext { color: #828F9A; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-schedule-dates { margin-right: 48px } .fsp-schedule-dates-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left } .fsp-schedule-dates-label { width: 60px; color: #828F9A; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 8px } .fsp-schedule-dates-date { color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-schedule-dates-date > i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 8px } .fsp-schedule-interval { -webkit-box-flex: .5; -webkit-flex-grow: .5; -ms-flex-positive: .5; flex-grow: .5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-schedule-interval > i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 8px } .fsp-schedule-control { color: #A9B8C5; font-size: 18px; letter-spacing: 0; line-height: 16px; margin-right: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer } .fsp-schedule-controls { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between } .fsp-schedule-controls > .fsp-button { padding: 4px 10px 4px 10px; line-height: 16px; margin-left: -12px; min-height: unset; border: 0; margin-right: 24px } .fsp-schedule-controls > .fsp-status { margin-right: 24px; } .fsp-schedule-controls > .fsp-button > i { margin-right: 0 } .fsp-schedule-control-text { color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; margin-left: 8px } .fsp-schedule-control:hover { color: #e84c51; -webkit-transition: .5s; -o-transition: .5s; transition: .5s } .fsp-calendar-left { padding-bottom: 10px } .fsp-calendar-card .fsp-card-body { position: relative; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 32px 24px 52px 24px } .fsp-calendar-arrow { position: absolute; top: 40px; color: #FF9094; font-size: 18px; font-weight: 300; letter-spacing: 0; border: 2px solid #FF9094; border-radius: 2px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer } .fsp-calendar-arrow:first-child { left: 20px } .fsp-calendar-arrow:last-child { right: 20px } .fsp-calendar-area .yearMonthHead > th { color: #292D32; font-family: Poppins, sans-serif; font-size: 20px; font-weight: 500; letter-spacing: 0; line-height: 44px; padding-bottom: 32px } .fsp-calendar-area .dayNames > td { width: 40px; color: #828F9A; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 20px; text-transform: uppercase; padding-bottom: 32px } .fsp-calendar-area .days { color: #828f9a; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 24px; width: 45px; height: 45px; position: relative } .fsp-calendar-area .days > span { position: relative } .fsp-calendar-area .days[data-count] { cursor: pointer } .fsp-calendar-area .days[data-count]:after { content: attr(data-count); position: absolute; border-radius: 10px; top: -2.5px; right: -2.5px; height: 20px; width: 20px; background-color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #e84c51; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0; line-height: 24px } .fsp-calendar-area .days.dayNow > span { color: #FFFFFF; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 24px } .fsp-calendar-area .days.dayNow:before { content: ''; background-image: url(../img/red-big-badge.svg); -webkit-background-size: 100% 100%; background-size: 100% 100%; width: 40px; height: 40px; display: block; position: absolute; top: 2.5px; left: 2.5px } .fsp-calendar-area .days.dayNow[data-count]:after { -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3) } .fsp-calendar-post { border: 1px solid #E3EAF3; border-radius: 2px; background-color: #FFFFFF; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 8px 16px 8px 20px; margin-bottom: 8px } .fsp-calendar-posts { max-height: 500px; overflow-y: auto } .fsp-calendar-post:last-child { margin-bottom: 0 } .fsp-calendar-post-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 20px } .fsp-calendar-post-text > span { margin: 0 7px } .fsp-calendar-post-text i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-calendar-post-subtext { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #828F9A; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-calendar-post-subtext > span { margin-right: 12px } .fsp-calendar-post-subtext > span > i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 6px } .fsp-calendar-post-controls > i { color: #A9B8C5; font-size: 16px; letter-spacing: 0; line-height: 16px } .fsp-calendar-emptiness { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 28px 68px } .fsp-calendar-emptiness > img { display: block; width: 100% } @media (min-width: 750px) { .fsp-calendar-left { padding-right: 20px; padding-bottom: 0 } } @media (min-width: 1000px) { .fsp-calendar-card .fsp-card-body { padding: 32px 40px 52px } .fsp-calendar-arrow:first-child { left: 40px } .fsp-calendar-arrow:last-child { right: 40px } } /*rtl*/ [dir="rtl"] .fsp-schedule { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } [dir="rtl"] .fsp-schedule-checkbox-container { margin-left: 16px } [dir="rtl"] .fsp-schedule-icon > i { margin-left: 16px } [dir="rtl"] .fsp-schedule-dates { margin-left: 48px } [dir="rtl"] .fsp-schedule-dates-row { -webkit-box-pack: right; -webkit-justify-content: right; -ms-flex-pack: right; justify-content: right; } [dir="rtl"] .fsp-schedule-dates-label { margin-left: 8px } [dir="rtl"] .fsp-schedule-dates-date > i { margin-left: 8px } [dir="rtl"] .fsp-schedule-interval > i { margin-left: 8px } [dir="rtl"] .fsp-schedule-control { margin-left: 24px; } [dir="rtl"] .fsp-schedule-controls > .fsp-button { margin-right: -12px; margin-left: 24px } [dir="rtl"] .fsp-schedule-controls > .fsp-status { margin-left: 24px; } [dir="rtl"] .fsp-schedule-controls > .fsp-button > i { margin-left: 0; } [dir="rtl"] .fsp-schedule-control-text { margin-right: 8px; } [dir="rtl"] .fsp-calendar-arrow:first-child { left: 20px; right: unset; } [dir="rtl"] .fsp-calendar-arrow:last-child { right: 20px; left:unset; } [dir="rtl"] .fsp-calendar-area .days[data-count]:after { left: -2.5px; } [dir="rtl"] .fsp-calendar-area .days.dayNow:before { right: 2.5px } [dir="rtl"] .fsp-calendar-post { padding: 8px 20px 8px 16px; } [dir="rtl"] .fsp-calendar-post-subtext > span { margin-left: 12px } [dir="rtl"] .fsp-calendar-post-subtext > span > i { margin-left: 6px } @media (min-width: 750px) { [dir="rtl"] .fsp-calendar-left { padding-left: 20px; } } @media (min-width: 1000px) { [dir="rtl"] .fsp-calendar-arrow:first-child { left: 40px; right: unset; } [dir="rtl"] .fsp-calendar-arrow:last-child { right: 40px; left:unset; } }
Schedules/Assets/css/fsp-schedules.css
.fsp-schedule { border-radius: 2px; background-color: #FFFFFF; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); margin-bottom: 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; padding: 8px 24px } .fsp-schedule-checkbox-container { margin-right: 16px } .fsp-schedule-icon > i { height: 32px; width: 32px; border: 1px solid #E3EAF3; background-color: #F7F8FB; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 50%; color: #FF595E; font-size: 16px; letter-spacing: 0; line-height: 16px; margin-right: 16px } .fsp-schedule-title { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1 } .fsp-schedule-title-text { color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 20px } .fsp-schedule-title-subtext { color: #828F9A; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-schedule-dates { margin-right: 48px } .fsp-schedule-dates-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left } .fsp-schedule-dates-label { width: 60px; color: #828F9A; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 8px } .fsp-schedule-dates-date { color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-schedule-dates-date > i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 8px } .fsp-schedule-interval { -webkit-box-flex: .5; -webkit-flex-grow: .5; -ms-flex-positive: .5; flex-grow: .5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-schedule-interval > i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 8px } .fsp-schedule-control { color: #A9B8C5; font-size: 18px; letter-spacing: 0; line-height: 16px; margin-right: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer } .fsp-schedule-controls { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between } .fsp-schedule-controls > .fsp-button { padding: 4px 10px 4px 10px; line-height: 16px; margin-left: -12px; min-height: unset; border: 0; margin-right: 24px } .fsp-schedule-controls > .fsp-status { margin-right: 24px; } .fsp-schedule-controls > .fsp-button > i { margin-right: 0 } .fsp-schedule-control-text { color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; margin-left: 8px } .fsp-schedule-control:hover { color: #e84c51; -webkit-transition: .5s; -o-transition: .5s; transition: .5s } .fsp-calendar-left { padding-bottom: 10px } .fsp-calendar-card .fsp-card-body { position: relative; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 32px 24px 52px 24px } .fsp-calendar-arrow { position: absolute; top: 40px; color: #FF9094; font-size: 18px; font-weight: 300; letter-spacing: 0; border: 2px solid #FF9094; border-radius: 2px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer } .fsp-calendar-arrow:first-child { left: 20px } .fsp-calendar-arrow:last-child { right: 20px } .fsp-calendar-area .yearMonthHead > th { color: #292D32; font-family: Poppins, sans-serif; font-size: 20px; font-weight: 500; letter-spacing: 0; line-height: 44px; padding-bottom: 32px } .fsp-calendar-area .dayNames > td { width: 40px; color: #828F9A; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 20px; text-transform: uppercase; padding-bottom: 32px } .fsp-calendar-area .days { color: #828f9a; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 24px; width: 45px; height: 45px; position: relative } .fsp-calendar-area .days > span { position: relative } .fsp-calendar-area .days[data-count] { cursor: pointer } .fsp-calendar-area .days[data-count]:after { content: attr(data-count); position: absolute; border-radius: 10px; top: -2.5px; right: -2.5px; height: 20px; width: 20px; background-color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #e84c51; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0; line-height: 24px } .fsp-calendar-area .days.dayNow > span { color: #FFFFFF; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 24px } .fsp-calendar-area .days.dayNow:before { content: ''; background-image: url(../img/red-big-badge.svg); -webkit-background-size: 100% 100%; background-size: 100% 100%; width: 40px; height: 40px; display: block; position: absolute; top: 2.5px; left: 2.5px } .fsp-calendar-area .days.dayNow[data-count]:after { -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3) } .fsp-calendar-post { border: 1px solid #E3EAF3; border-radius: 2px; background-color: #FFFFFF; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 8px 16px 8px 20px; margin-bottom: 8px } .fsp-calendar-posts { max-height: 500px; overflow-y: auto } .fsp-calendar-post:last-child { margin-bottom: 0 } .fsp-calendar-post-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #292D32; font-family: Poppins, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 20px } .fsp-calendar-post-text > span { margin: 0 7px } .fsp-calendar-post-text i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-calendar-post-subtext { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #828F9A; font-family: Poppins, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 20px } .fsp-calendar-post-subtext > span { margin-right: 12px } .fsp-calendar-post-subtext > span > i { color: #A9B8C5; font-size: 12px; letter-spacing: 0; line-height: 20px; margin-right: 6px } .fsp-calendar-post-controls > i { color: #A9B8C5; font-size: 16px; letter-spacing: 0; line-height: 16px } .fsp-calendar-emptiness { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 28px 68px } .fsp-calendar-emptiness > img { display: block; width: 100% } @media (min-width: 750px) { .fsp-calendar-left { padding-right: 20px; padding-bottom: 0 } } @media (min-width: 1000px) { .fsp-calendar-card .fsp-card-body { padding: 32px 40px 52px } .fsp-calendar-arrow:first-child { left: 40px } .fsp-calendar-arrow:last-child { right: 40px } } /*rtl*/ [dir="rtl"] .fsp-schedule { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } [dir="rtl"] .fsp-schedule-checkbox-container { margin-left: 16px } [dir="rtl"] .fsp-schedule-icon > i { margin-left: 16px } [dir="rtl"] .fsp-schedule-dates { margin-left: 48px } [dir="rtl"] .fsp-schedule-dates-row { -webkit-box-pack: right; -webkit-justify-content: right; -ms-flex-pack: right; justify-content: right; } [dir="rtl"] .fsp-schedule-dates-label { margin-left: 8px } [dir="rtl"] .fsp-schedule-dates-date > i { margin-left: 8px } [dir="rtl"] .fsp-schedule-interval > i { margin-left: 8px } [dir="rtl"] .fsp-schedule-control { margin-left: 24px; } [dir="rtl"] .fsp-schedule-controls > .fsp-button { margin-right: -12px; margin-left: 24px } [dir="rtl"] .fsp-schedule-controls > .fsp-status { margin-left: 24px; } [dir="rtl"] .fsp-schedule-controls > .fsp-button > i { margin-left: 0; } [dir="rtl"] .fsp-schedule-control-text { margin-right: 8px; } [dir="rtl"] .fsp-calendar-arrow:first-child { left: 20px; right: unset; } [dir="rtl"] .fsp-calendar-arrow:last-child { right: 20px; left:unset; } [dir="rtl"] .fsp-calendar-area .days[data-count]:after { left: -2.5px; } [dir="rtl"] .fsp-calendar-area .days.dayNow:before { right: 2.5px } [dir="rtl"] .fsp-calendar-post { padding: 8px 20px 8px 16px; } [dir="rtl"] .fsp-calendar-post-subtext > span { margin-left: 12px } [dir="rtl"] .fsp-calendar-post-subtext > span > i { margin-left: 6px } @media (min-width: 750px) { [dir="rtl"] .fsp-calendar-left { padding-left: 20px; } } @media (min-width: 1000px) { [dir="rtl"] .fsp-calendar-arrow:first-child { left: 40px; right: unset; } [dir="rtl"] .fsp-calendar-arrow:last-child { right: 40px; left:unset; } }
0.329176
0.096025
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); * { box-sizing: border-box; margin: 0; padding: 0; } .navbar-body { font-family: 'Open Sans', sans-serif; } /* rgb(202, 195, 195) */ .nav-container1 { color: rgb(207, 199, 199); max-width: 1200px; margin: 0 auto; height: 60px; } .nav-logo{ width: 18rem; height: 8rem; } .nav1 { position: relative; background-color: #222; top: 0; left: 0; right: 0; transition: all 0.3s ease-in-out; z-index: 100; } .nav1 .nav-container1 { display: flex; justify-content: space-between; align-items: center; padding-top: 15.5px; padding-bottom: 6.5px; transition: all 0.3s ease-in-out; } .nav1 ul { display: flex; list-style-type: none; align-items: center; justify-content:space-between; /* padding-top: 7px; */ } .nav1 ul li{ padding-left: 10px; padding-right: 10px; } .nav1 a { text-decoration: none; padding: 7px 15px; transition: all 0.3s ease-in-out; } .nav1 { background-color: #4C4C4C; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .nav1 a.nav-current, .nav1 a:hover { color: #c0392b; font-weight: bold; } /* ===================================================================second nav */ .nav-container2 { max-width: 1200px; margin: 0 auto; } .nav2 { position: relative; background-color: #414141; left: 0; right: 0; z-index: 100; } .nav2 .nav-container2 { display: flex; justify-content: space-between; align-items: center; } .nav2 ul { display: flex; list-style-type: none; align-items: center; justify-content:space-between; margin-left: -1.5rem; padding-top: 7px; } .nav2 a { text-decoration: none; padding: 7px 15px; transition: all 0.3s ease-in-out; } .nav2.active-nav { background-color:rgba(0, 0, 0, 0.680); /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); */ } .nav2.active-nav a { color: rgb(207, 199, 199); font-size: larger; } .nav2.active-nav .nav-container { /* padding: 10px 0; */ padding-top: 3px; padding-bottom: 3px; } .nav2 a:hover { font-weight: bold; border-bottom: solid yellow 5px; } .call-us{ color: #fff; background-color: red; }
client/src/components/Navbar/navbar.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); * { box-sizing: border-box; margin: 0; padding: 0; } .navbar-body { font-family: 'Open Sans', sans-serif; } /* rgb(202, 195, 195) */ .nav-container1 { color: rgb(207, 199, 199); max-width: 1200px; margin: 0 auto; height: 60px; } .nav-logo{ width: 18rem; height: 8rem; } .nav1 { position: relative; background-color: #222; top: 0; left: 0; right: 0; transition: all 0.3s ease-in-out; z-index: 100; } .nav1 .nav-container1 { display: flex; justify-content: space-between; align-items: center; padding-top: 15.5px; padding-bottom: 6.5px; transition: all 0.3s ease-in-out; } .nav1 ul { display: flex; list-style-type: none; align-items: center; justify-content:space-between; /* padding-top: 7px; */ } .nav1 ul li{ padding-left: 10px; padding-right: 10px; } .nav1 a { text-decoration: none; padding: 7px 15px; transition: all 0.3s ease-in-out; } .nav1 { background-color: #4C4C4C; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .nav1 a.nav-current, .nav1 a:hover { color: #c0392b; font-weight: bold; } /* ===================================================================second nav */ .nav-container2 { max-width: 1200px; margin: 0 auto; } .nav2 { position: relative; background-color: #414141; left: 0; right: 0; z-index: 100; } .nav2 .nav-container2 { display: flex; justify-content: space-between; align-items: center; } .nav2 ul { display: flex; list-style-type: none; align-items: center; justify-content:space-between; margin-left: -1.5rem; padding-top: 7px; } .nav2 a { text-decoration: none; padding: 7px 15px; transition: all 0.3s ease-in-out; } .nav2.active-nav { background-color:rgba(0, 0, 0, 0.680); /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); */ } .nav2.active-nav a { color: rgb(207, 199, 199); font-size: larger; } .nav2.active-nav .nav-container { /* padding: 10px 0; */ padding-top: 3px; padding-bottom: 3px; } .nav2 a:hover { font-weight: bold; border-bottom: solid yellow 5px; } .call-us{ color: #fff; background-color: red; }
0.446253
0.069384
body { padding-top: 50px; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; background-color: #AFA8A1; color: #000000; } /* Sidebar */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #F2F1ED; border-right: 1px solid #eee; } } /* Sidebar Nav */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ margin-bottom: 20px; margin-left: -20px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus, .nav-sidebar > .active > a:after, { color: #fff; background-color: #F2F1ED; } /* Main Container */ .main { padding: 20px; } @media (min-width: 768px) { .main { padding-right: 40px; padding-left: 40px; } } .panel { border-color: #ffffff; border-radius: 0px; background-color: #F2F1ED; } .nav, .pagination, .carousel, .panel-title a { cursor: pointer; } .navbar .nav > li > a { color: black; } .navbar-inverse .navbar-brand { color: black; } .panel-default > .panel-heading { padding: 5px 0px 5px 10px; background-color: #AFA8A1; } .panel-footer { padding: 0px 0px 0px 10px; background-color: #F2F1ED; border: 0px; } .panel-body { padding: 10px 10px 0px 10px; } .navbar-brand { padding-left: 0px; } .remove-list { display: none; position: absolute; top: 0; right: 10px; bottom: 0; width: 30px; height: 30px; margin: auto 0; font-size: 20px; color: #AFA8A1; margin-bottom: 11px; transition: color 0.2s ease-out; } .nav-sidebar li:hover .remove-list { color: #AFA8A1; display: block; padding-top: 5px; } .nav-sidebar .remove-list:after { content: 'x'; display: block; }
public/css/notes.css
body { padding-top: 50px; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; background-color: #AFA8A1; color: #000000; } /* Sidebar */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #F2F1ED; border-right: 1px solid #eee; } } /* Sidebar Nav */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ margin-bottom: 20px; margin-left: -20px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus, .nav-sidebar > .active > a:after, { color: #fff; background-color: #F2F1ED; } /* Main Container */ .main { padding: 20px; } @media (min-width: 768px) { .main { padding-right: 40px; padding-left: 40px; } } .panel { border-color: #ffffff; border-radius: 0px; background-color: #F2F1ED; } .nav, .pagination, .carousel, .panel-title a { cursor: pointer; } .navbar .nav > li > a { color: black; } .navbar-inverse .navbar-brand { color: black; } .panel-default > .panel-heading { padding: 5px 0px 5px 10px; background-color: #AFA8A1; } .panel-footer { padding: 0px 0px 0px 10px; background-color: #F2F1ED; border: 0px; } .panel-body { padding: 10px 10px 0px 10px; } .navbar-brand { padding-left: 0px; } .remove-list { display: none; position: absolute; top: 0; right: 10px; bottom: 0; width: 30px; height: 30px; margin: auto 0; font-size: 20px; color: #AFA8A1; margin-bottom: 11px; transition: color 0.2s ease-out; } .nav-sidebar li:hover .remove-list { color: #AFA8A1; display: block; padding-top: 5px; } .nav-sidebar .remove-list:after { content: 'x'; display: block; }
0.425128
0.0729
html, body { height: 100%; background-image: url("../img/fondo.gif"); background-size: 100% 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; /*background-color: #F5F5F5;*/ background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /*--------------------------------------------*/ .title-login-container{ color: #fff; background-color: #019DB3; border-color: #2e6da4; border-radius: 10px 10px 0px 0px; padding: 1%; } .container-login{ border: 1px solid #019DB3; padding: 0%; padding: 5%; background-color: white; } .footer{ background-color: black; color: white; } .bread{ font-weight: bold; } .img-about{ background-image: url('../img/200x200.gif'); background-size: 100%; } .inst{ border-radius: 50%; } /*--------------------------------------------*/ .navbar-inverse { background-color: #019DB3; } .navbar-inverse .navbar-nav > li > a { color: white; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-green .navbar-nav > li > a:focus { color: #fff; background-color: #006F9B; } .navbar-header .navbar-brand { color: white; } .navbar-header .navbar-brand:hover{ color: #006F9B; } .formularios{ background-color: #F5F5F5; padding: 5%; border-radius: 10px; } .title-form{ color: white; text-shadow:1px 1px 0 black; } .imagen{ /*background-color: #16a085;*/ /*background: -webkit-linear-gradient(top,#16a085, transparent );*/ background: -webkit-radial-gradient(circle,#006F9B,transparent); background: -moz-radial-gradient(circle,#006F9B,transparent); /*background-image: url("../img/2.jpg");*/ padding: 2% 8% 8% 8%; margin: -1.8% 0px 0px 0px; } .panel-body span, .panel-body a{ color: #019DB3; } .panel-main{ background-color: rgba(1,157,179,0.6); } .text-panel-main{ color: white; } .text-panel-sec{ font-weight: bold; } .panel-sec{ display: none; color: #019DB3; transition-property: all; transition-duration: 1s; transition-delay: 0.5s; } .panel-main:hover .panel-sec{ display: block; } /*----------------------------------*/ .content-nav-main{ border-style: solid; border-color: gray; border-width: 0px 0px 0px 2px; } .content-btn-nav{ margin: 15% 0% 15% 0%; width: 100%; } .content-btn-nav button{ font-size: 125%; text-align: left; background-color: #019DB3; } .content-btn-nav button .caret{ float: right; } .content-btn-nav-sec{ width: 100%; background-color: #019DB3; font-size: italic; } .container-main{ padding: 5% 1% 0% 1%; } .jumbotron .text-center{ color: white; text-shadow:1px 1px 0 black; } .jumbotron .text-center small{ color: black; text-shadow:1px 1px 0 gray; background-color: rgba(255,255,255,0.6); border-radius: 5px; } .fondo-index-grid{ background-color: rgba(255,255,255,0.6); padding: 1%; border-radius: 5px; } .fondo-grid{ background-color: gray; color: black; } .fondo-grid a{ color: black; } .fondo-grid a:hover{ color: lightgray; } .btn-index-right{ float: right; } /*---------------------------------------------------------*/ #navigationMenu{ text-align: center; margin-left: 10%; } #navigationMenu li{ list-style:none; height:39px; padding:2px; width:40px; margin-bottom: 1%; } #navigationMenu span{ /* Container properties */ width:0; left:38px; padding:0; position:absolute; overflow:hidden; /* Text properties */ font-family:'Myriad Pro',Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; letter-spacing:0.6px; white-space:nowrap; line-height:39px; /* CSS3 Transition: */ -webkit-transition: 0.25s; /* Future proofing (these do not work yet): */ -moz-transition: 0.25s; transition: 0.25s; } /*Calificaciones*/ #navigationMenu #calific{ background:url('../img/iconos/calificaciones.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #calific:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #calific:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} #navigationMenu .home span{ background-color: white; color: rgb(1,157,179); text-shadow:1px 1px 0 black;} /*Matriculas*/ #navigationMenu #matriculas{ background:url('../img/iconos/matricula.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #matriculas:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #matriculas:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Grupos*/ #navigationMenu #grupos{ background:url('../img/iconos/grupos.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #grupos:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #grupos:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Asignaturas*/ #navigationMenu #asignaturas{ background:url('../img/iconos/asignaturas.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #asignaturas:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #asignaturas:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Estudiantes*/ #navigationMenu #estudiantes{ background:url('../img/iconos/estudiantes.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #estudiantes:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #estudiantes:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Docentes*/ #navigationMenu #docentes{ background:url('../img/iconos/docentes.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #docentes:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #docentes:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Catalogo*/ #navigationMenu a{ background:url('../img/iconos/catalogo.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu a:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;}
web/css/site.css
html, body { height: 100%; background-image: url("../img/fondo.gif"); background-size: 100% 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; /*background-color: #F5F5F5;*/ background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /*--------------------------------------------*/ .title-login-container{ color: #fff; background-color: #019DB3; border-color: #2e6da4; border-radius: 10px 10px 0px 0px; padding: 1%; } .container-login{ border: 1px solid #019DB3; padding: 0%; padding: 5%; background-color: white; } .footer{ background-color: black; color: white; } .bread{ font-weight: bold; } .img-about{ background-image: url('../img/200x200.gif'); background-size: 100%; } .inst{ border-radius: 50%; } /*--------------------------------------------*/ .navbar-inverse { background-color: #019DB3; } .navbar-inverse .navbar-nav > li > a { color: white; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-green .navbar-nav > li > a:focus { color: #fff; background-color: #006F9B; } .navbar-header .navbar-brand { color: white; } .navbar-header .navbar-brand:hover{ color: #006F9B; } .formularios{ background-color: #F5F5F5; padding: 5%; border-radius: 10px; } .title-form{ color: white; text-shadow:1px 1px 0 black; } .imagen{ /*background-color: #16a085;*/ /*background: -webkit-linear-gradient(top,#16a085, transparent );*/ background: -webkit-radial-gradient(circle,#006F9B,transparent); background: -moz-radial-gradient(circle,#006F9B,transparent); /*background-image: url("../img/2.jpg");*/ padding: 2% 8% 8% 8%; margin: -1.8% 0px 0px 0px; } .panel-body span, .panel-body a{ color: #019DB3; } .panel-main{ background-color: rgba(1,157,179,0.6); } .text-panel-main{ color: white; } .text-panel-sec{ font-weight: bold; } .panel-sec{ display: none; color: #019DB3; transition-property: all; transition-duration: 1s; transition-delay: 0.5s; } .panel-main:hover .panel-sec{ display: block; } /*----------------------------------*/ .content-nav-main{ border-style: solid; border-color: gray; border-width: 0px 0px 0px 2px; } .content-btn-nav{ margin: 15% 0% 15% 0%; width: 100%; } .content-btn-nav button{ font-size: 125%; text-align: left; background-color: #019DB3; } .content-btn-nav button .caret{ float: right; } .content-btn-nav-sec{ width: 100%; background-color: #019DB3; font-size: italic; } .container-main{ padding: 5% 1% 0% 1%; } .jumbotron .text-center{ color: white; text-shadow:1px 1px 0 black; } .jumbotron .text-center small{ color: black; text-shadow:1px 1px 0 gray; background-color: rgba(255,255,255,0.6); border-radius: 5px; } .fondo-index-grid{ background-color: rgba(255,255,255,0.6); padding: 1%; border-radius: 5px; } .fondo-grid{ background-color: gray; color: black; } .fondo-grid a{ color: black; } .fondo-grid a:hover{ color: lightgray; } .btn-index-right{ float: right; } /*---------------------------------------------------------*/ #navigationMenu{ text-align: center; margin-left: 10%; } #navigationMenu li{ list-style:none; height:39px; padding:2px; width:40px; margin-bottom: 1%; } #navigationMenu span{ /* Container properties */ width:0; left:38px; padding:0; position:absolute; overflow:hidden; /* Text properties */ font-family:'Myriad Pro',Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; letter-spacing:0.6px; white-space:nowrap; line-height:39px; /* CSS3 Transition: */ -webkit-transition: 0.25s; /* Future proofing (these do not work yet): */ -moz-transition: 0.25s; transition: 0.25s; } /*Calificaciones*/ #navigationMenu #calific{ background:url('../img/iconos/calificaciones.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #calific:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #calific:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} #navigationMenu .home span{ background-color: white; color: rgb(1,157,179); text-shadow:1px 1px 0 black;} /*Matriculas*/ #navigationMenu #matriculas{ background:url('../img/iconos/matricula.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #matriculas:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #matriculas:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Grupos*/ #navigationMenu #grupos{ background:url('../img/iconos/grupos.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #grupos:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #grupos:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Asignaturas*/ #navigationMenu #asignaturas{ background:url('../img/iconos/asignaturas.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #asignaturas:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #asignaturas:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Estudiantes*/ #navigationMenu #estudiantes{ background:url('../img/iconos/estudiantes.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #estudiantes:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #estudiantes:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Docentes*/ #navigationMenu #docentes{ background:url('../img/iconos/docentes.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu #docentes:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu #docentes:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;} /*Catalogo*/ #navigationMenu a{ background:url('../img/iconos/catalogo.svg') no-repeat; background-size: 100%; height:39px; width:38px; display:block; position:relative; } /* General hover styles */ #navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; } #navigationMenu a:hover{ text-decoration:none; /* CSS outer glow with the box-shadow property */ -moz-box-shadow:0 0 5px #9ddff5; -webkit-box-shadow:0 0 5px #9ddff5; box-shadow:0 0 5px #9ddff5;}
0.311636
0.063686
.dp_logo { width: 130px; margin-top: -26px; cursor: pointer; margin-left: 25px; } #believe-nav{ padding:20px 0 !important; } .nav_change{ margin-right: 10px; } .text-widget p{ margin-top: 0px !important; } .button_see_more{ padding: 40px; } .see_m{ line-height:1em; letter-spacing:0.06em; font-family: 'Lato', sans-serif; font-weight:normal; font-size:16px; text-decoration:none; color:#fff; background:#231f20; display:inline-block; padding:15px 12px 15px 15px; transition:background 200ms; border-radius:4px; } .see_m:hover{ background:#cea052; } .see_m:after{ font-family: 'FontAwesome', sans-serif; font-weight:300; content: "\f105"; margin-left:20px; color:#cea052; font-size:18px; vertical-align:middle; transition:color 200ms; } .see_m:hover:after{ color:#231f20; } .cat-sec-1 .cat-desc .cat-title, .cat-sec-2 .cat-desc .cat-title, .cat-sec-3 .cat-desc .cat-title{ color:#31b0d5 !important; } .cat-span{ color:#eee !important; } .cat-sec-1 .cat-desc .btn{ color: ghostwhite !important; border: 2px solid white; } .cat-sec-1 .cat-desc .btn:hover{ color: #FF7F50!important; border: 2px solid #FF7F50; } .cat-sec-2 .cat-desc .btn { background-color: #31b0d5; color: white !important; border: 2px solid #31b0d5; } .cat-sec-2 .cat-desc .btn:hover{ background-color: #eee; color: #31b0d5 !important; border: 2px solid #eee; } .cat-sec-1 .cat-desc .cat-inner .custom .cat-title{ margin-right: 30px; } .content-heading h3.title_content_heading { text-align: center; border-bottom: 2px solid #2db3e4; border-top: 2px solid #2db3e4; line-height: 0; padding: 0; margin-left: 300px; margin-right: 300px; } .content-heading h3.title_content_heading span{ background: #fff; padding: 0px 15px; } .new_offer.container h2 { text-align: center; font-size: 10em; font-weight: 600; line-height: 0.7em; color: #f8f8f8; margin-top: -80px; } .new_offer .container h2 span { display: block; font-weight: 300; letter-spacing: 6px; font-size: 0.2em; color: #fff; } .countdown { display: flex; margin-top: 50px; } .countdown div { position: relative; width: 100px; height: 100px; line-height: 100px; text-align: center; background: #2db3e4; color: #fff; margin: 0 15px; font-size: 3em; font-weight: 500; } .countdown div:before { content: ""; position: absolute; bottom: -30px; left: 0; width: 100%; height: 35px; background: #73D2E6; color: darkblue; font-size: 0.35em; line-height: 35px; font-weight: 300; } .countdown div#day:before { content: "Days"; } .countdown div#hour:before { content: "Hours"; } .countdown div#minute:before { content: "Mins"; } .countdown div#second:before { content: "Secs"; } .countdown_offer { display: flex; margin-top: 50px; margin-bottom: 20px; } .countdown_offer div { position: relative; width: 100px; height: 34px; line-height: 25px; text-align: center; background: black; color: #fff; margin: 0 15px; font-size: 2em; font-weight: 500; } .countdown_offer div:before { content: ""; position: absolute; bottom: -26px; left: 0; width: 100%; height: 21px; background: #eee; color: black; font-size: 0.50em; line-height: 14px; font-weight: 300; } .countdown_offer div#day:before { content: "Days"; } .countdown_offer div#hour:before { content: "Hours"; } .countdown_offer div#minute:before { content: "Mins"; } .countdown_offer div#second:before { content: "Secs"; } #offer_div{ margin-top: -55px; margin-bottom: -27px; } .countdown_offer_2 { display: flex; margin-top: 80px; margin-bottom: 20px; } .countdown_offer_2 div { position: relative; width: 100px; height: 34px; line-height: 25px; text-align: center; background: black; color: #fff; margin: 0 15px; font-size: 2em; font-weight: 500; } .countdown_offer_2 div:before { content: ""; position: absolute; bottom: -26px; left: 0; width: 100%; height: 21px; background: #eee; color: black; font-size: 0.50em; line-height: 14px; font-weight: 300; } .countdown_offer_2 div.days:before { content: "Days"; } .countdown_offer_2 div.hours:before { content: "Hours"; } .countdown_offer_2 div.minutes:before { content: "Mins"; } .countdown_offer_2 div.seconds:before { content: "Secs"; } #offer_div_2{ margin-top: -55px; margin-bottom: -27px; } .countdown_offer_3 { display: flex; margin-top: 80px; margin-bottom: 20px; } .countdown_offer_3 div { position: relative; width: 100px; height: 34px; line-height: 25px; text-align: center; background: black; color: #fff; margin: 0 15px; font-size: 2em; font-weight: 500; } .countdown_offer_3 div:before { content: ""; position: absolute; bottom: -26px; left: 0; width: 100%; height: 21px; background: #eee; color: black; font-size: 0.50em; line-height: 14px; font-weight: 300; } .countdown_offer_3 div.days_m:before { content: "Days"; } .countdown_offer_3 div.hours_m:before { content: "Hours"; } .countdown_offer_3 div.minutes_m:before { content: "Mins"; } .countdown_offer_3 div.seconds_m:before { content: "Secs"; } #offer_div_3{ margin-top: -55px; margin-bottom: -27px; } li{ list-style-type: none } .payment_option{ width: 80px; height: 66px; } .hr_2{ border: 0; border-top: 2px dashed #73D2E6; background: #eee; } .title{ font-size: 20px; } .social_icon{ width: 50px; cursor: pointer; } .form{ width:90%; padding-top: 50px; } .subscribe{ background-color: darkgrey; } .subscribe .wid-title{ margin: -10px; color: white; } .card{ padding: 20px; margin-top: -80px; } .why_people{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; } .contact_title{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; /*margin-right: 50px;*/ } .payment_title{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; margin-left: 100px; } .span{ background: #fff; padding: 0px 15px; } .dream_point{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; } .about_us_text{ line-height: 21px; font-size: 20px; text-align: justify; } .payment_methods{ padding-left: 10px; } @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900'); ul { list-style: none; margin-bottom: 0px } p { font-family: 'Rubik', sans-serif; font-size: 14px; line-height: 1.7; font-weight: 400; color: #828282; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px; text-shadow: rgba(0, 0, 0, .01) 0 0 1px } p a { display: inline; position: relative; color: inherit; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } a, a:hover, a:visited, a:active, a:link { text-decoration: none; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px; text-shadow: rgba(0, 0, 0, .01) 0 0 1px } p a:active { position: relative; color: #FF6347 } p a:hover { color: #FFFFFF; /*background: #ffa07f*/ } p a:hover::after { opacity: 0.2 } ::selection {} p::selection {} h1 { font-size: 48px } h2 { font-size: 36px } h3 { font-size: 24px } h4 { font-size: 18px } h5 { font-size: 14px } h1, h2, h3, h4, h5, h6 { font-family: 'Rubik', sans-serif; font-weight: 500; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px; text-shadow: rgba(0, 0, 0, .01) 0 0 1px } h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {} .form-control { color: #db5246 } section { display: block; position: relative; box-sizing: border-box } .clear { clear: both } .clearfix::before, .clearfix::after { content: ""; display: table } .clearfix::after { clear: both } .clearfix { zoom: 1 } .float_left { float: left } .float_right { float: right } .trans_200 { -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .trans_300 { -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease } .trans_400 { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease } .trans_500 { -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease } .fill_height { height: 100% } .super_container { width: 100%; overflow: hidden } .prlx_parent { overflow: hidden } .prlx { height: 130% !important } .nopadding { padding: 0px !important } .button { display: inline-block; /*background: #0e8ce4;*/ border-radius: 5px; height: 48px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .men_button { display: inline-block; /*background: #0e8ce4;*/ border-radius: 5px; height: 48px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .button a { display: block; font-size: 18px; font-weight: 400; line-height: 48px; color: #FFFFFF; padding-left: 35px; padding-right: 35px } .men_button a { display: block; font-size: 18px; font-weight: 400; line-height: 48px; color: #FFFFFF; padding-left: 35px; padding-right: 35px } .button:hover { opacity: 0.8 } .men_button:hover { opacity: 0.8 } .viewed { padding-top: 51px; padding-bottom: 60px; /*background: #eff6fa*/ } .bbb_viewed_title { margin-bottom: 14px } .bbb_viewed_nav_container { /*position: absolute;*/ right: -5px; /*bottom: 14px;*/ padding: 10px; } .bbb_viewed_nav { display: inline-block; cursor: pointer } .bbb_viewed_nav i { color: #2db3e4; font-size: 18px; padding: 5px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .bbb_viewed_nav:hover i { color: #606264 } .bbb_viewed_prev { margin-right: 15px } .bbb_viewed_slider_container { padding-top: 50px } .bbb_viewed_item { width: 100%; background: #FFFFFF; border-radius: 2px; padding-top: 25px; /*padding-bottom: 25px;*/ padding-left: 30px; padding-right: 30px } .bbb_viewed_image { width: 115px; height: 115px } .bbb_viewed_image img { display: block; max-width: 100% } .bbb_viewed_content { width: 100%; margin-top: 25px } .bbb_viewed_price { font-size: 16px; color: #000000; font-weight: 500 } .bbb_viewed_item.discount .bbb_viewed_price { color: #df3b3b } .bbb_viewed_price span { position: relative; font-size: 12px; font-weight: 400; color: rgba(0, 0, 0, 0.6); margin-left: 8px } .bbb_viewed_price span::after { display: block; position: absolute; top: 6px; left: -2px; width: calc(100% + 4px); height: 1px; background: #8d8d8d; content: '' } .bbb_viewed_name { margin-top: 3px } .bbb_viewed_name a { font-size: 14px; color: #000000; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .bbb_viewed_name a:hover { color: #0e8ce4 } .item_marks { position: absolute; top: 18px; left: 18px } .item_mark { display: none; width: 36px; height: 36px; border-radius: 50%; color: #FFFFFF; font-size: 10px; font-weight: 500; line-height: 36px; text-align: center } .item_discount { background: #df3b3b; margin-right: 5px } .item_new { background: #0e8ce4 } .bbb_viewed_item.discount .item_discount { display: inline-block } .bbb_viewed_item.is_new .item_new { display: inline-block } .img-custom{ margin-left: -10px; } .overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(45, 179, 228, 0.82); overflow: hidden; width: 100%; height: 100%; transition: .5s ease; } .item { position: relative; overflow: hidden; } .item:hover .overlay { bottom: 0; height: 100%; width: 100%; } .fade-overlay { height: 100%; opacity: 0; } .item:hover .fade-overlay { opacity: 1; } .title-overlay { height: auto; top: auto; opacity: 0; } .item:hover .title-overlay { opacity: 1; height: auto; padding: 50px 0; } .text { color: #eee; font-size: 1.2vw; font-weight: bold; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border: 2px solid #31b0d5 ; background-color: #31b0d5 ; cursor: pointer; padding: 15px; } .text:hover { color: #eee; font-size: 1.2vw; font-weight: bold; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border: 2px solid #197AB7 ; background-color: #197AB7 ; cursor: pointer; padding: 15px; } .women-layout{ margin-bottom: 5px; /*margin-top: 0px;*/ } .hotdeal{ width: 100%; height: 65px; padding: 5px; cursor: pointer; } .image-wrapper { width: 262.5px; height: 263px; overflow: hidden; position: relative; float: left; margin: 25px; box-sizing: border-box; } .image-wrapper img { width: 100%; } .image-wrapper ul { list-style: none; margin: 0; padding: 0; width: 100%; height: 100%; position: relative; float: left; } .image-wrapper ul li { display: inline-block; float: left; width: 25%; height: 100%; opacity: 0; -webkit-transition: 300ms; transition: 300ms; } .image-wrapper ul li:before { content: ""; width: 0%; height: 2px; background: #000; position: absolute; bottom: 0; margin-left: 12.5%; -webkit-transition: 300ms; transition: 300ms; z-index: 2; } .image-wrapper ul li:first-child { opacity: 1; } .image-wrapper ul li:hover { opacity: 1; } .image-wrapper ul li:hover:before { width: 25%; margin-left: 0%; } .image-wrapper ul li img { width: 100%; height: 100%; position: absolute; bottom: 0px; left: 0; pointer-events: none; } /*nav bar image slide show ends*/ #product_img{ /*width: 262.5px;*/ height: 263px; } .wishlist{ width: 60px; cursor: pointer; } .mobile_view{ display: none; } #search_btn{ margin-top: 14px; } .wihslist_modal_image:hover{ animation: shake .80s; animation-iteration-count: infinite; cursor: pointer; } @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .product_cart{ width: 50% !important; margin-left: -75px; cursor: pointer; } .product_cart:hover{ background-color: whitesmoke; border-radius: 50px; } .offer_cart{ width: 50% !important; margin-left: -15px; cursor: pointer; } .offer_cart:hover{ background-color: whitesmoke !important; border-radius: 50px !important; } .offer_cart_2{ width: 30% !important; margin-left: -15px; cursor: pointer; } .offer_cart_2:hover{ background-color: whitesmoke !important; border-radius: 50px !important; } #cart_design{ margin-left: -85px; } #caraousel_wishlist{ width: 25%; cursor: pointer; margin-left: -7px; } #caraousel_wishlist:hover{ background-color: whitesmoke; border-radius: 50px; } .hotdeal_image{ cursor: pointer; } .hotdeal_image:hover{ opacity: .5; } .mobile_view_offer{ display: none; } .mobile_view_hot_deals{ display: none; } @media only screen and (min-width: 2200px) and (max-width:2560px){ .title{ width: 650px !important; } .title1{ width: 650px !important; } .button a{ margin-left: 70px; } .men_button a{ margin-left: 80px; } } @media only screen and (min-width: 1440px) and (max-width:1445px){ .title{ width: 280px !important; } .title1{ width: 280px !important; } .button a{ margin-left: -124px; } .men_button a{ margin-left: -120px; } } @media only screen and (min-width: 1024px) and (max-width:1025px){ .cat-sec-2 .cat-desc .cat-title { font-size: 30px; } .title{ width: 250px !important; } .title1{ width: 250px !important; left: 40px !important; } .button a{ margin-left: -124px; } .men_button a{ margin-left: -160px; } element.style { } .social_icon { width: 45px; cursor: pointer; } #truck_icon{ margin-left: -70px; } #cat-nav .navbar-toggle{ margin:10px 24px; } } @media only screen and (min-width: 768px) and (max-width:769px){ .cat-inner{ display: inline-block; padding: 0px; margin-top: 0px; } .cat-inner1 { display: inline-block; padding: 0px; } .cat-inner2 { display: inline-block; padding: 0px; margin-top: 0px; } .content-offers { min-height: 490px; width: 100%; background: url(../images/tommy_cut.jpg) no-repeat center; margin-bottom: 100px; } .countdown { display: flex; margin-top: 50px; margin-left: 96px; } #dreampoint_logo{ margin-left: 115px; } .title{ left: 100px !important; font-size: 45px !important; } .title1{ left: 100px !important; font-size: 45px !important; } .button a { width: 300px !important; } .men_button a{ width: 255px !important; } .delivery{ margin-top: 270px; } .subscribe{ margin-top: 100px; } #footer_content{ text-align: justify; font-size: 22px; padding: 20px; } li{ cursor: pointer !important; } .hotdeal { height: 370px; } .social_icon { width: 100px; } .wid-title { font-size: 30px; } .middle_icon{ margin-top: 30px; } .quick-links ul { margin: -32px; margin-left: 70px; } #cloth_image{ margin-left: 80px; } #cat-nav .navbar-toggle{ margin:10px 24px; } .dp_logo { width: 130px; margin-top: -33px; cursor: pointer; margin-left: -12px; margin-bottom: -30px; } } /*form design*/ .fileUpload { position: relative; overflow: hidden; margin: 10px; } .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .text_color{ color: #31b0d5; } .hr_3{ border-top:2px dotted #31b0d5; } @media only screen and (max-width: 767px) { #cart_title{ margin-top: 0px !important; } #remove{ margin-top: 5px !important; } #content{ margin-bottom: -75px; } .text{ display: none; } .web_view_offer{ display: none; } .web_view_hot_deals{ display: none; } .mobile_view_offer{ display: unset; } .mobile_view_hot_deals { display: unset; } .viewed{ padding-top: 0px; } #men_arrow{ margin-left: -31% !important; } .countdown_offer { display: flex; margin-top: 80px; } /*.mobile_view{*/ /* margin-left: 20px;*/ /* margin-top: 0px;*/ /*}*/ .hotdeal{ height: 250px; } .delivery_exchange{ margin-top: 270px; } .content-heading h3.title_content_heading { text-align: center; border-bottom: 2px solid #2db3e4; border-top: 2px solid #2db3e4; line-height: 0; padding: 0; margin-left: 10px; margin-right: 10px; } .content-heading h3.title_content_heading span{ background: #fff; padding: 0px 15px; } .delivery{ margin-top: 25px; } .wid-title{ margin-top: 10px; } /*.subscribe{*/ /* margin-top: 300px;*/ /*}*/ #home-slider .item img{ height: 169px; } .hotdeal{ padding: 10px; } .footer-widget{ margin-top: -100px; } .customer_review { margin-top: 0px; } .web_view{ margin-left: 100px; } #offer_image{ width: 945px; height: 160px !important; } .img-responsive{ width: 100% !important; } .about_us_text { line-height: 18px; font-size: 15px; text-align: justify; } .dp_logo { width: 130px; margin-top: -33px; cursor: pointer; margin-left: -12px; margin-bottom: -30px; } } @media only screen and (max-width: 568px) { .subscribe{ margin-top: 100px; } .wpld{ width: 100%; } .why_dreampoint_image{ width: 70px; } .why_people{ font-size: 14px; } .dream_point{ font-size: 15px; } .span{ background: #fff; padding: 0px 3px; } } @media only screen and (max-width: 280px){ .why_dreampoint_image { width: 35px; } .title{ left: 16px !important; } .title1{ left: 16px !important; } .button a{ width: 176px !important; } .men_button a{ width: 176px !important; } .social_icon{ width: 38px !important; } }
public/assets/css/custom_design.css
.dp_logo { width: 130px; margin-top: -26px; cursor: pointer; margin-left: 25px; } #believe-nav{ padding:20px 0 !important; } .nav_change{ margin-right: 10px; } .text-widget p{ margin-top: 0px !important; } .button_see_more{ padding: 40px; } .see_m{ line-height:1em; letter-spacing:0.06em; font-family: 'Lato', sans-serif; font-weight:normal; font-size:16px; text-decoration:none; color:#fff; background:#231f20; display:inline-block; padding:15px 12px 15px 15px; transition:background 200ms; border-radius:4px; } .see_m:hover{ background:#cea052; } .see_m:after{ font-family: 'FontAwesome', sans-serif; font-weight:300; content: "\f105"; margin-left:20px; color:#cea052; font-size:18px; vertical-align:middle; transition:color 200ms; } .see_m:hover:after{ color:#231f20; } .cat-sec-1 .cat-desc .cat-title, .cat-sec-2 .cat-desc .cat-title, .cat-sec-3 .cat-desc .cat-title{ color:#31b0d5 !important; } .cat-span{ color:#eee !important; } .cat-sec-1 .cat-desc .btn{ color: ghostwhite !important; border: 2px solid white; } .cat-sec-1 .cat-desc .btn:hover{ color: #FF7F50!important; border: 2px solid #FF7F50; } .cat-sec-2 .cat-desc .btn { background-color: #31b0d5; color: white !important; border: 2px solid #31b0d5; } .cat-sec-2 .cat-desc .btn:hover{ background-color: #eee; color: #31b0d5 !important; border: 2px solid #eee; } .cat-sec-1 .cat-desc .cat-inner .custom .cat-title{ margin-right: 30px; } .content-heading h3.title_content_heading { text-align: center; border-bottom: 2px solid #2db3e4; border-top: 2px solid #2db3e4; line-height: 0; padding: 0; margin-left: 300px; margin-right: 300px; } .content-heading h3.title_content_heading span{ background: #fff; padding: 0px 15px; } .new_offer.container h2 { text-align: center; font-size: 10em; font-weight: 600; line-height: 0.7em; color: #f8f8f8; margin-top: -80px; } .new_offer .container h2 span { display: block; font-weight: 300; letter-spacing: 6px; font-size: 0.2em; color: #fff; } .countdown { display: flex; margin-top: 50px; } .countdown div { position: relative; width: 100px; height: 100px; line-height: 100px; text-align: center; background: #2db3e4; color: #fff; margin: 0 15px; font-size: 3em; font-weight: 500; } .countdown div:before { content: ""; position: absolute; bottom: -30px; left: 0; width: 100%; height: 35px; background: #73D2E6; color: darkblue; font-size: 0.35em; line-height: 35px; font-weight: 300; } .countdown div#day:before { content: "Days"; } .countdown div#hour:before { content: "Hours"; } .countdown div#minute:before { content: "Mins"; } .countdown div#second:before { content: "Secs"; } .countdown_offer { display: flex; margin-top: 50px; margin-bottom: 20px; } .countdown_offer div { position: relative; width: 100px; height: 34px; line-height: 25px; text-align: center; background: black; color: #fff; margin: 0 15px; font-size: 2em; font-weight: 500; } .countdown_offer div:before { content: ""; position: absolute; bottom: -26px; left: 0; width: 100%; height: 21px; background: #eee; color: black; font-size: 0.50em; line-height: 14px; font-weight: 300; } .countdown_offer div#day:before { content: "Days"; } .countdown_offer div#hour:before { content: "Hours"; } .countdown_offer div#minute:before { content: "Mins"; } .countdown_offer div#second:before { content: "Secs"; } #offer_div{ margin-top: -55px; margin-bottom: -27px; } .countdown_offer_2 { display: flex; margin-top: 80px; margin-bottom: 20px; } .countdown_offer_2 div { position: relative; width: 100px; height: 34px; line-height: 25px; text-align: center; background: black; color: #fff; margin: 0 15px; font-size: 2em; font-weight: 500; } .countdown_offer_2 div:before { content: ""; position: absolute; bottom: -26px; left: 0; width: 100%; height: 21px; background: #eee; color: black; font-size: 0.50em; line-height: 14px; font-weight: 300; } .countdown_offer_2 div.days:before { content: "Days"; } .countdown_offer_2 div.hours:before { content: "Hours"; } .countdown_offer_2 div.minutes:before { content: "Mins"; } .countdown_offer_2 div.seconds:before { content: "Secs"; } #offer_div_2{ margin-top: -55px; margin-bottom: -27px; } .countdown_offer_3 { display: flex; margin-top: 80px; margin-bottom: 20px; } .countdown_offer_3 div { position: relative; width: 100px; height: 34px; line-height: 25px; text-align: center; background: black; color: #fff; margin: 0 15px; font-size: 2em; font-weight: 500; } .countdown_offer_3 div:before { content: ""; position: absolute; bottom: -26px; left: 0; width: 100%; height: 21px; background: #eee; color: black; font-size: 0.50em; line-height: 14px; font-weight: 300; } .countdown_offer_3 div.days_m:before { content: "Days"; } .countdown_offer_3 div.hours_m:before { content: "Hours"; } .countdown_offer_3 div.minutes_m:before { content: "Mins"; } .countdown_offer_3 div.seconds_m:before { content: "Secs"; } #offer_div_3{ margin-top: -55px; margin-bottom: -27px; } li{ list-style-type: none } .payment_option{ width: 80px; height: 66px; } .hr_2{ border: 0; border-top: 2px dashed #73D2E6; background: #eee; } .title{ font-size: 20px; } .social_icon{ width: 50px; cursor: pointer; } .form{ width:90%; padding-top: 50px; } .subscribe{ background-color: darkgrey; } .subscribe .wid-title{ margin: -10px; color: white; } .card{ padding: 20px; margin-top: -80px; } .why_people{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; } .contact_title{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; /*margin-right: 50px;*/ } .payment_title{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; margin-left: 100px; } .span{ background: #fff; padding: 0px 15px; } .dream_point{ font-size: 22px; border: none; border-bottom: 3px solid #2db3e4; } .about_us_text{ line-height: 21px; font-size: 20px; text-align: justify; } .payment_methods{ padding-left: 10px; } @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900'); ul { list-style: none; margin-bottom: 0px } p { font-family: 'Rubik', sans-serif; font-size: 14px; line-height: 1.7; font-weight: 400; color: #828282; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px; text-shadow: rgba(0, 0, 0, .01) 0 0 1px } p a { display: inline; position: relative; color: inherit; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } a, a:hover, a:visited, a:active, a:link { text-decoration: none; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px; text-shadow: rgba(0, 0, 0, .01) 0 0 1px } p a:active { position: relative; color: #FF6347 } p a:hover { color: #FFFFFF; /*background: #ffa07f*/ } p a:hover::after { opacity: 0.2 } ::selection {} p::selection {} h1 { font-size: 48px } h2 { font-size: 36px } h3 { font-size: 24px } h4 { font-size: 18px } h5 { font-size: 14px } h1, h2, h3, h4, h5, h6 { font-family: 'Rubik', sans-serif; font-weight: 500; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px; text-shadow: rgba(0, 0, 0, .01) 0 0 1px } h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {} .form-control { color: #db5246 } section { display: block; position: relative; box-sizing: border-box } .clear { clear: both } .clearfix::before, .clearfix::after { content: ""; display: table } .clearfix::after { clear: both } .clearfix { zoom: 1 } .float_left { float: left } .float_right { float: right } .trans_200 { -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .trans_300 { -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease } .trans_400 { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease } .trans_500 { -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease } .fill_height { height: 100% } .super_container { width: 100%; overflow: hidden } .prlx_parent { overflow: hidden } .prlx { height: 130% !important } .nopadding { padding: 0px !important } .button { display: inline-block; /*background: #0e8ce4;*/ border-radius: 5px; height: 48px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .men_button { display: inline-block; /*background: #0e8ce4;*/ border-radius: 5px; height: 48px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .button a { display: block; font-size: 18px; font-weight: 400; line-height: 48px; color: #FFFFFF; padding-left: 35px; padding-right: 35px } .men_button a { display: block; font-size: 18px; font-weight: 400; line-height: 48px; color: #FFFFFF; padding-left: 35px; padding-right: 35px } .button:hover { opacity: 0.8 } .men_button:hover { opacity: 0.8 } .viewed { padding-top: 51px; padding-bottom: 60px; /*background: #eff6fa*/ } .bbb_viewed_title { margin-bottom: 14px } .bbb_viewed_nav_container { /*position: absolute;*/ right: -5px; /*bottom: 14px;*/ padding: 10px; } .bbb_viewed_nav { display: inline-block; cursor: pointer } .bbb_viewed_nav i { color: #2db3e4; font-size: 18px; padding: 5px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .bbb_viewed_nav:hover i { color: #606264 } .bbb_viewed_prev { margin-right: 15px } .bbb_viewed_slider_container { padding-top: 50px } .bbb_viewed_item { width: 100%; background: #FFFFFF; border-radius: 2px; padding-top: 25px; /*padding-bottom: 25px;*/ padding-left: 30px; padding-right: 30px } .bbb_viewed_image { width: 115px; height: 115px } .bbb_viewed_image img { display: block; max-width: 100% } .bbb_viewed_content { width: 100%; margin-top: 25px } .bbb_viewed_price { font-size: 16px; color: #000000; font-weight: 500 } .bbb_viewed_item.discount .bbb_viewed_price { color: #df3b3b } .bbb_viewed_price span { position: relative; font-size: 12px; font-weight: 400; color: rgba(0, 0, 0, 0.6); margin-left: 8px } .bbb_viewed_price span::after { display: block; position: absolute; top: 6px; left: -2px; width: calc(100% + 4px); height: 1px; background: #8d8d8d; content: '' } .bbb_viewed_name { margin-top: 3px } .bbb_viewed_name a { font-size: 14px; color: #000000; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease } .bbb_viewed_name a:hover { color: #0e8ce4 } .item_marks { position: absolute; top: 18px; left: 18px } .item_mark { display: none; width: 36px; height: 36px; border-radius: 50%; color: #FFFFFF; font-size: 10px; font-weight: 500; line-height: 36px; text-align: center } .item_discount { background: #df3b3b; margin-right: 5px } .item_new { background: #0e8ce4 } .bbb_viewed_item.discount .item_discount { display: inline-block } .bbb_viewed_item.is_new .item_new { display: inline-block } .img-custom{ margin-left: -10px; } .overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(45, 179, 228, 0.82); overflow: hidden; width: 100%; height: 100%; transition: .5s ease; } .item { position: relative; overflow: hidden; } .item:hover .overlay { bottom: 0; height: 100%; width: 100%; } .fade-overlay { height: 100%; opacity: 0; } .item:hover .fade-overlay { opacity: 1; } .title-overlay { height: auto; top: auto; opacity: 0; } .item:hover .title-overlay { opacity: 1; height: auto; padding: 50px 0; } .text { color: #eee; font-size: 1.2vw; font-weight: bold; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border: 2px solid #31b0d5 ; background-color: #31b0d5 ; cursor: pointer; padding: 15px; } .text:hover { color: #eee; font-size: 1.2vw; font-weight: bold; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border: 2px solid #197AB7 ; background-color: #197AB7 ; cursor: pointer; padding: 15px; } .women-layout{ margin-bottom: 5px; /*margin-top: 0px;*/ } .hotdeal{ width: 100%; height: 65px; padding: 5px; cursor: pointer; } .image-wrapper { width: 262.5px; height: 263px; overflow: hidden; position: relative; float: left; margin: 25px; box-sizing: border-box; } .image-wrapper img { width: 100%; } .image-wrapper ul { list-style: none; margin: 0; padding: 0; width: 100%; height: 100%; position: relative; float: left; } .image-wrapper ul li { display: inline-block; float: left; width: 25%; height: 100%; opacity: 0; -webkit-transition: 300ms; transition: 300ms; } .image-wrapper ul li:before { content: ""; width: 0%; height: 2px; background: #000; position: absolute; bottom: 0; margin-left: 12.5%; -webkit-transition: 300ms; transition: 300ms; z-index: 2; } .image-wrapper ul li:first-child { opacity: 1; } .image-wrapper ul li:hover { opacity: 1; } .image-wrapper ul li:hover:before { width: 25%; margin-left: 0%; } .image-wrapper ul li img { width: 100%; height: 100%; position: absolute; bottom: 0px; left: 0; pointer-events: none; } /*nav bar image slide show ends*/ #product_img{ /*width: 262.5px;*/ height: 263px; } .wishlist{ width: 60px; cursor: pointer; } .mobile_view{ display: none; } #search_btn{ margin-top: 14px; } .wihslist_modal_image:hover{ animation: shake .80s; animation-iteration-count: infinite; cursor: pointer; } @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .product_cart{ width: 50% !important; margin-left: -75px; cursor: pointer; } .product_cart:hover{ background-color: whitesmoke; border-radius: 50px; } .offer_cart{ width: 50% !important; margin-left: -15px; cursor: pointer; } .offer_cart:hover{ background-color: whitesmoke !important; border-radius: 50px !important; } .offer_cart_2{ width: 30% !important; margin-left: -15px; cursor: pointer; } .offer_cart_2:hover{ background-color: whitesmoke !important; border-radius: 50px !important; } #cart_design{ margin-left: -85px; } #caraousel_wishlist{ width: 25%; cursor: pointer; margin-left: -7px; } #caraousel_wishlist:hover{ background-color: whitesmoke; border-radius: 50px; } .hotdeal_image{ cursor: pointer; } .hotdeal_image:hover{ opacity: .5; } .mobile_view_offer{ display: none; } .mobile_view_hot_deals{ display: none; } @media only screen and (min-width: 2200px) and (max-width:2560px){ .title{ width: 650px !important; } .title1{ width: 650px !important; } .button a{ margin-left: 70px; } .men_button a{ margin-left: 80px; } } @media only screen and (min-width: 1440px) and (max-width:1445px){ .title{ width: 280px !important; } .title1{ width: 280px !important; } .button a{ margin-left: -124px; } .men_button a{ margin-left: -120px; } } @media only screen and (min-width: 1024px) and (max-width:1025px){ .cat-sec-2 .cat-desc .cat-title { font-size: 30px; } .title{ width: 250px !important; } .title1{ width: 250px !important; left: 40px !important; } .button a{ margin-left: -124px; } .men_button a{ margin-left: -160px; } element.style { } .social_icon { width: 45px; cursor: pointer; } #truck_icon{ margin-left: -70px; } #cat-nav .navbar-toggle{ margin:10px 24px; } } @media only screen and (min-width: 768px) and (max-width:769px){ .cat-inner{ display: inline-block; padding: 0px; margin-top: 0px; } .cat-inner1 { display: inline-block; padding: 0px; } .cat-inner2 { display: inline-block; padding: 0px; margin-top: 0px; } .content-offers { min-height: 490px; width: 100%; background: url(../images/tommy_cut.jpg) no-repeat center; margin-bottom: 100px; } .countdown { display: flex; margin-top: 50px; margin-left: 96px; } #dreampoint_logo{ margin-left: 115px; } .title{ left: 100px !important; font-size: 45px !important; } .title1{ left: 100px !important; font-size: 45px !important; } .button a { width: 300px !important; } .men_button a{ width: 255px !important; } .delivery{ margin-top: 270px; } .subscribe{ margin-top: 100px; } #footer_content{ text-align: justify; font-size: 22px; padding: 20px; } li{ cursor: pointer !important; } .hotdeal { height: 370px; } .social_icon { width: 100px; } .wid-title { font-size: 30px; } .middle_icon{ margin-top: 30px; } .quick-links ul { margin: -32px; margin-left: 70px; } #cloth_image{ margin-left: 80px; } #cat-nav .navbar-toggle{ margin:10px 24px; } .dp_logo { width: 130px; margin-top: -33px; cursor: pointer; margin-left: -12px; margin-bottom: -30px; } } /*form design*/ .fileUpload { position: relative; overflow: hidden; margin: 10px; } .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .text_color{ color: #31b0d5; } .hr_3{ border-top:2px dotted #31b0d5; } @media only screen and (max-width: 767px) { #cart_title{ margin-top: 0px !important; } #remove{ margin-top: 5px !important; } #content{ margin-bottom: -75px; } .text{ display: none; } .web_view_offer{ display: none; } .web_view_hot_deals{ display: none; } .mobile_view_offer{ display: unset; } .mobile_view_hot_deals { display: unset; } .viewed{ padding-top: 0px; } #men_arrow{ margin-left: -31% !important; } .countdown_offer { display: flex; margin-top: 80px; } /*.mobile_view{*/ /* margin-left: 20px;*/ /* margin-top: 0px;*/ /*}*/ .hotdeal{ height: 250px; } .delivery_exchange{ margin-top: 270px; } .content-heading h3.title_content_heading { text-align: center; border-bottom: 2px solid #2db3e4; border-top: 2px solid #2db3e4; line-height: 0; padding: 0; margin-left: 10px; margin-right: 10px; } .content-heading h3.title_content_heading span{ background: #fff; padding: 0px 15px; } .delivery{ margin-top: 25px; } .wid-title{ margin-top: 10px; } /*.subscribe{*/ /* margin-top: 300px;*/ /*}*/ #home-slider .item img{ height: 169px; } .hotdeal{ padding: 10px; } .footer-widget{ margin-top: -100px; } .customer_review { margin-top: 0px; } .web_view{ margin-left: 100px; } #offer_image{ width: 945px; height: 160px !important; } .img-responsive{ width: 100% !important; } .about_us_text { line-height: 18px; font-size: 15px; text-align: justify; } .dp_logo { width: 130px; margin-top: -33px; cursor: pointer; margin-left: -12px; margin-bottom: -30px; } } @media only screen and (max-width: 568px) { .subscribe{ margin-top: 100px; } .wpld{ width: 100%; } .why_dreampoint_image{ width: 70px; } .why_people{ font-size: 14px; } .dream_point{ font-size: 15px; } .span{ background: #fff; padding: 0px 3px; } } @media only screen and (max-width: 280px){ .why_dreampoint_image { width: 35px; } .title{ left: 16px !important; } .title1{ left: 16px !important; } .button a{ width: 176px !important; } .men_button a{ width: 176px !important; } .social_icon{ width: 38px !important; } }
0.463444
0.115811
*/ /* Modal */ /* ------------------------------------------------------------ */ .gm-page-overlay { width: 100%; height: 100vh; position: fixed; overflow-y: scroll; background: linear-gradient(45deg, rgba(13,25,40,0.96) 0%,rgba(0,0,0,0.96) 100%); animation: fadeInOverlay 0.2s ease 1 forwards; } .gm-page-overlay.close { animation: fadeOutOverlay 0.3s ease 1 forwards; } .gm-page-overlay.close .gm-modal { animation: closeModal 0.3s ease-in-out 1 forwards; } .gm-modal-container { position: relative; top: 25vh; display: flex; min-height: 75vh; flex-direction: column; align-items: center; } .gm-modal { position: relative; animation: openModal 0.6s ease 1 forwards; padding: 60px; margin: -60px 0 0; } .gm-modal-close { position: absolute; top: 8px; right: 8px; display: block; padding: 8px; z-index: 9999; padding: 20px; cursor: pointer; } .gm-modal-close svg { width: 32px; height: 32px; } .gm-modal-close svg path { stroke: var(--grey); transition: all var(--animation-speed-base) ease; } .gm-modal-close:hover svg path { stroke: var(--grey-d2); } @keyframes fadeInOverlay { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeOutOverlay { from {opacity: 1;} to {opacity: 0;} } @keyframes openModal { 0% { /* opacity: 0; */ transform: scale(1.1); } 100% { /* opacity: 1.0; */ transform: scale(1.0); } } @keyframes closeModal { 90% { opacity: 0; transform: scale(0.95); } 100% { opacity: 0; } } @media (max-width: 440px) { .gm-modal-container { margin: 0; padding: 0; top: 0; transform: none; min-height: 100vh; } .gm-modal { width: calc(100% - 48px); min-height: calc(100vh - 90px); padding: 24px; border-radius: 0; margin: 0; } .gm-page-overlay { background: linear-gradient(45deg, rgba(13,25,40,0.96) 0%,rgba(0,0,0,0.96) 100%); } @keyframes openModal { 0% { opacity: 0; transform: translateY(40px); } 50% { opacity: 1.0; transform: translateY(0); } } @keyframes closeModal { 0% { opacity: 1.0; transform: translateY(0); } 60% { opacity: 0; transform: translateY(40px); } 100% { opacity: 0; } } } /* Buttons */ /* ------------------------------------------------------------ */ button { display: flex; justify-content: center; width: 100%; font-weight: 500; border: 1px solid var(--grey); color: var(--grey-d3); text-align: center; cursor: pointer; white-space: nowrap; padding: 15px 16px 16px; border-radius: 6px; outline: none; transition: all var(--animation-speed-f1) ease-in-out; position: relative; letter-spacing: 0.2px; } button:hover { color: var(--blue-l1); } button:disabled, button[disabled] { color: rgba(255, 255, 255, 0.85); cursor: auto; } .gm-btn-blue { background: linear-gradient(to bottom, #3eb0ef 0%,#008bd6 100%); color: var(--white); border: none; } .gm-btn-blue:active { background: linear-gradient(to bottom, #1693d6 0%,#0076b6 100%); } .gm-btn-green { background: linear-gradient(to bottom, #3BD95D 0%, #1FA33C 100%); color: var(--white); border: none; } .gm-btn-green:active { background: linear-gradient(to bottom, #21BF43 0%,#0C8A28 100%); } .gm-btn-blue:hover:enabled { color: var(--white); } .gm-btn-blue:hover:enabled:before { opacity: 0.8; } .gm-btn-blue:before { content: ""; transition: all var(--animation-speed-s1) ease; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2)); opacity: 0; } .gm-btn-blue:disabled:before { background: #fff; opacity: 0.15; } @keyframes spinner { to {transform: rotate(360deg);} } .gm-btn-blue .gm-spinner { display: inline-block; box-sizing: border-box; width: 20px; height: 20px; margin: -3px 8px -3px 0; border-radius: 50%; border-top: 2px solid rgba(255, 255, 255, 0.85); border-right: 2px solid transparent; animation: spinner .6s linear infinite; } .gm-check { margin: -4px 8px -6px 0; } .gm-check svg { width: 20px; height: 20px; } .gm-check-animation { stroke-dasharray: 87 89; stroke-dashoffset: 88; animation: check_draw 666ms linear 100ms forwards; } @keyframes check_draw { 100% { stroke-dashoffset: 0; } } /* Forms inputs */ /* ------------------------------------------------------------ */ /* Change Autocomplete styles in Chrome*/ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 40px #FFF inset; } ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder { color: var(--grey-d1); } .gm-form-element { position: relative; } .gm-input { position: relative; border-bottom: 1px solid var(--grey-l1); } .gm-input.last, .gm-input.single { border-bottom: none; } .gm-input.first input { border-radius: 6px 6px 0 0; } .gm-input.last input { border-radius: 0 0 6px 6px; } .gm-input.single input { border-radius: 6px; } .gm-input input { font-size: var(--text-base); color: var(--grey-d3); border: none; -webkit-appearance: none; box-sizing: border-box; background: var(--white); width: 100%; outline: none; padding: 15px 14px 15px 38px; letter-spacing: 0.2px; vertical-align: middle; line-height: 18px; } .gm-input input:focus { } .gm-input i svg { width: 16px; height: 16px; } .gm-input i svg path { stroke: var(--grey-d1); transition: stroke var(--animation-speed-base) ease-in-out; } .gm-input input.gm-error { background: #FEEBE6; box-shadow: 0 0 1px rgba(255, 0, 0, 1); } .gm-input input.gm-error + i svg path { stroke: color-mod(var(--red) a(0.5)); } .gm-input input.gm-error::-webkit-input-placeholder, .gm-input input.gm-error::-moz-placeholder, .gm-input input.gm-error:-ms-input-placeholder, .gm-input input.gm-error:-moz-placeholder { color: color-mod(var(--red) a(0.75)); } .gm-input input.gm-input-filled + i svg path { stroke: var(--grey-d2); } .gm-input i { position: absolute; top: 16px; left: 14px; opacity: 1.0; transition: all var(--animation-speed-base) ease-in-out; transition-delay: 0s; } .gm-input-errortext { position: absolute; top: 46px; color: color-mod(var(--red) l(+5%) s(-2%)); font-size: var(--text-xs); letter-spacing: 0.8px; border-radius: 5px; z-index: 9999; animation: slideErrorText 0.4s ease; } @keyframes slideErrorText { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: translateX(0px); } } /* Error tooltip triangle */ .gm-input-errortext-xx:before { position: absolute; top: -6px; left: 50%; margin-left: -6px; width: 0; border-bottom: 6px solid var(--grey-d3); border-bottom: 6px solid var(--grey-d3); border-right: 6px solid transparent; border-left: 6px solid transparent; content: " "; font-size: 0; line-height: 0; } .gm-form-errortext { color: #FF7254; letter-spacing: 0.4px; margin: 24px -2px 0px; border: 1px solid color-mod(var(--red) a(0.4)); padding: 13px 14px; font-weight: 400; display: flex; justify-content: center; align-items: start; border-radius: 7px; line-height: 1.4em; } .gm-form-errortext span { margin: 1px 0 0; } .gm-form-errortext i { margin: 3px 8px 0 0; } .gm-form-errortext i svg path { stroke: #FF7254; }
core/server/lib/members/static/auth/styles/components.css
*/ /* Modal */ /* ------------------------------------------------------------ */ .gm-page-overlay { width: 100%; height: 100vh; position: fixed; overflow-y: scroll; background: linear-gradient(45deg, rgba(13,25,40,0.96) 0%,rgba(0,0,0,0.96) 100%); animation: fadeInOverlay 0.2s ease 1 forwards; } .gm-page-overlay.close { animation: fadeOutOverlay 0.3s ease 1 forwards; } .gm-page-overlay.close .gm-modal { animation: closeModal 0.3s ease-in-out 1 forwards; } .gm-modal-container { position: relative; top: 25vh; display: flex; min-height: 75vh; flex-direction: column; align-items: center; } .gm-modal { position: relative; animation: openModal 0.6s ease 1 forwards; padding: 60px; margin: -60px 0 0; } .gm-modal-close { position: absolute; top: 8px; right: 8px; display: block; padding: 8px; z-index: 9999; padding: 20px; cursor: pointer; } .gm-modal-close svg { width: 32px; height: 32px; } .gm-modal-close svg path { stroke: var(--grey); transition: all var(--animation-speed-base) ease; } .gm-modal-close:hover svg path { stroke: var(--grey-d2); } @keyframes fadeInOverlay { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeOutOverlay { from {opacity: 1;} to {opacity: 0;} } @keyframes openModal { 0% { /* opacity: 0; */ transform: scale(1.1); } 100% { /* opacity: 1.0; */ transform: scale(1.0); } } @keyframes closeModal { 90% { opacity: 0; transform: scale(0.95); } 100% { opacity: 0; } } @media (max-width: 440px) { .gm-modal-container { margin: 0; padding: 0; top: 0; transform: none; min-height: 100vh; } .gm-modal { width: calc(100% - 48px); min-height: calc(100vh - 90px); padding: 24px; border-radius: 0; margin: 0; } .gm-page-overlay { background: linear-gradient(45deg, rgba(13,25,40,0.96) 0%,rgba(0,0,0,0.96) 100%); } @keyframes openModal { 0% { opacity: 0; transform: translateY(40px); } 50% { opacity: 1.0; transform: translateY(0); } } @keyframes closeModal { 0% { opacity: 1.0; transform: translateY(0); } 60% { opacity: 0; transform: translateY(40px); } 100% { opacity: 0; } } } /* Buttons */ /* ------------------------------------------------------------ */ button { display: flex; justify-content: center; width: 100%; font-weight: 500; border: 1px solid var(--grey); color: var(--grey-d3); text-align: center; cursor: pointer; white-space: nowrap; padding: 15px 16px 16px; border-radius: 6px; outline: none; transition: all var(--animation-speed-f1) ease-in-out; position: relative; letter-spacing: 0.2px; } button:hover { color: var(--blue-l1); } button:disabled, button[disabled] { color: rgba(255, 255, 255, 0.85); cursor: auto; } .gm-btn-blue { background: linear-gradient(to bottom, #3eb0ef 0%,#008bd6 100%); color: var(--white); border: none; } .gm-btn-blue:active { background: linear-gradient(to bottom, #1693d6 0%,#0076b6 100%); } .gm-btn-green { background: linear-gradient(to bottom, #3BD95D 0%, #1FA33C 100%); color: var(--white); border: none; } .gm-btn-green:active { background: linear-gradient(to bottom, #21BF43 0%,#0C8A28 100%); } .gm-btn-blue:hover:enabled { color: var(--white); } .gm-btn-blue:hover:enabled:before { opacity: 0.8; } .gm-btn-blue:before { content: ""; transition: all var(--animation-speed-s1) ease; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2)); opacity: 0; } .gm-btn-blue:disabled:before { background: #fff; opacity: 0.15; } @keyframes spinner { to {transform: rotate(360deg);} } .gm-btn-blue .gm-spinner { display: inline-block; box-sizing: border-box; width: 20px; height: 20px; margin: -3px 8px -3px 0; border-radius: 50%; border-top: 2px solid rgba(255, 255, 255, 0.85); border-right: 2px solid transparent; animation: spinner .6s linear infinite; } .gm-check { margin: -4px 8px -6px 0; } .gm-check svg { width: 20px; height: 20px; } .gm-check-animation { stroke-dasharray: 87 89; stroke-dashoffset: 88; animation: check_draw 666ms linear 100ms forwards; } @keyframes check_draw { 100% { stroke-dashoffset: 0; } } /* Forms inputs */ /* ------------------------------------------------------------ */ /* Change Autocomplete styles in Chrome*/ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 40px #FFF inset; } ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder { color: var(--grey-d1); } .gm-form-element { position: relative; } .gm-input { position: relative; border-bottom: 1px solid var(--grey-l1); } .gm-input.last, .gm-input.single { border-bottom: none; } .gm-input.first input { border-radius: 6px 6px 0 0; } .gm-input.last input { border-radius: 0 0 6px 6px; } .gm-input.single input { border-radius: 6px; } .gm-input input { font-size: var(--text-base); color: var(--grey-d3); border: none; -webkit-appearance: none; box-sizing: border-box; background: var(--white); width: 100%; outline: none; padding: 15px 14px 15px 38px; letter-spacing: 0.2px; vertical-align: middle; line-height: 18px; } .gm-input input:focus { } .gm-input i svg { width: 16px; height: 16px; } .gm-input i svg path { stroke: var(--grey-d1); transition: stroke var(--animation-speed-base) ease-in-out; } .gm-input input.gm-error { background: #FEEBE6; box-shadow: 0 0 1px rgba(255, 0, 0, 1); } .gm-input input.gm-error + i svg path { stroke: color-mod(var(--red) a(0.5)); } .gm-input input.gm-error::-webkit-input-placeholder, .gm-input input.gm-error::-moz-placeholder, .gm-input input.gm-error:-ms-input-placeholder, .gm-input input.gm-error:-moz-placeholder { color: color-mod(var(--red) a(0.75)); } .gm-input input.gm-input-filled + i svg path { stroke: var(--grey-d2); } .gm-input i { position: absolute; top: 16px; left: 14px; opacity: 1.0; transition: all var(--animation-speed-base) ease-in-out; transition-delay: 0s; } .gm-input-errortext { position: absolute; top: 46px; color: color-mod(var(--red) l(+5%) s(-2%)); font-size: var(--text-xs); letter-spacing: 0.8px; border-radius: 5px; z-index: 9999; animation: slideErrorText 0.4s ease; } @keyframes slideErrorText { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: translateX(0px); } } /* Error tooltip triangle */ .gm-input-errortext-xx:before { position: absolute; top: -6px; left: 50%; margin-left: -6px; width: 0; border-bottom: 6px solid var(--grey-d3); border-bottom: 6px solid var(--grey-d3); border-right: 6px solid transparent; border-left: 6px solid transparent; content: " "; font-size: 0; line-height: 0; } .gm-form-errortext { color: #FF7254; letter-spacing: 0.4px; margin: 24px -2px 0px; border: 1px solid color-mod(var(--red) a(0.4)); padding: 13px 14px; font-weight: 400; display: flex; justify-content: center; align-items: start; border-radius: 7px; line-height: 1.4em; } .gm-form-errortext span { margin: 1px 0 0; } .gm-form-errortext i { margin: 3px 8px 0 0; } .gm-form-errortext i svg path { stroke: #FF7254; }
0.564339
0.073165
*{ margin: 0; padding: 0; } ol,ul,li{ list-style: none; } a{ text-decoration: none; color: #333; } img{ display: block; } input{ outline: none; border: none; color: #333; font-family: "microsoft yahei"; } html,body{ background: #fff; width: 100%; height: 100%; color: #333; font-family: "microsoft yahei"; font-size: 12px; } .font_24{ font-size: 24px; } .font_20{ font-size: 20px; } .clearfix:after{ display: block; height: 0; clear: both; content: ''; } /*导航*/ .nav{ height: 50px; padding: 20px 100px 20px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: flex-end; -webkit-align-items: flex-end; } .header{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; } .logo img{ width: 146px; height: 50px; } .line{ width: 1px; height: 50px; background: url(../img/line.png) no-repeat center; background-size: 100% 100%; margin: 0 20px; } .navigator{ display: flex; display: -webkit-flex; font-size: 20px; } .navigator li{ margin: 0 45px; } .bottom_line{ width: 30px; height: 4px; background: #f5772b; border-radius: 2px; margin: 8px auto 0; display: none; } .navigator li.active a{ color: #F5772B; } .navigator li.active .bottom_line{ display: block; } .login{ width: 96px; height: 32px; line-height: 32px; text-align: center; border: 2px solid #F5772B; border-radius: 18px; font-size: 20px; } .login a{ display: block; width: 100%; height: 100%; color: #F5772B; } /*轮播*/ .swiper-container{ width: 100%; height: 80%; } .swiper-container img{ width: 100%; height: 100%; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 50px; height: 100px; margin-top: -50px; z-index: 10; cursor: pointer; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url(../img/arrow_left.png); left: 50px; right: auto; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url(../img/arrow_right.png); right: 50px; left: auto; } .footer{ padding: 10px 0; color: #666; text-align: center; line-height: 26px; } /*关于我们*/ .about_container{ width: 62.5%; margin: 0 auto; padding-bottom: 30px; } .about_img{ width: 62.5%; height: 37%; margin: 20px auto 58px; } .about_img img{ width: 100%; height: 100%; } .title{ font-size: 30px; font-weight: normal; } .paragraph{ text-indent: 2em; font-size: 14px; line-height: 24px; padding-top: 20px; } /*联系我们*/ .contact_container{ width: 100%; height: 80%; background: url(../img/contact_bg.png) no-repeat center; background-size: 100% 100%; color: #fff; } .contact_container .content{ width: 70%; height: 100%; margin: 0 auto; position: relative; } .contact_top{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; padding-top: 15%; } .contact_text{ text-align: right; font-size: 100px; } .english{ color: #F5772B; font-family: "SourceHanSansCN-light"; margin-top: 40px; } .link_title{ font-size: 20px; } .link_number{ font-size: 40px; font-family: "SourceHanSansCN-Regular"; } .icon_phone,.icon_qq{ display: inline-block; margin-left: 12px; width: 32px; height: 32px; } .icon_phone{ background: url(../img/icon-phone.png) no-repeat center; background-size: 100% 100%; } .icon_qq{ background: url(../img/icon_qq.png) no-repeat center; background-size: 100% 100%; } .link_qq{ margin-top: 20px; } .address{ position: absolute; left: 0; bottom: 78px; font-size: 20px; line-height: 36px; } /*登录*/ .login_container{ /*width: 23%; min-width: 350px;*/ width: 440px; /*height: 62%;*/ /*min-height: 520px;*/ position: fixed; right: 18.75%; top: 15%; z-index: 999; background: rgb(250,250,250); font-size: 20px; display: none; } .login_main{ padding-top: 15%; padding-bottom: 9.7%; width: 320px; margin: 0 auto; } .login_main li{ margin-top: 30px; } .form_label{ display: block; color: #999; } .input_text{ display: block; width: 100%; font-size: 20px; padding: 12px 0; border-bottom: 1px solid #999; } .code_input{ width: 180px; float: left; } .security_code{ width: 120px; height: 50px; float: right; } .login_btn{ width: 280px; height: 70px; border-radius: 35px; background: #F5772B; color: #fff; font-size: 34px; letter-spacing: 5px; box-shadow: 0 0 40px #F5772B; margin-top: 13%; } .tip{ font-size: 14px; color: #F00; display: none; } @media only screen and (min-width: 480px) and (max-width: 767px){ .nav{ padding: 20px 60px; } .navigator li{ margin: 0 20px; } .contact_text{ font-size: 60px; } } @media screen and (min-width: 768px) and (max-width: 959px) { .nav{ padding: 20px 60px; } .navigator li{ margin: 0 20px; } .contact_top{ padding-top: 15%; } .contact_text{ font-size: 60px; } .link_title{ font-size: 14px; } .link_number{ font-size: 28px; } } @media screen and (min-width: 960px) and (max-width: 1199px) { .nav{ padding: 20px 80px; } .navigator li{ margin: 0 30px; } .contact_top{ padding-top: 15%; } .contact_text{ font-size: 60px; } .link_title{ font-size: 16px; } .link_number{ font-size: 34px; } .login_container{ width: 400px; } .login_main{ width: 320px; } } @media screen and (min-width:1200px){ .nav{ padding: 20px 100px; } .navigator li{ margin: 0 45px; } .contact_top{ padding-top: 8%; } .english{ margin-top: 0; } .contact_text{ font-size: 90px; } .link_title{ font-size: 20px; } .link_number{ font-size: 40px; } .login_container{ width: 440px; } .login_main{ width: 320px; } .input_text{ margin-top: 15px; } }
public/Agent/css/index.css
*{ margin: 0; padding: 0; } ol,ul,li{ list-style: none; } a{ text-decoration: none; color: #333; } img{ display: block; } input{ outline: none; border: none; color: #333; font-family: "microsoft yahei"; } html,body{ background: #fff; width: 100%; height: 100%; color: #333; font-family: "microsoft yahei"; font-size: 12px; } .font_24{ font-size: 24px; } .font_20{ font-size: 20px; } .clearfix:after{ display: block; height: 0; clear: both; content: ''; } /*导航*/ .nav{ height: 50px; padding: 20px 100px 20px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: flex-end; -webkit-align-items: flex-end; } .header{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; } .logo img{ width: 146px; height: 50px; } .line{ width: 1px; height: 50px; background: url(../img/line.png) no-repeat center; background-size: 100% 100%; margin: 0 20px; } .navigator{ display: flex; display: -webkit-flex; font-size: 20px; } .navigator li{ margin: 0 45px; } .bottom_line{ width: 30px; height: 4px; background: #f5772b; border-radius: 2px; margin: 8px auto 0; display: none; } .navigator li.active a{ color: #F5772B; } .navigator li.active .bottom_line{ display: block; } .login{ width: 96px; height: 32px; line-height: 32px; text-align: center; border: 2px solid #F5772B; border-radius: 18px; font-size: 20px; } .login a{ display: block; width: 100%; height: 100%; color: #F5772B; } /*轮播*/ .swiper-container{ width: 100%; height: 80%; } .swiper-container img{ width: 100%; height: 100%; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 50px; height: 100px; margin-top: -50px; z-index: 10; cursor: pointer; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url(../img/arrow_left.png); left: 50px; right: auto; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url(../img/arrow_right.png); right: 50px; left: auto; } .footer{ padding: 10px 0; color: #666; text-align: center; line-height: 26px; } /*关于我们*/ .about_container{ width: 62.5%; margin: 0 auto; padding-bottom: 30px; } .about_img{ width: 62.5%; height: 37%; margin: 20px auto 58px; } .about_img img{ width: 100%; height: 100%; } .title{ font-size: 30px; font-weight: normal; } .paragraph{ text-indent: 2em; font-size: 14px; line-height: 24px; padding-top: 20px; } /*联系我们*/ .contact_container{ width: 100%; height: 80%; background: url(../img/contact_bg.png) no-repeat center; background-size: 100% 100%; color: #fff; } .contact_container .content{ width: 70%; height: 100%; margin: 0 auto; position: relative; } .contact_top{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; padding-top: 15%; } .contact_text{ text-align: right; font-size: 100px; } .english{ color: #F5772B; font-family: "SourceHanSansCN-light"; margin-top: 40px; } .link_title{ font-size: 20px; } .link_number{ font-size: 40px; font-family: "SourceHanSansCN-Regular"; } .icon_phone,.icon_qq{ display: inline-block; margin-left: 12px; width: 32px; height: 32px; } .icon_phone{ background: url(../img/icon-phone.png) no-repeat center; background-size: 100% 100%; } .icon_qq{ background: url(../img/icon_qq.png) no-repeat center; background-size: 100% 100%; } .link_qq{ margin-top: 20px; } .address{ position: absolute; left: 0; bottom: 78px; font-size: 20px; line-height: 36px; } /*登录*/ .login_container{ /*width: 23%; min-width: 350px;*/ width: 440px; /*height: 62%;*/ /*min-height: 520px;*/ position: fixed; right: 18.75%; top: 15%; z-index: 999; background: rgb(250,250,250); font-size: 20px; display: none; } .login_main{ padding-top: 15%; padding-bottom: 9.7%; width: 320px; margin: 0 auto; } .login_main li{ margin-top: 30px; } .form_label{ display: block; color: #999; } .input_text{ display: block; width: 100%; font-size: 20px; padding: 12px 0; border-bottom: 1px solid #999; } .code_input{ width: 180px; float: left; } .security_code{ width: 120px; height: 50px; float: right; } .login_btn{ width: 280px; height: 70px; border-radius: 35px; background: #F5772B; color: #fff; font-size: 34px; letter-spacing: 5px; box-shadow: 0 0 40px #F5772B; margin-top: 13%; } .tip{ font-size: 14px; color: #F00; display: none; } @media only screen and (min-width: 480px) and (max-width: 767px){ .nav{ padding: 20px 60px; } .navigator li{ margin: 0 20px; } .contact_text{ font-size: 60px; } } @media screen and (min-width: 768px) and (max-width: 959px) { .nav{ padding: 20px 60px; } .navigator li{ margin: 0 20px; } .contact_top{ padding-top: 15%; } .contact_text{ font-size: 60px; } .link_title{ font-size: 14px; } .link_number{ font-size: 28px; } } @media screen and (min-width: 960px) and (max-width: 1199px) { .nav{ padding: 20px 80px; } .navigator li{ margin: 0 30px; } .contact_top{ padding-top: 15%; } .contact_text{ font-size: 60px; } .link_title{ font-size: 16px; } .link_number{ font-size: 34px; } .login_container{ width: 400px; } .login_main{ width: 320px; } } @media screen and (min-width:1200px){ .nav{ padding: 20px 100px; } .navigator li{ margin: 0 45px; } .contact_top{ padding-top: 8%; } .english{ margin-top: 0; } .contact_text{ font-size: 90px; } .link_title{ font-size: 20px; } .link_number{ font-size: 40px; } .login_container{ width: 440px; } .login_main{ width: 320px; } .input_text{ margin-top: 15px; } }
0.232833
0.047184
.reveal section img { border: 0; background: none; box-shadow: none; } .reveal section img[alt=SecurityIcon], .reveal section img[alt=RobustIcon], .reveal section img[alt=RobustIcon2], .reveal section img[alt=AuditIcon], .reveal section img[alt=AuditIcon2], .reveal section img[alt=AuditIcon3] { width: 40px; } .reveal section#whatwillwecover img[alt=SecurityIcon], .reveal section#whatwillwecover img[alt=RobustIcon], .reveal section#whatwillwecover img[alt=AuditIcon] { width: 200px; } .catosplace-logo { background: url('../images/logos/catosplace.png'); position: absolute; top: 20px; left: 20px; width: 206px; height: 100px; z-index: 100; } .hypr-logo { background: url('../images/logos/hypr.png'); position: absolute; float: right; bottom: 20px; left: 20px; width: 144px; height: 100px; z-index: 100; } .reveal pre code { background-color: grey; opacity: 0.75; } .reveal section section p.para { font-size: 20px; } .reveal section#developmentpractices img[alt=RobustIcon], .reveal section#developmentpractices img[alt=SecurityIcon], .reveal section#policies img[alt=SecurityIcon], .reveal section#policies img[alt=AuditIcon], .reveal section#supply_chain img[alt=SecurityIcon], .reveal section#trusted_content img[alt=SecurityIcon], .reveal section#operational img[alt=SecurityIcon], .reveal section#operational img[alt=RobustIcon] { position: absolute; top: 0; left: 20px; } .reveal section#developmentpractices img[alt=RobustIcon2], .reveal section#policies img[alt=RobustIcon2], .reveal section#supply_chain img[alt=RobustIcon2], .reveal section#supply_chain img[alt=AuditIcon2], .reveal section#trusted_content img[alt=AuditIcon2], .reveal section#operational img[alt=RobustIcon2] { position: absolute; top: 0; left: 65px; } .reveal section#developmentpractices img[alt=AuditIcon3], .reveal section#policies img[alt=AuditIcon3], .reveal section#supply_chain img[alt=AuditIcon3], .reveal section#operational img[alt=AuditIcon3] { position: absolute; top: 0; left: 110px; } .reveal section#introduction section p { margin: 0 0; } .reveal section#introduction section p img { box-shadow: none; margin: 0 0; } .reveal section#introduction section p img[alt=MaximumSecurity] { width: 310px; height: 403px; } .reveal section#introduction section p img[alt=ContainerFail] { width: 375px; height: 281px; } .reveal section#introduction section p img[alt=ComplianceFail] { width: 302px; height: 403px; } .reveal h5 { font-size: 0.8em; } .reveal section.references { text-align: left; } .reveal section.references #references, .reveal section.references #attributions { margin: 0 0; line-height: normal; } .reveal section.references ul { font-size: 0.35em; }
container-camp-virtual-2020/css/presentation.css
.reveal section img { border: 0; background: none; box-shadow: none; } .reveal section img[alt=SecurityIcon], .reveal section img[alt=RobustIcon], .reveal section img[alt=RobustIcon2], .reveal section img[alt=AuditIcon], .reveal section img[alt=AuditIcon2], .reveal section img[alt=AuditIcon3] { width: 40px; } .reveal section#whatwillwecover img[alt=SecurityIcon], .reveal section#whatwillwecover img[alt=RobustIcon], .reveal section#whatwillwecover img[alt=AuditIcon] { width: 200px; } .catosplace-logo { background: url('../images/logos/catosplace.png'); position: absolute; top: 20px; left: 20px; width: 206px; height: 100px; z-index: 100; } .hypr-logo { background: url('../images/logos/hypr.png'); position: absolute; float: right; bottom: 20px; left: 20px; width: 144px; height: 100px; z-index: 100; } .reveal pre code { background-color: grey; opacity: 0.75; } .reveal section section p.para { font-size: 20px; } .reveal section#developmentpractices img[alt=RobustIcon], .reveal section#developmentpractices img[alt=SecurityIcon], .reveal section#policies img[alt=SecurityIcon], .reveal section#policies img[alt=AuditIcon], .reveal section#supply_chain img[alt=SecurityIcon], .reveal section#trusted_content img[alt=SecurityIcon], .reveal section#operational img[alt=SecurityIcon], .reveal section#operational img[alt=RobustIcon] { position: absolute; top: 0; left: 20px; } .reveal section#developmentpractices img[alt=RobustIcon2], .reveal section#policies img[alt=RobustIcon2], .reveal section#supply_chain img[alt=RobustIcon2], .reveal section#supply_chain img[alt=AuditIcon2], .reveal section#trusted_content img[alt=AuditIcon2], .reveal section#operational img[alt=RobustIcon2] { position: absolute; top: 0; left: 65px; } .reveal section#developmentpractices img[alt=AuditIcon3], .reveal section#policies img[alt=AuditIcon3], .reveal section#supply_chain img[alt=AuditIcon3], .reveal section#operational img[alt=AuditIcon3] { position: absolute; top: 0; left: 110px; } .reveal section#introduction section p { margin: 0 0; } .reveal section#introduction section p img { box-shadow: none; margin: 0 0; } .reveal section#introduction section p img[alt=MaximumSecurity] { width: 310px; height: 403px; } .reveal section#introduction section p img[alt=ContainerFail] { width: 375px; height: 281px; } .reveal section#introduction section p img[alt=ComplianceFail] { width: 302px; height: 403px; } .reveal h5 { font-size: 0.8em; } .reveal section.references { text-align: left; } .reveal section.references #references, .reveal section.references #attributions { margin: 0 0; line-height: normal; } .reveal section.references ul { font-size: 0.35em; }
0.389314
0.085061
@font-face { font-family: Bebasneue; src: url(../third_party/font/BebasNeue.woff); } @font-face { font-family: museo; src: url(../third_party/font/museo300-regular.otf); } html, body{ height:100%; background-color:#3b404b; min-width:600px; } .topnav_bar{ width:100%; position:fixed; background-color:#E19B3C; height:70px; margin-left:0px; padding:8px; padding-left:220px; z-index:100; } .topnav_bar h3{ font-family:museo; color:white; } .sidenav_bar_functions{ padding:5px; padding-top:10px; position:fixed; left:50px; background-color:#3b404b; width:150px; height:100%; } .sidenav_bar_departments{ padding:5px; padding-top:10px; position:fixed; width:50px; left:0; background-color:transparent; height:100%; } .button_departments{ width:100%; outline:none!important; border:none; background-color:transparent; transition:0.3s all ease; } .sidenav_bar{ background-color:#2b2f38; position:fixed; width:200px; top:0; left:0; height:100%; color:#ddd; padding:5px; z-index:100; box-shadow:1px 1px 1px 1px rgba(47, 51, 60, 0.8); } .sidenav_bar a{ text-decoration:none; padding:0; } .sidenav_bar a button{ width:100%; outline:none!important; border:none; background-color:transparent; text-align:left; color:#ddd; } .button_close_sidenav{ color:white; outline:none!important; background-color:transparent; border:none; width:25%; } .button_close_sidenav:hover > .bar{ background-color:#E19B3C; } .bar{ width: 80%; height:5px; background-color:white; margin: 6px 0; transition: 0.4s; } .container_button { width: 100%; outline: none !important; border: none; background-color: transparent; text-align: left; transition: 0.3s all ease; } .container_button p{ font-family:museo; display:inline-block; } .container_button i{ float:right; } .container_bar{ width:100%; padding:5px; padding-left:20px; padding-top:0px; display:none; } .container_bar a{ color:#ddd; text-decoration:none; font-size:1em!important; font-family:museo; } .active{ border-left:5px solid white; transition:0.3s all ease; } .dashboard{ margin-left:200px; padding-top:70px; color:#424242; height:100%; z-index:-10; } .dashboard_head{ width:100%; background-color:#2b2f38; padding:10px; z-index:0; color:white; } .dashboard_head a{ color:white; } .dashboard_in{ padding:30px; background-color:white; box-shadow:3px 3px 3px 3px rgba(70,70,70,0.3); border-radius:10px; outline:none; border:none; z-index:0; width:95%; margin-left:2.5%; } .dashboard_side{ padding:30px; background-color:white; box-shadow:3px 3px 3px 3px rgba(70,70,70,0.3); position:fixed; right:0; outline:none; border:none; z-index:5; } .form-control{ border-radius:0; } .form_control{ border:2px solid white; background-color:transparent; outline:none!important; width:100%; padding:5px; color:white; } .information_box{ width:100%; background-color:#eee; cursor: not-allowed; height:150px; padding:10px; overflow-y:scroll; } .filter_form_wrapper{ position:absolute; display:none; background-color:transparent; } .filter_form{ position:relative; width:300px; background-color:white; padding:10px; box-shadow:3px 3px 3px 3px rgba(120, 120, 120, 0.2); overflow-y:scroll; max-height:400px; } .clickable{ cursor:pointer; }
css/style.css
@font-face { font-family: Bebasneue; src: url(../third_party/font/BebasNeue.woff); } @font-face { font-family: museo; src: url(../third_party/font/museo300-regular.otf); } html, body{ height:100%; background-color:#3b404b; min-width:600px; } .topnav_bar{ width:100%; position:fixed; background-color:#E19B3C; height:70px; margin-left:0px; padding:8px; padding-left:220px; z-index:100; } .topnav_bar h3{ font-family:museo; color:white; } .sidenav_bar_functions{ padding:5px; padding-top:10px; position:fixed; left:50px; background-color:#3b404b; width:150px; height:100%; } .sidenav_bar_departments{ padding:5px; padding-top:10px; position:fixed; width:50px; left:0; background-color:transparent; height:100%; } .button_departments{ width:100%; outline:none!important; border:none; background-color:transparent; transition:0.3s all ease; } .sidenav_bar{ background-color:#2b2f38; position:fixed; width:200px; top:0; left:0; height:100%; color:#ddd; padding:5px; z-index:100; box-shadow:1px 1px 1px 1px rgba(47, 51, 60, 0.8); } .sidenav_bar a{ text-decoration:none; padding:0; } .sidenav_bar a button{ width:100%; outline:none!important; border:none; background-color:transparent; text-align:left; color:#ddd; } .button_close_sidenav{ color:white; outline:none!important; background-color:transparent; border:none; width:25%; } .button_close_sidenav:hover > .bar{ background-color:#E19B3C; } .bar{ width: 80%; height:5px; background-color:white; margin: 6px 0; transition: 0.4s; } .container_button { width: 100%; outline: none !important; border: none; background-color: transparent; text-align: left; transition: 0.3s all ease; } .container_button p{ font-family:museo; display:inline-block; } .container_button i{ float:right; } .container_bar{ width:100%; padding:5px; padding-left:20px; padding-top:0px; display:none; } .container_bar a{ color:#ddd; text-decoration:none; font-size:1em!important; font-family:museo; } .active{ border-left:5px solid white; transition:0.3s all ease; } .dashboard{ margin-left:200px; padding-top:70px; color:#424242; height:100%; z-index:-10; } .dashboard_head{ width:100%; background-color:#2b2f38; padding:10px; z-index:0; color:white; } .dashboard_head a{ color:white; } .dashboard_in{ padding:30px; background-color:white; box-shadow:3px 3px 3px 3px rgba(70,70,70,0.3); border-radius:10px; outline:none; border:none; z-index:0; width:95%; margin-left:2.5%; } .dashboard_side{ padding:30px; background-color:white; box-shadow:3px 3px 3px 3px rgba(70,70,70,0.3); position:fixed; right:0; outline:none; border:none; z-index:5; } .form-control{ border-radius:0; } .form_control{ border:2px solid white; background-color:transparent; outline:none!important; width:100%; padding:5px; color:white; } .information_box{ width:100%; background-color:#eee; cursor: not-allowed; height:150px; padding:10px; overflow-y:scroll; } .filter_form_wrapper{ position:absolute; display:none; background-color:transparent; } .filter_form{ position:relative; width:300px; background-color:white; padding:10px; box-shadow:3px 3px 3px 3px rgba(120, 120, 120, 0.2); overflow-y:scroll; max-height:400px; } .clickable{ cursor:pointer; }
0.300643
0.060502
body { background: #1c92d2; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, #f2fcfe, #1c92d2 ); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, #f2fcfe, #1c92d2 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } html { font-size: 62.5%; } .section--player { height: 90vh; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 2rem; } .player { background: #ff00cc; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, #333399, #ff00cc ); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, #333399, #ff00cc ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ width: 35rem; height: fit-content; display: flex; flex-direction: column; align-items: center; padding: 1rem; border-radius: 9px; box-shadow: 5rem 5rem 50rem #ff00ccaf; } .disc { width: 15rem; background-color: #ccff00; border-radius: 50%; padding: 0; margin: 0; animation-name: discrotate; animation-duration: 4s; animation-iteration-count: infinite; animation-play-state: paused; /* animation-play-state: running; */ } @keyframes discrotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .track { border-radius: 9px; box-shadow: 5rem 5rem 50rem rgba(128, 128, 128, 0.3); } #audio--track { background-color: rgb(240, 240, 240); border-radius: 9px; } .btn { background-color: rgba(255, 255, 255, 0.5); font-size: 2.4rem; border-radius: 9px; padding: 0.5rem; border: 0; margin: 1rem; cursor: pointer; } .btn:hover { background-color: #ccff00; transform: scale(1.1); } .song-name { font-size: 3rem; margin: 1rem; text-align: center; color: white; font-weight: 600; text-shadow: 2px 1px #ccff007a; } .next, .prev { width: 50%; margin: 0.5rem; } .btn--box { display: flex; width: 100%; margin: 1rem; } .music-player--display { display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { font-size: 2.4rem; font-weight: 700; color: black; background-color: white; padding: 1rem; border-radius: 9px; border: 3px solid #ccff007a; } .warn { background-color: rgba(255, 204, 0, 0.774); padding: 0.5rem; font-size: 1.8rem; border-radius: 9px; padding-left: 1rem; padding-right: 1rem; margin-bottom: 1rem; } @media only screen and (max-width: 42.5rem) { html { font-size: 50%; } #audio--track { background-color: rgb(240, 240, 240); border-radius: 9px; /* width: 75%; */ width: 30rem; height: 5rem; margin: 2rem; } } .hide { display: none; } .header { font-size: 4.8rem; font-weight: 700; border-bottom: 2px solid orange; }
musicplayer/assets/css/style.css
body { background: #1c92d2; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, #f2fcfe, #1c92d2 ); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, #f2fcfe, #1c92d2 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } html { font-size: 62.5%; } .section--player { height: 90vh; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 2rem; } .player { background: #ff00cc; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, #333399, #ff00cc ); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, #333399, #ff00cc ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ width: 35rem; height: fit-content; display: flex; flex-direction: column; align-items: center; padding: 1rem; border-radius: 9px; box-shadow: 5rem 5rem 50rem #ff00ccaf; } .disc { width: 15rem; background-color: #ccff00; border-radius: 50%; padding: 0; margin: 0; animation-name: discrotate; animation-duration: 4s; animation-iteration-count: infinite; animation-play-state: paused; /* animation-play-state: running; */ } @keyframes discrotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .track { border-radius: 9px; box-shadow: 5rem 5rem 50rem rgba(128, 128, 128, 0.3); } #audio--track { background-color: rgb(240, 240, 240); border-radius: 9px; } .btn { background-color: rgba(255, 255, 255, 0.5); font-size: 2.4rem; border-radius: 9px; padding: 0.5rem; border: 0; margin: 1rem; cursor: pointer; } .btn:hover { background-color: #ccff00; transform: scale(1.1); } .song-name { font-size: 3rem; margin: 1rem; text-align: center; color: white; font-weight: 600; text-shadow: 2px 1px #ccff007a; } .next, .prev { width: 50%; margin: 0.5rem; } .btn--box { display: flex; width: 100%; margin: 1rem; } .music-player--display { display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { font-size: 2.4rem; font-weight: 700; color: black; background-color: white; padding: 1rem; border-radius: 9px; border: 3px solid #ccff007a; } .warn { background-color: rgba(255, 204, 0, 0.774); padding: 0.5rem; font-size: 1.8rem; border-radius: 9px; padding-left: 1rem; padding-right: 1rem; margin-bottom: 1rem; } @media only screen and (max-width: 42.5rem) { html { font-size: 50%; } #audio--track { background-color: rgb(240, 240, 240); border-radius: 9px; /* width: 75%; */ width: 30rem; height: 5rem; margin: 2rem; } } .hide { display: none; } .header { font-size: 4.8rem; font-weight: 700; border-bottom: 2px solid orange; }
0.446736
0.087486
{ display: flex; margin-top: 40px; } .App { text-align: center; font-family: ProximaNova,Arial,Helvetica Neue,sans-serif; margin-bottom: 0px; } #d1{ width:100%; } #d11{ width:50%; margin-top: 5%; margin-left: 2%; } #dec1{ margin-left: 0; text-align: left; width: 100%; } #h11::before { color:#282c3f; padding-left: 5%; font-size: 40px; content: "Game Night?"; animation: animate infinite 20s; } .Al5GE { position: relative; -ms-flex: 1; flex: 1; } .b6m73 { border: 1px solid #fc8019!important; box-shadow: 0 1px 10px 0 rgba(40,44,63,.1)!important; } ._3iFC5{ text-decoration: none; cursor: pointer; display: inline-block; text-align: center; border: none; color: #fff; background-color: #fc8019; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%); right: 0; height: 63px; line-height: 60px; width: 100%; padding-left: 15px; padding-right: 15px; font-size: 16px; font-weight: 700; letter-spacing: .51px; } ._3iFC5:hover{ color: white; } ._1jdR4 { display: inline-block; padding: 0; } #ull{ text-align: left; margin-left: 5%; } ._3TE0x { width: 100%; list-style: none; list-style-position: initial; list-style-image: initial; list-style-type: none; margin: 0; padding: 0; } ._3zoZ8 { font-weight: 600; font-size: 16px; margin-right: 8px; color: #686b78; line-height: 1.5; letter-spacing: -.3px; } .getit{ width: 100%; display: flex; } input[type="text"], textarea, select { outline: none; } .plplp{ margin-left:40px; padding-top:20px; padding-right:0; } .geb{ display: flex; width: 60%; margin-left: 5%; } #polpl{ width: 60%; } #polpl:hover{ background-color: #d4d4d4; } input{ border: none; height: 54px !important; margin-left: 5%; line-height: 28px!important; padding-top: 0!important; caret-color: #fc8019; font-size: 18px!important; font-weight: 500; } h2{ padding-left: 5%; color:#7f6b78; font-weight: 100; } @keyframes animate { 20% { content: "Movie Marathon"; } 40% { content: "Late Night At Office"; } 60% { content: "Hungry"; } 80% { content: "Unexpected Guests?"; } } #b1{ background-color: black; color:white; border: none; font-weight: 700; font-size: 15px; margin-left: 20%; width:120px; height:40px; margin-left:30px; } #d2{ width: 50%; margin-top: 2%; } #img1{ width:100%; } a{ font-weight: 700; color: black; text-decoration: none; } #dqqq{ width: 60%; } #d112{ width: 40%; } a:hover{ color:#fc8019 } #s1{ width:100%; fill: #fc8019; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media only screen and (max-width: 500px) { #d1{ flex-direction: column; } #d11{ flex-direction: column; } .getit{ flex-direction: column; } #topdiv{ flex-direction: row; margin-top: 10%; margin-left: 5%; } #dqqq{ width: 90%; margin-left: 10%; margin-left: 10%; } #s1{ margin-left: 10%; margin-left: 10%; width: 30%; } #d112{ width:5%; margin-left: 15%; } .plplp{ margin-left:5px; padding-top:20px; } .geb{ width:140% } .getit{ width: 100%; margin-left: 20%; } #img1{ margin-left: 50%; } #b1{ margin-left: 0px; } ._3iFC5{ margin-top: 3%; width:140%; } #ull{ width: 33%; margin-left: 80%; } #dec1{ text-align: center; margin-left: 40%; } }
src/App.css
{ display: flex; margin-top: 40px; } .App { text-align: center; font-family: ProximaNova,Arial,Helvetica Neue,sans-serif; margin-bottom: 0px; } #d1{ width:100%; } #d11{ width:50%; margin-top: 5%; margin-left: 2%; } #dec1{ margin-left: 0; text-align: left; width: 100%; } #h11::before { color:#282c3f; padding-left: 5%; font-size: 40px; content: "Game Night?"; animation: animate infinite 20s; } .Al5GE { position: relative; -ms-flex: 1; flex: 1; } .b6m73 { border: 1px solid #fc8019!important; box-shadow: 0 1px 10px 0 rgba(40,44,63,.1)!important; } ._3iFC5{ text-decoration: none; cursor: pointer; display: inline-block; text-align: center; border: none; color: #fff; background-color: #fc8019; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%); right: 0; height: 63px; line-height: 60px; width: 100%; padding-left: 15px; padding-right: 15px; font-size: 16px; font-weight: 700; letter-spacing: .51px; } ._3iFC5:hover{ color: white; } ._1jdR4 { display: inline-block; padding: 0; } #ull{ text-align: left; margin-left: 5%; } ._3TE0x { width: 100%; list-style: none; list-style-position: initial; list-style-image: initial; list-style-type: none; margin: 0; padding: 0; } ._3zoZ8 { font-weight: 600; font-size: 16px; margin-right: 8px; color: #686b78; line-height: 1.5; letter-spacing: -.3px; } .getit{ width: 100%; display: flex; } input[type="text"], textarea, select { outline: none; } .plplp{ margin-left:40px; padding-top:20px; padding-right:0; } .geb{ display: flex; width: 60%; margin-left: 5%; } #polpl{ width: 60%; } #polpl:hover{ background-color: #d4d4d4; } input{ border: none; height: 54px !important; margin-left: 5%; line-height: 28px!important; padding-top: 0!important; caret-color: #fc8019; font-size: 18px!important; font-weight: 500; } h2{ padding-left: 5%; color:#7f6b78; font-weight: 100; } @keyframes animate { 20% { content: "Movie Marathon"; } 40% { content: "Late Night At Office"; } 60% { content: "Hungry"; } 80% { content: "Unexpected Guests?"; } } #b1{ background-color: black; color:white; border: none; font-weight: 700; font-size: 15px; margin-left: 20%; width:120px; height:40px; margin-left:30px; } #d2{ width: 50%; margin-top: 2%; } #img1{ width:100%; } a{ font-weight: 700; color: black; text-decoration: none; } #dqqq{ width: 60%; } #d112{ width: 40%; } a:hover{ color:#fc8019 } #s1{ width:100%; fill: #fc8019; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media only screen and (max-width: 500px) { #d1{ flex-direction: column; } #d11{ flex-direction: column; } .getit{ flex-direction: column; } #topdiv{ flex-direction: row; margin-top: 10%; margin-left: 5%; } #dqqq{ width: 90%; margin-left: 10%; margin-left: 10%; } #s1{ margin-left: 10%; margin-left: 10%; width: 30%; } #d112{ width:5%; margin-left: 15%; } .plplp{ margin-left:5px; padding-top:20px; } .geb{ width:140% } .getit{ width: 100%; margin-left: 20%; } #img1{ margin-left: 50%; } #b1{ margin-left: 0px; } ._3iFC5{ margin-top: 3%; width:140%; } #ull{ width: 33%; margin-left: 80%; } #dec1{ text-align: center; margin-left: 40%; } }
0.486575
0.076098
*{ margin: 0; padding:0; box-sizing: border-box; font-family: 'Oswald', sans-serif; } body,html{ height: 100%; } /*** Classes Auxiliares ***/ .clear{clear: both;} .center{ max-width: 1280px; margin: 0 auto; } .btn1{ width: 150px; line-height: 40px; background-color: #EB2D2D; text-decoration: none; display: inline-block; text-align: center; color: white; font-style: italic; border-bottom: 5px solid #B21E1E; } /*Títulos*/ .titulos{text-align: center;} .titulos h2{ position: relative; top: -20px; display: inline-block; background: white; padding: 0 20px; font-style: italic; font-size: 27px; text-transform: uppercase; } .titulos .ln1{ height: 2px; background-color: black; } /*Responsivo: Títulos*/ /*580px*/ @media screen and (max-width: 580px){ .titulos h2{ font-size: 23px; } } /**/ .w100{width: 100%;} .w50{width: 50%;} /***...***/ /** Inicio da página Home **/ /* Aqui se inicia o Header */ header{ padding: 20px 2% 30px 2%; height: 130px; position: relative; } header .logo{ width: 208px; height: 82px; float: left; background-image: url(../images/logo.jpg); background-position: center; background-size: 100% 100%; } header .menu-desktop{ float: right; } header .menu-desktop ul{ list-style-type: none; } header .menu-desktop li{ position: relative; top: 50px; float: left; padding: 0 30px; font-size: 23px; font-style: italic; } header .menu-desktop a{ text-decoration: none; color: black; } header ul li.selected a{ color: #EB2D2D; } header .menu-mobile ul, header .menu-mobile h2{ display: none; } /*Responsivo: Header*/ /*768px*/ @media screen and (max-width: 768px){ header{ height: 110px; } header .logo{ width: 180px; height: 62px; } header .menu-desktop{display: none;} header .menu-mobile h2{ cursor: pointer; position: relative; top: 30px; float: right; font-size: 32px; display: block; } header .menu-mobile ul{ position: absolute; top: 110px; left: 0; width: 100%; list-style-type: none; z-index: 99; } header .menu-mobile li{ display: inline-block; width: 100%; padding: 5px 0; text-align: center; font-size: 20px; font-style: italic; background-color: white; border: 1px solid black; } header .menu-mobile a{ text-decoration: none; color: black; } header .menu-mobile li.selected a{ color: #EB2D2D; font-weight: bold; } } /**/ /*580px*/ @media screen and (max-width: 580px){ header{ height: 95px; } header .logo{ width: 150px; height: 52px; } header .menu-mobile h2{ top: 20px; font-size: 25px; } header .menu-mobile ul{ top: 95px; } header .menu-mobile li{ font-size: 18px; } } /**/ /* Aqui termina o Header */ /* Aqui inicia a sessão Container Banner */ section.container-banner{ padding: 0 2%; background-color: black; height: calc(100vh - 130px); background-image: url(../images/bg.jpg); background-position: right bottom; background-size: contain; background-repeat: no-repeat; } section.container-banner .cta{ position: relative; top: 100px; } .cta h2{position: relative;} .cta .h1{ z-index: 1; left: 75px; width: 300px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: #EB2D2D; text-transform: uppercase; font-size: 18px; color: white; margin-bottom: 20px; } .cta .h2{ left: 50px; width: 250px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: #EB2D2D; text-transform: uppercase; font-size: 18px; color: white; margin-bottom: 20px; } .cta .h3{ left: 25px; width: 200px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: #EB2D2D; text-transform: uppercase; font-size: 18px; color: white; margin-bottom: 20px; } .cta .h4{ left: 0; width: 300px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: white; text-transform: uppercase; font-size: 18px; color: black; margin-bottom: 20px; } /*Responsivo: Banner*/ /*1024px*/ @media screen and (max-width: 1145px){ section.container-banner{ background-position: right bottom; background-size: contain; } section.container-banner .cta{ } } /**/ /*768px*/ @media screen and (max-width: 768px){ section.container-banner{ padding-left: 20%; height: calc(100vh - 110px); background-position: center bottom; background-size: cover; } } /**/ /*580px*/ @media screen and (max-width: 580px){ section.container-banner{ padding-left: 12%; height: calc(100vh - 95px); background-position: center bottom; background-size: ccover; } } /**/ /* Aqui termina a sessão Container Banner */ /* Aqui inicia a sessão dos Veículos em Destaque */ section.destaque-veiculos{padding: 90px 2%;} .destaque-cars{ margin: 0 auto; } .car-single{ width: 33.3%; float: left; padding: 0 10px; } .car-single .car-img{ width: 100%; padding-top: 60%; background-position: center; background-size: cover; background-repeat: no-repeat; } .car-single h2{ font-style: italic; font-size: 20px; margin-top: 8px; } .car-single p{ font-style: italic; font-size: 15px; color: #353535; margin-top: 10px; } .car-single a{ margin-top: 8px; } /*Responsivo: Destaque-veículos*/ /*768px*/ @media screen and (max-width: 768px){ .destaque-cars{ text-align: center; } .car-single{ width: 70%; float: none; padding: 50px 0; display: inline-block; } } /**/ /*580px*/ @media screen and (max-width: 580px){ .destaque-text h2{ font-size: 20px; } .destaque-cars{ text-align: center; } .car-single{ width: 90%; float: none; padding: 50px 0; display: inline-block; } } /* Aqui termina a sessão dos Veículos em Destaque */ /* Aqui inicia a sessão Serviços e Depoimentos */ section.servicos-depoimentos{ display: flex; flex-wrap: wrap; } .half1{ width: 50%; padding: 90px 0; background-color: #242424; color: white; text-align: center; } .half1-wrapper{ text-align: left; display: inline-block; } .half1-wrapper h2{ font-size: 32px; font-weight: normal; font-style: italic; } .half1-wrapper ul{ list-style-position: inside; display: inline-block; margin-top: 20px; } .half1-wrapper li{ font-size: 16px; font-weight: normal; } .half1-wrapper a{ margin-left: 40px; vertical-align: bottom; } .half2{ width: 50%; padding: 90px 100px; background-color: #EB2D2D; color: white; text-align: center; } .half2-wrapper{ text-align: left; display: inline-block; } .single-wrapper h2{ font-size: 32px; font-weight: normal; font-style: italic; margin-bottom: 15px; } .single-wrapper p{ font-size: 22px; margin-bottom: 8px; } .navigator img{ float: left; width: 15px; height: 25px; margin: 20px; cursor: pointer; } .single-wrapper div p{ color: #252525; float: right; font-size: 23px; margin-top: 18px; } /*Responsivo: Serviços e Depoimentos*/ /*1100*/ @media screen and (max-width: 1100px){ .half1-wrapper ul{ display: inline; } .half1-wrapper a{ margin-left: 0; vertical-align: none; margin-top: 20px; } .half2{ width: 50%; padding: 90px 60px; } } /**/ /*855*/ @media screen and (max-width: 855px){ .half1, .half2{ padding: 60px 50px; } .half2-wrapper p{ margin-bottom: 20px; } .half2-wrapper div{text-align: center;} .half2-wrapper div img{ float: none; display: inline-block; margin: 0 20px; } .half2-wrapper div p{ float: none; display: inline-block; margin-top: 0; } } /**/ /*768*/ @media screen and (max-width: 768px){ .half1, .half2{ padding: 30px 20px; } } /**/ /*580*/ @media screen and (max-width: 580px){ .half1, .half2{ width: 100%; padding: 35px 30px; } .half2-wrapper div img{ float: left; margin: 0 20px; } .half2-wrapper div p{ float: right; margin-top: 0; } } /* Aqui termina a sessão Serviços e Depoimentos */ /* Aqui inicia a sessão formulário para contato */ section.formulario{ padding: 90px 2% 30px 2%; } h2.box-sucess{ display: none; width: 100%; max-width: 600px; padding: 5px 0; background-color: #5fb382; color: white; font-weight: normal; font-size: 20px; font-style: italic; margin: 0 auto; } section.formulario .center{ text-align: center; } section.formulario form{ max-width: 600px; margin: 30px auto; } section.formulario form .wrapper-form{ float: left; padding: 15px 10px; } section.formulario input[type=text], section.formulario input[type=email], section.formulario input[type=tel]{ width: 100%; height: 60px; font-size: 16px; line-height: 40px; padding-left: 10px; border: 1px solid #cccccc; } section.formulario textarea{ width: 100%; height: 140px; font-size: 16px; line-height: 25px; padding-left: 10px; padding-top: 10px; border: 1px solid #cccccc; resize: none; } section.formulario input[type=submit]{ font-size: 16px; border: 0; border-bottom: 5px solid #B21E1E; } /*Responsivo: Formulário*/ /*580px*/ @media screen and (max-width: 580px){ .titulos h2{ font-size: 23px; } section.formulario form .w50{ width: 100%;} } /**/ /* Aqui termina a sessão formulário para contato */ /* Aqui inicia o Footer */ footer{ padding: 40px 2%; background: #252525; } footer ul{ list-style-type: none; float: left; } footer li{ float: left; padding: 0 40px; } footer a{ text-decoration: none; color: white; font-size: 18px; font-style: italic; } footer .selected a{ color: #EB2D2D; } footer p{ float: right; color: white; font-size: 19px; font-style: italic; } /*Responsivo: Footer*/ /*900px*/ @media screen and (max-width: 900px){ footer{ text-align: center; } footer ul{ display: none; } footer p{ width: 100%; float: none; display: inline-block; } } /*768px*/ @media screen and (max-width: 768px){ footer{ padding: 30px 2%; } } /* Aqui termina o Footer */ /** Fim da página Home **/ /** Início da página Vendas **/ /* Aqui inicia a sessão de Vendas de Automóveis */ section.car-store{ padding: 90px 2%; } /** Sidebar **/ .sidebar{ width: 30%; float: left; } /*$ Price bar $*/ .sidebar .price-wrapper{ padding: 20px 0; } .sidebar .price-wrapper h2{ font-size: 24px; font-weight: normal; color: black; } .sidebar .bar-price{ position: relative; width: 100%; height: 20px; border: 1px solid #cccccc; border-radius: 10px; margin-top: 8px; margin-bottom: 10px; } .sidebar .bar-price .fill-price{ position: relative; width: 0; height: 100%; background: linear-gradient(to bottom,rgb(255,255,255),rgb(200,200,200)); border-radius: 20px; } .sidebar .fill-price .price-button{ position: absolute; top: -3px; left: 0; width: 25px; height: 25px; background: linear-gradient(to bottom,rgb(255,255,255),rgb(180,180,180)); border: 1px solid #777; border-radius: 8px; cursor: pointer; } .price-range p{font-size:15px;} .price-range p:nth-of-type(1){ float: left; } .price-range p:nth-of-type(2){ float: right; } /*$ ... $*/ /*# Year Range #*/ .sidebar .year-wrapper{ padding: 20px 0; } .sidebar .year-wrapper h2{ font-size: 24px; font-weight: normal; color: black; } .year-wrapper .years-range form{ padding: 10px 0; } .years-range .range-wrapper{ padding: 8px 0; } .range-wrapper input[type=checkbox]{display: none;} .range-wrapper label{ cursor: pointer; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px; display: inline-block; position: relative; } .circle{ display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; background: black; border-radius: 4px; } .range-wrapper input[type=checkbox]:checked + label > .circle{ display: block; } .range-wrapper span{ font-size: 15px; padding: 0 5px; vertical-align: top; } /*Responsivo: Range-Wrapper*/ /*768px*/ @media screen and (max-width: 768px){ .years-range form{ text-align: left; display: inline-block; } } /*# ... #*/ /** ... **/ /*@ Wrapper-Store @*/ section.car-store .wrapper-store{ width: 70%; float: left; display: flex; flex-wrap: wrap; } .wrapper-store .car-single{ margin-bottom: 25px; } /*Responsivo: wrapper-store*/ /*1080px*/ @media screen and (max-width: 1080px){ .wrapper-store .car-single{ width: 50%; float: left; padding: 0 10px; } } /**/ /*580px*/ @media screen and (max-width: 580px){ .wrapper-store .car-single{ width: 100%; float: none; display: inline-block; padding: 30px 2%; margin-bottom: 0; text-align: center; } } /**/ /*@ ... @*/ /*Responsivo: Car-Store*/ /*768px*/ @media screen and (max-width: 768px){ .car-store{ text-align: center; } .sidebar{ width: 100%; max-width: 500px; float: none; display: inline-block; } section.car-store .wrapper-store{ width: 100%; float: none; } } /* Aqui termina a sessão de Vendas de Automóveis */ /** Fim da página Vendas **/ /** Inicio da página Mais Detalhes **/ section.selected-car{ padding: 80px 2% 0 2%; } section.selected-car .center{ max-width: 1280px; padding: 40px 0; text-align: center; } /*# Wrapper-Car #*/ .wrapper-car{ display: inline-block; width: 60%; } .info-bread{text-align: left; padding: 15px 0;} .info-bread a{ text-decoration: none; color: black; } .info-bread a:last-child{ color: red; } .info-bread span{ padding: 0 5px; text-transform: uppercase; } .wrapper-car .car{ width: 100%; padding-top: 70%; background-position: center; background-size: contain; background-repeat: no-repeat; } .wrapper-galeria-parent{ width: 100%; padding: 36px; position: relative; } .nav-arrow-left{ position: absolute; top: 50%; left: 8px; background-image: url(../images/arrow-left.png); background-size: contain; background-position: center; background-repeat: no-repeat; width: 20px; height: 20px; cursor: pointer; } .nav-arrow-right{ position: absolute; top: 50%; right: 8px; transform: translateY(-50%); -ms-transform: translateY(-50%); background-image: url(../images/arrow-right.png); background-size: contain; background-position: center; background-repeat: no-repeat; width: 21px; height: 22px; cursor: pointer; } .wrapper-galeria{ overflow: hidden; width: 100%; } .galeria-img{ width: 100%; } .galeria-img-wrapper{ /* Via JS => width */ } .img-single-wraper{ float: left; padding: 9px; /* Via JS => width */ } .img-single{ width: 100%; padding-top: 70%; background-size: cover; background-position: center; background-repeat: no-repeat; cursor: pointer; } /*Responsivo: Wraper-car*/ /*768px*/ @media screen and (max-width: 768px){ .wrapper-car{ width: 100%; } } /*#...#*/ /*& Wrapper-Info &*/ .wrapper-info{ display: inline-block; vertical-align: top; padding: 20px; text-align: left; } .wrapper-info p{ max-width: 200px; margin-top: 25px; font-size: 17px; } .wrapper-info ul{ list-style-position: inside; margin-bottom: 25px; max-width: 200px; } /*Responsivo: Wraper-info*/ /*768px*/ @media screen and (max-width: 768px){ .wrapper-info{ padding: 20px; text-align: center; } .wrapper-info p{ max-width: none; } .wrapper-info ul{ list-style-position: inside; max-width: 400px; margin: 30px auto; } .wrapper-info li{ text-align: left } } /** Fim da página Mais Detalhes **/ /** Início da página Sobre Nós **/ section.sobre{ padding: 80px 2% 30px 2%; } section.sobre .center{ max-width: 850px; text-align: center; } .img-destaque-sobre{ width: 100%; padding-top: 60%; background-color: rgb(200, 200, 200); } .sobre-author{ text-align: left; padding: 20px 0; } .sobre-author h2{ font-size: 22px; margin-bottom: 10px; } .sobre-author p{ line-height: 33px; } .sobre-author-2{ padding: 20px 0; } .img-author-2{ width: 30%; padding-top: 30%; background-color: rgb(200, 200, 200); float: left; } .sobre-author-2 p{ float: left; width: 70%; padding: 0 15px; line-height: 33px; text-align: left; } /*Responsivo: Sobre*/ /*590px*/ @media screen and (max-width: 590px){ .img-author-2{ width: 100%; padding-top: 100%; background-color: rgb(200, 200, 200); float: none; } .sobre-author-2 p{ float: none; width: 100%; padding: 0; margin-top: 20px; line-height: 33px; text-align: left; } } /** Fim da página Sobre Nós **/
Projeto 05 - Site Institucional (Loja de Carros)/css/style.css
*{ margin: 0; padding:0; box-sizing: border-box; font-family: 'Oswald', sans-serif; } body,html{ height: 100%; } /*** Classes Auxiliares ***/ .clear{clear: both;} .center{ max-width: 1280px; margin: 0 auto; } .btn1{ width: 150px; line-height: 40px; background-color: #EB2D2D; text-decoration: none; display: inline-block; text-align: center; color: white; font-style: italic; border-bottom: 5px solid #B21E1E; } /*Títulos*/ .titulos{text-align: center;} .titulos h2{ position: relative; top: -20px; display: inline-block; background: white; padding: 0 20px; font-style: italic; font-size: 27px; text-transform: uppercase; } .titulos .ln1{ height: 2px; background-color: black; } /*Responsivo: Títulos*/ /*580px*/ @media screen and (max-width: 580px){ .titulos h2{ font-size: 23px; } } /**/ .w100{width: 100%;} .w50{width: 50%;} /***...***/ /** Inicio da página Home **/ /* Aqui se inicia o Header */ header{ padding: 20px 2% 30px 2%; height: 130px; position: relative; } header .logo{ width: 208px; height: 82px; float: left; background-image: url(../images/logo.jpg); background-position: center; background-size: 100% 100%; } header .menu-desktop{ float: right; } header .menu-desktop ul{ list-style-type: none; } header .menu-desktop li{ position: relative; top: 50px; float: left; padding: 0 30px; font-size: 23px; font-style: italic; } header .menu-desktop a{ text-decoration: none; color: black; } header ul li.selected a{ color: #EB2D2D; } header .menu-mobile ul, header .menu-mobile h2{ display: none; } /*Responsivo: Header*/ /*768px*/ @media screen and (max-width: 768px){ header{ height: 110px; } header .logo{ width: 180px; height: 62px; } header .menu-desktop{display: none;} header .menu-mobile h2{ cursor: pointer; position: relative; top: 30px; float: right; font-size: 32px; display: block; } header .menu-mobile ul{ position: absolute; top: 110px; left: 0; width: 100%; list-style-type: none; z-index: 99; } header .menu-mobile li{ display: inline-block; width: 100%; padding: 5px 0; text-align: center; font-size: 20px; font-style: italic; background-color: white; border: 1px solid black; } header .menu-mobile a{ text-decoration: none; color: black; } header .menu-mobile li.selected a{ color: #EB2D2D; font-weight: bold; } } /**/ /*580px*/ @media screen and (max-width: 580px){ header{ height: 95px; } header .logo{ width: 150px; height: 52px; } header .menu-mobile h2{ top: 20px; font-size: 25px; } header .menu-mobile ul{ top: 95px; } header .menu-mobile li{ font-size: 18px; } } /**/ /* Aqui termina o Header */ /* Aqui inicia a sessão Container Banner */ section.container-banner{ padding: 0 2%; background-color: black; height: calc(100vh - 130px); background-image: url(../images/bg.jpg); background-position: right bottom; background-size: contain; background-repeat: no-repeat; } section.container-banner .cta{ position: relative; top: 100px; } .cta h2{position: relative;} .cta .h1{ z-index: 1; left: 75px; width: 300px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: #EB2D2D; text-transform: uppercase; font-size: 18px; color: white; margin-bottom: 20px; } .cta .h2{ left: 50px; width: 250px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: #EB2D2D; text-transform: uppercase; font-size: 18px; color: white; margin-bottom: 20px; } .cta .h3{ left: 25px; width: 200px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: #EB2D2D; text-transform: uppercase; font-size: 18px; color: white; margin-bottom: 20px; } .cta .h4{ left: 0; width: 300px; height: 60px; transform: skew(-20deg); line-height: 60px; text-align: center; background-color: white; text-transform: uppercase; font-size: 18px; color: black; margin-bottom: 20px; } /*Responsivo: Banner*/ /*1024px*/ @media screen and (max-width: 1145px){ section.container-banner{ background-position: right bottom; background-size: contain; } section.container-banner .cta{ } } /**/ /*768px*/ @media screen and (max-width: 768px){ section.container-banner{ padding-left: 20%; height: calc(100vh - 110px); background-position: center bottom; background-size: cover; } } /**/ /*580px*/ @media screen and (max-width: 580px){ section.container-banner{ padding-left: 12%; height: calc(100vh - 95px); background-position: center bottom; background-size: ccover; } } /**/ /* Aqui termina a sessão Container Banner */ /* Aqui inicia a sessão dos Veículos em Destaque */ section.destaque-veiculos{padding: 90px 2%;} .destaque-cars{ margin: 0 auto; } .car-single{ width: 33.3%; float: left; padding: 0 10px; } .car-single .car-img{ width: 100%; padding-top: 60%; background-position: center; background-size: cover; background-repeat: no-repeat; } .car-single h2{ font-style: italic; font-size: 20px; margin-top: 8px; } .car-single p{ font-style: italic; font-size: 15px; color: #353535; margin-top: 10px; } .car-single a{ margin-top: 8px; } /*Responsivo: Destaque-veículos*/ /*768px*/ @media screen and (max-width: 768px){ .destaque-cars{ text-align: center; } .car-single{ width: 70%; float: none; padding: 50px 0; display: inline-block; } } /**/ /*580px*/ @media screen and (max-width: 580px){ .destaque-text h2{ font-size: 20px; } .destaque-cars{ text-align: center; } .car-single{ width: 90%; float: none; padding: 50px 0; display: inline-block; } } /* Aqui termina a sessão dos Veículos em Destaque */ /* Aqui inicia a sessão Serviços e Depoimentos */ section.servicos-depoimentos{ display: flex; flex-wrap: wrap; } .half1{ width: 50%; padding: 90px 0; background-color: #242424; color: white; text-align: center; } .half1-wrapper{ text-align: left; display: inline-block; } .half1-wrapper h2{ font-size: 32px; font-weight: normal; font-style: italic; } .half1-wrapper ul{ list-style-position: inside; display: inline-block; margin-top: 20px; } .half1-wrapper li{ font-size: 16px; font-weight: normal; } .half1-wrapper a{ margin-left: 40px; vertical-align: bottom; } .half2{ width: 50%; padding: 90px 100px; background-color: #EB2D2D; color: white; text-align: center; } .half2-wrapper{ text-align: left; display: inline-block; } .single-wrapper h2{ font-size: 32px; font-weight: normal; font-style: italic; margin-bottom: 15px; } .single-wrapper p{ font-size: 22px; margin-bottom: 8px; } .navigator img{ float: left; width: 15px; height: 25px; margin: 20px; cursor: pointer; } .single-wrapper div p{ color: #252525; float: right; font-size: 23px; margin-top: 18px; } /*Responsivo: Serviços e Depoimentos*/ /*1100*/ @media screen and (max-width: 1100px){ .half1-wrapper ul{ display: inline; } .half1-wrapper a{ margin-left: 0; vertical-align: none; margin-top: 20px; } .half2{ width: 50%; padding: 90px 60px; } } /**/ /*855*/ @media screen and (max-width: 855px){ .half1, .half2{ padding: 60px 50px; } .half2-wrapper p{ margin-bottom: 20px; } .half2-wrapper div{text-align: center;} .half2-wrapper div img{ float: none; display: inline-block; margin: 0 20px; } .half2-wrapper div p{ float: none; display: inline-block; margin-top: 0; } } /**/ /*768*/ @media screen and (max-width: 768px){ .half1, .half2{ padding: 30px 20px; } } /**/ /*580*/ @media screen and (max-width: 580px){ .half1, .half2{ width: 100%; padding: 35px 30px; } .half2-wrapper div img{ float: left; margin: 0 20px; } .half2-wrapper div p{ float: right; margin-top: 0; } } /* Aqui termina a sessão Serviços e Depoimentos */ /* Aqui inicia a sessão formulário para contato */ section.formulario{ padding: 90px 2% 30px 2%; } h2.box-sucess{ display: none; width: 100%; max-width: 600px; padding: 5px 0; background-color: #5fb382; color: white; font-weight: normal; font-size: 20px; font-style: italic; margin: 0 auto; } section.formulario .center{ text-align: center; } section.formulario form{ max-width: 600px; margin: 30px auto; } section.formulario form .wrapper-form{ float: left; padding: 15px 10px; } section.formulario input[type=text], section.formulario input[type=email], section.formulario input[type=tel]{ width: 100%; height: 60px; font-size: 16px; line-height: 40px; padding-left: 10px; border: 1px solid #cccccc; } section.formulario textarea{ width: 100%; height: 140px; font-size: 16px; line-height: 25px; padding-left: 10px; padding-top: 10px; border: 1px solid #cccccc; resize: none; } section.formulario input[type=submit]{ font-size: 16px; border: 0; border-bottom: 5px solid #B21E1E; } /*Responsivo: Formulário*/ /*580px*/ @media screen and (max-width: 580px){ .titulos h2{ font-size: 23px; } section.formulario form .w50{ width: 100%;} } /**/ /* Aqui termina a sessão formulário para contato */ /* Aqui inicia o Footer */ footer{ padding: 40px 2%; background: #252525; } footer ul{ list-style-type: none; float: left; } footer li{ float: left; padding: 0 40px; } footer a{ text-decoration: none; color: white; font-size: 18px; font-style: italic; } footer .selected a{ color: #EB2D2D; } footer p{ float: right; color: white; font-size: 19px; font-style: italic; } /*Responsivo: Footer*/ /*900px*/ @media screen and (max-width: 900px){ footer{ text-align: center; } footer ul{ display: none; } footer p{ width: 100%; float: none; display: inline-block; } } /*768px*/ @media screen and (max-width: 768px){ footer{ padding: 30px 2%; } } /* Aqui termina o Footer */ /** Fim da página Home **/ /** Início da página Vendas **/ /* Aqui inicia a sessão de Vendas de Automóveis */ section.car-store{ padding: 90px 2%; } /** Sidebar **/ .sidebar{ width: 30%; float: left; } /*$ Price bar $*/ .sidebar .price-wrapper{ padding: 20px 0; } .sidebar .price-wrapper h2{ font-size: 24px; font-weight: normal; color: black; } .sidebar .bar-price{ position: relative; width: 100%; height: 20px; border: 1px solid #cccccc; border-radius: 10px; margin-top: 8px; margin-bottom: 10px; } .sidebar .bar-price .fill-price{ position: relative; width: 0; height: 100%; background: linear-gradient(to bottom,rgb(255,255,255),rgb(200,200,200)); border-radius: 20px; } .sidebar .fill-price .price-button{ position: absolute; top: -3px; left: 0; width: 25px; height: 25px; background: linear-gradient(to bottom,rgb(255,255,255),rgb(180,180,180)); border: 1px solid #777; border-radius: 8px; cursor: pointer; } .price-range p{font-size:15px;} .price-range p:nth-of-type(1){ float: left; } .price-range p:nth-of-type(2){ float: right; } /*$ ... $*/ /*# Year Range #*/ .sidebar .year-wrapper{ padding: 20px 0; } .sidebar .year-wrapper h2{ font-size: 24px; font-weight: normal; color: black; } .year-wrapper .years-range form{ padding: 10px 0; } .years-range .range-wrapper{ padding: 8px 0; } .range-wrapper input[type=checkbox]{display: none;} .range-wrapper label{ cursor: pointer; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px; display: inline-block; position: relative; } .circle{ display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; background: black; border-radius: 4px; } .range-wrapper input[type=checkbox]:checked + label > .circle{ display: block; } .range-wrapper span{ font-size: 15px; padding: 0 5px; vertical-align: top; } /*Responsivo: Range-Wrapper*/ /*768px*/ @media screen and (max-width: 768px){ .years-range form{ text-align: left; display: inline-block; } } /*# ... #*/ /** ... **/ /*@ Wrapper-Store @*/ section.car-store .wrapper-store{ width: 70%; float: left; display: flex; flex-wrap: wrap; } .wrapper-store .car-single{ margin-bottom: 25px; } /*Responsivo: wrapper-store*/ /*1080px*/ @media screen and (max-width: 1080px){ .wrapper-store .car-single{ width: 50%; float: left; padding: 0 10px; } } /**/ /*580px*/ @media screen and (max-width: 580px){ .wrapper-store .car-single{ width: 100%; float: none; display: inline-block; padding: 30px 2%; margin-bottom: 0; text-align: center; } } /**/ /*@ ... @*/ /*Responsivo: Car-Store*/ /*768px*/ @media screen and (max-width: 768px){ .car-store{ text-align: center; } .sidebar{ width: 100%; max-width: 500px; float: none; display: inline-block; } section.car-store .wrapper-store{ width: 100%; float: none; } } /* Aqui termina a sessão de Vendas de Automóveis */ /** Fim da página Vendas **/ /** Inicio da página Mais Detalhes **/ section.selected-car{ padding: 80px 2% 0 2%; } section.selected-car .center{ max-width: 1280px; padding: 40px 0; text-align: center; } /*# Wrapper-Car #*/ .wrapper-car{ display: inline-block; width: 60%; } .info-bread{text-align: left; padding: 15px 0;} .info-bread a{ text-decoration: none; color: black; } .info-bread a:last-child{ color: red; } .info-bread span{ padding: 0 5px; text-transform: uppercase; } .wrapper-car .car{ width: 100%; padding-top: 70%; background-position: center; background-size: contain; background-repeat: no-repeat; } .wrapper-galeria-parent{ width: 100%; padding: 36px; position: relative; } .nav-arrow-left{ position: absolute; top: 50%; left: 8px; background-image: url(../images/arrow-left.png); background-size: contain; background-position: center; background-repeat: no-repeat; width: 20px; height: 20px; cursor: pointer; } .nav-arrow-right{ position: absolute; top: 50%; right: 8px; transform: translateY(-50%); -ms-transform: translateY(-50%); background-image: url(../images/arrow-right.png); background-size: contain; background-position: center; background-repeat: no-repeat; width: 21px; height: 22px; cursor: pointer; } .wrapper-galeria{ overflow: hidden; width: 100%; } .galeria-img{ width: 100%; } .galeria-img-wrapper{ /* Via JS => width */ } .img-single-wraper{ float: left; padding: 9px; /* Via JS => width */ } .img-single{ width: 100%; padding-top: 70%; background-size: cover; background-position: center; background-repeat: no-repeat; cursor: pointer; } /*Responsivo: Wraper-car*/ /*768px*/ @media screen and (max-width: 768px){ .wrapper-car{ width: 100%; } } /*#...#*/ /*& Wrapper-Info &*/ .wrapper-info{ display: inline-block; vertical-align: top; padding: 20px; text-align: left; } .wrapper-info p{ max-width: 200px; margin-top: 25px; font-size: 17px; } .wrapper-info ul{ list-style-position: inside; margin-bottom: 25px; max-width: 200px; } /*Responsivo: Wraper-info*/ /*768px*/ @media screen and (max-width: 768px){ .wrapper-info{ padding: 20px; text-align: center; } .wrapper-info p{ max-width: none; } .wrapper-info ul{ list-style-position: inside; max-width: 400px; margin: 30px auto; } .wrapper-info li{ text-align: left } } /** Fim da página Mais Detalhes **/ /** Início da página Sobre Nós **/ section.sobre{ padding: 80px 2% 30px 2%; } section.sobre .center{ max-width: 850px; text-align: center; } .img-destaque-sobre{ width: 100%; padding-top: 60%; background-color: rgb(200, 200, 200); } .sobre-author{ text-align: left; padding: 20px 0; } .sobre-author h2{ font-size: 22px; margin-bottom: 10px; } .sobre-author p{ line-height: 33px; } .sobre-author-2{ padding: 20px 0; } .img-author-2{ width: 30%; padding-top: 30%; background-color: rgb(200, 200, 200); float: left; } .sobre-author-2 p{ float: left; width: 70%; padding: 0 15px; line-height: 33px; text-align: left; } /*Responsivo: Sobre*/ /*590px*/ @media screen and (max-width: 590px){ .img-author-2{ width: 100%; padding-top: 100%; background-color: rgb(200, 200, 200); float: none; } .sobre-author-2 p{ float: none; width: 100%; padding: 0; margin-top: 20px; line-height: 33px; text-align: left; } } /** Fim da página Sobre Nós **/
0.362405
0.077622
body { background: #19f radial-gradient(transparent, #02c); font-family: Arial; color: #fff; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; align-items: flex-end; -webkit-align-items: flex-end; justify-content: flex-end; -webkit-justify-content: flex-end; height: 100vh; margin: 0; text-transform: uppercase; } p { margin: 0; } .main { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; justify-content: flex-end; -webkit-justify-content: flex-end; width: 100%; } .logo-area { height: 110px; width: 15%; } .box-top, .box-bttm { display: block; margin-left: auto; margin-right: 20px; perspective: 1200px; perspective-origin: 50% 100px; width: 110px; } .box-top { background: radial-gradient(80px 70px, #004 60%, transparent 61%, transparent); font-size: 24pt; line-height: 0.9em; height: 80px; } .box-bttm { font-size: 18pt; font-weight: bold; text-align: center; text-transform: none; height: 30px; line-height: 1.2em; transform: scale(1, 0.85); } .cube { position: relative; margin: auto; width: 110px; transform-style: preserve-3d; } .cube div { position: absolute; width: 110px; } .box-top .cube { animation: spin 60s linear infinite; } .box-top .cube div { background: rgba(0, 48, 160, 0.5); border: 2px solid #cff; height: 80px; overflow: hidden; } .box-top .cube svg { transform: translateY(-15px); } .box-bttm .cube { animation: spin 15s cubic-bezier(0.25, 1, 0.45, 1) infinite; text-shadow: 0 0 4px #000; } .box-bttm .cube div { background: radial-gradient(#800, #400); height: 30px; } .back { transform: translateZ(-55px) rotateY(180deg); } .right { transform: rotateY(-270deg) translateX(55px); transform-origin: top right; } .left { transform: rotateY(270deg) translateX(-55px); transform-origin: center left; } .front { transform: translateZ(55px); } .ampm { font-size: 12pt; } .box-bttm { margin-left: auto; height: 30px; width: 110px; } .cur-event { background: linear-gradient(90deg, transparent, #800 5%); font-size: 28pt; font-weight: 600; overflow: hidden; position: relative; text-align: center; width: 85%; height: 110px; } .cur-event .top, .cur-event .glow, .cur-event .bttm { position: absolute; right: 0; } .cur-event .top { background: radial-gradient(#fff, transparent 60%); top: 0; height: 10px; width: 95%; } .cur-event .glow { background: linear-gradient(90deg, transparent 30%, #c00); box-shadow: 0 10px 10px #800 inset; bottom: 0; height: 30px; width: 90%; } .cur-event .bttm { background: linear-gradient(90deg, transparent, #fca); box-shadow: 0 0 2px #800 inset; bottom: 0; height: 5px; width: 90%; } .cur-event p { line-height: 1em; margin: 20px; text-shadow: 0 2px 4px #000; vertical-align: center; transform: scale(1, 1.3); } .ticker { background: #000; font-size: 16pt; width: 100%; height: 30px; overflow: hidden; position: relative; white-space: nowrap; } .ticker .ticker-txt { position: absolute; left: 0; line-height: 1.5em; letter-spacing: 1px; width: 4500px; animation: marquee 67.5s linear infinite; } .ticker .stock-info { background: linear-gradient(90deg, #000, #000 25%, #0a0 80%, #000 80%, #000); box-shadow: -16px 0 20px #000; position: absolute; top: 0; right: 0; width: 230px; height: 30px; } .ticker .stock-symbol { background: linear-gradient(#666, #000); -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); border: 2px solid #fff; float: left; width: 75px; height: 26px; } .ticker .stock-symbol p { font-weight: bold; line-height: 1.3em; transform: scale(0.8, 1.1); } .ticker span { float: right; line-height: 1.5em; margin-right: 50px; text-shadow: 0 2px 4px #000; transform: scale(1, 1.1); } .bottom { background: linear-gradient(90deg, #400, #800, #400); box-shadow: 0 6px 6px #400 inset; width: 100%; height: 20px; } @keyframes marquee { from { left: 100%; } to { left: -4500px; } } @keyframes spin { 0% { transform: rotateY(0deg); } 25% { transform: rotateY(90deg); } 50% { transform: rotateY(180deg); } 75% { transform: rotateY(270deg); } 100% { transform: rotateY(360deg); } } /* For other viewports */ @media screen and (min-width: 768px) and (max-width: 980px) { .logo-area { width: 20%; } .cur-event { width: 80%; } } @media screen and (max-width: 767px) { .logo-area { width: 25%; } .cur-event { width: 75%; } }
css/style.css
body { background: #19f radial-gradient(transparent, #02c); font-family: Arial; color: #fff; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; align-items: flex-end; -webkit-align-items: flex-end; justify-content: flex-end; -webkit-justify-content: flex-end; height: 100vh; margin: 0; text-transform: uppercase; } p { margin: 0; } .main { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; justify-content: flex-end; -webkit-justify-content: flex-end; width: 100%; } .logo-area { height: 110px; width: 15%; } .box-top, .box-bttm { display: block; margin-left: auto; margin-right: 20px; perspective: 1200px; perspective-origin: 50% 100px; width: 110px; } .box-top { background: radial-gradient(80px 70px, #004 60%, transparent 61%, transparent); font-size: 24pt; line-height: 0.9em; height: 80px; } .box-bttm { font-size: 18pt; font-weight: bold; text-align: center; text-transform: none; height: 30px; line-height: 1.2em; transform: scale(1, 0.85); } .cube { position: relative; margin: auto; width: 110px; transform-style: preserve-3d; } .cube div { position: absolute; width: 110px; } .box-top .cube { animation: spin 60s linear infinite; } .box-top .cube div { background: rgba(0, 48, 160, 0.5); border: 2px solid #cff; height: 80px; overflow: hidden; } .box-top .cube svg { transform: translateY(-15px); } .box-bttm .cube { animation: spin 15s cubic-bezier(0.25, 1, 0.45, 1) infinite; text-shadow: 0 0 4px #000; } .box-bttm .cube div { background: radial-gradient(#800, #400); height: 30px; } .back { transform: translateZ(-55px) rotateY(180deg); } .right { transform: rotateY(-270deg) translateX(55px); transform-origin: top right; } .left { transform: rotateY(270deg) translateX(-55px); transform-origin: center left; } .front { transform: translateZ(55px); } .ampm { font-size: 12pt; } .box-bttm { margin-left: auto; height: 30px; width: 110px; } .cur-event { background: linear-gradient(90deg, transparent, #800 5%); font-size: 28pt; font-weight: 600; overflow: hidden; position: relative; text-align: center; width: 85%; height: 110px; } .cur-event .top, .cur-event .glow, .cur-event .bttm { position: absolute; right: 0; } .cur-event .top { background: radial-gradient(#fff, transparent 60%); top: 0; height: 10px; width: 95%; } .cur-event .glow { background: linear-gradient(90deg, transparent 30%, #c00); box-shadow: 0 10px 10px #800 inset; bottom: 0; height: 30px; width: 90%; } .cur-event .bttm { background: linear-gradient(90deg, transparent, #fca); box-shadow: 0 0 2px #800 inset; bottom: 0; height: 5px; width: 90%; } .cur-event p { line-height: 1em; margin: 20px; text-shadow: 0 2px 4px #000; vertical-align: center; transform: scale(1, 1.3); } .ticker { background: #000; font-size: 16pt; width: 100%; height: 30px; overflow: hidden; position: relative; white-space: nowrap; } .ticker .ticker-txt { position: absolute; left: 0; line-height: 1.5em; letter-spacing: 1px; width: 4500px; animation: marquee 67.5s linear infinite; } .ticker .stock-info { background: linear-gradient(90deg, #000, #000 25%, #0a0 80%, #000 80%, #000); box-shadow: -16px 0 20px #000; position: absolute; top: 0; right: 0; width: 230px; height: 30px; } .ticker .stock-symbol { background: linear-gradient(#666, #000); -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); border: 2px solid #fff; float: left; width: 75px; height: 26px; } .ticker .stock-symbol p { font-weight: bold; line-height: 1.3em; transform: scale(0.8, 1.1); } .ticker span { float: right; line-height: 1.5em; margin-right: 50px; text-shadow: 0 2px 4px #000; transform: scale(1, 1.1); } .bottom { background: linear-gradient(90deg, #400, #800, #400); box-shadow: 0 6px 6px #400 inset; width: 100%; height: 20px; } @keyframes marquee { from { left: 100%; } to { left: -4500px; } } @keyframes spin { 0% { transform: rotateY(0deg); } 25% { transform: rotateY(90deg); } 50% { transform: rotateY(180deg); } 75% { transform: rotateY(270deg); } 100% { transform: rotateY(360deg); } } /* For other viewports */ @media screen and (min-width: 768px) and (max-width: 980px) { .logo-area { width: 20%; } .cur-event { width: 80%; } } @media screen and (max-width: 767px) { .logo-area { width: 25%; } .cur-event { width: 75%; } }
0.512449
0.079496
@media screen and (max-width: 1024px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } .info img{ width:21px; align-items: flex-start; margin-top:6%; } footer input[type=submit]{ border:none; width:41px; height:30px; color: white; } footer input[type=email]{ padding-bottom: 2px; } footer .social_media{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 1em; padding-right: 5%; padding-left: 5%; } footer .social_media p{ font-weight: 300; font-size: 62%; } footer .social_media img{ width:1em; align-items: flex-start; } /*Mentions légales*/ footer span { display: block; padding-top: 1em; padding-bottom: 1em; font-weight:300; font-size: 62%; } } @media screen and (max-width: 768px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } footer input[type=submit]{ border:none; width:41px; height:30px; color: white; } footer input[type=email]{ padding-bottom: 4px; } footer .social_media{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 1em; padding-right: 10%; padding-left: 10%; } footer .social_media p{ font-weight: 300; font-size: 62%; } footer .social_media img{ width:1em; align-items: flex-start; } /*Mentions légales*/ footer span { align-items: center; text-align: center; display: block; padding-top: 1em; padding-bottom: 1em; font-weight:300; } } @media screen and (max-width: 480px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } .info img{ width:25px; align-items: flex-start; padding-top:12%; } footer input[type=submit]{ border:none; width:41px; height:30px; } footer input[type=text]{ padding-bottom: 4px; } footer .social_media{ align-items: center; padding-top: 1em; padding-right: 5%; padding-left: 5%; } footer .social_media p{ font-weight: 300; font-size: 62%; } footer .social_media img{ width:1em; align-items: flex-start; } /*Mentions légales*/ footer span { padding-top: 1em; padding-bottom: 1em; font-weight:300; font-size: 62%; } footer .info{ display:grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; gap: 0px 0px; grid-template-areas: ". ."; } footer .info div:nth-of-type(2){ font-size:14px; position:relative; top:-5px; } }
CSS/footer_responsive.css
@media screen and (max-width: 1024px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } .info img{ width:21px; align-items: flex-start; margin-top:6%; } footer input[type=submit]{ border:none; width:41px; height:30px; color: white; } footer input[type=email]{ padding-bottom: 2px; } footer .social_media{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 1em; padding-right: 5%; padding-left: 5%; } footer .social_media p{ font-weight: 300; font-size: 62%; } footer .social_media img{ width:1em; align-items: flex-start; } /*Mentions légales*/ footer span { display: block; padding-top: 1em; padding-bottom: 1em; font-weight:300; font-size: 62%; } } @media screen and (max-width: 768px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } footer input[type=submit]{ border:none; width:41px; height:30px; color: white; } footer input[type=email]{ padding-bottom: 4px; } footer .social_media{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 1em; padding-right: 10%; padding-left: 10%; } footer .social_media p{ font-weight: 300; font-size: 62%; } footer .social_media img{ width:1em; align-items: flex-start; } /*Mentions légales*/ footer span { align-items: center; text-align: center; display: block; padding-top: 1em; padding-bottom: 1em; font-weight:300; } } @media screen and (max-width: 480px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } .info img{ width:25px; align-items: flex-start; padding-top:12%; } footer input[type=submit]{ border:none; width:41px; height:30px; } footer input[type=text]{ padding-bottom: 4px; } footer .social_media{ align-items: center; padding-top: 1em; padding-right: 5%; padding-left: 5%; } footer .social_media p{ font-weight: 300; font-size: 62%; } footer .social_media img{ width:1em; align-items: flex-start; } /*Mentions légales*/ footer span { padding-top: 1em; padding-bottom: 1em; font-weight:300; font-size: 62%; } footer .info{ display:grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; gap: 0px 0px; grid-template-areas: ". ."; } footer .info div:nth-of-type(2){ font-size:14px; position:relative; top:-5px; } }
0.338624
0.09236
@charset "UTF-8"; @font-face { font-family: "FontAwesome"; src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6); src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?21f212f94a9db6a0e3847c921842aa19) format("woff"), url(/fonts/fontawesome-webfont.ttf?bb72c5142ae2ae4ca0f9c0653a09871c) format("truetype"), url(/fonts/fontawesome-webfont.svg?b8e4dbe6872f049283c54da9d94a7b7a) format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "Font-Awesome-Social"; src: url(/fonts/fontawesome-social-webfont.eot?da90b6f64aa681e9959a79cbf47d6099); src: url(/fonts/fontawesome-social-webfont.eot?da90b6f64aa681e9959a79cbf47d6099) format("embedded-opentype"), url(/fonts/fontawesome-social-webfont.woff?f288630d1b592185faa69b2b1e4a333d) format("woff"), url(/fonts/fontawesome-social-webfont.ttf?1d4ff8fc57f9441485ceb8169f9b6354) format("truetype"), url(/fonts/fontawesome-social-webfont.svg?efc62637b100576f97764472d3b6dfca) format("svg"); font-weight: normal; font-style: normal; } /*********************************************************************************/ /* Icons */ /*********************************************************************************/ /* Powered by: Font Awesome (http://fortawesome.github.com/Font-Awesome/) Font Awesome More (http://gregoryloucas.github.com/Font-Awesome-More/) */ .icon { text-decoration: none; } .icon:before { font-size: 1.25em; text-decoration: none; font-family: FontAwesome; font-weight: normal; font-style: normal; -webkit-text-rendering: optimizeLegibility; -moz-text-rendering: optimizeLegibility; -ms-text-rendering: optimizeLegibility; -o-text-rendering: optimizeLegibility; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; -ms-font-feature-settings: "liga" 1, "dlig" 1; -o-font-feature-settings: "liga" 1, "dlig" 1; font-feature-settings: "liga" 1, "dlig" 1; } .icon-glass:before { content: "\F000"; } .icon-music:before { content: "\F001"; } .icon-search:before { content: "\F002"; } .icon-envelope:before { content: "\F003"; } .icon-heart:before { content: "\F004"; } .icon-star:before { content: "\F005"; } .icon-star-empty:before { content: "\F006"; } .icon-user:before { content: "\F007"; } .icon-film:before { content: "\F008"; } .icon-th-large:before { content: "\F009"; } .icon-th:before { content: "\F00A"; } .icon-th-list:before { content: "\F00B"; } .icon-ok:before { content: "\F00C"; } .icon-remove:before { content: "\F00D"; } .icon-zoom-in:before { content: "\F00E"; } .icon-zoom-out:before { content: "\F010"; } .icon-off:before { content: "\F011"; } .icon-signal:before { content: "\F012"; } .icon-cog:before { content: "\F013"; } .icon-trash:before { content: "\F014"; } .icon-home:before { content: "\F015"; } .icon-file:before { content: "\F016"; } .icon-time:before { content: "\F017"; } .icon-road:before { content: "\F018"; } .icon-download-alt:before { content: "\F019"; } .icon-download:before { content: "\F01A"; } .icon-upload:before { content: "\F01B"; } .icon-inbox:before { content: "\F01C"; } .icon-play-circle:before { content: "\F01D"; } .icon-repeat:before { content: "\F01E"; } /* \f020 doesn't work in Safari. all shifted one down */ .icon-refresh:before { content: "\F021"; } .icon-list-alt:before { content: "\F022"; } .icon-lock:before { content: "\F023"; } .icon-flag:before { content: "\F024"; } .icon-headphones:before { content: "\F025"; } .icon-volume-off:before { content: "\F026"; } .icon-volume-down:before { content: "\F027"; } .icon-volume-up:before { content: "\F028"; } .icon-qrcode:before { content: "\F029"; } .icon-barcode:before { content: "\F02A"; } .icon-tag:before { content: "\F02B"; } .icon-tags:before { content: "\F02C"; } .icon-book:before { content: "\F02D"; } .icon-bookmark:before { content: "\F02E"; } .icon-print:before { content: "\F02F"; } .icon-camera:before { content: "\F030"; } .icon-font:before { content: "\F031"; } .icon-bold:before { content: "\F032"; } .icon-italic:before { content: "\F033"; } .icon-text-height:before { content: "\F034"; } .icon-text-width:before { content: "\F035"; } .icon-align-left:before { content: "\F036"; } .icon-align-center:before { content: "\F037"; } .icon-align-right:before { content: "\F038"; } .icon-align-justify:before { content: "\F039"; } .icon-list:before { content: "\F03A"; } .icon-indent-left:before { content: "\F03B"; } .icon-indent-right:before { content: "\F03C"; } .icon-facetime-video:before { content: "\F03D"; } .icon-picture:before { content: "\F03E"; } .icon-pencil:before { content: "\F040"; } .icon-map-marker:before { content: "\F041"; } .icon-adjust:before { content: "\F042"; } .icon-tint:before { content: "\F043"; } .icon-edit:before { content: "\F044"; } .icon-share:before { content: "\F045"; } .icon-check:before { content: "\F046"; } .icon-move:before { content: "\F047"; } .icon-step-backward:before { content: "\F048"; } .icon-fast-backward:before { content: "\F049"; } .icon-backward:before { content: "\F04A"; } .icon-play:before { content: "\F04B"; } .icon-pause:before { content: "\F04C"; } .icon-stop:before { content: "\F04D"; } .icon-forward:before { content: "\F04E"; } .icon-fast-forward:before { content: "\F050"; } .icon-step-forward:before { content: "\F051"; } .icon-eject:before { content: "\F052"; } .icon-chevron-left:before { content: "\F053"; } .icon-chevron-right:before { content: "\F054"; } .icon-plus-sign:before { content: "\F055"; } .icon-minus-sign:before { content: "\F056"; } .icon-remove-sign:before { content: "\F057"; } .icon-ok-sign:before { content: "\F058"; } .icon-question-sign:before { content: "\F059"; } .icon-info-sign:before { content: "\F05A"; } .icon-screenshot:before { content: "\F05B"; } .icon-remove-circle:before { content: "\F05C"; } .icon-ok-circle:before { content: "\F05D"; } .icon-ban-circle:before { content: "\F05E"; } .icon-arrow-left:before { content: "\F060"; } .icon-arrow-right:before { content: "\F061"; } .icon-arrow-up:before { content: "\F062"; } .icon-arrow-down:before { content: "\F063"; } .icon-share-alt:before { content: "\F064"; } .icon-resize-full:before { content: "\F065"; } .icon-resize-small:before { content: "\F066"; } .icon-plus:before { content: "\F067"; } .icon-minus:before { content: "\F068"; } .icon-asterisk:before { content: "\F069"; } .icon-exclamation-sign:before { content: "\F06A"; } .icon-gift:before { content: "\F06B"; } .icon-leaf:before { content: "\F06C"; } .icon-fire:before { content: "\F06D"; } .icon-eye-open:before { content: "\F06E"; } .icon-eye-close:before { content: "\F070"; } .icon-warning-sign:before { content: "\F071"; } .icon-plane:before { content: "\F072"; } .icon-calendar:before { content: "\F073"; } .icon-random:before { content: "\F074"; } .icon-comment:before { content: "\F075"; } .icon-magnet:before { content: "\F076"; } .icon-chevron-up:before { content: "\F077"; } .icon-chevron-down:before { content: "\F078"; } .icon-retweet:before { content: "\F079"; } .icon-shopping-cart:before { content: "\F07A"; } .icon-folder-close:before { content: "\F07B"; } .icon-folder-open:before { content: "\F07C"; } .icon-resize-vertical:before { content: "\F07D"; } .icon-resize-horizontal:before { content: "\F07E"; } .icon-bar-chart:before { content: "\F080"; } .icon-twitter-sign:before { content: "\F081"; } .icon-facebook-sign:before { content: "\F082"; } .icon-camera-retro:before { content: "\F083"; } .icon-key:before { content: "\F084"; } .icon-cogs:before { content: "\F085"; } .icon-comments:before { content: "\F086"; } .icon-thumbs-up:before { content: "\F087"; } .icon-thumbs-down:before { content: "\F088"; } .icon-star-half:before { content: "\F089"; } .icon-heart-empty:before { content: "\F08A"; } .icon-signout:before { content: "\F08B"; } .icon-linkedin-sign:before { content: "\F08C"; } .icon-pushpin:before { content: "\F08D"; } .icon-external-link:before { content: "\F08E"; } .icon-signin:before { content: "\F090"; } .icon-trophy:before { content: "\F091"; } .icon-github-sign:before { content: "\F092"; } .icon-upload-alt:before { content: "\F093"; } .icon-lemon:before { content: "\F094"; } .icon-phone:before { content: "\F095"; } .icon-check-empty:before { content: "\F096"; } .icon-bookmark-empty:before { content: "\F097"; } .icon-phone-sign:before { content: "\F098"; } .icon-twitter:before { content: "\F099"; } .icon-facebook:before { content: "\F09A"; } .icon-github:before { content: "\F09B"; } .icon-unlock:before { content: "\F09C"; } .icon-credit-card:before { content: "\F09D"; } .icon-rss:before { content: "\F09E"; } .icon-hdd:before { content: "\F0A0"; } .icon-bullhorn:before { content: "\F0A1"; } .icon-bell:before { content: "\F0A2"; } .icon-certificate:before { content: "\F0A3"; } .icon-hand-right:before { content: "\F0A4"; } .icon-hand-left:before { content: "\F0A5"; } .icon-hand-up:before { content: "\F0A6"; } .icon-hand-down:before { content: "\F0A7"; } .icon-circle-arrow-left:before { content: "\F0A8"; } .icon-circle-arrow-right:before { content: "\F0A9"; } .icon-circle-arrow-up:before { content: "\F0AA"; } .icon-circle-arrow-down:before { content: "\F0AB"; } .icon-globe:before { content: "\F0AC"; } .icon-wrench:before { content: "\F0AD"; } .icon-tasks:before { content: "\F0AE"; } .icon-filter:before { content: "\F0B0"; } .icon-briefcase:before { content: "\F0B1"; } .icon-fullscreen:before { content: "\F0B2"; } .icon-group:before { content: "\F0C0"; } .icon-link:before { content: "\F0C1"; } .icon-cloud:before { content: "\F0C2"; } .icon-beaker:before { content: "\F0C3"; } .icon-cut:before { content: "\F0C4"; } .icon-copy:before { content: "\F0C5"; } .icon-paper-clip:before { content: "\F0C6"; } .icon-save:before { content: "\F0C7"; } .icon-sign-blank:before { content: "\F0C8"; } .icon-reorder:before { content: "\F0C9"; } .icon-list-ul:before { content: "\F0CA"; } .icon-list-ol:before { content: "\F0CB"; } .icon-strikethrough:before { content: "\F0CC"; } .icon-underline:before { content: "\F0CD"; } .icon-table:before { content: "\F0CE"; } .icon-magic:before { content: "\F0D0"; } .icon-truck:before { content: "\F0D1"; } .icon-pinterest:before { content: "\F0D2"; } .icon-pinterest-sign:before { content: "\F0D3"; } .icon-google-plus-sign:before { content: "\F0D4"; } .icon-google-plus:before { content: "\F0D5"; } .icon-money:before { content: "\F0D6"; } .icon-caret-down:before { content: "\F0D7"; } .icon-caret-up:before { content: "\F0D8"; } .icon-caret-left:before { content: "\F0D9"; } .icon-caret-right:before { content: "\F0DA"; } .icon-columns:before { content: "\F0DB"; } .icon-sort:before { content: "\F0DC"; } .icon-sort-down:before { content: "\F0DD"; } .icon-sort-up:before { content: "\F0DE"; } .icon-envelope-alt:before { content: "\F0E0"; } .icon-linkedin:before { content: "\F0E1"; } .icon-undo:before { content: "\F0E2"; } .icon-legal:before { content: "\F0E3"; } .icon-dashboard:before { content: "\F0E4"; } .icon-comment-alt:before { content: "\F0E5"; } .icon-comments-alt:before { content: "\F0E6"; } .icon-bolt:before { content: "\F0E7"; } .icon-sitemap:before { content: "\F0E8"; } .icon-umbrella:before { content: "\F0E9"; } .icon-paste:before { content: "\F0EA"; } .icon-lightbulb:before { content: "\F0EB"; } .icon-exchange:before { content: "\F0EC"; } .icon-cloud-download:before { content: "\F0ED"; } .icon-cloud-upload:before { content: "\F0EE"; } .icon-user-md:before { content: "\F0F0"; } .icon-stethoscope:before { content: "\F0F1"; } .icon-suitcase:before { content: "\F0F2"; } .icon-bell-alt:before { content: "\F0F3"; } .icon-coffee:before { content: "\F0F4"; } .icon-food:before { content: "\F0F5"; } .icon-file-alt:before { content: "\F0F6"; } .icon-building:before { content: "\F0F7"; } .icon-hospital:before { content: "\F0F8"; } .icon-ambulance:before { content: "\F0F9"; } .icon-medkit:before { content: "\F0FA"; } .icon-fighter-jet:before { content: "\F0FB"; } .icon-beer:before { content: "\F0FC"; } .icon-h-sign:before { content: "\F0FD"; } .icon-plus-sign-alt:before { content: "\F0FE"; } .icon-double-angle-left:before { content: "\F100"; } .icon-double-angle-right:before { content: "\F101"; } .icon-double-angle-up:before { content: "\F102"; } .icon-double-angle-down:before { content: "\F103"; } .icon-angle-left:before { content: "\F104"; } .icon-angle-right:before { content: "\F105"; } .icon-angle-up:before { content: "\F106"; } .icon-angle-down:before { content: "\F107"; } .icon-desktop:before { content: "\F108"; } .icon-laptop:before { content: "\F109"; } .icon-tablet:before { content: "\F10A"; } .icon-mobile-phone:before { content: "\F10B"; } .icon-circle-blank:before { content: "\F10C"; } .icon-quote-left:before { content: "\F10D"; } .icon-quote-right:before { content: "\F10E"; } .icon-spinner:before { content: "\F110"; } .icon-circle:before { content: "\F111"; } .icon-reply:before { content: "\F112"; } .icon-github-alt:before { content: "\F113"; } .icon-folder-close-alt:before { content: "\F114"; } .icon-folder-open-alt:before { content: "\F115"; } .icon-blogger-sign:before, .icon-blogger:before, .icon-delicious:before, .icon-dribbble-sign:before, .icon-dribbble:before, .icon-dropbox:before, .icon-drupal:before, .icon-evernote-sign:before, .icon-evernote:before, .icon-flickr-sign:before, .icon-flickr:before, .icon-forrst-sign:before, .icon-forrst:before, .icon-foursquare-sign:before, .icon-foursquare:before, .icon-git-fork:before, .icon-hacker-news:before, .icon-instagram:before, .icon-lastfm-sign:before, .icon-lastfm:before, .icon-paypal:before, .icon-picasa-sign:before, .icon-picasa:before, .icon-reddit:before, .icon-share-this-sign:before, .icon-share-this:before, .icon-skype:before, .icon-soundcloud:before, .icon-spotify:before, .icon-stack-overflow:before, .icon-tumblr-sign:before, .icon-tumblr:before, .icon-vimeo-sign:before, .icon-vimeo:before, .icon-wordpress-sign:before, .icon-wordpress:before, .icon-yelp-sign:before, .icon-yelp:before, .icon-youtube-sign:before, .icon-youtube:before { font-family: "Font-Awesome-Social"; } .icon-dropbox:before { content: "\F300"; } .icon-drupal:before { content: "\F301"; } .icon-git-fork:before { content: "\F302"; } .icon-instagram:before { content: "\F303"; } .icon-share-this-sign:before { content: "\F304"; } .icon-share-this:before { content: "\F305"; } .icon-foursquare-sign:before { content: "\F306"; } .icon-foursquare:before { content: "\F307"; } .icon-hacker-news:before { content: "\F308"; } .icon-skype:before { content: "\F309"; } .icon-spotify:before { content: "\F30A"; } .icon-soundcloud:before { content: "\F30B"; } .icon-paypal:before { content: "\F30C"; } .icon-youtube-sign:before { content: "\F30D"; } .icon-youtube:before { content: "\F30E"; } .icon-reddit:before { content: "\F30F"; } .icon-blogger-sign:before { content: "\F310"; } .icon-blogger:before { content: "\F311"; } .icon-dribbble-sign:before { content: "\F312"; } .icon-dribbble:before { content: "\F313"; } .icon-evernote-sign:before { content: "\F314"; } .icon-evernote:before { content: "\F315"; } .icon-flickr-sign:before { content: "\F316"; } .icon-flickr:before { content: "\F317"; } .icon-forrst-sign:before { content: "\F318"; } .icon-forrst:before { content: "\F319"; } .icon-delicious:before { content: "\F31A"; } .icon-lastfm-sign:before { content: "\F31B"; } .icon-lastfm:before { content: "\F31C"; } .icon-picasa-sign:before { content: "\F31D"; } .icon-picasa:before { content: "\F31E"; } .icon-stack-overflow:before { content: "\F320"; } .icon-tumblr-sign:before { content: "\F321"; } .icon-tumblr:before { content: "\F322"; } .icon-vimeo-sign:before { content: "\F323"; } .icon-vimeo:before { content: "\F324"; } .icon-wordpress-sign:before { content: "\F325"; } .icon-wordpress:before { content: "\F326"; } .icon-yelp-sign:before { content: "\F327"; } .icon-yelp:before { content: "\F328"; } .icon-cloud-upload:before { content: "\F0EE"; } .icon-cloud-download:before { content: "\F0ED"; } html, body { height: 100%; } body { margin: 0; padding: 0; font-family: "Open Sans", sans-serif; font-size: 11pt; color: #5B5B5B; } h1, h2, h3 { margin: 0; padding: 0; font-weight: normal; font-weight: 700; text-transform: uppercase; color: #222222; } h1 { font-size: 2em; } h2 { font-size: 2.8em; } h3 { font-size: 1.6em; } p, ol, ul { margin-top: 0px; } p { line-height: 180%; } a { color: #222222; } a:hover { text-decoration: none; } a img { border: none; } img.alignleft { float: left; } img.alignright { float: right; } img.aligncenter { margin: 0px auto; } hr { display: none; } .title { border-bottom: solid 1px #dbdbdb; margin: 0 0 3em 0; text-align: center; text-transform: uppercase; } .clock { display: flex; margin: 0 0 3em 0; justify-content: center; font-size: 2rem; font-weight: bolder; } .title:after { content: ""; display: block; border-top: solid 1px #dbdbdb; height: 8px; } .title h2 { margin: 0 0 1em 0; font-weight: 700; } .title .byline { position: relative; top: -2em; font-weight: 700; font-size: 1.1em; color: #8E8E8E; } ul.contact { overflow: hidden; margin: 0em 0 5em 0; padding-top: 1em; text-align: center; } ul.contact li { display: inline-block; margin-right: 0.5em; font-size: 1.2em; } ul.contact li span { display: none; margin: 0; padding: 0; } ul.contact li a { color: #FFF; } ul.contact li a:before { display: inline-block; background: #3f3f3f; width: 56px; height: 56px; border-radius: 8px; line-height: 56px; text-align: center; color: #FFFFFF; } ul.contact li a.icon-twitter:before { background: #2DAAE4; } ul.contact li a.icon-facebook:before { background: #39599F; } ul.contact li a.icon-dribbble:before { background: #C4376B; } ul.contact li a.icon-tumblr:before { background: #31516A; } ul.contact li a.icon-rss:before { background: #F2600B; } .button { display: inline-block; margin-top: 2em; padding: 1em 3em; background: #C4376B; border-radius: 7px; transition: opacity 0.25s ease-in-out; text-decoration: none; text-transform: uppercase; font-weight: 700; font-size: 0.9em; color: #FFF; } .button:hover { background: #D64077; } .button:active { background: #BD3567; } /** WRAPPER */ .wrapper-style1 { overflow: hidden; width: 1200px; margin: 0px auto; padding: 3em 0em; } .task { border: 1px solid teal; padding: 1rem; margin-bottom: 1rem; } .date { margin-right: 0.5rem; } .container { width: 1200px; margin: 0px auto; } .clearfix { clear: both; } .image { display: inline-block; } .image img { display: block; width: 100%; } .image-full { display: block; width: 100%; margin: 0 0 2em 0; } .image-left { float: left; margin: 0 2em 2em 0; } .image-centered { display: block; margin: 0 0 2em 0; } .image-centered img { margin: 0 auto; width: auto; } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #header { position: relative; margin-bottom: 3em; height: 13em; border-bottom: 1px solid #dbdbdb; } /*********************************************************************************/ /* Logo */ /*********************************************************************************/ #logo { position: absolute; top: 3.2em; left: 0; width: 100%; margin-top: -0.5em; } #logo h1 { display: inline-block; padding: 0.8em 1.3em 0.6em 0.5em; font-size: 2.5em; text-transform: uppercase; font-weight: 900; color: #404040; } .homepage #logo h1 { display: inline-block; padding: 0.6em 1.3em; font-size: 2.7em; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: #404040; } #logo a { text-decoration: none; } /*********************************************************************************/ /* Menu */ /*********************************************************************************/ #menu { position: absolute; right: 0; top: 5em; } .homepage #menu { position: absolute; display: block; top: 0; left: 0; width: 100%; text-align: center; } #menu > ul > li > ul { display: none; } #menu ul { display: inline-block; } #menu li { display: block; float: left; text-align: center; } #menu li a, #menu li span { display: block; padding: 0.8em 1.5em; text-decoration: none; font-size: 1em; font-weight: 700; text-transform: uppercase; outline: 0; color: #595959; } #menu .current_page_item a { background: #1097de; border-radius: 8px; color: #FFF; } /** PAGE */ /** CONTENT */ /** SIDEBAR */ /* Footer */ #footer { overflow: hidden; padding: 5em 0em; text-align: center; } #footer header { margin-bottom: 2em; text-align: center; } #footer .title { display: inline-block; text-align: center; font-size: 1em; } #footer .title h2 { margin: 0 0 1em 0; font-weight: 700; } #footer .title .byline { position: relative; padding: 0em 2em; top: -2em; font-weight: 700; font-size: 1.1em; } #welcome p { padding: 0em 4em; text-align: center; font-size: 1.1em; } #task-list { text-align: center; } #column1, #column2, #column3, #column4 { width: 282px; } #column1, #column2 { float: left; margin-right: 24px; } #column3 { float: left; } #column4 { float: right; }
public/css/app.css
@charset "UTF-8"; @font-face { font-family: "FontAwesome"; src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6); src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?21f212f94a9db6a0e3847c921842aa19) format("woff"), url(/fonts/fontawesome-webfont.ttf?bb72c5142ae2ae4ca0f9c0653a09871c) format("truetype"), url(/fonts/fontawesome-webfont.svg?b8e4dbe6872f049283c54da9d94a7b7a) format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "Font-Awesome-Social"; src: url(/fonts/fontawesome-social-webfont.eot?da90b6f64aa681e9959a79cbf47d6099); src: url(/fonts/fontawesome-social-webfont.eot?da90b6f64aa681e9959a79cbf47d6099) format("embedded-opentype"), url(/fonts/fontawesome-social-webfont.woff?f288630d1b592185faa69b2b1e4a333d) format("woff"), url(/fonts/fontawesome-social-webfont.ttf?1d4ff8fc57f9441485ceb8169f9b6354) format("truetype"), url(/fonts/fontawesome-social-webfont.svg?efc62637b100576f97764472d3b6dfca) format("svg"); font-weight: normal; font-style: normal; } /*********************************************************************************/ /* Icons */ /*********************************************************************************/ /* Powered by: Font Awesome (http://fortawesome.github.com/Font-Awesome/) Font Awesome More (http://gregoryloucas.github.com/Font-Awesome-More/) */ .icon { text-decoration: none; } .icon:before { font-size: 1.25em; text-decoration: none; font-family: FontAwesome; font-weight: normal; font-style: normal; -webkit-text-rendering: optimizeLegibility; -moz-text-rendering: optimizeLegibility; -ms-text-rendering: optimizeLegibility; -o-text-rendering: optimizeLegibility; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; -ms-font-feature-settings: "liga" 1, "dlig" 1; -o-font-feature-settings: "liga" 1, "dlig" 1; font-feature-settings: "liga" 1, "dlig" 1; } .icon-glass:before { content: "\F000"; } .icon-music:before { content: "\F001"; } .icon-search:before { content: "\F002"; } .icon-envelope:before { content: "\F003"; } .icon-heart:before { content: "\F004"; } .icon-star:before { content: "\F005"; } .icon-star-empty:before { content: "\F006"; } .icon-user:before { content: "\F007"; } .icon-film:before { content: "\F008"; } .icon-th-large:before { content: "\F009"; } .icon-th:before { content: "\F00A"; } .icon-th-list:before { content: "\F00B"; } .icon-ok:before { content: "\F00C"; } .icon-remove:before { content: "\F00D"; } .icon-zoom-in:before { content: "\F00E"; } .icon-zoom-out:before { content: "\F010"; } .icon-off:before { content: "\F011"; } .icon-signal:before { content: "\F012"; } .icon-cog:before { content: "\F013"; } .icon-trash:before { content: "\F014"; } .icon-home:before { content: "\F015"; } .icon-file:before { content: "\F016"; } .icon-time:before { content: "\F017"; } .icon-road:before { content: "\F018"; } .icon-download-alt:before { content: "\F019"; } .icon-download:before { content: "\F01A"; } .icon-upload:before { content: "\F01B"; } .icon-inbox:before { content: "\F01C"; } .icon-play-circle:before { content: "\F01D"; } .icon-repeat:before { content: "\F01E"; } /* \f020 doesn't work in Safari. all shifted one down */ .icon-refresh:before { content: "\F021"; } .icon-list-alt:before { content: "\F022"; } .icon-lock:before { content: "\F023"; } .icon-flag:before { content: "\F024"; } .icon-headphones:before { content: "\F025"; } .icon-volume-off:before { content: "\F026"; } .icon-volume-down:before { content: "\F027"; } .icon-volume-up:before { content: "\F028"; } .icon-qrcode:before { content: "\F029"; } .icon-barcode:before { content: "\F02A"; } .icon-tag:before { content: "\F02B"; } .icon-tags:before { content: "\F02C"; } .icon-book:before { content: "\F02D"; } .icon-bookmark:before { content: "\F02E"; } .icon-print:before { content: "\F02F"; } .icon-camera:before { content: "\F030"; } .icon-font:before { content: "\F031"; } .icon-bold:before { content: "\F032"; } .icon-italic:before { content: "\F033"; } .icon-text-height:before { content: "\F034"; } .icon-text-width:before { content: "\F035"; } .icon-align-left:before { content: "\F036"; } .icon-align-center:before { content: "\F037"; } .icon-align-right:before { content: "\F038"; } .icon-align-justify:before { content: "\F039"; } .icon-list:before { content: "\F03A"; } .icon-indent-left:before { content: "\F03B"; } .icon-indent-right:before { content: "\F03C"; } .icon-facetime-video:before { content: "\F03D"; } .icon-picture:before { content: "\F03E"; } .icon-pencil:before { content: "\F040"; } .icon-map-marker:before { content: "\F041"; } .icon-adjust:before { content: "\F042"; } .icon-tint:before { content: "\F043"; } .icon-edit:before { content: "\F044"; } .icon-share:before { content: "\F045"; } .icon-check:before { content: "\F046"; } .icon-move:before { content: "\F047"; } .icon-step-backward:before { content: "\F048"; } .icon-fast-backward:before { content: "\F049"; } .icon-backward:before { content: "\F04A"; } .icon-play:before { content: "\F04B"; } .icon-pause:before { content: "\F04C"; } .icon-stop:before { content: "\F04D"; } .icon-forward:before { content: "\F04E"; } .icon-fast-forward:before { content: "\F050"; } .icon-step-forward:before { content: "\F051"; } .icon-eject:before { content: "\F052"; } .icon-chevron-left:before { content: "\F053"; } .icon-chevron-right:before { content: "\F054"; } .icon-plus-sign:before { content: "\F055"; } .icon-minus-sign:before { content: "\F056"; } .icon-remove-sign:before { content: "\F057"; } .icon-ok-sign:before { content: "\F058"; } .icon-question-sign:before { content: "\F059"; } .icon-info-sign:before { content: "\F05A"; } .icon-screenshot:before { content: "\F05B"; } .icon-remove-circle:before { content: "\F05C"; } .icon-ok-circle:before { content: "\F05D"; } .icon-ban-circle:before { content: "\F05E"; } .icon-arrow-left:before { content: "\F060"; } .icon-arrow-right:before { content: "\F061"; } .icon-arrow-up:before { content: "\F062"; } .icon-arrow-down:before { content: "\F063"; } .icon-share-alt:before { content: "\F064"; } .icon-resize-full:before { content: "\F065"; } .icon-resize-small:before { content: "\F066"; } .icon-plus:before { content: "\F067"; } .icon-minus:before { content: "\F068"; } .icon-asterisk:before { content: "\F069"; } .icon-exclamation-sign:before { content: "\F06A"; } .icon-gift:before { content: "\F06B"; } .icon-leaf:before { content: "\F06C"; } .icon-fire:before { content: "\F06D"; } .icon-eye-open:before { content: "\F06E"; } .icon-eye-close:before { content: "\F070"; } .icon-warning-sign:before { content: "\F071"; } .icon-plane:before { content: "\F072"; } .icon-calendar:before { content: "\F073"; } .icon-random:before { content: "\F074"; } .icon-comment:before { content: "\F075"; } .icon-magnet:before { content: "\F076"; } .icon-chevron-up:before { content: "\F077"; } .icon-chevron-down:before { content: "\F078"; } .icon-retweet:before { content: "\F079"; } .icon-shopping-cart:before { content: "\F07A"; } .icon-folder-close:before { content: "\F07B"; } .icon-folder-open:before { content: "\F07C"; } .icon-resize-vertical:before { content: "\F07D"; } .icon-resize-horizontal:before { content: "\F07E"; } .icon-bar-chart:before { content: "\F080"; } .icon-twitter-sign:before { content: "\F081"; } .icon-facebook-sign:before { content: "\F082"; } .icon-camera-retro:before { content: "\F083"; } .icon-key:before { content: "\F084"; } .icon-cogs:before { content: "\F085"; } .icon-comments:before { content: "\F086"; } .icon-thumbs-up:before { content: "\F087"; } .icon-thumbs-down:before { content: "\F088"; } .icon-star-half:before { content: "\F089"; } .icon-heart-empty:before { content: "\F08A"; } .icon-signout:before { content: "\F08B"; } .icon-linkedin-sign:before { content: "\F08C"; } .icon-pushpin:before { content: "\F08D"; } .icon-external-link:before { content: "\F08E"; } .icon-signin:before { content: "\F090"; } .icon-trophy:before { content: "\F091"; } .icon-github-sign:before { content: "\F092"; } .icon-upload-alt:before { content: "\F093"; } .icon-lemon:before { content: "\F094"; } .icon-phone:before { content: "\F095"; } .icon-check-empty:before { content: "\F096"; } .icon-bookmark-empty:before { content: "\F097"; } .icon-phone-sign:before { content: "\F098"; } .icon-twitter:before { content: "\F099"; } .icon-facebook:before { content: "\F09A"; } .icon-github:before { content: "\F09B"; } .icon-unlock:before { content: "\F09C"; } .icon-credit-card:before { content: "\F09D"; } .icon-rss:before { content: "\F09E"; } .icon-hdd:before { content: "\F0A0"; } .icon-bullhorn:before { content: "\F0A1"; } .icon-bell:before { content: "\F0A2"; } .icon-certificate:before { content: "\F0A3"; } .icon-hand-right:before { content: "\F0A4"; } .icon-hand-left:before { content: "\F0A5"; } .icon-hand-up:before { content: "\F0A6"; } .icon-hand-down:before { content: "\F0A7"; } .icon-circle-arrow-left:before { content: "\F0A8"; } .icon-circle-arrow-right:before { content: "\F0A9"; } .icon-circle-arrow-up:before { content: "\F0AA"; } .icon-circle-arrow-down:before { content: "\F0AB"; } .icon-globe:before { content: "\F0AC"; } .icon-wrench:before { content: "\F0AD"; } .icon-tasks:before { content: "\F0AE"; } .icon-filter:before { content: "\F0B0"; } .icon-briefcase:before { content: "\F0B1"; } .icon-fullscreen:before { content: "\F0B2"; } .icon-group:before { content: "\F0C0"; } .icon-link:before { content: "\F0C1"; } .icon-cloud:before { content: "\F0C2"; } .icon-beaker:before { content: "\F0C3"; } .icon-cut:before { content: "\F0C4"; } .icon-copy:before { content: "\F0C5"; } .icon-paper-clip:before { content: "\F0C6"; } .icon-save:before { content: "\F0C7"; } .icon-sign-blank:before { content: "\F0C8"; } .icon-reorder:before { content: "\F0C9"; } .icon-list-ul:before { content: "\F0CA"; } .icon-list-ol:before { content: "\F0CB"; } .icon-strikethrough:before { content: "\F0CC"; } .icon-underline:before { content: "\F0CD"; } .icon-table:before { content: "\F0CE"; } .icon-magic:before { content: "\F0D0"; } .icon-truck:before { content: "\F0D1"; } .icon-pinterest:before { content: "\F0D2"; } .icon-pinterest-sign:before { content: "\F0D3"; } .icon-google-plus-sign:before { content: "\F0D4"; } .icon-google-plus:before { content: "\F0D5"; } .icon-money:before { content: "\F0D6"; } .icon-caret-down:before { content: "\F0D7"; } .icon-caret-up:before { content: "\F0D8"; } .icon-caret-left:before { content: "\F0D9"; } .icon-caret-right:before { content: "\F0DA"; } .icon-columns:before { content: "\F0DB"; } .icon-sort:before { content: "\F0DC"; } .icon-sort-down:before { content: "\F0DD"; } .icon-sort-up:before { content: "\F0DE"; } .icon-envelope-alt:before { content: "\F0E0"; } .icon-linkedin:before { content: "\F0E1"; } .icon-undo:before { content: "\F0E2"; } .icon-legal:before { content: "\F0E3"; } .icon-dashboard:before { content: "\F0E4"; } .icon-comment-alt:before { content: "\F0E5"; } .icon-comments-alt:before { content: "\F0E6"; } .icon-bolt:before { content: "\F0E7"; } .icon-sitemap:before { content: "\F0E8"; } .icon-umbrella:before { content: "\F0E9"; } .icon-paste:before { content: "\F0EA"; } .icon-lightbulb:before { content: "\F0EB"; } .icon-exchange:before { content: "\F0EC"; } .icon-cloud-download:before { content: "\F0ED"; } .icon-cloud-upload:before { content: "\F0EE"; } .icon-user-md:before { content: "\F0F0"; } .icon-stethoscope:before { content: "\F0F1"; } .icon-suitcase:before { content: "\F0F2"; } .icon-bell-alt:before { content: "\F0F3"; } .icon-coffee:before { content: "\F0F4"; } .icon-food:before { content: "\F0F5"; } .icon-file-alt:before { content: "\F0F6"; } .icon-building:before { content: "\F0F7"; } .icon-hospital:before { content: "\F0F8"; } .icon-ambulance:before { content: "\F0F9"; } .icon-medkit:before { content: "\F0FA"; } .icon-fighter-jet:before { content: "\F0FB"; } .icon-beer:before { content: "\F0FC"; } .icon-h-sign:before { content: "\F0FD"; } .icon-plus-sign-alt:before { content: "\F0FE"; } .icon-double-angle-left:before { content: "\F100"; } .icon-double-angle-right:before { content: "\F101"; } .icon-double-angle-up:before { content: "\F102"; } .icon-double-angle-down:before { content: "\F103"; } .icon-angle-left:before { content: "\F104"; } .icon-angle-right:before { content: "\F105"; } .icon-angle-up:before { content: "\F106"; } .icon-angle-down:before { content: "\F107"; } .icon-desktop:before { content: "\F108"; } .icon-laptop:before { content: "\F109"; } .icon-tablet:before { content: "\F10A"; } .icon-mobile-phone:before { content: "\F10B"; } .icon-circle-blank:before { content: "\F10C"; } .icon-quote-left:before { content: "\F10D"; } .icon-quote-right:before { content: "\F10E"; } .icon-spinner:before { content: "\F110"; } .icon-circle:before { content: "\F111"; } .icon-reply:before { content: "\F112"; } .icon-github-alt:before { content: "\F113"; } .icon-folder-close-alt:before { content: "\F114"; } .icon-folder-open-alt:before { content: "\F115"; } .icon-blogger-sign:before, .icon-blogger:before, .icon-delicious:before, .icon-dribbble-sign:before, .icon-dribbble:before, .icon-dropbox:before, .icon-drupal:before, .icon-evernote-sign:before, .icon-evernote:before, .icon-flickr-sign:before, .icon-flickr:before, .icon-forrst-sign:before, .icon-forrst:before, .icon-foursquare-sign:before, .icon-foursquare:before, .icon-git-fork:before, .icon-hacker-news:before, .icon-instagram:before, .icon-lastfm-sign:before, .icon-lastfm:before, .icon-paypal:before, .icon-picasa-sign:before, .icon-picasa:before, .icon-reddit:before, .icon-share-this-sign:before, .icon-share-this:before, .icon-skype:before, .icon-soundcloud:before, .icon-spotify:before, .icon-stack-overflow:before, .icon-tumblr-sign:before, .icon-tumblr:before, .icon-vimeo-sign:before, .icon-vimeo:before, .icon-wordpress-sign:before, .icon-wordpress:before, .icon-yelp-sign:before, .icon-yelp:before, .icon-youtube-sign:before, .icon-youtube:before { font-family: "Font-Awesome-Social"; } .icon-dropbox:before { content: "\F300"; } .icon-drupal:before { content: "\F301"; } .icon-git-fork:before { content: "\F302"; } .icon-instagram:before { content: "\F303"; } .icon-share-this-sign:before { content: "\F304"; } .icon-share-this:before { content: "\F305"; } .icon-foursquare-sign:before { content: "\F306"; } .icon-foursquare:before { content: "\F307"; } .icon-hacker-news:before { content: "\F308"; } .icon-skype:before { content: "\F309"; } .icon-spotify:before { content: "\F30A"; } .icon-soundcloud:before { content: "\F30B"; } .icon-paypal:before { content: "\F30C"; } .icon-youtube-sign:before { content: "\F30D"; } .icon-youtube:before { content: "\F30E"; } .icon-reddit:before { content: "\F30F"; } .icon-blogger-sign:before { content: "\F310"; } .icon-blogger:before { content: "\F311"; } .icon-dribbble-sign:before { content: "\F312"; } .icon-dribbble:before { content: "\F313"; } .icon-evernote-sign:before { content: "\F314"; } .icon-evernote:before { content: "\F315"; } .icon-flickr-sign:before { content: "\F316"; } .icon-flickr:before { content: "\F317"; } .icon-forrst-sign:before { content: "\F318"; } .icon-forrst:before { content: "\F319"; } .icon-delicious:before { content: "\F31A"; } .icon-lastfm-sign:before { content: "\F31B"; } .icon-lastfm:before { content: "\F31C"; } .icon-picasa-sign:before { content: "\F31D"; } .icon-picasa:before { content: "\F31E"; } .icon-stack-overflow:before { content: "\F320"; } .icon-tumblr-sign:before { content: "\F321"; } .icon-tumblr:before { content: "\F322"; } .icon-vimeo-sign:before { content: "\F323"; } .icon-vimeo:before { content: "\F324"; } .icon-wordpress-sign:before { content: "\F325"; } .icon-wordpress:before { content: "\F326"; } .icon-yelp-sign:before { content: "\F327"; } .icon-yelp:before { content: "\F328"; } .icon-cloud-upload:before { content: "\F0EE"; } .icon-cloud-download:before { content: "\F0ED"; } html, body { height: 100%; } body { margin: 0; padding: 0; font-family: "Open Sans", sans-serif; font-size: 11pt; color: #5B5B5B; } h1, h2, h3 { margin: 0; padding: 0; font-weight: normal; font-weight: 700; text-transform: uppercase; color: #222222; } h1 { font-size: 2em; } h2 { font-size: 2.8em; } h3 { font-size: 1.6em; } p, ol, ul { margin-top: 0px; } p { line-height: 180%; } a { color: #222222; } a:hover { text-decoration: none; } a img { border: none; } img.alignleft { float: left; } img.alignright { float: right; } img.aligncenter { margin: 0px auto; } hr { display: none; } .title { border-bottom: solid 1px #dbdbdb; margin: 0 0 3em 0; text-align: center; text-transform: uppercase; } .clock { display: flex; margin: 0 0 3em 0; justify-content: center; font-size: 2rem; font-weight: bolder; } .title:after { content: ""; display: block; border-top: solid 1px #dbdbdb; height: 8px; } .title h2 { margin: 0 0 1em 0; font-weight: 700; } .title .byline { position: relative; top: -2em; font-weight: 700; font-size: 1.1em; color: #8E8E8E; } ul.contact { overflow: hidden; margin: 0em 0 5em 0; padding-top: 1em; text-align: center; } ul.contact li { display: inline-block; margin-right: 0.5em; font-size: 1.2em; } ul.contact li span { display: none; margin: 0; padding: 0; } ul.contact li a { color: #FFF; } ul.contact li a:before { display: inline-block; background: #3f3f3f; width: 56px; height: 56px; border-radius: 8px; line-height: 56px; text-align: center; color: #FFFFFF; } ul.contact li a.icon-twitter:before { background: #2DAAE4; } ul.contact li a.icon-facebook:before { background: #39599F; } ul.contact li a.icon-dribbble:before { background: #C4376B; } ul.contact li a.icon-tumblr:before { background: #31516A; } ul.contact li a.icon-rss:before { background: #F2600B; } .button { display: inline-block; margin-top: 2em; padding: 1em 3em; background: #C4376B; border-radius: 7px; transition: opacity 0.25s ease-in-out; text-decoration: none; text-transform: uppercase; font-weight: 700; font-size: 0.9em; color: #FFF; } .button:hover { background: #D64077; } .button:active { background: #BD3567; } /** WRAPPER */ .wrapper-style1 { overflow: hidden; width: 1200px; margin: 0px auto; padding: 3em 0em; } .task { border: 1px solid teal; padding: 1rem; margin-bottom: 1rem; } .date { margin-right: 0.5rem; } .container { width: 1200px; margin: 0px auto; } .clearfix { clear: both; } .image { display: inline-block; } .image img { display: block; width: 100%; } .image-full { display: block; width: 100%; margin: 0 0 2em 0; } .image-left { float: left; margin: 0 2em 2em 0; } .image-centered { display: block; margin: 0 0 2em 0; } .image-centered img { margin: 0 auto; width: auto; } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #header { position: relative; margin-bottom: 3em; height: 13em; border-bottom: 1px solid #dbdbdb; } /*********************************************************************************/ /* Logo */ /*********************************************************************************/ #logo { position: absolute; top: 3.2em; left: 0; width: 100%; margin-top: -0.5em; } #logo h1 { display: inline-block; padding: 0.8em 1.3em 0.6em 0.5em; font-size: 2.5em; text-transform: uppercase; font-weight: 900; color: #404040; } .homepage #logo h1 { display: inline-block; padding: 0.6em 1.3em; font-size: 2.7em; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: #404040; } #logo a { text-decoration: none; } /*********************************************************************************/ /* Menu */ /*********************************************************************************/ #menu { position: absolute; right: 0; top: 5em; } .homepage #menu { position: absolute; display: block; top: 0; left: 0; width: 100%; text-align: center; } #menu > ul > li > ul { display: none; } #menu ul { display: inline-block; } #menu li { display: block; float: left; text-align: center; } #menu li a, #menu li span { display: block; padding: 0.8em 1.5em; text-decoration: none; font-size: 1em; font-weight: 700; text-transform: uppercase; outline: 0; color: #595959; } #menu .current_page_item a { background: #1097de; border-radius: 8px; color: #FFF; } /** PAGE */ /** CONTENT */ /** SIDEBAR */ /* Footer */ #footer { overflow: hidden; padding: 5em 0em; text-align: center; } #footer header { margin-bottom: 2em; text-align: center; } #footer .title { display: inline-block; text-align: center; font-size: 1em; } #footer .title h2 { margin: 0 0 1em 0; font-weight: 700; } #footer .title .byline { position: relative; padding: 0em 2em; top: -2em; font-weight: 700; font-size: 1.1em; } #welcome p { padding: 0em 4em; text-align: center; font-size: 1.1em; } #task-list { text-align: center; } #column1, #column2, #column3, #column4 { width: 282px; } #column1, #column2 { float: left; margin-right: 24px; } #column3 { float: left; } #column4 { float: right; }
0.303835
0.063599
@charset "utf-8"; html{ overflow-x: hidden; width: 100%; height: 100%; background-image: linear-gradient(to bottom,#ABDCFF 10%,#0396FF 80%); } body{ width: 100%; height: 100%; } #wrap{ width: 100%; height: 100%; } #main{ position: relative; width: 10rem; height: 100%; background:url('../images/bg.png') no-repeat center/100% 100%; } #main .hb1,#main .hb2,#main .hb3,#main .hb5 .hb5-2,#main .hb5 .hb5-3,#main .hb5 .hb5-4,#main .hb6{ z-index: 3; position: absolute; top: 2.6rem; left:0; right: 0; margin: auto; width: 7rem; height: 3rem; background: url('../images/rxl.png') no-repeat center/100% 100%; } #main .hb2{ top: .3rem; width: 90%; height: 1.8rem; background: url('../images/logo.png') no-repeat center/100% 100%; } #main .hb3{ z-index: 2; top:1.5rem; width: 100%; height: 6rem; background:url('../images/fix.png') no-repeat center/100% 100%; } #main .hb4{ z-index: 20; position: absolute; bottom: 0; width: 100%; height: 2.3rem; background:url('../images/coin2.png') no-repeat center/100% 100%; } #main .hb5{ z-index: 10; position:absolute; left:0; right:0; bottom:0; margin:auto; width: 6rem; height: 52%; background: url('../images/hb2.png') no-repeat center/100% 100%; } #main .hb5 .hb5-1{ z-index: 12; position: absolute; bottom: 0; width: 100%; height: 80%; background: url('../images/hb3.png') no-repeat center/100% 100%; } #main .hb5 .hb5-2{ z-index: 11; top: 20%; width: 80%; height: 80%; background: url('../images/letter.png') no-repeat center/100% 100%; } #main .hb5 .hb5-3{ overflow: hidden; z-index: 14; top: 33%; width: 1.5rem; height: 1.5rem; background-size: 13.5rem 1.5rem; background-position: 0 0; background-image: url('../images/coin3.png'); } #main .hb5 .hb5-3.on{ animation: coin 1s steps(9,end) infinite; } @keyframes coin{ 0%{background-position: 0 0;} 100%{background-position:-13.5rem 0 ;} } #main .hb5 .hb5-4{ z-index: 14; top: 55%; width: 70%; height: 1rem; background:url('../images/lq.png') no-repeat center/100% 100%; } #main .hb6{ display: none; z-index: 1; top: 2.3rem; width: 100%; height: 60%; background:url('../images/light.png') no-repeat center/100% 100%; } #main .hb6.on{ display: block; animation: rotate 5s linear infinite; } @keyframes rotate{ 100%{transform: rotate(360deg)} } .wrap1{ display: none; z-index: 50; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0,.5); } .hidden{ opacity: .3; overflow: hidden; z-index: 100; position: absolute; top: -140%; bottom: 0; left: 0; right: 0; margin: auto; width: 80%; height: 6rem; background-color: #f5f5f5; border-radius: 10px; } .phone,.btn2{ position: absolute; top: 18%; left: 0; right: 0; margin: auto; width: 80%; height: 1rem; } .cord{ position: absolute; top: 43%; width: 45%; height: 1rem; left: 10%; } .inp1,.inp2{ width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #cdcdcd; border-radius: 4px; font-size: .4rem; outline-color: #0396FF; } .inp1.on,.inp2.on{ box-shadow: 0 0 20px 1px rgba(0, 0, 0,.2) inset; } .inp1{ padding: 0 1.5rem; } .inp2{ width:100%; padding-left: 1.5rem; padding-right: 0.5rem; } .btn1{ position: absolute; top: 0; right: -78%; width: 70%; height: 100%; border-radius: 6px; background-image:linear-gradient(135deg,#ABDCFF 10%,#0396FF 90%); border: none; color: #fff; font-size: .4rem; outline: none; box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2) inset; } .phone i,.cord i{ position: absolute; top: 0; left: 0; width: 1rem; height: 1rem; border-right: 1px solid #cdcdcd; } .phone i{ background: url('../images/user.png') no-repeat center/50% 50%; } .cord i{ background: url('../images/pwd.png') no-repeat center/50% 50%; } .btn2{ top: 70%; border: none; border-radius: 6px; background-image:linear-gradient(135deg,#ABDCFF 10%,#0396FF 90%); box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .2); color: #fff; font-size: .45rem; letter-spacing: .5rem; text-indent: .5rem; outline: none; } .hidden2{ display: none; overflow: hidden; z-index: 100; position: absolute; top: 1rem; left: 0; right:0; margin:auto; width: 80%; background-color: #f5f5f5; border-radius: 10px; } .hidden2 ul{ width: 100%; padding: .5rem; box-sizing: border-box; } .hidden2 ul li{ overflow: hidden; width: 100%; padding: .2rem; line-height: .4rem; border-bottom: 1px dashed rgba(0, 0, 0,.5 ); font-size: .4rem; color: rgba(0, 0, 0, .7); box-sizing: border-box; } .hidden2 ul li.active{ line-height: .5rem; } .hidden2 ul li span:nth-child(2){ font-size: .35rem; margin-left: .4rem; color: #CC113D; } .hidden2 a{ font-size:.35rem; color: #CC113D; }
public/m/css/style.css
@charset "utf-8"; html{ overflow-x: hidden; width: 100%; height: 100%; background-image: linear-gradient(to bottom,#ABDCFF 10%,#0396FF 80%); } body{ width: 100%; height: 100%; } #wrap{ width: 100%; height: 100%; } #main{ position: relative; width: 10rem; height: 100%; background:url('../images/bg.png') no-repeat center/100% 100%; } #main .hb1,#main .hb2,#main .hb3,#main .hb5 .hb5-2,#main .hb5 .hb5-3,#main .hb5 .hb5-4,#main .hb6{ z-index: 3; position: absolute; top: 2.6rem; left:0; right: 0; margin: auto; width: 7rem; height: 3rem; background: url('../images/rxl.png') no-repeat center/100% 100%; } #main .hb2{ top: .3rem; width: 90%; height: 1.8rem; background: url('../images/logo.png') no-repeat center/100% 100%; } #main .hb3{ z-index: 2; top:1.5rem; width: 100%; height: 6rem; background:url('../images/fix.png') no-repeat center/100% 100%; } #main .hb4{ z-index: 20; position: absolute; bottom: 0; width: 100%; height: 2.3rem; background:url('../images/coin2.png') no-repeat center/100% 100%; } #main .hb5{ z-index: 10; position:absolute; left:0; right:0; bottom:0; margin:auto; width: 6rem; height: 52%; background: url('../images/hb2.png') no-repeat center/100% 100%; } #main .hb5 .hb5-1{ z-index: 12; position: absolute; bottom: 0; width: 100%; height: 80%; background: url('../images/hb3.png') no-repeat center/100% 100%; } #main .hb5 .hb5-2{ z-index: 11; top: 20%; width: 80%; height: 80%; background: url('../images/letter.png') no-repeat center/100% 100%; } #main .hb5 .hb5-3{ overflow: hidden; z-index: 14; top: 33%; width: 1.5rem; height: 1.5rem; background-size: 13.5rem 1.5rem; background-position: 0 0; background-image: url('../images/coin3.png'); } #main .hb5 .hb5-3.on{ animation: coin 1s steps(9,end) infinite; } @keyframes coin{ 0%{background-position: 0 0;} 100%{background-position:-13.5rem 0 ;} } #main .hb5 .hb5-4{ z-index: 14; top: 55%; width: 70%; height: 1rem; background:url('../images/lq.png') no-repeat center/100% 100%; } #main .hb6{ display: none; z-index: 1; top: 2.3rem; width: 100%; height: 60%; background:url('../images/light.png') no-repeat center/100% 100%; } #main .hb6.on{ display: block; animation: rotate 5s linear infinite; } @keyframes rotate{ 100%{transform: rotate(360deg)} } .wrap1{ display: none; z-index: 50; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0,.5); } .hidden{ opacity: .3; overflow: hidden; z-index: 100; position: absolute; top: -140%; bottom: 0; left: 0; right: 0; margin: auto; width: 80%; height: 6rem; background-color: #f5f5f5; border-radius: 10px; } .phone,.btn2{ position: absolute; top: 18%; left: 0; right: 0; margin: auto; width: 80%; height: 1rem; } .cord{ position: absolute; top: 43%; width: 45%; height: 1rem; left: 10%; } .inp1,.inp2{ width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #cdcdcd; border-radius: 4px; font-size: .4rem; outline-color: #0396FF; } .inp1.on,.inp2.on{ box-shadow: 0 0 20px 1px rgba(0, 0, 0,.2) inset; } .inp1{ padding: 0 1.5rem; } .inp2{ width:100%; padding-left: 1.5rem; padding-right: 0.5rem; } .btn1{ position: absolute; top: 0; right: -78%; width: 70%; height: 100%; border-radius: 6px; background-image:linear-gradient(135deg,#ABDCFF 10%,#0396FF 90%); border: none; color: #fff; font-size: .4rem; outline: none; box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2) inset; } .phone i,.cord i{ position: absolute; top: 0; left: 0; width: 1rem; height: 1rem; border-right: 1px solid #cdcdcd; } .phone i{ background: url('../images/user.png') no-repeat center/50% 50%; } .cord i{ background: url('../images/pwd.png') no-repeat center/50% 50%; } .btn2{ top: 70%; border: none; border-radius: 6px; background-image:linear-gradient(135deg,#ABDCFF 10%,#0396FF 90%); box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .2); color: #fff; font-size: .45rem; letter-spacing: .5rem; text-indent: .5rem; outline: none; } .hidden2{ display: none; overflow: hidden; z-index: 100; position: absolute; top: 1rem; left: 0; right:0; margin:auto; width: 80%; background-color: #f5f5f5; border-radius: 10px; } .hidden2 ul{ width: 100%; padding: .5rem; box-sizing: border-box; } .hidden2 ul li{ overflow: hidden; width: 100%; padding: .2rem; line-height: .4rem; border-bottom: 1px dashed rgba(0, 0, 0,.5 ); font-size: .4rem; color: rgba(0, 0, 0, .7); box-sizing: border-box; } .hidden2 ul li.active{ line-height: .5rem; } .hidden2 ul li span:nth-child(2){ font-size: .35rem; margin-left: .4rem; color: #CC113D; } .hidden2 a{ font-size:.35rem; color: #CC113D; }
0.346652
0.070624
word-break: break-word; line-height: 1.75; font-weight: 400; font-size: 15px; overflow-x: hidden; color: #333; } #markdown h1, #markdown h2, #markdown h3, #markdown h4, #markdown h5, #markdown h6 { line-height: 1.5; margin-top: 35px; margin-bottom: 10px; padding-bottom: 5px; } #markdown h1 { font-size: 30px; margin-bottom: 5px; } #markdown h2 { padding-bottom: 12px; font-size: 24px; border-bottom: 1px solid #ececec; } #markdown h3 { font-size: 18px; padding-bottom: 0; } #markdown h4 { font-size: 16px; } #markdown h5 { font-size: 15px; } #markdown h6 { margin-top: 5px; } #markdown p { line-height: inherit; margin-top: 22px; margin-bottom: 22px; } #markdown img { max-width: 100%; } #markdown hr { border-top: 1px solid #ddd; border-bottom: none; border-left: none; border-right: none; margin-top: 32px; margin-bottom: 32px; } #markdown code { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; word-break: break-word; border-radius: 2px; overflow-x: auto; font-size: 0.87em; padding: 0.065em 0.4em; } #markdown pre { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; overflow: auto; position: relative; line-height: 1.75; } #markdown pre > code { font-size: 12px; padding: 15px 12px; margin: 0; word-break: normal; display: block; overflow-x: auto; } #markdown a { text-decoration: none; color: #0269c8; border-bottom: 1px solid #d1e9ff; } #markdown a:hover, #markdown a:active { color: #275b8c; } #markdown table { display: inline-block !important; font-size: 12px; width: auto; max-width: 100%; overflow: auto; border: solid 1px #f6f6f6; } #markdown thead { background: #f6f6f6; color: #000; text-align: left; } #markdown tr:nth-child(2n) { background-color: #fcfcfc; } #markdown th, #markdown td { padding: 12px 7px; line-height: 24px; } #markdown td { min-width: 120px; } #markdown blockquote { color: #666; padding: 1px 23px; margin: 22px 0; border-left: 4px solid #cbcbcb; background-color: #f8f8f8; } #markdown blockquote::after { display: block; content: ""; } #markdown blockquote > p { margin: 10px 0; } #markdown ol, #markdown ul { padding-left: 28px; } #markdown ol li, #markdown ul li { margin-bottom: 0; list-style: inherit; } #markdown ol li .task-list-item, #markdown ul li .task-list-item { list-style: none; } #markdown ol li .task-list-item ul, #markdown ol li .task-list-item ol, #markdown ul li .task-list-item ul, #markdown ul li .task-list-item ol { margin-top: 0; } #markdown ol ul, #markdown ol ol, #markdown ul ul, #markdown ul ol { margin-top: 3px; } #markdown ol li { padding-left: 6px; } @media (max-width: 720px) { #markdown h1 { font-size: 24px; } #markdown h2 { font-size: 20px; } #markdown h3 { font-size: 18px; } }
src/themes/juejin.markdown.css
word-break: break-word; line-height: 1.75; font-weight: 400; font-size: 15px; overflow-x: hidden; color: #333; } #markdown h1, #markdown h2, #markdown h3, #markdown h4, #markdown h5, #markdown h6 { line-height: 1.5; margin-top: 35px; margin-bottom: 10px; padding-bottom: 5px; } #markdown h1 { font-size: 30px; margin-bottom: 5px; } #markdown h2 { padding-bottom: 12px; font-size: 24px; border-bottom: 1px solid #ececec; } #markdown h3 { font-size: 18px; padding-bottom: 0; } #markdown h4 { font-size: 16px; } #markdown h5 { font-size: 15px; } #markdown h6 { margin-top: 5px; } #markdown p { line-height: inherit; margin-top: 22px; margin-bottom: 22px; } #markdown img { max-width: 100%; } #markdown hr { border-top: 1px solid #ddd; border-bottom: none; border-left: none; border-right: none; margin-top: 32px; margin-bottom: 32px; } #markdown code { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; word-break: break-word; border-radius: 2px; overflow-x: auto; font-size: 0.87em; padding: 0.065em 0.4em; } #markdown pre { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; overflow: auto; position: relative; line-height: 1.75; } #markdown pre > code { font-size: 12px; padding: 15px 12px; margin: 0; word-break: normal; display: block; overflow-x: auto; } #markdown a { text-decoration: none; color: #0269c8; border-bottom: 1px solid #d1e9ff; } #markdown a:hover, #markdown a:active { color: #275b8c; } #markdown table { display: inline-block !important; font-size: 12px; width: auto; max-width: 100%; overflow: auto; border: solid 1px #f6f6f6; } #markdown thead { background: #f6f6f6; color: #000; text-align: left; } #markdown tr:nth-child(2n) { background-color: #fcfcfc; } #markdown th, #markdown td { padding: 12px 7px; line-height: 24px; } #markdown td { min-width: 120px; } #markdown blockquote { color: #666; padding: 1px 23px; margin: 22px 0; border-left: 4px solid #cbcbcb; background-color: #f8f8f8; } #markdown blockquote::after { display: block; content: ""; } #markdown blockquote > p { margin: 10px 0; } #markdown ol, #markdown ul { padding-left: 28px; } #markdown ol li, #markdown ul li { margin-bottom: 0; list-style: inherit; } #markdown ol li .task-list-item, #markdown ul li .task-list-item { list-style: none; } #markdown ol li .task-list-item ul, #markdown ol li .task-list-item ol, #markdown ul li .task-list-item ul, #markdown ul li .task-list-item ol { margin-top: 0; } #markdown ol ul, #markdown ol ol, #markdown ul ul, #markdown ul ol { margin-top: 3px; } #markdown ol li { padding-left: 6px; } @media (max-width: 720px) { #markdown h1 { font-size: 24px; } #markdown h2 { font-size: 20px; } #markdown h3 { font-size: 18px; } }
0.429788
0.095434
.mainpanel{ height:150px; width:100%; background-image:url('images/5.jpg'); background-repeat:no-repeat; background-size: cover; position:absolute; margin-top:0px; overflow: hidden; } .navbar ul { padding-top:5px; } .navbar li { display: inline; margin :35px; } a.navigation:link, a.navigation:visited { font-family:'Roboto', sans-serif; font-size: 1.2rem; font-color: white; color: #e2e2e2; padding:7px; padding-bottom:0px; text-transform: uppercase; text-decoration: none; height: 112px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } a.navigation:hover, .navigation:active { border-bottom: 3px solid #FFD700; } .active{ border-bottom: 3px solid #FFD700; } .mypic{ position:absolute; width:200px; height:190px; background-image:url('images/verify.jpg'); background-repeat:no-repeat; background-size: cover; margin-left:500px; margin-top:90px; border-radius:100%; } .myname{ position:absolute; padding-top:15px; padding-left:500px; padding-right:100px; font-size:50px; color:white; } .balance h1{ position:absolute; padding-top:259px; padding-left:530px; padding-right:100px; font-size:30px; color:white; } .mybalance h1{ position:absolute; padding-top:200px; padding-left:493px; padding-right:80px; font-size:130px; color:white; } .panel2{ position:absolute; margin-top:550px; height:550px; width:100%; background-color:#EEE0E5; } .panel2 h1{ font-size:70px; margin-right:10px; color:#EEC900; } .panel2 h2{ font-size:40px; margin-right:25px; } .wins{ position:absolute; margin-left:140px; font-size:45px; color:green; } .draws{ position:absolute; margin-left:520px; font-size:45px; color:#33A1C9; } .losses{ position:absolute; margin-left:920px; font-size:45px; color:red; } .wins-numbers{ margin-top:50px; position:absolute; margin-left:175px; font-size:45px; } .draws-numbers{ margin-top:50px; position:absolute; margin-left:600px; font-size:45px; } .losses-numbers{ margin-top:50px; position:absolute; margin-left:1000px; font-size:45px; } .btn-2{ position:absolute; height:50px; width:100px; background-color:red; margin-left:980px; border-radius:6px; } .btn-3{ position:absolute; height:50px; width:100px; background-color:red; margin-left:580px; margin-bottom:100px; border-radius:6px; } .btn-4{ position:absolute; margin-bottom:100px; height:50px; width:100px; background-color:red; margin-left:160px; border-radius:6px; } .buttons{ margin-top:200px; position:absolute; height:100px; width:100%; } .result{ position:absolute; width:100%; height:550px; top:550px; margin-right:900px; } .userpic{ position:absolute; width:200px; height:200px; margin-left:80px; margin-top:150px; } .userpic1{ position:absolute; width:200px; height:200px; margin-left:1000px; margin-top:150px; } .username{ position:absolute; margin-left:50px; padding-bottom:200px; font-size:25px; margin-top:105px; } .userpic img,.userpic1 img{ position:absolute; margin-top:50px; width:300px; height:300px; border-radius:100%; margin-bottom:30px; } .amount{ position:absolute; margin-left:650px; } .price{ position:absolute; padding-top:5px; padding-bottom:5px; margin-top:-140px; border-radius:5px; width:50px; height:35px; } .review{ position:absolute; margin-left:380px; margin-top:-140px; } #send{ position:absolute; margin-left:580px; margin-top:-130px; background:transparent; border-radius:5px; } .games{ position:absolute; margin-left:250px; margin-top:-70px; margin-right:50px; width:200px; height:35px; background:grey; border-radius:5px; margin-top:-80px; } .consoles{ position:absolute; margin-top:-70px; margin-left:650px; width:200px; height:35px; background:red; margin-top:-80px; border-radius:5px; } .sidebars{ position:absolute; height:900px; width:325px; background-color:red; margin-top:550px; margin-left:900px; } .nav{ margin-top:160px; padding:100px; } .sub1{ position:absolute; margin-top:-80px; margin-left:1000px; height:40px; width:100px; background-color:green; border-radius:6px; } .matchpanel{ position:absolute; margin-top:150px; background-color:red; width:100%; height:600px; border-radius:5px; } .myname{ position:absolute; margin-top:500px; margin-left:-370px; color:white; } .opp{ position:absolute; font-size:50px; color:white; margin-top:520px; margin-left:1050px; } .notice{ font-size:20px; color:Green; margin-left:600px; margin-top:20px; height:50px; width:150px; border:5px solid black; } .notice h2{ margin-top:5px; margin-left:15px; } .vs{ position:absolute; margin-left:620px; margin-top:10px; color:blue; font-size:50px; } .score1{ position:absolute; margin-top:100px; margin-left:-450px; width:100px; height:50px; } .score2{ position:absolute; margin-top:100px; margin-left:500px; width:100px; height:50px; } .score1 formfield,.score2 formfield{ text-align:center; } #send_result{ position:absolute; margin-top:200px; margin-left:-75px; background-color:green; height:50px; width:150px; border-radius:4px; } .myname{ position:absolute; margin-top:200px; margin-left:-75px; } .notice{ position:absolute; background-color:grey; margin-top:245px; margin-left:960px; height:350px; width:50px; }
ui2.css
.mainpanel{ height:150px; width:100%; background-image:url('images/5.jpg'); background-repeat:no-repeat; background-size: cover; position:absolute; margin-top:0px; overflow: hidden; } .navbar ul { padding-top:5px; } .navbar li { display: inline; margin :35px; } a.navigation:link, a.navigation:visited { font-family:'Roboto', sans-serif; font-size: 1.2rem; font-color: white; color: #e2e2e2; padding:7px; padding-bottom:0px; text-transform: uppercase; text-decoration: none; height: 112px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } a.navigation:hover, .navigation:active { border-bottom: 3px solid #FFD700; } .active{ border-bottom: 3px solid #FFD700; } .mypic{ position:absolute; width:200px; height:190px; background-image:url('images/verify.jpg'); background-repeat:no-repeat; background-size: cover; margin-left:500px; margin-top:90px; border-radius:100%; } .myname{ position:absolute; padding-top:15px; padding-left:500px; padding-right:100px; font-size:50px; color:white; } .balance h1{ position:absolute; padding-top:259px; padding-left:530px; padding-right:100px; font-size:30px; color:white; } .mybalance h1{ position:absolute; padding-top:200px; padding-left:493px; padding-right:80px; font-size:130px; color:white; } .panel2{ position:absolute; margin-top:550px; height:550px; width:100%; background-color:#EEE0E5; } .panel2 h1{ font-size:70px; margin-right:10px; color:#EEC900; } .panel2 h2{ font-size:40px; margin-right:25px; } .wins{ position:absolute; margin-left:140px; font-size:45px; color:green; } .draws{ position:absolute; margin-left:520px; font-size:45px; color:#33A1C9; } .losses{ position:absolute; margin-left:920px; font-size:45px; color:red; } .wins-numbers{ margin-top:50px; position:absolute; margin-left:175px; font-size:45px; } .draws-numbers{ margin-top:50px; position:absolute; margin-left:600px; font-size:45px; } .losses-numbers{ margin-top:50px; position:absolute; margin-left:1000px; font-size:45px; } .btn-2{ position:absolute; height:50px; width:100px; background-color:red; margin-left:980px; border-radius:6px; } .btn-3{ position:absolute; height:50px; width:100px; background-color:red; margin-left:580px; margin-bottom:100px; border-radius:6px; } .btn-4{ position:absolute; margin-bottom:100px; height:50px; width:100px; background-color:red; margin-left:160px; border-radius:6px; } .buttons{ margin-top:200px; position:absolute; height:100px; width:100%; } .result{ position:absolute; width:100%; height:550px; top:550px; margin-right:900px; } .userpic{ position:absolute; width:200px; height:200px; margin-left:80px; margin-top:150px; } .userpic1{ position:absolute; width:200px; height:200px; margin-left:1000px; margin-top:150px; } .username{ position:absolute; margin-left:50px; padding-bottom:200px; font-size:25px; margin-top:105px; } .userpic img,.userpic1 img{ position:absolute; margin-top:50px; width:300px; height:300px; border-radius:100%; margin-bottom:30px; } .amount{ position:absolute; margin-left:650px; } .price{ position:absolute; padding-top:5px; padding-bottom:5px; margin-top:-140px; border-radius:5px; width:50px; height:35px; } .review{ position:absolute; margin-left:380px; margin-top:-140px; } #send{ position:absolute; margin-left:580px; margin-top:-130px; background:transparent; border-radius:5px; } .games{ position:absolute; margin-left:250px; margin-top:-70px; margin-right:50px; width:200px; height:35px; background:grey; border-radius:5px; margin-top:-80px; } .consoles{ position:absolute; margin-top:-70px; margin-left:650px; width:200px; height:35px; background:red; margin-top:-80px; border-radius:5px; } .sidebars{ position:absolute; height:900px; width:325px; background-color:red; margin-top:550px; margin-left:900px; } .nav{ margin-top:160px; padding:100px; } .sub1{ position:absolute; margin-top:-80px; margin-left:1000px; height:40px; width:100px; background-color:green; border-radius:6px; } .matchpanel{ position:absolute; margin-top:150px; background-color:red; width:100%; height:600px; border-radius:5px; } .myname{ position:absolute; margin-top:500px; margin-left:-370px; color:white; } .opp{ position:absolute; font-size:50px; color:white; margin-top:520px; margin-left:1050px; } .notice{ font-size:20px; color:Green; margin-left:600px; margin-top:20px; height:50px; width:150px; border:5px solid black; } .notice h2{ margin-top:5px; margin-left:15px; } .vs{ position:absolute; margin-left:620px; margin-top:10px; color:blue; font-size:50px; } .score1{ position:absolute; margin-top:100px; margin-left:-450px; width:100px; height:50px; } .score2{ position:absolute; margin-top:100px; margin-left:500px; width:100px; height:50px; } .score1 formfield,.score2 formfield{ text-align:center; } #send_result{ position:absolute; margin-top:200px; margin-left:-75px; background-color:green; height:50px; width:150px; border-radius:4px; } .myname{ position:absolute; margin-top:200px; margin-left:-75px; } .notice{ position:absolute; background-color:grey; margin-top:245px; margin-left:960px; height:350px; width:50px; }
0.277669
0.036288
@charset 'UTF-8'; /* * Typesetting-cjk.css * @Baigei-Gu * @date 2021-02-23 * @version v0.13-alpha(2) */ @import url('https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;500;700;900&display=swap'); /*加载外置CSS*/ :root { font-size: 8vmin; --color: #233; --h1-before: '𒆙'; /*标题前字符*/ --font-hei: 'Noto Sans SC', 'Noto Sans', 'Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', 'PingFang SC', 'Hiragino Sans GB', 'Noto Sans CJK SC', 'Source Han Sans SC', 'Source Han Sans CN', 'Wenquanyi Micro Hei', 'WenQuanYi Zen Hei', 'ST Heiti', SimHei, 'WenQuanYi Zen Hei Sharp', sans-serif; --font-song: 'Noto Serif SC', 'Nimbus Roman No9 L', 'Songti SC', 'Noto Serif CJK SC', 'Source Han Serif SC', 'Source Han Serif CN', STSong, 'AR PL New Sung', 'AR PL SungtiL GB', NSimSun, SimSun, 'TW\-Sung', 'WenQuanYi Bitmap Song', 'AR PL UMing CN', 'AR PL UMing HK', 'AR PL UMing TW', 'AR PL UMing TW MBE', PMingLiU, MingLiU, serif; --shadow: 2px 2px 15px #ccc; --shadow-hover: 8px 8px 15px #ccc; --code-bg-color: #ccc; --code-bg-color-hover: #ddd; /*阴影设定*/ } [lang^='zh'] { font-size: 1.5rem; line-height: 2.3rem; letter-spacing: .3rem; } [lang^='en'] { font-size: 1rem; line-height: 3rem; word-spacing: .4rem; } /*各部分设置*/ main { font-family: var(--font-song); color: var(--color); /*改善字体渲染*/ -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; margin: 6% 5% 5% 5%; padding: 5% 5% 5% 5%; box-shadow: var(--shadow); } h1 { font-family: var(--font-hei); font-size: 1.5em; margin: 5% 10% 10% 5%; text-align: left; text-align: left; line-height: 2.5rem; transition: font-size 0.5s; } h1:before { /*添加标题前的符号*/ content: var(--h1-before); margin-right: 5%; color: #ccc; } h1:hover { position: relative; opacity: 0.8; font-size: 1.6em; transition: font-size 1s; } p { text-indent: 2rem; line-height: 2.5rem; } a { color: var(--color); } b, strong { font-size: 700; } u { text-decoration: underline; } ul { padding-left: 3rem; } ol { list-style-type: simp-chinese-informal; } small { font-size: calc(1em * 0.8); } mark { font-weight: 700; background: #eee; } blockquote { margin-left: 0.5em; padding: 1.2em; padding-left: 1em; border-left: 5px solid #000; transition: all 1s; box-shadow: var(--shadow); } blockquote:hover { transition: all 1s; box-shadow: var(--shadow-hover) } img { margin: 0 0 0 0 auto; width: 90%; padding: .5rem; border: 2px solid #ccc; box-shadow: var(--shadow); } pre, code, pre tt { font-family: 'Courier New', Courier, monospace; padding: 0.3em; background-color: var(--code-bg-color); border-radius: 0.2em; } hr { /*分割线*/ width: 70%; text-align: center; transition: all 1s; background: rgba(154, 154, 154, 0.8); } em { font-style: unset; position: relative; } /*着重号*/ em:after { position: absolute; top: .8em; left: 0; overflow: hidden; width: 100%; content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・'; white-space: nowrap; } abbr { cursor: help; border-bottom: 1px dotted; font-variant: normal; text-decoration: none; } del { text-decoration: line-through; } /*表格*/ table { margin: 0; padding: 0; width: 90%; padding: 0.5em; word-break: initial; border: 1px solid #dfe2e5; } table tr { border-top: 1px solid #dfe2e5; } table tr:nth-child(2n), thead { background-color: #f6f9fb; } table tr th { font-weight: bold; margin: 0; border: 1px solid #dfe2e5; } table tr td { margin: 0; border: 1px solid #dfe2e5; } table tr th:first-child, table tr td:first-child { margin-top: 0; } table tr th:last-child, table tr td:last-child { margin-bottom: 0; } [draggable] { /*防止来自领导的问号*/ cursor: move; } /*中英文之间增加空白*/ body { -ms-text-autospace: ideograph-alpha; } html.han-la hanla:after { content: " "; display: inline; font-family: Arial; font-size: 0.89em; } html.han-la code hanla, html.han-la pre hanla, html.han-la kbd hanla, html.han-la samp hanla { display: none; } html.han-la ol>hanla, html.han-la ul>hanla { display: none; } /*黑夜模式*/ @media(prefers-color-scheme:dark) { :root { --color: #ddd; --shadow: 2px 2px 15px #616161; --shadow-hover: 8px 8px 15px #616161; --code-bg-color: #333; --code-bg-color-hover: #222; } body { background-color: #121212; } mark { color: var(--color); background-color: #555; } main { background-color: #333 } blockquote { border-left: 5px solid #ccc; } table { margin: 0; padding: 0; width: 90%; padding: 0.5em; word-break: initial; border: 1px solid #424242; } table tr { border-top: 1px solid #424242; } table tr:nth-child(2n), thead { background-color: #424242; } table tr th { font-weight: bold; margin: 0; border: 1px solid #424242; } table tr td { margin: 0; border: 1px solid #424242; } } /*移动端*/ @media screen and (max-width: 450px) { :root { font-size: 5vmin; hyphens: auto; } h1 { word-break: break-all } blockquote { padding-left: 0.5em; } main { width: 80%; margin: 0 auto; } [lang^='zh'] { line-height: 2.5rem; letter-spacing: .5rem; } [lang^='en'] { line-height: 3.5rem; word-spacing: .5rem; } }
src/Typesetting-cjk.css
@charset 'UTF-8'; /* * Typesetting-cjk.css * @Baigei-Gu * @date 2021-02-23 * @version v0.13-alpha(2) */ @import url('https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;500;700;900&display=swap'); /*加载外置CSS*/ :root { font-size: 8vmin; --color: #233; --h1-before: '𒆙'; /*标题前字符*/ --font-hei: 'Noto Sans SC', 'Noto Sans', 'Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', 'PingFang SC', 'Hiragino Sans GB', 'Noto Sans CJK SC', 'Source Han Sans SC', 'Source Han Sans CN', 'Wenquanyi Micro Hei', 'WenQuanYi Zen Hei', 'ST Heiti', SimHei, 'WenQuanYi Zen Hei Sharp', sans-serif; --font-song: 'Noto Serif SC', 'Nimbus Roman No9 L', 'Songti SC', 'Noto Serif CJK SC', 'Source Han Serif SC', 'Source Han Serif CN', STSong, 'AR PL New Sung', 'AR PL SungtiL GB', NSimSun, SimSun, 'TW\-Sung', 'WenQuanYi Bitmap Song', 'AR PL UMing CN', 'AR PL UMing HK', 'AR PL UMing TW', 'AR PL UMing TW MBE', PMingLiU, MingLiU, serif; --shadow: 2px 2px 15px #ccc; --shadow-hover: 8px 8px 15px #ccc; --code-bg-color: #ccc; --code-bg-color-hover: #ddd; /*阴影设定*/ } [lang^='zh'] { font-size: 1.5rem; line-height: 2.3rem; letter-spacing: .3rem; } [lang^='en'] { font-size: 1rem; line-height: 3rem; word-spacing: .4rem; } /*各部分设置*/ main { font-family: var(--font-song); color: var(--color); /*改善字体渲染*/ -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; margin: 6% 5% 5% 5%; padding: 5% 5% 5% 5%; box-shadow: var(--shadow); } h1 { font-family: var(--font-hei); font-size: 1.5em; margin: 5% 10% 10% 5%; text-align: left; text-align: left; line-height: 2.5rem; transition: font-size 0.5s; } h1:before { /*添加标题前的符号*/ content: var(--h1-before); margin-right: 5%; color: #ccc; } h1:hover { position: relative; opacity: 0.8; font-size: 1.6em; transition: font-size 1s; } p { text-indent: 2rem; line-height: 2.5rem; } a { color: var(--color); } b, strong { font-size: 700; } u { text-decoration: underline; } ul { padding-left: 3rem; } ol { list-style-type: simp-chinese-informal; } small { font-size: calc(1em * 0.8); } mark { font-weight: 700; background: #eee; } blockquote { margin-left: 0.5em; padding: 1.2em; padding-left: 1em; border-left: 5px solid #000; transition: all 1s; box-shadow: var(--shadow); } blockquote:hover { transition: all 1s; box-shadow: var(--shadow-hover) } img { margin: 0 0 0 0 auto; width: 90%; padding: .5rem; border: 2px solid #ccc; box-shadow: var(--shadow); } pre, code, pre tt { font-family: 'Courier New', Courier, monospace; padding: 0.3em; background-color: var(--code-bg-color); border-radius: 0.2em; } hr { /*分割线*/ width: 70%; text-align: center; transition: all 1s; background: rgba(154, 154, 154, 0.8); } em { font-style: unset; position: relative; } /*着重号*/ em:after { position: absolute; top: .8em; left: 0; overflow: hidden; width: 100%; content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・'; white-space: nowrap; } abbr { cursor: help; border-bottom: 1px dotted; font-variant: normal; text-decoration: none; } del { text-decoration: line-through; } /*表格*/ table { margin: 0; padding: 0; width: 90%; padding: 0.5em; word-break: initial; border: 1px solid #dfe2e5; } table tr { border-top: 1px solid #dfe2e5; } table tr:nth-child(2n), thead { background-color: #f6f9fb; } table tr th { font-weight: bold; margin: 0; border: 1px solid #dfe2e5; } table tr td { margin: 0; border: 1px solid #dfe2e5; } table tr th:first-child, table tr td:first-child { margin-top: 0; } table tr th:last-child, table tr td:last-child { margin-bottom: 0; } [draggable] { /*防止来自领导的问号*/ cursor: move; } /*中英文之间增加空白*/ body { -ms-text-autospace: ideograph-alpha; } html.han-la hanla:after { content: " "; display: inline; font-family: Arial; font-size: 0.89em; } html.han-la code hanla, html.han-la pre hanla, html.han-la kbd hanla, html.han-la samp hanla { display: none; } html.han-la ol>hanla, html.han-la ul>hanla { display: none; } /*黑夜模式*/ @media(prefers-color-scheme:dark) { :root { --color: #ddd; --shadow: 2px 2px 15px #616161; --shadow-hover: 8px 8px 15px #616161; --code-bg-color: #333; --code-bg-color-hover: #222; } body { background-color: #121212; } mark { color: var(--color); background-color: #555; } main { background-color: #333 } blockquote { border-left: 5px solid #ccc; } table { margin: 0; padding: 0; width: 90%; padding: 0.5em; word-break: initial; border: 1px solid #424242; } table tr { border-top: 1px solid #424242; } table tr:nth-child(2n), thead { background-color: #424242; } table tr th { font-weight: bold; margin: 0; border: 1px solid #424242; } table tr td { margin: 0; border: 1px solid #424242; } } /*移动端*/ @media screen and (max-width: 450px) { :root { font-size: 5vmin; hyphens: auto; } h1 { word-break: break-all } blockquote { padding-left: 0.5em; } main { width: 80%; margin: 0 auto; } [lang^='zh'] { line-height: 2.5rem; letter-spacing: .5rem; } [lang^='en'] { line-height: 3.5rem; word-spacing: .5rem; } }
0.351534
0.092976
.experiencia { max-width: 1200px; padding: 40px 20px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 100px; } .experiencia .subtitulo { color: #e0e0e0; } .experiencia-texto { font-size: 1.5rem; line-height: 1.33; max-width: 40ch; margin-bottom: 60px; color: #525252; } .experiencia-texto strong { color: #141414; } .empresa { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; padding: 20px; background: #f5f5f5; margin-bottom: 20px; border-radius: 4px; position: relative; } .empresa::before { content: ""; display: block; width: 4px; height: 20px; background: linear-gradient(#c883ea, #6e1c97); position: absolute; top: 20px; left: -4px; } .empresa-ano { position: absolute; top: 22px; left: -100px; width: 80px; text-align: right; font-size: 0.875rem; color: #525252; } .empresa-titulo { font-size: 1.125rem; line-height: 1.1; font-weight: bold; } .empresa-texto { font-size: 0.875rem; color: #525252; line-height: 1.4; } .empresa-habilidades { display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start; } .empresa-habilidades li { font-size: 0.875rem; line-height: 1.4; border-radius: 4px; background: #ffffff; padding: 5px 10px; } .botao { display: flex; justify-content: center; align-items: center; max-width: 100px; height: 40px; background: #c883ea; border-radius: 5px; color: #6e1c97; box-shadow: 0px 3px 5px 0px #ccc; padding: 0px 10px; text-transform: uppercase; text-decoration: none; font-weight: bold; border: 1px solid #ccc; } .botao:hover { background: #6e1c97; color: #fff; transition: 0.3s; } .botao a:hover { color: #f5f5f5; } @media (max-width: 800px) { .experiencia { grid-template-columns: 1fr; gap: 40px; } .experiencia .subtitulo { color: #141414; } .experiencia-texto { font-size: 1.25rem; } .empresa-ano { position: initial; order: 1; width: initial; text-align: left; } } @media (max-width: 400px) { .empresa { grid-template-columns: 1fr; } .empresa span { display: none; } }
css/experiencia.css
.experiencia { max-width: 1200px; padding: 40px 20px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 100px; } .experiencia .subtitulo { color: #e0e0e0; } .experiencia-texto { font-size: 1.5rem; line-height: 1.33; max-width: 40ch; margin-bottom: 60px; color: #525252; } .experiencia-texto strong { color: #141414; } .empresa { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; padding: 20px; background: #f5f5f5; margin-bottom: 20px; border-radius: 4px; position: relative; } .empresa::before { content: ""; display: block; width: 4px; height: 20px; background: linear-gradient(#c883ea, #6e1c97); position: absolute; top: 20px; left: -4px; } .empresa-ano { position: absolute; top: 22px; left: -100px; width: 80px; text-align: right; font-size: 0.875rem; color: #525252; } .empresa-titulo { font-size: 1.125rem; line-height: 1.1; font-weight: bold; } .empresa-texto { font-size: 0.875rem; color: #525252; line-height: 1.4; } .empresa-habilidades { display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start; } .empresa-habilidades li { font-size: 0.875rem; line-height: 1.4; border-radius: 4px; background: #ffffff; padding: 5px 10px; } .botao { display: flex; justify-content: center; align-items: center; max-width: 100px; height: 40px; background: #c883ea; border-radius: 5px; color: #6e1c97; box-shadow: 0px 3px 5px 0px #ccc; padding: 0px 10px; text-transform: uppercase; text-decoration: none; font-weight: bold; border: 1px solid #ccc; } .botao:hover { background: #6e1c97; color: #fff; transition: 0.3s; } .botao a:hover { color: #f5f5f5; } @media (max-width: 800px) { .experiencia { grid-template-columns: 1fr; gap: 40px; } .experiencia .subtitulo { color: #141414; } .experiencia-texto { font-size: 1.25rem; } .empresa-ano { position: initial; order: 1; width: initial; text-align: left; } } @media (max-width: 400px) { .empresa { grid-template-columns: 1fr; } .empresa span { display: none; } }
0.426322
0.134776
.checkContainer { position: relative; width: 100%; display: flex; flex-direction: row; } .checkHeader { width: 40%; font-weight: 700; font-size: 32px; line-height: var(--line-height-header); color: var(--headerColor); } .checkParagraph { width: 60%; font-size: 16px; line-height: var(--line-height-1); letter-spacing: 0.025em; color: rgba(64, 64, 64, 0.9); } .project { display: flex; flex-direction: row; width: 100%; height: 400px; margin-top: 160px; padding-right: 64px; padding-top: 48px; padding-bottom: 64px; background: #ffffff; box-shadow: 2px 3px 24px rgba(213, 213, 213, 0.25); border-radius: 16px; } .mockupContainer { position: relative; width: 35%; max-height: 350px; display: flex; justify-content: center; margin-right: 5%; } .mockupImgMobile { max-width: 100%; height: auto; max-height: 300px; } .mockupImgDesktop { max-width: 100%; width: 375px; object-fit: contain; height: auto; } .projectContentContainer { width: 65%; } .projectContentHeader { margin-bottom: 24px; font-weight: 600; font-size: 32px; line-height: 48px; color: var(--headerColor); } .projectContentParagraph { margin-bottom: 48px; line-height: var(--line-height-1); letter-spacing: 0.025em; color: rgba(0, 0, 0, 0.5); } .projectContentTechnologies { position: absolute; bottom: 132px; line-height: var(--line-height-1); font-weight: 600; color: rgba(0, 0, 0, 0.9); } .grayText { margin-left: 8px; font-weight: 400; color: rgba(0, 0, 0, 0.25); } .link { position: absolute; bottom: 64px; right: 64px; color: white; text-decoration: none; cursor: pointer; } .projectContainerBtn { background: #161414; box-shadow: 2px 3px 16px rgba(213, 213, 213, 0.5); margin-left: auto; } .githubLogo { margin-right: 8px; } .sliderNavigation { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 54px; } .sliderCircle { position: relative; width: 24px; height: 24px; border-radius: 12px; background-color: var(--halfPurple); } .sliderCircle:hover { background-color: var(--purple); } .sliderCircleActive { background-color: var(--purple); } @media screen and (max-width: 1090px) { .checkContainer { flex-direction: column; } .checkHeader { width: 100%; margin-bottom: 24px; } .checkParagraph { width: 100%; } .project { flex-direction: column; padding-left: 16px; padding-right: 16px; height: fit-content; } .mockupContainer { width: 100%; margin-right: 0; } .projectContentContainer { width: 100%; } .projectContentHeader { margin-top: 32px; text-align: center; text-shadow: 2px 3px 8px rgba(84, 84, 84, 0.15); } .projectContentParagraph { text-align: center; } .projectContentTechnologies { position: relative; bottom: 0; margin-bottom: 36px; text-align: center; } .link { position: relative; bottom: 0; right: 0; } .projectContainerBtn { margin-left: auto; margin-right: auto; } } .hidden { opacity: 0; } .active { opacity: 1; }
src/components/Projects/projects.module.css
.checkContainer { position: relative; width: 100%; display: flex; flex-direction: row; } .checkHeader { width: 40%; font-weight: 700; font-size: 32px; line-height: var(--line-height-header); color: var(--headerColor); } .checkParagraph { width: 60%; font-size: 16px; line-height: var(--line-height-1); letter-spacing: 0.025em; color: rgba(64, 64, 64, 0.9); } .project { display: flex; flex-direction: row; width: 100%; height: 400px; margin-top: 160px; padding-right: 64px; padding-top: 48px; padding-bottom: 64px; background: #ffffff; box-shadow: 2px 3px 24px rgba(213, 213, 213, 0.25); border-radius: 16px; } .mockupContainer { position: relative; width: 35%; max-height: 350px; display: flex; justify-content: center; margin-right: 5%; } .mockupImgMobile { max-width: 100%; height: auto; max-height: 300px; } .mockupImgDesktop { max-width: 100%; width: 375px; object-fit: contain; height: auto; } .projectContentContainer { width: 65%; } .projectContentHeader { margin-bottom: 24px; font-weight: 600; font-size: 32px; line-height: 48px; color: var(--headerColor); } .projectContentParagraph { margin-bottom: 48px; line-height: var(--line-height-1); letter-spacing: 0.025em; color: rgba(0, 0, 0, 0.5); } .projectContentTechnologies { position: absolute; bottom: 132px; line-height: var(--line-height-1); font-weight: 600; color: rgba(0, 0, 0, 0.9); } .grayText { margin-left: 8px; font-weight: 400; color: rgba(0, 0, 0, 0.25); } .link { position: absolute; bottom: 64px; right: 64px; color: white; text-decoration: none; cursor: pointer; } .projectContainerBtn { background: #161414; box-shadow: 2px 3px 16px rgba(213, 213, 213, 0.5); margin-left: auto; } .githubLogo { margin-right: 8px; } .sliderNavigation { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 54px; } .sliderCircle { position: relative; width: 24px; height: 24px; border-radius: 12px; background-color: var(--halfPurple); } .sliderCircle:hover { background-color: var(--purple); } .sliderCircleActive { background-color: var(--purple); } @media screen and (max-width: 1090px) { .checkContainer { flex-direction: column; } .checkHeader { width: 100%; margin-bottom: 24px; } .checkParagraph { width: 100%; } .project { flex-direction: column; padding-left: 16px; padding-right: 16px; height: fit-content; } .mockupContainer { width: 100%; margin-right: 0; } .projectContentContainer { width: 100%; } .projectContentHeader { margin-top: 32px; text-align: center; text-shadow: 2px 3px 8px rgba(84, 84, 84, 0.15); } .projectContentParagraph { text-align: center; } .projectContentTechnologies { position: relative; bottom: 0; margin-bottom: 36px; text-align: center; } .link { position: relative; bottom: 0; right: 0; } .projectContainerBtn { margin-left: auto; margin-right: auto; } } .hidden { opacity: 0; } .active { opacity: 1; }
0.592195
0.11221
body { font-family: sans-serif; font-size: 12px; background-color: #ddd; margin: 0px; padding: 0px; color: #555; filter: invert(0%); } img { vertical-align:text-top; } input[type="text"], input[type="password"], input[type="email"], select, option { color: #555; font-size: 12px; line-height: 1; padding: 0.5em; border: 1px solid #d0d0d0; background: #fbfbfb; outline: 0; -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2); box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2); } option, select { padding: 0.15em; } input:focus, select:focus { border: 1px solid #dd9955; background-color: #ffe8a6; } input[type="submit"] { color: #555; padding: 4px; border: 1px solid #c5c5c5; background: #fbfbfb; } fieldset { padding: 8px; border: 1px solid #d5d5d5; margin-top: 1em; margin-bottom: 1em; background: #fbfbfb; } legend { font-weight: bold; } table { border-spacing: 0px; border-collapse: collapse; margin-bottom: 1em; margin-top: 1em; } td, th { border: 1px solid #666; padding: 0.3em; width: 5em; text-align: center; } th { background: #ededed url('tab_bg.png') repeat-x; text-shadow: 0 1px 0 #fff; } .tooltip{ cursor: help; } img.tooltip{ cursor: pointer; } .button{ cursor: pointer; } #wrapper { margin: 0px; padding: 0px; } /* END OF MAIN HTML ELEMENTS */ /* RIBBON */ #ribbon { width: 100%; background: #ededed url('tab_bg.png') repeat-x; margin: 0px; padding: 0px; border-bottom: 1px solid #888; } #menu { padding: 0px; margin: 0px; } #menu div { display: block; float: left; height: 31.71875px; font-size: 14px; font-weight: normal; border-right: 1px solid #fff; border-left: 1px solid #ccc; text-shadow: 0 1px 0 #fff; padding-left: 5px; padding-right: 5px; cursor: pointer; } #menu div:hover { background: #fff; } #menu a { text-decoration: none; color: #555; position:relative; top: 10px; padding-left: 5px; padding-right: 5px; } #menu a:focus { border: 2px dotted #ffdd00; } /* END OF RIBBON */ /* CONTENT */ #content .topmenu { margin: 0px; padding: 0px; list-style-type: none; } #content { min-height: 600px; } #content .topmenu li { display: inline; margin-right: 3px; } #tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; } #add_tab { cursor: pointer; } .submenu { background: #fff; position: absolute; top: 32px; z-index: 8000; width: 200px; display: block; margin-left: -6px; padding: 12px 6px 12px 6px; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.3); } .root { list-style:none; margin:0px; padding:0px; font-size: 12px; } .root li:hover { background: #ddd; } #karakterlap_kulso { width: 92%; } .tag { background: #ddd; border-radius: 4px; margin: 0.3em; padding: 0.3em; line-height: 2em; display: inline-block; font-size: 0.8em; } .removetag { background: #eeaaaa; cursor: pointer; } .removetag:hover { background: #ffcccc; } #elotortenet { width: 100%; height: 100%; min-height: 30em; } .spinner{ width: 2em; } #progressbar { margin-top: 20px; } .progress-label { font-weight: bold; text-shadow: 1px 1px 0 #fff; } /* END OF CONTENT */ /* ICON SPRITES */ /* Using phpmyadmin's icon set */ .icon, .footnotemarker { margin: 0 0.3em; padding: 0 !important; width: 16px; height: 16px; background-image: url('sprites.png') !important; background-repeat: no-repeat !important; background-position: top left !important; } .ic_asc_order { background-position: 0 -16px !important; } .ic_b_bookmark { background-position: 0 -32px !important; } .ic_b_browse { background-position: 0 -48px !important; } .ic_b_calendar { background-position: 0 -64px !important; } .ic_b_chart { background-position: 0 -80px !important; } .ic_b_close { background-position: 0 -96px !important; } .ic_b_comment { background-position: 0 -112px !important; } .ic_bd_browse { background-position: 0 -128px !important; } .ic_b_dbstatistics { background-position: 0 -144px !important; } .ic_bd_deltbl { background-position: 0 -160px !important; } .ic_bd_drop { background-position: 0 -176px !important; } .ic_bd_edit { background-position: 0 -192px !important; } .ic_b_deltbl { background-position: 0 -208px !important; } .ic_bd_empty { background-position: 0 -224px !important; } .ic_bd_export { background-position: 0 -240px !important; } .ic_bd_firstpage { background-position: 0 -256px !important; } .ic_bd_ftext { background-position: 0 -272px !important; } .ic_bd_index { background-position: 0 -288px !important; } .ic_bd_insrow { background-position: 0 -304px !important; } .ic_bd_lastpage { background-position: 0 -320px !important; } .ic_bd_nextpage { background-position: 0 -336px !important; } .ic_b_docs { background-position: 0 -352px !important; } .ic_b_docsql { background-position: 0 -368px !important; } .ic_bd_prevpage { background-position: 0 -384px !important; } .ic_bd_primary { background-position: 0 -400px !important; } .ic_b_drop { background-position: 0 -416px !important; } .ic_bd_sbrowse { background-position: 0 -432px !important; } .ic_bd_select { background-position: 0 -448px !important; } .ic_bd_spatial { background-position: 0 -464px !important; } .ic_bd_unique { background-position: 0 -480px !important; } .ic_b_edit { background-position: 0 -496px !important; } .ic_b_empty { background-position: 0 -512px !important; } .ic_b_engine { background-position: 0 -528px !important; } .ic_b_event_add { background-position: 0 -544px !important; } .ic_b_events { background-position: 0 -560px !important; } .ic_b_export { background-position: 0 -576px !important; } .ic_b_firstpage { background-position: 0 -592px !important; } .ic_b_ftext { background-position: 0 -608px !important; } .ic_b_help { background-position: 0 -624px !important; } .ic_b_home { background-position: 0 -640px !important; } .ic_b_import { background-position: 0 -656px !important; } .ic_b_index { background-position: 0 -672px !important; } .ic_b_info { background-position: 0 -688px !important; width: 11px; height: 11px; } .ic_b_inline_edit { background-position: 0 -704px !important; } .ic_b_insrow { background-position: 0 -720px !important; } .ic_b_lastpage { background-position: 0 -736px !important; } .ic_b_minus { background-position: 0 -752px !important; } .ic_b_more { background-position: 0 -768px !important; } .ic_b_newdb { background-position: 0 -784px !important; } .ic_b_newtbl { background-position: 0 -800px !important; } .ic_b_nextpage { background-position: 0 -816px !important; } .ic_b_pdfdoc { background-position: 0 -832px !important; } .ic_b_plus { background-position: 0 -848px !important; } .ic_b_prevpage { background-position: 0 -864px !important; } .ic_b_primary { background-position: 0 -880px !important; } .ic_b_print { background-position: 0 -896px !important; } .ic_b_props { background-position: 0 -912px !important; } .ic_b_relations { background-position: 0 -928px !important; } .ic_b_routine_add { background-position: 0 -944px !important; } .ic_b_routines { background-position: 0 -960px !important; } .ic_b_save { background-position: 0 -976px !important; } .ic_b_sbrowse { background-position: 0 -992px !important; } .ic_b_sdb { background-position: 0 -1008px !important; width: 10px; height: 10px; } .ic_b_search { background-position: 0 -1024px !important; } .ic_b_selboard { background-position: 0 -1040px !important; } .ic_b_select { background-position: 0 -1056px !important; } .ic_b_snewtbl { background-position: 0 -1072px !important; } .ic_b_spatial { background-position: 0 -1088px !important; } .ic_b_sqldoc { background-position: 0 -1104px !important; } .ic_b_sqlhelp { background-position: 0 -1120px !important; } .ic_b_sql { background-position: 0 -1136px !important; } .ic_b_tblanalyse { background-position: 0 -1152px !important; } .ic_b_tblexport { background-position: 0 -1168px !important; } .ic_b_tblimport { background-position: 0 -1184px !important; } .ic_b_tblops { background-position: 0 -1200px !important; } .ic_b_tbloptimize { background-position: 0 -1216px !important; } .ic_b_tipp { background-position: 0 -1232px !important; } .ic_b_trigger_add { background-position: 0 -1248px !important; } .ic_b_triggers { background-position: 0 -1264px !important; } .ic_b_unique { background-position: 0 -1280px !important; } .ic_b_usradd { background-position: 0 -1296px !important; } .ic_b_usrcheck { background-position: 0 -1312px !important; } .ic_b_usrdrop { background-position: 0 -1328px !important; } .ic_b_usredit { background-position: 0 -1344px !important; } .ic_b_usrlist { background-position: 0 -1360px !important; } .ic_b_view { background-position: 0 -1376px !important; } .ic_b_views { background-position: 0 -1392px !important; } .ic_col_drop { background-position: 0 -1408px !important; } .ic_database { background-position: 0 -1424px !important; } .ic_docs_menu_bg { background-position: 0 -1440px !important; width: 2px; height: 2px; } .ic_eye_grey { background-position: 0 -1456px !important; } .ic_eye { background-position: 0 -1472px !important; } .ic_item_ltr { background-position: 0 -1488px !important; width: 5px; height: 9px; } .ic_item { background-position: 0 -1504px !important; width: 9px; height: 9px; } .ic_item_rtl { background-position: 0 -1520px !important; width: 5px; height: 9px; } .ic_more { background-position: 0 -1536px !important; width: 13px; } .ic_new_data_hovered { background-position: 0 -1552px !important; } .ic_new_data { background-position: 0 -1568px !important; } .ic_new_data_selected_hovered { background-position: 0 -1584px !important; } .ic_new_data_selected { background-position: 0 -1600px !important; } .ic_new_struct_hovered { background-position: 0 -1616px !important; } .ic_new_struct { background-position: 0 -1632px !important; } .ic_new_struct_selected_hovered { background-position: 0 -1648px !important; } .ic_new_struct_selected { background-position: 0 -1664px !important; } .ic_pause { background-position: 0 -1680px !important; } .ic_php_sym { background-position: 0 -1696px !important; } .ic_play { background-position: 0 -1712px !important; } .ic_s_asci { background-position: 0 -1728px !important; } .ic_s_asc { background-position: 0 -1744px !important; } .ic_s_attention { background-position: 0 -1760px !important; } .ic_s_cancel2 { background-position: 0 -1776px !important; } .ic_s_cancel { background-position: 0 -1792px !important; } .ic_s_cog { background-position: 0 -1808px !important; } .ic_s_db { background-position: 0 -1824px !important; } .ic_s_desc { background-position: 0 -1840px !important; } .ic_s_error2 { background-position: 0 -1856px !important; width: 11px; height: 11px; } .ic_s_error { background-position: 0 -1872px !important; } .ic_s_host { background-position: 0 -1888px !important; } .ic_s_info { background-position: 0 -1904px !important; } .ic_s_lang { background-position: 0 -1920px !important; } .ic_s_logoff { background-position: 0 -1936px !important; } .ic_s_notice { background-position: 0 -1952px !important; } .ic_s_okay { background-position: 0 -1968px !important; } .ic_s_passwd { background-position: 0 -1984px !important; } .ic_s_process { background-position: 0 -2000px !important; } .ic_s_really { background-position: 0 -2016px !important; width: 11px; height: 11px; } .ic_s_reload { background-position: 0 -2032px !important; } .ic_s_replication { background-position: 0 -2048px !important; } .ic_s_rights { background-position: 0 -2064px !important; } .ic_s_sortable { background-position: 0 -2080px !important; } .ic_s_status { background-position: 0 -2096px !important; } .ic_s_success { background-position: 0 -2112px !important; } .ic_s_sync { background-position: 0 -2128px !important; } .ic_s_tbl { background-position: 0 -2144px !important; } .ic_s_theme { background-position: 0 -2160px !important; } .ic_s_vars { background-position: 0 -2176px !important; } .ic_s_views { background-position: 0 -2192px !important; } .ic_window-new { background-position: 0 -2208px !important; } .ic_coin { background-position: 0 -2224px !important; } .ic_box { background-position: 0 -2240px !important; } .ic_delivery { background-position: 0 -2256px !important; } .ic_brick { background-position: 0 -2272px !important; } .ic_bricks { background-position: 0 -2288px !important; } img.sortableIcon { background-position: 0 -2080px; height: 16px; width: 16px; } th.headerSortUp img.sortableIcon { background-position: 0 -1744px; height: 16px; width: 16px; } th.headerSortDown img.sortableIcon { background-position: 0 -1840px; height: 16px; width: 16px; }
programdata/gfx/style.css
body { font-family: sans-serif; font-size: 12px; background-color: #ddd; margin: 0px; padding: 0px; color: #555; filter: invert(0%); } img { vertical-align:text-top; } input[type="text"], input[type="password"], input[type="email"], select, option { color: #555; font-size: 12px; line-height: 1; padding: 0.5em; border: 1px solid #d0d0d0; background: #fbfbfb; outline: 0; -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2); box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2); } option, select { padding: 0.15em; } input:focus, select:focus { border: 1px solid #dd9955; background-color: #ffe8a6; } input[type="submit"] { color: #555; padding: 4px; border: 1px solid #c5c5c5; background: #fbfbfb; } fieldset { padding: 8px; border: 1px solid #d5d5d5; margin-top: 1em; margin-bottom: 1em; background: #fbfbfb; } legend { font-weight: bold; } table { border-spacing: 0px; border-collapse: collapse; margin-bottom: 1em; margin-top: 1em; } td, th { border: 1px solid #666; padding: 0.3em; width: 5em; text-align: center; } th { background: #ededed url('tab_bg.png') repeat-x; text-shadow: 0 1px 0 #fff; } .tooltip{ cursor: help; } img.tooltip{ cursor: pointer; } .button{ cursor: pointer; } #wrapper { margin: 0px; padding: 0px; } /* END OF MAIN HTML ELEMENTS */ /* RIBBON */ #ribbon { width: 100%; background: #ededed url('tab_bg.png') repeat-x; margin: 0px; padding: 0px; border-bottom: 1px solid #888; } #menu { padding: 0px; margin: 0px; } #menu div { display: block; float: left; height: 31.71875px; font-size: 14px; font-weight: normal; border-right: 1px solid #fff; border-left: 1px solid #ccc; text-shadow: 0 1px 0 #fff; padding-left: 5px; padding-right: 5px; cursor: pointer; } #menu div:hover { background: #fff; } #menu a { text-decoration: none; color: #555; position:relative; top: 10px; padding-left: 5px; padding-right: 5px; } #menu a:focus { border: 2px dotted #ffdd00; } /* END OF RIBBON */ /* CONTENT */ #content .topmenu { margin: 0px; padding: 0px; list-style-type: none; } #content { min-height: 600px; } #content .topmenu li { display: inline; margin-right: 3px; } #tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; } #add_tab { cursor: pointer; } .submenu { background: #fff; position: absolute; top: 32px; z-index: 8000; width: 200px; display: block; margin-left: -6px; padding: 12px 6px 12px 6px; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.3); } .root { list-style:none; margin:0px; padding:0px; font-size: 12px; } .root li:hover { background: #ddd; } #karakterlap_kulso { width: 92%; } .tag { background: #ddd; border-radius: 4px; margin: 0.3em; padding: 0.3em; line-height: 2em; display: inline-block; font-size: 0.8em; } .removetag { background: #eeaaaa; cursor: pointer; } .removetag:hover { background: #ffcccc; } #elotortenet { width: 100%; height: 100%; min-height: 30em; } .spinner{ width: 2em; } #progressbar { margin-top: 20px; } .progress-label { font-weight: bold; text-shadow: 1px 1px 0 #fff; } /* END OF CONTENT */ /* ICON SPRITES */ /* Using phpmyadmin's icon set */ .icon, .footnotemarker { margin: 0 0.3em; padding: 0 !important; width: 16px; height: 16px; background-image: url('sprites.png') !important; background-repeat: no-repeat !important; background-position: top left !important; } .ic_asc_order { background-position: 0 -16px !important; } .ic_b_bookmark { background-position: 0 -32px !important; } .ic_b_browse { background-position: 0 -48px !important; } .ic_b_calendar { background-position: 0 -64px !important; } .ic_b_chart { background-position: 0 -80px !important; } .ic_b_close { background-position: 0 -96px !important; } .ic_b_comment { background-position: 0 -112px !important; } .ic_bd_browse { background-position: 0 -128px !important; } .ic_b_dbstatistics { background-position: 0 -144px !important; } .ic_bd_deltbl { background-position: 0 -160px !important; } .ic_bd_drop { background-position: 0 -176px !important; } .ic_bd_edit { background-position: 0 -192px !important; } .ic_b_deltbl { background-position: 0 -208px !important; } .ic_bd_empty { background-position: 0 -224px !important; } .ic_bd_export { background-position: 0 -240px !important; } .ic_bd_firstpage { background-position: 0 -256px !important; } .ic_bd_ftext { background-position: 0 -272px !important; } .ic_bd_index { background-position: 0 -288px !important; } .ic_bd_insrow { background-position: 0 -304px !important; } .ic_bd_lastpage { background-position: 0 -320px !important; } .ic_bd_nextpage { background-position: 0 -336px !important; } .ic_b_docs { background-position: 0 -352px !important; } .ic_b_docsql { background-position: 0 -368px !important; } .ic_bd_prevpage { background-position: 0 -384px !important; } .ic_bd_primary { background-position: 0 -400px !important; } .ic_b_drop { background-position: 0 -416px !important; } .ic_bd_sbrowse { background-position: 0 -432px !important; } .ic_bd_select { background-position: 0 -448px !important; } .ic_bd_spatial { background-position: 0 -464px !important; } .ic_bd_unique { background-position: 0 -480px !important; } .ic_b_edit { background-position: 0 -496px !important; } .ic_b_empty { background-position: 0 -512px !important; } .ic_b_engine { background-position: 0 -528px !important; } .ic_b_event_add { background-position: 0 -544px !important; } .ic_b_events { background-position: 0 -560px !important; } .ic_b_export { background-position: 0 -576px !important; } .ic_b_firstpage { background-position: 0 -592px !important; } .ic_b_ftext { background-position: 0 -608px !important; } .ic_b_help { background-position: 0 -624px !important; } .ic_b_home { background-position: 0 -640px !important; } .ic_b_import { background-position: 0 -656px !important; } .ic_b_index { background-position: 0 -672px !important; } .ic_b_info { background-position: 0 -688px !important; width: 11px; height: 11px; } .ic_b_inline_edit { background-position: 0 -704px !important; } .ic_b_insrow { background-position: 0 -720px !important; } .ic_b_lastpage { background-position: 0 -736px !important; } .ic_b_minus { background-position: 0 -752px !important; } .ic_b_more { background-position: 0 -768px !important; } .ic_b_newdb { background-position: 0 -784px !important; } .ic_b_newtbl { background-position: 0 -800px !important; } .ic_b_nextpage { background-position: 0 -816px !important; } .ic_b_pdfdoc { background-position: 0 -832px !important; } .ic_b_plus { background-position: 0 -848px !important; } .ic_b_prevpage { background-position: 0 -864px !important; } .ic_b_primary { background-position: 0 -880px !important; } .ic_b_print { background-position: 0 -896px !important; } .ic_b_props { background-position: 0 -912px !important; } .ic_b_relations { background-position: 0 -928px !important; } .ic_b_routine_add { background-position: 0 -944px !important; } .ic_b_routines { background-position: 0 -960px !important; } .ic_b_save { background-position: 0 -976px !important; } .ic_b_sbrowse { background-position: 0 -992px !important; } .ic_b_sdb { background-position: 0 -1008px !important; width: 10px; height: 10px; } .ic_b_search { background-position: 0 -1024px !important; } .ic_b_selboard { background-position: 0 -1040px !important; } .ic_b_select { background-position: 0 -1056px !important; } .ic_b_snewtbl { background-position: 0 -1072px !important; } .ic_b_spatial { background-position: 0 -1088px !important; } .ic_b_sqldoc { background-position: 0 -1104px !important; } .ic_b_sqlhelp { background-position: 0 -1120px !important; } .ic_b_sql { background-position: 0 -1136px !important; } .ic_b_tblanalyse { background-position: 0 -1152px !important; } .ic_b_tblexport { background-position: 0 -1168px !important; } .ic_b_tblimport { background-position: 0 -1184px !important; } .ic_b_tblops { background-position: 0 -1200px !important; } .ic_b_tbloptimize { background-position: 0 -1216px !important; } .ic_b_tipp { background-position: 0 -1232px !important; } .ic_b_trigger_add { background-position: 0 -1248px !important; } .ic_b_triggers { background-position: 0 -1264px !important; } .ic_b_unique { background-position: 0 -1280px !important; } .ic_b_usradd { background-position: 0 -1296px !important; } .ic_b_usrcheck { background-position: 0 -1312px !important; } .ic_b_usrdrop { background-position: 0 -1328px !important; } .ic_b_usredit { background-position: 0 -1344px !important; } .ic_b_usrlist { background-position: 0 -1360px !important; } .ic_b_view { background-position: 0 -1376px !important; } .ic_b_views { background-position: 0 -1392px !important; } .ic_col_drop { background-position: 0 -1408px !important; } .ic_database { background-position: 0 -1424px !important; } .ic_docs_menu_bg { background-position: 0 -1440px !important; width: 2px; height: 2px; } .ic_eye_grey { background-position: 0 -1456px !important; } .ic_eye { background-position: 0 -1472px !important; } .ic_item_ltr { background-position: 0 -1488px !important; width: 5px; height: 9px; } .ic_item { background-position: 0 -1504px !important; width: 9px; height: 9px; } .ic_item_rtl { background-position: 0 -1520px !important; width: 5px; height: 9px; } .ic_more { background-position: 0 -1536px !important; width: 13px; } .ic_new_data_hovered { background-position: 0 -1552px !important; } .ic_new_data { background-position: 0 -1568px !important; } .ic_new_data_selected_hovered { background-position: 0 -1584px !important; } .ic_new_data_selected { background-position: 0 -1600px !important; } .ic_new_struct_hovered { background-position: 0 -1616px !important; } .ic_new_struct { background-position: 0 -1632px !important; } .ic_new_struct_selected_hovered { background-position: 0 -1648px !important; } .ic_new_struct_selected { background-position: 0 -1664px !important; } .ic_pause { background-position: 0 -1680px !important; } .ic_php_sym { background-position: 0 -1696px !important; } .ic_play { background-position: 0 -1712px !important; } .ic_s_asci { background-position: 0 -1728px !important; } .ic_s_asc { background-position: 0 -1744px !important; } .ic_s_attention { background-position: 0 -1760px !important; } .ic_s_cancel2 { background-position: 0 -1776px !important; } .ic_s_cancel { background-position: 0 -1792px !important; } .ic_s_cog { background-position: 0 -1808px !important; } .ic_s_db { background-position: 0 -1824px !important; } .ic_s_desc { background-position: 0 -1840px !important; } .ic_s_error2 { background-position: 0 -1856px !important; width: 11px; height: 11px; } .ic_s_error { background-position: 0 -1872px !important; } .ic_s_host { background-position: 0 -1888px !important; } .ic_s_info { background-position: 0 -1904px !important; } .ic_s_lang { background-position: 0 -1920px !important; } .ic_s_logoff { background-position: 0 -1936px !important; } .ic_s_notice { background-position: 0 -1952px !important; } .ic_s_okay { background-position: 0 -1968px !important; } .ic_s_passwd { background-position: 0 -1984px !important; } .ic_s_process { background-position: 0 -2000px !important; } .ic_s_really { background-position: 0 -2016px !important; width: 11px; height: 11px; } .ic_s_reload { background-position: 0 -2032px !important; } .ic_s_replication { background-position: 0 -2048px !important; } .ic_s_rights { background-position: 0 -2064px !important; } .ic_s_sortable { background-position: 0 -2080px !important; } .ic_s_status { background-position: 0 -2096px !important; } .ic_s_success { background-position: 0 -2112px !important; } .ic_s_sync { background-position: 0 -2128px !important; } .ic_s_tbl { background-position: 0 -2144px !important; } .ic_s_theme { background-position: 0 -2160px !important; } .ic_s_vars { background-position: 0 -2176px !important; } .ic_s_views { background-position: 0 -2192px !important; } .ic_window-new { background-position: 0 -2208px !important; } .ic_coin { background-position: 0 -2224px !important; } .ic_box { background-position: 0 -2240px !important; } .ic_delivery { background-position: 0 -2256px !important; } .ic_brick { background-position: 0 -2272px !important; } .ic_bricks { background-position: 0 -2288px !important; } img.sortableIcon { background-position: 0 -2080px; height: 16px; width: 16px; } th.headerSortUp img.sortableIcon { background-position: 0 -1744px; height: 16px; width: 16px; } th.headerSortDown img.sortableIcon { background-position: 0 -1840px; height: 16px; width: 16px; }
0.257578
0.072571
html, body { width: 100%; height: 100%; } body { font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; } hr { max-width: 50px; border-color: rgb(217, 164, 41); border-width: 3px; } hr.light { max-width: 150px; border-color: #fff; } a { color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #eb3812; } #about a, #footer a { color: rgb(85, 85, 85); } #about a:hover, #about a:focus, #footer a:hover, #footer a:focus { color: rgb(52, 52, 52); } #footer { padding: 70px 0; min-height: 300px; background-color: #fff; } h1, h2, h3, h4, h5, h6 { font-family: 'Futura','Helvetica Neue',Arial,sans-serif; font-weight: 400; } p { margin-bottom: 20px; font-size: 16px; line-height: 1.5; font-family: 'Futura','Helvetica Neue',Arial,sans-serif; } .bg-primary { background-color: #38393d; } .bg-secondary { background-color: #fff; } .bg-dark { color: #fff; background-color: #38393d; } .text-faded { color: #e5e5e5; } section { padding: 100px 0; } aside { padding: 50px 0; } .no-padding { padding: 0; } .navbar-default { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; background-color: #df5a35; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .navbar-default .navbar-header .navbar-brand { text-transform: uppercase; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: white; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: rgb(217, 164, 41); } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { text-transform: uppercase; font-size: 13px; font-weight: 700; color: #fff; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: rgb(217, 164, 41); } .navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus { color: rgb(217, 164, 41)!important; background-color: transparent; } .navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover { background-color: transparent; } @media(min-width:768px) { .navbar-default { background-color: #df5a35; } .navbar-default .navbar-header .navbar-brand { color: #fff; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #fff; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { color: #fff; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: rgb(217, 164, 41); } .navbar-default.affix { background-color: #fff; } .navbar-default.affix .navbar-header .navbar-brand { font-size: 14px; color: rgb(217, 164, 41); } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: rgb(217, 164, 41) } .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus { color: #222; } .navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { color: rgb(217, 164, 41); } } header { position: relative; margin-left: -1px; width: 100%; min-height: 375px; text-align: center; color: #fff; background-color: black; background-image: url(../img/christmas_in_rva.jpeg), linear-gradient(270deg, black, black 80%, #121212); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } header .header-content { position: relative; width: 100%; padding: 100px 15px; text-align: center; } header .header-content .header-content-inner h1 { margin-top: 0; margin-bottom: 0; text-transform: uppercase; font-weight: 700; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { margin-bottom: 50px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,.7); } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { header { margin-top: 0px; min-height: 100%; } } @media(min-width:320px) { header { margin-top: 43px; min-height: 220px; } footer { text-align: center; } @media(min-width:375px) { header { margin-top: 43px; min-height: 250px; } @media(min-width:667px) { header { margin-top: 33px; min-height: 375px; } @media(min-width:736px) { header { margin-top: 0; min-height: 414px; } @media(min-width:768px) { header { margin-top: 0; min-height: 750px; } #about { min-height: 475px; } @media(min-width:1200px) { header { margin-top: 0; min-height: 100%; } } } } } } } .video { display: none; } @media(min-width:667px) { .vimeo_link { display: none; } .video { display: block; } @media(min-width:1200px) { header { margin-top: 0; min-height: 100%; } } } .video-responsive{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; } .video-responsive iframe{ left:0; top:0; height:100%; width:100%; position:absolute; } @media(min-width:768px) { header .header-content { position: absolute; top: 50%; padding: 0 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } header .header-content .header-content-inner { margin-right: auto; margin-left: auto; max-width: 1000px; } header .header-content .header-content-inner p { margin-right: auto; margin-left: auto; max-width: 80%; font-size: 18px; } } .hc-logo img { height: 35px; margin: 7px 7px 7px -7px; } .cf:before, .cf:after { content: " "; display: table } .cf:after { clear: both } /** * @section Gallery * Gallery Styles here */ .gallery .featured { background-color: #000; box-shadow: 0 0 40px #000; height: 540px; margin-bottom: 50px } .shadow { height: 200px; position: absolute; top: 0; width: 60px; z-index: 30 } .gallery .shadow-left { display: none; background: url('../img/shadow.png') no-repeat; border-top-left-radius: 8px; border-bottom-left-radius: 8px; left: 0 } .gallery .shadow-right { display: none; background: url('../img/shadowr.png') no-repeat; border-top-right-radius: 8px; border-bottom-right-radius: 8px; right: 0 } .gallery .carousel-inner { float: left; margin-top: 20px; overflow: hidden; width: 960px; } .gallery .slider { position: relative; width: 9999px; padding-left: 0px; } .gallery .slider li { float: left; height: 158px; list-style: none; margin-right: 60px; width: 280px } .gallery .slider li.current a { display: block; height: 100%; width: 100%; position: relative; } .gallery .slider li.current a:after { box-shadow: 0 0 0 8px rgb(217, 164, 41) inset; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10; } .gallery .slider li img { max-width: 100% } .gallery .controll { cursor: pointer; display: none; height: 54px; position: absolute; top: 70px; width: 54px; z-index: 5 } .gallery .controll.prev { background: url('../img/prev-slider.png') no-repeat; left: -84px } .gallery .controll.next { background: url('../img/next-slider.png') no-repeat; right: -84px } @media(max-width: 768px) { .hc-logo { display: none; } } .section-heading { margin-top: 0; } .service-box { margin: 50px auto 0; max-width: 400px; } @media(min-width:992px) { .service-box { margin: 20px auto 0; } } .service-box p { margin-bottom: 0; } .portfolio-box { display: block; position: relative; margin: 0 auto; max-width: 650px; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(240,95,64,.9); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { text-transform: uppercase; font-size: 14px; font-weight: 600; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } @media(min-width:768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: rgb(217, 164, 41); } .no-gutter > [class*=col-] { padding-right: 0; padding-left: 0; } .btn-default { border-color: rgb(217, 164, 41); color: white; background-color: rgb(217, 164, 41)fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { border-color: #ededed; color: #fff; background-color: rgb(217, 164, 41); } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #fff; background-color: #fff; } .btn-default .badge { color: #fff; background-color: #222; } .btn-primary { border-color: rgb(217, 164, 41); color: #fff; background-color: rgb(217, 164, 41); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { border-color: rgb(217, 164, 41); color: #fff; background-color: rgb(217, 164, 41); } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: rgb(217, 164, 41); background-color: rgb(217, 164, 41); } .btn-primary .badge { color: #f05f40; background-color: #fff; } .btn { border: 0; border-radius: 300px; text-transform: uppercase; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; } .btn-xl { padding: 15px 30px; } ::-moz-selection { text-shadow: none; color: #fff; background: #222; } ::selection { text-shadow: none; color: #fff; background: #222; } img::selection { color: #fff; background: 0 0; } img::-moz-selection { color: #fff; background: 0 0; } #map { height: 300px; overflow: visible; position: relative; }
public/css/creative.css
html, body { width: 100%; height: 100%; } body { font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; } hr { max-width: 50px; border-color: rgb(217, 164, 41); border-width: 3px; } hr.light { max-width: 150px; border-color: #fff; } a { color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #eb3812; } #about a, #footer a { color: rgb(85, 85, 85); } #about a:hover, #about a:focus, #footer a:hover, #footer a:focus { color: rgb(52, 52, 52); } #footer { padding: 70px 0; min-height: 300px; background-color: #fff; } h1, h2, h3, h4, h5, h6 { font-family: 'Futura','Helvetica Neue',Arial,sans-serif; font-weight: 400; } p { margin-bottom: 20px; font-size: 16px; line-height: 1.5; font-family: 'Futura','Helvetica Neue',Arial,sans-serif; } .bg-primary { background-color: #38393d; } .bg-secondary { background-color: #fff; } .bg-dark { color: #fff; background-color: #38393d; } .text-faded { color: #e5e5e5; } section { padding: 100px 0; } aside { padding: 50px 0; } .no-padding { padding: 0; } .navbar-default { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; background-color: #df5a35; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .navbar-default .navbar-header .navbar-brand { text-transform: uppercase; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: white; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: rgb(217, 164, 41); } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { text-transform: uppercase; font-size: 13px; font-weight: 700; color: #fff; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: rgb(217, 164, 41); } .navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus { color: rgb(217, 164, 41)!important; background-color: transparent; } .navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover { background-color: transparent; } @media(min-width:768px) { .navbar-default { background-color: #df5a35; } .navbar-default .navbar-header .navbar-brand { color: #fff; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #fff; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { color: #fff; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: rgb(217, 164, 41); } .navbar-default.affix { background-color: #fff; } .navbar-default.affix .navbar-header .navbar-brand { font-size: 14px; color: rgb(217, 164, 41); } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: rgb(217, 164, 41) } .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus { color: #222; } .navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { color: rgb(217, 164, 41); } } header { position: relative; margin-left: -1px; width: 100%; min-height: 375px; text-align: center; color: #fff; background-color: black; background-image: url(../img/christmas_in_rva.jpeg), linear-gradient(270deg, black, black 80%, #121212); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } header .header-content { position: relative; width: 100%; padding: 100px 15px; text-align: center; } header .header-content .header-content-inner h1 { margin-top: 0; margin-bottom: 0; text-transform: uppercase; font-weight: 700; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { margin-bottom: 50px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,.7); } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { header { margin-top: 0px; min-height: 100%; } } @media(min-width:320px) { header { margin-top: 43px; min-height: 220px; } footer { text-align: center; } @media(min-width:375px) { header { margin-top: 43px; min-height: 250px; } @media(min-width:667px) { header { margin-top: 33px; min-height: 375px; } @media(min-width:736px) { header { margin-top: 0; min-height: 414px; } @media(min-width:768px) { header { margin-top: 0; min-height: 750px; } #about { min-height: 475px; } @media(min-width:1200px) { header { margin-top: 0; min-height: 100%; } } } } } } } .video { display: none; } @media(min-width:667px) { .vimeo_link { display: none; } .video { display: block; } @media(min-width:1200px) { header { margin-top: 0; min-height: 100%; } } } .video-responsive{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; } .video-responsive iframe{ left:0; top:0; height:100%; width:100%; position:absolute; } @media(min-width:768px) { header .header-content { position: absolute; top: 50%; padding: 0 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } header .header-content .header-content-inner { margin-right: auto; margin-left: auto; max-width: 1000px; } header .header-content .header-content-inner p { margin-right: auto; margin-left: auto; max-width: 80%; font-size: 18px; } } .hc-logo img { height: 35px; margin: 7px 7px 7px -7px; } .cf:before, .cf:after { content: " "; display: table } .cf:after { clear: both } /** * @section Gallery * Gallery Styles here */ .gallery .featured { background-color: #000; box-shadow: 0 0 40px #000; height: 540px; margin-bottom: 50px } .shadow { height: 200px; position: absolute; top: 0; width: 60px; z-index: 30 } .gallery .shadow-left { display: none; background: url('../img/shadow.png') no-repeat; border-top-left-radius: 8px; border-bottom-left-radius: 8px; left: 0 } .gallery .shadow-right { display: none; background: url('../img/shadowr.png') no-repeat; border-top-right-radius: 8px; border-bottom-right-radius: 8px; right: 0 } .gallery .carousel-inner { float: left; margin-top: 20px; overflow: hidden; width: 960px; } .gallery .slider { position: relative; width: 9999px; padding-left: 0px; } .gallery .slider li { float: left; height: 158px; list-style: none; margin-right: 60px; width: 280px } .gallery .slider li.current a { display: block; height: 100%; width: 100%; position: relative; } .gallery .slider li.current a:after { box-shadow: 0 0 0 8px rgb(217, 164, 41) inset; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10; } .gallery .slider li img { max-width: 100% } .gallery .controll { cursor: pointer; display: none; height: 54px; position: absolute; top: 70px; width: 54px; z-index: 5 } .gallery .controll.prev { background: url('../img/prev-slider.png') no-repeat; left: -84px } .gallery .controll.next { background: url('../img/next-slider.png') no-repeat; right: -84px } @media(max-width: 768px) { .hc-logo { display: none; } } .section-heading { margin-top: 0; } .service-box { margin: 50px auto 0; max-width: 400px; } @media(min-width:992px) { .service-box { margin: 20px auto 0; } } .service-box p { margin-bottom: 0; } .portfolio-box { display: block; position: relative; margin: 0 auto; max-width: 650px; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(240,95,64,.9); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { text-transform: uppercase; font-size: 14px; font-weight: 600; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } @media(min-width:768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: rgb(217, 164, 41); } .no-gutter > [class*=col-] { padding-right: 0; padding-left: 0; } .btn-default { border-color: rgb(217, 164, 41); color: white; background-color: rgb(217, 164, 41)fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { border-color: #ededed; color: #fff; background-color: rgb(217, 164, 41); } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #fff; background-color: #fff; } .btn-default .badge { color: #fff; background-color: #222; } .btn-primary { border-color: rgb(217, 164, 41); color: #fff; background-color: rgb(217, 164, 41); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { border-color: rgb(217, 164, 41); color: #fff; background-color: rgb(217, 164, 41); } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: rgb(217, 164, 41); background-color: rgb(217, 164, 41); } .btn-primary .badge { color: #f05f40; background-color: #fff; } .btn { border: 0; border-radius: 300px; text-transform: uppercase; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; } .btn-xl { padding: 15px 30px; } ::-moz-selection { text-shadow: none; color: #fff; background: #222; } ::selection { text-shadow: none; color: #fff; background: #222; } img::selection { color: #fff; background: 0 0; } img::-moz-selection { color: #fff; background: 0 0; } #map { height: 300px; overflow: visible; position: relative; }
0.436862
0.07221
.header{ display: flex; justify-content: space-between; align-items: center; margin: 0px !important; max-width: 100%; background-color: rgba(67, 209, 207, 0.35); } .ifra{ width:100%; height:700px; } .header p{ padding-right: 20px; margin: 0px; } .header ul{ list-style: none; } .header ul li a{ color: #696969 ; text-decoration: none; } /* mobile changes */ .menu{ width: 1000px; padding-right: 20px; padding-top: 20px; } .menu1{ display: flex; justify-content: space-between; align-items: center; } /* fim mobile changes */ .btn-primary{ background-color: #696969 !important; border-color: #696969 !important; } #menuToggle{ display: none; } .menu-icon{ display: none; margin: 0px; margin-top: 10px; } .li_texto a{ color: #696969 !important; } .logo{ max-width: 150px; max-height: 150px; padding-left: 10px; } .btn-outline-success{ color: #696969 !important; border-color: #696969 !important; background-color: transparent !important; } .navbar.bg-light{ background-color: transparent !important; } /* Fim Header */ /***************************************************************************************/ /* Main */ .nome, .email, .texto{ background-color: rgba(67, 209, 207, 0.35); border: 1px solid #6e6e6e; border-radius: 10px; padding: 10px; margin: 5px; margin-left: 0px; } .texto{ margin-top: 5px; margin-bottom: 20px; } .texto > textarea { width: 80% !important; height: 200px !important; max-height: 400px !important; background-color: rgba(190, 236, 235, 0.35); border: none; place-items: top; } .nome input, .email input{ width: 100% !important; background-color: rgba(190, 236, 235, 0.35); border: none; } .img{ width: 100%; justify-self: center; } .imagem{ margin-top: 20px; margin-bottom: 20px; } .contato{ padding: 20px; align-self: center; background-color: white; border: 1px solid #666666; border-radius: 20px; margin-top: 5px; margin-left: 0px; } .button{ justify-content: flex-end; margin-bottom: 15px; } .btn{ padding-right: 30px !important; padding-left: 30px !important; } /* Fim Main */ /*******************************************************************************************/ /* Footer */ .footer{ background-color: rgba(67, 209, 207, 0.35); max-width: 100% !important; margin: 0px !important; justify-content: center; display: flex; } .footer p{ max-width: 550px; margin: 0px; padding-top: 15px; padding-bottom: 15px; } .pad{ margin: 0%; } /* Fim Footer */ /**********************************************************************************************/ /* Menu */ @media screen and (min-width:577px) and (max-width:1100px){ .menu1{ max-width: 100%; } .menu ul li{ padding-bottom: 20px; } .menu1 li a{ color: #f1f1f1 !important; } .menu1{ display: none; align-items: center; justify-content: center; position: absolute; z-index: 20; flex-wrap: wrap; top: 0px; height: 100%; flex-direction: column; right: 0px; } .menu-icon{ display: block; position: absolute; top: 10px; right: 20px; width: 30px; z-index: 21; } .btn-outline-success{ color: #f1f1f1 !important; border-color: #f1f1f1 !important; background-color: transparent !important; } #menuToggle:checked ~ label i:nth-child(2){ display: block; } #menuToggle:checked ~ label i:first-child{ display: none; } #menuToggle:not(checked) ~ label i:first-child{ display: block; } #menuToggle:not(checked) ~ label i:nth-child(2){ display: none; } #menuToggle:checked ~ .menu1{ display: flex; background-color: rgba(0, 0, 0, 0.85); } #menuToggle:checked ~ .menu-icon{ color: #f1f1f1; position: fixed; } } /*********************************************************************************************************/ /* Display em mobile */ @media screen and (min-width:0px) and (max-width:576px){ .dentroCurso{ max-width: 100%; justify-content: center; } .cursoTexto{ padding-top: 10px; } .row.curso{ justify-content: center; } .header{ width: 100%; height: 50px; justify-content: center; padding-right: 30px; } .logo{ width: 100px !important; margin-top: 5px; margin-bottom: 5px; margin-left: 10px; } .menu1{ max-width: 100%; } .menu ul li{ padding-bottom: 20px; } .menu1 li a{ color: #f1f1f1 !important; } .menu1{ display: none; align-items: center; justify-content: center; position: absolute; z-index: 20; flex-wrap: wrap; top: 0px; height: 100%; flex-direction: column; } .menu-icon{ display: block; position: absolute; top: 10px; right: 20px; width: 30px; z-index: 21; } .btn-outline-success{ color: #f1f1f1 !important; border-color: #f1f1f1 !important; background-color: transparent !important; } #menuToggle:checked ~ label i:nth-child(2){ display: block; } #menuToggle:checked ~ label i:first-child{ display: none; } #menuToggle:not(checked) ~ label i:first-child{ display: block; } #menuToggle:not(checked) ~ label i:nth-child(2){ display: none; } #menuToggle:checked ~ .menu1{ display: flex; background-color: rgba(0, 0, 0, 0.85); } #menuToggle:checked ~ .menu-icon{ color: #f1f1f1; position: fixed; } } @media screen and (min-width:0px) and (max-width:1000px){ .ifra{ height: 400px; } } @media screen and (min-width:1200px){ .email{ margin: 0px; margin-left: 43px; } .nome{ margin: 0px; margin-right: 50px; } }
public/styles/faleConosco.css
.header{ display: flex; justify-content: space-between; align-items: center; margin: 0px !important; max-width: 100%; background-color: rgba(67, 209, 207, 0.35); } .ifra{ width:100%; height:700px; } .header p{ padding-right: 20px; margin: 0px; } .header ul{ list-style: none; } .header ul li a{ color: #696969 ; text-decoration: none; } /* mobile changes */ .menu{ width: 1000px; padding-right: 20px; padding-top: 20px; } .menu1{ display: flex; justify-content: space-between; align-items: center; } /* fim mobile changes */ .btn-primary{ background-color: #696969 !important; border-color: #696969 !important; } #menuToggle{ display: none; } .menu-icon{ display: none; margin: 0px; margin-top: 10px; } .li_texto a{ color: #696969 !important; } .logo{ max-width: 150px; max-height: 150px; padding-left: 10px; } .btn-outline-success{ color: #696969 !important; border-color: #696969 !important; background-color: transparent !important; } .navbar.bg-light{ background-color: transparent !important; } /* Fim Header */ /***************************************************************************************/ /* Main */ .nome, .email, .texto{ background-color: rgba(67, 209, 207, 0.35); border: 1px solid #6e6e6e; border-radius: 10px; padding: 10px; margin: 5px; margin-left: 0px; } .texto{ margin-top: 5px; margin-bottom: 20px; } .texto > textarea { width: 80% !important; height: 200px !important; max-height: 400px !important; background-color: rgba(190, 236, 235, 0.35); border: none; place-items: top; } .nome input, .email input{ width: 100% !important; background-color: rgba(190, 236, 235, 0.35); border: none; } .img{ width: 100%; justify-self: center; } .imagem{ margin-top: 20px; margin-bottom: 20px; } .contato{ padding: 20px; align-self: center; background-color: white; border: 1px solid #666666; border-radius: 20px; margin-top: 5px; margin-left: 0px; } .button{ justify-content: flex-end; margin-bottom: 15px; } .btn{ padding-right: 30px !important; padding-left: 30px !important; } /* Fim Main */ /*******************************************************************************************/ /* Footer */ .footer{ background-color: rgba(67, 209, 207, 0.35); max-width: 100% !important; margin: 0px !important; justify-content: center; display: flex; } .footer p{ max-width: 550px; margin: 0px; padding-top: 15px; padding-bottom: 15px; } .pad{ margin: 0%; } /* Fim Footer */ /**********************************************************************************************/ /* Menu */ @media screen and (min-width:577px) and (max-width:1100px){ .menu1{ max-width: 100%; } .menu ul li{ padding-bottom: 20px; } .menu1 li a{ color: #f1f1f1 !important; } .menu1{ display: none; align-items: center; justify-content: center; position: absolute; z-index: 20; flex-wrap: wrap; top: 0px; height: 100%; flex-direction: column; right: 0px; } .menu-icon{ display: block; position: absolute; top: 10px; right: 20px; width: 30px; z-index: 21; } .btn-outline-success{ color: #f1f1f1 !important; border-color: #f1f1f1 !important; background-color: transparent !important; } #menuToggle:checked ~ label i:nth-child(2){ display: block; } #menuToggle:checked ~ label i:first-child{ display: none; } #menuToggle:not(checked) ~ label i:first-child{ display: block; } #menuToggle:not(checked) ~ label i:nth-child(2){ display: none; } #menuToggle:checked ~ .menu1{ display: flex; background-color: rgba(0, 0, 0, 0.85); } #menuToggle:checked ~ .menu-icon{ color: #f1f1f1; position: fixed; } } /*********************************************************************************************************/ /* Display em mobile */ @media screen and (min-width:0px) and (max-width:576px){ .dentroCurso{ max-width: 100%; justify-content: center; } .cursoTexto{ padding-top: 10px; } .row.curso{ justify-content: center; } .header{ width: 100%; height: 50px; justify-content: center; padding-right: 30px; } .logo{ width: 100px !important; margin-top: 5px; margin-bottom: 5px; margin-left: 10px; } .menu1{ max-width: 100%; } .menu ul li{ padding-bottom: 20px; } .menu1 li a{ color: #f1f1f1 !important; } .menu1{ display: none; align-items: center; justify-content: center; position: absolute; z-index: 20; flex-wrap: wrap; top: 0px; height: 100%; flex-direction: column; } .menu-icon{ display: block; position: absolute; top: 10px; right: 20px; width: 30px; z-index: 21; } .btn-outline-success{ color: #f1f1f1 !important; border-color: #f1f1f1 !important; background-color: transparent !important; } #menuToggle:checked ~ label i:nth-child(2){ display: block; } #menuToggle:checked ~ label i:first-child{ display: none; } #menuToggle:not(checked) ~ label i:first-child{ display: block; } #menuToggle:not(checked) ~ label i:nth-child(2){ display: none; } #menuToggle:checked ~ .menu1{ display: flex; background-color: rgba(0, 0, 0, 0.85); } #menuToggle:checked ~ .menu-icon{ color: #f1f1f1; position: fixed; } } @media screen and (min-width:0px) and (max-width:1000px){ .ifra{ height: 400px; } } @media screen and (min-width:1200px){ .email{ margin: 0px; margin-left: 43px; } .nome{ margin: 0px; margin-right: 50px; } }
0.137924
0.061763
.wiz-container{ margin:0;padding:0; width:920px; height: 400px; left: 5%; right:5%; top:20px; margin:1px; background:#F8F8F8; overflow:hidden; /*position:relative;*/ border:#E0E0E0 solid 1px; padding:0; /*12px 0px 2px 5px;*/ color:#919CA9; text-align:left; -moz-border-radius:8px; -webkit-border-radius: 8px; z-index:100; } .wiz-container ul{ margin:0;padding:0; list-style: none; position: relative; padding: 3px ; display:block; background:#F8F8F8; height:42px; margin-left:3px; margin-right:3px; border-bottom: 1px solid #E0E0E0; } .wiz-container ul li{ margin:0;padding:0; position: relative; float: left; border-bottom-width: 0 !important; margin: 0; margin-right: 2px; padding: 0; } .wiz-container ul li a { margin:0; padding:0; display:block; text-decoration: none; padding-left: 3px; height:40px; width:210px; color:#919CA9; } .wiz-container ul li a:hover { color:#919CA9; } .wiz-anc-default{ background-color:#EBEBEB; border:#E0E0E0 solid 1px; -moz-border-radius-bottomright : 25px; -moz-border-radius-topright : 25px; -moz-border-radius-bottomleft : 2px; -moz-border-radius-topleft : 2px; -webkit-border-top-left-radius : 2px; -webkit-border-bottom-left-radius:2px; -webkit-border-top-right-radius :20px; -webkit-border-bottom-right-radius:20px; } .wiz-anc-current{ color:#FFF !important; background-color:#444444; border:#444444 solid 1px; -moz-border-radius-bottomright : 25px; -moz-border-radius-topright : 25px; -moz-border-radius-bottomleft : 2px; -moz-border-radius-topleft : 2px; -webkit-border-top-left-radius : 2px; -webkit-border-bottom-left-radius:2px; -webkit-border-top-right-radius :20px; -webkit-border-bottom-right-radius:20px; } .wiz-anc-done{ color:#FFF !important; background-color:#919CA9; border:#919CA9 solid 1px; -moz-border-radius-bottomright : 25px; -moz-border-radius-topright : 25px; -moz-border-radius-bottomleft : 2px; -moz-border-radius-topleft : 2px; -webkit-border-top-left-radius : 2px; -webkit-border-bottom-left-radius:2px; -webkit-border-top-right-radius :20px; -webkit-border-bottom-right-radius:20px; } .wiz-anc-error{ /*wiz-anc-done */ color:#CD0A0A !important; /*background-color:#FEF1EC ;*/ border:#AE1000 solid 1px; } .wiz-body{ display:block; background:transparent; border-bottom: 0px solid #E0E0E0; width:auto; } .wiz-body div.wiz-content { display:block; position: relative; top:0px; left:0px; text-decoration: none; padding: 3px; margin : 3px; border-bottom: 0px solid #E0E0E0; height:300px; width:auto; overflow:auto; } .wiz-nav { display:block; /*position: absolute;*/ left:0px; bottom:0px; text-decoration: none; padding: 2px 5px 2px 5px; background:#F8F8F8 ; height:30px; width:99%; margin : 0px 0px 5px 0px; border: 0px solid #E0E0E0; border-top: 1px solid #E0E0E0; } .wiz-nav #next { float:right; } .wiz-nav #back{ float:left; } .wiz-nav #done{ margin-left:30%; float:left; } .wiz-nav div.error{ font : bold 12px Verdana, Arial, Helvetica, sans-serif; display:none; position:relative; left:30%; top:5px; width:400px; padding: 5px 5px 5px 10px; -moz-border-radius : 5px; -webkit-border-radius : 5px; float:left; background:#FFE45C; border:1px solid #FED22F; color:#363636; }
plugins/gwiki-pagetemplates/src/main/resources/static/css/style_wizard.css
.wiz-container{ margin:0;padding:0; width:920px; height: 400px; left: 5%; right:5%; top:20px; margin:1px; background:#F8F8F8; overflow:hidden; /*position:relative;*/ border:#E0E0E0 solid 1px; padding:0; /*12px 0px 2px 5px;*/ color:#919CA9; text-align:left; -moz-border-radius:8px; -webkit-border-radius: 8px; z-index:100; } .wiz-container ul{ margin:0;padding:0; list-style: none; position: relative; padding: 3px ; display:block; background:#F8F8F8; height:42px; margin-left:3px; margin-right:3px; border-bottom: 1px solid #E0E0E0; } .wiz-container ul li{ margin:0;padding:0; position: relative; float: left; border-bottom-width: 0 !important; margin: 0; margin-right: 2px; padding: 0; } .wiz-container ul li a { margin:0; padding:0; display:block; text-decoration: none; padding-left: 3px; height:40px; width:210px; color:#919CA9; } .wiz-container ul li a:hover { color:#919CA9; } .wiz-anc-default{ background-color:#EBEBEB; border:#E0E0E0 solid 1px; -moz-border-radius-bottomright : 25px; -moz-border-radius-topright : 25px; -moz-border-radius-bottomleft : 2px; -moz-border-radius-topleft : 2px; -webkit-border-top-left-radius : 2px; -webkit-border-bottom-left-radius:2px; -webkit-border-top-right-radius :20px; -webkit-border-bottom-right-radius:20px; } .wiz-anc-current{ color:#FFF !important; background-color:#444444; border:#444444 solid 1px; -moz-border-radius-bottomright : 25px; -moz-border-radius-topright : 25px; -moz-border-radius-bottomleft : 2px; -moz-border-radius-topleft : 2px; -webkit-border-top-left-radius : 2px; -webkit-border-bottom-left-radius:2px; -webkit-border-top-right-radius :20px; -webkit-border-bottom-right-radius:20px; } .wiz-anc-done{ color:#FFF !important; background-color:#919CA9; border:#919CA9 solid 1px; -moz-border-radius-bottomright : 25px; -moz-border-radius-topright : 25px; -moz-border-radius-bottomleft : 2px; -moz-border-radius-topleft : 2px; -webkit-border-top-left-radius : 2px; -webkit-border-bottom-left-radius:2px; -webkit-border-top-right-radius :20px; -webkit-border-bottom-right-radius:20px; } .wiz-anc-error{ /*wiz-anc-done */ color:#CD0A0A !important; /*background-color:#FEF1EC ;*/ border:#AE1000 solid 1px; } .wiz-body{ display:block; background:transparent; border-bottom: 0px solid #E0E0E0; width:auto; } .wiz-body div.wiz-content { display:block; position: relative; top:0px; left:0px; text-decoration: none; padding: 3px; margin : 3px; border-bottom: 0px solid #E0E0E0; height:300px; width:auto; overflow:auto; } .wiz-nav { display:block; /*position: absolute;*/ left:0px; bottom:0px; text-decoration: none; padding: 2px 5px 2px 5px; background:#F8F8F8 ; height:30px; width:99%; margin : 0px 0px 5px 0px; border: 0px solid #E0E0E0; border-top: 1px solid #E0E0E0; } .wiz-nav #next { float:right; } .wiz-nav #back{ float:left; } .wiz-nav #done{ margin-left:30%; float:left; } .wiz-nav div.error{ font : bold 12px Verdana, Arial, Helvetica, sans-serif; display:none; position:relative; left:30%; top:5px; width:400px; padding: 5px 5px 5px 10px; -moz-border-radius : 5px; -webkit-border-radius : 5px; float:left; background:#FFE45C; border:1px solid #FED22F; color:#363636; }
0.253953
0.062818
@import url("packages/spark_widgets/common/spark_widget.css"); @import url("third_party/font_awesome/css/font-awesome.min.css"); @import url("spark_common.css"); #splitView { border-top: 1px solid #ddd; bottom: 0; left: 0; position: absolute; right: 0; top: 0; } [beforeSplit] { box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 2px; } [afterSplit] { z-index: -1; } spark-dialog { top: 15%; left: 50%; width: 512px; margin-left: -256px; } spark-dialog#polymerDesignerDialog { top: 20px; bottom: 20px; left: 20px; right: 20px; width: initial; margin-left: initial; } spark-dialog#polymerDesignerDialog #polymerDesigner { display: block; box-sizing: border-box; border: 1px solid #ccc; flex: 1; } .toolbar { height: 48px; border-bottom: 1px solid #ddd; } .toolbar > spark-button, .toolbar > spark-menu-button { width: 36px; height: 36px; margin: 0; } cde-fab[command=show-new-project] { position: absolute; top: -20px; right: 10px; z-index: 1; } #fileFilterGroup { flex: 1; display: flex; } #fileFilter { flex: 1; height: 36px; padding: 10px 10px 10px 44px; border: 1px solid #ddd; border-radius: 3px; } #fileFilter:focus { border: 1px solid #4285f4; box-shadow: 0 0 0 1px #4285f4; outline: none; } #fileFilter ~ #runButton, #fileFilter ~ #mainMenu { transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); } #fileFilter:focus.active ~ #runButton, #fileFilter:focus.active ~ #mainMenu { opacity: 0; margin: 0; width: 0; } #moreSearchMenu { position: absolute; left: 92px; top: 10px; width: 32px; height: 32px; } #fileNotFoundPlaceholder { color: #ccc; display: block; font-size: 18px; margin-top: 60px; text-align: center; } #navigationButtons { box-sizing: border-box; border: none; border-bottom: 1px solid #ddd; position: absolute; right: 0; width: 131px; z-index: 150; } .settings-label { width: 150px; } .settings-value { flex: 1; height: 100%; border: 1px solid #ddd; border-radius: 3px; padding: 5px; color: #666; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .settings-block { width: 100%; height: 30px; background-color: white; } .change-setting-button { width: 30px; height: 30px; } .settings-value + .change-setting-button { margin-left: 5px; } .reset-setting-button { flex: 1; height: 100%; } #gitRepoUrlCopyInBuffer { width: 0px; height: 1px; background: transparent; box-shadow: 0px 0px 0px; padding: 0px; border: 0px solid; } #aboutDialog #logo { margin-right: 40px; } #aboutDialog #analyticsOptIn { margin-top: 40px; } #aboutDialog #analyticsCheck { margin: 0 20px; } #errorMessage { max-height: 200px; overflow-y: auto; } #gitResetSettingsDone, #preferenceResetResult { display: none; color: #F00; font-weight: 500; margin: 4px 0 0 4px; } #gitCommitList { max-height: 250px; overflow: auto; padding: 0 20px; } #gitCommitList h1 { font-size: 15px; margin-top: 20px; margin-bottom: 0px; } #gitCommitMessage { resize: vertical; } #gitChangeList { border-radius: 3px; border: 1px solid #cccccc; display: none; margin-bottom: 15px; max-height: 105px; overflow: auto; padding: 5px 14px; } #gitChangeLabel { top: 0px; } #gitStatusDiv { width: 100%; } #gitUserInfo.hidden { display: none; } #pushUrl { width: 20em; } .radio-button-dependency { margin: 10px 0 0 20px; } .input-label { display: flex; margin: 10px 0; } .input-label label { flex: 0 1 auto; width: 150px; position: relative; top: 9px; } .input-label input { flex: 1 1 auto; } [selectableTxt] { -webkit-user-select: text; } #bottom-toolbar { border-top: 1px solid #ddd; bottom: 0; position: absolute; width: 100%; } label { font-weight: 500; } .help-block { -webkit-user-select: text; } /* These two are special (secondary) */ label[for="analyticsCheck"], label[for="stripWhitespace"] { font-weight: 400; } #aboutDialog-icon { display: inline-block; vertical-align: middle; } #aboutDialog-text { display: inline-block; margin-left: 10px; vertical-align: middle; } #directoryLabel { overflow: hidden; white-space: nowrap; } .form-control-static { overflow: hidden; white-space: nowrap; }
ide/web/spark_polymer_ui.css
@import url("packages/spark_widgets/common/spark_widget.css"); @import url("third_party/font_awesome/css/font-awesome.min.css"); @import url("spark_common.css"); #splitView { border-top: 1px solid #ddd; bottom: 0; left: 0; position: absolute; right: 0; top: 0; } [beforeSplit] { box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 2px; } [afterSplit] { z-index: -1; } spark-dialog { top: 15%; left: 50%; width: 512px; margin-left: -256px; } spark-dialog#polymerDesignerDialog { top: 20px; bottom: 20px; left: 20px; right: 20px; width: initial; margin-left: initial; } spark-dialog#polymerDesignerDialog #polymerDesigner { display: block; box-sizing: border-box; border: 1px solid #ccc; flex: 1; } .toolbar { height: 48px; border-bottom: 1px solid #ddd; } .toolbar > spark-button, .toolbar > spark-menu-button { width: 36px; height: 36px; margin: 0; } cde-fab[command=show-new-project] { position: absolute; top: -20px; right: 10px; z-index: 1; } #fileFilterGroup { flex: 1; display: flex; } #fileFilter { flex: 1; height: 36px; padding: 10px 10px 10px 44px; border: 1px solid #ddd; border-radius: 3px; } #fileFilter:focus { border: 1px solid #4285f4; box-shadow: 0 0 0 1px #4285f4; outline: none; } #fileFilter ~ #runButton, #fileFilter ~ #mainMenu { transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); } #fileFilter:focus.active ~ #runButton, #fileFilter:focus.active ~ #mainMenu { opacity: 0; margin: 0; width: 0; } #moreSearchMenu { position: absolute; left: 92px; top: 10px; width: 32px; height: 32px; } #fileNotFoundPlaceholder { color: #ccc; display: block; font-size: 18px; margin-top: 60px; text-align: center; } #navigationButtons { box-sizing: border-box; border: none; border-bottom: 1px solid #ddd; position: absolute; right: 0; width: 131px; z-index: 150; } .settings-label { width: 150px; } .settings-value { flex: 1; height: 100%; border: 1px solid #ddd; border-radius: 3px; padding: 5px; color: #666; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .settings-block { width: 100%; height: 30px; background-color: white; } .change-setting-button { width: 30px; height: 30px; } .settings-value + .change-setting-button { margin-left: 5px; } .reset-setting-button { flex: 1; height: 100%; } #gitRepoUrlCopyInBuffer { width: 0px; height: 1px; background: transparent; box-shadow: 0px 0px 0px; padding: 0px; border: 0px solid; } #aboutDialog #logo { margin-right: 40px; } #aboutDialog #analyticsOptIn { margin-top: 40px; } #aboutDialog #analyticsCheck { margin: 0 20px; } #errorMessage { max-height: 200px; overflow-y: auto; } #gitResetSettingsDone, #preferenceResetResult { display: none; color: #F00; font-weight: 500; margin: 4px 0 0 4px; } #gitCommitList { max-height: 250px; overflow: auto; padding: 0 20px; } #gitCommitList h1 { font-size: 15px; margin-top: 20px; margin-bottom: 0px; } #gitCommitMessage { resize: vertical; } #gitChangeList { border-radius: 3px; border: 1px solid #cccccc; display: none; margin-bottom: 15px; max-height: 105px; overflow: auto; padding: 5px 14px; } #gitChangeLabel { top: 0px; } #gitStatusDiv { width: 100%; } #gitUserInfo.hidden { display: none; } #pushUrl { width: 20em; } .radio-button-dependency { margin: 10px 0 0 20px; } .input-label { display: flex; margin: 10px 0; } .input-label label { flex: 0 1 auto; width: 150px; position: relative; top: 9px; } .input-label input { flex: 1 1 auto; } [selectableTxt] { -webkit-user-select: text; } #bottom-toolbar { border-top: 1px solid #ddd; bottom: 0; position: absolute; width: 100%; } label { font-weight: 500; } .help-block { -webkit-user-select: text; } /* These two are special (secondary) */ label[for="analyticsCheck"], label[for="stripWhitespace"] { font-weight: 400; } #aboutDialog-icon { display: inline-block; vertical-align: middle; } #aboutDialog-text { display: inline-block; margin-left: 10px; vertical-align: middle; } #directoryLabel { overflow: hidden; white-space: nowrap; } .form-control-static { overflow: hidden; white-space: nowrap; }
0.304869
0.071009
.o-ui-select-trigger { outline: none; appearance: none; border: none; background: none; color: var(--o-ui-alias-text-1); transition: all .2s ease-in; display: flex; justify-content: flex-end; align-items: center; min-height: var(--o-ui-global-scale-hotel); overflow: hidden; padding: 0 var(--o-ui-global-scale-charlie) 0; border-radius: var(--o-ui-shape-rounded); } /* TRIGGER | ICON ARROW */ .o-ui-select-icon-arrow { flex-shrink: 0; } /* TRIGGER | FLUID */ .o-ui-select-trigger-ghost.o-ui-select-trigger-fluid, .o-ui-select-trigger-outline.o-ui-select-trigger-fluid { width: 100%; } /* TRIGGER | STATE | INVALID */ .o-ui-select-trigger-invalid { color: var(--o-ui-alias-text-negative-1); } /* TRIGGER | STATE | DISABLED */ .o-ui-select-trigger-ghost[disabled], .o-ui-select-trigger-outline[disabled] { opacity: var(--o-ui-disabled-opacity); cursor: not-allowed; } .o-ui-select-trigger-ghost[disabled] .o-ui-select-value-text, .o-ui-select-trigger-outline[disabled] .o-ui-select-value-text, .o-ui-select-trigger-ghost[disabled] .o-ui-select-placeholder, .o-ui-select-trigger-outline[disabled] .o-ui-select-placeholder { cursor: not-allowed; } /* TRIGGER | GHOST */ .o-ui-select-trigger-ghost { border: 1px solid transparent; } /* TRIGGER | GHOST | STATE | FOCUS */ .o-ui-select-trigger-ghost:not([disabled]).o-ui-select-trigger-focus, .o-ui-select-trigger-ghost:not([disabled]):focus:not(:hover){ background: var(--o-ui-alias-background-3); box-shadow: 0 0 0 var(--o-ui-focus-ring-thickness-md) var(--o-ui-focus-ring-color); } .o-ui-select-trigger-ghost:not([disabled])[aria-expanded="true"] { background: var(--o-ui-alias-background-3); } /* TRIGGER | GHOST | STATE | HOVER */ .o-ui-select-trigger-ghost:not([disabled]).o-ui-select-trigger-hover, .o-ui-select-trigger-ghost:not([disabled]):hover { background: var(--o-ui-alias-background-3); } /* TRIGGER | GHOST | STATE | INVALID | FOCUS */ .o-ui-select-trigger-ghost:not([disabled]).o-ui-select-trigger-invalid.o-ui-select-trigger-focus, .o-ui-select-trigger-ghost:not([disabled]):focus:not(:hover).o-ui-select-trigger-invalid { box-shadow: 0 2px 0 0 var(--o-ui-alias-border-negative-1); } /* TRIGGER | GHOST | PLACEHOLDER / VALUE */ .o-ui-select-trigger-ghost .o-ui-select-placeholder { margin-right: var(--o-ui-global-scale-alpha); } /* TRIGGER | OUTLINE */ .o-ui-select-trigger-outline { width: 325px; background-color: var(--o-ui-alias-background-1); border: 1px solid var(--o-ui-alias-border-1); } /* TRIGGER | OUTLINE | STATE | OPENED */ .o-ui-select-trigger-outline[aria-expanded="true"] { border: 1px solid var(--o-ui-alias-border-1-active); } /* TRIGGER | OUTLINE | STATE | HOVER */ .o-ui-select-trigger-outline:not([disabled]):hover, .o-ui-select-trigger-outline:not([disabled]).o-ui-select-trigger-hover { border: 1px solid var(--o-ui-alias-border-1-hover); } /* TRIGGER | OUTLINE | STATE | FOCUS */ .o-ui-select-trigger-outline.o-ui-select-trigger-invalid.o-ui-select-trigger-focus, .o-ui-select-trigger-invalid.o-ui-select-trigger-outline:focus:not(:hover) { --o-ui-focus-ring-color: var(--o-ui-alias-border-negative-1); border: 1px solid var(--o-ui-alias-border-negative-1); } /* TRIGGER | OUTLINE | STATE | INVALID */ .o-ui-select-trigger-invalid.o-ui-select-trigger-outline { border: 1px solid var(--o-ui-alias-border-negative-1); } /* TRIGGER | OUTLINE | STATE | OPENED | INVALID */ .o-ui-select-trigger-outline[aria-expanded="true"].o-ui-select-trigger-invalid { border: 1px solid var(--o-ui-alias-border-negative-1-active); } /* TRIGGER | OUTLINE | STATE | HOVER | INVALID */ .o-ui-select-trigger-outline:not([disabled]):hover.o-ui-select-trigger-invalid, .o-ui-select-trigger-hover.o-ui-select-trigger-outline:not([disabled]).o-ui-select-trigger-invalid { border: 1px solid var(--o-ui-alias-border-negative-1-hover); } /* TRIGGER | OUTLINE | STATE | FOCUS */ .o-ui-select-trigger-outline:not([disabled]).o-ui-select-trigger-focus, .o-ui-select-trigger-outline:not([disabled]):focus:not(:hover) { box-shadow: 0 0 0 1px var(--o-ui-focus-ring-color); border: 1px solid var(--o-ui-alias-border-primary-1); } /* TRIGGER | OUTLINE | STATE | FOCUS && HOVER */ .o-ui-select-trigger-outline:not([disabled]):hover:focus { border: 1px solid var(--o-ui-alias-border-primary-1); box-shadow: 0 0 0 1px var(--o-ui-focus-ring-color); } /* TRIGGER | OUTLINE | STATE | INVALID | FOCUS && HOVER */ .o-ui-select-trigger-outline:not([disabled]):hover:focus.o-ui-select-trigger-invalid { --o-ui-focus-ring-color: var(--o-ui-alias-border-negative-1); border: 1px solid var(--o-ui-alias-border-negative-1); } /* SELECT VALUE */ .o-ui-select-value { display: flex; overflow: hidden; } /* PLACEHOLDER */ .o-ui-select-placeholder { color: var(--o-ui-alias-text-input-placeholder); } /* PLACEHOLDER | INVALID */ .o-ui-select-trigger-invalid .o-ui-select-placeholder { color: var(--o-ui-alias-text-negative-1); } /* SELECT VALUE & PLACEHOLDER */ .o-ui-select-value, .o-ui-select-placeholder { flex-grow: 1; text-align: left; margin-right: var(--o-ui-global-scale-bravo); } /* SELECT VALUE | START ICON */ .o-ui-select-value-start-icon { margin-right: var(--o-ui-global-scale-alpha); flex-shrink: 0; } /* SELECT VALUE | END ICON */ .o-ui-select-value-end-icon { flex-shrink: 0; margin-left: var(--o-ui-global-scale-alpha); } /* ICON */ .o-ui-select-icon { flex-shrink: 0; margin-right: var(--o-ui-global-scale-alpha); } /* MENU | FLUID */ .o-ui-select-menu-fluid { width: 100%; } /* TEXT & PLACEHOLDER OVERFLOW */ .o-ui-select-value-text, .o-ui-select-placeholder { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: default; }
packages/react-components/src/select/src/Select.css
.o-ui-select-trigger { outline: none; appearance: none; border: none; background: none; color: var(--o-ui-alias-text-1); transition: all .2s ease-in; display: flex; justify-content: flex-end; align-items: center; min-height: var(--o-ui-global-scale-hotel); overflow: hidden; padding: 0 var(--o-ui-global-scale-charlie) 0; border-radius: var(--o-ui-shape-rounded); } /* TRIGGER | ICON ARROW */ .o-ui-select-icon-arrow { flex-shrink: 0; } /* TRIGGER | FLUID */ .o-ui-select-trigger-ghost.o-ui-select-trigger-fluid, .o-ui-select-trigger-outline.o-ui-select-trigger-fluid { width: 100%; } /* TRIGGER | STATE | INVALID */ .o-ui-select-trigger-invalid { color: var(--o-ui-alias-text-negative-1); } /* TRIGGER | STATE | DISABLED */ .o-ui-select-trigger-ghost[disabled], .o-ui-select-trigger-outline[disabled] { opacity: var(--o-ui-disabled-opacity); cursor: not-allowed; } .o-ui-select-trigger-ghost[disabled] .o-ui-select-value-text, .o-ui-select-trigger-outline[disabled] .o-ui-select-value-text, .o-ui-select-trigger-ghost[disabled] .o-ui-select-placeholder, .o-ui-select-trigger-outline[disabled] .o-ui-select-placeholder { cursor: not-allowed; } /* TRIGGER | GHOST */ .o-ui-select-trigger-ghost { border: 1px solid transparent; } /* TRIGGER | GHOST | STATE | FOCUS */ .o-ui-select-trigger-ghost:not([disabled]).o-ui-select-trigger-focus, .o-ui-select-trigger-ghost:not([disabled]):focus:not(:hover){ background: var(--o-ui-alias-background-3); box-shadow: 0 0 0 var(--o-ui-focus-ring-thickness-md) var(--o-ui-focus-ring-color); } .o-ui-select-trigger-ghost:not([disabled])[aria-expanded="true"] { background: var(--o-ui-alias-background-3); } /* TRIGGER | GHOST | STATE | HOVER */ .o-ui-select-trigger-ghost:not([disabled]).o-ui-select-trigger-hover, .o-ui-select-trigger-ghost:not([disabled]):hover { background: var(--o-ui-alias-background-3); } /* TRIGGER | GHOST | STATE | INVALID | FOCUS */ .o-ui-select-trigger-ghost:not([disabled]).o-ui-select-trigger-invalid.o-ui-select-trigger-focus, .o-ui-select-trigger-ghost:not([disabled]):focus:not(:hover).o-ui-select-trigger-invalid { box-shadow: 0 2px 0 0 var(--o-ui-alias-border-negative-1); } /* TRIGGER | GHOST | PLACEHOLDER / VALUE */ .o-ui-select-trigger-ghost .o-ui-select-placeholder { margin-right: var(--o-ui-global-scale-alpha); } /* TRIGGER | OUTLINE */ .o-ui-select-trigger-outline { width: 325px; background-color: var(--o-ui-alias-background-1); border: 1px solid var(--o-ui-alias-border-1); } /* TRIGGER | OUTLINE | STATE | OPENED */ .o-ui-select-trigger-outline[aria-expanded="true"] { border: 1px solid var(--o-ui-alias-border-1-active); } /* TRIGGER | OUTLINE | STATE | HOVER */ .o-ui-select-trigger-outline:not([disabled]):hover, .o-ui-select-trigger-outline:not([disabled]).o-ui-select-trigger-hover { border: 1px solid var(--o-ui-alias-border-1-hover); } /* TRIGGER | OUTLINE | STATE | FOCUS */ .o-ui-select-trigger-outline.o-ui-select-trigger-invalid.o-ui-select-trigger-focus, .o-ui-select-trigger-invalid.o-ui-select-trigger-outline:focus:not(:hover) { --o-ui-focus-ring-color: var(--o-ui-alias-border-negative-1); border: 1px solid var(--o-ui-alias-border-negative-1); } /* TRIGGER | OUTLINE | STATE | INVALID */ .o-ui-select-trigger-invalid.o-ui-select-trigger-outline { border: 1px solid var(--o-ui-alias-border-negative-1); } /* TRIGGER | OUTLINE | STATE | OPENED | INVALID */ .o-ui-select-trigger-outline[aria-expanded="true"].o-ui-select-trigger-invalid { border: 1px solid var(--o-ui-alias-border-negative-1-active); } /* TRIGGER | OUTLINE | STATE | HOVER | INVALID */ .o-ui-select-trigger-outline:not([disabled]):hover.o-ui-select-trigger-invalid, .o-ui-select-trigger-hover.o-ui-select-trigger-outline:not([disabled]).o-ui-select-trigger-invalid { border: 1px solid var(--o-ui-alias-border-negative-1-hover); } /* TRIGGER | OUTLINE | STATE | FOCUS */ .o-ui-select-trigger-outline:not([disabled]).o-ui-select-trigger-focus, .o-ui-select-trigger-outline:not([disabled]):focus:not(:hover) { box-shadow: 0 0 0 1px var(--o-ui-focus-ring-color); border: 1px solid var(--o-ui-alias-border-primary-1); } /* TRIGGER | OUTLINE | STATE | FOCUS && HOVER */ .o-ui-select-trigger-outline:not([disabled]):hover:focus { border: 1px solid var(--o-ui-alias-border-primary-1); box-shadow: 0 0 0 1px var(--o-ui-focus-ring-color); } /* TRIGGER | OUTLINE | STATE | INVALID | FOCUS && HOVER */ .o-ui-select-trigger-outline:not([disabled]):hover:focus.o-ui-select-trigger-invalid { --o-ui-focus-ring-color: var(--o-ui-alias-border-negative-1); border: 1px solid var(--o-ui-alias-border-negative-1); } /* SELECT VALUE */ .o-ui-select-value { display: flex; overflow: hidden; } /* PLACEHOLDER */ .o-ui-select-placeholder { color: var(--o-ui-alias-text-input-placeholder); } /* PLACEHOLDER | INVALID */ .o-ui-select-trigger-invalid .o-ui-select-placeholder { color: var(--o-ui-alias-text-negative-1); } /* SELECT VALUE & PLACEHOLDER */ .o-ui-select-value, .o-ui-select-placeholder { flex-grow: 1; text-align: left; margin-right: var(--o-ui-global-scale-bravo); } /* SELECT VALUE | START ICON */ .o-ui-select-value-start-icon { margin-right: var(--o-ui-global-scale-alpha); flex-shrink: 0; } /* SELECT VALUE | END ICON */ .o-ui-select-value-end-icon { flex-shrink: 0; margin-left: var(--o-ui-global-scale-alpha); } /* ICON */ .o-ui-select-icon { flex-shrink: 0; margin-right: var(--o-ui-global-scale-alpha); } /* MENU | FLUID */ .o-ui-select-menu-fluid { width: 100%; } /* TEXT & PLACEHOLDER OVERFLOW */ .o-ui-select-value-text, .o-ui-select-placeholder { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: default; }
0.311636
0.038902
@media(max-width:1366px) { p.para { line-height:25px; font-size:15px; } .about-heading h3 { font-size:18px; } .container-intro { margin:0 auto; width:95%; } } /*------------------------------------------*/ /* Max Width "1024px" /*------------------------------------------*/ @media(max-width:1024px) { img.img-circle.team-img { width:200px; height:200px; } .about-pic img { width:100%; margin:0 auto; text-align:center; } .join-us .carousel h1 { font-size:35px; } .feature-content img { margin-top:45px; } .section-title h2, .section-title.center h2 { font-size:35px } .top-heading-soon { font-size:40px; } } /*------------------------------------------*/ /* Max Width "980px" /*------------------------------------------*/ @media (max-width: 980px) { .container { width:100%; } .navbar-toggle { color:#000; font-size:21px; } .feature-content img { margin-top:55px; } .demo-head { display:none; } #main-centent-ii { padding:70px 0 70px 0; } .navbar-nav > li > a { font-size:13px; } .header-text h1 { font-size:30px; } .header-text { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; border: 2px solid #ffa211; color: #fafafa; font-size: 25px; font-weight: 100; margin: 0 auto; padding: 40px 0 40px 0; text-align: center; text-transform: uppercase; width: 50%; border-color: #f1f1f1 #ff1e58 #ff1e58 #f1f1f1; border-width: 20px; margin-top: 60px; } .top-heading-soon { font-size: 25px; padding: 120px 0 0 0; line-height: 30px; } .main-features { padding:50px 0 50px 0; } .container-intro { margin:0 auto; width:92%; } .benefit-heading h3 { padding:50px 0 0 20px; font-size:20px; } .letter-s { letter-spacing:1px; } .top-heading { line-height:40px; font-size:25px; } .intro-text .intro-lead-in { font-size:10px; letter-spacing:1px; } .ds-black .ds-element-value { font-size:1.3em; } .top-heading-soon { margin-top:35px; font-size:35px; } p.para{ letter-spacing:0px;} p{ letter-spacing:0px;} } /*------------------------------------------*/ /* Max Width "900px" /*------------------------------------------*/ @media (max-width:900px) { .feature-box { width:98%; margin-bottom: -15px; } .feature-content img { margin-top:0px; background-image:none; display:none; margin:0px; padding:0px; } .feature-icon-left-more .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more .feature-icon i.fa { float: left; } .feature-icon-left-more-app .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more-app .feature-icon i.fa { float:left; font-size:28px; color:#000; margin:50px 0 0 0; height:55px; width:55px; padding:14px 0 0 0; border-radius:10%; border:1px solid #000; } .intro-heading { font-size:25px; } .log_in_logo img { } .log_in_box { width:100%; } .data table td, .data table th { padding:10px; } .btn-t { padding:2px; font-size:12px; display:block; } .data table th { font-size:12px; } } /*------------------------------------------*/ /* Max Width "768px" /*------------------------------------------*/ @media (max-width: 768px) { .section-title h2, .section-title.center h2 { font-size:35px; line-height: normal; } .main-para { font-size:25px; } .feature-content img { margin-top:0px; background-image:none; display:none; margin:0px; padding:0px; } .feature-box { width:98%; margin-bottom:15px; margin-top:-16px } .top-btn-c { font-size:20px; margin-bottom:25px; } .join-us .carousel h1, .offer p { font-size:30px; } .nav-tabs > li > a { font-size:15px; padding:20px; width:100%; } .accordion-inner h4 { margin-top: 10px; } .tab-wrap .media .pull-left { clear: both; width: 100%; } .tab-wrap .media .media-body { clear: both; } .nav-tabs > li.active > a:after { display: none; } .parrent pull-left { width:100%; } .header .intro-text .intro-heading { font-size:25px; } .feature-icon-left-more-app .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more-app .feature-icon i.fa { float:left; font-size:28px; color:#000; margin:50px 0 0 0; height:55px; width:55px; padding:14px 0 0 0; border-radius:10%; border:1px solid #000; } .about-img-bus-p { margin:40px 0 0 0; } .about-img-bus-f { margin:40px 0 0 0; } .about-cor-a { height:500px; } .about-cor-b { height:500px } .about-ag-a { height:500px; } .about-ag-b { height:500px; } .about-img-bus-w { height:650px; } .about-img-bus-p { height:650px; } .about-img-bus-f { height:650px; } .about-ag-a { height:510px; } .about-ag-b { height:510px; } .about-ma-a { height:510px; } .about-text-bus { padding-bottom:60px; } .intro-text .intro-heading { font-size:30px; } .o-demos { font-size:30px; } .intro-heading-s { font-size:18px; } #intro-bg { padding:120px 0 150px 0; } #more-demos { padding:60px 0 60px 0; } header .intro-text .intro-heading { font-size:35px; } .feature-icon-left-more .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more .feature-icon i.fa { float: left; } .list-demos { font-size:13px; } .skill { width:100%; } p.para { font-size:14px; } .about-heading { margin-top:1px; } .feature-box h4 { font-size:18px; } #awesome-features { padding:70px 0 70px 0; } #Portfolio { padding:70px 0 70px 0; } #services-icon { padding:70px 0 70px 0; } #Pricing { padding:70px 0 70px 0; } #testimonials { padding:70px 0 70px 0; } #blog { padding:70px 0 70px 0; } #services { padding:70px 0 70px 0; } #awesome-features-y { padding:70px 0 70px 0; } .para-tex { font-size:16px; } .clients-name { font-size:22px; } #awesome-features-freelancer { padding:70px 0 70px 0; } #resume { padding:70px 0 70px 0; } #contact { padding:70px 0 70px 0; } #mobile-apps { padding:70px 0 70px 0; } #awesome-features-app { padding:70px 0 70px 0; } #apps-screen { padding:70px 0 70px 0; } #Pricing-app { padding:70px 0 70px 0; } #client { padding:70px 0 70px 0; } #team { padding:70px 0 70px 0; } #design { padding:70px 0 70px 0; } #services-box { padding:70px 0 70px 0; } .startup { padding:70px 0 70px 0; } .join-us { padding:70px 0 70px 0; } #skills { padding:70px 0 70px 0; } #design { padding:70px 0 70px 0; } #tab { padding:70px 0 70px 0; } .Demo { padding:70px 0 70px 0; } .timeline .timeline-heading h4 { margin-top: 0; text-transform: uppercase; font-size:15px; line-height:25px; } .email h2 { font-size:20px; } .phone h2 { font-size:20px; } .money h2 { font-size:20px; } .pricing-area h1 { font-size:18px; } .pricing-area h1 span { font-size:18px; } .achivement-box h4 { font-size:12px; } #mobile-apps h2 { font-size:35px; } .btn-intro { font-size:16px; max-width:220px; } .about-cor { padding:2px; } .about-text { padding:2px; } .services-icon-wrap { padding:10px; } .services-icon-wrap h3 { font-size:16px; } .navbar-nav > li > a { font-size:9px; } footer h5 { padding:5px; margin:20px 0 0 0; } footer .subscribe_now form { margin-left:20px; } .newsletter-content .button { font-size:12px; } .donation-text { font-size:40px; } .top-heading { font-size:20px; } .benefit-heading h3 { font-size:35px; } .header-text { width:90%; border-width:10px; } .header-text h1 { font-size:25px; } .header-text p { font-size:10px; } } /*------------------------------------------*/ /* Max Width "767px" /*------------------------------------------*/ @media (max-width: 767px) { .navbar-brand { display:block; margin-left:25px; } .dropdown:hover.dropdown:focus .dropdown-menu { display:block; -webkit-animation: fadeInUp 400ms; animation: fadeInUp 400ms; width:100%; } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-left:0px; margin-right:0px; } .navbar-collapse { margin-right:0px; margin-left:0px; background:#000; } .dropdown-menu > li > a { width:100%; } .navbar-nav > li { display:block; } .navbar-nav > li > a { font-size:9px; } .top-heading-soon { font-size:20px; padding:10px 0 0 0; line-height:30px; } } /*------------------------------------------*/ /* Max Width "480px" /*------------------------------------------*/ @media (max-width: 480px) { #rotate-services { padding:30px 0 30px 0; } .top-btn-text { font-size:15px; } .btn-download-w { padding:12px 15px; font-size:15px; } .about-ag-a { height:300px; } .navbar-custom { padding:1px 3px; } .btn-download { max-width:200px; font-size:16px; } .btn-get { font-size:16px; max-width:200px; } .about-ag-b { height:300px; } #main-centent { padding:45px 0 45px 0; } .main-para { font-size:20px; } .list-demos { font-size:14px; line-height:25px; } .join-us .carousel h1, .offer p { font-size:35px; } .para-tex { font-size:14px; } .clients-name { font-size:18px; } .about-img-bus-w { height:300px; } .about-img-bus-p { height:300px; margin:40px 0 0 0; } .about-img-bus-f { height:300px; margin:40px 0 0 0; } .about-ma-a { height:300px; } .feature-icon-left-more .feature-icon i.fa { float: left; } .main-area h1 { font-size:16px; line-height:25px; } .about-ma-a { height:300px; } .feature-content { background-image:none; } .feature-icon-left-more .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .btn-download-black { width:170px; } .section-title.freelancer h2 { font-size:30px; width:270px; } .feature-icon-left-more-app .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more-app .feature-icon i.fa { float:left; font-size:28px; color:#000; margin:50px 0 0 0; height:55px; width:55px; padding:14px 0 0 0; border-radius:10%; border:1px solid #000; } .join-us-app h1 { font-size:40px; } .about-cor-a { height:300px; } .about-cor-b { height:300px } #services h2 { font-size:30px; } .intro-text .intro-heading { font-size:30px; } .o-demos { font-size:30px; } .intro-heading-s { font-size:18px; } .intro-text .intro-lead-in { font-size:13px; } #intro-bg { padding:120px 0 150px 0; } header .intro-text .intro-heading { font-size:30px; } .feature-icon-left-more-y .feature-icon-y i.fa { margin:70px 20px 0 10px; } .top-heading-soon { font-size:15px; padding:30px 0 0 0; line-height:30px; } .benefit-heading h3 { font-size: 25px; font-weight: 600; } .header-text p { font-size:9px; } .text-con-i { padding:140px 0 0 0; } .container-intro { margin:0 auto; width:90%; } .intro-text .intro-heading { line-height:40px; } .intro-text .intro-lead-in { font-size:10px; letter-spacing:1px; } .top-heading { letter-spacing:1px; font-size:18px; line-height:25px; } .top-heading-soon { font-size:20px; padding:20px 0 0 0; line-height:30px; } .work-info > h5 { color: #fff; display: table; font-size: 15px; font-family: 'Open+Sans', sans-serif; } .section-title h2, .section-title.center h2{ font-weight:400;} } /*------------------------------------------*/ /* Max Width "360px" /*------------------------------------------*/ @media (max-width: 360px) { .intro-heading{ font-weight:600;} .about-cor-a { height:250px; } .about-cor-b { height:250px } .navbar-collapse.in { overflow: auto; } .btn-get { font-size:16px; max-width:200px; margin-left:0px; margin-top:0px; } .header-text h1 { font-size:20px; } .header-text { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; border: 2px solid #ffa211; color: #fafafa; font-size: 20px; font-weight: 100; margin: 0 auto; padding: 40px 0 40px 0; text-align: center; text-transform: uppercase; width: 100%; border-color: #f1f1f1 #ff1e58 #ff1e58 #f1f1f1; border-width: 10px; margin-top: 150px; } .section-title h2, .section-title.center h2 { font-size:25px; } .letter-s { letter-spacing: 0px; font-size: 10px; } .work-info{ padding:5px;} .benefit-heading h3{ font-size:21px;} .project-text{ font-size:21px;} .events-section{ padding:55px 0 55px 0;} #price{ padding:55px 0 55px 0;} .section-title h2, .section-title.center h2{ font-weight:400;} } /*------------------------------------------*/ /* Min Width "768px" /*------------------------------------------*/ @media(min-width:768px) { .video-iframe { top: 25px; left: 76px; width: 279px; height: 175px; } .modal-dialog { width:100%; max-width:960px; margin:50px auto; } }
rotaract3142/public/css/responsive.css
@media(max-width:1366px) { p.para { line-height:25px; font-size:15px; } .about-heading h3 { font-size:18px; } .container-intro { margin:0 auto; width:95%; } } /*------------------------------------------*/ /* Max Width "1024px" /*------------------------------------------*/ @media(max-width:1024px) { img.img-circle.team-img { width:200px; height:200px; } .about-pic img { width:100%; margin:0 auto; text-align:center; } .join-us .carousel h1 { font-size:35px; } .feature-content img { margin-top:45px; } .section-title h2, .section-title.center h2 { font-size:35px } .top-heading-soon { font-size:40px; } } /*------------------------------------------*/ /* Max Width "980px" /*------------------------------------------*/ @media (max-width: 980px) { .container { width:100%; } .navbar-toggle { color:#000; font-size:21px; } .feature-content img { margin-top:55px; } .demo-head { display:none; } #main-centent-ii { padding:70px 0 70px 0; } .navbar-nav > li > a { font-size:13px; } .header-text h1 { font-size:30px; } .header-text { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; border: 2px solid #ffa211; color: #fafafa; font-size: 25px; font-weight: 100; margin: 0 auto; padding: 40px 0 40px 0; text-align: center; text-transform: uppercase; width: 50%; border-color: #f1f1f1 #ff1e58 #ff1e58 #f1f1f1; border-width: 20px; margin-top: 60px; } .top-heading-soon { font-size: 25px; padding: 120px 0 0 0; line-height: 30px; } .main-features { padding:50px 0 50px 0; } .container-intro { margin:0 auto; width:92%; } .benefit-heading h3 { padding:50px 0 0 20px; font-size:20px; } .letter-s { letter-spacing:1px; } .top-heading { line-height:40px; font-size:25px; } .intro-text .intro-lead-in { font-size:10px; letter-spacing:1px; } .ds-black .ds-element-value { font-size:1.3em; } .top-heading-soon { margin-top:35px; font-size:35px; } p.para{ letter-spacing:0px;} p{ letter-spacing:0px;} } /*------------------------------------------*/ /* Max Width "900px" /*------------------------------------------*/ @media (max-width:900px) { .feature-box { width:98%; margin-bottom: -15px; } .feature-content img { margin-top:0px; background-image:none; display:none; margin:0px; padding:0px; } .feature-icon-left-more .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more .feature-icon i.fa { float: left; } .feature-icon-left-more-app .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more-app .feature-icon i.fa { float:left; font-size:28px; color:#000; margin:50px 0 0 0; height:55px; width:55px; padding:14px 0 0 0; border-radius:10%; border:1px solid #000; } .intro-heading { font-size:25px; } .log_in_logo img { } .log_in_box { width:100%; } .data table td, .data table th { padding:10px; } .btn-t { padding:2px; font-size:12px; display:block; } .data table th { font-size:12px; } } /*------------------------------------------*/ /* Max Width "768px" /*------------------------------------------*/ @media (max-width: 768px) { .section-title h2, .section-title.center h2 { font-size:35px; line-height: normal; } .main-para { font-size:25px; } .feature-content img { margin-top:0px; background-image:none; display:none; margin:0px; padding:0px; } .feature-box { width:98%; margin-bottom:15px; margin-top:-16px } .top-btn-c { font-size:20px; margin-bottom:25px; } .join-us .carousel h1, .offer p { font-size:30px; } .nav-tabs > li > a { font-size:15px; padding:20px; width:100%; } .accordion-inner h4 { margin-top: 10px; } .tab-wrap .media .pull-left { clear: both; width: 100%; } .tab-wrap .media .media-body { clear: both; } .nav-tabs > li.active > a:after { display: none; } .parrent pull-left { width:100%; } .header .intro-text .intro-heading { font-size:25px; } .feature-icon-left-more-app .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more-app .feature-icon i.fa { float:left; font-size:28px; color:#000; margin:50px 0 0 0; height:55px; width:55px; padding:14px 0 0 0; border-radius:10%; border:1px solid #000; } .about-img-bus-p { margin:40px 0 0 0; } .about-img-bus-f { margin:40px 0 0 0; } .about-cor-a { height:500px; } .about-cor-b { height:500px } .about-ag-a { height:500px; } .about-ag-b { height:500px; } .about-img-bus-w { height:650px; } .about-img-bus-p { height:650px; } .about-img-bus-f { height:650px; } .about-ag-a { height:510px; } .about-ag-b { height:510px; } .about-ma-a { height:510px; } .about-text-bus { padding-bottom:60px; } .intro-text .intro-heading { font-size:30px; } .o-demos { font-size:30px; } .intro-heading-s { font-size:18px; } #intro-bg { padding:120px 0 150px 0; } #more-demos { padding:60px 0 60px 0; } header .intro-text .intro-heading { font-size:35px; } .feature-icon-left-more .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more .feature-icon i.fa { float: left; } .list-demos { font-size:13px; } .skill { width:100%; } p.para { font-size:14px; } .about-heading { margin-top:1px; } .feature-box h4 { font-size:18px; } #awesome-features { padding:70px 0 70px 0; } #Portfolio { padding:70px 0 70px 0; } #services-icon { padding:70px 0 70px 0; } #Pricing { padding:70px 0 70px 0; } #testimonials { padding:70px 0 70px 0; } #blog { padding:70px 0 70px 0; } #services { padding:70px 0 70px 0; } #awesome-features-y { padding:70px 0 70px 0; } .para-tex { font-size:16px; } .clients-name { font-size:22px; } #awesome-features-freelancer { padding:70px 0 70px 0; } #resume { padding:70px 0 70px 0; } #contact { padding:70px 0 70px 0; } #mobile-apps { padding:70px 0 70px 0; } #awesome-features-app { padding:70px 0 70px 0; } #apps-screen { padding:70px 0 70px 0; } #Pricing-app { padding:70px 0 70px 0; } #client { padding:70px 0 70px 0; } #team { padding:70px 0 70px 0; } #design { padding:70px 0 70px 0; } #services-box { padding:70px 0 70px 0; } .startup { padding:70px 0 70px 0; } .join-us { padding:70px 0 70px 0; } #skills { padding:70px 0 70px 0; } #design { padding:70px 0 70px 0; } #tab { padding:70px 0 70px 0; } .Demo { padding:70px 0 70px 0; } .timeline .timeline-heading h4 { margin-top: 0; text-transform: uppercase; font-size:15px; line-height:25px; } .email h2 { font-size:20px; } .phone h2 { font-size:20px; } .money h2 { font-size:20px; } .pricing-area h1 { font-size:18px; } .pricing-area h1 span { font-size:18px; } .achivement-box h4 { font-size:12px; } #mobile-apps h2 { font-size:35px; } .btn-intro { font-size:16px; max-width:220px; } .about-cor { padding:2px; } .about-text { padding:2px; } .services-icon-wrap { padding:10px; } .services-icon-wrap h3 { font-size:16px; } .navbar-nav > li > a { font-size:9px; } footer h5 { padding:5px; margin:20px 0 0 0; } footer .subscribe_now form { margin-left:20px; } .newsletter-content .button { font-size:12px; } .donation-text { font-size:40px; } .top-heading { font-size:20px; } .benefit-heading h3 { font-size:35px; } .header-text { width:90%; border-width:10px; } .header-text h1 { font-size:25px; } .header-text p { font-size:10px; } } /*------------------------------------------*/ /* Max Width "767px" /*------------------------------------------*/ @media (max-width: 767px) { .navbar-brand { display:block; margin-left:25px; } .dropdown:hover.dropdown:focus .dropdown-menu { display:block; -webkit-animation: fadeInUp 400ms; animation: fadeInUp 400ms; width:100%; } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-left:0px; margin-right:0px; } .navbar-collapse { margin-right:0px; margin-left:0px; background:#000; } .dropdown-menu > li > a { width:100%; } .navbar-nav > li { display:block; } .navbar-nav > li > a { font-size:9px; } .top-heading-soon { font-size:20px; padding:10px 0 0 0; line-height:30px; } } /*------------------------------------------*/ /* Max Width "480px" /*------------------------------------------*/ @media (max-width: 480px) { #rotate-services { padding:30px 0 30px 0; } .top-btn-text { font-size:15px; } .btn-download-w { padding:12px 15px; font-size:15px; } .about-ag-a { height:300px; } .navbar-custom { padding:1px 3px; } .btn-download { max-width:200px; font-size:16px; } .btn-get { font-size:16px; max-width:200px; } .about-ag-b { height:300px; } #main-centent { padding:45px 0 45px 0; } .main-para { font-size:20px; } .list-demos { font-size:14px; line-height:25px; } .join-us .carousel h1, .offer p { font-size:35px; } .para-tex { font-size:14px; } .clients-name { font-size:18px; } .about-img-bus-w { height:300px; } .about-img-bus-p { height:300px; margin:40px 0 0 0; } .about-img-bus-f { height:300px; margin:40px 0 0 0; } .about-ma-a { height:300px; } .feature-icon-left-more .feature-icon i.fa { float: left; } .main-area h1 { font-size:16px; line-height:25px; } .about-ma-a { height:300px; } .feature-content { background-image:none; } .feature-icon-left-more .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .btn-download-black { width:170px; } .section-title.freelancer h2 { font-size:30px; width:270px; } .feature-icon-left-more-app .feature-content { padding-left:90px; padding-bottom:20px; padding-top:35px; text-align:left; padding-right:0px; } .feature-icon-left-more-app .feature-icon i.fa { float:left; font-size:28px; color:#000; margin:50px 0 0 0; height:55px; width:55px; padding:14px 0 0 0; border-radius:10%; border:1px solid #000; } .join-us-app h1 { font-size:40px; } .about-cor-a { height:300px; } .about-cor-b { height:300px } #services h2 { font-size:30px; } .intro-text .intro-heading { font-size:30px; } .o-demos { font-size:30px; } .intro-heading-s { font-size:18px; } .intro-text .intro-lead-in { font-size:13px; } #intro-bg { padding:120px 0 150px 0; } header .intro-text .intro-heading { font-size:30px; } .feature-icon-left-more-y .feature-icon-y i.fa { margin:70px 20px 0 10px; } .top-heading-soon { font-size:15px; padding:30px 0 0 0; line-height:30px; } .benefit-heading h3 { font-size: 25px; font-weight: 600; } .header-text p { font-size:9px; } .text-con-i { padding:140px 0 0 0; } .container-intro { margin:0 auto; width:90%; } .intro-text .intro-heading { line-height:40px; } .intro-text .intro-lead-in { font-size:10px; letter-spacing:1px; } .top-heading { letter-spacing:1px; font-size:18px; line-height:25px; } .top-heading-soon { font-size:20px; padding:20px 0 0 0; line-height:30px; } .work-info > h5 { color: #fff; display: table; font-size: 15px; font-family: 'Open+Sans', sans-serif; } .section-title h2, .section-title.center h2{ font-weight:400;} } /*------------------------------------------*/ /* Max Width "360px" /*------------------------------------------*/ @media (max-width: 360px) { .intro-heading{ font-weight:600;} .about-cor-a { height:250px; } .about-cor-b { height:250px } .navbar-collapse.in { overflow: auto; } .btn-get { font-size:16px; max-width:200px; margin-left:0px; margin-top:0px; } .header-text h1 { font-size:20px; } .header-text { background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; border: 2px solid #ffa211; color: #fafafa; font-size: 20px; font-weight: 100; margin: 0 auto; padding: 40px 0 40px 0; text-align: center; text-transform: uppercase; width: 100%; border-color: #f1f1f1 #ff1e58 #ff1e58 #f1f1f1; border-width: 10px; margin-top: 150px; } .section-title h2, .section-title.center h2 { font-size:25px; } .letter-s { letter-spacing: 0px; font-size: 10px; } .work-info{ padding:5px;} .benefit-heading h3{ font-size:21px;} .project-text{ font-size:21px;} .events-section{ padding:55px 0 55px 0;} #price{ padding:55px 0 55px 0;} .section-title h2, .section-title.center h2{ font-weight:400;} } /*------------------------------------------*/ /* Min Width "768px" /*------------------------------------------*/ @media(min-width:768px) { .video-iframe { top: 25px; left: 76px; width: 279px; height: 175px; } .modal-dialog { width:100%; max-width:960px; margin:50px auto; } }
0.253399
0.04005
* { padding: 0; margin: 0; box-sizing: border-box; } html, body { margin: 0; padding: 0; height: 100%; } /* Hide submenu, leave this to kmom02 */ .rm-desktop ul { display: none; } /* Hide responsive/mobile menu, leave this to kmom02 */ .rm-navbar-max { display: none; } .site-logo { display: none; } body { width: 100%; background-color: aqua; } .my-navbar { text-align: center; } li { display: inline; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 20px; padding: 15px; } li a { text-decoration: none; } .site-logo-text-icon { float: left; padding: 0; margin-bottom: -10px; } .site-logo-text { float: left; font-size: 12px; font-style: italic; margin-left: 5px; } .site-logo-text:hover { font-size: 17px; margin-right: -13px; } .region-flash img { display: block; width: 100%; } .region-flash { border: 1px red solid; width: 90%; margin-left: 5%; margin-top: 1%; } .outer-wrap-main { margin: auto 0; text-align: center; width: 90%; margin-left: 5%; border: 0.05px solid red; background-color: rgb(26, 173, 173); } h1 { margin: 5px 0; } .figure { margin: 10px 2px; display: inline-block; } p { margin: 10px 5px; line-height: 1.3em; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; float: left; } .left { margin: auto; margin-top: 1%; margin-bottom: 0; padding: 0; float: left; margin-left: 30%; } .block { border: 0.05px red solid; overflow: auto; text-align: center; } .region-footer { width: 100%; border: 0.05 outset red; text-align: center; display: block; height: 20%; } .column { float: left; width: 33.33%; margin: 2.5% 0; color: whitesmoke; border-style: none; display: block; } .site-footer { width: 50%; text-align: center; border-style: none; color: whitesmoke; margin-left: 25%; } .footer-column-wrapper { border: 0.05px solid red; } .inner-wrap-footer { background-color: rgb(59, 65, 79); text-align: center; } .footer-column-x { border-style: none; display: block; } ul { width: 90%; margin-left: 5%; padding: 0; text-align: center; } .toc { max-width: 100%; list-style: none; padding-left: 5px; padding-right: 5px; padding-top: 5px; margin-bottom: 1px; margin-right: 0; min-height: 100vh; } .toc .level-1 { float: left; text-align: center; font-size: 1em; } .level-0 { float: left; padding-left: 0; padding-right: 0; font-size: 1em; } .toc .level-2 { font-size: 1em; float: left; } .toc .selected { border-bottom: inset 3px blue; border-top: inset 3px blue; } .toc a { color: brown; } ul li { display: inline; } .next { float: right; text-align: right; top: 0; } .previous { float: left; text-align: left; } .has-sidebar-left { display: inline-block; } main .has-sidebar { margin-left: 15%; width: 75%; top: 100px; height: auto; } div .region-sidebar-left { width: 15%; left: 0; float: left; height: 500px; } div .inner-wrap-main { min-height: 190vh; } .has-sidebar-right div { float: right; width: 15%; padding-top: 10px; } .has-sidebar-right article { display: block; width: 75%; float: left; } h1 { border-bottom: inset 1px black; padding: 5px 0; } main .has-sidebar { margin-left: 15%; } .section-header { padding-bottom: 1px; border-bottom: inset 1px black; } .region-main { max-width: 75%; }
htdocs/css/kmom01.css
* { padding: 0; margin: 0; box-sizing: border-box; } html, body { margin: 0; padding: 0; height: 100%; } /* Hide submenu, leave this to kmom02 */ .rm-desktop ul { display: none; } /* Hide responsive/mobile menu, leave this to kmom02 */ .rm-navbar-max { display: none; } .site-logo { display: none; } body { width: 100%; background-color: aqua; } .my-navbar { text-align: center; } li { display: inline; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 20px; padding: 15px; } li a { text-decoration: none; } .site-logo-text-icon { float: left; padding: 0; margin-bottom: -10px; } .site-logo-text { float: left; font-size: 12px; font-style: italic; margin-left: 5px; } .site-logo-text:hover { font-size: 17px; margin-right: -13px; } .region-flash img { display: block; width: 100%; } .region-flash { border: 1px red solid; width: 90%; margin-left: 5%; margin-top: 1%; } .outer-wrap-main { margin: auto 0; text-align: center; width: 90%; margin-left: 5%; border: 0.05px solid red; background-color: rgb(26, 173, 173); } h1 { margin: 5px 0; } .figure { margin: 10px 2px; display: inline-block; } p { margin: 10px 5px; line-height: 1.3em; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; float: left; } .left { margin: auto; margin-top: 1%; margin-bottom: 0; padding: 0; float: left; margin-left: 30%; } .block { border: 0.05px red solid; overflow: auto; text-align: center; } .region-footer { width: 100%; border: 0.05 outset red; text-align: center; display: block; height: 20%; } .column { float: left; width: 33.33%; margin: 2.5% 0; color: whitesmoke; border-style: none; display: block; } .site-footer { width: 50%; text-align: center; border-style: none; color: whitesmoke; margin-left: 25%; } .footer-column-wrapper { border: 0.05px solid red; } .inner-wrap-footer { background-color: rgb(59, 65, 79); text-align: center; } .footer-column-x { border-style: none; display: block; } ul { width: 90%; margin-left: 5%; padding: 0; text-align: center; } .toc { max-width: 100%; list-style: none; padding-left: 5px; padding-right: 5px; padding-top: 5px; margin-bottom: 1px; margin-right: 0; min-height: 100vh; } .toc .level-1 { float: left; text-align: center; font-size: 1em; } .level-0 { float: left; padding-left: 0; padding-right: 0; font-size: 1em; } .toc .level-2 { font-size: 1em; float: left; } .toc .selected { border-bottom: inset 3px blue; border-top: inset 3px blue; } .toc a { color: brown; } ul li { display: inline; } .next { float: right; text-align: right; top: 0; } .previous { float: left; text-align: left; } .has-sidebar-left { display: inline-block; } main .has-sidebar { margin-left: 15%; width: 75%; top: 100px; height: auto; } div .region-sidebar-left { width: 15%; left: 0; float: left; height: 500px; } div .inner-wrap-main { min-height: 190vh; } .has-sidebar-right div { float: right; width: 15%; padding-top: 10px; } .has-sidebar-right article { display: block; width: 75%; float: left; } h1 { border-bottom: inset 1px black; padding: 5px 0; } main .has-sidebar { margin-left: 15%; } .section-header { padding-bottom: 1px; border-bottom: inset 1px black; } .region-main { max-width: 75%; }
0.567457
0.124959
body { margin:0px; background-image:none; position:relative; left:-0px; width:1336px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u189 { border-width:0px; position:absolute; left:307px; top:572px; width:300px; height:30px; } #u189_menu { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:30px; -webkit-transform:rotate(NaNdeg); -moz-transform:rotate(NaNdeg); -ms-transform:rotate(NaNdeg); transform:rotate(NaNdeg); } #u190 { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:30px; } #u191_img { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; } #u191 { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; display:flex; } #u191 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u191_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u192_img { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; } #u192 { border-width:0px; position:absolute; left:100px; top:0px; width:100px; height:30px; display:flex; } #u192 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u192_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u193_img { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; } #u193 { border-width:0px; position:absolute; left:200px; top:0px; width:100px; height:30px; display:flex; } #u193 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u193_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u194_img { border-width:0px; position:absolute; left:0px; top:0px; width:236px; height:53px; } #u194 { border-width:0px; position:absolute; left:0px; top:0px; width:236px; height:53px; display:flex; } #u194 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u194_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u195_div { border-width:0px; position:absolute; left:0px; top:0px; width:236px; height:893px; background:inherit; background-color:rgba(209, 230, 225, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(209, 230, 225, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u195 { border-width:0px; position:absolute; left:0px; top:53px; width:236px; height:893px; display:flex; } #u195 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u195_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u196 { border-width:0px; position:absolute; left:69px; top:53px; width:167px; height:350px; } #u196_menu { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:350px; -webkit-transform:rotate(NaNdeg); -moz-transform:rotate(NaNdeg); -ms-transform:rotate(NaNdeg); transform:rotate(NaNdeg); } #u197 { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:350px; } #u198_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u198 { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u198 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u198_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u199_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u199 { border-width:0px; position:absolute; left:0px; top:50px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u199 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u199_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u200_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u200 { border-width:0px; position:absolute; left:0px; top:100px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u200 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u200_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u201_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u201 { border-width:0px; position:absolute; left:0px; top:150px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u201 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u201_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u202_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u202 { border-width:0px; position:absolute; left:0px; top:200px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u202 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u202_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u203_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u203 { border-width:0px; position:absolute; left:0px; top:250px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u203 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u203_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u204_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u204 { border-width:0px; position:absolute; left:0px; top:300px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u204 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u204_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u205_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:27px; } #u205 { border-width:0px; position:absolute; left:14px; top:63px; width:32px; height:27px; display:flex; } #u205 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u205_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u206_img { border-width:0px; position:absolute; left:0px; top:0px; width:42px; height:27px; } #u206 { border-width:0px; position:absolute; left:11px; top:114px; width:42px; height:27px; display:flex; } #u206 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u206_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u207_img { border-width:0px; position:absolute; left:0px; top:0px; width:34px; height:32px; } #u207 { border-width:0px; position:absolute; left:14px; top:161px; width:34px; height:32px; display:flex; } #u207 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u207_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u208_img { border-width:0px; position:absolute; left:0px; top:0px; width:28px; height:33px; } #u208 { border-width:0px; position:absolute; left:16px; top:211px; width:28px; height:33px; display:flex; } #u208 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u208_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u209_div { border-width:0px; position:absolute; left:0px; top:0px; width:1100px; height:636px; background:inherit; background-color:rgba(228, 237, 221, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u209 { border-width:0px; position:absolute; left:236px; top:310px; width:1100px; height:636px; display:flex; } #u209 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u209_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u210_input { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_input.hint { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_input.disabled { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_input.hint.disabled { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_div { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210 { border-width:0px; position:absolute; left:244px; top:14px; width:183px; height:25px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u210_div.hint { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210.hint { } #u210_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210.disabled { } #u210_div.hint.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210.hint.disabled { } #u211_img { border-width:0px; position:absolute; left:0px; top:0px; width:1100px; height:257px; } #u211 { border-width:0px; position:absolute; left:236px; top:53px; width:1100px; height:257px; display:flex; } #u211 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u211_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u212_div { border-width:0px; position:absolute; left:0px; top:0px; width:214px; height:484px; background:inherit; background-color:rgba(255, 255, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u212 { border-width:0px; position:absolute; left:259px; top:408px; width:214px; height:484px; display:flex; } #u212 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u212_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u213_div { border-width:0px; position:absolute; left:0px; top:0px; width:801px; height:148px; background:inherit; background-color:rgba(255, 255, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u213 { border-width:0px; position:absolute; left:484px; top:408px; width:801px; height:148px; display:flex; } #u213 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u213_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u214_div { border-width:0px; position:absolute; left:0px; top:0px; width:758px; height:82px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(209, 230, 225, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u214 { border-width:0px; position:absolute; left:501px; top:429px; width:758px; height:82px; display:flex; } #u214 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u214_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u215_img { border-width:0px; position:absolute; left:0px; top:0px; width:132px; height:82px; } #u215 { border-width:0px; position:absolute; left:501px; top:429px; width:132px; height:82px; display:flex; } #u215 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u215_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u216_img { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:16px; } #u216 { border-width:0px; position:absolute; left:1207px; top:438px; width:16px; height:16px; display:flex; } #u216 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u216_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u217_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:22px; } #u217 { border-width:0px; position:absolute; left:15px; top:265px; width:32px; height:22px; display:flex; } #u217 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u217_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u218_img { border-width:0px; position:absolute; left:0px; top:0px; width:55px; height:53px; } #u218 { border-width:0px; position:absolute; left:1281px; top:0px; width:55px; height:53px; display:flex; } #u218 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u218_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u219_input { position:absolute; left:0px; top:0px; width:43px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u219_input.disabled { position:absolute; left:0px; top:0px; width:43px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u219_div { border-width:0px; position:absolute; left:0px; top:0px; width:43px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u219 { border-width:0px; position:absolute; left:1228px; top:14px; width:43px; height:25px; display:flex; } #u219 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u219_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:43px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u219.disabled { } .u219_input_option { } #u220 label { left:0px; width:100%; } #u220_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u220 { border-width:0px; position:absolute; left:272px; top:461px; width:62px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u220 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u220_img.selected { } #u220.selected { } #u220_img.disabled { } #u220.disabled { } #u220_img.selected.error { } #u220.selected.error { } #u220_img.selected.hint { } #u220.selected.hint { } #u220_img.selected.error.hint { } #u220.selected.error.hint { } #u220_img.mouseOver.selected { } #u220.mouseOver.selected { } #u220_img.mouseOver.selected.error { } #u220.mouseOver.selected.error { } #u220_img.mouseOver.selected.hint { } #u220.mouseOver.selected.hint { } #u220_img.mouseOver.selected.error.hint { } #u220.mouseOver.selected.error.hint { } #u220_img.mouseDown.selected { } #u220.mouseDown.selected { } #u220_img.mouseDown.selected.error { } #u220.mouseDown.selected.error { } #u220_img.mouseDown.selected.hint { } #u220.mouseDown.selected.hint { } #u220_img.mouseDown.selected.error.hint { } #u220.mouseDown.selected.error.hint { } #u220_img.mouseOver.mouseDown.selected { } #u220.mouseOver.mouseDown.selected { } #u220_img.mouseOver.mouseDown.selected.error { } #u220.mouseOver.mouseDown.selected.error { } #u220_img.mouseOver.mouseDown.selected.hint { } #u220.mouseOver.mouseDown.selected.hint { } #u220_img.mouseOver.mouseDown.selected.error.hint { } #u220.mouseOver.mouseDown.selected.error.hint { } #u220_img.focused.selected { } #u220.focused.selected { } #u220_img.focused.selected.error { } #u220.focused.selected.error { } #u220_img.focused.selected.hint { } #u220.focused.selected.hint { } #u220_img.focused.selected.error.hint { } #u220.focused.selected.error.hint { } #u220_img.selected.disabled { } #u220.selected.disabled { } #u220_img.selected.hint.disabled { } #u220.selected.hint.disabled { } #u220_img.selected.error.disabled { } #u220.selected.error.disabled { } #u220_img.selected.error.hint.disabled { } #u220.selected.error.hint.disabled { } #u220_text { border-width:0px; position:absolute; left:13px; top:0px; width:45px; white-space:nowrap; text-transform:none; } #u220_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u221 label { left:0px; width:100%; } #u221_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u221 { border-width:0px; position:absolute; left:272px; top:483px; width:63px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u221 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u221_img.selected { } #u221.selected { } #u221_img.disabled { } #u221.disabled { } #u221_img.selected.error { } #u221.selected.error { } #u221_img.selected.hint { } #u221.selected.hint { } #u221_img.selected.error.hint { } #u221.selected.error.hint { } #u221_img.mouseOver.selected { } #u221.mouseOver.selected { } #u221_img.mouseOver.selected.error { } #u221.mouseOver.selected.error { } #u221_img.mouseOver.selected.hint { } #u221.mouseOver.selected.hint { } #u221_img.mouseOver.selected.error.hint { } #u221.mouseOver.selected.error.hint { } #u221_img.mouseDown.selected { } #u221.mouseDown.selected { } #u221_img.mouseDown.selected.error { } #u221.mouseDown.selected.error { } #u221_img.mouseDown.selected.hint { } #u221.mouseDown.selected.hint { } #u221_img.mouseDown.selected.error.hint { } #u221.mouseDown.selected.error.hint { } #u221_img.mouseOver.mouseDown.selected { } #u221.mouseOver.mouseDown.selected { } #u221_img.mouseOver.mouseDown.selected.error { } #u221.mouseOver.mouseDown.selected.error { } #u221_img.mouseOver.mouseDown.selected.hint { } #u221.mouseOver.mouseDown.selected.hint { } #u221_img.mouseOver.mouseDown.selected.error.hint { } #u221.mouseOver.mouseDown.selected.error.hint { } #u221_img.focused.selected { } #u221.focused.selected { } #u221_img.focused.selected.error { } #u221.focused.selected.error { } #u221_img.focused.selected.hint { } #u221.focused.selected.hint { } #u221_img.focused.selected.error.hint { } #u221.focused.selected.error.hint { } #u221_img.selected.disabled { } #u221.selected.disabled { } #u221_img.selected.hint.disabled { } #u221.selected.hint.disabled { } #u221_img.selected.error.disabled { } #u221.selected.error.disabled { } #u221_img.selected.error.hint.disabled { } #u221.selected.error.hint.disabled { } #u221_text { border-width:0px; position:absolute; left:13px; top:0px; width:46px; white-space:nowrap; text-transform:none; } #u221_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u222 label { left:0px; width:100%; } #u222_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u222 { border-width:0px; position:absolute; left:272px; top:505px; width:101px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u222 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u222_img.selected { } #u222.selected { } #u222_img.disabled { } #u222.disabled { } #u222_img.selected.error { } #u222.selected.error { } #u222_img.selected.hint { } #u222.selected.hint { } #u222_img.selected.error.hint { } #u222.selected.error.hint { } #u222_img.mouseOver.selected { } #u222.mouseOver.selected { } #u222_img.mouseOver.selected.error { } #u222.mouseOver.selected.error { } #u222_img.mouseOver.selected.hint { } #u222.mouseOver.selected.hint { } #u222_img.mouseOver.selected.error.hint { } #u222.mouseOver.selected.error.hint { } #u222_img.mouseDown.selected { } #u222.mouseDown.selected { } #u222_img.mouseDown.selected.error { } #u222.mouseDown.selected.error { } #u222_img.mouseDown.selected.hint { } #u222.mouseDown.selected.hint { } #u222_img.mouseDown.selected.error.hint { } #u222.mouseDown.selected.error.hint { } #u222_img.mouseOver.mouseDown.selected { } #u222.mouseOver.mouseDown.selected { } #u222_img.mouseOver.mouseDown.selected.error { } #u222.mouseOver.mouseDown.selected.error { } #u222_img.mouseOver.mouseDown.selected.hint { } #u222.mouseOver.mouseDown.selected.hint { } #u222_img.mouseOver.mouseDown.selected.error.hint { } #u222.mouseOver.mouseDown.selected.error.hint { } #u222_img.focused.selected { } #u222.focused.selected { } #u222_img.focused.selected.error { } #u222.focused.selected.error { } #u222_img.focused.selected.hint { } #u222.focused.selected.hint { } #u222_img.focused.selected.error.hint { } #u222.focused.selected.error.hint { } #u222_img.selected.disabled { } #u222.selected.disabled { } #u222_img.selected.hint.disabled { } #u222.selected.hint.disabled { } #u222_img.selected.error.disabled { } #u222.selected.error.disabled { } #u222_img.selected.error.hint.disabled { } #u222.selected.error.hint.disabled { } #u222_text { border-width:0px; position:absolute; left:13px; top:0px; width:84px; white-space:nowrap; text-transform:none; } #u222_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u223 label { left:0px; width:100%; } #u223_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u223 { border-width:0px; position:absolute; left:272px; top:589px; width:90px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u223 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u223_img.selected { } #u223.selected { } #u223_img.disabled { } #u223.disabled { } #u223_img.selected.error { } #u223.selected.error { } #u223_img.selected.hint { } #u223.selected.hint { } #u223_img.selected.error.hint { } #u223.selected.error.hint { } #u223_img.mouseOver.selected { } #u223.mouseOver.selected { } #u223_img.mouseOver.selected.error { } #u223.mouseOver.selected.error { } #u223_img.mouseOver.selected.hint { } #u223.mouseOver.selected.hint { } #u223_img.mouseOver.selected.error.hint { } #u223.mouseOver.selected.error.hint { } #u223_img.mouseDown.selected { } #u223.mouseDown.selected { } #u223_img.mouseDown.selected.error { } #u223.mouseDown.selected.error { } #u223_img.mouseDown.selected.hint { } #u223.mouseDown.selected.hint { } #u223_img.mouseDown.selected.error.hint { } #u223.mouseDown.selected.error.hint { } #u223_img.mouseOver.mouseDown.selected { } #u223.mouseOver.mouseDown.selected { } #u223_img.mouseOver.mouseDown.selected.error { } #u223.mouseOver.mouseDown.selected.error { } #u223_img.mouseOver.mouseDown.selected.hint { } #u223.mouseOver.mouseDown.selected.hint { } #u223_img.mouseOver.mouseDown.selected.error.hint { } #u223.mouseOver.mouseDown.selected.error.hint { } #u223_img.focused.selected { } #u223.focused.selected { } #u223_img.focused.selected.error { } #u223.focused.selected.error { } #u223_img.focused.selected.hint { } #u223.focused.selected.hint { } #u223_img.focused.selected.error.hint { } #u223.focused.selected.error.hint { } #u223_img.selected.disabled { } #u223.selected.disabled { } #u223_img.selected.hint.disabled { } #u223.selected.hint.disabled { } #u223_img.selected.error.disabled { } #u223.selected.error.disabled { } #u223_img.selected.error.hint.disabled { } #u223.selected.error.hint.disabled { } #u223_text { border-width:0px; position:absolute; left:13px; top:0px; width:73px; white-space:nowrap; text-transform:none; } #u223_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u224 label { left:0px; width:100%; } #u224_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u224 { border-width:0px; position:absolute; left:272px; top:611px; width:95px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u224 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u224_img.selected { } #u224.selected { } #u224_img.disabled { } #u224.disabled { } #u224_img.selected.error { } #u224.selected.error { } #u224_img.selected.hint { } #u224.selected.hint { } #u224_img.selected.error.hint { } #u224.selected.error.hint { } #u224_img.mouseOver.selected { } #u224.mouseOver.selected { } #u224_img.mouseOver.selected.error { } #u224.mouseOver.selected.error { } #u224_img.mouseOver.selected.hint { } #u224.mouseOver.selected.hint { } #u224_img.mouseOver.selected.error.hint { } #u224.mouseOver.selected.error.hint { } #u224_img.mouseDown.selected { } #u224.mouseDown.selected { } #u224_img.mouseDown.selected.error { } #u224.mouseDown.selected.error { } #u224_img.mouseDown.selected.hint { } #u224.mouseDown.selected.hint { } #u224_img.mouseDown.selected.error.hint { } #u224.mouseDown.selected.error.hint { } #u224_img.mouseOver.mouseDown.selected { } #u224.mouseOver.mouseDown.selected { } #u224_img.mouseOver.mouseDown.selected.error { } #u224.mouseOver.mouseDown.selected.error { } #u224_img.mouseOver.mouseDown.selected.hint { } #u224.mouseOver.mouseDown.selected.hint { } #u224_img.mouseOver.mouseDown.selected.error.hint { } #u224.mouseOver.mouseDown.selected.error.hint { } #u224_img.focused.selected { } #u224.focused.selected { } #u224_img.focused.selected.error { } #u224.focused.selected.error { } #u224_img.focused.selected.hint { } #u224.focused.selected.hint { } #u224_img.focused.selected.error.hint { } #u224.focused.selected.error.hint { } #u224_img.selected.disabled { } #u224.selected.disabled { } #u224_img.selected.hint.disabled { } #u224.selected.hint.disabled { } #u224_img.selected.error.disabled { } #u224.selected.error.disabled { } #u224_img.selected.error.hint.disabled { } #u224.selected.error.hint.disabled { } #u224_text { border-width:0px; position:absolute; left:13px; top:0px; width:78px; white-space:nowrap; text-transform:none; } #u224_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u225 label { left:0px; width:100%; } #u225_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u225 { border-width:0px; position:absolute; left:272px; top:633px; width:91px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u225 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u225_img.selected { } #u225.selected { } #u225_img.disabled { } #u225.disabled { } #u225_img.selected.error { } #u225.selected.error { } #u225_img.selected.hint { } #u225.selected.hint { } #u225_img.selected.error.hint { } #u225.selected.error.hint { } #u225_img.mouseOver.selected { } #u225.mouseOver.selected { } #u225_img.mouseOver.selected.error { } #u225.mouseOver.selected.error { } #u225_img.mouseOver.selected.hint { } #u225.mouseOver.selected.hint { } #u225_img.mouseOver.selected.error.hint { } #u225.mouseOver.selected.error.hint { } #u225_img.mouseDown.selected { } #u225.mouseDown.selected { } #u225_img.mouseDown.selected.error { } #u225.mouseDown.selected.error { } #u225_img.mouseDown.selected.hint { } #u225.mouseDown.selected.hint { } #u225_img.mouseDown.selected.error.hint { } #u225.mouseDown.selected.error.hint { } #u225_img.mouseOver.mouseDown.selected { } #u225.mouseOver.mouseDown.selected { } #u225_img.mouseOver.mouseDown.selected.error { } #u225.mouseOver.mouseDown.selected.error { } #u225_img.mouseOver.mouseDown.selected.hint { } #u225.mouseOver.mouseDown.selected.hint { } #u225_img.mouseOver.mouseDown.selected.error.hint { } #u225.mouseOver.mouseDown.selected.error.hint { } #u225_img.focused.selected { } #u225.focused.selected { } #u225_img.focused.selected.error { } #u225.focused.selected.error { } #u225_img.focused.selected.hint { } #u225.focused.selected.hint { } #u225_img.focused.selected.error.hint { } #u225.focused.selected.error.hint { } #u225_img.selected.disabled { } #u225.selected.disabled { } #u225_img.selected.hint.disabled { } #u225.selected.hint.disabled { } #u225_img.selected.error.disabled { } #u225.selected.error.disabled { } #u225_img.selected.error.hint.disabled { } #u225.selected.error.hint.disabled { } #u225_text { border-width:0px; position:absolute; left:13px; top:0px; width:74px; white-space:nowrap; text-transform:none; } #u225_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u226 label { left:0px; width:100%; } #u226_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u226 { border-width:0px; position:absolute; left:272px; top:655px; width:91px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u226 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u226_img.selected { } #u226.selected { } #u226_img.disabled { } #u226.disabled { } #u226_img.selected.error { } #u226.selected.error { } #u226_img.selected.hint { } #u226.selected.hint { } #u226_img.selected.error.hint { } #u226.selected.error.hint { } #u226_img.mouseOver.selected { } #u226.mouseOver.selected { } #u226_img.mouseOver.selected.error { } #u226.mouseOver.selected.error { } #u226_img.mouseOver.selected.hint { } #u226.mouseOver.selected.hint { } #u226_img.mouseOver.selected.error.hint { } #u226.mouseOver.selected.error.hint { } #u226_img.mouseDown.selected { } #u226.mouseDown.selected { } #u226_img.mouseDown.selected.error { } #u226.mouseDown.selected.error { } #u226_img.mouseDown.selected.hint { } #u226.mouseDown.selected.hint { } #u226_img.mouseDown.selected.error.hint { } #u226.mouseDown.selected.error.hint { } #u226_img.mouseOver.mouseDown.selected { } #u226.mouseOver.mouseDown.selected { } #u226_img.mouseOver.mouseDown.selected.error { } #u226.mouseOver.mouseDown.selected.error { } #u226_img.mouseOver.mouseDown.selected.hint { } #u226.mouseOver.mouseDown.selected.hint { } #u226_img.mouseOver.mouseDown.selected.error.hint { } #u226.mouseOver.mouseDown.selected.error.hint { } #u226_img.focused.selected { } #u226.focused.selected { } #u226_img.focused.selected.error { } #u226.focused.selected.error { } #u226_img.focused.selected.hint { } #u226.focused.selected.hint { } #u226_img.focused.selected.error.hint { } #u226.focused.selected.error.hint { } #u226_img.selected.disabled { } #u226.selected.disabled { } #u226_img.selected.hint.disabled { } #u226.selected.hint.disabled { } #u226_img.selected.error.disabled { } #u226.selected.error.disabled { } #u226_img.selected.error.hint.disabled { } #u226.selected.error.hint.disabled { } #u226_text { border-width:0px; position:absolute; left:13px; top:0px; width:74px; white-space:nowrap; text-transform:none; } #u226_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u227 label { left:0px; width:100%; } #u227_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u227 { border-width:0px; position:absolute; left:272px; top:750px; width:127px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u227 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u227_img.selected { } #u227.selected { } #u227_img.disabled { } #u227.disabled { } #u227_img.selected.error { } #u227.selected.error { } #u227_img.selected.hint { } #u227.selected.hint { } #u227_img.selected.error.hint { } #u227.selected.error.hint { } #u227_img.mouseOver.selected { } #u227.mouseOver.selected { } #u227_img.mouseOver.selected.error { } #u227.mouseOver.selected.error { } #u227_img.mouseOver.selected.hint { } #u227.mouseOver.selected.hint { } #u227_img.mouseOver.selected.error.hint { } #u227.mouseOver.selected.error.hint { } #u227_img.mouseDown.selected { } #u227.mouseDown.selected { } #u227_img.mouseDown.selected.error { } #u227.mouseDown.selected.error { } #u227_img.mouseDown.selected.hint { } #u227.mouseDown.selected.hint { } #u227_img.mouseDown.selected.error.hint { } #u227.mouseDown.selected.error.hint { } #u227_img.mouseOver.mouseDown.selected { } #u227.mouseOver.mouseDown.selected { } #u227_img.mouseOver.mouseDown.selected.error { } #u227.mouseOver.mouseDown.selected.error { } #u227_img.mouseOver.mouseDown.selected.hint { } #u227.mouseOver.mouseDown.selected.hint { } #u227_img.mouseOver.mouseDown.selected.error.hint { } #u227.mouseOver.mouseDown.selected.error.hint { } #u227_img.focused.selected { } #u227.focused.selected { } #u227_img.focused.selected.error { } #u227.focused.selected.error { } #u227_img.focused.selected.hint { } #u227.focused.selected.hint { } #u227_img.focused.selected.error.hint { } #u227.focused.selected.error.hint { } #u227_img.selected.disabled { } #u227.selected.disabled { } #u227_img.selected.hint.disabled { } #u227.selected.hint.disabled { } #u227_img.selected.error.disabled { } #u227.selected.error.disabled { } #u227_img.selected.error.hint.disabled { } #u227.selected.error.hint.disabled { } #u227_text { border-width:0px; position:absolute; left:13px; top:0px; width:110px; white-space:nowrap; text-transform:none; } #u227_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u228 label { left:0px; width:100%; } #u228_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u228 { border-width:0px; position:absolute; left:272px; top:772px; width:107px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u228 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u228_img.selected { } #u228.selected { } #u228_img.disabled { } #u228.disabled { } #u228_img.selected.error { } #u228.selected.error { } #u228_img.selected.hint { } #u228.selected.hint { } #u228_img.selected.error.hint { } #u228.selected.error.hint { } #u228_img.mouseOver.selected { } #u228.mouseOver.selected { } #u228_img.mouseOver.selected.error { } #u228.mouseOver.selected.error { } #u228_img.mouseOver.selected.hint { } #u228.mouseOver.selected.hint { } #u228_img.mouseOver.selected.error.hint { } #u228.mouseOver.selected.error.hint { } #u228_img.mouseDown.selected { } #u228.mouseDown.selected { } #u228_img.mouseDown.selected.error { } #u228.mouseDown.selected.error { } #u228_img.mouseDown.selected.hint { } #u228.mouseDown.selected.hint { } #u228_img.mouseDown.selected.error.hint { } #u228.mouseDown.selected.error.hint { } #u228_img.mouseOver.mouseDown.selected { } #u228.mouseOver.mouseDown.selected { } #u228_img.mouseOver.mouseDown.selected.error { } #u228.mouseOver.mouseDown.selected.error { } #u228_img.mouseOver.mouseDown.selected.hint { } #u228.mouseOver.mouseDown.selected.hint { } #u228_img.mouseOver.mouseDown.selected.error.hint { } #u228.mouseOver.mouseDown.selected.error.hint { } #u228_img.focused.selected { } #u228.focused.selected { } #u228_img.focused.selected.error { } #u228.focused.selected.error { } #u228_img.focused.selected.hint { } #u228.focused.selected.hint { } #u228_img.focused.selected.error.hint { } #u228.focused.selected.error.hint { } #u228_img.selected.disabled { } #u228.selected.disabled { } #u228_img.selected.hint.disabled { } #u228.selected.hint.disabled { } #u228_img.selected.error.disabled { } #u228.selected.error.disabled { } #u228_img.selected.error.hint.disabled { } #u228.selected.error.hint.disabled { } #u228_text { border-width:0px; position:absolute; left:13px; top:0px; width:90px; white-space:nowrap; text-transform:none; } #u228_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u229 label { left:0px; width:100%; } #u229_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u229 { border-width:0px; position:absolute; left:272px; top:794px; width:96px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u229 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u229_img.selected { } #u229.selected { } #u229_img.disabled { } #u229.disabled { } #u229_img.selected.error { } #u229.selected.error { } #u229_img.selected.hint { } #u229.selected.hint { } #u229_img.selected.error.hint { } #u229.selected.error.hint { } #u229_img.mouseOver.selected { } #u229.mouseOver.selected { } #u229_img.mouseOver.selected.error { } #u229.mouseOver.selected.error { } #u229_img.mouseOver.selected.hint { } #u229.mouseOver.selected.hint { } #u229_img.mouseOver.selected.error.hint { } #u229.mouseOver.selected.error.hint { } #u229_img.mouseDown.selected { } #u229.mouseDown.selected { } #u229_img.mouseDown.selected.error { } #u229.mouseDown.selected.error { } #u229_img.mouseDown.selected.hint { } #u229.mouseDown.selected.hint { } #u229_img.mouseDown.selected.error.hint { } #u229.mouseDown.selected.error.hint { } #u229_img.mouseOver.mouseDown.selected { } #u229.mouseOver.mouseDown.selected { } #u229_img.mouseOver.mouseDown.selected.error { } #u229.mouseOver.mouseDown.selected.error { } #u229_img.mouseOver.mouseDown.selected.hint { } #u229.mouseOver.mouseDown.selected.hint { } #u229_img.mouseOver.mouseDown.selected.error.hint { } #u229.mouseOver.mouseDown.selected.error.hint { } #u229_img.focused.selected { } #u229.focused.selected { } #u229_img.focused.selected.error { } #u229.focused.selected.error { } #u229_img.focused.selected.hint { } #u229.focused.selected.hint { } #u229_img.focused.selected.error.hint { } #u229.focused.selected.error.hint { } #u229_img.selected.disabled { } #u229.selected.disabled { } #u229_img.selected.hint.disabled { } #u229.selected.hint.disabled { } #u229_img.selected.error.disabled { } #u229.selected.error.disabled { } #u229_img.selected.error.hint.disabled { } #u229.selected.error.hint.disabled { } #u229_text { border-width:0px; position:absolute; left:13px; top:0px; width:79px; white-space:nowrap; text-transform:none; } #u229_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u230 label { left:0px; width:100%; } #u230_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u230 { border-width:0px; position:absolute; left:272px; top:816px; width:102px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u230 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u230_img.selected { } #u230.selected { } #u230_img.disabled { } #u230.disabled { } #u230_img.selected.error { } #u230.selected.error { } #u230_img.selected.hint { } #u230.selected.hint { } #u230_img.selected.error.hint { } #u230.selected.error.hint { } #u230_img.mouseOver.selected { } #u230.mouseOver.selected { } #u230_img.mouseOver.selected.error { } #u230.mouseOver.selected.error { } #u230_img.mouseOver.selected.hint { } #u230.mouseOver.selected.hint { } #u230_img.mouseOver.selected.error.hint { } #u230.mouseOver.selected.error.hint { } #u230_img.mouseDown.selected { } #u230.mouseDown.selected { } #u230_img.mouseDown.selected.error { } #u230.mouseDown.selected.error { } #u230_img.mouseDown.selected.hint { } #u230.mouseDown.selected.hint { } #u230_img.mouseDown.selected.error.hint { } #u230.mouseDown.selected.error.hint { } #u230_img.mouseOver.mouseDown.selected { } #u230.mouseOver.mouseDown.selected { } #u230_img.mouseOver.mouseDown.selected.error { } #u230.mouseOver.mouseDown.selected.error { } #u230_img.mouseOver.mouseDown.selected.hint { } #u230.mouseOver.mouseDown.selected.hint { } #u230_img.mouseOver.mouseDown.selected.error.hint { } #u230.mouseOver.mouseDown.selected.error.hint { } #u230_img.focused.selected { } #u230.focused.selected { } #u230_img.focused.selected.error { } #u230.focused.selected.error { } #u230_img.focused.selected.hint { } #u230.focused.selected.hint { } #u230_img.focused.selected.error.hint { } #u230.focused.selected.error.hint { } #u230_img.selected.disabled { } #u230.selected.disabled { } #u230_img.selected.hint.disabled { } #u230.selected.hint.disabled { } #u230_img.selected.error.disabled { } #u230.selected.error.disabled { } #u230_img.selected.error.hint.disabled { } #u230.selected.error.hint.disabled { } #u230_text { border-width:0px; position:absolute; left:13px; top:0px; width:85px; white-space:nowrap; text-transform:none; } #u230_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u231 label { left:0px; width:100%; } #u231_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u231 { border-width:0px; position:absolute; left:272px; top:838px; width:142px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u231 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u231_img.selected { } #u231.selected { } #u231_img.disabled { } #u231.disabled { } #u231_img.selected.error { } #u231.selected.error { } #u231_img.selected.hint { } #u231.selected.hint { } #u231_img.selected.error.hint { } #u231.selected.error.hint { } #u231_img.mouseOver.selected { } #u231.mouseOver.selected { } #u231_img.mouseOver.selected.error { } #u231.mouseOver.selected.error { } #u231_img.mouseOver.selected.hint { } #u231.mouseOver.selected.hint { } #u231_img.mouseOver.selected.error.hint { } #u231.mouseOver.selected.error.hint { } #u231_img.mouseDown.selected { } #u231.mouseDown.selected { } #u231_img.mouseDown.selected.error { } #u231.mouseDown.selected.error { } #u231_img.mouseDown.selected.hint { } #u231.mouseDown.selected.hint { } #u231_img.mouseDown.selected.error.hint { } #u231.mouseDown.selected.error.hint { } #u231_img.mouseOver.mouseDown.selected { } #u231.mouseOver.mouseDown.selected { } #u231_img.mouseOver.mouseDown.selected.error { } #u231.mouseOver.mouseDown.selected.error { } #u231_img.mouseOver.mouseDown.selected.hint { } #u231.mouseOver.mouseDown.selected.hint { } #u231_img.mouseOver.mouseDown.selected.error.hint { } #u231.mouseOver.mouseDown.selected.error.hint { } #u231_img.focused.selected { } #u231.focused.selected { } #u231_img.focused.selected.error { } #u231.focused.selected.error { } #u231_img.focused.selected.hint { } #u231.focused.selected.hint { } #u231_img.focused.selected.error.hint { } #u231.focused.selected.error.hint { } #u231_img.selected.disabled { } #u231.selected.disabled { } #u231_img.selected.hint.disabled { } #u231.selected.hint.disabled { } #u231_img.selected.error.disabled { } #u231.selected.error.disabled { } #u231_img.selected.error.hint.disabled { } #u231.selected.error.hint.disabled { } #u231_text { border-width:0px; position:absolute; left:13px; top:0px; width:125px; white-space:nowrap; text-transform:none; } #u231_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u232 label { left:0px; width:100%; } #u232_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u232 { border-width:0px; position:absolute; left:272px; top:860px; width:128px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u232 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u232_img.selected { } #u232.selected { } #u232_img.disabled { } #u232.disabled { } #u232_img.selected.error { } #u232.selected.error { } #u232_img.selected.hint { } #u232.selected.hint { } #u232_img.selected.error.hint { } #u232.selected.error.hint { } #u232_img.mouseOver.selected { } #u232.mouseOver.selected { } #u232_img.mouseOver.selected.error { } #u232.mouseOver.selected.error { } #u232_img.mouseOver.selected.hint { } #u232.mouseOver.selected.hint { } #u232_img.mouseOver.selected.error.hint { } #u232.mouseOver.selected.error.hint { } #u232_img.mouseDown.selected { } #u232.mouseDown.selected { } #u232_img.mouseDown.selected.error { } #u232.mouseDown.selected.error { } #u232_img.mouseDown.selected.hint { } #u232.mouseDown.selected.hint { } #u232_img.mouseDown.selected.error.hint { } #u232.mouseDown.selected.error.hint { } #u232_img.mouseOver.mouseDown.selected { } #u232.mouseOver.mouseDown.selected { } #u232_img.mouseOver.mouseDown.selected.error { } #u232.mouseOver.mouseDown.selected.error { } #u232_img.mouseOver.mouseDown.selected.hint { } #u232.mouseOver.mouseDown.selected.hint { } #u232_img.mouseOver.mouseDown.selected.error.hint { } #u232.mouseOver.mouseDown.selected.error.hint { } #u232_img.focused.selected { } #u232.focused.selected { } #u232_img.focused.selected.error { } #u232.focused.selected.error { } #u232_img.focused.selected.hint { } #u232.focused.selected.hint { } #u232_img.focused.selected.error.hint { } #u232.focused.selected.error.hint { } #u232_img.selected.disabled { } #u232.selected.disabled { } #u232_img.selected.hint.disabled { } #u232.selected.hint.disabled { } #u232_img.selected.error.disabled { } #u232.selected.error.disabled { } #u232_img.selected.error.hint.disabled { } #u232.selected.error.hint.disabled { } #u232_text { border-width:0px; position:absolute; left:13px; top:0px; width:111px; white-space:nowrap; text-transform:none; } #u232_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u233_div { border-width:0px; position:absolute; left:0px; top:0px; width:407px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u233 { border-width:0px; position:absolute; left:273px; top:421px; width:407px; height:16px; display:flex; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u233 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u233_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u234_div { border-width:0px; position:absolute; left:0px; top:0px; width:407px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u234 { border-width:0px; position:absolute; left:275px; top:548px; width:407px; height:16px; display:flex; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u234 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u234_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u235_div { border-width:0px; position:absolute; left:0px; top:0px; width:407px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u235 { border-width:0px; position:absolute; left:275px; top:706px; width:407px; height:16px; display:flex; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u235 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u235_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u236_img { border-width:0px; position:absolute; left:0px; top:0px; width:187px; height:2px; } #u236 { border-width:0px; position:absolute; left:272px; top:729px; width:186px; height:1px; display:flex; -webkit-transform:rotate(-0.00030533285765096724deg); -moz-transform:rotate(-0.00030533285765096724deg); -ms-transform:rotate(-0.00030533285765096724deg); transform:rotate(-0.00030533285765096724deg); } #u236 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u236_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u237_img { border-width:0px; position:absolute; left:0px; top:0px; width:187px; height:2px; } #u237 { border-width:0px; position:absolute; left:271px; top:572px; width:186px; height:1px; display:flex; -webkit-transform:rotate(-0.00030533285765096724deg); -moz-transform:rotate(-0.00030533285765096724deg); -ms-transform:rotate(-0.00030533285765096724deg); transform:rotate(-0.00030533285765096724deg); } #u237 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u237_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u238_img { border-width:0px; position:absolute; left:0px; top:0px; width:187px; height:2px; } #u238 { border-width:0px; position:absolute; left:272px; top:447px; width:186px; height:1px; display:flex; -webkit-transform:rotate(-0.00030533285765096724deg); -moz-transform:rotate(-0.00030533285765096724deg); -ms-transform:rotate(-0.00030533285765096724deg); transform:rotate(-0.00030533285765096724deg); } #u238 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u238_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u239_div { border-width:0px; position:absolute; left:0px; top:0px; width:197px; height:14px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; color:#A1BDB3; } #u239 { border-width:0px; position:absolute; left:652px; top:448px; width:197px; height:14px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; color:#A1BDB3; } #u239 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u239_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u240_div { border-width:0px; position:absolute; left:0px; top:0px; width:197px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; } #u240 { border-width:0px; position:absolute; left:652px; top:470px; width:197px; height:28px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; } #u240 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u240_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u241_input { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_input.hint { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_input.disabled { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_input.hint.disabled { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_div { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241 { border-width:0px; position:absolute; left:259px; top:344px; width:457px; height:34px; display:flex; } #u241 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u241_div.hint { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241.hint { } #u241_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241.disabled { } #u241_div.hint.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241.hint.disabled { } #u242_div { border-width:0px; position:absolute; left:0px; top:0px; width:209px; height:14px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Arial nova light ", "Arial Arial nova light", sans-serif; font-weight:400; font-style:normal; } #u242 { border-width:0px; position:absolute; left:268px; top:353px; width:209px; height:14px; display:flex; font-family:"Arial Arial nova light ", "Arial Arial nova light", sans-serif; font-weight:400; font-style:normal; } #u242 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u242_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u243_img { border-width:0px; position:absolute; left:0px; top:0px; width:35px; height:34px; } #u243 { border-width:0px; position:absolute; left:679px; top:345px; width:35px; height:34px; display:flex; } #u243 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u243_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u244_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u244 { border-width:0px; position:absolute; left:1230px; top:438px; width:17px; height:17px; display:flex; } #u244 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u244_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u245_img { border-width:0px; position:absolute; left:0px; top:0px; width:31px; height:32px; } #u245 { border-width:0px; position:absolute; left:17px; top:310px; width:31px; height:32px; display:flex; } #u245 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u245_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; }
container/files/axure_prototype/student/files/achievements/styles.css
body { margin:0px; background-image:none; position:relative; left:-0px; width:1336px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u189 { border-width:0px; position:absolute; left:307px; top:572px; width:300px; height:30px; } #u189_menu { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:30px; -webkit-transform:rotate(NaNdeg); -moz-transform:rotate(NaNdeg); -ms-transform:rotate(NaNdeg); transform:rotate(NaNdeg); } #u190 { border-width:0px; position:absolute; left:0px; top:0px; width:300px; height:30px; } #u191_img { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; } #u191 { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; display:flex; } #u191 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u191_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u192_img { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; } #u192 { border-width:0px; position:absolute; left:100px; top:0px; width:100px; height:30px; display:flex; } #u192 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u192_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u193_img { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:30px; } #u193 { border-width:0px; position:absolute; left:200px; top:0px; width:100px; height:30px; display:flex; } #u193 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u193_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u194_img { border-width:0px; position:absolute; left:0px; top:0px; width:236px; height:53px; } #u194 { border-width:0px; position:absolute; left:0px; top:0px; width:236px; height:53px; display:flex; } #u194 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u194_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u195_div { border-width:0px; position:absolute; left:0px; top:0px; width:236px; height:893px; background:inherit; background-color:rgba(209, 230, 225, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(209, 230, 225, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u195 { border-width:0px; position:absolute; left:0px; top:53px; width:236px; height:893px; display:flex; } #u195 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u195_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u196 { border-width:0px; position:absolute; left:69px; top:53px; width:167px; height:350px; } #u196_menu { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:350px; -webkit-transform:rotate(NaNdeg); -moz-transform:rotate(NaNdeg); -ms-transform:rotate(NaNdeg); transform:rotate(NaNdeg); } #u197 { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:350px; } #u198_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u198 { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u198 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u198_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u199_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u199 { border-width:0px; position:absolute; left:0px; top:50px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u199 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u199_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u200_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u200 { border-width:0px; position:absolute; left:0px; top:100px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u200 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u200_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u201_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u201 { border-width:0px; position:absolute; left:0px; top:150px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u201 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u201_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u202_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u202 { border-width:0px; position:absolute; left:0px; top:200px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u202 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u202_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u203_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u203 { border-width:0px; position:absolute; left:0px; top:250px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u203 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u203_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u204_img { border-width:0px; position:absolute; left:0px; top:0px; width:167px; height:50px; } #u204 { border-width:0px; position:absolute; left:0px; top:300px; width:167px; height:50px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:16px; text-align:left; } #u204 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u204_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u205_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:27px; } #u205 { border-width:0px; position:absolute; left:14px; top:63px; width:32px; height:27px; display:flex; } #u205 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u205_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u206_img { border-width:0px; position:absolute; left:0px; top:0px; width:42px; height:27px; } #u206 { border-width:0px; position:absolute; left:11px; top:114px; width:42px; height:27px; display:flex; } #u206 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u206_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u207_img { border-width:0px; position:absolute; left:0px; top:0px; width:34px; height:32px; } #u207 { border-width:0px; position:absolute; left:14px; top:161px; width:34px; height:32px; display:flex; } #u207 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u207_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u208_img { border-width:0px; position:absolute; left:0px; top:0px; width:28px; height:33px; } #u208 { border-width:0px; position:absolute; left:16px; top:211px; width:28px; height:33px; display:flex; } #u208 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u208_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u209_div { border-width:0px; position:absolute; left:0px; top:0px; width:1100px; height:636px; background:inherit; background-color:rgba(228, 237, 221, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u209 { border-width:0px; position:absolute; left:236px; top:310px; width:1100px; height:636px; display:flex; } #u209 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u209_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u210_input { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_input.hint { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_input.disabled { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_input.hint.disabled { position:absolute; left:0px; top:0px; width:183px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u210_div { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210 { border-width:0px; position:absolute; left:244px; top:14px; width:183px; height:25px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u210_div.hint { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210.hint { } #u210_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210.disabled { } #u210_div.hint.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:183px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(255, 255, 255, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:20px; } #u210.hint.disabled { } #u211_img { border-width:0px; position:absolute; left:0px; top:0px; width:1100px; height:257px; } #u211 { border-width:0px; position:absolute; left:236px; top:53px; width:1100px; height:257px; display:flex; } #u211 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u211_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u212_div { border-width:0px; position:absolute; left:0px; top:0px; width:214px; height:484px; background:inherit; background-color:rgba(255, 255, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u212 { border-width:0px; position:absolute; left:259px; top:408px; width:214px; height:484px; display:flex; } #u212 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u212_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u213_div { border-width:0px; position:absolute; left:0px; top:0px; width:801px; height:148px; background:inherit; background-color:rgba(255, 255, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u213 { border-width:0px; position:absolute; left:484px; top:408px; width:801px; height:148px; display:flex; } #u213 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u213_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u214_div { border-width:0px; position:absolute; left:0px; top:0px; width:758px; height:82px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(209, 230, 225, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u214 { border-width:0px; position:absolute; left:501px; top:429px; width:758px; height:82px; display:flex; } #u214 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u214_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u215_img { border-width:0px; position:absolute; left:0px; top:0px; width:132px; height:82px; } #u215 { border-width:0px; position:absolute; left:501px; top:429px; width:132px; height:82px; display:flex; } #u215 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u215_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u216_img { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:16px; } #u216 { border-width:0px; position:absolute; left:1207px; top:438px; width:16px; height:16px; display:flex; } #u216 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u216_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u217_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:22px; } #u217 { border-width:0px; position:absolute; left:15px; top:265px; width:32px; height:22px; display:flex; } #u217 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u217_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u218_img { border-width:0px; position:absolute; left:0px; top:0px; width:55px; height:53px; } #u218 { border-width:0px; position:absolute; left:1281px; top:0px; width:55px; height:53px; display:flex; } #u218 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u218_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u219_input { position:absolute; left:0px; top:0px; width:43px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u219_input.disabled { position:absolute; left:0px; top:0px; width:43px; height:25px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u219_div { border-width:0px; position:absolute; left:0px; top:0px; width:43px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u219 { border-width:0px; position:absolute; left:1228px; top:14px; width:43px; height:25px; display:flex; } #u219 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u219_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:43px; height:25px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u219.disabled { } .u219_input_option { } #u220 label { left:0px; width:100%; } #u220_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u220 { border-width:0px; position:absolute; left:272px; top:461px; width:62px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u220 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u220_img.selected { } #u220.selected { } #u220_img.disabled { } #u220.disabled { } #u220_img.selected.error { } #u220.selected.error { } #u220_img.selected.hint { } #u220.selected.hint { } #u220_img.selected.error.hint { } #u220.selected.error.hint { } #u220_img.mouseOver.selected { } #u220.mouseOver.selected { } #u220_img.mouseOver.selected.error { } #u220.mouseOver.selected.error { } #u220_img.mouseOver.selected.hint { } #u220.mouseOver.selected.hint { } #u220_img.mouseOver.selected.error.hint { } #u220.mouseOver.selected.error.hint { } #u220_img.mouseDown.selected { } #u220.mouseDown.selected { } #u220_img.mouseDown.selected.error { } #u220.mouseDown.selected.error { } #u220_img.mouseDown.selected.hint { } #u220.mouseDown.selected.hint { } #u220_img.mouseDown.selected.error.hint { } #u220.mouseDown.selected.error.hint { } #u220_img.mouseOver.mouseDown.selected { } #u220.mouseOver.mouseDown.selected { } #u220_img.mouseOver.mouseDown.selected.error { } #u220.mouseOver.mouseDown.selected.error { } #u220_img.mouseOver.mouseDown.selected.hint { } #u220.mouseOver.mouseDown.selected.hint { } #u220_img.mouseOver.mouseDown.selected.error.hint { } #u220.mouseOver.mouseDown.selected.error.hint { } #u220_img.focused.selected { } #u220.focused.selected { } #u220_img.focused.selected.error { } #u220.focused.selected.error { } #u220_img.focused.selected.hint { } #u220.focused.selected.hint { } #u220_img.focused.selected.error.hint { } #u220.focused.selected.error.hint { } #u220_img.selected.disabled { } #u220.selected.disabled { } #u220_img.selected.hint.disabled { } #u220.selected.hint.disabled { } #u220_img.selected.error.disabled { } #u220.selected.error.disabled { } #u220_img.selected.error.hint.disabled { } #u220.selected.error.hint.disabled { } #u220_text { border-width:0px; position:absolute; left:13px; top:0px; width:45px; white-space:nowrap; text-transform:none; } #u220_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u221 label { left:0px; width:100%; } #u221_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u221 { border-width:0px; position:absolute; left:272px; top:483px; width:63px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u221 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u221_img.selected { } #u221.selected { } #u221_img.disabled { } #u221.disabled { } #u221_img.selected.error { } #u221.selected.error { } #u221_img.selected.hint { } #u221.selected.hint { } #u221_img.selected.error.hint { } #u221.selected.error.hint { } #u221_img.mouseOver.selected { } #u221.mouseOver.selected { } #u221_img.mouseOver.selected.error { } #u221.mouseOver.selected.error { } #u221_img.mouseOver.selected.hint { } #u221.mouseOver.selected.hint { } #u221_img.mouseOver.selected.error.hint { } #u221.mouseOver.selected.error.hint { } #u221_img.mouseDown.selected { } #u221.mouseDown.selected { } #u221_img.mouseDown.selected.error { } #u221.mouseDown.selected.error { } #u221_img.mouseDown.selected.hint { } #u221.mouseDown.selected.hint { } #u221_img.mouseDown.selected.error.hint { } #u221.mouseDown.selected.error.hint { } #u221_img.mouseOver.mouseDown.selected { } #u221.mouseOver.mouseDown.selected { } #u221_img.mouseOver.mouseDown.selected.error { } #u221.mouseOver.mouseDown.selected.error { } #u221_img.mouseOver.mouseDown.selected.hint { } #u221.mouseOver.mouseDown.selected.hint { } #u221_img.mouseOver.mouseDown.selected.error.hint { } #u221.mouseOver.mouseDown.selected.error.hint { } #u221_img.focused.selected { } #u221.focused.selected { } #u221_img.focused.selected.error { } #u221.focused.selected.error { } #u221_img.focused.selected.hint { } #u221.focused.selected.hint { } #u221_img.focused.selected.error.hint { } #u221.focused.selected.error.hint { } #u221_img.selected.disabled { } #u221.selected.disabled { } #u221_img.selected.hint.disabled { } #u221.selected.hint.disabled { } #u221_img.selected.error.disabled { } #u221.selected.error.disabled { } #u221_img.selected.error.hint.disabled { } #u221.selected.error.hint.disabled { } #u221_text { border-width:0px; position:absolute; left:13px; top:0px; width:46px; white-space:nowrap; text-transform:none; } #u221_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u222 label { left:0px; width:100%; } #u222_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u222 { border-width:0px; position:absolute; left:272px; top:505px; width:101px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u222 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u222_img.selected { } #u222.selected { } #u222_img.disabled { } #u222.disabled { } #u222_img.selected.error { } #u222.selected.error { } #u222_img.selected.hint { } #u222.selected.hint { } #u222_img.selected.error.hint { } #u222.selected.error.hint { } #u222_img.mouseOver.selected { } #u222.mouseOver.selected { } #u222_img.mouseOver.selected.error { } #u222.mouseOver.selected.error { } #u222_img.mouseOver.selected.hint { } #u222.mouseOver.selected.hint { } #u222_img.mouseOver.selected.error.hint { } #u222.mouseOver.selected.error.hint { } #u222_img.mouseDown.selected { } #u222.mouseDown.selected { } #u222_img.mouseDown.selected.error { } #u222.mouseDown.selected.error { } #u222_img.mouseDown.selected.hint { } #u222.mouseDown.selected.hint { } #u222_img.mouseDown.selected.error.hint { } #u222.mouseDown.selected.error.hint { } #u222_img.mouseOver.mouseDown.selected { } #u222.mouseOver.mouseDown.selected { } #u222_img.mouseOver.mouseDown.selected.error { } #u222.mouseOver.mouseDown.selected.error { } #u222_img.mouseOver.mouseDown.selected.hint { } #u222.mouseOver.mouseDown.selected.hint { } #u222_img.mouseOver.mouseDown.selected.error.hint { } #u222.mouseOver.mouseDown.selected.error.hint { } #u222_img.focused.selected { } #u222.focused.selected { } #u222_img.focused.selected.error { } #u222.focused.selected.error { } #u222_img.focused.selected.hint { } #u222.focused.selected.hint { } #u222_img.focused.selected.error.hint { } #u222.focused.selected.error.hint { } #u222_img.selected.disabled { } #u222.selected.disabled { } #u222_img.selected.hint.disabled { } #u222.selected.hint.disabled { } #u222_img.selected.error.disabled { } #u222.selected.error.disabled { } #u222_img.selected.error.hint.disabled { } #u222.selected.error.hint.disabled { } #u222_text { border-width:0px; position:absolute; left:13px; top:0px; width:84px; white-space:nowrap; text-transform:none; } #u222_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u223 label { left:0px; width:100%; } #u223_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u223 { border-width:0px; position:absolute; left:272px; top:589px; width:90px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u223 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u223_img.selected { } #u223.selected { } #u223_img.disabled { } #u223.disabled { } #u223_img.selected.error { } #u223.selected.error { } #u223_img.selected.hint { } #u223.selected.hint { } #u223_img.selected.error.hint { } #u223.selected.error.hint { } #u223_img.mouseOver.selected { } #u223.mouseOver.selected { } #u223_img.mouseOver.selected.error { } #u223.mouseOver.selected.error { } #u223_img.mouseOver.selected.hint { } #u223.mouseOver.selected.hint { } #u223_img.mouseOver.selected.error.hint { } #u223.mouseOver.selected.error.hint { } #u223_img.mouseDown.selected { } #u223.mouseDown.selected { } #u223_img.mouseDown.selected.error { } #u223.mouseDown.selected.error { } #u223_img.mouseDown.selected.hint { } #u223.mouseDown.selected.hint { } #u223_img.mouseDown.selected.error.hint { } #u223.mouseDown.selected.error.hint { } #u223_img.mouseOver.mouseDown.selected { } #u223.mouseOver.mouseDown.selected { } #u223_img.mouseOver.mouseDown.selected.error { } #u223.mouseOver.mouseDown.selected.error { } #u223_img.mouseOver.mouseDown.selected.hint { } #u223.mouseOver.mouseDown.selected.hint { } #u223_img.mouseOver.mouseDown.selected.error.hint { } #u223.mouseOver.mouseDown.selected.error.hint { } #u223_img.focused.selected { } #u223.focused.selected { } #u223_img.focused.selected.error { } #u223.focused.selected.error { } #u223_img.focused.selected.hint { } #u223.focused.selected.hint { } #u223_img.focused.selected.error.hint { } #u223.focused.selected.error.hint { } #u223_img.selected.disabled { } #u223.selected.disabled { } #u223_img.selected.hint.disabled { } #u223.selected.hint.disabled { } #u223_img.selected.error.disabled { } #u223.selected.error.disabled { } #u223_img.selected.error.hint.disabled { } #u223.selected.error.hint.disabled { } #u223_text { border-width:0px; position:absolute; left:13px; top:0px; width:73px; white-space:nowrap; text-transform:none; } #u223_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u224 label { left:0px; width:100%; } #u224_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u224 { border-width:0px; position:absolute; left:272px; top:611px; width:95px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u224 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u224_img.selected { } #u224.selected { } #u224_img.disabled { } #u224.disabled { } #u224_img.selected.error { } #u224.selected.error { } #u224_img.selected.hint { } #u224.selected.hint { } #u224_img.selected.error.hint { } #u224.selected.error.hint { } #u224_img.mouseOver.selected { } #u224.mouseOver.selected { } #u224_img.mouseOver.selected.error { } #u224.mouseOver.selected.error { } #u224_img.mouseOver.selected.hint { } #u224.mouseOver.selected.hint { } #u224_img.mouseOver.selected.error.hint { } #u224.mouseOver.selected.error.hint { } #u224_img.mouseDown.selected { } #u224.mouseDown.selected { } #u224_img.mouseDown.selected.error { } #u224.mouseDown.selected.error { } #u224_img.mouseDown.selected.hint { } #u224.mouseDown.selected.hint { } #u224_img.mouseDown.selected.error.hint { } #u224.mouseDown.selected.error.hint { } #u224_img.mouseOver.mouseDown.selected { } #u224.mouseOver.mouseDown.selected { } #u224_img.mouseOver.mouseDown.selected.error { } #u224.mouseOver.mouseDown.selected.error { } #u224_img.mouseOver.mouseDown.selected.hint { } #u224.mouseOver.mouseDown.selected.hint { } #u224_img.mouseOver.mouseDown.selected.error.hint { } #u224.mouseOver.mouseDown.selected.error.hint { } #u224_img.focused.selected { } #u224.focused.selected { } #u224_img.focused.selected.error { } #u224.focused.selected.error { } #u224_img.focused.selected.hint { } #u224.focused.selected.hint { } #u224_img.focused.selected.error.hint { } #u224.focused.selected.error.hint { } #u224_img.selected.disabled { } #u224.selected.disabled { } #u224_img.selected.hint.disabled { } #u224.selected.hint.disabled { } #u224_img.selected.error.disabled { } #u224.selected.error.disabled { } #u224_img.selected.error.hint.disabled { } #u224.selected.error.hint.disabled { } #u224_text { border-width:0px; position:absolute; left:13px; top:0px; width:78px; white-space:nowrap; text-transform:none; } #u224_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u225 label { left:0px; width:100%; } #u225_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u225 { border-width:0px; position:absolute; left:272px; top:633px; width:91px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u225 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u225_img.selected { } #u225.selected { } #u225_img.disabled { } #u225.disabled { } #u225_img.selected.error { } #u225.selected.error { } #u225_img.selected.hint { } #u225.selected.hint { } #u225_img.selected.error.hint { } #u225.selected.error.hint { } #u225_img.mouseOver.selected { } #u225.mouseOver.selected { } #u225_img.mouseOver.selected.error { } #u225.mouseOver.selected.error { } #u225_img.mouseOver.selected.hint { } #u225.mouseOver.selected.hint { } #u225_img.mouseOver.selected.error.hint { } #u225.mouseOver.selected.error.hint { } #u225_img.mouseDown.selected { } #u225.mouseDown.selected { } #u225_img.mouseDown.selected.error { } #u225.mouseDown.selected.error { } #u225_img.mouseDown.selected.hint { } #u225.mouseDown.selected.hint { } #u225_img.mouseDown.selected.error.hint { } #u225.mouseDown.selected.error.hint { } #u225_img.mouseOver.mouseDown.selected { } #u225.mouseOver.mouseDown.selected { } #u225_img.mouseOver.mouseDown.selected.error { } #u225.mouseOver.mouseDown.selected.error { } #u225_img.mouseOver.mouseDown.selected.hint { } #u225.mouseOver.mouseDown.selected.hint { } #u225_img.mouseOver.mouseDown.selected.error.hint { } #u225.mouseOver.mouseDown.selected.error.hint { } #u225_img.focused.selected { } #u225.focused.selected { } #u225_img.focused.selected.error { } #u225.focused.selected.error { } #u225_img.focused.selected.hint { } #u225.focused.selected.hint { } #u225_img.focused.selected.error.hint { } #u225.focused.selected.error.hint { } #u225_img.selected.disabled { } #u225.selected.disabled { } #u225_img.selected.hint.disabled { } #u225.selected.hint.disabled { } #u225_img.selected.error.disabled { } #u225.selected.error.disabled { } #u225_img.selected.error.hint.disabled { } #u225.selected.error.hint.disabled { } #u225_text { border-width:0px; position:absolute; left:13px; top:0px; width:74px; white-space:nowrap; text-transform:none; } #u225_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u226 label { left:0px; width:100%; } #u226_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u226 { border-width:0px; position:absolute; left:272px; top:655px; width:91px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u226 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u226_img.selected { } #u226.selected { } #u226_img.disabled { } #u226.disabled { } #u226_img.selected.error { } #u226.selected.error { } #u226_img.selected.hint { } #u226.selected.hint { } #u226_img.selected.error.hint { } #u226.selected.error.hint { } #u226_img.mouseOver.selected { } #u226.mouseOver.selected { } #u226_img.mouseOver.selected.error { } #u226.mouseOver.selected.error { } #u226_img.mouseOver.selected.hint { } #u226.mouseOver.selected.hint { } #u226_img.mouseOver.selected.error.hint { } #u226.mouseOver.selected.error.hint { } #u226_img.mouseDown.selected { } #u226.mouseDown.selected { } #u226_img.mouseDown.selected.error { } #u226.mouseDown.selected.error { } #u226_img.mouseDown.selected.hint { } #u226.mouseDown.selected.hint { } #u226_img.mouseDown.selected.error.hint { } #u226.mouseDown.selected.error.hint { } #u226_img.mouseOver.mouseDown.selected { } #u226.mouseOver.mouseDown.selected { } #u226_img.mouseOver.mouseDown.selected.error { } #u226.mouseOver.mouseDown.selected.error { } #u226_img.mouseOver.mouseDown.selected.hint { } #u226.mouseOver.mouseDown.selected.hint { } #u226_img.mouseOver.mouseDown.selected.error.hint { } #u226.mouseOver.mouseDown.selected.error.hint { } #u226_img.focused.selected { } #u226.focused.selected { } #u226_img.focused.selected.error { } #u226.focused.selected.error { } #u226_img.focused.selected.hint { } #u226.focused.selected.hint { } #u226_img.focused.selected.error.hint { } #u226.focused.selected.error.hint { } #u226_img.selected.disabled { } #u226.selected.disabled { } #u226_img.selected.hint.disabled { } #u226.selected.hint.disabled { } #u226_img.selected.error.disabled { } #u226.selected.error.disabled { } #u226_img.selected.error.hint.disabled { } #u226.selected.error.hint.disabled { } #u226_text { border-width:0px; position:absolute; left:13px; top:0px; width:74px; white-space:nowrap; text-transform:none; } #u226_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u227 label { left:0px; width:100%; } #u227_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u227 { border-width:0px; position:absolute; left:272px; top:750px; width:127px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u227 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u227_img.selected { } #u227.selected { } #u227_img.disabled { } #u227.disabled { } #u227_img.selected.error { } #u227.selected.error { } #u227_img.selected.hint { } #u227.selected.hint { } #u227_img.selected.error.hint { } #u227.selected.error.hint { } #u227_img.mouseOver.selected { } #u227.mouseOver.selected { } #u227_img.mouseOver.selected.error { } #u227.mouseOver.selected.error { } #u227_img.mouseOver.selected.hint { } #u227.mouseOver.selected.hint { } #u227_img.mouseOver.selected.error.hint { } #u227.mouseOver.selected.error.hint { } #u227_img.mouseDown.selected { } #u227.mouseDown.selected { } #u227_img.mouseDown.selected.error { } #u227.mouseDown.selected.error { } #u227_img.mouseDown.selected.hint { } #u227.mouseDown.selected.hint { } #u227_img.mouseDown.selected.error.hint { } #u227.mouseDown.selected.error.hint { } #u227_img.mouseOver.mouseDown.selected { } #u227.mouseOver.mouseDown.selected { } #u227_img.mouseOver.mouseDown.selected.error { } #u227.mouseOver.mouseDown.selected.error { } #u227_img.mouseOver.mouseDown.selected.hint { } #u227.mouseOver.mouseDown.selected.hint { } #u227_img.mouseOver.mouseDown.selected.error.hint { } #u227.mouseOver.mouseDown.selected.error.hint { } #u227_img.focused.selected { } #u227.focused.selected { } #u227_img.focused.selected.error { } #u227.focused.selected.error { } #u227_img.focused.selected.hint { } #u227.focused.selected.hint { } #u227_img.focused.selected.error.hint { } #u227.focused.selected.error.hint { } #u227_img.selected.disabled { } #u227.selected.disabled { } #u227_img.selected.hint.disabled { } #u227.selected.hint.disabled { } #u227_img.selected.error.disabled { } #u227.selected.error.disabled { } #u227_img.selected.error.hint.disabled { } #u227.selected.error.hint.disabled { } #u227_text { border-width:0px; position:absolute; left:13px; top:0px; width:110px; white-space:nowrap; text-transform:none; } #u227_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u228 label { left:0px; width:100%; } #u228_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u228 { border-width:0px; position:absolute; left:272px; top:772px; width:107px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u228 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u228_img.selected { } #u228.selected { } #u228_img.disabled { } #u228.disabled { } #u228_img.selected.error { } #u228.selected.error { } #u228_img.selected.hint { } #u228.selected.hint { } #u228_img.selected.error.hint { } #u228.selected.error.hint { } #u228_img.mouseOver.selected { } #u228.mouseOver.selected { } #u228_img.mouseOver.selected.error { } #u228.mouseOver.selected.error { } #u228_img.mouseOver.selected.hint { } #u228.mouseOver.selected.hint { } #u228_img.mouseOver.selected.error.hint { } #u228.mouseOver.selected.error.hint { } #u228_img.mouseDown.selected { } #u228.mouseDown.selected { } #u228_img.mouseDown.selected.error { } #u228.mouseDown.selected.error { } #u228_img.mouseDown.selected.hint { } #u228.mouseDown.selected.hint { } #u228_img.mouseDown.selected.error.hint { } #u228.mouseDown.selected.error.hint { } #u228_img.mouseOver.mouseDown.selected { } #u228.mouseOver.mouseDown.selected { } #u228_img.mouseOver.mouseDown.selected.error { } #u228.mouseOver.mouseDown.selected.error { } #u228_img.mouseOver.mouseDown.selected.hint { } #u228.mouseOver.mouseDown.selected.hint { } #u228_img.mouseOver.mouseDown.selected.error.hint { } #u228.mouseOver.mouseDown.selected.error.hint { } #u228_img.focused.selected { } #u228.focused.selected { } #u228_img.focused.selected.error { } #u228.focused.selected.error { } #u228_img.focused.selected.hint { } #u228.focused.selected.hint { } #u228_img.focused.selected.error.hint { } #u228.focused.selected.error.hint { } #u228_img.selected.disabled { } #u228.selected.disabled { } #u228_img.selected.hint.disabled { } #u228.selected.hint.disabled { } #u228_img.selected.error.disabled { } #u228.selected.error.disabled { } #u228_img.selected.error.hint.disabled { } #u228.selected.error.hint.disabled { } #u228_text { border-width:0px; position:absolute; left:13px; top:0px; width:90px; white-space:nowrap; text-transform:none; } #u228_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u229 label { left:0px; width:100%; } #u229_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u229 { border-width:0px; position:absolute; left:272px; top:794px; width:96px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u229 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u229_img.selected { } #u229.selected { } #u229_img.disabled { } #u229.disabled { } #u229_img.selected.error { } #u229.selected.error { } #u229_img.selected.hint { } #u229.selected.hint { } #u229_img.selected.error.hint { } #u229.selected.error.hint { } #u229_img.mouseOver.selected { } #u229.mouseOver.selected { } #u229_img.mouseOver.selected.error { } #u229.mouseOver.selected.error { } #u229_img.mouseOver.selected.hint { } #u229.mouseOver.selected.hint { } #u229_img.mouseOver.selected.error.hint { } #u229.mouseOver.selected.error.hint { } #u229_img.mouseDown.selected { } #u229.mouseDown.selected { } #u229_img.mouseDown.selected.error { } #u229.mouseDown.selected.error { } #u229_img.mouseDown.selected.hint { } #u229.mouseDown.selected.hint { } #u229_img.mouseDown.selected.error.hint { } #u229.mouseDown.selected.error.hint { } #u229_img.mouseOver.mouseDown.selected { } #u229.mouseOver.mouseDown.selected { } #u229_img.mouseOver.mouseDown.selected.error { } #u229.mouseOver.mouseDown.selected.error { } #u229_img.mouseOver.mouseDown.selected.hint { } #u229.mouseOver.mouseDown.selected.hint { } #u229_img.mouseOver.mouseDown.selected.error.hint { } #u229.mouseOver.mouseDown.selected.error.hint { } #u229_img.focused.selected { } #u229.focused.selected { } #u229_img.focused.selected.error { } #u229.focused.selected.error { } #u229_img.focused.selected.hint { } #u229.focused.selected.hint { } #u229_img.focused.selected.error.hint { } #u229.focused.selected.error.hint { } #u229_img.selected.disabled { } #u229.selected.disabled { } #u229_img.selected.hint.disabled { } #u229.selected.hint.disabled { } #u229_img.selected.error.disabled { } #u229.selected.error.disabled { } #u229_img.selected.error.hint.disabled { } #u229.selected.error.hint.disabled { } #u229_text { border-width:0px; position:absolute; left:13px; top:0px; width:79px; white-space:nowrap; text-transform:none; } #u229_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u230 label { left:0px; width:100%; } #u230_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u230 { border-width:0px; position:absolute; left:272px; top:816px; width:102px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u230 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u230_img.selected { } #u230.selected { } #u230_img.disabled { } #u230.disabled { } #u230_img.selected.error { } #u230.selected.error { } #u230_img.selected.hint { } #u230.selected.hint { } #u230_img.selected.error.hint { } #u230.selected.error.hint { } #u230_img.mouseOver.selected { } #u230.mouseOver.selected { } #u230_img.mouseOver.selected.error { } #u230.mouseOver.selected.error { } #u230_img.mouseOver.selected.hint { } #u230.mouseOver.selected.hint { } #u230_img.mouseOver.selected.error.hint { } #u230.mouseOver.selected.error.hint { } #u230_img.mouseDown.selected { } #u230.mouseDown.selected { } #u230_img.mouseDown.selected.error { } #u230.mouseDown.selected.error { } #u230_img.mouseDown.selected.hint { } #u230.mouseDown.selected.hint { } #u230_img.mouseDown.selected.error.hint { } #u230.mouseDown.selected.error.hint { } #u230_img.mouseOver.mouseDown.selected { } #u230.mouseOver.mouseDown.selected { } #u230_img.mouseOver.mouseDown.selected.error { } #u230.mouseOver.mouseDown.selected.error { } #u230_img.mouseOver.mouseDown.selected.hint { } #u230.mouseOver.mouseDown.selected.hint { } #u230_img.mouseOver.mouseDown.selected.error.hint { } #u230.mouseOver.mouseDown.selected.error.hint { } #u230_img.focused.selected { } #u230.focused.selected { } #u230_img.focused.selected.error { } #u230.focused.selected.error { } #u230_img.focused.selected.hint { } #u230.focused.selected.hint { } #u230_img.focused.selected.error.hint { } #u230.focused.selected.error.hint { } #u230_img.selected.disabled { } #u230.selected.disabled { } #u230_img.selected.hint.disabled { } #u230.selected.hint.disabled { } #u230_img.selected.error.disabled { } #u230.selected.error.disabled { } #u230_img.selected.error.hint.disabled { } #u230.selected.error.hint.disabled { } #u230_text { border-width:0px; position:absolute; left:13px; top:0px; width:85px; white-space:nowrap; text-transform:none; } #u230_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u231 label { left:0px; width:100%; } #u231_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u231 { border-width:0px; position:absolute; left:272px; top:838px; width:142px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u231 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u231_img.selected { } #u231.selected { } #u231_img.disabled { } #u231.disabled { } #u231_img.selected.error { } #u231.selected.error { } #u231_img.selected.hint { } #u231.selected.hint { } #u231_img.selected.error.hint { } #u231.selected.error.hint { } #u231_img.mouseOver.selected { } #u231.mouseOver.selected { } #u231_img.mouseOver.selected.error { } #u231.mouseOver.selected.error { } #u231_img.mouseOver.selected.hint { } #u231.mouseOver.selected.hint { } #u231_img.mouseOver.selected.error.hint { } #u231.mouseOver.selected.error.hint { } #u231_img.mouseDown.selected { } #u231.mouseDown.selected { } #u231_img.mouseDown.selected.error { } #u231.mouseDown.selected.error { } #u231_img.mouseDown.selected.hint { } #u231.mouseDown.selected.hint { } #u231_img.mouseDown.selected.error.hint { } #u231.mouseDown.selected.error.hint { } #u231_img.mouseOver.mouseDown.selected { } #u231.mouseOver.mouseDown.selected { } #u231_img.mouseOver.mouseDown.selected.error { } #u231.mouseOver.mouseDown.selected.error { } #u231_img.mouseOver.mouseDown.selected.hint { } #u231.mouseOver.mouseDown.selected.hint { } #u231_img.mouseOver.mouseDown.selected.error.hint { } #u231.mouseOver.mouseDown.selected.error.hint { } #u231_img.focused.selected { } #u231.focused.selected { } #u231_img.focused.selected.error { } #u231.focused.selected.error { } #u231_img.focused.selected.hint { } #u231.focused.selected.hint { } #u231_img.focused.selected.error.hint { } #u231.focused.selected.error.hint { } #u231_img.selected.disabled { } #u231.selected.disabled { } #u231_img.selected.hint.disabled { } #u231.selected.hint.disabled { } #u231_img.selected.error.disabled { } #u231.selected.error.disabled { } #u231_img.selected.error.hint.disabled { } #u231.selected.error.hint.disabled { } #u231_text { border-width:0px; position:absolute; left:13px; top:0px; width:125px; white-space:nowrap; text-transform:none; } #u231_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u232 label { left:0px; width:100%; } #u232_img { border-width:0px; position:absolute; left:0px; top:2px; width:13px; height:13px; } #u232 { border-width:0px; position:absolute; left:272px; top:860px; width:128px; height:18px; display:flex; font-family:"ArialArial nova light ", "ArialArial nova light", sans-serif; font-weight:400; font-style:normal; } #u232 .text { position:absolute; align-self:flex-start; padding:0px 2px 0px 2px; box-sizing:border-box; } #u232_img.selected { } #u232.selected { } #u232_img.disabled { } #u232.disabled { } #u232_img.selected.error { } #u232.selected.error { } #u232_img.selected.hint { } #u232.selected.hint { } #u232_img.selected.error.hint { } #u232.selected.error.hint { } #u232_img.mouseOver.selected { } #u232.mouseOver.selected { } #u232_img.mouseOver.selected.error { } #u232.mouseOver.selected.error { } #u232_img.mouseOver.selected.hint { } #u232.mouseOver.selected.hint { } #u232_img.mouseOver.selected.error.hint { } #u232.mouseOver.selected.error.hint { } #u232_img.mouseDown.selected { } #u232.mouseDown.selected { } #u232_img.mouseDown.selected.error { } #u232.mouseDown.selected.error { } #u232_img.mouseDown.selected.hint { } #u232.mouseDown.selected.hint { } #u232_img.mouseDown.selected.error.hint { } #u232.mouseDown.selected.error.hint { } #u232_img.mouseOver.mouseDown.selected { } #u232.mouseOver.mouseDown.selected { } #u232_img.mouseOver.mouseDown.selected.error { } #u232.mouseOver.mouseDown.selected.error { } #u232_img.mouseOver.mouseDown.selected.hint { } #u232.mouseOver.mouseDown.selected.hint { } #u232_img.mouseOver.mouseDown.selected.error.hint { } #u232.mouseOver.mouseDown.selected.error.hint { } #u232_img.focused.selected { } #u232.focused.selected { } #u232_img.focused.selected.error { } #u232.focused.selected.error { } #u232_img.focused.selected.hint { } #u232.focused.selected.hint { } #u232_img.focused.selected.error.hint { } #u232.focused.selected.error.hint { } #u232_img.selected.disabled { } #u232.selected.disabled { } #u232_img.selected.hint.disabled { } #u232.selected.hint.disabled { } #u232_img.selected.error.disabled { } #u232.selected.error.disabled { } #u232_img.selected.error.hint.disabled { } #u232.selected.error.hint.disabled { } #u232_text { border-width:0px; position:absolute; left:13px; top:0px; width:111px; white-space:nowrap; text-transform:none; } #u232_input { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; opacity:0; } #u233_div { border-width:0px; position:absolute; left:0px; top:0px; width:407px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u233 { border-width:0px; position:absolute; left:273px; top:421px; width:407px; height:16px; display:flex; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u233 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u233_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u234_div { border-width:0px; position:absolute; left:0px; top:0px; width:407px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u234 { border-width:0px; position:absolute; left:275px; top:548px; width:407px; height:16px; display:flex; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u234 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u234_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u235_div { border-width:0px; position:absolute; left:0px; top:0px; width:407px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u235 { border-width:0px; position:absolute; left:275px; top:706px; width:407px; height:16px; display:flex; font-family:"Cambria Math Bold", "Cambria Math Regular", "Cambria Math", sans-serif; font-weight:700; font-style:normal; font-size:14px; } #u235 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u235_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u236_img { border-width:0px; position:absolute; left:0px; top:0px; width:187px; height:2px; } #u236 { border-width:0px; position:absolute; left:272px; top:729px; width:186px; height:1px; display:flex; -webkit-transform:rotate(-0.00030533285765096724deg); -moz-transform:rotate(-0.00030533285765096724deg); -ms-transform:rotate(-0.00030533285765096724deg); transform:rotate(-0.00030533285765096724deg); } #u236 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u236_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u237_img { border-width:0px; position:absolute; left:0px; top:0px; width:187px; height:2px; } #u237 { border-width:0px; position:absolute; left:271px; top:572px; width:186px; height:1px; display:flex; -webkit-transform:rotate(-0.00030533285765096724deg); -moz-transform:rotate(-0.00030533285765096724deg); -ms-transform:rotate(-0.00030533285765096724deg); transform:rotate(-0.00030533285765096724deg); } #u237 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u237_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u238_img { border-width:0px; position:absolute; left:0px; top:0px; width:187px; height:2px; } #u238 { border-width:0px; position:absolute; left:272px; top:447px; width:186px; height:1px; display:flex; -webkit-transform:rotate(-0.00030533285765096724deg); -moz-transform:rotate(-0.00030533285765096724deg); -ms-transform:rotate(-0.00030533285765096724deg); transform:rotate(-0.00030533285765096724deg); } #u238 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u238_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u239_div { border-width:0px; position:absolute; left:0px; top:0px; width:197px; height:14px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; color:#A1BDB3; } #u239 { border-width:0px; position:absolute; left:652px; top:448px; width:197px; height:14px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; color:#A1BDB3; } #u239 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u239_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u240_div { border-width:0px; position:absolute; left:0px; top:0px; width:197px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; } #u240 { border-width:0px; position:absolute; left:652px; top:470px; width:197px; height:28px; display:flex; font-family:"Arial Rounded MT Bold", "Arial Rounded MT", sans-serif; font-weight:700; font-style:normal; font-size:12px; } #u240 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u240_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u241_input { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_input.hint { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_input.disabled { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_input.hint.disabled { position:absolute; left:0px; top:0px; width:457px; height:34px; padding:2px 2px 2px 2px; font-family:"Arial Standard", "Arial", sans-serif; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#999999; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u241_div { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241 { border-width:0px; position:absolute; left:259px; top:344px; width:457px; height:34px; display:flex; } #u241 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u241_div.hint { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241.hint { } #u241_div.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241.disabled { } #u241_div.hint.disabled { border-width:0px; position:absolute; left:0px; top:0px; width:457px; height:34px; background:inherit; background-color:rgba(240, 240, 240, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u241.hint.disabled { } #u242_div { border-width:0px; position:absolute; left:0px; top:0px; width:209px; height:14px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:"Arial Arial nova light ", "Arial Arial nova light", sans-serif; font-weight:400; font-style:normal; } #u242 { border-width:0px; position:absolute; left:268px; top:353px; width:209px; height:14px; display:flex; font-family:"Arial Arial nova light ", "Arial Arial nova light", sans-serif; font-weight:400; font-style:normal; } #u242 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u242_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u243_img { border-width:0px; position:absolute; left:0px; top:0px; width:35px; height:34px; } #u243 { border-width:0px; position:absolute; left:679px; top:345px; width:35px; height:34px; display:flex; } #u243 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u243_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u244_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u244 { border-width:0px; position:absolute; left:1230px; top:438px; width:17px; height:17px; display:flex; } #u244 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u244_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u245_img { border-width:0px; position:absolute; left:0px; top:0px; width:31px; height:32px; } #u245 { border-width:0px; position:absolute; left:17px; top:310px; width:31px; height:32px; display:flex; } #u245 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u245_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; }
0.275617
0.044245
.anchor { position: relative; width: 100%; } .anchor-img { width: 100%; } .anchor-con { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .anchor-item { position: absolute; left: 0; top: 0; transform: translate(-6px, -6px); } .anchor-item.hide { display: none; } .anchor-handler { position: absolute; right: 10px; bottom: 10px; padding: 5px; border-radius: 50%; font-size: 0; } .anchor-dot { position: relative; /* height: 12px; width: 12px; */ } .anchor-dot .anchor-dot-bg { border-radius: 50%; /* background: #333333; width: 12px; height: 12px; */ animation: dotOPacity infinite 800ms linear alternate; } .anchor-dot .anchor-dot-round { position: absolute; /* left: 3px; top: 3px; width: 6px; height: 6px; */ background: #fff; border-radius: 50%; } .anchor-dot .anchor-dot-line { position: absolute; top: 50%; transform: translateY(-50%); height: 1px; /* width: 12px; background: #333333; */ } .anchor-dot-line.left { left: 0; } .anchor-dot-line.right { right: 0; } .anchor-tag { position: absolute; /* padding:3px 0; */ overflow: hidden; /* font-size: 12px; color:#fff; background: #333333; */ white-space: nowrap; animation: anchorWidth 200ms linear forwards; } .anchor-tag > * { display: inline-block; vertical-align: baseline; } .anchor-tag.left { left: 0; top: 50%; transform: translate(-100%, -50%); } .anchor-tag.right { right: 0; top: 50%; transform: translate(100%, -50%); } .anchor-tag .mark { /* margin-right: 6px; */ } .anchor-tag .more { /* margin-left: 6px; */ } .anchor-tag .name { } @keyframes dotOPacity { from { opacity: 0; } to { opacity: 1; } } @keyframes anchorWidth { from { max-width: 0; } to { max-width: 200px; } }
node_modules/@smt-ui/component/src/anchor-img/src/index.css
.anchor { position: relative; width: 100%; } .anchor-img { width: 100%; } .anchor-con { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .anchor-item { position: absolute; left: 0; top: 0; transform: translate(-6px, -6px); } .anchor-item.hide { display: none; } .anchor-handler { position: absolute; right: 10px; bottom: 10px; padding: 5px; border-radius: 50%; font-size: 0; } .anchor-dot { position: relative; /* height: 12px; width: 12px; */ } .anchor-dot .anchor-dot-bg { border-radius: 50%; /* background: #333333; width: 12px; height: 12px; */ animation: dotOPacity infinite 800ms linear alternate; } .anchor-dot .anchor-dot-round { position: absolute; /* left: 3px; top: 3px; width: 6px; height: 6px; */ background: #fff; border-radius: 50%; } .anchor-dot .anchor-dot-line { position: absolute; top: 50%; transform: translateY(-50%); height: 1px; /* width: 12px; background: #333333; */ } .anchor-dot-line.left { left: 0; } .anchor-dot-line.right { right: 0; } .anchor-tag { position: absolute; /* padding:3px 0; */ overflow: hidden; /* font-size: 12px; color:#fff; background: #333333; */ white-space: nowrap; animation: anchorWidth 200ms linear forwards; } .anchor-tag > * { display: inline-block; vertical-align: baseline; } .anchor-tag.left { left: 0; top: 50%; transform: translate(-100%, -50%); } .anchor-tag.right { right: 0; top: 50%; transform: translate(100%, -50%); } .anchor-tag .mark { /* margin-right: 6px; */ } .anchor-tag .more { /* margin-left: 6px; */ } .anchor-tag .name { } @keyframes dotOPacity { from { opacity: 0; } to { opacity: 1; } } @keyframes anchorWidth { from { max-width: 0; } to { max-width: 200px; } }
0.580352
0.087486
:root { /* Variables */ /* Orange */ --color_primary: #fdb81c; --color_primary2: #FDD068; --color_primary3: #d76523; /* Black */ --color_secondary: #333f48; --color_secondary2: #272e33; --color_secondary3: #1B1F21; /* White */ --color_tertiary: #f1f5f7; --color_tertiary2: #D9DCDE; --color_tertiary3: #687078; /* Brown */ --color_quaternary: #886d3c; --color_quaternary2: #787468; /*#6E5830;*/ --color_quaternary3: #47391F; /* Blue */ --color_quinary: #36a8ff; --color_quinary2: #1B5480; --color_quinary3: #0D2A40; --color_shadow:#00000024; --color_white: #ffffff; --color_gray9: #e6e6e6; --color_gray8: #cccccc; --color_gray7: #b3b3b3; --color_gray6: #999999; --color_gray5: #808080; --color_gray4: #666666; --color_gray3: #4d4d4d; --color_gray2: #333333; --color_gray1: #1a1a1a; --color_black: #000000; --font_header:"BrandonGrotesque-Black"; --font_tagline:"GreycliffCF-Light"; --font_body:"Montserrat"; --font_bodyLight:"Montserrat-Light"; --font_bodyBold:"Montserrat-Bold"; --font_ui:"MavenPro-Medium"; } .color_white { background-color:#ffffff; } .color_lightgray { background-color: #f0f5f7; } /* Orange */ .color_primary { background-color:var(--color_primary); } .color_primary2{ background-color:var(--color_primary2); } .color_primary3 { background-color:var(--color_primary3); } /* Black */ .color_secondary { background-color:var(--color_secondary); } .color_secondary2 { background-color:var(--color_secondary2); } .color_secondary3 { background-color:var(--color_secondary3); } /* White */ .color_tertiary { background-color:var(--color_tertiary); } .color_tertiary2 { background-color:var(--color_tertiary2); } .color_tertiary3 { background-color:var(--color_tertiary3); } /* Brown */ .color_quaternary { background-color:var(--color_quaternary); } .color_quaternary2 { background-color:var(--color_quaternary2); } .color_quaternary3 { background-color:var(--color_quaternary3); } /* Blue */ .color_quinary { background-color:var(--color_quinary); } .color_quinary2 { background-color:var(--color_quinary2); } .color_quinary3 { background-color:var(--color_quinary3); } /* Fonts */ @font-face { font-family: "GreycliffCF-Light"; src: url("../font/GreycliffCF-Light.eot"); /* IE9 Compat Modes */ src: url("../font/GreycliffCF-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/GreycliffCF-Light.otf") format("opentype"), /* Open Type Font */ url("../font/GreycliffCF-Light.svg") format("svg"), /* Legacy iOS */ url("../font/GreycliffCF-Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/GreycliffCF-Light.woff") format("woff"), /* Modern Browsers */ url("../font/GreycliffCF-Light.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "BrandonGrotesque-Black"; src: url("../font/BrandonGrotesque-Black.eot"); /* IE9 Compat Modes */ src: url("../font/BrandonGrotesque-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/BrandonGrotesque-Black.otf") format("opentype"), /* Open Type Font */ url("../font/BrandonGrotesque-Black.svg") format("svg"), /* Legacy iOS */ url("../font/BrandonGrotesque-Black.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/BrandonGrotesque-Black.woff") format("woff"), /* Modern Browsers */ url("../font/BrandonGrotesque-Black.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "Montserrat-Light"; src: url("../font/Montserrat-Light.eot"); /* IE9 Compat Modes */ src: url("../font/Montserrat-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/Montserrat-Light.otf") format("opentype"), /* Open Type Font */ url("../font/Montserrat-Light.svg") format("svg"), /* Legacy iOS */ url("../font/Montserrat-Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/Montserrat-Light.woff") format("woff"), /* Modern Browsers */ url("../font/Montserrat-Light.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "Montserrat-Bold"; src: url("../font/Montserrat-Bold.eot"); /* IE9 Compat Modes */ src: url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/Montserrat-Bold.otf") format("opentype"), /* Open Type Font */ url("../font/Montserrat-Bold.svg") format("svg"), /* Legacy iOS */ url("../font/Montserrat-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/Montserrat-Bold.woff") format("woff"), /* Modern Browsers */ url("../font/Montserrat-Bold.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "MavenPro-Medium"; src: url("../font/MavenPro-Medium.eot"); /* IE9 Compat Modes */ src: url("../font/MavenPro-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/MavenPro-Medium.otf") format("opentype"), /* Open Type Font */ url("../font/MavenPro-Medium.svg") format("svg"), /* Legacy iOS */ url("../font/MavenPro-Medium.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/MavenPro-Medium.woff") format("woff"), /* Modern Browsers */ url("../font/MavenPro-Medium.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } /* Site Styling */ body { margin: 0; background-color: #f0f5f7; position: relative; } body, p { font-family: var(--font_body), sans-serif; font-size: 12pt; line-height: 1.6rem; } p { margin-block-start: 0rem; margin-block-end: 1.25rem; } u { border-bottom: 2px solid #3c3c3c; text-decoration: none; } a[href], a[href]:visited { cursor: pointer; color: var(--color_quinary); font-weight: 300; text-decoration: none; } a[href]:hover { text-decoration: underline; color: #fdb81c; } a[href]:active { color: #0D2A40; } hr { border-style: solid; border-width: 0.5px; border-color: #e0e0e0; margin-top: 2em; margin-bottom: 2em; } h1, h2, h3, h4, h5, h6 { text-align:left; line-height: 1.1em; display: block; } h1 { font-size:3em; font-family: var(--font_header), "Tahoma", serif; } h2 { font-size:1.625em; font-family: var(--font_header), "Tahoma", serif; } h3 { font-size: 3em; font-family: var(--font_tagline), "Arial", sans-serif; } h4 { font-size:1.625em; font-family: var(--font_tagline), "Arial", sans-serif; } h5 { font-size: 110% } h6 { font-size: 100% } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } b, strong, em { font-weight: bold } i { font-style:italic; } blockquote { margin: 0; width: auto; font-size: 1.5em; font-family: var(--font_tagline); font-style: italic; color: #6E5830; background: rgba(241, 245, 247, 0.25); padding: 1em; border-radius: 0.35em; border: 1px solid rgba(217, 220, 222, 0.5); } blockquote:before, blockquote:after { content: "\" "; font-size: 2em; font-family: var(--font_tagline); font-style: italic; color: #bfbfbf; display: inline-block; line-height: 0px; position: relative; top: 0.2em; left: -0.1em; } pre, mono { font-family: monospace, sans-serif; font-size: 1em; white-space: pre; } code { max-width: 100%; background: #191919e0; border: solid 1px #000000; font-family: monospace, sans-serif; font-size: 12px; padding: 0.5em 1em; margin-bottom: 1em; color: #d2d2d2; overflow-x: auto; display:block; text-transform: none; } ul { margin-left:2em; list-style-type: square; } ol { list-style-type: decimal; margin-left:2em; } ol li, ul li { margin-bottom:0.5em; line-height: 1.35em; } ol li:first-child, ul li:first-Child { margin-top:1em; } .font_header { font-family: var(--font_header), "Tahoma", serif; } .font_tagline { font-family: var(--font_tagline), "Arial", sans-serif; } .font_subThin { font-family: var(--font_bodyLight); } .font_subBold { font-family: var(--font_bodyBold); } .font_ui { font-size:0.75em; text-transform:uppercase; font-family: var(--font_ui); } /* Page Flow */ .left { float:left; } .right { float:right; } .center { text-align:center; } .clear { width: 100%; clear:right; } /* Utility Classes */ * { -webkit-transition:all 200ms ease 0s; transition: all 200ms ease 0s; } float { position: absolute; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* Internet Explorer Compatibility */ p { margin-block-start: 0em; margin-block-end: 1.25em; margin-bottom: 1.25em; } h1, h2, h3, h4 { margin-top: 0.15em; margin-bottom: 0.6em; } h1, h2 { font-family: "Tahoma", serif; } body, p, h3, h4 { font-family: "Arial", sans-serif; } } @supports (-ms-ime-align: auto) { p { margin-block-start: 0em; margin-block-end: 1.25em; margin-bottom: 1.25em; } h1, h2, h3, h4 { margin-top: 0.15em; margin-bottom: 0.6em; } }
FoodJournal/Content/theme/css/core.css
:root { /* Variables */ /* Orange */ --color_primary: #fdb81c; --color_primary2: #FDD068; --color_primary3: #d76523; /* Black */ --color_secondary: #333f48; --color_secondary2: #272e33; --color_secondary3: #1B1F21; /* White */ --color_tertiary: #f1f5f7; --color_tertiary2: #D9DCDE; --color_tertiary3: #687078; /* Brown */ --color_quaternary: #886d3c; --color_quaternary2: #787468; /*#6E5830;*/ --color_quaternary3: #47391F; /* Blue */ --color_quinary: #36a8ff; --color_quinary2: #1B5480; --color_quinary3: #0D2A40; --color_shadow:#00000024; --color_white: #ffffff; --color_gray9: #e6e6e6; --color_gray8: #cccccc; --color_gray7: #b3b3b3; --color_gray6: #999999; --color_gray5: #808080; --color_gray4: #666666; --color_gray3: #4d4d4d; --color_gray2: #333333; --color_gray1: #1a1a1a; --color_black: #000000; --font_header:"BrandonGrotesque-Black"; --font_tagline:"GreycliffCF-Light"; --font_body:"Montserrat"; --font_bodyLight:"Montserrat-Light"; --font_bodyBold:"Montserrat-Bold"; --font_ui:"MavenPro-Medium"; } .color_white { background-color:#ffffff; } .color_lightgray { background-color: #f0f5f7; } /* Orange */ .color_primary { background-color:var(--color_primary); } .color_primary2{ background-color:var(--color_primary2); } .color_primary3 { background-color:var(--color_primary3); } /* Black */ .color_secondary { background-color:var(--color_secondary); } .color_secondary2 { background-color:var(--color_secondary2); } .color_secondary3 { background-color:var(--color_secondary3); } /* White */ .color_tertiary { background-color:var(--color_tertiary); } .color_tertiary2 { background-color:var(--color_tertiary2); } .color_tertiary3 { background-color:var(--color_tertiary3); } /* Brown */ .color_quaternary { background-color:var(--color_quaternary); } .color_quaternary2 { background-color:var(--color_quaternary2); } .color_quaternary3 { background-color:var(--color_quaternary3); } /* Blue */ .color_quinary { background-color:var(--color_quinary); } .color_quinary2 { background-color:var(--color_quinary2); } .color_quinary3 { background-color:var(--color_quinary3); } /* Fonts */ @font-face { font-family: "GreycliffCF-Light"; src: url("../font/GreycliffCF-Light.eot"); /* IE9 Compat Modes */ src: url("../font/GreycliffCF-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/GreycliffCF-Light.otf") format("opentype"), /* Open Type Font */ url("../font/GreycliffCF-Light.svg") format("svg"), /* Legacy iOS */ url("../font/GreycliffCF-Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/GreycliffCF-Light.woff") format("woff"), /* Modern Browsers */ url("../font/GreycliffCF-Light.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "BrandonGrotesque-Black"; src: url("../font/BrandonGrotesque-Black.eot"); /* IE9 Compat Modes */ src: url("../font/BrandonGrotesque-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/BrandonGrotesque-Black.otf") format("opentype"), /* Open Type Font */ url("../font/BrandonGrotesque-Black.svg") format("svg"), /* Legacy iOS */ url("../font/BrandonGrotesque-Black.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/BrandonGrotesque-Black.woff") format("woff"), /* Modern Browsers */ url("../font/BrandonGrotesque-Black.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "Montserrat-Light"; src: url("../font/Montserrat-Light.eot"); /* IE9 Compat Modes */ src: url("../font/Montserrat-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/Montserrat-Light.otf") format("opentype"), /* Open Type Font */ url("../font/Montserrat-Light.svg") format("svg"), /* Legacy iOS */ url("../font/Montserrat-Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/Montserrat-Light.woff") format("woff"), /* Modern Browsers */ url("../font/Montserrat-Light.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "Montserrat-Bold"; src: url("../font/Montserrat-Bold.eot"); /* IE9 Compat Modes */ src: url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/Montserrat-Bold.otf") format("opentype"), /* Open Type Font */ url("../font/Montserrat-Bold.svg") format("svg"), /* Legacy iOS */ url("../font/Montserrat-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/Montserrat-Bold.woff") format("woff"), /* Modern Browsers */ url("../font/Montserrat-Bold.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } @font-face { font-family: "MavenPro-Medium"; src: url("../font/MavenPro-Medium.eot"); /* IE9 Compat Modes */ src: url("../font/MavenPro-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/MavenPro-Medium.otf") format("opentype"), /* Open Type Font */ url("../font/MavenPro-Medium.svg") format("svg"), /* Legacy iOS */ url("../font/MavenPro-Medium.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/MavenPro-Medium.woff") format("woff"), /* Modern Browsers */ url("../font/MavenPro-Medium.woff2") format("woff2"); /* Modern Browsers */ font-weight: normal; font-style: normal; } /* Site Styling */ body { margin: 0; background-color: #f0f5f7; position: relative; } body, p { font-family: var(--font_body), sans-serif; font-size: 12pt; line-height: 1.6rem; } p { margin-block-start: 0rem; margin-block-end: 1.25rem; } u { border-bottom: 2px solid #3c3c3c; text-decoration: none; } a[href], a[href]:visited { cursor: pointer; color: var(--color_quinary); font-weight: 300; text-decoration: none; } a[href]:hover { text-decoration: underline; color: #fdb81c; } a[href]:active { color: #0D2A40; } hr { border-style: solid; border-width: 0.5px; border-color: #e0e0e0; margin-top: 2em; margin-bottom: 2em; } h1, h2, h3, h4, h5, h6 { text-align:left; line-height: 1.1em; display: block; } h1 { font-size:3em; font-family: var(--font_header), "Tahoma", serif; } h2 { font-size:1.625em; font-family: var(--font_header), "Tahoma", serif; } h3 { font-size: 3em; font-family: var(--font_tagline), "Arial", sans-serif; } h4 { font-size:1.625em; font-family: var(--font_tagline), "Arial", sans-serif; } h5 { font-size: 110% } h6 { font-size: 100% } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } b, strong, em { font-weight: bold } i { font-style:italic; } blockquote { margin: 0; width: auto; font-size: 1.5em; font-family: var(--font_tagline); font-style: italic; color: #6E5830; background: rgba(241, 245, 247, 0.25); padding: 1em; border-radius: 0.35em; border: 1px solid rgba(217, 220, 222, 0.5); } blockquote:before, blockquote:after { content: "\" "; font-size: 2em; font-family: var(--font_tagline); font-style: italic; color: #bfbfbf; display: inline-block; line-height: 0px; position: relative; top: 0.2em; left: -0.1em; } pre, mono { font-family: monospace, sans-serif; font-size: 1em; white-space: pre; } code { max-width: 100%; background: #191919e0; border: solid 1px #000000; font-family: monospace, sans-serif; font-size: 12px; padding: 0.5em 1em; margin-bottom: 1em; color: #d2d2d2; overflow-x: auto; display:block; text-transform: none; } ul { margin-left:2em; list-style-type: square; } ol { list-style-type: decimal; margin-left:2em; } ol li, ul li { margin-bottom:0.5em; line-height: 1.35em; } ol li:first-child, ul li:first-Child { margin-top:1em; } .font_header { font-family: var(--font_header), "Tahoma", serif; } .font_tagline { font-family: var(--font_tagline), "Arial", sans-serif; } .font_subThin { font-family: var(--font_bodyLight); } .font_subBold { font-family: var(--font_bodyBold); } .font_ui { font-size:0.75em; text-transform:uppercase; font-family: var(--font_ui); } /* Page Flow */ .left { float:left; } .right { float:right; } .center { text-align:center; } .clear { width: 100%; clear:right; } /* Utility Classes */ * { -webkit-transition:all 200ms ease 0s; transition: all 200ms ease 0s; } float { position: absolute; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* Internet Explorer Compatibility */ p { margin-block-start: 0em; margin-block-end: 1.25em; margin-bottom: 1.25em; } h1, h2, h3, h4 { margin-top: 0.15em; margin-bottom: 0.6em; } h1, h2 { font-family: "Tahoma", serif; } body, p, h3, h4 { font-family: "Arial", sans-serif; } } @supports (-ms-ime-align: auto) { p { margin-block-start: 0em; margin-block-end: 1.25em; margin-bottom: 1.25em; } h1, h2, h3, h4 { margin-top: 0.15em; margin-bottom: 0.6em; } }
0.218003
0.06663
.input-sm select.input-sm { height: 44px; line-height: 24px; } .input-sm textarea.input-sm, .input-sm select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 24px; padding: 3px 0; font-size: 11px; line-height: 1.5; } .form-group-sm select.form-control { height: 24px; line-height: 24px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 24px; min-height: 31px; padding: 4px 0; font-size: 11px; line-height: 1.5; } .input-lg .input-lg { height: 44px; padding: 9px 0; font-size: 18px; line-height: 1.33333; border-radius: 0; } .input-lg select.input-lg { height: 44px; line-height: 44px; } .input-lg textarea.input-lg, .input-lg select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 44px; padding: 9px 0; font-size: 18px; line-height: 1.33333; } .form-group-lg select.form-control { height: 44px; line-height: 44px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 44px; min-height: 38px; padding: 10px 0; font-size: 18px; line-height: 1.33333; } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 8px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 28px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 8px; } } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 13.0px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 4px; font-size: 11px; } } .label { border-radius: 3px; } .label, .label.label-default { background-color: #FFFFFF; } .label.label-inverse { background-color: #212121; } .label.label-primary { background-color: #9c27b0; } .label.label-success { background-color: #4caf50; } .label.label-info { background-color: #00bcd4; } .label.label-warning { background-color: #ff9800; } .label.label-danger { background-color: #f44336; } .label.label-rose { background-color: #e91e63; } .form-control, .form-group .form-control { border: 0; background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; transition: background 0s ease-out; float: none; box-shadow: none; border-radius: 0; font-weight: 400; } .form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder { color: #AAAAAA; font-weight: 400; } .form-control:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder { color: #AAAAAA; font-weight: 400; } .form-control::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder { color: #AAAAAA; font-weight: 400; } .form-control[readonly], .form-control[disabled], fieldset[disabled] .form-control, .form-group .form-control[readonly], .form-group .form-control[disabled], fieldset[disabled] .form-group .form-control { background-color: transparent; } .form-control[disabled], fieldset[disabled] .form-control, .form-group .form-control[disabled], fieldset[disabled] .form-group .form-control { background-image: none; border-bottom: 1px dotted #D2D2D2; } .form-group { position: relative; } .form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label { position: absolute; pointer-events: none; transition: 0.3s ease all; } .form-group.label-floating label.control-label { will-change: left, top, contents; } .form-group.label-placeholder:not(.is-empty) label.control-label { display: none; } .form-group .help-block { position: absolute; display: none; } .form-group.is-focused .form-control { outline: none; background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2); background-size: 100% 2px, 100% 1px; box-shadow: none; transition-duration: 0.3s; } .form-group.is-focused .form-control .material-input:after { background-color: #9c27b0; } .form-group.is-focused.form-info .form-control { background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-success .form-control { background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-warning .form-control { background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-danger .form-control { background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-rose .form-control { background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-white .form-control { background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.label-placeholder label, .form-group.is-focused.label-placeholder label.control-label { color: #AAAAAA; } .form-group.is-focused .help-block { display: block; } .form-group.has-warning .form-control { box-shadow: none; } .form-group.has-warning.is-focused .form-control { background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-warning label.control-label, .form-group.has-warning .help-block { color: #ff9800; } .form-group.has-error .form-control { box-shadow: none; } .form-group.has-error.is-focused .form-control { background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-error label.control-label, .form-group.has-error .help-block { color: #f44336; } .form-group.has-success .form-control { box-shadow: none; } .form-group.has-success.is-focused .form-control { background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-success label.control-label, .form-group.has-success .help-block { color: #4caf50; } .form-group.has-info .form-control { box-shadow: none; } .form-group.has-info.is-focused .form-control { background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-info label.control-label, .form-group.has-info .help-block { color: #00bcd4; } .form-group textarea { resize: none; } .form-group textarea ~ .form-control-highlight { margin-top: -11px; } .form-group select { appearance: none; } .form-group select ~ .material-input:after { display: none; } .form-control { margin-bottom: 7px; } .form-control::-moz-placeholder { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } .form-control:-ms-input-placeholder { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } .form-control::-webkit-input-placeholder { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } .checkbox label, .radio label, label { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } label.control-label { font-size: 11px; line-height: 1.07143; color: #AAAAAA; font-weight: 400; margin: 160px 0 0 0; } .help-block { margin-top: 0; font-size: 11px; } .form-group { padding-bottom: 7px; margin: 47px 0 0 0; } .form-group .form-control { margin-bottom: 7px; } .form-group .form-control::-moz-placeholder { font-size: 14px; line-height: 4.42857; color: #AAAAAA; font-weight: 400; } .form-group .checkbox label, .form-group .radio label, .form-group label { font-size: 14px; line-height: 4.42857; color: #AAAAAA; font-weight: 400; } .form-group label.control-label { font-size: 11px; line-height: 4.07143; color: #AAAAAA; font-weight: 400; margin: 16px 0 0 0; } .form-group .help-block { margin-top: 0; font-size: 11px; } .form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label { top: -7px; font-size: 14px; line-height: 4.42857; } .form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label { top: -28px; left: 0; font-size: 11px; line-height: 1.07143; } .form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label { top: -28px; left: 0; font-size: 11px; line-height: 1.07143; } .form-group.form-group-sm { padding-bottom: 3px; margin: 21px 0 0 0; } .form-group.form-group-sm .form-control { margin-bottom: 3px; } .form-group.form-group-sm .form-control::-moz-placeholder { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm .form-control:-ms-input-placeholder { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm .form-control::-webkit-input-placeholder { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm .checkbox label, .form-group.form-group-sm .radio label, .form-group.form-group-sm label { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm label.control-label { font-size: 9px; line-height: 1.125; color: #AAAAAA; font-weight: 400; margin: 16px 0 0 0; } .form-group.form-group-sm .help-block { margin-top: 0; font-size: 9px; } .form-group.form-group-sm.label-floating label.control-label, .form-group.form-group-sm.label-placeholder label.control-label { top: -11px; font-size: 11px; line-height: 1.5; } .form-group.form-group-sm.label-static label.control-label, .form-group.form-group-sm.label-floating.is-focused label.control-label, .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label { top: -25px; left: 0; font-size: 9px; line-height: 1.125; } .form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label { top: -25px; left: 0; font-size: 9px; line-height: 1.125; } .form-group.form-group-lg { padding-bottom: 9px; margin: 30px 0 0 0; } .form-group.form-group-lg .form-control { margin-bottom: 9px; } .form-group.form-group-lg .form-control::-moz-placeholder { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg .form-control:-ms-input-placeholder { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg .form-control::-webkit-input-placeholder { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg .checkbox label, .form-group.form-group-lg .radio label, .form-group.form-group-lg label { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg label.control-label { font-size: 14px; line-height: 1.0; color: #AAAAAA; font-weight: 400; margin: 16px 0 0 0; } .form-group.form-group-lg .help-block { margin-top: 0; font-size: 14px; } .form-group.form-group-lg.label-floating label.control-label, .form-group.form-group-lg.label-placeholder label.control-label { top: -5px; font-size: 18px; line-height: 1.33333; } .form-group.form-group-lg.label-static label.control-label, .form-group.form-group-lg.label-floating.is-focused label.control-label, .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label { top: -32px; left: 0; font-size: 14px; line-height: 1.0; } .form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label { top: -32px; left: 0; font-size: 14px; line-height: 1.0; } select.form-control { border: 0; box-shadow: none; border-radius: 0; } .form-group.is-focused select.form-control { box-shadow: none; border-color: #D2D2D2; } select.form-control[multiple], .form-group.is-focused select.form-control[multiple] { height: 185px; }
backend_3/assets/css/material-bootstrap-wizard.css
.input-sm select.input-sm { height: 44px; line-height: 24px; } .input-sm textarea.input-sm, .input-sm select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 24px; padding: 3px 0; font-size: 11px; line-height: 1.5; } .form-group-sm select.form-control { height: 24px; line-height: 24px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 24px; min-height: 31px; padding: 4px 0; font-size: 11px; line-height: 1.5; } .input-lg .input-lg { height: 44px; padding: 9px 0; font-size: 18px; line-height: 1.33333; border-radius: 0; } .input-lg select.input-lg { height: 44px; line-height: 44px; } .input-lg textarea.input-lg, .input-lg select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 44px; padding: 9px 0; font-size: 18px; line-height: 1.33333; } .form-group-lg select.form-control { height: 44px; line-height: 44px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 44px; min-height: 38px; padding: 10px 0; font-size: 18px; line-height: 1.33333; } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 8px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 28px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 8px; } } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 13.0px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 4px; font-size: 11px; } } .label { border-radius: 3px; } .label, .label.label-default { background-color: #FFFFFF; } .label.label-inverse { background-color: #212121; } .label.label-primary { background-color: #9c27b0; } .label.label-success { background-color: #4caf50; } .label.label-info { background-color: #00bcd4; } .label.label-warning { background-color: #ff9800; } .label.label-danger { background-color: #f44336; } .label.label-rose { background-color: #e91e63; } .form-control, .form-group .form-control { border: 0; background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; transition: background 0s ease-out; float: none; box-shadow: none; border-radius: 0; font-weight: 400; } .form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder { color: #AAAAAA; font-weight: 400; } .form-control:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder { color: #AAAAAA; font-weight: 400; } .form-control::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder { color: #AAAAAA; font-weight: 400; } .form-control[readonly], .form-control[disabled], fieldset[disabled] .form-control, .form-group .form-control[readonly], .form-group .form-control[disabled], fieldset[disabled] .form-group .form-control { background-color: transparent; } .form-control[disabled], fieldset[disabled] .form-control, .form-group .form-control[disabled], fieldset[disabled] .form-group .form-control { background-image: none; border-bottom: 1px dotted #D2D2D2; } .form-group { position: relative; } .form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label { position: absolute; pointer-events: none; transition: 0.3s ease all; } .form-group.label-floating label.control-label { will-change: left, top, contents; } .form-group.label-placeholder:not(.is-empty) label.control-label { display: none; } .form-group .help-block { position: absolute; display: none; } .form-group.is-focused .form-control { outline: none; background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2); background-size: 100% 2px, 100% 1px; box-shadow: none; transition-duration: 0.3s; } .form-group.is-focused .form-control .material-input:after { background-color: #9c27b0; } .form-group.is-focused.form-info .form-control { background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-success .form-control { background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-warning .form-control { background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-danger .form-control { background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-rose .form-control { background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.form-white .form-control { background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.is-focused.label-placeholder label, .form-group.is-focused.label-placeholder label.control-label { color: #AAAAAA; } .form-group.is-focused .help-block { display: block; } .form-group.has-warning .form-control { box-shadow: none; } .form-group.has-warning.is-focused .form-control { background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-warning label.control-label, .form-group.has-warning .help-block { color: #ff9800; } .form-group.has-error .form-control { box-shadow: none; } .form-group.has-error.is-focused .form-control { background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-error label.control-label, .form-group.has-error .help-block { color: #f44336; } .form-group.has-success .form-control { box-shadow: none; } .form-group.has-success.is-focused .form-control { background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-success label.control-label, .form-group.has-success .help-block { color: #4caf50; } .form-group.has-info .form-control { box-shadow: none; } .form-group.has-info.is-focused .form-control { background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2); } .form-group.has-info label.control-label, .form-group.has-info .help-block { color: #00bcd4; } .form-group textarea { resize: none; } .form-group textarea ~ .form-control-highlight { margin-top: -11px; } .form-group select { appearance: none; } .form-group select ~ .material-input:after { display: none; } .form-control { margin-bottom: 7px; } .form-control::-moz-placeholder { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } .form-control:-ms-input-placeholder { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } .form-control::-webkit-input-placeholder { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } .checkbox label, .radio label, label { font-size: 14px; line-height: 1.42857; color: #AAAAAA; font-weight: 400; } label.control-label { font-size: 11px; line-height: 1.07143; color: #AAAAAA; font-weight: 400; margin: 160px 0 0 0; } .help-block { margin-top: 0; font-size: 11px; } .form-group { padding-bottom: 7px; margin: 47px 0 0 0; } .form-group .form-control { margin-bottom: 7px; } .form-group .form-control::-moz-placeholder { font-size: 14px; line-height: 4.42857; color: #AAAAAA; font-weight: 400; } .form-group .checkbox label, .form-group .radio label, .form-group label { font-size: 14px; line-height: 4.42857; color: #AAAAAA; font-weight: 400; } .form-group label.control-label { font-size: 11px; line-height: 4.07143; color: #AAAAAA; font-weight: 400; margin: 16px 0 0 0; } .form-group .help-block { margin-top: 0; font-size: 11px; } .form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label { top: -7px; font-size: 14px; line-height: 4.42857; } .form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label { top: -28px; left: 0; font-size: 11px; line-height: 1.07143; } .form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label { top: -28px; left: 0; font-size: 11px; line-height: 1.07143; } .form-group.form-group-sm { padding-bottom: 3px; margin: 21px 0 0 0; } .form-group.form-group-sm .form-control { margin-bottom: 3px; } .form-group.form-group-sm .form-control::-moz-placeholder { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm .form-control:-ms-input-placeholder { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm .form-control::-webkit-input-placeholder { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm .checkbox label, .form-group.form-group-sm .radio label, .form-group.form-group-sm label { font-size: 11px; line-height: 1.5; color: #AAAAAA; font-weight: 400; } .form-group.form-group-sm label.control-label { font-size: 9px; line-height: 1.125; color: #AAAAAA; font-weight: 400; margin: 16px 0 0 0; } .form-group.form-group-sm .help-block { margin-top: 0; font-size: 9px; } .form-group.form-group-sm.label-floating label.control-label, .form-group.form-group-sm.label-placeholder label.control-label { top: -11px; font-size: 11px; line-height: 1.5; } .form-group.form-group-sm.label-static label.control-label, .form-group.form-group-sm.label-floating.is-focused label.control-label, .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label { top: -25px; left: 0; font-size: 9px; line-height: 1.125; } .form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label { top: -25px; left: 0; font-size: 9px; line-height: 1.125; } .form-group.form-group-lg { padding-bottom: 9px; margin: 30px 0 0 0; } .form-group.form-group-lg .form-control { margin-bottom: 9px; } .form-group.form-group-lg .form-control::-moz-placeholder { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg .form-control:-ms-input-placeholder { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg .form-control::-webkit-input-placeholder { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg .checkbox label, .form-group.form-group-lg .radio label, .form-group.form-group-lg label { font-size: 18px; line-height: 1.33333; color: #AAAAAA; font-weight: 400; } .form-group.form-group-lg label.control-label { font-size: 14px; line-height: 1.0; color: #AAAAAA; font-weight: 400; margin: 16px 0 0 0; } .form-group.form-group-lg .help-block { margin-top: 0; font-size: 14px; } .form-group.form-group-lg.label-floating label.control-label, .form-group.form-group-lg.label-placeholder label.control-label { top: -5px; font-size: 18px; line-height: 1.33333; } .form-group.form-group-lg.label-static label.control-label, .form-group.form-group-lg.label-floating.is-focused label.control-label, .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label { top: -32px; left: 0; font-size: 14px; line-height: 1.0; } .form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label { top: -32px; left: 0; font-size: 14px; line-height: 1.0; } select.form-control { border: 0; box-shadow: none; border-radius: 0; } .form-group.is-focused select.form-control { box-shadow: none; border-color: #D2D2D2; } select.form-control[multiple], .form-group.is-focused select.form-control[multiple] { height: 185px; }
0.462959
0.06357
body { display: flex; justify-content: center; align-items: center; z-index: 0; flex-wrap: wrap; } /* Awesome shop starts https://dribbble.com/shots/4120267-Shop */ .img-1 { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; } .img-1 .container-2 { position: relative; width: 800px; height: 600px; z-index: 2; } .img-1 .base-line { height: 1px; width: 500px; background: black; top: 440px; left: 160px; position: absolute; z-index: 3; } .img-1 .shop { position: absolute; display: inline-block; left: 215px; top: 230px; width: 390px; height: 210px; background-color: #ffd1d1; border: 1px solid black; border-bottom: 0; z-index: 3; } .img-1 .shop-top { width: 410px; height: 20px; background-color: #f5abab; display: inline-block; border-radius: 4px; position: absolute; top: 209px; left: 205px; border: 1px solid black; z-index: 3; } .img-1 .shop-top-shadow { position: absolute; top: 231px; left: 216px; background: #deb6b6; height: 6px; width: 390px; z-index: 4; } .img-1 .door { position: absolute; top: 309px; left: 370px; height: 130px; width: 80px; background: #f0faff; border-radius: 1px; z-index: 4; border: 1px solid black; display: inline-block; } .img-1 .door-handle { position: absolute; top: 48px; left: 64px; height: 36px; width: 1px; background: black; border-radius: 1px; z-index: 5; } .img-1 .window { position: absolute; top: 309px; height: 85px; width: 90px; background: #f0faff; border-radius: 1px; z-index: 5; border: 1px solid black; display: inline-block; } .img-1 .window-1 { left: 250px; } .img-1 .window-2 { left: 485px; } .img-1 .window-shadow { position: absolute; width: 110px; height: 10px; background: #ffa4a4; z-index: 6; border: 1px solid black; display: inline-block; border-radius: 4px; top: 395px; } .img-1 .shadow-1 { left: 239px; } .img-1 .shadow-2 { left: 474px; } .img-1 .shop-raise { width: 100px; height: 16px; background: #fffef7; position: absolute; border: 1px solid black; display: inline-block; top: 192px; left: 358px; } .img-1 .shop-raise-top { position: absolute; height: 40px; width: 140px; top: 151px; left: 339px; background: #ffd1d1; border: 1px solid black; border-radius: 4px; display: inline-block; } .img-1 .window-handle { position: absolute; width: 60px; height: 1px; top: 326px; background: black; z-index: 8; } .img-1 .handle-1 { left: 265px; } .img-1 .handle-2 { left: 501px; } @media only screen and (max-width: 660px) { body { transform: scale(0.7); } }
Awesome Shop/styles.css
body { display: flex; justify-content: center; align-items: center; z-index: 0; flex-wrap: wrap; } /* Awesome shop starts https://dribbble.com/shots/4120267-Shop */ .img-1 { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; } .img-1 .container-2 { position: relative; width: 800px; height: 600px; z-index: 2; } .img-1 .base-line { height: 1px; width: 500px; background: black; top: 440px; left: 160px; position: absolute; z-index: 3; } .img-1 .shop { position: absolute; display: inline-block; left: 215px; top: 230px; width: 390px; height: 210px; background-color: #ffd1d1; border: 1px solid black; border-bottom: 0; z-index: 3; } .img-1 .shop-top { width: 410px; height: 20px; background-color: #f5abab; display: inline-block; border-radius: 4px; position: absolute; top: 209px; left: 205px; border: 1px solid black; z-index: 3; } .img-1 .shop-top-shadow { position: absolute; top: 231px; left: 216px; background: #deb6b6; height: 6px; width: 390px; z-index: 4; } .img-1 .door { position: absolute; top: 309px; left: 370px; height: 130px; width: 80px; background: #f0faff; border-radius: 1px; z-index: 4; border: 1px solid black; display: inline-block; } .img-1 .door-handle { position: absolute; top: 48px; left: 64px; height: 36px; width: 1px; background: black; border-radius: 1px; z-index: 5; } .img-1 .window { position: absolute; top: 309px; height: 85px; width: 90px; background: #f0faff; border-radius: 1px; z-index: 5; border: 1px solid black; display: inline-block; } .img-1 .window-1 { left: 250px; } .img-1 .window-2 { left: 485px; } .img-1 .window-shadow { position: absolute; width: 110px; height: 10px; background: #ffa4a4; z-index: 6; border: 1px solid black; display: inline-block; border-radius: 4px; top: 395px; } .img-1 .shadow-1 { left: 239px; } .img-1 .shadow-2 { left: 474px; } .img-1 .shop-raise { width: 100px; height: 16px; background: #fffef7; position: absolute; border: 1px solid black; display: inline-block; top: 192px; left: 358px; } .img-1 .shop-raise-top { position: absolute; height: 40px; width: 140px; top: 151px; left: 339px; background: #ffd1d1; border: 1px solid black; border-radius: 4px; display: inline-block; } .img-1 .window-handle { position: absolute; width: 60px; height: 1px; top: 326px; background: black; z-index: 8; } .img-1 .handle-1 { left: 265px; } .img-1 .handle-2 { left: 501px; } @media only screen and (max-width: 660px) { body { transform: scale(0.7); } }
0.677154
0.073364
::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls-enclosure { display:none !important; } .video{ width: 100%; } .c-video{ width: 100%; max-width: 800px; position: relative; overflow: hidden; } .c-video:hover .controls{ transform: translateY(0); } .controlsJS{ transform: translateY(0) !important; } .controls{ display: flex; position: absolute; bottom: 0; width: 100%; flex-wrap: wrap; background: rgba(0, 0, 0, 0.7); transform: translateY(100%) translateY(-5px); transition: all 0.2s; z-index: 2147483650; } .buttons{ display: inline-flex; padding: 5px; width: 100%; } .buttons button{ background: none; border: 0; outline: 0; cursor: pointer; } .buttons button:before{ font-family: "Lucida Sans Unicode", "Arial Unicode MS"; width: 30px; height: 30px; display: inline-block; color: #fff; -webkit-font-smoothing: antialised; } #vol-icon:before{ color: white; } .orange-bar{ height: 10px; top: 0; left: 0; width: 100%; background: #000; } .orange-juice{ height: 10px; width: 0; background-color: orangered; } .volcom{ display: inline-block; } .volume-controls{ display: flex; } .playback{ color: white; width: 100%; text-align: right; display: inline-block; } .playback-display{ border: 1px solid white; } .back, .ago{ font-size: 32px; cursor: pointer; } .playbtn{ display: flex; } .hover-common:hover{ transition: linear 0.2s; -webkit-transition: linear 0.2s; background: rgba(0, 0, 0, 0.7); } .duration{ position: relative; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; } .duration-holder{ margin-left: 1%; } .ago{ transform: rotateY(180deg); } .change { height: 3px; background-color: orangered; margin-top: 5%; float: left; width: 100%; overflow: visible; } .vhold { width: 0; display: flex; visibility: hidden; vertical-align: middle; position: relative; float: left; top: 48%; left: 42%; height: 10%; transition: 0.2s linear 3s; transform: translate(-50%, -50%); } .volume-controls:hover .vhold{ width: 80px; visibility: visible; transition: 0.2s linear 0s; } .pl{ height: 10px; width: 10px; border: 1px solid orangered; background-color: orangered; border-radius: 50%; right: 2%; float: left; position: relative; } .pl::before{ background-color: orangered; } .fscreen{ color: white; border: 1px solid white !important; }
css/style.css
::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls-enclosure { display:none !important; } .video{ width: 100%; } .c-video{ width: 100%; max-width: 800px; position: relative; overflow: hidden; } .c-video:hover .controls{ transform: translateY(0); } .controlsJS{ transform: translateY(0) !important; } .controls{ display: flex; position: absolute; bottom: 0; width: 100%; flex-wrap: wrap; background: rgba(0, 0, 0, 0.7); transform: translateY(100%) translateY(-5px); transition: all 0.2s; z-index: 2147483650; } .buttons{ display: inline-flex; padding: 5px; width: 100%; } .buttons button{ background: none; border: 0; outline: 0; cursor: pointer; } .buttons button:before{ font-family: "Lucida Sans Unicode", "Arial Unicode MS"; width: 30px; height: 30px; display: inline-block; color: #fff; -webkit-font-smoothing: antialised; } #vol-icon:before{ color: white; } .orange-bar{ height: 10px; top: 0; left: 0; width: 100%; background: #000; } .orange-juice{ height: 10px; width: 0; background-color: orangered; } .volcom{ display: inline-block; } .volume-controls{ display: flex; } .playback{ color: white; width: 100%; text-align: right; display: inline-block; } .playback-display{ border: 1px solid white; } .back, .ago{ font-size: 32px; cursor: pointer; } .playbtn{ display: flex; } .hover-common:hover{ transition: linear 0.2s; -webkit-transition: linear 0.2s; background: rgba(0, 0, 0, 0.7); } .duration{ position: relative; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; } .duration-holder{ margin-left: 1%; } .ago{ transform: rotateY(180deg); } .change { height: 3px; background-color: orangered; margin-top: 5%; float: left; width: 100%; overflow: visible; } .vhold { width: 0; display: flex; visibility: hidden; vertical-align: middle; position: relative; float: left; top: 48%; left: 42%; height: 10%; transition: 0.2s linear 3s; transform: translate(-50%, -50%); } .volume-controls:hover .vhold{ width: 80px; visibility: visible; transition: 0.2s linear 0s; } .pl{ height: 10px; width: 10px; border: 1px solid orangered; background-color: orangered; border-radius: 50%; right: 2%; float: left; position: relative; } .pl::before{ background-color: orangered; } .fscreen{ color: white; border: 1px solid white !important; }
0.435181
0.074299
top: 0; bottom: 0; right: 0; left: 0; z-index: 9 } #xLoader .audio-wave { position: relative; left: 50%; top: 50% } #xLoader .audio-wave span { display: block; bottom: 0; width: 9px; height: 5px; background: #9b59b6; position: absolute; -webkit-animation: xLoaderAudioWave 1.5s infinite ease-in-out; -moz-animation: xLoaderAudioWave 1.5s infinite ease-in-out; -ms-animation: xLoaderAudioWave 1.5s infinite ease-in-out; -o-animation: xLoaderAudioWave 1.5s infinite ease-in-out; animation: xLoaderAudioWave 1.5s infinite ease-in-out } #xLoader .audio-wave span:nth-child(2) { left: 11px; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -ms-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s } #xLoader .audio-wave span:nth-child(3) { left: 22px; -webkit-animation-delay: .4s; -moz-animation-delay: .4s; -ms-animation-delay: .4s; -o-animation-delay: .4s; animation-delay: .4s } #xLoader .audio-wave span:nth-child(4) { left: 33px; -webkit-animation-delay: .6s; -moz-animation-delay: .6s; -ms-animation-delay: .6s; -o-animation-delay: .6s; animation-delay: .6s } #xLoader .audio-wave span:nth-child(5) { left: 44px; -webkit-animation-delay: .8s; -moz-animation-delay: .8s; -ms-animation-delay: .8s; -o-animation-delay: .8s; animation-delay: .8s } @-webkit-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @-moz-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @-ms-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @-o-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } #xLoader .circular-square { position: relative; left: 50%; top: 50%; margin-top: -20px; margin-left: -20px; width: 40px; height: 40px } #xLoader .circular-square span { display: block; bottom: 0; width: 20px; height: 20px; background: #9b59b6; position: absolute } #xLoader .circular-square span:nth-child(1) { -webkit-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; animation: xLoaderCircularSquare1 1.5s infinite ease-in-out } #xLoader .circular-square span:nth-child(2) { left: 20px; -webkit-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; animation: xLoaderCircularSquare2 1.5s infinite ease-in-out } #xLoader .circular-square span:nth-child(3) { top: 0; -webkit-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; animation: xLoaderCircularSquare3 1.5s infinite ease-in-out } #xLoader .circular-square span:nth-child(4) { top: 0; left: 20px; -webkit-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; animation: xLoaderCircularSquare4 1.5s infinite ease-in-out } @-webkit-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-webkit-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-webkit-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-webkit-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } #xLoader .crossing-shapes { position: relative; top: 50%; left: 50% } #xLoader .crossing-shapes:before { width: 20px; height: 20px; border-radius: 20px; background: blue; content: ''; position: absolute; background: #9b59b6; -webkit-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; -moz-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; -ms-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; -o-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out } #xLoader .crossing-shapes:after { width: 20px; height: 20px; border-radius: 20px; background: blue; content: ''; position: absolute; background: #2ecc71; left: 22px; -webkit-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; -moz-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; -ms-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; -o-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out } @-webkit-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-moz-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-ms-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-o-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-webkit-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @-moz-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @-ms-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @-o-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } #xLoader .glistening-window { position: relative; width: 42px; height: 42px; top: 50%; left: 50%; -webkit-animation: xLoaderGlisteningWindow 5s infinite linear; -moz-animation: xLoaderGlisteningWindow 5s infinite linear; -ms-animation: xLoaderGlisteningWindow 5s infinite linear; -o-animation: xLoaderGlisteningWindow 5s infinite linear; animation: xLoaderGlisteningWindow 5s infinite linear } #xLoader .glistening-window span { width: 20px; height: 20px; position: absolute; background: red; display: block; -webkit-animation: xLoaderGlisteningWindowSpan 1s infinite linear; -moz-animation: xLoaderGlisteningWindowSpan 1s infinite linear; -ms-animation: xLoaderGlisteningWindowSpan 1s infinite linear; -o-animation: xLoaderGlisteningWindowSpan 1s infinite linear; animation: xLoaderGlisteningWindowSpan 1s infinite linear } #xLoader .glistening-window span:nth-child(1) { background: #2ecc71 } #xLoader .glistening-window span:nth-child(2) { left: 22px; background: #9b59b6; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -ms-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s } #xLoader .glistening-window span:nth-child(3) { top: 22px; background: #3498db; -webkit-animation-delay: .4s; -moz-animation-delay: .4s; -ms-animation-delay: .4s; -o-animation-delay: .4s; animation-delay: .4s } #xLoader .glistening-window span:nth-child(4) { top: 22px; left: 22px; background: #f1c40f; -webkit-animation-delay: .6s; -moz-animation-delay: .6s; -ms-animation-delay: .6s; -o-animation-delay: .6s; animation-delay: .6s } @-webkit-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-moz-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-ms-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-o-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-webkit-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @-moz-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @-ms-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @-o-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } #xLoader .google-spin-wrapper { top: 0; left: 0; width: 100%; height: 100%; z-index: 1000 } #xLoader .google-spin-wrapper .google-spin { display: block; position: relative; left: 50%; top: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; -webkit-animation: xLoaderGoogleSpin 2s linear infinite; -moz-animation: xLoaderGoogleSpin 2s linear infinite; -ms-animation: xLoaderGoogleSpin 2s linear infinite; -o-animation: xLoaderGoogleSpin 2s linear infinite; animation: xLoaderGoogleSpin 2s linear infinite } #xLoader .google-spin-wrapper .google-spin:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #e74c3c; -webkit-animation: xLoaderGoogleSpin 3s linear infinite; -moz-animation: xLoaderGoogleSpin 3s linear infinite; -ms-animation: xLoaderGoogleSpin 3s linear infinite; -o-animation: xLoaderGoogleSpin 3s linear infinite; animation: xLoaderGoogleSpin 3s linear infinite } #xLoader .google-spin-wrapper .google-spin:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #f9c922; -webkit-animation: xLoaderGoogleSpin 2s linear infinite; -moz-animation: xLoaderGoogleSpin 2s linear infinite; -ms-animation: xLoaderGoogleSpin 2s linear infinite; -o-animation: xLoaderGoogleSpin 2s linear infinite; animation: xLoaderGoogleSpin 2s linear infinite } @-webkit-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-moz-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-ms-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-o-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } #xLoader .spinning-disc { position: relative; width: 30px; height: 30px; left: 50%; top: 50%; background: #3498db; border-radius: 50px; -webkit-animation: xLoaderSpinningDisc 1.5s infinite linear; -moz-animation: xLoaderSpinningDisc 1.5s infinite linear; -ms-animation: xLoaderSpinningDisc 1.5s infinite linear; -o-animation: xLoaderSpinningDisc 1.5s infinite linear; animation: xLoaderSpinningDisc 1.5s infinite linear } #xLoader .spinning-disc:after { position: absolute; width: 50px; height: 50px; border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6; border-left: 10px solid transparent; border-right: 10px solid transparent; border-radius: 50px; content: ''; top: -20px; left: -20px; -webkit-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; -moz-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; -ms-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; -o-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; animation: xLoaderSpinningDiscAfter 1.5s infinite linear } @-webkit-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-moz-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-ms-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-o-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-webkit-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @-moz-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @-ms-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @-o-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } #xLoader .the-snake { position: relative; top: 50%; left: 50% } #xLoader .the-snake span { position: absolute; width: 20px; height: 20px; background: #3498db; opacity: .5; border-radius: 20px; -webkit-animation: xLoaderTheSnake 1s infinite ease-in-out; -moz-animation: xLoaderTheSnake 1s infinite ease-in-out; -ms-animation: xLoaderTheSnake 1s infinite ease-in-out; -o-animation: xLoaderTheSnake 1s infinite ease-in-out; animation: xLoaderTheSnake 1s infinite ease-in-out } #xLoader .the-snake span:nth-child(2) { left: 20px; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -ms-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s } #xLoader .the-snake span:nth-child(3) { left: 40px; -webkit-animation-delay: .4s; -moz-animation-delay: .4s; -ms-animation-delay: .4s; -o-animation-delay: .4s; animation-delay: .4s } #xLoader .the-snake span:nth-child(4) { left: 60px; -webkit-animation-delay: .6s; -moz-animation-delay: .6s; -ms-animation-delay: .6s; -o-animation-delay: .6s; animation-delay: .6s } #xLoader .the-snake span:nth-child(5) { left: 80px; -webkit-animation-delay: .8s; -moz-animation-delay: .8s; -ms-animation-delay: .8s; -o-animation-delay: .8s; animation-delay: .8s } @-webkit-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @-moz-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @-ms-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @-o-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } }
client/stylesheets/xloader.css
top: 0; bottom: 0; right: 0; left: 0; z-index: 9 } #xLoader .audio-wave { position: relative; left: 50%; top: 50% } #xLoader .audio-wave span { display: block; bottom: 0; width: 9px; height: 5px; background: #9b59b6; position: absolute; -webkit-animation: xLoaderAudioWave 1.5s infinite ease-in-out; -moz-animation: xLoaderAudioWave 1.5s infinite ease-in-out; -ms-animation: xLoaderAudioWave 1.5s infinite ease-in-out; -o-animation: xLoaderAudioWave 1.5s infinite ease-in-out; animation: xLoaderAudioWave 1.5s infinite ease-in-out } #xLoader .audio-wave span:nth-child(2) { left: 11px; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -ms-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s } #xLoader .audio-wave span:nth-child(3) { left: 22px; -webkit-animation-delay: .4s; -moz-animation-delay: .4s; -ms-animation-delay: .4s; -o-animation-delay: .4s; animation-delay: .4s } #xLoader .audio-wave span:nth-child(4) { left: 33px; -webkit-animation-delay: .6s; -moz-animation-delay: .6s; -ms-animation-delay: .6s; -o-animation-delay: .6s; animation-delay: .6s } #xLoader .audio-wave span:nth-child(5) { left: 44px; -webkit-animation-delay: .8s; -moz-animation-delay: .8s; -ms-animation-delay: .8s; -o-animation-delay: .8s; animation-delay: .8s } @-webkit-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @-moz-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @-ms-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @-o-keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } @keyframes xLoaderAudioWave { 0% { height: 5px; transform: translateY(0); background: #9b59b6 } 25% { height: 30px; transform: translateY(15px); background: #3498db } 50% { height: 5px; transform: translateY(0); background: #9b59b6 } 100% { height: 5px; transform: translateY(0); background: #9b59b6 } } #xLoader .circular-square { position: relative; left: 50%; top: 50%; margin-top: -20px; margin-left: -20px; width: 40px; height: 40px } #xLoader .circular-square span { display: block; bottom: 0; width: 20px; height: 20px; background: #9b59b6; position: absolute } #xLoader .circular-square span:nth-child(1) { -webkit-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare1 1.5s infinite ease-in-out; animation: xLoaderCircularSquare1 1.5s infinite ease-in-out } #xLoader .circular-square span:nth-child(2) { left: 20px; -webkit-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare2 1.5s infinite ease-in-out; animation: xLoaderCircularSquare2 1.5s infinite ease-in-out } #xLoader .circular-square span:nth-child(3) { top: 0; -webkit-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare3 1.5s infinite ease-in-out; animation: xLoaderCircularSquare3 1.5s infinite ease-in-out } #xLoader .circular-square span:nth-child(4) { top: 0; left: 20px; -webkit-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; -moz-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; -ms-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; -o-animation: xLoaderCircularSquare4 1.5s infinite ease-in-out; animation: xLoaderCircularSquare4 1.5s infinite ease-in-out } @-webkit-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare1 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-webkit-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare2 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-webkit-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare3 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71 } 80% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(-360deg); border-radius: 0 } } @-webkit-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-moz-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-ms-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @-o-keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } @keyframes xLoaderCircularSquare4 { 0% { -transform: translateX(0) translateY(0) rotate(0deg); border-radius: 0 } 50% { -transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c } 80% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } 100% { -transform: translateX(0) translateY(0) rotate(360deg); border-radius: 0 } } #xLoader .crossing-shapes { position: relative; top: 50%; left: 50% } #xLoader .crossing-shapes:before { width: 20px; height: 20px; border-radius: 20px; background: blue; content: ''; position: absolute; background: #9b59b6; -webkit-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; -moz-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; -ms-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; -o-animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out; animation: xLoaderCrossingShapesBefore 1.5s infinite ease-in-out } #xLoader .crossing-shapes:after { width: 20px; height: 20px; border-radius: 20px; background: blue; content: ''; position: absolute; background: #2ecc71; left: 22px; -webkit-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; -moz-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; -ms-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; -o-animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out; animation: xLoaderCrossingShapesAfter 1.5s infinite ease-in-out } @-webkit-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-moz-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-ms-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-o-keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @keyframes xLoaderCrossingShapesBefore { 0% { transform: translateX(0) rotate(0deg) } 50% { transform: translateX(50px) scale(1.2) rotate(260deg); background: #2ecc71; border-radius: 0 } 100% { transform: translateX(0) rotate(0deg) } } @-webkit-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @-moz-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @-ms-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @-o-keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } @keyframes xLoaderCrossingShapesAfter { 0% { transform: translateX(0) } 50% { transform: translateX(-50px) scale(1.2) rotate(-260deg); background: #9b59b6; border-radius: 0 } 100% { transform: translateX(0) } } #xLoader .glistening-window { position: relative; width: 42px; height: 42px; top: 50%; left: 50%; -webkit-animation: xLoaderGlisteningWindow 5s infinite linear; -moz-animation: xLoaderGlisteningWindow 5s infinite linear; -ms-animation: xLoaderGlisteningWindow 5s infinite linear; -o-animation: xLoaderGlisteningWindow 5s infinite linear; animation: xLoaderGlisteningWindow 5s infinite linear } #xLoader .glistening-window span { width: 20px; height: 20px; position: absolute; background: red; display: block; -webkit-animation: xLoaderGlisteningWindowSpan 1s infinite linear; -moz-animation: xLoaderGlisteningWindowSpan 1s infinite linear; -ms-animation: xLoaderGlisteningWindowSpan 1s infinite linear; -o-animation: xLoaderGlisteningWindowSpan 1s infinite linear; animation: xLoaderGlisteningWindowSpan 1s infinite linear } #xLoader .glistening-window span:nth-child(1) { background: #2ecc71 } #xLoader .glistening-window span:nth-child(2) { left: 22px; background: #9b59b6; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -ms-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s } #xLoader .glistening-window span:nth-child(3) { top: 22px; background: #3498db; -webkit-animation-delay: .4s; -moz-animation-delay: .4s; -ms-animation-delay: .4s; -o-animation-delay: .4s; animation-delay: .4s } #xLoader .glistening-window span:nth-child(4) { top: 22px; left: 22px; background: #f1c40f; -webkit-animation-delay: .6s; -moz-animation-delay: .6s; -ms-animation-delay: .6s; -o-animation-delay: .6s; animation-delay: .6s } @-webkit-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-moz-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-ms-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-o-keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @keyframes xLoaderGlisteningWindow { from { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(360deg) } } @-webkit-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @-moz-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @-ms-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @-o-keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } @keyframes xLoaderGlisteningWindowSpan { 0% { transform: scale(1) } 50% { transform: scale(.5) } 100% { transform: scale(1) } } #xLoader .google-spin-wrapper { top: 0; left: 0; width: 100%; height: 100%; z-index: 1000 } #xLoader .google-spin-wrapper .google-spin { display: block; position: relative; left: 50%; top: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; -webkit-animation: xLoaderGoogleSpin 2s linear infinite; -moz-animation: xLoaderGoogleSpin 2s linear infinite; -ms-animation: xLoaderGoogleSpin 2s linear infinite; -o-animation: xLoaderGoogleSpin 2s linear infinite; animation: xLoaderGoogleSpin 2s linear infinite } #xLoader .google-spin-wrapper .google-spin:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #e74c3c; -webkit-animation: xLoaderGoogleSpin 3s linear infinite; -moz-animation: xLoaderGoogleSpin 3s linear infinite; -ms-animation: xLoaderGoogleSpin 3s linear infinite; -o-animation: xLoaderGoogleSpin 3s linear infinite; animation: xLoaderGoogleSpin 3s linear infinite } #xLoader .google-spin-wrapper .google-spin:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #f9c922; -webkit-animation: xLoaderGoogleSpin 2s linear infinite; -moz-animation: xLoaderGoogleSpin 2s linear infinite; -ms-animation: xLoaderGoogleSpin 2s linear infinite; -o-animation: xLoaderGoogleSpin 2s linear infinite; animation: xLoaderGoogleSpin 2s linear infinite } @-webkit-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-moz-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-ms-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-o-keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @keyframes xLoaderGoogleSpin { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } #xLoader .spinning-disc { position: relative; width: 30px; height: 30px; left: 50%; top: 50%; background: #3498db; border-radius: 50px; -webkit-animation: xLoaderSpinningDisc 1.5s infinite linear; -moz-animation: xLoaderSpinningDisc 1.5s infinite linear; -ms-animation: xLoaderSpinningDisc 1.5s infinite linear; -o-animation: xLoaderSpinningDisc 1.5s infinite linear; animation: xLoaderSpinningDisc 1.5s infinite linear } #xLoader .spinning-disc:after { position: absolute; width: 50px; height: 50px; border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6; border-left: 10px solid transparent; border-right: 10px solid transparent; border-radius: 50px; content: ''; top: -20px; left: -20px; -webkit-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; -moz-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; -ms-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; -o-animation: xLoaderSpinningDiscAfter 1.5s infinite linear; animation: xLoaderSpinningDiscAfter 1.5s infinite linear } @-webkit-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-moz-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-ms-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-o-keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @keyframes xLoaderSpinningDisc { 0% { transform: rotate(0deg) } 50% { transform: rotate(180deg); background: #2ecc71 } 100% { transform: rotate(360deg) } } @-webkit-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @-moz-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @-ms-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @-o-keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } @keyframes xLoaderSpinningDiscAfter { 0% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } 50% { border-top: 10px solid #3498db; border-bottom: 10px solid #3498db } 100% { border-top: 10px solid #9b59b6; border-bottom: 10px solid #9b59b6 } } #xLoader .the-snake { position: relative; top: 50%; left: 50% } #xLoader .the-snake span { position: absolute; width: 20px; height: 20px; background: #3498db; opacity: .5; border-radius: 20px; -webkit-animation: xLoaderTheSnake 1s infinite ease-in-out; -moz-animation: xLoaderTheSnake 1s infinite ease-in-out; -ms-animation: xLoaderTheSnake 1s infinite ease-in-out; -o-animation: xLoaderTheSnake 1s infinite ease-in-out; animation: xLoaderTheSnake 1s infinite ease-in-out } #xLoader .the-snake span:nth-child(2) { left: 20px; -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -ms-animation-delay: .2s; -o-animation-delay: .2s; animation-delay: .2s } #xLoader .the-snake span:nth-child(3) { left: 40px; -webkit-animation-delay: .4s; -moz-animation-delay: .4s; -ms-animation-delay: .4s; -o-animation-delay: .4s; animation-delay: .4s } #xLoader .the-snake span:nth-child(4) { left: 60px; -webkit-animation-delay: .6s; -moz-animation-delay: .6s; -ms-animation-delay: .6s; -o-animation-delay: .6s; animation-delay: .6s } #xLoader .the-snake span:nth-child(5) { left: 80px; -webkit-animation-delay: .8s; -moz-animation-delay: .8s; -ms-animation-delay: .8s; -o-animation-delay: .8s; animation-delay: .8s } @-webkit-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @-moz-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @-ms-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @-o-keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } } @keyframes xLoaderTheSnake { 0% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } 50% { opacity: 1; transform: translateY(-10px); background: #f1c40f; box-shadow: 0 20px 3px rgba(0, 0, 0, 0.05) } 100% { opacity: .3; transform: translateY(0); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) } }
0.577972
0.121686
* {box-sizing: border-box;} body { /*background: #fcfcfc;*/ background-image: url(../images/4.jpg); font: 12px 'PT Sans', Helvetica, Arial, sans-serif; } a { color: #f06060; text-decoration: none; -moz-transition: 0.1s all ease-in-out; -o-transition: 0.1s all ease-in-out; -webkit-transition: 0.1s all ease-in-out; transition: 0.1s all ease-in-out; } a:hover { color: #fcfcfc; } .colorchange { color: #f35626; background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: hue 60s infinite linear; } @-webkit-keyframes hue { from { -webkit-filter: hue-rotate(0deg); } to { -webkit-filter: hue-rotate(-360deg); } } nav { background: #202020; box-shadow: 0px 1px 5px #5c4b51; display: flex; align-items: center; justify-content: space-between; height: 56px; font: 14px Rokkitt; padding: 20px; position: fixed; top: 0; left: 0; text-transform: uppercase; width: 100%; } #userPLink { position: relative; } nav a, #sideMenu { margin: 0 10px 0 0; text-shadow: 1px 1px 2px #212121; } #userMenuToggle { position: absolute; right: 0; } ul#userMenu { background: #202020; list-style: none; position: absolute; top: 40px; left: 0; padding: 0; } #userMenu li { display: block; padding: 5px 10px; text-align: left; width: 150px; } ul#userMenu li a::after { content: attr(title); } #userMenu li a:hover, #sideMenuContainer > a:hover { padding-left: 3px } #scrollingNews { color: #fcfcfc; } #sideMenu { color: #f06060; float: right; z-index: 5; } #sideMenuContainer { background: #202020; height: 100%; padding: 10px; position: fixed; top: 56px; right: -200px; width: 200px; z-index: 4; } #sideMenuContainer h2 { color: #fcfcfc; font: 20px 'PT Sans', Helvetica, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; } #sideMenuContainer > a { display: block; padding: 15px 10px; } #sideMenuContainer > a::after { content: attr(title); font: 20px 'PT Sans', Helvetica, Arial, sans-serif; padding-left: 10px; text-transform: uppercase; } #logo { display: block; font: 700 48px Helvetica, Arial, sans-serif; letter-spacing: 10px; margin: 0 auto; text-align: center; text-transform: uppercase; position: relative; top: 100px; left: 0; } #logo span { display: block; font-size: 12px; letter-spacing: 7.5px; } #sourceCode { position: absolute; top: 50%; margin: 0 auto; }
SpiderMan/server/web/templates/static/css/index_style.css
* {box-sizing: border-box;} body { /*background: #fcfcfc;*/ background-image: url(../images/4.jpg); font: 12px 'PT Sans', Helvetica, Arial, sans-serif; } a { color: #f06060; text-decoration: none; -moz-transition: 0.1s all ease-in-out; -o-transition: 0.1s all ease-in-out; -webkit-transition: 0.1s all ease-in-out; transition: 0.1s all ease-in-out; } a:hover { color: #fcfcfc; } .colorchange { color: #f35626; background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-animation: hue 60s infinite linear; } @-webkit-keyframes hue { from { -webkit-filter: hue-rotate(0deg); } to { -webkit-filter: hue-rotate(-360deg); } } nav { background: #202020; box-shadow: 0px 1px 5px #5c4b51; display: flex; align-items: center; justify-content: space-between; height: 56px; font: 14px Rokkitt; padding: 20px; position: fixed; top: 0; left: 0; text-transform: uppercase; width: 100%; } #userPLink { position: relative; } nav a, #sideMenu { margin: 0 10px 0 0; text-shadow: 1px 1px 2px #212121; } #userMenuToggle { position: absolute; right: 0; } ul#userMenu { background: #202020; list-style: none; position: absolute; top: 40px; left: 0; padding: 0; } #userMenu li { display: block; padding: 5px 10px; text-align: left; width: 150px; } ul#userMenu li a::after { content: attr(title); } #userMenu li a:hover, #sideMenuContainer > a:hover { padding-left: 3px } #scrollingNews { color: #fcfcfc; } #sideMenu { color: #f06060; float: right; z-index: 5; } #sideMenuContainer { background: #202020; height: 100%; padding: 10px; position: fixed; top: 56px; right: -200px; width: 200px; z-index: 4; } #sideMenuContainer h2 { color: #fcfcfc; font: 20px 'PT Sans', Helvetica, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; } #sideMenuContainer > a { display: block; padding: 15px 10px; } #sideMenuContainer > a::after { content: attr(title); font: 20px 'PT Sans', Helvetica, Arial, sans-serif; padding-left: 10px; text-transform: uppercase; } #logo { display: block; font: 700 48px Helvetica, Arial, sans-serif; letter-spacing: 10px; margin: 0 auto; text-align: center; text-transform: uppercase; position: relative; top: 100px; left: 0; } #logo span { display: block; font-size: 12px; letter-spacing: 7.5px; } #sourceCode { position: absolute; top: 50%; margin: 0 auto; }
0.327023
0.107672
.box-gallery, .box-gallery div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; user-select: none; } .box-gallery .box-panel { z-index: 0; -webkit-perspective: 1200px; perspective: 1200px; } .box-gallery, .box-gallery .bg-tile, .box-gallery .bg-img { overflow: hidden; } .box-gallery .bg-tile { width: 50%; height: 50%; } .box-gallery img { position: absolute; top: 0; left: 0; } .box-gallery .bg-img { background: #999; } .box-gallery .bg-img img { display: block; height: 200%; } .box-gallery .bg-tile:nth-child(2), .box-gallery .bg-tile:nth-child(4) { left: 50%; } .box-gallery .bg-tile:nth-child(3), .box-gallery .bg-tile:nth-child(4) { top: 50%; } .box-gallery .bg-tile:nth-child(2) .bg-img img, .box-gallery .bg-tile:nth-child(4) .bg-img img { left: -100%; } .box-gallery .bg-tile:nth-child(3) .bg-img img, .box-gallery .bg-tile:nth-child(4) .bg-img img { top: -100%; } @media screen and (min-aspect-ratio: 1546/1067) { .box-gallery .bg-img img { width: 200%; height: auto; } } .box-gallery .box-panel.current { z-index: 2; } .box-gallery .box-panel.current .bg-img { -webkit-transition: -webkit-transform 1.1s ease-in-out; transition: transform 1.1s ease-in-out; } .box-gallery .box-panel.active { z-index: 1; } .box-gallery.effect-1 .box-panel.active .bg-tile, .box-gallery.effect-2 .box-panel.active .bg-tile { -webkit-animation: scaleDown 1.1s ease-in-out; animation: scaleDown 1.1s ease-in-out; } @-webkit-keyframes scaleDown { from { -webkit-transform: translate3d(0, 0, 380px); transform: translate3d(0, 0, 380px); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes scaleDown { from { -webkit-transform: translate3d(0, 0, 380px); transform: translate3d(0, 0, 380px); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .box-gallery.effect-2 .box-panel.current .bg-img { -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.7, 0, 0.3, 1); transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1); } .box-gallery.effect-2 .box-panel.current .bg-tile:nth-child(2) .bg-img { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .box-gallery.effect-2 .box-panel.current .bg-tile:nth-child(3) .bg-img { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } .box-gallery.effect-2 .box-panel.current .bg-tile:nth-child(4) .bg-img { -webkit-transition-delay: 0.45s; transition-delay: 0.45s; } .box-gallery.effect-3 .box-panel::after { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); content: ''; transition: opacity 1.1s ease-in-out; } .box-gallery.effect-3 .box-panel.current::after, .box-gallery.effect-3 .box-panel.active::after { opacity: 0; } .box-gallery.effect-3 .box-panel.current::after { transition: none; } .box-gallery.effect-3 .box-panel.current .bg-img { transition: transform 1.1s cubic-bezier(0.7, 0, 0.3, 1); } .box-gallery.effect-3 .box-panel.current .bg-tile:nth-child(2) .bg-img { transition-delay: 0.15s; } .box-gallery.effect-3 .box-panel.current .bg-tile:nth-child(3) .bg-img { transition-delay: 0.3s; } .box-gallery.effect-3 .box-panel.current .bg-tile:nth-child(4) .bg-img { transition-delay: 0.45s; }
src/styles.css
.box-gallery, .box-gallery div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; user-select: none; } .box-gallery .box-panel { z-index: 0; -webkit-perspective: 1200px; perspective: 1200px; } .box-gallery, .box-gallery .bg-tile, .box-gallery .bg-img { overflow: hidden; } .box-gallery .bg-tile { width: 50%; height: 50%; } .box-gallery img { position: absolute; top: 0; left: 0; } .box-gallery .bg-img { background: #999; } .box-gallery .bg-img img { display: block; height: 200%; } .box-gallery .bg-tile:nth-child(2), .box-gallery .bg-tile:nth-child(4) { left: 50%; } .box-gallery .bg-tile:nth-child(3), .box-gallery .bg-tile:nth-child(4) { top: 50%; } .box-gallery .bg-tile:nth-child(2) .bg-img img, .box-gallery .bg-tile:nth-child(4) .bg-img img { left: -100%; } .box-gallery .bg-tile:nth-child(3) .bg-img img, .box-gallery .bg-tile:nth-child(4) .bg-img img { top: -100%; } @media screen and (min-aspect-ratio: 1546/1067) { .box-gallery .bg-img img { width: 200%; height: auto; } } .box-gallery .box-panel.current { z-index: 2; } .box-gallery .box-panel.current .bg-img { -webkit-transition: -webkit-transform 1.1s ease-in-out; transition: transform 1.1s ease-in-out; } .box-gallery .box-panel.active { z-index: 1; } .box-gallery.effect-1 .box-panel.active .bg-tile, .box-gallery.effect-2 .box-panel.active .bg-tile { -webkit-animation: scaleDown 1.1s ease-in-out; animation: scaleDown 1.1s ease-in-out; } @-webkit-keyframes scaleDown { from { -webkit-transform: translate3d(0, 0, 380px); transform: translate3d(0, 0, 380px); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes scaleDown { from { -webkit-transform: translate3d(0, 0, 380px); transform: translate3d(0, 0, 380px); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .box-gallery.effect-2 .box-panel.current .bg-img { -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.7, 0, 0.3, 1); transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1); } .box-gallery.effect-2 .box-panel.current .bg-tile:nth-child(2) .bg-img { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .box-gallery.effect-2 .box-panel.current .bg-tile:nth-child(3) .bg-img { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } .box-gallery.effect-2 .box-panel.current .bg-tile:nth-child(4) .bg-img { -webkit-transition-delay: 0.45s; transition-delay: 0.45s; } .box-gallery.effect-3 .box-panel::after { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); content: ''; transition: opacity 1.1s ease-in-out; } .box-gallery.effect-3 .box-panel.current::after, .box-gallery.effect-3 .box-panel.active::after { opacity: 0; } .box-gallery.effect-3 .box-panel.current::after { transition: none; } .box-gallery.effect-3 .box-panel.current .bg-img { transition: transform 1.1s cubic-bezier(0.7, 0, 0.3, 1); } .box-gallery.effect-3 .box-panel.current .bg-tile:nth-child(2) .bg-img { transition-delay: 0.15s; } .box-gallery.effect-3 .box-panel.current .bg-tile:nth-child(3) .bg-img { transition-delay: 0.3s; } .box-gallery.effect-3 .box-panel.current .bg-tile:nth-child(4) .bg-img { transition-delay: 0.45s; }
0.52829
0.081374
.imagen-svg { position: absolute; justify-content: right; width: 100%; height: 100%; z-index: 1; top: 0; } .login { position: relative; top: 200px; background: #0D1A3A; border-radius: 12px; height: 550px; transition: 1.2s; width: 50%; /* position: absolute; display: flex; justify-content: center; align-items: center; top: 20%; left: calc((100% / 2) - 300px); z-index: 200; text-align: center; transition: 1.2s; width: 500px; */ } .row { align-items: center; justify-content: center; /* text-align: center; */ } .login:hover { transform: scale(1.06) } .login__fondousuario { left: 40%; top: 110px; z-index: 300; position: absolute; background: #FD8368; width: 100px; height: 100px; border-radius: 100%; margin: 0px 0px 450px 0px; align-items: center; justify-content: center; } .login__fondousuario-icono { object-fit: cover; width: 100px; } .login__form { background: #DFE5F3; left: -2.8%; width: 106%; height: 400px; bottom: -150px; border-radius: 12px; } .login__boton-submit { position: absolute; background: #38B1AA; color: white; border: none; border-radius: 50px; height: 3em; width: 50%; /* left: ; */ /* bottom: -13em;*/ margin: 0px 0px 0px 20%; } .login__boton-submit:hover { background: #287c78; } .wrapper { background: #50a3a2; /* background: linear-gradient(top left, #50a3a2 0%, #53e3a6 100%); background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%); */ background: linear-gradient(0deg, rgba(149,173,210,1) 0%, rgba(255,255,255,1) 100%); position: absolute; /* top: 50%; */ left: 0; width: 100%; height: 100%; /* margin-top: -200px; */ overflow: hidden; } .wrapper.form-success .container h1 { transform: translateY(85px); } /* .container { max-width: 600px; margin: 0 auto; padding: 80px 0; height: 400px; text-align: center; } */ /* .container h1 { font-size: 40px; transition-duration: 1s; transition-timing-function: ease-in- put; font-weight: 200; } */ /* form { padding: 20px 0; position: relative; z-index: 2; } */ /* form input { appearance: none; outline: 0; border: 1px solid rgba(255, 255, 255, 0.4); background-color: rgba(255, 255, 255, 0.2); width: 250px; border-radius: 3px; padding: 10px 15px; margin: 0 auto 10px auto; display: block; text-align: center; font-size: 18px; color: white; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; font-weight: 300; } form input:hover { background-color: rgba(255, 255, 255, 0.4); } form input:focus { background-color: white; width: 300px; color: #53e3a6; } form button { appearance: none; outline: 0; background-color: white; border: 0; padding: 10px 15px; color: #53e3a6; border-radius: 3px; width: 250px; cursor: pointer; font-size: 18px; transition-duration: 0.25s; } form button:hover { background-color: #f5f7f9; } */ .bg-bubbles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .bg-bubbles li { position: absolute; border-radius: 50%; list-style: none; display: block; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); bottom: -160px; animation: square 25s infinite; transition-timing-function: linear; } .bg-bubbles li:nth-child(1) { left: 10%; background-color: #e2eafc; } .bg-bubbles li:nth-child(2) { left: 20%; width: 80px; height: 80px; animation-delay: 2s; animation-duration: 5s; background-color: #d7e3fc; } .bg-bubbles li:nth-child(3) { left: 25%; animation-delay: 4s; background-color: #ccdbfd; } .bg-bubbles li:nth-child(4) { left: 40%; width: 60px; height: 60px; animation-duration: 7s; background-color: rgba(255, 255, 255, 0.25); } .bg-bubbles li:nth-child(5) { left: 70%; background-color: #c1d3fe; } .bg-bubbles li:nth-child(6) { left: 80%; width: 120px; height: 120px; animation-delay: 3s; background-color: rgba(255, 255, 255, 0.2); } .bg-bubbles li:nth-child(7) { left: 32%; width: 160px; height: 160px; animation-delay: 2s; background-color: #b6ccfe; } .bg-bubbles li:nth-child(8) { left: 55%; width: 20px; height: 20px; animation-delay: 5s; animation-duration: 10s; background-color: #abc4ff; } .bg-bubbles li:nth-child(9) { left: 25%; width: 10px; height: 10px; animation-delay: 2s; animation-duration: 15s; background-color: rgba(255, 255, 255, 0.3); } .bg-bubbles li:nth-child(10) { left: 90%; width: 160px; height: 160px; animation-delay: 3s; /* background: radial-gradient(circle, rgba(149,173,210,1) 0%, rgba(255,255,255,1) 100%); */ } @keyframes square { 0% { transform: translateY(0); } 100% { transform: translateY(-1100px) rotate(600deg); } } @keyframes square { 0% { transform: translateY(0); } 100% { transform: translateY(-1100px) rotate(600deg); } }
public/css/cssLogin.css
.imagen-svg { position: absolute; justify-content: right; width: 100%; height: 100%; z-index: 1; top: 0; } .login { position: relative; top: 200px; background: #0D1A3A; border-radius: 12px; height: 550px; transition: 1.2s; width: 50%; /* position: absolute; display: flex; justify-content: center; align-items: center; top: 20%; left: calc((100% / 2) - 300px); z-index: 200; text-align: center; transition: 1.2s; width: 500px; */ } .row { align-items: center; justify-content: center; /* text-align: center; */ } .login:hover { transform: scale(1.06) } .login__fondousuario { left: 40%; top: 110px; z-index: 300; position: absolute; background: #FD8368; width: 100px; height: 100px; border-radius: 100%; margin: 0px 0px 450px 0px; align-items: center; justify-content: center; } .login__fondousuario-icono { object-fit: cover; width: 100px; } .login__form { background: #DFE5F3; left: -2.8%; width: 106%; height: 400px; bottom: -150px; border-radius: 12px; } .login__boton-submit { position: absolute; background: #38B1AA; color: white; border: none; border-radius: 50px; height: 3em; width: 50%; /* left: ; */ /* bottom: -13em;*/ margin: 0px 0px 0px 20%; } .login__boton-submit:hover { background: #287c78; } .wrapper { background: #50a3a2; /* background: linear-gradient(top left, #50a3a2 0%, #53e3a6 100%); background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%); */ background: linear-gradient(0deg, rgba(149,173,210,1) 0%, rgba(255,255,255,1) 100%); position: absolute; /* top: 50%; */ left: 0; width: 100%; height: 100%; /* margin-top: -200px; */ overflow: hidden; } .wrapper.form-success .container h1 { transform: translateY(85px); } /* .container { max-width: 600px; margin: 0 auto; padding: 80px 0; height: 400px; text-align: center; } */ /* .container h1 { font-size: 40px; transition-duration: 1s; transition-timing-function: ease-in- put; font-weight: 200; } */ /* form { padding: 20px 0; position: relative; z-index: 2; } */ /* form input { appearance: none; outline: 0; border: 1px solid rgba(255, 255, 255, 0.4); background-color: rgba(255, 255, 255, 0.2); width: 250px; border-radius: 3px; padding: 10px 15px; margin: 0 auto 10px auto; display: block; text-align: center; font-size: 18px; color: white; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; font-weight: 300; } form input:hover { background-color: rgba(255, 255, 255, 0.4); } form input:focus { background-color: white; width: 300px; color: #53e3a6; } form button { appearance: none; outline: 0; background-color: white; border: 0; padding: 10px 15px; color: #53e3a6; border-radius: 3px; width: 250px; cursor: pointer; font-size: 18px; transition-duration: 0.25s; } form button:hover { background-color: #f5f7f9; } */ .bg-bubbles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .bg-bubbles li { position: absolute; border-radius: 50%; list-style: none; display: block; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); bottom: -160px; animation: square 25s infinite; transition-timing-function: linear; } .bg-bubbles li:nth-child(1) { left: 10%; background-color: #e2eafc; } .bg-bubbles li:nth-child(2) { left: 20%; width: 80px; height: 80px; animation-delay: 2s; animation-duration: 5s; background-color: #d7e3fc; } .bg-bubbles li:nth-child(3) { left: 25%; animation-delay: 4s; background-color: #ccdbfd; } .bg-bubbles li:nth-child(4) { left: 40%; width: 60px; height: 60px; animation-duration: 7s; background-color: rgba(255, 255, 255, 0.25); } .bg-bubbles li:nth-child(5) { left: 70%; background-color: #c1d3fe; } .bg-bubbles li:nth-child(6) { left: 80%; width: 120px; height: 120px; animation-delay: 3s; background-color: rgba(255, 255, 255, 0.2); } .bg-bubbles li:nth-child(7) { left: 32%; width: 160px; height: 160px; animation-delay: 2s; background-color: #b6ccfe; } .bg-bubbles li:nth-child(8) { left: 55%; width: 20px; height: 20px; animation-delay: 5s; animation-duration: 10s; background-color: #abc4ff; } .bg-bubbles li:nth-child(9) { left: 25%; width: 10px; height: 10px; animation-delay: 2s; animation-duration: 15s; background-color: rgba(255, 255, 255, 0.3); } .bg-bubbles li:nth-child(10) { left: 90%; width: 160px; height: 160px; animation-delay: 3s; /* background: radial-gradient(circle, rgba(149,173,210,1) 0%, rgba(255,255,255,1) 100%); */ } @keyframes square { 0% { transform: translateY(0); } 100% { transform: translateY(-1100px) rotate(600deg); } } @keyframes square { 0% { transform: translateY(0); } 100% { transform: translateY(-1100px) rotate(600deg); } }
0.442637
0.098296
.ng - table th { text - align: center; - webkit - touch - callout: none; - webkit - user - select: none; - moz - user - select: none; - ms - user - select: none; user - select: none }.ng - table th.sortable { cursor: pointer }.ng - table th.sortable.sort - indicator { padding - right: 18 px; position: relative }.ng - table th.sortable.sort - indicator: after, .ng - table th.sortable.sort - indicator: before { content: "";border - width: 0 4 px 4 px;border - style: solid;border - color: #000 transparent;visibility:visible;right:5px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable .sort-indicator:before{margin-top:2px;border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid # 000 }.ng - table th.sortable.sort - indicator: hover: after, .ng - table th.sortable.sort - indicator: hover: before { opacity: 1;visibility: visible }.ng - table th.sortable.sort - asc, .ng - table th.sortable.sort - desc { background - color: rgba(141, 192, 219, .25); text - shadow: 0 1 px 1 px hsla(0, 0 % , 100 % , .75) }.ng - table th.sortable.sort - asc.sort - indicator: after, .ng - table th.sortable.sort - desc.sort - indicator: after { margin - top: -2 px }.ng - table th.sortable.sort - asc.sort - indicator: before, .ng - table th.sortable.sort - desc.sort - indicator: before { visibility: hidden }.ng - table th.sortable.sort - asc.sort - indicator: after, .ng - table th.sortable.sort - asc.sort - indicator: hover: after, .ng - table th.sortable.sort - desc.sort - indicator: after { visibility: visible;filter: alpha(opacity = 60); - khtml - opacity: .6; - moz - opacity: .6;opacity: .6 }.ng - table th.sortable.sort - desc.sort - indicator: after { border - bottom: none; border - left: 4 px solid transparent; border - right: 4 px solid transparent; border - top: 4 px solid #000;box-shadow:none}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;box-sizing:border-box}.ng-table .ng-table-group-header th{text-align:left}.ng-table .ng-table-group-selector{display:block}.ng-table .ng-table-group-close,.ng-table .ng-table-group-toggle{float:right}.ng-table .ng-table-group-toggle{margin-right:5px}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid # 999 }.ng - table - responsive tr { border - top: 1 px solid #999;border-left:1px solid # 999; border - right: 1 px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:none;border-bottom:1px solid # eee; position: relative; padding - left: 50 % ; white - space: normal; text - align: left }.ng - table - responsive td: before { content: attr(data - title - text) }.ng - table - responsive, .ng - table - responsive tbody, .ng - table - responsive td, .ng - table - responsive th, .ng - table - responsive thead, .ng - table - responsive tr { display: block } }.ng - table - pagination { margin - top: 0 }.filter: after, .filter: before, .ng - table - group - selector: after, .ng - table - group - selector: before { display: table;content: " " }.filter: after, .ng - table - group - selector: after { clear: both }.filter > .filter - cell { float: left;box - sizing: border - box }.filter - horizontal > .filter - cell { padding: 0 2 px }.filter - horizontal > .filter - cell: first - child { padding - left: 0 }.filter - horizontal > .filter - cell.last, .filter - horizontal > .filter - cell: last - child { padding - right: 0 }.s12 { width: 100 % }.s11 { width: 91.66666666666666 % }.s10 { width: 83.33333333333334 % }.s9 { width: 75 % }.s8 { width: 66.66666666666666 % }.s7 { width: 58.333333333333336 % }.s6 { width: 50 % }.s5 { width: 41.66666666666667 % }.s4 { width: 33.33333333333333 % }.s3 { width: 25 % }.s2 { width: 16.666666666666664 % }.s1 { width: 8.333333333333332 % }@ media all and(max - width: 468 px) {.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11, .s12 { width: 100 % }.filter > .filter - cell { padding: 0 } } /*# sourceMappingURL=ng-table.min.css.map*/
view/assets/css/ng-table.min.css
.ng - table th { text - align: center; - webkit - touch - callout: none; - webkit - user - select: none; - moz - user - select: none; - ms - user - select: none; user - select: none }.ng - table th.sortable { cursor: pointer }.ng - table th.sortable.sort - indicator { padding - right: 18 px; position: relative }.ng - table th.sortable.sort - indicator: after, .ng - table th.sortable.sort - indicator: before { content: "";border - width: 0 4 px 4 px;border - style: solid;border - color: #000 transparent;visibility:visible;right:5px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable .sort-indicator:before{margin-top:2px;border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid # 000 }.ng - table th.sortable.sort - indicator: hover: after, .ng - table th.sortable.sort - indicator: hover: before { opacity: 1;visibility: visible }.ng - table th.sortable.sort - asc, .ng - table th.sortable.sort - desc { background - color: rgba(141, 192, 219, .25); text - shadow: 0 1 px 1 px hsla(0, 0 % , 100 % , .75) }.ng - table th.sortable.sort - asc.sort - indicator: after, .ng - table th.sortable.sort - desc.sort - indicator: after { margin - top: -2 px }.ng - table th.sortable.sort - asc.sort - indicator: before, .ng - table th.sortable.sort - desc.sort - indicator: before { visibility: hidden }.ng - table th.sortable.sort - asc.sort - indicator: after, .ng - table th.sortable.sort - asc.sort - indicator: hover: after, .ng - table th.sortable.sort - desc.sort - indicator: after { visibility: visible;filter: alpha(opacity = 60); - khtml - opacity: .6; - moz - opacity: .6;opacity: .6 }.ng - table th.sortable.sort - desc.sort - indicator: after { border - bottom: none; border - left: 4 px solid transparent; border - right: 4 px solid transparent; border - top: 4 px solid #000;box-shadow:none}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;box-sizing:border-box}.ng-table .ng-table-group-header th{text-align:left}.ng-table .ng-table-group-selector{display:block}.ng-table .ng-table-group-close,.ng-table .ng-table-group-toggle{float:right}.ng-table .ng-table-group-toggle{margin-right:5px}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid # 999 }.ng - table - responsive tr { border - top: 1 px solid #999;border-left:1px solid # 999; border - right: 1 px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:none;border-bottom:1px solid # eee; position: relative; padding - left: 50 % ; white - space: normal; text - align: left }.ng - table - responsive td: before { content: attr(data - title - text) }.ng - table - responsive, .ng - table - responsive tbody, .ng - table - responsive td, .ng - table - responsive th, .ng - table - responsive thead, .ng - table - responsive tr { display: block } }.ng - table - pagination { margin - top: 0 }.filter: after, .filter: before, .ng - table - group - selector: after, .ng - table - group - selector: before { display: table;content: " " }.filter: after, .ng - table - group - selector: after { clear: both }.filter > .filter - cell { float: left;box - sizing: border - box }.filter - horizontal > .filter - cell { padding: 0 2 px }.filter - horizontal > .filter - cell: first - child { padding - left: 0 }.filter - horizontal > .filter - cell.last, .filter - horizontal > .filter - cell: last - child { padding - right: 0 }.s12 { width: 100 % }.s11 { width: 91.66666666666666 % }.s10 { width: 83.33333333333334 % }.s9 { width: 75 % }.s8 { width: 66.66666666666666 % }.s7 { width: 58.333333333333336 % }.s6 { width: 50 % }.s5 { width: 41.66666666666667 % }.s4 { width: 33.33333333333333 % }.s3 { width: 25 % }.s2 { width: 16.666666666666664 % }.s1 { width: 8.333333333333332 % }@ media all and(max - width: 468 px) {.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11, .s12 { width: 100 % }.filter > .filter - cell { padding: 0 } } /*# sourceMappingURL=ng-table.min.css.map*/
0.482917
0.082846
body{ margin: 0px; padding: 0px; background-image: url(../assets/backrose.webp); background-repeat: no-repeat; background-size:cover; background-attachment: fixed; /*font*/ font-family: 'Roboto Slab', serif; font-size: 1.2vw; } /*-------------Cabeçalho-----------*/ .header{ border-radius: 2px; background-color: rgba(255, 255, 255, 0.8); width: 92%; height:auto; margin-left: 4%; display: inline-block; } .menu{ color:brown; width: 30%; height: auto; margin-top: 2%; margin-left: 53%; display:inline-block; float:right; position: absolute; /* font */ font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 110%; } .logo{ margin-left:1%; width:7%; height:auto; display: inline-block; float: left; } li{ margin-left:4%; margin-top: 2%; display: inline-block; } .botao_menu{ color:rgb(29, 2, 2); text-align: center; text-decoration: none; } .botao_menu:hover{ transition: 3s; border-bottom: 2px double rgb(88, 37, 37) ; } /* ------------Corpo 1 --------- */ .container1{ background-color: rgba(253, 253, 253,0.8); width: 90%; height: auto; margin: auto; margin-top: 1%; margin-bottom: 2%; border-radius: 2px; } h3{ margin: 1%; padding: 2%; border-bottom: 2px solid rgb(88, 37, 37); } .caixa1{ padding: 1%; margin-top:1%; border-bottom:2px double rgb(185, 128, 128); width:auto; height: auto; } .plantas{ border: 1px solid rgb(136, 136, 136); width:15vw; margin-left:2%; padding: 3px; display:inline-block; position: relative; } .plantas:hover figcaption{ opacity: 1; transition: 1s; } .plantas_img{ width: 15vw; } figcaption{ width: auto; height: 20vw; box-sizing: border-box;/* Para usar o padding dentro da figure */ opacity: 0; padding: 5%; position: absolute; top:0px; background-color: rgba(36, 19, 1, 0.4); /* font */ color:blanchedalmond; font-size: 1vw; text-align:left; } .botao_veja{ background-color: rgb(70, 109, 44); border-bottom: 2px solid rgb(52, 82, 33); width: auto; margin-top: 2%; padding: 10px; /* font */ text-align: center; color: honeydew; font-size: 1.1vw; text-decoration: none; } .botao_veja:hover { transition: 1s; color: rgb(158, 196, 158); } /* --------------Rodapá----------- */ footer{ background-color: rgba(255, 255, 255, 0.8); text-align: center; padding: 2%; } @media screen and (max-width:768px) { /*--------------Configurações Gerais-------------*/ body{ font-family: 'Roboto Slab', serif; font-size: 1rem; } /*-------------Cabeçalho-----------*/ .header{ border-radius: 2px; background-color: rgba(255, 255, 255, 0.8); width: 92%; height:6rem; margin-left: 4%; display: inline-block; } .menu{ width: 40%; height: auto; margin-top: 1%; margin-left: 20%; display:block; } .logo{ margin-left:1%; width:5rem; height:5rem; display: block; } li{ border-bottom: 2px solid rgb(70, 16, 16) ; margin-left:2%; margin-top: 1%; padding: 1%; display: inline-block; } li:hover { background-color: rgb(119, 30, 30); border-bottom: 2px solid rgb(231, 200, 179) ; color: cornsilk; transition: 1s; } a:hover{ transition: 1s; color: rgb(252, 248, 244); } /* ------------Corpo 1 --------- */ .container1{ background-color: rgba(253, 253, 253,0.9); width: 90%; height: auto; margin: auto; margin-top: 9%; border-radius: 2px; position: relative; } h3{ font-size: 17px; } .caixa1{ padding: 1%; margin-top:1%; } .plantas{ border: 5px solid rgb(241, 241, 241); box-shadow: 2px 2px 10px rgb(88, 88, 88); width:200px; margin-left: 1%; padding: 3px; } .plantas:hover figcaption{ opacity: 1; transition: 1s; } .plantas_img{ width: 200px; } figcaption{ width: 200px; height: 270px; box-sizing: border-box;/* Para usar o padding dentro da figure */ /* font */ font-size: 15px; } .botao_veja{ width: auto; /* font */ font-size: 1rem; } /* -------Rodapé------- */ footer{ margin: 2%; background-color: rgba(255, 255, 255, 0.8); text-align: center; padding: 2%; border-radius: 5px; } }
style/galeria-style.css
body{ margin: 0px; padding: 0px; background-image: url(../assets/backrose.webp); background-repeat: no-repeat; background-size:cover; background-attachment: fixed; /*font*/ font-family: 'Roboto Slab', serif; font-size: 1.2vw; } /*-------------Cabeçalho-----------*/ .header{ border-radius: 2px; background-color: rgba(255, 255, 255, 0.8); width: 92%; height:auto; margin-left: 4%; display: inline-block; } .menu{ color:brown; width: 30%; height: auto; margin-top: 2%; margin-left: 53%; display:inline-block; float:right; position: absolute; /* font */ font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 110%; } .logo{ margin-left:1%; width:7%; height:auto; display: inline-block; float: left; } li{ margin-left:4%; margin-top: 2%; display: inline-block; } .botao_menu{ color:rgb(29, 2, 2); text-align: center; text-decoration: none; } .botao_menu:hover{ transition: 3s; border-bottom: 2px double rgb(88, 37, 37) ; } /* ------------Corpo 1 --------- */ .container1{ background-color: rgba(253, 253, 253,0.8); width: 90%; height: auto; margin: auto; margin-top: 1%; margin-bottom: 2%; border-radius: 2px; } h3{ margin: 1%; padding: 2%; border-bottom: 2px solid rgb(88, 37, 37); } .caixa1{ padding: 1%; margin-top:1%; border-bottom:2px double rgb(185, 128, 128); width:auto; height: auto; } .plantas{ border: 1px solid rgb(136, 136, 136); width:15vw; margin-left:2%; padding: 3px; display:inline-block; position: relative; } .plantas:hover figcaption{ opacity: 1; transition: 1s; } .plantas_img{ width: 15vw; } figcaption{ width: auto; height: 20vw; box-sizing: border-box;/* Para usar o padding dentro da figure */ opacity: 0; padding: 5%; position: absolute; top:0px; background-color: rgba(36, 19, 1, 0.4); /* font */ color:blanchedalmond; font-size: 1vw; text-align:left; } .botao_veja{ background-color: rgb(70, 109, 44); border-bottom: 2px solid rgb(52, 82, 33); width: auto; margin-top: 2%; padding: 10px; /* font */ text-align: center; color: honeydew; font-size: 1.1vw; text-decoration: none; } .botao_veja:hover { transition: 1s; color: rgb(158, 196, 158); } /* --------------Rodapá----------- */ footer{ background-color: rgba(255, 255, 255, 0.8); text-align: center; padding: 2%; } @media screen and (max-width:768px) { /*--------------Configurações Gerais-------------*/ body{ font-family: 'Roboto Slab', serif; font-size: 1rem; } /*-------------Cabeçalho-----------*/ .header{ border-radius: 2px; background-color: rgba(255, 255, 255, 0.8); width: 92%; height:6rem; margin-left: 4%; display: inline-block; } .menu{ width: 40%; height: auto; margin-top: 1%; margin-left: 20%; display:block; } .logo{ margin-left:1%; width:5rem; height:5rem; display: block; } li{ border-bottom: 2px solid rgb(70, 16, 16) ; margin-left:2%; margin-top: 1%; padding: 1%; display: inline-block; } li:hover { background-color: rgb(119, 30, 30); border-bottom: 2px solid rgb(231, 200, 179) ; color: cornsilk; transition: 1s; } a:hover{ transition: 1s; color: rgb(252, 248, 244); } /* ------------Corpo 1 --------- */ .container1{ background-color: rgba(253, 253, 253,0.9); width: 90%; height: auto; margin: auto; margin-top: 9%; border-radius: 2px; position: relative; } h3{ font-size: 17px; } .caixa1{ padding: 1%; margin-top:1%; } .plantas{ border: 5px solid rgb(241, 241, 241); box-shadow: 2px 2px 10px rgb(88, 88, 88); width:200px; margin-left: 1%; padding: 3px; } .plantas:hover figcaption{ opacity: 1; transition: 1s; } .plantas_img{ width: 200px; } figcaption{ width: 200px; height: 270px; box-sizing: border-box;/* Para usar o padding dentro da figure */ /* font */ font-size: 15px; } .botao_veja{ width: auto; /* font */ font-size: 1rem; } /* -------Rodapé------- */ footer{ margin: 2%; background-color: rgba(255, 255, 255, 0.8); text-align: center; padding: 2%; border-radius: 5px; } }
0.366703
0.103612
.navbar { transition: all 400ms ease-in-out; animation: fadeIn 1000ms; position: sticky; top: 0; margin-top: -80px; z-index: 1000; } .navbar__wrapper { display: flex; justify-content: space-between; align-items: center; max-width: 968px; margin-right: auto; margin-left: auto; height: 80px; padding: 0 2rem; } .navbar__items { padding: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; list-style: none; } .navbar__title-wrapper { flex: 1; } .navbar--transparent { background-color: transparent; } .navbar--active { background-color: #0d0d0d; } .navbar__title { font-size: 2rem; color: white; font-weight: 700; text-decoration: none; } span { color: var(--global-company-color); } .navbar__link { margin-left: 24px; cursor: pointer; } .navbar__links a { transition: all 400ms ease-in-out; margin-left: 1.4rem; text-decoration: none; font-size: 1.2rem; cursor: pointer; color: #fff; } .navbar__links a:hover { transition: all 100ms ease-out; color: var(--global-company-color); } .navbar__links a:last-of-type { border-radius: 4px; background: var(--global-company-color); width: fit-content; padding: 8px 16px; color: white; font-size: 1rem; outline: none; border: none; cursor: pointer; transition: all 0.2s ease-in-out; z-index: 10; } .navbar__burger-icon { display: none; } /*DROPDOWN*/ .dropdown { position: relative; } .dropdown-content { display: none; position: absolute; background-color: var(--global-company-color); min-width: 160px; padding: 8px; z-index: 1; border-radius: 8px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .dropdown-content a { border-radius: 8px; padding: 8px; } .dropdown-content a:hover { background-color: white; color: var(--global-company-color); } .dropdown:hover .dropdown-content { display: grid; grid-template-rows: repeat(4, minmax(40px, 1fr)); align-items: center; justify-content: center; } .dropdown:hover .dropbtn { background-color: #fff; color: var(--global-company-color); } /*Animations*/ @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @media screen and (max-width: 768px) { .navbar__burger-icon { display: block; position: absolute; top: 0; right: 0; transform: translate(-100%, 60%); font-size: 1.8rem; cursor: pointer; color: #fff; } .navbar__link { display: none; } }
frontend/src/components/Navbar/NavbarElements.css
.navbar { transition: all 400ms ease-in-out; animation: fadeIn 1000ms; position: sticky; top: 0; margin-top: -80px; z-index: 1000; } .navbar__wrapper { display: flex; justify-content: space-between; align-items: center; max-width: 968px; margin-right: auto; margin-left: auto; height: 80px; padding: 0 2rem; } .navbar__items { padding: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; list-style: none; } .navbar__title-wrapper { flex: 1; } .navbar--transparent { background-color: transparent; } .navbar--active { background-color: #0d0d0d; } .navbar__title { font-size: 2rem; color: white; font-weight: 700; text-decoration: none; } span { color: var(--global-company-color); } .navbar__link { margin-left: 24px; cursor: pointer; } .navbar__links a { transition: all 400ms ease-in-out; margin-left: 1.4rem; text-decoration: none; font-size: 1.2rem; cursor: pointer; color: #fff; } .navbar__links a:hover { transition: all 100ms ease-out; color: var(--global-company-color); } .navbar__links a:last-of-type { border-radius: 4px; background: var(--global-company-color); width: fit-content; padding: 8px 16px; color: white; font-size: 1rem; outline: none; border: none; cursor: pointer; transition: all 0.2s ease-in-out; z-index: 10; } .navbar__burger-icon { display: none; } /*DROPDOWN*/ .dropdown { position: relative; } .dropdown-content { display: none; position: absolute; background-color: var(--global-company-color); min-width: 160px; padding: 8px; z-index: 1; border-radius: 8px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .dropdown-content a { border-radius: 8px; padding: 8px; } .dropdown-content a:hover { background-color: white; color: var(--global-company-color); } .dropdown:hover .dropdown-content { display: grid; grid-template-rows: repeat(4, minmax(40px, 1fr)); align-items: center; justify-content: center; } .dropdown:hover .dropbtn { background-color: #fff; color: var(--global-company-color); } /*Animations*/ @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @media screen and (max-width: 768px) { .navbar__burger-icon { display: block; position: absolute; top: 0; right: 0; transform: translate(-100%, 60%); font-size: 1.8rem; cursor: pointer; color: #fff; } .navbar__link { display: none; } }
0.510496
0.060641
html, body { min-width: 100%; height: 100%; min-height: 100%; margin: 0; } body { background-color: white; } * { font-family: Roboto, Verdana, sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; } input:focus, textarea:focus { outline: 0; } .btn { border: 0; background-color: #545353; color: white; padding: 4px 14px; font-size: 16px; text-align: center; font-weight: bold; } .container { width: 810px; margin: 0 auto; position: relative; } textarea.form-control { height: 300px; } .form-control { display: block; width: calc(100% - 30px); height: 20px; margin-bottom: 7px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; } .clearfix:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; } .clearfix { display: inline-block; } .topbar { width: 100%; } .topbar > .logo { float:left; padding-left: 7px; } .topbar > .user { float:right; margin: 14px 30px; } .topbar > .user .signout { font-size: 10px; } .editor-content { width: 100%; } .editor-content .col-left { width: 50%; float: left; height: 100%; } #md-content p{ font-size: 16px; } .editor-content form { background-color: #dcdcdc; padding: 8px; } .tabs { display: inline-block; background-color: transparent; padding-bottom: 0; position: relative; top: 5px; } .tabs > .pane { float: left; line-height: 30px; display: inline-block; margin-bottom: -1px; width: 100px; text-align: center; } .tabs > .pane:hover { cursor: pointer; } .tabs > .pane.active { border-bottom-color: #dcdcdc; } .tabs > .pane.active { background-color: white; border-bottom: 30px solid #dcdcdc; border-left: 10px solid transparent; border-right: 10px solid transparent; height: 0; width: 80px; } .title { display: inline-block; font-size: 24px; border-bottom: 5px solid #515151; padding-bottom: 6px; margin-bottom: 15px; } .md { overflow: auto; background-color: #FBFBFB; } .md > div { padding: 7px; } .errMessages { position: absolute; display: block; width: 250px; top: 30px; left: calc(50% - 125px); background-color: rgb(192, 72, 72); color: white; font-weight: bold; } .tooltips { transform:translateY(20px); -o-transform:translateY(20px); -moz-transform:translateY(20px); -webkit-transform:translateY(20px); opacity: 0; transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; } .tooltips.show { opacity: 1; transform:translateY(0); -o-transform:translateY(0); -moz-transform:translateY(0); -webkit-transform:translateY(0); }
public/extension/css/common.css
html, body { min-width: 100%; height: 100%; min-height: 100%; margin: 0; } body { background-color: white; } * { font-family: Roboto, Verdana, sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; } input:focus, textarea:focus { outline: 0; } .btn { border: 0; background-color: #545353; color: white; padding: 4px 14px; font-size: 16px; text-align: center; font-weight: bold; } .container { width: 810px; margin: 0 auto; position: relative; } textarea.form-control { height: 300px; } .form-control { display: block; width: calc(100% - 30px); height: 20px; margin-bottom: 7px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; } .clearfix:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; } .clearfix { display: inline-block; } .topbar { width: 100%; } .topbar > .logo { float:left; padding-left: 7px; } .topbar > .user { float:right; margin: 14px 30px; } .topbar > .user .signout { font-size: 10px; } .editor-content { width: 100%; } .editor-content .col-left { width: 50%; float: left; height: 100%; } #md-content p{ font-size: 16px; } .editor-content form { background-color: #dcdcdc; padding: 8px; } .tabs { display: inline-block; background-color: transparent; padding-bottom: 0; position: relative; top: 5px; } .tabs > .pane { float: left; line-height: 30px; display: inline-block; margin-bottom: -1px; width: 100px; text-align: center; } .tabs > .pane:hover { cursor: pointer; } .tabs > .pane.active { border-bottom-color: #dcdcdc; } .tabs > .pane.active { background-color: white; border-bottom: 30px solid #dcdcdc; border-left: 10px solid transparent; border-right: 10px solid transparent; height: 0; width: 80px; } .title { display: inline-block; font-size: 24px; border-bottom: 5px solid #515151; padding-bottom: 6px; margin-bottom: 15px; } .md { overflow: auto; background-color: #FBFBFB; } .md > div { padding: 7px; } .errMessages { position: absolute; display: block; width: 250px; top: 30px; left: calc(50% - 125px); background-color: rgb(192, 72, 72); color: white; font-weight: bold; } .tooltips { transform:translateY(20px); -o-transform:translateY(20px); -moz-transform:translateY(20px); -webkit-transform:translateY(20px); opacity: 0; transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; } .tooltips.show { opacity: 1; transform:translateY(0); -o-transform:translateY(0); -moz-transform:translateY(0); -webkit-transform:translateY(0); }
0.519278
0.093678
@charset "utf-8"; .col_w16 { width: 16%; } /*** * @authors jun.wang * @description account_balance style * @date 2015年10月15日 11:44:57 */ .balance .message { position: relative; padding: 29px 0; height: 40px; line-height: 40px; text-align: center; margin-bottom: 20px; } .balance .message .num { color: #f22e00; font-weight: bold; } .balance .message .status { color: #f22e00; font-weight: bold; font-size:14px; } .balance .message .txt { font-size: 12px; font-family: "宋体"; color:#666666; } .balance .message ul { overflow: hidden; margin: 0 80px; } .balance .message li { height: 40px; line-height: 40px; border: none; } .balance .message i { display: inline-block; zoom: 1; float: left; } .balance .message div{ margin-left: 30px; text-align: left; } .balance .message p { height: 16px; line-height: 16px; } .balance .message .mes_02 { margin-left: 95px; } .balance .message .mes_03 i { position: relative; /* top: 12px; */ top: 0px; margin-left: 10px; cursor: pointer; } .balance .message .tip { padding: 0 10px; background: #FFFFFF; border:1px solid #FDDBAA; position: absolute; left: 270px; top: 67px; display: none; } .balance .message .mes_04 { position: relative; } .balance .message .mes_04 .activation { position: absolute; width: 300px; color: #dddddd; } .balance .message .mes_04 .txt{ padding-left: 95px; } .balance .message .mes_04 .blue{ cursor: pointer; } .balance .message .mes_05 { margin-left: 110px; } .balance .message .mes_05 a { display: inline-block; font-size: 14px; font-weight: bold; color: #6c6c6c; padding: 0px 40px; background: #f9f9f9;; border: 1px solid #ddd; height: 30px; line-height: 30px; text-decoration: none; } .balance .message .mes_05 .invalid { color: #dddddd; } .balance .details_list li { color: #6c6c6c; } .balance .details_list .noRecord { line-height: 30px; color: #3c3c3c; } .g-dlg-st1 { background: #FFFFFF; } .g-dlg-st1 .g-st-1 { position: relative; width: 340px; margin: 0 auto; } .g-dlg-st1 .g-st-1 ul { margin-top: 20px; } .g-dlg-st1 .g-st-1 ul li { /*height: 26px; line-height: 26px;*/ } .g-dlg-st1 .g-st-1 input { width: 200px; height: 23px; line-height: 23px; border: 1px solid #d7d7d7; } .g-dlg-st1 .g-st-1 .label { display: block; width: 100px; text-align: right; height: 25px; line-height: 25px; float: left; } .g-dlg-st1 .g-st-1 .content { float: left; margin-left: 2px; height: 25px; line-height: 25px; } .g-dlg-st1 .g-st-1 ul a { height: 23px; line-height: 23px; padding: 0px 8px; display: block; float: left; } .g-dlg-st1 .g-st-1 .u-gcode { background: #F5F5F5; border: 1px solid #ddd; color: #333333; } .g-dlg-st1 .g-st-1 .u-ci { width: 80px; border: 1px solid #CCCCCC; color: #CCCCCC; float: left; } .g-dlg-st1 .g-st-1 .disable { cursor:default; background: #F5F5F5; border: 1px solid #ddd; color: #cccccc; text-decoration: none; } .g-dlg-st1 .g-st-1 .second { margin-left: 102px; margin-top: 4px; line-height: normal; } .g-dlg-st1 .g-st-1 .third { margin-top: 10px; } .g-dlg-st1 .g-st-1 .last { margin-top: 29px; } .g-dlg-st1 .g-st-1 .last a{ margin-left: 10px; } .g-dlg-st2 { width:600px; /* height: 274px; */ background: #FFFFFF; } .g-dlg-st2 .g-st-2 { position: relative; width: 440px; margin: 24px auto 10px; } .g-dlg-st2 .g-st-2 label { height: 28px; line-height: 28px; text-align: right; display: block; width: 120px; float: left; color: #333333; position: relative; } .g-dlg-st2 .f-i { margin-top: 26px; height: 28px; line-height: 28px; position: relative; } .g-dlg-st2 .f-i input { height: 26px; line-height: 26px; width:200px; border: 1px solid #CCCCCC; float: left; } .g-dlg-st2 .f-i .f-err-msg { position: absolute; top: 23px; left: 120px; color: #333; } .g-dlg-st2 .f-i1{ position: relative; } .g-dlg-st2 .f-i1 .f-err-msg { position: absolute; top: 26px; left: 120px; color: #333; } .g-dlg-st2 .f-i1 select { height: 26px; line-height: 26px; width: 120px; border: 1px solid #d7d7d7; } .g-dlg-st2 .f-i1 select.f-sel-2 { margin-left: 14px; } .g-dlg-st2 .f-i2 a { display: block; float: left; text-decoration: none; width: 81px; height: 28px; line-height: 28px; margin-left: 10px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; } .g-dlg-st2 .f-i2 a:hover { color: #F22E00; background-position: -137px -56px; } .g-dlg-st2 .f-i-captcha { display: none; padding-left: 120px; } .g-dlg-st2 .f-i-captcha .u-ipt-captcha { width: 192px; padding: 0px 4px; font-size: 14px; } .g-dlg-st2 .f-i-captcha .u-captcha { float: left; margin-left: 20px; height: 28px; cursor: pointer; } .g-dlg-qb { position: relative; } .g-dlg-qb input { width: 250px; height: 23px; line-height: 23px; border: 1px solid #cccccc; margin-bottom: ; } .g-dlg-qb .u-q{ display: inline-block; text-decoration: none; width: 81px; height: 28px; line-height: 28px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; margin-left: 10px; } .g-dlg-qb .q-qb-list { display: none; border: 1px solid #cccccc; border-top: none; width: 250px; color: #666666; background: #FFF; position: absolute; left: 0px; top:27px; } .g-dlg-qb .q-qb-list label{ border-bottom: 1px solid #cccccc; height: 32px; line-height: 32px; display: block; text-align: center; } .g-dlg-qb .q-qb-list a{ color: #666666; } .g-dlg-qb .q-qb-list ul{ height: 90px; margin-top: 3px; overflow: auto; } .g-dlg-qb .q-qb-list li{ cursor: default; padding: 0px 0px 0px 10px; margin-top: 4px; } .g-dlg-qb .g-qb-ft{ margin-top: 144px; position: relative; } .g-dlg-qb .g-qb-ft a{ display: inline-block; text-decoration: none; width: 81px; height: 28px; line-height: 28px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; margin-left: 111px; } .g-dlg-qb .g-qb-ft label{ cursor: pointer; margin-left: 10px; color: #0066cc; } .g-dlg-qb .g-qb-ib { position: relative; margin-top: 140px; color: #666666; } .g-dlg-qb .g-qb-ib label{ display: block; height: 24px; line-height: 24px; } .g-dlg-qb .g-qb-ib textarea{ width: 250px; height: 60px; border: 1px solid #cccccc; } .g-dlg-qb .g-qb-ib a{ display: inline-block; text-decoration: none; width: 81px; height: 28px; line-height: 28px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; position: absolute; bottom: 5px; left: 262px; } .g-dlg-if { background: #FFF; } .g-dlg-if .g-info { width:350px; color: #333; } .g-dlg-if .g-info .u-hotline { text-align: center; color: #333; } .g-err-pwd { color: #333333; text-align: center; } .g-err-pwd p{ text-align: center; line-height: 24px; } .g-err-pwd .m-btns{ margin-top: 28px; } .g-err-pwd .m-btns a{ text-align: center; display: inline-block; /***float: left;**/ text-decoration: none; } .g-err-pwd .m-btns .u-btn-ok{ width: 80px; height: 28px; line-height: 28px; color: #FFFFFF; background: url(../images/btn_add.png) 0 -168px no-repeat; } .g-err-pwd .m-btns .u-btn-ok:hover{ background-position: 0 -197px; } .g-err-pwd .m-btns .u-btn-modify{ margin-left: 20px; border: 1px solid #e4e4e4; border-radius: 2px; background: #fcfcfc; width: 80px; height: 28px; line-height: 28px; color: #333333; } .g-err-pwd .m-btns .u-btn-modify:hover{ background-position: 0 -197px; color: #e61c37; background: #fcfcfc; } /**account_balance style end**/
Template1/pc/soubao/Static/css/balance.css
@charset "utf-8"; .col_w16 { width: 16%; } /*** * @authors jun.wang * @description account_balance style * @date 2015年10月15日 11:44:57 */ .balance .message { position: relative; padding: 29px 0; height: 40px; line-height: 40px; text-align: center; margin-bottom: 20px; } .balance .message .num { color: #f22e00; font-weight: bold; } .balance .message .status { color: #f22e00; font-weight: bold; font-size:14px; } .balance .message .txt { font-size: 12px; font-family: "宋体"; color:#666666; } .balance .message ul { overflow: hidden; margin: 0 80px; } .balance .message li { height: 40px; line-height: 40px; border: none; } .balance .message i { display: inline-block; zoom: 1; float: left; } .balance .message div{ margin-left: 30px; text-align: left; } .balance .message p { height: 16px; line-height: 16px; } .balance .message .mes_02 { margin-left: 95px; } .balance .message .mes_03 i { position: relative; /* top: 12px; */ top: 0px; margin-left: 10px; cursor: pointer; } .balance .message .tip { padding: 0 10px; background: #FFFFFF; border:1px solid #FDDBAA; position: absolute; left: 270px; top: 67px; display: none; } .balance .message .mes_04 { position: relative; } .balance .message .mes_04 .activation { position: absolute; width: 300px; color: #dddddd; } .balance .message .mes_04 .txt{ padding-left: 95px; } .balance .message .mes_04 .blue{ cursor: pointer; } .balance .message .mes_05 { margin-left: 110px; } .balance .message .mes_05 a { display: inline-block; font-size: 14px; font-weight: bold; color: #6c6c6c; padding: 0px 40px; background: #f9f9f9;; border: 1px solid #ddd; height: 30px; line-height: 30px; text-decoration: none; } .balance .message .mes_05 .invalid { color: #dddddd; } .balance .details_list li { color: #6c6c6c; } .balance .details_list .noRecord { line-height: 30px; color: #3c3c3c; } .g-dlg-st1 { background: #FFFFFF; } .g-dlg-st1 .g-st-1 { position: relative; width: 340px; margin: 0 auto; } .g-dlg-st1 .g-st-1 ul { margin-top: 20px; } .g-dlg-st1 .g-st-1 ul li { /*height: 26px; line-height: 26px;*/ } .g-dlg-st1 .g-st-1 input { width: 200px; height: 23px; line-height: 23px; border: 1px solid #d7d7d7; } .g-dlg-st1 .g-st-1 .label { display: block; width: 100px; text-align: right; height: 25px; line-height: 25px; float: left; } .g-dlg-st1 .g-st-1 .content { float: left; margin-left: 2px; height: 25px; line-height: 25px; } .g-dlg-st1 .g-st-1 ul a { height: 23px; line-height: 23px; padding: 0px 8px; display: block; float: left; } .g-dlg-st1 .g-st-1 .u-gcode { background: #F5F5F5; border: 1px solid #ddd; color: #333333; } .g-dlg-st1 .g-st-1 .u-ci { width: 80px; border: 1px solid #CCCCCC; color: #CCCCCC; float: left; } .g-dlg-st1 .g-st-1 .disable { cursor:default; background: #F5F5F5; border: 1px solid #ddd; color: #cccccc; text-decoration: none; } .g-dlg-st1 .g-st-1 .second { margin-left: 102px; margin-top: 4px; line-height: normal; } .g-dlg-st1 .g-st-1 .third { margin-top: 10px; } .g-dlg-st1 .g-st-1 .last { margin-top: 29px; } .g-dlg-st1 .g-st-1 .last a{ margin-left: 10px; } .g-dlg-st2 { width:600px; /* height: 274px; */ background: #FFFFFF; } .g-dlg-st2 .g-st-2 { position: relative; width: 440px; margin: 24px auto 10px; } .g-dlg-st2 .g-st-2 label { height: 28px; line-height: 28px; text-align: right; display: block; width: 120px; float: left; color: #333333; position: relative; } .g-dlg-st2 .f-i { margin-top: 26px; height: 28px; line-height: 28px; position: relative; } .g-dlg-st2 .f-i input { height: 26px; line-height: 26px; width:200px; border: 1px solid #CCCCCC; float: left; } .g-dlg-st2 .f-i .f-err-msg { position: absolute; top: 23px; left: 120px; color: #333; } .g-dlg-st2 .f-i1{ position: relative; } .g-dlg-st2 .f-i1 .f-err-msg { position: absolute; top: 26px; left: 120px; color: #333; } .g-dlg-st2 .f-i1 select { height: 26px; line-height: 26px; width: 120px; border: 1px solid #d7d7d7; } .g-dlg-st2 .f-i1 select.f-sel-2 { margin-left: 14px; } .g-dlg-st2 .f-i2 a { display: block; float: left; text-decoration: none; width: 81px; height: 28px; line-height: 28px; margin-left: 10px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; } .g-dlg-st2 .f-i2 a:hover { color: #F22E00; background-position: -137px -56px; } .g-dlg-st2 .f-i-captcha { display: none; padding-left: 120px; } .g-dlg-st2 .f-i-captcha .u-ipt-captcha { width: 192px; padding: 0px 4px; font-size: 14px; } .g-dlg-st2 .f-i-captcha .u-captcha { float: left; margin-left: 20px; height: 28px; cursor: pointer; } .g-dlg-qb { position: relative; } .g-dlg-qb input { width: 250px; height: 23px; line-height: 23px; border: 1px solid #cccccc; margin-bottom: ; } .g-dlg-qb .u-q{ display: inline-block; text-decoration: none; width: 81px; height: 28px; line-height: 28px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; margin-left: 10px; } .g-dlg-qb .q-qb-list { display: none; border: 1px solid #cccccc; border-top: none; width: 250px; color: #666666; background: #FFF; position: absolute; left: 0px; top:27px; } .g-dlg-qb .q-qb-list label{ border-bottom: 1px solid #cccccc; height: 32px; line-height: 32px; display: block; text-align: center; } .g-dlg-qb .q-qb-list a{ color: #666666; } .g-dlg-qb .q-qb-list ul{ height: 90px; margin-top: 3px; overflow: auto; } .g-dlg-qb .q-qb-list li{ cursor: default; padding: 0px 0px 0px 10px; margin-top: 4px; } .g-dlg-qb .g-qb-ft{ margin-top: 144px; position: relative; } .g-dlg-qb .g-qb-ft a{ display: inline-block; text-decoration: none; width: 81px; height: 28px; line-height: 28px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; margin-left: 111px; } .g-dlg-qb .g-qb-ft label{ cursor: pointer; margin-left: 10px; color: #0066cc; } .g-dlg-qb .g-qb-ib { position: relative; margin-top: 140px; color: #666666; } .g-dlg-qb .g-qb-ib label{ display: block; height: 24px; line-height: 24px; } .g-dlg-qb .g-qb-ib textarea{ width: 250px; height: 60px; border: 1px solid #cccccc; } .g-dlg-qb .g-qb-ib a{ display: inline-block; text-decoration: none; width: 81px; height: 28px; line-height: 28px; background: url(../images/return.png); background-position: -137px -28px; text-decoration: none; text-align: center; color: #333; position: absolute; bottom: 5px; left: 262px; } .g-dlg-if { background: #FFF; } .g-dlg-if .g-info { width:350px; color: #333; } .g-dlg-if .g-info .u-hotline { text-align: center; color: #333; } .g-err-pwd { color: #333333; text-align: center; } .g-err-pwd p{ text-align: center; line-height: 24px; } .g-err-pwd .m-btns{ margin-top: 28px; } .g-err-pwd .m-btns a{ text-align: center; display: inline-block; /***float: left;**/ text-decoration: none; } .g-err-pwd .m-btns .u-btn-ok{ width: 80px; height: 28px; line-height: 28px; color: #FFFFFF; background: url(../images/btn_add.png) 0 -168px no-repeat; } .g-err-pwd .m-btns .u-btn-ok:hover{ background-position: 0 -197px; } .g-err-pwd .m-btns .u-btn-modify{ margin-left: 20px; border: 1px solid #e4e4e4; border-radius: 2px; background: #fcfcfc; width: 80px; height: 28px; line-height: 28px; color: #333333; } .g-err-pwd .m-btns .u-btn-modify:hover{ background-position: 0 -197px; color: #e61c37; background: #fcfcfc; } /**account_balance style end**/
0.271059
0.060225
* { /* border: 1px solid #000; */ } body{ padding: 50px; display: flex; justify-content: center; background-color: #02005B; color: rgba(255,255,255,0.8); font-size: 15px; line-height: 28px; letter-spacing: 1px; } /* 複寫區 */ ul{ padding: 0; list-style:none; } h2{ margin: 0; margin-bottom: 25px; font-weight: 400; } h2::after{ content:""; display: inline-block; width:20px; height: 8px; background-color: #FF7168; margin-left: 10px; } h4{ margin: 0; margin-top: 40px; opacity: 0.8; font-weight: 400; } /* text-decoration 用來做文字樣式 */ a{ color: white; text-decoration: none; } hr{ border:none; border-bottom: 4px solid #FF7168; width: 40%; margin-left: 0; } .resume{ display: flex; max-width: 950px; border: solid 8px white; padding:50px; position: relative; } .left{ flex:5 } .right{ flex:7 } .left,.right{ padding: 15px; } .left{ padding-right: 50px; border-right: 1px solid #FF7168; } .right{ padding-left: 50px; padding-top: 150px; } .decoration{ width: 300px; height: 140px; background: linear-gradient(135deg,#FF5F5F,#FFFFAE); border-radius: 70px 0px 0px 70px; position: absolute; right: 0; top: 50px; } .listExperience>li{ display: flex; margin-bottom: 10px; } /* 經歷分別設定顏色 */ .listExperience>li:nth-child(1) ul{ border-color:#FF7168; } .listExperience>li:nth-child(2) ul{ border-color:#FFA582; } .listExperience>li:nth-child(3) ul{ border-color:#FFB087; } .listExperience>li:nth-child(4) ul{ border-color:#FFDE9E; } .listExperience li ul{ padding-left: 10px; margin-left: 10px; border-left: solid 1px white; } .listSkill{ display: flex; flex-wrap:wrap; } .listSkill li{ width: 25%; padding: 5px; box-sizing: border-box; display:flex; flex-direction:column; align-items:center; text-align:center; } .circle{ width: 50px; height: 50px; background-color: #fff; border-radius:50%; position: relative; overflow: hidden; } .p90,.p180,.p270,.p360{ width: 50%; height: 50%; position: absolute; left: 50%; top: 0; background-color: #FF7168; } .p180{ top: 50%; } .p270{ left: 0; top: 50%; } .p360{ left: 0; top: 0; } /* list program */ .listProgram .bar{ width: 150px; height: 10px; border:solid 2px #FF7168; border-radius:5px; } .listProgram li{ display: flex; justify-content: space-between; align-items: center; padding-top: 10px; } .value{ height: 100%; width: 60%; background-color: #FF7168; } .value.p10{ width: 10%; } .value.p30{ width: 30%; } .value.p50{ width: 50%; } .value.p70{ width: 70%; } .value.p100{ width: 100%; } .btn{ border:solid 3px #FF7168; padding:5px 20px; } .fill{ background-color: #FF7168; }
css/style.css
* { /* border: 1px solid #000; */ } body{ padding: 50px; display: flex; justify-content: center; background-color: #02005B; color: rgba(255,255,255,0.8); font-size: 15px; line-height: 28px; letter-spacing: 1px; } /* 複寫區 */ ul{ padding: 0; list-style:none; } h2{ margin: 0; margin-bottom: 25px; font-weight: 400; } h2::after{ content:""; display: inline-block; width:20px; height: 8px; background-color: #FF7168; margin-left: 10px; } h4{ margin: 0; margin-top: 40px; opacity: 0.8; font-weight: 400; } /* text-decoration 用來做文字樣式 */ a{ color: white; text-decoration: none; } hr{ border:none; border-bottom: 4px solid #FF7168; width: 40%; margin-left: 0; } .resume{ display: flex; max-width: 950px; border: solid 8px white; padding:50px; position: relative; } .left{ flex:5 } .right{ flex:7 } .left,.right{ padding: 15px; } .left{ padding-right: 50px; border-right: 1px solid #FF7168; } .right{ padding-left: 50px; padding-top: 150px; } .decoration{ width: 300px; height: 140px; background: linear-gradient(135deg,#FF5F5F,#FFFFAE); border-radius: 70px 0px 0px 70px; position: absolute; right: 0; top: 50px; } .listExperience>li{ display: flex; margin-bottom: 10px; } /* 經歷分別設定顏色 */ .listExperience>li:nth-child(1) ul{ border-color:#FF7168; } .listExperience>li:nth-child(2) ul{ border-color:#FFA582; } .listExperience>li:nth-child(3) ul{ border-color:#FFB087; } .listExperience>li:nth-child(4) ul{ border-color:#FFDE9E; } .listExperience li ul{ padding-left: 10px; margin-left: 10px; border-left: solid 1px white; } .listSkill{ display: flex; flex-wrap:wrap; } .listSkill li{ width: 25%; padding: 5px; box-sizing: border-box; display:flex; flex-direction:column; align-items:center; text-align:center; } .circle{ width: 50px; height: 50px; background-color: #fff; border-radius:50%; position: relative; overflow: hidden; } .p90,.p180,.p270,.p360{ width: 50%; height: 50%; position: absolute; left: 50%; top: 0; background-color: #FF7168; } .p180{ top: 50%; } .p270{ left: 0; top: 50%; } .p360{ left: 0; top: 0; } /* list program */ .listProgram .bar{ width: 150px; height: 10px; border:solid 2px #FF7168; border-radius:5px; } .listProgram li{ display: flex; justify-content: space-between; align-items: center; padding-top: 10px; } .value{ height: 100%; width: 60%; background-color: #FF7168; } .value.p10{ width: 10%; } .value.p30{ width: 30%; } .value.p50{ width: 50%; } .value.p70{ width: 70%; } .value.p100{ width: 100%; } .btn{ border:solid 3px #FF7168; padding:5px 20px; } .fill{ background-color: #FF7168; }
0.312265
0.071916
*{ margin:0; padding:0; box-sizing: border-box; } html{ font-size: 10px; font-family:'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: #eee; } body{ width: 100%; height:100%; background : url("images/finalcover.png") no-repeat center fixed; background-size: cover; } section{ padding:6rem 0; } a{ text-decoration: none; color: #eee; } p{ font-size: 1.8rem; font-weight: 300%; } img{ width: 100%; } /*End global*/ /*Start reusable*/ .container{ width: 90%; max-width:120rem; height:100%; margin:0 auto; position:relative; } .section-heading{ text-align: center; margin-bottom: 10rem; } .section-heading h1{ font-size: 7rem; color: rgb(255, 255, 255 .3); text-transform: uppercase; font-weight: 300; font-family: 'Roboto', sans-serif; position: relative; margin-bottom: 1rem; } /* for a yellow line with ball in the middle under services */ .section-heading h1::before, .section-heading h1::after{ content: ''; font-weight: 300; position: absolute; bottom: -.5rem; left: 50%; transform: translateX(-50%); background-color: #ddc919d8; } /* for a yellow line with ball in the middle under services */ .section-heading h1::before{ width: 20rem; height:3px; border-radius: .8rem; } .section-heading h1::after{ width: 1.5rem; height: 1.5rem; border-radius: 100%; bottom: -1rem; } .section-heading h6{ font-size: 2rem; font-weight: 300; font-style: italic; } /*Start header*/ header{ width:100%; height: 100vh; } .top-nav{ width : 100%; height : 100vh; position: fixed; top : -100vh; /*This hides the nav bar*/ background: url("images/header.png") no-repeat fixed; z-index: 50; /*so the text doesnt sit on top of the navigation*/ background-color: rgb(8, 155, 123); background-size: cover; border-bottom-right-radius: 100%; border-bottom-left-radius : 100%; transition: all 650ms cubic-bezier(1,0,0,1); } .nav-list{ list-style: none; font-size: 2.5vw; width:100%; height: 100%; display:flex; justify-content:center; align-items:center; } li{ margin: 0 2rem; } .nav-link{ font-family : 'Kaushan Script',cursive; font-size: 5; padding:1rem; } .nav-link:hover, .nav-link:focus{ background: linear-gradient(to right, #ff00b3,#ddc919d8); -webkit-background-clip: text; -webkit-text-fill-color:transparent; } .top-nav.open{ top: 0; border-radius: initial; } .menu-toggler{ position: absolute; top: 0; margin-top: 5rem; right: 7rem; width: 5rem; height: 4rem; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; z-index: 1500; transition: transform 650ms ease-out; } .menu-toggler.open{ transform : rotate(-45deg); } .bar{ background : linear-gradient(to right, white, #ff00b3); width: 100%; height: 4px; top: 5rem; border-radius: .8rem; } .bar.half{ width: 50%; } .bar.start{ transform-origin: right; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); } .open .bar.start{ transform: rotate(-450deg) translateX(.8rem); } .bar.end { align-self: flex-end; transform-origin : left; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); } .open .bar.end { transform: rotate(-450deg) translateX(-0.8rem); } .landing-text{ position:absolute; top: 50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center; z-index: 1; } .landing-text h1{ font-size: 20rem; font-family: 'Kaushan Script', cursive; background: linear-gradient(to right, white, #ff00b3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 1rem; user-select: none; } .landing-text h6{ font-size: 3rem; font-weight: 700; margin-top: -3rem; } /*End header*/ /*Start about*/ .about .container{ display: flex; align-items: center; justify-content: center; } .about-heading{ text-align: center; line-height: 1rem; margin-bottom: 6rem; } .about-heading h1{ font-size: 10rem; text-transform: uppercase; opacity: .3; } .about-heading h6{ font-size: 3rem; font-family: 'Lobster', cursive; text-transform: capitalize; font-weight: 400; } .about-heading p{ margin-top: 8rem; line-height: 2rem; text-align: justify; margin-left: 5rem; } .bold{ color: #ddc919d8; } .profile-img{ flex: 1; border-radius: 15px; overflow: hidden; } .about-details{ flex: 1; } .social-media{ margin-top: 2rem; } .social-media i{ font-size: 5rem; transition: color 650ms; } .fa-file:hover { color: #ddc919d8; } .fa-linkedin-square:hover{ color:rgb(0, 110, 255); } .fa-github-square:hover{ color: rgb(128, 16, 172); } .fa-youtube-square:hover{ color: rgb(170, 2, 2); } /*End about*/ /*Start services*/ .my-skills{ margin-top:10rem; display:grid; grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); grid-gap: 2.5rem; text-align: center; } .my-skills{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2rem; } .skills h1{ text-transform: uppercase; letter-spacing: 2px; margin: 3.5rem -2px 2rem 0; font-size: 3rem; } .skills p{ margin: 0 16rem; text-align: justify; } .icon-container{ width: 10rem; height: 10rem; border:10px solid #02411a; background-color: #ff00b3; margin-bottom: 2rem; display:flex; transform: rotate(45deg); margin: auto; } .icon-container i{ color: #02411a; font-size: 5rem; margin:auto; transform: rotate(-45deg); } .open-to-suggestions { color: #ddc919d8; font-size: 2rem; margin-top: 5rem; } /*End services*/ /*Start portfolio*/ .portfolio-item{ display: flex; align-items: center; justify-content: center; margin-bottom:8rem; } .portfolio-item:last-child{ margin-bottom: 0; } .portfolio-description{ text-align : justify; } .portfolio-description h1{ font-size: 3rem; font-weight: 700; margin: 1rem 0; } .portfolio-description h6{ font-size: 2rem; text-transform: uppercase; font-weight: 700; opacity: 0.3; } .portfolio-description ul{ font-size: 1.3rem; margin-top: 1em; text-align: justify; } .portfolio-description .cta{ display: inline-block; margin-top: 2.5rem; font-size: 1.5rem; text-transform: uppercase; color: #ddc919d8; font-weight: bold; transition: color 650ms; } .portfolio-description .cta:hover{ color: #ff00b3; } .portfolio-img-has-margin-right { margin-right: 5rem; border-radius: 10px 20px; overflow: hidden; } .portfolio-img { margin-left: 5rem; border-radius: 10px; overflow: hidden; } /*End portfolio*/ /*Start timeline*/ .timeline ul{ border-left: 4px solid#ddc919d8; border-radius: .8rem; background-color:rgb(0,0,0,0.05); margin:0 auto; position: relative; padding:5rem; list-style: none; text-align:left; width:70%; } .timeline h1{ font-size: 2rem; text-transform:uppercase; font-weight: 300; margin-bottom: 1rem; opacity: .3; } .timeline .date{ border-bottom: 1px solid rgba(255,255,255 0.1); margin-bottom: 1rem; padding-bottom: 1rem; position: relative; } .timeline .date:last-of-type{ padding-bottom:0; margin-bottom:0; border:none; } .timeline .date::before, .timeline .date::after{ position: absolute; display: block; top: 50%; transform:translateX(-50%); } .timeline .date::before{ content: attr(data-date); left: -21rem; text-align: right; min-width: 12rem; font-size: 1.5rem; } .timeline .date::after{ content: ''; box-shadow:0 0 0 4px #ff00b3; border-radius:100%; left: -7.1rem; height:1.5rem; width:1.5rem; background-color: #02411a; } /*End timeline*/ /*Start contact*/ .contact { background-color: #02411a; } form { width: 70%; margin: 6rem auto; } form label{ font-size: 1.5rem; font-weight : bold; } input,select,textarea{ width: 100%; padding:1rem; margin-bottom: 20px; border: none; outline-color: #ff00b3; } input[type="submit"]{ width:initial; background-color: #ff00b3; color: #eeee; padding: 1rem 2rem; font-size : 1.5rem; border-radius: .8rem; cursor: pointer; transition: background-color 650ms; } input[type="submit"]:hover{ color: #02411a; font-weight:bold; background-color: white; } /*End contact*/ /*Start footer*/ .footer{ width:100%; background-color: #ddc919d8; position:fixed; height: 170px; bottom: 0; } .up{ width: 5rem; height: 5rem; top: 1rem; border-radius: 100%; display: flex; } .up i{ position: absolute; right: 15px; color:#ff00b3; font-size: 5rem; } .footer-text{ text-align: center; margin-top: -40px; } .footer-contact li { display: inline-block; margin:2 0 2 0rem; font-size: 4rem; } .footer-contact{ position: relative; text-decoration: none; font-size: 2rem; list-style: none; text-align: center; } .footer hr{ border: 2px solid#02411a; margin-bottom:15px; margin-top:10px; } /*End footer*/ /*Start animations*/ @keyframes pulse{ 0%{ box-shadow: 0 0 0 0 #ff00b3(253, 87, 191, 0.99); } 70%{ box-shadow: 0 0 0 2rem #02411a(253, 87, 191, 0); } 100% { box-shadow: 0 0 0 0 #02411a(253, 87, 191, 0); } } /*End animations*/ /*Start media queries*/ @media only screen and (max-width: 768px){ body{ background: url("images/finalcover.png") no-repeat center fixed; background-size: cover; } .landing-text{ font-size: 15rem; } .landing-text h1{ font-size: 1.7rem; } .nav-list{ flex-direction: column; } .li{ margin: 2rem 0rem; } .nav-link{ font-size:4.5rem ; } .about-heading h1{ font-size: 8rem; } .section-heading h1{ font-size: 3rem; } .about-details .nav-list{ flex-direction: initial; } .about-details li{ margin: 0 2rem; } .icon-container{ width: 7rem; height: 7rem; } .icon-container i{ font-size: 4rem; } .timeline ul{ margin: 0 0 0 auto; } .timeline .date:before{ left: -20rem; } .timeline .date:after{ left: 5.9rem; } } /*End media 768px queries*/ /*Start media queries*/ @media only screen and(max-width: 600px) { .menu-toggler{ top: 2rem; right:2rem; } .landing-text h1{ font-size: 8rem; } .landing-text h6{ font-size:1.4rem; } .nav-link{ font-size: 3.5rem; } .about .container{ flex-direction: column; } .profile-img{ margin: 0 0 7rem 0; } .portfolio-item{ flex-direction: column; } .portfolio-img{ margin:0 0 2rem 0; order:1; } .portfolio-description{ margin: 0; order:2; } .timeline p{ font-size: 1.6rem; } .timeline .date:before { font-size: 1.4rem; } form{ width: 100%; } .up{ right: 2rem; } } /*End media 600px queries*/
style.css
*{ margin:0; padding:0; box-sizing: border-box; } html{ font-size: 10px; font-family:'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: #eee; } body{ width: 100%; height:100%; background : url("images/finalcover.png") no-repeat center fixed; background-size: cover; } section{ padding:6rem 0; } a{ text-decoration: none; color: #eee; } p{ font-size: 1.8rem; font-weight: 300%; } img{ width: 100%; } /*End global*/ /*Start reusable*/ .container{ width: 90%; max-width:120rem; height:100%; margin:0 auto; position:relative; } .section-heading{ text-align: center; margin-bottom: 10rem; } .section-heading h1{ font-size: 7rem; color: rgb(255, 255, 255 .3); text-transform: uppercase; font-weight: 300; font-family: 'Roboto', sans-serif; position: relative; margin-bottom: 1rem; } /* for a yellow line with ball in the middle under services */ .section-heading h1::before, .section-heading h1::after{ content: ''; font-weight: 300; position: absolute; bottom: -.5rem; left: 50%; transform: translateX(-50%); background-color: #ddc919d8; } /* for a yellow line with ball in the middle under services */ .section-heading h1::before{ width: 20rem; height:3px; border-radius: .8rem; } .section-heading h1::after{ width: 1.5rem; height: 1.5rem; border-radius: 100%; bottom: -1rem; } .section-heading h6{ font-size: 2rem; font-weight: 300; font-style: italic; } /*Start header*/ header{ width:100%; height: 100vh; } .top-nav{ width : 100%; height : 100vh; position: fixed; top : -100vh; /*This hides the nav bar*/ background: url("images/header.png") no-repeat fixed; z-index: 50; /*so the text doesnt sit on top of the navigation*/ background-color: rgb(8, 155, 123); background-size: cover; border-bottom-right-radius: 100%; border-bottom-left-radius : 100%; transition: all 650ms cubic-bezier(1,0,0,1); } .nav-list{ list-style: none; font-size: 2.5vw; width:100%; height: 100%; display:flex; justify-content:center; align-items:center; } li{ margin: 0 2rem; } .nav-link{ font-family : 'Kaushan Script',cursive; font-size: 5; padding:1rem; } .nav-link:hover, .nav-link:focus{ background: linear-gradient(to right, #ff00b3,#ddc919d8); -webkit-background-clip: text; -webkit-text-fill-color:transparent; } .top-nav.open{ top: 0; border-radius: initial; } .menu-toggler{ position: absolute; top: 0; margin-top: 5rem; right: 7rem; width: 5rem; height: 4rem; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; z-index: 1500; transition: transform 650ms ease-out; } .menu-toggler.open{ transform : rotate(-45deg); } .bar{ background : linear-gradient(to right, white, #ff00b3); width: 100%; height: 4px; top: 5rem; border-radius: .8rem; } .bar.half{ width: 50%; } .bar.start{ transform-origin: right; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); } .open .bar.start{ transform: rotate(-450deg) translateX(.8rem); } .bar.end { align-self: flex-end; transform-origin : left; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); } .open .bar.end { transform: rotate(-450deg) translateX(-0.8rem); } .landing-text{ position:absolute; top: 50%; left:50%; transform: translate(-50%, -50%); width: 100%; text-align: center; z-index: 1; } .landing-text h1{ font-size: 20rem; font-family: 'Kaushan Script', cursive; background: linear-gradient(to right, white, #ff00b3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 1rem; user-select: none; } .landing-text h6{ font-size: 3rem; font-weight: 700; margin-top: -3rem; } /*End header*/ /*Start about*/ .about .container{ display: flex; align-items: center; justify-content: center; } .about-heading{ text-align: center; line-height: 1rem; margin-bottom: 6rem; } .about-heading h1{ font-size: 10rem; text-transform: uppercase; opacity: .3; } .about-heading h6{ font-size: 3rem; font-family: 'Lobster', cursive; text-transform: capitalize; font-weight: 400; } .about-heading p{ margin-top: 8rem; line-height: 2rem; text-align: justify; margin-left: 5rem; } .bold{ color: #ddc919d8; } .profile-img{ flex: 1; border-radius: 15px; overflow: hidden; } .about-details{ flex: 1; } .social-media{ margin-top: 2rem; } .social-media i{ font-size: 5rem; transition: color 650ms; } .fa-file:hover { color: #ddc919d8; } .fa-linkedin-square:hover{ color:rgb(0, 110, 255); } .fa-github-square:hover{ color: rgb(128, 16, 172); } .fa-youtube-square:hover{ color: rgb(170, 2, 2); } /*End about*/ /*Start services*/ .my-skills{ margin-top:10rem; display:grid; grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); grid-gap: 2.5rem; text-align: center; } .my-skills{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2rem; } .skills h1{ text-transform: uppercase; letter-spacing: 2px; margin: 3.5rem -2px 2rem 0; font-size: 3rem; } .skills p{ margin: 0 16rem; text-align: justify; } .icon-container{ width: 10rem; height: 10rem; border:10px solid #02411a; background-color: #ff00b3; margin-bottom: 2rem; display:flex; transform: rotate(45deg); margin: auto; } .icon-container i{ color: #02411a; font-size: 5rem; margin:auto; transform: rotate(-45deg); } .open-to-suggestions { color: #ddc919d8; font-size: 2rem; margin-top: 5rem; } /*End services*/ /*Start portfolio*/ .portfolio-item{ display: flex; align-items: center; justify-content: center; margin-bottom:8rem; } .portfolio-item:last-child{ margin-bottom: 0; } .portfolio-description{ text-align : justify; } .portfolio-description h1{ font-size: 3rem; font-weight: 700; margin: 1rem 0; } .portfolio-description h6{ font-size: 2rem; text-transform: uppercase; font-weight: 700; opacity: 0.3; } .portfolio-description ul{ font-size: 1.3rem; margin-top: 1em; text-align: justify; } .portfolio-description .cta{ display: inline-block; margin-top: 2.5rem; font-size: 1.5rem; text-transform: uppercase; color: #ddc919d8; font-weight: bold; transition: color 650ms; } .portfolio-description .cta:hover{ color: #ff00b3; } .portfolio-img-has-margin-right { margin-right: 5rem; border-radius: 10px 20px; overflow: hidden; } .portfolio-img { margin-left: 5rem; border-radius: 10px; overflow: hidden; } /*End portfolio*/ /*Start timeline*/ .timeline ul{ border-left: 4px solid#ddc919d8; border-radius: .8rem; background-color:rgb(0,0,0,0.05); margin:0 auto; position: relative; padding:5rem; list-style: none; text-align:left; width:70%; } .timeline h1{ font-size: 2rem; text-transform:uppercase; font-weight: 300; margin-bottom: 1rem; opacity: .3; } .timeline .date{ border-bottom: 1px solid rgba(255,255,255 0.1); margin-bottom: 1rem; padding-bottom: 1rem; position: relative; } .timeline .date:last-of-type{ padding-bottom:0; margin-bottom:0; border:none; } .timeline .date::before, .timeline .date::after{ position: absolute; display: block; top: 50%; transform:translateX(-50%); } .timeline .date::before{ content: attr(data-date); left: -21rem; text-align: right; min-width: 12rem; font-size: 1.5rem; } .timeline .date::after{ content: ''; box-shadow:0 0 0 4px #ff00b3; border-radius:100%; left: -7.1rem; height:1.5rem; width:1.5rem; background-color: #02411a; } /*End timeline*/ /*Start contact*/ .contact { background-color: #02411a; } form { width: 70%; margin: 6rem auto; } form label{ font-size: 1.5rem; font-weight : bold; } input,select,textarea{ width: 100%; padding:1rem; margin-bottom: 20px; border: none; outline-color: #ff00b3; } input[type="submit"]{ width:initial; background-color: #ff00b3; color: #eeee; padding: 1rem 2rem; font-size : 1.5rem; border-radius: .8rem; cursor: pointer; transition: background-color 650ms; } input[type="submit"]:hover{ color: #02411a; font-weight:bold; background-color: white; } /*End contact*/ /*Start footer*/ .footer{ width:100%; background-color: #ddc919d8; position:fixed; height: 170px; bottom: 0; } .up{ width: 5rem; height: 5rem; top: 1rem; border-radius: 100%; display: flex; } .up i{ position: absolute; right: 15px; color:#ff00b3; font-size: 5rem; } .footer-text{ text-align: center; margin-top: -40px; } .footer-contact li { display: inline-block; margin:2 0 2 0rem; font-size: 4rem; } .footer-contact{ position: relative; text-decoration: none; font-size: 2rem; list-style: none; text-align: center; } .footer hr{ border: 2px solid#02411a; margin-bottom:15px; margin-top:10px; } /*End footer*/ /*Start animations*/ @keyframes pulse{ 0%{ box-shadow: 0 0 0 0 #ff00b3(253, 87, 191, 0.99); } 70%{ box-shadow: 0 0 0 2rem #02411a(253, 87, 191, 0); } 100% { box-shadow: 0 0 0 0 #02411a(253, 87, 191, 0); } } /*End animations*/ /*Start media queries*/ @media only screen and (max-width: 768px){ body{ background: url("images/finalcover.png") no-repeat center fixed; background-size: cover; } .landing-text{ font-size: 15rem; } .landing-text h1{ font-size: 1.7rem; } .nav-list{ flex-direction: column; } .li{ margin: 2rem 0rem; } .nav-link{ font-size:4.5rem ; } .about-heading h1{ font-size: 8rem; } .section-heading h1{ font-size: 3rem; } .about-details .nav-list{ flex-direction: initial; } .about-details li{ margin: 0 2rem; } .icon-container{ width: 7rem; height: 7rem; } .icon-container i{ font-size: 4rem; } .timeline ul{ margin: 0 0 0 auto; } .timeline .date:before{ left: -20rem; } .timeline .date:after{ left: 5.9rem; } } /*End media 768px queries*/ /*Start media queries*/ @media only screen and(max-width: 600px) { .menu-toggler{ top: 2rem; right:2rem; } .landing-text h1{ font-size: 8rem; } .landing-text h6{ font-size:1.4rem; } .nav-link{ font-size: 3.5rem; } .about .container{ flex-direction: column; } .profile-img{ margin: 0 0 7rem 0; } .portfolio-item{ flex-direction: column; } .portfolio-img{ margin:0 0 2rem 0; order:1; } .portfolio-description{ margin: 0; order:2; } .timeline p{ font-size: 1.6rem; } .timeline .date:before { font-size: 1.4rem; } form{ width: 100%; } .up{ right: 2rem; } } /*End media 600px queries*/
0.488527
0.07024
@font-face { font-family: 'Ubuntu-B'; src: url("Ubuntu-B.ttf") format('truetype'); } .root { -dark : rgb(29, 34, 44); -backBlue : rgb(41, 54, 65); -menuBlue : rgb(50, 66, 80); -topBlue : rgb(66, 93, 117); -topBlueTest : rgba(66, 93, 117, 0.5); -darkerFade : rgba(24, 33, 39, 0.575); -standard : rgb(211, 210, 135); -bright : rgb(241, 76, 0); -brightFade : rgb(243, 104, 49); -text-color : #FFFEFE; -highlight-effect : dropshadow(two-pass-box, rgba(255, 255, 255, 1.0), 20, 0.5, 0, 0); -fx-background : rgb(41, 54, 65); -fx-font-family : 'Ubuntu Bold'; -fx-font-size : 14px; -fx-base : -standard; -fx-selection-bar : -standard; -fx-selection-bar-non-focused: derive(-standard, 20%); } .menu-bar { -fx-background-color: -standard, -bright; } .menu-bar .menu:selected { -fx-background : -bright; -fx-background-color: -standard; -fx-text-fill : -text-color; } .menu-bar .menu-item { -fx-text-fill: -text-color; } .menu:pressed { -fx-background : -standard; -fx-background-color: -standard; -fx-text-fill : -text-color; } .menu:hover > .label { -fx-background-color: -standard; } .menu .menu-button { -fx-background : -standard; -fx-background-color: -standard; } .context-menu { -fx-background-color: -bright; } .titled-pane { -fx-mark-color : -standard; -fx-mark-highlight-color: transparent; -fx-text-fill : -text-color; } .titled-pane:focused > .title > .arrow-button > .arrow { -fx-mark-color : white; -fx-focus-color: transparent; } .titled-pane > .title { -fx-background-color : -standard, -bright; -fx-background-insets: 0, 1 0 0 0; } .titled-pane >.title:hover { -fx-background-color: -standard, derive(-bright, -10%); } .button{ -fx-text-fill : -text-color; -fx-outer-border : linear-gradient(to bottom, derive(-standard, 30%) 0%, derive(-standard, -30%) 100%); -fx-inner-border : derive(-bright, 10%); -fx-body-color : -menuBlue; -fx-border-color : transparent; -fx-border-radius : 0; -fx-background-radius: 0; -fx-background-insets: 0,0,0,0 0 0 0; -fx-padding : 10 15 10 15; /* -fx-font-family : "Ubuntu Medium"; */ -fx-font-size : 14px; /* -fx-font-style : normal; */ /* -fx-font-weight : lighter; */ /*-fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 2, 0, -2, 2);*/ } .button:pressed { -fx-body-color : -darkerFade; -fx-inner-border: derive(-standard, 10%); } .button:disabled { -fx-body-color: -dark; } .button .text { -fx-effect: dropshadow(two-pass-box, rgba(0, 0, 0, 0.2), 1, 0, 0, 1); } .toggle-button{ -fx-text-fill : -text-color; -fx-outer-border : linear-gradient(to bottom, derive(-standard, 30%) 0%, derive(-standard, -30%) 100%); -fx-inner-border : derive(-bright, 10%); -fx-body-color : -bright; -fx-border-color : transparent; -fx-border-radius : 0; -fx-background-insets: 0, 0, 0, 1 0 0 0; -fx-padding : 10 15 10 15; /* -fx-font-family : "Ubuntu Medium"; */ -fx-font-size : 14px; /*-fx-font-style : normal; */ /*-fx-font-weight : lighter; */ } .toggle-button:pressed { -fx-body-color : -standard; -fx-inner-border: derive(-standard, 10%); } .toggle-button:selected { -fx-body-color : -standard; -fx-inner-border : derive(-standard, 10%); -fx-background-color: -fx-focus-color, -fx-outer-border, -fx-inner-border, -fx-body-color; } .radio-button .radio { -fx-background-radius: 1em; -fx-background-color : -bright, -fx-background; -fx-background-insets: 0, 2; -fx-pref-width : 21; -fx-pref-height : 21; } .radio-button:selected .radio .dot { -fx-background-color : -bright; -fx-background-insets: 0; -fx-padding : 0.4em; } .check-box > .box { -fx-background-radius: 0; -fx-background-color : -bright, -fx-background; -fx-background-insets: 0, 2; -fx-pref-width : 21; -fx-pref-height : 21; } .check-box:focused > .box { -fx-background-insets: 0, 2; } .check-box > .box > .mark { -fx-mark-highlight-color: -bright; -fx-mark-color : -bright; -fx-scale-shape : false; -fx-shape : "M 4.023 10.8633 L 4.0259 10.9843 L 11.9863 2.9926 L 10.1048 -0.014 L 4.0049 7.9774 L 1.3589 5.9741 L -0.0884 8.0153 L 4.023 10.8633 Z"; -fx-pref-width : 12px; -fx-pref-height : 11px; } .check-box:selected .mark { -fx-background-color: -bright; } .scroll-bar:horizontal { -fx-background-color : -bright; -fx-background-radius: 0; -fx-padding : 0; -fx-background-insets: 0; } .scroll-bar:horizontal .thumb { -fx-background-color: white; -fx-scale-shape : false; -fx-shape : "M 935 1187 L 943 1187 L 943 1188 L 935 1188 L 935 1187 ZM 935 1185 L 943 1185 L 943 1186 L 935 1186 L 935 1185 ZM 935 1183 L 943 1183 L 943 1184 L 935 1184 L 935 1183 ZM 926 1185.5 C 926 1192.9559 932.0441 1199 939.5 1199 C 946.9559 1199 953 1192.9559 953 1185.5 C 953 1178.0441 946.9559 1172 939.5 1172 C 932.0441 1172 926 1178.0441 926 1185.5 Z"; -fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 1, 0.0, 0, 1); } .scroll-bar:horizontal > .decrement-button > .decrement-arrow { -fx-background-color: white; -fx-padding : 0.333em 0.167em 0.333em 0.167em; -fx-shape : "M5.997,5.072L5.995,6.501l-2.998-4l2.998-4l0.002,1.43l-1.976,2.57L5.997,5.072z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar:horizontal > .increment-button > .increment-arrow { -fx-background-color: white; -fx-padding : 0.333em 0.167em 0.333em 0.167em; -fx-shape : "M2.998-0.07L3-1.499l2.998,4L3,6.501l-0.002-1.43l1.976-2.57L2.998-0.07z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar:vertical { -fx-background-color : -bright; -fx-background-radius: 0; -fx-padding : 0; -fx-background-insets: 0; } .scroll-bar:vertical .thumb { -fx-background-color: white; -fx-scale-shape : false; -fx-shape : "M 935 1187 L 943 1187 L 943 1188 L 935 1188 L 935 1187 ZM 935 1185 L 943 1185 L 943 1186 L 935 1186 L 935 1185 ZM 935 1183 L 943 1183 L 943 1184 L 935 1184 L 935 1183 ZM 926 1185.5 C 926 1192.9559 932.0441 1199 939.5 1199 C 946.9559 1199 953 1192.9559 953 1185.5 C 953 1178.0441 946.9559 1172 939.5 1172 C 932.0441 1172 926 1178.0441 926 1185.5 Z"; -fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 1, 0.0, 0, 1); } .scroll-bar:vertical > .decrement-button > .decrement-arrow { -fx-background-color: white; -fx-padding : 0.167em 0.333em 0.167em 0.333em; -fx-shape : "M1.929,4L0.5,3.998L4.5,1l4,2.998L7.07,4L4.5,2.024L1.929,4z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar:vertical > .increment-button > .increment-arrow { -fx-background-color: white; -fx-padding : 0.167em 0.333em 0.167em 0.333em; -fx-shape : "M7.071,1L8.5,1.002L4.5,4l-4-2.998L1.93,1L4.5,2.976L7.071,1z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar > .track { -fx-background-insets: 0; -fx-padding : 1em; } .scroll-bar > .increment-button:hover > .increment-arrow, .scroll-bar > .decrement-button:hover > .decrement-arrow { -fx-background-color: -bright; } .scroll-bar > .increment-button:pressed > .increment-arrow, .scroll-bar > .decrement-button:pressed > .decrement-arrow { -fx-background-color: -bright; } .scroll-bar .thumb:pressed { -fx-effect: -highlight-effect; } .slider .track { -fx-background-color : -bright; -fx-background-radius: 1em; -fx-padding : 0.8em; } .slider .thumb { -fx-background-color: white; -fx-scale-shape : false; -fx-shape : "M 935 1187 L 943 1187 L 943 1188 L 935 1188 L 935 1187 ZM 935 1185 L 943 1185 L 943 1186 L 935 1186 L 935 1185 ZM 935 1183 L 943 1183 L 943 1184 L 935 1184 L 935 1183 ZM 926 1185.5 C 926 1192.9559 932.0441 1199 939.5 1199 C 946.9559 1199 953 1192.9559 953 1185.5 C 953 1178.0441 946.9559 1172 939.5 1172 C 932.0441 1172 926 1178.0441 926 1185.5 Z"; -fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 1, 0.0, 0, 1); } .slider .thumb:pressed { -fx-effect: -highlight-effect; } .progress-bar .track { -fx-background-color : -bright; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding : 0.8em; } .progress-bar .bar { -fx-background-insets: 0; -fx-background-radius: 0; -fx-box-border : -bright; -fx-accent : -standard; } .progress-indicator { -fx-progress-color : -standard; } .progress-indicator > .determinate-indicator > .indicator { -fx-background-color : -bright; -fx-background-insets: 0, 1, 5 2 1 2; -fx-padding : 0; } .progress-indicator .percentage { -fx-fill: rgb(255, 255, 255); } .borders{ -fx-border-color : rgba(255, 255, 255, .80); -fx-border-style : dotted; -fx-border-width : 1; -fx-border-insets: -2; }
src/test/java/resources/FlatRed.css
@font-face { font-family: 'Ubuntu-B'; src: url("Ubuntu-B.ttf") format('truetype'); } .root { -dark : rgb(29, 34, 44); -backBlue : rgb(41, 54, 65); -menuBlue : rgb(50, 66, 80); -topBlue : rgb(66, 93, 117); -topBlueTest : rgba(66, 93, 117, 0.5); -darkerFade : rgba(24, 33, 39, 0.575); -standard : rgb(211, 210, 135); -bright : rgb(241, 76, 0); -brightFade : rgb(243, 104, 49); -text-color : #FFFEFE; -highlight-effect : dropshadow(two-pass-box, rgba(255, 255, 255, 1.0), 20, 0.5, 0, 0); -fx-background : rgb(41, 54, 65); -fx-font-family : 'Ubuntu Bold'; -fx-font-size : 14px; -fx-base : -standard; -fx-selection-bar : -standard; -fx-selection-bar-non-focused: derive(-standard, 20%); } .menu-bar { -fx-background-color: -standard, -bright; } .menu-bar .menu:selected { -fx-background : -bright; -fx-background-color: -standard; -fx-text-fill : -text-color; } .menu-bar .menu-item { -fx-text-fill: -text-color; } .menu:pressed { -fx-background : -standard; -fx-background-color: -standard; -fx-text-fill : -text-color; } .menu:hover > .label { -fx-background-color: -standard; } .menu .menu-button { -fx-background : -standard; -fx-background-color: -standard; } .context-menu { -fx-background-color: -bright; } .titled-pane { -fx-mark-color : -standard; -fx-mark-highlight-color: transparent; -fx-text-fill : -text-color; } .titled-pane:focused > .title > .arrow-button > .arrow { -fx-mark-color : white; -fx-focus-color: transparent; } .titled-pane > .title { -fx-background-color : -standard, -bright; -fx-background-insets: 0, 1 0 0 0; } .titled-pane >.title:hover { -fx-background-color: -standard, derive(-bright, -10%); } .button{ -fx-text-fill : -text-color; -fx-outer-border : linear-gradient(to bottom, derive(-standard, 30%) 0%, derive(-standard, -30%) 100%); -fx-inner-border : derive(-bright, 10%); -fx-body-color : -menuBlue; -fx-border-color : transparent; -fx-border-radius : 0; -fx-background-radius: 0; -fx-background-insets: 0,0,0,0 0 0 0; -fx-padding : 10 15 10 15; /* -fx-font-family : "Ubuntu Medium"; */ -fx-font-size : 14px; /* -fx-font-style : normal; */ /* -fx-font-weight : lighter; */ /*-fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 2, 0, -2, 2);*/ } .button:pressed { -fx-body-color : -darkerFade; -fx-inner-border: derive(-standard, 10%); } .button:disabled { -fx-body-color: -dark; } .button .text { -fx-effect: dropshadow(two-pass-box, rgba(0, 0, 0, 0.2), 1, 0, 0, 1); } .toggle-button{ -fx-text-fill : -text-color; -fx-outer-border : linear-gradient(to bottom, derive(-standard, 30%) 0%, derive(-standard, -30%) 100%); -fx-inner-border : derive(-bright, 10%); -fx-body-color : -bright; -fx-border-color : transparent; -fx-border-radius : 0; -fx-background-insets: 0, 0, 0, 1 0 0 0; -fx-padding : 10 15 10 15; /* -fx-font-family : "Ubuntu Medium"; */ -fx-font-size : 14px; /*-fx-font-style : normal; */ /*-fx-font-weight : lighter; */ } .toggle-button:pressed { -fx-body-color : -standard; -fx-inner-border: derive(-standard, 10%); } .toggle-button:selected { -fx-body-color : -standard; -fx-inner-border : derive(-standard, 10%); -fx-background-color: -fx-focus-color, -fx-outer-border, -fx-inner-border, -fx-body-color; } .radio-button .radio { -fx-background-radius: 1em; -fx-background-color : -bright, -fx-background; -fx-background-insets: 0, 2; -fx-pref-width : 21; -fx-pref-height : 21; } .radio-button:selected .radio .dot { -fx-background-color : -bright; -fx-background-insets: 0; -fx-padding : 0.4em; } .check-box > .box { -fx-background-radius: 0; -fx-background-color : -bright, -fx-background; -fx-background-insets: 0, 2; -fx-pref-width : 21; -fx-pref-height : 21; } .check-box:focused > .box { -fx-background-insets: 0, 2; } .check-box > .box > .mark { -fx-mark-highlight-color: -bright; -fx-mark-color : -bright; -fx-scale-shape : false; -fx-shape : "M 4.023 10.8633 L 4.0259 10.9843 L 11.9863 2.9926 L 10.1048 -0.014 L 4.0049 7.9774 L 1.3589 5.9741 L -0.0884 8.0153 L 4.023 10.8633 Z"; -fx-pref-width : 12px; -fx-pref-height : 11px; } .check-box:selected .mark { -fx-background-color: -bright; } .scroll-bar:horizontal { -fx-background-color : -bright; -fx-background-radius: 0; -fx-padding : 0; -fx-background-insets: 0; } .scroll-bar:horizontal .thumb { -fx-background-color: white; -fx-scale-shape : false; -fx-shape : "M 935 1187 L 943 1187 L 943 1188 L 935 1188 L 935 1187 ZM 935 1185 L 943 1185 L 943 1186 L 935 1186 L 935 1185 ZM 935 1183 L 943 1183 L 943 1184 L 935 1184 L 935 1183 ZM 926 1185.5 C 926 1192.9559 932.0441 1199 939.5 1199 C 946.9559 1199 953 1192.9559 953 1185.5 C 953 1178.0441 946.9559 1172 939.5 1172 C 932.0441 1172 926 1178.0441 926 1185.5 Z"; -fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 1, 0.0, 0, 1); } .scroll-bar:horizontal > .decrement-button > .decrement-arrow { -fx-background-color: white; -fx-padding : 0.333em 0.167em 0.333em 0.167em; -fx-shape : "M5.997,5.072L5.995,6.501l-2.998-4l2.998-4l0.002,1.43l-1.976,2.57L5.997,5.072z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar:horizontal > .increment-button > .increment-arrow { -fx-background-color: white; -fx-padding : 0.333em 0.167em 0.333em 0.167em; -fx-shape : "M2.998-0.07L3-1.499l2.998,4L3,6.501l-0.002-1.43l1.976-2.57L2.998-0.07z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar:vertical { -fx-background-color : -bright; -fx-background-radius: 0; -fx-padding : 0; -fx-background-insets: 0; } .scroll-bar:vertical .thumb { -fx-background-color: white; -fx-scale-shape : false; -fx-shape : "M 935 1187 L 943 1187 L 943 1188 L 935 1188 L 935 1187 ZM 935 1185 L 943 1185 L 943 1186 L 935 1186 L 935 1185 ZM 935 1183 L 943 1183 L 943 1184 L 935 1184 L 935 1183 ZM 926 1185.5 C 926 1192.9559 932.0441 1199 939.5 1199 C 946.9559 1199 953 1192.9559 953 1185.5 C 953 1178.0441 946.9559 1172 939.5 1172 C 932.0441 1172 926 1178.0441 926 1185.5 Z"; -fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 1, 0.0, 0, 1); } .scroll-bar:vertical > .decrement-button > .decrement-arrow { -fx-background-color: white; -fx-padding : 0.167em 0.333em 0.167em 0.333em; -fx-shape : "M1.929,4L0.5,3.998L4.5,1l4,2.998L7.07,4L4.5,2.024L1.929,4z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar:vertical > .increment-button > .increment-arrow { -fx-background-color: white; -fx-padding : 0.167em 0.333em 0.167em 0.333em; -fx-shape : "M7.071,1L8.5,1.002L4.5,4l-4-2.998L1.93,1L4.5,2.976L7.071,1z"; -fx-effect : dropshadow(two-pass-box , -fx-shadow-highlight-color, 1, 0.0 , 0, 1.4); } .scroll-bar > .track { -fx-background-insets: 0; -fx-padding : 1em; } .scroll-bar > .increment-button:hover > .increment-arrow, .scroll-bar > .decrement-button:hover > .decrement-arrow { -fx-background-color: -bright; } .scroll-bar > .increment-button:pressed > .increment-arrow, .scroll-bar > .decrement-button:pressed > .decrement-arrow { -fx-background-color: -bright; } .scroll-bar .thumb:pressed { -fx-effect: -highlight-effect; } .slider .track { -fx-background-color : -bright; -fx-background-radius: 1em; -fx-padding : 0.8em; } .slider .thumb { -fx-background-color: white; -fx-scale-shape : false; -fx-shape : "M 935 1187 L 943 1187 L 943 1188 L 935 1188 L 935 1187 ZM 935 1185 L 943 1185 L 943 1186 L 935 1186 L 935 1185 ZM 935 1183 L 943 1183 L 943 1184 L 935 1184 L 935 1183 ZM 926 1185.5 C 926 1192.9559 932.0441 1199 939.5 1199 C 946.9559 1199 953 1192.9559 953 1185.5 C 953 1178.0441 946.9559 1172 939.5 1172 C 932.0441 1172 926 1178.0441 926 1185.5 Z"; -fx-effect : dropshadow(two-pass-box, rgba(0, 0, 0, 0.3), 1, 0.0, 0, 1); } .slider .thumb:pressed { -fx-effect: -highlight-effect; } .progress-bar .track { -fx-background-color : -bright; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding : 0.8em; } .progress-bar .bar { -fx-background-insets: 0; -fx-background-radius: 0; -fx-box-border : -bright; -fx-accent : -standard; } .progress-indicator { -fx-progress-color : -standard; } .progress-indicator > .determinate-indicator > .indicator { -fx-background-color : -bright; -fx-background-insets: 0, 1, 5 2 1 2; -fx-padding : 0; } .progress-indicator .percentage { -fx-fill: rgb(255, 255, 255); } .borders{ -fx-border-color : rgba(255, 255, 255, .80); -fx-border-style : dotted; -fx-border-width : 1; -fx-border-insets: -2; }
0.457379
0.088112
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .menuNavbar { background-color: white !important; border-bottom: 1px solid black; /*primary color => #007bff;*/ } ul { list-style-type: none; } .line-center { margin: 0; padding: 0 10px; background: #fff; display: inline-block; } h2 { text-align: center; position: relative; } h2:after { content: ""; position: absolute; top: 50%; left: 0; right: 0; border-top: solid 1.5px #007bff; z-index: -1; } .adminFooterColor { border-top: 5px solid black !important; } .normalFooter { border-top: 5px solid #007bff; margin: 50px; padding: 30px; } .center { width: 150px; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .quantity { width: 20% !important; } /* Dropdown products menu*/ /* Dropdown Button */ .dropbtn { background-color: white; color: black; font-weight: bold; padding: 7px; font-size: 16px; border: none; } /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } /* Links inside the dropdown */ .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } /* Change color of dropdown links on hover */ .dropdown-content a:hover { background-color: #ddd; } /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: #007bff; } #reviewTag { text-decoration: none; } .checked { color: orange; } span.contentSpan { display: block; width: 600px; word-wrap: break-word; } #rating-stars { color: inherit; text-decoration: none; } .my-light-color { background-color: whitesmoke; } #billing-div, #confirm-div, #address-div, .hidden-form { display: none; } .mapouter { position: relative; text-align: right; height: 500px; width: 600px; } .gmap_canvas { overflow: hidden; background: none !important; height: 500px; width: 600px; }
KeepFitStore/KeepFitStore.WEB/wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .menuNavbar { background-color: white !important; border-bottom: 1px solid black; /*primary color => #007bff;*/ } ul { list-style-type: none; } .line-center { margin: 0; padding: 0 10px; background: #fff; display: inline-block; } h2 { text-align: center; position: relative; } h2:after { content: ""; position: absolute; top: 50%; left: 0; right: 0; border-top: solid 1.5px #007bff; z-index: -1; } .adminFooterColor { border-top: 5px solid black !important; } .normalFooter { border-top: 5px solid #007bff; margin: 50px; padding: 30px; } .center { width: 150px; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .quantity { width: 20% !important; } /* Dropdown products menu*/ /* Dropdown Button */ .dropbtn { background-color: white; color: black; font-weight: bold; padding: 7px; font-size: 16px; border: none; } /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } /* Links inside the dropdown */ .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } /* Change color of dropdown links on hover */ .dropdown-content a:hover { background-color: #ddd; } /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: #007bff; } #reviewTag { text-decoration: none; } .checked { color: orange; } span.contentSpan { display: block; width: 600px; word-wrap: break-word; } #rating-stars { color: inherit; text-decoration: none; } .my-light-color { background-color: whitesmoke; } #billing-div, #confirm-div, #address-div, .hidden-form { display: none; } .mapouter { position: relative; text-align: right; height: 500px; width: 600px; } .gmap_canvas { overflow: hidden; background: none !important; height: 500px; width: 600px; }
0.549157
0.078642
@charset "utf-8"; /* CSS Document */ *{ font-family:"微软雅黑"; } nav #search{ position:relative; } .search-remind{ border: 1px solid #B0C4DE; position: absolute; width:226px; background-color: #fff; z-index: 999; display: none; } .search-remind ul{ padding:0px; } .search-remind ul li{ list-style-type: none; padding:5px; } .search-remind ul li:hover{ background: #E6E6FA; } .main{ font-family:"微软雅黑 Light"; width:80%; margin:50px auto; } .main .about-me-moblie{ display: none; width: 100%; box-shadow: 2px 2px 3px 4px rgba(34, 25, 25, 0.2); } .main .about-me-moblie .pic{ float: left; margin:20px auto; } .main .about-me-moblie .pic img{ margin-left:20px; border-radius:50%; width:85; height:85px; } .main .about-me-moblie h3{ padding-left:40px; padding-top:40px; float: left; } .main .post{ width:75%; float:left; min-height: 400px; } .main .about-me{ margin-top:23px; width: 24%; height:300px; float: right; box-shadow: 2px 2px 3px 4px rgba(34, 25, 25, 0.2); } .main .about-me .pic{ width:110px; height:110px; margin:40px auto; } .main .about-me .pic img{ border-radius:50%; } .main .post .article{ width:98%; } .main .post .article-date{ width:65px; background: #2b579a; display: inline-block; position: absolute; } .main .post .article-date-day{ margin: 0; font-size: 38px; color: #fff; text-align: right; font-family: KlavikaMedium-Plain; padding-top: 2px; padding-right: 7px; } .main .post .article-date-month{ color: #fff; background-color: #3e6db5; text-align: right; padding: 1px 10px; font-weight:bold; } .main .post .description{ display:inline-block; margin-left:95px; } .main .post .description .article-title{ color: #2b579a; font-weight:bold; } .main .post .description .sumary{ line-height: 24px; word-wrap: break-word; word-break: break-all; } .main .post .tags{ padding-top: 10px; margin-bottom: -10px; } .main .post .tags a{ display: inline-block; background-color: #2b579a; color: #fff; padding: 5px 10px; font-size: 12px; margin-right: 10px; margin-bottom: 10px; } .article .timeBar{ background-color: #eee; margin-bottom: 10px; padding: 5px; font-size: 12px; } .article .content img{ max-width: 100%; } .pull-right button{ border-radius: 50px !important; } .pull-right button:focus{ box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5); } #QRcode{ background-color: #124078; border-color: #0e315d; outline: none; } #QRcode:hover{ background-color: #0169D9; } #qc_alert{ display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background:rgba(127,127,127,0.5) /*background: #808080;*/ } #qc_alert .alert_content{ max-width: 500px; margin: 5.75rem auto; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0; z-index: 999; } #remind{ background-color: #eee; padding: 5px; } .message{ position: relative; } .message input{ margin-bottom:20px; height:30px; } .message input:first-child{ width:30%; } .message #email{ width:50%; } .message button{ width:30%; margin:10px auto; } .skill{ width:30%; margin-left:10%; float:left; } .like{ padding: 8px; background: #fff; margin-right: 4px; } .badge{ display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; border-radius: 10px; } #message-list{ width: 62%; position: absolute; } #message-list .avatar{ background-color: #804998; color: #fff; font-weight: 100; font-size: 27px; text-align: center; height: 45px; width: 45px; padding-top: 5px; float: left; } .update-tree{ width: 80%; height:80px; margin:auto; } .update-tree ul{ padding-left: 23px; margin-top: 50px; border-left: 1px solid #999999; } .update-tree ul li{ margin-left: -7px; padding-left: 50px; padding-top: 100px; font-size: 20px; } .update-tree ul li span{ font-size: 16px; } .top{ position:fixed; bottom:20px; right:5%; cursor: pointer; } .clear{ clear:both; } .captcha{ border: 1px solid transparent; border-color: #ddd; padding: 5px 10px 5px 10px; float: left; } #captchaInput{ float: left; height:42px; font-size: 24px; } #verifyRight{ margin-top: 15px; margin-left: 15px; color: #3c763d; float: left; display: none; } #verifyWrong{ color: #EE2C2C; margin-top: 15px; margin-left: 15px; float: left; display: none; } /*top tags*/ .card{ margin-top: 23px; width: 24%; float: right; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; } .post .card{ width: 100%; } .card-header { padding: .75rem 1.25rem; margin-bottom: 0; background-color: rgba(0,0,0,.03); border-bottom: 1px solid rgba(0,0,0,.125); } .card-header:first-child { border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; } .card-body { padding: 1rem; } .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; } .toptags-list a { background-color: #2b579a; color: #fff; display: inline-block; margin-bottom: 10px; margin-right: 10px; padding: 5px 10px; } /*搜索框*/ .navbar-form .form-control { background: rgba(255,255,255,.2); border-width: 0; box-shadow: none; color: #fff; margin-right: 0 !important; width: 226px; } @media screen and (max-width: 768px) { .main { width:100%; margin:auto; } .main .post{ width:100%; padding-left: 15px; padding-right: 15px; } .main .about-me-moblie{ display: block; margin-top: 40px; } .main .about-me-moblie a:link{ color: #000; } .main .about-me-moblie h3{ font-size: 1.3em; } .main .about-me{ display: none; } .main .post .article{ width:100%; margin:auto; } .main .post .description{ margin:auto; } .main .post .article-date-day{ font-size: 28px; padding-right: 13px; } .main .post .article-date-month{ font-size: 12px; } .message input[type="text"] { width: 100%; } .message button{ width:50%; } .main .post .article-date{ display: none; } .main .post .tags a{ padding: 2px 5px; } .message #email{ width:100%; } #message-list{ width:90%; } #message-list .avatar{ height: 40px; width: 40px; font-size: 21px; } section .card{ display: none; } .navbar-form .form-control { width: 100%; margin-bottom: 5px; } .navbar-form .glyphicon-search{ width: 100%; } .search-remind{ display: none; } } @media screen and (max-width: 320px) { .main .about-me-moblie h3{ padding-left:20px; font-size: 1.17em; } }
public/static/css/index.css
@charset "utf-8"; /* CSS Document */ *{ font-family:"微软雅黑"; } nav #search{ position:relative; } .search-remind{ border: 1px solid #B0C4DE; position: absolute; width:226px; background-color: #fff; z-index: 999; display: none; } .search-remind ul{ padding:0px; } .search-remind ul li{ list-style-type: none; padding:5px; } .search-remind ul li:hover{ background: #E6E6FA; } .main{ font-family:"微软雅黑 Light"; width:80%; margin:50px auto; } .main .about-me-moblie{ display: none; width: 100%; box-shadow: 2px 2px 3px 4px rgba(34, 25, 25, 0.2); } .main .about-me-moblie .pic{ float: left; margin:20px auto; } .main .about-me-moblie .pic img{ margin-left:20px; border-radius:50%; width:85; height:85px; } .main .about-me-moblie h3{ padding-left:40px; padding-top:40px; float: left; } .main .post{ width:75%; float:left; min-height: 400px; } .main .about-me{ margin-top:23px; width: 24%; height:300px; float: right; box-shadow: 2px 2px 3px 4px rgba(34, 25, 25, 0.2); } .main .about-me .pic{ width:110px; height:110px; margin:40px auto; } .main .about-me .pic img{ border-radius:50%; } .main .post .article{ width:98%; } .main .post .article-date{ width:65px; background: #2b579a; display: inline-block; position: absolute; } .main .post .article-date-day{ margin: 0; font-size: 38px; color: #fff; text-align: right; font-family: KlavikaMedium-Plain; padding-top: 2px; padding-right: 7px; } .main .post .article-date-month{ color: #fff; background-color: #3e6db5; text-align: right; padding: 1px 10px; font-weight:bold; } .main .post .description{ display:inline-block; margin-left:95px; } .main .post .description .article-title{ color: #2b579a; font-weight:bold; } .main .post .description .sumary{ line-height: 24px; word-wrap: break-word; word-break: break-all; } .main .post .tags{ padding-top: 10px; margin-bottom: -10px; } .main .post .tags a{ display: inline-block; background-color: #2b579a; color: #fff; padding: 5px 10px; font-size: 12px; margin-right: 10px; margin-bottom: 10px; } .article .timeBar{ background-color: #eee; margin-bottom: 10px; padding: 5px; font-size: 12px; } .article .content img{ max-width: 100%; } .pull-right button{ border-radius: 50px !important; } .pull-right button:focus{ box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5); } #QRcode{ background-color: #124078; border-color: #0e315d; outline: none; } #QRcode:hover{ background-color: #0169D9; } #qc_alert{ display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background:rgba(127,127,127,0.5) /*background: #808080;*/ } #qc_alert .alert_content{ max-width: 500px; margin: 5.75rem auto; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0; z-index: 999; } #remind{ background-color: #eee; padding: 5px; } .message{ position: relative; } .message input{ margin-bottom:20px; height:30px; } .message input:first-child{ width:30%; } .message #email{ width:50%; } .message button{ width:30%; margin:10px auto; } .skill{ width:30%; margin-left:10%; float:left; } .like{ padding: 8px; background: #fff; margin-right: 4px; } .badge{ display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; border-radius: 10px; } #message-list{ width: 62%; position: absolute; } #message-list .avatar{ background-color: #804998; color: #fff; font-weight: 100; font-size: 27px; text-align: center; height: 45px; width: 45px; padding-top: 5px; float: left; } .update-tree{ width: 80%; height:80px; margin:auto; } .update-tree ul{ padding-left: 23px; margin-top: 50px; border-left: 1px solid #999999; } .update-tree ul li{ margin-left: -7px; padding-left: 50px; padding-top: 100px; font-size: 20px; } .update-tree ul li span{ font-size: 16px; } .top{ position:fixed; bottom:20px; right:5%; cursor: pointer; } .clear{ clear:both; } .captcha{ border: 1px solid transparent; border-color: #ddd; padding: 5px 10px 5px 10px; float: left; } #captchaInput{ float: left; height:42px; font-size: 24px; } #verifyRight{ margin-top: 15px; margin-left: 15px; color: #3c763d; float: left; display: none; } #verifyWrong{ color: #EE2C2C; margin-top: 15px; margin-left: 15px; float: left; display: none; } /*top tags*/ .card{ margin-top: 23px; width: 24%; float: right; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; } .post .card{ width: 100%; } .card-header { padding: .75rem 1.25rem; margin-bottom: 0; background-color: rgba(0,0,0,.03); border-bottom: 1px solid rgba(0,0,0,.125); } .card-header:first-child { border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; } .card-body { padding: 1rem; } .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; } .toptags-list a { background-color: #2b579a; color: #fff; display: inline-block; margin-bottom: 10px; margin-right: 10px; padding: 5px 10px; } /*搜索框*/ .navbar-form .form-control { background: rgba(255,255,255,.2); border-width: 0; box-shadow: none; color: #fff; margin-right: 0 !important; width: 226px; } @media screen and (max-width: 768px) { .main { width:100%; margin:auto; } .main .post{ width:100%; padding-left: 15px; padding-right: 15px; } .main .about-me-moblie{ display: block; margin-top: 40px; } .main .about-me-moblie a:link{ color: #000; } .main .about-me-moblie h3{ font-size: 1.3em; } .main .about-me{ display: none; } .main .post .article{ width:100%; margin:auto; } .main .post .description{ margin:auto; } .main .post .article-date-day{ font-size: 28px; padding-right: 13px; } .main .post .article-date-month{ font-size: 12px; } .message input[type="text"] { width: 100%; } .message button{ width:50%; } .main .post .article-date{ display: none; } .main .post .tags a{ padding: 2px 5px; } .message #email{ width:100%; } #message-list{ width:90%; } #message-list .avatar{ height: 40px; width: 40px; font-size: 21px; } section .card{ display: none; } .navbar-form .form-control { width: 100%; margin-bottom: 5px; } .navbar-form .glyphicon-search{ width: 100%; } .search-remind{ display: none; } } @media screen and (max-width: 320px) { .main .about-me-moblie h3{ padding-left:20px; font-size: 1.17em; } }
0.25303
0.041191
.demo{ background-color: #dbdbdb; } .main-timeline{ font-family: 'Roboto', sans-serif; } .main-timeline:before{ content: ''; background-color: #e7e7e7; height: 100%; width: 15px; border-radius: 10px; transform: translateX(-50%); position: absolute; left: 50%; top: 0; } .main-timeline:after{ content: ''; display: block; clear: both; } .main-timeline .timeline{ width: 50%; padding: 0 0 0 25px; margin: 0 0 30px 10px; float: right; position: relative; } .main-timeline .timeline:after{ content: ''; background-color: #769aff; height: 15px; width: 15px; border-radius: 50%; box-shadow: 0 0 0 3px #fff, 0 0 10px #333; transform: translateY(-50%); position: absolute; left: -7px; top: 50%; } .main-timeline .timeline-content{ color: #555; background: linear-gradient(to right,#769aff,#405fc2 22%); padding: 0 0 0 120px; display: block; position: relative; clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%); } .main-timeline .timeline-content:hover{ text-decoration: none; } .main-timeline .timeline-icon{ color: #fff; font-size: 45px; transform: translateY(-50%); position: absolute; top: 50%; left: 25px; } .main-timeline .inner-content{ color: #555; background-color: #fff; min-height: 110px; padding: 15px 15px 15px 0; position: relative; } .main-timeline .inner-content:before{ content: ''; background-color: #fff; height: 98%; width: 80px; border-radius: 50%; transform: translateY(-50%); position: absolute; left: -37px; top: 50%; z-index: -1; } .main-timeline .title{ font-size: 20px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 5px; } .main-timeline .description{ font-size: 14px; letter-spacing: 1px; margin: 0; } .main-timeline .timeline:nth-child(even){ padding: 0 25px 0 0; margin: 0 10px 30px 0; float: left; } .main-timeline .timeline:nth-child(even):after{ left: auto; right: -8px; } .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 120px 0 0; clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0); } .main-timeline .timeline:nth-child(even) .timeline-icon{ left: auto; right: 25px; } .main-timeline .timeline:nth-child(even) .inner-content{ padding: 15px 10px 15px 15px; } .main-timeline .timeline:nth-child(even) .inner-content:before{ left: auto; right: -37px; } .main-timeline .timeline:nth-child(2n+2):after{ background-color: #5dd159; } .main-timeline .timeline:nth-child(2n+2) .timeline-content{ background: linear-gradient(to left,#7dee79,#8dc573 22%); } /* .main-timeline .timeline:nth-child(6n+3):after{ background-color: #405fc2; } .main-timeline .timeline:nth-child(6n+3) .timeline-content{ background: linear-gradient(to right,#769aff,#405fc2 22%); } .main-timeline .timeline:nth-child(6n+4):after{ background-color: #74d46b; } .main-timeline .timeline:nth-child(6n+4) .timeline-content{ background: linear-gradient(to left,#74d46b,#6ea763 22%); } .main-timeline .timeline:nth-child(6n+5):after{ background-color: #42f1f7; } .main-timeline .timeline:nth-child(6n+5) .timeline-content{ background: linear-gradient(to left,#42f1f7,#0672d6 22%); } .main-timeline .timeline:nth-child(6n+6):after{ background-color: #40db2c; } .main-timeline .timeline:nth-child(6n+6) .timeline-content{ background: linear-gradient(to left,#40db2c,#87af91 22%); }*/ @media screen and (max-width:767px){ .main-timeline:before{ left: 19px; transform: translateX(0); } .main-timeline .timeline, .main-timeline .timeline:nth-child(even){ width: 100%; margin: 0 0 30px; padding: 0 0 0 25px; } .main-timeline .timeline:after, .main-timeline .timeline:nth-child(even):after{ left: 3px; } .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon{ font-size: 30px; left: 23px; } .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 0 0 90px; clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%); } .main-timeline .inner-content:before, .main-timeline .timeline:nth-child(even) .inner-content:before{ width: 50px; left: -25px; } } @media screen and (max-width:567px){ .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 0 0 65px; clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%); } .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon{ font-size: 21px; left: 9px; } .main-timeline .title{ font-size: 18px; } }
css/timeline2.css
.demo{ background-color: #dbdbdb; } .main-timeline{ font-family: 'Roboto', sans-serif; } .main-timeline:before{ content: ''; background-color: #e7e7e7; height: 100%; width: 15px; border-radius: 10px; transform: translateX(-50%); position: absolute; left: 50%; top: 0; } .main-timeline:after{ content: ''; display: block; clear: both; } .main-timeline .timeline{ width: 50%; padding: 0 0 0 25px; margin: 0 0 30px 10px; float: right; position: relative; } .main-timeline .timeline:after{ content: ''; background-color: #769aff; height: 15px; width: 15px; border-radius: 50%; box-shadow: 0 0 0 3px #fff, 0 0 10px #333; transform: translateY(-50%); position: absolute; left: -7px; top: 50%; } .main-timeline .timeline-content{ color: #555; background: linear-gradient(to right,#769aff,#405fc2 22%); padding: 0 0 0 120px; display: block; position: relative; clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%); } .main-timeline .timeline-content:hover{ text-decoration: none; } .main-timeline .timeline-icon{ color: #fff; font-size: 45px; transform: translateY(-50%); position: absolute; top: 50%; left: 25px; } .main-timeline .inner-content{ color: #555; background-color: #fff; min-height: 110px; padding: 15px 15px 15px 0; position: relative; } .main-timeline .inner-content:before{ content: ''; background-color: #fff; height: 98%; width: 80px; border-radius: 50%; transform: translateY(-50%); position: absolute; left: -37px; top: 50%; z-index: -1; } .main-timeline .title{ font-size: 20px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 5px; } .main-timeline .description{ font-size: 14px; letter-spacing: 1px; margin: 0; } .main-timeline .timeline:nth-child(even){ padding: 0 25px 0 0; margin: 0 10px 30px 0; float: left; } .main-timeline .timeline:nth-child(even):after{ left: auto; right: -8px; } .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 120px 0 0; clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0); } .main-timeline .timeline:nth-child(even) .timeline-icon{ left: auto; right: 25px; } .main-timeline .timeline:nth-child(even) .inner-content{ padding: 15px 10px 15px 15px; } .main-timeline .timeline:nth-child(even) .inner-content:before{ left: auto; right: -37px; } .main-timeline .timeline:nth-child(2n+2):after{ background-color: #5dd159; } .main-timeline .timeline:nth-child(2n+2) .timeline-content{ background: linear-gradient(to left,#7dee79,#8dc573 22%); } /* .main-timeline .timeline:nth-child(6n+3):after{ background-color: #405fc2; } .main-timeline .timeline:nth-child(6n+3) .timeline-content{ background: linear-gradient(to right,#769aff,#405fc2 22%); } .main-timeline .timeline:nth-child(6n+4):after{ background-color: #74d46b; } .main-timeline .timeline:nth-child(6n+4) .timeline-content{ background: linear-gradient(to left,#74d46b,#6ea763 22%); } .main-timeline .timeline:nth-child(6n+5):after{ background-color: #42f1f7; } .main-timeline .timeline:nth-child(6n+5) .timeline-content{ background: linear-gradient(to left,#42f1f7,#0672d6 22%); } .main-timeline .timeline:nth-child(6n+6):after{ background-color: #40db2c; } .main-timeline .timeline:nth-child(6n+6) .timeline-content{ background: linear-gradient(to left,#40db2c,#87af91 22%); }*/ @media screen and (max-width:767px){ .main-timeline:before{ left: 19px; transform: translateX(0); } .main-timeline .timeline, .main-timeline .timeline:nth-child(even){ width: 100%; margin: 0 0 30px; padding: 0 0 0 25px; } .main-timeline .timeline:after, .main-timeline .timeline:nth-child(even):after{ left: 3px; } .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon{ font-size: 30px; left: 23px; } .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 0 0 90px; clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%); } .main-timeline .inner-content:before, .main-timeline .timeline:nth-child(even) .inner-content:before{ width: 50px; left: -25px; } } @media screen and (max-width:567px){ .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 0 0 65px; clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%); } .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon{ font-size: 21px; left: 9px; } .main-timeline .title{ font-size: 18px; } }
0.419529
0.087955
ul, li { list-style: none; margin-left: 0; padding-left: 0; } p { margin: 0px; } .avatar-img { border-radius: 100%; } .spliter { border-top: 1px solid #a2a2a2; width: 100%; margin-bottom: 5px; margin-top: 5px; } .post-thumb { height: 60px; width: 80px; } .pull-action { text-align: center; height: 45px; line-height: 45px; color: #999; } .pull-action .am-icon-spin { display: none; } .pull-action.loading .am-icon-spin { display: block; } .pull-action.loading .pull-label { display: none; } .blog-container { width: 100%; } .blog-container .blog-box-list { top: 49px; bottom: 0; overflow: hidden; margin: 0; width: 100%; /*position:relative;*/ } .blog-container .blog-box-list .blog-box { margin: 0; overflow: hidden; text-decoration: none; } .blog-container .blog-box-list .blog-box li { margin-bottom: 5px; background-color: #FFFFFF; border: 1px solid #999; position: relative; } .blog-container .blog-box-list .blog-box li .info { padding: 0 0px 10px 0px ; } .blog-container .blog-box-list .blog-box li .info h3 { width: 100%; font-size: 15px; margin: 0px; color: #000; } .blog-container .blog-box-list .blog-box li .name { font-size: 13px; padding: 2px; color: #666; } .blog-container .blog-box-list .blog-box li .name .author { margin-right: 5px; } .blog-container .blog-box-list .blog-box li .name .omit-content { margin: 0px; line-height: 25px; } .blog-container .blog-box-list .blog-box li .hot { color: #999; font-size: 13px; position: absolute; right: 10px; bottom: -8px; } /*资讯详情*/ .blog-detail-container .blog-detail .blog-box { background: #F2F2F2; display: block; margin: 0; overflow: hidden; position: relative; text-decoration: none; } .blog-detail-container .blog-detail .blog-box .blog { margin-bottom: 5px; background-color: #FFFFFF; } .blog-detail-container .blog-detail .blog-box .blog .blog-content { line-height: 150%; word-break: normal; word-wrap: break-word; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title { padding: 5px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title h3 { margin: 0px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title .info { padding: 0px 0px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title .info .name { font-size: 13px; padding: 2px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title .info .hot { font-size: 13px; padding: 2px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .content-box { padding: 5px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .content-box .content { padding: 10px; border: 1px solid #999; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .weibo_post_box { background-color: #F2f2f2; } .blog-detail-container .comment-list { margin-top: 20px; } .blog-detail-container .comment-list .comment-item { background-color: #ffffff; padding: 10px; margin-bottom: 5px; border: 1px solid #F2F2F2; } .blog-detail-container .comment-list .comment-item .user-info .time { font-size: 13px; text-align: right; } .blog-detail-container .comment-list .comment-item .content { padding: 10px; } .blog-type-list a { color: #000; } .blog-type-list .type .type-list { border: 1px #c3c3c3 solid; background-color: #FFFFFF; } .blog-type-list .type .type-list .level-one { padding: 10px; background-color: #f5f5f5; text-align: center; } .blog-type-list .type .type-list .level-two-list { padding: 10px; } .blog-type-list .type .type-list .level-two-list .level-two { padding: 5px 2px; } .blog-type-list .type .type-list .level-two-list .level-two div { border: 1px #c3c3c3 solid; text-align: center; padding: 5px 2px; }
Mob/Static/css/apps/blog.css
ul, li { list-style: none; margin-left: 0; padding-left: 0; } p { margin: 0px; } .avatar-img { border-radius: 100%; } .spliter { border-top: 1px solid #a2a2a2; width: 100%; margin-bottom: 5px; margin-top: 5px; } .post-thumb { height: 60px; width: 80px; } .pull-action { text-align: center; height: 45px; line-height: 45px; color: #999; } .pull-action .am-icon-spin { display: none; } .pull-action.loading .am-icon-spin { display: block; } .pull-action.loading .pull-label { display: none; } .blog-container { width: 100%; } .blog-container .blog-box-list { top: 49px; bottom: 0; overflow: hidden; margin: 0; width: 100%; /*position:relative;*/ } .blog-container .blog-box-list .blog-box { margin: 0; overflow: hidden; text-decoration: none; } .blog-container .blog-box-list .blog-box li { margin-bottom: 5px; background-color: #FFFFFF; border: 1px solid #999; position: relative; } .blog-container .blog-box-list .blog-box li .info { padding: 0 0px 10px 0px ; } .blog-container .blog-box-list .blog-box li .info h3 { width: 100%; font-size: 15px; margin: 0px; color: #000; } .blog-container .blog-box-list .blog-box li .name { font-size: 13px; padding: 2px; color: #666; } .blog-container .blog-box-list .blog-box li .name .author { margin-right: 5px; } .blog-container .blog-box-list .blog-box li .name .omit-content { margin: 0px; line-height: 25px; } .blog-container .blog-box-list .blog-box li .hot { color: #999; font-size: 13px; position: absolute; right: 10px; bottom: -8px; } /*资讯详情*/ .blog-detail-container .blog-detail .blog-box { background: #F2F2F2; display: block; margin: 0; overflow: hidden; position: relative; text-decoration: none; } .blog-detail-container .blog-detail .blog-box .blog { margin-bottom: 5px; background-color: #FFFFFF; } .blog-detail-container .blog-detail .blog-box .blog .blog-content { line-height: 150%; word-break: normal; word-wrap: break-word; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title { padding: 5px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title h3 { margin: 0px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title .info { padding: 0px 0px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title .info .name { font-size: 13px; padding: 2px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .title .info .hot { font-size: 13px; padding: 2px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .content-box { padding: 5px; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .content-box .content { padding: 10px; border: 1px solid #999; } .blog-detail-container .blog-detail .blog-box .blog .blog-content .weibo_post_box { background-color: #F2f2f2; } .blog-detail-container .comment-list { margin-top: 20px; } .blog-detail-container .comment-list .comment-item { background-color: #ffffff; padding: 10px; margin-bottom: 5px; border: 1px solid #F2F2F2; } .blog-detail-container .comment-list .comment-item .user-info .time { font-size: 13px; text-align: right; } .blog-detail-container .comment-list .comment-item .content { padding: 10px; } .blog-type-list a { color: #000; } .blog-type-list .type .type-list { border: 1px #c3c3c3 solid; background-color: #FFFFFF; } .blog-type-list .type .type-list .level-one { padding: 10px; background-color: #f5f5f5; text-align: center; } .blog-type-list .type .type-list .level-two-list { padding: 10px; } .blog-type-list .type .type-list .level-two-list .level-two { padding: 5px 2px; } .blog-type-list .type .type-list .level-two-list .level-two div { border: 1px #c3c3c3 solid; text-align: center; padding: 5px 2px; }
0.288168
0.067917
@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap"); @import url("https://fonts.googleapis.com/css?family=Courgette|Pacifico|Shadows+Into+Light&display=swap"); #first{ margin-left:10px; margin-top:30px; text-align:left; } #first2{ margin-left:10px; text-align:left; } #second{ margin-left:10px; margin-top:30px; text-align:left; margin-top: -10px; } #third{ margin-left:50px; margin-top:30px; text-align:left; } #img{ border-radius:5px; border-style:solid; text-align:center; margin-left: auto; margin-right: auto; height:65%; width:65%; margin-bottom:5px; } #imav2{ height:30%; width:30%; } #avatar2{ border-radius:5px; border-style:solid; width: 1200px; overflow:auto; } #imav{ width:300px;height:500px; } #imav3{ height:500px; width:350px; } #imgcomp{ border-radius:5px; border-style:solid; text-align:center; margin-left: auto; margin-right: auto; height:40%; width:40%; margin-bottom:5px; } #img2{ text-align:center; margin-left: auto; margin-right: auto; height:65%; width:65%; margin-bottom:5px; } #img3{ text-align:center; margin-left: auto; margin-right: auto; height:50px; width:270px; margin-bottom:5px; margin-bottom: 30px; margin-top: 30px; } #imglara{ text-align:center; margin-left: auto; margin-right: auto; height:65%; width:90%; margin-bottom:800px; margin-bottom:5px; } li{ text-align:left; } #yeah{ font-family: 'Pacifico', cursive; font-size:120%; } #in{ font-family: 'Shadows Into Light', cursive; font-size:170%; border-color:#BDB76B; } #inn{ text-align: center; } #imm{ background: url("f1.jpg"); background-color: black; height: 1000px; width: 100%; background-repeat: no-repeat; background-size:cover; margin-top: 0px; } #card{ font-size: large; } .Table{ width: 80%; }
resources/js/components/style.css
@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap"); @import url("https://fonts.googleapis.com/css?family=Courgette|Pacifico|Shadows+Into+Light&display=swap"); #first{ margin-left:10px; margin-top:30px; text-align:left; } #first2{ margin-left:10px; text-align:left; } #second{ margin-left:10px; margin-top:30px; text-align:left; margin-top: -10px; } #third{ margin-left:50px; margin-top:30px; text-align:left; } #img{ border-radius:5px; border-style:solid; text-align:center; margin-left: auto; margin-right: auto; height:65%; width:65%; margin-bottom:5px; } #imav2{ height:30%; width:30%; } #avatar2{ border-radius:5px; border-style:solid; width: 1200px; overflow:auto; } #imav{ width:300px;height:500px; } #imav3{ height:500px; width:350px; } #imgcomp{ border-radius:5px; border-style:solid; text-align:center; margin-left: auto; margin-right: auto; height:40%; width:40%; margin-bottom:5px; } #img2{ text-align:center; margin-left: auto; margin-right: auto; height:65%; width:65%; margin-bottom:5px; } #img3{ text-align:center; margin-left: auto; margin-right: auto; height:50px; width:270px; margin-bottom:5px; margin-bottom: 30px; margin-top: 30px; } #imglara{ text-align:center; margin-left: auto; margin-right: auto; height:65%; width:90%; margin-bottom:800px; margin-bottom:5px; } li{ text-align:left; } #yeah{ font-family: 'Pacifico', cursive; font-size:120%; } #in{ font-family: 'Shadows Into Light', cursive; font-size:170%; border-color:#BDB76B; } #inn{ text-align: center; } #imm{ background: url("f1.jpg"); background-color: black; height: 1000px; width: 100%; background-repeat: no-repeat; background-size:cover; margin-top: 0px; } #card{ font-size: large; } .Table{ width: 80%; }
0.400867
0.090374
.btn-m15 { margin: 15px; margin-top: 25px; } .btn-m10 { margin: 10px; } /* bootstrap 4 */ .nav { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; } .nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { color: #6c757d; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-item { margin-bottom: -1px; } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } .nav-fill .nav-item { -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; } .nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; text-align: center; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .navbar1 { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 0.5rem 1rem; } /* .navbar > .container, .navbar > .container-fluid { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; } .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-nav { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; float: none; } .navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-align: center; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; } .navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; } @media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { .navbar-expand-sm { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-sm .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { .navbar-expand-md { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-md .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-md .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { .navbar-expand-lg { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-lg .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { .navbar-expand-xl { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-xl .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } } .navbar-expand { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } .navbar-expand .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand > .container, .navbar-expand > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand { color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-text a { color: #fff; } .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } */ .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card > hr { margin-right: 0; margin-left: 0; } .card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem; } .card-title { margin-bottom: 0.75rem; } .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1.25rem; } .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-header + .list-group .list-group-item:first-child { border-top: 0; } .card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; } .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; } .card-img { width: 100%; border-radius: calc(0.25rem - 1px); } .card-img-top { width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img-bottom { width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-deck { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-deck { -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .card-deck .card { display: -ms-flexbox; display: flex; -ms-flex: 1 0 0%; flex: 1 0 0%; -ms-flex-direction: column; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } } .card-group { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .card-group > .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-group { -ms-flex-flow: row wrap; flex-flow: row wrap; } .card-group > .card { -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-left: 0; border-left: 0; } .card-group > .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header { border-top-right-radius: 0; } .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; } .card-group > .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header { border-top-left-radius: 0; } .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; } .card-group > .card:only-child { border-radius: 0.25rem; } .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; } .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } } .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; } .card-columns .card { display: inline-block; width: 100%; } } .accordion .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 0; } .accordion .card:not(:first-of-type) .card-header:first-child { border-radius: 0; } .accordion .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion .card:last-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
public/css/personalizado.css
.btn-m15 { margin: 15px; margin-top: 25px; } .btn-m10 { margin: 10px; } /* bootstrap 4 */ .nav { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; } .nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { color: #6c757d; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-item { margin-bottom: -1px; } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } .nav-fill .nav-item { -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; } .nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; text-align: center; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .navbar1 { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; padding: 0.5rem 1rem; } /* .navbar > .container, .navbar > .container-fluid { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; } .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-nav { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; float: none; } .navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-align: center; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; } .navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; } @media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { .navbar-expand-sm { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-sm .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { .navbar-expand-md { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-md .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-md .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { .navbar-expand-lg { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-lg .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { .navbar-expand-xl { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-xl .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } } .navbar-expand { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } .navbar-expand .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand > .container, .navbar-expand > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand { color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-text a { color: #fff; } .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } */ .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card > hr { margin-right: 0; margin-left: 0; } .card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem; } .card-title { margin-bottom: 0.75rem; } .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1.25rem; } .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-header + .list-group .list-group-item:first-child { border-top: 0; } .card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; } .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; } .card-img { width: 100%; border-radius: calc(0.25rem - 1px); } .card-img-top { width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img-bottom { width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-deck { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-deck { -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .card-deck .card { display: -ms-flexbox; display: flex; -ms-flex: 1 0 0%; flex: 1 0 0%; -ms-flex-direction: column; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } } .card-group { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .card-group > .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-group { -ms-flex-flow: row wrap; flex-flow: row wrap; } .card-group > .card { -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-left: 0; border-left: 0; } .card-group > .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header { border-top-right-radius: 0; } .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; } .card-group > .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header { border-top-left-radius: 0; } .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; } .card-group > .card:only-child { border-radius: 0.25rem; } .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; } .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } } .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; } .card-columns .card { display: inline-block; width: 100%; } } .accordion .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 0; } .accordion .card:not(:first-of-type) .card-header:first-child { border-radius: 0; } .accordion .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion .card:last-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
0.363195
0.043834
.movie{ display: flex; justify-content: center; align-items: center; } .botones{ display: flex; justify-content: space-evenly; align-items: flex-end; } .peli{ display: flex; justify-content: center; align-items: center; } .peli2{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .imagen{ padding: 2em; } .titulo{ color: #7c4dff; font-size: large; font-weight: bold; padding: 1em; } .descripcion{ color: #7c4dff; text-align: justify; width: 30em; } .Fecha{ color: #7c4dff; padding: 1em; } .atras{ display: flex; justify-content: center; align-items: center; margin-top: 3em; padding:.4rem 1rem; border: 1px solid; border-radius: 4px; cursor: pointer; background-color: #7c4dff; font-family: 'Courier New', Courier, monospace; font-size: 1.5rem; text-shadow: 0 -1px 0 rgba(0,0,0,.5); box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 1px 3px rgba(0,0,0,.2); color:#212121; transition: 0.2s; } .atras:hover, .atras:focus{ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#b47cff)); background-image: linear-gradient(#e254ff 10%,#b47cff 100%); } .atras:active { background-color: #e254ff; box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#484848)); background-image: linear-gradient(#e254ff 10%,#484848 100%); } .alquilar{ display: flex; justify-content: center; align-items: center; margin-top: 3em; padding:.4rem 1rem; border: 1px solid; border-radius: 4px; cursor: pointer; background-color: #7c4dff; font-family: 'Courier New', Courier, monospace; font-size: 1.5rem; text-shadow: 0 -1px 0 rgba(0,0,0,.5); box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 1px 3px rgba(0,0,0,.2); color:#212121; transition: 0.2s; } .alquilar:hover, .alquilar:focus{ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#b47cff)); background-image: linear-gradient(#e254ff 10%,#b47cff 100%); } .alquilar:active { background-color: #e254ff; box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#484848)); background-image: linear-gradient(#e254ff 10%,#484848 100%); }
src/Components/PeliculasItem/PeliculasItem.css
.movie{ display: flex; justify-content: center; align-items: center; } .botones{ display: flex; justify-content: space-evenly; align-items: flex-end; } .peli{ display: flex; justify-content: center; align-items: center; } .peli2{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .imagen{ padding: 2em; } .titulo{ color: #7c4dff; font-size: large; font-weight: bold; padding: 1em; } .descripcion{ color: #7c4dff; text-align: justify; width: 30em; } .Fecha{ color: #7c4dff; padding: 1em; } .atras{ display: flex; justify-content: center; align-items: center; margin-top: 3em; padding:.4rem 1rem; border: 1px solid; border-radius: 4px; cursor: pointer; background-color: #7c4dff; font-family: 'Courier New', Courier, monospace; font-size: 1.5rem; text-shadow: 0 -1px 0 rgba(0,0,0,.5); box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 1px 3px rgba(0,0,0,.2); color:#212121; transition: 0.2s; } .atras:hover, .atras:focus{ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#b47cff)); background-image: linear-gradient(#e254ff 10%,#b47cff 100%); } .atras:active { background-color: #e254ff; box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#484848)); background-image: linear-gradient(#e254ff 10%,#484848 100%); } .alquilar{ display: flex; justify-content: center; align-items: center; margin-top: 3em; padding:.4rem 1rem; border: 1px solid; border-radius: 4px; cursor: pointer; background-color: #7c4dff; font-family: 'Courier New', Courier, monospace; font-size: 1.5rem; text-shadow: 0 -1px 0 rgba(0,0,0,.5); box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 1px 3px rgba(0,0,0,.2); color:#212121; transition: 0.2s; } .alquilar:hover, .alquilar:focus{ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#b47cff)); background-image: linear-gradient(#e254ff 10%,#b47cff 100%); } .alquilar:active { background-color: #e254ff; box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#e254ff),to(#484848)); background-image: linear-gradient(#e254ff 10%,#484848 100%); }
0.474631
0.178669
.launchTopGird { padding: 130px 0 10px; margin-bottom: 10px; } .launchTopGird .leftWrap { float: left; width: 813px; height: 320px; overflow: hidden; } .launchTopGird .rightWrap { float: right; width: 340px; height: 320px; overflow: hidden; } .launchTopGird .extendBox { height: 100px; border-radius: 4px; overflow: hidden; } .launchTopGird .extendBox .img, .launchTopGird .extendBox img { display: block; width: 100%; height: auto; min-height: 100px; } .launchTopGird .specialWrap { display: block; height: 210px; overflow: hidden; background-image: linear-gradient(-45deg, #59Ceff 0%, #6177ff 100%); border-radius: 4px; margin-bottom: 10px; padding: 20px 25px; font-size: 13px; color: #fff; line-height: 1.5; position: relative; } .launchTopGird .specialWrap .topBox { margin-bottom: 20px; overflow: hidden; } .launchTopGird .specialWrap .dateLabel { font-size: 60px; } .launchTopGird .specialWrap .dateLabel .num { float: right; line-height: 60px; font-weight: bold; margin-left: 5px; } .launchTopGird .specialWrap .dateLabel .topSmall { float: right; font-weight: bold; font-size: 14px; margin-top: 2px; } .launchTopGird .specialWrap .title { height: 30px; font-size: 14px; margin-bottom: 20px; line-height: 30px; overflow: hidden; } .launchTopGird .specialWrap .detail { height: 48px; line-height: 24px; font-size: 16px; font-weight: bold; overflow: hidden; margin-bottom: 20px; } .launchTopGird .specialWrap .author { height: 24px; line-height: 24px; font-size: 14px; text-align: right; } .launchTopGird .specialWrap .textWp { position: relative; z-index: 10; } .launchTopGird .specialWrap.day .detail { height: 72px; } .launchTopGird .imgGroup { height: 320px; overflow: hidden; position: relative; } .launchTopGird .imgGroup .img { display: block; border-radius: 5px; height: 320px; border: 0; } .launchTopGird .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; } .launchTopGird .swiper-pagination-bullet { border-radius: 4px; } .launchTopGird .swiper-pagination-bullet { background: #fff; opacity: .5; } .launchTopGird .swiper-pagination-bullet-active { opacity: 1; background: #fff; width: 20px; } .launchTopGird .swiper-button-next, .launchTopGird .swiper-button-prev, .articleModeGrid .swiper-button-next, .articleModeGrid .swiper-button-prev { cursor: pointer; width: 30px; height: 30px; margin-top: -15px; opacity: 0; transition: all .2s ease; } .articleModeGrid .swiper-button-next, .articleModeGrid .swiper-button-prev { opacity: 1; z-index: 20; pointer-events: auto !important; } .launchTopGird .swiper-button-next, .articleModeGrid .swiper-button-next { background: url('../images/icon_arr_right.png') no-repeat; background-size: 30px; } .launchTopGird .swiper-button-prev, .articleModeGrid .swiper-button-prev { background: url('../images/icon_arr_left.png') no-repeat; background-size: 30px; } .launchTopGird .swiper-container:hover .swiper-button-next, .launchTopGird .swiper-container:hover .swiper-button-prev, .articleModeGrid .swiper-container:hover .swiper-button-next, .articleModeGrid .swiper-container:hover .swiper-button-prev { opacity: .6; transition: all .2s ease; } .launchTopGird.web { background: none; padding: 0; border-bottom: 0; } .launchTopGird.web .imgBox { /*width:320px;*/ width: 490px; min-height: 200px; overflow: hidden; position: relative; } .launchTopGird.web .imgBox .img { display: block; border-radius: 5px; width: 100%; border: 1px solid #eee; } .launchTopGird.web .swiper-button-next, .launchTopGird.web .swiper-button-prev { opacity: .3; } .launchTopGird.web .swiper-container:hover .swiper-button-next, .launchTopGird.web .swiper-container:hover .swiper-button-prev { opacity: .8; } /* indexSiteGird */ .indexSiteGird { margin-bottom: 20px; } .indexSiteGird .item { display: block; padding: 10px 30px 10px 70px; height: 70px; background: #fafafa; border-radius: 4px; overflow: hidden; margin-bottom: 5px; position: relative; } .indexSiteGird p { font-size: 12px; color: #888; line-height: 20px; overflow: hidden; height: 20px; white-space: nowrap; text-overflow: ellipsis; } .indexSiteGird .moreBox { position: absolute; right: 0; top: 0; padding-right: 15px; height: 70px; line-height: 70px; width: 70px; text-align: right; background: linear-gradient(90deg, rgba(250, 250, 250, .4) 0%, rgba(250, 250, 250, .8) 20%, rgba(250, 250, 250, 1) 40%, rgba(250, 250, 250, 1) 100%); } .indexSiteGird .moreBox .icon { font-size: 24px; color: #999; } .indexSiteGird .img { display: block; width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 15px; top: 10px; } .indexSiteGird .title { font-weight: bold; color: #454545; font-size: 13px; } .indexSiteGird .item:hover { background: #f6f6f6; } .indexSiteGird .item:hover .title { color: #409eff; } .indexSiteGird .item:hover p { color: #454545; } /* indexListGrid */ .indexListGrid { margin-bottom: 20px; overflow: hidden; padding-right: 10px; } .indexListGrid .item { display: block; padding: 10px 0 20px; overflow: hidden; line-height: 1.5; font-size: 14px; color: #999; border-bottom: 1px solid #eee; margin-bottom: 0px; position: relative; } .indexListGrid .content { min-height: 80px; position: relative; } .indexListGrid .content.img { padding-right: 160px; } .indexListGrid .imgBox { position: absolute; right: 0; top: 40%; margin-top: -35px; width: 140px; border-radius: 4px; height: 100px; overflow: hidden; border: 1px solid #eee; } .indexListGrid .imgBox img { display: block; width: 100%; min-height: 100px; border: 0; } .indexListGrid .catWrap { margin-bottom: 5px; font-size: 12px; color: #409eff; } .indexListGrid .catWrap .catBox { display: inline-block; background: #f6f6f6; border-radius: 15px; height: 30px; position: relative; padding-left: 30px; padding-right: 10px; line-height: 30px; overflow: hidden; } .indexListGrid .catWrap .catBox .i { display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; position: absolute; left: 5px; top: 5px; overflow: hidden; background: #409eff; color: #fff; font-size: 14px; } .indexListGrid .item h2 { font-size: 16px; color: #454545; margin-bottom: 10px; line-height: 1.5; } .indexListGrid .item .detail { margin-bottom: 15px; max-height: 50px; overflow: hidden; } .indexListGrid .item .otherInfo { font-size: 13px; } .indexListGrid.aside .item { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #eee; } .indexListGrid.aside .content.img { padding-right: 0; padding-left: 105px; } .indexListGrid.aside .item h2 { font-size: 14px; color: #666; height: 40px; line-height: 20px; overflow: hidden; } .indexListGrid.aside .imgBox { right: auto; left: 0; top: 0; margin-top: 0; width: 92px; height: 70px; border: 1px solid #eee; } .indexListGrid.aside .imgBox img { min-height: 68px; } .indexListGrid .catWrap.red { color: #f60; } .indexListGrid .catWrap.red .i { background: #f60; } .indexListGrid .item:hover h2 { color: #409eff; } /*tabInfoBox*/ .indexAsideGrid { margin-bottom: 30px; margin-top: -20px; } .indexAsideGrid .item { display: block; padding: 20px 0; border-bottom: 1px solid #eee; line-height: 30px; font-size: 12px; color: #666; overflow: hidden; } .indexAsideGrid .item p { line-height: 18px; font-size: 13px; color: #999; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .indexAsideGrid .item h2 { line-height: 20px; font-size: 15px; margin-bottom: 10px; color: #333; } .indexAsideGrid .item .desc { font-size: 14px; line-height: 18px; overflow: hidden; text-align: justify; } .indexAsideGrid .item .info { margin-top: 10px; font-size: 12px; color: #aaa; } .indexAsideGrid .item:hover h2 { color: #409eff; } /* indexTagGrid */ .indexTagGrid { margin-bottom: 30px; } .indexTagGrid .item { float: left; display: inline-block; padding: 0 20px; margin: 0 10px 10px 0; text-align: center; font-size: 13px; color: #666; height: 34px; line-height: 32px; overflow: hidden; transition: all .2s ease; border-radius: 18px; border: 1px solid #f6f6f6; background: #f6f6f6; } .indexTagGrid .item .i { color: #409eff; margin-right: 5px; } .indexTagGrid .item:hover { color: #fff; border: 1px solid #409eff; color: #409eff; background: #fff; transition: all .2s ease; } /* posterGrid */ .posterGrid { width: 760px; margin: 20px auto; padding: 3px; overflow: hidden; font-size: 14px; color: #999; line-height: 1.8; border-radius: 4px; box-shadow: 0 0 10px #bbb; background: linear-gradient(45deg, #57a9fd 0, #57a9fd 25%, transparent 25%, transparent 50%, #57a9fd 50%, #57a9fd 75%, transparent 75%, transparent); background-size: 20px 20px; } .posterGrid .bodyBox { background: #fff; padding: 30px; border-radius: 4px; overflow: hidden; } .posterGrid .poster { display: block; width: 100%; height: 360px; border-radius: 3px; border: 0; margin-bottom: 20px; } .posterGrid .title { font-size: 18px; color: #454545; padding: 20px 0; position: relative; } .posterGrid .title:before { content: ""; position: absolute; left: 0; top: 10px; width: 40px; height: 3px; background: #ddd; } .posterGrid .author { text-align: right; } /* indexLinkGrid */ .indexLinkGrid { margin-bottom: 30px; line-height: 1.8; font-size: 13px; color: #999; } .indexLinkGrid span { margin-right: 10px; } /* searchListGrid */ .searchListGrid { margin-bottom: 20px; padding-right: 30px; } .searchListGrid .item { display: block; padding: 10px 20px; overflow: hidden; line-height: 1.8; font-size: 13px; color: #999; border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px; } .searchListGrid .item h2 { font-size: 16px; color: #454545; } .searchListGrid .item .detail { margin-bottom: 15px; max-height: 50px; overflow: hidden; } .searchListGrid .mlr { margin: 0 5px; color: #999; } .searchListGrid .content { min-height: 80px; padding-bottom: 15px; } .searchListGrid .imgBox { float: left; width: 120px; border-radius: 4px; height: 70px; margin-right: 15px; overflow: hidden; } .searchListGrid .imgBox img { display: inline-block; height: 100%; border: 0; } .searchListGrid .item:hover h2 { color: #409eff; } .searchListGrid .tips { text-align: center; padding: 80px 0; font-size: 14px; color: #454545; line-height: 1.5; } /* tagGrid */ .tagGrid { margin-top: 25px; border-radius: 5px; overflow: hidden; background: #fff; padding: 15px 10px; border: 1px solid #eee; } .tagGrid .itemUl { float: left; padding: 5px 10px; width: 855px; height: 80px; overflow: hidden; } .tagGrid .item { float: left; display: inline-block; padding: 0 15px; margin: 0 5px 5px 0; text-align: center; font-size: 14px; color: #666; height: 30px; line-height: 30px; overflow: hidden; transition: all .2s ease; } .tagGrid .item .i { color: #409eff; margin-right: 5px; } .tagGrid .item:hover { color: #fff; background: #409eff; border-radius: 5px; transition: all .2s ease; } .tagGrid .item:hover .i { color: #fff; } .tagGrid .titleBox { float: left; width: 120px; border-right: 1px solid #eee; text-align: center; height: 65px; margin-top: 7px; font-size: 16px; color: #454545; line-height: 1.5; overflow: hidden; } .tagGrid .titleBox .flag { color: #409eff; font-size: 30px; line-height: 36px; font-family: Impact, sans-serif; } /* newArticleGrid */ .newArticleGrid { margin: -5px -5px 35px; } .newArticleGrid .itemLi { width: 33.33333%; float: left; padding: 5px; } .newArticleGrid .content { display: block; height: 100px; border: 1px solid #eee; padding: 25px 20px 25px 95px; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .newArticleGrid .img { display: block; width: 60px; height: 60px; position: absolute; left: 20px; top: 20px; border-radius: 4px; background: #f6f6f6; overflow: hidden; } .newArticleGrid .catName { display: block; width: 60px; height: 60px; text-align: center; line-height: 60px; padding: 0 10px; color: #fff; font-size: 13px; font-weight: bold; position: absolute; left: 20px; top: 20px; border-radius: 50%; background: #f6f6f6; overflow: hidden; } .newArticleGrid .catName.green { background: linear-gradient(-125deg, #57bdbf, #2f9de2); } .newArticleGrid .catName.red { background: linear-gradient(-128deg, #e14062, #a13582); } .newArticleGrid .catName.grayBlue { background: linear-gradient(-113deg, #81328d, #592984); } .newArticleGrid .catName.yellow { background: linear-gradient(-141deg, #ffc000, #ea942e); } .newArticleGrid .itemLi h2 { line-height: 26px; color: #454545; font-size: 15px; height: 26px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .newArticleGrid .content:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .newArticleGrid .content:hover h2 { color: #409eff; } .newArticleGrid.link .itemLi { width: 50%; } .newArticleGrid.web .itemLi { width: 33.33333%; } .newArticleGrid.link .itemLi h2 { margin-bottom: 0; } .newArticleGrid.link .itemLi p { line-height: 21px; height: 21px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .newArticleGrid.link .content { height: 90px; padding: 20px 20px 20px 85px; } .newArticleGrid.link .img { width: 50px; height: 50px; border-radius: 50%; } .newArticleGrid.list .content { height: 170px; } .newArticleGrid.list .btmBox { height: 80px; position: absolute; left: 0; right: 0; bottom: 0; padding: 15px 20px; border-top: 1px dotted #eee; } .newArticleGrid.list .itemLi p { font-size: 13px; color: #777; } /* layoutGroup */ .layoutGroup { border-left: 1px solid #eee; border-bottom: 1px solid #eee; background: #fff; overflow: hidden; border-radius: 4px; margin-bottom: 40px; } .layoutGroup .item { float: left; border-right: 1px solid #eee; border-top: 1px solid #eee; padding: 40px 40px 70px 40px; font-size: 13px; color: #999; line-height: 1.8; overflow: hidden; width: 33.3333333%; height: 300px; position: relative; cursor: pointer; transition: all .2s ease; } .layoutGroup .item .wrap { content: ""; display: block; position: absolute; top: -10px; left: 40px; width: 100px; height: 8px; border-radius: 6px; background: #409eff; transition: all .2s ease; } .layoutGroup .item:hover { background: #fff; box-shadow: inset 0 0 20px rgba(0, 0, 0, .09); transition: all .2s ease; } .layoutGroup .item:hover .wrap { top: -4px; transition: all .2s ease; } .layoutGroup .otherInfo { position: absolute; left: 0; bottom: 40px; width: 100%; height: 24px; line-height: 24px; padding: 0 40px; color: #666; overflow: hidden; } .layoutGroup .item h2 { font-size: 16px; color: #454545; line-height: 24px; max-height: 48px; overflow: hidden; } .layoutGroup .item .detail { max-height: 100px; margin-top: 30px; text-align: justify; position: relative; overflow: hidden; } /* articleModeGrid */ .articleModeGrid { margin: 20px -5px; } .articleModeGrid .itemLi { float: left; width: 25%; padding: 5px; position: relative; transition: all .2s ease; } .articleModeGrid .content { display: block; height: 265px; background: #fff; border: 1px solid #eee; font-size: 12px; line-height: 1.5; cursor: pointer; color: #999; border-radius: 4px; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; overflow: hidden; position: relative; } .articleModeGrid .articleGroup { padding: 30px 30px 50px 30px; } .articleModeGrid .imgBox { position: relative; height: auto; overflow: hidden; margin-bottom: 20px; } .articleModeGrid .imgBox.full { display: block; height: 0; margin-bottom: 0; transition: all .2s ease; } .articleModeGrid .imgBox .img { display: block; width: 100%; /*height:100%;*/ border: 0; } .articleModeGrid .itemLi h2 { font-size: 15px; color: #454545; line-height: 20px; max-height: 40px; overflow: hidden; } .articleModeGrid .detail { height: 80px; margin-top: 20px; text-align: justify; overflow: hidden; margin-bottom: 10px; position: relative; } .articleModeGrid .btmInfo { display: flex; line-height: 30px; font-size: 12px; color: #999; padding: 0 30px; position: absolute; left: 0; right: 0; bottom: 25px; overflow: hidden; } .articleModeGrid .btmInfo .strong { font-size: 13px; color: #454545; } .articleModeGrid .btmInfo .text { flex: 1; text-align: right; } .articleModeGrid .topText { margin-bottom: 5px; } .articleModeGrid.on .articleGroup { padding: 0 20px 50px; } .articleModeGrid.on .content { height: 310px; } .articleModeGrid.on .imgBox { height: 180px; margin-bottom: 20px; transition: all .2s ease; } .articleModeGrid.on .itemLi h2 { max-height: 60px; height: 60px; font-size: 14px; line-height: 18px; border-bottom: 1px dotted #eee; } .articleModeGrid.on .topText, .articleModeGrid.on .itemLi .detail { display: none; } .articleModeGrid.on .btmInfo { bottom: 15px; padding: 0 20px; } .articleModeGrid.on .btmInfo .strong { font-size: 12px; color: #999; } .articleModeGrid.w3 .itemLi { width: 33.33333%; } .articleModeGrid.w3 .imgBox { height: 240px; } .articleModeGrid.w3 .content { height: auto; } .articleModeGrid.w3 .articleGroup { padding-bottom: 55px; } .articleModeGrid.w3 .btmInfo { bottom: 20px; } .articleModeGrid.w3 .btmInfo .strong { font-size: 13px; color: #454545; } .articleModeGrid.index .itemLi { width: 33.33333%; } .articleModeGrid.index .imgBox { height: 185px; } .articleModeGrid.full .itemLi { width: 100%; float: none; } .articleModeGrid .content:hover { z-index: 9; background: #FFF; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .articleModeGrid.index .content:hover { transform: none; box-shadow: none; } .fullTabs { width: 100%; height: 50px; border-bottom: 1px solid #eee; background: #fff; padding: 0 20px; position: relative; } .fullTabs.index { position: fixed; top: 0; z-index: 100; } .fullTabs .menuBox { text-align: center; min-width: 600px; margin: 0 auto; padding-top: 10px; line-height: 30px; } .fullTabs .menuBox .item { font-size: 14px; color: #333; padding: 0 20px; } .fullTabs .menuBox .item a { color: #333; position: relative; } .fullTabs .item.on, .fullTabs .item a.current, .fullTabs .item a:hover { color: #409eff; } .fullTabs .rtMenu { position: absolute; right: 20px; top: 10px; height: 30px; line-height: 30px; } .fullTabs .rtMenu .text { font-size: 12px; color: #999; float: left; margin-right: 10px; line-height: 30px; } .fullTabs .rtMenu .switchBtn { margin-top: 5px; } .fullTabs.user { background: none; padding: 0; margin-bottom: 30px; } .fullTabs.user .menuBox { /*text-align:left;*/ } .fullTabs.user .menuBox .item a { color: #a6a5ad; position: relative; } .fullTabs.user .item.on, .fullTabs.user .item a.current, .fullTabs.user .item a:hover { color: #409eff; } .fullTabs.user .menuBox .item a.current:after { content: ""; display: block; position: absolute; left: 0; bottom: -16px; width: 100%; height: 4px; background: #409eff; } /* switchMode */ .switchMode { display: inline-block; cursor: pointer; width: 20px; height: 20px; position: relative; overflow: hidden; background: url('../images/icon_articleMode.png') no-repeat center; background-size: 20px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .switchMode.on { background: url('../images/icon_imgMode.png') no-repeat center; background-size: 20px; } .planetGroup { position: relative; width: 1000px; height: 100%; padding: 0 20px; margin: 0 auto; color: #eaeaea; } .planetGroup .title { margin-top: 25px; font-size: 18px; line-height: 28px; } .planetGroup .detail { font-size: 12px; line-height: 18px; } .planetGroup .planet { position: absolute; opacity: .3; border-radius: 50%; } .planetGroup .planet.a1 { width: 135px; height: 135px; right: 432px; top: -95px; background: linear-gradient(0deg, #ff5a25, #ff005a); } .planetGroup .planet.a2 { width: 25px; height: 25px; right: 278px; top: 41px; background: linear-gradient(-90deg, #bd4c86, #c864ae); } .planetGroup .planet.a3 { width: 78px; height: 78px; right: 577px; top: 65px; background: linear-gradient(-90deg, #00d5c8, #00b481); } .planetGroup .planet.a4 { width: 90px; height: 90px; right: -23px; top: 45px; background: linear-gradient(-90deg, #271e5b, #0d76ef); } .planetGroup.w1100 { width: 1100px; } /* userHeadGrid */ .userHeadGrid { width: 100%; background: #090723; height: 95px; overflow: hidden; } .userHeadGrid.member { height: 135px; } .userHeadGrid.user { height: 200px; } .userInfoGroup { margin-top: -65px; } .userInfoGroup .menuWrap { width: 680px; float: left; } .userInfoGroup .userBox { width: 280px; height: 200px; float: left; text-align: center; font-size: 12px; color: #999; line-height: 24px; margin-top: -20px; } .userInfoGroup .userBox .avatar { display: block; width: 100px; height: 100px; margin: 10px auto; border-radius: 50%; border: 4px solid #fff; overflow: hidden; } .userInfoGroup .userBox .avatar img { display: block; width: 92px; height: 92px; } .userInfoGroup .userBox .userName { height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333; } .userInfoGroup .userBox span { margin-left: 5px; margin-right: 5px; } .userInfoGroup .adWrap { width: 680px; float: left; margin-top: 20px; padding-bottom: 20px; margin-bottom: 20px; overflow: hidden; } .userInfoGroup .adWrap .holder { height: 80px; background: #f1f1f1; border-radius: 5px; } .memberGroup { width: 680px; } .memberGroup.user { width: 800px; margin: 0 auto 50px; min-height: 300px; } .userBaseInfo { margin-bottom: 20px; overflow: hidden; } .userBaseInfo .itemLi { width: 33.33333%; text-align: center; padding: 30px 25px 40px; float: left; } .userBaseInfo .itemBox { border-radius: 5px; border: 1px solid #eee; padding: 20px; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .userBaseInfo .itemBox:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .userBaseInfo .iconWrap { width: 80px; height: 80px; margin: 20px auto; font-size: 42px; color: #fff; line-height: 80px; border-radius: 50%; background: #98c9fc; overflow: hidden; } .userBaseInfo .iconWrap.vip { background: none; } .userBaseInfo .iconVip { display: block; width: 50px; margin: 15px auto 0; border: 0; } .userBaseInfo .iconWrap .iconfont { font-size: 42px; /*color:#409eff;*/ color: #fff; } .userBaseInfo .title { font-size: 16px; color: #454545; line-height: 30px; } .userBaseInfo p { font-size: 12px; color: #777; line-height: 24px; margin-bottom: 10px; } .memberTabBox { text-align: center; padding-top: 20px; } .memberTabBox .item { float: left; width: 135px; font-size: 14px; color: #333; padding: 0 20px; } .memberTabBox .strong { color: #fff; font-size: 32px; line-height: 40px; height: 40px; margin-bottom: 10px; } .memberTabBox .tips { color: #454545; font-size: 14px; line-height: 30px; height: 30px; } /* myhome */ .userInfoGroup.myhome { position: relative; z-index: 10; } .userInfoGroup.myhome .menuWrap { width: 100%; float: none; } .userInfoGroup.myhome .item { width: 180px; } .tableDgy { border-radius: 5px; border: 1px solid #eee; padding: 10px 20px; text-align: left; overflow: hidden; margin-bottom: 15px; } .tableDgy table { width: 100%; } .tableDgy th { line-height: 24px; padding: 10px; } .tableDgy td { line-height: 24px; padding: 10px; border-top: 1px solid #eee; } /* channelItemGrid */ .channelItemGrid { margin: 10px -10px; overflow: hidden; } .channelItemGrid .item { float: left; padding: 10px; overflow: hidden; width: 33.3333333%; } .channelItemGrid .content { display: block; background: #fff; border-radius: 4px; border: 1px solid #eee; padding: 40px 40px 70px 40px; font-size: 13px; color: #999; line-height: 1.8; overflow: hidden; height: 300px; position: relative; cursor: pointer; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .channelItemGrid .item .wrap { content: ""; display: block; position: absolute; top: -4px; left: 50%; margin-left: -60px; width: 120px; height: 4px; z-index: 1; background: #409eff; transition: all .2s ease; } .channelItemGrid .content:hover { z-index: 9; background: #FFF; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.1); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.1); } .channelItemGrid .content:hover .wrap { top: 0; } .channelItemGrid .otherInfo { position: absolute; left: 0; bottom: 40px; display: flex; width: 100%; height: 24px; line-height: 24px; padding: 0 40px; overflow: hidden; } .channelItemGrid .otherInfo .strong { font-size: 13px; color: #454545; } .channelItemGrid .otherInfo .text { flex: 1; text-align: right; } .channelItemGrid .item h2 { font-size: 16px; color: #454545; line-height: 24px; max-height: 48px; overflow: hidden; } .channelItemGrid .item .detail { max-height: 100px; margin-top: 30px; text-align: justify; overflow: hidden; } /* searchListGrid */ .searchListGrid { margin-bottom: 20px; padding-right: 30px; } .searchListGrid .item { display: block; padding: 10px 20px; overflow: hidden; line-height: 1.8; font-size: 13px; color: #999; border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px; } .searchListGrid .item h2 { font-size: 16px; color: #454545; } .searchListGrid .item .detail { margin-bottom: 15px; max-height: 50px; overflow: hidden; } .searchListGrid .mlr { margin: 0 5px; color: #999; } .searchListGrid .content { min-height: 80px; padding-bottom: 15px; } .searchListGrid .imgBox { float: left; width: 120px; border-radius: 4px; height: 85px; margin-right: 15px; overflow: hidden; } .searchListGrid .imgBox img { display: inline-block; width: 100%; height: auto; border: 0; } .searchListGrid .item:hover h2 { color: #409eff; } .searchListGrid .tips { text-align: center; padding: 80px 0; font-size: 14px; color: #454545; line-height: 1.5; } /* detailGrid */ .detailHeadLabel { position: relative; margin-bottom: 40px; padding-left: 25px; font-size: 12px; color: #999; line-height: 24px; overflow: hidden; } .detailHeadLabel:before { content: "#"; position: absolute; left: 0; top: 0; color: #666; font-size: 28px; font-weight: lighter; height: 30px; line-height: 28px; width: 15px; } .detailHeadLabel .title { font-size: 24px; color: #333; line-height: 28px; font-weight: bold; } .detailHeadLabel .title small { margin-left: 5px; font-size: 12px; color: #999; font-weight: normal; } .detailHeadLabel .info { font-size: 12px; color: #999; } .detailHeadLabel .info span { margin-right: 10px; } .detailHeadGrid { height: 160px; padding: 40px 0; text-align: center; overflow: hidden; font-size: 24px; color: #666; line-height: 24px; } .detailHeadGrid h1 { font-size: 26px; color: #333; line-height: 32px; } .detailHeadGrid .anthorInfo { font-size: 14px; color: #666; } .detailHeadGrid .anthorInfo span { margin: 0 5px; color: #999; } .detailGrid { padding: 50px 300px 0 0; position: relative; color: #454545; font-size: 14px; line-height: 24px; } .detailGrid .tagInfo { margin-bottom: 30px; font-size: 12px; border-bottom: 1px dashed #eee; padding-bottom: 20px; } .detailGrid .tagInfo span { margin: 0 5px; color: #999; } .detailGrid h2 { font-size: 18px; color: #333; margin-bottom: 10px; } .detailGrid h3 { font-size: 16px; color: #454545; margin-bottom: 10px; } .detailGrid h4 { font-size: 14px; color: #666; margin-bottom: 10px; } .description { padding-left: 20px; position: relative; color: #666; margin-bottom: 60px; } .description .detail { padding: 20px 25px; background: #f7f8f9; border-radius: 4px; } .description p { text-indent: 2em; text-align: justify; } .description .flag { position: absolute; top: -20px; left: 10px; z-index: 5; width: 60px; height: 60px; background: url('../images/icon-flag2.png') no-repeat; background-size: 45px; } .articleBaseInfo { text-align: right; margin: 50px 10px; overflow: hidden; position: relative; padding-top: 30px; } .articleBaseInfo::after { content: ""; position: absolute; top: 0; right: 0; width: 25px; height: 4px; background: #409eff; } .articleBaseInfo p { font-size: 14px; color: #666; line-height: 24px; margin-bottom: 5px; } .articleBaseInfo b { color: #333; margin-right: 8px; } .rightGrid { position: absolute; left: 50%; top: 50px; margin-left: 260px; width: 240px; /*height:100%;*/ color: #666; font-size: 12px; line-height: 24px; } .rightGrid.fixed { position: fixed; top: 140px; } .leftGrid { position: absolute; left: 0; top: 0; width: 280px; height: 100%; color: #666; font-size: 12px; line-height: 24px; } .leftGrid .userBox { text-align: center; font-size: 12px; color: #999; line-height: 24px; margin-bottom: 30px; } .leftGrid .userBox .avatar { display: block; width: 100px; height: 100px; margin: 10px auto; border-radius: 50%; border: 4px solid #fff; overflow: hidden; } .leftGrid .userBox .avatar img { display: block; width: 92px; height: 92px; } .leftGrid .userBox .userName { height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333; } .leftGrid .userBox span { margin-left: 5px; margin-right: 5px; } .detailGrid.my { padding-right: 320px; } .detailGrid.web { padding-right: 0; } .rightGrid.my { margin-left: 270px; width: 280px; } .detailGrid .boxGroup { border-right: 1px solid #eee; min-height: 600px; } .webHeadLabel { position: relative; margin-bottom: 40px; min-height: 100px; padding: 20px 240px 20px 100px; font-size: 12px; color: #999; line-height: 24px; overflow: hidden; } .webHeadLabel .webImg { display: block; position: absolute; left: 0; top: 50%; margin-top: -40px; width: 80px; height: 80px; border: 0; overflow: hidden; border-radius: 50%; } .webHeadLabel .website { display: block; position: absolute; right: 55px; top: 50%; margin-top: -20px; width: 120px; height: 40px; text-align: center; font-size: 13px; line-height: 40px; background: #409eff; color: #fff; overflow: hidden; border-radius: 20px; } .webHeadLabel .webStar { cursor: pointer; display: block; position: absolute; right: 0; top: 50%; margin-top: -20px; width: 40px; height: 40px; text-align: center; font-size: 24px; line-height: 40px; background: #409eff; color: #fff; overflow: hidden; border-radius: 50%; } .webHeadLabel .webStar .iconfont { font-size: 20px; } .webHeadLabel .website:hover { opacity: .9; transition: all .2s ease; } .webHeadLabel h1 { font-size: 26px; color: #333; line-height: 32px; } .webHeadLabel .info { font-size: 14px; color: #666; } .webHeadLabel .info span { margin: 0 5px; color: #999; } .detailGrid.user { padding: 0 0 0 280px; min-height: 700px; } .labelItem { margin-bottom: 10px; font-size: 12px; color: #999; line-height: 20px; } .labelItem .item { display: block; margin-bottom: 15px; } .labelItem .item h3 { font-size: 14px; color: #454545; line-height: 18px; margin-bottom: 5px; } .labelItem .item span { margin: 0 5px; } .commentGrid { margin-bottom: 20px; } .commentGrid .commentForm { margin-bottom: 30px; } .commentGrid .commentTextarea { padding: 10px 15px; font-size: 14px; color: #333; line-height: 18px; background: #f6f6f6; border-radius: 4px; border: 1px solid #ddd; width: 100%; min-height: 80px; margin-bottom: 10px; } .commentGrid .commentTextarea.reply { background: #fff; margin-top: 20px; } .commentGrid .btnBox { text-align: right; } .commentGrid .submitBtn { display: inline-block; width: 110px; height: 36px; cursor: pointer; line-height: 36px; text-align: center; color: #fff; font-size: 14px; border-radius: 18px; background: #409eff; } .commentGrid .submitBtn:hover { opacity: .8; } .commentGrid .commentList { padding-top: 20px; } .commentGrid .commentList .title { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px; font-size: 14px; color: #666; } .commentGrid .commentList .tips { text-align: center; font-size: 14px; color: #999; padding: 30px; } .commentGrid .commentGroup { padding: 15px 20px; border-left: 3px solid #ddd; background: #f6f6f6; } .commentGrid .commentGroup .detailText { line-height: 20px; } .commentGrid .commentGroup .adminText { margin-top: 10px; line-height: 20px; } .commentGrid .itemUl { } .commentGrid .item { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #ddd; } .commentGrid .username { font-size: 15px; color: #333; line-height: 24px; margin-bottom: 10px; } .commentGrid .username span { font-size: 12px; color: #999; margin-left: 5px; } .commentGrid .username .reply { float: right; font-size: 12px; color: #999; } .commentGrid .moreBtn { display: block; height: 40px; cursor: pointer; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #409eff; color: #409eff; font-size: 14px; text-align: center; line-height: 38px; transition: all .2s ease; } .commentGrid .moreBtn:hover { background: #409eff; color: #fff; opacity: .9; transition: all .2s ease; } /* articleDetailGroup */ .articleDetailGroup { text-align: justify; } .articleDetailGroup img { text-align: center; max-width: 680px; width: 100%; margin-top: 20px; } .articleDetailGroup img.focus { max-width: 680px; } .articleDetailGroup a { color: #409eff; } .articleDetailGroup em { color: #777; } /* friendsGrid */ .friendsGrid { font-size: 12px; color: #999; line-height: 18px; } .myInfoGrid { padding: 30px; position: relative; border: 1px solid #eee; border-radius: 4px; overflow: hidden; line-height: 24px; font-size: 12px; color: #999; } .myInfoGrid.user { width: 230px; margin: 0 auto; } .myInfoGrid .avatar { display: block; width: 60px; height: 60px; border-radius: 50%; margin: 30px auto; background: url('../images/avatar_markbro.jpg') no-repeat center; background-size: 60px; overflow: hidden; } .myInfoGrid .userName { font-size: 14px; color: #333; text-align: center; line-height: 24px; margin-bottom: 10px; } .myInfoGrid .detail { font-size: 13px; color: #999; line-height: 20px; padding-top: 25px; margin-top: 25px; border-top: 1px solid #eee; margin-bottom: 20px; } .myInfoGrid .detail.down { border-top: 0; } .myInfoGrid .detail p { margin-bottom: 10px; text-indent: 2em; } .myInfoGrid .detail p.title { text-indent: 0; color: #f30; } .myInfoGrid .cfBlue, .myInfoGrid .detail a { color: #409eff; } .myInfoGrid .itemTitle { font-size: 14px; color: #333; line-height: 16px; margin-bottom: 15px; } .myInfoGrid .itemTitle p { font-size: 12px; color: #999; line-height: 14px; } .myInfoGrid .itemTitle h6 { font-size: 14px; line-height: 16px; } .myInfoGrid .itemTitle.float { border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px; } .myInfoGrid .itemTitle.float h6 { float: right; line-height: 30px; } .myInfoGrid .itemTitle.float p { float: left; line-height: 30px; } .myInfoGrid .downloadBtn { padding: 0 20px; background: #409eff; color: #fff; border-radius: 4px; display: inline-block; cursor: pointer; } .myInfoGrid .thumbBox { margin-bottom: 10px; } .myInfoGrid .thumbBox img { width: 100%; height: auto; display: block; border-radius: 4px; } .myInfoGrid .itemTitle.w2 { float: left; width: 50%; height: 50px; padding: 10px; } .friendsGrid .itemUl { margin-bottom: 10px; } .friendsGrid .item { width: 25%; float: left; padding: 10px; } .friendsGrid .areaBox { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 30px 20px; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .friendsGrid .areaBox .logo { display: block; width: 50px; height: 50px; margin: 10px auto; border-radius: 50%; overflow: hidden; } .friendsGrid .areaBox .logoHolder { display: block; width: 50px; height: 50px; color: #fff; text-align: center; background: #409eff; font-size: 24px; line-height: 50px; margin: 10px auto; border-radius: 50%; overflow: hidden; } .friendsGrid .areaBox .title { height: 30px; line-height: 30px; text-align: center; font-size: 16px; color: #333; overflow: hidden; margin-bottom: 10px; } .friendsGrid .areaBox .detail { height: 72px; overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #eee; } .friendsGrid .areaBox .website { display: block; height: 30px; color: #409eff; line-height: 30px; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .friendsGrid .item.w3 { width: 33.333333%; } .friendsGrid .areaBox.flag { padding: 20px; } .friendsGrid .areaBox.flag .logo { float: left; width: 24px; height: 24px; margin: 0 10px 0 0; } .friendsGrid .areaBox.flag .title { height: 24px; line-height: 24px; text-align: left; font-size: 14px; } .friendsGrid .areaBox.flag .detail { height: 48px; padding-top: 10px; padding-bottom: 0; margin-top: 10px; margin-bottom: 0; border-bottom: 0; border-top: 1px dotted #eee; } .friendsGrid .areaBox:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .updateGroup { margin-bottom: 10px; } .updateGroup li { padding-left: 35px; position: relative; font-size: 14px; color: #777; line-height: 24px; padding-bottom: 30px; } .updateGroup li:before { content: ""; display: block; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #409eff; left: 4px; top: 4px; border: 4px solid #d5e8fb; z-index: 5; } .updateGroup li:after { content: ""; display: block; position: absolute; width: 1px; height: 100%; background: #eee; left: 12px; top: 4px; } .updateGroup li .title { font-size: 15px; color: #454545; } .updateGroup .tipsInfo { margin-top: 10px; padding: 5px 15px; border-left: 3px solid #eee; background: #f7f8f9; font-size: 12px; color: #999; } .updateGroup .cfBlue, .updateGroup li a { color: #409eff; } .thankGroup { padding: 0 20px; color: #777; } .thankGroup .cfBlue, .thankGroup a { color: #409eff; } /*guestBookGroup*/ .guestBookGroup { padding: 0 10px; margin-bottom: 20px; } .guestBookGroup .inputLabel { margin-bottom: 15px; position: relative; border: 1px solid #ddd; background: #fff; font-size: 12px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden; color: #333; } .guestBookGroup .inputBlock, .guestBookGroup .textareaBlock { display: block; width: 100%; height: 40px; line-height: 20px; padding: 10px 15px; background: none; border: 0; } .guestBookGroup .textareaBlock { height: 90px; } .guestBookGroup .inputLabel.qrcode { padding-right: 100px; } .guestBookGroup .inputLabel.qrcode:after { content: ''; display: block; height: 40px; width: 1px; background: #ddd; position: absolute; right: 100px; top: 0; } .guestBookGroup .inputLabel.qrcode .qrcode { display: block; cursor: pointer; width: 80px; height: 25px; border: 0; position: absolute; top: 8px; right: 10px; overflow: hidden; } .guestBookGroup .submitBtn { display: block; width: 100%; height: 40px; cursor: pointer; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #409eff; color: #fff; font-size: 14px; text-align: center; line-height: 40px; } /* msgInfo */ .msgInfo { margin-bottom: 20px; padding: 20px; } .msgInfo .title { font-size: 13px; color: #777; line-height: 24px; margin-bottom: 10px; } .msgInfo .msg { font-size: 14px; color: #454545; line-height: 24px; margin-bottom: 10px; } .msgInfo .time { text-align: right; font-size: 12px; color: #777; line-height: 24px; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px dotted #eee; } /* layui 代码修饰 */ .articleDetailGroup pre { margin: 10px 0; border: 0; color: #454545; font-size: 13px; border-left-width: 0; background-color: #f8f8f8; white-space: pre-wrap; word-wrap: break-word; word-break: break-all; } .articleDetailGroup pre .layui-code-ol { padding: 20px; border-left: 3px solid #e7e9ed; } .articleDetailGroup pre .layui-code-ol li { line-height: 16px; padding: 2px 0; border: 0; background-color: #f8f8f8; margin-left: 0; list-style-type: none; } .articleDetailGroup pre .layui-code-h3 { display: none; } /* zanGroup */ .zanGroup { padding: 30px; text-align: center; overflow: hidden; margin-top: 40px; } .zanGroup .zanBtn { display: block; cursor: pointer; width: 70px; height: 70px; border-radius: 50%; text-align: center; font-size: 26px; color: #fff; background: #409eff; margin: 0 auto 5px; overflow: hidden; } .zanGroup .zanBtn .iconfont { font-size: 26px; color: #fff; line-height: 68px; } .zanGroup p { line-height: 24px; color: #999; font-size: 18px; } /* link */ .linkGroup { margin-top: 40px; color: #454545; font-size: 12px; line-height: 24px; position: relative; height: 20px; } .linkGroup .website { color: #999; margin-left: 10px; } .linkGroup .website:hover { color: #409eff; } .linkGroup .favoriteBtn { position: absolute; right: 0; top: -5px; width: 80px; height: 28px; text-align: center; line-height: 26px; color: #409eff; border-radius: 40px; border: 1px solid #409eff; overflow: hidden; font-size: 12px; } .linkGroup .favoriteBtn a { color: #409eff; } .linkGroup .favoriteBtn:hover { background: #409eff; color: #fff; } .linkGroup .favoriteBtn:hover a { color: #fff; } /* tag */ .tagGroup { border-top: 1px solid #eee; padding: 20px 0; margin: 10px 0 20px; overflow: hidden; } .tagGroup .tag { display: inline-block; background: #f1f1f1; color: #9B9B9B; font-size: 12px; line-height: 28px; padding: 0 15px; margin-bottom: 10px; margin-right: 10px; } /* websiteGrid 20190408 */ .websiteGrid { margin: 10px -10px; overflow: hidden; } .websiteGrid .labelItem { float: left; padding: 10px; overflow: hidden; width: 33.3333333%; } .websiteGrid .displayBox { background: #fff; padding: 20px 20px 10px; background: #fff; overflow: hidden; border-radius: 5px; border: 1px solid #eee; } .websiteGrid .banner { height: 140px; background: #f3f4f5; margin-bottom: 10px; overflow: hidden; } .websiteGrid .title { font-size: 16px; color: #454545; line-height: 30px; padding-bottom: 10px; border-bottom: 1px solid #eee; overflow: hidden; } .websiteGrid .title .more { font-size: 12px; color: #409eff; line-height: 30px; float: right; font-weight: normal; } .websiteGrid .itemLi { display: block; height: 80px; border-bottom: 1px dotted #eee; padding: 18px 90px 10px 65px; position: relative; font-size: 12px; color: #999; line-height: 1.8; overflow: hidden; } .websiteGrid .itemLi .top { font-size: 15px; color: #454545; line-height: 24px; height: 24px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .websiteGrid .itemLi p { font-size: 12px; color: #999; line-height: 18px; height: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .websiteGrid .itemLi .cfBlue { color: #409eff; } .websiteGrid .itemLi .img { display: block; width: 50px; height: 50px; position: absolute; left: 0; top: 15px; border-radius: 50%; background: #f6f6f6; overflow: hidden; } .websiteGrid .moreBtn { display: block; position: absolute; right: 0; top: 50%; margin-top: -15px; width: 60px; height: 30px; text-align: center; font-size: 13px; line-height: 28px; border: 1px solid #eee; color: #666; overflow: hidden; border-radius: 15px; } .websiteGrid .moreBtn:hover { background: #409eff; color: #fff; border: 1px solid #409eff; transition: all .2s ease; } .websiteGrid .btmMore { display: block; text-align: center; color: #409eff; margin-top: 5px; font-size: 12px; height: 30px; line-height: 30px; overflow: hidden; } .websiteGrid .btmMore:hover { opacity: .8; transition: all .2s ease; } /* diyFormGrid */ .diyFormGrid { border: 1px solid #eee; border-radius: 5px; padding: 20px; background: #fff; overflow: hidden; font-size: 13px; color: #666; line-height: 1.5; } .diyFormGrid td { padding: 10px 5px; min-height: 45px; line-height: 1.8; border-bottom: 1px solid #eee; position: relative; } .diyFormGrid td:first-of-type { width: 90px; font-size: 14px; color: #454545; font-weight: bold; } .diyFormGrid .input_text, .diyFormGrid textarea { width: 100%; height: 36px; line-height: 20px; border-radius: 3px; border: 0; background: #f6f6f6; padding: 0 20px; } .diyFormGrid textarea { height: 80px; } .diyFormGrid .option_box { margin-right: 20px; font-size: 13px; color: #666; line-height: 1.5; margin-bottom: 10px; } .diyFormGrid input[type='checkbox'] { margin-right: 5px; } .diyFormGrid .codeBox { position: relative; padding-right: 120px; } .diyFormGrid .codeBox .code { position: absolute; right: 10px; top: 0; height: 35px; cursor: pointer; width: 100px; border: 0; } .diyFormGrid .submitBtn { display: block; width: 160px; height: 40px; text-align: center; font-size: 13px; line-height: 40px; color: #fff; background: #409eff; overflow: hidden; border-radius: 4px; } .diyFormGrid .submitBtn:hover { opacity: .9; transition: all .2s ease; }
ruoyi-blog/src/main/resources/static/blog/avatar/css/dgy.group.css
.launchTopGird { padding: 130px 0 10px; margin-bottom: 10px; } .launchTopGird .leftWrap { float: left; width: 813px; height: 320px; overflow: hidden; } .launchTopGird .rightWrap { float: right; width: 340px; height: 320px; overflow: hidden; } .launchTopGird .extendBox { height: 100px; border-radius: 4px; overflow: hidden; } .launchTopGird .extendBox .img, .launchTopGird .extendBox img { display: block; width: 100%; height: auto; min-height: 100px; } .launchTopGird .specialWrap { display: block; height: 210px; overflow: hidden; background-image: linear-gradient(-45deg, #59Ceff 0%, #6177ff 100%); border-radius: 4px; margin-bottom: 10px; padding: 20px 25px; font-size: 13px; color: #fff; line-height: 1.5; position: relative; } .launchTopGird .specialWrap .topBox { margin-bottom: 20px; overflow: hidden; } .launchTopGird .specialWrap .dateLabel { font-size: 60px; } .launchTopGird .specialWrap .dateLabel .num { float: right; line-height: 60px; font-weight: bold; margin-left: 5px; } .launchTopGird .specialWrap .dateLabel .topSmall { float: right; font-weight: bold; font-size: 14px; margin-top: 2px; } .launchTopGird .specialWrap .title { height: 30px; font-size: 14px; margin-bottom: 20px; line-height: 30px; overflow: hidden; } .launchTopGird .specialWrap .detail { height: 48px; line-height: 24px; font-size: 16px; font-weight: bold; overflow: hidden; margin-bottom: 20px; } .launchTopGird .specialWrap .author { height: 24px; line-height: 24px; font-size: 14px; text-align: right; } .launchTopGird .specialWrap .textWp { position: relative; z-index: 10; } .launchTopGird .specialWrap.day .detail { height: 72px; } .launchTopGird .imgGroup { height: 320px; overflow: hidden; position: relative; } .launchTopGird .imgGroup .img { display: block; border-radius: 5px; height: 320px; border: 0; } .launchTopGird .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; } .launchTopGird .swiper-pagination-bullet { border-radius: 4px; } .launchTopGird .swiper-pagination-bullet { background: #fff; opacity: .5; } .launchTopGird .swiper-pagination-bullet-active { opacity: 1; background: #fff; width: 20px; } .launchTopGird .swiper-button-next, .launchTopGird .swiper-button-prev, .articleModeGrid .swiper-button-next, .articleModeGrid .swiper-button-prev { cursor: pointer; width: 30px; height: 30px; margin-top: -15px; opacity: 0; transition: all .2s ease; } .articleModeGrid .swiper-button-next, .articleModeGrid .swiper-button-prev { opacity: 1; z-index: 20; pointer-events: auto !important; } .launchTopGird .swiper-button-next, .articleModeGrid .swiper-button-next { background: url('../images/icon_arr_right.png') no-repeat; background-size: 30px; } .launchTopGird .swiper-button-prev, .articleModeGrid .swiper-button-prev { background: url('../images/icon_arr_left.png') no-repeat; background-size: 30px; } .launchTopGird .swiper-container:hover .swiper-button-next, .launchTopGird .swiper-container:hover .swiper-button-prev, .articleModeGrid .swiper-container:hover .swiper-button-next, .articleModeGrid .swiper-container:hover .swiper-button-prev { opacity: .6; transition: all .2s ease; } .launchTopGird.web { background: none; padding: 0; border-bottom: 0; } .launchTopGird.web .imgBox { /*width:320px;*/ width: 490px; min-height: 200px; overflow: hidden; position: relative; } .launchTopGird.web .imgBox .img { display: block; border-radius: 5px; width: 100%; border: 1px solid #eee; } .launchTopGird.web .swiper-button-next, .launchTopGird.web .swiper-button-prev { opacity: .3; } .launchTopGird.web .swiper-container:hover .swiper-button-next, .launchTopGird.web .swiper-container:hover .swiper-button-prev { opacity: .8; } /* indexSiteGird */ .indexSiteGird { margin-bottom: 20px; } .indexSiteGird .item { display: block; padding: 10px 30px 10px 70px; height: 70px; background: #fafafa; border-radius: 4px; overflow: hidden; margin-bottom: 5px; position: relative; } .indexSiteGird p { font-size: 12px; color: #888; line-height: 20px; overflow: hidden; height: 20px; white-space: nowrap; text-overflow: ellipsis; } .indexSiteGird .moreBox { position: absolute; right: 0; top: 0; padding-right: 15px; height: 70px; line-height: 70px; width: 70px; text-align: right; background: linear-gradient(90deg, rgba(250, 250, 250, .4) 0%, rgba(250, 250, 250, .8) 20%, rgba(250, 250, 250, 1) 40%, rgba(250, 250, 250, 1) 100%); } .indexSiteGird .moreBox .icon { font-size: 24px; color: #999; } .indexSiteGird .img { display: block; width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 15px; top: 10px; } .indexSiteGird .title { font-weight: bold; color: #454545; font-size: 13px; } .indexSiteGird .item:hover { background: #f6f6f6; } .indexSiteGird .item:hover .title { color: #409eff; } .indexSiteGird .item:hover p { color: #454545; } /* indexListGrid */ .indexListGrid { margin-bottom: 20px; overflow: hidden; padding-right: 10px; } .indexListGrid .item { display: block; padding: 10px 0 20px; overflow: hidden; line-height: 1.5; font-size: 14px; color: #999; border-bottom: 1px solid #eee; margin-bottom: 0px; position: relative; } .indexListGrid .content { min-height: 80px; position: relative; } .indexListGrid .content.img { padding-right: 160px; } .indexListGrid .imgBox { position: absolute; right: 0; top: 40%; margin-top: -35px; width: 140px; border-radius: 4px; height: 100px; overflow: hidden; border: 1px solid #eee; } .indexListGrid .imgBox img { display: block; width: 100%; min-height: 100px; border: 0; } .indexListGrid .catWrap { margin-bottom: 5px; font-size: 12px; color: #409eff; } .indexListGrid .catWrap .catBox { display: inline-block; background: #f6f6f6; border-radius: 15px; height: 30px; position: relative; padding-left: 30px; padding-right: 10px; line-height: 30px; overflow: hidden; } .indexListGrid .catWrap .catBox .i { display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; position: absolute; left: 5px; top: 5px; overflow: hidden; background: #409eff; color: #fff; font-size: 14px; } .indexListGrid .item h2 { font-size: 16px; color: #454545; margin-bottom: 10px; line-height: 1.5; } .indexListGrid .item .detail { margin-bottom: 15px; max-height: 50px; overflow: hidden; } .indexListGrid .item .otherInfo { font-size: 13px; } .indexListGrid.aside .item { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #eee; } .indexListGrid.aside .content.img { padding-right: 0; padding-left: 105px; } .indexListGrid.aside .item h2 { font-size: 14px; color: #666; height: 40px; line-height: 20px; overflow: hidden; } .indexListGrid.aside .imgBox { right: auto; left: 0; top: 0; margin-top: 0; width: 92px; height: 70px; border: 1px solid #eee; } .indexListGrid.aside .imgBox img { min-height: 68px; } .indexListGrid .catWrap.red { color: #f60; } .indexListGrid .catWrap.red .i { background: #f60; } .indexListGrid .item:hover h2 { color: #409eff; } /*tabInfoBox*/ .indexAsideGrid { margin-bottom: 30px; margin-top: -20px; } .indexAsideGrid .item { display: block; padding: 20px 0; border-bottom: 1px solid #eee; line-height: 30px; font-size: 12px; color: #666; overflow: hidden; } .indexAsideGrid .item p { line-height: 18px; font-size: 13px; color: #999; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .indexAsideGrid .item h2 { line-height: 20px; font-size: 15px; margin-bottom: 10px; color: #333; } .indexAsideGrid .item .desc { font-size: 14px; line-height: 18px; overflow: hidden; text-align: justify; } .indexAsideGrid .item .info { margin-top: 10px; font-size: 12px; color: #aaa; } .indexAsideGrid .item:hover h2 { color: #409eff; } /* indexTagGrid */ .indexTagGrid { margin-bottom: 30px; } .indexTagGrid .item { float: left; display: inline-block; padding: 0 20px; margin: 0 10px 10px 0; text-align: center; font-size: 13px; color: #666; height: 34px; line-height: 32px; overflow: hidden; transition: all .2s ease; border-radius: 18px; border: 1px solid #f6f6f6; background: #f6f6f6; } .indexTagGrid .item .i { color: #409eff; margin-right: 5px; } .indexTagGrid .item:hover { color: #fff; border: 1px solid #409eff; color: #409eff; background: #fff; transition: all .2s ease; } /* posterGrid */ .posterGrid { width: 760px; margin: 20px auto; padding: 3px; overflow: hidden; font-size: 14px; color: #999; line-height: 1.8; border-radius: 4px; box-shadow: 0 0 10px #bbb; background: linear-gradient(45deg, #57a9fd 0, #57a9fd 25%, transparent 25%, transparent 50%, #57a9fd 50%, #57a9fd 75%, transparent 75%, transparent); background-size: 20px 20px; } .posterGrid .bodyBox { background: #fff; padding: 30px; border-radius: 4px; overflow: hidden; } .posterGrid .poster { display: block; width: 100%; height: 360px; border-radius: 3px; border: 0; margin-bottom: 20px; } .posterGrid .title { font-size: 18px; color: #454545; padding: 20px 0; position: relative; } .posterGrid .title:before { content: ""; position: absolute; left: 0; top: 10px; width: 40px; height: 3px; background: #ddd; } .posterGrid .author { text-align: right; } /* indexLinkGrid */ .indexLinkGrid { margin-bottom: 30px; line-height: 1.8; font-size: 13px; color: #999; } .indexLinkGrid span { margin-right: 10px; } /* searchListGrid */ .searchListGrid { margin-bottom: 20px; padding-right: 30px; } .searchListGrid .item { display: block; padding: 10px 20px; overflow: hidden; line-height: 1.8; font-size: 13px; color: #999; border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px; } .searchListGrid .item h2 { font-size: 16px; color: #454545; } .searchListGrid .item .detail { margin-bottom: 15px; max-height: 50px; overflow: hidden; } .searchListGrid .mlr { margin: 0 5px; color: #999; } .searchListGrid .content { min-height: 80px; padding-bottom: 15px; } .searchListGrid .imgBox { float: left; width: 120px; border-radius: 4px; height: 70px; margin-right: 15px; overflow: hidden; } .searchListGrid .imgBox img { display: inline-block; height: 100%; border: 0; } .searchListGrid .item:hover h2 { color: #409eff; } .searchListGrid .tips { text-align: center; padding: 80px 0; font-size: 14px; color: #454545; line-height: 1.5; } /* tagGrid */ .tagGrid { margin-top: 25px; border-radius: 5px; overflow: hidden; background: #fff; padding: 15px 10px; border: 1px solid #eee; } .tagGrid .itemUl { float: left; padding: 5px 10px; width: 855px; height: 80px; overflow: hidden; } .tagGrid .item { float: left; display: inline-block; padding: 0 15px; margin: 0 5px 5px 0; text-align: center; font-size: 14px; color: #666; height: 30px; line-height: 30px; overflow: hidden; transition: all .2s ease; } .tagGrid .item .i { color: #409eff; margin-right: 5px; } .tagGrid .item:hover { color: #fff; background: #409eff; border-radius: 5px; transition: all .2s ease; } .tagGrid .item:hover .i { color: #fff; } .tagGrid .titleBox { float: left; width: 120px; border-right: 1px solid #eee; text-align: center; height: 65px; margin-top: 7px; font-size: 16px; color: #454545; line-height: 1.5; overflow: hidden; } .tagGrid .titleBox .flag { color: #409eff; font-size: 30px; line-height: 36px; font-family: Impact, sans-serif; } /* newArticleGrid */ .newArticleGrid { margin: -5px -5px 35px; } .newArticleGrid .itemLi { width: 33.33333%; float: left; padding: 5px; } .newArticleGrid .content { display: block; height: 100px; border: 1px solid #eee; padding: 25px 20px 25px 95px; position: relative; font-size: 12px; color: #999; line-height: 1.8; border-radius: 5px; background: #fff; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .newArticleGrid .img { display: block; width: 60px; height: 60px; position: absolute; left: 20px; top: 20px; border-radius: 4px; background: #f6f6f6; overflow: hidden; } .newArticleGrid .catName { display: block; width: 60px; height: 60px; text-align: center; line-height: 60px; padding: 0 10px; color: #fff; font-size: 13px; font-weight: bold; position: absolute; left: 20px; top: 20px; border-radius: 50%; background: #f6f6f6; overflow: hidden; } .newArticleGrid .catName.green { background: linear-gradient(-125deg, #57bdbf, #2f9de2); } .newArticleGrid .catName.red { background: linear-gradient(-128deg, #e14062, #a13582); } .newArticleGrid .catName.grayBlue { background: linear-gradient(-113deg, #81328d, #592984); } .newArticleGrid .catName.yellow { background: linear-gradient(-141deg, #ffc000, #ea942e); } .newArticleGrid .itemLi h2 { line-height: 26px; color: #454545; font-size: 15px; height: 26px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .newArticleGrid .content:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .newArticleGrid .content:hover h2 { color: #409eff; } .newArticleGrid.link .itemLi { width: 50%; } .newArticleGrid.web .itemLi { width: 33.33333%; } .newArticleGrid.link .itemLi h2 { margin-bottom: 0; } .newArticleGrid.link .itemLi p { line-height: 21px; height: 21px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .newArticleGrid.link .content { height: 90px; padding: 20px 20px 20px 85px; } .newArticleGrid.link .img { width: 50px; height: 50px; border-radius: 50%; } .newArticleGrid.list .content { height: 170px; } .newArticleGrid.list .btmBox { height: 80px; position: absolute; left: 0; right: 0; bottom: 0; padding: 15px 20px; border-top: 1px dotted #eee; } .newArticleGrid.list .itemLi p { font-size: 13px; color: #777; } /* layoutGroup */ .layoutGroup { border-left: 1px solid #eee; border-bottom: 1px solid #eee; background: #fff; overflow: hidden; border-radius: 4px; margin-bottom: 40px; } .layoutGroup .item { float: left; border-right: 1px solid #eee; border-top: 1px solid #eee; padding: 40px 40px 70px 40px; font-size: 13px; color: #999; line-height: 1.8; overflow: hidden; width: 33.3333333%; height: 300px; position: relative; cursor: pointer; transition: all .2s ease; } .layoutGroup .item .wrap { content: ""; display: block; position: absolute; top: -10px; left: 40px; width: 100px; height: 8px; border-radius: 6px; background: #409eff; transition: all .2s ease; } .layoutGroup .item:hover { background: #fff; box-shadow: inset 0 0 20px rgba(0, 0, 0, .09); transition: all .2s ease; } .layoutGroup .item:hover .wrap { top: -4px; transition: all .2s ease; } .layoutGroup .otherInfo { position: absolute; left: 0; bottom: 40px; width: 100%; height: 24px; line-height: 24px; padding: 0 40px; color: #666; overflow: hidden; } .layoutGroup .item h2 { font-size: 16px; color: #454545; line-height: 24px; max-height: 48px; overflow: hidden; } .layoutGroup .item .detail { max-height: 100px; margin-top: 30px; text-align: justify; position: relative; overflow: hidden; } /* articleModeGrid */ .articleModeGrid { margin: 20px -5px; } .articleModeGrid .itemLi { float: left; width: 25%; padding: 5px; position: relative; transition: all .2s ease; } .articleModeGrid .content { display: block; height: 265px; background: #fff; border: 1px solid #eee; font-size: 12px; line-height: 1.5; cursor: pointer; color: #999; border-radius: 4px; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; overflow: hidden; position: relative; } .articleModeGrid .articleGroup { padding: 30px 30px 50px 30px; } .articleModeGrid .imgBox { position: relative; height: auto; overflow: hidden; margin-bottom: 20px; } .articleModeGrid .imgBox.full { display: block; height: 0; margin-bottom: 0; transition: all .2s ease; } .articleModeGrid .imgBox .img { display: block; width: 100%; /*height:100%;*/ border: 0; } .articleModeGrid .itemLi h2 { font-size: 15px; color: #454545; line-height: 20px; max-height: 40px; overflow: hidden; } .articleModeGrid .detail { height: 80px; margin-top: 20px; text-align: justify; overflow: hidden; margin-bottom: 10px; position: relative; } .articleModeGrid .btmInfo { display: flex; line-height: 30px; font-size: 12px; color: #999; padding: 0 30px; position: absolute; left: 0; right: 0; bottom: 25px; overflow: hidden; } .articleModeGrid .btmInfo .strong { font-size: 13px; color: #454545; } .articleModeGrid .btmInfo .text { flex: 1; text-align: right; } .articleModeGrid .topText { margin-bottom: 5px; } .articleModeGrid.on .articleGroup { padding: 0 20px 50px; } .articleModeGrid.on .content { height: 310px; } .articleModeGrid.on .imgBox { height: 180px; margin-bottom: 20px; transition: all .2s ease; } .articleModeGrid.on .itemLi h2 { max-height: 60px; height: 60px; font-size: 14px; line-height: 18px; border-bottom: 1px dotted #eee; } .articleModeGrid.on .topText, .articleModeGrid.on .itemLi .detail { display: none; } .articleModeGrid.on .btmInfo { bottom: 15px; padding: 0 20px; } .articleModeGrid.on .btmInfo .strong { font-size: 12px; color: #999; } .articleModeGrid.w3 .itemLi { width: 33.33333%; } .articleModeGrid.w3 .imgBox { height: 240px; } .articleModeGrid.w3 .content { height: auto; } .articleModeGrid.w3 .articleGroup { padding-bottom: 55px; } .articleModeGrid.w3 .btmInfo { bottom: 20px; } .articleModeGrid.w3 .btmInfo .strong { font-size: 13px; color: #454545; } .articleModeGrid.index .itemLi { width: 33.33333%; } .articleModeGrid.index .imgBox { height: 185px; } .articleModeGrid.full .itemLi { width: 100%; float: none; } .articleModeGrid .content:hover { z-index: 9; background: #FFF; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .articleModeGrid.index .content:hover { transform: none; box-shadow: none; } .fullTabs { width: 100%; height: 50px; border-bottom: 1px solid #eee; background: #fff; padding: 0 20px; position: relative; } .fullTabs.index { position: fixed; top: 0; z-index: 100; } .fullTabs .menuBox { text-align: center; min-width: 600px; margin: 0 auto; padding-top: 10px; line-height: 30px; } .fullTabs .menuBox .item { font-size: 14px; color: #333; padding: 0 20px; } .fullTabs .menuBox .item a { color: #333; position: relative; } .fullTabs .item.on, .fullTabs .item a.current, .fullTabs .item a:hover { color: #409eff; } .fullTabs .rtMenu { position: absolute; right: 20px; top: 10px; height: 30px; line-height: 30px; } .fullTabs .rtMenu .text { font-size: 12px; color: #999; float: left; margin-right: 10px; line-height: 30px; } .fullTabs .rtMenu .switchBtn { margin-top: 5px; } .fullTabs.user { background: none; padding: 0; margin-bottom: 30px; } .fullTabs.user .menuBox { /*text-align:left;*/ } .fullTabs.user .menuBox .item a { color: #a6a5ad; position: relative; } .fullTabs.user .item.on, .fullTabs.user .item a.current, .fullTabs.user .item a:hover { color: #409eff; } .fullTabs.user .menuBox .item a.current:after { content: ""; display: block; position: absolute; left: 0; bottom: -16px; width: 100%; height: 4px; background: #409eff; } /* switchMode */ .switchMode { display: inline-block; cursor: pointer; width: 20px; height: 20px; position: relative; overflow: hidden; background: url('../images/icon_articleMode.png') no-repeat center; background-size: 20px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .switchMode.on { background: url('../images/icon_imgMode.png') no-repeat center; background-size: 20px; } .planetGroup { position: relative; width: 1000px; height: 100%; padding: 0 20px; margin: 0 auto; color: #eaeaea; } .planetGroup .title { margin-top: 25px; font-size: 18px; line-height: 28px; } .planetGroup .detail { font-size: 12px; line-height: 18px; } .planetGroup .planet { position: absolute; opacity: .3; border-radius: 50%; } .planetGroup .planet.a1 { width: 135px; height: 135px; right: 432px; top: -95px; background: linear-gradient(0deg, #ff5a25, #ff005a); } .planetGroup .planet.a2 { width: 25px; height: 25px; right: 278px; top: 41px; background: linear-gradient(-90deg, #bd4c86, #c864ae); } .planetGroup .planet.a3 { width: 78px; height: 78px; right: 577px; top: 65px; background: linear-gradient(-90deg, #00d5c8, #00b481); } .planetGroup .planet.a4 { width: 90px; height: 90px; right: -23px; top: 45px; background: linear-gradient(-90deg, #271e5b, #0d76ef); } .planetGroup.w1100 { width: 1100px; } /* userHeadGrid */ .userHeadGrid { width: 100%; background: #090723; height: 95px; overflow: hidden; } .userHeadGrid.member { height: 135px; } .userHeadGrid.user { height: 200px; } .userInfoGroup { margin-top: -65px; } .userInfoGroup .menuWrap { width: 680px; float: left; } .userInfoGroup .userBox { width: 280px; height: 200px; float: left; text-align: center; font-size: 12px; color: #999; line-height: 24px; margin-top: -20px; } .userInfoGroup .userBox .avatar { display: block; width: 100px; height: 100px; margin: 10px auto; border-radius: 50%; border: 4px solid #fff; overflow: hidden; } .userInfoGroup .userBox .avatar img { display: block; width: 92px; height: 92px; } .userInfoGroup .userBox .userName { height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333; } .userInfoGroup .userBox span { margin-left: 5px; margin-right: 5px; } .userInfoGroup .adWrap { width: 680px; float: left; margin-top: 20px; padding-bottom: 20px; margin-bottom: 20px; overflow: hidden; } .userInfoGroup .adWrap .holder { height: 80px; background: #f1f1f1; border-radius: 5px; } .memberGroup { width: 680px; } .memberGroup.user { width: 800px; margin: 0 auto 50px; min-height: 300px; } .userBaseInfo { margin-bottom: 20px; overflow: hidden; } .userBaseInfo .itemLi { width: 33.33333%; text-align: center; padding: 30px 25px 40px; float: left; } .userBaseInfo .itemBox { border-radius: 5px; border: 1px solid #eee; padding: 20px; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .userBaseInfo .itemBox:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .userBaseInfo .iconWrap { width: 80px; height: 80px; margin: 20px auto; font-size: 42px; color: #fff; line-height: 80px; border-radius: 50%; background: #98c9fc; overflow: hidden; } .userBaseInfo .iconWrap.vip { background: none; } .userBaseInfo .iconVip { display: block; width: 50px; margin: 15px auto 0; border: 0; } .userBaseInfo .iconWrap .iconfont { font-size: 42px; /*color:#409eff;*/ color: #fff; } .userBaseInfo .title { font-size: 16px; color: #454545; line-height: 30px; } .userBaseInfo p { font-size: 12px; color: #777; line-height: 24px; margin-bottom: 10px; } .memberTabBox { text-align: center; padding-top: 20px; } .memberTabBox .item { float: left; width: 135px; font-size: 14px; color: #333; padding: 0 20px; } .memberTabBox .strong { color: #fff; font-size: 32px; line-height: 40px; height: 40px; margin-bottom: 10px; } .memberTabBox .tips { color: #454545; font-size: 14px; line-height: 30px; height: 30px; } /* myhome */ .userInfoGroup.myhome { position: relative; z-index: 10; } .userInfoGroup.myhome .menuWrap { width: 100%; float: none; } .userInfoGroup.myhome .item { width: 180px; } .tableDgy { border-radius: 5px; border: 1px solid #eee; padding: 10px 20px; text-align: left; overflow: hidden; margin-bottom: 15px; } .tableDgy table { width: 100%; } .tableDgy th { line-height: 24px; padding: 10px; } .tableDgy td { line-height: 24px; padding: 10px; border-top: 1px solid #eee; } /* channelItemGrid */ .channelItemGrid { margin: 10px -10px; overflow: hidden; } .channelItemGrid .item { float: left; padding: 10px; overflow: hidden; width: 33.3333333%; } .channelItemGrid .content { display: block; background: #fff; border-radius: 4px; border: 1px solid #eee; padding: 40px 40px 70px 40px; font-size: 13px; color: #999; line-height: 1.8; overflow: hidden; height: 300px; position: relative; cursor: pointer; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .channelItemGrid .item .wrap { content: ""; display: block; position: absolute; top: -4px; left: 50%; margin-left: -60px; width: 120px; height: 4px; z-index: 1; background: #409eff; transition: all .2s ease; } .channelItemGrid .content:hover { z-index: 9; background: #FFF; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 10px 20px rgba(61, 79, 127, 0.1); box-shadow: 0 10px 20px rgba(61, 79, 127, 0.1); } .channelItemGrid .content:hover .wrap { top: 0; } .channelItemGrid .otherInfo { position: absolute; left: 0; bottom: 40px; display: flex; width: 100%; height: 24px; line-height: 24px; padding: 0 40px; overflow: hidden; } .channelItemGrid .otherInfo .strong { font-size: 13px; color: #454545; } .channelItemGrid .otherInfo .text { flex: 1; text-align: right; } .channelItemGrid .item h2 { font-size: 16px; color: #454545; line-height: 24px; max-height: 48px; overflow: hidden; } .channelItemGrid .item .detail { max-height: 100px; margin-top: 30px; text-align: justify; overflow: hidden; } /* searchListGrid */ .searchListGrid { margin-bottom: 20px; padding-right: 30px; } .searchListGrid .item { display: block; padding: 10px 20px; overflow: hidden; line-height: 1.8; font-size: 13px; color: #999; border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px; } .searchListGrid .item h2 { font-size: 16px; color: #454545; } .searchListGrid .item .detail { margin-bottom: 15px; max-height: 50px; overflow: hidden; } .searchListGrid .mlr { margin: 0 5px; color: #999; } .searchListGrid .content { min-height: 80px; padding-bottom: 15px; } .searchListGrid .imgBox { float: left; width: 120px; border-radius: 4px; height: 85px; margin-right: 15px; overflow: hidden; } .searchListGrid .imgBox img { display: inline-block; width: 100%; height: auto; border: 0; } .searchListGrid .item:hover h2 { color: #409eff; } .searchListGrid .tips { text-align: center; padding: 80px 0; font-size: 14px; color: #454545; line-height: 1.5; } /* detailGrid */ .detailHeadLabel { position: relative; margin-bottom: 40px; padding-left: 25px; font-size: 12px; color: #999; line-height: 24px; overflow: hidden; } .detailHeadLabel:before { content: "#"; position: absolute; left: 0; top: 0; color: #666; font-size: 28px; font-weight: lighter; height: 30px; line-height: 28px; width: 15px; } .detailHeadLabel .title { font-size: 24px; color: #333; line-height: 28px; font-weight: bold; } .detailHeadLabel .title small { margin-left: 5px; font-size: 12px; color: #999; font-weight: normal; } .detailHeadLabel .info { font-size: 12px; color: #999; } .detailHeadLabel .info span { margin-right: 10px; } .detailHeadGrid { height: 160px; padding: 40px 0; text-align: center; overflow: hidden; font-size: 24px; color: #666; line-height: 24px; } .detailHeadGrid h1 { font-size: 26px; color: #333; line-height: 32px; } .detailHeadGrid .anthorInfo { font-size: 14px; color: #666; } .detailHeadGrid .anthorInfo span { margin: 0 5px; color: #999; } .detailGrid { padding: 50px 300px 0 0; position: relative; color: #454545; font-size: 14px; line-height: 24px; } .detailGrid .tagInfo { margin-bottom: 30px; font-size: 12px; border-bottom: 1px dashed #eee; padding-bottom: 20px; } .detailGrid .tagInfo span { margin: 0 5px; color: #999; } .detailGrid h2 { font-size: 18px; color: #333; margin-bottom: 10px; } .detailGrid h3 { font-size: 16px; color: #454545; margin-bottom: 10px; } .detailGrid h4 { font-size: 14px; color: #666; margin-bottom: 10px; } .description { padding-left: 20px; position: relative; color: #666; margin-bottom: 60px; } .description .detail { padding: 20px 25px; background: #f7f8f9; border-radius: 4px; } .description p { text-indent: 2em; text-align: justify; } .description .flag { position: absolute; top: -20px; left: 10px; z-index: 5; width: 60px; height: 60px; background: url('../images/icon-flag2.png') no-repeat; background-size: 45px; } .articleBaseInfo { text-align: right; margin: 50px 10px; overflow: hidden; position: relative; padding-top: 30px; } .articleBaseInfo::after { content: ""; position: absolute; top: 0; right: 0; width: 25px; height: 4px; background: #409eff; } .articleBaseInfo p { font-size: 14px; color: #666; line-height: 24px; margin-bottom: 5px; } .articleBaseInfo b { color: #333; margin-right: 8px; } .rightGrid { position: absolute; left: 50%; top: 50px; margin-left: 260px; width: 240px; /*height:100%;*/ color: #666; font-size: 12px; line-height: 24px; } .rightGrid.fixed { position: fixed; top: 140px; } .leftGrid { position: absolute; left: 0; top: 0; width: 280px; height: 100%; color: #666; font-size: 12px; line-height: 24px; } .leftGrid .userBox { text-align: center; font-size: 12px; color: #999; line-height: 24px; margin-bottom: 30px; } .leftGrid .userBox .avatar { display: block; width: 100px; height: 100px; margin: 10px auto; border-radius: 50%; border: 4px solid #fff; overflow: hidden; } .leftGrid .userBox .avatar img { display: block; width: 92px; height: 92px; } .leftGrid .userBox .userName { height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333; } .leftGrid .userBox span { margin-left: 5px; margin-right: 5px; } .detailGrid.my { padding-right: 320px; } .detailGrid.web { padding-right: 0; } .rightGrid.my { margin-left: 270px; width: 280px; } .detailGrid .boxGroup { border-right: 1px solid #eee; min-height: 600px; } .webHeadLabel { position: relative; margin-bottom: 40px; min-height: 100px; padding: 20px 240px 20px 100px; font-size: 12px; color: #999; line-height: 24px; overflow: hidden; } .webHeadLabel .webImg { display: block; position: absolute; left: 0; top: 50%; margin-top: -40px; width: 80px; height: 80px; border: 0; overflow: hidden; border-radius: 50%; } .webHeadLabel .website { display: block; position: absolute; right: 55px; top: 50%; margin-top: -20px; width: 120px; height: 40px; text-align: center; font-size: 13px; line-height: 40px; background: #409eff; color: #fff; overflow: hidden; border-radius: 20px; } .webHeadLabel .webStar { cursor: pointer; display: block; position: absolute; right: 0; top: 50%; margin-top: -20px; width: 40px; height: 40px; text-align: center; font-size: 24px; line-height: 40px; background: #409eff; color: #fff; overflow: hidden; border-radius: 50%; } .webHeadLabel .webStar .iconfont { font-size: 20px; } .webHeadLabel .website:hover { opacity: .9; transition: all .2s ease; } .webHeadLabel h1 { font-size: 26px; color: #333; line-height: 32px; } .webHeadLabel .info { font-size: 14px; color: #666; } .webHeadLabel .info span { margin: 0 5px; color: #999; } .detailGrid.user { padding: 0 0 0 280px; min-height: 700px; } .labelItem { margin-bottom: 10px; font-size: 12px; color: #999; line-height: 20px; } .labelItem .item { display: block; margin-bottom: 15px; } .labelItem .item h3 { font-size: 14px; color: #454545; line-height: 18px; margin-bottom: 5px; } .labelItem .item span { margin: 0 5px; } .commentGrid { margin-bottom: 20px; } .commentGrid .commentForm { margin-bottom: 30px; } .commentGrid .commentTextarea { padding: 10px 15px; font-size: 14px; color: #333; line-height: 18px; background: #f6f6f6; border-radius: 4px; border: 1px solid #ddd; width: 100%; min-height: 80px; margin-bottom: 10px; } .commentGrid .commentTextarea.reply { background: #fff; margin-top: 20px; } .commentGrid .btnBox { text-align: right; } .commentGrid .submitBtn { display: inline-block; width: 110px; height: 36px; cursor: pointer; line-height: 36px; text-align: center; color: #fff; font-size: 14px; border-radius: 18px; background: #409eff; } .commentGrid .submitBtn:hover { opacity: .8; } .commentGrid .commentList { padding-top: 20px; } .commentGrid .commentList .title { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px; font-size: 14px; color: #666; } .commentGrid .commentList .tips { text-align: center; font-size: 14px; color: #999; padding: 30px; } .commentGrid .commentGroup { padding: 15px 20px; border-left: 3px solid #ddd; background: #f6f6f6; } .commentGrid .commentGroup .detailText { line-height: 20px; } .commentGrid .commentGroup .adminText { margin-top: 10px; line-height: 20px; } .commentGrid .itemUl { } .commentGrid .item { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #ddd; } .commentGrid .username { font-size: 15px; color: #333; line-height: 24px; margin-bottom: 10px; } .commentGrid .username span { font-size: 12px; color: #999; margin-left: 5px; } .commentGrid .username .reply { float: right; font-size: 12px; color: #999; } .commentGrid .moreBtn { display: block; height: 40px; cursor: pointer; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #409eff; color: #409eff; font-size: 14px; text-align: center; line-height: 38px; transition: all .2s ease; } .commentGrid .moreBtn:hover { background: #409eff; color: #fff; opacity: .9; transition: all .2s ease; } /* articleDetailGroup */ .articleDetailGroup { text-align: justify; } .articleDetailGroup img { text-align: center; max-width: 680px; width: 100%; margin-top: 20px; } .articleDetailGroup img.focus { max-width: 680px; } .articleDetailGroup a { color: #409eff; } .articleDetailGroup em { color: #777; } /* friendsGrid */ .friendsGrid { font-size: 12px; color: #999; line-height: 18px; } .myInfoGrid { padding: 30px; position: relative; border: 1px solid #eee; border-radius: 4px; overflow: hidden; line-height: 24px; font-size: 12px; color: #999; } .myInfoGrid.user { width: 230px; margin: 0 auto; } .myInfoGrid .avatar { display: block; width: 60px; height: 60px; border-radius: 50%; margin: 30px auto; background: url('../images/avatar_markbro.jpg') no-repeat center; background-size: 60px; overflow: hidden; } .myInfoGrid .userName { font-size: 14px; color: #333; text-align: center; line-height: 24px; margin-bottom: 10px; } .myInfoGrid .detail { font-size: 13px; color: #999; line-height: 20px; padding-top: 25px; margin-top: 25px; border-top: 1px solid #eee; margin-bottom: 20px; } .myInfoGrid .detail.down { border-top: 0; } .myInfoGrid .detail p { margin-bottom: 10px; text-indent: 2em; } .myInfoGrid .detail p.title { text-indent: 0; color: #f30; } .myInfoGrid .cfBlue, .myInfoGrid .detail a { color: #409eff; } .myInfoGrid .itemTitle { font-size: 14px; color: #333; line-height: 16px; margin-bottom: 15px; } .myInfoGrid .itemTitle p { font-size: 12px; color: #999; line-height: 14px; } .myInfoGrid .itemTitle h6 { font-size: 14px; line-height: 16px; } .myInfoGrid .itemTitle.float { border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px; } .myInfoGrid .itemTitle.float h6 { float: right; line-height: 30px; } .myInfoGrid .itemTitle.float p { float: left; line-height: 30px; } .myInfoGrid .downloadBtn { padding: 0 20px; background: #409eff; color: #fff; border-radius: 4px; display: inline-block; cursor: pointer; } .myInfoGrid .thumbBox { margin-bottom: 10px; } .myInfoGrid .thumbBox img { width: 100%; height: auto; display: block; border-radius: 4px; } .myInfoGrid .itemTitle.w2 { float: left; width: 50%; height: 50px; padding: 10px; } .friendsGrid .itemUl { margin-bottom: 10px; } .friendsGrid .item { width: 25%; float: left; padding: 10px; } .friendsGrid .areaBox { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 30px 20px; overflow: hidden; -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; } .friendsGrid .areaBox .logo { display: block; width: 50px; height: 50px; margin: 10px auto; border-radius: 50%; overflow: hidden; } .friendsGrid .areaBox .logoHolder { display: block; width: 50px; height: 50px; color: #fff; text-align: center; background: #409eff; font-size: 24px; line-height: 50px; margin: 10px auto; border-radius: 50%; overflow: hidden; } .friendsGrid .areaBox .title { height: 30px; line-height: 30px; text-align: center; font-size: 16px; color: #333; overflow: hidden; margin-bottom: 10px; } .friendsGrid .areaBox .detail { height: 72px; overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #eee; } .friendsGrid .areaBox .website { display: block; height: 30px; color: #409eff; line-height: 30px; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .friendsGrid .item.w3 { width: 33.333333%; } .friendsGrid .areaBox.flag { padding: 20px; } .friendsGrid .areaBox.flag .logo { float: left; width: 24px; height: 24px; margin: 0 10px 0 0; } .friendsGrid .areaBox.flag .title { height: 24px; line-height: 24px; text-align: left; font-size: 14px; } .friendsGrid .areaBox.flag .detail { height: 48px; padding-top: 10px; padding-bottom: 0; margin-top: 10px; margin-bottom: 0; border-bottom: 0; border-top: 1px dotted #eee; } .friendsGrid .areaBox:hover { z-index: 9; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transform: translate3d(0, -7px, 0); transform: ranslate3d(0, -7px, 0); -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17); } .updateGroup { margin-bottom: 10px; } .updateGroup li { padding-left: 35px; position: relative; font-size: 14px; color: #777; line-height: 24px; padding-bottom: 30px; } .updateGroup li:before { content: ""; display: block; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #409eff; left: 4px; top: 4px; border: 4px solid #d5e8fb; z-index: 5; } .updateGroup li:after { content: ""; display: block; position: absolute; width: 1px; height: 100%; background: #eee; left: 12px; top: 4px; } .updateGroup li .title { font-size: 15px; color: #454545; } .updateGroup .tipsInfo { margin-top: 10px; padding: 5px 15px; border-left: 3px solid #eee; background: #f7f8f9; font-size: 12px; color: #999; } .updateGroup .cfBlue, .updateGroup li a { color: #409eff; } .thankGroup { padding: 0 20px; color: #777; } .thankGroup .cfBlue, .thankGroup a { color: #409eff; } /*guestBookGroup*/ .guestBookGroup { padding: 0 10px; margin-bottom: 20px; } .guestBookGroup .inputLabel { margin-bottom: 15px; position: relative; border: 1px solid #ddd; background: #fff; font-size: 12px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden; color: #333; } .guestBookGroup .inputBlock, .guestBookGroup .textareaBlock { display: block; width: 100%; height: 40px; line-height: 20px; padding: 10px 15px; background: none; border: 0; } .guestBookGroup .textareaBlock { height: 90px; } .guestBookGroup .inputLabel.qrcode { padding-right: 100px; } .guestBookGroup .inputLabel.qrcode:after { content: ''; display: block; height: 40px; width: 1px; background: #ddd; position: absolute; right: 100px; top: 0; } .guestBookGroup .inputLabel.qrcode .qrcode { display: block; cursor: pointer; width: 80px; height: 25px; border: 0; position: absolute; top: 8px; right: 10px; overflow: hidden; } .guestBookGroup .submitBtn { display: block; width: 100%; height: 40px; cursor: pointer; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #409eff; color: #fff; font-size: 14px; text-align: center; line-height: 40px; } /* msgInfo */ .msgInfo { margin-bottom: 20px; padding: 20px; } .msgInfo .title { font-size: 13px; color: #777; line-height: 24px; margin-bottom: 10px; } .msgInfo .msg { font-size: 14px; color: #454545; line-height: 24px; margin-bottom: 10px; } .msgInfo .time { text-align: right; font-size: 12px; color: #777; line-height: 24px; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px dotted #eee; } /* layui 代码修饰 */ .articleDetailGroup pre { margin: 10px 0; border: 0; color: #454545; font-size: 13px; border-left-width: 0; background-color: #f8f8f8; white-space: pre-wrap; word-wrap: break-word; word-break: break-all; } .articleDetailGroup pre .layui-code-ol { padding: 20px; border-left: 3px solid #e7e9ed; } .articleDetailGroup pre .layui-code-ol li { line-height: 16px; padding: 2px 0; border: 0; background-color: #f8f8f8; margin-left: 0; list-style-type: none; } .articleDetailGroup pre .layui-code-h3 { display: none; } /* zanGroup */ .zanGroup { padding: 30px; text-align: center; overflow: hidden; margin-top: 40px; } .zanGroup .zanBtn { display: block; cursor: pointer; width: 70px; height: 70px; border-radius: 50%; text-align: center; font-size: 26px; color: #fff; background: #409eff; margin: 0 auto 5px; overflow: hidden; } .zanGroup .zanBtn .iconfont { font-size: 26px; color: #fff; line-height: 68px; } .zanGroup p { line-height: 24px; color: #999; font-size: 18px; } /* link */ .linkGroup { margin-top: 40px; color: #454545; font-size: 12px; line-height: 24px; position: relative; height: 20px; } .linkGroup .website { color: #999; margin-left: 10px; } .linkGroup .website:hover { color: #409eff; } .linkGroup .favoriteBtn { position: absolute; right: 0; top: -5px; width: 80px; height: 28px; text-align: center; line-height: 26px; color: #409eff; border-radius: 40px; border: 1px solid #409eff; overflow: hidden; font-size: 12px; } .linkGroup .favoriteBtn a { color: #409eff; } .linkGroup .favoriteBtn:hover { background: #409eff; color: #fff; } .linkGroup .favoriteBtn:hover a { color: #fff; } /* tag */ .tagGroup { border-top: 1px solid #eee; padding: 20px 0; margin: 10px 0 20px; overflow: hidden; } .tagGroup .tag { display: inline-block; background: #f1f1f1; color: #9B9B9B; font-size: 12px; line-height: 28px; padding: 0 15px; margin-bottom: 10px; margin-right: 10px; } /* websiteGrid 20190408 */ .websiteGrid { margin: 10px -10px; overflow: hidden; } .websiteGrid .labelItem { float: left; padding: 10px; overflow: hidden; width: 33.3333333%; } .websiteGrid .displayBox { background: #fff; padding: 20px 20px 10px; background: #fff; overflow: hidden; border-radius: 5px; border: 1px solid #eee; } .websiteGrid .banner { height: 140px; background: #f3f4f5; margin-bottom: 10px; overflow: hidden; } .websiteGrid .title { font-size: 16px; color: #454545; line-height: 30px; padding-bottom: 10px; border-bottom: 1px solid #eee; overflow: hidden; } .websiteGrid .title .more { font-size: 12px; color: #409eff; line-height: 30px; float: right; font-weight: normal; } .websiteGrid .itemLi { display: block; height: 80px; border-bottom: 1px dotted #eee; padding: 18px 90px 10px 65px; position: relative; font-size: 12px; color: #999; line-height: 1.8; overflow: hidden; } .websiteGrid .itemLi .top { font-size: 15px; color: #454545; line-height: 24px; height: 24px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .websiteGrid .itemLi p { font-size: 12px; color: #999; line-height: 18px; height: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .websiteGrid .itemLi .cfBlue { color: #409eff; } .websiteGrid .itemLi .img { display: block; width: 50px; height: 50px; position: absolute; left: 0; top: 15px; border-radius: 50%; background: #f6f6f6; overflow: hidden; } .websiteGrid .moreBtn { display: block; position: absolute; right: 0; top: 50%; margin-top: -15px; width: 60px; height: 30px; text-align: center; font-size: 13px; line-height: 28px; border: 1px solid #eee; color: #666; overflow: hidden; border-radius: 15px; } .websiteGrid .moreBtn:hover { background: #409eff; color: #fff; border: 1px solid #409eff; transition: all .2s ease; } .websiteGrid .btmMore { display: block; text-align: center; color: #409eff; margin-top: 5px; font-size: 12px; height: 30px; line-height: 30px; overflow: hidden; } .websiteGrid .btmMore:hover { opacity: .8; transition: all .2s ease; } /* diyFormGrid */ .diyFormGrid { border: 1px solid #eee; border-radius: 5px; padding: 20px; background: #fff; overflow: hidden; font-size: 13px; color: #666; line-height: 1.5; } .diyFormGrid td { padding: 10px 5px; min-height: 45px; line-height: 1.8; border-bottom: 1px solid #eee; position: relative; } .diyFormGrid td:first-of-type { width: 90px; font-size: 14px; color: #454545; font-weight: bold; } .diyFormGrid .input_text, .diyFormGrid textarea { width: 100%; height: 36px; line-height: 20px; border-radius: 3px; border: 0; background: #f6f6f6; padding: 0 20px; } .diyFormGrid textarea { height: 80px; } .diyFormGrid .option_box { margin-right: 20px; font-size: 13px; color: #666; line-height: 1.5; margin-bottom: 10px; } .diyFormGrid input[type='checkbox'] { margin-right: 5px; } .diyFormGrid .codeBox { position: relative; padding-right: 120px; } .diyFormGrid .codeBox .code { position: absolute; right: 10px; top: 0; height: 35px; cursor: pointer; width: 100px; border: 0; } .diyFormGrid .submitBtn { display: block; width: 160px; height: 40px; text-align: center; font-size: 13px; line-height: 40px; color: #fff; background: #409eff; overflow: hidden; border-radius: 4px; } .diyFormGrid .submitBtn:hover { opacity: .9; transition: all .2s ease; }
0.495361
0.117243
.myButton { background-color: green; float: left; height: 200px; overflow:hidden; width:300px; } .myDiv { background-color:rgba(0,0,0,.6); color: #fff; height: 200px; display: none; padding-top: 70px; position: absolute; text-align: center; vertical-align: middle; width:300px; } .borde-redondo{ border: 1px solid #e7e7e7; border-radius: 5px; } .cuadro-ayudalos{ height: 150px; padding: 10px 0 10px 0; } .fa-facebook:hover { color: rgba(59, 89, 152, .7); } .fa-twitter:hover { color: rgba(0, 172, 237, .7); } .fa-google-plus:hover { color: rgba(172, 0, 0, .7); } .mejor-educacion, .mejor-vivienda, .mejor-salud, .colabora, .en-especie, .en-efectivo, .servicio-social, .voluntariado,.proyectos-productivos, .mejor-alimentacion,.paypal,.voluntariado-internacinoal{ padding: 5% 0 5% 0; color: #fff; } .mejor-vivienda, .mejor-alimentacion{ background-color: #006699; } .mejor-educacion, .mejor-salud, .proyectos-productivos{ background-color: #0080B2; } .colabora a, .colabora:hover, .colabora h2 { color: #666666; text-decoration: none; } .marron{ color: #660000; } /* List */ .list-group-item-success, .list-group-item-success:visited{ background-color:#DCF9DC; color: #669966; } .list-group-item-success:hover{ background-color: #bafaba; } .list-group-item-info, .list-group-item-info:visited{ background-color:#CCFFFF; color: #006699; } .list-group-item-info:hover{ background-color:#9ef8f8; } .list-group-item-warning, .list-group-item-warning:visited{ background-color:#E8D9DC; color: #703441; } .list-group-item-warning:hover{ background-color: #e6bfc7; } .list-group-item-danger, .list-group-item-danger:visited { background-color:#F9F7DC; color: #757252; } .list-group-item-danger:hover{ background-color: #f9f5c4; } /* end of list */ /* imagenes */ .image-grayscale{ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ -webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */ -webkit-backface-visibility: hidden; /* Fix for transition flickering */ } .image-grayscale:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); } /* fin imagenes*/ /* Texto */ .subrayado{ text-decoration: underline; } .colabora-item{ border: 1px solid #cccccc; border-radius: 5px; color: #666666; height: 200px; padding-top: 30px; } .hover-gris:hover{ color: #ababab; } .texto-blanco, .texto-blanco:hover, { color: #fff; } .texto-blanco{ color: #fff; } .texto-blanco{ color: #fff; } .flecha-gris-claro i, .flecha-gris-claro i:hover, .flecha-gris-claro i:visited{ color: #cccccc; } .flecha-azul-claro i, .flecha-azul-claro i:hover, .flecha-azul-claro i:visited{ color: #3399cc; } .texto-rojo{ color: red; } .rojo-claro{ color: #CC6666; } .texto-gris-claro{ color: #cccccc; } .texto-gris{ color: #525252; } /* background */ .gris-claro{ background-color: #f7f7f7; } .fondo-gris-obscuro{ background-color: #333333; } /* custom bootstrap */ .paragraphs{ padding: 3%; margin-bottom: 1%; background-color: #e5ebf2; border-left: 3px solid #74afcc; } .paragraphs img{ margin-right: 1%; } .carousel-indicators li { background-color: #999; background-color: rgba(70,70,70,.25); } .carousel-indicators .active { background-color: #444; } /* end costom bootsstrap*/ .en-especie{ background-color: rgba(51, 51, 153, 1); } .en-especie .jumbotron{ background-color: rgba(51, 51, 153, .2); } .en-efectivo{ background-color: rgba(153, 0, 102, 1); } .en-efectivo .jumbotron{ background-color: rgba(153, 0, 102, .2); } .separacion{ padding: 5% 0 5% 0; } .servicio-social{ background-color: rgba(51, 153, 0, 1); } .servicio-social .jumbotron{ background-color: rgba(51, 153, 0, 1); } .jumbotron { background-color: #fff; } .jumbotron ul li{ margin: 2%; } .paypal{ background-color: #038E8A; } .paypal .jumbotron{ background-color: #038E8A; } .voluntariado{ background-color: #CC3300; } .voluntariado .jumbotron{ background-color: #CC3300; } .voluntariado-internacinoal{ background-color: #3c7ba7; } .voluntariado-internacinoal .jumbotron{ background-color: #3c7ba7; } @media (max-width: 768px) { .jumbotron ul li { margin: 0px; } .jumbotron{ padding: 0; } }
public_html/css/custom.css
.myButton { background-color: green; float: left; height: 200px; overflow:hidden; width:300px; } .myDiv { background-color:rgba(0,0,0,.6); color: #fff; height: 200px; display: none; padding-top: 70px; position: absolute; text-align: center; vertical-align: middle; width:300px; } .borde-redondo{ border: 1px solid #e7e7e7; border-radius: 5px; } .cuadro-ayudalos{ height: 150px; padding: 10px 0 10px 0; } .fa-facebook:hover { color: rgba(59, 89, 152, .7); } .fa-twitter:hover { color: rgba(0, 172, 237, .7); } .fa-google-plus:hover { color: rgba(172, 0, 0, .7); } .mejor-educacion, .mejor-vivienda, .mejor-salud, .colabora, .en-especie, .en-efectivo, .servicio-social, .voluntariado,.proyectos-productivos, .mejor-alimentacion,.paypal,.voluntariado-internacinoal{ padding: 5% 0 5% 0; color: #fff; } .mejor-vivienda, .mejor-alimentacion{ background-color: #006699; } .mejor-educacion, .mejor-salud, .proyectos-productivos{ background-color: #0080B2; } .colabora a, .colabora:hover, .colabora h2 { color: #666666; text-decoration: none; } .marron{ color: #660000; } /* List */ .list-group-item-success, .list-group-item-success:visited{ background-color:#DCF9DC; color: #669966; } .list-group-item-success:hover{ background-color: #bafaba; } .list-group-item-info, .list-group-item-info:visited{ background-color:#CCFFFF; color: #006699; } .list-group-item-info:hover{ background-color:#9ef8f8; } .list-group-item-warning, .list-group-item-warning:visited{ background-color:#E8D9DC; color: #703441; } .list-group-item-warning:hover{ background-color: #e6bfc7; } .list-group-item-danger, .list-group-item-danger:visited { background-color:#F9F7DC; color: #757252; } .list-group-item-danger:hover{ background-color: #f9f5c4; } /* end of list */ /* imagenes */ .image-grayscale{ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ -webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */ -webkit-backface-visibility: hidden; /* Fix for transition flickering */ } .image-grayscale:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); } /* fin imagenes*/ /* Texto */ .subrayado{ text-decoration: underline; } .colabora-item{ border: 1px solid #cccccc; border-radius: 5px; color: #666666; height: 200px; padding-top: 30px; } .hover-gris:hover{ color: #ababab; } .texto-blanco, .texto-blanco:hover, { color: #fff; } .texto-blanco{ color: #fff; } .texto-blanco{ color: #fff; } .flecha-gris-claro i, .flecha-gris-claro i:hover, .flecha-gris-claro i:visited{ color: #cccccc; } .flecha-azul-claro i, .flecha-azul-claro i:hover, .flecha-azul-claro i:visited{ color: #3399cc; } .texto-rojo{ color: red; } .rojo-claro{ color: #CC6666; } .texto-gris-claro{ color: #cccccc; } .texto-gris{ color: #525252; } /* background */ .gris-claro{ background-color: #f7f7f7; } .fondo-gris-obscuro{ background-color: #333333; } /* custom bootstrap */ .paragraphs{ padding: 3%; margin-bottom: 1%; background-color: #e5ebf2; border-left: 3px solid #74afcc; } .paragraphs img{ margin-right: 1%; } .carousel-indicators li { background-color: #999; background-color: rgba(70,70,70,.25); } .carousel-indicators .active { background-color: #444; } /* end costom bootsstrap*/ .en-especie{ background-color: rgba(51, 51, 153, 1); } .en-especie .jumbotron{ background-color: rgba(51, 51, 153, .2); } .en-efectivo{ background-color: rgba(153, 0, 102, 1); } .en-efectivo .jumbotron{ background-color: rgba(153, 0, 102, .2); } .separacion{ padding: 5% 0 5% 0; } .servicio-social{ background-color: rgba(51, 153, 0, 1); } .servicio-social .jumbotron{ background-color: rgba(51, 153, 0, 1); } .jumbotron { background-color: #fff; } .jumbotron ul li{ margin: 2%; } .paypal{ background-color: #038E8A; } .paypal .jumbotron{ background-color: #038E8A; } .voluntariado{ background-color: #CC3300; } .voluntariado .jumbotron{ background-color: #CC3300; } .voluntariado-internacinoal{ background-color: #3c7ba7; } .voluntariado-internacinoal .jumbotron{ background-color: #3c7ba7; } @media (max-width: 768px) { .jumbotron ul li { margin: 0px; } .jumbotron{ padding: 0; } }
0.431345
0.093347
.edui-image-wrapper{font-size: 12px;margin: 15px;} /*upload*/ .edui-image-upload1{position: absolute;top:50%;left:50%;width:668px;height:250px;margin-top:-100px; margin-left: -335px;border: 1px dashed #ffffff} .edui-image-upload2{position:relative;float:left;width:120px;height:120px;margin:5px 5px 0 0;} .edui-image-form{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;opacity: 0;cursor: pointer;} .edui-image-form .edui-image-file{width: 100%!important;height:100%!important;padding: 0!important;filter: alpha(opacity=0)} .edui-image-upload1 .edui-image-icon{display: inline-block;width:44px;height:38px;} .edui-image-upload1 .edui-image-icon.hover{background-position: -50px 0;} .edui-image-upload2 .edui-image-icon{display: inline-block;width:120px;height:120px} .edui-image-upload2 .edui-image-icon:before{ content: "\2B"; line-height: 120px; text-align: center; font-size: 72px; display: block; width: 120px; height: 120px; border: 1px dashed #ffffff } .edui-image-dragTip{position: absolute;display:none;top:50%;left:50%;margin-top:10px;margin-left: -60px; color: #ffffff;font-size:14px;} .edui-image-content{height:285px;width:100%;position: relative;} .edui-image-mask{display: none;position: absolute;top:0;left:0;width: 100%; height: 100%;background-color:#fff; text-align: center;line-height:300px;color:#000;font-size:14px;font-weight:bold;opacity: 0.6;filter: alpha(opacity=60);} .edui-image-mask.active{display: block;} /*network*/ .edui-image-searchBar{margin: 0px;} .edui-image-searchBar .edui-image-searchTxt{display: inline-block !important;*display: inline !important;*zoom:1;width:400px; border: 1px solid #c5d2ff; height: 20px; line-height: 18px; font-size: 14px; padding: 3px; margin: 0;outline:0;} .edui-image-searchBar .edui-image-searchAdd{ display: inline-block !important; width: 60px; text-align: center; height: 25px; line-height: 25px; padding: 1px 4px; border: 1px solid #FFF; margin-left: 20px; cursor: pointer; background: transparent; outline: none; } .edui-image-searchRes{height:255px;overflow:auto;} /*common*/ .edui-image-item{position:relative;float:left;width:120px;height:120px;border: 1px solid #CCC;cursor: default;margin: 5px 5px 0 0;} .edui-image-item .edui-image-pic{position: absolute;left:-9999px;} .edui-image-item .edui-image-close{position:absolute;right:0;width:17px;height:17px;cursor:pointer;z-index:1} .edui-image-item .edui-image-close:before{ content: "\00D7"; font-size: 24px; line-height: 17px; text-align: center; } .edui-image-item.hover .edui-image-close{display: block;}
public/javascripts/dialogs/image/image.css
.edui-image-wrapper{font-size: 12px;margin: 15px;} /*upload*/ .edui-image-upload1{position: absolute;top:50%;left:50%;width:668px;height:250px;margin-top:-100px; margin-left: -335px;border: 1px dashed #ffffff} .edui-image-upload2{position:relative;float:left;width:120px;height:120px;margin:5px 5px 0 0;} .edui-image-form{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;opacity: 0;cursor: pointer;} .edui-image-form .edui-image-file{width: 100%!important;height:100%!important;padding: 0!important;filter: alpha(opacity=0)} .edui-image-upload1 .edui-image-icon{display: inline-block;width:44px;height:38px;} .edui-image-upload1 .edui-image-icon.hover{background-position: -50px 0;} .edui-image-upload2 .edui-image-icon{display: inline-block;width:120px;height:120px} .edui-image-upload2 .edui-image-icon:before{ content: "\2B"; line-height: 120px; text-align: center; font-size: 72px; display: block; width: 120px; height: 120px; border: 1px dashed #ffffff } .edui-image-dragTip{position: absolute;display:none;top:50%;left:50%;margin-top:10px;margin-left: -60px; color: #ffffff;font-size:14px;} .edui-image-content{height:285px;width:100%;position: relative;} .edui-image-mask{display: none;position: absolute;top:0;left:0;width: 100%; height: 100%;background-color:#fff; text-align: center;line-height:300px;color:#000;font-size:14px;font-weight:bold;opacity: 0.6;filter: alpha(opacity=60);} .edui-image-mask.active{display: block;} /*network*/ .edui-image-searchBar{margin: 0px;} .edui-image-searchBar .edui-image-searchTxt{display: inline-block !important;*display: inline !important;*zoom:1;width:400px; border: 1px solid #c5d2ff; height: 20px; line-height: 18px; font-size: 14px; padding: 3px; margin: 0;outline:0;} .edui-image-searchBar .edui-image-searchAdd{ display: inline-block !important; width: 60px; text-align: center; height: 25px; line-height: 25px; padding: 1px 4px; border: 1px solid #FFF; margin-left: 20px; cursor: pointer; background: transparent; outline: none; } .edui-image-searchRes{height:255px;overflow:auto;} /*common*/ .edui-image-item{position:relative;float:left;width:120px;height:120px;border: 1px solid #CCC;cursor: default;margin: 5px 5px 0 0;} .edui-image-item .edui-image-pic{position: absolute;left:-9999px;} .edui-image-item .edui-image-close{position:absolute;right:0;width:17px;height:17px;cursor:pointer;z-index:1} .edui-image-item .edui-image-close:before{ content: "\00D7"; font-size: 24px; line-height: 17px; text-align: center; } .edui-image-item.hover .edui-image-close{display: block;}
0.301568
0.064742
/ *!normalize.css v6.0.0 | MIT许可证| github.com/necolas/normalize.css * / / *文件 ================================================== ======================== * / / ** * 1.更正所有浏览器中的行高。 * 2.防止方向改变后调整字体大小 * Windows Phone和iOS中的IE。 * / html { 行高:1.15; / * 1 * / -ms-text-size-adjust:100%; / * 2 * / -webkit-text-size-adjust:100%; / * 2 * / } / *部分 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * / 文章, 在旁边, 页脚 头, 导航, 部分 { 显示:块; } / ** *修改`section`内的`h1`元素的字体大小和边距 Chrome,Firefox和Safari中的`article`上下文。 * / h1 { font-size:2em; 保证金:0.67em 0; } / *分组内容 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * 1.在IE中添加正确的显示。 * / figcaption, 数字, 主要{/ * 1 * / 显示:块; } / ** *在IE 8中添加正确的边距。 * / 图{ 保证金:1em 40px; } / ** * 1.在Firefox中添加正确的框大小。 * 2.在Edge和IE中显示溢出。 * / hr { 方块大小:内容框; / * 1 * / 身高:0; / * 1 * / 溢出:可见; / * 2 * / } / ** * 1.纠正所有浏览器中字体大小的继承和缩放。 * 2.更正所有浏览器中奇怪的`em`字体大小。 * / pre { font-family:等宽字体,等宽字体; / * 1 * / font-size:1em; / * 2 * / } / *文本级别的语义 ================================================== ======================== * / / ** * 1.删除IE 10中活动链接上的灰色背景。 * 2.删除iOS 8+和Safari 8+中的下划线链接中的空白处。 * / 一个 { background-color:transparent; / * 1 * / -webkit-text-decoration-skip:objects; / * 2 * / } / ** * 1.删除Chrome 57-和Firefox 39-的底部边框。 * 2.在Chrome,Edge,IE,Opera和Safari中添加正确的文本修饰。 * / abbr [title] { border-bottom:none; / * 1 * / 文字装饰:下划线; / * 2 * / 文字装饰:点缀下划线; / * 2 * / } / ** *防止在Safari 6中通过下一条规则重复应用“bolder”。 * / b, 强{ font-weight:inherit; } / ** *在Chrome,Edge和Safari中添加正确的字体重量。 * / b, 强{ font-weight:bold; } / ** * 1.纠正所有浏览器中字体大小的继承和缩放。 * 2.更正所有浏览器中奇怪的`em`字体大小。 * / 码, 大骨节病, samp { font-family:等宽字体,等宽字体; / * 1 * / font-size:1em; / * 2 * / } / ** *在Android 4.3-中添加正确的字体样式。 * / dfn { font-style:italic; } / ** *在IE 9中添加正确的背景和颜色。 * / 标记{ background-color:#ff0; 颜色:#000; } / ** *在所有浏览器中添加正确的字体大小。 * / 小{ 字体大小:80%; } / ** *防止`sub`和`sup`元素影响行高 *所有浏览器。 * / 子, sup { 字体大小:75%; line-height:0; 位置:相对; vertical-align:baseline; } sub { 底部:-0.25em; } sup { 顶部:-0.5em; } / *嵌入式内容 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * / 音频, 视频 { 显示:内联块; } / ** *在iOS 4-7中添加正确的显示。 * / 音频:不([controls]){ 显示:无 身高:0; } / ** *移除IE 10中链接内的图片边框。 * / img { border-style:none; } / ** *在IE中隐藏溢出。 * / svg:not(:root){ 溢出:隐藏; } /* 形式 ================================================== ======================== * / / ** *删除在Firefox和Safari的余地。 * / 按钮, 输入, OPTGROUP, 选择, textarea { 保证金:0; } / ** *在IE中显示溢出。 * 1.在Edge中显示溢出。 * / 按钮, 输入{/ * 1 * / 溢出:可见; } / ** *删除Edge,Firefox和IE中文本转换的继承。 * 1.删除Firefox中文本转换的继承。 * / 按钮, 选择{/ * 1 * / text-transform:none; } / ** * 1.防止WebKit的错误(2)破坏原生`audio`和`video` * Android 4中的控件。 * 2.更正在iOS和Safari中无法设置可点击类型的风格。 * / 按钮, html [type =“button”],/ * 1 * / [类型= “复位”], [type =“submit”] { -webkit-appearance:button; / * 2 * / } / ** *在Firefox中删除内部边框和填充。 * / 按钮:: - MOZ-焦点内, [类型= “按钮”] :: - MOZ-焦点内, [类型= “复位”] :: - MOZ-焦点内, [type =“submit”] :: - moz-focus-inner { border-style:none; 填充:0; } / ** *恢复前一个规则未设置的焦点样式。 * / 按钮:-moz-focusring, [类型= “按钮”]: - MOZ-focusring, [类型= “复位”]: - MOZ-focusring, [type =“submit”]: - moz-focusring { 大纲:1px虚线ButtonText; } / ** * 1.更正Edge和IE中的文字换行。 * 2.修改IE中`fieldset`元素的颜色继承。 * 3.删除填充,以便开发人员在零度时不会被抓到 *所有浏览器中的`fieldset`元素。 * / 传奇{ 盒子尺寸:边框; / * 1 * / 颜色:继承; / * 2 * / 显示:表格; / * 1 * / 最大宽度:100%; / * 1 * / 填充:0; / * 3 * / 空白:正常; / * 1 * / } / ** * 1.在IE 9-中添加正确的显示。 * 2.在Chrome,Firefox和Opera中添加正确的垂直对齐方式。 * / 进展{ 显示:内联块; / * 1 * / vertical-align:baseline; / * 2 * / } / ** *删除IE中的默认垂直滚动条。 * / textarea { 溢出:自动; } / ** * 1.在IE 10-中添加正确的框大小。 * 2.删除IE 10中的填充。 * / [类型= “复选框”], [type =“radio”] { 盒子尺寸:边框; / * 1 * / 填充:0; / * 2 * / } / ** *修正Chrome中增加和减少按钮的光标风格。 * / [类型=“号码”] :: - WebKit的内旋钮, [type =“number”] :: - webkit-outer-spin-button { 身高:自动; } / ** * 1.更正Chrome和Safari中的奇怪外观。 * 2.更正Safari中的大纲样式。 * / [type =“search”] { -webkit-appearance:textfield; / * 1 * / outline-offset:-2px; / * 2 * / } / ** *删除macOS上的Chrome和Safari中的内部填充和取消按钮。 * / [类型=“搜索”] :: - WebKit的搜索取消按钮, [type =“search”] :: - webkit-search-decoration { -webkit-appearance:none; } / ** * 1.更正在iOS和Safari中无法设置可点击类型的风格。 * 2.在Safari中将字体属性更改为`inherit`。 * / :: - webkit-file-upload-button { -webkit-appearance:button; / * 1 * / 字体:继承; / * 2 * / } / *互动 ================================================== ======================== * / / * *在IE 9中添加正确的显示。 * 1.在Edge,IE和Firefox中添加正确的显示。 * / 详情,/ * 1 * / 菜单{ 显示:块; } / * *在所有浏览器中添加正确的显示。 * / 汇总{ 显示:列表项目; } / *脚本 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * / 画布{ 显示:内联块; } / ** *在IE中添加正确的显示。 * / 模板{ 显示:无 } / *隐藏 ================================================== ======================== * / / ** *在IE 10-中添加正确的显示。 * / [hidden] { 显示:无 }
css/normalize.css
/ *!normalize.css v6.0.0 | MIT许可证| github.com/necolas/normalize.css * / / *文件 ================================================== ======================== * / / ** * 1.更正所有浏览器中的行高。 * 2.防止方向改变后调整字体大小 * Windows Phone和iOS中的IE。 * / html { 行高:1.15; / * 1 * / -ms-text-size-adjust:100%; / * 2 * / -webkit-text-size-adjust:100%; / * 2 * / } / *部分 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * / 文章, 在旁边, 页脚 头, 导航, 部分 { 显示:块; } / ** *修改`section`内的`h1`元素的字体大小和边距 Chrome,Firefox和Safari中的`article`上下文。 * / h1 { font-size:2em; 保证金:0.67em 0; } / *分组内容 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * 1.在IE中添加正确的显示。 * / figcaption, 数字, 主要{/ * 1 * / 显示:块; } / ** *在IE 8中添加正确的边距。 * / 图{ 保证金:1em 40px; } / ** * 1.在Firefox中添加正确的框大小。 * 2.在Edge和IE中显示溢出。 * / hr { 方块大小:内容框; / * 1 * / 身高:0; / * 1 * / 溢出:可见; / * 2 * / } / ** * 1.纠正所有浏览器中字体大小的继承和缩放。 * 2.更正所有浏览器中奇怪的`em`字体大小。 * / pre { font-family:等宽字体,等宽字体; / * 1 * / font-size:1em; / * 2 * / } / *文本级别的语义 ================================================== ======================== * / / ** * 1.删除IE 10中活动链接上的灰色背景。 * 2.删除iOS 8+和Safari 8+中的下划线链接中的空白处。 * / 一个 { background-color:transparent; / * 1 * / -webkit-text-decoration-skip:objects; / * 2 * / } / ** * 1.删除Chrome 57-和Firefox 39-的底部边框。 * 2.在Chrome,Edge,IE,Opera和Safari中添加正确的文本修饰。 * / abbr [title] { border-bottom:none; / * 1 * / 文字装饰:下划线; / * 2 * / 文字装饰:点缀下划线; / * 2 * / } / ** *防止在Safari 6中通过下一条规则重复应用“bolder”。 * / b, 强{ font-weight:inherit; } / ** *在Chrome,Edge和Safari中添加正确的字体重量。 * / b, 强{ font-weight:bold; } / ** * 1.纠正所有浏览器中字体大小的继承和缩放。 * 2.更正所有浏览器中奇怪的`em`字体大小。 * / 码, 大骨节病, samp { font-family:等宽字体,等宽字体; / * 1 * / font-size:1em; / * 2 * / } / ** *在Android 4.3-中添加正确的字体样式。 * / dfn { font-style:italic; } / ** *在IE 9中添加正确的背景和颜色。 * / 标记{ background-color:#ff0; 颜色:#000; } / ** *在所有浏览器中添加正确的字体大小。 * / 小{ 字体大小:80%; } / ** *防止`sub`和`sup`元素影响行高 *所有浏览器。 * / 子, sup { 字体大小:75%; line-height:0; 位置:相对; vertical-align:baseline; } sub { 底部:-0.25em; } sup { 顶部:-0.5em; } / *嵌入式内容 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * / 音频, 视频 { 显示:内联块; } / ** *在iOS 4-7中添加正确的显示。 * / 音频:不([controls]){ 显示:无 身高:0; } / ** *移除IE 10中链接内的图片边框。 * / img { border-style:none; } / ** *在IE中隐藏溢出。 * / svg:not(:root){ 溢出:隐藏; } /* 形式 ================================================== ======================== * / / ** *删除在Firefox和Safari的余地。 * / 按钮, 输入, OPTGROUP, 选择, textarea { 保证金:0; } / ** *在IE中显示溢出。 * 1.在Edge中显示溢出。 * / 按钮, 输入{/ * 1 * / 溢出:可见; } / ** *删除Edge,Firefox和IE中文本转换的继承。 * 1.删除Firefox中文本转换的继承。 * / 按钮, 选择{/ * 1 * / text-transform:none; } / ** * 1.防止WebKit的错误(2)破坏原生`audio`和`video` * Android 4中的控件。 * 2.更正在iOS和Safari中无法设置可点击类型的风格。 * / 按钮, html [type =“button”],/ * 1 * / [类型= “复位”], [type =“submit”] { -webkit-appearance:button; / * 2 * / } / ** *在Firefox中删除内部边框和填充。 * / 按钮:: - MOZ-焦点内, [类型= “按钮”] :: - MOZ-焦点内, [类型= “复位”] :: - MOZ-焦点内, [type =“submit”] :: - moz-focus-inner { border-style:none; 填充:0; } / ** *恢复前一个规则未设置的焦点样式。 * / 按钮:-moz-focusring, [类型= “按钮”]: - MOZ-focusring, [类型= “复位”]: - MOZ-focusring, [type =“submit”]: - moz-focusring { 大纲:1px虚线ButtonText; } / ** * 1.更正Edge和IE中的文字换行。 * 2.修改IE中`fieldset`元素的颜色继承。 * 3.删除填充,以便开发人员在零度时不会被抓到 *所有浏览器中的`fieldset`元素。 * / 传奇{ 盒子尺寸:边框; / * 1 * / 颜色:继承; / * 2 * / 显示:表格; / * 1 * / 最大宽度:100%; / * 1 * / 填充:0; / * 3 * / 空白:正常; / * 1 * / } / ** * 1.在IE 9-中添加正确的显示。 * 2.在Chrome,Firefox和Opera中添加正确的垂直对齐方式。 * / 进展{ 显示:内联块; / * 1 * / vertical-align:baseline; / * 2 * / } / ** *删除IE中的默认垂直滚动条。 * / textarea { 溢出:自动; } / ** * 1.在IE 10-中添加正确的框大小。 * 2.删除IE 10中的填充。 * / [类型= “复选框”], [type =“radio”] { 盒子尺寸:边框; / * 1 * / 填充:0; / * 2 * / } / ** *修正Chrome中增加和减少按钮的光标风格。 * / [类型=“号码”] :: - WebKit的内旋钮, [type =“number”] :: - webkit-outer-spin-button { 身高:自动; } / ** * 1.更正Chrome和Safari中的奇怪外观。 * 2.更正Safari中的大纲样式。 * / [type =“search”] { -webkit-appearance:textfield; / * 1 * / outline-offset:-2px; / * 2 * / } / ** *删除macOS上的Chrome和Safari中的内部填充和取消按钮。 * / [类型=“搜索”] :: - WebKit的搜索取消按钮, [type =“search”] :: - webkit-search-decoration { -webkit-appearance:none; } / ** * 1.更正在iOS和Safari中无法设置可点击类型的风格。 * 2.在Safari中将字体属性更改为`inherit`。 * / :: - webkit-file-upload-button { -webkit-appearance:button; / * 1 * / 字体:继承; / * 2 * / } / *互动 ================================================== ======================== * / / * *在IE 9中添加正确的显示。 * 1.在Edge,IE和Firefox中添加正确的显示。 * / 详情,/ * 1 * / 菜单{ 显示:块; } / * *在所有浏览器中添加正确的显示。 * / 汇总{ 显示:列表项目; } / *脚本 ================================================== ======================== * / / ** *在IE 9中添加正确的显示。 * / 画布{ 显示:内联块; } / ** *在IE中添加正确的显示。 * / 模板{ 显示:无 } / *隐藏 ================================================== ======================== * / / ** *在IE 10-中添加正确的显示。 * / [hidden] { 显示:无 }
0.26588
0.072341
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; } body, button, input, select, textarea { font: 12px/1.5tahoma, arial, \5b8b\4f53; } /* h1, h2, h3, h4, h5, h6{ font-size:100%; } */ address, cite, dfn, em, var { font-style: normal; } code, kbd, pre, samp { font-family: AppleSystemUIFont, courier, monospace; } /* small{ font-size:12px; } */ ul, ol { list-style: none; } a { text-decoration: none !important; } a:hover { text-decoration: underline; color: #4A90E2; } sup { vertical-align: text-top; } sub { vertical-align: text-bottom; } legend { color: #000; } fieldset, img { border: 0; } /* button, input, select, textarea { font-size:100%; } */ table { border-collapse: collapse; border-spacing: 0; } .wechart-hover { position: absolute; width: 100px; height: 100px; } body { width: 100%; overflow-x: hidden; } .setWidth { width: 90%; margin: 0 auto; } .rightBoxText { padding: 2% 0 5% 0; } /** first_section*/ .first_section { background-color: #313a5a; height: 80px; display: flex; align-items: center; position: fixed; top: 0; width: 100%; z-index: 10; } .nav-logo { float: left; width: 35%; height: 50px; } .navbar-bg { height: 50px; padding: 0 5%; line-height: 50px; margin-bottom: 0px; border-radius: 0px; } #nav-list { line-height: 50px; float: left; height: 50px; width: 50%; display: flex; justify-content: space-between; } #nav-list li { height: 50px; line-height: 50px; width: 100px; float: right; text-align: center; } ul.nav-flex li a { color: #ffffff; font-size: 13px; } .highBtnBox { height: 50px; line-height: 50px; float: left; width: 15%; display: flex; justify-content: space-between; align-items: center; } .highBtnBox li { float: right; font-family: Helvetica; font-size: 15px; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 35px; width: 120px; margin-right: 20px; cursor: pointer; } .highBtnBox .highBtnUl li.highBtnShow { border: 2px solid #FFFFFF; border-radius: 5px; } .highBtnBox .highBtnUl li.highBtnQuick { background: #4A90E2; box-shadow: 0 8px 34px 0 #4A90E2; border-radius: 5px; } /** second_section*/ .second_section { background-color: #313a5a; padding-bottom: 20%; } .second_section .lefBox { width: 50%; float: left; padding-top: 14%; /* 在 阿里云 上 用 Rainbond 开: */ font-family: PingFangSC-Regular; font-size: 48px; color: #FFFFFF; letter-spacing: 0; } .second_section .lefBox ul { padding: 0; } .second_section .lefBox ul li { display: flex; align-items: center; height: 68px; } .second_section .lefBox ul li a { color: #FFFFFF; } #rollingOne { width: 175px; height: 100%; overflow: hidden; display: inline-block; } #rollingOne a { font-family: PingFangSC-Regular; animation: rollingOne 9s infinite ease; width: 750px; height: 100%; display: inline-block; } #rollingOne a span { display: inline-block; width: 250px } #rollingTwo { width: 125px; height: 100%; overflow: hidden; display: inline-block; } #rollingTwo a { font-family: PingFangSC-Regular; animation: rollingTwo 12s infinite ease; width: 750px; height: 100%; display: inline-block; } #rollingTwo a span { display: inline-block; width: 250px } #rollingThree { width: 255px; height: 100%; overflow: hidden; display: inline-block; } #rollingThree a { font-family: PingFangSC-Regular; animation: rollingThree 15s infinite ease; width: 1500px; height: 100%; display: inline-block; } #rollingThree a span { display: inline-block; width: 300px } @keyframes rollingOne { 0% { margin-left: 250px; } 2% { margin-left: 20px; } 33% { margin-left: 20px; } 35% { margin-left: -230px; } 66% { margin-left: -230px; } 68% { margin-left: -480px; } 100% { margin-left: -480px; } } @keyframes rollingTwo { 0% { margin-left: 250px; } 2% { margin-left: 4px; } 33% { margin-left: 4px; } 35% { margin-left: -243px; } 66% { margin-left: -243px; } 68% { margin-left: -493px; } 100% { margin-left: -493px; } } @keyframes rollingThree { 0% { margin-left: 300px; } 2% { margin-left: 4px; } 33% { margin-left: 4px; } 35% { margin-left: -310px; } 66% { margin-left: -310px; } 68% { margin-left: -610px; } 100% { margin-left: -610px; } } .second_section .rightBox { width: 50%; float: left; padding-top: 27%; } .second_section .rightBox .first_title { /* 一句话解释什么是企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 14px; color: gainsboro; letter-spacing: 0; text-align: right; padding: 0 0 5% 0; } .second_section .rightBox .second_title { /* 企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 48px; color: #FFFFFF; letter-spacing: 0; text-align: right; padding: 2% 0 3% 0; } .second_section .rightBox .third_title { display: flex; justify-content: flex-end; cursor: pointer; align-items: center; } .second_section .rightBox .third_title span { float: right; /* Rectangle: */ border: 2px solid #FFFFFF; /* Gitee: */ font-family: Helvetica; font-size: 15px; color: #FFFFFF; letter-spacing: 0; text-align: center; border-radius: 5px; width: 120px; padding: 8px 0; margin-left: 10px; } .second_section .rightBox .third_title span.active { /* Rectangle: */ background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; } /** third_section*/ .third_section .container { box-shadow: 0 10px 34px 0 rgba(210, 210, 210, 0.50); border-radius: 10px; padding-top: 30px; padding-bottom: 10px; margin-top: -430px; margin-bottom: 110px; width: 85%; } .third_section_top { background-color: #fff; } .bj { background: #fff; height: 320px; width: 100%; } .third_section .container div { background-color: #fff; } .third_section .container li { margin-bottom: 10%; margin-left: 20%; } .third_section .container li.third_section_title { padding-top: 4%; } .third_section .container li.third_section_title img { /* Rectangle: */ background-color: #f8f9fc; border-radius: 6px; } .third_section .container li.third_section_text { margin-bottom: 5%; } .third_section .container li.third_section_line { /* Rectangle 2: */ border: 1px solid #4A90E2; width: 20%; margin: 0 0 5% 20%; } .third_section .container li.third_section_content { /* You only need 1 acco: */ font-family: PingFangSC-Regular; font-size: 14px; color: #5B6C94; /* color: rgb(128,128,128); */ letter-spacing: 0; line-height: 32px; } .container { width: 100%; } /* S-视频*/ .box { position: relative; margin: 0 auto 40px; padding: 0 40px; } .box .list { width: 100%; height: 400px; overflow: hidden; position: absolute; } .box .btn { position: absolute; top: 50%; margin-top: -50px; width: 60px; height: 100px; line-height: 100px; font-size: 30px; color: white; text-decoration: none; text-align: center; background: rgba(0, 255, 0, .5); cursor: pointer; display: none } .box .next { right: 0; } .box li { position: absolute; top: 0; left: 0; list-style: none; opacity: 1; transition: all 0.3s ease-out; width: 60%; height: 400px; } .list ul li div:nth-child(1) { width: 100%; height: 100%; border: none; float: left; } .p1 { transform: translate3d(-20%, 0, 0) scale(0.81); } .p2 { transform: translate3d(0px, 0, 0) scale(0.81); transform-origin: 0 50%; opacity: 0.8; z-index: 2; } .p3 { transform: translate3d(33%, 0, 0) scale(1); z-index: 3; opacity: 1; } .p4 { transform: translate3d(100%, 0, 0) scale(0.81); transform-origin: 100% 50%; opacity: 0.8; z-index: 2; } .video-1 { background: url('../video/video-bg-1.png') center center no-repeat; background-size: 100% 100%; } .video-2 { background: url('../video/video-bg-2.png') center center no-repeat; background-size: 100% 100%; } .video-3 { background: url('../video/video-bg-3.png') center center no-repeat; background-size: 100% 100%; } .video-4 { background: url('../video/video-bg-4.png') center center no-repeat; background-size: 100% 100%; } .video-icon { /*display: none;*/ position: absolute; font-size: 60px; /*top: 60%;*/ /*left: 55%;*/ /*margin-top: -52px;*/ /*margin-left: -26px;*/ left: 0; top: 0; right: 0; bottom: 0; margin: auto; color: #fff; width: 52px; height: 52px; background: url('https://vs5.bdstatic.com/browse_static/v3/search_v2/page/play_f073d9b.png') center center no-repeat } .buttons { position: absolute; width: 100%; height: 30px; bottom: 0; text-align: center; } .buttons a { cursor: pointer; } .buttons span { display: inline-block; font-family: SFNSDisplay; font-size: 20px; color: #212121; text-align: center; line-height: 34px; display: none; } .blue { display: block !important; } .video-title { font-family: SFNSDisplay; font-size: 24px; color: #212121; text-align: center; line-height: 34px; } .vido-bjcolor { background: #f8f9fc; padding-bottom: 50px; } /* E-视频*/ /* S-逻辑架构*/ .logicalArchitecture { background: #fff; } .logicalArchitecture-top { font-family: PingFangSC-Regular; padding: 3% 0 4% 0; } .logicalArchitecture-box { display: flex; align-items: baseline; justify-content: center; } .logicalArchitecture_top-l { font-size: 30px; color: #212121; line-height: 42px; } .logicalArchitecture_top-r { font-size: 14px; padding-left: 10px; color: #4A90E2; line-height: 42px; cursor: pointer; } .logicalArchitecture-c-t { margin-top: 3%; font-family: PingFangSC-Regular; display: flex; align-items: center; } .logicalArchitecture_cen-t-l img { width: 60%; } .logicalArchitecture_cen-t-r h6 { font-size: 24px; color: #212121; line-height: 34px; margin-left: 15%; } .logicalArchitecture-c-b { font-family: PingFangSC-Regular; display: flex; align-items: flex-end; padding-bottom: 8%; } .logicalArchitecture_cen-l img { width: 60%; } .logicalArchitecture_cen-r h6 { padding-bottom: 10px; font-size: 24px; color: #212121; line-height: 34px; margin-left: 15%; } /* E-逻辑架构*/ /* S-功能特性*/ .features { background: #f8f9fc; } .features-center { margin: 4% auto; padding: 0 16px; } .features_box h6 { font-family: AppleSystemUIFont; font-size: 18px; color: #212121; letter-spacing: 0; line-height: 24px; } .features_box div { margin: 10% 0; font-family: AppleSystemUIFont; font-size: 16px; color: #333333; letter-spacing: 0; text-align: left; line-height: 32px; } /* E-功能特性*/ /* S-正在使用 */ .isUsing { padding-bottom: 10%; background: #fff; } /*轮播*/ .banner { position: relative; overflow: auto; text-align: center; } .banner li { list-style: none; } .banner ul li { float: left; } .dots { position: absolute; bottom: 10px; left: 0; right: 0; } .unslider-nav, .unslider-arrow { display: none; } /* E-正在使用 */ /* S-底部*/ .footer { margin-top: 32px; background: #313A5A; } .footer-t { padding: 5% 0; } .footer-t a { cursor: pointer; border-radius: 10px; display: block; margin: 0 auto; background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; width: 280px; height: 40px; line-height: 40px; font-family: AppleSystemUIFont; font-size: 18px; color: #FFFFFF; letter-spacing: 0; text-align: center; } .footer-c { padding: 2% 0; } .footer-c a, .footer-c span { cursor: pointer; font-family: AppleSystemUIFont; font-size: 16px; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 32px; } .footer-c span { margin: 0 1%; } .footer-b { padding-bottom: 3%; } .footer-b a { cursor: pointer; font-family: AppleSystemUIFont; font-size: 16px; color: #9B9B9B; letter-spacing: 0; text-align: center; line-height: 32px; display: block; } .social { display: flex; justify-content: center; position: relative; } .social a { width: 50px; height: 50px; margin-left: 15px; border-radius: 5px 5px; display: block; } .github { background: url("../images/logos/github1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } .weibo { background: url("../images/logos/weibo1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; /*background-color: #FFFFFF;*/ } .wechart { background: url("../images/logos/chart1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; position: relative; /*background-color: #FFFFFF;*/ } .luntan { background: url("../images/logos/bg1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } /* E-底部*/ @media (min-width: 320px) and (max-width:768px) { .container { width: 100%; padding: 0 !important; margin: 0 !important; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px } /* S-逻辑架构*/ .logicalArchitecture-top { font-family: PingFangSC-Regular; padding-top: 5%; } .logicalArchitecture_top-l { font-size: 18px; color: #212121; line-height: 20px; } .logicalArchitecture_top-r { font-size: 12px; padding-left: 10px; color: #4A90E2; line-height: 20px; cursor: pointer; } .logicalArchitecture-c-t { margin-top: 3%; font-family: PingFangSC-Regular; display: flex; align-items: center; } .logicalArchitecture_cen-t-l img { width: 80%; } .logicalArchitecture_cen-t-r h6 { font-size: 12px; color: #212121; line-height: 12px; margin-left: 15%; } .logicalArchitecture-c-b { font-family: PingFangSC-Regular; display: flex; align-items: flex-end; padding-bottom: 15%; } .logicalArchitecture_cen-l img { width: 80%; } .logicalArchitecture_cen-r h6 { padding-bottom: 1px; font-size: 12px; color: #212121; line-height: 12px; margin-left: 15%; } /* E-逻辑架构*/ /* S-功能特性*/ .features_box h6 { font-family: AppleSystemUIFont; font-size: 14px; color: #212121; letter-spacing: 0; line-height: 14px; } .features_box div { margin: 10% 0; font-family: AppleSystemUIFont; font-size: 12px; color: #333333; letter-spacing: 0; text-align: left; line-height: 14px; } /* E-功能特性*/ /* S-底部*/ .footer { background: #313A5A; } .footer-t { padding: 12% 0 5% 0; } .footer-t a { cursor: pointer; border-radius: 10px; display: block; margin: 0 auto; background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; width: 140px; height: 20px; line-height: 20px; font-family: AppleSystemUIFont; font-size: 14px; color: #FFFFFF; letter-spacing: 0; text-align: center; } .footer-c { padding: 2% 0; } .footer-c a, .footer-c span { cursor: pointer; font-family: AppleSystemUIFont; font-size: 12px; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 14px; } .footer-c span { margin: 0 1%; } .footer-b { padding-bottom: 6%; } .footer-b a { cursor: pointer; font-family: AppleSystemUIFont; font-size: 12px; color: #9B9B9B; letter-spacing: 0; text-align: center; line-height: 22px; display: block; width: 60%; margin: 0 auto; } .social { display: flex; justify-content: center; position: relative; } .social a { width: 50px; height: 50px; margin-left: 15px; border-radius: 5px 5px; display: block; } .github { background: url("../images/logos/github1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } .weibo { background: url("../images/logos/weibo1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; /*background-color: #FFFFFF;*/ } .wechart { background: url("../images/logos/chart1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; /*background-color: #FFFFFF;*/ } .luntan { background: url("../images/logos/bg1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } /* E-底部*/ /*-------------------------*/ /** second_section*/ .second_section { background-color: #313a5a; min-height: 0; padding-bottom: 6%; } .second_section .lefBox { width: 100%; padding-top: 7%; /* 在 阿里云 上 用 Rainbond 开: */ font-family: PingFangSC-Regular; font-size: 14px; color: #FFFFFF; letter-spacing: 0; display: flex; justify-content: space-between; } .second_section .lefBox ul { float: right; padding: 0; margin-right: 4px; } .second_section .lefBox ul li { display: flex; align-items: center; height: 20px; } .second_section .lefBox ul li a { color: #FFFFFF; } #rollingOne { width: 50px; overflow: hidden; display: inline-block; } #rollingOne a { font-family: PingFangSC-Regular; animation: rollingOne 9s infinite ease; width: 300px; display: inline-block; } #rollingOne a span { display: inline-block; width: 100px } #rollingTwo { width: 35px; height: 100%; margin-left: 45px; overflow: hidden; display: inline-block; } #rollingTwo a { font-family: PingFangSC-Regular; animation: rollingTwo 12s infinite ease; width: 300px; height: 100%; display: inline-block; } #rollingTwo a span { display: inline-block; width: 100px } #rollingThree { width: 71px; height: 100%; margin-left: 7px; overflow: hidden; display: inline-block; } #rollingThree a { font-family: PingFangSC-Regular; animation: rollingThree 3s infinite ease; width: 600px; height: 100%; display: inline-block; } #rollingThree a span { display: inline-block; width: 150px } @keyframes rollingOne { 0% { margin-left: 100px; } 2% { margin-left: 5px; } 33% { margin-left: 5px; } 35% { margin-left: -95px; } 66% { margin-left: -95px; } 68% { margin-left: -195px; } 100% { margin-left: -195px; } } @keyframes rollingTwo { 0% { margin-left: 100px; } 2% { margin-left: 1px; } 33% { margin-left: 1px; } 35% { margin-left: -96px; } 66% { margin-left: -96px; } 68% { margin-left: -195px; } 100% { margin-left: -195px; } } @keyframes rollingThree { 0% { margin-left: 150px; } 2% { margin-left: 0px; } 33% { margin-left: 0px; } 35% { margin-left: -130px; } 66% { margin-left: -130px; } 68% { margin-left: -292px; } 100% { margin-left: -292px; } } .second_section .rightBox { width: 100%; padding-top: 0%; } .second_section .rightBox .first_title { /* 一句话解释什么是企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 12px; color: gainsboro; letter-spacing: 0; text-align: right; padding: 5% 4%; } .second_section .rightBox .second_title { /* 企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 16px; color: #FFFFFF; letter-spacing: 0; text-align: right; padding: 2% 4% 5% 0; } .second_section .rightBox .third_title { display: flex; justify-content: space-evenly; padding: 5% 0; } .second_section .rightBox .third_title span { float: right; /* Rectangle: */ border: 2px solid #FFFFFF; /* Gitee: */ font-family: Helvetica; font-size: 12px; color: #FFFFFF; letter-spacing: 0; text-align: center; border-radius: 5px; width: 60px; margin-left: 0px; } .second_section .rightBox .third_title span.active { /* Rectangle: */ background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; } /** third_section*/ .third_section { background-color: #fff; } .third_section .container { box-shadow: 0 10px 34px 0 rgba(210, 210, 210, 0.50); border-radius: 10px; margin-top: -8%; background-color: #fff; width: 100%; } .third_section .container div { background-color: #fff; } .third_section .container li { margin-bottom: 3%; margin-left: 8%; } .third_section .container li.third_section_title { padding-top: 4%; } .third_section .container li.third_section_title img { /* Rectangle: */ background-color: #ffffff; border-radius: 6px; width: 10%; } .third_section .container li.third_section_text { margin-bottom: 3%; } .third_section .container li.third_section_line { /* Rectangle 2: */ border: 1px solid #4A90E2; width: 20%; margin: 0 0 3% 9%; } .third_section .container li.third_section_content { /* You only need 1 acco: */ font-family: PingFangSC-Regular; font-size: 12px; color: #5B6C94; letter-spacing: 0; line-height: 16px; } .bj { background: #f8f9fc; height: 0px; width: 100%; } .third_section_top div ul { padding: 3% 0 5% 0; } .box { height: 200px; position: relative; margin: 20px auto; } .box .list { width: 100%; height: 200px; overflow: hidden; position: absolute; } .box .btn { position: absolute; top: 50%; margin-top: -50px; width: 60px; height: 100px; line-height: 100px; font-size: 30px; color: white; text-decoration: none; text-align: center; background: rgba(0, 255, 0, .5); cursor: pointer; display: none } .box .next { right: 0; } .box li { position: absolute; top: 0; left: 0; list-style: none; opacity: 1; transition: all 0.3s ease-out; height: 150px; width: 60%; } .list ul li div:nth-child(1) { width: 100%; height: 150px; border: none; float: left; } .p1 { transform: translate3d(-20%, 0, 0) scale(0.81); } .p2 { transform: translate3d(0px, 0, 0) scale(0.81); transform-origin: 0 50%; opacity: 0.8; z-index: 2; } .p3 { transform: translate3d(33%, 0, 0) scale(1); z-index: 3; opacity: 1; } .p4 { transform: translate3d(100%, 0, 0) scale(0.81); transform-origin: 100% 50%; opacity: 0.8; z-index: 2; } .video-1 { background: url('../video/video-bg-1.png') center center no-repeat; background-size: 100% 100%; } .video-2 { background: url('../video/video-bg-2.png') center center no-repeat; background-size: 100% 100%; } .video-3 { background: url('../video/video-bg-3.png') center center no-repeat; background-size: 100% 100%; } .video-4 { background: url('../video/video-bg-4.png') center center no-repeat; background-size: 100% 100%; } .video-icon { /*display: none;*/ position: absolute; font-size: 14px; /*top: 60%;*/ /*left: 55%;*/ /*margin-top: -52px;*/ /*margin-left: -26px;*/ left: 0; top: 0; right: 0; bottom: 0; margin: auto; color: #fff; width: 25px; height: 25px; background: url('https://vs5.bdstatic.com/browse_static/v3/search_v2/page/play_f073d9b.png') center center no-repeat } .buttons { position: absolute; width: 100%; height: 30px; bottom: 0; text-align: center; } .buttons a { cursor: pointer; } .buttons span { display: inline-block; font-family: SFNSDisplay; font-size: 13px; color: #212121; text-align: center; line-height: 18px; display: none; } .blue { display: block !important; } .video-title { font-family: SFNSDisplay; font-size: 12px; color: #212121; text-align: center; line-height: 18px; } /* E-视频*/ .header .navbar { background: #313a5a !important; } .header #ulnav li { border-bottom: 1px solid #DADADA; } #ulnav { height: 190px; } #ulnav li a { height: 40px; line-height: 40px; color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: #313a5a !important; } .navbar-default { border-color: #313a5a !important; } /*轮播*/ .banner { position: relative; overflow: auto; text-align: center; } .banner li { list-style: none; } .banner ul li { float: left; height: 100px; } .banner ul li img { background: #f8f9fc; height: 100%; } .dots { position: absolute; bottom: 10px; left: 0; right: 0; } .unslider-nav, .unslider-arrow { display: none; } /* E-正在使用 */ } @media (min-width: 340px) and (max-width:768px) { .logicalArchitecture_cen-r h6:nth-last-child(1) { padding-top: 37%; } } @media (min-width: 350px) and (max-width:768px) { .footer-b a { width: 54%; } } @media (min-width: 380px) and (max-width:768px) { .footer-b a { width: 50%; } } .video-list-item { margin-bottom: 32px; } .video-list-item img { width: 100%; height: 200px; transition: all 0.6s; } .video-list-item .videolist-icon { z-index: 9999; position: absolute; font-size: 60px; top: 50%; left: 50%; margin-top: -15px; margin-left: -15px; color: #fff; width: 30px; height: 30px; background: url(https://vs5.bdstatic.com/browse_static/v3/search_v2/page/play_f073d9b.png) center center no-repeat; background-size: 100% 100%; /* transition: all 0.6s; */ } .video-list-item .image-show { position: relative; } .video-list-item .image-show { overflow: hidden; } .video-list-item .image-show :hover { transform: scale(1.4); } .video-list-item .video-list-item-label { padding: 8px 0 12px 10px; box-sizing: border-box; text-align: left; margin: 0 auto; border: 1px solid #eee; border-top: none; border-radius: 0 0 3px 3px; } .video-list-item .video-list-item-label .title h3 { font-size: 16px; height: 22px; line-height: 22px; margin: 0 0 3px 0; color: #333; font-weight: normal; overflow: hidden; } .video-list-item .video-list-item-label .des { padding: 0 10px 0 0; height: 32px; } .video-list-item .video-list-item-label .des a { float: right; } .video-list-item .video-list-item-label .des p { font-size: 14px; height: 16px; line-height: 16px; margin: 0; color: #666; /* overflow: hidden; */ } .vadio-list { margin-top: 16px; } .video-page { margin-top: 100px; } .uc-recommend-list-row-tit { margin-bottom: 14px; font-size: 24px; color: #333; height: 31px; line-height: 31px; } .nav-body { padding: 0 5%; } .f-fl { float: left; } .uc-recomend-micro-career { float: left; margin: 0 20px 32px 0; position: relative; } .uc-recomend-micro-career a.j-href { display: block; text-decoration: none; } .uc-recomend-micro-career-img { overflow: hidden; border-radius: 4px 4px 0 0; } .uc-recommend-list-row-r { width: 100%; } .des-page { margin-top: 32px; } .trailer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 1000; } .trailer p { text-align: center; font-size: 32px; color: #fff; margin-top: 75px; } .title_list { height: 100px; }
themes/rainbond/static/css/goodrain.css
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; } body, button, input, select, textarea { font: 12px/1.5tahoma, arial, \5b8b\4f53; } /* h1, h2, h3, h4, h5, h6{ font-size:100%; } */ address, cite, dfn, em, var { font-style: normal; } code, kbd, pre, samp { font-family: AppleSystemUIFont, courier, monospace; } /* small{ font-size:12px; } */ ul, ol { list-style: none; } a { text-decoration: none !important; } a:hover { text-decoration: underline; color: #4A90E2; } sup { vertical-align: text-top; } sub { vertical-align: text-bottom; } legend { color: #000; } fieldset, img { border: 0; } /* button, input, select, textarea { font-size:100%; } */ table { border-collapse: collapse; border-spacing: 0; } .wechart-hover { position: absolute; width: 100px; height: 100px; } body { width: 100%; overflow-x: hidden; } .setWidth { width: 90%; margin: 0 auto; } .rightBoxText { padding: 2% 0 5% 0; } /** first_section*/ .first_section { background-color: #313a5a; height: 80px; display: flex; align-items: center; position: fixed; top: 0; width: 100%; z-index: 10; } .nav-logo { float: left; width: 35%; height: 50px; } .navbar-bg { height: 50px; padding: 0 5%; line-height: 50px; margin-bottom: 0px; border-radius: 0px; } #nav-list { line-height: 50px; float: left; height: 50px; width: 50%; display: flex; justify-content: space-between; } #nav-list li { height: 50px; line-height: 50px; width: 100px; float: right; text-align: center; } ul.nav-flex li a { color: #ffffff; font-size: 13px; } .highBtnBox { height: 50px; line-height: 50px; float: left; width: 15%; display: flex; justify-content: space-between; align-items: center; } .highBtnBox li { float: right; font-family: Helvetica; font-size: 15px; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 35px; width: 120px; margin-right: 20px; cursor: pointer; } .highBtnBox .highBtnUl li.highBtnShow { border: 2px solid #FFFFFF; border-radius: 5px; } .highBtnBox .highBtnUl li.highBtnQuick { background: #4A90E2; box-shadow: 0 8px 34px 0 #4A90E2; border-radius: 5px; } /** second_section*/ .second_section { background-color: #313a5a; padding-bottom: 20%; } .second_section .lefBox { width: 50%; float: left; padding-top: 14%; /* 在 阿里云 上 用 Rainbond 开: */ font-family: PingFangSC-Regular; font-size: 48px; color: #FFFFFF; letter-spacing: 0; } .second_section .lefBox ul { padding: 0; } .second_section .lefBox ul li { display: flex; align-items: center; height: 68px; } .second_section .lefBox ul li a { color: #FFFFFF; } #rollingOne { width: 175px; height: 100%; overflow: hidden; display: inline-block; } #rollingOne a { font-family: PingFangSC-Regular; animation: rollingOne 9s infinite ease; width: 750px; height: 100%; display: inline-block; } #rollingOne a span { display: inline-block; width: 250px } #rollingTwo { width: 125px; height: 100%; overflow: hidden; display: inline-block; } #rollingTwo a { font-family: PingFangSC-Regular; animation: rollingTwo 12s infinite ease; width: 750px; height: 100%; display: inline-block; } #rollingTwo a span { display: inline-block; width: 250px } #rollingThree { width: 255px; height: 100%; overflow: hidden; display: inline-block; } #rollingThree a { font-family: PingFangSC-Regular; animation: rollingThree 15s infinite ease; width: 1500px; height: 100%; display: inline-block; } #rollingThree a span { display: inline-block; width: 300px } @keyframes rollingOne { 0% { margin-left: 250px; } 2% { margin-left: 20px; } 33% { margin-left: 20px; } 35% { margin-left: -230px; } 66% { margin-left: -230px; } 68% { margin-left: -480px; } 100% { margin-left: -480px; } } @keyframes rollingTwo { 0% { margin-left: 250px; } 2% { margin-left: 4px; } 33% { margin-left: 4px; } 35% { margin-left: -243px; } 66% { margin-left: -243px; } 68% { margin-left: -493px; } 100% { margin-left: -493px; } } @keyframes rollingThree { 0% { margin-left: 300px; } 2% { margin-left: 4px; } 33% { margin-left: 4px; } 35% { margin-left: -310px; } 66% { margin-left: -310px; } 68% { margin-left: -610px; } 100% { margin-left: -610px; } } .second_section .rightBox { width: 50%; float: left; padding-top: 27%; } .second_section .rightBox .first_title { /* 一句话解释什么是企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 14px; color: gainsboro; letter-spacing: 0; text-align: right; padding: 0 0 5% 0; } .second_section .rightBox .second_title { /* 企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 48px; color: #FFFFFF; letter-spacing: 0; text-align: right; padding: 2% 0 3% 0; } .second_section .rightBox .third_title { display: flex; justify-content: flex-end; cursor: pointer; align-items: center; } .second_section .rightBox .third_title span { float: right; /* Rectangle: */ border: 2px solid #FFFFFF; /* Gitee: */ font-family: Helvetica; font-size: 15px; color: #FFFFFF; letter-spacing: 0; text-align: center; border-radius: 5px; width: 120px; padding: 8px 0; margin-left: 10px; } .second_section .rightBox .third_title span.active { /* Rectangle: */ background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; } /** third_section*/ .third_section .container { box-shadow: 0 10px 34px 0 rgba(210, 210, 210, 0.50); border-radius: 10px; padding-top: 30px; padding-bottom: 10px; margin-top: -430px; margin-bottom: 110px; width: 85%; } .third_section_top { background-color: #fff; } .bj { background: #fff; height: 320px; width: 100%; } .third_section .container div { background-color: #fff; } .third_section .container li { margin-bottom: 10%; margin-left: 20%; } .third_section .container li.third_section_title { padding-top: 4%; } .third_section .container li.third_section_title img { /* Rectangle: */ background-color: #f8f9fc; border-radius: 6px; } .third_section .container li.third_section_text { margin-bottom: 5%; } .third_section .container li.third_section_line { /* Rectangle 2: */ border: 1px solid #4A90E2; width: 20%; margin: 0 0 5% 20%; } .third_section .container li.third_section_content { /* You only need 1 acco: */ font-family: PingFangSC-Regular; font-size: 14px; color: #5B6C94; /* color: rgb(128,128,128); */ letter-spacing: 0; line-height: 32px; } .container { width: 100%; } /* S-视频*/ .box { position: relative; margin: 0 auto 40px; padding: 0 40px; } .box .list { width: 100%; height: 400px; overflow: hidden; position: absolute; } .box .btn { position: absolute; top: 50%; margin-top: -50px; width: 60px; height: 100px; line-height: 100px; font-size: 30px; color: white; text-decoration: none; text-align: center; background: rgba(0, 255, 0, .5); cursor: pointer; display: none } .box .next { right: 0; } .box li { position: absolute; top: 0; left: 0; list-style: none; opacity: 1; transition: all 0.3s ease-out; width: 60%; height: 400px; } .list ul li div:nth-child(1) { width: 100%; height: 100%; border: none; float: left; } .p1 { transform: translate3d(-20%, 0, 0) scale(0.81); } .p2 { transform: translate3d(0px, 0, 0) scale(0.81); transform-origin: 0 50%; opacity: 0.8; z-index: 2; } .p3 { transform: translate3d(33%, 0, 0) scale(1); z-index: 3; opacity: 1; } .p4 { transform: translate3d(100%, 0, 0) scale(0.81); transform-origin: 100% 50%; opacity: 0.8; z-index: 2; } .video-1 { background: url('../video/video-bg-1.png') center center no-repeat; background-size: 100% 100%; } .video-2 { background: url('../video/video-bg-2.png') center center no-repeat; background-size: 100% 100%; } .video-3 { background: url('../video/video-bg-3.png') center center no-repeat; background-size: 100% 100%; } .video-4 { background: url('../video/video-bg-4.png') center center no-repeat; background-size: 100% 100%; } .video-icon { /*display: none;*/ position: absolute; font-size: 60px; /*top: 60%;*/ /*left: 55%;*/ /*margin-top: -52px;*/ /*margin-left: -26px;*/ left: 0; top: 0; right: 0; bottom: 0; margin: auto; color: #fff; width: 52px; height: 52px; background: url('https://vs5.bdstatic.com/browse_static/v3/search_v2/page/play_f073d9b.png') center center no-repeat } .buttons { position: absolute; width: 100%; height: 30px; bottom: 0; text-align: center; } .buttons a { cursor: pointer; } .buttons span { display: inline-block; font-family: SFNSDisplay; font-size: 20px; color: #212121; text-align: center; line-height: 34px; display: none; } .blue { display: block !important; } .video-title { font-family: SFNSDisplay; font-size: 24px; color: #212121; text-align: center; line-height: 34px; } .vido-bjcolor { background: #f8f9fc; padding-bottom: 50px; } /* E-视频*/ /* S-逻辑架构*/ .logicalArchitecture { background: #fff; } .logicalArchitecture-top { font-family: PingFangSC-Regular; padding: 3% 0 4% 0; } .logicalArchitecture-box { display: flex; align-items: baseline; justify-content: center; } .logicalArchitecture_top-l { font-size: 30px; color: #212121; line-height: 42px; } .logicalArchitecture_top-r { font-size: 14px; padding-left: 10px; color: #4A90E2; line-height: 42px; cursor: pointer; } .logicalArchitecture-c-t { margin-top: 3%; font-family: PingFangSC-Regular; display: flex; align-items: center; } .logicalArchitecture_cen-t-l img { width: 60%; } .logicalArchitecture_cen-t-r h6 { font-size: 24px; color: #212121; line-height: 34px; margin-left: 15%; } .logicalArchitecture-c-b { font-family: PingFangSC-Regular; display: flex; align-items: flex-end; padding-bottom: 8%; } .logicalArchitecture_cen-l img { width: 60%; } .logicalArchitecture_cen-r h6 { padding-bottom: 10px; font-size: 24px; color: #212121; line-height: 34px; margin-left: 15%; } /* E-逻辑架构*/ /* S-功能特性*/ .features { background: #f8f9fc; } .features-center { margin: 4% auto; padding: 0 16px; } .features_box h6 { font-family: AppleSystemUIFont; font-size: 18px; color: #212121; letter-spacing: 0; line-height: 24px; } .features_box div { margin: 10% 0; font-family: AppleSystemUIFont; font-size: 16px; color: #333333; letter-spacing: 0; text-align: left; line-height: 32px; } /* E-功能特性*/ /* S-正在使用 */ .isUsing { padding-bottom: 10%; background: #fff; } /*轮播*/ .banner { position: relative; overflow: auto; text-align: center; } .banner li { list-style: none; } .banner ul li { float: left; } .dots { position: absolute; bottom: 10px; left: 0; right: 0; } .unslider-nav, .unslider-arrow { display: none; } /* E-正在使用 */ /* S-底部*/ .footer { margin-top: 32px; background: #313A5A; } .footer-t { padding: 5% 0; } .footer-t a { cursor: pointer; border-radius: 10px; display: block; margin: 0 auto; background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; width: 280px; height: 40px; line-height: 40px; font-family: AppleSystemUIFont; font-size: 18px; color: #FFFFFF; letter-spacing: 0; text-align: center; } .footer-c { padding: 2% 0; } .footer-c a, .footer-c span { cursor: pointer; font-family: AppleSystemUIFont; font-size: 16px; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 32px; } .footer-c span { margin: 0 1%; } .footer-b { padding-bottom: 3%; } .footer-b a { cursor: pointer; font-family: AppleSystemUIFont; font-size: 16px; color: #9B9B9B; letter-spacing: 0; text-align: center; line-height: 32px; display: block; } .social { display: flex; justify-content: center; position: relative; } .social a { width: 50px; height: 50px; margin-left: 15px; border-radius: 5px 5px; display: block; } .github { background: url("../images/logos/github1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } .weibo { background: url("../images/logos/weibo1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; /*background-color: #FFFFFF;*/ } .wechart { background: url("../images/logos/chart1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; position: relative; /*background-color: #FFFFFF;*/ } .luntan { background: url("../images/logos/bg1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } /* E-底部*/ @media (min-width: 320px) and (max-width:768px) { .container { width: 100%; padding: 0 !important; margin: 0 !important; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px } /* S-逻辑架构*/ .logicalArchitecture-top { font-family: PingFangSC-Regular; padding-top: 5%; } .logicalArchitecture_top-l { font-size: 18px; color: #212121; line-height: 20px; } .logicalArchitecture_top-r { font-size: 12px; padding-left: 10px; color: #4A90E2; line-height: 20px; cursor: pointer; } .logicalArchitecture-c-t { margin-top: 3%; font-family: PingFangSC-Regular; display: flex; align-items: center; } .logicalArchitecture_cen-t-l img { width: 80%; } .logicalArchitecture_cen-t-r h6 { font-size: 12px; color: #212121; line-height: 12px; margin-left: 15%; } .logicalArchitecture-c-b { font-family: PingFangSC-Regular; display: flex; align-items: flex-end; padding-bottom: 15%; } .logicalArchitecture_cen-l img { width: 80%; } .logicalArchitecture_cen-r h6 { padding-bottom: 1px; font-size: 12px; color: #212121; line-height: 12px; margin-left: 15%; } /* E-逻辑架构*/ /* S-功能特性*/ .features_box h6 { font-family: AppleSystemUIFont; font-size: 14px; color: #212121; letter-spacing: 0; line-height: 14px; } .features_box div { margin: 10% 0; font-family: AppleSystemUIFont; font-size: 12px; color: #333333; letter-spacing: 0; text-align: left; line-height: 14px; } /* E-功能特性*/ /* S-底部*/ .footer { background: #313A5A; } .footer-t { padding: 12% 0 5% 0; } .footer-t a { cursor: pointer; border-radius: 10px; display: block; margin: 0 auto; background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; width: 140px; height: 20px; line-height: 20px; font-family: AppleSystemUIFont; font-size: 14px; color: #FFFFFF; letter-spacing: 0; text-align: center; } .footer-c { padding: 2% 0; } .footer-c a, .footer-c span { cursor: pointer; font-family: AppleSystemUIFont; font-size: 12px; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 14px; } .footer-c span { margin: 0 1%; } .footer-b { padding-bottom: 6%; } .footer-b a { cursor: pointer; font-family: AppleSystemUIFont; font-size: 12px; color: #9B9B9B; letter-spacing: 0; text-align: center; line-height: 22px; display: block; width: 60%; margin: 0 auto; } .social { display: flex; justify-content: center; position: relative; } .social a { width: 50px; height: 50px; margin-left: 15px; border-radius: 5px 5px; display: block; } .github { background: url("../images/logos/github1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } .weibo { background: url("../images/logos/weibo1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; /*background-color: #FFFFFF;*/ } .wechart { background: url("../images/logos/chart1.png") center center no-repeat; width: 50px; height: 50px; background-size: 80% 80%; /*background-color: #FFFFFF;*/ } .luntan { background: url("../images/logos/bg1.png") center center no-repeat; width: 50px; height: 50px; background-size: 50% 50%; /*background-color: #FFFFFF;*/ } /* E-底部*/ /*-------------------------*/ /** second_section*/ .second_section { background-color: #313a5a; min-height: 0; padding-bottom: 6%; } .second_section .lefBox { width: 100%; padding-top: 7%; /* 在 阿里云 上 用 Rainbond 开: */ font-family: PingFangSC-Regular; font-size: 14px; color: #FFFFFF; letter-spacing: 0; display: flex; justify-content: space-between; } .second_section .lefBox ul { float: right; padding: 0; margin-right: 4px; } .second_section .lefBox ul li { display: flex; align-items: center; height: 20px; } .second_section .lefBox ul li a { color: #FFFFFF; } #rollingOne { width: 50px; overflow: hidden; display: inline-block; } #rollingOne a { font-family: PingFangSC-Regular; animation: rollingOne 9s infinite ease; width: 300px; display: inline-block; } #rollingOne a span { display: inline-block; width: 100px } #rollingTwo { width: 35px; height: 100%; margin-left: 45px; overflow: hidden; display: inline-block; } #rollingTwo a { font-family: PingFangSC-Regular; animation: rollingTwo 12s infinite ease; width: 300px; height: 100%; display: inline-block; } #rollingTwo a span { display: inline-block; width: 100px } #rollingThree { width: 71px; height: 100%; margin-left: 7px; overflow: hidden; display: inline-block; } #rollingThree a { font-family: PingFangSC-Regular; animation: rollingThree 3s infinite ease; width: 600px; height: 100%; display: inline-block; } #rollingThree a span { display: inline-block; width: 150px } @keyframes rollingOne { 0% { margin-left: 100px; } 2% { margin-left: 5px; } 33% { margin-left: 5px; } 35% { margin-left: -95px; } 66% { margin-left: -95px; } 68% { margin-left: -195px; } 100% { margin-left: -195px; } } @keyframes rollingTwo { 0% { margin-left: 100px; } 2% { margin-left: 1px; } 33% { margin-left: 1px; } 35% { margin-left: -96px; } 66% { margin-left: -96px; } 68% { margin-left: -195px; } 100% { margin-left: -195px; } } @keyframes rollingThree { 0% { margin-left: 150px; } 2% { margin-left: 0px; } 33% { margin-left: 0px; } 35% { margin-left: -130px; } 66% { margin-left: -130px; } 68% { margin-left: -292px; } 100% { margin-left: -292px; } } .second_section .rightBox { width: 100%; padding-top: 0%; } .second_section .rightBox .first_title { /* 一句话解释什么是企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 12px; color: gainsboro; letter-spacing: 0; text-align: right; padding: 5% 4%; } .second_section .rightBox .second_title { /* 企业应用云操作系统: */ font-family: PingFangSC-Regular; font-size: 16px; color: #FFFFFF; letter-spacing: 0; text-align: right; padding: 2% 4% 5% 0; } .second_section .rightBox .third_title { display: flex; justify-content: space-evenly; padding: 5% 0; } .second_section .rightBox .third_title span { float: right; /* Rectangle: */ border: 2px solid #FFFFFF; /* Gitee: */ font-family: Helvetica; font-size: 12px; color: #FFFFFF; letter-spacing: 0; text-align: center; border-radius: 5px; width: 60px; margin-left: 0px; } .second_section .rightBox .third_title span.active { /* Rectangle: */ background: #4A90E2; border: 1px solid #4A90E2; box-shadow: 0 -8px 34px 0 #4A90E2; } /** third_section*/ .third_section { background-color: #fff; } .third_section .container { box-shadow: 0 10px 34px 0 rgba(210, 210, 210, 0.50); border-radius: 10px; margin-top: -8%; background-color: #fff; width: 100%; } .third_section .container div { background-color: #fff; } .third_section .container li { margin-bottom: 3%; margin-left: 8%; } .third_section .container li.third_section_title { padding-top: 4%; } .third_section .container li.third_section_title img { /* Rectangle: */ background-color: #ffffff; border-radius: 6px; width: 10%; } .third_section .container li.third_section_text { margin-bottom: 3%; } .third_section .container li.third_section_line { /* Rectangle 2: */ border: 1px solid #4A90E2; width: 20%; margin: 0 0 3% 9%; } .third_section .container li.third_section_content { /* You only need 1 acco: */ font-family: PingFangSC-Regular; font-size: 12px; color: #5B6C94; letter-spacing: 0; line-height: 16px; } .bj { background: #f8f9fc; height: 0px; width: 100%; } .third_section_top div ul { padding: 3% 0 5% 0; } .box { height: 200px; position: relative; margin: 20px auto; } .box .list { width: 100%; height: 200px; overflow: hidden; position: absolute; } .box .btn { position: absolute; top: 50%; margin-top: -50px; width: 60px; height: 100px; line-height: 100px; font-size: 30px; color: white; text-decoration: none; text-align: center; background: rgba(0, 255, 0, .5); cursor: pointer; display: none } .box .next { right: 0; } .box li { position: absolute; top: 0; left: 0; list-style: none; opacity: 1; transition: all 0.3s ease-out; height: 150px; width: 60%; } .list ul li div:nth-child(1) { width: 100%; height: 150px; border: none; float: left; } .p1 { transform: translate3d(-20%, 0, 0) scale(0.81); } .p2 { transform: translate3d(0px, 0, 0) scale(0.81); transform-origin: 0 50%; opacity: 0.8; z-index: 2; } .p3 { transform: translate3d(33%, 0, 0) scale(1); z-index: 3; opacity: 1; } .p4 { transform: translate3d(100%, 0, 0) scale(0.81); transform-origin: 100% 50%; opacity: 0.8; z-index: 2; } .video-1 { background: url('../video/video-bg-1.png') center center no-repeat; background-size: 100% 100%; } .video-2 { background: url('../video/video-bg-2.png') center center no-repeat; background-size: 100% 100%; } .video-3 { background: url('../video/video-bg-3.png') center center no-repeat; background-size: 100% 100%; } .video-4 { background: url('../video/video-bg-4.png') center center no-repeat; background-size: 100% 100%; } .video-icon { /*display: none;*/ position: absolute; font-size: 14px; /*top: 60%;*/ /*left: 55%;*/ /*margin-top: -52px;*/ /*margin-left: -26px;*/ left: 0; top: 0; right: 0; bottom: 0; margin: auto; color: #fff; width: 25px; height: 25px; background: url('https://vs5.bdstatic.com/browse_static/v3/search_v2/page/play_f073d9b.png') center center no-repeat } .buttons { position: absolute; width: 100%; height: 30px; bottom: 0; text-align: center; } .buttons a { cursor: pointer; } .buttons span { display: inline-block; font-family: SFNSDisplay; font-size: 13px; color: #212121; text-align: center; line-height: 18px; display: none; } .blue { display: block !important; } .video-title { font-family: SFNSDisplay; font-size: 12px; color: #212121; text-align: center; line-height: 18px; } /* E-视频*/ .header .navbar { background: #313a5a !important; } .header #ulnav li { border-bottom: 1px solid #DADADA; } #ulnav { height: 190px; } #ulnav li a { height: 40px; line-height: 40px; color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: #313a5a !important; } .navbar-default { border-color: #313a5a !important; } /*轮播*/ .banner { position: relative; overflow: auto; text-align: center; } .banner li { list-style: none; } .banner ul li { float: left; height: 100px; } .banner ul li img { background: #f8f9fc; height: 100%; } .dots { position: absolute; bottom: 10px; left: 0; right: 0; } .unslider-nav, .unslider-arrow { display: none; } /* E-正在使用 */ } @media (min-width: 340px) and (max-width:768px) { .logicalArchitecture_cen-r h6:nth-last-child(1) { padding-top: 37%; } } @media (min-width: 350px) and (max-width:768px) { .footer-b a { width: 54%; } } @media (min-width: 380px) and (max-width:768px) { .footer-b a { width: 50%; } } .video-list-item { margin-bottom: 32px; } .video-list-item img { width: 100%; height: 200px; transition: all 0.6s; } .video-list-item .videolist-icon { z-index: 9999; position: absolute; font-size: 60px; top: 50%; left: 50%; margin-top: -15px; margin-left: -15px; color: #fff; width: 30px; height: 30px; background: url(https://vs5.bdstatic.com/browse_static/v3/search_v2/page/play_f073d9b.png) center center no-repeat; background-size: 100% 100%; /* transition: all 0.6s; */ } .video-list-item .image-show { position: relative; } .video-list-item .image-show { overflow: hidden; } .video-list-item .image-show :hover { transform: scale(1.4); } .video-list-item .video-list-item-label { padding: 8px 0 12px 10px; box-sizing: border-box; text-align: left; margin: 0 auto; border: 1px solid #eee; border-top: none; border-radius: 0 0 3px 3px; } .video-list-item .video-list-item-label .title h3 { font-size: 16px; height: 22px; line-height: 22px; margin: 0 0 3px 0; color: #333; font-weight: normal; overflow: hidden; } .video-list-item .video-list-item-label .des { padding: 0 10px 0 0; height: 32px; } .video-list-item .video-list-item-label .des a { float: right; } .video-list-item .video-list-item-label .des p { font-size: 14px; height: 16px; line-height: 16px; margin: 0; color: #666; /* overflow: hidden; */ } .vadio-list { margin-top: 16px; } .video-page { margin-top: 100px; } .uc-recommend-list-row-tit { margin-bottom: 14px; font-size: 24px; color: #333; height: 31px; line-height: 31px; } .nav-body { padding: 0 5%; } .f-fl { float: left; } .uc-recomend-micro-career { float: left; margin: 0 20px 32px 0; position: relative; } .uc-recomend-micro-career a.j-href { display: block; text-decoration: none; } .uc-recomend-micro-career-img { overflow: hidden; border-radius: 4px 4px 0 0; } .uc-recommend-list-row-r { width: 100%; } .des-page { margin-top: 32px; } .trailer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 1000; } .trailer p { text-align: center; font-size: 32px; color: #fff; margin-top: 75px; } .title_list { height: 100px; }
0.47025
0.095139
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:400,700'); *{ margin:0; padding: 0; box-sizing: border-box; font-family: 'Asap Condensed', sans-serif; } body { } h1 { font-family: 'Staatliches', cursive; color: #fff; padding-top: 10px; font-weight: normal; font-size: 1.4rem; } .image { width: 60%; border-top-left-radius: 30px; border-top-right-radius: 30px; margin: 20px 0 0 0; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); transition: 200ms; } #container { width:70vw; max-width: 480px; margin: 10px auto 0 auto; background: -webkit-linear-gradient(to top, #93EDC7, #1CD8D2); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to top, #93EDC7, #1CD8D2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ text-align: center; border-radius: 30px; padding: 3px; transition: 200ms; } main { display: flex; flex-direction: column; justify-content: center; transition: 200ms; } input { display: block; margin: 2px auto 10px auto; border-style: none; text-align: center; transition: 200ms; } label { color: #fff; font-size: 0.7rem; transition: 200ms; } .field { font-size:1rem; padding:6px; width: 50%; border-radius:2px; transition: 200ms; } .field:focus { outline: none; } #valuesSubmit { width: 70%; height: 40px; border-radius:40px; margin: 30px auto 30px auto; font-size: 1.5rem; color: #fff; text-transform: uppercase; background-color: rgb(103, 221, 241); border: 2px #fff solid; border-radius: 45px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s; cursor: pointer; outline: none; } #valuesSubmit:hover { background-color: #2EE59D; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px) scale(1.2); } #result-box { width:60%; height: 60px; background-color: rgb(103, 221, 241); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; margin: 0px auto 20px auto; line-height: 60px; color: #fff; transition: 600ms; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); } footer { display: flex; text-align: left; color: #fff; font-size: 0.7rem; justify-content: space-around; width: 60%; margin: 40px auto 20px auto; align-items: center; border: 1px #fff solid; padding: 12px; border-radius: 30px; transition: 200ms; } footer > div > p{ margin:3px; transition: 200ms; } i { font-size: 2.7rem; transition: 200ms; }
css/style.css
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:400,700'); *{ margin:0; padding: 0; box-sizing: border-box; font-family: 'Asap Condensed', sans-serif; } body { } h1 { font-family: 'Staatliches', cursive; color: #fff; padding-top: 10px; font-weight: normal; font-size: 1.4rem; } .image { width: 60%; border-top-left-radius: 30px; border-top-right-radius: 30px; margin: 20px 0 0 0; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); transition: 200ms; } #container { width:70vw; max-width: 480px; margin: 10px auto 0 auto; background: -webkit-linear-gradient(to top, #93EDC7, #1CD8D2); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to top, #93EDC7, #1CD8D2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ text-align: center; border-radius: 30px; padding: 3px; transition: 200ms; } main { display: flex; flex-direction: column; justify-content: center; transition: 200ms; } input { display: block; margin: 2px auto 10px auto; border-style: none; text-align: center; transition: 200ms; } label { color: #fff; font-size: 0.7rem; transition: 200ms; } .field { font-size:1rem; padding:6px; width: 50%; border-radius:2px; transition: 200ms; } .field:focus { outline: none; } #valuesSubmit { width: 70%; height: 40px; border-radius:40px; margin: 30px auto 30px auto; font-size: 1.5rem; color: #fff; text-transform: uppercase; background-color: rgb(103, 221, 241); border: 2px #fff solid; border-radius: 45px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s; cursor: pointer; outline: none; } #valuesSubmit:hover { background-color: #2EE59D; box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); color: #fff; transform: translateY(-7px) scale(1.2); } #result-box { width:60%; height: 60px; background-color: rgb(103, 221, 241); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; margin: 0px auto 20px auto; line-height: 60px; color: #fff; transition: 600ms; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); } footer { display: flex; text-align: left; color: #fff; font-size: 0.7rem; justify-content: space-around; width: 60%; margin: 40px auto 20px auto; align-items: center; border: 1px #fff solid; padding: 12px; border-radius: 30px; transition: 200ms; } footer > div > p{ margin:3px; transition: 200ms; } i { font-size: 2.7rem; transition: 200ms; }
0.433981
0.105487
.main { margin: 10px 0; } em,i { font-style: normal; } .bread,.selector,.type-wrap,.value { overflow: hidden; } .bread,.details,.hot-sale { margin-bottom: 5px; } .selector { margin-bottom: 25px; } .bread .form-dark { margin-bottom: 5px; } .hot-sale,.selector,.filter { border: 1px solid #ddd; } .key { padding: 10px 10px 0 15px; } .type-wrap ul li { float: left; list-style-type: none; } .sui-btn { border-radius: 0; } .bread .sui-breadcrumb { margin: 0; padding: 3px 15px; } .type-wrap { position: relative; margin: 0; border-top: 1px solid #ddd; } .type-wrap:first-child { border-top: 0; } .type-wrap .key { width: 100px; background: #f1f1f1; text-align: right; line-height: 26px; } .logo .brand { padding-bottom: 87px; } .type-wrap .value { padding: 10px 0 0 15px; color: #333; } .type-wrap .logos { margin-left: 120px; padding-right: 90px; } .type-wrap .ext { position: absolute; top: 10px; right: 10px; } .ext .sui-btn { padding: 0 10px; background: #fff; } .ext a { color: #666; } ul.type-list li { display: block; margin-right: 30px; line-height: 26px; } ul.type-list li a { padding: 2px; color: #555; text-decoration: none; cursor: pointer; } ul.type-list li a.redhover { padding: 2px; background: #C81623; color: #fff; text-decoration: none; } ul.type-list li a.grayhover { color: #555; } ul.logo-list li { margin: -1px -1px 0 0; width: 105px; border: 1px solid #E4E4E4; } .filter { background: #F1F1F1; } .sui-navbar { margin-bottom: 0; } .sui-navbar .navbar-inner { padding-left: 0; border-radius: 0; } .sui-navbar .sui-nav>.active>a { background: #c81623; color: #fff; } .sui-navbar .sui-nav>.active>a:hover { background: #d01926; color: #fff; } .goods-list { margin: 20px 0; } .goods-list ul li { padding: 15px; box-sizing: border-box; line-height: 28px; transition: box-shadow .3s; } .goods-list ul li:hover { box-shadow: 0 0 10px 2px #ededed; } .goods-list .p-img { margin-bottom: 10px; } .goods-list .p-img img { width: 215px; height: 245px; background: #fafafa center center no-repeat url(../img/loading.svg); opacity: .4; transition: opacity 1.5s; } .goods-list .p-img img[src] { opacity: 1; } .price strong { font-size: 1.4em; } .attr { height: 45px; overflow: hidden; line-height: 1.8; } .attr a { color: #444; } .price { color: #c81623; font-size: 18px; } .operate { padding: 5px 0; } .sui-pagination { float: right; margin-top: 10px; margin-bottom: 50px; } .sui-pagination ul>.active>a, .sui-pagination ul>.active>span { border-color: #e8351f; background-color: #ea4a36; } .sui-pagination ul>li>a, .sui-pagination ul>li>span { color: #555; } .sui-pagination ul>.active>a:focus, .sui-pagination ul>.active>a:hover, .sui-pagination ul>.active>span:focus, .sui-pagination ul>.active>span:hover { border-color: #e33019; background-color: #e64630; }
code/express/01demo/pyg/assets/css/page-list.css
.main { margin: 10px 0; } em,i { font-style: normal; } .bread,.selector,.type-wrap,.value { overflow: hidden; } .bread,.details,.hot-sale { margin-bottom: 5px; } .selector { margin-bottom: 25px; } .bread .form-dark { margin-bottom: 5px; } .hot-sale,.selector,.filter { border: 1px solid #ddd; } .key { padding: 10px 10px 0 15px; } .type-wrap ul li { float: left; list-style-type: none; } .sui-btn { border-radius: 0; } .bread .sui-breadcrumb { margin: 0; padding: 3px 15px; } .type-wrap { position: relative; margin: 0; border-top: 1px solid #ddd; } .type-wrap:first-child { border-top: 0; } .type-wrap .key { width: 100px; background: #f1f1f1; text-align: right; line-height: 26px; } .logo .brand { padding-bottom: 87px; } .type-wrap .value { padding: 10px 0 0 15px; color: #333; } .type-wrap .logos { margin-left: 120px; padding-right: 90px; } .type-wrap .ext { position: absolute; top: 10px; right: 10px; } .ext .sui-btn { padding: 0 10px; background: #fff; } .ext a { color: #666; } ul.type-list li { display: block; margin-right: 30px; line-height: 26px; } ul.type-list li a { padding: 2px; color: #555; text-decoration: none; cursor: pointer; } ul.type-list li a.redhover { padding: 2px; background: #C81623; color: #fff; text-decoration: none; } ul.type-list li a.grayhover { color: #555; } ul.logo-list li { margin: -1px -1px 0 0; width: 105px; border: 1px solid #E4E4E4; } .filter { background: #F1F1F1; } .sui-navbar { margin-bottom: 0; } .sui-navbar .navbar-inner { padding-left: 0; border-radius: 0; } .sui-navbar .sui-nav>.active>a { background: #c81623; color: #fff; } .sui-navbar .sui-nav>.active>a:hover { background: #d01926; color: #fff; } .goods-list { margin: 20px 0; } .goods-list ul li { padding: 15px; box-sizing: border-box; line-height: 28px; transition: box-shadow .3s; } .goods-list ul li:hover { box-shadow: 0 0 10px 2px #ededed; } .goods-list .p-img { margin-bottom: 10px; } .goods-list .p-img img { width: 215px; height: 245px; background: #fafafa center center no-repeat url(../img/loading.svg); opacity: .4; transition: opacity 1.5s; } .goods-list .p-img img[src] { opacity: 1; } .price strong { font-size: 1.4em; } .attr { height: 45px; overflow: hidden; line-height: 1.8; } .attr a { color: #444; } .price { color: #c81623; font-size: 18px; } .operate { padding: 5px 0; } .sui-pagination { float: right; margin-top: 10px; margin-bottom: 50px; } .sui-pagination ul>.active>a, .sui-pagination ul>.active>span { border-color: #e8351f; background-color: #ea4a36; } .sui-pagination ul>li>a, .sui-pagination ul>li>span { color: #555; } .sui-pagination ul>.active>a:focus, .sui-pagination ul>.active>a:hover, .sui-pagination ul>.active>span:focus, .sui-pagination ul>.active>span:hover { border-color: #e33019; background-color: #e64630; }
0.317638
0.085671
body{ font-family: 'Cabin', sans-serif; font-size:12px; background-image: url("/static/images/brushed-metal.jpg"); background-repeat: repeat; /* background-color: rgba(100,100,100,1); */ } .icon { font-family: FontAwesome; cursor: default; } #quackerHeader { width: 100%; } #uiPluginContainer { height: 100%; float: right; } .pluginButton { cursor: pointer !important; margin:2px; } .quackerHeading { font-size: 2.5em; } .quackerSubHeading { font-size: 1.5em; margin-left: 0.5em; } #quackerStatus { font-weight: bold; margin-left: 2em; } #passCount { padding: 2px; font-size: 1.5em; background-color: lightgreen; } #failCount { padding: 2px; font-size: 1.5em; background-color: red; } /* .serviceGroup { display:inline-block; vertical-align: top; margin:2px; padding:2px; border:1px solid grey; width:250px; background-color: rgba(255,255,255,0.3); } .serviceHeader { font-size: 1.5em; display:inline-block; } */ /* .serviceContent{ margin-left:2em; } */ /* .serviceStatus{ padding:0 1em; } .serverGroup { font-weight: normal; } .serverHeader { font-size: 1.25em; display:inline-block; } .serverContent{ margin-left:1.5em; } */ .checkSummary { margin-left:1em; background-color: rgba(255,255,255,0.1); margin:2px; padding:2px; border:1px solid grey; width:250px; } .checkSeverityContainer { float: right; } .checkSvg { display:block; text-align: center; /* max-width:180px; max-height:180px; */ } .checkHeader{ font-size: 1em; display:inline-block; width: 100%; font-weight: bold; /*margin-left:1em;*/ } .checkLabel { /*display:block;*/ /* font-weight:bold; */ } .checkStatus { margin-left:1em; } .summaryLine1 { display:block; margin-left:2em; background-color: rgba(255,255,255,0.1); font-weight: bold; } .summaryLine2 { display:block; background-color: rgba(255,255,255,0.1); } .summaryItemLabel { font-weight: bold; } .checkUnknown{ background-color:orange; color: black; } .checkError{ background-color:red; color: white; } .checkOk { background-color:lightgreen; color: black; } .tableHeader { font-color: darkgray; } .detailContainer{ display:block; } .furtherDetail { margin-left: 0.5em; display:inline-block; } .toggleable { } .toggledIn { /* background:mistyrose; */ } .toggledOut { /* background:lightyellow; */ } .hideableHidden { display: none !important; } .collapserState { cursor: pointer !important; } .serviceDataDescriptor { font-weight: bold; } .furtherDetailHidden { /*display:none;*/ } .checkExpanded { margin-bottom:1em; } .checkCollapsed { display: none !important; margin-bottom:0em; border:none; } .checkExpanded .checkDetail { margin-top:0.5em; } .checkDetail { background-color:lightgray; border:1px solid gray; color: black; /*margin: 10px;*/ /*padding: 10px;*/ } /* #dashboardServerContainer .alwaysOn { margin: 1em; max-width: 45%; background: white; z-index:1; } */ .fullWidth { max-width: 100% !important; width: 100% !important; display: block !important; margin: 0em !important; } .partialWidth { max-width: 45% !important; display: inline-block !important; margin: 0.3em !important; } .promotedService { background-color: white !important; z-index:100 !important; } /* Tooltip container */ .tooltip { position: relative; display: inline-block; } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; /*width: 120px;*/ background-color: rgba(192,192,192,0.8); color: black; border: 1px solid darkgray; border-radius: 6px; text-align: center; padding: 2px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; width: 120px; /* top: 100%; left: 50%; margin-left: -60px; */ top: -2px; right: 105%; } .historyElemGradientStart, .historyElemGradientEnd { stop-color:rgb(192,192,192); } .historyElemGradientStart { stop-opacity:0; } .historyElemGradientEnd { stop-opacity:1; }
src/main/webapp/static/styles/main.css
body{ font-family: 'Cabin', sans-serif; font-size:12px; background-image: url("/static/images/brushed-metal.jpg"); background-repeat: repeat; /* background-color: rgba(100,100,100,1); */ } .icon { font-family: FontAwesome; cursor: default; } #quackerHeader { width: 100%; } #uiPluginContainer { height: 100%; float: right; } .pluginButton { cursor: pointer !important; margin:2px; } .quackerHeading { font-size: 2.5em; } .quackerSubHeading { font-size: 1.5em; margin-left: 0.5em; } #quackerStatus { font-weight: bold; margin-left: 2em; } #passCount { padding: 2px; font-size: 1.5em; background-color: lightgreen; } #failCount { padding: 2px; font-size: 1.5em; background-color: red; } /* .serviceGroup { display:inline-block; vertical-align: top; margin:2px; padding:2px; border:1px solid grey; width:250px; background-color: rgba(255,255,255,0.3); } .serviceHeader { font-size: 1.5em; display:inline-block; } */ /* .serviceContent{ margin-left:2em; } */ /* .serviceStatus{ padding:0 1em; } .serverGroup { font-weight: normal; } .serverHeader { font-size: 1.25em; display:inline-block; } .serverContent{ margin-left:1.5em; } */ .checkSummary { margin-left:1em; background-color: rgba(255,255,255,0.1); margin:2px; padding:2px; border:1px solid grey; width:250px; } .checkSeverityContainer { float: right; } .checkSvg { display:block; text-align: center; /* max-width:180px; max-height:180px; */ } .checkHeader{ font-size: 1em; display:inline-block; width: 100%; font-weight: bold; /*margin-left:1em;*/ } .checkLabel { /*display:block;*/ /* font-weight:bold; */ } .checkStatus { margin-left:1em; } .summaryLine1 { display:block; margin-left:2em; background-color: rgba(255,255,255,0.1); font-weight: bold; } .summaryLine2 { display:block; background-color: rgba(255,255,255,0.1); } .summaryItemLabel { font-weight: bold; } .checkUnknown{ background-color:orange; color: black; } .checkError{ background-color:red; color: white; } .checkOk { background-color:lightgreen; color: black; } .tableHeader { font-color: darkgray; } .detailContainer{ display:block; } .furtherDetail { margin-left: 0.5em; display:inline-block; } .toggleable { } .toggledIn { /* background:mistyrose; */ } .toggledOut { /* background:lightyellow; */ } .hideableHidden { display: none !important; } .collapserState { cursor: pointer !important; } .serviceDataDescriptor { font-weight: bold; } .furtherDetailHidden { /*display:none;*/ } .checkExpanded { margin-bottom:1em; } .checkCollapsed { display: none !important; margin-bottom:0em; border:none; } .checkExpanded .checkDetail { margin-top:0.5em; } .checkDetail { background-color:lightgray; border:1px solid gray; color: black; /*margin: 10px;*/ /*padding: 10px;*/ } /* #dashboardServerContainer .alwaysOn { margin: 1em; max-width: 45%; background: white; z-index:1; } */ .fullWidth { max-width: 100% !important; width: 100% !important; display: block !important; margin: 0em !important; } .partialWidth { max-width: 45% !important; display: inline-block !important; margin: 0.3em !important; } .promotedService { background-color: white !important; z-index:100 !important; } /* Tooltip container */ .tooltip { position: relative; display: inline-block; } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; /*width: 120px;*/ background-color: rgba(192,192,192,0.8); color: black; border: 1px solid darkgray; border-radius: 6px; text-align: center; padding: 2px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; width: 120px; /* top: 100%; left: 50%; margin-left: -60px; */ top: -2px; right: 105%; } .historyElemGradientStart, .historyElemGradientEnd { stop-color:rgb(192,192,192); } .historyElemGradientStart { stop-opacity:0; } .historyElemGradientEnd { stop-opacity:1; }
0.486575
0.096068
body { padding: 20px; font-family: 'Lora', serif; } ul { position: relative; vertical-align: middle; padding: 0; list-style: none; display: inline-block; } li { position: relative; white-space: nowrap; text-overflow: ellipsis; } p { margin: 8px 0; transform: translateY(-9px); } .glyphicon { font-size: 10px; } .tree { padding-top: 5px; overflow-y: auto; } .branch { transition: 0.5s linear all; -webkit-transition: 0.5s linear all; -moz-transition: 0.5s linear all; -o-transition: 0.5s linear all; } .branch.ng-hide, .branch.ng-show { opacity: 0; } .node-wrapper { display: inline-block; text-align: left; } .node { min-width: 100px; display: inline-block; padding: 0 8px; } .node-text { min-width: 85px; max-width: 20vw; vertical-align: bottom; overflow: visible; white-space: normal; word-wrap: break-word; text-align: justify; padding: 0 4px; border-bottom: 1px solid grey; } .node-expander { position: relative; right: 12px; margin-right: 5px; max-width: 1px; display: inline-block; text-align: center; z-index: 1; } ul::before { content: ''; position: absolute; border-top: 1px solid grey; top: 50%; left: -12px; width: 12px; z-index: -1; } li::before { content: ''; position: absolute; border-left: 1px solid grey; height: 100%; z-index: -1; } li:only-child::before { display: none; } li:last-child::before, li:first-child::before { content: ''; position: absolute; width: 8px; height: 50%; z-index: -1; } li:first-child::before { border-top: 1px solid grey; border-radius: 5px 0 0 0; top: 50%; } li:last-child::before { border-bottom: 1px solid grey; border-radius: 0 0 0 5px; height: calc(50% + 1px); bottom: 50%; margin-bottom: -1px; } li:not(:first-child):not(:last-child)::after, li:only-child::after { content: ''; position: absolute; width: 8px; border-top: 1px solid grey; top: 50%; left: 0; z-index: -1; } .node-text::before { content: ''; position: absolute; bottom: 0; left: 0; height: calc(50% - 10px); border-left: 1px solid grey; border-radius: 5px; } .tree-text { padding-top: 10px; }
app/app.css
body { padding: 20px; font-family: 'Lora', serif; } ul { position: relative; vertical-align: middle; padding: 0; list-style: none; display: inline-block; } li { position: relative; white-space: nowrap; text-overflow: ellipsis; } p { margin: 8px 0; transform: translateY(-9px); } .glyphicon { font-size: 10px; } .tree { padding-top: 5px; overflow-y: auto; } .branch { transition: 0.5s linear all; -webkit-transition: 0.5s linear all; -moz-transition: 0.5s linear all; -o-transition: 0.5s linear all; } .branch.ng-hide, .branch.ng-show { opacity: 0; } .node-wrapper { display: inline-block; text-align: left; } .node { min-width: 100px; display: inline-block; padding: 0 8px; } .node-text { min-width: 85px; max-width: 20vw; vertical-align: bottom; overflow: visible; white-space: normal; word-wrap: break-word; text-align: justify; padding: 0 4px; border-bottom: 1px solid grey; } .node-expander { position: relative; right: 12px; margin-right: 5px; max-width: 1px; display: inline-block; text-align: center; z-index: 1; } ul::before { content: ''; position: absolute; border-top: 1px solid grey; top: 50%; left: -12px; width: 12px; z-index: -1; } li::before { content: ''; position: absolute; border-left: 1px solid grey; height: 100%; z-index: -1; } li:only-child::before { display: none; } li:last-child::before, li:first-child::before { content: ''; position: absolute; width: 8px; height: 50%; z-index: -1; } li:first-child::before { border-top: 1px solid grey; border-radius: 5px 0 0 0; top: 50%; } li:last-child::before { border-bottom: 1px solid grey; border-radius: 0 0 0 5px; height: calc(50% + 1px); bottom: 50%; margin-bottom: -1px; } li:not(:first-child):not(:last-child)::after, li:only-child::after { content: ''; position: absolute; width: 8px; border-top: 1px solid grey; top: 50%; left: 0; z-index: -1; } .node-text::before { content: ''; position: absolute; bottom: 0; left: 0; height: calc(50% - 10px); border-left: 1px solid grey; border-radius: 5px; } .tree-text { padding-top: 10px; }
0.630002
0.113826
body { background: black; /*background: #2575fc; background: -webkit-linear-gradient(left, #6a11cb, #2575fc); background: -o-linear-gradient(left, #6a11cb, #2575fc); background: -moz-linear-gradient(left, #6a11cb, #2575fc); background: linear-gradient(left, #6a11cb, #2575fc); */ } h1,h2,h3,h4 { color: #ffff; } .chat-list { padding: 0; font-size: .8rem; } .chat-list li { margin-bottom: 10px; overflow: auto; color: black; } .chat-list .chat-img { float: left; width: 48px; } .chat-list .chat-img img { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; width: 100%; } .chat-list .chat-message { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background: #2575fc; display: inline-block; padding: 10px 20px; position: relative; } .chat-list .chat-message:before { content: ""; position: absolute; top: 15px; width: 0; height: 0; } .chat-list .chat-message h5 { margin: 0 0 5px 0; font-weight: 600; line-height: 100%; font-size: .9rem; } .chat-list .chat-message p { line-height: 18px; margin: 0; padding: 0; } .chat-list .chat-body { margin-left: 20px; float: left; width: 70%; } .chat-list .in .chat-message:before { left: -12px; border-bottom: 20px solid transparent; border-right: 20px solid #2575fc; } .chat-list .out .chat-img { float: right; } .chat-list .out .chat-body { float: right; margin-right: 20px; text-align: right; } .chat-list .out .chat-message { background: #6a11cb; } .chat-list .out .chat-message:before { right: -12px; border-bottom: 20px solid transparent; border-left: 20px solid #6a11cb; } .card .card-header:first-child { -webkit-border-radius: 0.3rem 0.3rem 0 0; -moz-border-radius: 0.3rem 0.3rem 0 0; border-radius: 0.3rem 0.3rem 0 0; } .card .card-header { background: #2575fc; border: 0; font-size: 1rem; padding: .65rem 1rem; position: relative; font-weight: 600; color: #ffffff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font: 13px Helvetica, Arial; } #form2 { background: -webkit-linear-gradient(left, #6a11cb, #2575fc); padding: 3px; position: fixed; bottom: 0; width: 100%; } #form2 input { border: 0; padding: 10px; width: 90%; margin-right: .5%; } #form2 #button2 { width: 9%; background: #2575fc; border: none; padding: 10px; } #messages { list-style-type: none; margin: 0; padding: 0; } #messages li { padding: 5px 10px; } #messages li:nth-child(odd) { background: black; } #messages { margin-bottom: 40px } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #2575fc; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: black; display: block; transition: 0.3s; } .sidenav a:hover { color: #f1f1f1; } .sidenav #selectRoom { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: black; display: block; transition: 0.3s; background-color: #2575fc ; } .sidenav #selectRoom:hover { color: #f1f1f1; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} }
Webcontents/mystyle.css
body { background: black; /*background: #2575fc; background: -webkit-linear-gradient(left, #6a11cb, #2575fc); background: -o-linear-gradient(left, #6a11cb, #2575fc); background: -moz-linear-gradient(left, #6a11cb, #2575fc); background: linear-gradient(left, #6a11cb, #2575fc); */ } h1,h2,h3,h4 { color: #ffff; } .chat-list { padding: 0; font-size: .8rem; } .chat-list li { margin-bottom: 10px; overflow: auto; color: black; } .chat-list .chat-img { float: left; width: 48px; } .chat-list .chat-img img { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; width: 100%; } .chat-list .chat-message { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background: #2575fc; display: inline-block; padding: 10px 20px; position: relative; } .chat-list .chat-message:before { content: ""; position: absolute; top: 15px; width: 0; height: 0; } .chat-list .chat-message h5 { margin: 0 0 5px 0; font-weight: 600; line-height: 100%; font-size: .9rem; } .chat-list .chat-message p { line-height: 18px; margin: 0; padding: 0; } .chat-list .chat-body { margin-left: 20px; float: left; width: 70%; } .chat-list .in .chat-message:before { left: -12px; border-bottom: 20px solid transparent; border-right: 20px solid #2575fc; } .chat-list .out .chat-img { float: right; } .chat-list .out .chat-body { float: right; margin-right: 20px; text-align: right; } .chat-list .out .chat-message { background: #6a11cb; } .chat-list .out .chat-message:before { right: -12px; border-bottom: 20px solid transparent; border-left: 20px solid #6a11cb; } .card .card-header:first-child { -webkit-border-radius: 0.3rem 0.3rem 0 0; -moz-border-radius: 0.3rem 0.3rem 0 0; border-radius: 0.3rem 0.3rem 0 0; } .card .card-header { background: #2575fc; border: 0; font-size: 1rem; padding: .65rem 1rem; position: relative; font-weight: 600; color: #ffffff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font: 13px Helvetica, Arial; } #form2 { background: -webkit-linear-gradient(left, #6a11cb, #2575fc); padding: 3px; position: fixed; bottom: 0; width: 100%; } #form2 input { border: 0; padding: 10px; width: 90%; margin-right: .5%; } #form2 #button2 { width: 9%; background: #2575fc; border: none; padding: 10px; } #messages { list-style-type: none; margin: 0; padding: 0; } #messages li { padding: 5px 10px; } #messages li:nth-child(odd) { background: black; } #messages { margin-bottom: 40px } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #2575fc; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: black; display: block; transition: 0.3s; } .sidenav a:hover { color: #f1f1f1; } .sidenav #selectRoom { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: black; display: block; transition: 0.3s; background-color: #2575fc ; } .sidenav #selectRoom:hover { color: #f1f1f1; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} }
0.276691
0.075687
:root { --primary-color: #822cec; --editor-bg: #f9f9f9; } [data-theme="dark"] { --primary-color: #822cec; --editor-bg: #2d2d2d; } [data-theme="dark"] .codeflask { background: var(--editor-bg); } [data-theme="dark"] .codeflask.codeflask--has-line-numbers:before { background: #363636; } [data-theme="dark"] .codeflask__lines__line { color: #fff; } [data-theme="dark"] .codeflask__textarea { color: #333; } .repl-wrapper { max-width: 1600px; font-family: Arial; border: 2px solid var(--editor-bg); border-radius: 4px; margin: 0 auto; } .repl-options { background: var(--editor-bg); padding: 12px 10px; } .repl-options-framework div { display: inline-block; } .repl-options-right { display: flex; width: 50%; margin-left: 50%; justify-content: space-between; } .repl-options select { position: relative; background: #fff; color: var(--primary-color); font-size: 0.9em; padding: 5px; border: 0; border-radius: 3px; } .repl-options label { color: #aaa; display: inline-block; border-radius: 3px; padding: 5px 10px; margin: 0 15px 0 0; } .repl-options input[type="radio"] { display: none; } .repl-options input[type="radio"]:checked ~ label { background: #fff; color: var(--primary-color); } .editor-wrapper { display: flex; } .editor-wrapper > div { flex: 1; position: relative; width: 100%; height: 500px; } .hide-css-tab { position: absolute; bottom: 0px; height: 20px; width: 100%; z-index: 10; } .hide-css-tab > div :nth-child(1) { display: none; } .show-css-tab { position: absolute; bottom: 0px; width: 100%; z-index: 10; height: 300px; animation: open-tab 0.8s; } .show-css-tab > div :nth-child(1){ display: block; } .css-tab-header { width: 100%; height: 20px; background-color: #ddd; cursor: pointer; border-top-left-radius: 6px; border-top-right-radius: 6px; } .javascript-editor { height: calc(100% - 20px); } .javascript-editor > div { height: calc(100% - 20px); } @-webkit-keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } } @-moz-keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } } @-o-keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } } @keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } }
packages/teleport-repl-component/src/components/editor/editor.css
:root { --primary-color: #822cec; --editor-bg: #f9f9f9; } [data-theme="dark"] { --primary-color: #822cec; --editor-bg: #2d2d2d; } [data-theme="dark"] .codeflask { background: var(--editor-bg); } [data-theme="dark"] .codeflask.codeflask--has-line-numbers:before { background: #363636; } [data-theme="dark"] .codeflask__lines__line { color: #fff; } [data-theme="dark"] .codeflask__textarea { color: #333; } .repl-wrapper { max-width: 1600px; font-family: Arial; border: 2px solid var(--editor-bg); border-radius: 4px; margin: 0 auto; } .repl-options { background: var(--editor-bg); padding: 12px 10px; } .repl-options-framework div { display: inline-block; } .repl-options-right { display: flex; width: 50%; margin-left: 50%; justify-content: space-between; } .repl-options select { position: relative; background: #fff; color: var(--primary-color); font-size: 0.9em; padding: 5px; border: 0; border-radius: 3px; } .repl-options label { color: #aaa; display: inline-block; border-radius: 3px; padding: 5px 10px; margin: 0 15px 0 0; } .repl-options input[type="radio"] { display: none; } .repl-options input[type="radio"]:checked ~ label { background: #fff; color: var(--primary-color); } .editor-wrapper { display: flex; } .editor-wrapper > div { flex: 1; position: relative; width: 100%; height: 500px; } .hide-css-tab { position: absolute; bottom: 0px; height: 20px; width: 100%; z-index: 10; } .hide-css-tab > div :nth-child(1) { display: none; } .show-css-tab { position: absolute; bottom: 0px; width: 100%; z-index: 10; height: 300px; animation: open-tab 0.8s; } .show-css-tab > div :nth-child(1){ display: block; } .css-tab-header { width: 100%; height: 20px; background-color: #ddd; cursor: pointer; border-top-left-radius: 6px; border-top-right-radius: 6px; } .javascript-editor { height: calc(100% - 20px); } .javascript-editor > div { height: calc(100% - 20px); } @-webkit-keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } } @-moz-keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } } @-o-keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } } @keyframes open-tab { 0% { height: 20px; } 100% { height: 300px; } }
0.401453
0.130784
body{ background: #D8D7D7; } .container { /*max-width: 50rem;*/ padding-left: 1rem; padding-right: 1rem; margin-left: auto; margin-right: auto; } .posts{ } .page, .post { margin-bottom: 2em; background: white; padding: 1em; font-size: 125%; font-weight: 300; line-height: 1.5em; } /* Blog post or page title */ .page-title, .post-title, .post-title a { color: #303030; } .page-title, .post-title { margin-bottom: 5px; font-size: 2.0em; line-height: 1.2em; text-align: left; } /* Meta data line below post title */ post-meta { margin-bottom: 20px; margin:auto; padding:auto; color: #999; } .author{ } .post-date { /*display: block;*/ display: inline; margin: 0px 7px; white-space: nowrap; margin-bottom: 1rem; color: #9a9a9a; } .post-footer{ margin-top:2em; } /* Related posts */ .related { padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid #eee; } .related-posts { padding-left: 0; list-style: none; } .related-posts h3 { margin-top: 0; } .related-posts li small { font-size: 75%; color: #999; } .related-posts li a:hover { color: #268bd2; text-decoration: none; } .related-posts li a:hover small { color: inherit; } /* Special case the opening paragraph */ .post > .embed-responsive + p { margin-top: 2rem; font-size: 125%; font-weight: 300; color: #222; } /* * Pagination * * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when * there are no more previous or next posts to show. */ .pagination { overflow: hidden; /* clearfix */ margin-left: -1rem; margin-right: -1rem; color: #ccc; text-align: center; } /* Pagination items can be `span`s or `a`s */ .pagination-item { position: relative; display: block; padding: 1rem; border: 1px solid #eee; } .pagination-item:first-child { margin-bottom: -1px; } /* Only provide a hover state for linked pagination items */ a.pagination-item:hover { z-index: 2; color: #fff; text-decoration: none; background-color: #268bd2; border-color: #268bd2; } @media (min-width: 30em) { .pagination { margin: 3rem 0; } .pagination-item { float: left; width: 50%; } .pagination-item:first-child { margin-bottom: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination-item:last-child { margin-left: -1px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } }
public/css/post.css
body{ background: #D8D7D7; } .container { /*max-width: 50rem;*/ padding-left: 1rem; padding-right: 1rem; margin-left: auto; margin-right: auto; } .posts{ } .page, .post { margin-bottom: 2em; background: white; padding: 1em; font-size: 125%; font-weight: 300; line-height: 1.5em; } /* Blog post or page title */ .page-title, .post-title, .post-title a { color: #303030; } .page-title, .post-title { margin-bottom: 5px; font-size: 2.0em; line-height: 1.2em; text-align: left; } /* Meta data line below post title */ post-meta { margin-bottom: 20px; margin:auto; padding:auto; color: #999; } .author{ } .post-date { /*display: block;*/ display: inline; margin: 0px 7px; white-space: nowrap; margin-bottom: 1rem; color: #9a9a9a; } .post-footer{ margin-top:2em; } /* Related posts */ .related { padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid #eee; } .related-posts { padding-left: 0; list-style: none; } .related-posts h3 { margin-top: 0; } .related-posts li small { font-size: 75%; color: #999; } .related-posts li a:hover { color: #268bd2; text-decoration: none; } .related-posts li a:hover small { color: inherit; } /* Special case the opening paragraph */ .post > .embed-responsive + p { margin-top: 2rem; font-size: 125%; font-weight: 300; color: #222; } /* * Pagination * * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when * there are no more previous or next posts to show. */ .pagination { overflow: hidden; /* clearfix */ margin-left: -1rem; margin-right: -1rem; color: #ccc; text-align: center; } /* Pagination items can be `span`s or `a`s */ .pagination-item { position: relative; display: block; padding: 1rem; border: 1px solid #eee; } .pagination-item:first-child { margin-bottom: -1px; } /* Only provide a hover state for linked pagination items */ a.pagination-item:hover { z-index: 2; color: #fff; text-decoration: none; background-color: #268bd2; border-color: #268bd2; } @media (min-width: 30em) { .pagination { margin: 3rem 0; } .pagination-item { float: left; width: 50%; } .pagination-item:first-child { margin-bottom: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination-item:last-child { margin-left: -1px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } }
0.559771
0.069985
@font-face { font-family: Roboto Bold; font-weight: 700; font-style: normal; src: url('../media/fonts/Roboto-Bold.ttf'); } @font-face { font-family: Roboto MediumItalic; font-style:italic; font-weight: 500; src: url('../media/fonts/Roboto-MediumItalic.ttf'); } @font-face { font-family: Roboto BoldItalic; font-weight: 700; font-style:italic; src: url('../media/fonts/Roboto-BoldItalic.ttf'); } @font-face { font-family: Roboto LightItalic; font-weight: 300; font-style:italic; src: url('../media/fonts/Roboto-LightItalic.ttf'); } @font-face { font-family: Roboto ThinItalic; font-weight: 100; font-style:italic; src: url('../media/fonts/Roboto-ThinItalic.ttf'); } @font-face { font-family: Roboto Regular; font-weight: 400; font-style:normal; src: url('../media/fonts/Roboto-Regular.ttf'); } *, *::before, *::after { box-sizing: border-box; } a { text-decoration: none; } a:hover { text-decoration: underline; } a:visited{ text-decoration: none; color: #fff; } li { list-style-type: none; } button:hover { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } button:active { opacity: 0.7; } body, html { scroll-behavior: smooth; overflow-x: hidden; } body { margin: 0; background-color: #fff; color: #626262; font-family: Roboto, sans-serif; font-size: 18px; /*line-height: 1.5;*/ font-weight: 500; } .wrapper { max-width: 1920px; margin: 0 auto; } .container { max-width: 1200px; margin: 0 auto; } header { /*background-color: #042750;*/ background-color: #0070f3; max-height: 80px; } header .header__logo { width: 150px; height: 60px; } .header-info { display: flex; justify-content: space-between; align-items: center; } .nav-list { display: flex; } .nav-list__item { margin-left: 30px; } .nav-list__link, .nav-list__link:visited { color: #fff; font-family: Roboto LightItalic; font-size: 20px; } .nav-list__link:hover { text-decoration: underline; } .search-tickets { background-image: url(../media/img/96-963589_airbus-a320-wallpaper-airbus-a320-wallpaper-hd.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; max-height: 970px; width: 100%; } .search-tickets__header .search-tickets__title { margin: 0px; font-family: Roboto Bold; font-size: 120px; color: #FFFFFF; -webkit-text-stroke-width: 6px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); letter-spacing: -6px; } .search-tickets__header .search-tickets__subtitle { margin: 0px; font-family: Roboto MediumItalic; font-size: 40px; color: #FFFFFF; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .tickets { height: 970px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; } .search-tickets__form { text-align: left; } .search-tickets__form-desc{ margin-bottom: 0; font-size: 20px; font-family: Roboto BoldItalic; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .seacrh-tickets__form-fields{ display: flex; } .seacrh-tickets__form-fields input { min-height: 50px; } .seacrh-tickets__btn { margin-left: 6px; border-radius: 10px; border: 3px solid #fff; background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .seacrh-tickets__form-fields input::placeholder { font-family: Roboto ThinItalic; color: #000; font-size: 16px; } .principals { background-image: url(../media/img/rules/cloud_010.png); background-repeat: no-repeat; background-size: cover; background-position: top bottom; background-color: #0070f3;; } .principals-info { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #000; } .principals-info #plane { width: 270px; height: 260px; transform: rotate(-15.36deg); transition: all 0.5s ease-out; } .principals-info #plane:hover { transform: rotate(15.36deg); } .principals-info img { max-width: 270px; height: auto; border-radius: 15%; } .outer-circle{ position: relative; width: 150px; height: 150px; background-color: #fff; border: 1px solid #000; border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1; } .mid-circle{ position: absolute; top: 50%; left: 50%; margin: -60px 0px 0px -60px; width: 120px; height: 120px; background-color: #C4C4C4; border-radius: 50%; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1; } .inner-circle { padding-top: 10px; text-align: center; position: absolute; top: 50%; left: 50%; margin: -45px 0px 0px -45px; width: 90px; height: 90px; background-color: #c560e4; border-radius: 50%; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1; transition: all 0.5s ease-out; } .inner-circle p { margin: 0; font-size: 60px; font-family: Roboto Bold; } .billet { position: absolute; left: 100px; top: 20px; width: 400px; height: 100px; background-color: #fff; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); border-radius: 0 50px 50px 0; z-index: 0; transition: all 0.5s ease-out; } .billet:hover { box-shadow: 0 20px 10px rgba(0,0,0,0.5); } .billet-inner { align-items: center; display: flex; justify-content: center; position: absolute; left: 0px; top: 10px; width: 383px; height: 80px; background-color: rgb(224, 224, 224); border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); border-radius: 0 50px 50px 0; z-index: 0; padding: 8%; } .first-princip, .second-princip, .third-princip { display: flex; justify-content: space-between; align-items: center; transition: all 0.5s ease-out; } .second-princip img:hover, .third-princip img:hover { transform: rotate(-10deg); box-shadow: 30px 0 20px rgba(0,0,0,0.5); } .billet-one { min-width: 550px; margin: 25px; transition: all 0.5s ease-out; } .inner-circle:hover { background-color: rgba(16, 255, 16, 0.582); } .promo { background-color: #b6d8ffba;; } .promotions { display: flex; flex-direction: column; justify-content: center; align-items: center; } .promotions #heart { font-size: 120px; color: red; transition: all 0.5s ease-out; } .promotions #heart:hover { transform: scale(2); color: rgb(255, 0, 128); } .promo__cards { display: flex; justify-content: space-between; align-items: center; } .promo__card { background-color: rgb(255, 255, 255); max-width: 300px; min-height: 513px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; border-radius: 15px; margin: 25px; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); transition: all 0.5s ease-out; } .promo__card:hover { transform: scale(1.1); box-shadow: 10px 0 20px rgba(0,0,0,0.5); } .promo__card img { border-radius: 15px 15px 0 0; width: 300px; height: 215px; border: 1px solid #000; } .promo__card .promo-title { margin-left: 10px; margin-top: 5px; margin-bottom: 10px; font-family: Roboto Bold; font-size: 25px; color: #000; } .promo__card .promo-text { margin: 0; padding: 15px; font-family: Roboto MediumItalic; font-size: 14px; } .promo__card .promo-btn { width: 280px; height: 45px; margin-bottom: 10px; background: #0070f3; border-radius: 16px; color: #fff; font-family: Roboto MediumItalic; font-size: 18px; } .trust { margin: 0; color:#000; background-color: #0070f3;;; /*min-height: 600px;*/ } /*.trust .background-cloud { transform: scale(1.5); max-width: 1100px; height: 600px; position: absolute; top: -170px; left: 200px; z-index: -1; }*/ .trust-info { display: flex; flex-direction: column; justify-content: center; align-items: center; } .trust-cards { display: flex; justify-content: space-around; } .trust-card { max-width: 300px; display: flex; flex-direction: column; border-radius: 15px; margin: 25px; transition: all 0.5s ease-out; } .trust-card:hover { box-shadow: 30px 0 20px rgba(0,0,0,0.5); } .trust-card p, h3 { margin: 5px 5px 0 0; color: #000; } .trust-cards img { border-radius: 0 15px 15px 0; width: 300px; min-height: 215px; box-shadow: 0 0 10px rgba(0,0,0,0.5); } .subscribe { background-image: url(../media/img/subscribe/road-trip\ \(1\).jpg); background-repeat: no-repeat; background-size: cover; background-position: left center; background-color: #0075fdba; max-height: 700px; transition: all 0.4s ease-out; } .subscribe:hover{ transform: scale(1.05); margin-bottom: 10px; } .subscribe-info { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; height: 500px; } .subscribe-info h2 { color: #fff; font-size: 70px; font-family: Roboto Bold; -webkit-text-stroke-width: 4px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); margin-bottom: 15px; } .subscribe__content { display: flex; flex-direction: column; justify-content: center; align-items: center; } .subscribe__form { display: flex; } .subscribe__form input, .subscribe__form button { min-height: 50px; min-width: 280px; } .subscribe__content .subscribe-btn { background: #0070f3; border: 3px solid #000000; font-family: Roboto; font-style: normal; font-weight: bold; font-size: 28px; text-align: center; color: #000000; } .subscribe__form input::placeholder { font-family: Roboto ThinItalic; color: #000; font-size: 20px; } footer { padding: 10px; background-color: #0251ad; text-align: center; color: #fff } footer p { margin: 0; font-family: Roboto Bold; font-size: 20px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .footer-links { display: flex; justify-content: center; align-items: center; } .footer-links a { margin: 5px; font-family: Roboto Bold; font-size: 20px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .login { position: relative; width: 100%; min-height: 100vh; } #blur-login-background{ position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; z-index: -1; filter: blur(5px); background-image: url(../media/img/login/airbus.jpg); background-repeat: no-repeat; background-size: cover; background-position: center bottom; } .login-info { min-height: 100vh; display: flex; justify-content: center; align-items: center; } .login__form{ display: flex; flex-direction: column; justify-content: space-around; min-height: 300px; } .login__form label { font-family: Roboto MediumItalic; font-size: 18px; color: #000; } .login__form input, .login__form button { flex: 0 0 50px; max-width: 300px; } .login__main { z-index: 1; display: flex; flex-direction: column; padding: 20px; border: 1px solid grey; border-radius: 7px; margin-right: 20px; background-color: rgb(214, 214, 214); margin-bottom: 10px; } .login__img { max-width: 420px; height: auto; transition: all 0.4s ease-out; } .login__img:hover { opacity: 0.7; } .login__btn { border-radius: 10px; border: 3px solid #fff; background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .registration { position: relative; width: 100%; min-height: 100vh; } #blur-registration-background{ position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; z-index: -1; filter: blur(5px); background-image: url(../media/img/registration/plan-road-trip-tips-ideas.jpg); background-repeat: no-repeat; background-size: cover; background-position: center bottom; } .registration-info { min-height: 100vh; display: flex; justify-content: center; align-items: center; } .registration__main-content { margin: 25px; font-family: Roboto MediumItalic; font-size: 20px; padding: 20px; text-align: center; border: 1px solid grey; color: #000; background-color: #c7d6f3; } .registration__form { display: flex; flex-direction: column; } .form-row { display: flex; justify-content: space-between; margin: 10px; } .registration__form input { min-height: 40px; min-width: 200px; margin-left: 20px; } .registration__title { font-family: Roboto Bold; font-size: 35px; color: #fff; min-height: 70px; margin-top: 0; background-color: #0070f3;; border: 1px solid black; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .registration__btn { min-height: 40px; min-width: 200px; margin-top: 20px; border-radius: 10px; border: 3px solid #fff; background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .reg-link a{ font-family: Roboto Bold; font-size: 20px; color: #fff; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; } .search-result { background-color: #0070f3; } .search-result h2 { color: #fff; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .search-result-info { min-height: 100vh; padding: 0 30px 30px 30px; } .search-result__flight-card { font-family: Roboto MediumItalic; font-size: 20px; color: #000; max-width: 950px; min-width: 400px; margin-top: 25px; display: flex; border: 1px solid #0478ff; background-color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; justify-content: space-between; } .search-result__flight-card p { margin: 5px; } .flight-data-time-info > div, .flight-details > p { margin-right: 12px; margin-left: 12px; } /* .search-result__flight-card > div, .flight-card-info > div, .flight-data-time-info > div{ margin-right: 25px; }*/ .flight-card-info { width: 100%; display: flex; border-radius: 10px; border: 2px solid #0478ff; } .flight-card-desc { display: flex; flex-direction: column; padding: 3px; border-radius: 10px; border-right: 2px solid #0478ff; border-bottom: 2px solid #0478ff; } .flight-data-time-info { display: flex; } .flight-details { display: flex; border-bottom: 1px solid grey; } .flight-card-booking { background-color: rgb(128, 198, 255); margin: 0; flex-direction: column; display: flex; padding: 5px; border-radius: 10px; border: 2px solid #0478ff; justify-content: center; align-items: center; } .flight-card-probability { display: flex; flex-direction: column; justify-content: center; align-items:center; padding: 3px; border-radius: 10px; border-right: 2px solid #0478ff; border-left: 2px solid #0478ff; border-top: 2px solid #0478ff; } .flight-card-btn { margin-left: 6px; border-radius: 10px; border: 2px solid rgb(0, 0, 0); background-color: #09bd3f; font-family: Roboto Bold; font-size: 18px; color: #fff; } .flight-card__symbol { align-self: center; } .back-forth-flight { display: flex; flex-direction: column; align-items: flex-end; } .single-flight { display: flex; } .probability-diagram { justify-content: center; display: flex; } .probability-diagram svg { width: 50%; height: 50%; } .seat { background-image: url(../media/img/seat/CRJ-200-interior.jpg); background-repeat: no-repeat; background-size: cover; background-position: center bottom; } .seat-info { min-height: 100vh; display: flex; justify-content: center; align-items: center; } .seat__aircraft-layout { display: flex; flex-direction: column; align-items: center; justify-content: center; } .seat__layout { padding: 30px; background-color: #fff; width: 60%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px; border: 10px solid rgb(68 152 255); } .seat__layout .row { margin: 10px; display: flex; } .row .composition { display: flex; margin-right: 20px; } .seat-item { background-color: green; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #000; margin: 3px; } .seat-item:hover { transform: scale(1.25); border:1px solid rgb(255, 94, 0); } .salled{ background-color: rgb(100, 100, 100); border: 1px solid #fff; } .reserved { background-color: rgb(248, 149, 0); border: 1px solid #fff; } .seat__legend { margin-top: 25px; display: flex; border-top: 1px solid #000; flex-direction: column; } .seat__legend-mark { display: flex; } .seat__title { margin-bottom: 0; font-family: Roboto Bold; color: #fff; font-size: 45px; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .seat__subtitle { margin-bottom: 0; font-family: Roboto MediumItalic; color: #fff; font-size: 35px; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .booking { background-color: #eff1f4; } .booking-info { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: Roboto Regular; } .booking-info__form { width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: baseline; margin-bottom: 20px; } .booking-info__form fieldset { width: 100%; } .booking-info__flight { display: flex; align-items: baseline; background-color: #fbfbfb; padding: 5px; border: 1px solid blue; border-radius: 5px; } .booking-info__passenger { display: flex; flex-direction: column; align-items: baseline; background-color: #fbfbfb; padding: 5px; border: 1px solid blue; border-radius: 5px; } .booking-info__flight > * { display: flex; flex-direction: column; align-items: baseline; margin-right: 35px; } .booking-info__form fieldset { display: flex; flex-direction: column; } .passenger-add { align-self: flex-end; } .booking-info__form input, .booking-info__form button { min-height: 35px; min-width: 200px; margin: 10px; } .booking-info__controls { display: flex; } .booking-info__btn { margin-left: 6px; border-radius: 10px; border: 2px solid rgb(0, 0, 0); background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .booking-managment-info { padding: 30px; display: flex; flex-direction: column; } .booking-managment__flight-details { display: flex; /*width:80%;*/ } .booking-managment__btn { margin-left: 6px; border-radius: 10px; border: 2px solid rgb(0, 0, 0); background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .booking-managment__flight-from-to { display: flex; justify-content: space-between; } .booking-managment__flight-from-to p{ margin-right: 12px; margin-left: 12px; margin-top: 0; margin-bottom: 0; } .booking-managment-passanger { padding: 20px; border-radius: 10px; border: 2px solid #0478ff; } .booking-managment-info h3 { margin: 30px 0; } .booking-managment-passanger__head::before { content: "☕"; } .profile-info { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 71rem; } .profile__header { display: flex; justify-content: center; align-items: center; } .personal-data__header { padding: .75rem; background-color: #f1f2f8; font-family: Roboto Bold; color: #000; font-size: 1rem; text-align: left; line-height: 1.25rem; } .profile__personal-data { max-width: 37rem; width: 70%; margin: 15px; } .personal-data__field { font-family: Robot LightItalic; font-size: .75rem; line-height: 1rem; color: #b2b2bf; } .personal-data__value { font-family: Robot Regular; font-size: 1.5rem; line-height: 1.9375rem; color: #000; margin: 0; } .personal-data__content { padding: .375rem .75rem .75rem; } .profile__booking-item { padding: .375rem .75rem .75rem; border-bottom: 1px solid grey; } .booking-code { padding: .75rem; background-color: #cecfd0;; font-family: Roboto Bold; color: #000; font-size: 1rem; text-align: left; line-height: 1.25rem; } .profile__logout-btn { margin-left: 10px; margin-left: 6px; border-radius: 10px; border: 2px solid #0070f3; color: #0070f3; background-color: #fff; font-family: Roboto Bold; font-size: 18px; } @media screen and (max-width: 730px) { .header-info { flex-direction: column; } header { min-height: 210px; } .nav-list { flex-direction: column; } .seacrh-tickets__form-fields { flex-direction: column; min-width: 300px; } .search-tickets__header .search-tickets__title { font-size: 60px; -webkit-text-stroke-width: 4px; } .search-tickets__header .search-tickets__subtitle { font-size: 20px; -webkit-text-stroke-width: 1px; } .tickets { height: auto; padding-bottom: 20px; } .search-tickets__form { text-align: center; } .first-princip, .second-princip, .third-princip { flex-direction: column; } .promo__cards { flex-direction: column; } .trust-cards { flex-direction: column; } .subscribe__form { flex-direction: column; margin-bottom: 35px; } .subscribe__content h2 { margin-top: 25px; font-size: 55px; -webkit-text-stroke-width: 3px; } .footer-links { flex-direction: column; } .first-princip, .second-princip, .third-princip { margin-left: 50px; margin-right: 50px; } .login-info { flex-direction: column; padding: 20px; } .search-result__flight-card { flex-direction: column; font-size: 14px; } .flight-card__symbol { display: none; } .booking-info__flight { flex-direction: column; } .booking-info__flight > * { margin-right: 0; } .booking-info__controls { flex-direction: column; } .passenger-add { align-self: center; } .single-flight { flex-direction: column; } .flight-card-probability { border-bottom: 2px solid #0070f3; border-radius: 5px; } }
css/style.css
@font-face { font-family: Roboto Bold; font-weight: 700; font-style: normal; src: url('../media/fonts/Roboto-Bold.ttf'); } @font-face { font-family: Roboto MediumItalic; font-style:italic; font-weight: 500; src: url('../media/fonts/Roboto-MediumItalic.ttf'); } @font-face { font-family: Roboto BoldItalic; font-weight: 700; font-style:italic; src: url('../media/fonts/Roboto-BoldItalic.ttf'); } @font-face { font-family: Roboto LightItalic; font-weight: 300; font-style:italic; src: url('../media/fonts/Roboto-LightItalic.ttf'); } @font-face { font-family: Roboto ThinItalic; font-weight: 100; font-style:italic; src: url('../media/fonts/Roboto-ThinItalic.ttf'); } @font-face { font-family: Roboto Regular; font-weight: 400; font-style:normal; src: url('../media/fonts/Roboto-Regular.ttf'); } *, *::before, *::after { box-sizing: border-box; } a { text-decoration: none; } a:hover { text-decoration: underline; } a:visited{ text-decoration: none; color: #fff; } li { list-style-type: none; } button:hover { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } button:active { opacity: 0.7; } body, html { scroll-behavior: smooth; overflow-x: hidden; } body { margin: 0; background-color: #fff; color: #626262; font-family: Roboto, sans-serif; font-size: 18px; /*line-height: 1.5;*/ font-weight: 500; } .wrapper { max-width: 1920px; margin: 0 auto; } .container { max-width: 1200px; margin: 0 auto; } header { /*background-color: #042750;*/ background-color: #0070f3; max-height: 80px; } header .header__logo { width: 150px; height: 60px; } .header-info { display: flex; justify-content: space-between; align-items: center; } .nav-list { display: flex; } .nav-list__item { margin-left: 30px; } .nav-list__link, .nav-list__link:visited { color: #fff; font-family: Roboto LightItalic; font-size: 20px; } .nav-list__link:hover { text-decoration: underline; } .search-tickets { background-image: url(../media/img/96-963589_airbus-a320-wallpaper-airbus-a320-wallpaper-hd.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; max-height: 970px; width: 100%; } .search-tickets__header .search-tickets__title { margin: 0px; font-family: Roboto Bold; font-size: 120px; color: #FFFFFF; -webkit-text-stroke-width: 6px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); letter-spacing: -6px; } .search-tickets__header .search-tickets__subtitle { margin: 0px; font-family: Roboto MediumItalic; font-size: 40px; color: #FFFFFF; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .tickets { height: 970px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; } .search-tickets__form { text-align: left; } .search-tickets__form-desc{ margin-bottom: 0; font-size: 20px; font-family: Roboto BoldItalic; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .seacrh-tickets__form-fields{ display: flex; } .seacrh-tickets__form-fields input { min-height: 50px; } .seacrh-tickets__btn { margin-left: 6px; border-radius: 10px; border: 3px solid #fff; background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .seacrh-tickets__form-fields input::placeholder { font-family: Roboto ThinItalic; color: #000; font-size: 16px; } .principals { background-image: url(../media/img/rules/cloud_010.png); background-repeat: no-repeat; background-size: cover; background-position: top bottom; background-color: #0070f3;; } .principals-info { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #000; } .principals-info #plane { width: 270px; height: 260px; transform: rotate(-15.36deg); transition: all 0.5s ease-out; } .principals-info #plane:hover { transform: rotate(15.36deg); } .principals-info img { max-width: 270px; height: auto; border-radius: 15%; } .outer-circle{ position: relative; width: 150px; height: 150px; background-color: #fff; border: 1px solid #000; border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1; } .mid-circle{ position: absolute; top: 50%; left: 50%; margin: -60px 0px 0px -60px; width: 120px; height: 120px; background-color: #C4C4C4; border-radius: 50%; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1; } .inner-circle { padding-top: 10px; text-align: center; position: absolute; top: 50%; left: 50%; margin: -45px 0px 0px -45px; width: 90px; height: 90px; background-color: #c560e4; border-radius: 50%; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1; transition: all 0.5s ease-out; } .inner-circle p { margin: 0; font-size: 60px; font-family: Roboto Bold; } .billet { position: absolute; left: 100px; top: 20px; width: 400px; height: 100px; background-color: #fff; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); border-radius: 0 50px 50px 0; z-index: 0; transition: all 0.5s ease-out; } .billet:hover { box-shadow: 0 20px 10px rgba(0,0,0,0.5); } .billet-inner { align-items: center; display: flex; justify-content: center; position: absolute; left: 0px; top: 10px; width: 383px; height: 80px; background-color: rgb(224, 224, 224); border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); border-radius: 0 50px 50px 0; z-index: 0; padding: 8%; } .first-princip, .second-princip, .third-princip { display: flex; justify-content: space-between; align-items: center; transition: all 0.5s ease-out; } .second-princip img:hover, .third-princip img:hover { transform: rotate(-10deg); box-shadow: 30px 0 20px rgba(0,0,0,0.5); } .billet-one { min-width: 550px; margin: 25px; transition: all 0.5s ease-out; } .inner-circle:hover { background-color: rgba(16, 255, 16, 0.582); } .promo { background-color: #b6d8ffba;; } .promotions { display: flex; flex-direction: column; justify-content: center; align-items: center; } .promotions #heart { font-size: 120px; color: red; transition: all 0.5s ease-out; } .promotions #heart:hover { transform: scale(2); color: rgb(255, 0, 128); } .promo__cards { display: flex; justify-content: space-between; align-items: center; } .promo__card { background-color: rgb(255, 255, 255); max-width: 300px; min-height: 513px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; border-radius: 15px; margin: 25px; border: 1px solid #000; box-shadow: 0 0 10px rgba(0,0,0,0.5); transition: all 0.5s ease-out; } .promo__card:hover { transform: scale(1.1); box-shadow: 10px 0 20px rgba(0,0,0,0.5); } .promo__card img { border-radius: 15px 15px 0 0; width: 300px; height: 215px; border: 1px solid #000; } .promo__card .promo-title { margin-left: 10px; margin-top: 5px; margin-bottom: 10px; font-family: Roboto Bold; font-size: 25px; color: #000; } .promo__card .promo-text { margin: 0; padding: 15px; font-family: Roboto MediumItalic; font-size: 14px; } .promo__card .promo-btn { width: 280px; height: 45px; margin-bottom: 10px; background: #0070f3; border-radius: 16px; color: #fff; font-family: Roboto MediumItalic; font-size: 18px; } .trust { margin: 0; color:#000; background-color: #0070f3;;; /*min-height: 600px;*/ } /*.trust .background-cloud { transform: scale(1.5); max-width: 1100px; height: 600px; position: absolute; top: -170px; left: 200px; z-index: -1; }*/ .trust-info { display: flex; flex-direction: column; justify-content: center; align-items: center; } .trust-cards { display: flex; justify-content: space-around; } .trust-card { max-width: 300px; display: flex; flex-direction: column; border-radius: 15px; margin: 25px; transition: all 0.5s ease-out; } .trust-card:hover { box-shadow: 30px 0 20px rgba(0,0,0,0.5); } .trust-card p, h3 { margin: 5px 5px 0 0; color: #000; } .trust-cards img { border-radius: 0 15px 15px 0; width: 300px; min-height: 215px; box-shadow: 0 0 10px rgba(0,0,0,0.5); } .subscribe { background-image: url(../media/img/subscribe/road-trip\ \(1\).jpg); background-repeat: no-repeat; background-size: cover; background-position: left center; background-color: #0075fdba; max-height: 700px; transition: all 0.4s ease-out; } .subscribe:hover{ transform: scale(1.05); margin-bottom: 10px; } .subscribe-info { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; height: 500px; } .subscribe-info h2 { color: #fff; font-size: 70px; font-family: Roboto Bold; -webkit-text-stroke-width: 4px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); margin-bottom: 15px; } .subscribe__content { display: flex; flex-direction: column; justify-content: center; align-items: center; } .subscribe__form { display: flex; } .subscribe__form input, .subscribe__form button { min-height: 50px; min-width: 280px; } .subscribe__content .subscribe-btn { background: #0070f3; border: 3px solid #000000; font-family: Roboto; font-style: normal; font-weight: bold; font-size: 28px; text-align: center; color: #000000; } .subscribe__form input::placeholder { font-family: Roboto ThinItalic; color: #000; font-size: 20px; } footer { padding: 10px; background-color: #0251ad; text-align: center; color: #fff } footer p { margin: 0; font-family: Roboto Bold; font-size: 20px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .footer-links { display: flex; justify-content: center; align-items: center; } .footer-links a { margin: 5px; font-family: Roboto Bold; font-size: 20px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .login { position: relative; width: 100%; min-height: 100vh; } #blur-login-background{ position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; z-index: -1; filter: blur(5px); background-image: url(../media/img/login/airbus.jpg); background-repeat: no-repeat; background-size: cover; background-position: center bottom; } .login-info { min-height: 100vh; display: flex; justify-content: center; align-items: center; } .login__form{ display: flex; flex-direction: column; justify-content: space-around; min-height: 300px; } .login__form label { font-family: Roboto MediumItalic; font-size: 18px; color: #000; } .login__form input, .login__form button { flex: 0 0 50px; max-width: 300px; } .login__main { z-index: 1; display: flex; flex-direction: column; padding: 20px; border: 1px solid grey; border-radius: 7px; margin-right: 20px; background-color: rgb(214, 214, 214); margin-bottom: 10px; } .login__img { max-width: 420px; height: auto; transition: all 0.4s ease-out; } .login__img:hover { opacity: 0.7; } .login__btn { border-radius: 10px; border: 3px solid #fff; background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .registration { position: relative; width: 100%; min-height: 100vh; } #blur-registration-background{ position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; z-index: -1; filter: blur(5px); background-image: url(../media/img/registration/plan-road-trip-tips-ideas.jpg); background-repeat: no-repeat; background-size: cover; background-position: center bottom; } .registration-info { min-height: 100vh; display: flex; justify-content: center; align-items: center; } .registration__main-content { margin: 25px; font-family: Roboto MediumItalic; font-size: 20px; padding: 20px; text-align: center; border: 1px solid grey; color: #000; background-color: #c7d6f3; } .registration__form { display: flex; flex-direction: column; } .form-row { display: flex; justify-content: space-between; margin: 10px; } .registration__form input { min-height: 40px; min-width: 200px; margin-left: 20px; } .registration__title { font-family: Roboto Bold; font-size: 35px; color: #fff; min-height: 70px; margin-top: 0; background-color: #0070f3;; border: 1px solid black; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .registration__btn { min-height: 40px; min-width: 200px; margin-top: 20px; border-radius: 10px; border: 3px solid #fff; background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .reg-link a{ font-family: Roboto Bold; font-size: 20px; color: #fff; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; } .search-result { background-color: #0070f3; } .search-result h2 { color: #fff; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .search-result-info { min-height: 100vh; padding: 0 30px 30px 30px; } .search-result__flight-card { font-family: Roboto MediumItalic; font-size: 20px; color: #000; max-width: 950px; min-width: 400px; margin-top: 25px; display: flex; border: 1px solid #0478ff; background-color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; justify-content: space-between; } .search-result__flight-card p { margin: 5px; } .flight-data-time-info > div, .flight-details > p { margin-right: 12px; margin-left: 12px; } /* .search-result__flight-card > div, .flight-card-info > div, .flight-data-time-info > div{ margin-right: 25px; }*/ .flight-card-info { width: 100%; display: flex; border-radius: 10px; border: 2px solid #0478ff; } .flight-card-desc { display: flex; flex-direction: column; padding: 3px; border-radius: 10px; border-right: 2px solid #0478ff; border-bottom: 2px solid #0478ff; } .flight-data-time-info { display: flex; } .flight-details { display: flex; border-bottom: 1px solid grey; } .flight-card-booking { background-color: rgb(128, 198, 255); margin: 0; flex-direction: column; display: flex; padding: 5px; border-radius: 10px; border: 2px solid #0478ff; justify-content: center; align-items: center; } .flight-card-probability { display: flex; flex-direction: column; justify-content: center; align-items:center; padding: 3px; border-radius: 10px; border-right: 2px solid #0478ff; border-left: 2px solid #0478ff; border-top: 2px solid #0478ff; } .flight-card-btn { margin-left: 6px; border-radius: 10px; border: 2px solid rgb(0, 0, 0); background-color: #09bd3f; font-family: Roboto Bold; font-size: 18px; color: #fff; } .flight-card__symbol { align-self: center; } .back-forth-flight { display: flex; flex-direction: column; align-items: flex-end; } .single-flight { display: flex; } .probability-diagram { justify-content: center; display: flex; } .probability-diagram svg { width: 50%; height: 50%; } .seat { background-image: url(../media/img/seat/CRJ-200-interior.jpg); background-repeat: no-repeat; background-size: cover; background-position: center bottom; } .seat-info { min-height: 100vh; display: flex; justify-content: center; align-items: center; } .seat__aircraft-layout { display: flex; flex-direction: column; align-items: center; justify-content: center; } .seat__layout { padding: 30px; background-color: #fff; width: 60%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px; border: 10px solid rgb(68 152 255); } .seat__layout .row { margin: 10px; display: flex; } .row .composition { display: flex; margin-right: 20px; } .seat-item { background-color: green; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #000; margin: 3px; } .seat-item:hover { transform: scale(1.25); border:1px solid rgb(255, 94, 0); } .salled{ background-color: rgb(100, 100, 100); border: 1px solid #fff; } .reserved { background-color: rgb(248, 149, 0); border: 1px solid #fff; } .seat__legend { margin-top: 25px; display: flex; border-top: 1px solid #000; flex-direction: column; } .seat__legend-mark { display: flex; } .seat__title { margin-bottom: 0; font-family: Roboto Bold; color: #fff; font-size: 45px; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .seat__subtitle { margin-bottom: 0; font-family: Roboto MediumItalic; color: #fff; font-size: 35px; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .booking { background-color: #eff1f4; } .booking-info { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: Roboto Regular; } .booking-info__form { width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: baseline; margin-bottom: 20px; } .booking-info__form fieldset { width: 100%; } .booking-info__flight { display: flex; align-items: baseline; background-color: #fbfbfb; padding: 5px; border: 1px solid blue; border-radius: 5px; } .booking-info__passenger { display: flex; flex-direction: column; align-items: baseline; background-color: #fbfbfb; padding: 5px; border: 1px solid blue; border-radius: 5px; } .booking-info__flight > * { display: flex; flex-direction: column; align-items: baseline; margin-right: 35px; } .booking-info__form fieldset { display: flex; flex-direction: column; } .passenger-add { align-self: flex-end; } .booking-info__form input, .booking-info__form button { min-height: 35px; min-width: 200px; margin: 10px; } .booking-info__controls { display: flex; } .booking-info__btn { margin-left: 6px; border-radius: 10px; border: 2px solid rgb(0, 0, 0); background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .booking-managment-info { padding: 30px; display: flex; flex-direction: column; } .booking-managment__flight-details { display: flex; /*width:80%;*/ } .booking-managment__btn { margin-left: 6px; border-radius: 10px; border: 2px solid rgb(0, 0, 0); background-color: #0070f3; font-family: Roboto Bold; font-size: 18px; color: #fff; } .booking-managment__flight-from-to { display: flex; justify-content: space-between; } .booking-managment__flight-from-to p{ margin-right: 12px; margin-left: 12px; margin-top: 0; margin-bottom: 0; } .booking-managment-passanger { padding: 20px; border-radius: 10px; border: 2px solid #0478ff; } .booking-managment-info h3 { margin: 30px 0; } .booking-managment-passanger__head::before { content: "☕"; } .profile-info { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 71rem; } .profile__header { display: flex; justify-content: center; align-items: center; } .personal-data__header { padding: .75rem; background-color: #f1f2f8; font-family: Roboto Bold; color: #000; font-size: 1rem; text-align: left; line-height: 1.25rem; } .profile__personal-data { max-width: 37rem; width: 70%; margin: 15px; } .personal-data__field { font-family: Robot LightItalic; font-size: .75rem; line-height: 1rem; color: #b2b2bf; } .personal-data__value { font-family: Robot Regular; font-size: 1.5rem; line-height: 1.9375rem; color: #000; margin: 0; } .personal-data__content { padding: .375rem .75rem .75rem; } .profile__booking-item { padding: .375rem .75rem .75rem; border-bottom: 1px solid grey; } .booking-code { padding: .75rem; background-color: #cecfd0;; font-family: Roboto Bold; color: #000; font-size: 1rem; text-align: left; line-height: 1.25rem; } .profile__logout-btn { margin-left: 10px; margin-left: 6px; border-radius: 10px; border: 2px solid #0070f3; color: #0070f3; background-color: #fff; font-family: Roboto Bold; font-size: 18px; } @media screen and (max-width: 730px) { .header-info { flex-direction: column; } header { min-height: 210px; } .nav-list { flex-direction: column; } .seacrh-tickets__form-fields { flex-direction: column; min-width: 300px; } .search-tickets__header .search-tickets__title { font-size: 60px; -webkit-text-stroke-width: 4px; } .search-tickets__header .search-tickets__subtitle { font-size: 20px; -webkit-text-stroke-width: 1px; } .tickets { height: auto; padding-bottom: 20px; } .search-tickets__form { text-align: center; } .first-princip, .second-princip, .third-princip { flex-direction: column; } .promo__cards { flex-direction: column; } .trust-cards { flex-direction: column; } .subscribe__form { flex-direction: column; margin-bottom: 35px; } .subscribe__content h2 { margin-top: 25px; font-size: 55px; -webkit-text-stroke-width: 3px; } .footer-links { flex-direction: column; } .first-princip, .second-princip, .third-princip { margin-left: 50px; margin-right: 50px; } .login-info { flex-direction: column; padding: 20px; } .search-result__flight-card { flex-direction: column; font-size: 14px; } .flight-card__symbol { display: none; } .booking-info__flight { flex-direction: column; } .booking-info__flight > * { margin-right: 0; } .booking-info__controls { flex-direction: column; } .passenger-add { align-self: center; } .single-flight { flex-direction: column; } .flight-card-probability { border-bottom: 2px solid #0070f3; border-radius: 5px; } }
0.272799
0.056679
.status-bar-container { text-align: center; font-size: 0; margin-top: 65px; margin-bottom: 80px; } .status-bar-container .status-icon:first-child { width: 5%; min-width: 38px; } .status-bar-container .status-icon { display: inline-block; vertical-align: middle; width: 16%; text-align: right; position: relative; } .status-bar-container .status-icon p { font-size: 14px; position: absolute; top: 43px; text-align: center; right: -46px; width: 124px; color: #005a8b; } .status-bar-container .status-icon:before { content: ""; position: absolute; right: 0; width: 100%; border-top: 3px solid #c6c6c6; display: block; top: 50%; margin-top: -1.5px; } .status-bar-container .status-resolution-required:before { border-top-style: dashed; } .status-bar-container .status-icon:first-child:before { display: none; } .status-bar-container .status-icon:last-child { margin-right: 0; } .status-bar-container .status-icon span { color: #ffffff; font-size: 26px; display: inline-block; position: relative; z-index: 9; } .status-bar-container .status-icon span:after { content: ""; position: absolute; width: 48px; height: 48px; border-radius: 50%; background: #c6c6c6; z-index: -1; right: -7px; top: -10px; text-align: center; } .status-bar-container .status-icon .icon-assessment-complete:after, .status-bar-container .status-icon .icon-resolution-required:after { right: -13px; } .status-bar-container .status-icon .icon-flight-scheduled:after { right: -11px; } .status-bar-container .status-icon .icon-view-in-scanifly3D-white:after { right: -6px; } .status-icon.step-completed:before { background: #49d574; border-color: #49d574; } .status-icon.step-completed > p { font-family: 'Titillium Web', Helvetica, Arial, sans-serif; } .status-icon.step-completed span:after { background: #49d574; } @media(max-width: 990px) { .status-bar-container .status-icon { width: 18%; } .status-bar-container .status-icon p { right: -32px; width: 94px; } } @media(max-width: 767px) { .status-bar-container .status-icon { width: 17%; } } @media(max-width: 640px) { .status-bar-container .status-icon p { display: none; } .status-bar-container { margin-bottom: 70px; margin-top: 50px; } } @media(max-width: 480px) { .status-bar-container { margin-top: 70px; } .status-bar-container .status-icon p { display: block; width: 122px; right: -25px; } .status-bar-container .status-icon { display: none!important; } .status-bar-container .status-icon.step-completed.current-step { display: inline-block!important; text-align: center; } .status-bar-container .status-icon.step-completed.current-step:before { display: none; } }
public/modules/core/css/20.status-bar-container.css
.status-bar-container { text-align: center; font-size: 0; margin-top: 65px; margin-bottom: 80px; } .status-bar-container .status-icon:first-child { width: 5%; min-width: 38px; } .status-bar-container .status-icon { display: inline-block; vertical-align: middle; width: 16%; text-align: right; position: relative; } .status-bar-container .status-icon p { font-size: 14px; position: absolute; top: 43px; text-align: center; right: -46px; width: 124px; color: #005a8b; } .status-bar-container .status-icon:before { content: ""; position: absolute; right: 0; width: 100%; border-top: 3px solid #c6c6c6; display: block; top: 50%; margin-top: -1.5px; } .status-bar-container .status-resolution-required:before { border-top-style: dashed; } .status-bar-container .status-icon:first-child:before { display: none; } .status-bar-container .status-icon:last-child { margin-right: 0; } .status-bar-container .status-icon span { color: #ffffff; font-size: 26px; display: inline-block; position: relative; z-index: 9; } .status-bar-container .status-icon span:after { content: ""; position: absolute; width: 48px; height: 48px; border-radius: 50%; background: #c6c6c6; z-index: -1; right: -7px; top: -10px; text-align: center; } .status-bar-container .status-icon .icon-assessment-complete:after, .status-bar-container .status-icon .icon-resolution-required:after { right: -13px; } .status-bar-container .status-icon .icon-flight-scheduled:after { right: -11px; } .status-bar-container .status-icon .icon-view-in-scanifly3D-white:after { right: -6px; } .status-icon.step-completed:before { background: #49d574; border-color: #49d574; } .status-icon.step-completed > p { font-family: 'Titillium Web', Helvetica, Arial, sans-serif; } .status-icon.step-completed span:after { background: #49d574; } @media(max-width: 990px) { .status-bar-container .status-icon { width: 18%; } .status-bar-container .status-icon p { right: -32px; width: 94px; } } @media(max-width: 767px) { .status-bar-container .status-icon { width: 17%; } } @media(max-width: 640px) { .status-bar-container .status-icon p { display: none; } .status-bar-container { margin-bottom: 70px; margin-top: 50px; } } @media(max-width: 480px) { .status-bar-container { margin-top: 70px; } .status-bar-container .status-icon p { display: block; width: 122px; right: -25px; } .status-bar-container .status-icon { display: none!important; } .status-bar-container .status-icon.step-completed.current-step { display: inline-block!important; text-align: center; } .status-bar-container .status-icon.step-completed.current-step:before { display: none; } }
0.464659
0.053725
*{ font-family: century; margin: 0px; padding: 0px; } html, body{ scroll-behavior: smooth; } h2{ color: #1fa3cf; text-align: center; text-decoration: none; font-size: 2rem; margin-bottom: 100px; font-family:"playfair display", serif; } hr{ margin: 8px 1in; } /*Navigation-bar section*/ nav{ display: flex; justify-content: center; align-items: center; background-color: #1fa3cf; position: sticky; top: 0; margin-bottom: 200px; gap: 300px; } nav h1{ color: white; font-size: 30px; margin-bottom: -3px; margin-top: -3px; margin-left: -500px; } nav img{ height: 40px; margin-right: 15px; margin-bottom: -5px; } nav ul{ display: flex; list-style: none; align-items: center; margin: 20px 0px; } nav ul li{ font-family: century; font-size: 1.3rem; font-weight: bold; } nav ul li a { text-decoration: none; color: white; padding: 8px 25px; transition: all .5 ease; } nav ul a:hover{ background-color: white; color: #34b7eb; transition: .3s all ease-in-out; box-shadow: 0 0 10px white; } /*homepage/About Us section*/ main{ height: 847px; text-align: center; } main h2{ margin: 20px; margin-top: 200px; } main p{ margin: 50px 500px; font-family: "Arbutus Slab", serif; font-size: large; } main img{ background-image: url("company-img.jpg") no-repeat cover; height: 300px; margin: 80px; } /*Services section*/ #aws, #azure, #gcp{ height: 900px; } #aws p, #azure p, #gcp p{ text-align: center; color: #1fa3cf; font-weight: bold; padding: 10px; margin: 30px; font-size: 20px; font-family:'Helvetica', sans-serif; } #aws ul, #azure ul, #gcp ul{ list-style: none; padding: 5px; } #aws ul li, #azure ul li, #gcp ul li{ text-align: center; font-size: 16px; color: grey; } #aws ul li a, #azure ul li a, #gcp ul li a{ text-decoration: none; color: black; } #aws ul li a:hover, #azure ul li a:hover, #gcp ul li a:hover{ color: #1fa3cf; } /*Footer section*/ #footer{ padding: 32px 25px; height: 540px; margin-left: -10px; margin-right: -10px; margin-top: -8px; margin-bottom: -8px; width: auto; align-items: center; background-color: rgb(247, 247, 247); } footer h2{ margin-bottom: 65px; margin-top: 25px; padding: 0; } .footer-container{ display: flex; background-color: #1fa3cf; padding: 10px; justify-content: center; margin-left: -25px; margin-right: -25px; height: 400px; } .footer-container div{ padding: 0px; margin: 50px; margin-top: 110px; text-align: center; } .footer-container h4{ font-size: 1.1rem; margin-bottom: 2px; color: white; } .footer-container ul{ list-style: none; display: inline; } .footer-container ul li{ font-family: century; font-size: 20px; font-weight: bold; } .footer-container ul li a { text-decoration: none; color: rgb(219, 219, 219); transition: all .5 ease; font-size: 15px; font-weight: thin; } .footer-container ul li a:hover { color: #1fa3cf; background-color: white; transition: .2s all ease-in-out; box-shadow: 0 0 10px white; }
style.css
*{ font-family: century; margin: 0px; padding: 0px; } html, body{ scroll-behavior: smooth; } h2{ color: #1fa3cf; text-align: center; text-decoration: none; font-size: 2rem; margin-bottom: 100px; font-family:"playfair display", serif; } hr{ margin: 8px 1in; } /*Navigation-bar section*/ nav{ display: flex; justify-content: center; align-items: center; background-color: #1fa3cf; position: sticky; top: 0; margin-bottom: 200px; gap: 300px; } nav h1{ color: white; font-size: 30px; margin-bottom: -3px; margin-top: -3px; margin-left: -500px; } nav img{ height: 40px; margin-right: 15px; margin-bottom: -5px; } nav ul{ display: flex; list-style: none; align-items: center; margin: 20px 0px; } nav ul li{ font-family: century; font-size: 1.3rem; font-weight: bold; } nav ul li a { text-decoration: none; color: white; padding: 8px 25px; transition: all .5 ease; } nav ul a:hover{ background-color: white; color: #34b7eb; transition: .3s all ease-in-out; box-shadow: 0 0 10px white; } /*homepage/About Us section*/ main{ height: 847px; text-align: center; } main h2{ margin: 20px; margin-top: 200px; } main p{ margin: 50px 500px; font-family: "Arbutus Slab", serif; font-size: large; } main img{ background-image: url("company-img.jpg") no-repeat cover; height: 300px; margin: 80px; } /*Services section*/ #aws, #azure, #gcp{ height: 900px; } #aws p, #azure p, #gcp p{ text-align: center; color: #1fa3cf; font-weight: bold; padding: 10px; margin: 30px; font-size: 20px; font-family:'Helvetica', sans-serif; } #aws ul, #azure ul, #gcp ul{ list-style: none; padding: 5px; } #aws ul li, #azure ul li, #gcp ul li{ text-align: center; font-size: 16px; color: grey; } #aws ul li a, #azure ul li a, #gcp ul li a{ text-decoration: none; color: black; } #aws ul li a:hover, #azure ul li a:hover, #gcp ul li a:hover{ color: #1fa3cf; } /*Footer section*/ #footer{ padding: 32px 25px; height: 540px; margin-left: -10px; margin-right: -10px; margin-top: -8px; margin-bottom: -8px; width: auto; align-items: center; background-color: rgb(247, 247, 247); } footer h2{ margin-bottom: 65px; margin-top: 25px; padding: 0; } .footer-container{ display: flex; background-color: #1fa3cf; padding: 10px; justify-content: center; margin-left: -25px; margin-right: -25px; height: 400px; } .footer-container div{ padding: 0px; margin: 50px; margin-top: 110px; text-align: center; } .footer-container h4{ font-size: 1.1rem; margin-bottom: 2px; color: white; } .footer-container ul{ list-style: none; display: inline; } .footer-container ul li{ font-family: century; font-size: 20px; font-weight: bold; } .footer-container ul li a { text-decoration: none; color: rgb(219, 219, 219); transition: all .5 ease; font-size: 15px; font-weight: thin; } .footer-container ul li a:hover { color: #1fa3cf; background-color: white; transition: .2s all ease-in-out; box-shadow: 0 0 10px white; }
0.275325
0.042822
body { font:18px ClioRegular; background:#f7f7f7; text-shadow: rgba(0,0,0,0.2) 0 0 1px; } #container { max-width:1400px; margin:0 auto; background:#fff; } #contentContainer { width:1020px; clear:both; padding-top:5px; margin:10px auto; } a { color:#d82727; } a:hover,a:visited,a:active { color:#d82727; } .ffMedium { font-family:ClioMedium-Medium; } .float-left { float:left; } .float-right { float:right; } header img { float:left; margin:20px; } #mainMenu { float:right; height:90px; background:#4d4d4d; } #mainMenu a { display:-webkit-flex; -webkit-align-items:center; display:flex; align-items:center; float:left; color:#fff; text-transform:uppercase; padding:0 45px; height:90px; font:18px ClioMedium-Medium; } #mainMenu a:hover,#mainMenu a.activeMenu { background:#d82727; text-decoration:none; } .block { margin:15px 20px 15px 10px; } .blockContent { padding:10px 25px 40px; text-align:justify; font-size:18px; } .block h2 { font:35px ClioMedium-Medium; } .blockFoldHold { position:relative; top:0; right:0; } .blockFold { position:absolute; top:0; right:0; width:0; height:0; border-style:solid; border-width:40px 0 0 40px; border-color:transparent #fff transparent transparent; } .blockFoldClear { position:absolute; top:0; right:0; border-style:solid; border-width:0 40px 40px 0; border-color:transparent #fff transparent transparent; } .redBlock { background:#d82727; color:#fff; } .blackBlock { background:#4d4d4d; color:#fff; } .grayBlock { background:#F0F0F0; color:#000; } .redBlock a,.blackBlock a { color:#fff; border-bottom:1px dotted #fff; } .redBlock a:hover,.blackBlock a:hover { text-decoration:none; border-bottom:1px solid #fff; } .redBlock .blockFold { border-left-color:#7a1a1a; } .blackBlock .blockFold { border-left-color:gray; } .grayBlock .blockFold { border-left-color:gray; } #movieBlock { float:left; width:450px; } #descriptionBlock { width:450px; float:left; } #signFormBlock { float:right; width:500px; } #mainForm button,#contactForm button { font-weight:700; background:#444; color:#fff; margin:0 auto; width:50%; } #mainForm button:hover,#contactForm button:hover { background:#565656; } form .asteriskField { font-weight:400; padding-left:3px; } #signFormBlock h3 { margin:15px 0; } #reqNote { font-size:12px; line-height:2em; } .fooBar span:after { font-family:FontAwesome; content:"\f1fa"; } .fooBar:after { content:"siecobywatelska.pl"; } footer { padding:20px 5px; background:#eee; } #footHeaders { font-size:22px; line-height:1.5em; } #footHeaders span { border-bottom:1px dotted #bbb; line-height:2em; } #footBottomHR { border-top:1px solid #bbb; width:40%; height:10px; margin:0 auto; } #footSocialMedia a { font-size:35px; padding:13px; } #footBottom { font-size:15px; padding:30px 15px 0; } #footBottomLinks { float:left; padding-left:15px; } #footBottomLinks li:before { content:"\f0c8"; margin:0 5px 0 -15px; color:#d82727; vertical-align:middle; font:4px FontAwesome; } #license { float:right; text-align:right; } #license div { line-height:2em; font-size:25px; } #license div i { padding:4px; } #authorInfo { font-size:13px; text-align:center; margin:10px 0; } #authorInfo span { color:#aaa; } #voteBlock { width:410px; } #voteBlock h2 { margin:0; font-size:30px; text-align:center; } #voteCount { text-align:center; font-weight:700; font-size:60px; } #mapBlock { width:410px; } #voteListBlock { float:left; width:550px; } #pagination { text-align:center; font-size:14px; } #pagination a { display:inline-block; background:#d82727; width:30px; color:#fff; margin:2px; line-height:2em; } #pagination .pageActive,#pagination a:hover { background:#fff; width:30px; color:#d82727; border:1px solid #d82727; text-decoration:none; } #contactForm { width:600px; float:left; } #contactForm textarea { height:300px; } #contactInfoBlock { width:390px; float:right; } #mediaInfoBlock { width:630px; } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #F5FF50; }
ankieta/static/css/style.css
body { font:18px ClioRegular; background:#f7f7f7; text-shadow: rgba(0,0,0,0.2) 0 0 1px; } #container { max-width:1400px; margin:0 auto; background:#fff; } #contentContainer { width:1020px; clear:both; padding-top:5px; margin:10px auto; } a { color:#d82727; } a:hover,a:visited,a:active { color:#d82727; } .ffMedium { font-family:ClioMedium-Medium; } .float-left { float:left; } .float-right { float:right; } header img { float:left; margin:20px; } #mainMenu { float:right; height:90px; background:#4d4d4d; } #mainMenu a { display:-webkit-flex; -webkit-align-items:center; display:flex; align-items:center; float:left; color:#fff; text-transform:uppercase; padding:0 45px; height:90px; font:18px ClioMedium-Medium; } #mainMenu a:hover,#mainMenu a.activeMenu { background:#d82727; text-decoration:none; } .block { margin:15px 20px 15px 10px; } .blockContent { padding:10px 25px 40px; text-align:justify; font-size:18px; } .block h2 { font:35px ClioMedium-Medium; } .blockFoldHold { position:relative; top:0; right:0; } .blockFold { position:absolute; top:0; right:0; width:0; height:0; border-style:solid; border-width:40px 0 0 40px; border-color:transparent #fff transparent transparent; } .blockFoldClear { position:absolute; top:0; right:0; border-style:solid; border-width:0 40px 40px 0; border-color:transparent #fff transparent transparent; } .redBlock { background:#d82727; color:#fff; } .blackBlock { background:#4d4d4d; color:#fff; } .grayBlock { background:#F0F0F0; color:#000; } .redBlock a,.blackBlock a { color:#fff; border-bottom:1px dotted #fff; } .redBlock a:hover,.blackBlock a:hover { text-decoration:none; border-bottom:1px solid #fff; } .redBlock .blockFold { border-left-color:#7a1a1a; } .blackBlock .blockFold { border-left-color:gray; } .grayBlock .blockFold { border-left-color:gray; } #movieBlock { float:left; width:450px; } #descriptionBlock { width:450px; float:left; } #signFormBlock { float:right; width:500px; } #mainForm button,#contactForm button { font-weight:700; background:#444; color:#fff; margin:0 auto; width:50%; } #mainForm button:hover,#contactForm button:hover { background:#565656; } form .asteriskField { font-weight:400; padding-left:3px; } #signFormBlock h3 { margin:15px 0; } #reqNote { font-size:12px; line-height:2em; } .fooBar span:after { font-family:FontAwesome; content:"\f1fa"; } .fooBar:after { content:"siecobywatelska.pl"; } footer { padding:20px 5px; background:#eee; } #footHeaders { font-size:22px; line-height:1.5em; } #footHeaders span { border-bottom:1px dotted #bbb; line-height:2em; } #footBottomHR { border-top:1px solid #bbb; width:40%; height:10px; margin:0 auto; } #footSocialMedia a { font-size:35px; padding:13px; } #footBottom { font-size:15px; padding:30px 15px 0; } #footBottomLinks { float:left; padding-left:15px; } #footBottomLinks li:before { content:"\f0c8"; margin:0 5px 0 -15px; color:#d82727; vertical-align:middle; font:4px FontAwesome; } #license { float:right; text-align:right; } #license div { line-height:2em; font-size:25px; } #license div i { padding:4px; } #authorInfo { font-size:13px; text-align:center; margin:10px 0; } #authorInfo span { color:#aaa; } #voteBlock { width:410px; } #voteBlock h2 { margin:0; font-size:30px; text-align:center; } #voteCount { text-align:center; font-weight:700; font-size:60px; } #mapBlock { width:410px; } #voteListBlock { float:left; width:550px; } #pagination { text-align:center; font-size:14px; } #pagination a { display:inline-block; background:#d82727; width:30px; color:#fff; margin:2px; line-height:2em; } #pagination .pageActive,#pagination a:hover { background:#fff; width:30px; color:#d82727; border:1px solid #d82727; text-decoration:none; } #contactForm { width:600px; float:left; } #contactForm textarea { height:300px; } #contactInfoBlock { width:390px; float:right; } #mediaInfoBlock { width:630px; } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #F5FF50; }
0.366703
0.088899
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp { border: 0; margin: 0; padding: 0; font-size: 100%; } b, strong { font-weight: bold; } img { color: transparent; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; } ol, ul { list-style: none; } li { display: list-item; } table { border-collapse: collapse; border-spacing: 0; } th, td, caption { font-weight: normal; vertical-align: top; text-align: left; } q { quotes: none; } q:before, q:after { content: ''; content: none; } sub, sup, small { font-size: 75%; } sub, sup { line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } svg { overflow: hidden; } input:focus { outline: none; } html, body { height: 100%; } body { color: #443f3d; background: #e3e0d7; font-family: tahoma; font-size: 12px; position: relative; } .cufon-ready body { font-family: "PT Sans"; } img { vertical-align: middle; } a { color: #015ba1; text-decoration: underline; } a:hover { text-decoration: none; } a img { border: 0; } pre, code, font-family 'DejaVu Sans Mono', Menlo, Consolas, monospace, hr, h1, h2, h3, h4, h5, h6 { color: #20205e; } h1 { font-size: 30px; font-weight: normal; margin-bottom: 30px; margin-top: 15px; } h2 { font-size: 26px; font-weight: normal; margin-bottom: 30px; margin-top: 15px; } h3 { font-size: 24px; font-weight: normal; margin-bottom: 15px; margin-top: 15px; } h4 { font-size: 22px; font-weight: normal; margin-bottom: 15px; margin-top: 15px; } h5 { font-size: 20px; font-weight: normal; } h6 { font-size: 18px; font-weight: normal; } ol { list-style: decimal; padding: 0; } ul { list-style: disc; padding: 0; } li { margin-left: 30px; margin-bottom: 10px; } ul ul, ol ol, ol ul, ul ol { margin: 10px 0; } label { display: block; margin-bottom: 5px; cursor: pointer; } hr { height: 2px; border: 0; border-top: 1px solid #999; display: block; margin: 25px 0; } td { vertical-align: top; } blockquote { border-left: 2px solid #a00; padding: 10px; margin-bottom: 30px; } blockquote p { text-indent: 0 !important; margin-bottom: 15px; } blockquote small { color: #999; } dl { margin-bottom: 30px; } dl dt { font-weight: bold; padding-top: 15px; } dl dd { padding-left: 15px; } table.table { width: 100%; } table.table th { font-weight: bold; } table.table th, table.table td { border-bottom: 1px solid #999; padding: 10px; } p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure { margin-bottom: 18px; } .table { display: table; table-layout: fixed; width: 100px; } .table .row { display: table-row; } .table .row .cell { display: table-cell; } .clr { clear: both; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } /** * For IE 6/7 only */ .clearfix { *zoom: 1; } .pull-right { float: right; } img.pull-right { margin: 0 0 0 15px; } .pull-left { float: left; } img.pull-left { margin: 0 15px 0 0; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-justify { text-align: justify; } #wrapper { width: 940px; margin: 0 auto; padding: 10px 0; } .wrapper { width: 940px; margin: 0 auto; padding: 10px 0; } #header { background: url("../img/header.png") no-repeat 50% 0; height: 680px; } #logo { padding: 6px 0 0 0; color: #db3030; font-size: 21px; } #logo img { display: block; margin: 0 0 5px 0; } #slogan { font-size: 40px; margin: 13px 0 0 -5px; } #slogan span { display: block; } #slogan .slogan-small { font-size: 36px; } .cufon-ready #slogan { font-size: 60px; margin: 18px 0 0 -5px; } .cufon-ready #slogan span { margin: -5px 0 0 0; } .cufon-ready #slogan .slogan-small { font-size: 46px; margin: -10px 0 0 0; } #telephone { color: #db3030; font-size: 21px; text-align: center; float: left; margin: 25px 0 -3px -5px; } #telephone span { display: block; } #telephone .telephone { font-size: 48px; margin: 0 0 -5px 0; } .callback { font-size: 30px; margin: 0 0 0 -1px; } .callback .inputtext { display: block; padding: 0 15px; margin: 10px 0 0 0; border: 0; border-radius: 3px; background: #fff; width: 230px; height: 40px; font-size: 18px; font-family: 'PT Sans'; } .callback button { display: block; padding: 0; margin: 8px 0 0 0; width: 260px; height: 40px; text-align: center; color: #fff; background: #40b8b6; border: 0; border-radius: 3px; cursor: pointer; } .callback button.success { background: #32d500; cursor: default; } .cufon-ready .callback button { font-size: 27px; } #action { padding: 0; } #action .action-title { text-align: center; color: #db3030; font-size: 40px; margin: -10px 0 0 0; padding: 0 0 18px 0; background: url("../img/separator.png") no-repeat center bottom; } #action .action-title span { color: #d17374; } #action .action-title .strike { background: url("../img/strike.png") repeat-x 0 57%; } #action .action-blocks { padding: 10px 0 0 0; } #action .action-block { float: left; background: url("../img/chek.png") no-repeat 50% 30px; padding: 95px 0 0 0; width: 188px; height: 100px; text-align: center; color: #d17374; font-size: 30px; margin: -10px 0 0 0; } #action .action-block span { font-size: 16px; line-height: 16px; display: block; } #action .action-block span cufon { margin: -5px 0; } .cufon-ready #action .action-title { font-size: 50px; } #gifts { background: url("../img/gifts.png") no-repeat center top; height: 363px; margin: 20px 0 0 0; } #gifts .wrapper { position: relative; } #gifts .gift-desc { position: absolute; text-align: center; width: 438px; padding: 15px 0 0 0; top: 53px; left: 14px; font-size: 25px; } #gifts .gift-desc .prise { color: #db3030; } #gifts .callback { position: absolute; right: 29px; top: 69px; } #gifts .callback span { font-size: 28px; } #gifts .callback .inputtext, #gifts .callback button { margin-left: 10px; } .cufon-ready #gifts .gift-desc { font-size: 30px; } .cufon-ready #gifts .gift-desc cufon { margin: -10px 0; } #reviews { margin: 0 0 0 0; } #reviews .wrapper { width: 1000px; padding: 5px 0 0 0; } #reviews .reviews-title { text-align: center; color: #bb7273; font-size: 50px; padding: 0 0 25px 0; } #reviews .reviews-row { overflow: hidden; padding: 0 0 55px 20px; } #reviews .reviews-row .review { float: left; font-size: 19px; width: 490px; } #reviews .reviews-row .review-name { font-size: 30px; color: #bb7273; } #footer { position: relative; } #footer .wrapper { padding: 0; } #footer .footer { height: 420px; width: 916px; margin: -23px 0 0 -3px; position: relative; background: url("../img/footer.png") no-repeat center top; } #footer .footer .callback { position: absolute; right: 15px; top: 55px; } #footer .footer .callback span { display: block; text-align: center; } #footer .footer .copyright { position: absolute; right: 0; top: 295px; text-align: right; font-size: 20px; }
!arh/landing/65_landings_templates/3/css/style.css
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp { border: 0; margin: 0; padding: 0; font-size: 100%; } b, strong { font-weight: bold; } img { color: transparent; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; } ol, ul { list-style: none; } li { display: list-item; } table { border-collapse: collapse; border-spacing: 0; } th, td, caption { font-weight: normal; vertical-align: top; text-align: left; } q { quotes: none; } q:before, q:after { content: ''; content: none; } sub, sup, small { font-size: 75%; } sub, sup { line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } svg { overflow: hidden; } input:focus { outline: none; } html, body { height: 100%; } body { color: #443f3d; background: #e3e0d7; font-family: tahoma; font-size: 12px; position: relative; } .cufon-ready body { font-family: "PT Sans"; } img { vertical-align: middle; } a { color: #015ba1; text-decoration: underline; } a:hover { text-decoration: none; } a img { border: 0; } pre, code, font-family 'DejaVu Sans Mono', Menlo, Consolas, monospace, hr, h1, h2, h3, h4, h5, h6 { color: #20205e; } h1 { font-size: 30px; font-weight: normal; margin-bottom: 30px; margin-top: 15px; } h2 { font-size: 26px; font-weight: normal; margin-bottom: 30px; margin-top: 15px; } h3 { font-size: 24px; font-weight: normal; margin-bottom: 15px; margin-top: 15px; } h4 { font-size: 22px; font-weight: normal; margin-bottom: 15px; margin-top: 15px; } h5 { font-size: 20px; font-weight: normal; } h6 { font-size: 18px; font-weight: normal; } ol { list-style: decimal; padding: 0; } ul { list-style: disc; padding: 0; } li { margin-left: 30px; margin-bottom: 10px; } ul ul, ol ol, ol ul, ul ol { margin: 10px 0; } label { display: block; margin-bottom: 5px; cursor: pointer; } hr { height: 2px; border: 0; border-top: 1px solid #999; display: block; margin: 25px 0; } td { vertical-align: top; } blockquote { border-left: 2px solid #a00; padding: 10px; margin-bottom: 30px; } blockquote p { text-indent: 0 !important; margin-bottom: 15px; } blockquote small { color: #999; } dl { margin-bottom: 30px; } dl dt { font-weight: bold; padding-top: 15px; } dl dd { padding-left: 15px; } table.table { width: 100%; } table.table th { font-weight: bold; } table.table th, table.table td { border-bottom: 1px solid #999; padding: 10px; } p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure { margin-bottom: 18px; } .table { display: table; table-layout: fixed; width: 100px; } .table .row { display: table-row; } .table .row .cell { display: table-cell; } .clr { clear: both; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } /** * For IE 6/7 only */ .clearfix { *zoom: 1; } .pull-right { float: right; } img.pull-right { margin: 0 0 0 15px; } .pull-left { float: left; } img.pull-left { margin: 0 15px 0 0; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-justify { text-align: justify; } #wrapper { width: 940px; margin: 0 auto; padding: 10px 0; } .wrapper { width: 940px; margin: 0 auto; padding: 10px 0; } #header { background: url("../img/header.png") no-repeat 50% 0; height: 680px; } #logo { padding: 6px 0 0 0; color: #db3030; font-size: 21px; } #logo img { display: block; margin: 0 0 5px 0; } #slogan { font-size: 40px; margin: 13px 0 0 -5px; } #slogan span { display: block; } #slogan .slogan-small { font-size: 36px; } .cufon-ready #slogan { font-size: 60px; margin: 18px 0 0 -5px; } .cufon-ready #slogan span { margin: -5px 0 0 0; } .cufon-ready #slogan .slogan-small { font-size: 46px; margin: -10px 0 0 0; } #telephone { color: #db3030; font-size: 21px; text-align: center; float: left; margin: 25px 0 -3px -5px; } #telephone span { display: block; } #telephone .telephone { font-size: 48px; margin: 0 0 -5px 0; } .callback { font-size: 30px; margin: 0 0 0 -1px; } .callback .inputtext { display: block; padding: 0 15px; margin: 10px 0 0 0; border: 0; border-radius: 3px; background: #fff; width: 230px; height: 40px; font-size: 18px; font-family: 'PT Sans'; } .callback button { display: block; padding: 0; margin: 8px 0 0 0; width: 260px; height: 40px; text-align: center; color: #fff; background: #40b8b6; border: 0; border-radius: 3px; cursor: pointer; } .callback button.success { background: #32d500; cursor: default; } .cufon-ready .callback button { font-size: 27px; } #action { padding: 0; } #action .action-title { text-align: center; color: #db3030; font-size: 40px; margin: -10px 0 0 0; padding: 0 0 18px 0; background: url("../img/separator.png") no-repeat center bottom; } #action .action-title span { color: #d17374; } #action .action-title .strike { background: url("../img/strike.png") repeat-x 0 57%; } #action .action-blocks { padding: 10px 0 0 0; } #action .action-block { float: left; background: url("../img/chek.png") no-repeat 50% 30px; padding: 95px 0 0 0; width: 188px; height: 100px; text-align: center; color: #d17374; font-size: 30px; margin: -10px 0 0 0; } #action .action-block span { font-size: 16px; line-height: 16px; display: block; } #action .action-block span cufon { margin: -5px 0; } .cufon-ready #action .action-title { font-size: 50px; } #gifts { background: url("../img/gifts.png") no-repeat center top; height: 363px; margin: 20px 0 0 0; } #gifts .wrapper { position: relative; } #gifts .gift-desc { position: absolute; text-align: center; width: 438px; padding: 15px 0 0 0; top: 53px; left: 14px; font-size: 25px; } #gifts .gift-desc .prise { color: #db3030; } #gifts .callback { position: absolute; right: 29px; top: 69px; } #gifts .callback span { font-size: 28px; } #gifts .callback .inputtext, #gifts .callback button { margin-left: 10px; } .cufon-ready #gifts .gift-desc { font-size: 30px; } .cufon-ready #gifts .gift-desc cufon { margin: -10px 0; } #reviews { margin: 0 0 0 0; } #reviews .wrapper { width: 1000px; padding: 5px 0 0 0; } #reviews .reviews-title { text-align: center; color: #bb7273; font-size: 50px; padding: 0 0 25px 0; } #reviews .reviews-row { overflow: hidden; padding: 0 0 55px 20px; } #reviews .reviews-row .review { float: left; font-size: 19px; width: 490px; } #reviews .reviews-row .review-name { font-size: 30px; color: #bb7273; } #footer { position: relative; } #footer .wrapper { padding: 0; } #footer .footer { height: 420px; width: 916px; margin: -23px 0 0 -3px; position: relative; background: url("../img/footer.png") no-repeat center top; } #footer .footer .callback { position: absolute; right: 15px; top: 55px; } #footer .footer .callback span { display: block; text-align: center; } #footer .footer .copyright { position: absolute; right: 0; top: 295px; text-align: right; font-size: 20px; }
0.410402
0.109277
@media (max-width: 720px) { .sectionAll { font-family: "MontserratRegular"; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; } .rightSection { margin-top: 5%; text-align: center; font-size: 20px; } .signupButton { background-color: #00a19c; color: #eeeeee; text-align: center; padding: 14px; margin: 8px 0; border: none; cursor: pointer; width: 120px; } .leftSection { width: 100%; text-align: center; font-size: 18px; } .salutation { font-family: "PT_Sans_Caption"; color: #27313a; font-size: 38px; margin-bottom: 10px; margin-top: 10px; } input[type=email], input[type=password] { width: 50%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #00a19c; text-align: center; } .loginButton { background-color: #00a19c; color: #eeeeee; padding: 14px 14px; margin: 8px 0; border: none; cursor: pointer; width: 120px; } @media screen and (max-width: 300px) { span.psw { display: block; float: none; } .cancelbtn { width: 100%; } } } @media (min-width: 721px) { .sectionAll { font-family: "MontserratRegular"; display: flex; align-items: flex-start; justify-content: center; width: 100%; } .rightSection { width: 30%; margin-top: 5%; text-align: center; font-size: 20px; } .signupButton { background-color: #00a19c; color: #eeeeee; text-align: center; padding: 14px; margin: 8px 0; border: none; cursor: pointer; width: 150px; } .signupButton:hover { opacity: 0.8; } .leftSection { width: 60%; text-align: center; font-size: 20px; } .salutation { font-family: "PT_Sans_Caption"; color: #27313a; font-size: 50px; margin-bottom: 20px; margin-top: 10px; } input[type=email], input[type=password] { width: 50%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #00a19c; text-align: center; } .loginButton { background-color: #00a19c; color: #eeeeee; padding: 14px 14px; margin: 8px 0; border: none; cursor: pointer; width: 150px; } .loginButton:hover { opacity: 0.8; } #toJS, #toJS2 { color: red; } } .status { margin-top: 10px; color: red; }
Projekt/assets/css/login.css
@media (max-width: 720px) { .sectionAll { font-family: "MontserratRegular"; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; } .rightSection { margin-top: 5%; text-align: center; font-size: 20px; } .signupButton { background-color: #00a19c; color: #eeeeee; text-align: center; padding: 14px; margin: 8px 0; border: none; cursor: pointer; width: 120px; } .leftSection { width: 100%; text-align: center; font-size: 18px; } .salutation { font-family: "PT_Sans_Caption"; color: #27313a; font-size: 38px; margin-bottom: 10px; margin-top: 10px; } input[type=email], input[type=password] { width: 50%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #00a19c; text-align: center; } .loginButton { background-color: #00a19c; color: #eeeeee; padding: 14px 14px; margin: 8px 0; border: none; cursor: pointer; width: 120px; } @media screen and (max-width: 300px) { span.psw { display: block; float: none; } .cancelbtn { width: 100%; } } } @media (min-width: 721px) { .sectionAll { font-family: "MontserratRegular"; display: flex; align-items: flex-start; justify-content: center; width: 100%; } .rightSection { width: 30%; margin-top: 5%; text-align: center; font-size: 20px; } .signupButton { background-color: #00a19c; color: #eeeeee; text-align: center; padding: 14px; margin: 8px 0; border: none; cursor: pointer; width: 150px; } .signupButton:hover { opacity: 0.8; } .leftSection { width: 60%; text-align: center; font-size: 20px; } .salutation { font-family: "PT_Sans_Caption"; color: #27313a; font-size: 50px; margin-bottom: 20px; margin-top: 10px; } input[type=email], input[type=password] { width: 50%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #00a19c; text-align: center; } .loginButton { background-color: #00a19c; color: #eeeeee; padding: 14px 14px; margin: 8px 0; border: none; cursor: pointer; width: 150px; } .loginButton:hover { opacity: 0.8; } #toJS, #toJS2 { color: red; } } .status { margin-top: 10px; color: red; }
0.287668
0.083329
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); /* BARRA DE ROLAGEM */ ::-webkit-scrollbar{ width: 10px; } ::-webkit-scrollbar-track{ background-color: transparent; } ::-webkit-scrollbar-thumb{ background-color: #aaa; border-radius: 20px; } body{ box-sizing: border-box; overflow: hidden; } .page { margin: 0px; padding: 0px; display: flex; box-sizing: border-box; height: 100vh; overflow: auto; } .panel { height: 100vh; width: 23vw; overflow: auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; background: linear-gradient( #058038 20% , #046b2f 60%); padding: 0px 15px; } .panel__title { font-family: 'Lato', sans-serif; text-align: center; color: #F5F5F5; font-size: 2.3rem; padding: 10px 0px; background-color: #058d3e; box-shadow: 3px 3px 7px #05753469; margin: 15px 0px 40px 0px; box-sizing: border-box; padding: 5px 10px; border-radius: 10px; } .panel__bar { width: 100%; } .panel__item-filter { width: 100%; margin-bottom: 20px; } .panel__item-filter__dropdown-label { font-family: 'Lato', sans-serif; text-align: left; color: #F5F5F5; font-size: 1.6rem; } .panel__item-filter__dropdown { cursor: pointer; width: 94%; } .panel__logo{ width: 160px; object-fit: cover; margin-top: 30px; } .dashboard { width: 77vw; height: 100vh; background-color: #F8F8F8; } .dashboard__header { display: flex; align-items: center; justify-content: space-between; height: 15vh; box-sizing: border-box; padding: 0px 20px; } .dashboard__header__info{ display: flex; } .dashboard__header__info__value { font-family: 'Lato', sans-serif; font-size: 2.7rem; margin-left: 20px; } .dashboard__header__info__text{ font-family: 'Lato', sans-serif; font-size: 2.5rem; margin-right: auto; margin-left: 10px; } .dashboard__header__img-export { width: 40px; color: #0A0A0A; } .graphs-area { box-sizing: border-box; display: flex; overflow: auto; flex-wrap: wrap; height: 85vh; padding: 30px 0px; margin: 0px 12px; transform: translateY(-15px); border-radius: 10px; align-items: center; justify-content: space-evenly; background-color: #e2e2e2; box-shadow: 5px 5px 10px rgba(136, 136, 136, 0.521); } .graphs__graph { display: flex; flex-direction: column; align-items: center; } #graph1, #graph2, #graph3, #graph4, #graph5, #graph6{ margin-bottom: 50px; } .graphs__graph__img { width: 35vw; height: 450px; overflow: auto; } .graphs__graph-map__img { width: 35vw; } .graphs__graph__title { font-family: 'Lato', sans-serif; text-align: center; color: #0A0A0A; font-size: 18px; margin-top: 10px; } .modal{ width: 800px; height: 500px; background-color: #07a047; position: absolute; border-radius: 10px; box-sizing: border-box; padding: 10px 40px; display: none; left: calc(50vw - 400px); top: calc(50vh - 250px); } .far.fa-times-circle{ color: #ccc; cursor: pointer; font-size: 2.2rem; float: right; transform: translateY(5px); transition: 0.2s ease-in-out color; } .far.fa-times-circle:hover{ color: rgb(243, 104, 104); } .modal__header{ font-size: 2.5rem; color: #fff; font-family: 'Lato', sans-serif; text-align: center; } .modal__line{ width: 100%; } .modal__body__container{ margin-top: 20px; display: flex; width: 100% } .modal__body__container__fields{ width: 50%; } .modal__body__container__image{ width: 50%; display: flex; justify-content: center; align-items: center; } .modal__body__container__image img{ width: 250px; } .modal__title{ font-size: 2rem; color: #fff; font-family: 'Lato', sans-serif; margin-top: 10px; } .modal__input-email{ width: 100%; margin-bottom: 20px; outline: none; } .modal__dropdown{ width: 100%; display: inline-block; cursor: pointer; } .modal__footer { text-align: center; } .modal__button { color: #fff; border-radius: 20px; font-size: 1.5rem; width: 150px; border: 1px solid #fff; font-family: 'Lato', sans-serif; box-shadow: 2px 2px 10px #064d24a6; margin: 0 auto; transform: translate(0px, 40px); } .modal__feedback-email{ color: red; font-size: 1.4rem; box-sizing: border-box; }
assets/home.css
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); /* BARRA DE ROLAGEM */ ::-webkit-scrollbar{ width: 10px; } ::-webkit-scrollbar-track{ background-color: transparent; } ::-webkit-scrollbar-thumb{ background-color: #aaa; border-radius: 20px; } body{ box-sizing: border-box; overflow: hidden; } .page { margin: 0px; padding: 0px; display: flex; box-sizing: border-box; height: 100vh; overflow: auto; } .panel { height: 100vh; width: 23vw; overflow: auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; background: linear-gradient( #058038 20% , #046b2f 60%); padding: 0px 15px; } .panel__title { font-family: 'Lato', sans-serif; text-align: center; color: #F5F5F5; font-size: 2.3rem; padding: 10px 0px; background-color: #058d3e; box-shadow: 3px 3px 7px #05753469; margin: 15px 0px 40px 0px; box-sizing: border-box; padding: 5px 10px; border-radius: 10px; } .panel__bar { width: 100%; } .panel__item-filter { width: 100%; margin-bottom: 20px; } .panel__item-filter__dropdown-label { font-family: 'Lato', sans-serif; text-align: left; color: #F5F5F5; font-size: 1.6rem; } .panel__item-filter__dropdown { cursor: pointer; width: 94%; } .panel__logo{ width: 160px; object-fit: cover; margin-top: 30px; } .dashboard { width: 77vw; height: 100vh; background-color: #F8F8F8; } .dashboard__header { display: flex; align-items: center; justify-content: space-between; height: 15vh; box-sizing: border-box; padding: 0px 20px; } .dashboard__header__info{ display: flex; } .dashboard__header__info__value { font-family: 'Lato', sans-serif; font-size: 2.7rem; margin-left: 20px; } .dashboard__header__info__text{ font-family: 'Lato', sans-serif; font-size: 2.5rem; margin-right: auto; margin-left: 10px; } .dashboard__header__img-export { width: 40px; color: #0A0A0A; } .graphs-area { box-sizing: border-box; display: flex; overflow: auto; flex-wrap: wrap; height: 85vh; padding: 30px 0px; margin: 0px 12px; transform: translateY(-15px); border-radius: 10px; align-items: center; justify-content: space-evenly; background-color: #e2e2e2; box-shadow: 5px 5px 10px rgba(136, 136, 136, 0.521); } .graphs__graph { display: flex; flex-direction: column; align-items: center; } #graph1, #graph2, #graph3, #graph4, #graph5, #graph6{ margin-bottom: 50px; } .graphs__graph__img { width: 35vw; height: 450px; overflow: auto; } .graphs__graph-map__img { width: 35vw; } .graphs__graph__title { font-family: 'Lato', sans-serif; text-align: center; color: #0A0A0A; font-size: 18px; margin-top: 10px; } .modal{ width: 800px; height: 500px; background-color: #07a047; position: absolute; border-radius: 10px; box-sizing: border-box; padding: 10px 40px; display: none; left: calc(50vw - 400px); top: calc(50vh - 250px); } .far.fa-times-circle{ color: #ccc; cursor: pointer; font-size: 2.2rem; float: right; transform: translateY(5px); transition: 0.2s ease-in-out color; } .far.fa-times-circle:hover{ color: rgb(243, 104, 104); } .modal__header{ font-size: 2.5rem; color: #fff; font-family: 'Lato', sans-serif; text-align: center; } .modal__line{ width: 100%; } .modal__body__container{ margin-top: 20px; display: flex; width: 100% } .modal__body__container__fields{ width: 50%; } .modal__body__container__image{ width: 50%; display: flex; justify-content: center; align-items: center; } .modal__body__container__image img{ width: 250px; } .modal__title{ font-size: 2rem; color: #fff; font-family: 'Lato', sans-serif; margin-top: 10px; } .modal__input-email{ width: 100%; margin-bottom: 20px; outline: none; } .modal__dropdown{ width: 100%; display: inline-block; cursor: pointer; } .modal__footer { text-align: center; } .modal__button { color: #fff; border-radius: 20px; font-size: 1.5rem; width: 150px; border: 1px solid #fff; font-family: 'Lato', sans-serif; box-shadow: 2px 2px 10px #064d24a6; margin: 0 auto; transform: translate(0px, 40px); } .modal__feedback-email{ color: red; font-size: 1.4rem; box-sizing: border-box; }
0.376165
0.074064
.Main{ border-style: groove; border-top-width: 3mm;border-left-width: 1px;border-right-width: 2px;border-bottom-width: 1mm; border-top-left-radius: 3mm;border-top-right-radius: 3mm;border-bottom-left-radius: 3mm;border-bottom-right-radius: 3mm; border-color:#6666ff; } .Ftitle{ font-family: algerian; font-size:1cm; color:#003333; background-color:#ccccff ; border-width: 0; } .desc{ background-color:#eeeeff; border-width:1px; font-family:algerian; font-size:5mm; color:#765634; } .vline{ background-color: #ccccff; border-width: 0 ; } .login{ border-width:1px; border-left-width: 0; background-color:#eeeeff; font-size: 4mm; font-weight: bold; color:blue; font-family:verdana,fantasy; } .ref td{border-width: 1px; padding: 0px; margin-top: -10px; margin-bottom: 10px; background-color: #4343eb; } .ref a:link{ text-decoration: none; color: #ffffff; } .ref a:visited{ text-decoration: none; color: #ffffff; } .ref a:hover{ text-decoration: none; color: #CC6600; color:wheat; } .cap{ padding:0mm; margin: 0px; font-size: 3mm; text-align: center; background-color:#6666ff; color: white; border-right-width: 3mm; border-bottom-right-radius: 2mm; border-bottom-left-radius:2mm ; } .button{ padding: 1px 1px 2px; height:7mm; width:15mm; background-color: #4343eb; color: whitesmoke; border-radius: 0.4em; font-weight:bolder; font-size: 13px; font-family: verdana,arial,sans-serif; } .button:hover{ text-decoration: underline; cursor:pointer; color:#dddddd; } .decide{ /*padding: 1px 2px 2px; /*height:7px; /*background-color: #4343eb; color: whitesmoke;*/ background-color: transparent; color:blue; border-width: 0; border-radius: 0.4em; font-weight:bolder; font-size: 13px; font-family: verdana,arial,sans-serif; } .decide:hover{ cursor:pointer; /*text-decoration: underline; color:#dddddd; background-color: #435fff;*/ background-color: transparent; color: blue; } .links{ padding: 1px 0px 2px; margin-top: 10px; margin-bottom: -10px; height:15mm; width: 200px ; background-color: #4343eb; color: white; border-radius: 0.8em; font-weight:bolder; font-size: 16px; font-family: verdana,arial,sans-serif; } .links:hover{ cursor:pointer; color:#eeeeee; font-size: 18px; text-decoration: underline; } .cant{ font-weight:400; color:blue; text-decoration: none; } .cant:hover{ text-decoration: underline; }
web/CSS/login.css
.Main{ border-style: groove; border-top-width: 3mm;border-left-width: 1px;border-right-width: 2px;border-bottom-width: 1mm; border-top-left-radius: 3mm;border-top-right-radius: 3mm;border-bottom-left-radius: 3mm;border-bottom-right-radius: 3mm; border-color:#6666ff; } .Ftitle{ font-family: algerian; font-size:1cm; color:#003333; background-color:#ccccff ; border-width: 0; } .desc{ background-color:#eeeeff; border-width:1px; font-family:algerian; font-size:5mm; color:#765634; } .vline{ background-color: #ccccff; border-width: 0 ; } .login{ border-width:1px; border-left-width: 0; background-color:#eeeeff; font-size: 4mm; font-weight: bold; color:blue; font-family:verdana,fantasy; } .ref td{border-width: 1px; padding: 0px; margin-top: -10px; margin-bottom: 10px; background-color: #4343eb; } .ref a:link{ text-decoration: none; color: #ffffff; } .ref a:visited{ text-decoration: none; color: #ffffff; } .ref a:hover{ text-decoration: none; color: #CC6600; color:wheat; } .cap{ padding:0mm; margin: 0px; font-size: 3mm; text-align: center; background-color:#6666ff; color: white; border-right-width: 3mm; border-bottom-right-radius: 2mm; border-bottom-left-radius:2mm ; } .button{ padding: 1px 1px 2px; height:7mm; width:15mm; background-color: #4343eb; color: whitesmoke; border-radius: 0.4em; font-weight:bolder; font-size: 13px; font-family: verdana,arial,sans-serif; } .button:hover{ text-decoration: underline; cursor:pointer; color:#dddddd; } .decide{ /*padding: 1px 2px 2px; /*height:7px; /*background-color: #4343eb; color: whitesmoke;*/ background-color: transparent; color:blue; border-width: 0; border-radius: 0.4em; font-weight:bolder; font-size: 13px; font-family: verdana,arial,sans-serif; } .decide:hover{ cursor:pointer; /*text-decoration: underline; color:#dddddd; background-color: #435fff;*/ background-color: transparent; color: blue; } .links{ padding: 1px 0px 2px; margin-top: 10px; margin-bottom: -10px; height:15mm; width: 200px ; background-color: #4343eb; color: white; border-radius: 0.8em; font-weight:bolder; font-size: 16px; font-family: verdana,arial,sans-serif; } .links:hover{ cursor:pointer; color:#eeeeee; font-size: 18px; text-decoration: underline; } .cant{ font-weight:400; color:blue; text-decoration: none; } .cant:hover{ text-decoration: underline; }
0.364551
0.115411
html { line-height: 1.6; width: 100%; height: 100%; padding: 0; margin: 0; background-color: #fff; } body { width: 100%; height: 100%; margin: 0; font-family: 'Montserrat', sans-serif; } a { text-decoration: none; } /*--------------HEADER/NAV-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ header.home { width: 100%; } .nav-menu-container { display: flex; justify-content: space-around; max-width: 1600px; margin: 15px auto; align-items: center; } .nav-logo { width: 300px; height: 40px; text-align: center; } .nav-img { width: auto; height: 100%; box-sizing: border-box; } .nav-wrapper { width: 800px; } .nav-account { width: 300px; } /*ul from navigation menu*/ .nav-menu { display: flex; justify-content: space-evenly; align-items: center; } .nav-menu-li { position: relative; } .nav-menu-li a { color: #757575; font-weight: 400; white-space: nowrap; } .nav-menu-li a.active-page:after { content: ''; display: block; height: 8px; background-image: linear-gradient(to bottom, #8BC34A, white); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } /*dropdown menu per item in navigation bar*/ .nav-menu-sublist { display: none; position: absolute; box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.2); background-color: white; border: solid 1px rgba(0, 0, 0, 0.2); border-radius: 4px; padding: 5px 12px; z-index: 1; list-style: none; margin: 0; width: 150px; } .nav-menu-sublist li { border-bottom: solid 1px rgba(0, 0, 0, 0.2); white-space: nowrap; } .nav-menu-sublist li:last-child { white-space: nowrap; border: 0; } .nav-menu-sublist li a { padding: 8px 17px; display: inline-block; width: 100%; color: #757575; font-weight: 400; font-size: 1em; box-sizing: border-box; border-radius: 5px; } .nav-menu-li:hover .nav-menu-sublist { display: block; } .nav-menu-sublist li a:hover { color: white; background: rgb(34,193,195); background: -moz-linear-gradient(300deg, rgba(34,193,195,1) 0%, rgba(0,198,0,1) 100%); background: -webkit-linear-gradient(300deg, rgba(34,193,195,1) 0%, rgba(0,198,0,1) 100%); background: linear-gradient(300deg, rgba(34,193,195,1) 0%, rgba(0,198,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c1c3",endColorstr="#00c600",GradientType=1); } /*searchbar*/ .nav-menu-li form { width: 200px; height: 30px; } .nav-menu-li form input.searchbar { position: absolute; width: 100%; height: 100%; outline: none; border: solid 1px #D7D7D7; border-radius: 5px; top: 0; right: 0; padding: 0 10px 0 30px; box-sizing: border-box; font-family: 'Montserrat', sans-serif; font-size: 1.1em; font-weight: 400; } .nav-menu-li form div.search-btn { position: absolute; width: 30px; height: 100%; top: 0; left: 0; z-index: 1; cursor: pointer; } /*searchbar icon*/ .fa-search { position: absolute; color: #D7D7D7; top: 50%; left: 50%; transform: translate(-50%, -50%); } .fa-search:hover { color: #757575; } .nav-menu-account { display: flex; align-items: center; justify-content: center; } .nav-menu-li div a.login-btn { border: solid 1px #689F38; padding: 10px; border-radius: 5px; white-space: nowrap; } .nav-menu-li div.login-btn-container::after { content: ''; border-right: solid 1px rgba(0, 0, 0, 0.5); padding: 5px 1em 5px 0; } .nav-menu-li div a.sign-up-btn { background: rgb(139,195,74); background: -moz-linear-gradient(180deg, rgba(139,195,74,0.8001777563202247) 0%, rgba(139,195,74,1) 50%, rgba(139,195,74,0.8) 100%); background: -webkit-linear-gradient(180deg, rgba(139,195,74,0.8001777563202247) 0%, rgba(139,195,74,1) 50%, rgba(139,195,74,0.8) 100%); background: linear-gradient(180deg, rgba(139,195,74,0.8001777563202247) 0%, rgba(139,195,74,1) 50%, rgba(139,195,74,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bc34a",endColorstr="#8bc34a",GradientType=1); padding: 10px; border-radius: 5px; color: white; white-space: nowrap; } .nav-menu-li div a.sign-up-btn:hover { background: #8BC34A; } .nav-menu-li div.sign-up-btn-container { padding-left: 1em; } /*--------------$Home-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ /*--------------NEWS---------------------*/ /*main container*/ .news-container { display: grid; grid-template-rows: 310px 200px; grid-template-columns: 590px 400px; grid-gap: 10px; margin: 0 auto; max-width: 1000px; } /*big image container*/ .events { grid-column: 1 / 3; } .events:hover { opacity: 0.95; cursor: pointer; } .events-img { height: 310px; width: 100%; opacity: 0.95; cursor: pointer; object-fit: cover; } /*medium image container*/ .news:hover { opacity: 0.95; cursor: pointer; } .news-img { height: inherit; width: 100%; transform: translateY(-15%); } /*small image container*/ .news-food:hover { opacity: 0.95; cursor: pointer; } .news-food-img { height: inherit; width: 100%; transform: translateY(-5%); } /*--------------OFFERS---------------------*/ /*for h1 and flex*/ .top-offers-container { max-width: 1800px; margin: 0 auto; } /*flex wood background*/ .top-offers-data-container { background: url("https://image.freepik.com/foto-gratis/fondo-madera_24972-623.jpg") no-repeat; height: 300px; background-size: 100% 100%; opacity: 0.94; display: flex; align-items: center; } /*item container*/ .toffer-item { margin: 0 1em; display: flex; flex: 1; height: 200px; align-items: center; } /*image and link container*/ .toffer-item-imga { width: 200px; height: 200px; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8); border-radius: 2px; overflow: hidden; } .toffer-img { height: 100%; width: 250px; transform: translateX(-10%); margin: 0 auto; border: 0; vertical-align: middle; transition: 1s; } .toffer-img:hover { transform: translateX(-10%) scale(1.1, 1.1); } /*group (title, price, description) container*/ .toffer-desc { flex: 2; margin: 20px; } .toffer-item-title { color: white; text-align: center; font-size: 1.7em; font-weight: 600; overflow: hidden; cursor: pointer; text-decoration: underline; } .toffer-item-price { position: relative; color: white; text-align: center; font-size: 1.6em; } #toffer-item-price-normal { position: absolute; font-size: 60%; text-decoration: line-through; vertical-align: 40%; padding-left: .3em; } .toffer-item-description { -webkit-line-clamp: 4; -webkit-box-orient: vertical; display: -webkit-box; color: white; text-align: left; font-size: 1em; overflow: hidden; white-space: normal; text-overflow: ellipsis; width: 100%; } .toffer-arrow { color: white; margin: 5% 2%; align-self: center; cursor: pointer; } /*--------------NEWSLETTER---------------------*/ .newsletter-container { background-image: linear-gradient(to bottom, #3D3D3D, #929292 15%, #CECECE 50%, #929292 85%, #3D3D3D); box-shadow: 0px 5px 15px rgba(0,0,0,1); margin: 2% auto; border-radius: 5px; max-width: 800px; display: flex; align-items: center; color: #212121; } .newsletter-container p { text-align: center; width: 50%; margin: 2%; } .newsletter-container aside { width: 50%; text-align: center; } .newsletter-container aside * { display: block; margin: 5px auto; } /*input for email*/ .newsletter-container input[name="newsletter"] { width: 60%; height: 1.5rem; border-radius: 5px; border-width: 0; } /*button*/ .newsletter-container input[name="newsletter-btn"] { padding: .6rem .8rem; border-radius: 5px; border-width: 0; background-color: #212121; color: white; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); font-size: 1rem; font-weight: 400; cursor: pointer; outline: none; } /*--------------CUSTOMER---------------------*/ .customer-testimonios-container { margin: 3% auto; display: flex; max-width: 1200px; box-shadow: 6px 8px 18px rgba(0, 0, 0, 0.3); } /*h1 and p container*/ .tec-info { margin: 4% 2%; padding: 4%; font-size: 1.2em; } .tec-info p { color: #757575; } .tec-info-title { margin-bottom: 6%; color: #212121; } .wrapper-customer { background-color: #212121; } .customer-photo { border-radius: 51px; width: 300px; margin: 50px; border: solid 1px #757575; color: white; } .customer-review { text-align: center; margin: 5%; color: white; } /*--------------FOOTER-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ .footer-top { background-color: #D7D7D7; } .footer-top-container { margin: 0 auto; max-width: 1600px; display: flex; justify-content: space-around; } .footer-top-left { display: flex; align-items: center; align-self: center; justify-content: space-evenly; flex-grow: 1; } .footer-top-right { display: flex; align-self: center; justify-content: space-evenly; flex-grow: 8; } /*img and p left side container*/ .footer-logo-and-social { text-align: center; } .footer-logo { max-width: 300px; max-height: 100px; } .footer-logo-img { width: 100%; height: 90px; } .footer-logo-and-social p { margin: 0 auto; max-width: 200px; font-size: 1.1rem; font-weight: 400; color: #212121; } .social-icons li { text-align: center; } .social-icons li a { color: #212121; font-size: 1.5em; } .footer-top-right ul li { padding: 5px; position: relative; } .footer-top-right ul li a { color: #212121; font-weight: 400; font-size: 1.1rem; white-space: nowrap; } .footer-top-right ul li a:hover { color: white; } .footer-bottom { background-color: #212121; } .footer-bottom-container { display: flex; margin: 0 auto; max-width: 1600px; align-items: center; } .footer-bottom-container ul { flex-grow: 8; } .footer-bottom-container ul li { position: relative; display: inline-block; padding: 0 2em; } .footer-bottom-container ul li a { text-align: center; font-weight: 400; color: white; } /*div inside li item from subfooter list*/ .change-language { color: white; display: inline-block; font-weight: 400; position: relative; cursor: pointer; } /*footer-sublist == dropdown menu*/ .change-selector .footer-sublist { background-color: white; box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.2); border-radius: 3px; position: absolute; top: -50px; display: none; } .change-selector .footer-sublist li a { color: #212121; } .change-selector:hover .footer-sublist { display: block; } .rights { align-self: center; color: white; font-weight: 400; text-align: center; flex-grow: 1; } /*--------------MEDIA QUERIES-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ /*--------------SMARTPHONE-------------*/ @media only screen and (min-width: 768px) { body { /*background-color: red;*/ } } /*--------------UTILS-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ .list-none { list-style-type: none; padding: 0; z-index: 1; } .subtitle { font-size: 1.3rem; } .of-hidden { overflow: hidden; } .h1-title { font-weight: 600; font-size: 2rem; color: #757575; margin: 1.5rem; } .br-10 { border-radius: 10px; }
old version (without bootstrap)/assets/css/index.css
html { line-height: 1.6; width: 100%; height: 100%; padding: 0; margin: 0; background-color: #fff; } body { width: 100%; height: 100%; margin: 0; font-family: 'Montserrat', sans-serif; } a { text-decoration: none; } /*--------------HEADER/NAV-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ header.home { width: 100%; } .nav-menu-container { display: flex; justify-content: space-around; max-width: 1600px; margin: 15px auto; align-items: center; } .nav-logo { width: 300px; height: 40px; text-align: center; } .nav-img { width: auto; height: 100%; box-sizing: border-box; } .nav-wrapper { width: 800px; } .nav-account { width: 300px; } /*ul from navigation menu*/ .nav-menu { display: flex; justify-content: space-evenly; align-items: center; } .nav-menu-li { position: relative; } .nav-menu-li a { color: #757575; font-weight: 400; white-space: nowrap; } .nav-menu-li a.active-page:after { content: ''; display: block; height: 8px; background-image: linear-gradient(to bottom, #8BC34A, white); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } /*dropdown menu per item in navigation bar*/ .nav-menu-sublist { display: none; position: absolute; box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.2); background-color: white; border: solid 1px rgba(0, 0, 0, 0.2); border-radius: 4px; padding: 5px 12px; z-index: 1; list-style: none; margin: 0; width: 150px; } .nav-menu-sublist li { border-bottom: solid 1px rgba(0, 0, 0, 0.2); white-space: nowrap; } .nav-menu-sublist li:last-child { white-space: nowrap; border: 0; } .nav-menu-sublist li a { padding: 8px 17px; display: inline-block; width: 100%; color: #757575; font-weight: 400; font-size: 1em; box-sizing: border-box; border-radius: 5px; } .nav-menu-li:hover .nav-menu-sublist { display: block; } .nav-menu-sublist li a:hover { color: white; background: rgb(34,193,195); background: -moz-linear-gradient(300deg, rgba(34,193,195,1) 0%, rgba(0,198,0,1) 100%); background: -webkit-linear-gradient(300deg, rgba(34,193,195,1) 0%, rgba(0,198,0,1) 100%); background: linear-gradient(300deg, rgba(34,193,195,1) 0%, rgba(0,198,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c1c3",endColorstr="#00c600",GradientType=1); } /*searchbar*/ .nav-menu-li form { width: 200px; height: 30px; } .nav-menu-li form input.searchbar { position: absolute; width: 100%; height: 100%; outline: none; border: solid 1px #D7D7D7; border-radius: 5px; top: 0; right: 0; padding: 0 10px 0 30px; box-sizing: border-box; font-family: 'Montserrat', sans-serif; font-size: 1.1em; font-weight: 400; } .nav-menu-li form div.search-btn { position: absolute; width: 30px; height: 100%; top: 0; left: 0; z-index: 1; cursor: pointer; } /*searchbar icon*/ .fa-search { position: absolute; color: #D7D7D7; top: 50%; left: 50%; transform: translate(-50%, -50%); } .fa-search:hover { color: #757575; } .nav-menu-account { display: flex; align-items: center; justify-content: center; } .nav-menu-li div a.login-btn { border: solid 1px #689F38; padding: 10px; border-radius: 5px; white-space: nowrap; } .nav-menu-li div.login-btn-container::after { content: ''; border-right: solid 1px rgba(0, 0, 0, 0.5); padding: 5px 1em 5px 0; } .nav-menu-li div a.sign-up-btn { background: rgb(139,195,74); background: -moz-linear-gradient(180deg, rgba(139,195,74,0.8001777563202247) 0%, rgba(139,195,74,1) 50%, rgba(139,195,74,0.8) 100%); background: -webkit-linear-gradient(180deg, rgba(139,195,74,0.8001777563202247) 0%, rgba(139,195,74,1) 50%, rgba(139,195,74,0.8) 100%); background: linear-gradient(180deg, rgba(139,195,74,0.8001777563202247) 0%, rgba(139,195,74,1) 50%, rgba(139,195,74,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bc34a",endColorstr="#8bc34a",GradientType=1); padding: 10px; border-radius: 5px; color: white; white-space: nowrap; } .nav-menu-li div a.sign-up-btn:hover { background: #8BC34A; } .nav-menu-li div.sign-up-btn-container { padding-left: 1em; } /*--------------$Home-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ /*--------------NEWS---------------------*/ /*main container*/ .news-container { display: grid; grid-template-rows: 310px 200px; grid-template-columns: 590px 400px; grid-gap: 10px; margin: 0 auto; max-width: 1000px; } /*big image container*/ .events { grid-column: 1 / 3; } .events:hover { opacity: 0.95; cursor: pointer; } .events-img { height: 310px; width: 100%; opacity: 0.95; cursor: pointer; object-fit: cover; } /*medium image container*/ .news:hover { opacity: 0.95; cursor: pointer; } .news-img { height: inherit; width: 100%; transform: translateY(-15%); } /*small image container*/ .news-food:hover { opacity: 0.95; cursor: pointer; } .news-food-img { height: inherit; width: 100%; transform: translateY(-5%); } /*--------------OFFERS---------------------*/ /*for h1 and flex*/ .top-offers-container { max-width: 1800px; margin: 0 auto; } /*flex wood background*/ .top-offers-data-container { background: url("https://image.freepik.com/foto-gratis/fondo-madera_24972-623.jpg") no-repeat; height: 300px; background-size: 100% 100%; opacity: 0.94; display: flex; align-items: center; } /*item container*/ .toffer-item { margin: 0 1em; display: flex; flex: 1; height: 200px; align-items: center; } /*image and link container*/ .toffer-item-imga { width: 200px; height: 200px; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.8); border-radius: 2px; overflow: hidden; } .toffer-img { height: 100%; width: 250px; transform: translateX(-10%); margin: 0 auto; border: 0; vertical-align: middle; transition: 1s; } .toffer-img:hover { transform: translateX(-10%) scale(1.1, 1.1); } /*group (title, price, description) container*/ .toffer-desc { flex: 2; margin: 20px; } .toffer-item-title { color: white; text-align: center; font-size: 1.7em; font-weight: 600; overflow: hidden; cursor: pointer; text-decoration: underline; } .toffer-item-price { position: relative; color: white; text-align: center; font-size: 1.6em; } #toffer-item-price-normal { position: absolute; font-size: 60%; text-decoration: line-through; vertical-align: 40%; padding-left: .3em; } .toffer-item-description { -webkit-line-clamp: 4; -webkit-box-orient: vertical; display: -webkit-box; color: white; text-align: left; font-size: 1em; overflow: hidden; white-space: normal; text-overflow: ellipsis; width: 100%; } .toffer-arrow { color: white; margin: 5% 2%; align-self: center; cursor: pointer; } /*--------------NEWSLETTER---------------------*/ .newsletter-container { background-image: linear-gradient(to bottom, #3D3D3D, #929292 15%, #CECECE 50%, #929292 85%, #3D3D3D); box-shadow: 0px 5px 15px rgba(0,0,0,1); margin: 2% auto; border-radius: 5px; max-width: 800px; display: flex; align-items: center; color: #212121; } .newsletter-container p { text-align: center; width: 50%; margin: 2%; } .newsletter-container aside { width: 50%; text-align: center; } .newsletter-container aside * { display: block; margin: 5px auto; } /*input for email*/ .newsletter-container input[name="newsletter"] { width: 60%; height: 1.5rem; border-radius: 5px; border-width: 0; } /*button*/ .newsletter-container input[name="newsletter-btn"] { padding: .6rem .8rem; border-radius: 5px; border-width: 0; background-color: #212121; color: white; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); font-size: 1rem; font-weight: 400; cursor: pointer; outline: none; } /*--------------CUSTOMER---------------------*/ .customer-testimonios-container { margin: 3% auto; display: flex; max-width: 1200px; box-shadow: 6px 8px 18px rgba(0, 0, 0, 0.3); } /*h1 and p container*/ .tec-info { margin: 4% 2%; padding: 4%; font-size: 1.2em; } .tec-info p { color: #757575; } .tec-info-title { margin-bottom: 6%; color: #212121; } .wrapper-customer { background-color: #212121; } .customer-photo { border-radius: 51px; width: 300px; margin: 50px; border: solid 1px #757575; color: white; } .customer-review { text-align: center; margin: 5%; color: white; } /*--------------FOOTER-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ .footer-top { background-color: #D7D7D7; } .footer-top-container { margin: 0 auto; max-width: 1600px; display: flex; justify-content: space-around; } .footer-top-left { display: flex; align-items: center; align-self: center; justify-content: space-evenly; flex-grow: 1; } .footer-top-right { display: flex; align-self: center; justify-content: space-evenly; flex-grow: 8; } /*img and p left side container*/ .footer-logo-and-social { text-align: center; } .footer-logo { max-width: 300px; max-height: 100px; } .footer-logo-img { width: 100%; height: 90px; } .footer-logo-and-social p { margin: 0 auto; max-width: 200px; font-size: 1.1rem; font-weight: 400; color: #212121; } .social-icons li { text-align: center; } .social-icons li a { color: #212121; font-size: 1.5em; } .footer-top-right ul li { padding: 5px; position: relative; } .footer-top-right ul li a { color: #212121; font-weight: 400; font-size: 1.1rem; white-space: nowrap; } .footer-top-right ul li a:hover { color: white; } .footer-bottom { background-color: #212121; } .footer-bottom-container { display: flex; margin: 0 auto; max-width: 1600px; align-items: center; } .footer-bottom-container ul { flex-grow: 8; } .footer-bottom-container ul li { position: relative; display: inline-block; padding: 0 2em; } .footer-bottom-container ul li a { text-align: center; font-weight: 400; color: white; } /*div inside li item from subfooter list*/ .change-language { color: white; display: inline-block; font-weight: 400; position: relative; cursor: pointer; } /*footer-sublist == dropdown menu*/ .change-selector .footer-sublist { background-color: white; box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.2); border-radius: 3px; position: absolute; top: -50px; display: none; } .change-selector .footer-sublist li a { color: #212121; } .change-selector:hover .footer-sublist { display: block; } .rights { align-self: center; color: white; font-weight: 400; text-align: center; flex-grow: 1; } /*--------------MEDIA QUERIES-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ /*--------------SMARTPHONE-------------*/ @media only screen and (min-width: 768px) { body { /*background-color: red;*/ } } /*--------------UTILS-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ .list-none { list-style-type: none; padding: 0; z-index: 1; } .subtitle { font-size: 1.3rem; } .of-hidden { overflow: hidden; } .h1-title { font-weight: 600; font-size: 2rem; color: #757575; margin: 1.5rem; } .br-10 { border-radius: 10px; }
0.318379
0.056809
@charset "UTF-8"; /* ========================================================================== Normalize.scss settings ========================================================================== */ /** * Includes legacy browser support IE6/7 * * Set to false if you want to drop support for IE6 and IE7 */ /* Base ========================================================================== */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using * `em` units. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Addresses styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * 1. Remove border when inside `a` element in IE 8/9/10. * 2. Improves image quality when scaled in IE 7. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. * 4. Improves appearance and consistency in all browsers. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. * 4. Removes inner spacing in IE 7 without affecting normal text inputs. * Known issue: inner spacing remains in IE 6. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. * Known issue: excess padding remains in IE 6. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. * 3. Corrects text not wrapping in Firefox 3. * 4. Corrects alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*MIXINS*/ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: transparent; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { overflow-X: hidden; } body { -webkit-font-smoothing: antialiased; line-height: 1; background: #ffffff; font-size: 16px; font-family: "Lato", sans-serif; color: #222222; height: 100%; } *:focus { outline: none; -moz-outline-style: none; } :-moz-any-link:focus { outline: 1px dotted invert; } :-moz-any-link:focus { outline: none; } textarea, input { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-appearance: none; appearance: none; font-family: inherit; font-size: inherit; line-height: inherit; font-size: 15px; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888888; } input:-moz-placeholder, textarea:-moz-placeholder { color: #888888; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #888888; } textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder { color: transparent; } textarea:focus::-moz-placeholder, input:focus::-moz-placeholder { color: transparent; } textarea:focus:-moz-placeholder, input:focus:-moz-placeholder { color: transparent; } textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder { color: transparent; } a { -moz-transition: color 0.3s linear; -o-transition: color 0.3s linear; -webkit-transition: color 0.3s linear; transition: color 0.3s linear; text-decoration: underline; } a:hover { text-decoration: none; } p { margin: 0; } h1 { margin: 0; margin-bottom: 30px; font-size: 70px; font-weight: 700; } h2 { font-size: 42px; line-height: 48px; margin: 0; } h4 { font-size: 24px; margin: 0; margin-bottom: 10px; font-weight: 600; } h5 { font-size: 18px; margin: 0; margin-bottom: 10px; font-weight: normal; } mark { background: transparent; } .dnone { display: none; } .btn { display: inline-block; background: #ed1c24; padding: 0 50px; height: 60px; line-height: 60px; color: #fff; font-size: 24px; text-decoration: none; -moz-border-radius: 35px; -webkit-border-radius: 35px; -ms-border-radius: 35px; border-radius: 35px; -moz-transition: box-shadow 0.3s ease; -o-transition: box-shadow 0.3s ease; -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .btn:hover { -webkit-box-shadow: 0px 2px 6px 0px rgba(237, 28, 36, 0.55); -moz-box-shadow: 0px 2px 6px 0px rgba(237, 28, 36, 0.55); box-shadow: 0px 2px 6px 0px rgba(237, 28, 36, 0.55); } .title { text-align: center; } .layout { width: 100%; height: 100%; margin: 0 auto; } .container { max-width: 1170px; margin: 0 auto; position: relative; height: 100%; z-index: 10; } .top { padding-bottom: 57px; background: url(../img/content/top-img.jpg) center top no-repeat; background-size: cover; position: relative; text-align: center; } .top:after { content: ""; display: block; height: 83px; width: 100%; background: url(../img/content/top-illustration.png) center bottom no-repeat; position: absolute; background-size: cover; bottom: -1px; left: 0; z-index: 5; } .blackout { content: ""; width: 100%; height: 100%; display: block; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; z-index: 1; } .page-header { padding-top: 19px; text-align: left; position: relative; z-index: 10; overflow: hidden; margin-bottom: 34px; } .page-header--index { margin-bottom: 110px; } .top-logo { display: block; text-decoration: none; float: left; width: 275px; height: 64px; background: url(../img/content/top-logo.png) no-repeat; margin-right: 32px; } .top-socials { float: right; margin-top: 5px; } .top-socials a { text-decoration: none; margin-right: 32px; } .top-socials a:hover svg { fill: #ed1c24; } .top-socials a:last-child { margin-right: 0; } .vk svg { width: 29px; height: 27px; fill: #fff; position: relative; top: 6px; -moz-transition: fill 0.3s ease; -o-transition: fill 0.3s ease; -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; } .fb svg { width: 20px; height: 34px; fill: #fff; position: relative; top: 7px; -moz-transition: fill 0.3s ease; -o-transition: fill 0.3s ease; -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; } .twitter svg { width: 21px; height: 22px; fill: #fff; position: relative; top: 4px; -moz-transition: fill 0.3s ease; -o-transition: fill 0.3s ease; -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; } .top-nav { overflow: hidden; display: inline-block; margin-top: 15px; } .top-nav__item { float: left; color: #fff; text-decoration: none; border-bottom: 2px solid transparent; text-transform: uppercase; font-size: 16px; margin-right: 40px; font-weight: bold; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; line-height: 30px; } .top-nav__item:hover, .top-nav__item.active { border-bottom: 2px solid #ed1c24; } .top__info { position: relative; z-index: 10; color: #fff; } .top__info h1 { color: #fff; } .top__info p { font-size: 30px; margin-bottom: 15px; } .top__info span { display: block; font-size: 16px; margin-bottom: 25px; } .top__info .btn { margin-bottom: 50px; position: relative; } .scroll-icon { display: inline-block; position: relative; width: 44px; height: 44px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.6); margin: 25px 0 10px; } .scroll-icon:after { content: ""; width: 20px; height: 11px; background: url(../img/content/scroll.png) 0 0 no-repeat; animation: scrollup 0.8s ease-in infinite alternate; position: absolute; top: 50%; margin-top: -5px; left: 50%; margin-left: -10px; } @-webkit-keyframes scrollup { 0% { transform: translate(0, 3px); } 100% { transform: translate(0, -3px); } } @keyframes scrollup { 0% { transform: translate(0, 3px); } 100% { transform: translate(0, -3px); } } .top-anchors__item { display: inline-block; margin-right: 90px; color: #fff; font-size: 18px; text-decoration: none; padding-bottom: 8px; position: relative; } .top-anchors__item:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; background: url(../img/content/underline.png) 0 0 no-repeat; background-size: 100%; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .top-anchors__item:last-child { margin-right: 0; } .top-anchors__item:hover:after { opacity: 0; } .top-counter { background: #fff; padding: 30px 40px; display: inline-block; color: #222222; font-size: 24px; line-height: 34px; margin-bottom: 27px; border: 8px solid rgba(255, 255, 255, 0.3); -webkit-background-clip: padding-box; background-clip: padding-box; } .counter-wrapper { display: inline-block; vertical-align: top; height: 34px; overflow: hidden; } .phone-select { background: #e9e9e9; padding: 57px 0 50px 0; position: relative; } .phone-select h2 { text-align: center; font-size: 40px; margin-bottom: 25px; } .phone-select:before { content: ""; width: 100%; height: 83px; background: url(../img/content/top-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -83px; left: 0; } .phone-img { width: 234px; margin: 0 auto 45px; position: relative; } .phone-img img { display: block; z-index: 10; position: relative; } .phone-img:after { content: ""; display: inline-block; width: 366px; height: 540px; background: url(../img/content/phone-shadow.png) center top no-repeat; position: absolute; top: -10px; left: -62px; z-index: 1; } .phone-img__inner { position: absolute; top: 110px; width: 100%; padding: 0 7px; text-align: center; z-index: 15; } .phone-img__inner img { display: inline-block; max-width: 100%; height: auto; } .phone-message { display: block; font-weight: normal; font-size: 18px; color: #222222; text-align: center; overflow: hidden; text-overflow: ellipsis; z-index: 20; max-width: 450px; margin: 0 auto 20px; } .phone-title { max-width: 450px; margin: 0 auto 27px; font-size: 24px; font-weight: 600; color: #8f8f8f; text-align: center; z-index: 20; position: relative; } .phone-slider-wrap { position: relative; } .phone-slider { opacity: 0; } .phone-slider__arrows { position: absolute; top: 225px; width: 390px; left: 50%; margin-left: -195px; } .phone-slider__prev, .phone-slider__next { display: inline-block; width: 26px; height: 48px; position: absolute; } .phone-slider__prev { background: url(../img/content/phone-arrows.png) 0 0 no-repeat; left: 0; } .phone-slider__next { background: url(../img/content/phone-arrows.png) -26px 0 no-repeat; right: 0; } .btn--phone { position: absolute; bottom: -12px; left: 50%; margin-left: -205px; z-index: 10; } .advantages-list { list-style-type: none; display: inline-block; position: absolute; margin: 0; top: 102px; padding: 0; } .advantages-list__left { left: 0; padding-left: 45px; } .advantages-list__left .advantages-list__item .icon { float: left; margin-right: 21px; } .advantages-list__right { right: 0; text-align: right; padding-right: 45px; } .advantages-list__right .advantages-list__item .icon { float: right; margin-left: 21px; } .advantages-list__item { overflow: hidden; margin-bottom: 42px; font-size: 18px; line-height: 37px; } .advantages-list__item .icon { line-height: 35px; height: 35px; display: inline-block; vertical-align: middle; width: 37px; text-align: center; } .advantages-list__item .icon img { display: inline-block; vertical-align: middle; max-height: 35px; } .digit-con { height: 34px; line-height: 34px; width: 30px; overflow: hidden; display: inline-block; margin-left: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .digit-con span { background-color: #ed1c24; width: 100%; display: block; text-align: center; font-size: 24px; color: #fff; position: relative; top: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .questions { background: #fff; padding-top: 75px; padding-bottom: 110px; position: relative; text-align: center; } .questions:after { content: ""; width: 100%; height: 83px; background: url(../img/content/questions-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -83px; left: 0; } .questions h2 { margin-bottom: 52px; } .questions-accord { text-align: left; margin-bottom: 48px; } .questions-accord--short .questions-accord__item { max-width: 770px; font-weight: 600; } .questions-accord__item { display: block; background: #f3f3f3; border: 3px solid #f3f3f3; max-width: 100%; margin: 0 auto; padding: 29px 80px 27px 99px; color: #ed1c24; text-decoration: none; position: relative; margin-bottom: 10px; font-size: 18px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .questions-accord__item.visible { border: 3px solid #ed1c24; background: #fff; } .questions-accord__item.visible .icon { background: url(../img/content/question-icon.png) center -73px no-repeat; } .questions-accord__item .icon { width: 40px; height: 40px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 3px solid #ed1c24; position: absolute; left: 18px; top: 18px; background: url(../img/content/question-icon.png) center 8px no-repeat; } .questions-accord__item .button { height: 20px; width: 20px; position: absolute; right: 39px; top: 33px; margin: 0 auto; cursor: pointer; } .questions-accord__item .button.open .line.left { left: 15px; } .questions-accord__item .button.open .line.right { left: 24px; } .questions-accord__item .line { width: 3px; height: 15px; background: #ed2028; border-radius: 3px; display: block; position: absolute; top: 0; transition: all 0.3s cubic-bezier(0.87, 0.39, 0.74, 1.31); } .questions-accord__item .line.left { -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg); left: 20px; } .questions-accord__item .line.right { -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg); left: 20px; } .answer { font-size: 16px; line-height: 24px; color: #222222; display: block; margin-top: 18px; font-weight: 300; font-size: 16px; width: 100%; display: none; } .ask { overflow: hidden; text-align: left; max-width: 770px; margin: 0 auto; } .ask h4 { margin-bottom: 13px; } .ask .btn { float: right; font-size: 16px; height: 40px; line-height: 40px; padding: 0 30px; margin-top: 11px; } .ask__left { float: left; color: #57585a; font-size: 16px; padding-bottom: 5px; } .ask__left a { color: #ed1c24; text-decoration: none; font-weight: 600; } .ask__left a:hover { text-decoration: underline; } .page-footer { position: relative; padding: 40px 0 45px; background: #34353d; z-index: 15; } .page-footer .container:after { content: ""; display: table; clear: both; } .page-footer:before { content: ""; height: 83px; width: 100%; background: url(../img/content/footer-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -82px; left: 0; } .page-footer:after { content: ""; display: table; clear: both; } .page-footer__socials { float: left; } .page-footer__socials a { text-decoration: none; margin-right: 36px; } .page-footer__socials a:hover svg { fill: #ed1c24; } .page-footer__socials a:last-child { margin-right: 0; } .instruction { float: left; font-size: 16px; text-decoration: none; color: #fff; margin: 17px 0 0 80px; } .instruction:hover { text-decoration: underline; } .copyright { float: right; margin-top: -4px; } .copyright p { color: rgba(255, 255, 255, 0.3); font-size: 14px; margin-bottom: 13px; } .copyright p:last-child { margin-bottom: 0; } .menu-right { padding: 38px 20px 20px; background: #34353d; border-left: 1px solid #2a2a2a; bottom: 0; color: #858585; height: 100%; position: fixed; top: 0; width: 250px; z-index: 99; right: -250px; margin-right: 0 !important; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .menu-right.active { -webkit-transform: translate3d(-250px, 0, 0); -moz-transform: translate3d(-250px, 0, 0); transform: translate3d(-250px, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .menu-right__list { margin: 0; padding: 0; list-style-type: none; } .menu-right__list-item { color: #fff; margin-bottom: 10px; } .menu-right__list-item a { color: #fff; text-decoration: underline; } .menu-right__list-item a:hover { text-decoration: none; } .layout { position: relative; top: 0; left: 0; right: 0; z-index: 9; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .layout.active { -webkit-transform: translate3d(-250px, 0, 0); -moz-transform: translate3d(-250px, 0, 0); transform: translate3d(-250px, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .menu-btn { display: none; float: right; margin-top: 20px; } .menu-btn.active .burger-icon { background-color: transparent; } .menu-btn.active .burger-icon:before { -webkit-transform: translateY(8px) rotate(45deg); -moz-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); } .menu-btn.active .burger-icon:after { -webkit-transform: translateY(-8px) rotate(-45deg); -moz-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg); } .burger-icon { display: block; position: relative; margin-top: 8px; margin-bottom: 8px; width: 30px; height: 3px; background-color: #fff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .burger-icon:before, .burger-icon:after { display: block; width: 30px; height: 3px; background-color: #fff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; content: ""; } .burger-icon:before { top: -8px; } .burger-icon:after { top: 8px; } #step1 { padding-top: 25px; } #step1 .btn { margin-bottom: 0; font-weight: normal; } #step1 .textarea-wrap { position: relative; display: inline-block; margin-bottom: 15px; } #step1 .warning { font-size: 15px; color: #888888; position: absolute; right: 12px; bottom: 20px; } #step2 { padding: 0 60px; } #step2 .btn { padding: 0 40px; } #step3 { padding: 0 60px; } #step3 h4 { margin-bottom: 60px; } #step3 p { margin-bottom: 50px; } #step3 .btn { font-weight: normal; line-height: 50px; height: 50px; font-size: 18px; padding: 0 40px; } #step3 .btn.vk { padding-left: 60px; background: #4c75a8 url(../img/content/vk.png) 29px center no-repeat; } #step3 .btn.fb { padding-left: 65px; background: #3855a2 url(../img/content/fb.png) 42px center no-repeat; } #step4 p { margin-bottom: 17px; } #step4 input[type="text"] { width: 290px; margin-bottom: 13px; } #step4 .number-information { margin-bottom: 45px; } #step5 p { margin-bottom: 19px; } .steps { display: none; text-align: center; } .steps h4 { margin-bottom: 28px; } .steps h4 span { color: #cccccc; display: inline-block; margin-right: 5px; font-weight: normal; } .steps h4.final { color: #ed1c24; } .steps p { font-size: 18px; line-height: 22px; margin-bottom: 28px; } .steps p.final-phrase { margin-bottom: 0; } .steps .number-information { font-size: 15px; line-height: 24px; color: #888888; } .steps textarea { width: 500px; height: 110px; resize: none; padding: 15px; border: 2px solid #e6e6e6; } .steps input[type="text"] { border: 2px solid #e6e6e6; height: 50px; line-height: 50px; padding: 0 20px; margin-bottom: 20px; display: inline-block; } .back { display: inline-block; font-size: 24px; color: #ed1c24; margin-right: 45px; text-decoration: none; padding-left: 40px; background: url(../img/content/back.png) left center no-repeat; } .or { font-size: 18px; color: #cccccc; display: inline-block; margin: 0 18px; } .fancybox-close { position: absolute; top: 15px; right: 15px; width: 17px; height: 17px; cursor: pointer; z-index: 8040; background: url(../img/content/close.png) no-repeat; } .fancybox-nav span { visibility: visible; width: 38px; height: 71px; margin-top: -35px; } .fancybox-prev { left: -145px; } .fancybox-prev span { background: url(../img/content/popup-arrows.png) 0 0 no-repeat; left: 0; } .fancybox-next { right: -145px; } .fancybox-next span { background: url(../img/content/popup-arrows.png) -38px 0 no-repeat; right: 0; } .fancybox-skin { position: relative; background: #fff; color: #222222; text-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .download { width: 520px; height: 320px; margin-bottom: 50px; background: url(../img/content/download-bg.jpg) 0 0 no-repeat; position: relative; } #dropBox { width: 200px; height: 200px; background-size: 100%; background-repeat: no-repeat; text-align: center; color: #fff; display: table; vertical-align: middle; background-color: rgba(0, 0, 0, 0.6); font-size: 13px; line-height: 20px; background-size: contain !important; background-position: center; position: absolute; top: 60px; left: -30px; z-index: 10; } #dropBox canvas { position: absolute; width: 100%; height: 100%; left: 0; } .dropbox-info { display: table-cell; vertical-align: middle; padding: 0 20px; text-align: center; } .dropbox-info a { color: #ed1c24; text-decoration: none; border-bottom: 1px dashed #ed1c24; } .dropbox-info a:hover { border-bottom: 1px dashed transparent; } .download-info { background: url(../img/content/download-info-bg.png) no-repeat; width: 366px; height: 191px; position: absolute; right: -38px; bottom: -36px; font-size: 13px; font-weight: 600; color: #fff; line-height: 20px; display: table; vertical-align: middle; z-index: 5; } .download-info__text { display: table-cell; vertical-align: middle; padding: 0px 30px; font-size: 18px; line-height: 22px; font-weight: 100; } .download-anchor { display: inline-block; position: relative; } .fileupload { visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .mybutton { color: #ed1c24; text-decoration: none; border-bottom: 1px dashed #ed1c24; cursor: pointer; } .mybutton:hover { border-bottom: 1px dashed transparent; } #fileinfo { color: #ed1c24; width: 150px; text-align: center; white-space: normal; } #fileinfo span { word-wrap: break-word; font-size: 11px; display: block; } .vidgets { padding-bottom: 25px; margin-bottom: 30px; overflow: hidden; border-bottom: 1px solid #dadada; } .vidgets__item { float: left; padding-right: 40px; } .vidgets__item img { display: block; } .vidgets__item:last-child { padding-right: 0; } .final-phrase { max-width: 420px; margin: 0 auto; } .choose { overflow: hidden; margin-bottom: 16px; } .choose input[type="radio"] { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; } .choose label { display: block; width: 100%; height: 60px; line-height: 54px; cursor: pointer; background: #f3f3f3; font-size: 18px; color: #ed2028; text-align: left; padding-left: 50px; border: 3px solid transparent; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .choose label:hover { background: #fff; border: 3px solid #e9252c; } .choose label.romantic i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 0 no-repeat; width: 22px; height: 19px; } .choose label.real i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 -53px no-repeat; width: 22px; height: 22px; } .choose label.fantastic i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 -116px no-repeat; width: 24px; height: 24px; } .choose label.solemn i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 -182px no-repeat; width: 22px; height: 18px; } .choose input[type="radio"]:checked + label { color: #fff; background-color: #ed1c24; } .choose input[type="radio"]:checked + label.romantic i { background: url(../img/content/choose-bg.png) -38px 0 no-repeat; } .choose input[type="radio"]:checked + label.real i { background: url(../img/content/choose-bg.png) -38px -53px no-repeat; } .choose input[type="radio"]:checked + label.fantastic i { background: url(../img/content/choose-bg.png) -36px -116px no-repeat; } .choose input[type="radio"]:checked + label.solemn i { background: url(../img/content/choose-bg.png) -38px -182px no-repeat; } .radio-wrap { display: inline-block; vertical-align: top; margin-right: 10px; margin-bottom: 10px; width: 300px; } .page-content { background: #fff; padding-top: 39px; padding-bottom: 60px; position: relative; z-index: 10; } .page-content:after { content: ""; width: 100%; height: 83px; background: url(../img/content/questions-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -83px; left: 0; } .page-content h2 { margin-bottom: 38px; } .members-list { text-align: left; margin-bottom: 10px; } .member-item { display: inline-block; text-align: center; vertical-align: top; width: 50%; margin-right: -4px; padding: 0 20px; margin-bottom: 20px; padding-bottom: 60px; text-decoration: none; } .member-item__inner { max-width: 520px; margin: 0 auto; height: 280px; background: url(../img/content/member-bg.jpg) center top no-repeat; position: relative; } .member-info { width: 366px; height: 246px; background: url(../img/content/member-info-bg.png) center top no-repeat; position: absolute; right: -40px; bottom: -60px; font-size: 13px; font-weight: 600; color: #fff; line-height: 20px; display: table; vertical-align: middle; z-index: 5; } .member-info__text { display: table-cell; vertical-align: middle; padding: 0px 50px; font-size: 18px; line-height: 22px; font-weight: 100; } .customer__title { font-size: 18px; color: #fff; position: absolute; top: 13px; left: 30px; } .customer__img { position: absolute; top: 50px; left: 30px; width: 200px; height: 200px; z-index: 20; } .customer__img img { display: block; max-width: 100%; height: auto; } .member-item--popup { width: 565px; margin: 0 auto 63px; padding: 0; padding-bottom: 0; padding-right: 45px; } .member { text-align: center; padding-bottom: 7px; } .member h4 { font-weight: normal; margin-bottom: 26px; } .member h4 span { font-weight: 600; } .member .member-info { right: -40px; bottom: -50px; } .member .btn { padding: 0 30px; } .time { background: #ed1c24; padding: 27px 30px 19px; margin-bottom: 50px; } .time__item { text-align: left; margin-bottom: 21px; line-height: 24px; font-weight: 600; white-space: nowrap; } .time__item:last-child { margin-bottom: 0; } .time__item-left { display: inline-block; vertical-align: top; margin-right: 45px; width: 365px; color: #222222; font-size: 18px; } .time__item-right { display: inline-block; vertical-align: top; color: #fff; font-size: 16px; } .time__item-right b { font-size: 23px; } .clarification { font-size: 16px; display: block; } .specification { line-height: 24px; max-width: 990px; margin: 0 auto 70px; } .specification p { font-size: 18px; line-height: 24px; } .specification-list { padding: 0; } .specification-list li { margin-bottom: 10px; list-style-type: none; } .specification-list li:before { color: #ed1c24; content: "•"; padding-right: 5px; } .actions { line-height: 24px; max-width: 990px; margin: 0 auto 70px; } .actions h5 { margin-bottom: 7px; } .actions ul { margin: 0; list-style-type: none; padding: 0; } .actions li { margin-bottom: 5px; padding-left: 25px; background: url(../img/content/li-bg.png) 7px 13px no-repeat; } .actions p { margin-bottom: 4px; } .actions table { width: 100%; border-collapse: separate; border-spacing: 7px; margin: 0 -7px 20px; } .actions table th { font-weight: normal; color: #fff; background: #ed1c24; font-size: 18px; text-align: left; padding: 25px 20px; } .actions table td { text-align: left; padding: 20px; font-size: 18px; background: #e7e7e8; } .actions table td:first-child { width: 210px; } .actions table td.month { background: #939598; color: #fff; } .actions table td.month .sum { color: #fff; } .actions .sum { display: inline-block; vertical-align: top; margin-right: 12px; color: #ed1c24; font-size: 35px; font-weight: normal; } .footnote-item { font-size: 14px; color: #888888; line-height: 16px; margin-bottom: 9px; } .tube { display: inline-block; width: 12px; height: 12px; background: url(../img/content/tube.png) 0 0 no-repeat; } .infinity { width: 48px; height: 23px; background: url(../img/content/infinity.png) 0 0 no-repeat; display: inline-block; vertical-align: top; margin-right: 12px; } .action-item { margin-bottom: 20px; } .action-item h5 { text-transform: uppercase; color: #ed1c24; } .pagination { text-align: center; margin-bottom: 50px; } .pagination__item { display: inline-block; margin-right: 4px; width: 50px; height: 50px; line-height: 50px; text-decoration: none; color: #222222; text-align: center; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; font-size: 18px; } a.pagination__item { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } a.pagination__item:hover { text-decoration: underline; color: #e50000; } span.pagination__item { background: #e60000; color: #fff; } span.pagination__item--prev { width: auto; background: transparent; color: #888888; } span.pagination__item--next { width: auto; background: transparent; color: #888888; margin: 0 30px; } .pagination__item--prev { width: auto; background: transparent; color: #222222; margin-right: 30px; font-size: 16px; } .pagination__item--prev { width: auto; background: transparent; color: #222222; margin-left: 30px; font-size: 16px; } .title-wrap { overflow: hidden; text-align: center; } .title-wrap a { text-decoration: none; color: #222222; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .title-wrap a.active, .title-wrap a:hover { border-bottom: 3px solid #ed1c24; } .title-wrap h2 { font-size: 31px; line-height: 35px; } .title-winners__left { width: 50%; float: left; text-align: right; padding-right: 32px; } .title-winners__right { float: right; width: 50%; text-align: left; padding-left: 32px; } #loadersoc{ display: none;} .preloader-wrap{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 10; } .preloader { width: 70px; height: 30px; text-align: center; font-size: 10px; position: absolute; left: 50%; margin-left: -35px; top: 50%; margin-top: -15px; } .preloader > div { background-color: #939598 ; height: 10px; width: 10px; border-radius: 50%; display: inline-block; margin-top: 20px; -webkit-animation: stretchdelay 0.7s infinite ease-in-out; animation: stretchdelay 0.7s infinite ease-in-out; } .preloader .circ2 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .preloader .circ3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .preloader .circ4 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .preloader .circ5 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } @-webkit-keyframes stretchdelay { 0%, 40%, 100% { -webkit-transform: translateY(-10px) } 20% { -webkit-transform: translateY(-20px) } } @keyframes stretchdelay { 0%, 40%, 100% { transform: translateY(-10px); -webkit-transform: translateY(-10px); } 20% { transform: translateY(-20px); -webkit-transform: translateY(-20px); } } #cropContainerMinimal { width: 200px; height: 200px; position: relative; border: 0; overflow: hidden; } .download-anchor{ display: block; position: absolute; padding: 0 20px; font-size: 13px; line-height: 20px; top: 55px; } .download-anchor a{ color: #ed1c24 ; text-decoration: none; display: inline-block; margin: 0 5px; border-bottom: 1px dashed #ed1c24 ; } .cropControls.cropControlsUpload{ z-index: 2; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); } .cropControls i.cropControlUpload { background-position: -150px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .cropControls.cropControlsCrop{ z-index: 25 } .cropImgWrapper{ top:0; z-index: 20!important; } #cropContainerMinimal{ height: 200px; } .page-content { min-height: 700px} .phone-img{ width: auto; max-width: 500px; text-align: center; } .phone-img img { display: inline-block; max-width: 100%; height: auto; } .phone-img:after { display: none; } .phone-slider__arrows { position: absolute; top: 40%; width: 500px; margin-left: -250px; } .phone-title { max-width: inherit; } .btn-wrap{ text-align: center; padding-bottom: 7px; } .btn--phone { position: static; bottom: 0; left: 0; margin-left: 0; z-index: 10; } .slide-img-wrap{ position: relative; } .phone-img__inner { top: 50%; margin-top: -91px; } .cropControls.cropControlsUpload { border: 2px dashed transparent; } .cropControls.cropControlsUpload:hover{ border: 2px dashed #939598 ; } #step4 input[type="text"] { padding-left: 55px; } #step4 .input-wrap{ position: relative; display: inline-block; } #step4 span.code{ color: #7b7b7c ; position: absolute; font-size: 15px; top: 18px; left: 19px; } #step4 input[type="text"]{ line-height: 46px; } .cropControls.cropControlsCrop { z-index: 25; width: 100%; height: 50px; text-align: center; } .cropControls.cropControlsCrop i { background: url('../img/content/download-icons.png') no-repeat; margin-top: 15px; margin-right: 22px; width: 20px; height: 21px; opacity: 0.7; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .cropControls.cropControlsCrop i:hover{ background: url('../img/content/download-icons.png') no-repeat; opacity: 1; } .cropControls.cropControlsCrop i:last-child{ margin-right: 0; } .cropControls.cropControlsCrop i.cropControlZoomIn { background-position: 0px 0px; } .cropControls.cropControlsCrop i.cropControlZoomOut { background-position: -47px 0px; } .cropControls.cropControlsCrop i.cropControlCrop { background-position: -94px 0px; } .cropControls.cropControlsCrop i.cropControlReset { background-position: -143px 0px; } .cropControls i { display: inline-block; float: none; } .member-item__inner { max-width: 520px; margin: 0 auto; height: 320px; background: url(../img/content/download-bg.jpg) center top no-repeat; position: relative; } .member-info { width: 366px; height: 191px; background: url(../img/content/download-info-bg.png) center top no-repeat; position: absolute; right: -38px; bottom: -36px; } .btn--phone { position: static; bottom: 0; left: 0; margin-left: 0; z-index: 10; height: auto; line-height: 16px; padding: 17px 50px; } #step1 input[type="text"]{ width: 500px; } @media screen and (max-width: 1250px) { .container { padding: 0 20px; } } @media screen and (max-width: 1200px) { .page-footer { text-align: center; } .page-footer__socials, .instruction { float: none; display: inline-block; } .copyright { float: none; margin-top: 40px; } } @media screen and (max-width: 1150px) { .member-info { z-index: 25; } .fancybox-next { right: -55px; } .fancybox-next span { background: url(../img/content/popup-arrows-m.png) -38px 0 no-repeat; } .fancybox-prev { left: -55px; } .fancybox-prev span { background: url(../img/content/popup-arrows-m.png) 0 0 no-repeat; } } @media screen and (max-width: 1024px) { .top-logo { margin: 0 auto; float: none; margin-bottom: 20px; position: relative; left: 30px; } .top-nav { margin-top: 0; } .top-socials { margin-top: -13px; } .phone-img { float: left; margin: 0; margin-left: 75px; margin-bottom: 40px; } .phone-title { max-width: 390px; margin: 0 30px 20px 0; clear: both; } .phone-slider__arrows { position: absolute; top: 225px; width: 360px; left: 10px; margin-left: 0; } .advantages-list { position: static; float: right; width: 300px; } .advantages-list__left { padding-left: 0; clear: right; } .advantages-list__right { padding-right: 0; float: right; clear: right; text-align: left; } .advantages-list__right .advantages-list__item .icon { float: left; margin-right: 21px; margin-left: 0; } .time__item-left { display: block; width: 100%; text-align: center; } .time__item-right { display: block; text-align: center; } .phone-message { margin: 0 0 20px 0; clear: left; width: 375px; } .phone-slider__arrows { position: absolute; top: 225px; width: 360px; left: 10px; margin-left: 0; } .phone-title { max-width: inherit; margin: 0 0 20px 0; clear: both; } .phone-img{ max-width: 225px; } .title-wrap .title-winners__left { text-align: center; font-size: 18px; float: none; width: 100%; padding: 0; } .title-wrap .title-winners__right { text-align: center; padding: 0; font-size: 18px; float: none; width: 100%; } } @media screen and (max-width: 1000px) { .member .member-info { right: 0; bottom: -50px; width: 100%; z-index: 30; } .member .customer__img { position: absolute; top: 15px; left: 50%; margin-left: -100px; } .member .member-item__inner { width: 100%; } } @media screen and (max-width: 980px) { .member-info { z-index: 5; } .member-item { width: 100%; } .title-wrap .title-winners__left { text-align: left; font-size: 18px; } .title-wrap .title-winners__right { text-align: left; padding: 0; font-size: 18px; } } @media screen and (max-width: 900px) { .actions table th, .actions table td { font-size: 16px; padding: 5px; } .actions .sum { font-size: 18px; } .infinity { width: 36px; height: 15px; vertical-align: middle; background-size: contain; } .actions table td:first-child{ width: 100%; } .actions table td{ text-align: center; } table { border: 0; width: 100%; display: table !important; } table thead,table th { display: none; } table tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; } table td { display: block; text-align: center; font-size: 13px; border-bottom: 1px dotted #ccc; &:last-of-type { text-align: center !important; } } table td:last-child { border-bottom: 0; } table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } } @media screen and (max-width: 850px) { h1 { font-size: 50px; } .page-header { margin-bottom: 58px; } .top__info p { font-size: 24px; margin-bottom: 12px; } .top__info span { margin-bottom: 60px; } .top__info .btn { padding: 0 35px; } .top-anchors__item { font-size: 24px; margin-right: 40px; } } @media screen and (max-width: 800px) { .download { width: 100%; } .back { margin-bottom: 20px; } #dropBox { top: -5px; left: 50%; margin-left: -100px; z-index: 10; } .download-info { right: auto; left: 50%; margin-left: -173px; bottom: -36px; } #step2 .download-info{ right: 0; left: 0; margin-left: 0; bottom: 0; width: 100%; background: #ed1c24; display: block; right: 0; text-align: center; } .download-info__text { display: block; padding: 15px 30px; word-break: break-all; } } @media screen and (max-width: 740px) { .advantages-list { width: 220px; } .advantages-list__item { font-size: 14px; } .top-nav__item { margin-right: 25px; font-size: 15px; } #step3 .btn { display: block; max-width: 200px; margin: 0 auto 10px; } .or { margin: 0 18px 10px; } .vidgets__item { float: none; padding-right: 0; text-align: center; margin-bottom: 10px; } .vidgets__item img { display: inline-block; max-width: 100%; height: auto; } } @media screen and (max-width: 649px) { .actions table td:first-child { width: auto; } .top-nav, .top-socials { display: none; } .menu-btn { display: block; } .phone-slider__arrows { position: static; top: 0; width: 100%; left: 0; margin-left: 0; overflow: hidden; margin-bottom: 30px; } .phone-slider__prev { position: relative; float: left; z-index: 40; } .phone-slider__next { position: relative; float: right; z-index: 40; } .phone-title { max-width: 450px; margin: 0 auto; position: absolute; top: -65px; width: 100%; max-width: 100%; text-align: center; font-size: 18px; color: #ed1c23; padding: 0 35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .phone-img__inner { display: none; } .phone-img { float: none; margin: 0 auto; margin-bottom: 63px; } .phone-message { display: none; } .advantages-list { width: 220px; float: none; position: absolute; } .advantages-list__left { left: 50%; margin-left: -110px; z-index: 50; top: 62px; } .advantages-list__item { margin-bottom: 27px; font-size: 16px; color: #fff; padding-left: 20px; padding-right: 10px; } .advantages-list__text { overflow: hidden; display: block; line-height: 22px; } .advantages-list__right { left: 50%; margin-left: -110px; z-index: 50; } .container { padding: 0 8px; } .top-logo { float: left; left: 0; width: 195px; height: 45px; background-size: cover; } .menu-btn { margin-top: 8px; margin-right: 10px; } .page-header { margin-bottom: 15px; } h1 { font-size: 40px; line-height: 45px; margin-bottom: 20px; } .top__info span { line-height: 24px; font-size: 14px; margin-bottom: 30px; } .top__info p { margin-bottom: 10px; line-height: 30px; } .top-counter { padding: 15px; font-size: 16px; } .page-footer__socials { display: block; } .instruction { float: none; margin: 30px 0 0 0; font-size: 14px; display: block; } .copyright p { line-height: 18px; } .top-anchors__item { font-size: 14px; } .phone-select { padding-top: 30px; padding-bottom: 20px; } .phone-select h2 { font-size: 24px; line-height: 28px; } h2 { font-size: 24px; line-height: 28px; } .questions-accord__item { padding: 13px 80px 13px 13px; font-size: 14px; line-height: 20px; } .questions-accord__item .icon { display: none; } .questions-accord__item .button { right: 20px; top: 13px; } .answer { font-size: 14px; } h4 { font-size: 18px; margin: 0; margin-bottom: 10px; font-weight: normal; } .ask { text-align: center; } .ask .btn { float: none; } .ask__left { margin-bottom: 15px; width: 100%; float: none; } .page-footer { padding: 30px 0; } .questions { padding-bottom: 60px; } .steps textarea { width: 100%; } .steps input[type="text"]{ width: 100%; } .radio-wrap { width: 100%; } .choose label { padding-left: 0; text-align: left; padding-left: 10px; font-size: 14px;} #step1 .textarea-wrap { width: 100%; } .phone-slider__arrows { position: static; top: 0; width: 100%; left: 0; margin-left: 0; overflow: hidden; margin-bottom: 30px; } .phone-title { max-width: 450px; margin: 0 auto; position: absolute; top: -65px; width: 100%; max-width: 100%; text-align: center; font-size: 18px; color: #ed1c23 ; padding: 0 35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .phone-img { margin-bottom: 220px; } .btn-wrap { text-align: center; position: absolute; bottom: 120px; left: 0; width: 100%; } #step1 input[type="text"]{ width: 100%; } } @media screen and (max-width: 560px) { .download-info { right: auto; left: 0; margin-left: 0; bottom: -36px; background: red; width: 100%; background-size: 100%; height: auto; position: absolute; right: -38px; bottom: -36px; font-size: 10px; } #step2 { padding: 0; } .actions table th, .actions table td { font-size: 14px; } } @media screen and (max-width: 500px) { .member-info { z-index: 25; width: 100%; right: -3px; bottom: -95px; } .customer__title { position: static; padding-top: 13px; } .customer__img { position: absolute; left: 50%; margin-left: -100px; } #step3 { padding: 0; } #step4 input[type="text"] { width: 100%; margin-bottom: 13px; } .member .member-info__text { padding: 0 10px; } .member-item{ margin-bottom: 50px; } } @media screen and (max-width: 450px) { .btn { display: block; width: 100%; height: 50px; line-height: 50px; font-size: 18px; } .btn--phone { position: absolute; bottom: -12px; left: 0; margin-left: 0; z-index: 10; text-align: center; height: auto; line-height: 16px;} .member-info{ width: 100%; right: 0; background: #e60000 ; } } @media screen and (max-width: 400px) { #step3 .btn { font-size: 14px; } } .actions .title{ text-align: center; } .btn.fb:hover, .btn.vk:hover{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .time__item{ white-space: normal; } .download { margin: 0 auto 50px; } .fancybox-lock,.fancybox-inner{ overflow: visible!important; } #step1 { padding: 30px; background: #fff; } #step2 { padding: 50px; background: #fff; } #step3 { padding: 60px; background: #fff; } #step4 { padding: 60px; background: #fff; } #step5 { padding: 60px; background: #fff; } .member-popup{ padding: 60px; background: #fff; } @media screen and (max-width: 800px){ .download-info__text { font-size: 14px; } } @media screen and (max-width: 649px){ .choose label { text-align: left; padding-left: 20px; } } #step3 { height: auto!important;} .member-item--popup{ padding-right: 0; } #step1, #step2, #step3, #step4, #step5{ margin-bottom: 20px; } .member { text-align: center; padding-bottom: 7px; background: #fff; padding: 30px; margin-bottom: 20px; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .fancybox-skin{ background: transparent; } @media screen and (max-width: 1150px){ .fancybox-next span{ right: 85px; } .fancybox-prev span { left: 85px; } } @media screen and (max-width: 1024px){ .phone-slider__arrows { z-index: 20; } } @media screen and (max-width: 560px){ .download{ min-height: 200px; height: auto; } #dropBox { top: 0; left: 0; margin-left: 0; position: static; z-index: 10; margin: 0 auto 20px; } .download-anchor{ width: 200px; } .download-info{ position: static; } .dropbox-info{ display: block; } } @media screen and (max-width: 500px){ .member-popup { padding: 60px 20px; } } @media screen and (max-width: 400px){ #step4 .btn{ padding: 0 15px; } } @media screen and (max-width: 350px){ #dropBox{ width: 100%; display: block; } .download-anchor{ display: block; width: 100%; } } @media screen and (max-width: 400px){ #step4 .btn{ padding: 0 15px; } #step5 { padding: 60px 29px; } #step3 { padding: 60px 20px; } } .download { background: url(../img/content/download-bg.jpg) center 0 no-repeat; background-size: cover; } .choose label.romantic i { display: inline-block; vertical-align: middle; margin-right: 14px; background: transparent; width: 22px; height: 19px; } .choose label.romantic i svg{ display: inline-block; vertical-align: top; position: relative; top: -2px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.romantic i { background: transparent; } .choose input[type="radio"]:checked + label.romantic i svg{ fill: #fff; } .choose label.real i { background: transparent; } .choose label.real i svg{ display: inline-block; vertical-align: top; position: relative; top: -1px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.real i { background: transparent; } .choose input[type="radio"]:checked + label.real i svg{ fill: #fff; } .choose label.fantastic i { background: transparent; } .choose label.fantastic i svg{ display: inline-block; vertical-align: top; position: relative; top: -1px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.fantastic i { background: transparent; } .choose input[type="radio"]:checked + label.fantastic i svg{ fill: #fff; } .choose label.solemn i { background: transparent; } .choose label.solemn i svg{ display: inline-block; vertical-align: top; position: relative; top: -3px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.solemn i { background: transparent; } .choose input[type="radio"]:checked + label.solemn i svg{ fill: #fff; } .icon--4g{ width: 36px; height: 30px; fill: #ed1c24 ; background: url(../img/svg/4g.svg); background-size: cover; } .icon--display{ width: 28px; height: 34px; fill: #ed1c24 ; background: url(../img/svg/display.svg); background-size: cover; } .icon--camera{ width: 36px; height: 30px; fill: #ed1c24 ; background: url(../img/svg/camera.svg); background-size: cover; } .icon--accum{ width: 30px; height: 35px; fill: #ed1c24 ; background: url(../img/svg/accum.svg); background-size: cover; } .icon--scaner{ width: 30px; height: 35px; fill: #ed1c24 ; background: url(../img/svg/finger.svg); background-size: cover; } .icon--sim{ width: 30px; height: 34px; fill: #ed1c24 ; background: url(../img/svg/sim.svg); background-size: cover; } .download { background: url(../img/content/download-bg.jpg) center no-repeat; background-size: cover; } @media screen and (max-width: 450px){ .member-item--popup { margin-bottom: 75px; } .download { background: url(../img/content/download-bg.jpg) center no-repeat; background-size: contain; } } @media screen and (max-width: 400px){ #cropContainerMinimal { width: 100%; } #step2 { padding: 50px 20px;; } } #click4g, #clickFriday { color: #ed1c24; text-decoration: underline; } #click4g:hover , #clickFriday:hover { text-decoration: none; } .download { background: #000 url(../img/content/download-bg.jpg) center no-repeat; background-size: contain; } @media screen and (max-width: 400px){ .btn--phone span{ display: none; } } .cropImgWrapper { width: 100%!important; height: 100%!important; } .member-info { right: -45px; bottom: -50px; z-index: 10; } .customer__img { top: 45px; left: 25px; } .member-info__text { font-size: 16px; line-height: 20px; } .customer__img { z-index: 5; } .pagination__item--prev { margin-left: 0; } .pagination__item--next{ margin-left: 30px; } @media screen and (max-width: 1000px){ .member .member-info { bottom: -75px; } .member-item--popup { margin: 0 auto 80px; } } @media screen and (max-width: 450px){ .member-item--popup { margin-bottom: 90px; } } .anchors__container { display: inline-block; position: relative; } .anchors__container span.warning_step2 { display: none; position: absolute; font-size: 12px; color: red; bottom: -18px; right: 40px; }
application/templates/css/style.css
@charset "UTF-8"; /* ========================================================================== Normalize.scss settings ========================================================================== */ /** * Includes legacy browser support IE6/7 * * Set to false if you want to drop support for IE6 and IE7 */ /* Base ========================================================================== */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using * `em` units. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Addresses styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * 1. Remove border when inside `a` element in IE 8/9/10. * 2. Improves image quality when scaled in IE 7. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. * 4. Improves appearance and consistency in all browsers. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. * 4. Removes inner spacing in IE 7 without affecting normal text inputs. * Known issue: inner spacing remains in IE 6. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. * Known issue: excess padding remains in IE 6. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. * 3. Corrects text not wrapping in Firefox 3. * 4. Corrects alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*MIXINS*/ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: transparent; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { overflow-X: hidden; } body { -webkit-font-smoothing: antialiased; line-height: 1; background: #ffffff; font-size: 16px; font-family: "Lato", sans-serif; color: #222222; height: 100%; } *:focus { outline: none; -moz-outline-style: none; } :-moz-any-link:focus { outline: 1px dotted invert; } :-moz-any-link:focus { outline: none; } textarea, input { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-appearance: none; appearance: none; font-family: inherit; font-size: inherit; line-height: inherit; font-size: 15px; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888888; } input:-moz-placeholder, textarea:-moz-placeholder { color: #888888; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #888888; } textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder { color: transparent; } textarea:focus::-moz-placeholder, input:focus::-moz-placeholder { color: transparent; } textarea:focus:-moz-placeholder, input:focus:-moz-placeholder { color: transparent; } textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder { color: transparent; } a { -moz-transition: color 0.3s linear; -o-transition: color 0.3s linear; -webkit-transition: color 0.3s linear; transition: color 0.3s linear; text-decoration: underline; } a:hover { text-decoration: none; } p { margin: 0; } h1 { margin: 0; margin-bottom: 30px; font-size: 70px; font-weight: 700; } h2 { font-size: 42px; line-height: 48px; margin: 0; } h4 { font-size: 24px; margin: 0; margin-bottom: 10px; font-weight: 600; } h5 { font-size: 18px; margin: 0; margin-bottom: 10px; font-weight: normal; } mark { background: transparent; } .dnone { display: none; } .btn { display: inline-block; background: #ed1c24; padding: 0 50px; height: 60px; line-height: 60px; color: #fff; font-size: 24px; text-decoration: none; -moz-border-radius: 35px; -webkit-border-radius: 35px; -ms-border-radius: 35px; border-radius: 35px; -moz-transition: box-shadow 0.3s ease; -o-transition: box-shadow 0.3s ease; -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .btn:hover { -webkit-box-shadow: 0px 2px 6px 0px rgba(237, 28, 36, 0.55); -moz-box-shadow: 0px 2px 6px 0px rgba(237, 28, 36, 0.55); box-shadow: 0px 2px 6px 0px rgba(237, 28, 36, 0.55); } .title { text-align: center; } .layout { width: 100%; height: 100%; margin: 0 auto; } .container { max-width: 1170px; margin: 0 auto; position: relative; height: 100%; z-index: 10; } .top { padding-bottom: 57px; background: url(../img/content/top-img.jpg) center top no-repeat; background-size: cover; position: relative; text-align: center; } .top:after { content: ""; display: block; height: 83px; width: 100%; background: url(../img/content/top-illustration.png) center bottom no-repeat; position: absolute; background-size: cover; bottom: -1px; left: 0; z-index: 5; } .blackout { content: ""; width: 100%; height: 100%; display: block; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; z-index: 1; } .page-header { padding-top: 19px; text-align: left; position: relative; z-index: 10; overflow: hidden; margin-bottom: 34px; } .page-header--index { margin-bottom: 110px; } .top-logo { display: block; text-decoration: none; float: left; width: 275px; height: 64px; background: url(../img/content/top-logo.png) no-repeat; margin-right: 32px; } .top-socials { float: right; margin-top: 5px; } .top-socials a { text-decoration: none; margin-right: 32px; } .top-socials a:hover svg { fill: #ed1c24; } .top-socials a:last-child { margin-right: 0; } .vk svg { width: 29px; height: 27px; fill: #fff; position: relative; top: 6px; -moz-transition: fill 0.3s ease; -o-transition: fill 0.3s ease; -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; } .fb svg { width: 20px; height: 34px; fill: #fff; position: relative; top: 7px; -moz-transition: fill 0.3s ease; -o-transition: fill 0.3s ease; -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; } .twitter svg { width: 21px; height: 22px; fill: #fff; position: relative; top: 4px; -moz-transition: fill 0.3s ease; -o-transition: fill 0.3s ease; -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; } .top-nav { overflow: hidden; display: inline-block; margin-top: 15px; } .top-nav__item { float: left; color: #fff; text-decoration: none; border-bottom: 2px solid transparent; text-transform: uppercase; font-size: 16px; margin-right: 40px; font-weight: bold; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; line-height: 30px; } .top-nav__item:hover, .top-nav__item.active { border-bottom: 2px solid #ed1c24; } .top__info { position: relative; z-index: 10; color: #fff; } .top__info h1 { color: #fff; } .top__info p { font-size: 30px; margin-bottom: 15px; } .top__info span { display: block; font-size: 16px; margin-bottom: 25px; } .top__info .btn { margin-bottom: 50px; position: relative; } .scroll-icon { display: inline-block; position: relative; width: 44px; height: 44px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.6); margin: 25px 0 10px; } .scroll-icon:after { content: ""; width: 20px; height: 11px; background: url(../img/content/scroll.png) 0 0 no-repeat; animation: scrollup 0.8s ease-in infinite alternate; position: absolute; top: 50%; margin-top: -5px; left: 50%; margin-left: -10px; } @-webkit-keyframes scrollup { 0% { transform: translate(0, 3px); } 100% { transform: translate(0, -3px); } } @keyframes scrollup { 0% { transform: translate(0, 3px); } 100% { transform: translate(0, -3px); } } .top-anchors__item { display: inline-block; margin-right: 90px; color: #fff; font-size: 18px; text-decoration: none; padding-bottom: 8px; position: relative; } .top-anchors__item:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; background: url(../img/content/underline.png) 0 0 no-repeat; background-size: 100%; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .top-anchors__item:last-child { margin-right: 0; } .top-anchors__item:hover:after { opacity: 0; } .top-counter { background: #fff; padding: 30px 40px; display: inline-block; color: #222222; font-size: 24px; line-height: 34px; margin-bottom: 27px; border: 8px solid rgba(255, 255, 255, 0.3); -webkit-background-clip: padding-box; background-clip: padding-box; } .counter-wrapper { display: inline-block; vertical-align: top; height: 34px; overflow: hidden; } .phone-select { background: #e9e9e9; padding: 57px 0 50px 0; position: relative; } .phone-select h2 { text-align: center; font-size: 40px; margin-bottom: 25px; } .phone-select:before { content: ""; width: 100%; height: 83px; background: url(../img/content/top-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -83px; left: 0; } .phone-img { width: 234px; margin: 0 auto 45px; position: relative; } .phone-img img { display: block; z-index: 10; position: relative; } .phone-img:after { content: ""; display: inline-block; width: 366px; height: 540px; background: url(../img/content/phone-shadow.png) center top no-repeat; position: absolute; top: -10px; left: -62px; z-index: 1; } .phone-img__inner { position: absolute; top: 110px; width: 100%; padding: 0 7px; text-align: center; z-index: 15; } .phone-img__inner img { display: inline-block; max-width: 100%; height: auto; } .phone-message { display: block; font-weight: normal; font-size: 18px; color: #222222; text-align: center; overflow: hidden; text-overflow: ellipsis; z-index: 20; max-width: 450px; margin: 0 auto 20px; } .phone-title { max-width: 450px; margin: 0 auto 27px; font-size: 24px; font-weight: 600; color: #8f8f8f; text-align: center; z-index: 20; position: relative; } .phone-slider-wrap { position: relative; } .phone-slider { opacity: 0; } .phone-slider__arrows { position: absolute; top: 225px; width: 390px; left: 50%; margin-left: -195px; } .phone-slider__prev, .phone-slider__next { display: inline-block; width: 26px; height: 48px; position: absolute; } .phone-slider__prev { background: url(../img/content/phone-arrows.png) 0 0 no-repeat; left: 0; } .phone-slider__next { background: url(../img/content/phone-arrows.png) -26px 0 no-repeat; right: 0; } .btn--phone { position: absolute; bottom: -12px; left: 50%; margin-left: -205px; z-index: 10; } .advantages-list { list-style-type: none; display: inline-block; position: absolute; margin: 0; top: 102px; padding: 0; } .advantages-list__left { left: 0; padding-left: 45px; } .advantages-list__left .advantages-list__item .icon { float: left; margin-right: 21px; } .advantages-list__right { right: 0; text-align: right; padding-right: 45px; } .advantages-list__right .advantages-list__item .icon { float: right; margin-left: 21px; } .advantages-list__item { overflow: hidden; margin-bottom: 42px; font-size: 18px; line-height: 37px; } .advantages-list__item .icon { line-height: 35px; height: 35px; display: inline-block; vertical-align: middle; width: 37px; text-align: center; } .advantages-list__item .icon img { display: inline-block; vertical-align: middle; max-height: 35px; } .digit-con { height: 34px; line-height: 34px; width: 30px; overflow: hidden; display: inline-block; margin-left: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .digit-con span { background-color: #ed1c24; width: 100%; display: block; text-align: center; font-size: 24px; color: #fff; position: relative; top: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .questions { background: #fff; padding-top: 75px; padding-bottom: 110px; position: relative; text-align: center; } .questions:after { content: ""; width: 100%; height: 83px; background: url(../img/content/questions-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -83px; left: 0; } .questions h2 { margin-bottom: 52px; } .questions-accord { text-align: left; margin-bottom: 48px; } .questions-accord--short .questions-accord__item { max-width: 770px; font-weight: 600; } .questions-accord__item { display: block; background: #f3f3f3; border: 3px solid #f3f3f3; max-width: 100%; margin: 0 auto; padding: 29px 80px 27px 99px; color: #ed1c24; text-decoration: none; position: relative; margin-bottom: 10px; font-size: 18px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .questions-accord__item.visible { border: 3px solid #ed1c24; background: #fff; } .questions-accord__item.visible .icon { background: url(../img/content/question-icon.png) center -73px no-repeat; } .questions-accord__item .icon { width: 40px; height: 40px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 3px solid #ed1c24; position: absolute; left: 18px; top: 18px; background: url(../img/content/question-icon.png) center 8px no-repeat; } .questions-accord__item .button { height: 20px; width: 20px; position: absolute; right: 39px; top: 33px; margin: 0 auto; cursor: pointer; } .questions-accord__item .button.open .line.left { left: 15px; } .questions-accord__item .button.open .line.right { left: 24px; } .questions-accord__item .line { width: 3px; height: 15px; background: #ed2028; border-radius: 3px; display: block; position: absolute; top: 0; transition: all 0.3s cubic-bezier(0.87, 0.39, 0.74, 1.31); } .questions-accord__item .line.left { -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg); left: 20px; } .questions-accord__item .line.right { -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg); left: 20px; } .answer { font-size: 16px; line-height: 24px; color: #222222; display: block; margin-top: 18px; font-weight: 300; font-size: 16px; width: 100%; display: none; } .ask { overflow: hidden; text-align: left; max-width: 770px; margin: 0 auto; } .ask h4 { margin-bottom: 13px; } .ask .btn { float: right; font-size: 16px; height: 40px; line-height: 40px; padding: 0 30px; margin-top: 11px; } .ask__left { float: left; color: #57585a; font-size: 16px; padding-bottom: 5px; } .ask__left a { color: #ed1c24; text-decoration: none; font-weight: 600; } .ask__left a:hover { text-decoration: underline; } .page-footer { position: relative; padding: 40px 0 45px; background: #34353d; z-index: 15; } .page-footer .container:after { content: ""; display: table; clear: both; } .page-footer:before { content: ""; height: 83px; width: 100%; background: url(../img/content/footer-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -82px; left: 0; } .page-footer:after { content: ""; display: table; clear: both; } .page-footer__socials { float: left; } .page-footer__socials a { text-decoration: none; margin-right: 36px; } .page-footer__socials a:hover svg { fill: #ed1c24; } .page-footer__socials a:last-child { margin-right: 0; } .instruction { float: left; font-size: 16px; text-decoration: none; color: #fff; margin: 17px 0 0 80px; } .instruction:hover { text-decoration: underline; } .copyright { float: right; margin-top: -4px; } .copyright p { color: rgba(255, 255, 255, 0.3); font-size: 14px; margin-bottom: 13px; } .copyright p:last-child { margin-bottom: 0; } .menu-right { padding: 38px 20px 20px; background: #34353d; border-left: 1px solid #2a2a2a; bottom: 0; color: #858585; height: 100%; position: fixed; top: 0; width: 250px; z-index: 99; right: -250px; margin-right: 0 !important; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .menu-right.active { -webkit-transform: translate3d(-250px, 0, 0); -moz-transform: translate3d(-250px, 0, 0); transform: translate3d(-250px, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .menu-right__list { margin: 0; padding: 0; list-style-type: none; } .menu-right__list-item { color: #fff; margin-bottom: 10px; } .menu-right__list-item a { color: #fff; text-decoration: underline; } .menu-right__list-item a:hover { text-decoration: none; } .layout { position: relative; top: 0; left: 0; right: 0; z-index: 9; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .layout.active { -webkit-transform: translate3d(-250px, 0, 0); -moz-transform: translate3d(-250px, 0, 0); transform: translate3d(-250px, 0, 0); -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .menu-btn { display: none; float: right; margin-top: 20px; } .menu-btn.active .burger-icon { background-color: transparent; } .menu-btn.active .burger-icon:before { -webkit-transform: translateY(8px) rotate(45deg); -moz-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); } .menu-btn.active .burger-icon:after { -webkit-transform: translateY(-8px) rotate(-45deg); -moz-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg); } .burger-icon { display: block; position: relative; margin-top: 8px; margin-bottom: 8px; width: 30px; height: 3px; background-color: #fff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .burger-icon:before, .burger-icon:after { display: block; width: 30px; height: 3px; background-color: #fff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; content: ""; } .burger-icon:before { top: -8px; } .burger-icon:after { top: 8px; } #step1 { padding-top: 25px; } #step1 .btn { margin-bottom: 0; font-weight: normal; } #step1 .textarea-wrap { position: relative; display: inline-block; margin-bottom: 15px; } #step1 .warning { font-size: 15px; color: #888888; position: absolute; right: 12px; bottom: 20px; } #step2 { padding: 0 60px; } #step2 .btn { padding: 0 40px; } #step3 { padding: 0 60px; } #step3 h4 { margin-bottom: 60px; } #step3 p { margin-bottom: 50px; } #step3 .btn { font-weight: normal; line-height: 50px; height: 50px; font-size: 18px; padding: 0 40px; } #step3 .btn.vk { padding-left: 60px; background: #4c75a8 url(../img/content/vk.png) 29px center no-repeat; } #step3 .btn.fb { padding-left: 65px; background: #3855a2 url(../img/content/fb.png) 42px center no-repeat; } #step4 p { margin-bottom: 17px; } #step4 input[type="text"] { width: 290px; margin-bottom: 13px; } #step4 .number-information { margin-bottom: 45px; } #step5 p { margin-bottom: 19px; } .steps { display: none; text-align: center; } .steps h4 { margin-bottom: 28px; } .steps h4 span { color: #cccccc; display: inline-block; margin-right: 5px; font-weight: normal; } .steps h4.final { color: #ed1c24; } .steps p { font-size: 18px; line-height: 22px; margin-bottom: 28px; } .steps p.final-phrase { margin-bottom: 0; } .steps .number-information { font-size: 15px; line-height: 24px; color: #888888; } .steps textarea { width: 500px; height: 110px; resize: none; padding: 15px; border: 2px solid #e6e6e6; } .steps input[type="text"] { border: 2px solid #e6e6e6; height: 50px; line-height: 50px; padding: 0 20px; margin-bottom: 20px; display: inline-block; } .back { display: inline-block; font-size: 24px; color: #ed1c24; margin-right: 45px; text-decoration: none; padding-left: 40px; background: url(../img/content/back.png) left center no-repeat; } .or { font-size: 18px; color: #cccccc; display: inline-block; margin: 0 18px; } .fancybox-close { position: absolute; top: 15px; right: 15px; width: 17px; height: 17px; cursor: pointer; z-index: 8040; background: url(../img/content/close.png) no-repeat; } .fancybox-nav span { visibility: visible; width: 38px; height: 71px; margin-top: -35px; } .fancybox-prev { left: -145px; } .fancybox-prev span { background: url(../img/content/popup-arrows.png) 0 0 no-repeat; left: 0; } .fancybox-next { right: -145px; } .fancybox-next span { background: url(../img/content/popup-arrows.png) -38px 0 no-repeat; right: 0; } .fancybox-skin { position: relative; background: #fff; color: #222222; text-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .download { width: 520px; height: 320px; margin-bottom: 50px; background: url(../img/content/download-bg.jpg) 0 0 no-repeat; position: relative; } #dropBox { width: 200px; height: 200px; background-size: 100%; background-repeat: no-repeat; text-align: center; color: #fff; display: table; vertical-align: middle; background-color: rgba(0, 0, 0, 0.6); font-size: 13px; line-height: 20px; background-size: contain !important; background-position: center; position: absolute; top: 60px; left: -30px; z-index: 10; } #dropBox canvas { position: absolute; width: 100%; height: 100%; left: 0; } .dropbox-info { display: table-cell; vertical-align: middle; padding: 0 20px; text-align: center; } .dropbox-info a { color: #ed1c24; text-decoration: none; border-bottom: 1px dashed #ed1c24; } .dropbox-info a:hover { border-bottom: 1px dashed transparent; } .download-info { background: url(../img/content/download-info-bg.png) no-repeat; width: 366px; height: 191px; position: absolute; right: -38px; bottom: -36px; font-size: 13px; font-weight: 600; color: #fff; line-height: 20px; display: table; vertical-align: middle; z-index: 5; } .download-info__text { display: table-cell; vertical-align: middle; padding: 0px 30px; font-size: 18px; line-height: 22px; font-weight: 100; } .download-anchor { display: inline-block; position: relative; } .fileupload { visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .mybutton { color: #ed1c24; text-decoration: none; border-bottom: 1px dashed #ed1c24; cursor: pointer; } .mybutton:hover { border-bottom: 1px dashed transparent; } #fileinfo { color: #ed1c24; width: 150px; text-align: center; white-space: normal; } #fileinfo span { word-wrap: break-word; font-size: 11px; display: block; } .vidgets { padding-bottom: 25px; margin-bottom: 30px; overflow: hidden; border-bottom: 1px solid #dadada; } .vidgets__item { float: left; padding-right: 40px; } .vidgets__item img { display: block; } .vidgets__item:last-child { padding-right: 0; } .final-phrase { max-width: 420px; margin: 0 auto; } .choose { overflow: hidden; margin-bottom: 16px; } .choose input[type="radio"] { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; } .choose label { display: block; width: 100%; height: 60px; line-height: 54px; cursor: pointer; background: #f3f3f3; font-size: 18px; color: #ed2028; text-align: left; padding-left: 50px; border: 3px solid transparent; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .choose label:hover { background: #fff; border: 3px solid #e9252c; } .choose label.romantic i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 0 no-repeat; width: 22px; height: 19px; } .choose label.real i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 -53px no-repeat; width: 22px; height: 22px; } .choose label.fantastic i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 -116px no-repeat; width: 24px; height: 24px; } .choose label.solemn i { display: inline-block; vertical-align: middle; margin-right: 14px; background: url(../img/content/choose-bg.png) 0 -182px no-repeat; width: 22px; height: 18px; } .choose input[type="radio"]:checked + label { color: #fff; background-color: #ed1c24; } .choose input[type="radio"]:checked + label.romantic i { background: url(../img/content/choose-bg.png) -38px 0 no-repeat; } .choose input[type="radio"]:checked + label.real i { background: url(../img/content/choose-bg.png) -38px -53px no-repeat; } .choose input[type="radio"]:checked + label.fantastic i { background: url(../img/content/choose-bg.png) -36px -116px no-repeat; } .choose input[type="radio"]:checked + label.solemn i { background: url(../img/content/choose-bg.png) -38px -182px no-repeat; } .radio-wrap { display: inline-block; vertical-align: top; margin-right: 10px; margin-bottom: 10px; width: 300px; } .page-content { background: #fff; padding-top: 39px; padding-bottom: 60px; position: relative; z-index: 10; } .page-content:after { content: ""; width: 100%; height: 83px; background: url(../img/content/questions-illustration.png) center bottom no-repeat; background-size: cover; position: absolute; top: -83px; left: 0; } .page-content h2 { margin-bottom: 38px; } .members-list { text-align: left; margin-bottom: 10px; } .member-item { display: inline-block; text-align: center; vertical-align: top; width: 50%; margin-right: -4px; padding: 0 20px; margin-bottom: 20px; padding-bottom: 60px; text-decoration: none; } .member-item__inner { max-width: 520px; margin: 0 auto; height: 280px; background: url(../img/content/member-bg.jpg) center top no-repeat; position: relative; } .member-info { width: 366px; height: 246px; background: url(../img/content/member-info-bg.png) center top no-repeat; position: absolute; right: -40px; bottom: -60px; font-size: 13px; font-weight: 600; color: #fff; line-height: 20px; display: table; vertical-align: middle; z-index: 5; } .member-info__text { display: table-cell; vertical-align: middle; padding: 0px 50px; font-size: 18px; line-height: 22px; font-weight: 100; } .customer__title { font-size: 18px; color: #fff; position: absolute; top: 13px; left: 30px; } .customer__img { position: absolute; top: 50px; left: 30px; width: 200px; height: 200px; z-index: 20; } .customer__img img { display: block; max-width: 100%; height: auto; } .member-item--popup { width: 565px; margin: 0 auto 63px; padding: 0; padding-bottom: 0; padding-right: 45px; } .member { text-align: center; padding-bottom: 7px; } .member h4 { font-weight: normal; margin-bottom: 26px; } .member h4 span { font-weight: 600; } .member .member-info { right: -40px; bottom: -50px; } .member .btn { padding: 0 30px; } .time { background: #ed1c24; padding: 27px 30px 19px; margin-bottom: 50px; } .time__item { text-align: left; margin-bottom: 21px; line-height: 24px; font-weight: 600; white-space: nowrap; } .time__item:last-child { margin-bottom: 0; } .time__item-left { display: inline-block; vertical-align: top; margin-right: 45px; width: 365px; color: #222222; font-size: 18px; } .time__item-right { display: inline-block; vertical-align: top; color: #fff; font-size: 16px; } .time__item-right b { font-size: 23px; } .clarification { font-size: 16px; display: block; } .specification { line-height: 24px; max-width: 990px; margin: 0 auto 70px; } .specification p { font-size: 18px; line-height: 24px; } .specification-list { padding: 0; } .specification-list li { margin-bottom: 10px; list-style-type: none; } .specification-list li:before { color: #ed1c24; content: "•"; padding-right: 5px; } .actions { line-height: 24px; max-width: 990px; margin: 0 auto 70px; } .actions h5 { margin-bottom: 7px; } .actions ul { margin: 0; list-style-type: none; padding: 0; } .actions li { margin-bottom: 5px; padding-left: 25px; background: url(../img/content/li-bg.png) 7px 13px no-repeat; } .actions p { margin-bottom: 4px; } .actions table { width: 100%; border-collapse: separate; border-spacing: 7px; margin: 0 -7px 20px; } .actions table th { font-weight: normal; color: #fff; background: #ed1c24; font-size: 18px; text-align: left; padding: 25px 20px; } .actions table td { text-align: left; padding: 20px; font-size: 18px; background: #e7e7e8; } .actions table td:first-child { width: 210px; } .actions table td.month { background: #939598; color: #fff; } .actions table td.month .sum { color: #fff; } .actions .sum { display: inline-block; vertical-align: top; margin-right: 12px; color: #ed1c24; font-size: 35px; font-weight: normal; } .footnote-item { font-size: 14px; color: #888888; line-height: 16px; margin-bottom: 9px; } .tube { display: inline-block; width: 12px; height: 12px; background: url(../img/content/tube.png) 0 0 no-repeat; } .infinity { width: 48px; height: 23px; background: url(../img/content/infinity.png) 0 0 no-repeat; display: inline-block; vertical-align: top; margin-right: 12px; } .action-item { margin-bottom: 20px; } .action-item h5 { text-transform: uppercase; color: #ed1c24; } .pagination { text-align: center; margin-bottom: 50px; } .pagination__item { display: inline-block; margin-right: 4px; width: 50px; height: 50px; line-height: 50px; text-decoration: none; color: #222222; text-align: center; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; font-size: 18px; } a.pagination__item { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } a.pagination__item:hover { text-decoration: underline; color: #e50000; } span.pagination__item { background: #e60000; color: #fff; } span.pagination__item--prev { width: auto; background: transparent; color: #888888; } span.pagination__item--next { width: auto; background: transparent; color: #888888; margin: 0 30px; } .pagination__item--prev { width: auto; background: transparent; color: #222222; margin-right: 30px; font-size: 16px; } .pagination__item--prev { width: auto; background: transparent; color: #222222; margin-left: 30px; font-size: 16px; } .title-wrap { overflow: hidden; text-align: center; } .title-wrap a { text-decoration: none; color: #222222; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .title-wrap a.active, .title-wrap a:hover { border-bottom: 3px solid #ed1c24; } .title-wrap h2 { font-size: 31px; line-height: 35px; } .title-winners__left { width: 50%; float: left; text-align: right; padding-right: 32px; } .title-winners__right { float: right; width: 50%; text-align: left; padding-left: 32px; } #loadersoc{ display: none;} .preloader-wrap{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 10; } .preloader { width: 70px; height: 30px; text-align: center; font-size: 10px; position: absolute; left: 50%; margin-left: -35px; top: 50%; margin-top: -15px; } .preloader > div { background-color: #939598 ; height: 10px; width: 10px; border-radius: 50%; display: inline-block; margin-top: 20px; -webkit-animation: stretchdelay 0.7s infinite ease-in-out; animation: stretchdelay 0.7s infinite ease-in-out; } .preloader .circ2 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .preloader .circ3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .preloader .circ4 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .preloader .circ5 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } @-webkit-keyframes stretchdelay { 0%, 40%, 100% { -webkit-transform: translateY(-10px) } 20% { -webkit-transform: translateY(-20px) } } @keyframes stretchdelay { 0%, 40%, 100% { transform: translateY(-10px); -webkit-transform: translateY(-10px); } 20% { transform: translateY(-20px); -webkit-transform: translateY(-20px); } } #cropContainerMinimal { width: 200px; height: 200px; position: relative; border: 0; overflow: hidden; } .download-anchor{ display: block; position: absolute; padding: 0 20px; font-size: 13px; line-height: 20px; top: 55px; } .download-anchor a{ color: #ed1c24 ; text-decoration: none; display: inline-block; margin: 0 5px; border-bottom: 1px dashed #ed1c24 ; } .cropControls.cropControlsUpload{ z-index: 2; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); } .cropControls i.cropControlUpload { background-position: -150px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .cropControls.cropControlsCrop{ z-index: 25 } .cropImgWrapper{ top:0; z-index: 20!important; } #cropContainerMinimal{ height: 200px; } .page-content { min-height: 700px} .phone-img{ width: auto; max-width: 500px; text-align: center; } .phone-img img { display: inline-block; max-width: 100%; height: auto; } .phone-img:after { display: none; } .phone-slider__arrows { position: absolute; top: 40%; width: 500px; margin-left: -250px; } .phone-title { max-width: inherit; } .btn-wrap{ text-align: center; padding-bottom: 7px; } .btn--phone { position: static; bottom: 0; left: 0; margin-left: 0; z-index: 10; } .slide-img-wrap{ position: relative; } .phone-img__inner { top: 50%; margin-top: -91px; } .cropControls.cropControlsUpload { border: 2px dashed transparent; } .cropControls.cropControlsUpload:hover{ border: 2px dashed #939598 ; } #step4 input[type="text"] { padding-left: 55px; } #step4 .input-wrap{ position: relative; display: inline-block; } #step4 span.code{ color: #7b7b7c ; position: absolute; font-size: 15px; top: 18px; left: 19px; } #step4 input[type="text"]{ line-height: 46px; } .cropControls.cropControlsCrop { z-index: 25; width: 100%; height: 50px; text-align: center; } .cropControls.cropControlsCrop i { background: url('../img/content/download-icons.png') no-repeat; margin-top: 15px; margin-right: 22px; width: 20px; height: 21px; opacity: 0.7; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .cropControls.cropControlsCrop i:hover{ background: url('../img/content/download-icons.png') no-repeat; opacity: 1; } .cropControls.cropControlsCrop i:last-child{ margin-right: 0; } .cropControls.cropControlsCrop i.cropControlZoomIn { background-position: 0px 0px; } .cropControls.cropControlsCrop i.cropControlZoomOut { background-position: -47px 0px; } .cropControls.cropControlsCrop i.cropControlCrop { background-position: -94px 0px; } .cropControls.cropControlsCrop i.cropControlReset { background-position: -143px 0px; } .cropControls i { display: inline-block; float: none; } .member-item__inner { max-width: 520px; margin: 0 auto; height: 320px; background: url(../img/content/download-bg.jpg) center top no-repeat; position: relative; } .member-info { width: 366px; height: 191px; background: url(../img/content/download-info-bg.png) center top no-repeat; position: absolute; right: -38px; bottom: -36px; } .btn--phone { position: static; bottom: 0; left: 0; margin-left: 0; z-index: 10; height: auto; line-height: 16px; padding: 17px 50px; } #step1 input[type="text"]{ width: 500px; } @media screen and (max-width: 1250px) { .container { padding: 0 20px; } } @media screen and (max-width: 1200px) { .page-footer { text-align: center; } .page-footer__socials, .instruction { float: none; display: inline-block; } .copyright { float: none; margin-top: 40px; } } @media screen and (max-width: 1150px) { .member-info { z-index: 25; } .fancybox-next { right: -55px; } .fancybox-next span { background: url(../img/content/popup-arrows-m.png) -38px 0 no-repeat; } .fancybox-prev { left: -55px; } .fancybox-prev span { background: url(../img/content/popup-arrows-m.png) 0 0 no-repeat; } } @media screen and (max-width: 1024px) { .top-logo { margin: 0 auto; float: none; margin-bottom: 20px; position: relative; left: 30px; } .top-nav { margin-top: 0; } .top-socials { margin-top: -13px; } .phone-img { float: left; margin: 0; margin-left: 75px; margin-bottom: 40px; } .phone-title { max-width: 390px; margin: 0 30px 20px 0; clear: both; } .phone-slider__arrows { position: absolute; top: 225px; width: 360px; left: 10px; margin-left: 0; } .advantages-list { position: static; float: right; width: 300px; } .advantages-list__left { padding-left: 0; clear: right; } .advantages-list__right { padding-right: 0; float: right; clear: right; text-align: left; } .advantages-list__right .advantages-list__item .icon { float: left; margin-right: 21px; margin-left: 0; } .time__item-left { display: block; width: 100%; text-align: center; } .time__item-right { display: block; text-align: center; } .phone-message { margin: 0 0 20px 0; clear: left; width: 375px; } .phone-slider__arrows { position: absolute; top: 225px; width: 360px; left: 10px; margin-left: 0; } .phone-title { max-width: inherit; margin: 0 0 20px 0; clear: both; } .phone-img{ max-width: 225px; } .title-wrap .title-winners__left { text-align: center; font-size: 18px; float: none; width: 100%; padding: 0; } .title-wrap .title-winners__right { text-align: center; padding: 0; font-size: 18px; float: none; width: 100%; } } @media screen and (max-width: 1000px) { .member .member-info { right: 0; bottom: -50px; width: 100%; z-index: 30; } .member .customer__img { position: absolute; top: 15px; left: 50%; margin-left: -100px; } .member .member-item__inner { width: 100%; } } @media screen and (max-width: 980px) { .member-info { z-index: 5; } .member-item { width: 100%; } .title-wrap .title-winners__left { text-align: left; font-size: 18px; } .title-wrap .title-winners__right { text-align: left; padding: 0; font-size: 18px; } } @media screen and (max-width: 900px) { .actions table th, .actions table td { font-size: 16px; padding: 5px; } .actions .sum { font-size: 18px; } .infinity { width: 36px; height: 15px; vertical-align: middle; background-size: contain; } .actions table td:first-child{ width: 100%; } .actions table td{ text-align: center; } table { border: 0; width: 100%; display: table !important; } table thead,table th { display: none; } table tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; } table td { display: block; text-align: center; font-size: 13px; border-bottom: 1px dotted #ccc; &:last-of-type { text-align: center !important; } } table td:last-child { border-bottom: 0; } table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } } @media screen and (max-width: 850px) { h1 { font-size: 50px; } .page-header { margin-bottom: 58px; } .top__info p { font-size: 24px; margin-bottom: 12px; } .top__info span { margin-bottom: 60px; } .top__info .btn { padding: 0 35px; } .top-anchors__item { font-size: 24px; margin-right: 40px; } } @media screen and (max-width: 800px) { .download { width: 100%; } .back { margin-bottom: 20px; } #dropBox { top: -5px; left: 50%; margin-left: -100px; z-index: 10; } .download-info { right: auto; left: 50%; margin-left: -173px; bottom: -36px; } #step2 .download-info{ right: 0; left: 0; margin-left: 0; bottom: 0; width: 100%; background: #ed1c24; display: block; right: 0; text-align: center; } .download-info__text { display: block; padding: 15px 30px; word-break: break-all; } } @media screen and (max-width: 740px) { .advantages-list { width: 220px; } .advantages-list__item { font-size: 14px; } .top-nav__item { margin-right: 25px; font-size: 15px; } #step3 .btn { display: block; max-width: 200px; margin: 0 auto 10px; } .or { margin: 0 18px 10px; } .vidgets__item { float: none; padding-right: 0; text-align: center; margin-bottom: 10px; } .vidgets__item img { display: inline-block; max-width: 100%; height: auto; } } @media screen and (max-width: 649px) { .actions table td:first-child { width: auto; } .top-nav, .top-socials { display: none; } .menu-btn { display: block; } .phone-slider__arrows { position: static; top: 0; width: 100%; left: 0; margin-left: 0; overflow: hidden; margin-bottom: 30px; } .phone-slider__prev { position: relative; float: left; z-index: 40; } .phone-slider__next { position: relative; float: right; z-index: 40; } .phone-title { max-width: 450px; margin: 0 auto; position: absolute; top: -65px; width: 100%; max-width: 100%; text-align: center; font-size: 18px; color: #ed1c23; padding: 0 35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .phone-img__inner { display: none; } .phone-img { float: none; margin: 0 auto; margin-bottom: 63px; } .phone-message { display: none; } .advantages-list { width: 220px; float: none; position: absolute; } .advantages-list__left { left: 50%; margin-left: -110px; z-index: 50; top: 62px; } .advantages-list__item { margin-bottom: 27px; font-size: 16px; color: #fff; padding-left: 20px; padding-right: 10px; } .advantages-list__text { overflow: hidden; display: block; line-height: 22px; } .advantages-list__right { left: 50%; margin-left: -110px; z-index: 50; } .container { padding: 0 8px; } .top-logo { float: left; left: 0; width: 195px; height: 45px; background-size: cover; } .menu-btn { margin-top: 8px; margin-right: 10px; } .page-header { margin-bottom: 15px; } h1 { font-size: 40px; line-height: 45px; margin-bottom: 20px; } .top__info span { line-height: 24px; font-size: 14px; margin-bottom: 30px; } .top__info p { margin-bottom: 10px; line-height: 30px; } .top-counter { padding: 15px; font-size: 16px; } .page-footer__socials { display: block; } .instruction { float: none; margin: 30px 0 0 0; font-size: 14px; display: block; } .copyright p { line-height: 18px; } .top-anchors__item { font-size: 14px; } .phone-select { padding-top: 30px; padding-bottom: 20px; } .phone-select h2 { font-size: 24px; line-height: 28px; } h2 { font-size: 24px; line-height: 28px; } .questions-accord__item { padding: 13px 80px 13px 13px; font-size: 14px; line-height: 20px; } .questions-accord__item .icon { display: none; } .questions-accord__item .button { right: 20px; top: 13px; } .answer { font-size: 14px; } h4 { font-size: 18px; margin: 0; margin-bottom: 10px; font-weight: normal; } .ask { text-align: center; } .ask .btn { float: none; } .ask__left { margin-bottom: 15px; width: 100%; float: none; } .page-footer { padding: 30px 0; } .questions { padding-bottom: 60px; } .steps textarea { width: 100%; } .steps input[type="text"]{ width: 100%; } .radio-wrap { width: 100%; } .choose label { padding-left: 0; text-align: left; padding-left: 10px; font-size: 14px;} #step1 .textarea-wrap { width: 100%; } .phone-slider__arrows { position: static; top: 0; width: 100%; left: 0; margin-left: 0; overflow: hidden; margin-bottom: 30px; } .phone-title { max-width: 450px; margin: 0 auto; position: absolute; top: -65px; width: 100%; max-width: 100%; text-align: center; font-size: 18px; color: #ed1c23 ; padding: 0 35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .phone-img { margin-bottom: 220px; } .btn-wrap { text-align: center; position: absolute; bottom: 120px; left: 0; width: 100%; } #step1 input[type="text"]{ width: 100%; } } @media screen and (max-width: 560px) { .download-info { right: auto; left: 0; margin-left: 0; bottom: -36px; background: red; width: 100%; background-size: 100%; height: auto; position: absolute; right: -38px; bottom: -36px; font-size: 10px; } #step2 { padding: 0; } .actions table th, .actions table td { font-size: 14px; } } @media screen and (max-width: 500px) { .member-info { z-index: 25; width: 100%; right: -3px; bottom: -95px; } .customer__title { position: static; padding-top: 13px; } .customer__img { position: absolute; left: 50%; margin-left: -100px; } #step3 { padding: 0; } #step4 input[type="text"] { width: 100%; margin-bottom: 13px; } .member .member-info__text { padding: 0 10px; } .member-item{ margin-bottom: 50px; } } @media screen and (max-width: 450px) { .btn { display: block; width: 100%; height: 50px; line-height: 50px; font-size: 18px; } .btn--phone { position: absolute; bottom: -12px; left: 0; margin-left: 0; z-index: 10; text-align: center; height: auto; line-height: 16px;} .member-info{ width: 100%; right: 0; background: #e60000 ; } } @media screen and (max-width: 400px) { #step3 .btn { font-size: 14px; } } .actions .title{ text-align: center; } .btn.fb:hover, .btn.vk:hover{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .time__item{ white-space: normal; } .download { margin: 0 auto 50px; } .fancybox-lock,.fancybox-inner{ overflow: visible!important; } #step1 { padding: 30px; background: #fff; } #step2 { padding: 50px; background: #fff; } #step3 { padding: 60px; background: #fff; } #step4 { padding: 60px; background: #fff; } #step5 { padding: 60px; background: #fff; } .member-popup{ padding: 60px; background: #fff; } @media screen and (max-width: 800px){ .download-info__text { font-size: 14px; } } @media screen and (max-width: 649px){ .choose label { text-align: left; padding-left: 20px; } } #step3 { height: auto!important;} .member-item--popup{ padding-right: 0; } #step1, #step2, #step3, #step4, #step5{ margin-bottom: 20px; } .member { text-align: center; padding-bottom: 7px; background: #fff; padding: 30px; margin-bottom: 20px; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .fancybox-skin{ background: transparent; } @media screen and (max-width: 1150px){ .fancybox-next span{ right: 85px; } .fancybox-prev span { left: 85px; } } @media screen and (max-width: 1024px){ .phone-slider__arrows { z-index: 20; } } @media screen and (max-width: 560px){ .download{ min-height: 200px; height: auto; } #dropBox { top: 0; left: 0; margin-left: 0; position: static; z-index: 10; margin: 0 auto 20px; } .download-anchor{ width: 200px; } .download-info{ position: static; } .dropbox-info{ display: block; } } @media screen and (max-width: 500px){ .member-popup { padding: 60px 20px; } } @media screen and (max-width: 400px){ #step4 .btn{ padding: 0 15px; } } @media screen and (max-width: 350px){ #dropBox{ width: 100%; display: block; } .download-anchor{ display: block; width: 100%; } } @media screen and (max-width: 400px){ #step4 .btn{ padding: 0 15px; } #step5 { padding: 60px 29px; } #step3 { padding: 60px 20px; } } .download { background: url(../img/content/download-bg.jpg) center 0 no-repeat; background-size: cover; } .choose label.romantic i { display: inline-block; vertical-align: middle; margin-right: 14px; background: transparent; width: 22px; height: 19px; } .choose label.romantic i svg{ display: inline-block; vertical-align: top; position: relative; top: -2px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.romantic i { background: transparent; } .choose input[type="radio"]:checked + label.romantic i svg{ fill: #fff; } .choose label.real i { background: transparent; } .choose label.real i svg{ display: inline-block; vertical-align: top; position: relative; top: -1px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.real i { background: transparent; } .choose input[type="radio"]:checked + label.real i svg{ fill: #fff; } .choose label.fantastic i { background: transparent; } .choose label.fantastic i svg{ display: inline-block; vertical-align: top; position: relative; top: -1px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.fantastic i { background: transparent; } .choose input[type="radio"]:checked + label.fantastic i svg{ fill: #fff; } .choose label.solemn i { background: transparent; } .choose label.solemn i svg{ display: inline-block; vertical-align: top; position: relative; top: -3px; fill: #ed2028 ; } .choose input[type="radio"]:checked + label.solemn i { background: transparent; } .choose input[type="radio"]:checked + label.solemn i svg{ fill: #fff; } .icon--4g{ width: 36px; height: 30px; fill: #ed1c24 ; background: url(../img/svg/4g.svg); background-size: cover; } .icon--display{ width: 28px; height: 34px; fill: #ed1c24 ; background: url(../img/svg/display.svg); background-size: cover; } .icon--camera{ width: 36px; height: 30px; fill: #ed1c24 ; background: url(../img/svg/camera.svg); background-size: cover; } .icon--accum{ width: 30px; height: 35px; fill: #ed1c24 ; background: url(../img/svg/accum.svg); background-size: cover; } .icon--scaner{ width: 30px; height: 35px; fill: #ed1c24 ; background: url(../img/svg/finger.svg); background-size: cover; } .icon--sim{ width: 30px; height: 34px; fill: #ed1c24 ; background: url(../img/svg/sim.svg); background-size: cover; } .download { background: url(../img/content/download-bg.jpg) center no-repeat; background-size: cover; } @media screen and (max-width: 450px){ .member-item--popup { margin-bottom: 75px; } .download { background: url(../img/content/download-bg.jpg) center no-repeat; background-size: contain; } } @media screen and (max-width: 400px){ #cropContainerMinimal { width: 100%; } #step2 { padding: 50px 20px;; } } #click4g, #clickFriday { color: #ed1c24; text-decoration: underline; } #click4g:hover , #clickFriday:hover { text-decoration: none; } .download { background: #000 url(../img/content/download-bg.jpg) center no-repeat; background-size: contain; } @media screen and (max-width: 400px){ .btn--phone span{ display: none; } } .cropImgWrapper { width: 100%!important; height: 100%!important; } .member-info { right: -45px; bottom: -50px; z-index: 10; } .customer__img { top: 45px; left: 25px; } .member-info__text { font-size: 16px; line-height: 20px; } .customer__img { z-index: 5; } .pagination__item--prev { margin-left: 0; } .pagination__item--next{ margin-left: 30px; } @media screen and (max-width: 1000px){ .member .member-info { bottom: -75px; } .member-item--popup { margin: 0 auto 80px; } } @media screen and (max-width: 450px){ .member-item--popup { margin-bottom: 90px; } } .anchors__container { display: inline-block; position: relative; } .anchors__container span.warning_step2 { display: none; position: absolute; font-size: 12px; color: red; bottom: -18px; right: 40px; }
0.670932
0.104386
@-moz-document url-prefix(http://www.google.com/search), url-prefix(http://www.google.com/swr), url-prefix(http://www.google.com/advanced_search), url-prefix(http://www.google.com/language_tools), url-prefix(http://www.google.com/preferences), url-prefix(http://www.google.com/custom) { /* --- Modifications for GooglePedia --------------------------------------- */ div#wikibox { background:transparent !important; border-top:solid 1px white !important; border-bottom:solid 1px white !important; padding:3px !important; } div#wikibox * { font-size:11pt !important; line-height:normal !important; } div#wikibox h1, div#wikibox h1 * { font-size:18px !important; font-weight:bold !important; } div#wikibox h2, div#wikibox h2 * { font-size:14px !important; font-weight:bold !important; } div#wikibox h3, div#wikibox h3 * { font-size:12px !important; font-weight:bold !important; } div#wikibox h4, div#wikibox h4 * { font-size:11px !important; font-weight:bold !important; } div#wikibox h5, div#wikibox h5 * { font-size:10pt !important; font-weight:bold !important; } div#wikibox h3#siteSub { font-size:9pt !important; font-weight:bold !important; } div#wikibox h1, div#wikibox h2, div#wikibox h3, div#wikibox h4, div#wikibox h5, div#wikibox h1 span, div#wikibox h2 span, div#wikibox h3 span, div#wikibox h4 span, div#wikibox h5 span { color: white !important; } div#wikibox.shrunk { border-left:solid 3px white !important; } div#wikibox .thumb { background:#202020 !important; border:solid 1px #202020 !important; } div#wikibox .tright, div#wikibox .tleft/*, div#wikibox .noprint*/, div#wikibox #ograniczenia, div#wikibox #Vorlage_Alternative, div#wikibox #catlinks, div#wikibox .infobox, div#wikibox .toccolours, div#wikibox [style*="background: rgb(249, 249, 249)"] { background:transparent !important; border:solid 1px white !important; } div#wikibox .infobox caption { color: #a0a0a0 !important; } div#wikibox .thumb *, div#wikibox [bgcolor="#efefef"] { background:#303030 !important; border: 0px !important; } div#wikibox .navHead, div#wikibox [style*="background-color: lightblue"], div#wikibox [style*="background: rgb(204, 204, 255)"] { background: #304040 !important; color: #a0a0a0 !important; font-weight: bold !important; } div#wikibox div[style*="background: rgb(255, 255, 221)"] { background:#202000 !important; border:solid 1px #804000 !important; } div#wikibox [style='text-align: center; background-color: rgb(229, 229, 229);'] { background:#202020 !important; } div#wikibox #toc { background:transparent !important; border:solid 1px lightgrey !important; } div#wikibox #toc * { font-size:10pt !important; } div#wikibox #toc h2 { font-size:12pt !important; } /* --- End of GooglePedia Modifications ------------------------------------ */ }
data/usercss/4344.user.css
@-moz-document url-prefix(http://www.google.com/search), url-prefix(http://www.google.com/swr), url-prefix(http://www.google.com/advanced_search), url-prefix(http://www.google.com/language_tools), url-prefix(http://www.google.com/preferences), url-prefix(http://www.google.com/custom) { /* --- Modifications for GooglePedia --------------------------------------- */ div#wikibox { background:transparent !important; border-top:solid 1px white !important; border-bottom:solid 1px white !important; padding:3px !important; } div#wikibox * { font-size:11pt !important; line-height:normal !important; } div#wikibox h1, div#wikibox h1 * { font-size:18px !important; font-weight:bold !important; } div#wikibox h2, div#wikibox h2 * { font-size:14px !important; font-weight:bold !important; } div#wikibox h3, div#wikibox h3 * { font-size:12px !important; font-weight:bold !important; } div#wikibox h4, div#wikibox h4 * { font-size:11px !important; font-weight:bold !important; } div#wikibox h5, div#wikibox h5 * { font-size:10pt !important; font-weight:bold !important; } div#wikibox h3#siteSub { font-size:9pt !important; font-weight:bold !important; } div#wikibox h1, div#wikibox h2, div#wikibox h3, div#wikibox h4, div#wikibox h5, div#wikibox h1 span, div#wikibox h2 span, div#wikibox h3 span, div#wikibox h4 span, div#wikibox h5 span { color: white !important; } div#wikibox.shrunk { border-left:solid 3px white !important; } div#wikibox .thumb { background:#202020 !important; border:solid 1px #202020 !important; } div#wikibox .tright, div#wikibox .tleft/*, div#wikibox .noprint*/, div#wikibox #ograniczenia, div#wikibox #Vorlage_Alternative, div#wikibox #catlinks, div#wikibox .infobox, div#wikibox .toccolours, div#wikibox [style*="background: rgb(249, 249, 249)"] { background:transparent !important; border:solid 1px white !important; } div#wikibox .infobox caption { color: #a0a0a0 !important; } div#wikibox .thumb *, div#wikibox [bgcolor="#efefef"] { background:#303030 !important; border: 0px !important; } div#wikibox .navHead, div#wikibox [style*="background-color: lightblue"], div#wikibox [style*="background: rgb(204, 204, 255)"] { background: #304040 !important; color: #a0a0a0 !important; font-weight: bold !important; } div#wikibox div[style*="background: rgb(255, 255, 221)"] { background:#202000 !important; border:solid 1px #804000 !important; } div#wikibox [style='text-align: center; background-color: rgb(229, 229, 229);'] { background:#202020 !important; } div#wikibox #toc { background:transparent !important; border:solid 1px lightgrey !important; } div#wikibox #toc * { font-size:10pt !important; } div#wikibox #toc h2 { font-size:12pt !important; } /* --- End of GooglePedia Modifications ------------------------------------ */ }
0.314471
0.09899
.navbar-brand.navbar-title { margin-top: -3px; margin-right: 20px; } .navbar-title > span { font-family: 'Patua One', cursive; font-size: 25px; color: white; } .navbar-menu { font-weight: 300; font-size: 16px; } .navbar-inverse .navbar-nav > li > a.navbar-menu-notebook:focus { background-color: transparent; } .navbar-inverse .navbar-nav > li > a.navbar-menu-notebook:hover{ background-color: rgba(0, 0, 0, 0.2); } .navbar-inverse .navbar-nav > li > a { padding-top: 16px; } .navbar-logo { display: inline-block; padding-right: 10px; } .nav-component { margin-top: 8px; } .nav-btn { color: #fff; background-color: transparent; border-color: transparent; font-size: 14px; } .server-connected { padding-top: 12px; color: #00CC00; font-size: 12px !important; } .server-disconnected { padding-top: 12px; color: rgba(240, 48, 0, 1); font-size: 12px !important; } .navbar-search { font-size: 14px; font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif; } #navbar-search { min-width: 170px; } @media (min-width: 795px) and (max-width: 830px) { #navbar-search { width: 150px; min-width: 150px; } } @media (min-width: 768px) and (max-width: 794px) { #navbar-search { width: 130px; min-width: 130px; } } /** required to pin, unpin `navbar-fixed-top` */ .navbar-fixed-top.headroom { position: fixed; top: 0; left: 0; right: 0; transition: all .2s ease-in-out; } .navbar-fixed-top.headroom--unpinned { top: -100px; } .navbar-fixed-top.headroom--pinned { top: 0; /** `navbar` top */ } .navbar-inverse { background: #3071a9; color: #fff; border-color: #3071a9; font-size: 18px; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background: #3071a9; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background: #3071a9; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background: rgba(0, 0, 0, 0.2); } .navbar-inverse .navbar-toggle { border-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background: #080808; } .navbar-inverse .navbar-nav > li > a { color: #FFFFFF; } .navbar-inverse .navbar-brand { color: #fff; text-decoration: none; font-family: 'Patua One', cursive; font-size: 32px; } a.navbar-brand:hover { color: #fff !important; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, #notebook-list li a { color: #ecf0f1; } .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a, #notebook-list li a { padding: 5px 15px 5px 25px; line-height: 20px; } .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a { color: #D3D3D3; } .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a:focus, #notebook-list li a:hover { color: #fff; background: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > .active > a:focus { color: #fff; background: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background: #3071A9; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #3071A9; } } .username { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 120px; display: inline-block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* About Dialog */ .modal-header-about { background-color: #3071a9; border: 2px solid #3071a9; border-top-left-radius: 4px; border-top-right-radius: 4px; } .modal-header-about > .close { color: #cfcfcf; opacity: 1; } .modal-header-about > .modal-title { font-weight: 300; font-size: 20px; color: #e8e8e8; } .modal-body-about-version { font-weight: 500; } .modal-body-about { height: 250px; padding: 50px; } .modal-body-about .logo { padding-top: 30px; } .modal-body-about .logo img { width: 95%; } .modal-body-about .content { text-align: center; } .modal-body-about .content h3 { font-family: 'Patua One'; color: #3071A9; font-size: 30px; margin: 0 auto; }
smartsuites-web/src/app/components/navbar/navbar.component.css
.navbar-brand.navbar-title { margin-top: -3px; margin-right: 20px; } .navbar-title > span { font-family: 'Patua One', cursive; font-size: 25px; color: white; } .navbar-menu { font-weight: 300; font-size: 16px; } .navbar-inverse .navbar-nav > li > a.navbar-menu-notebook:focus { background-color: transparent; } .navbar-inverse .navbar-nav > li > a.navbar-menu-notebook:hover{ background-color: rgba(0, 0, 0, 0.2); } .navbar-inverse .navbar-nav > li > a { padding-top: 16px; } .navbar-logo { display: inline-block; padding-right: 10px; } .nav-component { margin-top: 8px; } .nav-btn { color: #fff; background-color: transparent; border-color: transparent; font-size: 14px; } .server-connected { padding-top: 12px; color: #00CC00; font-size: 12px !important; } .server-disconnected { padding-top: 12px; color: rgba(240, 48, 0, 1); font-size: 12px !important; } .navbar-search { font-size: 14px; font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif; } #navbar-search { min-width: 170px; } @media (min-width: 795px) and (max-width: 830px) { #navbar-search { width: 150px; min-width: 150px; } } @media (min-width: 768px) and (max-width: 794px) { #navbar-search { width: 130px; min-width: 130px; } } /** required to pin, unpin `navbar-fixed-top` */ .navbar-fixed-top.headroom { position: fixed; top: 0; left: 0; right: 0; transition: all .2s ease-in-out; } .navbar-fixed-top.headroom--unpinned { top: -100px; } .navbar-fixed-top.headroom--pinned { top: 0; /** `navbar` top */ } .navbar-inverse { background: #3071a9; color: #fff; border-color: #3071a9; font-size: 18px; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background: #3071a9; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background: #3071a9; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background: rgba(0, 0, 0, 0.2); } .navbar-inverse .navbar-toggle { border-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background: #080808; } .navbar-inverse .navbar-nav > li > a { color: #FFFFFF; } .navbar-inverse .navbar-brand { color: #fff; text-decoration: none; font-family: 'Patua One', cursive; font-size: 32px; } a.navbar-brand:hover { color: #fff !important; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, #notebook-list li a { color: #ecf0f1; } .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a, #notebook-list li a { padding: 5px 15px 5px 25px; line-height: 20px; } .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a { color: #D3D3D3; } .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > li > a:focus, #notebook-list li a:hover { color: #fff; background: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .scrollbar-container > .active > a:focus { color: #fff; background: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background: #3071A9; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #3071A9; } } .username { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 120px; display: inline-block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* About Dialog */ .modal-header-about { background-color: #3071a9; border: 2px solid #3071a9; border-top-left-radius: 4px; border-top-right-radius: 4px; } .modal-header-about > .close { color: #cfcfcf; opacity: 1; } .modal-header-about > .modal-title { font-weight: 300; font-size: 20px; color: #e8e8e8; } .modal-body-about-version { font-weight: 500; } .modal-body-about { height: 250px; padding: 50px; } .modal-body-about .logo { padding-top: 30px; } .modal-body-about .logo img { width: 95%; } .modal-body-about .content { text-align: center; } .modal-body-about .content h3 { font-family: 'Patua One'; color: #3071A9; font-size: 30px; margin: 0 auto; }
0.489503
0.066418
@font-face { font-family: "open"; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff'); } @import url('https://fonts.googleapis.com/css?family=Oxygen:300'); @import url('https://fonts.googleapis.com/css?family=Arimo'); .section { width: 100%; height: 100vh; padding-top: 1px; background: linear-gradient(to top, #ff7e5f, #feb47b); background: -webkit-linear-gradient(to top, #ff7e5f, #f89d57); z-index: 2; margin-top: -20px; } .section-second { width: 100%; height: 100vh; padding-top: 1px; background: -webkit-linear-gradient(to top, #06beb6, #06beb6); z-index: 2; margin-top: -20px; } .wrapper h2, h4 { color: #fff; margin-left: 5%; margin-bottom: -50px; font-size: 3.1em; margin-bottom: 50px; } .wrapper-item { display: flex; justify-content: space-around; } .persona { width: 300px; height: 500px; border-radius: 5px; background-color: #fafafa; z-index: 2; margin-top: 200px; margin-bottom: 120px; } .wrapper-item h2 { font-size: 23px; color: #2e2e2e; text-align: center; } .wrapper-item h5 { font-family: "open", sans-serif; color: #2e2e2e; margin-top: -10px; margin-left: 5%; } canvas, html, body { width: 100%; height: 100vh; background: -webkit-linear-gradient(bottom, #06beb6, #06beb6); z-index: 2; position: absolute; } .persona-one { background: url('/assets/personaone.png') no-repeat; width: 150px; height: 150px; background-size: cover; margin-top: -75px; margin-left: 25%; } .persona-two { background: url('/assets/persona-two.png') no-repeat; width: 150px; height: 150px; background-size: cover; margin-top: -75px; margin-left: 25%; } .persona-tree { background: url('/assets/persona-tree.png') no-repeat; width: 150px; height: 150px; background-size: cover; margin-top: -75px; margin-left: 25%; } p { font-family: "open", sans-serif; color: #fff; margin-left: 5%; width: 40%; position: relative; } .userExperience { width: 530px; height: 300px; margin-top: -350px; margin-left: 55%; background: url('/assets/user_experience.jpg') no-repeat; background-size: cover; transition-property: transform; transition-duration: 1s; z-index: 3; box-shadow: 5px 5px 10px rgb(75, 75, 75); } .userExperience:hover { transform: translateY(-15px); } .sprite.sparkle { -webkit-animation: sparkle 1.5s steps(17, start) forwards infinite; animation: sparkle 1.5s steps(17, start) forwards infinite; background-image: url(/assets/pop.png); background-position: -731px; background-size: 774px 43px; height: 43px; width: 43px; } .sprite.pop { -webkit-animation: pop 2.91666666667s steps(34, start) forwards infinite; animation: pop 2.91666666667s steps(34, start) forwards infinite; background-image: url(/assets/popit.png); background-position: -816px; background-size: 840px 24px; height: 24px; width: 24px; } .sprite.cross { -webkit-animation: cross 2.083325s steps(23, start) forwards infinite; animation: cross 2.083325s steps(23, start) forwards infinite; background-image: url(/assets/popout.png); background-position: -600px; background-size: 625px 25px; height: 25px; width: 25px; } .cross.four { -webkit-animation-delay: .9s; animation-delay: .9s; top: 1100px; left: 750px; right: 0; } .cross.five { -webkit-animation-delay: 1.5s; animation-delay: .9s; top: 1100px; left: 1350px; right: 0; } .cross.seven { -webkit-animation-delay: 1.5s; animation-delay: .9s; top: 1000px; left: 1200px; right: 0; } .pop.six { -webkit-animation-delay: 1s; animation-delay: .9s; top: 1350px; left: 1330px; } .sparkle.one { -webkit-animation-delay: .5s; animation-delay: .9s; left: 1000px; top: 1380px; } .pop.tree { -webkit-animation-delay: 1s; animation-delay: 1s; left: 850px; top: 1400px; } .sparkle.two { -webkit-animation-delay: .9s; animation-delay: .5s; left: 850px; top: 1000px; } .sprite { background-position: 0; display: block; position: absolute; z-index: 3; } @keyframes sparkle { 0% { background-position: 0; } 40% { background-position: -731px; } 100% { background-position: -731px; } } @keyframes pop { 0% { background-position: 0; } 40% { background-position: -816px; } 100% { background-position: -816px; } } @keyframes cross { 0% { background-position: 0; } 40% { background-position: -600px; } 100% { background-position: -600px; } }
src/app/entreprise/entreprise.component.css
@font-face { font-family: "open"; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff'); } @import url('https://fonts.googleapis.com/css?family=Oxygen:300'); @import url('https://fonts.googleapis.com/css?family=Arimo'); .section { width: 100%; height: 100vh; padding-top: 1px; background: linear-gradient(to top, #ff7e5f, #feb47b); background: -webkit-linear-gradient(to top, #ff7e5f, #f89d57); z-index: 2; margin-top: -20px; } .section-second { width: 100%; height: 100vh; padding-top: 1px; background: -webkit-linear-gradient(to top, #06beb6, #06beb6); z-index: 2; margin-top: -20px; } .wrapper h2, h4 { color: #fff; margin-left: 5%; margin-bottom: -50px; font-size: 3.1em; margin-bottom: 50px; } .wrapper-item { display: flex; justify-content: space-around; } .persona { width: 300px; height: 500px; border-radius: 5px; background-color: #fafafa; z-index: 2; margin-top: 200px; margin-bottom: 120px; } .wrapper-item h2 { font-size: 23px; color: #2e2e2e; text-align: center; } .wrapper-item h5 { font-family: "open", sans-serif; color: #2e2e2e; margin-top: -10px; margin-left: 5%; } canvas, html, body { width: 100%; height: 100vh; background: -webkit-linear-gradient(bottom, #06beb6, #06beb6); z-index: 2; position: absolute; } .persona-one { background: url('/assets/personaone.png') no-repeat; width: 150px; height: 150px; background-size: cover; margin-top: -75px; margin-left: 25%; } .persona-two { background: url('/assets/persona-two.png') no-repeat; width: 150px; height: 150px; background-size: cover; margin-top: -75px; margin-left: 25%; } .persona-tree { background: url('/assets/persona-tree.png') no-repeat; width: 150px; height: 150px; background-size: cover; margin-top: -75px; margin-left: 25%; } p { font-family: "open", sans-serif; color: #fff; margin-left: 5%; width: 40%; position: relative; } .userExperience { width: 530px; height: 300px; margin-top: -350px; margin-left: 55%; background: url('/assets/user_experience.jpg') no-repeat; background-size: cover; transition-property: transform; transition-duration: 1s; z-index: 3; box-shadow: 5px 5px 10px rgb(75, 75, 75); } .userExperience:hover { transform: translateY(-15px); } .sprite.sparkle { -webkit-animation: sparkle 1.5s steps(17, start) forwards infinite; animation: sparkle 1.5s steps(17, start) forwards infinite; background-image: url(/assets/pop.png); background-position: -731px; background-size: 774px 43px; height: 43px; width: 43px; } .sprite.pop { -webkit-animation: pop 2.91666666667s steps(34, start) forwards infinite; animation: pop 2.91666666667s steps(34, start) forwards infinite; background-image: url(/assets/popit.png); background-position: -816px; background-size: 840px 24px; height: 24px; width: 24px; } .sprite.cross { -webkit-animation: cross 2.083325s steps(23, start) forwards infinite; animation: cross 2.083325s steps(23, start) forwards infinite; background-image: url(/assets/popout.png); background-position: -600px; background-size: 625px 25px; height: 25px; width: 25px; } .cross.four { -webkit-animation-delay: .9s; animation-delay: .9s; top: 1100px; left: 750px; right: 0; } .cross.five { -webkit-animation-delay: 1.5s; animation-delay: .9s; top: 1100px; left: 1350px; right: 0; } .cross.seven { -webkit-animation-delay: 1.5s; animation-delay: .9s; top: 1000px; left: 1200px; right: 0; } .pop.six { -webkit-animation-delay: 1s; animation-delay: .9s; top: 1350px; left: 1330px; } .sparkle.one { -webkit-animation-delay: .5s; animation-delay: .9s; left: 1000px; top: 1380px; } .pop.tree { -webkit-animation-delay: 1s; animation-delay: 1s; left: 850px; top: 1400px; } .sparkle.two { -webkit-animation-delay: .9s; animation-delay: .5s; left: 850px; top: 1000px; } .sprite { background-position: 0; display: block; position: absolute; z-index: 3; } @keyframes sparkle { 0% { background-position: 0; } 40% { background-position: -731px; } 100% { background-position: -731px; } } @keyframes pop { 0% { background-position: 0; } 40% { background-position: -816px; } 100% { background-position: -816px; } } @keyframes cross { 0% { background-position: 0; } 40% { background-position: -600px; } 100% { background-position: -600px; } }
0.485112
0.121503
@font-face { font-family: 'Raleway', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Poppins', sans-serif; } img { display: block; margin: auto; max-width: 100%; max-height: 500px; width: auto\9; /* ie8 */ } h1 { font-family: 'Raleway', sans-serif; text-align: center; font-size: 40px; margin: 20px 0 20px 0; } body { display: block; padding: 20px; font-family: 'Roboto', sans-serif; } ul { margin: 10px; height: 200px; } /*----SOCIAL BAR----*/ .social-icons { max-width: 980px; margin: 0 auto; text-align: center; } .icon { display: inline-block; position: relative; width: 19%; height: 0; margin: 1% 0.5%; padding-bottom: 19%; } @media all and (min-width: 640px) { .icon { width: 9%; padding-bottom: 9%; } } .icon a { display: block; position: absolute; text-decoration: none; left: 0; width: 100%; height: 100%; border: 0; border-radius: 10px; background-color: #fff; background-size: 100%; background-repeat: no-repeat; background-position: center center; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; } .icon a:hover { background-color: #222; background-size: 0%; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; } .icon__name { position: relative; top: 40%; width: 100%; margin-top: -7px; color: #fff; font-size: 13px; text-align: center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; opacity: 0; -webkit-filter: blur(25px); filter: blur(25px); -webkit-transform: translateZ(0); transform: translateZ(0); will-change: transform; font-family: 'Poppins', sans-serif; } .icon:hover .icon__name { -webkit-transition: all .3s ease-out; transition: all .3s ease-out; opacity: 1; -webkit-filter: blur(0); filter: blur(0); } .icon--facebook a { background-color: #3b5998; background-image: url("../media/facebook-128.png"); } .icon--instagram a { background-color: #5c3d2e; background-image: url("../media/instagram-128.png"); } /*-----SOCIAL BAR END---*/
css/style.css
@font-face { font-family: 'Raleway', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Poppins', sans-serif; } img { display: block; margin: auto; max-width: 100%; max-height: 500px; width: auto\9; /* ie8 */ } h1 { font-family: 'Raleway', sans-serif; text-align: center; font-size: 40px; margin: 20px 0 20px 0; } body { display: block; padding: 20px; font-family: 'Roboto', sans-serif; } ul { margin: 10px; height: 200px; } /*----SOCIAL BAR----*/ .social-icons { max-width: 980px; margin: 0 auto; text-align: center; } .icon { display: inline-block; position: relative; width: 19%; height: 0; margin: 1% 0.5%; padding-bottom: 19%; } @media all and (min-width: 640px) { .icon { width: 9%; padding-bottom: 9%; } } .icon a { display: block; position: absolute; text-decoration: none; left: 0; width: 100%; height: 100%; border: 0; border-radius: 10px; background-color: #fff; background-size: 100%; background-repeat: no-repeat; background-position: center center; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; } .icon a:hover { background-color: #222; background-size: 0%; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; } .icon__name { position: relative; top: 40%; width: 100%; margin-top: -7px; color: #fff; font-size: 13px; text-align: center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; opacity: 0; -webkit-filter: blur(25px); filter: blur(25px); -webkit-transform: translateZ(0); transform: translateZ(0); will-change: transform; font-family: 'Poppins', sans-serif; } .icon:hover .icon__name { -webkit-transition: all .3s ease-out; transition: all .3s ease-out; opacity: 1; -webkit-filter: blur(0); filter: blur(0); } .icon--facebook a { background-color: #3b5998; background-image: url("../media/facebook-128.png"); } .icon--instagram a { background-color: #5c3d2e; background-image: url("../media/instagram-128.png"); } /*-----SOCIAL BAR END---*/
0.128061
0.043123
html, body { height: 100%; } body { margin: 0px; padding: 0px; font-family: 'Didact Gothic', sans-serif; font-size: 12pt; font-weight: 200; } h1, h2, h3 { margin: 0; padding: 0; } p, ol, ul { margin-top: 0; } ol, ul { padding: 0; list-style: none; } p { line-height: 180%; } a { color: #ee0000; } a:hover { text-decoration: none; } .container { overflow: hidden; margin: 0em auto; width: 1200px; } /*********************************************************************************/ /* Image Style */ /*********************************************************************************/ .image { display: inline-block; } .image img { display: block; width: 100%; } .image-full { display: block; width: 100%; margin: 0 0 2em 0; } .image-left { float: left; margin: 0 2em 2em 0; } .image-centered { display: block; margin: 0 0 2em 0; } .image-centered img { margin: 0 auto; width: auto; } /*********************************************************************************/ /* List Styles */ /*********************************************************************************/ ul.style1 { } ul.actions { } ul.actions li { display: inline-block; padding: 0em 0.50em; } /*********************************************************************************/ /* Social Icon Styles */ /*********************************************************************************/ ul.contact { margin: 0; padding: 2em 0em 0em 0em; list-style: none; } ul.contact li { display: inline-block; padding: 0em 0.30em; font-size: 1em; } ul.contact li span { display: none; margin: 0; padding: 0; } ul.contact li a { color: #FFF; } ul.contact li a:before { display: inline-block; background: #3f3f3f; width: 40px; height: 40px; line-height: 40px; border-radius: 20px; text-align: center; color: #FFFFFF; } ul.contact li a.icon-twitter:before { background: #2DAAE4; } ul.contact li a.icon-facebook:before { background: #39599F; } ul.contact li a.icon-dribbble:before { background: #C4376B; } ul.contact li a.icon-tumblr:before { background: #31516A; } ul.contact li a.icon-rss:before { background: #F2600B; } /*********************************************************************************/ /* Button Style */ /*********************************************************************************/ .button { display: inline-block; padding: 1em 2em 1em 2em; letter-spacing: 0.10em; margin-top: 2em; padding: 1.40em 3em; border: 2px solid rgba(255,255,255,1); border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 1em; color: #FFF; } .button-alt { padding: 1em 2em; border-color: rgba(0,0,0,.8); color: rgba(0,0,0,.8); } /*********************************************************************************/ /* 4-column */ /*********************************************************************************/ .box1, .box2, .box3, .box4 { width: 235px; } .box1, .box2, .box3, { float: left; margin-right: 20px; } .box4 { float: right; } /*********************************************************************************/ /* 3-column */ /*********************************************************************************/ .boxA, .boxB, .boxC { width: 384px; } .boxA, .boxB { float: left; margin-right: 20px; } .boxC { float: right; } /*********************************************************************************/ /* 2-column */ /*********************************************************************************/ .tbox1, .tbox2 { width: 575px; } .tbox1 { float: left; } .tbox2 { float: right; } /*********************************************************************************/ /* Heading Titles */ /*********************************************************************************/ .title { margin-bottom: 3em; } .title h2 { font-size: 2.7em; color: white; } .title .byline { font-size: 1.3em; color: rgba(255,255,255,0.60); } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #wrapper { position: relative; padding: 5em 0em 7em 0em; background: #FFF; } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #header-wrapper-preference { position: relative; padding: 5em 0em 7em 0em; background: #111111 url(images/preference-bg.jpg) no-repeat center; background-size: cover; } #header { position: relative; padding: 5em 0em; } /*********************************************************************************/ /* Logo */ /*********************************************************************************/ #logo { position: absolute; top: 3.6em; left: 0; } #logo h1 { font-size: 2.6em; color: #79C255; } #logo a { text-decoration: none; color: rgba(255,255,255,1); } /*********************************************************************************/ /* Menu */ /*********************************************************************************/ #menu { position: absolute; top: 4.5em; right: 0; } #menu ul { display: inline-block; } #menu li { display: block; float: left; text-align: center; } #menu li a, #menu li span { padding: 1em 1.5em; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; font-size: 0.8em; color: rgba(255,255,255,0.80); } #menu li:hover a, #menu li.active a, #menu li.active span { } #menu .active a { border: 2px solid rgba(255,255,255,1); border-radius: 6px; color: rgba(255,255,255,1); } #menu .icon { } /*********************************************************************************/ /* Banner */ /*********************************************************************************/ #banner { padding-top: 10em; text-align: center; } #banner .title h2 { font-size: 4em; } #banner .title .byline { font-size: 2em; } #banner .button { margin-top: 2em; padding: 1.40em 3em; border: 2px solid rgba(255,255,255,1); border-radius: 6px; font-weight: 700; font-size: 1em; } .banner { margin-bottom: 5em; } /*********************************************************************************/ /* Preference wrapper */ /*********************************************************************************/ #preference-wrapper { position: relative; padding: 5em 0em 7em 0em; } /*********************************************************************************/ /* Preference input Form */ /*********************************************************************************/ .transition, form button, form .question label, form .question input[type="text"] { -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); } * { font-family: Helvetica, sans-serif; font-weight: light; -webkit-font-smoothing: antialiased; } html { background-color: white; } form { position: relative; display: inline-block; max-width: 700px; min-width: 500px; height: 100%; box-sizing: border-box; padding: 30px 25px; background-color: white; border-radius: 40px; border: 2px solid black; margin: 40px 0; left: 50%; -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } form h1 { color: black; font-weight: 100; letter-spacing: 0.01em; margin-left: 15px; margin-bottom: 35px; } form button { margin-top: 35px; background-color: white; border: 1px solid black; line-height: 0; font-size: 17px; display: inline-block; box-sizing: border-box; padding: 20px 15px; border-radius: 60px; color: black; font-weight: 100; letter-spacing: 0.01em; position: relative; z-index: 1; } form button:hover, form button:focus { color: white; background-color: black; } form .question { position: relative; padding: 10px 0; } form .question:first-of-type { padding-top: 0; } form .question:last-of-type { padding-bottom: 0; } form .question label { transform-origin: left center; color: black; font-weight: 100; letter-spacing: 0.01em; font-size: 17px; box-sizing: border-box; padding: 10px 15px; display: block; position: absolute; margin-top: -40px; z-index: 2; pointer-events: none; } form .question input[type="text"] { appearance: none; background-color: none; border: 1px solid black; line-height: 0; font-size: 17px; width: 100%; display: block; box-sizing: border-box; padding: 10px 15px; border-radius: 60px; color: white; font-weight: 100; letter-spacing: 0.01em; position: relative; z-index: 1; } form .question input[type="text"]:focus { outline: none; background: white; color: white; margin-top: 30px; } form .question input[type="text"]:valid { margin-top: 30px; } form .question input[type="text"]:focus ~ label { -moz-transform: translate(0, -35px); -ms-transform: translate(0, -35px); -webkit-transform: translate(0, -35px); transform: translate(0, -35px); } form .question input[type="text"]:valid ~ label { text-transform: uppercase; font-style: italic; color: black; -moz-transform: translate(5px, -35px) scale(0.6); -ms-transform: translate(5px, -35px) scale(0.6); -webkit-transform: translate(5px, -35px) scale(0.6); transform: translate(5px, -35px) scale(0.6); }
preference.css
html, body { height: 100%; } body { margin: 0px; padding: 0px; font-family: 'Didact Gothic', sans-serif; font-size: 12pt; font-weight: 200; } h1, h2, h3 { margin: 0; padding: 0; } p, ol, ul { margin-top: 0; } ol, ul { padding: 0; list-style: none; } p { line-height: 180%; } a { color: #ee0000; } a:hover { text-decoration: none; } .container { overflow: hidden; margin: 0em auto; width: 1200px; } /*********************************************************************************/ /* Image Style */ /*********************************************************************************/ .image { display: inline-block; } .image img { display: block; width: 100%; } .image-full { display: block; width: 100%; margin: 0 0 2em 0; } .image-left { float: left; margin: 0 2em 2em 0; } .image-centered { display: block; margin: 0 0 2em 0; } .image-centered img { margin: 0 auto; width: auto; } /*********************************************************************************/ /* List Styles */ /*********************************************************************************/ ul.style1 { } ul.actions { } ul.actions li { display: inline-block; padding: 0em 0.50em; } /*********************************************************************************/ /* Social Icon Styles */ /*********************************************************************************/ ul.contact { margin: 0; padding: 2em 0em 0em 0em; list-style: none; } ul.contact li { display: inline-block; padding: 0em 0.30em; font-size: 1em; } ul.contact li span { display: none; margin: 0; padding: 0; } ul.contact li a { color: #FFF; } ul.contact li a:before { display: inline-block; background: #3f3f3f; width: 40px; height: 40px; line-height: 40px; border-radius: 20px; text-align: center; color: #FFFFFF; } ul.contact li a.icon-twitter:before { background: #2DAAE4; } ul.contact li a.icon-facebook:before { background: #39599F; } ul.contact li a.icon-dribbble:before { background: #C4376B; } ul.contact li a.icon-tumblr:before { background: #31516A; } ul.contact li a.icon-rss:before { background: #F2600B; } /*********************************************************************************/ /* Button Style */ /*********************************************************************************/ .button { display: inline-block; padding: 1em 2em 1em 2em; letter-spacing: 0.10em; margin-top: 2em; padding: 1.40em 3em; border: 2px solid rgba(255,255,255,1); border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 1em; color: #FFF; } .button-alt { padding: 1em 2em; border-color: rgba(0,0,0,.8); color: rgba(0,0,0,.8); } /*********************************************************************************/ /* 4-column */ /*********************************************************************************/ .box1, .box2, .box3, .box4 { width: 235px; } .box1, .box2, .box3, { float: left; margin-right: 20px; } .box4 { float: right; } /*********************************************************************************/ /* 3-column */ /*********************************************************************************/ .boxA, .boxB, .boxC { width: 384px; } .boxA, .boxB { float: left; margin-right: 20px; } .boxC { float: right; } /*********************************************************************************/ /* 2-column */ /*********************************************************************************/ .tbox1, .tbox2 { width: 575px; } .tbox1 { float: left; } .tbox2 { float: right; } /*********************************************************************************/ /* Heading Titles */ /*********************************************************************************/ .title { margin-bottom: 3em; } .title h2 { font-size: 2.7em; color: white; } .title .byline { font-size: 1.3em; color: rgba(255,255,255,0.60); } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #wrapper { position: relative; padding: 5em 0em 7em 0em; background: #FFF; } /*********************************************************************************/ /* Header */ /*********************************************************************************/ #header-wrapper-preference { position: relative; padding: 5em 0em 7em 0em; background: #111111 url(images/preference-bg.jpg) no-repeat center; background-size: cover; } #header { position: relative; padding: 5em 0em; } /*********************************************************************************/ /* Logo */ /*********************************************************************************/ #logo { position: absolute; top: 3.6em; left: 0; } #logo h1 { font-size: 2.6em; color: #79C255; } #logo a { text-decoration: none; color: rgba(255,255,255,1); } /*********************************************************************************/ /* Menu */ /*********************************************************************************/ #menu { position: absolute; top: 4.5em; right: 0; } #menu ul { display: inline-block; } #menu li { display: block; float: left; text-align: center; } #menu li a, #menu li span { padding: 1em 1.5em; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; font-size: 0.8em; color: rgba(255,255,255,0.80); } #menu li:hover a, #menu li.active a, #menu li.active span { } #menu .active a { border: 2px solid rgba(255,255,255,1); border-radius: 6px; color: rgba(255,255,255,1); } #menu .icon { } /*********************************************************************************/ /* Banner */ /*********************************************************************************/ #banner { padding-top: 10em; text-align: center; } #banner .title h2 { font-size: 4em; } #banner .title .byline { font-size: 2em; } #banner .button { margin-top: 2em; padding: 1.40em 3em; border: 2px solid rgba(255,255,255,1); border-radius: 6px; font-weight: 700; font-size: 1em; } .banner { margin-bottom: 5em; } /*********************************************************************************/ /* Preference wrapper */ /*********************************************************************************/ #preference-wrapper { position: relative; padding: 5em 0em 7em 0em; } /*********************************************************************************/ /* Preference input Form */ /*********************************************************************************/ .transition, form button, form .question label, form .question input[type="text"] { -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); } * { font-family: Helvetica, sans-serif; font-weight: light; -webkit-font-smoothing: antialiased; } html { background-color: white; } form { position: relative; display: inline-block; max-width: 700px; min-width: 500px; height: 100%; box-sizing: border-box; padding: 30px 25px; background-color: white; border-radius: 40px; border: 2px solid black; margin: 40px 0; left: 50%; -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } form h1 { color: black; font-weight: 100; letter-spacing: 0.01em; margin-left: 15px; margin-bottom: 35px; } form button { margin-top: 35px; background-color: white; border: 1px solid black; line-height: 0; font-size: 17px; display: inline-block; box-sizing: border-box; padding: 20px 15px; border-radius: 60px; color: black; font-weight: 100; letter-spacing: 0.01em; position: relative; z-index: 1; } form button:hover, form button:focus { color: white; background-color: black; } form .question { position: relative; padding: 10px 0; } form .question:first-of-type { padding-top: 0; } form .question:last-of-type { padding-bottom: 0; } form .question label { transform-origin: left center; color: black; font-weight: 100; letter-spacing: 0.01em; font-size: 17px; box-sizing: border-box; padding: 10px 15px; display: block; position: absolute; margin-top: -40px; z-index: 2; pointer-events: none; } form .question input[type="text"] { appearance: none; background-color: none; border: 1px solid black; line-height: 0; font-size: 17px; width: 100%; display: block; box-sizing: border-box; padding: 10px 15px; border-radius: 60px; color: white; font-weight: 100; letter-spacing: 0.01em; position: relative; z-index: 1; } form .question input[type="text"]:focus { outline: none; background: white; color: white; margin-top: 30px; } form .question input[type="text"]:valid { margin-top: 30px; } form .question input[type="text"]:focus ~ label { -moz-transform: translate(0, -35px); -ms-transform: translate(0, -35px); -webkit-transform: translate(0, -35px); transform: translate(0, -35px); } form .question input[type="text"]:valid ~ label { text-transform: uppercase; font-style: italic; color: black; -moz-transform: translate(5px, -35px) scale(0.6); -ms-transform: translate(5px, -35px) scale(0.6); -webkit-transform: translate(5px, -35px) scale(0.6); transform: translate(5px, -35px) scale(0.6); }
0.223547
0.045501
box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; } /*styles for all blocks*/ .c-count { border-bottom: 1px solid #d5d6da; color: #222; font-size: 16px; font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; } .c-img { left: 0; position: absolute; top: 0; width: 48px; z-index: 5; } .c-img img { width: 100%; } .c-reply, .c-comment { margin-bottom: 18px; position: relative; } .c-replyform, .c-post { margin-left: 25px; } .c-allcomments, .c-allcomments:visited { background: #1979c3; border-radius: 3px; color: #fff; display: block; font-size: 14px; font-weight: 700; line-height: 40px; margin-top: 24px; text-align: center; text-decoration: none; transition: 200ms cubic-bezier(.08, .52, .52, 1) background-color; width: 100%; } .c-allcomments:hover { background-color: #e2e2e2; color: #fff; text-decoration: none; } /*reply form*/ .c-replyform .left-hld, .c-replyform .right-hld { float: left; padding: 0px 15px 0 0; width: 35%; } .c-replyform textarea, .c-replyform input { background: #fff !important; color: #222; display: block; } .c-replyform textarea { border-bottom: 0px; height: 70px; padding: 8px; } .c-replyform textarea:focus, .c-replyform input:focus { box-shadow: none; } .c-replyform div.mage-error[generated] { display: none !important } .c-replyform .mage-error { background-color: #fff3f3 !important; border-color: #d5d6da } .c-replyform button { background-color: #1979c3; border: 1px solid #1979c3; border-radius: 3px !important; box-shadow: none; color: #fff; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 700; margin-top: 5px; padding: 2px 8px; transition: 200ms cubic-bezier(.08, .52, .52, 1) background-color; } .c-replyform button:hover { background-color: #365899; border-color: #365899; } .c-replyform button.cancel { background-color: #f6f7f9; border-color: #ced0d4; color: #4b4f56; } .c-replyform button.cancel:hover { background-color: #e9ebee; } .c-replyform .c-btn-hld { background: #f6f7f9; border: 1px solid #d5d6da; padding: 8px; text-align: right; } .c-replyform.no-active .c-btn-hld { display: none } .c-replyform.no-active textarea { border-bottom: 1px solid #c2c2c2; height: 45px; } /*comment*/ .c-post .p-name { color: #365899; font-weight: 700; } .c-post .p-actions { padding: 8px 0 10px; } .c-post .p-actions { font-size: 12px; } .c-post .p-actions a { color: #4267b2; } .c-post .p-actions a:hover { text-decoration: underline; } .c-post .p-actions span { color: #90949c; } /*post's replies and reply form*/ .p-replies { border-left: 1px dotted #bdbdbd; padding-left: 10px; } .p-replies .c-img { width: 36px; } .p-replies .c-post, .p-replies .c-replyform { margin-left: 20px; } .p-replies .c-comment { margin-bottom: 10px; } .p-replies .c-more { background: #d7eaf9; border-radius: 3px; font-size: 12px; margin-bottom: 10px; padding: 5px; } .p-replies .c-more a { color: #4267b2; font-size: 11px; font-weight: 700; } .p-replies .c-more a:hover { text-decoration: underline; } .p-replies .c-more i { border-left: 3px solid rgba(0, 0, 0, 0); border-right: 3px solid rgba(0, 0, 0, 0); border-top: 3px solid #768196; height: 0px; margin-left: 3px; position: relative; top: 7px; vertical-align: middle; width: 0px; } @media screen and (max-width: 450px) { .c-img { width: 38px; } .c-post { font-size: 13px; } .c-post .p-actions { font-size: 11px; } .c-reply, .c-comment { margin-bottom: 18px; position: relative; } .c-replyform, .c-post { margin-left: 0 } .p-replies { padding-left: 5px; } .p-replies .c-img { width: 28px; } .p-replies .c-post, .p-replies .c-replyform { margin-left: 34px; } .p-replies .c-more a { font-size: 10px; padding: 3px; } .c-replyform .left-hld, .c-replyform .right-hld { float: none; padding: 0 0 5px 0 width: 100%; } }
src/app/design/frontend/Sm/autostore/Magefan_Blog/web/css/comments.css
box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; } /*styles for all blocks*/ .c-count { border-bottom: 1px solid #d5d6da; color: #222; font-size: 16px; font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; } .c-img { left: 0; position: absolute; top: 0; width: 48px; z-index: 5; } .c-img img { width: 100%; } .c-reply, .c-comment { margin-bottom: 18px; position: relative; } .c-replyform, .c-post { margin-left: 25px; } .c-allcomments, .c-allcomments:visited { background: #1979c3; border-radius: 3px; color: #fff; display: block; font-size: 14px; font-weight: 700; line-height: 40px; margin-top: 24px; text-align: center; text-decoration: none; transition: 200ms cubic-bezier(.08, .52, .52, 1) background-color; width: 100%; } .c-allcomments:hover { background-color: #e2e2e2; color: #fff; text-decoration: none; } /*reply form*/ .c-replyform .left-hld, .c-replyform .right-hld { float: left; padding: 0px 15px 0 0; width: 35%; } .c-replyform textarea, .c-replyform input { background: #fff !important; color: #222; display: block; } .c-replyform textarea { border-bottom: 0px; height: 70px; padding: 8px; } .c-replyform textarea:focus, .c-replyform input:focus { box-shadow: none; } .c-replyform div.mage-error[generated] { display: none !important } .c-replyform .mage-error { background-color: #fff3f3 !important; border-color: #d5d6da } .c-replyform button { background-color: #1979c3; border: 1px solid #1979c3; border-radius: 3px !important; box-shadow: none; color: #fff; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 700; margin-top: 5px; padding: 2px 8px; transition: 200ms cubic-bezier(.08, .52, .52, 1) background-color; } .c-replyform button:hover { background-color: #365899; border-color: #365899; } .c-replyform button.cancel { background-color: #f6f7f9; border-color: #ced0d4; color: #4b4f56; } .c-replyform button.cancel:hover { background-color: #e9ebee; } .c-replyform .c-btn-hld { background: #f6f7f9; border: 1px solid #d5d6da; padding: 8px; text-align: right; } .c-replyform.no-active .c-btn-hld { display: none } .c-replyform.no-active textarea { border-bottom: 1px solid #c2c2c2; height: 45px; } /*comment*/ .c-post .p-name { color: #365899; font-weight: 700; } .c-post .p-actions { padding: 8px 0 10px; } .c-post .p-actions { font-size: 12px; } .c-post .p-actions a { color: #4267b2; } .c-post .p-actions a:hover { text-decoration: underline; } .c-post .p-actions span { color: #90949c; } /*post's replies and reply form*/ .p-replies { border-left: 1px dotted #bdbdbd; padding-left: 10px; } .p-replies .c-img { width: 36px; } .p-replies .c-post, .p-replies .c-replyform { margin-left: 20px; } .p-replies .c-comment { margin-bottom: 10px; } .p-replies .c-more { background: #d7eaf9; border-radius: 3px; font-size: 12px; margin-bottom: 10px; padding: 5px; } .p-replies .c-more a { color: #4267b2; font-size: 11px; font-weight: 700; } .p-replies .c-more a:hover { text-decoration: underline; } .p-replies .c-more i { border-left: 3px solid rgba(0, 0, 0, 0); border-right: 3px solid rgba(0, 0, 0, 0); border-top: 3px solid #768196; height: 0px; margin-left: 3px; position: relative; top: 7px; vertical-align: middle; width: 0px; } @media screen and (max-width: 450px) { .c-img { width: 38px; } .c-post { font-size: 13px; } .c-post .p-actions { font-size: 11px; } .c-reply, .c-comment { margin-bottom: 18px; position: relative; } .c-replyform, .c-post { margin-left: 0 } .p-replies { padding-left: 5px; } .p-replies .c-img { width: 28px; } .p-replies .c-post, .p-replies .c-replyform { margin-left: 34px; } .p-replies .c-more a { font-size: 10px; padding: 3px; } .c-replyform .left-hld, .c-replyform .right-hld { float: none; padding: 0 0 5px 0 width: 100%; } }
0.459076
0.087837
.about-content .h-title, .contact-content .h-title { margin-bottom: 3rem; } .about-content p.description, .contact-content p.description { width: 50%; min-width: 14rem; margin: 0 auto 2rem auto; line-height: 1.8; } .about-content p::first-letter, .contact-content p::first-letter { font-size: 2rem; line-height: 1; font-weight: 500; } .about-content, .contact-content, .menu-content > div { width: 90%; margin: 1rem auto; box-sizing: border-box; background-color: #ffffffb9; } .about-content, .contact-content { padding-top: 3rem; padding-bottom: 3rem; } .menu-content { font-family: 'Acme', sans-serif; } .menu-content .h-title, .food-items .food-item { margin: 1rem; } .about-info { width: 27rem; max-width: calc(100% - 2rem); margin: 4rem auto 3rem; line-height: 1.8; } .about-info .title { font-weight: 600; } .food-items { margin: 2rem 0; } .menu-description { letter-spacing: 1px; margin-top: 0.5rem; font-size: 1.2rem; } .food-items img { max-width: 100%; } .cold-drink-menu { width: 750px; } .cold-drink-menu .menu-description { max-width: 145px; } .contact_form { margin-top: 5rem; margin-bottom: 2rem; } .contact_form fieldset { width: 500px; max-width: calc(100% - 4rem); display: flex; padding-top: 1.5rem; padding-bottom: 1.5rem; flex-direction: column; margin: 1rem auto; } .field input, .field textarea { margin-top: 0.5rem; margin-bottom: 1.5rem; border-radius: 5px; } .field input { padding: 3px; width: calc(100% - 0.75em); } .field textarea { width: 100%; } .field label { margin-bottom: 0.3rem; } fieldset .submit-btn { margin-top: 1rem; margin-bottom: 1rem; width: 100%; cursor: pointer; } @media (min-width: 576px) { .field > label, .field > input, .field > textarea { box-sizing: border-box; width: calc(100% - 2rem); margin-left: 1rem; margin-right: 1rem; } fieldset .submit-btn { margin-left: 1rem; margin-right: 1rem; width: calc(100% - 2rem); } .menu-content > div { padding: 2rem; } }
assets/css/contents.css
.about-content .h-title, .contact-content .h-title { margin-bottom: 3rem; } .about-content p.description, .contact-content p.description { width: 50%; min-width: 14rem; margin: 0 auto 2rem auto; line-height: 1.8; } .about-content p::first-letter, .contact-content p::first-letter { font-size: 2rem; line-height: 1; font-weight: 500; } .about-content, .contact-content, .menu-content > div { width: 90%; margin: 1rem auto; box-sizing: border-box; background-color: #ffffffb9; } .about-content, .contact-content { padding-top: 3rem; padding-bottom: 3rem; } .menu-content { font-family: 'Acme', sans-serif; } .menu-content .h-title, .food-items .food-item { margin: 1rem; } .about-info { width: 27rem; max-width: calc(100% - 2rem); margin: 4rem auto 3rem; line-height: 1.8; } .about-info .title { font-weight: 600; } .food-items { margin: 2rem 0; } .menu-description { letter-spacing: 1px; margin-top: 0.5rem; font-size: 1.2rem; } .food-items img { max-width: 100%; } .cold-drink-menu { width: 750px; } .cold-drink-menu .menu-description { max-width: 145px; } .contact_form { margin-top: 5rem; margin-bottom: 2rem; } .contact_form fieldset { width: 500px; max-width: calc(100% - 4rem); display: flex; padding-top: 1.5rem; padding-bottom: 1.5rem; flex-direction: column; margin: 1rem auto; } .field input, .field textarea { margin-top: 0.5rem; margin-bottom: 1.5rem; border-radius: 5px; } .field input { padding: 3px; width: calc(100% - 0.75em); } .field textarea { width: 100%; } .field label { margin-bottom: 0.3rem; } fieldset .submit-btn { margin-top: 1rem; margin-bottom: 1rem; width: 100%; cursor: pointer; } @media (min-width: 576px) { .field > label, .field > input, .field > textarea { box-sizing: border-box; width: calc(100% - 2rem); margin-left: 1rem; margin-right: 1rem; } fieldset .submit-btn { margin-left: 1rem; margin-right: 1rem; width: calc(100% - 2rem); } .menu-content > div { padding: 2rem; } }
0.475605
0.078219
:host, :host *, :host *:before, :host *:after { box-sizing: border-box; } :host { display: block; color: var(--color); font-size: 1.6rem; --color: var(--theme-base6); --hover: var(--theme-base9); text-align: center; contain: content; } :host .pagination-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } :host .indicator { position: absolute; top: .2rem; left: var(--indicator-left, 50%); transition: all 220ms var(--ease) 0s; width: 2.4rem; height: 1.6rem; margin-left: -0.125em; background: var(--theme-base5); z-index: 0; border-radius: 100%; } :host stellar-blur[horizontal="0"] .indicator { height: 2.4rem; top: -0.2rem; } :host .pagination-wrap { display: flex; align-items: center; justify-content: center; width: 100%; } :host a { text-decoration: none; border-radius: 100%; } :host a.icon { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; color: var(--color); } :host a.icon:hover, :host a.icon:active { color: var(--hover); } :host a.current-number:hover, :host a.current-number:active, :host a.current-number:focus { color: white; } :host .ellipsis { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; margin: 0 0.25rem; } :host .pages { display: flex; align-items: center; justify-content: center; margin: 0 0.5rem; position: relative; transition: all 200ms var(--ease) 0s; } :host .number { display: flex; align-items: center; justify-content: center; color: currentColor; font-weight: 700; transition: all 200ms var(--ease) 0ms; margin: 1rem 0; width: 0; height: 0; opacity: 1; z-index: 1; padding: 0; transform: scale(0); } :host .number[data-visible="false"] { transform: scale(0); } :host .number[data-visible] { width: 2rem; height: 2rem; opacity: 1; padding: 0; margin: 0 0.25em; transform: scale(1); } :host .number:hover, :host .number:active { color: var(--hover); } :host .current-number { margin: 1rem; color: white; } :host .skip-button { margin-left: 36px; line-height: 0; } :host *[data-hidden=yes] { display: none !important; } :host .compact-pagination-container { display: flex; align-items: baseline; } :host .compact-pagination-container stellar-input { width: 5rem; --padding: 0 1rem; margin: 0 1rem; } :host stellar-blur { position: absolute; width: 100%; height: 100%; } :host([dark]) a.number:hover, :host([dark]) a.number:active, :host([dark]) a.number:focus { color: white; } :host([dark]) .current-number { color: var(--gray9) !important; } :host([dark]) a.icon:hover, :host([dark]) a.icon:active, :host([dark]) a.icon:focus { color: white; }
src/components/ui/pagination/pagination.css
:host, :host *, :host *:before, :host *:after { box-sizing: border-box; } :host { display: block; color: var(--color); font-size: 1.6rem; --color: var(--theme-base6); --hover: var(--theme-base9); text-align: center; contain: content; } :host .pagination-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } :host .indicator { position: absolute; top: .2rem; left: var(--indicator-left, 50%); transition: all 220ms var(--ease) 0s; width: 2.4rem; height: 1.6rem; margin-left: -0.125em; background: var(--theme-base5); z-index: 0; border-radius: 100%; } :host stellar-blur[horizontal="0"] .indicator { height: 2.4rem; top: -0.2rem; } :host .pagination-wrap { display: flex; align-items: center; justify-content: center; width: 100%; } :host a { text-decoration: none; border-radius: 100%; } :host a.icon { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; color: var(--color); } :host a.icon:hover, :host a.icon:active { color: var(--hover); } :host a.current-number:hover, :host a.current-number:active, :host a.current-number:focus { color: white; } :host .ellipsis { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; margin: 0 0.25rem; } :host .pages { display: flex; align-items: center; justify-content: center; margin: 0 0.5rem; position: relative; transition: all 200ms var(--ease) 0s; } :host .number { display: flex; align-items: center; justify-content: center; color: currentColor; font-weight: 700; transition: all 200ms var(--ease) 0ms; margin: 1rem 0; width: 0; height: 0; opacity: 1; z-index: 1; padding: 0; transform: scale(0); } :host .number[data-visible="false"] { transform: scale(0); } :host .number[data-visible] { width: 2rem; height: 2rem; opacity: 1; padding: 0; margin: 0 0.25em; transform: scale(1); } :host .number:hover, :host .number:active { color: var(--hover); } :host .current-number { margin: 1rem; color: white; } :host .skip-button { margin-left: 36px; line-height: 0; } :host *[data-hidden=yes] { display: none !important; } :host .compact-pagination-container { display: flex; align-items: baseline; } :host .compact-pagination-container stellar-input { width: 5rem; --padding: 0 1rem; margin: 0 1rem; } :host stellar-blur { position: absolute; width: 100%; height: 100%; } :host([dark]) a.number:hover, :host([dark]) a.number:active, :host([dark]) a.number:focus { color: white; } :host([dark]) .current-number { color: var(--gray9) !important; } :host([dark]) a.icon:hover, :host([dark]) a.icon:active, :host([dark]) a.icon:focus { color: white; }
0.75392
0.122209