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
.jfx-snackbar-toast { -fx-background-color: #333; -fx-font-size: 16pt; -fx-text-fill: #eee; -fx-padding: 10px 25px; } .white-radio-button { -jfx-selected-color: #eee; -jfx-unselected-color: #777; } /*Combo Box*/ .combo-box .list-cell { /*-fx-background: white;*/ -fx-background-color: transparent; -fx-text-fill: #eee; -fx-padding: 3 0 2 7; -fx-cell-size: 1.66667em; } .combo-box-popup .list-view { -fx-text-fill: #333; -fx-background-color: #eee, #eee; -fx-background-insets: 0, 1; -fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 8, 0.0 , 0 , 0 ); } .combo-box-popup .list-view .list-cell { -fx-background-color: #eee; -fx-text-fill: #333; } .combo-box-popup .list-view .list-cell:filled { -fx-text-fill: #333; -fx-color: #333; } .combo-box-popup .list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover { -fx-background: #bbb; -fx-background-color: #bbb; -fx-text-fill: #333; } .combo-box-popup .list-view .list-cell:filled:hover { -fx-background-color: #bbb; -fx-text-fill: #333; } .combo-box-base { -fx-skin: "com.sun.javafx.scene.control.skin.ComboBoxBaseSkin"; -fx-background-color: transparent; -fx-text-fill: #eee; -fx-background-radius: 5, 5, 4, 3; -fx-background-insets: 0 0 -1 0, 0, 1, 2; -fx-padding: 0; } .combo-box-base:hover { -fx-color: #eee; } .combo-box-base:showing { -fx-color: #eee; } .combo-box-base:focused { /*-fx-background-color: -fx-focus-color, -fx-outer-border, -fx-inner-border, -fx-body-color;*/ -fx-background-radius: 6.4, 4, 5, 3; -fx-background-insets: -1.4, 0, 1, 2; } .combo-box-base:disabled { -fx-opacity: .4; } /*Scroll Pane*/ .scroll-pane > .viewport { -fx-background-color: transparent; } .scroll-pane { -fx-background-color: transparent; } .scroll-bar .increment-button { visibility: hidden; } .scroll-bar .decrement-button { visibility: hidden; } .scroll-bar:vertical { -fx-background-color: transparent; } .scroll-bar:vertical .track-background { visibility: hidden; } .scroll-bar:vertical .track { visibility: hidden; }
src/com/azeesoft/mapdatagenerator/res/css/root.css
.jfx-snackbar-toast { -fx-background-color: #333; -fx-font-size: 16pt; -fx-text-fill: #eee; -fx-padding: 10px 25px; } .white-radio-button { -jfx-selected-color: #eee; -jfx-unselected-color: #777; } /*Combo Box*/ .combo-box .list-cell { /*-fx-background: white;*/ -fx-background-color: transparent; -fx-text-fill: #eee; -fx-padding: 3 0 2 7; -fx-cell-size: 1.66667em; } .combo-box-popup .list-view { -fx-text-fill: #333; -fx-background-color: #eee, #eee; -fx-background-insets: 0, 1; -fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 8, 0.0 , 0 , 0 ); } .combo-box-popup .list-view .list-cell { -fx-background-color: #eee; -fx-text-fill: #333; } .combo-box-popup .list-view .list-cell:filled { -fx-text-fill: #333; -fx-color: #333; } .combo-box-popup .list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover { -fx-background: #bbb; -fx-background-color: #bbb; -fx-text-fill: #333; } .combo-box-popup .list-view .list-cell:filled:hover { -fx-background-color: #bbb; -fx-text-fill: #333; } .combo-box-base { -fx-skin: "com.sun.javafx.scene.control.skin.ComboBoxBaseSkin"; -fx-background-color: transparent; -fx-text-fill: #eee; -fx-background-radius: 5, 5, 4, 3; -fx-background-insets: 0 0 -1 0, 0, 1, 2; -fx-padding: 0; } .combo-box-base:hover { -fx-color: #eee; } .combo-box-base:showing { -fx-color: #eee; } .combo-box-base:focused { /*-fx-background-color: -fx-focus-color, -fx-outer-border, -fx-inner-border, -fx-body-color;*/ -fx-background-radius: 6.4, 4, 5, 3; -fx-background-insets: -1.4, 0, 1, 2; } .combo-box-base:disabled { -fx-opacity: .4; } /*Scroll Pane*/ .scroll-pane > .viewport { -fx-background-color: transparent; } .scroll-pane { -fx-background-color: transparent; } .scroll-bar .increment-button { visibility: hidden; } .scroll-bar .decrement-button { visibility: hidden; } .scroll-bar:vertical { -fx-background-color: transparent; } .scroll-bar:vertical .track-background { visibility: hidden; } .scroll-bar:vertical .track { visibility: hidden; }
0.502686
0.064124
.dia-header { margin-bottom: 5%; } .dia-footer { color: grey; margin-top: 15%; margin-bottom: 2%; } .form-container { margin-bottom: 5%; padding: 0% 0% 0% 0%; } label, input, select, textarea :not(#inp_srch_box){ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 13px; font-weight: normal; line-height: 1.3; margin-top: 15px; border-radius: 5px; width: 60%; } label{ display: inline-block; width: 17%; text-align: right; margin-right: 3%; } /* override the left-menu cls */ .cls_lbl_fldrs{ display: inline-block; width: 60%; text-align: left; margin-right: 3%; } form { margin:3% 0; } .modal-mask { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); display: table; transition: opacity .2s ease; } .cls_itm_ok_btn { background: #3ab967 ; color: white; padding: 4px 12px 4px 12px; border-top: 5px solid #3ab967; border-right: 2px solid #3ab967; border-bottom: 2px solid #3ab967; border-left: 2px solid #3ab967; border-left-style: none; border-right-style: none; border-radius: 3px; } .cls_itm_ok_btn:hover , .cls_itm_ok_btn:focus , .cls_itm_ok_btn:active{ background: #3ab967 ; color: grey; padding: 4px 12px 4px 12px; border-top: 5px solid #3ab967; border-right: 2px solid #3ab967; border-bottom: 2px solid #3ab967; border-left: 2px solid #3ab967; border-left-style: none; border-right-style: none; border-top-color: #3ab967; box-shadow: 3px 3px 3px 3px #C0C0C0; } .modal-wrapper { display: table-cell; vertical-align: top ; } .cls-srch-modal-dia-title{ margin-top: 3%; } .modal-container { width: 55%; min-width: 400px; height: auto; min-height: 100px; margin: 10px auto ; padding: 2% 3% 1% 3% ; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 8px rgba(0, 0, 0, .33); transition: all .2s ease; font-family: Helvetica, Arial, sans-serif; } #modal-close-btn-01 { display: inline; background: #ABF ; color: white; padding: 5px; border: 2px solid #ABF; border-left-color: #ABF; border-left-style: none; border-right-color: #ABF; border-right-style: none; border-top-color: #ABF; border-radius: 3px; float: right; } #modal-close-btn-01:hover , #modal-close-btn-01:focus , #modal-close-btn-01:active{ background: #ABF ; color: blue; padding: 5px; border: 2px solid #ABF; border-left-color: #ABF; border-left-style: none; border-right-color: #ABF; border-right-style: none; border-top-color: #ABF; border-radius: 3px; box-shadow: 3px 3px 3px 3px #C0C0C0; } #modal-close-btn-01 { display: inline-block; margin-right: 5%; } #close-buttons { margin-top: 3%; text-align: center; } #modal-close-btn-02 { display: inline-block; margin-right: 3%; margin-left: 3%; } .cls_itm_del_btn{ display: inline-block; margin-right: 3%; margin-left: 3%; } .modal-enter { opacity: 0; } .modal-leave-active { } .modal-enter .modal-container, .modal-leave-active .modal-container { -webkit-transform: scale(0.95); transform: scale(0.95); } #modal-dia-title-id { width: 30%; border:none; } #modal-dia-share-lnk { width: 100%; border:none; }
src/perl/qto/public/themes/thme-blue/css/screen/controls/srch-modal-dia.css
.dia-header { margin-bottom: 5%; } .dia-footer { color: grey; margin-top: 15%; margin-bottom: 2%; } .form-container { margin-bottom: 5%; padding: 0% 0% 0% 0%; } label, input, select, textarea :not(#inp_srch_box){ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 13px; font-weight: normal; line-height: 1.3; margin-top: 15px; border-radius: 5px; width: 60%; } label{ display: inline-block; width: 17%; text-align: right; margin-right: 3%; } /* override the left-menu cls */ .cls_lbl_fldrs{ display: inline-block; width: 60%; text-align: left; margin-right: 3%; } form { margin:3% 0; } .modal-mask { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); display: table; transition: opacity .2s ease; } .cls_itm_ok_btn { background: #3ab967 ; color: white; padding: 4px 12px 4px 12px; border-top: 5px solid #3ab967; border-right: 2px solid #3ab967; border-bottom: 2px solid #3ab967; border-left: 2px solid #3ab967; border-left-style: none; border-right-style: none; border-radius: 3px; } .cls_itm_ok_btn:hover , .cls_itm_ok_btn:focus , .cls_itm_ok_btn:active{ background: #3ab967 ; color: grey; padding: 4px 12px 4px 12px; border-top: 5px solid #3ab967; border-right: 2px solid #3ab967; border-bottom: 2px solid #3ab967; border-left: 2px solid #3ab967; border-left-style: none; border-right-style: none; border-top-color: #3ab967; box-shadow: 3px 3px 3px 3px #C0C0C0; } .modal-wrapper { display: table-cell; vertical-align: top ; } .cls-srch-modal-dia-title{ margin-top: 3%; } .modal-container { width: 55%; min-width: 400px; height: auto; min-height: 100px; margin: 10px auto ; padding: 2% 3% 1% 3% ; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 8px rgba(0, 0, 0, .33); transition: all .2s ease; font-family: Helvetica, Arial, sans-serif; } #modal-close-btn-01 { display: inline; background: #ABF ; color: white; padding: 5px; border: 2px solid #ABF; border-left-color: #ABF; border-left-style: none; border-right-color: #ABF; border-right-style: none; border-top-color: #ABF; border-radius: 3px; float: right; } #modal-close-btn-01:hover , #modal-close-btn-01:focus , #modal-close-btn-01:active{ background: #ABF ; color: blue; padding: 5px; border: 2px solid #ABF; border-left-color: #ABF; border-left-style: none; border-right-color: #ABF; border-right-style: none; border-top-color: #ABF; border-radius: 3px; box-shadow: 3px 3px 3px 3px #C0C0C0; } #modal-close-btn-01 { display: inline-block; margin-right: 5%; } #close-buttons { margin-top: 3%; text-align: center; } #modal-close-btn-02 { display: inline-block; margin-right: 3%; margin-left: 3%; } .cls_itm_del_btn{ display: inline-block; margin-right: 3%; margin-left: 3%; } .modal-enter { opacity: 0; } .modal-leave-active { } .modal-enter .modal-container, .modal-leave-active .modal-container { -webkit-transform: scale(0.95); transform: scale(0.95); } #modal-dia-title-id { width: 30%; border:none; } #modal-dia-share-lnk { width: 100%; border:none; }
0.376394
0.091707
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; padding: 0; margin:0; text-transform: uppercase; } @media only screen and (min-width: 930px) { .bg { height: 600px; width: 100%; margin: 0; position: absolute; display: block; overflow: hidden; } .blurBackground { filter: blur(5px); position: absolute; display: block; overflow: hidden; z-index: -1; object-fit: cover; background-color: #f2c94c; width: 110%; top: -10px; left: -10px; height: 600px; } .welcomeGrid { display: grid; grid-template-rows: 1.5fr 2.5fr 2fr 2fr; } .welcomeEventGrid { display: grid; grid-template-columns: 5.5fr 4.5fr; } .eventGrid { display: grid; grid-template-columns: 5fr 5fr; } .topMerchGrid { display: grid; grid-template-columns: 3.3fr 3.3fr 3.3fr; } .ideaGrid { display: grid; grid-template-columns: 5fr 5fr; } .ideaBoxGrid { display: grid; grid-template-columns: 3fr 5fr; } .eventPicGrid { display: grid; grid-template-columns: 7fr 3fr; } .likeGrid { display: grid; grid-template-columns: 3fr 2fr 2fr 2fr; } .commentGrid { display: grid; grid-template-columns: 2fr 8fr; } .imgBorder { border: 2px solid #000000; border-radius: 15px; object-fit: cover; } .picEvent { border: 2px solid #000000; border-radius: 5px; object-fit: cover; } .imgProfileBorder { border: 2px solid #f2c94c; border-radius: 50%; object-fit: cover; } .imgProfilePos { position: relative; margin-top: 20px; left: 30%; } .imgEventPos { position: relative; left: 7%; top: 50px; } .titleEvent { text-align: center; width: 600px; font-size: 18px; font-weight: bold; letter-spacing: 0.1em; } .tEventPos { position: relative; margin-top: 50px; } .buttonStyle1 { text-transform: uppercase; background-color: #000000; border: 2px solid #ffffff; color: #f2c94c; font-size: 20px; letter-spacing: 0.2em; font-weight: bold; } .buttonStyle2 { text-transform: uppercase; background-color: transparent; border: transparent; color: #000000; font-size: 18px; letter-spacing: 0.2em; font-weight: medium; } .buttonStyle3 { text-transform: uppercase; background-color: #f2c94c; border: 2px solid #000000; color: #ffffff; font-size: 18px; letter-spacing: 0.2em; font-weight: bold; } .buttonEventPos { position: relative; top: 25px; left: 15%; height: 50px; width: 400px; } .center { margin-right: auto; margin-left: auto; } .buttonIdeaPos { position: relative; margin-top: 50px; margin-left: 60px; height: 50px; width: 200px; } .buttonFilterPos { position: relative; margin-top: 50px; margin-left: 75%; height: 50px; width: 200px; } .filterPos { position: relative; margin-left: 75%; width: 300px; } .buttonNetwork { position: relative; width: 300px; height: 300px; margin-top: 50px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; border: transparent; transition-duration: 0.4s; } .buttonNetwork:hover { background-color: #f2c94c; } .buttonImg { position: relative; width: 300px; height: 300px; margin-top: 50px; border: 2px solid #000000; border-radius: 5px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; margin-left: auto; margin-right: auto; } .viewAllPos { position: relative; top: 20px; left: 75%; height: 50px; width: 200px; } .textEvent { position: relative; text-align: center; letter-spacing: 0.1em; font-size: 20px; font-weight: bold; height: 80%; max-width: 500px; top: 50px; right: 7%; } .title { width: 1000px; height: 75px; font-size: 64px; letter-spacing: 0.2em; position: relative; top: 40px; left: 7%; text-align: left; } .title2 { width: 1000px; height: 75px; font-size: 42px; letter-spacing: 0.2em; position: relative; top: 50px; left: 14%; text-align: left; } .titleEventPic { width: 100%; height: 75px; font-size: 32px; letter-spacing: 0.2em; position: relative; top: 40px; text-align: center; } .imgPos { display: block; margin-top: 50px; } .nameProduct { width: 300px; height: 100px; text-align: center; padding-top: 40px; margin:auto; font-size: 18px; letter-spacing: 0.1em; } .ideaBox { display: block; width: 700px; height: 400px; background-color: #c4c4c4; border: 2px solid #000000; overflow: hidden; } .ideaBoxText { text-transform: lowercase; position: relative; margin-top: 20px; width: 90%; height: 300px; padding: 5px; font-size: 18px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .ideaBoxName { text-transform: capitalize; position: relative; margin-top: 10px; left: 10%; width: 200px; height: 20px; padding: 5px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .eventDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 50px; background-color: #c4c4c4; padding: 50px; border: 1px solid #000000; height: 400px; width: 500px; } .eventDescPic { text-transform: lowercase; position: relative; text-align: center; margin-top: 50px; background-color: #c4c4c4; padding: 50px; border: 1px solid #000000; height: 150px; width: 80%; } .picDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 25px; background-color: #f2c84cc7; padding: 20px; border: 1px solid #000000; height: 150px; width: 80%; } .hide { display: none; } .vector { height: 0; margin-top: 75px; margin-bottom: 25px; border: 3px solid #000000; width: 90%; } .post { position: relative; margin-top: 10px; margin-left: 25%; font-size: 12px; width: 200px; } .likePos { height: 50px; font-size: 18px; width: 80%; padding: auto; text-align: center; margin-top: 5px; } .comment { padding: 25px 10px 10px 10px; width: 80%; height: 75px; font-size: 14px; text-align: center; } .commentButton { margin-top: 40px; margin-left: 75px; font-size: 12px; font-weight: bold; width: 300px; } /* -------DROPDOWN CLASS------- */ .dropdown { cursor: pointer; transition-duration: 0.8s; } .dropdown:hover, .dropdown:focus { background-color: #dfb846; } .drop-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 200px; overflow: auto; z-index: 1; } .drop-content a { padding: 12px 16px; text-decoration: none; display: block; color: #000000; } .drop a:hover { background-color: #ddd; } .show { display: block; transition-duration: 0.5s; } } @media only screen and (max-width: 930px) { img#eventPic { height: 75px; width: 150px; } .picEvent { height: 150px; width: 300px; border: 2px solid #000000; border-radius: 5px; object-fit: cover; } .bg { height: 235px; width: 100%; margin: 0; position: absolute; display: block; overflow: hidden; } .blurBackground { filter: blur(5px); position: absolute; display: block; overflow: hidden; z-index: -1; object-fit: cover; background-color: #f2c94c; width: 110%; top: -10px; left: -10px; height: 600px; } .welcomeGrid { display: grid; grid-template-rows: 1.5fr 2.5fr 2fr 2fr; } .welcomeEventGrid { display: grid; grid-template-columns: 5.5fr 4.5fr; } .eventGrid { display: grid; grid-template-rows: 5fr 5fr; } .topMerchGrid { display: grid; grid-template-columns: 3.3fr 3.3fr 3.3fr; } .ideaGrid { display: grid; grid-template-columns: 5fr 5fr; } .ideaBoxGrid { display: grid; grid-template-columns: 3fr 5fr; } .eventPicGrid { display: grid; grid-template-columns: 7fr 3fr; } .likeGrid { display: grid; grid-template-columns: 3fr 2fr 2fr 2fr; } .commentGrid { display: grid; grid-template-columns: 1fr 8fr; } .commentGridpost { display: grid; grid-template-rows: 1fr 1fr 1fr; } .imgBorder { border: 2px solid #000000; height: 150px; width: 100px; border-radius: 5px; object-fit: cover; } .imgProfileBorder { border: 2px solid #f2c94c; width: 50px; height: 50px; border-radius: 50%; object-fit: cover; } .imgProfilePos { position: relative; margin-top: 15px; left: 30%; } .imgEventPos { position: relative; left: 7%; top: 20px; } .titleEvent { text-align: center; width: 150px; font-size: 10px; font-weight: bold; letter-spacing: 0.1em; } .tEventPos { position: relative; margin-top: 20px; } .buttonStyle1 { text-transform: uppercase; background-color: #000000; border: 1px solid #ffffff; color: #f2c94c; font-size: 9px; letter-spacing: 0.2em; font-weight: bold; } .buttonStyle2 { text-transform: uppercase; background-color:transparent; border: transparent; color: #000000; font-size: 9px; letter-spacing: 0.2em; font-weight: medium; } .buttonStyle3 { text-transform: uppercase; background-color: #f2c94c; border: 1px solid #000000; color: #ffffff; font-size: 9px; letter-spacing: 0.2em; font-weight: bold; } .buttonEventPos { position: relative; top: 10px; left: 20%; height: 30px; width: 150px; } .center { margin-right: auto; margin-left: auto; } .buttonIdeaPos { position: relative; margin-top: 10px; margin-left: 10px; margin-right: 10px; height: 30px; width: 120px; } .buttonFilterPos { position: relative; margin-top: 20px; margin-left: 60%; height: 20px; width: 100px; } .filterPos { position: relative; margin-left: 60%; width: 100px; } .buttonNetwork { position: relative; width: 100px; height: 100px; margin-top: 50px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; border: transparent; transition-duration: 0.4s; } .buttonNetwork:hover { background-color: #f2c94c; } .buttonImg { position: relative; width: 100px; height: 100px; margin-top: 50px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; border: transparent; transition-duration: 0.4s; } .viewAllPos { position: relative; top: 5px; left: 60%; height: 50px; width: 100px; } .textEvent { position: relative; text-align: center; letter-spacing: 0.1em; font-size: 9px; font-weight: bold; height: 80%; max-width: 160px; top: 50px; right: 7%; } .title { width: 200px; height: 30px; font-size: 20px; letter-spacing: 0.2em; position: relative; top: 10px; left: 7%; text-align: left; } .titleEventPic { width: 90%; height: 75px; font-size: 15px; letter-spacing: 0.2em; position: relative; top: 40px; text-align: center; } .imgPos { display: block; margin-top: 20px; } .nameProduct { width: 100px; height: 50px; text-align: center; padding-top: 10px; margin:auto; font-size: 9px; letter-spacing: 0.1em; } .ideaBox { display: block; width: 300px; height: 160px; background-color: #c4c4c4; border: 2px solid #000000; overflow: hidden; } .ideaBoxText { text-transform: lowercase; position: relative; margin-top: 10px; width: 90%; height: 120px; padding: 5px; font-size: 9px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .ideaBoxName { text-transform: capitalize; position: relative; margin-top: 10px; margin-left: 10px; margin-right: 10px; font-size: 9px; width: 100px; height: 15px; padding: 5px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .ideaBoxName2 { text-transform: capitalize; position: relative; margin-top: 10px; font-size: 9px; width: 75px; height: 15px; padding: 5px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .eventDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 30px; background-color: #c4c4c4; padding: 20px; border: 1px solid #000000; height: 150px; width: 300px; } .eventDescPic { text-transform: lowercase; position: relative; text-align: center; margin-top: 20px; background-color: #c4c4c4; padding: 20px; border: 1px solid #000000; height: 150px; width: 300px; } .picDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 25px; font-size: 9px; background-color: #f2c84cc7; padding: 10px; border: 1px solid #000000; height: 75px; width: 200px; } .hide { display: none; } .vector { height: 0; margin-top: 20px; margin-bottom: 25px; border: 3px solid #000000; width: 90%; } .post { position: relative; margin-top: 10px; margin-left: 10%; font-size: 7px; width: 100px; } .likePos { height: 20px; font-size: 8px; width: 90%; padding: auto; text-align: center; margin-top: 5px; } .comment { padding: 10px 10px 10px 10px; width: 90%; height: 75px; font-size: 9px; text-align: center; } .commentButton { margin-top: 10px; margin-left: 10px; font-size: 9px; font-weight: bold; width: 210px; } /* -------DROPDOWN CLASS------- */ .dropdown { cursor: pointer; transition-duration: 0.8s; } .dropdown:hover, .dropdown:focus { background-color: #dfb846; } .drop-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 100px; font-size: 9px; overflow: auto; z-index: 1; } .drop-content a { padding: 7px 6px; text-decoration: none; display: block; color: #000000; } .drop a:hover { background-color: #ddd; } .show { display: block; transition-duration: 0.5s; } }
public/css/style.css
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; padding: 0; margin:0; text-transform: uppercase; } @media only screen and (min-width: 930px) { .bg { height: 600px; width: 100%; margin: 0; position: absolute; display: block; overflow: hidden; } .blurBackground { filter: blur(5px); position: absolute; display: block; overflow: hidden; z-index: -1; object-fit: cover; background-color: #f2c94c; width: 110%; top: -10px; left: -10px; height: 600px; } .welcomeGrid { display: grid; grid-template-rows: 1.5fr 2.5fr 2fr 2fr; } .welcomeEventGrid { display: grid; grid-template-columns: 5.5fr 4.5fr; } .eventGrid { display: grid; grid-template-columns: 5fr 5fr; } .topMerchGrid { display: grid; grid-template-columns: 3.3fr 3.3fr 3.3fr; } .ideaGrid { display: grid; grid-template-columns: 5fr 5fr; } .ideaBoxGrid { display: grid; grid-template-columns: 3fr 5fr; } .eventPicGrid { display: grid; grid-template-columns: 7fr 3fr; } .likeGrid { display: grid; grid-template-columns: 3fr 2fr 2fr 2fr; } .commentGrid { display: grid; grid-template-columns: 2fr 8fr; } .imgBorder { border: 2px solid #000000; border-radius: 15px; object-fit: cover; } .picEvent { border: 2px solid #000000; border-radius: 5px; object-fit: cover; } .imgProfileBorder { border: 2px solid #f2c94c; border-radius: 50%; object-fit: cover; } .imgProfilePos { position: relative; margin-top: 20px; left: 30%; } .imgEventPos { position: relative; left: 7%; top: 50px; } .titleEvent { text-align: center; width: 600px; font-size: 18px; font-weight: bold; letter-spacing: 0.1em; } .tEventPos { position: relative; margin-top: 50px; } .buttonStyle1 { text-transform: uppercase; background-color: #000000; border: 2px solid #ffffff; color: #f2c94c; font-size: 20px; letter-spacing: 0.2em; font-weight: bold; } .buttonStyle2 { text-transform: uppercase; background-color: transparent; border: transparent; color: #000000; font-size: 18px; letter-spacing: 0.2em; font-weight: medium; } .buttonStyle3 { text-transform: uppercase; background-color: #f2c94c; border: 2px solid #000000; color: #ffffff; font-size: 18px; letter-spacing: 0.2em; font-weight: bold; } .buttonEventPos { position: relative; top: 25px; left: 15%; height: 50px; width: 400px; } .center { margin-right: auto; margin-left: auto; } .buttonIdeaPos { position: relative; margin-top: 50px; margin-left: 60px; height: 50px; width: 200px; } .buttonFilterPos { position: relative; margin-top: 50px; margin-left: 75%; height: 50px; width: 200px; } .filterPos { position: relative; margin-left: 75%; width: 300px; } .buttonNetwork { position: relative; width: 300px; height: 300px; margin-top: 50px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; border: transparent; transition-duration: 0.4s; } .buttonNetwork:hover { background-color: #f2c94c; } .buttonImg { position: relative; width: 300px; height: 300px; margin-top: 50px; border: 2px solid #000000; border-radius: 5px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; margin-left: auto; margin-right: auto; } .viewAllPos { position: relative; top: 20px; left: 75%; height: 50px; width: 200px; } .textEvent { position: relative; text-align: center; letter-spacing: 0.1em; font-size: 20px; font-weight: bold; height: 80%; max-width: 500px; top: 50px; right: 7%; } .title { width: 1000px; height: 75px; font-size: 64px; letter-spacing: 0.2em; position: relative; top: 40px; left: 7%; text-align: left; } .title2 { width: 1000px; height: 75px; font-size: 42px; letter-spacing: 0.2em; position: relative; top: 50px; left: 14%; text-align: left; } .titleEventPic { width: 100%; height: 75px; font-size: 32px; letter-spacing: 0.2em; position: relative; top: 40px; text-align: center; } .imgPos { display: block; margin-top: 50px; } .nameProduct { width: 300px; height: 100px; text-align: center; padding-top: 40px; margin:auto; font-size: 18px; letter-spacing: 0.1em; } .ideaBox { display: block; width: 700px; height: 400px; background-color: #c4c4c4; border: 2px solid #000000; overflow: hidden; } .ideaBoxText { text-transform: lowercase; position: relative; margin-top: 20px; width: 90%; height: 300px; padding: 5px; font-size: 18px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .ideaBoxName { text-transform: capitalize; position: relative; margin-top: 10px; left: 10%; width: 200px; height: 20px; padding: 5px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .eventDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 50px; background-color: #c4c4c4; padding: 50px; border: 1px solid #000000; height: 400px; width: 500px; } .eventDescPic { text-transform: lowercase; position: relative; text-align: center; margin-top: 50px; background-color: #c4c4c4; padding: 50px; border: 1px solid #000000; height: 150px; width: 80%; } .picDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 25px; background-color: #f2c84cc7; padding: 20px; border: 1px solid #000000; height: 150px; width: 80%; } .hide { display: none; } .vector { height: 0; margin-top: 75px; margin-bottom: 25px; border: 3px solid #000000; width: 90%; } .post { position: relative; margin-top: 10px; margin-left: 25%; font-size: 12px; width: 200px; } .likePos { height: 50px; font-size: 18px; width: 80%; padding: auto; text-align: center; margin-top: 5px; } .comment { padding: 25px 10px 10px 10px; width: 80%; height: 75px; font-size: 14px; text-align: center; } .commentButton { margin-top: 40px; margin-left: 75px; font-size: 12px; font-weight: bold; width: 300px; } /* -------DROPDOWN CLASS------- */ .dropdown { cursor: pointer; transition-duration: 0.8s; } .dropdown:hover, .dropdown:focus { background-color: #dfb846; } .drop-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 200px; overflow: auto; z-index: 1; } .drop-content a { padding: 12px 16px; text-decoration: none; display: block; color: #000000; } .drop a:hover { background-color: #ddd; } .show { display: block; transition-duration: 0.5s; } } @media only screen and (max-width: 930px) { img#eventPic { height: 75px; width: 150px; } .picEvent { height: 150px; width: 300px; border: 2px solid #000000; border-radius: 5px; object-fit: cover; } .bg { height: 235px; width: 100%; margin: 0; position: absolute; display: block; overflow: hidden; } .blurBackground { filter: blur(5px); position: absolute; display: block; overflow: hidden; z-index: -1; object-fit: cover; background-color: #f2c94c; width: 110%; top: -10px; left: -10px; height: 600px; } .welcomeGrid { display: grid; grid-template-rows: 1.5fr 2.5fr 2fr 2fr; } .welcomeEventGrid { display: grid; grid-template-columns: 5.5fr 4.5fr; } .eventGrid { display: grid; grid-template-rows: 5fr 5fr; } .topMerchGrid { display: grid; grid-template-columns: 3.3fr 3.3fr 3.3fr; } .ideaGrid { display: grid; grid-template-columns: 5fr 5fr; } .ideaBoxGrid { display: grid; grid-template-columns: 3fr 5fr; } .eventPicGrid { display: grid; grid-template-columns: 7fr 3fr; } .likeGrid { display: grid; grid-template-columns: 3fr 2fr 2fr 2fr; } .commentGrid { display: grid; grid-template-columns: 1fr 8fr; } .commentGridpost { display: grid; grid-template-rows: 1fr 1fr 1fr; } .imgBorder { border: 2px solid #000000; height: 150px; width: 100px; border-radius: 5px; object-fit: cover; } .imgProfileBorder { border: 2px solid #f2c94c; width: 50px; height: 50px; border-radius: 50%; object-fit: cover; } .imgProfilePos { position: relative; margin-top: 15px; left: 30%; } .imgEventPos { position: relative; left: 7%; top: 20px; } .titleEvent { text-align: center; width: 150px; font-size: 10px; font-weight: bold; letter-spacing: 0.1em; } .tEventPos { position: relative; margin-top: 20px; } .buttonStyle1 { text-transform: uppercase; background-color: #000000; border: 1px solid #ffffff; color: #f2c94c; font-size: 9px; letter-spacing: 0.2em; font-weight: bold; } .buttonStyle2 { text-transform: uppercase; background-color:transparent; border: transparent; color: #000000; font-size: 9px; letter-spacing: 0.2em; font-weight: medium; } .buttonStyle3 { text-transform: uppercase; background-color: #f2c94c; border: 1px solid #000000; color: #ffffff; font-size: 9px; letter-spacing: 0.2em; font-weight: bold; } .buttonEventPos { position: relative; top: 10px; left: 20%; height: 30px; width: 150px; } .center { margin-right: auto; margin-left: auto; } .buttonIdeaPos { position: relative; margin-top: 10px; margin-left: 10px; margin-right: 10px; height: 30px; width: 120px; } .buttonFilterPos { position: relative; margin-top: 20px; margin-left: 60%; height: 20px; width: 100px; } .filterPos { position: relative; margin-left: 60%; width: 100px; } .buttonNetwork { position: relative; width: 100px; height: 100px; margin-top: 50px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; border: transparent; transition-duration: 0.4s; } .buttonNetwork:hover { background-color: #f2c94c; } .buttonImg { position: relative; width: 100px; height: 100px; margin-top: 50px; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #c4c4c4; border: transparent; transition-duration: 0.4s; } .viewAllPos { position: relative; top: 5px; left: 60%; height: 50px; width: 100px; } .textEvent { position: relative; text-align: center; letter-spacing: 0.1em; font-size: 9px; font-weight: bold; height: 80%; max-width: 160px; top: 50px; right: 7%; } .title { width: 200px; height: 30px; font-size: 20px; letter-spacing: 0.2em; position: relative; top: 10px; left: 7%; text-align: left; } .titleEventPic { width: 90%; height: 75px; font-size: 15px; letter-spacing: 0.2em; position: relative; top: 40px; text-align: center; } .imgPos { display: block; margin-top: 20px; } .nameProduct { width: 100px; height: 50px; text-align: center; padding-top: 10px; margin:auto; font-size: 9px; letter-spacing: 0.1em; } .ideaBox { display: block; width: 300px; height: 160px; background-color: #c4c4c4; border: 2px solid #000000; overflow: hidden; } .ideaBoxText { text-transform: lowercase; position: relative; margin-top: 10px; width: 90%; height: 120px; padding: 5px; font-size: 9px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .ideaBoxName { text-transform: capitalize; position: relative; margin-top: 10px; margin-left: 10px; margin-right: 10px; font-size: 9px; width: 100px; height: 15px; padding: 5px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .ideaBoxName2 { text-transform: capitalize; position: relative; margin-top: 10px; font-size: 9px; width: 75px; height: 15px; padding: 5px; text-align: center; background-color: #ffffffce; border: 1px solid #f2c94c; } .eventDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 30px; background-color: #c4c4c4; padding: 20px; border: 1px solid #000000; height: 150px; width: 300px; } .eventDescPic { text-transform: lowercase; position: relative; text-align: center; margin-top: 20px; background-color: #c4c4c4; padding: 20px; border: 1px solid #000000; height: 150px; width: 300px; } .picDesc { text-transform: lowercase; position: relative; text-align: center; margin-top: 25px; font-size: 9px; background-color: #f2c84cc7; padding: 10px; border: 1px solid #000000; height: 75px; width: 200px; } .hide { display: none; } .vector { height: 0; margin-top: 20px; margin-bottom: 25px; border: 3px solid #000000; width: 90%; } .post { position: relative; margin-top: 10px; margin-left: 10%; font-size: 7px; width: 100px; } .likePos { height: 20px; font-size: 8px; width: 90%; padding: auto; text-align: center; margin-top: 5px; } .comment { padding: 10px 10px 10px 10px; width: 90%; height: 75px; font-size: 9px; text-align: center; } .commentButton { margin-top: 10px; margin-left: 10px; font-size: 9px; font-weight: bold; width: 210px; } /* -------DROPDOWN CLASS------- */ .dropdown { cursor: pointer; transition-duration: 0.8s; } .dropdown:hover, .dropdown:focus { background-color: #dfb846; } .drop-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 100px; font-size: 9px; overflow: auto; z-index: 1; } .drop-content a { padding: 7px 6px; text-decoration: none; display: block; color: #000000; } .drop a:hover { background-color: #ddd; } .show { display: block; transition-duration: 0.5s; } }
0.760562
0.204759
@charset "UTF-8"; /* [2] */ /* [8] */ /*=============================================== [SASS DIRECTORY ] [1] Minxin Link [2] Minxin Button [3] Minxin Triangle [4] Minxin LABEL PRODUCT [5] Minxin Scrollbars [6] Minxin Dev Custom ==============================================*/ .no-margin { margin: 0 !important; } .marginbottom__3x { margin-bottom: 30px; } @-webkit-keyframes animLoadedLogo { to { -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } } @keyframes animLoadedLogo { to { -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } } @-webkit-keyframes animLoadedLoader { to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } } @keyframes animLoadedLoader { to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } } @-webkit-keyframes animLoadedHeader { to { -webkit-transform: translate3d(0, -100%, 0); } } @keyframes animLoadedHeader { to { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes animInitialHeader { from { opacity: 0; -webkit-transform: translate3d(0, 800px, 0); } } @keyframes animInitialHeader { from { opacity: 0; -webkit-transform: translate3d(0, 800px, 0); transform: translate3d(0, 800px, 0); } } /*Dev Custom */ /*====================================================*/ .lib-list-item-product2 { border: none; } .lib-list-item-product2 .image-dev .list-button-dev { position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate3d(-50%, -50%, 0); -moz-transform: translate3d(-50%, -50%, 0); -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); } .lib-list-item-product2 .image-dev .list-button-dev li { display: inline-block; float: left; height: 40px; width: 40px; background: #fff; position: relative; border-width: 0 1px 0 0; border-style: solid; border-color: #ddd; opacity: 0; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) { transform: translateX(40px); -moz-transform: translateX(40px); -webkit-transform: translateX(40px); -ms-transform: translateX(40px); z-index: 1; transition-delay: 0s; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) { transition-delay: 0.2s; z-index: 2; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) { transition-delay: 0.2s; z-index: 2; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) { transform: translateX(-40px); -moz-transform: translateX(-40px); -webkit-transform: translateX(-40px); -ms-transform: translateX(-40px); z-index: 1; transition-delay: 0s; } .lib-list-item-product2 .image-dev .list-button-dev li:first-child { border-left: 1px solid #ddd; } .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button { background: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; line-height: 40px; text-align: center; box-shadow: none; border: none; color: #555; width: 40px; padding: 0; } .lib-list-item-product2 .image-dev .list-button-dev li:hover { background: #ff9600; } .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button { color: #fff; } .lib-list-item-product2 .caption-dev { text-align: center; padding: 0 15px; } .lib-list-item-product2 .caption-dev .rating-dev { margin: 5px 0; } .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x { font-size: 11px; } .lib-list-item-product2 .caption-dev .title-dev { color: #444; font-size: 13px; } .lib-list-item-product2 .caption-dev .price-dev .price.product-price { font-size: 16px; } .lib-list-item-product2 .caption-dev .price-dev .price-new { font-size: 16px; } .lib-list-item-product2 .caption-dev .price-dev .price-old { font-size: 12px; } .lib-list-item-product2 .caption-dev .add-cart-dev { background: #fff; border: 1px solid #ddd; font-size: 12px; text-transform: uppercase; color: #999; font-weight: bold; box-shadow: none; border-radius: 0; padding: 6px 20px; margin: 0 0 30px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; } .lib-list-item-product-over2 .image-dev .list-button-dev li { opacity: 1; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) { transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transition-delay: 0.2s; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) { transition-delay: 0s; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) { transition-delay: 0s; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) { transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transition-delay: 0.2s; } /*EFECT PRODUCT NUMBER*/ .lib-two-img { position: relative; display: block; } .lib-two-img .img-1 { opacity: 1; position: relative; transition: all 0.5s ease-in-out; } .lib-two-img .img-2 { position: absolute; z-index: 0; top: 0; opacity: 0; display: block; transition: all 0.5s ease-in-out; left: 50%; transform: translateX(-50%); } .lib-two-img-over .img-1 { opacity: 0; transform-style: inherit; transition: all 0.5s ease-in-out; } .lib-two-img-over .img-2 { opacity: 1; transform-style: inherit; transition: all 0.5s ease-in-out; } /*EFFECT SLIDERHOME*/ @keyframes myeffect-slideshow { 0% { opacity: 0; transform: translateY(-300px); -webkit-transform: translateY(-300px); -moz-transform: translateY(-300px); -ms-transform: translateY(-300px); -o-transform: translateY(-300px); } 100% { opacity: 1; transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } } @-webkit-keyframes myeffect-slideshow { 0% { opacity: 0; transform: translateY(-300px); -webkit-transform: translateY(-300px); -moz-transform: translateY(-300px); -ms-transform: translateY(-300px); -o-transform: translateY(-300px); } 100% { opacity: 1; transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } } @-moz-keyframes myeffect-slideshow { 0% { opacity: 0; transform: translateY(-300px); -webkit-transform: translateY(-300px); -moz-transform: translateY(-300px); -ms-transform: translateY(-300px); -o-transform: translateY(-300px); } 100% { opacity: 1; transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } } /* ================================================================================ */ /*.footer-container{ margin-top: 40px; }*/ .typefooter-2 { margin-top: 0px; /* GENERAL */ /* FOOTER BOTTOM */ } .typefooter-2 .module .modtitle { color: #222; font-size: 14px; line-height: 20px; margin-bottom: 25px; font-weight: 700; text-transform: uppercase; position: relative; padding-bottom: 6px; } .typefooter-2 .module .modtitle:after { position: absolute; content: ""; width: 60px; height: 2px; left: 0; bottom: 0; } .typefooter-2 .box-footer { margin-top: 3px; } .typefooter-2 .box-footer .modcontent ul li a { border: 0 none; font-size: 14px; padding: 0; font-weight: 400; line-height: 30px; position: relative; padding-left: 20px; display: inline-block; } .typefooter-2 .box-footer .modcontent ul li a:before { font-family: 'FontAwesome'; content: "\f192"; font-size: 8px; position: absolute; top: 0px; left: 0; } .typefooter-2 .footer-top { padding: 20px 0; } .typefooter-2 .footer-top > .container { margin: 0 auto; float: none; padding: 0; } .typefooter-2 .so-page-builder .container { padding: 0; } .typefooter-2 .footer-middle { padding-top: 34px; } .typefooter-2 .newsletter-footer1 { border-top: 1px solid #e5e5e5; display: inline-block; width: 100%; padding: 15px 15% 10px 15%; margin-top: 30px; } .typefooter-2 .newsletter-footer1 .newsletter { background-color: transparent; } .typefooter-2 .newsletter-footer1 .newsletter .title-block { position: relative; color: #222; float: left; width: 40%; padding-left: 70px; margin-top: 17px; } .typefooter-2 .newsletter-footer1 .newsletter .title-block:before { position: absolute; font-family: 'FontAwesome'; content: "\f1d9"; font-size: 40px; position: absolute; top: 5px; left: 0; } .typefooter-2 .newsletter-footer1 .newsletter .title-block .page-heading { /* [4] */ /* [6] */ /* [6] */ /* [7] */ font-size: 22px; font-size: 2.2rem; /* [8] */ line-height: 20px; font-weight: 700; text-transform: capitalize; } .typefooter-2 .newsletter-footer1 .newsletter .title-block .promotext { font-size: 14px; color: #999; } .typefooter-2 .newsletter-footer1 .newsletter .block_content { float: left; width: 60%; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup { display: block; margin-top: 15px; padding-left: 45px; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group { position: relative; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group .input-box { background-color: #fff; vertical-align: top; padding-right: 120px; border-radius: 4px; border: 1px solid #ebebeb; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group .subcribe { position: absolute; top: 0; right: 0; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail { height: 50px; line-height: 50px; width: 100%; box-shadow: none; padding: 0 0 0 20px; border: none; background-color: #fff; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail::-moz-placeholder { color: #999; opacity: 1; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail:-ms-input-placeholder { color: #999; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail::-webkit-input-placeholder { color: #999; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail:focus { z-index: 0; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button { border: 0 none; color: #fff; font-weight: 700; font-size: 16px; height: 52px; line-height: 50px; padding: 0 25px; text-transform: capitalize; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover { color: #fff; } .typefooter-2 .socials { float: right; margin-top: 0; } .typefooter-2 .socials li { position: relative; float: left; } .typefooter-2 .socials li a { width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); display: inline-block; margin-left: 10px; color: #fff; font-size: 14px; text-transform: capitalize; } .typefooter-2 .socials li a:hover { color: #222; } .typefooter-2 .infos-footer ul { margin-top: 20px; } .typefooter-2 .infos-footer ul li { background: url(../../image/icon/icon-contact.png) no-repeat left top; font-size: 14px; line-height: 20px; list-style: outside none none; padding: 10px 10px 10px 40px; text-transform: capitalize; } .typefooter-2 .infos-footer ul li a { color: #666; font-size: 14px; transition: all 0.3s ease 0s; } .typefooter-2 .infos-footer ul li.adres { background-position: left 14px; } .typefooter-2 .infos-footer ul li.phone { background-position: left -55px; } .typefooter-2 .infos-footer ul li.mail { background-position: left -100px; } .typefooter-2 .infos-footer ul li.time { background-position: left -144px; } @media (min-width: 1200px) and (max-width: 1365px) { .typefooter-2 .infos-footer ul li.phone { background-position: left -45px; } } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item { float: left; margin-bottom: 10px; padding: 0 5px; position: relative; width: 25%; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item.first-item { width: 50%; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a { border: none; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a:hover img { opacity: 0.8; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a img { width: 100%; } .typefooter-2 .footer-links { float: right; } .typefooter-2 .footer-links li { display: inline-block; margin-top: 10px; position: relative; vertical-align: top; padding: 0 15px; line-height: 100%; } .typefooter-2 .footer-links li a { color: #fff; } .typefooter-2 .footer-links li a:hover { color: #222; } .typefooter-2 .payment-w { text-align: right; } .typefooter-2 .footer-bottom { border-top: 1px solid #e5e5e5; padding: 15px 0; } .typefooter-2 .footer-bottom .copyright { color: #222; } @media (min-width: 1200px) and (max-width: 1649px) { .typefooter-2 .newsletter-footer1 { padding: 15px 5% 10px 5%; } .typefooter-2 .so-page-builder .container { padding: 0 15px; } }
Assets/users/css/footer/footer2.css
@charset "UTF-8"; /* [2] */ /* [8] */ /*=============================================== [SASS DIRECTORY ] [1] Minxin Link [2] Minxin Button [3] Minxin Triangle [4] Minxin LABEL PRODUCT [5] Minxin Scrollbars [6] Minxin Dev Custom ==============================================*/ .no-margin { margin: 0 !important; } .marginbottom__3x { margin-bottom: 30px; } @-webkit-keyframes animLoadedLogo { to { -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } } @keyframes animLoadedLogo { to { -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } } @-webkit-keyframes animLoadedLoader { to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } } @keyframes animLoadedLoader { to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } } @-webkit-keyframes animLoadedHeader { to { -webkit-transform: translate3d(0, -100%, 0); } } @keyframes animLoadedHeader { to { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes animInitialHeader { from { opacity: 0; -webkit-transform: translate3d(0, 800px, 0); } } @keyframes animInitialHeader { from { opacity: 0; -webkit-transform: translate3d(0, 800px, 0); transform: translate3d(0, 800px, 0); } } /*Dev Custom */ /*====================================================*/ .lib-list-item-product2 { border: none; } .lib-list-item-product2 .image-dev .list-button-dev { position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate3d(-50%, -50%, 0); -moz-transform: translate3d(-50%, -50%, 0); -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); } .lib-list-item-product2 .image-dev .list-button-dev li { display: inline-block; float: left; height: 40px; width: 40px; background: #fff; position: relative; border-width: 0 1px 0 0; border-style: solid; border-color: #ddd; opacity: 0; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) { transform: translateX(40px); -moz-transform: translateX(40px); -webkit-transform: translateX(40px); -ms-transform: translateX(40px); z-index: 1; transition-delay: 0s; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) { transition-delay: 0.2s; z-index: 2; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) { transition-delay: 0.2s; z-index: 2; } .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) { transform: translateX(-40px); -moz-transform: translateX(-40px); -webkit-transform: translateX(-40px); -ms-transform: translateX(-40px); z-index: 1; transition-delay: 0s; } .lib-list-item-product2 .image-dev .list-button-dev li:first-child { border-left: 1px solid #ddd; } .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button { background: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; line-height: 40px; text-align: center; box-shadow: none; border: none; color: #555; width: 40px; padding: 0; } .lib-list-item-product2 .image-dev .list-button-dev li:hover { background: #ff9600; } .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button { color: #fff; } .lib-list-item-product2 .caption-dev { text-align: center; padding: 0 15px; } .lib-list-item-product2 .caption-dev .rating-dev { margin: 5px 0; } .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x { font-size: 11px; } .lib-list-item-product2 .caption-dev .title-dev { color: #444; font-size: 13px; } .lib-list-item-product2 .caption-dev .price-dev .price.product-price { font-size: 16px; } .lib-list-item-product2 .caption-dev .price-dev .price-new { font-size: 16px; } .lib-list-item-product2 .caption-dev .price-dev .price-old { font-size: 12px; } .lib-list-item-product2 .caption-dev .add-cart-dev { background: #fff; border: 1px solid #ddd; font-size: 12px; text-transform: uppercase; color: #999; font-weight: bold; box-shadow: none; border-radius: 0; padding: 6px 20px; margin: 0 0 30px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; } .lib-list-item-product-over2 .image-dev .list-button-dev li { opacity: 1; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) { transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transition-delay: 0.2s; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) { transition-delay: 0s; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) { transition-delay: 0s; } .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) { transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transition-delay: 0.2s; } /*EFECT PRODUCT NUMBER*/ .lib-two-img { position: relative; display: block; } .lib-two-img .img-1 { opacity: 1; position: relative; transition: all 0.5s ease-in-out; } .lib-two-img .img-2 { position: absolute; z-index: 0; top: 0; opacity: 0; display: block; transition: all 0.5s ease-in-out; left: 50%; transform: translateX(-50%); } .lib-two-img-over .img-1 { opacity: 0; transform-style: inherit; transition: all 0.5s ease-in-out; } .lib-two-img-over .img-2 { opacity: 1; transform-style: inherit; transition: all 0.5s ease-in-out; } /*EFFECT SLIDERHOME*/ @keyframes myeffect-slideshow { 0% { opacity: 0; transform: translateY(-300px); -webkit-transform: translateY(-300px); -moz-transform: translateY(-300px); -ms-transform: translateY(-300px); -o-transform: translateY(-300px); } 100% { opacity: 1; transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } } @-webkit-keyframes myeffect-slideshow { 0% { opacity: 0; transform: translateY(-300px); -webkit-transform: translateY(-300px); -moz-transform: translateY(-300px); -ms-transform: translateY(-300px); -o-transform: translateY(-300px); } 100% { opacity: 1; transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } } @-moz-keyframes myeffect-slideshow { 0% { opacity: 0; transform: translateY(-300px); -webkit-transform: translateY(-300px); -moz-transform: translateY(-300px); -ms-transform: translateY(-300px); -o-transform: translateY(-300px); } 100% { opacity: 1; transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } } /* ================================================================================ */ /*.footer-container{ margin-top: 40px; }*/ .typefooter-2 { margin-top: 0px; /* GENERAL */ /* FOOTER BOTTOM */ } .typefooter-2 .module .modtitle { color: #222; font-size: 14px; line-height: 20px; margin-bottom: 25px; font-weight: 700; text-transform: uppercase; position: relative; padding-bottom: 6px; } .typefooter-2 .module .modtitle:after { position: absolute; content: ""; width: 60px; height: 2px; left: 0; bottom: 0; } .typefooter-2 .box-footer { margin-top: 3px; } .typefooter-2 .box-footer .modcontent ul li a { border: 0 none; font-size: 14px; padding: 0; font-weight: 400; line-height: 30px; position: relative; padding-left: 20px; display: inline-block; } .typefooter-2 .box-footer .modcontent ul li a:before { font-family: 'FontAwesome'; content: "\f192"; font-size: 8px; position: absolute; top: 0px; left: 0; } .typefooter-2 .footer-top { padding: 20px 0; } .typefooter-2 .footer-top > .container { margin: 0 auto; float: none; padding: 0; } .typefooter-2 .so-page-builder .container { padding: 0; } .typefooter-2 .footer-middle { padding-top: 34px; } .typefooter-2 .newsletter-footer1 { border-top: 1px solid #e5e5e5; display: inline-block; width: 100%; padding: 15px 15% 10px 15%; margin-top: 30px; } .typefooter-2 .newsletter-footer1 .newsletter { background-color: transparent; } .typefooter-2 .newsletter-footer1 .newsletter .title-block { position: relative; color: #222; float: left; width: 40%; padding-left: 70px; margin-top: 17px; } .typefooter-2 .newsletter-footer1 .newsletter .title-block:before { position: absolute; font-family: 'FontAwesome'; content: "\f1d9"; font-size: 40px; position: absolute; top: 5px; left: 0; } .typefooter-2 .newsletter-footer1 .newsletter .title-block .page-heading { /* [4] */ /* [6] */ /* [6] */ /* [7] */ font-size: 22px; font-size: 2.2rem; /* [8] */ line-height: 20px; font-weight: 700; text-transform: capitalize; } .typefooter-2 .newsletter-footer1 .newsletter .title-block .promotext { font-size: 14px; color: #999; } .typefooter-2 .newsletter-footer1 .newsletter .block_content { float: left; width: 60%; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup { display: block; margin-top: 15px; padding-left: 45px; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group { position: relative; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group .input-box { background-color: #fff; vertical-align: top; padding-right: 120px; border-radius: 4px; border: 1px solid #ebebeb; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group .subcribe { position: absolute; top: 0; right: 0; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail { height: 50px; line-height: 50px; width: 100%; box-shadow: none; padding: 0 0 0 20px; border: none; background-color: #fff; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail::-moz-placeholder { color: #999; opacity: 1; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail:-ms-input-placeholder { color: #999; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail::-webkit-input-placeholder { color: #999; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail:focus { z-index: 0; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button { border: 0 none; color: #fff; font-weight: 700; font-size: 16px; height: 52px; line-height: 50px; padding: 0 25px; text-transform: capitalize; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover { color: #fff; } .typefooter-2 .socials { float: right; margin-top: 0; } .typefooter-2 .socials li { position: relative; float: left; } .typefooter-2 .socials li a { width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); display: inline-block; margin-left: 10px; color: #fff; font-size: 14px; text-transform: capitalize; } .typefooter-2 .socials li a:hover { color: #222; } .typefooter-2 .infos-footer ul { margin-top: 20px; } .typefooter-2 .infos-footer ul li { background: url(../../image/icon/icon-contact.png) no-repeat left top; font-size: 14px; line-height: 20px; list-style: outside none none; padding: 10px 10px 10px 40px; text-transform: capitalize; } .typefooter-2 .infos-footer ul li a { color: #666; font-size: 14px; transition: all 0.3s ease 0s; } .typefooter-2 .infos-footer ul li.adres { background-position: left 14px; } .typefooter-2 .infos-footer ul li.phone { background-position: left -55px; } .typefooter-2 .infos-footer ul li.mail { background-position: left -100px; } .typefooter-2 .infos-footer ul li.time { background-position: left -144px; } @media (min-width: 1200px) and (max-width: 1365px) { .typefooter-2 .infos-footer ul li.phone { background-position: left -45px; } } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item { float: left; margin-bottom: 10px; padding: 0 5px; position: relative; width: 25%; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item.first-item { width: 50%; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a { border: none; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a:hover img { opacity: 0.8; } .typefooter-2 .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a img { width: 100%; } .typefooter-2 .footer-links { float: right; } .typefooter-2 .footer-links li { display: inline-block; margin-top: 10px; position: relative; vertical-align: top; padding: 0 15px; line-height: 100%; } .typefooter-2 .footer-links li a { color: #fff; } .typefooter-2 .footer-links li a:hover { color: #222; } .typefooter-2 .payment-w { text-align: right; } .typefooter-2 .footer-bottom { border-top: 1px solid #e5e5e5; padding: 15px 0; } .typefooter-2 .footer-bottom .copyright { color: #222; } @media (min-width: 1200px) and (max-width: 1649px) { .typefooter-2 .newsletter-footer1 { padding: 15px 5% 10px 5%; } .typefooter-2 .so-page-builder .container { padding: 0 15px; } }
0.36376
0.08882
.interactiveContainer { width: 100%; font-family: Arial, sans-serif; } /* Edit top to fit tabBar height: 35px */ /* Edit height to display full map: 500px */ #map { position: absolute; left: 0; top: 35px; width: 100%; height: 500px; } .tabBar { font: 14px/16px Arial, Helvetica, sans-serif; } /* Edit width based on number of tabs to display In this example, width = 9% for 10 tabs + cell borders */ .tabItem { width: 9%; padding: 2px 0px 2px 0px; float: left; margin-left: -1px; border: #aaa solid 1px; border-right: none; cursor: pointer; text-align: center; font-size: 15px; font-weight: normal; text-transform: uppercase; color: #ccc; } .tabItem:first-child { border-radius: 7px 0px 0 7px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .tabItem:last-child { border-radius: 0px 7px 7px 0px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-right: 1px solid #aaa; } .tabItem:hover { color: #E34B4B; } .tabItem.selected { color: maroon; background: #eee; box-shadow: inset 1px 1px 7px -2px #555; color: white !important; font-weight: 400; border: 1px solid #E34B4B !important; background: #E34B4B !important; pointer-events: none; } /*Edit width of info box */ .info { width: 200px; padding: 12px 16px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; } .areaName { font-size: 17px; font-weight: bold; margin-bottom: 10px; } .faded { opacity: 0.4; } .areaLabel { float: left; width: 100%; font-family: Arial, sans-serif; } .areaValue { float: left; width: 70%; font-size: 14px; font-family: Arial, sans-serif; } /*Edit width of legend*/ .legend { width: 100px; position: absolute; right: 0px; bottom: 10px; text-align: left; line-height: 18px; color: #555; line-height: 20px; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; line-height: 5px; }
style.css
.interactiveContainer { width: 100%; font-family: Arial, sans-serif; } /* Edit top to fit tabBar height: 35px */ /* Edit height to display full map: 500px */ #map { position: absolute; left: 0; top: 35px; width: 100%; height: 500px; } .tabBar { font: 14px/16px Arial, Helvetica, sans-serif; } /* Edit width based on number of tabs to display In this example, width = 9% for 10 tabs + cell borders */ .tabItem { width: 9%; padding: 2px 0px 2px 0px; float: left; margin-left: -1px; border: #aaa solid 1px; border-right: none; cursor: pointer; text-align: center; font-size: 15px; font-weight: normal; text-transform: uppercase; color: #ccc; } .tabItem:first-child { border-radius: 7px 0px 0 7px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .tabItem:last-child { border-radius: 0px 7px 7px 0px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-right: 1px solid #aaa; } .tabItem:hover { color: #E34B4B; } .tabItem.selected { color: maroon; background: #eee; box-shadow: inset 1px 1px 7px -2px #555; color: white !important; font-weight: 400; border: 1px solid #E34B4B !important; background: #E34B4B !important; pointer-events: none; } /*Edit width of info box */ .info { width: 200px; padding: 12px 16px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; } .areaName { font-size: 17px; font-weight: bold; margin-bottom: 10px; } .faded { opacity: 0.4; } .areaLabel { float: left; width: 100%; font-family: Arial, sans-serif; } .areaValue { float: left; width: 70%; font-size: 14px; font-family: Arial, sans-serif; } /*Edit width of legend*/ .legend { width: 100px; position: absolute; right: 0px; bottom: 10px; text-align: left; line-height: 18px; color: #555; line-height: 20px; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; line-height: 5px; }
0.467818
0.157072
@import '../../css/variable.css'; @import '../../css/mixins/clearfix.css'; .biz-resource-table>thead>tr>th:first-child, .biz-resource-table>tbody>tr>td:first-child { padding-left: 20px; } .biz-resource-table { .biz-operate { margin-right: 15px; color: #3a84ff; cursor: pointer; } .biz-not-operate { margin-right: 15px; color: #C7CAD2; cursor: not-allowed; } } .data-title { font-size: 14px; color: #333948; margin-bottom: 10px; } .biz-data-table { border: 1px solid #dde4eb; border-bottom: none; margin-bottom: 25px; } .biz-data-table>thead>tr>th { background: #fafbfd; } .biz-data-table>thead>tr>th, .biz-data-table>thead>tr>td, .biz-data-table>tbody>tr>th, .biz-data-table>tbody>tr>td { height: 42px; padding: 10px 20px; } .point-box { border: 1px solid $borderWeightColor; margin: 8px 0 0 0; padding: 15px 15px 10px 15px; position: relative; border-radius: 2px; &:after { content: ''; width: 8px; height: 8px; display: inline-block; border-top: 1px solid #dde4eb; border-right: 1px solid #dde4eb; transform: rotate(-45deg); position: absolute; top: -6px; left: 39px; background: #fff; } } .key-list { @mixin clearfix; li { float: left; margin: 0 5px 5px 0; border: 1px solid $borderWeightColor; border-radius: 2px; background: #fff; &.bk-primary { border-color: $primaryColor; .key { background: #ebf4ff; color: $primaryColor; } .value { border-left: 1px solid $primaryColor; background-color: $primaryColor; color: #fff; } } } .key, .value { float: left; line-height: 22px; text-align: left; padding: 0 10px; font-size: 12px; color: #737987; } .value { border-left: 1px solid $borderWeightColor; background-color: #fafbfd; } } .display-text-btn { font-weight: normal; float: right; } .show-labels-btn { cursor: default; &:hover { background: $primaryColor; } } .key-text { width: 400px; overflow: hidden; display: block; text-overflow: ellipsis; } .key-box-wrapper { width: 320px; position: relative; padding-right: 20px; .expand-btn { position: absolute; right: 0px; bottom: 4px; font-size: 12px; color: #3a84ff; } } .key-box { width: 300px; overflow: hidden; white-space: nowrap; min-height: auto; text-overflow: ellipsis; padding: 6px; word-break: break-all; &.expanded { overflow: visible; white-space: normal; max-height: 200px; overflow: auto; } } .bk-label { width: 105px; position: absolute; left: 0; font-size: 14px; color: #737987; text-align: right; padding-right: 30px; } .biz-resource { .already-selected-nums { font-size: 14px; height: 40px; line-height: 40px; display: inline-block; float: left; margin-left: 15px; color: #737987; } }
bcs-ui/frontend/src/views/resource/secret.css
@import '../../css/variable.css'; @import '../../css/mixins/clearfix.css'; .biz-resource-table>thead>tr>th:first-child, .biz-resource-table>tbody>tr>td:first-child { padding-left: 20px; } .biz-resource-table { .biz-operate { margin-right: 15px; color: #3a84ff; cursor: pointer; } .biz-not-operate { margin-right: 15px; color: #C7CAD2; cursor: not-allowed; } } .data-title { font-size: 14px; color: #333948; margin-bottom: 10px; } .biz-data-table { border: 1px solid #dde4eb; border-bottom: none; margin-bottom: 25px; } .biz-data-table>thead>tr>th { background: #fafbfd; } .biz-data-table>thead>tr>th, .biz-data-table>thead>tr>td, .biz-data-table>tbody>tr>th, .biz-data-table>tbody>tr>td { height: 42px; padding: 10px 20px; } .point-box { border: 1px solid $borderWeightColor; margin: 8px 0 0 0; padding: 15px 15px 10px 15px; position: relative; border-radius: 2px; &:after { content: ''; width: 8px; height: 8px; display: inline-block; border-top: 1px solid #dde4eb; border-right: 1px solid #dde4eb; transform: rotate(-45deg); position: absolute; top: -6px; left: 39px; background: #fff; } } .key-list { @mixin clearfix; li { float: left; margin: 0 5px 5px 0; border: 1px solid $borderWeightColor; border-radius: 2px; background: #fff; &.bk-primary { border-color: $primaryColor; .key { background: #ebf4ff; color: $primaryColor; } .value { border-left: 1px solid $primaryColor; background-color: $primaryColor; color: #fff; } } } .key, .value { float: left; line-height: 22px; text-align: left; padding: 0 10px; font-size: 12px; color: #737987; } .value { border-left: 1px solid $borderWeightColor; background-color: #fafbfd; } } .display-text-btn { font-weight: normal; float: right; } .show-labels-btn { cursor: default; &:hover { background: $primaryColor; } } .key-text { width: 400px; overflow: hidden; display: block; text-overflow: ellipsis; } .key-box-wrapper { width: 320px; position: relative; padding-right: 20px; .expand-btn { position: absolute; right: 0px; bottom: 4px; font-size: 12px; color: #3a84ff; } } .key-box { width: 300px; overflow: hidden; white-space: nowrap; min-height: auto; text-overflow: ellipsis; padding: 6px; word-break: break-all; &.expanded { overflow: visible; white-space: normal; max-height: 200px; overflow: auto; } } .bk-label { width: 105px; position: absolute; left: 0; font-size: 14px; color: #737987; text-align: right; padding-right: 30px; } .biz-resource { .already-selected-nums { font-size: 14px; height: 40px; line-height: 40px; display: inline-block; float: left; margin-left: 15px; color: #737987; } }
0.489748
0.101679
.mt0{ margin-top: 0; } .mt10{ margin-top: 10px; } .mt20{ margin-top: 20px; } .mr0{ margin-right: 0; } .mr10{ margin-right: 10px; } .mr20{ margin-right: 20px; } .mb0{ margin-bottom: 0; } .mb10{ margin-bottom: 10px; } .mb20{ margin-bottom: 20px; } .ml0{ } .ml0{ margin-left: 0 !important; } .ml80{ margin-left: 95px; } .ml10{ margin-left: 10px!important; } .ml20{ margin-left: 20px; } .ml25{ margin-left: 25px; } .pl0{ padding-left: 0; } .pb-15{ padding-bottom: 15px; } .pr-5{ padding-right: 5px; } .pl-15{ padding-left: 15px; } .min-width-100{ min-width: 100px; } .min-width-150{ min-width: 150px; } .red{ color: red; } .color-2c93fd{ color: #4b8df8; } .blue.btn { color: white; background-color: #4b8df8; } .cursor-pointer{ cursor: pointer; } .display-none{ display: none; } .display-block{ display: block; } .navbar-custom-menu>.navbar-nav>li> .dropdown-left{ right: auto; } /*.dropdown-menu>li>a { padding: 3px 14px; }*/ .dropdown-menu{ min-width: 100px; } .dropdown-menu .divider { margin: 1px 0; } .navbar-nav>.user-menu>.dropdown-menu { width: auto; } .form-group label{ font-weight: 500; color:#353535; } .control-sidebar{ min-height: 100%; } .content-wrapper{ padding-bottom: 15px; } .fixed .control-sidebar{ position: fixed; max-height: 100%; overflow: auto; padding-bottom: 50px; } /*旋转*/ .icon-spin { display: inline-block; -webkit-animation: spin 1s infinite linear; animation: spin 1s infinite linear; } .icon-spin-music { display: inline-block; -webkit-animation: spin 5s infinite linear; animation: spin 5s infinite linear; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg) } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .bootstrap-table .table thead>tr>th { background-color: #f5f5f5; } .fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination { margin-left: 10px; } /*layer弹出框自定义样式示例*/ body .demo-class .layui-layer-title{background:#c00; color:#fff; border: none;} body .demo-class .layui-layer-btn{border-top:1px solid #E9E7E7} body .demo-class .layui-layer-btn a{background:#2e8ded;} body .demo-class .layui-layer-btn .layui-layer-btn1{background:#f1f1f1;} .fontawesome-icon-list div i{ color: #4969b3; } .jax-box-table .btn{ border:0 } .table thead>tr>th{ background-color: #ecf0f5!important; } .grid-table-toolbar{ margin-top: 10px; margin-bottom: 10px; } /*.jax-table .fixed-table-toolbar .bs-bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search { margin-top: 0px!important; }*/ .nav-tabs-custom>.nav-tabs>li.active.danger{ border-top-color: #dd4b39 } .nav>li>.jax-tab-a { padding: 8px 15px; } .jax-nav-tabs{ background-color: #f9f9f9; } /*菜单*/ .sidebar-menu li.li-close>a>.fa-angle-left, .sidebar-menu li.li-close>a>.pull-right-container>.fa-angle-left { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .sidebar-menu li a{ -webkit-transition: all 0.2s ; -ms-transition: all 0.2s ; -o-transition: all 0.2s ; transition: all 0.2s; } .sidebar-menu li.li-open>a>.fa-angle-left, .sidebar-menu li.li-open>a>.pull-right-container>.fa-angle-left { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .sidebar-menu>li.li-open>a:hover { color: #fff; background: #1e282c; } .skin-blue-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-black-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-purple-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-green-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-red-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-yellow-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .upload-div{ margin-bottom: 20px; } .jax-upload-btn{ font-size: 20px; padding: 2px 0; color: #4882f1; } .upload-music-btn:hover,.upload-img-btn:hover,.upload-slider-btn:hover{ cursor: pointer; color: #3d78e2; } .jax-box{ border-radius: 3px; background: #ffffff; border: 1px solid #e6e7e7; border-bottom: none; margin-bottom: 10px; width: 100%; padding: 10px; box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .jax-box .form-search .form-group{ margin-bottom: 0; } .jax-box .form-search .form-group label{ padding-left: 5px; padding-right: 5px; padding-top: 7px; } .jax-box .control-label{ text-align: left; padding-top:7px; } .jax-box-table{ padding-top: 0; } .CodeMirror{ height: 700px; } .CodeMirror-fullscreen,.editor-toolbar.fullscreen{ z-index: 1030; } .table-btn{ margin: 0 2px; border-radius: 10px; padding: 2px 5px; font-size: 12px; cursor: pointer; } .table-btn.table-btn-info{ color: #00c0ef; border: 1px solid #00c0ef; } .table-btn.table-btn-info:hover{ color: #00acd6; border: 1px solid #00acd6; } .table-btn.table-btn-success{ color: #00a65a; border: 1px solid #00a65a; } .table-btn.table-btn-success:hover{ color: #008d4c; border: 1px solid #008d4c; } .table-btn.table-btn-warning{ color: #ec971f; border: 1px solid #ec971f; } .table-btn.table-btn-warning:hover{ color: #dc8d1e; border: 1px solid #dc8d1e; } .table-btn.table-btn-danger{ color: #dd4b39; border: 1px solid #dd4b39; } .table-btn.table-btn-danger:hover{ color: #d73925; border: 1px solid #d73925; } .treegrid-tbody tr :first-child.table-btn-info{ border-left: 1px solid #00c0ef!important; } .treegrid-tbody tr :first-child.table-btn-danger{ border-left: 1px solid #dd4b39!important; } .tags label{ margin-bottom: 5px; margin-right: 10px; } .table-tags .btn{ background-color: #e6e6e6; border-color: #adadad } .table-tags .btn:hover{ background-color: #3da0fd; border-color: #3da0fd; color: #fff; } .form-editor{ margin-bottom: 0; } .choose-local-img .preview{ margin-top: 10px; } .article-extra{ padding: 15px; border: 1px solid #ddd; border-radius: 4px; } .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) { background: none; } .comment-parent{ padding-left: 15px; background-color: #e9e9e9 } .theme-pre{ width: 80px; } .theme-pre img{ width: 100%; } @media(min-width: 768px){ .article-modal .modal-dialog{ width: 80%; } .upload-content.form-group{ padding-left: 95px; } } @media (max-width: 767px){ .dropdown-menu li.divider { background-color: #eee!important; } .navbar-nav .open .dropdown-menu>li>a { line-height: 16px; } .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a { padding: 5px 15px 5px 20px; } .upload-div1,.upload-div2{ padding-left: 0; } } @media (max-width: 991px) { .dropdown-li { position: relative!important; } .dropdown-left a{ color: #777!important; } } .upload-content.form-group{ margin-bottom: 0; } .label-four{ width: 80px;float: left } .link-person-img{ max-height: 40px; } .article-btn{ padding: 5px; border-radius: 15px; margin: 0; } .pb-checkbox{ position: relative; } thead .pb-checkbox label{ padding-top: 2px; } .pb-checkbox input[type="checkbox"] { opacity: 0; } .pb-checkbox label:before { content: ''; width: 18px; height: 18px; display: inline-block; border-radius: 2px; border: 1px solid #ddd; background: #fff; } thead .pb-checkbox input[type="checkbox"]:checked + label:after { top:24%; } .pb-checkbox input[type="checkbox"]:checked + label:after { display: inline-block; font-family: 'Glyphicons Halflings', sans-serif; content: "\e013"; top: 18%; left: 5%; position: absolute; font-size: 10px; line-height: 1; width: 16px; height: 16px; color: #009ddc; } .pb-checkbox label { cursor: pointer; text-align: center; position: absolute; left: 10px; } .fixed-table-container tbody tr.selected td{ border-bottom: 1px solid #e9e9e9; background-color: #f2f8ff; } .fixed-table-container tbody tr.selected:hover td{ background-color: #f5f5f5; } .pb-radio{ position: relative; } thead .pb-radio label{ padding-top: 2px; } .pb-radio input[type="radio"] { opacity: 0; } .pb-radio label:before { content: ''; width: 18px; height: 18px; display: inline-block; border-radius: 50px; border: 1px solid #ddd; background: #fff; } thead .pb-radio input[type="radio"]:checked + label:after { top:24%; } .pb-radio input[type="radio"]:checked + label:after { display: inline-block; font-family: 'Glyphicons Halflings', sans-serif; content: "\e013"; top: 18%; left: 5%; position: absolute; font-size: 10px; line-height: 1; width: 16px; height: 16px; color: #009ddc; } .pb-radio label { cursor: pointer; text-align: center; position: absolute; left: 10px; } .jax-box-table .treegrid-selected{ background-color: #f2f8ff!important; } .ck-editor__editable { min-height: 800px; }
src/main/resources/static/css/admin-common.css
.mt0{ margin-top: 0; } .mt10{ margin-top: 10px; } .mt20{ margin-top: 20px; } .mr0{ margin-right: 0; } .mr10{ margin-right: 10px; } .mr20{ margin-right: 20px; } .mb0{ margin-bottom: 0; } .mb10{ margin-bottom: 10px; } .mb20{ margin-bottom: 20px; } .ml0{ } .ml0{ margin-left: 0 !important; } .ml80{ margin-left: 95px; } .ml10{ margin-left: 10px!important; } .ml20{ margin-left: 20px; } .ml25{ margin-left: 25px; } .pl0{ padding-left: 0; } .pb-15{ padding-bottom: 15px; } .pr-5{ padding-right: 5px; } .pl-15{ padding-left: 15px; } .min-width-100{ min-width: 100px; } .min-width-150{ min-width: 150px; } .red{ color: red; } .color-2c93fd{ color: #4b8df8; } .blue.btn { color: white; background-color: #4b8df8; } .cursor-pointer{ cursor: pointer; } .display-none{ display: none; } .display-block{ display: block; } .navbar-custom-menu>.navbar-nav>li> .dropdown-left{ right: auto; } /*.dropdown-menu>li>a { padding: 3px 14px; }*/ .dropdown-menu{ min-width: 100px; } .dropdown-menu .divider { margin: 1px 0; } .navbar-nav>.user-menu>.dropdown-menu { width: auto; } .form-group label{ font-weight: 500; color:#353535; } .control-sidebar{ min-height: 100%; } .content-wrapper{ padding-bottom: 15px; } .fixed .control-sidebar{ position: fixed; max-height: 100%; overflow: auto; padding-bottom: 50px; } /*旋转*/ .icon-spin { display: inline-block; -webkit-animation: spin 1s infinite linear; animation: spin 1s infinite linear; } .icon-spin-music { display: inline-block; -webkit-animation: spin 5s infinite linear; animation: spin 5s infinite linear; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg) } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .bootstrap-table .table thead>tr>th { background-color: #f5f5f5; } .fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination { margin-left: 10px; } /*layer弹出框自定义样式示例*/ body .demo-class .layui-layer-title{background:#c00; color:#fff; border: none;} body .demo-class .layui-layer-btn{border-top:1px solid #E9E7E7} body .demo-class .layui-layer-btn a{background:#2e8ded;} body .demo-class .layui-layer-btn .layui-layer-btn1{background:#f1f1f1;} .fontawesome-icon-list div i{ color: #4969b3; } .jax-box-table .btn{ border:0 } .table thead>tr>th{ background-color: #ecf0f5!important; } .grid-table-toolbar{ margin-top: 10px; margin-bottom: 10px; } /*.jax-table .fixed-table-toolbar .bs-bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search { margin-top: 0px!important; }*/ .nav-tabs-custom>.nav-tabs>li.active.danger{ border-top-color: #dd4b39 } .nav>li>.jax-tab-a { padding: 8px 15px; } .jax-nav-tabs{ background-color: #f9f9f9; } /*菜单*/ .sidebar-menu li.li-close>a>.fa-angle-left, .sidebar-menu li.li-close>a>.pull-right-container>.fa-angle-left { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .sidebar-menu li a{ -webkit-transition: all 0.2s ; -ms-transition: all 0.2s ; -o-transition: all 0.2s ; transition: all 0.2s; } .sidebar-menu li.li-open>a>.fa-angle-left, .sidebar-menu li.li-open>a>.pull-right-container>.fa-angle-left { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .sidebar-menu>li.li-open>a:hover { color: #fff; background: #1e282c; } .skin-blue-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-black-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-purple-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-green-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-red-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .skin-yellow-light .sidebar-menu>li.li-open>a:hover { color: #000; background: #f4f4f5 } .upload-div{ margin-bottom: 20px; } .jax-upload-btn{ font-size: 20px; padding: 2px 0; color: #4882f1; } .upload-music-btn:hover,.upload-img-btn:hover,.upload-slider-btn:hover{ cursor: pointer; color: #3d78e2; } .jax-box{ border-radius: 3px; background: #ffffff; border: 1px solid #e6e7e7; border-bottom: none; margin-bottom: 10px; width: 100%; padding: 10px; box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .jax-box .form-search .form-group{ margin-bottom: 0; } .jax-box .form-search .form-group label{ padding-left: 5px; padding-right: 5px; padding-top: 7px; } .jax-box .control-label{ text-align: left; padding-top:7px; } .jax-box-table{ padding-top: 0; } .CodeMirror{ height: 700px; } .CodeMirror-fullscreen,.editor-toolbar.fullscreen{ z-index: 1030; } .table-btn{ margin: 0 2px; border-radius: 10px; padding: 2px 5px; font-size: 12px; cursor: pointer; } .table-btn.table-btn-info{ color: #00c0ef; border: 1px solid #00c0ef; } .table-btn.table-btn-info:hover{ color: #00acd6; border: 1px solid #00acd6; } .table-btn.table-btn-success{ color: #00a65a; border: 1px solid #00a65a; } .table-btn.table-btn-success:hover{ color: #008d4c; border: 1px solid #008d4c; } .table-btn.table-btn-warning{ color: #ec971f; border: 1px solid #ec971f; } .table-btn.table-btn-warning:hover{ color: #dc8d1e; border: 1px solid #dc8d1e; } .table-btn.table-btn-danger{ color: #dd4b39; border: 1px solid #dd4b39; } .table-btn.table-btn-danger:hover{ color: #d73925; border: 1px solid #d73925; } .treegrid-tbody tr :first-child.table-btn-info{ border-left: 1px solid #00c0ef!important; } .treegrid-tbody tr :first-child.table-btn-danger{ border-left: 1px solid #dd4b39!important; } .tags label{ margin-bottom: 5px; margin-right: 10px; } .table-tags .btn{ background-color: #e6e6e6; border-color: #adadad } .table-tags .btn:hover{ background-color: #3da0fd; border-color: #3da0fd; color: #fff; } .form-editor{ margin-bottom: 0; } .choose-local-img .preview{ margin-top: 10px; } .article-extra{ padding: 15px; border: 1px solid #ddd; border-radius: 4px; } .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) { background: none; } .comment-parent{ padding-left: 15px; background-color: #e9e9e9 } .theme-pre{ width: 80px; } .theme-pre img{ width: 100%; } @media(min-width: 768px){ .article-modal .modal-dialog{ width: 80%; } .upload-content.form-group{ padding-left: 95px; } } @media (max-width: 767px){ .dropdown-menu li.divider { background-color: #eee!important; } .navbar-nav .open .dropdown-menu>li>a { line-height: 16px; } .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a { padding: 5px 15px 5px 20px; } .upload-div1,.upload-div2{ padding-left: 0; } } @media (max-width: 991px) { .dropdown-li { position: relative!important; } .dropdown-left a{ color: #777!important; } } .upload-content.form-group{ margin-bottom: 0; } .label-four{ width: 80px;float: left } .link-person-img{ max-height: 40px; } .article-btn{ padding: 5px; border-radius: 15px; margin: 0; } .pb-checkbox{ position: relative; } thead .pb-checkbox label{ padding-top: 2px; } .pb-checkbox input[type="checkbox"] { opacity: 0; } .pb-checkbox label:before { content: ''; width: 18px; height: 18px; display: inline-block; border-radius: 2px; border: 1px solid #ddd; background: #fff; } thead .pb-checkbox input[type="checkbox"]:checked + label:after { top:24%; } .pb-checkbox input[type="checkbox"]:checked + label:after { display: inline-block; font-family: 'Glyphicons Halflings', sans-serif; content: "\e013"; top: 18%; left: 5%; position: absolute; font-size: 10px; line-height: 1; width: 16px; height: 16px; color: #009ddc; } .pb-checkbox label { cursor: pointer; text-align: center; position: absolute; left: 10px; } .fixed-table-container tbody tr.selected td{ border-bottom: 1px solid #e9e9e9; background-color: #f2f8ff; } .fixed-table-container tbody tr.selected:hover td{ background-color: #f5f5f5; } .pb-radio{ position: relative; } thead .pb-radio label{ padding-top: 2px; } .pb-radio input[type="radio"] { opacity: 0; } .pb-radio label:before { content: ''; width: 18px; height: 18px; display: inline-block; border-radius: 50px; border: 1px solid #ddd; background: #fff; } thead .pb-radio input[type="radio"]:checked + label:after { top:24%; } .pb-radio input[type="radio"]:checked + label:after { display: inline-block; font-family: 'Glyphicons Halflings', sans-serif; content: "\e013"; top: 18%; left: 5%; position: absolute; font-size: 10px; line-height: 1; width: 16px; height: 16px; color: #009ddc; } .pb-radio label { cursor: pointer; text-align: center; position: absolute; left: 10px; } .jax-box-table .treegrid-selected{ background-color: #f2f8ff!important; } .ck-editor__editable { min-height: 800px; }
0.428592
0.091504
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; font-display: swap; src: url("https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2") format("woff2"); } :root { --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;user-select: none;scrollbar-color: dark;-webkit-tap-highlight-color: transparent; } *,::after,::before { box-sizing: border-box } html, body { height: auto; } body { font: normal 20px/1.4 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; margin: 0 auto; color: #fff; background-color: hsl(240, 22%, 7%); max-width: 1000px; } a { color: hsl(116, 50%, 45%); } a:hover, a:focus { color: hsl(116, 80%, 45%); } .anchor { } @media (max-width: 804px) { .anchor { display: inline; } } @media (min-width: 805px) { .anchorTitle { float: left; } } .anchorTitle { padding: 12px; font-size: 24px; top: 0; line-height: 1.2; display: flex; min-height: calc(60vh - 115px); color: hsl(116, 7%, 80%); position: fixed; z-index: 10; background-color: hsl(240, 22%, 7%); } @media (max-width: 804px) { .anchorTitle { position: -webkit-sticky; position: sticky; } } .anchorTitle > div { margin: auto 0; } .anchorTitle h1 { font-size: 40px; font-weight: 400; margin: 0; } .anchorTitle h1 a { text-decoration: underline 2px; text-underline-offset: 2px; color: #fff; } .anchorTitle h1 a:hover { text-decoration: underline; text-underline-offset: 0px; } .anchorTitle h2 { font-size: 18px; font-weight: 400; margin: 0; color: hsl(116, 7%, 53%); } @media (max-width: 804px) { .anchorFade { position: -webkit-sticky; position: sticky; top: calc(60% - 116px); left: 0; width: 100%; height: 40px; z-index: 9; background: linear-gradient(to top, transparent, hsl(240, 22%, 7%)); pointer-events: none; display: flex; } } @media (max-height: 635px) { .anchorFade { top: 265px; } } @media (min-width: 805px) { .scroll { float: right; } .scroll > div { margin: auto 0; /*max-width: 551.969px;*/ max-width: calc(70vw - 148.031px); } } @media (min-width: 1000px) { .scroll > div { max-width: 551.969px; } } .scroll { padding: 12px; padding-right: 5%; min-height: calc(70% - 200px); display: flex; } @media (max-width: 804px) { .scroll { padding: 0 12px; padding-bottom: 5px; display: block; } } .scroll > div { margin: auto 0; } .scroll h1 { color: #fff; margin-top: 30px; margin-bottom: 0; font-weight: 400; } .scroll ul { list-style-type: none; padding: 0; font-size: 16px; color: hsl(116, 7%, 53%); } .scroll li { margin-top: 8px; } .scroll a { font-size: 20px; } .scroll h3 { color: #fff; margin-top: 30px; margin-bottom: 0; font-weight: 400; font-size: 1.3em; } .scroll h4 { color: hsl(116, 7%, 53%); margin-top: 30px; margin-bottom: 0; font-weight: 400; font-size: 16px; font-style: italic; } @media (max-width: 804px) { .scroll h3 { margin-top: 0px; } } ::-webkit-scrollbar { width: 14x; background: transparent; } ::-webkit-scrollbar-thumb { width: 10px; border-radius: 10px; border: 4px solid rgba(0, 0, 0, 0); background-color: hsl(116, 7%, 30%); background-clip: padding-box; } ::-webkit-scrollbar-thumb:hover { background: hsl(116, 80%, 45%); } #donations { user-select: text; word-wrap: break-word; } #donations a { user-select: none; } ::selection { background-color: hsl(116, 80%, 45%); color: white; }
style.css
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; font-display: swap; src: url("https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2") format("woff2"); } :root { --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;user-select: none;scrollbar-color: dark;-webkit-tap-highlight-color: transparent; } *,::after,::before { box-sizing: border-box } html, body { height: auto; } body { font: normal 20px/1.4 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; margin: 0 auto; color: #fff; background-color: hsl(240, 22%, 7%); max-width: 1000px; } a { color: hsl(116, 50%, 45%); } a:hover, a:focus { color: hsl(116, 80%, 45%); } .anchor { } @media (max-width: 804px) { .anchor { display: inline; } } @media (min-width: 805px) { .anchorTitle { float: left; } } .anchorTitle { padding: 12px; font-size: 24px; top: 0; line-height: 1.2; display: flex; min-height: calc(60vh - 115px); color: hsl(116, 7%, 80%); position: fixed; z-index: 10; background-color: hsl(240, 22%, 7%); } @media (max-width: 804px) { .anchorTitle { position: -webkit-sticky; position: sticky; } } .anchorTitle > div { margin: auto 0; } .anchorTitle h1 { font-size: 40px; font-weight: 400; margin: 0; } .anchorTitle h1 a { text-decoration: underline 2px; text-underline-offset: 2px; color: #fff; } .anchorTitle h1 a:hover { text-decoration: underline; text-underline-offset: 0px; } .anchorTitle h2 { font-size: 18px; font-weight: 400; margin: 0; color: hsl(116, 7%, 53%); } @media (max-width: 804px) { .anchorFade { position: -webkit-sticky; position: sticky; top: calc(60% - 116px); left: 0; width: 100%; height: 40px; z-index: 9; background: linear-gradient(to top, transparent, hsl(240, 22%, 7%)); pointer-events: none; display: flex; } } @media (max-height: 635px) { .anchorFade { top: 265px; } } @media (min-width: 805px) { .scroll { float: right; } .scroll > div { margin: auto 0; /*max-width: 551.969px;*/ max-width: calc(70vw - 148.031px); } } @media (min-width: 1000px) { .scroll > div { max-width: 551.969px; } } .scroll { padding: 12px; padding-right: 5%; min-height: calc(70% - 200px); display: flex; } @media (max-width: 804px) { .scroll { padding: 0 12px; padding-bottom: 5px; display: block; } } .scroll > div { margin: auto 0; } .scroll h1 { color: #fff; margin-top: 30px; margin-bottom: 0; font-weight: 400; } .scroll ul { list-style-type: none; padding: 0; font-size: 16px; color: hsl(116, 7%, 53%); } .scroll li { margin-top: 8px; } .scroll a { font-size: 20px; } .scroll h3 { color: #fff; margin-top: 30px; margin-bottom: 0; font-weight: 400; font-size: 1.3em; } .scroll h4 { color: hsl(116, 7%, 53%); margin-top: 30px; margin-bottom: 0; font-weight: 400; font-size: 16px; font-style: italic; } @media (max-width: 804px) { .scroll h3 { margin-top: 0px; } } ::-webkit-scrollbar { width: 14x; background: transparent; } ::-webkit-scrollbar-thumb { width: 10px; border-radius: 10px; border: 4px solid rgba(0, 0, 0, 0); background-color: hsl(116, 7%, 30%); background-clip: padding-box; } ::-webkit-scrollbar-thumb:hover { background: hsl(116, 80%, 45%); } #donations { user-select: text; word-wrap: break-word; } #donations a { user-select: none; } ::selection { background-color: hsl(116, 80%, 45%); color: white; }
0.394318
0.064535
@charset "utf-8"; /* CSS Document */ /*head*/ .head_right_dubbo{ float:right; } .head_right_dubbo span{ color:#fff; line-height:30px; float:right; margin-right:15px; } .head_right_dubbo span a{ color:#fff; } .exit{ float:right; padding-top:3px; } .head_right_dubbotop{ margin-top:0px; margin-right:0px; color:white; } .head_right_dubbobottom{ margin-top:30px; margin-right:10px; text-align:right; color:white; } .head_right_dubbobottom td{ margin-left:50px; } /*title*/ .title_search{ margin-bottom:20px; *margin-bottom:10px; } .dubbo_search{ background: url(../images/main_bg.png) repeat-x; padding:15px 20px 0 20px; height:120px; *height:100px; } .dubbo_search_nobox { height:40px; } .dubbo_main{ height:100%; clear:left; } .dubbo_content{ margin:0 20px 20px 20px; background:#f3f5f5; border:#cccccc 1px solid; padding:15px 25px 10px 15px; } /*search*/ .search{ width:500px; margin:150px auto; } .search_o{ clear:left; width:500px; } .search_categories{ height:18px; } .search_categories ul li{ float:left; width:60px; line-height:10px; *line-height:15px; text-align:center; } .search_categories ul li a{ color:#586573; text-decoration:none; } .search_categories ul li span.search_line{ margin-left:10px; color:#CCC; } .search_categories ul li span.search_line_end{ margin-left:10px; color:#fff; } .active{ background:url(../images/search_active.png); width:52px; height:20px; display:block; } .search_input{ background:url(../images/search_input.png); width:438px; height:31px; float:left; } .search_input input{ border:none; background:url(../images/input.png); width:350px; height:21px; margin:5px 0 0 80px; *margin:4px 0 0 80px; color:#7d8a98; line-height:20px; } .search_btn{ margin-top:5px; *margin:0; } .btn_search{ background:url(../images/btn_service.png); width:132px; height:20px; text-align:center; line-height:20px; margin-top:10px; } .btn_search a,.btn_info a{ text-decoration:none; color:#666; display:block; } /*table*/ table.info{ width:100%; } table.info th{ font-weight:bold; text-align:left; padding-top:10px; } table.info td{ font-weight:normal; text-align:left; padding-top:10px; padding-left:10px; } .btn_info{ background:url(../images/btn_info.png); width:78px; height:20px; text-align:center; line-height:20px; float:left; margin:5px 5px 10px 0; } .search_list input{ width:200px; float:left; margin-right:10px; height:17px; } table.list_dubbo th{ background:url(../images/dubbo_list_th.png); height:29px; color:#586573; font-weight:normal; padding-left:10px; } table.list_dubbo th.checkbox{ width:50px; } table.list_dubbo th.operate,table.list_system th.operate{ width:190px; } table.list_system{ width:700px; } table.list_system th{ text-align:left; } table.list_system th.operate_system{ width:180px; } table.list_system td span.radio_font{ padding:0 40px 0 5px; } span.rule_green{ color:#390; } span.rule_orange{ color:#F60; } /*setting*/ span.state{ color:#390; } /*favorite*/ .favorite{ width:291px; clear:left; float:left; *margin-top:10px; } .fav_tab{ float:right; } .fav_tab ul li{ background:url(../images/fav_tab_normal.png); width:20px; height:70px; } .fav_tab ul li.active{ background:url(../images/fav_tab_active.png); width:20px; height:70px; } .fav_tab ul li a,.fav_tab ul li.active a{ text-decoration:none; padding:6px 0 0 4px; display:block; line-height:15px; } .fav_box{ float:left; width:269px; min-height:150px; background:#f5f5f5; border:#ccc 1px solid; } .fav_box_title{ background:url(../images/fav_title.png); height:30px; line-height:30px; padding-left:15px; } .fav_box_title span{ padding-left:5px; } .fav_box_title img{ margin-left:20px; } .fav_title_left{ float:left; } .fav_content{ margin:10px 0 10px 15px; } .fav_content table td{ line-height:23px; } .fav_tips{ width:210px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .fav_tips a{ text-decoration:none; } .fav_content_checkbox{ margin-right:10px; } .fav_arrow{ float:right; padding-top:7px; padding-right:10px; }
dubbo-admin/src/main/webapp/css/dubbo.css
@charset "utf-8"; /* CSS Document */ /*head*/ .head_right_dubbo{ float:right; } .head_right_dubbo span{ color:#fff; line-height:30px; float:right; margin-right:15px; } .head_right_dubbo span a{ color:#fff; } .exit{ float:right; padding-top:3px; } .head_right_dubbotop{ margin-top:0px; margin-right:0px; color:white; } .head_right_dubbobottom{ margin-top:30px; margin-right:10px; text-align:right; color:white; } .head_right_dubbobottom td{ margin-left:50px; } /*title*/ .title_search{ margin-bottom:20px; *margin-bottom:10px; } .dubbo_search{ background: url(../images/main_bg.png) repeat-x; padding:15px 20px 0 20px; height:120px; *height:100px; } .dubbo_search_nobox { height:40px; } .dubbo_main{ height:100%; clear:left; } .dubbo_content{ margin:0 20px 20px 20px; background:#f3f5f5; border:#cccccc 1px solid; padding:15px 25px 10px 15px; } /*search*/ .search{ width:500px; margin:150px auto; } .search_o{ clear:left; width:500px; } .search_categories{ height:18px; } .search_categories ul li{ float:left; width:60px; line-height:10px; *line-height:15px; text-align:center; } .search_categories ul li a{ color:#586573; text-decoration:none; } .search_categories ul li span.search_line{ margin-left:10px; color:#CCC; } .search_categories ul li span.search_line_end{ margin-left:10px; color:#fff; } .active{ background:url(../images/search_active.png); width:52px; height:20px; display:block; } .search_input{ background:url(../images/search_input.png); width:438px; height:31px; float:left; } .search_input input{ border:none; background:url(../images/input.png); width:350px; height:21px; margin:5px 0 0 80px; *margin:4px 0 0 80px; color:#7d8a98; line-height:20px; } .search_btn{ margin-top:5px; *margin:0; } .btn_search{ background:url(../images/btn_service.png); width:132px; height:20px; text-align:center; line-height:20px; margin-top:10px; } .btn_search a,.btn_info a{ text-decoration:none; color:#666; display:block; } /*table*/ table.info{ width:100%; } table.info th{ font-weight:bold; text-align:left; padding-top:10px; } table.info td{ font-weight:normal; text-align:left; padding-top:10px; padding-left:10px; } .btn_info{ background:url(../images/btn_info.png); width:78px; height:20px; text-align:center; line-height:20px; float:left; margin:5px 5px 10px 0; } .search_list input{ width:200px; float:left; margin-right:10px; height:17px; } table.list_dubbo th{ background:url(../images/dubbo_list_th.png); height:29px; color:#586573; font-weight:normal; padding-left:10px; } table.list_dubbo th.checkbox{ width:50px; } table.list_dubbo th.operate,table.list_system th.operate{ width:190px; } table.list_system{ width:700px; } table.list_system th{ text-align:left; } table.list_system th.operate_system{ width:180px; } table.list_system td span.radio_font{ padding:0 40px 0 5px; } span.rule_green{ color:#390; } span.rule_orange{ color:#F60; } /*setting*/ span.state{ color:#390; } /*favorite*/ .favorite{ width:291px; clear:left; float:left; *margin-top:10px; } .fav_tab{ float:right; } .fav_tab ul li{ background:url(../images/fav_tab_normal.png); width:20px; height:70px; } .fav_tab ul li.active{ background:url(../images/fav_tab_active.png); width:20px; height:70px; } .fav_tab ul li a,.fav_tab ul li.active a{ text-decoration:none; padding:6px 0 0 4px; display:block; line-height:15px; } .fav_box{ float:left; width:269px; min-height:150px; background:#f5f5f5; border:#ccc 1px solid; } .fav_box_title{ background:url(../images/fav_title.png); height:30px; line-height:30px; padding-left:15px; } .fav_box_title span{ padding-left:5px; } .fav_box_title img{ margin-left:20px; } .fav_title_left{ float:left; } .fav_content{ margin:10px 0 10px 15px; } .fav_content table td{ line-height:23px; } .fav_tips{ width:210px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .fav_tips a{ text-decoration:none; } .fav_content_checkbox{ margin-right:10px; } .fav_arrow{ float:right; padding-top:7px; padding-right:10px; }
0.203787
0.059102
*{ margin: 0; padding: 0; } body{ background-color: black; } #container{ background-color: black; text-align: center; padding: 10px; width: 100%; } .logo{ display: inline-block; } .principal{ display: block; background-image: url(./assets/ralph-kelly-z9fFOzL5L_Y-unsplash.jpg); background-size: 100% ; background-repeat: no-repeat; overflow: hidden; padding: 20px; padding-bottom: 150px; /* width: 100%; */ position: relative; } .content{ text-align: center; margin-bottom: 50px; } .tittle{ font-size: 60px; /* font-family: Haettenschweiler, sans-serif; */ font-family: 'Raleway', sans-serif; font-weight: 700; color: navy; margin-bottom: 30px; margin-top: 50px; } .subtittle{ font-size: 25px; transform: translateY(50%); /* font-family: sans-serif; */ font-family: 'Raleway', sans-serif; color: rgb(82, 18, 18); font-weight: 600; margin-bottom: 300px; } .validate{ display: inline-block; text-align: center; background-color: #FFFFFFBB ; width: 1100px; height: 160px; border-radius: 15px; position: relative; } .submit{ background-color: royalblue; color: white; padding: 10px; width: 200px; box-sizing: border-box; font-weight: bold; border: none; } input{ padding: 10px; transform: translateY(50%); border: none; margin-right: 5px; border-radius: 5px; } .textbox{ margin-top: 15px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 25px; } .footer{ background-color: black; position: relative; height: 500px; text-align: center; font-family: -apple-system, sans-serif; font-size: 20px; } .textfooter{ color: white; padding-top: 60px; box-sizing: border-box; font-weight: bold; margin-bottom: 80px; font-size: 30px; } .happyimage{ float: right; margin-right: 150px; } @media screen and (max-width: 1180px) { .tittle{ font-size: 50px; /* font-family: Haettenschweiler, sans-serif; */ font-family: 'Raleway', sans-serif; font-weight: 700; color: navy; margin-bottom: 30px; margin-top: 50px; } .subtittle{ font-size: 20px; transform: translateY(50%); /* font-family: sans-serif; */ font-family: 'Raleway', sans-serif; color: rgb(82, 18, 18); font-weight: 600; margin-bottom: 300px; } .textfooter{ margin-top: 1px; box-sizing: border-box; font-weight: bold; margin-bottom: 80px; font-size: 30px; } .content{ margin-bottom: 80px; } .validate{ width: 800px; } @media screen and (max-width: 1100px) { .tittle{ font-size: 40px; /* font-family: Haettenschweiler, sans-serif; */ font-family: 'Raleway', sans-serif; font-weight: 700; color: navy; margin-bottom: 30px; margin-top: 50px; } .content{ margin-bottom: 10px; } } @media screen and (max-width: 1000px) { .subtittle{ font-size: 16px; transform: translateY(50%); /* font-family: sans-serif; */ font-family: 'Raleway', sans-serif; color: rgb(82, 18, 18); font-weight: 600; margin-bottom: 300px; } .content{ margin-bottom: 20px; } } @media screen and (max-width: 960px) { .tittle{ margin-top: 30px; } .subtittle{ margin-bottom: 200px; } .content{ margin-bottom: 20px; } .textfooter{ font-size: 20px; } .validate{ height: 140px; } } @media screen and (max-width: 850px){ .tittle{ margin-top: 10px; } .textfooter{ font-size: 20px; } .validate{ display: inline-block; text-align: center; background-color: #FFFFFFBB ; width: 600px; height: 120px; border-radius: 15px; position: relative; } .textbox{ margin-top: 15px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 20px; } input{ padding: 5px; transform: translateY(50%); border: none; margin-right: 5px; border-radius: 5px; } .submit{ padding: 5px; } .happyimage{ float: right; margin-right: 100px; } } @media screen and (max-width: 785px){ .tittle{ margin-top: 10px; font-size: 30px; } .subtittle{ font-size: 13px; } .happyimage{ float: right; margin-right: 60px; } } @media screen and (max-width: 705px){ .tittle{ margin-top: 10px; font-size: 30px; } .validate{ width: 500px; height: 120px; } .textbox{ margin-top: 15px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 15px; } input{ padding: 5px; } .submit{ padding: 5px; width: 100px; } .happyimage{ float: right; margin-right: 20px; } } @media screen and (max-width: 650px){ .happyimage{ transform: translateX(-50%); } .tittle{ margin-top: 6px; font-size: 25px; margin-bottom: 15px; } .subtittle{ font-size: 10px; margin-bottom: 300px; } } @media screen and (max-width: 640px){ .happyimage{ transform: translateX(-50%, -50%); top: 100%; position: absolute; left: 50%; } } @media screen and (max-width: 560px){ .validate{ display: inline-block; text-align: center; background-color: #FFFFFFBB ; width: 400px; height: 160px; border-radius: 15px; position: relative; } .submit{ padding: 5px; width: 100px; margin-top: 20px; } }
style.css
*{ margin: 0; padding: 0; } body{ background-color: black; } #container{ background-color: black; text-align: center; padding: 10px; width: 100%; } .logo{ display: inline-block; } .principal{ display: block; background-image: url(./assets/ralph-kelly-z9fFOzL5L_Y-unsplash.jpg); background-size: 100% ; background-repeat: no-repeat; overflow: hidden; padding: 20px; padding-bottom: 150px; /* width: 100%; */ position: relative; } .content{ text-align: center; margin-bottom: 50px; } .tittle{ font-size: 60px; /* font-family: Haettenschweiler, sans-serif; */ font-family: 'Raleway', sans-serif; font-weight: 700; color: navy; margin-bottom: 30px; margin-top: 50px; } .subtittle{ font-size: 25px; transform: translateY(50%); /* font-family: sans-serif; */ font-family: 'Raleway', sans-serif; color: rgb(82, 18, 18); font-weight: 600; margin-bottom: 300px; } .validate{ display: inline-block; text-align: center; background-color: #FFFFFFBB ; width: 1100px; height: 160px; border-radius: 15px; position: relative; } .submit{ background-color: royalblue; color: white; padding: 10px; width: 200px; box-sizing: border-box; font-weight: bold; border: none; } input{ padding: 10px; transform: translateY(50%); border: none; margin-right: 5px; border-radius: 5px; } .textbox{ margin-top: 15px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 25px; } .footer{ background-color: black; position: relative; height: 500px; text-align: center; font-family: -apple-system, sans-serif; font-size: 20px; } .textfooter{ color: white; padding-top: 60px; box-sizing: border-box; font-weight: bold; margin-bottom: 80px; font-size: 30px; } .happyimage{ float: right; margin-right: 150px; } @media screen and (max-width: 1180px) { .tittle{ font-size: 50px; /* font-family: Haettenschweiler, sans-serif; */ font-family: 'Raleway', sans-serif; font-weight: 700; color: navy; margin-bottom: 30px; margin-top: 50px; } .subtittle{ font-size: 20px; transform: translateY(50%); /* font-family: sans-serif; */ font-family: 'Raleway', sans-serif; color: rgb(82, 18, 18); font-weight: 600; margin-bottom: 300px; } .textfooter{ margin-top: 1px; box-sizing: border-box; font-weight: bold; margin-bottom: 80px; font-size: 30px; } .content{ margin-bottom: 80px; } .validate{ width: 800px; } @media screen and (max-width: 1100px) { .tittle{ font-size: 40px; /* font-family: Haettenschweiler, sans-serif; */ font-family: 'Raleway', sans-serif; font-weight: 700; color: navy; margin-bottom: 30px; margin-top: 50px; } .content{ margin-bottom: 10px; } } @media screen and (max-width: 1000px) { .subtittle{ font-size: 16px; transform: translateY(50%); /* font-family: sans-serif; */ font-family: 'Raleway', sans-serif; color: rgb(82, 18, 18); font-weight: 600; margin-bottom: 300px; } .content{ margin-bottom: 20px; } } @media screen and (max-width: 960px) { .tittle{ margin-top: 30px; } .subtittle{ margin-bottom: 200px; } .content{ margin-bottom: 20px; } .textfooter{ font-size: 20px; } .validate{ height: 140px; } } @media screen and (max-width: 850px){ .tittle{ margin-top: 10px; } .textfooter{ font-size: 20px; } .validate{ display: inline-block; text-align: center; background-color: #FFFFFFBB ; width: 600px; height: 120px; border-radius: 15px; position: relative; } .textbox{ margin-top: 15px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 20px; } input{ padding: 5px; transform: translateY(50%); border: none; margin-right: 5px; border-radius: 5px; } .submit{ padding: 5px; } .happyimage{ float: right; margin-right: 100px; } } @media screen and (max-width: 785px){ .tittle{ margin-top: 10px; font-size: 30px; } .subtittle{ font-size: 13px; } .happyimage{ float: right; margin-right: 60px; } } @media screen and (max-width: 705px){ .tittle{ margin-top: 10px; font-size: 30px; } .validate{ width: 500px; height: 120px; } .textbox{ margin-top: 15px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 15px; } input{ padding: 5px; } .submit{ padding: 5px; width: 100px; } .happyimage{ float: right; margin-right: 20px; } } @media screen and (max-width: 650px){ .happyimage{ transform: translateX(-50%); } .tittle{ margin-top: 6px; font-size: 25px; margin-bottom: 15px; } .subtittle{ font-size: 10px; margin-bottom: 300px; } } @media screen and (max-width: 640px){ .happyimage{ transform: translateX(-50%, -50%); top: 100%; position: absolute; left: 50%; } } @media screen and (max-width: 560px){ .validate{ display: inline-block; text-align: center; background-color: #FFFFFFBB ; width: 400px; height: 160px; border-radius: 15px; position: relative; } .submit{ padding: 5px; width: 100px; margin-top: 20px; } }
0.31384
0.065366
html, body{ background: #C5AE87; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .pca-hold { width: 800px; margin: 10px auto 0 auto; } .pca-hold .pca-main { display: block; position: relative; background-color: #c8c8c8; height: 480px; border: 28.8px solid #2d2d2d; border-top-left-radius: 19.2px; border-top-right-radius: 19.2px; } .pca-hold .pca-main:after { content: ''; position: absolute; top: -20.4px; left: 50%; -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); width: 15.2px; height: 15.2px; background-color: #959595; border-radius: 100%; } .pca-hold .pca-main:before { content: ''; opacity: 0; } .pca-hold .pca-inner { display: block; height: 100%; text-align: center; font-family: Pacifico; margin-top: -40px } .pca-hold .pca-inner h1 { font-size: 50px; } .pca-hold .pca-inner h4{ font-family: Saira Semi Condensed, ariel; } .dimmer{ background: rgba(0,0,0, 0.5); height: 100%; width: 100%; position: absolute; display:none; } #playerHighlighter{ background: rgba(150,150,150,0.5); display:inline-block; width: 100px; height: 27px; position: absolute; left: 210px; display: none; } #msgScreen{ margin: 90px auto 0 auto; background: rgba(0,0,0,0.85); width: 500px; height: 290px; border-radius: 20px; padding: 40px; color: #CCC; } .btn { width:165px; margin: 60px 10px 0 10px; -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; text-shadow: 1px 1px 3px #666666; -webkit-box-shadow: 0px 1px 3px #fff; -moz-box-shadow: 0px 1px 3px #fff; box-shadow: 0px 1px 3px #fff; color: #ddd; font-size: 26px; background: #000000; padding: 10px 20px 10px 20px; text-decoration: none; } .btn:hover { color: #fff; background: #111; background-image: -webkit-linear-gradient(top, #111, #555); background-image: -moz-linear-gradient(top, #111, #555); background-image: -ms-linear-gradient(top, #111, #555); background-image: -o-linear-gradient(top, #111, #555); background-image: linear-gradient(to bottom, #111, #555); text-decoration: none; } #msgRest h3{ margin-top: 60px; } #resetBtn { -webkit-border-radius: 9; -moz-border-radius: 9; border-radius: 9px; color: #ffffff; font-size: 15px; background: #555; padding: 3px 10px 3px 10px; text-decoration: none; margin-left: 40px; } #resetBtn:hover { background: #111; text-decoration: none; } .pca-hold .pca-inner table{ width: 270px; height: 270px; margin: 0 auto; font-size: 50px; table-layout: fixed; } tr{ height: 90px; } td{ width: 90px; overflow: hidden; } .middle{ border-style: solid none solid none; } .center{ border-style: none solid none solid; } .middle-center{ border-style: solid; } .pca-hold .pca-sub { display: block; text-align: center; margin-top: -40px; } .pca-hold .pca-sub .pca-top { position: relative; display: block; width: 800px; height: 64px; background-color: #e8e8e8; border-bottom-left-radius: 19.2px; border-bottom-right-radius: 19.2px; opacity: 1; z-index: 2; } .pca-hold .pca-sub .pca-top:after { content: ''; position: absolute; width: 32px; height: 32px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-image: url(data:image/svg+xml;<KEY>); background-size: contain; background-repeat: no-repeat; background-position: center center; } .pca-hold .pca-sub .pca-mid { display: block; text-align: center; height: 64px; width: 100%; position: relative; z-index: 1; margin-top: -40px; } .pca-hold .pca-sub .pca-mid .pca-part { display: block; margin: 0 auto; border-bottom: 80px solid #cdcdcd; border-left: 40px solid transparent; border-right: 40px solid transparent; height: 0; width: 240px; } .pca-hold .pca-sub .pca-bot { position: relative; display: block; width: 320px; height: 24px; margin: 0 auto; background-color: #e8e8e8; border-radius: 16px 16px 0 0; opacity: 1; z-index: 2; } @media only screen and (max-width: 600px) { /*.pca-hold { width: 350px; } .pca-hold .pca-main { display: block; position: relative; background-color: #c8c8c8; height: 210px; border: 12.6px solid #2d2d2d; border-top-left-radius: 8.4px; border-top-right-radius: 8.4px; } .pca-hold .pca-main:after { content: ''; position: absolute; top: -10.05px; left: 50%; -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); width: 6.65px; height: 6.65px; background-color: #959595; border-radius: 100%; } .pca-hold .pca-main:before { content: ''; opacity: 0; } .pca-hold .pca-inner { display: block; } .pca-hold .pca-sub { display: block; text-align: center; } .pca-hold .pca-sub .pca-top { position: relative; display: block; width: 350px; height: 28px; background-color: #e8e8e8; border-bottom-left-radius: 8.4px; border-bottom-right-radius: 8.4px; opacity: 1; z-index: 2; } .pca-hold .pca-sub .pca-top:after { content: ''; position: absolute; width: 14px; height: 14px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIH<KEY>); background-size: contain; background-repeat: no-repeat; background-position: center center; } .pca-hold .pca-sub .pca-mid { display: block; text-align: center; height: 28px; width: 100%; position: relative; z-index: 1; } .pca-hold .pca-sub .pca-mid .pca-part { display: block; margin: 0 auto; border-bottom: 35px solid #cdcdcd; border-left: 17.5px solid transparent; border-right: 17.5px solid transparent; height: 0; width: 105px; } .pca-hold .pca-sub .pca-bot { position: relative; display: block; width: 140px; height: 10.5px; margin: 0 auto; background-color: #e8e8e8; border-radius: 7px 7px 0 0; opacity: 1; z-index: 2; }*/ }
css/style.css
html, body{ background: #C5AE87; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .pca-hold { width: 800px; margin: 10px auto 0 auto; } .pca-hold .pca-main { display: block; position: relative; background-color: #c8c8c8; height: 480px; border: 28.8px solid #2d2d2d; border-top-left-radius: 19.2px; border-top-right-radius: 19.2px; } .pca-hold .pca-main:after { content: ''; position: absolute; top: -20.4px; left: 50%; -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); width: 15.2px; height: 15.2px; background-color: #959595; border-radius: 100%; } .pca-hold .pca-main:before { content: ''; opacity: 0; } .pca-hold .pca-inner { display: block; height: 100%; text-align: center; font-family: Pacifico; margin-top: -40px } .pca-hold .pca-inner h1 { font-size: 50px; } .pca-hold .pca-inner h4{ font-family: Saira Semi Condensed, ariel; } .dimmer{ background: rgba(0,0,0, 0.5); height: 100%; width: 100%; position: absolute; display:none; } #playerHighlighter{ background: rgba(150,150,150,0.5); display:inline-block; width: 100px; height: 27px; position: absolute; left: 210px; display: none; } #msgScreen{ margin: 90px auto 0 auto; background: rgba(0,0,0,0.85); width: 500px; height: 290px; border-radius: 20px; padding: 40px; color: #CCC; } .btn { width:165px; margin: 60px 10px 0 10px; -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; text-shadow: 1px 1px 3px #666666; -webkit-box-shadow: 0px 1px 3px #fff; -moz-box-shadow: 0px 1px 3px #fff; box-shadow: 0px 1px 3px #fff; color: #ddd; font-size: 26px; background: #000000; padding: 10px 20px 10px 20px; text-decoration: none; } .btn:hover { color: #fff; background: #111; background-image: -webkit-linear-gradient(top, #111, #555); background-image: -moz-linear-gradient(top, #111, #555); background-image: -ms-linear-gradient(top, #111, #555); background-image: -o-linear-gradient(top, #111, #555); background-image: linear-gradient(to bottom, #111, #555); text-decoration: none; } #msgRest h3{ margin-top: 60px; } #resetBtn { -webkit-border-radius: 9; -moz-border-radius: 9; border-radius: 9px; color: #ffffff; font-size: 15px; background: #555; padding: 3px 10px 3px 10px; text-decoration: none; margin-left: 40px; } #resetBtn:hover { background: #111; text-decoration: none; } .pca-hold .pca-inner table{ width: 270px; height: 270px; margin: 0 auto; font-size: 50px; table-layout: fixed; } tr{ height: 90px; } td{ width: 90px; overflow: hidden; } .middle{ border-style: solid none solid none; } .center{ border-style: none solid none solid; } .middle-center{ border-style: solid; } .pca-hold .pca-sub { display: block; text-align: center; margin-top: -40px; } .pca-hold .pca-sub .pca-top { position: relative; display: block; width: 800px; height: 64px; background-color: #e8e8e8; border-bottom-left-radius: 19.2px; border-bottom-right-radius: 19.2px; opacity: 1; z-index: 2; } .pca-hold .pca-sub .pca-top:after { content: ''; position: absolute; width: 32px; height: 32px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-image: url(data:image/svg+xml;<KEY>); background-size: contain; background-repeat: no-repeat; background-position: center center; } .pca-hold .pca-sub .pca-mid { display: block; text-align: center; height: 64px; width: 100%; position: relative; z-index: 1; margin-top: -40px; } .pca-hold .pca-sub .pca-mid .pca-part { display: block; margin: 0 auto; border-bottom: 80px solid #cdcdcd; border-left: 40px solid transparent; border-right: 40px solid transparent; height: 0; width: 240px; } .pca-hold .pca-sub .pca-bot { position: relative; display: block; width: 320px; height: 24px; margin: 0 auto; background-color: #e8e8e8; border-radius: 16px 16px 0 0; opacity: 1; z-index: 2; } @media only screen and (max-width: 600px) { /*.pca-hold { width: 350px; } .pca-hold .pca-main { display: block; position: relative; background-color: #c8c8c8; height: 210px; border: 12.6px solid #2d2d2d; border-top-left-radius: 8.4px; border-top-right-radius: 8.4px; } .pca-hold .pca-main:after { content: ''; position: absolute; top: -10.05px; left: 50%; -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); width: 6.65px; height: 6.65px; background-color: #959595; border-radius: 100%; } .pca-hold .pca-main:before { content: ''; opacity: 0; } .pca-hold .pca-inner { display: block; } .pca-hold .pca-sub { display: block; text-align: center; } .pca-hold .pca-sub .pca-top { position: relative; display: block; width: 350px; height: 28px; background-color: #e8e8e8; border-bottom-left-radius: 8.4px; border-bottom-right-radius: 8.4px; opacity: 1; z-index: 2; } .pca-hold .pca-sub .pca-top:after { content: ''; position: absolute; width: 14px; height: 14px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIH<KEY>); background-size: contain; background-repeat: no-repeat; background-position: center center; } .pca-hold .pca-sub .pca-mid { display: block; text-align: center; height: 28px; width: 100%; position: relative; z-index: 1; } .pca-hold .pca-sub .pca-mid .pca-part { display: block; margin: 0 auto; border-bottom: 35px solid #cdcdcd; border-left: 17.5px solid transparent; border-right: 17.5px solid transparent; height: 0; width: 105px; } .pca-hold .pca-sub .pca-bot { position: relative; display: block; width: 140px; height: 10.5px; margin: 0 auto; background-color: #e8e8e8; border-radius: 7px 7px 0 0; opacity: 1; z-index: 2; }*/ }
0.310904
0.044225
body { background-color: #282828; color: #ebdbb2; } .header-3, .header-4 { color: #ebdbb2; } .link { color: #458588; } /* loading */ .scroll-man-loading .table-loading { background-image: url(/static/img/app/black_paging.gif) !important; } /* headers/settings */ #app-settings, #sm-container, #header-bar, #app-version-container { background-color: #504945 !important; } .d-svg.d-svg--system { fill: #ebdbb2; } .app-settings-action { color: #ebdbb2; } .app-settings-btn { border: 1px solid #ebdbb2; } .app-settings-btn:hover { color: #ebdbb2; border: 1px solid #ebdbb2; background-color: hsla(0, 0%, 84.7%, .3); } .body-copy-4 { color: #a89984; } .status-menu, .d-input--sm { background-color: #282828; border: 1px solid hsla(0, 0%, 84.7%, .3); color: #ebdbb2; } .status-menu-timer div, .status-menu__save { color: #458588 !important; } .status-menu__save:hover { text-decoration: none; } .settings-link:hover, .sm-suggested-status:hover { background-color: hsla(0, 0%, 84.7%, .3); } .wn-header { border-bottom: 1px solid #504945; } .wn-log-link { border-top: 1px solid #504945; } .wn-log-link a { color: #458588; } .wn-row { background-color: #3c3836; border-bottom: 1px solid #504945; } .wn-row-seen { background-color: #282828; } .wn-row-title, .wn-row-link a { color: #458588; } .wn-row-description { color: #ebdbb2; } .wn-row-date { color: #ab9984; } /* alerts */ #harness-warning, .whats-new-alert-icon__container, #alertbar .alert2 { /* I know this is a different color, but... man that alert is loud. */ background-color: #af3a03; } #harness-download { color: #ebdbb2; background-color: #504945; } #alertbar-table>tbody>tr>td, .alertbar-external-link { color: #ebdbb2; } svg.icon-dnd_off-inv, svg.icon-dropdown-inv, svg.icon-emoji-inv, svg.icon-error-inv, svg.icon-error_smallx, svg.icon-plus-inv, svg.icon-popup_x-inv, svg.icon-sad_face-inv { fill: #ebdbb2; stroke: #ebdbb2; } .snooze-dropdown-title { border:1px solid #af3a03; } .body-copy-20 { color: #af3a03; } /* summary pages */ .filtered-transcript-table:hover, table.filtered>tbody>tr:hover { background-color: hsla(0, 0%, 84.7%, .3); } .filtered-transcript-table>tr>td, table.filtered>tbody>tr>td { border-bottom: 1px solid #3c3836; } .filter-tabs { border-bottom: 3px solid #504945; } .filter-tabs .item.selected { border-bottom: 3px solid #458588; } .filter-tabs .item:hover { color: #ebdbb2; } .filter-3 { color: #ebdbb2; } .filter-4 { color: #ab9984; } .subhead-9, .subhead-12 { color: #a89984; } .filter-desc { border-bottom: 1px solid #3c3836; } #filter-icon svg { fill: #a89984; stroke: #a89984; } .tooltip-callout, .tooltip-content { background-color: #282828; color: #ebdbb2; } .tooltip-content { border: 1px solid #3c3836; } .filtered-transcript-table:hover, table.filtered>tbody>tr:hover { /* There's a bug which causes this to get applied *twice* on hover. That doesn't matter when the background is white, but that doesn't work for us, so we can't just do: background-color: hsla(0, 0%, 84.7%, .3); Fortunately, when can just pre-calculate this. Math to the rescue! Convenient calculator: http://marcodiiga.github.io/rgba-to-rgb-conversion #282828 + hsla(0, 0%, 84.7%, .3) = #5d5d5d */ background-color: #5d5d5d; } .subhead-3 { color: #bdae93; } svg.contact-fav-heart { fill: #bdae93; stroke: #bdae93; } svg.contact-fav-heart.contact-fav-heart-filled { fill: #458588; stroke: #458588; } table.filtered.empty .filtered-transcript-table:hover, table.filtered.empty>tbody>tr:hover { /* I wonder why this rule exists? In vanilla Dialpad, it just forces the background color to be white on hover for a bunch of resources... which are already white. */ background-color: #282828; } /* conversation view */ .cr-text .cr-container { background-color: #3c3836; } .cr-me.cr-text .cr-container { /* the Gruvbox color looks too bright here */ /* background-color: #83a598; */ background-color: rgba(68, 85, 136, 0.5); } .feed-item-text, .feed-item-rich-media-inline { background-color: #3c3836 !important; --highlight-color: #504945 !important; } .feed-item-mms { background-color: #3c3836 !important; } .rich-media-link, .rich-media-mention, .feed-rich-media-mention.base-rich-media-mention { color: #458588 !important } .contact-blocked { color: #af3a03; } #unknown-number, .rate-item { background-color: #458588; color: #ebdbb2; } .d-btn--primary { background-color: #458588; border-color: #458588; } .d-btn--primary:hover { background-color: #83a598; } .d-btn--outlined { border-color: #458588; } .c-menu-box { border: 1px solid hsla(0, 0%, 84.7%, .3); } .c-did-header { background-color: #504945; } .c-did-list, .c-did-list .selected { color: #ebdbb2; } .c-did-list li:hover { background-color: hsla(0, 0%, 84.7%, .3); color: #ebdbb2; } .contact-bar-wrapper { border-bottom: 1px solid #3c3836; } .contact-search-text { color: #83a598; } svg.contact-search-svg { fill: #83a598; } .body-copy-7, .body-copy-8, .body-copy-9, .body-copy-32, .body-copy-33, .stamp-2 { color: #ebdbb2 !important; } .stamp-3 { color: #a89984; } .markdown-code-block, .rich-media-codeblock { background-color: #32302f; border: 1px solid #504945; border-radius: 0; } .feed-item-base:hover .feed-item-actions--transparent-background, .feed-item-actions { background-color: hsla(0, 0%, 84.7%, .3) !important; } .feed-item-rich-media-card { background-color: hsla(0, 0%, 0%, 0) !important; } .rich-media-uc-card { border: 0rem !important; } .rich-media-uc-card .rich-media-uc-card__content { background-color: #3c3836 !important; } #conversation-progress-bar { background-color: #3c3836; } .message-text-container { background-color: #282828; } .feed-item-call--incoming, .feed-item-call--incoming .feed-item-call-highlights__content, .feed-item-call__footer--incoming, .feed-item-call__footer--incoming .feed-item-call-highlights__content, .feed-item-call--cancelled, .feed-item-call--cancelled .feed-item-call-highlights__content, .feed-item-call--outgoing, .feed-item-call--outgoing .feed-item-call-highlights__content, .feed-item-call__footer--cancelled, .feed-item-call__footer--cancelled .feed-item-call-highlights__content, .feed-item-call__footer--outgoing, .feed-item-call__footer--outgoing .feed-item-call-highlights__content { background-color: #3c3836; } .feed-item-base:hover .feed-item-call--incoming, .feed-item-base:hover .feed-item-call--incoming .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call__footer--incoming, .feed-item-base:hover .feed-item-call__footer--incoming .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call--cancelled, .feed-item-base:hover .feed-item-call--cancelled .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call--outgoing, .feed-item-base:hover .feed-item-call--outgoing .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call__footer--cancelled, .feed-item-base:hover .feed-item-call__footer--cancelled .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call__footer--outgoing, .feed-item-base:hover .feed-item-call__footer--outgoing .feed-item-call-highlights__content { background-color: hsla(0, 0%, 84.7%, .3); } .feed-item-base__time { color: #ebdbb2 !important; } .feed-item-actions-button:hover { background-color: hsla(0, 0%, 84.7%, .3) !important; } .feed-item-actions__summary { color: #458588 !important; } .feed-list__is-typing { background-color: #504945 !important; color: #ebdbb2 !important; padding-left: 1rem; } /* left bar */ #sidebar { border-right-color: #504945; } .leftbar, .leftbar-cta { background-color: #504945; } .leftbar-section { background-color: #504945; } .leftbar-cta__btn { background-color: #258588; border-left-color: #83a598; border-right-color: #83a598; } .leftbar-cta__btn--first { border-left-width: 0; } .leftbar-cta__btn--last { border-right-width: 0; } .leftbar-cta__btn:hover { background-color: #83a598; } .leftbar-section__list li a:hover, .leftbar-links__link:hover, .leftbar-links__link--selected { background-color: hsla(0, 0%, 84.7%, .3);; } .leftbar-section__list li a, .leftbar-links__link, .leftbar-section-header { color: #ebdbb2; } .leftbar-section-item__status { color: #a89984; } .leftbar-section-item--selected .leftbar-section-item__status { color: #ebdbb2; } .leftbar-section-item:active { background-color: #504945; border-color: #504945; } /* right bar */ #rightbar { background-color: #282828; border-left-color: #504945 !important; } .header-v2-5 { color: #a89984; } .subhead-4 { color: #ebdbb2; } .contact-info-divider { border-top: 1px solid #3c3836; } svg.icon-add-contact, svg.icon-add-field, svg.icon-new-tab, .hide-button svg, .remove-row svg, .contact-info-left-column .iblock svg.icon-contact-info { stroke: #83a598; fill: #83a598; } .subhead-2 { color: #83a598; } /* TODO: scrollbar colors? */ .nav-divider { border-color: #3c3836; } .body-copy-v2-1, .header-v2-11, .header-v2-12 { color: #ebdbb2; } .contact-group-contact-row:hover { background-color: hsla(0, 0%, 84.7%, .3); } .wlink, a.wlink, .contact-label__add-or-edit, .contact-label__save { color: #458588; } /* tooltips */ .c-menu-box { background-color: #282828; } .c-menu .c-menu-item .c-menu-item-a:focus, .c-menu .c-menu-item .c-menu-item-a:hover { background-color: rgba(68, 85, 136, 0.5); color: #a89984; } .c-menu .c-menu-item .c-menu-item-a { color: #a89984; } /* new message */ /* TODO font*/ #new-message-search-overlay { background-color: #282828; } .target-menu-single-item { color: #458588; } #new-message-search-view .search-overlay #search-input::-webkit-input-placeholder, #search-input[contentEditable=true]:empty:before { color: #ebdbb2; } .header-7, .header-8, .header-9 { color: #ebdbb2; } #search-input:focus { outline: none; } .stamp-4 { color: #ebdbb2; } /* search */ .search-overlay { background-color: #282828; } .search-overlay input#search-input { color: #ebdbb2; } .search-overlay input#search-input::placeholder { color: #ebdbb2; opacity: 50%; } #multi-column-container { background-color: #3c3836; } .filtered-transcript-table:hover, .frequent-contact-suggestions-column tr:hover, table.filtered>tbody>tr:hover { background-color: hsla(0, 0%, 84.7%, .3); } .search-tab__results--selected { color: #ebdbb2; } .search-tab__badge--selected { background-color: #458588; } svg.icon-contact-info { fill: #458488; } .search-overlay .selected { background-color: hsla(0, 0%, 84.7%, .3); } /* shared calls */ .branding-background { background: #458588; } .branding-header-type svg.voiceai-vi-mark { height: 20px !important; /* not exactly "dark mode", but its nice when things are the right size... */ } .branding-main { background-color: #282828; border-radius: 0; } .cr-search__input { background-color: #3c3836 !important; border: #3c3836 !important; border-radius: 0 !important; color: #ebdbb2 !important; } .cr-search__input::placeholder { color: #ebdbb2 !important; opacity: 50%; } .cr-share { background-color: #458588 !important; color: #ebdbb2 !important; } .cr-nav-header { background-color: #3c3836; color: #ebdbb2; } .cr-nav-header__tooltip-icon { background-color: #a89984; color: #458588; } .cr-nav-category__container--selected, .cr-nav-category__container:active { background-color: #a89984; } .cr-nav-category__container:hover:not(.cr-nav-category__container--selected) { background-color: #bdae93; } .cr-playbar-container { background-color: #504945; } .cr-playbar .audio-seek-bar-clickable { background-color: #fbf1c7; } .base-call-recording-controls__play-button .base-audio-icon-container { background-color: #458588; color: #ebdbb2; } svg.base-audio-icon { fill: #ebdbb2; } .cr-playbar__recording-handle { background-color: #d5c4a1 } .cr-playbar__recording-handle::before { color: #458588; } .base-media-dropdown-speed-control__select-button { color: #458588 !important; } .cr-playbar__show-caller-button { color: #458588; border-color: #a89984 !important; } .dropdown-menu-callout { background-color: #504945; border-color: #7c6f64; border-radius: 0; } .dropdown-menu-item { color: #ebdbb2; } .dropdown-menu-item--highlight, .dropdown-menu-item:hover { background-color: hsla(0, 0%, 84.7%, .3); border-radius: 0; } .cr-tab-active { border-bottom-color: #ebdbb2 !important; } .cr-participant-filter__text, .cr-participant-filter__text:hover { color: #458588; } .vue-checkbox__input:checked { background-color: #458588; border-color: #458588; } .cr-nav-header__tooltip { border-radius: 0; background-color: #504945; border-color: #7c6f64; color: #ebdbb2; } .cr-nav-header__tooltip-link { color: #458588 !important; } .cr-row-controls-wrapper--highlight, .cr-row-controls-wrapper--highlight:hover { background-color: #504945 !important; } .cr-row-controls-wrapper:hover { background-color: #7c6f64; } .cr-excerpts-section-item { background-color: #504945; } .cr-excerpts-section-item__header { color: #ebdbb2; } .cr-excerpts-section-header:hover { background-color: #7c6f64 !important; } .cr-excerpts-section-item__timestamp { color: #a89984; } .cr-excerpts-section-item:hover { background-color: #7c6f64; } .cr-excerpts-section-item--selected { background-color: #665c54 !important; } .pageable-list-default-button { background-color: #7c6f64 !important; color: #ebdbb2 !important; } .cr-excerpts-section-header, .cr-excerpts-section-item { border-radius: 0 !important; } .cr-excerpts-section-item__text .highlight, .cr-transcript-row-text .cr-transcript-row-text__text span.highlight { border-radius: 0; background-color: #928374 !important; padding: 1px; /* readability */ } .cr-ch-login-button { background-color: #458588 !important; color: #ebdbb2 !important; } .call-review-rightbar-transcript { background-color: #504945; } .cr-rightbar-transcript__close-button { right: 1.8rem; /* someone forgot about scrollbars */ } .branding-footer-item-button { color: #458588 !important; }
recipes/dialpad/darkmode.css
body { background-color: #282828; color: #ebdbb2; } .header-3, .header-4 { color: #ebdbb2; } .link { color: #458588; } /* loading */ .scroll-man-loading .table-loading { background-image: url(/static/img/app/black_paging.gif) !important; } /* headers/settings */ #app-settings, #sm-container, #header-bar, #app-version-container { background-color: #504945 !important; } .d-svg.d-svg--system { fill: #ebdbb2; } .app-settings-action { color: #ebdbb2; } .app-settings-btn { border: 1px solid #ebdbb2; } .app-settings-btn:hover { color: #ebdbb2; border: 1px solid #ebdbb2; background-color: hsla(0, 0%, 84.7%, .3); } .body-copy-4 { color: #a89984; } .status-menu, .d-input--sm { background-color: #282828; border: 1px solid hsla(0, 0%, 84.7%, .3); color: #ebdbb2; } .status-menu-timer div, .status-menu__save { color: #458588 !important; } .status-menu__save:hover { text-decoration: none; } .settings-link:hover, .sm-suggested-status:hover { background-color: hsla(0, 0%, 84.7%, .3); } .wn-header { border-bottom: 1px solid #504945; } .wn-log-link { border-top: 1px solid #504945; } .wn-log-link a { color: #458588; } .wn-row { background-color: #3c3836; border-bottom: 1px solid #504945; } .wn-row-seen { background-color: #282828; } .wn-row-title, .wn-row-link a { color: #458588; } .wn-row-description { color: #ebdbb2; } .wn-row-date { color: #ab9984; } /* alerts */ #harness-warning, .whats-new-alert-icon__container, #alertbar .alert2 { /* I know this is a different color, but... man that alert is loud. */ background-color: #af3a03; } #harness-download { color: #ebdbb2; background-color: #504945; } #alertbar-table>tbody>tr>td, .alertbar-external-link { color: #ebdbb2; } svg.icon-dnd_off-inv, svg.icon-dropdown-inv, svg.icon-emoji-inv, svg.icon-error-inv, svg.icon-error_smallx, svg.icon-plus-inv, svg.icon-popup_x-inv, svg.icon-sad_face-inv { fill: #ebdbb2; stroke: #ebdbb2; } .snooze-dropdown-title { border:1px solid #af3a03; } .body-copy-20 { color: #af3a03; } /* summary pages */ .filtered-transcript-table:hover, table.filtered>tbody>tr:hover { background-color: hsla(0, 0%, 84.7%, .3); } .filtered-transcript-table>tr>td, table.filtered>tbody>tr>td { border-bottom: 1px solid #3c3836; } .filter-tabs { border-bottom: 3px solid #504945; } .filter-tabs .item.selected { border-bottom: 3px solid #458588; } .filter-tabs .item:hover { color: #ebdbb2; } .filter-3 { color: #ebdbb2; } .filter-4 { color: #ab9984; } .subhead-9, .subhead-12 { color: #a89984; } .filter-desc { border-bottom: 1px solid #3c3836; } #filter-icon svg { fill: #a89984; stroke: #a89984; } .tooltip-callout, .tooltip-content { background-color: #282828; color: #ebdbb2; } .tooltip-content { border: 1px solid #3c3836; } .filtered-transcript-table:hover, table.filtered>tbody>tr:hover { /* There's a bug which causes this to get applied *twice* on hover. That doesn't matter when the background is white, but that doesn't work for us, so we can't just do: background-color: hsla(0, 0%, 84.7%, .3); Fortunately, when can just pre-calculate this. Math to the rescue! Convenient calculator: http://marcodiiga.github.io/rgba-to-rgb-conversion #282828 + hsla(0, 0%, 84.7%, .3) = #5d5d5d */ background-color: #5d5d5d; } .subhead-3 { color: #bdae93; } svg.contact-fav-heart { fill: #bdae93; stroke: #bdae93; } svg.contact-fav-heart.contact-fav-heart-filled { fill: #458588; stroke: #458588; } table.filtered.empty .filtered-transcript-table:hover, table.filtered.empty>tbody>tr:hover { /* I wonder why this rule exists? In vanilla Dialpad, it just forces the background color to be white on hover for a bunch of resources... which are already white. */ background-color: #282828; } /* conversation view */ .cr-text .cr-container { background-color: #3c3836; } .cr-me.cr-text .cr-container { /* the Gruvbox color looks too bright here */ /* background-color: #83a598; */ background-color: rgba(68, 85, 136, 0.5); } .feed-item-text, .feed-item-rich-media-inline { background-color: #3c3836 !important; --highlight-color: #504945 !important; } .feed-item-mms { background-color: #3c3836 !important; } .rich-media-link, .rich-media-mention, .feed-rich-media-mention.base-rich-media-mention { color: #458588 !important } .contact-blocked { color: #af3a03; } #unknown-number, .rate-item { background-color: #458588; color: #ebdbb2; } .d-btn--primary { background-color: #458588; border-color: #458588; } .d-btn--primary:hover { background-color: #83a598; } .d-btn--outlined { border-color: #458588; } .c-menu-box { border: 1px solid hsla(0, 0%, 84.7%, .3); } .c-did-header { background-color: #504945; } .c-did-list, .c-did-list .selected { color: #ebdbb2; } .c-did-list li:hover { background-color: hsla(0, 0%, 84.7%, .3); color: #ebdbb2; } .contact-bar-wrapper { border-bottom: 1px solid #3c3836; } .contact-search-text { color: #83a598; } svg.contact-search-svg { fill: #83a598; } .body-copy-7, .body-copy-8, .body-copy-9, .body-copy-32, .body-copy-33, .stamp-2 { color: #ebdbb2 !important; } .stamp-3 { color: #a89984; } .markdown-code-block, .rich-media-codeblock { background-color: #32302f; border: 1px solid #504945; border-radius: 0; } .feed-item-base:hover .feed-item-actions--transparent-background, .feed-item-actions { background-color: hsla(0, 0%, 84.7%, .3) !important; } .feed-item-rich-media-card { background-color: hsla(0, 0%, 0%, 0) !important; } .rich-media-uc-card { border: 0rem !important; } .rich-media-uc-card .rich-media-uc-card__content { background-color: #3c3836 !important; } #conversation-progress-bar { background-color: #3c3836; } .message-text-container { background-color: #282828; } .feed-item-call--incoming, .feed-item-call--incoming .feed-item-call-highlights__content, .feed-item-call__footer--incoming, .feed-item-call__footer--incoming .feed-item-call-highlights__content, .feed-item-call--cancelled, .feed-item-call--cancelled .feed-item-call-highlights__content, .feed-item-call--outgoing, .feed-item-call--outgoing .feed-item-call-highlights__content, .feed-item-call__footer--cancelled, .feed-item-call__footer--cancelled .feed-item-call-highlights__content, .feed-item-call__footer--outgoing, .feed-item-call__footer--outgoing .feed-item-call-highlights__content { background-color: #3c3836; } .feed-item-base:hover .feed-item-call--incoming, .feed-item-base:hover .feed-item-call--incoming .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call__footer--incoming, .feed-item-base:hover .feed-item-call__footer--incoming .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call--cancelled, .feed-item-base:hover .feed-item-call--cancelled .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call--outgoing, .feed-item-base:hover .feed-item-call--outgoing .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call__footer--cancelled, .feed-item-base:hover .feed-item-call__footer--cancelled .feed-item-call-highlights__content, .feed-item-base:hover .feed-item-call__footer--outgoing, .feed-item-base:hover .feed-item-call__footer--outgoing .feed-item-call-highlights__content { background-color: hsla(0, 0%, 84.7%, .3); } .feed-item-base__time { color: #ebdbb2 !important; } .feed-item-actions-button:hover { background-color: hsla(0, 0%, 84.7%, .3) !important; } .feed-item-actions__summary { color: #458588 !important; } .feed-list__is-typing { background-color: #504945 !important; color: #ebdbb2 !important; padding-left: 1rem; } /* left bar */ #sidebar { border-right-color: #504945; } .leftbar, .leftbar-cta { background-color: #504945; } .leftbar-section { background-color: #504945; } .leftbar-cta__btn { background-color: #258588; border-left-color: #83a598; border-right-color: #83a598; } .leftbar-cta__btn--first { border-left-width: 0; } .leftbar-cta__btn--last { border-right-width: 0; } .leftbar-cta__btn:hover { background-color: #83a598; } .leftbar-section__list li a:hover, .leftbar-links__link:hover, .leftbar-links__link--selected { background-color: hsla(0, 0%, 84.7%, .3);; } .leftbar-section__list li a, .leftbar-links__link, .leftbar-section-header { color: #ebdbb2; } .leftbar-section-item__status { color: #a89984; } .leftbar-section-item--selected .leftbar-section-item__status { color: #ebdbb2; } .leftbar-section-item:active { background-color: #504945; border-color: #504945; } /* right bar */ #rightbar { background-color: #282828; border-left-color: #504945 !important; } .header-v2-5 { color: #a89984; } .subhead-4 { color: #ebdbb2; } .contact-info-divider { border-top: 1px solid #3c3836; } svg.icon-add-contact, svg.icon-add-field, svg.icon-new-tab, .hide-button svg, .remove-row svg, .contact-info-left-column .iblock svg.icon-contact-info { stroke: #83a598; fill: #83a598; } .subhead-2 { color: #83a598; } /* TODO: scrollbar colors? */ .nav-divider { border-color: #3c3836; } .body-copy-v2-1, .header-v2-11, .header-v2-12 { color: #ebdbb2; } .contact-group-contact-row:hover { background-color: hsla(0, 0%, 84.7%, .3); } .wlink, a.wlink, .contact-label__add-or-edit, .contact-label__save { color: #458588; } /* tooltips */ .c-menu-box { background-color: #282828; } .c-menu .c-menu-item .c-menu-item-a:focus, .c-menu .c-menu-item .c-menu-item-a:hover { background-color: rgba(68, 85, 136, 0.5); color: #a89984; } .c-menu .c-menu-item .c-menu-item-a { color: #a89984; } /* new message */ /* TODO font*/ #new-message-search-overlay { background-color: #282828; } .target-menu-single-item { color: #458588; } #new-message-search-view .search-overlay #search-input::-webkit-input-placeholder, #search-input[contentEditable=true]:empty:before { color: #ebdbb2; } .header-7, .header-8, .header-9 { color: #ebdbb2; } #search-input:focus { outline: none; } .stamp-4 { color: #ebdbb2; } /* search */ .search-overlay { background-color: #282828; } .search-overlay input#search-input { color: #ebdbb2; } .search-overlay input#search-input::placeholder { color: #ebdbb2; opacity: 50%; } #multi-column-container { background-color: #3c3836; } .filtered-transcript-table:hover, .frequent-contact-suggestions-column tr:hover, table.filtered>tbody>tr:hover { background-color: hsla(0, 0%, 84.7%, .3); } .search-tab__results--selected { color: #ebdbb2; } .search-tab__badge--selected { background-color: #458588; } svg.icon-contact-info { fill: #458488; } .search-overlay .selected { background-color: hsla(0, 0%, 84.7%, .3); } /* shared calls */ .branding-background { background: #458588; } .branding-header-type svg.voiceai-vi-mark { height: 20px !important; /* not exactly "dark mode", but its nice when things are the right size... */ } .branding-main { background-color: #282828; border-radius: 0; } .cr-search__input { background-color: #3c3836 !important; border: #3c3836 !important; border-radius: 0 !important; color: #ebdbb2 !important; } .cr-search__input::placeholder { color: #ebdbb2 !important; opacity: 50%; } .cr-share { background-color: #458588 !important; color: #ebdbb2 !important; } .cr-nav-header { background-color: #3c3836; color: #ebdbb2; } .cr-nav-header__tooltip-icon { background-color: #a89984; color: #458588; } .cr-nav-category__container--selected, .cr-nav-category__container:active { background-color: #a89984; } .cr-nav-category__container:hover:not(.cr-nav-category__container--selected) { background-color: #bdae93; } .cr-playbar-container { background-color: #504945; } .cr-playbar .audio-seek-bar-clickable { background-color: #fbf1c7; } .base-call-recording-controls__play-button .base-audio-icon-container { background-color: #458588; color: #ebdbb2; } svg.base-audio-icon { fill: #ebdbb2; } .cr-playbar__recording-handle { background-color: #d5c4a1 } .cr-playbar__recording-handle::before { color: #458588; } .base-media-dropdown-speed-control__select-button { color: #458588 !important; } .cr-playbar__show-caller-button { color: #458588; border-color: #a89984 !important; } .dropdown-menu-callout { background-color: #504945; border-color: #7c6f64; border-radius: 0; } .dropdown-menu-item { color: #ebdbb2; } .dropdown-menu-item--highlight, .dropdown-menu-item:hover { background-color: hsla(0, 0%, 84.7%, .3); border-radius: 0; } .cr-tab-active { border-bottom-color: #ebdbb2 !important; } .cr-participant-filter__text, .cr-participant-filter__text:hover { color: #458588; } .vue-checkbox__input:checked { background-color: #458588; border-color: #458588; } .cr-nav-header__tooltip { border-radius: 0; background-color: #504945; border-color: #7c6f64; color: #ebdbb2; } .cr-nav-header__tooltip-link { color: #458588 !important; } .cr-row-controls-wrapper--highlight, .cr-row-controls-wrapper--highlight:hover { background-color: #504945 !important; } .cr-row-controls-wrapper:hover { background-color: #7c6f64; } .cr-excerpts-section-item { background-color: #504945; } .cr-excerpts-section-item__header { color: #ebdbb2; } .cr-excerpts-section-header:hover { background-color: #7c6f64 !important; } .cr-excerpts-section-item__timestamp { color: #a89984; } .cr-excerpts-section-item:hover { background-color: #7c6f64; } .cr-excerpts-section-item--selected { background-color: #665c54 !important; } .pageable-list-default-button { background-color: #7c6f64 !important; color: #ebdbb2 !important; } .cr-excerpts-section-header, .cr-excerpts-section-item { border-radius: 0 !important; } .cr-excerpts-section-item__text .highlight, .cr-transcript-row-text .cr-transcript-row-text__text span.highlight { border-radius: 0; background-color: #928374 !important; padding: 1px; /* readability */ } .cr-ch-login-button { background-color: #458588 !important; color: #ebdbb2 !important; } .call-review-rightbar-transcript { background-color: #504945; } .cr-rightbar-transcript__close-button { right: 1.8rem; /* someone forgot about scrollbars */ } .branding-footer-item-button { color: #458588 !important; }
0.271155
0.088033
.cloudimage-360-hotspot-link-icon { width: 42px; height: 42px; background: rgba(12, 109, 199, 0.2); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; box-sizing: border-box; transition: opacity 600ms ease-in-out; cursor: auto; } .cloudimage-360-hotspot-link-icon::before { content: ''; position: absolute; width: 18px; height: 18px; background-image: url('https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/assets/img/link-hotspot.svg'); background-color: #0C6DC7; background-repeat: no-repeat; background-size: 8px; background-position: center; left: 50%; top: 50%; transform: translate(-50%, -50%); box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); border-radius: 50%; animation: pulse 2s infinite; cursor: auto; } .cloudimage-360-hotspot-custom-icon { width: 42px; height: 42px; background: #76AD0133; border: 1px solid #FFFFFF33; border-radius: 50%; box-sizing: border-box; transition: opacity 800ms ease-in-out; cursor: auto; } .cloudimage-360-hotspot-custom-icon::before { content: ''; position: absolute; width: 18px; height: 18px; left: 50%; top: 50%; transform: translate(-50%, -50%); box-sizing: border-box; background-color: #76AD01; background-repeat: no-repeat; background-size: 8px; background-position: center; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); border-radius: 50%; animation: pulse 2s infinite; cursor: auto; } .cloudimage-360-hotspot-custom-icon::after { content: '+'; position: absolute; width: 8px; left: 50%; top: 100%; color: #FFF; font-weight: 400; transform: translate(-50%, -150%); cursor: auto; } .cloudimage-360-hotspot-popup { visibility: hidden; opacity: 0; background-color: #FFFFFF; padding: 6px; border-radius: 2px; box-shadow: 0px 4px 4px 0px #00000040; z-index: 999; } .cloudimage-360-hotspot-popup[data-show] { visibility: visible; opacity: 1; } .cloudimage-360-popup-arrow, .cloudimage-360-popup-arrow::before { position: absolute; width: 8px; height: 8px; background: inherit; cursor: 'auto'; } .cloudimage-360-popup-arrow { visibility: hidden; } .cloudimage-360-popup-arrow::before { visibility: visible; content: ''; transform: rotate(45deg); } .cloudimage-360-hotspot-popup[data-popper-placement^='top'] > .cloudimage-360-popup-arrow { bottom: -4px; } .cloudimage-360-hotspot-popup[data-popper-placement^='bottom'] > .cloudimage-360-popup-arrow { top: -4px; } .cloudimage-360-hotspot-popup[data-popper-placement^='left'] > .cloudimage-360-popup-arrow { right: -4px; } .cloudimage-360-hotspot-popup[data-popper-placement^='right'] > .cloudimage-360-popup-arrow { left: -4px; } .cloudimage-360-modal-wrapper { max-width: 222px; } .cloudimage-360-images-carousel-wrapper { margin: 0 auto; } .cloudimage-360-images-carousel .cloudimage-360-carousel-image { display: none; min-height: 187px; } .cloudimage-360-images-carousel .cloudimage-360-carousel-image.active-image { display: block; animation-name: fade-active-image; animation-duration: 1.5s; } .cloudimage-360-carousel-dots { display: flex; column-gap: 3px; justify-content: center; flex-wrap: wrap; margin: 5px auto; row-gap: 3px; padding: 0 6px; width: 50%; } .cloudimage-360-carousel-dot { width: 5px; height: 5px; background-color: #C9D0DE; border-radius: 50%; cursor: pointer; transition: background-color 0.6s ease; border: 0; padding: 0; } .cloudimage-360-carousel-dot.active-dot { background-color: #76AD01; } .cloudimage-360-carousel-dot:focus, .cloudimage-360-carousel-dot:focus-visible { border: 0; outline: 0; } .cloudimage-360-modal-title { font-size: 12px; font-weight: 700; line-height: 16px; margin: 4px 0; } .cloudimage-360-modal-description { font-size: 10px; font-weight: 400; line-height: 16px; margin: 4px 0; } .cloudimage-360-modal-more-details { color: #76AD01; background-color: #ECFAE6; font-size: 10px; line-height: 16px; font-weight: 400; padding: 4px 8px; transition: background-color 200ms ease-in-out; border-radius: 2px; } .cloudimage-360-modal-more-details:hover { text-decoration: none; color: #76AD01; background-color: #e1f5d8; } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(99, 99, 99, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(99, 99, 99, 0); } 100% { box-shadow: 0 0 0 0 rgba(99, 99, 99, 0); } } @keyframes fade-active-image { from { opacity: 0.7 } to { opacity: 1 } }
src/static/css/hotspots.css
.cloudimage-360-hotspot-link-icon { width: 42px; height: 42px; background: rgba(12, 109, 199, 0.2); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; box-sizing: border-box; transition: opacity 600ms ease-in-out; cursor: auto; } .cloudimage-360-hotspot-link-icon::before { content: ''; position: absolute; width: 18px; height: 18px; background-image: url('https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/assets/img/link-hotspot.svg'); background-color: #0C6DC7; background-repeat: no-repeat; background-size: 8px; background-position: center; left: 50%; top: 50%; transform: translate(-50%, -50%); box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); border-radius: 50%; animation: pulse 2s infinite; cursor: auto; } .cloudimage-360-hotspot-custom-icon { width: 42px; height: 42px; background: #76AD0133; border: 1px solid #FFFFFF33; border-radius: 50%; box-sizing: border-box; transition: opacity 800ms ease-in-out; cursor: auto; } .cloudimage-360-hotspot-custom-icon::before { content: ''; position: absolute; width: 18px; height: 18px; left: 50%; top: 50%; transform: translate(-50%, -50%); box-sizing: border-box; background-color: #76AD01; background-repeat: no-repeat; background-size: 8px; background-position: center; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); border-radius: 50%; animation: pulse 2s infinite; cursor: auto; } .cloudimage-360-hotspot-custom-icon::after { content: '+'; position: absolute; width: 8px; left: 50%; top: 100%; color: #FFF; font-weight: 400; transform: translate(-50%, -150%); cursor: auto; } .cloudimage-360-hotspot-popup { visibility: hidden; opacity: 0; background-color: #FFFFFF; padding: 6px; border-radius: 2px; box-shadow: 0px 4px 4px 0px #00000040; z-index: 999; } .cloudimage-360-hotspot-popup[data-show] { visibility: visible; opacity: 1; } .cloudimage-360-popup-arrow, .cloudimage-360-popup-arrow::before { position: absolute; width: 8px; height: 8px; background: inherit; cursor: 'auto'; } .cloudimage-360-popup-arrow { visibility: hidden; } .cloudimage-360-popup-arrow::before { visibility: visible; content: ''; transform: rotate(45deg); } .cloudimage-360-hotspot-popup[data-popper-placement^='top'] > .cloudimage-360-popup-arrow { bottom: -4px; } .cloudimage-360-hotspot-popup[data-popper-placement^='bottom'] > .cloudimage-360-popup-arrow { top: -4px; } .cloudimage-360-hotspot-popup[data-popper-placement^='left'] > .cloudimage-360-popup-arrow { right: -4px; } .cloudimage-360-hotspot-popup[data-popper-placement^='right'] > .cloudimage-360-popup-arrow { left: -4px; } .cloudimage-360-modal-wrapper { max-width: 222px; } .cloudimage-360-images-carousel-wrapper { margin: 0 auto; } .cloudimage-360-images-carousel .cloudimage-360-carousel-image { display: none; min-height: 187px; } .cloudimage-360-images-carousel .cloudimage-360-carousel-image.active-image { display: block; animation-name: fade-active-image; animation-duration: 1.5s; } .cloudimage-360-carousel-dots { display: flex; column-gap: 3px; justify-content: center; flex-wrap: wrap; margin: 5px auto; row-gap: 3px; padding: 0 6px; width: 50%; } .cloudimage-360-carousel-dot { width: 5px; height: 5px; background-color: #C9D0DE; border-radius: 50%; cursor: pointer; transition: background-color 0.6s ease; border: 0; padding: 0; } .cloudimage-360-carousel-dot.active-dot { background-color: #76AD01; } .cloudimage-360-carousel-dot:focus, .cloudimage-360-carousel-dot:focus-visible { border: 0; outline: 0; } .cloudimage-360-modal-title { font-size: 12px; font-weight: 700; line-height: 16px; margin: 4px 0; } .cloudimage-360-modal-description { font-size: 10px; font-weight: 400; line-height: 16px; margin: 4px 0; } .cloudimage-360-modal-more-details { color: #76AD01; background-color: #ECFAE6; font-size: 10px; line-height: 16px; font-weight: 400; padding: 4px 8px; transition: background-color 200ms ease-in-out; border-radius: 2px; } .cloudimage-360-modal-more-details:hover { text-decoration: none; color: #76AD01; background-color: #e1f5d8; } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(99, 99, 99, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(99, 99, 99, 0); } 100% { box-shadow: 0 0 0 0 rgba(99, 99, 99, 0); } } @keyframes fade-active-image { from { opacity: 0.7 } to { opacity: 1 } }
0.644896
0.070304
.body { overflow-x: hidden; overflow-y: hidden; position: relative; } .sidebar { width: 200px; height: 100%; position: absolute; position: fixed; overflow-x: 0; z-index: 100; } #close-side-btn { display: none; float: right; } #close-side-btn button { font-size: 20px; padding: 10px; border: none; outline: none; background-color: inherit; } #open-side-btn { font-size: 20px; display: none; border: none; outline: none; background-color: inherit; } .sidebar-icon-img { width: 40px; border-radius: 12px; } .sidebar-links li { padding: 12px; list-style: none; text-decoration: none; } .sidebar-links li a { color: gray; display: block; } .sidebar-links li a .side-img { width: 17px; margin-right: 10px; } .side-power-btn img { width: 40px; margin-right: 10px; } .main-content { background-color: #f6f6fa; } .form-box { width: 400px; height: 35px; display: flex; border-radius: 10px; padding: 7px; align-items: center; border: 1px solid #777; } .form-box i { font-size: inherit; color: #777; } .form-box input { width: 95%; border: none; outline: none; } .main-area { margin-left: 200px; height: 100vh; } .nav-text { width: 100px; } .form-box-1 { width: 300px; height: 35px; display: flex; border-radius: 10px; padding: 7px; align-items: center; background-color: #e6e6ed; border: 2px solid #dfdfe6; } .form-box-1 i { font-size: 17px; color: #777; } .filter-btn { border-radius: 7px !important; cursor: pointer; } .filter-btn:focus { outline: none; } .people-card { border-radius: 10px !important; cursor: pointer; } .people-card > .card-body { padding: 0; } .people-card:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); } .people-progress { height: 5px !important; width: 40px; } #organisation { display: none; } .btn:focus { outline: none !important; box-shadow: none !important; } .form-box-1 input { width: 90%; text-indent: 5px; background-color: inherit; border: none; outline: none; } .card-body > h5 { font-size: 15px; } .card-body > h6 { font-size: 10px; } .card-footer { font-size: 15px; } .project-card-heading { font-size: 11px; } #card-border-1 { width: 3px; height: 15px; background-color: blue; border-radius: 25%; } #card-border-2 { width: 3px; height: 15px; background-color: green; border-radius: 25%; } #card-border-3 { width: 3px; height: 15px; background-color: skyblue; border-radius: 25%; } #card-border-4 { width: 3px; height: 15px; background-color: orange; border-radius: 25%; } .msg-img { width: 45px; } @media (max-width: 991px) { .body { overflow-y: scroll; } #close-side-btn { display: block; } #open-side-btn { display: block; } .main-area { margin-left: 10px; padding: auto 10px; } .sidebar { height: 100vh; left: -60%; transition: 0.6s; } .toggle { left: 0; transition: 0.6s; } .form-box { width: 200px; } .form-box-1 { width: 175px; text-indent: 1px; } .hide { display: none; } .project-cards { border-radius: 10px !important; } .people-progress { width: 50px; } .sidebar-icon-img { width: 35px; border-radius: 12px; } .sidebar-links li { padding: 10px; list-style: none; text-decoration: none; } .sidebar-links li a .side-img { width: 15px; margin-right: 10px; } .side-power-btn img { width: 30px; margin-right: 10px; } .filter-btns { flex-direction: column; } } @media only screen and (max-width: 1200px) and (min-width: 1024px) { .nav { padding-right: 40px; } .pro-text > p { font-size: 10px; margin-top: 5px; } .pro-text > h6 { font-size: 10px; } .project-col { padding: 0 !important; } .project-card-heading { font-size: 9px; } .msg-img { width: 35px; } .msg-text { font-size: 13px; } }
css/style.css
.body { overflow-x: hidden; overflow-y: hidden; position: relative; } .sidebar { width: 200px; height: 100%; position: absolute; position: fixed; overflow-x: 0; z-index: 100; } #close-side-btn { display: none; float: right; } #close-side-btn button { font-size: 20px; padding: 10px; border: none; outline: none; background-color: inherit; } #open-side-btn { font-size: 20px; display: none; border: none; outline: none; background-color: inherit; } .sidebar-icon-img { width: 40px; border-radius: 12px; } .sidebar-links li { padding: 12px; list-style: none; text-decoration: none; } .sidebar-links li a { color: gray; display: block; } .sidebar-links li a .side-img { width: 17px; margin-right: 10px; } .side-power-btn img { width: 40px; margin-right: 10px; } .main-content { background-color: #f6f6fa; } .form-box { width: 400px; height: 35px; display: flex; border-radius: 10px; padding: 7px; align-items: center; border: 1px solid #777; } .form-box i { font-size: inherit; color: #777; } .form-box input { width: 95%; border: none; outline: none; } .main-area { margin-left: 200px; height: 100vh; } .nav-text { width: 100px; } .form-box-1 { width: 300px; height: 35px; display: flex; border-radius: 10px; padding: 7px; align-items: center; background-color: #e6e6ed; border: 2px solid #dfdfe6; } .form-box-1 i { font-size: 17px; color: #777; } .filter-btn { border-radius: 7px !important; cursor: pointer; } .filter-btn:focus { outline: none; } .people-card { border-radius: 10px !important; cursor: pointer; } .people-card > .card-body { padding: 0; } .people-card:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); } .people-progress { height: 5px !important; width: 40px; } #organisation { display: none; } .btn:focus { outline: none !important; box-shadow: none !important; } .form-box-1 input { width: 90%; text-indent: 5px; background-color: inherit; border: none; outline: none; } .card-body > h5 { font-size: 15px; } .card-body > h6 { font-size: 10px; } .card-footer { font-size: 15px; } .project-card-heading { font-size: 11px; } #card-border-1 { width: 3px; height: 15px; background-color: blue; border-radius: 25%; } #card-border-2 { width: 3px; height: 15px; background-color: green; border-radius: 25%; } #card-border-3 { width: 3px; height: 15px; background-color: skyblue; border-radius: 25%; } #card-border-4 { width: 3px; height: 15px; background-color: orange; border-radius: 25%; } .msg-img { width: 45px; } @media (max-width: 991px) { .body { overflow-y: scroll; } #close-side-btn { display: block; } #open-side-btn { display: block; } .main-area { margin-left: 10px; padding: auto 10px; } .sidebar { height: 100vh; left: -60%; transition: 0.6s; } .toggle { left: 0; transition: 0.6s; } .form-box { width: 200px; } .form-box-1 { width: 175px; text-indent: 1px; } .hide { display: none; } .project-cards { border-radius: 10px !important; } .people-progress { width: 50px; } .sidebar-icon-img { width: 35px; border-radius: 12px; } .sidebar-links li { padding: 10px; list-style: none; text-decoration: none; } .sidebar-links li a .side-img { width: 15px; margin-right: 10px; } .side-power-btn img { width: 30px; margin-right: 10px; } .filter-btns { flex-direction: column; } } @media only screen and (max-width: 1200px) and (min-width: 1024px) { .nav { padding-right: 40px; } .pro-text > p { font-size: 10px; margin-top: 5px; } .pro-text > h6 { font-size: 10px; } .project-col { padding: 0 !important; } .project-card-heading { font-size: 9px; } .msg-img { width: 35px; } .msg-text { font-size: 13px; } }
0.356671
0.058319
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700); @import url(http://fonts.googleapis.com/css?family=Raleway:700,400,300); body { font-family: 'Open Sans', sans-serif; } .brand { font-family: 'Raleway', sans-serif; } html, body { height: 100%; } body { font-size: 15px; line-height: 1.50; color: #333333; background-color: #fff; position: relative; } h1, h2, h3, h4, h5, h6 { color: #333333; } h1 { font-size: 38px; font-weight: 700; margin-bottom: 20px; } h2 { font-size: 32px; margin-bottom: 15px; } h3 { font-size: 20px; } h4 { font-size: 18px; font-weight: 700; } h5 { font-size: 16px; text-transform: uppercase; font-weight: 700; } h6 { font-weight: 700; } h1 span, h2 span, h3 span, h4 span { color: #FFFFFF; } .colored { color: #1ABC9C; } a { color: #55acee; } a:hover { color: #339BEB; } a:focus, a:active { outline: none; } .large { font-size: 18px; } img { display: block; max-width: 100%; height: auto; } .list-unstyled li { padding: 5px 0; } .list-horizontal { padding: 15px 0; } .list-horizontal-item img { display: block; margin: 0 auto; } .list-icons { padding: 0; margin: 20px 0; list-style: none; font-size: 18px; } .list-icons li { padding: 0 0 15px 0; } blockquote { border-left: none; padding-left: 0; padding-right: 0; padding-top: 5px; } .title { margin-top: 0; } /* Layout ----------------------------------------------------------------------------- */ .header { color: #ffffff; background-color: transparent; padding: 10px 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .banner { width: 100%; height: 100%; min-height: 100%; position: relative; color: #fff; } .banner-image { vertical-align: middle; min-height: 100%; width: 100%; } .banner:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; /* background-color: rgba(0, 0, 0, 0.52); */ content: ""; } .banner-caption { position: absolute; top: 50%; width: 100%; z-index: 2; } .subfooter { background-color: #1ABC9C; padding: 40px 0; } .subfooter a {color: #000000;} .section { background-color: #ffffff; padding: 80px 0; } /* Backgrounds ----------------------------------------------------------------------------- */ .default-bg { background-color: #1ABC9C; color: #ffffff; } .default-bg.blue { background-color: #55acee; } .btn-primary { color: #fff; background-color: #04BD5B; border:0px; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #F7780F; border:0px; } .transprant-bg { color: #2C3E50; } .default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4, .default-bg h5, .default-bg h6, .transprant-bg h1, .transprant-bg h2, .transprant-bg h3, .transprant-bg h4, .transprant-bg h5, .transprant-bg h6 { /* color: #ffffff; */ } .default-bg blockquote footer, .transprant-bg blockquote footer { color: #cccccc; } .default-bg a, .transprant-bg a { color: #ffffff; text-decoration: underline; } .default-bg a:hover, .transprant-bg a:hover { text-decoration: none; } .transprant-bg { /* -webkit-background-size: cover !important; */ -moz-background-size: cover !important; -o-background-size: cover !important; /* background-size: cover !important; */ /* background-position: 50% 0; */ /* background-repeat: no-repeat; */ z-index: 1; position: relative; background: #fff; } .transprant-bg .transprant-bg { margin-top: 80px; z-index: 3; } .transprant-bg:after { content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #E6E6E6; } .transprant-bg.blue:after { background-color: rgba(85, 172, 238, 0.7); } .transprant-bg .container { z-index: 3; position: relative; color: #797979; } .bg-image-1 { background: url("../images/bg-image-1.jpg") 50% 0px no-repeat; } .bg-image-2 { } .caption-data {position: absolute; top: 50%; left: 50%; z-index: 20; text-align: center; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%);} .caption-data h1 {text-transform: uppercase;} .caption-data h1 span {font-size: inherit; line-height: inherit; font-weight: inherit;} .caption-data h3{line-height:34px;} button.cta-button.btn-light, button.cta-button.btn-dark, .contact-form button.cta-button, button.cta-button.btn-default {background: #FFFFFF;color: #09776C;} button.cta-button { font-size: 14px; line-height: 16px;padding: 20px 50px; border-radius: 4px; font-family: 'Raleway'; font-weight: 600; transition: background 0.3s, border-color 0.3s; margin-top:20px;border-radius: 0;text-shadow: none;} button.cta-button:hover{background: #2C3E50;color: #FFF;} .btn-primary { color: #fff; background-color: #1abc9c; } .btn { padding: 10px 15px; font-family: 'Montserrat', Arial, sans-serif; font-size: 15px; font-weight: normal; line-height: 1.4; border: none; border-radius: 4px; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear; -webkit-font-smoothing: subpixel-antialiased; } .item.pricing{ padding:70px 0; } .pricing2:hover { box-shadow: 0px 3px 50px rgba(0,0,0,0.2); } .pricing2 { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; transition: box-shadow 1s; -webkit-transition: box-shadow 1s; -moz-transition: box-shadow 1s; } .pricing2 .top { background: #2C3E50; color: #eee; padding: 40px; color: #ECF0F1; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; text-align: center; } .pricing2 .top h2 { font-size: 24px; text-transform: uppercase; margin-bottom: 20px; font-weight: normal; color: #fff; } .pricing2 .top > * { margin: 0px; } .pricing2 .top .price .currency { font-size: 24px; line-height: 54px; vertical-align: top; display: inline-block; } .pricing2 .top .price b { font-size: 60px; line-height: 70px; color: #fff; } .pricing2 .top .price .month { color: #ccc; } .pricing2 .bottom { border: 3px solid #dee2e4; border-top: 0px; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .pricing2 .bottom ul { list-style: none; list-style-type: none; margin: 0px; padding: 0px; } .pricing2 .bottom ul li { line-height: 54px; border-bottom: 3px solid #dee2e4; padding: 0px 40px; } .pricing2 .bottom ul li > span { color: #16A085; font-size: 20px; margin-right: 20px; } .pricing2 .bottom > a { margin: 40px; width: auto; } .content-1-4 { padding: 0px; position: relative; } .content-block-nopad { width: 100%; z-index: 100; position: relative; background-color: #E6E6E6; } .content-1-4 .image-container { position: absolute; height: 100%; padding: 0px; top: 0px; } .btn-outline { color: #FFF; padding: 12px 20px; margin: 15px 0; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 14px; text-align: center; letter-spacing: 0.1em; text-shadow: none; border: none; text-transform: uppercase; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; } .content-1-4 { padding: 0px; position: relative; } .content-1-4 .image-container { position: absolute; height: 100%; padding: 0px; top: 0px; } .content-1-4 .image-container .background-image-holder { background: #1ABC9C url('../images/section-image-1.png') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; } .content-1-4 .content { padding-top: 80px; padding-bottom: 80px; } .content-1-4 h1 { margin-bottom: 32px; } .content-1-4 p.lead { margin-bottom: 20px; font-size: 16px; } blockquote footer, blockquote small, blockquote .small{ color:#fff; } #quote-carousel .carousel-indicators li { background: #FFFFFF; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border-radius: 10px; } /* CONTENT BLOCK 1-4 MEDIA QUERIES /*----------------------------------------------------*/ /* Extra small devices (phones, less than 768px) */ @media (max-width: 767px) { .content-1-4 .image-container { display: none; } } /* Misc ----------------------------------------------------------------------------- */ .no-view { opacity: 0; filter: alpha(opacity=0); } .object-visible, .touch .no-view { opacity: 1 !important; filter: alpha(opacity=100) !important; } .team__item { margin-bottom: 40px; background-color: #FFF; } .team-item__img { margin-bottom: 20px; overflow: hidden; } .team-item__img > img { border-radius: 3px; -webkit-transition: -webkit-transform 0.7s; -moz-transition: -moz-transform 0.7s; -o-transition: -o-transform 0.7s; transition: transform 0.7s; } .team-item-contact__link { display: block; float: left; width: 50%; margin-top: 4.6px; margin-bottom: 4.6px; border-radius: 3px 0 0 3px; text-align: center; line-height: 36.8px; background-color: #eee; color: #565656; text-decoration: none; -webkit-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; } .team-item-contact__link:hover, .team-item-contact__link:focus { background: #55acee; color: white; } .team-item-contact__link_facebook { border-left: 1px solid white; border-radius: 0 3px 3px 0; } .team-item-contact__link_facebook:hover, .team-item-contact__link_facebook:focus { background: #3b5998; } .team-item__name { font-weight: 700; text-align: center; } .team-item__position { margin-bottom: 10px; color: #9a9a9a; text-align: center; } /* Targeting only Firefox for smoothest animations */ @-moz-document url-prefix() { .object-visible, .touch .no-view { -webkit-transition: opacity 0.6s ease-in-out; -moz-transition: opacity 0.6s ease-in-out; -o-transition: opacity 0.6s ease-in-out; -ms-transition: opacity 0.6s ease-in-out; transition: opacity 0.6s ease-in-out; } } .space { padding: 20px 0; } .pr-10 { padding-right: 10px; } .pl-10 { padding-left: 10px; } .pclear { padding-bottom: 0; } .secPadding{ padding: 70px 0; } .price-table .panel-heading h3{ font-size:42px; } .list-group-item{ padding: 15px 15px; } /* Sections ----------------------------------------------------------------------------- */ .banner-caption h1, .banner-caption h2, .banner-caption h3, .banner-caption h4, .banner-caption h5, .banner-caption h6 { color: #C5FFF8; } .banner-caption h1 { font-size: 45px; } .footer h1{ color:#fff; } .footer.section {background: #2C3E50;color: #E6E6E6;} .subfooter p { margin-bottom: 0; color: #fff; } .hero-caption{ text-align:center;padding: 60px 0;background: #2C3E50;color: #8D9DAD;} .hero-caption h2{ text-align:center;color: #fff;} .hero-caption p{ font-size: 15px; } /* Template Components ----------------------------------------------------------------------------- */ /* Buttons ---------------------------------- */ .btn { padding: 12px 15px; font-size: 14px; line-height: 1.42857143; min-width: 160px; text-align: center; border-radius: 5px; text-transform: uppercase; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .btn-default { color: #FFFFFF; background: #1ABC9C; border: 0; } .btn-default:hover { color: #ffffff; background-color: #1ABC9C; border: 0; } /* Collapse ---------------------------------- */ .panel-group .panel { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: none; } .panel-default > .panel-heading { padding: 0; outline: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; width: 100%; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border: 1px solid #f0f0f0; border-top: none; background-color: #fafafa } .panel-heading a { font-weight: 400; padding: 12px 35px 12px 15px; display: inline-block; width: 100%; background-color: #FFFFFF; color: #000000; position: relative; text-decoration: none; border: #ECECEC 1px solid; } .panel-heading a.collapsed { color: #333333; background-color: #FFFFFF; } .panel-heading a:after { font-family: "FontAwesome"; content: "\f147"; position: absolute; right: 15px; font-size: 14px; font-weight: 300; top: 50%; line-height: 1; margin-top: -7px; } .panel-heading a.collapsed:after { content: "\f196"; } .panel-heading a:hover { text-decoration: none; background-color: #FFFFFF; color: #1ABC9C; } .panel-title a i { padding-right: 10px; font-size: 20px; } /* Pills ---------------------------------- */ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover { background-color: #1ABC9C; border-color: #1ABC9C; color: #ffffff; } .nav-pills > li > a { border-radius: 0; padding: 8px 20px; border: 1px solid #cacaca; color: #666666; font-size: 12px; text-transform: uppercase; font-weight: 300; } /* Forms ---------------------------------- */ .form-control { height: 45px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .form-control-feedback { color: #cccccc; } .has-feedback label.sr-only ~ .form-control-feedback { top: 15px; } textarea { resize: vertical; } .price-table .panel-heading{ padding: 44px 0; /* font-size: 45px; */ } /* Modals ---------------------------------- */ .modal-content { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .modal-header { background-color: #626262; color: #ffffff; } .modal-header h4 { color: #ffffff; } .modal-header .close { font-weight: 300; color: #FFFFFF; text-shadow: none; filter: alpha(opacity=100); opacity: 1; } @media (min-width:1200px) { .modal-lg { width: 1140px; } } /* Media ---------------------------------- */ .media .fa { font-size: 38px; width: 40px; height: 25px; line-height: 48px; padding: 0 5px; text-align: center; } /* Navigations ----------------------------------------------------------------------------- */ .header .navbar { margin-bottom: 0; } .main-navigation .navbar-default { background-color: transparent; border: none; } .main-navigation .navbar-default .navbar-nav > li > a { color: #6BD4C9; padding: 10px 20px; font-size: 18px; font-weight: 500; } .main-navigation .navbar-default .navbar-nav > li.active > a { background-color: rgba(254, 255, 255, 0.16); color: #FFFFFF; } .main-navigation .navbar-default .navbar-nav > li > a:hover, .main-navigation .navbar-default .navbar-nav > li.active > a:hover { color: #1ABC9C; } /* carousel */ #quote-carousel { padding: 0 10px 30px 10px; margin-top: 30px; } /* Control buttons */ #quote-carousel .carousel-control { background: none; color: #222; font-size: 2.3em; text-shadow: none; margin-top: 30px; } /* Previous button */ #quote-carousel .carousel-control.left { left: -12px; } /* Next button */ #quote-carousel .carousel-control.right { right: -12px !important; } /* Changes the position of the indicators */ #quote-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; } /* Changes the color of the indicators */ #quote-carousel .carousel-indicators li { background: #2C3E50; } #quote-carousel .carousel-indicators .active { background: #FFFFFF; } #quote-carousel img { width: 250px; height: 100px } /* End carousel */ .item blockquote { border-left: none; margin: 0; color: #FFFFFF; } .item blockquote img { margin-bottom: 10px; } .item blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; } /** MEDIA QUERIES */ /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { #quote-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; color: #fff; } } /* Small devices (tablets, up to 768px) */ @media (max-width: 768px) { /* Make the indicators larger for easier clicking with fingers/thumb on mobile */ #quote-carousel .carousel-indicators { bottom: -20px !important; } #quote-carousel .carousel-indicators li { display: inline-block; margin: 0px 5px; width: 15px; height: 15px; } #quote-carousel .carousel-indicators li.active { margin: 0px 5px; width: 20px; height: 20px; } } @media (min-width:768px) { .main-navigation .navbar-default .navbar-nav > li > a { padding-top: 30px; padding-bottom: 30px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } } @media (min-width:768px) and (max-width:991px) { .main-navigation .container-fluid { padding-left: 0; padding-right: 0; } .navbar-nav { float: left !important; } } @media (max-width:767px) { .header.navbar-fixed-top { position: absolute; } .banner-caption h1 { font-size: 36px; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent; background: #0E8275; } } /* Fixed Header ----------------------------------------------------------------------------- */ .fixed-header-on .header { background-color: rgb(44, 62, 80); padding: 10px 0; } .fixed-header-on .brand { font-size: 24px; } .fixed-header-on .logo { -webkit-transform: scale(0.8); transform: scale(0.8); margin-top: 0; margin-bottom: 0; } @media (min-width:768px) { .fixed-header-on .navbar-default .navbar-nav > li > a { padding-top: 20px; padding-bottom: 20px; } } @media (max-width:991px) { .fixed-header-on .logo, .fixed-header-on .brand, .fixed-header-on .site-slogan { display: none; } } /* Blocks/Widgets ----------------------------------------------------------------------------- */ /* Logo, Site Name, Site Slogan ---------------------------------- */ .logo { margin: 10px 0px 10px 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .logo, .logo-section { float: left; } .brand { font-size: 38px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding: 10px 0; } .brand a { color: #ffffff; font-weight: bold; } .brand a:hover { text-decoration: none; } .site-slogan { font-size: 12px; } /* block-lists ---------------------------------- */ .block-list .media-left { width: 60px; } .block-list p{font-size: 14px;} .block-list .fa { padding: 20px;width: 88px;height: 88px; border-radius: 50%;color: #FFFFFF;background: #1ABC9C;} /* Social Links ---------------------------------- */ .social-links { padding: 0; list-style: none; margin: 15px 0; } .social-links li { margin: 10px 10px 10px 0; display: inline-block; font-size: 36px; } .social-links li a { color: #BBBBBB; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border: 1px solid #D0D0D0; width: 52px; height: 52px; display: inline-block; border-radius: 50%; font-size: 20px; text-align: center; padding: 4px; line-height: 41px; } .social-links li.twitter a:hover { color: #55acee; } .social-links li.skype a:hover { color: #00aff0; } .social-links li.linkedin a:hover { color: #0976b4; } .social-links li.googleplus a:hover { color: #dd4b39; } .social-links li.youtube a:hover { color: #b31217; } .social-links li.flickr a:hover { color: #ff0084; } .social-links li.facebook a:hover { color: #3b5998; } .social-links li.pinterest a:hover { color: #cb2027; } /* Isotope Items ---------------------------------- */ .filters { margin: 0 0 30px 0; } .filters .nav-pills > li { margin-right: 2px; margin-bottom: 2px; } .filters .nav-pills > li + li { margin-left: 0px; } .text-center.filters .nav-pills > li { margin-right: 2px; margin-left: 2px; margin-bottom: 2px; display: inline-block; float: none; } .isotope-container { overflow: hidden; } .isotope-item { margin-bottom: 20px; } .isotope-item .btn-default { color: #FFFFFF; background: rgba(58, 58, 58, 0.56); margin-top: -36px; z-index: 2; position: relative; border: 0; display: none; } .isotope-item .btn-default:hover { color: #ffffff; } @media (max-width:480px) { .filters .nav-pills > li { width: 100%; display: block; } } /* Images Overlay ----------------------------------------------------------------------------- */ .overlay-container { position: relative; display: block; overflow: hidden; } .overlay { position: absolute; top: 0; bottom: -1px; left: 0; right: -1px; background-color: rgba(26, 188, 156, 0.76); cursor: pointer; overflow: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; -ms-transition: all linear 0.2s; -o-transition: all linear 0.2s; transition: all linear 0.2s; } .overlay:hover { text-decoration: none; } .overlay span { position: absolute; display: block; bottom: 10px; text-align: center; width: 100%; color: #ffffff; font-size: 13px; font-weight: 300; } .overlay i { position: absolute; left: 50%; top: 50%; font-size: 26px; line-height: 1x; color: #ffffff; margin-top: -8px; margin-left: -8px; text-align: center; font-weight: normal; } .overlay-container:hover .overlay { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); }
moban1157/css/style.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700); @import url(http://fonts.googleapis.com/css?family=Raleway:700,400,300); body { font-family: 'Open Sans', sans-serif; } .brand { font-family: 'Raleway', sans-serif; } html, body { height: 100%; } body { font-size: 15px; line-height: 1.50; color: #333333; background-color: #fff; position: relative; } h1, h2, h3, h4, h5, h6 { color: #333333; } h1 { font-size: 38px; font-weight: 700; margin-bottom: 20px; } h2 { font-size: 32px; margin-bottom: 15px; } h3 { font-size: 20px; } h4 { font-size: 18px; font-weight: 700; } h5 { font-size: 16px; text-transform: uppercase; font-weight: 700; } h6 { font-weight: 700; } h1 span, h2 span, h3 span, h4 span { color: #FFFFFF; } .colored { color: #1ABC9C; } a { color: #55acee; } a:hover { color: #339BEB; } a:focus, a:active { outline: none; } .large { font-size: 18px; } img { display: block; max-width: 100%; height: auto; } .list-unstyled li { padding: 5px 0; } .list-horizontal { padding: 15px 0; } .list-horizontal-item img { display: block; margin: 0 auto; } .list-icons { padding: 0; margin: 20px 0; list-style: none; font-size: 18px; } .list-icons li { padding: 0 0 15px 0; } blockquote { border-left: none; padding-left: 0; padding-right: 0; padding-top: 5px; } .title { margin-top: 0; } /* Layout ----------------------------------------------------------------------------- */ .header { color: #ffffff; background-color: transparent; padding: 10px 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .banner { width: 100%; height: 100%; min-height: 100%; position: relative; color: #fff; } .banner-image { vertical-align: middle; min-height: 100%; width: 100%; } .banner:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; /* background-color: rgba(0, 0, 0, 0.52); */ content: ""; } .banner-caption { position: absolute; top: 50%; width: 100%; z-index: 2; } .subfooter { background-color: #1ABC9C; padding: 40px 0; } .subfooter a {color: #000000;} .section { background-color: #ffffff; padding: 80px 0; } /* Backgrounds ----------------------------------------------------------------------------- */ .default-bg { background-color: #1ABC9C; color: #ffffff; } .default-bg.blue { background-color: #55acee; } .btn-primary { color: #fff; background-color: #04BD5B; border:0px; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #F7780F; border:0px; } .transprant-bg { color: #2C3E50; } .default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4, .default-bg h5, .default-bg h6, .transprant-bg h1, .transprant-bg h2, .transprant-bg h3, .transprant-bg h4, .transprant-bg h5, .transprant-bg h6 { /* color: #ffffff; */ } .default-bg blockquote footer, .transprant-bg blockquote footer { color: #cccccc; } .default-bg a, .transprant-bg a { color: #ffffff; text-decoration: underline; } .default-bg a:hover, .transprant-bg a:hover { text-decoration: none; } .transprant-bg { /* -webkit-background-size: cover !important; */ -moz-background-size: cover !important; -o-background-size: cover !important; /* background-size: cover !important; */ /* background-position: 50% 0; */ /* background-repeat: no-repeat; */ z-index: 1; position: relative; background: #fff; } .transprant-bg .transprant-bg { margin-top: 80px; z-index: 3; } .transprant-bg:after { content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: #E6E6E6; } .transprant-bg.blue:after { background-color: rgba(85, 172, 238, 0.7); } .transprant-bg .container { z-index: 3; position: relative; color: #797979; } .bg-image-1 { background: url("../images/bg-image-1.jpg") 50% 0px no-repeat; } .bg-image-2 { } .caption-data {position: absolute; top: 50%; left: 50%; z-index: 20; text-align: center; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%);} .caption-data h1 {text-transform: uppercase;} .caption-data h1 span {font-size: inherit; line-height: inherit; font-weight: inherit;} .caption-data h3{line-height:34px;} button.cta-button.btn-light, button.cta-button.btn-dark, .contact-form button.cta-button, button.cta-button.btn-default {background: #FFFFFF;color: #09776C;} button.cta-button { font-size: 14px; line-height: 16px;padding: 20px 50px; border-radius: 4px; font-family: 'Raleway'; font-weight: 600; transition: background 0.3s, border-color 0.3s; margin-top:20px;border-radius: 0;text-shadow: none;} button.cta-button:hover{background: #2C3E50;color: #FFF;} .btn-primary { color: #fff; background-color: #1abc9c; } .btn { padding: 10px 15px; font-family: 'Montserrat', Arial, sans-serif; font-size: 15px; font-weight: normal; line-height: 1.4; border: none; border-radius: 4px; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear; -webkit-font-smoothing: subpixel-antialiased; } .item.pricing{ padding:70px 0; } .pricing2:hover { box-shadow: 0px 3px 50px rgba(0,0,0,0.2); } .pricing2 { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; transition: box-shadow 1s; -webkit-transition: box-shadow 1s; -moz-transition: box-shadow 1s; } .pricing2 .top { background: #2C3E50; color: #eee; padding: 40px; color: #ECF0F1; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; text-align: center; } .pricing2 .top h2 { font-size: 24px; text-transform: uppercase; margin-bottom: 20px; font-weight: normal; color: #fff; } .pricing2 .top > * { margin: 0px; } .pricing2 .top .price .currency { font-size: 24px; line-height: 54px; vertical-align: top; display: inline-block; } .pricing2 .top .price b { font-size: 60px; line-height: 70px; color: #fff; } .pricing2 .top .price .month { color: #ccc; } .pricing2 .bottom { border: 3px solid #dee2e4; border-top: 0px; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .pricing2 .bottom ul { list-style: none; list-style-type: none; margin: 0px; padding: 0px; } .pricing2 .bottom ul li { line-height: 54px; border-bottom: 3px solid #dee2e4; padding: 0px 40px; } .pricing2 .bottom ul li > span { color: #16A085; font-size: 20px; margin-right: 20px; } .pricing2 .bottom > a { margin: 40px; width: auto; } .content-1-4 { padding: 0px; position: relative; } .content-block-nopad { width: 100%; z-index: 100; position: relative; background-color: #E6E6E6; } .content-1-4 .image-container { position: absolute; height: 100%; padding: 0px; top: 0px; } .btn-outline { color: #FFF; padding: 12px 20px; margin: 15px 0; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 14px; text-align: center; letter-spacing: 0.1em; text-shadow: none; border: none; text-transform: uppercase; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; } .content-1-4 { padding: 0px; position: relative; } .content-1-4 .image-container { position: absolute; height: 100%; padding: 0px; top: 0px; } .content-1-4 .image-container .background-image-holder { background: #1ABC9C url('../images/section-image-1.png') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; } .content-1-4 .content { padding-top: 80px; padding-bottom: 80px; } .content-1-4 h1 { margin-bottom: 32px; } .content-1-4 p.lead { margin-bottom: 20px; font-size: 16px; } blockquote footer, blockquote small, blockquote .small{ color:#fff; } #quote-carousel .carousel-indicators li { background: #FFFFFF; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border-radius: 10px; } /* CONTENT BLOCK 1-4 MEDIA QUERIES /*----------------------------------------------------*/ /* Extra small devices (phones, less than 768px) */ @media (max-width: 767px) { .content-1-4 .image-container { display: none; } } /* Misc ----------------------------------------------------------------------------- */ .no-view { opacity: 0; filter: alpha(opacity=0); } .object-visible, .touch .no-view { opacity: 1 !important; filter: alpha(opacity=100) !important; } .team__item { margin-bottom: 40px; background-color: #FFF; } .team-item__img { margin-bottom: 20px; overflow: hidden; } .team-item__img > img { border-radius: 3px; -webkit-transition: -webkit-transform 0.7s; -moz-transition: -moz-transform 0.7s; -o-transition: -o-transform 0.7s; transition: transform 0.7s; } .team-item-contact__link { display: block; float: left; width: 50%; margin-top: 4.6px; margin-bottom: 4.6px; border-radius: 3px 0 0 3px; text-align: center; line-height: 36.8px; background-color: #eee; color: #565656; text-decoration: none; -webkit-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; } .team-item-contact__link:hover, .team-item-contact__link:focus { background: #55acee; color: white; } .team-item-contact__link_facebook { border-left: 1px solid white; border-radius: 0 3px 3px 0; } .team-item-contact__link_facebook:hover, .team-item-contact__link_facebook:focus { background: #3b5998; } .team-item__name { font-weight: 700; text-align: center; } .team-item__position { margin-bottom: 10px; color: #9a9a9a; text-align: center; } /* Targeting only Firefox for smoothest animations */ @-moz-document url-prefix() { .object-visible, .touch .no-view { -webkit-transition: opacity 0.6s ease-in-out; -moz-transition: opacity 0.6s ease-in-out; -o-transition: opacity 0.6s ease-in-out; -ms-transition: opacity 0.6s ease-in-out; transition: opacity 0.6s ease-in-out; } } .space { padding: 20px 0; } .pr-10 { padding-right: 10px; } .pl-10 { padding-left: 10px; } .pclear { padding-bottom: 0; } .secPadding{ padding: 70px 0; } .price-table .panel-heading h3{ font-size:42px; } .list-group-item{ padding: 15px 15px; } /* Sections ----------------------------------------------------------------------------- */ .banner-caption h1, .banner-caption h2, .banner-caption h3, .banner-caption h4, .banner-caption h5, .banner-caption h6 { color: #C5FFF8; } .banner-caption h1 { font-size: 45px; } .footer h1{ color:#fff; } .footer.section {background: #2C3E50;color: #E6E6E6;} .subfooter p { margin-bottom: 0; color: #fff; } .hero-caption{ text-align:center;padding: 60px 0;background: #2C3E50;color: #8D9DAD;} .hero-caption h2{ text-align:center;color: #fff;} .hero-caption p{ font-size: 15px; } /* Template Components ----------------------------------------------------------------------------- */ /* Buttons ---------------------------------- */ .btn { padding: 12px 15px; font-size: 14px; line-height: 1.42857143; min-width: 160px; text-align: center; border-radius: 5px; text-transform: uppercase; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .btn-default { color: #FFFFFF; background: #1ABC9C; border: 0; } .btn-default:hover { color: #ffffff; background-color: #1ABC9C; border: 0; } /* Collapse ---------------------------------- */ .panel-group .panel { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: none; } .panel-default > .panel-heading { padding: 0; outline: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; width: 100%; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border: 1px solid #f0f0f0; border-top: none; background-color: #fafafa } .panel-heading a { font-weight: 400; padding: 12px 35px 12px 15px; display: inline-block; width: 100%; background-color: #FFFFFF; color: #000000; position: relative; text-decoration: none; border: #ECECEC 1px solid; } .panel-heading a.collapsed { color: #333333; background-color: #FFFFFF; } .panel-heading a:after { font-family: "FontAwesome"; content: "\f147"; position: absolute; right: 15px; font-size: 14px; font-weight: 300; top: 50%; line-height: 1; margin-top: -7px; } .panel-heading a.collapsed:after { content: "\f196"; } .panel-heading a:hover { text-decoration: none; background-color: #FFFFFF; color: #1ABC9C; } .panel-title a i { padding-right: 10px; font-size: 20px; } /* Pills ---------------------------------- */ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover { background-color: #1ABC9C; border-color: #1ABC9C; color: #ffffff; } .nav-pills > li > a { border-radius: 0; padding: 8px 20px; border: 1px solid #cacaca; color: #666666; font-size: 12px; text-transform: uppercase; font-weight: 300; } /* Forms ---------------------------------- */ .form-control { height: 45px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .form-control-feedback { color: #cccccc; } .has-feedback label.sr-only ~ .form-control-feedback { top: 15px; } textarea { resize: vertical; } .price-table .panel-heading{ padding: 44px 0; /* font-size: 45px; */ } /* Modals ---------------------------------- */ .modal-content { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .modal-header { background-color: #626262; color: #ffffff; } .modal-header h4 { color: #ffffff; } .modal-header .close { font-weight: 300; color: #FFFFFF; text-shadow: none; filter: alpha(opacity=100); opacity: 1; } @media (min-width:1200px) { .modal-lg { width: 1140px; } } /* Media ---------------------------------- */ .media .fa { font-size: 38px; width: 40px; height: 25px; line-height: 48px; padding: 0 5px; text-align: center; } /* Navigations ----------------------------------------------------------------------------- */ .header .navbar { margin-bottom: 0; } .main-navigation .navbar-default { background-color: transparent; border: none; } .main-navigation .navbar-default .navbar-nav > li > a { color: #6BD4C9; padding: 10px 20px; font-size: 18px; font-weight: 500; } .main-navigation .navbar-default .navbar-nav > li.active > a { background-color: rgba(254, 255, 255, 0.16); color: #FFFFFF; } .main-navigation .navbar-default .navbar-nav > li > a:hover, .main-navigation .navbar-default .navbar-nav > li.active > a:hover { color: #1ABC9C; } /* carousel */ #quote-carousel { padding: 0 10px 30px 10px; margin-top: 30px; } /* Control buttons */ #quote-carousel .carousel-control { background: none; color: #222; font-size: 2.3em; text-shadow: none; margin-top: 30px; } /* Previous button */ #quote-carousel .carousel-control.left { left: -12px; } /* Next button */ #quote-carousel .carousel-control.right { right: -12px !important; } /* Changes the position of the indicators */ #quote-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; } /* Changes the color of the indicators */ #quote-carousel .carousel-indicators li { background: #2C3E50; } #quote-carousel .carousel-indicators .active { background: #FFFFFF; } #quote-carousel img { width: 250px; height: 100px } /* End carousel */ .item blockquote { border-left: none; margin: 0; color: #FFFFFF; } .item blockquote img { margin-bottom: 10px; } .item blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; } /** MEDIA QUERIES */ /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { #quote-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; color: #fff; } } /* Small devices (tablets, up to 768px) */ @media (max-width: 768px) { /* Make the indicators larger for easier clicking with fingers/thumb on mobile */ #quote-carousel .carousel-indicators { bottom: -20px !important; } #quote-carousel .carousel-indicators li { display: inline-block; margin: 0px 5px; width: 15px; height: 15px; } #quote-carousel .carousel-indicators li.active { margin: 0px 5px; width: 20px; height: 20px; } } @media (min-width:768px) { .main-navigation .navbar-default .navbar-nav > li > a { padding-top: 30px; padding-bottom: 30px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } } @media (min-width:768px) and (max-width:991px) { .main-navigation .container-fluid { padding-left: 0; padding-right: 0; } .navbar-nav { float: left !important; } } @media (max-width:767px) { .header.navbar-fixed-top { position: absolute; } .banner-caption h1 { font-size: 36px; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent; background: #0E8275; } } /* Fixed Header ----------------------------------------------------------------------------- */ .fixed-header-on .header { background-color: rgb(44, 62, 80); padding: 10px 0; } .fixed-header-on .brand { font-size: 24px; } .fixed-header-on .logo { -webkit-transform: scale(0.8); transform: scale(0.8); margin-top: 0; margin-bottom: 0; } @media (min-width:768px) { .fixed-header-on .navbar-default .navbar-nav > li > a { padding-top: 20px; padding-bottom: 20px; } } @media (max-width:991px) { .fixed-header-on .logo, .fixed-header-on .brand, .fixed-header-on .site-slogan { display: none; } } /* Blocks/Widgets ----------------------------------------------------------------------------- */ /* Logo, Site Name, Site Slogan ---------------------------------- */ .logo { margin: 10px 0px 10px 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .logo, .logo-section { float: left; } .brand { font-size: 38px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding: 10px 0; } .brand a { color: #ffffff; font-weight: bold; } .brand a:hover { text-decoration: none; } .site-slogan { font-size: 12px; } /* block-lists ---------------------------------- */ .block-list .media-left { width: 60px; } .block-list p{font-size: 14px;} .block-list .fa { padding: 20px;width: 88px;height: 88px; border-radius: 50%;color: #FFFFFF;background: #1ABC9C;} /* Social Links ---------------------------------- */ .social-links { padding: 0; list-style: none; margin: 15px 0; } .social-links li { margin: 10px 10px 10px 0; display: inline-block; font-size: 36px; } .social-links li a { color: #BBBBBB; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border: 1px solid #D0D0D0; width: 52px; height: 52px; display: inline-block; border-radius: 50%; font-size: 20px; text-align: center; padding: 4px; line-height: 41px; } .social-links li.twitter a:hover { color: #55acee; } .social-links li.skype a:hover { color: #00aff0; } .social-links li.linkedin a:hover { color: #0976b4; } .social-links li.googleplus a:hover { color: #dd4b39; } .social-links li.youtube a:hover { color: #b31217; } .social-links li.flickr a:hover { color: #ff0084; } .social-links li.facebook a:hover { color: #3b5998; } .social-links li.pinterest a:hover { color: #cb2027; } /* Isotope Items ---------------------------------- */ .filters { margin: 0 0 30px 0; } .filters .nav-pills > li { margin-right: 2px; margin-bottom: 2px; } .filters .nav-pills > li + li { margin-left: 0px; } .text-center.filters .nav-pills > li { margin-right: 2px; margin-left: 2px; margin-bottom: 2px; display: inline-block; float: none; } .isotope-container { overflow: hidden; } .isotope-item { margin-bottom: 20px; } .isotope-item .btn-default { color: #FFFFFF; background: rgba(58, 58, 58, 0.56); margin-top: -36px; z-index: 2; position: relative; border: 0; display: none; } .isotope-item .btn-default:hover { color: #ffffff; } @media (max-width:480px) { .filters .nav-pills > li { width: 100%; display: block; } } /* Images Overlay ----------------------------------------------------------------------------- */ .overlay-container { position: relative; display: block; overflow: hidden; } .overlay { position: absolute; top: 0; bottom: -1px; left: 0; right: -1px; background-color: rgba(26, 188, 156, 0.76); cursor: pointer; overflow: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; -ms-transition: all linear 0.2s; -o-transition: all linear 0.2s; transition: all linear 0.2s; } .overlay:hover { text-decoration: none; } .overlay span { position: absolute; display: block; bottom: 10px; text-align: center; width: 100%; color: #ffffff; font-size: 13px; font-weight: 300; } .overlay i { position: absolute; left: 50%; top: 50%; font-size: 26px; line-height: 1x; color: #ffffff; margin-top: -8px; margin-left: -8px; text-align: center; font-weight: normal; } .overlay-container:hover .overlay { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); }
0.264548
0.056783
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Oswald", sans-serif; } .wrap { width: 80%; margin: auto; } li { list-style: none; } a { text-decoration: none; } nav { margin: 20px 0; } nav .d-flex { display: flex; justify-content: space-between; } nav .d-flex .menu-items { display: flex; align-items: center; } nav .d-flex .menu-items li { padding: 0 10px; } nav .d-flex .menu-items li a { color: #303030; text-transform: uppercase; } nav .d-flex .menu-items li:hover a { color: #0E7CEC; } .jumbotron { height: 400px; background-position: center top; background-size: 100%; background-image: url("/img/jumbotron.jpg"); } main { background-color: black; padding-bottom: 50px; } main .cards { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px 0 50px 0; } main .cards .card { width: calc((100% / 6) - 10px); margin-top: 10px; } main .cards .card .card-content { display: flex; flex-direction: column; align-items: center; } main .cards .card .card-content img { width: 100%; height: 200px; -o-object-fit: cover; object-fit: cover; -o-object-position: 100% 0%; object-position: 100% 0%; } main .cards .card .series { margin: 15px 0; text-align: center; text-transform: uppercase; color: white; } main .btn { text-align: center; } main .btn a { display: inline-block; padding: 10px 30px; color: white; background-color: #0E7CEC; text-transform: uppercase; } main .btn-current-series { text-align: left; } main .btn-current-series a { margin-top: -100px; } footer { background-image: url("/img/footer-bg.jpg"); } footer .section-links { display: flex; align-items: center; justify-content: space-between; padding: 20px 0 20px 0; } footer .section-links .links { display: flex; justify-content: space-between; } footer .section-links .links .list-items { margin-right: 20px; } footer .section-links .links .list-items h3 { color: white; text-transform: uppercase; } footer .section-links .links .list-items ul { list-style: none; padding-bottom: 20px; } footer .section-links .links .list-items ul li a { color: #afafaf; text-decoration: none; font-size: 0.8rem; } footer .section-links img { width: 400px; } footer .section-sign { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #303030; padding: 10px 0; } footer .section-sign .bottom-links { display: flex; align-items: center; justify-content: space-between; } footer .section-sign .bottom-links .button a { padding: 10px; border: 2px solid #0E7CEC; color: white; text-decoration: none; text-transform: uppercase; } footer .section-sign .bottom-links .socials { display: flex; align-items: center; } footer .section-sign .bottom-links .socials img, footer .section-sign .bottom-links .socials h3 { padding: 10px; } footer .section-sign .bottom-links .socials h3 { text-transform: uppercase; color: #0E7CEC; }
public/css/app.css
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Oswald", sans-serif; } .wrap { width: 80%; margin: auto; } li { list-style: none; } a { text-decoration: none; } nav { margin: 20px 0; } nav .d-flex { display: flex; justify-content: space-between; } nav .d-flex .menu-items { display: flex; align-items: center; } nav .d-flex .menu-items li { padding: 0 10px; } nav .d-flex .menu-items li a { color: #303030; text-transform: uppercase; } nav .d-flex .menu-items li:hover a { color: #0E7CEC; } .jumbotron { height: 400px; background-position: center top; background-size: 100%; background-image: url("/img/jumbotron.jpg"); } main { background-color: black; padding-bottom: 50px; } main .cards { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px 0 50px 0; } main .cards .card { width: calc((100% / 6) - 10px); margin-top: 10px; } main .cards .card .card-content { display: flex; flex-direction: column; align-items: center; } main .cards .card .card-content img { width: 100%; height: 200px; -o-object-fit: cover; object-fit: cover; -o-object-position: 100% 0%; object-position: 100% 0%; } main .cards .card .series { margin: 15px 0; text-align: center; text-transform: uppercase; color: white; } main .btn { text-align: center; } main .btn a { display: inline-block; padding: 10px 30px; color: white; background-color: #0E7CEC; text-transform: uppercase; } main .btn-current-series { text-align: left; } main .btn-current-series a { margin-top: -100px; } footer { background-image: url("/img/footer-bg.jpg"); } footer .section-links { display: flex; align-items: center; justify-content: space-between; padding: 20px 0 20px 0; } footer .section-links .links { display: flex; justify-content: space-between; } footer .section-links .links .list-items { margin-right: 20px; } footer .section-links .links .list-items h3 { color: white; text-transform: uppercase; } footer .section-links .links .list-items ul { list-style: none; padding-bottom: 20px; } footer .section-links .links .list-items ul li a { color: #afafaf; text-decoration: none; font-size: 0.8rem; } footer .section-links img { width: 400px; } footer .section-sign { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #303030; padding: 10px 0; } footer .section-sign .bottom-links { display: flex; align-items: center; justify-content: space-between; } footer .section-sign .bottom-links .button a { padding: 10px; border: 2px solid #0E7CEC; color: white; text-decoration: none; text-transform: uppercase; } footer .section-sign .bottom-links .socials { display: flex; align-items: center; } footer .section-sign .bottom-links .socials img, footer .section-sign .bottom-links .socials h3 { padding: 10px; } footer .section-sign .bottom-links .socials h3 { text-transform: uppercase; color: #0E7CEC; }
0.374676
0.079746
.single-post-area .blog_details { box-shadow: none; padding: 0; } /* line 1047, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .social-links { padding-top: 10px; } /* line 1050, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .social-links li { display: inline-block; margin-bottom: 10px; } /* line 1054, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .social-links li a { color: #cccccc; padding: 7px; font-size: 14px; transition: all 0.2s linear; } /* line 1067, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog_details { padding-top: 26px; } /* line 1070, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog_details p { margin-bottom: 20px; font-size: 15px; } /* line 1080, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quote-wrapper { background: rgba(130, 139, 178, 0.1); padding: 15px; line-height: 1.733; color: #888888; font-style: italic; margin-top: 25px; margin-bottom: 25px; } @media (min-width: 768px) { /* line 1080, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quote-wrapper { padding: 30px; } } /* line 1094, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quotes { background: #fff; padding: 15px 15px 15px 20px; border-left: 2px solid; } @media (min-width: 768px) { /* line 1094, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quotes { padding: 25px 25px 25px 30px; } } /* line 1104, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .arrow { position: absolute; } /* line 1107, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .arrow .lnr { font-size: 20px; font-weight: 600; } /* line 1114, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .thumb .overlay-bg { background: rgba(0, 0, 0, 0.8); } /* line 1119, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top { padding-top: 15px; border-top: 1px solid #f0e9ff; } /* line 1123, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top p { margin-bottom: 0; } /* line 1127, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .like-info { font-size: 14px; } /* line 1130, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span { font-size: 16px; margin-right: 5px; } /* line 1137, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .comment-count { font-size: 14px; } /* line 1140, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .comment-count i, .single-post-area .navigation-top .comment-count span { font-size: 16px; margin-right: 5px; } /* line 1149, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .social-icons li { display: inline-block; margin-right: 15px; } /* line 1153, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .social-icons li:last-child { margin: 0; } /* line 1157, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span { font-size: 14px; color: #999999; } /* line 1175, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author { padding: 40px 30px; background: #fbf9ff; margin-top: 50px; } @media (max-width: 600px) { /* line 1175, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author { padding: 20px 8px; } } /* line 1184, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author img { width: 90px; height: 90px; border-radius: 50%; margin-right: 30px; } @media (max-width: 600px) { /* line 1184, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author img { margin-right: 15px; width: 45px; height: 45px; } } /* line 1197, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author a { display: inline-block; } /* line 1201, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author a:hover { color: #ff3368; } /* line 1206, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author p { margin-bottom: 0; font-size: 15px; } /* line 1211, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author h4 { font-size: 16px; } /* line 1218, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area { border-bottom: 1px solid #eee; padding-bottom: 30px; margin-top: 55px; } /* line 1223, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area p { margin-bottom: 0px; } /* line 1227, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area h4 { font-size: 18px; line-height: 25px; } /* line 1233, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left { text-align: left; } /* line 1236, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left .thumb { margin-right: 20px; background: #000; } /* line 1240, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left .thumb img { -webkit-transition: 0.5s; transition: 0.5s; } /* line 1245, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left .lnr { margin-left: 20px; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; } /* line 1252, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left:hover .lnr { opacity: 1; } /* line 1257, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left:hover .thumb img { opacity: .5; } @media (max-width: 767px) { /* line 1233, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left { margin-bottom: 30px; } } /* line 1268, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right { text-align: right; } /* line 1271, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right .thumb { margin-left: 20px; background: #000; } /* line 1275, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right .thumb img { -webkit-transition: 0.5s; transition: 0.5s; } /* line 1280, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right .lnr { margin-right: 20px; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; } /* line 1287, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right:hover .lnr { opacity: 1; } /* line 1292, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right:hover .thumb img { opacity: .5; } @media (max-width: 991px) { /* line 1300, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .sidebar-widgets { padding-bottom: 0px; } } /* line 1307, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area { background: transparent; border-top: 1px solid #eee; padding: 45px 0; margin-top: 50px; } @media (max-width: 414px) { /* line 1307, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area { padding: 50px 8px; } } /* line 1318, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area h4 { margin-bottom: 35px; font-size: 18px; } /* line 1325, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area h5 { font-size: 16px; margin-bottom: 0px; } /* line 1334, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list { padding-bottom: 48px; } /* line 1337, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list:last-child { padding-bottom: 0px; } /* line 1341, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list.left-padding { padding-left: 25px; } @media (max-width: 413px) { /* line 1347, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list .single-comment h5 { font-size: 12px; } /* line 1351, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list .single-comment .date { font-size: 11px; } /* line 1355, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list .single-comment .comment { font-size: 10px; } } /* line 1362, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .thumb { margin-right: 20px; } /* line 1365, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .thumb img { width: 70px; border-radius: 50%; } /* line 1371, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .date { font-size: 14px; color: #999999; margin-bottom: 0; margin-left: 20px; } /* line 1378, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment { margin-bottom: 10px; color: #777777; font-size: 15px; } /* line 1384, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .btn-reply { background-color: transparent; color: #888888; padding: 5px 18px; font-size: 14px; display: block; font-weight: 400; } /* line 1401, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form { border-top: 1px solid #eee; padding-top: 45px; margin-top: 50px; margin-bottom: 20px; } /* line 1409, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-group { margin-bottom: 30px; } /* line 1413, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form h4 { margin-bottom: 40px; font-size: 18px; line-height: 22px; } /* line 1421, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .name { padding-left: 0px; } @media (max-width: 767px) { /* line 1421, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .name { padding-right: 0px; margin-bottom: 1rem; } } /* line 1430, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .email { padding-right: 0px; } @media (max-width: 991px) { /* line 1430, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .email { padding-left: 0px; } } /* line 1438, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control { border: 1px solid #f0e9ff; border-radius: 5px; height: 48px; padding-left: 18px; font-size: 13px; background: transparent; } /* line 1446, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control:focus { outline: 0; box-shadow: none; } /* line 1451, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control::placeholder { font-weight: 300; color: #999999; } /* line 1456, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control::placeholder { color: #777777; } /* line 1461, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form textarea { padding-top: 18px; border-radius: 12px; height: 100% !important; } /* line 1467, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-size: 13px; color: #777; } /* line 1473, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form ::-moz-placeholder { /* Firefox 19+ */ font-size: 13px; color: #777; } /* line 1479, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form :-ms-input-placeholder { /* IE 10+ */ font-size: 13px; color: #777; } /* line 1485, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form :-moz-placeholder { /* Firefox 18- */ font-size: 13px; color: #777; } /* line 1493, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single_sidebar_widget .btn_1 { margin-top: 0px; padding: 15px 24px; } /*============ End Blog Single Styles =============*/
WebProject-01-master/Onixa/Onixa_Web/obj/Release/Package/PackageTmp/css/Start_Blog_Single Styles_Aranoz.css
.single-post-area .blog_details { box-shadow: none; padding: 0; } /* line 1047, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .social-links { padding-top: 10px; } /* line 1050, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .social-links li { display: inline-block; margin-bottom: 10px; } /* line 1054, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .social-links li a { color: #cccccc; padding: 7px; font-size: 14px; transition: all 0.2s linear; } /* line 1067, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog_details { padding-top: 26px; } /* line 1070, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog_details p { margin-bottom: 20px; font-size: 15px; } /* line 1080, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quote-wrapper { background: rgba(130, 139, 178, 0.1); padding: 15px; line-height: 1.733; color: #888888; font-style: italic; margin-top: 25px; margin-bottom: 25px; } @media (min-width: 768px) { /* line 1080, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quote-wrapper { padding: 30px; } } /* line 1094, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quotes { background: #fff; padding: 15px 15px 15px 20px; border-left: 2px solid; } @media (min-width: 768px) { /* line 1094, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .quotes { padding: 25px 25px 25px 30px; } } /* line 1104, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .arrow { position: absolute; } /* line 1107, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .arrow .lnr { font-size: 20px; font-weight: 600; } /* line 1114, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .thumb .overlay-bg { background: rgba(0, 0, 0, 0.8); } /* line 1119, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top { padding-top: 15px; border-top: 1px solid #f0e9ff; } /* line 1123, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top p { margin-bottom: 0; } /* line 1127, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .like-info { font-size: 14px; } /* line 1130, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span { font-size: 16px; margin-right: 5px; } /* line 1137, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .comment-count { font-size: 14px; } /* line 1140, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .comment-count i, .single-post-area .navigation-top .comment-count span { font-size: 16px; margin-right: 5px; } /* line 1149, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .social-icons li { display: inline-block; margin-right: 15px; } /* line 1153, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .social-icons li:last-child { margin: 0; } /* line 1157, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span { font-size: 14px; color: #999999; } /* line 1175, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author { padding: 40px 30px; background: #fbf9ff; margin-top: 50px; } @media (max-width: 600px) { /* line 1175, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author { padding: 20px 8px; } } /* line 1184, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author img { width: 90px; height: 90px; border-radius: 50%; margin-right: 30px; } @media (max-width: 600px) { /* line 1184, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author img { margin-right: 15px; width: 45px; height: 45px; } } /* line 1197, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author a { display: inline-block; } /* line 1201, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author a:hover { color: #ff3368; } /* line 1206, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author p { margin-bottom: 0; font-size: 15px; } /* line 1211, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .blog-author h4 { font-size: 16px; } /* line 1218, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area { border-bottom: 1px solid #eee; padding-bottom: 30px; margin-top: 55px; } /* line 1223, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area p { margin-bottom: 0px; } /* line 1227, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area h4 { font-size: 18px; line-height: 25px; } /* line 1233, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left { text-align: left; } /* line 1236, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left .thumb { margin-right: 20px; background: #000; } /* line 1240, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left .thumb img { -webkit-transition: 0.5s; transition: 0.5s; } /* line 1245, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left .lnr { margin-left: 20px; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; } /* line 1252, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left:hover .lnr { opacity: 1; } /* line 1257, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left:hover .thumb img { opacity: .5; } @media (max-width: 767px) { /* line 1233, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-left { margin-bottom: 30px; } } /* line 1268, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right { text-align: right; } /* line 1271, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right .thumb { margin-left: 20px; background: #000; } /* line 1275, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right .thumb img { -webkit-transition: 0.5s; transition: 0.5s; } /* line 1280, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right .lnr { margin-right: 20px; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; } /* line 1287, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right:hover .lnr { opacity: 1; } /* line 1292, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .navigation-area .nav-right:hover .thumb img { opacity: .5; } @media (max-width: 991px) { /* line 1300, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single-post-area .sidebar-widgets { padding-bottom: 0px; } } /* line 1307, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area { background: transparent; border-top: 1px solid #eee; padding: 45px 0; margin-top: 50px; } @media (max-width: 414px) { /* line 1307, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area { padding: 50px 8px; } } /* line 1318, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area h4 { margin-bottom: 35px; font-size: 18px; } /* line 1325, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area h5 { font-size: 16px; margin-bottom: 0px; } /* line 1334, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list { padding-bottom: 48px; } /* line 1337, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list:last-child { padding-bottom: 0px; } /* line 1341, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list.left-padding { padding-left: 25px; } @media (max-width: 413px) { /* line 1347, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list .single-comment h5 { font-size: 12px; } /* line 1351, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list .single-comment .date { font-size: 11px; } /* line 1355, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment-list .single-comment .comment { font-size: 10px; } } /* line 1362, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .thumb { margin-right: 20px; } /* line 1365, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .thumb img { width: 70px; border-radius: 50%; } /* line 1371, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .date { font-size: 14px; color: #999999; margin-bottom: 0; margin-left: 20px; } /* line 1378, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .comment { margin-bottom: 10px; color: #777777; font-size: 15px; } /* line 1384, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comments-area .btn-reply { background-color: transparent; color: #888888; padding: 5px 18px; font-size: 14px; display: block; font-weight: 400; } /* line 1401, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form { border-top: 1px solid #eee; padding-top: 45px; margin-top: 50px; margin-bottom: 20px; } /* line 1409, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-group { margin-bottom: 30px; } /* line 1413, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form h4 { margin-bottom: 40px; font-size: 18px; line-height: 22px; } /* line 1421, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .name { padding-left: 0px; } @media (max-width: 767px) { /* line 1421, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .name { padding-right: 0px; margin-bottom: 1rem; } } /* line 1430, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .email { padding-right: 0px; } @media (max-width: 991px) { /* line 1430, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .email { padding-left: 0px; } } /* line 1438, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control { border: 1px solid #f0e9ff; border-radius: 5px; height: 48px; padding-left: 18px; font-size: 13px; background: transparent; } /* line 1446, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control:focus { outline: 0; box-shadow: none; } /* line 1451, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control::placeholder { font-weight: 300; color: #999999; } /* line 1456, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form .form-control::placeholder { color: #777777; } /* line 1461, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form textarea { padding-top: 18px; border-radius: 12px; height: 100% !important; } /* line 1467, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-size: 13px; color: #777; } /* line 1473, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form ::-moz-placeholder { /* Firefox 19+ */ font-size: 13px; color: #777; } /* line 1479, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form :-ms-input-placeholder { /* IE 10+ */ font-size: 13px; color: #777; } /* line 1485, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .comment-form :-moz-placeholder { /* Firefox 18- */ font-size: 13px; color: #777; } /* line 1493, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_blog.scss */ .single_sidebar_widget .btn_1 { margin-top: 0px; padding: 15px 24px; } /*============ End Blog Single Styles =============*/
0.24599
0.043346
html { overflow: hidden; } body { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } html, body, .page-background { height: 100%; width: 100%; } .grid-center-items{ display: grid; align-items: center; text-align: center; justify-items: center; } .page-background{ position: fixed; z-index: -1; background: url('../../public/assets/images/auth-bg.jpg'); background-size: cover; background-position: center; filter: blur(3px) opacity(60%); } .register-container{ display: flex; flex-direction: column; background-color: white; /*width: calc(350px - 4em);*/ min-width: calc(350px - 4em); padding: 3em 2em; margin: 1em 0 0 0; box-shadow: 2px 2px 15px #929292; border-radius: 5px; font-family: 'Source Sans Pro', sans-serif; align-items: center; } .register-title{ font-family: 'Poppins', bold; margin: 0; } .register-form{ grid-template-columns: 1fr 1fr; grid-template-areas: "first-name last-name" "email email" "password <PASSWORD>" "error error" "confirm-btn confirm-btn"; grid-column-gap: 30px; width: 90%; } .form-no-error{ grid-template-rows: repeat(3, 1fr) 0 1fr; } .form-error{ grid-template-rows: repeat(3, 1fr) .5fr 1fr; } @media screen and (max-width: 480px){ .register-container{ padding: 2em 2em; } .register-title{ margin: 0 auto .5em auto; } .register-form{ grid-template-columns: 1fr; grid-template-areas: "first-name" "last-name" "email" "password" "password-repeat" "error" "confirm-btn"; } .form-no-error{ grid-template-rows: repeat(5, 1fr) 0 1fr; } .form-error{ grid-template-rows: repeat(5, 1fr) .5fr 1fr; } } /** * bb-ic - short form for 'bottom-border input container' **/ .bb-ic{ width: 100%; min-width: 150px; position: relative; margin: .5em 0; border-bottom: 1px solid #b2aaaa; line-height: 100%; } .bb-ic-name, .bb-ic-surname, .bb-ic-email, .bb-ic-password, .bb-ic-password-repeat{ width: 100%; height: 35px; border: 0; font-size: 1em; color: #333; padding: 0 5px; } .bb-ic-name-container{ grid-area: first-name; } .bb-ic-surname-container{ grid-area: last-name; } .bb-ic-email-container{ grid-area: email; width: 100%; } .bb-ic-email{ width: calc(100% - 10px); } .bb-ic-password-container{ grid-area: password; } .bb-ic-password-repeat-container{ grid-area: password-repeat; } .underline{ position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; pointer-events: none; } .underline:before{ background: #262626; content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; transition: .7s; } .bb-ic-name:focus + .underline:before, .bb-ic-surname:focus + .underline:before, .bb-ic-email:focus + .underline:before, .bb-ic-password:focus + .underline:before, .bb-ic-password-repeat:focus + .underline:before{ width: 100%; } .error-message{ grid-area: error; font-size: 13px; color: red; } .register-btn{ grid-area: confirm-btn; position: relative; width: 150px; height: 40px; font-size: 13px; font-weight: bold; color: #262626; text-transform: uppercase; outline: none; border: none; background: #C6FFDD; background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); border-radius: 50px; cursor: pointer; z-index: 0; } .register-btn:before{ display: block; position: absolute; height: 100%; width: 100%; top: 0; left: 0; border-radius: 50px; background: #C6FFDD; background: -webkit-linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); background: linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); content: ''; opacity: 0; z-index: -1; transition: opacity 1s; } .register-btn:hover:before{ opacity: 1; } .register-using-text{ font-size: 14px; margin: 1em; } .social-container{ display: flex; } .social-item{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; margin: 5px; font-size: 15px; text-decoration: none; color: white; transition: 1s; } .social-item:hover{ background-color: #333; } .social-google{ background-color: #dd4b39; } .social-twitter{ background-color: #55acee; } .social-telegram{ background-color: #0088cc; } .callout{ background-color: #fff; width: 350px; margin: 1em 0; border-radius: 5px; padding: 15px 20px; text-align: center; box-sizing: border-box; font-family: 'Source Sans Pro',sans-serif; font-size: 16px; box-shadow: 2px 2px 15px #929292; } .callout a{ color: #0366d6; text-decoration: none; } .callout a:hover { text-decoration: underline; }
app/public/css/register.css
html { overflow: hidden; } body { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } html, body, .page-background { height: 100%; width: 100%; } .grid-center-items{ display: grid; align-items: center; text-align: center; justify-items: center; } .page-background{ position: fixed; z-index: -1; background: url('../../public/assets/images/auth-bg.jpg'); background-size: cover; background-position: center; filter: blur(3px) opacity(60%); } .register-container{ display: flex; flex-direction: column; background-color: white; /*width: calc(350px - 4em);*/ min-width: calc(350px - 4em); padding: 3em 2em; margin: 1em 0 0 0; box-shadow: 2px 2px 15px #929292; border-radius: 5px; font-family: 'Source Sans Pro', sans-serif; align-items: center; } .register-title{ font-family: 'Poppins', bold; margin: 0; } .register-form{ grid-template-columns: 1fr 1fr; grid-template-areas: "first-name last-name" "email email" "password <PASSWORD>" "error error" "confirm-btn confirm-btn"; grid-column-gap: 30px; width: 90%; } .form-no-error{ grid-template-rows: repeat(3, 1fr) 0 1fr; } .form-error{ grid-template-rows: repeat(3, 1fr) .5fr 1fr; } @media screen and (max-width: 480px){ .register-container{ padding: 2em 2em; } .register-title{ margin: 0 auto .5em auto; } .register-form{ grid-template-columns: 1fr; grid-template-areas: "first-name" "last-name" "email" "password" "password-repeat" "error" "confirm-btn"; } .form-no-error{ grid-template-rows: repeat(5, 1fr) 0 1fr; } .form-error{ grid-template-rows: repeat(5, 1fr) .5fr 1fr; } } /** * bb-ic - short form for 'bottom-border input container' **/ .bb-ic{ width: 100%; min-width: 150px; position: relative; margin: .5em 0; border-bottom: 1px solid #b2aaaa; line-height: 100%; } .bb-ic-name, .bb-ic-surname, .bb-ic-email, .bb-ic-password, .bb-ic-password-repeat{ width: 100%; height: 35px; border: 0; font-size: 1em; color: #333; padding: 0 5px; } .bb-ic-name-container{ grid-area: first-name; } .bb-ic-surname-container{ grid-area: last-name; } .bb-ic-email-container{ grid-area: email; width: 100%; } .bb-ic-email{ width: calc(100% - 10px); } .bb-ic-password-container{ grid-area: password; } .bb-ic-password-repeat-container{ grid-area: password-repeat; } .underline{ position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; pointer-events: none; } .underline:before{ background: #262626; content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; transition: .7s; } .bb-ic-name:focus + .underline:before, .bb-ic-surname:focus + .underline:before, .bb-ic-email:focus + .underline:before, .bb-ic-password:focus + .underline:before, .bb-ic-password-repeat:focus + .underline:before{ width: 100%; } .error-message{ grid-area: error; font-size: 13px; color: red; } .register-btn{ grid-area: confirm-btn; position: relative; width: 150px; height: 40px; font-size: 13px; font-weight: bold; color: #262626; text-transform: uppercase; outline: none; border: none; background: #C6FFDD; background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); border-radius: 50px; cursor: pointer; z-index: 0; } .register-btn:before{ display: block; position: absolute; height: 100%; width: 100%; top: 0; left: 0; border-radius: 50px; background: #C6FFDD; background: -webkit-linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); background: linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); content: ''; opacity: 0; z-index: -1; transition: opacity 1s; } .register-btn:hover:before{ opacity: 1; } .register-using-text{ font-size: 14px; margin: 1em; } .social-container{ display: flex; } .social-item{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; margin: 5px; font-size: 15px; text-decoration: none; color: white; transition: 1s; } .social-item:hover{ background-color: #333; } .social-google{ background-color: #dd4b39; } .social-twitter{ background-color: #55acee; } .social-telegram{ background-color: #0088cc; } .callout{ background-color: #fff; width: 350px; margin: 1em 0; border-radius: 5px; padding: 15px 20px; text-align: center; box-sizing: border-box; font-family: 'Source Sans Pro',sans-serif; font-size: 16px; box-shadow: 2px 2px 15px #929292; } .callout a{ color: #0366d6; text-decoration: none; } .callout a:hover { text-decoration: underline; }
0.438304
0.09314
.loader { width: 80px; height: 20px; display: inline-block; text-align: center; white-space: nowrap; } .loader .dot { height: 20px; width: 20px; border-radius: 100%; display: inline-block; background: rgb(213, 58, 38); opacity: 0; transition: opacity 1s; margin: 0 3px; float: left; } @-webkit-keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @-moz-keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @-o-keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } .loader .dot-0 { -webkit-animation: fade-dots-0 1s 0s linear infinite; /* Safari 4+ */ -moz-animation: fade-dots-0 1s 0s linear infinite; /* Fx 5+ */ -o-animation: fade-dots-0 1s 0s linear infinite; /* Opera 12+ */ animation: fade-dots-0 1s 0s linear infinite; /* IE 10+, Fx 29+ */ } .loader .dot-1 { -webkit-animation: fade-dots-1 1s 0s linear infinite; /* Safari 4+ */ -moz-animation: fade-dots-1 1s 0s linear infinite; /* Fx 5+ */ -o-animation: fade-dots-1 1s 0s linear infinite; /* Opera 12+ */ animation: fade-dots-1 1s 0s linear infinite; /* IE 10+, Fx 29+ */ } .loader .dot-2 { -webkit-animation: fade-dots-2 1s 0s linear infinite; /* Safari 4+ */ -moz-animation: fade-dots-2 1s 0s linear infinite; /* Fx 5+ */ -o-animation: fade-dots-2 1s 0s linear infinite; /* Opera 12+ */ animation: fade-dots-2 1s 0s linear infinite; /* IE 10+, Fx 29+ */ }
_includes/assets/css/loader.css
.loader { width: 80px; height: 20px; display: inline-block; text-align: center; white-space: nowrap; } .loader .dot { height: 20px; width: 20px; border-radius: 100%; display: inline-block; background: rgb(213, 58, 38); opacity: 0; transition: opacity 1s; margin: 0 3px; float: left; } @-webkit-keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @-moz-keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @-o-keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @keyframes fade-dots-0 { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes fade-dots-1 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-dots-2 { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } .loader .dot-0 { -webkit-animation: fade-dots-0 1s 0s linear infinite; /* Safari 4+ */ -moz-animation: fade-dots-0 1s 0s linear infinite; /* Fx 5+ */ -o-animation: fade-dots-0 1s 0s linear infinite; /* Opera 12+ */ animation: fade-dots-0 1s 0s linear infinite; /* IE 10+, Fx 29+ */ } .loader .dot-1 { -webkit-animation: fade-dots-1 1s 0s linear infinite; /* Safari 4+ */ -moz-animation: fade-dots-1 1s 0s linear infinite; /* Fx 5+ */ -o-animation: fade-dots-1 1s 0s linear infinite; /* Opera 12+ */ animation: fade-dots-1 1s 0s linear infinite; /* IE 10+, Fx 29+ */ } .loader .dot-2 { -webkit-animation: fade-dots-2 1s 0s linear infinite; /* Safari 4+ */ -moz-animation: fade-dots-2 1s 0s linear infinite; /* Fx 5+ */ -o-animation: fade-dots-2 1s 0s linear infinite; /* Opera 12+ */ animation: fade-dots-2 1s 0s linear infinite; /* IE 10+, Fx 29+ */ }
0.528047
0.088544
@font-face { font-family: 'alloyeditor-atlas'; src:url('fonts/alloyeditor-atlas.eot'); src:url('fonts/alloyeditor-atlas.eot?#iefix') format('embedded-opentype'), url('fonts/alloyeditor-atlas.woff') format('woff'), url('fonts/alloyeditor-atlas.ttf') format('truetype'), url('fonts/alloyeditor-atlas.svg#alloyeditor-atlas') format('svg'); font-weight: normal; font-style: normal; } [class*="ae-icon-"], [class*=" ae-icon-"] { display: block; font-family: 'alloyeditor-atlas'; speak: none; font-size: 20px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1.2; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ae-icon-add:before { content: "\"; } .ae-icon-align-center:before { content: "\"; } .ae-icon-align-justified:before { content: "\"; } .ae-icon-align-left:before { content: "\"; } .ae-icon-align-right:before { content: "\"; } .ae-icon-arrow:before { content: "\"; } .ae-icon-audio:before { content: "\"; } .ae-icon-bin:before { content: "\"; } .ae-icon-bold:before { content: "\"; } .ae-icon-bulleted-list:before { content: "\"; } .ae-icon-camera:before { content: "\"; } .ae-icon-cell:before { content: "\"; } .ae-icon-close:before { content: "\"; } .ae-icon-code:before { content: "\"; } .ae-icon-column:before { content: "\"; } .ae-icon-embed:before { content: "\"; } .ae-icon-h1:before { content: "\"; } .ae-icon-h2:before { content: "\"; } .ae-icon-image:before { content: "\"; } .ae-icon-indent-block:before { content: "\"; } .ae-icon-italic:before { content: "\"; } .ae-icon-link:before { content: "\"; } .ae-icon-numbered-list:before { content: "\"; } .ae-icon-ok:before { content: "\"; } .ae-icon-outdent-block:before { content: "\"; } .ae-icon-quote:before { content: "\"; } .ae-icon-remove:before { content: "\"; } .ae-icon-removeformat:before { content: "\"; } .ae-icon-row:before { content: "\"; } .ae-icon-separator:before { content: "\"; } .ae-icon-strike:before { content: "\"; } .ae-icon-subscript:before { content: "\"; } .ae-icon-superscript:before { content: "\"; } .ae-icon-table:before { content: "\"; } .ae-icon-twitter:before { content: "\"; } .ae-icon-underline:before { content: "\"; } .ae-icon-unlink:before { content: "\"; } .ae-icon-video:before { content: "\"; } @charset "UTF-8"; /** GENERAL VARIABLES */ /** COMPONENT VARIABLES **/ /** DROPDOWN-LISTBOX **/ /** DROPDOWN-LISTBOX HEADER **/ /** DROPDOWN-LISTBOX ITEM */ /** ARROW-BOX **/ /** CONTAINER **/ /** CONTAINER-DROPDOWN **/ /** CONTAINER-EDIT **/ /** CONTAINER-INPUT */ /** DROPDOWN **/ /** DROPDOWN-LISTBOX HEADER **/ /** DROPDOWN-LISTBOX ITEM **/ /** TOOLBAR **/ /** * The order of imports is as follow: * CSS for outer (parent) components should precede * the CSS of nested components or components which * stay on the same level in the hierarchy. */ .ae-placeholder:not(:focus):before { content: attr(data-placeholder); position: absolute; } .ae-twitter-link { padding: 0 5px; } .ae-twitter-link:after { display: inline-block; margin: 0 0 0 4px; vertical-align: middle; } .ae-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .ae-ui IE10-PLUS::-ms-reveal, .ae-ui [class^=ae-toolbar] { height: auto; box-sizing: content-box; } .ae-ui .ae-toolbar, .ae-ui [class^=ae-toolbar-] { line-height: 1; padding: 8px; position: absolute; } .ae-ui .ae-toolbar input, .ae-ui .ae-toolbar textarea, .ae-ui .ae-toolbar keygen, .ae-ui .ae-toolbar select, .ae-ui .ae-toolbar button, .ae-ui [class^=ae-toolbar-] input, .ae-ui [class^=ae-toolbar-] textarea, .ae-ui [class^=ae-toolbar-] keygen, .ae-ui [class^=ae-toolbar-] select, .ae-ui [class^=ae-toolbar-] button { font-size: 16px; } .ae-ui .ae-toolbar.ae-toolbar-transition, .ae-ui [class^=ae-toolbar-].ae-toolbar-transition { -webkit-transition-property: height, left, opacity, top; -moz-transition-property: height, left, opacity, top; transition-property: height, left, opacity, top; -webkit-transition-duration: 0.15s; -moz-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; transition-timing-function: ease-out; } .ae-ui .ae-toolbar .ae-button, .ae-ui .ae-toolbar .ae-toolbar-element, .ae-ui [class^=ae-toolbar-] .ae-button, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element { border-width: 0; color: inherit; cursor: pointer; margin: 0; padding: 0; } .ae-ui .ae-toolbar .ae-button:hover:disabled, .ae-ui .ae-toolbar .ae-button:hover.ae-button-disabled, .ae-ui .ae-toolbar .ae-button:focus:disabled, .ae-ui .ae-toolbar .ae-button:focus.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element:hover:disabled, .ae-ui .ae-toolbar .ae-toolbar-element:hover.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element:focus:disabled, .ae-ui .ae-toolbar .ae-toolbar-element:focus.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button:hover:disabled, .ae-ui [class^=ae-toolbar-] .ae-button:hover.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button:focus:disabled, .ae-ui [class^=ae-toolbar-] .ae-button:focus.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:hover:disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:hover.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:focus:disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:focus.ae-button-disabled { color: inherit; } .ae-ui .ae-toolbar .ae-button:disabled, .ae-ui .ae-toolbar .ae-button.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element:disabled, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button:disabled, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-disabled { cursor: auto; opacity: 0.3; } .ae-ui .ae-toolbar .ae-button, .ae-ui [class^=ae-toolbar-] .ae-button { height: 40px; width: 40px; } .ae-ui .ae-toolbar-add { border: solid 2px transparent; padding: 0; } .ae-ui .ae-toolbar-add .ae-button { height: 44px; width: 44px; } .ae-ui .ae-toolbar-styles { box-sizing: border-box; max-width: 100%; } .ae-ui .ae-arrow-box:after { content: ''; margin: auto; position: absolute; } .ae-ui .ae-arrow-box.ae-arrow-box-bottom:after { height: 0; width: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 8px solid currentColor; left: 0; right: 0; top: 100%; } .ae-ui .ae-arrow-box.ae-arrow-box-top:after { height: 0; width: 0; border-bottom: 8px solid currentColor; border-left: 9px solid transparent; border-right: 9px solid transparent; left: 0; right: 0; top: -8px; } .ae-ui .ae-arrow-box.ae-arrow-box-top-left:after { height: 0; width: 0; border-bottom: 8px solid currentColor; border-left: 9px solid transparent; border-right: 9px solid transparent; left: 12px; top: -8px; } .ae-ui .ae-arrow-box.ae-arrow-box-top-right:after { height: 0; width: 0; border-bottom: 8px solid currentColor; border-left: 9px solid transparent; border-right: 9px solid transparent; right: 12px; top: -8px; } .ae-ui .ae-arrow-box.ae-arrow-box-left:after { height: 0; width: 0; border-bottom: 9px solid transparent; border-right: 8px solid currentColor; border-top: 9px solid transparent; left: -8px; top: 0; bottom: 0; } .ae-ui .ae-arrow-box.ae-arrow-box-right:after { height: 0; width: 0; border-bottom: 9px solid transparent; border-left: 8px solid currentColor; border-top: 9px solid transparent; right: -8px; top: 0; bottom: 0; } .ae-ui .ae-container, .ae-ui [class^=ae-container-] { -webkit-box-align: center; -moz-box-align: center; box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -ms-flex-align: center; display: -webkit-inline-box; display: -moz-inline-box; display: inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -webkit-box-direction: normal; -moz-box-direction: normal; box-direction: normal; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -ms-flex-direction: row; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; } .ae-ui .ae-container *, .ae-ui .ae-container *:after, .ae-ui .ae-container *:before, .ae-ui [class^=ae-container-] *, .ae-ui [class^=ae-container-] *:after, .ae-ui [class^=ae-container-] *:before { box-sizing: inherit; color: inherit; } .ae-ui .ae-container input, .ae-ui .ae-container textarea, .ae-ui .ae-container keygen, .ae-ui .ae-container select, .ae-ui .ae-container button, .ae-ui [class^=ae-container-] input, .ae-ui [class^=ae-container-] textarea, .ae-ui [class^=ae-container-] keygen, .ae-ui [class^=ae-container-] select, .ae-ui [class^=ae-container-] button { color: initial; } .ae-ui .ae-container .ae-container, .ae-ui .ae-container [class^=ae-container-], .ae-ui .ae-container .ae-button, .ae-ui .ae-container .ae-toolbar-element, .ae-ui .ae-container label, .ae-ui [class^=ae-container-] .ae-container, .ae-ui [class^=ae-container-] [class^=ae-container-], .ae-ui [class^=ae-container-] .ae-button, .ae-ui [class^=ae-container-] .ae-toolbar-element, .ae-ui [class^=ae-container-] label { font-size: 16px; margin: 0; position: relative; } .ae-ui .ae-container .ae-container:not(:last-child), .ae-ui .ae-container [class^=ae-container-]:not(:last-child), .ae-ui .ae-container .ae-button:not(:last-child), .ae-ui .ae-container .ae-toolbar-element:not(:last-child), .ae-ui .ae-container label:not(:last-child), .ae-ui [class^=ae-container-] .ae-container:not(:last-child), .ae-ui [class^=ae-container-] [class^=ae-container-]:not(:last-child), .ae-ui [class^=ae-container-] .ae-button:not(:last-child), .ae-ui [class^=ae-container-] .ae-toolbar-element:not(:last-child), .ae-ui [class^=ae-container-] label:not(:last-child) { margin-right: 0; } .ae-ui .ae-container-edit-link, .ae-ui .ae-container-edit-table { height: 40px \9; } .ae-ui .ae-container-edit-link *, .ae-ui .ae-container-edit-table * { float: left \9; } .ae-ui .ae-container-edit-link label, .ae-ui .ae-container-edit-table label { padding: 0 10px; position: relative \9; top: 25% \9; transform: translateY(-50%) \9; } .ae-ui .ae-container-edit-link IE10-PLUS::-ms-reveal, .ae-ui .ae-container-edit-link label, .ae-ui .ae-container-edit-table IE10-PLUS::-ms-reveal, .ae-ui .ae-container-edit-table label { top: 0; transform: translateY(0); } .ae-ui .ae-container-input { -webkit-box-lines: single; -moz-box-lines: single; box-lines: single; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 240px; } .ae-ui .ae-container-input.xxl { width: 400px; } .ae-ui .ae-container-input.medium { width: 120px; } .ae-ui .ae-container-input.small { width: 60px; } .ae-ui .ae-container-input.flexible { width: auto; flex-grow: 1; } .ae-ui .ae-container-input input, .ae-ui .ae-container-input .ae-input { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; height: 40px; margin: 0; max-width: 100%; padding: 10px 6px 10px 12px; display: inline-block \9; width: 200px \9; } .ae-ui .ae-container-input .ae-container-dropdown { padding-left: 4px; } .ae-ui .ae-container-input .ae-icon-remove { float: right \9; } .ae-ui .ae-container-dropdown, .ae-ui [class^=ae-container-dropdown-] { float: left \9; width: 120px !important; } .ae-ui .ae-container-dropdown > .ae-toolbar-element, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element { float: left \9; height: 40px; text-align: left; width: 100%; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container { padding: 0 10px; height: 100% \9; width: 100%; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-icon-arrow, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-icon-arrow { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); float: right \9; position: absolute \9; right: 0 \9; top: 25% \9; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; display: inline-block; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative \9; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container IE10-PLUS::-ms-reveal, .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container IE10-PLUS::-ms-reveal, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item { top: 0; transform: translateY(0); } .ae-ui .ae-container-dropdown-small { width: 80px !important; } .ae-ui .ae-container-dropdown-medium { width: 100px !important; } .ae-ui .ae-container-dropdown-xl { width: 200px !important; } .ae-ui .ae-button-bridge [class*="ae-icon-"], .ae-ui .ae-button-bridge [class*=" ae-icon-"] { background-repeat: no-repeat; display: block; height: 16px; width: 16px; margin-left: 12px; } .ae-ui .ae-has-dropdown { display: block; float: left \9; /* Set width here (not min-width) to prevent the dropdown container from moving when expanding/collapsing the it */ width: 40px; } .ae-ui .ae-dropdown, .ae-ui [class^=ae-dropdown-] { left: 0; padding: 0; position: absolute; z-index: 1; top: 48px; } .ae-ui .ae-dropdown .ae-list-header, .ae-ui [class^=ae-dropdown-] .ae-list-header { display: inline-block; margin: 8px 12px; } .ae-ui .ae-dropdown .ae-list-header:first-child, .ae-ui [class^=ae-dropdown-] .ae-list-header:first-child { margin-top: 8px; } .ae-ui .ae-dropdown .ae-listbox, .ae-ui [class^=ae-dropdown-] .ae-listbox { list-style: none; margin: 0; min-height: 44px; min-width: 132px; padding: 0; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element { font-size: 16px; height: 3em; line-height: 28px; margin-right: 0; max-height: 44px; min-width: 100%; padding: 8px 12px; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: auto; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element *, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element * { display: inline; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element[class^=ae-icon-]:before, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element[class^=ae-icon-]:before { padding-right: 8px; vertical-align: middle; } .ae-ui .ae-dropdown *, .ae-ui [class^=ae-dropdown-] * { display: block \9; } .ae-ui .ae-camera { align-items: center; display: flex; flex-flow: column; justify-content: center; } .ae-ui .ae-camera .ae-camera-canvas { left: -10000px; position: absolute; top: -10000px; } .ae-ui .ae-camera .ae-camera-shoot { margin-top: 10px; } /** GENERAL VARIABLES **/ /** * AUTOGENERATED FONT ICON MAP * * This map is autogenerated in build-time based on the contents * of the icons/svg folder. It maps the generated icon names with * their corresponding glyphs. * * Use this for consistency in any skin where an icon needs to be * referenced from within the css like this: * * .ae-some-link:after { * content: map-get($font-icon-map, iconName); * } */ /** COLOR PALETTE **/ /** COMPONENT VARIABLES **/ /** ARROW-BOX **/ /** CONTAINER-DROPDOWN **/ /** CONTAINER-INPUT **/ /** DROPDOWN **/ /** DROPDOWN-LISTBOX HEADER **/ /** DROPDOWN-LIST **/ /** SELECTION **/ /** TOOLBAR **/ .ae-editable ::-moz-selection { background: #aebcc8 !important; color: #fff; text-shadow: none; } .ae-editable ::selection { background: #aebcc8 !important; color: #fff; text-shadow: none; } .ae-twitter-link { background-color: #f8f8f8; } .ae-twitter-link:after { content: ""; font-family: alloyeditor-atlas; } .ae-ui .ae-arrow-box.ae-arrow-box-bottom:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-top:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-top-left:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-top-right:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-left:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-right:after { color: #29353D; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-icon-arrow, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-icon-arrow { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .ae-ui .ae-container-input { background-color: #fff; border-radius: 2px; } .ae-ui .ae-container-input .ae-icon-remove { color: #869CAD; font-size: 20px; line-height: 20px; } .ae-ui .ae-container-input .ae-container-dropdown { background-color: #f6f8f9; color: #000; } .ae-ui .ae-container-input input, .ae-ui .ae-container-input .ae-input { border-radius: 2px; border-width: 0; color: #869CAD; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px; outline: none; } .ae-ui .ae-container-input input::-webkit-input-placeholder, .ae-ui .ae-container-input .ae-input::-webkit-input-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input::-moz-placeholder, .ae-ui .ae-container-input .ae-input::-moz-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input:-moz-placeholder, .ae-ui .ae-container-input .ae-input:-moz-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input:-ms-input-placeholder, .ae-ui .ae-container-input .ae-input:-ms-input-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input:focus, .ae-ui .ae-container-input .ae-input:focus { box-shadow: none; } .ae-ui .ae-container-input input::-ms-clear, .ae-ui .ae-container-input .ae-input::-ms-clear { display: none; } .ae-ui .ae-button-bridge [class*="ae-icon-"], .ae-ui .ae-button-bridge [class*=" ae-icon-"] { -webkit-filter: brightness(0) invert(100%); filter: brightness(0) invert(100%); } .ae-ui .ae-button-bridge [class*="ae-icon-"]:hover, .ae-ui .ae-button-bridge [class*=" ae-icon-"]:hover { -webkit-filter: sepia(80%) hue-rotate(-20deg) invert(90%) saturate(8); filter: sepia(80%) hue-rotate(-20deg) invert(90%) saturate(8); } .ae-ui .ae-dropdown, .ae-ui [class^=ae-dropdown-] { background-color: #fcfcfc; border: 1px solid #dce0e3; border-radius: 4px; box-shadow: 0 2px 4px 0 #e4ebf0; color: #869CAD; } .ae-ui .ae-dropdown.ae-arrow-box:after, .ae-ui [class^=ae-dropdown-].ae-arrow-box:after { color: #fcfcfc; display: block; } .ae-ui .ae-dropdown .ae-list-header, .ae-ui [class^=ae-dropdown-] .ae-list-header { color: #b0b4bb; font-size: 14px; font-style: italic; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element:hover, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element:hover { background-color: #f6f8f9; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element.active, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element.active { color: #65B6F0; } .ae-ui .ae-toolbar, .ae-ui [class^=ae-toolbar-] { background-color: #29353D; border-radius: 2px; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .ae-ui .ae-toolbar .ae-button, .ae-ui .ae-toolbar .ae-toolbar-element, .ae-ui [class^=ae-toolbar-] .ae-button, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element { background-color: transparent; } .ae-ui .ae-toolbar .ae-button:hover, .ae-ui .ae-toolbar .ae-toolbar-element:hover, .ae-ui [class^=ae-toolbar-] .ae-button:hover, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:hover { color: #65B6F0; } .ae-ui .ae-toolbar .ae-button.ae-button-pressed, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-pressed, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-pressed, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-pressed { background-color: #394a55; } .ae-ui .ae-toolbar .ae-button.ae-button-pressed:hover, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-pressed:hover, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-pressed:hover, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-pressed:hover { color: #65B6F0; } .ae-ui .ae-toolbar .ae-button.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-disabled { opacity: 0.3; } .ae-ui .ae-toolbar-add { background-color: #fff; border-color: #aebcc8; border-radius: 4px; color: #869CAD; } .ae-ui .ae-toolbar-add:hover, .ae-ui .ae-toolbar-add:focus { opacity: 0.7; } .ae-ui .ae-toolbar-add .ae-button-add:hover, .ae-ui .ae-toolbar-add .ae-button-add:focus { color: inherit; } .ae-ui .ae-toolbar-add .ae-button-add .ae-icon-add { font-size: 22px; line-height: 22px; } [class*="ae-icon-"], [class*=" ae-icon-"] { font-size: 14px; line-height: 1; }
public/lib/alloy-editor/assets/alloy-editor-atlas.css
@font-face { font-family: 'alloyeditor-atlas'; src:url('fonts/alloyeditor-atlas.eot'); src:url('fonts/alloyeditor-atlas.eot?#iefix') format('embedded-opentype'), url('fonts/alloyeditor-atlas.woff') format('woff'), url('fonts/alloyeditor-atlas.ttf') format('truetype'), url('fonts/alloyeditor-atlas.svg#alloyeditor-atlas') format('svg'); font-weight: normal; font-style: normal; } [class*="ae-icon-"], [class*=" ae-icon-"] { display: block; font-family: 'alloyeditor-atlas'; speak: none; font-size: 20px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1.2; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ae-icon-add:before { content: "\"; } .ae-icon-align-center:before { content: "\"; } .ae-icon-align-justified:before { content: "\"; } .ae-icon-align-left:before { content: "\"; } .ae-icon-align-right:before { content: "\"; } .ae-icon-arrow:before { content: "\"; } .ae-icon-audio:before { content: "\"; } .ae-icon-bin:before { content: "\"; } .ae-icon-bold:before { content: "\"; } .ae-icon-bulleted-list:before { content: "\"; } .ae-icon-camera:before { content: "\"; } .ae-icon-cell:before { content: "\"; } .ae-icon-close:before { content: "\"; } .ae-icon-code:before { content: "\"; } .ae-icon-column:before { content: "\"; } .ae-icon-embed:before { content: "\"; } .ae-icon-h1:before { content: "\"; } .ae-icon-h2:before { content: "\"; } .ae-icon-image:before { content: "\"; } .ae-icon-indent-block:before { content: "\"; } .ae-icon-italic:before { content: "\"; } .ae-icon-link:before { content: "\"; } .ae-icon-numbered-list:before { content: "\"; } .ae-icon-ok:before { content: "\"; } .ae-icon-outdent-block:before { content: "\"; } .ae-icon-quote:before { content: "\"; } .ae-icon-remove:before { content: "\"; } .ae-icon-removeformat:before { content: "\"; } .ae-icon-row:before { content: "\"; } .ae-icon-separator:before { content: "\"; } .ae-icon-strike:before { content: "\"; } .ae-icon-subscript:before { content: "\"; } .ae-icon-superscript:before { content: "\"; } .ae-icon-table:before { content: "\"; } .ae-icon-twitter:before { content: "\"; } .ae-icon-underline:before { content: "\"; } .ae-icon-unlink:before { content: "\"; } .ae-icon-video:before { content: "\"; } @charset "UTF-8"; /** GENERAL VARIABLES */ /** COMPONENT VARIABLES **/ /** DROPDOWN-LISTBOX **/ /** DROPDOWN-LISTBOX HEADER **/ /** DROPDOWN-LISTBOX ITEM */ /** ARROW-BOX **/ /** CONTAINER **/ /** CONTAINER-DROPDOWN **/ /** CONTAINER-EDIT **/ /** CONTAINER-INPUT */ /** DROPDOWN **/ /** DROPDOWN-LISTBOX HEADER **/ /** DROPDOWN-LISTBOX ITEM **/ /** TOOLBAR **/ /** * The order of imports is as follow: * CSS for outer (parent) components should precede * the CSS of nested components or components which * stay on the same level in the hierarchy. */ .ae-placeholder:not(:focus):before { content: attr(data-placeholder); position: absolute; } .ae-twitter-link { padding: 0 5px; } .ae-twitter-link:after { display: inline-block; margin: 0 0 0 4px; vertical-align: middle; } .ae-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .ae-ui IE10-PLUS::-ms-reveal, .ae-ui [class^=ae-toolbar] { height: auto; box-sizing: content-box; } .ae-ui .ae-toolbar, .ae-ui [class^=ae-toolbar-] { line-height: 1; padding: 8px; position: absolute; } .ae-ui .ae-toolbar input, .ae-ui .ae-toolbar textarea, .ae-ui .ae-toolbar keygen, .ae-ui .ae-toolbar select, .ae-ui .ae-toolbar button, .ae-ui [class^=ae-toolbar-] input, .ae-ui [class^=ae-toolbar-] textarea, .ae-ui [class^=ae-toolbar-] keygen, .ae-ui [class^=ae-toolbar-] select, .ae-ui [class^=ae-toolbar-] button { font-size: 16px; } .ae-ui .ae-toolbar.ae-toolbar-transition, .ae-ui [class^=ae-toolbar-].ae-toolbar-transition { -webkit-transition-property: height, left, opacity, top; -moz-transition-property: height, left, opacity, top; transition-property: height, left, opacity, top; -webkit-transition-duration: 0.15s; -moz-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; transition-timing-function: ease-out; } .ae-ui .ae-toolbar .ae-button, .ae-ui .ae-toolbar .ae-toolbar-element, .ae-ui [class^=ae-toolbar-] .ae-button, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element { border-width: 0; color: inherit; cursor: pointer; margin: 0; padding: 0; } .ae-ui .ae-toolbar .ae-button:hover:disabled, .ae-ui .ae-toolbar .ae-button:hover.ae-button-disabled, .ae-ui .ae-toolbar .ae-button:focus:disabled, .ae-ui .ae-toolbar .ae-button:focus.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element:hover:disabled, .ae-ui .ae-toolbar .ae-toolbar-element:hover.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element:focus:disabled, .ae-ui .ae-toolbar .ae-toolbar-element:focus.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button:hover:disabled, .ae-ui [class^=ae-toolbar-] .ae-button:hover.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button:focus:disabled, .ae-ui [class^=ae-toolbar-] .ae-button:focus.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:hover:disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:hover.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:focus:disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:focus.ae-button-disabled { color: inherit; } .ae-ui .ae-toolbar .ae-button:disabled, .ae-ui .ae-toolbar .ae-button.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element:disabled, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button:disabled, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-disabled { cursor: auto; opacity: 0.3; } .ae-ui .ae-toolbar .ae-button, .ae-ui [class^=ae-toolbar-] .ae-button { height: 40px; width: 40px; } .ae-ui .ae-toolbar-add { border: solid 2px transparent; padding: 0; } .ae-ui .ae-toolbar-add .ae-button { height: 44px; width: 44px; } .ae-ui .ae-toolbar-styles { box-sizing: border-box; max-width: 100%; } .ae-ui .ae-arrow-box:after { content: ''; margin: auto; position: absolute; } .ae-ui .ae-arrow-box.ae-arrow-box-bottom:after { height: 0; width: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 8px solid currentColor; left: 0; right: 0; top: 100%; } .ae-ui .ae-arrow-box.ae-arrow-box-top:after { height: 0; width: 0; border-bottom: 8px solid currentColor; border-left: 9px solid transparent; border-right: 9px solid transparent; left: 0; right: 0; top: -8px; } .ae-ui .ae-arrow-box.ae-arrow-box-top-left:after { height: 0; width: 0; border-bottom: 8px solid currentColor; border-left: 9px solid transparent; border-right: 9px solid transparent; left: 12px; top: -8px; } .ae-ui .ae-arrow-box.ae-arrow-box-top-right:after { height: 0; width: 0; border-bottom: 8px solid currentColor; border-left: 9px solid transparent; border-right: 9px solid transparent; right: 12px; top: -8px; } .ae-ui .ae-arrow-box.ae-arrow-box-left:after { height: 0; width: 0; border-bottom: 9px solid transparent; border-right: 8px solid currentColor; border-top: 9px solid transparent; left: -8px; top: 0; bottom: 0; } .ae-ui .ae-arrow-box.ae-arrow-box-right:after { height: 0; width: 0; border-bottom: 9px solid transparent; border-left: 8px solid currentColor; border-top: 9px solid transparent; right: -8px; top: 0; bottom: 0; } .ae-ui .ae-container, .ae-ui [class^=ae-container-] { -webkit-box-align: center; -moz-box-align: center; box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -ms-flex-align: center; display: -webkit-inline-box; display: -moz-inline-box; display: inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -webkit-box-direction: normal; -moz-box-direction: normal; box-direction: normal; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -ms-flex-direction: row; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; } .ae-ui .ae-container *, .ae-ui .ae-container *:after, .ae-ui .ae-container *:before, .ae-ui [class^=ae-container-] *, .ae-ui [class^=ae-container-] *:after, .ae-ui [class^=ae-container-] *:before { box-sizing: inherit; color: inherit; } .ae-ui .ae-container input, .ae-ui .ae-container textarea, .ae-ui .ae-container keygen, .ae-ui .ae-container select, .ae-ui .ae-container button, .ae-ui [class^=ae-container-] input, .ae-ui [class^=ae-container-] textarea, .ae-ui [class^=ae-container-] keygen, .ae-ui [class^=ae-container-] select, .ae-ui [class^=ae-container-] button { color: initial; } .ae-ui .ae-container .ae-container, .ae-ui .ae-container [class^=ae-container-], .ae-ui .ae-container .ae-button, .ae-ui .ae-container .ae-toolbar-element, .ae-ui .ae-container label, .ae-ui [class^=ae-container-] .ae-container, .ae-ui [class^=ae-container-] [class^=ae-container-], .ae-ui [class^=ae-container-] .ae-button, .ae-ui [class^=ae-container-] .ae-toolbar-element, .ae-ui [class^=ae-container-] label { font-size: 16px; margin: 0; position: relative; } .ae-ui .ae-container .ae-container:not(:last-child), .ae-ui .ae-container [class^=ae-container-]:not(:last-child), .ae-ui .ae-container .ae-button:not(:last-child), .ae-ui .ae-container .ae-toolbar-element:not(:last-child), .ae-ui .ae-container label:not(:last-child), .ae-ui [class^=ae-container-] .ae-container:not(:last-child), .ae-ui [class^=ae-container-] [class^=ae-container-]:not(:last-child), .ae-ui [class^=ae-container-] .ae-button:not(:last-child), .ae-ui [class^=ae-container-] .ae-toolbar-element:not(:last-child), .ae-ui [class^=ae-container-] label:not(:last-child) { margin-right: 0; } .ae-ui .ae-container-edit-link, .ae-ui .ae-container-edit-table { height: 40px \9; } .ae-ui .ae-container-edit-link *, .ae-ui .ae-container-edit-table * { float: left \9; } .ae-ui .ae-container-edit-link label, .ae-ui .ae-container-edit-table label { padding: 0 10px; position: relative \9; top: 25% \9; transform: translateY(-50%) \9; } .ae-ui .ae-container-edit-link IE10-PLUS::-ms-reveal, .ae-ui .ae-container-edit-link label, .ae-ui .ae-container-edit-table IE10-PLUS::-ms-reveal, .ae-ui .ae-container-edit-table label { top: 0; transform: translateY(0); } .ae-ui .ae-container-input { -webkit-box-lines: single; -moz-box-lines: single; box-lines: single; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 240px; } .ae-ui .ae-container-input.xxl { width: 400px; } .ae-ui .ae-container-input.medium { width: 120px; } .ae-ui .ae-container-input.small { width: 60px; } .ae-ui .ae-container-input.flexible { width: auto; flex-grow: 1; } .ae-ui .ae-container-input input, .ae-ui .ae-container-input .ae-input { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; height: 40px; margin: 0; max-width: 100%; padding: 10px 6px 10px 12px; display: inline-block \9; width: 200px \9; } .ae-ui .ae-container-input .ae-container-dropdown { padding-left: 4px; } .ae-ui .ae-container-input .ae-icon-remove { float: right \9; } .ae-ui .ae-container-dropdown, .ae-ui [class^=ae-container-dropdown-] { float: left \9; width: 120px !important; } .ae-ui .ae-container-dropdown > .ae-toolbar-element, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element { float: left \9; height: 40px; text-align: left; width: 100%; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container { padding: 0 10px; height: 100% \9; width: 100%; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-icon-arrow, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-icon-arrow { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); float: right \9; position: absolute \9; right: 0 \9; top: 25% \9; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; display: inline-block; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative \9; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container IE10-PLUS::-ms-reveal, .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container IE10-PLUS::-ms-reveal, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-container-dropdown-selected-item { top: 0; transform: translateY(0); } .ae-ui .ae-container-dropdown-small { width: 80px !important; } .ae-ui .ae-container-dropdown-medium { width: 100px !important; } .ae-ui .ae-container-dropdown-xl { width: 200px !important; } .ae-ui .ae-button-bridge [class*="ae-icon-"], .ae-ui .ae-button-bridge [class*=" ae-icon-"] { background-repeat: no-repeat; display: block; height: 16px; width: 16px; margin-left: 12px; } .ae-ui .ae-has-dropdown { display: block; float: left \9; /* Set width here (not min-width) to prevent the dropdown container from moving when expanding/collapsing the it */ width: 40px; } .ae-ui .ae-dropdown, .ae-ui [class^=ae-dropdown-] { left: 0; padding: 0; position: absolute; z-index: 1; top: 48px; } .ae-ui .ae-dropdown .ae-list-header, .ae-ui [class^=ae-dropdown-] .ae-list-header { display: inline-block; margin: 8px 12px; } .ae-ui .ae-dropdown .ae-list-header:first-child, .ae-ui [class^=ae-dropdown-] .ae-list-header:first-child { margin-top: 8px; } .ae-ui .ae-dropdown .ae-listbox, .ae-ui [class^=ae-dropdown-] .ae-listbox { list-style: none; margin: 0; min-height: 44px; min-width: 132px; padding: 0; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element { font-size: 16px; height: 3em; line-height: 28px; margin-right: 0; max-height: 44px; min-width: 100%; padding: 8px 12px; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: auto; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element *, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element * { display: inline; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element[class^=ae-icon-]:before, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element[class^=ae-icon-]:before { padding-right: 8px; vertical-align: middle; } .ae-ui .ae-dropdown *, .ae-ui [class^=ae-dropdown-] * { display: block \9; } .ae-ui .ae-camera { align-items: center; display: flex; flex-flow: column; justify-content: center; } .ae-ui .ae-camera .ae-camera-canvas { left: -10000px; position: absolute; top: -10000px; } .ae-ui .ae-camera .ae-camera-shoot { margin-top: 10px; } /** GENERAL VARIABLES **/ /** * AUTOGENERATED FONT ICON MAP * * This map is autogenerated in build-time based on the contents * of the icons/svg folder. It maps the generated icon names with * their corresponding glyphs. * * Use this for consistency in any skin where an icon needs to be * referenced from within the css like this: * * .ae-some-link:after { * content: map-get($font-icon-map, iconName); * } */ /** COLOR PALETTE **/ /** COMPONENT VARIABLES **/ /** ARROW-BOX **/ /** CONTAINER-DROPDOWN **/ /** CONTAINER-INPUT **/ /** DROPDOWN **/ /** DROPDOWN-LISTBOX HEADER **/ /** DROPDOWN-LIST **/ /** SELECTION **/ /** TOOLBAR **/ .ae-editable ::-moz-selection { background: #aebcc8 !important; color: #fff; text-shadow: none; } .ae-editable ::selection { background: #aebcc8 !important; color: #fff; text-shadow: none; } .ae-twitter-link { background-color: #f8f8f8; } .ae-twitter-link:after { content: ""; font-family: alloyeditor-atlas; } .ae-ui .ae-arrow-box.ae-arrow-box-bottom:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-top:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-top-left:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-top-right:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-left:after { color: #29353D; } .ae-ui .ae-arrow-box.ae-arrow-box-right:after { color: #29353D; } .ae-ui .ae-container-dropdown > .ae-toolbar-element .ae-container .ae-icon-arrow, .ae-ui [class^=ae-container-dropdown-] > .ae-toolbar-element .ae-container .ae-icon-arrow { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .ae-ui .ae-container-input { background-color: #fff; border-radius: 2px; } .ae-ui .ae-container-input .ae-icon-remove { color: #869CAD; font-size: 20px; line-height: 20px; } .ae-ui .ae-container-input .ae-container-dropdown { background-color: #f6f8f9; color: #000; } .ae-ui .ae-container-input input, .ae-ui .ae-container-input .ae-input { border-radius: 2px; border-width: 0; color: #869CAD; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px; outline: none; } .ae-ui .ae-container-input input::-webkit-input-placeholder, .ae-ui .ae-container-input .ae-input::-webkit-input-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input::-moz-placeholder, .ae-ui .ae-container-input .ae-input::-moz-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input:-moz-placeholder, .ae-ui .ae-container-input .ae-input:-moz-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input:-ms-input-placeholder, .ae-ui .ae-container-input .ae-input:-ms-input-placeholder { color: #aebcc8; } .ae-ui .ae-container-input input:focus, .ae-ui .ae-container-input .ae-input:focus { box-shadow: none; } .ae-ui .ae-container-input input::-ms-clear, .ae-ui .ae-container-input .ae-input::-ms-clear { display: none; } .ae-ui .ae-button-bridge [class*="ae-icon-"], .ae-ui .ae-button-bridge [class*=" ae-icon-"] { -webkit-filter: brightness(0) invert(100%); filter: brightness(0) invert(100%); } .ae-ui .ae-button-bridge [class*="ae-icon-"]:hover, .ae-ui .ae-button-bridge [class*=" ae-icon-"]:hover { -webkit-filter: sepia(80%) hue-rotate(-20deg) invert(90%) saturate(8); filter: sepia(80%) hue-rotate(-20deg) invert(90%) saturate(8); } .ae-ui .ae-dropdown, .ae-ui [class^=ae-dropdown-] { background-color: #fcfcfc; border: 1px solid #dce0e3; border-radius: 4px; box-shadow: 0 2px 4px 0 #e4ebf0; color: #869CAD; } .ae-ui .ae-dropdown.ae-arrow-box:after, .ae-ui [class^=ae-dropdown-].ae-arrow-box:after { color: #fcfcfc; display: block; } .ae-ui .ae-dropdown .ae-list-header, .ae-ui [class^=ae-dropdown-] .ae-list-header { color: #b0b4bb; font-size: 14px; font-style: italic; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element:hover, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element:hover { background-color: #f6f8f9; } .ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element.active, .ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element.active { color: #65B6F0; } .ae-ui .ae-toolbar, .ae-ui [class^=ae-toolbar-] { background-color: #29353D; border-radius: 2px; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .ae-ui .ae-toolbar .ae-button, .ae-ui .ae-toolbar .ae-toolbar-element, .ae-ui [class^=ae-toolbar-] .ae-button, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element { background-color: transparent; } .ae-ui .ae-toolbar .ae-button:hover, .ae-ui .ae-toolbar .ae-toolbar-element:hover, .ae-ui [class^=ae-toolbar-] .ae-button:hover, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element:hover { color: #65B6F0; } .ae-ui .ae-toolbar .ae-button.ae-button-pressed, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-pressed, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-pressed, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-pressed { background-color: #394a55; } .ae-ui .ae-toolbar .ae-button.ae-button-pressed:hover, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-pressed:hover, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-pressed:hover, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-pressed:hover { color: #65B6F0; } .ae-ui .ae-toolbar .ae-button.ae-button-disabled, .ae-ui .ae-toolbar .ae-toolbar-element.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-button.ae-button-disabled, .ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-disabled { opacity: 0.3; } .ae-ui .ae-toolbar-add { background-color: #fff; border-color: #aebcc8; border-radius: 4px; color: #869CAD; } .ae-ui .ae-toolbar-add:hover, .ae-ui .ae-toolbar-add:focus { opacity: 0.7; } .ae-ui .ae-toolbar-add .ae-button-add:hover, .ae-ui .ae-toolbar-add .ae-button-add:focus { color: inherit; } .ae-ui .ae-toolbar-add .ae-button-add .ae-icon-add { font-size: 22px; line-height: 22px; } [class*="ae-icon-"], [class*=" ae-icon-"] { font-size: 14px; line-height: 1; }
0.435421
0.070624
@charset "utf-8"; /* CSS Document */ @media only screen and (max-width: 800px) { .pop { margin-top: 10px; } } @media only screen and (max-width: 800px) { .pop1 { margin-top: 15px; } } .mano { background-image:url(../img/istockphoto-865067608-170667a.jpg); background-size:cover; width:100%; height:800px; } .mamu { margin-top:80px; } .a { text-align:justify; margin-left:40px; margin-right:40px; font-family: Arial, Helvetica, sans-serif; font-size:18px; } .ali { font-family:Arial, Helvetica, sans-serif; font-size:18px; text-align:justify; } .d { transition:0.5s; } .d:hover { transform:scale(1.1,1.1); } .p_text { margin-top:-10px; text-align:justify; padding:30px; } .c { padding:10px; } h1 { font-family:Georgia, 'Times New Roman', Times, serif; } h4 { font-family: Georgia, 'Times New Roman', Times, serif; } .b { border-radius:120px; } #footer{ background-color: #2A2A2A ; width: 100%; height: auto; padding: 25px 0 30px 0; } #footer .contacts .fa{ color: #ffffff; } #footer .contacts ul li{ font-size: 14px; line-height: 1.7px; } #footer .footer-heading{ border-bottom: 1px solid #ffffff; } #footer .footer-heading h2{ font-size: 15px; color: #ffffff; font-weight: 600; /* line-height: 50px; */ } #footer .footer-heading h2::before{ content: ''; position: absolute; bottom: 0; line-height: 30px; left: 0; width: 50px; } #footer .connects h2{ font-size: 15px; color: #ffffff; font-weight: 600; transition: 0.5s; } #footer .social-icons .facebook{ size: 20px; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .facebook:hover{ transform: scale(1.2,1.2); } #footer .social-icons .facebook .fab{ transform: translate(100%, 27%); color: #ffffff; } #footer .social-icons .twitter{ border-radius: 50%; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .twitter:hover{ transform: scale(1.2,1.2); } #footer .social-icons .twitter .fab{ transform: translate(55%, 22%); color: #ffffff; } #footer .social-icons .instagram{ border-radius: 50%; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .instagram:hover{ transform: scale(1.2,1.2); } #footer .social-icons .instagram .fab{ transform: translate(50%, 22%); color: #ffffff; } #footer .social-icons .youtube{ border-radius: 50%; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .youtube:hover{ transform: scale(1.2,1.2); } #footer .social-icons .youtube .fab{ transform: translate(44%, 20%); color: #ffffff; } .corbg{ background-color: black; } .corbg p{ text-align: center; color: #ffffff; margin: 0; line-height: 50px; font-size: 15px; }
About us/css/css.css
@charset "utf-8"; /* CSS Document */ @media only screen and (max-width: 800px) { .pop { margin-top: 10px; } } @media only screen and (max-width: 800px) { .pop1 { margin-top: 15px; } } .mano { background-image:url(../img/istockphoto-865067608-170667a.jpg); background-size:cover; width:100%; height:800px; } .mamu { margin-top:80px; } .a { text-align:justify; margin-left:40px; margin-right:40px; font-family: Arial, Helvetica, sans-serif; font-size:18px; } .ali { font-family:Arial, Helvetica, sans-serif; font-size:18px; text-align:justify; } .d { transition:0.5s; } .d:hover { transform:scale(1.1,1.1); } .p_text { margin-top:-10px; text-align:justify; padding:30px; } .c { padding:10px; } h1 { font-family:Georgia, 'Times New Roman', Times, serif; } h4 { font-family: Georgia, 'Times New Roman', Times, serif; } .b { border-radius:120px; } #footer{ background-color: #2A2A2A ; width: 100%; height: auto; padding: 25px 0 30px 0; } #footer .contacts .fa{ color: #ffffff; } #footer .contacts ul li{ font-size: 14px; line-height: 1.7px; } #footer .footer-heading{ border-bottom: 1px solid #ffffff; } #footer .footer-heading h2{ font-size: 15px; color: #ffffff; font-weight: 600; /* line-height: 50px; */ } #footer .footer-heading h2::before{ content: ''; position: absolute; bottom: 0; line-height: 30px; left: 0; width: 50px; } #footer .connects h2{ font-size: 15px; color: #ffffff; font-weight: 600; transition: 0.5s; } #footer .social-icons .facebook{ size: 20px; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .facebook:hover{ transform: scale(1.2,1.2); } #footer .social-icons .facebook .fab{ transform: translate(100%, 27%); color: #ffffff; } #footer .social-icons .twitter{ border-radius: 50%; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .twitter:hover{ transform: scale(1.2,1.2); } #footer .social-icons .twitter .fab{ transform: translate(55%, 22%); color: #ffffff; } #footer .social-icons .instagram{ border-radius: 50%; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .instagram:hover{ transform: scale(1.2,1.2); } #footer .social-icons .instagram .fab{ transform: translate(50%, 22%); color: #ffffff; } #footer .social-icons .youtube{ border-radius: 50%; width: 30px; height: 30px; margin:0 5px 0 5px; } #footer .social-icons .youtube:hover{ transform: scale(1.2,1.2); } #footer .social-icons .youtube .fab{ transform: translate(44%, 20%); color: #ffffff; } .corbg{ background-color: black; } .corbg p{ text-align: center; color: #ffffff; margin: 0; line-height: 50px; font-size: 15px; }
0.191517
0.044618
.ace-idle-fingers .ace_gutter { background: #3b3b3b; color: rgb(153,153,153) } .ace-idle-fingers .ace_print-margin { width: 1px; background: #3b3b3b } .ace-idle-fingers { background-color: #323232; color: #FFFFFF } .ace-idle-fingers .ace_cursor { color: #91FF00 } .ace-idle-fingers .ace_marker-layer .ace_selection { background: rgba(90, 100, 126, 0.88) } .ace-idle-fingers.ace_multiselect .ace_selection.ace_start { box-shadow: 0 0 3px 0px #323232 } .ace-idle-fingers .ace_marker-layer .ace_step { background: rgb(102, 82, 0) } .ace-idle-fingers .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404040 } .ace-idle-fingers .ace_marker-layer .ace_active-line { background: #353637 } .ace-idle-fingers .ace_gutter-active-line { background-color: #353637 } .ace-idle-fingers .ace_marker-layer .ace_selected-word { border: 1px solid rgba(90, 100, 126, 0.88) } .ace-idle-fingers .ace_invisible { color: #404040 } .ace-idle-fingers .ace_keyword, .ace-idle-fingers .ace_meta { color: #CC7833 } .ace-idle-fingers .ace_constant, .ace-idle-fingers .ace_constant.ace_character, .ace-idle-fingers .ace_constant.ace_character.ace_escape, .ace-idle-fingers .ace_constant.ace_other, .ace-idle-fingers .ace_support.ace_constant { color: #6C99BB } .ace-idle-fingers .ace_invalid { color: #FFFFFF; background-color: #FF0000 } .ace-idle-fingers .ace_fold { background-color: #CC7833; border-color: #FFFFFF } .ace-idle-fingers .ace_support.ace_function { color: #B83426 } .ace-idle-fingers .ace_variable.ace_parameter { font-style: italic } .ace-idle-fingers .ace_string { color: #A5C261 } .ace-idle-fingers .ace_string.ace_regexp { color: #CCCC33 } .ace-idle-fingers .ace_comment { font-style: italic; color: #BC9458 } .ace-idle-fingers .ace_meta.ace_tag { color: #FFE5BB } .ace-idle-fingers .ace_entity.ace_name { color: #FFC66D } .ace-idle-fingers .ace_collab.ace_user1 { color: #323232; background-color: #FFF980 } .ace-idle-fingers .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMwMjLyZYiPj/8PAAreAwAI1+g0AAAAAElFTkSuQmCC) right repeat-y }
ace/lib/ace/theme/idle_fingers.css
.ace-idle-fingers .ace_gutter { background: #3b3b3b; color: rgb(153,153,153) } .ace-idle-fingers .ace_print-margin { width: 1px; background: #3b3b3b } .ace-idle-fingers { background-color: #323232; color: #FFFFFF } .ace-idle-fingers .ace_cursor { color: #91FF00 } .ace-idle-fingers .ace_marker-layer .ace_selection { background: rgba(90, 100, 126, 0.88) } .ace-idle-fingers.ace_multiselect .ace_selection.ace_start { box-shadow: 0 0 3px 0px #323232 } .ace-idle-fingers .ace_marker-layer .ace_step { background: rgb(102, 82, 0) } .ace-idle-fingers .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404040 } .ace-idle-fingers .ace_marker-layer .ace_active-line { background: #353637 } .ace-idle-fingers .ace_gutter-active-line { background-color: #353637 } .ace-idle-fingers .ace_marker-layer .ace_selected-word { border: 1px solid rgba(90, 100, 126, 0.88) } .ace-idle-fingers .ace_invisible { color: #404040 } .ace-idle-fingers .ace_keyword, .ace-idle-fingers .ace_meta { color: #CC7833 } .ace-idle-fingers .ace_constant, .ace-idle-fingers .ace_constant.ace_character, .ace-idle-fingers .ace_constant.ace_character.ace_escape, .ace-idle-fingers .ace_constant.ace_other, .ace-idle-fingers .ace_support.ace_constant { color: #6C99BB } .ace-idle-fingers .ace_invalid { color: #FFFFFF; background-color: #FF0000 } .ace-idle-fingers .ace_fold { background-color: #CC7833; border-color: #FFFFFF } .ace-idle-fingers .ace_support.ace_function { color: #B83426 } .ace-idle-fingers .ace_variable.ace_parameter { font-style: italic } .ace-idle-fingers .ace_string { color: #A5C261 } .ace-idle-fingers .ace_string.ace_regexp { color: #CCCC33 } .ace-idle-fingers .ace_comment { font-style: italic; color: #BC9458 } .ace-idle-fingers .ace_meta.ace_tag { color: #FFE5BB } .ace-idle-fingers .ace_entity.ace_name { color: #FFC66D } .ace-idle-fingers .ace_collab.ace_user1 { color: #323232; background-color: #FFF980 } .ace-idle-fingers .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMwMjLyZYiPj/8PAAreAwAI1+g0AAAAAElFTkSuQmCC) right repeat-y }
0.34632
0.095013
.dg{ display:none; position:relative; background:#EBF2F8; border:1px solid #c6daea; overflow:hidden;} .dg .dgLoading{ display:none; position:absolute; top:0; left:0; background:#eee; filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; z-index:10000;} .dg .dgLoadingCon{ position:absolute; top:50%; left:50%; width:150px; height:30px; margin:-30px 0 0 -75px; background:#fff; border:1px solid #c6daea; line-height:30px; text-align:center; color:#000;} .dgFirstCol{ position:absolute; left:0; top:0; z-index:100;} .dgFirstCol .tableHeader{ height:30px; background-color:#ecf3fb; background-image:-webkit-gradient(linear,left top,left bottom,from(#ecf3fb),to(#d9e9f5)); background-image:-webkit-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-moz-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-o-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:linear-gradient(to bottom,#ecf3fb,#d9e9f5); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ecf3fb,endColorStr=#d9e9f5); font-size:12px } .dgFirstCol .tableHeader td{ border-right:1px solid #c6daea; font-weight:bold; text-align:center;} .dgFirstCol .tableHeaderColspan{ height:51px;} .dgFirstCol .tableCon{ position:relative; overflow:hidden; border-top:1px solid #d6d6d6;} .dgFirstCol .tableCon table{ position:absolute; top:-1px/9} .dgFirstCol .tableCon td{ border-bottom:1px solid #c6daea; border-right:1px solid #c6daea; line-height:24px; text-align:center; } .dgFirstCol .tableFooter{ display:none;} .dgFirstCol .tableFooter td{ height:30px; background:#EBF2F8; border-top:1px solid #c6daea; border-right:1px solid #EFEFEF;} .dg .dgResizeRight{ position:absolute; right:0; top:0; width:2px; cursor:e-resize;} .dg .dgResizeRightBottom{ position:absolute; right:0; bottom:0; width:2px; height:2px; cursor:se-resize; line-height:0; font-size:0;} .dg .dgResizeBottom{ position:absolute; left:0; bottom:0; width:100%; height:2px; cursor:s-resize; line-height:0; font-size:0;} .dg .dgHeader{ position:relative; height:30px; background-color:#ecf3fb; background-image:-webkit-gradient(linear,left top,left bottom,from(#ecf3fb),to(#d9e9f5)); background-image:-webkit-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-moz-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-o-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:linear-gradient(to bottom,#ecf3fb,#d9e9f5); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ecf3fb,endColorStr=#d9e9f5) } .dg .dgHeader .colResize div{ position:absolute; left:0; top:0; width:3px; height:30px; cursor:e-resize;} .dg .colToggle{ display:none; position:absolute; border:1px solid #c6daea; width:80px; padding-left:10px; background:#f8f8f8; z-index:1;} .dg .colToggle .colToggleItem{ line-height:24px;} .dg .colToggle .colToggleItem input{ margin-right:3px; vertical-align:middle;} .dg .dgHeader td{ height:30px; padding:0 4px; word-break:break-all; border-right:1px solid #c6daea; font-weight:bold;} .dg .dgHeader td .dgHeaderTdDiv{ overflow:hidden;} .dg .dgHeaderColspan{ height:50px;} .dg .dgHeaderColspan td{ height:24px; line-height:24px;} .dg .dgHeaderColspan td div{ height:24px;} .dg .dgHeaderColspan .dgHeaderTd td{ font-weight:normal;} .dg .dgHeader .sortable{ background:url(../images/sort_able.gif) right center no-repeat; cursor:pointer;} .dg .dgHeader .sortabledesc{ background:url(../images/sort_desc.gif) right center no-repeat;} .dg .dgHeader .sortableasc{ background:url(../images/sort_asc.gif) right center no-repeat;} .dg .dgContent{ position:relative; overflow:auto; border-top:1px solid #c6daea; } .dg .dgContentTable td{ padding:3px 0; border-right:1px solid #c6daea; border-bottom:1px solid #c6daea; line-height:18px;} .dg .dgContentTable tr{ background:#fff;} .dgFirstCol .tableCon tr{ background:#fff;} .dg tr.trOdd, .dgFirstCol .tableCon tr.trOdd{ background:#F9F9F9;} .dg tr.trHover, .dgFirstCol .tableCon tr.trHover{ background:#FEFACC;} .dg tr.trClick, .dgFirstCol .tableCon tr.trClick{ background:#d0e4f9;} .dg .dgContent td div.dgContentInnerDiv{ height:18px; padding:0 4px; word-break:break-all; overflow:hidden; word-wrap:break-word;} .dg .dgContent td div.auto{ height:auto;} .dg .dgFooter{ display:none; height:30px; padding:0 5px; background:#EBF2F8; border-top:1px solid #c6daea; line-height:30px;} .dg .dgFooter .pageNow{ width:30px;} .dg .dgFooter .dgPage{ float:left; _padding-top:4px; _line-height:14px;} .dg .dgFooter .dgPage span{ display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width:16px; height:16px; padding:3px;} .dg .dgFooter .dgPage span.hover{ background:url(../images/bar-button-over.gif);} .dg .dgFooter .dgPage span a{ display:block; width:16px; height:16px; line-height:16px; text-indent:-9999px; overflow:hidden;} .dg .dgFooter .pageFirst{ background:url(../images/icon-first.gif) 0 -16px; cursor:default;} .dg .dgFooter .pageFirstAble{ background:url(../images/icon-first.gif); cursor:pointer;} .dg .dgFooter .pagePrev{ background:url(../images/icon-prev.gif) 0 -16px; cursor:default;} .dg .dgFooter .pagePrevAble{ background:url(../images/icon-prev.gif); cursor:pointer;} .dg .dgFooter .pageNext{ background:url(../images/icon-next.gif) 0 -16px; cursor:default;} .dg .dgFooter .pageNextAble{ background:url(../images/icon-next.gif); cursor:pointer;} .dg .dgFooter .pageLast{ background:url(../images/icon-last.gif) 0 -16px; cursor:default;} .dg .dgFooter .pageLastAble{ background:url(../images/icon-last.gif); cursor:pointer;} .dg .dgFooter .pageGoBtn{ text-decoration:underline; color:#333;} .dg .dgFooter .dgPageStatus{ float:right;} .dg .resizeHover{ background:#aaa;} .dg .dgContentTable td.red{ background:#DB4F4A;} .dg .dgContentTable td.orange{ background:#FBEA71;} .dg .dgContentTable td.green{ background:#81CE81;} .dg .dgContentTable td.blue{ background:#4572A7;} /*------ datagrid end ------*/
AvatarUI/widget/datagrid/css/datagrid.css
.dg{ display:none; position:relative; background:#EBF2F8; border:1px solid #c6daea; overflow:hidden;} .dg .dgLoading{ display:none; position:absolute; top:0; left:0; background:#eee; filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; z-index:10000;} .dg .dgLoadingCon{ position:absolute; top:50%; left:50%; width:150px; height:30px; margin:-30px 0 0 -75px; background:#fff; border:1px solid #c6daea; line-height:30px; text-align:center; color:#000;} .dgFirstCol{ position:absolute; left:0; top:0; z-index:100;} .dgFirstCol .tableHeader{ height:30px; background-color:#ecf3fb; background-image:-webkit-gradient(linear,left top,left bottom,from(#ecf3fb),to(#d9e9f5)); background-image:-webkit-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-moz-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-o-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:linear-gradient(to bottom,#ecf3fb,#d9e9f5); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ecf3fb,endColorStr=#d9e9f5); font-size:12px } .dgFirstCol .tableHeader td{ border-right:1px solid #c6daea; font-weight:bold; text-align:center;} .dgFirstCol .tableHeaderColspan{ height:51px;} .dgFirstCol .tableCon{ position:relative; overflow:hidden; border-top:1px solid #d6d6d6;} .dgFirstCol .tableCon table{ position:absolute; top:-1px/9} .dgFirstCol .tableCon td{ border-bottom:1px solid #c6daea; border-right:1px solid #c6daea; line-height:24px; text-align:center; } .dgFirstCol .tableFooter{ display:none;} .dgFirstCol .tableFooter td{ height:30px; background:#EBF2F8; border-top:1px solid #c6daea; border-right:1px solid #EFEFEF;} .dg .dgResizeRight{ position:absolute; right:0; top:0; width:2px; cursor:e-resize;} .dg .dgResizeRightBottom{ position:absolute; right:0; bottom:0; width:2px; height:2px; cursor:se-resize; line-height:0; font-size:0;} .dg .dgResizeBottom{ position:absolute; left:0; bottom:0; width:100%; height:2px; cursor:s-resize; line-height:0; font-size:0;} .dg .dgHeader{ position:relative; height:30px; background-color:#ecf3fb; background-image:-webkit-gradient(linear,left top,left bottom,from(#ecf3fb),to(#d9e9f5)); background-image:-webkit-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-moz-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:-o-linear-gradient(top,#ecf3fb,#d9e9f5); background-image:linear-gradient(to bottom,#ecf3fb,#d9e9f5); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ecf3fb,endColorStr=#d9e9f5) } .dg .dgHeader .colResize div{ position:absolute; left:0; top:0; width:3px; height:30px; cursor:e-resize;} .dg .colToggle{ display:none; position:absolute; border:1px solid #c6daea; width:80px; padding-left:10px; background:#f8f8f8; z-index:1;} .dg .colToggle .colToggleItem{ line-height:24px;} .dg .colToggle .colToggleItem input{ margin-right:3px; vertical-align:middle;} .dg .dgHeader td{ height:30px; padding:0 4px; word-break:break-all; border-right:1px solid #c6daea; font-weight:bold;} .dg .dgHeader td .dgHeaderTdDiv{ overflow:hidden;} .dg .dgHeaderColspan{ height:50px;} .dg .dgHeaderColspan td{ height:24px; line-height:24px;} .dg .dgHeaderColspan td div{ height:24px;} .dg .dgHeaderColspan .dgHeaderTd td{ font-weight:normal;} .dg .dgHeader .sortable{ background:url(../images/sort_able.gif) right center no-repeat; cursor:pointer;} .dg .dgHeader .sortabledesc{ background:url(../images/sort_desc.gif) right center no-repeat;} .dg .dgHeader .sortableasc{ background:url(../images/sort_asc.gif) right center no-repeat;} .dg .dgContent{ position:relative; overflow:auto; border-top:1px solid #c6daea; } .dg .dgContentTable td{ padding:3px 0; border-right:1px solid #c6daea; border-bottom:1px solid #c6daea; line-height:18px;} .dg .dgContentTable tr{ background:#fff;} .dgFirstCol .tableCon tr{ background:#fff;} .dg tr.trOdd, .dgFirstCol .tableCon tr.trOdd{ background:#F9F9F9;} .dg tr.trHover, .dgFirstCol .tableCon tr.trHover{ background:#FEFACC;} .dg tr.trClick, .dgFirstCol .tableCon tr.trClick{ background:#d0e4f9;} .dg .dgContent td div.dgContentInnerDiv{ height:18px; padding:0 4px; word-break:break-all; overflow:hidden; word-wrap:break-word;} .dg .dgContent td div.auto{ height:auto;} .dg .dgFooter{ display:none; height:30px; padding:0 5px; background:#EBF2F8; border-top:1px solid #c6daea; line-height:30px;} .dg .dgFooter .pageNow{ width:30px;} .dg .dgFooter .dgPage{ float:left; _padding-top:4px; _line-height:14px;} .dg .dgFooter .dgPage span{ display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width:16px; height:16px; padding:3px;} .dg .dgFooter .dgPage span.hover{ background:url(../images/bar-button-over.gif);} .dg .dgFooter .dgPage span a{ display:block; width:16px; height:16px; line-height:16px; text-indent:-9999px; overflow:hidden;} .dg .dgFooter .pageFirst{ background:url(../images/icon-first.gif) 0 -16px; cursor:default;} .dg .dgFooter .pageFirstAble{ background:url(../images/icon-first.gif); cursor:pointer;} .dg .dgFooter .pagePrev{ background:url(../images/icon-prev.gif) 0 -16px; cursor:default;} .dg .dgFooter .pagePrevAble{ background:url(../images/icon-prev.gif); cursor:pointer;} .dg .dgFooter .pageNext{ background:url(../images/icon-next.gif) 0 -16px; cursor:default;} .dg .dgFooter .pageNextAble{ background:url(../images/icon-next.gif); cursor:pointer;} .dg .dgFooter .pageLast{ background:url(../images/icon-last.gif) 0 -16px; cursor:default;} .dg .dgFooter .pageLastAble{ background:url(../images/icon-last.gif); cursor:pointer;} .dg .dgFooter .pageGoBtn{ text-decoration:underline; color:#333;} .dg .dgFooter .dgPageStatus{ float:right;} .dg .resizeHover{ background:#aaa;} .dg .dgContentTable td.red{ background:#DB4F4A;} .dg .dgContentTable td.orange{ background:#FBEA71;} .dg .dgContentTable td.green{ background:#81CE81;} .dg .dgContentTable td.blue{ background:#4572A7;} /*------ datagrid end ------*/
0.277963
0.14627
.ant-modal, .ant-image-preview { pointer-events: none; } .ant-modal.zoom-enter, .ant-modal.zoom-appear, .ant-image-preview.zoom-enter, .ant-image-preview.zoom-appear { transform: none; opacity: 0; animation-duration: 0.3s; user-select: none; } .ant-modal-mask, .ant-image-preview-mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; height: 100%; background-color: rgba(0, 0, 0, 0.45); filter: alpha(opacity=50); } .ant-modal-mask-hidden, .ant-image-preview-mask-hidden { display: none; } .ant-modal-wrap, .ant-image-preview-wrap { position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; outline: 0; -webkit-overflow-scrolling: touch; } .ant-legacy-form { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; } .ant-legacy-form legend { display: block; width: 100%; margin-bottom: 20px; padding: 0; color: rgba(0, 0, 0, 0.45); font-size: 16px; line-height: inherit; border: 0; border-bottom: 1px solid #d9d9d9; } .ant-legacy-form label { font-size: 14px; } .ant-legacy-form input[type='search'] { box-sizing: border-box; } .ant-legacy-form input[type='radio'], .ant-legacy-form input[type='checkbox'] { line-height: normal; } .ant-legacy-form input[type='file'] { display: block; } .ant-legacy-form input[type='range'] { display: block; width: 100%; } .ant-legacy-form select[multiple], .ant-legacy-form select[size] { height: auto; } .ant-legacy-form input[type='file']:focus, .ant-legacy-form input[type='radio']:focus, .ant-legacy-form input[type='checkbox']:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .ant-legacy-form output { display: block; padding-top: 15px; color: rgba(0, 0, 0, 0.85); font-size: 14px; line-height: 1.5715; } .ant-legacy-form-item-required::before { display: inline-block; margin-right: 4px; color: #ff4d4f; font-size: 14px; font-family: SimSun, sans-serif; line-height: 1; content: '*'; } .ant-legacy-form-hide-required-mark .ant-legacy-form-item-required::before { display: none; } .ant-legacy-form-item-label > label { color: rgba(0, 0, 0, 0.85); } .ant-legacy-form-item-label > label::after { content: ':'; position: relative; top: -0.5px; margin: 0 8px 0 2px; } .ant-legacy-form-item-label > label.ant-legacy-form-item-no-colon::after { content: ' '; } .ant-legacy-form-item { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; margin-bottom: 24px; vertical-align: top; } .ant-legacy-form-item label { position: relative; } .ant-legacy-form-item label > .anticon { font-size: 14px; vertical-align: top; } .ant-legacy-form-item-control { position: relative; line-height: 40px; } .ant-legacy-form-item-control::before { display: table; content: ''; } .ant-legacy-form-item-control::after { display: table; clear: both; content: ''; } .ant-legacy-form-item-children { position: relative; } .ant-legacy-form-item-with-help { margin-bottom: 4px; } .ant-legacy-form-item-label { display: inline-block; overflow: hidden; line-height: 39.9999px; white-space: nowrap; text-align: right; vertical-align: middle; flex-grow: 0; } .ant-legacy-form-item-label-left { text-align: left; } .ant-legacy-form-item-control-wrapper { flex: 1 1 0; } .ant-legacy-form-item .ant-switch { margin: 2px 0 4px; } .ant-legacy-form-explain, .ant-legacy-form-extra { clear: both; min-height: 23px; margin-top: -2px; color: rgba(0, 0, 0, 0.45); font-size: 14px; line-height: 1.5715; transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); } .ant-legacy-form-explain { margin-bottom: -1px; } .ant-legacy-form-extra { padding-top: 4px; } .ant-legacy-form-text { display: inline-block; padding-right: 8px; } .ant-legacy-form-split { display: block; text-align: center; } form .has-feedback .ant-input { padding-right: 30px; } form .has-feedback .ant-input-affix-wrapper .ant-input-suffix { padding-right: 18px; } form .has-feedback .ant-input-affix-wrapper .ant-input { padding-right: 49px; } form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input { padding-right: 68px; } form .has-feedback > .ant-select .ant-select-arrow, form .has-feedback > .ant-select .ant-select-selection__clear, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear { right: 28px; } form .has-feedback > .ant-select .ant-select-selection-selected-value, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value { padding-right: 42px; } form .has-feedback .ant-cascader-picker-arrow { margin-right: 17px; } form .has-feedback .ant-cascader-picker-clear { right: 28px; } form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix { right: 28px; } form .has-feedback .ant-calendar-picker-icon, form .has-feedback .ant-time-picker-icon, form .has-feedback .ant-calendar-picker-clear, form .has-feedback .ant-time-picker-clear { right: 28px; } form .has-feedback .ant-picker .ant-picker-suffix { padding-right: 17px; } form .ant-mentions, form textarea.ant-input { height: auto; margin-bottom: 4px; } form .ant-upload { background: transparent; } form input[type='radio'], form input[type='checkbox'] { width: 14px; height: 14px; } form .ant-radio-inline, form .ant-checkbox-inline { display: inline-block; margin-left: 8px; font-weight: normal; vertical-align: middle; cursor: pointer; } form .ant-radio-inline:first-child, form .ant-checkbox-inline:first-child { margin-left: 0; } form .ant-checkbox-vertical, form .ant-radio-vertical { display: block; } form .ant-checkbox-vertical + .ant-checkbox-vertical, form .ant-radio-vertical + .ant-radio-vertical { margin-left: 0; } form .ant-input-number + .ant-legacy-form-text { margin-left: 8px; } form .ant-input-number-handler-wrap { z-index: 2; } form .ant-select, form .ant-cascader-picker { width: 100%; } form .ant-input-group .ant-select, form .ant-input-group .ant-cascader-picker { width: auto; } form :not(.ant-input-group-wrapper) > .ant-input-group, form .ant-input-group-wrapper { position: relative; top: -1px; display: inline-block; vertical-align: middle; } .ant-legacy-form-vertical .ant-legacy-form-item-label, .ant-col-24.ant-legacy-form-item-label, .ant-col-xl-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-legacy-form-vertical .ant-legacy-form-item-label label::after, .ant-col-24.ant-legacy-form-item-label label::after, .ant-col-xl-24.ant-legacy-form-item-label label::after { display: none; } .ant-legacy-form-vertical .ant-legacy-form-item { padding-bottom: 8px; } .ant-legacy-form-vertical .ant-legacy-form-item-control { line-height: 1.5715; } .ant-legacy-form-vertical .ant-legacy-form-explain { margin-top: 2px; margin-bottom: -5px; } .ant-legacy-form-vertical .ant-legacy-form-extra { margin-top: 2px; margin-bottom: -4px; } @media (max-width: 575px) { .ant-legacy-form-item-label, .ant-legacy-form-item-control-wrapper { display: block; width: 100%; } .ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-legacy-form-item-label label::after { display: none; } .ant-legacy-form-item-control-wrapper { flex-basis: 100%; } .ant-col-xs-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-xs-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 767px) { .ant-col-sm-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-sm-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 991px) { .ant-col-md-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-md-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 1199px) { .ant-col-lg-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-lg-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 1599px) { .ant-col-xl-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-xl-24.ant-legacy-form-item-label label::after { display: none; } } .ant-legacy-form-inline .ant-legacy-form-item { display: inline-block; margin-right: 16px; margin-bottom: 0; } .ant-legacy-form-inline .ant-legacy-form-item-with-help { margin-bottom: 24px; } .ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-control-wrapper, .ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-label { display: inline-block; vertical-align: top; } .ant-legacy-form-inline .ant-legacy-form-text { display: inline-block; } .ant-legacy-form-inline .has-feedback { display: inline-block; } .has-success.has-feedback .ant-legacy-form-item-children-icon, .has-warning.has-feedback .ant-legacy-form-item-children-icon, .has-error.has-feedback .ant-legacy-form-item-children-icon, .is-validating.has-feedback .ant-legacy-form-item-children-icon { position: absolute; top: 50%; right: 0; z-index: 1; width: 32px; height: 20px; margin-top: -10px; font-size: 14px; line-height: 20px; text-align: center; visibility: visible; animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46); pointer-events: none; } .has-success.has-feedback .ant-legacy-form-item-children-icon svg, .has-warning.has-feedback .ant-legacy-form-item-children-icon svg, .has-error.has-feedback .ant-legacy-form-item-children-icon svg, .is-validating.has-feedback .ant-legacy-form-item-children-icon svg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .has-success.has-feedback .ant-legacy-form-item-children-icon { color: #52c41a; animation-name: diffZoomIn1 !important; } .has-warning .ant-legacy-form-explain, .has-warning .ant-legacy-form-split { color: #faad14; } .has-warning .ant-input, .has-warning .ant-input:hover { background-color: #fff; border-color: #faad14; } .has-warning .ant-input:focus { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input:not([disabled]):hover { border-color: #faad14; } .has-warning .ant-calendar-picker-open .ant-calendar-picker-input { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-affix-wrapper .ant-input, .has-warning .ant-input-affix-wrapper .ant-input:hover { background-color: #fff; border-color: #faad14; } .has-warning .ant-input-affix-wrapper .ant-input:focus { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) { border-color: #faad14; } .has-warning .ant-input-prefix { color: #faad14; } .has-warning .ant-input-group-addon { color: #faad14; background-color: #fff; border-color: #faad14; } .has-warning .has-feedback { color: #faad14; } .has-warning.has-feedback .ant-legacy-form-item-children-icon { color: #faad14; animation-name: diffZoomIn3 !important; } .has-warning .ant-select-selection { border-color: #faad14; } .has-warning .ant-select-selection:hover { border-color: #faad14; } .has-warning .ant-select-open .ant-select-selection, .has-warning .ant-select-focused .ant-select-selection { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-calendar-picker-icon::after, .has-warning .ant-time-picker-icon::after, .has-warning .ant-picker-icon::after, .has-warning .ant-select-arrow, .has-warning .ant-cascader-picker-arrow { color: #faad14; } .has-warning .ant-input-number, .has-warning .ant-time-picker-input { border-color: #faad14; } .has-warning .ant-input-number-focused, .has-warning .ant-time-picker-input-focused, .has-warning .ant-input-number:focus, .has-warning .ant-time-picker-input:focus { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-number:not([disabled]):hover, .has-warning .ant-time-picker-input:not([disabled]):hover { border-color: #faad14; } .has-warning .ant-cascader-picker:focus .ant-cascader-input { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-cascader-picker:hover .ant-cascader-input { border-color: #faad14; } .has-warning .ant-input-affix-wrapper { border-color: #faad14; } .has-warning .ant-input-affix-wrapper-focused { box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-affix-wrapper .ant-input:focus { box-shadow: none; } .has-error .ant-legacy-form-explain, .has-error .ant-legacy-form-split { color: #ff4d4f; } .has-error .ant-input, .has-error .ant-input:hover { background-color: #fff; border-color: #ff4d4f; } .has-error .ant-input:focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input:not([disabled]):hover { border-color: #ff4d4f; } .has-error .ant-calendar-picker-open .ant-calendar-picker-input { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-affix-wrapper .ant-input, .has-error .ant-input-affix-wrapper .ant-input:hover { background-color: #fff; border-color: #ff4d4f; } .has-error .ant-input-affix-wrapper .ant-input:focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) { border-color: #ff4d4f; } .has-error .ant-input-prefix { color: #ff4d4f; } .has-error .ant-input-group-addon { color: #ff4d4f; background-color: #fff; border-color: #ff4d4f; } .has-error .has-feedback { color: #ff4d4f; } .has-error.has-feedback .ant-legacy-form-item-children-icon { color: #ff4d4f; animation-name: diffZoomIn2 !important; } .has-error .ant-select-selection { border-color: #ff4d4f; } .has-error .ant-select-selection:hover { border-color: #ff4d4f; } .has-error .ant-select-open .ant-select-selection, .has-error .ant-select-focused .ant-select-selection { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-select.ant-select-auto-complete .ant-input:focus { border-color: #ff4d4f; } .has-error .ant-input-group-addon .ant-select-selection { border-color: transparent; box-shadow: none; } .has-error .ant-calendar-picker-icon::after, .has-error .ant-time-picker-icon::after, .has-error .ant-picker-icon::after, .has-error .ant-select-arrow, .has-error .ant-cascader-picker-arrow { color: #ff4d4f; } .has-error .ant-input-number, .has-error .ant-time-picker-input { border-color: #ff4d4f; } .has-error .ant-input-number-focused, .has-error .ant-time-picker-input-focused, .has-error .ant-input-number:focus, .has-error .ant-time-picker-input:focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-number:not([disabled]):hover, .has-error .ant-time-picker-input:not([disabled]):hover { border-color: #ff4d4f; } .has-error .ant-mention-wrapper .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover { border-color: #ff4d4f; } .has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-cascader-picker:focus .ant-cascader-input { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-cascader-picker:hover .ant-cascader-input { border-color: #ff4d4f; } .has-error .ant-transfer-list { border-color: #ff4d4f; } .has-error .ant-transfer-list-search:not([disabled]) { border-color: #d9d9d9; } .has-error .ant-transfer-list-search:not([disabled]):hover { border-color: #40a9ff; border-right-width: 1px !important; } .has-error .ant-transfer-list-search:not([disabled]):focus { border-color: #40a9ff; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); } .has-error .ant-input-affix-wrapper { border-color: #ff4d4f; } .has-error .ant-input-affix-wrapper-focused { box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-affix-wrapper .ant-input:focus { box-shadow: none; } .is-validating.has-feedback .ant-legacy-form-item-children-icon { display: inline-block; color: #1890ff; } .ant-advanced-search-form .ant-legacy-form-item { margin-bottom: 24px; } .ant-advanced-search-form .ant-legacy-form-item-with-help { margin-bottom: 4px; } .show-help-enter, .show-help-appear { animation-duration: 0.3s; animation-fill-mode: both; animation-play-state: paused; } .show-help-leave { animation-duration: 0.3s; animation-fill-mode: both; animation-play-state: paused; } .show-help-enter.show-help-enter-active, .show-help-appear.show-help-appear-active { animation-name: antShowHelpIn; animation-play-state: running; } .show-help-leave.show-help-leave-active { animation-name: antShowHelpOut; animation-play-state: running; pointer-events: none; } .show-help-enter, .show-help-appear { opacity: 0; animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); } .show-help-leave { animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); } @keyframes antShowHelpIn { 0% { transform: translateY(-5px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes antShowHelpOut { to { transform: translateY(-5px); opacity: 0; } } @keyframes diffZoomIn1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes diffZoomIn2 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes diffZoomIn3 { 0% { transform: scale(0); } 100% { transform: scale(1); } } .ant-mention-wrapper { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; position: relative; display: inline-block; width: 100%; vertical-align: middle; } .ant-mention-wrapper .ant-mention-editor { position: relative; display: inline-block; width: 100%; min-width: 0; padding: 4px 11px; color: rgba(0, 0, 0, 0.85); font-size: 14px; background-color: #fff; background-image: none; border: 1px solid #d9d9d9; border-radius: 2px; transition: all 0.3s; display: block; height: auto; min-height: 32px; padding: 0; line-height: 1.5715; } .ant-mention-wrapper .ant-mention-editor::-moz-placeholder { opacity: 1; } .ant-mention-wrapper .ant-mention-editor::placeholder { color: #bfbfbf; } .ant-mention-wrapper .ant-mention-editor:placeholder-shown { text-overflow: ellipsis; } .ant-mention-wrapper .ant-mention-editor:hover { border-color: #40a9ff; border-right-width: 1px !important; } .ant-mention-wrapper .ant-mention-editor:focus, .ant-mention-wrapper .ant-mention-editor-focused { border-color: #40a9ff; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); } .ant-mention-wrapper .ant-mention-editor-disabled { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; cursor: not-allowed; opacity: 1; } .ant-mention-wrapper .ant-mention-editor-disabled:hover { border-color: #d9d9d9; border-right-width: 1px !important; } .ant-mention-wrapper .ant-mention-editor[disabled] { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; cursor: not-allowed; opacity: 1; } .ant-mention-wrapper .ant-mention-editor[disabled]:hover { border-color: #d9d9d9; border-right-width: 1px !important; } .ant-mention-wrapper .ant-mention-editor-borderless, .ant-mention-wrapper .ant-mention-editor-borderless:hover, .ant-mention-wrapper .ant-mention-editor-borderless:focus, .ant-mention-wrapper .ant-mention-editor-borderless-focused, .ant-mention-wrapper .ant-mention-editor-borderless-disabled, .ant-mention-wrapper .ant-mention-editor-borderless[disabled] { background-color: transparent; border: none; box-shadow: none; } textarea.ant-mention-wrapper .ant-mention-editor { max-width: 100%; height: auto; min-height: 32px; line-height: 1.5715; vertical-align: bottom; transition: all 0.3s, height 0s; } .ant-mention-wrapper .ant-mention-editor-lg { padding: 6.5px 11px; font-size: 16px; } .ant-mention-wrapper .ant-mention-editor-sm { padding: 0px 7px; } .ant-mention-wrapper .ant-mention-editor-wrapper { height: auto; overflow-y: auto; } .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor { border-color: #40a9ff; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); } .ant-mention-wrapper.disabled .ant-mention-editor { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; cursor: not-allowed; opacity: 1; } .ant-mention-wrapper.disabled .ant-mention-editor:hover { border-color: #d9d9d9; border-right-width: 1px !important; } .ant-mention-wrapper .public-DraftEditorPlaceholder-root { position: absolute; pointer-events: none; } .ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner { height: auto; padding: 5px 11px; color: #bfbfbf; white-space: pre-wrap; word-wrap: break-word; outline: none; opacity: 1; } .ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content { height: auto; padding: 5px 11px; } .ant-mention-dropdown { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; position: absolute; top: -9999px; left: -9999px; z-index: 1050; min-width: 120px; max-height: 250px; margin-top: 1.5em; overflow-x: hidden; overflow-y: auto; background-color: #fff; border-radius: 2px; outline: none; box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); } .ant-mention-dropdown-placement-top { margin-top: -0.1em; } .ant-mention-dropdown-notfound.ant-mention-dropdown-item { color: rgba(0, 0, 0, 0.25); } .ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading { display: block; color: #1890ff; text-align: center; } .ant-mention-dropdown-item { position: relative; display: block; padding: 5px 12px; overflow: hidden; color: rgba(0, 0, 0, 0.85); font-weight: normal; line-height: 22px; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; transition: background 0.3s; } .ant-mention-dropdown-item:hover { background-color: #f5f5f5; } .ant-mention-dropdown-item.focus, .ant-mention-dropdown-item-active { background-color: #e6f7ff; } .ant-mention-dropdown-item-disabled { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-mention-dropdown-item-disabled:hover { color: rgba(0, 0, 0, 0.25); background-color: #fff; cursor: not-allowed; } .ant-mention-dropdown-item-selected, .ant-mention-dropdown-item-selected:hover { color: rgba(0, 0, 0, 0.85); font-weight: bold; background-color: #f5f5f5; } .ant-mention-dropdown-item-divider { height: 1px; margin: 1px 0; overflow: hidden; line-height: 0; background-color: #f0f0f0; }
node_modules/@ant-design/compatible/assets/index.css
.ant-modal, .ant-image-preview { pointer-events: none; } .ant-modal.zoom-enter, .ant-modal.zoom-appear, .ant-image-preview.zoom-enter, .ant-image-preview.zoom-appear { transform: none; opacity: 0; animation-duration: 0.3s; user-select: none; } .ant-modal-mask, .ant-image-preview-mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; height: 100%; background-color: rgba(0, 0, 0, 0.45); filter: alpha(opacity=50); } .ant-modal-mask-hidden, .ant-image-preview-mask-hidden { display: none; } .ant-modal-wrap, .ant-image-preview-wrap { position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; outline: 0; -webkit-overflow-scrolling: touch; } .ant-legacy-form { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; } .ant-legacy-form legend { display: block; width: 100%; margin-bottom: 20px; padding: 0; color: rgba(0, 0, 0, 0.45); font-size: 16px; line-height: inherit; border: 0; border-bottom: 1px solid #d9d9d9; } .ant-legacy-form label { font-size: 14px; } .ant-legacy-form input[type='search'] { box-sizing: border-box; } .ant-legacy-form input[type='radio'], .ant-legacy-form input[type='checkbox'] { line-height: normal; } .ant-legacy-form input[type='file'] { display: block; } .ant-legacy-form input[type='range'] { display: block; width: 100%; } .ant-legacy-form select[multiple], .ant-legacy-form select[size] { height: auto; } .ant-legacy-form input[type='file']:focus, .ant-legacy-form input[type='radio']:focus, .ant-legacy-form input[type='checkbox']:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .ant-legacy-form output { display: block; padding-top: 15px; color: rgba(0, 0, 0, 0.85); font-size: 14px; line-height: 1.5715; } .ant-legacy-form-item-required::before { display: inline-block; margin-right: 4px; color: #ff4d4f; font-size: 14px; font-family: SimSun, sans-serif; line-height: 1; content: '*'; } .ant-legacy-form-hide-required-mark .ant-legacy-form-item-required::before { display: none; } .ant-legacy-form-item-label > label { color: rgba(0, 0, 0, 0.85); } .ant-legacy-form-item-label > label::after { content: ':'; position: relative; top: -0.5px; margin: 0 8px 0 2px; } .ant-legacy-form-item-label > label.ant-legacy-form-item-no-colon::after { content: ' '; } .ant-legacy-form-item { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; margin-bottom: 24px; vertical-align: top; } .ant-legacy-form-item label { position: relative; } .ant-legacy-form-item label > .anticon { font-size: 14px; vertical-align: top; } .ant-legacy-form-item-control { position: relative; line-height: 40px; } .ant-legacy-form-item-control::before { display: table; content: ''; } .ant-legacy-form-item-control::after { display: table; clear: both; content: ''; } .ant-legacy-form-item-children { position: relative; } .ant-legacy-form-item-with-help { margin-bottom: 4px; } .ant-legacy-form-item-label { display: inline-block; overflow: hidden; line-height: 39.9999px; white-space: nowrap; text-align: right; vertical-align: middle; flex-grow: 0; } .ant-legacy-form-item-label-left { text-align: left; } .ant-legacy-form-item-control-wrapper { flex: 1 1 0; } .ant-legacy-form-item .ant-switch { margin: 2px 0 4px; } .ant-legacy-form-explain, .ant-legacy-form-extra { clear: both; min-height: 23px; margin-top: -2px; color: rgba(0, 0, 0, 0.45); font-size: 14px; line-height: 1.5715; transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); } .ant-legacy-form-explain { margin-bottom: -1px; } .ant-legacy-form-extra { padding-top: 4px; } .ant-legacy-form-text { display: inline-block; padding-right: 8px; } .ant-legacy-form-split { display: block; text-align: center; } form .has-feedback .ant-input { padding-right: 30px; } form .has-feedback .ant-input-affix-wrapper .ant-input-suffix { padding-right: 18px; } form .has-feedback .ant-input-affix-wrapper .ant-input { padding-right: 49px; } form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input { padding-right: 68px; } form .has-feedback > .ant-select .ant-select-arrow, form .has-feedback > .ant-select .ant-select-selection__clear, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear { right: 28px; } form .has-feedback > .ant-select .ant-select-selection-selected-value, form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value { padding-right: 42px; } form .has-feedback .ant-cascader-picker-arrow { margin-right: 17px; } form .has-feedback .ant-cascader-picker-clear { right: 28px; } form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix { right: 28px; } form .has-feedback .ant-calendar-picker-icon, form .has-feedback .ant-time-picker-icon, form .has-feedback .ant-calendar-picker-clear, form .has-feedback .ant-time-picker-clear { right: 28px; } form .has-feedback .ant-picker .ant-picker-suffix { padding-right: 17px; } form .ant-mentions, form textarea.ant-input { height: auto; margin-bottom: 4px; } form .ant-upload { background: transparent; } form input[type='radio'], form input[type='checkbox'] { width: 14px; height: 14px; } form .ant-radio-inline, form .ant-checkbox-inline { display: inline-block; margin-left: 8px; font-weight: normal; vertical-align: middle; cursor: pointer; } form .ant-radio-inline:first-child, form .ant-checkbox-inline:first-child { margin-left: 0; } form .ant-checkbox-vertical, form .ant-radio-vertical { display: block; } form .ant-checkbox-vertical + .ant-checkbox-vertical, form .ant-radio-vertical + .ant-radio-vertical { margin-left: 0; } form .ant-input-number + .ant-legacy-form-text { margin-left: 8px; } form .ant-input-number-handler-wrap { z-index: 2; } form .ant-select, form .ant-cascader-picker { width: 100%; } form .ant-input-group .ant-select, form .ant-input-group .ant-cascader-picker { width: auto; } form :not(.ant-input-group-wrapper) > .ant-input-group, form .ant-input-group-wrapper { position: relative; top: -1px; display: inline-block; vertical-align: middle; } .ant-legacy-form-vertical .ant-legacy-form-item-label, .ant-col-24.ant-legacy-form-item-label, .ant-col-xl-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-legacy-form-vertical .ant-legacy-form-item-label label::after, .ant-col-24.ant-legacy-form-item-label label::after, .ant-col-xl-24.ant-legacy-form-item-label label::after { display: none; } .ant-legacy-form-vertical .ant-legacy-form-item { padding-bottom: 8px; } .ant-legacy-form-vertical .ant-legacy-form-item-control { line-height: 1.5715; } .ant-legacy-form-vertical .ant-legacy-form-explain { margin-top: 2px; margin-bottom: -5px; } .ant-legacy-form-vertical .ant-legacy-form-extra { margin-top: 2px; margin-bottom: -4px; } @media (max-width: 575px) { .ant-legacy-form-item-label, .ant-legacy-form-item-control-wrapper { display: block; width: 100%; } .ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-legacy-form-item-label label::after { display: none; } .ant-legacy-form-item-control-wrapper { flex-basis: 100%; } .ant-col-xs-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-xs-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 767px) { .ant-col-sm-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-sm-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 991px) { .ant-col-md-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-md-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 1199px) { .ant-col-lg-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-lg-24.ant-legacy-form-item-label label::after { display: none; } } @media (max-width: 1599px) { .ant-col-xl-24.ant-legacy-form-item-label { display: block; margin: 0; padding: 0 0 8px; line-height: 1.5715; white-space: initial; text-align: left; flex-basis: 100%; } .ant-col-xl-24.ant-legacy-form-item-label label::after { display: none; } } .ant-legacy-form-inline .ant-legacy-form-item { display: inline-block; margin-right: 16px; margin-bottom: 0; } .ant-legacy-form-inline .ant-legacy-form-item-with-help { margin-bottom: 24px; } .ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-control-wrapper, .ant-legacy-form-inline .ant-legacy-form-item > .ant-legacy-form-item-label { display: inline-block; vertical-align: top; } .ant-legacy-form-inline .ant-legacy-form-text { display: inline-block; } .ant-legacy-form-inline .has-feedback { display: inline-block; } .has-success.has-feedback .ant-legacy-form-item-children-icon, .has-warning.has-feedback .ant-legacy-form-item-children-icon, .has-error.has-feedback .ant-legacy-form-item-children-icon, .is-validating.has-feedback .ant-legacy-form-item-children-icon { position: absolute; top: 50%; right: 0; z-index: 1; width: 32px; height: 20px; margin-top: -10px; font-size: 14px; line-height: 20px; text-align: center; visibility: visible; animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46); pointer-events: none; } .has-success.has-feedback .ant-legacy-form-item-children-icon svg, .has-warning.has-feedback .ant-legacy-form-item-children-icon svg, .has-error.has-feedback .ant-legacy-form-item-children-icon svg, .is-validating.has-feedback .ant-legacy-form-item-children-icon svg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .has-success.has-feedback .ant-legacy-form-item-children-icon { color: #52c41a; animation-name: diffZoomIn1 !important; } .has-warning .ant-legacy-form-explain, .has-warning .ant-legacy-form-split { color: #faad14; } .has-warning .ant-input, .has-warning .ant-input:hover { background-color: #fff; border-color: #faad14; } .has-warning .ant-input:focus { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input:not([disabled]):hover { border-color: #faad14; } .has-warning .ant-calendar-picker-open .ant-calendar-picker-input { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-affix-wrapper .ant-input, .has-warning .ant-input-affix-wrapper .ant-input:hover { background-color: #fff; border-color: #faad14; } .has-warning .ant-input-affix-wrapper .ant-input:focus { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) { border-color: #faad14; } .has-warning .ant-input-prefix { color: #faad14; } .has-warning .ant-input-group-addon { color: #faad14; background-color: #fff; border-color: #faad14; } .has-warning .has-feedback { color: #faad14; } .has-warning.has-feedback .ant-legacy-form-item-children-icon { color: #faad14; animation-name: diffZoomIn3 !important; } .has-warning .ant-select-selection { border-color: #faad14; } .has-warning .ant-select-selection:hover { border-color: #faad14; } .has-warning .ant-select-open .ant-select-selection, .has-warning .ant-select-focused .ant-select-selection { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-calendar-picker-icon::after, .has-warning .ant-time-picker-icon::after, .has-warning .ant-picker-icon::after, .has-warning .ant-select-arrow, .has-warning .ant-cascader-picker-arrow { color: #faad14; } .has-warning .ant-input-number, .has-warning .ant-time-picker-input { border-color: #faad14; } .has-warning .ant-input-number-focused, .has-warning .ant-time-picker-input-focused, .has-warning .ant-input-number:focus, .has-warning .ant-time-picker-input:focus { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-number:not([disabled]):hover, .has-warning .ant-time-picker-input:not([disabled]):hover { border-color: #faad14; } .has-warning .ant-cascader-picker:focus .ant-cascader-input { border-color: #ffc53d; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-cascader-picker:hover .ant-cascader-input { border-color: #faad14; } .has-warning .ant-input-affix-wrapper { border-color: #faad14; } .has-warning .ant-input-affix-wrapper-focused { box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); } .has-warning .ant-input-affix-wrapper .ant-input:focus { box-shadow: none; } .has-error .ant-legacy-form-explain, .has-error .ant-legacy-form-split { color: #ff4d4f; } .has-error .ant-input, .has-error .ant-input:hover { background-color: #fff; border-color: #ff4d4f; } .has-error .ant-input:focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input:not([disabled]):hover { border-color: #ff4d4f; } .has-error .ant-calendar-picker-open .ant-calendar-picker-input { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-affix-wrapper .ant-input, .has-error .ant-input-affix-wrapper .ant-input:hover { background-color: #fff; border-color: #ff4d4f; } .has-error .ant-input-affix-wrapper .ant-input:focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) { border-color: #ff4d4f; } .has-error .ant-input-prefix { color: #ff4d4f; } .has-error .ant-input-group-addon { color: #ff4d4f; background-color: #fff; border-color: #ff4d4f; } .has-error .has-feedback { color: #ff4d4f; } .has-error.has-feedback .ant-legacy-form-item-children-icon { color: #ff4d4f; animation-name: diffZoomIn2 !important; } .has-error .ant-select-selection { border-color: #ff4d4f; } .has-error .ant-select-selection:hover { border-color: #ff4d4f; } .has-error .ant-select-open .ant-select-selection, .has-error .ant-select-focused .ant-select-selection { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-select.ant-select-auto-complete .ant-input:focus { border-color: #ff4d4f; } .has-error .ant-input-group-addon .ant-select-selection { border-color: transparent; box-shadow: none; } .has-error .ant-calendar-picker-icon::after, .has-error .ant-time-picker-icon::after, .has-error .ant-picker-icon::after, .has-error .ant-select-arrow, .has-error .ant-cascader-picker-arrow { color: #ff4d4f; } .has-error .ant-input-number, .has-error .ant-time-picker-input { border-color: #ff4d4f; } .has-error .ant-input-number-focused, .has-error .ant-time-picker-input-focused, .has-error .ant-input-number:focus, .has-error .ant-time-picker-input:focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-number:not([disabled]):hover, .has-error .ant-time-picker-input:not([disabled]):hover { border-color: #ff4d4f; } .has-error .ant-mention-wrapper .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover { border-color: #ff4d4f; } .has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-cascader-picker:focus .ant-cascader-input { border-color: #ff7875; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-cascader-picker:hover .ant-cascader-input { border-color: #ff4d4f; } .has-error .ant-transfer-list { border-color: #ff4d4f; } .has-error .ant-transfer-list-search:not([disabled]) { border-color: #d9d9d9; } .has-error .ant-transfer-list-search:not([disabled]):hover { border-color: #40a9ff; border-right-width: 1px !important; } .has-error .ant-transfer-list-search:not([disabled]):focus { border-color: #40a9ff; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); } .has-error .ant-input-affix-wrapper { border-color: #ff4d4f; } .has-error .ant-input-affix-wrapper-focused { box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); } .has-error .ant-input-affix-wrapper .ant-input:focus { box-shadow: none; } .is-validating.has-feedback .ant-legacy-form-item-children-icon { display: inline-block; color: #1890ff; } .ant-advanced-search-form .ant-legacy-form-item { margin-bottom: 24px; } .ant-advanced-search-form .ant-legacy-form-item-with-help { margin-bottom: 4px; } .show-help-enter, .show-help-appear { animation-duration: 0.3s; animation-fill-mode: both; animation-play-state: paused; } .show-help-leave { animation-duration: 0.3s; animation-fill-mode: both; animation-play-state: paused; } .show-help-enter.show-help-enter-active, .show-help-appear.show-help-appear-active { animation-name: antShowHelpIn; animation-play-state: running; } .show-help-leave.show-help-leave-active { animation-name: antShowHelpOut; animation-play-state: running; pointer-events: none; } .show-help-enter, .show-help-appear { opacity: 0; animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); } .show-help-leave { animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); } @keyframes antShowHelpIn { 0% { transform: translateY(-5px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes antShowHelpOut { to { transform: translateY(-5px); opacity: 0; } } @keyframes diffZoomIn1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes diffZoomIn2 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes diffZoomIn3 { 0% { transform: scale(0); } 100% { transform: scale(1); } } .ant-mention-wrapper { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; position: relative; display: inline-block; width: 100%; vertical-align: middle; } .ant-mention-wrapper .ant-mention-editor { position: relative; display: inline-block; width: 100%; min-width: 0; padding: 4px 11px; color: rgba(0, 0, 0, 0.85); font-size: 14px; background-color: #fff; background-image: none; border: 1px solid #d9d9d9; border-radius: 2px; transition: all 0.3s; display: block; height: auto; min-height: 32px; padding: 0; line-height: 1.5715; } .ant-mention-wrapper .ant-mention-editor::-moz-placeholder { opacity: 1; } .ant-mention-wrapper .ant-mention-editor::placeholder { color: #bfbfbf; } .ant-mention-wrapper .ant-mention-editor:placeholder-shown { text-overflow: ellipsis; } .ant-mention-wrapper .ant-mention-editor:hover { border-color: #40a9ff; border-right-width: 1px !important; } .ant-mention-wrapper .ant-mention-editor:focus, .ant-mention-wrapper .ant-mention-editor-focused { border-color: #40a9ff; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); } .ant-mention-wrapper .ant-mention-editor-disabled { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; cursor: not-allowed; opacity: 1; } .ant-mention-wrapper .ant-mention-editor-disabled:hover { border-color: #d9d9d9; border-right-width: 1px !important; } .ant-mention-wrapper .ant-mention-editor[disabled] { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; cursor: not-allowed; opacity: 1; } .ant-mention-wrapper .ant-mention-editor[disabled]:hover { border-color: #d9d9d9; border-right-width: 1px !important; } .ant-mention-wrapper .ant-mention-editor-borderless, .ant-mention-wrapper .ant-mention-editor-borderless:hover, .ant-mention-wrapper .ant-mention-editor-borderless:focus, .ant-mention-wrapper .ant-mention-editor-borderless-focused, .ant-mention-wrapper .ant-mention-editor-borderless-disabled, .ant-mention-wrapper .ant-mention-editor-borderless[disabled] { background-color: transparent; border: none; box-shadow: none; } textarea.ant-mention-wrapper .ant-mention-editor { max-width: 100%; height: auto; min-height: 32px; line-height: 1.5715; vertical-align: bottom; transition: all 0.3s, height 0s; } .ant-mention-wrapper .ant-mention-editor-lg { padding: 6.5px 11px; font-size: 16px; } .ant-mention-wrapper .ant-mention-editor-sm { padding: 0px 7px; } .ant-mention-wrapper .ant-mention-editor-wrapper { height: auto; overflow-y: auto; } .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor { border-color: #40a9ff; border-right-width: 1px !important; outline: 0; box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); } .ant-mention-wrapper.disabled .ant-mention-editor { color: rgba(0, 0, 0, 0.25); background-color: #f5f5f5; cursor: not-allowed; opacity: 1; } .ant-mention-wrapper.disabled .ant-mention-editor:hover { border-color: #d9d9d9; border-right-width: 1px !important; } .ant-mention-wrapper .public-DraftEditorPlaceholder-root { position: absolute; pointer-events: none; } .ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner { height: auto; padding: 5px 11px; color: #bfbfbf; white-space: pre-wrap; word-wrap: break-word; outline: none; opacity: 1; } .ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content { height: auto; padding: 5px 11px; } .ant-mention-dropdown { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: 'tnum'; position: absolute; top: -9999px; left: -9999px; z-index: 1050; min-width: 120px; max-height: 250px; margin-top: 1.5em; overflow-x: hidden; overflow-y: auto; background-color: #fff; border-radius: 2px; outline: none; box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); } .ant-mention-dropdown-placement-top { margin-top: -0.1em; } .ant-mention-dropdown-notfound.ant-mention-dropdown-item { color: rgba(0, 0, 0, 0.25); } .ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading { display: block; color: #1890ff; text-align: center; } .ant-mention-dropdown-item { position: relative; display: block; padding: 5px 12px; overflow: hidden; color: rgba(0, 0, 0, 0.85); font-weight: normal; line-height: 22px; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; transition: background 0.3s; } .ant-mention-dropdown-item:hover { background-color: #f5f5f5; } .ant-mention-dropdown-item.focus, .ant-mention-dropdown-item-active { background-color: #e6f7ff; } .ant-mention-dropdown-item-disabled { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-mention-dropdown-item-disabled:hover { color: rgba(0, 0, 0, 0.25); background-color: #fff; cursor: not-allowed; } .ant-mention-dropdown-item-selected, .ant-mention-dropdown-item-selected:hover { color: rgba(0, 0, 0, 0.85); font-weight: bold; background-color: #f5f5f5; } .ant-mention-dropdown-item-divider { height: 1px; margin: 1px 0; overflow: hidden; line-height: 0; background-color: #f0f0f0; }
0.461745
0.070752
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Varela+Round&display=swap'); body{ margin:0px; } .container{ margin: auto; background-color:oldlace; display: flex; /* or inline-flex */ } .floater-section { float: left; width: 100%; min-height: 200px; margin-bottom: 20px; } .hide { display:hide; } .show { display:initial; } .clearfix{ clear:both; } div#myBox { position:absolute; background-color:red; z-index:1; } .figcaption { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #2ecc71; color:#fff; opacity: 0; } .figcaption p{text-align:center;margin-top: 38%;background-color: aqua;} img { display: block; } .about { justify-content: center; } .imageGallery { display:none; } div.gallery { border: 1px solid #ccc; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } * { box-sizing: border-box; } .responsive { padding: 0 6px; float: left; width: 24.99999%; } .row { display: flex; flex-wrap: wrap; padding: 0 4px; } /* Create 3 equal columns that sits next to each other */ .column { flex: 25%; max-width: 25%; padding: 0 10px; } .column img { margin-top: 8px; vertical-align: middle; width: 100%; } /* Responsive layout - makes a two column-layout instead of three columns */ @media screen and (max-width: 800px) { .column { flex: 50%; max-width: 50%; } } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .column { flex: 100%; max-width: 100%; } } /**SMALL SCREENS**/ @media (min-width: 450px){ /**.floater-section{ width: 50%; }**/ .container { width: 440px; } .small-width-25 { width:25%; } .small-width-33 { width:33.33%; } .small-width-50 { width:50%; } .small-width-66 { width: 66.6666%; } .small-width-75 { width:75%; } .small-width-100 { width:100%; } .small-hide { display: hide; } .small-show { display: initial; } } /**MEDIUM SCREENS**/ @media(min-width: 766px){ /** .floater-section{ width:33.333%; }**/ .container { width: 760px; } .med-width-25 { width:25%; } .med-width-33 { width:33.3333%; } .med-width-50 { width:50%; } .med-width-66 { width: 66.6666%; } .med-width-75 { width:75%; } .med-width-100 { width:100%; } .med-hide { display: hide; } .med-show { display: initial; } } /**LARGE SCREENS**/ @media(min-width: 992px){ /** .floater-section{ width: 25%; } **/ .container { width: 960px; } .large-width-25 { width:25%; } .large-width-33 { width:33.3333%; } .large-width-50 { width:50%; } .large-width-66 { width: 66.6666%; } .large-width-75 { width:75%; } .large-width-100 { width:100%; } .large-hide { display: hide; } .large-show { display: initial; } } @media only screen and (max-width: 700px) { .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px) { .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; } @media(min-width: 768px){ ul { flex-direction: row; } } li#home { order:1; /*flex-grow: 1;*/ } li:nth-last-child(2) { order:2; } li:nth-last-child(1){ order:3; }
Week1/ResponsiveDesignJSdemo - PostAssignment/style.css
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Varela+Round&display=swap'); body{ margin:0px; } .container{ margin: auto; background-color:oldlace; display: flex; /* or inline-flex */ } .floater-section { float: left; width: 100%; min-height: 200px; margin-bottom: 20px; } .hide { display:hide; } .show { display:initial; } .clearfix{ clear:both; } div#myBox { position:absolute; background-color:red; z-index:1; } .figcaption { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #2ecc71; color:#fff; opacity: 0; } .figcaption p{text-align:center;margin-top: 38%;background-color: aqua;} img { display: block; } .about { justify-content: center; } .imageGallery { display:none; } div.gallery { border: 1px solid #ccc; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } * { box-sizing: border-box; } .responsive { padding: 0 6px; float: left; width: 24.99999%; } .row { display: flex; flex-wrap: wrap; padding: 0 4px; } /* Create 3 equal columns that sits next to each other */ .column { flex: 25%; max-width: 25%; padding: 0 10px; } .column img { margin-top: 8px; vertical-align: middle; width: 100%; } /* Responsive layout - makes a two column-layout instead of three columns */ @media screen and (max-width: 800px) { .column { flex: 50%; max-width: 50%; } } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .column { flex: 100%; max-width: 100%; } } /**SMALL SCREENS**/ @media (min-width: 450px){ /**.floater-section{ width: 50%; }**/ .container { width: 440px; } .small-width-25 { width:25%; } .small-width-33 { width:33.33%; } .small-width-50 { width:50%; } .small-width-66 { width: 66.6666%; } .small-width-75 { width:75%; } .small-width-100 { width:100%; } .small-hide { display: hide; } .small-show { display: initial; } } /**MEDIUM SCREENS**/ @media(min-width: 766px){ /** .floater-section{ width:33.333%; }**/ .container { width: 760px; } .med-width-25 { width:25%; } .med-width-33 { width:33.3333%; } .med-width-50 { width:50%; } .med-width-66 { width: 66.6666%; } .med-width-75 { width:75%; } .med-width-100 { width:100%; } .med-hide { display: hide; } .med-show { display: initial; } } /**LARGE SCREENS**/ @media(min-width: 992px){ /** .floater-section{ width: 25%; } **/ .container { width: 960px; } .large-width-25 { width:25%; } .large-width-33 { width:33.3333%; } .large-width-50 { width:50%; } .large-width-66 { width: 66.6666%; } .large-width-75 { width:75%; } .large-width-100 { width:100%; } .large-hide { display: hide; } .large-show { display: initial; } } @media only screen and (max-width: 700px) { .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px) { .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; } @media(min-width: 768px){ ul { flex-direction: row; } } li#home { order:1; /*flex-grow: 1;*/ } li:nth-last-child(2) { order:2; } li:nth-last-child(1){ order:3; }
0.173813
0.108001
.detail{ background-color: #ffffff; } .product-wrap .name{ font-size:1rem; color:#555; font-weight:700; margin-bottom:10px; } .product-wrap .price-box{ position: center; background:url(../img/summary-bg.jpg) #f3f3f3; padding: 8px 0; } .imgGlass { width: 100%; } /*商城价和市场价的样式*/ .wordsmall1{ font-size: x-small; padding-left:20px; margin-right:10px; line-height:24px; color:#8c8c8c; } .wordsmall2{ float:left; font-size: x-small; padding-left:20px; margin-right:10px; line-height:24px; color:#8c8c8c; } .wordsmall3{ float:left; font-size: x-small; padding-left:20px; margin-right:10px; line-height:24px; color:#555555; } .shop-price{ font-size:30px; height:24px; line-height:24px; float:left; margin-left:4px; margin-top: 10px; } .preview{ float:left; width:100%; height:auto; } .gallery_wrap{ width:100%; border:1px solid #d2d2d2; text-align:center; } .gallery_wrap a { width:100%; display:table-cell; vertical-align:middle; } .gallery_wrap a img{ max-width:100%; } .price-notify{ width:70px; height:20px; line-height:20px; background:url(../img/dsc-icon.png) -296px -44px no-repeat; display:inline-block; padding-left:8px; color:#fff; cursor:pointer; margin-top: 1rem; margin-left: 0.2rem; } .price-reduction-notice{ font-size: 0.25rem; } .si-cumulative{ padding-right:10px; margin-right:10px; font-size:12px; line-height:14px; border-right:1px solid #d2d2d2; } .si-warp .m-price{ line-height:24px; text-decoration: line-through; } .service-item-1{ font-size: x-small; margin-top: 18px; margin-left: 1rem; } .fl .link-red{ color: #f42424; } .summary-item .si-warp .tary{ display:block; float:left; margin-right:10px;} /*数量加减*/ .amount-warp{ margin-left: 1rem; margin-right: 2rem} .amount-warp .buy-num{ border:1px solid #d2d2d2; width:28px; height:28px; float:left; outline:0; text-align:center;margin-top: 15px} .amount-warp .a-btn{ float:left; width:22px; height:28px; border:1px solid #d2d2d2; border-left:0;margin-top: 15px} .amount-warp .a-btn a{ float:left; width:22px; height:14px; line-height:14px; text-align:center;} .amount-warp .a-btn .btn-reduce{ height:13px; border-top:1px solid #d2d2d2;} .amount-warp a .iconfont{ font-size:12px;} .amount-warp .a-btn .btn-disabled{ color:#e0e0e0;} .btn-size{ width: 150px; height: 50px; margin-top: 2rem; font-weight: bold; color: #ffffff; } .btn-size2{ width: 225px; height: 50px; margin-top: 2rem; font-weight: bold; } .mylabel{ font-size: 0.5rem; } .collection-img{ margin-top: -3px; } .title{ font-weight: bold; font-size: 1rem; } .small-title{ font-weight: bold; font-size: 0.75rem; color: #5a6268; } .small-information{ font-size: 0.75rem; } .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #ffffff; background-color: #d39e00; border-color: #c69500; } .btn-warning.disabled, .btn-warning:disabled { color: #ffffff; background-color: #ffc107; border-color: #ffc107; } .btn-warning { color: #ffffff; background-color: #ffc107; border-color: #ffc107; } .btn-warning:hover { color: #ffffff; background-color: #e0a800; border-color: #d39e00; } .btn-warning:focus, .btn-warning.focus { color: #ffffff; background-color: #e0a800; border-color: #d39e00; box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
public/static/index/css/demo.css
.detail{ background-color: #ffffff; } .product-wrap .name{ font-size:1rem; color:#555; font-weight:700; margin-bottom:10px; } .product-wrap .price-box{ position: center; background:url(../img/summary-bg.jpg) #f3f3f3; padding: 8px 0; } .imgGlass { width: 100%; } /*商城价和市场价的样式*/ .wordsmall1{ font-size: x-small; padding-left:20px; margin-right:10px; line-height:24px; color:#8c8c8c; } .wordsmall2{ float:left; font-size: x-small; padding-left:20px; margin-right:10px; line-height:24px; color:#8c8c8c; } .wordsmall3{ float:left; font-size: x-small; padding-left:20px; margin-right:10px; line-height:24px; color:#555555; } .shop-price{ font-size:30px; height:24px; line-height:24px; float:left; margin-left:4px; margin-top: 10px; } .preview{ float:left; width:100%; height:auto; } .gallery_wrap{ width:100%; border:1px solid #d2d2d2; text-align:center; } .gallery_wrap a { width:100%; display:table-cell; vertical-align:middle; } .gallery_wrap a img{ max-width:100%; } .price-notify{ width:70px; height:20px; line-height:20px; background:url(../img/dsc-icon.png) -296px -44px no-repeat; display:inline-block; padding-left:8px; color:#fff; cursor:pointer; margin-top: 1rem; margin-left: 0.2rem; } .price-reduction-notice{ font-size: 0.25rem; } .si-cumulative{ padding-right:10px; margin-right:10px; font-size:12px; line-height:14px; border-right:1px solid #d2d2d2; } .si-warp .m-price{ line-height:24px; text-decoration: line-through; } .service-item-1{ font-size: x-small; margin-top: 18px; margin-left: 1rem; } .fl .link-red{ color: #f42424; } .summary-item .si-warp .tary{ display:block; float:left; margin-right:10px;} /*数量加减*/ .amount-warp{ margin-left: 1rem; margin-right: 2rem} .amount-warp .buy-num{ border:1px solid #d2d2d2; width:28px; height:28px; float:left; outline:0; text-align:center;margin-top: 15px} .amount-warp .a-btn{ float:left; width:22px; height:28px; border:1px solid #d2d2d2; border-left:0;margin-top: 15px} .amount-warp .a-btn a{ float:left; width:22px; height:14px; line-height:14px; text-align:center;} .amount-warp .a-btn .btn-reduce{ height:13px; border-top:1px solid #d2d2d2;} .amount-warp a .iconfont{ font-size:12px;} .amount-warp .a-btn .btn-disabled{ color:#e0e0e0;} .btn-size{ width: 150px; height: 50px; margin-top: 2rem; font-weight: bold; color: #ffffff; } .btn-size2{ width: 225px; height: 50px; margin-top: 2rem; font-weight: bold; } .mylabel{ font-size: 0.5rem; } .collection-img{ margin-top: -3px; } .title{ font-weight: bold; font-size: 1rem; } .small-title{ font-weight: bold; font-size: 0.75rem; color: #5a6268; } .small-information{ font-size: 0.75rem; } .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #ffffff; background-color: #d39e00; border-color: #c69500; } .btn-warning.disabled, .btn-warning:disabled { color: #ffffff; background-color: #ffc107; border-color: #ffc107; } .btn-warning { color: #ffffff; background-color: #ffc107; border-color: #ffc107; } .btn-warning:hover { color: #ffffff; background-color: #e0a800; border-color: #d39e00; } .btn-warning:focus, .btn-warning.focus { color: #ffffff; background-color: #e0a800; border-color: #d39e00; box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
0.421909
0.089455
@import url(https://fonts.googleapis.com/css?family=Muli|Open+Sans+Condensed|Raleway|Roboto+Condensed|Roboto|Lato); @keyframes headerFadeIn { 0% { opacity: 0; width: 0%; } 30% { width: 100%; } 100% { opacity: 1; } } @keyframes elementFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } /* @keyframes mobileDrop { 0% { height: 0; } 100% { height: 85%; } } */ .navbar-slider-wrapper { position: relative; } .appt-slider p { padding: 0; margin: 0; } .appt-slider { cursor: pointer; position: absolute; right: 3%; top: 150px; z-index: 1; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 1rem; text-transform: uppercase; color: #fff; background-color: #FA7921; border: 3px solid #fff; border-radius: 5px; padding: 10px; transition: right 2s ease-in-out; opacity: 0; animation: elementFadeIn 0.3s linear forwards 1.5s; } .appt-slider:hover { background-color: #FE9920; } .navbar-slider-container img { width: 400px; transition: width 0.3s; opacity: 0; animation: elementFadeIn 0.3s linear forwards 1.5s; } .navbar-slider-container { font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 600; display: flex; justify-content: space-around; align-items: center; background-color: #0B4F6C; border-bottom: 8px solid #20BF55; padding: 10px; height: 150px; width: 100%; opacity: 0; animation: headerFadeIn 2s ease-in forwards 0.5s; } /* .navbar-slider-loop { opacity: 0; animation: elementFadeIn 0.3s linear forwards 1.5s; } */ .navbar-slider-mobile { display: none; cursor: pointer; color: #fff; border: 2px solid #fff; padding: 5px 7px; border-radius: 5px; font-size: 1.3rem; transition: background-color 0.3s; } .navbar-slider-mobile:hover { background-color: #479843; } .navbar-slider-container ul { cursor: pointer; list-style: none; margin: 0; padding: 0; } .navbar-slider-container a { text-decoration: none; padding: 12px; white-space: nowrap; color: #fff; } .navbar-slider-container .menu-item-has-children { position: relative; display: inline-block; } .navbar-slider-container .sub-menu { display: flex; flex-direction: column; visibility: hidden; position: absolute; opacity: 0; top: 100%; transform: translateY(-1.3em); z-index: 2; box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3); background-color: #20BF55; margin: 12px 0 0 0; min-width: 160px; transition: all 0.3s ease-in-out; } .navbar-slider-container .menu-item-has-children:hover > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0%); transition-delay: 0s, 0s, 0.3s; } .navbar-slider-container .menu-item-has-children .sub-menu li { margin: 0; padding: 0; } .navbar-slider-container .menu-item-has-children .sub-menu a { display: block; font-weight: 300; transition: background-color 0.2s; } .navbar-slider-container .menu-item-has-children .sub-menu a:hover { background-color: #479843; } @media screen and (max-width:1100px) { .navbar-slider-container { justify-content: flex-start; } } @media screen and (max-width:1000px) { .navbar-slider-mobile { display: block; } .navbar-slider-loop { display: none; } .slider-expand { display: block; background-color: #30343F; position: absolute; top: 175px; left: 0; width: 100%; /* animation: mobileDrop 0.3s ease-in-out forwards 0s; */ } .slider-expand ul.menu li { padding: 10px 0; border-bottom: 0.3px solid #fff; } .slider-expand ul.menu li:hover a { color: #8d919c; } .navbar-slider-container { justify-content: center; position: relative; } .navbar-slider-container .menu-item-has-children { display: block; } .navbar-slider-container .sub-menu { display: none; visibility: visible; position: relative; opacity: 1; font-size: 0.8rem; transform: translateY(0%); box-shadow: none; background-color: #30343F; } .navbar-slider-container .menu-item-has-children .sub-menu a:hover { background-color: #8d919c; } .navbar-slider-container ul.sub-menu li { border: 0; } .slider-expand ul.menu li:hover ul.sub-menu a { color: white; } .navbar-slider-container .menu-item-has-children > .sub-slider-expand { display: flex; } .navbar-slider-container img { width: 300px; transition: width 0.3s; } .appt-slider { right: 30%; transition: right 1s; } @media screen and (max-width:600px) { .appt-slider { right: 5%; transition: right 1s ease-in-out; } }
component-library/navbar-slider/navbar-slider.css
@import url(https://fonts.googleapis.com/css?family=Muli|Open+Sans+Condensed|Raleway|Roboto+Condensed|Roboto|Lato); @keyframes headerFadeIn { 0% { opacity: 0; width: 0%; } 30% { width: 100%; } 100% { opacity: 1; } } @keyframes elementFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } /* @keyframes mobileDrop { 0% { height: 0; } 100% { height: 85%; } } */ .navbar-slider-wrapper { position: relative; } .appt-slider p { padding: 0; margin: 0; } .appt-slider { cursor: pointer; position: absolute; right: 3%; top: 150px; z-index: 1; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 1rem; text-transform: uppercase; color: #fff; background-color: #FA7921; border: 3px solid #fff; border-radius: 5px; padding: 10px; transition: right 2s ease-in-out; opacity: 0; animation: elementFadeIn 0.3s linear forwards 1.5s; } .appt-slider:hover { background-color: #FE9920; } .navbar-slider-container img { width: 400px; transition: width 0.3s; opacity: 0; animation: elementFadeIn 0.3s linear forwards 1.5s; } .navbar-slider-container { font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 600; display: flex; justify-content: space-around; align-items: center; background-color: #0B4F6C; border-bottom: 8px solid #20BF55; padding: 10px; height: 150px; width: 100%; opacity: 0; animation: headerFadeIn 2s ease-in forwards 0.5s; } /* .navbar-slider-loop { opacity: 0; animation: elementFadeIn 0.3s linear forwards 1.5s; } */ .navbar-slider-mobile { display: none; cursor: pointer; color: #fff; border: 2px solid #fff; padding: 5px 7px; border-radius: 5px; font-size: 1.3rem; transition: background-color 0.3s; } .navbar-slider-mobile:hover { background-color: #479843; } .navbar-slider-container ul { cursor: pointer; list-style: none; margin: 0; padding: 0; } .navbar-slider-container a { text-decoration: none; padding: 12px; white-space: nowrap; color: #fff; } .navbar-slider-container .menu-item-has-children { position: relative; display: inline-block; } .navbar-slider-container .sub-menu { display: flex; flex-direction: column; visibility: hidden; position: absolute; opacity: 0; top: 100%; transform: translateY(-1.3em); z-index: 2; box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3); background-color: #20BF55; margin: 12px 0 0 0; min-width: 160px; transition: all 0.3s ease-in-out; } .navbar-slider-container .menu-item-has-children:hover > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0%); transition-delay: 0s, 0s, 0.3s; } .navbar-slider-container .menu-item-has-children .sub-menu li { margin: 0; padding: 0; } .navbar-slider-container .menu-item-has-children .sub-menu a { display: block; font-weight: 300; transition: background-color 0.2s; } .navbar-slider-container .menu-item-has-children .sub-menu a:hover { background-color: #479843; } @media screen and (max-width:1100px) { .navbar-slider-container { justify-content: flex-start; } } @media screen and (max-width:1000px) { .navbar-slider-mobile { display: block; } .navbar-slider-loop { display: none; } .slider-expand { display: block; background-color: #30343F; position: absolute; top: 175px; left: 0; width: 100%; /* animation: mobileDrop 0.3s ease-in-out forwards 0s; */ } .slider-expand ul.menu li { padding: 10px 0; border-bottom: 0.3px solid #fff; } .slider-expand ul.menu li:hover a { color: #8d919c; } .navbar-slider-container { justify-content: center; position: relative; } .navbar-slider-container .menu-item-has-children { display: block; } .navbar-slider-container .sub-menu { display: none; visibility: visible; position: relative; opacity: 1; font-size: 0.8rem; transform: translateY(0%); box-shadow: none; background-color: #30343F; } .navbar-slider-container .menu-item-has-children .sub-menu a:hover { background-color: #8d919c; } .navbar-slider-container ul.sub-menu li { border: 0; } .slider-expand ul.menu li:hover ul.sub-menu a { color: white; } .navbar-slider-container .menu-item-has-children > .sub-slider-expand { display: flex; } .navbar-slider-container img { width: 300px; transition: width 0.3s; } .appt-slider { right: 30%; transition: right 1s; } @media screen and (max-width:600px) { .appt-slider { right: 5%; transition: right 1s ease-in-out; } }
0.468061
0.126785
:root { /* Modify these to change your theme colors: */ --primary: #111; --text: #111; --background: #987; --background-elevated: #876; --text-mid: #555; /* These should be less important: */ --background-hover: rgba(255, 255, 255, 0.1); --background-light: #AAA; --background-bright: #FFF; --border-dim: #666; --border-bright: var(--primary); --text-bright: #dcb; --text-special: var(--primary); --scrollbar-background: #000; --scrollbar-border: var(--primary); } /* left scrollbar */ /*.TeamSidebar, .TeamSidebar .StoplightContainer, .TeamSidebar .TeamSidebar-addArea {*/ /*background-color: var(--background) !important;*/ /*box-shadow: var(--background) 1px 1px 25px;*/ /*z-index: 1;*/ /*}*/ #channel_topic_text { background: var(--background); } .feature_name_tagging_client #edit_topic_inner:before { /*background-color: #ff00aa;*/ border: 1px solid var(--text-mid); } .rxn .emoji_rxn_count, .feature_name_tagging_client .internal_member_link { background: var(--background-elevated); color: var(--text); font-weight: bold; } button.channel_header_icon, .channel_header_icon ts-icon, .channel_header_info button, .channel_topic_text, .channel_header_info, .channel_header_icon, .channel_header_info .channel_header_icon, .close_flexpane, .thread_participants { color: var(--text-mid) !important; } .channels_list_holder ul li a.channel_name, .channels_list_holder ul li:not(.unread) .group_name, .channels_list_holder ul li .im_name, .channels_list_holder ul li .mpim_name, .channels_list_holder ul li > a:link, ts-message.automated .message_body, ts-message .bot_label, ts-message a.timestamp { color: var(--text-mid) !important; } .btn { background: #2ab27b; } /* ------- */ .p-flexpane_header { background: var(--background-elevated); } .flex_pane_showing #col_flex { border-left: 1px solid var(--border-dim) } .p-downloads__clear_all { border-right: 1px solid var(--border-dim); } .p-threads_view__default_background, .p-threads_footer__input, .p-threads_footer__input .p-message_input_field.focus~.p-message_input_file_button { background: var(--background); } .p_threads_view_load_newer_button, .p_threads_view_load_older_button { background: var(--background-elevated); border-left: 1px solid var(--border-dim); border-right: 1px solid var(--border-dim); } .p-threads_view_reply, .p-threads_view__footer, .p-threads_view_root { border: 1px solid var(--border-dim); } /* ----fixes after update--- */ div.c-message.c-message--light.c-message--hover { background-color: var(--background-hover) !important; } div.c-message_list__day_divider__label__pill { color: var(--text) !important; background-color: var(--background-elevated) !important; border: 1px solid var(--text) !important; } hr.c-message_list__day_divider__line { border-top: 1px solid var(--background-elevated) !important; } span.c-timestamp__label { color: var(--text-mid) !important; } .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider:before { background-color: var(--background) !important; border-bottom: 1px solid var(--background-elevated) !important; } /* -------fixes for 3.1.1--------*/ .p-message_pane .c-message_list:not(.c-virtual_list--scrollbar), .p-message_pane .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider { z-index: 0; } div.c-virtual_list__scroll_container, .c-virtual_list .c-virtual_list--scrollbar .c-message_list .c-scrollbar .c-scrollbar--fade, .c-menu, .c-message_actions__container .c-message__actions { background-color: var(--background) !important; } div.c-message:hover { background-color: var(--background) !important; } span.c-message__body, a.c-message__sender_link, span.c-message_attachment__media_trigger.c-message_attachment__media_trigger--caption, div.p-message_pane__foreword__description span { color: var(--text) !important; } .client_channels_list_container { margin-right: -1px; z-index: 203; } .search_form { border: 1px solid var(--text-mid); } /*-------*/ .p-classic_nav__drag, .p-workspace--classic-nav .p-workspace__primary_view_footer, .p-workspace__input .p-message_input_field, .p-message_input_field.focus, .workspace__primary_view_footer, .p-threads_flexpane_container, .c-message__reply_bar:hover .c-message__reply_bar_view_thread, .c-message__reply_bar:hover, .p-threads_footer__input .p-message_input_field { background-color: var(--background) !important; } .p-workspace__input .p-message_input_field { border-color: rgb(97, 96, 97) !important; } .c-message__reply_bar, .c-message_actions__button { background-color: var(--background-elevated) !important; color: var(--text-mid) !important; } .c-message__reply_bar_description { color: var(--text-special); } { } .c-message_actions__container:hover, .c-message_actions__container { border: none !important; } .c-icon_button--light.c-button-unstyled:hover, .c-icon_button--light:hover, .c-icon_button--light:link:hover { background: var(--background-hover) !important; } .c-texty_input__button, .p-threads_footer__input .p-message_input_file_button .p-message_input_file_icon, .p-workspace__input .p-message_input_file_button .p-message_input_file_icon { color: var(--text-mid) !important; } /* ------------------------- */ h1, h2, h3, h4 { color: var(--text); } .TeamSidebarItem.unreads .TeamSidebarItem-indicator { background-color: var(--border-bright) !important; opacity: 1; } .TeamSidebarItem-unreadHighlights { background-color: var(--border-bright) !important; color: var(--text-bright) !important; } #msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container, #search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container, ts-jumper input[type="text"], .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track { background: var(--background) !important; } #channels_scroller.show_which_channel_is_active[class] li.active .presence.active i.presence_icon, #channels_scroller.show_which_channel_is_active[class] li.active .slackbot_icon, #channels_scroller.show_which_channel_is_active[class] li.active .presence.away i.presence_icon { color: inherit !important; } #client_body::before { border-bottom: 1px solid var(--background) !important; } ts-message, .channel_title .channel_name, ts-jumper input[type="text"], ts-jumper ol li .member_real_name, ts-jumper ol li .view_name, ts-jumper ol li .channel_name { color: var(--text) !important; } .light_theme ts-message .message_content a.message_sender, #msg_input::-webkit-input-placeholder, ts-jumper input[type="text"]::-webkit-input-placeholder { color: var(--text) !important; } #msg_input, #primary_file_button { background: transparent !important; color: var(--text) !important; border-color: var(--border-dim) !important; } .day_container .day_divider .day_divider_label, .day_divider .day_divider_label, #convo_container .convo_flexpane_divider .reply_count { color: var(--text) !important; background-color: var(--background-elevated) !important; border: 1px solid var(--border-bright) !important; border-radius: 1rem; } #convo_container .convo_flexpane_divider .reply_count { border-radius: 10px; padding: 0px 10px; } .mention_day_container_div .day_divider:before { background-color: transparent !important; } .day_container .day_msgs { border-top: 1px solid var(--border-dim) !important; } textarea, input[type="text"], #file_comment_textarea { /*background-color: var(--background) !important;*/ border-color: var(--border-dim) !important; color: var(--text) !important; } textarea:focus, input[type="text"]:focus, #file_comment_textarea { border-color: var(--border-bright) !important; color: var(--text-bright) !important; } ts-message { border-radius: 5px; margin: 1px 5px !important; padding-right: 20px !important; border-left: 1px solid transparent !important; /* reserve space for hover */ border-right: 1px solid transparent !important; } ts-message:hover { background: var(--background-hover) !important; /*border: 1px solid var(--border-bright) !important*/ } /*#msgs_unread_divider + ts-message:hover, ts-message:first-child { margin-top: 1px !important; } ts-message:last-child { margin-bottom: 1px !important; }*/ #messages_container::after { background: none !important; } .bot_label { padding: 0 4px !important; border-radius: 3px !important; background: var(--background) !important; border: 1px solid var(--border-bright); } .file_container:after { background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #333 100%) !important; } .rxn, #col_channels, #col_channels_footer, pre, ts-message .action_hover_container .btn_msg_action, #messages_container.has_top_messages_banner:before, .file_container, .file_container .CodeMirror .CodeMirror-code > div:before, .file_container .CodeMirror .sssh-line:before, .file_container .sssh-code .CodeMirror-code > div:before, .file_container .sssh-code .sssh-line:before, #col_flex, .search_message_result, #flex_contents .heading, #flex_contents .heading a, #flex_contents .subheading, .search_result_with_extract, #search_filters a, .menu, .menu #menu_items_scroller, .btn_outline { background: var(--background-elevated) !important; } .btn { background: #2ab27b; } pre, ts-message .action_hover_container .btn_msg_action, .file_container .CodeMirror .CodeMirror-code > div pre, .file_container .CodeMirror .sssh-line pre, .file_container .sssh-code .CodeMirror-code > div pre, .file_container .sssh-code .sssh-line pre, .search_message_result .search_message_result_meta a, .search_message_result .search_message_result_meta .date_links a, .flexpane_redesign #flex_contents .heading_text, #flex_contents .subheading, #search_filters.files #filter_files, #search_filters.messages #filter_messages, .menu ul li a, .btn, .btn_outline { color: var(--text) !important; border-color: var(--border-dim) !important; } .btn:hover:after { border-color: var(--border-bright); } .action_hover_container { border: 1px solid var(--border-dim) !important; } .ts_tip_float.btn_msg_action:not(:last-child) { border-right: 1px solid var(--border-dim) !important; } .ts_tip_float.btn_msg_action:hover { background-color: var(--background) !important; } #quick_switcher_btn { /*border-top-color: #333 !important;*/ background-color: transparent; } .rxn, .search_result_with_extract, .flexbox_client.flexpane_redesign.flex_pane_showing #col_flex, .flexpane_redesign #flex_contents .heading, #flex_contents .subheading, .search_segmented_control, .menu { border-color: var(--border-dim) !important; } .search_result_with_extract { box-shadow: 0 1px 10px #555 !important; } .ql-placeholder { color: var(--text); } .ql-container.texty_single_line_input { background-color: var(--background-elevated); color: var(--text); } .ql-container .ql-editor p { color: var(--text); } #quick_switcher_btn:active, #quick_switcher_btn:focus, #quick_switcher_btn:hover { background-color: var(--background-elevated); border-color: var(--background-elevated); } .comment .mention, .feature_name_tagging_client .comment .mention, .feature_name_tagging_client ts-message .mention, ts-message .mention, span.match { border: 1px solid var(--border-bright); background-color: var(--background-elevated) !important; padding: 2px 4px; margin: 2px; border-radius: 10px; } .mention > .mention { /* I'm assuming this is a Slack bug */ border: none; } pre.special_formatting { background: var(--background-elevated) !important; } code { color: var(--text-special) !important; background-color: var(--background-elevated) !important; border-color: var(--border-dim) !important; } .supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-thumb { /* scrollbar draggy bit */ color: transparent !important; border: 1px solid var(--scrollbar-border) !important; background-color: transparent !important; } .supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-track, .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-track, .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track { /* scrollbar endcaps */ color: transparent !important; border: 1px solid var(--border-dim) !important; background-color: transparent !important; } a, a:link, a:visited { color: var(--text-special) !important; } ts-message a .mention { color: var(--text-special) !important; } a:hover { color: var(--text-special) !important; } #msgs_scroller_div #end_display_div p { color: var(--text); } #channels_scroller.show_which_channel_is_active ul li.active .im_name { color: #fff !important; } #msgs_div .unread_divider.no_unreads .divider_label { background: #000 !important; color: #aaa !important; } #msgs_div .unread_divider.no_unreads hr { border-top-color: #888 !important; } .flexpane_redesign #member_mentions { background-color: var(--background); } #details_tab .channel_page_section { background-color: var(--background-elevated); } #details_tab .channel_page_section .section_title { color: var(--text); } .greigh { /* greigh = label?? */ color: var(--text) !important; } .pinned_item .pin_member_name a, .pinned_item { color: var(--text) !important; } .pinned_item .pinned_message_text .pin_truncate_fade { background: -webkit-gradient(linear, left bottom, left top, color-stop(0, var(--background-elevated)), color-stop(1, rgba(255, 255, 255, 0))); } .tab_container .file_list_item .contents .member, .tab_container .file_list_item .contents .service_link, .tab_container .file_list_item .contents .share_info, .tab_container .file_list_item .contents .time { color: var(--text-special); } .tab_container .file_list_item:focus, .tab_container .file_list_item:hover { background-color: var(--background-hover); } /* files */ .file_container.generic_container .file_header_meta .meta_hover { background-color: transparent !important; } .file_preview_action.btn.ts_tip, .file_preview_link.btn.file_comment_link { border: 1px solid var(--border-bright) !important; background-color: var(--background-hover) !important; color: var(--text) !important; } .file_preview_action.btn.ts_tip:hover, .file_preview_link.btn.file_comment_link:hover { background-color: var(--background) !important; } /* emojis */ .rxn[data-emoji] { /*background-color: var(--background-light) !important; transition: background-color 200ms ease-in;*/ height: 28px; } .rxn[data-emoji]:hover { /*background-color: var(--background-bright) !important;*/ } .rxn[data-emoji] .emoji_rxn_count { font-size: 0.9rem; /*color: black !important;*/ } .rxn .emoji-sizer { background-color: transparent !important; border-radius: 7px; width: 24px; height: 24px; margin: 0 0 0 -2px !important; border: 1px solid transparent; /* looks silly but it makes the outline work */ } .emoji-sizer { /* outline for black-on-transparent emojis */ -webkit-filter: drop-shadow(1px 0 0 var(--background-bright)) drop-shadow(-1px 0 0 var(--background-bright)) drop-shadow(-0 1px 0 var(--background-bright)) drop-shadow(0 -1px 0 var(--background-bright)); margin: 0 !important; } .ts_icon.ts_icon_smile_o { color: var(--text); } .emoji_menu_ng #emoji_input_container, #emoji_menu #emoji_menu_items_scroller, #emoji_menu #emoji_menu_footer, #emoji_menu #emoji_input_container { background-color: transparent; } .menu .p-emoji_picker__input_container, .menu .p-emoji_picker__list_container, .menu .p-emoji_picker__heading { background: transparent; color: var(--text); } #emoji_menu h3, #emoji_menu #emoji_preview_text { background-color: var(--background-elevated); color: var(--text); } #emoji_menu a.emoji_grouping_tab .emoji-sizer { -webkit-filter: none; } .emoji_menu_ng #emoji_menu_header .emoji_grouping_tab.active { background-color: transparent; border-color: var(--border-bright); border-width: 1px 1px 3px 1px; border-style: solid; } .light_theme .emoji-only { line-height: 3rem; font-size: 3rem; margin-top: 3px !important; } /* menus */ .menu ul li a, .menu ul li:not(.disabled) a { border: 1px solid var(--background-elevated) !important; } .menu ul li.highlighted a, .menu ul li:hover:not(.disabled) a { background: var(--background-elevated) !important; border-color: var(--border-bright) !important; } .menu .section_header .header_label { color: var(--text) !important; background-color: var(--background-elevated) !important; } .menu .section_header hr { border-color: transparent; } /* channel list */ body .channels_list_holder ul li { height: 1.8rem !important; border-radius: 0 15px 15px 0; } body .channels_list_holder ul li .primary_action { border: 1px solid rgba(0, 0, 0, 0.01) !important; background-color: transparent !important; } /*body #channels_scroller.show_which_channel_is_active ul li.active .primary_action {*/ li.active { background-color: var(--background) !important; border: solid var(--border-bright); border-width: 1px 1px 1px 0; } .im_name_background { display: none; } li.active[class] span, #channels_scroller.show_which_channel_is_active[class] ul li.active .primary_action .prefix, #channels_scroller.show_which_channel_is_active[class] ul li.active .primary_action, #channels_scroller.show_which_channel_is_active[class] ul li.active .primary_action.im_name > *:not(.unread_highlights) { color: var(--text-special) !important; background-color: transparent; opacity: 1; } body .channels_list_holder ul li:hover { background-color: var(--background-hover); border-color: var(--border-dim) !important; } /* threads */ ts-message .reply_bar:hover { background: var(--background) !important; border: 1px solid var(--border-dim) !important; } /* other */ .special_formatting_quote .quote_bar { background: var(--border-bright) !important; } #details_toggle.active:hover, #recent_mentions_toggle.active:hover, #stars_toggle.active:hover { background-color: var(--background-hover); color: var(--text); } #details_toggle.active, #recent_mentions_toggle.active, #sli_recap_toggle.active, #stars_toggle.active { background-color: var(--background-elevated); border: 1px solid var(--border-bright); } #archives_return, .messages_banner { color: var(--text); background-color: var(--background-elevated); border: 1px solid var(--border-bright); border-bottom: 0px; border-radius: 10px 10px 0 0; } /* preferences page */ #fs_modal, .modal, .modal-header, .modal-footer { background-color: var(--background-elevated); } #fs_modal, #fs_modal h1, #fs_modal h2, #fs_modal h3, #fs_modal h4, #fs_modal h5, .modal, .modal h1, .modal h2, .modal h3, .modal h4, .modal h5 { color: var(--text); } #fs_modal .fs_modal_file_viewer_header { background: transparent; } #fs_modal .fs_modal_file_viewer_content .viewer { background: var(--background); } .fs_modal_file_viewer_header .control_btn { color: var(--text) !important; } .section_rollup:hover:not(.is_active) { background: var(--background-hover); color: inherit; } #fs_modal #fs_modal_sidebar a { padding: 10px; background: transparent; border: 1px solid rgba(0, 0, 0, 0.01); border-radius: 10px; } #fs_modal #fs_modal_sidebar a:hover { border-color: var(--border-dim); } #fs_modal #fs_modal_sidebar a.is_active { border-color: var(--border-bright); } /* global (left sidebar) */ #channel_scroll_down, #channel_scroll_up { background-color: var(--background) !important; border: 0 1px 1px 1px solid var(--border-bright) !important; } #team_menu, #quick_switcher_btn, #team_menu_overlay, #col_channels_overlay { border-color: transparent !important; } /* CodeMirror syntax highlighting */ .cm-s-default .cm-header { color: #66f } .cm-s-default .cm-quote { color: #0f0 } .cm-negative { color: #f44 } .cm-positive { color: #2f2 } .cm-s-default .cm-keyword { color: #f0a } .cm-s-default .cm-atom { color: #7ff } .cm-s-default .cm-number { color: #5fa } .cm-s-default .cm-def { color: #37f } .cm-s-default .cm-variable-2 { color: #09f } .cm-s-default .cm-variable-3 { color: #0fa } .cm-s-default .cm-comment { color: #f80 } .cm-s-default .cm-string { color: #f33 } .cm-s-default .cm-string-2 { color: #f50 } .cm-s-default .cm-meta, .cm-s-default .cm-qualifier { color: #aaa } .cm-s-default .cm-builtin { color: #96f } .cm-s-default .cm-bracket { color: #ffa } .cm-s-default .cm-tag { color: #5f0 } .cm-s-default .cm-attribute { color: #33f } .cm-s-default .cm-hr { color: #ccc } .cm-s-default .cm-link { color: #33f } /* Snippets */ select { background-color: var(--background); color: var(--text); border-color: var(--border-dim); } .CodeMirror, .CodeMirror .CodeMirror-gutters, .CodeMirror-gutter { background-color: var(--background) !important;; border-color: var(--border-bright); color: var(--text); } .CodeMirror .CodeMirror-line { background-color: var(--background); } .CodeMirror-cursor { border-left-color: var(--text); } .CodeMirror-selected { background-color: rgba(255, 255, 255, 0.2) !important; } .modal div, .modal span, .modal label { color: var(--text); } .lazy_filter_select .lfs_list_container, .lazy_filter_select .lfs_list .lfs_item.active { background-color: var(--background-elevated); } .lfs_list::-webkit-scrollbar-track { display: none; } .lfs_list::-webkit-scrollbar-thumb { color: transparent !important; border: 1px solid var(--scrollbar-border) !important; background-color: transparent !important; } /* profile */ #fs_modal #fs_modal_footer { background-color: var(--background-elevated) } #contents_container::-webkit-scrollbar-track { display: none; } #contents_container::-webkit-scrollbar-thumb { color: transparent !important; border: 1px solid var(--scrollbar-border) !important; background-color: transparent !important; } /* scroll border fix */ .client_channels_list_container { border-right: none; } /* setting menu fix */ #fs_modal.prefs_modal .global_notification_block { background: transparent; border: none; } #fs_modal.prefs_modal .global_notification_block.selected { background: transparent; border: 1px solid var(border-bright); } .notification_example.mac { color: #555459; /* default color - leave unthemed */ } /* global jumper */ ts-jumper, ts-jumper.active { background-color: rgba(32, 32, 32, 0.6); } ts-jumper ts-jumper-container { box-shadow: 0 5px 20px rgba(0, 0, 0, 1); }
custom.css
:root { /* Modify these to change your theme colors: */ --primary: #111; --text: #111; --background: #987; --background-elevated: #876; --text-mid: #555; /* These should be less important: */ --background-hover: rgba(255, 255, 255, 0.1); --background-light: #AAA; --background-bright: #FFF; --border-dim: #666; --border-bright: var(--primary); --text-bright: #dcb; --text-special: var(--primary); --scrollbar-background: #000; --scrollbar-border: var(--primary); } /* left scrollbar */ /*.TeamSidebar, .TeamSidebar .StoplightContainer, .TeamSidebar .TeamSidebar-addArea {*/ /*background-color: var(--background) !important;*/ /*box-shadow: var(--background) 1px 1px 25px;*/ /*z-index: 1;*/ /*}*/ #channel_topic_text { background: var(--background); } .feature_name_tagging_client #edit_topic_inner:before { /*background-color: #ff00aa;*/ border: 1px solid var(--text-mid); } .rxn .emoji_rxn_count, .feature_name_tagging_client .internal_member_link { background: var(--background-elevated); color: var(--text); font-weight: bold; } button.channel_header_icon, .channel_header_icon ts-icon, .channel_header_info button, .channel_topic_text, .channel_header_info, .channel_header_icon, .channel_header_info .channel_header_icon, .close_flexpane, .thread_participants { color: var(--text-mid) !important; } .channels_list_holder ul li a.channel_name, .channels_list_holder ul li:not(.unread) .group_name, .channels_list_holder ul li .im_name, .channels_list_holder ul li .mpim_name, .channels_list_holder ul li > a:link, ts-message.automated .message_body, ts-message .bot_label, ts-message a.timestamp { color: var(--text-mid) !important; } .btn { background: #2ab27b; } /* ------- */ .p-flexpane_header { background: var(--background-elevated); } .flex_pane_showing #col_flex { border-left: 1px solid var(--border-dim) } .p-downloads__clear_all { border-right: 1px solid var(--border-dim); } .p-threads_view__default_background, .p-threads_footer__input, .p-threads_footer__input .p-message_input_field.focus~.p-message_input_file_button { background: var(--background); } .p_threads_view_load_newer_button, .p_threads_view_load_older_button { background: var(--background-elevated); border-left: 1px solid var(--border-dim); border-right: 1px solid var(--border-dim); } .p-threads_view_reply, .p-threads_view__footer, .p-threads_view_root { border: 1px solid var(--border-dim); } /* ----fixes after update--- */ div.c-message.c-message--light.c-message--hover { background-color: var(--background-hover) !important; } div.c-message_list__day_divider__label__pill { color: var(--text) !important; background-color: var(--background-elevated) !important; border: 1px solid var(--text) !important; } hr.c-message_list__day_divider__line { border-top: 1px solid var(--background-elevated) !important; } span.c-timestamp__label { color: var(--text-mid) !important; } .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider:before { background-color: var(--background) !important; border-bottom: 1px solid var(--background-elevated) !important; } /* -------fixes for 3.1.1--------*/ .p-message_pane .c-message_list:not(.c-virtual_list--scrollbar), .p-message_pane .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider { z-index: 0; } div.c-virtual_list__scroll_container, .c-virtual_list .c-virtual_list--scrollbar .c-message_list .c-scrollbar .c-scrollbar--fade, .c-menu, .c-message_actions__container .c-message__actions { background-color: var(--background) !important; } div.c-message:hover { background-color: var(--background) !important; } span.c-message__body, a.c-message__sender_link, span.c-message_attachment__media_trigger.c-message_attachment__media_trigger--caption, div.p-message_pane__foreword__description span { color: var(--text) !important; } .client_channels_list_container { margin-right: -1px; z-index: 203; } .search_form { border: 1px solid var(--text-mid); } /*-------*/ .p-classic_nav__drag, .p-workspace--classic-nav .p-workspace__primary_view_footer, .p-workspace__input .p-message_input_field, .p-message_input_field.focus, .workspace__primary_view_footer, .p-threads_flexpane_container, .c-message__reply_bar:hover .c-message__reply_bar_view_thread, .c-message__reply_bar:hover, .p-threads_footer__input .p-message_input_field { background-color: var(--background) !important; } .p-workspace__input .p-message_input_field { border-color: rgb(97, 96, 97) !important; } .c-message__reply_bar, .c-message_actions__button { background-color: var(--background-elevated) !important; color: var(--text-mid) !important; } .c-message__reply_bar_description { color: var(--text-special); } { } .c-message_actions__container:hover, .c-message_actions__container { border: none !important; } .c-icon_button--light.c-button-unstyled:hover, .c-icon_button--light:hover, .c-icon_button--light:link:hover { background: var(--background-hover) !important; } .c-texty_input__button, .p-threads_footer__input .p-message_input_file_button .p-message_input_file_icon, .p-workspace__input .p-message_input_file_button .p-message_input_file_icon { color: var(--text-mid) !important; } /* ------------------------- */ h1, h2, h3, h4 { color: var(--text); } .TeamSidebarItem.unreads .TeamSidebarItem-indicator { background-color: var(--border-bright) !important; opacity: 1; } .TeamSidebarItem-unreadHighlights { background-color: var(--border-bright) !important; color: var(--text-bright) !important; } #msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container, #search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container, ts-jumper input[type="text"], .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track { background: var(--background) !important; } #channels_scroller.show_which_channel_is_active[class] li.active .presence.active i.presence_icon, #channels_scroller.show_which_channel_is_active[class] li.active .slackbot_icon, #channels_scroller.show_which_channel_is_active[class] li.active .presence.away i.presence_icon { color: inherit !important; } #client_body::before { border-bottom: 1px solid var(--background) !important; } ts-message, .channel_title .channel_name, ts-jumper input[type="text"], ts-jumper ol li .member_real_name, ts-jumper ol li .view_name, ts-jumper ol li .channel_name { color: var(--text) !important; } .light_theme ts-message .message_content a.message_sender, #msg_input::-webkit-input-placeholder, ts-jumper input[type="text"]::-webkit-input-placeholder { color: var(--text) !important; } #msg_input, #primary_file_button { background: transparent !important; color: var(--text) !important; border-color: var(--border-dim) !important; } .day_container .day_divider .day_divider_label, .day_divider .day_divider_label, #convo_container .convo_flexpane_divider .reply_count { color: var(--text) !important; background-color: var(--background-elevated) !important; border: 1px solid var(--border-bright) !important; border-radius: 1rem; } #convo_container .convo_flexpane_divider .reply_count { border-radius: 10px; padding: 0px 10px; } .mention_day_container_div .day_divider:before { background-color: transparent !important; } .day_container .day_msgs { border-top: 1px solid var(--border-dim) !important; } textarea, input[type="text"], #file_comment_textarea { /*background-color: var(--background) !important;*/ border-color: var(--border-dim) !important; color: var(--text) !important; } textarea:focus, input[type="text"]:focus, #file_comment_textarea { border-color: var(--border-bright) !important; color: var(--text-bright) !important; } ts-message { border-radius: 5px; margin: 1px 5px !important; padding-right: 20px !important; border-left: 1px solid transparent !important; /* reserve space for hover */ border-right: 1px solid transparent !important; } ts-message:hover { background: var(--background-hover) !important; /*border: 1px solid var(--border-bright) !important*/ } /*#msgs_unread_divider + ts-message:hover, ts-message:first-child { margin-top: 1px !important; } ts-message:last-child { margin-bottom: 1px !important; }*/ #messages_container::after { background: none !important; } .bot_label { padding: 0 4px !important; border-radius: 3px !important; background: var(--background) !important; border: 1px solid var(--border-bright); } .file_container:after { background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #333 100%) !important; } .rxn, #col_channels, #col_channels_footer, pre, ts-message .action_hover_container .btn_msg_action, #messages_container.has_top_messages_banner:before, .file_container, .file_container .CodeMirror .CodeMirror-code > div:before, .file_container .CodeMirror .sssh-line:before, .file_container .sssh-code .CodeMirror-code > div:before, .file_container .sssh-code .sssh-line:before, #col_flex, .search_message_result, #flex_contents .heading, #flex_contents .heading a, #flex_contents .subheading, .search_result_with_extract, #search_filters a, .menu, .menu #menu_items_scroller, .btn_outline { background: var(--background-elevated) !important; } .btn { background: #2ab27b; } pre, ts-message .action_hover_container .btn_msg_action, .file_container .CodeMirror .CodeMirror-code > div pre, .file_container .CodeMirror .sssh-line pre, .file_container .sssh-code .CodeMirror-code > div pre, .file_container .sssh-code .sssh-line pre, .search_message_result .search_message_result_meta a, .search_message_result .search_message_result_meta .date_links a, .flexpane_redesign #flex_contents .heading_text, #flex_contents .subheading, #search_filters.files #filter_files, #search_filters.messages #filter_messages, .menu ul li a, .btn, .btn_outline { color: var(--text) !important; border-color: var(--border-dim) !important; } .btn:hover:after { border-color: var(--border-bright); } .action_hover_container { border: 1px solid var(--border-dim) !important; } .ts_tip_float.btn_msg_action:not(:last-child) { border-right: 1px solid var(--border-dim) !important; } .ts_tip_float.btn_msg_action:hover { background-color: var(--background) !important; } #quick_switcher_btn { /*border-top-color: #333 !important;*/ background-color: transparent; } .rxn, .search_result_with_extract, .flexbox_client.flexpane_redesign.flex_pane_showing #col_flex, .flexpane_redesign #flex_contents .heading, #flex_contents .subheading, .search_segmented_control, .menu { border-color: var(--border-dim) !important; } .search_result_with_extract { box-shadow: 0 1px 10px #555 !important; } .ql-placeholder { color: var(--text); } .ql-container.texty_single_line_input { background-color: var(--background-elevated); color: var(--text); } .ql-container .ql-editor p { color: var(--text); } #quick_switcher_btn:active, #quick_switcher_btn:focus, #quick_switcher_btn:hover { background-color: var(--background-elevated); border-color: var(--background-elevated); } .comment .mention, .feature_name_tagging_client .comment .mention, .feature_name_tagging_client ts-message .mention, ts-message .mention, span.match { border: 1px solid var(--border-bright); background-color: var(--background-elevated) !important; padding: 2px 4px; margin: 2px; border-radius: 10px; } .mention > .mention { /* I'm assuming this is a Slack bug */ border: none; } pre.special_formatting { background: var(--background-elevated) !important; } code { color: var(--text-special) !important; background-color: var(--background-elevated) !important; border-color: var(--border-dim) !important; } .supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-thumb { /* scrollbar draggy bit */ color: transparent !important; border: 1px solid var(--scrollbar-border) !important; background-color: transparent !important; } .supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-track, .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-track, .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track { /* scrollbar endcaps */ color: transparent !important; border: 1px solid var(--border-dim) !important; background-color: transparent !important; } a, a:link, a:visited { color: var(--text-special) !important; } ts-message a .mention { color: var(--text-special) !important; } a:hover { color: var(--text-special) !important; } #msgs_scroller_div #end_display_div p { color: var(--text); } #channels_scroller.show_which_channel_is_active ul li.active .im_name { color: #fff !important; } #msgs_div .unread_divider.no_unreads .divider_label { background: #000 !important; color: #aaa !important; } #msgs_div .unread_divider.no_unreads hr { border-top-color: #888 !important; } .flexpane_redesign #member_mentions { background-color: var(--background); } #details_tab .channel_page_section { background-color: var(--background-elevated); } #details_tab .channel_page_section .section_title { color: var(--text); } .greigh { /* greigh = label?? */ color: var(--text) !important; } .pinned_item .pin_member_name a, .pinned_item { color: var(--text) !important; } .pinned_item .pinned_message_text .pin_truncate_fade { background: -webkit-gradient(linear, left bottom, left top, color-stop(0, var(--background-elevated)), color-stop(1, rgba(255, 255, 255, 0))); } .tab_container .file_list_item .contents .member, .tab_container .file_list_item .contents .service_link, .tab_container .file_list_item .contents .share_info, .tab_container .file_list_item .contents .time { color: var(--text-special); } .tab_container .file_list_item:focus, .tab_container .file_list_item:hover { background-color: var(--background-hover); } /* files */ .file_container.generic_container .file_header_meta .meta_hover { background-color: transparent !important; } .file_preview_action.btn.ts_tip, .file_preview_link.btn.file_comment_link { border: 1px solid var(--border-bright) !important; background-color: var(--background-hover) !important; color: var(--text) !important; } .file_preview_action.btn.ts_tip:hover, .file_preview_link.btn.file_comment_link:hover { background-color: var(--background) !important; } /* emojis */ .rxn[data-emoji] { /*background-color: var(--background-light) !important; transition: background-color 200ms ease-in;*/ height: 28px; } .rxn[data-emoji]:hover { /*background-color: var(--background-bright) !important;*/ } .rxn[data-emoji] .emoji_rxn_count { font-size: 0.9rem; /*color: black !important;*/ } .rxn .emoji-sizer { background-color: transparent !important; border-radius: 7px; width: 24px; height: 24px; margin: 0 0 0 -2px !important; border: 1px solid transparent; /* looks silly but it makes the outline work */ } .emoji-sizer { /* outline for black-on-transparent emojis */ -webkit-filter: drop-shadow(1px 0 0 var(--background-bright)) drop-shadow(-1px 0 0 var(--background-bright)) drop-shadow(-0 1px 0 var(--background-bright)) drop-shadow(0 -1px 0 var(--background-bright)); margin: 0 !important; } .ts_icon.ts_icon_smile_o { color: var(--text); } .emoji_menu_ng #emoji_input_container, #emoji_menu #emoji_menu_items_scroller, #emoji_menu #emoji_menu_footer, #emoji_menu #emoji_input_container { background-color: transparent; } .menu .p-emoji_picker__input_container, .menu .p-emoji_picker__list_container, .menu .p-emoji_picker__heading { background: transparent; color: var(--text); } #emoji_menu h3, #emoji_menu #emoji_preview_text { background-color: var(--background-elevated); color: var(--text); } #emoji_menu a.emoji_grouping_tab .emoji-sizer { -webkit-filter: none; } .emoji_menu_ng #emoji_menu_header .emoji_grouping_tab.active { background-color: transparent; border-color: var(--border-bright); border-width: 1px 1px 3px 1px; border-style: solid; } .light_theme .emoji-only { line-height: 3rem; font-size: 3rem; margin-top: 3px !important; } /* menus */ .menu ul li a, .menu ul li:not(.disabled) a { border: 1px solid var(--background-elevated) !important; } .menu ul li.highlighted a, .menu ul li:hover:not(.disabled) a { background: var(--background-elevated) !important; border-color: var(--border-bright) !important; } .menu .section_header .header_label { color: var(--text) !important; background-color: var(--background-elevated) !important; } .menu .section_header hr { border-color: transparent; } /* channel list */ body .channels_list_holder ul li { height: 1.8rem !important; border-radius: 0 15px 15px 0; } body .channels_list_holder ul li .primary_action { border: 1px solid rgba(0, 0, 0, 0.01) !important; background-color: transparent !important; } /*body #channels_scroller.show_which_channel_is_active ul li.active .primary_action {*/ li.active { background-color: var(--background) !important; border: solid var(--border-bright); border-width: 1px 1px 1px 0; } .im_name_background { display: none; } li.active[class] span, #channels_scroller.show_which_channel_is_active[class] ul li.active .primary_action .prefix, #channels_scroller.show_which_channel_is_active[class] ul li.active .primary_action, #channels_scroller.show_which_channel_is_active[class] ul li.active .primary_action.im_name > *:not(.unread_highlights) { color: var(--text-special) !important; background-color: transparent; opacity: 1; } body .channels_list_holder ul li:hover { background-color: var(--background-hover); border-color: var(--border-dim) !important; } /* threads */ ts-message .reply_bar:hover { background: var(--background) !important; border: 1px solid var(--border-dim) !important; } /* other */ .special_formatting_quote .quote_bar { background: var(--border-bright) !important; } #details_toggle.active:hover, #recent_mentions_toggle.active:hover, #stars_toggle.active:hover { background-color: var(--background-hover); color: var(--text); } #details_toggle.active, #recent_mentions_toggle.active, #sli_recap_toggle.active, #stars_toggle.active { background-color: var(--background-elevated); border: 1px solid var(--border-bright); } #archives_return, .messages_banner { color: var(--text); background-color: var(--background-elevated); border: 1px solid var(--border-bright); border-bottom: 0px; border-radius: 10px 10px 0 0; } /* preferences page */ #fs_modal, .modal, .modal-header, .modal-footer { background-color: var(--background-elevated); } #fs_modal, #fs_modal h1, #fs_modal h2, #fs_modal h3, #fs_modal h4, #fs_modal h5, .modal, .modal h1, .modal h2, .modal h3, .modal h4, .modal h5 { color: var(--text); } #fs_modal .fs_modal_file_viewer_header { background: transparent; } #fs_modal .fs_modal_file_viewer_content .viewer { background: var(--background); } .fs_modal_file_viewer_header .control_btn { color: var(--text) !important; } .section_rollup:hover:not(.is_active) { background: var(--background-hover); color: inherit; } #fs_modal #fs_modal_sidebar a { padding: 10px; background: transparent; border: 1px solid rgba(0, 0, 0, 0.01); border-radius: 10px; } #fs_modal #fs_modal_sidebar a:hover { border-color: var(--border-dim); } #fs_modal #fs_modal_sidebar a.is_active { border-color: var(--border-bright); } /* global (left sidebar) */ #channel_scroll_down, #channel_scroll_up { background-color: var(--background) !important; border: 0 1px 1px 1px solid var(--border-bright) !important; } #team_menu, #quick_switcher_btn, #team_menu_overlay, #col_channels_overlay { border-color: transparent !important; } /* CodeMirror syntax highlighting */ .cm-s-default .cm-header { color: #66f } .cm-s-default .cm-quote { color: #0f0 } .cm-negative { color: #f44 } .cm-positive { color: #2f2 } .cm-s-default .cm-keyword { color: #f0a } .cm-s-default .cm-atom { color: #7ff } .cm-s-default .cm-number { color: #5fa } .cm-s-default .cm-def { color: #37f } .cm-s-default .cm-variable-2 { color: #09f } .cm-s-default .cm-variable-3 { color: #0fa } .cm-s-default .cm-comment { color: #f80 } .cm-s-default .cm-string { color: #f33 } .cm-s-default .cm-string-2 { color: #f50 } .cm-s-default .cm-meta, .cm-s-default .cm-qualifier { color: #aaa } .cm-s-default .cm-builtin { color: #96f } .cm-s-default .cm-bracket { color: #ffa } .cm-s-default .cm-tag { color: #5f0 } .cm-s-default .cm-attribute { color: #33f } .cm-s-default .cm-hr { color: #ccc } .cm-s-default .cm-link { color: #33f } /* Snippets */ select { background-color: var(--background); color: var(--text); border-color: var(--border-dim); } .CodeMirror, .CodeMirror .CodeMirror-gutters, .CodeMirror-gutter { background-color: var(--background) !important;; border-color: var(--border-bright); color: var(--text); } .CodeMirror .CodeMirror-line { background-color: var(--background); } .CodeMirror-cursor { border-left-color: var(--text); } .CodeMirror-selected { background-color: rgba(255, 255, 255, 0.2) !important; } .modal div, .modal span, .modal label { color: var(--text); } .lazy_filter_select .lfs_list_container, .lazy_filter_select .lfs_list .lfs_item.active { background-color: var(--background-elevated); } .lfs_list::-webkit-scrollbar-track { display: none; } .lfs_list::-webkit-scrollbar-thumb { color: transparent !important; border: 1px solid var(--scrollbar-border) !important; background-color: transparent !important; } /* profile */ #fs_modal #fs_modal_footer { background-color: var(--background-elevated) } #contents_container::-webkit-scrollbar-track { display: none; } #contents_container::-webkit-scrollbar-thumb { color: transparent !important; border: 1px solid var(--scrollbar-border) !important; background-color: transparent !important; } /* scroll border fix */ .client_channels_list_container { border-right: none; } /* setting menu fix */ #fs_modal.prefs_modal .global_notification_block { background: transparent; border: none; } #fs_modal.prefs_modal .global_notification_block.selected { background: transparent; border: 1px solid var(border-bright); } .notification_example.mac { color: #555459; /* default color - leave unthemed */ } /* global jumper */ ts-jumper, ts-jumper.active { background-color: rgba(32, 32, 32, 0.6); } ts-jumper ts-jumper-container { box-shadow: 0 5px 20px rgba(0, 0, 0, 1); }
0.395018
0.09401
html, body, div, span, strong, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, ins, q, b, u, i, object, label, ul, li, ol, form { margin: 0; padding: 0; outline: 0; background: transparent; box-sizing: border-box; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; box-sizing: border-box; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; } [hidden] { display: none; } html { overflow-y: scroll; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } html, button, input, select, textarea { outline: none; font-family: sans-serif; box-sizing: border-box; } button { padding: 0; border: none; background: none; } a:focus { outline: thin dotted; } a:hover { text-decoration: none; } a, a:focus, a:hover, a:active { outline: none; } a span, a strong, a img { cursor: pointer; } h6, h5, h4, h3, h2, h1 { font-weight: normal; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } q { quotes: none; } q:before, q:after { content: ''; content: none; } small { font-size: 75%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } ul, ol { list-style: none; } dd { margin: 0 0 0 40px; } img { max-width: 100%; border: 0; -ms-interpolation-mode: bicubic; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } form { margin: 0; } fieldset { margin: 0 2px; border: 1px solid #c0c0c0; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; } button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; } button, input { line-height: normal; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } button[disabled], input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin: 0; padding: 0; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; resize: none; } html { position: relative; min-height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); } body { margin-bottom: 60px; font: normal 14px/1.4285 Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif; background: #fff; color: #333; } ::-moz-selection { background: #0784ad; color: #fff; } ::selection { background: #0784ad; color: #fff; } ::-moz-selection { background: #0784ad; color: #fff; } a { color: #0784ad; } /* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; border-radius: 4px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { box-shadow: 0 10px 25px rgba(0,0,0,0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../images/fancybox/fancybox_sprite.png"); } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div { width: 44px; height: 44px; background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; } .fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; } .fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url("../images/fancybox/blank.gif"); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span { left: 10px; background-position: 0 -36px; } .fancybox-next span { right: 10px; background-position: 0 -72px; } .fancybox-nav:hover span { visibility: visible; } .fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; } .fancybox-lock { overflow: hidden !important; width: auto; } .fancybox-lock body { overflow: hidden !important; } .fancybox-lock-test { overflow-y: hidden !important; } .fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("../images/fancybox/fancybox_overlay.png"); } .fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; } .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0,0,0,0.8); border-radius: 15px; text-shadow: 0 1px 2px #222; color: #fff; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { padding-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0,0,0,0.8); } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../images/fancybox/fancybox_sprite@2x.png"); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ } #fancybox-loading div { background-image: url("../images/fancybox/fancybox_loading@2x.gif"); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } } .clear, .clear-line { display: block; clear: both; } .clear-line { font-size: 0; line-height: 0; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .strong { font-weight: 700 !important; } .italic { font-style: italic !important; } .hide { display: none !important; } .show { display: block !important; } .left { float: left !important; } .right { float: right !important; } .align-justify { text-align: justify !important; } .align-left { text-align: left !important; } .align-center { text-align: center !important; } .align-right { text-align: right !important; } .line-through { text-decoration: line-through !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-lowercase { text-transform: lowercase !important; } .mb0 { margin-bottom: 0px !important; } .mb5 { margin-bottom: 5px !important; } .mb10 { margin-bottom: 10px !important; } .mb15 { margin-bottom: 15px !important; } .mb20 { margin-bottom: 20px !important; } .mb25 { margin-bottom: 25px !important; } .mb30 { margin-bottom: 30px !important; } .mb35 { margin-bottom: 35px !important; } .mb40 { margin-bottom: 40px !important; } .mb45 { margin-bottom: 45px !important; } .mb50 { margin-bottom: 50px !important; } .mb55 { margin-bottom: 55px !important; } .mb60 { margin-bottom: 60px !important; } .fs10 { font-size: 10px !important; } .fs11 { font-size: 11px !important; } .fs12 { font-size: 12px !important; } .fs13 { font-size: 13px !important; } .fs14 { font-size: 14px !important; } .fs15 { font-size: 15px !important; } .fs16 { font-size: 16px !important; } .fs17 { font-size: 17px !important; } .fs18 { font-size: 18px !important; } .fs19 { font-size: 19px !important; } .fs20 { font-size: 20px !important; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @media (min-width: 480px) { .hidden-xs { display: none !important; } .visible-xs { display: block !important; } } @media (min-width: 768px) { .hidden-sm { display: none !important; } .visible-sm { display: block !important; } } @media (min-width: 1000px) { .hidden-md { display: none !important; } .visible-md { display: block !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } .visible-lg { display: block !important; } } .constrain { margin-left: auto; margin-right: auto; padding: 0 20px; max-width: 960px; } .g-row { margin-left: -10px; margin-right: -10px; font-size: 0; line-height: 0; } .g-row:before, .g-row:after { content: " "; display: table; } .g-row:after { clear: both; } .g-bs-1, .g-xs-1, .g-sm-1, .g-md-1, .g-lg-1, .g-bs-2, .g-xs-2, .g-sm-2, .g-md-2, .g-lg-2, .g-bs-3, .g-xs-3, .g-sm-3, .g-md-3, .g-lg-3, .g-bs-4, .g-xs-4, .g-sm-4, .g-md-4, .g-lg-4, .g-bs-5, .g-xs-5, .g-sm-5, .g-md-5, .g-lg-5, .g-bs-6, .g-xs-6, .g-sm-6, .g-md-6, .g-lg-6, .g-bs-7, .g-xs-7, .g-sm-7, .g-md-7, .g-lg-7, .g-bs-8, .g-xs-8, .g-sm-8, .g-md-8, .g-lg-8, .g-bs-9, .g-xs-9, .g-sm-9, .g-md-9, .g-lg-9, .g-bs-10, .g-xs-10, .g-sm-10, .g-md-10, .g-lg-10, .g-bs-11, .g-xs-11, .g-sm-11, .g-md-11, .g-lg-11, .g-bs-12, .g-xs-12, .g-sm-12, .g-md-12, .g-lg-12 { padding-left: 10px; padding-right: 10px; box-sizing: border-box; width: 100%; min-height: 1px; font-size: 14px; line-height: 1.4285; vertical-align: top; } .g-bs-1 { display: inline-block; width: 8.333%; } .g-bs-2 { display: inline-block; width: 16.666%; } .g-bs-3 { display: inline-block; width: 25%; } .g-bs-4 { display: inline-block; width: 33.333%; } .g-bs-5 { display: inline-block; width: 41.666%; } .g-bs-6 { display: inline-block; width: 50%; } .g-bs-7 { display: inline-block; width: 58.333%; } .g-bs-8 { display: inline-block; width: 66.666%; } .g-bs-9 { display: inline-block; width: 75%; } .g-bs-10 { display: inline-block; width: 83.333%; } .g-bs-11 { display: inline-block; width: 91.666%; } .g-bs-12 { display: inline-block; width: 100%; } @media (min-width: 480px) { .g-xs-1 { display: inline-block; width: 8.333%; } .g-xs-2 { display: inline-block; width: 16.666%; } .g-xs-3 { display: inline-block; width: 25%; } .g-xs-4 { display: inline-block; width: 33.333%; } .g-xs-5 { display: inline-block; width: 41.666%; } .g-xs-6 { display: inline-block; width: 50%; } .g-xs-7 { display: inline-block; width: 58.333%; } .g-xs-8 { display: inline-block; width: 66.666%; } .g-xs-9 { display: inline-block; width: 75%; } .g-xs-10 { display: inline-block; width: 83.333%; } .g-xs-11 { display: inline-block; width: 91.666%; } .g-xs-12 { display: inline-block; width: 100%; } } @media (min-width: 768px) { .g-sm-1 { display: inline-block; width: 8.333%; } .g-sm-2 { display: inline-block; width: 16.666%; } .g-sm-3 { display: inline-block; width: 25%; } .g-sm-4 { display: inline-block; width: 33.333%; } .g-sm-5 { display: inline-block; width: 41.666%; } .g-sm-6 { display: inline-block; width: 50%; } .g-sm-7 { display: inline-block; width: 58.333%; } .g-sm-8 { display: inline-block; width: 66.666%; } .g-sm-9 { display: inline-block; width: 75%; } .g-sm-10 { display: inline-block; width: 83.333%; } .g-sm-11 { display: inline-block; width: 91.666%; } .g-sm-12 { display: inline-block; width: 100%; } } @media (min-width: 1000px) { .g-md-1 { display: inline-block; width: 8.333%; } .g-md-2 { display: inline-block; width: 16.666%; } .g-md-3 { display: inline-block; width: 25%; } .g-md-4 { display: inline-block; width: 33.333%; } .g-md-5 { display: inline-block; width: 41.666%; } .g-md-6 { display: inline-block; width: 50%; } .g-md-7 { display: inline-block; width: 58.333%; } .g-md-8 { display: inline-block; width: 66.666%; } .g-md-9 { display: inline-block; width: 75%; } .g-md-10 { display: inline-block; width: 83.333%; } .g-md-11 { display: inline-block; width: 91.666%; } .g-md-12 { display: inline-block; width: 100%; } } @media (min-width: 1200px) { .g-lg-1 { display: inline-block; width: 8.333%; } .g-lg-2 { display: inline-block; width: 16.666%; } .g-lg-3 { display: inline-block; width: 25%; } .g-lg-4 { display: inline-block; width: 33.333%; } .g-lg-5 { display: inline-block; width: 41.666%; } .g-lg-6 { display: inline-block; width: 50%; } .g-lg-7 { display: inline-block; width: 58.333%; } .g-lg-8 { display: inline-block; width: 66.666%; } .g-lg-9 { display: inline-block; width: 75%; } .g-lg-10 { display: inline-block; width: 83.333%; } .g-lg-11 { display: inline-block; width: 91.666%; } .g-lg-12 { display: inline-block; width: 100%; } } h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: 700; line-height: normal; } h1, h2, h3 { margin-top: 20px; } h4, h5, h6 { margin-top: 10px; } h1 { font-size: 31px; } h2 { font-size: 26px; } h3 { font-size: 20px; } h4 { font-size: 17px; } h5 { font-size: 14px; } h6 { font-size: 12px; } p, ul, ol, table, blockquote { margin: 0 0 10px; } blockquote { margin-left: 20px; padding: 10px 20px; font-style: italic; border-left: 3px solid #33a9b9; } blockquote ul:last-child, blockquote ol:last-child, blockquote p:last-child { margin-bottom: 0; } table { border-spacing: 0; border-collapse: collapse; max-width: 100%; } th, td { border: 1px solid #ddd; padding: 8px; line-height: 18px; text-align: left; vertical-align: top; } th { font-weight: bold; } thead th { background-color: #f3f3f3; border-bottom-width: 2px; } thead td { background: #f3f3f3; } ol, ul { padding-left: 30px; } ol ul, ul ul, ol ol, ul ol { margin-bottom: 0; } ul { list-style: disc; } ul ul { list-style: circle; } ul ul ul { list-style: square; } ol { list-style: decimal; } ul.unstyled, ol.unstyled { padding-left: 0; list-style: none; } img { max-width: 100%; vertical-align: top; } .typography:after, .typography:before { display: block; content: ''; } .typography:after { clear: both; } .typography > p:last-child, .typography > ul:last-child, .typography > ol:last-child, .typography > table:last-child, .typography td p:last-child, .typography th p:last-child, .typography td ul:last-child, .typography td ol:last-child { margin-bottom: 0; } .btn { display: inline-block; border: 1px solid #33a9b9; border-radius: 3px; padding: 7px 14px 8px; height: 34px; background-color: #33a9b9; color: #fff; font: 400 14px/1.3 Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif; vertical-align: middle; text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: background-color ease 0.3s; -o-transition: background-color ease 0.3s; transition: background-color ease 0.3s; } .btn.disabled, .btn[disabled] { opacity: 0.65; cursor: default; pointer-events: none; } .btn:hover, .btn:focus { background-color: #3eb9ca; } .btn:active { -webkit-transition-duration: 0; -o-transition-duration: 0; transition-duration: 0; background-color: #30a1b0; } .btn_link { border-color: transparent; background-color: transparent; color: #0784ad; text-decoration: underline; } .btn_link:hover { background-color: transparent; text-decoration: none; } .btn_link:active, .btn_link:focus { background-color: transparent; } .btn_block { display: block; width: 100%; } .form-control { display: block; border: 1px solid #ccc; border-radius: 3px; padding: 7px 14px 8px; width: 100%; height: 34px; background: #fff; color: #333; font: 400 14px/1.3 Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif; box-sizing: border-box; -webkit-transition: border-color ease 0.3s; -o-transition: border-color ease 0.3s; transition: border-color ease 0.3s; } .form-control::-webkit-input-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control::-moz-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control:-moz-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control:-ms-input-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control:focus { border-color: #aaa; } .form-control:focus::-webkit-input-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control:focus::-moz-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control:focus:-moz-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control:focus:-ms-input-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control[disabled], .form-control[readonly] { opacity: 0.6; } .form-control.error, .error .form-control { border-color: #f00; } textarea.form-control { height: auto; } .form-group { margin-bottom: 15px; } .form-group label { display: block; margin-bottom: 5px; } .iradio, .icheckbox { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; border: 1px solid #707070; width: 18px; height: 18px; cursor: pointer; -webkit-transition: border-color 0.3s, box-shadow 0.3s; -o-transition: border-color 0.3s, box-shadow 0.3s; transition: border-color 0.3s, box-shadow 0.3s; } .iradio:before, .icheckbox:before { display: none; position: absolute; left: 50%; top: 50%; margin: -6px 0 0 -6px; width: 12px; height: 12px; content: ""; background: #707070; } .iradio.hover, .icheckbox.hover { box-shadow: 0 0 2px rgba(0,0,0,0.2); border-color: #33a9b9; } .iradio.checked:before, .icheckbox.checked:before { display: block; } .iradio.disabled, .icheckbox.disabled { cursor: default; opacity: 0.4; } .icheckbox:before { background: url("../images/icheck/icheckbox.png") no-repeat; } @media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .icheckbox:before { background-image: url("../images/icheck/icheckbox@2x.png"); background-size: 12px 12px; } } .iradio { border-radius: 50%; } .iradio:before { border-radius: 50%; } .fancybox-gallery-skin .fancybox-skin { box-shadow: none !important; background: #333; color: #fff; } .popup { padding: 20px; background: #fff; } .footer { position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; background: #ddd; } .header { height: 60px; background: #ddd; }
build/assets/css/main.css
html, body, div, span, strong, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, ins, q, b, u, i, object, label, ul, li, ol, form { margin: 0; padding: 0; outline: 0; background: transparent; box-sizing: border-box; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; box-sizing: border-box; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; } [hidden] { display: none; } html { overflow-y: scroll; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } html, button, input, select, textarea { outline: none; font-family: sans-serif; box-sizing: border-box; } button { padding: 0; border: none; background: none; } a:focus { outline: thin dotted; } a:hover { text-decoration: none; } a, a:focus, a:hover, a:active { outline: none; } a span, a strong, a img { cursor: pointer; } h6, h5, h4, h3, h2, h1 { font-weight: normal; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } q { quotes: none; } q:before, q:after { content: ''; content: none; } small { font-size: 75%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } ul, ol { list-style: none; } dd { margin: 0 0 0 40px; } img { max-width: 100%; border: 0; -ms-interpolation-mode: bicubic; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } form { margin: 0; } fieldset { margin: 0 2px; border: 1px solid #c0c0c0; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; } button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; } button, input { line-height: normal; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } button[disabled], input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin: 0; padding: 0; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; resize: none; } html { position: relative; min-height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); } body { margin-bottom: 60px; font: normal 14px/1.4285 Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif; background: #fff; color: #333; } ::-moz-selection { background: #0784ad; color: #fff; } ::selection { background: #0784ad; color: #fff; } ::-moz-selection { background: #0784ad; color: #fff; } a { color: #0784ad; } /* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; border-radius: 4px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { box-shadow: 0 10px 25px rgba(0,0,0,0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../images/fancybox/fancybox_sprite.png"); } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div { width: 44px; height: 44px; background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; } .fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; } .fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url("../images/fancybox/blank.gif"); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span { left: 10px; background-position: 0 -36px; } .fancybox-next span { right: 10px; background-position: 0 -72px; } .fancybox-nav:hover span { visibility: visible; } .fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; } .fancybox-lock { overflow: hidden !important; width: auto; } .fancybox-lock body { overflow: hidden !important; } .fancybox-lock-test { overflow-y: hidden !important; } .fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("../images/fancybox/fancybox_overlay.png"); } .fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; } .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0,0,0,0.8); border-radius: 15px; text-shadow: 0 1px 2px #222; color: #fff; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { padding-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0,0,0,0.8); } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../images/fancybox/fancybox_sprite@2x.png"); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ } #fancybox-loading div { background-image: url("../images/fancybox/fancybox_loading@2x.gif"); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } } .clear, .clear-line { display: block; clear: both; } .clear-line { font-size: 0; line-height: 0; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .strong { font-weight: 700 !important; } .italic { font-style: italic !important; } .hide { display: none !important; } .show { display: block !important; } .left { float: left !important; } .right { float: right !important; } .align-justify { text-align: justify !important; } .align-left { text-align: left !important; } .align-center { text-align: center !important; } .align-right { text-align: right !important; } .line-through { text-decoration: line-through !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-lowercase { text-transform: lowercase !important; } .mb0 { margin-bottom: 0px !important; } .mb5 { margin-bottom: 5px !important; } .mb10 { margin-bottom: 10px !important; } .mb15 { margin-bottom: 15px !important; } .mb20 { margin-bottom: 20px !important; } .mb25 { margin-bottom: 25px !important; } .mb30 { margin-bottom: 30px !important; } .mb35 { margin-bottom: 35px !important; } .mb40 { margin-bottom: 40px !important; } .mb45 { margin-bottom: 45px !important; } .mb50 { margin-bottom: 50px !important; } .mb55 { margin-bottom: 55px !important; } .mb60 { margin-bottom: 60px !important; } .fs10 { font-size: 10px !important; } .fs11 { font-size: 11px !important; } .fs12 { font-size: 12px !important; } .fs13 { font-size: 13px !important; } .fs14 { font-size: 14px !important; } .fs15 { font-size: 15px !important; } .fs16 { font-size: 16px !important; } .fs17 { font-size: 17px !important; } .fs18 { font-size: 18px !important; } .fs19 { font-size: 19px !important; } .fs20 { font-size: 20px !important; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @media (min-width: 480px) { .hidden-xs { display: none !important; } .visible-xs { display: block !important; } } @media (min-width: 768px) { .hidden-sm { display: none !important; } .visible-sm { display: block !important; } } @media (min-width: 1000px) { .hidden-md { display: none !important; } .visible-md { display: block !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } .visible-lg { display: block !important; } } .constrain { margin-left: auto; margin-right: auto; padding: 0 20px; max-width: 960px; } .g-row { margin-left: -10px; margin-right: -10px; font-size: 0; line-height: 0; } .g-row:before, .g-row:after { content: " "; display: table; } .g-row:after { clear: both; } .g-bs-1, .g-xs-1, .g-sm-1, .g-md-1, .g-lg-1, .g-bs-2, .g-xs-2, .g-sm-2, .g-md-2, .g-lg-2, .g-bs-3, .g-xs-3, .g-sm-3, .g-md-3, .g-lg-3, .g-bs-4, .g-xs-4, .g-sm-4, .g-md-4, .g-lg-4, .g-bs-5, .g-xs-5, .g-sm-5, .g-md-5, .g-lg-5, .g-bs-6, .g-xs-6, .g-sm-6, .g-md-6, .g-lg-6, .g-bs-7, .g-xs-7, .g-sm-7, .g-md-7, .g-lg-7, .g-bs-8, .g-xs-8, .g-sm-8, .g-md-8, .g-lg-8, .g-bs-9, .g-xs-9, .g-sm-9, .g-md-9, .g-lg-9, .g-bs-10, .g-xs-10, .g-sm-10, .g-md-10, .g-lg-10, .g-bs-11, .g-xs-11, .g-sm-11, .g-md-11, .g-lg-11, .g-bs-12, .g-xs-12, .g-sm-12, .g-md-12, .g-lg-12 { padding-left: 10px; padding-right: 10px; box-sizing: border-box; width: 100%; min-height: 1px; font-size: 14px; line-height: 1.4285; vertical-align: top; } .g-bs-1 { display: inline-block; width: 8.333%; } .g-bs-2 { display: inline-block; width: 16.666%; } .g-bs-3 { display: inline-block; width: 25%; } .g-bs-4 { display: inline-block; width: 33.333%; } .g-bs-5 { display: inline-block; width: 41.666%; } .g-bs-6 { display: inline-block; width: 50%; } .g-bs-7 { display: inline-block; width: 58.333%; } .g-bs-8 { display: inline-block; width: 66.666%; } .g-bs-9 { display: inline-block; width: 75%; } .g-bs-10 { display: inline-block; width: 83.333%; } .g-bs-11 { display: inline-block; width: 91.666%; } .g-bs-12 { display: inline-block; width: 100%; } @media (min-width: 480px) { .g-xs-1 { display: inline-block; width: 8.333%; } .g-xs-2 { display: inline-block; width: 16.666%; } .g-xs-3 { display: inline-block; width: 25%; } .g-xs-4 { display: inline-block; width: 33.333%; } .g-xs-5 { display: inline-block; width: 41.666%; } .g-xs-6 { display: inline-block; width: 50%; } .g-xs-7 { display: inline-block; width: 58.333%; } .g-xs-8 { display: inline-block; width: 66.666%; } .g-xs-9 { display: inline-block; width: 75%; } .g-xs-10 { display: inline-block; width: 83.333%; } .g-xs-11 { display: inline-block; width: 91.666%; } .g-xs-12 { display: inline-block; width: 100%; } } @media (min-width: 768px) { .g-sm-1 { display: inline-block; width: 8.333%; } .g-sm-2 { display: inline-block; width: 16.666%; } .g-sm-3 { display: inline-block; width: 25%; } .g-sm-4 { display: inline-block; width: 33.333%; } .g-sm-5 { display: inline-block; width: 41.666%; } .g-sm-6 { display: inline-block; width: 50%; } .g-sm-7 { display: inline-block; width: 58.333%; } .g-sm-8 { display: inline-block; width: 66.666%; } .g-sm-9 { display: inline-block; width: 75%; } .g-sm-10 { display: inline-block; width: 83.333%; } .g-sm-11 { display: inline-block; width: 91.666%; } .g-sm-12 { display: inline-block; width: 100%; } } @media (min-width: 1000px) { .g-md-1 { display: inline-block; width: 8.333%; } .g-md-2 { display: inline-block; width: 16.666%; } .g-md-3 { display: inline-block; width: 25%; } .g-md-4 { display: inline-block; width: 33.333%; } .g-md-5 { display: inline-block; width: 41.666%; } .g-md-6 { display: inline-block; width: 50%; } .g-md-7 { display: inline-block; width: 58.333%; } .g-md-8 { display: inline-block; width: 66.666%; } .g-md-9 { display: inline-block; width: 75%; } .g-md-10 { display: inline-block; width: 83.333%; } .g-md-11 { display: inline-block; width: 91.666%; } .g-md-12 { display: inline-block; width: 100%; } } @media (min-width: 1200px) { .g-lg-1 { display: inline-block; width: 8.333%; } .g-lg-2 { display: inline-block; width: 16.666%; } .g-lg-3 { display: inline-block; width: 25%; } .g-lg-4 { display: inline-block; width: 33.333%; } .g-lg-5 { display: inline-block; width: 41.666%; } .g-lg-6 { display: inline-block; width: 50%; } .g-lg-7 { display: inline-block; width: 58.333%; } .g-lg-8 { display: inline-block; width: 66.666%; } .g-lg-9 { display: inline-block; width: 75%; } .g-lg-10 { display: inline-block; width: 83.333%; } .g-lg-11 { display: inline-block; width: 91.666%; } .g-lg-12 { display: inline-block; width: 100%; } } h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: 700; line-height: normal; } h1, h2, h3 { margin-top: 20px; } h4, h5, h6 { margin-top: 10px; } h1 { font-size: 31px; } h2 { font-size: 26px; } h3 { font-size: 20px; } h4 { font-size: 17px; } h5 { font-size: 14px; } h6 { font-size: 12px; } p, ul, ol, table, blockquote { margin: 0 0 10px; } blockquote { margin-left: 20px; padding: 10px 20px; font-style: italic; border-left: 3px solid #33a9b9; } blockquote ul:last-child, blockquote ol:last-child, blockquote p:last-child { margin-bottom: 0; } table { border-spacing: 0; border-collapse: collapse; max-width: 100%; } th, td { border: 1px solid #ddd; padding: 8px; line-height: 18px; text-align: left; vertical-align: top; } th { font-weight: bold; } thead th { background-color: #f3f3f3; border-bottom-width: 2px; } thead td { background: #f3f3f3; } ol, ul { padding-left: 30px; } ol ul, ul ul, ol ol, ul ol { margin-bottom: 0; } ul { list-style: disc; } ul ul { list-style: circle; } ul ul ul { list-style: square; } ol { list-style: decimal; } ul.unstyled, ol.unstyled { padding-left: 0; list-style: none; } img { max-width: 100%; vertical-align: top; } .typography:after, .typography:before { display: block; content: ''; } .typography:after { clear: both; } .typography > p:last-child, .typography > ul:last-child, .typography > ol:last-child, .typography > table:last-child, .typography td p:last-child, .typography th p:last-child, .typography td ul:last-child, .typography td ol:last-child { margin-bottom: 0; } .btn { display: inline-block; border: 1px solid #33a9b9; border-radius: 3px; padding: 7px 14px 8px; height: 34px; background-color: #33a9b9; color: #fff; font: 400 14px/1.3 Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif; vertical-align: middle; text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: background-color ease 0.3s; -o-transition: background-color ease 0.3s; transition: background-color ease 0.3s; } .btn.disabled, .btn[disabled] { opacity: 0.65; cursor: default; pointer-events: none; } .btn:hover, .btn:focus { background-color: #3eb9ca; } .btn:active { -webkit-transition-duration: 0; -o-transition-duration: 0; transition-duration: 0; background-color: #30a1b0; } .btn_link { border-color: transparent; background-color: transparent; color: #0784ad; text-decoration: underline; } .btn_link:hover { background-color: transparent; text-decoration: none; } .btn_link:active, .btn_link:focus { background-color: transparent; } .btn_block { display: block; width: 100%; } .form-control { display: block; border: 1px solid #ccc; border-radius: 3px; padding: 7px 14px 8px; width: 100%; height: 34px; background: #fff; color: #333; font: 400 14px/1.3 Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif; box-sizing: border-box; -webkit-transition: border-color ease 0.3s; -o-transition: border-color ease 0.3s; transition: border-color ease 0.3s; } .form-control::-webkit-input-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control::-moz-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control:-moz-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control:-ms-input-placeholder { color: #666; font-style: normal; font-family: $font-body; } .form-control:focus { border-color: #aaa; } .form-control:focus::-webkit-input-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control:focus::-moz-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control:focus:-moz-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control:focus:-ms-input-placeholder { color: #ccc; font-style: normal; font-family: $font-body; } .form-control[disabled], .form-control[readonly] { opacity: 0.6; } .form-control.error, .error .form-control { border-color: #f00; } textarea.form-control { height: auto; } .form-group { margin-bottom: 15px; } .form-group label { display: block; margin-bottom: 5px; } .iradio, .icheckbox { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; border: 1px solid #707070; width: 18px; height: 18px; cursor: pointer; -webkit-transition: border-color 0.3s, box-shadow 0.3s; -o-transition: border-color 0.3s, box-shadow 0.3s; transition: border-color 0.3s, box-shadow 0.3s; } .iradio:before, .icheckbox:before { display: none; position: absolute; left: 50%; top: 50%; margin: -6px 0 0 -6px; width: 12px; height: 12px; content: ""; background: #707070; } .iradio.hover, .icheckbox.hover { box-shadow: 0 0 2px rgba(0,0,0,0.2); border-color: #33a9b9; } .iradio.checked:before, .icheckbox.checked:before { display: block; } .iradio.disabled, .icheckbox.disabled { cursor: default; opacity: 0.4; } .icheckbox:before { background: url("../images/icheck/icheckbox.png") no-repeat; } @media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .icheckbox:before { background-image: url("../images/icheck/icheckbox@2x.png"); background-size: 12px 12px; } } .iradio { border-radius: 50%; } .iradio:before { border-radius: 50%; } .fancybox-gallery-skin .fancybox-skin { box-shadow: none !important; background: #333; color: #fff; } .popup { padding: 20px; background: #fff; } .footer { position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; background: #ddd; } .header { height: 60px; background: #ddd; }
0.430746
0.0729
body { line-height: 1.3077; /* 17px for 13px font */ } #jupyterlab-splash.dark { background-color: var(--neon-night-bg0); } .cm-s-jupyter .CodeMirror-activeline-background, .cm-s-jupyter .CodeMirror-gutter, .lm-DockPanel-tabBar .lm-TabBar-tab, .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-current, .lm-DockPanel-tabBar .lm-TabBar-tab:hover:not(.lm-mod-current) { background-color: var(--jp-layout-color0); } body, .lm-DockPanel-tabBar, #jp-main-dock-panel, .lm-Menu, .jp-Tooltip{ background-color: var(--jp-layout-color1); } .lm-MenuBar-item.lm-mod-active, .lm-MenuBar.lm-mod-active .lm-MenuBar-item.lm-mod-active { background-color: #5d5b7b54; } #jp-main-dock-panel { background: transparent; padding: 4px; } .lm-Menu, .jp-Tooltip { border: 1px solid #2f2d43; } .f17wptjy { background-color: #181818; } /* Translucent area */ .jp-SideBar.lm-TabBar, #jp-top-panel { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } .jp-SideBar .lm-TabBar-tab, .lm-MenuBar { background: unset !important; } /* Brackets */ div.CodeMirror span.CodeMirror-matchingbracket { color: var(--neon-night-green0); border-bottom: 1px solid var(--neon-night-green0); } div.CodeMirror span.CodeMirror-nonmatchingbracket { color: var(--neon-night-red); border-bottom: 1px solid var(--neon-night-red); } /*Flat scrollbar */ /* width */ ::-webkit-scrollbar { width: 6px; height: 6px; } /* Track */ ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0); } /* Handle */ ::-webkit-scrollbar-thumb { background:#5d5175; border-radius: 10px; min-height: 100px; } ::-webkit-scrollbar-thumb:horizontal:hover, ::-webkit-scrollbar-thumb:horizontal:active { background: linear-gradient(to right, #fafc32, #f45959, #ef1eaf); } ::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:vertical:active { background: linear-gradient(to bottom, #fafc32, #f45959, #ef1eaf); } .widget-slider .ui-slider { background: linear-gradient(to right, #fafc32, #f45959, #ef1eaf) !important; border-radius: 4px !important; } /*Fix cursor of horizontal scrollbar*/ .CodeMirror-hscrollbar { cursor: auto; } /* Fix notebook style */ .cm-s-jupyter span.cm-keyword { font-weight: normal; } .cm-s-jupyter span.cm-variable-2 { font-weight: bold; } .jp-Cell .jp-InputArea-editor { padding: 2px 0; } .jp-OutputArea-child .jp-RenderedImage.jp-OutputArea-output{ text-align: center; } .jp-OutputArea-child .jp-OutputArea-output { margin-bottom: 3px; padding: var(--jp-code-padding); background-color: var(--neon-night-bg1); border-radius: 5px; } .jp-Cell, .jp-CodeConsole .jp-Cell { padding: 2px 0; } .jp-Cell.jp-MarkdownCell{ margin-top: 8px; } .jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea { box-shadow: none; } /* Notebook prompt */ .jp-InputPrompt { color: var(--neon-night-cyan); text-shadow: var(--neon-night-text-shadow0); padding-top: 8px; /* Works well with 13px code size */ } .jp-OutputPrompt { color: #ffc8e0; text-shadow: var(--neon-night-text-shadow1); padding-top: 6px; /* Works well with 13px code size */ } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt, .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt { text-shadow: none; } .jp-NotebookTools .jp-InputPrompt{ padding-top: 8px; } /* Notebook collapser */ .jp-Cell .jp-Collapser:hover { box-shadow: none; } .jp-Cell .jp-Collapser { opacity: 0; } /* Neon off*/ .jp-Cell.jp-mod-active .jp-InputCollapser.jp-Cell-inputCollapser, .jp-InputCollapser.jp-Cell-inputCollapser.jp-Collapser, .jp-InputCollapser.jp-Cell-inputCollapser.jp-Collapser:hover{ background: var(--neon-night-blue1); } .jp-Cell.jp-mod-active .jp-OutputCollapser.jp-Cell-outputCollapser, .jp-OutputCollapser.jp-Cell-outputCollapser.jp-Collapser, .jp-OutputCollapser.jp-Cell-outputCollapser.jp-Collapser:hover{ background: var(--neon-night-purple2); } .jp-Cell.jp-mod-active .jp-InputCollapser.jp-Cell-inputCollapser, .jp-Cell.jp-mod-active .jp-OutputCollapser.jp-Cell-outputCollapser { transition: box-shadow cubic-bezier(0, 0.2, 0, 0.2) 0.5s, background cubic-bezier(0, 0.2, 0, 0.2) 0.5s; opacity: 1; } /* Neon on*/ .jp-Cell.jp-mod-active .jp-InputCollapser.jp-Cell-inputCollapser:hover { background: var(--neon-night-cyan); box-shadow: 0 0 1px, 0 0 15px #0225ff, 0 0 5px 0.1px #0225ff, inset 0 0 1px 0.2px #0225ff; } .jp-Cell.jp-mod-active .jp-OutputCollapser.jp-Cell-outputCollapser:hover { background: #ffc8e0; box-shadow: 0 0 1px, 0 0 15px #c10165, 0 0 5px 0.1px #c10165, inset 0 0 1px 0.2px #c10165; } span.cm-keyword { transition: text-shadow cubic-bezier(0, 0.2, 0, 0.2) 0.2s; } span.cm-keyword:hover { text-shadow: var(--neon-night-text-shadow0); } /* Let's lit neon in the presentation mode~ */ .jp-mod-presentationMode .jp-Notebook span.cm-keyword { text-shadow: var(--neon-night-text-shadow0); } /* Console */ .jp-CodeConsole-content .jp-Cell .jp-Collapser:hover { opacity: 1; box-shadow: none; } .jp-ConsolePanel::before { border-bottom: none; box-shadow: none; } /* Top, side, bottom bar */ #jp-top-panel { border-bottom: 1px solid #000; } .jp-SideBar .lm-TabBar-tab:not(.lm-mod-current) .jp-icon3[fill] { fill: var(--jp-inverse-layout-color4); } .jp-SideBar .lm-TabBar-tab.lm-mod-current .jp-icon3[fill]{ fill: var(--jp-inverse-layout-color2); } .jp-SideBar .lm-TabBar-tab:hover:not(.lm-mod-current) .jp-icon3[fill]{ fill: var(--jp-inverse-layout-color2); } .lm-CommandPalette-itemLabel > mark{ color: var(--neon-night-cyan); } /* Line numbers */ .CodeMirror-gutters { border-right: none; } .CodeMirror-linenumber { padding: 0 16px; } .jp-Notebook .CodeMirror-linenumber{ padding: 0 16px 0 8px; } /* Notebook tab bar */ .lm-DockPanel-tabBar { background: transparent; } .lm-DockPanel-tabBar .lm-TabBar-tab { margin-left: 2px; transition: text-shadow cubic-bezier(0, 0.2, 0, 0.2) 0.2s, color cubic-bezier(0, 0.2, 0, 0.2) 0.2s, opacity 0.2s; } .lm-DockPanel-tabBar .lm-TabBar-tab.jp-mod-current:before { top: auto; bottom: calc(-1 * var(--jp-border-width)); height: 1.5px; } .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable > .lm-TabBar-tabCloseIcon { opacity: 0; } .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable:hover:not(.lm-mod-current) > .lm-TabBar-tabCloseIcon, .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable.lm-mod-current > .lm-TabBar-tabCloseIcon { opacity: 1; } .jp-Toolbar { padding: 0; z-index: 10; } .jp-Toolbar.jp-NotebookPanel-toolbar { padding: 2px 0; } .lm-DockPanel-tabBar .lm-TabBar-tab:hover:not(.lm-mod-current), .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-current { color: #ffeef6; text-shadow: 0 0 2px #b33576, 0 0 6px #6b2e4e, 0 0 6px #6b2e4e, 2px 2px 1px #000; opacity: 1; } .lm-DockPanel-tabBar .lm-TabBar-tab { opacity: 0.6; } /* Search panel */ .jp-DocumentSearch-overlay { margin: 16px 16px 0 0; } .jp-DocumentSearch-overlay, .jp-DocumentSearch-overlay-row:first-of-type, .bp3-input-group.filter { border: 1.5px solid #eb244f; box-shadow: 0 0 5px 0 #951430, 0 0 10px 0px #951430, inset 0 0 5px 1px #951430; } .jp-DocumentSearch-overlay-row { margin-bottom: 0; } .jp-DocumentSearch-overlay-row:first-of-type { padding: 2px; } .jp-DocumentSearch-input, .filter .bp3-input{ color: var(--neon-night-green0); text-shadow: 0 0 5px #23854e, 0 0 5px #23854e, 0 0 2px #23854e; } .jp-DocumentSearch-index-counter { font-size: 14px; color: #ffa666; text-shadow: 0 0 5px #854c23, 0 0 5px #854c23, 0 0 2px #854c23; } .jp-InputGroupAction { padding: 5px; } /*Rendered text*/ .jp-RenderedText pre { color: #dedede; } .jp-RenderedText pre .ansi-red-fg, .jp-RenderedText pre .ansi-red-bg { color: var(--neon-night-red); } .jp-RenderedText pre .ansi-red-intense-fg, .jp-RenderedText pre .ansi-red-intense-bg { color: var(--neon-night-red); } .jp-RenderedText pre .ansi-blue-fg, .jp-RenderedText pre .ansi-blue-bg { color: var(--neon-night-purple1); } .jp-RenderedText pre .ansi-blue-intense-fg, .jp-RenderedText pre .ansi-blue-intense-bg { color: var(--neon-night-blue0); } .jp-RenderedText pre .ansi-green-fg, .jp-RenderedText pre .ansi-green-bg { color: var(--neon-night-purple3); } .jp-RenderedText pre .ansi-green-intense-fg, .jp-RenderedText pre .ansi-green-intense-bg { color: var(--neon-night-purple2); } .jp-RenderedText pre .ansi-yellow-fg, .jp-RenderedText pre .ansi-yellow-bg { color: var(--neon-night-purple0); } .jp-RenderedText pre .ansi-yellow-intense-fg, .jp-RenderedText pre .ansi-yellow-intense-bg { color: var(--neon-night-orange); } .jp-RenderedText pre .ansi-cyan-fg, .jp-RenderedText pre .ansi-cyan-fg { color: var(--neon-night-yellow); } .jp-RenderedText pre .ansi-cyan-intense-fg, .jp-RenderedText pre .ansi-cyan-intense-bg { color: var(--neon-night-cyan); } .jp-RenderedText pre .ansi-magenta-fg, .jp-RenderedText pre .ansi-magenta-fg { color: var(--neon-night-pink); } .jp-RenderedText pre .ansi-magenta-intense-fg, .jp-RenderedText pre .ansi-magenta-intense-bg { color: var(--neon-night-peach); } .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before { color: var(--neon-night-green0); } #setting-editor .jp-SettingsRawEditor .jp-Toolbar { padding: 4px; } #setting-editor .jp-PluginList li:hover { border-color: transparent; }
style/style.css
body { line-height: 1.3077; /* 17px for 13px font */ } #jupyterlab-splash.dark { background-color: var(--neon-night-bg0); } .cm-s-jupyter .CodeMirror-activeline-background, .cm-s-jupyter .CodeMirror-gutter, .lm-DockPanel-tabBar .lm-TabBar-tab, .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-current, .lm-DockPanel-tabBar .lm-TabBar-tab:hover:not(.lm-mod-current) { background-color: var(--jp-layout-color0); } body, .lm-DockPanel-tabBar, #jp-main-dock-panel, .lm-Menu, .jp-Tooltip{ background-color: var(--jp-layout-color1); } .lm-MenuBar-item.lm-mod-active, .lm-MenuBar.lm-mod-active .lm-MenuBar-item.lm-mod-active { background-color: #5d5b7b54; } #jp-main-dock-panel { background: transparent; padding: 4px; } .lm-Menu, .jp-Tooltip { border: 1px solid #2f2d43; } .f17wptjy { background-color: #181818; } /* Translucent area */ .jp-SideBar.lm-TabBar, #jp-top-panel { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } .jp-SideBar .lm-TabBar-tab, .lm-MenuBar { background: unset !important; } /* Brackets */ div.CodeMirror span.CodeMirror-matchingbracket { color: var(--neon-night-green0); border-bottom: 1px solid var(--neon-night-green0); } div.CodeMirror span.CodeMirror-nonmatchingbracket { color: var(--neon-night-red); border-bottom: 1px solid var(--neon-night-red); } /*Flat scrollbar */ /* width */ ::-webkit-scrollbar { width: 6px; height: 6px; } /* Track */ ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0); } /* Handle */ ::-webkit-scrollbar-thumb { background:#5d5175; border-radius: 10px; min-height: 100px; } ::-webkit-scrollbar-thumb:horizontal:hover, ::-webkit-scrollbar-thumb:horizontal:active { background: linear-gradient(to right, #fafc32, #f45959, #ef1eaf); } ::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:vertical:active { background: linear-gradient(to bottom, #fafc32, #f45959, #ef1eaf); } .widget-slider .ui-slider { background: linear-gradient(to right, #fafc32, #f45959, #ef1eaf) !important; border-radius: 4px !important; } /*Fix cursor of horizontal scrollbar*/ .CodeMirror-hscrollbar { cursor: auto; } /* Fix notebook style */ .cm-s-jupyter span.cm-keyword { font-weight: normal; } .cm-s-jupyter span.cm-variable-2 { font-weight: bold; } .jp-Cell .jp-InputArea-editor { padding: 2px 0; } .jp-OutputArea-child .jp-RenderedImage.jp-OutputArea-output{ text-align: center; } .jp-OutputArea-child .jp-OutputArea-output { margin-bottom: 3px; padding: var(--jp-code-padding); background-color: var(--neon-night-bg1); border-radius: 5px; } .jp-Cell, .jp-CodeConsole .jp-Cell { padding: 2px 0; } .jp-Cell.jp-MarkdownCell{ margin-top: 8px; } .jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea { box-shadow: none; } /* Notebook prompt */ .jp-InputPrompt { color: var(--neon-night-cyan); text-shadow: var(--neon-night-text-shadow0); padding-top: 8px; /* Works well with 13px code size */ } .jp-OutputPrompt { color: #ffc8e0; text-shadow: var(--neon-night-text-shadow1); padding-top: 6px; /* Works well with 13px code size */ } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt, .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt { text-shadow: none; } .jp-NotebookTools .jp-InputPrompt{ padding-top: 8px; } /* Notebook collapser */ .jp-Cell .jp-Collapser:hover { box-shadow: none; } .jp-Cell .jp-Collapser { opacity: 0; } /* Neon off*/ .jp-Cell.jp-mod-active .jp-InputCollapser.jp-Cell-inputCollapser, .jp-InputCollapser.jp-Cell-inputCollapser.jp-Collapser, .jp-InputCollapser.jp-Cell-inputCollapser.jp-Collapser:hover{ background: var(--neon-night-blue1); } .jp-Cell.jp-mod-active .jp-OutputCollapser.jp-Cell-outputCollapser, .jp-OutputCollapser.jp-Cell-outputCollapser.jp-Collapser, .jp-OutputCollapser.jp-Cell-outputCollapser.jp-Collapser:hover{ background: var(--neon-night-purple2); } .jp-Cell.jp-mod-active .jp-InputCollapser.jp-Cell-inputCollapser, .jp-Cell.jp-mod-active .jp-OutputCollapser.jp-Cell-outputCollapser { transition: box-shadow cubic-bezier(0, 0.2, 0, 0.2) 0.5s, background cubic-bezier(0, 0.2, 0, 0.2) 0.5s; opacity: 1; } /* Neon on*/ .jp-Cell.jp-mod-active .jp-InputCollapser.jp-Cell-inputCollapser:hover { background: var(--neon-night-cyan); box-shadow: 0 0 1px, 0 0 15px #0225ff, 0 0 5px 0.1px #0225ff, inset 0 0 1px 0.2px #0225ff; } .jp-Cell.jp-mod-active .jp-OutputCollapser.jp-Cell-outputCollapser:hover { background: #ffc8e0; box-shadow: 0 0 1px, 0 0 15px #c10165, 0 0 5px 0.1px #c10165, inset 0 0 1px 0.2px #c10165; } span.cm-keyword { transition: text-shadow cubic-bezier(0, 0.2, 0, 0.2) 0.2s; } span.cm-keyword:hover { text-shadow: var(--neon-night-text-shadow0); } /* Let's lit neon in the presentation mode~ */ .jp-mod-presentationMode .jp-Notebook span.cm-keyword { text-shadow: var(--neon-night-text-shadow0); } /* Console */ .jp-CodeConsole-content .jp-Cell .jp-Collapser:hover { opacity: 1; box-shadow: none; } .jp-ConsolePanel::before { border-bottom: none; box-shadow: none; } /* Top, side, bottom bar */ #jp-top-panel { border-bottom: 1px solid #000; } .jp-SideBar .lm-TabBar-tab:not(.lm-mod-current) .jp-icon3[fill] { fill: var(--jp-inverse-layout-color4); } .jp-SideBar .lm-TabBar-tab.lm-mod-current .jp-icon3[fill]{ fill: var(--jp-inverse-layout-color2); } .jp-SideBar .lm-TabBar-tab:hover:not(.lm-mod-current) .jp-icon3[fill]{ fill: var(--jp-inverse-layout-color2); } .lm-CommandPalette-itemLabel > mark{ color: var(--neon-night-cyan); } /* Line numbers */ .CodeMirror-gutters { border-right: none; } .CodeMirror-linenumber { padding: 0 16px; } .jp-Notebook .CodeMirror-linenumber{ padding: 0 16px 0 8px; } /* Notebook tab bar */ .lm-DockPanel-tabBar { background: transparent; } .lm-DockPanel-tabBar .lm-TabBar-tab { margin-left: 2px; transition: text-shadow cubic-bezier(0, 0.2, 0, 0.2) 0.2s, color cubic-bezier(0, 0.2, 0, 0.2) 0.2s, opacity 0.2s; } .lm-DockPanel-tabBar .lm-TabBar-tab.jp-mod-current:before { top: auto; bottom: calc(-1 * var(--jp-border-width)); height: 1.5px; } .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable > .lm-TabBar-tabCloseIcon { opacity: 0; } .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable:hover:not(.lm-mod-current) > .lm-TabBar-tabCloseIcon, .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable.lm-mod-current > .lm-TabBar-tabCloseIcon { opacity: 1; } .jp-Toolbar { padding: 0; z-index: 10; } .jp-Toolbar.jp-NotebookPanel-toolbar { padding: 2px 0; } .lm-DockPanel-tabBar .lm-TabBar-tab:hover:not(.lm-mod-current), .lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-current { color: #ffeef6; text-shadow: 0 0 2px #b33576, 0 0 6px #6b2e4e, 0 0 6px #6b2e4e, 2px 2px 1px #000; opacity: 1; } .lm-DockPanel-tabBar .lm-TabBar-tab { opacity: 0.6; } /* Search panel */ .jp-DocumentSearch-overlay { margin: 16px 16px 0 0; } .jp-DocumentSearch-overlay, .jp-DocumentSearch-overlay-row:first-of-type, .bp3-input-group.filter { border: 1.5px solid #eb244f; box-shadow: 0 0 5px 0 #951430, 0 0 10px 0px #951430, inset 0 0 5px 1px #951430; } .jp-DocumentSearch-overlay-row { margin-bottom: 0; } .jp-DocumentSearch-overlay-row:first-of-type { padding: 2px; } .jp-DocumentSearch-input, .filter .bp3-input{ color: var(--neon-night-green0); text-shadow: 0 0 5px #23854e, 0 0 5px #23854e, 0 0 2px #23854e; } .jp-DocumentSearch-index-counter { font-size: 14px; color: #ffa666; text-shadow: 0 0 5px #854c23, 0 0 5px #854c23, 0 0 2px #854c23; } .jp-InputGroupAction { padding: 5px; } /*Rendered text*/ .jp-RenderedText pre { color: #dedede; } .jp-RenderedText pre .ansi-red-fg, .jp-RenderedText pre .ansi-red-bg { color: var(--neon-night-red); } .jp-RenderedText pre .ansi-red-intense-fg, .jp-RenderedText pre .ansi-red-intense-bg { color: var(--neon-night-red); } .jp-RenderedText pre .ansi-blue-fg, .jp-RenderedText pre .ansi-blue-bg { color: var(--neon-night-purple1); } .jp-RenderedText pre .ansi-blue-intense-fg, .jp-RenderedText pre .ansi-blue-intense-bg { color: var(--neon-night-blue0); } .jp-RenderedText pre .ansi-green-fg, .jp-RenderedText pre .ansi-green-bg { color: var(--neon-night-purple3); } .jp-RenderedText pre .ansi-green-intense-fg, .jp-RenderedText pre .ansi-green-intense-bg { color: var(--neon-night-purple2); } .jp-RenderedText pre .ansi-yellow-fg, .jp-RenderedText pre .ansi-yellow-bg { color: var(--neon-night-purple0); } .jp-RenderedText pre .ansi-yellow-intense-fg, .jp-RenderedText pre .ansi-yellow-intense-bg { color: var(--neon-night-orange); } .jp-RenderedText pre .ansi-cyan-fg, .jp-RenderedText pre .ansi-cyan-fg { color: var(--neon-night-yellow); } .jp-RenderedText pre .ansi-cyan-intense-fg, .jp-RenderedText pre .ansi-cyan-intense-bg { color: var(--neon-night-cyan); } .jp-RenderedText pre .ansi-magenta-fg, .jp-RenderedText pre .ansi-magenta-fg { color: var(--neon-night-pink); } .jp-RenderedText pre .ansi-magenta-intense-fg, .jp-RenderedText pre .ansi-magenta-intense-bg { color: var(--neon-night-peach); } .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before { color: var(--neon-night-green0); } #setting-editor .jp-SettingsRawEditor .jp-Toolbar { padding: 4px; } #setting-editor .jp-PluginList li:hover { border-color: transparent; }
0.30632
0.079746
.jumbotron { background: url('https://images.unsplash.com/photo-1467173572719-f14b9fb86e5f?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=b734e103303c5965225682077ee72f86'); background-size: cover; height: 100%; overflow: hidden; } #home { overflow: hidden; } #about { overflow: hidden; } .fa-rocket { font-size: 100px; color: white; } .rocket_icon { display:inline-block; width: 100%; text-align: center; margin-top: 100px; transform: translateX(-30px); } .name { color: white; margin-top: 4%; text-align: center; } .brief_description { color: white; margin-top: 2%; text-align: center; } .contact_button { text-align: center; margin-top: 3%; } .btn { background-color: Transparent; border: 2px solid #FFFFFF; cursor:pointer; color: white; } .about_me { background-color: white; width: 100%; height: 250%; overflow: hidden; margin-bottom: 20px; } .about_me h1 { text-align: center; color: #900C3F; } .btn.btn-lg { color: white; } .image_container { margin-top: 45px; } /* Image of myself */ .me { border-radius: 50%; width: 110px; height: 110px; display: block; margin: auto; } .my_description p { color: gray; text-align: center; margin-top: 35px; margin-left: 140px; margin-right: 140px; } /* class for social icons */ .fa { width: 50px; } /* container for icons */ .icons { margin-top: 25px; margin-bottom: 20px; display: inline-block; text-align: center; width: 100%; } .what_i_do { background-color: #900C3F; width: 100%; padding-bottom: 60px; height: 200%; overflow: hidden; } .what_i_do h1 { color: white; text-align: center; padding-top: 20px; margin-top: 30px; } .container { display: inline-block; display: block; text-align: center; } .navbar ul { list-style-type: none; margin: 0; padding: 0; margin-top: 10px; } .navbar li { display: inline; margin-top: 10px; font-size: 120%; } .navbar li a { padding: 14px 16px; text-align: center; margin-top: 8px; padding-top: 15px; color: #900C3F; } .steve { height: 250px; border-radius: 9px; display: inline-block; margin: 10px; } /* Controlling portfolio images */ .row { text-align: center; margin-top: 30px; overflow: hidden; } .contact_me h1 { text-align: center; color: #900C3F; margin-top: 40px; } .contact_me { height: 100%; margin-top: 40px; overflow: hidden; } #success_message{ display: none;} .btn { color: #900C3F; } .form_horizontal { border-style: none; } .well { background-color: white; border-style: none; } #contact_form { border-style: none; } .blah { display: inline-block; }
css/style.css
.jumbotron { background: url('https://images.unsplash.com/photo-1467173572719-f14b9fb86e5f?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=b734e103303c5965225682077ee72f86'); background-size: cover; height: 100%; overflow: hidden; } #home { overflow: hidden; } #about { overflow: hidden; } .fa-rocket { font-size: 100px; color: white; } .rocket_icon { display:inline-block; width: 100%; text-align: center; margin-top: 100px; transform: translateX(-30px); } .name { color: white; margin-top: 4%; text-align: center; } .brief_description { color: white; margin-top: 2%; text-align: center; } .contact_button { text-align: center; margin-top: 3%; } .btn { background-color: Transparent; border: 2px solid #FFFFFF; cursor:pointer; color: white; } .about_me { background-color: white; width: 100%; height: 250%; overflow: hidden; margin-bottom: 20px; } .about_me h1 { text-align: center; color: #900C3F; } .btn.btn-lg { color: white; } .image_container { margin-top: 45px; } /* Image of myself */ .me { border-radius: 50%; width: 110px; height: 110px; display: block; margin: auto; } .my_description p { color: gray; text-align: center; margin-top: 35px; margin-left: 140px; margin-right: 140px; } /* class for social icons */ .fa { width: 50px; } /* container for icons */ .icons { margin-top: 25px; margin-bottom: 20px; display: inline-block; text-align: center; width: 100%; } .what_i_do { background-color: #900C3F; width: 100%; padding-bottom: 60px; height: 200%; overflow: hidden; } .what_i_do h1 { color: white; text-align: center; padding-top: 20px; margin-top: 30px; } .container { display: inline-block; display: block; text-align: center; } .navbar ul { list-style-type: none; margin: 0; padding: 0; margin-top: 10px; } .navbar li { display: inline; margin-top: 10px; font-size: 120%; } .navbar li a { padding: 14px 16px; text-align: center; margin-top: 8px; padding-top: 15px; color: #900C3F; } .steve { height: 250px; border-radius: 9px; display: inline-block; margin: 10px; } /* Controlling portfolio images */ .row { text-align: center; margin-top: 30px; overflow: hidden; } .contact_me h1 { text-align: center; color: #900C3F; margin-top: 40px; } .contact_me { height: 100%; margin-top: 40px; overflow: hidden; } #success_message{ display: none;} .btn { color: #900C3F; } .form_horizontal { border-style: none; } .well { background-color: white; border-style: none; } #contact_form { border-style: none; } .blah { display: inline-block; }
0.385722
0.180233
@st-global-custom-property --wsr-shadow10, --wsr-shadow20, --wsr-shadow30, --wsr-shadow40; :import { -st-from: "./foundations/colors.st.css"; -st-named: S4, S5; } /* Components */ :import { -st-from: "../../Button/Button.st.css"; -st-default: Button; } :import { -st-from: "../../CircularProgressBar/CircularProgressBar.st.css"; -st-default: CircularProgressBar; } :import { -st-from: "../../Checkbox/Checkbox.st.css"; -st-default: Checkbox; } :import { -st-from: "../../CounterBadge/CounterBadge.st.css"; -st-default: CounterBadge; } :import { -st-from: "../../Divider/Divider.st.css"; -st-default: Divider; } :import { -st-from: "../../LinearProgressBar/LinearProgressBar.st.css"; -st-default: LinearProgressBar; } :import { -st-from: "../../Heading/Heading.st.css"; -st-default: Heading; } :import { -st-from: "../../Text/Text.st.css"; -st-default: Text; } :import { -st-from: "../../TextButton/TextButton.st.css"; -st-default: TextButton; } :import { -st-from: "../../IconButton/IconButton.st.css"; -st-default: IconButton; } :import { -st-from: "../../Card/Header/Header.st.css"; -st-default: CardHeader; } :import { -st-from: "../../Card/Content/Content.st.css"; -st-default: CardContent; } :import { -st-from: "../../Carousel/Pagination/Pagination.st.css"; -st-default: Pagination; } :import { -st-from: "../../Tooltip/Tooltip.st.css"; -st-default: Tooltip; } :import { -st-from: "../../ListItemAction/ListItemAction.st.css"; -st-default: ListItemAction; } :import { -st-from: "../../ListItemSection/ListItemSection.st.css"; -st-default: ListItemSection; } :import { -st-from: "../../DropdownLayout/DropdownLayout.st.css"; -st-default: DropdownLayout; } :import { -st-from: "../../PopoverMenu/PopoverMenu.st.css"; -st-default: PopoverMenu; } :import { -st-from: "../../Sidebar/Sidebar.st.css"; -st-default: Sidebar; } :import { -st-from: "../../SidebarBackButton/SidebarBackButton.st.css"; -st-default: SidebarBackButton; } :import { -st-from: "../../SidebarDivider/SidebarDivider.st.css"; -st-default: SidebarDivider; } :import { -st-from: "../../SidebarHeader/SidebarHeader.st.css"; -st-default: SidebarHeader; } :import { -st-from: "../../SidebarSectionTitle/SidebarSectionTitle.st.css"; -st-default: SidebarSectionTitle; } :import { -st-from: "../../SidebarSectionItem/SidebarSectionItem.st.css"; -st-default: SidebarSectionItem; } :import { -st-from: "../../ListItemSelect/ListItemSelect.st.css"; -st-default: ListItemSelect; } :import { -st-from: "../../Badge/Badge.st.css"; -st-default: Badge; } :import { -st-from: "../../Loader/Loader.st.css"; -st-default: Loader; } :import { -st-from: "../../Input/Input.st.css"; -st-default: Input; } :import { -st-from: "../../Input/IconAffix/IconAffix.st.css"; -st-default: IconAffix; } :import { -st-from: "../../EmptyState/EmptyState.st.css"; -st-default: EmptyState; } :import { -st-from: "../../Modal/Modal.st.css"; -st-default: Modal; } :import { -st-from: "../../TrendIndicator/TrendIndicator.st.css"; -st-default: TrendIndicator; } :import { -st-from: "../../CloseButton/CloseButton.st.css"; -st-default: CloseButton; } :import { -st-from: "../../Tag/Tag.st.css"; -st-default: Tag; } :import { -st-from: "../../Thumbnail/Thumbnail.st.css"; -st-default: Thumbnail; } :import { -st-from: "../../VerticalTabsItem/VerticalTabsItem.st.css"; -st-default: VerticalTabsItem; } :import { -st-from: "../../CustomModalLayout/CustomModalLayout.st.css"; -st-default: CustomModalLayout; } :import { -st-from: "../../TableListItem/TableListItem.st.css"; -st-default: TableListItem; } /* Overrides */ :import { -st-from: "./components/Button.st.css"; -st-default: ButtonOverrides; } :import { -st-from: "./components/CircularProgressBar.st.css"; -st-default: CircularProgressBarOverrides; } :import { -st-from: "./components/Checkbox.st.css"; -st-default: CheckboxOverrides; } :import { -st-from: "./components/Divider.st.css"; -st-default: DividerOverrides; } :import { -st-from: "./components/LinearProgressBar.st.css"; -st-default: LinearProgressBarOverrides; } :import { -st-from: "./components/Heading.st.css"; -st-default: HeadingOverrides; } :import { -st-from: "./components/Text.st.css"; -st-default: TextOverrides; } :import { -st-from: "./components/TextButton.st.css"; -st-default: TextButtonOverrides; } :import { -st-from: "./components/IconButton.st.css"; -st-default: IconButtonOverrides; } :import { -st-from: "./components/Card/Header.st.css"; -st-default: CardHeaderOverrides; } :import { -st-from: "./components/Card/Content.st.css"; -st-default: CardContentOverrides; } :import { -st-from: "./components/Pagination.st.css"; -st-default: PaginationOverrides; } :import { -st-from: "./components/Tooltip.st.css"; -st-default: TooltipOverrides; } :import { -st-from: "./components/ListItemAction.st.css"; -st-default: ListItemActionOverrides; } :import { -st-from: "./components/ListItemSection.st.css"; -st-default: ListItemSectionOverrides; } :import { -st-from: "./components/PopoverMenu.st.css"; -st-default: PopoverMenuOverrides; } :import { -st-from: "./components/DropdownLayout.st.css"; -st-default: DropdownLayoutOverrides; } :import { -st-from: "./components/SidebarBackButton.st.css"; -st-default: SidebarBackButtonOverrides; } :import { -st-from: "./components/Sidebar.st.css"; -st-default: SidebarOverrides; } :import { -st-from: "./components/SidebarDivider.st.css"; -st-default: SidebarDividerOverrides; } :import { -st-from: "./components/SidebarHeader.st.css"; -st-default: SidebarHeaderOverrides; } :import { -st-from: "./components/SidebarSectionItem.st.css"; -st-default: SidebarSectionItemOverrides; } :import { -st-from: "./components/SidebarSectionTitle.st.css"; -st-default: SidebarSectionTitleOverrides; } :import { -st-from: "./components/ListItemSelect.st.css"; -st-default: ListItemSelectOverrides; } :import { -st-from: "./components/Badge.st.css"; -st-default: BadgeOverrides; } :import { -st-from: "./components/Loader.st.css"; -st-default: LoaderOverrides; } :import { -st-from: "./components/Input/Input.st.css"; -st-default: InputOverrides; } :import { -st-from: "./components/Input/IconAffix.st.css"; -st-default: IconAffixOverrides; } :import { -st-from: "./components/EmptyState.st.css"; -st-default: EmptyStateOverrides; } :import { -st-from: "./components/Modal.st.css"; -st-default: ModalOverrides; } :import { -st-from: "./components/TrendIndicator.st.css"; -st-default: TrendIndicatorOverrides; } :import { -st-from: "./components/CloseButton.st.css"; -st-default: CloseButtonOverrides; } :import { -st-from: "./components/Tag.st.css"; -st-default: TagOverrides; } :import { -st-from: "./components/Thumbnail.st.css"; -st-default: ThumbnailOverrides; } :import { -st-from: "./components/VerticalTabsItem.st.css"; -st-default: VerticalTabsItemOverrides; } :import { -st-from: "./components/CustomModalLayout.st.css"; -st-default: CustomModalLayoutOverrides; } :import { -st-from: "./components/TableListItem.st.css"; -st-default: TableListItemOverrides; } @st-scope .root { Button { -st-mixin: ButtonOverrides(); } CircularProgressBar { -st-mixin: CircularProgressBarOverrides(); } Checkbox { -st-mixin: CheckboxOverrides(); } Divider { -st-mixin: DividerOverrides(); } LinearProgressBar { -st-mixin: LinearProgressBarOverrides(); } Heading { -st-mixin: HeadingOverrides(); } Text { -st-mixin: TextOverrides(); } TextButton { -st-mixin: TextButtonOverrides(); } IconButton { -st-mixin: IconButtonOverrides(); } CardHeader { -st-mixin: CardHeaderOverrides(); } CardContent { -st-mixin: CardContentOverrides(); } Pagination { -st-mixin: PaginationOverrides(); } Tooltip { -st-mixin: TooltipOverrides(); } ListItemAction { -st-mixin: ListItemActionOverrides(); } ListItemSection { -st-mixin: ListItemSectionOverrides(); } DropdownLayout { -st-mixin: DropdownLayoutOverrides(); } Sidebar { -st-mixin: SidebarOverrides(); } SidebarBackButton { -st-mixin: SidebarBackButtonOverrides(); } SidebarDivider { -st-mixin: SidebarDividerOverrides(); } SidebarHeader { -st-mixin: SidebarHeaderOverrides(); } SidebarSectionTitle { -st-mixin: SidebarSectionTitleOverrides(); } SidebarSectionItem { -st-mixin: SidebarSectionItemOverrides(); } ListItemSelect { -st-mixin: ListItemSelectOverrides(); } Badge { -st-mixin: BadgeOverrides(); } Loader { -st-mixin: LoaderOverrides(); } Input { -st-mixin: InputOverrides(); } IconAffix { -st-mixin: IconAffixOverrides(); } EmptyState { -st-mixin: EmptyStateOverrides(); } TrendIndicator { -st-mixin: TrendIndicatorOverrides(); } CloseButton { -st-mixin: CloseButtonOverrides(); } Tag { -st-mixin: TagOverrides(); } Thumbnail { -st-mixin: ThumbnailOverrides(); } VerticalTabsItem { -st-mixin: VerticalTabsItemOverrides(); } CustomModalLayout { -st-mixin: CustomModalLayoutOverrides(); } TableListItem { -st-mixin: TableListItemOverrides(); } } /* Portaled node support * ---------------------- * This is an ugly yet powerful hack. * In some cases, a component is portaled and loses the css structure (e.g. .root > Popover => body > PopoverContent). * To solve that, the portaled node needs to be wrapped with an additional div that maintains both componetn and theme structure (Popover3250267766---size-6-medium BusinessDashboard606879188__root > Popover2497687595__popoverContent). * A better approach would be having two divs (and that would remove the following solution), but that's not easy to solve. */ @st-scope * { Tooltip.root { -st-mixin: TooltipOverrides(); } PopoverMenu.root { -st-mixin: PopoverMenuOverrides(); } .root { --wsr-shadow10: 0 0 8px 0 value(S5); --wsr-shadow20: 0 2px 12px 0 value(S4); --wsr-shadow30: 0 0 12px 0 value(S5); --wsr-shadow40: 0 0 24px 0 value(S5); } Modal.root { -st-mixin: ModalOverrides(); } }
packages/wix-style-react/src/Themes/businessDashboard/BusinessDashboard.st.css
@st-global-custom-property --wsr-shadow10, --wsr-shadow20, --wsr-shadow30, --wsr-shadow40; :import { -st-from: "./foundations/colors.st.css"; -st-named: S4, S5; } /* Components */ :import { -st-from: "../../Button/Button.st.css"; -st-default: Button; } :import { -st-from: "../../CircularProgressBar/CircularProgressBar.st.css"; -st-default: CircularProgressBar; } :import { -st-from: "../../Checkbox/Checkbox.st.css"; -st-default: Checkbox; } :import { -st-from: "../../CounterBadge/CounterBadge.st.css"; -st-default: CounterBadge; } :import { -st-from: "../../Divider/Divider.st.css"; -st-default: Divider; } :import { -st-from: "../../LinearProgressBar/LinearProgressBar.st.css"; -st-default: LinearProgressBar; } :import { -st-from: "../../Heading/Heading.st.css"; -st-default: Heading; } :import { -st-from: "../../Text/Text.st.css"; -st-default: Text; } :import { -st-from: "../../TextButton/TextButton.st.css"; -st-default: TextButton; } :import { -st-from: "../../IconButton/IconButton.st.css"; -st-default: IconButton; } :import { -st-from: "../../Card/Header/Header.st.css"; -st-default: CardHeader; } :import { -st-from: "../../Card/Content/Content.st.css"; -st-default: CardContent; } :import { -st-from: "../../Carousel/Pagination/Pagination.st.css"; -st-default: Pagination; } :import { -st-from: "../../Tooltip/Tooltip.st.css"; -st-default: Tooltip; } :import { -st-from: "../../ListItemAction/ListItemAction.st.css"; -st-default: ListItemAction; } :import { -st-from: "../../ListItemSection/ListItemSection.st.css"; -st-default: ListItemSection; } :import { -st-from: "../../DropdownLayout/DropdownLayout.st.css"; -st-default: DropdownLayout; } :import { -st-from: "../../PopoverMenu/PopoverMenu.st.css"; -st-default: PopoverMenu; } :import { -st-from: "../../Sidebar/Sidebar.st.css"; -st-default: Sidebar; } :import { -st-from: "../../SidebarBackButton/SidebarBackButton.st.css"; -st-default: SidebarBackButton; } :import { -st-from: "../../SidebarDivider/SidebarDivider.st.css"; -st-default: SidebarDivider; } :import { -st-from: "../../SidebarHeader/SidebarHeader.st.css"; -st-default: SidebarHeader; } :import { -st-from: "../../SidebarSectionTitle/SidebarSectionTitle.st.css"; -st-default: SidebarSectionTitle; } :import { -st-from: "../../SidebarSectionItem/SidebarSectionItem.st.css"; -st-default: SidebarSectionItem; } :import { -st-from: "../../ListItemSelect/ListItemSelect.st.css"; -st-default: ListItemSelect; } :import { -st-from: "../../Badge/Badge.st.css"; -st-default: Badge; } :import { -st-from: "../../Loader/Loader.st.css"; -st-default: Loader; } :import { -st-from: "../../Input/Input.st.css"; -st-default: Input; } :import { -st-from: "../../Input/IconAffix/IconAffix.st.css"; -st-default: IconAffix; } :import { -st-from: "../../EmptyState/EmptyState.st.css"; -st-default: EmptyState; } :import { -st-from: "../../Modal/Modal.st.css"; -st-default: Modal; } :import { -st-from: "../../TrendIndicator/TrendIndicator.st.css"; -st-default: TrendIndicator; } :import { -st-from: "../../CloseButton/CloseButton.st.css"; -st-default: CloseButton; } :import { -st-from: "../../Tag/Tag.st.css"; -st-default: Tag; } :import { -st-from: "../../Thumbnail/Thumbnail.st.css"; -st-default: Thumbnail; } :import { -st-from: "../../VerticalTabsItem/VerticalTabsItem.st.css"; -st-default: VerticalTabsItem; } :import { -st-from: "../../CustomModalLayout/CustomModalLayout.st.css"; -st-default: CustomModalLayout; } :import { -st-from: "../../TableListItem/TableListItem.st.css"; -st-default: TableListItem; } /* Overrides */ :import { -st-from: "./components/Button.st.css"; -st-default: ButtonOverrides; } :import { -st-from: "./components/CircularProgressBar.st.css"; -st-default: CircularProgressBarOverrides; } :import { -st-from: "./components/Checkbox.st.css"; -st-default: CheckboxOverrides; } :import { -st-from: "./components/Divider.st.css"; -st-default: DividerOverrides; } :import { -st-from: "./components/LinearProgressBar.st.css"; -st-default: LinearProgressBarOverrides; } :import { -st-from: "./components/Heading.st.css"; -st-default: HeadingOverrides; } :import { -st-from: "./components/Text.st.css"; -st-default: TextOverrides; } :import { -st-from: "./components/TextButton.st.css"; -st-default: TextButtonOverrides; } :import { -st-from: "./components/IconButton.st.css"; -st-default: IconButtonOverrides; } :import { -st-from: "./components/Card/Header.st.css"; -st-default: CardHeaderOverrides; } :import { -st-from: "./components/Card/Content.st.css"; -st-default: CardContentOverrides; } :import { -st-from: "./components/Pagination.st.css"; -st-default: PaginationOverrides; } :import { -st-from: "./components/Tooltip.st.css"; -st-default: TooltipOverrides; } :import { -st-from: "./components/ListItemAction.st.css"; -st-default: ListItemActionOverrides; } :import { -st-from: "./components/ListItemSection.st.css"; -st-default: ListItemSectionOverrides; } :import { -st-from: "./components/PopoverMenu.st.css"; -st-default: PopoverMenuOverrides; } :import { -st-from: "./components/DropdownLayout.st.css"; -st-default: DropdownLayoutOverrides; } :import { -st-from: "./components/SidebarBackButton.st.css"; -st-default: SidebarBackButtonOverrides; } :import { -st-from: "./components/Sidebar.st.css"; -st-default: SidebarOverrides; } :import { -st-from: "./components/SidebarDivider.st.css"; -st-default: SidebarDividerOverrides; } :import { -st-from: "./components/SidebarHeader.st.css"; -st-default: SidebarHeaderOverrides; } :import { -st-from: "./components/SidebarSectionItem.st.css"; -st-default: SidebarSectionItemOverrides; } :import { -st-from: "./components/SidebarSectionTitle.st.css"; -st-default: SidebarSectionTitleOverrides; } :import { -st-from: "./components/ListItemSelect.st.css"; -st-default: ListItemSelectOverrides; } :import { -st-from: "./components/Badge.st.css"; -st-default: BadgeOverrides; } :import { -st-from: "./components/Loader.st.css"; -st-default: LoaderOverrides; } :import { -st-from: "./components/Input/Input.st.css"; -st-default: InputOverrides; } :import { -st-from: "./components/Input/IconAffix.st.css"; -st-default: IconAffixOverrides; } :import { -st-from: "./components/EmptyState.st.css"; -st-default: EmptyStateOverrides; } :import { -st-from: "./components/Modal.st.css"; -st-default: ModalOverrides; } :import { -st-from: "./components/TrendIndicator.st.css"; -st-default: TrendIndicatorOverrides; } :import { -st-from: "./components/CloseButton.st.css"; -st-default: CloseButtonOverrides; } :import { -st-from: "./components/Tag.st.css"; -st-default: TagOverrides; } :import { -st-from: "./components/Thumbnail.st.css"; -st-default: ThumbnailOverrides; } :import { -st-from: "./components/VerticalTabsItem.st.css"; -st-default: VerticalTabsItemOverrides; } :import { -st-from: "./components/CustomModalLayout.st.css"; -st-default: CustomModalLayoutOverrides; } :import { -st-from: "./components/TableListItem.st.css"; -st-default: TableListItemOverrides; } @st-scope .root { Button { -st-mixin: ButtonOverrides(); } CircularProgressBar { -st-mixin: CircularProgressBarOverrides(); } Checkbox { -st-mixin: CheckboxOverrides(); } Divider { -st-mixin: DividerOverrides(); } LinearProgressBar { -st-mixin: LinearProgressBarOverrides(); } Heading { -st-mixin: HeadingOverrides(); } Text { -st-mixin: TextOverrides(); } TextButton { -st-mixin: TextButtonOverrides(); } IconButton { -st-mixin: IconButtonOverrides(); } CardHeader { -st-mixin: CardHeaderOverrides(); } CardContent { -st-mixin: CardContentOverrides(); } Pagination { -st-mixin: PaginationOverrides(); } Tooltip { -st-mixin: TooltipOverrides(); } ListItemAction { -st-mixin: ListItemActionOverrides(); } ListItemSection { -st-mixin: ListItemSectionOverrides(); } DropdownLayout { -st-mixin: DropdownLayoutOverrides(); } Sidebar { -st-mixin: SidebarOverrides(); } SidebarBackButton { -st-mixin: SidebarBackButtonOverrides(); } SidebarDivider { -st-mixin: SidebarDividerOverrides(); } SidebarHeader { -st-mixin: SidebarHeaderOverrides(); } SidebarSectionTitle { -st-mixin: SidebarSectionTitleOverrides(); } SidebarSectionItem { -st-mixin: SidebarSectionItemOverrides(); } ListItemSelect { -st-mixin: ListItemSelectOverrides(); } Badge { -st-mixin: BadgeOverrides(); } Loader { -st-mixin: LoaderOverrides(); } Input { -st-mixin: InputOverrides(); } IconAffix { -st-mixin: IconAffixOverrides(); } EmptyState { -st-mixin: EmptyStateOverrides(); } TrendIndicator { -st-mixin: TrendIndicatorOverrides(); } CloseButton { -st-mixin: CloseButtonOverrides(); } Tag { -st-mixin: TagOverrides(); } Thumbnail { -st-mixin: ThumbnailOverrides(); } VerticalTabsItem { -st-mixin: VerticalTabsItemOverrides(); } CustomModalLayout { -st-mixin: CustomModalLayoutOverrides(); } TableListItem { -st-mixin: TableListItemOverrides(); } } /* Portaled node support * ---------------------- * This is an ugly yet powerful hack. * In some cases, a component is portaled and loses the css structure (e.g. .root > Popover => body > PopoverContent). * To solve that, the portaled node needs to be wrapped with an additional div that maintains both componetn and theme structure (Popover3250267766---size-6-medium BusinessDashboard606879188__root > Popover2497687595__popoverContent). * A better approach would be having two divs (and that would remove the following solution), but that's not easy to solve. */ @st-scope * { Tooltip.root { -st-mixin: TooltipOverrides(); } PopoverMenu.root { -st-mixin: PopoverMenuOverrides(); } .root { --wsr-shadow10: 0 0 8px 0 value(S5); --wsr-shadow20: 0 2px 12px 0 value(S4); --wsr-shadow30: 0 0 12px 0 value(S5); --wsr-shadow40: 0 0 24px 0 value(S5); } Modal.root { -st-mixin: ModalOverrides(); } }
0.398524
0.043244
/* -------- Scroll to Top CSS starts here -------- */ .scroll-to-top { position: fixed; bottom: 3%; right: 3%; z-index: 100; width: 3.5em; border-radius: 50%; cursor: pointer; background-color: #991414; } .scroll-to-top div img { filter: invert(1); transition: all 0.3s ease; } .scroll-to-top:hover { background-color: #000; } /* -------- Scroll to Top CSS ends here -------- */ #footer { background-color: #000000; color: white; } .footer-title { font-family: "Nova Cut", cursive; color: rgba(255, 255, 255, 1); margin-top: 15px; margin-bottom: 2rem; font-style: normal; font-weight: normal; font-size: 22px; } .footer-title hr { margin-top: 9px; border: 1px solid rgba(255, 255, 255, 0.25); } .footer-title hr::before { border: 1px solid #da3232; content: ""; display: block; height: 0px; margin-top: -1px; margin-left: -1px; width: 90px; z-index: 1; } /* footer section 1 */ .footer-social { display: flex; justify-content: space-around; margin: 3rem 0; } .footer-about-text { font-family: "Red Hat Display"; font-size: 16px; color: white; } /* footer section 2 */ .footer-connect-text { font-family: "Red Hat Display"; font-size: 20px; color: white; } .footer-icon-gap { padding: 0 1.2rem; margin-bottom: 2rem; } /* footer section 3 */ .footer-form-group { margin: 1rem 0; } .footer-form-group input[type="email"] { background-color: rgba(255, 255, 255, 0.25); color: white; border: 0px; width: 95%; border-radius: 0px; } .footer-form-group input[type="email"]:focus { background-color: rgba(255, 255, 255, 0.25); color: white; } .footer-form-group textarea[name="message"] { background-color: rgba(255, 255, 255, 0.25); color: white; border: 0px; height: 100%; width: 95%; display: flex; justify-content: center; } .submit-btn { background: #991414; width: 95%; text-align: center; font-family: Red Rose; color: #ffffff; font-size: 1.2rem; margin: 1rem 0; display: flex; justify-content: center; } @media screen and (max-width: 767px) { .footer-form-group input[type="email"] { margin-left: auto; margin-right: auto; } .footer-form-group textarea[name="message"] { margin-left: auto; margin-right: auto; } .submit-btn { margin-left: auto; margin-right: auto; } } /* copyright section */ .copyrights p { text-align: center; font-size: 16px; margin: 0; padding: 1rem 0; } .copyrights hr { border: 1px solid rgba(255, 255, 255, 0.25); margin: 0 3rem; } /* ------------- Footer Styling End ------------------- */ @media screen and (max-width: 576px) { .top-right-btns { margin: 0; justify-content: space-around; } .format-heading { font-family: Boogaloo; font-style: normal; font-weight: normal; font-size: 50px; } .small-heading { font-size: 1.5rem; } .centered { font-size: 1rem; } .temp-2 { display: none; } .main-menubar li { text-align: center; } .format-card-image { width: 16rem; } } @media screen and (max-width: 991px) { .footer-connect-text { font-size: 1rem; } }
src/Styles/footer.css
/* -------- Scroll to Top CSS starts here -------- */ .scroll-to-top { position: fixed; bottom: 3%; right: 3%; z-index: 100; width: 3.5em; border-radius: 50%; cursor: pointer; background-color: #991414; } .scroll-to-top div img { filter: invert(1); transition: all 0.3s ease; } .scroll-to-top:hover { background-color: #000; } /* -------- Scroll to Top CSS ends here -------- */ #footer { background-color: #000000; color: white; } .footer-title { font-family: "Nova Cut", cursive; color: rgba(255, 255, 255, 1); margin-top: 15px; margin-bottom: 2rem; font-style: normal; font-weight: normal; font-size: 22px; } .footer-title hr { margin-top: 9px; border: 1px solid rgba(255, 255, 255, 0.25); } .footer-title hr::before { border: 1px solid #da3232; content: ""; display: block; height: 0px; margin-top: -1px; margin-left: -1px; width: 90px; z-index: 1; } /* footer section 1 */ .footer-social { display: flex; justify-content: space-around; margin: 3rem 0; } .footer-about-text { font-family: "Red Hat Display"; font-size: 16px; color: white; } /* footer section 2 */ .footer-connect-text { font-family: "Red Hat Display"; font-size: 20px; color: white; } .footer-icon-gap { padding: 0 1.2rem; margin-bottom: 2rem; } /* footer section 3 */ .footer-form-group { margin: 1rem 0; } .footer-form-group input[type="email"] { background-color: rgba(255, 255, 255, 0.25); color: white; border: 0px; width: 95%; border-radius: 0px; } .footer-form-group input[type="email"]:focus { background-color: rgba(255, 255, 255, 0.25); color: white; } .footer-form-group textarea[name="message"] { background-color: rgba(255, 255, 255, 0.25); color: white; border: 0px; height: 100%; width: 95%; display: flex; justify-content: center; } .submit-btn { background: #991414; width: 95%; text-align: center; font-family: Red Rose; color: #ffffff; font-size: 1.2rem; margin: 1rem 0; display: flex; justify-content: center; } @media screen and (max-width: 767px) { .footer-form-group input[type="email"] { margin-left: auto; margin-right: auto; } .footer-form-group textarea[name="message"] { margin-left: auto; margin-right: auto; } .submit-btn { margin-left: auto; margin-right: auto; } } /* copyright section */ .copyrights p { text-align: center; font-size: 16px; margin: 0; padding: 1rem 0; } .copyrights hr { border: 1px solid rgba(255, 255, 255, 0.25); margin: 0 3rem; } /* ------------- Footer Styling End ------------------- */ @media screen and (max-width: 576px) { .top-right-btns { margin: 0; justify-content: space-around; } .format-heading { font-family: Boogaloo; font-style: normal; font-weight: normal; font-size: 50px; } .small-heading { font-size: 1.5rem; } .centered { font-size: 1rem; } .temp-2 { display: none; } .main-menubar li { text-align: center; } .format-card-image { width: 16rem; } } @media screen and (max-width: 991px) { .footer-connect-text { font-size: 1rem; } }
0.409693
0.079317
.profile-picture{ width: 200px; height: 200px; padding: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-animation: pulse 2s linear; -webkit-animation-iteration-count: infinite; } .wide { width: 100%; max-height: 100%; } .tall { max-width: 100%; height: 100%; } @-webkit-keyframes pulse { 0% {-webkit-box-shadow: 0px 0px 20px blue;} 50% {-webkit-box-shadow: 0px 0px 50px blue;} 100% {-webkit-box-shadow: 0px 0px 20px blue;} } .form-group{ padding: 15px; } .post-prof-img{ width: 100px; height: 100px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding: 0; } .post-cont{ height: 70%; padding: 2%; margin-left: 1%; overflow: hidden; text-align: justify; text-overflow: ellipsis; background-color: white; border: 1px groove blue; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .blog-post{ height: 200px; } .title-par{ color: blue; border-bottom: 1px solid grey; } .hoverin-cont{ cursor: pointer; background: skyblue; border: none; } .span-class { font-size: 220%; } .post-cont p{ visibility: hidden; position: absolute; padding-left: 25%; padding-top: 10%; font-size: 220%; -webkit-animation: pulsating 2s linear; -webkit-animation-iteration-count: infinite; z-index: 1; } @-webkit-keyframes pulsating { 0% {-webkit-transform: scale(0.8, 0.8);} 50% {-webkit-transform: scale(1, 1);} 100% {-webkit-transform: scale(0.8, 0.8);} } .resize-btn{ width: 120px; } .resize-label-input{ margin-top: 0.7%; } .resize-label-input div{ padding: 0.5%; } .table-data-style{ padding: 20px; } .admin-menu{ position: relative; } .admin-menu ul{ list-style: none; } .menu-head{ background: darkgrey; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(90deg, white, orange); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(90deg, white, orange); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(90deg, white, orange); /* For Firefox 3.6 to 15 */ background: linear-gradient(90deg, white, orange); /* Standard syntax */ background-color: grey; width: 60%; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin: auto; margin-bottom: -5%; } .menu-head{ cursor: pointer; font-family: Vijaya; } .menu-options{ display: none; margin-left: 20%; /*display: none;*/ font-family: Vijaya; width: 60%; padding: 1%; } .menu-options li{ background: darkgrey; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(90deg, white, orange); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(90deg, white, orange); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(90deg, white, orange); /* For Firefox 3.6 to 15 */ background: linear-gradient(90deg, white, orange); /* Standard syntax */ color: black; cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: yellow; font-size: 140%; margin-top: 2%; padding-top: 5%; } #userMessages{ background-color: lightcyan; max-height: 100%; overflow: auto; } #userMessages table thead td{ font-weight: bold; } #userMessages table tr td{ width: 33.3%; } .users-table{ font-size: 130%; font-family: Verdana, sans-serif; font-weight: bold; line-height: 160%; } .users-table tr{ border: 8px groove lightblue; } .users-table tr.data-row td{ padding: 10px; } .users-table tr td{ width: 25%; background: #cccccc; } .users-table tr td.view-profile-datacell{ text-align: center; } .posts-info{ padding: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 150px; } .panel-body-class{ height: 100px; overflow: auto; } .posts-info div{ background: lightgrey; margin: 0; padding:0; } .table-posts{ text-align: center; font-size: 120%; font-family: Verdana, sans-serif; } .table-posts tr td{ padding: 2% 0 2% 0; border-bottom: 1px solid grey; width: 18%; } .post-author-info{ margin-left: 15%; margin-top: 5%; font-size: 140%; font-weight: bold; color: white; background-color: lightseagreen; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 1px solid lightskyblue; }
web/css/view-profile.css
.profile-picture{ width: 200px; height: 200px; padding: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-animation: pulse 2s linear; -webkit-animation-iteration-count: infinite; } .wide { width: 100%; max-height: 100%; } .tall { max-width: 100%; height: 100%; } @-webkit-keyframes pulse { 0% {-webkit-box-shadow: 0px 0px 20px blue;} 50% {-webkit-box-shadow: 0px 0px 50px blue;} 100% {-webkit-box-shadow: 0px 0px 20px blue;} } .form-group{ padding: 15px; } .post-prof-img{ width: 100px; height: 100px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding: 0; } .post-cont{ height: 70%; padding: 2%; margin-left: 1%; overflow: hidden; text-align: justify; text-overflow: ellipsis; background-color: white; border: 1px groove blue; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .blog-post{ height: 200px; } .title-par{ color: blue; border-bottom: 1px solid grey; } .hoverin-cont{ cursor: pointer; background: skyblue; border: none; } .span-class { font-size: 220%; } .post-cont p{ visibility: hidden; position: absolute; padding-left: 25%; padding-top: 10%; font-size: 220%; -webkit-animation: pulsating 2s linear; -webkit-animation-iteration-count: infinite; z-index: 1; } @-webkit-keyframes pulsating { 0% {-webkit-transform: scale(0.8, 0.8);} 50% {-webkit-transform: scale(1, 1);} 100% {-webkit-transform: scale(0.8, 0.8);} } .resize-btn{ width: 120px; } .resize-label-input{ margin-top: 0.7%; } .resize-label-input div{ padding: 0.5%; } .table-data-style{ padding: 20px; } .admin-menu{ position: relative; } .admin-menu ul{ list-style: none; } .menu-head{ background: darkgrey; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(90deg, white, orange); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(90deg, white, orange); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(90deg, white, orange); /* For Firefox 3.6 to 15 */ background: linear-gradient(90deg, white, orange); /* Standard syntax */ background-color: grey; width: 60%; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin: auto; margin-bottom: -5%; } .menu-head{ cursor: pointer; font-family: Vijaya; } .menu-options{ display: none; margin-left: 20%; /*display: none;*/ font-family: Vijaya; width: 60%; padding: 1%; } .menu-options li{ background: darkgrey; /* For browsers that do not support gradients */ background: -webkit-linear-gradient(90deg, white, orange); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(90deg, white, orange); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(90deg, white, orange); /* For Firefox 3.6 to 15 */ background: linear-gradient(90deg, white, orange); /* Standard syntax */ color: black; cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: yellow; font-size: 140%; margin-top: 2%; padding-top: 5%; } #userMessages{ background-color: lightcyan; max-height: 100%; overflow: auto; } #userMessages table thead td{ font-weight: bold; } #userMessages table tr td{ width: 33.3%; } .users-table{ font-size: 130%; font-family: Verdana, sans-serif; font-weight: bold; line-height: 160%; } .users-table tr{ border: 8px groove lightblue; } .users-table tr.data-row td{ padding: 10px; } .users-table tr td{ width: 25%; background: #cccccc; } .users-table tr td.view-profile-datacell{ text-align: center; } .posts-info{ padding: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 150px; } .panel-body-class{ height: 100px; overflow: auto; } .posts-info div{ background: lightgrey; margin: 0; padding:0; } .table-posts{ text-align: center; font-size: 120%; font-family: Verdana, sans-serif; } .table-posts tr td{ padding: 2% 0 2% 0; border-bottom: 1px solid grey; width: 18%; } .post-author-info{ margin-left: 15%; margin-top: 5%; font-size: 140%; font-weight: bold; color: white; background-color: lightseagreen; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 1px solid lightskyblue; }
0.499512
0.094887
* { box-sizing: border-box } nav{ width: 220px; float: left; background: #4ed896; position: absolute; top: 0; left: 0; height: 100%; } h2{ text-align: center; font-weight: 100; border-bottom: 1px solid #eee; margin-left: -20px; margin-right: -20px; padding: 20px; } h3{ text-align: center; font-weight: 100; font-size: 16px; border-bottom: 1px solid #eee; margin-left: -20px; margin-right: -20px; padding: 0 20px 20px 20px; color:#bbb; } .menu { list-style: none; margin-bottom: 2em; padding: 0 0 0.5em; } .menu a{ font-weight: bold; color:#d3ffea; display: block; padding: 8px 14px; border-bottom: 1px solid #aeffd7; } main{ position: absolute; left: 220px; right: 0; top:0; bottom: 0; overflow: auto; padding: 20px; } footer{ text-align: center; color:#ccc; font-size: 11px; } .brand-visibility{ padding-left: 50px; position: relative; } .brand-visibility .cpi{ position: absolute; z-index: 2; text-align: center; padding:11px; top:20px; left: 20px; background: #fff; border-radius: 46px; height: 46px; width: 46px; font-size: 16px; font-weight: bold; color:#12d87c; border:1px solid #ddd; } .markup-details{ color:#fff; display: block; text-align: center; margin:10px auto; width: 326px; max-width: 100%; } .markup-details label{ text-transform: uppercase; font-size: 10px; display: block; } .markup-details .value{ font-size: 20px; font-weight: bold; } .markup-details > div{ padding: 20px; display: inline-block; width: 160px; } .markup-details .cpc{ background: #12d87c; } .markup-details .markup{ background: #032f1b; } .date-selection{ color: #034d2c; position: relative; text-align: center; padding: 20px; } .date-selection > div i{ font-size: 10px; padding: 2px; } .date-selection div > button,.date-selection div > button:hover{ border:none; background: transparent; padding: 0; } .date-selection .start,.date-selection .end{ color: white; border-bottom: 1px dotted white; padding: 0 0 1px 0; margin: 10px; position: relative; } .date-selection .dropdown-menu{ margin-left:-40px; } .date-selection input{ border:none; width: 100%; height: 100%; z-index: -1; opacity: 0; color: transparent; background: transparent; position: absolute; top:0; left: 0; right: 0; bottom: 0; } .budget{ padding: 20px; color: white } .budget input{ margin:5px 0; background: transparent; color: white; outline: none; border:none; padding: 4px 0; width: 100%; border-bottom: 1px dotted white; } .budget .budget-value{ color: #077543; } @media screen and (max-width:768px){ .markup-details > div{ width: 100%; } }
render/bamx/app.css
* { box-sizing: border-box } nav{ width: 220px; float: left; background: #4ed896; position: absolute; top: 0; left: 0; height: 100%; } h2{ text-align: center; font-weight: 100; border-bottom: 1px solid #eee; margin-left: -20px; margin-right: -20px; padding: 20px; } h3{ text-align: center; font-weight: 100; font-size: 16px; border-bottom: 1px solid #eee; margin-left: -20px; margin-right: -20px; padding: 0 20px 20px 20px; color:#bbb; } .menu { list-style: none; margin-bottom: 2em; padding: 0 0 0.5em; } .menu a{ font-weight: bold; color:#d3ffea; display: block; padding: 8px 14px; border-bottom: 1px solid #aeffd7; } main{ position: absolute; left: 220px; right: 0; top:0; bottom: 0; overflow: auto; padding: 20px; } footer{ text-align: center; color:#ccc; font-size: 11px; } .brand-visibility{ padding-left: 50px; position: relative; } .brand-visibility .cpi{ position: absolute; z-index: 2; text-align: center; padding:11px; top:20px; left: 20px; background: #fff; border-radius: 46px; height: 46px; width: 46px; font-size: 16px; font-weight: bold; color:#12d87c; border:1px solid #ddd; } .markup-details{ color:#fff; display: block; text-align: center; margin:10px auto; width: 326px; max-width: 100%; } .markup-details label{ text-transform: uppercase; font-size: 10px; display: block; } .markup-details .value{ font-size: 20px; font-weight: bold; } .markup-details > div{ padding: 20px; display: inline-block; width: 160px; } .markup-details .cpc{ background: #12d87c; } .markup-details .markup{ background: #032f1b; } .date-selection{ color: #034d2c; position: relative; text-align: center; padding: 20px; } .date-selection > div i{ font-size: 10px; padding: 2px; } .date-selection div > button,.date-selection div > button:hover{ border:none; background: transparent; padding: 0; } .date-selection .start,.date-selection .end{ color: white; border-bottom: 1px dotted white; padding: 0 0 1px 0; margin: 10px; position: relative; } .date-selection .dropdown-menu{ margin-left:-40px; } .date-selection input{ border:none; width: 100%; height: 100%; z-index: -1; opacity: 0; color: transparent; background: transparent; position: absolute; top:0; left: 0; right: 0; bottom: 0; } .budget{ padding: 20px; color: white } .budget input{ margin:5px 0; background: transparent; color: white; outline: none; border:none; padding: 4px 0; width: 100%; border-bottom: 1px dotted white; } .budget .budget-value{ color: #077543; } @media screen and (max-width:768px){ .markup-details > div{ width: 100%; } }
0.487063
0.141252
body { background: #fff; font-family:'Montserrat', sans-serif !important; font-weight: 300; color: #888; text-align: center; } strong { font-weight: 700; } a, a:hover, a:focus { color: #2ba560; text-decoration: none; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; } h1, h2 { margin-top: 10px; font-size: 42px; font-weight: 700; color: #444; line-height: 54px; text-transform: uppercase; } h2 { text-align: left; } h3 { font-size: 26px; font-weight: 700; color: #888; line-height: 30px; text-transform: uppercase; } .search_filter { font-size:17px; background:#f7f7f7; color:#480b76; height:66px; border:solid 1px #adadad; padding-left:30px !important; padding-right:30px !important; } .search_input { font-size:17px; background:#fff; color:#8a8a8a; height:66px; border:solid 1px #adadad; border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; } .btn_search { background:#480b76; color:#fff; text-align:center; height:66px; padding-left:85px; padding-right:85px; font-size:20px !important; border-radius:10px !important; margin-left:15px !important; border:none !important; } .btn_search:hover { background:#fff; color:#480b76; text-align:center; height:66px; padding-left:85px; padding-right:85px; font-size:20px !important; border-radius:10px !important; margin-left:15px !important; border:none !important; } .option_1banner { float:left !important; font-size:20px !important; color:#fff !important; margin-right:20px !important; margin-top:15px !important; } .img_social a img { margin-right:15px; margin-top:50px; } img { max-width: 100%; } ::-moz-selection { background: #2ba560; color: #fff; text-shadow: none; } ::selection { background: #2ba560; color: #fff; text-shadow: none; } /***** Loader *****/ .loader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #fff; overflow: hidden !important; z-index: 99999; } .loader-img { position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; height: 60px; background: url(../img/loading.gif) center center no-repeat; } /***** General style, all sections *****/ .section-container { margin: 0 auto; padding-bottom: 60px; } .section-container-gray { background: #f8f8f8; border-top:solid 1px #bababa; border-bottom:solid 1px #bababa; border-bottom:none; } .section-container-full-bg, .section-container-full-bg h1, .section-container-full-bg h2, .section-container-full-bg h3, .section-container-full-bg h4 { color: #fff; } .section-description { margin-top: 30px; padding-bottom: 10px; } .section-description p { margin-top: 20px; font-size: 14px; text-align: left; color:#636363; } .section-bottom-link { padding-top: 15px; padding-bottom: 20px; } .big-link-1 { display: inline-block; margin: 0 5px; padding: 15px 20px; background: #2ba560; border: 0; font-size: 22px; font-weight: 300; line-height: 22px; color: #fff; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .big-link-1:hover, .big-link-1:focus, .big-link-1:active { outline: 0; opacity: 0.6; color: #fff; } .big-link-2 { display: inline-block; margin: 0 5px; padding: 14px 19px; background: none; border: 1px solid #fff; font-size: 22px; font-weight: 300; line-height: 22px; color: #fff; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .big-link-2:hover, .big-link-2:focus, .big-link-2:active, .big-link-2:active:focus { outline: 0; opacity: 0.6; background: none; color: #fff; } .green-text { color: #2ba560; } /***** Dividers *****/ .divider-1 { text-align: left; } .divider-1 span { display: inline-block; width: 300px; height: 1px; background: #ddd; } .divider-1-bottom { padding-top: 10px; padding-bottom: 5px; } /***** Small sliders *****/ .slider-1-box { text-align: center; } .slider-1-box img { display: none; } .slider-1-box img.slider-1-img-active { display: inline; } .slider-1-nav { margin-top: 30px; } .slider-1-nav span { display: inline-block; width: 18px; height: 18px; margin: 0 7px; background: #ddd; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; cursor: pointer; vertical-align: middle; } .slider-1-nav span.slider-1-nav-item-active { background: #2ba560; } /***** Top menu *****/ .navbar { margin-bottom: 0; background: #fff; border: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding:15px; box-shadow: 0 4px 2px -2px grey; } ul.navbar-nav { font-size: 22px; color: #858585; text-transform: uppercase; padding-top:9px; } ul.navbar-nav li a { color: #858585; font-family: 'Montserrat', sans-serif; } ul.navbar-nav li a:hover { background: none; color: #480b76; } ul.navbar-nav li a:focus { } .navbar>.container .navbar-brand { margin-left: 0; } .navbar-brand { width: 215px; height: 66px; background: url(../img/logo.png) left center no-repeat; text-indent: -99999px; } .btn_contact:hover { background:#480b76 !important; color:#fff !important; padding:10px !important; text-align:center; color: #fff; border-radius:5px; padding-left:53px !important; padding-right:53px !important; } /***** Page title *****/ .page-title { padding: 260px 0 210px 0; } .page-title-text { width: 100%; margin: 0 auto; color: #fff; } .page-title-text h1 { color: #fff; font-family:'Montserrat', sans-serif !important; font-weight:normal; font-size:46px !important; } .page-title-text p { margin-top: 20px; font-size: 22px; line-height: 36px; text-shadow: 0 1px 5px rgba(51, 51, 51, 0.4); } .page-title-bottom-link { padding-top: 25px; padding-bottom: 7px; } /***** What we do (block 3) *****/ .block-3-box { margin-top: 30px; } .block-3-box h3 { padding: 10px 0; color:#480b76 !important; font-size:35px !important; } .block-3-box p { font-size: 18px; color:#555555 !important; } .block-3-box .block-3-box-icon { width: 180px; height: 180px; margin: 0 auto; padding-top: 27px; background: #fff; border: 1px solid #480b76; -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; border-radius:50%; text-align:center; } .block-3-box .block-3-box-icon img { width: 118px; height:120px; margin-left:-18px; } .block-3-box .block-3-box-icon:hover { background: none; color: #2ba560; } .block-3-box .block-3-box-icon i, .block-3-box .block-3-box-icon span { vertical-align: middle; } /***** Block 2 *****/ .block-2-container { padding-top: 50px; } @media (max-width: 767px) { .block-2-container { padding-top: 10px; } } .block-2-box { padding-bottom: 20px; text-align: left; } .block-2-box.block-2-media { padding-bottom: 25px; } .block-2-box h3 { padding: 10px 0; } .block-2-box h3:first-child { margin-top: 0; } .block-2-box p { font-size: 16px; line-height: 32px; color:#480b76 !important; } .block-2-box ul { padding: 0; list-style: none; font-size: 18px; line-height: 32px; } .block-2-box ul li { padding: 5px 0; } .block-2-box ul span.list-icon { padding-right: 10px; font-size: 24px; color: #2ba560; vertical-align: middle; } .block-2-img-container { background:#f5f5f5; border-bottom:solid 2px #480b76; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .label_box { text-align:center; color:#5e5e5e; font-size:16px; margin:10px; margin-top:30px; line-height:35px; margin-bottom:20px; } .block-2-img-container .img-container-line { position: absolute; width: 180px; height: 1px; background: #fff; } .clear30 { clear:both; height:30px; } .clear20 { clear:both; height:20px; } .box_h3 { color:#480b76; } .section-container-gray .block-2-img-container .img-container-line { background: #f8f8f8; } .block-2-img-container img { height:227px; } .block-2-box .video-box { max-width: 540px; margin: 0 auto; } /***** Counters *****/ .counters-container { padding-top: 50px; } .counter-box h4 { font-size: 26px; font-weight: 700; line-height: 30px; } .counter-box p { font-size: 22px; line-height: 36px; } /***** Contact us *****/ .contact-container { padding-top: 0; color: #fff; background:url(../img/footer_bg.jpg); } .contact-container h2 { color: #480b76; } .contact-container .divider-1 span { background: #666; } .contact-form h3, .contact-address h3 { padding: 0 0 10px 0; color: #480b76; } .contact-form p { margin: 0; } .contact-form form { margin: 15px 0 0 0; } .contact-form form input, .contact-form form textarea { width: 95%; height: 52px; margin-bottom: 5px; } .contact-form form textarea { height: 162px; } .contact-form form .contact-error { border-color: #2ba560; } .contact-address p { margin-bottom: 5px; float:left; margin-right:20px; } .contact-address p a { color: #480b76 !important; border: 0; } .contact-address p a:hover, .contact-address p a:focus { color: #480b76; border-bottom: 1px dotted #fff; } .contact-address p i, .contact-address p span { font-size: 24px; color: #480b76; vertical-align: middle; } .contact-address p span { display: inline-block; } .contact-container .container { position: relative; overflow: hidden; } .contact-icon-container { position: absolute; top: 300px; right: 0; padding-right: 20px; font-size: 320px; color: #555; line-height: 300px; -ms-transform: rotate(20deg); -moz-transform: rotate(20deg); -webkit-transform: rotate(20deg); transform: rotate(20deg); } .single .form-control { height: 60px; background-color:transparent; border:solid 2px #480b76; border-radius: 0px; box-shadow:none !important; color:#000 !important; } .single .form-control:focus { box-shadow: none; border-color: #480b76; color:#000 !important; } .single .btn { min-height: 60px; background: #480b76; color: #fff; width:150px; font-size:18px !important; text-transform:uppercase !important; } /***** Footer *****/ footer { text-align: right; border-top:solid 1px #000; line-height: 60px; font-size: 16px; color: #5c5c5c; } footer .scroll-to-top a { color: #666; font-size: 16px; color: #5c5c5c; line-height: 60px; } footer .scroll-to-top a:hover, footer .scroll-to-top a:focus, footer .scroll-to-top a:active { outline: 0; opacity: 0.6; color: #666; } .footer-copyright { margin: 11px 0 0 0; font-size: 16px; color: #5c5c5c; line-height: 60px; text-align: left; padding-left:0px !important; } .footer-copyright a { color: #fff; border: 0; font-size:16px; text-transform:uppercase; color:#5c5c5c; margin-right:20px;} .footer-copyright a:hover, .footer-copyright a:focus { color: #5c5c5c; border-bottom: 1px dotted #fff; } .footer-social a { margin: 0 8px; font-size: 39px; color: #5c5c5c; } .footer-social a:hover, .footer-social a:focus { color: #5c5c5c; } .top-content { background-image:url(../img/banner_bg.jpg); width:100%; background-size:cover; border-radius:0px !important; } .top-content img { border-radius:0px !important; } /*Categories Page*/ .cate_caret { border-top: 8px solid !important; border-right: 8px solid transparent !important; border-left: 8px solid transparent !important; } .mrg_cate_page { margin-top:53px; } @media (max-width: 767px) { .mrg_cate_page { margin-top:20px; } .mrg_cate_page .clear30{ display:none; } } .cate_box_heading { background:#480b76; padding:20px; line-height:20px; font-size:25px; text-align:center; color:#fff !important; } .cate_label_box { color:#6e6e6e; font-size:14px; margin:10px; margin-top:15px; line-height:24px; margin-bottom:20px; text-align:left; font-weight:normal !important; } .btn_detail_cate { background:#480b76; padding:10px; padding-left:30px !important; padding-right:30px !important; color:#fff !important; border-radius:5px; margin:auto; } .block-2-img-cate{ background:#f5f5f5; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .cate_searcharea { background:#480b76; padding:20px; } .filter_input_cate { float:right; width:17%; } .filter_input_cate2 { float:right; border:none !important; box-shadow:none !important; height:50px; background:#6d1ea9; border-radius:0px !important; color:#dfdfdf !important; } .filter_input_cate2:hover { float:right; border:none !important; box-shadow:none !important; height:50px; background:#6d1ea9; border-radius:0px !important; color:#dfdfdf !important; } .filter_input_cate2 .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { float:right; border:none !important; box-shadow:none !important; /* height:50px; */ background:#6d1ea9; border-radius:0px !important; color:#dfdfdf !important; } .btn-info_cate { color: #fff; background-color: #611998; border-color: #611998; height: 50px; width:107px; } .btn-info_cate:hover { color: #fff; background-color: #611998; border-color: #611998; height: 50px; width:107px; } .saerch_input_cate { width:81% !important; border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border:none !important; box-shadow:none !important; height:50px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .cate_box1 { border:solid 1px #d1d1d1; width:19.5%; margin-right:0.5%; float:left; margin-bottom:20px; } .cate_box1 h2 { font-size:15px; color:#480b76; margin-left:10px; padding:0px; margin-bottom:0px; margin-top:10px; line-height:normal !important; } .box_cateheading { background:#480b76; padding:40px; text-align:center; font-size:100px; color:#fff; text-transform:uppercase; } .cate_boxicon { margin-bottom:5px; text-align:left; font-size:13px; margin-top:5px; } .p0 { padding:0px !important; } .cate_btn_price { background:#717171; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .cate_btn_price:hover { background:#717171; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .cate_btn_buy { background:#480b76; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .cate_btn_buy:hover { background:#480b76; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .clear10 { clear:both; height:10px; } @media (min-width: 993px) and (max-width: 1199px) { .saerch_input_cate { width:78% !important; border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border:none !important; box-shadow:none !important; height:50px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } } @media (min-width: 768px) and (max-width: 992px) { .saerch_input_cate { width:70% !important; border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border:none !important; box-shadow:none !important; height:50px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .cate_box1 { border:solid 1px #d1d1d1; width:32.5%; margin-right:0.5%; float:left; margin-bottom:20px; } .rating_select_option{ width:130px !important; } } @media (min-width: 550px) and (max-width: 767px) { .search_sm_cate { float: left; width: 50% !important; } .hide_filter { float: left; z-index: 9; } .input-group-btn { float: left; } .width_search { width:100%; } .cate_box1 { border:solid 1px #d1d1d1; width:49.5%; margin-right:0.5%; float:left; margin-bottom:20px; } } @media (min-width: 320px) and (max-width: 549px) { .search_sm_cate { float: left; width: 100% !important; border-radius: 5px !important; } .hide_filter { float: left !important; z-index: 9 !important; margin-left:100px; } .input-group-btn { float: left !important; } .width_search { width:100%; } .cate_box1 { border:solid 1px #d1d1d1; width:100%; margin-bottom:20px; } } /*Categories Page End*/ /*** CRm Page ***/ .crm_title {width: 79% !important;} .crm_title h1{ font-size:55px !important; font-weight:bold !important; color:#ffffff; line-height: normal; } /* @media (min-width: 768px) and (max-width: 991px) { .crm_title h1{ font-size:60px !important; font-weight:bold !important; color:#ffffff; line-height: normal; } }*/ .crm_title p{ font-size:24px !important; color:#ffffff; } @media (min-width: 320px) and (max-width: 480px) { .crm_title p{ font-size:14px !important; color:#ffffff; line-height: 20px; } } .crm_category_portion{ border:1px solid #D6D6D6; box-shadow:1px 0px 2px 2px #E7E7E7; } .rubrik_main_content{ border-bottom:2px solid #E7E7E7; margin-bottom:15px; } .rubrik_content_img{ padding: 10px; border-right: 1px solid #E7E7E7; } .rubrik_content_para{ padding-bottom:20px; } .rubrik_content_para p{ color:#828282 !important; font-size:14px; text-align:left; } .rubrik_progress_score { padding-left:0px !important; } .rubrik_progress_score h4{ font-size:20px; color:#480B76; font-weight: 600; } .rubrik_progress{ margin-top:10px; } .progress-bar-rubrik{ background-color: #480B76; } .crm_rubrik_detail{ text-align: right; margin-top: 30px; } .crm_rubrik_detail a { background: #480B76; color: white; padding: 7px 10px 7px 7px; border-radius: 5px; font-size: 11px; } .crm_rubrik h3{ font-size:28px !important; } .rubrik_content_cloud{ padding-bottom: 24px; padding-top: 18px; } .crm_category_portion{ margin-top:10px; } .crm_sidebar{ background:#480B76; } .crm_sidebar h3{ color:white; font-size:17px; margin-top:15px; margin-bottom:15px; font-weight:500; } .crm_label_btn:active{ box-shadow: none !important; } .crm_label_btn{ border-color:transparent !important; padding-bottom: 12px; padding-top: 12px; } .crm_sidebar_main{ border:1px solid #D6D6D6; box-shadow:1px 0px 2px 2px #E7E7E7; padding:0px; } .crm_sidebar_checkbox{ text-align:left; } .crm-form-group{ margin-left:0px !important; margin-right:0px !important; margin-top:10px; margin-bottom:10px; border: 2px solid #EBEBEB; } .sidenav_checkbox_content{ color:#999999; font-weight:; } .check_hover_color:active{ color:#480B76 !important; } .sidenav_checkbox_content:active{ color:#480B76 !important; } .similar_cat_crm h5{ font-size: 12px; font-weight:bold; margin-top: 18px; text-align:left; color:#999999; } .similar_cat_crm{ border:1px solid #E3E3E3; margin-bottom:10px; } .similar_cat_img{ background: #480B76; padding: 6px; } .clear10{ clear:both; height:10px; } .clear20{ clear:both; height:20px; } .clear30{ clear:both; height:30px; } .clear50{ clear:both; height:50px; } .p0{ padding:0px !important; } @media screen and (min-device-width: 1200px) and (max-device-width: 1920px) { .crm_rubrik{ padding-left:0px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 768px) { .crm_rubrik_detail { margin-bottom: 20px !important; padding-bottom:25px !important; } } /*** CRm Page ***/ /*** CRm rating ***/ .crm_rating_header{ background:#F5F5F5; margin-top:117px; padding:10px; border-top:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; padding-bottom: 6px !important; } .google_drive_rating img{ border:1px solid #E6E6E6; padding: 7px; border-radius:3px; } .google_drive_content{ text-align:left; } .google_drive_content h3{ margin-top: 5px; margin-bottom: 0px; color:#480B76; } .google_drive_content p{ margin-bottom: 0px; color:#a0a0a0; } .google_drive_content span{ font-size:27px; color#ACACAC !important; } .google_drive_content i:hover{ color:#480B76; transition:0.7s; cursor:pointer; } .crm_rating_btn{ margin-top: 35px; text-align:left; } .crm_rating_btn a{ background: #480B76; color: white; padding: 7px 10px 6px 11px; border-radius: 5px; font-size: 13px; border:1px solid #480B76; } .crm_rating_btn a:hover{ background: white; color: #480B76; border:1px solid #480B76; transition:0.7s; } .rating_content_para p{ text-align:left; color:#7d7d7d; line-height: 27px; } .google_drive_rating_box{ border: 1px solid #D6D6D6; box-shadow: 1px 0px 2px 2px #E7E7E7; } .drive_rating_box{ text-align:left; padding: 20px; } .drive_rating_box img{ border: 3px solid #480B76; border-radius: 50%; padding: 10px; padding-left: 5px; padding-right: 5px; width:100px; height:100px; } .drive_rating_box h3{ margin-top: 30px; color:#480B76; } .drive_rating_box p{ margin-bottom: 20px; color:#a0a0a0; } .rating_review_star{ padding-top: 16px !important; border-left:1px solid #E8E8E8; padding-top: 25px !important; } .rating_review_star h4{ text-transform:uppercase; color:#480B76; text-align:left; font-weight:600; } .rating_review_star span{ font-size:25px; color#ACACAC !important; } .rating_review_star i:hover{ color:#480B76; transition:0.7s; cursor:pointer; } .total_rating_star{ border-top:1px solid #E8E8E8; padding-top: 10px !important; padding-bottom: 10px !important; } @media screen and (min-device-width: 1200px) and (max-device-width: 1920px) { .crm_rating_btn{ width: 14.66666667% !important; padding-right: 0px !important; } } @media screen and (min-device-width: 768px) and (max-device-width: 1920px) { .rating_content_img{ padding-right:0px !important; } .google_drive_rating{ text-align:right; } } @media screen and (min-device-width: 992px) and (max-device-width: 1200px) { .crm_rating_btn a { font-size: 10px !important; padding: 10px 10px 10px 10px !important; } .crm_rating_header { margin-top: 183px; } } @media screen and (min-device-width: 768px) and (max-device-width: 992px) { .crm_rating_header { margin-top: 184px !important; height:200px !important; } .navbar-nav-padding li{ font-size:11px !important; } nav>li>a { position: relative; display: block; padding: 10px 10px; } } @media screen and (min-device-width: 768px) and (max-device-width: 992px) { .google_drive_content{ width: 70.333% !important; } .crm_rating_btn{ width: 28.667% !important; margin-top:20px !important; } .rating_review_star h4{ font-size:14px !important; } .rating_mobile_display{ padding-bottom: 8px !important; padding-top: 8px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 768px) { .google_drive_rating{ padding-left: 0px !important; margin-bottom:10px !important; } .rating_mobile_display{ display:flex; } .google_drive_content{ margin-bottom:20px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 767px) { .crm_rating_header{ height: 200px !important; margin-top: 97px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .drive_rating_box h3{ font-size:14px !important; } .google_drive_content h3{ font-size: 17px !important; margin-top: 0px !important; } .crm_rating_btn{ padding-left:0px !important; } } /*** CRm rating ***/ /*** Meg Menu***/ .mega-dropdown { position: static !important; } .mega-dropdown-menu { padding: 20px 0px; width: 100%; box-shadow: none; -webkit-box-shadow: none; } .mega-dropdown-menu > li > ul { padding: 0; margin: 0; } .mega-dropdown-menu > li > ul > li { list-style: none; } .mega-dropdown-menu > li > ul > li > a { display: block; color: #222; padding: 3px 5px; font-weight:normal !important; font-size:14px ; border-bottom:solid 1px #eee; padding:12px; } .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus { text-decoration: none; } .mega-dropdown-menu .dropdown-header { font-size: 20px; color: #480b76; padding: 5px 60px 5px 5px; line-height: 30px; font-weight:bold; } .carousel-control { width: 30px; height: 30px; top: -35px; } .left.carousel-control { right: 30px; left: inherit; } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { font-size: 12px; background-color: #fff; line-height: 30px; text-shadow: none; color: #333; border: 1px solid #ddd; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: transparent !important; color:#480b76; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #480b76; } .navbar-nav > li > .dropdown-menu { width:80%; float:right; right:0; margin:auto; } .btn_contact { background:#480b76; color:#fff !important; padding:10px; text-align:center; color: #fff; border-radius:5px; padding-left:53px !important; padding-right:53px !important; } .btn_contact:hover { background:#480b76; color:#fff !important; padding:10px; text-align:center; color: #fff; border-radius:5px; padding-left:53px !important; padding-right:53px !important; } .btn_contact2 a:hover { color:#fff !important; } /*** Contact Us ***/ .jumbotron { background: #358CCE; color: #FFF; border-radius: 0px; } .jumbotron-sm { padding-top: 24px; padding-bottom: 24px; } .jumbotron small { color: #FFF; } .h1 small { font-size: 24px; } /*** Contact Us ***/ /*** KATEGORIER ***/ .logo_kon { color: #480b76; font-size: 200px; } .thumbnail { padding: 0 0 15px 0; border: none; border-radius: 0; } .thumbnail img { width: 100%; height: 100%; margin-bottom: 10px; } .btn-lg { border: none !important; box-shadow: none !important; height: 50px; background: #6d1ea9; border-radius: 0px !important; color: #fff !important; float:left !important; border-radius:5px !important; } .btn-lg:hover { border: none !important; box-shadow: none !important; height: 50px; background: #6d1ea9; border-radius: 0px !important; color: #dfdfdf !important; float:left !important; } .bg-grey { background:#fff !important; } .logo-small { color: #f4511e; font-size: 50px; } /*** KATEGORIER ***/ .top-guider { background-image:url(../img/guider.jpg); width:100%; background-size:cover; border-radius:0px !important; } /*** H@rrY New CSS ***/ @media screen and (min-device-width: 768px) and (max-device-width: 1920px) { .navbar_position_right { float:right !important; } } @media screen and (min-device-width: 1024px) and (max-device-width: 1200px) { .dropdown_header_list { font-size:15px !important; } .mega_menu_list ul > li > a { font-size: 14px !important; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { .dropdown_header_list { font-size:11px !important; } .mega_menu_list ul > li > a { font-size: 12px !important; } } @media screen and (min-device-width: 768px) and (max-device-width: 992px) { .google_drive_rating img { height:80px !important; float: left !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .filter_input_cate2 .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { float:none !important; } } @media screen and (min-device-width: 767px) and (max-device-width: 992) { .btn_contact { padding-left: 15px !important; padding-right: 15px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 767px) { .btn_search_filter { left: 0px !important; margin-left:0px !important; border-radius:0px !important; } .btn_search_filter:hover { left: 0px !important; margin-left:0px !important; border-radius:0px !important; } .search_filter{ width:100% !important; border-radius:0px !important; margin-right:0px !important; } .search_input{ border-radius:0px !important; } .filter_dropdown_menu{ width:100% !important; } .search_filter_tablet{ width:100% !important; } .search_input_btn{ width:100% !important; } .search_input_btn button{ width:100% !important; } .input_group_search{ width:100%; } .input_group_search { display:contents !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 768px) { .search_filter_dropdown_custom { top: 47px !important; left: 0px !important; } .btn_search_filter { float:none !important; } .search_filter_category { float:none !important; } .dropdown_header_list { padding-left:0px !important; } .mega_menu_list a { padding-left:0px !important; } .google_drive_rating img { height:83px !important; } } .page-title_guider { padding: 54px 0 30px 0; } .navbar-inverse .navbar-toggle { border-color: #333; background: #000; } .page-title-a{ padding: 117px 0 10px 0; } .crm_title h1{ font-size: 45px !important; } .crm_title p { font-size: 15px !important; } .page-title-text p { line-height: 26px; text-align: justify; } @media (max-width: 320px) { .page-title-text p { line-height: 16px; text-align: center; font-size: 10px !important; } } @media (min-width: 320px) and (max-device-width: 425px){ .page-title-text p { line-height: 16px; text-align: center; font-size: 12px !important; } } .crm_title { width: 65% !important; } .tooltip-inner { max-width: 150px; /* If max-width does not work, try using width instead */ width: 150px; }
assets_per/css/style--latest.css
body { background: #fff; font-family:'Montserrat', sans-serif !important; font-weight: 300; color: #888; text-align: center; } strong { font-weight: 700; } a, a:hover, a:focus { color: #2ba560; text-decoration: none; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; } h1, h2 { margin-top: 10px; font-size: 42px; font-weight: 700; color: #444; line-height: 54px; text-transform: uppercase; } h2 { text-align: left; } h3 { font-size: 26px; font-weight: 700; color: #888; line-height: 30px; text-transform: uppercase; } .search_filter { font-size:17px; background:#f7f7f7; color:#480b76; height:66px; border:solid 1px #adadad; padding-left:30px !important; padding-right:30px !important; } .search_input { font-size:17px; background:#fff; color:#8a8a8a; height:66px; border:solid 1px #adadad; border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; } .btn_search { background:#480b76; color:#fff; text-align:center; height:66px; padding-left:85px; padding-right:85px; font-size:20px !important; border-radius:10px !important; margin-left:15px !important; border:none !important; } .btn_search:hover { background:#fff; color:#480b76; text-align:center; height:66px; padding-left:85px; padding-right:85px; font-size:20px !important; border-radius:10px !important; margin-left:15px !important; border:none !important; } .option_1banner { float:left !important; font-size:20px !important; color:#fff !important; margin-right:20px !important; margin-top:15px !important; } .img_social a img { margin-right:15px; margin-top:50px; } img { max-width: 100%; } ::-moz-selection { background: #2ba560; color: #fff; text-shadow: none; } ::selection { background: #2ba560; color: #fff; text-shadow: none; } /***** Loader *****/ .loader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #fff; overflow: hidden !important; z-index: 99999; } .loader-img { position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; height: 60px; background: url(../img/loading.gif) center center no-repeat; } /***** General style, all sections *****/ .section-container { margin: 0 auto; padding-bottom: 60px; } .section-container-gray { background: #f8f8f8; border-top:solid 1px #bababa; border-bottom:solid 1px #bababa; border-bottom:none; } .section-container-full-bg, .section-container-full-bg h1, .section-container-full-bg h2, .section-container-full-bg h3, .section-container-full-bg h4 { color: #fff; } .section-description { margin-top: 30px; padding-bottom: 10px; } .section-description p { margin-top: 20px; font-size: 14px; text-align: left; color:#636363; } .section-bottom-link { padding-top: 15px; padding-bottom: 20px; } .big-link-1 { display: inline-block; margin: 0 5px; padding: 15px 20px; background: #2ba560; border: 0; font-size: 22px; font-weight: 300; line-height: 22px; color: #fff; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .big-link-1:hover, .big-link-1:focus, .big-link-1:active { outline: 0; opacity: 0.6; color: #fff; } .big-link-2 { display: inline-block; margin: 0 5px; padding: 14px 19px; background: none; border: 1px solid #fff; font-size: 22px; font-weight: 300; line-height: 22px; color: #fff; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .big-link-2:hover, .big-link-2:focus, .big-link-2:active, .big-link-2:active:focus { outline: 0; opacity: 0.6; background: none; color: #fff; } .green-text { color: #2ba560; } /***** Dividers *****/ .divider-1 { text-align: left; } .divider-1 span { display: inline-block; width: 300px; height: 1px; background: #ddd; } .divider-1-bottom { padding-top: 10px; padding-bottom: 5px; } /***** Small sliders *****/ .slider-1-box { text-align: center; } .slider-1-box img { display: none; } .slider-1-box img.slider-1-img-active { display: inline; } .slider-1-nav { margin-top: 30px; } .slider-1-nav span { display: inline-block; width: 18px; height: 18px; margin: 0 7px; background: #ddd; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; cursor: pointer; vertical-align: middle; } .slider-1-nav span.slider-1-nav-item-active { background: #2ba560; } /***** Top menu *****/ .navbar { margin-bottom: 0; background: #fff; border: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding:15px; box-shadow: 0 4px 2px -2px grey; } ul.navbar-nav { font-size: 22px; color: #858585; text-transform: uppercase; padding-top:9px; } ul.navbar-nav li a { color: #858585; font-family: 'Montserrat', sans-serif; } ul.navbar-nav li a:hover { background: none; color: #480b76; } ul.navbar-nav li a:focus { } .navbar>.container .navbar-brand { margin-left: 0; } .navbar-brand { width: 215px; height: 66px; background: url(../img/logo.png) left center no-repeat; text-indent: -99999px; } .btn_contact:hover { background:#480b76 !important; color:#fff !important; padding:10px !important; text-align:center; color: #fff; border-radius:5px; padding-left:53px !important; padding-right:53px !important; } /***** Page title *****/ .page-title { padding: 260px 0 210px 0; } .page-title-text { width: 100%; margin: 0 auto; color: #fff; } .page-title-text h1 { color: #fff; font-family:'Montserrat', sans-serif !important; font-weight:normal; font-size:46px !important; } .page-title-text p { margin-top: 20px; font-size: 22px; line-height: 36px; text-shadow: 0 1px 5px rgba(51, 51, 51, 0.4); } .page-title-bottom-link { padding-top: 25px; padding-bottom: 7px; } /***** What we do (block 3) *****/ .block-3-box { margin-top: 30px; } .block-3-box h3 { padding: 10px 0; color:#480b76 !important; font-size:35px !important; } .block-3-box p { font-size: 18px; color:#555555 !important; } .block-3-box .block-3-box-icon { width: 180px; height: 180px; margin: 0 auto; padding-top: 27px; background: #fff; border: 1px solid #480b76; -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; border-radius:50%; text-align:center; } .block-3-box .block-3-box-icon img { width: 118px; height:120px; margin-left:-18px; } .block-3-box .block-3-box-icon:hover { background: none; color: #2ba560; } .block-3-box .block-3-box-icon i, .block-3-box .block-3-box-icon span { vertical-align: middle; } /***** Block 2 *****/ .block-2-container { padding-top: 50px; } @media (max-width: 767px) { .block-2-container { padding-top: 10px; } } .block-2-box { padding-bottom: 20px; text-align: left; } .block-2-box.block-2-media { padding-bottom: 25px; } .block-2-box h3 { padding: 10px 0; } .block-2-box h3:first-child { margin-top: 0; } .block-2-box p { font-size: 16px; line-height: 32px; color:#480b76 !important; } .block-2-box ul { padding: 0; list-style: none; font-size: 18px; line-height: 32px; } .block-2-box ul li { padding: 5px 0; } .block-2-box ul span.list-icon { padding-right: 10px; font-size: 24px; color: #2ba560; vertical-align: middle; } .block-2-img-container { background:#f5f5f5; border-bottom:solid 2px #480b76; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .label_box { text-align:center; color:#5e5e5e; font-size:16px; margin:10px; margin-top:30px; line-height:35px; margin-bottom:20px; } .block-2-img-container .img-container-line { position: absolute; width: 180px; height: 1px; background: #fff; } .clear30 { clear:both; height:30px; } .clear20 { clear:both; height:20px; } .box_h3 { color:#480b76; } .section-container-gray .block-2-img-container .img-container-line { background: #f8f8f8; } .block-2-img-container img { height:227px; } .block-2-box .video-box { max-width: 540px; margin: 0 auto; } /***** Counters *****/ .counters-container { padding-top: 50px; } .counter-box h4 { font-size: 26px; font-weight: 700; line-height: 30px; } .counter-box p { font-size: 22px; line-height: 36px; } /***** Contact us *****/ .contact-container { padding-top: 0; color: #fff; background:url(../img/footer_bg.jpg); } .contact-container h2 { color: #480b76; } .contact-container .divider-1 span { background: #666; } .contact-form h3, .contact-address h3 { padding: 0 0 10px 0; color: #480b76; } .contact-form p { margin: 0; } .contact-form form { margin: 15px 0 0 0; } .contact-form form input, .contact-form form textarea { width: 95%; height: 52px; margin-bottom: 5px; } .contact-form form textarea { height: 162px; } .contact-form form .contact-error { border-color: #2ba560; } .contact-address p { margin-bottom: 5px; float:left; margin-right:20px; } .contact-address p a { color: #480b76 !important; border: 0; } .contact-address p a:hover, .contact-address p a:focus { color: #480b76; border-bottom: 1px dotted #fff; } .contact-address p i, .contact-address p span { font-size: 24px; color: #480b76; vertical-align: middle; } .contact-address p span { display: inline-block; } .contact-container .container { position: relative; overflow: hidden; } .contact-icon-container { position: absolute; top: 300px; right: 0; padding-right: 20px; font-size: 320px; color: #555; line-height: 300px; -ms-transform: rotate(20deg); -moz-transform: rotate(20deg); -webkit-transform: rotate(20deg); transform: rotate(20deg); } .single .form-control { height: 60px; background-color:transparent; border:solid 2px #480b76; border-radius: 0px; box-shadow:none !important; color:#000 !important; } .single .form-control:focus { box-shadow: none; border-color: #480b76; color:#000 !important; } .single .btn { min-height: 60px; background: #480b76; color: #fff; width:150px; font-size:18px !important; text-transform:uppercase !important; } /***** Footer *****/ footer { text-align: right; border-top:solid 1px #000; line-height: 60px; font-size: 16px; color: #5c5c5c; } footer .scroll-to-top a { color: #666; font-size: 16px; color: #5c5c5c; line-height: 60px; } footer .scroll-to-top a:hover, footer .scroll-to-top a:focus, footer .scroll-to-top a:active { outline: 0; opacity: 0.6; color: #666; } .footer-copyright { margin: 11px 0 0 0; font-size: 16px; color: #5c5c5c; line-height: 60px; text-align: left; padding-left:0px !important; } .footer-copyright a { color: #fff; border: 0; font-size:16px; text-transform:uppercase; color:#5c5c5c; margin-right:20px;} .footer-copyright a:hover, .footer-copyright a:focus { color: #5c5c5c; border-bottom: 1px dotted #fff; } .footer-social a { margin: 0 8px; font-size: 39px; color: #5c5c5c; } .footer-social a:hover, .footer-social a:focus { color: #5c5c5c; } .top-content { background-image:url(../img/banner_bg.jpg); width:100%; background-size:cover; border-radius:0px !important; } .top-content img { border-radius:0px !important; } /*Categories Page*/ .cate_caret { border-top: 8px solid !important; border-right: 8px solid transparent !important; border-left: 8px solid transparent !important; } .mrg_cate_page { margin-top:53px; } @media (max-width: 767px) { .mrg_cate_page { margin-top:20px; } .mrg_cate_page .clear30{ display:none; } } .cate_box_heading { background:#480b76; padding:20px; line-height:20px; font-size:25px; text-align:center; color:#fff !important; } .cate_label_box { color:#6e6e6e; font-size:14px; margin:10px; margin-top:15px; line-height:24px; margin-bottom:20px; text-align:left; font-weight:normal !important; } .btn_detail_cate { background:#480b76; padding:10px; padding-left:30px !important; padding-right:30px !important; color:#fff !important; border-radius:5px; margin:auto; } .block-2-img-cate{ background:#f5f5f5; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .cate_searcharea { background:#480b76; padding:20px; } .filter_input_cate { float:right; width:17%; } .filter_input_cate2 { float:right; border:none !important; box-shadow:none !important; height:50px; background:#6d1ea9; border-radius:0px !important; color:#dfdfdf !important; } .filter_input_cate2:hover { float:right; border:none !important; box-shadow:none !important; height:50px; background:#6d1ea9; border-radius:0px !important; color:#dfdfdf !important; } .filter_input_cate2 .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { float:right; border:none !important; box-shadow:none !important; /* height:50px; */ background:#6d1ea9; border-radius:0px !important; color:#dfdfdf !important; } .btn-info_cate { color: #fff; background-color: #611998; border-color: #611998; height: 50px; width:107px; } .btn-info_cate:hover { color: #fff; background-color: #611998; border-color: #611998; height: 50px; width:107px; } .saerch_input_cate { width:81% !important; border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border:none !important; box-shadow:none !important; height:50px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .cate_box1 { border:solid 1px #d1d1d1; width:19.5%; margin-right:0.5%; float:left; margin-bottom:20px; } .cate_box1 h2 { font-size:15px; color:#480b76; margin-left:10px; padding:0px; margin-bottom:0px; margin-top:10px; line-height:normal !important; } .box_cateheading { background:#480b76; padding:40px; text-align:center; font-size:100px; color:#fff; text-transform:uppercase; } .cate_boxicon { margin-bottom:5px; text-align:left; font-size:13px; margin-top:5px; } .p0 { padding:0px !important; } .cate_btn_price { background:#717171; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .cate_btn_price:hover { background:#717171; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .cate_btn_buy { background:#480b76; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .cate_btn_buy:hover { background:#480b76; padding:5px; color:#fff; font-size:14px; float:left; width:50%; height: 41px; line-height: 29px; } .clear10 { clear:both; height:10px; } @media (min-width: 993px) and (max-width: 1199px) { .saerch_input_cate { width:78% !important; border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border:none !important; box-shadow:none !important; height:50px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } } @media (min-width: 768px) and (max-width: 992px) { .saerch_input_cate { width:70% !important; border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border:none !important; box-shadow:none !important; height:50px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); } .cate_box1 { border:solid 1px #d1d1d1; width:32.5%; margin-right:0.5%; float:left; margin-bottom:20px; } .rating_select_option{ width:130px !important; } } @media (min-width: 550px) and (max-width: 767px) { .search_sm_cate { float: left; width: 50% !important; } .hide_filter { float: left; z-index: 9; } .input-group-btn { float: left; } .width_search { width:100%; } .cate_box1 { border:solid 1px #d1d1d1; width:49.5%; margin-right:0.5%; float:left; margin-bottom:20px; } } @media (min-width: 320px) and (max-width: 549px) { .search_sm_cate { float: left; width: 100% !important; border-radius: 5px !important; } .hide_filter { float: left !important; z-index: 9 !important; margin-left:100px; } .input-group-btn { float: left !important; } .width_search { width:100%; } .cate_box1 { border:solid 1px #d1d1d1; width:100%; margin-bottom:20px; } } /*Categories Page End*/ /*** CRm Page ***/ .crm_title {width: 79% !important;} .crm_title h1{ font-size:55px !important; font-weight:bold !important; color:#ffffff; line-height: normal; } /* @media (min-width: 768px) and (max-width: 991px) { .crm_title h1{ font-size:60px !important; font-weight:bold !important; color:#ffffff; line-height: normal; } }*/ .crm_title p{ font-size:24px !important; color:#ffffff; } @media (min-width: 320px) and (max-width: 480px) { .crm_title p{ font-size:14px !important; color:#ffffff; line-height: 20px; } } .crm_category_portion{ border:1px solid #D6D6D6; box-shadow:1px 0px 2px 2px #E7E7E7; } .rubrik_main_content{ border-bottom:2px solid #E7E7E7; margin-bottom:15px; } .rubrik_content_img{ padding: 10px; border-right: 1px solid #E7E7E7; } .rubrik_content_para{ padding-bottom:20px; } .rubrik_content_para p{ color:#828282 !important; font-size:14px; text-align:left; } .rubrik_progress_score { padding-left:0px !important; } .rubrik_progress_score h4{ font-size:20px; color:#480B76; font-weight: 600; } .rubrik_progress{ margin-top:10px; } .progress-bar-rubrik{ background-color: #480B76; } .crm_rubrik_detail{ text-align: right; margin-top: 30px; } .crm_rubrik_detail a { background: #480B76; color: white; padding: 7px 10px 7px 7px; border-radius: 5px; font-size: 11px; } .crm_rubrik h3{ font-size:28px !important; } .rubrik_content_cloud{ padding-bottom: 24px; padding-top: 18px; } .crm_category_portion{ margin-top:10px; } .crm_sidebar{ background:#480B76; } .crm_sidebar h3{ color:white; font-size:17px; margin-top:15px; margin-bottom:15px; font-weight:500; } .crm_label_btn:active{ box-shadow: none !important; } .crm_label_btn{ border-color:transparent !important; padding-bottom: 12px; padding-top: 12px; } .crm_sidebar_main{ border:1px solid #D6D6D6; box-shadow:1px 0px 2px 2px #E7E7E7; padding:0px; } .crm_sidebar_checkbox{ text-align:left; } .crm-form-group{ margin-left:0px !important; margin-right:0px !important; margin-top:10px; margin-bottom:10px; border: 2px solid #EBEBEB; } .sidenav_checkbox_content{ color:#999999; font-weight:; } .check_hover_color:active{ color:#480B76 !important; } .sidenav_checkbox_content:active{ color:#480B76 !important; } .similar_cat_crm h5{ font-size: 12px; font-weight:bold; margin-top: 18px; text-align:left; color:#999999; } .similar_cat_crm{ border:1px solid #E3E3E3; margin-bottom:10px; } .similar_cat_img{ background: #480B76; padding: 6px; } .clear10{ clear:both; height:10px; } .clear20{ clear:both; height:20px; } .clear30{ clear:both; height:30px; } .clear50{ clear:both; height:50px; } .p0{ padding:0px !important; } @media screen and (min-device-width: 1200px) and (max-device-width: 1920px) { .crm_rubrik{ padding-left:0px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 768px) { .crm_rubrik_detail { margin-bottom: 20px !important; padding-bottom:25px !important; } } /*** CRm Page ***/ /*** CRm rating ***/ .crm_rating_header{ background:#F5F5F5; margin-top:117px; padding:10px; border-top:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; padding-bottom: 6px !important; } .google_drive_rating img{ border:1px solid #E6E6E6; padding: 7px; border-radius:3px; } .google_drive_content{ text-align:left; } .google_drive_content h3{ margin-top: 5px; margin-bottom: 0px; color:#480B76; } .google_drive_content p{ margin-bottom: 0px; color:#a0a0a0; } .google_drive_content span{ font-size:27px; color#ACACAC !important; } .google_drive_content i:hover{ color:#480B76; transition:0.7s; cursor:pointer; } .crm_rating_btn{ margin-top: 35px; text-align:left; } .crm_rating_btn a{ background: #480B76; color: white; padding: 7px 10px 6px 11px; border-radius: 5px; font-size: 13px; border:1px solid #480B76; } .crm_rating_btn a:hover{ background: white; color: #480B76; border:1px solid #480B76; transition:0.7s; } .rating_content_para p{ text-align:left; color:#7d7d7d; line-height: 27px; } .google_drive_rating_box{ border: 1px solid #D6D6D6; box-shadow: 1px 0px 2px 2px #E7E7E7; } .drive_rating_box{ text-align:left; padding: 20px; } .drive_rating_box img{ border: 3px solid #480B76; border-radius: 50%; padding: 10px; padding-left: 5px; padding-right: 5px; width:100px; height:100px; } .drive_rating_box h3{ margin-top: 30px; color:#480B76; } .drive_rating_box p{ margin-bottom: 20px; color:#a0a0a0; } .rating_review_star{ padding-top: 16px !important; border-left:1px solid #E8E8E8; padding-top: 25px !important; } .rating_review_star h4{ text-transform:uppercase; color:#480B76; text-align:left; font-weight:600; } .rating_review_star span{ font-size:25px; color#ACACAC !important; } .rating_review_star i:hover{ color:#480B76; transition:0.7s; cursor:pointer; } .total_rating_star{ border-top:1px solid #E8E8E8; padding-top: 10px !important; padding-bottom: 10px !important; } @media screen and (min-device-width: 1200px) and (max-device-width: 1920px) { .crm_rating_btn{ width: 14.66666667% !important; padding-right: 0px !important; } } @media screen and (min-device-width: 768px) and (max-device-width: 1920px) { .rating_content_img{ padding-right:0px !important; } .google_drive_rating{ text-align:right; } } @media screen and (min-device-width: 992px) and (max-device-width: 1200px) { .crm_rating_btn a { font-size: 10px !important; padding: 10px 10px 10px 10px !important; } .crm_rating_header { margin-top: 183px; } } @media screen and (min-device-width: 768px) and (max-device-width: 992px) { .crm_rating_header { margin-top: 184px !important; height:200px !important; } .navbar-nav-padding li{ font-size:11px !important; } nav>li>a { position: relative; display: block; padding: 10px 10px; } } @media screen and (min-device-width: 768px) and (max-device-width: 992px) { .google_drive_content{ width: 70.333% !important; } .crm_rating_btn{ width: 28.667% !important; margin-top:20px !important; } .rating_review_star h4{ font-size:14px !important; } .rating_mobile_display{ padding-bottom: 8px !important; padding-top: 8px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 768px) { .google_drive_rating{ padding-left: 0px !important; margin-bottom:10px !important; } .rating_mobile_display{ display:flex; } .google_drive_content{ margin-bottom:20px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 767px) { .crm_rating_header{ height: 200px !important; margin-top: 97px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .drive_rating_box h3{ font-size:14px !important; } .google_drive_content h3{ font-size: 17px !important; margin-top: 0px !important; } .crm_rating_btn{ padding-left:0px !important; } } /*** CRm rating ***/ /*** Meg Menu***/ .mega-dropdown { position: static !important; } .mega-dropdown-menu { padding: 20px 0px; width: 100%; box-shadow: none; -webkit-box-shadow: none; } .mega-dropdown-menu > li > ul { padding: 0; margin: 0; } .mega-dropdown-menu > li > ul > li { list-style: none; } .mega-dropdown-menu > li > ul > li > a { display: block; color: #222; padding: 3px 5px; font-weight:normal !important; font-size:14px ; border-bottom:solid 1px #eee; padding:12px; } .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus { text-decoration: none; } .mega-dropdown-menu .dropdown-header { font-size: 20px; color: #480b76; padding: 5px 60px 5px 5px; line-height: 30px; font-weight:bold; } .carousel-control { width: 30px; height: 30px; top: -35px; } .left.carousel-control { right: 30px; left: inherit; } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { font-size: 12px; background-color: #fff; line-height: 30px; text-shadow: none; color: #333; border: 1px solid #ddd; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: transparent !important; color:#480b76; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #480b76; } .navbar-nav > li > .dropdown-menu { width:80%; float:right; right:0; margin:auto; } .btn_contact { background:#480b76; color:#fff !important; padding:10px; text-align:center; color: #fff; border-radius:5px; padding-left:53px !important; padding-right:53px !important; } .btn_contact:hover { background:#480b76; color:#fff !important; padding:10px; text-align:center; color: #fff; border-radius:5px; padding-left:53px !important; padding-right:53px !important; } .btn_contact2 a:hover { color:#fff !important; } /*** Contact Us ***/ .jumbotron { background: #358CCE; color: #FFF; border-radius: 0px; } .jumbotron-sm { padding-top: 24px; padding-bottom: 24px; } .jumbotron small { color: #FFF; } .h1 small { font-size: 24px; } /*** Contact Us ***/ /*** KATEGORIER ***/ .logo_kon { color: #480b76; font-size: 200px; } .thumbnail { padding: 0 0 15px 0; border: none; border-radius: 0; } .thumbnail img { width: 100%; height: 100%; margin-bottom: 10px; } .btn-lg { border: none !important; box-shadow: none !important; height: 50px; background: #6d1ea9; border-radius: 0px !important; color: #fff !important; float:left !important; border-radius:5px !important; } .btn-lg:hover { border: none !important; box-shadow: none !important; height: 50px; background: #6d1ea9; border-radius: 0px !important; color: #dfdfdf !important; float:left !important; } .bg-grey { background:#fff !important; } .logo-small { color: #f4511e; font-size: 50px; } /*** KATEGORIER ***/ .top-guider { background-image:url(../img/guider.jpg); width:100%; background-size:cover; border-radius:0px !important; } /*** H@rrY New CSS ***/ @media screen and (min-device-width: 768px) and (max-device-width: 1920px) { .navbar_position_right { float:right !important; } } @media screen and (min-device-width: 1024px) and (max-device-width: 1200px) { .dropdown_header_list { font-size:15px !important; } .mega_menu_list ul > li > a { font-size: 14px !important; } } @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { .dropdown_header_list { font-size:11px !important; } .mega_menu_list ul > li > a { font-size: 12px !important; } } @media screen and (min-device-width: 768px) and (max-device-width: 992px) { .google_drive_rating img { height:80px !important; float: left !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 480px) { .filter_input_cate2 .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { float:none !important; } } @media screen and (min-device-width: 767px) and (max-device-width: 992) { .btn_contact { padding-left: 15px !important; padding-right: 15px !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 767px) { .btn_search_filter { left: 0px !important; margin-left:0px !important; border-radius:0px !important; } .btn_search_filter:hover { left: 0px !important; margin-left:0px !important; border-radius:0px !important; } .search_filter{ width:100% !important; border-radius:0px !important; margin-right:0px !important; } .search_input{ border-radius:0px !important; } .filter_dropdown_menu{ width:100% !important; } .search_filter_tablet{ width:100% !important; } .search_input_btn{ width:100% !important; } .search_input_btn button{ width:100% !important; } .input_group_search{ width:100%; } .input_group_search { display:contents !important; } } @media screen and (min-device-width: 320px) and (max-device-width: 768px) { .search_filter_dropdown_custom { top: 47px !important; left: 0px !important; } .btn_search_filter { float:none !important; } .search_filter_category { float:none !important; } .dropdown_header_list { padding-left:0px !important; } .mega_menu_list a { padding-left:0px !important; } .google_drive_rating img { height:83px !important; } } .page-title_guider { padding: 54px 0 30px 0; } .navbar-inverse .navbar-toggle { border-color: #333; background: #000; } .page-title-a{ padding: 117px 0 10px 0; } .crm_title h1{ font-size: 45px !important; } .crm_title p { font-size: 15px !important; } .page-title-text p { line-height: 26px; text-align: justify; } @media (max-width: 320px) { .page-title-text p { line-height: 16px; text-align: center; font-size: 10px !important; } } @media (min-width: 320px) and (max-device-width: 425px){ .page-title-text p { line-height: 16px; text-align: center; font-size: 12px !important; } } .crm_title { width: 65% !important; } .tooltip-inner { max-width: 150px; /* If max-width does not work, try using width instead */ width: 150px; }
0.327346
0.049797
@import url('https://fonts.googleapis.com/css?family=Ranga&display=swap'); .imgSize, .detailsPic{ width: 300px; height: auto; } html { background-color: #f5f5f5; align-content: flex-start; text-align: center; } body { background-color: #f5f5f5; font-size: x-large; font-family: 'Ranga', cursive; } .navbar { height:50px; position: fixed; top: 0px; width: 100%; z-index: +100; box-shadow: 0 5px 5px -2px rgba(0,0,0,.2); } .form-inline { position: fixed; top: 12px; left:75px; width: 100%; z-index: +100; } .navbar-brand{ font-size:x-large; } li { padding: 8px; } a { text-decoration: none; color: #000; } a:hover, a:focus { color: yellow; text-decoration: none; outline: none; } .active { font-style:italic; font-weight:bold; } .card-deck{ outline:none; } .card-body { outline: none; } .container { align-self: center; margin: auto; text-align: center; outline: none; } p { width:500px; margin: auto; text-align: center; } .review { border-top: 1px solid black; margin: 10px; } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; } .closeReview, .seeReview { cursor: pointer; } .profilePic{ width:50px; height:auto; } .searchBar { width:400px; position: fixed; left:100px; top:5px; } .journalTxt { border-radius:10px; border: 1px solid black; border-radius: 10px; } .reviewTxt { white-space: normal; border-radius: 10px; border: 1px solid black; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } img { border-radius: 50%; } @media screen and (max-width: 576px) { .container{ width:95%; } } /* Set height of the grid so .sidenav can be 100% (adjust as needed) */ .row.content {height: 450px}
CosmoTrack/CosmoTrack/wwwroot/StyleSheet.css
@import url('https://fonts.googleapis.com/css?family=Ranga&display=swap'); .imgSize, .detailsPic{ width: 300px; height: auto; } html { background-color: #f5f5f5; align-content: flex-start; text-align: center; } body { background-color: #f5f5f5; font-size: x-large; font-family: 'Ranga', cursive; } .navbar { height:50px; position: fixed; top: 0px; width: 100%; z-index: +100; box-shadow: 0 5px 5px -2px rgba(0,0,0,.2); } .form-inline { position: fixed; top: 12px; left:75px; width: 100%; z-index: +100; } .navbar-brand{ font-size:x-large; } li { padding: 8px; } a { text-decoration: none; color: #000; } a:hover, a:focus { color: yellow; text-decoration: none; outline: none; } .active { font-style:italic; font-weight:bold; } .card-deck{ outline:none; } .card-body { outline: none; } .container { align-self: center; margin: auto; text-align: center; outline: none; } p { width:500px; margin: auto; text-align: center; } .review { border-top: 1px solid black; margin: 10px; } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; } .closeReview, .seeReview { cursor: pointer; } .profilePic{ width:50px; height:auto; } .searchBar { width:400px; position: fixed; left:100px; top:5px; } .journalTxt { border-radius:10px; border: 1px solid black; border-radius: 10px; } .reviewTxt { white-space: normal; border-radius: 10px; border: 1px solid black; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } img { border-radius: 50%; } @media screen and (max-width: 576px) { .container{ width:95%; } } /* Set height of the grid so .sidenav can be 100% (adjust as needed) */ .row.content {height: 450px}
0.511961
0.112308
body { background-color: #f3f3f3 !important; } .wrapper { margin: 20px; } .wrapper h1 { margin-bottom: 20px; text-align: center; } .wrapper .todo-wrapper { display: flex; justify-content: center; align-items: center; } .wrapper .done-wrapper { display: none; margin-top: 30px; } .wrapper .done-wrapper .done-info { display: flex; align-items: center; justify-content: space-evenly; } .wrapper .done-wrapper h2 { text-align: center; } .wrapper input[type='text'] { width: 30% !important; margin-right: 20px; box-shadow: none; padding: 22px 13px; } .wrapper .list-group { align-items: center; margin-top: 20px; } .wrapper button { padding: 8px 17px; } .wrapper .invalid { width: 50%; margin: 20px auto 0; } .wrapper .list-group-item, .wrapper .list-group input { width: 50%; padding: 17px 13px; border-top-width: 1px; margin: 13px auto; } .wrapper .done-wrapper .list-group-item { text-decoration: line-through; } .wrapper .list-group-item .todo-date, .wrapper .done-wrapper .list-group-item .todo-date-done { position: absolute; top: 19px; right: 84px; color: #a19e9e; font-size: 13px; } .wrapper .done-wrapper .list-group-item .todo-date-done { right: 20px; } .wrapper .list-group-item .done, .wrapper .list-group-item .remove { position: relative; top: 3px; color: green; cursor: pointer; font-size: 21px; } .wrapper .list-group-item .remove { position: absolute; right: 17px; top: 22px; color: red; } .wrapper .list-group-item .edit { position: absolute; color: #3f51b5; right: 47px; top: 22px; font-size: 19px; cursor: pointer; } .wrapper .list-group-item span { margin-left: 6px; } .wrapper .list-group-item .done:hover { background-color: rgba(163, 163, 163, 0.28); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } @media only screen and (max-width: 600px) { .wrapper .list-group-item, wrapper .invalid { width: 100%; } } @media only screen and (max-width: 1200px) { .wrapper input[type='text'] { width: 60% !important; } .wrapper .list-group-item, .wrapper .invalid { width: 90%; } }
src/App.css
body { background-color: #f3f3f3 !important; } .wrapper { margin: 20px; } .wrapper h1 { margin-bottom: 20px; text-align: center; } .wrapper .todo-wrapper { display: flex; justify-content: center; align-items: center; } .wrapper .done-wrapper { display: none; margin-top: 30px; } .wrapper .done-wrapper .done-info { display: flex; align-items: center; justify-content: space-evenly; } .wrapper .done-wrapper h2 { text-align: center; } .wrapper input[type='text'] { width: 30% !important; margin-right: 20px; box-shadow: none; padding: 22px 13px; } .wrapper .list-group { align-items: center; margin-top: 20px; } .wrapper button { padding: 8px 17px; } .wrapper .invalid { width: 50%; margin: 20px auto 0; } .wrapper .list-group-item, .wrapper .list-group input { width: 50%; padding: 17px 13px; border-top-width: 1px; margin: 13px auto; } .wrapper .done-wrapper .list-group-item { text-decoration: line-through; } .wrapper .list-group-item .todo-date, .wrapper .done-wrapper .list-group-item .todo-date-done { position: absolute; top: 19px; right: 84px; color: #a19e9e; font-size: 13px; } .wrapper .done-wrapper .list-group-item .todo-date-done { right: 20px; } .wrapper .list-group-item .done, .wrapper .list-group-item .remove { position: relative; top: 3px; color: green; cursor: pointer; font-size: 21px; } .wrapper .list-group-item .remove { position: absolute; right: 17px; top: 22px; color: red; } .wrapper .list-group-item .edit { position: absolute; color: #3f51b5; right: 47px; top: 22px; font-size: 19px; cursor: pointer; } .wrapper .list-group-item span { margin-left: 6px; } .wrapper .list-group-item .done:hover { background-color: rgba(163, 163, 163, 0.28); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } @media only screen and (max-width: 600px) { .wrapper .list-group-item, wrapper .invalid { width: 100%; } } @media only screen and (max-width: 1200px) { .wrapper input[type='text'] { width: 60% !important; } .wrapper .list-group-item, .wrapper .invalid { width: 90%; } }
0.445771
0.056574
button, input { overflow: hidden; outline: 0; box-shadow: none; -webkit-appearance: none; } button { background-color: transparent; border: none; outline: 0; } :focus { outline: none; } ul { list-style: none; } ol { list-style: decimal; } ul, ol { margin-left: 0; } ul li, ol li { padding-left: 15px; line-height: 2; } small { font-size: 75%; } time { font-size: 75%; } html [overflow-x-h] { overflow-x: hidden; } html [overflow-y-h] { overflow-y: hidden; } input[type="search"] { /* reset normalize */ -webkit-box-sizing: border-box; box-sizing: border-box; } ::selection { background: magenta; color: white; } ::-moz-selection { background: magenta; color: white; } pre::-moz-selection { color: #f2f2f2; background-color: #FF07FE; } pre::selection { color: #f2f2f2; background-color: #FF07FE; } xmp::-moz-selection { color: #ffffff; background-color: #FF07FE; } xmp::selection { color: #ffffff; background-color: #FF07FE; } ::-moz-focus-inner { border: 0; } ::-webkit-input-placeholder { color: #FFFFFF; } ::-moz-placeholder { color: #FFFFFF; } :-ms-input-placeholder { color: #FFFFFF; } .cssr-input:focus { outline: none; } .cssr-input::-ms-clear { /* remove cross in IE */ display: none; } /* placeholder */ .cssr-input::-webkit-input-placeholder { color: #c2c2c2; } .cssr-input:-moz-placeholder { color: #c2c2c2; } .cssr-input::-moz-placeholder { color: #c2c2c2; } .cssr-input:-ms-input-placeholder { color: #c2c2c2; } /* hide placeholder when active in Chrome */ .cssr-search:focus::-webkit-input-placeholder { color: transparent; } input::-webkit-input-placeholder { color: #FFFFFF; } input::-moz-placeholder { color: #FFFFFF; } input:-ms-input-placeholder { color: #FFFFFF; } canvas { max-width: 100%; height: auto; } input { padding-left: 10px; padding-right: 10px; } textarea { padding: 10px; } select { padding: 5px 10px; } label { margin-bottom: 5px; } small { margin-top: 5px; } [disabled] { opacity: 0.6; cursor: default; } [element-disabled] { opacity: 0.6; }
assets/css/cssr-restart.css
button, input { overflow: hidden; outline: 0; box-shadow: none; -webkit-appearance: none; } button { background-color: transparent; border: none; outline: 0; } :focus { outline: none; } ul { list-style: none; } ol { list-style: decimal; } ul, ol { margin-left: 0; } ul li, ol li { padding-left: 15px; line-height: 2; } small { font-size: 75%; } time { font-size: 75%; } html [overflow-x-h] { overflow-x: hidden; } html [overflow-y-h] { overflow-y: hidden; } input[type="search"] { /* reset normalize */ -webkit-box-sizing: border-box; box-sizing: border-box; } ::selection { background: magenta; color: white; } ::-moz-selection { background: magenta; color: white; } pre::-moz-selection { color: #f2f2f2; background-color: #FF07FE; } pre::selection { color: #f2f2f2; background-color: #FF07FE; } xmp::-moz-selection { color: #ffffff; background-color: #FF07FE; } xmp::selection { color: #ffffff; background-color: #FF07FE; } ::-moz-focus-inner { border: 0; } ::-webkit-input-placeholder { color: #FFFFFF; } ::-moz-placeholder { color: #FFFFFF; } :-ms-input-placeholder { color: #FFFFFF; } .cssr-input:focus { outline: none; } .cssr-input::-ms-clear { /* remove cross in IE */ display: none; } /* placeholder */ .cssr-input::-webkit-input-placeholder { color: #c2c2c2; } .cssr-input:-moz-placeholder { color: #c2c2c2; } .cssr-input::-moz-placeholder { color: #c2c2c2; } .cssr-input:-ms-input-placeholder { color: #c2c2c2; } /* hide placeholder when active in Chrome */ .cssr-search:focus::-webkit-input-placeholder { color: transparent; } input::-webkit-input-placeholder { color: #FFFFFF; } input::-moz-placeholder { color: #FFFFFF; } input:-ms-input-placeholder { color: #FFFFFF; } canvas { max-width: 100%; height: auto; } input { padding-left: 10px; padding-right: 10px; } textarea { padding: 10px; } select { padding: 5px 10px; } label { margin-bottom: 5px; } small { margin-top: 5px; } [disabled] { opacity: 0.6; cursor: default; } [element-disabled] { opacity: 0.6; }
0.452778
0.085289
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; font-family: FashionFetishSmallCaps } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ @font-face { font-family: 'FashionFetishSmallCaps'; src: url('Fashion_Fetish_Small_Caps.ttf');} body {backgr ound: hsl(347,100%,95%); background: url(../images/flat_crane.jpg) repeat-y top center; background-size: 100vw;} /*HEADER*/ header {display: grid; grid-template-columns: auto 1fr;} header>* {bor der: 1px solid white; padding: 20px} h1 {margin: 0;} nav {text-align: right;} nav li {display: inline-block; margin: 0 10px; list-style: none;} nav a {text-decoration: none; color: black;} .drop_content {display: none; position: absolute; z-index: 1; padding-left: 2px; padding-right: 2px; background: hsl(0,0%,99%,.95);} .drop_content a {display: block; bor der: 1px solid red; font-size: 85%; text-align: left; margin-top: 5px;} .dropdown:hover .drop_content {display: block;} /*GENERAL*/ article {font-family: "Avenir"; margin: 50px 15vw} h2, h3 {font-family: "FashionFetishSmallCaps"} a {text-decoration: none; color: black;} a:hover {opacity: .6} .box:hover {opacity: .6} * {bo rder: 1px solid red;} /*GO TO TOP BUTTON*/ #button { display: none; position: fixed; bottom: 20px; right: 2%; z-in dex: 10; border: none; background: none; } #button img {width: 40px; height: 20px} #button p {margin: 10px 0 0 0} #button:hover {opacity: .6;} /*ABOUT*/ .about figure {margin: 0 auto 20px; width: 45vw; max-width: 375px;} .contact-1 {display: none} .about img {width: 100%} .about p {margin-top: 0; margin-bottom: 10px} .contact-2 {margin-top: 30px} .cell {float: right} /*THESIS*/ .thesis {display: grid; grid-template-columns: 31% 31%; grid-gap: 3.5%; justify-content: center} .thesis h3 {text-align: center; font-size: max(2vw, 13px)} .thesis>* {bor der: 1px solid red} .thesis-fuse, .thesis-color_study {padding-top: 100%} .thesis-fuse {background: url(../images/thesis/portfolio/t-30.jpg) no-repeat center center; background-size: cover;} .thesis-color_study {background: url(../images/thesis/color_study/cs-1.jpg) no-repeat center center; background-size: 100%;} /*FUSE*/ .fuse_title {letter-spacing: .7em; padding-ri ght: 10px} .images_2to1 {bor der: 2px solid blue; display: block; backgro und: white} .images_2to1 img {width: 100%; margin-bottom: 25px} /*COLOR STUDY*/ .color_title {letter-spacing: .34em} .study_title {letter-spacing: .45em; padding-right: 10px} .images_color_study {display: grid; grid-template-columns: auto auto; grid-row-gap: 25px; bac kground: white} .images_color_study img {width: 100%} /*PORTFOLIO aka PAST WORK*/ .portfolio {display: grid; grid-template-columns: 31% 31% 31%; grid-gap: 3.5%;} .portfolio h3 {text-align: center; font-size: max(2vw, 13px)} .portfolio>* {bo rder: 1px solid red} .box {margin-bottom: 5px;} .box h3 {margin-bottom: 0;} .port-origami_bags, .port-in_out, .port-box_shorts, .port-float, .port-sdf, .port-bleach {padding-top: 100%;} .port-origami_bags {background: url(../images/origami_bags/3a.jpg) no-repeat 97% 78%; background-size: 355%;} .port-in_out {background: url(../images/in_out/in-6.jpg) no-repeat center center; background-size: cover;} .port-box_shorts {background: url(../images/box_shorts/3.jpg) no-repeat top center; background-size: cover;} .port-float {background: url(../images/float/1.jpg) no-repeat center center; background-size: cover;} .port-sdf {background: url(../images/spin_dye_felt/sdf-1.jpg) no-repeat center 100%; background-size: cover;} /*.port-bleach {background: url(../images/bleach/3.jpg) no-repeat center center; background-size: cover; background-position: 80%}*/ /*PROJECT PAGES*/ .text>* {bord er: 1px solid blue} .title>* {bor der: 1px solid blue} .text {display: grid; grid-template-columns: 1fr 2fr;} .text h2 {margin: 0; text-a lign: right; font-size: max(4.5vw, 180%); margin-bottom: -.5vw} .date {font-size: 105%; margin-top: 0} .body p {margin-top: 0; margin-bottom: 5px; text-indent: 2em;} .container {text-align: center;} .images {bor der: 1px solid white; margin: 0; display: inline-grid; grid-template-columns: auto auto; grid-gap: 20px;} .images figure {margin: auto auto;} .images_2to1 figure {margin: auto auto} .images img {width: 100%; margin: 0;} /*LIGHTBOX GALLERY*/ .hover_opacity:hover {opacity: .6} /*BACKGROUND*/ #modal { display: none; position: fixed; z-index: 2; padding-top: 10vh; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: hsl(0,0%,99%,.95); } /*MODAL CONTENT*/ .modal_content { position: relative; margin: auto; padding: 0 25px; width: 60vh; } .modal_content figure {margin: 0} /*SLIDES*/ .slides {display: none;} .slides img {height: 80vh;} .slides .img_square {height: 59vh;} .slides .landscape-1 {height: 44vh; width: auto} .slides .landscape-2 {height: 39vh} /*CLOSE BUTTON*/ .close { position: absolute; top: 10px; right: 10px; } .close img {width: 20px} .close:hover, .close:focus { opacity: .6; text-decoration: none; cursor: pointer; } /*NEXT / PREVIOUS BUTTONS*/ .prev, .next { cursor: pointer; position: absolute; top: 47%; padding: 0 5px; user-select: none; } .prev {margin-left: -10px} .next {margin-right: -10px} .prev img, .next img {width: 30px; margin-top: -5px} .prev {left: 0; transform: rotate(-90deg)} .next {right: 0; transform: rotate(90deg)} .prev:hover, .next:hover {opacity: .6} /*THESIS LANDSCAPE LIGHTBOX GALLERY*/ .modal_content_landscape { position: relative; margin: 7vh auto; padding: 0 25px; width: 70vw; } .modal_content_landscape .slides img {width: 100%; height: auto} /*FLOAT LANDSCAPE LIGHTBOX GALLERY*/ .modal_content_landscape-1-1 { position: relative; margin: 5vh auto; padding: 0 25px; width: 60vw; } .modal_content_landscape-1-1 figure {margin: 0} .modal_content_landscape-1-1 .slides img {width: 100%; height: auto} /*CREATE SPACE*/ .create {letter-spacing: .23em} .space {letter-spacing: .4em;} /*INWARD / OUTWARD*/ .title {display: flex; flex-direction: column; justify-content: flex-end;} .masking {letter-spacing: .2em} .inward {letter-spacing: .23em} .outward {letter-spacing: .125em} #text_in_out {grid-column-gap: 20px} #in_out_process {grid-column: 1/-1} #in_out_process img {width: 100%} #in_texture {grid-column: 1/-1;} #in_texture_img {width: 100%} /*BOX SHORTS*/ .box_title {letter-spacing: 1.1em} .shorts_title {letter-spacing: .1em} /*FLOAT*/ .float_title {letter-spacing: .45em; padding-right: 10px} .images_float figure {margin: auto auto 20px;} .images_float img {width: 100%} /*SPIN, DYE, FELT*/ .title {display: flex; flex-direction: column; justify-content: flex-end;} .spin {letter-spacing: .5em} .dye {letter-spacing: .72em} .felt {letter-spacing: .79em} .images_sdf img {width: 32vw} /*BLEACH .bleach {letter-spacing: .2em; padding-right: 15px} .images_bleach {bor der: 2px solid white; margin: 0; display: inline-grid; grid-template-columns: auto auto; grid-gap: 20px;} .images_bleach figure {margin: auto auto;} .images_bleach img {width: 100%; margin: 0;} #closeup {grid-column: 1/-1;} #closup_img {wid th: 100%} */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; /* 1 */ } /* * Extends the .sr-only class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; white-space: inherit; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } @media screen and (max-width: 768px){ header>* {bor der: 1px solid blue} header {font-size: 80%} .nav_menu {padding: 0; display: flex; justify-content: flex-end} nav {position: absolute; padding: 0 20px;} .ul {width: 100%; float: right; padding 0; } nav li {display: block; margin-bottom: 2px; margin-left: auto; width: 100%; bo rder: 1px solid red} .drop_content {position: relative; width: 90%; margin-right: -40px; bor der: 1px solid red;} .thesis {margin: 50px 20vw; grid-template-columns: 47% 47%; grid-gap: 6%;} .portfolio {margin: 50px 20vw; grid-template-columns: 47% 47%; grid-gap: 6%;} .modal_content_landscape {margin: 10vh auto; width: 80vw;} .modal_content_landscape-1-1 {margin: 10vh auto; width: 65vw;} .body {font-size: 85%} .images img {width: 32vw} .images_bags {grid-template-columns: 32vw 32vw; grid-gap: 6vw;} #in_texture {grid-column: 1/3;} } @media screen and (max-width: 600px){ body {backgr ound: white;} .text {display: block;} .text h2 {text-align: left;} .date {margin-top: 15px;} .title {flex-direction: row; flex-wrap: wrap; justify-content: flex-start} .color_title, .study_title, .create, .space, .box_title, .shorts_title, .spin, .dye, .felt {letter-spacing: normal} .color_title, .create, .masking, .box_title, .spin, .dye {padding-right: 15px} .projecting {padding-right: 19px} #contact {display: block} #tb_pic {display: none} } @media screen and (max-width: 500px){ #button {bottom: 10px; right: 5px} #button img {width: 24px; height: 12px} #button p {font-size: 12px; margin-top: 5px} .about {font-size: 85%} .portfolio {display: block;} #modal {padding-top: 15vh;} .modal_content {padding: 0 20px; width: 50vh;} .modal_content figure {margin: 0} .slides img {height: 65vh;} .slides .img_square {height: auto; width: 100%} .slides .landscape-1 {height: auto; width: 100%} .slides .landscape-2 {height: auto; width: 100%} .close {top: 5px;} .close img {width: 15px} .prev {margin-left: -5px} .next {margin-right: -5px} .prev img, .next img {width: 20px; margin-top: -5px} .modal_content_landscape {margin: 10vh auto; padding: 0 20px; width: 80vw;} .modal_content_landscape-1-1 {margin: 10vh auto; padding: 0 20px; width: 80vw;} .images_color_study {display: block} .images_color_study img {margin-bottom: 20px} .tit le {display: flex; flex-direction: column; justify-content: flex-end;} .date {font-size: 90%} .images, .images_bleach {display: block;} .images img {width: 100%; margin-bottom: 20px} /*.images_bleach img {width: 100%; margin-bottom: 20px}*/ } @media screen and (max-height: 420px){ .close {top: 5px;} .close img {width: 15px} .prev {margin-left: -5px} .next {margin-right: -5px} .prev img, .next img {width: 20px; margin-top: -5px} .modal_content_landscape { margin: 7vh auto; padding: 0 20px; width: 131vh; } .modal_content_landscape .slides img {width: auto; height: 65vh} .modal_content_landscape-1-1 { margin: 2.5vh auto; padding: 0 20px; width: 101vh } .modal_content_landscape-1-1 .slides img {width: auto; height: 75vh} } @media screen and (min-width: 900px){ article {margin: 50px 22vw} .thesis h3 {font-size: min(1.6vw, 17px)} .images_2to1 img {margin-bottom: 40px} .images_color_study {grid-row-gap: 40px} .portfolio h3 {font-size: min(1.6vw, 17px)} .text h2 {font-size: min(4vw, 45px); bo rder: 1px solid blue;} } @media screen and (min-width: 1024px){ body {background: url(../images/flat_crane.jpg) repeat top center; background-size: 100vh;} .modal_content_landscape-1-1 {margin: 0 auto; width: 55vw;} .images {grid-template-columns: auto auto auto;} #in_texture {grid-column: 2/4} .images_bags {grid-template-columns: 17vw 17vw 17vw; grid-gap: 2.5vw} .images_float {display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 20px} .images_bleach {grid-gap: 35px; margin: 0 50px} } @media screen and (min-width: 1280px) { .about {display: grid; grid-template-columns: auto 1fr; grid-column-gap: 20px} .about figure {margin: 0 0} figure img {margin-bottom: 10px} .contact-1 {display: contents} .contact-2 {display: none} } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
css/main.css
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; font-family: FashionFetishSmallCaps } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ @font-face { font-family: 'FashionFetishSmallCaps'; src: url('Fashion_Fetish_Small_Caps.ttf');} body {backgr ound: hsl(347,100%,95%); background: url(../images/flat_crane.jpg) repeat-y top center; background-size: 100vw;} /*HEADER*/ header {display: grid; grid-template-columns: auto 1fr;} header>* {bor der: 1px solid white; padding: 20px} h1 {margin: 0;} nav {text-align: right;} nav li {display: inline-block; margin: 0 10px; list-style: none;} nav a {text-decoration: none; color: black;} .drop_content {display: none; position: absolute; z-index: 1; padding-left: 2px; padding-right: 2px; background: hsl(0,0%,99%,.95);} .drop_content a {display: block; bor der: 1px solid red; font-size: 85%; text-align: left; margin-top: 5px;} .dropdown:hover .drop_content {display: block;} /*GENERAL*/ article {font-family: "Avenir"; margin: 50px 15vw} h2, h3 {font-family: "FashionFetishSmallCaps"} a {text-decoration: none; color: black;} a:hover {opacity: .6} .box:hover {opacity: .6} * {bo rder: 1px solid red;} /*GO TO TOP BUTTON*/ #button { display: none; position: fixed; bottom: 20px; right: 2%; z-in dex: 10; border: none; background: none; } #button img {width: 40px; height: 20px} #button p {margin: 10px 0 0 0} #button:hover {opacity: .6;} /*ABOUT*/ .about figure {margin: 0 auto 20px; width: 45vw; max-width: 375px;} .contact-1 {display: none} .about img {width: 100%} .about p {margin-top: 0; margin-bottom: 10px} .contact-2 {margin-top: 30px} .cell {float: right} /*THESIS*/ .thesis {display: grid; grid-template-columns: 31% 31%; grid-gap: 3.5%; justify-content: center} .thesis h3 {text-align: center; font-size: max(2vw, 13px)} .thesis>* {bor der: 1px solid red} .thesis-fuse, .thesis-color_study {padding-top: 100%} .thesis-fuse {background: url(../images/thesis/portfolio/t-30.jpg) no-repeat center center; background-size: cover;} .thesis-color_study {background: url(../images/thesis/color_study/cs-1.jpg) no-repeat center center; background-size: 100%;} /*FUSE*/ .fuse_title {letter-spacing: .7em; padding-ri ght: 10px} .images_2to1 {bor der: 2px solid blue; display: block; backgro und: white} .images_2to1 img {width: 100%; margin-bottom: 25px} /*COLOR STUDY*/ .color_title {letter-spacing: .34em} .study_title {letter-spacing: .45em; padding-right: 10px} .images_color_study {display: grid; grid-template-columns: auto auto; grid-row-gap: 25px; bac kground: white} .images_color_study img {width: 100%} /*PORTFOLIO aka PAST WORK*/ .portfolio {display: grid; grid-template-columns: 31% 31% 31%; grid-gap: 3.5%;} .portfolio h3 {text-align: center; font-size: max(2vw, 13px)} .portfolio>* {bo rder: 1px solid red} .box {margin-bottom: 5px;} .box h3 {margin-bottom: 0;} .port-origami_bags, .port-in_out, .port-box_shorts, .port-float, .port-sdf, .port-bleach {padding-top: 100%;} .port-origami_bags {background: url(../images/origami_bags/3a.jpg) no-repeat 97% 78%; background-size: 355%;} .port-in_out {background: url(../images/in_out/in-6.jpg) no-repeat center center; background-size: cover;} .port-box_shorts {background: url(../images/box_shorts/3.jpg) no-repeat top center; background-size: cover;} .port-float {background: url(../images/float/1.jpg) no-repeat center center; background-size: cover;} .port-sdf {background: url(../images/spin_dye_felt/sdf-1.jpg) no-repeat center 100%; background-size: cover;} /*.port-bleach {background: url(../images/bleach/3.jpg) no-repeat center center; background-size: cover; background-position: 80%}*/ /*PROJECT PAGES*/ .text>* {bord er: 1px solid blue} .title>* {bor der: 1px solid blue} .text {display: grid; grid-template-columns: 1fr 2fr;} .text h2 {margin: 0; text-a lign: right; font-size: max(4.5vw, 180%); margin-bottom: -.5vw} .date {font-size: 105%; margin-top: 0} .body p {margin-top: 0; margin-bottom: 5px; text-indent: 2em;} .container {text-align: center;} .images {bor der: 1px solid white; margin: 0; display: inline-grid; grid-template-columns: auto auto; grid-gap: 20px;} .images figure {margin: auto auto;} .images_2to1 figure {margin: auto auto} .images img {width: 100%; margin: 0;} /*LIGHTBOX GALLERY*/ .hover_opacity:hover {opacity: .6} /*BACKGROUND*/ #modal { display: none; position: fixed; z-index: 2; padding-top: 10vh; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: hsl(0,0%,99%,.95); } /*MODAL CONTENT*/ .modal_content { position: relative; margin: auto; padding: 0 25px; width: 60vh; } .modal_content figure {margin: 0} /*SLIDES*/ .slides {display: none;} .slides img {height: 80vh;} .slides .img_square {height: 59vh;} .slides .landscape-1 {height: 44vh; width: auto} .slides .landscape-2 {height: 39vh} /*CLOSE BUTTON*/ .close { position: absolute; top: 10px; right: 10px; } .close img {width: 20px} .close:hover, .close:focus { opacity: .6; text-decoration: none; cursor: pointer; } /*NEXT / PREVIOUS BUTTONS*/ .prev, .next { cursor: pointer; position: absolute; top: 47%; padding: 0 5px; user-select: none; } .prev {margin-left: -10px} .next {margin-right: -10px} .prev img, .next img {width: 30px; margin-top: -5px} .prev {left: 0; transform: rotate(-90deg)} .next {right: 0; transform: rotate(90deg)} .prev:hover, .next:hover {opacity: .6} /*THESIS LANDSCAPE LIGHTBOX GALLERY*/ .modal_content_landscape { position: relative; margin: 7vh auto; padding: 0 25px; width: 70vw; } .modal_content_landscape .slides img {width: 100%; height: auto} /*FLOAT LANDSCAPE LIGHTBOX GALLERY*/ .modal_content_landscape-1-1 { position: relative; margin: 5vh auto; padding: 0 25px; width: 60vw; } .modal_content_landscape-1-1 figure {margin: 0} .modal_content_landscape-1-1 .slides img {width: 100%; height: auto} /*CREATE SPACE*/ .create {letter-spacing: .23em} .space {letter-spacing: .4em;} /*INWARD / OUTWARD*/ .title {display: flex; flex-direction: column; justify-content: flex-end;} .masking {letter-spacing: .2em} .inward {letter-spacing: .23em} .outward {letter-spacing: .125em} #text_in_out {grid-column-gap: 20px} #in_out_process {grid-column: 1/-1} #in_out_process img {width: 100%} #in_texture {grid-column: 1/-1;} #in_texture_img {width: 100%} /*BOX SHORTS*/ .box_title {letter-spacing: 1.1em} .shorts_title {letter-spacing: .1em} /*FLOAT*/ .float_title {letter-spacing: .45em; padding-right: 10px} .images_float figure {margin: auto auto 20px;} .images_float img {width: 100%} /*SPIN, DYE, FELT*/ .title {display: flex; flex-direction: column; justify-content: flex-end;} .spin {letter-spacing: .5em} .dye {letter-spacing: .72em} .felt {letter-spacing: .79em} .images_sdf img {width: 32vw} /*BLEACH .bleach {letter-spacing: .2em; padding-right: 15px} .images_bleach {bor der: 2px solid white; margin: 0; display: inline-grid; grid-template-columns: auto auto; grid-gap: 20px;} .images_bleach figure {margin: auto auto;} .images_bleach img {width: 100%; margin: 0;} #closeup {grid-column: 1/-1;} #closup_img {wid th: 100%} */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; /* 1 */ } /* * Extends the .sr-only class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; white-space: inherit; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } @media screen and (max-width: 768px){ header>* {bor der: 1px solid blue} header {font-size: 80%} .nav_menu {padding: 0; display: flex; justify-content: flex-end} nav {position: absolute; padding: 0 20px;} .ul {width: 100%; float: right; padding 0; } nav li {display: block; margin-bottom: 2px; margin-left: auto; width: 100%; bo rder: 1px solid red} .drop_content {position: relative; width: 90%; margin-right: -40px; bor der: 1px solid red;} .thesis {margin: 50px 20vw; grid-template-columns: 47% 47%; grid-gap: 6%;} .portfolio {margin: 50px 20vw; grid-template-columns: 47% 47%; grid-gap: 6%;} .modal_content_landscape {margin: 10vh auto; width: 80vw;} .modal_content_landscape-1-1 {margin: 10vh auto; width: 65vw;} .body {font-size: 85%} .images img {width: 32vw} .images_bags {grid-template-columns: 32vw 32vw; grid-gap: 6vw;} #in_texture {grid-column: 1/3;} } @media screen and (max-width: 600px){ body {backgr ound: white;} .text {display: block;} .text h2 {text-align: left;} .date {margin-top: 15px;} .title {flex-direction: row; flex-wrap: wrap; justify-content: flex-start} .color_title, .study_title, .create, .space, .box_title, .shorts_title, .spin, .dye, .felt {letter-spacing: normal} .color_title, .create, .masking, .box_title, .spin, .dye {padding-right: 15px} .projecting {padding-right: 19px} #contact {display: block} #tb_pic {display: none} } @media screen and (max-width: 500px){ #button {bottom: 10px; right: 5px} #button img {width: 24px; height: 12px} #button p {font-size: 12px; margin-top: 5px} .about {font-size: 85%} .portfolio {display: block;} #modal {padding-top: 15vh;} .modal_content {padding: 0 20px; width: 50vh;} .modal_content figure {margin: 0} .slides img {height: 65vh;} .slides .img_square {height: auto; width: 100%} .slides .landscape-1 {height: auto; width: 100%} .slides .landscape-2 {height: auto; width: 100%} .close {top: 5px;} .close img {width: 15px} .prev {margin-left: -5px} .next {margin-right: -5px} .prev img, .next img {width: 20px; margin-top: -5px} .modal_content_landscape {margin: 10vh auto; padding: 0 20px; width: 80vw;} .modal_content_landscape-1-1 {margin: 10vh auto; padding: 0 20px; width: 80vw;} .images_color_study {display: block} .images_color_study img {margin-bottom: 20px} .tit le {display: flex; flex-direction: column; justify-content: flex-end;} .date {font-size: 90%} .images, .images_bleach {display: block;} .images img {width: 100%; margin-bottom: 20px} /*.images_bleach img {width: 100%; margin-bottom: 20px}*/ } @media screen and (max-height: 420px){ .close {top: 5px;} .close img {width: 15px} .prev {margin-left: -5px} .next {margin-right: -5px} .prev img, .next img {width: 20px; margin-top: -5px} .modal_content_landscape { margin: 7vh auto; padding: 0 20px; width: 131vh; } .modal_content_landscape .slides img {width: auto; height: 65vh} .modal_content_landscape-1-1 { margin: 2.5vh auto; padding: 0 20px; width: 101vh } .modal_content_landscape-1-1 .slides img {width: auto; height: 75vh} } @media screen and (min-width: 900px){ article {margin: 50px 22vw} .thesis h3 {font-size: min(1.6vw, 17px)} .images_2to1 img {margin-bottom: 40px} .images_color_study {grid-row-gap: 40px} .portfolio h3 {font-size: min(1.6vw, 17px)} .text h2 {font-size: min(4vw, 45px); bo rder: 1px solid blue;} } @media screen and (min-width: 1024px){ body {background: url(../images/flat_crane.jpg) repeat top center; background-size: 100vh;} .modal_content_landscape-1-1 {margin: 0 auto; width: 55vw;} .images {grid-template-columns: auto auto auto;} #in_texture {grid-column: 2/4} .images_bags {grid-template-columns: 17vw 17vw 17vw; grid-gap: 2.5vw} .images_float {display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 20px} .images_bleach {grid-gap: 35px; margin: 0 50px} } @media screen and (min-width: 1280px) { .about {display: grid; grid-template-columns: auto 1fr; grid-column-gap: 20px} .about figure {margin: 0 0} figure img {margin-bottom: 10px} .contact-1 {display: contents} .contact-2 {display: none} } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.521227
0.150778
html, body { height: 100%; width: 100%; margin: auto; } @font-face { font-family: 'open_sansregular'; src: url('_resources/font/OpenSans-Regular-webfont.eot'); src: url('_resources/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('_resources/font/OpenSans-Regular-webfont.woff') format('woff'), url('_resources/font/OpenSans-Regular-webfont.ttf') format('truetype'), url('_resources/font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'open_sanssemibold'; src: url('_resources/font/OpenSans-Semibold-webfont.eot'); src: url('_resources/font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('_resources/font/OpenSans-Semibold-webfont.woff') format('woff'), url('_resources/font/OpenSans-Semibold-webfont.ttf') format('truetype'), url('_resources/font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg'); font-weight: normal; font-style: normal; } body { position: fixed; bottom: 0; background-color:#E5E5E5; color:#333; overflow:hidden; font-family: 'open_sansregular', sans-serif; } body.mobile-view { position: initial; bottom: initial; } html, body, h1, h2, h3, h4, h5, h6, p, ul, form { margin: 0; } strong { font-family: 'open_sanssemibold', sans-serif; font-weight: normal; } img { border:none; outline:none; } textarea { resize: none; } #contentPanel { position: relative; width:100%; height:100%; } .bingLogo-lg { display: none; } a { color:#555; font-weight:bold; text-decoration:none; cursor: pointer; } a:hover{ text-decoration:underline; } /* * Scrollbar */ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-thumb { background: #888; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); border-radius: 4px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } /* * Esri Identity Manager */ .esriSignInDialog { z-index: 2000 !important; } /* * Error box */ #fatalError { position: absolute; display: none; z-index: 3000; top: 50%; left: 0px; width: 100%; } #fatalError > table { margin-top: -42px; margin-left:-247px; max-width: 490px; min-height: 85px; background-color: white; border: 2px solid #428BC9; padding:0px; margin-left: auto; margin-right: auto; } #fatalError .error-title { margin-right: 12px; } #fatalError .error-msg { margin-top: 8px; padding-bottom: 8px; margin-right: 8px; } #fatalError-icon { background: url('_resources/icons/warning-icon.png') 0 0px; width: 75px; height: 75px; background-repeat: no-repeat; background-size: 60px 60px; background-position: 5px 10px; } /* * MISC */ .smallLoader { display: inline-block; width: 16px; height: 16px; background: url(_resources/icons/loader.gif); vertical-align: -4px; margin-left: 4px; } /* * Bootstrap override */ .tooltip-inner { text-align: left; } /* something seems to go wrong during the build and this is rule from bootstrap is removed */ input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; }
src/app/storymaps/common/Core.css
html, body { height: 100%; width: 100%; margin: auto; } @font-face { font-family: 'open_sansregular'; src: url('_resources/font/OpenSans-Regular-webfont.eot'); src: url('_resources/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('_resources/font/OpenSans-Regular-webfont.woff') format('woff'), url('_resources/font/OpenSans-Regular-webfont.ttf') format('truetype'), url('_resources/font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'open_sanssemibold'; src: url('_resources/font/OpenSans-Semibold-webfont.eot'); src: url('_resources/font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('_resources/font/OpenSans-Semibold-webfont.woff') format('woff'), url('_resources/font/OpenSans-Semibold-webfont.ttf') format('truetype'), url('_resources/font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg'); font-weight: normal; font-style: normal; } body { position: fixed; bottom: 0; background-color:#E5E5E5; color:#333; overflow:hidden; font-family: 'open_sansregular', sans-serif; } body.mobile-view { position: initial; bottom: initial; } html, body, h1, h2, h3, h4, h5, h6, p, ul, form { margin: 0; } strong { font-family: 'open_sanssemibold', sans-serif; font-weight: normal; } img { border:none; outline:none; } textarea { resize: none; } #contentPanel { position: relative; width:100%; height:100%; } .bingLogo-lg { display: none; } a { color:#555; font-weight:bold; text-decoration:none; cursor: pointer; } a:hover{ text-decoration:underline; } /* * Scrollbar */ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-thumb { background: #888; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); border-radius: 4px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } /* * Esri Identity Manager */ .esriSignInDialog { z-index: 2000 !important; } /* * Error box */ #fatalError { position: absolute; display: none; z-index: 3000; top: 50%; left: 0px; width: 100%; } #fatalError > table { margin-top: -42px; margin-left:-247px; max-width: 490px; min-height: 85px; background-color: white; border: 2px solid #428BC9; padding:0px; margin-left: auto; margin-right: auto; } #fatalError .error-title { margin-right: 12px; } #fatalError .error-msg { margin-top: 8px; padding-bottom: 8px; margin-right: 8px; } #fatalError-icon { background: url('_resources/icons/warning-icon.png') 0 0px; width: 75px; height: 75px; background-repeat: no-repeat; background-size: 60px 60px; background-position: 5px 10px; } /* * MISC */ .smallLoader { display: inline-block; width: 16px; height: 16px; background: url(_resources/icons/loader.gif); vertical-align: -4px; margin-left: 4px; } /* * Bootstrap override */ .tooltip-inner { text-align: left; } /* something seems to go wrong during the build and this is rule from bootstrap is removed */ input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; }
0.259732
0.046313
*{ margin:0; padding:0; } html, body, main{ width:100%; height:100%; } html, button{ font: 16px/1.5 'Oswald', sans-serif; text-transform: uppercase; color:#CCC; } html{ overflow:hidden; } main{ background:#333; } #dialog_box{ position:absolute; z-index:3; top: 50%; margin-top: -52.5px; width: 100%; padding: 15px 0; overflow:hidden; text-align: center; background:#000; background:rgba(0, 0, 0, .7); } #dialog_box .container{ position: relative; display: inline-block; } #dialog_box .container p{ height: 40px; line-height: 40px; font-size: 24px; font-weight: bold; } #dialog_box .container .buttons{ margin-top: 5px; height: 30px; line-height: 30px; text-align: right; } #dialog_box button{ display:inline-block; margin-left:10px; width:100px; height:30px; border: 1px solid #333; line-height:28px; font-size:18px; background: transparent; } #dialog_box button:hover{ background:#333; } #dialog_box button:active{ border-color: #666; background:#666; } #dialog_box .cancel{ display: none; } #dialog_box.show_cancel .cancel{ display: inline-block; } #game_info{ position: absolute; top:0; left:0; padding:18px; opacity:0; font-size: 24px; line-height: 24px; } #game_info span{ display: inline-block; width: 27px; text-align: center; } #game_info .label{ margin: 0 5px; width: auto; } .cursor, .mostra_cursor{ background:#009B58; border-radius:50px; position:absolute; } .cursor{ opacity: 0; z-index:2; transition: opacity .25s; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } main.playing .cursor{ opacity: 1; } .mostra_cursor{ background:#CF3B29; } .bounce{ z-index:1; position:absolute; border-radius:10px; background-color:#FFB502; transition:background-color .5s; -moz-transition:background-color .5s; -webkit-transition:background-color .5s; } body.invincible .bounce{ background-color: #166BEC !important; } .alvo{ z-index:0; position:absolute; background:#FFB502; box-shadow:0 0 6px #FFB502; border-radius:40px; width:0; height:0; }
css/style.css
*{ margin:0; padding:0; } html, body, main{ width:100%; height:100%; } html, button{ font: 16px/1.5 'Oswald', sans-serif; text-transform: uppercase; color:#CCC; } html{ overflow:hidden; } main{ background:#333; } #dialog_box{ position:absolute; z-index:3; top: 50%; margin-top: -52.5px; width: 100%; padding: 15px 0; overflow:hidden; text-align: center; background:#000; background:rgba(0, 0, 0, .7); } #dialog_box .container{ position: relative; display: inline-block; } #dialog_box .container p{ height: 40px; line-height: 40px; font-size: 24px; font-weight: bold; } #dialog_box .container .buttons{ margin-top: 5px; height: 30px; line-height: 30px; text-align: right; } #dialog_box button{ display:inline-block; margin-left:10px; width:100px; height:30px; border: 1px solid #333; line-height:28px; font-size:18px; background: transparent; } #dialog_box button:hover{ background:#333; } #dialog_box button:active{ border-color: #666; background:#666; } #dialog_box .cancel{ display: none; } #dialog_box.show_cancel .cancel{ display: inline-block; } #game_info{ position: absolute; top:0; left:0; padding:18px; opacity:0; font-size: 24px; line-height: 24px; } #game_info span{ display: inline-block; width: 27px; text-align: center; } #game_info .label{ margin: 0 5px; width: auto; } .cursor, .mostra_cursor{ background:#009B58; border-radius:50px; position:absolute; } .cursor{ opacity: 0; z-index:2; transition: opacity .25s; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } main.playing .cursor{ opacity: 1; } .mostra_cursor{ background:#CF3B29; } .bounce{ z-index:1; position:absolute; border-radius:10px; background-color:#FFB502; transition:background-color .5s; -moz-transition:background-color .5s; -webkit-transition:background-color .5s; } body.invincible .bounce{ background-color: #166BEC !important; } .alvo{ z-index:0; position:absolute; background:#FFB502; box-shadow:0 0 6px #FFB502; border-radius:40px; width:0; height:0; }
0.219087
0.042029
body { background-color: black; } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ /*-moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } .empty { background-color: white; height: 6vmin; width: 6vmin; padding: 0; float: left; text-align: center; vertical-align: middle; line-height: 6vmin; border-style: solid; border-color: black; border-width: .5vmin; } .empty:hover, .empty:focus { background-color: gray; } .player1 { border-color: darkred; } .player2 { border-color: darkblue; } .range1 { border-color: red; } .range2 { border-color: blue; } .top { border-top-width: 1vmin; } .bottom { border-bottom-width: 1vmin; } .left { border-left-width: 1vmin; } .right { border-right-width: 1vmin; } .black { background-color: black; } .white { background-color: gray; } .blood { background-color: darkred; } .water { background-color: blue; } .fire { background-color: red; } .lava { background-color: orange; } .oil { background-color: black; } .cloud { opacity: 50; } .posion { background-color: green; } .smoke { background-color: darkgray; } .steam { background-color: lightblue; } .game { border-style: solid; border-width: 10px; border-color: darkgray; width: 71vmin; height: 71vmin; margin: auto; } .select { border-style: solid; border-width: 10px; border-color: darkgray; background-color: gray; width: 150px; margin: auto; margin-bottom: 10px; margin-top: 10px; display: flex; justify-content: space-between; } .input { float: right; width: 10px; margin: 2px; } .xytext { float: left; color: white; height: 21px; vertical-align: middle; line-height: 21px; margin: 2px; } .text { color: white; height: 21px; vertical-align: middle; line-height: 21px; margin: 2px; } .ability { padding-left: 5px; text-align: left; color: white; } .bold { font-weight: bold; color: black; }
newDos/dos.css
body { background-color: black; } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ /*-moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } .empty { background-color: white; height: 6vmin; width: 6vmin; padding: 0; float: left; text-align: center; vertical-align: middle; line-height: 6vmin; border-style: solid; border-color: black; border-width: .5vmin; } .empty:hover, .empty:focus { background-color: gray; } .player1 { border-color: darkred; } .player2 { border-color: darkblue; } .range1 { border-color: red; } .range2 { border-color: blue; } .top { border-top-width: 1vmin; } .bottom { border-bottom-width: 1vmin; } .left { border-left-width: 1vmin; } .right { border-right-width: 1vmin; } .black { background-color: black; } .white { background-color: gray; } .blood { background-color: darkred; } .water { background-color: blue; } .fire { background-color: red; } .lava { background-color: orange; } .oil { background-color: black; } .cloud { opacity: 50; } .posion { background-color: green; } .smoke { background-color: darkgray; } .steam { background-color: lightblue; } .game { border-style: solid; border-width: 10px; border-color: darkgray; width: 71vmin; height: 71vmin; margin: auto; } .select { border-style: solid; border-width: 10px; border-color: darkgray; background-color: gray; width: 150px; margin: auto; margin-bottom: 10px; margin-top: 10px; display: flex; justify-content: space-between; } .input { float: right; width: 10px; margin: 2px; } .xytext { float: left; color: white; height: 21px; vertical-align: middle; line-height: 21px; margin: 2px; } .text { color: white; height: 21px; vertical-align: middle; line-height: 21px; margin: 2px; } .ability { padding-left: 5px; text-align: left; color: white; } .bold { font-weight: bold; color: black; }
0.530236
0.071461
html{ background-image: url("/img/drop.jpg"); background-repeat: no-repeat, repeat; background-size: 100%; background-width: 50%; } .wrapperMix{ width: 650px; height: 200px; margin: 150px 360px; position: relative; } .box{ width: 300px; height: 300px; margin-left: 50px; -webkit-animation: rotate 50s infinite; animation-timing-function: linear; transform-style: preserve-3d; transform: rotateX(-30deg) rotateY(-80deg); } @-webkit-keyframes rotate{ from{transform: rotateX(0deg) rotateY(0deg);} to{transform: rotateX(360deg) rotateY(360deg);} } .box div{ position: absolute; width: 200px; height: 200px; opacity: 0.7; transition: all .3s; } .image{ width: 200px; height: 200px; } .box .shell_front{ transform: rotateY(0deg) translateZ(100px); } .box .shell_back{ transform: translateZ(-100px) rotateY(180deg); } .box .shell_left{ transform: rotateY(90deg) translateZ(100px); } .box .shell_right{ transform: rotateY(-90deg) translateZ(100px); } .box .shell_top{ transform: rotateX(90deg) translateZ(100px); } .box .shell_bottom{ transform: rotateX(-90deg) translateZ(100px); } /*Span Section*/ .box span{ display: black; width: 100px; height: 100px; position: absolute; top: 50px; left: 50px; } .box .core_pic{ width: 100px; height: 100px; } .box .core_front{ transform: rotateY(0deg) translateZ(50px); } .box .core_back{ transform: translateZ(-50px) rotateY(180deg); } .box .core_left{ transform: rotateY(90deg) translateZ(50px); } .box .core_right{ transform: rotateY(-90deg) translateZ(50px); } .box .core_top{ transform: rotateX(90deg) translateZ(50px); } .box .core_bottom{ transform: rotateX(-90deg) translateZ(50px); } /*Outer Hover*/ .box:hover .shell_front{ transform: rotateY(0deg) translateZ(200px); } .box:hover .shell_back{ transform: translateZ(-200px) rotateY(180deg); } .box:hover .shell_left{ transform: rotateY(90deg) translateZ(200px); } .box:hover .shell_right{ transform: rotateY(-90deg) translateZ(200px); } .box:hover .shell_top{ transform: rotateX(90deg) translateZ(200px); } .box:hover .shell_bottom{ transform: rotateX(-90deg) translateZ(200px); } /*Video Wrappers For Internal Core*/ .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 50%; height: 40%; } /*Video Zoom for Core*/ #zoom { position: absolute; top: 0; left: 0; width: 100px; height: 100px; transition: transform .2s; /* Animation */ margin: 0 auto; } #zoom:hover { transform: scale(3.5); } .fullScreen { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } /*This is the rope swing*/ .swing { animation: swing ease-in-out 1s infinite alternate; transform-origin: center -20px; float:left; box-shadow: 5px 5px 10px rgba(0,0,0,0.5); } .swing:after{ content: ''; position: absolute; width: 20px; height: 20px; border: 1px solid #999; top: -200px; left: 50%; z-index: 0; border-bottom: none; border-right: none; transform: rotate(45deg); } /* nail */ .swing:before{ content: ''; position: absolute; width: 5px; height: 5px; top: -14px;left: 54%; z-index: 5; border-radius: 50% 50%; background: #000; } @keyframes swing { 0% { transform: rotate(3deg); } 100% { transform: rotate(-3deg); } }
css/pinhead.css
html{ background-image: url("/img/drop.jpg"); background-repeat: no-repeat, repeat; background-size: 100%; background-width: 50%; } .wrapperMix{ width: 650px; height: 200px; margin: 150px 360px; position: relative; } .box{ width: 300px; height: 300px; margin-left: 50px; -webkit-animation: rotate 50s infinite; animation-timing-function: linear; transform-style: preserve-3d; transform: rotateX(-30deg) rotateY(-80deg); } @-webkit-keyframes rotate{ from{transform: rotateX(0deg) rotateY(0deg);} to{transform: rotateX(360deg) rotateY(360deg);} } .box div{ position: absolute; width: 200px; height: 200px; opacity: 0.7; transition: all .3s; } .image{ width: 200px; height: 200px; } .box .shell_front{ transform: rotateY(0deg) translateZ(100px); } .box .shell_back{ transform: translateZ(-100px) rotateY(180deg); } .box .shell_left{ transform: rotateY(90deg) translateZ(100px); } .box .shell_right{ transform: rotateY(-90deg) translateZ(100px); } .box .shell_top{ transform: rotateX(90deg) translateZ(100px); } .box .shell_bottom{ transform: rotateX(-90deg) translateZ(100px); } /*Span Section*/ .box span{ display: black; width: 100px; height: 100px; position: absolute; top: 50px; left: 50px; } .box .core_pic{ width: 100px; height: 100px; } .box .core_front{ transform: rotateY(0deg) translateZ(50px); } .box .core_back{ transform: translateZ(-50px) rotateY(180deg); } .box .core_left{ transform: rotateY(90deg) translateZ(50px); } .box .core_right{ transform: rotateY(-90deg) translateZ(50px); } .box .core_top{ transform: rotateX(90deg) translateZ(50px); } .box .core_bottom{ transform: rotateX(-90deg) translateZ(50px); } /*Outer Hover*/ .box:hover .shell_front{ transform: rotateY(0deg) translateZ(200px); } .box:hover .shell_back{ transform: translateZ(-200px) rotateY(180deg); } .box:hover .shell_left{ transform: rotateY(90deg) translateZ(200px); } .box:hover .shell_right{ transform: rotateY(-90deg) translateZ(200px); } .box:hover .shell_top{ transform: rotateX(90deg) translateZ(200px); } .box:hover .shell_bottom{ transform: rotateX(-90deg) translateZ(200px); } /*Video Wrappers For Internal Core*/ .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 50%; height: 40%; } /*Video Zoom for Core*/ #zoom { position: absolute; top: 0; left: 0; width: 100px; height: 100px; transition: transform .2s; /* Animation */ margin: 0 auto; } #zoom:hover { transform: scale(3.5); } .fullScreen { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } /*This is the rope swing*/ .swing { animation: swing ease-in-out 1s infinite alternate; transform-origin: center -20px; float:left; box-shadow: 5px 5px 10px rgba(0,0,0,0.5); } .swing:after{ content: ''; position: absolute; width: 20px; height: 20px; border: 1px solid #999; top: -200px; left: 50%; z-index: 0; border-bottom: none; border-right: none; transform: rotate(45deg); } /* nail */ .swing:before{ content: ''; position: absolute; width: 5px; height: 5px; top: -14px;left: 54%; z-index: 5; border-radius: 50% 50%; background: #000; } @keyframes swing { 0% { transform: rotate(3deg); } 100% { transform: rotate(-3deg); } }
0.516595
0.13109
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Comfortaa:wght@300;400;500;600;700&family=Lobster&display=swap'); * { font-family: 'Comfortaa', cursive; color: white; padding: 0; margin: 0; box-sizing: border-box; } .container { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; background: rgb(2, 1, 17); overflow: hidden; } .container .cabeca { position: relative; width: 100%; height: 200px; display: flex; align-items: center; justify-content: space-between; flex-direction: row; padding: 20px 30px; background: rgb(3, 20, 39); } .container .cabeca::before { content: ''; position: absolute; bottom: -50px; left: 0; background: linear-gradient(rgb(3, 20, 39)50%,transparent); width: 100%; height: 100px; } .container .cabeca .logo { } .container .cabeca .logo img { } .container .cabeca .sites { } .container .cabeca .sites ul { display: flex; align-items: center; } .container .cabeca .sites ul li { list-style: none; margin: 0 20px; } .container .cabeca .sites ul li a { text-decoration: none; transition: .2s; } .container .cabeca .sites ul li .canal.c1:hover { color: #EA8F1C; font-weight: 700; } .container .cabeca .sites ul li .canal.c2:hover { color: #2120D4; font-weight: 700; } .container .cabeca .sites ul li .canal.c3:hover { color: #ff0000; font-weight: 600; } .container .cabeca .sites ul li .canal.c4:hover { color: #A6171D; font-weight: 600; } .conteudo1 { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .conteudo1 .caixa { display: flex; align-items: center; justify-content: center; box-shadow: 0 15px 25px rgba(0, 0, 0, 0.445); position: relative; padding: 10px; width: 200px; height: 300px; background: rgb(3, 20, 39); margin: 20px; overflow: hidden; border-radius: 20px; } .conteudo1 .caixa:hover.caixa::before { opacity: 1; } .conteudo1 .caixa:hover .caixote.imagem img { transform: scale(1.5); } .conteudo1 .caixa::before { content: ''; position: absolute; left: 20%; top: -10%; width: 100px; height: 380px; background: linear-gradient(rgb(0, 247, 255),rgb(212, 0, 255)); animation: girro 4s linear infinite; opacity: 0; transition: opacity .2s; } .conteudo1 .caixa::after { content: ''; position: absolute; width: 190px; height: 290px; border-radius: 15px; background: rgb(3, 20, 39); } @keyframes girro { 0% { filter: hue-rotate(0deg); transform: rotate(0deg); } 100% { filter: hue-rotate(360deg); transform: rotate(360deg); } } .conteudo1 .caixa .caixote { z-index: 100; } .conteudo1 .caixa .caixote.imagem { position: absolute; top: 5px; left: 5px; width: 95%; height: 78%; border-radius: 15px 15px 0 0; overflow: hidden; object-fit: cover; } .conteudo1 .caixa .caixote.imagem img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; } .conteudo1 .caixa .caixote.conteudo { position: absolute; bottom: 15px; width: 100%; text-align: center; } .conteudo1 .caixa .caixote.conteudo a { text-decoration: none; font-weight: 900; font-size: 1.2em; padding: 5px 0px; } .conteudo1 .caixa .caixote.conteudo p { margin-top: 5px; font-weight: 400; font-size: .6em; } .pracima { position: fixed; bottom: 5%; right: 5%; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 10px 25px black; background: rgb(3, 20, 39); display: flex; align-items: center; justify-content: center; z-index: 1000; transition: .4s; } .pracima:hover { background: rgb(25, 184, 184); color:black; } footer { width: 100%; background: rgb(3, 20, 39); display: flex; align-items: center; justify-content: space-between; padding: 50px 32px; } footer .voltar { display: flex; align-items: center; justify-content: center; } footer .voltar a { padding: 5px 10px; border-radius: 10px; text-decoration: none; background: linear-gradient(to right,transparent,rgb(0, 255, 242)); background-size: 0 100% ; background-position: right; background-repeat: no-repeat; transition: .3s; } footer .voltar a:hover { background-size: 100% 100%; color: #000000; font-weight: 700; } footer .voltar a:hover ion-icon { color: rgb(0, 255, 242); } footer .mesiga { display: flex; align-items: center; justify-content: space-between; } footer .mesiga p { margin-right: 20px; } footer .mesiga ul { display: flex; align-items: center; justify-content: center; margin-right: 70px } footer .mesiga ul li { list-style: none; } footer .mesiga ul li a { padding: 10px; font-size: 30px; } footer .mesiga ul li a ion-icon { transition: .4s; } footer .mesiga ul li a:hover ion-icon { color: rgb(0, 255, 242); } @media(max-width: 650px) { .container .cabeca .sites { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #031427; display: none; align-items: center; justify-content: center; transition: .4s; z-index: 101; } .container .cabeca .sites.ativo { display: flex; transition: .4s } .container .cabeca .sites ul { display: flex; align-items: center; justify-content: center; flex-direction: column; } .container .cabeca .sites ul li { margin: 30px; } .container .cabeca .sites ul li a { font-size: 2em; } .container .cabeca .menucontrol { position: relative; width: 40px; height: 40px; border-radius: 10px; background: rgb(3, 20, 39); display: flex; align-items: center; justify-content: center; flex-direction: column; z-index: 102; } .container .cabeca .menucontrol span { width: 30px; height: 3px; background: rgb(255, 255, 255); transition: .4s; } .container .cabeca .menucontrol:hover span { background: rgb(0, 255, 242); } .container .cabeca .menucontrol span:nth-child(1) { margin-bottom: 4px; } .container .cabeca .menucontrol.ativo span:nth-child(1) { transform: rotate(45deg) translateY(5px) translateX(5px); } .container .cabeca .menucontrol span:nth-child(2) { margin-bottom: 4px; } .container .cabeca .menucontrol.ativo span:nth-child(2) { opacity: 0; } .container .cabeca .menucontrol span:nth-child(3) { } .container .cabeca .menucontrol.ativo span:nth-child(3) { transform: rotate(-45deg)translateY(-6px) translateX(6px); } footer { flex-direction: column; justify-content: center; padding: 15px 10px; } footer .voltar { margin-bottom:40px ; } footer .mesiga { text-align: center; flex-direction: column; justify-content: center; } footer .mesiga p { margin: 0 0 20px 0; border-top: 1px solid white; padding-top: 5px; } footer .mesiga ul { margin: 0; } }
css/starscss.css
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Comfortaa:wght@300;400;500;600;700&family=Lobster&display=swap'); * { font-family: 'Comfortaa', cursive; color: white; padding: 0; margin: 0; box-sizing: border-box; } .container { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; background: rgb(2, 1, 17); overflow: hidden; } .container .cabeca { position: relative; width: 100%; height: 200px; display: flex; align-items: center; justify-content: space-between; flex-direction: row; padding: 20px 30px; background: rgb(3, 20, 39); } .container .cabeca::before { content: ''; position: absolute; bottom: -50px; left: 0; background: linear-gradient(rgb(3, 20, 39)50%,transparent); width: 100%; height: 100px; } .container .cabeca .logo { } .container .cabeca .logo img { } .container .cabeca .sites { } .container .cabeca .sites ul { display: flex; align-items: center; } .container .cabeca .sites ul li { list-style: none; margin: 0 20px; } .container .cabeca .sites ul li a { text-decoration: none; transition: .2s; } .container .cabeca .sites ul li .canal.c1:hover { color: #EA8F1C; font-weight: 700; } .container .cabeca .sites ul li .canal.c2:hover { color: #2120D4; font-weight: 700; } .container .cabeca .sites ul li .canal.c3:hover { color: #ff0000; font-weight: 600; } .container .cabeca .sites ul li .canal.c4:hover { color: #A6171D; font-weight: 600; } .conteudo1 { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .conteudo1 .caixa { display: flex; align-items: center; justify-content: center; box-shadow: 0 15px 25px rgba(0, 0, 0, 0.445); position: relative; padding: 10px; width: 200px; height: 300px; background: rgb(3, 20, 39); margin: 20px; overflow: hidden; border-radius: 20px; } .conteudo1 .caixa:hover.caixa::before { opacity: 1; } .conteudo1 .caixa:hover .caixote.imagem img { transform: scale(1.5); } .conteudo1 .caixa::before { content: ''; position: absolute; left: 20%; top: -10%; width: 100px; height: 380px; background: linear-gradient(rgb(0, 247, 255),rgb(212, 0, 255)); animation: girro 4s linear infinite; opacity: 0; transition: opacity .2s; } .conteudo1 .caixa::after { content: ''; position: absolute; width: 190px; height: 290px; border-radius: 15px; background: rgb(3, 20, 39); } @keyframes girro { 0% { filter: hue-rotate(0deg); transform: rotate(0deg); } 100% { filter: hue-rotate(360deg); transform: rotate(360deg); } } .conteudo1 .caixa .caixote { z-index: 100; } .conteudo1 .caixa .caixote.imagem { position: absolute; top: 5px; left: 5px; width: 95%; height: 78%; border-radius: 15px 15px 0 0; overflow: hidden; object-fit: cover; } .conteudo1 .caixa .caixote.imagem img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; } .conteudo1 .caixa .caixote.conteudo { position: absolute; bottom: 15px; width: 100%; text-align: center; } .conteudo1 .caixa .caixote.conteudo a { text-decoration: none; font-weight: 900; font-size: 1.2em; padding: 5px 0px; } .conteudo1 .caixa .caixote.conteudo p { margin-top: 5px; font-weight: 400; font-size: .6em; } .pracima { position: fixed; bottom: 5%; right: 5%; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 10px 25px black; background: rgb(3, 20, 39); display: flex; align-items: center; justify-content: center; z-index: 1000; transition: .4s; } .pracima:hover { background: rgb(25, 184, 184); color:black; } footer { width: 100%; background: rgb(3, 20, 39); display: flex; align-items: center; justify-content: space-between; padding: 50px 32px; } footer .voltar { display: flex; align-items: center; justify-content: center; } footer .voltar a { padding: 5px 10px; border-radius: 10px; text-decoration: none; background: linear-gradient(to right,transparent,rgb(0, 255, 242)); background-size: 0 100% ; background-position: right; background-repeat: no-repeat; transition: .3s; } footer .voltar a:hover { background-size: 100% 100%; color: #000000; font-weight: 700; } footer .voltar a:hover ion-icon { color: rgb(0, 255, 242); } footer .mesiga { display: flex; align-items: center; justify-content: space-between; } footer .mesiga p { margin-right: 20px; } footer .mesiga ul { display: flex; align-items: center; justify-content: center; margin-right: 70px } footer .mesiga ul li { list-style: none; } footer .mesiga ul li a { padding: 10px; font-size: 30px; } footer .mesiga ul li a ion-icon { transition: .4s; } footer .mesiga ul li a:hover ion-icon { color: rgb(0, 255, 242); } @media(max-width: 650px) { .container .cabeca .sites { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #031427; display: none; align-items: center; justify-content: center; transition: .4s; z-index: 101; } .container .cabeca .sites.ativo { display: flex; transition: .4s } .container .cabeca .sites ul { display: flex; align-items: center; justify-content: center; flex-direction: column; } .container .cabeca .sites ul li { margin: 30px; } .container .cabeca .sites ul li a { font-size: 2em; } .container .cabeca .menucontrol { position: relative; width: 40px; height: 40px; border-radius: 10px; background: rgb(3, 20, 39); display: flex; align-items: center; justify-content: center; flex-direction: column; z-index: 102; } .container .cabeca .menucontrol span { width: 30px; height: 3px; background: rgb(255, 255, 255); transition: .4s; } .container .cabeca .menucontrol:hover span { background: rgb(0, 255, 242); } .container .cabeca .menucontrol span:nth-child(1) { margin-bottom: 4px; } .container .cabeca .menucontrol.ativo span:nth-child(1) { transform: rotate(45deg) translateY(5px) translateX(5px); } .container .cabeca .menucontrol span:nth-child(2) { margin-bottom: 4px; } .container .cabeca .menucontrol.ativo span:nth-child(2) { opacity: 0; } .container .cabeca .menucontrol span:nth-child(3) { } .container .cabeca .menucontrol.ativo span:nth-child(3) { transform: rotate(-45deg)translateY(-6px) translateX(6px); } footer { flex-direction: column; justify-content: center; padding: 15px 10px; } footer .voltar { margin-bottom:40px ; } footer .mesiga { text-align: center; flex-direction: column; justify-content: center; } footer .mesiga p { margin: 0 0 20px 0; border-top: 1px solid white; padding-top: 5px; } footer .mesiga ul { margin: 0; } }
0.471953
0.121503
div.dp-calendar { text-align: center; } table.jCalendar { border: none; margin-top: 2em; background: transparent; border-collapse: separate; border-spacing: 2px; width: 10em; border-spacing: 2px; width: 10em; font-size: 110%; } table.jCalendar th { background: transparent; color: #333333; font-weight: bold; padding: 1px 4px; } table.jCalendar td { background: #ffcc00; color: #333333; padding: 1px 4px; text-align: center; } table.jCalendar td.other-month { background: #ffcc00; color: #333333; } table.jCalendar td.today { background: #ffd950; color: #333333; } table.jCalendar td.selected { background: #ffd950; color: #333333; } table.jCalendar td.selected.dp-hover { background: #ffd950; color: #333333; } table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td { background: #ffd950; color: #333333; } table.jCalendar tr.selectedWeek td { background: #F5C3C4; color: #ffffff; } table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover { background: #f2f2f0; color: #888888; text-decoration: line-through; } table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover { background: #f2f2f0; color: #888888; text-decoration: line-through; } /* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */ div.dp-popup { position: relative; background: transparent; font-size: 11px; font-family: arial, sans-serif; padding: 2px; width: 171px; line-height: 1.2em; } div#dp-popup { position: absolute; z-index: 199; background-url: url("/view/branding_skin/icons/bg_strip_calendar_caption.png?version=2.0"); background-size: 1px 22px; background-repeat: repeat-x; background-color: #ffffff; border: 1px solid #b6a082; padding-left: 0.3em; padding-right: 0.3em; text-align: center; width: 15.3em; } div.dp-popup h2 { font-size: 12px; text-align: center; margin: 2px 0 0.5em; padding: 0; color: #ffffff; } a#dp-close { font-size: 11px; padding: 4px 0; text-align: center; display: block; color: #987c4d; } a#dp-close:hover { text-decoration: underline; } div.dp-popup a { color: #333333; text-decoration: none; padding: 3px 2px 0; } div.dp-popup div.dp-nav-prev { position: absolute; left: 4px; width: 100px; } div.dp-popup div.dp-nav-prev a { float: left; color: #987c4d; } /* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */ a.dp-nav-next-month { background: transparent no-repeat scroll 30px 6px; width: 35px; text-align: left; background-url: url("/view/branding_skin/icons/calendar-next.png?version=2.0"); background-size: 10px 10px; } a.dp-nav-prev-month { background: transparent no-repeat scroll 0 6px; width: 35px; text-align: right; background-url: url("/view/branding_skin/icons/calendar-prev.png?version=2.0"); background-size: 10px 10px; } a.dp-nav-next-year { display: none; } a.dp-nav-prev-year { display: none; } div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a { cursor: pointer; color: #987c4d; } div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled { cursor: default; } div.dp-popup div.dp-nav-next { position: absolute; right: 4px; width: 100px; } div.dp-popup div.dp-nav-next a { float: right; } div.dp-popup a.disabled { cursor: default; color: #aaa; } div.dp-popup td { cursor: pointer; } div.dp-popup td.disabled { cursor: default; } #chooseDateForm li { list-style: none; padding: 5px; clear: both; } input.dp-applied { width: 140px; float: left; margin: 5px 0; } a.dp-choose-date { float: left; width: 34px; height: 20px; padding: 0; margin: 5px 3px 0; display: block; text-indent: -2000px; overflow: hidden; background-url: url("/view/branding_skin/icons/bg_strip_system_feedback.png?version=2.0"); background-size: 34px 20px; } a.dp-choose-date.dp-disabled { background-position: 0 -20px; cursor: default; } #calendar-me { margin: 20px; } pre.sourcecode { border: 2px dashed #bcbdb6; padding: 10px; width: 734px; overflow: auto; margin: 0 0 20px; }
alma/css/calendar.css
div.dp-calendar { text-align: center; } table.jCalendar { border: none; margin-top: 2em; background: transparent; border-collapse: separate; border-spacing: 2px; width: 10em; border-spacing: 2px; width: 10em; font-size: 110%; } table.jCalendar th { background: transparent; color: #333333; font-weight: bold; padding: 1px 4px; } table.jCalendar td { background: #ffcc00; color: #333333; padding: 1px 4px; text-align: center; } table.jCalendar td.other-month { background: #ffcc00; color: #333333; } table.jCalendar td.today { background: #ffd950; color: #333333; } table.jCalendar td.selected { background: #ffd950; color: #333333; } table.jCalendar td.selected.dp-hover { background: #ffd950; color: #333333; } table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td { background: #ffd950; color: #333333; } table.jCalendar tr.selectedWeek td { background: #F5C3C4; color: #ffffff; } table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover { background: #f2f2f0; color: #888888; text-decoration: line-through; } table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover { background: #f2f2f0; color: #888888; text-decoration: line-through; } /* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */ div.dp-popup { position: relative; background: transparent; font-size: 11px; font-family: arial, sans-serif; padding: 2px; width: 171px; line-height: 1.2em; } div#dp-popup { position: absolute; z-index: 199; background-url: url("/view/branding_skin/icons/bg_strip_calendar_caption.png?version=2.0"); background-size: 1px 22px; background-repeat: repeat-x; background-color: #ffffff; border: 1px solid #b6a082; padding-left: 0.3em; padding-right: 0.3em; text-align: center; width: 15.3em; } div.dp-popup h2 { font-size: 12px; text-align: center; margin: 2px 0 0.5em; padding: 0; color: #ffffff; } a#dp-close { font-size: 11px; padding: 4px 0; text-align: center; display: block; color: #987c4d; } a#dp-close:hover { text-decoration: underline; } div.dp-popup a { color: #333333; text-decoration: none; padding: 3px 2px 0; } div.dp-popup div.dp-nav-prev { position: absolute; left: 4px; width: 100px; } div.dp-popup div.dp-nav-prev a { float: left; color: #987c4d; } /* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */ a.dp-nav-next-month { background: transparent no-repeat scroll 30px 6px; width: 35px; text-align: left; background-url: url("/view/branding_skin/icons/calendar-next.png?version=2.0"); background-size: 10px 10px; } a.dp-nav-prev-month { background: transparent no-repeat scroll 0 6px; width: 35px; text-align: right; background-url: url("/view/branding_skin/icons/calendar-prev.png?version=2.0"); background-size: 10px 10px; } a.dp-nav-next-year { display: none; } a.dp-nav-prev-year { display: none; } div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a { cursor: pointer; color: #987c4d; } div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled { cursor: default; } div.dp-popup div.dp-nav-next { position: absolute; right: 4px; width: 100px; } div.dp-popup div.dp-nav-next a { float: right; } div.dp-popup a.disabled { cursor: default; color: #aaa; } div.dp-popup td { cursor: pointer; } div.dp-popup td.disabled { cursor: default; } #chooseDateForm li { list-style: none; padding: 5px; clear: both; } input.dp-applied { width: 140px; float: left; margin: 5px 0; } a.dp-choose-date { float: left; width: 34px; height: 20px; padding: 0; margin: 5px 3px 0; display: block; text-indent: -2000px; overflow: hidden; background-url: url("/view/branding_skin/icons/bg_strip_system_feedback.png?version=2.0"); background-size: 34px 20px; } a.dp-choose-date.dp-disabled { background-position: 0 -20px; cursor: default; } #calendar-me { margin: 20px; } pre.sourcecode { border: 2px dashed #bcbdb6; padding: 10px; width: 734px; overflow: auto; margin: 0 0 20px; }
0.278846
0.082957
@charset "utf-8"; /* CSS Document */ body,p,span,img,h1,h2,h3,h4,h5,h6,ul,li{ margin:0; border:0; padding:0} *{margin:0;padding:0;list-style-type:none;} a,img{border:0;text-decoration:none;} body,html{ height:100%; width:100%; max-width:650px; margin:0 auto; background-color:#f7f7f7} a,button,input,textarea{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);outline:none;} ::-webkit-scrollbar {display: none;} /*所有层*/ .page{overflow-y:auto;-webkit-overflow-scrolling:touch; position:fixed; top:0; max-width:650px; width:100%; height:100%; background-color:#f7f7f7} .TopBigBox{ height:50px; overflow:hidden; text-align:center; position:relative;background-color:#0b79e0;} .TopBigBox p{ line-height:50px; font-family:"宋体"; font-size:18px; color:#FFF;} .leftBox{ position:absolute; top:0; left:0; width:50px; overflow:hidden; height:50px;} .leftBox img{ float:left; margin:14px 20px;} .TopBigBox a{ display:block; overflow:hidden;} .TopBigBox a:active{ background-color:#f2f2f2;} .leftBox{ position:absolute; top:0; left:0; width:50px; overflow:hidden; height:50px; background:url(../P/FH.png) no-repeat center; background-size:13px;} .rightBox{ position:absolute; top:0; right:0; width:50px; overflow:hidden; height:50px; background:url(../P/TJ.png) no-repeat center; background-size:25px;} .rightBox1{ position:absolute; top:0; right:0; width:50px; overflow:hidden; height:50px; background:url(../P/xg.png) no-repeat center; background-size:24px;} /*我的车辆*/ .showBox{overflow-y:auto;-webkit-overflow-scrolling:touch; position:fixed; top:0; max-width:650px; width:100%; height:100%; background-color:#f7f7f7} .myCarBox{ overflow:hidden; margin-bottom:10px; border-top:#f2f2f2 solid 1px; } .myCarBox dl{ height:120px; overflow:hidden; border-bottom:#f2f2f2 solid 1px; margin-bottom:5px;box-shadow:3px 0px 3px #f2f2f2;background-color:#fff; } .myCarBox dl dt{ width:100px; height:100px; overflow:hidden; float:left; margin:10px;} .myCarBox dl dt img{ display:block; width:100px; height:100px; margin:0 auto;} .myCarBox dl dd{ overflow:hidden; height:100px; display:block; margin:10px; padding-left:10px;} .myCarBox dl dd p{ overflow:hidden; width:100%;white-space:nowrap; text-overflow: ellipsis; overflow:hidden; margin-bottom:20px; font-size:17px;} .leftCarBox{ overflow:hidden; padding:15px 0; padding-top:21px;} .rightCarBox{ overflow:hidden; margin-top:10px; float:right; height:90px; width:61px; padding-top:5px} .rightCarBox span{ overflow:hidden; width:61px; height:30px; display:block; text-align:center; margin-bottom:10px; background-color:#FFF;} .rightCarBox span a{ width:53px; height:25px; border-radius:12.5px; display:block; margin:2.5px auto; border:#FF0000 solid 1px; font-size:12px; line-height:25px; color:#FF0000} .rightCarBox .wz{ width:61px; height:30px; display:block;background-size:3px; text-align:center; background-position:10px 0px;} .rightCarBox .wz a{ border:#FF0000 solid 1px; color:#FF0000;} .rightCarBox .nj{ width:61px; height:30px; display:block;background-size:3px; text-align:center; background-position:10px 0px;} .rightCarBox .nj a{ border:#ffc600 solid 1px; color:#ffc600;} .rightCarBox .by{ width:61px; height:30px; display:block;background-size:3px; text-align:center; background-position:10px 0px;} .rightCarBox .by a{ border:#0b79e0 solid 1px; color:#0b79e0;} .rightCarBox .JT{ overflow:hidden; background:url(../P/ee.gif) no-repeat center; width:19px; height:35px; display:block; float:right; margin:20px 15px;} /*添加车辆*/ .addCarBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .addCarBox dl{ height:55px; line-height:55px; background-color:#fff; border-bottom:#f2f2f2 solid 1px; overflow:hidden;} .addCarBox dl dt{ float:left; width:90px; font-size:14px; text-align:center;} .addCarBox dl dd{ overflow:hidden; padding-left:10px; border-left:#f2f2f2 solid 1px; position:relative;} .addCarBox dl dd input{ width:100%; height:55px; border:none; font-size:14px; line-height:55px;} .addCarBox dl dd select{ width:100%; height:100%; border:0; opacity:0; top: 0; position:absolute; left:0;} .addCarButton{ overflow:hidden; padding:5px;} .addCarButton button{ width:100%; height:45px; background-color:#0B79E0; color:#fff; border:0; border-radius:5px; font-size:14px;} .navBox{ overflow:hidden; margin:0 5px} .navBox table tr td button{ width:100%; height:40px; border:0; margin:0px auto; margin-top:5px; border-radius:5px; background-color:#ccc; color:#fff;} .navBox table tr td button.Abutton{ background:url(../P/DH.png) no-repeat right bottom #ffc600; background-position:90% 24px;} <!--查看汽车--> .focus1{ margin:0 auto; position:relative; overflow:hidden; } .focus1 .hd{ width:100%; height:11px; position:absolute; z-index:1;text-align:center; margin-top:30%;} .focus1 .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top; } .focus1 .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px; vertical-align:top; overflow:hidden; } .focus1 .hd ul .on{ background:#c00; } .focus1 .bd{ position:relative; z-index:0; } .focus1 .bd li img{ width:100%; } .focus1 .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);} .focus1 .bd p{ font-size:34px; display:block; width:100%; height:100px; line-height:120px; text-align:center;} .checkCarBox{ overflow:hidden; background-color:#fff; border-top:#f2f2f2 solid 1px; margin-bottom:5px} .checkCarBox .carBox{ float:left; width:100%;line-height:55px; border-bottom:#f2f2f2 solid 1px ; overflow:hidden;} .checkCarBox .carBox dt{ overflow:hidden; font-size:14px; text-align:center; float:left; width:80px; color:#333} .checkCarBox .carBox dd{ overflow:hidden;} .checkCarBox .carBox dd p{white-space:nowrap; text-overflow: ellipsis; overflow:hidden; width:100%; display:block;font-size:14px; color:#666} .checkCarBox .carBox dd a{ padding:0 10px; height:20px; text-align:center; line-height:20px; border:#ccc solid 1px; float:left; font-size:12px; margin:2.5px; color:#666; border-radius:2px;} .checkCarBox .carBox1{ overflow:hidden; height:55px;border-bottom:#f2f2f2 solid 1px} .checkCarBox .carBox1 dd{ overflow:hidden; height:55px; position:relative; padding:0 10px;} .checkCarBox .carBox1 dd p{ float:left; font-size:17px; display:block; line-height:55px; font-weight:bold;} .checkCarBox .carBox1 dd .gs{display:block; overflow:hidden;} .checkCarBox .carBox1 dd b{ float:left; font-size:12px; display:block; line-height:55px; color:#666; margin-left:5px; font-weight:normal;} .checkCarBox .carBox1 dd span{ float:right; width:55px; height:55px; background-color:#f7f7f7; position:absolute; top:0; right:0;background:url(../P/tel.png) no-repeat center; background-size:30px;} .checkCarBox .carBox1 dd .FF{ float:right; width:50px; height:55px; display:block; background:url(../P/slh.gif) no-repeat center; background-size:25px;} .checkCarBox .carBox1 dd span a{ display:block; width:100%; height:100%;} .IllegalBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .IllegalBox dl{ overflow:hidden;background-color:#fff; border-bottom:#f2f2f2 solid 1px; position:relative;} .IllegalBox dl dt{ width:80px; height:70px; background:url(../P/JH.gif) no-repeat center; float:left;} .IllegalBox dl dd{ padding:10px 10px; overflow:hidden;} .IllegalBox dl dd p:nth-child(1){ margin-bottom:8px; font-size:13px;white-space:nowrap; text-overflow: ellipsis; overflow:hidden; width:100%; display:block;} .IllegalBox dl dd p:nth-child(2){ margin-bottom:8px; font-size:13px; overflow:hidden; width:100%; display:block;} .IllegalBox dl dd p b{ color:#ff0000; font-size:14px;} .IllegalBox dl span{ position:absolute; top:0; left:0; background:url(../P/number.gif) no-repeat; width:32px; height:32px; padding-top:3px; padding-left:3px; color:#fff; font-weight:bold;} /*我的驾照*/ .mylicenseBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .mylicenseBox dl{ overflow:hidden; height:55px; line-height:55px; background-color:#fff; border-bottom:#f2f2f2 solid 1px;} .mylicenseBox dl dt{ width:80px; height:55px; text-align:center; font-size:14px; float:left;} .mylicenseBox dl dd{ overflow:hidden; height:55px; border-left:#f2f2f2 solid 1px; padding-left:15px} .mylicenseBox dl dd input{ overflow:hidden; height:55px; border:0; width:100%; font-size:14px;} .mylicenseButtonBox{ overflow:hidden;position:fixed; bottom:0; width:100%; max-width:650px} .mylicenseButtonBox button{ height:45px; width:100%; border:0; background-color:#0B79E0; color:#fff;} /*刷新纪录*/ .loginBigBox{ overflow:hidden; height:35px; line-height:35px; background-color:#fff; padding:5px 0px; border-top:#f2f2f2 solid 1px;} .loginBigBox p{ font-size:17px; float:left; color:#ff0000;} .loginBigBox span{ float:left; width:25px; height:25px; background:url(../P/wz.gif) no-repeat center; display:block;background-size:25px; margin:5px; margin-right:10px} .loginBigBox button{ width:50px; float:right; margin-right:10px; height:30px; margin-top:2.5px; border:0; background-color:#FF0000; color:#fff;} /*显示*/ .showBox1{ position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .contentBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .contentBox ul li{ height:60px; padding:0 10px; background-color:#fff; border-bottom:#f2f2f2 solid 1px; position:relative;} .contentBox ul li p{ line-height:60px; font-size:18px; float:left; margin-left:10px;} .contentBox input{width:52px;height:32px;position:absolute;z-index:10;border:0;background:0 0;-webkit-appearance:none;outline:0; right:10px; top:13px;} .contentBox input:before{content:'';width:50px;height:30px;border:1px solid #f2f2f2;background-color:#f2f2f2;border-radius:20px;cursor:pointer;display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box;border-color:#ccc;-webkit-box-shadow:#f2f2f2 0 0 0 0 inset;box-shadow:#f2f2f2 0 0 0 0 inset;-webkit-transition:border .4s,-webkit-box-shadow .4s;transition:border .4s,box-shadow .4s;-webkit-background-clip:content-box;background-clip:content-box} .contentBox input:checked:before{border-color:#ff002a;-webkit-box-shadow:#ff002a 0 0 0 16px inset;box-shadow:#ff002a 0 0 0 16px inset;transition:border .4s,box-shadow .4s,background-color 1.2s;-webkit-transition:border .4s,-webkit-box-shadow .4s,background-color 1.2s;background-color:#ff002a} .contentBox input:checked:after{left:21px} .contentBox input:after{content:'';width:30px;height:30px;position:absolute;top:1px;left:0;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);-webkit-transition:left .2s;transition:left .2s} /*保险公司弹出*/ .showBox2{ position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .company{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .company ul li{ overflow:hidden; height:60px; line-height:60px; padding:0 10px; border-bottom:#f2f2f2 solid 1px; position:relative; background:url(../P/e1.gif) no-repeat; background-position:95%; background-size:30px;} .company ul li span{ float:left; width:40px; height:40px; border-radius:50%; overflow:hidden; border:#f2f2f2 solid 1px; margin:10px;} .company ul li span img{ width:35px; height:35px; display:block; margin:0 auto;} .company ul li p{ float:left; font-size:18px;} .company input{width:52px;height:32px;position:absolute;z-index:10;border:0;background:0 0;-webkit-appearance:none;outline:0; right:10px; top:13px;} .company input:before{content:'';width:50px;height:30px;border:1px solid #f2f2f2;background-color:#f2f2f2;border-radius:20px;cursor:pointer;display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box;border-color:#ccc;-webkit-box-shadow:#f2f2f2 0 0 0 0 inset;box-shadow:#f2f2f2 0 0 0 0 inset;-webkit-transition:border .4s,-webkit-box-shadow .4s;transition:border .4s,box-shadow .4s;-webkit-background-clip:content-box;background-clip:content-box} .company input:checked:before{border-color:#ff002a;-webkit-box-shadow:#ff002a 0 0 0 16px inset;box-shadow:#ff002a 0 0 0 16px inset;transition:border .4s,box-shadow .4s,background-color 1.2s;-webkit-transition:border .4s,-webkit-box-shadow .4s,background-color 1.2s;background-color:#ff002a} .company input:checked:after{left:21px} .company input:after{content:'';width:30px;height:30px;position:absolute;top:1px;left:0;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);-webkit-transition:left .2s;transition:left .2s} /*汽车*/ /*汽车列表*/ .carListBox{position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .zmBox{ overflow:hidden; position:fixed; top:0; width:8px; height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch; right:10px; padding:2% 0; padding-top:8%;} .zmBox a{ overflow:hidden; display:block; height:3.5%; font-size:14px; color:#000;} .carList1{ overflow:hidden;} .carList1 dl{ overflow:hidden;} .carList1 dl dt{ overflow:hidden; height:35px; line-height:35px; background-color:#f5f5f5; padding:0 10px;} .carList1 dl dd{ overflow:hidden;} .carList1 dl dd li{ overflow:hidden; height:60px; line-height:60px; border-bottom:#f2f2f2 solid 1px;} .carList1 dl dd li .tb{ float:left; width:80px; height:40px; overflow:hidden; background:url(../P/qc1.gif) no-repeat center; margin:10px;} .carList1 dl dd li p{ float:left; font-size:18px;} /*汽车详细列表*/ .carListBox1{ position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .carListBox1 ul{ border-top:#f2f2f2 solid 1px;} .carListBox1 ul li{ overflow:hidden; height:60px; border-bottom:#f2f2f2 solid 1px; position:relative; padding:0 10px; background:url(../P/ee.gif) no-repeat; background-position:95%; background-size:12px;} .carListBox1 ul li span{ float:left; width:75px; height:60px; background:url(../P/qc1.gif) no-repeat center left; display:block;} .carListBox1 ul li p{ float:left; font-size:18px; line-height:60px; margin-left:10px} .carListBox1 input{width:52px;height:32px;position:absolute;z-index:10;border:0;background:0 0;-webkit-appearance:none;outline:0; right:10px; top:13px;} .carListBox1 input:before{content:'';width:50px;height:30px;border:1px solid #f2f2f2;background-color:#f2f2f2;border-radius:20px;cursor:pointer;display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box;border-color:#ccc;-webkit-box-shadow:#f2f2f2 0 0 0 0 inset;box-shadow:#f2f2f2 0 0 0 0 inset;-webkit-transition:border .4s,-webkit-box-shadow .4s;transition:border .4s,box-shadow .4s;-webkit-background-clip:content-box;background-clip:content-box} .carListBox1 input:checked:before{border-color:#ff002a;-webkit-box-shadow:#ff002a 0 0 0 16px inset;box-shadow:#ff002a 0 0 0 16px inset;transition:border .4s,box-shadow .4s,background-color 1.2s;-webkit-transition:border .4s,-webkit-box-shadow .4s,background-color 1.2s;background-color:#ff002a} .carListBox1 input:checked:after{left:21px} .carListBox1 input:after{content:'';width:30px;height:30px;position:absolute;top:1px;left:0;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);-webkit-transition:left .2s;transition:left .2s} /*添加信息选择表*/ #tpl_xzBox{ background-color:#FFF;} .xzBigBox{ overflow:hidden; margin-top:30%} .xzBox{ overflow:hidden; padding:5px; margin-bottom:20px} .xzBox button{ width:100%; height:100px; color:#fff; font-size:18px; border:0; border-radius:5px;} .xzBox .CL{ overflow:hidden; background-color:#ff003c; font-weight:bolder;} .xzBox .JZ{ overflow:hidden; background-color:#0096ff; font-weight:bold;} /*年份*/ .carList11 ul{ overflow:hidden;} .carList11 ul li{ overflow:hidden; padding:0 10px; height:60px; line-height:60px; background-color:#FFF; border-bottom:#f2f2f2 solid 1px; font-size:14px; white-space:nowrap; text-overflow: ellipsis; background:url(../P/e1.gif) no-repeat center #FFF; background-position:95%; background-size:30px;} .qrqxBigBox{ overflow:hidden; padding:0 5px; margin-top:10px;} .qrqxBigBox button{ overflow:hidden; width:45%; float:left; margin:0 2.5%; height:45px; border-radius:5px; border:0; color:#FFF;}
public/C/index.css
@charset "utf-8"; /* CSS Document */ body,p,span,img,h1,h2,h3,h4,h5,h6,ul,li{ margin:0; border:0; padding:0} *{margin:0;padding:0;list-style-type:none;} a,img{border:0;text-decoration:none;} body,html{ height:100%; width:100%; max-width:650px; margin:0 auto; background-color:#f7f7f7} a,button,input,textarea{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);outline:none;} ::-webkit-scrollbar {display: none;} /*所有层*/ .page{overflow-y:auto;-webkit-overflow-scrolling:touch; position:fixed; top:0; max-width:650px; width:100%; height:100%; background-color:#f7f7f7} .TopBigBox{ height:50px; overflow:hidden; text-align:center; position:relative;background-color:#0b79e0;} .TopBigBox p{ line-height:50px; font-family:"宋体"; font-size:18px; color:#FFF;} .leftBox{ position:absolute; top:0; left:0; width:50px; overflow:hidden; height:50px;} .leftBox img{ float:left; margin:14px 20px;} .TopBigBox a{ display:block; overflow:hidden;} .TopBigBox a:active{ background-color:#f2f2f2;} .leftBox{ position:absolute; top:0; left:0; width:50px; overflow:hidden; height:50px; background:url(../P/FH.png) no-repeat center; background-size:13px;} .rightBox{ position:absolute; top:0; right:0; width:50px; overflow:hidden; height:50px; background:url(../P/TJ.png) no-repeat center; background-size:25px;} .rightBox1{ position:absolute; top:0; right:0; width:50px; overflow:hidden; height:50px; background:url(../P/xg.png) no-repeat center; background-size:24px;} /*我的车辆*/ .showBox{overflow-y:auto;-webkit-overflow-scrolling:touch; position:fixed; top:0; max-width:650px; width:100%; height:100%; background-color:#f7f7f7} .myCarBox{ overflow:hidden; margin-bottom:10px; border-top:#f2f2f2 solid 1px; } .myCarBox dl{ height:120px; overflow:hidden; border-bottom:#f2f2f2 solid 1px; margin-bottom:5px;box-shadow:3px 0px 3px #f2f2f2;background-color:#fff; } .myCarBox dl dt{ width:100px; height:100px; overflow:hidden; float:left; margin:10px;} .myCarBox dl dt img{ display:block; width:100px; height:100px; margin:0 auto;} .myCarBox dl dd{ overflow:hidden; height:100px; display:block; margin:10px; padding-left:10px;} .myCarBox dl dd p{ overflow:hidden; width:100%;white-space:nowrap; text-overflow: ellipsis; overflow:hidden; margin-bottom:20px; font-size:17px;} .leftCarBox{ overflow:hidden; padding:15px 0; padding-top:21px;} .rightCarBox{ overflow:hidden; margin-top:10px; float:right; height:90px; width:61px; padding-top:5px} .rightCarBox span{ overflow:hidden; width:61px; height:30px; display:block; text-align:center; margin-bottom:10px; background-color:#FFF;} .rightCarBox span a{ width:53px; height:25px; border-radius:12.5px; display:block; margin:2.5px auto; border:#FF0000 solid 1px; font-size:12px; line-height:25px; color:#FF0000} .rightCarBox .wz{ width:61px; height:30px; display:block;background-size:3px; text-align:center; background-position:10px 0px;} .rightCarBox .wz a{ border:#FF0000 solid 1px; color:#FF0000;} .rightCarBox .nj{ width:61px; height:30px; display:block;background-size:3px; text-align:center; background-position:10px 0px;} .rightCarBox .nj a{ border:#ffc600 solid 1px; color:#ffc600;} .rightCarBox .by{ width:61px; height:30px; display:block;background-size:3px; text-align:center; background-position:10px 0px;} .rightCarBox .by a{ border:#0b79e0 solid 1px; color:#0b79e0;} .rightCarBox .JT{ overflow:hidden; background:url(../P/ee.gif) no-repeat center; width:19px; height:35px; display:block; float:right; margin:20px 15px;} /*添加车辆*/ .addCarBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .addCarBox dl{ height:55px; line-height:55px; background-color:#fff; border-bottom:#f2f2f2 solid 1px; overflow:hidden;} .addCarBox dl dt{ float:left; width:90px; font-size:14px; text-align:center;} .addCarBox dl dd{ overflow:hidden; padding-left:10px; border-left:#f2f2f2 solid 1px; position:relative;} .addCarBox dl dd input{ width:100%; height:55px; border:none; font-size:14px; line-height:55px;} .addCarBox dl dd select{ width:100%; height:100%; border:0; opacity:0; top: 0; position:absolute; left:0;} .addCarButton{ overflow:hidden; padding:5px;} .addCarButton button{ width:100%; height:45px; background-color:#0B79E0; color:#fff; border:0; border-radius:5px; font-size:14px;} .navBox{ overflow:hidden; margin:0 5px} .navBox table tr td button{ width:100%; height:40px; border:0; margin:0px auto; margin-top:5px; border-radius:5px; background-color:#ccc; color:#fff;} .navBox table tr td button.Abutton{ background:url(../P/DH.png) no-repeat right bottom #ffc600; background-position:90% 24px;} <!--查看汽车--> .focus1{ margin:0 auto; position:relative; overflow:hidden; } .focus1 .hd{ width:100%; height:11px; position:absolute; z-index:1;text-align:center; margin-top:30%;} .focus1 .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top; } .focus1 .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px; vertical-align:top; overflow:hidden; } .focus1 .hd ul .on{ background:#c00; } .focus1 .bd{ position:relative; z-index:0; } .focus1 .bd li img{ width:100%; } .focus1 .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);} .focus1 .bd p{ font-size:34px; display:block; width:100%; height:100px; line-height:120px; text-align:center;} .checkCarBox{ overflow:hidden; background-color:#fff; border-top:#f2f2f2 solid 1px; margin-bottom:5px} .checkCarBox .carBox{ float:left; width:100%;line-height:55px; border-bottom:#f2f2f2 solid 1px ; overflow:hidden;} .checkCarBox .carBox dt{ overflow:hidden; font-size:14px; text-align:center; float:left; width:80px; color:#333} .checkCarBox .carBox dd{ overflow:hidden;} .checkCarBox .carBox dd p{white-space:nowrap; text-overflow: ellipsis; overflow:hidden; width:100%; display:block;font-size:14px; color:#666} .checkCarBox .carBox dd a{ padding:0 10px; height:20px; text-align:center; line-height:20px; border:#ccc solid 1px; float:left; font-size:12px; margin:2.5px; color:#666; border-radius:2px;} .checkCarBox .carBox1{ overflow:hidden; height:55px;border-bottom:#f2f2f2 solid 1px} .checkCarBox .carBox1 dd{ overflow:hidden; height:55px; position:relative; padding:0 10px;} .checkCarBox .carBox1 dd p{ float:left; font-size:17px; display:block; line-height:55px; font-weight:bold;} .checkCarBox .carBox1 dd .gs{display:block; overflow:hidden;} .checkCarBox .carBox1 dd b{ float:left; font-size:12px; display:block; line-height:55px; color:#666; margin-left:5px; font-weight:normal;} .checkCarBox .carBox1 dd span{ float:right; width:55px; height:55px; background-color:#f7f7f7; position:absolute; top:0; right:0;background:url(../P/tel.png) no-repeat center; background-size:30px;} .checkCarBox .carBox1 dd .FF{ float:right; width:50px; height:55px; display:block; background:url(../P/slh.gif) no-repeat center; background-size:25px;} .checkCarBox .carBox1 dd span a{ display:block; width:100%; height:100%;} .IllegalBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .IllegalBox dl{ overflow:hidden;background-color:#fff; border-bottom:#f2f2f2 solid 1px; position:relative;} .IllegalBox dl dt{ width:80px; height:70px; background:url(../P/JH.gif) no-repeat center; float:left;} .IllegalBox dl dd{ padding:10px 10px; overflow:hidden;} .IllegalBox dl dd p:nth-child(1){ margin-bottom:8px; font-size:13px;white-space:nowrap; text-overflow: ellipsis; overflow:hidden; width:100%; display:block;} .IllegalBox dl dd p:nth-child(2){ margin-bottom:8px; font-size:13px; overflow:hidden; width:100%; display:block;} .IllegalBox dl dd p b{ color:#ff0000; font-size:14px;} .IllegalBox dl span{ position:absolute; top:0; left:0; background:url(../P/number.gif) no-repeat; width:32px; height:32px; padding-top:3px; padding-left:3px; color:#fff; font-weight:bold;} /*我的驾照*/ .mylicenseBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .mylicenseBox dl{ overflow:hidden; height:55px; line-height:55px; background-color:#fff; border-bottom:#f2f2f2 solid 1px;} .mylicenseBox dl dt{ width:80px; height:55px; text-align:center; font-size:14px; float:left;} .mylicenseBox dl dd{ overflow:hidden; height:55px; border-left:#f2f2f2 solid 1px; padding-left:15px} .mylicenseBox dl dd input{ overflow:hidden; height:55px; border:0; width:100%; font-size:14px;} .mylicenseButtonBox{ overflow:hidden;position:fixed; bottom:0; width:100%; max-width:650px} .mylicenseButtonBox button{ height:45px; width:100%; border:0; background-color:#0B79E0; color:#fff;} /*刷新纪录*/ .loginBigBox{ overflow:hidden; height:35px; line-height:35px; background-color:#fff; padding:5px 0px; border-top:#f2f2f2 solid 1px;} .loginBigBox p{ font-size:17px; float:left; color:#ff0000;} .loginBigBox span{ float:left; width:25px; height:25px; background:url(../P/wz.gif) no-repeat center; display:block;background-size:25px; margin:5px; margin-right:10px} .loginBigBox button{ width:50px; float:right; margin-right:10px; height:30px; margin-top:2.5px; border:0; background-color:#FF0000; color:#fff;} /*显示*/ .showBox1{ position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .contentBox{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .contentBox ul li{ height:60px; padding:0 10px; background-color:#fff; border-bottom:#f2f2f2 solid 1px; position:relative;} .contentBox ul li p{ line-height:60px; font-size:18px; float:left; margin-left:10px;} .contentBox input{width:52px;height:32px;position:absolute;z-index:10;border:0;background:0 0;-webkit-appearance:none;outline:0; right:10px; top:13px;} .contentBox input:before{content:'';width:50px;height:30px;border:1px solid #f2f2f2;background-color:#f2f2f2;border-radius:20px;cursor:pointer;display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box;border-color:#ccc;-webkit-box-shadow:#f2f2f2 0 0 0 0 inset;box-shadow:#f2f2f2 0 0 0 0 inset;-webkit-transition:border .4s,-webkit-box-shadow .4s;transition:border .4s,box-shadow .4s;-webkit-background-clip:content-box;background-clip:content-box} .contentBox input:checked:before{border-color:#ff002a;-webkit-box-shadow:#ff002a 0 0 0 16px inset;box-shadow:#ff002a 0 0 0 16px inset;transition:border .4s,box-shadow .4s,background-color 1.2s;-webkit-transition:border .4s,-webkit-box-shadow .4s,background-color 1.2s;background-color:#ff002a} .contentBox input:checked:after{left:21px} .contentBox input:after{content:'';width:30px;height:30px;position:absolute;top:1px;left:0;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);-webkit-transition:left .2s;transition:left .2s} /*保险公司弹出*/ .showBox2{ position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .company{ overflow:hidden; border-top:#f2f2f2 solid 1px;} .company ul li{ overflow:hidden; height:60px; line-height:60px; padding:0 10px; border-bottom:#f2f2f2 solid 1px; position:relative; background:url(../P/e1.gif) no-repeat; background-position:95%; background-size:30px;} .company ul li span{ float:left; width:40px; height:40px; border-radius:50%; overflow:hidden; border:#f2f2f2 solid 1px; margin:10px;} .company ul li span img{ width:35px; height:35px; display:block; margin:0 auto;} .company ul li p{ float:left; font-size:18px;} .company input{width:52px;height:32px;position:absolute;z-index:10;border:0;background:0 0;-webkit-appearance:none;outline:0; right:10px; top:13px;} .company input:before{content:'';width:50px;height:30px;border:1px solid #f2f2f2;background-color:#f2f2f2;border-radius:20px;cursor:pointer;display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box;border-color:#ccc;-webkit-box-shadow:#f2f2f2 0 0 0 0 inset;box-shadow:#f2f2f2 0 0 0 0 inset;-webkit-transition:border .4s,-webkit-box-shadow .4s;transition:border .4s,box-shadow .4s;-webkit-background-clip:content-box;background-clip:content-box} .company input:checked:before{border-color:#ff002a;-webkit-box-shadow:#ff002a 0 0 0 16px inset;box-shadow:#ff002a 0 0 0 16px inset;transition:border .4s,box-shadow .4s,background-color 1.2s;-webkit-transition:border .4s,-webkit-box-shadow .4s,background-color 1.2s;background-color:#ff002a} .company input:checked:after{left:21px} .company input:after{content:'';width:30px;height:30px;position:absolute;top:1px;left:0;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);-webkit-transition:left .2s;transition:left .2s} /*汽车*/ /*汽车列表*/ .carListBox{position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .zmBox{ overflow:hidden; position:fixed; top:0; width:8px; height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch; right:10px; padding:2% 0; padding-top:8%;} .zmBox a{ overflow:hidden; display:block; height:3.5%; font-size:14px; color:#000;} .carList1{ overflow:hidden;} .carList1 dl{ overflow:hidden;} .carList1 dl dt{ overflow:hidden; height:35px; line-height:35px; background-color:#f5f5f5; padding:0 10px;} .carList1 dl dd{ overflow:hidden;} .carList1 dl dd li{ overflow:hidden; height:60px; line-height:60px; border-bottom:#f2f2f2 solid 1px;} .carList1 dl dd li .tb{ float:left; width:80px; height:40px; overflow:hidden; background:url(../P/qc1.gif) no-repeat center; margin:10px;} .carList1 dl dd li p{ float:left; font-size:18px;} /*汽车详细列表*/ .carListBox1{ position:fixed; top:0px; max-width:650px; height:100%; width:100%; background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;} .carListBox1 ul{ border-top:#f2f2f2 solid 1px;} .carListBox1 ul li{ overflow:hidden; height:60px; border-bottom:#f2f2f2 solid 1px; position:relative; padding:0 10px; background:url(../P/ee.gif) no-repeat; background-position:95%; background-size:12px;} .carListBox1 ul li span{ float:left; width:75px; height:60px; background:url(../P/qc1.gif) no-repeat center left; display:block;} .carListBox1 ul li p{ float:left; font-size:18px; line-height:60px; margin-left:10px} .carListBox1 input{width:52px;height:32px;position:absolute;z-index:10;border:0;background:0 0;-webkit-appearance:none;outline:0; right:10px; top:13px;} .carListBox1 input:before{content:'';width:50px;height:30px;border:1px solid #f2f2f2;background-color:#f2f2f2;border-radius:20px;cursor:pointer;display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box;border-color:#ccc;-webkit-box-shadow:#f2f2f2 0 0 0 0 inset;box-shadow:#f2f2f2 0 0 0 0 inset;-webkit-transition:border .4s,-webkit-box-shadow .4s;transition:border .4s,box-shadow .4s;-webkit-background-clip:content-box;background-clip:content-box} .carListBox1 input:checked:before{border-color:#ff002a;-webkit-box-shadow:#ff002a 0 0 0 16px inset;box-shadow:#ff002a 0 0 0 16px inset;transition:border .4s,box-shadow .4s,background-color 1.2s;-webkit-transition:border .4s,-webkit-box-shadow .4s,background-color 1.2s;background-color:#ff002a} .carListBox1 input:checked:after{left:21px} .carListBox1 input:after{content:'';width:30px;height:30px;position:absolute;top:1px;left:0;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);-webkit-transition:left .2s;transition:left .2s} /*添加信息选择表*/ #tpl_xzBox{ background-color:#FFF;} .xzBigBox{ overflow:hidden; margin-top:30%} .xzBox{ overflow:hidden; padding:5px; margin-bottom:20px} .xzBox button{ width:100%; height:100px; color:#fff; font-size:18px; border:0; border-radius:5px;} .xzBox .CL{ overflow:hidden; background-color:#ff003c; font-weight:bolder;} .xzBox .JZ{ overflow:hidden; background-color:#0096ff; font-weight:bold;} /*年份*/ .carList11 ul{ overflow:hidden;} .carList11 ul li{ overflow:hidden; padding:0 10px; height:60px; line-height:60px; background-color:#FFF; border-bottom:#f2f2f2 solid 1px; font-size:14px; white-space:nowrap; text-overflow: ellipsis; background:url(../P/e1.gif) no-repeat center #FFF; background-position:95%; background-size:30px;} .qrqxBigBox{ overflow:hidden; padding:0 5px; margin-top:10px;} .qrqxBigBox button{ overflow:hidden; width:45%; float:left; margin:0 2.5%; height:45px; border-radius:5px; border:0; color:#FFF;}
0.271348
0.090977
@media only screen and (max-width: 959px) { #logo { font-size: 21px; margin-bottom: 15px; } nav .button { padding: 9px 20px 11px; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) { nav { width: 160px; } .sidebar h2 { font-size: 18px; } .sidebar ul { font-size: 14px; } } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { header h1 { font-size: 34px; line-height: 37px; } nav { position: relative; } nav ul, #logo { text-align: left; } header, .currently, #social { display: none; } .project { display:inline; text-align:center; } .project:hover { width:inherit; } .projectpic { height:100px; width:100px; display:visible; margin: 0 auto; } div.description { height:inherit!important; } .smallheader { display: block; } #menu-icon { display:inline-block; } div.four.columns.sidebar { float:none; } .content { border: 0px; padding-left: 0px; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media only screen and (min-width: 480px) and (max-width: 767px) { header, .currently, #social { display: none; } .project { display:inline; text-align:center; } .project:hover { width:inherit; } .projectpic { height:100px; width:100px; display:visible; margin: 0 auto; } div.description { height:inherit!important; } .smallheader { display: block; } #menu-icon { display:inline-block; } div.four.columns.sidebar { float:none; } h1 { font-size: 28px; line-height: 36px; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) { header, .currently, #social { display: none; } .project { display:inline; text-align:center; } .project:hover { width:inherit; } .projectpic { height:100px; width:100px; display:visible; margin: 0 auto; } div.description { height:inherit!important; } .smallheader { display: block; } #menu-icon { display:inline-block; } h1 { font-size: 24px; line-height: 32px; } h2 { font-size: 22px; line-height: 24px; } }
_includes/css/layout.css
@media only screen and (max-width: 959px) { #logo { font-size: 21px; margin-bottom: 15px; } nav .button { padding: 9px 20px 11px; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) { nav { width: 160px; } .sidebar h2 { font-size: 18px; } .sidebar ul { font-size: 14px; } } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { header h1 { font-size: 34px; line-height: 37px; } nav { position: relative; } nav ul, #logo { text-align: left; } header, .currently, #social { display: none; } .project { display:inline; text-align:center; } .project:hover { width:inherit; } .projectpic { height:100px; width:100px; display:visible; margin: 0 auto; } div.description { height:inherit!important; } .smallheader { display: block; } #menu-icon { display:inline-block; } div.four.columns.sidebar { float:none; } .content { border: 0px; padding-left: 0px; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media only screen and (min-width: 480px) and (max-width: 767px) { header, .currently, #social { display: none; } .project { display:inline; text-align:center; } .project:hover { width:inherit; } .projectpic { height:100px; width:100px; display:visible; margin: 0 auto; } div.description { height:inherit!important; } .smallheader { display: block; } #menu-icon { display:inline-block; } div.four.columns.sidebar { float:none; } h1 { font-size: 28px; line-height: 36px; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) { header, .currently, #social { display: none; } .project { display:inline; text-align:center; } .project:hover { width:inherit; } .projectpic { height:100px; width:100px; display:visible; margin: 0 auto; } div.description { height:inherit!important; } .smallheader { display: block; } #menu-icon { display:inline-block; } h1 { font-size: 24px; line-height: 32px; } h2 { font-size: 22px; line-height: 24px; } }
0.11282
0.137301
.code_row { background: rgba(255, 255, 255, .8); position: absolute; top: 11px; right: 13px; font-size: 11px; line-height: 18px; padding: 0 5px; font-weight: 600; } /*.pt_hotLand_home .item_ads .area {*/ .area { font-weight: 600; font-size: 12px; margin: 10px 0; } .pt_hotLand_home, .item_ads, ._hot { background: #fffce6; } .pt_hotLand_home, .item_ads h3 { height: 40px; overflow: hidden; margin: 10px 0; } .pt_hotLand_home, .item_ads>p { line-height: 18px; height: 72px; overflow: hidden; } .item_ads>p { line-height: 18px; height: 72px; overflow: hidden; } .pt_hotLand_home, .item_ads h3 a { font-size: 13px; font-weight: 600; display: inline-block; line-height: 20px; color: #055699; height:100%; } /*ads center*/ /*ads hp*/ .title_box strong, .title_boxM strong { border-bottom: 2px solid #e40b00; display: inline-block; font-size: 20px; line-height: 32px; position: relative; margin-bottom: -1px; font-weight: 600; text-transform: uppercase; } .body_top2_box ._pt_vip_hot, .body_top2_box ._vip { background: -webkit-linear-gradient(#f6e97f, #fff); background: -o-linear-gradient(#f6e97f, #fff); background: -moz-linear-gradient(#f6e97f, #fff); /* background: linear-gradient(#f6e97f, #fff); */ } .body_top2_box .top2 { border-bottom: 2px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px; position: relative; } .body_top2_box .top2 > div._pt_vip_hot { /*border: 2px solid #f00;*/ height: 136px; } .body_top2_box .top2 .rtop2 p { font-size: 11.5px; font-weight: 600; } .body_top2_box .top2 .rtop2 p strong { font-weight: normal; } .body_top2_box .top2 .rtop2 p span { color: #e40b00; display: -webkit-inline-box; font-size: 12px; } .body_top2_box .top2 .rtop2 h3 span { width: 60px; /*display: inline-block;*/ border-bottom: 3px solid #d3d3d3; /*margin-top: 5px;*/ } .body_top2_box .top2 .ltop2 a { height: 130px; align-items: center; justify-content: center; background: #ddd; display: flex; display: -webkit-flex; } .body_top2_box .top2 .ltop2 a img { width: 100%; height: 100%; } .body_top2_box .top2 .rtop2 h3 a { color: #04578b; font-size: 13px; font-weight: 600; line-height: 18px; display: block; max-height: 36px; overflow: hidden; } .body_top2_box .top2 .rtop2 h3 { margin: 0 !important; } .gia-title strong { font-size: 14px; color: #319C00; } /*//colum3*/ .vip_box > div { background: #f5f5f5; border: 1px solid #e7e7e7; } .vip_box > div dl { /*padding: 14px;*/ border-bottom: 2px dotted #ccc; } .vip_box > div dl dt { float: left; position: relative; } .vip_box > div dl dt a { display: block; width: 80px; height: 65px; margin-top: 4px; } .vip_box > div dl dd h3 a { display: inline-block; line-height: 18px; font-size: 13px; font-weight: 600; color: #04538b; } .vip_box > div dl dd h3 { margin: 0px !important; } .vip_box > div dl dd { margin-left: 90px; } .vip_box > div dl dt div { margin-top: 4px; text-align: center; } .pt_slider dl dt a img { width: 100%; height: 100%; } .top2 .pt_icon_viphot { position: absolute; top: 7px; left: 8px; } .vip_box>div dl dt div { margin-top: 4px; text-align: center; } /*//colum3*/
public/css/gaia/pc/hp.css
.code_row { background: rgba(255, 255, 255, .8); position: absolute; top: 11px; right: 13px; font-size: 11px; line-height: 18px; padding: 0 5px; font-weight: 600; } /*.pt_hotLand_home .item_ads .area {*/ .area { font-weight: 600; font-size: 12px; margin: 10px 0; } .pt_hotLand_home, .item_ads, ._hot { background: #fffce6; } .pt_hotLand_home, .item_ads h3 { height: 40px; overflow: hidden; margin: 10px 0; } .pt_hotLand_home, .item_ads>p { line-height: 18px; height: 72px; overflow: hidden; } .item_ads>p { line-height: 18px; height: 72px; overflow: hidden; } .pt_hotLand_home, .item_ads h3 a { font-size: 13px; font-weight: 600; display: inline-block; line-height: 20px; color: #055699; height:100%; } /*ads center*/ /*ads hp*/ .title_box strong, .title_boxM strong { border-bottom: 2px solid #e40b00; display: inline-block; font-size: 20px; line-height: 32px; position: relative; margin-bottom: -1px; font-weight: 600; text-transform: uppercase; } .body_top2_box ._pt_vip_hot, .body_top2_box ._vip { background: -webkit-linear-gradient(#f6e97f, #fff); background: -o-linear-gradient(#f6e97f, #fff); background: -moz-linear-gradient(#f6e97f, #fff); /* background: linear-gradient(#f6e97f, #fff); */ } .body_top2_box .top2 { border-bottom: 2px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px; position: relative; } .body_top2_box .top2 > div._pt_vip_hot { /*border: 2px solid #f00;*/ height: 136px; } .body_top2_box .top2 .rtop2 p { font-size: 11.5px; font-weight: 600; } .body_top2_box .top2 .rtop2 p strong { font-weight: normal; } .body_top2_box .top2 .rtop2 p span { color: #e40b00; display: -webkit-inline-box; font-size: 12px; } .body_top2_box .top2 .rtop2 h3 span { width: 60px; /*display: inline-block;*/ border-bottom: 3px solid #d3d3d3; /*margin-top: 5px;*/ } .body_top2_box .top2 .ltop2 a { height: 130px; align-items: center; justify-content: center; background: #ddd; display: flex; display: -webkit-flex; } .body_top2_box .top2 .ltop2 a img { width: 100%; height: 100%; } .body_top2_box .top2 .rtop2 h3 a { color: #04578b; font-size: 13px; font-weight: 600; line-height: 18px; display: block; max-height: 36px; overflow: hidden; } .body_top2_box .top2 .rtop2 h3 { margin: 0 !important; } .gia-title strong { font-size: 14px; color: #319C00; } /*//colum3*/ .vip_box > div { background: #f5f5f5; border: 1px solid #e7e7e7; } .vip_box > div dl { /*padding: 14px;*/ border-bottom: 2px dotted #ccc; } .vip_box > div dl dt { float: left; position: relative; } .vip_box > div dl dt a { display: block; width: 80px; height: 65px; margin-top: 4px; } .vip_box > div dl dd h3 a { display: inline-block; line-height: 18px; font-size: 13px; font-weight: 600; color: #04538b; } .vip_box > div dl dd h3 { margin: 0px !important; } .vip_box > div dl dd { margin-left: 90px; } .vip_box > div dl dt div { margin-top: 4px; text-align: center; } .pt_slider dl dt a img { width: 100%; height: 100%; } .top2 .pt_icon_viphot { position: absolute; top: 7px; left: 8px; } .vip_box>div dl dt div { margin-top: 4px; text-align: center; } /*//colum3*/
0.428473
0.083031
body{ background: #eaecee; font-family: Arial; /*font-size: 14px;*/ font-size: 90%; } #wrapper{ height:auto; min-height:100%; width:100%; position:relative; min-width:1000px; } .top_panel{ background: #fff; box-shadow: 0 1px 2px #d7d7d6; width:80%; padding:0 10%; height:50px; } .top_panel .b-user{ float:right; margin-left:50px; } .top_panel .b-user span{ display:block; float:left; border-right: 1px solid #9299a2; padding-right:10px; margin-right:10px; margin-top:16px; color:#2E83FF; } .top_panel .b-user a{ line-height:50px; display:block; color:#333; float:left; line-height:50px; } .top_panel .user a{ color:#9299a2; } .top_panel .b-user a:hover{ display:block; text-decoration:none; } .top_panel nav{ float:right; } .top_panel nav li{ float:left; margin-left:20px; list-style:none; } .top_panel nav li:first-child{ margin-left:0; } .top_panel nav li a{ text-decoration:none; color:#333; cursor:pointer; font-size:1em; line-height:50px; display:block; } .top_panel nav li a:hover:not(.active){ text-decoration:underline; } .top_panel nav li a.active{ color: #9299a2; cursor:default; } .main{ width:80%; padding: 3% 10%; /*margin-bottom:50px;*/ } #empty{ height:50px; } footer{ width:80%; height:49px; padding: 0 10%; border-top: 1px solid #d7d9db; position: absolute; bottom:0; } @media(max-width: 1280px) { .main{ width:94%; padding: 3% 3%; } .full_screen{ margin: 0!important; } } @media(max-width: 1000px){ .main{ width:100%; padding: 3% 0; } .full_screen .body{ padding: 2px !important; } } .block{ display:block; background: #fff; box-shadow: 0 1px 2px #d7d7d6; float:left; border-radius: 5px; margin: 2%; } .block .head{ border-bottom: 1px solid #d7d9db; text-align:center; padding:10px; position:relative; } .block .head h1{ } .block .head .button{ position:absolute; right:10px; top:8px; } .block .body{ padding: 30px; /*float:left;*/ } .block .body table{ width:100%; } .block .body table tr{ } .block .body table tr:nth-child(2n+1){ background: #f4f4f4; } .block .body table tr:first-child{ background: #EAECEE; } .block .body table th{ text-align:center; padding: 20px 20px; vertical-align:middle; } .block .body table td{ padding: 20px 20px; vertical-align:middle; } .block .body .message{ padding: 5px; } .rub{ display: inline-block; width:0.45em; line-height:0.3em; border-bottom: 1px solid; } .error{ color:#cd0a0a; } .success{ color:#2E83FF; } /** pagination **/ ul.pagination{ clear:both; display:block; margin-top:15px; } ul.pagination li{ list-style:none; float:left; margin-left:6px; } ul.pagination li:first-child{ margin-left:0; } /**end pagination **/
public/css/grid.css
body{ background: #eaecee; font-family: Arial; /*font-size: 14px;*/ font-size: 90%; } #wrapper{ height:auto; min-height:100%; width:100%; position:relative; min-width:1000px; } .top_panel{ background: #fff; box-shadow: 0 1px 2px #d7d7d6; width:80%; padding:0 10%; height:50px; } .top_panel .b-user{ float:right; margin-left:50px; } .top_panel .b-user span{ display:block; float:left; border-right: 1px solid #9299a2; padding-right:10px; margin-right:10px; margin-top:16px; color:#2E83FF; } .top_panel .b-user a{ line-height:50px; display:block; color:#333; float:left; line-height:50px; } .top_panel .user a{ color:#9299a2; } .top_panel .b-user a:hover{ display:block; text-decoration:none; } .top_panel nav{ float:right; } .top_panel nav li{ float:left; margin-left:20px; list-style:none; } .top_panel nav li:first-child{ margin-left:0; } .top_panel nav li a{ text-decoration:none; color:#333; cursor:pointer; font-size:1em; line-height:50px; display:block; } .top_panel nav li a:hover:not(.active){ text-decoration:underline; } .top_panel nav li a.active{ color: #9299a2; cursor:default; } .main{ width:80%; padding: 3% 10%; /*margin-bottom:50px;*/ } #empty{ height:50px; } footer{ width:80%; height:49px; padding: 0 10%; border-top: 1px solid #d7d9db; position: absolute; bottom:0; } @media(max-width: 1280px) { .main{ width:94%; padding: 3% 3%; } .full_screen{ margin: 0!important; } } @media(max-width: 1000px){ .main{ width:100%; padding: 3% 0; } .full_screen .body{ padding: 2px !important; } } .block{ display:block; background: #fff; box-shadow: 0 1px 2px #d7d7d6; float:left; border-radius: 5px; margin: 2%; } .block .head{ border-bottom: 1px solid #d7d9db; text-align:center; padding:10px; position:relative; } .block .head h1{ } .block .head .button{ position:absolute; right:10px; top:8px; } .block .body{ padding: 30px; /*float:left;*/ } .block .body table{ width:100%; } .block .body table tr{ } .block .body table tr:nth-child(2n+1){ background: #f4f4f4; } .block .body table tr:first-child{ background: #EAECEE; } .block .body table th{ text-align:center; padding: 20px 20px; vertical-align:middle; } .block .body table td{ padding: 20px 20px; vertical-align:middle; } .block .body .message{ padding: 5px; } .rub{ display: inline-block; width:0.45em; line-height:0.3em; border-bottom: 1px solid; } .error{ color:#cd0a0a; } .success{ color:#2E83FF; } /** pagination **/ ul.pagination{ clear:both; display:block; margin-top:15px; } ul.pagination li{ list-style:none; float:left; margin-left:6px; } ul.pagination li:first-child{ margin-left:0; } /**end pagination **/
0.293101
0.050214
*{ margin: 0; padding: 0; box-sizing: border-box; outline: 0; } html{ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 300; font-size:20px; text-rendering: optimizeLegibility; } a{ text-decoration: none; } /* CSS for header */ .header{ background-image:url(YK-orecchiette-with-nduja-threeByTwoMediumAt2X-v2.jpg); background-size: cover; background-position: center; height: 90vh; } .main-nav ul{ float: right; list-style: none; } .main-nav li{ display: inline-block; margin-right: 20px; } .main-nav li a{ font-size: 15px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; word-spacing: 1px; transition: border-bottom 0.2s; } .main-nav li a:hover, .main-nav li a:active{ border-bottom: 2px solid #51bc64; } .monan{ background-color: #51bc64; position: absolute; border-radius: 100px; width: 100px; height: 100px; text-align: center; font-size: 10px; padding-top:30px; text-transform: uppercase; font-family: Verdana, Geneva, Tahoma, sans-serif; top:100px; left:50px; z-index: 2; } .logo{ color: black; font-size: 20px; } .label-detail{ display: table-cell; margin: 0 auto; max-width: 345px; padding: 52px 30px 30px; vertical-align: middle; background-color: #fff; position: relative; top:120px; left: 90px; z-index: 1; } .top-label{ margin-bottom: 15px; text-align: center; } .can-le{ width: 80%; height: 80%; margin: auto; } /* CSS for login form*/ .login-form{ display: none; position: fixed; z-index: 3; height: 100%; width: 100%; left: 0; top: 0; overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ padding-top: 60px; transition: dipslay 5s; } .login{ width: 30%; background-color: #fff; border-radius: 3px; margin: 5% auto 15% auto; padding: 20px; } .animate{ -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } /* CSS for class cook-this-week */ .cook-this-week{ border-bottom:3px solid black; } .cook-this-week .content{ padding: 50px 0; padding-bottom: 50px; text-align: center; } .cook-this-week .content h3 a{ top:50px; color: black; font-size: 50px; } /* CSS for class list-cook-week */ .list-cook-week{ margin-top: 20px; } .col-md-3 .noi-dung{ margin: 15px 2.5px 15px 2.5px; border:1px solid #666; box-shadow: 1px 1px 1px 1px #666; } .col-md-3 .noi-dung img{ width:100%; } .col-md-3 .noi-dung p b { font-size: 15px; color: black; } .col-md-3 .noi-dung small{ color: black; } .col-md-3 .noi-dung .content-cook{ padding: 10px 10px 10px 10px; } .col-md-3 .noi-dung .content-cook i{ float: right; margin-bottom: 0; } .col-md-3 .noi-dung .content-cook i:hover{ color:red; } .col-md-3:hover .noi-dung{ box-shadow: 5px 5px 5px 5px #666; cursor: pointer; text-decoration: none; } /* CSS for class phan-trang */ .phan-trang{ float: right; } .phan-trang ul li { list-style: none; display: inline-block; } .phan-trang ul li a{ text-align: center; } /* CSS for class SaveRecap */ .saveRecap{ background-color: #fff; border: 1px solid #e6e6e6; margin-bottom: 55px; padding: 40px 33px; text-align: center; } .saveRecap .saveRecap-Icon{ background-image: url(save-recap.svg); display: block; height: 85px; margin: 0 auto 10px; width: 193px; } .saveRecap .zero-header{ font-family: nyt-cheltenham,Georgia,Times New Roman,serif; font-size: 1.5rem; font-weight: 50; letter-spacing: .4px; line-height: 26px; margin-bottom: 10px; } /* CSS for class list-new */ .list-new{ border-top: 3px solid black; } .list-new h3{ margin-top: 30px; } /* CSS for class recomment */ .recomment{ border-top:3px solid black; border-bottom: 3px solid black; padding-bottom: 30px; } .recomment h3{ margin-top: 30px; } .col .border{ margin-top:20px; border: 1px solid #e6e6e6; } .col .border:hover{ box-shadow: 3px 3px 3px 3px black; cursor: pointer; } .col img{ width: 100%; } .col .border .noidung { padding: 0px 10px 0px 10px; } .col .border .noidung h3{ color: black; } .col .border .noidung .save { height: 50px; width: 200px; padding-top:9px; border-radius: 5px; text-align: center; margin-left: 150px; margin-bottom: 10px; background: #e5988e; } .col .border .noidung .save span{ color: black; } .col .border .noidung .save:hover{ background-color:#dd5e4d; } /* CSS for footer*/ .footer{ width: 100%; height: 300px; background: black; margin-top: 50px; }
resources/views/design/home-style.css
*{ margin: 0; padding: 0; box-sizing: border-box; outline: 0; } html{ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 300; font-size:20px; text-rendering: optimizeLegibility; } a{ text-decoration: none; } /* CSS for header */ .header{ background-image:url(YK-orecchiette-with-nduja-threeByTwoMediumAt2X-v2.jpg); background-size: cover; background-position: center; height: 90vh; } .main-nav ul{ float: right; list-style: none; } .main-nav li{ display: inline-block; margin-right: 20px; } .main-nav li a{ font-size: 15px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; word-spacing: 1px; transition: border-bottom 0.2s; } .main-nav li a:hover, .main-nav li a:active{ border-bottom: 2px solid #51bc64; } .monan{ background-color: #51bc64; position: absolute; border-radius: 100px; width: 100px; height: 100px; text-align: center; font-size: 10px; padding-top:30px; text-transform: uppercase; font-family: Verdana, Geneva, Tahoma, sans-serif; top:100px; left:50px; z-index: 2; } .logo{ color: black; font-size: 20px; } .label-detail{ display: table-cell; margin: 0 auto; max-width: 345px; padding: 52px 30px 30px; vertical-align: middle; background-color: #fff; position: relative; top:120px; left: 90px; z-index: 1; } .top-label{ margin-bottom: 15px; text-align: center; } .can-le{ width: 80%; height: 80%; margin: auto; } /* CSS for login form*/ .login-form{ display: none; position: fixed; z-index: 3; height: 100%; width: 100%; left: 0; top: 0; overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ padding-top: 60px; transition: dipslay 5s; } .login{ width: 30%; background-color: #fff; border-radius: 3px; margin: 5% auto 15% auto; padding: 20px; } .animate{ -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } /* CSS for class cook-this-week */ .cook-this-week{ border-bottom:3px solid black; } .cook-this-week .content{ padding: 50px 0; padding-bottom: 50px; text-align: center; } .cook-this-week .content h3 a{ top:50px; color: black; font-size: 50px; } /* CSS for class list-cook-week */ .list-cook-week{ margin-top: 20px; } .col-md-3 .noi-dung{ margin: 15px 2.5px 15px 2.5px; border:1px solid #666; box-shadow: 1px 1px 1px 1px #666; } .col-md-3 .noi-dung img{ width:100%; } .col-md-3 .noi-dung p b { font-size: 15px; color: black; } .col-md-3 .noi-dung small{ color: black; } .col-md-3 .noi-dung .content-cook{ padding: 10px 10px 10px 10px; } .col-md-3 .noi-dung .content-cook i{ float: right; margin-bottom: 0; } .col-md-3 .noi-dung .content-cook i:hover{ color:red; } .col-md-3:hover .noi-dung{ box-shadow: 5px 5px 5px 5px #666; cursor: pointer; text-decoration: none; } /* CSS for class phan-trang */ .phan-trang{ float: right; } .phan-trang ul li { list-style: none; display: inline-block; } .phan-trang ul li a{ text-align: center; } /* CSS for class SaveRecap */ .saveRecap{ background-color: #fff; border: 1px solid #e6e6e6; margin-bottom: 55px; padding: 40px 33px; text-align: center; } .saveRecap .saveRecap-Icon{ background-image: url(save-recap.svg); display: block; height: 85px; margin: 0 auto 10px; width: 193px; } .saveRecap .zero-header{ font-family: nyt-cheltenham,Georgia,Times New Roman,serif; font-size: 1.5rem; font-weight: 50; letter-spacing: .4px; line-height: 26px; margin-bottom: 10px; } /* CSS for class list-new */ .list-new{ border-top: 3px solid black; } .list-new h3{ margin-top: 30px; } /* CSS for class recomment */ .recomment{ border-top:3px solid black; border-bottom: 3px solid black; padding-bottom: 30px; } .recomment h3{ margin-top: 30px; } .col .border{ margin-top:20px; border: 1px solid #e6e6e6; } .col .border:hover{ box-shadow: 3px 3px 3px 3px black; cursor: pointer; } .col img{ width: 100%; } .col .border .noidung { padding: 0px 10px 0px 10px; } .col .border .noidung h3{ color: black; } .col .border .noidung .save { height: 50px; width: 200px; padding-top:9px; border-radius: 5px; text-align: center; margin-left: 150px; margin-bottom: 10px; background: #e5988e; } .col .border .noidung .save span{ color: black; } .col .border .noidung .save:hover{ background-color:#dd5e4d; } /* CSS for footer*/ .footer{ width: 100%; height: 300px; background: black; margin-top: 50px; }
0.315103
0.078078
@charset "UTF-8"; @media (max-width: 575.98px) { ul li { display: none; } } @media (min-width: 576px) and (max-width: 767.98px) { ul li { visibility: hidden; } } @media (min-width: 768px) and (max-width: 991.98px) { #icono { display: none; } } @media (min-width: 992px) and (max-width: 1199.98px) { #icono { display: none; } } @media (min-width: 1200px) { #icono { display: none; } } * { margin: 0; padding: 0; text-decoration: none; list-style: none; box-sizing: border-box; font-family: "Trispace", sans-serif; } img { width: 50px; height: 50px; } @keyframes grafico { 0% { transform: translatex(100px); fill: #10ce29; stroke: #015022; stroke-width: 1; } 100% { fill: #d402a0; transform: translate(-100px); stroke-width: 1.5; stroke: #ccda0c; } } .navegacion__barra { display: flex; background-color: white; height: 60px; padding: 20px; width: 100%; align-items: center; justify-content: start; } .navegacion__barra__logo { display: inline-block; margin-left: 80px; margin-top: 25px; } .navegacion__barra__lista { display: flex; justify-content: flex-start; flex-grow: 1; margin-top: 25px; } .navegacion__barra__item { margin: 0 10px; font-size: 16px; font-weight: 600; font-family: "Raleway", sans-serif; font-weight: 400; } .navegacion__barra__item:hover { cursor: pointer; } .navegacion__barra__button { margin-right: 80px; margin-top: 25px; } @media screen and (max-width: 600px) { .navegacion__barra__button .ocultar { display: none; } } .navegacion__barra input { width: 100px; height: 35px; padding: 3px; background-color: #21b7ca; border: 0px; color: white; } .navegacion__barra input:focus { background-color: darkgray; border: 0´x; } .navegacion__barra input:hover { background-color: #77d1dd; border: 0´x; } .navegacion__barra button { background-color: white; border: 0; margin: 20px; } .header__principal { background-image: url(../img/bg-hero.svg); display: flex; margin-top: 20px; flex-direction: column; background-size: cover; height: 100vh; background-position: 100%; background-repeat: no-repeat; } .header__principal__texto { padding: 50px 80px; font-family: "Raleway", sans-serif; font-weight: 400; } h1 { margin-left: 20px; font-size: 3em; position: relative; font-family: "Raleway", sans-serif; font-weight: 700; } p { margin-left: 50px; } h2 { font-size: xx-large; margin-top: 70px; text-align: center; } .container { display: grid; height: 500px; width: 1200px; grid-template-columns: 1fr 1fr; grid-gap: 10px; grid-template-rows: 100px; align-content: center; } .caja { text-align: center; color: black; } h3 { font-size: x-large; margin-top: 20px; text-align: center; } p { right: 20px; position: relative; margin-top: 10px; line-height: 25px; } .bar-graph { fill-rule: evenodd; animation: grafico 6s linear 4s infinite alternate; } .a-bar { fill: #EE9480; animation: grafico 6s linear 4s infinite alternate; } .b-bar { fill: #2AB7CA; animation: grafico 6s linear 4s infinite alternate; } .plane { stroke: #979797; stroke-width: 5; stroke-linecap: square; animation: grafico 6s linear 4s infinite alternate; } .central { background-image: url(../img/bg-price.svg); display: flex; margin-top: 50px; flex-direction: column; background-size: cover; height: 140vh; background-position: 100%; background-repeat: no-repeat; } .central__titulo { font-size: xx-large; margin-top: 150px; text-align: center; color: aliceblue; position: relative; padding-top: 50px; } .central__caja { display: flex; justify-content: center; margin-top: 50px; width: 80%; position: relative; padding-left: 20%; } .central__cajas { background-color: white; flex-direction: column; height: 400px; width: 33%; margin: 50px; } .central input { width: 200px; height: 35px; background-color: #21b7ca; border: 0px; } .central input:hover { background-color: darkgray; border: 0; } .central .botones { display: flex; justify-content: center; position: relative; margin-top: 9px; } .central .central__title1 { text-align: left; margin-left: 30px; margin-top: 20px; font-family: "Raleway", sans-serif; font-weight: 400; } .central .central__title2 { text-align: left; margin-left: 30px; margin-top: 20px; font-size: 40px; font-family: "Open Sans", sans-serif; font-weight: 700; } .central hr { margin: auto; } .central .central__lista { text-align: left; margin-left: 25px; margin-top: 20px; } .central .linea2 { margin-top: 170px; } .footer__container { display: flex; background-color: black; height: 80px; padding: 15px; width: 100%; align-items: center; justify-content: start; color: aliceblue; } .footer__container__caja-principal { display: flex; justify-content: flex-start; flex-grow: 1; margin-left: 80px; margin-top: 15px; font-family: "Raleway", sans-serif; font-weight: 400; } .footer__container__copy { margin-top: 15px; margin-right: 80px; font-size: 14px; font-weight: 600; font-family: "Raleway", sans-serif; font-weight: 400; } .footer__container .footer__container__caja { margin-left: 20px; list-style: none; } /*# sourceMappingURL=main.css.map */
Prueba 2 Kamira/assets/css/main.css
@charset "UTF-8"; @media (max-width: 575.98px) { ul li { display: none; } } @media (min-width: 576px) and (max-width: 767.98px) { ul li { visibility: hidden; } } @media (min-width: 768px) and (max-width: 991.98px) { #icono { display: none; } } @media (min-width: 992px) and (max-width: 1199.98px) { #icono { display: none; } } @media (min-width: 1200px) { #icono { display: none; } } * { margin: 0; padding: 0; text-decoration: none; list-style: none; box-sizing: border-box; font-family: "Trispace", sans-serif; } img { width: 50px; height: 50px; } @keyframes grafico { 0% { transform: translatex(100px); fill: #10ce29; stroke: #015022; stroke-width: 1; } 100% { fill: #d402a0; transform: translate(-100px); stroke-width: 1.5; stroke: #ccda0c; } } .navegacion__barra { display: flex; background-color: white; height: 60px; padding: 20px; width: 100%; align-items: center; justify-content: start; } .navegacion__barra__logo { display: inline-block; margin-left: 80px; margin-top: 25px; } .navegacion__barra__lista { display: flex; justify-content: flex-start; flex-grow: 1; margin-top: 25px; } .navegacion__barra__item { margin: 0 10px; font-size: 16px; font-weight: 600; font-family: "Raleway", sans-serif; font-weight: 400; } .navegacion__barra__item:hover { cursor: pointer; } .navegacion__barra__button { margin-right: 80px; margin-top: 25px; } @media screen and (max-width: 600px) { .navegacion__barra__button .ocultar { display: none; } } .navegacion__barra input { width: 100px; height: 35px; padding: 3px; background-color: #21b7ca; border: 0px; color: white; } .navegacion__barra input:focus { background-color: darkgray; border: 0´x; } .navegacion__barra input:hover { background-color: #77d1dd; border: 0´x; } .navegacion__barra button { background-color: white; border: 0; margin: 20px; } .header__principal { background-image: url(../img/bg-hero.svg); display: flex; margin-top: 20px; flex-direction: column; background-size: cover; height: 100vh; background-position: 100%; background-repeat: no-repeat; } .header__principal__texto { padding: 50px 80px; font-family: "Raleway", sans-serif; font-weight: 400; } h1 { margin-left: 20px; font-size: 3em; position: relative; font-family: "Raleway", sans-serif; font-weight: 700; } p { margin-left: 50px; } h2 { font-size: xx-large; margin-top: 70px; text-align: center; } .container { display: grid; height: 500px; width: 1200px; grid-template-columns: 1fr 1fr; grid-gap: 10px; grid-template-rows: 100px; align-content: center; } .caja { text-align: center; color: black; } h3 { font-size: x-large; margin-top: 20px; text-align: center; } p { right: 20px; position: relative; margin-top: 10px; line-height: 25px; } .bar-graph { fill-rule: evenodd; animation: grafico 6s linear 4s infinite alternate; } .a-bar { fill: #EE9480; animation: grafico 6s linear 4s infinite alternate; } .b-bar { fill: #2AB7CA; animation: grafico 6s linear 4s infinite alternate; } .plane { stroke: #979797; stroke-width: 5; stroke-linecap: square; animation: grafico 6s linear 4s infinite alternate; } .central { background-image: url(../img/bg-price.svg); display: flex; margin-top: 50px; flex-direction: column; background-size: cover; height: 140vh; background-position: 100%; background-repeat: no-repeat; } .central__titulo { font-size: xx-large; margin-top: 150px; text-align: center; color: aliceblue; position: relative; padding-top: 50px; } .central__caja { display: flex; justify-content: center; margin-top: 50px; width: 80%; position: relative; padding-left: 20%; } .central__cajas { background-color: white; flex-direction: column; height: 400px; width: 33%; margin: 50px; } .central input { width: 200px; height: 35px; background-color: #21b7ca; border: 0px; } .central input:hover { background-color: darkgray; border: 0; } .central .botones { display: flex; justify-content: center; position: relative; margin-top: 9px; } .central .central__title1 { text-align: left; margin-left: 30px; margin-top: 20px; font-family: "Raleway", sans-serif; font-weight: 400; } .central .central__title2 { text-align: left; margin-left: 30px; margin-top: 20px; font-size: 40px; font-family: "Open Sans", sans-serif; font-weight: 700; } .central hr { margin: auto; } .central .central__lista { text-align: left; margin-left: 25px; margin-top: 20px; } .central .linea2 { margin-top: 170px; } .footer__container { display: flex; background-color: black; height: 80px; padding: 15px; width: 100%; align-items: center; justify-content: start; color: aliceblue; } .footer__container__caja-principal { display: flex; justify-content: flex-start; flex-grow: 1; margin-left: 80px; margin-top: 15px; font-family: "Raleway", sans-serif; font-weight: 400; } .footer__container__copy { margin-top: 15px; margin-right: 80px; font-size: 14px; font-weight: 600; font-family: "Raleway", sans-serif; font-weight: 400; } .footer__container .footer__container__caja { margin-left: 20px; list-style: none; } /*# sourceMappingURL=main.css.map */
0.425725
0.070432
.modern-cors .msg_old-browser { display: none; } .modern-dataview .msg_old-browser { display: none; } .modern-eventlistener .msg_old-browser { display: none; } .modern-history .msg_old-browser { display: none; } .modern-json .msg_old-browser { display: none; } .modern-queryselector .msg_old-browser { display: none; } .modern-svg .msg_old-browser { display: none; } .modern-target .msg_old-browser { display: none; } .modern-strictmode .msg_old-browser { display: none; } .modern-es5undefined .msg_old-browser { display: none; } .modern-arrow .msg_old-browser { display: none; } .modern-generators .msg_old-browser { display: none; } .modern-promises .msg_old-browser { display: none; } .modern-xhrresponsetype .msg_old-browser { display: none; } .modern-xhr2 .msg_old-browser { display: none; } .modern-atobbtoa .msg_old-browser { display: none; } .modern-atob-btoa .msg_old-browser { display: none; } .modern-canvas .msg_old-browser { display: none; } .modern-canvastext .msg_old-browser { display: none; } .modern-todataurljpeg .msg_old-browser { display: none; } .modern-todataurlpng .msg_old-browser { display: none; } .modern-multiplebgs .msg_old-browser { display: none; } .modern-csspointerevents .msg_old-browser { display: none; } .modern-cssremunit .msg_old-browser { display: none; } .modern-rgba .msg_old-browser { display: none; } .modern-scriptasync .msg_old-browser { display: none; } .modern-scriptdefer .msg_old-browser { display: none; } .modern-inlinesvg .msg_old-browser { display: none; } .modern-cssgradients .msg_old-browser { display: none; } .modern-opacity .msg_old-browser { display: none; } .modern-cssexunit .msg_old-browser { display: none; } .modern-hsla .msg_old-browser { display: none; } .modern-xhrresponsetypearraybuffer .msg_old-browser { display: none; } .modern-xhrresponsetypedocument .msg_old-browser { display: none; } .modern-xhrresponsetypetext .msg_old-browser { display: none; } .modern-svgclippaths .msg_old-browser { display: none; } .modern-svgasimg .msg_old-browser { display: none; } .modern-checked .msg_old-browser { display: none; } .modern-fontface .msg_old-browser { display: none; } .modern-generatedcontent .msg_old-browser { display: none; } .modern-cssinvalid .msg_old-browser { display: none; } .modern-lastchild .msg_old-browser { display: none; } .modern-nthchild .msg_old-browser { display: none; } .modern-cssvalid .msg_old-browser { display: none; } .modern-mediaqueries .msg_old-browser { display: none; } .modern-textshadow .msg_old-browser { display: none; } .modern-cssanimations .msg_old-browser { display: none; } .modern-backgroundsize .msg_old-browser { display: none; } .modern-bgsizecover .msg_old-browser { display: none; } .modern-borderradius .msg_old-browser { display: none; } .modern-boxshadow .msg_old-browser { display: none; } .modern-boxsizing .msg_old-browser { display: none; } .modern-ellipsis .msg_old-browser { display: none; } .modern-csstransforms .msg_old-browser { display: none; } .modern-csstransforms3d .msg_old-browser { display: none; } .modern-csstransitions .msg_old-browser { display: none; } /* Old browsers */ .modern-no-cors .msg_old-browser { display: block; } .modern-no-dataview .msg_old-browser { display: block; } .modern-no-eventlistener .msg_old-browser { display: block; } .modern-no-history .msg_old-browser { display: block; } .modern-no-json .msg_old-browser { display: block; } .modern-no-queryselector .msg_old-browser { display: block; } .modern-no-svg .msg_old-browser { display: block; } .modern-no-target .msg_old-browser { display: block; } .modern-no-strictmode .msg_old-browser { display: block; } .modern-no-es5undefined .msg_old-browser { display: block; } .modern-no-arrow .msg_old-browser { display: block; } .modern-no-generators .msg_old-browser { display: block; } .modern-no-promises .msg_old-browser { display: block; } .modern-no-xhrresponsetype .msg_old-browser { display: block; } .modern-no-xhr2 .msg_old-browser { display: block; } .modern-no-atobbtoa .msg_old-browser { display: block; } .modern-no-atob-btoa .msg_old-browser { display: block; } .modern-no-canvas .msg_old-browser { display: block; } .modern-no-canvastext .msg_old-browser { display: block; } .modern-no-todataurljpeg .msg_old-browser { display: block; } .modern-no-todataurlpng .msg_old-browser { display: block; } .modern-no-multiplebgs .msg_old-browser { display: block; } .modern-no-csspointerevents .msg_old-browser { display: block; } .modern-no-cssremunit .msg_old-browser { display: block; } .modern-no-rgba .msg_old-browser { display: block; } .modern-no-scriptasync .msg_old-browser { display: block; } .modern-no-scriptdefer .msg_old-browser { display: block; } .modern-no-inlinesvg .msg_old-browser { display: block; } .modern-no-cssgradients .msg_old-browser { display: block; } .modern-no-opacity .msg_old-browser { display: block; } .modern-no-cssexunit .msg_old-browser { display: block; } .modern-no-hsla .msg_old-browser { display: block; } .modern-no-xhrresponsetypearraybuffer .msg_old-browser { display: block; } .modern-no-xhrresponsetypedocument .msg_old-browser { display: block; } .modern-no-xhrresponsetypetext .msg_old-browser { display: block; } .modern-no-svgclippaths .msg_old-browser { display: block; } .modern-no-svgasimg .msg_old-browser { display: block; } .modern-no-checked .msg_old-browser { display: block; } .modern-no-fontface .msg_old-browser { display: block; } .modern-no-generatedcontent .msg_old-browser { display: block; } .modern-no-cssinvalid .msg_old-browser { display: block; } .modern-no-lastchild .msg_old-browser { display: block; } .modern-no-nthchild .msg_old-browser { display: block; } .modern-no-cssvalid .msg_old-browser { display: block; } .modern-no-mediaqueries .msg_old-browser { display: block; } .modern-no-textshadow .msg_old-browser { display: block; } .modern-no-cssanimations .msg_old-browser { display: block; } .modern-no-backgroundsize .msg_old-browser { display: block; } .modern-no-bgsizecover .msg_old-browser { display: block; } .modern-no-borderradius .msg_old-browser { display: block; } .modern-no-boxshadow .msg_old-browser { display: block; } .modern-no-boxsizing .msg_old-browser { display: block; } .modern-no-ellipsis .msg_old-browser { display: block; } .modern-no-csstransforms .msg_old-browser { display: block; } .modern-no-csstransforms3d .msg_old-browser { display: block; } .modern-no-csstransitions .msg_old-browser { display: block; }
app/public/css/compat.css
.modern-cors .msg_old-browser { display: none; } .modern-dataview .msg_old-browser { display: none; } .modern-eventlistener .msg_old-browser { display: none; } .modern-history .msg_old-browser { display: none; } .modern-json .msg_old-browser { display: none; } .modern-queryselector .msg_old-browser { display: none; } .modern-svg .msg_old-browser { display: none; } .modern-target .msg_old-browser { display: none; } .modern-strictmode .msg_old-browser { display: none; } .modern-es5undefined .msg_old-browser { display: none; } .modern-arrow .msg_old-browser { display: none; } .modern-generators .msg_old-browser { display: none; } .modern-promises .msg_old-browser { display: none; } .modern-xhrresponsetype .msg_old-browser { display: none; } .modern-xhr2 .msg_old-browser { display: none; } .modern-atobbtoa .msg_old-browser { display: none; } .modern-atob-btoa .msg_old-browser { display: none; } .modern-canvas .msg_old-browser { display: none; } .modern-canvastext .msg_old-browser { display: none; } .modern-todataurljpeg .msg_old-browser { display: none; } .modern-todataurlpng .msg_old-browser { display: none; } .modern-multiplebgs .msg_old-browser { display: none; } .modern-csspointerevents .msg_old-browser { display: none; } .modern-cssremunit .msg_old-browser { display: none; } .modern-rgba .msg_old-browser { display: none; } .modern-scriptasync .msg_old-browser { display: none; } .modern-scriptdefer .msg_old-browser { display: none; } .modern-inlinesvg .msg_old-browser { display: none; } .modern-cssgradients .msg_old-browser { display: none; } .modern-opacity .msg_old-browser { display: none; } .modern-cssexunit .msg_old-browser { display: none; } .modern-hsla .msg_old-browser { display: none; } .modern-xhrresponsetypearraybuffer .msg_old-browser { display: none; } .modern-xhrresponsetypedocument .msg_old-browser { display: none; } .modern-xhrresponsetypetext .msg_old-browser { display: none; } .modern-svgclippaths .msg_old-browser { display: none; } .modern-svgasimg .msg_old-browser { display: none; } .modern-checked .msg_old-browser { display: none; } .modern-fontface .msg_old-browser { display: none; } .modern-generatedcontent .msg_old-browser { display: none; } .modern-cssinvalid .msg_old-browser { display: none; } .modern-lastchild .msg_old-browser { display: none; } .modern-nthchild .msg_old-browser { display: none; } .modern-cssvalid .msg_old-browser { display: none; } .modern-mediaqueries .msg_old-browser { display: none; } .modern-textshadow .msg_old-browser { display: none; } .modern-cssanimations .msg_old-browser { display: none; } .modern-backgroundsize .msg_old-browser { display: none; } .modern-bgsizecover .msg_old-browser { display: none; } .modern-borderradius .msg_old-browser { display: none; } .modern-boxshadow .msg_old-browser { display: none; } .modern-boxsizing .msg_old-browser { display: none; } .modern-ellipsis .msg_old-browser { display: none; } .modern-csstransforms .msg_old-browser { display: none; } .modern-csstransforms3d .msg_old-browser { display: none; } .modern-csstransitions .msg_old-browser { display: none; } /* Old browsers */ .modern-no-cors .msg_old-browser { display: block; } .modern-no-dataview .msg_old-browser { display: block; } .modern-no-eventlistener .msg_old-browser { display: block; } .modern-no-history .msg_old-browser { display: block; } .modern-no-json .msg_old-browser { display: block; } .modern-no-queryselector .msg_old-browser { display: block; } .modern-no-svg .msg_old-browser { display: block; } .modern-no-target .msg_old-browser { display: block; } .modern-no-strictmode .msg_old-browser { display: block; } .modern-no-es5undefined .msg_old-browser { display: block; } .modern-no-arrow .msg_old-browser { display: block; } .modern-no-generators .msg_old-browser { display: block; } .modern-no-promises .msg_old-browser { display: block; } .modern-no-xhrresponsetype .msg_old-browser { display: block; } .modern-no-xhr2 .msg_old-browser { display: block; } .modern-no-atobbtoa .msg_old-browser { display: block; } .modern-no-atob-btoa .msg_old-browser { display: block; } .modern-no-canvas .msg_old-browser { display: block; } .modern-no-canvastext .msg_old-browser { display: block; } .modern-no-todataurljpeg .msg_old-browser { display: block; } .modern-no-todataurlpng .msg_old-browser { display: block; } .modern-no-multiplebgs .msg_old-browser { display: block; } .modern-no-csspointerevents .msg_old-browser { display: block; } .modern-no-cssremunit .msg_old-browser { display: block; } .modern-no-rgba .msg_old-browser { display: block; } .modern-no-scriptasync .msg_old-browser { display: block; } .modern-no-scriptdefer .msg_old-browser { display: block; } .modern-no-inlinesvg .msg_old-browser { display: block; } .modern-no-cssgradients .msg_old-browser { display: block; } .modern-no-opacity .msg_old-browser { display: block; } .modern-no-cssexunit .msg_old-browser { display: block; } .modern-no-hsla .msg_old-browser { display: block; } .modern-no-xhrresponsetypearraybuffer .msg_old-browser { display: block; } .modern-no-xhrresponsetypedocument .msg_old-browser { display: block; } .modern-no-xhrresponsetypetext .msg_old-browser { display: block; } .modern-no-svgclippaths .msg_old-browser { display: block; } .modern-no-svgasimg .msg_old-browser { display: block; } .modern-no-checked .msg_old-browser { display: block; } .modern-no-fontface .msg_old-browser { display: block; } .modern-no-generatedcontent .msg_old-browser { display: block; } .modern-no-cssinvalid .msg_old-browser { display: block; } .modern-no-lastchild .msg_old-browser { display: block; } .modern-no-nthchild .msg_old-browser { display: block; } .modern-no-cssvalid .msg_old-browser { display: block; } .modern-no-mediaqueries .msg_old-browser { display: block; } .modern-no-textshadow .msg_old-browser { display: block; } .modern-no-cssanimations .msg_old-browser { display: block; } .modern-no-backgroundsize .msg_old-browser { display: block; } .modern-no-bgsizecover .msg_old-browser { display: block; } .modern-no-borderradius .msg_old-browser { display: block; } .modern-no-boxshadow .msg_old-browser { display: block; } .modern-no-boxsizing .msg_old-browser { display: block; } .modern-no-ellipsis .msg_old-browser { display: block; } .modern-no-csstransforms .msg_old-browser { display: block; } .modern-no-csstransforms3d .msg_old-browser { display: block; } .modern-no-csstransitions .msg_old-browser { display: block; }
0.332202
0.029845
*, *::before, *::after { box-sizing: inherit; } :root { --main-white: #f0f0f0; --main-red: #be3144; --main-blue: #45567d; --main-gray: #303841; --main-green: #25d366; } html { font-size:90%; } @media only screen and (max-width: 600px) { html { font-size: 70%; } } #nave{ width:100vw; height:20vh; } #nav{ width:100%; height:20vh; background-image:var(--main-white); z-index: 10; position:fixed; display:flex; justify-content: flex-end; top:0; left:0; background: var(--main-red); } #list{ display:flex; font-family:"Odibee Sans",sans-serif; list-style: none; margin: 0 3rem; } #list a{ color:var(--main-white); display: block; font-size: 1.5rem; padding: 2rem; } #list a:hover{ background: var(--main-blue); } .wrapper{ display:flex; flex-direction: column; width:100%; font-size:3rem; font-family:"Odibee Sans",sans-serif; font-family: 'Odibee Sans', cursive;; top:0; left:0; text-align: center; } .Portfolio{ background-image: linear-gradient(62deg, #3a3d40 0%, #181719 100%); color:#d2d2d2; justify-content: center; } .Project{ background-image: linear-gradient(62deg, #0a1a29 0%, #a469df 100%); color:#f8f4f4; } .Project h1{ margin:10rem; } *{ margin:0; } li{ margin:0.5em; } .mt-1{ margin-top:1em; } .mt-2{ margin-top:2em; } .mt-4{ margin-top:4em; } .mb-1{ margin-bottom:1em; } .mb-2{ margin-bottom:2em; } .mb-4{ margin-bottom:4em; } .img img{ width:50%; height:50%; } .img{ width:100vw; height:100vh; display:flex; flex-direction:row; justify-content:space-evenly; } main{ width:100vw; } .flag{ width:40px; heigth:40px; } .center{ margin: 2em auto 2em auto; } #certificado{ color:#36164A ; background-image: linear-gradient(62deg, #A9C9FF 0%, #FFBBEC 100%); } #certificado img{ width:50vw; height:50vh; } @media only screen and (max-width: 800px) { .img{ display:flex; flex-direction:column !important; } .img img{ width:75%; height:75%; } .fakeScreen p { font-size:0.25em !important; } .fakeScreen img{ width:0.5em !important; height:0.5em !important; } #Portofolio img{ width:0.5em !important; height:0.5em !important; } } .icon{ position: fixed; width:72px; height:72px; border-radius:1em; background-color:var(--main-red); right:0; bottom:5px; transition: top 2s; transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1); } .icon:hover{ background-color:#a469df; } .icons{ font-size:10vh; } .icon i{ top:14px; position:relative; } #contato{ background:var(--main-gray); } .fakeScreen { background-color: #151515; box-sizing: border-box; width: 50vw; margin: 0 auto; padding: 1em; border-radius:1em; } .fakeScreen p { position: relative; left: 50%; margin-left: -8.5em; text-align: left; font-size: 0.5em; font-family: monospace; white-space: normal; overflow: hidden; width: 0; } .fakeScreen img{ width:0.8em; height:0.8em; } span { color: #fff; font-weight: bold; } .line1 { color: #9CD9F0; animation: type .5s 3s steps(20, end) forwards; } .cursor1 { animation: blink 1s 2s 2 forwards; } .line2 { color: #CDEE69; animation: type .5s 5.25s steps(20, end) forwards; } .cursor2 { animation: blink 1s 5.25s 2 forwards; } .line3 { color: var(--main-green); animation: type .5s 7.5s steps(20, end) forwards; } .cursor3 { animation: blink 1s 8.5s 2 forwards; } .line4 { color: #fff; animation: type .5s 10.75s steps(20, end) forwards; } .cursor4 { animation: blink 1s 8.5s infinite; } @keyframes blink { 0% { opacity: 0; } 40% { opacity: 0; } 50% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; } } @keyframes type { to { width: 17em; } } #Portfolio img{ width:0.8em; height:0.8em; } .Changable,.clique{ cursor:pointer; }
index.css
*, *::before, *::after { box-sizing: inherit; } :root { --main-white: #f0f0f0; --main-red: #be3144; --main-blue: #45567d; --main-gray: #303841; --main-green: #25d366; } html { font-size:90%; } @media only screen and (max-width: 600px) { html { font-size: 70%; } } #nave{ width:100vw; height:20vh; } #nav{ width:100%; height:20vh; background-image:var(--main-white); z-index: 10; position:fixed; display:flex; justify-content: flex-end; top:0; left:0; background: var(--main-red); } #list{ display:flex; font-family:"Odibee Sans",sans-serif; list-style: none; margin: 0 3rem; } #list a{ color:var(--main-white); display: block; font-size: 1.5rem; padding: 2rem; } #list a:hover{ background: var(--main-blue); } .wrapper{ display:flex; flex-direction: column; width:100%; font-size:3rem; font-family:"Odibee Sans",sans-serif; font-family: 'Odibee Sans', cursive;; top:0; left:0; text-align: center; } .Portfolio{ background-image: linear-gradient(62deg, #3a3d40 0%, #181719 100%); color:#d2d2d2; justify-content: center; } .Project{ background-image: linear-gradient(62deg, #0a1a29 0%, #a469df 100%); color:#f8f4f4; } .Project h1{ margin:10rem; } *{ margin:0; } li{ margin:0.5em; } .mt-1{ margin-top:1em; } .mt-2{ margin-top:2em; } .mt-4{ margin-top:4em; } .mb-1{ margin-bottom:1em; } .mb-2{ margin-bottom:2em; } .mb-4{ margin-bottom:4em; } .img img{ width:50%; height:50%; } .img{ width:100vw; height:100vh; display:flex; flex-direction:row; justify-content:space-evenly; } main{ width:100vw; } .flag{ width:40px; heigth:40px; } .center{ margin: 2em auto 2em auto; } #certificado{ color:#36164A ; background-image: linear-gradient(62deg, #A9C9FF 0%, #FFBBEC 100%); } #certificado img{ width:50vw; height:50vh; } @media only screen and (max-width: 800px) { .img{ display:flex; flex-direction:column !important; } .img img{ width:75%; height:75%; } .fakeScreen p { font-size:0.25em !important; } .fakeScreen img{ width:0.5em !important; height:0.5em !important; } #Portofolio img{ width:0.5em !important; height:0.5em !important; } } .icon{ position: fixed; width:72px; height:72px; border-radius:1em; background-color:var(--main-red); right:0; bottom:5px; transition: top 2s; transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1); } .icon:hover{ background-color:#a469df; } .icons{ font-size:10vh; } .icon i{ top:14px; position:relative; } #contato{ background:var(--main-gray); } .fakeScreen { background-color: #151515; box-sizing: border-box; width: 50vw; margin: 0 auto; padding: 1em; border-radius:1em; } .fakeScreen p { position: relative; left: 50%; margin-left: -8.5em; text-align: left; font-size: 0.5em; font-family: monospace; white-space: normal; overflow: hidden; width: 0; } .fakeScreen img{ width:0.8em; height:0.8em; } span { color: #fff; font-weight: bold; } .line1 { color: #9CD9F0; animation: type .5s 3s steps(20, end) forwards; } .cursor1 { animation: blink 1s 2s 2 forwards; } .line2 { color: #CDEE69; animation: type .5s 5.25s steps(20, end) forwards; } .cursor2 { animation: blink 1s 5.25s 2 forwards; } .line3 { color: var(--main-green); animation: type .5s 7.5s steps(20, end) forwards; } .cursor3 { animation: blink 1s 8.5s 2 forwards; } .line4 { color: #fff; animation: type .5s 10.75s steps(20, end) forwards; } .cursor4 { animation: blink 1s 8.5s infinite; } @keyframes blink { 0% { opacity: 0; } 40% { opacity: 0; } 50% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; } } @keyframes type { to { width: 17em; } } #Portfolio img{ width:0.8em; height:0.8em; } .Changable,.clique{ cursor:pointer; }
0.504394
0.080502
body { margin-left: 2em; margin-right: 2em; border: 0px; padding: 0px; font-family: sans-serif; } .done { color: #005500; background-color: #99ff99 } .notdone { color: #550000; background-color: #ff9999;} pre { padding: 1em; border: thin black solid; line-height: 1.2em; } .boxed { padding: 1em; border: thin black solid; } .shell { background-color: #ffffdd; } .python { background-color: #dddddd; } .htmlsource { background-color: #dddddd; } .py-prototype { background-color: #ddddff; } .python-interpreter { background-color: #ddddff; } .doit { border: thin blue dashed ; background-color: #0ef } .py-src-comment { color: #1111CC } .py-src-keyword { color: #3333CC; font-weight: bold; line-height: 1.0em } .py-src-parameter { color: #000066; font-weight: bold; line-height: 1.0em } .py-src-identifier { color: #CC0000 } .py-src-string { color: #115511 } .py-src-endmarker { display: block; /* IE hack; prevents following line from being sucked into the py-listing box. */ } .py-linenumber { background-color: #cdcdcd; float: left; margin-top: 0px; width: 4.0em } .py-listing, .html-listing, .listing { margin: 1ex; border: thin solid black; background-color: #eee; } .py-listing pre, .html-listing pre, .listing pre { margin: 0px; border: none; border-bottom: thin solid black; } .py-listing .python { margin-top: 0; margin-bottom: 0; border: none; border-bottom: thin solid black; } .html-listing .htmlsource { margin-top: 0; margin-bottom: 0; border: none; border-bottom: thin solid black; } .caption { text-align: center; padding-top: 0.5em; padding-bottom: 0.5em; } .filename { font-style: italic; } .manhole-output { color: blue; } hr { display: inline; } ul { padding: 0px; margin: 0px; margin-left: 1em; padding-left: 1em; border-left: 1em; } li { padding: 2px; } dt { font-weight: bold; margin-left: 1ex; } dd { margin-bottom: 1em; } div.note { background-color: #FFFFCC; margin-top: 1ex; margin-left: 5%; margin-right: 5%; padding-top: 1ex; padding-left: 5%; padding-right: 5%; border: thin black solid; }
docs/stylesheet.css
body { margin-left: 2em; margin-right: 2em; border: 0px; padding: 0px; font-family: sans-serif; } .done { color: #005500; background-color: #99ff99 } .notdone { color: #550000; background-color: #ff9999;} pre { padding: 1em; border: thin black solid; line-height: 1.2em; } .boxed { padding: 1em; border: thin black solid; } .shell { background-color: #ffffdd; } .python { background-color: #dddddd; } .htmlsource { background-color: #dddddd; } .py-prototype { background-color: #ddddff; } .python-interpreter { background-color: #ddddff; } .doit { border: thin blue dashed ; background-color: #0ef } .py-src-comment { color: #1111CC } .py-src-keyword { color: #3333CC; font-weight: bold; line-height: 1.0em } .py-src-parameter { color: #000066; font-weight: bold; line-height: 1.0em } .py-src-identifier { color: #CC0000 } .py-src-string { color: #115511 } .py-src-endmarker { display: block; /* IE hack; prevents following line from being sucked into the py-listing box. */ } .py-linenumber { background-color: #cdcdcd; float: left; margin-top: 0px; width: 4.0em } .py-listing, .html-listing, .listing { margin: 1ex; border: thin solid black; background-color: #eee; } .py-listing pre, .html-listing pre, .listing pre { margin: 0px; border: none; border-bottom: thin solid black; } .py-listing .python { margin-top: 0; margin-bottom: 0; border: none; border-bottom: thin solid black; } .html-listing .htmlsource { margin-top: 0; margin-bottom: 0; border: none; border-bottom: thin solid black; } .caption { text-align: center; padding-top: 0.5em; padding-bottom: 0.5em; } .filename { font-style: italic; } .manhole-output { color: blue; } hr { display: inline; } ul { padding: 0px; margin: 0px; margin-left: 1em; padding-left: 1em; border-left: 1em; } li { padding: 2px; } dt { font-weight: bold; margin-left: 1ex; } dd { margin-bottom: 1em; } div.note { background-color: #FFFFCC; margin-top: 1ex; margin-left: 5%; margin-right: 5%; padding-top: 1ex; padding-left: 5%; padding-right: 5%; border: thin black solid; }
0.559531
0.119511
.conversor { background-color: #aaa; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: space-around; border: none; border-radius: 5px; width: 600px; height: 225px; margin: 120px auto auto auto; padding: 25px; box-shadow: 2px 2px 2px #aaa; } .conv-commands { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; width: 100%; height: 50px; padding: 10px; margin-top: 15px; } .campo, .button { font-family: 'Open Sans'; font-size: 14px; border: none; border-radius: 5px; outline: none; width: 100%; height: 20px; padding: 10px; transition: all ease .2s; letter-spacing: 1px; cursor: pointer; } .all-msg-conv { width: 95%; margin-left: -10px; } .msg-convert { display: flex; align-items: center; justify-content: space-around; } .text-loading-cv { background-color: #4061A4; width: 185px; height: 30px; font-size: 14px; font-family: "Open sans"; text-align: center; letter-spacing: 1px; color: white; text-shadow: 1px 1px 2px black; border:none; border-radius: 5px; padding-top: 5px; margin-left: -35px; } .div-btn-converter { width: 35%; display: flex; justify-content: flex-end; margin-right: -10px; } .button { background-color: #27ad7a; color: #fff; font-size: 14px; width: 150px; height: 40px; letter-spacing: 2px; cursor: pointer; text-shadow: 1px 1px 2px black; } .button:hover { background-color: #2BC48A; } .msg-convert-concluded { display: flex; } .convert-concluded { display: flex; align-items: center; justify-content: center; height: 40px; } .text-concluded-cv { background-color: #4061A4; width: 255px; height: 20px; font-size: 14px; font-family: "Open sans"; text-align: center; letter-spacing: 1px; color: white; text-shadow: 1px 1px 2px black; border:none; border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding: 5px; } .close-msg-concluded-cv { background-color: #4061A4; width: 15px; height: 30px; padding-right: 10px; border: none; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; cursor: pointer; } .active { background-color: #068; border-bottom: 2px solid white; } .modal-cv { background: transparent; position: fixed; display: none; flex-direction: column; left:0; top:0; bottom:0; right:0; overflow-y: auto; transition: all ease .5s; align-items: center; } .msg-popup { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 250px; height: 100px; margin-top: 230px; background-color: rgba(247, 19, 19, .7); border-radius: 5px; color: white; font-family: 'Open Sans'; } .msg-error { display: flex; justify-content: center; align-items: center; width: 100%; height: 40px; color: white; } .msg-error p { font-weight: normal; text-shadow: 1px 1px 2px black; } .confirm { display: flex; justify-content: center; align-items: center; margin-top: 10px; width: 100%; height: 35%; } .confirm input { background-color: #4061A4; width: 65px; height: 100%; } .confirm input:hover { background-color: #5271af; }
static/src/conversor.css
.conversor { background-color: #aaa; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: space-around; border: none; border-radius: 5px; width: 600px; height: 225px; margin: 120px auto auto auto; padding: 25px; box-shadow: 2px 2px 2px #aaa; } .conv-commands { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; width: 100%; height: 50px; padding: 10px; margin-top: 15px; } .campo, .button { font-family: 'Open Sans'; font-size: 14px; border: none; border-radius: 5px; outline: none; width: 100%; height: 20px; padding: 10px; transition: all ease .2s; letter-spacing: 1px; cursor: pointer; } .all-msg-conv { width: 95%; margin-left: -10px; } .msg-convert { display: flex; align-items: center; justify-content: space-around; } .text-loading-cv { background-color: #4061A4; width: 185px; height: 30px; font-size: 14px; font-family: "Open sans"; text-align: center; letter-spacing: 1px; color: white; text-shadow: 1px 1px 2px black; border:none; border-radius: 5px; padding-top: 5px; margin-left: -35px; } .div-btn-converter { width: 35%; display: flex; justify-content: flex-end; margin-right: -10px; } .button { background-color: #27ad7a; color: #fff; font-size: 14px; width: 150px; height: 40px; letter-spacing: 2px; cursor: pointer; text-shadow: 1px 1px 2px black; } .button:hover { background-color: #2BC48A; } .msg-convert-concluded { display: flex; } .convert-concluded { display: flex; align-items: center; justify-content: center; height: 40px; } .text-concluded-cv { background-color: #4061A4; width: 255px; height: 20px; font-size: 14px; font-family: "Open sans"; text-align: center; letter-spacing: 1px; color: white; text-shadow: 1px 1px 2px black; border:none; border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding: 5px; } .close-msg-concluded-cv { background-color: #4061A4; width: 15px; height: 30px; padding-right: 10px; border: none; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; cursor: pointer; } .active { background-color: #068; border-bottom: 2px solid white; } .modal-cv { background: transparent; position: fixed; display: none; flex-direction: column; left:0; top:0; bottom:0; right:0; overflow-y: auto; transition: all ease .5s; align-items: center; } .msg-popup { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 250px; height: 100px; margin-top: 230px; background-color: rgba(247, 19, 19, .7); border-radius: 5px; color: white; font-family: 'Open Sans'; } .msg-error { display: flex; justify-content: center; align-items: center; width: 100%; height: 40px; color: white; } .msg-error p { font-weight: normal; text-shadow: 1px 1px 2px black; } .confirm { display: flex; justify-content: center; align-items: center; margin-top: 10px; width: 100%; height: 35%; } .confirm input { background-color: #4061A4; width: 65px; height: 100%; } .confirm input:hover { background-color: #5271af; }
0.269902
0.063802
.oo-ui-icon-add { background-image: /* @embed */ url(themes/dye/images/icons/add.svg); } .oo-ui-image-invert.oo-ui-icon-add { background-image: /* @embed */ url(themes/dye/images/icons/add-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-add { background-image: /* @embed */ url(themes/dye/images/icons/add-progressive.svg); } .oo-ui-icon-browser { background-image: /* @embed */ url(themes/dye/images/icons/browser-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-browser { background-image: /* @embed */ url(themes/dye/images/icons/browser-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-browser { background-image: /* @embed */ url(themes/dye/images/icons/browser-ltr-progressive.svg); } .oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel.svg); } .oo-ui-image-destructive.oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel-progressive.svg); } .oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check.svg); } .oo-ui-image-destructive.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-destructive.svg); } .oo-ui-image-success.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-success.svg); } .oo-ui-image-invert.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-progressive.svg); } .oo-ui-icon-checkAll { background-image: /* @embed */ url(themes/dye/images/icons/checkAll.svg); } .oo-ui-image-invert.oo-ui-icon-checkAll { background-image: /* @embed */ url(themes/dye/images/icons/checkAll-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-checkAll { background-image: /* @embed */ url(themes/dye/images/icons/checkAll-progressive.svg); } .oo-ui-icon-clear { background-image: /* @embed */ url(themes/dye/images/icons/clear.svg); } .oo-ui-image-invert.oo-ui-icon-clear { background-image: /* @embed */ url(themes/dye/images/icons/clear-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-clear { background-image: /* @embed */ url(themes/dye/images/icons/clear-progressive.svg); } .oo-ui-icon-clock { background-image: /* @embed */ url(themes/dye/images/icons/clock.svg); } .oo-ui-image-invert.oo-ui-icon-clock { background-image: /* @embed */ url(themes/dye/images/icons/clock-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-clock { background-image: /* @embed */ url(themes/dye/images/icons/clock-progressive.svg); } .oo-ui-icon-close { background-image: /* @embed */ url(themes/dye/images/icons/close.svg); } .oo-ui-image-invert.oo-ui-icon-close { background-image: /* @embed */ url(themes/dye/images/icons/close-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-close { background-image: /* @embed */ url(themes/dye/images/icons/close-progressive.svg); } .oo-ui-icon-ellipsis { background-image: /* @embed */ url(themes/dye/images/icons/ellipsis.svg); } .oo-ui-image-invert.oo-ui-icon-ellipsis { background-image: /* @embed */ url(themes/dye/images/icons/ellipsis-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-ellipsis { background-image: /* @embed */ url(themes/dye/images/icons/ellipsis-progressive.svg); } .oo-ui-icon-feedback { background-image: /* @embed */ url(themes/dye/images/icons/feedback-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-feedback { background-image: /* @embed */ url(themes/dye/images/icons/feedback-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-feedback { background-image: /* @embed */ url(themes/dye/images/icons/feedback-ltr-progressive.svg); } .oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr.svg); } .oo-ui-image-destructive.oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr-progressive.svg); } .oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand.svg); } .oo-ui-image-destructive.oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand-progressive.svg); } .oo-ui-icon-heart { background-image: /* @embed */ url(themes/dye/images/icons/heart.svg); } .oo-ui-image-invert.oo-ui-icon-heart { background-image: /* @embed */ url(themes/dye/images/icons/heart-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-heart { background-image: /* @embed */ url(themes/dye/images/icons/heart-progressive.svg); } .oo-ui-icon-help { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr.svg); } /* @noflip */ .oo-ui-icon-help:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr.svg); } /* @noflip */ .oo-ui-icon-help:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-help { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-help:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-help:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-help { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-help:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-help:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-progressive.svg); } .oo-ui-icon-helpNotice { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr.svg); } /* @noflip */ .oo-ui-icon-helpNotice:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr.svg); } /* @noflip */ .oo-ui-icon-helpNotice:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-helpNotice { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-helpNotice:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-helpNotice:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-helpNotice { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-helpNotice:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-helpNotice:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-progressive.svg); } .oo-ui-icon-home { background-image: /* @embed */ url(themes/dye/images/icons/home.svg); } .oo-ui-image-invert.oo-ui-icon-home { background-image: /* @embed */ url(themes/dye/images/icons/home-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-home { background-image: /* @embed */ url(themes/dye/images/icons/home-progressive.svg); } .oo-ui-icon-key { background-image: /* @embed */ url(themes/dye/images/icons/key.svg); } .oo-ui-image-invert.oo-ui-icon-key { background-image: /* @embed */ url(themes/dye/images/icons/key-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-key { background-image: /* @embed */ url(themes/dye/images/icons/key-progressive.svg); } .oo-ui-icon-keyboard { background-image: /* @embed */ url(themes/dye/images/icons/keyboard.svg); } .oo-ui-image-invert.oo-ui-icon-keyboard { background-image: /* @embed */ url(themes/dye/images/icons/keyboard-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-keyboard { background-image: /* @embed */ url(themes/dye/images/icons/keyboard-progressive.svg); } .oo-ui-icon-lightbulb { background-image: /* @embed */ url(themes/dye/images/icons/lightbulb.svg); } .oo-ui-image-invert.oo-ui-icon-lightbulb { background-image: /* @embed */ url(themes/dye/images/icons/lightbulb-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-lightbulb { background-image: /* @embed */ url(themes/dye/images/icons/lightbulb-progressive.svg); } .oo-ui-icon-logIn { background-image: /* @embed */ url(themes/dye/images/icons/logIn-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-logIn { background-image: /* @embed */ url(themes/dye/images/icons/logIn-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-logIn { background-image: /* @embed */ url(themes/dye/images/icons/logIn-ltr-progressive.svg); } .oo-ui-icon-logOut { background-image: /* @embed */ url(themes/dye/images/icons/logOut-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-logOut { background-image: /* @embed */ url(themes/dye/images/icons/logOut-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-logOut { background-image: /* @embed */ url(themes/dye/images/icons/logOut-ltr-progressive.svg); } .oo-ui-icon-network { background-image: /* @embed */ url(themes/dye/images/icons/network.svg); } .oo-ui-image-invert.oo-ui-icon-network { background-image: /* @embed */ url(themes/dye/images/icons/network-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-network { background-image: /* @embed */ url(themes/dye/images/icons/network-progressive.svg); } .oo-ui-icon-networkOff { background-image: /* @embed */ url(themes/dye/images/icons/networkOff.svg); } .oo-ui-image-invert.oo-ui-icon-networkOff { background-image: /* @embed */ url(themes/dye/images/icons/networkOff-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-networkOff { background-image: /* @embed */ url(themes/dye/images/icons/networkOff-progressive.svg); } .oo-ui-icon-newWindow { background-image: /* @embed */ url(themes/dye/images/icons/newWindow-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-newWindow { background-image: /* @embed */ url(themes/dye/images/icons/newWindow-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-newWindow { background-image: /* @embed */ url(themes/dye/images/icons/newWindow-ltr-progressive.svg); } .oo-ui-icon-pageSettings { background-image: /* @embed */ url(themes/dye/images/icons/pageSettings.svg); } .oo-ui-image-invert.oo-ui-icon-pageSettings { background-image: /* @embed */ url(themes/dye/images/icons/pageSettings-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-pageSettings { background-image: /* @embed */ url(themes/dye/images/icons/pageSettings-progressive.svg); } .oo-ui-icon-printer { background-image: /* @embed */ url(themes/dye/images/icons/printer.svg); } .oo-ui-image-invert.oo-ui-icon-printer { background-image: /* @embed */ url(themes/dye/images/icons/printer-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-printer { background-image: /* @embed */ url(themes/dye/images/icons/printer-progressive.svg); } .oo-ui-icon-reload { background-image: /* @embed */ url(themes/dye/images/icons/reload.svg); } .oo-ui-image-invert.oo-ui-icon-reload { background-image: /* @embed */ url(themes/dye/images/icons/reload-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-reload { background-image: /* @embed */ url(themes/dye/images/icons/reload-progressive.svg); } .oo-ui-icon-search { background-image: /* @embed */ url(themes/dye/images/icons/search.svg); } .oo-ui-image-invert.oo-ui-icon-search { background-image: /* @embed */ url(themes/dye/images/icons/search-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-search { background-image: /* @embed */ url(themes/dye/images/icons/search-progressive.svg); } .oo-ui-icon-settings { background-image: /* @embed */ url(themes/dye/images/icons/settings.svg); } .oo-ui-image-invert.oo-ui-icon-settings { background-image: /* @embed */ url(themes/dye/images/icons/settings-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-settings { background-image: /* @embed */ url(themes/dye/images/icons/settings-progressive.svg); } .oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand.svg); } .oo-ui-image-destructive.oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand-progressive.svg); } .oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract.svg); } .oo-ui-image-destructive.oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract-progressive.svg); }
dist/v0.43.0/resources/ooui/oojs-ui-dye-icons-interactions.css
.oo-ui-icon-add { background-image: /* @embed */ url(themes/dye/images/icons/add.svg); } .oo-ui-image-invert.oo-ui-icon-add { background-image: /* @embed */ url(themes/dye/images/icons/add-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-add { background-image: /* @embed */ url(themes/dye/images/icons/add-progressive.svg); } .oo-ui-icon-browser { background-image: /* @embed */ url(themes/dye/images/icons/browser-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-browser { background-image: /* @embed */ url(themes/dye/images/icons/browser-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-browser { background-image: /* @embed */ url(themes/dye/images/icons/browser-ltr-progressive.svg); } .oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel.svg); } .oo-ui-image-destructive.oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-cancel { background-image: /* @embed */ url(themes/dye/images/icons/cancel-progressive.svg); } .oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check.svg); } .oo-ui-image-destructive.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-destructive.svg); } .oo-ui-image-success.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-success.svg); } .oo-ui-image-invert.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-check { background-image: /* @embed */ url(themes/dye/images/icons/check-progressive.svg); } .oo-ui-icon-checkAll { background-image: /* @embed */ url(themes/dye/images/icons/checkAll.svg); } .oo-ui-image-invert.oo-ui-icon-checkAll { background-image: /* @embed */ url(themes/dye/images/icons/checkAll-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-checkAll { background-image: /* @embed */ url(themes/dye/images/icons/checkAll-progressive.svg); } .oo-ui-icon-clear { background-image: /* @embed */ url(themes/dye/images/icons/clear.svg); } .oo-ui-image-invert.oo-ui-icon-clear { background-image: /* @embed */ url(themes/dye/images/icons/clear-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-clear { background-image: /* @embed */ url(themes/dye/images/icons/clear-progressive.svg); } .oo-ui-icon-clock { background-image: /* @embed */ url(themes/dye/images/icons/clock.svg); } .oo-ui-image-invert.oo-ui-icon-clock { background-image: /* @embed */ url(themes/dye/images/icons/clock-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-clock { background-image: /* @embed */ url(themes/dye/images/icons/clock-progressive.svg); } .oo-ui-icon-close { background-image: /* @embed */ url(themes/dye/images/icons/close.svg); } .oo-ui-image-invert.oo-ui-icon-close { background-image: /* @embed */ url(themes/dye/images/icons/close-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-close { background-image: /* @embed */ url(themes/dye/images/icons/close-progressive.svg); } .oo-ui-icon-ellipsis { background-image: /* @embed */ url(themes/dye/images/icons/ellipsis.svg); } .oo-ui-image-invert.oo-ui-icon-ellipsis { background-image: /* @embed */ url(themes/dye/images/icons/ellipsis-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-ellipsis { background-image: /* @embed */ url(themes/dye/images/icons/ellipsis-progressive.svg); } .oo-ui-icon-feedback { background-image: /* @embed */ url(themes/dye/images/icons/feedback-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-feedback { background-image: /* @embed */ url(themes/dye/images/icons/feedback-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-feedback { background-image: /* @embed */ url(themes/dye/images/icons/feedback-ltr-progressive.svg); } .oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr.svg); } .oo-ui-image-destructive.oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-funnel { background-image: /* @embed */ url(themes/dye/images/icons/funnel-ltr-progressive.svg); } .oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand.svg); } .oo-ui-image-destructive.oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-hand { background-image: /* @embed */ url(themes/dye/images/icons/hand-progressive.svg); } .oo-ui-icon-heart { background-image: /* @embed */ url(themes/dye/images/icons/heart.svg); } .oo-ui-image-invert.oo-ui-icon-heart { background-image: /* @embed */ url(themes/dye/images/icons/heart-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-heart { background-image: /* @embed */ url(themes/dye/images/icons/heart-progressive.svg); } .oo-ui-icon-help { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr.svg); } /* @noflip */ .oo-ui-icon-help:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr.svg); } /* @noflip */ .oo-ui-icon-help:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-help { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-help:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-help:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-help { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-help:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-help:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/help-ltr-progressive.svg); } .oo-ui-icon-helpNotice { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr.svg); } /* @noflip */ .oo-ui-icon-helpNotice:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr.svg); } /* @noflip */ .oo-ui-icon-helpNotice:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-helpNotice { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-helpNotice:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-invert.svg); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-helpNotice:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-helpNotice { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-helpNotice:lang(he) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-progressive.svg); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-helpNotice:lang(yi) { background-image: /* @embed */ url(themes/dye/images/icons/helpNotice-ltr-progressive.svg); } .oo-ui-icon-home { background-image: /* @embed */ url(themes/dye/images/icons/home.svg); } .oo-ui-image-invert.oo-ui-icon-home { background-image: /* @embed */ url(themes/dye/images/icons/home-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-home { background-image: /* @embed */ url(themes/dye/images/icons/home-progressive.svg); } .oo-ui-icon-key { background-image: /* @embed */ url(themes/dye/images/icons/key.svg); } .oo-ui-image-invert.oo-ui-icon-key { background-image: /* @embed */ url(themes/dye/images/icons/key-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-key { background-image: /* @embed */ url(themes/dye/images/icons/key-progressive.svg); } .oo-ui-icon-keyboard { background-image: /* @embed */ url(themes/dye/images/icons/keyboard.svg); } .oo-ui-image-invert.oo-ui-icon-keyboard { background-image: /* @embed */ url(themes/dye/images/icons/keyboard-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-keyboard { background-image: /* @embed */ url(themes/dye/images/icons/keyboard-progressive.svg); } .oo-ui-icon-lightbulb { background-image: /* @embed */ url(themes/dye/images/icons/lightbulb.svg); } .oo-ui-image-invert.oo-ui-icon-lightbulb { background-image: /* @embed */ url(themes/dye/images/icons/lightbulb-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-lightbulb { background-image: /* @embed */ url(themes/dye/images/icons/lightbulb-progressive.svg); } .oo-ui-icon-logIn { background-image: /* @embed */ url(themes/dye/images/icons/logIn-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-logIn { background-image: /* @embed */ url(themes/dye/images/icons/logIn-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-logIn { background-image: /* @embed */ url(themes/dye/images/icons/logIn-ltr-progressive.svg); } .oo-ui-icon-logOut { background-image: /* @embed */ url(themes/dye/images/icons/logOut-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-logOut { background-image: /* @embed */ url(themes/dye/images/icons/logOut-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-logOut { background-image: /* @embed */ url(themes/dye/images/icons/logOut-ltr-progressive.svg); } .oo-ui-icon-network { background-image: /* @embed */ url(themes/dye/images/icons/network.svg); } .oo-ui-image-invert.oo-ui-icon-network { background-image: /* @embed */ url(themes/dye/images/icons/network-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-network { background-image: /* @embed */ url(themes/dye/images/icons/network-progressive.svg); } .oo-ui-icon-networkOff { background-image: /* @embed */ url(themes/dye/images/icons/networkOff.svg); } .oo-ui-image-invert.oo-ui-icon-networkOff { background-image: /* @embed */ url(themes/dye/images/icons/networkOff-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-networkOff { background-image: /* @embed */ url(themes/dye/images/icons/networkOff-progressive.svg); } .oo-ui-icon-newWindow { background-image: /* @embed */ url(themes/dye/images/icons/newWindow-ltr.svg); } .oo-ui-image-invert.oo-ui-icon-newWindow { background-image: /* @embed */ url(themes/dye/images/icons/newWindow-ltr-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-newWindow { background-image: /* @embed */ url(themes/dye/images/icons/newWindow-ltr-progressive.svg); } .oo-ui-icon-pageSettings { background-image: /* @embed */ url(themes/dye/images/icons/pageSettings.svg); } .oo-ui-image-invert.oo-ui-icon-pageSettings { background-image: /* @embed */ url(themes/dye/images/icons/pageSettings-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-pageSettings { background-image: /* @embed */ url(themes/dye/images/icons/pageSettings-progressive.svg); } .oo-ui-icon-printer { background-image: /* @embed */ url(themes/dye/images/icons/printer.svg); } .oo-ui-image-invert.oo-ui-icon-printer { background-image: /* @embed */ url(themes/dye/images/icons/printer-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-printer { background-image: /* @embed */ url(themes/dye/images/icons/printer-progressive.svg); } .oo-ui-icon-reload { background-image: /* @embed */ url(themes/dye/images/icons/reload.svg); } .oo-ui-image-invert.oo-ui-icon-reload { background-image: /* @embed */ url(themes/dye/images/icons/reload-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-reload { background-image: /* @embed */ url(themes/dye/images/icons/reload-progressive.svg); } .oo-ui-icon-search { background-image: /* @embed */ url(themes/dye/images/icons/search.svg); } .oo-ui-image-invert.oo-ui-icon-search { background-image: /* @embed */ url(themes/dye/images/icons/search-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-search { background-image: /* @embed */ url(themes/dye/images/icons/search-progressive.svg); } .oo-ui-icon-settings { background-image: /* @embed */ url(themes/dye/images/icons/settings.svg); } .oo-ui-image-invert.oo-ui-icon-settings { background-image: /* @embed */ url(themes/dye/images/icons/settings-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-settings { background-image: /* @embed */ url(themes/dye/images/icons/settings-progressive.svg); } .oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand.svg); } .oo-ui-image-destructive.oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-stopHand { background-image: /* @embed */ url(themes/dye/images/icons/hand-progressive.svg); } .oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract.svg); } .oo-ui-image-destructive.oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract-destructive.svg); } .oo-ui-image-invert.oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract-invert.svg); } .oo-ui-image-progressive.oo-ui-icon-subtract { background-image: /* @embed */ url(themes/dye/images/icons/subtract-progressive.svg); }
0.322633
0.06832
:root { --main-radius: 5px; --main-padding: 5px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Inter", sans-serif; } .container { display: grid; height: 100vh; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 0.2fr 1.5fr 1.2fr 0.8fr; grid-template-areas: "nav nav nav nav" "sidebar main main main" "sidebar content1 content2 content3" "sidebar footer footer footer"; grid-gap: 0.3rem; text-transform: uppercase; font-size: 1.1em; color: rgb(149, 212, 199); text-align: center; } nav { background-color: #ab66da; grid-area: nav; border-radius: var(--main-radius); padding: var(--main-padding); } main { background-color: #622180; grid-area: main; border-radius: var(--main-radius); padding: var(--main-padding); } #sidebar { background-color: #8005c7; grid-area: sidebar; border-radius: var(--main-radius); padding: var(--main-padding); } #content1 { background-color: #ae5cd4; grid-area: content1; border-radius: var(--main-radius); padding: var(--main-padding); } #content2 { background-color: #ae5cd4; grid-area: content2; border-radius: var(--main-radius); padding: var(--main-padding); } #content3 { background-color: #ae5cd4; grid-area: content3; border-radius: var(--main-radius); padding: var(--main-padding); } footer { background-color: #6d1874; grid-area: footer; border-radius: var(--main-radius); padding: var(--main-padding); } @media only screen and (max-width:720px) { .container { grid-template-columns: 1fr; grid-template-rows: 0.4fr 0.4fr 2.2fr 1.2fr 1.2fr 1.2fr 1fr; grid-template-areas: "nav" "sidebar" "main" "content1" "content2" "content3" "footer"; } }
CSS Grid/grid.css
:root { --main-radius: 5px; --main-padding: 5px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Inter", sans-serif; } .container { display: grid; height: 100vh; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 0.2fr 1.5fr 1.2fr 0.8fr; grid-template-areas: "nav nav nav nav" "sidebar main main main" "sidebar content1 content2 content3" "sidebar footer footer footer"; grid-gap: 0.3rem; text-transform: uppercase; font-size: 1.1em; color: rgb(149, 212, 199); text-align: center; } nav { background-color: #ab66da; grid-area: nav; border-radius: var(--main-radius); padding: var(--main-padding); } main { background-color: #622180; grid-area: main; border-radius: var(--main-radius); padding: var(--main-padding); } #sidebar { background-color: #8005c7; grid-area: sidebar; border-radius: var(--main-radius); padding: var(--main-padding); } #content1 { background-color: #ae5cd4; grid-area: content1; border-radius: var(--main-radius); padding: var(--main-padding); } #content2 { background-color: #ae5cd4; grid-area: content2; border-radius: var(--main-radius); padding: var(--main-padding); } #content3 { background-color: #ae5cd4; grid-area: content3; border-radius: var(--main-radius); padding: var(--main-padding); } footer { background-color: #6d1874; grid-area: footer; border-radius: var(--main-radius); padding: var(--main-padding); } @media only screen and (max-width:720px) { .container { grid-template-columns: 1fr; grid-template-rows: 0.4fr 0.4fr 2.2fr 1.2fr 1.2fr 1.2fr 1fr; grid-template-areas: "nav" "sidebar" "main" "content1" "content2" "content3" "footer"; } }
0.371365
0.177205
:root { --red: #9a0000; --yellow: #ffcc00; --blue: #006699; --black: #000000; --warmblack: #191918; --gray: #484848; --lightgray: #888888; --warmgray: #4b4b44; --warmlightgray: #656560; --white: #ffffff; --warmwhite: #fcfbe3; --zhighest: 8888; --zhigher: 4444; --zhigh: 2222; --z0: 0; --zlow: -2222; --zlower: -4444; --zlowest: -8888; } /* from http://www.fontsquirrel.com/ all ::: boycottregular carbontyperegular districtregular eraserregular gessoregular icomoon paint railwayregular stencil typewriterreport1942 universityregular woodcutnormal woodcutbold @font-face { font-family: "Open Sans"; src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("/fonts/OpenSans-Regular-webfont.woff") format("woff"); } */ @font-face { font-family: 'boycottregular'; src: url('fonts/BOYCOTT_-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .boycott { font-family: "boycottregular", Courier; } @font-face { font-family: 'carbontyperegular'; src: url('fonts/carbontype-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .carbon { font-family: "carbontyperegular", Courier; } @font-face { font-family: 'districtregular'; src: url('fonts/District-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .district { font-family: "districtregular", Courier; } @font-face { font-family: 'eraserregular'; src: url('fonts/EraserRegular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .erase { font-family: "eraserregular", Courier; } @font-face { font-family: 'gessoregular'; src: url('fonts/GESSO___-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .gesso { font-family: "gessoregular", Courier; } @font-face { font-family: 'icomoon'; src: url('fonts/icomoon/icomoon.woff') format('woff'); font-weight: normal; font-style: normal; } .icomoon { font-family: "icomoon", Courier; } /* paint splatter / no letters */ @font-face { font-family: 'paint'; src: url('fonts/WC_Rhesus_A_Bta-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .paint { font-family: "paint", Courier; } /*clean sans ...*/ @font-face { font-family: 'railwayregular'; src: url('fonts/Railway-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .railway { font-family: "railwayregular", Courier; } /* typewriter / grunge */ @font-face { font-family: 'typewriterreport1942'; src: url('fonts/1942-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .report1942 { font-family: "typewriterreport1942", Courier; } /* grunge / stencil / graffiti */ @font-face { font-family: 'stencil'; src: url('fonts/Capture_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .stencil { font-family: "stencil", Courier; } @font-face { font-family: 'universityregular'; src: url('fonts/TRENU___-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .university { font-family: "universityregular", Courier; } /* woodcut look good sketched width letters */ @font-face { font-family: 'woodcutnormal'; src: url('fonts/Archistico_Simple-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .woodcut { font-family: "woodcutnormal", Courier; } @font-face { font-family: 'woodcutbold'; src: url('fonts/Archistico_Bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .woodcutbold { font-family: "woodcutbold", Courier; } /* BLANK SLATE ::: Clear defaults */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul, dl { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; display: inline; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* end blankslate*/ html { font-family: "Lucida Console", Monaco, monospace; font-family: 'Open Sans', Helvetica, sans-serif; font-size: 16px; line-height: 24px; letter-spacing: 0.1em; margin: 0;padding: 0;border: 0; vertical-align: baseline; min-width:100%; min-height:100%; } @media only screen and (max-width: 900px) { html { font-size: 14px; } } @media only screen and (max-width: 600px) { html { font-size: 14px; line-height: 19px; letter-spacing: 0.12em; } } /*@media screen and (min-width: 320px) { html { font-size: 12px; line-height: 18px; font-size: calc(12px + 6 * ( (100vw - 320px) / 680 )); } } @media screen and (min-width: 1000px) { html { font-size: 32px; } }*/ .small { font-size: .8em; } .smaller { font-size: .6em; } .smallest { font-size: .5em; } .large { font-size: 2em; } .larger { font-size: 4em; } .largest { font-size: 8em; } .zhighest { z-index: 8888; z-index: var(--zhighest); } .zhigher { z-index: 4444; z-index: var(--zhigher); } .zhigh { z-index: 2222; z-index: var(--zhigh); } .z0 { z-index: 0; z-index: var(--z0); } .zlow { z-index: -2222; z-index: var(--zlow); } .zlower { z-index: -4444; z-index: var(--zlower); } .zlowest { z-index: -8888; z-index: var(--zlowest); } .red { color: #9a0000; color: var(--red); fill: var(--red); } .yellow { color: #ffcc00; color: var(--yellow); fill: var(--yellow); } .blue { color: #006699; color: var(--blue); fill: var(--blue); } .black { color: #000000; color: var(--black); fill: var(--black); } .warmblack { color: #191918; color: var(--warmblack); fill: var(--warmblack); } .gray { color: #484848; color: var(--gray); fill: var(--gray); } .lightgray { color: #888888; color: var(--lightgray); fill: var(--lightgray); } .warmgray { color: #4b4b44; color: var(--warmgray); fill: var(--warmgray); } .warmlightgray { color: #656560; color: var(--warmlightgray); fill: var(--warmlightgray); } .white { color: #ffffff; color: var(--white); fill: var(--white); } .warmwhite { color: #fcfbe3; color: var(--warmwhite); fill: var(--warmwhite); } body { margin: 0; padding: 0; border: 0; padding: 0px 0px; background-color: #282828; background-color: var(--warmgray); color: #fcfbe3; color: var(--warmwhite); top:0; left:0; width:100%; height: 100%; min-width:100%; min-height:100%; text-align:left; letter-spacing: 0.1em; } div.frame, svg.frame, h1.frame, main.frame, canvas.frame { position: fixed; top: 0; left: 0; vertical-align: top; text-align: left; margin: 0; width: 100%; height: 100%; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; padding: 0% 0% 0% 0%; overflow: hidden; background-color: transparent; perspective: 50px; -webkit-perspective: 50px; -moz-perspective: 50px; -ms-perspective: 50px; transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; } body.frame { position: fixed; top: 0; left: 0; vertical-align: top; text-align: left; margin: 0; width: 100%; height: 100%; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; padding: 0% 0% 0% 0%; overflow: auto; background-color: transparent; perspective: 50px; -webkit-perspective: 50px; -moz-perspective: 50px; -ms-perspective: 50px; transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; } div.absolute { position: absolute; top: 0; left: 0; vertical-align: top; perspective: 50px; -webkit-perspective: 50px; -moz-perspective: 50px; -ms-perspective: 50px; transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; } #contentframe { width: 90%; height: 90%; min-width: 90%; max-width: 90%; min-height: 90%; max-height: 90%; } main { position: relative; padding: 1em; /*overflow-y: scroll; overflow-x: hidden;*/ border: 0px; /*overflow-wrap: break-word;*/ /*display: flex; justify-content: center; flex-wrap: wrap;*/ background-color: var(--warmblack); transition: opacity 4s ease-in-out; margin-left: 8%; width: 80%; max-width: 80%; /*background-color:rgba(0, 0, 0, 0.4);*/ /*border: .5em var(--warmlightgray) dashed; border-left: .5em var(--warmgray) dashed; border-right: .5em var(--warmwhite) dashed;*/ } article { padding: 1em; /*margin: 20px 20px;*/ /*width: 100%; min-width: 100%;*/ /*background-color: var(--red);*/ } .optimize { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); } header { /*max-width: 100%; width: 100%;*/ } body > div > main > header { padding: 1em 1em; /*max-width: 100%; width: 100%;*/ background-color: #fcfbe3; background-color: var(--warmwhite); /*overflow: hidden;*/ } h1 { margin: 0px; margin-top: .4em; margin-bottom: .2em; /*padding-left: 1em; padding-right: 1em;*/ font-size: 2em; line-height: 1.4em; letter-spacing: .1em; color: #fcfbe3; color: var(--warmwhite); font-family: "Courier New", Courier, monospace; /* typewriter ! */ } body > div > main > header > h1 { font-size: 2em; line-height: 1em; margin-top: 0em; color: #000000; color: var(--warmblack); font-weight: bolder; font-family: "Courier New", Courier, monospace; /* typewriter ! */ } h2 { margin: 0px; margin-bottom: .4em; color: var(--warmgray); font-size: 1.1em; line-height: 1.1em; } body > div > main > header > h2 { font-size: 1em; line-height: 1.5em; font-style: italic; } h3 { margin: 0px; margin-bottom: 0.8em; font-size: 1em; line-height: 1.1em; } body > div > main > header > h3 { font-size: 2em; line-height: 1.2em; } h5 { margin: 0px; margin-top: 1em; margin-bottom: 0.6em; font-size: 1.2em; line-height: 1em; font-weight: bold; color:#ffcc00; color: var(--warmwhite); } .flexcontainer { display: flex; /*or inline-flex*/ flex-direction: row; /* || column || row-reverse || column-reverse; */ flex-wrap: nowrap; || /* wrap || wrap-reverse; */ justify-content: flex-start; /* || flex-end || center || space-between || space-around */ align-items: flex-start; /* || flex-end || center || stretch || baseline */ } .flexitem { order: 0; /* or 1, 2, 3 ....*/ flex-grow: 0; /* or 1, 2, 3 ... to let it grow to fit box ::: there is also a flex-shrink */ flex-basis: auto; /* or a value 150px; */ align-self: auto; /* || flex-start || flex-end || center || baseline || stretch */ } ul.circle, ol.circle, dl.circle { margin-left:30px; list-style: circle; list-style-position: inside; } ul.circle li, ol.circle li, dl.circle dt { display: list-item; padding-bottom: .6em; list-style: circle; list-style-position: outside; } /* https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */ nav ul { position: relative; list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; flex-direction: row; /* justify-content: space-between || space-around || flex-start || flex-end*/ justify-content: flex-start; padding: 1em 0em; margin: 0; vertical-align: baseline; z-index:8888; } nav ul li { padding: 1.2em; vertical-align: baseline; z-index:88888; } nav ul li.title { flex-grow: 2; } p { margin: 0; margin-top: .8em; margin-bottom: .8em; line-height: 1.5em; } div { line-height: 1.5em; } pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } i { font-style: italic; } .italic { font-style: italic; } small { font-size: 0.8em; } .small { font-size: 0.8em; } div.terminalentry { font-family: Courier, monospace; white-space: pre; font-size: 1em; font-weight: bold; margin-bottom: 1em; z-index: 9999999; color: #000000; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.rhterminalentry { font-family: Courier, monospace; white-space: pre; font-size: 4em; color: #880000; margin-bottom: 1em; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.textalignright { text-align:right; } code { font-family: Courier, 'New Courier', monospace; font-size: 0.8em; } .center { text-align: center; } div.billboard { /*font-family: Courier, 'New Courier', monospace;*/ font-size: 2em; letter-spacing: 0.15em; /*background-color: var(--warmgray);*/ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding-left:2vw; padding-right:2vw; } div.hawona { /*font-family: stencil, monospace;*/ /*font-family: archisticonormal, monospace;*/ /*font-family: archisticobold, monospace;*/ /*font-family: typewriterreport1942, monospace;*/ /*font-family: paintsplatter, monospace;*/ position: absolute; left: 0; width:100%; min-width:98%; font-size: 2em; text-align:center; font-weight: bold; letter-spacing: 0.15em; /*background-color: var(--warmgray);*/ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding-left:2vw; padding-right:2vw; } p.code, div.code { font-family: Courier, 'New Courier', monospace; font-size: 0.8em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding-left:4em; padding-right:4em; } .drawpath { stroke-dasharray: 50000 50000; stroke-dashoffset: 50000; animation: dash 18s linear forwards; } a { z-index: 8888; z-index: var(--zhighest); font-weight:bolder; text-decoration: none; color: #006699; color: var(--yellow); } a:hover { z-index: 8888; z-index: var(--zhighest); text-decoration: underline; color: #9a0000; color: var(--red); } svg.icon { width: 50px; } nav ul li a { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: #fcfbe3; fill: #fcfbe3; color: var(--warmwhite); fill: var(--warmwhite); border-right: none; border-bottom: solid 8px #191918; } nav ul li a:hover { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: var(--red); fill: var(--red); border-bottom: solid 8px #fcfbe3; } nav ul li.active a { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: #fcfbe3; fill: #fcfbe3; color: var(--warmwhite); fill: var(--warmwhite); border-right: none; border-bottom: solid 8px #9a0000; } nav ul li.active a:hover { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: var(--warmblack); fill: var(--warmblack); border-bottom: solid 8px #191918; } @keyframes dash { to { stroke-dashoffset: 0; } } } figure { margin-bottom: 3.0em; text-align:left; border-top: solid 2px #cccccc; border-bottom: solid 2px #cccccc; padding-top:1em; padding-bottom:1em; } figure img { clear:both; vertical-align:middle; max-width:100%; max-height:100%; } figure video { clear:both; max-width:100%; max-height:100%; } figure audio { clear:both; max-width:100%; max-height:100%; } figure figcaption { margin:top: 1em; font-size:.8em; color: #006699; } div.vimeowrapper16x9 { position: relative; /*max-width : 1280px;*/ padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } div.vimeowrapper16x9 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .vimeo-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; overflow: hidden; } .vimeo-wrapper iframe { width: 100vw; height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */ min-height: 100vh; min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } select { width: 80%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; font-size: 1.1em; font-weight: bold; color: #000000; } input[type="submit"] { width: 80%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; font-size: 1.1em; font-weight: bold; color: #ffffeb; background-color: #9a0000; color: var(--warmwhite); background-color: var(--red); } input[type="text"] { width: 90%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; } div.input { padding: 1em; width: 95%; } div.inputgroup { margin: 1em; width: 95%; padding: 1em; border-left: 2px solid #ffcc00; } label::before { content: "::: "; color: #ffcc00; color: var(--yellow); } input[type="radio"], input[type="checkbox"], input[type="number"] { margin: 1em 1em; padding: 0.5em; display: inline; font-size: 1.1em; /* outline: 2px solid #cccccc; */ } label { font-size: 1.1em; display: inline; } @media print { #menu, #nav, #sidebar, #sidebar-wrapper { display:none} #main-wrapper {width: 100%; margin: 0; float: none; } body { background: white; } body { font:normal 14px Georgia, "Times New Roman", Times, serif; line-height: 1.5em; color: #222; } #container { background: transparent;} @page { margin: 0.5cm; } a:link { font-weight: bold; text-decoration: underline; color: #000; } a:link:after { content: " (" attr(href) ") "; } body:after { display: block; content: "Thank you for printing our content."; margin-top: 30px; font-size: 11pt; color:#555; border-top: 1px dotted #555; } .noprint { display:none } }
css/draw.css
:root { --red: #9a0000; --yellow: #ffcc00; --blue: #006699; --black: #000000; --warmblack: #191918; --gray: #484848; --lightgray: #888888; --warmgray: #4b4b44; --warmlightgray: #656560; --white: #ffffff; --warmwhite: #fcfbe3; --zhighest: 8888; --zhigher: 4444; --zhigh: 2222; --z0: 0; --zlow: -2222; --zlower: -4444; --zlowest: -8888; } /* from http://www.fontsquirrel.com/ all ::: boycottregular carbontyperegular districtregular eraserregular gessoregular icomoon paint railwayregular stencil typewriterreport1942 universityregular woodcutnormal woodcutbold @font-face { font-family: "Open Sans"; src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("/fonts/OpenSans-Regular-webfont.woff") format("woff"); } */ @font-face { font-family: 'boycottregular'; src: url('fonts/BOYCOTT_-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .boycott { font-family: "boycottregular", Courier; } @font-face { font-family: 'carbontyperegular'; src: url('fonts/carbontype-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .carbon { font-family: "carbontyperegular", Courier; } @font-face { font-family: 'districtregular'; src: url('fonts/District-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .district { font-family: "districtregular", Courier; } @font-face { font-family: 'eraserregular'; src: url('fonts/EraserRegular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .erase { font-family: "eraserregular", Courier; } @font-face { font-family: 'gessoregular'; src: url('fonts/GESSO___-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .gesso { font-family: "gessoregular", Courier; } @font-face { font-family: 'icomoon'; src: url('fonts/icomoon/icomoon.woff') format('woff'); font-weight: normal; font-style: normal; } .icomoon { font-family: "icomoon", Courier; } /* paint splatter / no letters */ @font-face { font-family: 'paint'; src: url('fonts/WC_Rhesus_A_Bta-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .paint { font-family: "paint", Courier; } /*clean sans ...*/ @font-face { font-family: 'railwayregular'; src: url('fonts/Railway-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .railway { font-family: "railwayregular", Courier; } /* typewriter / grunge */ @font-face { font-family: 'typewriterreport1942'; src: url('fonts/1942-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .report1942 { font-family: "typewriterreport1942", Courier; } /* grunge / stencil / graffiti */ @font-face { font-family: 'stencil'; src: url('fonts/Capture_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .stencil { font-family: "stencil", Courier; } @font-face { font-family: 'universityregular'; src: url('fonts/TRENU___-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .university { font-family: "universityregular", Courier; } /* woodcut look good sketched width letters */ @font-face { font-family: 'woodcutnormal'; src: url('fonts/Archistico_Simple-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .woodcut { font-family: "woodcutnormal", Courier; } @font-face { font-family: 'woodcutbold'; src: url('fonts/Archistico_Bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .woodcutbold { font-family: "woodcutbold", Courier; } /* BLANK SLATE ::: Clear defaults */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul, dl { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; display: inline; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* end blankslate*/ html { font-family: "Lucida Console", Monaco, monospace; font-family: 'Open Sans', Helvetica, sans-serif; font-size: 16px; line-height: 24px; letter-spacing: 0.1em; margin: 0;padding: 0;border: 0; vertical-align: baseline; min-width:100%; min-height:100%; } @media only screen and (max-width: 900px) { html { font-size: 14px; } } @media only screen and (max-width: 600px) { html { font-size: 14px; line-height: 19px; letter-spacing: 0.12em; } } /*@media screen and (min-width: 320px) { html { font-size: 12px; line-height: 18px; font-size: calc(12px + 6 * ( (100vw - 320px) / 680 )); } } @media screen and (min-width: 1000px) { html { font-size: 32px; } }*/ .small { font-size: .8em; } .smaller { font-size: .6em; } .smallest { font-size: .5em; } .large { font-size: 2em; } .larger { font-size: 4em; } .largest { font-size: 8em; } .zhighest { z-index: 8888; z-index: var(--zhighest); } .zhigher { z-index: 4444; z-index: var(--zhigher); } .zhigh { z-index: 2222; z-index: var(--zhigh); } .z0 { z-index: 0; z-index: var(--z0); } .zlow { z-index: -2222; z-index: var(--zlow); } .zlower { z-index: -4444; z-index: var(--zlower); } .zlowest { z-index: -8888; z-index: var(--zlowest); } .red { color: #9a0000; color: var(--red); fill: var(--red); } .yellow { color: #ffcc00; color: var(--yellow); fill: var(--yellow); } .blue { color: #006699; color: var(--blue); fill: var(--blue); } .black { color: #000000; color: var(--black); fill: var(--black); } .warmblack { color: #191918; color: var(--warmblack); fill: var(--warmblack); } .gray { color: #484848; color: var(--gray); fill: var(--gray); } .lightgray { color: #888888; color: var(--lightgray); fill: var(--lightgray); } .warmgray { color: #4b4b44; color: var(--warmgray); fill: var(--warmgray); } .warmlightgray { color: #656560; color: var(--warmlightgray); fill: var(--warmlightgray); } .white { color: #ffffff; color: var(--white); fill: var(--white); } .warmwhite { color: #fcfbe3; color: var(--warmwhite); fill: var(--warmwhite); } body { margin: 0; padding: 0; border: 0; padding: 0px 0px; background-color: #282828; background-color: var(--warmgray); color: #fcfbe3; color: var(--warmwhite); top:0; left:0; width:100%; height: 100%; min-width:100%; min-height:100%; text-align:left; letter-spacing: 0.1em; } div.frame, svg.frame, h1.frame, main.frame, canvas.frame { position: fixed; top: 0; left: 0; vertical-align: top; text-align: left; margin: 0; width: 100%; height: 100%; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; padding: 0% 0% 0% 0%; overflow: hidden; background-color: transparent; perspective: 50px; -webkit-perspective: 50px; -moz-perspective: 50px; -ms-perspective: 50px; transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; } body.frame { position: fixed; top: 0; left: 0; vertical-align: top; text-align: left; margin: 0; width: 100%; height: 100%; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; padding: 0% 0% 0% 0%; overflow: auto; background-color: transparent; perspective: 50px; -webkit-perspective: 50px; -moz-perspective: 50px; -ms-perspective: 50px; transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; } div.absolute { position: absolute; top: 0; left: 0; vertical-align: top; perspective: 50px; -webkit-perspective: 50px; -moz-perspective: 50px; -ms-perspective: 50px; transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; } #contentframe { width: 90%; height: 90%; min-width: 90%; max-width: 90%; min-height: 90%; max-height: 90%; } main { position: relative; padding: 1em; /*overflow-y: scroll; overflow-x: hidden;*/ border: 0px; /*overflow-wrap: break-word;*/ /*display: flex; justify-content: center; flex-wrap: wrap;*/ background-color: var(--warmblack); transition: opacity 4s ease-in-out; margin-left: 8%; width: 80%; max-width: 80%; /*background-color:rgba(0, 0, 0, 0.4);*/ /*border: .5em var(--warmlightgray) dashed; border-left: .5em var(--warmgray) dashed; border-right: .5em var(--warmwhite) dashed;*/ } article { padding: 1em; /*margin: 20px 20px;*/ /*width: 100%; min-width: 100%;*/ /*background-color: var(--red);*/ } .optimize { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); } header { /*max-width: 100%; width: 100%;*/ } body > div > main > header { padding: 1em 1em; /*max-width: 100%; width: 100%;*/ background-color: #fcfbe3; background-color: var(--warmwhite); /*overflow: hidden;*/ } h1 { margin: 0px; margin-top: .4em; margin-bottom: .2em; /*padding-left: 1em; padding-right: 1em;*/ font-size: 2em; line-height: 1.4em; letter-spacing: .1em; color: #fcfbe3; color: var(--warmwhite); font-family: "Courier New", Courier, monospace; /* typewriter ! */ } body > div > main > header > h1 { font-size: 2em; line-height: 1em; margin-top: 0em; color: #000000; color: var(--warmblack); font-weight: bolder; font-family: "Courier New", Courier, monospace; /* typewriter ! */ } h2 { margin: 0px; margin-bottom: .4em; color: var(--warmgray); font-size: 1.1em; line-height: 1.1em; } body > div > main > header > h2 { font-size: 1em; line-height: 1.5em; font-style: italic; } h3 { margin: 0px; margin-bottom: 0.8em; font-size: 1em; line-height: 1.1em; } body > div > main > header > h3 { font-size: 2em; line-height: 1.2em; } h5 { margin: 0px; margin-top: 1em; margin-bottom: 0.6em; font-size: 1.2em; line-height: 1em; font-weight: bold; color:#ffcc00; color: var(--warmwhite); } .flexcontainer { display: flex; /*or inline-flex*/ flex-direction: row; /* || column || row-reverse || column-reverse; */ flex-wrap: nowrap; || /* wrap || wrap-reverse; */ justify-content: flex-start; /* || flex-end || center || space-between || space-around */ align-items: flex-start; /* || flex-end || center || stretch || baseline */ } .flexitem { order: 0; /* or 1, 2, 3 ....*/ flex-grow: 0; /* or 1, 2, 3 ... to let it grow to fit box ::: there is also a flex-shrink */ flex-basis: auto; /* or a value 150px; */ align-self: auto; /* || flex-start || flex-end || center || baseline || stretch */ } ul.circle, ol.circle, dl.circle { margin-left:30px; list-style: circle; list-style-position: inside; } ul.circle li, ol.circle li, dl.circle dt { display: list-item; padding-bottom: .6em; list-style: circle; list-style-position: outside; } /* https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */ nav ul { position: relative; list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; flex-direction: row; /* justify-content: space-between || space-around || flex-start || flex-end*/ justify-content: flex-start; padding: 1em 0em; margin: 0; vertical-align: baseline; z-index:8888; } nav ul li { padding: 1.2em; vertical-align: baseline; z-index:88888; } nav ul li.title { flex-grow: 2; } p { margin: 0; margin-top: .8em; margin-bottom: .8em; line-height: 1.5em; } div { line-height: 1.5em; } pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } i { font-style: italic; } .italic { font-style: italic; } small { font-size: 0.8em; } .small { font-size: 0.8em; } div.terminalentry { font-family: Courier, monospace; white-space: pre; font-size: 1em; font-weight: bold; margin-bottom: 1em; z-index: 9999999; color: #000000; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.rhterminalentry { font-family: Courier, monospace; white-space: pre; font-size: 4em; color: #880000; margin-bottom: 1em; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.textalignright { text-align:right; } code { font-family: Courier, 'New Courier', monospace; font-size: 0.8em; } .center { text-align: center; } div.billboard { /*font-family: Courier, 'New Courier', monospace;*/ font-size: 2em; letter-spacing: 0.15em; /*background-color: var(--warmgray);*/ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding-left:2vw; padding-right:2vw; } div.hawona { /*font-family: stencil, monospace;*/ /*font-family: archisticonormal, monospace;*/ /*font-family: archisticobold, monospace;*/ /*font-family: typewriterreport1942, monospace;*/ /*font-family: paintsplatter, monospace;*/ position: absolute; left: 0; width:100%; min-width:98%; font-size: 2em; text-align:center; font-weight: bold; letter-spacing: 0.15em; /*background-color: var(--warmgray);*/ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding-left:2vw; padding-right:2vw; } p.code, div.code { font-family: Courier, 'New Courier', monospace; font-size: 0.8em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; padding-left:4em; padding-right:4em; } .drawpath { stroke-dasharray: 50000 50000; stroke-dashoffset: 50000; animation: dash 18s linear forwards; } a { z-index: 8888; z-index: var(--zhighest); font-weight:bolder; text-decoration: none; color: #006699; color: var(--yellow); } a:hover { z-index: 8888; z-index: var(--zhighest); text-decoration: underline; color: #9a0000; color: var(--red); } svg.icon { width: 50px; } nav ul li a { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: #fcfbe3; fill: #fcfbe3; color: var(--warmwhite); fill: var(--warmwhite); border-right: none; border-bottom: solid 8px #191918; } nav ul li a:hover { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: var(--red); fill: var(--red); border-bottom: solid 8px #fcfbe3; } nav ul li.active a { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: #fcfbe3; fill: #fcfbe3; color: var(--warmwhite); fill: var(--warmwhite); border-right: none; border-bottom: solid 8px #9a0000; } nav ul li.active a:hover { z-index: 8888; z-index: var(--zhighest); text-decoration: none; color: var(--warmblack); fill: var(--warmblack); border-bottom: solid 8px #191918; } @keyframes dash { to { stroke-dashoffset: 0; } } } figure { margin-bottom: 3.0em; text-align:left; border-top: solid 2px #cccccc; border-bottom: solid 2px #cccccc; padding-top:1em; padding-bottom:1em; } figure img { clear:both; vertical-align:middle; max-width:100%; max-height:100%; } figure video { clear:both; max-width:100%; max-height:100%; } figure audio { clear:both; max-width:100%; max-height:100%; } figure figcaption { margin:top: 1em; font-size:.8em; color: #006699; } div.vimeowrapper16x9 { position: relative; /*max-width : 1280px;*/ padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } div.vimeowrapper16x9 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .vimeo-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; overflow: hidden; } .vimeo-wrapper iframe { width: 100vw; height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */ min-height: 100vh; min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } select { width: 80%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; font-size: 1.1em; font-weight: bold; color: #000000; } input[type="submit"] { width: 80%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; font-size: 1.1em; font-weight: bold; color: #ffffeb; background-color: #9a0000; color: var(--warmwhite); background-color: var(--red); } input[type="text"] { width: 90%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; } div.input { padding: 1em; width: 95%; } div.inputgroup { margin: 1em; width: 95%; padding: 1em; border-left: 2px solid #ffcc00; } label::before { content: "::: "; color: #ffcc00; color: var(--yellow); } input[type="radio"], input[type="checkbox"], input[type="number"] { margin: 1em 1em; padding: 0.5em; display: inline; font-size: 1.1em; /* outline: 2px solid #cccccc; */ } label { font-size: 1.1em; display: inline; } @media print { #menu, #nav, #sidebar, #sidebar-wrapper { display:none} #main-wrapper {width: 100%; margin: 0; float: none; } body { background: white; } body { font:normal 14px Georgia, "Times New Roman", Times, serif; line-height: 1.5em; color: #222; } #container { background: transparent;} @page { margin: 0.5cm; } a:link { font-weight: bold; text-decoration: underline; color: #000; } a:link:after { content: " (" attr(href) ") "; } body:after { display: block; content: "Thank you for printing our content."; margin-top: 30px; font-size: 11pt; color:#555; border-top: 1px dotted #555; } .noprint { display:none } }
0.42322
0.142381
@media only screen and (min-width: 550px) { .modal_content { width: 500px; margin: 0 auto; } .modal_form .modal_name, .modal_form .modal_telephone, .modal_form .modal_email { padding-right: 73px; } .amazingslider-arrow-right-1 { right: -50px !important; } .amazingslider-arrow-left-1 { left: -50px !important; } .scheme_of_work_button { width: 460px; margin: 0 auto; } .mejs__controls .mejs__play button, .mejs__controls .mejs__replay button, .mejs__controls .mejs__pause button, .mejs__playpause-button button { margin-left: 32px; } .mejs__time-total { width: 300px; } .mejs__horizontal-volume-total { position: relative; left: 10px; } .mejs__horizontal-volume-slider { float: right; right: 0; } .promo_music { width: 532px; } .promo_music_whom li { display: inline-block; padding: 0; } .promo_music .he { padding: 0 25px 10px 33px; } .promo_music .she { padding: 0 26px 10px 20px; } .promo_music .action { padding: 0 32px 0 29px; } .promo_music .he img, .promo_music .she img, .promo_music .action img{ clear: none; display: inline-block; margin-left: 0; } .promo_music .he img{ position: relative; top: 5px } .promo_music .he img, .promo_music .action img { margin-bottom: 0; } .promo_music .he span, .promo_music .she span, .promo_music .action span{ display: inline-block; } .who_name{ padding-top: 20px; } .whom_songs_example .who{ width: 50%; display: inline-block; } .example_songs_feedback{ width: 470px; margin: 0 40px; } .example_songs_feedback .mejs__time-total{ width: 250px; } } @media only screen and (min-width: 650px) { .example_songs_line{ width: 570px; } .rates .prices{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rates .price{ width: 270px; margin-right: 60px; } } @media only screen and (min-width: 768px) { .promo_music { margin: 0 auto 0 51px; } .scheme_of_work_steps .apply_online, .scheme_of_work_steps .payment_method, .scheme_of_work_steps .get_song { width: 48%; } .scheme_of_work_steps { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-direction: row; -ms-flex-wrap: wrap; -ms-flex-pack: distribute; flex-wrap: wrap; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; } .global-conclusion p { width: 669px; display: block; margin: 0 auto; } .super_offer .container { top: -57px; } .example_songs .container > p { width: 636px; margin: 0 auto 75px auto; } } @media only screen and (min-width: 992px) { #nav-icon { display: none; } .navigation { display: block; clear: none; width: 100%; } .navigation a { display: inline-block; } header .contacts { position: static; float: right; } .promo_header1 { width: 100%; } .emotions { margin: 0 auto; width: 805px; } .super_offer .container { top: -70px; } .whom_songs_example .who{ margin: 50px; } .details_offer .details, .details_offer .super_offer_order { display: inline-block; } .details_offer .details { width: 60%; } .details_offer .super_offer_order { width: 39%; vertical-align: top; } .details_offer .details p { text-align: left; display: block; margin-left: 90px; } .details_offer .details img { margin-right: 24px; display: block; } .example_songs_feedbacks { display: inline-block; } .example_songs_feedbacks img { vertical-align: top; } .order { margin: 0; } .details_offer { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .whom_songs_example{ display: table; } .whom_songs_example .who{ display: inline-block; width: 22%; } .spoilers { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; display: -webkit-box; display: -ms-flexbox; display: flex; } .example_songs_line_man span { left: -135px; top: 0; } .example_songs_line_action span { top: 40px; left: -90px; width: 245px; } .spoilers .spoiler_first_column, .spoilers .spoiler_second_column{ width: 48%; display: inline-block; } footer .container { display: -webkit-box; display: -ms-flexbox; display: flex; } footer .logo { float: none; } footer .data { clear: none; width: 55%; margin: 0 10px; } footer .contacts { position: static; } footer .contacts .telephone, footer .contacts .socials { display: inline-block; } } @media only screen and (min-width: 1020px) { header .contacts { position: absolute; top: 0; right: 0; margin: 10px 20px 10px; } } @media only screen and (min-width: 1250px) { header { position: relative; } header .container { display: -webkit-box; display: -ms-flexbox; display: flex; } header .contacts { position: static; } header .contacts .telephone, header .contacts .socials { float: left; } .navigation { width: 68%; } .scheme_of_work_steps .apply_online, .scheme_of_work_steps .payment_method, .scheme_of_work_steps .get_song { width: 31%; } .apply_online_action, .get_song_action { display: block; margin-bottom: 40px; } .payment_method_icon_container { border-right: 1px solid #49b8d1; border-left: 1px solid #49b8d1; } .apply_online_icon, .payment_method_icon, .get_song_icon { margin: auto; width: auto; background-position: center; } .apply_online_icon { padding-right: 120px; } .payment_method_icon { padding: 0 120px; } .get_song_icon { padding-left: 120px; } .payment_method_icon img { right: 45%; } .apply_online_icon img, .get_song_icon img { right: 42%; } .apply_online_action, .get_song_action { padding: 0 59px; } .payment_method_action { padding: 0 100px; } .apply_online_text p, .payment_method_text p, .get_song_text p { padding: 0 70px; } .example_songs_feedbacks { display: -webkit-box; display: -ms-flexbox; display: flex; } .example_songs_feedbacks .example_songs_feedback:last-of-type{ margin-top: 0; } .example_songs_feedbacks .example_songs_feedback:first-of-type { margin-right: 235px; } .details_offer .details img { margin-left: 28px; } .super_offer_order .order { margin-top: 0; } .whom_songs_example .who{ margin: 50px 0; width: 19%; } .whom_songs_example .who:nth-of-type(2), .whom_songs_example .who:nth-of-type(5){ margin: 50px 248px; } .example_songs_feedback:first-of-type{ margin-right: 235px; } footer .logo img { position: relative; top: -23px; } header .container, .super_offer .super_offer_content, .scheme_of_work .container, .whom_songs .container, .example_songs .container, .video .container, .answer_question .container, .global-conclusion .container, footer .container { margin: 0 auto; width: 1200px; } .super_offer .container { top: -87px; } } @media only screen and (min-width: 1350px) { .promo .container, .feedback .container, .feedback_slider .container, .rates .container { margin: 0 auto; width: 1335px; } } @media only screen and (min-width: 1450px) { .super_offer .container { top: -100px; } }
app/css/media.css
@media only screen and (min-width: 550px) { .modal_content { width: 500px; margin: 0 auto; } .modal_form .modal_name, .modal_form .modal_telephone, .modal_form .modal_email { padding-right: 73px; } .amazingslider-arrow-right-1 { right: -50px !important; } .amazingslider-arrow-left-1 { left: -50px !important; } .scheme_of_work_button { width: 460px; margin: 0 auto; } .mejs__controls .mejs__play button, .mejs__controls .mejs__replay button, .mejs__controls .mejs__pause button, .mejs__playpause-button button { margin-left: 32px; } .mejs__time-total { width: 300px; } .mejs__horizontal-volume-total { position: relative; left: 10px; } .mejs__horizontal-volume-slider { float: right; right: 0; } .promo_music { width: 532px; } .promo_music_whom li { display: inline-block; padding: 0; } .promo_music .he { padding: 0 25px 10px 33px; } .promo_music .she { padding: 0 26px 10px 20px; } .promo_music .action { padding: 0 32px 0 29px; } .promo_music .he img, .promo_music .she img, .promo_music .action img{ clear: none; display: inline-block; margin-left: 0; } .promo_music .he img{ position: relative; top: 5px } .promo_music .he img, .promo_music .action img { margin-bottom: 0; } .promo_music .he span, .promo_music .she span, .promo_music .action span{ display: inline-block; } .who_name{ padding-top: 20px; } .whom_songs_example .who{ width: 50%; display: inline-block; } .example_songs_feedback{ width: 470px; margin: 0 40px; } .example_songs_feedback .mejs__time-total{ width: 250px; } } @media only screen and (min-width: 650px) { .example_songs_line{ width: 570px; } .rates .prices{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rates .price{ width: 270px; margin-right: 60px; } } @media only screen and (min-width: 768px) { .promo_music { margin: 0 auto 0 51px; } .scheme_of_work_steps .apply_online, .scheme_of_work_steps .payment_method, .scheme_of_work_steps .get_song { width: 48%; } .scheme_of_work_steps { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-direction: row; -ms-flex-wrap: wrap; -ms-flex-pack: distribute; flex-wrap: wrap; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; } .global-conclusion p { width: 669px; display: block; margin: 0 auto; } .super_offer .container { top: -57px; } .example_songs .container > p { width: 636px; margin: 0 auto 75px auto; } } @media only screen and (min-width: 992px) { #nav-icon { display: none; } .navigation { display: block; clear: none; width: 100%; } .navigation a { display: inline-block; } header .contacts { position: static; float: right; } .promo_header1 { width: 100%; } .emotions { margin: 0 auto; width: 805px; } .super_offer .container { top: -70px; } .whom_songs_example .who{ margin: 50px; } .details_offer .details, .details_offer .super_offer_order { display: inline-block; } .details_offer .details { width: 60%; } .details_offer .super_offer_order { width: 39%; vertical-align: top; } .details_offer .details p { text-align: left; display: block; margin-left: 90px; } .details_offer .details img { margin-right: 24px; display: block; } .example_songs_feedbacks { display: inline-block; } .example_songs_feedbacks img { vertical-align: top; } .order { margin: 0; } .details_offer { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .whom_songs_example{ display: table; } .whom_songs_example .who{ display: inline-block; width: 22%; } .spoilers { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; display: -webkit-box; display: -ms-flexbox; display: flex; } .example_songs_line_man span { left: -135px; top: 0; } .example_songs_line_action span { top: 40px; left: -90px; width: 245px; } .spoilers .spoiler_first_column, .spoilers .spoiler_second_column{ width: 48%; display: inline-block; } footer .container { display: -webkit-box; display: -ms-flexbox; display: flex; } footer .logo { float: none; } footer .data { clear: none; width: 55%; margin: 0 10px; } footer .contacts { position: static; } footer .contacts .telephone, footer .contacts .socials { display: inline-block; } } @media only screen and (min-width: 1020px) { header .contacts { position: absolute; top: 0; right: 0; margin: 10px 20px 10px; } } @media only screen and (min-width: 1250px) { header { position: relative; } header .container { display: -webkit-box; display: -ms-flexbox; display: flex; } header .contacts { position: static; } header .contacts .telephone, header .contacts .socials { float: left; } .navigation { width: 68%; } .scheme_of_work_steps .apply_online, .scheme_of_work_steps .payment_method, .scheme_of_work_steps .get_song { width: 31%; } .apply_online_action, .get_song_action { display: block; margin-bottom: 40px; } .payment_method_icon_container { border-right: 1px solid #49b8d1; border-left: 1px solid #49b8d1; } .apply_online_icon, .payment_method_icon, .get_song_icon { margin: auto; width: auto; background-position: center; } .apply_online_icon { padding-right: 120px; } .payment_method_icon { padding: 0 120px; } .get_song_icon { padding-left: 120px; } .payment_method_icon img { right: 45%; } .apply_online_icon img, .get_song_icon img { right: 42%; } .apply_online_action, .get_song_action { padding: 0 59px; } .payment_method_action { padding: 0 100px; } .apply_online_text p, .payment_method_text p, .get_song_text p { padding: 0 70px; } .example_songs_feedbacks { display: -webkit-box; display: -ms-flexbox; display: flex; } .example_songs_feedbacks .example_songs_feedback:last-of-type{ margin-top: 0; } .example_songs_feedbacks .example_songs_feedback:first-of-type { margin-right: 235px; } .details_offer .details img { margin-left: 28px; } .super_offer_order .order { margin-top: 0; } .whom_songs_example .who{ margin: 50px 0; width: 19%; } .whom_songs_example .who:nth-of-type(2), .whom_songs_example .who:nth-of-type(5){ margin: 50px 248px; } .example_songs_feedback:first-of-type{ margin-right: 235px; } footer .logo img { position: relative; top: -23px; } header .container, .super_offer .super_offer_content, .scheme_of_work .container, .whom_songs .container, .example_songs .container, .video .container, .answer_question .container, .global-conclusion .container, footer .container { margin: 0 auto; width: 1200px; } .super_offer .container { top: -87px; } } @media only screen and (min-width: 1350px) { .promo .container, .feedback .container, .feedback_slider .container, .rates .container { margin: 0 auto; width: 1335px; } } @media only screen and (min-width: 1450px) { .super_offer .container { top: -100px; } }
0.454472
0.064183
div.tiny-bulk-optimization div.dashboard { min-width: 750px; margin-top: 10px; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization div.dashboard { min-width: 250px; } } div.tiny-bulk-optimization div.available { float: left; width: 50%; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization div.available { width: 100%; } } div.tiny-bulk-optimization div.available div.inner { max-width: 600px; padding: 4px 23px 23px; } div.tiny-bulk-optimization div.available table.totals { max-width: 500px; width: 100%; margin: 18px 0; border: 1px solid #e5e5e5; border-spacing: 1px; box-shadow: inset 0 0 0 25px #fff; background-color: #e5e5e5; } /*ie6-8*/ div.tiny-bulk-optimization div.available table.totals { border-collapse: collapse \9; border-spacing: 0 \9; } /*ie6-8*/ div.tiny-bulk-optimization div.available table.totals td { border: 1px solid #e5e5e5 \9; } div.tiny-bulk-optimization div.available table.totals td.item { width: 33%; padding: 1em 8px; vertical-align: top; text-align: center; background-color: #fff; } @media only screen and (max-width: 400px) { div.tiny-bulk-optimization div.available table.totals td.item.costs { display: none; } } div.tiny-bulk-optimization div.available table.totals td.item h3 { margin-top: 0; text-transform: uppercase; color: #bbb; font-size: 1.1em; font-weight: normal; } div.tiny-bulk-optimization div.available table.totals td.item span { font-size: 1.8em; font-weight: bold; line-height: 1em; } div.tiny-bulk-optimization div.available table.totals td.item div.tooltip { position: relative; display: inline-block; vertical-align: super; } div.tiny-bulk-optimization div.available table.totals td.item div.tooltip span.dashicons { font-weight: normal; font-size: 1.3em; /* WordPress color embedded in webpage */ } * + html div.tiny-bulk-optimization div.available table.totals td.item div.tooltip span.dashicons { display: none; } div.tiny-bulk-optimization div.available table.totals td.item div.tooltip div.tip { position: absolute; z-index: 10; display: none; top: 50%; left: 130%; width: 18em; padding: 0 1em; background-color: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,0.2); border: 1px solid #e5e5e5; text-align: left; } div.tiny-bulk-optimization div.available div.notes { display: table; } div.tiny-bulk-optimization div.available div.notes h4 { display: table-cell; font-size: 1.1em; padding-right: 1.2em; white-space: nowrap; } div.tiny-bulk-optimization div.available div.notes p { display: table-cell; } div.tiny-bulk-optimization div.savings { margin-left: 50%; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization div.savings { margin-left: 0; } } div.tiny-bulk-optimization div.savings div.inner { max-width: 600px; padding: 4px 23px 23px; } div.tiny-bulk-optimization div.savings div.legend { margin-left: 50%; } div.tiny-bulk-optimization div.savings div.legend { /* margin-left defined inline */ padding: 22px 0; } div.tiny-bulk-optimization div.savings table { margin: 0 auto; } div.tiny-bulk-optimization div.savings table td.value { font-size: 1.4em; vertical-align: top; text-align: right; padding: 15px 8px 0 5px; white-space: nowrap; } div.tiny-bulk-optimization div.savings table td.description { padding: 19px 0 0; line-height: 14px; vertical-align: top; text-align: left; color: #bbb; } @media only screen and (max-width: 400px) { div.tiny-bulk-optimization div.savings div.legend { margin-left: 0 !important; padding: 10px 0; } } div.tiny-bulk-optimization div.optimize { margin: 4px 23px 32px; text-align: center; clear: both; } div.tiny-bulk-optimization div.optimize div.progressbar { position: relative; height: 32px; margin-bottom: 32px; line-height: 32px; border-radius: 32px; font-size: 1.2em; font-weight: bold; color: #fff; background-color: #ebebeb; } div.tiny-bulk-optimization div.optimize div.progressbar div.progress { position: absolute; left: 0; min-width: 32px; width: 0; height: 32px; z-index: 2; border-radius: 16px; transition: width 1s ease; background-size: 40px 80px; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; backface-visibility: hidden; perspective: 1000; } @keyframes progress-bar { to { background-position: 3200px 0; } } div.tiny-bulk-optimization div.optimize div.progressbar div.numbers { position: relative; z-index: 3; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero { display: none; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.visible { display: inline; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero { min-width: 230px; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red { /* WP < 3.8 */ background-image: none; border-color: #920011; background-color: #d0021b; box-shadow: 0 2px 0 #920011 !important; text-shadow: 0 -1px 1px #920011, 1px 0 1px #920011, 0 1px 1px #920011, -1px 0 1px #920011; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red:focus, div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red:hover { background-color: #e00016; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red:active { background-color: #d0021b; box-shadow: 0 3px 0 #920011 inset !important; } div.tiny-bulk-optimization div.optimize div#optimization-spinner { position: absolute; display: none; width: 20px; height: 20px; margin-top: 15px; background-size: 20px 20px; } div.tiny-bulk-optimization table.whitebox { min-width: 750px; margin-top: 16px; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization table.whitebox { min-width: 250px; } } div.tiny-bulk-optimization table.whitebox th.column-author { /* WP 3.1-4.2 */ width: auto; } div.tiny-bulk-optimization table.whitebox thead th.thumbnail { width: 30px; } div.tiny-bulk-optimization table.whitebox thead th.savings { width: 70px; } div.tiny-bulk-optimization table.whitebox thead th.status { } div.tiny-bulk-optimization table.whitebox th.thumbnail { width: 30px; height: 32px; padding-top: 6px; vertical-align: top; } div.tiny-bulk-optimization table.whitebox td { padding-top: 12px; } div.tiny-bulk-optimization table.whitebox td.name, div.tiny-bulk-optimization table.whitebox td.status { padding-bottom: 12px; } div.tiny-bulk-optimization table.whitebox td.column-primary button { margin-top: 6px; } div.tiny-bulk-optimization button.toggle-row { /* WP < 4.3 */ display: none; } div.tiny-bulk-optimization table.whitebox tr.success button.toggle-row:before { color: #7acb44; content: "\f147"; /* yes */ } div.tiny-bulk-optimization table.whitebox tr.failed button.toggle-row:before { color: #d54e21; content: "\f158"; /* more compatibility*/ } div.tiny-bulk-optimization table.whitebox tr.failed.is-expanded span.icon { display: none; }
web/wp-content/plugins/tiny-compress-images/src/css/bulk-optimization.css
div.tiny-bulk-optimization div.dashboard { min-width: 750px; margin-top: 10px; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization div.dashboard { min-width: 250px; } } div.tiny-bulk-optimization div.available { float: left; width: 50%; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization div.available { width: 100%; } } div.tiny-bulk-optimization div.available div.inner { max-width: 600px; padding: 4px 23px 23px; } div.tiny-bulk-optimization div.available table.totals { max-width: 500px; width: 100%; margin: 18px 0; border: 1px solid #e5e5e5; border-spacing: 1px; box-shadow: inset 0 0 0 25px #fff; background-color: #e5e5e5; } /*ie6-8*/ div.tiny-bulk-optimization div.available table.totals { border-collapse: collapse \9; border-spacing: 0 \9; } /*ie6-8*/ div.tiny-bulk-optimization div.available table.totals td { border: 1px solid #e5e5e5 \9; } div.tiny-bulk-optimization div.available table.totals td.item { width: 33%; padding: 1em 8px; vertical-align: top; text-align: center; background-color: #fff; } @media only screen and (max-width: 400px) { div.tiny-bulk-optimization div.available table.totals td.item.costs { display: none; } } div.tiny-bulk-optimization div.available table.totals td.item h3 { margin-top: 0; text-transform: uppercase; color: #bbb; font-size: 1.1em; font-weight: normal; } div.tiny-bulk-optimization div.available table.totals td.item span { font-size: 1.8em; font-weight: bold; line-height: 1em; } div.tiny-bulk-optimization div.available table.totals td.item div.tooltip { position: relative; display: inline-block; vertical-align: super; } div.tiny-bulk-optimization div.available table.totals td.item div.tooltip span.dashicons { font-weight: normal; font-size: 1.3em; /* WordPress color embedded in webpage */ } * + html div.tiny-bulk-optimization div.available table.totals td.item div.tooltip span.dashicons { display: none; } div.tiny-bulk-optimization div.available table.totals td.item div.tooltip div.tip { position: absolute; z-index: 10; display: none; top: 50%; left: 130%; width: 18em; padding: 0 1em; background-color: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,0.2); border: 1px solid #e5e5e5; text-align: left; } div.tiny-bulk-optimization div.available div.notes { display: table; } div.tiny-bulk-optimization div.available div.notes h4 { display: table-cell; font-size: 1.1em; padding-right: 1.2em; white-space: nowrap; } div.tiny-bulk-optimization div.available div.notes p { display: table-cell; } div.tiny-bulk-optimization div.savings { margin-left: 50%; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization div.savings { margin-left: 0; } } div.tiny-bulk-optimization div.savings div.inner { max-width: 600px; padding: 4px 23px 23px; } div.tiny-bulk-optimization div.savings div.legend { margin-left: 50%; } div.tiny-bulk-optimization div.savings div.legend { /* margin-left defined inline */ padding: 22px 0; } div.tiny-bulk-optimization div.savings table { margin: 0 auto; } div.tiny-bulk-optimization div.savings table td.value { font-size: 1.4em; vertical-align: top; text-align: right; padding: 15px 8px 0 5px; white-space: nowrap; } div.tiny-bulk-optimization div.savings table td.description { padding: 19px 0 0; line-height: 14px; vertical-align: top; text-align: left; color: #bbb; } @media only screen and (max-width: 400px) { div.tiny-bulk-optimization div.savings div.legend { margin-left: 0 !important; padding: 10px 0; } } div.tiny-bulk-optimization div.optimize { margin: 4px 23px 32px; text-align: center; clear: both; } div.tiny-bulk-optimization div.optimize div.progressbar { position: relative; height: 32px; margin-bottom: 32px; line-height: 32px; border-radius: 32px; font-size: 1.2em; font-weight: bold; color: #fff; background-color: #ebebeb; } div.tiny-bulk-optimization div.optimize div.progressbar div.progress { position: absolute; left: 0; min-width: 32px; width: 0; height: 32px; z-index: 2; border-radius: 16px; transition: width 1s ease; background-size: 40px 80px; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; backface-visibility: hidden; perspective: 1000; } @keyframes progress-bar { to { background-position: 3200px 0; } } div.tiny-bulk-optimization div.optimize div.progressbar div.numbers { position: relative; z-index: 3; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero { display: none; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.visible { display: inline; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero { min-width: 230px; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red { /* WP < 3.8 */ background-image: none; border-color: #920011; background-color: #d0021b; box-shadow: 0 2px 0 #920011 !important; text-shadow: 0 -1px 1px #920011, 1px 0 1px #920011, 0 1px 1px #920011, -1px 0 1px #920011; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red:focus, div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red:hover { background-color: #e00016; } div.tiny-bulk-optimization div.optimize div.optimization-buttons input.button-hero.red:active { background-color: #d0021b; box-shadow: 0 3px 0 #920011 inset !important; } div.tiny-bulk-optimization div.optimize div#optimization-spinner { position: absolute; display: none; width: 20px; height: 20px; margin-top: 15px; background-size: 20px 20px; } div.tiny-bulk-optimization table.whitebox { min-width: 750px; margin-top: 16px; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } @media only screen and (max-width: 799px) { div.tiny-bulk-optimization table.whitebox { min-width: 250px; } } div.tiny-bulk-optimization table.whitebox th.column-author { /* WP 3.1-4.2 */ width: auto; } div.tiny-bulk-optimization table.whitebox thead th.thumbnail { width: 30px; } div.tiny-bulk-optimization table.whitebox thead th.savings { width: 70px; } div.tiny-bulk-optimization table.whitebox thead th.status { } div.tiny-bulk-optimization table.whitebox th.thumbnail { width: 30px; height: 32px; padding-top: 6px; vertical-align: top; } div.tiny-bulk-optimization table.whitebox td { padding-top: 12px; } div.tiny-bulk-optimization table.whitebox td.name, div.tiny-bulk-optimization table.whitebox td.status { padding-bottom: 12px; } div.tiny-bulk-optimization table.whitebox td.column-primary button { margin-top: 6px; } div.tiny-bulk-optimization button.toggle-row { /* WP < 4.3 */ display: none; } div.tiny-bulk-optimization table.whitebox tr.success button.toggle-row:before { color: #7acb44; content: "\f147"; /* yes */ } div.tiny-bulk-optimization table.whitebox tr.failed button.toggle-row:before { color: #d54e21; content: "\f158"; /* more compatibility*/ } div.tiny-bulk-optimization table.whitebox tr.failed.is-expanded span.icon { display: none; }
0.330687
0.122444
*, *::before, *::after { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-weight: 100; } .main_container { height: 100vh; display: flex; align-items: center; justify-content: center; background: url("../images/mountains.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; } .title { border-radius: 5px; color: white; font-size: 2em; padding: 20px 60px; position: absolute; top: 20%; } .input_container { height: auto; width: auto; display: flex; flex-direction: column; justify-content: center; margin-bottom: 100px; padding: 30px; } .input { background: rgba(255, 255, 255, 0.85); border: 2px solid rgba(142, 130, 211, 0.8); border-radius: 5px; color: grey; padding: 20px; } .submit_button { border: 0; border-radius: 5px; color: white; margin-left: 30px; padding: 20px; transition: .5s; background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); width: 100px; } .submit_button:hover { box-shadow: 2px 4px rgba(255, 255, 255, 0.3); cursor: pointer; } .error_display { border-radius: 5px; color: red; font-size: 12px; margin-top: 20px; } .view_container { background: rgba(255, 255, 255, 0.7); border-radius: 10px; height: auto; padding: 20px; width: 400px; } .weather_info { align-items: left; display: flex; list-style: none; justify-content: space-evenly; margin-top: 20px; padding: 0 20px 0 20px; } .weather_item { border-top: 1px solid rgba(32, 178, 171, 0.205); padding: 17px; } .weather_item > h3 { background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); border-radius: 5px; color: white; padding: 10px; } .weather_item > span { color: rgba(142, 130, 211, 0.8); display: block; margin-top: 10px; padding: 10px; } .location_container { display: flex; max-width: 400px; width: 100%; justify-content: space-evenly; } .gif_container { max-width: 40px; height: 40px; margin-right: 100px; } .button_container { display: flex; margin-top: 50px; justify-content: space-around; } .new_search_button { background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); border-radius: 10px; color: white; padding: 20px; transition: .3s; margin-right: 30px; width: 100px; } .new_search_button:hover { box-shadow: 2px 2px 2px rgba(142, 130, 211, 0.8); cursor: pointer; } .toggle_units { background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); border-radius: 10px; color: white; padding: 20px; transition: .3s; width: 100px; cursor: pointer; } .toggle_units:hover { box-shadow: 2px 2px 2px rgba(142, 130, 211, 0.8); cursor: pointer; }
src/assets/css/style.css
*, *::before, *::after { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-weight: 100; } .main_container { height: 100vh; display: flex; align-items: center; justify-content: center; background: url("../images/mountains.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; } .title { border-radius: 5px; color: white; font-size: 2em; padding: 20px 60px; position: absolute; top: 20%; } .input_container { height: auto; width: auto; display: flex; flex-direction: column; justify-content: center; margin-bottom: 100px; padding: 30px; } .input { background: rgba(255, 255, 255, 0.85); border: 2px solid rgba(142, 130, 211, 0.8); border-radius: 5px; color: grey; padding: 20px; } .submit_button { border: 0; border-radius: 5px; color: white; margin-left: 30px; padding: 20px; transition: .5s; background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); width: 100px; } .submit_button:hover { box-shadow: 2px 4px rgba(255, 255, 255, 0.3); cursor: pointer; } .error_display { border-radius: 5px; color: red; font-size: 12px; margin-top: 20px; } .view_container { background: rgba(255, 255, 255, 0.7); border-radius: 10px; height: auto; padding: 20px; width: 400px; } .weather_info { align-items: left; display: flex; list-style: none; justify-content: space-evenly; margin-top: 20px; padding: 0 20px 0 20px; } .weather_item { border-top: 1px solid rgba(32, 178, 171, 0.205); padding: 17px; } .weather_item > h3 { background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); border-radius: 5px; color: white; padding: 10px; } .weather_item > span { color: rgba(142, 130, 211, 0.8); display: block; margin-top: 10px; padding: 10px; } .location_container { display: flex; max-width: 400px; width: 100%; justify-content: space-evenly; } .gif_container { max-width: 40px; height: 40px; margin-right: 100px; } .button_container { display: flex; margin-top: 50px; justify-content: space-around; } .new_search_button { background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); border-radius: 10px; color: white; padding: 20px; transition: .3s; margin-right: 30px; width: 100px; } .new_search_button:hover { box-shadow: 2px 2px 2px rgba(142, 130, 211, 0.8); cursor: pointer; } .toggle_units { background: linear-gradient(75deg, rgba(32, 178, 171, 0.85), rgba(142, 130, 211, 0.8)); border-radius: 10px; color: white; padding: 20px; transition: .3s; width: 100px; cursor: pointer; } .toggle_units:hover { box-shadow: 2px 2px 2px rgba(142, 130, 211, 0.8); cursor: pointer; }
0.482917
0.072768
body { margin: 0px; } div { background-repeat: no-repeat; } .raw_image { width: 100%; height: 100%; } .preload { display: none; } #main_container { } .form_sketch { border-color: transparent; background-color: transparent; } .u0_normal { background-image: url('../Settings_files/u0_normal.png'); } .u0_container { position:absolute; left:0px; top:0px; width:429px; height:839px; } #u0_img { position:absolute; left:0px; top:0px; width:429px; height:839px; } .u1 { position:absolute; left:2px; top:412px; width:425px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u2_normal { background-image: url('../Settings_files/u2_normal.png'); } .u2_container { position:absolute; left:34px; top:105px; width:360px; height:25px; } #u2_img { position:absolute; left:0px; top:0px; width:360px; height:25px; } .u3 { position:absolute; left:2px; top:4px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u4_normal { background-image: url('../Settings_files/u4_normal.png'); } .u4_container { position:absolute; left:34px; top:699px; width:360px; height:48px; } #u4_img { position:absolute; left:0px; top:0px; width:360px; height:48px; } .u5 { position:absolute; left:2px; top:16px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u6_normal { background-image: url('../Settings_files/u6_normal.png'); } .u6_container { position:absolute; left:34px; top:129px; width:360px; height:570px; } #u6_img { position:absolute; left:-3px; top:-3px; width:366px; height:576px; } .u7 { position:absolute; left:2px; top:277px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u8_normal { background-image: url('../Settings_files/u6_normal.png'); } .u8_container { position:absolute; left:34px; top:129px; width:360px; height:570px; } #u8_img { position:absolute; left:-3px; top:-3px; width:366px; height:576px; } .u9 { position:absolute; left:2px; top:277px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u10 { position:absolute; left:54px; top:192px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u11_line { background-image: url('../Settings_files/u11_line.png'); } .u11_line { position:absolute; left:0px; top:4px; width:331px; height:3px; } .u11 { position:absolute; left:45px; top:208px; width:331px; height:10px; } .u12 { position:absolute; left:53px; top:227px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u13 { position:absolute; left:53px; top:276px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u14 { position:absolute; left:53px; top:325px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u15_line { background-image: url('../Settings_files/u15_line.png'); } .u15_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u15 { position:absolute; left:46px; top:355px; width:330px; height:10px; } .u16_line { background-image: url('../Settings_files/u16_line.png'); } .u16_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u16 { position:absolute; left:46px; top:307px; width:330px; height:10px; } .u17_line { background-image: url('../Settings_files/u17_line.png'); } .u17_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u17 { position:absolute; left:46px; top:258px; width:330px; height:10px; } .u18 { position:absolute; left:54px; top:383px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u19_line { background-image: url('../Settings_files/u19_line.png'); } .u19_line { position:absolute; left:0px; top:4px; width:331px; height:3px; } .u19 { position:absolute; left:45px; top:398px; width:331px; height:10px; } .u20 { position:absolute; left:53px; top:417px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u21 { position:absolute; left:54px; top:440px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u22 { position:absolute; left:53px; top:482px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u23 { position:absolute; left:54px; top:505px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u24 { position:absolute; left:53px; top:547px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u25 { position:absolute; left:54px; top:570px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u26_line { background-image: url('../Settings_files/u26_line.png'); } .u26_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u26 { position:absolute; left:46px; top:463px; width:330px; height:10px; } .u27_line { background-image: url('../Settings_files/u27_line.png'); } .u27_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u27 { position:absolute; left:46px; top:528px; width:330px; height:10px; } .u28_line { background-image: url('../Settings_files/u28_line.png'); } .u28_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u28 { position:absolute; left:46px; top:593px; width:330px; height:10px; } .u29_normal { background-image: url('../Settings_files/u29_normal.png'); } .u29_container { position:absolute; left:34px; top:129px; width:360px; height:45px; } #u29_img { position:absolute; left:-3px; top:-3px; width:366px; height:51px; } .u30 { position:absolute; left:2px; top:14px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u31_normal { background-image: url('../Settings_files/u31_normal.png'); } .u31_container { position:absolute; left:52px; top:137px; width:30px; height:30px; } #u31_img { position:absolute; left:0px; top:0px; width:30px; height:30px; } .u32 { position:absolute; left:2px; top:7px; width:26px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u33_normal { background-image: url('../Settings_files/u33_normal.png'); } .u33_container { position:absolute; left:363px; top:141px; width:6px; height:22px; } #u33_img { position:absolute; left:0px; top:0px; width:6px; height:22px; } .u34 { position:absolute; left:2px; top:3px; width:2px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u35_normal { background-image: url('../Settings_files/u35_normal.png'); } .u35_container { position:absolute; left:38px; top:145px; width:7px; height:14px; } #u35_img { position:absolute; left:0px; top:0px; width:7px; height:14px; } .u36 { position:absolute; left:2px; top:-1px; width:3px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; }
docs/design/downloader/Settings_files/axurerp_pagespecificstyles.css
body { margin: 0px; } div { background-repeat: no-repeat; } .raw_image { width: 100%; height: 100%; } .preload { display: none; } #main_container { } .form_sketch { border-color: transparent; background-color: transparent; } .u0_normal { background-image: url('../Settings_files/u0_normal.png'); } .u0_container { position:absolute; left:0px; top:0px; width:429px; height:839px; } #u0_img { position:absolute; left:0px; top:0px; width:429px; height:839px; } .u1 { position:absolute; left:2px; top:412px; width:425px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u2_normal { background-image: url('../Settings_files/u2_normal.png'); } .u2_container { position:absolute; left:34px; top:105px; width:360px; height:25px; } #u2_img { position:absolute; left:0px; top:0px; width:360px; height:25px; } .u3 { position:absolute; left:2px; top:4px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u4_normal { background-image: url('../Settings_files/u4_normal.png'); } .u4_container { position:absolute; left:34px; top:699px; width:360px; height:48px; } #u4_img { position:absolute; left:0px; top:0px; width:360px; height:48px; } .u5 { position:absolute; left:2px; top:16px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u6_normal { background-image: url('../Settings_files/u6_normal.png'); } .u6_container { position:absolute; left:34px; top:129px; width:360px; height:570px; } #u6_img { position:absolute; left:-3px; top:-3px; width:366px; height:576px; } .u7 { position:absolute; left:2px; top:277px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u8_normal { background-image: url('../Settings_files/u6_normal.png'); } .u8_container { position:absolute; left:34px; top:129px; width:360px; height:570px; } #u8_img { position:absolute; left:-3px; top:-3px; width:366px; height:576px; } .u9 { position:absolute; left:2px; top:277px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u10 { position:absolute; left:54px; top:192px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u11_line { background-image: url('../Settings_files/u11_line.png'); } .u11_line { position:absolute; left:0px; top:4px; width:331px; height:3px; } .u11 { position:absolute; left:45px; top:208px; width:331px; height:10px; } .u12 { position:absolute; left:53px; top:227px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u13 { position:absolute; left:53px; top:276px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u14 { position:absolute; left:53px; top:325px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u15_line { background-image: url('../Settings_files/u15_line.png'); } .u15_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u15 { position:absolute; left:46px; top:355px; width:330px; height:10px; } .u16_line { background-image: url('../Settings_files/u16_line.png'); } .u16_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u16 { position:absolute; left:46px; top:307px; width:330px; height:10px; } .u17_line { background-image: url('../Settings_files/u17_line.png'); } .u17_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u17 { position:absolute; left:46px; top:258px; width:330px; height:10px; } .u18 { position:absolute; left:54px; top:383px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u19_line { background-image: url('../Settings_files/u19_line.png'); } .u19_line { position:absolute; left:0px; top:4px; width:331px; height:3px; } .u19 { position:absolute; left:45px; top:398px; width:331px; height:10px; } .u20 { position:absolute; left:53px; top:417px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u21 { position:absolute; left:54px; top:440px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u22 { position:absolute; left:53px; top:482px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u23 { position:absolute; left:54px; top:505px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u24 { position:absolute; left:53px; top:547px; width:270px; height:22px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u25 { position:absolute; left:54px; top:570px; width:300px; height:17px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u26_line { background-image: url('../Settings_files/u26_line.png'); } .u26_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u26 { position:absolute; left:46px; top:463px; width:330px; height:10px; } .u27_line { background-image: url('../Settings_files/u27_line.png'); } .u27_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u27 { position:absolute; left:46px; top:528px; width:330px; height:10px; } .u28_line { background-image: url('../Settings_files/u28_line.png'); } .u28_line { position:absolute; left:0px; top:4px; width:330px; height:3px; } .u28 { position:absolute; left:46px; top:593px; width:330px; height:10px; } .u29_normal { background-image: url('../Settings_files/u29_normal.png'); } .u29_container { position:absolute; left:34px; top:129px; width:360px; height:45px; } #u29_img { position:absolute; left:-3px; top:-3px; width:366px; height:51px; } .u30 { position:absolute; left:2px; top:14px; width:356px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u31_normal { background-image: url('../Settings_files/u31_normal.png'); } .u31_container { position:absolute; left:52px; top:137px; width:30px; height:30px; } #u31_img { position:absolute; left:0px; top:0px; width:30px; height:30px; } .u32 { position:absolute; left:2px; top:7px; width:26px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u33_normal { background-image: url('../Settings_files/u33_normal.png'); } .u33_container { position:absolute; left:363px; top:141px; width:6px; height:22px; } #u33_img { position:absolute; left:0px; top:0px; width:6px; height:22px; } .u34 { position:absolute; left:2px; top:3px; width:2px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; } .u35_normal { background-image: url('../Settings_files/u35_normal.png'); } .u35_container { position:absolute; left:38px; top:145px; width:7px; height:14px; } #u35_img { position:absolute; left:0px; top:0px; width:7px; height:14px; } .u36 { position:absolute; left:2px; top:-1px; width:3px; height:16px; ; ; ; font-family:Arial; text-align:left; word-wrap:break-word; }
0.467332
0.080574
.mision { background-color: rgba(255, 255, 255, 0.15); /*border: 2px solid white;*/ border-radius: 5px; margin: 1.5%; } .nombre { font-size: 24px; padding-top: 2px; padding-bottom: 2px; padding-left: 5%; padding-right: 5%; border-bottom: 1px solid white; } .descripcion, .jugadores { font-family: "Oswald", sans-serif; font-size: 16px; overflow: hidden; text-overflow: ellipsis; padding-top: 2px; padding-bottom: 2px; padding-left: 10%; margin-right: 5%; } /*.btn-rechazar, .btn-unirse { font-family: "Patua One", cursive; width: 50%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; }*/ .btn-unirse { background-color: #facb00; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .btn-rechazar { background-color: #ff6344; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .btn-eliminar { background-color: #ff6344; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .btn-mas-info { background-color: #ffffff; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .logo { text-align: right; } .modal { background-color: black; font-size: 12px; } .modal .header { width: 100%; border-bottom: 1px solid gray; font-size: 18px; text-align: center; padding: 5px; } .modal .content { width: 100%; padding: 10px 5px; } .modal .actions { width: 100%; padding: 10px 5px; margin: auto; text-align: center; } .modal .close { cursor: pointer; position: absolute; display: block; padding: 2px 5px; line-height: 20px; right: -10px; top: -10px; font-size: 24px; background: #ffffff; border-radius: 18px; border: 1px solid #cfcece; }
front/src/Mision.css
.mision { background-color: rgba(255, 255, 255, 0.15); /*border: 2px solid white;*/ border-radius: 5px; margin: 1.5%; } .nombre { font-size: 24px; padding-top: 2px; padding-bottom: 2px; padding-left: 5%; padding-right: 5%; border-bottom: 1px solid white; } .descripcion, .jugadores { font-family: "Oswald", sans-serif; font-size: 16px; overflow: hidden; text-overflow: ellipsis; padding-top: 2px; padding-bottom: 2px; padding-left: 10%; margin-right: 5%; } /*.btn-rechazar, .btn-unirse { font-family: "Patua One", cursive; width: 50%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; }*/ .btn-unirse { background-color: #facb00; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .btn-rechazar { background-color: #ff6344; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .btn-eliminar { background-color: #ff6344; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .btn-mas-info { background-color: #ffffff; font-family: "Patua One", cursive; width: 100%; height: 100%; border: none; border-radius: 2px; font-size: 22px; margin-top: 10px; } .logo { text-align: right; } .modal { background-color: black; font-size: 12px; } .modal .header { width: 100%; border-bottom: 1px solid gray; font-size: 18px; text-align: center; padding: 5px; } .modal .content { width: 100%; padding: 10px 5px; } .modal .actions { width: 100%; padding: 10px 5px; margin: auto; text-align: center; } .modal .close { cursor: pointer; position: absolute; display: block; padding: 2px 5px; line-height: 20px; right: -10px; top: -10px; font-size: 24px; background: #ffffff; border-radius: 18px; border: 1px solid #cfcece; }
0.40592
0.108708
* { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } md-toolbar span { font-size: 28px !important; } .md-dark-grey-theme { color: white; } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size:28px; height:100vh; margin:0px; padding:0px; width:100vw; } body > div > view { overflow: hidden; height: 100vh; width: 100vw; } header.fixed { position: fixed; width: 100%; z-index: 1000; } main.fixed { position: absolute; width: 100%; height: 100%; } /* Portrait layout (default) */ .app { position:absolute; /* position in the center of the screen */ left:0; top:0; height:100%; /* text area height */ width:100%; /* text area width */ } /* Landscape layout (with min-width) */ @media screen and (min-aspect-ratio: 1/1) and (min-width:400px) { } h1 { font-size:24px; font-weight:normal; margin:0px; overflow:visible; padding:0px; text-align:center; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } .blink { animation:fade 3000ms infinite; -webkit-animation:fade 3000ms infinite; } body { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; font-size: 20px; outline:none !important; } input { outline:none !important; } md-bottom-sheet { background-color: rgb(63,81,181); padding: 0px 4px 80px; } footer > md-toolbar { position: absolute; bottom: 0; overflow: hidden; } md-radio-button > .md-label { top: 7px; } md-dialog { max-width: 98% !important; width: 100% !important; } .md-open-menu-container { z-index: 9999; } .rotate { position: absolute; } .rotate.start { -webkit-animation: rotate 1s infinite linear; animation: rotate 1s infinite linear; } .md-toolbar-tools { line-height: 22px; } .connection-status { border-radius: 100%; border-radius: 100%; min-width: 15px; min-height: 15px; display: block; /* position: absolute; margin-left: 7.5px; margin-top: 7.5px !important;*/ } md-menu-content.md-dark-grey-theme { background-color: rgb(66, 66, 66); } @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; display:none; } } @-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; display: none;} } @keyframes fadeOut { from { opacity:1; } to { opacity:0; display: none;} } .fade-in { opacity: 0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; } .fade-out { opacity: 1; -webkit-animation:fadeOut ease-in 1; -moz-animation:fadeOut ease-in 1; animation:fadeOut ease-in 1; } .fade-in, .fade-out { -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s; } .fade-long { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s; } .fade-super-long { -webkit-animation-delay: 5s; -moz-animation-delay: 5s; animation-delay: 5s; } @keyframes rotate { from {transform: rotate(0deg);} to {transform: rotate(-360deg);} } @-webkit-keyframes rotate { 0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(-360deg);} }
platforms/ios/www/css/index.css
* { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } md-toolbar span { font-size: 28px !important; } .md-dark-grey-theme { color: white; } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size:28px; height:100vh; margin:0px; padding:0px; width:100vw; } body > div > view { overflow: hidden; height: 100vh; width: 100vw; } header.fixed { position: fixed; width: 100%; z-index: 1000; } main.fixed { position: absolute; width: 100%; height: 100%; } /* Portrait layout (default) */ .app { position:absolute; /* position in the center of the screen */ left:0; top:0; height:100%; /* text area height */ width:100%; /* text area width */ } /* Landscape layout (with min-width) */ @media screen and (min-aspect-ratio: 1/1) and (min-width:400px) { } h1 { font-size:24px; font-weight:normal; margin:0px; overflow:visible; padding:0px; text-align:center; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } .blink { animation:fade 3000ms infinite; -webkit-animation:fade 3000ms infinite; } body { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; font-size: 20px; outline:none !important; } input { outline:none !important; } md-bottom-sheet { background-color: rgb(63,81,181); padding: 0px 4px 80px; } footer > md-toolbar { position: absolute; bottom: 0; overflow: hidden; } md-radio-button > .md-label { top: 7px; } md-dialog { max-width: 98% !important; width: 100% !important; } .md-open-menu-container { z-index: 9999; } .rotate { position: absolute; } .rotate.start { -webkit-animation: rotate 1s infinite linear; animation: rotate 1s infinite linear; } .md-toolbar-tools { line-height: 22px; } .connection-status { border-radius: 100%; border-radius: 100%; min-width: 15px; min-height: 15px; display: block; /* position: absolute; margin-left: 7.5px; margin-top: 7.5px !important;*/ } md-menu-content.md-dark-grey-theme { background-color: rgb(66, 66, 66); } @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; display:none; } } @-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; display: none;} } @keyframes fadeOut { from { opacity:1; } to { opacity:0; display: none;} } .fade-in { opacity: 0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; } .fade-out { opacity: 1; -webkit-animation:fadeOut ease-in 1; -moz-animation:fadeOut ease-in 1; animation:fadeOut ease-in 1; } .fade-in, .fade-out { -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s; } .fade-long { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s; } .fade-super-long { -webkit-animation-delay: 5s; -moz-animation-delay: 5s; animation-delay: 5s; } @keyframes rotate { from {transform: rotate(0deg);} to {transform: rotate(-360deg);} } @-webkit-keyframes rotate { 0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(-360deg);} }
0.41941
0.062617
.row1{ outline: none; margin: 0px 0 0px 0px; overflow: auto; padding-bottom: 15px; height: 162px; } .row2{ outline: none; margin: 0px 0 0px 0px; overflow: hidden; padding-bottom: 15px; } .sky-form h4{ padding: 10px 0; text-transform: uppercase; color: #00a0dc; font-size:1.1em; } section.sky-form{ border-top:1px solid #eee; padding:1em 0; } .sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button { position: relative; display: block; } /* radios and checkboxes */ .sky-form .radio,.sky-form .checkbox { outline: none; border: none; margin-bottom: 4px; padding-left: 27px; font-size: 12.5px; line-height: 30px; font-weight: 400; color: #555555; cursor: pointer; text-transform: capitalize; width: 100%; margin-top: 0; font-family: 'Arimo', sans-serif; } .sky-form .radio:last-child, .sky-form .checkbox:last-child { margin-bottom: 0; } .sky-form .radio input, .sky-form .checkbox input { position: absolute; left: -9999px; } .sky-form .radio i, .sky-form .checkbox i { position: absolute; top: 9px; left: 0; display: block; width: 13px; height: 13px; outline: none; border-width: 2px; border-style: solid; background: #fff; } .sky-form .radio i { border-radius: 50%; } .sky-form .radio input + i:after, .sky-form .checkbox input + i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .sky-form .radio input:checked + i:after, .sky-form .checkbox input:checked + i:after { opacity: 1; } .sky-form .inline-group .radio, .sky-form .inline-group .checkbox { float: left; margin-right: 30px; } .sky-form .inline-group .radio:last-child, .sky-form .inline-group .checkbox:last-child { margin-bottom: 4px; } .sky-form .checkbox input + i:after { content:''; top: -1px; left: -5px; width: 15px; height: 15px; background: url(../images/b-arrow.png); text-align: center; } .sky-form .checkbox input + i:after { color:#fff; } .sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i { border-color:#888; } /*-- start scrollpane --*/ .jspContainer{ overflow: hidden; position: relative; } .jspPane{ position: absolute; outline: none; } .jspVerticalBar{ position: absolute; top: 0; right:40px; width:3px; height: 100%; } .jspHorizontalBar{ position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: red; } .jspCap{ display: none; } .jspHorizontalBar .jspCap{ float: left; } .jspTrack{ background: #f0f0f0; position: relative; } .jspDrag{ background: #777777; position: relative; top: 0; left: 0; cursor: pointer; } .jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{ float: left; height: 100%; } .jspArrow{ background: #50506d; text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; } .jspArrow.jspDisabled{ cursor: default; background: #80808d; } .jspVerticalBar .jspArrow{ height: 16px; } .jspHorizontalBar .jspArrow{ width: 16px; float: left; height: 100%; } .jspVerticalBar .jspArrow:focus{ outline: none; } .jspCorner{ background: #eeeef4; float: left; height: 100%; } @media screen and (max-width:1024px){ .sky-form h4 { font-size: 0.95em; padding: 8px; } } @media screen and (max-width:640px){ .row1 { margin: 10px 0 0px 10px; padding-bottom: 5px; height: 160px; } .sky-form .radio, .sky-form .checkbox { font-size: 12px; } }
css/form.css
.row1{ outline: none; margin: 0px 0 0px 0px; overflow: auto; padding-bottom: 15px; height: 162px; } .row2{ outline: none; margin: 0px 0 0px 0px; overflow: hidden; padding-bottom: 15px; } .sky-form h4{ padding: 10px 0; text-transform: uppercase; color: #00a0dc; font-size:1.1em; } section.sky-form{ border-top:1px solid #eee; padding:1em 0; } .sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button { position: relative; display: block; } /* radios and checkboxes */ .sky-form .radio,.sky-form .checkbox { outline: none; border: none; margin-bottom: 4px; padding-left: 27px; font-size: 12.5px; line-height: 30px; font-weight: 400; color: #555555; cursor: pointer; text-transform: capitalize; width: 100%; margin-top: 0; font-family: 'Arimo', sans-serif; } .sky-form .radio:last-child, .sky-form .checkbox:last-child { margin-bottom: 0; } .sky-form .radio input, .sky-form .checkbox input { position: absolute; left: -9999px; } .sky-form .radio i, .sky-form .checkbox i { position: absolute; top: 9px; left: 0; display: block; width: 13px; height: 13px; outline: none; border-width: 2px; border-style: solid; background: #fff; } .sky-form .radio i { border-radius: 50%; } .sky-form .radio input + i:after, .sky-form .checkbox input + i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .sky-form .radio input:checked + i:after, .sky-form .checkbox input:checked + i:after { opacity: 1; } .sky-form .inline-group .radio, .sky-form .inline-group .checkbox { float: left; margin-right: 30px; } .sky-form .inline-group .radio:last-child, .sky-form .inline-group .checkbox:last-child { margin-bottom: 4px; } .sky-form .checkbox input + i:after { content:''; top: -1px; left: -5px; width: 15px; height: 15px; background: url(../images/b-arrow.png); text-align: center; } .sky-form .checkbox input + i:after { color:#fff; } .sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i { border-color:#888; } /*-- start scrollpane --*/ .jspContainer{ overflow: hidden; position: relative; } .jspPane{ position: absolute; outline: none; } .jspVerticalBar{ position: absolute; top: 0; right:40px; width:3px; height: 100%; } .jspHorizontalBar{ position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: red; } .jspCap{ display: none; } .jspHorizontalBar .jspCap{ float: left; } .jspTrack{ background: #f0f0f0; position: relative; } .jspDrag{ background: #777777; position: relative; top: 0; left: 0; cursor: pointer; } .jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{ float: left; height: 100%; } .jspArrow{ background: #50506d; text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; } .jspArrow.jspDisabled{ cursor: default; background: #80808d; } .jspVerticalBar .jspArrow{ height: 16px; } .jspHorizontalBar .jspArrow{ width: 16px; float: left; height: 100%; } .jspVerticalBar .jspArrow:focus{ outline: none; } .jspCorner{ background: #eeeef4; float: left; height: 100%; } @media screen and (max-width:1024px){ .sky-form h4 { font-size: 0.95em; padding: 8px; } } @media screen and (max-width:640px){ .row1 { margin: 10px 0 0px 10px; padding-bottom: 5px; height: 160px; } .sky-form .radio, .sky-form .checkbox { font-size: 12px; } }
0.28607
0.057098
@-moz-document domain('trello.com') { /* font size (cards etc) */ html, body, input, select, textarea { } /* instead of 14px */ /**************** HEADER *****************/ /* header bar */ .sidebar-boards-list > li .details { direction: rtl } /* header buttons */ /* header search box */ /* board title */ #notification { text-align: center !important;; right:auto; left: 1%; max-width: 98% } .board-list .js-add-board, .member-boards-view .window-module .js-add-org-boards-page {direction: ltr; } /** Search **/ .header-search .header-search-icon, .header-search .header-search-icon-close {left:0;right: auto } .header-search .header-search-icon-open {left:25px;right: auto } .js-search-boards, .header-search .header-search-input {right: 0;left: auto; direction:rtl} input.header-search-input.focus[type="text"], input.header-search-input.focus[type="text"]:hover { padding-right: 7px; padding-left: 54px} /** boards menu */ .sidebar-boards-list li.selected .details { padding-left: 36px; padding-right: 10px } .search-with-spinner .js-search-input { direction: ltr} .board-menu { right:auto; left:0 ; transform: translateX(-339px); } /**************** HOME ******************/ /** titles **/ .window-module { direction: rtl } .window-module-title {margin: 0 38px 4px 0;} .window-module-title-icon { left: auto;right: -38px;} /** boards **/ .board-list li { float:right} .board-list-item-name { padding-right:10px } .board-list .details {padding-right:9px; padding-left: 36px} /****************** Search page *****************/ .search-page .header-search .header-search-icon {left:20px} /******************* Profile **********************/ .has-factoid .tabbed-pane-main-col-wrapper .window-module {direction: ltr} /**************** BOARD ****************************/ #board { direction:rtl } .board-wrapper.is-show-menu .board-canvas { margin-left: 371px; margin-right: 0 } .board-wrapper.is-show-menu.sidebar-display-wide .board-canvas { margin-left: 500px; margin-right: 0 } /** Board header */ .board-header .board-header-btn-org-name, .board-header .board-header-btn-name, .board-header .board-header-btns.mod-left {float:right !important; direction:rtl} .board-header .board-header-btns.mod-right {float:left !important;} .board-wrapper.is-show-menu .board-header { margin-left: 371px; margin-right: 0 } .board-wrapper.is-show-menu.sidebar-display-wide .board-header { margin-left: 500px; margin-right: 0 } .mod-show-menu .board-header-btn-icon {left: auto; right: 0;transform: scale(-1) ;} .mod-show-menu .board-header-btn-text {left:0;right: auto} .mod-show-menu {padding-left: 5px; padding-right: 20px; margin:0 } /** sidebar */ .sidebar-hide-btn {right: -32px;} .board-wrapper.is-show-menu .board-widgets {right: auto; left: 0} .board-widgets {width:350px; transform: translateX(-400px);left: 0; right:auto } .sidebar-hide-btn { left:auto; right: -32px} .sidebar-hide-btn:hover { right: -28px; } .sidebar-hide-btn .icon-sm {transform: scale(-1) ; margin: 6px 6px 0 0; } /**************** LIST container of cards *****************/ .list-header-menu-icon { right: auto; left:0; } .board-list-header-link {float:left} .list-header {padding: 8px 10px 8px 34px} .pop-over-list .js-select-list, .pop-over-content input, .pop-over-content textarea, .js-pos-value, .js-board-value {direction: rtl} .js-close-board:before, .js-close-list:before { content: "x"; color:red; margin-right:10px} /**************** CARDS *****************/ .open-card-composer { direction: ltr } .list-card-operation { right: auto; left: 0 } .list-card-labels .card-label { float: right; } /** quick editor **/ .quick-card-editor {direction: rtl} /**************** Card Editor ************/ .window-main-col {float:right} .window-sidebar {float:left; position: unset !important; padding: 8px 0 12px 12px; direction: ltr} .window-sidebar h3 { direction: ltr;} .js-url.js-autofocus.inline-input, #boardEmail, .button-link { direction: ltr;} .dialog-close-button, .comment-box-options {right: auto;left: 6px} .window-header { direction: rtl; } .window-header-icon { position: absolute; right: -28px; left: auto} .window-archive-banner-icon {right:12px; left:auto} /** New Comment **/ .new-comment { margin: 0 38px 20px 0; } .new-comment .member {right: -38px; left:0} /** Details **/ .card-detail-item .markeddown, .card-detail-edit {direction: rtl; } .card-detail-data {margin-right: 30px; margin-left: 0} /** action log */ .phenom-action .phenom-desc, .phenom-action {direction: ltr} /** comments */ .phenom-comment .phenom-meta { direction: ltr; display: block; widows: 100% } .phenom-comment .creator {left: auto;right: 0;} .phenom-comment .inline-member {direction: rtl;} .phenom-comment .phenom-desc { direction: rtl; } .phenom-comment { padding: 10px 42px 10px 0; } /** checklist */ .checklist-item { padding: 0 38px 4px 0 } .checklist-item-checkbox {left:auto; right:5px} .checklist-progress-bar-current {left: auto; right: 0} .window-module-title-options {float:left; direction: ltr} .checklist-new-item {margin-left:0; margin-right:38px} /** attachment */ .js-attachments-section .window-module-title { margin: 0 0 4px 38px; } .js-attachments-section .window-module-title-icon { left:-38px; right: auto } .attachment-viewer-header-close-icon {right:auto;left:10px} .js-filter-emoji, .js-filter-mentionables, .js-short-url, .datepicker-select-input, .js-attachments-section, #addLink {direction: ltr !important;} /**************** Settings Page *****************/ .tabbed-pane-header-image {float:right} .tabbed-pane-header-factoid {right: auto;left: 32px} .has-factoid .tabbed-pane-header-details { direction: rtl; margin-left: 0; margin-right: 100px; } .js-profile-form input[name="name"], .js-profile-form input[name="website"] {direction:ltr} .tabbed-pane-header-details-edit { float:right} /**************** ADD A CARD LINK *****************/ /* empty list fix */ /**************** CARD Labels *****************/ /**************** CARD MEMBERS *****************/ /**************** CARD CONTENT (back side) *****************/ /* labels */ /* card content buttons */ /* More links */ /* button for comment etc */ /* image/attachment icon and background */ /**************** TOGGLE BAR *****************/ /* toggle arrow on the right */ /* toggle bar */ /**************** WEBKIT SCROLLBARS *****************/ /* .extra-large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide .list-guide,.large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide .list-guide{display:none;} .extra-large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide #board,.large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide #board{margin-left:8px;border-radius:3px;} .extra-large-window.layout-horiz-scroll #board,.large-window.layout-horiz-scroll #board{border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0;margin-left:155px;} .extra-large-window.layout-horiz-scroll .list-area-wrapper,.large-window.layout-horiz-scroll .list-area-wrapper{overflow-x:scroll;overflow-y:hidden;}.extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar{height:13px;width:13px;} .extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:vertical,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:vertical,.extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:horizontal,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:horizontal{background:#888a85;border-color:transparent;} .extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-track-piece,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-track-piece{background: rgba(245, 245, 245, 0.16);} .extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-button,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-button{display:block;height:2px;width:2px;} .extra-large-window.layout-horiz-scroll .list-guide,.large-window.layout-horiz-scroll .list-guide{display:block;left:8px;position:absolute;top:42px;} .extra-large-window.layout-horiz-scroll.window-up .list-guide,.large-window.layout-horiz-scroll.window-up .list-guide{-webkit-box-shadow:none;box-shadow:none;} */ }
data/usercss/115967.user.css
@-moz-document domain('trello.com') { /* font size (cards etc) */ html, body, input, select, textarea { } /* instead of 14px */ /**************** HEADER *****************/ /* header bar */ .sidebar-boards-list > li .details { direction: rtl } /* header buttons */ /* header search box */ /* board title */ #notification { text-align: center !important;; right:auto; left: 1%; max-width: 98% } .board-list .js-add-board, .member-boards-view .window-module .js-add-org-boards-page {direction: ltr; } /** Search **/ .header-search .header-search-icon, .header-search .header-search-icon-close {left:0;right: auto } .header-search .header-search-icon-open {left:25px;right: auto } .js-search-boards, .header-search .header-search-input {right: 0;left: auto; direction:rtl} input.header-search-input.focus[type="text"], input.header-search-input.focus[type="text"]:hover { padding-right: 7px; padding-left: 54px} /** boards menu */ .sidebar-boards-list li.selected .details { padding-left: 36px; padding-right: 10px } .search-with-spinner .js-search-input { direction: ltr} .board-menu { right:auto; left:0 ; transform: translateX(-339px); } /**************** HOME ******************/ /** titles **/ .window-module { direction: rtl } .window-module-title {margin: 0 38px 4px 0;} .window-module-title-icon { left: auto;right: -38px;} /** boards **/ .board-list li { float:right} .board-list-item-name { padding-right:10px } .board-list .details {padding-right:9px; padding-left: 36px} /****************** Search page *****************/ .search-page .header-search .header-search-icon {left:20px} /******************* Profile **********************/ .has-factoid .tabbed-pane-main-col-wrapper .window-module {direction: ltr} /**************** BOARD ****************************/ #board { direction:rtl } .board-wrapper.is-show-menu .board-canvas { margin-left: 371px; margin-right: 0 } .board-wrapper.is-show-menu.sidebar-display-wide .board-canvas { margin-left: 500px; margin-right: 0 } /** Board header */ .board-header .board-header-btn-org-name, .board-header .board-header-btn-name, .board-header .board-header-btns.mod-left {float:right !important; direction:rtl} .board-header .board-header-btns.mod-right {float:left !important;} .board-wrapper.is-show-menu .board-header { margin-left: 371px; margin-right: 0 } .board-wrapper.is-show-menu.sidebar-display-wide .board-header { margin-left: 500px; margin-right: 0 } .mod-show-menu .board-header-btn-icon {left: auto; right: 0;transform: scale(-1) ;} .mod-show-menu .board-header-btn-text {left:0;right: auto} .mod-show-menu {padding-left: 5px; padding-right: 20px; margin:0 } /** sidebar */ .sidebar-hide-btn {right: -32px;} .board-wrapper.is-show-menu .board-widgets {right: auto; left: 0} .board-widgets {width:350px; transform: translateX(-400px);left: 0; right:auto } .sidebar-hide-btn { left:auto; right: -32px} .sidebar-hide-btn:hover { right: -28px; } .sidebar-hide-btn .icon-sm {transform: scale(-1) ; margin: 6px 6px 0 0; } /**************** LIST container of cards *****************/ .list-header-menu-icon { right: auto; left:0; } .board-list-header-link {float:left} .list-header {padding: 8px 10px 8px 34px} .pop-over-list .js-select-list, .pop-over-content input, .pop-over-content textarea, .js-pos-value, .js-board-value {direction: rtl} .js-close-board:before, .js-close-list:before { content: "x"; color:red; margin-right:10px} /**************** CARDS *****************/ .open-card-composer { direction: ltr } .list-card-operation { right: auto; left: 0 } .list-card-labels .card-label { float: right; } /** quick editor **/ .quick-card-editor {direction: rtl} /**************** Card Editor ************/ .window-main-col {float:right} .window-sidebar {float:left; position: unset !important; padding: 8px 0 12px 12px; direction: ltr} .window-sidebar h3 { direction: ltr;} .js-url.js-autofocus.inline-input, #boardEmail, .button-link { direction: ltr;} .dialog-close-button, .comment-box-options {right: auto;left: 6px} .window-header { direction: rtl; } .window-header-icon { position: absolute; right: -28px; left: auto} .window-archive-banner-icon {right:12px; left:auto} /** New Comment **/ .new-comment { margin: 0 38px 20px 0; } .new-comment .member {right: -38px; left:0} /** Details **/ .card-detail-item .markeddown, .card-detail-edit {direction: rtl; } .card-detail-data {margin-right: 30px; margin-left: 0} /** action log */ .phenom-action .phenom-desc, .phenom-action {direction: ltr} /** comments */ .phenom-comment .phenom-meta { direction: ltr; display: block; widows: 100% } .phenom-comment .creator {left: auto;right: 0;} .phenom-comment .inline-member {direction: rtl;} .phenom-comment .phenom-desc { direction: rtl; } .phenom-comment { padding: 10px 42px 10px 0; } /** checklist */ .checklist-item { padding: 0 38px 4px 0 } .checklist-item-checkbox {left:auto; right:5px} .checklist-progress-bar-current {left: auto; right: 0} .window-module-title-options {float:left; direction: ltr} .checklist-new-item {margin-left:0; margin-right:38px} /** attachment */ .js-attachments-section .window-module-title { margin: 0 0 4px 38px; } .js-attachments-section .window-module-title-icon { left:-38px; right: auto } .attachment-viewer-header-close-icon {right:auto;left:10px} .js-filter-emoji, .js-filter-mentionables, .js-short-url, .datepicker-select-input, .js-attachments-section, #addLink {direction: ltr !important;} /**************** Settings Page *****************/ .tabbed-pane-header-image {float:right} .tabbed-pane-header-factoid {right: auto;left: 32px} .has-factoid .tabbed-pane-header-details { direction: rtl; margin-left: 0; margin-right: 100px; } .js-profile-form input[name="name"], .js-profile-form input[name="website"] {direction:ltr} .tabbed-pane-header-details-edit { float:right} /**************** ADD A CARD LINK *****************/ /* empty list fix */ /**************** CARD Labels *****************/ /**************** CARD MEMBERS *****************/ /**************** CARD CONTENT (back side) *****************/ /* labels */ /* card content buttons */ /* More links */ /* button for comment etc */ /* image/attachment icon and background */ /**************** TOGGLE BAR *****************/ /* toggle arrow on the right */ /* toggle bar */ /**************** WEBKIT SCROLLBARS *****************/ /* .extra-large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide .list-guide,.large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide .list-guide{display:none;} .extra-large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide #board,.large-window.layout-horiz-scroll .board-wrapper.disabled-list-guide #board{margin-left:8px;border-radius:3px;} .extra-large-window.layout-horiz-scroll #board,.large-window.layout-horiz-scroll #board{border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0;margin-left:155px;} .extra-large-window.layout-horiz-scroll .list-area-wrapper,.large-window.layout-horiz-scroll .list-area-wrapper{overflow-x:scroll;overflow-y:hidden;}.extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar{height:13px;width:13px;} .extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:vertical,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:vertical,.extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:horizontal,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-thumb:horizontal{background:#888a85;border-color:transparent;} .extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-track-piece,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-track-piece{background: rgba(245, 245, 245, 0.16);} .extra-large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-button,.large-window.layout-horiz-scroll .list-area-wrapper::-webkit-scrollbar-button{display:block;height:2px;width:2px;} .extra-large-window.layout-horiz-scroll .list-guide,.large-window.layout-horiz-scroll .list-guide{display:block;left:8px;position:absolute;top:42px;} .extra-large-window.layout-horiz-scroll.window-up .list-guide,.large-window.layout-horiz-scroll.window-up .list-guide{-webkit-box-shadow:none;box-shadow:none;} */ }
0.382487
0.079818
The following CSS variables define the main, public API for styling JupyterLab. These variables should be used by all plugins wherever possible. In other words, plugins should not define custom colors, sizes, etc unless absolutely necessary. This enables users to change the visual theme of JupyterLab by changing these variables. Many variables appear in an ordered sequence (0,1,2,3). These sequences are designed to work well together, so for example, `--jp-border-color1` should be used with `--jp-layout-color1`. The numbers have the following meanings: * 0: super-primary, reserved for special emphasis * 1: primary, most important under normal situations * 2: secondary, next most important under normal situations * 3: tertiary, next most important under normal situations Throughout JupyterLab, we are mostly following principles from Google's Material Design when selecting colors. We are not, however, following all of MD as it is not optimized for dense, information rich UIs. */ :root { /* Elevation * * We style box-shadows using Material Design's idea of elevation. These particular numbers are taken from here: * * https://github.com/material-components/material-components-web * https://material-components-web.appspot.com/elevation.html */ --jp-shadow-base-lightness: 0; --jp-shadow-umbra-color: rgba( var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), 0.2 ); --jp-shadow-penumbra-color: rgba( var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), 0.14 ); --jp-shadow-ambient-color: rgba( var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), 0.12 ); --jp-elevation-z0: none; --jp-elevation-z1: 0px 2px 1px -1px var(--jp-shadow-umbra-color), 0px 1px 1px 0px var(--jp-shadow-penumbra-color), 0px 1px 3px 0px var(--jp-shadow-ambient-color); --jp-elevation-z2: 0px 3px 1px -2px var(--jp-shadow-umbra-color), 0px 2px 2px 0px var(--jp-shadow-penumbra-color), 0px 1px 5px 0px var(--jp-shadow-ambient-color); --jp-elevation-z4: 0px 2px 4px -1px var(--jp-shadow-umbra-color), 0px 4px 5px 0px var(--jp-shadow-penumbra-color), 0px 1px 10px 0px var(--jp-shadow-ambient-color); --jp-elevation-z6: 0px 3px 5px -1px var(--jp-shadow-umbra-color), 0px 6px 10px 0px var(--jp-shadow-penumbra-color), 0px 1px 18px 0px var(--jp-shadow-ambient-color); --jp-elevation-z8: 0px 5px 5px -3px var(--jp-shadow-umbra-color), 0px 8px 10px 1px var(--jp-shadow-penumbra-color), 0px 3px 14px 2px var(--jp-shadow-ambient-color); --jp-elevation-z12: 0px 7px 8px -4px var(--jp-shadow-umbra-color), 0px 12px 17px 2px var(--jp-shadow-penumbra-color), 0px 5px 22px 4px var(--jp-shadow-ambient-color); --jp-elevation-z16: 0px 8px 10px -5px var(--jp-shadow-umbra-color), 0px 16px 24px 2px var(--jp-shadow-penumbra-color), 0px 6px 30px 5px var(--jp-shadow-ambient-color); --jp-elevation-z20: 0px 10px 13px -6px var(--jp-shadow-umbra-color), 0px 20px 31px 3px var(--jp-shadow-penumbra-color), 0px 8px 38px 7px var(--jp-shadow-ambient-color); --jp-elevation-z24: 0px 11px 15px -7px var(--jp-shadow-umbra-color), 0px 24px 38px 3px var(--jp-shadow-penumbra-color), 0px 9px 46px 8px var(--jp-shadow-ambient-color); /* Borders * * The following variables, specify the visual styling of borders in JupyterLab. */ --jp-border-width: 0px; --jp-border-color0: #3d466a; --jp-border-color1: #3d466a; --jp-border-color2: #3d466a; --jp-border-color3: #3d466a; --jp-border-radius: 2px; /* UI Fonts * * The UI font CSS variables are used for the typography all of the JupyterLab * user interface elements that are not directly user generated content. * * The font sizing here is done assuming that the body font size of --jp-ui-font-size1 * is applied to a parent element. When children elements, such as headings, are sized * in em all things will be computed relative to that body size. */ --jp-ui-font-scale-factor: 1.1; --jp-ui-font-size0: 0.83333em; --jp-ui-font-size1: 13px; /* Base font size */ --jp-ui-font-size2: 1.2em; --jp-ui-font-size3: 1.44em; --jp-ui-font-family: 'Exo 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* * Use these font colors against the corresponding main layout colors. * In a light theme, these go from dark to light. */ /* Defaults use Material Design specification */ --jp-ui-font-color0: rgb(245, 249, 255); --jp-ui-font-color1: rgba(220, 230, 255, 0.95); --jp-ui-font-color2: rgba(220, 230, 255, 0.80); --jp-ui-font-color3: rgba(220, 230, 255, 0.70); /* * Use these against the brand/accent/warn/error colors. * These will typically go from light to darker, in both a dark and light theme. */ --jp-ui-inverse-font-color0: rgba(0, 0, 0, 1); --jp-ui-inverse-font-color1: rgba(0, 0, 0, 1); --jp-ui-inverse-font-color2: rgba(0, 0, 0, 0.7); --jp-ui-inverse-font-color3: rgba(0, 0, 0, 0.5); /* Content Fonts * * Content font variables are used for typography of user generated content. * * The font sizing here is done assuming that the body font size of --jp-content-font-size1 * is applied to a parent element. When children elements, such as headings, are sized * in em all things will be computed relative to that body size. */ --jp-content-line-height: 1.6; --jp-content-font-scale-factor: 1.2; --jp-content-font-size0: 0.83333em; --jp-content-font-size1: 14px; /* Base font size */ --jp-content-font-size2: 1.2em; --jp-content-font-size3: 1.44em; --jp-content-font-size4: 1.728em; --jp-content-font-size5: 2.0736em; /* This gives a magnification of about 125% in presentation mode over normal. */ --jp-content-presentation-font-size1: 15px; --jp-content-heading-line-height: 1; --jp-content-heading-margin-top: 1.2em; --jp-content-heading-margin-bottom: 0.8em; --jp-content-heading-font-weight: 500; /* Defaults use Material Design specification */ --jp-content-font-color0: rgb(225, 233, 255); --jp-content-font-color1: rgba(220, 230, 255, 0.90); --jp-content-font-color2: rgba(220, 230, 255, 0.74); --jp-content-font-color3: rgba(220, 230, 255, 0.58); --jp-content-link-color: var(--md-blue-700); /* --jp-content-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; */ --jp-content-font-family: var(--jp-ui-font-family); /* * Code Fonts * * Code font variables are used for typography of code and other monospaces content. */ --jp-code-font-size: 12px; --jp-code-line-height: 1.3077; /* 17px for 13px base */ --jp-code-padding: 0.385em; /* 5px for 13px base */ --jp-code-font-family-default: 'Source Code Pro', 'JetBrains Mono', 'Menlo', 'Consolas', 'DejaVu Sans Mono', monospace; --jp-cell-prompt-font-family: var(--jp-code-font-family-default); --jp-code-font-family: var(--jp-code-font-family-default); /* This gives a magnification of about 125% in presentation mode over normal. */ --jp-code-presentation-font-size: 16px; /* may need to tweak cursor width if you change font size */ --jp-code-cursor-width0: 1.4px; --jp-code-cursor-width1: 2px; --jp-code-cursor-width2: 4px; /* Layout * * The following are the main layout colors use in JupyterLab. In a light * theme these would go from light to dark. */ --jp-layout-color0: #2f3a50; --jp-layout-color1: #2B2E41; --jp-layout-color2: #232636; --jp-layout-color3: #181c2c; --jp-layout-color4: #181c2c; /* Inverse Layout * * The following are the inverse layout colors use in JupyterLab. In a light * theme these would go from dark to light. */ --jp-inverse-layout-color0:rgb(54, 61, 92); --jp-inverse-layout-color1: rgb(80, 88, 124); --jp-inverse-layout-color2: rgb(88, 97, 136); --jp-inverse-layout-color3: rgb(101, 110, 151); --jp-inverse-layout-color4: rgb(124, 135, 185); /* Brand/accent */ --jp-brand-color1: rgba(53, 114, 238, .85); --jp-brand-color1: var(--md-blue-500); --jp-brand-color2: var(--md-blue-300); --jp-brand-color3: var(--md-blue-100); --jp-accent-color0: var(--md-green-700); --jp-accent-color1: var(--md-green-500); --jp-accent-color2: var(--md-green-300); --jp-accent-color3: var(--md-green-100); /* State colors (warn, error, success, info) */ --jp-warn-color0: var(--md-orange-700); --jp-warn-color1: var(--md-orange-500); --jp-warn-color2: var(--md-orange-300); --jp-warn-color3: var(--md-orange-100); --jp-error-color0: var(--md-red-700); --jp-error-color1: var(--md-red-500); --jp-error-color2: var(--md-red-300); --jp-error-color3: var(--md-red-100); --jp-success-color0: var(--md-green-700); --jp-success-color1: var(--md-green-500); --jp-success-color2: var(--md-green-300); --jp-success-color3: var(--md-green-100); --jp-info-color0: var(--md-cyan-700); --jp-info-color1: var(--md-cyan-500); --jp-info-color2: var(--md-cyan-300); --jp-info-color3: var(--md-cyan-100); /* Cell specific styles */ --jp-cell-padding: 5px; --jp-cell-collapser-width: 9px; --jp-cell-collapser-min-height: 20px; --jp-cell-collapser-not-active-hover-opacity: 0.75; --jp-cell-editor-background: #22263b; --jp-cell-editor-border-color: var(--jp-cell-editor-background); --jp-cell-editor-box-shadow: inset 0 0 2px var(--jp-layout-color3); --jp-cell-editor-active-background: var(--jp-cell-editor-background); --jp-cell-editor-active-border-color: var(--jp-brand-color1); --jp-cell-prompt-width: 60px; --jp-cell-prompt-font-family: 'Source Code Pro', monospace; --jp-cell-prompt-letter-spacing: 0px; --jp-cell-prompt-opacity: 1; --jp-cell-prompt-not-active-opacity: 0.5; --jp-cell-prompt-not-active-font-color: #666e97; /* A custom blend of MD grey and blue 600 * See https://meyerweb.com/eric/tools/color-blend/#546E7A:1E88E5:5:hex */ --jp-cell-inprompt-font-color: #307fc1; /* A custom blend of MD grey and orange 600 * https://meyerweb.com/eric/tools/color-blend/#546E7A:F4511E:5:hex */ --jp-cell-outprompt-font-color: #bf5b3d; /* Notebook specific styles */ --jp-notebook-padding: 1ex 4ex 1ex 4ex; --jp-notebook-select-background: var(--jp-layout-color1); --jp-notebook-multiselected-color: rgba(80, 92, 133,.45); /* The scroll padding is calculated to fill enough space at the bottom of the notebook to show one single-line cell (with appropriate padding) at the top when the notebook is scrolled all the way to the bottom. We also subtract one pixel so that no scrollbar appears if we have just one single-line cell in the notebook. This padding is to enable a 'scroll past end' feature in a notebook. */ --jp-notebook-scroll-padding: calc( 100% - var(--jp-code-font-size) * var(--jp-code-line-height) - var(--jp-code-padding) - var(--jp-cell-padding) - 1px ); /* Rendermime styles */ --jp-rendermime-error-background: var(--jp-layout-color0); --jp-rendermime-table-row-background: var(--jp-border-color2); --jp-rendermime-table-row-hover-background: #018af34b; --jp-table-odd-rows: #2d3c5a; --jp-table-even-rows: #16233e; --jp-table-header-background: #181d33; /* Dialog specific styles */ --jp-dialog-background: var(--jp-layout-color2); /* Console specific styles */ --jp-console-padding: 10px; /* Toolbar specific styles */ --jp-toolbar-border-color: var(--jp-border-color3); --jp-toolbar-micro-height: 8px; --jp-toolbar-background: var(--jp-layout-color3); --jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(16, 28, 53, 0.24); --jp-toolbar-header-margin: 4px 4px 0px 4px; --jp-toolbar-active-background: var(--jp-layout-color2); /* Input field styles */ --jp-input-box-shadow: inset 0 0 2px var(--md-blue-300); --jp-input-active-background: var(--jp-cell-editor-background); --jp-input-hover-background: var(---jp-cell-editor-background); --jp-input-background: var(--jp-layout-color2); --jp-input-border-color: var(--jp-border-color2); --jp-input-active-border-color: var(--jp-brand-color1); /* General editor styles */ --jp-editor-selected-background: rgba(50, 55, 83, 0.65); --jp-editor-selected-focused-background: rgba(62, 68, 102, 0.85); --jp-editor-cursor-color: #f65d22; /* Code mirror specific styles */ --jp-mirror-editor-keyword-color: #db92fe; --jp-mirror-editor-keyword-weight: normal; --jp-mirror-editor-atom-color: #db92fe; --jp-mirror-editor-number-color: #ff956a; --jp-mirror-editor-def-color: #389fdf; --jp-mirror-editor-def-weight: bold; --jp-mirror-editor-variable-color: #CDD2E9; --jp-mirror-editor-variable-2-color: #CDD2E9; --jp-mirror-editor-variable-3-color: #db92fe; --jp-mirror-editor-punctuation-color: #54b7f4; --jp-mirror-editor-property-color: #ef6b8c; /*#ff7979;*/ --jp-mirror-editor-operator-color: #54b7f4; --jp-mirror-editor-comment-color: #5579c1; --jp-mirror-editor-string-color: #98cc64; --jp-mirror-editor-string-2-color: #98cc64; --jp-mirror-editor-meta-color: #54b7f4; --jp-mirror-editor-qualifier-color: #db92fe; --jp-mirror-editor-builtin-color: #ef6b8c; --jp-mirror-editor-bracket-color: #CDD2E9; --jp-mirror-editor-tag-color: #28beaa; --jp-mirror-editor-attribute-color: #ef6b8c; --jp-mirror-editor-header-color: #54b7f4; --jp-mirror-editor-quote-color: #28beaa; --jp-mirror-editor-link-color: #54b7f4; --jp-mirror-editor-error-color: #ef6b8c; --jp-mirror-editor-hr-color: #5579c1; /* Vega extension styles */ --jp-vega-background: #24283c; --jp-dialog-background: rgba(25, 55, 93, 0.4); /* Sidebar-related styles */ --jp-sidebar-min-width: 180px; /* NON-STANDARD THEME VARS */ --jp-editor-cursor: medium solid #ec4d0b; --jp-cell-inprompt-background: var(--jp-cell-editor-background); --jp-md-cell-inprompt-background: #2f3a50; --jp-md-cell-background: var(--jp-md-cell-inprompt-background); --jp-cell-inprompt-font-color: #4171d1; --jp-cell-editor-active-background: var(--jp-cell-editor-background); --jp-cell-editor-border-color: #24283c; --jp-cell-editor-border-color-inactive: #24283c; --jp-input-collapser-color: var(--jp-cell-editor-background); --jp-output-collapser-color: var(--jp-layout-color0); --jp-md-collapser-color: var(--jp-md-cell-inprompt-background); --jp-cell-active-input-collapser: #297bee; --jp-cell-active-input-collapser-edit: #2d60a8; --jp-cell-active-input-collapser-active-hover: #49a7ff; --jp-cell-collapser-hover: #2061c9; --jp-cell-active-output-collapser: #f1428b; --jp-cell-inactive-output-collapser: #af5384; --jp-cell-active-output-collapser-hover: #ff5db5; --jp-cell-active-output-collapser-edit: #af5384; --jp-md-cell-active-input-collapser:#7fa723; --jp-md-cell-active-input-collapser-edit: #6a9736; --jp-md-cell-active-input-collapser-edit-hover: #7ac921; --jp-md-cell-active-input-collapser-hover: #7ac921; --jp-matching-bracket-bg: #3b79e1; --jp-nonmatching-bracket-bg: #bb306a; --jp-matching-bracket-color: #ffffff; } /* ########################################################*/ /* JUPYTER LAB MAIN */ /* ########################################################*/ #jp-top-panel { border-bottom: var(--jp-border-width) solid var(--jp-border-color0); background: var(--jp-layout-color3); display: flex; min-height: var(--jp-private-menubar-height); } .p-MenuBar { padding-left: 5px; background: var(--jp-layout-color3); color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); } .p-MenuBar-item:hover { padding: 0px 8px; border-left: var(--jp-border-width) solid transparent; border-right: var(--jp-border-width) solid transparent; line-height: var(--jp-private-menubar-height); background: var(--jp-layout-color0); color: var(--jp-ui-font-color0) !important; } .jp-Toolbar { color: var(--jp-ui-font-color1); flex: 0 0 auto; display: flex; flex-direction: row; border-bottom: var(--jp-border-width) solid var(--jp-toolbar-border-color); box-shadow: none; background: transparent !important; z-index: 1; } .p-TabBar-tab.p-mod-current, .p-TabBar-tab.p-mod-current:hover { color: var(--jp-ui-font-color0) !important; background: var(--jp-layout-color0) !important; } .p-DockPanel-tabBar .p-TabBar-tab { flex: 0 1 var(--jp-private-horizontal-tab-width); min-height: calc( var(--jp-private-horizontal-tab-height) + var(--jp-border-width) ); min-width: 36px; line-height: var(--jp-private-horizontal-tab-height); padding: 2px 8px; background: var(--jp-layout-color1); border: var(--jp-border-width) solid var(--jp-layout-color1); border-bottom: none; position: relative; overflow: visible; } .p-DockPanel-tabBar .p-TabBar-tab:hover:not(.p-mod-current) { background: var(--jp-layout-color3) !important; } .p-DockPanel-tabBar .p-TabBar-tab:hover, .p-DockPanel-tabBar .p-TabBar-tab:hover:not(.p-mod-current) { background: var(--jp-layout-color0); } button.jp-mod-styled { font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color1); border: none; box-sizing: border-box; text-align: center; line-height: 32px; height: 32px; padding: 0px 0px; letter-spacing: 0.8px; outline: none; appearance: none; display: grid; width: unset; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; overflow: clip; } button.jp-Button.bp3-button.bp3-minimal:hover { background: var(--jp-layout-color2); background-color: var(--jp-layout-color2); color: var(--jp-ui-font-color0); } .jp-icon3[fill] { fill: var(--jp-inverse-layout-color3); } /* ########################################################*/ /* COMMAND PALETTE */ /* ########################################################*/ .p-CommandPalette { color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); background: var(--jp-layout-color2); } .p-CommandPalette-item:hover:not(.p-mod-active):not(.p-mod-disabled) { background: var(--jp-layout-color1); } /* ########################################################*/ /* SIDEBAR */ /* ########################################################*/ .jp-SideBar.p-TabBar { color: var(--jp-ui-font-color1); background: var(--jp-layout-color3); font-size: var(--jp-ui-font-size1); min-width: calc(var(--jp-private-sidebar-tab-width) + var(--jp-border-width)); max-width: calc(var(--jp-private-sidebar-tab-width) + var(--jp-border-width)); overflow: visible; display: block; } .jp-SideBar .p-TabBar-tab.p-mod-current { color: var(--jp-ui-font-color0) !important; background: var(--jp-layout-color0) !important; } .jp-SideBar.p-TabBar.jp-mod-left { border-right: var(--jp-border-width) solid var(--jp-layout-color2); } .jp-SideBar .p-TabBar-tab:hover:not(.p-mod-current) { color: var(--jp-ui-font-color0) !important; background: var(--jp-layout-color0) !important; background-color: var(--jp-layout-color0) !important; } .jp-SideBar .p-TabBar-tab:not(.p-mod-current) { background: var(--jp-layout-color3); color: var(--jp-ui-font-color1) !important; } .jp-FileBrowser { display: flex; flex-direction: column; color: var(--jp-ui-font-color1); background: var(--jp-layout-color0) !important; font-size: var(--jp-ui-font-size1); } .jp-DirListing-content { background: var(--jp-layout-color0); } .jp-RunningSessions { min-width: var(--jp-sidebar-min-width); color: var(--jp-ui-font-color1); background: var(--jp-layout-color0); font-size: var(--jp-ui-font-size1); } .jp-TableOfContents { display: flex; flex-direction: column; background: var(--jp-layout-color0); color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); height: 100%; } .jp-TableOfContents-content { background-color: var(--jp-layout-color0); } .jp-extensionmanager-view { padding-bottom: 0px; color: var(--jp-ui-font-color1); background: var(--jp-layout-color0); display: flex; flex-direction: column; font-size: var(--jp-ui-font-size1); } .jp-NotebookTools { display: block; min-width: var(--jp-sidebar-min-width); color: var(--jp-ui-font-color1); background: var(--jp-layout-color0); font-size: var(--jp-ui-font-size1); overflow: auto; } .jp-NotebookTools-content { background: var(--jp-layout-color0); } /* ########################################################*/ /* LAUNCHER */ /* ########################################################*/ .jp-LauncherCard { display: flex; flex-direction: column; cursor: pointer; width: 30ex !important; height: var(--jp-private-launcher-card-size); margin: 5px; padding: 0px; border: 1px solid var(--jp-layout-color2); background: var(--jp-layout-color2); box-shadow: none; transition: 0.2s; border-radius: var(--jp-border-radius); } .jp-LauncherCard:hover { box-shadow: none; color: var(--jp-ui-font-color0); background: var(--jp-layout-color1); border: 1px solid var(--jp-layout-color1); border-radius: var(--jp-border-radius); } /*######################################################*/ /* HIDE TOOLBAR */ /*######################################################*/ .jp-Toolbar > .jp-Toolbar-item { flex: 0 0 auto; display: flex; padding-left: 1px; padding-right: 1px; font-size: var(--jp-ui-font-size1); line-height: var(--jp-private-toolbar-height); color: var(--jp-ui-font-color0); height: 100%; visibility: visible; } .jp-OfflineNotebookToolbarIcon { color: var(--jp-ui-font-color1); } /*######################################################*/ /* ADD EXCEPTION FOR KERNEL STATUS & ICONS */ /*######################################################*/ div.lm-Widget.p-Widget.jp-Toolbar.jp-scrollbar-tiny.jp-NotebookPanel-toolbar > div.lm-Widget.p-Widget.jp-KernelName.jp-Toolbar-item { visibility: visible !important; } .jp-Toolbar-item.jp-Toolbar-kernelStatus { display: inline-block; width: 32px; background-repeat: no-repeat; background-position: center; background-size: 16px; visibility: visible !important; padding-top: 4px; } .jp-Notebook { padding: var(--jp-notebook-padding); outline: none; background: transparent; } /* ########################################################*/ /* CODE MIRROR */ /* ########################################################*/ .jp-Notebook div.CodeMirror .CodeMirror pre { font-family: var(--jp-code-font-family-default); font-variant-ligatures: normal; line-height: 170% !important; font-weight: 500; } .jp-Notebook div.CodeMirror, div.CodeMirror pre { font-family: var(--jp-code-font-family-default); line-height: 170%; font-weight: 500; color: var(--jp-mirror-editor-variable-color) !important; } .jp-Notebook .CodeMirror pre { font-family: var(--jp-code-font-family-default) !important; font-variant-ligatures: normal !important; line-height: 170% !important; font-weight: 500; color: var(--jp-mirror-editor-variable-color) !important; } .jp-Cell-inputArea { flex: 1 1 auto; background: var(--jp-cell-editor-background); border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .jp-Notebook .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-background); border-radius: 0px; background: var(--jp-cell-editor-background); background-color: var(--jp-cell-editor-background); border-color: var(--jp-cell-editor-background); opacity: 1; } .jp-Notebook .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-border-color-inactive); border-radius: 0px; background: var(--jp-cell-editor-background); opacity: 1; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-border-color-inactive); border-radius: 0px; background: var(--jp-cell-editor-background); opacity: 1; } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-border-color); box-shadow: none; background-color: var(--jp-cell-editor-active-background); } .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected { background: transparent !important; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .CodeMirror-matchingbracket { color: var(--jp-mirror-editor-variable-color); font-weight: 500; background-color: transparent !important; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .CodeMirror-nonmatchingbracket { color: var(--jp-mirror-editor-variable-color); font-weight: 500; background-color: transparent !important; } .jp-Notebook .jp-Cell.jp-mod-active.jp-mod-selected .CodeMirror-matchingbracket { color: var(--jp-matching-bracket-color) !important; font-weight: bold; background-color: var(--jp-matching-bracket-bg); } .jp-Notebook .jp-Cell.jp-mod-active.jp-mod-selected .CodeMirror-nonmatchingbracket { color: var(--jp-matching-bracket-color) !important; font-weight: bold; background-color: var(--jp-nonmatching-bracket-bg); } .CodeMirror-cursor { border-left: 2px solid #0095ff !important; } .cm-s-jupyter span.cm-keyword { color: var(--jp-mirror-editor-keyword-color); font-weight: 500; } .cm-s-jupyter span.cm-def { color: var(--jp-mirror-editor-def-color); font-weight: bold; font-style: italic; } .jp-Cell-inputArea, .jp-Cell-outputArea { flex: 1 1 auto; border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .jp-MarkdownOutput.jp-RenderedHTMLCommon { overflow: visible; background: var(--jp-md-cell-background); } /* ########################################################*/ /* DATAFRAMES/TABLES */ /* ########################################################*/ .jp-RenderedHTMLCommon tbody tr:nth-child(odd) { background: var(--jp-table-odd-rows); } .jp-RenderedHTMLCommon tbody tr:nth-child(even) { background: var(--jp-table-even-rows); } .jp-RenderedHTMLCommon tbody tr:hover { background: var(--jp-rendermime-table-row-hover-background) !important; } .jp-RenderedHTMLCommon thead { border-bottom: 3px solid var(--jp-table-header-background); vertical-align: bottom; background: var(--jp-table-header-background); } /* [data-jp-theme-light='false'] .jp-RenderedImage img.jp-needs-light-background { background-color: var(--jp-inverse-layout-color1); } */ /* ########################################################*/ /* INPUT PROMPT */ /* ########################################################*/ .jp-Notebook .jp-MarkdownCell .jp-InputPrompt { background: var(--jp-md-cell-inprompt-background) !important; color: var(--jp-cell-inprompt-font-color); font-family: var(--jp-cell-prompt-font-family); opacity: 1; cursor: move; font-weight: normal; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt { opacity: 1; background: var(--jp-cell-inprompt-background); font-weight: normal; color: var(--jp-cell-prompt-not-active-font-color) !important; } .jp-Notebook .jp-Cell .jp-InputPrompt { visibility: visible; width: 30px; min-width: 30px; flex: 0 0 55px; background: var(--jp-cell-inprompt-background); color: var(--jp-cell-inprompt-font-color); font-family: var(--jp-ui-font-family) !important; padding-top: 4px; padding-right: 0; border: var(--jp-border-width) solid transparent; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 1; cursor: move; line-height: 170% !important; font-weight: 500; font-size: 12px !important; } /* ########################################################*/ /* CODE CELL INPUT COLLAPSER */ /* ########################################################*/ .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected .jp-Collapser { background: var(--jp-cell-active-input-collapser); } .jp-Notebook .jp-Cell .jp-Collapser { background: var(--jp-input-collapser-color); border-bottom-right-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser { background: var(--jp-cell-active-input-collapser); } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-Collapser { background: var(--jp-cell-active-input-collapser-edit); } .jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser:hover { background: var(--jp-cell-active-input-collapser-active-hover) !important; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-Collapser:hover{ background: var(--jp-cell-active-input-collapser-edit); } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-Collapser:hover { background: var(--jp-cell-collapser-hover); } .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected .jp-Collapser { background: var(--jp-cell-active-input-collapser); } .jp-Notebook .jp-Cell .jp-Collapser:hover { box-shadow: none; background: var(--jp-brand-color1); opacity: var(--jp-cell-collapser-not-active-hover-opacity); } /* ########################################################*/ /* OUTPUT PROMPT */ /* ########################################################*/ .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt { opacity: var(--jp-cell-prompt-not-active-opacity); color: var(--jp-cell-prompt-not-active-font-color); } .jp-OutputPrompt { flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-active-output-collapser); font-family: var(--jp-cell-prompt-font-family); padding: var(--jp-code-padding); letter-spacing: var(--jp-cell-prompt-letter-spacing); line-height: var(--jp-code-line-height); font-size: var(--jp-code-font-size); border: var(--jp-border-width) solid transparent; opacity: var(--jp-cell-prompt-opacity); text-align: right; white-space: nowrap; overflow: hidden; font-weight: 500; text-overflow: ellipsis; } /* ########################################################*/ /* CODE CELL OUTPUT COLLAPSER */ /* ########################################################*/ .jp-Notebook .jp-Cell .jp-outputCollapser { background: var(--jp-layout-color1) !important; opacity: var(--jp-cell-prompt-opacity); } .jp-Cell.jp-mod-active:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-cell-active-output-collapser) !important; } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-cell-active-output-collapser-edit) !important; opacity: 1.0; } .jp-Cell.jp-mod-active:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser:hover { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-cell-active-output-collapser-hover) !important; } .jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-output-collapser-color); } .jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser:hover { box-shadow: none; background: var(--jp-cell-inactive-output-collapser); opacity: var(--jp-cell-collapser-not-active-hover-opacity); } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputCollapser:hover { background: var(--jp-cell-inactive-output-collapser); } .jp-RenderedText[data-mime-type='application/vnd.jupyter.stderr'] { background: var(--jp-rendermime-error-background); padding-top: var(--jp-code-padding); } .jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea { overflow-y: auto; max-height: 200px; box-shadow: none !important; margin-left: var(--jp-private-cell-scrolling-output-offset); } /* ########################################################*/ /* MARKDOWN CELL COLLAPSER */ /* ########################################################*/ .jp-Notebook .jp-Cell.jp-MarkdownCell .jp-Collapser { background: var(--jp-md-collapser-color); border-bottom-right-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .jp-Notebook .jp-Cell.jp-MarkdownCell.jp-mod-active .jp-Collapser { background: var(--jp-md-cell-active-input-collapser); } .jp-Notebook.jp-mod-commandMode .jp-MarkdownCell.jp-mod-selected .jp-Collapser { background: var(--jp-md-cell-active-input-collapser) !important; } .jp-Notebook.jp-mod-editMode .jp-MarkdownCell.jp-mod-active .jp-Collapser { background: var(--jp-md-cell-active-input-collapser-edit) !important; } .jp-Notebook.jp-mod-editMode .jp-MarkdownCell.jp-mod-active .jp-Collapser:hover { background: var(--jp-md-cell-active-input-collapser-edit-hover) !important; } .jp-Notebook .jp-MarkdownCell:not(.jp-mod-active) .jp-Collapser:hover { background: var(--jp-md-cell-active-input-collapser-edit) !important; } .jp-Notebook.jp-mod-editMode .jp-MarkdownCell.jp-mod-active .jp-Collapser { background: var(--jp-md-cell-active-input-collapser-edit); } .jp-Notebook .jp-MarkdownCell.jp-mod-active .jp-Collapser:hover { background: var(--jp-md-cell-active-input-collapser-hover) !important; } /* ########################################################*/ /* BACKGROUND IMGS */ /* ########################################################*/ /* Notebook */ /* body[data-jp-theme-name="Legos Light"] .jp-Notebook { background-image: url('./img/bg_white_faded.tiff'); background-repeat: no-repeat; background-attachment: fixed; /* background-position: center; }*/ /* DirListing */ /* body[data-jp-theme-name="Legos Light"] .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before { background-image: url('./img/bg_img.png'); } */ /* ########################################################*/ /* FONT ALIASING/SMOOTHING */ /* ########################################################*/ HTML, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, button, blockquote, th, td { text-rendering: auto !important; -webkit-font-smoothing: subpixel-antialiased !important; font-family: var(--jp-ui-font-family) !important; font-weight: 400; } pre, code { text-rendering: auto !important; -webkit-font-smoothing: subpixel-antialiased !important; font-family: var(--jp-code-font-family) !important; }
style/variables.css
The following CSS variables define the main, public API for styling JupyterLab. These variables should be used by all plugins wherever possible. In other words, plugins should not define custom colors, sizes, etc unless absolutely necessary. This enables users to change the visual theme of JupyterLab by changing these variables. Many variables appear in an ordered sequence (0,1,2,3). These sequences are designed to work well together, so for example, `--jp-border-color1` should be used with `--jp-layout-color1`. The numbers have the following meanings: * 0: super-primary, reserved for special emphasis * 1: primary, most important under normal situations * 2: secondary, next most important under normal situations * 3: tertiary, next most important under normal situations Throughout JupyterLab, we are mostly following principles from Google's Material Design when selecting colors. We are not, however, following all of MD as it is not optimized for dense, information rich UIs. */ :root { /* Elevation * * We style box-shadows using Material Design's idea of elevation. These particular numbers are taken from here: * * https://github.com/material-components/material-components-web * https://material-components-web.appspot.com/elevation.html */ --jp-shadow-base-lightness: 0; --jp-shadow-umbra-color: rgba( var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), 0.2 ); --jp-shadow-penumbra-color: rgba( var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), 0.14 ); --jp-shadow-ambient-color: rgba( var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), var(--jp-shadow-base-lightness), 0.12 ); --jp-elevation-z0: none; --jp-elevation-z1: 0px 2px 1px -1px var(--jp-shadow-umbra-color), 0px 1px 1px 0px var(--jp-shadow-penumbra-color), 0px 1px 3px 0px var(--jp-shadow-ambient-color); --jp-elevation-z2: 0px 3px 1px -2px var(--jp-shadow-umbra-color), 0px 2px 2px 0px var(--jp-shadow-penumbra-color), 0px 1px 5px 0px var(--jp-shadow-ambient-color); --jp-elevation-z4: 0px 2px 4px -1px var(--jp-shadow-umbra-color), 0px 4px 5px 0px var(--jp-shadow-penumbra-color), 0px 1px 10px 0px var(--jp-shadow-ambient-color); --jp-elevation-z6: 0px 3px 5px -1px var(--jp-shadow-umbra-color), 0px 6px 10px 0px var(--jp-shadow-penumbra-color), 0px 1px 18px 0px var(--jp-shadow-ambient-color); --jp-elevation-z8: 0px 5px 5px -3px var(--jp-shadow-umbra-color), 0px 8px 10px 1px var(--jp-shadow-penumbra-color), 0px 3px 14px 2px var(--jp-shadow-ambient-color); --jp-elevation-z12: 0px 7px 8px -4px var(--jp-shadow-umbra-color), 0px 12px 17px 2px var(--jp-shadow-penumbra-color), 0px 5px 22px 4px var(--jp-shadow-ambient-color); --jp-elevation-z16: 0px 8px 10px -5px var(--jp-shadow-umbra-color), 0px 16px 24px 2px var(--jp-shadow-penumbra-color), 0px 6px 30px 5px var(--jp-shadow-ambient-color); --jp-elevation-z20: 0px 10px 13px -6px var(--jp-shadow-umbra-color), 0px 20px 31px 3px var(--jp-shadow-penumbra-color), 0px 8px 38px 7px var(--jp-shadow-ambient-color); --jp-elevation-z24: 0px 11px 15px -7px var(--jp-shadow-umbra-color), 0px 24px 38px 3px var(--jp-shadow-penumbra-color), 0px 9px 46px 8px var(--jp-shadow-ambient-color); /* Borders * * The following variables, specify the visual styling of borders in JupyterLab. */ --jp-border-width: 0px; --jp-border-color0: #3d466a; --jp-border-color1: #3d466a; --jp-border-color2: #3d466a; --jp-border-color3: #3d466a; --jp-border-radius: 2px; /* UI Fonts * * The UI font CSS variables are used for the typography all of the JupyterLab * user interface elements that are not directly user generated content. * * The font sizing here is done assuming that the body font size of --jp-ui-font-size1 * is applied to a parent element. When children elements, such as headings, are sized * in em all things will be computed relative to that body size. */ --jp-ui-font-scale-factor: 1.1; --jp-ui-font-size0: 0.83333em; --jp-ui-font-size1: 13px; /* Base font size */ --jp-ui-font-size2: 1.2em; --jp-ui-font-size3: 1.44em; --jp-ui-font-family: 'Exo 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* * Use these font colors against the corresponding main layout colors. * In a light theme, these go from dark to light. */ /* Defaults use Material Design specification */ --jp-ui-font-color0: rgb(245, 249, 255); --jp-ui-font-color1: rgba(220, 230, 255, 0.95); --jp-ui-font-color2: rgba(220, 230, 255, 0.80); --jp-ui-font-color3: rgba(220, 230, 255, 0.70); /* * Use these against the brand/accent/warn/error colors. * These will typically go from light to darker, in both a dark and light theme. */ --jp-ui-inverse-font-color0: rgba(0, 0, 0, 1); --jp-ui-inverse-font-color1: rgba(0, 0, 0, 1); --jp-ui-inverse-font-color2: rgba(0, 0, 0, 0.7); --jp-ui-inverse-font-color3: rgba(0, 0, 0, 0.5); /* Content Fonts * * Content font variables are used for typography of user generated content. * * The font sizing here is done assuming that the body font size of --jp-content-font-size1 * is applied to a parent element. When children elements, such as headings, are sized * in em all things will be computed relative to that body size. */ --jp-content-line-height: 1.6; --jp-content-font-scale-factor: 1.2; --jp-content-font-size0: 0.83333em; --jp-content-font-size1: 14px; /* Base font size */ --jp-content-font-size2: 1.2em; --jp-content-font-size3: 1.44em; --jp-content-font-size4: 1.728em; --jp-content-font-size5: 2.0736em; /* This gives a magnification of about 125% in presentation mode over normal. */ --jp-content-presentation-font-size1: 15px; --jp-content-heading-line-height: 1; --jp-content-heading-margin-top: 1.2em; --jp-content-heading-margin-bottom: 0.8em; --jp-content-heading-font-weight: 500; /* Defaults use Material Design specification */ --jp-content-font-color0: rgb(225, 233, 255); --jp-content-font-color1: rgba(220, 230, 255, 0.90); --jp-content-font-color2: rgba(220, 230, 255, 0.74); --jp-content-font-color3: rgba(220, 230, 255, 0.58); --jp-content-link-color: var(--md-blue-700); /* --jp-content-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; */ --jp-content-font-family: var(--jp-ui-font-family); /* * Code Fonts * * Code font variables are used for typography of code and other monospaces content. */ --jp-code-font-size: 12px; --jp-code-line-height: 1.3077; /* 17px for 13px base */ --jp-code-padding: 0.385em; /* 5px for 13px base */ --jp-code-font-family-default: 'Source Code Pro', 'JetBrains Mono', 'Menlo', 'Consolas', 'DejaVu Sans Mono', monospace; --jp-cell-prompt-font-family: var(--jp-code-font-family-default); --jp-code-font-family: var(--jp-code-font-family-default); /* This gives a magnification of about 125% in presentation mode over normal. */ --jp-code-presentation-font-size: 16px; /* may need to tweak cursor width if you change font size */ --jp-code-cursor-width0: 1.4px; --jp-code-cursor-width1: 2px; --jp-code-cursor-width2: 4px; /* Layout * * The following are the main layout colors use in JupyterLab. In a light * theme these would go from light to dark. */ --jp-layout-color0: #2f3a50; --jp-layout-color1: #2B2E41; --jp-layout-color2: #232636; --jp-layout-color3: #181c2c; --jp-layout-color4: #181c2c; /* Inverse Layout * * The following are the inverse layout colors use in JupyterLab. In a light * theme these would go from dark to light. */ --jp-inverse-layout-color0:rgb(54, 61, 92); --jp-inverse-layout-color1: rgb(80, 88, 124); --jp-inverse-layout-color2: rgb(88, 97, 136); --jp-inverse-layout-color3: rgb(101, 110, 151); --jp-inverse-layout-color4: rgb(124, 135, 185); /* Brand/accent */ --jp-brand-color1: rgba(53, 114, 238, .85); --jp-brand-color1: var(--md-blue-500); --jp-brand-color2: var(--md-blue-300); --jp-brand-color3: var(--md-blue-100); --jp-accent-color0: var(--md-green-700); --jp-accent-color1: var(--md-green-500); --jp-accent-color2: var(--md-green-300); --jp-accent-color3: var(--md-green-100); /* State colors (warn, error, success, info) */ --jp-warn-color0: var(--md-orange-700); --jp-warn-color1: var(--md-orange-500); --jp-warn-color2: var(--md-orange-300); --jp-warn-color3: var(--md-orange-100); --jp-error-color0: var(--md-red-700); --jp-error-color1: var(--md-red-500); --jp-error-color2: var(--md-red-300); --jp-error-color3: var(--md-red-100); --jp-success-color0: var(--md-green-700); --jp-success-color1: var(--md-green-500); --jp-success-color2: var(--md-green-300); --jp-success-color3: var(--md-green-100); --jp-info-color0: var(--md-cyan-700); --jp-info-color1: var(--md-cyan-500); --jp-info-color2: var(--md-cyan-300); --jp-info-color3: var(--md-cyan-100); /* Cell specific styles */ --jp-cell-padding: 5px; --jp-cell-collapser-width: 9px; --jp-cell-collapser-min-height: 20px; --jp-cell-collapser-not-active-hover-opacity: 0.75; --jp-cell-editor-background: #22263b; --jp-cell-editor-border-color: var(--jp-cell-editor-background); --jp-cell-editor-box-shadow: inset 0 0 2px var(--jp-layout-color3); --jp-cell-editor-active-background: var(--jp-cell-editor-background); --jp-cell-editor-active-border-color: var(--jp-brand-color1); --jp-cell-prompt-width: 60px; --jp-cell-prompt-font-family: 'Source Code Pro', monospace; --jp-cell-prompt-letter-spacing: 0px; --jp-cell-prompt-opacity: 1; --jp-cell-prompt-not-active-opacity: 0.5; --jp-cell-prompt-not-active-font-color: #666e97; /* A custom blend of MD grey and blue 600 * See https://meyerweb.com/eric/tools/color-blend/#546E7A:1E88E5:5:hex */ --jp-cell-inprompt-font-color: #307fc1; /* A custom blend of MD grey and orange 600 * https://meyerweb.com/eric/tools/color-blend/#546E7A:F4511E:5:hex */ --jp-cell-outprompt-font-color: #bf5b3d; /* Notebook specific styles */ --jp-notebook-padding: 1ex 4ex 1ex 4ex; --jp-notebook-select-background: var(--jp-layout-color1); --jp-notebook-multiselected-color: rgba(80, 92, 133,.45); /* The scroll padding is calculated to fill enough space at the bottom of the notebook to show one single-line cell (with appropriate padding) at the top when the notebook is scrolled all the way to the bottom. We also subtract one pixel so that no scrollbar appears if we have just one single-line cell in the notebook. This padding is to enable a 'scroll past end' feature in a notebook. */ --jp-notebook-scroll-padding: calc( 100% - var(--jp-code-font-size) * var(--jp-code-line-height) - var(--jp-code-padding) - var(--jp-cell-padding) - 1px ); /* Rendermime styles */ --jp-rendermime-error-background: var(--jp-layout-color0); --jp-rendermime-table-row-background: var(--jp-border-color2); --jp-rendermime-table-row-hover-background: #018af34b; --jp-table-odd-rows: #2d3c5a; --jp-table-even-rows: #16233e; --jp-table-header-background: #181d33; /* Dialog specific styles */ --jp-dialog-background: var(--jp-layout-color2); /* Console specific styles */ --jp-console-padding: 10px; /* Toolbar specific styles */ --jp-toolbar-border-color: var(--jp-border-color3); --jp-toolbar-micro-height: 8px; --jp-toolbar-background: var(--jp-layout-color3); --jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(16, 28, 53, 0.24); --jp-toolbar-header-margin: 4px 4px 0px 4px; --jp-toolbar-active-background: var(--jp-layout-color2); /* Input field styles */ --jp-input-box-shadow: inset 0 0 2px var(--md-blue-300); --jp-input-active-background: var(--jp-cell-editor-background); --jp-input-hover-background: var(---jp-cell-editor-background); --jp-input-background: var(--jp-layout-color2); --jp-input-border-color: var(--jp-border-color2); --jp-input-active-border-color: var(--jp-brand-color1); /* General editor styles */ --jp-editor-selected-background: rgba(50, 55, 83, 0.65); --jp-editor-selected-focused-background: rgba(62, 68, 102, 0.85); --jp-editor-cursor-color: #f65d22; /* Code mirror specific styles */ --jp-mirror-editor-keyword-color: #db92fe; --jp-mirror-editor-keyword-weight: normal; --jp-mirror-editor-atom-color: #db92fe; --jp-mirror-editor-number-color: #ff956a; --jp-mirror-editor-def-color: #389fdf; --jp-mirror-editor-def-weight: bold; --jp-mirror-editor-variable-color: #CDD2E9; --jp-mirror-editor-variable-2-color: #CDD2E9; --jp-mirror-editor-variable-3-color: #db92fe; --jp-mirror-editor-punctuation-color: #54b7f4; --jp-mirror-editor-property-color: #ef6b8c; /*#ff7979;*/ --jp-mirror-editor-operator-color: #54b7f4; --jp-mirror-editor-comment-color: #5579c1; --jp-mirror-editor-string-color: #98cc64; --jp-mirror-editor-string-2-color: #98cc64; --jp-mirror-editor-meta-color: #54b7f4; --jp-mirror-editor-qualifier-color: #db92fe; --jp-mirror-editor-builtin-color: #ef6b8c; --jp-mirror-editor-bracket-color: #CDD2E9; --jp-mirror-editor-tag-color: #28beaa; --jp-mirror-editor-attribute-color: #ef6b8c; --jp-mirror-editor-header-color: #54b7f4; --jp-mirror-editor-quote-color: #28beaa; --jp-mirror-editor-link-color: #54b7f4; --jp-mirror-editor-error-color: #ef6b8c; --jp-mirror-editor-hr-color: #5579c1; /* Vega extension styles */ --jp-vega-background: #24283c; --jp-dialog-background: rgba(25, 55, 93, 0.4); /* Sidebar-related styles */ --jp-sidebar-min-width: 180px; /* NON-STANDARD THEME VARS */ --jp-editor-cursor: medium solid #ec4d0b; --jp-cell-inprompt-background: var(--jp-cell-editor-background); --jp-md-cell-inprompt-background: #2f3a50; --jp-md-cell-background: var(--jp-md-cell-inprompt-background); --jp-cell-inprompt-font-color: #4171d1; --jp-cell-editor-active-background: var(--jp-cell-editor-background); --jp-cell-editor-border-color: #24283c; --jp-cell-editor-border-color-inactive: #24283c; --jp-input-collapser-color: var(--jp-cell-editor-background); --jp-output-collapser-color: var(--jp-layout-color0); --jp-md-collapser-color: var(--jp-md-cell-inprompt-background); --jp-cell-active-input-collapser: #297bee; --jp-cell-active-input-collapser-edit: #2d60a8; --jp-cell-active-input-collapser-active-hover: #49a7ff; --jp-cell-collapser-hover: #2061c9; --jp-cell-active-output-collapser: #f1428b; --jp-cell-inactive-output-collapser: #af5384; --jp-cell-active-output-collapser-hover: #ff5db5; --jp-cell-active-output-collapser-edit: #af5384; --jp-md-cell-active-input-collapser:#7fa723; --jp-md-cell-active-input-collapser-edit: #6a9736; --jp-md-cell-active-input-collapser-edit-hover: #7ac921; --jp-md-cell-active-input-collapser-hover: #7ac921; --jp-matching-bracket-bg: #3b79e1; --jp-nonmatching-bracket-bg: #bb306a; --jp-matching-bracket-color: #ffffff; } /* ########################################################*/ /* JUPYTER LAB MAIN */ /* ########################################################*/ #jp-top-panel { border-bottom: var(--jp-border-width) solid var(--jp-border-color0); background: var(--jp-layout-color3); display: flex; min-height: var(--jp-private-menubar-height); } .p-MenuBar { padding-left: 5px; background: var(--jp-layout-color3); color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); } .p-MenuBar-item:hover { padding: 0px 8px; border-left: var(--jp-border-width) solid transparent; border-right: var(--jp-border-width) solid transparent; line-height: var(--jp-private-menubar-height); background: var(--jp-layout-color0); color: var(--jp-ui-font-color0) !important; } .jp-Toolbar { color: var(--jp-ui-font-color1); flex: 0 0 auto; display: flex; flex-direction: row; border-bottom: var(--jp-border-width) solid var(--jp-toolbar-border-color); box-shadow: none; background: transparent !important; z-index: 1; } .p-TabBar-tab.p-mod-current, .p-TabBar-tab.p-mod-current:hover { color: var(--jp-ui-font-color0) !important; background: var(--jp-layout-color0) !important; } .p-DockPanel-tabBar .p-TabBar-tab { flex: 0 1 var(--jp-private-horizontal-tab-width); min-height: calc( var(--jp-private-horizontal-tab-height) + var(--jp-border-width) ); min-width: 36px; line-height: var(--jp-private-horizontal-tab-height); padding: 2px 8px; background: var(--jp-layout-color1); border: var(--jp-border-width) solid var(--jp-layout-color1); border-bottom: none; position: relative; overflow: visible; } .p-DockPanel-tabBar .p-TabBar-tab:hover:not(.p-mod-current) { background: var(--jp-layout-color3) !important; } .p-DockPanel-tabBar .p-TabBar-tab:hover, .p-DockPanel-tabBar .p-TabBar-tab:hover:not(.p-mod-current) { background: var(--jp-layout-color0); } button.jp-mod-styled { font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color1); border: none; box-sizing: border-box; text-align: center; line-height: 32px; height: 32px; padding: 0px 0px; letter-spacing: 0.8px; outline: none; appearance: none; display: grid; width: unset; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; overflow: clip; } button.jp-Button.bp3-button.bp3-minimal:hover { background: var(--jp-layout-color2); background-color: var(--jp-layout-color2); color: var(--jp-ui-font-color0); } .jp-icon3[fill] { fill: var(--jp-inverse-layout-color3); } /* ########################################################*/ /* COMMAND PALETTE */ /* ########################################################*/ .p-CommandPalette { color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); background: var(--jp-layout-color2); } .p-CommandPalette-item:hover:not(.p-mod-active):not(.p-mod-disabled) { background: var(--jp-layout-color1); } /* ########################################################*/ /* SIDEBAR */ /* ########################################################*/ .jp-SideBar.p-TabBar { color: var(--jp-ui-font-color1); background: var(--jp-layout-color3); font-size: var(--jp-ui-font-size1); min-width: calc(var(--jp-private-sidebar-tab-width) + var(--jp-border-width)); max-width: calc(var(--jp-private-sidebar-tab-width) + var(--jp-border-width)); overflow: visible; display: block; } .jp-SideBar .p-TabBar-tab.p-mod-current { color: var(--jp-ui-font-color0) !important; background: var(--jp-layout-color0) !important; } .jp-SideBar.p-TabBar.jp-mod-left { border-right: var(--jp-border-width) solid var(--jp-layout-color2); } .jp-SideBar .p-TabBar-tab:hover:not(.p-mod-current) { color: var(--jp-ui-font-color0) !important; background: var(--jp-layout-color0) !important; background-color: var(--jp-layout-color0) !important; } .jp-SideBar .p-TabBar-tab:not(.p-mod-current) { background: var(--jp-layout-color3); color: var(--jp-ui-font-color1) !important; } .jp-FileBrowser { display: flex; flex-direction: column; color: var(--jp-ui-font-color1); background: var(--jp-layout-color0) !important; font-size: var(--jp-ui-font-size1); } .jp-DirListing-content { background: var(--jp-layout-color0); } .jp-RunningSessions { min-width: var(--jp-sidebar-min-width); color: var(--jp-ui-font-color1); background: var(--jp-layout-color0); font-size: var(--jp-ui-font-size1); } .jp-TableOfContents { display: flex; flex-direction: column; background: var(--jp-layout-color0); color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); height: 100%; } .jp-TableOfContents-content { background-color: var(--jp-layout-color0); } .jp-extensionmanager-view { padding-bottom: 0px; color: var(--jp-ui-font-color1); background: var(--jp-layout-color0); display: flex; flex-direction: column; font-size: var(--jp-ui-font-size1); } .jp-NotebookTools { display: block; min-width: var(--jp-sidebar-min-width); color: var(--jp-ui-font-color1); background: var(--jp-layout-color0); font-size: var(--jp-ui-font-size1); overflow: auto; } .jp-NotebookTools-content { background: var(--jp-layout-color0); } /* ########################################################*/ /* LAUNCHER */ /* ########################################################*/ .jp-LauncherCard { display: flex; flex-direction: column; cursor: pointer; width: 30ex !important; height: var(--jp-private-launcher-card-size); margin: 5px; padding: 0px; border: 1px solid var(--jp-layout-color2); background: var(--jp-layout-color2); box-shadow: none; transition: 0.2s; border-radius: var(--jp-border-radius); } .jp-LauncherCard:hover { box-shadow: none; color: var(--jp-ui-font-color0); background: var(--jp-layout-color1); border: 1px solid var(--jp-layout-color1); border-radius: var(--jp-border-radius); } /*######################################################*/ /* HIDE TOOLBAR */ /*######################################################*/ .jp-Toolbar > .jp-Toolbar-item { flex: 0 0 auto; display: flex; padding-left: 1px; padding-right: 1px; font-size: var(--jp-ui-font-size1); line-height: var(--jp-private-toolbar-height); color: var(--jp-ui-font-color0); height: 100%; visibility: visible; } .jp-OfflineNotebookToolbarIcon { color: var(--jp-ui-font-color1); } /*######################################################*/ /* ADD EXCEPTION FOR KERNEL STATUS & ICONS */ /*######################################################*/ div.lm-Widget.p-Widget.jp-Toolbar.jp-scrollbar-tiny.jp-NotebookPanel-toolbar > div.lm-Widget.p-Widget.jp-KernelName.jp-Toolbar-item { visibility: visible !important; } .jp-Toolbar-item.jp-Toolbar-kernelStatus { display: inline-block; width: 32px; background-repeat: no-repeat; background-position: center; background-size: 16px; visibility: visible !important; padding-top: 4px; } .jp-Notebook { padding: var(--jp-notebook-padding); outline: none; background: transparent; } /* ########################################################*/ /* CODE MIRROR */ /* ########################################################*/ .jp-Notebook div.CodeMirror .CodeMirror pre { font-family: var(--jp-code-font-family-default); font-variant-ligatures: normal; line-height: 170% !important; font-weight: 500; } .jp-Notebook div.CodeMirror, div.CodeMirror pre { font-family: var(--jp-code-font-family-default); line-height: 170%; font-weight: 500; color: var(--jp-mirror-editor-variable-color) !important; } .jp-Notebook .CodeMirror pre { font-family: var(--jp-code-font-family-default) !important; font-variant-ligatures: normal !important; line-height: 170% !important; font-weight: 500; color: var(--jp-mirror-editor-variable-color) !important; } .jp-Cell-inputArea { flex: 1 1 auto; background: var(--jp-cell-editor-background); border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .jp-Notebook .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-background); border-radius: 0px; background: var(--jp-cell-editor-background); background-color: var(--jp-cell-editor-background); border-color: var(--jp-cell-editor-background); opacity: 1; } .jp-Notebook .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-border-color-inactive); border-radius: 0px; background: var(--jp-cell-editor-background); opacity: 1; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-border-color-inactive); border-radius: 0px; background: var(--jp-cell-editor-background); opacity: 1; } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-InputArea-editor { border: 2px solid var(--jp-cell-editor-border-color); box-shadow: none; background-color: var(--jp-cell-editor-active-background); } .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected { background: transparent !important; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .CodeMirror-matchingbracket { color: var(--jp-mirror-editor-variable-color); font-weight: 500; background-color: transparent !important; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .CodeMirror-nonmatchingbracket { color: var(--jp-mirror-editor-variable-color); font-weight: 500; background-color: transparent !important; } .jp-Notebook .jp-Cell.jp-mod-active.jp-mod-selected .CodeMirror-matchingbracket { color: var(--jp-matching-bracket-color) !important; font-weight: bold; background-color: var(--jp-matching-bracket-bg); } .jp-Notebook .jp-Cell.jp-mod-active.jp-mod-selected .CodeMirror-nonmatchingbracket { color: var(--jp-matching-bracket-color) !important; font-weight: bold; background-color: var(--jp-nonmatching-bracket-bg); } .CodeMirror-cursor { border-left: 2px solid #0095ff !important; } .cm-s-jupyter span.cm-keyword { color: var(--jp-mirror-editor-keyword-color); font-weight: 500; } .cm-s-jupyter span.cm-def { color: var(--jp-mirror-editor-def-color); font-weight: bold; font-style: italic; } .jp-Cell-inputArea, .jp-Cell-outputArea { flex: 1 1 auto; border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .jp-MarkdownOutput.jp-RenderedHTMLCommon { overflow: visible; background: var(--jp-md-cell-background); } /* ########################################################*/ /* DATAFRAMES/TABLES */ /* ########################################################*/ .jp-RenderedHTMLCommon tbody tr:nth-child(odd) { background: var(--jp-table-odd-rows); } .jp-RenderedHTMLCommon tbody tr:nth-child(even) { background: var(--jp-table-even-rows); } .jp-RenderedHTMLCommon tbody tr:hover { background: var(--jp-rendermime-table-row-hover-background) !important; } .jp-RenderedHTMLCommon thead { border-bottom: 3px solid var(--jp-table-header-background); vertical-align: bottom; background: var(--jp-table-header-background); } /* [data-jp-theme-light='false'] .jp-RenderedImage img.jp-needs-light-background { background-color: var(--jp-inverse-layout-color1); } */ /* ########################################################*/ /* INPUT PROMPT */ /* ########################################################*/ .jp-Notebook .jp-MarkdownCell .jp-InputPrompt { background: var(--jp-md-cell-inprompt-background) !important; color: var(--jp-cell-inprompt-font-color); font-family: var(--jp-cell-prompt-font-family); opacity: 1; cursor: move; font-weight: normal; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt { opacity: 1; background: var(--jp-cell-inprompt-background); font-weight: normal; color: var(--jp-cell-prompt-not-active-font-color) !important; } .jp-Notebook .jp-Cell .jp-InputPrompt { visibility: visible; width: 30px; min-width: 30px; flex: 0 0 55px; background: var(--jp-cell-inprompt-background); color: var(--jp-cell-inprompt-font-color); font-family: var(--jp-ui-font-family) !important; padding-top: 4px; padding-right: 0; border: var(--jp-border-width) solid transparent; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 1; cursor: move; line-height: 170% !important; font-weight: 500; font-size: 12px !important; } /* ########################################################*/ /* CODE CELL INPUT COLLAPSER */ /* ########################################################*/ .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected .jp-Collapser { background: var(--jp-cell-active-input-collapser); } .jp-Notebook .jp-Cell .jp-Collapser { background: var(--jp-input-collapser-color); border-bottom-right-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser { background: var(--jp-cell-active-input-collapser); } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-Collapser { background: var(--jp-cell-active-input-collapser-edit); } .jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser:hover { background: var(--jp-cell-active-input-collapser-active-hover) !important; } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-Collapser:hover{ background: var(--jp-cell-active-input-collapser-edit); } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-Collapser:hover { background: var(--jp-cell-collapser-hover); } .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected .jp-Collapser { background: var(--jp-cell-active-input-collapser); } .jp-Notebook .jp-Cell .jp-Collapser:hover { box-shadow: none; background: var(--jp-brand-color1); opacity: var(--jp-cell-collapser-not-active-hover-opacity); } /* ########################################################*/ /* OUTPUT PROMPT */ /* ########################################################*/ .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt { opacity: var(--jp-cell-prompt-not-active-opacity); color: var(--jp-cell-prompt-not-active-font-color); } .jp-OutputPrompt { flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-active-output-collapser); font-family: var(--jp-cell-prompt-font-family); padding: var(--jp-code-padding); letter-spacing: var(--jp-cell-prompt-letter-spacing); line-height: var(--jp-code-line-height); font-size: var(--jp-code-font-size); border: var(--jp-border-width) solid transparent; opacity: var(--jp-cell-prompt-opacity); text-align: right; white-space: nowrap; overflow: hidden; font-weight: 500; text-overflow: ellipsis; } /* ########################################################*/ /* CODE CELL OUTPUT COLLAPSER */ /* ########################################################*/ .jp-Notebook .jp-Cell .jp-outputCollapser { background: var(--jp-layout-color1) !important; opacity: var(--jp-cell-prompt-opacity); } .jp-Cell.jp-mod-active:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-cell-active-output-collapser) !important; } .jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-cell-active-output-collapser-edit) !important; opacity: 1.0; } .jp-Cell.jp-mod-active:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser:hover { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-cell-active-output-collapser-hover) !important; } .jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { min-height: var(--jp-cell-collapser-min-height); background: var(--jp-output-collapser-color); } .jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser:hover { box-shadow: none; background: var(--jp-cell-inactive-output-collapser); opacity: var(--jp-cell-collapser-not-active-hover-opacity); } .jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputCollapser:hover { background: var(--jp-cell-inactive-output-collapser); } .jp-RenderedText[data-mime-type='application/vnd.jupyter.stderr'] { background: var(--jp-rendermime-error-background); padding-top: var(--jp-code-padding); } .jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea { overflow-y: auto; max-height: 200px; box-shadow: none !important; margin-left: var(--jp-private-cell-scrolling-output-offset); } /* ########################################################*/ /* MARKDOWN CELL COLLAPSER */ /* ########################################################*/ .jp-Notebook .jp-Cell.jp-MarkdownCell .jp-Collapser { background: var(--jp-md-collapser-color); border-bottom-right-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .jp-Notebook .jp-Cell.jp-MarkdownCell.jp-mod-active .jp-Collapser { background: var(--jp-md-cell-active-input-collapser); } .jp-Notebook.jp-mod-commandMode .jp-MarkdownCell.jp-mod-selected .jp-Collapser { background: var(--jp-md-cell-active-input-collapser) !important; } .jp-Notebook.jp-mod-editMode .jp-MarkdownCell.jp-mod-active .jp-Collapser { background: var(--jp-md-cell-active-input-collapser-edit) !important; } .jp-Notebook.jp-mod-editMode .jp-MarkdownCell.jp-mod-active .jp-Collapser:hover { background: var(--jp-md-cell-active-input-collapser-edit-hover) !important; } .jp-Notebook .jp-MarkdownCell:not(.jp-mod-active) .jp-Collapser:hover { background: var(--jp-md-cell-active-input-collapser-edit) !important; } .jp-Notebook.jp-mod-editMode .jp-MarkdownCell.jp-mod-active .jp-Collapser { background: var(--jp-md-cell-active-input-collapser-edit); } .jp-Notebook .jp-MarkdownCell.jp-mod-active .jp-Collapser:hover { background: var(--jp-md-cell-active-input-collapser-hover) !important; } /* ########################################################*/ /* BACKGROUND IMGS */ /* ########################################################*/ /* Notebook */ /* body[data-jp-theme-name="Legos Light"] .jp-Notebook { background-image: url('./img/bg_white_faded.tiff'); background-repeat: no-repeat; background-attachment: fixed; /* background-position: center; }*/ /* DirListing */ /* body[data-jp-theme-name="Legos Light"] .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before { background-image: url('./img/bg_img.png'); } */ /* ########################################################*/ /* FONT ALIASING/SMOOTHING */ /* ########################################################*/ HTML, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, button, blockquote, th, td { text-rendering: auto !important; -webkit-font-smoothing: subpixel-antialiased !important; font-family: var(--jp-ui-font-family) !important; font-weight: 400; } pre, code { text-rendering: auto !important; -webkit-font-smoothing: subpixel-antialiased !important; font-family: var(--jp-code-font-family) !important; }
0.822189
0.371992
 #botones { float:left; display:inline; width:100%; height:37px; } .btns{ margin:0px; float:left; margin-top:-3px; cursor:pointer; height:33px; background-color:#888888; color:white; box-shadow:0px 7px 0px #484848; border:none; border-right:1px solid white; } .btns:first-child{ background-color:#484848; } #contenedorPrincipal{ margin-top:5%; height:83vh; padding:0px; display:none; box-shadow:0px 1px 10px 3px; } #contenedorTabla{ width:100%; height:400px; overflow:scroll; } #tablaPrincipal{ width:170%; } td{ border:1px solid black; padding:0px; } tr{ padding:0px; } #cabeceraTabs{ height:30px; width:300px; background-color: #2A3F54; color:white; text-align:center; } #numero{ height:30px; width:20px; background-color: #2A3F54; color:white; text-align:center; } .celdas{ height:30px; width:30px; background-color: #2A3F54; color:white; text-align:center; } #flechasAdelAtras{ margin-top:10px; } #ventanaModal{ width:100%; height:100vh; position:fixed; background:rgba(0,0,0,0.2); top:0; left:0; } .formCol-obs{ top:50%; left:50%; width:25%; height:25vh; position:absolute; background-color:#fff; margin-left:-5%; margin-top:-5%; padding:10px; font-size:15px; box-shadow:5px 5px 20px 5px #888888; display:none } .formCol-obs #cerrarCuadroColor{ border:none; color:black; font-size:16px; } #textoTitulo{ width:130px; float:left; } #formAplicEstab{ top:50%; left:50%; width:425px; height:370px; padding-left:60px; padding-top:30px; background-color:#fff; color:#666; position:absolute; margin-left:-100px; margin-top:-190px; box-shadow:4px 4px 10px #888888; padding-left:34px; } #formTablaAux { top:50%; left:50%; width:465px; height:400px; padding-top:20px; background-color:#fff; color:#666; position:absolute; margin-left:-119px; margin-top:-190px; box-shadow:4px 4px 10px #888888; padding-left:34px; display:none; } #tabAux{ width:100%; } #tabAux td{ border:none; border-bottom:1px solid #888888; cursor:pointer; } #contenido{ width:70%; height:30px; margin-left:auto; margin-right:auto; margin-top:30px; } #tabColor{ width:100%; } .cuadroColor{ height:27px; } #rojo{ background-color:red; } #amarillo{ background-color:yellow; } #verde{ background-color:green; } #titulo{ font-size:24px; padding-left:120px; } #adelante{ margin-left:870px; width:60px; cursor:pointer; } #atras{ float:left; margin-left:40px; width:60px; cursor:pointer; } #tablaAux{ text-align:center; width:400px; height:300px; } #tabContainer{ box-shadow:0px 0px 5px 1px #888888; height:220px; overflow:auto; } #btnsTabAux{ margin-top:20px; } #btnsTabAux #flechaAdel{ float:right; margin-right:30px; } #btnsTabAux #flechaAtras{ /* background-color:#2A3F54; color:white;*/ } #buscarEnTabla{ width:380px; } .cabTabAux{ background-color: #2A3F54; color:white; } #aplicEstab{ width:360px; height:222px; padding-left:40px; padding-top:1px; box-shadow:0px 0px 10px 1px #888888; } #aplicEstab select{ width:250px; } #btSiguiente{ margin-left:51px; margin-top:20px; width:250px; height:40px; border-radius:6px 6px; background-color:#2A3F54; color:white; border:none; font-size:13px; cursor:pointer; } #tituloObs{ padding-left:95px; margin-top:10px; } #btnCerrarVentanaObs{ } #textoTituloObs{ width:167px; float:left; color:#484848; font-size:19px; } #contenidoObs{ margin-top:10px; padding-left:32px; } #contenidoObs #btAceptarObservacion{ margin-top:10px; margin-left:70px; cursor:pointer; border-radius:3px 4px; width:100px; background-color:#2A3F54; color:white; } #contenidoObs #txObservacion{ height:50px; width:250px; } #divGuardar{ float:right; margin-top:20px; } #btGuardarMatriz{ width:200px; height:25px; background-color:#2A3F54; color:white; border-radius:2px 18px; margin-right:5px; cursor:pointer; } #btFinalizarMatriz{ width:200px; height:25px; background-color:#2A3F54; color:white; border-radius:2px 18px; margin-right:663px; cursor:pointer; } #estabAplicador{ color:black; margin-bottom:10px; width:30%; text-align:center; } #imgCargando{ top:50%; left:50%; width:35%; height:25vh; position:absolute; margin-left:-10%; margin-top:-7%; padding:10px; display:none; } #formListaObservaciones{ top:50%; left:50%; width:565px; height:600px; background-color:#fff; color:#666; position:absolute; margin-left:-159px; margin-top:-300px; box-shadow:4px 4px 10px #888888; padding:18px; display:none; } #txtDelForm{ box-shadow:0px 0px 12px 1px #888888; width:100%; height:95%; overflow:auto; padding:2px; } #tablaListaObservaciones{ width:100%; } #tablaListaObservaciones td{ padding:4px; } .datoObs{ word-wrap:break-word; width:325px; } .datoObs:nth-child(odd){ background-color:#ADADAA; } .datoObs:nth-child(even){ background-color:aqua; } #imagenFoto{ background-color:aquamarine; width:180px; text-align:center; } #foto{ width:50px; height:50px; } #filaColor td{ border:none; color:black; } #filaColor { border:none; } #btnCerrarLista{ border:none; float:right; margin-bottom:5px; } #lista{ margin-left:-40px; cursor:pointer; } #formObservacion{ top:50%; left:50%; width:565px; height:150px; background-color:#fff; color:#666; position:absolute; margin-left:-159px; margin-top:-328px; box-shadow:4px 4px 10px #888888; padding:6px; display:none; } #cerrarFormAplEstab{ margin-bottom:3px; border:none; margin-left:350px; width:30px; height:30px; }
seguimiento/res/res/css/estiloTabla.css
 #botones { float:left; display:inline; width:100%; height:37px; } .btns{ margin:0px; float:left; margin-top:-3px; cursor:pointer; height:33px; background-color:#888888; color:white; box-shadow:0px 7px 0px #484848; border:none; border-right:1px solid white; } .btns:first-child{ background-color:#484848; } #contenedorPrincipal{ margin-top:5%; height:83vh; padding:0px; display:none; box-shadow:0px 1px 10px 3px; } #contenedorTabla{ width:100%; height:400px; overflow:scroll; } #tablaPrincipal{ width:170%; } td{ border:1px solid black; padding:0px; } tr{ padding:0px; } #cabeceraTabs{ height:30px; width:300px; background-color: #2A3F54; color:white; text-align:center; } #numero{ height:30px; width:20px; background-color: #2A3F54; color:white; text-align:center; } .celdas{ height:30px; width:30px; background-color: #2A3F54; color:white; text-align:center; } #flechasAdelAtras{ margin-top:10px; } #ventanaModal{ width:100%; height:100vh; position:fixed; background:rgba(0,0,0,0.2); top:0; left:0; } .formCol-obs{ top:50%; left:50%; width:25%; height:25vh; position:absolute; background-color:#fff; margin-left:-5%; margin-top:-5%; padding:10px; font-size:15px; box-shadow:5px 5px 20px 5px #888888; display:none } .formCol-obs #cerrarCuadroColor{ border:none; color:black; font-size:16px; } #textoTitulo{ width:130px; float:left; } #formAplicEstab{ top:50%; left:50%; width:425px; height:370px; padding-left:60px; padding-top:30px; background-color:#fff; color:#666; position:absolute; margin-left:-100px; margin-top:-190px; box-shadow:4px 4px 10px #888888; padding-left:34px; } #formTablaAux { top:50%; left:50%; width:465px; height:400px; padding-top:20px; background-color:#fff; color:#666; position:absolute; margin-left:-119px; margin-top:-190px; box-shadow:4px 4px 10px #888888; padding-left:34px; display:none; } #tabAux{ width:100%; } #tabAux td{ border:none; border-bottom:1px solid #888888; cursor:pointer; } #contenido{ width:70%; height:30px; margin-left:auto; margin-right:auto; margin-top:30px; } #tabColor{ width:100%; } .cuadroColor{ height:27px; } #rojo{ background-color:red; } #amarillo{ background-color:yellow; } #verde{ background-color:green; } #titulo{ font-size:24px; padding-left:120px; } #adelante{ margin-left:870px; width:60px; cursor:pointer; } #atras{ float:left; margin-left:40px; width:60px; cursor:pointer; } #tablaAux{ text-align:center; width:400px; height:300px; } #tabContainer{ box-shadow:0px 0px 5px 1px #888888; height:220px; overflow:auto; } #btnsTabAux{ margin-top:20px; } #btnsTabAux #flechaAdel{ float:right; margin-right:30px; } #btnsTabAux #flechaAtras{ /* background-color:#2A3F54; color:white;*/ } #buscarEnTabla{ width:380px; } .cabTabAux{ background-color: #2A3F54; color:white; } #aplicEstab{ width:360px; height:222px; padding-left:40px; padding-top:1px; box-shadow:0px 0px 10px 1px #888888; } #aplicEstab select{ width:250px; } #btSiguiente{ margin-left:51px; margin-top:20px; width:250px; height:40px; border-radius:6px 6px; background-color:#2A3F54; color:white; border:none; font-size:13px; cursor:pointer; } #tituloObs{ padding-left:95px; margin-top:10px; } #btnCerrarVentanaObs{ } #textoTituloObs{ width:167px; float:left; color:#484848; font-size:19px; } #contenidoObs{ margin-top:10px; padding-left:32px; } #contenidoObs #btAceptarObservacion{ margin-top:10px; margin-left:70px; cursor:pointer; border-radius:3px 4px; width:100px; background-color:#2A3F54; color:white; } #contenidoObs #txObservacion{ height:50px; width:250px; } #divGuardar{ float:right; margin-top:20px; } #btGuardarMatriz{ width:200px; height:25px; background-color:#2A3F54; color:white; border-radius:2px 18px; margin-right:5px; cursor:pointer; } #btFinalizarMatriz{ width:200px; height:25px; background-color:#2A3F54; color:white; border-radius:2px 18px; margin-right:663px; cursor:pointer; } #estabAplicador{ color:black; margin-bottom:10px; width:30%; text-align:center; } #imgCargando{ top:50%; left:50%; width:35%; height:25vh; position:absolute; margin-left:-10%; margin-top:-7%; padding:10px; display:none; } #formListaObservaciones{ top:50%; left:50%; width:565px; height:600px; background-color:#fff; color:#666; position:absolute; margin-left:-159px; margin-top:-300px; box-shadow:4px 4px 10px #888888; padding:18px; display:none; } #txtDelForm{ box-shadow:0px 0px 12px 1px #888888; width:100%; height:95%; overflow:auto; padding:2px; } #tablaListaObservaciones{ width:100%; } #tablaListaObservaciones td{ padding:4px; } .datoObs{ word-wrap:break-word; width:325px; } .datoObs:nth-child(odd){ background-color:#ADADAA; } .datoObs:nth-child(even){ background-color:aqua; } #imagenFoto{ background-color:aquamarine; width:180px; text-align:center; } #foto{ width:50px; height:50px; } #filaColor td{ border:none; color:black; } #filaColor { border:none; } #btnCerrarLista{ border:none; float:right; margin-bottom:5px; } #lista{ margin-left:-40px; cursor:pointer; } #formObservacion{ top:50%; left:50%; width:565px; height:150px; background-color:#fff; color:#666; position:absolute; margin-left:-159px; margin-top:-328px; box-shadow:4px 4px 10px #888888; padding:6px; display:none; } #cerrarFormAplEstab{ margin-bottom:3px; border:none; margin-left:350px; width:30px; height:30px; }
0.324985
0.061199
@import url(normalize.css); @import url(skeleton.css); .primary-color { color: #00c489; } body h1, h2, h3, h4, h5, p, a, div, input, select, textarea { font-family: 'Open Sans', sans-serif; letter-spacing: 0.1rem; line-height: 1.5; } html { background: #000; } @media screen and (max-width: 550px) { .container { width: 90%; padding: 0 10px; } } table { box-sizing: border-box; overflow: auto; margin: auto; } table th { padding: 2rem; font-weight: 400; font-size: 1.5rem; border-bottom-color: rgba(107, 107, 107, 0.5); border-bottom-width: 0.1px; } @media screen and (max-width: 550px) { table th { padding: .8rem; font-size: 1.2rem; } } @media screen and (max-width: 400px) { table th { padding: .5rem; font-size: 1rem; } } table thead th { text-align: center; } table thead th.active, td.active { background-color: rgba(0, 196, 137, 0.3); } table td { padding: 2rem; text-align: center; font-size: 1.7rem; border-bottom-color: rgba(107, 107, 107, 0.5); border-bottom-width: 0.5px; } @media screen and (max-width: 550px) { table td { padding: .8rem; font-size: 1.2rem; } } body { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; letter-spacing: 0.5px; font-size: 1.2em; font-weight: 300; line-height: 1.5; } footer { color: darkgray; margin-top: 5rem; margin-bottom: 10rem; text-align: center; } @media screen and (max-width: 550px) { footer { margin-top: 5rem; margin-bottom: 5rem; } } /* Buttons */ .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #fff; padding: 0 1rem; background-color: #00c489; border-color: #00c489; } .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #fff; background-color: #00B37D; border-color: #00B37D; } /*# sourceMappingURL=base.css.map */
css/base.css
@import url(normalize.css); @import url(skeleton.css); .primary-color { color: #00c489; } body h1, h2, h3, h4, h5, p, a, div, input, select, textarea { font-family: 'Open Sans', sans-serif; letter-spacing: 0.1rem; line-height: 1.5; } html { background: #000; } @media screen and (max-width: 550px) { .container { width: 90%; padding: 0 10px; } } table { box-sizing: border-box; overflow: auto; margin: auto; } table th { padding: 2rem; font-weight: 400; font-size: 1.5rem; border-bottom-color: rgba(107, 107, 107, 0.5); border-bottom-width: 0.1px; } @media screen and (max-width: 550px) { table th { padding: .8rem; font-size: 1.2rem; } } @media screen and (max-width: 400px) { table th { padding: .5rem; font-size: 1rem; } } table thead th { text-align: center; } table thead th.active, td.active { background-color: rgba(0, 196, 137, 0.3); } table td { padding: 2rem; text-align: center; font-size: 1.7rem; border-bottom-color: rgba(107, 107, 107, 0.5); border-bottom-width: 0.5px; } @media screen and (max-width: 550px) { table td { padding: .8rem; font-size: 1.2rem; } } body { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; letter-spacing: 0.5px; font-size: 1.2em; font-weight: 300; line-height: 1.5; } footer { color: darkgray; margin-top: 5rem; margin-bottom: 10rem; text-align: center; } @media screen and (max-width: 550px) { footer { margin-top: 5rem; margin-bottom: 5rem; } } /* Buttons */ .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #fff; padding: 0 1rem; background-color: #00c489; border-color: #00c489; } .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #fff; background-color: #00B37D; border-color: #00B37D; } /*# sourceMappingURL=base.css.map */
0.329176
0.074838
as3000-tsc-vertical-element { font-family: "Roboto-Regular"; width: 100%; height: 100%; position: fixed; } as3000-tsc-vertical-element #Mainframe { width: 100%; height: 100%; } as3000-tsc-vertical-element #Splash { position: absolute; visibility: hidden; width: 100%; height: 100%; background-color: black; z-index: 1000; } as3000-tsc-vertical-element #Electricity { height: 100%; width: 100%; } as3000-tsc-vertical-element #Electricity[state=off] { display: none; } as3000-tsc-vertical-element #Electricity[state=init] #Splash { animation: TemporaryShow 3.5s 1; } as3000-tsc-vertical-element #Electricity #highlight { height: 100%; width: 100%; } as3000-tsc-vertical-element #Electricity #PageTitle { position: absolute; top: 18%; left: 0%; height: 8%; width: 100%; background-image: url("/WTg3000/SDK/Assets/Images/Garmin/TSC/Textures/TSC_TITLE_BOX_VERTICAL.png"); background-size: contain; background-position: center top; background-repeat: no-repeat; color: white; font-size: 3vh; text-align: center; } as3000-tsc-vertical-element #Electricity #NavComHome { position: relative; width: 100%; height: 18vh; background: linear-gradient(#437687, #a4bcc7); border: 1px solid grey; border-radius: 4px; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft { position: absolute; height: 18vh; width: 100%; top: 0%; border-collapse: collapse; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #AudioRadio .mainText { position: absolute; left: 0%; top: 50%; width: 100%; transform: translateY(-50%); font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRMode { color: var(--wt-g3x5-lightblue); } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRMode .mainText { position: absolute; left: 0%; width: 100%; font-size: 2.2vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRModeXPDR { top: 10%; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRModeMode { top: 50%; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRCode { color: var(--wt-g3x5-lightgreen); } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRCode[mode="standby"] { color: var(--wt-g3x5-lightblue); } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRCode .mainNumber { position: absolute; left: 0%; bottom: 10%; text-align: center; margin-left: 0; width: 100%; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #Mic, as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #Mon { text-align: center; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft .symbol { position: absolute; left: 10%; width: 80%; bottom: 15%; height: 4vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft td { padding: 0 1%; height: 9vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft .cutBot { border-bottom: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft .cutTop { border-top: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tr:first-child td { border-top: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tr:last-child td { border-bottom: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tr td:first-child { border-left: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tbody tr:first-child td { width: 14vw; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tbody tr:first-child td:nth-child(2), as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tbody tr:first-child td:nth-child(4) { width: 28vw; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient { background: linear-gradient(#5f7283 0.4vh, #1f3445, black 2vh); border: 1px solid grey; border-radius: 4px; background-color: black; height: 100%; width: 100%; color: white; position: relative; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .topText { text-align: left; font-size: 2vh; margin-left: 8%; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .mainNumber { text-align: justify; font-size: 3.5vh; margin-left: 8%; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .mainText { text-align: center; font-size: 1.8vh; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .statusBar { position: absolute; width: 50%; height: 5%; background-color: grey; left: 25%; bottom: 15%; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Active] .mainNumber { color: lawngreen; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Active] .statusBar { background-color: lawngreen; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber { color: aqua; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber .Writing { color: dimgray; min-width: 5px; min-height: 2.52vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber .Writing[state=Blink] { background-color: aqua; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber .ToWrite { color: dimgray; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Greyed] { filter: grayscale(100%) brightness(40%); } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Greyed]:Hover:Active { background-color: black !important; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Hidden] { display: none !important; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Invisible] { visibility: hidden !important; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient:Hover:Active { background-color: #0093d0; } as3000-tsc-vertical-element #Electricity #NavComHome .doubleArrowFreq { position: absolute; right: 5%; bottom: -25%; height: 40%; z-index: 2; } as3000-tsc-vertical-element #Electricity #PageBorder { position: absolute; top: 18%; height: 68%; width: 100%; background-color: black; border: 1px solid grey; border-radius: 4px; } as3000-tsc-vertical-element #Electricity #PagesDisplay { position: absolute; height: 62%; width: 100%; left: 0%; bottom: 14%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome, as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome { position: absolute; width: 100%; height: 100%; font-size: 3vh; line-height: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome .button { width: 18vh; height: 14vh; margin: 0.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing1Button .centerImg, as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing2Button .centerImg { position: absolute; top: 25%; left: 25%; width: 50%; height: 50%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing1Button .lowerValue, as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing2Button .lowerValue { top: 80%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton .active, as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton .active { display: none; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton[state="Active"], as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton[state="Active"] { border: 0.4vh solid aqua; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton[state="Active"] .img, as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton[state="Active"] .img { display: none; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton[state="Active"] .active, as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton[state="Active"] .active { display: inline-block; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs { position: relative; width: 100%; height: 100%; font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs tsc-tabbedview { position: absolute; top: 0%; height: 98%; left: 10%; width: 90%; --tab-content-width: 50vh; --tab-content-height: 60vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs wt-tsc-button-tab { width: 15vh; height: 10vh; margin: 1vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs wt-tsc-speedbugs-tab { --speedbugs-tab-rowsection-height: 77%; --speedbugs-tab-row-height: 11vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs .speedBugsDefaultButton { position: absolute; left: 2.5%; bottom: 5%; height: 10vh; width: 25%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers { font-size: 4vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerDisplayButton { position: absolute; top: 10%; left: 30%; height: 12vh; width: 40%; font-size: 0.67em; --button-value-font-size: 5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerCountBox { position: absolute; top: 40%; left: 32.5%; width: 35%; padding: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerCountTitle { font-size: 0.67em; margin: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers wt-tsc-button-statusbar { width: 90%; height: 12vh; margin: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerResetButton { position: absolute; bottom: 15%; right: 70%; width: 18vh; height: 12vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerStartStopButton { position: absolute; bottom: 15%; left: 70%; width: 18vh; height: 12vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_typeButton { position: absolute; left: 5%; width: 30%; height: 20%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_typeButton .lowerValue { font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_tempAtDestButton { position: absolute; left: 5%; top: 25%; width: 30%; height: 20%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_tempAtDestButton[state=Inactive] { display: none; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard { position: absolute; width: 55%; right: 5%; height: 100%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display { background-color: #212121; width: 60%; height: 9%; position: absolute; left: 0%; top: 5%; font-size: 3.6vh; text-align: center; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .Initial { background-color: aqua; color: black; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .Writed { background-color: none; color: aqua; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .ToWrite { background-color: none; color: black; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .Writing { animation: SelectedCharBlinkFreqEdit 1s infinite; min-width: 0.5vw; min-height: 3.6vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Bksp { position: absolute; right: 1%; top: 0%; width: 11vh; height: 11vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_KeyBoard_Table { position: absolute; width: 100%; height: 79%; bottom: 1%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings { width: 100%; height: 100%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings tsc-pfdsettings-g3000 { width: 100%; height: 100%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings wt-tsc-button-label { font-size: 4vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings .pfdSettingsTable { position: absolute; top: 2%; right: 2%; width: 70%; height: 96%; border-radius: 5px; background: linear-gradient(#1f3445, black 10%); background-color: black; border: 3px solid #454b4e; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings tsc-pfdsettings-row { height: 15vh; --pfdsettings-row-left-width: 30%; --pfdsettings-row-right-width: 70%; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-pfdmapsettings, as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-mfdmapsettings { width: 100%; height: 100%; font-size: 2.5vh; --mapsettings-left-width: 24%; --mapsettings-right-width: 1fr; --mapsettings-left-right-gap: 1vh; --button-value-font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings .leftButton { left: 2%; width: 96%; height: 11vh; margin: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-button-mapdetail.leftButton { height: 15vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings tsc-tabbedview { position: absolute; right: 1%; width: 98%; --tab-content-width: 42vh; --tab-content-height: 60vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-button-tab { width: 12vh; height: 10vh; margin: 1.75vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings .tab { width: 100%; height: 100%; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-mapsettings-tabrow { height: 12vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings .mapSettingsTabRowRight { font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity .mapPointerControl wt-tsc-mappointercontrol { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings { font-size: 3vh; --trafficsettings-button-height: 9vh; --trafficsettings-button-margin-horizontal: 0.5vh; --trafficsettings-button-margin-vertical: 0.5vh; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings-operatingmode { position: absolute; left: 0.5%; top: 1%; width: 32.3%; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings-altitude { position: absolute; left: 33.8%; top: 1%; width: 32.3%; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings-adsb { position: absolute; left: 67.2%; top: 1%; width: 32.3%; } as3000-tsc-vertical-element #Electricity .trafficSettings .trafficNavMapSettingsButton { position: absolute; left: 40%; bottom: 2%; width: 20%; height: 12vh; } as3000-tsc-vertical-element #Electricity .weatherSelection wt-tsc-button-img { width: 18vh; height: 14vh; font-size: 3vh; line-height: 3vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings wt-tsc-button-value { --value-font-size: 3vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings-mode { position: absolute; left: 1%; top: 1%; width: 26%; height: 98%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings-controls { position: absolute; left: 28%; top: 1%; width: 44%; height: 98%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings-features { position: absolute; right: 1%; top: 1%; width: 26%; height: 98%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings .weatherRadarModeButton, as3000-tsc-vertical-element #Electricity .weatherRadarSettings .weatherRadarControlsButton, as3000-tsc-vertical-element #Electricity .weatherRadarSettings .weatherRadarFeaturesButton { height: 12vh; margin: 0.5vh 0.25vh; } as3000-tsc-vertical-element #DirectTo wt-tsc-directto { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #DirectTo .directToTabbedView { position: absolute; top: 0%; left: 0%; height: 100%; width: 100%; --tab-content-width: 60vh; --tab-content-height: 60vh; } as3000-tsc-vertical-element #DirectTo .directToTabbedView wt-tsc-button-tab { width: 14vh; height: 10vh; margin: 1.7vh 0; } as3000-tsc-vertical-element #DirectTo .directToTabbedView .tab { width: 100%; height: 100%; } as3000-tsc-vertical-element #FlightPlan wt-tsc-flightplan { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; --flightplan-left-width: 3.5em; --flightplan-table-grid-columns: 2fr 1.1fr 0.9fr; --flightplan-banner-width: 42.5%; --flightplan-table-row-height: 3.5em; } as3000-tsc-vertical-element #Procedures wt-tsc-procedures { position: absolute; left: 1%; top: 5%; width: 98%; height: 90%; font-size: 3.5vh; } as3000-tsc-vertical-element #DepartureSelection wt-tsc-departureselection, as3000-tsc-vertical-element #ArrivalSelection wt-tsc-arrivalselection, as3000-tsc-vertical-element #ApproachSelection wt-tsc-approachselection { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; --procedureselection-options-labeledbuttons-font-size: 1em; } as3000-tsc-vertical-element #VNAVProfile wt-tsc-vnavprofile { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element .charts wt-tsc-charts { position: absolute; left: 1%; top: 1%; width: 98%; height: 98%; font-size: 3vh; --charts-datafail-position-x: calc(50% + 7.5vh); --charts-datafail-position-y: 35vh; } as3000-tsc-vertical-element .charts .chartsHeader { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; flex-flow: row nowrap; justify-content: center; } as3000-tsc-vertical-element .charts .chartsSelectButton { width: 40vh; height: 10vh; font-size: 3vh; margin-right: 0.5vh; } as3000-tsc-vertical-element .charts .chartsOptionsButton { width: 15vh; height: 10vh; font-size: 3vh; } as3000-tsc-vertical-element .charts tsc-tabbedview { position: absolute; left: 50%; transform: translateX(-50%); top: 11vh; bottom: 1%; --tab-content-width: 55vh; --tab-content-height: 48vh; } as3000-tsc-vertical-element .charts wt-tsc-button-tab { width: 15vh; height: 10.5vh; margin: 1.5vh 0; } as3000-tsc-vertical-element .charts wt-tsc-charts-tab { --scrolllist-align-items: stretch; } as3000-tsc-vertical-element .charts .chartButton { height: 12vh; margin: 0.25vh 0; } as3000-tsc-vertical-element .chartsTouchControl wt-tsc-chartstouchcontrol { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; background-color: black; border: 3px solid var(--wt-g3x5-bordergray); border-radius: 5px; --chartstouchcontrol-padding-left: 1.5vh; --chartstouchcontrol-padding-top: 1.5vh; --chartstouchcontrol-padding-right: 1.5vh; --chartstouchcontrol-padding-bottom: 1.5vh; --chartstouchcontrol-header-height: 12vh; --chartstouchcontrol-header-button-width: 15vh; --chartstouchcontrol-header-margin-bottom: 1.5vh; } as3000-tsc-vertical-element #UtilitiesSetup wt-tsc-utilitiessetup { position: absolute; left: 5%; top: 5%; width: 90%; height: 90%; font-size: 3vh; line-height: 3vh; --utilitiessetup-grid-gap-row: 10%; --utilitiessetup-grid-grap-column: 15%; } as3000-tsc-vertical-element #AvionicsSettings { font-size: 3vh; } as3000-tsc-vertical-element #AvionicsSettings tsc-tabbedview { position: absolute; top: 1%; left: 1%; height: 98%; width: 98%; --tab-content-width: 60vh; --tab-content-height: 59vh; } as3000-tsc-vertical-element #AvionicsSettings wt-tsc-button-tab { width: 14vh; height: 10vh; margin: 1.7vh 0; } as3000-tsc-vertical-element #AvionicsSettings .tab { width: 100%; height: 100%; } as3000-tsc-vertical-element #AvionicsSettings .avionicsSettingsRow { height: 14vh; margin: 0.25vh 0.5vh; } as3000-tsc-vertical-element #DatabaseStatus wt-tsc-databasestatus { position: absolute; left: 5%; top: 0%; width: 90%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #WaypointInfoSelection wt-tsc-waypointinfoselection { position: absolute; left: 50%; top: 10%; transform: translateX(-50%); font-size: 3vh; line-height: 3vh; --waypointinfoselection-grid-row: 14vh; --waypointinfoselection-grid-column: 18vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo wt-tsc-airportinfo { position: absolute; left: 1%; top: 1%; width: 98%; height: 98%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .airportInfoHeader { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; flex-flow: row nowrap; justify-content: center; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .airportInfoSelectButton { width: 40vh; height: 10vh; font-size: 3vh; margin-right: 0.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .airportInfoOptionsButton { width: 15vh; height: 10vh; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo tsc-tabbedview { position: absolute; left: 50%; transform: translateX(-50%); top: 11vh; bottom: 1%; --tab-content-width: 42vh; --tab-content-height: 48vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo wt-tsc-button-tab { width: 15vh; height: 10.5vh; margin: 1.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .freqLine { height: 13vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .runwayButton { width: 95%; height: 18vh; margin: 0.25vh; } as3000-tsc-vertical-element .intInfo wt-tsc-intinfo, as3000-tsc-vertical-element .vorInfo wt-tsc-vorinfo, as3000-tsc-vertical-element .ndbInfo wt-tsc-ndbinfo { position: absolute; left: 5%; top: 0%; width: 90%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #NearestWaypointSelection wt-tsc-nearestwaypointselection { position: absolute; left: 10%; top: 10%; width: 80%; height: 50%; font-size: 3vh; line-height: 3vh; --nearestwaypointselection-grid-row: 14vh; --nearestwaypointselection-grid-column: 18vh; } as3000-tsc-vertical-element .nearestAirport wt-tsc-nearestairport { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; --nearestwaypoints-col1-width: 2.5fr; --nearestwaypoints-col2-width: 1fr; --nearestwaypoints-col3-width: 1fr; --nearestwaypoints-col4-width: 1.5fr; --nearestwaypoints-row-height: 11vh; --nearestwaypoints-options-right: -3vw; --nearestwaypoints-options-width: 40%; --nearestwaypoints-options-padding-left: 0.5em; --nearestwaypoints-options-padding-right: 0.5em; } as3000-tsc-vertical-element .nearestINT wt-tsc-nearestint, as3000-tsc-vertical-element .nearestVOR wt-tsc-nearestvor, as3000-tsc-vertical-element .nearestNDB wt-tsc-nearestndb { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; --nearestwaypoints-col1-width: 2fr; --nearestwaypoints-col2-width: 1fr; --nearestwaypoints-col3-width: 1fr; --nearestwaypoints-col4-width: 1fr; --nearestwaypoints-row-height: 11vh; --nearestwaypoints-options-right: -3vw; --nearestwaypoints-options-width: 40%; --nearestwaypoints-options-padding-left: 0.5em; --nearestwaypoints-options-padding-right: 0.5em; } as3000-tsc-vertical-element #Electricity #NavigationBar { position: absolute; bottom: 5%; width: 100%; height: 9%; background: linear-gradient(#41585f, #2c4952); border-top: 1px solid grey; border-left: 1px solid grey; border-right: 1px solid grey; border-radius: 4px 4px 0 0; } as3000-tsc-vertical-element #Electricity #NavigationBar .gradientButton { height: 98%; left: 8%; width: 14%; margin: 0 0.4vh; border-width: 1px; display: inline-block; } as3000-tsc-vertical-element #Electricity #SoftKeys { position: absolute; bottom: 0%; width: 100%; height: 5%; background-color: #212121; color: black; font-size: 2.1vh; display: flex; } as3000-tsc-vertical-element #Electricity #SoftKeys div { height: 100%; text-align: center; background-color: #a5bcc7; margin-left: 0.4vh; margin-right: 0.4vh; display: table; width: 33%; } as3000-tsc-vertical-element #Electricity #SoftKeys div p { height: 100%; display: table-cell; vertical-align: middle; text-align: center; padding-right: 2%; color: black; font-size: 2.1vh; line-height: 2.28vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_CodeDisplay { position: absolute; right: 25%; top: 10%; height: 11%; width: 40%; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_CodeDisplay #transponder_Code { font-size: 5vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_CodeDisplay #transponder_Code .Writing { min-width: 0.5vw; min-height: 5vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_Bksp { position: absolute; right: 2%; top: 5%; width: 11vh; height: 11vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_NumberKeyboard { position: absolute; right: 2%; top: 30%; height: 40%; width: 70%; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_Vfr { position: absolute; right: 2%; bottom: 0%; height: 11vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContainer { position: absolute; top: 9%; left: 1%; height: 90%; width: 98%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabSelect { height: 10vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabSelect .tabButton { height: 10vh; margin: 0 1vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer { position: relative; height: 85%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead { font-size: 2.5vh; height: 4vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody { height: 46vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead tr th:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody tr:first-child td:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead tr th:nth-child(3), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody tr:first-child td:nth-child(3) { width: 30vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead tr th:nth-child(2), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody tr:first-child td:nth-child(2) { width: 35vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton { margin: 0.25vh; width: auto; height: 10vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .frequencyDisplay { position: absolute; left: 0; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .mainNumber { font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .standbyFreq { font-size: 3vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .activeNavID { position: absolute; top: 5%; right: 5%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabSelectors { display: flex; height: 9vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabSelectors .gradientButton { height: 9vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table { width: 100vw; height: 43.8vh; border: 0.3vh solid white; border-collapse: collapse; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead { display: block; color: white; font-size: 3vh; height: 4.2vh; width: 100%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody { display: block; overflow-y: scroll; height: 39.6vh; width: 100%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody::-webkit-scrollbar { width: 0.5vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody::-webkit-scrollbar-track { background: black; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody::-webkit-scrollbar-thumb { background: white; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr[state="Selected"] { background-color: #0093d0; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead tr th:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr:first-child td:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead tr th:nth-child(3), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr:first-child td:nth-child(3) { width: 28vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead tr th:nth-child(2), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr:first-child td:nth-child(2) { width: 40vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table td { border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView .gradientButton { width: auto; height: 9vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView .gradientButton .mainNumber { font-size: 3.3vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView .gradientButton .standbyFreq { color: aqua; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView #Adf_Frequencies .activeFreq { position: absolute; left: 0%; top: 5%; font-size: 3.5vh; color: white; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView #Adf_Frequencies .standbyFreq { position: absolute; left: 0%; bottom: 5%; font-size: 3vh; color: aqua; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine { padding: 0 1vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine .gradientButton { height: 10vh; width: 20%; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine #FK_ActiveFreqLine { font-size: 2.1vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine #FK_FreqDisplay { margin: 0.6vh; padding-top: 0.6vh; height: 5.4vh; width: 30vw; font-size: 3.6vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine #FK_FreqDisplay .Writing { min-width: 0.5vw; min-height: 3.6vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #KeyBoard { position: absolute; top: 25%; height: 75%; width: 60%; left: 20%; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_Bksp, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Bksp, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Bksp { position: absolute; height: 10vh; width: 20%; right: 3%; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display { position: absolute; width: 30%; left: 35%; background-color: grey; margin: 0.6vh; padding-top: 0.6vh; text-align: center; font-size: 4.2vh; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .Writed, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .Writed, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .Writed, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .Writed, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .Writed, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .Writed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .Writed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .Writed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .Writed { background-color: none; color: aqua; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .ToWrite, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .ToWrite, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .ToWrite, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .ToWrite { background-color: none; color: dimgray; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .Writing, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .Writing, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .Writing, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .Writing, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .Writing, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .Writing, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .Writing, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .Writing, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .Writing { animation: SelectedCharBlinkFreqEdit 1s infinite; min-width: 0.5vw; min-height: 3.6vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .Fixed, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .Fixed, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .Fixed, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .Fixed, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .Fixed, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .Fixed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .Fixed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .Fixed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .Fixed { background-color: aqua; } as3000-tsc-vertical-element #Electricity #timeKeyboard #KeyBoard, as3000-tsc-vertical-element #Electricity #speedKeyboard #KeyBoard, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #KeyBoard { position: absolute; top: 25%; height: 75%; width: 60%; left: 20%; } as3000-tsc-vertical-element #Electricity #fullKeyboard .content { display: grid; grid-template-columns: 1fr; grid-template-rows: 4vh 18vh 45vh; grid-gap: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine { position: relative; height: 100%; width: 100%; display: flex; flex-flow: row nowrap; align-items: center; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText { position: relative; height: 100%; width: 28%; background-color: gray; font-size: 3.5vh; color: black; margin: 0 1vh; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .NoEdit { background-color: aqua; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .Writed { background-color: none; color: aqua; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .ToWrite { background-color: none; color: dimgray; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .Writing { animation: SelectedCharBlinkFreqEdit 1s infinite; min-width: 0.5vw; min-height: 3.6vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #Infos { position: relative; height: 100%; width: 68%; color: white; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #Infos #InfosContent { position: absolute; width: 92%; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #Infos #InfosSymbol { position: absolute; width: 8%; right: 0%; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_NumberTable { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(2, 1fr); justify-items: center; align-items: center; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_LetterTable { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(5, 1fr); justify-items: center; align-items: center; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_NumberTable .roundButton { height: 8vh; width: 8vh; border-width: 2px; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_LetterTable .gradientButton { height: 8vh; width: 13vw; border: 2px solid #dedede; } as3000-tsc-vertical-element #Electricity #ConfirmationWindow { z-index: 11; position: absolute; height: 70%; top: 15%; width: 60%; left: 10%; border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #ConfirmationWindow #CW_Text { position: absolute; top: 5%; left: 5%; width: 90%; height: 75%; text-align: center; font-size: 4.2vh; } as3000-tsc-vertical-element #Electricity #ConfirmationWindow #CW_Button { position: absolute; width: 20%; height: 20%; left: 40%; bottom: 5%; } as3000-tsc-vertical-element #Electricity #terrainAlert { z-index: 100; } @keyframes RedWarning { 0%, 45% { background-color: red; color: white; } 55%, 100% { background-color: white; color: red; } } @keyframes YellowWarning { 0%, 45% { background-color: yellow; color: black; } 55%, 100% { background-color: black; color: yellow; } } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning { width: 90%; height: 13%; position: absolute; left: 5%; top: 15%; text-align: center; background-color: red; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning[state="Red"] { animation: RedWarning 1s infinite; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning[state="Yellow"] { animation: YellowWarning 1s infinite; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning #WarningContent { font-size: 4.8vh; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning_Taws { position: absolute; height: 30%; width: 30%; left: 35%; bottom: 35%; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning_Ok { position: absolute; height: 20%; width: 40%; left: 5%; bottom: 5%; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning_InhibitTaws { position: absolute; height: 20%; width: 40%; right: 5%; bottom: 5%; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .WindowTitle { width: 70%; padding-left: 15%; background-color: black; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container { position: absolute; background-color: black; overflow-y: scroll; width: 50%; height: 50.4vh; top: 10%; left: 25%; right: 25%; padding-right: 0.35vw; border: 0.15vh solid white; border-right: 0.3vh solid white; border-collapse: collapse; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container::-webkit-scrollbar { width: 0.5vw; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container::-webkit-scrollbar-track { background: none; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container::-webkit-scrollbar-thumb { background: white; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine { width: 100%; height: 9.96vh; position: relative; border: 0.15vh solid white; border-right: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line[state=Inactive], as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine[state=Inactive] { display: none; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton { position: absolute; left: 0.4vh; right: 0.4vh; top: 0.4vh; bottom: 0.4vh; width: auto; height: auto; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton .mainValue, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton .mainValue { position: absolute; text-align: left; left: 10%; top: 5%; color: white; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton .title, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton .title { position: absolute; text-align: left; left: 10%; bottom: 10%; width: 80%; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton .symbol, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton .symbol { position: absolute; right: 0%; top: 0%; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine { height: 10.2vh; } as3000-tsc-vertical-element #Electricity #minimumSource .Container { position: absolute; width: 40%; left: 30%; top: 15%; padding: 2%; } as3000-tsc-vertical-element #Electricity #minimumSource .Container .gradientButton { height: 12vh; width: 100%; margin: 1vh 0; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content { position: absolute; left: 10%; right: 10%; top: 10%; bottom: 10%; height: auto; width: auto; border: 0.3vh solid white; background-color: black; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .title { position: absolute; width: 100%; height: 10%; text-align: center; color: white; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone { position: absolute; left: 10%; top: 15%; height: 60%; width: 35%; border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone .titleLeft { position: absolute; top: 0%; height: 10%; width: 100%; text-align: center; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone .leftActiveBtn { position: absolute; top: 20%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone .leftStandbyBtn { position: absolute; bottom: 10%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .rigthZone { position: absolute; right: 10%; top: 15%; height: 60%; width: 35%; border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .rigthZone .rightActiveBtn { position: absolute; top: 20%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .rigthZone .rightStandbyBtn { position: absolute; bottom: 10%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .addToFavorite { position: absolute; bottom: 5%; left: 20%; right: 20%; height: 15%; width: auto; } as3000-tsc-vertical-element #Electricity .PopUpWindow { top: 18%; width: 100%; height: 68%; z-index: 10; } as3000-tsc-vertical-element #Electricity .PopUpWindow .WindowTitle { font-size: 3vh; height: 10%; width: 100%; background-image: url("/WTg3000/SDK/Assets/Images/Garmin/TSC/Textures/TSC_TITLE_BOX_VERTICAL.png"); background-size: contain; background-position: center top; background-repeat: no-repeat; } as3000-tsc-vertical-element #ConfirmationText wt-tsc-confirmtext { position: absolute; left: 10%; top: 50%; width: 80%; transform: translateY(-50%); font-size: 4.5vh; } as3000-tsc-vertical-element #Electricity .dynamicSelectionListWindow wt-tsc-selectionlist { width: 80%; left: 10%; height: 80%; bottom: 5%; } as3000-tsc-vertical-element #Electricity .dynamicSelectionListWindowButton { height: 14vh; font-size: 4vh; } as3000-tsc-vertical-element #Electricity .navDataBarDynamicSelectionListWindow .dynamicSelectionListWindowButton { font-size: 3vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container { bottom: 5%; height: 85%; left: 20%; width: 60%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container .gradientButton { width: 10vh; height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container .MapDetailSliderOuterContainer { width: 10vh; height: 60%; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container .MapDetailSliderOuterContainer .MapDetailSliderContainer { width: 100%; height: 80%; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper { width: 10vh; height: 22vh; margin: 0.5vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .slider { margin-top: 6vh; width: 22vh; height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .slider::-webkit-slider-thumb { width: 15%; height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .slider::-webkit-slider-runnable-track { height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .sliderBackground { position: absolute; top: 0.5vh; left: 0.5vh; width: 8vh; height: 21vh; } as3000-tsc-vertical-element #NumKeyboard wt-tsc-numkeyboard { position: absolute; left: 5%; top: 10%; width: 90%; height: 85%; font-size: 4.5vh; --numkeyboard-button-size: 10vh; } as3000-tsc-vertical-element #TimeKeyboard wt-tsc-timekeyboard { position: absolute; left: 5%; top: 10%; width: 90%; height: 85%; font-size: 4.5vh; --timekeyboard-button-size: 10vh; } as3000-tsc-vertical-element #WaypointKeyboard wt-tsc-waypointkeyboard { position: absolute; left: 1%; top: 1%; width: 98%; height: 98%; font-size: 5vh; } as3000-tsc-vertical-element #DuplicateWaypointSelection wt-tsc-duplicatewaypoint { position: absolute; left: 1%; top: 10%; width: 98%; height: 89%; font-size: 3.5vh; } as3000-tsc-vertical-element #TransponderMode wt-tsc-transpondermode-mode { position: absolute; left: 2%; top: 10%; width: 50%; height: 88%; font-size: 3vh; } as3000-tsc-vertical-element #NavMapTrafficMapSettings wt-tsc-navmaptraffic-mapsettings { position: absolute; left: 15%; top: 20%; width: 70%; height: 50%; font-size: 4vh; } as3000-tsc-vertical-element #DirectToCancelConfirm wt-tsc-directtocancelconfirm { position: absolute; left: 5%; top: 25%; width: 90%; height: 50%; font-size: 4.5vh; } as3000-tsc-vertical-element #FlightPlanKeyboard wt-tsc-fplnkeyboard { position: absolute; left: 1%; top: 1%; width: 98%; height: 99%; font-size: 4vh; --fplnkeyboard-keyboard-font-size: 5vh; --fplnalphanumkeyboard-key-size: 7.5vh; } as3000-tsc-vertical-element #FlightPlanOptions wt-tsc-flightplanoptions { position: absolute; left: 2%; top: 8%; width: 96%; height: 90%; font-size: 3.5vh; line-height: 3.5vh; } as3000-tsc-vertical-element #FlightPlanDataFields wt-tsc-flightplandatafields { position: absolute; left: 10%; top: 25%; width: 80%; height: 60%; font-size: 3.5vh; } as3000-tsc-vertical-element #AirwaySelection wt-tsc-airwayselection { position: absolute; left: 1%; top: 10%; width: 98%; height: 90%; font-size: 3.5vh; } as3000-tsc-vertical-element #VNAVAltitudeKeyboard wt-tsc-vnavaltkeyboard { position: absolute; left: 1%; top: 10%; width: 98%; height: 85%; font-size: 4.5vh; --numkeyboard-button-size: 10vh; } as3000-tsc-vertical-element #ActivateLegConfirm wt-tsc-activatelegconfirm { position: absolute; left: 5%; top: 20%; width: 90%; height: 60%; font-size: 4.5vh; } as3000-tsc-vertical-element #NavigraphLink wt-tsc-navigraphlink { position: absolute; left: 5%; top: 10%; width: 90%; height: 80%; font-size: 3vh; } as3000-tsc-vertical-element #ChartsOptions wt-tsc-chartsoptions { position: absolute; left: 5%; top: 20%; width: 90%; height: 70%; font-size: 3.5vh; } as3000-tsc-vertical-element #ChartsLightThreshold wt-tsc-chartslightthreshold { position: absolute; left: 1%; top: 10%; width: 98%; height: 70%; font-size: 3vh; } as3000-tsc-vertical-element #WaypointOptions wt-tsc-waypointoptions { position: absolute; left: 25%; top: 20%; width: 50%; height: 60%; font-size: 3.5vh; } :root { --button-border: 2px solid white; } as3000-tsc-vertical-element .gradientButton { width: 18vh; height: 14vh; max-height: 15vh; margin: 0.5vh; font-size: 3vh; border: 2px solid white; } as3000-tsc-vertical-element .gradientButton .img { margin-top: 0; } as3000-tsc-vertical-element .gradientButton .centerImg { position: relative; top: 25%; height: 40%; max-width: 60%; } as3000-tsc-vertical-element .gradientButton .lowerValue { position: absolute; top: 70%; width: 100%; transform: translateY(-50%); font-size: 3vh; } as3000-tsc-vertical-element .gradientButton .label { position: absolute; bottom: 28%; font-size: 3vh; } as3000-tsc-vertical-element .gradientButton .upperTitle { position: absolute; height: 40%; top: 5%; font-size: 3vh; line-height: 3vh; } as3000-tsc-vertical-element .valueButton .upperTitle { bottom: 60%; } as3000-tsc-vertical-element .gradientButton .topText { font-size: 1.8vh; margin-left: 8%; } as3000-tsc-vertical-element .gradientButton .mainNumber { font-size: 4.2vh; margin-left: 8%; } as3000-tsc-vertical-element .gradientButton .mainText { font-size: 3vh; } as3000-tsc-vertical-element .statusToggleButton .mainText { top: 35%; } as3000-tsc-vertical-element .statusTextButton .mainText { top: 30%; } as3000-tsc-vertical-element .gradientButton .statusText { font-size: 3vh; } as3000-tsc-vertical-element .gradientButton .statusBar { position: absolute; height: 7%; bottom: 15%; } as3000-tsc-vertical-element .gradientButton[state=Selected] .mainNumber .Writing { min-width: 5px; min-height: 4.2vh; } as3000-tsc-vertical-element .roundButton { width: 12vh; height: 12vh; } as3000-tsc-vertical-element .roundButton .mainText { font-size: 6vh; } as3000-tsc-vertical-element .DrctImg { height: 4.8vh; display: inline; } as3000-tsc-vertical-element .tabButton { width: 13vh; height: 13vh; } as3000-tsc-vertical-element .tabButton .mainText { font-size: 2.5vh; } as3000-tsc-vertical-element .numPad .gradientButton { width: 11vh; height: 11vh; }
src/workingtitle-vcockpits-instruments-navsystems-g3000/html_ui/WTg3000/Pages/VCockpit/Instruments/NavSystems/AS3000/TSC/Vertical/AS3000_TSC_Vertical.css
as3000-tsc-vertical-element { font-family: "Roboto-Regular"; width: 100%; height: 100%; position: fixed; } as3000-tsc-vertical-element #Mainframe { width: 100%; height: 100%; } as3000-tsc-vertical-element #Splash { position: absolute; visibility: hidden; width: 100%; height: 100%; background-color: black; z-index: 1000; } as3000-tsc-vertical-element #Electricity { height: 100%; width: 100%; } as3000-tsc-vertical-element #Electricity[state=off] { display: none; } as3000-tsc-vertical-element #Electricity[state=init] #Splash { animation: TemporaryShow 3.5s 1; } as3000-tsc-vertical-element #Electricity #highlight { height: 100%; width: 100%; } as3000-tsc-vertical-element #Electricity #PageTitle { position: absolute; top: 18%; left: 0%; height: 8%; width: 100%; background-image: url("/WTg3000/SDK/Assets/Images/Garmin/TSC/Textures/TSC_TITLE_BOX_VERTICAL.png"); background-size: contain; background-position: center top; background-repeat: no-repeat; color: white; font-size: 3vh; text-align: center; } as3000-tsc-vertical-element #Electricity #NavComHome { position: relative; width: 100%; height: 18vh; background: linear-gradient(#437687, #a4bcc7); border: 1px solid grey; border-radius: 4px; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft { position: absolute; height: 18vh; width: 100%; top: 0%; border-collapse: collapse; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #AudioRadio .mainText { position: absolute; left: 0%; top: 50%; width: 100%; transform: translateY(-50%); font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRMode { color: var(--wt-g3x5-lightblue); } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRMode .mainText { position: absolute; left: 0%; width: 100%; font-size: 2.2vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRModeXPDR { top: 10%; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRModeMode { top: 50%; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRCode { color: var(--wt-g3x5-lightgreen); } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRCode[mode="standby"] { color: var(--wt-g3x5-lightblue); } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #XPDRCode .mainNumber { position: absolute; left: 0%; bottom: 10%; text-align: center; margin-left: 0; width: 100%; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #Mic, as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft #Mon { text-align: center; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft .symbol { position: absolute; left: 10%; width: 80%; bottom: 15%; height: 4vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft td { padding: 0 1%; height: 9vh; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft .cutBot { border-bottom: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft .cutTop { border-top: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tr:first-child td { border-top: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tr:last-child td { border-bottom: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tr td:first-child { border-left: 0; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tbody tr:first-child td { width: 14vw; } as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tbody tr:first-child td:nth-child(2), as3000-tsc-vertical-element #Electricity #NavComHome #NavComLeft tbody tr:first-child td:nth-child(4) { width: 28vw; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient { background: linear-gradient(#5f7283 0.4vh, #1f3445, black 2vh); border: 1px solid grey; border-radius: 4px; background-color: black; height: 100%; width: 100%; color: white; position: relative; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .topText { text-align: left; font-size: 2vh; margin-left: 8%; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .mainNumber { text-align: justify; font-size: 3.5vh; margin-left: 8%; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .mainText { text-align: center; font-size: 1.8vh; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient .statusBar { position: absolute; width: 50%; height: 5%; background-color: grey; left: 25%; bottom: 15%; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Active] .mainNumber { color: lawngreen; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Active] .statusBar { background-color: lawngreen; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber { color: aqua; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber .Writing { color: dimgray; min-width: 5px; min-height: 2.52vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber .Writing[state=Blink] { background-color: aqua; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Selected] .mainNumber .ToWrite { color: dimgray; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Greyed] { filter: grayscale(100%) brightness(40%); } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Greyed]:Hover:Active { background-color: black !important; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Hidden] { display: none !important; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient[state=Invisible] { visibility: hidden !important; } as3000-tsc-vertical-element #Electricity #NavComHome .gradient:Hover:Active { background-color: #0093d0; } as3000-tsc-vertical-element #Electricity #NavComHome .doubleArrowFreq { position: absolute; right: 5%; bottom: -25%; height: 40%; z-index: 2; } as3000-tsc-vertical-element #Electricity #PageBorder { position: absolute; top: 18%; height: 68%; width: 100%; background-color: black; border: 1px solid grey; border-radius: 4px; } as3000-tsc-vertical-element #Electricity #PagesDisplay { position: absolute; height: 62%; width: 100%; left: 0%; bottom: 14%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome, as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome { position: absolute; width: 100%; height: 100%; font-size: 3vh; line-height: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome .button { width: 18vh; height: 14vh; margin: 0.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing1Button .centerImg, as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing2Button .centerImg { position: absolute; top: 25%; left: 25%; width: 50%; height: 50%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing1Button .lowerValue, as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDHome #Bearing2Button .lowerValue { top: 80%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton .active, as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton .active { display: none; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton[state="Active"], as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton[state="Active"] { border: 0.4vh solid aqua; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton[state="Active"] .img, as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton[state="Active"] .img { display: none; } as3000-tsc-vertical-element #Electricity #PagesDisplay #MFDHome .gradientButton[state="Active"] .active, as3000-tsc-vertical-element #Electricity #PagesDisplay #WeatherSelection .gradientButton[state="Active"] .active { display: inline-block; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs { position: relative; width: 100%; height: 100%; font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs tsc-tabbedview { position: absolute; top: 0%; height: 98%; left: 10%; width: 90%; --tab-content-width: 50vh; --tab-content-height: 60vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs wt-tsc-button-tab { width: 15vh; height: 10vh; margin: 1vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs wt-tsc-speedbugs-tab { --speedbugs-tab-rowsection-height: 77%; --speedbugs-tab-row-height: 11vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #SpeedBugs .speedBugsDefaultButton { position: absolute; left: 2.5%; bottom: 5%; height: 10vh; width: 25%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers { font-size: 4vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerDisplayButton { position: absolute; top: 10%; left: 30%; height: 12vh; width: 40%; font-size: 0.67em; --button-value-font-size: 5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerCountBox { position: absolute; top: 40%; left: 32.5%; width: 35%; padding: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerCountTitle { font-size: 0.67em; margin: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers wt-tsc-button-statusbar { width: 90%; height: 12vh; margin: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerResetButton { position: absolute; bottom: 15%; right: 70%; width: 18vh; height: 12vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Timers .timerStartStopButton { position: absolute; bottom: 15%; left: 70%; width: 18vh; height: 12vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_typeButton { position: absolute; left: 5%; width: 30%; height: 20%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_typeButton .lowerValue { font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_tempAtDestButton { position: absolute; left: 5%; top: 25%; width: 30%; height: 20%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_tempAtDestButton[state=Inactive] { display: none; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard { position: absolute; width: 55%; right: 5%; height: 100%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display { background-color: #212121; width: 60%; height: 9%; position: absolute; left: 0%; top: 5%; font-size: 3.6vh; text-align: center; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .Initial { background-color: aqua; color: black; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .Writed { background-color: none; color: aqua; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .ToWrite { background-color: none; color: black; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Display .Writing { animation: SelectedCharBlinkFreqEdit 1s infinite; min-width: 0.5vw; min-height: 3.6vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_Bksp { position: absolute; right: 1%; top: 0%; width: 11vh; height: 11vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #Minimums #min_keyboard #min_KeyBoard_Table { position: absolute; width: 100%; height: 79%; bottom: 1%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings { width: 100%; height: 100%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings tsc-pfdsettings-g3000 { width: 100%; height: 100%; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings wt-tsc-button-label { font-size: 4vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings .pfdSettingsTable { position: absolute; top: 2%; right: 2%; width: 70%; height: 96%; border-radius: 5px; background: linear-gradient(#1f3445, black 10%); background-color: black; border: 3px solid #454b4e; } as3000-tsc-vertical-element #Electricity #PagesDisplay #PFDSettings tsc-pfdsettings-row { height: 15vh; --pfdsettings-row-left-width: 30%; --pfdsettings-row-right-width: 70%; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-pfdmapsettings, as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-mfdmapsettings { width: 100%; height: 100%; font-size: 2.5vh; --mapsettings-left-width: 24%; --mapsettings-right-width: 1fr; --mapsettings-left-right-gap: 1vh; --button-value-font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings .leftButton { left: 2%; width: 96%; height: 11vh; margin: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-button-mapdetail.leftButton { height: 15vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings tsc-tabbedview { position: absolute; right: 1%; width: 98%; --tab-content-width: 42vh; --tab-content-height: 60vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-button-tab { width: 12vh; height: 10vh; margin: 1.75vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings .tab { width: 100%; height: 100%; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings wt-tsc-mapsettings-tabrow { height: 12vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .mapSettings .mapSettingsTabRowRight { font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity .mapPointerControl wt-tsc-mappointercontrol { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings { font-size: 3vh; --trafficsettings-button-height: 9vh; --trafficsettings-button-margin-horizontal: 0.5vh; --trafficsettings-button-margin-vertical: 0.5vh; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings-operatingmode { position: absolute; left: 0.5%; top: 1%; width: 32.3%; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings-altitude { position: absolute; left: 33.8%; top: 1%; width: 32.3%; } as3000-tsc-vertical-element #Electricity .trafficSettings wt-tsc-trafficsettings-adsb { position: absolute; left: 67.2%; top: 1%; width: 32.3%; } as3000-tsc-vertical-element #Electricity .trafficSettings .trafficNavMapSettingsButton { position: absolute; left: 40%; bottom: 2%; width: 20%; height: 12vh; } as3000-tsc-vertical-element #Electricity .weatherSelection wt-tsc-button-img { width: 18vh; height: 14vh; font-size: 3vh; line-height: 3vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings wt-tsc-button-value { --value-font-size: 3vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings-mode { position: absolute; left: 1%; top: 1%; width: 26%; height: 98%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings-controls { position: absolute; left: 28%; top: 1%; width: 44%; height: 98%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings tsc-weatherradarsettings-features { position: absolute; right: 1%; top: 1%; width: 26%; height: 98%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity .weatherRadarSettings .weatherRadarModeButton, as3000-tsc-vertical-element #Electricity .weatherRadarSettings .weatherRadarControlsButton, as3000-tsc-vertical-element #Electricity .weatherRadarSettings .weatherRadarFeaturesButton { height: 12vh; margin: 0.5vh 0.25vh; } as3000-tsc-vertical-element #DirectTo wt-tsc-directto { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #DirectTo .directToTabbedView { position: absolute; top: 0%; left: 0%; height: 100%; width: 100%; --tab-content-width: 60vh; --tab-content-height: 60vh; } as3000-tsc-vertical-element #DirectTo .directToTabbedView wt-tsc-button-tab { width: 14vh; height: 10vh; margin: 1.7vh 0; } as3000-tsc-vertical-element #DirectTo .directToTabbedView .tab { width: 100%; height: 100%; } as3000-tsc-vertical-element #FlightPlan wt-tsc-flightplan { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; --flightplan-left-width: 3.5em; --flightplan-table-grid-columns: 2fr 1.1fr 0.9fr; --flightplan-banner-width: 42.5%; --flightplan-table-row-height: 3.5em; } as3000-tsc-vertical-element #Procedures wt-tsc-procedures { position: absolute; left: 1%; top: 5%; width: 98%; height: 90%; font-size: 3.5vh; } as3000-tsc-vertical-element #DepartureSelection wt-tsc-departureselection, as3000-tsc-vertical-element #ArrivalSelection wt-tsc-arrivalselection, as3000-tsc-vertical-element #ApproachSelection wt-tsc-approachselection { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; --procedureselection-options-labeledbuttons-font-size: 1em; } as3000-tsc-vertical-element #VNAVProfile wt-tsc-vnavprofile { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element .charts wt-tsc-charts { position: absolute; left: 1%; top: 1%; width: 98%; height: 98%; font-size: 3vh; --charts-datafail-position-x: calc(50% + 7.5vh); --charts-datafail-position-y: 35vh; } as3000-tsc-vertical-element .charts .chartsHeader { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; flex-flow: row nowrap; justify-content: center; } as3000-tsc-vertical-element .charts .chartsSelectButton { width: 40vh; height: 10vh; font-size: 3vh; margin-right: 0.5vh; } as3000-tsc-vertical-element .charts .chartsOptionsButton { width: 15vh; height: 10vh; font-size: 3vh; } as3000-tsc-vertical-element .charts tsc-tabbedview { position: absolute; left: 50%; transform: translateX(-50%); top: 11vh; bottom: 1%; --tab-content-width: 55vh; --tab-content-height: 48vh; } as3000-tsc-vertical-element .charts wt-tsc-button-tab { width: 15vh; height: 10.5vh; margin: 1.5vh 0; } as3000-tsc-vertical-element .charts wt-tsc-charts-tab { --scrolllist-align-items: stretch; } as3000-tsc-vertical-element .charts .chartButton { height: 12vh; margin: 0.25vh 0; } as3000-tsc-vertical-element .chartsTouchControl wt-tsc-chartstouchcontrol { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; background-color: black; border: 3px solid var(--wt-g3x5-bordergray); border-radius: 5px; --chartstouchcontrol-padding-left: 1.5vh; --chartstouchcontrol-padding-top: 1.5vh; --chartstouchcontrol-padding-right: 1.5vh; --chartstouchcontrol-padding-bottom: 1.5vh; --chartstouchcontrol-header-height: 12vh; --chartstouchcontrol-header-button-width: 15vh; --chartstouchcontrol-header-margin-bottom: 1.5vh; } as3000-tsc-vertical-element #UtilitiesSetup wt-tsc-utilitiessetup { position: absolute; left: 5%; top: 5%; width: 90%; height: 90%; font-size: 3vh; line-height: 3vh; --utilitiessetup-grid-gap-row: 10%; --utilitiessetup-grid-grap-column: 15%; } as3000-tsc-vertical-element #AvionicsSettings { font-size: 3vh; } as3000-tsc-vertical-element #AvionicsSettings tsc-tabbedview { position: absolute; top: 1%; left: 1%; height: 98%; width: 98%; --tab-content-width: 60vh; --tab-content-height: 59vh; } as3000-tsc-vertical-element #AvionicsSettings wt-tsc-button-tab { width: 14vh; height: 10vh; margin: 1.7vh 0; } as3000-tsc-vertical-element #AvionicsSettings .tab { width: 100%; height: 100%; } as3000-tsc-vertical-element #AvionicsSettings .avionicsSettingsRow { height: 14vh; margin: 0.25vh 0.5vh; } as3000-tsc-vertical-element #DatabaseStatus wt-tsc-databasestatus { position: absolute; left: 5%; top: 0%; width: 90%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #WaypointInfoSelection wt-tsc-waypointinfoselection { position: absolute; left: 50%; top: 10%; transform: translateX(-50%); font-size: 3vh; line-height: 3vh; --waypointinfoselection-grid-row: 14vh; --waypointinfoselection-grid-column: 18vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo wt-tsc-airportinfo { position: absolute; left: 1%; top: 1%; width: 98%; height: 98%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .airportInfoHeader { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; flex-flow: row nowrap; justify-content: center; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .airportInfoSelectButton { width: 40vh; height: 10vh; font-size: 3vh; margin-right: 0.5vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .airportInfoOptionsButton { width: 15vh; height: 10vh; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo tsc-tabbedview { position: absolute; left: 50%; transform: translateX(-50%); top: 11vh; bottom: 1%; --tab-content-width: 42vh; --tab-content-height: 48vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo wt-tsc-button-tab { width: 15vh; height: 10.5vh; margin: 1.5vh 0; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .freqLine { height: 13vh; } as3000-tsc-vertical-element #Electricity #PagesDisplay .airportInfo .runwayButton { width: 95%; height: 18vh; margin: 0.25vh; } as3000-tsc-vertical-element .intInfo wt-tsc-intinfo, as3000-tsc-vertical-element .vorInfo wt-tsc-vorinfo, as3000-tsc-vertical-element .ndbInfo wt-tsc-ndbinfo { position: absolute; left: 5%; top: 0%; width: 90%; height: 99%; font-size: 3vh; } as3000-tsc-vertical-element #NearestWaypointSelection wt-tsc-nearestwaypointselection { position: absolute; left: 10%; top: 10%; width: 80%; height: 50%; font-size: 3vh; line-height: 3vh; --nearestwaypointselection-grid-row: 14vh; --nearestwaypointselection-grid-column: 18vh; } as3000-tsc-vertical-element .nearestAirport wt-tsc-nearestairport { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; --nearestwaypoints-col1-width: 2.5fr; --nearestwaypoints-col2-width: 1fr; --nearestwaypoints-col3-width: 1fr; --nearestwaypoints-col4-width: 1.5fr; --nearestwaypoints-row-height: 11vh; --nearestwaypoints-options-right: -3vw; --nearestwaypoints-options-width: 40%; --nearestwaypoints-options-padding-left: 0.5em; --nearestwaypoints-options-padding-right: 0.5em; } as3000-tsc-vertical-element .nearestINT wt-tsc-nearestint, as3000-tsc-vertical-element .nearestVOR wt-tsc-nearestvor, as3000-tsc-vertical-element .nearestNDB wt-tsc-nearestndb { position: absolute; left: 1%; top: 0%; width: 98%; height: 99%; font-size: 3.5vh; --nearestwaypoints-col1-width: 2fr; --nearestwaypoints-col2-width: 1fr; --nearestwaypoints-col3-width: 1fr; --nearestwaypoints-col4-width: 1fr; --nearestwaypoints-row-height: 11vh; --nearestwaypoints-options-right: -3vw; --nearestwaypoints-options-width: 40%; --nearestwaypoints-options-padding-left: 0.5em; --nearestwaypoints-options-padding-right: 0.5em; } as3000-tsc-vertical-element #Electricity #NavigationBar { position: absolute; bottom: 5%; width: 100%; height: 9%; background: linear-gradient(#41585f, #2c4952); border-top: 1px solid grey; border-left: 1px solid grey; border-right: 1px solid grey; border-radius: 4px 4px 0 0; } as3000-tsc-vertical-element #Electricity #NavigationBar .gradientButton { height: 98%; left: 8%; width: 14%; margin: 0 0.4vh; border-width: 1px; display: inline-block; } as3000-tsc-vertical-element #Electricity #SoftKeys { position: absolute; bottom: 0%; width: 100%; height: 5%; background-color: #212121; color: black; font-size: 2.1vh; display: flex; } as3000-tsc-vertical-element #Electricity #SoftKeys div { height: 100%; text-align: center; background-color: #a5bcc7; margin-left: 0.4vh; margin-right: 0.4vh; display: table; width: 33%; } as3000-tsc-vertical-element #Electricity #SoftKeys div p { height: 100%; display: table-cell; vertical-align: middle; text-align: center; padding-right: 2%; color: black; font-size: 2.1vh; line-height: 2.28vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_CodeDisplay { position: absolute; right: 25%; top: 10%; height: 11%; width: 40%; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_CodeDisplay #transponder_Code { font-size: 5vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_CodeDisplay #transponder_Code .Writing { min-width: 0.5vw; min-height: 5vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_Bksp { position: absolute; right: 2%; top: 5%; width: 11vh; height: 11vh; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_NumberKeyboard { position: absolute; right: 2%; top: 30%; height: 40%; width: 70%; } as3000-tsc-vertical-element #Electricity #TransponderWindow #transponder_Vfr { position: absolute; right: 2%; bottom: 0%; height: 11vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContainer { position: absolute; top: 9%; left: 1%; height: 90%; width: 98%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabSelect { height: 10vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabSelect .tabButton { height: 10vh; margin: 0 1vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer { position: relative; height: 85%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead { font-size: 2.5vh; height: 4vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody { height: 46vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead tr th:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody tr:first-child td:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead tr th:nth-child(3), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody tr:first-child td:nth-child(3) { width: 30vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table thead tr th:nth-child(2), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer table tbody tr:first-child td:nth-child(2) { width: 35vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton { margin: 0.25vh; width: auto; height: 10vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .frequencyDisplay { position: absolute; left: 0; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .mainNumber { font-size: 3.5vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .standbyFreq { font-size: 3vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow .tabContentContainer .gradientButton .activeNavID { position: absolute; top: 5%; right: 5%; font-size: 2.5vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabSelectors { display: flex; height: 9vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabSelectors .gradientButton { height: 9vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table { width: 100vw; height: 43.8vh; border: 0.3vh solid white; border-collapse: collapse; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead { display: block; color: white; font-size: 3vh; height: 4.2vh; width: 100%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody { display: block; overflow-y: scroll; height: 39.6vh; width: 100%; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody::-webkit-scrollbar { width: 0.5vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody::-webkit-scrollbar-track { background: black; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody::-webkit-scrollbar-thumb { background: white; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr[state="Selected"] { background-color: #0093d0; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead tr th:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr:first-child td:nth-child(1), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead tr th:nth-child(3), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr:first-child td:nth-child(3) { width: 28vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table thead tr th:nth-child(2), as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table tbody tr:first-child td:nth-child(2) { width: 40vw; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView table td { border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView .gradientButton { width: auto; height: 9vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView .gradientButton .mainNumber { font-size: 3.3vh; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView .gradientButton .standbyFreq { color: aqua; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView #Adf_Frequencies .activeFreq { position: absolute; left: 0%; top: 5%; font-size: 3.5vh; color: white; } as3000-tsc-vertical-element #Electricity #AudioRadiosWindow #tabView #Adf_Frequencies .standbyFreq { position: absolute; left: 0%; bottom: 5%; font-size: 3vh; color: aqua; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine { padding: 0 1vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine .gradientButton { height: 10vh; width: 20%; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine #FK_ActiveFreqLine { font-size: 2.1vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine #FK_FreqDisplay { margin: 0.6vh; padding-top: 0.6vh; height: 5.4vh; width: 30vw; font-size: 3.6vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #topLine #FK_FreqDisplay .Writing { min-width: 0.5vw; min-height: 3.6vh; } as3000-tsc-vertical-element #Electricity #frequencyKeyboard #KeyBoard { position: absolute; top: 25%; height: 75%; width: 60%; left: 20%; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_Bksp, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Bksp, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Bksp { position: absolute; height: 10vh; width: 20%; right: 3%; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display { position: absolute; width: 30%; left: 35%; background-color: grey; margin: 0.6vh; padding-top: 0.6vh; text-align: center; font-size: 4.2vh; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .Writed, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .Writed, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .Writed, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .Writed, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .Writed, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .Writed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .Writed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .Writed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .Writed { background-color: none; color: aqua; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .ToWrite, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .ToWrite, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .ToWrite, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .ToWrite, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .ToWrite { background-color: none; color: dimgray; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .Writing, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .Writing, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .Writing, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .Writing, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .Writing, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .Writing, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .Writing, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .Writing, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .Writing { animation: SelectedCharBlinkFreqEdit 1s infinite; min-width: 0.5vw; min-height: 3.6vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #timeKeyboard #TK_TimeDisplay .Fixed, as3000-tsc-vertical-element #Electricity #timeKeyboard #SK_Display .Fixed, as3000-tsc-vertical-element #Electricity #timeKeyboard #AK_Display .Fixed, as3000-tsc-vertical-element #Electricity #speedKeyboard #TK_TimeDisplay .Fixed, as3000-tsc-vertical-element #Electricity #speedKeyboard #SK_Display .Fixed, as3000-tsc-vertical-element #Electricity #speedKeyboard #AK_Display .Fixed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #TK_TimeDisplay .Fixed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #SK_Display .Fixed, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #AK_Display .Fixed { background-color: aqua; } as3000-tsc-vertical-element #Electricity #timeKeyboard #KeyBoard, as3000-tsc-vertical-element #Electricity #speedKeyboard #KeyBoard, as3000-tsc-vertical-element #Electricity #altitudeKeyboard #KeyBoard { position: absolute; top: 25%; height: 75%; width: 60%; left: 20%; } as3000-tsc-vertical-element #Electricity #fullKeyboard .content { display: grid; grid-template-columns: 1fr; grid-template-rows: 4vh 18vh 45vh; grid-gap: 0.5vh 0; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine { position: relative; height: 100%; width: 100%; display: flex; flex-flow: row nowrap; align-items: center; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText { position: relative; height: 100%; width: 28%; background-color: gray; font-size: 3.5vh; color: black; margin: 0 1vh; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .NoEdit { background-color: aqua; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .Writed { background-color: none; color: aqua; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .ToWrite { background-color: none; color: dimgray; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #EditText .Writing { animation: SelectedCharBlinkFreqEdit 1s infinite; min-width: 0.5vw; min-height: 3.6vh; display: inline-block; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #Infos { position: relative; height: 100%; width: 68%; color: white; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #Infos #InfosContent { position: absolute; width: 92%; } as3000-tsc-vertical-element #Electricity #fullKeyboard #topLine #Infos #InfosSymbol { position: absolute; width: 8%; right: 0%; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_NumberTable { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(2, 1fr); justify-items: center; align-items: center; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_LetterTable { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(5, 1fr); justify-items: center; align-items: center; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_NumberTable .roundButton { height: 8vh; width: 8vh; border-width: 2px; } as3000-tsc-vertical-element #Electricity #fullKeyboard #Keyboard_LetterTable .gradientButton { height: 8vh; width: 13vw; border: 2px solid #dedede; } as3000-tsc-vertical-element #Electricity #ConfirmationWindow { z-index: 11; position: absolute; height: 70%; top: 15%; width: 60%; left: 10%; border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #ConfirmationWindow #CW_Text { position: absolute; top: 5%; left: 5%; width: 90%; height: 75%; text-align: center; font-size: 4.2vh; } as3000-tsc-vertical-element #Electricity #ConfirmationWindow #CW_Button { position: absolute; width: 20%; height: 20%; left: 40%; bottom: 5%; } as3000-tsc-vertical-element #Electricity #terrainAlert { z-index: 100; } @keyframes RedWarning { 0%, 45% { background-color: red; color: white; } 55%, 100% { background-color: white; color: red; } } @keyframes YellowWarning { 0%, 45% { background-color: yellow; color: black; } 55%, 100% { background-color: black; color: yellow; } } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning { width: 90%; height: 13%; position: absolute; left: 5%; top: 15%; text-align: center; background-color: red; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning[state="Red"] { animation: RedWarning 1s infinite; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning[state="Yellow"] { animation: YellowWarning 1s infinite; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning #WarningContent { font-size: 4.8vh; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning_Taws { position: absolute; height: 30%; width: 30%; left: 35%; bottom: 35%; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning_Ok { position: absolute; height: 20%; width: 40%; left: 5%; bottom: 5%; } as3000-tsc-vertical-element #Electricity #terrainAlert #Warning_InhibitTaws { position: absolute; height: 20%; width: 40%; right: 5%; bottom: 5%; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .WindowTitle { width: 70%; padding-left: 15%; background-color: black; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container { position: absolute; background-color: black; overflow-y: scroll; width: 50%; height: 50.4vh; top: 10%; left: 25%; right: 25%; padding-right: 0.35vw; border: 0.15vh solid white; border-right: 0.3vh solid white; border-collapse: collapse; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container::-webkit-scrollbar { width: 0.5vw; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container::-webkit-scrollbar-track { background: none; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container::-webkit-scrollbar-thumb { background: white; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine { width: 100%; height: 9.96vh; position: relative; border: 0.15vh solid white; border-right: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line[state=Inactive], as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine[state=Inactive] { display: none; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton { position: absolute; left: 0.4vh; right: 0.4vh; top: 0.4vh; bottom: 0.4vh; width: auto; height: auto; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton .mainValue, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton .mainValue { position: absolute; text-align: left; left: 10%; top: 5%; color: white; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton .title, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton .title { position: absolute; text-align: left; left: 10%; bottom: 10%; width: 80%; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .line .gradientButton .symbol, as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine .gradientButton .symbol { position: absolute; right: 0%; top: 0%; } as3000-tsc-vertical-element #Electricity #insertBeforeWaypointWindow .Container .EndButtonLine { height: 10.2vh; } as3000-tsc-vertical-element #Electricity #minimumSource .Container { position: absolute; width: 40%; left: 30%; top: 15%; padding: 2%; } as3000-tsc-vertical-element #Electricity #minimumSource .Container .gradientButton { height: 12vh; width: 100%; margin: 1vh 0; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content { position: absolute; left: 10%; right: 10%; top: 10%; bottom: 10%; height: auto; width: auto; border: 0.3vh solid white; background-color: black; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .title { position: absolute; width: 100%; height: 10%; text-align: center; color: white; font-size: 3vh; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone { position: absolute; left: 10%; top: 15%; height: 60%; width: 35%; border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone .titleLeft { position: absolute; top: 0%; height: 10%; width: 100%; text-align: center; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone .leftActiveBtn { position: absolute; top: 20%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .leftZone .leftStandbyBtn { position: absolute; bottom: 10%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .rigthZone { position: absolute; right: 10%; top: 15%; height: 60%; width: 35%; border: 0.3vh solid white; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .rigthZone .rightActiveBtn { position: absolute; top: 20%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .rigthZone .rightStandbyBtn { position: absolute; bottom: 10%; left: 10%; right: 10%; height: 30%; width: auto; } as3000-tsc-vertical-element #Electricity #LoadFrequencyPopup .content .addToFavorite { position: absolute; bottom: 5%; left: 20%; right: 20%; height: 15%; width: auto; } as3000-tsc-vertical-element #Electricity .PopUpWindow { top: 18%; width: 100%; height: 68%; z-index: 10; } as3000-tsc-vertical-element #Electricity .PopUpWindow .WindowTitle { font-size: 3vh; height: 10%; width: 100%; background-image: url("/WTg3000/SDK/Assets/Images/Garmin/TSC/Textures/TSC_TITLE_BOX_VERTICAL.png"); background-size: contain; background-position: center top; background-repeat: no-repeat; } as3000-tsc-vertical-element #ConfirmationText wt-tsc-confirmtext { position: absolute; left: 10%; top: 50%; width: 80%; transform: translateY(-50%); font-size: 4.5vh; } as3000-tsc-vertical-element #Electricity .dynamicSelectionListWindow wt-tsc-selectionlist { width: 80%; left: 10%; height: 80%; bottom: 5%; } as3000-tsc-vertical-element #Electricity .dynamicSelectionListWindowButton { height: 14vh; font-size: 4vh; } as3000-tsc-vertical-element #Electricity .navDataBarDynamicSelectionListWindow .dynamicSelectionListWindowButton { font-size: 3vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container { bottom: 5%; height: 85%; left: 20%; width: 60%; font-size: 3vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container .gradientButton { width: 10vh; height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container .MapDetailSliderOuterContainer { width: 10vh; height: 60%; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .Container .MapDetailSliderOuterContainer .MapDetailSliderContainer { width: 100%; height: 80%; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper { width: 10vh; height: 22vh; margin: 0.5vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .slider { margin-top: 6vh; width: 22vh; height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .slider::-webkit-slider-thumb { width: 15%; height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .slider::-webkit-slider-runnable-track { height: 10vh; } as3000-tsc-vertical-element #Electricity .MapDetailSelect .MapDetailSliderWrapper .sliderBackground { position: absolute; top: 0.5vh; left: 0.5vh; width: 8vh; height: 21vh; } as3000-tsc-vertical-element #NumKeyboard wt-tsc-numkeyboard { position: absolute; left: 5%; top: 10%; width: 90%; height: 85%; font-size: 4.5vh; --numkeyboard-button-size: 10vh; } as3000-tsc-vertical-element #TimeKeyboard wt-tsc-timekeyboard { position: absolute; left: 5%; top: 10%; width: 90%; height: 85%; font-size: 4.5vh; --timekeyboard-button-size: 10vh; } as3000-tsc-vertical-element #WaypointKeyboard wt-tsc-waypointkeyboard { position: absolute; left: 1%; top: 1%; width: 98%; height: 98%; font-size: 5vh; } as3000-tsc-vertical-element #DuplicateWaypointSelection wt-tsc-duplicatewaypoint { position: absolute; left: 1%; top: 10%; width: 98%; height: 89%; font-size: 3.5vh; } as3000-tsc-vertical-element #TransponderMode wt-tsc-transpondermode-mode { position: absolute; left: 2%; top: 10%; width: 50%; height: 88%; font-size: 3vh; } as3000-tsc-vertical-element #NavMapTrafficMapSettings wt-tsc-navmaptraffic-mapsettings { position: absolute; left: 15%; top: 20%; width: 70%; height: 50%; font-size: 4vh; } as3000-tsc-vertical-element #DirectToCancelConfirm wt-tsc-directtocancelconfirm { position: absolute; left: 5%; top: 25%; width: 90%; height: 50%; font-size: 4.5vh; } as3000-tsc-vertical-element #FlightPlanKeyboard wt-tsc-fplnkeyboard { position: absolute; left: 1%; top: 1%; width: 98%; height: 99%; font-size: 4vh; --fplnkeyboard-keyboard-font-size: 5vh; --fplnalphanumkeyboard-key-size: 7.5vh; } as3000-tsc-vertical-element #FlightPlanOptions wt-tsc-flightplanoptions { position: absolute; left: 2%; top: 8%; width: 96%; height: 90%; font-size: 3.5vh; line-height: 3.5vh; } as3000-tsc-vertical-element #FlightPlanDataFields wt-tsc-flightplandatafields { position: absolute; left: 10%; top: 25%; width: 80%; height: 60%; font-size: 3.5vh; } as3000-tsc-vertical-element #AirwaySelection wt-tsc-airwayselection { position: absolute; left: 1%; top: 10%; width: 98%; height: 90%; font-size: 3.5vh; } as3000-tsc-vertical-element #VNAVAltitudeKeyboard wt-tsc-vnavaltkeyboard { position: absolute; left: 1%; top: 10%; width: 98%; height: 85%; font-size: 4.5vh; --numkeyboard-button-size: 10vh; } as3000-tsc-vertical-element #ActivateLegConfirm wt-tsc-activatelegconfirm { position: absolute; left: 5%; top: 20%; width: 90%; height: 60%; font-size: 4.5vh; } as3000-tsc-vertical-element #NavigraphLink wt-tsc-navigraphlink { position: absolute; left: 5%; top: 10%; width: 90%; height: 80%; font-size: 3vh; } as3000-tsc-vertical-element #ChartsOptions wt-tsc-chartsoptions { position: absolute; left: 5%; top: 20%; width: 90%; height: 70%; font-size: 3.5vh; } as3000-tsc-vertical-element #ChartsLightThreshold wt-tsc-chartslightthreshold { position: absolute; left: 1%; top: 10%; width: 98%; height: 70%; font-size: 3vh; } as3000-tsc-vertical-element #WaypointOptions wt-tsc-waypointoptions { position: absolute; left: 25%; top: 20%; width: 50%; height: 60%; font-size: 3.5vh; } :root { --button-border: 2px solid white; } as3000-tsc-vertical-element .gradientButton { width: 18vh; height: 14vh; max-height: 15vh; margin: 0.5vh; font-size: 3vh; border: 2px solid white; } as3000-tsc-vertical-element .gradientButton .img { margin-top: 0; } as3000-tsc-vertical-element .gradientButton .centerImg { position: relative; top: 25%; height: 40%; max-width: 60%; } as3000-tsc-vertical-element .gradientButton .lowerValue { position: absolute; top: 70%; width: 100%; transform: translateY(-50%); font-size: 3vh; } as3000-tsc-vertical-element .gradientButton .label { position: absolute; bottom: 28%; font-size: 3vh; } as3000-tsc-vertical-element .gradientButton .upperTitle { position: absolute; height: 40%; top: 5%; font-size: 3vh; line-height: 3vh; } as3000-tsc-vertical-element .valueButton .upperTitle { bottom: 60%; } as3000-tsc-vertical-element .gradientButton .topText { font-size: 1.8vh; margin-left: 8%; } as3000-tsc-vertical-element .gradientButton .mainNumber { font-size: 4.2vh; margin-left: 8%; } as3000-tsc-vertical-element .gradientButton .mainText { font-size: 3vh; } as3000-tsc-vertical-element .statusToggleButton .mainText { top: 35%; } as3000-tsc-vertical-element .statusTextButton .mainText { top: 30%; } as3000-tsc-vertical-element .gradientButton .statusText { font-size: 3vh; } as3000-tsc-vertical-element .gradientButton .statusBar { position: absolute; height: 7%; bottom: 15%; } as3000-tsc-vertical-element .gradientButton[state=Selected] .mainNumber .Writing { min-width: 5px; min-height: 4.2vh; } as3000-tsc-vertical-element .roundButton { width: 12vh; height: 12vh; } as3000-tsc-vertical-element .roundButton .mainText { font-size: 6vh; } as3000-tsc-vertical-element .DrctImg { height: 4.8vh; display: inline; } as3000-tsc-vertical-element .tabButton { width: 13vh; height: 13vh; } as3000-tsc-vertical-element .tabButton .mainText { font-size: 2.5vh; } as3000-tsc-vertical-element .numPad .gradientButton { width: 11vh; height: 11vh; }
0.492432
0.078254
.social { color: #fff; } .social.btn-sm { padding: 0 10px 0 0; font-size: 0.875rem; line-height: 1.5; border-radius: 0; } .social.btn-lg { border-radius: 0; } .social.btn { border-radius: 0; } .social i { width: 1.8125rem; line-height: 2; } .social.facebook { background: #3b5998; } .social.facebook:hover { background: #344e86; } .social [class*="-facebook"] { background: #2d4373; } .social.twitter { background: #00aced; } .social.twitter:hover { background: #0099d4; } .social [class*="-twitter"] { background: #0087ba; } .social.linkedin { background: #4875b4; } .social.linkedin:hover { background: #4169a2; } .social [class*="-linkedin"] { background: #395d90; } .social.flickr { background: #ff0084; } .social.flickr:hover { background: #e60077; } .social [class*="-flickr"] { background: #cc006a; } .social.tumblr { background: #32506d; } .social.tumblr:hover { background: #2a435c; } .social [class*="-tumblr"] { background: #22364a; } .social.xing { background: #026466; } .social.xing:hover { background: #024b4d; } .social [class*="-xing"] { background: #013334; } .social.github { background: #4183c4; } .social.github:hover { background: #3876b4; } .social [class*="-github"] { background: #3269a0; } .social.html5 { background: #e34f26; } .social.html5:hover { background: #d4431b; } .social [class*="-html5"] { background: #be3c18; } .social.openid { background: #f78c40; } .social.openid:hover { background: #f67d28; } .social [class*="-openid"] { background: #f56f0f; } .social.stack-overflow { background: #fe7a15; } .social.stack-overflow:hover { background: #f86c01; } .social [class*="-stack-overflow"] { background: #df6101; } .social.css3 { background: #0170ba; } .social.css3:hover { background: #0161a1; } .social [class*="-css3"] { background: #015187; } .social.youtube { background: #b00; } .social.youtube:hover { background: #a20000; } .social [class*="-youtube"] { background: #880000; } .social.dribbble { background: #ea4c89; } .social.dribbble:hover { background: #e7357a; } .social [class*="-dribbble"] { background: #e51e6b; } .social.dropbox { background: #007ee5; } .social.dropbox:hover { background: #0070cc; } .social [class*="-dropbox"] { background: #0070cc; } .social.google-plus { background: #d34836; } .social.google-plus:hover { background: #c43d2b; } .social [class*="-google-plus"] { background: #b03626; } .social.instagram { background: #517fa4; } .social.instagram:hover { background: #497293; } .social [class*="-instagram"] { background: #406582; } .social.pinterest { background: #cb2027; } .social.pinterest:hover { background: #b51d23; } .social [class*="-pinterest"] { background: #9f191f; } .social.vk { background: #45668e; } .social.vk:hover { background: #3d5a7d; } .social [class*="-vk"] { background: #344d6c; } .social.yahoo { background: #400191; } .social.yahoo:hover { background: #350178; } .social [class*="-yahoo"] { background: #2a015e; } .social.behance { background: #1769ff; } .social.behance:hover { background: #0059fd; } .social [class*="-behance"] { background: #0050e3; } .social.reddit { background: #ff4500; } .social.reddit:hover { background: #e63e00; } .social [class*="-reddit"] { background: #cc3700; } .social.spotify { background: #7ab800; } .social.spotify:hover { background: #699f00; } .social [class*="-spotify"] { background: #588500; } .social.vine { background: #00bf8f; } .social.vine:hover { background: #00a67c; } .social [class*="-vine"] { background: #008c69; } .social.foursquare { background: #1073af; } .social.foursquare:hover { background: #0e6498; } .social [class*="-foursquare"] { background: #0c5480; } .social.vimeo { background: #aad450; } .social.vimeo:hover { background: #a0cf3c; } .social [class*="-vimeo"] { background: #93c130; } /*# sourceMappingURL=socials.css.map */
public/assetss/scss/socials.css
.social { color: #fff; } .social.btn-sm { padding: 0 10px 0 0; font-size: 0.875rem; line-height: 1.5; border-radius: 0; } .social.btn-lg { border-radius: 0; } .social.btn { border-radius: 0; } .social i { width: 1.8125rem; line-height: 2; } .social.facebook { background: #3b5998; } .social.facebook:hover { background: #344e86; } .social [class*="-facebook"] { background: #2d4373; } .social.twitter { background: #00aced; } .social.twitter:hover { background: #0099d4; } .social [class*="-twitter"] { background: #0087ba; } .social.linkedin { background: #4875b4; } .social.linkedin:hover { background: #4169a2; } .social [class*="-linkedin"] { background: #395d90; } .social.flickr { background: #ff0084; } .social.flickr:hover { background: #e60077; } .social [class*="-flickr"] { background: #cc006a; } .social.tumblr { background: #32506d; } .social.tumblr:hover { background: #2a435c; } .social [class*="-tumblr"] { background: #22364a; } .social.xing { background: #026466; } .social.xing:hover { background: #024b4d; } .social [class*="-xing"] { background: #013334; } .social.github { background: #4183c4; } .social.github:hover { background: #3876b4; } .social [class*="-github"] { background: #3269a0; } .social.html5 { background: #e34f26; } .social.html5:hover { background: #d4431b; } .social [class*="-html5"] { background: #be3c18; } .social.openid { background: #f78c40; } .social.openid:hover { background: #f67d28; } .social [class*="-openid"] { background: #f56f0f; } .social.stack-overflow { background: #fe7a15; } .social.stack-overflow:hover { background: #f86c01; } .social [class*="-stack-overflow"] { background: #df6101; } .social.css3 { background: #0170ba; } .social.css3:hover { background: #0161a1; } .social [class*="-css3"] { background: #015187; } .social.youtube { background: #b00; } .social.youtube:hover { background: #a20000; } .social [class*="-youtube"] { background: #880000; } .social.dribbble { background: #ea4c89; } .social.dribbble:hover { background: #e7357a; } .social [class*="-dribbble"] { background: #e51e6b; } .social.dropbox { background: #007ee5; } .social.dropbox:hover { background: #0070cc; } .social [class*="-dropbox"] { background: #0070cc; } .social.google-plus { background: #d34836; } .social.google-plus:hover { background: #c43d2b; } .social [class*="-google-plus"] { background: #b03626; } .social.instagram { background: #517fa4; } .social.instagram:hover { background: #497293; } .social [class*="-instagram"] { background: #406582; } .social.pinterest { background: #cb2027; } .social.pinterest:hover { background: #b51d23; } .social [class*="-pinterest"] { background: #9f191f; } .social.vk { background: #45668e; } .social.vk:hover { background: #3d5a7d; } .social [class*="-vk"] { background: #344d6c; } .social.yahoo { background: #400191; } .social.yahoo:hover { background: #350178; } .social [class*="-yahoo"] { background: #2a015e; } .social.behance { background: #1769ff; } .social.behance:hover { background: #0059fd; } .social [class*="-behance"] { background: #0050e3; } .social.reddit { background: #ff4500; } .social.reddit:hover { background: #e63e00; } .social [class*="-reddit"] { background: #cc3700; } .social.spotify { background: #7ab800; } .social.spotify:hover { background: #699f00; } .social [class*="-spotify"] { background: #588500; } .social.vine { background: #00bf8f; } .social.vine:hover { background: #00a67c; } .social [class*="-vine"] { background: #008c69; } .social.foursquare { background: #1073af; } .social.foursquare:hover { background: #0e6498; } .social [class*="-foursquare"] { background: #0c5480; } .social.vimeo { background: #aad450; } .social.vimeo:hover { background: #a0cf3c; } .social [class*="-vimeo"] { background: #93c130; } /*# sourceMappingURL=socials.css.map */
0.380989
0.120335
width: 13px; height: 13px; } #scrollbar-example::-webkit-scrollbar-corner { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/corner.png); background-repeat: no-repeat; } #scrollbar-example::-webkit-scrollbar-corner:window-inactive { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/corner-inactive.png); } #scrollbar-example::-webkit-resizer { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/resizer.png); background-repeat: no-repeat; background-position: bottom right; } #scrollbar-example::-webkit-resizer:window-inactive { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/resizer-inactive.png); } #scrollbar-example::-webkit-scrollbar-track-piece:disabled { display: none !important; } #scrollbar-example::-webkit-scrollbar-button:disabled { display: none !important; } #scrollbar-example::-webkit-scrollbar-track:disabled { margin: 6px; } /* Horizontal Scrollbar Styles */ #scrollbar-example::-webkit-scrollbar:horizontal { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button.png) 0 2 0 2; border-color: transparent; border-width: 0 2px; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background.png); background-repeat: repeat-x; } #scrollbar-example::-webkit-scrollbar:horizontal:corner-present { border-right-width: 0; } #scrollbar-example::-webkit-scrollbar-track:horizontal:disabled:corner-present { margin-right: 5px; } #scrollbar-example::-webkit-scrollbar:horizontal:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-inactive.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-thumb:horizontal { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb.png) 0 13 0 13; border-color: transparent; border-width: 0 13px; min-width: 20px; } #scrollbar-example::-webkit-scrollbar-thumb:horizontal:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb-hover.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-thumb:horizontal:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb-active.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-thumb:horizontal:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb-inactive.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:start:no-button, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:horizontal:start, #scrollbar-example .none::-webkit-scrollbar-track-piece:horizontal:start { margin-left: 6px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:end:no-button, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:horizontal:end, #scrollbar-example .none::-webkit-scrollbar-track-piece:horizontal:end { margin-right: 6px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:end:no-button:corner-present, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:horizontal:end:corner-present, #scrollbar-example .none::-webkit-scrollbar-track-piece:horizontal:end:corner-present { margin-right: 5px; } #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:horizontal:start:single-button, #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:horizontal:start:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:horizontal:start, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:horizontal:start, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:horizontal:start { margin-left: -6px; } #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:horizontal:end:single-button, #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:horizontal:end:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:horizontal:end, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:horizontal:end, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:horizontal:end { margin-right: -6px; } #scrollbar-example::-webkit-scrollbar-track:horizontal:disabled { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-disabled.png) 0 13 0 13; border-color: transparent; border-width: 0 13px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:decrement { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track.png) 0 13 0 13; border-color: transparent; border-width: 0 0 0 13px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-hover.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-active.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:increment { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track.png) 0 13 0 13; border-color: transparent; border-width: 0 13px 0 0; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-hover.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-active.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-button:horizontal { width: 20px; -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button.png) 0 2 0 2; border-color: transparent; border-width: 0 2px; } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background.png); background-repeat: no-repeat, repeat-x; background-position: 2px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-hover.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-active.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-inactive.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background.png); background-repeat: no-repeat, repeat-x; background-position: 7px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-hover.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-active.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-inactive.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-inactive.png); } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:start:decrement, #scrollbar-example .double-start::-webkit-scrollbar-button:horizontal:start:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:start:decrement { width: 14px; border-right-width: 0; background-position: 2px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:start:increment, #scrollbar-example .double-start::-webkit-scrollbar-button:horizontal:start:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:start:increment { background-position: 3px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:end:decrement, #scrollbar-example .double-end::-webkit-scrollbar-button:horizontal:end:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:end:decrement { background-position: 7px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:end:increment, #scrollbar-example .double-end::-webkit-scrollbar-button:horizontal:end:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:end:increment { width: 14px; border-left-width: 0; background-position: 3px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:horizontal:end:increment:corner-present { border-right-width: 0; width: 19px; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:end:increment:corner-present, #scrollbar-example .double-end::-webkit-scrollbar-button:horizontal:end:increment:corner-present, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:end:increment:corner-present { width: 13px; } /* Vertical Scrollbar Styles */ #scrollbar-example::-webkit-scrollbar:vertical { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button.png) 2 0 2 0; border-color: transparent; border-width: 2px 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background.png); background-repeat: repeat-y; } #scrollbar-example::-webkit-scrollbar:vertical:corner-present { border-bottom-width: 0; } #scrollbar-example::-webkit-scrollbar-track:vertical:disabled:corner-present { margin-bottom: 5px; } #scrollbar-example::-webkit-scrollbar:vertical:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-inactive.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-thumb:vertical { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb.png) 13 0 13 0; border-color: transparent; border-width: 13px 0; min-height: 20px; } #scrollbar-example::-webkit-scrollbar-thumb:vertical:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb-hover.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-thumb:vertical:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb-active.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-thumb:vertical:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb-inactive.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:start:no-button, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:vertical:start, #scrollbar-example .none::-webkit-scrollbar-track-piece:vertical:start { margin-top: 6px; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:end:no-button, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:vertical:end, #scrollbar-example .none::-webkit-scrollbar-track-piece:vertical:end { margin-bottom: 6px; } ::-webkit-scrollbar-track-piece:vertical:end:no-button:corner-present, .double-start::-webkit-scrollbar-track-piece:vertical:end:corner-present, .none::-webkit-scrollbar-track-piece:vertical:end:corner-present { margin-bottom: 5px; } #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:vertical:start:single-button, #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:vertical:start:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:vertical:start, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:vertical:start, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:vertical:start { margin-top: -6px; } #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:vertical:end:single-button, #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:vertical:end:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:vertical:end, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:vertical:end, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:vertical:end { margin-bottom: -6px; } ::-webkit-scrollbar-track:vertical:disabled { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-disabled.png) 13 0 13 0; border-color: transparent; border-width: 13px 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:decrement { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track.png) 13 0 13 0; border-color: transparent; border-width: 13px 0 0 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-hover.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-active.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:increment { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track.png) 13 0 13 0; border-color: transparent; border-width: 0 0 13px 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-hover.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-active.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-button:vertical { height: 20px; -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button.png) 2 0 2 0; border-color: transparent; border-width: 2px 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background.png); background-repeat: no-repeat, repeat-y; background-position: 3px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-hover.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-active.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-inactive.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:increment { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background.png); background-repeat: no-repeat, repeat-y; background-position: 3px 8px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-hover.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-active.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:increment:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-inactive.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-inactive.png); } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:start:decrement, #scrollbar-example .double-start::-webkit-scrollbar-button:vertical:start:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:start:decrement { height: 14px; border-bottom-width: 0; background-position: 3px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:start:increment, #scrollbar-example .double-start::-webkit-scrollbar-button:vertical:start:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:start:increment { background-position: 3px 4px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:end:decrement, #scrollbar-example .double-end::-webkit-scrollbar-button:vertical:end:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:end:decrement { background-position: 3px 8px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:end:increment, #scrollbar-example .double-end::-webkit-scrollbar-button:vertical:end:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:end:increment { height: 14px; border-top-width: 0; background-position: 3px 4px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:end:increment:corner-present { border-bottom-width: 0; height: 19px; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:end:increment:corner-present, #scrollbar-example .double-end::-webkit-scrollbar-button:vertical:end:increment:corner-present, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:end:increment:corner-present { height: 13px; } /* Forced Scrollbar Mode Styles */ #scrollbar-example .single::-webkit-scrollbar-button:start:decrement, #scrollbar-example .single::-webkit-scrollbar-button:end:increment { display: block; } #scrollbar-example .single::-webkit-scrollbar-button:start:increment, #scrollbar-example .single::-webkit-scrollbar-button:end:decrement { display: none; } #scrollbar-example .double-end::-webkit-scrollbar-button:start { display: none; } #scrollbar-example .double-end::-webkit-scrollbar-button:end { display: block; } #scrollbar-example .double-start::-webkit-scrollbar-button:start { display: block; } #scrollbar-example .double-start::-webkit-scrollbar-button:end { display: none; } #scrollbar-example .double-both::-webkit-scrollbar-button { display: block; } #scrollbar-example .none::-webkit-scrollbar-button { display: none; }
plugin/src/it/html5rocks/src/main/webapp/src/scrollbar.css
width: 13px; height: 13px; } #scrollbar-example::-webkit-scrollbar-corner { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/corner.png); background-repeat: no-repeat; } #scrollbar-example::-webkit-scrollbar-corner:window-inactive { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/corner-inactive.png); } #scrollbar-example::-webkit-resizer { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/resizer.png); background-repeat: no-repeat; background-position: bottom right; } #scrollbar-example::-webkit-resizer:window-inactive { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/resizer-inactive.png); } #scrollbar-example::-webkit-scrollbar-track-piece:disabled { display: none !important; } #scrollbar-example::-webkit-scrollbar-button:disabled { display: none !important; } #scrollbar-example::-webkit-scrollbar-track:disabled { margin: 6px; } /* Horizontal Scrollbar Styles */ #scrollbar-example::-webkit-scrollbar:horizontal { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button.png) 0 2 0 2; border-color: transparent; border-width: 0 2px; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background.png); background-repeat: repeat-x; } #scrollbar-example::-webkit-scrollbar:horizontal:corner-present { border-right-width: 0; } #scrollbar-example::-webkit-scrollbar-track:horizontal:disabled:corner-present { margin-right: 5px; } #scrollbar-example::-webkit-scrollbar:horizontal:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-inactive.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-thumb:horizontal { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb.png) 0 13 0 13; border-color: transparent; border-width: 0 13px; min-width: 20px; } #scrollbar-example::-webkit-scrollbar-thumb:horizontal:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb-hover.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-thumb:horizontal:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb-active.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-thumb:horizontal:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-thumb-inactive.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:start:no-button, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:horizontal:start, #scrollbar-example .none::-webkit-scrollbar-track-piece:horizontal:start { margin-left: 6px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:end:no-button, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:horizontal:end, #scrollbar-example .none::-webkit-scrollbar-track-piece:horizontal:end { margin-right: 6px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:end:no-button:corner-present, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:horizontal:end:corner-present, #scrollbar-example .none::-webkit-scrollbar-track-piece:horizontal:end:corner-present { margin-right: 5px; } #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:horizontal:start:single-button, #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:horizontal:start:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:horizontal:start, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:horizontal:start, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:horizontal:start { margin-left: -6px; } #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:horizontal:end:single-button, #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:horizontal:end:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:horizontal:end, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:horizontal:end, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:horizontal:end { margin-right: -6px; } #scrollbar-example::-webkit-scrollbar-track:horizontal:disabled { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-disabled.png) 0 13 0 13; border-color: transparent; border-width: 0 13px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:decrement { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track.png) 0 13 0 13; border-color: transparent; border-width: 0 0 0 13px; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-hover.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-active.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:increment { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track.png) 0 13 0 13; border-color: transparent; border-width: 0 13px 0 0; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-hover.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-track-piece:horizontal:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-track-active.png) 0 13 0 13; } #scrollbar-example::-webkit-scrollbar-button:horizontal { width: 20px; -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button.png) 0 2 0 2; border-color: transparent; border-width: 0 2px; } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background.png); background-repeat: no-repeat, repeat-x; background-position: 2px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-hover.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-active.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:decrement:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-inactive.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background.png); background-repeat: no-repeat, repeat-x; background-position: 7px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-hover.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-active.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:horizontal:increment:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-inactive.png) 0 2 0 2; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/horizontal-button-background-inactive.png); } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:start:decrement, #scrollbar-example .double-start::-webkit-scrollbar-button:horizontal:start:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:start:decrement { width: 14px; border-right-width: 0; background-position: 2px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:start:increment, #scrollbar-example .double-start::-webkit-scrollbar-button:horizontal:start:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:start:increment { background-position: 3px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:end:decrement, #scrollbar-example .double-end::-webkit-scrollbar-button:horizontal:end:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:end:decrement { background-position: 7px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:end:increment, #scrollbar-example .double-end::-webkit-scrollbar-button:horizontal:end:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:end:increment { width: 14px; border-left-width: 0; background-position: 3px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:horizontal:end:increment:corner-present { border-right-width: 0; width: 19px; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:horizontal:end:increment:corner-present, #scrollbar-example .double-end::-webkit-scrollbar-button:horizontal:end:increment:corner-present, #scrollbar-example .double-both::-webkit-scrollbar-button:horizontal:end:increment:corner-present { width: 13px; } /* Vertical Scrollbar Styles */ #scrollbar-example::-webkit-scrollbar:vertical { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button.png) 2 0 2 0; border-color: transparent; border-width: 2px 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background.png); background-repeat: repeat-y; } #scrollbar-example::-webkit-scrollbar:vertical:corner-present { border-bottom-width: 0; } #scrollbar-example::-webkit-scrollbar-track:vertical:disabled:corner-present { margin-bottom: 5px; } #scrollbar-example::-webkit-scrollbar:vertical:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-inactive.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-thumb:vertical { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb.png) 13 0 13 0; border-color: transparent; border-width: 13px 0; min-height: 20px; } #scrollbar-example::-webkit-scrollbar-thumb:vertical:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb-hover.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-thumb:vertical:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb-active.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-thumb:vertical:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-thumb-inactive.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:start:no-button, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:vertical:start, #scrollbar-example .none::-webkit-scrollbar-track-piece:vertical:start { margin-top: 6px; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:end:no-button, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:vertical:end, #scrollbar-example .none::-webkit-scrollbar-track-piece:vertical:end { margin-bottom: 6px; } ::-webkit-scrollbar-track-piece:vertical:end:no-button:corner-present, .double-start::-webkit-scrollbar-track-piece:vertical:end:corner-present, .none::-webkit-scrollbar-track-piece:vertical:end:corner-present { margin-bottom: 5px; } #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:vertical:start:single-button, #scrollbar-example :not(.none):not(.double-end)::-webkit-scrollbar-track-piece:vertical:start:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:vertical:start, #scrollbar-example .double-start::-webkit-scrollbar-track-piece:vertical:start, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:vertical:start { margin-top: -6px; } #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:vertical:end:single-button, #scrollbar-example :not(.none):not(.double-start)::-webkit-scrollbar-track-piece:vertical:end:double-button, #scrollbar-example .single::-webkit-scrollbar-track-piece:vertical:end, #scrollbar-example .double-end::-webkit-scrollbar-track-piece:vertical:end, #scrollbar-example .double-both::-webkit-scrollbar-track-piece:vertical:end { margin-bottom: -6px; } ::-webkit-scrollbar-track:vertical:disabled { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-disabled.png) 13 0 13 0; border-color: transparent; border-width: 13px 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:decrement { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track.png) 13 0 13 0; border-color: transparent; border-width: 13px 0 0 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-hover.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-active.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:increment { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track.png) 13 0 13 0; border-color: transparent; border-width: 0 0 13px 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-hover.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-track-piece:vertical:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-track-active.png) 13 0 13 0; } #scrollbar-example::-webkit-scrollbar-button:vertical { height: 20px; -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button.png) 2 0 2 0; border-color: transparent; border-width: 2px 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background.png); background-repeat: no-repeat, repeat-y; background-position: 3px 3px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-hover.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-active.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:decrement:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-inactive.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-decrement-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-inactive.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:increment { background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background.png); background-repeat: no-repeat, repeat-y; background-position: 3px 8px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:increment:hover { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-hover.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-hover.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:increment:active { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-active.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-active.png); } #scrollbar-example::-webkit-scrollbar-button:vertical:increment:window-inactive { -webkit-border-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-inactive.png) 2 0 2 0; background-image: url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-increment-arrow.png), url(http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/resources/vertical-button-background-inactive.png); } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:start:decrement, #scrollbar-example .double-start::-webkit-scrollbar-button:vertical:start:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:start:decrement { height: 14px; border-bottom-width: 0; background-position: 3px 3px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:start:increment, #scrollbar-example .double-start::-webkit-scrollbar-button:vertical:start:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:start:increment { background-position: 3px 4px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:end:decrement, #scrollbar-example .double-end::-webkit-scrollbar-button:vertical:end:decrement, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:end:decrement { background-position: 3px 8px, 0 0; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:end:increment, #scrollbar-example .double-end::-webkit-scrollbar-button:vertical:end:increment, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:end:increment { height: 14px; border-top-width: 0; background-position: 3px 4px, 0 0; } #scrollbar-example::-webkit-scrollbar-button:vertical:end:increment:corner-present { border-bottom-width: 0; height: 19px; } #scrollbar-example :not(.single)::-webkit-scrollbar-button:double-button:vertical:end:increment:corner-present, #scrollbar-example .double-end::-webkit-scrollbar-button:vertical:end:increment:corner-present, #scrollbar-example .double-both::-webkit-scrollbar-button:vertical:end:increment:corner-present { height: 13px; } /* Forced Scrollbar Mode Styles */ #scrollbar-example .single::-webkit-scrollbar-button:start:decrement, #scrollbar-example .single::-webkit-scrollbar-button:end:increment { display: block; } #scrollbar-example .single::-webkit-scrollbar-button:start:increment, #scrollbar-example .single::-webkit-scrollbar-button:end:decrement { display: none; } #scrollbar-example .double-end::-webkit-scrollbar-button:start { display: none; } #scrollbar-example .double-end::-webkit-scrollbar-button:end { display: block; } #scrollbar-example .double-start::-webkit-scrollbar-button:start { display: block; } #scrollbar-example .double-start::-webkit-scrollbar-button:end { display: none; } #scrollbar-example .double-both::-webkit-scrollbar-button { display: block; } #scrollbar-example .none::-webkit-scrollbar-button { display: none; }
0.400398
0.041735
.summary { color: #808080; border-left: 5px solid #FFCC00; font-family: Lato-Regular; font-size:16px; } /* Fonts */ @font-face { font-family: Lato-Bold; src: url(../fonts/Lato-Bold.ttf); } @font-face { font-family: Lato-Light; src: url(../fonts/Lato-Light.ttf); } @font-face { font-family: Lato-Regular; src: url(../fonts/Lato-Regular.ttf); } /* */ h3 {color: #000000; } h4 {color: #000000; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #0f174f; color: rgb(211, 36, 36); } /* Navigation bar left */ .nav > li.active > a { background-color: #0f174f; color: #ffffff; font-family: Lato-Regular; } .nav > li > a:hover { background-color: #f39322; } /* */ div.navbar-collapse .dropdown-menu > li > a:hover { background-color: #347DBE; } .nav li.thirdlevel > a { background-color: #FAFAFA !important; color: #248EC2; font-weight: bold; } a[data-toggle="tooltip"] { color: #649345; font-style: italic; cursor: default; } /* Links */ a { color: #0f174f; text-decoration: none; } a:hover { color: #f39322; } /* */ .navbar-inverse { background-color:#f3f4f7; border-color: #f3f4f7; } .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand { color: #0f174f; } .navbar-inverse .navbar-nav>li>a:hover, a.fa.fa-home.fa-lg.navbar-brand:hover { color: #0f174f; } a.navbar-brand:hover { color: #f0f0f0; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #015CAE; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #015CAE; color: #0f174f; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #fbcd3b !important; } .btn-primary { color: #ffffff; background-color: #347DBE; border-color: #347DBE; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { background-color: #0f174f; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-color: #248ec2; border-color: #f3f4f7; } .printTitle { color: #015CAE !important; } body.print h1 {color: #015CAE !important; font-size:28px !important;} body.print h2 {color: #595959 !important; font-size:20px !important;} body.print h3 {color: #E50E51 !important; font-size:14px !important;} body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !important;} .anchorjs-link:hover { color: #216f9b; } div.sidebarTitle { color: #015CAE; } li.sidebarTitle { margin-top:20px; font-weight:normal; font-size:130%; color: #ED1951; margin-bottom:10px; margin-left: 5px; } /* Top navigation bar toggle */ .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: #f3f4f7; } .navbar-inverse .navbar-toggle { border-color: #f3f4f7; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #0f174f; } /* */
css/theme-blue.css
.summary { color: #808080; border-left: 5px solid #FFCC00; font-family: Lato-Regular; font-size:16px; } /* Fonts */ @font-face { font-family: Lato-Bold; src: url(../fonts/Lato-Bold.ttf); } @font-face { font-family: Lato-Light; src: url(../fonts/Lato-Light.ttf); } @font-face { font-family: Lato-Regular; src: url(../fonts/Lato-Regular.ttf); } /* */ h3 {color: #000000; } h4 {color: #000000; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #0f174f; color: rgb(211, 36, 36); } /* Navigation bar left */ .nav > li.active > a { background-color: #0f174f; color: #ffffff; font-family: Lato-Regular; } .nav > li > a:hover { background-color: #f39322; } /* */ div.navbar-collapse .dropdown-menu > li > a:hover { background-color: #347DBE; } .nav li.thirdlevel > a { background-color: #FAFAFA !important; color: #248EC2; font-weight: bold; } a[data-toggle="tooltip"] { color: #649345; font-style: italic; cursor: default; } /* Links */ a { color: #0f174f; text-decoration: none; } a:hover { color: #f39322; } /* */ .navbar-inverse { background-color:#f3f4f7; border-color: #f3f4f7; } .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand { color: #0f174f; } .navbar-inverse .navbar-nav>li>a:hover, a.fa.fa-home.fa-lg.navbar-brand:hover { color: #0f174f; } a.navbar-brand:hover { color: #f0f0f0; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #015CAE; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #015CAE; color: #0f174f; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #fbcd3b !important; } .btn-primary { color: #ffffff; background-color: #347DBE; border-color: #347DBE; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { background-color: #0f174f; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-color: #248ec2; border-color: #f3f4f7; } .printTitle { color: #015CAE !important; } body.print h1 {color: #015CAE !important; font-size:28px !important;} body.print h2 {color: #595959 !important; font-size:20px !important;} body.print h3 {color: #E50E51 !important; font-size:14px !important;} body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !important;} .anchorjs-link:hover { color: #216f9b; } div.sidebarTitle { color: #015CAE; } li.sidebarTitle { margin-top:20px; font-weight:normal; font-size:130%; color: #ED1951; margin-bottom:10px; margin-left: 5px; } /* Top navigation bar toggle */ .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: #f3f4f7; } .navbar-inverse .navbar-toggle { border-color: #f3f4f7; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #0f174f; } /* */
0.396769
0.082217
* { padding: 0; margin: 0; } @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,400&display=swap'); :root { --font-primaria: 'Roboto', sans-serif; --cor1: #444; --corfooter: #3788bf; } body { font-family: var(--font-primaria); color: var(--cor1); } header { display: flex; justify-content: space-evenly; padding: 2rem; } .logo img { width: 211px; } .sign-in { display: flex; flex-direction: column; justify-content: center; } .sign-in .btn{ border: none; } input[type="text"], input[type="email"], input[type="password"] { width: 180px; padding: 0.5rem; border: 1px solid #cccc; border-radius: 5px; } section { padding: 3rem 0 4rem; } h1 { font-size: 3rem; font-weight: normal; } h1.title { font-weight: bold; margin-bottom: 2rem; text-align: center; } .gray { background-color: #f7f7f7; } .container { max-width: 1000px; margin: auto; padding: 0 1rem; } .hero { width: 60%; margin: auto; } .intro p { margin: 1rem 0; font-size: 1.5rem; font-weight: 100; } .intro .cta { margin: 2rem 0; } .btn { background-color: #3396f3; color: #fff; padding: 10px 25px; text-decoration: none; border-radius: 5px; margin-right: 5px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.123); } .btn:hover { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); text-decoration: underline; } .primary { background-color: #3396f3; color: #fff; } .secundary { background-color: #fff; color: #444; } .cards { display: flex; justify-content: space-between; } .card { display: flex; flex-direction: column; justify-content: center; text-align: center; height: 150px; width: 18%; border-radius: 10px; color: #fff; font-size: 1.7rem; } .card.red { background-color: #ec454e; } .card.blue { background-color: #42b0f8; } .card.purple { background-color: #9e69d5; } .card.yellow { background-color: #f4a823; } .card.green { background-color: #3cbfa1; } .members { display: flex; justify-content: space-between; } .member img { width: 120px; height: 120px; border-radius: 50%; } footer { background-color: var(--corfooter); } footer ul { display: flex; justify-content: space-evenly; list-style: none; padding-top: 3rem; } footer a { color: #fff; text-decoration: none; } footer a:hover { text-decoration: underline; } footer p.copyright { padding: 3rem 0; color: rgba(255, 255, 255, 0.747); text-align: center; }
massa/css/style.css
* { padding: 0; margin: 0; } @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,400&display=swap'); :root { --font-primaria: 'Roboto', sans-serif; --cor1: #444; --corfooter: #3788bf; } body { font-family: var(--font-primaria); color: var(--cor1); } header { display: flex; justify-content: space-evenly; padding: 2rem; } .logo img { width: 211px; } .sign-in { display: flex; flex-direction: column; justify-content: center; } .sign-in .btn{ border: none; } input[type="text"], input[type="email"], input[type="password"] { width: 180px; padding: 0.5rem; border: 1px solid #cccc; border-radius: 5px; } section { padding: 3rem 0 4rem; } h1 { font-size: 3rem; font-weight: normal; } h1.title { font-weight: bold; margin-bottom: 2rem; text-align: center; } .gray { background-color: #f7f7f7; } .container { max-width: 1000px; margin: auto; padding: 0 1rem; } .hero { width: 60%; margin: auto; } .intro p { margin: 1rem 0; font-size: 1.5rem; font-weight: 100; } .intro .cta { margin: 2rem 0; } .btn { background-color: #3396f3; color: #fff; padding: 10px 25px; text-decoration: none; border-radius: 5px; margin-right: 5px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.123); } .btn:hover { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); text-decoration: underline; } .primary { background-color: #3396f3; color: #fff; } .secundary { background-color: #fff; color: #444; } .cards { display: flex; justify-content: space-between; } .card { display: flex; flex-direction: column; justify-content: center; text-align: center; height: 150px; width: 18%; border-radius: 10px; color: #fff; font-size: 1.7rem; } .card.red { background-color: #ec454e; } .card.blue { background-color: #42b0f8; } .card.purple { background-color: #9e69d5; } .card.yellow { background-color: #f4a823; } .card.green { background-color: #3cbfa1; } .members { display: flex; justify-content: space-between; } .member img { width: 120px; height: 120px; border-radius: 50%; } footer { background-color: var(--corfooter); } footer ul { display: flex; justify-content: space-evenly; list-style: none; padding-top: 3rem; } footer a { color: #fff; text-decoration: none; } footer a:hover { text-decoration: underline; } footer p.copyright { padding: 3rem 0; color: rgba(255, 255, 255, 0.747); text-align: center; }
0.515132
0.129871
@import url(http://fonts.googleapis.com/css?family=Open+Sans); a { text-decoration: none; color: #15C; cursor: pointer; } input { padding: 1px; background-color: white; border: 2px inset; cursor: auto; -webkit-rtl-ordering: logical; -webkit-user-select: text; } /* Top-level page elements */ body { font-family: "Open Sans", "Helvetica", "Arial"; display: -webkit-box; -webkit-box-orient: vertical; display: -moz-box; -moz-box-orient: vertical; display: box; box-orient: vertical; } header { height: 72px; margin: 0; padding-top: 21px; white-space: nowrap; overflow: hidden; background: #F5F5F5; border-bottom: 1px solid #E5E5E5; overflow: hidden; color: transparent; } nav { width: 224px; margin-left: 44px; padding-top: 5px; margin-left: 0px; padding-left: 0px; } div#toolbar { padding: 25px 32px 25px 0; border-bottom: 1px solid #DEDEDE; display: -webkit-box; -webkit-box-pack: justify; display: -moz-box; -moz-box-pack: justify; display: box; box-pack: justify; } div#main { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; padding: 0 32px 0 0px; } /* Header */ header #logo { margin-left: 44px; width: 180px; height: 72px; margin-top: -21px; background: url(../images/theme/google.png) center no-repeat; background-position: 0px 16px; float: left; line-height: 71px; font-size: 15px; color: rgba(0, 0, 0, 0.2); opacity: 0.9; background-size: 117px 71px; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: all 0.18s; } header #search-box { width: 512px; max-width: 50%; } header #userinfo { color: #666; float: right; padding: 16px 32px 0px 0px; } /* Navigation */ nav ul { list-style-type: none; margin-left: 44px; } nav li { cursor: pointer; line-height: 29px; font-size: 13px; color: #333; line-height: 30px; border-bottom: 1px solid transparent; margin-left: -16px; padding-left: 16px; margin-right: 16px; white-space: nowrap; } nav li.selected { color: #D14836; } nav li:hover { opacity: 1.0; background-color: #EEE; } /* Toolbar styles */ #toolbar h1.title { width: 180px; font-size: 20px; font-weight: normal; color: #DD4B39; padding-left: 44px; } #toolbar div.center-buttons { display: -webkit-box-flex; -webkit-box-flex: 1; display: -moz-box-flex; -moz-box-flex: 1; display: box-flex; box-flex: 1; } #toolbar .no-margin { margin: 0px; } /* Buttons */ .atd-button { display: inline-block; min-width: 54px; margin: 0px 0px 0px 16px; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; color: #555; font-size: 11px; font-weight: bold; height: 27px; padding: 0px 8px; line-height: 27px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.218s; -moz-transition: all 0.218s; transition: all 0.218s; background-color: whiteSmoke; background-image: -webkit-gradient(linear,left top, left bottom, from(whiteSmoke), to(#F1F1F1)); background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1); background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1); background-image: linear-gradient(top,whiteSmoke,#F1F1F1); -webkit-user-select: none; -moz-user-select: none; cursor: default; } .atd-button:hover { border: 1px solid #C6C6C6; color: #222; -webkit-transition: all 0.0s; -moz-transition: all 0.0s; transition: all 0.0s; background-color: #f8f8f8; background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: linear-gradient(top,#f8f8f8,#f1f1f1); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); box-shadow: 0px 1px 1px rgba(0,0,0,0.1); } .atd-button:active { background-color: #f6f6f6; background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: linear-gradient(top,#f6f6f6,#f1f1f1); -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); } .atd-button img { display: inline-block; margin: -3px 0px 0px; vertical-align: middle; } .atd-button-label { display: inline-block; } .atd-button input[type=checkbox] { position: relative; top: -2px; } .atd-search-button { border: 1px solid #3079ed; color: #FFF; background-color: #4d90fe; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed)); background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed); background-image: -moz-linear-gradient(top,#4d90fe,#4787ed); background-image: linear-gradient(top,#4d90fe,#4787ed); } .atd-search-button:hover { border: 1px solid #2f5bb7; color: #FFF; background-color: #357ae8; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8)); background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8); background-image: -moz-linear-gradient(top,#4d90fe,#357ae8); background-image: linear-gradient(top,#4d90fe,#357ae8); } .atd-search-button:active { -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); } /* Checkboxes */ input[type=checkbox] { -webkit-appearance: none; width: 13px; height: 13px; border: 1px solid #DCDCDC; margin:0; -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor:pointer; position:relative; } input[type=checkbox]:active { border-color:#C6C6C6; background:#ebebeb; } input[type=checkbox]:hover { border-color:#C6C6C6; -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1); } input[type=checkbox]:checked::after { content:url('../images/theme/icons/check_no_box.png'); display:block; position:absolute; top:-6px; left:-5px; } input[type=checkbox]:focus { outline: none; border-color:#4d90fe; } /* Text boxes */ input[type="text"] { height: 29px; background-color: white; padding-left: 8px; border: 1px solid #d9d9d9; display: inline-block; vertical-align: top; float: left; margin-top: 10px; box-sizing: border-box; -webkit-border-radius: 2px; -webkit-box-sizing: border-box; } input[type="text"]:hover { border: 1px solid #b9b9b9; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); } input[type="text"]:focus { outline: none; border: 1px solid #4d90fe; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); } /* Popups */ .options-popup { position: absolute; z-index: 1000; font-family: 'Open Sans', sans-serif; font-size: 12px; padding: 10px; min-height: 50px; background: white; margin-top: 10px; border: 1px solid rgba(0, 0, 0, 0.2); color: #444; width: 250px; } .options-popup input[type="text"] { width: 90%; } .options-menu { margin: auto; font-weight: 700px; } .options-menu label { padding: 5px; margin: 5px; font-size: 12px; font-weight: 700; vertical-align: middle; } .options-menu input { padding: 5px; margin: 5px; vertical-align: middle; } #assign-options, #label-options { display: none; } #apply-tags, #assign-owner { cursor: pointer; line-height: 29px; font-size: 13px; color: #333; line-height: 30px; border-bottom: 1px solid transparent; width: 100%; display: inline-block; white-space: nowrap; } #apply-tags:hover, #assign-owner:hover { opacity: 1.0; background-color: #EEE; } /* Notification bar */ #notificationbar { position: absolute; top: 0px; left: 50%; margin-left: -70px; height: 20px; display:none; } #notificationbar .message { background: #FFF1A8; font-weight: 700; padding: 3px; } /* Last action bar */ #lastactionbar { position: fixed; bottom: 0px; right: 0px; text-align: right; display: none; background: #FFF1A8; padding: 3px; } /* Main content section */ #content { overflow: hidden; display: -webkit-box; -webkit-box-flex: 1; -webkit-box-orient: horizontal; display: -moz-box; -moz-box-flex: 1; -moz-box-orient: horizontal; display: box; box-flex: 1; box-orient: horizontal; } #content .title{ font-size: 16px; font-weight: 700; } #content tr { display: table-row; vertical-align: middle; } #content table.list tr:hover { background: #F7F7F7; border-left: 1px solid #DEDEDE; } #content table.list tr[status="resolved"] { background: #F5FFF0; } #content table.list tr[status="resolved"]:hover { background: #E9F2E4; } #content table.list td { height: 40px; font-size: 13px; display: table-cell; vertical-align: inherit; border-bottom: 1px solid #DEDEDE; overflow: hidden; white-space: nowrap; } #content table.list td:nth-child(1) { width: 25px; padding-left: 16px; margin-left: 0px; text-align: right; } #content table.list td:nth-child(2) { border-left: 16px solid transparent; margin-left: 0px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; } #content table.list td:nth-child(3) { width: 60px; border-left: 16px solid transparent; margin-left: 16px; text-align: right; } #content table.incident { width: 100%; } #content table.incident td { margin-left: 0px; border-bottom: 1px solid #DEDEDE; } #content .content-list-div { cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-right: 8px; max-width: 600px; } #content .incident-date { width: 60px; float: right; } #content .incident { padding-bottom: 10px; overflow: visible; white-space: normal; text-overflow: none; text-align: left; } .label { font-size: 10px; font-weight: 500; padding: 2px 4px; color: #666; float: right; margin: 1px 0px 1px 8px; -webkit-border-radius: 2px; } .label a { color: #666; text-decoration: none; margin-left: 3px; padding-left: 3px; border-left: 1px solid #DEDEDE; } .accepted { background-color: #F9EDBE; } .suggested { background-color: #DDDDDD; } /* Settings */ div#settings h1 { font-size: 15px; padding: 3px 0px; } div#settings div.setting { padding: 10px 0px; border-bottom: 1px solid #EBEBEB; } div#settings p { padding: 2px 0px; } div#settings .atd-button { margin: 5px; } div#settings input[type="checkbox"] { margin: 0px 5px 0px 0px; } div#settings td, div#settings th { vertical-align: middle; padding: 0px 10px 0px 0px; } /* Autocomplete */ .ui-menu { list-style: none; display: block; float: left; margin: 0px; padding: 0px; border: 1px solid #666; } .ui-menu li { margin: 0px; padding: 0px; } .ui-menu-item { background: white; width: 100%; color: #222; padding: 2px; } .ui-menu-item:hover, .ui-state-hover { background: #F1F1F1; } .ui-menu-item a, .ui-menu-item a:hover, .ui-menu-item a:active { color: #222; padding: 2px; width: 100%; display: inline-block; }
static/dart/style.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans); a { text-decoration: none; color: #15C; cursor: pointer; } input { padding: 1px; background-color: white; border: 2px inset; cursor: auto; -webkit-rtl-ordering: logical; -webkit-user-select: text; } /* Top-level page elements */ body { font-family: "Open Sans", "Helvetica", "Arial"; display: -webkit-box; -webkit-box-orient: vertical; display: -moz-box; -moz-box-orient: vertical; display: box; box-orient: vertical; } header { height: 72px; margin: 0; padding-top: 21px; white-space: nowrap; overflow: hidden; background: #F5F5F5; border-bottom: 1px solid #E5E5E5; overflow: hidden; color: transparent; } nav { width: 224px; margin-left: 44px; padding-top: 5px; margin-left: 0px; padding-left: 0px; } div#toolbar { padding: 25px 32px 25px 0; border-bottom: 1px solid #DEDEDE; display: -webkit-box; -webkit-box-pack: justify; display: -moz-box; -moz-box-pack: justify; display: box; box-pack: justify; } div#main { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; padding: 0 32px 0 0px; } /* Header */ header #logo { margin-left: 44px; width: 180px; height: 72px; margin-top: -21px; background: url(../images/theme/google.png) center no-repeat; background-position: 0px 16px; float: left; line-height: 71px; font-size: 15px; color: rgba(0, 0, 0, 0.2); opacity: 0.9; background-size: 117px 71px; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: all 0.18s; } header #search-box { width: 512px; max-width: 50%; } header #userinfo { color: #666; float: right; padding: 16px 32px 0px 0px; } /* Navigation */ nav ul { list-style-type: none; margin-left: 44px; } nav li { cursor: pointer; line-height: 29px; font-size: 13px; color: #333; line-height: 30px; border-bottom: 1px solid transparent; margin-left: -16px; padding-left: 16px; margin-right: 16px; white-space: nowrap; } nav li.selected { color: #D14836; } nav li:hover { opacity: 1.0; background-color: #EEE; } /* Toolbar styles */ #toolbar h1.title { width: 180px; font-size: 20px; font-weight: normal; color: #DD4B39; padding-left: 44px; } #toolbar div.center-buttons { display: -webkit-box-flex; -webkit-box-flex: 1; display: -moz-box-flex; -moz-box-flex: 1; display: box-flex; box-flex: 1; } #toolbar .no-margin { margin: 0px; } /* Buttons */ .atd-button { display: inline-block; min-width: 54px; margin: 0px 0px 0px 16px; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; color: #555; font-size: 11px; font-weight: bold; height: 27px; padding: 0px 8px; line-height: 27px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.218s; -moz-transition: all 0.218s; transition: all 0.218s; background-color: whiteSmoke; background-image: -webkit-gradient(linear,left top, left bottom, from(whiteSmoke), to(#F1F1F1)); background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1); background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1); background-image: linear-gradient(top,whiteSmoke,#F1F1F1); -webkit-user-select: none; -moz-user-select: none; cursor: default; } .atd-button:hover { border: 1px solid #C6C6C6; color: #222; -webkit-transition: all 0.0s; -moz-transition: all 0.0s; transition: all 0.0s; background-color: #f8f8f8; background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: linear-gradient(top,#f8f8f8,#f1f1f1); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1); box-shadow: 0px 1px 1px rgba(0,0,0,0.1); } .atd-button:active { background-color: #f6f6f6; background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: linear-gradient(top,#f6f6f6,#f1f1f1); -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); } .atd-button img { display: inline-block; margin: -3px 0px 0px; vertical-align: middle; } .atd-button-label { display: inline-block; } .atd-button input[type=checkbox] { position: relative; top: -2px; } .atd-search-button { border: 1px solid #3079ed; color: #FFF; background-color: #4d90fe; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed)); background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed); background-image: -moz-linear-gradient(top,#4d90fe,#4787ed); background-image: linear-gradient(top,#4d90fe,#4787ed); } .atd-search-button:hover { border: 1px solid #2f5bb7; color: #FFF; background-color: #357ae8; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8)); background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8); background-image: -moz-linear-gradient(top,#4d90fe,#357ae8); background-image: linear-gradient(top,#4d90fe,#357ae8); } .atd-search-button:active { -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); } /* Checkboxes */ input[type=checkbox] { -webkit-appearance: none; width: 13px; height: 13px; border: 1px solid #DCDCDC; margin:0; -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor:pointer; position:relative; } input[type=checkbox]:active { border-color:#C6C6C6; background:#ebebeb; } input[type=checkbox]:hover { border-color:#C6C6C6; -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1); } input[type=checkbox]:checked::after { content:url('../images/theme/icons/check_no_box.png'); display:block; position:absolute; top:-6px; left:-5px; } input[type=checkbox]:focus { outline: none; border-color:#4d90fe; } /* Text boxes */ input[type="text"] { height: 29px; background-color: white; padding-left: 8px; border: 1px solid #d9d9d9; display: inline-block; vertical-align: top; float: left; margin-top: 10px; box-sizing: border-box; -webkit-border-radius: 2px; -webkit-box-sizing: border-box; } input[type="text"]:hover { border: 1px solid #b9b9b9; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); } input[type="text"]:focus { outline: none; border: 1px solid #4d90fe; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); } /* Popups */ .options-popup { position: absolute; z-index: 1000; font-family: 'Open Sans', sans-serif; font-size: 12px; padding: 10px; min-height: 50px; background: white; margin-top: 10px; border: 1px solid rgba(0, 0, 0, 0.2); color: #444; width: 250px; } .options-popup input[type="text"] { width: 90%; } .options-menu { margin: auto; font-weight: 700px; } .options-menu label { padding: 5px; margin: 5px; font-size: 12px; font-weight: 700; vertical-align: middle; } .options-menu input { padding: 5px; margin: 5px; vertical-align: middle; } #assign-options, #label-options { display: none; } #apply-tags, #assign-owner { cursor: pointer; line-height: 29px; font-size: 13px; color: #333; line-height: 30px; border-bottom: 1px solid transparent; width: 100%; display: inline-block; white-space: nowrap; } #apply-tags:hover, #assign-owner:hover { opacity: 1.0; background-color: #EEE; } /* Notification bar */ #notificationbar { position: absolute; top: 0px; left: 50%; margin-left: -70px; height: 20px; display:none; } #notificationbar .message { background: #FFF1A8; font-weight: 700; padding: 3px; } /* Last action bar */ #lastactionbar { position: fixed; bottom: 0px; right: 0px; text-align: right; display: none; background: #FFF1A8; padding: 3px; } /* Main content section */ #content { overflow: hidden; display: -webkit-box; -webkit-box-flex: 1; -webkit-box-orient: horizontal; display: -moz-box; -moz-box-flex: 1; -moz-box-orient: horizontal; display: box; box-flex: 1; box-orient: horizontal; } #content .title{ font-size: 16px; font-weight: 700; } #content tr { display: table-row; vertical-align: middle; } #content table.list tr:hover { background: #F7F7F7; border-left: 1px solid #DEDEDE; } #content table.list tr[status="resolved"] { background: #F5FFF0; } #content table.list tr[status="resolved"]:hover { background: #E9F2E4; } #content table.list td { height: 40px; font-size: 13px; display: table-cell; vertical-align: inherit; border-bottom: 1px solid #DEDEDE; overflow: hidden; white-space: nowrap; } #content table.list td:nth-child(1) { width: 25px; padding-left: 16px; margin-left: 0px; text-align: right; } #content table.list td:nth-child(2) { border-left: 16px solid transparent; margin-left: 0px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; } #content table.list td:nth-child(3) { width: 60px; border-left: 16px solid transparent; margin-left: 16px; text-align: right; } #content table.incident { width: 100%; } #content table.incident td { margin-left: 0px; border-bottom: 1px solid #DEDEDE; } #content .content-list-div { cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-right: 8px; max-width: 600px; } #content .incident-date { width: 60px; float: right; } #content .incident { padding-bottom: 10px; overflow: visible; white-space: normal; text-overflow: none; text-align: left; } .label { font-size: 10px; font-weight: 500; padding: 2px 4px; color: #666; float: right; margin: 1px 0px 1px 8px; -webkit-border-radius: 2px; } .label a { color: #666; text-decoration: none; margin-left: 3px; padding-left: 3px; border-left: 1px solid #DEDEDE; } .accepted { background-color: #F9EDBE; } .suggested { background-color: #DDDDDD; } /* Settings */ div#settings h1 { font-size: 15px; padding: 3px 0px; } div#settings div.setting { padding: 10px 0px; border-bottom: 1px solid #EBEBEB; } div#settings p { padding: 2px 0px; } div#settings .atd-button { margin: 5px; } div#settings input[type="checkbox"] { margin: 0px 5px 0px 0px; } div#settings td, div#settings th { vertical-align: middle; padding: 0px 10px 0px 0px; } /* Autocomplete */ .ui-menu { list-style: none; display: block; float: left; margin: 0px; padding: 0px; border: 1px solid #666; } .ui-menu li { margin: 0px; padding: 0px; } .ui-menu-item { background: white; width: 100%; color: #222; padding: 2px; } .ui-menu-item:hover, .ui-state-hover { background: #F1F1F1; } .ui-menu-item a, .ui-menu-item a:hover, .ui-menu-item a:active { color: #222; padding: 2px; width: 100%; display: inline-block; }
0.311322
0.048428
body { background-color: whitesmoke; } .top-social-wrapper { height: inherit; position: relative; float: none !important; } .off-canvas-wrap { width: 80%; margin: auto; min-width: 50em; box-shadow: inset 0px 0px 2px 1px silver; background-color: white; } .top-social-in-wrapper { display: block; height: 100%; width: auto; max-height: 40px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 15px; padding-top: .2em; padding-bottom: .2em; } .top-top-social-link { display: inline-block; height: 100%; margin-right: 1em; border-radius: 50%; padding: .22em; } .top-top-social-svg { display: block; height: 100%; fill: whitesmoke; } .top_bar_top_container { background-color: rgba(10, 51, 126, 0.65) !important; height: 30px; } .title-area { display: inline-table !important; float: left !important; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } #tagline-group { display: table-cell; vertical-align: middle; text-align: center; } .top-bar-section ul { display: table-cell !important; vertical-align: middle; } .site-description { color: black !important; } #footer .widget { width: 100%; } .title-area a { display: table-cell; vertical-align: middle; } .name { display: block !important; } .nav-bar-out-wrapper { border-bottom: 2px solid #9d9d9d; padding-left: 1em; padding-right: 1em; background-color: whitesmoke; width: 80%; margin: auto; background-color: transparent !important; } #inner-content { width: 80%; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; border-radius: 5px; box-shadow: 0px 0px 6px 1px #cfcfcf; margin-top: 1em; } .top-bar-section li.active:not(.has-form) a:not(.button):hover { color: black !important; } .top-bar-section li:not(.has-form) a:not(.button):hover { color: black !important; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .top-bar-section ul li > a { font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 700; color: #6e6e6e !important; } .top-bar-section { margin-left: 5%; display: inline-table !important; background-color: rgba(29, 121, 210, 0.53); border-radius: 5px; height: 4em; vertical-align: middle; float: right !important; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; left: auto !important; } .stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block { margin-bottom: 0px !important; } .worker-container { text-align: center; } .worker-wrapper { max-width: 20%; float: none !important; display: inline-block !important; min-width: 18em; margin-bottom: 1em; } .worker-wrapper > .wpb_wrapper { border: 1px solid silver; } .entry-content { border: 0; box-shadow: none !important; } header { margin-bottom: 0 !important; } #menu-navbar { display: table-cell; vertical-align: middle; } .top-bar-section ul li { float: none !important; display: table-cell; } .entry-content { margin-top: 0; } .title-area { margin-right: 3em; } .top-bar .name h1 a { font-size: 1.3rem; font-weight: 600; color: black !important; } .top-bar-section li:not(.has-form) a:not(.button) { background: transparent !important; } /********************************************************* CODE BELOW HERE SHOULD BE DELETED. JUST HERE TO SHOW WHAT IT'D LOOK LIKE. DELETE WHEN DONE DEVELOPING. *********************************************************/ .entry-content { padding: 0 !important; } #nav-bar-wrapper { height: 120px !important; background-color: transparent !important; } .top-bar { height: 100% !important; background-color: transparent !important; } #name { display: block !important; }
boxed3/wp-content/themes/flat/css/style.css
body { background-color: whitesmoke; } .top-social-wrapper { height: inherit; position: relative; float: none !important; } .off-canvas-wrap { width: 80%; margin: auto; min-width: 50em; box-shadow: inset 0px 0px 2px 1px silver; background-color: white; } .top-social-in-wrapper { display: block; height: 100%; width: auto; max-height: 40px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 15px; padding-top: .2em; padding-bottom: .2em; } .top-top-social-link { display: inline-block; height: 100%; margin-right: 1em; border-radius: 50%; padding: .22em; } .top-top-social-svg { display: block; height: 100%; fill: whitesmoke; } .top_bar_top_container { background-color: rgba(10, 51, 126, 0.65) !important; height: 30px; } .title-area { display: inline-table !important; float: left !important; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } #tagline-group { display: table-cell; vertical-align: middle; text-align: center; } .top-bar-section ul { display: table-cell !important; vertical-align: middle; } .site-description { color: black !important; } #footer .widget { width: 100%; } .title-area a { display: table-cell; vertical-align: middle; } .name { display: block !important; } .nav-bar-out-wrapper { border-bottom: 2px solid #9d9d9d; padding-left: 1em; padding-right: 1em; background-color: whitesmoke; width: 80%; margin: auto; background-color: transparent !important; } #inner-content { width: 80%; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; border-radius: 5px; box-shadow: 0px 0px 6px 1px #cfcfcf; margin-top: 1em; } .top-bar-section li.active:not(.has-form) a:not(.button):hover { color: black !important; } .top-bar-section li:not(.has-form) a:not(.button):hover { color: black !important; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .top-bar-section ul li > a { font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 700; color: #6e6e6e !important; } .top-bar-section { margin-left: 5%; display: inline-table !important; background-color: rgba(29, 121, 210, 0.53); border-radius: 5px; height: 4em; vertical-align: middle; float: right !important; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; left: auto !important; } .stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block { margin-bottom: 0px !important; } .worker-container { text-align: center; } .worker-wrapper { max-width: 20%; float: none !important; display: inline-block !important; min-width: 18em; margin-bottom: 1em; } .worker-wrapper > .wpb_wrapper { border: 1px solid silver; } .entry-content { border: 0; box-shadow: none !important; } header { margin-bottom: 0 !important; } #menu-navbar { display: table-cell; vertical-align: middle; } .top-bar-section ul li { float: none !important; display: table-cell; } .entry-content { margin-top: 0; } .title-area { margin-right: 3em; } .top-bar .name h1 a { font-size: 1.3rem; font-weight: 600; color: black !important; } .top-bar-section li:not(.has-form) a:not(.button) { background: transparent !important; } /********************************************************* CODE BELOW HERE SHOULD BE DELETED. JUST HERE TO SHOW WHAT IT'D LOOK LIKE. DELETE WHEN DONE DEVELOPING. *********************************************************/ .entry-content { padding: 0 !important; } #nav-bar-wrapper { height: 120px !important; background-color: transparent !important; } .top-bar { height: 100% !important; background-color: transparent !important; } #name { display: block !important; }
0.375592
0.058319
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 30px; padding: 20px; color: white; } .App-title { font-size: 1.5em; } .App-intro { font-size: large; } .backdrop{ position: 'fixed'; top: 0; bottom: 0; left: 0; right: 0; background-color: 'rgba(0,0,0,0.3)'; padding: 50; } .form { background-color: #F6F6F2; border: 1px solid #D6DAC4; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); margin-top: -1px; padding: 10px; width: 70%; margin: auto; min-height: 35px; border-radius: 5px; } .btn-right { float: right; } .btn { display: inline-block; color: #666; background-color: #eee; text-transform: uppercase; font-size: 12px; padding: 8px 25px; border-radius: 5px; border: 1px solid rgba(0,0,0,0.3); border-bottom-width: 3px; } .btn-display { padding: 4px 18px; border-radius: 7px; border: 1px solid rgba(0,0,0,0.3); border-bottom-width: 1px; } .btn-display:hover { border-color:rgba(97, 191, 191, 0.5); } .label { padding:10px 60px 10px 10px; color:#999999; font-weight:bold; display:inline-block; width:100px; } .btn:hover { background-color: #e3e3e3; border-color: rgba(0,0,0,0.5); } .input { width:120px; height:8px; border-radius:4px; border:1px solid #999999; font-size:15px; padding:10px; color:#999999 } .dropdown { width: 144px; height: 29px; border-radius: 4px; border: 1px solid #999999; font-size: 15px; color: #999999; } .center { text-align: center; } .close-btn { float: right; margin-top: -145px; margin-right: -23px; } .padding-down { margin: auto; padding-bottom: 10px; } .table { margin: 1em 0; width: 100%; overflow: hidden; background: #FFF; color: #024457; border-radius: 10px; } .thead { background-color: #b2beb5; color: white; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
src/expensesListView.css
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 30px; padding: 20px; color: white; } .App-title { font-size: 1.5em; } .App-intro { font-size: large; } .backdrop{ position: 'fixed'; top: 0; bottom: 0; left: 0; right: 0; background-color: 'rgba(0,0,0,0.3)'; padding: 50; } .form { background-color: #F6F6F2; border: 1px solid #D6DAC4; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); margin-top: -1px; padding: 10px; width: 70%; margin: auto; min-height: 35px; border-radius: 5px; } .btn-right { float: right; } .btn { display: inline-block; color: #666; background-color: #eee; text-transform: uppercase; font-size: 12px; padding: 8px 25px; border-radius: 5px; border: 1px solid rgba(0,0,0,0.3); border-bottom-width: 3px; } .btn-display { padding: 4px 18px; border-radius: 7px; border: 1px solid rgba(0,0,0,0.3); border-bottom-width: 1px; } .btn-display:hover { border-color:rgba(97, 191, 191, 0.5); } .label { padding:10px 60px 10px 10px; color:#999999; font-weight:bold; display:inline-block; width:100px; } .btn:hover { background-color: #e3e3e3; border-color: rgba(0,0,0,0.5); } .input { width:120px; height:8px; border-radius:4px; border:1px solid #999999; font-size:15px; padding:10px; color:#999999 } .dropdown { width: 144px; height: 29px; border-radius: 4px; border: 1px solid #999999; font-size: 15px; color: #999999; } .center { text-align: center; } .close-btn { float: right; margin-top: -145px; margin-right: -23px; } .padding-down { margin: auto; padding-bottom: 10px; } .table { margin: 1em 0; width: 100%; overflow: hidden; background: #FFF; color: #024457; border-radius: 10px; } .thead { background-color: #b2beb5; color: white; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
0.671794
0.125119
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: separate; border-spacing: 0; } a { text-decoration: none; } input, textarea { margin: 0; border: none; font-family: 'Lucida Grande', sans-serif; font-size: 100%; } textarea { resize: none; } select { margin: 0; } button { padding: 0; border: none; font: inherit; color: inherit; background-color: transparent; /* show a hand cursor on hover; some argue that we should keep the default arrow cursor for buttons */ cursor: pointer; } .text-white { color: #ffffff; } .ap-id-red { background-color: #EF3340; } .ap-gray-cool-deep { background-color: #2c2c2c; } .ap-gray-cool-rich { background-color: #787878; } .ap-gray-cool-medium { background-color: #b5b5b6; } .ap-gray-cool-bright { background-color: #ececec; } .ap-gray-warm-deep { background-color: #424242; } .ap-gray-warm-rich { background-color: #878781; } .ap-gray-warm-medium { background-color: #c3c3b9; } .ap-gray-warm-bright { background-color: #ece8df; } .ap-cerulean-deep { background-color: #06153f; } .ap-cerulean-rich { background-color: #0a3175; } .ap-cerulean-medium { background-color: #104ba5; } .ap-cerulean-bright { background-color: #448bff; } .ap-blue-deep { background-color: #06263f; } .ap-blue-rich { background-color: #0b5475; } .ap-blue-medium { background-color: #117da5; } .ap-blue-bright { background-color: #1ca7da; } .ap-turquoise-deep { background-color: #0d393d; } .ap-turquoise-rich { background-color: #0b7579; } .ap-turquoise-medium { background-color: #00a3a8; } .ap-turquoise-bright { background-color: #00c7ae; } .ap-green-deep { background-color: #233500; } .ap-green-rich { background-color: #507200; } .ap-green-medium { background-color: #78a600; } .ap-green-bright { background-color: #b1c70a; } .ap-brown-deep { background-color: #38261e; } .ap-yellow-rich { background-color: #95702f; } .ap-yellow-medium { background-color: #d8a538; } .ap-yellow-bright { background-color: #f1be00; } .ap-orange-deep { background-color: #3d2600; } .ap-orange-rich { background-color: #7b490c; } .ap-orange-medium { background-color: #b1671e; } .ap-orange-bright { background-color: #df8600; } .ap-magenta-deep { background-color: #3d0528; } .ap-magenta-rich { background-color: #771251; } .ap-magenta-medium { background-color: #a91e75; } .ap-magenta-bright { background-color: #df2c9d; } .ap-purple-deep { background-color: #3e0c41; } .ap-purple-rich { background-color: #660775; } .ap-purple-medium { background-color: #993399; } .ap-purple-bright { background-color: #b82dc1; } :root { /* body font size */ --text-base-size: 1rem; --text-scale-ratio: 1.25; --text-size-small: .875rem; --text-size-xsmall: .75rem; /* type scale */ --text-x1: calc(var(--text-base-size) * var(--text-scale-ratio)); --text-x2: calc(var(--text-x1) * var(--text-scale-ratio)); --text-x3: calc(var(--text-x2) * var(--text-scale-ratio)); --text-x4: calc(var(--text-x3) * var(--text-scale-ratio)); --text-x5: calc(var(--text-x4) * var(--text-scale-ratio)); --text-x6: calc(var(--text-x5) * var(--text-scale-ratio)); } @media (min-width: 30em) { :root { --text-base-size: 1.125rem; --text-scale-ratio: 1.333; --text-size-small: 1rem; --text-size-xsmall: .813rem; /* type scale */ --text-x1: calc(var(--text-base-size) * var(--text-scale-ratio)); --text-x2: calc(var(--text-x1) * var(--text-scale-ratio)); --text-x3: calc(var(--text-x2) * var(--text-scale-ratio)); --text-x4: calc(var(--text-x3) * var(--text-scale-ratio)); --text-x5: calc(var(--text-x4) * var(--text-scale-ratio)); --text-x6: calc(var(--text-x5) * var(--text-scale-ratio)); } } @font-face { font-family: "Graphik Bold"; src: url("../fonts/Graphik-Bold-Web.woff2") format("woff2"), url("..//fonts/Graphik-Bold-Web.woff") format("woff"); font-weight: 900; font-style: normal; } @font-face { font-family: "Graphik Medium"; src: url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff2") format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: "Graphik Regular"; src: url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff2") format("woff"); font-weight: 400; font-style: normal; } .vista-sans { font-family: "Graphik Regular", Arial, sans-serif; font-weight: 400; } .vista-sans-medium { font-family: "Graphik Medium", Arial, sans-serif; font-weight: 700; } .vista-sans-bold { font-family: "Graphik Bold", Arial, sans-serif; font-weight: 900; } body { background-color: #fafafa; color: #222; padding-top: 2rem; font-family: "Graphik Regular", Arial, sans-serif; } main { width: 80vw; margin: 0 auto; } p { font-family: "Graphik Regular", Arial, sans-serif; font-size: var(--text-base-size); margin-bottom: 2rem; line-height: 150%; } .grid-container { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-auto-rows: -webkit-min-content; grid-auto-rows: min-content; grid-gap: 2rem; } @media (min-width: 30em) { .grid-container { -ms-grid-columns: 2fr 8fr; grid-template-columns: 2fr 8fr; } } section { border-top: 1px solid #ccc; padding-top: 1rem; } article { border-bottom: 1px solid #ffc400; margin-bottom: 5rem; } .typescale-base-x6 { font-size: var(--text-x6); } .typescale-base-x5 { font-size: var(--text-x5); } .typescale-base-x4 { font-size: var(--text-x4); } .typescale-base-x3 { font-size: var(--text-x3); } .typescale-base-x2 { font-size: var(--text-x2); } .typescale-base-x1 { font-size: var(--text-x1); } .typescale-base { font-size: var(--text-base-size); line-height: 150%; } .typescale-small { font-size: var(--text-size-small); line-height: 150%; } .typescale-xsmall { font-size: var(--text-size-xsmall); line-height: 150%; } .all-caps { text-transform: uppercase; margin-bottom: 1rem; } .eye-brow { text-transform: uppercase; margin-bottom: 1rem; font-size: var(--text-base-size); } h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem; } h1 { font-size: var(--text-x6); line-height: 110%; font-family: "Graphik Medium", Arial, sans-serif; font-weight: 700; } h2 { font-size: var(--text-x5); font-family: "Graphik Medium", Arial, sans-serif; line-height: 110%; font-weight: 700; } h3 { font-size: var(--text-x4); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; } h4 { font-size: var(--text-x3); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; } h5 { font-size: var(--text-x2); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; } h6 { font-size: var(--text-x1); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; }
css/styles.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: separate; border-spacing: 0; } a { text-decoration: none; } input, textarea { margin: 0; border: none; font-family: 'Lucida Grande', sans-serif; font-size: 100%; } textarea { resize: none; } select { margin: 0; } button { padding: 0; border: none; font: inherit; color: inherit; background-color: transparent; /* show a hand cursor on hover; some argue that we should keep the default arrow cursor for buttons */ cursor: pointer; } .text-white { color: #ffffff; } .ap-id-red { background-color: #EF3340; } .ap-gray-cool-deep { background-color: #2c2c2c; } .ap-gray-cool-rich { background-color: #787878; } .ap-gray-cool-medium { background-color: #b5b5b6; } .ap-gray-cool-bright { background-color: #ececec; } .ap-gray-warm-deep { background-color: #424242; } .ap-gray-warm-rich { background-color: #878781; } .ap-gray-warm-medium { background-color: #c3c3b9; } .ap-gray-warm-bright { background-color: #ece8df; } .ap-cerulean-deep { background-color: #06153f; } .ap-cerulean-rich { background-color: #0a3175; } .ap-cerulean-medium { background-color: #104ba5; } .ap-cerulean-bright { background-color: #448bff; } .ap-blue-deep { background-color: #06263f; } .ap-blue-rich { background-color: #0b5475; } .ap-blue-medium { background-color: #117da5; } .ap-blue-bright { background-color: #1ca7da; } .ap-turquoise-deep { background-color: #0d393d; } .ap-turquoise-rich { background-color: #0b7579; } .ap-turquoise-medium { background-color: #00a3a8; } .ap-turquoise-bright { background-color: #00c7ae; } .ap-green-deep { background-color: #233500; } .ap-green-rich { background-color: #507200; } .ap-green-medium { background-color: #78a600; } .ap-green-bright { background-color: #b1c70a; } .ap-brown-deep { background-color: #38261e; } .ap-yellow-rich { background-color: #95702f; } .ap-yellow-medium { background-color: #d8a538; } .ap-yellow-bright { background-color: #f1be00; } .ap-orange-deep { background-color: #3d2600; } .ap-orange-rich { background-color: #7b490c; } .ap-orange-medium { background-color: #b1671e; } .ap-orange-bright { background-color: #df8600; } .ap-magenta-deep { background-color: #3d0528; } .ap-magenta-rich { background-color: #771251; } .ap-magenta-medium { background-color: #a91e75; } .ap-magenta-bright { background-color: #df2c9d; } .ap-purple-deep { background-color: #3e0c41; } .ap-purple-rich { background-color: #660775; } .ap-purple-medium { background-color: #993399; } .ap-purple-bright { background-color: #b82dc1; } :root { /* body font size */ --text-base-size: 1rem; --text-scale-ratio: 1.25; --text-size-small: .875rem; --text-size-xsmall: .75rem; /* type scale */ --text-x1: calc(var(--text-base-size) * var(--text-scale-ratio)); --text-x2: calc(var(--text-x1) * var(--text-scale-ratio)); --text-x3: calc(var(--text-x2) * var(--text-scale-ratio)); --text-x4: calc(var(--text-x3) * var(--text-scale-ratio)); --text-x5: calc(var(--text-x4) * var(--text-scale-ratio)); --text-x6: calc(var(--text-x5) * var(--text-scale-ratio)); } @media (min-width: 30em) { :root { --text-base-size: 1.125rem; --text-scale-ratio: 1.333; --text-size-small: 1rem; --text-size-xsmall: .813rem; /* type scale */ --text-x1: calc(var(--text-base-size) * var(--text-scale-ratio)); --text-x2: calc(var(--text-x1) * var(--text-scale-ratio)); --text-x3: calc(var(--text-x2) * var(--text-scale-ratio)); --text-x4: calc(var(--text-x3) * var(--text-scale-ratio)); --text-x5: calc(var(--text-x4) * var(--text-scale-ratio)); --text-x6: calc(var(--text-x5) * var(--text-scale-ratio)); } } @font-face { font-family: "Graphik Bold"; src: url("../fonts/Graphik-Bold-Web.woff2") format("woff2"), url("..//fonts/Graphik-Bold-Web.woff") format("woff"); font-weight: 900; font-style: normal; } @font-face { font-family: "Graphik Medium"; src: url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff2") format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: "Graphik Regular"; src: url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff2") format("woff"); font-weight: 400; font-style: normal; } .vista-sans { font-family: "Graphik Regular", Arial, sans-serif; font-weight: 400; } .vista-sans-medium { font-family: "Graphik Medium", Arial, sans-serif; font-weight: 700; } .vista-sans-bold { font-family: "Graphik Bold", Arial, sans-serif; font-weight: 900; } body { background-color: #fafafa; color: #222; padding-top: 2rem; font-family: "Graphik Regular", Arial, sans-serif; } main { width: 80vw; margin: 0 auto; } p { font-family: "Graphik Regular", Arial, sans-serif; font-size: var(--text-base-size); margin-bottom: 2rem; line-height: 150%; } .grid-container { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-auto-rows: -webkit-min-content; grid-auto-rows: min-content; grid-gap: 2rem; } @media (min-width: 30em) { .grid-container { -ms-grid-columns: 2fr 8fr; grid-template-columns: 2fr 8fr; } } section { border-top: 1px solid #ccc; padding-top: 1rem; } article { border-bottom: 1px solid #ffc400; margin-bottom: 5rem; } .typescale-base-x6 { font-size: var(--text-x6); } .typescale-base-x5 { font-size: var(--text-x5); } .typescale-base-x4 { font-size: var(--text-x4); } .typescale-base-x3 { font-size: var(--text-x3); } .typescale-base-x2 { font-size: var(--text-x2); } .typescale-base-x1 { font-size: var(--text-x1); } .typescale-base { font-size: var(--text-base-size); line-height: 150%; } .typescale-small { font-size: var(--text-size-small); line-height: 150%; } .typescale-xsmall { font-size: var(--text-size-xsmall); line-height: 150%; } .all-caps { text-transform: uppercase; margin-bottom: 1rem; } .eye-brow { text-transform: uppercase; margin-bottom: 1rem; font-size: var(--text-base-size); } h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem; } h1 { font-size: var(--text-x6); line-height: 110%; font-family: "Graphik Medium", Arial, sans-serif; font-weight: 700; } h2 { font-size: var(--text-x5); font-family: "Graphik Medium", Arial, sans-serif; line-height: 110%; font-weight: 700; } h3 { font-size: var(--text-x4); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; } h4 { font-size: var(--text-x3); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; } h5 { font-size: var(--text-x2); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; } h6 { font-size: var(--text-x1); font-family: "Graphik Medium", Arial, sans-serif; line-height: 120%; font-weight: 700; }
0.406509
0.11158
li { list-style: none; } a { text-decoration: none; } h2,h3,h4{ margin-bottom: 0; margin-top:0 ; } h3{ line-height: 0;} .header { background: #FFFFFF repeat-x top; } ul{padding: 0;} .mainWrap { /*width: 100%;*/ width: 1000px; margin: auto; } .topLine { border-top: 7px solid #5c307d; } .header .topWrap { height: 10%; } .header .logo { float: left; margin-top: 15px; margin-bottom: 2px; } .search { float: right; margin-top: 15px; margin-bottom: 4px; } .header .search .version { padding: 27px 0 10px 0; text-align: right; size: 20ch; } .header .search .version a { color: #4d1379; size: 20px; } .header .search .inp { height: 30px; width: 140px; border: 1px solid #b1b1b1; padding: 5px; float: left; } .header .search .searchbtn { background: #5c307d; height: 30px; padding: 0 8px; line-height: 29px; text-align: center; border: 0; text-decoration: none; /* float: left;*/ font-size: 16px; color: #fff; cursor: pointer; top: 0; } .header .search .abtn:hover { background: #000; } .header .menu { border-top: 1px solid #dedede; display: block; font-family: "arial black"; } .menu .navbar{ margin:0; } .header .menu li a { color: #000; border: 0; display: block; line-height: 42px; font-size: 15px; text-decoration: none; border-radius: 0; } .header .menu li a span { font-size: 1px; padding-left: 2px; } .anav { display: none; } .header .menu li:hover a { background: #5c307d; color: white; } /*.header .menu .nav-tabs li:hover .subnav{ display: block; }*/ .menu .subnav { background: #5c307d; width: 180px; position: absolute; top: 42px; padding: 5px 0; text-decoration: none; display: none; z-index: 2; display: none; } .menu .open{display: block;} .menu .subnav li a { line-height: 38px; font-size: 14px; color: #fff; padding: 0 0 0 20px; text-decoration: none; } .navbar-collapse{padding: 0;} .content .imgWrap{ margin: 0 auto; width: 1200px; height: auto; overflow: hidden; position: relative; text-align: center; background:url(../img/loading.gif) no-repeat center center; } /*.mainWrap .imgTitle { margin: auto; position: relative; top: -58px; left: 0px; z-index: 99; width: 1000px; text-align: left; overflow: hidden; }*/ .imgWrap .carousel-caption { background: #252525; width: 1000px; left: 8.35%; opacity: .5; bottom: 0; text-align: left; color: #fff; font-size: 18px; white-space: nowrap; padding: 16px; } /*.imgWrap .bg{ position: absolute; z-index: -1; height: 58px; background: #252525; opacity: .5; width: 100%; top: 0; }*/ .imgTitle .txt { color: #fff; font-size: 18px; line-height: 58px; padding-left: 30px; white-space: nowrap; text-decoration: none; } .imgWrap .day { position: absolute; width: 114px; height: 50px; background: #5c307d; text-align: center; line-height: 50px; font-size: 15px; color: #ffc600; bottom: 0; right: 8.3%; font-size: 24px; } .content .month { background: #5c307d; position: relative; } .month .arrow { position: absolute; color: #fff; padding: 0 5px; cursor: pointer; } .month .arrow span{ top:9px; } .month .arrowleft { left: 0; } .month .arrowright { right: 0; } .month .day li { float: left; font-size: 12px; padding: 4px 2px; } .month .day li a{ color: #fff; display: block; line-height: 30px; text-align: center; width: 24px; cursor: pointer; zoom: 1; text-decoration: none; } .month .monthTxt { float: left; margin: 0 15px 0 40px; color: #9884ab; } .month .monthTxt span { font-size: 20px; line-height: 38px; padding-right: 3px; } #calendarYear { display: none; } #calendarMonth{ color: white; } .content .news { margin-top: 10px; margin-bottom: 20px; width: 100%; } .content .newslist { float: left; margin: 0; border-bottom: 1px solid #e9e8ea;; padding-bottom: 40px; padding-left: 20px; } .content h2 { font-size: 20px; line-height: 70px; color: #22132d; text-indent: 22px; zoom: 1; margin-top: 0; padding: 0; } .content h2 .more { float: right; font-size: 12px; font-family: sans-serif; color: #999; margin-right: 22px; text-decoration: none; } .content h2 a:hover{color: #866c9c;} .ydate { width: 58px; border: 1px solid #d8d8d8; color: #7d7d7d; text-align: center; font-size: 12px; float: left; padding-bottom: 5px; } .ydate_2 { border: 1px solid #edeaf1; color: #5b317d; background: #edeaf1; } .ydate span { display: block; font-size: 24px; line-height: 24px; padding: 8px 0 2px 0; zoom: 1; } .content .newslist .tn { margin-left: 80px; width: 220px; } .content .newslist h3{margin-top: 0;} .content .newslist h3 a { color: #22132D; line-height: 22px; font-size: 16px; text-decoration: none; } .content .newslist p { color: #777; font-size: 12px; } .newslist .col-sm-4{ padding-left: 0; } .content .focusList { margin: 0 5px; } .content .focuslist h3 a { text-decoration: none; color: #22132D; line-height: 22px; font-size: 16px; } .content .focuslist li{ float: left; width: 300px; margin: 0 15px 10px 15px; border-top: 2px solid #5c307d; height: 280px; overflow: hidden; } .content .focuslist p{ color: #777; padding-top: 8px; font-size: 12px; } .content .focuslist .bdcolor{ border-top: 2px solid #e0823d; } footer .footerTop { background: #f8f7f4; padding: 40px 0; } footer .footerTop .link li{ float: left; margin-right: 5px; } footer .footerTop li.commlink{ width: 480px; margin: 0 125px 0 20px; } footer .footerTop h2{ font-size: 18px; color: #22132d; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; margin-right: 10%; } footer .footerTop li.commlink li { margin: 0; width: 33.3%; line-height: 24px; } footer .footerTop li.commlink li a{color:#444;font-size: 12px;} footer .footerTop li.commlink li a i{padding-left: 3px;} footer .footerWrap { background: #e0e0e0; padding: 40px 0; } footer .footerWrap li { width: 125px; float: left; } footer .footerWrap h4 { padding-bottom: 8px; } footer .footerWrap h4 a { text-decoration: none; font-size: 15px; color: #22132d; } footer .footerWrap a { color: #585858; display: block; line-height: 24px; text-align: center; font-size: 12px; text-decoration: none; } footer .copyrights{ background: #22132d; color: #a5a2a7; padding: 20px 0; line-height: 22px; font-size: 12px; } footer .copyrights .info { float: left; } footer .copyrights .info span { padding-right: 24px; } footer .copyrights .icp { float: right; } footer .copyrights .copy { color: #6f6a74; display: block; } /*****media800px*****/ @media screen and (max-width: 768px){ .mainWrap {width: 760px;} .header .menu{display: block;} .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .header .menu{ border: 0; } .imgWrap .carousel-caption{left: 0;} .imgWrap .day { right: 0; } .col-sm-4{ width: 33.33333333%; float: left; } } @media screen and (max-width: 800px) { .mainWrap {width: 760px;} .navbar-header{display: none;} .collapse{display: block;} a{font-size: 14px;} .header .menu li a{font-size: 12px;} .content .imgWrap{width:760px} .month .day li a{width: 17px;font-size: 12px;padding: 0 2px;} .imgWrap .carousel-caption{ left: 0; } .imgWrap .day { right: 0; font-size: 20px; } .content .news { margin-top: 0; } .content .newslist { margin: 0; padding-bottom: 30px; padding-left: 0; } .content h2 { text-indent: 10px; font-size: 18px; line-height: 60px; } .content .newslist .tn { width: 160px; margin-left: 73px; } .content .newslist li { /*margin: 0 5px;*/ } .newslist .col-sm-4{ padding-left: 10px; } .content .focusList { margin: 0; } .content .focuslist li { width: 233px; margin: 0 10px 20px 10px; height: 320px; } .content .focuslist li img{ width: 233px; } footer .footerTop .link li { margin-bottom: 5px; } footer .footerTop li.commlink { width: 250px; margin-left: 10px; } footer .footerTop li.commlink li{ width: 50%; } footer .footerWrap li { width: 190px; height: 200px; } footer .copyrights { text-align: center; } footer .copyrights .info { float: none; display: block; } footer .copyrights .icp { float: none; display: block; } } /*****media640px*****/ @media screen and (max-width: 640px) { .mainWrap { width: 100%; } .header .search .inp { border: 0; margin-left: 20px; height: 24px; width: 130px; margin-top: 5px; } .header .search .searchbtn{ background: #22132d; height: 24px; line-height: 24px; font-size: 14px; margin-top: 5px; } .subnav { display: none !important; } .header .menu li a span { display: none; } .header .menu li:hover a{ color: black; } .header .menu li a{ font-size: 15px; } .header .logo { float: none; margin: auto; display: block; position: absolute; top: 50px; left: 50%; margin-left: -100px; } .header .search { float: none; position: absolute; width: 100%; top: 0px; background: #5C307D; } .header .search .version { float: right; padding: 4px 30px 10px 0; } .header .search .version a { color: #fff; text-align: right; } .menu .subnav { display: none; } .header .menu .nav-tabs>li:hover .subnav { display: none; } .header .menu li:hover a { background: #fff; } .nav-tabs.nav-justified { padding-left: 0; } .nav-tabs.nav-justified>li>a { margin-bottom: 5px; text-align: left; } .anav { display: block; } .header .topWrap { height: 130px; } .header .menu .navbar-header { display: block; line-height: 44px; font-size: 18px; cursor: pointer; background: gainsboro; } .header .menu .navbar-header a { color: black; } .header .menu .navbar-header .icon-bar { background-color: black; } .header .menu li { float: none; padding: 0; border-top: 1px solid #ddd; background: #fff; overflow: hidden; } .header .menu .navbar-collapse { padding: 0; } .nav-tabs.nav-justified > li { display: block; width: 100%; } .collapse { display: none; } .content .imgWrap{width:100%;} .month .day { margin: 0 30px 0 50px; float: none; } .month .day li{font-size: 16px;width: 26px;} .month .day li a{font-size: 14px} .imgWrap .carousel-caption{left: 0; } .imgWrap .day {font-size: 16px;} .content .newslist { margin: 0; padding-bottom: 10px; float: left; } .content h2 { text-indent: 20px; font-size: 16px; line-height: 50px; } .content .newslist li { width: auto; } .content .newslist .tn { margin-left: 80px; width: auto; } .content .newslist p { padding-top: 0; } .col-sm-4{ width: 100%; } .content .focuslist{ margin: 0 20px; } .content .focuslist li { width: 100%; margin: 0 0px 30px 0px; height: auto; } .content .focuslist li img{ width: 100%; } footer .footerTop li.commlink { margin: 0 0 10px 0; width: 100%; } footer .footerTop li.commlink h2 { margin: 0 20px 10px 20px; } footer .footerTop li.commlink ul { margin: 0 20px; } footer .footerTop li.commlink li { width: 25%; font-size: 12px; line-height: 30px; } footer .footerTop li.liimg { width: 25%; margin-right: 0; } footer .footerTop .link li { margin-bottom: 5px; } footer .footerTop li img { width: 100%; } footer .footerTop .link li a { display: block; } footer .footerTop li.liimg a{ padding: 5px; } footer .footerWrap { padding: 14px 0; } footer .footerWrap li { width: 25%; height: auto; } footer .footerWrap li a{ display: none; } footer .footerWrap li h4 a{ display: block; font-size: 12px; line-height: 30px; } footer .footerWrap h4 { padding-bottom: 0; } footer .copyrights .info { float: none; display: block; padding: 0 30px; } footer .copyrights .info span { display: block; padding: 0; }
css/index.css
li { list-style: none; } a { text-decoration: none; } h2,h3,h4{ margin-bottom: 0; margin-top:0 ; } h3{ line-height: 0;} .header { background: #FFFFFF repeat-x top; } ul{padding: 0;} .mainWrap { /*width: 100%;*/ width: 1000px; margin: auto; } .topLine { border-top: 7px solid #5c307d; } .header .topWrap { height: 10%; } .header .logo { float: left; margin-top: 15px; margin-bottom: 2px; } .search { float: right; margin-top: 15px; margin-bottom: 4px; } .header .search .version { padding: 27px 0 10px 0; text-align: right; size: 20ch; } .header .search .version a { color: #4d1379; size: 20px; } .header .search .inp { height: 30px; width: 140px; border: 1px solid #b1b1b1; padding: 5px; float: left; } .header .search .searchbtn { background: #5c307d; height: 30px; padding: 0 8px; line-height: 29px; text-align: center; border: 0; text-decoration: none; /* float: left;*/ font-size: 16px; color: #fff; cursor: pointer; top: 0; } .header .search .abtn:hover { background: #000; } .header .menu { border-top: 1px solid #dedede; display: block; font-family: "arial black"; } .menu .navbar{ margin:0; } .header .menu li a { color: #000; border: 0; display: block; line-height: 42px; font-size: 15px; text-decoration: none; border-radius: 0; } .header .menu li a span { font-size: 1px; padding-left: 2px; } .anav { display: none; } .header .menu li:hover a { background: #5c307d; color: white; } /*.header .menu .nav-tabs li:hover .subnav{ display: block; }*/ .menu .subnav { background: #5c307d; width: 180px; position: absolute; top: 42px; padding: 5px 0; text-decoration: none; display: none; z-index: 2; display: none; } .menu .open{display: block;} .menu .subnav li a { line-height: 38px; font-size: 14px; color: #fff; padding: 0 0 0 20px; text-decoration: none; } .navbar-collapse{padding: 0;} .content .imgWrap{ margin: 0 auto; width: 1200px; height: auto; overflow: hidden; position: relative; text-align: center; background:url(../img/loading.gif) no-repeat center center; } /*.mainWrap .imgTitle { margin: auto; position: relative; top: -58px; left: 0px; z-index: 99; width: 1000px; text-align: left; overflow: hidden; }*/ .imgWrap .carousel-caption { background: #252525; width: 1000px; left: 8.35%; opacity: .5; bottom: 0; text-align: left; color: #fff; font-size: 18px; white-space: nowrap; padding: 16px; } /*.imgWrap .bg{ position: absolute; z-index: -1; height: 58px; background: #252525; opacity: .5; width: 100%; top: 0; }*/ .imgTitle .txt { color: #fff; font-size: 18px; line-height: 58px; padding-left: 30px; white-space: nowrap; text-decoration: none; } .imgWrap .day { position: absolute; width: 114px; height: 50px; background: #5c307d; text-align: center; line-height: 50px; font-size: 15px; color: #ffc600; bottom: 0; right: 8.3%; font-size: 24px; } .content .month { background: #5c307d; position: relative; } .month .arrow { position: absolute; color: #fff; padding: 0 5px; cursor: pointer; } .month .arrow span{ top:9px; } .month .arrowleft { left: 0; } .month .arrowright { right: 0; } .month .day li { float: left; font-size: 12px; padding: 4px 2px; } .month .day li a{ color: #fff; display: block; line-height: 30px; text-align: center; width: 24px; cursor: pointer; zoom: 1; text-decoration: none; } .month .monthTxt { float: left; margin: 0 15px 0 40px; color: #9884ab; } .month .monthTxt span { font-size: 20px; line-height: 38px; padding-right: 3px; } #calendarYear { display: none; } #calendarMonth{ color: white; } .content .news { margin-top: 10px; margin-bottom: 20px; width: 100%; } .content .newslist { float: left; margin: 0; border-bottom: 1px solid #e9e8ea;; padding-bottom: 40px; padding-left: 20px; } .content h2 { font-size: 20px; line-height: 70px; color: #22132d; text-indent: 22px; zoom: 1; margin-top: 0; padding: 0; } .content h2 .more { float: right; font-size: 12px; font-family: sans-serif; color: #999; margin-right: 22px; text-decoration: none; } .content h2 a:hover{color: #866c9c;} .ydate { width: 58px; border: 1px solid #d8d8d8; color: #7d7d7d; text-align: center; font-size: 12px; float: left; padding-bottom: 5px; } .ydate_2 { border: 1px solid #edeaf1; color: #5b317d; background: #edeaf1; } .ydate span { display: block; font-size: 24px; line-height: 24px; padding: 8px 0 2px 0; zoom: 1; } .content .newslist .tn { margin-left: 80px; width: 220px; } .content .newslist h3{margin-top: 0;} .content .newslist h3 a { color: #22132D; line-height: 22px; font-size: 16px; text-decoration: none; } .content .newslist p { color: #777; font-size: 12px; } .newslist .col-sm-4{ padding-left: 0; } .content .focusList { margin: 0 5px; } .content .focuslist h3 a { text-decoration: none; color: #22132D; line-height: 22px; font-size: 16px; } .content .focuslist li{ float: left; width: 300px; margin: 0 15px 10px 15px; border-top: 2px solid #5c307d; height: 280px; overflow: hidden; } .content .focuslist p{ color: #777; padding-top: 8px; font-size: 12px; } .content .focuslist .bdcolor{ border-top: 2px solid #e0823d; } footer .footerTop { background: #f8f7f4; padding: 40px 0; } footer .footerTop .link li{ float: left; margin-right: 5px; } footer .footerTop li.commlink{ width: 480px; margin: 0 125px 0 20px; } footer .footerTop h2{ font-size: 18px; color: #22132d; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; margin-right: 10%; } footer .footerTop li.commlink li { margin: 0; width: 33.3%; line-height: 24px; } footer .footerTop li.commlink li a{color:#444;font-size: 12px;} footer .footerTop li.commlink li a i{padding-left: 3px;} footer .footerWrap { background: #e0e0e0; padding: 40px 0; } footer .footerWrap li { width: 125px; float: left; } footer .footerWrap h4 { padding-bottom: 8px; } footer .footerWrap h4 a { text-decoration: none; font-size: 15px; color: #22132d; } footer .footerWrap a { color: #585858; display: block; line-height: 24px; text-align: center; font-size: 12px; text-decoration: none; } footer .copyrights{ background: #22132d; color: #a5a2a7; padding: 20px 0; line-height: 22px; font-size: 12px; } footer .copyrights .info { float: left; } footer .copyrights .info span { padding-right: 24px; } footer .copyrights .icp { float: right; } footer .copyrights .copy { color: #6f6a74; display: block; } /*****media800px*****/ @media screen and (max-width: 768px){ .mainWrap {width: 760px;} .header .menu{display: block;} .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .header .menu{ border: 0; } .imgWrap .carousel-caption{left: 0;} .imgWrap .day { right: 0; } .col-sm-4{ width: 33.33333333%; float: left; } } @media screen and (max-width: 800px) { .mainWrap {width: 760px;} .navbar-header{display: none;} .collapse{display: block;} a{font-size: 14px;} .header .menu li a{font-size: 12px;} .content .imgWrap{width:760px} .month .day li a{width: 17px;font-size: 12px;padding: 0 2px;} .imgWrap .carousel-caption{ left: 0; } .imgWrap .day { right: 0; font-size: 20px; } .content .news { margin-top: 0; } .content .newslist { margin: 0; padding-bottom: 30px; padding-left: 0; } .content h2 { text-indent: 10px; font-size: 18px; line-height: 60px; } .content .newslist .tn { width: 160px; margin-left: 73px; } .content .newslist li { /*margin: 0 5px;*/ } .newslist .col-sm-4{ padding-left: 10px; } .content .focusList { margin: 0; } .content .focuslist li { width: 233px; margin: 0 10px 20px 10px; height: 320px; } .content .focuslist li img{ width: 233px; } footer .footerTop .link li { margin-bottom: 5px; } footer .footerTop li.commlink { width: 250px; margin-left: 10px; } footer .footerTop li.commlink li{ width: 50%; } footer .footerWrap li { width: 190px; height: 200px; } footer .copyrights { text-align: center; } footer .copyrights .info { float: none; display: block; } footer .copyrights .icp { float: none; display: block; } } /*****media640px*****/ @media screen and (max-width: 640px) { .mainWrap { width: 100%; } .header .search .inp { border: 0; margin-left: 20px; height: 24px; width: 130px; margin-top: 5px; } .header .search .searchbtn{ background: #22132d; height: 24px; line-height: 24px; font-size: 14px; margin-top: 5px; } .subnav { display: none !important; } .header .menu li a span { display: none; } .header .menu li:hover a{ color: black; } .header .menu li a{ font-size: 15px; } .header .logo { float: none; margin: auto; display: block; position: absolute; top: 50px; left: 50%; margin-left: -100px; } .header .search { float: none; position: absolute; width: 100%; top: 0px; background: #5C307D; } .header .search .version { float: right; padding: 4px 30px 10px 0; } .header .search .version a { color: #fff; text-align: right; } .menu .subnav { display: none; } .header .menu .nav-tabs>li:hover .subnav { display: none; } .header .menu li:hover a { background: #fff; } .nav-tabs.nav-justified { padding-left: 0; } .nav-tabs.nav-justified>li>a { margin-bottom: 5px; text-align: left; } .anav { display: block; } .header .topWrap { height: 130px; } .header .menu .navbar-header { display: block; line-height: 44px; font-size: 18px; cursor: pointer; background: gainsboro; } .header .menu .navbar-header a { color: black; } .header .menu .navbar-header .icon-bar { background-color: black; } .header .menu li { float: none; padding: 0; border-top: 1px solid #ddd; background: #fff; overflow: hidden; } .header .menu .navbar-collapse { padding: 0; } .nav-tabs.nav-justified > li { display: block; width: 100%; } .collapse { display: none; } .content .imgWrap{width:100%;} .month .day { margin: 0 30px 0 50px; float: none; } .month .day li{font-size: 16px;width: 26px;} .month .day li a{font-size: 14px} .imgWrap .carousel-caption{left: 0; } .imgWrap .day {font-size: 16px;} .content .newslist { margin: 0; padding-bottom: 10px; float: left; } .content h2 { text-indent: 20px; font-size: 16px; line-height: 50px; } .content .newslist li { width: auto; } .content .newslist .tn { margin-left: 80px; width: auto; } .content .newslist p { padding-top: 0; } .col-sm-4{ width: 100%; } .content .focuslist{ margin: 0 20px; } .content .focuslist li { width: 100%; margin: 0 0px 30px 0px; height: auto; } .content .focuslist li img{ width: 100%; } footer .footerTop li.commlink { margin: 0 0 10px 0; width: 100%; } footer .footerTop li.commlink h2 { margin: 0 20px 10px 20px; } footer .footerTop li.commlink ul { margin: 0 20px; } footer .footerTop li.commlink li { width: 25%; font-size: 12px; line-height: 30px; } footer .footerTop li.liimg { width: 25%; margin-right: 0; } footer .footerTop .link li { margin-bottom: 5px; } footer .footerTop li img { width: 100%; } footer .footerTop .link li a { display: block; } footer .footerTop li.liimg a{ padding: 5px; } footer .footerWrap { padding: 14px 0; } footer .footerWrap li { width: 25%; height: auto; } footer .footerWrap li a{ display: none; } footer .footerWrap li h4 a{ display: block; font-size: 12px; line-height: 30px; } footer .footerWrap h4 { padding-bottom: 0; } footer .copyrights .info { float: none; display: block; padding: 0 30px; } footer .copyrights .info span { display: block; padding: 0; }
0.279927
0.042325
html{ font-family: Raleway; background-color: #DCDCDC; color: black; width: 100%; } /*header for all pages*/ header{ color: #800080; font-size: 3em; display: block; position: fixed; padding-left: 3%; padding-bottom: 1%; width: 100%; left: -1%; /*text-align: center;*/ border: 2px solid black; z-index: 1; } /*SITE INDEX STYLING*/ #photo{ position: absolute; width: 100%; height: 50%; left: 0%; right: 0%; bottom: 0; top: 25%; display: block; } #menu li a{ top: 75%; font-size: 1.75em; display: inline; vertical-align: top; height: 50%; width: 100%; } #about { background-color: #800080; color: #DCDCDC; display: inline-block; text-align: center; padding: 1% 0%; width: 32%; left: 1%; top: 75%; position: absolute; } #blog{ background-color: #007A7A; color: #DCDCDC; display: inline-block; text-align: center; padding: 1% 0%; width: 32%; left: 34%; top: 75%; position: absolute; } #projects { background-color: black; color: #DCDCDC; display: inline-block; text-align: center; padding: 1% 0%; width: 32%; left: 67%; top: 75%; position: absolute; } /*-----------------------------*/ body{ margin: 2% 5%; } main{ position: absolute; padding-bottom: 10%; } main h1, h2, h4{ font-family: times; } h1{ position: absolute; margin-top: 10%; width: 10%; color: #007A7A; margin-bottom: 0px; display: block; } h3{ font-weight: bold; font-family: times; margin } h2{ color: #007A7A; margin-bottom: 0px; margin-top: 10%; display: block; position: static; } ul{ list-style: none; display: inline-block; } /*CODE BLOCK STYLING*/ pre{ line-height: 150%; font-size: 1em; color: black; } /*ABOUT ME PAGE*/ #about-heading{ background-color: #DCDCDC; position: fixed; display: block; top: 0%; width: 100%; height: 30%; line-height: 75%; } #about-me{ margin-top: 10%; margin-left: 0%; margin-right: 45%; font-size: 1em; border-left: 5px solid black; padding-left: 2%; font-family: Arial; line-height: 150%; } #about-me-photo{ width: 25%; position: fixed; top: 33%; right: 15%; } /*----------------------*/ /*BLOG INDEX PAGE*/ #blog-index-header{ top: 0%; position: absolute; width: 20%; } #bloglist{ font-variant: small-caps; font-size: 1em; position: relative; line-height: 150%; display: inline-block; color: black; font-weight: bolder; vertical-align: top; margin-left: 1%; margin-top: 15%; } #blogphoto{ display: inline-block; position: relative; width: 20%; margin-top: 15%; margin-right: 1%; } #blog-menu #about { background-color: #800080; color: #DCDCDC; display: block; text-align: left; padding: 1%; width: 32%; top: 40%; left: 90%; position: fixed; } #blog-menu #blog{ background-color: #007A7A; color: #DCDCDC; display: block; text-align: left; padding: 1%; width: 32%; top: 50%; left: 90%; position: fixed; } #blog-menu #projects { background-color: black; color: #DCDCDC; display: block; text-align: left; padding: 1%; width: 32%; top: 60%; left: 90%; position: fixed } /*BLOG POST STYLING*/ #blogpost{ margin-left: 10%; margin-right: 20%; color: #007A7A; font-size: 1em; border-left: 5px solid black; margin-top: 15%; padding-left: 5%; font-family: Arial; line-height: 150%; } #post-heading{ background-color: #DCDCDC; position: fixed; display: block; top: 0%; width: 100%; height: 33%; line-height: 75%; } #contact-icons{ display: block; text-align: center; } a:link{ text-decoration: none; /*color: #CAAF5C;*/ color: #B69E53; /*color: #CCCC66;*/ font-variant: normal; font-weight: normal; } a:hover{ font-weight: bold; } a:visited{ text-decoration: none; color: #B69E53; } /*a:active{ /*text-decoration: none;*/ /*}*/ aside{ position: fixed; top: 8%; /*top: 30%;*/ right: 5%; z-index: 2; } aside a{ display: inline-block; margin-right: 0px; /*padding: 1%;*/ text-align: right; } footer{ font-size: 1em; position: absolute; display: block; width: 100%; bottom:0; left:0; text-align: center; }
stylesheets/default.css
html{ font-family: Raleway; background-color: #DCDCDC; color: black; width: 100%; } /*header for all pages*/ header{ color: #800080; font-size: 3em; display: block; position: fixed; padding-left: 3%; padding-bottom: 1%; width: 100%; left: -1%; /*text-align: center;*/ border: 2px solid black; z-index: 1; } /*SITE INDEX STYLING*/ #photo{ position: absolute; width: 100%; height: 50%; left: 0%; right: 0%; bottom: 0; top: 25%; display: block; } #menu li a{ top: 75%; font-size: 1.75em; display: inline; vertical-align: top; height: 50%; width: 100%; } #about { background-color: #800080; color: #DCDCDC; display: inline-block; text-align: center; padding: 1% 0%; width: 32%; left: 1%; top: 75%; position: absolute; } #blog{ background-color: #007A7A; color: #DCDCDC; display: inline-block; text-align: center; padding: 1% 0%; width: 32%; left: 34%; top: 75%; position: absolute; } #projects { background-color: black; color: #DCDCDC; display: inline-block; text-align: center; padding: 1% 0%; width: 32%; left: 67%; top: 75%; position: absolute; } /*-----------------------------*/ body{ margin: 2% 5%; } main{ position: absolute; padding-bottom: 10%; } main h1, h2, h4{ font-family: times; } h1{ position: absolute; margin-top: 10%; width: 10%; color: #007A7A; margin-bottom: 0px; display: block; } h3{ font-weight: bold; font-family: times; margin } h2{ color: #007A7A; margin-bottom: 0px; margin-top: 10%; display: block; position: static; } ul{ list-style: none; display: inline-block; } /*CODE BLOCK STYLING*/ pre{ line-height: 150%; font-size: 1em; color: black; } /*ABOUT ME PAGE*/ #about-heading{ background-color: #DCDCDC; position: fixed; display: block; top: 0%; width: 100%; height: 30%; line-height: 75%; } #about-me{ margin-top: 10%; margin-left: 0%; margin-right: 45%; font-size: 1em; border-left: 5px solid black; padding-left: 2%; font-family: Arial; line-height: 150%; } #about-me-photo{ width: 25%; position: fixed; top: 33%; right: 15%; } /*----------------------*/ /*BLOG INDEX PAGE*/ #blog-index-header{ top: 0%; position: absolute; width: 20%; } #bloglist{ font-variant: small-caps; font-size: 1em; position: relative; line-height: 150%; display: inline-block; color: black; font-weight: bolder; vertical-align: top; margin-left: 1%; margin-top: 15%; } #blogphoto{ display: inline-block; position: relative; width: 20%; margin-top: 15%; margin-right: 1%; } #blog-menu #about { background-color: #800080; color: #DCDCDC; display: block; text-align: left; padding: 1%; width: 32%; top: 40%; left: 90%; position: fixed; } #blog-menu #blog{ background-color: #007A7A; color: #DCDCDC; display: block; text-align: left; padding: 1%; width: 32%; top: 50%; left: 90%; position: fixed; } #blog-menu #projects { background-color: black; color: #DCDCDC; display: block; text-align: left; padding: 1%; width: 32%; top: 60%; left: 90%; position: fixed } /*BLOG POST STYLING*/ #blogpost{ margin-left: 10%; margin-right: 20%; color: #007A7A; font-size: 1em; border-left: 5px solid black; margin-top: 15%; padding-left: 5%; font-family: Arial; line-height: 150%; } #post-heading{ background-color: #DCDCDC; position: fixed; display: block; top: 0%; width: 100%; height: 33%; line-height: 75%; } #contact-icons{ display: block; text-align: center; } a:link{ text-decoration: none; /*color: #CAAF5C;*/ color: #B69E53; /*color: #CCCC66;*/ font-variant: normal; font-weight: normal; } a:hover{ font-weight: bold; } a:visited{ text-decoration: none; color: #B69E53; } /*a:active{ /*text-decoration: none;*/ /*}*/ aside{ position: fixed; top: 8%; /*top: 30%;*/ right: 5%; z-index: 2; } aside a{ display: inline-block; margin-right: 0px; /*padding: 1%;*/ text-align: right; } footer{ font-size: 1em; position: absolute; display: block; width: 100%; bottom:0; left:0; text-align: center; }
0.287768
0.0545
body { margin: 0px; font-family: 'Raleway', sans-serif; color: #424242; font-size: 14px; width: 100%; padding-top: 10px; } body * { font-family: 'Raleway', sans-serif; } /*--------------------------------------------------------------------------------*/ body.base_bg { background-image: url(../images/login_bg.jpg); background-repeat: no-repeat; background-size: 100%; background-attachment:fixed; } body.base_bg.nursing { background-image: url(../images/nursing_dashboard_bg.jpg); background-repeat: no-repeat; background-size: 100%; background-attachment:fixed; } body.base_bg.staff { background-image: url(../images/staff_dashboard_bg.jpg); background-repeat: no-repeat; background-size: 100%; background-attachment:fixed; } h1, h2, h3 { /*color:#424242;*/ margin: 0px 0px; padding: 0px; } h1 { font-size: 36px; margin: 20px 0px; } h2 { font-size: 22px; } .clear { clear: both; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ .alert { position: absolute; left: 0; top: 111px; width: 96%; text-align: center; } /*********form-errors hadling****************/ label.error, dt label.error, .help-inline { color: #BF3831; font-size: 12px; margin: 0; padding: 5px; text-align: left; } select.error, textarea.error, input.error { outline: 2px solid #BF3831; } .redhint { font-weight: 700; font-size: 14px; text-align: center; padding-bottom: 20px; } /*----------------- Form styles---------------------*/ /*----- Adjusted along with bootstrap so that it will apply to all inputs accross site*/ input[type=text], input[type="password"], textarea, select { width: 97%; background: transparent; border: 0px solid #78957c; padding: 8px 5px; margin: 0px 0px 5px 0px; font-size: 22px; } select, select option { width: 99%; } input[type=submit] { background: transparent; margin: 0px 0px 5px 0px; padding: 8px; font-size: 16px; outline: none; float: right; } .base_bg input, .base_bg textarea, .base_bg select, .base_bg select option{ background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; } .nursing input, .nursing textarea, .nursing select, .nursing select option { background-image: url(../images/profile-accepted-bg.png); border: 0px solid #78957c; } .staff input, .staff textarea, .staff select, .nursing select option { background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; } .nursing .navbar-nav>li.selected{ background-image: url(../images/profile-accepted-bg.png); } .staff .navbar-nav>li.selected{ background-image: url(../images/login_input_bg.png); } input[type=file] { background: none; } /******** Top section Logo ***********/ .logo_container { width: 100%; height: 100px; border-bottom: 1px solid #b2e3f9; text-align: center; } /*************Contact style**************/ .content_wrap { width: 85%; /*color:#424242;*/ font-size: 14px; line-height: 23px; float: right; text-align: left; border: 0px solid #adadad; margin-right: 1%; padding: 0px 15px 15px 15px; background-image: url(../images/left_nav_bg.png); } .contact_wrap { width: 60%; float: left; } .contact_address { width: 38%; float: right; } .contact_input { width: 49%; font-size: 18px; line-height: normal; color: #4b340c; margin: 0; text-align: left; outline: none; float: left; } .contact_wrap input[type=text] { font-size: 18px; color: #ffffff; } .contact_wrap textarea { /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; color: #ffffff; width: 97.4%; resize: none; } .contact_wrap input[type=submit] { width: 99%; font-size: 18px; color: #ffffff; float: none; background-image: url(../images/profile-accepted-bg.png); border: 0px solid #78957c; } /******** Login form and left Nav ***********/ .login_form_wrap { width: 100%; padding-top: 8%; padding-bottom: 10%; } .left_nav { width: 10%; float: left; margin-top: 4%; } .left_nav ul { padding: 0px; margin: 0px; } .left_nav ul li { padding: 9px 0px 9px 10px; margin: 0px; background-image: url(../images/left_nav_bg.png); background-repeat: repeat-x; /*font-family: 'Raleway', sans-serif;*/ /*color:#424242;*/ font-size: 18px; line-height: normal; border-bottom: 1px solid #fff; list-style: none; text-align: left; } .left_nav ul li a { color: #424242; text-decoration: none; } .left_nav ul li a:hover { color: #808080; } /******** Login Form ***********/ .login_form { width: 25%; margin: 0px auto; background-image: url(../images/login_bg.png); padding: 35px 15px; } .login_form input[type=submit] { font-size: 16px; float: right; } .login_form input[type=text]::placeholder { color: #424242; } .login_form span { font-family: 'Raleway', sans-serif; color: #3e3e3e; font-size: 15px; margin-top: 12px; cursor: pointer; line-height: 0; } .login_form span.forgot_pass { float: left; } .login_form span a { color: #3e3e3e; text-decoration: none; } .login_form span a:hover { color: #808080; } .reset-wrap { width:30%; margin:0 auto; float:left; margin-left:22%; } .reset-wrap input[type=text] { width: 100%; margin-bottom: 8px; } /******** footer Section ***********/ .footer { width: 100%; } .footer ul { margin: 0px; padding: 0px; } .footer ul li { margin: 0px; padding: 27px 0px 26px 0px; float: left; width: 33.28%; list-style: none; text-align: center; /*font-family: 'Raleway', sans-serif;*/ font-size: 50px; line-height: 50px; color: #FFF; border-right: 1px solid #fff; } .block1 { background-color: #8dd8f8; } .block2 { background-color: #c6cfd4; } .block3 { background-color: #bd8cbf; border-right: 0px solid #fff !important; } /****************************Login Screen styles End**********************************/ /****************************Nursing Home Screen styles start**********************************/ /******** Nursing Dashboard Profile ***********/ .nursing_dashboard_container { width: 100%; padding-top: 10px; } /******** Top section Logo ***********/ .nursing_dashboard_top_container { width: 100%; height: 100px; border-bottom: 1px solid #bce7fa; text-align: center; } /******** Dashboard Content ***********/ .dashboard_wrap { width: 1000px; padding-bottom: 4%; margin: 0px auto; min-height: 300px; } .dashboard_nav {} .dashboard_nav ul { margin: 0px; padding: 0px; list-style: none; width: 100%; } .dashboard_nav ul li { margin: 0px 10px 0px 0px; padding: 8px 23px; float: left; background-image: url(../images/left_nav_bg.png); /*font-family: 'Raleway', sans-serif;*/ font-size: 19px; /*color:#424242;*/ } .dashboard_nav ul li a { /*font-family: 'Raleway', sans-serif;*/ /*color:#424242;*/ text-decoration: none; } .dashboard_nav ul li a:hover { /*font-family: 'Raleway', sans-serif;*/ color: #666666; text-decoration: none; } .dashboard_profile_form_wrap { width: 60%; float: left; } .dashboard_profile_form_wrap label.control-label { text-align: left; } .dashboard_profile_form_wrap ul { margin: 0px; padding: 0px; } .dashboard_profile_form_wrap ul.profile_data li { display: block; margin: 0px 0px 3px 0px; padding: 8px; list-style: none; background-image: url(../images/dash_profile_bg.png); /*font-family: 'Raleway', sans-serif;*/ font-size: 17px; /*color:#424242;*/ } .dashboard_profile_form_wrap ul.profile_data li.error { outline: 2px solid #BF3831; } .dashboard_profile_form_wrap ul.profile_data li:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .row-fluid .dashboard_profile_form_wrap .span6 { width: 70%; } .dashboard_profile_pic { width: 30%; float: right; clear: right; background-image: url(../images/dash_profile_bg.png); background-repeat: repeat; text-align: center; padding: 20px; margin-bottom: 20px; } .dashboard_profile_pic ul { margin:0px; padding:0px; } .dashboard_profile_pic ul li { margin:0px; padding:0px; list-style:none; } .buttons { float: right; } .buttons ul { margin: 0px; padding: 0px; } .buttons ul li { list-style: none; float: left; border: 0px !important; } .buttons a { text-decoration: none; color: #424242; background-image: url(../images/dash_profile_bg.png); border: 0; margin: 0px 0px 5px 0px; padding: 10px; font-size: 16px; display: inline-block; } .buttons a:hover { color: #303030; } /******** Nursing Dashboard Profile ***********/ /******** New Requirment ***********/ .new_requirement_form_wrap { width: 60%; float: left; } .new_requirement_form_wrap select { width: 100%; background: transparent; background-image: url(../images/dash_profile_bg.png); border: 0px solid #78957c; margin: 0px 0px 5px 0px; padding: 8px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; } .new_requirement_form_wrap input[type=text] { width: 98.5%; background: transparent; background-image: url(../images/dash_profile_bg.png); border: 0px solid #78957c; margin: 0px 0px 5px 0px; padding: 8px 0px 8px 8px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; } .new_requirement_form_wrap input[type=text]::placeholder { /*color:#424242;*/ } /******** New Requirment ***********/ /******** Shift Accepted Profile ***********/ .shift_accepted_wrap { width: 100%; } .shift_title { background-image: url(../images/left_nav_bg.png); /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ padding: 10px 0px 10px 10px; font-weight: normal; margin-bottom: 5px; line-height:18px; } .profile_wrap { background-image: url(../images/login_bg.png); padding: 15px; margin-bottom: 10px; } .profile_wrap_color { background-image: url(../images/profile_bg.png); padding: 15px; margin-bottom: 10px; } .profile_wrap ul { margin: 0px; padding: 0px; width: 70%; float: left; } .profile_wrap ul li { margin: 0px; padding: 8px 0px; list-style: none; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ border-bottom: 1px solid #fff; } .profile_wrap_color ul { margin: 0px; padding: 0px; width: 70%; float: left; } .profile_wrap_color ul li { margin: 0px; padding: 8px 0px; list-style: none; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ border-bottom: 1px solid #fff; } .profile_img { width: 25%; float: right; text-align: center; } /******** Shift Accepted Profile ***********/ /******** Change Password ***********/ .change_password_wrap { width: 100%; } .change_password_wrap_bg { background-image: url(../images/dash_profile_bg.png); padding: 15px; margin-bottom: 10px; width: 40%; margin: 0px auto; } .change_password_wrap_bg span, .change_password_wrap_bg p { padding: 0; } /******** Change Password ***********/ /****************************Nursing Home Screen styles End**********************************/ /****************************Staff Home Screen styles start**********************************/ /******** Top section Logo ***********/ .staff_dashboard_top_container { width: 100%; height: 100px; border-bottom: 1px solid #d4b4d5; text-align: center; } /******** Staff new requirment ***********/ .staff_new_requirment_wrap { width: 100%; } .new_requirment_left { width: 49%; float: left; clear:both; } .new_requirment_left ul { margin: 0px; margin-bottom: 10px; padding: 0px; background-image: url(../images/profile-accepted-bg.png); } .new_requirment_left ul li { margin: 0px 10px; padding: 8px 0px; list-style: none; border-bottom: 1px solid #fff; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ } .new_requirment_right { width: 49%; float: right; } .new_requirment_right ul { margin: 0px; margin-bottom: 10px; padding: 0px; background-image: url(../images/profile_bg.png); } .new_requirment_right ul li { margin: 0px 10px; padding: 8px 0px; list-style: none; border-bottom: 1px solid #fff; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ } .staff_buttons { float: right; } .staff_buttons textarea { width:364px; height:25px; } .staff_buttons ul { margin: 0px; padding: 0px; } .staff_buttons ul li { margin: 0px 0px 0px 3px; padding: 8px; list-style: none; background-image: url(../images/dash_profile_bg.png); float: left; border: 0px !important; } .staff_buttons ul li a { text-decoration: none; /*font-family: 'Raleway', sans-serif;*/ font-size: 19px; /*color:#424242;*/ } .staff_buttons ul li a:hover { color: #303030; } .gap { border-top: 1px solid #c7d0d5; margin: 10px 0px 20px 0px; } .dotted_line_top { width: 150px; margin: 0px auto; margin-top: 20px; background-image: url(../images/dotted_line.png); background-repeat: no-repeat; background-position: top; text-align: center; /*font-family: 'Raleway', sans-serif;*/ font-size: 19px; /*color:#424242;*/ padding: 10px 0px; } /*************change Password***************/ .staff_change_password_wrap input[type=text] { width: 97%; background: transparent; background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; padding: 8px 5px; margin: 0px 0px 5px 0px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; } .staff_change_password_wrap input[type=text]::placeholder { /*color:#424242;*/ } .staff_change_password_wrap input[type=button] { background: transparent; background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; margin: 0px 0px 5px 0px; padding: 8px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; float: right; } /****************************Staff Home Screen styles start**********************************/ /******** Footer Section ***********/ .footer_container { width: 100%; height: 91px; background-image: url(../images/footer_bg1.jpg); background-position: center; background-repeat: no-repeat; /*font-family: 'Raleway', sans-serif;*/ font-size: 14px; color: #666666; text-align: center; padding-top: 25px; } .footer_container p {} .footer_container ul { margin: 0px auto; padding: 0px; width: 100%; } .footer_container ul li { margin: 0px; padding: 0px 8px; list-style: none; display: inline; border-right: 1px solid #666666; } .footer_container ul li a { text-decoration: none; color: #666666; } .footer_container ul li a:hover { text-decoration: none; color: #242424; } .shift_accept_ul{} .shift_accept_ul li{ /*width:150px;*/ display:inline; list-style:none; float:left; margin-right:10px; line-height:32px; } .shift_accept_ul li input[type=submit]{ color:#424242; padding: 6px 15px; } .shift_accept_ul li select{ width:150px; } /*-------------calender------------*/ .calendar { width: 100%; min-width: 100%; border-collapse: collapse; } .calendar tbody tr:first-child th { color: #505050; margin: 0 0 10px 0; } .day_header { font-weight: normal; text-align: center; color: #757575; font-size: 15px; background-image: url(../images/profile_bg.png); padding:5px 0; border:1px solid #CCC; } .calendar td { width: 14%; /* Force all cells to be about the same width regardless of content */ border:1px solid #CCC; height: 100px; vertical-align: top; font-size: 10px; padding: 0; position:relative; } .calendar td:hover { background-image: url(../images/profile_bg.png); } .day_listing { display: block; font-size: 12px; color: #2C2C2C; padding: 3px 5px; width:12px; position:absolute; right:0; } div.today { background-image: url(../images/profile-accepted-bg.png); height: 100%; } .calendar ul{ margin:0; } .calendar ul li{ list-style:none; padding:5px; font-size:10px; cursor:default; line-height:10px; } .new_requirement label{ font-size:16px !important; color:#424242 !important; } .staff_new_requirment_wrap ul li.error { outline: 2px solid #BF3831; }
public/default/css/phc_styles-bck.css
body { margin: 0px; font-family: 'Raleway', sans-serif; color: #424242; font-size: 14px; width: 100%; padding-top: 10px; } body * { font-family: 'Raleway', sans-serif; } /*--------------------------------------------------------------------------------*/ body.base_bg { background-image: url(../images/login_bg.jpg); background-repeat: no-repeat; background-size: 100%; background-attachment:fixed; } body.base_bg.nursing { background-image: url(../images/nursing_dashboard_bg.jpg); background-repeat: no-repeat; background-size: 100%; background-attachment:fixed; } body.base_bg.staff { background-image: url(../images/staff_dashboard_bg.jpg); background-repeat: no-repeat; background-size: 100%; background-attachment:fixed; } h1, h2, h3 { /*color:#424242;*/ margin: 0px 0px; padding: 0px; } h1 { font-size: 36px; margin: 20px 0px; } h2 { font-size: 22px; } .clear { clear: both; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ .alert { position: absolute; left: 0; top: 111px; width: 96%; text-align: center; } /*********form-errors hadling****************/ label.error, dt label.error, .help-inline { color: #BF3831; font-size: 12px; margin: 0; padding: 5px; text-align: left; } select.error, textarea.error, input.error { outline: 2px solid #BF3831; } .redhint { font-weight: 700; font-size: 14px; text-align: center; padding-bottom: 20px; } /*----------------- Form styles---------------------*/ /*----- Adjusted along with bootstrap so that it will apply to all inputs accross site*/ input[type=text], input[type="password"], textarea, select { width: 97%; background: transparent; border: 0px solid #78957c; padding: 8px 5px; margin: 0px 0px 5px 0px; font-size: 22px; } select, select option { width: 99%; } input[type=submit] { background: transparent; margin: 0px 0px 5px 0px; padding: 8px; font-size: 16px; outline: none; float: right; } .base_bg input, .base_bg textarea, .base_bg select, .base_bg select option{ background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; } .nursing input, .nursing textarea, .nursing select, .nursing select option { background-image: url(../images/profile-accepted-bg.png); border: 0px solid #78957c; } .staff input, .staff textarea, .staff select, .nursing select option { background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; } .nursing .navbar-nav>li.selected{ background-image: url(../images/profile-accepted-bg.png); } .staff .navbar-nav>li.selected{ background-image: url(../images/login_input_bg.png); } input[type=file] { background: none; } /******** Top section Logo ***********/ .logo_container { width: 100%; height: 100px; border-bottom: 1px solid #b2e3f9; text-align: center; } /*************Contact style**************/ .content_wrap { width: 85%; /*color:#424242;*/ font-size: 14px; line-height: 23px; float: right; text-align: left; border: 0px solid #adadad; margin-right: 1%; padding: 0px 15px 15px 15px; background-image: url(../images/left_nav_bg.png); } .contact_wrap { width: 60%; float: left; } .contact_address { width: 38%; float: right; } .contact_input { width: 49%; font-size: 18px; line-height: normal; color: #4b340c; margin: 0; text-align: left; outline: none; float: left; } .contact_wrap input[type=text] { font-size: 18px; color: #ffffff; } .contact_wrap textarea { /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; color: #ffffff; width: 97.4%; resize: none; } .contact_wrap input[type=submit] { width: 99%; font-size: 18px; color: #ffffff; float: none; background-image: url(../images/profile-accepted-bg.png); border: 0px solid #78957c; } /******** Login form and left Nav ***********/ .login_form_wrap { width: 100%; padding-top: 8%; padding-bottom: 10%; } .left_nav { width: 10%; float: left; margin-top: 4%; } .left_nav ul { padding: 0px; margin: 0px; } .left_nav ul li { padding: 9px 0px 9px 10px; margin: 0px; background-image: url(../images/left_nav_bg.png); background-repeat: repeat-x; /*font-family: 'Raleway', sans-serif;*/ /*color:#424242;*/ font-size: 18px; line-height: normal; border-bottom: 1px solid #fff; list-style: none; text-align: left; } .left_nav ul li a { color: #424242; text-decoration: none; } .left_nav ul li a:hover { color: #808080; } /******** Login Form ***********/ .login_form { width: 25%; margin: 0px auto; background-image: url(../images/login_bg.png); padding: 35px 15px; } .login_form input[type=submit] { font-size: 16px; float: right; } .login_form input[type=text]::placeholder { color: #424242; } .login_form span { font-family: 'Raleway', sans-serif; color: #3e3e3e; font-size: 15px; margin-top: 12px; cursor: pointer; line-height: 0; } .login_form span.forgot_pass { float: left; } .login_form span a { color: #3e3e3e; text-decoration: none; } .login_form span a:hover { color: #808080; } .reset-wrap { width:30%; margin:0 auto; float:left; margin-left:22%; } .reset-wrap input[type=text] { width: 100%; margin-bottom: 8px; } /******** footer Section ***********/ .footer { width: 100%; } .footer ul { margin: 0px; padding: 0px; } .footer ul li { margin: 0px; padding: 27px 0px 26px 0px; float: left; width: 33.28%; list-style: none; text-align: center; /*font-family: 'Raleway', sans-serif;*/ font-size: 50px; line-height: 50px; color: #FFF; border-right: 1px solid #fff; } .block1 { background-color: #8dd8f8; } .block2 { background-color: #c6cfd4; } .block3 { background-color: #bd8cbf; border-right: 0px solid #fff !important; } /****************************Login Screen styles End**********************************/ /****************************Nursing Home Screen styles start**********************************/ /******** Nursing Dashboard Profile ***********/ .nursing_dashboard_container { width: 100%; padding-top: 10px; } /******** Top section Logo ***********/ .nursing_dashboard_top_container { width: 100%; height: 100px; border-bottom: 1px solid #bce7fa; text-align: center; } /******** Dashboard Content ***********/ .dashboard_wrap { width: 1000px; padding-bottom: 4%; margin: 0px auto; min-height: 300px; } .dashboard_nav {} .dashboard_nav ul { margin: 0px; padding: 0px; list-style: none; width: 100%; } .dashboard_nav ul li { margin: 0px 10px 0px 0px; padding: 8px 23px; float: left; background-image: url(../images/left_nav_bg.png); /*font-family: 'Raleway', sans-serif;*/ font-size: 19px; /*color:#424242;*/ } .dashboard_nav ul li a { /*font-family: 'Raleway', sans-serif;*/ /*color:#424242;*/ text-decoration: none; } .dashboard_nav ul li a:hover { /*font-family: 'Raleway', sans-serif;*/ color: #666666; text-decoration: none; } .dashboard_profile_form_wrap { width: 60%; float: left; } .dashboard_profile_form_wrap label.control-label { text-align: left; } .dashboard_profile_form_wrap ul { margin: 0px; padding: 0px; } .dashboard_profile_form_wrap ul.profile_data li { display: block; margin: 0px 0px 3px 0px; padding: 8px; list-style: none; background-image: url(../images/dash_profile_bg.png); /*font-family: 'Raleway', sans-serif;*/ font-size: 17px; /*color:#424242;*/ } .dashboard_profile_form_wrap ul.profile_data li.error { outline: 2px solid #BF3831; } .dashboard_profile_form_wrap ul.profile_data li:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .row-fluid .dashboard_profile_form_wrap .span6 { width: 70%; } .dashboard_profile_pic { width: 30%; float: right; clear: right; background-image: url(../images/dash_profile_bg.png); background-repeat: repeat; text-align: center; padding: 20px; margin-bottom: 20px; } .dashboard_profile_pic ul { margin:0px; padding:0px; } .dashboard_profile_pic ul li { margin:0px; padding:0px; list-style:none; } .buttons { float: right; } .buttons ul { margin: 0px; padding: 0px; } .buttons ul li { list-style: none; float: left; border: 0px !important; } .buttons a { text-decoration: none; color: #424242; background-image: url(../images/dash_profile_bg.png); border: 0; margin: 0px 0px 5px 0px; padding: 10px; font-size: 16px; display: inline-block; } .buttons a:hover { color: #303030; } /******** Nursing Dashboard Profile ***********/ /******** New Requirment ***********/ .new_requirement_form_wrap { width: 60%; float: left; } .new_requirement_form_wrap select { width: 100%; background: transparent; background-image: url(../images/dash_profile_bg.png); border: 0px solid #78957c; margin: 0px 0px 5px 0px; padding: 8px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; } .new_requirement_form_wrap input[type=text] { width: 98.5%; background: transparent; background-image: url(../images/dash_profile_bg.png); border: 0px solid #78957c; margin: 0px 0px 5px 0px; padding: 8px 0px 8px 8px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; } .new_requirement_form_wrap input[type=text]::placeholder { /*color:#424242;*/ } /******** New Requirment ***********/ /******** Shift Accepted Profile ***********/ .shift_accepted_wrap { width: 100%; } .shift_title { background-image: url(../images/left_nav_bg.png); /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ padding: 10px 0px 10px 10px; font-weight: normal; margin-bottom: 5px; line-height:18px; } .profile_wrap { background-image: url(../images/login_bg.png); padding: 15px; margin-bottom: 10px; } .profile_wrap_color { background-image: url(../images/profile_bg.png); padding: 15px; margin-bottom: 10px; } .profile_wrap ul { margin: 0px; padding: 0px; width: 70%; float: left; } .profile_wrap ul li { margin: 0px; padding: 8px 0px; list-style: none; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ border-bottom: 1px solid #fff; } .profile_wrap_color ul { margin: 0px; padding: 0px; width: 70%; float: left; } .profile_wrap_color ul li { margin: 0px; padding: 8px 0px; list-style: none; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ border-bottom: 1px solid #fff; } .profile_img { width: 25%; float: right; text-align: center; } /******** Shift Accepted Profile ***********/ /******** Change Password ***********/ .change_password_wrap { width: 100%; } .change_password_wrap_bg { background-image: url(../images/dash_profile_bg.png); padding: 15px; margin-bottom: 10px; width: 40%; margin: 0px auto; } .change_password_wrap_bg span, .change_password_wrap_bg p { padding: 0; } /******** Change Password ***********/ /****************************Nursing Home Screen styles End**********************************/ /****************************Staff Home Screen styles start**********************************/ /******** Top section Logo ***********/ .staff_dashboard_top_container { width: 100%; height: 100px; border-bottom: 1px solid #d4b4d5; text-align: center; } /******** Staff new requirment ***********/ .staff_new_requirment_wrap { width: 100%; } .new_requirment_left { width: 49%; float: left; clear:both; } .new_requirment_left ul { margin: 0px; margin-bottom: 10px; padding: 0px; background-image: url(../images/profile-accepted-bg.png); } .new_requirment_left ul li { margin: 0px 10px; padding: 8px 0px; list-style: none; border-bottom: 1px solid #fff; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ } .new_requirment_right { width: 49%; float: right; } .new_requirment_right ul { margin: 0px; margin-bottom: 10px; padding: 0px; background-image: url(../images/profile_bg.png); } .new_requirment_right ul li { margin: 0px 10px; padding: 8px 0px; list-style: none; border-bottom: 1px solid #fff; /*font-family: 'Raleway', sans-serif;*/ font-size: 15px; /*color:#424242;*/ } .staff_buttons { float: right; } .staff_buttons textarea { width:364px; height:25px; } .staff_buttons ul { margin: 0px; padding: 0px; } .staff_buttons ul li { margin: 0px 0px 0px 3px; padding: 8px; list-style: none; background-image: url(../images/dash_profile_bg.png); float: left; border: 0px !important; } .staff_buttons ul li a { text-decoration: none; /*font-family: 'Raleway', sans-serif;*/ font-size: 19px; /*color:#424242;*/ } .staff_buttons ul li a:hover { color: #303030; } .gap { border-top: 1px solid #c7d0d5; margin: 10px 0px 20px 0px; } .dotted_line_top { width: 150px; margin: 0px auto; margin-top: 20px; background-image: url(../images/dotted_line.png); background-repeat: no-repeat; background-position: top; text-align: center; /*font-family: 'Raleway', sans-serif;*/ font-size: 19px; /*color:#424242;*/ padding: 10px 0px; } /*************change Password***************/ .staff_change_password_wrap input[type=text] { width: 97%; background: transparent; background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; padding: 8px 5px; margin: 0px 0px 5px 0px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; } .staff_change_password_wrap input[type=text]::placeholder { /*color:#424242;*/ } .staff_change_password_wrap input[type=button] { background: transparent; background-image: url(../images/login_input_bg.png); border: 0px solid #78957c; margin: 0px 0px 5px 0px; padding: 8px; /*font-family: 'Raleway', sans-serif;*/ font-size: 18px; /*color:#424242;*/ outline: none; float: right; } /****************************Staff Home Screen styles start**********************************/ /******** Footer Section ***********/ .footer_container { width: 100%; height: 91px; background-image: url(../images/footer_bg1.jpg); background-position: center; background-repeat: no-repeat; /*font-family: 'Raleway', sans-serif;*/ font-size: 14px; color: #666666; text-align: center; padding-top: 25px; } .footer_container p {} .footer_container ul { margin: 0px auto; padding: 0px; width: 100%; } .footer_container ul li { margin: 0px; padding: 0px 8px; list-style: none; display: inline; border-right: 1px solid #666666; } .footer_container ul li a { text-decoration: none; color: #666666; } .footer_container ul li a:hover { text-decoration: none; color: #242424; } .shift_accept_ul{} .shift_accept_ul li{ /*width:150px;*/ display:inline; list-style:none; float:left; margin-right:10px; line-height:32px; } .shift_accept_ul li input[type=submit]{ color:#424242; padding: 6px 15px; } .shift_accept_ul li select{ width:150px; } /*-------------calender------------*/ .calendar { width: 100%; min-width: 100%; border-collapse: collapse; } .calendar tbody tr:first-child th { color: #505050; margin: 0 0 10px 0; } .day_header { font-weight: normal; text-align: center; color: #757575; font-size: 15px; background-image: url(../images/profile_bg.png); padding:5px 0; border:1px solid #CCC; } .calendar td { width: 14%; /* Force all cells to be about the same width regardless of content */ border:1px solid #CCC; height: 100px; vertical-align: top; font-size: 10px; padding: 0; position:relative; } .calendar td:hover { background-image: url(../images/profile_bg.png); } .day_listing { display: block; font-size: 12px; color: #2C2C2C; padding: 3px 5px; width:12px; position:absolute; right:0; } div.today { background-image: url(../images/profile-accepted-bg.png); height: 100%; } .calendar ul{ margin:0; } .calendar ul li{ list-style:none; padding:5px; font-size:10px; cursor:default; line-height:10px; } .new_requirement label{ font-size:16px !important; color:#424242 !important; } .staff_new_requirment_wrap ul li.error { outline: 2px solid #BF3831; }
0.257859
0.067701
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; } a { text-decoration:none; color:#666; } h2 { margin-bottom:20px; font-size:22px; color:#333; } li { list-style-type: none; } header { background-image: url(/images/logo.png); border-bottom: 3px solid #ccc; display: block; padding: 22px 0 10px 100px; position: relative; background-repeat: no-repeat; border: 10px solid #0096d6; background-color: #0096d6; } header h1 { display: inline; font-size:1.3em; font-weight:bold; color:#fff; } header h1 a { color:#fff; } header h1 small { font-size: 14px; } #content { display:block; margin-top:20px; margin-bottom:20px; padding: 15px; } footer { display:block; border-top: 1px #ccc solid; text-align: center; color:#ccc; font-size:14px; margin-bottom:30px; } nav { margin-bottom:15px; display: inline; } nav a { margin-left: 20px; } #account { color:#aaa; position: absolute; top: 5px; right: 10px; font-weight:bold; font-size:14px; } #account a { margin-left:10px; margin-right:10px; } #login,#submitform { display:block; position:relative; width:150px; } #login label, #submitform label { font-size:12px; font-weight:bold; } div #errormsg { width:400px; color:#ff9999; font-weight:bold; margin-top: 15px; } article { display: block; font-size: 16px; margin-bottom:15px; border: 1px solid transparent; } article.active { border: 1px dashed #000; } article h2 { display: inline; font-size:20px; } article address { display: inline; color: #999; font-size:14px; } article h2 a { color: black; } article h2 a:visited { color: #999999; } article .uparrow, article .downarrow { font-size: 16px; cursor: pointer; } article .uparrow { color:#999; } article .downarrow { color:#ccc; } article p { font-size:14px; color:#999; margin-left:20px; } article p a { color: #666; } article.comment .uparrow.voted, article .uparrow.voted { color:#99dd99; } article.comment .downarrow.voted, article .downarrow.voted { color:#dd9999; } article .downarrow.disabled, .uparrow.disabled { visibility: hidden; } article.deleted { padding-left:20px; color:#999; } form textarea { font-family: Courier; font-size:14px; } .comment { position:relative; display:block; margin-bottom:40px; min-height:50px; min-width:50em; } .comment .avatar img { position:absolute; top:0px; left:0px; width:48px; height:48px; } .comment .info { position:relative; left:60px; font-size:14px; color:#999; } .comment .info a.reply { text-decoration:underline; padding-left:5px; } .comment pre { width:50em; position:relative; left:60px; margin-top:10px; font-family: Courier; font-size: 14px; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } article.comment .uparrow, article.comment .downarrow { color:#aaa; font-size:14px; } note { color: #666; margin-left:20px; font-size:14px; } .comment.deleted { color: #999; } topcomment { display:block; margin:20px; } .singlecomment { background-color: #eee; border: 1px dotted #ccc; padding: 15px; margin:10px; } .commentreplies h2 { font-size: 18px; border-bottom: 1px solid #aaa; } .commentreplies { margin-left:50px; margin-bottom:50px; } .userinfo ul li { margin-bottom:10px; } .userinfo pre { color: #666; font-style: italic; margin:20px; } .userinfo .avatar img { width:48px; height:48px; } .userinfo h2 { position:relative; left:15px; top:-15px; display:inline; font-size:28px; color: #444; } .userinfo a { text-decoration: underline; } .replies sup { font-size:12px; color: white; background-color:red; border: red 1px solid; border-radius: 25px; padding-left:3px; padding-right:3px; position:relative; top:-7px; left:-5px; opacity:0.7 } #adminlinks li { list-style-type: disc; margin-left:20px; } #adminlinks h3 { margin-top:20px; margin-bottom:5px; font-weight: bold; } .keyboard-help-banner { left: 5%; top: 5%; width: 90%; height: 10em; color: #FFFFFF; margin: 0; padding: 1em; position: absolute; text-align: center; overflow-x: hidden; overflow-y: auto; } .banner-foreground { text-shadow: 1px 1px 7px #000000; z-index: 1002; } .banner-background { background: none repeat scroll 0 0 #000000; border-radius: 10px 10px 10px 10px; opacity: 0.8; overflow: auto; z-index: 1001; } .banner .primary-message, .banner .secondary-message { font-family: sans-serif; font-weight: bold; margin: 0; } .banner .primary-message { font-size: 200%; } .banner .secondary-message { border-top: 1px solid #999999; font-size: 150%; padding-top: 0.5em; margin: 0; } #keyboard-help .secondary-message div { float: left; } #keyboard-help .key { font-weight: bold; padding-right: 0.25em; text-align: right; white-space: nowrap; width: 50%; clear: left; } #keyboard-help .desc { font-weight: normal; text-align: left; } #link-menu-mobile { color: #aaa; position: absolute; top: 20px; right: 10px; font-weight: bold; font-size: 14px; display: none; } @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { table, thead, tbody, th, td, tr { display: block; } header nav{ display: none; position: relative !important; } header nav.active { display: block; } header nav a{ display: block; } #link-menu-mobile{ display:block; } }
public/css/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; } a { text-decoration:none; color:#666; } h2 { margin-bottom:20px; font-size:22px; color:#333; } li { list-style-type: none; } header { background-image: url(/images/logo.png); border-bottom: 3px solid #ccc; display: block; padding: 22px 0 10px 100px; position: relative; background-repeat: no-repeat; border: 10px solid #0096d6; background-color: #0096d6; } header h1 { display: inline; font-size:1.3em; font-weight:bold; color:#fff; } header h1 a { color:#fff; } header h1 small { font-size: 14px; } #content { display:block; margin-top:20px; margin-bottom:20px; padding: 15px; } footer { display:block; border-top: 1px #ccc solid; text-align: center; color:#ccc; font-size:14px; margin-bottom:30px; } nav { margin-bottom:15px; display: inline; } nav a { margin-left: 20px; } #account { color:#aaa; position: absolute; top: 5px; right: 10px; font-weight:bold; font-size:14px; } #account a { margin-left:10px; margin-right:10px; } #login,#submitform { display:block; position:relative; width:150px; } #login label, #submitform label { font-size:12px; font-weight:bold; } div #errormsg { width:400px; color:#ff9999; font-weight:bold; margin-top: 15px; } article { display: block; font-size: 16px; margin-bottom:15px; border: 1px solid transparent; } article.active { border: 1px dashed #000; } article h2 { display: inline; font-size:20px; } article address { display: inline; color: #999; font-size:14px; } article h2 a { color: black; } article h2 a:visited { color: #999999; } article .uparrow, article .downarrow { font-size: 16px; cursor: pointer; } article .uparrow { color:#999; } article .downarrow { color:#ccc; } article p { font-size:14px; color:#999; margin-left:20px; } article p a { color: #666; } article.comment .uparrow.voted, article .uparrow.voted { color:#99dd99; } article.comment .downarrow.voted, article .downarrow.voted { color:#dd9999; } article .downarrow.disabled, .uparrow.disabled { visibility: hidden; } article.deleted { padding-left:20px; color:#999; } form textarea { font-family: Courier; font-size:14px; } .comment { position:relative; display:block; margin-bottom:40px; min-height:50px; min-width:50em; } .comment .avatar img { position:absolute; top:0px; left:0px; width:48px; height:48px; } .comment .info { position:relative; left:60px; font-size:14px; color:#999; } .comment .info a.reply { text-decoration:underline; padding-left:5px; } .comment pre { width:50em; position:relative; left:60px; margin-top:10px; font-family: Courier; font-size: 14px; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } article.comment .uparrow, article.comment .downarrow { color:#aaa; font-size:14px; } note { color: #666; margin-left:20px; font-size:14px; } .comment.deleted { color: #999; } topcomment { display:block; margin:20px; } .singlecomment { background-color: #eee; border: 1px dotted #ccc; padding: 15px; margin:10px; } .commentreplies h2 { font-size: 18px; border-bottom: 1px solid #aaa; } .commentreplies { margin-left:50px; margin-bottom:50px; } .userinfo ul li { margin-bottom:10px; } .userinfo pre { color: #666; font-style: italic; margin:20px; } .userinfo .avatar img { width:48px; height:48px; } .userinfo h2 { position:relative; left:15px; top:-15px; display:inline; font-size:28px; color: #444; } .userinfo a { text-decoration: underline; } .replies sup { font-size:12px; color: white; background-color:red; border: red 1px solid; border-radius: 25px; padding-left:3px; padding-right:3px; position:relative; top:-7px; left:-5px; opacity:0.7 } #adminlinks li { list-style-type: disc; margin-left:20px; } #adminlinks h3 { margin-top:20px; margin-bottom:5px; font-weight: bold; } .keyboard-help-banner { left: 5%; top: 5%; width: 90%; height: 10em; color: #FFFFFF; margin: 0; padding: 1em; position: absolute; text-align: center; overflow-x: hidden; overflow-y: auto; } .banner-foreground { text-shadow: 1px 1px 7px #000000; z-index: 1002; } .banner-background { background: none repeat scroll 0 0 #000000; border-radius: 10px 10px 10px 10px; opacity: 0.8; overflow: auto; z-index: 1001; } .banner .primary-message, .banner .secondary-message { font-family: sans-serif; font-weight: bold; margin: 0; } .banner .primary-message { font-size: 200%; } .banner .secondary-message { border-top: 1px solid #999999; font-size: 150%; padding-top: 0.5em; margin: 0; } #keyboard-help .secondary-message div { float: left; } #keyboard-help .key { font-weight: bold; padding-right: 0.25em; text-align: right; white-space: nowrap; width: 50%; clear: left; } #keyboard-help .desc { font-weight: normal; text-align: left; } #link-menu-mobile { color: #aaa; position: absolute; top: 20px; right: 10px; font-weight: bold; font-size: 14px; display: none; } @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { table, thead, tbody, th, td, tr { display: block; } header nav{ display: none; position: relative !important; } header nav.active { display: block; } header nav a{ display: block; } #link-menu-mobile{ display:block; } }
0.388618
0.09451
.button { padding:1rem; margin:0rem 0 0; width:30%; } .ynbtn { font-size:2rem; padding:1rem; border-radius:1rem; color:white; } .ynbtn:hover { filter:brightness(67%); } .minibar { width:100%; height:2rem; background-color:dodgerblue; color:white; justify-content:center; align-items:center; } .comment > i:hover, .report > i:hover { color:brown; cursor:pointer; } .report {flex-grow:1; text-align:right; margin-right:0.5rem;} .comment {flex-grow:1; text-align:left; margin-left:0.5rem;} #footcont { position:sticky; bottom:0; left:0; z-index:177; width:100%; background-color:rgba(255,255,255, 0.9); border:1px solid white; border-bottom:none; border-top-left-radius:50%; border-top-right-radius:50%; } .float { width: 100%; } #zdj { display:flex; background-color:lightblue; justify-content:center; align-items:center; padding:1rem; position:relative; border:0.5rem solid lightblue; margin:0 auto; height:27rem; width:100%; } #zdj:hover { background-color:steelblue; cursor:pointer; border:0.5rem solid blue; } .opis { text-align:justify; padding:1rem; background-color:white; min-width:100%; font-size:1.3rem; } .tag { background-color:lightblue; padding:0.3rem 0.5rem; border-radius:0.5rem; margin:0 0.3rem 0.3rem; } .tag > a { color:black; } .tag > a:hover { color:midnightblue; } .header2 { text-align: right; padding: 0.3rem 1rem; width:100%; } .tagcont { background-color:white; padding:1rem; display:flex; align-items:center; flex-wrap:wrap; justify-content:flex-start; } .cena { border:1rem solid orangered; color:black; text-align:center; font-size:2rem; border-radius:1rem; padding:1rem; display:flex; align-items:baseline; align-content:center; margin:0.5rem 0; max-height:7rem; white-space:nowrap; background-color:white; border-radius:1rem; padding:1rem 2rem; } #zdj > img { max-width:100%; max-height:100%; border:1rem solid white; background: white no-repeat center; background-size:contain; cursor:pointer; text-align:center; font-size:2rem; } #zdj:hover img { opacity:0.7; } .header, .header3 { background-color:dodgerblue; color:white; padding:0.5rem; margin:1rem 0; } .header { width:50%; text-align: left; } .header > a { color:white; } .header > a:hover { color:midnightblue; } .header3 { width:50%; text-align: right; } .temat { text-align:center; font-size:1.5rem; padding:0.3rem; background-color:dodgerblue; width:100%; margin:1rem 0; color:white; } #outputMAIN { justify-content:space-between; width:100%; items-align:space-around; align-content:space-around; flex-wrap:wrap; } .switch { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:111; } #zdj:hover .switch { display:flex; align-items:flex-end; justify-content:space-between; flex-wrap:wrap; } .prev, .next { display:block; font-size:3rem; padding:2rem; color:orangered; border:1px solid inherit; } .prev { border-left:none; } .next { border-right:none; } .inline > .prev:hover, .inline > .next:hover { background-color:rgba(255,255,255, 0.7); border:1px solid white; } .inline > .prev { border-top-right-radius:5rem; border-bottom-right-radius:5rem; } .inline > .prev:hover { border-left:none; } .inline > .next { text-align:right; border-top-left-radius:5rem; border-bottom-left-radius:5rem; } .inline > .next:hover { border-right:none; } .current { width:100%; background-color:rgba(0,0,0, 0.5); align-items:baseline; flex-wrap:nowrap; border-top:1px solid black; } .curently { width:1.75rem; height:1.75rem; border:0.5rem solid black; border-radius:50%; background-color:; margin:2rem; } .curact { background-color:white; } .xyzrow { background-color:lightgrey; width:100%; align-items:baseline; justify-content:space-between; margin-top:0.7rem; } .left { text-align:left; margin-left:1rem; } .right { text-align:right; margin-right:1rem; padding:0.3rem; } form { width:100%; text-align:center; } .imgdisplaj { display:none; } #zdj > .activeimg { display:block; } .resizephoto { flex-wrap:nowrap; align-content:center; align-items:center; justify-content:center; width:9rem; height:9rem; border-radius:50%; border:1px solid inherit; } .resizephoto:hover { background-color:rgba(255,255,255, 0.7); border:1px solid white; } .resizei { font-size:3rem; margin:0; color:orangered; display:block; } .resizephoto:hover .resizei { transform:scale(1.3); } .test { padding:0; margin:0; position:absolute; left:0; top:0; z-index:9999; width:100%; height:100%; max-height:100%; background-color:rgba(0,0,0,0.5); align-content:center; } .inline { align-items:baseline; justify-content:space-between; width:100%; } .infocolor {color:DodgerBlue ;} .infocolor:hover {color:black;} .comline { display:block; text-align:justify; width:100%; padding:1rem;" }
kwakwak.pl/przegladaj/przegladaj.css
.button { padding:1rem; margin:0rem 0 0; width:30%; } .ynbtn { font-size:2rem; padding:1rem; border-radius:1rem; color:white; } .ynbtn:hover { filter:brightness(67%); } .minibar { width:100%; height:2rem; background-color:dodgerblue; color:white; justify-content:center; align-items:center; } .comment > i:hover, .report > i:hover { color:brown; cursor:pointer; } .report {flex-grow:1; text-align:right; margin-right:0.5rem;} .comment {flex-grow:1; text-align:left; margin-left:0.5rem;} #footcont { position:sticky; bottom:0; left:0; z-index:177; width:100%; background-color:rgba(255,255,255, 0.9); border:1px solid white; border-bottom:none; border-top-left-radius:50%; border-top-right-radius:50%; } .float { width: 100%; } #zdj { display:flex; background-color:lightblue; justify-content:center; align-items:center; padding:1rem; position:relative; border:0.5rem solid lightblue; margin:0 auto; height:27rem; width:100%; } #zdj:hover { background-color:steelblue; cursor:pointer; border:0.5rem solid blue; } .opis { text-align:justify; padding:1rem; background-color:white; min-width:100%; font-size:1.3rem; } .tag { background-color:lightblue; padding:0.3rem 0.5rem; border-radius:0.5rem; margin:0 0.3rem 0.3rem; } .tag > a { color:black; } .tag > a:hover { color:midnightblue; } .header2 { text-align: right; padding: 0.3rem 1rem; width:100%; } .tagcont { background-color:white; padding:1rem; display:flex; align-items:center; flex-wrap:wrap; justify-content:flex-start; } .cena { border:1rem solid orangered; color:black; text-align:center; font-size:2rem; border-radius:1rem; padding:1rem; display:flex; align-items:baseline; align-content:center; margin:0.5rem 0; max-height:7rem; white-space:nowrap; background-color:white; border-radius:1rem; padding:1rem 2rem; } #zdj > img { max-width:100%; max-height:100%; border:1rem solid white; background: white no-repeat center; background-size:contain; cursor:pointer; text-align:center; font-size:2rem; } #zdj:hover img { opacity:0.7; } .header, .header3 { background-color:dodgerblue; color:white; padding:0.5rem; margin:1rem 0; } .header { width:50%; text-align: left; } .header > a { color:white; } .header > a:hover { color:midnightblue; } .header3 { width:50%; text-align: right; } .temat { text-align:center; font-size:1.5rem; padding:0.3rem; background-color:dodgerblue; width:100%; margin:1rem 0; color:white; } #outputMAIN { justify-content:space-between; width:100%; items-align:space-around; align-content:space-around; flex-wrap:wrap; } .switch { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:111; } #zdj:hover .switch { display:flex; align-items:flex-end; justify-content:space-between; flex-wrap:wrap; } .prev, .next { display:block; font-size:3rem; padding:2rem; color:orangered; border:1px solid inherit; } .prev { border-left:none; } .next { border-right:none; } .inline > .prev:hover, .inline > .next:hover { background-color:rgba(255,255,255, 0.7); border:1px solid white; } .inline > .prev { border-top-right-radius:5rem; border-bottom-right-radius:5rem; } .inline > .prev:hover { border-left:none; } .inline > .next { text-align:right; border-top-left-radius:5rem; border-bottom-left-radius:5rem; } .inline > .next:hover { border-right:none; } .current { width:100%; background-color:rgba(0,0,0, 0.5); align-items:baseline; flex-wrap:nowrap; border-top:1px solid black; } .curently { width:1.75rem; height:1.75rem; border:0.5rem solid black; border-radius:50%; background-color:; margin:2rem; } .curact { background-color:white; } .xyzrow { background-color:lightgrey; width:100%; align-items:baseline; justify-content:space-between; margin-top:0.7rem; } .left { text-align:left; margin-left:1rem; } .right { text-align:right; margin-right:1rem; padding:0.3rem; } form { width:100%; text-align:center; } .imgdisplaj { display:none; } #zdj > .activeimg { display:block; } .resizephoto { flex-wrap:nowrap; align-content:center; align-items:center; justify-content:center; width:9rem; height:9rem; border-radius:50%; border:1px solid inherit; } .resizephoto:hover { background-color:rgba(255,255,255, 0.7); border:1px solid white; } .resizei { font-size:3rem; margin:0; color:orangered; display:block; } .resizephoto:hover .resizei { transform:scale(1.3); } .test { padding:0; margin:0; position:absolute; left:0; top:0; z-index:9999; width:100%; height:100%; max-height:100%; background-color:rgba(0,0,0,0.5); align-content:center; } .inline { align-items:baseline; justify-content:space-between; width:100%; } .infocolor {color:DodgerBlue ;} .infocolor:hover {color:black;} .comline { display:block; text-align:justify; width:100%; padding:1rem;" }
0.438545
0.070624
.logo{ height:45%; width:12.5%; } body{ background:#f4f9fe !important; } .nav-bg-color { background-color: #f4f9fe; font-family: Lato, sans-serif; height:100%; margin-bottom:0%; margin-top:0%; } .nav-bar-title{ color: #0b6aa7; font-weight: bold; font-size: 1.8rem; text-align: left; margin-top: 1rem !important; font-weight: 400 !important; margin-bottom: 1%; font-family: Lato, sans-serif; line-height: 1.2; letter-spacing: 1px !important; text-alignment:center; } .nav-bar-user{ color: #00457e !important; font-size: 1rem; color: #212529; text-align: left; letter-spacing: 1px !important; font-family: Lato, sans-serif; margin-left:15%; } .notification-bell-icon{ width: 35px; height:35px; color:#002f5d; margin-left:5%; margin-bottom:-5px; } .logout{ color: #00457e !important; font-size: 1rem; color: #212529; text-align: left; letter-spacing: 1px !important; font-family: Lato, sans-serif; margin-left:5%; } .nav-drawer{ background-color: #fff !important; text-align: left; padding: 0 !important; color: #fff !important; font-family: Lato, sans-serif; letter-spacing: 1px !important; position: relative; font-size: 0.8rem; } .nav-drawer-line { border-top: 1px solid #FFFFFF; font-family: Lato, sans-serif; width:80%; alignment:center; } .nav-drawer-menu{ font-size: 18px; font-weight: 800; color: #002f5d !important; font-family: Lato, sans-serif; letter-spacing: 1px !important; text-alignment:left; margin-left:16px; } .nav-drawer-menus{ font-size: 18px; font-weight: 500; font-family: Lato, sans-serif; letter-spacing: 1px !important; text-alignment:left; margin-left:16px; color: #4b483f !important; } [part="input-field"], [part="input-field"] ::slotted(textarea) { padding-top: calc((var(--lumo-text-field-size) - 1em * var(--lumo-line-height-s)) / 2); padding-bottom: calc((var(--lumo-text-field-size) - 1em * var(--lumo-line-height-s)) / 2); height: auto; box-sizing: border-box; transition: background-color 0.1s; line-height: var(--lumo-line-height-s); width: 820px !important; border-radius: var(--lumo-border-radius); padding: 0 calc(0.375em + var(--lumo-border-radius) / 4 - 1px); font-weight: 500; line-height: 1; position: relative; cursor: text; background: transparent; border: 2px solid rgba(0,0,0,.15); color: #000; font-size: 13px; } :host(:not([theme~="tertiary"])) { background-image: none !important; box-shadow: none !important; }
frontend/styles/navigation-view-layout.css
.logo{ height:45%; width:12.5%; } body{ background:#f4f9fe !important; } .nav-bg-color { background-color: #f4f9fe; font-family: Lato, sans-serif; height:100%; margin-bottom:0%; margin-top:0%; } .nav-bar-title{ color: #0b6aa7; font-weight: bold; font-size: 1.8rem; text-align: left; margin-top: 1rem !important; font-weight: 400 !important; margin-bottom: 1%; font-family: Lato, sans-serif; line-height: 1.2; letter-spacing: 1px !important; text-alignment:center; } .nav-bar-user{ color: #00457e !important; font-size: 1rem; color: #212529; text-align: left; letter-spacing: 1px !important; font-family: Lato, sans-serif; margin-left:15%; } .notification-bell-icon{ width: 35px; height:35px; color:#002f5d; margin-left:5%; margin-bottom:-5px; } .logout{ color: #00457e !important; font-size: 1rem; color: #212529; text-align: left; letter-spacing: 1px !important; font-family: Lato, sans-serif; margin-left:5%; } .nav-drawer{ background-color: #fff !important; text-align: left; padding: 0 !important; color: #fff !important; font-family: Lato, sans-serif; letter-spacing: 1px !important; position: relative; font-size: 0.8rem; } .nav-drawer-line { border-top: 1px solid #FFFFFF; font-family: Lato, sans-serif; width:80%; alignment:center; } .nav-drawer-menu{ font-size: 18px; font-weight: 800; color: #002f5d !important; font-family: Lato, sans-serif; letter-spacing: 1px !important; text-alignment:left; margin-left:16px; } .nav-drawer-menus{ font-size: 18px; font-weight: 500; font-family: Lato, sans-serif; letter-spacing: 1px !important; text-alignment:left; margin-left:16px; color: #4b483f !important; } [part="input-field"], [part="input-field"] ::slotted(textarea) { padding-top: calc((var(--lumo-text-field-size) - 1em * var(--lumo-line-height-s)) / 2); padding-bottom: calc((var(--lumo-text-field-size) - 1em * var(--lumo-line-height-s)) / 2); height: auto; box-sizing: border-box; transition: background-color 0.1s; line-height: var(--lumo-line-height-s); width: 820px !important; border-radius: var(--lumo-border-radius); padding: 0 calc(0.375em + var(--lumo-border-radius) / 4 - 1px); font-weight: 500; line-height: 1; position: relative; cursor: text; background: transparent; border: 2px solid rgba(0,0,0,.15); color: #000; font-size: 13px; } :host(:not([theme~="tertiary"])) { background-image: none !important; box-shadow: none !important; }
0.316792
0.121712
Syntax: @custom-media --variable (prop: value) */ /* Responsive columns The minimum width for which responsive columns (2 -> 1 and vice versa, depending on the current font-size) must be enabled */ /* Mobile columns The minimum and maximum width for mobile devices. We’re forcing the landscape orientation by default, and must still investigate large tablets (iPad Pro, Surface Pro 3, etc.). */ /* Custom selectors Syntax: @custom-selector :--variable selector The selectors you will use for flags/switches You can alternatively use classes or custom data-* attributes */ /* User view = paged | scrolled */ /* Font-family override */ /* Advanced settings */ /* Reading Modes */ /* Filters (images) */ /* Accessibility normalization */ /* Accessibility font. You can add selectors, using “, ” as a separator, if you have multiple fonts */ /* Direction i.e. ltr and rtl */ /* Readium CSS Namespaces module Namespaces to import in all 3 dist stylesheets Repo: https://github.com/readium/readium-css */ @namespace url("http://www.w3.org/1999/xhtml"); @namespace epub url("http://www.idpf.org/2007/ops"); @namespace m url("http://www.w3.org/1998/Math/MathML/"); @namespace svg url("http://www.w3.org/2000/svg"); /* Readium CSS Base module A minimal stylesheet for all ebooks Repo: https://github.com/readium/readium-css */ /* Define viewport, HTML5-style */ @-ms-viewport { width: device-width; } @viewport { width: device-width; zoom: 1; } :root { /* Default font-stacks */ --RS__oldStyleTf: "Iowan Old Style", "Sitka Text", Palatino, "Book Antiqua", serif; --RS__modernTf: Athelas, Constantia, Georgia, serif; --RS__sansTf: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; --RS__humanistTf: Seravek, Calibri, Roboto, Arial, sans-serif; --RS__monospaceTf: "Andale Mono", Consolas, monospace; /* Config */ --RS__baseFontFamily: var(--RS__oldStyleTf); /* For square-ish fonts (CJK, Indic, etc.), we must apply some compensation in dynamic leading. Default is 1 i.e. no compensation */ --RS__lineHeightCompensation: 1; /* Dynamic leading based on typeface metrics + font-size setting */ --RS__baseLineHeight: calc((1em + (2ex - 1ch) - ((1rem - 16px) * 0.1667)) * var(--RS__lineHeightCompensation)); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; } /* Set default font for the html doc, so that it can be overridden by the authors’s stylesheet */ html { font-family: var(--RS__baseFontFamily); /* Fallback line-height */ line-height: 1.6; /* Fits a little bit better for all languages than 1.5 */ line-height: var(--RS__baseLineHeight); text-rendering: optimizeLegibility; } /* 1.5 being too loose with larger font-sizes, we reset headings to normal (which value is 1.125–1.375 for our font-stacks) */ h1, h2, h3 { line-height: normal; } :lang(ja), :lang(zh), :lang(ko) { word-wrap: break-word; -webkit-line-break: strict; -epub-line-break: strict; line-break: strict; } /* Set default font for Math */ math { font-family: "Latin Modern Math", "STIX Two Math", "XITS Math", "STIX Math", "Libertinus Math", "TeX Gyre Termes Math", "TeX Gyre Bonum Math", "TeX Gyre Schola", "DejaVu Math TeX Gyre", "TeX Gyre Pagella Math", "Asana Math", "Cambria Math", "Lucida Bright Math", "Minion Math", STIXGeneral, STIXSizeOneSym, Symbol, "Times New Roman", serif; } /* Language Overrides That will only work if either html or body have a (xml:)lang attribute, not for inline overrides */ :lang(am) { --RS__baseFontFamily: Kefa, Nyala, Roboto, Noto, "Noto Sans Ethiopic", serif; --RS__lineHeightCompensation: 1.167; } :lang(ar) { --RS__baseFontFamily: "Geeza Pro", "Arabic Typesetting", Roboto, Noto, "Noto Naskh Arabic", "Times New Roman", serif; } :lang(bn) { --RS__baseFontFamily: "Kohinoor Bangla", "Bangla Sangam MN", Vrinda, Roboto, Noto, "Noto Sans Bengali", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(bo) { --RS__baseFontFamily: Kailasa, "Microsoft Himalaya", Roboto, Noto, "Noto Sans Tibetan", sans-serif; } :lang(chr) { --RS__baseFontFamily: "Plantagenet Cherokee", Roboto, Noto, "Noto Sans Cherokee"; --RS__lineHeightCompensation: 1.167; } :lang(fa) { --RS__baseFontFamily: "Geeza Pro", "Arabic Typesetting", Roboto, Noto, "Noto Naskh Arabic", "Times New Roman", serif; } :lang(gu) { --RS__baseFontFamily: "Gujarati Sangam MN", "Nirmala UI", Shruti, Roboto, Noto, "Noto Sans Gujarati", sans-serif; --RS__lineHeightCompensation: 1.167; } :lang(he) { --RS__baseFontFamily: "New Peninim MT", "Arial Hebrew", Gisha, "Times New Roman", Roboto, Noto, "Noto Sans Hebrew" sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(hi) { --RS__baseFontFamily: "Kohinoor Devanagari", "Devanagari Sangam MN", Kokila, "Nirmala UI", Roboto, Noto, "Noto Sans Devanagari", sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(hy) { --RS__baseFontFamily: Mshtakan, Sylfaen, Roboto, Noto, "Noto Serif Armenian", serif; } :lang(iu) { --RS__baseFontFamily: "Euphemia UCAS", Euphemia, Roboto, Noto, "Noto Sans Canadian Aboriginal", sans-serif; } :lang(ja) { --RS__baseFontFamily: "游ゴシック体", YuGothic, "ヒラギノ丸ゴ", "Hiragino Sans", "Yu Gothic UI", "Meiryo UI", "MS Gothic", Roboto, Noto, "Noto Sans CJK JP", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; /* Extra variables for Japanese font-stacks as we may want to reuse them for user settings + default */ --RS__serif-ja: "MS P明朝", "MS PMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "YuMincho", "MS 明朝", "MS Mincho", "Hiragino Mincho ProN", serif; --RS__sans-serif-ja: "MS Pゴシック", "MS PGothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans GB", "ヒラギノ角ゴシック W3", "游ゴシック", "YuGothic", "MS ゴシック", "MS Gothic", "Hiragino Sans", sans-serif; --RS__serif-ja-v: "MS 明朝", "MS Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "YuMincho", "MS P明朝", "MS PMincho", "Hiragino Mincho ProN", serif; --RS__sans-serif-ja-v: "MS ゴシック", "MS Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans GB", "ヒラギノ角ゴシック W3", "游ゴシック", "YuGothic", "MS Pゴシック", "MS PGothic", "Hiragino Sans", sans-serif; } :lang(km) { --RS__baseFontFamily: "Khmer Sangam MN", "Leelawadee UI", "Khmer UI", Roboto, Noto, "Noto Sans Khmer", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(kn) { --RS__baseFontFamily: "Kannada Sangam MN", "Nirmala UI", Tunga, Roboto, Noto, "Noto Sans Kannada", sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(ko) { --RS__baseFontFamily: "Nanum Gothic", "Apple SD Gothic Neo", "Malgun Gothic", Roboto, Noto, "Noto Sans CJK KR", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } :lang(lo) { --RS__baseFontFamily: "Lao Sangam MN", "Leelawadee UI", "Lao UI", Roboto, Noto, "Noto Sans Lao", sans-serif; } :lang(ml) { --RS__baseFontFamily: "Malayalam Sangam MN", "Nirmala UI", Kartika, Roboto, Noto, "Noto Sans Malayalam", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(or) { --RS__baseFontFamily: "Oriya Sangam MN", "Nirmala UI", Kalinga, Roboto, Noto, "Noto Sans Oriya", sans-serif; --RS__lineHeightCompensation: 1.167; } :lang(pa) { --RS__baseFontFamily: "Gurmukhi MN", "Nirmala UI", Kartika, Roboto, Noto, "Noto Sans Gurmukhi", sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(si) { --RS__baseFontFamily: "Sinhala Sangam MN", "Nirmala UI", "Iskoola Pota", Roboto, Noto, "Noto Sans Sinhala", sans-serif; --RS__lineHeightCompensation: 1.167; } :lang(ta) { --RS__baseFontFamily: "Tamil Sangam MN", "Nirmala UI", Latha, Roboto, Noto, "Noto Sans Tamil", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(te) { --RS__baseFontFamily: "Kohinoor Telugu", "Telugu Sangam MN", "Nirmala UI", Gautami, Roboto, Noto, "Noto Sans Telugu", sans-serif; } :lang(th) { --RS__baseFontFamily: "Thonburi", "Leelawadee UI", "Cordia New", Roboto, Noto, "Noto Sans Thai", sans-serif; --RS__lineHeightCompensation: 1.067; } /* The following will also work for zh-Hans */ :lang(zh) { --RS__baseFontFamily: "方体", "PingFang SC", "黑体", "Heiti SC", "Microsoft JhengHei UI", "Microsoft JhengHei", Roboto, Noto, "Noto Sans CJK SC", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } :lang(zh-Hant), :lang(zh-TW) { --RS__baseFontFamily: "方體", "PingFang TC", "黑體", "Heiti TC", "Microsoft JhengHei UI", "Microsoft JhengHei", Roboto, Noto, "Noto Sans CJK TC", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } :lang(zh-HK) { --RS__baseFontFamily: "方體", "PingFang HK", "方體", "PingFang TC", "黑體", "Heiti TC", "Microsoft JhengHei UI", "Microsoft JhengHei", Roboto, Noto, "Noto Sans CJK TC", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } /* Readium CSS Day/Default mode A preset theme for day mode, which is the default Repo: https://github.com/readium/readium-css */ /* CONFIG */ :root { --RS__backgroundColor: #FFFFFF; --RS__textColor: #383838; /* This can be customized but initial will re-use default value of the browser */ --RS__selectionBackgroundColor: #b4d8fe; --RS__selectionTextColor: inherit; } :root { color: var(--RS__textColor) !important; background-color: var(--RS__backgroundColor) !important; } /* Note: Though `::selection` was present in drafts of CSS Selectors Level 3, it was removed during the Candidate Recommendation phase because its behavior was under-specified (especially with nested elements) and interoperability wasn’t achieved. Source: https://developer.mozilla.org/en-US/docs/Web/CSS/::selection */ ::-moz-selection { color: var(--RS__selectionTextColor); background-color: var(--RS__selectionBackgroundColor); } ::selection { color: var(--RS__selectionTextColor); background-color: var(--RS__selectionBackgroundColor); } /* @import "modules/ReadiumCSS-fonts.css"; */ /* Readium CSS HTML5 SR Patch stylesheet A set of style to adjust HTML5 Suggested Rendering to paginated content Repo: https://github.com/readium/readium-css */ /* Fragmentation */ body { widows: 2; orphans: 2; } figcaption, th, td { widows: 1; orphans: 1; } h2, h3, h4, h5, h6, dt, hr, caption { -webkit-column-break-after: avoid; page-break-after: avoid; break-after: avoid; } h1, h2, h3, h4, h5, h6, dt, figure, tr { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } /* Hyphenation */ body { -webkit-hyphenate-character: "\002D"; -moz-hyphenate-character: "\002D"; -ms-hyphenate-character: "\002D"; hyphenate-character: "\002D"; -webkit-hyphenate-limit-lines: 3; -ms-hyphenate-limit-lines: 3; hyphenate-limit-lines: 3; } h1, h2, h3, h4, h5, h6, dt, figcaption, pre, caption, address, center, code, var { -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* OTF */ body { font-variant-numeric: oldstyle-nums proportional-nums; } :lang(ja) body, :lang(zh) body, :lang(ko) body { font-variant-numeric: lining-nums proportional-nums; } h1, h2, h3, h4, h5, h6, dt { font-variant-numeric: lining-nums proportional-nums; } table { font-variant-numeric: lining-nums tabular-nums; } code, var { font-variant-ligatures: none; font-variant-numeric: lining-nums tabular-nums slashed-zero; } rt { font-variant-east-asian: ruby; } :lang(ar) { font-variant-ligatures: common-ligatures; } :lang(ko) { font-kerning: normal; } /* Night mode */ hr { color: inherit; border-color: currentColor; } table, th, td { border-color: currentColor; } /* Horizontal Spacing */ figure, blockquote { margin: 1em 5%; } /* :lang(ja) figure, :lang(ja) blockquote, :lang(zh-Hant) figure, :lang(zh-Hant) blockquote, :lang(zh-TW) figure, :lang(zh-TW) blockquote, :lang(mn) figure, :lang(mn) blockquote { margin: 5% 1em; } */ ul, ol { padding-left: 5%; } /* :lang(ja) ul, :lang(ja) ol, :lang(zh-Hant) ul, :lang(zh-Hant) ol, :lang(zh-TW) ul, :lang(zh-TW) ol, :lang(mn) ul, :lang(mn) ol { padding-top: 5%; } */ dd { margin-left: 5%; } /* :lang(ja) dd, :lang(zh-Hant) dd, :lang(zh-TW) dd, :lang(mn) dd { margin-top: 5%; } */ pre { white-space: pre-wrap; -ms-tab-size: 2; -moz-tab-size: 2; -webkit-tab-size: 2; tab-size: 2; } /* Normalization */ abbr[title], acronym[title] { text-decoration: dotted underline; } nobr wbr { white-space: normal; } /* Make ruby text and parentheses non-selectable (TBC) */ ruby > rt, ruby > rp { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Internationalization */ *:lang(ja), *:lang(zh), *:lang(ko), :lang(ja) cite, :lang(ja) dfn, :lang(ja) em, :lang(ja) i, :lang(zh) cite, :lang(zh) dfn, :lang(zh) em, :lang(zh) i, :lang(ko) cite, :lang(ko) dfn, :lang(ko) em, :lang(ko) i { font-style: normal; } :lang(ja) a, :lang(zh) a, :lang(ko) a { text-decoration: none; } /* Readium CSS Safeguards module A set of styles to prevent common issues in pagination Repo: https://github.com/readium/readium-css */ /* Config */ /* We’ll be using an "RS__" prefix so that we can prevent collisions with authors’ CSS */ :root { /* max-width for media, you can override that via JS if not compiled to static */ --RS__maxMediaWidth: 100%; /* max-height for media, you can override that via JS if not compiled to static Please consider figures might have a figcaption, which is why 95vh in the first place */ --RS__maxMediaHeight: 95vh; /* value for medias’ box-sizing */ --RS__boxSizingMedia: border-box; /* value for table’s box-sizing */ --RS__boxSizingTable: border-box; } /* Sanitize line-heights in webkit e.g. raised cap without a declared line-height See effect by checking this demo in Safari: https://codepen.io/JayPanoz/pen/gRmzrE Note: glyphs has to be reset to inline for CJK */ html { -webkit-line-box-contain: block glyphs replaced; } :lang(ja) { -webkit-line-box-contain: block inline replaced; } /* Wrap long strings if larger than line-length */ a, h1, h2, h3, h4, h5, h6 { word-wrap: break-word; } div { max-width: var(--RS__maxMediaWidth); } /* Size medias */ /* You can override CSS variables by re-defining it for all elements or a specific one */ img, svg, audio, video { /* Object-fit allows us to keep the correct aspect-ratio */ object-fit: contain; width: auto; height: auto; /* Some files don’t have max-width */ max-width: var(--RS__maxMediaWidth); /* We’re setting a max-height, especially for covers */ max-height: var(--RS__maxMediaHeight) !important; /* We probably don’t need to use modern box-sizing as auto behaves like it */ box-sizing: var(--RS__boxSizingMedia); /* For page-break, we must use those 3 We can’t use a variable there, webkit seems to no support them for those properties */ -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } /* Try preventing border being cut-off, webkit + blink have content-box by default */ table { max-width: var(--RS__maxMediaWidth); box-sizing: var(--RS__boxSizingTable); } /*# sourceMappingURL=ReadiumCSS-before.css.map */
r2-navigator-swift/EPUB/Assets/Static/readium-css/rtl/ReadiumCSS-before.css
Syntax: @custom-media --variable (prop: value) */ /* Responsive columns The minimum width for which responsive columns (2 -> 1 and vice versa, depending on the current font-size) must be enabled */ /* Mobile columns The minimum and maximum width for mobile devices. We’re forcing the landscape orientation by default, and must still investigate large tablets (iPad Pro, Surface Pro 3, etc.). */ /* Custom selectors Syntax: @custom-selector :--variable selector The selectors you will use for flags/switches You can alternatively use classes or custom data-* attributes */ /* User view = paged | scrolled */ /* Font-family override */ /* Advanced settings */ /* Reading Modes */ /* Filters (images) */ /* Accessibility normalization */ /* Accessibility font. You can add selectors, using “, ” as a separator, if you have multiple fonts */ /* Direction i.e. ltr and rtl */ /* Readium CSS Namespaces module Namespaces to import in all 3 dist stylesheets Repo: https://github.com/readium/readium-css */ @namespace url("http://www.w3.org/1999/xhtml"); @namespace epub url("http://www.idpf.org/2007/ops"); @namespace m url("http://www.w3.org/1998/Math/MathML/"); @namespace svg url("http://www.w3.org/2000/svg"); /* Readium CSS Base module A minimal stylesheet for all ebooks Repo: https://github.com/readium/readium-css */ /* Define viewport, HTML5-style */ @-ms-viewport { width: device-width; } @viewport { width: device-width; zoom: 1; } :root { /* Default font-stacks */ --RS__oldStyleTf: "Iowan Old Style", "Sitka Text", Palatino, "Book Antiqua", serif; --RS__modernTf: Athelas, Constantia, Georgia, serif; --RS__sansTf: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; --RS__humanistTf: Seravek, Calibri, Roboto, Arial, sans-serif; --RS__monospaceTf: "Andale Mono", Consolas, monospace; /* Config */ --RS__baseFontFamily: var(--RS__oldStyleTf); /* For square-ish fonts (CJK, Indic, etc.), we must apply some compensation in dynamic leading. Default is 1 i.e. no compensation */ --RS__lineHeightCompensation: 1; /* Dynamic leading based on typeface metrics + font-size setting */ --RS__baseLineHeight: calc((1em + (2ex - 1ch) - ((1rem - 16px) * 0.1667)) * var(--RS__lineHeightCompensation)); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; } /* Set default font for the html doc, so that it can be overridden by the authors’s stylesheet */ html { font-family: var(--RS__baseFontFamily); /* Fallback line-height */ line-height: 1.6; /* Fits a little bit better for all languages than 1.5 */ line-height: var(--RS__baseLineHeight); text-rendering: optimizeLegibility; } /* 1.5 being too loose with larger font-sizes, we reset headings to normal (which value is 1.125–1.375 for our font-stacks) */ h1, h2, h3 { line-height: normal; } :lang(ja), :lang(zh), :lang(ko) { word-wrap: break-word; -webkit-line-break: strict; -epub-line-break: strict; line-break: strict; } /* Set default font for Math */ math { font-family: "Latin Modern Math", "STIX Two Math", "XITS Math", "STIX Math", "Libertinus Math", "TeX Gyre Termes Math", "TeX Gyre Bonum Math", "TeX Gyre Schola", "DejaVu Math TeX Gyre", "TeX Gyre Pagella Math", "Asana Math", "Cambria Math", "Lucida Bright Math", "Minion Math", STIXGeneral, STIXSizeOneSym, Symbol, "Times New Roman", serif; } /* Language Overrides That will only work if either html or body have a (xml:)lang attribute, not for inline overrides */ :lang(am) { --RS__baseFontFamily: Kefa, Nyala, Roboto, Noto, "Noto Sans Ethiopic", serif; --RS__lineHeightCompensation: 1.167; } :lang(ar) { --RS__baseFontFamily: "Geeza Pro", "Arabic Typesetting", Roboto, Noto, "Noto Naskh Arabic", "Times New Roman", serif; } :lang(bn) { --RS__baseFontFamily: "Kohinoor Bangla", "Bangla Sangam MN", Vrinda, Roboto, Noto, "Noto Sans Bengali", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(bo) { --RS__baseFontFamily: Kailasa, "Microsoft Himalaya", Roboto, Noto, "Noto Sans Tibetan", sans-serif; } :lang(chr) { --RS__baseFontFamily: "Plantagenet Cherokee", Roboto, Noto, "Noto Sans Cherokee"; --RS__lineHeightCompensation: 1.167; } :lang(fa) { --RS__baseFontFamily: "Geeza Pro", "Arabic Typesetting", Roboto, Noto, "Noto Naskh Arabic", "Times New Roman", serif; } :lang(gu) { --RS__baseFontFamily: "Gujarati Sangam MN", "Nirmala UI", Shruti, Roboto, Noto, "Noto Sans Gujarati", sans-serif; --RS__lineHeightCompensation: 1.167; } :lang(he) { --RS__baseFontFamily: "New Peninim MT", "Arial Hebrew", Gisha, "Times New Roman", Roboto, Noto, "Noto Sans Hebrew" sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(hi) { --RS__baseFontFamily: "Kohinoor Devanagari", "Devanagari Sangam MN", Kokila, "Nirmala UI", Roboto, Noto, "Noto Sans Devanagari", sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(hy) { --RS__baseFontFamily: Mshtakan, Sylfaen, Roboto, Noto, "Noto Serif Armenian", serif; } :lang(iu) { --RS__baseFontFamily: "Euphemia UCAS", Euphemia, Roboto, Noto, "Noto Sans Canadian Aboriginal", sans-serif; } :lang(ja) { --RS__baseFontFamily: "游ゴシック体", YuGothic, "ヒラギノ丸ゴ", "Hiragino Sans", "Yu Gothic UI", "Meiryo UI", "MS Gothic", Roboto, Noto, "Noto Sans CJK JP", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; /* Extra variables for Japanese font-stacks as we may want to reuse them for user settings + default */ --RS__serif-ja: "MS P明朝", "MS PMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "YuMincho", "MS 明朝", "MS Mincho", "Hiragino Mincho ProN", serif; --RS__sans-serif-ja: "MS Pゴシック", "MS PGothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans GB", "ヒラギノ角ゴシック W3", "游ゴシック", "YuGothic", "MS ゴシック", "MS Gothic", "Hiragino Sans", sans-serif; --RS__serif-ja-v: "MS 明朝", "MS Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "YuMincho", "MS P明朝", "MS PMincho", "Hiragino Mincho ProN", serif; --RS__sans-serif-ja-v: "MS ゴシック", "MS Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans GB", "ヒラギノ角ゴシック W3", "游ゴシック", "YuGothic", "MS Pゴシック", "MS PGothic", "Hiragino Sans", sans-serif; } :lang(km) { --RS__baseFontFamily: "Khmer Sangam MN", "Leelawadee UI", "Khmer UI", Roboto, Noto, "Noto Sans Khmer", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(kn) { --RS__baseFontFamily: "Kannada Sangam MN", "Nirmala UI", Tunga, Roboto, Noto, "Noto Sans Kannada", sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(ko) { --RS__baseFontFamily: "Nanum Gothic", "Apple SD Gothic Neo", "Malgun Gothic", Roboto, Noto, "Noto Sans CJK KR", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } :lang(lo) { --RS__baseFontFamily: "Lao Sangam MN", "Leelawadee UI", "Lao UI", Roboto, Noto, "Noto Sans Lao", sans-serif; } :lang(ml) { --RS__baseFontFamily: "Malayalam Sangam MN", "Nirmala UI", Kartika, Roboto, Noto, "Noto Sans Malayalam", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(or) { --RS__baseFontFamily: "Oriya Sangam MN", "Nirmala UI", Kalinga, Roboto, Noto, "Noto Sans Oriya", sans-serif; --RS__lineHeightCompensation: 1.167; } :lang(pa) { --RS__baseFontFamily: "Gurmukhi MN", "Nirmala UI", Kartika, Roboto, Noto, "Noto Sans Gurmukhi", sans-serif; --RS__lineHeightCompensation: 1.1; } :lang(si) { --RS__baseFontFamily: "Sinhala Sangam MN", "Nirmala UI", "Iskoola Pota", Roboto, Noto, "Noto Sans Sinhala", sans-serif; --RS__lineHeightCompensation: 1.167; } :lang(ta) { --RS__baseFontFamily: "Tamil Sangam MN", "Nirmala UI", Latha, Roboto, Noto, "Noto Sans Tamil", sans-serif; --RS__lineHeightCompensation: 1.067; } :lang(te) { --RS__baseFontFamily: "Kohinoor Telugu", "Telugu Sangam MN", "Nirmala UI", Gautami, Roboto, Noto, "Noto Sans Telugu", sans-serif; } :lang(th) { --RS__baseFontFamily: "Thonburi", "Leelawadee UI", "Cordia New", Roboto, Noto, "Noto Sans Thai", sans-serif; --RS__lineHeightCompensation: 1.067; } /* The following will also work for zh-Hans */ :lang(zh) { --RS__baseFontFamily: "方体", "PingFang SC", "黑体", "Heiti SC", "Microsoft JhengHei UI", "Microsoft JhengHei", Roboto, Noto, "Noto Sans CJK SC", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } :lang(zh-Hant), :lang(zh-TW) { --RS__baseFontFamily: "方體", "PingFang TC", "黑體", "Heiti TC", "Microsoft JhengHei UI", "Microsoft JhengHei", Roboto, Noto, "Noto Sans CJK TC", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } :lang(zh-HK) { --RS__baseFontFamily: "方體", "PingFang HK", "方體", "PingFang TC", "黑體", "Heiti TC", "Microsoft JhengHei UI", "Microsoft JhengHei", Roboto, Noto, "Noto Sans CJK TC", sans-serif; /* For CJK, the line-height is usually 15–20% more than for Latin */ --RS__lineHeightCompensation: 1.167; } /* Readium CSS Day/Default mode A preset theme for day mode, which is the default Repo: https://github.com/readium/readium-css */ /* CONFIG */ :root { --RS__backgroundColor: #FFFFFF; --RS__textColor: #383838; /* This can be customized but initial will re-use default value of the browser */ --RS__selectionBackgroundColor: #b4d8fe; --RS__selectionTextColor: inherit; } :root { color: var(--RS__textColor) !important; background-color: var(--RS__backgroundColor) !important; } /* Note: Though `::selection` was present in drafts of CSS Selectors Level 3, it was removed during the Candidate Recommendation phase because its behavior was under-specified (especially with nested elements) and interoperability wasn’t achieved. Source: https://developer.mozilla.org/en-US/docs/Web/CSS/::selection */ ::-moz-selection { color: var(--RS__selectionTextColor); background-color: var(--RS__selectionBackgroundColor); } ::selection { color: var(--RS__selectionTextColor); background-color: var(--RS__selectionBackgroundColor); } /* @import "modules/ReadiumCSS-fonts.css"; */ /* Readium CSS HTML5 SR Patch stylesheet A set of style to adjust HTML5 Suggested Rendering to paginated content Repo: https://github.com/readium/readium-css */ /* Fragmentation */ body { widows: 2; orphans: 2; } figcaption, th, td { widows: 1; orphans: 1; } h2, h3, h4, h5, h6, dt, hr, caption { -webkit-column-break-after: avoid; page-break-after: avoid; break-after: avoid; } h1, h2, h3, h4, h5, h6, dt, figure, tr { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } /* Hyphenation */ body { -webkit-hyphenate-character: "\002D"; -moz-hyphenate-character: "\002D"; -ms-hyphenate-character: "\002D"; hyphenate-character: "\002D"; -webkit-hyphenate-limit-lines: 3; -ms-hyphenate-limit-lines: 3; hyphenate-limit-lines: 3; } h1, h2, h3, h4, h5, h6, dt, figcaption, pre, caption, address, center, code, var { -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* OTF */ body { font-variant-numeric: oldstyle-nums proportional-nums; } :lang(ja) body, :lang(zh) body, :lang(ko) body { font-variant-numeric: lining-nums proportional-nums; } h1, h2, h3, h4, h5, h6, dt { font-variant-numeric: lining-nums proportional-nums; } table { font-variant-numeric: lining-nums tabular-nums; } code, var { font-variant-ligatures: none; font-variant-numeric: lining-nums tabular-nums slashed-zero; } rt { font-variant-east-asian: ruby; } :lang(ar) { font-variant-ligatures: common-ligatures; } :lang(ko) { font-kerning: normal; } /* Night mode */ hr { color: inherit; border-color: currentColor; } table, th, td { border-color: currentColor; } /* Horizontal Spacing */ figure, blockquote { margin: 1em 5%; } /* :lang(ja) figure, :lang(ja) blockquote, :lang(zh-Hant) figure, :lang(zh-Hant) blockquote, :lang(zh-TW) figure, :lang(zh-TW) blockquote, :lang(mn) figure, :lang(mn) blockquote { margin: 5% 1em; } */ ul, ol { padding-left: 5%; } /* :lang(ja) ul, :lang(ja) ol, :lang(zh-Hant) ul, :lang(zh-Hant) ol, :lang(zh-TW) ul, :lang(zh-TW) ol, :lang(mn) ul, :lang(mn) ol { padding-top: 5%; } */ dd { margin-left: 5%; } /* :lang(ja) dd, :lang(zh-Hant) dd, :lang(zh-TW) dd, :lang(mn) dd { margin-top: 5%; } */ pre { white-space: pre-wrap; -ms-tab-size: 2; -moz-tab-size: 2; -webkit-tab-size: 2; tab-size: 2; } /* Normalization */ abbr[title], acronym[title] { text-decoration: dotted underline; } nobr wbr { white-space: normal; } /* Make ruby text and parentheses non-selectable (TBC) */ ruby > rt, ruby > rp { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Internationalization */ *:lang(ja), *:lang(zh), *:lang(ko), :lang(ja) cite, :lang(ja) dfn, :lang(ja) em, :lang(ja) i, :lang(zh) cite, :lang(zh) dfn, :lang(zh) em, :lang(zh) i, :lang(ko) cite, :lang(ko) dfn, :lang(ko) em, :lang(ko) i { font-style: normal; } :lang(ja) a, :lang(zh) a, :lang(ko) a { text-decoration: none; } /* Readium CSS Safeguards module A set of styles to prevent common issues in pagination Repo: https://github.com/readium/readium-css */ /* Config */ /* We’ll be using an "RS__" prefix so that we can prevent collisions with authors’ CSS */ :root { /* max-width for media, you can override that via JS if not compiled to static */ --RS__maxMediaWidth: 100%; /* max-height for media, you can override that via JS if not compiled to static Please consider figures might have a figcaption, which is why 95vh in the first place */ --RS__maxMediaHeight: 95vh; /* value for medias’ box-sizing */ --RS__boxSizingMedia: border-box; /* value for table’s box-sizing */ --RS__boxSizingTable: border-box; } /* Sanitize line-heights in webkit e.g. raised cap without a declared line-height See effect by checking this demo in Safari: https://codepen.io/JayPanoz/pen/gRmzrE Note: glyphs has to be reset to inline for CJK */ html { -webkit-line-box-contain: block glyphs replaced; } :lang(ja) { -webkit-line-box-contain: block inline replaced; } /* Wrap long strings if larger than line-length */ a, h1, h2, h3, h4, h5, h6 { word-wrap: break-word; } div { max-width: var(--RS__maxMediaWidth); } /* Size medias */ /* You can override CSS variables by re-defining it for all elements or a specific one */ img, svg, audio, video { /* Object-fit allows us to keep the correct aspect-ratio */ object-fit: contain; width: auto; height: auto; /* Some files don’t have max-width */ max-width: var(--RS__maxMediaWidth); /* We’re setting a max-height, especially for covers */ max-height: var(--RS__maxMediaHeight) !important; /* We probably don’t need to use modern box-sizing as auto behaves like it */ box-sizing: var(--RS__boxSizingMedia); /* For page-break, we must use those 3 We can’t use a variable there, webkit seems to no support them for those properties */ -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } /* Try preventing border being cut-off, webkit + blink have content-box by default */ table { max-width: var(--RS__maxMediaWidth); box-sizing: var(--RS__boxSizingTable); } /*# sourceMappingURL=ReadiumCSS-before.css.map */
0.485844
0.166794
:root { --main-text-color: #E7E7EB; --main-background-color: #100E1D; --alternative-background-color: #1E213A; } /* Util */ span.icons { color: var(--main-text-color); } span.scale { color: #A09FB1; font-size: 36px; } button.button { outline: none; border: none; background-color: transparent; cursor: pointer; } h2, h3, p { margin: 0; } /* HTML config */ html { scroll-behavior: smooth; } :target { scroll-margin-top: .8em; } /* Body Style */ body { background: var(--main-background-color); color: var(--main-text-color); font-family: 'Raleway', sans-serif; } /* Main */ /* Today's Weather */ main section#todays-weather { background: var(--alternative-background-color); position: relative; z-index: 1; } /* Cloud background */ main section#todays-weather::before { content: ''; display: block; top: 0; left: 0; width: 100%; height: 100%; position:absolute; background: url('../../assets/img/background/Cloud-background.png') 50% 40% no-repeat; z-index: -1; opacity: 0.1; } /* Weather search */ main section#todays-weather div#weather-nav { display: none; visibility: hidden; opacity: 0; position: fixed; width: 100%; height: 100%; background: var(--alternative-background-color); } main section#todays-weather div#weather-nav.show { visibility: visible; opacity: 1; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; } main section#todays-weather div#weather-nav > button { color: var(--main-text-color); align-self: flex-end; padding: 18px 12px; transition: all 0.2s; } main section#todays-weather div#weather-nav > button:hover { color: #535eee; } main section#todays-weather div#weather-nav > form { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0px 12px; } main section#todays-weather div#weather-nav > form > div { display: flex; align-items: center; gap: 3px; border: solid 1px var(--main-text-color); border-radius: 2px; box-shadow: 1px 1px 3px var(--main-background-color); padding: 0 15px; height: 48px; width: 55%; } main section#todays-weather div#weather-nav > form > div > input { background-color: transparent; border: none; outline: none; color: #616475; font: 600 1em; } main section#todays-weather div#weather-nav > form > div > input::placeholder { color: #616475; font: 600 1em; } main section#todays-weather div#weather-nav > form > button { background-color: #3C47E9; color: var(--main-text-color); font-weight: 600; border-radius: 2px; box-shadow: 1px 1px 3px var(--main-background-color); margin-right: 24px; padding: 12px 15px; height: 48px; transition: all 0.2s; } main section#todays-weather div#weather-nav > form > button:hover { background-color: #222fe7; } main section#todays-weather div#weather-nav > ul { display: flex; flex-direction: column; gap: 10px; width: 100%; margin-top: 38px; padding: 0; list-style: none; } main section#todays-weather div#weather-nav > ul li { display: flex; justify-content: space-between; align-items: center; padding: 22px 12px; margin: 0 12px; cursor: pointer; } main section#todays-weather div#weather-nav > ul li:hover { border: solid 1px #616475; border-radius: 2px; } main section#todays-weather div#weather-nav > ul li span.material-icons { color: #616475; } /* Today's header */ main section#todays-weather > header { display: flex; align-items: center; justify-content: space-between; padding: 18px 12px 0 12px; } /* Header buttons */ main section#todays-weather > header button { background: #6E707A; color: var(--main-text-color); border-radius: 2px; box-shadow: 1.5px 1.5px 3px var(--main-background-color); } main section#todays-weather > header button#search-city { height: 40px; padding: 10px 18px; transition: all 0.2s; } main section#todays-weather > header button#search-city:hover { background-color: #3C47E9; } main section#todays-weather > header button#my_location { width: 40px; height: 40px; border-radius: 50%; transition: all 0.2s; } main section#todays-weather > header button#my_location:hover { background-color: #3C47E9; } /* Current information */ main section#todays-weather > div#current { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 120px 0 100px 0; text-align: center; } main section#todays-weather > div#current img { width: 150px; } main section#todays-weather > div#current #current-temperature { color: #A09FB1; margin-top: 40px; } main section#todays-weather > div#current #current-temperature h2 { font: 500 48px 'Raleway', sans-serif; } main section#todays-weather > div#current #current-temperature h3 { font: 500 36px 'Raleway', sans-serif; margin-top: 23px; } main section#todays-weather > div#current #current-temperature h2 > span.temperature { font-size: 144px; color: var(--main-text-color); } main section#todays-weather > div#current #current-infos { display: flex; flex-direction: column; gap: 33px; font: 500 18px 'Raleway', sans-serif; color: #88869D; margin-top: 48px; } main section#todays-weather > div#current #current-infos div { display: flex; justify-content: center; align-items: center; gap: 3px; } main section#todays-weather > div#current #current-infos div > span.icons { color: #88869D; } /* Convert temperature */ #convert-temperature { display: flex; align-items: center; justify-content: flex-end; margin: 42px 54px 0px; } #convert-temperature button { display: none; visibility: hidden; opacity: 0; } #convert-temperature button.show { display: block; visibility: visible; opacity: 1; } #convert-temperature button#celcius { font-size: 18px; font-weight: 700; text-align: center; color: #110E3C; border-radius: 50%; background: var(--main-text-color); padding: 8px 9px; transition: all 0.3s; } #convert-temperature button#celcius:hover { color: var(--main-text-color); background: #585676; } #convert-temperature button#fahrenheit { font-size: 18px; font-weight: 700; text-align: center; color: var(--main-text-color); border-radius: 50px; background: #585676; background: #585676; padding: 8px 10px; transition: all 0.3s; } #convert-temperature button#fahrenheit:hover { color: #110E3C; background: var(--main-text-color); } /* Weather forecast for next 5 days */ #weather-forecast-5days { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px 26px; padding: 52px 54px; } #weather-forecast-5days div { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: var(--alternative-background-color); border-radius: 2px; padding: 18px 0; min-width: 120px; height: 180px; } #weather-forecast-5days div p.day { font-size: 18px; margin-bottom: 25px; } #weather-forecast-5days div img { width: 70px; } #weather-forecast-5days div div.max-and-min-temp { display: flex; flex-direction: row; gap: 1rem; padding: 0; margin-top: 5px; } #weather-forecast-5days div div.max-and-min-temp span.scale { font-size: 1rem; } #weather-forecast-5days div div.max-and-min-temp p.min-temp { color: #A09FB1; } /* Today's Hightlights */ #hightlights { padding: 0 24px 96px 24px; } #hightlights > div { display: flex; flex-direction: column; gap: 32px; } #hightlights #title { margin-bottom: 32px; } #hightlights .hightlights-conteiner { display: flex; flex-direction: column; align-items: center; background-color: var(--alternative-background-color); border-radius: 2px; padding: 22px 0 28px 0; } #hightlights .hightlights-conteiner .title-highlight { font-size: 1rem; font-weight: 500; margin-bottom: 6px; } #hightlights .hightlights-conteiner .data-hightlights { font-size: 4rem; font-weight: 700; } #hightlights .hightlights-conteiner .data-hightlights.simple-hightlights { margin-bottom: 10px; } #hightlights .hightlights-conteiner .data-hightlights span.measure { font-size: 2rem; font-weight: 500; } #hightlights .hightlights-conteiner .wind-position { display: flex; align-items: center; gap: 12px; margin-top: 32px; } #hightlights .hightlights-conteiner .wind-position #position { background: #A09FB1; border-radius: 50%; font-size: 1rem; padding: 5px; } #hightlights .hightlights-conteiner .wind-position p { font-size: 14px; font-weight: 500; } #hightlights .hightlights-conteiner .progress-bar .percent { display: flex; align-items: center; justify-content: space-between; color: #A09FB1; font-size: 12px; font-weight: 700; margin-top: 12px; } #hightlights .hightlights-conteiner .progress-bar #progress { height: 10px; width: 230px; } #hightlights .hightlights-conteiner .progress-bar .percentage { display: flex; align-items: center; justify-content: flex-end; color: #A09FB1; font-size: 12px; font-weight: 700; } /* Page footer */ footer#footer { display:flex; justify-content: center; margin-bottom: 24px; font: 500 14px 'Montserrat', sans-serif; color: #A09FB1; } footer#footer p a { font-weight: 700; color: #A09FB1; transition: all 0.2s; } footer#footer p a:active, footer#footer p a:checked, footer#footer p a:visited { color: #A09FB1; } footer#footer p a:hover { color: #3C47E9; } /* Responsiveness */ /* Tablet */ @media screen and (min-width: 700px) { /* Main */ /* Weather search */ main section#todays-weather div#weather-nav > button { padding: 24px 20px; } main section#todays-weather div#weather-nav > form { padding: 0px 20px; } main section#todays-weather div#weather-nav > form > div { height: 50px; min-width: 75%; } main section#todays-weather div#weather-nav > form > div > input { font: 600 1.2em; } main section#todays-weather div#weather-nav > form > div > input::placeholder { font: 600 1.2em; } main section#todays-weather div#weather-nav > form > button { margin-right: 40px; padding: 12px 15px; height: 50px; } main section#todays-weather div#weather-nav > ul { gap: 15px; margin-top: 42px; } main section#todays-weather div#weather-nav > ul li { margin: 0 20px; font-size: 1.2rem; } /* Today's Weather */ main section#todays-weather > header { padding: 32px 24px 0 24px; } main section#todays-weather > header button#search-city { height: 45px; padding: 12px 20px; font-size: 18px; } main section#todays-weather > header button#my_location { width: 45px; height: 45px; } main section#todays-weather > div#current img { width: 180px; } /* Convert temperature */ #convert-temperature { margin: 42px 80px 0px; } /* Weather forecast for next 5 days */ #weather-forecast-5days { gap: 40px 32px; padding: 80px 54px; } #weather-forecast-5days div { padding: 32px 0; min-width: 240px; } #weather-forecast-5days div p.day { font-size: 20px; margin-bottom: 25px; } #weather-forecast-5days div img { width: 100px; } #weather-forecast-5days div div.max-and-min-temp, #weather-forecast-5days div div.max-and-min-temp span.scale { font-size: 18px; margin-top: 10px; } /* Today's Hightlights */ #hightlights { padding: 0 48px 96px 48px; } #hightlights .hightlights-conteiner { padding: 32px 0 38px 0; } #hightlights .hightlights-conteiner .title-highlight { font-size: 18px; } #hightlights .hightlights-conteiner .wind-position #position { font-size: 1.2rem; } #hightlights .hightlights-conteiner .wind-position p { font-size: 1rem; } #hightlights .hightlights-conteiner .progress-bar .percent { font-size: 14px; margin-top: 20px; } #hightlights .hightlights-conteiner .progress-bar #progress { height: 16px; width: 320px; } #hightlights .hightlights-conteiner .progress-bar .percentage { font-size: 14px; } /* Page footer */ footer#footer { font: 500 16px 'Montserrat', sans-serif; } } /* Desktop */ @media screen and (min-width: 1000px) { /* Main */ main { display: flex; } /* Weather search */ main section#todays-weather div#weather-nav { position: absolute; } main section#todays-weather div#weather-nav > form { width: 80%; padding: 0px 12px; gap: 12px; } main section#todays-weather div#weather-nav > form > div { width: 40%; } main section#todays-weather div#weather-nav > form > div > input { width: 95%; } main section#todays-weather div#weather-nav > form > button { padding: 11px 14px; margin-right: 0; } /* Today's header */ main section#todays-weather > header { display: flex; align-items: center; justify-content: space-between; padding: 18px 12px 0 12px; } /* Today's Weather */ main section#todays-weather { min-width: 420px; } main section#todays-weather > header { padding: 32px 36px 0 36px; } main section#todays-weather > header button#search-city { height: 40px; padding: 10px 18px; } main section#todays-weather > header button#my_location { width: 40px; height: 40px; } main section#todays-weather > div#current img { width: 200px; } /* Current information */ main section#todays-weather > div#current { padding: 100px 0; } main section#todays-weather > div#current #current-temperature { margin-top: 87px; } main section#todays-weather > div#current #current-temperature h3 { margin-top: 32px; } main section#todays-weather > div#current #current-infos { margin-top: 87px; } /* Convert temperature */ #convert-temperature { margin: 42px 90px 0px; } /* Weather forecast for next 5 days */ #weather-forecast-5days { display:flex; gap: 26px; padding: 66px 80px 72px 80px; } #weather-forecast-5days div { padding: 18px 0; min-width: 120px; } #weather-forecast-5days div p.day { font-size: 18px; margin-bottom: 25px; } #weather-forecast-5days div img { width: 70px; } #weather-forecast-5days div div.max-and-min-temp { font-size: 16px; margin-top: 5px; } /* Today's Hightlights */ #hightlights { padding: 0 80px 96px 80px; } #hightlights > div { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; gap: 48px; } #hightlights .hightlights-conteiner { width: 40%; padding: 22px 0px 38px 0px; } #hightlights .hightlights-conteiner .title-highlight { font-size: 1rem; } #hightlights .hightlights-conteiner .wind-position #position { font-size: 1rem; } #hightlights .hightlights-conteiner .wind-position p { font-size: 14px; } #hightlights .hightlights-conteiner .progress-bar .percent { font-size: 12px; margin-top: 12px; } #hightlights .hightlights-conteiner .progress-bar #progress { height: 10px; width: 160px; } #hightlights .hightlights-conteiner .progress-bar .percentage { font-size: 12px; } /* Page footer */ footer#footer { font: 500 14px 'Montserrat', sans-serif; } }
weather-app/src/css/style.css
:root { --main-text-color: #E7E7EB; --main-background-color: #100E1D; --alternative-background-color: #1E213A; } /* Util */ span.icons { color: var(--main-text-color); } span.scale { color: #A09FB1; font-size: 36px; } button.button { outline: none; border: none; background-color: transparent; cursor: pointer; } h2, h3, p { margin: 0; } /* HTML config */ html { scroll-behavior: smooth; } :target { scroll-margin-top: .8em; } /* Body Style */ body { background: var(--main-background-color); color: var(--main-text-color); font-family: 'Raleway', sans-serif; } /* Main */ /* Today's Weather */ main section#todays-weather { background: var(--alternative-background-color); position: relative; z-index: 1; } /* Cloud background */ main section#todays-weather::before { content: ''; display: block; top: 0; left: 0; width: 100%; height: 100%; position:absolute; background: url('../../assets/img/background/Cloud-background.png') 50% 40% no-repeat; z-index: -1; opacity: 0.1; } /* Weather search */ main section#todays-weather div#weather-nav { display: none; visibility: hidden; opacity: 0; position: fixed; width: 100%; height: 100%; background: var(--alternative-background-color); } main section#todays-weather div#weather-nav.show { visibility: visible; opacity: 1; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; } main section#todays-weather div#weather-nav > button { color: var(--main-text-color); align-self: flex-end; padding: 18px 12px; transition: all 0.2s; } main section#todays-weather div#weather-nav > button:hover { color: #535eee; } main section#todays-weather div#weather-nav > form { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0px 12px; } main section#todays-weather div#weather-nav > form > div { display: flex; align-items: center; gap: 3px; border: solid 1px var(--main-text-color); border-radius: 2px; box-shadow: 1px 1px 3px var(--main-background-color); padding: 0 15px; height: 48px; width: 55%; } main section#todays-weather div#weather-nav > form > div > input { background-color: transparent; border: none; outline: none; color: #616475; font: 600 1em; } main section#todays-weather div#weather-nav > form > div > input::placeholder { color: #616475; font: 600 1em; } main section#todays-weather div#weather-nav > form > button { background-color: #3C47E9; color: var(--main-text-color); font-weight: 600; border-radius: 2px; box-shadow: 1px 1px 3px var(--main-background-color); margin-right: 24px; padding: 12px 15px; height: 48px; transition: all 0.2s; } main section#todays-weather div#weather-nav > form > button:hover { background-color: #222fe7; } main section#todays-weather div#weather-nav > ul { display: flex; flex-direction: column; gap: 10px; width: 100%; margin-top: 38px; padding: 0; list-style: none; } main section#todays-weather div#weather-nav > ul li { display: flex; justify-content: space-between; align-items: center; padding: 22px 12px; margin: 0 12px; cursor: pointer; } main section#todays-weather div#weather-nav > ul li:hover { border: solid 1px #616475; border-radius: 2px; } main section#todays-weather div#weather-nav > ul li span.material-icons { color: #616475; } /* Today's header */ main section#todays-weather > header { display: flex; align-items: center; justify-content: space-between; padding: 18px 12px 0 12px; } /* Header buttons */ main section#todays-weather > header button { background: #6E707A; color: var(--main-text-color); border-radius: 2px; box-shadow: 1.5px 1.5px 3px var(--main-background-color); } main section#todays-weather > header button#search-city { height: 40px; padding: 10px 18px; transition: all 0.2s; } main section#todays-weather > header button#search-city:hover { background-color: #3C47E9; } main section#todays-weather > header button#my_location { width: 40px; height: 40px; border-radius: 50%; transition: all 0.2s; } main section#todays-weather > header button#my_location:hover { background-color: #3C47E9; } /* Current information */ main section#todays-weather > div#current { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 120px 0 100px 0; text-align: center; } main section#todays-weather > div#current img { width: 150px; } main section#todays-weather > div#current #current-temperature { color: #A09FB1; margin-top: 40px; } main section#todays-weather > div#current #current-temperature h2 { font: 500 48px 'Raleway', sans-serif; } main section#todays-weather > div#current #current-temperature h3 { font: 500 36px 'Raleway', sans-serif; margin-top: 23px; } main section#todays-weather > div#current #current-temperature h2 > span.temperature { font-size: 144px; color: var(--main-text-color); } main section#todays-weather > div#current #current-infos { display: flex; flex-direction: column; gap: 33px; font: 500 18px 'Raleway', sans-serif; color: #88869D; margin-top: 48px; } main section#todays-weather > div#current #current-infos div { display: flex; justify-content: center; align-items: center; gap: 3px; } main section#todays-weather > div#current #current-infos div > span.icons { color: #88869D; } /* Convert temperature */ #convert-temperature { display: flex; align-items: center; justify-content: flex-end; margin: 42px 54px 0px; } #convert-temperature button { display: none; visibility: hidden; opacity: 0; } #convert-temperature button.show { display: block; visibility: visible; opacity: 1; } #convert-temperature button#celcius { font-size: 18px; font-weight: 700; text-align: center; color: #110E3C; border-radius: 50%; background: var(--main-text-color); padding: 8px 9px; transition: all 0.3s; } #convert-temperature button#celcius:hover { color: var(--main-text-color); background: #585676; } #convert-temperature button#fahrenheit { font-size: 18px; font-weight: 700; text-align: center; color: var(--main-text-color); border-radius: 50px; background: #585676; background: #585676; padding: 8px 10px; transition: all 0.3s; } #convert-temperature button#fahrenheit:hover { color: #110E3C; background: var(--main-text-color); } /* Weather forecast for next 5 days */ #weather-forecast-5days { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px 26px; padding: 52px 54px; } #weather-forecast-5days div { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: var(--alternative-background-color); border-radius: 2px; padding: 18px 0; min-width: 120px; height: 180px; } #weather-forecast-5days div p.day { font-size: 18px; margin-bottom: 25px; } #weather-forecast-5days div img { width: 70px; } #weather-forecast-5days div div.max-and-min-temp { display: flex; flex-direction: row; gap: 1rem; padding: 0; margin-top: 5px; } #weather-forecast-5days div div.max-and-min-temp span.scale { font-size: 1rem; } #weather-forecast-5days div div.max-and-min-temp p.min-temp { color: #A09FB1; } /* Today's Hightlights */ #hightlights { padding: 0 24px 96px 24px; } #hightlights > div { display: flex; flex-direction: column; gap: 32px; } #hightlights #title { margin-bottom: 32px; } #hightlights .hightlights-conteiner { display: flex; flex-direction: column; align-items: center; background-color: var(--alternative-background-color); border-radius: 2px; padding: 22px 0 28px 0; } #hightlights .hightlights-conteiner .title-highlight { font-size: 1rem; font-weight: 500; margin-bottom: 6px; } #hightlights .hightlights-conteiner .data-hightlights { font-size: 4rem; font-weight: 700; } #hightlights .hightlights-conteiner .data-hightlights.simple-hightlights { margin-bottom: 10px; } #hightlights .hightlights-conteiner .data-hightlights span.measure { font-size: 2rem; font-weight: 500; } #hightlights .hightlights-conteiner .wind-position { display: flex; align-items: center; gap: 12px; margin-top: 32px; } #hightlights .hightlights-conteiner .wind-position #position { background: #A09FB1; border-radius: 50%; font-size: 1rem; padding: 5px; } #hightlights .hightlights-conteiner .wind-position p { font-size: 14px; font-weight: 500; } #hightlights .hightlights-conteiner .progress-bar .percent { display: flex; align-items: center; justify-content: space-between; color: #A09FB1; font-size: 12px; font-weight: 700; margin-top: 12px; } #hightlights .hightlights-conteiner .progress-bar #progress { height: 10px; width: 230px; } #hightlights .hightlights-conteiner .progress-bar .percentage { display: flex; align-items: center; justify-content: flex-end; color: #A09FB1; font-size: 12px; font-weight: 700; } /* Page footer */ footer#footer { display:flex; justify-content: center; margin-bottom: 24px; font: 500 14px 'Montserrat', sans-serif; color: #A09FB1; } footer#footer p a { font-weight: 700; color: #A09FB1; transition: all 0.2s; } footer#footer p a:active, footer#footer p a:checked, footer#footer p a:visited { color: #A09FB1; } footer#footer p a:hover { color: #3C47E9; } /* Responsiveness */ /* Tablet */ @media screen and (min-width: 700px) { /* Main */ /* Weather search */ main section#todays-weather div#weather-nav > button { padding: 24px 20px; } main section#todays-weather div#weather-nav > form { padding: 0px 20px; } main section#todays-weather div#weather-nav > form > div { height: 50px; min-width: 75%; } main section#todays-weather div#weather-nav > form > div > input { font: 600 1.2em; } main section#todays-weather div#weather-nav > form > div > input::placeholder { font: 600 1.2em; } main section#todays-weather div#weather-nav > form > button { margin-right: 40px; padding: 12px 15px; height: 50px; } main section#todays-weather div#weather-nav > ul { gap: 15px; margin-top: 42px; } main section#todays-weather div#weather-nav > ul li { margin: 0 20px; font-size: 1.2rem; } /* Today's Weather */ main section#todays-weather > header { padding: 32px 24px 0 24px; } main section#todays-weather > header button#search-city { height: 45px; padding: 12px 20px; font-size: 18px; } main section#todays-weather > header button#my_location { width: 45px; height: 45px; } main section#todays-weather > div#current img { width: 180px; } /* Convert temperature */ #convert-temperature { margin: 42px 80px 0px; } /* Weather forecast for next 5 days */ #weather-forecast-5days { gap: 40px 32px; padding: 80px 54px; } #weather-forecast-5days div { padding: 32px 0; min-width: 240px; } #weather-forecast-5days div p.day { font-size: 20px; margin-bottom: 25px; } #weather-forecast-5days div img { width: 100px; } #weather-forecast-5days div div.max-and-min-temp, #weather-forecast-5days div div.max-and-min-temp span.scale { font-size: 18px; margin-top: 10px; } /* Today's Hightlights */ #hightlights { padding: 0 48px 96px 48px; } #hightlights .hightlights-conteiner { padding: 32px 0 38px 0; } #hightlights .hightlights-conteiner .title-highlight { font-size: 18px; } #hightlights .hightlights-conteiner .wind-position #position { font-size: 1.2rem; } #hightlights .hightlights-conteiner .wind-position p { font-size: 1rem; } #hightlights .hightlights-conteiner .progress-bar .percent { font-size: 14px; margin-top: 20px; } #hightlights .hightlights-conteiner .progress-bar #progress { height: 16px; width: 320px; } #hightlights .hightlights-conteiner .progress-bar .percentage { font-size: 14px; } /* Page footer */ footer#footer { font: 500 16px 'Montserrat', sans-serif; } } /* Desktop */ @media screen and (min-width: 1000px) { /* Main */ main { display: flex; } /* Weather search */ main section#todays-weather div#weather-nav { position: absolute; } main section#todays-weather div#weather-nav > form { width: 80%; padding: 0px 12px; gap: 12px; } main section#todays-weather div#weather-nav > form > div { width: 40%; } main section#todays-weather div#weather-nav > form > div > input { width: 95%; } main section#todays-weather div#weather-nav > form > button { padding: 11px 14px; margin-right: 0; } /* Today's header */ main section#todays-weather > header { display: flex; align-items: center; justify-content: space-between; padding: 18px 12px 0 12px; } /* Today's Weather */ main section#todays-weather { min-width: 420px; } main section#todays-weather > header { padding: 32px 36px 0 36px; } main section#todays-weather > header button#search-city { height: 40px; padding: 10px 18px; } main section#todays-weather > header button#my_location { width: 40px; height: 40px; } main section#todays-weather > div#current img { width: 200px; } /* Current information */ main section#todays-weather > div#current { padding: 100px 0; } main section#todays-weather > div#current #current-temperature { margin-top: 87px; } main section#todays-weather > div#current #current-temperature h3 { margin-top: 32px; } main section#todays-weather > div#current #current-infos { margin-top: 87px; } /* Convert temperature */ #convert-temperature { margin: 42px 90px 0px; } /* Weather forecast for next 5 days */ #weather-forecast-5days { display:flex; gap: 26px; padding: 66px 80px 72px 80px; } #weather-forecast-5days div { padding: 18px 0; min-width: 120px; } #weather-forecast-5days div p.day { font-size: 18px; margin-bottom: 25px; } #weather-forecast-5days div img { width: 70px; } #weather-forecast-5days div div.max-and-min-temp { font-size: 16px; margin-top: 5px; } /* Today's Hightlights */ #hightlights { padding: 0 80px 96px 80px; } #hightlights > div { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; gap: 48px; } #hightlights .hightlights-conteiner { width: 40%; padding: 22px 0px 38px 0px; } #hightlights .hightlights-conteiner .title-highlight { font-size: 1rem; } #hightlights .hightlights-conteiner .wind-position #position { font-size: 1rem; } #hightlights .hightlights-conteiner .wind-position p { font-size: 14px; } #hightlights .hightlights-conteiner .progress-bar .percent { font-size: 12px; margin-top: 12px; } #hightlights .hightlights-conteiner .progress-bar #progress { height: 10px; width: 160px; } #hightlights .hightlights-conteiner .progress-bar .percentage { font-size: 12px; } /* Page footer */ footer#footer { font: 500 14px 'Montserrat', sans-serif; } }
0.360714
0.081264
*{ margin: 0px; padding: 0px; list-style: none; border-spacing: 0px; font-family: '宋体'; font-size: 5vw; font-style: normal; } .clear{ clear: both; height: 0px; padding: 0px; } .active{ background: pink; } /*公共头部*/ .admin-index-top,.admin-index-topbox{ width: 100%; height: 10vw; line-height: 10vw; text-align: center; border-bottom: 1px solid #ccc; } .admin-index-top{ position: fixed; top: 0px; left: 0px; z-index: 10000; background: rgb(255,255,255); } .admin-index-top span{ font-size: 7vw; } .admin-index-top .admin-index-top-back{ position: absolute; left: 15px; /*font-weight: bold;*/ } .admin-index-middle{ width: 100%; } .admin-index-middle .admin-index-middle-nav{ width: 95%; margin: auto; text-align: center; } .admin-index-middle .admin-index-middle-nav li{ box-sizing: border-box; padding: 0px 5px; width: 30%; height: 10vw; line-height: 10vw; border: 1px solid #ccc; display: inline-block; border-spacing: 0px; text-align: center; margin-top: 5px; font-size: 5vw; } /*后台首页*/ .admin-system-index-middle{ width: 100%; } .admin-system-index-middle .admin-system-index-middle-ul{ width: 95%; margin: 10px auto; border-top: 1px solid #ccc; } .admin-system-index-middle .admin-system-index-middle-ul li{ width: 100%; height: 12vw; line-height: 12px; border: 1px solid #ccc; text-align: center; padding: 0px; } .admin-system-index-middle .admin-system-index-middle-ul li span{ margin: 0px; font-size: 5vw; display: inline-block; border-spacing: 0px; height: 11vw; line-height: 11vw; float: left; } .admin-system-index-middle .admin-system-index-middle-ul li span:nth-child(1){ width: 23vw; text-align: right; /*min-width: 80px;*/ /*border: 1px solid red;*/ } .admin-system-index-middle .admin-system-index-middle-ul li span:nth-child(2){ width: 67vw; /*border: 1px solid #ccc;*/ } .admin-system-index-middle .admin-system-index-middle-ul li span input{ width: 100%; height: 100%; border: 0px; outline: none; font-size: 5vw; padding-left: 5px; box-sizing: border-box; } .admin-system-middle-uploadLOGO{ border: 1px solid #ccc; width: 20vw !important; height: 9vw !important; line-height: 9vw !important; margin-top: 1vw !important; float: right !important; margin-right: 10px !important; } .admin-system-middle-status{ width: 5vw !important; height: 5vw !important; } .admin-system-middle-status-f{ font-size: 5vw !important; } .admin-system-middle-showLOGO{ /*border: 1px solid red;*/ width: 100% !important; /*height: 100%;*/ height: 40vw !important; } /*IP地址管理*/ .admin-computer-middle{ /*border: 1px solid red;*/ width: 100%; margin-top: 10px; } .admin-computer-middle .admin-computer-middle-ul{ width: 95%; margin: auto; border: 1px solid #ccc; /*padding: 5px;*/ box-sizing: border-box; overflow: hidden; } .admin-computer-middle .admin-computer-middle-ul div{ width: 100%; border: 1px solid #ccc; padding: 5px; font-weight: bold; box-sizing: border-box; } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl{ border: 100%; } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl dd{ margin: 0px; padding: 0px; width: 100%; height: 10vw; line-height: 10vw; /*padding: 5px;*/ border: 1px solid #ccc; box-sizing: border-box; vertical-align: middle; } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl dd input{ width: 18%; margin: 0px; text-align: center; /*min-width: 51px;*/ } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl dd img{ width: 7%; float: right; margin-top: 1.7vw; margin-right: 15px; } .admin-computer-middle .admin-computer-middle-ul #admin-computer-middle-form2{ border: 1px solid #ccc; width: 99.4%; margin: auto; min-height: 120px; border-spacing: 0px; } .admin-computer-middle .admin-computer-middle-ul #admin-computer-middle-form2 textarea{ border: 0px; border-bottom: 2px solid #ccc; min-height: 100px; width: 100%; margin: 0px; margin-bottom: -5px; padding: 5px; box-sizing: border-box; outline: none; resize: none; } .admin-computer-middle .admin-computer-middle-ul #admin-computer-middle-form2 button{ width: 100%; text-align: center; min-height: 20px; border: 1px solid #ccc; padding: 5px 0px; cursor: pointer; } /*论坛设置样式*/ .admin-luntan-middle{ width: 95%; margin: 10px auto; /*border: 1px solid #ccc;*/ } .admin-luntan-middle a{ text-decoration: none; } .admin-luntan-middle ul{ width: 100%; /*border: 1px solid #ccc;*/ text-align: center; /*border: 1px solid red;*/ } .admin-luntan-middle ul li{ width: 48%; display: inline-block; border: 1px solid #ccc; text-align: center; padding: 5px; box-sizing: border-box; margin-top: 8px; } /*发帖设置*/ .admin-fatie-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-fatie-middle ul{ width: 100%; margin:0px; /*border: 1px solid red;*/ } .admin-fatie-middle ul li{ width: 100%; /*border: 1px solid green;*/ } .admin-fatie-middle ul li div{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; } .admin-fatie-middle ul li button{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; outline: none; } .admin-fatie-middle ul li .fenlei{ background: #cce; } .admin-fatie-middle ul li .inputBox{ min-width: 80px; width: 25%; text-align: center; } .admin-fatie-middle ul li .inputRadio{ width: 4vw; height: 4vw; } /*回帖设置*/ .admin-huitie-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-huitie-middle ul{ width: 100%; margin:0px; /*border: 1px solid red;*/ } .admin-huitie-middle ul li{ width: 100%; /*border: 1px solid green;*/ } .admin-huitie-middle ul li div{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; } .admin-huitie-middle ul li button{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; outline: none; } .admin-huitie-middle ul li .fenlei{ background: #cce; } .admin-huitie-middle ul li .inputBox{ min-width: 80px; width: 25%; text-align: center; } .admin-huitie-middle ul li .inputRadio{ width: 4vw; height: 4vw; } .admin-huitie-middle ul li .timebox{ width: 47%; text-align: center; } /*添加新分区*/ .admin-addfenqu-middle{ width: 95%; margin: 10px auto; } .admin-addfenqu-middle ul{ border: 1px solid #ccc; width: 100%; } .admin-addfenqu-middle ul li{ border: 1px solid #ccc; box-sizing: border-box; padding: 10px; } .admin-addfenqu-middle ul li .inputRadio{ width: 4vw; height: 4vw; } .admin-addfenqu-middle ul li input[name='name']{ width: 55vw; } .admin-addfenqu-middle ul li input[name='gold']{ width: 30vw; } .admin-addfenqu-middle ul li input[name='pride_percent']{ width: 30vw; } .admin-addfenqu-middle ul li input{ text-align: center; } .admin-addfenqu-middle ul li button{ width: 48%; /*height: 100%;*/ padding: 5px; box-sizing: border-box; border: 1px solid #ccc; } /*货币设置*/ .admin-huobishezhi-middle{ width: 95%; margin: 10px auto; } .admin-huobishezhi-middle ul{ border: 1px solid #ccc; width: 100%; } .admin-huobishezhi-middle ul li{ box-sizing: border-box; border: 1px solid #ccc; width: 100%; padding: 2.5vw 1vw; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin{ width: 30%; float: left; border: 0px solid red; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin span{ display: block; width: 100%; padding: 1.5vw 1vw; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin img{ width: 8vw; float: right; margin-top: -.5vw; margin-right: 2vw; border: 0px solid red; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin input{ width: 15vw; text-align: center; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin-desc{ border: 0px solid red; float: left; width: 68%; padding: .5vw; position: relative; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin-desc span{ position: absolute; font-size: 4vw; top: 3px; left: 3px; z-index: 1000; height: 5vw; width: 11vw; display: block; /*border: 1px solid red;*/ } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin-desc textarea{ width: 99%; height: 15vw; margin: 0px; font-size: 4vw; padding: .5vw; outline: none; border: 1px solid #ccc; resize: none; color: #999; } .admin-huobishezhi-middle ul li .inputRadio{ width: 4vw; height: 4vw; } .admin-huobishezhi-middle ul li .coinBox{ } .admin-huobishezhi-middle ul li .coinsBox{ } .admin-huobishezhi-middle ul li .coinsBox input{ width: 20%; text-align: center; float: left; margin-top: 2.5vw; margin-left: 2.5vw; } .admin-huobishezhi-middle ul li button{ width: 100%; border: 0px solid #ccc; border-bottom: 1px solid #ccc; padding: 1.8vw; } /*等级规划*/ .admin-rank-middle{ width: 95%; margin: auto; /*border: 1px solid #ccc;*/ } .admin-rank-middle .admin-rank-nav,.admin-rank-middle .admin-rank-navbox{ width: 100%; text-align: center; height: 10vw; background: rgb(255,255,255); /*border: 1px solid red;*/ } .admin-rank-middle .admin-rank-nav{ /*border: 1px solid green;*/ position: fixed; top: 10vw; left: 0px; margin-top: 1px; padding-top: 5px; } .admin-rank-middle .admin-rank-nav span{ display: inline-block; border: 1px solid green; width: 30%; padding: 5px; box-sizing: border-box; } .admin-rank-middle .admin-rank-list{ margin-top: 10px; box-sizing: border-box; text-align: center; } .admin-rank-middle .admin-rank-list li{ border: 1px solid #ccc; width: 90%; margin: 10px auto; } .admin-rank-middle .admin-rank-list li div{ /*border: 1px solid #ccc;*/ padding: 0px; text-align: left; padding: 5px 5px; } .admin-rank-middle .admin-rank-list li div input{ color: #666; } .admin-rank-middle .admin-rank-list li div:nth-child(1) span{ display: inline-block; width: 13%; border: 1px solid #ccc; font-size: 4.5vw; padding: 3px 1px; box-sizing: border-box; text-align: center; } .admin-rank-middle .admin-rank-list li div:nth-child(1) input{ width: 15%; font-size: 4vw; text-align: center; padding: 3px 0px; } .admin-rank-middle .admin-rank-list li div:nth-child(1) input:nth-child(2){ width: 23%; /*border: 1px solid red;*/ } .admin-rank-middle .admin-rank-list li div:nth-child(2) span{ display: block; float: left; font-size: 4.5vw; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(1){ /*border: 1px solid red;*/ width: 13%; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(1) i{ width: 100%; border: 1px solid #ccc; padding: 3px 0px; text-align: center; font-size: 4.5vw; font-style: normal; display: inline-block; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(1) i:nth-child(2){ margin-top: 10px; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(2){ /*border: 1px solid red;*/ width: 27%; padding-bottom: 20%; height: 0; text-align: center; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(2) img{ /*border: 1px solid #ccc;*/ /*width: 80%;*/ height: 16vw; /*padding-bottom: 45%;*/ } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(3){ width: 58%; padding-bottom: 4.5%; /*border: 1px solid red;*/ } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(3) textarea{ border: 1px solid #ccc; width: 100%; padding: 0px 5px; padding-bottom: 34%; height: 0; box-sizing: border-box; outline: none; resize: none; font-size: 3.7vw; color: #666; } .admin-rank-middle .admin-rank-list li div:nth-child(2) dl{ text-align: center; } .admin-rank-middle .admin-rank-list li div:nth-child(2) dl button{ width: 45%; font-size: 4vw; padding: 2px 5px; box-sizing: border-box; color: #666; } .admin-rank-middle .admin-rank-addBtn{ text-align: center; border: 1px solid #ccc; margin-bottom: 50px; } .admin-rank-middle .admin-rank-addBtn button{ width: 100%; border: 1px solid #ccc; box-sizing: border-box; padding: 5px; } /*在线设置*/ .admin-online-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-online-middle .admin-online-middle-ul{ width: 100%; } .admin-online-middle .admin-online-middle-ul li{ width: 100%; border: 1px solid #ccc; box-sizing: border-box; padding: 5px; } .admin-online-middle .admin-online-middle-ul li input,.admin-online-middle .admin-online-middle-ul li select{ padding: 3px 5px; box-sizing: border-box; width: 45%; } .admin-online-middle .admin-online-middle-ul li span p{ font-size: 3.6vw; color: #666; } .admin-online-middle .admin-online-middle-ul li .admin-online-middle-remark{ } /*会员注册*/ .admin-register-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-register-middle .admin-register-middle-ul{ width: 100%; } .admin-register-middle .admin-register-middle-ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-register-middle .admin-register-middle-ul li input{ width: 62%; padding: 3px 5px; } .admin-register-middle .admin-register-middle-ul li select{ padding: 3px 5px; } .admin-register-middle .admin-register-middle-ul li div{ width: 100%; text-align: center; } .admin-register-middle .admin-register-middle-ul li div textarea{ width: 90%; resize: none; /*outline: none;*/ padding: 5px; font-size: 3vw; color: #666; line-height: 5.5vw; } .admin-register-middle .admin-register-middle-ul li button{ width: 100%; border: 1px solid #ccc; padding: 7px; } /*输入限制*/ .admin-input-limit-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-input-limit-middle .admin-input-limit-middle-ul{ width: 100%; } .admin-input-limit-middle .admin-input-limit-middle-ul li{ width: 100%; box-sizing: border-box; border: 1px solid #ccc; padding: 5px; } .admin-input-limit-middle .admin-input-limit-middle-ul li div{ width: 100%; text-align: center; } .admin-input-limit-middle .admin-input-limit-middle-ul li textarea{ width: 90%; border: 1px solid #ccc; resize: none; box-sizing: border-box; padding: 10px; line-height: 5vw; font-size: 4vw; color: #666; } .admin-input-limit-middle .admin-input-limit-middle-ul li button{ width: 100%; border: 1px solid #ccc; padding: 5px; } .admin-input-limit-middle .admin-input-limit-middle-ul li input,.admin-input-limit-middle .admin-input-limit-middle-ul li select{ box-sizing: border-box; padding: 3px 5px; width: 50%; } /*用户管理*/ .admin-user-list-middle{ width: 95%; border: 1px solid #ccc; margin: auto; } .admin-user-list-middle .admin-user-list-middle-soso,.admin-user-list-middle .admin-user-list-middle-sosobox{ width: 100%; height: 12vw; border: 1px solid #ccc; box-sizing: border-box; padding: 1.5vw; text-align: center; /*border: 1px solid red;*/ } .admin-user-list-middle .admin-user-list-middle-soso{ /*border: 1px solid yellow;*/ width: 95%; position: fixed; top: 10vw; left: 2.5%; margin-top: 1px; background: rgb(255,255,255); } .admin-user-list-middle .admin-user-list-middle-soso input{ padding: 3px 5px; width: 70%; text-align: center; border: 2px solid #ccc; } .admin-user-list-middle .admin-user-list-middle-soso button{ display: inline-block; width: 20%; padding: 3px; text-align: center; box-sizing: border-box; border: 2px solid #ccc; background: #ccc; } .admin-user-list-middle .admin-user-list-middle-ul{ width: 100%; } .admin-user-list-middle .admin-user-list-middle-ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-user-list-middle .admin-user-list-middle-ul li h3{ text-align: center; } .admin-user-list-middle .admin-user-list-middle-ul li div{ text-align: center; margin-top: 10px; } .admin-user-list-middle .admin-user-list-middle-ul li div form{ display: none; } .admin-user-list-middle .admin-user-list-middle-ul li div span{ display: inline-block; padding: 2px 5px; background: #ccc; border: 1px solid #999; } .admin-user-list-middle .admin-user-list-middle-ul li div span{ margin-left: 1%; } .admin-user-list-middle .admin-user-list-middle-ul li div span:nth-child(1){ margin-left: 0px; } .admin-user-list-middle .admin-user-list-middle-loading{ width: 100%; /*border: 1px solid green;*/ height: 15vw; line-height: 15vw; text-align: center; display: none; } /*金币流水*/ .admin-gold-history-middle{ width: 95%; border: 1px solid #ccc; margin: 10px auto; } .admin-gold-history-middle .admin-gold-history-middle-div{ text-align: center; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-gold-history-middle .admin-gold-history-middle-div span{ font-weight: bold; } .admin-gold-history-middle .admin-gold-history-middle-ul{ width: 100%; } .admin-gold-history-middle .admin-gold-history-middle-ul li{ width: 100%; border: 1px solid #ccc; box-sizing: border-box; padding: 5px; } .admin-gold-history-middle .admin-gold-history-middle-ul li dl{ width: 100%; display: block; } .admin-gold-history-middle .admin-gold-history-middle-ul li dl span{ display: inline-block; border: 1px solid #ccc; float: left; margin: 5px 10px; box-sizing: border-box; padding: 5px; } .admin-gold-history-middle button{ width: 100%; margin: auto; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } /*奖励发放*/ .admin-user-pride-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-user-pride-middle .admin-user-pride-middle-ul{ width: 100%; } .admin-user-pride-middle .admin-user-pride-middle-ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-user-pride-middle .admin-user-pride-middle-ul li input,.admin-user-pride-middle .admin-user-pride-middle-ul li button{ box-sizing: border-box; padding: 3px 10px; } .admin-user-pride-middle .admin-user-pride-middle-ul li .admin-user-pride-xunzhang{ width: 100%; min-height: 30vw; border: 1px solid #ccc; margin-top: 5px; } .admin-user-pride-chosexunzhang{ position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; margin: auto; background: rgb(0,0,0); opacity: 0.5; filter: opacity(5); z-index: 99; display: none; } .admin-user-pride-chosexunzhang-ul{ width: 95%; margin: auto; background: rgb(255,255,255); position: fixed; z-index: 100; left: 2.5%; top: 15vh; height: 60vh; text-align: center; display: none; /*padding-bottom: 50vw;*/ } .admin-user-pride-chosexunzhang-ul li{ display: inline-block; width: 30%; border: 1px solid #ccc; margin-top: 10px; box-sizing: border-box; padding: 3px 5px; font-weight: bold; } .chosexunzhang-active{ background: #ccc; } .admin-user-pride-chosexunzhang-ul li div{ position: absolute; top: 8vh; left: 2.5%; width: 95%; height: 45vh; border: 1px solid #ccc; overflow-y: auto; text-align: center; } .admin-user-pride-chosexunzhang-ul li div span{ display: inline-block; text-align: center; width: 20%; height: 18vw; margin-top: 8vw; margin-left: 3.1vw; border: 1px solid #ccc; float: left; font-weight: 300; } .admin-user-pride-chosexunzhang-ul li div span dl{ width: 100%; height: 100%; font-size: 3vw; } .admin-user-pride-chosexunzhang-ul li div span dl:nth-child(2){ margin-top: 5px; } .admin-user-pride-chosexunzhang-ul li div span dl img{ } .admin-user-pride-chosexunzhang-button{ position: absolute; top: 54.5vh; text-align: center; width: 100%; } .admin-user-pride-chosexunzhang-button button{ padding: 1px 5px; box-sizing: border-box; } .admin-user-pride-chosexunzhang-button button:nth-child(2){ margin-left: 50px; } /*系统安全*/ .admin-security-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-security-middle ul{ width: 100%; } .admin-security-middle ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-security-middle ul li div{ width: 100%; } .admin-security-middle ul li div dl{ width: 95%; margin: 5px auto; } .admin-security-middle ul li div dl input{ width: 13%; text-align: center; } .admin-security-middle ul li button{ padding: 2px 5px; } .admin-security-middle ul li span p{ font-size: 4vw; line-height: 6vw; color: #666; } /*消息系统*/ .system-news-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .system-news-middle ul{ width: 100%; } .system-news-middle ul li{ width: 100%; border: 1px solid #ccc; } .system-news-middle ul li div{ width: 100%; box-sizing: border-box; /*padding: 10px;*/ } .system-news-middle ul li .title{ text-align: center; background: #ccc; padding: 5px; box-sizing: border-box; font-weight: bold; } .system-news-middle ul li div dl{ box-sizing: border-box; width: 100%; padding: 10px; display: block; /*border: 1px solid red;*/ } .system-news-middle ul li div dl input{ width: 70vw; height: 10vw; float: left; margin-left: 2vw; box-sizing: border-box; padding: 1.5vw; border: 1px solid #ccc; } .system-news-middle ul li div dl .fuxuankuan,.system-news-middle ul li div dl img{ width: 6vw; height: 6vw; border: 1px solid #ccc; margin-top: 1.5vw; } .system-news-middle ul li div dl img{ margin-left: 2vw; } .system-news-middle ul li div button{ padding: 3px 5px; margin: 10px; border: 1px solid #ccc; } .system-news-middle ul li input[name="laba_time"]{ height: 10vw; width: 30vw; border: 1px solid #ccc; } .system-news-middle ul li .lababox{ border: 0px solid red; padding: 10px 5px; } .system-news-middle ul li .submitBtn{ width: 100%; border: 0px; padding: 8px; border: 1px solid #ccc; } /*游戏管理*/ .admin-games-middle{ width: 95%; margin:10px auto; border: 1px solid #ccc; } .admin-games-middle .admin-games-middle-ul{ width: 100%; text-align: center; } .admin-games-middle .admin-games-middle-ul a{ display: inline-block; border: 1px solid #ccc; text-decoration: none; width: 45vw; height: 20vw; } .admin-games-middle .admin-games-middle-ul a li{ width: 100%; height: 100%; } .admin-games-middle .admin-games-middle-ul a li img{ height: 16vw; width: auto; margin-left: 3vw; margin-top: 2vw; float: left; } .admin-games-middle .admin-games-middle-ul a li span{ float: left; line-height: 20vw; font-size: 4vw; margin-left: 1.5vw; } /*广东11选5*/ .admin-GD11x5-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-GD11x5-middle .admin-GD11x5-middle-navs{ width: 100%; height: 10vw; border-bottom: 1px solid #ccc; line-height: 9.5vw; text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-navs span{ display: inline-block; /*width: 17%;*/ box-sizing: border-box; padding: 0px 15px; /*font-size: 4vw;*/ /*border: 1px solid red;*/ } .admin-GD11x5-middle .admin-GD11x5-middle-box{ width: 100%; position: relative; /*border: 1px solid red;*/ } .admin-GD11x5-middle .admin-GD11x5-middle-box ul{ position: absolute; left: -1px; top: 0px; width: 100%; display: none; /*border: 1px solid green;*/ } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li{ width: 100%; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table{ width: 100%; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr{ } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr td,.admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr th{ border: 1px solid #ccc; box-sizing: border-box; padding: 5px 0px; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr th{ text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table:nth-child(1) tr td{ width: 20%; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li .button{ width: 100%; margin: 15px 0px; text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li .button button{ width: 30vw; padding: 5px; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li input{ font-size: 4vw; height: 6vw; text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-box .activeUL{ display: block; } /*三公*/ .admin-sg-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc;2 } .admin-sg-middle table{ width: 100%; } .admin-sg-middle table td,.admin-sg-middle table th{ border: 1px solid #ccc; width: 22%; text-align: center; padding: 5px; } .admin-sg-middle table td input{ width: 100%; border: 0px solid #ccc; text-align: center; } .admin-sg-middle td button{ padding: 3px 20px; } /*下限设置*/ .admin-setLimit-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-setLimit-middle table{ width: 100%; } .admin-setLimit-middle table td{ border: 1px solid #ccc; width: 20%; box-sizing: border-box; padding: 5px; /*font-size: 3vw;*/ text-align: center; } .admin-setLimit-middle table td:nth-child(2),.admin-setLimit-middle table td:nth-child(4){ width: 30%; } .admin-setLimit-middle table td span,.admin-setLimit-middle table td input{ font-size: 3vw; color: #666; } .admin-setLimit-middle table td input{ width: 55%; float: right; height: 5.5vw; text-align: center; border: 1px solid #ccc; } .admin-setLimit-middle table td button{ padding: 5px 15px; } /* 百家乐赔率设置 */ .admin-bjle-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-bjle-middle table{ display: block; width: 100%; } .admin-bjle-middle table td{ width: 24%; border: 1px solid #ccc; overflow: hidden; text-align: center; padding: 5px 0px; box-sizing: border-box; } .admin-bjle-middle table td input{ width: 80%; border: 0px solid #ccc; text-align: center; }
public/Index/css/index.css
*{ margin: 0px; padding: 0px; list-style: none; border-spacing: 0px; font-family: '宋体'; font-size: 5vw; font-style: normal; } .clear{ clear: both; height: 0px; padding: 0px; } .active{ background: pink; } /*公共头部*/ .admin-index-top,.admin-index-topbox{ width: 100%; height: 10vw; line-height: 10vw; text-align: center; border-bottom: 1px solid #ccc; } .admin-index-top{ position: fixed; top: 0px; left: 0px; z-index: 10000; background: rgb(255,255,255); } .admin-index-top span{ font-size: 7vw; } .admin-index-top .admin-index-top-back{ position: absolute; left: 15px; /*font-weight: bold;*/ } .admin-index-middle{ width: 100%; } .admin-index-middle .admin-index-middle-nav{ width: 95%; margin: auto; text-align: center; } .admin-index-middle .admin-index-middle-nav li{ box-sizing: border-box; padding: 0px 5px; width: 30%; height: 10vw; line-height: 10vw; border: 1px solid #ccc; display: inline-block; border-spacing: 0px; text-align: center; margin-top: 5px; font-size: 5vw; } /*后台首页*/ .admin-system-index-middle{ width: 100%; } .admin-system-index-middle .admin-system-index-middle-ul{ width: 95%; margin: 10px auto; border-top: 1px solid #ccc; } .admin-system-index-middle .admin-system-index-middle-ul li{ width: 100%; height: 12vw; line-height: 12px; border: 1px solid #ccc; text-align: center; padding: 0px; } .admin-system-index-middle .admin-system-index-middle-ul li span{ margin: 0px; font-size: 5vw; display: inline-block; border-spacing: 0px; height: 11vw; line-height: 11vw; float: left; } .admin-system-index-middle .admin-system-index-middle-ul li span:nth-child(1){ width: 23vw; text-align: right; /*min-width: 80px;*/ /*border: 1px solid red;*/ } .admin-system-index-middle .admin-system-index-middle-ul li span:nth-child(2){ width: 67vw; /*border: 1px solid #ccc;*/ } .admin-system-index-middle .admin-system-index-middle-ul li span input{ width: 100%; height: 100%; border: 0px; outline: none; font-size: 5vw; padding-left: 5px; box-sizing: border-box; } .admin-system-middle-uploadLOGO{ border: 1px solid #ccc; width: 20vw !important; height: 9vw !important; line-height: 9vw !important; margin-top: 1vw !important; float: right !important; margin-right: 10px !important; } .admin-system-middle-status{ width: 5vw !important; height: 5vw !important; } .admin-system-middle-status-f{ font-size: 5vw !important; } .admin-system-middle-showLOGO{ /*border: 1px solid red;*/ width: 100% !important; /*height: 100%;*/ height: 40vw !important; } /*IP地址管理*/ .admin-computer-middle{ /*border: 1px solid red;*/ width: 100%; margin-top: 10px; } .admin-computer-middle .admin-computer-middle-ul{ width: 95%; margin: auto; border: 1px solid #ccc; /*padding: 5px;*/ box-sizing: border-box; overflow: hidden; } .admin-computer-middle .admin-computer-middle-ul div{ width: 100%; border: 1px solid #ccc; padding: 5px; font-weight: bold; box-sizing: border-box; } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl{ border: 100%; } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl dd{ margin: 0px; padding: 0px; width: 100%; height: 10vw; line-height: 10vw; /*padding: 5px;*/ border: 1px solid #ccc; box-sizing: border-box; vertical-align: middle; } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl dd input{ width: 18%; margin: 0px; text-align: center; /*min-width: 51px;*/ } .admin-computer-middle .admin-computer-middle-ul .admin-computer-middle-dl dd img{ width: 7%; float: right; margin-top: 1.7vw; margin-right: 15px; } .admin-computer-middle .admin-computer-middle-ul #admin-computer-middle-form2{ border: 1px solid #ccc; width: 99.4%; margin: auto; min-height: 120px; border-spacing: 0px; } .admin-computer-middle .admin-computer-middle-ul #admin-computer-middle-form2 textarea{ border: 0px; border-bottom: 2px solid #ccc; min-height: 100px; width: 100%; margin: 0px; margin-bottom: -5px; padding: 5px; box-sizing: border-box; outline: none; resize: none; } .admin-computer-middle .admin-computer-middle-ul #admin-computer-middle-form2 button{ width: 100%; text-align: center; min-height: 20px; border: 1px solid #ccc; padding: 5px 0px; cursor: pointer; } /*论坛设置样式*/ .admin-luntan-middle{ width: 95%; margin: 10px auto; /*border: 1px solid #ccc;*/ } .admin-luntan-middle a{ text-decoration: none; } .admin-luntan-middle ul{ width: 100%; /*border: 1px solid #ccc;*/ text-align: center; /*border: 1px solid red;*/ } .admin-luntan-middle ul li{ width: 48%; display: inline-block; border: 1px solid #ccc; text-align: center; padding: 5px; box-sizing: border-box; margin-top: 8px; } /*发帖设置*/ .admin-fatie-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-fatie-middle ul{ width: 100%; margin:0px; /*border: 1px solid red;*/ } .admin-fatie-middle ul li{ width: 100%; /*border: 1px solid green;*/ } .admin-fatie-middle ul li div{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; } .admin-fatie-middle ul li button{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; outline: none; } .admin-fatie-middle ul li .fenlei{ background: #cce; } .admin-fatie-middle ul li .inputBox{ min-width: 80px; width: 25%; text-align: center; } .admin-fatie-middle ul li .inputRadio{ width: 4vw; height: 4vw; } /*回帖设置*/ .admin-huitie-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-huitie-middle ul{ width: 100%; margin:0px; /*border: 1px solid red;*/ } .admin-huitie-middle ul li{ width: 100%; /*border: 1px solid green;*/ } .admin-huitie-middle ul li div{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; } .admin-huitie-middle ul li button{ width: 100%; border: 1px solid #ccc; padding: 2vw; box-sizing: border-box; outline: none; } .admin-huitie-middle ul li .fenlei{ background: #cce; } .admin-huitie-middle ul li .inputBox{ min-width: 80px; width: 25%; text-align: center; } .admin-huitie-middle ul li .inputRadio{ width: 4vw; height: 4vw; } .admin-huitie-middle ul li .timebox{ width: 47%; text-align: center; } /*添加新分区*/ .admin-addfenqu-middle{ width: 95%; margin: 10px auto; } .admin-addfenqu-middle ul{ border: 1px solid #ccc; width: 100%; } .admin-addfenqu-middle ul li{ border: 1px solid #ccc; box-sizing: border-box; padding: 10px; } .admin-addfenqu-middle ul li .inputRadio{ width: 4vw; height: 4vw; } .admin-addfenqu-middle ul li input[name='name']{ width: 55vw; } .admin-addfenqu-middle ul li input[name='gold']{ width: 30vw; } .admin-addfenqu-middle ul li input[name='pride_percent']{ width: 30vw; } .admin-addfenqu-middle ul li input{ text-align: center; } .admin-addfenqu-middle ul li button{ width: 48%; /*height: 100%;*/ padding: 5px; box-sizing: border-box; border: 1px solid #ccc; } /*货币设置*/ .admin-huobishezhi-middle{ width: 95%; margin: 10px auto; } .admin-huobishezhi-middle ul{ border: 1px solid #ccc; width: 100%; } .admin-huobishezhi-middle ul li{ box-sizing: border-box; border: 1px solid #ccc; width: 100%; padding: 2.5vw 1vw; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin{ width: 30%; float: left; border: 0px solid red; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin span{ display: block; width: 100%; padding: 1.5vw 1vw; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin img{ width: 8vw; float: right; margin-top: -.5vw; margin-right: 2vw; border: 0px solid red; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin input{ width: 15vw; text-align: center; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin-desc{ border: 0px solid red; float: left; width: 68%; padding: .5vw; position: relative; } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin-desc span{ position: absolute; font-size: 4vw; top: 3px; left: 3px; z-index: 1000; height: 5vw; width: 11vw; display: block; /*border: 1px solid red;*/ } .admin-huobishezhi-middle ul li .admin-huobishezhi-middle-coin-desc textarea{ width: 99%; height: 15vw; margin: 0px; font-size: 4vw; padding: .5vw; outline: none; border: 1px solid #ccc; resize: none; color: #999; } .admin-huobishezhi-middle ul li .inputRadio{ width: 4vw; height: 4vw; } .admin-huobishezhi-middle ul li .coinBox{ } .admin-huobishezhi-middle ul li .coinsBox{ } .admin-huobishezhi-middle ul li .coinsBox input{ width: 20%; text-align: center; float: left; margin-top: 2.5vw; margin-left: 2.5vw; } .admin-huobishezhi-middle ul li button{ width: 100%; border: 0px solid #ccc; border-bottom: 1px solid #ccc; padding: 1.8vw; } /*等级规划*/ .admin-rank-middle{ width: 95%; margin: auto; /*border: 1px solid #ccc;*/ } .admin-rank-middle .admin-rank-nav,.admin-rank-middle .admin-rank-navbox{ width: 100%; text-align: center; height: 10vw; background: rgb(255,255,255); /*border: 1px solid red;*/ } .admin-rank-middle .admin-rank-nav{ /*border: 1px solid green;*/ position: fixed; top: 10vw; left: 0px; margin-top: 1px; padding-top: 5px; } .admin-rank-middle .admin-rank-nav span{ display: inline-block; border: 1px solid green; width: 30%; padding: 5px; box-sizing: border-box; } .admin-rank-middle .admin-rank-list{ margin-top: 10px; box-sizing: border-box; text-align: center; } .admin-rank-middle .admin-rank-list li{ border: 1px solid #ccc; width: 90%; margin: 10px auto; } .admin-rank-middle .admin-rank-list li div{ /*border: 1px solid #ccc;*/ padding: 0px; text-align: left; padding: 5px 5px; } .admin-rank-middle .admin-rank-list li div input{ color: #666; } .admin-rank-middle .admin-rank-list li div:nth-child(1) span{ display: inline-block; width: 13%; border: 1px solid #ccc; font-size: 4.5vw; padding: 3px 1px; box-sizing: border-box; text-align: center; } .admin-rank-middle .admin-rank-list li div:nth-child(1) input{ width: 15%; font-size: 4vw; text-align: center; padding: 3px 0px; } .admin-rank-middle .admin-rank-list li div:nth-child(1) input:nth-child(2){ width: 23%; /*border: 1px solid red;*/ } .admin-rank-middle .admin-rank-list li div:nth-child(2) span{ display: block; float: left; font-size: 4.5vw; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(1){ /*border: 1px solid red;*/ width: 13%; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(1) i{ width: 100%; border: 1px solid #ccc; padding: 3px 0px; text-align: center; font-size: 4.5vw; font-style: normal; display: inline-block; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(1) i:nth-child(2){ margin-top: 10px; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(2){ /*border: 1px solid red;*/ width: 27%; padding-bottom: 20%; height: 0; text-align: center; } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(2) img{ /*border: 1px solid #ccc;*/ /*width: 80%;*/ height: 16vw; /*padding-bottom: 45%;*/ } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(3){ width: 58%; padding-bottom: 4.5%; /*border: 1px solid red;*/ } .admin-rank-middle .admin-rank-list li div:nth-child(2) span:nth-child(3) textarea{ border: 1px solid #ccc; width: 100%; padding: 0px 5px; padding-bottom: 34%; height: 0; box-sizing: border-box; outline: none; resize: none; font-size: 3.7vw; color: #666; } .admin-rank-middle .admin-rank-list li div:nth-child(2) dl{ text-align: center; } .admin-rank-middle .admin-rank-list li div:nth-child(2) dl button{ width: 45%; font-size: 4vw; padding: 2px 5px; box-sizing: border-box; color: #666; } .admin-rank-middle .admin-rank-addBtn{ text-align: center; border: 1px solid #ccc; margin-bottom: 50px; } .admin-rank-middle .admin-rank-addBtn button{ width: 100%; border: 1px solid #ccc; box-sizing: border-box; padding: 5px; } /*在线设置*/ .admin-online-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-online-middle .admin-online-middle-ul{ width: 100%; } .admin-online-middle .admin-online-middle-ul li{ width: 100%; border: 1px solid #ccc; box-sizing: border-box; padding: 5px; } .admin-online-middle .admin-online-middle-ul li input,.admin-online-middle .admin-online-middle-ul li select{ padding: 3px 5px; box-sizing: border-box; width: 45%; } .admin-online-middle .admin-online-middle-ul li span p{ font-size: 3.6vw; color: #666; } .admin-online-middle .admin-online-middle-ul li .admin-online-middle-remark{ } /*会员注册*/ .admin-register-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-register-middle .admin-register-middle-ul{ width: 100%; } .admin-register-middle .admin-register-middle-ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-register-middle .admin-register-middle-ul li input{ width: 62%; padding: 3px 5px; } .admin-register-middle .admin-register-middle-ul li select{ padding: 3px 5px; } .admin-register-middle .admin-register-middle-ul li div{ width: 100%; text-align: center; } .admin-register-middle .admin-register-middle-ul li div textarea{ width: 90%; resize: none; /*outline: none;*/ padding: 5px; font-size: 3vw; color: #666; line-height: 5.5vw; } .admin-register-middle .admin-register-middle-ul li button{ width: 100%; border: 1px solid #ccc; padding: 7px; } /*输入限制*/ .admin-input-limit-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-input-limit-middle .admin-input-limit-middle-ul{ width: 100%; } .admin-input-limit-middle .admin-input-limit-middle-ul li{ width: 100%; box-sizing: border-box; border: 1px solid #ccc; padding: 5px; } .admin-input-limit-middle .admin-input-limit-middle-ul li div{ width: 100%; text-align: center; } .admin-input-limit-middle .admin-input-limit-middle-ul li textarea{ width: 90%; border: 1px solid #ccc; resize: none; box-sizing: border-box; padding: 10px; line-height: 5vw; font-size: 4vw; color: #666; } .admin-input-limit-middle .admin-input-limit-middle-ul li button{ width: 100%; border: 1px solid #ccc; padding: 5px; } .admin-input-limit-middle .admin-input-limit-middle-ul li input,.admin-input-limit-middle .admin-input-limit-middle-ul li select{ box-sizing: border-box; padding: 3px 5px; width: 50%; } /*用户管理*/ .admin-user-list-middle{ width: 95%; border: 1px solid #ccc; margin: auto; } .admin-user-list-middle .admin-user-list-middle-soso,.admin-user-list-middle .admin-user-list-middle-sosobox{ width: 100%; height: 12vw; border: 1px solid #ccc; box-sizing: border-box; padding: 1.5vw; text-align: center; /*border: 1px solid red;*/ } .admin-user-list-middle .admin-user-list-middle-soso{ /*border: 1px solid yellow;*/ width: 95%; position: fixed; top: 10vw; left: 2.5%; margin-top: 1px; background: rgb(255,255,255); } .admin-user-list-middle .admin-user-list-middle-soso input{ padding: 3px 5px; width: 70%; text-align: center; border: 2px solid #ccc; } .admin-user-list-middle .admin-user-list-middle-soso button{ display: inline-block; width: 20%; padding: 3px; text-align: center; box-sizing: border-box; border: 2px solid #ccc; background: #ccc; } .admin-user-list-middle .admin-user-list-middle-ul{ width: 100%; } .admin-user-list-middle .admin-user-list-middle-ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-user-list-middle .admin-user-list-middle-ul li h3{ text-align: center; } .admin-user-list-middle .admin-user-list-middle-ul li div{ text-align: center; margin-top: 10px; } .admin-user-list-middle .admin-user-list-middle-ul li div form{ display: none; } .admin-user-list-middle .admin-user-list-middle-ul li div span{ display: inline-block; padding: 2px 5px; background: #ccc; border: 1px solid #999; } .admin-user-list-middle .admin-user-list-middle-ul li div span{ margin-left: 1%; } .admin-user-list-middle .admin-user-list-middle-ul li div span:nth-child(1){ margin-left: 0px; } .admin-user-list-middle .admin-user-list-middle-loading{ width: 100%; /*border: 1px solid green;*/ height: 15vw; line-height: 15vw; text-align: center; display: none; } /*金币流水*/ .admin-gold-history-middle{ width: 95%; border: 1px solid #ccc; margin: 10px auto; } .admin-gold-history-middle .admin-gold-history-middle-div{ text-align: center; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-gold-history-middle .admin-gold-history-middle-div span{ font-weight: bold; } .admin-gold-history-middle .admin-gold-history-middle-ul{ width: 100%; } .admin-gold-history-middle .admin-gold-history-middle-ul li{ width: 100%; border: 1px solid #ccc; box-sizing: border-box; padding: 5px; } .admin-gold-history-middle .admin-gold-history-middle-ul li dl{ width: 100%; display: block; } .admin-gold-history-middle .admin-gold-history-middle-ul li dl span{ display: inline-block; border: 1px solid #ccc; float: left; margin: 5px 10px; box-sizing: border-box; padding: 5px; } .admin-gold-history-middle button{ width: 100%; margin: auto; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } /*奖励发放*/ .admin-user-pride-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-user-pride-middle .admin-user-pride-middle-ul{ width: 100%; } .admin-user-pride-middle .admin-user-pride-middle-ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-user-pride-middle .admin-user-pride-middle-ul li input,.admin-user-pride-middle .admin-user-pride-middle-ul li button{ box-sizing: border-box; padding: 3px 10px; } .admin-user-pride-middle .admin-user-pride-middle-ul li .admin-user-pride-xunzhang{ width: 100%; min-height: 30vw; border: 1px solid #ccc; margin-top: 5px; } .admin-user-pride-chosexunzhang{ position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; margin: auto; background: rgb(0,0,0); opacity: 0.5; filter: opacity(5); z-index: 99; display: none; } .admin-user-pride-chosexunzhang-ul{ width: 95%; margin: auto; background: rgb(255,255,255); position: fixed; z-index: 100; left: 2.5%; top: 15vh; height: 60vh; text-align: center; display: none; /*padding-bottom: 50vw;*/ } .admin-user-pride-chosexunzhang-ul li{ display: inline-block; width: 30%; border: 1px solid #ccc; margin-top: 10px; box-sizing: border-box; padding: 3px 5px; font-weight: bold; } .chosexunzhang-active{ background: #ccc; } .admin-user-pride-chosexunzhang-ul li div{ position: absolute; top: 8vh; left: 2.5%; width: 95%; height: 45vh; border: 1px solid #ccc; overflow-y: auto; text-align: center; } .admin-user-pride-chosexunzhang-ul li div span{ display: inline-block; text-align: center; width: 20%; height: 18vw; margin-top: 8vw; margin-left: 3.1vw; border: 1px solid #ccc; float: left; font-weight: 300; } .admin-user-pride-chosexunzhang-ul li div span dl{ width: 100%; height: 100%; font-size: 3vw; } .admin-user-pride-chosexunzhang-ul li div span dl:nth-child(2){ margin-top: 5px; } .admin-user-pride-chosexunzhang-ul li div span dl img{ } .admin-user-pride-chosexunzhang-button{ position: absolute; top: 54.5vh; text-align: center; width: 100%; } .admin-user-pride-chosexunzhang-button button{ padding: 1px 5px; box-sizing: border-box; } .admin-user-pride-chosexunzhang-button button:nth-child(2){ margin-left: 50px; } /*系统安全*/ .admin-security-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-security-middle ul{ width: 100%; } .admin-security-middle ul li{ width: 100%; border: 1px solid #ccc; padding: 5px; box-sizing: border-box; } .admin-security-middle ul li div{ width: 100%; } .admin-security-middle ul li div dl{ width: 95%; margin: 5px auto; } .admin-security-middle ul li div dl input{ width: 13%; text-align: center; } .admin-security-middle ul li button{ padding: 2px 5px; } .admin-security-middle ul li span p{ font-size: 4vw; line-height: 6vw; color: #666; } /*消息系统*/ .system-news-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .system-news-middle ul{ width: 100%; } .system-news-middle ul li{ width: 100%; border: 1px solid #ccc; } .system-news-middle ul li div{ width: 100%; box-sizing: border-box; /*padding: 10px;*/ } .system-news-middle ul li .title{ text-align: center; background: #ccc; padding: 5px; box-sizing: border-box; font-weight: bold; } .system-news-middle ul li div dl{ box-sizing: border-box; width: 100%; padding: 10px; display: block; /*border: 1px solid red;*/ } .system-news-middle ul li div dl input{ width: 70vw; height: 10vw; float: left; margin-left: 2vw; box-sizing: border-box; padding: 1.5vw; border: 1px solid #ccc; } .system-news-middle ul li div dl .fuxuankuan,.system-news-middle ul li div dl img{ width: 6vw; height: 6vw; border: 1px solid #ccc; margin-top: 1.5vw; } .system-news-middle ul li div dl img{ margin-left: 2vw; } .system-news-middle ul li div button{ padding: 3px 5px; margin: 10px; border: 1px solid #ccc; } .system-news-middle ul li input[name="laba_time"]{ height: 10vw; width: 30vw; border: 1px solid #ccc; } .system-news-middle ul li .lababox{ border: 0px solid red; padding: 10px 5px; } .system-news-middle ul li .submitBtn{ width: 100%; border: 0px; padding: 8px; border: 1px solid #ccc; } /*游戏管理*/ .admin-games-middle{ width: 95%; margin:10px auto; border: 1px solid #ccc; } .admin-games-middle .admin-games-middle-ul{ width: 100%; text-align: center; } .admin-games-middle .admin-games-middle-ul a{ display: inline-block; border: 1px solid #ccc; text-decoration: none; width: 45vw; height: 20vw; } .admin-games-middle .admin-games-middle-ul a li{ width: 100%; height: 100%; } .admin-games-middle .admin-games-middle-ul a li img{ height: 16vw; width: auto; margin-left: 3vw; margin-top: 2vw; float: left; } .admin-games-middle .admin-games-middle-ul a li span{ float: left; line-height: 20vw; font-size: 4vw; margin-left: 1.5vw; } /*广东11选5*/ .admin-GD11x5-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-GD11x5-middle .admin-GD11x5-middle-navs{ width: 100%; height: 10vw; border-bottom: 1px solid #ccc; line-height: 9.5vw; text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-navs span{ display: inline-block; /*width: 17%;*/ box-sizing: border-box; padding: 0px 15px; /*font-size: 4vw;*/ /*border: 1px solid red;*/ } .admin-GD11x5-middle .admin-GD11x5-middle-box{ width: 100%; position: relative; /*border: 1px solid red;*/ } .admin-GD11x5-middle .admin-GD11x5-middle-box ul{ position: absolute; left: -1px; top: 0px; width: 100%; display: none; /*border: 1px solid green;*/ } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li{ width: 100%; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table{ width: 100%; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr{ } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr td,.admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr th{ border: 1px solid #ccc; box-sizing: border-box; padding: 5px 0px; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table tr th{ text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li table:nth-child(1) tr td{ width: 20%; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li .button{ width: 100%; margin: 15px 0px; text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li .button button{ width: 30vw; padding: 5px; } .admin-GD11x5-middle .admin-GD11x5-middle-box ul li input{ font-size: 4vw; height: 6vw; text-align: center; } .admin-GD11x5-middle .admin-GD11x5-middle-box .activeUL{ display: block; } /*三公*/ .admin-sg-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc;2 } .admin-sg-middle table{ width: 100%; } .admin-sg-middle table td,.admin-sg-middle table th{ border: 1px solid #ccc; width: 22%; text-align: center; padding: 5px; } .admin-sg-middle table td input{ width: 100%; border: 0px solid #ccc; text-align: center; } .admin-sg-middle td button{ padding: 3px 20px; } /*下限设置*/ .admin-setLimit-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-setLimit-middle table{ width: 100%; } .admin-setLimit-middle table td{ border: 1px solid #ccc; width: 20%; box-sizing: border-box; padding: 5px; /*font-size: 3vw;*/ text-align: center; } .admin-setLimit-middle table td:nth-child(2),.admin-setLimit-middle table td:nth-child(4){ width: 30%; } .admin-setLimit-middle table td span,.admin-setLimit-middle table td input{ font-size: 3vw; color: #666; } .admin-setLimit-middle table td input{ width: 55%; float: right; height: 5.5vw; text-align: center; border: 1px solid #ccc; } .admin-setLimit-middle table td button{ padding: 5px 15px; } /* 百家乐赔率设置 */ .admin-bjle-middle{ width: 95%; margin: 10px auto; border: 1px solid #ccc; } .admin-bjle-middle table{ display: block; width: 100%; } .admin-bjle-middle table td{ width: 24%; border: 1px solid #ccc; overflow: hidden; text-align: center; padding: 5px 0px; box-sizing: border-box; } .admin-bjle-middle table td input{ width: 80%; border: 0px solid #ccc; text-align: center; }
0.231093
0.045863
overflow: auto; } #profileFeed section{ height: auto; display: inline-block; background-color: #d9d1d1ed; width: 77%; margin-left: 9%; margin-top: 1rem; margin-bottom: 3rem; border-radius: 33px; border: 3px solid black; } #hero{ margin: 0 0 3rem 0; } #profileFeed{ height: auto; color: white; padding: 0; background: linear-gradient(-45deg, #ee76528f, #e73c7e8f, #23a5d593, #23d5ab8f); background-size: 400% 400%; animation: gradient 15s ease infinite; border-radius: 50px; border: .5rem solid black; } button { outline: none; height: 40px; text-align: center; width: 130px; border-radius: 40px; background: #fff; border: 2px solid #1ECD97; color: #1ECD97; letter-spacing: 1px; text-shadow: 0; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s ease; } button:hover { color: white; background: #1ECD97; } button:active { letter-spacing: 2px; } /* button:after { content: "SUBMIT"; } */ .onclic { width: 40px; border-color: #bbbbbb; border-width: 3px; font-size: 0; border-left-color: #1ECD97; -webkit-animation: rotating 2s 0.25s linear infinite; animation: rotating 2s 0.25s linear infinite; } .onclic:after { content: ""; } .onclic:hover { color: #1ECD97; background: white; } .validate { font-size: 13px; color: white; background: #1ECD97; } .validate:after { font-family: "FontAwesome"; content: ""; } @-webkit-keyframes rotating { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes rotating { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } img{ height: 250px; } #profileFeed .postDiv{ width: 40%; float: left; } .postDiv h2, .postDiv h1{ font-size: 1.5rem; color: black; font-weight: 800; padding: 10px; } #profileFeed .postDiv + div{ width: 60%; } #profileFeed .postDiv + div div{ width: 100%; height: auto; border-radius: 29px; border: 1px solid black; } .postDiv p{ font-weight: 800; font-size: 1.5rem; margin: 0 1rem; background-color: white; border-radius: 16px; padding-left: 17px; color: black; } .postDiv i{ font-size: 2rem; } #profileFeed .postDiv{ width: 42%; } #profileFeed .postDiv { width: 100%; height: auto; } #profileFeed .postDiv + div{ height: auto; width: 100%; padding: 0; } #profileFeed .postDiv a{ text-decoration: underline; } .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; } .active, .collapsible:hover { background-color: #555; } .collapsible { background-color: #777; color: white; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } #profileFeed img{ width: 565px; padding-left: 11rem; height: 450px; } #profileSection{ height: 210px; width: auto; border-radius: 0; background-color: bisque; } .text-input { position: relative; margin-top: 50px; } #inp{ padding: 0; padding-top: 16px; } .text-input input[type=text] { display: inline-block; width: 100%; height: 40px; box-sizing: border-box; outline: none; border: 1px solid lightgray; border-radius: 3px; padding: 10px 10px 10px 100px; transition: all 0.1s ease-out; } .text-input input[type=text] + label { position: absolute; top: 0; left: 0; bottom: 0; height: 40px; line-height: 40px; color: white; border-radius: 3px 0 0 3px; padding: 0 20px; background: #E03616; transform: translateZ(0) translateX(0); transition: all 0.3s ease-in; transition-delay: 0.2s; } .text-input input[type=text]:focus + label { transform: translateY(-120%) translateX(0%); border-radius: 3px; transition: all 0.1s ease-out; } .text-input input[type=text]:focus { padding: 10px; transition: all 0.3s ease-out; transition-delay: 0.2s; } .inp { position: relative; margin: auto; width: 100%; max-width: 280px; border-radius: 3px; overflow: hidden; } .inp .label { position: absolute; top: 20px; left: 12px; font-size: 16px; color: rgba(0, 0, 0, 0.5); font-weight: 500; transform-origin: 0 0; transform: translate3d(0, 0, 0); transition: all 0.2s ease; pointer-events: none; } .inp .focus-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); z-index: -1; transform: scaleX(0); transform-origin: left; } .inp input { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border: 0; font-family: inherit; padding: 16px 12px 0 12px; height: 56px; font-size: 16px; font-weight: 400; background: rgba(0, 0, 0, 0.02); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3); color: #000; transition: all 0.15s ease; } .inp input:hover { background: rgba(0, 0, 0, 0.04); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5); } .inp input:not(:-moz-placeholder-shown) + .label { color: rgba(0, 0, 0, 0.5); transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:not(:-ms-input-placeholder) + .label { color: rgba(0, 0, 0, 0.5); transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:not(:placeholder-shown) + .label { color: rgba(0, 0, 0, 0.5); transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:focus { background: rgba(0, 0, 0, 0.05); outline: none; box-shadow: inset 0 -2px 0 #0077FF; } .inp input:focus + .label { color: #0077FF; transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:focus + .label + .focus-bg { transform: scaleX(1); transition: all 0.1s ease; } .fa-heart:hover:before{ color:red } #profileFirstId button{ width: 83%; color: black; background-color: bisque; font-weight: 800; } #profileFeed #commentSection{ background-color: black; } #profileFeed #commentSection p { margin: 8px 0; } /* .input { visibility: hidden; } */ @media screen and (max-width:730px){ #profileFeed img{ padding-left: 1rem; height: 343px; width: 359px; } } @media screen and (max-width: 1100px){ #profileFeed { width: 100%; } } @media screen and (max-width:1450px){ #profileSection{ /* height: 261px; */ /* width: 70%; */ /* margin-left: 17%; } */ } @media screen and (max-width:650px){ #profileFeed section{ margin: 0; width: 100%; height: 1000px; } #profileFeed { margin: 0; } #profileFeed img{ padding-left: 0rem; height: 477px; width: 100%; } }
public/assets/css/build.css
overflow: auto; } #profileFeed section{ height: auto; display: inline-block; background-color: #d9d1d1ed; width: 77%; margin-left: 9%; margin-top: 1rem; margin-bottom: 3rem; border-radius: 33px; border: 3px solid black; } #hero{ margin: 0 0 3rem 0; } #profileFeed{ height: auto; color: white; padding: 0; background: linear-gradient(-45deg, #ee76528f, #e73c7e8f, #23a5d593, #23d5ab8f); background-size: 400% 400%; animation: gradient 15s ease infinite; border-radius: 50px; border: .5rem solid black; } button { outline: none; height: 40px; text-align: center; width: 130px; border-radius: 40px; background: #fff; border: 2px solid #1ECD97; color: #1ECD97; letter-spacing: 1px; text-shadow: 0; font-size: 12px; font-weight: bold; cursor: pointer; transition: all 0.25s ease; } button:hover { color: white; background: #1ECD97; } button:active { letter-spacing: 2px; } /* button:after { content: "SUBMIT"; } */ .onclic { width: 40px; border-color: #bbbbbb; border-width: 3px; font-size: 0; border-left-color: #1ECD97; -webkit-animation: rotating 2s 0.25s linear infinite; animation: rotating 2s 0.25s linear infinite; } .onclic:after { content: ""; } .onclic:hover { color: #1ECD97; background: white; } .validate { font-size: 13px; color: white; background: #1ECD97; } .validate:after { font-family: "FontAwesome"; content: ""; } @-webkit-keyframes rotating { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes rotating { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } img{ height: 250px; } #profileFeed .postDiv{ width: 40%; float: left; } .postDiv h2, .postDiv h1{ font-size: 1.5rem; color: black; font-weight: 800; padding: 10px; } #profileFeed .postDiv + div{ width: 60%; } #profileFeed .postDiv + div div{ width: 100%; height: auto; border-radius: 29px; border: 1px solid black; } .postDiv p{ font-weight: 800; font-size: 1.5rem; margin: 0 1rem; background-color: white; border-radius: 16px; padding-left: 17px; color: black; } .postDiv i{ font-size: 2rem; } #profileFeed .postDiv{ width: 42%; } #profileFeed .postDiv { width: 100%; height: auto; } #profileFeed .postDiv + div{ height: auto; width: 100%; padding: 0; } #profileFeed .postDiv a{ text-decoration: underline; } .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; } .active, .collapsible:hover { background-color: #555; } .collapsible { background-color: #777; color: white; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } #profileFeed img{ width: 565px; padding-left: 11rem; height: 450px; } #profileSection{ height: 210px; width: auto; border-radius: 0; background-color: bisque; } .text-input { position: relative; margin-top: 50px; } #inp{ padding: 0; padding-top: 16px; } .text-input input[type=text] { display: inline-block; width: 100%; height: 40px; box-sizing: border-box; outline: none; border: 1px solid lightgray; border-radius: 3px; padding: 10px 10px 10px 100px; transition: all 0.1s ease-out; } .text-input input[type=text] + label { position: absolute; top: 0; left: 0; bottom: 0; height: 40px; line-height: 40px; color: white; border-radius: 3px 0 0 3px; padding: 0 20px; background: #E03616; transform: translateZ(0) translateX(0); transition: all 0.3s ease-in; transition-delay: 0.2s; } .text-input input[type=text]:focus + label { transform: translateY(-120%) translateX(0%); border-radius: 3px; transition: all 0.1s ease-out; } .text-input input[type=text]:focus { padding: 10px; transition: all 0.3s ease-out; transition-delay: 0.2s; } .inp { position: relative; margin: auto; width: 100%; max-width: 280px; border-radius: 3px; overflow: hidden; } .inp .label { position: absolute; top: 20px; left: 12px; font-size: 16px; color: rgba(0, 0, 0, 0.5); font-weight: 500; transform-origin: 0 0; transform: translate3d(0, 0, 0); transition: all 0.2s ease; pointer-events: none; } .inp .focus-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); z-index: -1; transform: scaleX(0); transform-origin: left; } .inp input { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border: 0; font-family: inherit; padding: 16px 12px 0 12px; height: 56px; font-size: 16px; font-weight: 400; background: rgba(0, 0, 0, 0.02); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3); color: #000; transition: all 0.15s ease; } .inp input:hover { background: rgba(0, 0, 0, 0.04); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5); } .inp input:not(:-moz-placeholder-shown) + .label { color: rgba(0, 0, 0, 0.5); transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:not(:-ms-input-placeholder) + .label { color: rgba(0, 0, 0, 0.5); transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:not(:placeholder-shown) + .label { color: rgba(0, 0, 0, 0.5); transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:focus { background: rgba(0, 0, 0, 0.05); outline: none; box-shadow: inset 0 -2px 0 #0077FF; } .inp input:focus + .label { color: #0077FF; transform: translate3d(0, -12px, 0) scale(0.75); } .inp input:focus + .label + .focus-bg { transform: scaleX(1); transition: all 0.1s ease; } .fa-heart:hover:before{ color:red } #profileFirstId button{ width: 83%; color: black; background-color: bisque; font-weight: 800; } #profileFeed #commentSection{ background-color: black; } #profileFeed #commentSection p { margin: 8px 0; } /* .input { visibility: hidden; } */ @media screen and (max-width:730px){ #profileFeed img{ padding-left: 1rem; height: 343px; width: 359px; } } @media screen and (max-width: 1100px){ #profileFeed { width: 100%; } } @media screen and (max-width:1450px){ #profileSection{ /* height: 261px; */ /* width: 70%; */ /* margin-left: 17%; } */ } @media screen and (max-width:650px){ #profileFeed section{ margin: 0; width: 100%; height: 1000px; } #profileFeed { margin: 0; } #profileFeed img{ padding-left: 0rem; height: 477px; width: 100%; } }
0.479991
0.099252
*{margin:0;} .w3-sidebar{margin-top:75px;} nav{z-index:3;position:fixed;padding:0;width:100%;height:75px;background-color: #e6e0e9;} .logo-image{height:75px;width:75px;float:left;border-top-right-radius:50%;border-bottom-right-radius:50%;line-height:75px;cursor:pointer;transition:all 0.6s;} .logo-text{font-size:50px;font-family:'Great Vibes', cursive;line-height:75px;margin:0 0 0 20px;cursor:pointer;float:left;background:-webkit-linear-gradient(0deg, #1CB5E0 0%, #000851 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all 0.6s;letter-spacing:2px;} .logo-text:hover{background:-webkit-linear-gradient(0deg, #000851 0%,#1CB5E0 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;} .nav{float:right;list-style:none;margin:0 60px 0 0;} .nav li{display:inline;line-height:75px;margin:0 10px;padding:4px;} .nav li a{font-size:22px;font-family:Montserrat;color:#000;padding-bottom:36px;text-decoration:none;} .nav li a:hover{color:#000;text-shadow:0 0 5px #0080ff;} .checkbtn{font-size:28px;line-height:75px;float:right;color:#000;margin-right:15px;display:none;} #check{display:none;} .home{padding-top:210px;height:700px;width:100%;background:url(https://ik.imagekit.io/garimaworks999/bg_C35S4WIlM.jpg);background-size:cover;} .intro{background:none;margin-top:0;margin-left:40px;width:35%;height:300px;padding:20px;text-align:center;font-size:38px;} #images{width:100%;} .images_head{text-align:center;margin-top:0;padding-bottom:5px;font-size:40px;} .images_head:after{content:"";display:block;margin:0 auto;width:250px;padding-top:8px;border-bottom:2px solid black;} #myBtnContainer{padding:0;height:40px;width:300px;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:100px 100px 100px;} .btn{width:100px;height:40px;border:none;border-width:1px;border-color:black;border-style:solid;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;} .toggle-btn{width:120px;margin:0 auto;} #more_btn{display:block;} #less_btn{display:none;} .grid{max-width:1200px;margin:30px auto;background:none;display:grid;grid-row-gap:0;grid-column-gap:0;grid-template-columns:300px 300px 300px 300px;grid-template-rows:auto;} #toggle_2{margin-top:0;display:none;} .column{height:300px;width:300px;display:none;overflow:hidden;position:relative;} .show{display:block;} #ask{margin-top:20px;width:100%;height:500px;background:#f0eee4;} #ask h3{text-align:center;margin-top:0;} #ask h3:after{content:"";display:block;margin:0 auto;width:350px;padding-top:8px;border-bottom:2px solid black;} .contain1{width:80%;margin:30px auto;padding:20px 40px;font-size:24px;} .left_panel{float:left;margin:50px auto;width:50%;} .contain1 h6{font-size:28px;margin-top:10px;} .contain1 img{float:right;} .contact{width:100%;background:#f0eee4;} .contact h3{text-align:center;margin:0 auto 30px auto;} .contact_head:after{content:"";display:block;margin:0 auto;width:150px;padding-top:8px;border-bottom:2px solid black;} .contain2{width:80%;margin:0 auto;} .left{margin:50px auto;font-size:22px;float:left;} .disclaimer{margin-top:50px;width:320px;font-size:13px;color:#abafae;} .right{font-size:26px;float:right;} .right ul{list-style:none;font-size:20px;} .right ul li{margin:20px auto;} .svg{ display: none; } @media (max-width:1200px){.w3-sidebar{margin-top:60px;} nav{max-width:100%;height:60px;background:#f0eee4} .logo-image{height:60px;width:60px;line-height:60px;} .logo-text{font-size:32px;margin:0;line-height:60px;margin-left:10px;} .checkbtn{display:inline-block;line-height:60px;} .nav li{display:none;} .home{height:500px;max-width:100%;} .intro{background:none;margin-top:100px auto 0 auto;width:80%;height:30%;padding:0px;text-align:center;font-size:24px;} #images{max-width:100%;} #myBtnContainer{padding:0;height:40px;width:80%;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:auto auto auto;} .btn{width:auto;height:40px;} .toggle-btn{width:120px;margin:0 auto;} .images_head{font-size:18px;} .images_head:after{width:150px;} @media (max-width:1200px){.grid{width:900px;margin:20px auto;background:none;display:grid;grid-template-columns:300px 300px 300px;grid-template-rows:auto;} } @media (max-width:800px){.grid{width:600px;margin:20px auto;background:none;display:grid;grid-template-columns:300px 300px;grid-template-rows:auto;} } #ask{max-width:100%;width:100%;height:400px;background:#f0eee4;} #ask h3{font-size:18px;} .contain1{width:80%;margin:30px auto;padding:0;font-size:14px;} .left_panel{float:left;margin:20px auto;width:60%;} .contain1 h6{font-size:16px;margin-top:10px;} .contain1 img{float:right;} .contact{max-width:100%;} .contact h3{font-size:18px;} .contact_head:after{width:120px;} .left{font-size:14px;float:left;} .disclaimer{font-size:8px;} .right{font-size:16px;float:right;} .right ul{list-style:none;font-size:12px;padding:0;} .right ul li{text-align:left;margin:20px 0;} } @media (max-width:500px){.w3-sidebar{margin-top:60px;} nav{max-width:100%;height:60px;background:#f0eee4} .logo-image{height:60px;width:60px;line-height:60px;} .logo-text{font-size:32px;margin:0;line-height:60px;margin-left:10px;} .checkbtn{display:inline-block;line-height:60px;} .nav li{display:none;} .home{height:500px;max-width:100%;} .intro{background:none;margin-top:100px auto 0 auto;width:80%;height:30%;padding:0px;text-align:center;font-size:24px;} #images{max-width:100%;} #myBtnContainer{padding:0;height:40px;width:80%;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:auto auto auto;} .btn{width:auto;height:40px;} .toggle-btn{width:120px;margin:0 auto;} .images_head{font-size:18px;} .images_head:after{width:150px;} .grid{width:300px;margin:20px auto;background:none;display:grid;grid-template-columns:300px;grid-template-rows:auto;} #ask{max-width:100%;width:100%;height:600px;background:#f0eee4;} #ask h3{font-size:18px;} .contain1{width:80%;margin:30px auto;padding:0;font-size:14px;} .left_panel{float:none;margin:20px auto;width:100%;} .contain1 h6{font-size:16px;margin-top:10px;} .contain1 img{float:none;} .contact{max-width:100%;} .contact h3{font-size:18px;} .contact_head:after{width:120px;} .left{font-size:14px;float:none;} .disclaimer{font-size:8px;} .right{font-size:18px;float:none;margin: 0;} .right ul{list-style:none;font-size:12px;padding:0;} .right ul li{text-align:left;margin:20px 0;} .svg-left{ float: left; width: 150px; } .svg{ display: block; } .svg-right{ float: right; width: 150px; height: 100%; } } @media (max-width:340px){.w3-sidebar{margin-top:60px;} nav{max-width:100%;height:60px;} .logo-image{height:60px;width:60px;line-height:60px;} .logo-text{font-size:18px;margin:0;line-height:60px;margin-left:10px;} .checkbtn{display:inline-block;line-height:60px;} .nav li{display:none;} .home{height:500px;max-width:100%;} .intro{background:none;margin-top:100px auto 0 auto;width:80%;height:30%;padding:0px;text-align:center;font-size:20px;} #images{max-width:100%;} #myBtnContainer{padding:0;height:40px;width:80%;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:auto auto auto;} .btn{width:auto;height:40px;font-size:12px;} .toggle-btn{width:120px;margin:0 auto;} .images_head{font-size:16px;} .images_head:after{width:120px;} .grid{max-width:100%;margin:30px auto;background:none;display:grid;grid-template-columns:300px;grid-template-rows:auto;} #ask{max-width:100%;width:100%;height:550px;background:#f0eee4;} #ask h3{font-size:16px;} #ask h3:after{width:150px;} .contain1{width:80%;margin:30px 0;padding:0;font-size:16px;} .left_panel{float:none;margin:20px auto;width:100%;} .contain1 h6{font-size:14px;margin-top:10px;} .contain1 img{float:none;} .contact{max-width:100%;} .contact h3{font-size:16px;} .contact_head:after{width:120px;} .left{font-size:14px;float:none;} .disclaimer{width:100%;font-size:8px;} .right{font-size:12px;float:none;} .right ul{list-style:none;font-size:10px;padding:0;} .right ul li{text-align:center;margin:10px auto;} }
css/style.css
*{margin:0;} .w3-sidebar{margin-top:75px;} nav{z-index:3;position:fixed;padding:0;width:100%;height:75px;background-color: #e6e0e9;} .logo-image{height:75px;width:75px;float:left;border-top-right-radius:50%;border-bottom-right-radius:50%;line-height:75px;cursor:pointer;transition:all 0.6s;} .logo-text{font-size:50px;font-family:'Great Vibes', cursive;line-height:75px;margin:0 0 0 20px;cursor:pointer;float:left;background:-webkit-linear-gradient(0deg, #1CB5E0 0%, #000851 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all 0.6s;letter-spacing:2px;} .logo-text:hover{background:-webkit-linear-gradient(0deg, #000851 0%,#1CB5E0 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;} .nav{float:right;list-style:none;margin:0 60px 0 0;} .nav li{display:inline;line-height:75px;margin:0 10px;padding:4px;} .nav li a{font-size:22px;font-family:Montserrat;color:#000;padding-bottom:36px;text-decoration:none;} .nav li a:hover{color:#000;text-shadow:0 0 5px #0080ff;} .checkbtn{font-size:28px;line-height:75px;float:right;color:#000;margin-right:15px;display:none;} #check{display:none;} .home{padding-top:210px;height:700px;width:100%;background:url(https://ik.imagekit.io/garimaworks999/bg_C35S4WIlM.jpg);background-size:cover;} .intro{background:none;margin-top:0;margin-left:40px;width:35%;height:300px;padding:20px;text-align:center;font-size:38px;} #images{width:100%;} .images_head{text-align:center;margin-top:0;padding-bottom:5px;font-size:40px;} .images_head:after{content:"";display:block;margin:0 auto;width:250px;padding-top:8px;border-bottom:2px solid black;} #myBtnContainer{padding:0;height:40px;width:300px;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:100px 100px 100px;} .btn{width:100px;height:40px;border:none;border-width:1px;border-color:black;border-style:solid;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;} .toggle-btn{width:120px;margin:0 auto;} #more_btn{display:block;} #less_btn{display:none;} .grid{max-width:1200px;margin:30px auto;background:none;display:grid;grid-row-gap:0;grid-column-gap:0;grid-template-columns:300px 300px 300px 300px;grid-template-rows:auto;} #toggle_2{margin-top:0;display:none;} .column{height:300px;width:300px;display:none;overflow:hidden;position:relative;} .show{display:block;} #ask{margin-top:20px;width:100%;height:500px;background:#f0eee4;} #ask h3{text-align:center;margin-top:0;} #ask h3:after{content:"";display:block;margin:0 auto;width:350px;padding-top:8px;border-bottom:2px solid black;} .contain1{width:80%;margin:30px auto;padding:20px 40px;font-size:24px;} .left_panel{float:left;margin:50px auto;width:50%;} .contain1 h6{font-size:28px;margin-top:10px;} .contain1 img{float:right;} .contact{width:100%;background:#f0eee4;} .contact h3{text-align:center;margin:0 auto 30px auto;} .contact_head:after{content:"";display:block;margin:0 auto;width:150px;padding-top:8px;border-bottom:2px solid black;} .contain2{width:80%;margin:0 auto;} .left{margin:50px auto;font-size:22px;float:left;} .disclaimer{margin-top:50px;width:320px;font-size:13px;color:#abafae;} .right{font-size:26px;float:right;} .right ul{list-style:none;font-size:20px;} .right ul li{margin:20px auto;} .svg{ display: none; } @media (max-width:1200px){.w3-sidebar{margin-top:60px;} nav{max-width:100%;height:60px;background:#f0eee4} .logo-image{height:60px;width:60px;line-height:60px;} .logo-text{font-size:32px;margin:0;line-height:60px;margin-left:10px;} .checkbtn{display:inline-block;line-height:60px;} .nav li{display:none;} .home{height:500px;max-width:100%;} .intro{background:none;margin-top:100px auto 0 auto;width:80%;height:30%;padding:0px;text-align:center;font-size:24px;} #images{max-width:100%;} #myBtnContainer{padding:0;height:40px;width:80%;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:auto auto auto;} .btn{width:auto;height:40px;} .toggle-btn{width:120px;margin:0 auto;} .images_head{font-size:18px;} .images_head:after{width:150px;} @media (max-width:1200px){.grid{width:900px;margin:20px auto;background:none;display:grid;grid-template-columns:300px 300px 300px;grid-template-rows:auto;} } @media (max-width:800px){.grid{width:600px;margin:20px auto;background:none;display:grid;grid-template-columns:300px 300px;grid-template-rows:auto;} } #ask{max-width:100%;width:100%;height:400px;background:#f0eee4;} #ask h3{font-size:18px;} .contain1{width:80%;margin:30px auto;padding:0;font-size:14px;} .left_panel{float:left;margin:20px auto;width:60%;} .contain1 h6{font-size:16px;margin-top:10px;} .contain1 img{float:right;} .contact{max-width:100%;} .contact h3{font-size:18px;} .contact_head:after{width:120px;} .left{font-size:14px;float:left;} .disclaimer{font-size:8px;} .right{font-size:16px;float:right;} .right ul{list-style:none;font-size:12px;padding:0;} .right ul li{text-align:left;margin:20px 0;} } @media (max-width:500px){.w3-sidebar{margin-top:60px;} nav{max-width:100%;height:60px;background:#f0eee4} .logo-image{height:60px;width:60px;line-height:60px;} .logo-text{font-size:32px;margin:0;line-height:60px;margin-left:10px;} .checkbtn{display:inline-block;line-height:60px;} .nav li{display:none;} .home{height:500px;max-width:100%;} .intro{background:none;margin-top:100px auto 0 auto;width:80%;height:30%;padding:0px;text-align:center;font-size:24px;} #images{max-width:100%;} #myBtnContainer{padding:0;height:40px;width:80%;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:auto auto auto;} .btn{width:auto;height:40px;} .toggle-btn{width:120px;margin:0 auto;} .images_head{font-size:18px;} .images_head:after{width:150px;} .grid{width:300px;margin:20px auto;background:none;display:grid;grid-template-columns:300px;grid-template-rows:auto;} #ask{max-width:100%;width:100%;height:600px;background:#f0eee4;} #ask h3{font-size:18px;} .contain1{width:80%;margin:30px auto;padding:0;font-size:14px;} .left_panel{float:none;margin:20px auto;width:100%;} .contain1 h6{font-size:16px;margin-top:10px;} .contain1 img{float:none;} .contact{max-width:100%;} .contact h3{font-size:18px;} .contact_head:after{width:120px;} .left{font-size:14px;float:none;} .disclaimer{font-size:8px;} .right{font-size:18px;float:none;margin: 0;} .right ul{list-style:none;font-size:12px;padding:0;} .right ul li{text-align:left;margin:20px 0;} .svg-left{ float: left; width: 150px; } .svg{ display: block; } .svg-right{ float: right; width: 150px; height: 100%; } } @media (max-width:340px){.w3-sidebar{margin-top:60px;} nav{max-width:100%;height:60px;} .logo-image{height:60px;width:60px;line-height:60px;} .logo-text{font-size:18px;margin:0;line-height:60px;margin-left:10px;} .checkbtn{display:inline-block;line-height:60px;} .nav li{display:none;} .home{height:500px;max-width:100%;} .intro{background:none;margin-top:100px auto 0 auto;width:80%;height:30%;padding:0px;text-align:center;font-size:20px;} #images{max-width:100%;} #myBtnContainer{padding:0;height:40px;width:80%;margin:0 auto 0 auto;display:grid;grid-template-rows:40px;grid-template-columns:auto auto auto;} .btn{width:auto;height:40px;font-size:12px;} .toggle-btn{width:120px;margin:0 auto;} .images_head{font-size:16px;} .images_head:after{width:120px;} .grid{max-width:100%;margin:30px auto;background:none;display:grid;grid-template-columns:300px;grid-template-rows:auto;} #ask{max-width:100%;width:100%;height:550px;background:#f0eee4;} #ask h3{font-size:16px;} #ask h3:after{width:150px;} .contain1{width:80%;margin:30px 0;padding:0;font-size:16px;} .left_panel{float:none;margin:20px auto;width:100%;} .contain1 h6{font-size:14px;margin-top:10px;} .contain1 img{float:none;} .contact{max-width:100%;} .contact h3{font-size:16px;} .contact_head:after{width:120px;} .left{font-size:14px;float:none;} .disclaimer{width:100%;font-size:8px;} .right{font-size:12px;float:none;} .right ul{list-style:none;font-size:10px;padding:0;} .right ul li{text-align:center;margin:10px auto;} }
0.158728
0.053974
body { animation-name: colorchange; animation-duration:30s; animation-direction:alternate; animation-iteration-count:infinite; -webkit-animation-name: colorchange; -webkit-animation-duration:30s; -webkit-animation-direction:alternate; -webkit-animation-iteration-count:infinite; } @keyframes colorchange { 0% {background-color:#2980b9;} 10% {background-color:#8beadd;} 20% {background-color:#3b4cf1;} 30% {background-color:#a56bf5;} 40% {background-color:#e16bf5;} 50% {background-color:#f56baa;} 60% {background-color:#fa6172;} 70% {background-color:#fa9e61;} 80% {background-color:#d2d963;} 90% {background-color:#8fdb66;} 100% {background-color:#9eebc0;} } /* Safari/Chrome */ @-webkit-keyframes colorchange { 0% {background-color:#2980b9;} 10% {background-color:#8beadd;} 20% {background-color:#3b4cf1;} 30% {background-color:#a56bf5;} 40% {background-color:#e16bf5;} 50% {background-color:#f56baa;} 60% {background-color:#fa6172;} 70% {background-color:#fa9e61;} 80% {background-color:#d2d963;} 90% {background-color:#8fdb66;} 100% {background-color:#9eebc0;} } } } .monthly { box-shadow: 0 13px 40px rgba(0, 0, 0, 0.5); } input[type="text"] { padding: 15px; border-radius: 2px; font-size: 16px; outline: none; border: 2px solid rgba(255, 255, 255, 0.5); background: rgba(63, 78, 100, 0.27); color: #fff; width: 250px; box-sizing: border-box; font-family: "Trebuchet MS", Helvetica, sans-serif; } input[type="text"]:hover { border: 2px solid rgba(255, 255, 255, 0.7); } input[type="text"]:focus { border: 2px solid rgba(255, 255, 255, 1); background:#eee; color:#222; } .button { display: inline-block; padding: 15px 25px; margin: 25px 0 75px 0; border-radius: 3px; color: #fff; background: #000; letter-spacing: .4em; text-decoration: none; font-size: 13px; } .button:hover { background: #3b587a; } .desc { max-width: 250px; text-align: left; font-size:14px; padding-top:30px; line-height: 1.4em; } .resize { background: #222; display: inline-block; padding: 6px 15px; border-radius: 22px; font-size: 13px; } @media (max-height: 700px) { .sticky { position: relative; } } @media (max-width: 600px) { .resize { display: none; } }
css/events.css
body { animation-name: colorchange; animation-duration:30s; animation-direction:alternate; animation-iteration-count:infinite; -webkit-animation-name: colorchange; -webkit-animation-duration:30s; -webkit-animation-direction:alternate; -webkit-animation-iteration-count:infinite; } @keyframes colorchange { 0% {background-color:#2980b9;} 10% {background-color:#8beadd;} 20% {background-color:#3b4cf1;} 30% {background-color:#a56bf5;} 40% {background-color:#e16bf5;} 50% {background-color:#f56baa;} 60% {background-color:#fa6172;} 70% {background-color:#fa9e61;} 80% {background-color:#d2d963;} 90% {background-color:#8fdb66;} 100% {background-color:#9eebc0;} } /* Safari/Chrome */ @-webkit-keyframes colorchange { 0% {background-color:#2980b9;} 10% {background-color:#8beadd;} 20% {background-color:#3b4cf1;} 30% {background-color:#a56bf5;} 40% {background-color:#e16bf5;} 50% {background-color:#f56baa;} 60% {background-color:#fa6172;} 70% {background-color:#fa9e61;} 80% {background-color:#d2d963;} 90% {background-color:#8fdb66;} 100% {background-color:#9eebc0;} } } } .monthly { box-shadow: 0 13px 40px rgba(0, 0, 0, 0.5); } input[type="text"] { padding: 15px; border-radius: 2px; font-size: 16px; outline: none; border: 2px solid rgba(255, 255, 255, 0.5); background: rgba(63, 78, 100, 0.27); color: #fff; width: 250px; box-sizing: border-box; font-family: "Trebuchet MS", Helvetica, sans-serif; } input[type="text"]:hover { border: 2px solid rgba(255, 255, 255, 0.7); } input[type="text"]:focus { border: 2px solid rgba(255, 255, 255, 1); background:#eee; color:#222; } .button { display: inline-block; padding: 15px 25px; margin: 25px 0 75px 0; border-radius: 3px; color: #fff; background: #000; letter-spacing: .4em; text-decoration: none; font-size: 13px; } .button:hover { background: #3b587a; } .desc { max-width: 250px; text-align: left; font-size:14px; padding-top:30px; line-height: 1.4em; } .resize { background: #222; display: inline-block; padding: 6px 15px; border-radius: 22px; font-size: 13px; } @media (max-height: 700px) { .sticky { position: relative; } } @media (max-width: 600px) { .resize { display: none; } }
0.257765
0.111241
ul{ list-style: none; } /** Glidejs styles **/ .slider { position: relative; width: 100%; height: 500px; overflow: hidden; } .slides { height: 100%; overflow: hidden; /** * Prevent blinking issue * Not tested. Experimental. */ -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); } .slide { height: 100%; float: left; clear: none; } .slide figure { display: block; position: relative; text-align: center; } .slide figure figcaption { position: absolute; right: 20%; font-size: 1.1em; font-weight: bold; padding: 8px 14px; color: #464646; background: rgba(255,255,255,0.8); } .slide figure figcaption a { color: #5a7fbc; text-decoration: none; } .slide figure figcaption a:hover { text-decoration: underline; } .slide figure img { max-height: 480px; } .slider-arrows {} .slider-arrow { position: absolute; display: block; margin-bottom: -20px; padding: 20px; font-family: 'Alegreya Sans', 'Trebuchet MS', sans-serif; text-decoration: none; font-weight: 900; font-size: 3.0em; color: #fff; border: 1px solid #fff; border-radius: 8px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; } .slider-arrow:hover { background: #ddd; color: #aaa; } .slider-arrow--right { bottom: 50%; right: 30px; } .slider-arrow--left { bottom: 50%; left: 30px; } .slider-nav { position: absolute; bottom: 0px; } .slider-nav__item { width: 12px; height: 12px; float: left; clear: none; display: block; margin: 0 5px; background: #fff; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .slider-nav__item:hover { background: #bababa; } .slider-nav__item--current, .slider-nav__item--current:hover { background: #999; } /** responsive styles **/ @media screen and (max-width: 1050px) { #w { padding: 0 15px; } .slider-arrow { font-size: 1.8em; padding: 15px; } } @media screen and (max-width: 650px) { h1 { font-size: 2.9em; } } @media screen and (max-width: 450px) { h1 { font-size: 2.1em; } }
public/css/styles.css
ul{ list-style: none; } /** Glidejs styles **/ .slider { position: relative; width: 100%; height: 500px; overflow: hidden; } .slides { height: 100%; overflow: hidden; /** * Prevent blinking issue * Not tested. Experimental. */ -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); } .slide { height: 100%; float: left; clear: none; } .slide figure { display: block; position: relative; text-align: center; } .slide figure figcaption { position: absolute; right: 20%; font-size: 1.1em; font-weight: bold; padding: 8px 14px; color: #464646; background: rgba(255,255,255,0.8); } .slide figure figcaption a { color: #5a7fbc; text-decoration: none; } .slide figure figcaption a:hover { text-decoration: underline; } .slide figure img { max-height: 480px; } .slider-arrows {} .slider-arrow { position: absolute; display: block; margin-bottom: -20px; padding: 20px; font-family: 'Alegreya Sans', 'Trebuchet MS', sans-serif; text-decoration: none; font-weight: 900; font-size: 3.0em; color: #fff; border: 1px solid #fff; border-radius: 8px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; } .slider-arrow:hover { background: #ddd; color: #aaa; } .slider-arrow--right { bottom: 50%; right: 30px; } .slider-arrow--left { bottom: 50%; left: 30px; } .slider-nav { position: absolute; bottom: 0px; } .slider-nav__item { width: 12px; height: 12px; float: left; clear: none; display: block; margin: 0 5px; background: #fff; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .slider-nav__item:hover { background: #bababa; } .slider-nav__item--current, .slider-nav__item--current:hover { background: #999; } /** responsive styles **/ @media screen and (max-width: 1050px) { #w { padding: 0 15px; } .slider-arrow { font-size: 1.8em; padding: 15px; } } @media screen and (max-width: 650px) { h1 { font-size: 2.9em; } } @media screen and (max-width: 450px) { h1 { font-size: 2.1em; } }
0.421552
0.081886
body{ margin: 0; padding: 0; font-family: "Roboto", sans-serif; } .container{ display: grid; height: 100vh; grid-template-rows: 72px auto 110px; grid-template-areas: "nav" "webpage" "footer"; } .menu_bar{ position: fixed; background: black; padding: 20px; width: 100% ; height: 73px; box-sizing: border-box; grid-area:navbar; } #logopic{ width: 100px; float: left; height: 67px; margin-top: -17px; cursor: pointer; padding-right: 0%; } .left_area { color: #fff; margin: 0; text-transform: uppercase; font-size: 24px; } .right_area{ float: right; margin-top: 15px; } .nav-panel { background:#000000d4; padding: 0px; position: absolute; top: 100%; width: 100%; left: 0; height: 109px; } .hidden { display: none; } .nav-panel a{ color: rgb(255, 255, 255); display: block; width: 100%; line-height: 60px; text-decoration: none; box-sizing: border-box; transition: 0.5s; transition-property:back; justify-content: center; } #profile_image{ display: flex; width: 75px; height: 75px; border-radius: 100px; margin-bottom: 10px; position: relative; flex-basis: 100px; margin-left: 44px; margin-right: 44px; margin-top: 18px; cursor: pointer; } #profile_name{ color: rgb(255, 255, 255); margin-top: 0; margin-bottom: 20px; cursor: pointer; } .fa-bars { z-index: 1; color: #fff; cursor: pointer; left:20px ; font-size: 20px; transition: 0.5s; transition-property: color; } .nav-panel a:hover{ color: #FF7200; transition: 0.4s ease-in-out; height: 107px; } .nav-panel i{ padding-right:10px ; } .nav-panel .fas, .nav-panel .fab{ display: flex; font-size: 270%; text-align: center; justify-content: center; margin-top: 29px; } .nav-panel h4{ text-align: center; margin: 0; } #check{ display: none; } ul{ margin-top: -0.8%; display: flex; margin-left: -3.5%; justify-content: center; } ul li{ list-style: none; margin-left: 40px; margin-top: -3px; font-size: 14px; } ul li a{ text-decoration: none; color: #fff; font-family: 'Roboto', sans-serif; transition: 0.4s ease-in-out; } ul li a:hover,ul li i:hover{ color: #FF7200; } .content{ grid-area:webpage; display: grid; width: 100%; height: 100vh; align-items:normal; grid-template-columns: 60% 40%; grid-template-areas: "add preview"; grid-column-gap: 5px; grid-row-gap: 10px; } .add-area{ grid-area: add; display: grid; /* background-color:#c4c4c4; */ } .filling h2{ margin-left: 240px; } .filling{ width: 900px; margin-top: 20px; display: block; margin-left: auto; margin-right: auto; /*background-color:#c4c4c4;*/ height:700px; border-radius: 2%; color:black; font-weight:700; } .filling form{ padding:20px; } label[for=url]{ margin-left: 54px; } label[for=head]{ margin-left: 222px; } label[for=descrip]{ margin-left: 192px; } label[for=imgtemp] p{ margin-left: 14px; } .details textarea{ margin-top: -15px; margin-left: 298px; width: 475px; height: 120px; resize: none; } input[type=text]{ width: 469px; padding: 5px; } .imagetemp img{ margin-top: -104px; margin-left: 298px; width: 350px; height: 250px; } .img-file{ margin-left: 295px; } .img-file input[type="file"]{ cursor: pointer; } .preview-area{ margin-top: 5px; margin-bottom: 5px; grid-area: preview; display: grid; background-color:#c4c4c4; } .preview p{ text-align: center; font-size: 40px; margin: 10px; } .preview-img img{ display: block; margin-left: auto; margin-right: auto; width: 500px; height: 350px; } .preview-area input[type=submit] { display: block; margin-left: auto; margin-right: auto; width: 200px; height: 35px; font-size: 20px; font-weight: 400; border: none; outline: none; background: #ff7200; color: black; border-radius: 5px; cursor: pointer; margin-top: 10px; } .footer{ grid-area: footer; border-top: 1px solid #ebebeb; padding-bottom: 2%; padding-top: 1%; padding-left: 0%; font-size:14px; background: rgb(0, 0, 0); } .footer p{ text-align: center; color: rgb(255, 255, 255); }
src/main/webapp/html/productcompany/resources/css/advertise.css
body{ margin: 0; padding: 0; font-family: "Roboto", sans-serif; } .container{ display: grid; height: 100vh; grid-template-rows: 72px auto 110px; grid-template-areas: "nav" "webpage" "footer"; } .menu_bar{ position: fixed; background: black; padding: 20px; width: 100% ; height: 73px; box-sizing: border-box; grid-area:navbar; } #logopic{ width: 100px; float: left; height: 67px; margin-top: -17px; cursor: pointer; padding-right: 0%; } .left_area { color: #fff; margin: 0; text-transform: uppercase; font-size: 24px; } .right_area{ float: right; margin-top: 15px; } .nav-panel { background:#000000d4; padding: 0px; position: absolute; top: 100%; width: 100%; left: 0; height: 109px; } .hidden { display: none; } .nav-panel a{ color: rgb(255, 255, 255); display: block; width: 100%; line-height: 60px; text-decoration: none; box-sizing: border-box; transition: 0.5s; transition-property:back; justify-content: center; } #profile_image{ display: flex; width: 75px; height: 75px; border-radius: 100px; margin-bottom: 10px; position: relative; flex-basis: 100px; margin-left: 44px; margin-right: 44px; margin-top: 18px; cursor: pointer; } #profile_name{ color: rgb(255, 255, 255); margin-top: 0; margin-bottom: 20px; cursor: pointer; } .fa-bars { z-index: 1; color: #fff; cursor: pointer; left:20px ; font-size: 20px; transition: 0.5s; transition-property: color; } .nav-panel a:hover{ color: #FF7200; transition: 0.4s ease-in-out; height: 107px; } .nav-panel i{ padding-right:10px ; } .nav-panel .fas, .nav-panel .fab{ display: flex; font-size: 270%; text-align: center; justify-content: center; margin-top: 29px; } .nav-panel h4{ text-align: center; margin: 0; } #check{ display: none; } ul{ margin-top: -0.8%; display: flex; margin-left: -3.5%; justify-content: center; } ul li{ list-style: none; margin-left: 40px; margin-top: -3px; font-size: 14px; } ul li a{ text-decoration: none; color: #fff; font-family: 'Roboto', sans-serif; transition: 0.4s ease-in-out; } ul li a:hover,ul li i:hover{ color: #FF7200; } .content{ grid-area:webpage; display: grid; width: 100%; height: 100vh; align-items:normal; grid-template-columns: 60% 40%; grid-template-areas: "add preview"; grid-column-gap: 5px; grid-row-gap: 10px; } .add-area{ grid-area: add; display: grid; /* background-color:#c4c4c4; */ } .filling h2{ margin-left: 240px; } .filling{ width: 900px; margin-top: 20px; display: block; margin-left: auto; margin-right: auto; /*background-color:#c4c4c4;*/ height:700px; border-radius: 2%; color:black; font-weight:700; } .filling form{ padding:20px; } label[for=url]{ margin-left: 54px; } label[for=head]{ margin-left: 222px; } label[for=descrip]{ margin-left: 192px; } label[for=imgtemp] p{ margin-left: 14px; } .details textarea{ margin-top: -15px; margin-left: 298px; width: 475px; height: 120px; resize: none; } input[type=text]{ width: 469px; padding: 5px; } .imagetemp img{ margin-top: -104px; margin-left: 298px; width: 350px; height: 250px; } .img-file{ margin-left: 295px; } .img-file input[type="file"]{ cursor: pointer; } .preview-area{ margin-top: 5px; margin-bottom: 5px; grid-area: preview; display: grid; background-color:#c4c4c4; } .preview p{ text-align: center; font-size: 40px; margin: 10px; } .preview-img img{ display: block; margin-left: auto; margin-right: auto; width: 500px; height: 350px; } .preview-area input[type=submit] { display: block; margin-left: auto; margin-right: auto; width: 200px; height: 35px; font-size: 20px; font-weight: 400; border: none; outline: none; background: #ff7200; color: black; border-radius: 5px; cursor: pointer; margin-top: 10px; } .footer{ grid-area: footer; border-top: 1px solid #ebebeb; padding-bottom: 2%; padding-top: 1%; padding-left: 0%; font-size:14px; background: rgb(0, 0, 0); } .footer p{ text-align: center; color: rgb(255, 255, 255); }
0.414069
0.071982
.challenge-box { background-color: var(--white); padding-top: 25px; border-radius: 30px; height: 100%; box-shadow: 0 0 60px rgba(0, 0, 0, 0.05); } .challenge-box-uncompleted { display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; height: 100%; padding: 1.5rem 2rem; } .challenge-box h3 { font-weight: 500; font-size: 1.5rem; color: var(--text); } .challenge-box-flex { display: flex; align-items: center; text-align: left; justify-content: center; margin-top: 40px; } .challenge-box-flex img { margin-right: 24px; } .challenge-box-flex p { max-width: 223px; font-weight: 400; font-size: 1rem; color: var(--text); } .challenge-box-completed-challenge { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .challenge-box-content { padding: 0 2rem 1.5rem 2rem; } .challenge-box-content h2 { color: var(--blue); font-weight: 600; font-size: 1.5rem; text-align: center; border-bottom: 1px solid #DCDDE0; padding-bottom: 25px; } .challenge-description { padding-top: 38px; display: flex; flex-direction: column; align-items: center; text-align: center; } .challenge-description img { height: 112px; width: 140px; margin-bottom: 24px; } .challenge-description h3 { color: var(--title); font-weight: 600; font-size: 1.8rem; margin-bottom: 8px; } .challenge-description p { color: var(--text); font-weight: 400; font-size: 1rem; line-height: 26px; } .challenge-buttons { display: flex; align-items: center; justify-content: space-between; } .challenge-buttons .button { display: flex; align-items: center; justify-content: center; width: 50%; height: 80px; background-color: #F7FFF5; border: 1px solid #DCDDE0; font-weight: 500; font-size: 1.5rem; transition: all ease 0.3s; } .challenge-buttons .button.fail { color: var(--red); } .challenge-buttons .button.success { color: var(--green); } .challenge-buttons .button:hover { color: var(--white); } .challenge-buttons .button.fail:hover { background-color: var(--red); } .challenge-buttons .button.success:hover { background-color: var(--green); }
src/components/ChallengeBox/styles.css
.challenge-box { background-color: var(--white); padding-top: 25px; border-radius: 30px; height: 100%; box-shadow: 0 0 60px rgba(0, 0, 0, 0.05); } .challenge-box-uncompleted { display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; height: 100%; padding: 1.5rem 2rem; } .challenge-box h3 { font-weight: 500; font-size: 1.5rem; color: var(--text); } .challenge-box-flex { display: flex; align-items: center; text-align: left; justify-content: center; margin-top: 40px; } .challenge-box-flex img { margin-right: 24px; } .challenge-box-flex p { max-width: 223px; font-weight: 400; font-size: 1rem; color: var(--text); } .challenge-box-completed-challenge { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .challenge-box-content { padding: 0 2rem 1.5rem 2rem; } .challenge-box-content h2 { color: var(--blue); font-weight: 600; font-size: 1.5rem; text-align: center; border-bottom: 1px solid #DCDDE0; padding-bottom: 25px; } .challenge-description { padding-top: 38px; display: flex; flex-direction: column; align-items: center; text-align: center; } .challenge-description img { height: 112px; width: 140px; margin-bottom: 24px; } .challenge-description h3 { color: var(--title); font-weight: 600; font-size: 1.8rem; margin-bottom: 8px; } .challenge-description p { color: var(--text); font-weight: 400; font-size: 1rem; line-height: 26px; } .challenge-buttons { display: flex; align-items: center; justify-content: space-between; } .challenge-buttons .button { display: flex; align-items: center; justify-content: center; width: 50%; height: 80px; background-color: #F7FFF5; border: 1px solid #DCDDE0; font-weight: 500; font-size: 1.5rem; transition: all ease 0.3s; } .challenge-buttons .button.fail { color: var(--red); } .challenge-buttons .button.success { color: var(--green); } .challenge-buttons .button:hover { color: var(--white); } .challenge-buttons .button.fail:hover { background-color: var(--red); } .challenge-buttons .button.success:hover { background-color: var(--green); }
0.657428
0.14137
@charset "utf-8"; /* RESET ----------------------------------------------------------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size:100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } img, embed, object, video { max-width: 100%; } .ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; } /* BASE ----------------------------------------------------------------------------------------*/ *{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } html, body{ position:relative; min-height: 100%; height: 100%; -webkit-backface-visibility: hidden; font-family: 'Roboto', sans-serif; } strong{ font-weight: 500; } i{ font-style: italic; } .overflow-hidden{ position: relative; overflow: hidden; } .content a{ color: #00a8e3; text-decoration: none; } .content a:hover{ text-decoration: underline; } .scroll-to-link{ cursor: pointer; } p, .content ul, .content ol{ font-size: 14px; color: #777A7A; margin-bottom: 16px; line-height: 1.6; font-weight: 300; } .content h1:first-child{ font-size: 1.333em; color: #034c8f; padding-top: 2.5em; text-transform: uppercase; border-top: 1px solid rgba(255,255,255,0.3); border-top-width: 0; margin-top: 0; margin-bottom: 1.3em; clear: both; font-family: 'Roboto Condensed', sans-serif; } code, pre{ font-family: 'Source Code Pro', monospace; } .higlighted{ background-color: rgba(0,0,0,0.05); padding: 3px; border-radius: 3px; } /* LEFT-MENU ----------------------------------------------------------------------------------------*/ .left-menu{ position: fixed; z-index: 3; top: 0; left: 0; bottom: 0; width: 300px; box-sizing: border-box; background-color: #f4f5f8; overflow-x: hidden; font-size: 18px; } .content-logo{ position: relative; display: block; width: 100%; box-sizing: border-box; padding: 1.425em 11.5%; padding-right: 0; } .content-logo img{ display: inline-block; max-width: 70%; vertical-align: middle; } .content-logo span{ display: inline-block; margin-left: 10px; vertical-align: middle; color: #323F4C; font-size: 1.1em; font-family: 'Roboto Condensed', sans-serif; } .content-menu{ margin: 2em auto 2em; padding: 0 0 100px; font-family: 'Roboto Condensed', sans-serif; } .content-menu ul{ list-style: none; margin: 0; padding: 0; line-height: 28px; } .content-menu ul li{ list-style: none; margin: 0; padding: 0; line-height: 42px; } .content-menu ul li:hover, .content-menu ul li.active{ background-color:#DCDEE9; } .content-menu ul li:hover a, .content-menu ul li.active a{ color: #00a8e3; } .content-menu ul li a{ padding: 0.5em 13.25% 0em; color: #777A7A; letter-spacing: 0.025em; line-height: 1.2; text-transform: capitalize; } /* CONTENT-PAGE ----------------------------------------------------------------------------------------*/ .content-page { position: relative; box-sizing: border-box; margin-left: 300px; z-index: 2; background-color: #fff; min-height: 100%; padding-bottom: 1px; } .content-code{ width: 50%; position: absolute; right: 0; top: 0; bottom: 0; background-color: #323f4c; border-color: #323f4c; } .content { position: relative; z-index: 30; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content aside, .content dl { margin-right: 50%; padding: 0 28px; box-sizing: border-box; display: block; max-width: 680px; } .content ul, .content ol { padding: 0 44px; } .content h2, .content h3, .content h4, .content h5, .content h6 { font-size: 15px; margin-top: 2.5em; margin-bottom: 0.8em; color: #034c8f; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; } .content h2{ font-size: 1.333em; } .content h4{ color: #00a8e3; margin-top: 0; text-transform: none; font-size: 14px; margin-bottom: 0.2em; } .content-page .content p, .content-page .content pre { max-width: 680px; } .content pre, .content blockquote { background-color: #323f4c; border-color: #323f4c; color: #fff; padding: 0 28px 2em; margin: 0; width: 50%; float: right; clear: right; box-sizing: border-box; } .content pre code, .content pre { font-size: 12px; line-height: 1.5; } .content blockquote, .content pre, .content pre code{ padding-top: 0; margin-top: 0; } .content pre code{ margin-top: -2em; } .content table { font-size: 0.825em; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0; } .content table tr:last-child { border-bottom: 1px solid #ccc; } .content table th { font-size: 0.925em; padding: 5px 18px 5px 0; border-bottom: 1px solid #ccc; vertical-align: bottom; text-align: left; line-height: 1.6; } .content table td { padding: 5px 18px 5px 0; text-align: left; vertical-align: top; line-height: 1.6; font-family: 'Roboto', sans-serif; font-weight: 300; color: #777A7A; } /* ONE CONTENT COLUMN VERSION ----------------------------------------------------------------------------------------*/ body.one-content-column-version .content h1, body.one-content-column-version .content h2, body.one-content-column-version .content h3, body.one-content-column-version .content h4, body.one-content-column-version .content h5, body.one-content-column-version .content h6, body.one-content-column-version .content p, body.one-content-column-version .content table, body.one-content-column-version .content ul, body.one-content-column-version .content ol, body.one-content-column-version .content aside, body.one-content-column-version .content dl { margin-right: 0; max-width: 100%; } body.one-content-column-version .content-page .content p, body.one-content-column-version .content-page .content pre { max-width: 100%; } body.one-content-column-version .content-page { background-color: #323f4c; } body.one-content-column-version .content h1:first-child, body.one-content-column-version .content h2, body.one-content-column-version .content h3, body.one-content-column-version .content h4, body.one-content-column-version .content h5, body.one-content-column-version .content h6 { color: #59C3C3; } body.one-content-column-version p { color: #D6F0F0; } body.one-content-column-version .content table td { color: #D6F0F0; } body.one-content-column-version .content thead { color: #417179; } /* RESPONSIVE ----------------------------------------------------------------------------------------*/ @media only screen and (max-width:980px){ .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content ul, .content ol, .content aside, .content dl { margin-right: 0; } .content-code{ display: none; } .content pre, .content blockquote { margin: 20px 0; padding: 28px; display: block; width: auto; float: none; } .content pre code { margin-top: 0; } } @media only screen and (max-width:680px){ .left-menu{ position: relative; width: auto; } .left-menu .content-menu{ display: none; } .content-page{ margin-left: 0; } } /* BROWSER AND NON-SEMANTIC STYLING ----------------------------------------------------------------------------------------*/ .cf:before, .cf:after { content: ""; display: block; } .cf:after { clear: both; } .ie6 .cf { zoom: 1 }
docs/css/style.css
@charset "utf-8"; /* RESET ----------------------------------------------------------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size:100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } img, embed, object, video { max-width: 100%; } .ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; } /* BASE ----------------------------------------------------------------------------------------*/ *{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } html, body{ position:relative; min-height: 100%; height: 100%; -webkit-backface-visibility: hidden; font-family: 'Roboto', sans-serif; } strong{ font-weight: 500; } i{ font-style: italic; } .overflow-hidden{ position: relative; overflow: hidden; } .content a{ color: #00a8e3; text-decoration: none; } .content a:hover{ text-decoration: underline; } .scroll-to-link{ cursor: pointer; } p, .content ul, .content ol{ font-size: 14px; color: #777A7A; margin-bottom: 16px; line-height: 1.6; font-weight: 300; } .content h1:first-child{ font-size: 1.333em; color: #034c8f; padding-top: 2.5em; text-transform: uppercase; border-top: 1px solid rgba(255,255,255,0.3); border-top-width: 0; margin-top: 0; margin-bottom: 1.3em; clear: both; font-family: 'Roboto Condensed', sans-serif; } code, pre{ font-family: 'Source Code Pro', monospace; } .higlighted{ background-color: rgba(0,0,0,0.05); padding: 3px; border-radius: 3px; } /* LEFT-MENU ----------------------------------------------------------------------------------------*/ .left-menu{ position: fixed; z-index: 3; top: 0; left: 0; bottom: 0; width: 300px; box-sizing: border-box; background-color: #f4f5f8; overflow-x: hidden; font-size: 18px; } .content-logo{ position: relative; display: block; width: 100%; box-sizing: border-box; padding: 1.425em 11.5%; padding-right: 0; } .content-logo img{ display: inline-block; max-width: 70%; vertical-align: middle; } .content-logo span{ display: inline-block; margin-left: 10px; vertical-align: middle; color: #323F4C; font-size: 1.1em; font-family: 'Roboto Condensed', sans-serif; } .content-menu{ margin: 2em auto 2em; padding: 0 0 100px; font-family: 'Roboto Condensed', sans-serif; } .content-menu ul{ list-style: none; margin: 0; padding: 0; line-height: 28px; } .content-menu ul li{ list-style: none; margin: 0; padding: 0; line-height: 42px; } .content-menu ul li:hover, .content-menu ul li.active{ background-color:#DCDEE9; } .content-menu ul li:hover a, .content-menu ul li.active a{ color: #00a8e3; } .content-menu ul li a{ padding: 0.5em 13.25% 0em; color: #777A7A; letter-spacing: 0.025em; line-height: 1.2; text-transform: capitalize; } /* CONTENT-PAGE ----------------------------------------------------------------------------------------*/ .content-page { position: relative; box-sizing: border-box; margin-left: 300px; z-index: 2; background-color: #fff; min-height: 100%; padding-bottom: 1px; } .content-code{ width: 50%; position: absolute; right: 0; top: 0; bottom: 0; background-color: #323f4c; border-color: #323f4c; } .content { position: relative; z-index: 30; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content aside, .content dl { margin-right: 50%; padding: 0 28px; box-sizing: border-box; display: block; max-width: 680px; } .content ul, .content ol { padding: 0 44px; } .content h2, .content h3, .content h4, .content h5, .content h6 { font-size: 15px; margin-top: 2.5em; margin-bottom: 0.8em; color: #034c8f; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; } .content h2{ font-size: 1.333em; } .content h4{ color: #00a8e3; margin-top: 0; text-transform: none; font-size: 14px; margin-bottom: 0.2em; } .content-page .content p, .content-page .content pre { max-width: 680px; } .content pre, .content blockquote { background-color: #323f4c; border-color: #323f4c; color: #fff; padding: 0 28px 2em; margin: 0; width: 50%; float: right; clear: right; box-sizing: border-box; } .content pre code, .content pre { font-size: 12px; line-height: 1.5; } .content blockquote, .content pre, .content pre code{ padding-top: 0; margin-top: 0; } .content pre code{ margin-top: -2em; } .content table { font-size: 0.825em; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0; } .content table tr:last-child { border-bottom: 1px solid #ccc; } .content table th { font-size: 0.925em; padding: 5px 18px 5px 0; border-bottom: 1px solid #ccc; vertical-align: bottom; text-align: left; line-height: 1.6; } .content table td { padding: 5px 18px 5px 0; text-align: left; vertical-align: top; line-height: 1.6; font-family: 'Roboto', sans-serif; font-weight: 300; color: #777A7A; } /* ONE CONTENT COLUMN VERSION ----------------------------------------------------------------------------------------*/ body.one-content-column-version .content h1, body.one-content-column-version .content h2, body.one-content-column-version .content h3, body.one-content-column-version .content h4, body.one-content-column-version .content h5, body.one-content-column-version .content h6, body.one-content-column-version .content p, body.one-content-column-version .content table, body.one-content-column-version .content ul, body.one-content-column-version .content ol, body.one-content-column-version .content aside, body.one-content-column-version .content dl { margin-right: 0; max-width: 100%; } body.one-content-column-version .content-page .content p, body.one-content-column-version .content-page .content pre { max-width: 100%; } body.one-content-column-version .content-page { background-color: #323f4c; } body.one-content-column-version .content h1:first-child, body.one-content-column-version .content h2, body.one-content-column-version .content h3, body.one-content-column-version .content h4, body.one-content-column-version .content h5, body.one-content-column-version .content h6 { color: #59C3C3; } body.one-content-column-version p { color: #D6F0F0; } body.one-content-column-version .content table td { color: #D6F0F0; } body.one-content-column-version .content thead { color: #417179; } /* RESPONSIVE ----------------------------------------------------------------------------------------*/ @media only screen and (max-width:980px){ .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content ul, .content ol, .content aside, .content dl { margin-right: 0; } .content-code{ display: none; } .content pre, .content blockquote { margin: 20px 0; padding: 28px; display: block; width: auto; float: none; } .content pre code { margin-top: 0; } } @media only screen and (max-width:680px){ .left-menu{ position: relative; width: auto; } .left-menu .content-menu{ display: none; } .content-page{ margin-left: 0; } } /* BROWSER AND NON-SEMANTIC STYLING ----------------------------------------------------------------------------------------*/ .cf:before, .cf:after { content: ""; display: block; } .cf:after { clear: both; } .ie6 .cf { zoom: 1 }
0.33928
0.066569
body { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 3em 0; min-height: 100vh; background-color: #f9f9f9; color: #585455; font-family: "Microsoft JhengHei"; } a { text-decoration: none; } .card { border-radius: 20px; background-color: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .vis-main { display: flex; flex-direction: column-reverse; margin-bottom: 3em; } .vis-main>.info { background-color: #eee; border-radius: 0 0 20px 20px; padding: 1em 1.5em; } .vis-main>.info>.year-title { margin: 20px 0; padding: 10px; background-color: #585455; color: #fff; font-weight: bold; } .vis-main>.info>.data { display: flex; flex-direction: row; justify-content: space-between; } .vis-main>.info>.data>div { min-width: 400px; } .vis-main>.info>.data>div>.axis-title { padding: 5px 10px; background-color: #fff; border-left: solid 5px; font-weight: bold; } .vis-main>.graph { padding: 2em 0 1em 0; } .vis-description { max-width: 900px; } .vis-description>.content { padding: 1em 1.5em; } .d3-tip { font-size: 12px; font-weight: bold; line-height: 20px; padding: 10px 20px; background: #585455; color: #fff; border: solid 1px #585455; border-radius: 2px; } /* Creates a small triangle extender for the tooltip */ .d3-tip:after { font-size: 10px; box-sizing: border-box; display: inline; width: 100%; line-height: 1; color: #585455; content: "\25BC"; position: absolute; text-align: center; } /* Style northward tooltips differently */ .d3-tip.n:after { margin: -1px 0 0 0; top: 100%; left: 0; } @media screen and (min-width: 1200px) { .vis-main { flex-direction: row; } .vis-main>.info { border-radius: 20px 0 0 20px; width: 200px; } .vis-main>.info>.data { display: flex; flex-direction: column; } .vis-main>.info>.data>div { min-width: auto; } .vis-main>.graph { padding: 2em 1em 1em 1em; } .vis-description { max-width: 1180px; } }
0513_histAndLine_test1/index.css
body { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 3em 0; min-height: 100vh; background-color: #f9f9f9; color: #585455; font-family: "Microsoft JhengHei"; } a { text-decoration: none; } .card { border-radius: 20px; background-color: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .vis-main { display: flex; flex-direction: column-reverse; margin-bottom: 3em; } .vis-main>.info { background-color: #eee; border-radius: 0 0 20px 20px; padding: 1em 1.5em; } .vis-main>.info>.year-title { margin: 20px 0; padding: 10px; background-color: #585455; color: #fff; font-weight: bold; } .vis-main>.info>.data { display: flex; flex-direction: row; justify-content: space-between; } .vis-main>.info>.data>div { min-width: 400px; } .vis-main>.info>.data>div>.axis-title { padding: 5px 10px; background-color: #fff; border-left: solid 5px; font-weight: bold; } .vis-main>.graph { padding: 2em 0 1em 0; } .vis-description { max-width: 900px; } .vis-description>.content { padding: 1em 1.5em; } .d3-tip { font-size: 12px; font-weight: bold; line-height: 20px; padding: 10px 20px; background: #585455; color: #fff; border: solid 1px #585455; border-radius: 2px; } /* Creates a small triangle extender for the tooltip */ .d3-tip:after { font-size: 10px; box-sizing: border-box; display: inline; width: 100%; line-height: 1; color: #585455; content: "\25BC"; position: absolute; text-align: center; } /* Style northward tooltips differently */ .d3-tip.n:after { margin: -1px 0 0 0; top: 100%; left: 0; } @media screen and (min-width: 1200px) { .vis-main { flex-direction: row; } .vis-main>.info { border-radius: 20px 0 0 20px; width: 200px; } .vis-main>.info>.data { display: flex; flex-direction: column; } .vis-main>.info>.data>div { min-width: auto; } .vis-main>.graph { padding: 2em 1em 1em 1em; } .vis-description { max-width: 1180px; } }
0.565539
0.093512
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap'); body{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Cairo', sans-serif; } /* start static */ .blueFirst{ color: #0099ff; } .colorSecond{ color: #333332; } .colorwhite{ color: #fff; } ul{ list-style-type: none !important; } a{ text-decoration: none !important; } over-hedden{ overflow: hidden; } /* end static */ /* start small-head */ .small-head{ background-color: #000; padding-top: 5px; padding-bottom: 5px; } .small-head .left{ float: left; /* line-height: 30px;*/ margin-left: -20px; } .small-head .left .infolink{ list-style-type: none; margin: 0px; } .small-head .left .infolink li{ color: #0099ff; float: left; } .small-head .left .infolink li a{ text-decoration: none; color: #fff; } .small-head .left .infolink li .domain,.fas,.qwk-link{ margin-left: 5px; } .small-head .left .infolink li .fas{ margin-left: 30px; } .small-head .right{ float: right; } .small-head .right .lang{ color: #fff; cursor: pointer; line-height: 30px; font-family: 'Krub', sans-serif; } .arabic{ padding-left: 10px; } .arabic:before { content: ''; position: absolute; z-index: 12; width: 1.5px; height: 25px; background: #fff; margin: 3px 0px 0px -10px; } /* End small-head */ /* start All Responsive for small-head */ @media (max-width: 767px){ /* Extra small screen */ .small-head .left{ margin: 0px auto; padding-bottom: 10px; margin-left: 0px; } .small-head .right{ float: inherit; text-align: center; } h1{ font-size: 30px; } } /* End All Responsive for small-head */ /* start navbar */ .navbar{ min-height: 40px; transition: all 0.7s ease-in-out; } .navbar-inverse { background-color: #fff; border: none; margin: 0; z-index: 20; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { color: #f48639 !important; background-color: #fff; border-bottom: 5px solid; } .navbar-inverse .navbar-brand { } .navbar-inverse .navbar-brand img{ width: 85px; height: 80px; } .nav>li>a { padding: 7px 10px; } .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { } .navbar-inverse .navbar-nav>li>a { color: #000 !important; font-size: 15px; /* margin-left: 5px;*/ } .navbar-inverse .navbar-toggle .icon-bar { background-color: #0099ff; } .navbar-inverse .navbar-toggle { border-color: #0099ff; } .carousel-inner>.item>a>img, .carousel-inner>.item>img{ } .navbar-toggle{ margin-top: 13px; } .navbar-nav>li>a{ padding-top: 30px; padding-bottom: 30px; } .navbar-brand{ padding-top: 5px; } .navbar-inverse .navbar-nav> .open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover { color: #fff; background-color: #0099ff; } .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { color: #f48639 !important; border-bottom: 5px solid; } .navbar-inverse .share{ line-height: 80px; /* border: 3px solid #0099ff;*/ background: #f48639; padding: 7px 15px; color: #fff; border-radius: 5px; text-decoration: none; transition: all 0.2s ease-in-out; } .navbar-inverse .share:hover{ color: #fff; background: #000; } .dropdown-menu { background-color: #333332; } .dropdown-menu>li>a { color: #fff; text-align: center; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #fff; text-decoration: none; background-color: #0099ff; } .navbar-collapse { padding-right: 0; padding-left: 0; } /* End navbar */ /* start All Responsive for navbar */ /* devices (portrait phones, iphone 5) */ @media (max-width: 320.98px){ /* .navbar-inverse .share { margin-left: 125px; } */ } /* devices (portrait phones, iphone 6/7/8 and galaxy s5) */ @media (min-width: 321px) and (max-width: 375.98px){ /* .navbar-inverse .share { margin-left: 144px; } */ } /* devices (portrait phones, iphone 6/7/8 plus and pixel 2) */ @media (min-width: 376px) and (max-width: 414.98px){ /* .navbar-inverse .share { margin-left: 172px; } */ } /*// Extra small devices (portrait phones, less than 576px)*/ @media (min-width: 415px) and (max-width: 575.98px) { /* .navbar-inverse .share { margin-left: 150px; } */ } /*// Small devices (landscape phones, 576px and up)*/ @media (min-width: 576px) and (max-width: 767.98px) { /* .navbar-inverse .share { margin-left: 280px; } */ } /*// Medium devices (tablets, 768px and up)*/ @media (min-width: 768px) and (max-width: 991.98px) { } @media (max-width: 767px){ /* Extra small screen */ .container-fluid>.navbar-collapse , .container-fluid>.navbar-small-head , .container>.navbar-collapse, .container>.navbar-small-head { padding-top: 0px; padding-bottom: 30px; } .navbar-nav { margin: 25px -15px; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; margin: 5px auto; text-align: center; } } /* End All Responsive for navbar */ .Auction{ padding-top: 50px; padding-bottom: 50px; } .Auction h3{ color: #f48639; text-align: center; font-weight: bolder; margin-bottom: 50px; } .Auction .row .item-up{ width: 100%; } .Auction .row .item-up .btn-up{ background: #2d3561; color: #fff; width: 90% !important; padding: 10px; border-radius: 50px 50px 50px 0; margin-bottom: 15px; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .Auction .row .item-up .btn-up:hover ,.btn-read:hover{ background: #000; color: #fff; } .Auction .row .item-up .product{ background: #FFF; padding: 7px; text-align: center; border-radius: 5px; box-shadow: 5px 5px 30px #e3e3e3; margin-bottom: 25px; } .Auction .row .item-up .product img{ width: 100%; filter: grayscale(0.9); -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .Auction .row .item-up .product img:hover{ width: 100%; filter: grayscale(0); } .Auction .row .item-up .product .details-pro{ padding: 5px; } .Auction .row .item-up .product .details-pro p{ color: #333; margin-top: 10px; text-align: center; } .Auction .row .item-up .product .details-pro button{ border: 10px; box-sizing: border-box; display: inline-block; font-family: Roboto, sans-serif; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer; text-decoration: none; margin: 0px; padding: 12px; outline: none; font-size: 0px; font-weight: inherit; position: relative; overflow: visible; transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; width: 48px; height: 48px; background: none; } .Auction .row .item-up .product .details-pro i{ margin-top: 15px; font-size: 17px; color: rgb(119, 119, 119); -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .Auction .row .item-up .product .details-pro i:hover ,svg:hover{ color: #333; } .btn-read{ background: #f48639; color: #fff; padding: 8px 50px; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* ******************************* testimonial******************/ .testimonial{ background-image: url(../img/new.png); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; } .testimonial h3{ padding-top: 50px; text-align: center; color: #fff; } .testimonial .message{ background: #fff; padding: 20px 15px; margin-top: 80px; position: relative; margin-bottom: 30px; border-radius: 3px; } .testimonial .message:after { content: ''; position: absolute; width: 0; height: 0; border-top: 15px solid #fff; border-left: 15px solid transparent; border-right: 15px solid transparent; right: 22px; bottom: -15px; } .testimonial .infoperson{ margin-top: 15px; } .testimonial .infoperson img{ width: 70px; height: 70px; border-radius: 50%; border: 2px solid #fff; float: right; } .testimonial .infoperson .name-per{ display: inline-block; margin-right: 10px; } .testimonial .infoperson h5{ font-size: 18px; color: #fff; } h1, h2 { color: #888; margin:0; font-weight:normal; } h1{ padding-top: 1.5em; padding-bottom: 2em; } h2 { clear:both; color: #aaa; padding: 2em 0 0.3em } em { display: block; margin: .5em auto 2em; color: #bbb; } p, p a { color: #aaa; text-decoration: none; } p a:hover, p a:focus { text-decoration: underline; } p + p { color: #bbb; margin-top: 2em; } .detail { position: absolute; text-align: right; right: 5px; bottom: 5px; width: 50%; } a[href*="intent"] { display:inline-block; margin-top: 0.4em; } /* * Rating styles */ .rating { font-size: 18px; overflow:hidden; } .rating input { float: right; opacity: 0; position: absolute; } .rating a, .rating label { float:right; color: #aaa; text-decoration: none; -webkit-transition: color .4s; -moz-transition: color .4s; -o-transition: color .4s; transition: color .4s; } .rating label:hover ~ label, .rating input:focus ~ label, .rating label:hover, .rating a:hover, .rating a:hover ~ a, .rating a:focus, .rating a:focus ~ a { color: orange; cursor: pointer; } .rating2 { direction: rtl; } .rating2 a { float:none } /************************/ .footer{ padding-top: 30px; padding-bottom: 20px; background: #333332; color: #fff; } .footer .item-foot{ margin-bottom: 10px; } .footer .item-foot .data-link{ float: left; } .footer .item-foot i{ line-height: 60px; font-size: 30px; color: #f48639; } .footer .item-foot .data-link h5{ text-align: center; } /* chat */ #chat_icon { width: 50px; height: 50px; text-align: center; position: fixed; right: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; } .chat { width: 320px; margin: 0 auto; background: #fff; border-radius: 5px; /* box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/ } .chat .chat-header { background: #2d3561; padding: 10px; } .chat .chat-header__name { color: #fff; text-transform: uppercase; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { border-radius: 0; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); } ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); border-radius: 0; } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(0, 0, 0, 0.3); } .chat .chat-controls { width: 320px; margin-top: 1px; border-top: 1px solid #f6f6f6; padding: 0px 20px 0px 20px; } .chat .chat-controls .chat-controls__textarea { width: auto; border: none; padding: 10px; border-radius: 5px; resize: none; outline: none; max-height: 80px; height: 50px; overflow: auto; color: #777; word-wrap: break-word; overflow-wrap: break-word; } .chat .chat-controls .chat-controls-buttons { /* margin-top: 15px;*/ display: flex; justify-content: space-between; padding-bottom: 7px; } .chat .chat-controls .chat-controls-buttons-wrapper { display: flex; } .chat .chat-controls .chat-controls-buttons__send { padding: 0 15px; background: #f48639; line-height: 25px; display: inline-block; color: #fff; text-decoration: none; border-radius: 3px; border: 0; cursor: pointer; } .chat .chat-controls .chat-controls-buttons__send:focus { outline: none; } .chat .chat-controls .chat-controls__textarea img { height: 30px; vertical-align: middle; } .chat .chat-controls .message__newImg { max-width: 150px; } [contenteditable="true"]:empty:before { content: attr(placeholder); color: #999; font-family: monospace; letter-spacing: 0.015em; } [placeholder]:empty:focus:before { content: ""; } @-moz-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @-webkit-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } .spinner-loader:not(:required) { -moz-animation: spinner-loader 1500ms 300ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 300ms infinite ease-out; animation: spinner-loader 1500ms 300ms infinite ease-out; background: #fff; display: flex; position: relative; text-indent: -9999px; width: 10px; height: 2px; margin: 0 12px; border-radius: 5px; } .spinner-loader:not(:required):before, .spinner-loader:not(:required):after { background: #fff; border-radius: 5px; content: "x200B"; display: flex; width: 10px; height: 2px; position: absolute; top: 0; } .spinner-loader:not(:required):before { -moz-animation: spinner-loader 1500ms 150ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 150ms infinite ease-out; animation: spinner-loader 1500ms 150ms infinite ease-out; left: -12px; } .spinner-loader:not(:required):after { -moz-animation: spinner-loader 1500ms 450ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 450ms infinite ease-out; animation: spinner-loader 1500ms 450ms infinite ease-out; right: -12px; } .emoji { display: flex; } .chat .chat-controls .chat-controls-buttons__smiles { cursor: pointer; display: flex; align-items: center; position: relative; } .chat .chat-controls .chat-controls-buttons__smiles img { height: 15px; width: 15px; z-index: 1; } .chat .chat-controls .chat-controls-buttons__smiles-menu { background-color: #fff; display: none; position: absolute; width: 140px; height: 50px; line-height: 50px; } .chat .chat-controls .chat-controls-buttons__smiles:hover .chat-controls-buttons__smiles-menu { display: flex; right: 10px; } .chat .chat-controls .chat-controls-buttons__smile { margin-left: 5px; } .chat .chat-controls .files { display: flex; align-items: center; } #chat-controls-buttons__upload { display: none; } .chat .chat-controls .chat-controls-buttons__attach { color: #999; cursor: pointer; margin-left: 17px; display: flex; align-items: center; padding-top: 25px; } .chat-history { height: auto; max-height: 300px; overflow-y: auto; padding: 20px 20px 0 20px; } .chat-history .chat-item { display: flex; align-items: flex-start; margin-bottom: 15px; } .chat-history .chat-item__img { width: 40px; height: 40px; border-radius: 50%; } .chat-item-me .messg { margin-left: 15px; background: #eee; width: 224px; } .chat-item-me .messg::before { right: 100%; border: solid transparent; border-right-color: #eee; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .messg { padding: 10px; border-radius: 5px; position: relative; } .messg div { font-size: 13px; color: #777; word-wrap: break-word; } .message__user-name { font-size: 13px; font-weight: bold; color: #fff; } .fa-clock-o:before { color: #ccc; font-size: 11px; } .message__time { font-size: 11px; color: #ccc; } .message__text { font-size: 13px; color: #bbb; word-wrap: break-word; } .message__other { font-size: 13px; font-weight: bolder; color: #000; } .clock-other:before { color: #777; font-size: 11px; } .message__time-other { font-size: 11px; color: #777; } .message__text-other { font-size: 13px; color: #777; word-wrap: break-word; } .chat-item-other .messg { margin-right: 15px; background: rgb(45, 53, 97, 0.8); } .chat-item-other .messg::after { left: 100%; border: solid transparent; border-left-color: rgb(45, 53, 97, 0.8);; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .close { float: right; font-size: 21px; line-height: 18px; color: #f48639; /* text-shadow: 0 1px 0 #fff; */ filter: alpha(opacity=20); opacity: .5; } /* scroll Up */ #scroll-top { width: 30px; height: 30px; text-align: center; position: fixed; left: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; }/* chat */ #chat_icon { width: 50px; height: 50px; text-align: center; position: fixed; right: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; } .chat { width: 320px; margin: 0 auto; background: #fff; border-radius: 5px; /* box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/ } .chat .chat-header { background: #2d3561; padding: 10px; } .chat .chat-header__name { color: #fff; text-transform: uppercase; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { border-radius: 0; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); } ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); border-radius: 0; } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(0, 0, 0, 0.3); } .chat .chat-controls { width: 320px; margin-top: 1px; border-top: 1px solid #f6f6f6; padding: 0px 20px 0px 20px; } .chat .chat-controls .chat-controls__textarea { width: auto; border: none; padding: 10px; border-radius: 5px; resize: none; outline: none; max-height: 80px; height: 50px; overflow: auto; color: #777; word-wrap: break-word; overflow-wrap: break-word; } .chat .chat-controls .chat-controls-buttons { /* margin-top: 15px;*/ display: flex; justify-content: space-between; padding-bottom: 7px; } .chat .chat-controls .chat-controls-buttons-wrapper { display: flex; } .chat .chat-controls .chat-controls-buttons__send { padding: 0 15px; background: #f48639; line-height: 25px; display: inline-block; color: #fff; text-decoration: none; border-radius: 3px; border: 0; cursor: pointer; } .chat .chat-controls .chat-controls-buttons__send:focus { outline: none; } .chat .chat-controls .chat-controls__textarea img { height: 30px; vertical-align: middle; } .chat .chat-controls .message__newImg { max-width: 150px; } [contenteditable="true"]:empty:before { content: attr(placeholder); color: #999; font-family: monospace; letter-spacing: 0.015em; } [placeholder]:empty:focus:before { content: ""; } @-moz-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @-webkit-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } .spinner-loader:not(:required) { -moz-animation: spinner-loader 1500ms 300ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 300ms infinite ease-out; animation: spinner-loader 1500ms 300ms infinite ease-out; background: #fff; display: flex; position: relative; text-indent: -9999px; width: 10px; height: 2px; margin: 0 12px; border-radius: 5px; } .spinner-loader:not(:required):before, .spinner-loader:not(:required):after { background: #fff; border-radius: 5px; content: "x200B"; display: flex; width: 10px; height: 2px; position: absolute; top: 0; } .spinner-loader:not(:required):before { -moz-animation: spinner-loader 1500ms 150ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 150ms infinite ease-out; animation: spinner-loader 1500ms 150ms infinite ease-out; left: -12px; } .spinner-loader:not(:required):after { -moz-animation: spinner-loader 1500ms 450ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 450ms infinite ease-out; animation: spinner-loader 1500ms 450ms infinite ease-out; right: -12px; } .emoji { display: flex; } .chat .chat-controls .chat-controls-buttons__smiles { cursor: pointer; display: flex; align-items: center; position: relative; } .chat .chat-controls .chat-controls-buttons__smiles img { height: 15px; width: 15px; z-index: 1; } .chat .chat-controls .chat-controls-buttons__smiles-menu { background-color: #fff; display: none; position: absolute; width: 140px; height: 50px; line-height: 50px; } .chat .chat-controls .chat-controls-buttons__smiles:hover .chat-controls-buttons__smiles-menu { display: flex; right: 10px; } .chat .chat-controls .chat-controls-buttons__smile { margin-left: 5px; } .chat .chat-controls .files { display: flex; align-items: center; } #chat-controls-buttons__upload { display: none; } .chat .chat-controls .chat-controls-buttons__attach { color: #999; cursor: pointer; margin-left: 17px; display: flex; align-items: center; padding-top: 25px; } .chat-history { height: auto; max-height: 300px; overflow-y: auto; padding: 20px 20px 0 20px; } .chat-history .chat-item { display: flex; align-items: flex-start; margin-bottom: 15px; } .chat-history .chat-item__img { width: 40px; height: 40px; border-radius: 50%; } .chat-item-me .messg { margin-left: 15px; background: #eee; width: 224px; } .chat-item-me .messg::before { right: 100%; border: solid transparent; border-right-color: #eee; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .messg { padding: 10px; border-radius: 5px; position: relative; } .messg div { font-size: 13px; color: #777; word-wrap: break-word; } .message__user-name { font-size: 13px; font-weight: bold; color: #fff; } .fa-clock-o:before { color: #ccc; font-size: 11px; } .message__time { font-size: 11px; color: #ccc; } .message__text { font-size: 13px; color: #bbb; word-wrap: break-word; } .message__other { font-size: 13px; font-weight: bolder; color: #000; } .clock-other:before { color: #777; font-size: 11px; } .message__time-other { font-size: 11px; color: #777; } .message__text-other { font-size: 13px; color: #777; word-wrap: break-word; } .chat-item-other .messg { margin-right: 15px; background: rgba(45,53,97, 0.8); } .chat-item-other .messg::after { left: 100%; border: solid transparent; border-left-color: rgba(45,53, 97, 0.8); content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .close { float: right; font-size: 21px; line-height: 18px; color: #f48639; /* text-shadow: 0 1px 0 #fff; */ filter: alpha(opacity=20); opacity: .5; } /* scroll Up */ #scroll-top { width: 30px; height: 30px; text-align: center; position: fixed; left: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; }
public/css/misdaqia-style.css
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap'); body{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Cairo', sans-serif; } /* start static */ .blueFirst{ color: #0099ff; } .colorSecond{ color: #333332; } .colorwhite{ color: #fff; } ul{ list-style-type: none !important; } a{ text-decoration: none !important; } over-hedden{ overflow: hidden; } /* end static */ /* start small-head */ .small-head{ background-color: #000; padding-top: 5px; padding-bottom: 5px; } .small-head .left{ float: left; /* line-height: 30px;*/ margin-left: -20px; } .small-head .left .infolink{ list-style-type: none; margin: 0px; } .small-head .left .infolink li{ color: #0099ff; float: left; } .small-head .left .infolink li a{ text-decoration: none; color: #fff; } .small-head .left .infolink li .domain,.fas,.qwk-link{ margin-left: 5px; } .small-head .left .infolink li .fas{ margin-left: 30px; } .small-head .right{ float: right; } .small-head .right .lang{ color: #fff; cursor: pointer; line-height: 30px; font-family: 'Krub', sans-serif; } .arabic{ padding-left: 10px; } .arabic:before { content: ''; position: absolute; z-index: 12; width: 1.5px; height: 25px; background: #fff; margin: 3px 0px 0px -10px; } /* End small-head */ /* start All Responsive for small-head */ @media (max-width: 767px){ /* Extra small screen */ .small-head .left{ margin: 0px auto; padding-bottom: 10px; margin-left: 0px; } .small-head .right{ float: inherit; text-align: center; } h1{ font-size: 30px; } } /* End All Responsive for small-head */ /* start navbar */ .navbar{ min-height: 40px; transition: all 0.7s ease-in-out; } .navbar-inverse { background-color: #fff; border: none; margin: 0; z-index: 20; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { color: #f48639 !important; background-color: #fff; border-bottom: 5px solid; } .navbar-inverse .navbar-brand { } .navbar-inverse .navbar-brand img{ width: 85px; height: 80px; } .nav>li>a { padding: 7px 10px; } .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { } .navbar-inverse .navbar-nav>li>a { color: #000 !important; font-size: 15px; /* margin-left: 5px;*/ } .navbar-inverse .navbar-toggle .icon-bar { background-color: #0099ff; } .navbar-inverse .navbar-toggle { border-color: #0099ff; } .carousel-inner>.item>a>img, .carousel-inner>.item>img{ } .navbar-toggle{ margin-top: 13px; } .navbar-nav>li>a{ padding-top: 30px; padding-bottom: 30px; } .navbar-brand{ padding-top: 5px; } .navbar-inverse .navbar-nav> .open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover { color: #fff; background-color: #0099ff; } .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { color: #f48639 !important; border-bottom: 5px solid; } .navbar-inverse .share{ line-height: 80px; /* border: 3px solid #0099ff;*/ background: #f48639; padding: 7px 15px; color: #fff; border-radius: 5px; text-decoration: none; transition: all 0.2s ease-in-out; } .navbar-inverse .share:hover{ color: #fff; background: #000; } .dropdown-menu { background-color: #333332; } .dropdown-menu>li>a { color: #fff; text-align: center; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #fff; text-decoration: none; background-color: #0099ff; } .navbar-collapse { padding-right: 0; padding-left: 0; } /* End navbar */ /* start All Responsive for navbar */ /* devices (portrait phones, iphone 5) */ @media (max-width: 320.98px){ /* .navbar-inverse .share { margin-left: 125px; } */ } /* devices (portrait phones, iphone 6/7/8 and galaxy s5) */ @media (min-width: 321px) and (max-width: 375.98px){ /* .navbar-inverse .share { margin-left: 144px; } */ } /* devices (portrait phones, iphone 6/7/8 plus and pixel 2) */ @media (min-width: 376px) and (max-width: 414.98px){ /* .navbar-inverse .share { margin-left: 172px; } */ } /*// Extra small devices (portrait phones, less than 576px)*/ @media (min-width: 415px) and (max-width: 575.98px) { /* .navbar-inverse .share { margin-left: 150px; } */ } /*// Small devices (landscape phones, 576px and up)*/ @media (min-width: 576px) and (max-width: 767.98px) { /* .navbar-inverse .share { margin-left: 280px; } */ } /*// Medium devices (tablets, 768px and up)*/ @media (min-width: 768px) and (max-width: 991.98px) { } @media (max-width: 767px){ /* Extra small screen */ .container-fluid>.navbar-collapse , .container-fluid>.navbar-small-head , .container>.navbar-collapse, .container>.navbar-small-head { padding-top: 0px; padding-bottom: 30px; } .navbar-nav { margin: 25px -15px; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; margin: 5px auto; text-align: center; } } /* End All Responsive for navbar */ .Auction{ padding-top: 50px; padding-bottom: 50px; } .Auction h3{ color: #f48639; text-align: center; font-weight: bolder; margin-bottom: 50px; } .Auction .row .item-up{ width: 100%; } .Auction .row .item-up .btn-up{ background: #2d3561; color: #fff; width: 90% !important; padding: 10px; border-radius: 50px 50px 50px 0; margin-bottom: 15px; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .Auction .row .item-up .btn-up:hover ,.btn-read:hover{ background: #000; color: #fff; } .Auction .row .item-up .product{ background: #FFF; padding: 7px; text-align: center; border-radius: 5px; box-shadow: 5px 5px 30px #e3e3e3; margin-bottom: 25px; } .Auction .row .item-up .product img{ width: 100%; filter: grayscale(0.9); -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .Auction .row .item-up .product img:hover{ width: 100%; filter: grayscale(0); } .Auction .row .item-up .product .details-pro{ padding: 5px; } .Auction .row .item-up .product .details-pro p{ color: #333; margin-top: 10px; text-align: center; } .Auction .row .item-up .product .details-pro button{ border: 10px; box-sizing: border-box; display: inline-block; font-family: Roboto, sans-serif; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer; text-decoration: none; margin: 0px; padding: 12px; outline: none; font-size: 0px; font-weight: inherit; position: relative; overflow: visible; transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; width: 48px; height: 48px; background: none; } .Auction .row .item-up .product .details-pro i{ margin-top: 15px; font-size: 17px; color: rgb(119, 119, 119); -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .Auction .row .item-up .product .details-pro i:hover ,svg:hover{ color: #333; } .btn-read{ background: #f48639; color: #fff; padding: 8px 50px; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* ******************************* testimonial******************/ .testimonial{ background-image: url(../img/new.png); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; } .testimonial h3{ padding-top: 50px; text-align: center; color: #fff; } .testimonial .message{ background: #fff; padding: 20px 15px; margin-top: 80px; position: relative; margin-bottom: 30px; border-radius: 3px; } .testimonial .message:after { content: ''; position: absolute; width: 0; height: 0; border-top: 15px solid #fff; border-left: 15px solid transparent; border-right: 15px solid transparent; right: 22px; bottom: -15px; } .testimonial .infoperson{ margin-top: 15px; } .testimonial .infoperson img{ width: 70px; height: 70px; border-radius: 50%; border: 2px solid #fff; float: right; } .testimonial .infoperson .name-per{ display: inline-block; margin-right: 10px; } .testimonial .infoperson h5{ font-size: 18px; color: #fff; } h1, h2 { color: #888; margin:0; font-weight:normal; } h1{ padding-top: 1.5em; padding-bottom: 2em; } h2 { clear:both; color: #aaa; padding: 2em 0 0.3em } em { display: block; margin: .5em auto 2em; color: #bbb; } p, p a { color: #aaa; text-decoration: none; } p a:hover, p a:focus { text-decoration: underline; } p + p { color: #bbb; margin-top: 2em; } .detail { position: absolute; text-align: right; right: 5px; bottom: 5px; width: 50%; } a[href*="intent"] { display:inline-block; margin-top: 0.4em; } /* * Rating styles */ .rating { font-size: 18px; overflow:hidden; } .rating input { float: right; opacity: 0; position: absolute; } .rating a, .rating label { float:right; color: #aaa; text-decoration: none; -webkit-transition: color .4s; -moz-transition: color .4s; -o-transition: color .4s; transition: color .4s; } .rating label:hover ~ label, .rating input:focus ~ label, .rating label:hover, .rating a:hover, .rating a:hover ~ a, .rating a:focus, .rating a:focus ~ a { color: orange; cursor: pointer; } .rating2 { direction: rtl; } .rating2 a { float:none } /************************/ .footer{ padding-top: 30px; padding-bottom: 20px; background: #333332; color: #fff; } .footer .item-foot{ margin-bottom: 10px; } .footer .item-foot .data-link{ float: left; } .footer .item-foot i{ line-height: 60px; font-size: 30px; color: #f48639; } .footer .item-foot .data-link h5{ text-align: center; } /* chat */ #chat_icon { width: 50px; height: 50px; text-align: center; position: fixed; right: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; } .chat { width: 320px; margin: 0 auto; background: #fff; border-radius: 5px; /* box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/ } .chat .chat-header { background: #2d3561; padding: 10px; } .chat .chat-header__name { color: #fff; text-transform: uppercase; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { border-radius: 0; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); } ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); border-radius: 0; } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(0, 0, 0, 0.3); } .chat .chat-controls { width: 320px; margin-top: 1px; border-top: 1px solid #f6f6f6; padding: 0px 20px 0px 20px; } .chat .chat-controls .chat-controls__textarea { width: auto; border: none; padding: 10px; border-radius: 5px; resize: none; outline: none; max-height: 80px; height: 50px; overflow: auto; color: #777; word-wrap: break-word; overflow-wrap: break-word; } .chat .chat-controls .chat-controls-buttons { /* margin-top: 15px;*/ display: flex; justify-content: space-between; padding-bottom: 7px; } .chat .chat-controls .chat-controls-buttons-wrapper { display: flex; } .chat .chat-controls .chat-controls-buttons__send { padding: 0 15px; background: #f48639; line-height: 25px; display: inline-block; color: #fff; text-decoration: none; border-radius: 3px; border: 0; cursor: pointer; } .chat .chat-controls .chat-controls-buttons__send:focus { outline: none; } .chat .chat-controls .chat-controls__textarea img { height: 30px; vertical-align: middle; } .chat .chat-controls .message__newImg { max-width: 150px; } [contenteditable="true"]:empty:before { content: attr(placeholder); color: #999; font-family: monospace; letter-spacing: 0.015em; } [placeholder]:empty:focus:before { content: ""; } @-moz-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @-webkit-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } .spinner-loader:not(:required) { -moz-animation: spinner-loader 1500ms 300ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 300ms infinite ease-out; animation: spinner-loader 1500ms 300ms infinite ease-out; background: #fff; display: flex; position: relative; text-indent: -9999px; width: 10px; height: 2px; margin: 0 12px; border-radius: 5px; } .spinner-loader:not(:required):before, .spinner-loader:not(:required):after { background: #fff; border-radius: 5px; content: "x200B"; display: flex; width: 10px; height: 2px; position: absolute; top: 0; } .spinner-loader:not(:required):before { -moz-animation: spinner-loader 1500ms 150ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 150ms infinite ease-out; animation: spinner-loader 1500ms 150ms infinite ease-out; left: -12px; } .spinner-loader:not(:required):after { -moz-animation: spinner-loader 1500ms 450ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 450ms infinite ease-out; animation: spinner-loader 1500ms 450ms infinite ease-out; right: -12px; } .emoji { display: flex; } .chat .chat-controls .chat-controls-buttons__smiles { cursor: pointer; display: flex; align-items: center; position: relative; } .chat .chat-controls .chat-controls-buttons__smiles img { height: 15px; width: 15px; z-index: 1; } .chat .chat-controls .chat-controls-buttons__smiles-menu { background-color: #fff; display: none; position: absolute; width: 140px; height: 50px; line-height: 50px; } .chat .chat-controls .chat-controls-buttons__smiles:hover .chat-controls-buttons__smiles-menu { display: flex; right: 10px; } .chat .chat-controls .chat-controls-buttons__smile { margin-left: 5px; } .chat .chat-controls .files { display: flex; align-items: center; } #chat-controls-buttons__upload { display: none; } .chat .chat-controls .chat-controls-buttons__attach { color: #999; cursor: pointer; margin-left: 17px; display: flex; align-items: center; padding-top: 25px; } .chat-history { height: auto; max-height: 300px; overflow-y: auto; padding: 20px 20px 0 20px; } .chat-history .chat-item { display: flex; align-items: flex-start; margin-bottom: 15px; } .chat-history .chat-item__img { width: 40px; height: 40px; border-radius: 50%; } .chat-item-me .messg { margin-left: 15px; background: #eee; width: 224px; } .chat-item-me .messg::before { right: 100%; border: solid transparent; border-right-color: #eee; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .messg { padding: 10px; border-radius: 5px; position: relative; } .messg div { font-size: 13px; color: #777; word-wrap: break-word; } .message__user-name { font-size: 13px; font-weight: bold; color: #fff; } .fa-clock-o:before { color: #ccc; font-size: 11px; } .message__time { font-size: 11px; color: #ccc; } .message__text { font-size: 13px; color: #bbb; word-wrap: break-word; } .message__other { font-size: 13px; font-weight: bolder; color: #000; } .clock-other:before { color: #777; font-size: 11px; } .message__time-other { font-size: 11px; color: #777; } .message__text-other { font-size: 13px; color: #777; word-wrap: break-word; } .chat-item-other .messg { margin-right: 15px; background: rgb(45, 53, 97, 0.8); } .chat-item-other .messg::after { left: 100%; border: solid transparent; border-left-color: rgb(45, 53, 97, 0.8);; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .close { float: right; font-size: 21px; line-height: 18px; color: #f48639; /* text-shadow: 0 1px 0 #fff; */ filter: alpha(opacity=20); opacity: .5; } /* scroll Up */ #scroll-top { width: 30px; height: 30px; text-align: center; position: fixed; left: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; }/* chat */ #chat_icon { width: 50px; height: 50px; text-align: center; position: fixed; right: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; } .chat { width: 320px; margin: 0 auto; background: #fff; border-radius: 5px; /* box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/ } .chat .chat-header { background: #2d3561; padding: 10px; } .chat .chat-header__name { color: #fff; text-transform: uppercase; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { border-radius: 0; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); } ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); border-radius: 0; } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(0, 0, 0, 0.3); } .chat .chat-controls { width: 320px; margin-top: 1px; border-top: 1px solid #f6f6f6; padding: 0px 20px 0px 20px; } .chat .chat-controls .chat-controls__textarea { width: auto; border: none; padding: 10px; border-radius: 5px; resize: none; outline: none; max-height: 80px; height: 50px; overflow: auto; color: #777; word-wrap: break-word; overflow-wrap: break-word; } .chat .chat-controls .chat-controls-buttons { /* margin-top: 15px;*/ display: flex; justify-content: space-between; padding-bottom: 7px; } .chat .chat-controls .chat-controls-buttons-wrapper { display: flex; } .chat .chat-controls .chat-controls-buttons__send { padding: 0 15px; background: #f48639; line-height: 25px; display: inline-block; color: #fff; text-decoration: none; border-radius: 3px; border: 0; cursor: pointer; } .chat .chat-controls .chat-controls-buttons__send:focus { outline: none; } .chat .chat-controls .chat-controls__textarea img { height: 30px; vertical-align: middle; } .chat .chat-controls .message__newImg { max-width: 150px; } [contenteditable="true"]:empty:before { content: attr(placeholder); color: #999; font-family: monospace; letter-spacing: 0.015em; } [placeholder]:empty:focus:before { content: ""; } @-moz-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @-webkit-keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } @keyframes spinner-loader { 0% { background: #fff; border-radius: 5px; } 10% { background: #fff; border-radius: 5px; } 40% { background: #a8a8a8; border-radius: 5px; } } .spinner-loader:not(:required) { -moz-animation: spinner-loader 1500ms 300ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 300ms infinite ease-out; animation: spinner-loader 1500ms 300ms infinite ease-out; background: #fff; display: flex; position: relative; text-indent: -9999px; width: 10px; height: 2px; margin: 0 12px; border-radius: 5px; } .spinner-loader:not(:required):before, .spinner-loader:not(:required):after { background: #fff; border-radius: 5px; content: "x200B"; display: flex; width: 10px; height: 2px; position: absolute; top: 0; } .spinner-loader:not(:required):before { -moz-animation: spinner-loader 1500ms 150ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 150ms infinite ease-out; animation: spinner-loader 1500ms 150ms infinite ease-out; left: -12px; } .spinner-loader:not(:required):after { -moz-animation: spinner-loader 1500ms 450ms infinite ease-out; -webkit-animation: spinner-loader 1500ms 450ms infinite ease-out; animation: spinner-loader 1500ms 450ms infinite ease-out; right: -12px; } .emoji { display: flex; } .chat .chat-controls .chat-controls-buttons__smiles { cursor: pointer; display: flex; align-items: center; position: relative; } .chat .chat-controls .chat-controls-buttons__smiles img { height: 15px; width: 15px; z-index: 1; } .chat .chat-controls .chat-controls-buttons__smiles-menu { background-color: #fff; display: none; position: absolute; width: 140px; height: 50px; line-height: 50px; } .chat .chat-controls .chat-controls-buttons__smiles:hover .chat-controls-buttons__smiles-menu { display: flex; right: 10px; } .chat .chat-controls .chat-controls-buttons__smile { margin-left: 5px; } .chat .chat-controls .files { display: flex; align-items: center; } #chat-controls-buttons__upload { display: none; } .chat .chat-controls .chat-controls-buttons__attach { color: #999; cursor: pointer; margin-left: 17px; display: flex; align-items: center; padding-top: 25px; } .chat-history { height: auto; max-height: 300px; overflow-y: auto; padding: 20px 20px 0 20px; } .chat-history .chat-item { display: flex; align-items: flex-start; margin-bottom: 15px; } .chat-history .chat-item__img { width: 40px; height: 40px; border-radius: 50%; } .chat-item-me .messg { margin-left: 15px; background: #eee; width: 224px; } .chat-item-me .messg::before { right: 100%; border: solid transparent; border-right-color: #eee; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .messg { padding: 10px; border-radius: 5px; position: relative; } .messg div { font-size: 13px; color: #777; word-wrap: break-word; } .message__user-name { font-size: 13px; font-weight: bold; color: #fff; } .fa-clock-o:before { color: #ccc; font-size: 11px; } .message__time { font-size: 11px; color: #ccc; } .message__text { font-size: 13px; color: #bbb; word-wrap: break-word; } .message__other { font-size: 13px; font-weight: bolder; color: #000; } .clock-other:before { color: #777; font-size: 11px; } .message__time-other { font-size: 11px; color: #777; } .message__text-other { font-size: 13px; color: #777; word-wrap: break-word; } .chat-item-other .messg { margin-right: 15px; background: rgba(45,53,97, 0.8); } .chat-item-other .messg::after { left: 100%; border: solid transparent; border-left-color: rgba(45,53, 97, 0.8); content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; top: 10px; } .close { float: right; font-size: 21px; line-height: 18px; color: #f48639; /* text-shadow: 0 1px 0 #fff; */ filter: alpha(opacity=20); opacity: .5; } /* scroll Up */ #scroll-top { width: 30px; height: 30px; text-align: center; position: fixed; left: 15px; bottom: 10px; cursor: pointer; display: none; border-radius: 50px; }
0.271831
0.053157
.calendarCogs_months { display: flex; align-items: baseline; justify-content: space-between; width: 100%; margin: 0 auto 20px; } .calendarCogs_months > h1{ color: var(--circlek-color); font-family: var(--font-form); font-size: 25px; font-weight: 800; } .calendarCogs_monthIcon_left { position: relative; right: 10px; background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-top: 4px; } .calendarCogs_monthIcon_right { background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-left: 20px; position: relative; right: 10px; font-weight: 1000; } .calendarCogs_monthIcon_left:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_monthIcon_right:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_calendar { margin: 0 auto; border-collapse: separate; border-spacing: 10px 0; } .calendarCogs_days { overflow: hidden; color: white; background-color: var(--light-circlek-color); border-radius: 15px 15px 0 0; line-height: 40px; font-family: var(--font-form); font-size: 16px; font-weight: 500; } .calendarCogs_week { height: 120px; } .calendarCogs_week > th { min-width: 14%; background-color: white; border-bottom: 2px solid black; } @media only screen and (min-width: 1024px) { .calendarCogs_months { display: flex; align-items: baseline; justify-content: space-between; width: 1350px; margin: 0 auto 20px; } .calendarCogs_months > h1{ color: var(--circlek-color); font-family: var(--font-form); font-size: 70px; font-weight: 800; } .calendarCogs_monthIcon_left { position: relative; right: 10px; background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-top: 4px; } .calendarCogs_monthIcon_right { background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-left: 20px; position: relative; right: 10px; font-weight: 1000; } .calendarCogs_monthIcon_left:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_monthIcon_right:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_calendar { margin: 0 auto; border-collapse: separate; border-spacing: 10px 0; } .calendarCogs_days { overflow: hidden; color: white; background-color: var(--light-circlek-color); border-radius: 15px 15px 0 0; line-height: 40px; font-family: var(--font-form); font-size: 20px; font-weight: 500; } .calendarCogs_week { height: 120px; } .calendarCogs_week > th { min-width: 180px; background-color: white; border-bottom: 2px solid black; } }
homestead/src/calendar/calendarCogs/CalendarCogs.css
.calendarCogs_months { display: flex; align-items: baseline; justify-content: space-between; width: 100%; margin: 0 auto 20px; } .calendarCogs_months > h1{ color: var(--circlek-color); font-family: var(--font-form); font-size: 25px; font-weight: 800; } .calendarCogs_monthIcon_left { position: relative; right: 10px; background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-top: 4px; } .calendarCogs_monthIcon_right { background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-left: 20px; position: relative; right: 10px; font-weight: 1000; } .calendarCogs_monthIcon_left:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_monthIcon_right:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_calendar { margin: 0 auto; border-collapse: separate; border-spacing: 10px 0; } .calendarCogs_days { overflow: hidden; color: white; background-color: var(--light-circlek-color); border-radius: 15px 15px 0 0; line-height: 40px; font-family: var(--font-form); font-size: 16px; font-weight: 500; } .calendarCogs_week { height: 120px; } .calendarCogs_week > th { min-width: 14%; background-color: white; border-bottom: 2px solid black; } @media only screen and (min-width: 1024px) { .calendarCogs_months { display: flex; align-items: baseline; justify-content: space-between; width: 1350px; margin: 0 auto 20px; } .calendarCogs_months > h1{ color: var(--circlek-color); font-family: var(--font-form); font-size: 70px; font-weight: 800; } .calendarCogs_monthIcon_left { position: relative; right: 10px; background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-top: 4px; } .calendarCogs_monthIcon_right { background-color: var(--light-circlek-color); border-radius: 50% !important; color: white; transform: scale(1.5); margin-left: 20px; position: relative; right: 10px; font-weight: 1000; } .calendarCogs_monthIcon_left:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_monthIcon_right:hover { cursor: pointer; background-color: var(--circlek-color); } .calendarCogs_calendar { margin: 0 auto; border-collapse: separate; border-spacing: 10px 0; } .calendarCogs_days { overflow: hidden; color: white; background-color: var(--light-circlek-color); border-radius: 15px 15px 0 0; line-height: 40px; font-family: var(--font-form); font-size: 20px; font-weight: 500; } .calendarCogs_week { height: 120px; } .calendarCogs_week > th { min-width: 180px; background-color: white; border-bottom: 2px solid black; } }
0.623377
0.119717
@-webkit-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-moz-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-o-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-ms-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-webkit-keyframes login-expand { from { height: 0; } to { height: 325px; } } @-moz-keyframes login-expand { from { height: 0; } to { height: 325px; } } @-o-keyframes login-expand { from { height: 0; } to { height: 325px; } } @-ms-keyframes login-expand { from { height: 0; } to { height: 325px; } } @keyframes login-expand { from { height: 0; } to { height: 325px; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-moz-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-o-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-ms-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-webkit-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-moz-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-o-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-ms-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-webkit-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-webkit-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-webkit-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-webkit-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } .form-wizard.form-wizard-horizontal { position: relative; } .form-wizard.form-wizard-horizontal .form-wizard-nav .progress { position: absolute; display: inline-block; top: 23px; left: 0; right: 0; margin: auto; height: 10px; } @media (max-width: 767px) { .form-wizard.form-wizard-horizontal .form-wizard-nav .progress { display: none; } } .form-wizard.form-wizard-horizontal .nav { position: relative; } .form-wizard.form-wizard-horizontal .nav a { margin-bottom: 15px; } .form-wizard.form-wizard-horizontal .nav li.active a, .form-wizard.form-wizard-horizontal .nav li:hover a { color: inherit; background-color: transparent; } .form-wizard.form-wizard-horizontal .nav li.active .step, .form-wizard.form-wizard-horizontal .nav li:hover .step { -webkit-transition: border-color 0.4s linear; transition: border-color 0.4s linear; border-color: #35a6f1; } .form-wizard.form-wizard-horizontal .nav li.active .title, .form-wizard.form-wizard-horizontal .nav li:hover .title { color: #333333; } .form-wizard.form-wizard-horizontal .nav li.done .step { color: #ffffff; border-color: #35a6f1; background-color: #35a6f1; font-weight: 600; -webkit-transition: background-color 0.2s linear; transition: background-color 0.2s linear; } .form-wizard.form-wizard-horizontal .nav .step { display: inline-block; line-height: 28px; width: 36px; height: 36px; border-radius: 999px; border: 4px solid #eeeeee; background: #ffffff; } .form-wizard.form-wizard-horizontal .nav .title { position: absolute; width: 100%; left: 0; bottom: -15px; color: #999999; } .no-padding .form-wizard .pager { padding-left: 15px; padding-right: 15px; }
public/admin/assets/css/theme-default/libs/wizard/wizard.css
@-webkit-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-moz-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-o-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-ms-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-webkit-keyframes login-expand { from { height: 0; } to { height: 325px; } } @-moz-keyframes login-expand { from { height: 0; } to { height: 325px; } } @-o-keyframes login-expand { from { height: 0; } to { height: 325px; } } @-ms-keyframes login-expand { from { height: 0; } to { height: 325px; } } @keyframes login-expand { from { height: 0; } to { height: 325px; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-moz-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-o-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-ms-keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @keyframes zoom-down { from { -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-webkit-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-moz-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-o-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-ms-keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @keyframes zoom-up { from { -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); } to { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); } } @-webkit-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-right { from { -webkit-transform: translate(-20px, 0); -ms-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-webkit-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-left { from { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-webkit-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-down { from { -webkit-transform: translate(0, -20px); -ms-transform: translate(0, -20px); transform: translate(0, -20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-webkit-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-moz-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-o-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @-ms-keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes slide-up { from { -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0; } to { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } .form-wizard.form-wizard-horizontal { position: relative; } .form-wizard.form-wizard-horizontal .form-wizard-nav .progress { position: absolute; display: inline-block; top: 23px; left: 0; right: 0; margin: auto; height: 10px; } @media (max-width: 767px) { .form-wizard.form-wizard-horizontal .form-wizard-nav .progress { display: none; } } .form-wizard.form-wizard-horizontal .nav { position: relative; } .form-wizard.form-wizard-horizontal .nav a { margin-bottom: 15px; } .form-wizard.form-wizard-horizontal .nav li.active a, .form-wizard.form-wizard-horizontal .nav li:hover a { color: inherit; background-color: transparent; } .form-wizard.form-wizard-horizontal .nav li.active .step, .form-wizard.form-wizard-horizontal .nav li:hover .step { -webkit-transition: border-color 0.4s linear; transition: border-color 0.4s linear; border-color: #35a6f1; } .form-wizard.form-wizard-horizontal .nav li.active .title, .form-wizard.form-wizard-horizontal .nav li:hover .title { color: #333333; } .form-wizard.form-wizard-horizontal .nav li.done .step { color: #ffffff; border-color: #35a6f1; background-color: #35a6f1; font-weight: 600; -webkit-transition: background-color 0.2s linear; transition: background-color 0.2s linear; } .form-wizard.form-wizard-horizontal .nav .step { display: inline-block; line-height: 28px; width: 36px; height: 36px; border-radius: 999px; border: 4px solid #eeeeee; background: #ffffff; } .form-wizard.form-wizard-horizontal .nav .title { position: absolute; width: 100%; left: 0; bottom: -15px; color: #999999; } .no-padding .form-wizard .pager { padding-left: 15px; padding-right: 15px; }
0.402275
0.161585
@import url('https://fonts.googleapis.com/css?family=Nova+Mono&display=swap'); @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap'); :root { /* ******************************/ /* COLORS BY SECTION */ /* ******************************/ /* * -------------------------------------------------- * Palette * * https://coolors.co/08415c-cc2936-6b818c-f1bf98-eee5e9 * * #CC2936 red * #08415C teal? * #EEE5E9 light pinkish gray? * * -------------------------------------------------- * * Most or all colors used by a theme appear * in this CSS file as CSS variables, so that you * can make big changes to your theme by doing * nothing more than altering these values. * * Text colors use fg, meaning foreground, and * background colors use fg. Sometimes they're * used to color non-text objects, which is why * they aren't called -text or -background. */ /* -------------------------------------------------- * Default foreground (text) and background colors * Header style * -------------------------------------------------- */ --fg:#EEE5E9; --bg: black;/* red #CC2936; */ /* -------------------------------------------------- * HEADER default foreground (text) and * background colors * -------------------------------------------------- */ --header-fg:#CC2936; --header-bg:black; /* -------------------------------------------------- * NAV default foreground (text) and * background colors * -------------------------------------------------- */ --nav-fg:white; --nav-bg:black; /* -------------------------------------------------- * ARTICLE default foreground (text) and * background colors * -------------------------------------------------- */ --article-fg:white; --article-bg:#CC2936; /* -------------------------------------------------- * SIDEBAR default foreground (text) and * background colors * -------------------------------------------------- */ --aside-fg:var(--article-fg); --aside-bg:var(--article-bg); /* -------------------------------------------------- * FOOTER default foreground (text) and * background colors * -------------------------------------------------- */ --footer-fg: var(--header-fg); --footer-bg: var(--header-bg); /* -------------------------------------------------- * Secondary default foreground (text) and * background colors. Often unused. * -------------------------------------------------- */ --trim-fg:#CC2936; --trim-bg: blue; } html,body {font-family:'Roboto Condensed',informal} /* ******************************/ /* SPECIFIC TEXT COLORS GO HERE */ /* ******************************/ /* * -------------------------------------------------- * Header text colors * -------------------------------------------------- */ header > p, header > p > a { color:white; /* color:var(--header-fg); background-color:var(--header-bg); */ } header > ul > li > a { color:white; } header > ul > li:first-child > a { color:var(--header-fg); } nav > p > a, nav > p > a:link, nav > p > a:visited {color:white;} article > p > a, article > p > a:link, /*article > p > a:visited {color:#6E0C38;} */ article > p > a:visited {color:#470623;}
website/.mb/themes/future/theme-dark.css
@import url('https://fonts.googleapis.com/css?family=Nova+Mono&display=swap'); @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap'); :root { /* ******************************/ /* COLORS BY SECTION */ /* ******************************/ /* * -------------------------------------------------- * Palette * * https://coolors.co/08415c-cc2936-6b818c-f1bf98-eee5e9 * * #CC2936 red * #08415C teal? * #EEE5E9 light pinkish gray? * * -------------------------------------------------- * * Most or all colors used by a theme appear * in this CSS file as CSS variables, so that you * can make big changes to your theme by doing * nothing more than altering these values. * * Text colors use fg, meaning foreground, and * background colors use fg. Sometimes they're * used to color non-text objects, which is why * they aren't called -text or -background. */ /* -------------------------------------------------- * Default foreground (text) and background colors * Header style * -------------------------------------------------- */ --fg:#EEE5E9; --bg: black;/* red #CC2936; */ /* -------------------------------------------------- * HEADER default foreground (text) and * background colors * -------------------------------------------------- */ --header-fg:#CC2936; --header-bg:black; /* -------------------------------------------------- * NAV default foreground (text) and * background colors * -------------------------------------------------- */ --nav-fg:white; --nav-bg:black; /* -------------------------------------------------- * ARTICLE default foreground (text) and * background colors * -------------------------------------------------- */ --article-fg:white; --article-bg:#CC2936; /* -------------------------------------------------- * SIDEBAR default foreground (text) and * background colors * -------------------------------------------------- */ --aside-fg:var(--article-fg); --aside-bg:var(--article-bg); /* -------------------------------------------------- * FOOTER default foreground (text) and * background colors * -------------------------------------------------- */ --footer-fg: var(--header-fg); --footer-bg: var(--header-bg); /* -------------------------------------------------- * Secondary default foreground (text) and * background colors. Often unused. * -------------------------------------------------- */ --trim-fg:#CC2936; --trim-bg: blue; } html,body {font-family:'Roboto Condensed',informal} /* ******************************/ /* SPECIFIC TEXT COLORS GO HERE */ /* ******************************/ /* * -------------------------------------------------- * Header text colors * -------------------------------------------------- */ header > p, header > p > a { color:white; /* color:var(--header-fg); background-color:var(--header-bg); */ } header > ul > li > a { color:white; } header > ul > li:first-child > a { color:var(--header-fg); } nav > p > a, nav > p > a:link, nav > p > a:visited {color:white;} article > p > a, article > p > a:link, /*article > p > a:visited {color:#6E0C38;} */ article > p > a:visited {color:#470623;}
0.286568
0.05744