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
* { margin: 0; padding: 0; outline: 0; box-sizing: border-box; } body { background-image: url(/img/bg.jpg); background-color: #4ABDF4; font-family: Arial, Helvetica, sans-serif; } .container { margin: 0; position: absolute; top: 50%; left: 50%; width: 90vw; max-width: 360px; height: 60vh; max-height: 640px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; transform: translate(-50%, -75%); -webkit-transform: translate(-50%, -75%); -moz-transform: translate(-50%, -75%); -ms-transform: translate(-50%, -75%); -o-transform: translate(-50%, -75%); } .container .sides { width: 100%; height: 46vh; } .container, .container .first-side, .container .second-side { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } .container .first-side, .container .second-side { box-shadow: 8px 8px 4px #d3d2d2c5; } .container .first-side { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .container .second-side { border-top-left-radius: 0; border-top-right-radius: 0; } /* First siide */ .container .first-side { background-color: #F2AC4E; color: #ffffff; display: flex; justify-content: center; align-items: flex-start; } .first-side .login-icon { height: 65%; width: 65%; } .first-side, .second-side { padding-top: 18px; } .first-side .icon { width: 100%; height: 100%; } .first-side .details p { color: #ffffff; font-size: small; font-weight: 500; word-spacing: 8px; height: 22%; margin-top: 12px; } /* Second side */ .container .second-side { background-color: #ffffff; text-align: center; } .second-side .title { font-weight: 700; font-size: x-large; color: #EC9537; font-family: Arial, Helvetica, sans-serif; margin-bottom: 28px; } .second-side .subtitle { font-weight: 700; font-size: initial; color: #5D77AC; font-family: Arial, Helvetica, sans-serif; margin-bottom: 18px; } .second-side .login-fields input { border: none; background-color: #B5CBDF; color: #0461b8; } .second-side .login-fields .login-field { margin: 8px auto; display: block; width: 70%; height: 24px; font-weight: bold; padding: 0 12px; } .second-side .login-fields .login-field input::placeholder { color: #0b3c69; } .second-side .login-fields input.checkbox { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; cursor: pointer; width: 12px; height: 12px; } .second-side span.remember-me, .second-side div.forgot-password a, .second-side div.create-account a { font-size: x-small; margin: 28px 0; color: #5D77AC; } .second-side div.create-account a { font-size: large; } .second-side .submit-container input { background-image: linear-gradient(to bottom, #8AB5D6, #5D77AC); color: #ffffff; padding: 8px 24px; border: none; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; margin: 22px auto 12px; } .create-account { font-size: initial; color: #5D77AC; } /* For Tablets */ @media screen and (min-width: 600px) and (max-width: 768px) { .container { max-width: 700px; height: 60vh; max-height: 640px; flex-wrap: nowrap; justify-content: center; align-items: center; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); } .container .sides { height: 48vh; } .container, .container .first-side, .container .second-side { border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; } .container .first-side { border-top-right-radius: 0; border-bottom-right-radius: 0; } .container .second-side { border-top-left-radius: 0; border-bottom-left-radius: 0; } /* First siide */ .first-side .login-icon { height: 65%; width: 75%; } .first-side, .second-side { padding-top: 28px; } .first-side .details p { font-size: inherit; word-spacing: 12px; height: 25%; margin-top: 18px; } /* Second side */ .second-side .title { margin-bottom: 32px; } .second-side .subtitle { margin-bottom: 22px; } .second-side .login-fields .login-field { margin: 12px auto; width: 75%; height: 32px; padding: 0 18px; } .second-side .login-fields input.checkbox { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; width: 16px; height: 16px; } .second-side span.remember-me, .second-side div.forgot-password a { font-size: small; margin: 32px 0; } .second-side .submit-container input { padding: 14px 32px; border: none; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; margin: 32px auto 18px; } } /* For Laptops */ @media screen and (min-width: 769px) { .container { max-width: 900px; height: 60vh; max-height: 800px; flex-wrap: nowrap; justify-content: center; align-items: center; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); } .container .sides { height: 50vh; } .container, .container .first-side, .container .second-side { border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; } .container .first-side { border-top-right-radius: 0; border-bottom-right-radius: 0; } .container .second-side { border-top-left-radius: 0; border-bottom-left-radius: 0; } /* First siide */ .first-side .login-icon { height: 65%; width: 75%; } .first-side, .second-side { padding-top: 28px; } .first-side .details p { font-size: inherit; word-spacing: 12px; height: 25%; margin-top: 18px; } /* Second side */ .second-side .title { margin-bottom: 32px; } .second-side .subtitle { margin-bottom: 22px; } .second-side .login-fields .login-field { margin: 12px auto; width: 75%; height: 32px; padding: 0 18px; } .second-side .login-fields input.checkbox { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; width: 16px; height: 16px; } .second-side span.remember-me, .second-side div.forgot-password a { font-size: small; margin: 32px 0; } .second-side .submit-container input { padding: 14px 32px; border: none; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; margin: 32px auto 18px; } }
css/styles.css
* { margin: 0; padding: 0; outline: 0; box-sizing: border-box; } body { background-image: url(/img/bg.jpg); background-color: #4ABDF4; font-family: Arial, Helvetica, sans-serif; } .container { margin: 0; position: absolute; top: 50%; left: 50%; width: 90vw; max-width: 360px; height: 60vh; max-height: 640px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; transform: translate(-50%, -75%); -webkit-transform: translate(-50%, -75%); -moz-transform: translate(-50%, -75%); -ms-transform: translate(-50%, -75%); -o-transform: translate(-50%, -75%); } .container .sides { width: 100%; height: 46vh; } .container, .container .first-side, .container .second-side { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } .container .first-side, .container .second-side { box-shadow: 8px 8px 4px #d3d2d2c5; } .container .first-side { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .container .second-side { border-top-left-radius: 0; border-top-right-radius: 0; } /* First siide */ .container .first-side { background-color: #F2AC4E; color: #ffffff; display: flex; justify-content: center; align-items: flex-start; } .first-side .login-icon { height: 65%; width: 65%; } .first-side, .second-side { padding-top: 18px; } .first-side .icon { width: 100%; height: 100%; } .first-side .details p { color: #ffffff; font-size: small; font-weight: 500; word-spacing: 8px; height: 22%; margin-top: 12px; } /* Second side */ .container .second-side { background-color: #ffffff; text-align: center; } .second-side .title { font-weight: 700; font-size: x-large; color: #EC9537; font-family: Arial, Helvetica, sans-serif; margin-bottom: 28px; } .second-side .subtitle { font-weight: 700; font-size: initial; color: #5D77AC; font-family: Arial, Helvetica, sans-serif; margin-bottom: 18px; } .second-side .login-fields input { border: none; background-color: #B5CBDF; color: #0461b8; } .second-side .login-fields .login-field { margin: 8px auto; display: block; width: 70%; height: 24px; font-weight: bold; padding: 0 12px; } .second-side .login-fields .login-field input::placeholder { color: #0b3c69; } .second-side .login-fields input.checkbox { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; cursor: pointer; width: 12px; height: 12px; } .second-side span.remember-me, .second-side div.forgot-password a, .second-side div.create-account a { font-size: x-small; margin: 28px 0; color: #5D77AC; } .second-side div.create-account a { font-size: large; } .second-side .submit-container input { background-image: linear-gradient(to bottom, #8AB5D6, #5D77AC); color: #ffffff; padding: 8px 24px; border: none; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; margin: 22px auto 12px; } .create-account { font-size: initial; color: #5D77AC; } /* For Tablets */ @media screen and (min-width: 600px) and (max-width: 768px) { .container { max-width: 700px; height: 60vh; max-height: 640px; flex-wrap: nowrap; justify-content: center; align-items: center; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); } .container .sides { height: 48vh; } .container, .container .first-side, .container .second-side { border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; } .container .first-side { border-top-right-radius: 0; border-bottom-right-radius: 0; } .container .second-side { border-top-left-radius: 0; border-bottom-left-radius: 0; } /* First siide */ .first-side .login-icon { height: 65%; width: 75%; } .first-side, .second-side { padding-top: 28px; } .first-side .details p { font-size: inherit; word-spacing: 12px; height: 25%; margin-top: 18px; } /* Second side */ .second-side .title { margin-bottom: 32px; } .second-side .subtitle { margin-bottom: 22px; } .second-side .login-fields .login-field { margin: 12px auto; width: 75%; height: 32px; padding: 0 18px; } .second-side .login-fields input.checkbox { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; width: 16px; height: 16px; } .second-side span.remember-me, .second-side div.forgot-password a { font-size: small; margin: 32px 0; } .second-side .submit-container input { padding: 14px 32px; border: none; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; margin: 32px auto 18px; } } /* For Laptops */ @media screen and (min-width: 769px) { .container { max-width: 900px; height: 60vh; max-height: 800px; flex-wrap: nowrap; justify-content: center; align-items: center; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); } .container .sides { height: 50vh; } .container, .container .first-side, .container .second-side { border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; } .container .first-side { border-top-right-radius: 0; border-bottom-right-radius: 0; } .container .second-side { border-top-left-radius: 0; border-bottom-left-radius: 0; } /* First siide */ .first-side .login-icon { height: 65%; width: 75%; } .first-side, .second-side { padding-top: 28px; } .first-side .details p { font-size: inherit; word-spacing: 12px; height: 25%; margin-top: 18px; } /* Second side */ .second-side .title { margin-bottom: 32px; } .second-side .subtitle { margin-bottom: 22px; } .second-side .login-fields .login-field { margin: 12px auto; width: 75%; height: 32px; padding: 0 18px; } .second-side .login-fields input.checkbox { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; width: 16px; height: 16px; } .second-side span.remember-me, .second-side div.forgot-password a { font-size: small; margin: 32px 0; } .second-side .submit-container input { padding: 14px 32px; border: none; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; margin: 32px auto 18px; } }
0.307462
0.080719
hr { margin: 20px 10px; } html { background-color: #0a5557; background: url('../css/taipei3.png') no-repeat center bottom -20px, #0a5557 radial-gradient(ellipse at top center, #337e80 0%, #0a5557 70%) no-repeat scroll 0 0; /* background-color: #87CEEB; */ /* background-color: #337e80; background-image: url("../css/taipei3.png"); background-position: center bottom -20px; background-repeat: no-repeat; */ /* height: 100%; min-height: 100%; */ } header#layout-header { height: 45px; background-image: url('../css/hr.png'); background-repeat: no-repeat; background-position: left bottom; background-size: 52% 10px; background-color: #fcfbfc; box-shadow: 0 0 20px #484848; border-bottom: 1px solid lightgrey; position: fixed; max-width: 1000px; min-width: 700px; width: 80%; z-index: 100; top: 0; overflow: hidden; } body { margin: 0 auto; width: 80%; max-width: 1000px; min-width: 700px; } footer#layout-footer { height: 45px; /* background-image: url('../css/hr.png'); background-repeat: no-repeat; background-position: center top; background-size: 80% 10px; */ clear: both; padding: 5px 10px; } footer#layout-footer p { background: none; box-shadow: none; color: #FFFFFF; text-shadow: 0 0 5px aqua; text-align: right; } #name-title { position: absolute; display: inline; font-size: 31px; font-weight: bold; font-family: cambria; background-image: url("../css/banner3.png"); background-repeat: no-repeat; background-position: center; /* padding: 0 6px; */ margin: 7px 20px 0; width: 330px; line-height: 0.9; } #name-title a { opacity: 0; } #main-navbar { float: right; font-size: 18px; margin-right: 10px; box-shadow: 0 0 9px rgba(125, 125, 125, 0.4) } #main-navbar li { float: left; border-left: 1px solid lightgrey; display: flex; overflow: hidden; } #main-navbar ul li:last-child { border-right: 1px solid lightgrey; } #main-navbar li a { box-shadow: 0 0 10px grey inset; margin: 0 -10px; padding: 14px 20px 15px; width: 100%; color: #8e5c33; } /* #main-navbar li:hover { box-shadow: 0 0 10px lightgrey inset; } */ #main-navbar li:hover a { text-shadow: 0 0 2px rgba(142, 92, 51, 0.4); } #main-navbar li:hover a:active { box-shadow: 0 0 15px grey inset; box-shadow: 0 0 12px grey inset; } #content { width: 100%; clear: both; min-height: 80%; background-color: #fcfbfc; background-image: url("../css/taipei3.png"); background-position: center bottom -75px; background-repeat: no-repeat; box-shadow: 0 0 10px #202020; margin-top: 65px; overflow: hidden; } #content > footer { text-align: center; } p { text-align: justify; padding: 8px; margin: 10px 0; margin-top: .5em; background-color: rgba(251, 252, 251, 0.2); /* box-shadow: 0 0 10px 5px #fbfcfb; */ } p, li { font-size: 14px; text-shadow: 0 0 4px white; color: #666; margin: 4px 0; } p, span, li { font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; } nav li { margin: 0; } h1, h2, h3, h4, h5, h6, #main-navbar a { font-family:Georgia,serif; color:#4E443C; font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0; } em { color: #005b82; font-style: inherit; font-weight: bold; } .right { float: right; } .left { float: left; } @media only screen and (max-width: 740px) { main#content { background-color: transparent; box-shadow: unset; } header#layout-header { width: 100%; min-width: unset; max-width: unset; } footer#layout-footer p { font-size: 1.2em; } #main-navbar a { font-size: 1em; } p { font-size: 1.6em; text-align: unset; } body { width: 100%; max-width: 100%; min-width: 100%; } } @media only screen and (max-width: 740px) and (orientation: portrait) { header#layout-header { background-size: 60px 10px; } h1#name-title { background-image: url("../css/banner3-small.png"); font-size: 14px; width: 45px; margin: 7px 7px 0; } }
public/css/layout.css
hr { margin: 20px 10px; } html { background-color: #0a5557; background: url('../css/taipei3.png') no-repeat center bottom -20px, #0a5557 radial-gradient(ellipse at top center, #337e80 0%, #0a5557 70%) no-repeat scroll 0 0; /* background-color: #87CEEB; */ /* background-color: #337e80; background-image: url("../css/taipei3.png"); background-position: center bottom -20px; background-repeat: no-repeat; */ /* height: 100%; min-height: 100%; */ } header#layout-header { height: 45px; background-image: url('../css/hr.png'); background-repeat: no-repeat; background-position: left bottom; background-size: 52% 10px; background-color: #fcfbfc; box-shadow: 0 0 20px #484848; border-bottom: 1px solid lightgrey; position: fixed; max-width: 1000px; min-width: 700px; width: 80%; z-index: 100; top: 0; overflow: hidden; } body { margin: 0 auto; width: 80%; max-width: 1000px; min-width: 700px; } footer#layout-footer { height: 45px; /* background-image: url('../css/hr.png'); background-repeat: no-repeat; background-position: center top; background-size: 80% 10px; */ clear: both; padding: 5px 10px; } footer#layout-footer p { background: none; box-shadow: none; color: #FFFFFF; text-shadow: 0 0 5px aqua; text-align: right; } #name-title { position: absolute; display: inline; font-size: 31px; font-weight: bold; font-family: cambria; background-image: url("../css/banner3.png"); background-repeat: no-repeat; background-position: center; /* padding: 0 6px; */ margin: 7px 20px 0; width: 330px; line-height: 0.9; } #name-title a { opacity: 0; } #main-navbar { float: right; font-size: 18px; margin-right: 10px; box-shadow: 0 0 9px rgba(125, 125, 125, 0.4) } #main-navbar li { float: left; border-left: 1px solid lightgrey; display: flex; overflow: hidden; } #main-navbar ul li:last-child { border-right: 1px solid lightgrey; } #main-navbar li a { box-shadow: 0 0 10px grey inset; margin: 0 -10px; padding: 14px 20px 15px; width: 100%; color: #8e5c33; } /* #main-navbar li:hover { box-shadow: 0 0 10px lightgrey inset; } */ #main-navbar li:hover a { text-shadow: 0 0 2px rgba(142, 92, 51, 0.4); } #main-navbar li:hover a:active { box-shadow: 0 0 15px grey inset; box-shadow: 0 0 12px grey inset; } #content { width: 100%; clear: both; min-height: 80%; background-color: #fcfbfc; background-image: url("../css/taipei3.png"); background-position: center bottom -75px; background-repeat: no-repeat; box-shadow: 0 0 10px #202020; margin-top: 65px; overflow: hidden; } #content > footer { text-align: center; } p { text-align: justify; padding: 8px; margin: 10px 0; margin-top: .5em; background-color: rgba(251, 252, 251, 0.2); /* box-shadow: 0 0 10px 5px #fbfcfb; */ } p, li { font-size: 14px; text-shadow: 0 0 4px white; color: #666; margin: 4px 0; } p, span, li { font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; } nav li { margin: 0; } h1, h2, h3, h4, h5, h6, #main-navbar a { font-family:Georgia,serif; color:#4E443C; font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0; } em { color: #005b82; font-style: inherit; font-weight: bold; } .right { float: right; } .left { float: left; } @media only screen and (max-width: 740px) { main#content { background-color: transparent; box-shadow: unset; } header#layout-header { width: 100%; min-width: unset; max-width: unset; } footer#layout-footer p { font-size: 1.2em; } #main-navbar a { font-size: 1em; } p { font-size: 1.6em; text-align: unset; } body { width: 100%; max-width: 100%; min-width: 100%; } } @media only screen and (max-width: 740px) and (orientation: portrait) { header#layout-header { background-size: 60px 10px; } h1#name-title { background-image: url("../css/banner3-small.png"); font-size: 14px; width: 45px; margin: 7px 7px 0; } }
0.239705
0.05549
.layui-form { width: 320px !important; margin: auto !important; margin-top: 160px !important; } .layui-form button { width: 100% !important; height: 44px !important; line-height: 44px !important; font-size: 16px !important; background-color: #5FB878 !important; font-weight: 550 !important; } .layui-form-checked[lay-skin=primary] i { border-color: #5FB878 !important; background-color: #5FB878 !important; color: #fff !important; } .layui-tab-content { margin-top: 15px !important; padding-left: 0px !important; padding-right: 0px !important; } .layui-form-item { margin-top: 20px !important; } .layui-input { height: 44px !important; line-height: 44px !important; padding-left: 15px !important; border-radius: 3px !important; } .layui-input:focus { box-shadow: 0px 0px 3px 1px #5FB878 !important; } .logo { width: 60px !important; margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 20px !important; } .title { font-size: 30px !important; font-weight: 550 !important; margin-left: 20px !important; color: #5FB878 !important; display: inline-block !important; height: 60px !important; line-height: 60px !important; margin-top: 10px !important; position: absolute !important; } .desc { width: 100% !important; text-align: center !important; color: gray !important; height: 60px !important; line-height: 60px !important; } body { background-repeat:no-repeat; background-color: whitesmoke; background-size: 100%; height: 100%; } .code { float: left; margin-right: 13px; margin: 0px !important; border: #e6e6e6 1px solid; display: inline-block!important; } .codeImage { float: right; height: 42px; border: #e6e6e6 1px solid; } .pear-btn { display: inline-block; line-height: 38px; white-space: nowrap; cursor: pointer; background-color: #fff; border: 1px solid #dcdfe6; color: #606266; text-align: center; box-sizing: border-box; outline: none; transition: 0.1s; font-weight: 500; padding: 0 18px; height: 38px; font-size: 14px; border-radius: 4px; } .pear-btn-success { background-color: #67c23a !important; } .pear-btn-danger, .pear-btn-warming, .pear-btn-success, .pear-btn-primary { color: #fff !important; }
src/main/resources/static/css/login_new.css
.layui-form { width: 320px !important; margin: auto !important; margin-top: 160px !important; } .layui-form button { width: 100% !important; height: 44px !important; line-height: 44px !important; font-size: 16px !important; background-color: #5FB878 !important; font-weight: 550 !important; } .layui-form-checked[lay-skin=primary] i { border-color: #5FB878 !important; background-color: #5FB878 !important; color: #fff !important; } .layui-tab-content { margin-top: 15px !important; padding-left: 0px !important; padding-right: 0px !important; } .layui-form-item { margin-top: 20px !important; } .layui-input { height: 44px !important; line-height: 44px !important; padding-left: 15px !important; border-radius: 3px !important; } .layui-input:focus { box-shadow: 0px 0px 3px 1px #5FB878 !important; } .logo { width: 60px !important; margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 20px !important; } .title { font-size: 30px !important; font-weight: 550 !important; margin-left: 20px !important; color: #5FB878 !important; display: inline-block !important; height: 60px !important; line-height: 60px !important; margin-top: 10px !important; position: absolute !important; } .desc { width: 100% !important; text-align: center !important; color: gray !important; height: 60px !important; line-height: 60px !important; } body { background-repeat:no-repeat; background-color: whitesmoke; background-size: 100%; height: 100%; } .code { float: left; margin-right: 13px; margin: 0px !important; border: #e6e6e6 1px solid; display: inline-block!important; } .codeImage { float: right; height: 42px; border: #e6e6e6 1px solid; } .pear-btn { display: inline-block; line-height: 38px; white-space: nowrap; cursor: pointer; background-color: #fff; border: 1px solid #dcdfe6; color: #606266; text-align: center; box-sizing: border-box; outline: none; transition: 0.1s; font-weight: 500; padding: 0 18px; height: 38px; font-size: 14px; border-radius: 4px; } .pear-btn-success { background-color: #67c23a !important; } .pear-btn-danger, .pear-btn-warming, .pear-btn-success, .pear-btn-primary { color: #fff !important; }
0.234319
0.055643
margin-bottom: 10px } #ap-font-awesome-list ul{ text-align: center; height: 300px; overflow-y:scroll; position: relative; border:1px solid #EEE; margin: 0 } .ap-font-icon-selector{ background: #F6F6F6; padding: 10px; border:1px solid #EEE; border-top:none; } #ap-font-awesome-list li{ width:60px; height: 60px; display: inline-block; margin: 4px; cursor: pointer; } #ap-font-awesome-list li:hover, #ap-font-awesome-list li.selected{ background: #F6F6F6; } #ap-font-awesome-list li .fa{ font-size: 32px; line-height: 60px; color:#000; display: block; } .icon-receiver { background: none repeat scroll 0 0 #f6f6f6; display: block; font-size: 32px; text-align: center; } .icon-receiver .fa{ margin: 10px; } input.small-text[type="number"]{ width: 110px; padding: 3px 5px; } .ap-font-icon-selector{ text-align: center; } .ap-font-icon-selector .button{ width: 80%; } .team-thumb{ width: 300px; margin-top: 5px; } .widget-upload{ position: relative; margin-bottom: 10px; } .widget-upload img{ border:1px solid #CCC; padding: 4px; } .widget-upload .remove-image { background: url("../images/ico-delete.png"); bottom: 4px; display: block; float: left; height: 16px; left: -4px; padding: 0; position: absolute; text-indent: -9999px; width: 16px; cursor: pointer; } .sub-option img{ max-width: 100%; } .page-meta-box.form-table td{ padding: 5px 10px; } .hide-radio { margin-bottom: 6px; position: relative; margin-right: 25px; display: inline-block; } .hide-radio img, .hide-radio label { display: block; } .hide-radio input[type="radio"] { left: 50%; opacity: 0; position: absolute; top: 50%; } .hide-radio input[type="radio"] + label{ border:2px solid transparent; } .hide-radio input[type="radio"]:checked + label{ border:2px solid #CCC; } .page-banner-thumb{ max-width: 600px; margin-top: 5px; } #upload-header-image{ width:460px; } .ui-dialog.panels-admin-dialog.ui-widget .ui-dialog-content > *:last-child{ margin-bottom: 20px; } /* Switch CSS */ .switch_options{ display: block; } .switch_options:before, .switch_options:after{ content:'.'; display:block; overflow:hidden; visibility:hidden; font-size:0; line-height:0; width:0; height:0; } .switch_options:after{ clear:both; } .switch_options span{ display: inline-block; float: left; padding: 4px 9px; margin: 0; cursor: pointer; font-size: 12px; font-weight: normal; color: #555; border: 1px solid #aaa; text-transform: uppercase; line-height: 16px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ } .switch_options span:first-of-type{ border-radius: 2px 0 0 2px; border-right: 0; } .switch_options span:last-of-type{ border-radius: 0 2px 2px 0; border-left: 0; } .switch_options span:hover{ background: #fafafa; } .switch_options span.selected{ background: #00b7ea; /* Old browsers */ background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */ background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */ border-color: #0082A3; color: #fff; } /*User stick note*/ .user_sticky_note { padding: 0px 10px 15px; background: #EEE; border-bottom: 1px solid #EEE; } h3.sticky_title { font-size: 22px !important; margin-top: 12px; margin-bottom: 11px; } span.sticky_info_row { display: block; line-height: 23px; } label.row-element { font-weight: bold; } .upgrade-pro{ background-color: #e24545; color: #FFF !important; font-size: 12px; padding: 5px; line-height: 1; display: block; margin-top: 6px; text-align: center; } .sticky_info_row .button{ width: 100%; margin: 2px 0; text-align: center; } #customize-control-theme_info_more_theme span, #customize-control-theme_info_pro_theme span, #customize-control-theme_info_useful_plugins span {width: 100%; display: block; text-align: center;} .admin-pro-feature-list li{ border-bottom: 1px solid #DBDBDB; margin: 0; padding: 10px 0px; line-height: 1; } .admin-pro-feature-list li:before{ content: "\f345"; font: 400 20px/1 dashicons; display: inline-block; font-size: 14px; margin-right: 5px; } .admin-pro-feature-list span{ display: inline-block; width: 90%; vertical-align: top;} .admin-pro-feature-list{ margin: 0 5px; } .buynow{ margin-top: 10px; width: 100%; text-align: center; } .ui-button{ height: 90px; padding-top: 10px; margin: 2px 0; width: 48%; } .ui-state-active img{ background: #fafafa none repeat scroll 0 0; border: 2px solid #999; color: #23282d; } #customize-control-accesspress_background_image_pattern img, .customize-control-radioimage img { width: 40%; padding:10px; } /** * Upgred To Pro */ .control-section-accesspress-store-pro{ display: block !important; } #customize-theme-controls .control-section-accesspress-store-pro h3.accordion-section-title { background: #0073aa !important; color: #FFF !important; border: 0; } .control-section-accesspress-store-pro .accordion-section-title .button { margin-top: -4px; margin-left: 8px; border: none; color: #fff; background: #28c503; box-shadow: none; }
wp-content/themes/accesspress-store/inc/css/ap-admin.css
margin-bottom: 10px } #ap-font-awesome-list ul{ text-align: center; height: 300px; overflow-y:scroll; position: relative; border:1px solid #EEE; margin: 0 } .ap-font-icon-selector{ background: #F6F6F6; padding: 10px; border:1px solid #EEE; border-top:none; } #ap-font-awesome-list li{ width:60px; height: 60px; display: inline-block; margin: 4px; cursor: pointer; } #ap-font-awesome-list li:hover, #ap-font-awesome-list li.selected{ background: #F6F6F6; } #ap-font-awesome-list li .fa{ font-size: 32px; line-height: 60px; color:#000; display: block; } .icon-receiver { background: none repeat scroll 0 0 #f6f6f6; display: block; font-size: 32px; text-align: center; } .icon-receiver .fa{ margin: 10px; } input.small-text[type="number"]{ width: 110px; padding: 3px 5px; } .ap-font-icon-selector{ text-align: center; } .ap-font-icon-selector .button{ width: 80%; } .team-thumb{ width: 300px; margin-top: 5px; } .widget-upload{ position: relative; margin-bottom: 10px; } .widget-upload img{ border:1px solid #CCC; padding: 4px; } .widget-upload .remove-image { background: url("../images/ico-delete.png"); bottom: 4px; display: block; float: left; height: 16px; left: -4px; padding: 0; position: absolute; text-indent: -9999px; width: 16px; cursor: pointer; } .sub-option img{ max-width: 100%; } .page-meta-box.form-table td{ padding: 5px 10px; } .hide-radio { margin-bottom: 6px; position: relative; margin-right: 25px; display: inline-block; } .hide-radio img, .hide-radio label { display: block; } .hide-radio input[type="radio"] { left: 50%; opacity: 0; position: absolute; top: 50%; } .hide-radio input[type="radio"] + label{ border:2px solid transparent; } .hide-radio input[type="radio"]:checked + label{ border:2px solid #CCC; } .page-banner-thumb{ max-width: 600px; margin-top: 5px; } #upload-header-image{ width:460px; } .ui-dialog.panels-admin-dialog.ui-widget .ui-dialog-content > *:last-child{ margin-bottom: 20px; } /* Switch CSS */ .switch_options{ display: block; } .switch_options:before, .switch_options:after{ content:'.'; display:block; overflow:hidden; visibility:hidden; font-size:0; line-height:0; width:0; height:0; } .switch_options:after{ clear:both; } .switch_options span{ display: inline-block; float: left; padding: 4px 9px; margin: 0; cursor: pointer; font-size: 12px; font-weight: normal; color: #555; border: 1px solid #aaa; text-transform: uppercase; line-height: 16px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ } .switch_options span:first-of-type{ border-radius: 2px 0 0 2px; border-right: 0; } .switch_options span:last-of-type{ border-radius: 0 2px 2px 0; border-left: 0; } .switch_options span:hover{ background: #fafafa; } .switch_options span.selected{ background: #00b7ea; /* Old browsers */ background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */ background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */ border-color: #0082A3; color: #fff; } /*User stick note*/ .user_sticky_note { padding: 0px 10px 15px; background: #EEE; border-bottom: 1px solid #EEE; } h3.sticky_title { font-size: 22px !important; margin-top: 12px; margin-bottom: 11px; } span.sticky_info_row { display: block; line-height: 23px; } label.row-element { font-weight: bold; } .upgrade-pro{ background-color: #e24545; color: #FFF !important; font-size: 12px; padding: 5px; line-height: 1; display: block; margin-top: 6px; text-align: center; } .sticky_info_row .button{ width: 100%; margin: 2px 0; text-align: center; } #customize-control-theme_info_more_theme span, #customize-control-theme_info_pro_theme span, #customize-control-theme_info_useful_plugins span {width: 100%; display: block; text-align: center;} .admin-pro-feature-list li{ border-bottom: 1px solid #DBDBDB; margin: 0; padding: 10px 0px; line-height: 1; } .admin-pro-feature-list li:before{ content: "\f345"; font: 400 20px/1 dashicons; display: inline-block; font-size: 14px; margin-right: 5px; } .admin-pro-feature-list span{ display: inline-block; width: 90%; vertical-align: top;} .admin-pro-feature-list{ margin: 0 5px; } .buynow{ margin-top: 10px; width: 100%; text-align: center; } .ui-button{ height: 90px; padding-top: 10px; margin: 2px 0; width: 48%; } .ui-state-active img{ background: #fafafa none repeat scroll 0 0; border: 2px solid #999; color: #23282d; } #customize-control-accesspress_background_image_pattern img, .customize-control-radioimage img { width: 40%; padding:10px; } /** * Upgred To Pro */ .control-section-accesspress-store-pro{ display: block !important; } #customize-theme-controls .control-section-accesspress-store-pro h3.accordion-section-title { background: #0073aa !important; color: #FFF !important; border: 0; } .control-section-accesspress-store-pro .accordion-section-title .button { margin-top: -4px; margin-left: 8px; border: none; color: #fff; background: #28c503; box-shadow: none; }
0.258045
0.05445
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace!important } .strong { font-weight: 700 } .pointer, select { cursor: pointer } .pa-0 { padding: 0!important } .pa-5 { padding: 5px!important } .pa-10 { padding: 10px!important } .pa-15 { padding: 15px!important } .pa-20 { padding: 20px!important } .pa-25 { padding: 25px!important } .pa-30 { padding: 30px!important } .pt-0 { padding-top: 0!important } .pt-5 { padding-top: 5px!important } .pt-10 { padding-top: 10px!important } .pt-15 { padding-top: 15px!important } .pt-20 { padding-top: 20px!important } .pt-25 { padding-top: 25px!important } .pt-30 { padding-top: 30px!important } .pt-35 { padding-top: 35px!important } .pt-40 { padding-top: 40px!important } .pt-45 { padding-top: 45px!important } .pt-50 { padding-top: 50px!important } .pb-0 { padding-bottom: 0!important } .pb-5 { padding-bottom: 5px!important } .pb-10 { padding-bottom: 10px!important } .pb-15 { padding-bottom: 15px!important } .pb-20 { padding-bottom: 20px!important } .pb-25 { padding-bottom: 25px!important } .pb-30 { padding-bottom: 30px!important } .pb-35 { padding-bottom: 35px!important } .pb-40 { padding-bottom: 40px!important } .pb-45 { padding-bottom: 45px!important } .pb-50 { padding-bottom: 50px!important } .pl-0 { padding-left: 0!important } .pl-5 { padding-left: 5px!important } .pl-10 { padding-left: 10px!important } .pl-15 { padding-left: 15px!important } .pl-20 { padding-left: 20px!important } .pl-25 { padding-left: 25px!important } .pl-30 { padding-left: 30px!important } .pl-35 { padding-left: 35px!important } .pl-40 { padding-left: 40px!important } .pl-45 { padding-left: 45px!important } .pl-50 { padding-left: 50px!important } .pr-0 { padding-right: 0!important } .pr-5 { padding-right: 5px!important } .pr-10 { padding-right: 10px!important } .pr-15 { padding-right: 15px!important } .pr-20 { padding-right: 20px!important } .pr-25 { padding-right: 25px!important } .pr-30 { padding-right: 30px!important } .pr-35 { padding-right: 35px!important } .pr-40 { padding-right: 40px!important } .pr-45 { padding-right: 45px!important } .pr-50 { padding-right: 50px!important } .ma-0 { margin: 0!important } .ma-5 { margin: 5px!important } .ma-10 { margin: 10px!important } .ma-15 { margin: 15px!important } .ma-20 { margin: 20px!important } .ma-25 { margin: 25px!important } .ma-30 { margin: 30px!important } .mt-0 { margin-top: 0!important } .mt-5 { margin-top: 5px!important } .mt-10 { margin-top: 10px!important } .mt-15 { margin-top: 15px!important } .mt-20 { margin-top: 20px!important } .mt-25 { margin-top: 25px!important } .mt-30 { margin-top: 30px!important } .mt-35 { margin-top: 35px!important } .mt-40 { margin-top: 40px!important } .mt-45 { margin-top: 45px!important } .mt-50 { margin-top: 50px!important } .mt-55 { margin-top: 55px!important } .mt-60 { margin-top: 60px!important } .mt-65 { margin-top: 65px!important } .mt-70 { margin-top: 70px!important } .mt-75 { margin-top: 75px!important } .mt-80 { margin-top: 80px!important } .mt-85 { margin-top: 85px!important } .mt-90 { margin-top: 90px!important } .mt-95 { margin-top: 95px!important } .mb-0 { margin-bottom: 0!important } .mb-5 { margin-bottom: 5px!important } .mb-10 { margin-bottom: 10px!important } .mb-15 { margin-bottom: 15px!important } .mb-20 { margin-bottom: 20px!important } .mb-25 { margin-bottom: 25px!important } .mb-30 { margin-bottom: 30px!important } .mb-35 { margin-bottom: 35px!important } .mb-40 { margin-bottom: 40px!important } .mb-45 { margin-bottom: 45px!important } .mb-50 { margin-bottom: 50px!important } .mb-55 { margin-bottom: 55px!important } .mb-60 { margin-bottom: 60px!important } .mb-65 { margin-bottom: 65px!important } .mb-70 { margin-bottom: 70px!important } .mb-75 { margin-bottom: 75px!important } .mb-80 { margin-bottom: 80px!important } .mb-85 { margin-bottom: 85px!important } .mb-90 { margin-bottom: 90px!important } .mb-95 { margin-bottom: 95px!important } .ml-0 { margin-left: 0!important } .ml-5 { margin-left: 5px!important } .ml-10 { margin-left: 10px!important } .ml-15 { margin-left: 15px!important } .ml-20 { margin-left: 20px!important } .ml-25 { margin-left: 25px!important } .ml-30 { margin-left: 30px!important } .ml-35 { margin-left: 35px!important } .ml-40 { margin-left: 40px!important } .ml-45 { margin-left: 45px!important } .ml-50 { margin-left: 50px!important } .ml-55 { margin-left: 55px!important } .ml-60 { margin-left: 60px!important } .mr-0 { margin-right: 0!important } .mr-5 { margin-right: 5px!important } .mr-10 { margin-right: 10px!important } .mr-15 { margin-right: 15px!important } .mr-20 { margin-right: 20px!important } .mr-25 { margin-right: 25px!important } .mr-30 { margin-right: 30px!important } .mr-35 { margin-right: 35px!important } .mr-40 { margin-right: 40px!important } .mr-45 { margin-right: 45px!important } .mr-50 { margin-right: 50px!important } .mr-55 { margin-right: 55px!important } .mr-60 { margin-right: 60px!important } .ml-auto { margin-left: auto!important } .mr-auto { margin-right: auto!important } .text-right { text-align: right!important } .text-left { text-align: left!important } .bg-green, .bg-success { background: #128807!important } .bg-seagreen { background: #007153!important } .bg-grey { background: #878787!important } .bg-warning, .bg-yellow { background: #f8b32d!important } .bg-danger, .bg-red { background: #f33923!important } .bg-blue, .bg-primary { background: #2bb9c3!important } .bg-info, .bg-pink { background: #fd7397!important } .bg-purple { background: #36479d!important } .bg-skyblue { background: #119dd2!important } .bg-orange { background: #ff6300!important } .bg-gold { background: #e58b25!important } .bg-beige { background: #f7ce99!important } .bg-light { background: #fff!important } .bg-dark { background: #212121!important } .txt-dark { color: #212121!important } .txt-light, .txt-light i { color: #fff!important } .txt-grey { color: #878787!important } .txt-light-grey { color: #dedede!important } .text-info, .txt-info { color: #fd7397!important } .text-warning, .txt-warning { color: #f8b32d!important } .text-primary, .txt-primary { color: #2bb9c3!important } .text-success, .txt-success { color: #128807!important } .text-danger, .txt-danger { color: #f33923!important } .txt-purple { color: #36479d!important } .txt-skyblue { color: #119dd2!important } .txt-beige { color: #f7ce99!important } .txt-gold { color: #e58b25!important } .txt-orange { color: #ff6300!important } .text-muted, small { color: #878787 } .font-10 { font-size: 10px!important } .font-11 { font-size: 11px!important } .font-12 { font-size: 12px!important } .font-13 { font-size: 13px!important } .font-15 { font-size: 15px!important } .font-16 { font-size: 16px!important } .font-18 { font-size: 18px!important } .font-20 { font-size: 20px!important } .font-21 { font-size: 21px!important } .font-22 { font-size: 22px!important } .font-24 { font-size: 24px!important } .font-30 { font-size: 30px!important } .weight-500 { font-weight: 500!important } .weight-600 { font-weight: 600!important } .head-font, .main-font { font-family: Rubik, sans-serif } .capitalize-font { text-transform: capitalize!important } .uppercase-font { text-transform: uppercase!important } .nonecase-font { text-transform: none!important } .inline-block { display: inline-block!important } .block { display: block!important } .table-struct { display: table!important } .table-cell { display: table-cell!important } .vertical-align-middle { vertical-align: middle!important } .full-width { width: 100%!important } .half-width { width: 50%!important } .auto-width { width: auto!important } .relative { position: relative!important } .border-none { border: none!important } small { padding-left: 5px } .truncate { display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .mobile-only-view { display: none!important } hr { margin-top: 10px; margin-bottom: 35px; border-top: 1px solid #2bb9c3 } hr.light-hr { border-top: 1px solid #dedede } .seprator-block { margin-bottom: 80px } blockquote { padding: 15px 20px; margin: 0 0 20px; font-size: 16px; border-left: 4px solid #2bb9c3; background: #f7f7f9; color: #212121 } blockquote small { font-size: 70%; text-transform: uppercase; padding-top: 15px }
public/assets/css/basic.css
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace!important } .strong { font-weight: 700 } .pointer, select { cursor: pointer } .pa-0 { padding: 0!important } .pa-5 { padding: 5px!important } .pa-10 { padding: 10px!important } .pa-15 { padding: 15px!important } .pa-20 { padding: 20px!important } .pa-25 { padding: 25px!important } .pa-30 { padding: 30px!important } .pt-0 { padding-top: 0!important } .pt-5 { padding-top: 5px!important } .pt-10 { padding-top: 10px!important } .pt-15 { padding-top: 15px!important } .pt-20 { padding-top: 20px!important } .pt-25 { padding-top: 25px!important } .pt-30 { padding-top: 30px!important } .pt-35 { padding-top: 35px!important } .pt-40 { padding-top: 40px!important } .pt-45 { padding-top: 45px!important } .pt-50 { padding-top: 50px!important } .pb-0 { padding-bottom: 0!important } .pb-5 { padding-bottom: 5px!important } .pb-10 { padding-bottom: 10px!important } .pb-15 { padding-bottom: 15px!important } .pb-20 { padding-bottom: 20px!important } .pb-25 { padding-bottom: 25px!important } .pb-30 { padding-bottom: 30px!important } .pb-35 { padding-bottom: 35px!important } .pb-40 { padding-bottom: 40px!important } .pb-45 { padding-bottom: 45px!important } .pb-50 { padding-bottom: 50px!important } .pl-0 { padding-left: 0!important } .pl-5 { padding-left: 5px!important } .pl-10 { padding-left: 10px!important } .pl-15 { padding-left: 15px!important } .pl-20 { padding-left: 20px!important } .pl-25 { padding-left: 25px!important } .pl-30 { padding-left: 30px!important } .pl-35 { padding-left: 35px!important } .pl-40 { padding-left: 40px!important } .pl-45 { padding-left: 45px!important } .pl-50 { padding-left: 50px!important } .pr-0 { padding-right: 0!important } .pr-5 { padding-right: 5px!important } .pr-10 { padding-right: 10px!important } .pr-15 { padding-right: 15px!important } .pr-20 { padding-right: 20px!important } .pr-25 { padding-right: 25px!important } .pr-30 { padding-right: 30px!important } .pr-35 { padding-right: 35px!important } .pr-40 { padding-right: 40px!important } .pr-45 { padding-right: 45px!important } .pr-50 { padding-right: 50px!important } .ma-0 { margin: 0!important } .ma-5 { margin: 5px!important } .ma-10 { margin: 10px!important } .ma-15 { margin: 15px!important } .ma-20 { margin: 20px!important } .ma-25 { margin: 25px!important } .ma-30 { margin: 30px!important } .mt-0 { margin-top: 0!important } .mt-5 { margin-top: 5px!important } .mt-10 { margin-top: 10px!important } .mt-15 { margin-top: 15px!important } .mt-20 { margin-top: 20px!important } .mt-25 { margin-top: 25px!important } .mt-30 { margin-top: 30px!important } .mt-35 { margin-top: 35px!important } .mt-40 { margin-top: 40px!important } .mt-45 { margin-top: 45px!important } .mt-50 { margin-top: 50px!important } .mt-55 { margin-top: 55px!important } .mt-60 { margin-top: 60px!important } .mt-65 { margin-top: 65px!important } .mt-70 { margin-top: 70px!important } .mt-75 { margin-top: 75px!important } .mt-80 { margin-top: 80px!important } .mt-85 { margin-top: 85px!important } .mt-90 { margin-top: 90px!important } .mt-95 { margin-top: 95px!important } .mb-0 { margin-bottom: 0!important } .mb-5 { margin-bottom: 5px!important } .mb-10 { margin-bottom: 10px!important } .mb-15 { margin-bottom: 15px!important } .mb-20 { margin-bottom: 20px!important } .mb-25 { margin-bottom: 25px!important } .mb-30 { margin-bottom: 30px!important } .mb-35 { margin-bottom: 35px!important } .mb-40 { margin-bottom: 40px!important } .mb-45 { margin-bottom: 45px!important } .mb-50 { margin-bottom: 50px!important } .mb-55 { margin-bottom: 55px!important } .mb-60 { margin-bottom: 60px!important } .mb-65 { margin-bottom: 65px!important } .mb-70 { margin-bottom: 70px!important } .mb-75 { margin-bottom: 75px!important } .mb-80 { margin-bottom: 80px!important } .mb-85 { margin-bottom: 85px!important } .mb-90 { margin-bottom: 90px!important } .mb-95 { margin-bottom: 95px!important } .ml-0 { margin-left: 0!important } .ml-5 { margin-left: 5px!important } .ml-10 { margin-left: 10px!important } .ml-15 { margin-left: 15px!important } .ml-20 { margin-left: 20px!important } .ml-25 { margin-left: 25px!important } .ml-30 { margin-left: 30px!important } .ml-35 { margin-left: 35px!important } .ml-40 { margin-left: 40px!important } .ml-45 { margin-left: 45px!important } .ml-50 { margin-left: 50px!important } .ml-55 { margin-left: 55px!important } .ml-60 { margin-left: 60px!important } .mr-0 { margin-right: 0!important } .mr-5 { margin-right: 5px!important } .mr-10 { margin-right: 10px!important } .mr-15 { margin-right: 15px!important } .mr-20 { margin-right: 20px!important } .mr-25 { margin-right: 25px!important } .mr-30 { margin-right: 30px!important } .mr-35 { margin-right: 35px!important } .mr-40 { margin-right: 40px!important } .mr-45 { margin-right: 45px!important } .mr-50 { margin-right: 50px!important } .mr-55 { margin-right: 55px!important } .mr-60 { margin-right: 60px!important } .ml-auto { margin-left: auto!important } .mr-auto { margin-right: auto!important } .text-right { text-align: right!important } .text-left { text-align: left!important } .bg-green, .bg-success { background: #128807!important } .bg-seagreen { background: #007153!important } .bg-grey { background: #878787!important } .bg-warning, .bg-yellow { background: #f8b32d!important } .bg-danger, .bg-red { background: #f33923!important } .bg-blue, .bg-primary { background: #2bb9c3!important } .bg-info, .bg-pink { background: #fd7397!important } .bg-purple { background: #36479d!important } .bg-skyblue { background: #119dd2!important } .bg-orange { background: #ff6300!important } .bg-gold { background: #e58b25!important } .bg-beige { background: #f7ce99!important } .bg-light { background: #fff!important } .bg-dark { background: #212121!important } .txt-dark { color: #212121!important } .txt-light, .txt-light i { color: #fff!important } .txt-grey { color: #878787!important } .txt-light-grey { color: #dedede!important } .text-info, .txt-info { color: #fd7397!important } .text-warning, .txt-warning { color: #f8b32d!important } .text-primary, .txt-primary { color: #2bb9c3!important } .text-success, .txt-success { color: #128807!important } .text-danger, .txt-danger { color: #f33923!important } .txt-purple { color: #36479d!important } .txt-skyblue { color: #119dd2!important } .txt-beige { color: #f7ce99!important } .txt-gold { color: #e58b25!important } .txt-orange { color: #ff6300!important } .text-muted, small { color: #878787 } .font-10 { font-size: 10px!important } .font-11 { font-size: 11px!important } .font-12 { font-size: 12px!important } .font-13 { font-size: 13px!important } .font-15 { font-size: 15px!important } .font-16 { font-size: 16px!important } .font-18 { font-size: 18px!important } .font-20 { font-size: 20px!important } .font-21 { font-size: 21px!important } .font-22 { font-size: 22px!important } .font-24 { font-size: 24px!important } .font-30 { font-size: 30px!important } .weight-500 { font-weight: 500!important } .weight-600 { font-weight: 600!important } .head-font, .main-font { font-family: Rubik, sans-serif } .capitalize-font { text-transform: capitalize!important } .uppercase-font { text-transform: uppercase!important } .nonecase-font { text-transform: none!important } .inline-block { display: inline-block!important } .block { display: block!important } .table-struct { display: table!important } .table-cell { display: table-cell!important } .vertical-align-middle { vertical-align: middle!important } .full-width { width: 100%!important } .half-width { width: 50%!important } .auto-width { width: auto!important } .relative { position: relative!important } .border-none { border: none!important } small { padding-left: 5px } .truncate { display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .mobile-only-view { display: none!important } hr { margin-top: 10px; margin-bottom: 35px; border-top: 1px solid #2bb9c3 } hr.light-hr { border-top: 1px solid #dedede } .seprator-block { margin-bottom: 80px } blockquote { padding: 15px 20px; margin: 0 0 20px; font-size: 16px; border-left: 4px solid #2bb9c3; background: #f7f7f9; color: #212121 } blockquote small { font-size: 70%; text-transform: uppercase; padding-top: 15px }
0.322526
0.085786
body{ background-color: #fff !important; } @media (min-width: 1200px) { .container { width: 970px; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; } textarea.form-control { height: auto; width: 98%; } input[type="search"] { -webkit-appearance: none; } input[type="date"] { line-height: 34px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 20px; padding-left: 20px; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .has-feedback .form-control-feedback { position: absolute; top: 25px; right: 0; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .form-control-static { margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333; background-color: #ebebeb; border-color: #adadad; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #fff; background-color: #3276b1; border-color: #285e8e; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-primary .badge { color: #428bca; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #fff; background-color: #47a447; border-color: #398439; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #fff; background-color: #39b3d7; border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #fff; background-color: #ed9c28; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #fff; background-color: #d2322d; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #428bca; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .body-green{ margin-top: 30px; } @media (min-width: 762px) { .body-green{ min-height: 500px; width: 100%; display: block; overflow: hidden; } .about_us_wrapper{ margin-left: auto; margin-right: auto; float: none; } .about_us_video{ margin-top: 50px; } } /* FAQ -------------------------------------------------- */ #faq { margin-bottom: 150px; } .faq_wrapper{ width: 75%; margin-left: auto; margin-right: auto; margin-top: 10px; } .inner_container { width: 98% !important; display: block; word-wrap:break-word; } .home_container_content { display: block; overflow: hidden; } #faq .section_header { } #faq .faq { padding-left: 50px; position: relative; margin-bottom: 30px; } #faq .faq:hover .number { background-color: #7fa662; color: #fff; } #faq .faq:hover .question { color: #7fa662; } #faq .faq .number { background-color: white; border-radius: 20px; color: #394350; position: absolute; left: 0px; padding: 5px 20px; font-weight: bold; font-size: 17px; top: -5px; transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -webkit-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; } #faq .faq .question { color: #2c3339; font-weight: bold; font-size: 17px; cursor: pointer; transition: color 0.2s linear; -moz-transition: color 0.2s linear; -webkit-transition: color 0.2s linear; -o-transition: color 0.2s linear; word-break:break-all; } #faq .faq .answer { margin-top: 15px; margin-bottom: 30px; font-size: 15px; border-bottom: 1px solid #BEC0C3; padding-bottom: 17px; box-shadow: 0px 1px 1px 0px white; word-break:word-break; width: 75%; overflow: hidden; }
static/v2/css/faq.css
body{ background-color: #fff !important; } @media (min-width: 1200px) { .container { width: 970px; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; } textarea.form-control { height: auto; width: 98%; } input[type="search"] { -webkit-appearance: none; } input[type="date"] { line-height: 34px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { display: block; min-height: 20px; padding-left: 20px; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .has-feedback .form-control-feedback { position: absolute; top: 25px; right: 0; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .form-control-static { margin-bottom: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333; background-color: #ebebeb; border-color: #adadad; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #fff; background-color: #3276b1; border-color: #285e8e; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-primary .badge { color: #428bca; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #fff; background-color: #47a447; border-color: #398439; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #fff; background-color: #39b3d7; border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #fff; background-color: #ed9c28; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #fff; background-color: #d2322d; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #428bca; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .body-green{ margin-top: 30px; } @media (min-width: 762px) { .body-green{ min-height: 500px; width: 100%; display: block; overflow: hidden; } .about_us_wrapper{ margin-left: auto; margin-right: auto; float: none; } .about_us_video{ margin-top: 50px; } } /* FAQ -------------------------------------------------- */ #faq { margin-bottom: 150px; } .faq_wrapper{ width: 75%; margin-left: auto; margin-right: auto; margin-top: 10px; } .inner_container { width: 98% !important; display: block; word-wrap:break-word; } .home_container_content { display: block; overflow: hidden; } #faq .section_header { } #faq .faq { padding-left: 50px; position: relative; margin-bottom: 30px; } #faq .faq:hover .number { background-color: #7fa662; color: #fff; } #faq .faq:hover .question { color: #7fa662; } #faq .faq .number { background-color: white; border-radius: 20px; color: #394350; position: absolute; left: 0px; padding: 5px 20px; font-weight: bold; font-size: 17px; top: -5px; transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -webkit-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; } #faq .faq .question { color: #2c3339; font-weight: bold; font-size: 17px; cursor: pointer; transition: color 0.2s linear; -moz-transition: color 0.2s linear; -webkit-transition: color 0.2s linear; -o-transition: color 0.2s linear; word-break:break-all; } #faq .faq .answer { margin-top: 15px; margin-bottom: 30px; font-size: 15px; border-bottom: 1px solid #BEC0C3; padding-bottom: 17px; box-shadow: 0px 1px 1px 0px white; word-break:word-break; width: 75%; overflow: hidden; }
0.244814
0.071203
.navbar { margin-bottom: 20px; } #annotate-motion #motion { height: 490px; } #example-motion #motion { height: 240px; } #motion-loading { height: 100%; } #annotate-motion #motion-content { height: 400px; } #example-motion #motion-content { height: 200px; } #motion-ui { padding-top: 20px; } #example-motion #motion-ui { display: none; } #motion-ui table { width: 100%; } #motion-ui table .left { padding-right: 20px; } #motion-ui table .right { width: 80px; } #motion-ui input[type="button"] { width: 100%; } .skip-annotation { padding-left: 30px; } .broken-annotation { padding-top: 40px; } .glyphicon-refresh-animate { -animation: spin 1s infinite linear; -webkit-animation: spin2 1s infinite linear; } @-webkit-keyframes spin2 { from { -webkit-transform: rotate(0deg);} to { -webkit-transform: rotate(360deg);} } @keyframes spin { from { transform: scale(1) rotate(0deg);} to { transform: scale(1) rotate(360deg);} } .vertical-center { display: flex; align-items: center; justify-content: center; } .number { behavior: url(PIE.htc); /* for IE8 */ border-radius: 50%; float: left; width: 50px; height: 50px; line-height: 46px; margin: 5px 20px 5px 0; color: #fff; background-color: #337ab7; border: 2px solid #2e6da4; text-align: center; font-size: 32px; } .text-bold { font-weight: bold; } /* Custom page footer */ .footer { padding-top: 19px; margin-top: 29px; color: #777; border-top: 1px solid #e5e5e5; } /* http://stackoverflow.com/questions/11815081/how-can-i-add-a-line-between-two-columns-using-twitter-bootstraps-grid-system */ .border-between > [class*='col-']:before, .border-between > [class*='col-']:after { background: #d4d4d4; bottom: 0; content: " "; position: absolute; width: 1px; top: 0; } .border-between > [class*='col-']:before { left: 0; } .border-between > [class*='col-']:after { right: -1px; } .border-between > [class*='col-']:first-child:before, .border-between > [class*='col-']:last-child:after { display: none; } h2 { margin: 40px 0 20px; } #webgl-error-message { text-align: center; color: red; width: 90%; margin: 5em auto 0; font-family: monospace; } #webgl-error-message a { color: red; font-weight: bold; text-decoration: underline; }
src/dataset/static/css/base.css
.navbar { margin-bottom: 20px; } #annotate-motion #motion { height: 490px; } #example-motion #motion { height: 240px; } #motion-loading { height: 100%; } #annotate-motion #motion-content { height: 400px; } #example-motion #motion-content { height: 200px; } #motion-ui { padding-top: 20px; } #example-motion #motion-ui { display: none; } #motion-ui table { width: 100%; } #motion-ui table .left { padding-right: 20px; } #motion-ui table .right { width: 80px; } #motion-ui input[type="button"] { width: 100%; } .skip-annotation { padding-left: 30px; } .broken-annotation { padding-top: 40px; } .glyphicon-refresh-animate { -animation: spin 1s infinite linear; -webkit-animation: spin2 1s infinite linear; } @-webkit-keyframes spin2 { from { -webkit-transform: rotate(0deg);} to { -webkit-transform: rotate(360deg);} } @keyframes spin { from { transform: scale(1) rotate(0deg);} to { transform: scale(1) rotate(360deg);} } .vertical-center { display: flex; align-items: center; justify-content: center; } .number { behavior: url(PIE.htc); /* for IE8 */ border-radius: 50%; float: left; width: 50px; height: 50px; line-height: 46px; margin: 5px 20px 5px 0; color: #fff; background-color: #337ab7; border: 2px solid #2e6da4; text-align: center; font-size: 32px; } .text-bold { font-weight: bold; } /* Custom page footer */ .footer { padding-top: 19px; margin-top: 29px; color: #777; border-top: 1px solid #e5e5e5; } /* http://stackoverflow.com/questions/11815081/how-can-i-add-a-line-between-two-columns-using-twitter-bootstraps-grid-system */ .border-between > [class*='col-']:before, .border-between > [class*='col-']:after { background: #d4d4d4; bottom: 0; content: " "; position: absolute; width: 1px; top: 0; } .border-between > [class*='col-']:before { left: 0; } .border-between > [class*='col-']:after { right: -1px; } .border-between > [class*='col-']:first-child:before, .border-between > [class*='col-']:last-child:after { display: none; } h2 { margin: 40px 0 20px; } #webgl-error-message { text-align: center; color: red; width: 90%; margin: 5em auto 0; font-family: monospace; } #webgl-error-message a { color: red; font-weight: bold; text-decoration: underline; }
0.496582
0.079961
@font-face { font-family: 'weatherFont'; src: url('font/artill_clean_icons-webfont.eot'); src: url('font/artill_clean_icons-webfont.woff') format('woff'), url('font/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('font/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg'), url('font/artill_clean_icons-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } .weatherclass { margin: 0px 0px 3px 0px; text-align: center; text-transform: uppercase; font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background: #1192d3; height: 100%; width: 100%; display: inline-block; } .weatherclass i { color: #fff; font-family: weatherFont; font-size: 120px; font-weight: normal; font-style: normal; line-height: 1.0; text-align: center; } .weatherclass2 { margin: 0px 0px 3px 0px; text-align: center; text-transform: uppercase; font: 10px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background: #1192d3; height: 100%; width: 19.5%; display: inline-block; } .weatherclass2 i { color: #fff; font-family: weatherFont; font-size: 100px; font-weight: normal; font-style: normal; line-height: 1.0; text-align: center; } .icn-0:before { content: ":"; } .icn-1:before { content: "p"; } .icn-2:before { content: "S"; } .icn-3:before { content: "Q"; } .icn-4:before { content: "S"; } .icn-5:before { content: "W"; } .icn-6:before { content: "W"; } .icn-7:before { content: "W"; } .icn-8:before { content: "W"; } .icn-9:before { content: "I"; } .icn-10:before { content: "W"; } .icn-11:before { content: "I"; } .icn-12:before { content: "I"; } .icn-13:before { content: "I"; } .icn-14:before { content: "I"; } .icn-15:before { content: "W"; } .icn-16:before { content: "I"; } .icn-17:before { content: "W"; } .icn-18:before { content: "U"; } .icn-19:before { content: "Z"; } .icn-20:before { content: "Z"; } .icn-21:before { content: "Z"; } .icn-22:before { content: "Z"; } .icn-23:before { content: "Z"; } .icn-24:before { content: "E"; } .icn-25:before { content: "E"; } .icn-26:before { content: "3"; } .icn-27:before { content: "a"; } .icn-28:before { content: "A"; } .icn-29:before { content: "a"; } .icn-30:before { content: "A"; } .icn-31:before { content: "6"; } .icn-32:before { content: "1"; } .icn-33:before { content: "6"; } .icn-34:before { content: "1"; } .icn-35:before { content: "W"; } .icn-36:before { content: "1"; } .icn-37:before { content: "S"; } .icn-38:before { content: "S"; } .icn-39:before { content: "S"; } .icn-40:before { content: "M"; } .icn-41:before { content: "W"; } .icn-42:before { content: "I"; } .icn-43:before { content: "W"; } .icn-44:before { content: "a"; } .icn-45:before { content: "S"; } .icn-46:before { content: "U"; } .icn-47:before { content: "S"; } .weathertable{ display: none; } .weatherclass h2 { margin: 0 0 4px; color: #fff; font-size: 50px; font-weight: 300; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass h3 { margin: 0 0 3px; color: #fff; font-size: 25px; font-weight: 250; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass h4 { color: #fff; font-size: 15px; font-weight: 150; text-align: center; } .weatherclass ul { margin: 0; display: inline-block; text-align: center; } .weatherclass li { background: #fff; background: rgba(255,255,255,0.90); padding: 3px; margin: 3px 0 10px 0; display: inline-block; border-radius: 5px; text-align: center; } .weatherclass2 h2 { margin: 0 0 4px; color: #fff; font-size: 50px; font-weight: 300; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass2 h3 { margin: 0 0 3px; color: #fff; font-size: 25px; font-weight: 250; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass2 ul { margin: 0; display: inline-block; text-align: center; } .weatherclass2 li { background: #fff; background: rgba(255,255,255,0.90); padding: 3px; margin: 3px 0 10px 0; display: inline-block; border-radius: 5px; text-align: center; } .currently { margin: 0 5px; }
cossmicvagrant/data/emoncms/Modules/cossmiccontrol/Views/simpleweather-geolocation-js/css/style.css
@font-face { font-family: 'weatherFont'; src: url('font/artill_clean_icons-webfont.eot'); src: url('font/artill_clean_icons-webfont.woff') format('woff'), url('font/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('font/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg'), url('font/artill_clean_icons-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } .weatherclass { margin: 0px 0px 3px 0px; text-align: center; text-transform: uppercase; font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background: #1192d3; height: 100%; width: 100%; display: inline-block; } .weatherclass i { color: #fff; font-family: weatherFont; font-size: 120px; font-weight: normal; font-style: normal; line-height: 1.0; text-align: center; } .weatherclass2 { margin: 0px 0px 3px 0px; text-align: center; text-transform: uppercase; font: 10px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background: #1192d3; height: 100%; width: 19.5%; display: inline-block; } .weatherclass2 i { color: #fff; font-family: weatherFont; font-size: 100px; font-weight: normal; font-style: normal; line-height: 1.0; text-align: center; } .icn-0:before { content: ":"; } .icn-1:before { content: "p"; } .icn-2:before { content: "S"; } .icn-3:before { content: "Q"; } .icn-4:before { content: "S"; } .icn-5:before { content: "W"; } .icn-6:before { content: "W"; } .icn-7:before { content: "W"; } .icn-8:before { content: "W"; } .icn-9:before { content: "I"; } .icn-10:before { content: "W"; } .icn-11:before { content: "I"; } .icn-12:before { content: "I"; } .icn-13:before { content: "I"; } .icn-14:before { content: "I"; } .icn-15:before { content: "W"; } .icn-16:before { content: "I"; } .icn-17:before { content: "W"; } .icn-18:before { content: "U"; } .icn-19:before { content: "Z"; } .icn-20:before { content: "Z"; } .icn-21:before { content: "Z"; } .icn-22:before { content: "Z"; } .icn-23:before { content: "Z"; } .icn-24:before { content: "E"; } .icn-25:before { content: "E"; } .icn-26:before { content: "3"; } .icn-27:before { content: "a"; } .icn-28:before { content: "A"; } .icn-29:before { content: "a"; } .icn-30:before { content: "A"; } .icn-31:before { content: "6"; } .icn-32:before { content: "1"; } .icn-33:before { content: "6"; } .icn-34:before { content: "1"; } .icn-35:before { content: "W"; } .icn-36:before { content: "1"; } .icn-37:before { content: "S"; } .icn-38:before { content: "S"; } .icn-39:before { content: "S"; } .icn-40:before { content: "M"; } .icn-41:before { content: "W"; } .icn-42:before { content: "I"; } .icn-43:before { content: "W"; } .icn-44:before { content: "a"; } .icn-45:before { content: "S"; } .icn-46:before { content: "U"; } .icn-47:before { content: "S"; } .weathertable{ display: none; } .weatherclass h2 { margin: 0 0 4px; color: #fff; font-size: 50px; font-weight: 300; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass h3 { margin: 0 0 3px; color: #fff; font-size: 25px; font-weight: 250; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass h4 { color: #fff; font-size: 15px; font-weight: 150; text-align: center; } .weatherclass ul { margin: 0; display: inline-block; text-align: center; } .weatherclass li { background: #fff; background: rgba(255,255,255,0.90); padding: 3px; margin: 3px 0 10px 0; display: inline-block; border-radius: 5px; text-align: center; } .weatherclass2 h2 { margin: 0 0 4px; color: #fff; font-size: 50px; font-weight: 300; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass2 h3 { margin: 0 0 3px; color: #fff; font-size: 25px; font-weight: 250; text-align: center; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); } .weatherclass2 ul { margin: 0; display: inline-block; text-align: center; } .weatherclass2 li { background: #fff; background: rgba(255,255,255,0.90); padding: 3px; margin: 3px 0 10px 0; display: inline-block; border-radius: 5px; text-align: center; } .currently { margin: 0 5px; }
0.36139
0.095265
.no_style li { list-style: none; float:left; } .model-content { background:#fff !important; margin-bottom: 15px; min-height: 500px; padding: 30px; } .mfp-iframe-holder .mfp-content { max-width: 1000px !important;; } .breadcrumb{ background-color: #fff; } .input-icon.input-icon-lg > i{ margin-top:10px !important; } .input-icon.input-icon-lg > i.for-select,.input-icon > i.for-select{ margin-right:20px !important; } #load_attribute{ display: none; } .colLeft{ float:left; width:380px; } .colIcon{ float: left; cursor: pointer; width:25px; } .attribute_per_group .tab-pane{ padding: 25px; margin-bottom: 20px; } .tab-content { background: #ffffff; } .media-heading a{ font-size: 16px; font-weight: 300; color: inherit; } /*OVERRIDE NAV PILLS*/ .Jtab li{ float: none; } .Jtab li a,li,a.tabColor { color:#212020; font-size: 13px; text-transform: uppercase; } .Jtab li.active a,li.active .tabColor{ background:#262626 !important; color:#666 ; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{ color:#666; font-weight: bold; } .btn-redish{ /*background:#d92b39;*/ /*background:#F9B122;*/ background:#eb8209; color: #fff; } .btn-blackish:hover,.btn-redish:hover{ color: #fff; } .btn-blackish{ background: #262626; color: #fff; } .page-header .navbar .page-logo img{ max-height: 60% !important; } .pointer{ cursor: pointer; /*color: #F9B122;*/ color: #eb8209; } .OccupantHtml,.PetHtml,.VehicleHtml,.IncomeHtml{ margin-top: 10px; padding-top: 10px; } .no_style li i { font-size: 18px; } .pagination>.active>span { /*background-color: #F9B122;*/ background-color: #eb8209; /*border-color: #F9B122;*/ border-color: #eb8209; } .pagination>li>a, .pagination>li>span { color: #383840; } .dataTables_wrapper .dataTables_paginate .paginate_button { /*color:rgb(28,170,119)!important;*/ color:#61a1cc!important; } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { /*background: #50AA37!important;*/ /* background: linear-gradient(to bottom, #F9B122 0%, #eb8209 100%);*/ /*background: rgb(28,170,119);*/ background: #61a1cc; /*border: 1px solid rgb(28,170,119);*/ border: 1px solid #61a1cc; } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color: #fff !important; } #attribute_filter { border:1px solid red; display: none; } #searchBar { text-align: right; position: absolute; right: 38px; top:-54px; } .help-block{ color: #e73d4a!important; text-transform: capitalize ; } #searchBar input{ height: 30px; } #searchBar input[type='button']{ } #searchBar input[type="text"] { border:1px solid #eb8209; } #searchBar input[type="button"] { border:1px solid #383840; background: #383840; color: #fff; } input[type=number] { appearance: none; margin: 0; } .form-groupsh{ margin-bottom: 15px !important; margin-left: 1020px !important; width: 135px !important; } .abc{ text-align: right; margin-top: -17px; font-size: 14px; } .flag_green { /*background: rgb(28,170,119);*/ /*background: #2e8dcc;*/ background: #61a1cc; } .portlet.light{ background:transparent; } .help-message{ color:#aba7a7; font-size: 11px; font-style: italic; } .dns{ background:#f3f3f3; padding: 15px 0px; position: relative; border-top:1px solid #e0e0e0; } .romava{ position: absolute; top:-1px; right:20px; font-size: 22px; }
resources/assets/css/style.css
.no_style li { list-style: none; float:left; } .model-content { background:#fff !important; margin-bottom: 15px; min-height: 500px; padding: 30px; } .mfp-iframe-holder .mfp-content { max-width: 1000px !important;; } .breadcrumb{ background-color: #fff; } .input-icon.input-icon-lg > i{ margin-top:10px !important; } .input-icon.input-icon-lg > i.for-select,.input-icon > i.for-select{ margin-right:20px !important; } #load_attribute{ display: none; } .colLeft{ float:left; width:380px; } .colIcon{ float: left; cursor: pointer; width:25px; } .attribute_per_group .tab-pane{ padding: 25px; margin-bottom: 20px; } .tab-content { background: #ffffff; } .media-heading a{ font-size: 16px; font-weight: 300; color: inherit; } /*OVERRIDE NAV PILLS*/ .Jtab li{ float: none; } .Jtab li a,li,a.tabColor { color:#212020; font-size: 13px; text-transform: uppercase; } .Jtab li.active a,li.active .tabColor{ background:#262626 !important; color:#666 ; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{ color:#666; font-weight: bold; } .btn-redish{ /*background:#d92b39;*/ /*background:#F9B122;*/ background:#eb8209; color: #fff; } .btn-blackish:hover,.btn-redish:hover{ color: #fff; } .btn-blackish{ background: #262626; color: #fff; } .page-header .navbar .page-logo img{ max-height: 60% !important; } .pointer{ cursor: pointer; /*color: #F9B122;*/ color: #eb8209; } .OccupantHtml,.PetHtml,.VehicleHtml,.IncomeHtml{ margin-top: 10px; padding-top: 10px; } .no_style li i { font-size: 18px; } .pagination>.active>span { /*background-color: #F9B122;*/ background-color: #eb8209; /*border-color: #F9B122;*/ border-color: #eb8209; } .pagination>li>a, .pagination>li>span { color: #383840; } .dataTables_wrapper .dataTables_paginate .paginate_button { /*color:rgb(28,170,119)!important;*/ color:#61a1cc!important; } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { /*background: #50AA37!important;*/ /* background: linear-gradient(to bottom, #F9B122 0%, #eb8209 100%);*/ /*background: rgb(28,170,119);*/ background: #61a1cc; /*border: 1px solid rgb(28,170,119);*/ border: 1px solid #61a1cc; } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color: #fff !important; } #attribute_filter { border:1px solid red; display: none; } #searchBar { text-align: right; position: absolute; right: 38px; top:-54px; } .help-block{ color: #e73d4a!important; text-transform: capitalize ; } #searchBar input{ height: 30px; } #searchBar input[type='button']{ } #searchBar input[type="text"] { border:1px solid #eb8209; } #searchBar input[type="button"] { border:1px solid #383840; background: #383840; color: #fff; } input[type=number] { appearance: none; margin: 0; } .form-groupsh{ margin-bottom: 15px !important; margin-left: 1020px !important; width: 135px !important; } .abc{ text-align: right; margin-top: -17px; font-size: 14px; } .flag_green { /*background: rgb(28,170,119);*/ /*background: #2e8dcc;*/ background: #61a1cc; } .portlet.light{ background:transparent; } .help-message{ color:#aba7a7; font-size: 11px; font-style: italic; } .dns{ background:#f3f3f3; padding: 15px 0px; position: relative; border-top:1px solid #e0e0e0; } .romava{ position: absolute; top:-1px; right:20px; font-size: 22px; }
0.247805
0.060308
.main-canvas { position: relative; z-index: 2; display: inline-block; .item { position: relative; img { display: block; max-width: 100%; height: auto; margin: auto; } .caption { position: relative; display: flex; &-input { position: absolute; -webkit-appearance: none; width: 100%; height: 106%; padding: 0; overflow: hidden; line-height: 1; color: inherit; text-align: center; letter-spacing: 0; resize: none; background: transparent; border: 0; outline: 0; } &-dummy { line-height: 1; color: transparent; text-align: center; letter-spacing: 0; } } .navigate_next, .navigate_before, .remove { position: absolute; display: none; i { display: block; font-size: 4em; color: #000; cursor: pointer; background: #fff; border-radius: 1em; } } .remove { position: absolute; top: -1.5em; right: -1.5em; } .navigate_before { top: 50%; left: -2em; margin-top: -20px; } .navigate_next { top: 50%; right: -2em; margin-top: -20px; } &:hover { border: 1px solid var(--hover); .caption { border-top: 1px solid var(--hover); &-dummy { min-height: 1em; } &-input { display: block; } } .navigate_next, .navigate_before, .remove { display: block; } } } .divider:last-of-type { display: none; } &.justify { &-normal { justify-content: normal; text-align: left; } &-center { justify-content: center; text-align: center; } &-flex-start { justify-content: flex-start; text-align: left; } &-flex-end { justify-content: flex-end; text-align: right; } &-space-between { justify-content: space-between; } } &.align { &-center { .item { vertical-align: middle; } } &-flex-start { .item { vertical-align: top; } } &-flex-end { .item { vertical-align: bottom; } } } &:not(.wrap) { white-space: nowrap; .item { display: inline-block; } .divider { display: none; } } &.wrap { white-space: nowrap; .item { display: inline-block; } > .divider { clear: both; } &.column-2 { > .divider:not(:nth-child(4n)) { display: none; } .item { max-width: 50%; } } &.column-3 { > .divider:not(:nth-child(6n)) { display: none; } .item { max-width: 33.33333%; } } &.column-4 { > .divider:not(:nth-child(8n)) { display: none; } .item { max-width: 25%; } } } &.padding { @each $i in 8, 16, 32, 48 { &-$(i) { .item { padding-bottom: $(i)px; .img-wrap { padding: $(i)px; padding-bottom: 0; } } } } } &.fontsize { @each $i in 12, 16, 22, 36 { &-$(i) { .caption { font-size: $(i)px; } } } } &-wrapper { position: relative; display: flex; align-items: flex-start; justify-content: center; width: 100%; height: 100%; padding: 20px; overflow-y: auto; text-align: center; @media (--sp) { background-size: 50%; } &.dragover { background: var(--drop-bg); filter: blur(1px); border-color: var(--light); } } }
src/assets/style/canvas.css
.main-canvas { position: relative; z-index: 2; display: inline-block; .item { position: relative; img { display: block; max-width: 100%; height: auto; margin: auto; } .caption { position: relative; display: flex; &-input { position: absolute; -webkit-appearance: none; width: 100%; height: 106%; padding: 0; overflow: hidden; line-height: 1; color: inherit; text-align: center; letter-spacing: 0; resize: none; background: transparent; border: 0; outline: 0; } &-dummy { line-height: 1; color: transparent; text-align: center; letter-spacing: 0; } } .navigate_next, .navigate_before, .remove { position: absolute; display: none; i { display: block; font-size: 4em; color: #000; cursor: pointer; background: #fff; border-radius: 1em; } } .remove { position: absolute; top: -1.5em; right: -1.5em; } .navigate_before { top: 50%; left: -2em; margin-top: -20px; } .navigate_next { top: 50%; right: -2em; margin-top: -20px; } &:hover { border: 1px solid var(--hover); .caption { border-top: 1px solid var(--hover); &-dummy { min-height: 1em; } &-input { display: block; } } .navigate_next, .navigate_before, .remove { display: block; } } } .divider:last-of-type { display: none; } &.justify { &-normal { justify-content: normal; text-align: left; } &-center { justify-content: center; text-align: center; } &-flex-start { justify-content: flex-start; text-align: left; } &-flex-end { justify-content: flex-end; text-align: right; } &-space-between { justify-content: space-between; } } &.align { &-center { .item { vertical-align: middle; } } &-flex-start { .item { vertical-align: top; } } &-flex-end { .item { vertical-align: bottom; } } } &:not(.wrap) { white-space: nowrap; .item { display: inline-block; } .divider { display: none; } } &.wrap { white-space: nowrap; .item { display: inline-block; } > .divider { clear: both; } &.column-2 { > .divider:not(:nth-child(4n)) { display: none; } .item { max-width: 50%; } } &.column-3 { > .divider:not(:nth-child(6n)) { display: none; } .item { max-width: 33.33333%; } } &.column-4 { > .divider:not(:nth-child(8n)) { display: none; } .item { max-width: 25%; } } } &.padding { @each $i in 8, 16, 32, 48 { &-$(i) { .item { padding-bottom: $(i)px; .img-wrap { padding: $(i)px; padding-bottom: 0; } } } } } &.fontsize { @each $i in 12, 16, 22, 36 { &-$(i) { .caption { font-size: $(i)px; } } } } &-wrapper { position: relative; display: flex; align-items: flex-start; justify-content: center; width: 100%; height: 100%; padding: 20px; overflow-y: auto; text-align: center; @media (--sp) { background-size: 50%; } &.dragover { background: var(--drop-bg); filter: blur(1px); border-color: var(--light); } } }
0.620392
0.116312
* { margin: 0; padding: 0; } html { height: 100%; max-height: 100%; font-size: 62.5%; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { max-height: 100%; background-color: #fff; color: #3a4145; font-size: 12px; font-family: "Merriweather", "Open Sans", "Microsoft Jhenghei", "Microsoft Yahei", sans-serif; -o-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -ms-overflow-style: none; overflow: -moz-scrollbars-none; } ::-webkit-scrollbar { display: none; } ::-moz-selection { background: #d6edff; } ::selection { background: #d6edff; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } li { list-style: none; } h1, h2, h3, h4, h5, h6 { /* padding-left: 20px; */ font-size: 100%; font-weight: normal; } h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus { outline: 0; } a { outline: 0; color: #2daebf; } a:link { color: #2daebf; text-decoration: none; } a:visited { color: #2daebf; text-decoration: none; } a:hover { color: #f60; text-decoration: none; } a:active { color: #21759b; text-decoration: none; } button { display: inline-block; cursor: pointer; width: auto; line-height: 13px; padding: 0.1rem 1.5rem; border: rgba(0, 0, 0, 0.05) 0.1em solid; border-radius: 0.3rem; outline: 0; background: #5ba4e5; color: #fff; font-size: 11px; font-weight: 300; font-family: "Open Sans", sans-serif; letter-spacing: 1px; text-align: center; text-decoration: none; text-transform: uppercase; text-shadow: none; } b { font-weight: 400; } blockquote { margin: 0 0px 24px; /* padding: 1.45em; */ padding: 2px; min-height: 0; line-height: 20px; background-color: #f7f7f7; color: #313131; font-size: 14px; font-weight: 400; border-top: 0; border-right: 0; border-bottom: 0; border-left: 4px solid #ddd; } .clear { clear: both; } /* Layout CSS */ #cover { position: fixed; z-index: 1099; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #f0f0f0; } #container { width: 70%; max-width: 900px; margin: 0 auto; margin-top: 40vh; padding: 0 20px 30px 20px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 0 20px 10px rgba(220, 220, 220, 0.3); } #content { float: none; width: 100%; min-height: 200px; margin: auto; padding: 0 0 10px 0; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } #footer { position: absolute; left: 0; right: 0; min-height: 120px; margin: 20vh 0 0 0; padding: 15px 0; text-align: center; color: #888; font-size: 12px; line-height: 1.5; } /* Header CSS */ .header { display: table; position: absolute; top: 0; left: 0; z-index: 998; width: 100%; height: 40vh; max-height: 40vh; background-size: cover; overflow: hidden; text-align: center; box-shadow: 0 1px 2px rgba(150, 150, 150, 0.7); } .vertical { display: table-cell; width: 100%; vertical-align: middle; } .inner { position: relative; width: 80%; max-width: 800px; margin: 0 auto; padding: 10px; } .header-subtitle { margin: 10px 0; padding: 0 !important; color: #fff; font-size: 3.55rem; font-weight: 700; font-family: "Open Sans", sans-serif; letter-spacing: -1px; animation: fade-in-down 1s both; -webkit-animation: fade-in-down 1s; animation-delay: 0.5s; -webkit-animation-delay: 0.6s; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } @-webkit-keyframes fade-in-down { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fade-in-down { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .header-subinfo { margin-top: 15px; color: #fff; } .header-subinfo > p { margin-bottom: 10px; } .header-subinfo .article-info-text { position: relative; font-size: 16px; font-weight: 700; color: rgba(255, 255, 255, 0.8); font-family: "Noto Sans SC", "Microsoft Yahei", serif; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); } .header-subinfo .article-info-text i { margin-right: 5px; font-size: 16px; } .header-subinfo .article-info-text > span:not(:last-child) { margin-right: 10px; } .header-subinfo > span { display: inline-block; position: relative; width: fit-content; width: -moz-fit-content; width: -webkit-fit-content; height: 22px; line-height: 22px; margin: 0 0 0 10px; padding: 0 5px; border-radius: 3px; background-image: none; color: #fff; font-size: 12px; font-weight: 500; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; letter-spacing: 1px; text-decoration: none; box-shadow: none; } .category-color { background-color: #e8a258; } .tag-color { background-color: #6fa3ef; } #articleHeaderCanvas { position: absolute; } /* Container CSS */ /* Content CSS */ #content #article { float: none; width: auto; } #article { float: left; width: 100%; min-height: 200px; margin: 15px auto 0 auto; padding: 0 0 10px 0; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } .article-body { margin-bottom: 20px; color: #222; font-size: 1.5rem; line-height: 1.6; word-break: break-word; } .article-body p { margin: 10px auto; text-indent: 0; } /* .article-body p a { padding-left: 20px; } */ /* .article-body p em { padding-left: 20px; } */ /* .article-body p strong { padding-left: 20px; } */ /* .article-body p img { padding-left: 20px; } */ .article-body p code { margin: 10px 20px; } .article-body h1 { font-size: 28px; font-weight: bold; line-height: 1.5; margin: 10px 0; } .article-body h2 { font-size: 21px; font-weight: bold; line-height: 1.5; margin: 10px 0; } .article-body h3 { font-size: 16px; font-weight: bold; line-height: 1.5; margin: 10px 0; } .article-body h4 { font-size: 14px; font-weight: bold; margin: 10px 0; } .article-body h5 { font-size: 12px; font-weight: bold; margin: 10px 0; } .article-body h6 { font-size: 11px; font-weight: bold; margin: 10px 0; } .article-body > p { margin: 10px auto; padding: 0 20px; line-height: 1.9em; font-family: "Microsoft YaHei", Lato, "PingFang SC", sans-serif; font-size: 1.1em; letter-spacing: 0.015em; } .article-body img { height: auto; max-width: 100% !important; } .article-body > img { margin: 10px 0; } .article-body pre { /* margin: 10px 20px; */ border-radius: 5px; white-space: pre; word-break: break-all; } .article-body ul { margin-top: 5px; margin-left: 20px; padding-left: 0; } .article-body ul li { margin-left: 18px; list-style-type: disc; } .article-body ul ul li { list-style-type: circle; } .article-body li { margin-bottom: 0.5em; } .article-body ol { padding-left: 40px; padding-right: 20px; } .article-body ol li { list-style-type: decimal; } .article-body ol figure { margin: 10px 0 !important; } .article-body blockquote ul { margin-left: 0; } .article-body blockquote ol { padding-left: 20px; } .article-body > table { display: table !important; position: relative; overflow: hidden !important; box-sizing: border-box; width: 95% !important; max-width: 95% !important; background-color: #fff; margin: 0 auto 10px; padding: 0; color: #222; font-size: 14px; border: 1px solid #dfe3ec; border-right: 0; border-bottom: 0; border-collapse: initial !important; } .article-body > table tr { border: 0; } .article-body > table th, .article-body > table td { position: relative; display: table-cell; height: 40px; background-clip: padding-box; box-sizing: border-box; text-overflow: ellipsis; vertical-align: middle; border: 0; border-collapse: collapse; } .article-body > table th { min-width: 100px; padding: 0 18px; background-color: #eef0f6; overflow: hidden; text-align: left; border-right: 1px solid #dfe3ec; border-bottom: 1px solid #dfe3ec; } .article-body > table td { min-width: 0; padding: 0 20px; background-color: #fff; border-bottom: 1px solid #dfe3ec; border-right: 1px solid #dfe3ec; } .article-body p > code, .article-body li > code, .article-body th > code, .article-body td > code { position: relative; bottom: 1px; padding: 2px 4px; color: #d83b64; background-color: #f9f2f4; font-size: 14px; font-weight: 400; font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace !important; border: 0; border-radius: 3px; } .article-body figure { margin: 10px 20px !important; border-radius: 5px; } .suffix-end { color: #ddd; font-size: 16px; font-weight: bold; text-align: center; text-indent: 0 !important; } .suffix-box { padding: 17px; border: 1px solid hsl(220, 16%, 94%) !important; border-radius: 3px; background: hsl(220, 23%, 98%) !important; color: #414857; font-size: 14px; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; text-indent: 0; } .suffix-box-left { float: left; width: 112px; height: 112px; } .suffix-box-left img { width: 100px; height: 100px; padding: 5px; border: 1px solid #ccc; } .suffix-box-right { float: right; width: 85%; } .suffix-box-title { display: inline-block; width: 60px; text-align: center; font-weight: bold; white-space: nowrap; } /* 如果需要 y 个字两端对齐,则为 (x - y) / (y - 1),x 为对齐的最大字数 */ .word-two { letter-spacing: 2em; } .word-three { letter-spacing: 0.5em; } .article-footer { margin-top: 20px; } .article-footer .category { margin-bottom: 10px; } .article-footer .category, .article-footer .tag { color: #666; font-size: 9pt; line-height: 1.6; } .article-footer .category a, .article-footer .tag a { height: 20px; line-height: 20px; margin: 2px 5px 0 5px; padding: 3px 14px; border-radius: 12px; background: #e7e7e7; color: #333; text-decoration: none; } .article-footer .category a:link, .article-footer .category a:visited, .article-footer .category a:active, .article-footer .tag a:link, .article-footer .tag a:visited, .article-footer .tag a:active { color: #666; } .article-footer .category a:hover, .article-footer .tag a:hover { background: #21759b; color: #f5f5f5; transition: all 0.4s linear 0s; } .article-prev-next { margin: 15px 0 10px 0; font-size: 12px; line-height: 1.8; } a.prev-prefix:hover, a.next-prefix:hover { text-decoration: underline; } .article-desc { clear: both; width: 100%; margin: 0; padding-left: 0; padding-right: 5px; background: 0; color: #666; font-size: 1.4rem; font-family: "Open Sans", sans-serif; text-align: left; line-height: 2.2rem; } .article-desc a:link, .article-desc a:visited, .article-desc a:active { color: #666; } .article-desc a:hover { color: #21759b; text-decoration: none; } .article-views { font-style: normal !important; } .article-comments { margin-top: 60px; } .comments-title { color: #666; font: normal normal 16px/35px "Microsoft YaHei"; } .comments-title::after { content: ""; display: block; width: 100%; text-align: center; position: relative; bottom: 16px; left: 75px; border-bottom: 1px dashed #e9e9e9; } .comments-content { margin-top: 20px; } .veditor { background-image: url(../image/comment/valine.png) !important; background-size: 200px 140px !important; background-repeat: no-repeat !important; background-position: right bottom !important; background-color: rgba(255, 255, 255, 0) !important; resize: vertical !important; font-family: -apple-system, "SF UI Text", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; } /* Sidebar CSS */ /* #sidebar a { color: #757575; } */ /* #sidebar a:hover { color: #21759b; text-decoration: underline; } */ #sidebar h3 { font-size: 14px; } .menu-button-scroll { left: -20px !important; width: 35px !important; background: #222 !important; } .introduce-avatar img { transition: transform 1s ease-out; } .introduce-avatar img:hover { -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); transform: rotateZ(360deg); } /* Footer CSS */ .face { display: inline-block; margin: 0 5px; animation: face 5s infinite ease-in-out; } @keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } @-moz-keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } @-webkit-keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } @-o-keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } #footer i { margin: 0 5px; font-size: 12px !important; } /* Tools CSS */ .progressbar-top { position: fixed; top: 0; left: 0; width: 100%; z-index: 998; } .toc { display: none; position: absolute; top: 0; width: 200px; height: auto; z-index: 98; padding-top: 10px; padding-bottom: 10px; background-color: rgba(255, 255, 255, 0); font-size: 15px; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; line-height: 1.5; transform: translateX(0); } .toc-fixed { position: fixed !important; top: 0 !important; } .toc .is-active-link::before { background-color: rgb(119, 182, 255); } .wrap-right { position: fixed; right: 10px; bottom: 10px; min-width: 24px; z-index: 1; } .wrap-right i { font-size: 24px !important; font-weight: bold; text-shadow: 1px 1px 1px #eee; } .wrap-right span { display: none; position: absolute; left: -150px; width: 140px; font-size: 14px; font-weight: bold; text-align: right; } .attention, .up-down { position: relative; cursor: pointer; opacity: 0.5; filter: Alpha(opacity=50); color: #555; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; } .attention { bottom: 5px; } .attention:hover, .up-down:hover { opacity: 1; filter: Alpha(opacity=100); } .attention span { top: 2px; } .up-down span { top: 3px; } .loading { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1099; background-color: #f0f0f0; } /* Media CSS */ @media only screen and (max-width: 1200px) { .header { height: 60vh; min-height: 240px; max-height: 60vh; padding: 15% 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .header-subtitle { font-size: 3.3rem; letter-spacing: -1px; } .header-subinfo > .article-info-text, .header-subinfo > .article-info-text i { font-size: 15px; } #articleHeaderCanvas { display: none !important; } #container { width: 85%; max-width: 100vw; margin-top: 60vh; } .article-desc { font-size: 1.3rem; } } @media only screen and (max-width: 960px) { .header { height: 50vh; min-height: 240px; max-height: 50vh; padding: 15% 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } #animationSwitch { display: none; } #container { width: auto; margin-top: 50vh; } .suffix-box-right { width: 100%; } #articleHeaderCanvas, #backCanvas, .suffix-box-left { display: none !important; } } @media only screen and (max-width: 720px) { blockquote { margin: 0 10px 24px; } .header { height: 40vh; max-height: 40vh; margin-bottom: 15px; } .inner { width: auto; margin: 2rem auto; } .header-subtitle { font-size: 2.4rem; } .header-subinfo > .article-info-text, .header-subinfo > .article-info-text i { font-size: 13px; } .menu-button-open { margin: 0 !important; border: none !important; } .menu-button-scroll { left: -8px !important; width: 31px !important; background: #222 !important; } #container { margin-top: 40vh; padding-left: 5px; padding-right: 5px; box-shadow: unset; } .article-body > h1, .article-body > h2, .article-body > h3, .article-body > h4, .article-body > h5, .article-body > h6 { padding: 0 10px; } .article-body > p { line-height: 1.8em; padding: 0 10px; font-size: 1em; } .article-body pre { margin: 10px 10px; } .article-body ul { margin-left: 10px; } .article-body ol { padding-left: 30px; padding-right: 10px; } .article-body figure { margin: 10px 10px !important; } .suffix-box-right { width: 100%; } .article-desc { font-size: 12px; } #animationSwitch, #articleHeaderCanvas, #backCanvas, .suffix-box-left { display: none !important; } }
itvita-blog/static/css/post.css
* { margin: 0; padding: 0; } html { height: 100%; max-height: 100%; font-size: 62.5%; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { max-height: 100%; background-color: #fff; color: #3a4145; font-size: 12px; font-family: "Merriweather", "Open Sans", "Microsoft Jhenghei", "Microsoft Yahei", sans-serif; -o-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -ms-overflow-style: none; overflow: -moz-scrollbars-none; } ::-webkit-scrollbar { display: none; } ::-moz-selection { background: #d6edff; } ::selection { background: #d6edff; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } li { list-style: none; } h1, h2, h3, h4, h5, h6 { /* padding-left: 20px; */ font-size: 100%; font-weight: normal; } h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus { outline: 0; } a { outline: 0; color: #2daebf; } a:link { color: #2daebf; text-decoration: none; } a:visited { color: #2daebf; text-decoration: none; } a:hover { color: #f60; text-decoration: none; } a:active { color: #21759b; text-decoration: none; } button { display: inline-block; cursor: pointer; width: auto; line-height: 13px; padding: 0.1rem 1.5rem; border: rgba(0, 0, 0, 0.05) 0.1em solid; border-radius: 0.3rem; outline: 0; background: #5ba4e5; color: #fff; font-size: 11px; font-weight: 300; font-family: "Open Sans", sans-serif; letter-spacing: 1px; text-align: center; text-decoration: none; text-transform: uppercase; text-shadow: none; } b { font-weight: 400; } blockquote { margin: 0 0px 24px; /* padding: 1.45em; */ padding: 2px; min-height: 0; line-height: 20px; background-color: #f7f7f7; color: #313131; font-size: 14px; font-weight: 400; border-top: 0; border-right: 0; border-bottom: 0; border-left: 4px solid #ddd; } .clear { clear: both; } /* Layout CSS */ #cover { position: fixed; z-index: 1099; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #f0f0f0; } #container { width: 70%; max-width: 900px; margin: 0 auto; margin-top: 40vh; padding: 0 20px 30px 20px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 0 20px 10px rgba(220, 220, 220, 0.3); } #content { float: none; width: 100%; min-height: 200px; margin: auto; padding: 0 0 10px 0; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } #footer { position: absolute; left: 0; right: 0; min-height: 120px; margin: 20vh 0 0 0; padding: 15px 0; text-align: center; color: #888; font-size: 12px; line-height: 1.5; } /* Header CSS */ .header { display: table; position: absolute; top: 0; left: 0; z-index: 998; width: 100%; height: 40vh; max-height: 40vh; background-size: cover; overflow: hidden; text-align: center; box-shadow: 0 1px 2px rgba(150, 150, 150, 0.7); } .vertical { display: table-cell; width: 100%; vertical-align: middle; } .inner { position: relative; width: 80%; max-width: 800px; margin: 0 auto; padding: 10px; } .header-subtitle { margin: 10px 0; padding: 0 !important; color: #fff; font-size: 3.55rem; font-weight: 700; font-family: "Open Sans", sans-serif; letter-spacing: -1px; animation: fade-in-down 1s both; -webkit-animation: fade-in-down 1s; animation-delay: 0.5s; -webkit-animation-delay: 0.6s; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } @-webkit-keyframes fade-in-down { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fade-in-down { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .header-subinfo { margin-top: 15px; color: #fff; } .header-subinfo > p { margin-bottom: 10px; } .header-subinfo .article-info-text { position: relative; font-size: 16px; font-weight: 700; color: rgba(255, 255, 255, 0.8); font-family: "Noto Sans SC", "Microsoft Yahei", serif; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); } .header-subinfo .article-info-text i { margin-right: 5px; font-size: 16px; } .header-subinfo .article-info-text > span:not(:last-child) { margin-right: 10px; } .header-subinfo > span { display: inline-block; position: relative; width: fit-content; width: -moz-fit-content; width: -webkit-fit-content; height: 22px; line-height: 22px; margin: 0 0 0 10px; padding: 0 5px; border-radius: 3px; background-image: none; color: #fff; font-size: 12px; font-weight: 500; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; letter-spacing: 1px; text-decoration: none; box-shadow: none; } .category-color { background-color: #e8a258; } .tag-color { background-color: #6fa3ef; } #articleHeaderCanvas { position: absolute; } /* Container CSS */ /* Content CSS */ #content #article { float: none; width: auto; } #article { float: left; width: 100%; min-height: 200px; margin: 15px auto 0 auto; padding: 0 0 10px 0; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } .article-body { margin-bottom: 20px; color: #222; font-size: 1.5rem; line-height: 1.6; word-break: break-word; } .article-body p { margin: 10px auto; text-indent: 0; } /* .article-body p a { padding-left: 20px; } */ /* .article-body p em { padding-left: 20px; } */ /* .article-body p strong { padding-left: 20px; } */ /* .article-body p img { padding-left: 20px; } */ .article-body p code { margin: 10px 20px; } .article-body h1 { font-size: 28px; font-weight: bold; line-height: 1.5; margin: 10px 0; } .article-body h2 { font-size: 21px; font-weight: bold; line-height: 1.5; margin: 10px 0; } .article-body h3 { font-size: 16px; font-weight: bold; line-height: 1.5; margin: 10px 0; } .article-body h4 { font-size: 14px; font-weight: bold; margin: 10px 0; } .article-body h5 { font-size: 12px; font-weight: bold; margin: 10px 0; } .article-body h6 { font-size: 11px; font-weight: bold; margin: 10px 0; } .article-body > p { margin: 10px auto; padding: 0 20px; line-height: 1.9em; font-family: "Microsoft YaHei", Lato, "PingFang SC", sans-serif; font-size: 1.1em; letter-spacing: 0.015em; } .article-body img { height: auto; max-width: 100% !important; } .article-body > img { margin: 10px 0; } .article-body pre { /* margin: 10px 20px; */ border-radius: 5px; white-space: pre; word-break: break-all; } .article-body ul { margin-top: 5px; margin-left: 20px; padding-left: 0; } .article-body ul li { margin-left: 18px; list-style-type: disc; } .article-body ul ul li { list-style-type: circle; } .article-body li { margin-bottom: 0.5em; } .article-body ol { padding-left: 40px; padding-right: 20px; } .article-body ol li { list-style-type: decimal; } .article-body ol figure { margin: 10px 0 !important; } .article-body blockquote ul { margin-left: 0; } .article-body blockquote ol { padding-left: 20px; } .article-body > table { display: table !important; position: relative; overflow: hidden !important; box-sizing: border-box; width: 95% !important; max-width: 95% !important; background-color: #fff; margin: 0 auto 10px; padding: 0; color: #222; font-size: 14px; border: 1px solid #dfe3ec; border-right: 0; border-bottom: 0; border-collapse: initial !important; } .article-body > table tr { border: 0; } .article-body > table th, .article-body > table td { position: relative; display: table-cell; height: 40px; background-clip: padding-box; box-sizing: border-box; text-overflow: ellipsis; vertical-align: middle; border: 0; border-collapse: collapse; } .article-body > table th { min-width: 100px; padding: 0 18px; background-color: #eef0f6; overflow: hidden; text-align: left; border-right: 1px solid #dfe3ec; border-bottom: 1px solid #dfe3ec; } .article-body > table td { min-width: 0; padding: 0 20px; background-color: #fff; border-bottom: 1px solid #dfe3ec; border-right: 1px solid #dfe3ec; } .article-body p > code, .article-body li > code, .article-body th > code, .article-body td > code { position: relative; bottom: 1px; padding: 2px 4px; color: #d83b64; background-color: #f9f2f4; font-size: 14px; font-weight: 400; font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace !important; border: 0; border-radius: 3px; } .article-body figure { margin: 10px 20px !important; border-radius: 5px; } .suffix-end { color: #ddd; font-size: 16px; font-weight: bold; text-align: center; text-indent: 0 !important; } .suffix-box { padding: 17px; border: 1px solid hsl(220, 16%, 94%) !important; border-radius: 3px; background: hsl(220, 23%, 98%) !important; color: #414857; font-size: 14px; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; text-indent: 0; } .suffix-box-left { float: left; width: 112px; height: 112px; } .suffix-box-left img { width: 100px; height: 100px; padding: 5px; border: 1px solid #ccc; } .suffix-box-right { float: right; width: 85%; } .suffix-box-title { display: inline-block; width: 60px; text-align: center; font-weight: bold; white-space: nowrap; } /* 如果需要 y 个字两端对齐,则为 (x - y) / (y - 1),x 为对齐的最大字数 */ .word-two { letter-spacing: 2em; } .word-three { letter-spacing: 0.5em; } .article-footer { margin-top: 20px; } .article-footer .category { margin-bottom: 10px; } .article-footer .category, .article-footer .tag { color: #666; font-size: 9pt; line-height: 1.6; } .article-footer .category a, .article-footer .tag a { height: 20px; line-height: 20px; margin: 2px 5px 0 5px; padding: 3px 14px; border-radius: 12px; background: #e7e7e7; color: #333; text-decoration: none; } .article-footer .category a:link, .article-footer .category a:visited, .article-footer .category a:active, .article-footer .tag a:link, .article-footer .tag a:visited, .article-footer .tag a:active { color: #666; } .article-footer .category a:hover, .article-footer .tag a:hover { background: #21759b; color: #f5f5f5; transition: all 0.4s linear 0s; } .article-prev-next { margin: 15px 0 10px 0; font-size: 12px; line-height: 1.8; } a.prev-prefix:hover, a.next-prefix:hover { text-decoration: underline; } .article-desc { clear: both; width: 100%; margin: 0; padding-left: 0; padding-right: 5px; background: 0; color: #666; font-size: 1.4rem; font-family: "Open Sans", sans-serif; text-align: left; line-height: 2.2rem; } .article-desc a:link, .article-desc a:visited, .article-desc a:active { color: #666; } .article-desc a:hover { color: #21759b; text-decoration: none; } .article-views { font-style: normal !important; } .article-comments { margin-top: 60px; } .comments-title { color: #666; font: normal normal 16px/35px "Microsoft YaHei"; } .comments-title::after { content: ""; display: block; width: 100%; text-align: center; position: relative; bottom: 16px; left: 75px; border-bottom: 1px dashed #e9e9e9; } .comments-content { margin-top: 20px; } .veditor { background-image: url(../image/comment/valine.png) !important; background-size: 200px 140px !important; background-repeat: no-repeat !important; background-position: right bottom !important; background-color: rgba(255, 255, 255, 0) !important; resize: vertical !important; font-family: -apple-system, "SF UI Text", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; } /* Sidebar CSS */ /* #sidebar a { color: #757575; } */ /* #sidebar a:hover { color: #21759b; text-decoration: underline; } */ #sidebar h3 { font-size: 14px; } .menu-button-scroll { left: -20px !important; width: 35px !important; background: #222 !important; } .introduce-avatar img { transition: transform 1s ease-out; } .introduce-avatar img:hover { -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); transform: rotateZ(360deg); } /* Footer CSS */ .face { display: inline-block; margin: 0 5px; animation: face 5s infinite ease-in-out; } @keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } @-moz-keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } @-webkit-keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } @-o-keyframes face { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); -moz-transform: translate(0, -0.5px) rotate(-1.5deg); -ms-transform: translate(0, -0.5px) rotate(-1.5deg); -o-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); } 18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); -moz-transform: translate(0, 0.5px) rotate(-1.5deg); -ms-transform: translate(0, 0.5px) rotate(-1.5deg); -o-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); } 24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); -moz-transform: translate(0, 0.5px) rotate(1.5deg); -ms-transform: translate(0, 0.5px) rotate(1.5deg); -o-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); } 30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); -moz-transform: translate(0, 1.5px) rotate(-1.5deg); -ms-transform: translate(0, 1.5px) rotate(-1.5deg); -o-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); } 40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); -moz-transform: translate(0, 2.5px) rotate(-1.5deg); -ms-transform: translate(0, 2.5px) rotate(-1.5deg); -o-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); } 44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); -moz-transform: translate(0, -1.5px) rotate(2.5deg); -ms-transform: translate(0, -1.5px) rotate(2.5deg); -o-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); } 48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); -moz-transform: translate(0, 0.5px) rotate(0.5deg); -ms-transform: translate(0, 0.5px) rotate(0.5deg); -o-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); } 52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); -moz-transform: translate(0, -1.5px) rotate(1.5deg); -ms-transform: translate(0, -1.5px) rotate(1.5deg); -o-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); } 56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); -moz-transform: translate(0, 0.5px) rotate(2.5deg); -ms-transform: translate(0, 0.5px) rotate(2.5deg); -o-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); } 60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); -moz-transform: translate(0, 2.5px) rotate(2.5deg); -ms-transform: translate(0, 2.5px) rotate(2.5deg); -o-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); } 62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); -moz-transform: translate(0, 1.5px) rotate(-0.5deg); -ms-transform: translate(0, 1.5px) rotate(-0.5deg); -o-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); } 68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); -moz-transform: translate(0, 1.5px) rotate(0.5deg); -ms-transform: translate(0, 1.5px) rotate(0.5deg); -o-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); } 72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); -moz-transform: translate(0, 2.5px) rotate(1.5deg); -ms-transform: translate(0, 2.5px) rotate(1.5deg); -o-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); -moz-transform: translate(0, 1.5px) rotate(1.5deg); -ms-transform: translate(0, 1.5px) rotate(1.5deg); -o-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); } 82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); -moz-transform: translate(0, -0.5px) rotate(0.5deg); -ms-transform: translate(0, -0.5px) rotate(0.5deg); -o-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); } 84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); -moz-transform: translate(0, 1.5px) rotate(2.5deg); -ms-transform: translate(0, 1.5px) rotate(2.5deg); -o-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); } 86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); -moz-transform: translate(0, -1.5px) rotate(-1.5deg); -ms-transform: translate(0, -1.5px) rotate(-1.5deg); -o-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); } 88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); -moz-transform: translate(0, -0.5px) rotate(2.5deg); -ms-transform: translate(0, -0.5px) rotate(2.5deg); -o-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); } 90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); -moz-transform: translate(0, 2.5px) rotate(-0.5deg); -ms-transform: translate(0, 2.5px) rotate(-0.5deg); -o-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); } 92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); -moz-transform: translate(0, 0.5px) rotate(-0.5deg); -ms-transform: translate(0, 0.5px) rotate(-0.5deg); -o-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); } 94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); -moz-transform: translate(0, 2.5px) rotate(0.5deg); -ms-transform: translate(0, 2.5px) rotate(0.5deg); -o-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); } 96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); -moz-transform: translate(0, -0.5px) rotate(1.5deg); -ms-transform: translate(0, -0.5px) rotate(1.5deg); -o-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); } 98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); -moz-transform: translate(0, -1.5px) rotate(-0.5deg); -ms-transform: translate(0, -1.5px) rotate(-0.5deg); -o-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); } 0%, 100% { -webkit-transform: translate(0, 0) rotate(0); -moz-transform: translate(0, 0) rotate(0); -ms-transform: translate(0, 0) rotate(0); -o-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } } #footer i { margin: 0 5px; font-size: 12px !important; } /* Tools CSS */ .progressbar-top { position: fixed; top: 0; left: 0; width: 100%; z-index: 998; } .toc { display: none; position: absolute; top: 0; width: 200px; height: auto; z-index: 98; padding-top: 10px; padding-bottom: 10px; background-color: rgba(255, 255, 255, 0); font-size: 15px; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; line-height: 1.5; transform: translateX(0); } .toc-fixed { position: fixed !important; top: 0 !important; } .toc .is-active-link::before { background-color: rgb(119, 182, 255); } .wrap-right { position: fixed; right: 10px; bottom: 10px; min-width: 24px; z-index: 1; } .wrap-right i { font-size: 24px !important; font-weight: bold; text-shadow: 1px 1px 1px #eee; } .wrap-right span { display: none; position: absolute; left: -150px; width: 140px; font-size: 14px; font-weight: bold; text-align: right; } .attention, .up-down { position: relative; cursor: pointer; opacity: 0.5; filter: Alpha(opacity=50); color: #555; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; } .attention { bottom: 5px; } .attention:hover, .up-down:hover { opacity: 1; filter: Alpha(opacity=100); } .attention span { top: 2px; } .up-down span { top: 3px; } .loading { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1099; background-color: #f0f0f0; } /* Media CSS */ @media only screen and (max-width: 1200px) { .header { height: 60vh; min-height: 240px; max-height: 60vh; padding: 15% 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .header-subtitle { font-size: 3.3rem; letter-spacing: -1px; } .header-subinfo > .article-info-text, .header-subinfo > .article-info-text i { font-size: 15px; } #articleHeaderCanvas { display: none !important; } #container { width: 85%; max-width: 100vw; margin-top: 60vh; } .article-desc { font-size: 1.3rem; } } @media only screen and (max-width: 960px) { .header { height: 50vh; min-height: 240px; max-height: 50vh; padding: 15% 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } #animationSwitch { display: none; } #container { width: auto; margin-top: 50vh; } .suffix-box-right { width: 100%; } #articleHeaderCanvas, #backCanvas, .suffix-box-left { display: none !important; } } @media only screen and (max-width: 720px) { blockquote { margin: 0 10px 24px; } .header { height: 40vh; max-height: 40vh; margin-bottom: 15px; } .inner { width: auto; margin: 2rem auto; } .header-subtitle { font-size: 2.4rem; } .header-subinfo > .article-info-text, .header-subinfo > .article-info-text i { font-size: 13px; } .menu-button-open { margin: 0 !important; border: none !important; } .menu-button-scroll { left: -8px !important; width: 31px !important; background: #222 !important; } #container { margin-top: 40vh; padding-left: 5px; padding-right: 5px; box-shadow: unset; } .article-body > h1, .article-body > h2, .article-body > h3, .article-body > h4, .article-body > h5, .article-body > h6 { padding: 0 10px; } .article-body > p { line-height: 1.8em; padding: 0 10px; font-size: 1em; } .article-body pre { margin: 10px 10px; } .article-body ul { margin-left: 10px; } .article-body ol { padding-left: 30px; padding-right: 10px; } .article-body figure { margin: 10px 10px !important; } .suffix-box-right { width: 100%; } .article-desc { font-size: 12px; } #animationSwitch, #articleHeaderCanvas, #backCanvas, .suffix-box-left { display: none !important; } }
0.390708
0.062474
.htFiltersConditionsMenu:not(.htGhostTable) { display: none; position: absolute; z-index: 1070; } /* AutoColumnSize will NOT count size of filter's value box and filter's selects. These elements should always fit to another elements elbowing the table. Value box could scale, but we have two problems which were fixed by workaround: - borders declared for the `table.htCore` are also counted by `offsetWidth` (however it could be fixed by not displaying them for GhostTable) - MultipleSelectUI basing on Handsontable is built only once, so it's `wtHolder` width is counted only once. */ .htGhostTable .htUIMultipleSelectHot, .htGhostTable .htUISelect { display: none; } .htFiltersConditionsMenu .ht_clone_top, .htFiltersConditionsMenu .ht_clone_left, .htFiltersConditionsMenu .ht_clone_corner, .htFiltersConditionsMenu .ht_clone_debug { display: none; } .htFiltersConditionsMenu table.htCore { border: 1px solid #bbb; border-bottom-width: 2px; border-right-width: 2px; } .htFiltersConditionsMenu .wtBorder { visibility: hidden; } .htFiltersConditionsMenu table tbody tr td { background: white; border-width: 0; padding: 4px 6px 0 6px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .htFiltersConditionsMenu table tbody tr td:first-child { border: 0; } .htFiltersConditionsMenu table tbody tr td.htDimmed { font-style: normal; color: #323232; } .htFiltersConditionsMenu table tbody tr td.current, .htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover { background: #e9e9e9; } .htFiltersConditionsMenu table tbody tr td.htSeparator { border-top: 1px solid #e6e6e6; height: 0; padding: 0; } .htFiltersConditionsMenu table tbody tr td.htDisabled { color: #999; } .htFiltersConditionsMenu table tbody tr td.htDisabled:hover { background: #fff; color: #999; cursor: default; } .htFiltersConditionsMenu table tbody tr td .htItemWrapper { margin-left: 10px; margin-right: 10px; } .htFiltersConditionsMenu table tbody tr td div span.selected { margin-top: -2px; position: absolute; left: 4px; } .htFiltersConditionsMenu .ht_master .wtHolder { overflow: hidden; } .handsontable .htMenuFiltering { border-bottom: 1px dotted #ccc; height: 135px; overflow: hidden; } .handsontable .ht_master table td.htCustomMenuRenderer { background-color: #fff; cursor: auto; } /* Menu label */ .handsontable .htFiltersMenuLabel { font-size: 12px; } /* Component action bar */ .handsontable .htFiltersMenuActionBar { text-align: center; padding-top: 10px; padding-bottom: 3px; } /* Component filter by conditional */ .handsontable .htFiltersMenuCondition.border { border-bottom: 1px dotted #ccc !important; } .handsontable .htFiltersMenuCondition .htUIInput { padding: 0 0 5px 0; } /* Component filter by value */ .handsontable .htFiltersMenuValue { border-bottom: 1px dotted #ccc !important; } .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch { padding: 0; } .handsontable .htFiltersMenuCondition .htUIInput input, .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input { padding: 4px; box-sizing: border-box; width: 100%; } .htUIMultipleSelect .ht_master .wtHolder { overflow-y: scroll; } .handsontable .htFiltersActive .changeType { border: 1px solid #509272; color: #18804e; background-color: #d2e0d9; } .handsontable .htUISelectAll { margin-right: 10px; } .handsontable .htUIClearAll, .handsontable .htUISelectAll { display: inline-block; } .handsontable .htUIClearAll a, .handsontable .htUISelectAll a { color: #3283D8; font-size: 12px; } .handsontable .htUISelectionControls { text-align: right; } .handsontable .htCheckboxRendererInput { margin: 0 5px 0 0; vertical-align: middle; height: 1em; } /* UI elements */ /* Input */ .handsontable .htUIInput { padding: 3px 0 7px 0; position: relative; text-align: center; } .handsontable .htUIInput input { border-radius: 2px; border: 1px solid #d2d1d1; } .handsontable .htUIInput input:focus { outline: 0; } .handsontable .htUIInputIcon { position: absolute; } /* Button */ .handsontable .htUIInput.htUIButton { cursor: pointer; display: inline-block; } .handsontable .htUIInput.htUIButton input { background-color: #eee; color: #000; cursor: pointer; font-family: arial, sans-serif; font-size: 11px; font-weight: bold; height: 19px; min-width: 64px; } .handsontable .htUIInput.htUIButton input:hover { border-color: #b9b9b9; } .handsontable .htUIInput.htUIButtonOK { margin-right: 10px; } .handsontable .htUIInput.htUIButtonOK input { background-color: #0f9d58; border-color: #18804e; color: #fff; } .handsontable .htUIInput.htUIButtonOK input:hover { border-color: #1a6f46; } /* Select */ .handsontable .htUISelect { cursor: pointer; margin-bottom: 7px; position: relative; } .handsontable .htUISelectCaption { background-color: #e8e8e8; border-radius: 2px; border: 1px solid #d2d1d1; font-family: arial, sans-serif; font-size: 11px; font-weight: bold; padding: 3px 20px 3px 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .handsontable .htUISelectCaption:hover { background-color: #e8e8e8; border: 1px solid #b9b9b9; } .handsontable .htUISelectDropdown:after { content: '▲'; font-size: 7px; position: absolute; right: 10px; top: 0; } .handsontable .htUISelectDropdown:before { content: '▼'; font-size: 7px; position: absolute; right: 10px; top: 8px; } /* SelectMultiple */ .handsontable .htUIMultipleSelect .handsontable .htCore { border: none; } .handsontable .htUIMultipleSelect .handsontable .htCore td:hover { background-color: #F5F5F5; } .handsontable .htUIMultipleSelectSearch input { border-radius: 2px; border: 1px solid #d2d1d1; padding: 3px; } .handsontable .htUIRadio { display: inline-block; margin-right: 5px; height: 100%; } .handsontable .htUIRadio:last-child { margin-right: 0; } .handsontable .htUIRadio > input[type=radio] { margin-right: 0.5ex; } .handsontable .htFiltersMenuOperators { padding-bottom: 5px; }
assets/thirdparty/handsontable-pro-master/src/plugins/filters/filters.css
.htFiltersConditionsMenu:not(.htGhostTable) { display: none; position: absolute; z-index: 1070; } /* AutoColumnSize will NOT count size of filter's value box and filter's selects. These elements should always fit to another elements elbowing the table. Value box could scale, but we have two problems which were fixed by workaround: - borders declared for the `table.htCore` are also counted by `offsetWidth` (however it could be fixed by not displaying them for GhostTable) - MultipleSelectUI basing on Handsontable is built only once, so it's `wtHolder` width is counted only once. */ .htGhostTable .htUIMultipleSelectHot, .htGhostTable .htUISelect { display: none; } .htFiltersConditionsMenu .ht_clone_top, .htFiltersConditionsMenu .ht_clone_left, .htFiltersConditionsMenu .ht_clone_corner, .htFiltersConditionsMenu .ht_clone_debug { display: none; } .htFiltersConditionsMenu table.htCore { border: 1px solid #bbb; border-bottom-width: 2px; border-right-width: 2px; } .htFiltersConditionsMenu .wtBorder { visibility: hidden; } .htFiltersConditionsMenu table tbody tr td { background: white; border-width: 0; padding: 4px 6px 0 6px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .htFiltersConditionsMenu table tbody tr td:first-child { border: 0; } .htFiltersConditionsMenu table tbody tr td.htDimmed { font-style: normal; color: #323232; } .htFiltersConditionsMenu table tbody tr td.current, .htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover { background: #e9e9e9; } .htFiltersConditionsMenu table tbody tr td.htSeparator { border-top: 1px solid #e6e6e6; height: 0; padding: 0; } .htFiltersConditionsMenu table tbody tr td.htDisabled { color: #999; } .htFiltersConditionsMenu table tbody tr td.htDisabled:hover { background: #fff; color: #999; cursor: default; } .htFiltersConditionsMenu table tbody tr td .htItemWrapper { margin-left: 10px; margin-right: 10px; } .htFiltersConditionsMenu table tbody tr td div span.selected { margin-top: -2px; position: absolute; left: 4px; } .htFiltersConditionsMenu .ht_master .wtHolder { overflow: hidden; } .handsontable .htMenuFiltering { border-bottom: 1px dotted #ccc; height: 135px; overflow: hidden; } .handsontable .ht_master table td.htCustomMenuRenderer { background-color: #fff; cursor: auto; } /* Menu label */ .handsontable .htFiltersMenuLabel { font-size: 12px; } /* Component action bar */ .handsontable .htFiltersMenuActionBar { text-align: center; padding-top: 10px; padding-bottom: 3px; } /* Component filter by conditional */ .handsontable .htFiltersMenuCondition.border { border-bottom: 1px dotted #ccc !important; } .handsontable .htFiltersMenuCondition .htUIInput { padding: 0 0 5px 0; } /* Component filter by value */ .handsontable .htFiltersMenuValue { border-bottom: 1px dotted #ccc !important; } .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch { padding: 0; } .handsontable .htFiltersMenuCondition .htUIInput input, .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input { padding: 4px; box-sizing: border-box; width: 100%; } .htUIMultipleSelect .ht_master .wtHolder { overflow-y: scroll; } .handsontable .htFiltersActive .changeType { border: 1px solid #509272; color: #18804e; background-color: #d2e0d9; } .handsontable .htUISelectAll { margin-right: 10px; } .handsontable .htUIClearAll, .handsontable .htUISelectAll { display: inline-block; } .handsontable .htUIClearAll a, .handsontable .htUISelectAll a { color: #3283D8; font-size: 12px; } .handsontable .htUISelectionControls { text-align: right; } .handsontable .htCheckboxRendererInput { margin: 0 5px 0 0; vertical-align: middle; height: 1em; } /* UI elements */ /* Input */ .handsontable .htUIInput { padding: 3px 0 7px 0; position: relative; text-align: center; } .handsontable .htUIInput input { border-radius: 2px; border: 1px solid #d2d1d1; } .handsontable .htUIInput input:focus { outline: 0; } .handsontable .htUIInputIcon { position: absolute; } /* Button */ .handsontable .htUIInput.htUIButton { cursor: pointer; display: inline-block; } .handsontable .htUIInput.htUIButton input { background-color: #eee; color: #000; cursor: pointer; font-family: arial, sans-serif; font-size: 11px; font-weight: bold; height: 19px; min-width: 64px; } .handsontable .htUIInput.htUIButton input:hover { border-color: #b9b9b9; } .handsontable .htUIInput.htUIButtonOK { margin-right: 10px; } .handsontable .htUIInput.htUIButtonOK input { background-color: #0f9d58; border-color: #18804e; color: #fff; } .handsontable .htUIInput.htUIButtonOK input:hover { border-color: #1a6f46; } /* Select */ .handsontable .htUISelect { cursor: pointer; margin-bottom: 7px; position: relative; } .handsontable .htUISelectCaption { background-color: #e8e8e8; border-radius: 2px; border: 1px solid #d2d1d1; font-family: arial, sans-serif; font-size: 11px; font-weight: bold; padding: 3px 20px 3px 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .handsontable .htUISelectCaption:hover { background-color: #e8e8e8; border: 1px solid #b9b9b9; } .handsontable .htUISelectDropdown:after { content: '▲'; font-size: 7px; position: absolute; right: 10px; top: 0; } .handsontable .htUISelectDropdown:before { content: '▼'; font-size: 7px; position: absolute; right: 10px; top: 8px; } /* SelectMultiple */ .handsontable .htUIMultipleSelect .handsontable .htCore { border: none; } .handsontable .htUIMultipleSelect .handsontable .htCore td:hover { background-color: #F5F5F5; } .handsontable .htUIMultipleSelectSearch input { border-radius: 2px; border: 1px solid #d2d1d1; padding: 3px; } .handsontable .htUIRadio { display: inline-block; margin-right: 5px; height: 100%; } .handsontable .htUIRadio:last-child { margin-right: 0; } .handsontable .htUIRadio > input[type=radio] { margin-right: 0.5ex; } .handsontable .htFiltersMenuOperators { padding-bottom: 5px; }
0.479016
0.175609
#esaLogoCustom { background-image: url('../../images/esa-logo-4_3-4p.png'); left: 681px; top: 13px; width: 558px; height: 31px; } /* Logos/sponsors */ #sponsorImageAreaNormal { left: 676px; top: 57px; width: 570px; height: 162px; } /* Webcam(s) */ #webcam1 { left: 665px; top: 334px; width: 590px; height: 332px; } /* Game area(s) */ .gameCapture { width: 660px; height: 495px; } #gameCapture1 { left: 0px; top: 0px; /* This positions the finish time in this game feed. */ align-items: flex-start; /* Top of viewport. */ justify-content: flex-end; /* Right of viewport. */ } #gameCapture2 { left: 1260px; top: 0px; /* This positions the finish time in this game feed. */ align-items: flex-start; /* Top of viewport. */ justify-content: flex-start; /* Left of viewport. */ } #gameCapture3 { left: 0px; top: 500px; /* This positions the finish time in this game feed. */ align-items: flex-end; /* Bottom of viewport. */ justify-content: flex-end; /* Right of viewport. */ } #gameCapture4 { left: 1260px; top: 500px; /* This positions the finish time in this game feed. */ align-items: flex-end; /* Bottom of viewport. */ justify-content: flex-start; /* Left of viewport. */ } /* Finish timer stuff */ .finishTimeContainer img {padding-right: 5px;} #finishTimeContainer1 { font-size: 25px; height: 30px; padding: 5px 0 5px 5px; /* No padding needed where this box touches the border. */ } #finishTimeContainer2 { font-size: 25px; height: 30px; padding: 5px 5px 5px 0; /* No padding needed where this box touches the border. */ } #finishTimeContainer3 { font-size: 25px; height: 30px; padding: 5px 0 0 5px; /* No padding needed where this box touches the border. */ } #finishTimeContainer4 { font-size: 25px; height: 30px; padding: 5px 5px 0 0; /* No padding needed where this box touches the border. */ } /* Player information stuff */ .playerContainer { width: 500px; height: 45px; padding: 3px; } #playerContainer1 { left: 665px; top: 234px; } #playerContainer2 { left: 755px; top: 284px; } #playerContainer3 { left: 665px; top: 671px; } #playerContainer4 { left: 755px; top: 721px; } .playerLogo {padding-right: 13px;} /* Space between player logo on left and player name text. */ .playerText {font-size: 24px;} .playerFlag, .playerCoOp {padding-left: 3px;} /* Run information stuff */ #runInfoContainer { left: 665px; top: 855px; width: 590px; height: 140px; } #runInfoContainer #gameTitle {font-size: 29px;} #runInfoContainer #gameCategory, #runInfoContainer #gameConsole {font-size: 23px;} /* Timer stuff*/ #timerContainer { left: 665px; top: 771px; width: 590px; height: 79px; } /* Margins might need playing around with and some eyeballing to get timer text closer and still centered. */ #timerContainer #timer {font-size: 70px; margin: 15px;} #timerContainer #gameEstimate {font-size: 32px; margin: 15px;}
graphics/css/games/4_3-4p.css
#esaLogoCustom { background-image: url('../../images/esa-logo-4_3-4p.png'); left: 681px; top: 13px; width: 558px; height: 31px; } /* Logos/sponsors */ #sponsorImageAreaNormal { left: 676px; top: 57px; width: 570px; height: 162px; } /* Webcam(s) */ #webcam1 { left: 665px; top: 334px; width: 590px; height: 332px; } /* Game area(s) */ .gameCapture { width: 660px; height: 495px; } #gameCapture1 { left: 0px; top: 0px; /* This positions the finish time in this game feed. */ align-items: flex-start; /* Top of viewport. */ justify-content: flex-end; /* Right of viewport. */ } #gameCapture2 { left: 1260px; top: 0px; /* This positions the finish time in this game feed. */ align-items: flex-start; /* Top of viewport. */ justify-content: flex-start; /* Left of viewport. */ } #gameCapture3 { left: 0px; top: 500px; /* This positions the finish time in this game feed. */ align-items: flex-end; /* Bottom of viewport. */ justify-content: flex-end; /* Right of viewport. */ } #gameCapture4 { left: 1260px; top: 500px; /* This positions the finish time in this game feed. */ align-items: flex-end; /* Bottom of viewport. */ justify-content: flex-start; /* Left of viewport. */ } /* Finish timer stuff */ .finishTimeContainer img {padding-right: 5px;} #finishTimeContainer1 { font-size: 25px; height: 30px; padding: 5px 0 5px 5px; /* No padding needed where this box touches the border. */ } #finishTimeContainer2 { font-size: 25px; height: 30px; padding: 5px 5px 5px 0; /* No padding needed where this box touches the border. */ } #finishTimeContainer3 { font-size: 25px; height: 30px; padding: 5px 0 0 5px; /* No padding needed where this box touches the border. */ } #finishTimeContainer4 { font-size: 25px; height: 30px; padding: 5px 5px 0 0; /* No padding needed where this box touches the border. */ } /* Player information stuff */ .playerContainer { width: 500px; height: 45px; padding: 3px; } #playerContainer1 { left: 665px; top: 234px; } #playerContainer2 { left: 755px; top: 284px; } #playerContainer3 { left: 665px; top: 671px; } #playerContainer4 { left: 755px; top: 721px; } .playerLogo {padding-right: 13px;} /* Space between player logo on left and player name text. */ .playerText {font-size: 24px;} .playerFlag, .playerCoOp {padding-left: 3px;} /* Run information stuff */ #runInfoContainer { left: 665px; top: 855px; width: 590px; height: 140px; } #runInfoContainer #gameTitle {font-size: 29px;} #runInfoContainer #gameCategory, #runInfoContainer #gameConsole {font-size: 23px;} /* Timer stuff*/ #timerContainer { left: 665px; top: 771px; width: 590px; height: 79px; } /* Margins might need playing around with and some eyeballing to get timer text closer and still centered. */ #timerContainer #timer {font-size: 70px; margin: 15px;} #timerContainer #gameEstimate {font-size: 32px; margin: 15px;}
0.201263
0.087681
.remixui_homeIcon { /* display: block; */ width: 42px; height: 42px; cursor: pointer; } .remixui_homeIcon svg path { fill: var(--primary); } .remixui_homeIcon svg polygon { fill: var(--primary); } .remixui_icons { display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; } .remixui_icon { cursor: pointer; margin-bottom: 3px; position: 12px; width: 36px; height: 36px; padding: relative; border-radius: 8px; } .remixui_icon img { width: 28px; height: 28px; padding: 4px; filter: invert(0.5); } .remixui_image { } .remixui_icon svg { width: 28px; height: 28px; padding: 4px; } .remixui_icon[title='Settings'] { order: 5; align-self: center; bottom: 0; } .remixui_status { position: relative; bottom: 0; right: 0; left: 12px; top: -13px; } .remixui_statusCheck { font-size: 1.2em; } .remixui_statusWithBG { border-radius: 8px; background-color: var(--danger); color: var(--light); font-size: 12px; height: 15px; text-align: center; font-weight: bold; padding-left: 5px; padding-right: 5px; } .remixui_verticalIconContextcontainer { display: block; position: fixed; border-radius: 2px; z-index: 1000; box-shadow: 0 0 4px var(--dark); } .remixui_verticalIconContextcontainer:focus { outline: 0; } .remixui_liitem { padding: 2px; padding-left: 6px; cursor: pointer; color: var(--text-dark); background-color: var(--light); } .remixui_liitem:hover { background-color: var(--secondary); } .remixui_scrollbar { overflow-y: scroll; scrollbar-width: none; /* Firefox hide scrollbar */ -ms-overflow-style: none; } .remixui_scrollable-container { flex-basis: 510px; flex-grow: 2; /* border-bottom: 3px solid #3f4455; */ } .remixui_scrollbar::-webkit-scrollbar { /* Chrome, Safari and other Webkit browsers*/ display: none; } .remixui_hide-scroll { overflow-x: 'hidden'; } .remixui_default-icons-container { border-bottom: 2px solid #3f4455; } .remixui_icon-chevron { z-index: 1000; } .remixui_settings { flex-basis: 50px; } #menuitems { list-style: none; margin: 0px; }
libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css
.remixui_homeIcon { /* display: block; */ width: 42px; height: 42px; cursor: pointer; } .remixui_homeIcon svg path { fill: var(--primary); } .remixui_homeIcon svg polygon { fill: var(--primary); } .remixui_icons { display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; } .remixui_icon { cursor: pointer; margin-bottom: 3px; position: 12px; width: 36px; height: 36px; padding: relative; border-radius: 8px; } .remixui_icon img { width: 28px; height: 28px; padding: 4px; filter: invert(0.5); } .remixui_image { } .remixui_icon svg { width: 28px; height: 28px; padding: 4px; } .remixui_icon[title='Settings'] { order: 5; align-self: center; bottom: 0; } .remixui_status { position: relative; bottom: 0; right: 0; left: 12px; top: -13px; } .remixui_statusCheck { font-size: 1.2em; } .remixui_statusWithBG { border-radius: 8px; background-color: var(--danger); color: var(--light); font-size: 12px; height: 15px; text-align: center; font-weight: bold; padding-left: 5px; padding-right: 5px; } .remixui_verticalIconContextcontainer { display: block; position: fixed; border-radius: 2px; z-index: 1000; box-shadow: 0 0 4px var(--dark); } .remixui_verticalIconContextcontainer:focus { outline: 0; } .remixui_liitem { padding: 2px; padding-left: 6px; cursor: pointer; color: var(--text-dark); background-color: var(--light); } .remixui_liitem:hover { background-color: var(--secondary); } .remixui_scrollbar { overflow-y: scroll; scrollbar-width: none; /* Firefox hide scrollbar */ -ms-overflow-style: none; } .remixui_scrollable-container { flex-basis: 510px; flex-grow: 2; /* border-bottom: 3px solid #3f4455; */ } .remixui_scrollbar::-webkit-scrollbar { /* Chrome, Safari and other Webkit browsers*/ display: none; } .remixui_hide-scroll { overflow-x: 'hidden'; } .remixui_default-icons-container { border-bottom: 2px solid #3f4455; } .remixui_icon-chevron { z-index: 1000; } .remixui_settings { flex-basis: 50px; } #menuitems { list-style: none; margin: 0px; }
0.313945
0.056314
body{ font-size:14px; font-family:"Microsoft YaHei",Verdana,Arial,Helvetica,sans-serif; color:#333; display:block; background-color:#fff; margin:0px; padding:0px; } html,body{ display:block; height:100%; overflow:visible; } div,em,strong,p,span,a,input,ol,header,footer,article,aside,section,nav,table,tbody,tr,td,tbody,thead,mark,ul,li,ol,form{ margin:0px; padding:0px; vertical-align:baseline; border:0px; font:inherit; } h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; } a{ text-decoration:none; color:inherit; } img{ border:0px; } button,input{ outline:none; -webkit-appearance:none; } *{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust:100%!important; text-size-adjust:100%!important; -webkit-tap-highlight-color:rgba(0,0,0,0)!important; tap-highlight-color:rgba(0,0,0,0)!important; } /*自适应图片*/ .img-responsive{ display:block; max-width:100%; height:auto; margin:0px auto; } /*文字省略显示*/ .text-ellipsis{ display:block; overflow:hidden; -webkit-text-overflow:ellipsis; -o-text-overflow:ellipsis; text-overflow:ellipsis; word-break:break-all; white-space:nowrap; } .left{ float:left; } .right{ float:right; } /*dlm活动背景样色即默认样式*/ .dlm-bg-container{ width:6.4rem; margin:0px auto; background-color:rgba(0,0,0,1); padding-bottom:15px; } /*圆角样式*/ .border-radius-little{ -webkit-border-radius:0.15rem; -moz-border-radius:0.15rem; -ms-border-radius:0.15rem; -o-border-radius:0.15rem; border-radius:0.15rem; } /*清除paddnig-bottom*/ .padding-bottom-none{ padding-bottom:0px!important; } /*盒子样式*/ .default-c{ max-width:6.4rem; margin:0px auto; overflow:hidden; } .default-c__box{ margin:0rem 0.15rem; overflow:hidden; } /*背景颜色*/ .bg-color1{ background-color:#ebebf0; } .bg-color2{ background-color:#fff!important; } /*ul li*/ ul.normal{ overflow:hidden; list-style:none; } ul.normal li{ float:left; display:block; } ul.normal li > a{ display:inline-block; color:inherit; } /*圆角样式*/ .radius-normal{ -webkit-border-radius:0.06rem; -moz-border-radius:0.06rem; border-radius:0.06rem; } /*弹框背景颜色*/ .TK-box{ position:fixed; left:0px; top:0px; right:0px; bottom:0px; background-color:rgba(0,0,0,0.4); z-index:88; margin:0px auto; width:6.4rem; display:none; } .TK-box__wrap{ width:80%; max-width:420px; background-color:#fff; position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%); overflow:hidden; }
4/reset.css
body{ font-size:14px; font-family:"Microsoft YaHei",Verdana,Arial,Helvetica,sans-serif; color:#333; display:block; background-color:#fff; margin:0px; padding:0px; } html,body{ display:block; height:100%; overflow:visible; } div,em,strong,p,span,a,input,ol,header,footer,article,aside,section,nav,table,tbody,tr,td,tbody,thead,mark,ul,li,ol,form{ margin:0px; padding:0px; vertical-align:baseline; border:0px; font:inherit; } h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; } a{ text-decoration:none; color:inherit; } img{ border:0px; } button,input{ outline:none; -webkit-appearance:none; } *{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust:100%!important; text-size-adjust:100%!important; -webkit-tap-highlight-color:rgba(0,0,0,0)!important; tap-highlight-color:rgba(0,0,0,0)!important; } /*自适应图片*/ .img-responsive{ display:block; max-width:100%; height:auto; margin:0px auto; } /*文字省略显示*/ .text-ellipsis{ display:block; overflow:hidden; -webkit-text-overflow:ellipsis; -o-text-overflow:ellipsis; text-overflow:ellipsis; word-break:break-all; white-space:nowrap; } .left{ float:left; } .right{ float:right; } /*dlm活动背景样色即默认样式*/ .dlm-bg-container{ width:6.4rem; margin:0px auto; background-color:rgba(0,0,0,1); padding-bottom:15px; } /*圆角样式*/ .border-radius-little{ -webkit-border-radius:0.15rem; -moz-border-radius:0.15rem; -ms-border-radius:0.15rem; -o-border-radius:0.15rem; border-radius:0.15rem; } /*清除paddnig-bottom*/ .padding-bottom-none{ padding-bottom:0px!important; } /*盒子样式*/ .default-c{ max-width:6.4rem; margin:0px auto; overflow:hidden; } .default-c__box{ margin:0rem 0.15rem; overflow:hidden; } /*背景颜色*/ .bg-color1{ background-color:#ebebf0; } .bg-color2{ background-color:#fff!important; } /*ul li*/ ul.normal{ overflow:hidden; list-style:none; } ul.normal li{ float:left; display:block; } ul.normal li > a{ display:inline-block; color:inherit; } /*圆角样式*/ .radius-normal{ -webkit-border-radius:0.06rem; -moz-border-radius:0.06rem; border-radius:0.06rem; } /*弹框背景颜色*/ .TK-box{ position:fixed; left:0px; top:0px; right:0px; bottom:0px; background-color:rgba(0,0,0,0.4); z-index:88; margin:0px auto; width:6.4rem; display:none; } .TK-box__wrap{ width:80%; max-width:420px; background-color:#fff; position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%); overflow:hidden; }
0.163913
0.037964
body { min-width:200px; padding:0; margin:0; font-family:sans-serif; } * { box-sizing: border-box; } input[type=text] { border:1px solid #cccccc; margin:0.6rem 0; padding:0.2rem 0.4rem; } a { text-decoration:none; } textarea { border:1px solid #cccccc; margin:0.6rem 0; padding:0.2rem 0.4rem; } /* Top panel : #navbar, #toolbar */ .top_panel { font-size:0.9rem; display:block; background-color:#212121; color:#ffffff; z-index:1001; margin-bottom:1rem;} /* Navigation menu bar that appear at the top */ .menubar { display:inline-block; height:1.8rem; } /* height needed to avoid extra bottom border */ .menubar a:link { color:#eeeeee; text-decoration:none; } .menubar a:visited { color:#eeeeee; text-decoration:none; } .menubar ul { display:block; padding:0; margin:0; } .menubar li { display:inline; float:left; padding:0.45rem 1rem; } .menubar li:hover { background-color:#616161; cursor:default; } .menubar li ul { display:none; background-color:#212121; border:1px solid #616161; min-width:10rem; position:absolute; z-index:100; margin:0.4rem -1rem;} .menubar li ul li { display:block; float:none; color:#eeeeee; margin:0; padding:0.6rem 1rem; } .menubar li ul li:hover { cursor:pointer; } .menubar li ul li.submenu_divider { margin:0 0.4rem; padding:0; height:1px; border-bottom:1px solid #424242; } .menubar li:hover ul { display:block; } /* toolbar containing small icons for tools */ .toolbar { display:inline-block; margin-left:1rem; } .toolbar svg { fill:white; margin: 0.2rem 0.1rem; height:1.2rem; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none;} .toolbar svg:hover { fill:yellow; cursor:pointer; } .toolbar svg:active { fill:white; } .toolbar ul { display:inline-block; padding:0.2rem; margin:0; } .toolbar li { display:inline; float:left; padding:0rem 0.3rem; border:1px solid white;} /* main menu items */ .toolbar li:hover { color:red; cursor:pointer; } /* Middle panel: containing #image_panel, #leftsidebar */ .middle_panel { display:table; table-layout:fixed; width:100%; z-index:1; padding:0;} #leftsidebar { display:none; z-index:10; vertical-align:top;} #display_area { display:table-cell; width:100%; z-index:1; margin:0; padding-left:1em; vertical-align:top; } /* layers of canvas */ #image_panel { position:relative; outline:none; } #image_panel img { visibility:hidden; opacity:0; position:absolute; top:0px; left:0px; width:100%; height:100%; outline:none; } #image_panel canvas { position:absolute; top:0px; left:0px; outline:none;} #image_panel .visible { visibility:visible !important; opacity:1 !important; } #image_panel label>img { visibility:visible; opacity:1; position:relative; width:auto; height:4em; outline:none; } /* image buffer #image_panel .fadein { visibility:visible; opacity:1; transition: visibility 0s linear 0s, opacity 300ms; } #image_panel .fadeout { visibility:hidden; opacity:0; transition: visibility 0s linear 300ms, opacity 300ms; } */ /* image grid view */ #image_grid_panel { position:relative; margin:0; padding:0; width:100%; } #image_grid_panel #image_grid_toolbar { display:block; font-size:small; padding:0.5rem 0;} #image_grid_panel #image_grid_toolbar select { font-size:small; } #image_grid_panel #image_grid_toolbar .tool { display:inline; margin:0 0.5rem;} #image_grid_panel #image_grid_group_panel { font-size:small; } #image_grid_panel #image_grid_group_panel select { font-size:small; } #image_grid_panel #image_grid_group_panel .image_grid_group_toolbar { display:inline; margin-left: 2rem;} #image_grid_panel #image_grid_group_panel .image_grid_group_toolbar select { margin:0 0.2rem; padding:0; font-size:small;} #image_grid_panel #image_grid_nav { display:inline; font-size:small; padding-left:0.5rem; margin-top:0.2rem; } #image_grid_panel #image_grid_nav span { margin: 0 0.2rem; } #image_grid_panel #image_grid_content { position:relative; overflow:hidden; margin:0; padding:0; outline:none; } #image_grid_panel #image_grid_content #image_grid_content_img img { margin:0.3em; padding:0; border:0.2em solid #ffffff; outline:0.1em solid #0066ff;} #image_grid_panel #image_grid_content #image_grid_content_img .not_sel { opacity:0.6; outline:none; } #image_grid_panel #image_grid_content #image_grid_content_img { position:absolute; top:0; left:0; width:100%; height:100%; } #image_grid_panel #image_grid_content #image_grid_content_rshape { position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; } #image_grid_panel #image_grid_content img { float:left; margin:0; } #leftsidebar_collapse_panel { display:none; position:relative; z-index:10; vertical-align:top; } #leftsidebar_show_button { font-size:large; margin-left:0.1rem; } #leftsidebar_show_button:hover { color:red; cursor: pointer; } /* Left sidebar accordion */ button.leftsidebar_accordion { font-size:large; background-color:#f2f2f2; cursor:pointer; padding:0.5em 0.5em; width:100%; text-align:left; border:0; outline:none; } button.leftsidebar_accordion:focus { outline: none; } button.leftsidebar_accordion.active, button.leftsidebar_accordion:hover { background-color: #e6e6e6; } button.leftsidebar_accordion:after { content:'\02795'; color:#4d4d4d; float:right; } button.leftsidebar_accordion.active:after { content: '\2796'; } .leftsidebar_accordion_panel { display:none; padding:0 0.5em; font-size:small; border-right:2px solid #f2f2f2; border-bottom:2px solid #f2f2f2; } .leftsidebar_accordion_panel.show { display:block; } /* Keyboard shortcut panel */ .leftsidebar_accordion_panel table { border-collapse:collapse; } .leftsidebar_accordion_panel td { border:1px solid #f2f2f2; padding:0.2rem 0.4rem; } /* buttons */ .button_panel { display:inline-block; width:100%; margin:0.2rem 0; } .button_panel .text_button, .text_button { color: #0000ff; padding: 0.2rem 0.2rem; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; } .button_panel .flush_right { float:right; } .button_panel .text_button:hover, .text_button:hover { cursor:pointer; } .button_panel .text_button:active, .text_button:active { color: #000000; } .button_panel .active { border-bottom:1px solid black; } .button_panel .button { display:inline-block; padding:0.35rem 0.5rem; margin:0 0.05rem; cursor:pointer; background-color:#cccccc; border-radius:0.2rem; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; } .button_panel .button:hover { background-color:black; color:white; } /* Attributes properties: name, description, type, ... */ #attribute_properties { display:table; width:100%; border-collapse:collapse; margin:1rem 0; border:1px solid #cccccc; } #attribute_properties .property { display:table-row;} #attribute_properties .property span { display:table-cell; padding: 0.2rem 0.4rem; } #attribute_properties .property span input { width: 100%; border:1px solid #cccccc; margin: 0;} #attribute_properties .property span input:focus { border:1px solid black; } #attribute_properties .property span select { width: 100%; border:1px solid #cccccc; margin: 0;} /* Attributes options: options for attribute type={checkbox,radio,...} */ #attribute_options { display:table; width:100%; border-collapse:collapse; margin:1rem 0; border:1px solid #cccccc; table-layout:fixed; } #attribute_options .new_option_id_entry { display:inline-block; padding:1rem 0.2rem; } #attribute_options .new_option_id_entry input {border:none; border-bottom:1px solid #cccccc; margin: 0; font-size: 0.8rem;} #attribute_options .property { display:table-row;} #attribute_options .property span { display:table-cell; padding: 0.2rem 0.2rem; font-weight:bold; } #attribute_options .property input { display:table-cell; width:94%; border:none; border-bottom:1px solid #cccccc; margin: 0; font-size: 0.8rem;} #attribute_options .property input:focus { border-bottom:1px solid #000000; background-color:#f2f2f2; color:#000000; } #attribute_options .property span input[type=checkbox] { vertical-align:middle; } #attribute_options .property span input[type=radio] { vertical-align:middle; } /* overlay panel used to gather user inputs before invoking a function using invoke_with_user_inputs() */ #user_input_panel { position:fixed; display:none; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background-color: rgba(0,0,0,0.6); z-index:1002; } #user_input_panel .content { position:fixed; background-color:white; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); padding:2rem 4rem;} #user_input_panel .content .title { font-size:large; font-weight:bold; } #user_input_panel .content .user_inputs { display:table; width:100%; border-collapse:collapse;} #user_input_panel .content .user_inputs .row { display:table-row; } #user_input_panel .content .user_inputs .cell { display:table-cell; padding:1rem 0.5rem; vertical-align:middle; border:1px solid #f2f2f2; } #user_input_panel .content .user_confirm { display:table; width:100%; text-align:center; margin:2rem 0;} #user_input_panel .content .user_confirm .ok { display:table-cell; width:48%; } #user_input_panel .content .user_confirm .cancel { display:table-cell; width:48%; } #user_input_panel .content .warning { color:red; } /* Attribute editor */ #annotation_editor_panel { position:fixed; display:none; width:100%; left:0; bottom:0; background-color:white; border-top:2px solid #cccccc; padding:0.2em 1em; overflow:auto; z-index:1001; box-shadow: 0 0 1em #cccccc;} #annotation_editor { display:table; margin-bottom:3em; border-collapse:collapse; font-size:inherit; position: absolute; background-color:white; } #annotation_editor .row { display:table-row; } #annotation_editor .highlight .col { background-color:#e6e6e6;} #annotation_editor .col { display:table-cell; padding:0.4em 0.6em; border:1px solid #000000; vertical-align:middle; font-size:inherit; } #annotation_editor .header { font-weight:bold; } #annotation_editor .id { font-weight:bold; } #annotation_editor .col input[type=checkbox] { vertical-align:middle; } #annotation_editor .col input[type=radio] { vertical-align:middle; font-size:inherit; } #annotation_editor .col label { vertical-align:middle; font-size:inherit; } #annotation_editor .col textarea { border:0.1em solid #cccccc; padding:0; margin:0; font-size:inherit; background-color:#ffffff; } #annotation_editor .col textarea:focus { border:0.1em dashed #cccccc; } #annotation_editor .col span { display:block; } #annotation_editor .col horizontal_container { display:inline-block; } #annotation_editor .col .img_options { display:inline; } #annotation_editor .col .img_options .imrow { display:block; } #annotation_editor .col .img_options span { display:inline-block; margin: 0.2rem 0.4rem;} #annotation_editor .col .img_options span img { height:4em; } #annotation_editor .col .img_options p { margin:0; padding:0; font-size:inherit; } #annotation_editor .col .img_options input[type=radio] { display:none; } #annotation_editor .col .img_options input[type=radio] + label { display:block; cursor:pointer; text-align:center;} #annotation_editor .col .img_options input[type=radio]:checked + label { border: 0.1em solid black; background-color:#cccccc; cursor:default; font-size:inherit; } #project_info_panel { display:table; border-collapse:collapse; font-size:0.8rem; } #project_info_panel .row { display:table-row; } #project_info_panel .col { display:table-cell; padding:0.4rem 0.1rem; border:none; } #project_info_panel .col input[type=text] { font-size:0.8rem; border:none; border-bottom:1px solid #cccccc; margin: 0; width:100%;} #project_info_panel .col input:focus { border-bottom:1px solid #000000; background-color:#f2f2f2; color:#000000; } /* Region shape selection panel inside leftsidebar */ ul.region_shape { font-size:xx-large; list-style-type:none; overflow:hidden; padding:0.4em 0; margin:0; } ul.region_shape li { float:left; padding:0 0.2em; fill:#ffffff; stroke:#000000; } ul.region_shape li:hover { cursor:pointer; fill:#ffffff; stroke:#ff0000; } ul.region_shape .selected { fill:#ffffff; stroke:#ff0000; } /* cursor coordinates inside region shape selection panel in leftsidebar */ #region_info { font-size:0.8em; margin-bottom:0.4em; } /* Loaded image list shown in leftsidebar panel */ #img_fn_list { display:none; font-size:small; overflow:scroll; min-height:10rem; max-height:25rem; } #img_fn_list ul { position:relative; line-height:1.3em; margin:0; padding:0; list-style-type:none;} #img_fn_list li { white-space:nowrap; display:block; padding:0 0.4rem; } #img_fn_list li:hover { background-color:#d5e5ff; cursor:pointer; } #img_fn_list .error { color:red; } #img_fn_list .sel { border-left:0.2rem solid black !important; font-weight:bold; } #img_fn_list .buffered { border-left:0.2rem solid #cccccc; } #message_panel { display:block; width:100%; position:fixed; bottom:0px; z-index:9999; text-align:center; } #message_panel .content { display:inline; margin:auto; background-color:#000000; color:#ffff00; font-size:small; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2rem; padding: 0.5rem 2rem;} .text_panel { display:none; margin:auto; font-size:medium; line-height:1.3em; margin: 0; max-width:700px; } .text_panel li { margin:1em 0; text-align:left; } .text_panel p { text-align:left; } .svg_button:hover { cursor:pointer; } /* Loading spinbar */ .loading_spinbox { display:inline-block; border:0.4em solid #cccccc; border-radius:50%; border-top:0.4em solid black; border-bottom:0.4em solid black;-webkit-animation:spin 2s linear infinite; animation:spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #invisible_file_input { width:0.1px; height:0.1px; opacity:0; overflow:hidden; position:absolute; z-index:-1; } .display_none { display:none !important; } .display_block { display:block !important; } /* project settings */ #settings_panel { font-size:1rem; border-collapse:collapse; width:95%; } #settings_panel a { border: 1px solid #f2f2f2; } #settings_panel .row { display:table-row; border-bottom:1px solid #f2f2f2; } #settings_panel .variable { display:table-cell; width:60%; padding:0.5rem 0.5rem; } #settings_panel .variable div { display:block; } #settings_panel .variable .name { } #settings_panel .variable .desc { font-size:0.7em; color:#808080; padding:0.2rem 0rem; } #settings_panel .value { display:table-cell; vertical-align:middle; padding-left:1rem; } /* page {about, help, file not found, etc.} */ .display_area_content { } /* this class is used to clear the display area content */ .narrow_page_content li { font-size:0.9rem; margin: 0.4rem 0; } .narrow_page_content { width:60%; } .force_small_font { font-size:small !important; } .key { font-family:monospace; padding:1px 6px; background:linear-gradient(to bottom,#f0f0f0,#fcfcfc);; border:1px solid #e0e0e0; white-space:nowrap; color:#303030; border-bottom-width:2px; border-radius:3px; font-size:1.2em; }
via-2.x.y/src/via.css
body { min-width:200px; padding:0; margin:0; font-family:sans-serif; } * { box-sizing: border-box; } input[type=text] { border:1px solid #cccccc; margin:0.6rem 0; padding:0.2rem 0.4rem; } a { text-decoration:none; } textarea { border:1px solid #cccccc; margin:0.6rem 0; padding:0.2rem 0.4rem; } /* Top panel : #navbar, #toolbar */ .top_panel { font-size:0.9rem; display:block; background-color:#212121; color:#ffffff; z-index:1001; margin-bottom:1rem;} /* Navigation menu bar that appear at the top */ .menubar { display:inline-block; height:1.8rem; } /* height needed to avoid extra bottom border */ .menubar a:link { color:#eeeeee; text-decoration:none; } .menubar a:visited { color:#eeeeee; text-decoration:none; } .menubar ul { display:block; padding:0; margin:0; } .menubar li { display:inline; float:left; padding:0.45rem 1rem; } .menubar li:hover { background-color:#616161; cursor:default; } .menubar li ul { display:none; background-color:#212121; border:1px solid #616161; min-width:10rem; position:absolute; z-index:100; margin:0.4rem -1rem;} .menubar li ul li { display:block; float:none; color:#eeeeee; margin:0; padding:0.6rem 1rem; } .menubar li ul li:hover { cursor:pointer; } .menubar li ul li.submenu_divider { margin:0 0.4rem; padding:0; height:1px; border-bottom:1px solid #424242; } .menubar li:hover ul { display:block; } /* toolbar containing small icons for tools */ .toolbar { display:inline-block; margin-left:1rem; } .toolbar svg { fill:white; margin: 0.2rem 0.1rem; height:1.2rem; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none;} .toolbar svg:hover { fill:yellow; cursor:pointer; } .toolbar svg:active { fill:white; } .toolbar ul { display:inline-block; padding:0.2rem; margin:0; } .toolbar li { display:inline; float:left; padding:0rem 0.3rem; border:1px solid white;} /* main menu items */ .toolbar li:hover { color:red; cursor:pointer; } /* Middle panel: containing #image_panel, #leftsidebar */ .middle_panel { display:table; table-layout:fixed; width:100%; z-index:1; padding:0;} #leftsidebar { display:none; z-index:10; vertical-align:top;} #display_area { display:table-cell; width:100%; z-index:1; margin:0; padding-left:1em; vertical-align:top; } /* layers of canvas */ #image_panel { position:relative; outline:none; } #image_panel img { visibility:hidden; opacity:0; position:absolute; top:0px; left:0px; width:100%; height:100%; outline:none; } #image_panel canvas { position:absolute; top:0px; left:0px; outline:none;} #image_panel .visible { visibility:visible !important; opacity:1 !important; } #image_panel label>img { visibility:visible; opacity:1; position:relative; width:auto; height:4em; outline:none; } /* image buffer #image_panel .fadein { visibility:visible; opacity:1; transition: visibility 0s linear 0s, opacity 300ms; } #image_panel .fadeout { visibility:hidden; opacity:0; transition: visibility 0s linear 300ms, opacity 300ms; } */ /* image grid view */ #image_grid_panel { position:relative; margin:0; padding:0; width:100%; } #image_grid_panel #image_grid_toolbar { display:block; font-size:small; padding:0.5rem 0;} #image_grid_panel #image_grid_toolbar select { font-size:small; } #image_grid_panel #image_grid_toolbar .tool { display:inline; margin:0 0.5rem;} #image_grid_panel #image_grid_group_panel { font-size:small; } #image_grid_panel #image_grid_group_panel select { font-size:small; } #image_grid_panel #image_grid_group_panel .image_grid_group_toolbar { display:inline; margin-left: 2rem;} #image_grid_panel #image_grid_group_panel .image_grid_group_toolbar select { margin:0 0.2rem; padding:0; font-size:small;} #image_grid_panel #image_grid_nav { display:inline; font-size:small; padding-left:0.5rem; margin-top:0.2rem; } #image_grid_panel #image_grid_nav span { margin: 0 0.2rem; } #image_grid_panel #image_grid_content { position:relative; overflow:hidden; margin:0; padding:0; outline:none; } #image_grid_panel #image_grid_content #image_grid_content_img img { margin:0.3em; padding:0; border:0.2em solid #ffffff; outline:0.1em solid #0066ff;} #image_grid_panel #image_grid_content #image_grid_content_img .not_sel { opacity:0.6; outline:none; } #image_grid_panel #image_grid_content #image_grid_content_img { position:absolute; top:0; left:0; width:100%; height:100%; } #image_grid_panel #image_grid_content #image_grid_content_rshape { position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; } #image_grid_panel #image_grid_content img { float:left; margin:0; } #leftsidebar_collapse_panel { display:none; position:relative; z-index:10; vertical-align:top; } #leftsidebar_show_button { font-size:large; margin-left:0.1rem; } #leftsidebar_show_button:hover { color:red; cursor: pointer; } /* Left sidebar accordion */ button.leftsidebar_accordion { font-size:large; background-color:#f2f2f2; cursor:pointer; padding:0.5em 0.5em; width:100%; text-align:left; border:0; outline:none; } button.leftsidebar_accordion:focus { outline: none; } button.leftsidebar_accordion.active, button.leftsidebar_accordion:hover { background-color: #e6e6e6; } button.leftsidebar_accordion:after { content:'\02795'; color:#4d4d4d; float:right; } button.leftsidebar_accordion.active:after { content: '\2796'; } .leftsidebar_accordion_panel { display:none; padding:0 0.5em; font-size:small; border-right:2px solid #f2f2f2; border-bottom:2px solid #f2f2f2; } .leftsidebar_accordion_panel.show { display:block; } /* Keyboard shortcut panel */ .leftsidebar_accordion_panel table { border-collapse:collapse; } .leftsidebar_accordion_panel td { border:1px solid #f2f2f2; padding:0.2rem 0.4rem; } /* buttons */ .button_panel { display:inline-block; width:100%; margin:0.2rem 0; } .button_panel .text_button, .text_button { color: #0000ff; padding: 0.2rem 0.2rem; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; } .button_panel .flush_right { float:right; } .button_panel .text_button:hover, .text_button:hover { cursor:pointer; } .button_panel .text_button:active, .text_button:active { color: #000000; } .button_panel .active { border-bottom:1px solid black; } .button_panel .button { display:inline-block; padding:0.35rem 0.5rem; margin:0 0.05rem; cursor:pointer; background-color:#cccccc; border-radius:0.2rem; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; } .button_panel .button:hover { background-color:black; color:white; } /* Attributes properties: name, description, type, ... */ #attribute_properties { display:table; width:100%; border-collapse:collapse; margin:1rem 0; border:1px solid #cccccc; } #attribute_properties .property { display:table-row;} #attribute_properties .property span { display:table-cell; padding: 0.2rem 0.4rem; } #attribute_properties .property span input { width: 100%; border:1px solid #cccccc; margin: 0;} #attribute_properties .property span input:focus { border:1px solid black; } #attribute_properties .property span select { width: 100%; border:1px solid #cccccc; margin: 0;} /* Attributes options: options for attribute type={checkbox,radio,...} */ #attribute_options { display:table; width:100%; border-collapse:collapse; margin:1rem 0; border:1px solid #cccccc; table-layout:fixed; } #attribute_options .new_option_id_entry { display:inline-block; padding:1rem 0.2rem; } #attribute_options .new_option_id_entry input {border:none; border-bottom:1px solid #cccccc; margin: 0; font-size: 0.8rem;} #attribute_options .property { display:table-row;} #attribute_options .property span { display:table-cell; padding: 0.2rem 0.2rem; font-weight:bold; } #attribute_options .property input { display:table-cell; width:94%; border:none; border-bottom:1px solid #cccccc; margin: 0; font-size: 0.8rem;} #attribute_options .property input:focus { border-bottom:1px solid #000000; background-color:#f2f2f2; color:#000000; } #attribute_options .property span input[type=checkbox] { vertical-align:middle; } #attribute_options .property span input[type=radio] { vertical-align:middle; } /* overlay panel used to gather user inputs before invoking a function using invoke_with_user_inputs() */ #user_input_panel { position:fixed; display:none; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background-color: rgba(0,0,0,0.6); z-index:1002; } #user_input_panel .content { position:fixed; background-color:white; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); padding:2rem 4rem;} #user_input_panel .content .title { font-size:large; font-weight:bold; } #user_input_panel .content .user_inputs { display:table; width:100%; border-collapse:collapse;} #user_input_panel .content .user_inputs .row { display:table-row; } #user_input_panel .content .user_inputs .cell { display:table-cell; padding:1rem 0.5rem; vertical-align:middle; border:1px solid #f2f2f2; } #user_input_panel .content .user_confirm { display:table; width:100%; text-align:center; margin:2rem 0;} #user_input_panel .content .user_confirm .ok { display:table-cell; width:48%; } #user_input_panel .content .user_confirm .cancel { display:table-cell; width:48%; } #user_input_panel .content .warning { color:red; } /* Attribute editor */ #annotation_editor_panel { position:fixed; display:none; width:100%; left:0; bottom:0; background-color:white; border-top:2px solid #cccccc; padding:0.2em 1em; overflow:auto; z-index:1001; box-shadow: 0 0 1em #cccccc;} #annotation_editor { display:table; margin-bottom:3em; border-collapse:collapse; font-size:inherit; position: absolute; background-color:white; } #annotation_editor .row { display:table-row; } #annotation_editor .highlight .col { background-color:#e6e6e6;} #annotation_editor .col { display:table-cell; padding:0.4em 0.6em; border:1px solid #000000; vertical-align:middle; font-size:inherit; } #annotation_editor .header { font-weight:bold; } #annotation_editor .id { font-weight:bold; } #annotation_editor .col input[type=checkbox] { vertical-align:middle; } #annotation_editor .col input[type=radio] { vertical-align:middle; font-size:inherit; } #annotation_editor .col label { vertical-align:middle; font-size:inherit; } #annotation_editor .col textarea { border:0.1em solid #cccccc; padding:0; margin:0; font-size:inherit; background-color:#ffffff; } #annotation_editor .col textarea:focus { border:0.1em dashed #cccccc; } #annotation_editor .col span { display:block; } #annotation_editor .col horizontal_container { display:inline-block; } #annotation_editor .col .img_options { display:inline; } #annotation_editor .col .img_options .imrow { display:block; } #annotation_editor .col .img_options span { display:inline-block; margin: 0.2rem 0.4rem;} #annotation_editor .col .img_options span img { height:4em; } #annotation_editor .col .img_options p { margin:0; padding:0; font-size:inherit; } #annotation_editor .col .img_options input[type=radio] { display:none; } #annotation_editor .col .img_options input[type=radio] + label { display:block; cursor:pointer; text-align:center;} #annotation_editor .col .img_options input[type=radio]:checked + label { border: 0.1em solid black; background-color:#cccccc; cursor:default; font-size:inherit; } #project_info_panel { display:table; border-collapse:collapse; font-size:0.8rem; } #project_info_panel .row { display:table-row; } #project_info_panel .col { display:table-cell; padding:0.4rem 0.1rem; border:none; } #project_info_panel .col input[type=text] { font-size:0.8rem; border:none; border-bottom:1px solid #cccccc; margin: 0; width:100%;} #project_info_panel .col input:focus { border-bottom:1px solid #000000; background-color:#f2f2f2; color:#000000; } /* Region shape selection panel inside leftsidebar */ ul.region_shape { font-size:xx-large; list-style-type:none; overflow:hidden; padding:0.4em 0; margin:0; } ul.region_shape li { float:left; padding:0 0.2em; fill:#ffffff; stroke:#000000; } ul.region_shape li:hover { cursor:pointer; fill:#ffffff; stroke:#ff0000; } ul.region_shape .selected { fill:#ffffff; stroke:#ff0000; } /* cursor coordinates inside region shape selection panel in leftsidebar */ #region_info { font-size:0.8em; margin-bottom:0.4em; } /* Loaded image list shown in leftsidebar panel */ #img_fn_list { display:none; font-size:small; overflow:scroll; min-height:10rem; max-height:25rem; } #img_fn_list ul { position:relative; line-height:1.3em; margin:0; padding:0; list-style-type:none;} #img_fn_list li { white-space:nowrap; display:block; padding:0 0.4rem; } #img_fn_list li:hover { background-color:#d5e5ff; cursor:pointer; } #img_fn_list .error { color:red; } #img_fn_list .sel { border-left:0.2rem solid black !important; font-weight:bold; } #img_fn_list .buffered { border-left:0.2rem solid #cccccc; } #message_panel { display:block; width:100%; position:fixed; bottom:0px; z-index:9999; text-align:center; } #message_panel .content { display:inline; margin:auto; background-color:#000000; color:#ffff00; font-size:small; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2rem; padding: 0.5rem 2rem;} .text_panel { display:none; margin:auto; font-size:medium; line-height:1.3em; margin: 0; max-width:700px; } .text_panel li { margin:1em 0; text-align:left; } .text_panel p { text-align:left; } .svg_button:hover { cursor:pointer; } /* Loading spinbar */ .loading_spinbox { display:inline-block; border:0.4em solid #cccccc; border-radius:50%; border-top:0.4em solid black; border-bottom:0.4em solid black;-webkit-animation:spin 2s linear infinite; animation:spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #invisible_file_input { width:0.1px; height:0.1px; opacity:0; overflow:hidden; position:absolute; z-index:-1; } .display_none { display:none !important; } .display_block { display:block !important; } /* project settings */ #settings_panel { font-size:1rem; border-collapse:collapse; width:95%; } #settings_panel a { border: 1px solid #f2f2f2; } #settings_panel .row { display:table-row; border-bottom:1px solid #f2f2f2; } #settings_panel .variable { display:table-cell; width:60%; padding:0.5rem 0.5rem; } #settings_panel .variable div { display:block; } #settings_panel .variable .name { } #settings_panel .variable .desc { font-size:0.7em; color:#808080; padding:0.2rem 0rem; } #settings_panel .value { display:table-cell; vertical-align:middle; padding-left:1rem; } /* page {about, help, file not found, etc.} */ .display_area_content { } /* this class is used to clear the display area content */ .narrow_page_content li { font-size:0.9rem; margin: 0.4rem 0; } .narrow_page_content { width:60%; } .force_small_font { font-size:small !important; } .key { font-family:monospace; padding:1px 6px; background:linear-gradient(to bottom,#f0f0f0,#fcfcfc);; border:1px solid #e0e0e0; white-space:nowrap; color:#303030; border-bottom-width:2px; border-radius:3px; font-size:1.2em; }
0.415373
0.089733
.gel-canon { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } @media (min-width: 20em) { .gel-canon { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } @media (min-width: 37.5em) { .gel-canon { font-size: 52px; font-size: 3.25rem; line-height: 56px; line-height: 3.5rem; } .no-touch .gel-canon { font-size: 44px; font-size: 2.75rem; line-height: 48px; line-height: 3rem; } } .gel-canon-bold { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-canon-bold, .b-reith-serif-loaded .gel-canon-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-canon-bold { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } @media (min-width: 37.5em) { .gel-canon-bold { font-size: 52px; font-size: 3.25rem; line-height: 56px; line-height: 3.5rem; } .no-touch .gel-canon-bold { font-size: 44px; font-size: 2.75rem; line-height: 48px; line-height: 3rem; } } .gel-trafalgar { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; } @media (min-width: 20em) { .gel-trafalgar { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } @media (min-width: 37.5em) { .gel-trafalgar { font-size: 36px; font-size: 2.25rem; line-height: 40px; line-height: 2.5rem; } .no-touch .gel-trafalgar { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } .gel-trafalgar-bold { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-trafalgar-bold, .b-reith-serif-loaded .gel-trafalgar-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-trafalgar-bold { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } @media (min-width: 37.5em) { .gel-trafalgar-bold { font-size: 36px; font-size: 2.25rem; line-height: 40px; line-height: 2.5rem; } .no-touch .gel-trafalgar-bold { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } .gel-paragon { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; } @media (min-width: 20em) { .gel-paragon { font-size: 22px; font-size: 1.375rem; line-height: 26px; line-height: 1.625rem; } } @media (min-width: 37.5em) { .gel-paragon { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } .no-touch .gel-paragon { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } } .gel-paragon-bold { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-paragon-bold, .b-reith-serif-loaded .gel-paragon-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-paragon-bold { font-size: 22px; font-size: 1.375rem; line-height: 26px; line-height: 1.625rem; } } @media (min-width: 37.5em) { .gel-paragon-bold { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } .no-touch .gel-paragon-bold { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } } .gel-double-pica { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; } @media (min-width: 37.5em) { .gel-double-pica { font-size: 26px; font-size: 1.625rem; line-height: 30px; line-height: 1.875rem; } .no-touch .gel-double-pica { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } .gel-double-pica-bold { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-double-pica-bold, .b-reith-serif-loaded .gel-double-pica-bold { letter-spacing: normal; } @media (min-width: 37.5em) { .gel-double-pica-bold { font-size: 26px; font-size: 1.625rem; line-height: 30px; line-height: 1.875rem; } .no-touch .gel-double-pica-bold { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } .gel-great-primer { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; } @media (min-width: 37.5em) { .gel-great-primer { font-size: 21px; font-size: 1.3125rem; line-height: 24px; line-height: 1.5rem; } .no-touch .gel-great-primer { font-size: 20px; font-size: 1.25rem; } } .gel-great-primer-bold { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; font-weight: bold; } @media (min-width: 20em) { .gel-great-primer-bold { letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-great-primer-bold, .b-reith-serif-loaded .gel-great-primer-bold { letter-spacing: normal; } } @media (min-width: 37.5em) { .gel-great-primer-bold { font-size: 21px; font-size: 1.3125rem; line-height: 24px; line-height: 1.5rem; } .no-touch .gel-great-primer-bold { font-size: 20px; font-size: 1.25rem; } } .gel-pica { font-size: 15px; font-size: 0.9375rem; line-height: 20px; line-height: 1.25rem; } @media (min-width: 20em) { .gel-pica { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } @media (min-width: 37.5em) { .gel-pica { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; } .no-touch .gel-pica { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } .gel-pica-bold { font-size: 15px; font-size: 0.9375rem; line-height: 20px; line-height: 1.25rem; font-weight: bold; } @media (min-width: 20em) { .gel-pica-bold { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } @media (min-width: 37.5em) { .gel-pica-bold { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; } .no-touch .gel-pica-bold { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } .gel-long-primer { font-size: 15px; font-size: 0.9375rem; line-height: 18px; line-height: 1.125rem; } @media (min-width: 37.5em) { .gel-long-primer { line-height: 20px; line-height: 1.25rem; } .no-touch .gel-long-primer { font-size: 14px; font-size: 0.875rem; line-height: 18px; line-height: 1.125rem; } } .gel-long-primer-bold { font-size: 15px; font-size: 0.9375rem; line-height: 18px; line-height: 1.125rem; font-weight: bold; } @media (min-width: 37.5em) { .gel-long-primer-bold { line-height: 20px; line-height: 1.25rem; } .no-touch .gel-long-primer-bold { font-size: 14px; font-size: 0.875rem; line-height: 18px; line-height: 1.125rem; } } .gel-brevier { font-size: 14px; font-size: 0.875rem; line-height: 16px; line-height: 1rem; } @media (min-width: 20em) { .gel-brevier { line-height: 18px; line-height: 1.125rem; } } @media (min-width: 37.5em) { .no-touch .gel-brevier { font-size: 13px; font-size: 0.8125rem; line-height: 16px; line-height: 1rem; } } .gel-brevier-bold { font-size: 14px; font-size: 0.875rem; line-height: 16px; line-height: 1rem; font-weight: bold; } @media (min-width: 20em) { .gel-brevier-bold { line-height: 18px; line-height: 1.125rem; } } @media (min-width: 37.5em) { .no-touch .gel-brevier-bold { font-size: 13px; font-size: 0.8125rem; line-height: 16px; line-height: 1rem; } } .gel-minion { font-size: 12px; font-size: 0.75rem; line-height: 16px; line-height: 1rem; text-transform: uppercase; } @media (min-width: 37.5em) { .gel-minion { font-size: 13px; font-size: 0.8125rem; } .no-touch .gel-minion { font-size: 12px; font-size: 0.75rem; } } .gel-minion-bold { font-size: 12px; font-size: 0.75rem; line-height: 16px; line-height: 1rem; text-transform: uppercase; font-weight: bold; } @media (min-width: 37.5em) { .gel-minion-bold { font-size: 13px; font-size: 0.8125rem; } .no-touch .gel-minion-bold { font-size: 12px; font-size: 0.75rem; } } .gel-body-copy { font-size: 15px; font-size: 0.9375rem; line-height: 20px; line-height: 1.25rem; } @media (min-width: 20em) { .gel-body-copy { font-size: 16px; font-size: 1rem; line-height: 22px; line-height: 1.375rem; } } @media (min-width: 37.5em) { .gel-body-copy { font-size: 18px; font-size: 1.125rem; line-height: 24px; line-height: 1.5rem; } .no-touch .gel-body-copy { font-size: 16px; font-size: 1rem; line-height: 22px; line-height: 1.375rem; } } .gel-atlas { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; } @media (min-width: 20em) { .gel-atlas { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } @media (min-width: 37.5em) { .gel-atlas { font-size: 192px; font-size: 12rem; line-height: 208px; line-height: 13rem; } .no-touch .gel-atlas { font-size: 140px; font-size: 8.75rem; line-height: 148px; line-height: 9.25rem; } } .gel-atlas-bold { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-atlas-bold, .b-reith-serif-loaded .gel-atlas-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-atlas-bold { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } @media (min-width: 37.5em) { .gel-atlas-bold { font-size: 192px; font-size: 12rem; line-height: 208px; line-height: 13rem; } .no-touch .gel-atlas-bold { font-size: 140px; font-size: 8.75rem; line-height: 148px; line-height: 9.25rem; } } .gel-elephant { font-size: 60px; font-size: 3.75rem; line-height: 64px; line-height: 4rem; } @media (min-width: 20em) { .gel-elephant { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; } } @media (min-width: 37.5em) { .gel-elephant { font-size: 156px; font-size: 9.75rem; line-height: 170px; line-height: 10.625rem; } .no-touch .gel-elephant { font-size: 116px; font-size: 7.25rem; line-height: 124px; line-height: 7.75rem; } } .gel-elephant-bold { font-size: 60px; font-size: 3.75rem; line-height: 64px; line-height: 4rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-elephant-bold, .b-reith-serif-loaded .gel-elephant-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-elephant-bold { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; } } @media (min-width: 37.5em) { .gel-elephant-bold { font-size: 156px; font-size: 9.75rem; line-height: 170px; line-height: 10.625rem; } .no-touch .gel-elephant-bold { font-size: 116px; font-size: 7.25rem; line-height: 124px; line-height: 7.75rem; } } .gel-imperial { font-size: 50px; font-size: 3.125rem; line-height: 54px; line-height: 3.375rem; } @media (min-width: 20em) { .gel-imperial { font-size: 64px; font-size: 4rem; line-height: 72px; line-height: 4.5rem; } } @media (min-width: 37.5em) { .gel-imperial { font-size: 124px; font-size: 7.75rem; line-height: 136px; line-height: 8.5rem; } .no-touch .gel-imperial { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } .gel-imperial-bold { font-size: 50px; font-size: 3.125rem; line-height: 54px; line-height: 3.375rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-imperial-bold, .b-reith-serif-loaded .gel-imperial-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-imperial-bold { font-size: 64px; font-size: 4rem; line-height: 72px; line-height: 4.5rem; } } @media (min-width: 37.5em) { .gel-imperial-bold { font-size: 124px; font-size: 7.75rem; line-height: 136px; line-height: 8.5rem; } .no-touch .gel-imperial-bold { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } .gel-royal { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } @media (min-width: 20em) { .gel-royal { font-size: 52px; font-size: 3.25rem; line-height: 60px; line-height: 3.75rem; } } @media (min-width: 37.5em) { .gel-royal { font-size: 94px; font-size: 5.875rem; line-height: 104px; line-height: 6.5rem; } .no-touch .gel-royal { font-size: 76px; font-size: 4.75rem; line-height: 84px; line-height: 5.25rem; } } .gel-royal-bold { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-royal-bold, .b-reith-serif-loaded .gel-royal-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-royal-bold { font-size: 52px; font-size: 3.25rem; line-height: 60px; line-height: 3.75rem; } } @media (min-width: 37.5em) { .gel-royal-bold { font-size: 94px; font-size: 5.875rem; line-height: 104px; line-height: 6.5rem; } .no-touch .gel-royal-bold { font-size: 76px; font-size: 4.75rem; line-height: 84px; line-height: 5.25rem; } } .gel-foolscap { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } @media (min-width: 20em) { .gel-foolscap { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } } @media (min-width: 37.5em) { .gel-foolscap { font-size: 72px; font-size: 4.5rem; line-height: 80px; line-height: 5rem; } .no-touch .gel-foolscap { font-size: 56px; font-size: 3.5rem; line-height: 60px; line-height: 3.75rem; } } .gel-foolscap-bold { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-foolscap-bold, .b-reith-serif-loaded .gel-foolscap-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-foolscap-bold { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } } @media (min-width: 37.5em) { .gel-foolscap-bold { font-size: 72px; font-size: 4.5rem; line-height: 80px; line-height: 5rem; } .no-touch .gel-foolscap-bold { font-size: 56px; font-size: 3.5rem; line-height: 60px; line-height: 3.75rem; } } .my-component__with-foolscap { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } @media (min-width: 20em) { .my-component__with-foolscap { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } } @media (min-width: 37.5em) { .my-component__with-foolscap { font-size: 72px; font-size: 4.5rem; line-height: 80px; line-height: 5rem; } .no-touch .my-component__with-foolscap { font-size: 56px; font-size: 3.5rem; line-height: 60px; line-height: 3.75rem; } }
test/test-with-large-fonts-expected.css
.gel-canon { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } @media (min-width: 20em) { .gel-canon { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } @media (min-width: 37.5em) { .gel-canon { font-size: 52px; font-size: 3.25rem; line-height: 56px; line-height: 3.5rem; } .no-touch .gel-canon { font-size: 44px; font-size: 2.75rem; line-height: 48px; line-height: 3rem; } } .gel-canon-bold { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-canon-bold, .b-reith-serif-loaded .gel-canon-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-canon-bold { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } @media (min-width: 37.5em) { .gel-canon-bold { font-size: 52px; font-size: 3.25rem; line-height: 56px; line-height: 3.5rem; } .no-touch .gel-canon-bold { font-size: 44px; font-size: 2.75rem; line-height: 48px; line-height: 3rem; } } .gel-trafalgar { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; } @media (min-width: 20em) { .gel-trafalgar { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } @media (min-width: 37.5em) { .gel-trafalgar { font-size: 36px; font-size: 2.25rem; line-height: 40px; line-height: 2.5rem; } .no-touch .gel-trafalgar { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } .gel-trafalgar-bold { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-trafalgar-bold, .b-reith-serif-loaded .gel-trafalgar-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-trafalgar-bold { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } @media (min-width: 37.5em) { .gel-trafalgar-bold { font-size: 36px; font-size: 2.25rem; line-height: 40px; line-height: 2.5rem; } .no-touch .gel-trafalgar-bold { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } } .gel-paragon { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; } @media (min-width: 20em) { .gel-paragon { font-size: 22px; font-size: 1.375rem; line-height: 26px; line-height: 1.625rem; } } @media (min-width: 37.5em) { .gel-paragon { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } .no-touch .gel-paragon { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } } .gel-paragon-bold { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-paragon-bold, .b-reith-serif-loaded .gel-paragon-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-paragon-bold { font-size: 22px; font-size: 1.375rem; line-height: 26px; line-height: 1.625rem; } } @media (min-width: 37.5em) { .gel-paragon-bold { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } .no-touch .gel-paragon-bold { font-size: 28px; font-size: 1.75rem; line-height: 32px; line-height: 2rem; } } .gel-double-pica { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; } @media (min-width: 37.5em) { .gel-double-pica { font-size: 26px; font-size: 1.625rem; line-height: 30px; line-height: 1.875rem; } .no-touch .gel-double-pica { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } .gel-double-pica-bold { font-size: 20px; font-size: 1.25rem; line-height: 24px; line-height: 1.5rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-double-pica-bold, .b-reith-serif-loaded .gel-double-pica-bold { letter-spacing: normal; } @media (min-width: 37.5em) { .gel-double-pica-bold { font-size: 26px; font-size: 1.625rem; line-height: 30px; line-height: 1.875rem; } .no-touch .gel-double-pica-bold { font-size: 24px; font-size: 1.5rem; line-height: 28px; line-height: 1.75rem; } } .gel-great-primer { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; } @media (min-width: 37.5em) { .gel-great-primer { font-size: 21px; font-size: 1.3125rem; line-height: 24px; line-height: 1.5rem; } .no-touch .gel-great-primer { font-size: 20px; font-size: 1.25rem; } } .gel-great-primer-bold { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; font-weight: bold; } @media (min-width: 20em) { .gel-great-primer-bold { letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-great-primer-bold, .b-reith-serif-loaded .gel-great-primer-bold { letter-spacing: normal; } } @media (min-width: 37.5em) { .gel-great-primer-bold { font-size: 21px; font-size: 1.3125rem; line-height: 24px; line-height: 1.5rem; } .no-touch .gel-great-primer-bold { font-size: 20px; font-size: 1.25rem; } } .gel-pica { font-size: 15px; font-size: 0.9375rem; line-height: 20px; line-height: 1.25rem; } @media (min-width: 20em) { .gel-pica { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } @media (min-width: 37.5em) { .gel-pica { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; } .no-touch .gel-pica { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } .gel-pica-bold { font-size: 15px; font-size: 0.9375rem; line-height: 20px; line-height: 1.25rem; font-weight: bold; } @media (min-width: 20em) { .gel-pica-bold { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } @media (min-width: 37.5em) { .gel-pica-bold { font-size: 18px; font-size: 1.125rem; line-height: 22px; line-height: 1.375rem; } .no-touch .gel-pica-bold { font-size: 16px; font-size: 1rem; line-height: 20px; line-height: 1.25rem; } } .gel-long-primer { font-size: 15px; font-size: 0.9375rem; line-height: 18px; line-height: 1.125rem; } @media (min-width: 37.5em) { .gel-long-primer { line-height: 20px; line-height: 1.25rem; } .no-touch .gel-long-primer { font-size: 14px; font-size: 0.875rem; line-height: 18px; line-height: 1.125rem; } } .gel-long-primer-bold { font-size: 15px; font-size: 0.9375rem; line-height: 18px; line-height: 1.125rem; font-weight: bold; } @media (min-width: 37.5em) { .gel-long-primer-bold { line-height: 20px; line-height: 1.25rem; } .no-touch .gel-long-primer-bold { font-size: 14px; font-size: 0.875rem; line-height: 18px; line-height: 1.125rem; } } .gel-brevier { font-size: 14px; font-size: 0.875rem; line-height: 16px; line-height: 1rem; } @media (min-width: 20em) { .gel-brevier { line-height: 18px; line-height: 1.125rem; } } @media (min-width: 37.5em) { .no-touch .gel-brevier { font-size: 13px; font-size: 0.8125rem; line-height: 16px; line-height: 1rem; } } .gel-brevier-bold { font-size: 14px; font-size: 0.875rem; line-height: 16px; line-height: 1rem; font-weight: bold; } @media (min-width: 20em) { .gel-brevier-bold { line-height: 18px; line-height: 1.125rem; } } @media (min-width: 37.5em) { .no-touch .gel-brevier-bold { font-size: 13px; font-size: 0.8125rem; line-height: 16px; line-height: 1rem; } } .gel-minion { font-size: 12px; font-size: 0.75rem; line-height: 16px; line-height: 1rem; text-transform: uppercase; } @media (min-width: 37.5em) { .gel-minion { font-size: 13px; font-size: 0.8125rem; } .no-touch .gel-minion { font-size: 12px; font-size: 0.75rem; } } .gel-minion-bold { font-size: 12px; font-size: 0.75rem; line-height: 16px; line-height: 1rem; text-transform: uppercase; font-weight: bold; } @media (min-width: 37.5em) { .gel-minion-bold { font-size: 13px; font-size: 0.8125rem; } .no-touch .gel-minion-bold { font-size: 12px; font-size: 0.75rem; } } .gel-body-copy { font-size: 15px; font-size: 0.9375rem; line-height: 20px; line-height: 1.25rem; } @media (min-width: 20em) { .gel-body-copy { font-size: 16px; font-size: 1rem; line-height: 22px; line-height: 1.375rem; } } @media (min-width: 37.5em) { .gel-body-copy { font-size: 18px; font-size: 1.125rem; line-height: 24px; line-height: 1.5rem; } .no-touch .gel-body-copy { font-size: 16px; font-size: 1rem; line-height: 22px; line-height: 1.375rem; } } .gel-atlas { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; } @media (min-width: 20em) { .gel-atlas { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } @media (min-width: 37.5em) { .gel-atlas { font-size: 192px; font-size: 12rem; line-height: 208px; line-height: 13rem; } .no-touch .gel-atlas { font-size: 140px; font-size: 8.75rem; line-height: 148px; line-height: 9.25rem; } } .gel-atlas-bold { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-atlas-bold, .b-reith-serif-loaded .gel-atlas-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-atlas-bold { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } @media (min-width: 37.5em) { .gel-atlas-bold { font-size: 192px; font-size: 12rem; line-height: 208px; line-height: 13rem; } .no-touch .gel-atlas-bold { font-size: 140px; font-size: 8.75rem; line-height: 148px; line-height: 9.25rem; } } .gel-elephant { font-size: 60px; font-size: 3.75rem; line-height: 64px; line-height: 4rem; } @media (min-width: 20em) { .gel-elephant { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; } } @media (min-width: 37.5em) { .gel-elephant { font-size: 156px; font-size: 9.75rem; line-height: 170px; line-height: 10.625rem; } .no-touch .gel-elephant { font-size: 116px; font-size: 7.25rem; line-height: 124px; line-height: 7.75rem; } } .gel-elephant-bold { font-size: 60px; font-size: 3.75rem; line-height: 64px; line-height: 4rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-elephant-bold, .b-reith-serif-loaded .gel-elephant-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-elephant-bold { font-size: 78px; font-size: 4.875rem; line-height: 84px; line-height: 5.25rem; } } @media (min-width: 37.5em) { .gel-elephant-bold { font-size: 156px; font-size: 9.75rem; line-height: 170px; line-height: 10.625rem; } .no-touch .gel-elephant-bold { font-size: 116px; font-size: 7.25rem; line-height: 124px; line-height: 7.75rem; } } .gel-imperial { font-size: 50px; font-size: 3.125rem; line-height: 54px; line-height: 3.375rem; } @media (min-width: 20em) { .gel-imperial { font-size: 64px; font-size: 4rem; line-height: 72px; line-height: 4.5rem; } } @media (min-width: 37.5em) { .gel-imperial { font-size: 124px; font-size: 7.75rem; line-height: 136px; line-height: 8.5rem; } .no-touch .gel-imperial { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } .gel-imperial-bold { font-size: 50px; font-size: 3.125rem; line-height: 54px; line-height: 3.375rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-imperial-bold, .b-reith-serif-loaded .gel-imperial-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-imperial-bold { font-size: 64px; font-size: 4rem; line-height: 72px; line-height: 4.5rem; } } @media (min-width: 37.5em) { .gel-imperial-bold { font-size: 124px; font-size: 7.75rem; line-height: 136px; line-height: 8.5rem; } .no-touch .gel-imperial-bold { font-size: 96px; font-size: 6rem; line-height: 104px; line-height: 6.5rem; } } .gel-royal { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } @media (min-width: 20em) { .gel-royal { font-size: 52px; font-size: 3.25rem; line-height: 60px; line-height: 3.75rem; } } @media (min-width: 37.5em) { .gel-royal { font-size: 94px; font-size: 5.875rem; line-height: 104px; line-height: 6.5rem; } .no-touch .gel-royal { font-size: 76px; font-size: 4.75rem; line-height: 84px; line-height: 5.25rem; } } .gel-royal-bold { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-royal-bold, .b-reith-serif-loaded .gel-royal-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-royal-bold { font-size: 52px; font-size: 3.25rem; line-height: 60px; line-height: 3.75rem; } } @media (min-width: 37.5em) { .gel-royal-bold { font-size: 94px; font-size: 5.875rem; line-height: 104px; line-height: 6.5rem; } .no-touch .gel-royal-bold { font-size: 76px; font-size: 4.75rem; line-height: 84px; line-height: 5.25rem; } } .gel-foolscap { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } @media (min-width: 20em) { .gel-foolscap { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } } @media (min-width: 37.5em) { .gel-foolscap { font-size: 72px; font-size: 4.5rem; line-height: 80px; line-height: 5rem; } .no-touch .gel-foolscap { font-size: 56px; font-size: 3.5rem; line-height: 60px; line-height: 3.75rem; } } .gel-foolscap-bold { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; font-weight: bold; letter-spacing: -1px; letter-spacing: -0.0625rem; } .b-reith-sans-loaded .gel-foolscap-bold, .b-reith-serif-loaded .gel-foolscap-bold { letter-spacing: normal; } @media (min-width: 20em) { .gel-foolscap-bold { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } } @media (min-width: 37.5em) { .gel-foolscap-bold { font-size: 72px; font-size: 4.5rem; line-height: 80px; line-height: 5rem; } .no-touch .gel-foolscap-bold { font-size: 56px; font-size: 3.5rem; line-height: 60px; line-height: 3.75rem; } } .my-component__with-foolscap { font-size: 32px; font-size: 2rem; line-height: 36px; line-height: 2.25rem; } @media (min-width: 20em) { .my-component__with-foolscap { font-size: 40px; font-size: 2.5rem; line-height: 44px; line-height: 2.75rem; } } @media (min-width: 37.5em) { .my-component__with-foolscap { font-size: 72px; font-size: 4.5rem; line-height: 80px; line-height: 5rem; } .no-touch .my-component__with-foolscap { font-size: 56px; font-size: 3.5rem; line-height: 60px; line-height: 3.75rem; } }
0.352759
0.124639
h1 { font-family:'Gabriola', serif; text-align: center; } ul { list-style: none; } li { font-family:'Cambria', serif; font-size: 1.5em; } input[type=radio] { border: 0px; width: 20px; height: 2em; } p { font-family:'Gabriola', serif; } /* Quiz Classes */ .quizContainer { background-color: white; border-radius: 6px; width: 75%; margin: auto; padding-top: 5px; /*-moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 10px 10px 5px #888;*/ position: relative; } .quizcontainer #quiz1 { text-shadow:1px 1px 2px orange; font-family:"Georgia", Arial, sans-serif; } .nextButton { box-shadow: 3px 3px 5px #888; border-radius: 6px; /* width: 150px;*/ height: 40px; text-align: center; background-color: lightgrey; /*clear: both;*/ color: red; font-family:'Gabriola', serif; position: relative; margin: auto; font-size:25px; font-weight:bold; padding-top: 5px; float:right; right:30%; } .preButton { box-shadow: 3px 3px 5px #888; border-radius: 6px; /*width: 150px;*/ height: 40px; text-align: center; background-color: lightgrey; /*clear: both;*/ color: red; font-family:'Gabriola', serif; position: relative; margin: auto; font-size:25px; font-weight:bold; padding-top: 5px; float:left; left:30%; } .question { font-family:'Century', serif; font-size: 1.5em; font-weight:bold; width: 100%; height: auto; margin: auto; border-radius: 10px; background-color: #f3dc45; text-align: center; } .quizMessage { background-color: peachpuff; border-radius: 10px; width: 20%; margin: auto; text-align: center; padding: 5px; font-size:21px; font-weight:bold; font-family:'Gabriola', serif; color: red; position:absolute; top:80%; left:40%; } .choiceList { font-family: 'Arial', serif; color: #ed12cd; font-size:15px; font-weight:bold; } .result { width: 40%; height: auto; border-radius: 6px; background-color: linen; margin: auto; color:green; text-align: center; font-size:25px; font-family:'Verdana', serif; font-weight:bold; position:absolute; top:80%; left:30%; } /* End of Quiz Classes */
resources/css/style.css
h1 { font-family:'Gabriola', serif; text-align: center; } ul { list-style: none; } li { font-family:'Cambria', serif; font-size: 1.5em; } input[type=radio] { border: 0px; width: 20px; height: 2em; } p { font-family:'Gabriola', serif; } /* Quiz Classes */ .quizContainer { background-color: white; border-radius: 6px; width: 75%; margin: auto; padding-top: 5px; /*-moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 10px 10px 5px #888;*/ position: relative; } .quizcontainer #quiz1 { text-shadow:1px 1px 2px orange; font-family:"Georgia", Arial, sans-serif; } .nextButton { box-shadow: 3px 3px 5px #888; border-radius: 6px; /* width: 150px;*/ height: 40px; text-align: center; background-color: lightgrey; /*clear: both;*/ color: red; font-family:'Gabriola', serif; position: relative; margin: auto; font-size:25px; font-weight:bold; padding-top: 5px; float:right; right:30%; } .preButton { box-shadow: 3px 3px 5px #888; border-radius: 6px; /*width: 150px;*/ height: 40px; text-align: center; background-color: lightgrey; /*clear: both;*/ color: red; font-family:'Gabriola', serif; position: relative; margin: auto; font-size:25px; font-weight:bold; padding-top: 5px; float:left; left:30%; } .question { font-family:'Century', serif; font-size: 1.5em; font-weight:bold; width: 100%; height: auto; margin: auto; border-radius: 10px; background-color: #f3dc45; text-align: center; } .quizMessage { background-color: peachpuff; border-radius: 10px; width: 20%; margin: auto; text-align: center; padding: 5px; font-size:21px; font-weight:bold; font-family:'Gabriola', serif; color: red; position:absolute; top:80%; left:40%; } .choiceList { font-family: 'Arial', serif; color: #ed12cd; font-size:15px; font-weight:bold; } .result { width: 40%; height: auto; border-radius: 6px; background-color: linen; margin: auto; color:green; text-align: center; font-size:25px; font-family:'Verdana', serif; font-weight:bold; position:absolute; top:80%; left:30%; } /* End of Quiz Classes */
0.153994
0.076753
@charset "UTF-8"; /*! * Custom styles */ /* BEGIN Regular */ @font-face { font-family: 'Open Sans' !important; src: url('fonts/Regular/OpenSans-Regular.eot'); src: url('fonts/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Regular/OpenSans-Regular.woff') format('woff'), url('fonts/Regular/OpenSans-Regular.ttf') format('truetype'), url('fonts/Regular/OpenSans-Regular.svg#OpenSansRegular') format('svg'); font-weight: normal; font-style: normal; } /* END Regular */ body { background-color: #FEFFFF; font-family: 'Open Sans' !important; } #header_wrapper { background-color: #1873BF; position: absolute; width: 100%; height: 100px; color: #FEFFFF; } #header_text { position: absolute; top: 20px; left: 20px; display: block; } #iterate_logo { width: 250px; position: absolute; top: 20px; right: 20px; display: block; } #footer_wrapper { position: absolute; color: #1873BF; bottom: 0px; width: 100%; text-align: center; margin-bottom: 20px; } #footer_line { background-color: #1873BF; /* display: block; */ width: 100%; position: absolute; height: 5px; bottom: 40px; } #footer_first { width: 33%; border-right: 1px #1873BF; float: left; position: relative; display: block; } div#footer_first a { display: block; position: relative; border-right: medium solid #1873BF; } #footer_second { width: 33%; border-right: 1px #1873BF; float: left; position: relative; display: block; } div#footer_second a { display: block; position: relative; border-right: medium solid #1873BF; } #footer_third { width: 33%; border-right: 1px #1873BF; float: left; position: relative; display: block; } div#footer_third span { display: block; position: relative; } body img { max-width: 850px !important; max-height: 585px !important; }
css/extra.css
@charset "UTF-8"; /*! * Custom styles */ /* BEGIN Regular */ @font-face { font-family: 'Open Sans' !important; src: url('fonts/Regular/OpenSans-Regular.eot'); src: url('fonts/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Regular/OpenSans-Regular.woff') format('woff'), url('fonts/Regular/OpenSans-Regular.ttf') format('truetype'), url('fonts/Regular/OpenSans-Regular.svg#OpenSansRegular') format('svg'); font-weight: normal; font-style: normal; } /* END Regular */ body { background-color: #FEFFFF; font-family: 'Open Sans' !important; } #header_wrapper { background-color: #1873BF; position: absolute; width: 100%; height: 100px; color: #FEFFFF; } #header_text { position: absolute; top: 20px; left: 20px; display: block; } #iterate_logo { width: 250px; position: absolute; top: 20px; right: 20px; display: block; } #footer_wrapper { position: absolute; color: #1873BF; bottom: 0px; width: 100%; text-align: center; margin-bottom: 20px; } #footer_line { background-color: #1873BF; /* display: block; */ width: 100%; position: absolute; height: 5px; bottom: 40px; } #footer_first { width: 33%; border-right: 1px #1873BF; float: left; position: relative; display: block; } div#footer_first a { display: block; position: relative; border-right: medium solid #1873BF; } #footer_second { width: 33%; border-right: 1px #1873BF; float: left; position: relative; display: block; } div#footer_second a { display: block; position: relative; border-right: medium solid #1873BF; } #footer_third { width: 33%; border-right: 1px #1873BF; float: left; position: relative; display: block; } div#footer_third span { display: block; position: relative; } body img { max-width: 850px !important; max-height: 585px !important; }
0.425128
0.050823
@charset "UTF-8"; /** * * @pang cong 森锐网页端样式,绿色主题 * @date 2014-12-23 */ /*注意事项*/ /* */ /*文档编写样式Begin*/ .html_txt{font-size: 12px; margin-top: 5px;} .nt{color:#2f6f9f;} .na{color: #4f9fcf;} .s{color:#d44950;} .h{font-weight: 700;} .hr{border:0;background-color:#cccccc;height:1px;} .clear{ clear: both;} /*文档编写样式End*/ /*选择按钮控件有边框Begin*/ .com_select{display: block; float: left; margin:0px 5px 5px 0px; position: relative; border:1px solid #cccccc;} .com_select_noborder{border:none;} .com_select_checked{border:2px solid #ec3f3f;} .com_select a{ display: block; float: left;padding: 5px; font-size: 12px; color:#444444; text-decoration: none; position: relative;} .com_select a:hover{ color: #ec3f3f;} .com_select_noborder a{ display: block; float: left;padding: 6px; font-size: 12px; color:#444444; text-decoration: none; position: relative;} .com_select_noborder a:hover{ color: #ec3f3f;} .com_select_checked a{ display: block; float: left;padding: 4px; font-size: 12px; color:#444444; text-decoration: none; position: relative;} .com_select_checked a:hover{ color: #ec3f3f;} .com_select .icon_tick{ background: url(../images/module/select.png);display: block; width: 12px; height: 12px; position: absolute; bottom:0px; right:0px; font-size: 1px; z-index: 100;} /*选择按钮有边框控件End*/ /*选中条件样式Begin*/ .com_select_item{position: relative; float: left; margin: 0px 5px 5px 0px; cursor: pointer;border:1px solid #cccccc;} .com_select_item:hover{border:1px solid #ec3f3f;} .com_select_item .com_select_item_content{ display: block; float: left; text-decoration:none; font-size: 12px; padding: 4px 24px 4px 5px;color:#444444;*line-height:12px; *padding: 7px 24px 4px 5px; } .com_select_item .com_select_item_content:hover{padding: 4px 24px 4px 5px;display: block; color:#ec3f3f;float: left;*padding: 7px 24px 4px 5px;} .com_select_item .content{ font-weight: 700; color:#ec3f3f; } .com_select_item .icon_delete{background:url(../images/module/deleteMark.png) no-repeat center #ec3f3f; display: block; width: 12px; height: 12px; position:absolute; top:5px; right:5px; cursor: pointer; font-size: 1px;} .com_select_item .icon_delete:hover{background:url(../images/module/deleteMark.png) no-repeat center #d62c2c; display: block; width: 12px; height: 12px; position:absolute; top:5px; right:5px; cursor: pointer;font-size: 1px;} /*选中条件样式End*/ /*表单容器外框Begin*/ .box_container{ border:1px solid #dddddd; background: #ffffff;} .box_container_title{height: 40px; background: #fbfbfb; border-bottom: 1px solid #dddddd;} .box_container_title .txt_h1{color:#1db46e; line-height: 40px; margin-left: 10px; font-size: 14px; font-weight: 700; float: left;} .box_container_title .box_btngroup{ float:right; height: 40px;} .box_container .box_container_content{border-bottom: 1px solid #dddddd; background: #ffffff;padding:5px; overflow: hidden;} .box_container_content .left{width: 100px; float: left;} .box_container_content .right{margin-left: 100px;} .box_container_content .txt_h2{margin-left: 10px; line-height: 30px; color:#888888; font-weight: 700; font-size: 12px;} .box_container_content .content{background: #f8f8f8; margin:0px 5px; overflow: hidden;} .title_partition{ height: 30px; line-height: 30px; font-size: 14px; color:#444444; margin:0px 5px; text-indent: 12px; background: url(../images/module/title.png) no-repeat left center; } .box_container .noborder{ border:none;} .box_btngroup .btn_small{margin-top: 8px;} /*表单容器外框End*/ /*按钮Begin*/ .btn_small{ padding: 5px; display: block; float: left; font-size: 12px; text-decoration: none; margin-right: 5px; line-height: 12px;} .btn_middle{ padding: 8px 10px; display: block; float: left; font-size: 14px; text-decoration: none;margin-right: 5px;line-height: 14px;} .btn_large{ padding: 12px 20px; display: block; float: left; font-size: 16px; text-decoration: none;margin-right: 5px;line-height: 16px;} .btn_normal{ background: #eeeeee; color: #666666; border:1px solid #d8d8d8;} .btn_normal:hover{background: #d8d8d8; color: #666666;} .btn_default{ background: #49d896; color: #ffffff; border:1px solid #1fcd7c;} .btn_default:hover{background: #1fcd7c; color: #ffffff;} .btn_primary{ background: #48b5e7; color: #ffffff; border:1px solid #32a8df;} .btn_primary:hover{background: #32a8df; color: #ffffff;} .btn_waring{ background: #f19b75; color: #ffffff; border:1px solid #f06b2f;} .btn_waring:hover{background: #f06b2f; color: #ffffff;} .btn_danger{ background: #f09090; color: #ffffff; border:1px solid #e65959;} .btn_danger:hover{background: #e65959; color: #ffffff;} /*按钮End*/ /*表单元素Begin*/ .form_radio{ font-size: 12px; vertical-align: middle;} .form_radio input{ vertical-align:-2px;*vertical-align:-1px;} .form_checkbox{ font-size: 12px; vertical-align: middle;} .form_checkbox input{ vertical-align:-3px;*vertical-align:-2px;} .form_text{font-size: 12px; vertical-align: middle; } .form_text input{ vertical-align: middle; border:1px solid #dddddd; padding: 3px;width: 150px;} .form_textarea{font-size: 12px; vertical-align: top; } .form_textarea textarea{ width: 150px; height: 80px; border:1px solid #dddddd;} /*表单元素End*/
web/module/style/Admin/css/style.css
@charset "UTF-8"; /** * * @pang cong 森锐网页端样式,绿色主题 * @date 2014-12-23 */ /*注意事项*/ /* */ /*文档编写样式Begin*/ .html_txt{font-size: 12px; margin-top: 5px;} .nt{color:#2f6f9f;} .na{color: #4f9fcf;} .s{color:#d44950;} .h{font-weight: 700;} .hr{border:0;background-color:#cccccc;height:1px;} .clear{ clear: both;} /*文档编写样式End*/ /*选择按钮控件有边框Begin*/ .com_select{display: block; float: left; margin:0px 5px 5px 0px; position: relative; border:1px solid #cccccc;} .com_select_noborder{border:none;} .com_select_checked{border:2px solid #ec3f3f;} .com_select a{ display: block; float: left;padding: 5px; font-size: 12px; color:#444444; text-decoration: none; position: relative;} .com_select a:hover{ color: #ec3f3f;} .com_select_noborder a{ display: block; float: left;padding: 6px; font-size: 12px; color:#444444; text-decoration: none; position: relative;} .com_select_noborder a:hover{ color: #ec3f3f;} .com_select_checked a{ display: block; float: left;padding: 4px; font-size: 12px; color:#444444; text-decoration: none; position: relative;} .com_select_checked a:hover{ color: #ec3f3f;} .com_select .icon_tick{ background: url(../images/module/select.png);display: block; width: 12px; height: 12px; position: absolute; bottom:0px; right:0px; font-size: 1px; z-index: 100;} /*选择按钮有边框控件End*/ /*选中条件样式Begin*/ .com_select_item{position: relative; float: left; margin: 0px 5px 5px 0px; cursor: pointer;border:1px solid #cccccc;} .com_select_item:hover{border:1px solid #ec3f3f;} .com_select_item .com_select_item_content{ display: block; float: left; text-decoration:none; font-size: 12px; padding: 4px 24px 4px 5px;color:#444444;*line-height:12px; *padding: 7px 24px 4px 5px; } .com_select_item .com_select_item_content:hover{padding: 4px 24px 4px 5px;display: block; color:#ec3f3f;float: left;*padding: 7px 24px 4px 5px;} .com_select_item .content{ font-weight: 700; color:#ec3f3f; } .com_select_item .icon_delete{background:url(../images/module/deleteMark.png) no-repeat center #ec3f3f; display: block; width: 12px; height: 12px; position:absolute; top:5px; right:5px; cursor: pointer; font-size: 1px;} .com_select_item .icon_delete:hover{background:url(../images/module/deleteMark.png) no-repeat center #d62c2c; display: block; width: 12px; height: 12px; position:absolute; top:5px; right:5px; cursor: pointer;font-size: 1px;} /*选中条件样式End*/ /*表单容器外框Begin*/ .box_container{ border:1px solid #dddddd; background: #ffffff;} .box_container_title{height: 40px; background: #fbfbfb; border-bottom: 1px solid #dddddd;} .box_container_title .txt_h1{color:#1db46e; line-height: 40px; margin-left: 10px; font-size: 14px; font-weight: 700; float: left;} .box_container_title .box_btngroup{ float:right; height: 40px;} .box_container .box_container_content{border-bottom: 1px solid #dddddd; background: #ffffff;padding:5px; overflow: hidden;} .box_container_content .left{width: 100px; float: left;} .box_container_content .right{margin-left: 100px;} .box_container_content .txt_h2{margin-left: 10px; line-height: 30px; color:#888888; font-weight: 700; font-size: 12px;} .box_container_content .content{background: #f8f8f8; margin:0px 5px; overflow: hidden;} .title_partition{ height: 30px; line-height: 30px; font-size: 14px; color:#444444; margin:0px 5px; text-indent: 12px; background: url(../images/module/title.png) no-repeat left center; } .box_container .noborder{ border:none;} .box_btngroup .btn_small{margin-top: 8px;} /*表单容器外框End*/ /*按钮Begin*/ .btn_small{ padding: 5px; display: block; float: left; font-size: 12px; text-decoration: none; margin-right: 5px; line-height: 12px;} .btn_middle{ padding: 8px 10px; display: block; float: left; font-size: 14px; text-decoration: none;margin-right: 5px;line-height: 14px;} .btn_large{ padding: 12px 20px; display: block; float: left; font-size: 16px; text-decoration: none;margin-right: 5px;line-height: 16px;} .btn_normal{ background: #eeeeee; color: #666666; border:1px solid #d8d8d8;} .btn_normal:hover{background: #d8d8d8; color: #666666;} .btn_default{ background: #49d896; color: #ffffff; border:1px solid #1fcd7c;} .btn_default:hover{background: #1fcd7c; color: #ffffff;} .btn_primary{ background: #48b5e7; color: #ffffff; border:1px solid #32a8df;} .btn_primary:hover{background: #32a8df; color: #ffffff;} .btn_waring{ background: #f19b75; color: #ffffff; border:1px solid #f06b2f;} .btn_waring:hover{background: #f06b2f; color: #ffffff;} .btn_danger{ background: #f09090; color: #ffffff; border:1px solid #e65959;} .btn_danger:hover{background: #e65959; color: #ffffff;} /*按钮End*/ /*表单元素Begin*/ .form_radio{ font-size: 12px; vertical-align: middle;} .form_radio input{ vertical-align:-2px;*vertical-align:-1px;} .form_checkbox{ font-size: 12px; vertical-align: middle;} .form_checkbox input{ vertical-align:-3px;*vertical-align:-2px;} .form_text{font-size: 12px; vertical-align: middle; } .form_text input{ vertical-align: middle; border:1px solid #dddddd; padding: 3px;width: 150px;} .form_textarea{font-size: 12px; vertical-align: top; } .form_textarea textarea{ width: 150px; height: 80px; border:1px solid #dddddd;} /*表单元素End*/
0.221267
0.091342
.form-control, .container, .container-fluid, .row, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #sidebar .sidebar-brand { padding-left: 5px; } #sidebar-alt { position: fixed; right: 0; height: 100%; z-index: 10011; background-color: transparent; box-shadow: -2px 0 2px #888888; } .sidebar-alt-visible-lg #sidebar-alt { width: 700px; } #sidebar-alt-scroll { padding-left: 0; } #sidebar-alt .sidebar-content { width: 100%; color: black; } #right-title { cursor: pointer; display: block; width: 85%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #sidebar-nav-contain { margin-bottom: 40px } #main-container { margin-right: 0 !important; } #sidebar ul.sidebar-nav a.active { pointer-events: none; cursor: default; } #bg-sidebar-alt, #bg-loader { position: fixed; width: 100%; height: 100%; display: none; background-color: black; opacity: .5; z-index: 9998; } #bg-loader { background-color: transparent; z-index: 9999; } .sidebar-alt-visible-lg #bg-sidebar-alt { display: block; } #page-content { padding: 0; } .breadcrumb-top { margin: 0; line-height: 2.4; background-color: whitesmoke; } .breadcrumb-top .input-group-btn { display: inline-block; width: auto; } .dropdown-menu.dropdown-custom { min-width: 150px } .dropdown-custom>li i { margin-right: 5px; } .dropdown-menu.dropdown-custom > li { padding: 0; } #sidebar-alt-scroll .sidebar-title { background-color: #394263; } .breadcrumb li.none-breakcrumb { margin-right: 7px; margin-top: -1px; } .breadcrumb li.none-breakcrumb::before { content: none; } .navbar-nav-custom > li > a.btn-alt { margin-top: 10px; margin-left: 3px; margin-right: 3px; line-height: 20px; border-radius: 15px; min-width: 30px; height: 30px; text-align: center; } .navbar-nav-custom li.v-divider { line-height: 10px; min-height: 30px; margin: 10px 7px; border-right: solid lightgray 1px; color: lightgray; } .nav.navbar-nav-custom > li > a .label-indicator { border-radius: 6px; background-color: red; } .sidebar-nav a { position: relative; } .label-notification { border-radius: 6px !important; background-color: red; position: absolute; top: 0; left: 20px; font-weight: 600; font-size: 11px; } .btn-close { position: absolute; top: 9px; right: 14px; padding-left: 5px; border-radius: 15px; width: 30px; } .btn-close i { color: black; line-height: .6em; font-size: 15px; } .list-group-item:last-child { border-radius: 0; } #page-content { background-color: white; } #page-content:not(.open-col) .col-1 { display: none; } #page-content.open-col .col-1 { border-right: 1px solid lightgray; height: 100vh } #page-content:not(.open-col) .col-2 { width: 100%; } a.center-block:hover > .icon { -webkit-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1); } #right-form { padding: 5px; overflow-x: hidden; background-color: white; } #main-form { margin-top: 10px; overflow-y: auto; height: 90vh; } #side-form ul.sidebar-nav li>a { color: black; } #side-form ul.sidebar-nav li:hover { background-color: deepskyblue; } .loader-container { width: 100%; height: 100vh; position: relative; } .loader { border: 8px solid #f3f3f3; border-radius: 50%; border-top: 8px solid #3498db; left: 45%; top: 40%; position: absolute; width: 60px; height: 60px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .form-control-static { padding-top: 5px; padding-bottom: 0; } input:checked + span { color: limegreen; } .fieldset-legend { position: relative; margin-top: -10px; height: 30px; } .fieldset-legend > span { position: absolute; background: #fff; left: 0; top: 18px; z-index: 2; padding-right: 10px; } .fieldset-legend::after { border-bottom: 1px solid #f0f0f0; padding-top: 10px; content: ''; position: absolute; left: 0; top: 18px; width: 100%; z-index: 1; } .side-form-bottom { position: absolute; bottom: 0; width: 100%; background-color: ghostwhite; height: 50px; margin-left: -20px; padding: 10px 70px 10px 10px; } #main-form > *:last-child { padding-bottom: 50px; } .toggle-form { -webkit-box-shadow: 0 1px 0 0 #333; box-shadow: 0 1px 0 0 #333; width: 40px; height: 50px; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px 0 0 6px; border-right: 0; color: #333; font-size: 16px; left: 0; line-height: 45px; position: absolute; text-align: center; top: 56px; z-index: 1050; } #side-form, #main-form { padding: 0 10px; } #side-form { margin-top: 10px; float: left; } #main-form { float: right; } .toggle-form.expand-form i { -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg); -ms-transform:rotateY(180deg); } #side-form .sidebar-nav { color: black; } .avatar { background-color: coral; width: 40px; height: 40px; border-radius: 40px; } .avatar-text { line-height: 40px; color: white; font-weight: bold; font-size: 18px } .checkbox > label > input[type=checkbox] { margin-top: 2px; } .widget.widget-hover-effect4:hover { -webkit-transform: scale(0.98); transform: scale(0.98); } .swal-button-container { margin: 3px 5px !important; } .swal-btn-sm { font-size: 14px !important; padding: 7px 12px !important; } .swal-overlay { z-index: 99999 !important; } .list-group-item-heading { padding-top: 2px; line-height: 1.4; font-weight: 500; } .k-button.k-button-icon { padding-top: 1px; } .upper-case { text-transform: uppercase; } .nav > li i.gi, .nav > li i.fa { font-size: 16px; } .default{ background-color:#777 } .default[href]:hover,.default[href]:focus{ background-color:#5e5e5e } .primary{ background-color:#337ab7 } .primary[href]:hover,.primary[href]:focus{ background-color:#286090 } .success{ background-color:#5cb85c } .success[href]:hover,.success[href]:focus{ background-color:#449d44 } .info{ background-color:#5bc0de } .info[href]:hover,.info[href]:focus{ background-color:#31b0d5 } .warning{ background-color:#f0ad4e } .warning[href]:hover,.warning[href]:focus{ background-color:#ec971f } .danger{ background-color:#d9534f } .danger[href]:hover,.danger[href]:focus{ background-color:#c9302c } .muted{ color:#777 } .yellow { color: yellow; } .copy-item { cursor: copy; } .alert-primary { color: #0960a9; background-color: #59b0e9; border-color: #1970a9; } .alert-default { background-color: lightgray; border-color: gray; } #sidebar-alt, #sidebar-alt-scroll { background-color: transparent !important; } @media screen and (min-width: 768px) { #page-content { padding: 0; } } ul.none-style-type { list-style-type: none; padding-left: 0; } .hover-row:hover { background-color: lightgray; } .dropdown-notification i.icon-notification { opacity: .9; vertical-align: 0; } .dropdown-notification span.title-notification { font-size: 16px; white-space: normal; } .dropdown-notification p.content-notification, .dropdown-notification p.time-since-notification { margin-bottom: 0; white-space: normal; } input[type="radio"], input[type="checkbox"] { margin-top: 2px; } .after-breadcrumb { min-height: calc(100vh - 130px); } /* * STYLE 16 */ *::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); background-color: #F5F5F5; border-radius: 6px; } *::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; } *::-webkit-scrollbar-thumb { border-radius: 6px; background-color: #FFF; background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); } #form-loader { position: absolute; width: 100%; height: 100%; display: none; background-color: black; opacity: .5; z-index: 9998; } #form-loader { background-color: #ffffff; z-index: 9999; }
public/stel/css/common.css
.form-control, .container, .container-fluid, .row, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #sidebar .sidebar-brand { padding-left: 5px; } #sidebar-alt { position: fixed; right: 0; height: 100%; z-index: 10011; background-color: transparent; box-shadow: -2px 0 2px #888888; } .sidebar-alt-visible-lg #sidebar-alt { width: 700px; } #sidebar-alt-scroll { padding-left: 0; } #sidebar-alt .sidebar-content { width: 100%; color: black; } #right-title { cursor: pointer; display: block; width: 85%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #sidebar-nav-contain { margin-bottom: 40px } #main-container { margin-right: 0 !important; } #sidebar ul.sidebar-nav a.active { pointer-events: none; cursor: default; } #bg-sidebar-alt, #bg-loader { position: fixed; width: 100%; height: 100%; display: none; background-color: black; opacity: .5; z-index: 9998; } #bg-loader { background-color: transparent; z-index: 9999; } .sidebar-alt-visible-lg #bg-sidebar-alt { display: block; } #page-content { padding: 0; } .breadcrumb-top { margin: 0; line-height: 2.4; background-color: whitesmoke; } .breadcrumb-top .input-group-btn { display: inline-block; width: auto; } .dropdown-menu.dropdown-custom { min-width: 150px } .dropdown-custom>li i { margin-right: 5px; } .dropdown-menu.dropdown-custom > li { padding: 0; } #sidebar-alt-scroll .sidebar-title { background-color: #394263; } .breadcrumb li.none-breakcrumb { margin-right: 7px; margin-top: -1px; } .breadcrumb li.none-breakcrumb::before { content: none; } .navbar-nav-custom > li > a.btn-alt { margin-top: 10px; margin-left: 3px; margin-right: 3px; line-height: 20px; border-radius: 15px; min-width: 30px; height: 30px; text-align: center; } .navbar-nav-custom li.v-divider { line-height: 10px; min-height: 30px; margin: 10px 7px; border-right: solid lightgray 1px; color: lightgray; } .nav.navbar-nav-custom > li > a .label-indicator { border-radius: 6px; background-color: red; } .sidebar-nav a { position: relative; } .label-notification { border-radius: 6px !important; background-color: red; position: absolute; top: 0; left: 20px; font-weight: 600; font-size: 11px; } .btn-close { position: absolute; top: 9px; right: 14px; padding-left: 5px; border-radius: 15px; width: 30px; } .btn-close i { color: black; line-height: .6em; font-size: 15px; } .list-group-item:last-child { border-radius: 0; } #page-content { background-color: white; } #page-content:not(.open-col) .col-1 { display: none; } #page-content.open-col .col-1 { border-right: 1px solid lightgray; height: 100vh } #page-content:not(.open-col) .col-2 { width: 100%; } a.center-block:hover > .icon { -webkit-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1); } #right-form { padding: 5px; overflow-x: hidden; background-color: white; } #main-form { margin-top: 10px; overflow-y: auto; height: 90vh; } #side-form ul.sidebar-nav li>a { color: black; } #side-form ul.sidebar-nav li:hover { background-color: deepskyblue; } .loader-container { width: 100%; height: 100vh; position: relative; } .loader { border: 8px solid #f3f3f3; border-radius: 50%; border-top: 8px solid #3498db; left: 45%; top: 40%; position: absolute; width: 60px; height: 60px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .form-control-static { padding-top: 5px; padding-bottom: 0; } input:checked + span { color: limegreen; } .fieldset-legend { position: relative; margin-top: -10px; height: 30px; } .fieldset-legend > span { position: absolute; background: #fff; left: 0; top: 18px; z-index: 2; padding-right: 10px; } .fieldset-legend::after { border-bottom: 1px solid #f0f0f0; padding-top: 10px; content: ''; position: absolute; left: 0; top: 18px; width: 100%; z-index: 1; } .side-form-bottom { position: absolute; bottom: 0; width: 100%; background-color: ghostwhite; height: 50px; margin-left: -20px; padding: 10px 70px 10px 10px; } #main-form > *:last-child { padding-bottom: 50px; } .toggle-form { -webkit-box-shadow: 0 1px 0 0 #333; box-shadow: 0 1px 0 0 #333; width: 40px; height: 50px; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px 0 0 6px; border-right: 0; color: #333; font-size: 16px; left: 0; line-height: 45px; position: absolute; text-align: center; top: 56px; z-index: 1050; } #side-form, #main-form { padding: 0 10px; } #side-form { margin-top: 10px; float: left; } #main-form { float: right; } .toggle-form.expand-form i { -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg); -ms-transform:rotateY(180deg); } #side-form .sidebar-nav { color: black; } .avatar { background-color: coral; width: 40px; height: 40px; border-radius: 40px; } .avatar-text { line-height: 40px; color: white; font-weight: bold; font-size: 18px } .checkbox > label > input[type=checkbox] { margin-top: 2px; } .widget.widget-hover-effect4:hover { -webkit-transform: scale(0.98); transform: scale(0.98); } .swal-button-container { margin: 3px 5px !important; } .swal-btn-sm { font-size: 14px !important; padding: 7px 12px !important; } .swal-overlay { z-index: 99999 !important; } .list-group-item-heading { padding-top: 2px; line-height: 1.4; font-weight: 500; } .k-button.k-button-icon { padding-top: 1px; } .upper-case { text-transform: uppercase; } .nav > li i.gi, .nav > li i.fa { font-size: 16px; } .default{ background-color:#777 } .default[href]:hover,.default[href]:focus{ background-color:#5e5e5e } .primary{ background-color:#337ab7 } .primary[href]:hover,.primary[href]:focus{ background-color:#286090 } .success{ background-color:#5cb85c } .success[href]:hover,.success[href]:focus{ background-color:#449d44 } .info{ background-color:#5bc0de } .info[href]:hover,.info[href]:focus{ background-color:#31b0d5 } .warning{ background-color:#f0ad4e } .warning[href]:hover,.warning[href]:focus{ background-color:#ec971f } .danger{ background-color:#d9534f } .danger[href]:hover,.danger[href]:focus{ background-color:#c9302c } .muted{ color:#777 } .yellow { color: yellow; } .copy-item { cursor: copy; } .alert-primary { color: #0960a9; background-color: #59b0e9; border-color: #1970a9; } .alert-default { background-color: lightgray; border-color: gray; } #sidebar-alt, #sidebar-alt-scroll { background-color: transparent !important; } @media screen and (min-width: 768px) { #page-content { padding: 0; } } ul.none-style-type { list-style-type: none; padding-left: 0; } .hover-row:hover { background-color: lightgray; } .dropdown-notification i.icon-notification { opacity: .9; vertical-align: 0; } .dropdown-notification span.title-notification { font-size: 16px; white-space: normal; } .dropdown-notification p.content-notification, .dropdown-notification p.time-since-notification { margin-bottom: 0; white-space: normal; } input[type="radio"], input[type="checkbox"] { margin-top: 2px; } .after-breadcrumb { min-height: calc(100vh - 130px); } /* * STYLE 16 */ *::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); background-color: #F5F5F5; border-radius: 6px; } *::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; } *::-webkit-scrollbar-thumb { border-radius: 6px; background-color: #FFF; background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); } #form-loader { position: absolute; width: 100%; height: 100%; display: none; background-color: black; opacity: .5; z-index: 9998; } #form-loader { background-color: #ffffff; z-index: 9999; }
0.35869
0.048361
:root { --foreground-color-primary: #2f4b66; --foreground-color-secondary: #673c4f; --foreground-color-secondary-hover: #472936; --background-color-primary: #ffffff; --background-color-secondary: #f4f6f7; --background-color-light: #b2bac1; --text-color-primary: #2f4b66; --text-color-light: #b2bac1; --box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.1); --border: 2px solid #4778d9; --font-weight-light: 300; --font-weight-medium: 500; --font-family-light: "Brandon Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --font-family-medium: "Brandon Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --space-default: 1rem; --space-xxs: calc(var(--space-default) / 8); /* 2px */ --space-xs: calc(var(--space-default) / 4); /* 4px */ --space-s: calc(var(--space-default) / 2); /* 8px */ --space-m: calc(var(--space-default)); /* 16px */ --space-l: calc(var(--space-default) * 2); /* 32px */ --space-xl: calc(var(--space-default) * 4); /* 64px */ --space-xxl: calc(var(--space-default) * 8); /* 128px */ --checkbox-size: 1.5rem; --font-scale: 1.2; --font-size-1: calc(var(--font-scale) * var(--font-size-2)); --font-size-2: calc(var(--font-scale) * var(--font-size-3)); --font-size-3: calc(var(--font-scale) * var(--font-size-4)); --font-size-4: 1rem; } @font-face { font-family: "Brandon Light"; src: url("../fonts/BrandonGrotesque-Light.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"); font-stretch: normal; font-style: normal; } @font-face { font-family: "Brandon Medium"; src: url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"); font-stretch: normal; font-style: normal; } html { box-sizing: border-box; color: var(--text-color-primary, #2f4b66); font-size: 120%; font-family: var(--font-family-light, "Brandon Light"); font-weight: var(--font-weight-light, 300); } body { margin: 0; padding: 0; border: 0; } *, *::before, *::after { box-sizing: inherit; } h1, h2, h3, h4, h5, h6 { margin-top: 0; } .grid { display: grid; grid-template-columns: 24.75rem 1fr; } .grid__aside { box-shadow: var(--box-shadow, 2px 2px 20px 3px rgba(0, 0, 0, 0.1)); height: 100%; min-height: 100vh; padding-left: 2.5rem; padding-top: var(--space-xl, 4rem); } .grid__main { padding-left: 2.5rem; padding-right: 2.5rem; padding-top: var(--space-xl, 4rem); } .logo { margin-bottom: calc(var(--space-m, 1rem)); } .content { margin-bottom: 2.25rem; } .content__row { align-items: baseline; display: flex; } .content__text { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-light, "Brandon Light"); font-weight: var(--font-weight-light, 300); font-size: 0.875rem; margin-right: var(--space-m, 1rem); font-weight: bold; } .content__title { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); font-size: 1.125rem; } .title { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); margin-bottom: var(--space-l, 2rem); } .checkbox-wrapper { margin-bottom: 3.375rem; } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { left: -99999px; position: absolute; } [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { cursor: pointer; padding-left: 2.2rem; position: relative; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { background-color: var(--background-color-light, #b2bac1); border-radius: 2px; content: ""; height: var(--checkbox-size, 1.5rem); left: 0; position: absolute; top: 0; width: var(--checkbox-size, 1.5rem); } [type="checkbox"]:checked + label:before { background-color: transparent; } [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { color: var(--text-color-light, #b2bac1); content: "✓"; left: 0.22rem; position: absolute; top: 0.15rem; } [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0) translateZ(0); } [type="checkbox"]:checked + label:after { opacity: 1; padding-left: 0.12rem; transform: scale(1) translateZ(0); } [type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before, label:hover:before { border: var(--border, 2px solid #4778d9); } .btn { align-items: center; display: flex; background-color: var(--foreground-color-secondary, #673c4f); border-radius: 2rem; color: #ffffff; justify-content: center; font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); font-size: 1.125rem; line-height: 3.375rem; text-align: center; text-transform: uppercase; width: 19.75rem; } .btn:hover { background-color: var(--foreground-color-secondary-hover, #472936); color: #ffffff; cursor: pointer; } .u-visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .searchbox input { background-color: #ffffff; background-image: url("../img/search.svg"); background-position: right var(--space-m, 1rem) center; background-repeat: no-repeat; background-size: 1.375rem; border: 0; box-shadow: var(--box-shadow, 2px 2px 20px 3px rgba(0, 0, 0, 0.1)); color: var(--text-color-primary, #2f4b66); display: block; font-family: var(--font-family-medium); font-size: 1.125rem; height: 3.5rem; margin-bottom: 2.75rem; margin-left: auto; margin-right: auto; max-width: 80%; padding-left: 1.5rem; width: 100%; } .searchbox input::-webkit-input-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .searchbox input::-moz-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .searchbox input:-ms-input-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .searchbox input:-moz-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .table__item { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); font-size: 0.875rem; height: 4rem; line-height: 4rem; padding-left: var(--space-m, 1rem); } .table__header { display: flex; justify-content: space-between; text-transform: uppercase; padding-left: 0; } .table__row { display: flex; justify-content: space-between; } .table__row:nth-child(even) { background-color: var(--background-color-secondary, #f4f6f7); } .table__header .table__item, .table__row .table__item { max-width: 9.3125rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
Source/Web/Tailwind.Traders.Rewards.Web/Content/styles/main.css
:root { --foreground-color-primary: #2f4b66; --foreground-color-secondary: #673c4f; --foreground-color-secondary-hover: #472936; --background-color-primary: #ffffff; --background-color-secondary: #f4f6f7; --background-color-light: #b2bac1; --text-color-primary: #2f4b66; --text-color-light: #b2bac1; --box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.1); --border: 2px solid #4778d9; --font-weight-light: 300; --font-weight-medium: 500; --font-family-light: "Brandon Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --font-family-medium: "Brandon Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --space-default: 1rem; --space-xxs: calc(var(--space-default) / 8); /* 2px */ --space-xs: calc(var(--space-default) / 4); /* 4px */ --space-s: calc(var(--space-default) / 2); /* 8px */ --space-m: calc(var(--space-default)); /* 16px */ --space-l: calc(var(--space-default) * 2); /* 32px */ --space-xl: calc(var(--space-default) * 4); /* 64px */ --space-xxl: calc(var(--space-default) * 8); /* 128px */ --checkbox-size: 1.5rem; --font-scale: 1.2; --font-size-1: calc(var(--font-scale) * var(--font-size-2)); --font-size-2: calc(var(--font-scale) * var(--font-size-3)); --font-size-3: calc(var(--font-scale) * var(--font-size-4)); --font-size-4: 1rem; } @font-face { font-family: "Brandon Light"; src: url("../fonts/BrandonGrotesque-Light.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"); font-stretch: normal; font-style: normal; } @font-face { font-family: "Brandon Medium"; src: url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"); font-stretch: normal; font-style: normal; } html { box-sizing: border-box; color: var(--text-color-primary, #2f4b66); font-size: 120%; font-family: var(--font-family-light, "Brandon Light"); font-weight: var(--font-weight-light, 300); } body { margin: 0; padding: 0; border: 0; } *, *::before, *::after { box-sizing: inherit; } h1, h2, h3, h4, h5, h6 { margin-top: 0; } .grid { display: grid; grid-template-columns: 24.75rem 1fr; } .grid__aside { box-shadow: var(--box-shadow, 2px 2px 20px 3px rgba(0, 0, 0, 0.1)); height: 100%; min-height: 100vh; padding-left: 2.5rem; padding-top: var(--space-xl, 4rem); } .grid__main { padding-left: 2.5rem; padding-right: 2.5rem; padding-top: var(--space-xl, 4rem); } .logo { margin-bottom: calc(var(--space-m, 1rem)); } .content { margin-bottom: 2.25rem; } .content__row { align-items: baseline; display: flex; } .content__text { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-light, "Brandon Light"); font-weight: var(--font-weight-light, 300); font-size: 0.875rem; margin-right: var(--space-m, 1rem); font-weight: bold; } .content__title { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); font-size: 1.125rem; } .title { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); margin-bottom: var(--space-l, 2rem); } .checkbox-wrapper { margin-bottom: 3.375rem; } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { left: -99999px; position: absolute; } [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { cursor: pointer; padding-left: 2.2rem; position: relative; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { background-color: var(--background-color-light, #b2bac1); border-radius: 2px; content: ""; height: var(--checkbox-size, 1.5rem); left: 0; position: absolute; top: 0; width: var(--checkbox-size, 1.5rem); } [type="checkbox"]:checked + label:before { background-color: transparent; } [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { color: var(--text-color-light, #b2bac1); content: "✓"; left: 0.22rem; position: absolute; top: 0.15rem; } [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0) translateZ(0); } [type="checkbox"]:checked + label:after { opacity: 1; padding-left: 0.12rem; transform: scale(1) translateZ(0); } [type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before, label:hover:before { border: var(--border, 2px solid #4778d9); } .btn { align-items: center; display: flex; background-color: var(--foreground-color-secondary, #673c4f); border-radius: 2rem; color: #ffffff; justify-content: center; font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); font-size: 1.125rem; line-height: 3.375rem; text-align: center; text-transform: uppercase; width: 19.75rem; } .btn:hover { background-color: var(--foreground-color-secondary-hover, #472936); color: #ffffff; cursor: pointer; } .u-visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .searchbox input { background-color: #ffffff; background-image: url("../img/search.svg"); background-position: right var(--space-m, 1rem) center; background-repeat: no-repeat; background-size: 1.375rem; border: 0; box-shadow: var(--box-shadow, 2px 2px 20px 3px rgba(0, 0, 0, 0.1)); color: var(--text-color-primary, #2f4b66); display: block; font-family: var(--font-family-medium); font-size: 1.125rem; height: 3.5rem; margin-bottom: 2.75rem; margin-left: auto; margin-right: auto; max-width: 80%; padding-left: 1.5rem; width: 100%; } .searchbox input::-webkit-input-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .searchbox input::-moz-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .searchbox input:-ms-input-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .searchbox input:-moz-placeholder { color: var(--text-color-light, #b2bac1); font-size: 1.25rem; } .table__item { color: var(--foreground-color-primary, #2f4b66); font-family: var(--font-family-medium, "Brandon Medium"); font-weight: var(--font-weight-medium, 500); font-size: 0.875rem; height: 4rem; line-height: 4rem; padding-left: var(--space-m, 1rem); } .table__header { display: flex; justify-content: space-between; text-transform: uppercase; padding-left: 0; } .table__row { display: flex; justify-content: space-between; } .table__row:nth-child(even) { background-color: var(--background-color-secondary, #f4f6f7); } .table__header .table__item, .table__row .table__item { max-width: 9.3125rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
0.468791
0.183758
@import url("https://fonts.googleapis.com/css?family=Lato:400,700"); /* Define some variables we will need */ /* Do the imports */ * { font-family: "Lato", sans-serif; font-weight: 400; color: #212121; padding: 0; margin: 0; box-sizing: border-box; word-wrap: break-word; } nav { margin: 20px auto; max-width: 960px; width: 95%; } nav label { font-weight: bold; } nav ul { list-style: none; float: right; } nav ul li { margin: 0 15px; } nav * { display: inline-block; } @media screen and (max-width: 640px) { nav { text-align: center; } nav > * { display: block; } nav ul { float: none; margin-top: 15px; } } .container { max-width: 960px; width: 95%; margin: 0 auto; } .grid-flex { display: -webkit-box; display: flex; } .row:after { content: ''; display: table; clear: both; } .flex-1 { -webkit-box-flex: 1; flex: 1; } .flex-2 { -webkit-box-flex: 2; flex: 2; } .flex-3 { -webkit-box-flex: 3; flex: 3; } .flex-4 { -webkit-box-flex: 4; flex: 4; } .flex-5 { -webkit-box-flex: 5; flex: 5; } .flex-6 { -webkit-box-flex: 6; flex: 6; } .flex-7 { -webkit-box-flex: 7; flex: 7; } .flex-8 { -webkit-box-flex: 8; flex: 8; } .flex-9 { -webkit-box-flex: 9; flex: 9; } .flex-10 { -webkit-box-flex: 10; flex: 10; } /* Old grid system */ .one.column, .one.columns { width: 7.33333%; display: inline-block; margin: 0 .5%; float: left; } .two.columns { width: 15.66667%; display: inline-block; margin: 0 .5%; float: left; } .three.columns { width: 24%; display: inline-block; margin: 0 .5%; float: left; } .four.columns { width: 32.33333%; display: inline-block; margin: 0 .5%; float: left; } .five.columns { width: 40.66667%; display: inline-block; margin: 0 .5%; float: left; } .six.columns { width: 49%; display: inline-block; margin: 0 .5%; float: left; } .seven.columns { width: 57.33333%; display: inline-block; margin: 0 .5%; float: left; } .eight.columns { width: 65.66667%; display: inline-block; margin: 0 .5%; float: left; } .nine.columns { width: 74%; display: inline-block; margin: 0 .5%; float: left; } .ten.columns { width: 82.33333%; display: inline-block; margin: 0 .5%; float: left; } .eleven.columns { width: 90.66667%; display: inline-block; margin: 0 .5%; float: left; } .twelve.columns { width: 99%; display: inline-block; margin: 0 .5%; float: left; } @media screen and (max-width: 750px) { .columns.desktop, .column.desktop { display: block !important; width: 99% !important; } } @media screen and (min-width: 750px) { .columns.mobile, .column.mobile { display: block !important; width: 99% !important; } } button { display: inline-block; padding: 8px 30px; margin: 5px 0; text-align: center; text-transform: uppercase; border: none; outline: none; border-radius: 2px; color: #ffffff; cursor: pointer; background-color: #212121; transition: 0.2s ease-in-out; } button:hover, button:disabled { background-color: #878787; } button:active { background-color: black; } button.success { background-color: #2be379; transition: 0.2s ease-in-out; } button.success:hover, button.success:disabled { background-color: #6feca4; } button.success:active { background-color: #17ab55; } button.error { background-color: #f14735; transition: 0.2s ease-in-out; } button.error:hover, button.error:disabled { background-color: #f6887d; } button.error:active { background-color: #cb200e; } button.warning { background-color: #ffb930; transition: 0.2s ease-in-out; } button.warning:hover, button.warning:disabled { background-color: #ffd37d; } button.warning:active { background-color: #e39600; } button.btn-shadow { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } button.btn-shadow:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } button.btn-shadow:active { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); } input, textarea, select { display: block; width: 100%; padding: 5px; margin: 5px 0; border: 1px solid #e0e0e0; outline: none; border-radius: 2px; background-color: #ffffff; } input:hover, textarea:hover, select:hover { border-color: #6e6e6e; } input:focus, textarea:focus, select:focus { border-color: #212121; } textarea { resize: vertical; min-height: 60px; } b, strong { font-weight: 700; } a { text-decoration: underline; cursor: pointer; } a:hover { color: #6e6e6e; } a.none { text-decoration: none; } h1 { font-size: 3rem; } h2 { font-size: 2.6rem; } h3 { font-size: 2.2rem; } h4 { font-size: 1.8rem; } h5 { font-size: 1.6rem; } h6 { font-size: 1.4rem; } h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: bold; } small { font-size: .8rem; } p { margin: 15px 0; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-muted, .text-muted * { color: #616161; } .text-success, .text-success * { color: #2be379; } .text-error, .text-error * { color: #f14735; } .text-warning, .text-warning * { color: #ffb930; } .text-inverted, .text-inverted * { color: #ffffff; } table { border-collapse: collapse; width: 100%; margin-top: .5em; } @media screen and (max-width: 750px) { table { overflow-x: auto; display: block; } } table td, table th { padding: 12px 15px; text-align: left; border-bottom: 1px solid #e0e0e0; } ul ul { margin-left: 15px; } ul.inner, ul .inner { list-style-position: inside; } ul.outer, ul .outer { list-style-position: outside; } /** * Thanks to <NAME> for this tooltip from https://codepen.io/cbracco/pen/qzukg */ /* Add this attribute to the element that needs a tooltip */ [data-tooltip] { position: relative; z-index: 2; cursor: pointer; } /* Hide the tooltip content by default */ [data-tooltip]:before, [data-tooltip]:after { visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; pointer-events: none; } /* Position tooltip above the element */ [data-tooltip]:before { position: absolute; bottom: 150%; left: 50%; margin-bottom: 5px; margin-left: -80px; padding: 7px; width: 160px; border-radius: 3px; background-color: #000; background-color: rgba(51, 51, 51, 0.9); color: #fff; content: attr(data-tooltip); text-align: center; font-size: 14px; line-height: 1.2; } /* Triangle hack to make tooltip look like a speech bubble */ [data-tooltip]:after { position: absolute; bottom: 150%; left: 50%; margin-left: -5px; width: 0; border-top: 5px solid #000; border-top: 5px solid rgba(51, 51, 51, 0.9); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; } /* Show tooltip content on hover */ [data-tooltip]:hover:before, [data-tooltip]:hover:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } .card { margin: 15px; border-radius: 1px; border: 0.5px solid #e0e0e0; } .card img { width: 100%; display: block; border-radius: 1px 1px 0 0; } .card .content { padding: 10px; } .card .footer { border-top: 1px solid #e0e0e0; padding: 5px 15px; text-align: right; } .card.card-shadow { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border: none; } hr { border: none; outline: none; height: 1px; width: 60%; background-color: #e0e0e0; } .bg-success { background-color: #2be379; } .bg-warning { background-color: #ffb930; } .bg-error { background-color: #f14735; } .bg-success-bright { background-color: #b2f5ce; } .bg-warning-bright { background-color: #ffedc9; } .bg-error-bright { background-color: #fbc9c4; } code { background-color: #e0e0e0; display: inline-block; padding: 4px 8px; font-family: monospace; overflow-x: auto; } pre > code { display: block; white-space: pre; } .cover { min-height: 60vh; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; } .cover > div { -webkit-box-flex: 1; flex: 1; } .progress { display: block; width: 100%; height: 3px; margin: 5px; background-color: #e0e0e0; } .progress .bar { transition: width .5s ease-in-out; display: block; height: 100%; width: 100%; max-width: 100%; } img { display: block; width: 100%; } .pagination { display: -webkit-box; display: flex; width: 100%; text-align: center; padding: 15px; } .pagination * { text-decoration: none; } .pagination > * { -webkit-box-flex: 1; flex: 1; padding: 3px; } .pagination > *:hover { background-color: #ededed; transition: .3s background-color ease-in-out; } .pagination > *:hover, .pagination > *:hover * { color: #212121; } .pagination .action { -webkit-box-flex: .5; flex: .5; } .pagination.no-flex { display: block; } .pagination.no-flex > * { display: inline-block; margin: 0 10px; }
src/skeleton-plus.css
@import url("https://fonts.googleapis.com/css?family=Lato:400,700"); /* Define some variables we will need */ /* Do the imports */ * { font-family: "Lato", sans-serif; font-weight: 400; color: #212121; padding: 0; margin: 0; box-sizing: border-box; word-wrap: break-word; } nav { margin: 20px auto; max-width: 960px; width: 95%; } nav label { font-weight: bold; } nav ul { list-style: none; float: right; } nav ul li { margin: 0 15px; } nav * { display: inline-block; } @media screen and (max-width: 640px) { nav { text-align: center; } nav > * { display: block; } nav ul { float: none; margin-top: 15px; } } .container { max-width: 960px; width: 95%; margin: 0 auto; } .grid-flex { display: -webkit-box; display: flex; } .row:after { content: ''; display: table; clear: both; } .flex-1 { -webkit-box-flex: 1; flex: 1; } .flex-2 { -webkit-box-flex: 2; flex: 2; } .flex-3 { -webkit-box-flex: 3; flex: 3; } .flex-4 { -webkit-box-flex: 4; flex: 4; } .flex-5 { -webkit-box-flex: 5; flex: 5; } .flex-6 { -webkit-box-flex: 6; flex: 6; } .flex-7 { -webkit-box-flex: 7; flex: 7; } .flex-8 { -webkit-box-flex: 8; flex: 8; } .flex-9 { -webkit-box-flex: 9; flex: 9; } .flex-10 { -webkit-box-flex: 10; flex: 10; } /* Old grid system */ .one.column, .one.columns { width: 7.33333%; display: inline-block; margin: 0 .5%; float: left; } .two.columns { width: 15.66667%; display: inline-block; margin: 0 .5%; float: left; } .three.columns { width: 24%; display: inline-block; margin: 0 .5%; float: left; } .four.columns { width: 32.33333%; display: inline-block; margin: 0 .5%; float: left; } .five.columns { width: 40.66667%; display: inline-block; margin: 0 .5%; float: left; } .six.columns { width: 49%; display: inline-block; margin: 0 .5%; float: left; } .seven.columns { width: 57.33333%; display: inline-block; margin: 0 .5%; float: left; } .eight.columns { width: 65.66667%; display: inline-block; margin: 0 .5%; float: left; } .nine.columns { width: 74%; display: inline-block; margin: 0 .5%; float: left; } .ten.columns { width: 82.33333%; display: inline-block; margin: 0 .5%; float: left; } .eleven.columns { width: 90.66667%; display: inline-block; margin: 0 .5%; float: left; } .twelve.columns { width: 99%; display: inline-block; margin: 0 .5%; float: left; } @media screen and (max-width: 750px) { .columns.desktop, .column.desktop { display: block !important; width: 99% !important; } } @media screen and (min-width: 750px) { .columns.mobile, .column.mobile { display: block !important; width: 99% !important; } } button { display: inline-block; padding: 8px 30px; margin: 5px 0; text-align: center; text-transform: uppercase; border: none; outline: none; border-radius: 2px; color: #ffffff; cursor: pointer; background-color: #212121; transition: 0.2s ease-in-out; } button:hover, button:disabled { background-color: #878787; } button:active { background-color: black; } button.success { background-color: #2be379; transition: 0.2s ease-in-out; } button.success:hover, button.success:disabled { background-color: #6feca4; } button.success:active { background-color: #17ab55; } button.error { background-color: #f14735; transition: 0.2s ease-in-out; } button.error:hover, button.error:disabled { background-color: #f6887d; } button.error:active { background-color: #cb200e; } button.warning { background-color: #ffb930; transition: 0.2s ease-in-out; } button.warning:hover, button.warning:disabled { background-color: #ffd37d; } button.warning:active { background-color: #e39600; } button.btn-shadow { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } button.btn-shadow:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } button.btn-shadow:active { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); } input, textarea, select { display: block; width: 100%; padding: 5px; margin: 5px 0; border: 1px solid #e0e0e0; outline: none; border-radius: 2px; background-color: #ffffff; } input:hover, textarea:hover, select:hover { border-color: #6e6e6e; } input:focus, textarea:focus, select:focus { border-color: #212121; } textarea { resize: vertical; min-height: 60px; } b, strong { font-weight: 700; } a { text-decoration: underline; cursor: pointer; } a:hover { color: #6e6e6e; } a.none { text-decoration: none; } h1 { font-size: 3rem; } h2 { font-size: 2.6rem; } h3 { font-size: 2.2rem; } h4 { font-size: 1.8rem; } h5 { font-size: 1.6rem; } h6 { font-size: 1.4rem; } h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: bold; } small { font-size: .8rem; } p { margin: 15px 0; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-muted, .text-muted * { color: #616161; } .text-success, .text-success * { color: #2be379; } .text-error, .text-error * { color: #f14735; } .text-warning, .text-warning * { color: #ffb930; } .text-inverted, .text-inverted * { color: #ffffff; } table { border-collapse: collapse; width: 100%; margin-top: .5em; } @media screen and (max-width: 750px) { table { overflow-x: auto; display: block; } } table td, table th { padding: 12px 15px; text-align: left; border-bottom: 1px solid #e0e0e0; } ul ul { margin-left: 15px; } ul.inner, ul .inner { list-style-position: inside; } ul.outer, ul .outer { list-style-position: outside; } /** * Thanks to <NAME> for this tooltip from https://codepen.io/cbracco/pen/qzukg */ /* Add this attribute to the element that needs a tooltip */ [data-tooltip] { position: relative; z-index: 2; cursor: pointer; } /* Hide the tooltip content by default */ [data-tooltip]:before, [data-tooltip]:after { visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; pointer-events: none; } /* Position tooltip above the element */ [data-tooltip]:before { position: absolute; bottom: 150%; left: 50%; margin-bottom: 5px; margin-left: -80px; padding: 7px; width: 160px; border-radius: 3px; background-color: #000; background-color: rgba(51, 51, 51, 0.9); color: #fff; content: attr(data-tooltip); text-align: center; font-size: 14px; line-height: 1.2; } /* Triangle hack to make tooltip look like a speech bubble */ [data-tooltip]:after { position: absolute; bottom: 150%; left: 50%; margin-left: -5px; width: 0; border-top: 5px solid #000; border-top: 5px solid rgba(51, 51, 51, 0.9); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; } /* Show tooltip content on hover */ [data-tooltip]:hover:before, [data-tooltip]:hover:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } .card { margin: 15px; border-radius: 1px; border: 0.5px solid #e0e0e0; } .card img { width: 100%; display: block; border-radius: 1px 1px 0 0; } .card .content { padding: 10px; } .card .footer { border-top: 1px solid #e0e0e0; padding: 5px 15px; text-align: right; } .card.card-shadow { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border: none; } hr { border: none; outline: none; height: 1px; width: 60%; background-color: #e0e0e0; } .bg-success { background-color: #2be379; } .bg-warning { background-color: #ffb930; } .bg-error { background-color: #f14735; } .bg-success-bright { background-color: #b2f5ce; } .bg-warning-bright { background-color: #ffedc9; } .bg-error-bright { background-color: #fbc9c4; } code { background-color: #e0e0e0; display: inline-block; padding: 4px 8px; font-family: monospace; overflow-x: auto; } pre > code { display: block; white-space: pre; } .cover { min-height: 60vh; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; } .cover > div { -webkit-box-flex: 1; flex: 1; } .progress { display: block; width: 100%; height: 3px; margin: 5px; background-color: #e0e0e0; } .progress .bar { transition: width .5s ease-in-out; display: block; height: 100%; width: 100%; max-width: 100%; } img { display: block; width: 100%; } .pagination { display: -webkit-box; display: flex; width: 100%; text-align: center; padding: 15px; } .pagination * { text-decoration: none; } .pagination > * { -webkit-box-flex: 1; flex: 1; padding: 3px; } .pagination > *:hover { background-color: #ededed; transition: .3s background-color ease-in-out; } .pagination > *:hover, .pagination > *:hover * { color: #212121; } .pagination .action { -webkit-box-flex: .5; flex: .5; } .pagination.no-flex { display: block; } .pagination.no-flex > * { display: inline-block; margin: 0 10px; }
0.351089
0.086208
body { font: 14px Courier New; margin: 0; margin-top: 20px; line-height: 26px; background-color: #000000; } p { color: #ffffff; } nav { border: 1px solid #ccc; border-width: 1px 0; list-style: none; margin: 0; padding: 0; text-align: center; } nav > li{ display: inline; } nav a{ display: inline-block; padding: 10px; } header h1 { text-align: center; text-transform: uppercase; color: #84c754; } .post-header { color: #84c754; padding-top: 0; margin-top: 0; } nav h1 { text-align: center; text-transform: uppercase; color: #84c754; margin: 10px 0 10px 0; } ol, ul { color: #ffffff; } h2, h3, h4, h5 { color: #ffffff; } #content { padding-top: 30px; padding-bottom: 100px; } .contacticonlft { display: inline-block; width: 50px; padding: 0px 10px 20px 10px; float: left; } .contacttxtlft { display: inline-block; padding: 0px 10px 20px 10px; text-align: left; } .col-centered { float: none; } .center-col-content { margin-left: auto; margin-right: auto; display: center; } .phonetxt { color: #ffffff; } .thumb-right { float: right; display: inline-block; width: 100px; margin: 10px 0px 10px 26px; } .post-pic { float: left; display: inline-block; width: 200px; margin: 10px 26px 10px 0px; } .imgleft { display: inline-block; float: left; width: 20%; margin: 10px 26px 10px 0px; } footer ul{ font-size: 80%; border-top: 1px solid #ccc; border-width: 1px 0; list-style: none; height: 100px; bottom: 0; padding: 0; margin: 0; text-align: center; } footer li{ display: inline; color: #ffffff; } footer a{ display: inline-block; padding: 10px; } h2 { color: #ffffff; } ol { color: #ffffff; } ul { color: #ffffff; } /* For styling links! */ p a{ color: #737373; font-weight: bold; } .intern-link { color: #84c754; font-weight: bold; } .post-row { margin-bottom: 40px; } .read-more-link { color: #737373; font-weight: bold; } .menuitem { color: #84c754; cursor: pointer; } .menuitem:hover { color: #ffffff; } a { text-decoration: none; color: #ffffff; } a:hover { color: #84c754; } a:active { color: #84c754; }
static/css/website.css
body { font: 14px Courier New; margin: 0; margin-top: 20px; line-height: 26px; background-color: #000000; } p { color: #ffffff; } nav { border: 1px solid #ccc; border-width: 1px 0; list-style: none; margin: 0; padding: 0; text-align: center; } nav > li{ display: inline; } nav a{ display: inline-block; padding: 10px; } header h1 { text-align: center; text-transform: uppercase; color: #84c754; } .post-header { color: #84c754; padding-top: 0; margin-top: 0; } nav h1 { text-align: center; text-transform: uppercase; color: #84c754; margin: 10px 0 10px 0; } ol, ul { color: #ffffff; } h2, h3, h4, h5 { color: #ffffff; } #content { padding-top: 30px; padding-bottom: 100px; } .contacticonlft { display: inline-block; width: 50px; padding: 0px 10px 20px 10px; float: left; } .contacttxtlft { display: inline-block; padding: 0px 10px 20px 10px; text-align: left; } .col-centered { float: none; } .center-col-content { margin-left: auto; margin-right: auto; display: center; } .phonetxt { color: #ffffff; } .thumb-right { float: right; display: inline-block; width: 100px; margin: 10px 0px 10px 26px; } .post-pic { float: left; display: inline-block; width: 200px; margin: 10px 26px 10px 0px; } .imgleft { display: inline-block; float: left; width: 20%; margin: 10px 26px 10px 0px; } footer ul{ font-size: 80%; border-top: 1px solid #ccc; border-width: 1px 0; list-style: none; height: 100px; bottom: 0; padding: 0; margin: 0; text-align: center; } footer li{ display: inline; color: #ffffff; } footer a{ display: inline-block; padding: 10px; } h2 { color: #ffffff; } ol { color: #ffffff; } ul { color: #ffffff; } /* For styling links! */ p a{ color: #737373; font-weight: bold; } .intern-link { color: #84c754; font-weight: bold; } .post-row { margin-bottom: 40px; } .read-more-link { color: #737373; font-weight: bold; } .menuitem { color: #84c754; cursor: pointer; } .menuitem:hover { color: #ffffff; } a { text-decoration: none; color: #ffffff; } a:hover { color: #84c754; } a:active { color: #84c754; }
0.495117
0.135118
body{ padding: 30px; background-color: #aaaaaa; background-image: url("https://images.homedepot-static.com/productImages/f32e787d-1ca5-405f-b3e1-da60d4acc12f/svn/a-street-wallpaper-2697-22625sam-64_1000.jpg"); /*sets an image to the background of the entire page*/ } #courses{ /*margin-right:50%; */ float:left; display:inline; width:47%; margin-bottom:10%; padding:1%; background-color: #bdb6bb; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; } #faculty{ float:right;/*moves faculty pictures to the right side of the page next to the courses block*/ display:inline; width:47%; background-color: #bdb6bb; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; } #faculty-list{ text-align: center; } #faculty ul{ list-style-type:none; } #faculty h2{ text-align: center; margin-left:5%; } #main-title{ text-align: center; margin-bottom: 5%; padding:1%; } #pslo{ text-align:center; list-style-position: inside; margin-bottom: 5%; background-color: #bdb6bb; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; } #validation{ background-color: #bdb6bb; padding: 2%; margin-top: 45%; margin-right: 49.5%; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; /*sets an image as the boarder of the box*/ } #style a:link{ color: white; } #style li { float: left; } #style li a{ padding:5px;/*adds padding between the words and the box*/ text-align: center; display: block; } #style li a:hover{ background-color:gray;/*makes background color of links turn gray when hovered on*/ } #style { position: relative; background-color: #c6001b; left: 0%; right: 0%; top: 0%; height: 55px; top: 5px; border:5px solid; border-color: black; margin-right: 49.5%; margin-top: 4%; } #style ul{ list-style-type:none; }
css/style3.css
body{ padding: 30px; background-color: #aaaaaa; background-image: url("https://images.homedepot-static.com/productImages/f32e787d-1ca5-405f-b3e1-da60d4acc12f/svn/a-street-wallpaper-2697-22625sam-64_1000.jpg"); /*sets an image to the background of the entire page*/ } #courses{ /*margin-right:50%; */ float:left; display:inline; width:47%; margin-bottom:10%; padding:1%; background-color: #bdb6bb; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; } #faculty{ float:right;/*moves faculty pictures to the right side of the page next to the courses block*/ display:inline; width:47%; background-color: #bdb6bb; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; } #faculty-list{ text-align: center; } #faculty ul{ list-style-type:none; } #faculty h2{ text-align: center; margin-left:5%; } #main-title{ text-align: center; margin-bottom: 5%; padding:1%; } #pslo{ text-align:center; list-style-position: inside; margin-bottom: 5%; background-color: #bdb6bb; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; } #validation{ background-color: #bdb6bb; padding: 2%; margin-top: 45%; margin-right: 49.5%; border: 10px solid; border-image: url("http://longwallpapers.com/Desktop-Wallpaper/neon-wallpapers-photo-For-Desktop-Wallpaper.jpg") 10 round; /*sets an image as the boarder of the box*/ } #style a:link{ color: white; } #style li { float: left; } #style li a{ padding:5px;/*adds padding between the words and the box*/ text-align: center; display: block; } #style li a:hover{ background-color:gray;/*makes background color of links turn gray when hovered on*/ } #style { position: relative; background-color: #c6001b; left: 0%; right: 0%; top: 0%; height: 55px; top: 5px; border:5px solid; border-color: black; margin-right: 49.5%; margin-top: 4%; } #style ul{ list-style-type:none; }
0.490968
0.141311
:root { --font-primary: Chivo, canada-type-gibson, Helvetica, Arial, sans-serif; --font-secondary: Chivo, Calibre, Georgia, sans-serif; --font-tertiary: clarendon-urw, Georgia, IBM Plex Mono, Courier, Menlo, Consolas, Monaco, "Lucida Console", monospace; --font-weight-bold: 600; --font-weight-regular: 400; --font-weight-bold-alt: 500; --font-size-xxl: calc(var(--font-size-base) * 3 * var(--font-scale-ratio)); --font-size-xl: calc(var(--font-size-base) * 1.8 * var(--font-scale-ratio)); --font-size-l: calc(var(--font-size-base) * 1.5 * var(--font-scale-ratio)); --font-size-m: calc(var(--font-size-base) * 1.3 * var(--font-scale-ratio)); --font-size-s: calc(var(--font-size-base) * 1 * var(--font-scale-ratio)); --font-size-xs: calc(var(--font-size-base) * 0.9 * var(--font-scale-ratio)); --font-size-2xs: calc(var(--font-size-base) * 0.7 * var(--font-scale-ratio)); --transition: all 0.3s ease-in-out; --font-size-root: 100; --font-size-base: 18px; --font-size-small: 16px; --font-base-line-height: 1.8; --font-small-line-height: 1.5; --font-scale-ratio: 1; --font-small-letter-spacing: 0.5px; --font-leading: cal( cal(16 * (var(--font-size-root) / 100)) * var(--font-base-line-height) ); } /* Color */ :root { /* Old Color Token */ /* --color-primary: #003049; */ /* --color-primary-shades-100: #e7eff5; */ /* --color-primary-shades-200: #ced8e0; */ /* --color-primary-shades-300: #5f777d; */ /* --color-primary-shades-500: #334455; */ /* --color-primary-shades-700: #003049; */ /* --color-secondary: #0078A0; */ /* --color-white: #ffffff; */ /* --color-white-300: #fbfbfb; */ /* --color-white-500: #f7f7f7; */ /* --color-white-700: #eeeeee; */ /* --color-primary-100: #E4F6FF; */ /* --color-primary-100-shade: #e7eff5; */ /* --color-primary-300: #00A5DD; */ /* New Color Token*/ --color-white-light-100: #FBFBFB; --color-white-light-300: #f7f7f7; --color-white-light-500: #EEEEEE; --color-primary-light-100: #E7EFF5; --color-primary-light-300: #8FE6FF; --color-primary-light-500: #0077CC; --color-primary-light-700: #003049; --color-primary-light-900:#121923; --color-secondary-light-100: #CED8E0; --color-secondary-light-300: #586F74; --color-secondary-light-500: #005693; --color-secondary-light-700: #121923; /* Semantic Color */ --color-primary-500: var(--color-primary-light-500); --color-primary-highlight: var(--color-primary-light-300); --color-background: var(--color-white-light-100); --color-background-alt: var(--color-white-light-300); --color-background-reverse: var(--color-primary-light-700); --color-text: var(--color-primary-light-700); --color-text-secondary: var(--color-secondary-light-300); --color-text-reverse: var(--color-white-light-100); --color-title: var(--color-primary-light-700); --color-gradient: linear-gradient(135deg, rgba(56,204,133,1) 0%, rgba(0,153,204,1) 100%);; --color-border: var(--color-secondary-light-100); --color-transparent: rgba(0, 0, 0, 0); --page-border-top: 10px var(--color-secondary-light-500) solid; --font-small-letterspacing: 0.075rem; --border-radius: 24px; /* Dark Mode Preview */ /* --color-primary-500: var(--color-primary-dark-500); --color-background: var(--color-primary-light-700); --color-background-alt: var(--color-primary-shades-500); --color-text: var(--color-white-light-100); --color-text-secondary: var(--color-secondary-light-300); --color-title: var(--color-white-light-100); */ } /* Spacing */ :root { --padding-s: 1rem; --padding-m: 2rem; --padding-l: 4rem; --padding-xl: 8rem; --var-padding-l: 6rem; --var-padding-m: 2rem; --var-padding-s: 1rem; --grid-gap: 24px; } :root { --page-container-l: 1440px; --page-container-m: 1080px; --page-container-s: 720px; } @media only screen and (min-width: 1920px) { :root { --page-container-l: 1440px; --page-container-m: 1280px; --page-container-s: 760px; } } @media only screen and (max-width: 768px) { :root { --font-size-base: 16px; --font-scale-ratio: .9; --var-padding-l: 3rem; --var-padding-m: 1.5rem; --var-padding-s: 0.5rem; --font-size-xxl: calc(var(--font-size-base) * 2.5 * var(--font-scale-ratio)); --font-size-xl: calc(var(--font-size-base) * 1.5 * var(--font-scale-ratio)); --font-size-m: calc(var(--font-size-base) * 1.17 * var(--font-scale-ratio)); --font-size-xs: calc(var(--font-size-base) * 1 * var(--font-scale-ratio)); } }
src/layout/variables.css
:root { --font-primary: Chivo, canada-type-gibson, Helvetica, Arial, sans-serif; --font-secondary: Chivo, Calibre, Georgia, sans-serif; --font-tertiary: clarendon-urw, Georgia, IBM Plex Mono, Courier, Menlo, Consolas, Monaco, "Lucida Console", monospace; --font-weight-bold: 600; --font-weight-regular: 400; --font-weight-bold-alt: 500; --font-size-xxl: calc(var(--font-size-base) * 3 * var(--font-scale-ratio)); --font-size-xl: calc(var(--font-size-base) * 1.8 * var(--font-scale-ratio)); --font-size-l: calc(var(--font-size-base) * 1.5 * var(--font-scale-ratio)); --font-size-m: calc(var(--font-size-base) * 1.3 * var(--font-scale-ratio)); --font-size-s: calc(var(--font-size-base) * 1 * var(--font-scale-ratio)); --font-size-xs: calc(var(--font-size-base) * 0.9 * var(--font-scale-ratio)); --font-size-2xs: calc(var(--font-size-base) * 0.7 * var(--font-scale-ratio)); --transition: all 0.3s ease-in-out; --font-size-root: 100; --font-size-base: 18px; --font-size-small: 16px; --font-base-line-height: 1.8; --font-small-line-height: 1.5; --font-scale-ratio: 1; --font-small-letter-spacing: 0.5px; --font-leading: cal( cal(16 * (var(--font-size-root) / 100)) * var(--font-base-line-height) ); } /* Color */ :root { /* Old Color Token */ /* --color-primary: #003049; */ /* --color-primary-shades-100: #e7eff5; */ /* --color-primary-shades-200: #ced8e0; */ /* --color-primary-shades-300: #5f777d; */ /* --color-primary-shades-500: #334455; */ /* --color-primary-shades-700: #003049; */ /* --color-secondary: #0078A0; */ /* --color-white: #ffffff; */ /* --color-white-300: #fbfbfb; */ /* --color-white-500: #f7f7f7; */ /* --color-white-700: #eeeeee; */ /* --color-primary-100: #E4F6FF; */ /* --color-primary-100-shade: #e7eff5; */ /* --color-primary-300: #00A5DD; */ /* New Color Token*/ --color-white-light-100: #FBFBFB; --color-white-light-300: #f7f7f7; --color-white-light-500: #EEEEEE; --color-primary-light-100: #E7EFF5; --color-primary-light-300: #8FE6FF; --color-primary-light-500: #0077CC; --color-primary-light-700: #003049; --color-primary-light-900:#121923; --color-secondary-light-100: #CED8E0; --color-secondary-light-300: #586F74; --color-secondary-light-500: #005693; --color-secondary-light-700: #121923; /* Semantic Color */ --color-primary-500: var(--color-primary-light-500); --color-primary-highlight: var(--color-primary-light-300); --color-background: var(--color-white-light-100); --color-background-alt: var(--color-white-light-300); --color-background-reverse: var(--color-primary-light-700); --color-text: var(--color-primary-light-700); --color-text-secondary: var(--color-secondary-light-300); --color-text-reverse: var(--color-white-light-100); --color-title: var(--color-primary-light-700); --color-gradient: linear-gradient(135deg, rgba(56,204,133,1) 0%, rgba(0,153,204,1) 100%);; --color-border: var(--color-secondary-light-100); --color-transparent: rgba(0, 0, 0, 0); --page-border-top: 10px var(--color-secondary-light-500) solid; --font-small-letterspacing: 0.075rem; --border-radius: 24px; /* Dark Mode Preview */ /* --color-primary-500: var(--color-primary-dark-500); --color-background: var(--color-primary-light-700); --color-background-alt: var(--color-primary-shades-500); --color-text: var(--color-white-light-100); --color-text-secondary: var(--color-secondary-light-300); --color-title: var(--color-white-light-100); */ } /* Spacing */ :root { --padding-s: 1rem; --padding-m: 2rem; --padding-l: 4rem; --padding-xl: 8rem; --var-padding-l: 6rem; --var-padding-m: 2rem; --var-padding-s: 1rem; --grid-gap: 24px; } :root { --page-container-l: 1440px; --page-container-m: 1080px; --page-container-s: 720px; } @media only screen and (min-width: 1920px) { :root { --page-container-l: 1440px; --page-container-m: 1280px; --page-container-s: 760px; } } @media only screen and (max-width: 768px) { :root { --font-size-base: 16px; --font-scale-ratio: .9; --var-padding-l: 3rem; --var-padding-m: 1.5rem; --var-padding-s: 0.5rem; --font-size-xxl: calc(var(--font-size-base) * 2.5 * var(--font-scale-ratio)); --font-size-xl: calc(var(--font-size-base) * 1.5 * var(--font-scale-ratio)); --font-size-m: calc(var(--font-size-base) * 1.17 * var(--font-scale-ratio)); --font-size-xs: calc(var(--font-size-base) * 1 * var(--font-scale-ratio)); } }
0.342022
0.10434
.la-ball-elastic-dots, .la-ball-elastic-dots > div { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .la-ball-elastic-dots { display: block; font-size: 0; color: #fff; } .la-ball-elastic-dots.la-dark { color: #333; } .la-ball-elastic-dots > div { display: inline-block; float: none; background-color: currentColor; border: 0 solid currentColor; } .la-ball-elastic-dots { width: 120px; height: 10px; font-size: 0; text-align: center; } .la-ball-elastic-dots > div { display: inline-block; width: 10px; height: 10px; white-space: nowrap; border-radius: 100%; -webkit-animation: ball-elastic-dots-anim 1s infinite; -moz-animation: ball-elastic-dots-anim 1s infinite; -o-animation: ball-elastic-dots-anim 1s infinite; animation: ball-elastic-dots-anim 1s infinite; } .la-ball-elastic-dots.la-sm { width: 60px; height: 4px; } .la-ball-elastic-dots.la-sm > div { width: 4px; height: 4px; } .la-ball-elastic-dots.la-2x { width: 240px; height: 20px; } .la-ball-elastic-dots.la-2x > div { width: 20px; height: 20px; } .la-ball-elastic-dots.la-3x { width: 360px; height: 30px; } .la-ball-elastic-dots.la-3x > div { width: 30px; height: 30px; } /* * Animation */ @-webkit-keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -webkit-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -webkit-transform: scale(.65); transform: scale(.65); } } @-moz-keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -moz-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -moz-transform: scale(.65); transform: scale(.65); } } @-o-keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -o-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -o-transform: scale(.65); transform: scale(.65); } } @keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -webkit-transform: scale(.65); -moz-transform: scale(.65); -o-transform: scale(.65); transform: scale(.65); } }
css/ball-elastic-dots.css
.la-ball-elastic-dots, .la-ball-elastic-dots > div { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .la-ball-elastic-dots { display: block; font-size: 0; color: #fff; } .la-ball-elastic-dots.la-dark { color: #333; } .la-ball-elastic-dots > div { display: inline-block; float: none; background-color: currentColor; border: 0 solid currentColor; } .la-ball-elastic-dots { width: 120px; height: 10px; font-size: 0; text-align: center; } .la-ball-elastic-dots > div { display: inline-block; width: 10px; height: 10px; white-space: nowrap; border-radius: 100%; -webkit-animation: ball-elastic-dots-anim 1s infinite; -moz-animation: ball-elastic-dots-anim 1s infinite; -o-animation: ball-elastic-dots-anim 1s infinite; animation: ball-elastic-dots-anim 1s infinite; } .la-ball-elastic-dots.la-sm { width: 60px; height: 4px; } .la-ball-elastic-dots.la-sm > div { width: 4px; height: 4px; } .la-ball-elastic-dots.la-2x { width: 240px; height: 20px; } .la-ball-elastic-dots.la-2x > div { width: 20px; height: 20px; } .la-ball-elastic-dots.la-3x { width: 360px; height: 30px; } .la-ball-elastic-dots.la-3x > div { width: 30px; height: 30px; } /* * Animation */ @-webkit-keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -webkit-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -webkit-transform: scale(.65); transform: scale(.65); } } @-moz-keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -moz-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -moz-transform: scale(.65); transform: scale(.65); } } @-o-keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -o-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -o-transform: scale(.65); transform: scale(.65); } } @keyframes ball-elastic-dots-anim { 0%, 100% { margin: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 50% { margin: 0 5%; -webkit-transform: scale(.65); -moz-transform: scale(.65); -o-transform: scale(.65); transform: scale(.65); } }
0.52829
0.098469
html { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; } body { font-family: 'Bitter', serif; color: #555; } .container { background-color: #233D4D; border-left: 4px solid #FCCA46; border-right: 4px solid #FCCA46; min-height: 100%; } button, .button { border: none; background-color: #A1C181; } img { max-height: 300px; width: auto; } a { text-decoration: none; color: rgba(0, 0, 0, 0.6); } a[ng-click] { cursor: pointer; } a:hover { color: rgba(0, 0, 0, 0.6); } .ang-container { padding-bottom: 40px; } nav { padding: 15px 10px; background: #619B8A; display: flex; justify-content: space-between; align-content: center; } nav button { margin: 0; } .title h1 { text-align: justify; color: #FE7F2D; text-shadow: 1.5px 1.5px 0px #FCCA46; border-bottom: 1px solid #FCCA46; padding: 30px; } #photos { /* Prevent vertical gaps */ line-height: 0; -webkit-column-count: 3; -webkit-column-gap: 0px; -moz-column-count: 3; -moz-column-gap: 0px; column-count: 3; column-gap: 0px; } #photos img { /* Just in case there are inline attributes */ width: 100% !important; height: auto !important; } .photo-background { position: relative; min-height: 100px; background: #161616; } .photo-data { background-color: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; color: rgba(255, 250, 250, 0.9); height: 100%; width: 100%; } .photo-data p { margin-top: 12px; margin-left: 2px; } .photo-data button { float: right; margin-right: 2px; margin-top: 2px; } .photo-data a { color: rgba(255, 250, 250, 0.9); } footer { position: absolute; bottom: 0; width: 100%; height: 30px; background-color: #619B8A; border-top: 1px solid #FCCA46; border-bottom: 10px solid #FE7F2D; } footer p { margin: 0; } @media (max-width: 800px) { #photos { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } } @media (max-width: 400px) { #photos { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } } /*# sourceMappingURL=style.css.map */
public/styles/style.css
html { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; } body { font-family: 'Bitter', serif; color: #555; } .container { background-color: #233D4D; border-left: 4px solid #FCCA46; border-right: 4px solid #FCCA46; min-height: 100%; } button, .button { border: none; background-color: #A1C181; } img { max-height: 300px; width: auto; } a { text-decoration: none; color: rgba(0, 0, 0, 0.6); } a[ng-click] { cursor: pointer; } a:hover { color: rgba(0, 0, 0, 0.6); } .ang-container { padding-bottom: 40px; } nav { padding: 15px 10px; background: #619B8A; display: flex; justify-content: space-between; align-content: center; } nav button { margin: 0; } .title h1 { text-align: justify; color: #FE7F2D; text-shadow: 1.5px 1.5px 0px #FCCA46; border-bottom: 1px solid #FCCA46; padding: 30px; } #photos { /* Prevent vertical gaps */ line-height: 0; -webkit-column-count: 3; -webkit-column-gap: 0px; -moz-column-count: 3; -moz-column-gap: 0px; column-count: 3; column-gap: 0px; } #photos img { /* Just in case there are inline attributes */ width: 100% !important; height: auto !important; } .photo-background { position: relative; min-height: 100px; background: #161616; } .photo-data { background-color: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; color: rgba(255, 250, 250, 0.9); height: 100%; width: 100%; } .photo-data p { margin-top: 12px; margin-left: 2px; } .photo-data button { float: right; margin-right: 2px; margin-top: 2px; } .photo-data a { color: rgba(255, 250, 250, 0.9); } footer { position: absolute; bottom: 0; width: 100%; height: 30px; background-color: #619B8A; border-top: 1px solid #FCCA46; border-bottom: 10px solid #FE7F2D; } footer p { margin: 0; } @media (max-width: 800px) { #photos { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } } @media (max-width: 400px) { #photos { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } } /*# sourceMappingURL=style.css.map */
0.407098
0.062646
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } :root { margin: 0; top: 0; left: 0; } body { font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 300; margin: 0; overflow: hidden; } .nav { display: none; } .navbar { width: 100vw; height: 75px; padding: 1rem; border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; } .tile1 { background-color: darkgray; background-image: url("../img/pic1.jpg"); background-size: cover; background-position: center; height: 50vh; width: 100vw; position: relative; display: block; min-height: 300px; overflow: hidden; } .overlay1 { background-color: #333; height: 20vh; min-height: 100px; width: 80vw; position: absolute; bottom: 7.5%; left: 7.5%; color: white; padding: .5em; padding-top: 0em; font-size: 1.35em; } .overlay1 .sub-header { position: relative; top: -12%; } .pic2 { background-image: url("../img/pic2.jpg"); background-repeat: no-repeat; width: 25vw; height: 18vh; min-height: 100px; background-size: cover; background-position: right; position: relative; } .pic3 { background-image: url("../img/pic3.jpg"); background-repeat: no-repeat; width: 25vw; min-height: 100px; height: 18vh; background-size: cover; background-position: center; position: relative; } .tile2, .tile3 { display: block; height: 18vh; min-height: 100px; width: 100vw; position: relative; margin: 0; } .content2 { position: absolute; z-index: 10; top: -12%; left: 27%; padding: .4rem; background-size: contain; } .content3 { position: absolute; z-index: 10; top: -12%; left: 27%; padding: .4rem; background-size: contain; } .tile2 { background-color: darkblue; color: white; } .tile3 { background-color: teal; color: white; } .headline { font-size: 1.1em; padding: .5em; } .headlineB { display: none; } .sub-header { position: relative; left: 3%; } #menu{ max-height: 1.5em; max-width: 3em; float: right; margin: .5em; } #mag-glass { max-height: 1.5em; max-width: 1.5em; float: right; margin: .5em; } #logo { max-width: 12em; max-height: 3em; margin-top: .5em; } /*------------------ Media Queries ------------------*/ @media (min-width: 600px) { .overlay1 { height: 300px; width: 300px; padding: 1.5em; } .tile2 { width: 50%; height: 35vh; margin: 0; float: left; } .tile3 { width: 50%; height: 35vh; float: left; margin: 0; } .content2 { width: 100%; height: 15vh; color: white; position: relative; left: 1%; padding: 1em; } .pic2 { width: 100%; height: 20vh; } .pic3 { width: 100%; height: 20vh; } .content3 { width: 100%; height: 15vh; color: white; position: relative; left: 1%; padding: 1em; } .headlineB { display: inline-block; position: absolute; top: 70%; } } /*------------------ Media Queries ------------------*/ @media (min-width: 999px) { body { font-size: 1.1em; } .nav { display: inline; } #US { float: left; position: relative; left: 1.5%; } #logo { float: left; } #mag-glass { float: right; position: absolute; top: 1.5%; right: 1%; } #menu { display: none; } .nav li { float: right; list-style: none; font-size: .9em; color: grey; padding: .75em; position: relative; right: 3%; } .nav { display: inline; } .tile1 { height: 90vh; width: 60%; float: left; } .overlay1 { padding: 1em; } .tile2 { height: 45vh; width: 40%; float: right; } .pic2 { height: 65% } .pic3 { height: 65%; } .tile3 { height: 45vh; width: 40%; float: right; } .content2, .content3 { padding: 1.25em; } .sub-header { position: relative; top: -15%; } #headline1 { position: relative; top: -15%; } #sub-header1{ position: relative; top: -20%; font-size: 1rem; } .headlineB { font-size: 1rem; } .sub-header { font-size: .9rem; } }
css/styles.css
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } :root { margin: 0; top: 0; left: 0; } body { font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 300; margin: 0; overflow: hidden; } .nav { display: none; } .navbar { width: 100vw; height: 75px; padding: 1rem; border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; } .tile1 { background-color: darkgray; background-image: url("../img/pic1.jpg"); background-size: cover; background-position: center; height: 50vh; width: 100vw; position: relative; display: block; min-height: 300px; overflow: hidden; } .overlay1 { background-color: #333; height: 20vh; min-height: 100px; width: 80vw; position: absolute; bottom: 7.5%; left: 7.5%; color: white; padding: .5em; padding-top: 0em; font-size: 1.35em; } .overlay1 .sub-header { position: relative; top: -12%; } .pic2 { background-image: url("../img/pic2.jpg"); background-repeat: no-repeat; width: 25vw; height: 18vh; min-height: 100px; background-size: cover; background-position: right; position: relative; } .pic3 { background-image: url("../img/pic3.jpg"); background-repeat: no-repeat; width: 25vw; min-height: 100px; height: 18vh; background-size: cover; background-position: center; position: relative; } .tile2, .tile3 { display: block; height: 18vh; min-height: 100px; width: 100vw; position: relative; margin: 0; } .content2 { position: absolute; z-index: 10; top: -12%; left: 27%; padding: .4rem; background-size: contain; } .content3 { position: absolute; z-index: 10; top: -12%; left: 27%; padding: .4rem; background-size: contain; } .tile2 { background-color: darkblue; color: white; } .tile3 { background-color: teal; color: white; } .headline { font-size: 1.1em; padding: .5em; } .headlineB { display: none; } .sub-header { position: relative; left: 3%; } #menu{ max-height: 1.5em; max-width: 3em; float: right; margin: .5em; } #mag-glass { max-height: 1.5em; max-width: 1.5em; float: right; margin: .5em; } #logo { max-width: 12em; max-height: 3em; margin-top: .5em; } /*------------------ Media Queries ------------------*/ @media (min-width: 600px) { .overlay1 { height: 300px; width: 300px; padding: 1.5em; } .tile2 { width: 50%; height: 35vh; margin: 0; float: left; } .tile3 { width: 50%; height: 35vh; float: left; margin: 0; } .content2 { width: 100%; height: 15vh; color: white; position: relative; left: 1%; padding: 1em; } .pic2 { width: 100%; height: 20vh; } .pic3 { width: 100%; height: 20vh; } .content3 { width: 100%; height: 15vh; color: white; position: relative; left: 1%; padding: 1em; } .headlineB { display: inline-block; position: absolute; top: 70%; } } /*------------------ Media Queries ------------------*/ @media (min-width: 999px) { body { font-size: 1.1em; } .nav { display: inline; } #US { float: left; position: relative; left: 1.5%; } #logo { float: left; } #mag-glass { float: right; position: absolute; top: 1.5%; right: 1%; } #menu { display: none; } .nav li { float: right; list-style: none; font-size: .9em; color: grey; padding: .75em; position: relative; right: 3%; } .nav { display: inline; } .tile1 { height: 90vh; width: 60%; float: left; } .overlay1 { padding: 1em; } .tile2 { height: 45vh; width: 40%; float: right; } .pic2 { height: 65% } .pic3 { height: 65%; } .tile3 { height: 45vh; width: 40%; float: right; } .content2, .content3 { padding: 1.25em; } .sub-header { position: relative; top: -15%; } #headline1 { position: relative; top: -15%; } #sub-header1{ position: relative; top: -20%; font-size: 1rem; } .headlineB { font-size: 1rem; } .sub-header { font-size: .9rem; } }
0.450118
0.070017
body { margin: 0; padding: 0; min-height: 100vh; font-family: "Lucida Grande", "Helvetica", sans-serif; } .shopping-list { display: inline-block; display: inline; zoom: 1 } li { display: block; list-style-type: none; padding: 6px; } h1:after { content: ' '; display: block; border: 2px solid #a0a0a0; } /* LAYOUT UTILS */ .flex { display: -webkit-flex; display: flex; } .flex-column { flex-direction: column; } .flex-row-between { flex-direction: row; justify-content: space-between; } .flex-full { flex: 1; } /* HEADER */ .site-header { flex: 0; padding: 4px 0px; border-bottom: 2px solid #ccc; background-color: #eee; } .site-header>*:first-child { margin-left: 12px; } .site-header>*:last-child { margin-right: 12px; } .site-header h1 { font-size: 24px; } .site-header button { font-size: 20px; } /* SIDEBAR */ .sidebar { flex: 0 0 20%; border-right: solid 1px #ccc; } .sidebar ul { list-style-type: none; margin: 0; padding: 0; } .sidebar h4 { background-color: #ddd; border-bottom: 1px solid #ccc; margin: 0; padding: 4px; } .sidebar li { padding: 4px; } /* CONTENT */ .content { flex: 1; padding: 4px 0; } .content * { padding: 0 12px; } /* ITEM LIST */ .item-section { list-style-type: none; margin: 32px 0 0; padding: 0; } .item-section h3 { font-weight: normal; font-style: italic; } .item { margin-bottom: 8px; } .item:hover { background-color: #eee; } .item>* { font-size: 18px; padding: 8px; } .item-name { flex: 1; } .item-price { flex: 0; } .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 60%; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .myList {}
part-3/grocer.css
body { margin: 0; padding: 0; min-height: 100vh; font-family: "Lucida Grande", "Helvetica", sans-serif; } .shopping-list { display: inline-block; display: inline; zoom: 1 } li { display: block; list-style-type: none; padding: 6px; } h1:after { content: ' '; display: block; border: 2px solid #a0a0a0; } /* LAYOUT UTILS */ .flex { display: -webkit-flex; display: flex; } .flex-column { flex-direction: column; } .flex-row-between { flex-direction: row; justify-content: space-between; } .flex-full { flex: 1; } /* HEADER */ .site-header { flex: 0; padding: 4px 0px; border-bottom: 2px solid #ccc; background-color: #eee; } .site-header>*:first-child { margin-left: 12px; } .site-header>*:last-child { margin-right: 12px; } .site-header h1 { font-size: 24px; } .site-header button { font-size: 20px; } /* SIDEBAR */ .sidebar { flex: 0 0 20%; border-right: solid 1px #ccc; } .sidebar ul { list-style-type: none; margin: 0; padding: 0; } .sidebar h4 { background-color: #ddd; border-bottom: 1px solid #ccc; margin: 0; padding: 4px; } .sidebar li { padding: 4px; } /* CONTENT */ .content { flex: 1; padding: 4px 0; } .content * { padding: 0 12px; } /* ITEM LIST */ .item-section { list-style-type: none; margin: 32px 0 0; padding: 0; } .item-section h3 { font-weight: normal; font-style: italic; } .item { margin-bottom: 8px; } .item:hover { background-color: #eee; } .item>* { font-size: 18px; padding: 8px; } .item-name { flex: 1; } .item-price { flex: 0; } .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 60%; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .myList {}
0.271928
0.062991
.brk-backgrounds { position: relative; overflow: hidden; z-index: 1; background-position: center center; background-repeat: no-repeat; background-size: cover; /* Canvas */ /* Content */ } .brk-backgrounds.brk-abs-overlay { position: absolute; } .brk-backgrounds__canvas { position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; } .brk-backgrounds__content { position: relative; z-index: 9; } .brk-backgrounds__before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; } .brk-backgrounds__after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; } .brk-backgrounds__impuls { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; } .brk-backgrounds__impuls span { position: absolute; border-radius: 50%; border: 0 solid rgba(255, 255, 255, 0); top: 0; right: 0; bottom: 0; left: 0; } .brk-backgrounds__impuls span:nth-child(1) { -webkit-animation: impuls-bg 5s linear infinite 1s; animation: impuls-bg 5s linear infinite 1s; } .brk-backgrounds__impuls span:nth-child(2) { -webkit-animation: impuls-bg 5s linear infinite 2s; animation: impuls-bg 5s linear infinite 2s; } .brk-backgrounds__impuls span:nth-child(3) { -webkit-animation: impuls-bg 5s linear infinite 3s; animation: impuls-bg 5s linear infinite 3s; } .brk-backgrounds__impuls span:nth-child(4) { -webkit-animation: impuls-bg 5s linear infinite 4s; animation: impuls-bg 5s linear infinite 4s; } .brk-backgrounds__impuls span:nth-child(5) { -webkit-animation: impuls-bg 5s linear infinite 5s; animation: impuls-bg 5s linear infinite 5s; } @-webkit-keyframes impuls-bg { 0% { border: 40px solid rgba(255, 255, 255, 0.12); top: 0; right: 0; bottom: 0; left: 0; } 100% { border: 80px solid rgba(255, 255, 255, 0); top: -500px; right: -500px; bottom: -500px; left: -500px; } } @keyframes impuls-bg { 0% { border: 40px solid rgba(255, 255, 255, 0.12); top: 0; right: 0; bottom: 0; left: 0; } 100% { border: 80px solid rgba(255, 255, 255, 0); top: -500px; right: -500px; bottom: -500px; left: -500px; } } .brk-backgrounds_gradient-animation { -webkit-animation: gradient-animation 8s ease infinite; animation: gradient-animation 8s ease infinite; background-size: 200% 200%; } @-webkit-keyframes gradient-animation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes gradient-animation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .brk-backgrounds_gradient-flash { -webkit-animation: gradient-flash 8s ease infinite; animation: gradient-flash 8s ease infinite; background-size: 200% 200%; } @-webkit-keyframes gradient-flash { 0% { background-position: -30% 50%; } 50% { background-position: 130% 50%; } 100% { background-position: -30% 50%; } } @keyframes gradient-flash { 0% { background-position: -30% 50%; } 50% { background-position: 130% 50%; } 100% { background-position: -30% 50%; } } .brk-backgrounds #fss { opacity: .15; } .brk-backgrounds__parallax { position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; } .brk-backgrounds__parallax--bg-1, .brk-backgrounds__parallax--bg-2 { background-repeat: repeat-y; background-size: contain; position: absolute; z-index: 50; top: 0; left: 0; width: 100%; height: 100%; } .brk-backgrounds__parallax--bg-1 { background-image: url(../../img/backgrounds-parallax-1.png); } .brk-backgrounds__parallax--bg-2 { z-index: 48; background-image: url(../../img/backgrounds-parallax-2.png); } .brk-backgrounds.brk-base-bg-gradient-17 .highlight-massive > .after, #hexagon-glow + .brk-backgrounds__content .highlight-massive > .after { background: linear-gradient(to left, rgba(0, 241, 162, 0.92), rgba(0, 189, 240, 0.92)); } .brk-animated-circle { position: absolute; z-index: -1; } @media (max-width: 991.98px) { .brk-animated-circle { display: none; } } .brk-animated-circle-1 svg { -webkit-animation: rotate 9s linear infinite; animation: rotate 9s linear infinite; } .brk-animated-circle-1 .brk-animated-circle__container { position: absolute; left: -4px; top: -8px; width: 100%; height: 100%; } .brk-animated-circle-1 .brk-animated-circle__dot-1 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-1 4s linear infinite; animation: orbit-1 4s linear infinite; } .brk-animated-circle-2 svg { -webkit-animation: rotate 15s linear infinite; animation: rotate 15s linear infinite; } .brk-animated-circle-2 .brk-animated-circle__container { position: absolute; left: -4px; top: -8px; width: 100%; height: 100%; } .brk-animated-circle-2 .brk-animated-circle__dot-1 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-2 2s linear infinite; animation: orbit-2 2s linear infinite; } .brk-animated-circle-3 .brk-animated-circle__container { position: absolute; left: -22px; top: -24px; width: 100%; height: 100%; } .brk-animated-circle-3 .brk-animated-circle__dot-1 { position: absolute; width: 45px; height: 45px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-3 5s linear infinite; animation: orbit-3 5s linear infinite; } .brk-animated-circle-3 .brk-animated-circle__dot-2 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-4 2s linear infinite; animation: orbit-4 2s linear infinite; } .brk-animated-circle-4 .brk-animated-circle__container { position: absolute; left: -22px; top: -24px; width: 100%; height: 100%; } .brk-animated-circle-4 .brk-animated-circle__dot-1 { position: absolute; width: 45px; height: 45px; background-image: linear-gradient(to top, rgba(39, 117, 255, 0.94) 0%, rgba(0, 198, 255, 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-3 5s linear infinite; animation: orbit-3 5s linear infinite; } .brk-animated-circle-4 .brk-animated-circle__dot-2 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(39, 117, 255, 0.94) 0%, rgba(0, 198, 255, 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-4 2s linear infinite; animation: orbit-4 2s linear infinite; } .brk-animated-circle-4 .brk-animated-circle__dot-3 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(39, 117, 255, 0.94) 0%, rgba(0, 198, 255, 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-5 1s linear infinite; animation: orbit-5 1s linear infinite; } .brk-animated-circle-5 .brk-animated-circle__container { position: absolute; width: 100%; height: 100%; left: -35px; top: -35px; } .brk-animated-circle-5 svg { position: absolute; display: inline-block; top: 50%; left: 50%; -webkit-animation: orbit-7 3s linear infinite; animation: orbit-7 3s linear infinite; } .brk-animated-circle-6 .brk-animated-circle__figure { width: 157px; height: 157px; border-radius: 100%; overflow: hidden; position: relative; -webkit-animation: rotate 30s linear infinite; animation: rotate 30s linear infinite; } .brk-animated-circle-6 .brk-animated-circle__container { position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 100%; } .brk-animated-circle-6 .brk-animated-circle__container svg { position: absolute; left: 25%; top: 25%; -webkit-animation: orbit-8 5s linear infinite; animation: orbit-8 5s linear infinite; } .brk-animated-circle-7 svg { -webkit-animation: jello 15s linear infinite; animation: jello 15s linear infinite; } .brk-animated-dot { position: absolute; z-index: -1; } @media (max-width: 991.98px) { .brk-animated-dot { display: none; } } .brk-animated-dot-1 .brk-animated-dot__figure { width: 18px; height: 18px; background-image: linear-gradient(-30deg, rgba(var(--brand-primary-rgb), 0.9) 0%, rgba(var(--secondary-rgb), 0.9) 100%); border-radius: 100%; position: absolute; } .brk-animated-dot-1 .brk-animated-dot__container { width: 150px; height: 150px; position: relative; } .brk-animated-circle-8 svg { -webkit-animation: jello 15s linear infinite; animation: jello 15s linear infinite; } .brk-animated-circle-9 .brk-animated-circle__container { display: inline-block; position: absolute; -webkit-animation: orbit-6 6s linear infinite; animation: orbit-6 6s linear infinite; } .brk-animated-circles-example .brk-animated-circle, .brk-animated-circles-example .brk-animated-dot { position: relative; } @-webkit-keyframes jello { 11.1% { transform: skewX(5.5deg) skewY(2.5deg); } 22.2% { transform: skewX(-4.5deg) skewY(-2.5deg); } 33.3% { transform: skewX(4.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(2.5625deg) skewY(2.5625deg); } 66.6% { transform: skewX(-3.78125deg) skewY(-3.78125deg); } 77.7% { transform: skewX(4.39063deg) skewY(3.39063deg); } 88.8% { transform: skewX(-3.19531deg) skewY(-3.19531deg); } 100% { transform: none; } } @keyframes jello { 11.1% { transform: skewX(5.5deg) skewY(2.5deg); } 22.2% { transform: skewX(-4.5deg) skewY(-2.5deg); } 33.3% { transform: skewX(4.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(2.5625deg) skewY(2.5625deg); } 66.6% { transform: skewX(-3.78125deg) skewY(-3.78125deg); } 77.7% { transform: skewX(4.39063deg) skewY(3.39063deg); } 88.8% { transform: skewX(-3.19531deg) skewY(-3.19531deg); } 100% { transform: none; } } @-webkit-keyframes rotate { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } @keyframes rotate { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } @-webkit-keyframes orbit-1 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(360deg) translateX(calc(213px - 50%)) rotate(-360deg); } } @keyframes orbit-1 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(360deg) translateX(calc(213px - 50%)) rotate(-360deg); } } @-webkit-keyframes orbit-2 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(-360deg) translateX(calc(213px - 50%)) rotate(360deg); } } @keyframes orbit-2 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(-360deg) translateX(calc(213px - 50%)) rotate(360deg); } } @-webkit-keyframes orbit-3 { from { transform: rotate(0deg) translate(calc(130px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(130px - 50%), -50%) rotate(360deg); } } @keyframes orbit-3 { from { transform: rotate(0deg) translate(calc(130px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(130px - 50%), -50%) rotate(360deg); } } @-webkit-keyframes orbit-4 { from { transform: rotate(0deg) translate(calc(70px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(70px - 50%), -50%) rotate(-360deg); } } @keyframes orbit-4 { from { transform: rotate(0deg) translate(calc(70px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(70px - 50%), -50%) rotate(-360deg); } } @-webkit-keyframes orbit-5 { from { transform: rotate(0deg) translate(calc(45px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(45px - 50%), -50%) rotate(360deg); } } @keyframes orbit-5 { from { transform: rotate(0deg) translate(calc(45px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(45px - 50%), -50%) rotate(360deg); } } @-webkit-keyframes orbit-6 { 0% { top: -25px; left: 10px; transform: rotate(0); } 20% { top: 0; left: 59px; transform: rotate(45deg); } 40% { top: 55%; left: 47px; transform: rotate(-12deg); } 60% { top: 60px; left: -7px; transform: rotate(-120deg); } 80% { top: 9px; left: -29px; transform: rotate(60deg); } 100% { top: -25px; left: 10px; transform: rotate(0); } } @keyframes orbit-6 { 0% { top: -25px; left: 10px; transform: rotate(0); } 20% { top: 0; left: 59px; transform: rotate(45deg); } 40% { top: 55%; left: 47px; transform: rotate(-12deg); } 60% { top: 60px; left: -7px; transform: rotate(-120deg); } 80% { top: 9px; left: -29px; transform: rotate(60deg); } 100% { top: -25px; left: 10px; transform: rotate(0); } } @-webkit-keyframes orbit-7 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(105px - 50%), -50%) rotate(360deg); } } @keyframes orbit-7 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(105px - 50%), -50%) rotate(360deg); } } @-webkit-keyframes orbit-8 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(105px - 50%), -50%) rotate(-360deg); } } @keyframes orbit-8 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(105px - 50%), -50%) rotate(-360deg); } }
css/components/unminimized/backgrounds.css
.brk-backgrounds { position: relative; overflow: hidden; z-index: 1; background-position: center center; background-repeat: no-repeat; background-size: cover; /* Canvas */ /* Content */ } .brk-backgrounds.brk-abs-overlay { position: absolute; } .brk-backgrounds__canvas { position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; } .brk-backgrounds__content { position: relative; z-index: 9; } .brk-backgrounds__before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; } .brk-backgrounds__after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; } .brk-backgrounds__impuls { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; } .brk-backgrounds__impuls span { position: absolute; border-radius: 50%; border: 0 solid rgba(255, 255, 255, 0); top: 0; right: 0; bottom: 0; left: 0; } .brk-backgrounds__impuls span:nth-child(1) { -webkit-animation: impuls-bg 5s linear infinite 1s; animation: impuls-bg 5s linear infinite 1s; } .brk-backgrounds__impuls span:nth-child(2) { -webkit-animation: impuls-bg 5s linear infinite 2s; animation: impuls-bg 5s linear infinite 2s; } .brk-backgrounds__impuls span:nth-child(3) { -webkit-animation: impuls-bg 5s linear infinite 3s; animation: impuls-bg 5s linear infinite 3s; } .brk-backgrounds__impuls span:nth-child(4) { -webkit-animation: impuls-bg 5s linear infinite 4s; animation: impuls-bg 5s linear infinite 4s; } .brk-backgrounds__impuls span:nth-child(5) { -webkit-animation: impuls-bg 5s linear infinite 5s; animation: impuls-bg 5s linear infinite 5s; } @-webkit-keyframes impuls-bg { 0% { border: 40px solid rgba(255, 255, 255, 0.12); top: 0; right: 0; bottom: 0; left: 0; } 100% { border: 80px solid rgba(255, 255, 255, 0); top: -500px; right: -500px; bottom: -500px; left: -500px; } } @keyframes impuls-bg { 0% { border: 40px solid rgba(255, 255, 255, 0.12); top: 0; right: 0; bottom: 0; left: 0; } 100% { border: 80px solid rgba(255, 255, 255, 0); top: -500px; right: -500px; bottom: -500px; left: -500px; } } .brk-backgrounds_gradient-animation { -webkit-animation: gradient-animation 8s ease infinite; animation: gradient-animation 8s ease infinite; background-size: 200% 200%; } @-webkit-keyframes gradient-animation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes gradient-animation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .brk-backgrounds_gradient-flash { -webkit-animation: gradient-flash 8s ease infinite; animation: gradient-flash 8s ease infinite; background-size: 200% 200%; } @-webkit-keyframes gradient-flash { 0% { background-position: -30% 50%; } 50% { background-position: 130% 50%; } 100% { background-position: -30% 50%; } } @keyframes gradient-flash { 0% { background-position: -30% 50%; } 50% { background-position: 130% 50%; } 100% { background-position: -30% 50%; } } .brk-backgrounds #fss { opacity: .15; } .brk-backgrounds__parallax { position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; } .brk-backgrounds__parallax--bg-1, .brk-backgrounds__parallax--bg-2 { background-repeat: repeat-y; background-size: contain; position: absolute; z-index: 50; top: 0; left: 0; width: 100%; height: 100%; } .brk-backgrounds__parallax--bg-1 { background-image: url(../../img/backgrounds-parallax-1.png); } .brk-backgrounds__parallax--bg-2 { z-index: 48; background-image: url(../../img/backgrounds-parallax-2.png); } .brk-backgrounds.brk-base-bg-gradient-17 .highlight-massive > .after, #hexagon-glow + .brk-backgrounds__content .highlight-massive > .after { background: linear-gradient(to left, rgba(0, 241, 162, 0.92), rgba(0, 189, 240, 0.92)); } .brk-animated-circle { position: absolute; z-index: -1; } @media (max-width: 991.98px) { .brk-animated-circle { display: none; } } .brk-animated-circle-1 svg { -webkit-animation: rotate 9s linear infinite; animation: rotate 9s linear infinite; } .brk-animated-circle-1 .brk-animated-circle__container { position: absolute; left: -4px; top: -8px; width: 100%; height: 100%; } .brk-animated-circle-1 .brk-animated-circle__dot-1 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-1 4s linear infinite; animation: orbit-1 4s linear infinite; } .brk-animated-circle-2 svg { -webkit-animation: rotate 15s linear infinite; animation: rotate 15s linear infinite; } .brk-animated-circle-2 .brk-animated-circle__container { position: absolute; left: -4px; top: -8px; width: 100%; height: 100%; } .brk-animated-circle-2 .brk-animated-circle__dot-1 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-2 2s linear infinite; animation: orbit-2 2s linear infinite; } .brk-animated-circle-3 .brk-animated-circle__container { position: absolute; left: -22px; top: -24px; width: 100%; height: 100%; } .brk-animated-circle-3 .brk-animated-circle__dot-1 { position: absolute; width: 45px; height: 45px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-3 5s linear infinite; animation: orbit-3 5s linear infinite; } .brk-animated-circle-3 .brk-animated-circle__dot-2 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), 0.94) 0%, rgba(var(--brk-base-5-rgb), 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-4 2s linear infinite; animation: orbit-4 2s linear infinite; } .brk-animated-circle-4 .brk-animated-circle__container { position: absolute; left: -22px; top: -24px; width: 100%; height: 100%; } .brk-animated-circle-4 .brk-animated-circle__dot-1 { position: absolute; width: 45px; height: 45px; background-image: linear-gradient(to top, rgba(39, 117, 255, 0.94) 0%, rgba(0, 198, 255, 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-3 5s linear infinite; animation: orbit-3 5s linear infinite; } .brk-animated-circle-4 .brk-animated-circle__dot-2 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(39, 117, 255, 0.94) 0%, rgba(0, 198, 255, 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-4 2s linear infinite; animation: orbit-4 2s linear infinite; } .brk-animated-circle-4 .brk-animated-circle__dot-3 { position: absolute; width: 12px; height: 12px; background-image: linear-gradient(to top, rgba(39, 117, 255, 0.94) 0%, rgba(0, 198, 255, 0.94) 100%); top: 50%; left: 50%; border-radius: 100%; -webkit-animation: orbit-5 1s linear infinite; animation: orbit-5 1s linear infinite; } .brk-animated-circle-5 .brk-animated-circle__container { position: absolute; width: 100%; height: 100%; left: -35px; top: -35px; } .brk-animated-circle-5 svg { position: absolute; display: inline-block; top: 50%; left: 50%; -webkit-animation: orbit-7 3s linear infinite; animation: orbit-7 3s linear infinite; } .brk-animated-circle-6 .brk-animated-circle__figure { width: 157px; height: 157px; border-radius: 100%; overflow: hidden; position: relative; -webkit-animation: rotate 30s linear infinite; animation: rotate 30s linear infinite; } .brk-animated-circle-6 .brk-animated-circle__container { position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 100%; } .brk-animated-circle-6 .brk-animated-circle__container svg { position: absolute; left: 25%; top: 25%; -webkit-animation: orbit-8 5s linear infinite; animation: orbit-8 5s linear infinite; } .brk-animated-circle-7 svg { -webkit-animation: jello 15s linear infinite; animation: jello 15s linear infinite; } .brk-animated-dot { position: absolute; z-index: -1; } @media (max-width: 991.98px) { .brk-animated-dot { display: none; } } .brk-animated-dot-1 .brk-animated-dot__figure { width: 18px; height: 18px; background-image: linear-gradient(-30deg, rgba(var(--brand-primary-rgb), 0.9) 0%, rgba(var(--secondary-rgb), 0.9) 100%); border-radius: 100%; position: absolute; } .brk-animated-dot-1 .brk-animated-dot__container { width: 150px; height: 150px; position: relative; } .brk-animated-circle-8 svg { -webkit-animation: jello 15s linear infinite; animation: jello 15s linear infinite; } .brk-animated-circle-9 .brk-animated-circle__container { display: inline-block; position: absolute; -webkit-animation: orbit-6 6s linear infinite; animation: orbit-6 6s linear infinite; } .brk-animated-circles-example .brk-animated-circle, .brk-animated-circles-example .brk-animated-dot { position: relative; } @-webkit-keyframes jello { 11.1% { transform: skewX(5.5deg) skewY(2.5deg); } 22.2% { transform: skewX(-4.5deg) skewY(-2.5deg); } 33.3% { transform: skewX(4.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(2.5625deg) skewY(2.5625deg); } 66.6% { transform: skewX(-3.78125deg) skewY(-3.78125deg); } 77.7% { transform: skewX(4.39063deg) skewY(3.39063deg); } 88.8% { transform: skewX(-3.19531deg) skewY(-3.19531deg); } 100% { transform: none; } } @keyframes jello { 11.1% { transform: skewX(5.5deg) skewY(2.5deg); } 22.2% { transform: skewX(-4.5deg) skewY(-2.5deg); } 33.3% { transform: skewX(4.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(2.5625deg) skewY(2.5625deg); } 66.6% { transform: skewX(-3.78125deg) skewY(-3.78125deg); } 77.7% { transform: skewX(4.39063deg) skewY(3.39063deg); } 88.8% { transform: skewX(-3.19531deg) skewY(-3.19531deg); } 100% { transform: none; } } @-webkit-keyframes rotate { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } @keyframes rotate { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } @-webkit-keyframes orbit-1 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(360deg) translateX(calc(213px - 50%)) rotate(-360deg); } } @keyframes orbit-1 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(360deg) translateX(calc(213px - 50%)) rotate(-360deg); } } @-webkit-keyframes orbit-2 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(-360deg) translateX(calc(213px - 50%)) rotate(360deg); } } @keyframes orbit-2 { from { transform: rotate(0deg) translateX(calc(213px - 50%)) rotate(0deg); } to { transform: rotate(-360deg) translateX(calc(213px - 50%)) rotate(360deg); } } @-webkit-keyframes orbit-3 { from { transform: rotate(0deg) translate(calc(130px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(130px - 50%), -50%) rotate(360deg); } } @keyframes orbit-3 { from { transform: rotate(0deg) translate(calc(130px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(130px - 50%), -50%) rotate(360deg); } } @-webkit-keyframes orbit-4 { from { transform: rotate(0deg) translate(calc(70px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(70px - 50%), -50%) rotate(-360deg); } } @keyframes orbit-4 { from { transform: rotate(0deg) translate(calc(70px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(70px - 50%), -50%) rotate(-360deg); } } @-webkit-keyframes orbit-5 { from { transform: rotate(0deg) translate(calc(45px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(45px - 50%), -50%) rotate(360deg); } } @keyframes orbit-5 { from { transform: rotate(0deg) translate(calc(45px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(45px - 50%), -50%) rotate(360deg); } } @-webkit-keyframes orbit-6 { 0% { top: -25px; left: 10px; transform: rotate(0); } 20% { top: 0; left: 59px; transform: rotate(45deg); } 40% { top: 55%; left: 47px; transform: rotate(-12deg); } 60% { top: 60px; left: -7px; transform: rotate(-120deg); } 80% { top: 9px; left: -29px; transform: rotate(60deg); } 100% { top: -25px; left: 10px; transform: rotate(0); } } @keyframes orbit-6 { 0% { top: -25px; left: 10px; transform: rotate(0); } 20% { top: 0; left: 59px; transform: rotate(45deg); } 40% { top: 55%; left: 47px; transform: rotate(-12deg); } 60% { top: 60px; left: -7px; transform: rotate(-120deg); } 80% { top: 9px; left: -29px; transform: rotate(60deg); } 100% { top: -25px; left: 10px; transform: rotate(0); } } @-webkit-keyframes orbit-7 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(105px - 50%), -50%) rotate(360deg); } } @keyframes orbit-7 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(-360deg) translate(calc(105px - 50%), -50%) rotate(360deg); } } @-webkit-keyframes orbit-8 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(105px - 50%), -50%) rotate(-360deg); } } @keyframes orbit-8 { from { transform: rotate(0deg) translate(calc(105px - 50%), -50%) rotate(0deg); } to { transform: rotate(360deg) translate(calc(105px - 50%), -50%) rotate(-360deg); } }
0.544317
0.055056
body { padding: 50px 120px; } #menu { margin: 0; padding: 0; position: fixed; top: 0; left: 0; height: 100%; width: 80px; background: #3b3b3b; border-right: 1px solid #232323; -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.5); box-shadow: 0 0 0 1px rgba(255,255,255,0.5); } #menu li { margin: 0; list-style: none; } #menu li { position: relative; text-align: center; } #menu li .count { position: absolute; top: 15px; left: 0; text-shadow: 1px 1px 1px #333; width: 100%; color: #808080; } #menu li a { display: block; padding: 40px 0 10px 0; color: #777; border-top: 1px solid #545454; border-bottom: 1px solid #333; font-size: 12px; background: #3a3a3a; } #menu li a:hover { background: #444; } #menu li a:active, #menu li a.active { background: #343434; -webkit-box-shadow: inset 0 0 3px 2px #292929, inset 0 -5px 10px 2px #313131; box-shadow: inset 0 0 3px 2px #292929, inset 0 -5px 10px 2px #313131; border-bottom: 1px solid #232323; } .context-menu { display: none; margin: 0; padding: 0; border: 1px solid #eee; border-bottom-color: rgba(0,0,0,0.25); border-left-color: rgba(0,0,0,0.2); border-right-color: rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); -webkit-border-radius: 4px; border-radius: 4px; } .context-menu li { margin: 0; list-style: none; } .context-menu li:last-child a { border-bottom: none; } .context-menu li a { display: block; background: #fff; padding: 5px 10px; border: 1px solid transparent; border-bottom: 1px solid #eee; font-size: 12px; } .context-menu li a:hover { background: -webkit-linear-gradient(bottom, #00b3e9, #74dfff); background: -moz-linear-gradient(bottom, #00b3e9, #74dfff); background: -o-linear-gradient(bottom, #00b3e9, #74dfff); background: -ms-linear-gradient(bottom, #00b3e9, #74dfff); background: linear-gradient(to top, #00b3e9, #74dfff); color: #fff; border: 1px solid #fff; } .context-menu li a:active { background: -webkit-linear-gradient(bottom, #06c5ff, #83e2ff); background: -moz-linear-gradient(bottom, #06c5ff, #83e2ff); background: -o-linear-gradient(bottom, #06c5ff, #83e2ff); background: -ms-linear-gradient(bottom, #06c5ff, #83e2ff); background: linear-gradient(to top, #06c5ff, #83e2ff); } #job-template { display: none; } .block { border: 1px solid #eee; border-bottom-color: rgba(0,0,0,0.25); border-left-color: rgba(0,0,0,0.2); border-right-color: rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); -webkit-border-radius: 4px; border-radius: 4px; width: 90%; margin: 10px 25px; padding: 20px 25px; } .block h2 { margin: 0; position: absolute; top: 5px; left: -15px; padding: 5px; font-size: 10px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; background: -webkit-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: -moz-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: -o-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: -ms-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: linear-gradient(to right, #6b6b6b, #7e7e7e 50%); -webkit-box-shadow: -1px 0 1px 1px rgba(0,0,0,0.1); box-shadow: -1px 0 1px 1px rgba(0,0,0,0.1); color: #fff; text-shadow: 1px 1px 1px #444; } .block .type { color: #929292; } .job td.title em { color: #929292; } .job .block { position: relative; background: #fff; cursor: pointer; } .job .block table td:first-child { display: none; } .job .block .progress { position: absolute; top: 15px; right: 20px; } .job .block .attempts { display: none; position: absolute; top: 0; right: 0; padding: 5px 8px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 10px; } .job .block .remove { position: absolute; top: 30px; right: -6px; /*background: white*/ background: #f05151; color: #fff; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; font-weight: bold; outline: none; border: 1px solid #eee; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: opacity 200ms, top 300ms; -moz-transition: opacity 200ms, top 300ms; -o-transition: opacity 200ms, top 300ms; -ms-transition: opacity 200ms, top 300ms; transition: opacity 200ms, top 300ms; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .job .block .remove:hover { border: 1px solid #d6d6d6; } .job .block .remove:active { border: 1px solid #bebebe; } .job .block .restart { position: absolute; top: 30px; right: -6px; /*background: white*/ background: #00e600; color: #fff; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; font-weight: bold; outline: none; border: 1px solid #eee; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: opacity 200ms, top 300ms; -moz-transition: opacity 200ms, top 300ms; -o-transition: opacity 200ms, top 300ms; -ms-transition: opacity 200ms, top 300ms; transition: opacity 200ms, top 300ms; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .job .block .restart:hover { border: 1px solid #d6d6d6; } .job .block .restart:active { border: 1px solid #bebebe; } .job .block:hover .remove { opacity: 1; -ms-filter: none; filter: none; top: -6px; } .job .block:hover .restart { opacity: 1; -ms-filter: none; filter: none; top: 16px; } .job .details { background: #3b3b3b; width: 89%; margin-top: -10px; margin-left: 35px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; -webkit-box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.8); box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.8); -webkit-transition: padding 200ms, height 200ms; -moz-transition: padding 200ms, height 200ms; -o-transition: padding 200ms, height 200ms; -ms-transition: padding 200ms, height 200ms; transition: padding 200ms, height 200ms; height: 0; overflow: hidden; } .job .details table { width: 100%; } .job .details table td:first-child { width: 60px; color: #949494; } .job .details.show { padding: 15px 20px; height: auto; } .job ul.log { margin: 0; padding: 0; margin: 5px; padding: 10px; max-height: 100px; overflow-y: auto; -webkit-border-radius: 5px; border-radius: 5px; width: 95%; } .job ul.log li { margin: 0; list-style: none; } .job ul.log li { padding: 5px 0; border-bottom: 1px dotted #424242; color: #666; } .job ul.log li:last-child { border-bottom: none; } .job .details ::-webkit-scrollbar { width: 2px; } .job .details ::-webkit-scrollbar-thumb:vertical { background: #858585; } .job .details ::-webkit-scrollbar-track { border: 1px solid rgba(255,255,255,0.1); } .job .details > div { padding: 10px 0; border-bottom: 1px solid #424242; } .job .details > div:last-child { border-bottom: none; } #actions { position: fixed; top: -2px; right: -2px; z-index: 20; } #sort, #filter, #search { float: left; margin: 0; padding: 5px 10px; border: 1px solid #eee; -webkit-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px; -webkit-appearance: none; color: #3b3b3b; outline: none; } #sort:hover, #filter:hover, #search:hover { border-color: #d6d6d6; } #sort, #filter { cursor: pointer; } #sort, #filter { -webkit-border-radius: 0; border-radius: 0; border-left: none; } #error { position: fixed; top: -50px; right: 15px; padding: 20px; -webkit-transition: top 500ms, opacity 500ms; -moz-transition: top 500ms, opacity 500ms; -o-transition: top 500ms, opacity 500ms; -ms-transition: top 500ms, opacity 500ms; transition: top 500ms, opacity 500ms; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); background: rgba(59,59,59,0.2); border: 1px solid rgba(59,59,59,0.3); -webkit-border-radius: 5px; border-radius: 5px; color: #3b3b3b; } #error.show { top: 15px; opacity: 1; -ms-filter: none; filter: none; } body { font: 13px "helvetica neue", helvetica, arial, sans-serif; -webkit-font-smoothing: antialiased; background: #fff; color: #666; } h1, h2, h3 { margin: 0 0 25px 0; padding: 0; font-weight: normal; text-transform: capitalize; color: #666; } h2 { font-size: 16px; margin-top: 20px; } pre { margin-top: 20px; } a { text-decoration: none; cursor: pointer; } table { border-collapse: separate; border-spacing: 0; vertical-align: middle; } table tr td { padding: 2px 5px; } #loading { width: 100%; text-align: center; margin-top: 40px; margin-left: 20px; } #loading canvas { margin: 0 auto; }
node_modules/kue/lib/http/public/stylesheets/main.css
body { padding: 50px 120px; } #menu { margin: 0; padding: 0; position: fixed; top: 0; left: 0; height: 100%; width: 80px; background: #3b3b3b; border-right: 1px solid #232323; -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.5); box-shadow: 0 0 0 1px rgba(255,255,255,0.5); } #menu li { margin: 0; list-style: none; } #menu li { position: relative; text-align: center; } #menu li .count { position: absolute; top: 15px; left: 0; text-shadow: 1px 1px 1px #333; width: 100%; color: #808080; } #menu li a { display: block; padding: 40px 0 10px 0; color: #777; border-top: 1px solid #545454; border-bottom: 1px solid #333; font-size: 12px; background: #3a3a3a; } #menu li a:hover { background: #444; } #menu li a:active, #menu li a.active { background: #343434; -webkit-box-shadow: inset 0 0 3px 2px #292929, inset 0 -5px 10px 2px #313131; box-shadow: inset 0 0 3px 2px #292929, inset 0 -5px 10px 2px #313131; border-bottom: 1px solid #232323; } .context-menu { display: none; margin: 0; padding: 0; border: 1px solid #eee; border-bottom-color: rgba(0,0,0,0.25); border-left-color: rgba(0,0,0,0.2); border-right-color: rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); -webkit-border-radius: 4px; border-radius: 4px; } .context-menu li { margin: 0; list-style: none; } .context-menu li:last-child a { border-bottom: none; } .context-menu li a { display: block; background: #fff; padding: 5px 10px; border: 1px solid transparent; border-bottom: 1px solid #eee; font-size: 12px; } .context-menu li a:hover { background: -webkit-linear-gradient(bottom, #00b3e9, #74dfff); background: -moz-linear-gradient(bottom, #00b3e9, #74dfff); background: -o-linear-gradient(bottom, #00b3e9, #74dfff); background: -ms-linear-gradient(bottom, #00b3e9, #74dfff); background: linear-gradient(to top, #00b3e9, #74dfff); color: #fff; border: 1px solid #fff; } .context-menu li a:active { background: -webkit-linear-gradient(bottom, #06c5ff, #83e2ff); background: -moz-linear-gradient(bottom, #06c5ff, #83e2ff); background: -o-linear-gradient(bottom, #06c5ff, #83e2ff); background: -ms-linear-gradient(bottom, #06c5ff, #83e2ff); background: linear-gradient(to top, #06c5ff, #83e2ff); } #job-template { display: none; } .block { border: 1px solid #eee; border-bottom-color: rgba(0,0,0,0.25); border-left-color: rgba(0,0,0,0.2); border-right-color: rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); -webkit-border-radius: 4px; border-radius: 4px; width: 90%; margin: 10px 25px; padding: 20px 25px; } .block h2 { margin: 0; position: absolute; top: 5px; left: -15px; padding: 5px; font-size: 10px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; background: -webkit-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: -moz-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: -o-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: -ms-linear-gradient(left, #6b6b6b, #7e7e7e 50%); background: linear-gradient(to right, #6b6b6b, #7e7e7e 50%); -webkit-box-shadow: -1px 0 1px 1px rgba(0,0,0,0.1); box-shadow: -1px 0 1px 1px rgba(0,0,0,0.1); color: #fff; text-shadow: 1px 1px 1px #444; } .block .type { color: #929292; } .job td.title em { color: #929292; } .job .block { position: relative; background: #fff; cursor: pointer; } .job .block table td:first-child { display: none; } .job .block .progress { position: absolute; top: 15px; right: 20px; } .job .block .attempts { display: none; position: absolute; top: 0; right: 0; padding: 5px 8px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 10px; } .job .block .remove { position: absolute; top: 30px; right: -6px; /*background: white*/ background: #f05151; color: #fff; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; font-weight: bold; outline: none; border: 1px solid #eee; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: opacity 200ms, top 300ms; -moz-transition: opacity 200ms, top 300ms; -o-transition: opacity 200ms, top 300ms; -ms-transition: opacity 200ms, top 300ms; transition: opacity 200ms, top 300ms; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .job .block .remove:hover { border: 1px solid #d6d6d6; } .job .block .remove:active { border: 1px solid #bebebe; } .job .block .restart { position: absolute; top: 30px; right: -6px; /*background: white*/ background: #00e600; color: #fff; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; font-weight: bold; outline: none; border: 1px solid #eee; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: opacity 200ms, top 300ms; -moz-transition: opacity 200ms, top 300ms; -o-transition: opacity 200ms, top 300ms; -ms-transition: opacity 200ms, top 300ms; transition: opacity 200ms, top 300ms; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .job .block .restart:hover { border: 1px solid #d6d6d6; } .job .block .restart:active { border: 1px solid #bebebe; } .job .block:hover .remove { opacity: 1; -ms-filter: none; filter: none; top: -6px; } .job .block:hover .restart { opacity: 1; -ms-filter: none; filter: none; top: 16px; } .job .details { background: #3b3b3b; width: 89%; margin-top: -10px; margin-left: 35px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; -webkit-box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.8); box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.8); -webkit-transition: padding 200ms, height 200ms; -moz-transition: padding 200ms, height 200ms; -o-transition: padding 200ms, height 200ms; -ms-transition: padding 200ms, height 200ms; transition: padding 200ms, height 200ms; height: 0; overflow: hidden; } .job .details table { width: 100%; } .job .details table td:first-child { width: 60px; color: #949494; } .job .details.show { padding: 15px 20px; height: auto; } .job ul.log { margin: 0; padding: 0; margin: 5px; padding: 10px; max-height: 100px; overflow-y: auto; -webkit-border-radius: 5px; border-radius: 5px; width: 95%; } .job ul.log li { margin: 0; list-style: none; } .job ul.log li { padding: 5px 0; border-bottom: 1px dotted #424242; color: #666; } .job ul.log li:last-child { border-bottom: none; } .job .details ::-webkit-scrollbar { width: 2px; } .job .details ::-webkit-scrollbar-thumb:vertical { background: #858585; } .job .details ::-webkit-scrollbar-track { border: 1px solid rgba(255,255,255,0.1); } .job .details > div { padding: 10px 0; border-bottom: 1px solid #424242; } .job .details > div:last-child { border-bottom: none; } #actions { position: fixed; top: -2px; right: -2px; z-index: 20; } #sort, #filter, #search { float: left; margin: 0; padding: 5px 10px; border: 1px solid #eee; -webkit-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px; -webkit-appearance: none; color: #3b3b3b; outline: none; } #sort:hover, #filter:hover, #search:hover { border-color: #d6d6d6; } #sort, #filter { cursor: pointer; } #sort, #filter { -webkit-border-radius: 0; border-radius: 0; border-left: none; } #error { position: fixed; top: -50px; right: 15px; padding: 20px; -webkit-transition: top 500ms, opacity 500ms; -moz-transition: top 500ms, opacity 500ms; -o-transition: top 500ms, opacity 500ms; -ms-transition: top 500ms, opacity 500ms; transition: top 500ms, opacity 500ms; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); background: rgba(59,59,59,0.2); border: 1px solid rgba(59,59,59,0.3); -webkit-border-radius: 5px; border-radius: 5px; color: #3b3b3b; } #error.show { top: 15px; opacity: 1; -ms-filter: none; filter: none; } body { font: 13px "helvetica neue", helvetica, arial, sans-serif; -webkit-font-smoothing: antialiased; background: #fff; color: #666; } h1, h2, h3 { margin: 0 0 25px 0; padding: 0; font-weight: normal; text-transform: capitalize; color: #666; } h2 { font-size: 16px; margin-top: 20px; } pre { margin-top: 20px; } a { text-decoration: none; cursor: pointer; } table { border-collapse: separate; border-spacing: 0; vertical-align: middle; } table tr td { padding: 2px 5px; } #loading { width: 100%; text-align: center; margin-top: 40px; margin-left: 20px; } #loading canvas { margin: 0 auto; }
0.273186
0.119459
.background_indigo4, .hover_background_indigo4:hover, .active_background_indigo4:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(154, 15, 255)), color-stop(100%, rgb(125, 0, 216))); background-image: -webkit-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: -o-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: -ms-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: linear-gradient(to bottom, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0fff', endColorstr='#7d00d8',GradientType=0 ); } .background_indigo4h, .hover_background_indigo4h:hover, .active_background_indigo4h:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(176, 69, 255)), color-stop(100%, rgb(149, 5, 255))); background-image: -webkit-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: -o-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: -ms-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: linear-gradient(to bottom, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b045ff', endColorstr='#9505ff',GradientType=0 ); } .background_indigo4a, .hover_background_indigo4a:hover, .active_background_indigo4a:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(149, 5, 255)), color-stop(100%, rgb(176, 69, 255))); background-image: -webkit-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: -o-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: -ms-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: linear-gradient(to bottom, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9505ff', endColorstr='#b045ff',GradientType=0 ); } .background_indigo4s, .hover_background_indigo4s:hover, .active_background_indigo4s:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(211, 151, 255)), color-stop(100%, rgb(176, 69, 255))); background-image: -webkit-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: -o-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: -ms-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: linear-gradient(to bottom, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d397ff', endColorstr='#b045ff',GradientType=0 ); } .background_color_indigo4, .hover_background_color_indigo4:hover, .active_background_color_indigo4:active:hover { background-color:#7d00d8; } .background_first_color_indigo4, .hover_background_first_color_indigo4:hover, .active_background_first_color_indigo4:active:hover { background-color:#9a0fff; } .background_last_color_indigo4, .hover_background_last_color_indigo4:hover, .active_background_color_last_indigo4:active:hover { background-color:#7d00d8; } /* ------------------------------ color settings -------------------------------*/ .color_indigo4, .hover_color_indigo4:hover, .active_color_indigo4:active:hover { color: #c8c8c8; } .color_indigo4h, .hover_color_indigo4h:hover, .active_color_indigo4h:active:hover { color: #c8c8c8; } .color_indigo4a, .hover_color_indigo4a:hover, .active_color_indigo4a:active:hover { color: #ff0; } .color_indigo4s, .hover_color_indigo4s:hover, .active_color_indigo4s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_indigo4, .hover_border_indigo4:hover, .active_border_indigo4:active:hover { border-color: #7d00d8 #7d00d8 #7d00d8 #7d00d8; } .border_indigo4h, .hover_border_indigo4h:hover, .active_border_indigo4h:active:hover { border-color: #7000c3 #7000c3 #7000c3 #7000c3; } .border_indigo4a, .hover_border_indigo4a:hover, .active_border_indigo4a:active:hover { border-color: #6400ad #6400ad #6400ad #6400ad; } .border_indigo4s, .hover_border_indigo4s:hover, .active_border_indigo4s:active:hover { border-color: #b045ff #b045ff #b045ff #b045ff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_indigo4, .hover_shadow_expand_indigo4:hover, .active_shadow_expand_indigo4:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(125, 0, 216, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(125, 0, 216, .39); box-shadow: 0em 0em 1em 0.25em rgba(125, 0, 216, .39); } .shadow_expand_indigo4h, .hover_shadow_expand_indigo4h:hover, .active_shadow_expand_indigo4h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(149, 5, 255, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(149, 5, 255, .50); box-shadow: 0em 0em 1em 0.25em rgba(149, 5, 255, .50); } .shadow_expand_indigo4a, .hover_shadow_expand_indigo4a:hover, .active_shadow_expand_indigo4a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .63); } .shadow_expand_indigo4s, .hover_shadow_expand_indigo4s:hover, .active_shadow_expand_indigo4s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_indigo4, .hover_shadow_left_indigo4:hover, .active_shadow_left_indigo4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_left_indigo4h, .hover_shadow_left_indigo4h:hover, .active_shadow_left_indigo4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_left_indigo4a, .hover_shadow_left_indigo4a:hover, .active_shadow_left_indigo4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_left_indigo4s, .hover_shadow_left_indigo4s:hover, .active_shadow_left_indigo4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_indigo4, .hover_shadow_right_indigo4:hover, .active_shadow_right_indigo4:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0.5em 0em 1em rgba(125, 0, 216, .39); box-shadow: 0.5em 0em 1em rgba(125, 0, 216, .39); } .shadow_right_indigo4h, .hover_shadow_right_indigo4h:hover, .active_shadow_right_indigo4h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0.5em 0em 1em rgba(149, 5, 255, .50); box-shadow: 0.5em 0em 1em rgba(149, 5, 255, .50); } .shadow_right_indigo4a, .hover_shadow_right_indigo4a:hover, .active_shadow_right_indigo4a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .63); box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .63); } .shadow_right_indigo4s, .hover_shadow_right_indigo4s:hover, .active_shadow_right_indigo4s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .78); box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_indigo4, .hover_shadow_top_indigo4:hover, .active_shadow_top_indigo4:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_top_indigo4h, .hover_shadow_top_indigo4h:hover, .active_shadow_top_indigo4h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_top_indigo4a, .hover_shadow_top_indigo4a:hover, .active_shadow_top_indigo4a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_top_indigo4s, .hover_shadow_top_indigo4s:hover, .active_shadow_top_indigo4s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_indigo4, .hover_shadow_bottom_indigo4:hover, .active_shadow_bottom_indigo4:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0em 0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0em 0.5em 1em rgba(125, 0, 216, .39); } .shadow_bottom_indigo4h, .hover_shadow_bottom_indigo4h:hover, .active_shadow_bottom_indigo4h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0em 0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0em 0.5em 1em rgba(149, 5, 255, .50); } .shadow_bottom_indigo4a, .hover_shadow_bottom_indigo4a:hover, .active_shadow_bottom_indigo4a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .63); } .shadow_bottom_indigo4s, .hover_shadow_bottom_indigo4s:hover, .active_shadow_bottom_indigo4s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_indigo4, .hover_shadow_top_left_indigo4:hover, .active_shadow_top_left_indigo4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_top_left_indigo4h, .hover_shadow_top_left_indigo4h:hover, .active_shadow_top_left_indigo4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_top_left_indigo4a, .hover_shadow_top_left_indigo4a:hover, .active_shadow_top_left_indigo4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_top_left_indigo4s, .hover_shadow_top_left_indigo4s:hover, .active_shadow_top_left_indigo4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_indigo4, .hover_shadow_top_right_indigo4:hover, .active_shadow_top_right_indigo4:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0.5em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_top_right_indigo4h, .hover_shadow_top_right_indigo4h:hover, .active_shadow_top_right_indigo4h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0.5em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_top_right_indigo4a, .hover_shadow_top_right_indigo4a:hover, .active_shadow_top_right_indigo4a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_top_right_indigo4s, .hover_shadow_top_right_indigo4s:hover, .active_shadow_top_right_indigo4s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_indigo4, .hover_shadow_bottom_left_indigo4:hover, .active_shadow_bottom_left_indigo4:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(125, 0, 216, .39); box-shadow: -0.5em 0.5em 1em rgba(125, 0, 216, .39); } .shadow_bottom_left_indigo4h, .hover_shadow_bottom_left_indigo4h:hover, .active_shadow_bottom_left_indigo4h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(149, 5, 255, .50); box-shadow: -0.5em 0.5em 1em rgba(149, 5, 255, .50); } .shadow_bottom_left_indigo4a, .hover_shadow_bottom_left_indigo4a:hover, .active_shadow_bottom_left_indigo4a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .63); } .shadow_bottom_left_indigo4s, .hover_shadow_bottom_left_indigo4s:hover, .active_shadow_bottom_left_indigo4s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_indigo4, .hover_shadow_bottom_right_indigo4:hover, .active_shadow_bottom_right_indigo4:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0.5em 0.5em 1em rgba(125, 0, 216, .39); } .shadow_bottom_right_indigo4h, .hover_shadow_bottom_right_indigo4h:hover, .active_shadow_bottom_right_indigo4h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0.5em 0.5em 1em rgba(149, 5, 255, .50); } .shadow_bottom_right_indigo4a, .hover_shadow_bottom_right_indigo4a:hover, .active_shadow_bottom_right_indigo4a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .63); } .shadow_bottom_right_indigo4s, .hover_shadow_bottom_right_indigo4s:hover, .active_shadow_bottom_right_indigo4s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .78); }
widgets/common/assets/gradients/simple/indigo/indigo4.css
.background_indigo4, .hover_background_indigo4:hover, .active_background_indigo4:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(154, 15, 255)), color-stop(100%, rgb(125, 0, 216))); background-image: -webkit-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: -o-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: -ms-linear-gradient(top, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); background-image: linear-gradient(to bottom, rgb(154, 15, 255) 0%, rgb(125, 0, 216) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0fff', endColorstr='#7d00d8',GradientType=0 ); } .background_indigo4h, .hover_background_indigo4h:hover, .active_background_indigo4h:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(176, 69, 255)), color-stop(100%, rgb(149, 5, 255))); background-image: -webkit-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: -o-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: -ms-linear-gradient(top, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); background-image: linear-gradient(to bottom, rgb(176, 69, 255) 0%, rgb(149, 5, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b045ff', endColorstr='#9505ff',GradientType=0 ); } .background_indigo4a, .hover_background_indigo4a:hover, .active_background_indigo4a:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(149, 5, 255)), color-stop(100%, rgb(176, 69, 255))); background-image: -webkit-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: -o-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: -ms-linear-gradient(top, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); background-image: linear-gradient(to bottom, rgb(149, 5, 255) 0%, rgb(176, 69, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9505ff', endColorstr='#b045ff',GradientType=0 ); } .background_indigo4s, .hover_background_indigo4s:hover, .active_background_indigo4s:active:hover { background: #7d00d8; background-image: -moz-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(211, 151, 255)), color-stop(100%, rgb(176, 69, 255))); background-image: -webkit-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: -o-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: -ms-linear-gradient(top, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); background-image: linear-gradient(to bottom, rgb(211, 151, 255) 0%, rgb(176, 69, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d397ff', endColorstr='#b045ff',GradientType=0 ); } .background_color_indigo4, .hover_background_color_indigo4:hover, .active_background_color_indigo4:active:hover { background-color:#7d00d8; } .background_first_color_indigo4, .hover_background_first_color_indigo4:hover, .active_background_first_color_indigo4:active:hover { background-color:#9a0fff; } .background_last_color_indigo4, .hover_background_last_color_indigo4:hover, .active_background_color_last_indigo4:active:hover { background-color:#7d00d8; } /* ------------------------------ color settings -------------------------------*/ .color_indigo4, .hover_color_indigo4:hover, .active_color_indigo4:active:hover { color: #c8c8c8; } .color_indigo4h, .hover_color_indigo4h:hover, .active_color_indigo4h:active:hover { color: #c8c8c8; } .color_indigo4a, .hover_color_indigo4a:hover, .active_color_indigo4a:active:hover { color: #ff0; } .color_indigo4s, .hover_color_indigo4s:hover, .active_color_indigo4s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_indigo4, .hover_border_indigo4:hover, .active_border_indigo4:active:hover { border-color: #7d00d8 #7d00d8 #7d00d8 #7d00d8; } .border_indigo4h, .hover_border_indigo4h:hover, .active_border_indigo4h:active:hover { border-color: #7000c3 #7000c3 #7000c3 #7000c3; } .border_indigo4a, .hover_border_indigo4a:hover, .active_border_indigo4a:active:hover { border-color: #6400ad #6400ad #6400ad #6400ad; } .border_indigo4s, .hover_border_indigo4s:hover, .active_border_indigo4s:active:hover { border-color: #b045ff #b045ff #b045ff #b045ff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_indigo4, .hover_shadow_expand_indigo4:hover, .active_shadow_expand_indigo4:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(125, 0, 216, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(125, 0, 216, .39); box-shadow: 0em 0em 1em 0.25em rgba(125, 0, 216, .39); } .shadow_expand_indigo4h, .hover_shadow_expand_indigo4h:hover, .active_shadow_expand_indigo4h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(149, 5, 255, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(149, 5, 255, .50); box-shadow: 0em 0em 1em 0.25em rgba(149, 5, 255, .50); } .shadow_expand_indigo4a, .hover_shadow_expand_indigo4a:hover, .active_shadow_expand_indigo4a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .63); } .shadow_expand_indigo4s, .hover_shadow_expand_indigo4s:hover, .active_shadow_expand_indigo4s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(176, 69, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_indigo4, .hover_shadow_left_indigo4:hover, .active_shadow_left_indigo4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_left_indigo4h, .hover_shadow_left_indigo4h:hover, .active_shadow_left_indigo4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_left_indigo4a, .hover_shadow_left_indigo4a:hover, .active_shadow_left_indigo4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_left_indigo4s, .hover_shadow_left_indigo4s:hover, .active_shadow_left_indigo4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_indigo4, .hover_shadow_right_indigo4:hover, .active_shadow_right_indigo4:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0.5em 0em 1em rgba(125, 0, 216, .39); box-shadow: 0.5em 0em 1em rgba(125, 0, 216, .39); } .shadow_right_indigo4h, .hover_shadow_right_indigo4h:hover, .active_shadow_right_indigo4h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0.5em 0em 1em rgba(149, 5, 255, .50); box-shadow: 0.5em 0em 1em rgba(149, 5, 255, .50); } .shadow_right_indigo4a, .hover_shadow_right_indigo4a:hover, .active_shadow_right_indigo4a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .63); box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .63); } .shadow_right_indigo4s, .hover_shadow_right_indigo4s:hover, .active_shadow_right_indigo4s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .78); box-shadow: 0.5em 0em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_indigo4, .hover_shadow_top_indigo4:hover, .active_shadow_top_indigo4:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_top_indigo4h, .hover_shadow_top_indigo4h:hover, .active_shadow_top_indigo4h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_top_indigo4a, .hover_shadow_top_indigo4a:hover, .active_shadow_top_indigo4a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_top_indigo4s, .hover_shadow_top_indigo4s:hover, .active_shadow_top_indigo4s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_indigo4, .hover_shadow_bottom_indigo4:hover, .active_shadow_bottom_indigo4:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0em 0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0em 0.5em 1em rgba(125, 0, 216, .39); } .shadow_bottom_indigo4h, .hover_shadow_bottom_indigo4h:hover, .active_shadow_bottom_indigo4h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0em 0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0em 0.5em 1em rgba(149, 5, 255, .50); } .shadow_bottom_indigo4a, .hover_shadow_bottom_indigo4a:hover, .active_shadow_bottom_indigo4a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .63); } .shadow_bottom_indigo4s, .hover_shadow_bottom_indigo4s:hover, .active_shadow_bottom_indigo4s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0em 0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_indigo4, .hover_shadow_top_left_indigo4:hover, .active_shadow_top_left_indigo4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: -0.5em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_top_left_indigo4h, .hover_shadow_top_left_indigo4h:hover, .active_shadow_top_left_indigo4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_top_left_indigo4a, .hover_shadow_top_left_indigo4a:hover, .active_shadow_top_left_indigo4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_top_left_indigo4s, .hover_shadow_top_left_indigo4s:hover, .active_shadow_top_left_indigo4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_indigo4, .hover_shadow_top_right_indigo4:hover, .active_shadow_top_right_indigo4:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0.5em -0.5em 1em rgba(125, 0, 216, .39); } .shadow_top_right_indigo4h, .hover_shadow_top_right_indigo4h:hover, .active_shadow_top_right_indigo4h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0.5em -0.5em 1em rgba(149, 5, 255, .50); } .shadow_top_right_indigo4a, .hover_shadow_top_right_indigo4a:hover, .active_shadow_top_right_indigo4a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .63); } .shadow_top_right_indigo4s, .hover_shadow_top_right_indigo4s:hover, .active_shadow_top_right_indigo4s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_indigo4, .hover_shadow_bottom_left_indigo4:hover, .active_shadow_bottom_left_indigo4:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(125, 0, 216, .39); box-shadow: -0.5em 0.5em 1em rgba(125, 0, 216, .39); } .shadow_bottom_left_indigo4h, .hover_shadow_bottom_left_indigo4h:hover, .active_shadow_bottom_left_indigo4h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(149, 5, 255, .50); box-shadow: -0.5em 0.5em 1em rgba(149, 5, 255, .50); } .shadow_bottom_left_indigo4a, .hover_shadow_bottom_left_indigo4a:hover, .active_shadow_bottom_left_indigo4a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .63); } .shadow_bottom_left_indigo4s, .hover_shadow_bottom_left_indigo4s:hover, .active_shadow_bottom_left_indigo4s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(176, 69, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_indigo4, .hover_shadow_bottom_right_indigo4:hover, .active_shadow_bottom_right_indigo4:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(125, 0, 216, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(125, 0, 216, .39); box-shadow: 0.5em 0.5em 1em rgba(125, 0, 216, .39); } .shadow_bottom_right_indigo4h, .hover_shadow_bottom_right_indigo4h:hover, .active_shadow_bottom_right_indigo4h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(149, 5, 255, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(149, 5, 255, .50); box-shadow: 0.5em 0.5em 1em rgba(149, 5, 255, .50); } .shadow_bottom_right_indigo4a, .hover_shadow_bottom_right_indigo4a:hover, .active_shadow_bottom_right_indigo4a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .63); } .shadow_bottom_right_indigo4s, .hover_shadow_bottom_right_indigo4s:hover, .active_shadow_bottom_right_indigo4s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(176, 69, 255, .78); }
0.498291
0.084229
.w-1-12 { width: 8.3333% } .w-1-6 { width: 16.6667% } .w-1-5 { width: 20% } .w-1-4 { width: 25% } .w-1-3 { width: 33.3333% } .w-2-5 { width: 40% } .w-5-12 { width: 41.6667% } .w-1-2 { width: 50% } .w-7-12 { width: 58.3333% } .w-3-5 { width: 60% } .w-2-3 { width: 66.6667% } .w-3-4 { width: 75% } .w-4-5 { width: 80% } .w-5-6 { width: 83.3333% } .w-11-12 { width: 91.6667% } .w-1-1 { width: 100% } .w-a { width: auto} @media only screen and (max-width: 1560px) { .l_w-1-12 { width: 8.3333% } .l_w-1-6 { width: 16.6667% } .l_w-1-5 { width: 20% } .l_w-1-4 { width: 25% } .l_w-1-3 { width: 33.3333% } .l_w-2-5 { width: 40% } .l_w-5-12 { width: 41.6667% } .l_w-1-2 { width: 50% } .l_w-7-12 { width: 58.3333% } .l_w-3-5 { width: 60% } .l_w-2-3 { width: 66.6667% } .l_w-3-4 { width: 75% } .l_w-4-5 { width: 80% } .l_w-5-6 { width: 83.3333% } .l_w-11-12 { width: 91.6667% } .l_w-1-1 { width: 100% } .l_w-a { width: auto} } @media only screen and (max-width: 1280px) { .t_w-1-12 { width: 8.3333% } .t_w-1-6 { width: 16.6667% } .t_w-1-5 { width: 20% } .t_w-1-4 { width: 25% } .t_w-1-3 { width: 33.3333% } .t_w-2-5 { width: 40% } .t_w-5-12 { width: 41.6667% } .t_w-1-2 { width: 50% } .t_w-7-12 { width: 58.3333% } .t_w-3-5 { width: 60% } .t_w-2-3 { width: 66.6667% } .t_w-3-4 { width: 75% } .t_w-4-5 { width: 80% } .t_w-5-6 { width: 83.3333% } .t_w-11-12 { width: 91.6667% } .t_w-1-1 { width: 100% } .t_w-a { width: auto} } @media only screen and (max-width: 1000px) { .tp_w-1-12 { width: 8.3333% } .tp_w-1-6 { width: 16.6667% } .tp_w-1-5 { width: 20% } .tp_w-1-4 { width: 25% } .tp_w-1-3 { width: 33.3333% } .tp_w-2-5 { width: 40% } .tp_w-5-12 { width: 41.6667% } .tp_w-1-2 { width: 50% } .tp_w-7-12 { width: 58.3333% } .tp_w-3-5 { width: 60% } .tp_w-2-3 { width: 66.6667% } .tp_w-3-4 { width: 75% } .tp_w-4-5 { width: 80% } .tp_w-5-6 { width: 83.3333% } .tp_w-11-12 { width: 91.6667% } .tp_w-1-1 { width: 100% } .tp_w-a { width: auto} } @media only screen and (max-width: 720px) { .m_w-1-12 { width: 8.3333% } .m_w-1-6 { width: 16.6667% } .m_w-1-5 { width: 20% } .m_w-1-4 { width: 25% } .m_w-1-3 { width: 33.3333% } .m_w-2-5 { width: 40% } .m_w-5-12 { width: 41.6667% } .m_w-1-2 { width: 50% } .m_w-7-12 { width: 58.3333% } .m_w-3-5 { width: 60% } .m_w-2-3 { width: 66.6667% } .m_w-3-4 { width: 75% } .m_w-4-5 { width: 80% } .m_w-5-6 { width: 83.3333% } .m_w-11-12 { width: 91.6667% } .m_w-1-1 { width: 100% } .m_w-a { width: auto} } @media only screen and (max-width: 440px) { .mp_w-1-12 { width: 8.3333% } .mp_w-1-6 { width: 16.6667% } .mp_w-1-5 { width: 20% } .mp_w-1-4 { width: 25% } .mp_w-1-3 { width: 33.3333% } .mp_w-2-5 { width: 40% } .mp_w-5-12 { width: 41.6667% } .mp_w-1-2 { width: 50% } .mp_w-7-12 { width: 58.3333% } .mp_w-3-5 { width: 60% } .mp_w-2-3 { width: 66.6667% } .mp_w-3-4 { width: 75% } .mp_w-4-5 { width: 80% } .mp_w-5-6 { width: 83.3333% } .mp_w-11-12 { width: 91.6667% } .mp_w-1-1 { width: 100% } .mp_w-a { width: auto} }
src/css/grid-system.desktop-first.css
.w-1-12 { width: 8.3333% } .w-1-6 { width: 16.6667% } .w-1-5 { width: 20% } .w-1-4 { width: 25% } .w-1-3 { width: 33.3333% } .w-2-5 { width: 40% } .w-5-12 { width: 41.6667% } .w-1-2 { width: 50% } .w-7-12 { width: 58.3333% } .w-3-5 { width: 60% } .w-2-3 { width: 66.6667% } .w-3-4 { width: 75% } .w-4-5 { width: 80% } .w-5-6 { width: 83.3333% } .w-11-12 { width: 91.6667% } .w-1-1 { width: 100% } .w-a { width: auto} @media only screen and (max-width: 1560px) { .l_w-1-12 { width: 8.3333% } .l_w-1-6 { width: 16.6667% } .l_w-1-5 { width: 20% } .l_w-1-4 { width: 25% } .l_w-1-3 { width: 33.3333% } .l_w-2-5 { width: 40% } .l_w-5-12 { width: 41.6667% } .l_w-1-2 { width: 50% } .l_w-7-12 { width: 58.3333% } .l_w-3-5 { width: 60% } .l_w-2-3 { width: 66.6667% } .l_w-3-4 { width: 75% } .l_w-4-5 { width: 80% } .l_w-5-6 { width: 83.3333% } .l_w-11-12 { width: 91.6667% } .l_w-1-1 { width: 100% } .l_w-a { width: auto} } @media only screen and (max-width: 1280px) { .t_w-1-12 { width: 8.3333% } .t_w-1-6 { width: 16.6667% } .t_w-1-5 { width: 20% } .t_w-1-4 { width: 25% } .t_w-1-3 { width: 33.3333% } .t_w-2-5 { width: 40% } .t_w-5-12 { width: 41.6667% } .t_w-1-2 { width: 50% } .t_w-7-12 { width: 58.3333% } .t_w-3-5 { width: 60% } .t_w-2-3 { width: 66.6667% } .t_w-3-4 { width: 75% } .t_w-4-5 { width: 80% } .t_w-5-6 { width: 83.3333% } .t_w-11-12 { width: 91.6667% } .t_w-1-1 { width: 100% } .t_w-a { width: auto} } @media only screen and (max-width: 1000px) { .tp_w-1-12 { width: 8.3333% } .tp_w-1-6 { width: 16.6667% } .tp_w-1-5 { width: 20% } .tp_w-1-4 { width: 25% } .tp_w-1-3 { width: 33.3333% } .tp_w-2-5 { width: 40% } .tp_w-5-12 { width: 41.6667% } .tp_w-1-2 { width: 50% } .tp_w-7-12 { width: 58.3333% } .tp_w-3-5 { width: 60% } .tp_w-2-3 { width: 66.6667% } .tp_w-3-4 { width: 75% } .tp_w-4-5 { width: 80% } .tp_w-5-6 { width: 83.3333% } .tp_w-11-12 { width: 91.6667% } .tp_w-1-1 { width: 100% } .tp_w-a { width: auto} } @media only screen and (max-width: 720px) { .m_w-1-12 { width: 8.3333% } .m_w-1-6 { width: 16.6667% } .m_w-1-5 { width: 20% } .m_w-1-4 { width: 25% } .m_w-1-3 { width: 33.3333% } .m_w-2-5 { width: 40% } .m_w-5-12 { width: 41.6667% } .m_w-1-2 { width: 50% } .m_w-7-12 { width: 58.3333% } .m_w-3-5 { width: 60% } .m_w-2-3 { width: 66.6667% } .m_w-3-4 { width: 75% } .m_w-4-5 { width: 80% } .m_w-5-6 { width: 83.3333% } .m_w-11-12 { width: 91.6667% } .m_w-1-1 { width: 100% } .m_w-a { width: auto} } @media only screen and (max-width: 440px) { .mp_w-1-12 { width: 8.3333% } .mp_w-1-6 { width: 16.6667% } .mp_w-1-5 { width: 20% } .mp_w-1-4 { width: 25% } .mp_w-1-3 { width: 33.3333% } .mp_w-2-5 { width: 40% } .mp_w-5-12 { width: 41.6667% } .mp_w-1-2 { width: 50% } .mp_w-7-12 { width: 58.3333% } .mp_w-3-5 { width: 60% } .mp_w-2-3 { width: 66.6667% } .mp_w-3-4 { width: 75% } .mp_w-4-5 { width: 80% } .mp_w-5-6 { width: 83.3333% } .mp_w-11-12 { width: 91.6667% } .mp_w-1-1 { width: 100% } .mp_w-a { width: auto} }
0.563258
0.280321
.sub-page-title { font-style: normal; font-weight: 600; font-size: 44px; line-height: 52px; margin-bottom: 30px; position: relative; width: max-content; } .sub-page-container { width: 1200px; margin: 30px auto; min-height: 760px; } .corpuses-page-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; } .corpus-container > img { height: 225px; display: block; } .corpus-container-image-container { position: relative; overflow: hidden; border-radius: 5px; } .corpus-container-image-container > span { position: absolute; bottom: 0; width: 100%; height: 89px; background: #00000091; z-index: 1; box-shadow: 0px -15px 33px 17px #0000009e; display: block; } .corpus-container-image-container > p { position: absolute; bottom: 20px; color: white; z-index: 23; left: 20px; font-weight: 600; font-size: 13pt; } .corpus-container-meta { margin-top: 10px; } .corpus-container-meta > p { float: left; margin-right: 10px; font-size: 10pt; height: 30px; line-height: 30px; color: #6d6d6d; font-weight: 500; } .corpus-container-meta > button { display: block; float: right; width: 30px; height: 30px; color: #717171; } .sub-page-title > button { font-size: 14pt; color: red; line-height: 9px; display: block; position: absolute; right: -30px; top: 17px; } .corpus-connected-objects-container { border-top: 1px solid gainsboro; border-bottom: 1px solid gainsboro; padding: 20px 0; margin-bottom: 30px; } .corpus-view-connected-objects-container-actor { height: 50px; display: grid; grid-template-columns: 1fr auto; line-height: 50px; } .corpus-view-connected-objects-container-actor > a { color: #8e8e8e; } .corpus-container-image-container { width: 300px; height: 240px; } .corpus-container-image-container > a { height: inherit; width: inherit; display: block; } .corpus-container-image-container img { height: inherit; width: inherit; object-fit: cover; } .home-corpus-block img { height: inherit; width: inherit; object-fit: cover; } .home-corpus-block a { height: inherit; width: inherit; display: block; }
src/static/newcss/corpuses.css
.sub-page-title { font-style: normal; font-weight: 600; font-size: 44px; line-height: 52px; margin-bottom: 30px; position: relative; width: max-content; } .sub-page-container { width: 1200px; margin: 30px auto; min-height: 760px; } .corpuses-page-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; } .corpus-container > img { height: 225px; display: block; } .corpus-container-image-container { position: relative; overflow: hidden; border-radius: 5px; } .corpus-container-image-container > span { position: absolute; bottom: 0; width: 100%; height: 89px; background: #00000091; z-index: 1; box-shadow: 0px -15px 33px 17px #0000009e; display: block; } .corpus-container-image-container > p { position: absolute; bottom: 20px; color: white; z-index: 23; left: 20px; font-weight: 600; font-size: 13pt; } .corpus-container-meta { margin-top: 10px; } .corpus-container-meta > p { float: left; margin-right: 10px; font-size: 10pt; height: 30px; line-height: 30px; color: #6d6d6d; font-weight: 500; } .corpus-container-meta > button { display: block; float: right; width: 30px; height: 30px; color: #717171; } .sub-page-title > button { font-size: 14pt; color: red; line-height: 9px; display: block; position: absolute; right: -30px; top: 17px; } .corpus-connected-objects-container { border-top: 1px solid gainsboro; border-bottom: 1px solid gainsboro; padding: 20px 0; margin-bottom: 30px; } .corpus-view-connected-objects-container-actor { height: 50px; display: grid; grid-template-columns: 1fr auto; line-height: 50px; } .corpus-view-connected-objects-container-actor > a { color: #8e8e8e; } .corpus-container-image-container { width: 300px; height: 240px; } .corpus-container-image-container > a { height: inherit; width: inherit; display: block; } .corpus-container-image-container img { height: inherit; width: inherit; object-fit: cover; } .home-corpus-block img { height: inherit; width: inherit; object-fit: cover; } .home-corpus-block a { height: inherit; width: inherit; display: block; }
0.542621
0.081082
body { background: url(../images/background/bg-body.jpg) repeat left top; color: #515151; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 0; min-width: 1024px; padding: 0; } a { outline: none; } img { border: 0; } p a { color: #515151; } #body div div div div div div#sidebar ul li a { color: #515151; text-decoration: none; } #body div div div div div div#sidebar ul li a:hover { text-decoration: underline; } p a:hover { color: #252323; } #header { background: url(../images/background/pinklight.png) repeat-x left top; width: 100%; } #header div:first-child { border: none; height: 160px; z-index: 2; } #header div:first-child div#logo { background: none; border: none; display: block; left: 400px; padding: 0; position: absolute; top: 25px; width: 172px; z-index: 1000; } #header div:first-child div#logo a img { display: block; } #header div:first-child ul { height: 43px; list-style: none; left: 0; margin: 0; padding: 0; position: absolute; text-align: center; top: 90px; width: 960px; } #header div:first-child ul li { display: inline-block; } #header div:first-child ul li.home { left: 50px; position: absolute; top: 0px; } #header div:first-child ul li.mybuy { left: 160px; position: absolute; top: 0; } #header div:first-child ul li.mysell { left: 270px; position: absolute; top: 0; } #header div:first-child ul li.announcement { position: absolute; top: 0; right: 270px; } #header div:first-child ul li.question a { position: absolute; top: 0px; right: 160px; } #header div:first-child ul li.about { position: absolute; top: 0; right: 50px; } #header div:first-child ul li a { display: block; color: #FFFFFF; cursor: pointer; font-weight: bold; height: 43px; letter-spacing: 1px; line-height: 33px; padding: 0 0 0 13px; text-decoration: none; text-transform: uppercase; text-shadow: 0px -2px 0px #4f0428; } #header div:first-child ul li.current a { background: url(../images/bg-menu-left.png) no-repeat left top; color: #FFFFFF; } #header div:first-child ul li.current a span { background: url(../images/bg-menu-right.png) no-repeat right top; display: block; height: 43px; padding: 0 15px 0 5px; text-align: center; } #header div { height: auto; margin: 0 auto; position: relative; width: 960px; z-index: 1; } #header div div#figure { background: url(../images/livemusic.png) no-repeat; height: 410px; position: relative; } #header div div#figure div#templatemo_search { position: absolute; width: 659px; background: url(../images/templatemo_search.png) no-repeat; } #templatemo_search { left: 150px; margin-bottom: 40px; top:40px; height: 36px; padding: 11px 10px 8px 10px; } #templatemo_search form { margin: 0; padding: 0; } #templatemo_search .txt_field { float: left; display: block; height: 32px; line-height: 34px; width: 570px; color: #000; font-size: 15px; padding: 0px 12px; font-variant: normal; border: none; background: none; } #templatemo_search .sub_btn { float: right; display: block; height: 34px; width: 55px; cursor: pointer; border: none; background: none; } #header div div#background { background: url(../images/background/bg-blue.png) no-repeat center top; height: 135px; position: relative; } #header div div#background div{ position: absolute; width: 659px; background: url(../images/templatemo_search.png) no-repeat; } #body { margin: -40px 0 0; } #body p { margin: 0; } #body div { background: url(../images/background/bg-content2.png) repeat-x left top; border-bottom: 2px solid #86104a; padding: 0; width: 100%; } #body div div { background: url(../images/background/bg-content.png) no-repeat center top; border: 0; padding: 104px 0 0; width: 100%; } #body div div div { background: url(../images/background/bg-content3.jpg) repeat left 108px; border: 0; margin: 0; padding: 0; } #body div div div div { margin: 0 auto; padding: 0px 0px 45px ; width: 1078px; } #body div div div div div { height: 300px; margin-top: -5px; margin-left: 20px; } #body div div div div div div{ background-image: url(../images/bg-product.png); background-repeat: no-repeat; background-position: bottom; margin-top: -100px; margin-bottom: 0px; margin-left: 10px; width: 210px; float: left; height: 360px; } #body div div div div div div div.product_pic{ height: 200px; width: 240px; background-image: none; float: none; margin-top: 128px; margin-right: auto; margin-bottom: 0; margin-left: -15px; padding: 0px; } #body div div div div div div div.product_summ{ float: none; height: 50px; width: 180px; color: green; font-size: 18px; margin-top: 10px; margin-right: auto; margin-left: auto; background-image: none; padding: 0px; } #body div div div div div div div.product_price{ float: none; height: 50px; width: 180px; margin-top: -20px; margin-right: auto; margin-left: auto; background-image: none; padding: 0px; } #body div div div div div div .product_price p { font-size: 24px; color: #F00; } #body div div div div div div div.product_add{ float: left; height: 30px; width: 90px; margin-top: 5px; margin-left: 0px; background-image: none; padding: 0px; } #body div div div div div div div.product_seller{ float: left; height: 15px; width: 90px; margin-top: 5px; margin-left: 20px; background-image: none; padding: 0px; text-align: center; } #body div div div div div div div.product_num{ float: left; height: 15px; width: 90px; margin-top: 5px; margin-left: 0px; background-image: none; padding: 0px; } #footer { height: 150px; } #footer div { margin: 0 auto; overflow: hidden; padding: 30px 0 0; width: 940px; } #footer div div:first-child p { color: #f0b7d2; line-height: 30px; margin: 0; text-align: justify; } #footer div div:first-child { background: url(../images/footer-separator.png) no-repeat right top; float: left; padding: 0 90px 0 20px; width: 660px; } #footer div div p a { color: #f0b7d2; } #footer div div h3 { color: #FFFFFF; font-size: 20px; font-weight: normal; margin: 0 0 50px; padding: 0px 0 0; text-shadow: 0 1px #820048; text-transform: uppercase; } #footer div div { float: right; min-height: 150px; padding: 0; width: 160px; } #footer div div ul { list-style: none; margin: 0; padding: 0; } #footer div div ul li { display: block; margin: 20px 0 0; } #footer div div ul li a { color: #f0b7d2; display: block; height: 22px; line-height: 22px; text-decoration: none; text-indent: 40px; text-transform: lowercase; } #footer div div ul li a:hover, #footer div div p a:hover { color: #FFFFFF; } #footer div div ul li:first-child { margin: 0; } #footer div div ul li a#ahnu { background: url(../images/ahnu.png) no-repeat 3px -104px; height: 20px; line-height: 20px; } #footer div div ul li a#ahnu:hover { background: url(../images/ahnu.png) no-repeat 3px -126px; } #footer div div ul li a#tms { background: url(../images/tms.png) no-repeat 0 -54px; } #footer div div ul li a#tms:hover { background: url(../images/tms.png) no-repeat 0 -74px; } #footer div div ul li a#library { background: url(../images/library.png) no-repeat 8px 0; } #footer div div ul li a#library:hover { background: url(../images/library.png) no-repeat 8px -22px; } #footer p.footnote { background: #991456; border-radius: 5px; color: #c14381; height: 30px; font-size: 12px; line-height: 30px; margin: 30px auto 0; text-align: center; width: 360px; } #body div div div div h1 { color: #0a5382; font-family: "Times New Roman", Times, serif; font-size: 38px; font-weight: normal; letter-spacing: 2px; margin: 0; text-align: center; text-transform: uppercase; } #body div div div div h4 { color: #3f3f3f; font-weight: normal; margin: 0 0 50px; text-align: center; } #body div div div div div#product { background-image: url(../images/bg-product.png); height: 350px; width: 220px; margin-left: 60px; }
webapps/Tao/css/goodsstyle.css
body { background: url(../images/background/bg-body.jpg) repeat left top; color: #515151; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 0; min-width: 1024px; padding: 0; } a { outline: none; } img { border: 0; } p a { color: #515151; } #body div div div div div div#sidebar ul li a { color: #515151; text-decoration: none; } #body div div div div div div#sidebar ul li a:hover { text-decoration: underline; } p a:hover { color: #252323; } #header { background: url(../images/background/pinklight.png) repeat-x left top; width: 100%; } #header div:first-child { border: none; height: 160px; z-index: 2; } #header div:first-child div#logo { background: none; border: none; display: block; left: 400px; padding: 0; position: absolute; top: 25px; width: 172px; z-index: 1000; } #header div:first-child div#logo a img { display: block; } #header div:first-child ul { height: 43px; list-style: none; left: 0; margin: 0; padding: 0; position: absolute; text-align: center; top: 90px; width: 960px; } #header div:first-child ul li { display: inline-block; } #header div:first-child ul li.home { left: 50px; position: absolute; top: 0px; } #header div:first-child ul li.mybuy { left: 160px; position: absolute; top: 0; } #header div:first-child ul li.mysell { left: 270px; position: absolute; top: 0; } #header div:first-child ul li.announcement { position: absolute; top: 0; right: 270px; } #header div:first-child ul li.question a { position: absolute; top: 0px; right: 160px; } #header div:first-child ul li.about { position: absolute; top: 0; right: 50px; } #header div:first-child ul li a { display: block; color: #FFFFFF; cursor: pointer; font-weight: bold; height: 43px; letter-spacing: 1px; line-height: 33px; padding: 0 0 0 13px; text-decoration: none; text-transform: uppercase; text-shadow: 0px -2px 0px #4f0428; } #header div:first-child ul li.current a { background: url(../images/bg-menu-left.png) no-repeat left top; color: #FFFFFF; } #header div:first-child ul li.current a span { background: url(../images/bg-menu-right.png) no-repeat right top; display: block; height: 43px; padding: 0 15px 0 5px; text-align: center; } #header div { height: auto; margin: 0 auto; position: relative; width: 960px; z-index: 1; } #header div div#figure { background: url(../images/livemusic.png) no-repeat; height: 410px; position: relative; } #header div div#figure div#templatemo_search { position: absolute; width: 659px; background: url(../images/templatemo_search.png) no-repeat; } #templatemo_search { left: 150px; margin-bottom: 40px; top:40px; height: 36px; padding: 11px 10px 8px 10px; } #templatemo_search form { margin: 0; padding: 0; } #templatemo_search .txt_field { float: left; display: block; height: 32px; line-height: 34px; width: 570px; color: #000; font-size: 15px; padding: 0px 12px; font-variant: normal; border: none; background: none; } #templatemo_search .sub_btn { float: right; display: block; height: 34px; width: 55px; cursor: pointer; border: none; background: none; } #header div div#background { background: url(../images/background/bg-blue.png) no-repeat center top; height: 135px; position: relative; } #header div div#background div{ position: absolute; width: 659px; background: url(../images/templatemo_search.png) no-repeat; } #body { margin: -40px 0 0; } #body p { margin: 0; } #body div { background: url(../images/background/bg-content2.png) repeat-x left top; border-bottom: 2px solid #86104a; padding: 0; width: 100%; } #body div div { background: url(../images/background/bg-content.png) no-repeat center top; border: 0; padding: 104px 0 0; width: 100%; } #body div div div { background: url(../images/background/bg-content3.jpg) repeat left 108px; border: 0; margin: 0; padding: 0; } #body div div div div { margin: 0 auto; padding: 0px 0px 45px ; width: 1078px; } #body div div div div div { height: 300px; margin-top: -5px; margin-left: 20px; } #body div div div div div div{ background-image: url(../images/bg-product.png); background-repeat: no-repeat; background-position: bottom; margin-top: -100px; margin-bottom: 0px; margin-left: 10px; width: 210px; float: left; height: 360px; } #body div div div div div div div.product_pic{ height: 200px; width: 240px; background-image: none; float: none; margin-top: 128px; margin-right: auto; margin-bottom: 0; margin-left: -15px; padding: 0px; } #body div div div div div div div.product_summ{ float: none; height: 50px; width: 180px; color: green; font-size: 18px; margin-top: 10px; margin-right: auto; margin-left: auto; background-image: none; padding: 0px; } #body div div div div div div div.product_price{ float: none; height: 50px; width: 180px; margin-top: -20px; margin-right: auto; margin-left: auto; background-image: none; padding: 0px; } #body div div div div div div .product_price p { font-size: 24px; color: #F00; } #body div div div div div div div.product_add{ float: left; height: 30px; width: 90px; margin-top: 5px; margin-left: 0px; background-image: none; padding: 0px; } #body div div div div div div div.product_seller{ float: left; height: 15px; width: 90px; margin-top: 5px; margin-left: 20px; background-image: none; padding: 0px; text-align: center; } #body div div div div div div div.product_num{ float: left; height: 15px; width: 90px; margin-top: 5px; margin-left: 0px; background-image: none; padding: 0px; } #footer { height: 150px; } #footer div { margin: 0 auto; overflow: hidden; padding: 30px 0 0; width: 940px; } #footer div div:first-child p { color: #f0b7d2; line-height: 30px; margin: 0; text-align: justify; } #footer div div:first-child { background: url(../images/footer-separator.png) no-repeat right top; float: left; padding: 0 90px 0 20px; width: 660px; } #footer div div p a { color: #f0b7d2; } #footer div div h3 { color: #FFFFFF; font-size: 20px; font-weight: normal; margin: 0 0 50px; padding: 0px 0 0; text-shadow: 0 1px #820048; text-transform: uppercase; } #footer div div { float: right; min-height: 150px; padding: 0; width: 160px; } #footer div div ul { list-style: none; margin: 0; padding: 0; } #footer div div ul li { display: block; margin: 20px 0 0; } #footer div div ul li a { color: #f0b7d2; display: block; height: 22px; line-height: 22px; text-decoration: none; text-indent: 40px; text-transform: lowercase; } #footer div div ul li a:hover, #footer div div p a:hover { color: #FFFFFF; } #footer div div ul li:first-child { margin: 0; } #footer div div ul li a#ahnu { background: url(../images/ahnu.png) no-repeat 3px -104px; height: 20px; line-height: 20px; } #footer div div ul li a#ahnu:hover { background: url(../images/ahnu.png) no-repeat 3px -126px; } #footer div div ul li a#tms { background: url(../images/tms.png) no-repeat 0 -54px; } #footer div div ul li a#tms:hover { background: url(../images/tms.png) no-repeat 0 -74px; } #footer div div ul li a#library { background: url(../images/library.png) no-repeat 8px 0; } #footer div div ul li a#library:hover { background: url(../images/library.png) no-repeat 8px -22px; } #footer p.footnote { background: #991456; border-radius: 5px; color: #c14381; height: 30px; font-size: 12px; line-height: 30px; margin: 30px auto 0; text-align: center; width: 360px; } #body div div div div h1 { color: #0a5382; font-family: "Times New Roman", Times, serif; font-size: 38px; font-weight: normal; letter-spacing: 2px; margin: 0; text-align: center; text-transform: uppercase; } #body div div div div h4 { color: #3f3f3f; font-weight: normal; margin: 0 0 50px; text-align: center; } #body div div div div div#product { background-image: url(../images/bg-product.png); height: 350px; width: 220px; margin-left: 60px; }
0.296247
0.058373
a:link { text-decoration:none } a:hover { text-decoration:underline } body,div,table { padding:0px; margin:0px; border:0px; font-family:helvetica,arial,sans-serif; font-size:small } button { border-top:1px solid #999; border-left:1px solid #999; border-bottom:1px solid #777; border-right:1px solid #777; background-color:#f8f8f8 } input { text-transform:none; } pre { font-family:courier,fixed } table.render th { background:#ddd; padding-left:2px; padding-right:2px } table.render td { background:#f5f5f5; padding-left:2px; padding-right:2px } table.render .row_even td { background:#f5f5f5; padding-left:2px; padding-right:2px } table.render .row_odd td { background:#ededed; padding-left:2px; padding-right:2px } table.render .row_clear td { background:#fff } table.render tr:hover td { color: #393 } table.render tr:hover a:link { color: #393 } table.render tr:hover a:visited { color: #393 } table.lrtable { width:100% } table.lrtable td { width:50px; text-align:center; border:1px solid #ccc } table#command_detail { width:100%; height:100%; border-spacing:0px; border:0px; margin:0px; padding:0px; } table#command_detail div#command_jobs { display:none; } table#job_detail { width:100%; height:100%; border-spacing:0px; border:0px; margin:0px; padding:0px; } table#job_detail div#job_nodes { display:none; } table#job_detail div#job_logs_border { display:none; margin-left:5px; margin-right:5px; border: 1px solid gray; padding:5px; overflow:none } table#job_detail div#job_log_control { position:relative; top:2px; right:2px; float:right; } table#job_detail iframe#job_logs { width:100%; height:300px; border:1px dashed gray; margin-right:5px; margin-top:5px; overflow:none } table#host_detail { width:100%; height:100%; border-spacing:0px; border:0px; margin:0px; padding:0px; } table#host_detail div#host_logs_border { display:none; margin-left:5px; border: 1px solid gray; padding:5px; overflow:auto } table#host_detail div#host_tasks { display:none; } table#host_detail div#host_queue { display:none; } table#host_detail div#host_logs { width:100%; } table.profile { width:100% } table.profile tr:hover td { color: #369; background: #8ff; border-bottom:1px solid #999 } table.profile tr:hover a:link { color: #369 } table.profile tr:hover a:visited { color: #369 } table.profile th { background:#999; white-space:nowrap } table.profile td { background:#eee; border-bottom:1px solid #eee; white-space:nowrap } table.detail tbody { border:0px; margin:0px; padding:0px; } table.detail tr { border:0px; margin:0px; padding:0px; } table.detail td { vertical-align:top; border:0px; margin:0px; padding:0px; } table.detail td#jlfill { width:100%; } table label { background-color:#eee; border:1px solid #ccc; padding-left:2px; padding-right:2px; margin-left:2px } .addnew { background-color:#ddd; border-top:1px solid #555; border-bottom:1px solid #555; padding: 5px; margin-top:10px; margin-bottom:10px; } .addnew2 { background-color:#ddd; border-top:1px solid #555; border-bottom:1px solid #555; padding: 5px; margin-top:10px; } .center { text-align:center } .right { text-align:right } .warm { color:#a50; font-weight:bold } .hot { color:#f00; font-weight:bold } .lrpad { padding-left:5px; padding-right:5px; } .num { text-align:right; font-family:courier,fixed } .required_nodes { width:100px; overflow:hidden; float:left; white-space:nowrap } .node_group { float:left; white-space:nowrap; border:1px solid #77c; margin:1px } .hide_edit { font-size:18px; text-decoration:none; } .scroll_area { height:100%; min-height:100%; position:relative; width:5px; border-collapse:collapse; } .scroll_middle { width:5px; } .boxit { border:1px solid #ddd; display:inline-block; padding-right:3px; padding-left:2px } #banner { padding:5px; background:#eee; border-bottom:1px solid black; text-align:center } #mode { position:relative; padding:5px; background:#ddd; border-bottom:1px solid black; text-align:center; margin-bottom:0px } .status { position:relative; padding:5px; background:#f3f3f3; border-bottom:1px solid black; text-align:center; margin-bottom:10px } .status span { border:1px solid #ccc; padding: 2px; background-color:#f4f4f4 } .status span span { border:0px; font-weight:bold } .status span label { border-left:1px solid #bbb; border-top:1px solid #bbb; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding-left:3px; padding-right:3px; background:white } #filter { position:absolute; left:3px; top:3px; background:#ccc; border:1px solid #bbb; padding:1px; margin:0px; padding-right:3px; } #owner { position:absolute; right:3px; top:3px; background:#ccc; border:1px solid #bbb; padding:1px; margin:0px; padding-left:3px; } #command_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #command_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #alias_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #alias_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #macro_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #macro_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #job_profile { display:none; position:absolute; top:100px; width:100%; left:-1px; } #job_profile_modal { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #job_profile_modal th { background:#ddd; } #job_profile_modal td { background:#f5f5f5; } #job_profile_table { height:500px; width:500px; overflow-y:scroll; } #job_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #job_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #host_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #host_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #tab_commmands { display:none } #tab_macros { display:none } #tab_alias { display:none } #tab_jobs { display:none } #tab_hosts { display:none } #tab_zk { display:none } #table_alias { border:1px solid blue } #table_commands { border:1px solid blue } #table_macros { border:1px solid blue } #table_jobs { border:1px solid blue } #table_job_nodes { border:1px solid purple; margin-left:5px; } #table_hosts { border:1px solid blue } #table_host_tasks { border:1px solid purple; margin-left:5px; } #table_host_queue { border:1px solid purple; margin-left:5px; } #table_command_jobs { border:1px solid purple; margin-left:5px; } #event_count { position:fixed; right:10px; bottom:5px; width:100px; height:50px; color:#999; text-align:right; line-height:50px; } #tab_zk label { font-weight:bold; margin-left:5px } #tab_zk div { margin:5px; border:1px solid gray; padding:2px; } .code_mirrored { width:800px; position:relative; } .CodeMirror div { font-family:monospace; } #job_dependency { display:none; position:absolute; top:100px; width:100%; left:-1px; } #job_dependency_table { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } table.render tr a.selected, table.render tr:hover a.selected{text-decoration:none;font-weight:bold; color:black;cursor:default;} input#sel_job_id{ border-left:1px solid #bbb; border-top:1px solid #bbb; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding-left:3px; padding-right:3px; background:white; width: 245px; } /*Dependency Graph*/ div#dependency_chart{ width: 900px; height: 650px; } .zoomSlider line { stroke-width: 4; stroke: #777; stroke-dasharray: 3, 25; } .zoomButton { cursor: pointer; } .zoomButton rect { fill: #CCC; } .zoomButton circle { fill: #666; } .zoomButton:hover rect{ fill: #FF0; } g.node { cursor: pointer; } g.node text{ fill: #111; } g.node.selected text{ fill: #005; } g.node:hover { stroke-width: 1px; stroke: #005; } g.node.disabled { opacity: 0.2; } rect.zoomPicker { fill: #666; cursor: pointer; } rect.zoomLine { fill: #AAA; } rect.button.running { fill: #037; } rect.button.failed { fill: #A00; } rect.button.succeeded { fill: #070; } rect.button { fill: #EEE; stroke: #000; stroke-width: 3px; }
hydra-main/web/spawn/spawn.css
a:link { text-decoration:none } a:hover { text-decoration:underline } body,div,table { padding:0px; margin:0px; border:0px; font-family:helvetica,arial,sans-serif; font-size:small } button { border-top:1px solid #999; border-left:1px solid #999; border-bottom:1px solid #777; border-right:1px solid #777; background-color:#f8f8f8 } input { text-transform:none; } pre { font-family:courier,fixed } table.render th { background:#ddd; padding-left:2px; padding-right:2px } table.render td { background:#f5f5f5; padding-left:2px; padding-right:2px } table.render .row_even td { background:#f5f5f5; padding-left:2px; padding-right:2px } table.render .row_odd td { background:#ededed; padding-left:2px; padding-right:2px } table.render .row_clear td { background:#fff } table.render tr:hover td { color: #393 } table.render tr:hover a:link { color: #393 } table.render tr:hover a:visited { color: #393 } table.lrtable { width:100% } table.lrtable td { width:50px; text-align:center; border:1px solid #ccc } table#command_detail { width:100%; height:100%; border-spacing:0px; border:0px; margin:0px; padding:0px; } table#command_detail div#command_jobs { display:none; } table#job_detail { width:100%; height:100%; border-spacing:0px; border:0px; margin:0px; padding:0px; } table#job_detail div#job_nodes { display:none; } table#job_detail div#job_logs_border { display:none; margin-left:5px; margin-right:5px; border: 1px solid gray; padding:5px; overflow:none } table#job_detail div#job_log_control { position:relative; top:2px; right:2px; float:right; } table#job_detail iframe#job_logs { width:100%; height:300px; border:1px dashed gray; margin-right:5px; margin-top:5px; overflow:none } table#host_detail { width:100%; height:100%; border-spacing:0px; border:0px; margin:0px; padding:0px; } table#host_detail div#host_logs_border { display:none; margin-left:5px; border: 1px solid gray; padding:5px; overflow:auto } table#host_detail div#host_tasks { display:none; } table#host_detail div#host_queue { display:none; } table#host_detail div#host_logs { width:100%; } table.profile { width:100% } table.profile tr:hover td { color: #369; background: #8ff; border-bottom:1px solid #999 } table.profile tr:hover a:link { color: #369 } table.profile tr:hover a:visited { color: #369 } table.profile th { background:#999; white-space:nowrap } table.profile td { background:#eee; border-bottom:1px solid #eee; white-space:nowrap } table.detail tbody { border:0px; margin:0px; padding:0px; } table.detail tr { border:0px; margin:0px; padding:0px; } table.detail td { vertical-align:top; border:0px; margin:0px; padding:0px; } table.detail td#jlfill { width:100%; } table label { background-color:#eee; border:1px solid #ccc; padding-left:2px; padding-right:2px; margin-left:2px } .addnew { background-color:#ddd; border-top:1px solid #555; border-bottom:1px solid #555; padding: 5px; margin-top:10px; margin-bottom:10px; } .addnew2 { background-color:#ddd; border-top:1px solid #555; border-bottom:1px solid #555; padding: 5px; margin-top:10px; } .center { text-align:center } .right { text-align:right } .warm { color:#a50; font-weight:bold } .hot { color:#f00; font-weight:bold } .lrpad { padding-left:5px; padding-right:5px; } .num { text-align:right; font-family:courier,fixed } .required_nodes { width:100px; overflow:hidden; float:left; white-space:nowrap } .node_group { float:left; white-space:nowrap; border:1px solid #77c; margin:1px } .hide_edit { font-size:18px; text-decoration:none; } .scroll_area { height:100%; min-height:100%; position:relative; width:5px; border-collapse:collapse; } .scroll_middle { width:5px; } .boxit { border:1px solid #ddd; display:inline-block; padding-right:3px; padding-left:2px } #banner { padding:5px; background:#eee; border-bottom:1px solid black; text-align:center } #mode { position:relative; padding:5px; background:#ddd; border-bottom:1px solid black; text-align:center; margin-bottom:0px } .status { position:relative; padding:5px; background:#f3f3f3; border-bottom:1px solid black; text-align:center; margin-bottom:10px } .status span { border:1px solid #ccc; padding: 2px; background-color:#f4f4f4 } .status span span { border:0px; font-weight:bold } .status span label { border-left:1px solid #bbb; border-top:1px solid #bbb; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding-left:3px; padding-right:3px; background:white } #filter { position:absolute; left:3px; top:3px; background:#ccc; border:1px solid #bbb; padding:1px; margin:0px; padding-right:3px; } #owner { position:absolute; right:3px; top:3px; background:#ccc; border:1px solid #bbb; padding:1px; margin:0px; padding-left:3px; } #command_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #command_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #alias_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #alias_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #macro_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #macro_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #job_profile { display:none; position:absolute; top:100px; width:100%; left:-1px; } #job_profile_modal { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #job_profile_modal th { background:#ddd; } #job_profile_modal td { background:#f5f5f5; } #job_profile_table { height:500px; width:500px; overflow-y:scroll; } #job_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #job_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #host_edit { display:none; position:absolute; top:100px; width:100%; left:-1px; } #host_submit { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } #tab_commmands { display:none } #tab_macros { display:none } #tab_alias { display:none } #tab_jobs { display:none } #tab_hosts { display:none } #tab_zk { display:none } #table_alias { border:1px solid blue } #table_commands { border:1px solid blue } #table_macros { border:1px solid blue } #table_jobs { border:1px solid blue } #table_job_nodes { border:1px solid purple; margin-left:5px; } #table_hosts { border:1px solid blue } #table_host_tasks { border:1px solid purple; margin-left:5px; } #table_host_queue { border:1px solid purple; margin-left:5px; } #table_command_jobs { border:1px solid purple; margin-left:5px; } #event_count { position:fixed; right:10px; bottom:5px; width:100px; height:50px; color:#999; text-align:right; line-height:50px; } #tab_zk label { font-weight:bold; margin-left:5px } #tab_zk div { margin:5px; border:1px solid gray; padding:2px; } .code_mirrored { width:800px; position:relative; } .CodeMirror div { font-family:monospace; } #job_dependency { display:none; position:absolute; top:100px; width:100%; left:-1px; } #job_dependency_table { border: 5px solid blue; background:#999; margin-left:auto; margin-right:auto; } table.render tr a.selected, table.render tr:hover a.selected{text-decoration:none;font-weight:bold; color:black;cursor:default;} input#sel_job_id{ border-left:1px solid #bbb; border-top:1px solid #bbb; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding-left:3px; padding-right:3px; background:white; width: 245px; } /*Dependency Graph*/ div#dependency_chart{ width: 900px; height: 650px; } .zoomSlider line { stroke-width: 4; stroke: #777; stroke-dasharray: 3, 25; } .zoomButton { cursor: pointer; } .zoomButton rect { fill: #CCC; } .zoomButton circle { fill: #666; } .zoomButton:hover rect{ fill: #FF0; } g.node { cursor: pointer; } g.node text{ fill: #111; } g.node.selected text{ fill: #005; } g.node:hover { stroke-width: 1px; stroke: #005; } g.node.disabled { opacity: 0.2; } rect.zoomPicker { fill: #666; cursor: pointer; } rect.zoomLine { fill: #AAA; } rect.button.running { fill: #037; } rect.button.failed { fill: #A00; } rect.button.succeeded { fill: #070; } rect.button { fill: #EEE; stroke: #000; stroke-width: 3px; }
0.578091
0.258493
.body-wrapper { background-image: url(../../../img/school_children.jpg) !important; } /* Tooltip */ .tooltip-blue .tooltip { margin-left: 53px !important; } tbody tr:first-child .tooltip-blue .tooltip { margin-top: 20px !important; margin-left: 80px !important; } .rtl .tooltip-blue .tooltip { margin-left: -50px !important; } .rtl tbody tr:first-child .tooltip-blue .tooltip { margin-left: -80px !important; } /* Tooltip Width to be larger in Import Page */ .tooltip-inner { max-width: 800px !important; } @media only screen and (max-width: 1024px) { .tooltip-inner { max-width: 450px !important; } } @media only screen and (max-width: 480px) { .tooltip-inner { max-width: 250px !important; } } /* Pagination */ @media only screen and (max-width: 800px) { .pagination-wrapper .counter { clear: both !important; } } /* Remove Underline */ a.btn-red:hover, a.btn-green:hover { text-decoration: none; } /* Highcharts */ .highcharts-container { position: relative !important; } /* Table Tfoot */ .table-in-view tfoot td { border-top: 1px solid #DDD !important; } .table-in-view tfoot td { border-bottom: 0 !important; border-left: 0 !important; border-right: 0 !important; } /* Layout Splitter */ .rtl .left-menu { left: 0; } /* IE9 */ .rtl .input-select-wrapper:before { left: 22px !important; top: 2px; } /* Add Class for Overflow Menu in Chrome */ @media only screen and (max-width: 1024px) { .enable-overflow { overflow: hidden !important; } } @media only screen and (max-width: 800px) { .page-header h2:hover + .toolbar { display: inline-block !important; } } /* Scrollable Tabs */ .scrolltabs .nav > li:hover { font-weight: normal; } .scrolltabs.sticky-content .tab-content { padding: 0; } .rtl .horizontal-tabs span a, .rtl .horizontal-tabs span a:focus, .rtl .horizontal-tabs span a:visited, .rtl .horizontal-tabs span.tab-active a, .rtl .horizontal-tabs span.tab-active a:hover, .rtl .horizontal-tabs span.tab-active a:focus { height: 30px; line-height: 31px; } /* About Page */ .about-container { border-top: 0 !important; } .about-wrapper { background-color: #FFF; border-top: 0; } /* RTL Table - Temporary Fix for the extra padding/margin within the table */ .rtl .table-curved, .rtl .table { border-collapse: collapse !important; } /* Fix RTL brackets */ p, a, .breadcrumb.panel-breadcrumb li, .rtl .breadcrumb.panel-breadcrumb li { unicode-bidi: plaintext; unicode-bidi: -moz-plaintext; unicode-bidi: -webkit-plaintext; } .breadcrumb.panel-breadcrumb li { direction: ltr; } /* Fix header more menu icon alignment */ .rtl .more-menu-item i { float: right; } /* Fix Old Tabs Line Height */ .rtl .horizontal-tabs span a { line-height: 31px; } /* Ag-Grid Overwrites */ .ag-height-fixed { height: 650px; min-height: 200px; } .ag-header-icon { display: inline; } .ag-header-cell-menu-button svg, .ag-sort-none-icon svg { display: none; } .ag-filter select { -webkit-appearance: auto !important; -moz-appearance: auto !important; appearance: auto !important; } /* Error message on the fileinput */ .fileinput-preview { width: 25% !important; } /* Advanced Search alignment */ .adv-search { margin: 14px 0 !important; } /* Set opacity to left pane */ .left-pane { opacity: 0; } /* Highcharts Border */ .institution-dashboard .highcharts-background { stroke-width: 1px; } /* Date/Time Picker inside Table */ .table .input-group-addon { position: absolute; right: 0; line-height: 0; cursor: pointer; font-size: 15px; width: 52px; height: 30px; } .rtl .table .input-group-addon { left: 0; right: auto !important; } /* Style for the coordinates; latitude and longitude */ .input-value-wrapper { display: inline-block; margin-right: 15px; } .input-value-wrapper .status-grey-border { border-left: 0; border-color: #DDD; -webkit-border-top-left-radius: 0 !important; -moz-border-top-left-radius: 0 !important; -ms-border-top-left-radius: 0 !important; border-top-left-radius: 0 !important; -webkit-border-bottom-left-radius: 0 !important; -moz-border-bottom-left-radius: 0 !important; -ms-border-bottom-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } .input-value-wrapper .past { -webkit-border-top-right-radius: 0 !important; -moz-border-top-right-radius: 0 !important; -ms-border-top-right-radius: 0 !important; border-top-right-radius: 0 !important; -webkit-border-bottom-right-radius: 0 !important; -moz-border-bottom-right-radius: 0 !important; -ms-border-bottom-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rtl .input-value-wrapper { margin-right: 0; margin-left: 15px; } .rtl .input-value-wrapper .status-grey-border { border-left: 1px solid #DDD; border-right: 0; border-color: #DDD; -webkit-border-top-left-radius: 3px !important; -moz-border-top-left-radius: 3px !important; -ms-border-top-left-radius: 3px !important; border-top-left-radius: 3px !important; -webkit-border-bottom-left-radius: 3px !important; -moz-border-bottom-left-radius: 3px !important; -ms-border-bottom-left-radius: 3px !important; border-bottom-left-radius: 3px !important; -webkit-border-top-right-radius: 0 !important; -moz-border-top-right-radius: 0 !important; -ms-border-top-right-radius: 0 !important; border-top-right-radius: 0 !important; -webkit-border-bottom-right-radius: 0 !important; -moz-border-bottom-right-radius: 0 !important; -ms-border-bottom-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rtl .input-value-wrapper .past { -webkit-border-top-right-radius: 3px !important; -moz-border-top-right-radius: 3px !important; -ms-border-top-right-radius: 3px !important; border-top-right-radius: 3px !important; -webkit-border-bottom-right-radius: 3px !important; -moz-border-bottom-right-radius: 3px !important; -ms-border-bottom-right-radius: 3px !important; border-bottom-right-radius: 3px !important; -webkit-border-top-left-radius: 0 !important; -moz-border-top-left-radius: 0 !important; -ms-border-top-left-radius: 0 !important; border-top-left-radius: 0 !important; -webkit-border-bottom-left-radius: 0 !important; -moz-border-bottom-left-radius: 0 !important; -ms-border-bottom-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } /* Fixed for POCOR-3001, select option order is not consistent in RTL */ .rtl .form-horizontal option { direction: ltr; } /* End of Fixed for POCOR-3001, select option order is not consistent in RTL */ /* Enable Search for Chosen Select */ .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-search { display: block !important; } .form-horizontal .input-select-wrapper .chosen-container, .input-select-wrapper .chosen-container { width: 100% !important; } .chosen-container-single .chosen-single div b { display: none !important; } /* End of Enable Search for Chosen Select */ /* Add style for text input in filter */ .dropdown-filter .text input { background-color: #FFF; width: 100%; min-width: 150px; height: 25px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CCC; padding: 3px 25px 4px 5px!important; } .chrome .dropdown-filter .text input, .safari .dropdown-filter .text input { padding: 4px 25px 4px 5px!important; } .dropdown-filter .text { display: inline-block; margin-right: 10px; width: 15%; } /* End of Add style for text input in filter */ /* Temporary fix for POCOR-1855 */ .form-horizontal input[type="checkbox"], .form-horizontal input[type="radio"] { width: 18px !important; min-width: 18px !important; } /* End of Temporary fix for POCOR-1855 */ /* Fixed Navigation Menu in RTL (Force font to always align right) */ .rtl .left-menu .nav-level-1 i { float: right; } /* End of Fixed Navigation Menu in RTL (Force font to always align right) */ /* Temporary Overwrites (to remove after 2.5.1 new components is implemented) */ .rtl .toolbar-wrapper .form-control { height: 25px; padding: 2px 6px 2px 25px !important; font-size: 11px; margin: 3px 0; } /* End of Temporary Overwrites (to remove after 2.5.1 new components is implemented) */ /* Fix for Datepicker inside Filter - POCOR-2827 */ .dropdown-filter .date { position: relative; display: inline-block; margin-right: 10px; margin-bottom: 15px !important; margin-left: 5px; width: 15%; vertical-align: top; min-width: 150px; } .dropdown-filter .date .input-group.date { width: 100% !important; margin: 0 !important; } .dropdown-filter .date input { background-color: #FFF; width: 100%; height: 25px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CCC; padding: 3px 25px 4px 5px!important; } .dropdown-filter .date .input-group-addon { font-size: 12px; position: absolute; right: 0; height: 25px; width: 25px; padding: 4px; margin: 0 !important; cursor: pointer; } .chrome .dropdown-filter .date input, .safari .dropdown-filter .date input { padding: 4px 25px 4px 5px !important; } .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover { background-image: none !important; } .sg-theme #btNext { margin-left: 5px; } .sg-theme .ag-cell { border-right: 1px dotted #DDD !important; } .sg-theme .selection-wrapper { margin-top: -3px; margin-left: -1px; } .sg-theme #south { height: 42px; } .sg-theme #pageRowSummaryPanel { display: inline-block; margin: 7px 0; } .sg-theme .ag-paging-button { background-color: #FFF; border: 1px solid #CCC; border-radius: 3px; } .sg-theme .ag-paging-button#btFirst, .sg-theme .ag-paging-button#btPrevious, .sg-theme .ag-paging-button#btNext, .sg-theme .ag-paging-button#btLast { position: relative; font-size: 0; height: 30px; width: 30px; vertical-align: middle; padding: 0; } .sg-theme .ag-paging-button#btFirst:before, .sg-theme .ag-paging-button#btPrevious:before, .sg-theme .ag-paging-button#btNext:before, .sg-theme .ag-paging-button#btLast:before { font-family: "FontAwesome"; font-size: 14px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .sg-theme .ag-paging-button#btFirst { margin: 0 5px 0 0; } .sg-theme .ag-paging-button#btFirst:before { content: "\f100"; } .sg-theme .ag-paging-button#btPrevious { margin: 0 10px 0 0; } .sg-theme .ag-paging-button#btPrevious:before { content: "\f104"; } .sg-theme .ag-paging-button#btNext { margin: 0 0 0 10px; } .sg-theme .ag-paging-button#btNext:before { content: "\f105"; } .sg-theme .ag-paging-button#btLast { margin: 0 0 0 5px; } .sg-theme .ag-paging-button#btLast:before { content: "\f101"; } .sg-theme .ag-overlay-no-rows-center, .sg-theme .ag-overlay-loading-center { padding: 10px; } .rtl .dropdown-filter .text, .rtl .dropdown-filter .date { margin-right: 0 !important; margin-left: 10px; } .rtl .dropdown-filter .date .input-group-addon { right: auto !important; left: 0; } .rtl.chrome .dropdown-filter .date input, .rtl.safari .dropdown-filter .date input, .rtl.chrome .dropdown-filter .text input, .rtl.safari .dropdown-filter .text input { padding: 4px 5px 4px 25px !important; } .rtl .sg-theme .ag-paging-button#btFirst:before { content: "\f101"; } .rtl .sg-theme .ag-paging-button#btPrevious:before { content: "\f105"; } .rtl .sg-theme .ag-paging-button#btNext:before { content: "\f104"; } .rtl .sg-theme .ag-paging-button#btLast:before { content: "\f100"; } .rtl .sg-theme .ag-paging-button#btPrevious { margin: 0 0 0 10px !important; } .rtl .sg-theme .ag-paging-button#btFirst { margin: 0 0 0 5px !important; } .rtl .sg-theme .ag-paging-button#btNext { margin: 0 10px 0 0 !important; } .rtl .sg-theme .ag-paging-button#btLast { margin: 0 5px 0 0 !important; } @media only screen and (max-width: 1240px) { .dropdown-filter .date, .dropdown-filter .text { width: 30%; } } @media only screen and (max-width: 800px) { .dropdown-filter .date, .dropdown-filter .text { width: 45%; } .sg-theme #south { height: 80px; padding: 5px; } .sg-theme .ag-paging-page-summary-panel { width: 100%; text-align: center; } .sg-theme #pageRowSummaryPanel { display: block; text-align: center; } } @media only screen and (max-width: 480px) { .dropdown-filter .date, .dropdown-filter .text { width: 100%; } .dropdown-filter .date { margin-left: 0 !important; } } /* End of Fix for Datepicker inside Filter - POCOR-2827 */ /* Fix for POCOR-1908 */ .rtl #workbench .list-group-item > .badge { float: left; } #workbench .list-group-item:first-child, #workbench .list-group-item:last-child { -webkit-border-radius: 0 !important; border-radius: 0 !important; } #workbench .dashboard-content { background-color: #FFF; } #workbench .list-group-item { border-left: 0; border-right: 0; /* temp fixtd to add in the padding [vincent] */ /*padding: 10px;*/ } #workbench .list-group-item:first-child { border-top: 0; } .wrapper { height: calc(100% - 76px); } .wrapper.no-breadcrumb { height: calc(100% - 39px); padding: 0; } .content-splitter.split-panes.horizontal > .split-handler, .rtl .content-splitter.split-panes.horizontal > .split-handler { top: 0 !important; bottom: 0 !important; } .split-content-header, .split-content-area { padding: 0; } /* End of Fix for POCOR-1908 */ /* Fix for POCOR-3658 */ .rtl .treemap-breadcrumb li:not(:first-child) { direction: ltr; } /* End of fix for POCOR-3658 */ /* Security Permission font-size fix for POCOR-3877 */ .security-permission-checkbox label{ font-size: 13px !important; } /* End of security permission font-size fix */ /* Temp fix by KK POCOR-3880 */ .ag-menu input.ag-filter-filter { width: 89% !important; } /* End of fix for POCOR-3880 */ /* verify and check to remove - kk */ /* Fix for normal table sorting issue in POCOR-2547 */ .rtl .table-sortable th > a.asc:after { content: "\f0dd"; } .rtl .table-sortable th > a.desc:after { content: "\f0de"; } /* End of fix for normal table sorting */ /* verify and check to remove - kk */ /* Temp fix for adding error border in ag Grid for task POCOR-4010 */ /* Temp fix for adding error border in ag Grid (last child for pinned and not pinned) for task POCOR-4260 */ .ag-fresh .ag-cell-no-focus.oe-cell-error, .ag-fresh .ag-cell-no-focus.oe-cell-error:last-child, .ag-fresh .ag-cell-no-focus.oe-cell-error.ag-cell-last-left-pinned, .rtl .ag-fresh .ag-cell-no-focus.oe-cell-error, .rtl .ag-fresh .ag-cell-no-focus.oe-cell-error:last-child, .rtl .ag-fresh .ag-cell-no-focus.oe-cell-error.ag-cell-last-left-pinned { border: 2px solid #CC5C5C !important; border-radius: 0px !important; } /* End of fix for adding error border */ /* verify and check to remove - kk */ /* Temp fix for core error border for POCOR-3783 */ .table .error input, .table .error .input-select-wrapper, .table .error textarea { border-color: #CC5C5C !important; } .table div.input > label { display: none !important; } /* End of temp fix for error border */ /* Overwrites for POCOR-3233 task */ /* Error */ .sg-theme .oe-cell-error, .rtl .sg-theme .oe-cell-error { border: 2px solid #CC5C5C !important; border-radius: 0px !important; } /* End of error */ /* Fix for required label:before in table affecting input checkbox label:before - Proper fix in styleguide - required > label:before instead of required label:before */ [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + .ag-cell-value:before, [type="checkbox"]:checked + .ag-cell-value:before, [type="checkbox"]:not(:checked) + .ag-filter-value:before, [type="checkbox"]:checked + .ag-filter-value:before, [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + .ag-cell-value:before, [type="radio"]:checked + .ag-cell-value:before, [type="radio"]:not(:checked) + .ag-filter-value:before, [type="radio"]:checked + .ag-filter-value:before, .rtl [type="checkbox"]:not(:checked) + label:before, .rtl [type="checkbox"]:checked + label:before, .rtl [type="checkbox"]:not(:checked) + .ag-cell-value:before, .rtl [type="checkbox"]:checked + .ag-cell-value:before, .rtl [type="checkbox"]:not(:checked) + .ag-filter-value:before, .rtl [type="checkbox"]:checked + .ag-filter-value:before, .rtl [type="radio"]:not(:checked) + label:before, .rtl [type="radio"]:checked + label:before, .rtl [type="radio"]:not(:checked) + .ag-cell-value:before, .rtl [type="radio"]:checked + .ag-cell-value:before, .rtl [type="radio"]:not(:checked) + .ag-filter-value:before, .rtl [type="radio"]:checked + .ag-filter-value:before { margin: 0 !important; color: transparent; float: none; } .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:not(:checked) + label:before, .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:checked + label:before, .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:not(:checked) + label:after, .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:checked + label:after, .rtl table .selection-wrapper .no-selection-label[type="radio"]:not(:checked) + label:before, .rtl table .selection-wrapper .no-selection-label[type="radio"]:checked + label:before, .rtl table .selection-wrapper .no-selection-label[type="radio"]:not(:checked) + label:after, .rtl table .selection-wrapper .no-selection-label[type="radio"]:checked + label:after { margin: 0 !important; } /* End of fix for required label:before */ /* Fix for #south styling in styleguide requires to update to [ref="south"]*/ .sg-theme div[ref="south"] { background-color: #F9F9F9; border-top: 1px solid #DDD; padding: 5px; height: 42px; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btFirst"] { margin: 0 0 0 5px; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btFirst"]:before { content: "\f101"; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btPrevious"] { margin: 0 0 0 10px; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btPrevious"]:before { content: "\f105"; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btNext"] { margin: 0 10px 0 0; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btNext"]:before { content: "\f104"; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btLast"]:before { margin: 0 5px 0 0; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btLast"]:before { content: "\f100"; } /* End of fix for #south styling */ /* Temp fix for radio in ag-Grid not style */ .ag-radio-wrapper input.ag-grid-radio { top: 10px; left: 10px; } .ag-radio-wrapper label.ag-cell-label { top: -6px !important; left: 2px !important; } .rtl .ag-radio-wrapper label.ag-cell-label { right: 5px !important; top: -10px !important; } .ag-header-cell-label > span[ref='eText'] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: auto; } .ag-header-cell-resize:hover { width: 8px; right: -5px; border: none; } .ag-rtl .ag-header-cell-resize { position: relative; } /* End of fix for radio */ /* Temp fix for dropdown editing cell*/ .rtl .sg-theme .oe-cell-editable.oe-select-wrapper:after { right: auto; left: 0; margin-left: 10px; margin-right: 0; } /* End of fix for dropdown editing cell */ /* End of overwrites for POCOR-3233 */
webserver/app-moe/plugins/OpenEmis/webroot/css/themes/core/layout.overwrites.css
.body-wrapper { background-image: url(../../../img/school_children.jpg) !important; } /* Tooltip */ .tooltip-blue .tooltip { margin-left: 53px !important; } tbody tr:first-child .tooltip-blue .tooltip { margin-top: 20px !important; margin-left: 80px !important; } .rtl .tooltip-blue .tooltip { margin-left: -50px !important; } .rtl tbody tr:first-child .tooltip-blue .tooltip { margin-left: -80px !important; } /* Tooltip Width to be larger in Import Page */ .tooltip-inner { max-width: 800px !important; } @media only screen and (max-width: 1024px) { .tooltip-inner { max-width: 450px !important; } } @media only screen and (max-width: 480px) { .tooltip-inner { max-width: 250px !important; } } /* Pagination */ @media only screen and (max-width: 800px) { .pagination-wrapper .counter { clear: both !important; } } /* Remove Underline */ a.btn-red:hover, a.btn-green:hover { text-decoration: none; } /* Highcharts */ .highcharts-container { position: relative !important; } /* Table Tfoot */ .table-in-view tfoot td { border-top: 1px solid #DDD !important; } .table-in-view tfoot td { border-bottom: 0 !important; border-left: 0 !important; border-right: 0 !important; } /* Layout Splitter */ .rtl .left-menu { left: 0; } /* IE9 */ .rtl .input-select-wrapper:before { left: 22px !important; top: 2px; } /* Add Class for Overflow Menu in Chrome */ @media only screen and (max-width: 1024px) { .enable-overflow { overflow: hidden !important; } } @media only screen and (max-width: 800px) { .page-header h2:hover + .toolbar { display: inline-block !important; } } /* Scrollable Tabs */ .scrolltabs .nav > li:hover { font-weight: normal; } .scrolltabs.sticky-content .tab-content { padding: 0; } .rtl .horizontal-tabs span a, .rtl .horizontal-tabs span a:focus, .rtl .horizontal-tabs span a:visited, .rtl .horizontal-tabs span.tab-active a, .rtl .horizontal-tabs span.tab-active a:hover, .rtl .horizontal-tabs span.tab-active a:focus { height: 30px; line-height: 31px; } /* About Page */ .about-container { border-top: 0 !important; } .about-wrapper { background-color: #FFF; border-top: 0; } /* RTL Table - Temporary Fix for the extra padding/margin within the table */ .rtl .table-curved, .rtl .table { border-collapse: collapse !important; } /* Fix RTL brackets */ p, a, .breadcrumb.panel-breadcrumb li, .rtl .breadcrumb.panel-breadcrumb li { unicode-bidi: plaintext; unicode-bidi: -moz-plaintext; unicode-bidi: -webkit-plaintext; } .breadcrumb.panel-breadcrumb li { direction: ltr; } /* Fix header more menu icon alignment */ .rtl .more-menu-item i { float: right; } /* Fix Old Tabs Line Height */ .rtl .horizontal-tabs span a { line-height: 31px; } /* Ag-Grid Overwrites */ .ag-height-fixed { height: 650px; min-height: 200px; } .ag-header-icon { display: inline; } .ag-header-cell-menu-button svg, .ag-sort-none-icon svg { display: none; } .ag-filter select { -webkit-appearance: auto !important; -moz-appearance: auto !important; appearance: auto !important; } /* Error message on the fileinput */ .fileinput-preview { width: 25% !important; } /* Advanced Search alignment */ .adv-search { margin: 14px 0 !important; } /* Set opacity to left pane */ .left-pane { opacity: 0; } /* Highcharts Border */ .institution-dashboard .highcharts-background { stroke-width: 1px; } /* Date/Time Picker inside Table */ .table .input-group-addon { position: absolute; right: 0; line-height: 0; cursor: pointer; font-size: 15px; width: 52px; height: 30px; } .rtl .table .input-group-addon { left: 0; right: auto !important; } /* Style for the coordinates; latitude and longitude */ .input-value-wrapper { display: inline-block; margin-right: 15px; } .input-value-wrapper .status-grey-border { border-left: 0; border-color: #DDD; -webkit-border-top-left-radius: 0 !important; -moz-border-top-left-radius: 0 !important; -ms-border-top-left-radius: 0 !important; border-top-left-radius: 0 !important; -webkit-border-bottom-left-radius: 0 !important; -moz-border-bottom-left-radius: 0 !important; -ms-border-bottom-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } .input-value-wrapper .past { -webkit-border-top-right-radius: 0 !important; -moz-border-top-right-radius: 0 !important; -ms-border-top-right-radius: 0 !important; border-top-right-radius: 0 !important; -webkit-border-bottom-right-radius: 0 !important; -moz-border-bottom-right-radius: 0 !important; -ms-border-bottom-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rtl .input-value-wrapper { margin-right: 0; margin-left: 15px; } .rtl .input-value-wrapper .status-grey-border { border-left: 1px solid #DDD; border-right: 0; border-color: #DDD; -webkit-border-top-left-radius: 3px !important; -moz-border-top-left-radius: 3px !important; -ms-border-top-left-radius: 3px !important; border-top-left-radius: 3px !important; -webkit-border-bottom-left-radius: 3px !important; -moz-border-bottom-left-radius: 3px !important; -ms-border-bottom-left-radius: 3px !important; border-bottom-left-radius: 3px !important; -webkit-border-top-right-radius: 0 !important; -moz-border-top-right-radius: 0 !important; -ms-border-top-right-radius: 0 !important; border-top-right-radius: 0 !important; -webkit-border-bottom-right-radius: 0 !important; -moz-border-bottom-right-radius: 0 !important; -ms-border-bottom-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rtl .input-value-wrapper .past { -webkit-border-top-right-radius: 3px !important; -moz-border-top-right-radius: 3px !important; -ms-border-top-right-radius: 3px !important; border-top-right-radius: 3px !important; -webkit-border-bottom-right-radius: 3px !important; -moz-border-bottom-right-radius: 3px !important; -ms-border-bottom-right-radius: 3px !important; border-bottom-right-radius: 3px !important; -webkit-border-top-left-radius: 0 !important; -moz-border-top-left-radius: 0 !important; -ms-border-top-left-radius: 0 !important; border-top-left-radius: 0 !important; -webkit-border-bottom-left-radius: 0 !important; -moz-border-bottom-left-radius: 0 !important; -ms-border-bottom-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } /* Fixed for POCOR-3001, select option order is not consistent in RTL */ .rtl .form-horizontal option { direction: ltr; } /* End of Fixed for POCOR-3001, select option order is not consistent in RTL */ /* Enable Search for Chosen Select */ .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-search { display: block !important; } .form-horizontal .input-select-wrapper .chosen-container, .input-select-wrapper .chosen-container { width: 100% !important; } .chosen-container-single .chosen-single div b { display: none !important; } /* End of Enable Search for Chosen Select */ /* Add style for text input in filter */ .dropdown-filter .text input { background-color: #FFF; width: 100%; min-width: 150px; height: 25px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CCC; padding: 3px 25px 4px 5px!important; } .chrome .dropdown-filter .text input, .safari .dropdown-filter .text input { padding: 4px 25px 4px 5px!important; } .dropdown-filter .text { display: inline-block; margin-right: 10px; width: 15%; } /* End of Add style for text input in filter */ /* Temporary fix for POCOR-1855 */ .form-horizontal input[type="checkbox"], .form-horizontal input[type="radio"] { width: 18px !important; min-width: 18px !important; } /* End of Temporary fix for POCOR-1855 */ /* Fixed Navigation Menu in RTL (Force font to always align right) */ .rtl .left-menu .nav-level-1 i { float: right; } /* End of Fixed Navigation Menu in RTL (Force font to always align right) */ /* Temporary Overwrites (to remove after 2.5.1 new components is implemented) */ .rtl .toolbar-wrapper .form-control { height: 25px; padding: 2px 6px 2px 25px !important; font-size: 11px; margin: 3px 0; } /* End of Temporary Overwrites (to remove after 2.5.1 new components is implemented) */ /* Fix for Datepicker inside Filter - POCOR-2827 */ .dropdown-filter .date { position: relative; display: inline-block; margin-right: 10px; margin-bottom: 15px !important; margin-left: 5px; width: 15%; vertical-align: top; min-width: 150px; } .dropdown-filter .date .input-group.date { width: 100% !important; margin: 0 !important; } .dropdown-filter .date input { background-color: #FFF; width: 100%; height: 25px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CCC; padding: 3px 25px 4px 5px!important; } .dropdown-filter .date .input-group-addon { font-size: 12px; position: absolute; right: 0; height: 25px; width: 25px; padding: 4px; margin: 0 !important; cursor: pointer; } .chrome .dropdown-filter .date input, .safari .dropdown-filter .date input { padding: 4px 25px 4px 5px !important; } .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover { background-image: none !important; } .sg-theme #btNext { margin-left: 5px; } .sg-theme .ag-cell { border-right: 1px dotted #DDD !important; } .sg-theme .selection-wrapper { margin-top: -3px; margin-left: -1px; } .sg-theme #south { height: 42px; } .sg-theme #pageRowSummaryPanel { display: inline-block; margin: 7px 0; } .sg-theme .ag-paging-button { background-color: #FFF; border: 1px solid #CCC; border-radius: 3px; } .sg-theme .ag-paging-button#btFirst, .sg-theme .ag-paging-button#btPrevious, .sg-theme .ag-paging-button#btNext, .sg-theme .ag-paging-button#btLast { position: relative; font-size: 0; height: 30px; width: 30px; vertical-align: middle; padding: 0; } .sg-theme .ag-paging-button#btFirst:before, .sg-theme .ag-paging-button#btPrevious:before, .sg-theme .ag-paging-button#btNext:before, .sg-theme .ag-paging-button#btLast:before { font-family: "FontAwesome"; font-size: 14px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .sg-theme .ag-paging-button#btFirst { margin: 0 5px 0 0; } .sg-theme .ag-paging-button#btFirst:before { content: "\f100"; } .sg-theme .ag-paging-button#btPrevious { margin: 0 10px 0 0; } .sg-theme .ag-paging-button#btPrevious:before { content: "\f104"; } .sg-theme .ag-paging-button#btNext { margin: 0 0 0 10px; } .sg-theme .ag-paging-button#btNext:before { content: "\f105"; } .sg-theme .ag-paging-button#btLast { margin: 0 0 0 5px; } .sg-theme .ag-paging-button#btLast:before { content: "\f101"; } .sg-theme .ag-overlay-no-rows-center, .sg-theme .ag-overlay-loading-center { padding: 10px; } .rtl .dropdown-filter .text, .rtl .dropdown-filter .date { margin-right: 0 !important; margin-left: 10px; } .rtl .dropdown-filter .date .input-group-addon { right: auto !important; left: 0; } .rtl.chrome .dropdown-filter .date input, .rtl.safari .dropdown-filter .date input, .rtl.chrome .dropdown-filter .text input, .rtl.safari .dropdown-filter .text input { padding: 4px 5px 4px 25px !important; } .rtl .sg-theme .ag-paging-button#btFirst:before { content: "\f101"; } .rtl .sg-theme .ag-paging-button#btPrevious:before { content: "\f105"; } .rtl .sg-theme .ag-paging-button#btNext:before { content: "\f104"; } .rtl .sg-theme .ag-paging-button#btLast:before { content: "\f100"; } .rtl .sg-theme .ag-paging-button#btPrevious { margin: 0 0 0 10px !important; } .rtl .sg-theme .ag-paging-button#btFirst { margin: 0 0 0 5px !important; } .rtl .sg-theme .ag-paging-button#btNext { margin: 0 10px 0 0 !important; } .rtl .sg-theme .ag-paging-button#btLast { margin: 0 5px 0 0 !important; } @media only screen and (max-width: 1240px) { .dropdown-filter .date, .dropdown-filter .text { width: 30%; } } @media only screen and (max-width: 800px) { .dropdown-filter .date, .dropdown-filter .text { width: 45%; } .sg-theme #south { height: 80px; padding: 5px; } .sg-theme .ag-paging-page-summary-panel { width: 100%; text-align: center; } .sg-theme #pageRowSummaryPanel { display: block; text-align: center; } } @media only screen and (max-width: 480px) { .dropdown-filter .date, .dropdown-filter .text { width: 100%; } .dropdown-filter .date { margin-left: 0 !important; } } /* End of Fix for Datepicker inside Filter - POCOR-2827 */ /* Fix for POCOR-1908 */ .rtl #workbench .list-group-item > .badge { float: left; } #workbench .list-group-item:first-child, #workbench .list-group-item:last-child { -webkit-border-radius: 0 !important; border-radius: 0 !important; } #workbench .dashboard-content { background-color: #FFF; } #workbench .list-group-item { border-left: 0; border-right: 0; /* temp fixtd to add in the padding [vincent] */ /*padding: 10px;*/ } #workbench .list-group-item:first-child { border-top: 0; } .wrapper { height: calc(100% - 76px); } .wrapper.no-breadcrumb { height: calc(100% - 39px); padding: 0; } .content-splitter.split-panes.horizontal > .split-handler, .rtl .content-splitter.split-panes.horizontal > .split-handler { top: 0 !important; bottom: 0 !important; } .split-content-header, .split-content-area { padding: 0; } /* End of Fix for POCOR-1908 */ /* Fix for POCOR-3658 */ .rtl .treemap-breadcrumb li:not(:first-child) { direction: ltr; } /* End of fix for POCOR-3658 */ /* Security Permission font-size fix for POCOR-3877 */ .security-permission-checkbox label{ font-size: 13px !important; } /* End of security permission font-size fix */ /* Temp fix by KK POCOR-3880 */ .ag-menu input.ag-filter-filter { width: 89% !important; } /* End of fix for POCOR-3880 */ /* verify and check to remove - kk */ /* Fix for normal table sorting issue in POCOR-2547 */ .rtl .table-sortable th > a.asc:after { content: "\f0dd"; } .rtl .table-sortable th > a.desc:after { content: "\f0de"; } /* End of fix for normal table sorting */ /* verify and check to remove - kk */ /* Temp fix for adding error border in ag Grid for task POCOR-4010 */ /* Temp fix for adding error border in ag Grid (last child for pinned and not pinned) for task POCOR-4260 */ .ag-fresh .ag-cell-no-focus.oe-cell-error, .ag-fresh .ag-cell-no-focus.oe-cell-error:last-child, .ag-fresh .ag-cell-no-focus.oe-cell-error.ag-cell-last-left-pinned, .rtl .ag-fresh .ag-cell-no-focus.oe-cell-error, .rtl .ag-fresh .ag-cell-no-focus.oe-cell-error:last-child, .rtl .ag-fresh .ag-cell-no-focus.oe-cell-error.ag-cell-last-left-pinned { border: 2px solid #CC5C5C !important; border-radius: 0px !important; } /* End of fix for adding error border */ /* verify and check to remove - kk */ /* Temp fix for core error border for POCOR-3783 */ .table .error input, .table .error .input-select-wrapper, .table .error textarea { border-color: #CC5C5C !important; } .table div.input > label { display: none !important; } /* End of temp fix for error border */ /* Overwrites for POCOR-3233 task */ /* Error */ .sg-theme .oe-cell-error, .rtl .sg-theme .oe-cell-error { border: 2px solid #CC5C5C !important; border-radius: 0px !important; } /* End of error */ /* Fix for required label:before in table affecting input checkbox label:before - Proper fix in styleguide - required > label:before instead of required label:before */ [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + .ag-cell-value:before, [type="checkbox"]:checked + .ag-cell-value:before, [type="checkbox"]:not(:checked) + .ag-filter-value:before, [type="checkbox"]:checked + .ag-filter-value:before, [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + .ag-cell-value:before, [type="radio"]:checked + .ag-cell-value:before, [type="radio"]:not(:checked) + .ag-filter-value:before, [type="radio"]:checked + .ag-filter-value:before, .rtl [type="checkbox"]:not(:checked) + label:before, .rtl [type="checkbox"]:checked + label:before, .rtl [type="checkbox"]:not(:checked) + .ag-cell-value:before, .rtl [type="checkbox"]:checked + .ag-cell-value:before, .rtl [type="checkbox"]:not(:checked) + .ag-filter-value:before, .rtl [type="checkbox"]:checked + .ag-filter-value:before, .rtl [type="radio"]:not(:checked) + label:before, .rtl [type="radio"]:checked + label:before, .rtl [type="radio"]:not(:checked) + .ag-cell-value:before, .rtl [type="radio"]:checked + .ag-cell-value:before, .rtl [type="radio"]:not(:checked) + .ag-filter-value:before, .rtl [type="radio"]:checked + .ag-filter-value:before { margin: 0 !important; color: transparent; float: none; } .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:not(:checked) + label:before, .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:checked + label:before, .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:not(:checked) + label:after, .rtl table .selection-wrapper .no-selection-label[type="checkbox"]:checked + label:after, .rtl table .selection-wrapper .no-selection-label[type="radio"]:not(:checked) + label:before, .rtl table .selection-wrapper .no-selection-label[type="radio"]:checked + label:before, .rtl table .selection-wrapper .no-selection-label[type="radio"]:not(:checked) + label:after, .rtl table .selection-wrapper .no-selection-label[type="radio"]:checked + label:after { margin: 0 !important; } /* End of fix for required label:before */ /* Fix for #south styling in styleguide requires to update to [ref="south"]*/ .sg-theme div[ref="south"] { background-color: #F9F9F9; border-top: 1px solid #DDD; padding: 5px; height: 42px; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btFirst"] { margin: 0 0 0 5px; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btFirst"]:before { content: "\f101"; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btPrevious"] { margin: 0 0 0 10px; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btPrevious"]:before { content: "\f105"; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btNext"] { margin: 0 10px 0 0; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btNext"]:before { content: "\f104"; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btLast"]:before { margin: 0 5px 0 0; } .rtl .sg-theme [ref="south"] .ag-paging-button[ref="btLast"]:before { content: "\f100"; } /* End of fix for #south styling */ /* Temp fix for radio in ag-Grid not style */ .ag-radio-wrapper input.ag-grid-radio { top: 10px; left: 10px; } .ag-radio-wrapper label.ag-cell-label { top: -6px !important; left: 2px !important; } .rtl .ag-radio-wrapper label.ag-cell-label { right: 5px !important; top: -10px !important; } .ag-header-cell-label > span[ref='eText'] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: auto; } .ag-header-cell-resize:hover { width: 8px; right: -5px; border: none; } .ag-rtl .ag-header-cell-resize { position: relative; } /* End of fix for radio */ /* Temp fix for dropdown editing cell*/ .rtl .sg-theme .oe-cell-editable.oe-select-wrapper:after { right: auto; left: 0; margin-left: 10px; margin-right: 0; } /* End of fix for dropdown editing cell */ /* End of overwrites for POCOR-3233 */
0.410993
0.091342
@charset "utf-8"; /* CSS Document */ body{ font-family:"宋体"; font-size:12px;} div{ margin:0px; padding:0px;font-size:12px;} img{ margin:0px; padding:0px; border:0px;} ul{ margin:0px; padding:0px; list-style-type:none;} li{ margin:0px; padding:0px; list-style-type:none;} .clear{ clear:both;} .left{ float:left;} .search_big_div{ width:630px; margin-top:0px;/*-----------*/ padding-top:10px; } .search_big01_div{ width:680px; height:100%; margin:0 auto; padding-top:10px; } .title_div{height:35px; text-align:center; line-height:30px; font-size:15px; font-weight:bold; } .search_top_div{height:70px; } .search01_left{background:url(../images/search01_leftbg.jpg) no-repeat; height:70px; width:99px; float:left; } .search01_mid{background:url(../images/search01_medbg.jpg) repeat-x; float:left; height:70px; width:524px; } .search01_mid table{margin-top:19px;} .select01{width:160px; height:22px; } .input02{ height:24px; width:250px; font-family: "宋体"; font-size:12px; padding-top:3px; } .search01_right{height:70px; width:6px; float:left; background: url(../images/search01_rightbg.jpg) no-repeat; } .ico_01{ height:21px; width:74px; background:url(../images/search_ico02.jpg) no-repeat right; padding-top:1px; padding-left:10px; font-size:12px; text-decoration:none; color:#000; } .ico_01 a{ height:20px; width:74px; text-decoration:none; color:#000; } .ico_01 a:hover{text-decoration:none; color:#000; font-weight:bold; height:20px; width:74px; } .search02_div{ } .search02_title_div{height:23px; width:628px; background:url(../images/search02_titlebg.jpg) no-repeat left top; font-size:15px; font-weight:bold; padding-top:12px; padding-left:32px; } .search02_contents_div{height:auto; width:628px; border-left:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; background:#FFF url(../images/contents_bg.jpg) repeat-x top; padding-bottom:25px; } .search02_contents_none_div{height:auto; width:628px; border-left:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; background:#FFF url(../images/contents_bg.jpg) repeat-x top; padding-bottom:5px; } .search02_contents_div table{ margin-left:20px;} .search02_contents_div table td{ height:20px; padding-top:10px;font-size:12px;} .tatle01{font-size:13px; font-weight:bold;} .ico_sanjiao{margin-right:8px; margin-top:-5px;} .select02{width:200px; height:22px; } .search03_div{height:auto; width:680px; margin:0 auto;} .search03_div table{ border-left:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; width:auto;} .search03_div table td{ padding-top:2px; padding-left:15px; border-top:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; font-size:12px;} .search03_td { background:url(../images/table_left_bg.jpg) repeat-x; font-size:12px; } .search03_td_bg { background:#f7feff;font-size:12px;} .ico_02{height:15px; border:#3190b9 1px solid; background:url(../images/inquire_bg.jpg) repeat-x top; padding-left:10px; padding-right:10px; padding-top:3px; color:#000; } .ico_02 a{ color:#000; text-decoration:none; } .ico_02 a:hover{ font-weight:bold; text-decoration:none; } .search02_contents02_div{ height:auto; border-left:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; margin-top:10px; } .search02_contents02_div table td{ height:22px; border-top:#7fb6d6 1px solid; border-left:#7fb6d6 1px solid; padding:8px; text-align:left; } .search02_contents02_top{ height:32px; width:100%; background: url(../images/table_top_bg.jpg) repeat-x; border-top:#7fb6d6 1px solid; } .contents02_left{height:30px; width:163px; background:url(../images/table_top_left.jpg) no-repeat top left; font-size:15px; font-weight:bold; padding-top:9px; padding-left:5px; color:#000; } .contents02_table_bg{background:url(../images/table_bg.jpg) repeat-x top; font-size:12px; font-weight:bold;} #boder_none{ border-left:none;} .ico_03 a{background:url(../images/detailed_02.jpg) repeat-x top; color:#000; text-decoration:none; height:18px; padding-left:10px; padding-right:10px; padding-top:2px; border:#959595 1px solid; } .ico_03 a:hover{color:#000; height:18px; padding-left:10px; padding-right:10px; padding-top:2px; border:#5aa4b1 1px solid; background:url(../images/detailed_01.jpg) repeat-x top; text-decoration:none; }
src/web/console/webpub/WEB-INF/themes/lake/res/js/search.css
@charset "utf-8"; /* CSS Document */ body{ font-family:"宋体"; font-size:12px;} div{ margin:0px; padding:0px;font-size:12px;} img{ margin:0px; padding:0px; border:0px;} ul{ margin:0px; padding:0px; list-style-type:none;} li{ margin:0px; padding:0px; list-style-type:none;} .clear{ clear:both;} .left{ float:left;} .search_big_div{ width:630px; margin-top:0px;/*-----------*/ padding-top:10px; } .search_big01_div{ width:680px; height:100%; margin:0 auto; padding-top:10px; } .title_div{height:35px; text-align:center; line-height:30px; font-size:15px; font-weight:bold; } .search_top_div{height:70px; } .search01_left{background:url(../images/search01_leftbg.jpg) no-repeat; height:70px; width:99px; float:left; } .search01_mid{background:url(../images/search01_medbg.jpg) repeat-x; float:left; height:70px; width:524px; } .search01_mid table{margin-top:19px;} .select01{width:160px; height:22px; } .input02{ height:24px; width:250px; font-family: "宋体"; font-size:12px; padding-top:3px; } .search01_right{height:70px; width:6px; float:left; background: url(../images/search01_rightbg.jpg) no-repeat; } .ico_01{ height:21px; width:74px; background:url(../images/search_ico02.jpg) no-repeat right; padding-top:1px; padding-left:10px; font-size:12px; text-decoration:none; color:#000; } .ico_01 a{ height:20px; width:74px; text-decoration:none; color:#000; } .ico_01 a:hover{text-decoration:none; color:#000; font-weight:bold; height:20px; width:74px; } .search02_div{ } .search02_title_div{height:23px; width:628px; background:url(../images/search02_titlebg.jpg) no-repeat left top; font-size:15px; font-weight:bold; padding-top:12px; padding-left:32px; } .search02_contents_div{height:auto; width:628px; border-left:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; background:#FFF url(../images/contents_bg.jpg) repeat-x top; padding-bottom:25px; } .search02_contents_none_div{height:auto; width:628px; border-left:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; background:#FFF url(../images/contents_bg.jpg) repeat-x top; padding-bottom:5px; } .search02_contents_div table{ margin-left:20px;} .search02_contents_div table td{ height:20px; padding-top:10px;font-size:12px;} .tatle01{font-size:13px; font-weight:bold;} .ico_sanjiao{margin-right:8px; margin-top:-5px;} .select02{width:200px; height:22px; } .search03_div{height:auto; width:680px; margin:0 auto;} .search03_div table{ border-left:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; width:auto;} .search03_div table td{ padding-top:2px; padding-left:15px; border-top:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; font-size:12px;} .search03_td { background:url(../images/table_left_bg.jpg) repeat-x; font-size:12px; } .search03_td_bg { background:#f7feff;font-size:12px;} .ico_02{height:15px; border:#3190b9 1px solid; background:url(../images/inquire_bg.jpg) repeat-x top; padding-left:10px; padding-right:10px; padding-top:3px; color:#000; } .ico_02 a{ color:#000; text-decoration:none; } .ico_02 a:hover{ font-weight:bold; text-decoration:none; } .search02_contents02_div{ height:auto; border-left:#7fb6d6 1px solid; border-right:#7fb6d6 1px solid; border-bottom:#7fb6d6 1px solid; margin-top:10px; } .search02_contents02_div table td{ height:22px; border-top:#7fb6d6 1px solid; border-left:#7fb6d6 1px solid; padding:8px; text-align:left; } .search02_contents02_top{ height:32px; width:100%; background: url(../images/table_top_bg.jpg) repeat-x; border-top:#7fb6d6 1px solid; } .contents02_left{height:30px; width:163px; background:url(../images/table_top_left.jpg) no-repeat top left; font-size:15px; font-weight:bold; padding-top:9px; padding-left:5px; color:#000; } .contents02_table_bg{background:url(../images/table_bg.jpg) repeat-x top; font-size:12px; font-weight:bold;} #boder_none{ border-left:none;} .ico_03 a{background:url(../images/detailed_02.jpg) repeat-x top; color:#000; text-decoration:none; height:18px; padding-left:10px; padding-right:10px; padding-top:2px; border:#959595 1px solid; } .ico_03 a:hover{color:#000; height:18px; padding-left:10px; padding-right:10px; padding-top:2px; border:#5aa4b1 1px solid; background:url(../images/detailed_01.jpg) repeat-x top; text-decoration:none; }
0.194827
0.085175
.etabs { border-bottom: 2px solid #1abc9c; margin-bottom: 30px; color: #fff; padding-bottom: 11px; padding-left: 5px; margin-top: 40px; } .tab { list-style: none; display: inline-block; } .tab a { background: #dbdbdb; border-radius: 3px 3px 0px 0px; box-shadow: inset 0px 2px 0px #ababab; padding: 11px; font-size: 12px; font-family: 'OpenSans-Bold'; color: #272727; font-weight: bold; } .tab a:hover { background: #1abc9c; box-shadow: inset 0px 2px 0px #16a085; color: #ffffff; } .tab .active { background: #1abc9c; box-shadow: inset 0px 2px 0px #16a085; color: #ffffff; } .tab-container .panel-container { } .detail_item { width: 46%; padding: 0 2%; float: left; line-height: 20px; padding-bottom: 10px; } .title_detail_item { text-transform: uppercase; font-size: 14px; font-family: 'OpenSans-Bold'; padding-left: 6px; position: relative; margin-bottom: 10px; color: #272727; } .title_detail_item:before { width: 3px; height: 12px; position: absolute; content: ""; top: 4px; left: 0px; background: #1abc9c; } .detail_item li { list-style: none; position: relative; padding: 0px 0px 0px 10px; margin-bottom: 10px; } .detail_item li:before { position: absolute; content: ""; top: 8px; left: 0px; width: 5px; height: 5px; border-radius: 50%; background: #e32958; } .line_full { border: none; border-bottom: 1px solid #d9dada; left: 0px; width: 100%; bottom: 0px; } .detail_item_post { margin-top: 20px; font-size: 12px; } .title_post_detail { text-align: center; text-transform: uppercase; color: #1abc9c; font-family: 'OpenSans-Bold'; margin-bottom: 10px; } .cus_form textarea{ border:0px none; background: #e5e6e6; box-shadow: inset 2px 2px 1px #d9dada; border-radius: 3px; text-align: left; min-height: 150px; font-family: 'OpenSans-Regular'; } .photo_uploads ,.detail_photo_uploads{ margin-top: 20px; } .bg-file span{ color: #1abc9c; } .detail_photo_uploads li{ display: inline-block; width: 90px; padding: 7px; height: 120px; overflow: hidden; background: #e5e6e6; border-radius: 3px; margin-right: 6px; text-align: center; } .detail_photo_uploads li:last-child{ margin-right: 0px; } .detail_photo_uploads li img{ max-width: 100%; } .select_radio{ margin-top: 20px; } .select_radio h6{ margin-bottom: 20px; } .radio{ position: relative; margin-bottom: 10px; } .radio:before { position: absolute; width: 8px; height: 8px; border: 2px solid #93c7e9; background: transparent; border-radius: 50%; top: 2px; cursor: pointer; } #tabs-1 .radio label{ width: 100%; display: initial; margin-left: 10px; margin-top: 0px; float: none; } .radio label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; content: ''; position: absolute; width: 6px; height: 6px; background: transparent; top: 5px; left: 3px; border-radius: 50%; background:#3598db; box-shadow: 0px 0px 1px #1168a3; } .radio label:hover::after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: 0.3; } .radio input[type=radio]:checked + label:after{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .save{ position: absolute; top: -33px; right: 0px; border: 0 none; background: url(../images/button.png) no-repeat; width: 118px; height: 119px; text-align: center; color: #fff; font-size: 16px; font-family: 'OpenSans-Regular'; cursor: pointer; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .save:hover{ -webkit-transform: rotate(360deg) scale(1.1); -moz-transform: rotate(360deg) scale(1.1); -o-transform: otate(360deg) scale(1.1); -ms-transform: rotate(360deg) scale(1.1); transform: rotate(360deg) scale(1.1); } /**********/ .quantyti{ position: relative; } .txt_quantyti{ width: 20px !important; } .arrow_next, .arrow_prev{ display: block; width: 33px; height: 19px; background: #1abc9c; position: absolute; text-indent: -99999px; right: -12px; cursor: pointer; } .arrow_next{ top:0px; border-radius: 0px 3px 0px 0px; } .arrow_prev{ bottom: 15px; border-radius: 0px 0px 3px 0px; } .arrow_prev:before{ content: ""; position: absolute; bottom: 5px; left: 14px; width: 7px; height: 5px; background: transparent url(../images/arrow_next.png)no-repeat; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: otate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .arrow_next:before{ content: ""; position: absolute; bottom: 5px; left: 14px; width: 7px; height: 5px; background: transparent url(../images/arrow_next.png)no-repeat; } /****** Tabs 2 ******/ .add_product label{ margin-bottom: 20px; display: block; } .content_add{ background: #e5e6e6; box-shadow: inset 2px 2px 1px #d9dada; width: 98%; padding: 10px 8px; margin-bottom: 15px; color: #272727; border: 0 none; border-radius: 3px; height: 200px; } .txttext{ width: 98% !important; padding: 13px 8px !important; margin-top: -10px; margin-right: 1px; } .delete_1{ background:transparent url(../images/btn-del.png) no-repeat; border: 0 none; padding: 13px 22px 13px 22px; text-indent: -99999px; cursor: pointer; } .add_1{ background:transparent url(../images/btn-add.png) no-repeat; border: 0 none; padding: 13px 22px 13px 22px; text-indent: -99999px; cursor: pointer; }
public/homecss/tabs.css
.etabs { border-bottom: 2px solid #1abc9c; margin-bottom: 30px; color: #fff; padding-bottom: 11px; padding-left: 5px; margin-top: 40px; } .tab { list-style: none; display: inline-block; } .tab a { background: #dbdbdb; border-radius: 3px 3px 0px 0px; box-shadow: inset 0px 2px 0px #ababab; padding: 11px; font-size: 12px; font-family: 'OpenSans-Bold'; color: #272727; font-weight: bold; } .tab a:hover { background: #1abc9c; box-shadow: inset 0px 2px 0px #16a085; color: #ffffff; } .tab .active { background: #1abc9c; box-shadow: inset 0px 2px 0px #16a085; color: #ffffff; } .tab-container .panel-container { } .detail_item { width: 46%; padding: 0 2%; float: left; line-height: 20px; padding-bottom: 10px; } .title_detail_item { text-transform: uppercase; font-size: 14px; font-family: 'OpenSans-Bold'; padding-left: 6px; position: relative; margin-bottom: 10px; color: #272727; } .title_detail_item:before { width: 3px; height: 12px; position: absolute; content: ""; top: 4px; left: 0px; background: #1abc9c; } .detail_item li { list-style: none; position: relative; padding: 0px 0px 0px 10px; margin-bottom: 10px; } .detail_item li:before { position: absolute; content: ""; top: 8px; left: 0px; width: 5px; height: 5px; border-radius: 50%; background: #e32958; } .line_full { border: none; border-bottom: 1px solid #d9dada; left: 0px; width: 100%; bottom: 0px; } .detail_item_post { margin-top: 20px; font-size: 12px; } .title_post_detail { text-align: center; text-transform: uppercase; color: #1abc9c; font-family: 'OpenSans-Bold'; margin-bottom: 10px; } .cus_form textarea{ border:0px none; background: #e5e6e6; box-shadow: inset 2px 2px 1px #d9dada; border-radius: 3px; text-align: left; min-height: 150px; font-family: 'OpenSans-Regular'; } .photo_uploads ,.detail_photo_uploads{ margin-top: 20px; } .bg-file span{ color: #1abc9c; } .detail_photo_uploads li{ display: inline-block; width: 90px; padding: 7px; height: 120px; overflow: hidden; background: #e5e6e6; border-radius: 3px; margin-right: 6px; text-align: center; } .detail_photo_uploads li:last-child{ margin-right: 0px; } .detail_photo_uploads li img{ max-width: 100%; } .select_radio{ margin-top: 20px; } .select_radio h6{ margin-bottom: 20px; } .radio{ position: relative; margin-bottom: 10px; } .radio:before { position: absolute; width: 8px; height: 8px; border: 2px solid #93c7e9; background: transparent; border-radius: 50%; top: 2px; cursor: pointer; } #tabs-1 .radio label{ width: 100%; display: initial; margin-left: 10px; margin-top: 0px; float: none; } .radio label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; content: ''; position: absolute; width: 6px; height: 6px; background: transparent; top: 5px; left: 3px; border-radius: 50%; background:#3598db; box-shadow: 0px 0px 1px #1168a3; } .radio label:hover::after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: 0.3; } .radio input[type=radio]:checked + label:after{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .save{ position: absolute; top: -33px; right: 0px; border: 0 none; background: url(../images/button.png) no-repeat; width: 118px; height: 119px; text-align: center; color: #fff; font-size: 16px; font-family: 'OpenSans-Regular'; cursor: pointer; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .save:hover{ -webkit-transform: rotate(360deg) scale(1.1); -moz-transform: rotate(360deg) scale(1.1); -o-transform: otate(360deg) scale(1.1); -ms-transform: rotate(360deg) scale(1.1); transform: rotate(360deg) scale(1.1); } /**********/ .quantyti{ position: relative; } .txt_quantyti{ width: 20px !important; } .arrow_next, .arrow_prev{ display: block; width: 33px; height: 19px; background: #1abc9c; position: absolute; text-indent: -99999px; right: -12px; cursor: pointer; } .arrow_next{ top:0px; border-radius: 0px 3px 0px 0px; } .arrow_prev{ bottom: 15px; border-radius: 0px 0px 3px 0px; } .arrow_prev:before{ content: ""; position: absolute; bottom: 5px; left: 14px; width: 7px; height: 5px; background: transparent url(../images/arrow_next.png)no-repeat; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: otate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .arrow_next:before{ content: ""; position: absolute; bottom: 5px; left: 14px; width: 7px; height: 5px; background: transparent url(../images/arrow_next.png)no-repeat; } /****** Tabs 2 ******/ .add_product label{ margin-bottom: 20px; display: block; } .content_add{ background: #e5e6e6; box-shadow: inset 2px 2px 1px #d9dada; width: 98%; padding: 10px 8px; margin-bottom: 15px; color: #272727; border: 0 none; border-radius: 3px; height: 200px; } .txttext{ width: 98% !important; padding: 13px 8px !important; margin-top: -10px; margin-right: 1px; } .delete_1{ background:transparent url(../images/btn-del.png) no-repeat; border: 0 none; padding: 13px 22px 13px 22px; text-indent: -99999px; cursor: pointer; } .add_1{ background:transparent url(../images/btn-add.png) no-repeat; border: 0 none; padding: 13px 22px 13px 22px; text-indent: -99999px; cursor: pointer; }
0.374562
0.139045
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn:active, .btn.active { background-image: none; } .btn-default { text-shadow: 0 1px 0 #fff; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%); background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); background-repeat: repeat-x; border-color: #e0e0e0; border-color: #ccc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); } .btn-default:active, .btn-default.active { background-color: #e6e6e6; border-color: #e0e0e0; } .btn-primary { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); background-repeat: repeat-x; border-color: #2d6ca2; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); } .btn-primary:active, .btn-primary.active { background-color: #3071a9; border-color: #2d6ca2; } .btn-success { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44)); background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%); background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-repeat: repeat-x; border-color: #419641; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); } .btn-success:active, .btn-success.active { background-color: #449d44; border-color: #419641; } .btn-warning { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f)); background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%); background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-repeat: repeat-x; border-color: #eb9316; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); } .btn-warning:active, .btn-warning.active { background-color: #ec971f; border-color: #eb9316; } .btn-danger { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c)); background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%); background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-repeat: repeat-x; border-color: #c12e2a; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } .btn-danger:active, .btn-danger.active { background-color: #c9302c; border-color: #c12e2a; } .btn-info { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%); background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-repeat: repeat-x; border-color: #2aabd2; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); } .btn-info:active, .btn-info.active { background-color: #31b0d5; border-color: #2aabd2; } .thumbnail, .img-thumbnail { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #357ebd; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); } .dropdown-header { background-color: #EEEEEE; font-weight: bold; color: #000; } .dropdown-header > a { padding-left: 10px; } .navbar { } /* * BARRE MENU */ .navbar.navbar-main { background-color: #000000; color: #ffffff; z-index: 2002; } .navbar.navbar-main .navbar-nav > li > a { color: #cccccc; font-weight: bold; } .navbar.navbar-main .navbar-nav > li:last-of-type { right: 0; position: absolute; } .navbar.navbar-main .navbar-nav > li > a:hover, .navbar.navbar-main .navbar-nav > li > a:focus { color: #eeeeee; } .navbar.navbar-main .navbar-nav > li > a:hover .caret, .navbar.navbar-main .navbar-nav > li > a:focus .caret { border-bottom-color: #eeeeee; border-top-color: #eeeeee; } .navbar-nav > li > .dropdown-menu.menu_infor_utils { right: 0; left: auto; } /* * BARRE FIL ARIANE ET BOUTONS */ .navbar.navbar-sub1 { background-color: #eeeeee; z-index: 1001; } .navbar.navbar-sub1 .navbar-nav > li > a { color: dimgray; font-weight: bold; } .navbar.navbar-sub1 .navbar-nav > li > a:hover, .navbar.navbar-sub1 .navbar-nav > li > a:focus { color: darkgray; } .navbar.navbar-sub1 > .navbar-inner > .container { margin-left: 0px; } .navbar.navbar-sub1 .navbar-collapse { padding-left: 30px; } .navbar.navbar-sub1.fixed { top: 50px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; position: fixed; } .navbar.navbar-sub1.outoffocus { -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; position: fixed; top: -30px; } .navbar.navbar-sub1 { top: 50px; min-height: 15px; padding-bottom: 1px; padding-top: 3px; } .navbar.navbar-sub1 .sie_04_fil_arian .nav > li > a { padding-left: 10px; padding-right: 10px; } .navbar.navbar-sub1 .sie_04_fil_arian .nav > .active > a { background-color: #cccccc; cursor: default; } .navbar.navbar-sub1 .sie_04_fil_arian .nav > .active > a:hover, .navbar.navbar-sub1 .sie_04_fil_arian .nav > .active > a:focus { color: dimgray; } .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus { background-color: #333333; color: #CCCCCC; } .navbar .navbar-nav > .active > a { background-color: #f8f8f8; } /* * BARRE DES MESSAGES */ .navbar.navbar-sub2.outoffocus { top: 55px; position: fixed; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; opacity: 0.8; } .navbar.navbar-sub2.fixed { top: 97px; position: fixed; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; } .navbar.navbar-sub2.top { top: 4px; position: relative; /* -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; */ } .navbar.navbar-sub2 { top: 4px; position: relative; background-color: transparent; min-height: 0px; } .navbar.navbar-sub2 .alert:hover, .navbar.navbar-sub2 .alert:focus { opacity: 1; } .navbar.navbar-sub2 .alert b { cursor: default; } .navbar-brand, .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); } .navbar-inverse { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222)); background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%); background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); } .navbar-inverse .navbar-nav > .active > a { background-color: #222222; } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } .nav > li > a:hover, .nav > li > a:focus { background-color: transparent; } .alert { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); border: 1px solid transparent; border-radius: 0px; margin-bottom: 0px; padding: 10px; } .alert-success { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc)); background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%); background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); background-repeat: repeat-x; border-color: #b2dba1; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); } .alert-info { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0)); background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%); background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); background-repeat: repeat-x; border-color: #9acfea; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); } .alert-warning { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0)); background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%); background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); background-repeat: repeat-x; border-color: #f5e79e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); } .alert-danger { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3)); background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%); background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); background-repeat: repeat-x; border-color: #dca7a7; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); } .progress { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5)); background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%); background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); } .progress-bar { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); } .progress-bar-success { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44)); background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%); background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); } .progress-bar-info { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%); background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); } .progress-bar-warning { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f)); background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%); background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); } .progress-bar-danger { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c)); background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%); background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } .list-group { border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { text-shadow: 0 -1px 0 #3071a9; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); background-repeat: repeat-x; border-color: #3278b3; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); } .panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .panel-default { border-color: #ddd; } .panel-default > .panel-heading > .panel-title { float: left; } .panel-default > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8)); background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%); background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); } .panel-primary > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); } .panel-success > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6)); background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%); background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); } .panel-info > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3)); background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%); background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); } .panel-warning > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc)); background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%); background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); } .panel-danger > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc)); background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%); background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); } .panel-menu > .panel-body { padding: 0px; } .panel-menu > .panel-heading > .panel-title { font-weight: bold; float: none; text-align: center; } .panel-default.panel-no-title { border: 0px; } .panel-default.panel-no-title .panel-title { display: none; } .panel-default.panel-no-title > .panel-heading { background-image: none; background-color: transparent; border: 0px; } .panel-body { padding: 5px; } .well { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5)); background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%); background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); background-repeat: repeat-x; border-color: #dcdcdc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); } footer p { font-size: 10px; } .pagination { display: inline; } .pagination > li > a, .pagination > li > span { position: static; float: none; } @media (min-width: 1600px) { .container { max-width: 1570px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-lg-1 { width: 8.333333333333332%; } .col-lg-2 { width: 16.666666666666664%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333333333%; } .col-lg-5 { width: 41.66666666666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.333333333333336%; } .col-lg-8 { width: 66.66666666666666%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333333334%; } .col-lg-11 { width: 91.66666666666666%; } .col-lg-12 { width: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.333333333333332%; } .col-lg-push-2 { left: 16.666666666666664%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333333333333%; } .col-lg-push-5 { left: 41.66666666666667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.333333333333336%; } .col-lg-push-8 { left: 66.66666666666666%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333333333334%; } .col-lg-push-11 { left: 91.66666666666666%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.333333333333332%; } .col-lg-pull-2 { right: 16.666666666666664%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333333333333%; } .col-lg-pull-5 { right: 41.66666666666667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.333333333333336%; } .col-lg-pull-8 { right: 66.66666666666666%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333333333334%; } .col-lg-pull-11 { right: 91.66666666666666%; } .col-lg-offset-0 { margin-left: 0; } .col-lg-offset-1 { margin-left: 8.333333333333332%; } .col-lg-offset-2 { margin-left: 16.666666666666664%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333333333333%; } .col-lg-offset-5 { margin-left: 41.66666666666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333333333333336%; } .col-lg-offset-8 { margin-left: 66.66666666666666%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333333333334%; } .col-lg-offset-11 { margin-left: 91.66666666666666%; } } @media (min-width: 1900px) { .container { max-width: 1800px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-lg-1 { width: 8.333333333333332%; } .col-lg-2 { width: 16.666666666666664%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333333333%; } .col-lg-5 { width: 41.66666666666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.333333333333336%; } .col-lg-8 { width: 66.66666666666666%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333333334%; } .col-lg-11 { width: 91.66666666666666%; } .col-lg-12 { width: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.333333333333332%; } .col-lg-push-2 { left: 16.666666666666664%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333333333333%; } .col-lg-push-5 { left: 41.66666666666667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.333333333333336%; } .col-lg-push-8 { left: 66.66666666666666%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333333333334%; } .col-lg-push-11 { left: 91.66666666666666%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.333333333333332%; } .col-lg-pull-2 { right: 16.666666666666664%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333333333333%; } .col-lg-pull-5 { right: 41.66666666666667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.333333333333336%; } .col-lg-pull-8 { right: 66.66666666666666%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333333333334%; } .col-lg-pull-11 { right: 91.66666666666666%; } .col-lg-offset-0 { margin-left: 0; } .col-lg-offset-1 { margin-left: 8.333333333333332%; } .col-lg-offset-2 { margin-left: 16.666666666666664%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333333333333%; } .col-lg-offset-5 { margin-left: 41.66666666666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333333333333336%; } .col-lg-offset-8 { margin-left: 66.66666666666666%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333333333334%; } .col-lg-offset-11 { margin-left: 91.66666666666666%; } } ul.nav.navbar-nav .dropdown-menu { font-size: 12px; } ul.nav.navbar-nav .dropdown-menu li.dropdown-header { padding: 3px 3px; }
5.2.3/res/theme/bootstrap/3.0.0/css/custom.css
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn:active, .btn.active { background-image: none; } .btn-default { text-shadow: 0 1px 0 #fff; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%); background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); background-repeat: repeat-x; border-color: #e0e0e0; border-color: #ccc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); } .btn-default:active, .btn-default.active { background-color: #e6e6e6; border-color: #e0e0e0; } .btn-primary { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); background-repeat: repeat-x; border-color: #2d6ca2; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); } .btn-primary:active, .btn-primary.active { background-color: #3071a9; border-color: #2d6ca2; } .btn-success { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44)); background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%); background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-repeat: repeat-x; border-color: #419641; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); } .btn-success:active, .btn-success.active { background-color: #449d44; border-color: #419641; } .btn-warning { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f)); background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%); background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-repeat: repeat-x; border-color: #eb9316; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); } .btn-warning:active, .btn-warning.active { background-color: #ec971f; border-color: #eb9316; } .btn-danger { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c)); background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%); background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-repeat: repeat-x; border-color: #c12e2a; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } .btn-danger:active, .btn-danger.active { background-color: #c9302c; border-color: #c12e2a; } .btn-info { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%); background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-repeat: repeat-x; border-color: #2aabd2; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); } .btn-info:active, .btn-info.active { background-color: #31b0d5; border-color: #2aabd2; } .thumbnail, .img-thumbnail { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #357ebd; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); } .dropdown-header { background-color: #EEEEEE; font-weight: bold; color: #000; } .dropdown-header > a { padding-left: 10px; } .navbar { } /* * BARRE MENU */ .navbar.navbar-main { background-color: #000000; color: #ffffff; z-index: 2002; } .navbar.navbar-main .navbar-nav > li > a { color: #cccccc; font-weight: bold; } .navbar.navbar-main .navbar-nav > li:last-of-type { right: 0; position: absolute; } .navbar.navbar-main .navbar-nav > li > a:hover, .navbar.navbar-main .navbar-nav > li > a:focus { color: #eeeeee; } .navbar.navbar-main .navbar-nav > li > a:hover .caret, .navbar.navbar-main .navbar-nav > li > a:focus .caret { border-bottom-color: #eeeeee; border-top-color: #eeeeee; } .navbar-nav > li > .dropdown-menu.menu_infor_utils { right: 0; left: auto; } /* * BARRE FIL ARIANE ET BOUTONS */ .navbar.navbar-sub1 { background-color: #eeeeee; z-index: 1001; } .navbar.navbar-sub1 .navbar-nav > li > a { color: dimgray; font-weight: bold; } .navbar.navbar-sub1 .navbar-nav > li > a:hover, .navbar.navbar-sub1 .navbar-nav > li > a:focus { color: darkgray; } .navbar.navbar-sub1 > .navbar-inner > .container { margin-left: 0px; } .navbar.navbar-sub1 .navbar-collapse { padding-left: 30px; } .navbar.navbar-sub1.fixed { top: 50px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; position: fixed; } .navbar.navbar-sub1.outoffocus { -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; position: fixed; top: -30px; } .navbar.navbar-sub1 { top: 50px; min-height: 15px; padding-bottom: 1px; padding-top: 3px; } .navbar.navbar-sub1 .sie_04_fil_arian .nav > li > a { padding-left: 10px; padding-right: 10px; } .navbar.navbar-sub1 .sie_04_fil_arian .nav > .active > a { background-color: #cccccc; cursor: default; } .navbar.navbar-sub1 .sie_04_fil_arian .nav > .active > a:hover, .navbar.navbar-sub1 .sie_04_fil_arian .nav > .active > a:focus { color: dimgray; } .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus { background-color: #333333; color: #CCCCCC; } .navbar .navbar-nav > .active > a { background-color: #f8f8f8; } /* * BARRE DES MESSAGES */ .navbar.navbar-sub2.outoffocus { top: 55px; position: fixed; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; opacity: 0.8; } .navbar.navbar-sub2.fixed { top: 97px; position: fixed; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; } .navbar.navbar-sub2.top { top: 4px; position: relative; /* -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; */ } .navbar.navbar-sub2 { top: 4px; position: relative; background-color: transparent; min-height: 0px; } .navbar.navbar-sub2 .alert:hover, .navbar.navbar-sub2 .alert:focus { opacity: 1; } .navbar.navbar-sub2 .alert b { cursor: default; } .navbar-brand, .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); } .navbar-inverse { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222)); background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%); background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); } .navbar-inverse .navbar-nav > .active > a { background-color: #222222; } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } .nav > li > a:hover, .nav > li > a:focus { background-color: transparent; } .alert { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); border: 1px solid transparent; border-radius: 0px; margin-bottom: 0px; padding: 10px; } .alert-success { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc)); background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%); background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); background-repeat: repeat-x; border-color: #b2dba1; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); } .alert-info { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0)); background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%); background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); background-repeat: repeat-x; border-color: #9acfea; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); } .alert-warning { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0)); background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%); background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); background-repeat: repeat-x; border-color: #f5e79e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); } .alert-danger { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3)); background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%); background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); background-repeat: repeat-x; border-color: #dca7a7; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); } .progress { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5)); background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%); background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); } .progress-bar { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); } .progress-bar-success { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44)); background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%); background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); } .progress-bar-info { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5)); background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%); background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); } .progress-bar-warning { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f)); background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%); background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); } .progress-bar-danger { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c)); background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%); background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } .list-group { border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { text-shadow: 0 -1px 0 #3071a9; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); background-repeat: repeat-x; border-color: #3278b3; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); } .panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .panel-default { border-color: #ddd; } .panel-default > .panel-heading > .panel-title { float: left; } .panel-default > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8)); background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%); background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); } .panel-primary > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); } .panel-success > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6)); background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%); background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); } .panel-info > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3)); background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%); background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); } .panel-warning > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc)); background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%); background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); } .panel-danger > .panel-heading { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc)); background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%); background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); } .panel-menu > .panel-body { padding: 0px; } .panel-menu > .panel-heading > .panel-title { font-weight: bold; float: none; text-align: center; } .panel-default.panel-no-title { border: 0px; } .panel-default.panel-no-title .panel-title { display: none; } .panel-default.panel-no-title > .panel-heading { background-image: none; background-color: transparent; border: 0px; } .panel-body { padding: 5px; } .well { background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5)); background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%); background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); background-repeat: repeat-x; border-color: #dcdcdc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); } footer p { font-size: 10px; } .pagination { display: inline; } .pagination > li > a, .pagination > li > span { position: static; float: none; } @media (min-width: 1600px) { .container { max-width: 1570px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-lg-1 { width: 8.333333333333332%; } .col-lg-2 { width: 16.666666666666664%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333333333%; } .col-lg-5 { width: 41.66666666666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.333333333333336%; } .col-lg-8 { width: 66.66666666666666%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333333334%; } .col-lg-11 { width: 91.66666666666666%; } .col-lg-12 { width: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.333333333333332%; } .col-lg-push-2 { left: 16.666666666666664%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333333333333%; } .col-lg-push-5 { left: 41.66666666666667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.333333333333336%; } .col-lg-push-8 { left: 66.66666666666666%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333333333334%; } .col-lg-push-11 { left: 91.66666666666666%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.333333333333332%; } .col-lg-pull-2 { right: 16.666666666666664%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333333333333%; } .col-lg-pull-5 { right: 41.66666666666667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.333333333333336%; } .col-lg-pull-8 { right: 66.66666666666666%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333333333334%; } .col-lg-pull-11 { right: 91.66666666666666%; } .col-lg-offset-0 { margin-left: 0; } .col-lg-offset-1 { margin-left: 8.333333333333332%; } .col-lg-offset-2 { margin-left: 16.666666666666664%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333333333333%; } .col-lg-offset-5 { margin-left: 41.66666666666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333333333333336%; } .col-lg-offset-8 { margin-left: 66.66666666666666%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333333333334%; } .col-lg-offset-11 { margin-left: 91.66666666666666%; } } @media (min-width: 1900px) { .container { max-width: 1800px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } .col-lg-1 { width: 8.333333333333332%; } .col-lg-2 { width: 16.666666666666664%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333333333%; } .col-lg-5 { width: 41.66666666666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.333333333333336%; } .col-lg-8 { width: 66.66666666666666%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333333334%; } .col-lg-11 { width: 91.66666666666666%; } .col-lg-12 { width: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.333333333333332%; } .col-lg-push-2 { left: 16.666666666666664%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333333333333%; } .col-lg-push-5 { left: 41.66666666666667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.333333333333336%; } .col-lg-push-8 { left: 66.66666666666666%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333333333334%; } .col-lg-push-11 { left: 91.66666666666666%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.333333333333332%; } .col-lg-pull-2 { right: 16.666666666666664%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333333333333%; } .col-lg-pull-5 { right: 41.66666666666667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.333333333333336%; } .col-lg-pull-8 { right: 66.66666666666666%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333333333334%; } .col-lg-pull-11 { right: 91.66666666666666%; } .col-lg-offset-0 { margin-left: 0; } .col-lg-offset-1 { margin-left: 8.333333333333332%; } .col-lg-offset-2 { margin-left: 16.666666666666664%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333333333333%; } .col-lg-offset-5 { margin-left: 41.66666666666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333333333333336%; } .col-lg-offset-8 { margin-left: 66.66666666666666%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333333333334%; } .col-lg-offset-11 { margin-left: 91.66666666666666%; } } ul.nav.navbar-nav .dropdown-menu { font-size: 12px; } ul.nav.navbar-nav .dropdown-menu li.dropdown-header { padding: 3px 3px; }
0.302185
0.130092
body { margin: 0; padding: 0; } .neat-clearfix { zoom: 1; } .neat-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div.neat-box { margin: 1px; } div.neat-box div.title { padding: 5px 10px; background-color: #6f8992; border: 1px solid #6f8992; color: #ffffff; font-weight: bold; } div.neat-box div.content { padding: 10px; background-color: #fafafa; border: 1px solid #d6d6d6; border-top: 0; } ul.neat-tabs { margin: 1px; padding: 5px 10px; background-color: #6f8992; font-weight: bold; list-style-type: none; } ul.neat-tabs li.tab { color: #d6d6d6; } ul.neat-tabs li.left { float: left; } ul.neat-tabs li.right { float: right; } ul.neat-tabs li.tab a { margin: 0 5px; color: #d6d6d6; text-decoration: none; } ul.neat-tabs li.tab a:hover { color: #fafafa; } ul.neat-tabs li.tab a.active { color: #fafafa; } ul.neat-tab-contents { margin: 0; padding: 0; list-style-type: none; } ul.neat-tab-contents li.content { display: none; margin: 0 1px; padding: 15px; background-color: #fafafa; border: 1px solid #d6d6d6; border-top: 0; } ul.neat-tab-contents li.active { display: block; height: auto; } table.neat-table { border-collapse: collapse; border: 1px solid #a9a9a9; } table.neat-table thead { background-color: #a9a9a9; font-weight: bold; text-align: left; } table.neat-table tr.even { background-color: #ffffff; } table.neat-table tr.odd { background-color: #eeeeee; } table.neat-table th, td { padding: 2px 5px; } table.neat-table th.line, td.line { border:1px solid #a9a9a9; } div.neat-profiler { position: absolute; left: 0; top: 0; z-index: 10000; width: 100%; } ul.neat-widget-accordion { margin: 0; padding: 0; } ul.neat-widget-accordion li { padding: 0; margin: 0; list-style: none; overflow: hidden; } ul.neat-widget-accordion ul { margin-left: 10px; } ul.neat-widget-accordion div.name { padding: 5px 0 5px 20px; } ul.neat-widget-accordion div.content { padding: 5px 0 0 20px; overflow: auto; } ul.neat-widget-accordion div.closed { background-image: url(../img/accordion_closed.gif); background-repeat: no-repeat; background-position: 5px; cursor: pointer; } ul.neat-widget-accordion div.opened { background-image: url(../img/accordion_opened.gif); cursor: pointer; } div.neat-widget-bar { border-style: solid; border-width: 1px; } div.neat-widget-bar div.left { float: left; padding: 5px 10px; } div.neat-widget-bar div.right { float: right; padding: 5px 10px; } div.neat-widget-box { border-style: solid; border-width: 1px; } div.neat-widget-box { border-style: solid; border-width: 1px; } div.neat-widget-box div.center { padding: 5px 10px; } div.neat-widget-dialog { position: absolute; top: 30%; left: 30%; border-style: solid; border-width: 1px; z-index: 9999; } div.neat-widget-dialog div.center { padding: 5px 10px; } div.neat-widget-prompt { position: absolute; top: 30%; left: 30%; border-style: solid; border-width: 1px; z-index: 9999; } div.neat-widget-prompt div.center { padding: 5px 10px; } div.neat-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; filter: alpha(opacity = 50); /* IE */ -moz-opacity: 0.5; /* Moz + FF */ opacity: 0.5; z-index: 9999; } ul.neat-widget-tabs { margin: 0; padding: 3px 10px; font: bold 11px verdana, arial, sans-serif; list-style-type: none; border-bottom: 1px solid #ccc; } ul.neat-widget-tabs li { display: inline; } ul.neat-widget-tabs li a { margin: 0; padding: 3px 5px; background-color: #eee; text-decoration: none; border: 1px solid #ccc; border-bottom: none; } ul.neat-widget-tabs a:hover { background: #fff; } ul.neat-widget-tabs li a.active { position: relative; top: 1px; padding-top: 4px; background-color: #fff; border-bottom: none; } div.neat-widget-tabs-content { border: 1px solid #ccc; border-top: none; padding: 10px; display: none; background-color: #fff; } div.neat-widget-tabs-content.active { display: block; }
src/etc/css/neat.css
body { margin: 0; padding: 0; } .neat-clearfix { zoom: 1; } .neat-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div.neat-box { margin: 1px; } div.neat-box div.title { padding: 5px 10px; background-color: #6f8992; border: 1px solid #6f8992; color: #ffffff; font-weight: bold; } div.neat-box div.content { padding: 10px; background-color: #fafafa; border: 1px solid #d6d6d6; border-top: 0; } ul.neat-tabs { margin: 1px; padding: 5px 10px; background-color: #6f8992; font-weight: bold; list-style-type: none; } ul.neat-tabs li.tab { color: #d6d6d6; } ul.neat-tabs li.left { float: left; } ul.neat-tabs li.right { float: right; } ul.neat-tabs li.tab a { margin: 0 5px; color: #d6d6d6; text-decoration: none; } ul.neat-tabs li.tab a:hover { color: #fafafa; } ul.neat-tabs li.tab a.active { color: #fafafa; } ul.neat-tab-contents { margin: 0; padding: 0; list-style-type: none; } ul.neat-tab-contents li.content { display: none; margin: 0 1px; padding: 15px; background-color: #fafafa; border: 1px solid #d6d6d6; border-top: 0; } ul.neat-tab-contents li.active { display: block; height: auto; } table.neat-table { border-collapse: collapse; border: 1px solid #a9a9a9; } table.neat-table thead { background-color: #a9a9a9; font-weight: bold; text-align: left; } table.neat-table tr.even { background-color: #ffffff; } table.neat-table tr.odd { background-color: #eeeeee; } table.neat-table th, td { padding: 2px 5px; } table.neat-table th.line, td.line { border:1px solid #a9a9a9; } div.neat-profiler { position: absolute; left: 0; top: 0; z-index: 10000; width: 100%; } ul.neat-widget-accordion { margin: 0; padding: 0; } ul.neat-widget-accordion li { padding: 0; margin: 0; list-style: none; overflow: hidden; } ul.neat-widget-accordion ul { margin-left: 10px; } ul.neat-widget-accordion div.name { padding: 5px 0 5px 20px; } ul.neat-widget-accordion div.content { padding: 5px 0 0 20px; overflow: auto; } ul.neat-widget-accordion div.closed { background-image: url(../img/accordion_closed.gif); background-repeat: no-repeat; background-position: 5px; cursor: pointer; } ul.neat-widget-accordion div.opened { background-image: url(../img/accordion_opened.gif); cursor: pointer; } div.neat-widget-bar { border-style: solid; border-width: 1px; } div.neat-widget-bar div.left { float: left; padding: 5px 10px; } div.neat-widget-bar div.right { float: right; padding: 5px 10px; } div.neat-widget-box { border-style: solid; border-width: 1px; } div.neat-widget-box { border-style: solid; border-width: 1px; } div.neat-widget-box div.center { padding: 5px 10px; } div.neat-widget-dialog { position: absolute; top: 30%; left: 30%; border-style: solid; border-width: 1px; z-index: 9999; } div.neat-widget-dialog div.center { padding: 5px 10px; } div.neat-widget-prompt { position: absolute; top: 30%; left: 30%; border-style: solid; border-width: 1px; z-index: 9999; } div.neat-widget-prompt div.center { padding: 5px 10px; } div.neat-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; filter: alpha(opacity = 50); /* IE */ -moz-opacity: 0.5; /* Moz + FF */ opacity: 0.5; z-index: 9999; } ul.neat-widget-tabs { margin: 0; padding: 3px 10px; font: bold 11px verdana, arial, sans-serif; list-style-type: none; border-bottom: 1px solid #ccc; } ul.neat-widget-tabs li { display: inline; } ul.neat-widget-tabs li a { margin: 0; padding: 3px 5px; background-color: #eee; text-decoration: none; border: 1px solid #ccc; border-bottom: none; } ul.neat-widget-tabs a:hover { background: #fff; } ul.neat-widget-tabs li a.active { position: relative; top: 1px; padding-top: 4px; background-color: #fff; border-bottom: none; } div.neat-widget-tabs-content { border: 1px solid #ccc; border-top: none; padding: 10px; display: none; background-color: #fff; } div.neat-widget-tabs-content.active { display: block; }
0.35421
0.123392
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,100,500,700,600,800,900); body { background: #d4d4d4; background-image: url("../resources/images/backgrounds/fon1.jpg"); background-repeat: no-repeat; background-size: cover; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 14px; line-height: 26px; color: #040505; } .clear { clear: both; } .wrapper { width: 920px; margin: 20px auto; border-radius: 5px; border: solid 3px #fff; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); } .top { min-height: 100px; border-radius: 5px 5px 0 0; background-image: url("../resources/images/index_top.png"); background-repeat: no-repeat; background-size: cover; } .footer { height: 700px; padding: 5px; background: #e4e4e4; border-radius: 0 0 5px 5px; } .pageTitle { font-size: 24px; line-height: 40px; font-weight: 700; color: #000; text-align: center; } .navigation { list-style: none; padding: 0; margin: 0; background: rgb(58,58,58); border-top: solid 3px #fff; border-bottom: solid 3px #fff; /* box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 1); */ } .navigation li { float: left; } .navigation li:hover { background: #222; } .navigation li:first-child { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 0 0 5px; } .navigation li a { display: block; padding: 0 20px; text-decoration: none; line-height: 40px; color: #fff; } .navigation ul { display: none; position: absolute; list-style: none; margin-left: -3px; padding: 0; overflow: hidden; } .navigation ul li { float: none; } .navigation li:hover > ul { display: block; background: #222; border: solid 3px #fff; border-top: 0; -webkit-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25); } .navigation li:hover > ul li:hover { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .navigation li li a:hover { background: #000; } .navigation ul li:last-child a, .navigation ul li:last-child a:hover { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .welcoming { font-size: 18px; line-height: 40px; font-weight: 700; color: #000; text-align: center; } .pay_form { margin: auto; text-align: center; margin-top: 50px; border: 2px solid #464749; width: 400px; height: 180px; background: #e4e4e4; } .pay_form_input_field{ clear: both; text-align: right; } .basket_clear { background-color: #843c3b; } .pay_form_input_label { float: left; margin-right: 5px; } .clear_basket_msg { position: relative; margin-top: 10px; text-align: center; color: #843c3b; }
css/cart.css
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,100,500,700,600,800,900); body { background: #d4d4d4; background-image: url("../resources/images/backgrounds/fon1.jpg"); background-repeat: no-repeat; background-size: cover; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 14px; line-height: 26px; color: #040505; } .clear { clear: both; } .wrapper { width: 920px; margin: 20px auto; border-radius: 5px; border: solid 3px #fff; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); } .top { min-height: 100px; border-radius: 5px 5px 0 0; background-image: url("../resources/images/index_top.png"); background-repeat: no-repeat; background-size: cover; } .footer { height: 700px; padding: 5px; background: #e4e4e4; border-radius: 0 0 5px 5px; } .pageTitle { font-size: 24px; line-height: 40px; font-weight: 700; color: #000; text-align: center; } .navigation { list-style: none; padding: 0; margin: 0; background: rgb(58,58,58); border-top: solid 3px #fff; border-bottom: solid 3px #fff; /* box-shadow: 0px -2px 3px -1px rgba(0, 0, 0, 1); */ } .navigation li { float: left; } .navigation li:hover { background: #222; } .navigation li:first-child { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 0 0 5px; } .navigation li a { display: block; padding: 0 20px; text-decoration: none; line-height: 40px; color: #fff; } .navigation ul { display: none; position: absolute; list-style: none; margin-left: -3px; padding: 0; overflow: hidden; } .navigation ul li { float: none; } .navigation li:hover > ul { display: block; background: #222; border: solid 3px #fff; border-top: 0; -webkit-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25); } .navigation li:hover > ul li:hover { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .navigation li li a:hover { background: #000; } .navigation ul li:last-child a, .navigation ul li:last-child a:hover { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .welcoming { font-size: 18px; line-height: 40px; font-weight: 700; color: #000; text-align: center; } .pay_form { margin: auto; text-align: center; margin-top: 50px; border: 2px solid #464749; width: 400px; height: 180px; background: #e4e4e4; } .pay_form_input_field{ clear: both; text-align: right; } .basket_clear { background-color: #843c3b; } .pay_form_input_label { float: left; margin-right: 5px; } .clear_basket_msg { position: relative; margin-top: 10px; text-align: center; color: #843c3b; }
0.301156
0.107719
.background_glassyLimeGreen4, .hover_background_glassyLimeGreen4:hover, .active_background_glassyLimeGreen4:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(39, 159, 39)), color-stop(50%, rgb(35, 142, 35)), color-stop(55%, rgb(30, 124, 30)), color-stop(100%, rgb(43, 177, 43))); background-image: -webkit-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: -o-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: -ms-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: linear-gradient(to bottom, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279f27', endColorstr='#2bb12b',GradientType=0 ); } .background_glassyLimeGreen4h, .hover_background_glassyLimeGreen4h:hover, .active_background_glassyLimeGreen4h:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(47, 191, 47)), color-stop(50%, rgb(41, 170, 41)), color-stop(55%, rgb(36, 149, 36)), color-stop(100%, rgb(58, 207, 58))); background-image: -webkit-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: -o-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: -ms-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: linear-gradient(to bottom, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbf2f', endColorstr='#3acf3a',GradientType=0 ); } .background_glassyLimeGreen4a, .hover_background_glassyLimeGreen4a:hover, .active_background_glassyLimeGreen4a:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(58, 207, 58)), color-stop(50%, rgb(36, 149, 36)), color-stop(55%, rgb(41, 170, 41)), color-stop(100%, rgb(47, 191, 47))); background-image: -webkit-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: -o-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: -ms-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: linear-gradient(to bottom, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3acf3a', endColorstr='#2fbf2f',GradientType=0 ); } .background_glassyLimeGreen4s, .hover_background_glassyLimeGreen4s:hover, .active_background_glassyLimeGreen4s:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(84, 213, 84)), color-stop(50%, rgb(58, 207, 58)), color-stop(55%, rgb(45, 186, 45)), color-stop(100%, rgb(111, 220, 111))); background-image: -webkit-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: -o-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: -ms-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: linear-gradient(to bottom, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d554', endColorstr='#6fdc6f',GradientType=0 ); } .background_color_glassyLimeGreen4, .hover_background_color_glassyLimeGreen4:hover, .active_background_color_glassyLimeGreen4:active:hover { background-color:#2bb12b; } .background_first_color_glassyLimeGreen4, .hover_background_first_color_glassyLimeGreen4:hover, .active_background_first_color_glassyLimeGreen4:active:hover { background-color:#279f27; } .background_last_color_glassyLimeGreen4, .hover_background_last_color_glassyLimeGreen4:hover, .active_background_color_last_glassyLimeGreen4:active:hover { background-color:#2bb12b; } /* ------------------------------ color settings -------------------------------*/ .color_glassyLimeGreen4, .hover_color_glassyLimeGreen4:hover, .active_color_glassyLimeGreen4:active:hover { color: #c8c8c8; } .color_glassyLimeGreen4h, .hover_color_glassyLimeGreen4h:hover, .active_color_glassyLimeGreen4h:active:hover { color: #c8c8c8; } .color_glassyLimeGreen4a, .hover_color_glassyLimeGreen4a:hover, .active_color_glassyLimeGreen4a:active:hover { color: #ff0; } .color_glassyLimeGreen4s, .hover_color_glassyLimeGreen4s:hover, .active_color_glassyLimeGreen4s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassyLimeGreen4, .hover_border_glassyLimeGreen4:hover, .active_border_glassyLimeGreen4:active:hover { border-color: #1f801f #1a6a1a #1a6a1a #1f801f; } .border_glassyLimeGreen4h, .hover_border_glassyLimeGreen4h:hover, .active_border_glassyLimeGreen4h:active:hover { border-color: #1f801f #1a6a1a #1a6a1a #1f801f; } .border_glassyLimeGreen4a, .hover_border_glassyLimeGreen4a:hover, .active_border_glassyLimeGreen4a:active:hover { border-color: #186318 #186318 #186318 #186318; } .border_glassyLimeGreen4s, .hover_border_glassyLimeGreen4s:hover, .active_border_glassyLimeGreen4s:active:hover { border-color: #186318 #186318 #186318 #186318; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassyLimeGreen4, .hover_shadow_expand_glassyLimeGreen4:hover, .active_shadow_expand_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(43, 177, 43, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(43, 177, 43, .39); box-shadow: 0em 0em 1em 0.25em rgba(43, 177, 43, .39); } .shadow_expand_glassyLimeGreen4h, .hover_shadow_expand_glassyLimeGreen4h:hover, .active_shadow_expand_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(58, 207, 58, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(58, 207, 58, .50); box-shadow: 0em 0em 1em 0.25em rgba(58, 207, 58, .50); } .shadow_expand_glassyLimeGreen4a, .hover_shadow_expand_glassyLimeGreen4a:hover, .active_shadow_expand_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .63); box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .63); } .shadow_expand_glassyLimeGreen4s, .hover_shadow_expand_glassyLimeGreen4s:hover, .active_shadow_expand_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .78); box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassyLimeGreen4, .hover_shadow_left_glassyLimeGreen4:hover, .active_shadow_left_glassyLimeGreen4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_left_glassyLimeGreen4h, .hover_shadow_left_glassyLimeGreen4h:hover, .active_shadow_left_glassyLimeGreen4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_left_glassyLimeGreen4a, .hover_shadow_left_glassyLimeGreen4a:hover, .active_shadow_left_glassyLimeGreen4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_left_glassyLimeGreen4s, .hover_shadow_left_glassyLimeGreen4s:hover, .active_shadow_left_glassyLimeGreen4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassyLimeGreen4, .hover_shadow_right_glassyLimeGreen4:hover, .active_shadow_right_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0.5em 0em 1em rgba(43, 177, 43, .39); box-shadow: 0.5em 0em 1em rgba(43, 177, 43, .39); } .shadow_right_glassyLimeGreen4h, .hover_shadow_right_glassyLimeGreen4h:hover, .active_shadow_right_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0.5em 0em 1em rgba(58, 207, 58, .50); box-shadow: 0.5em 0em 1em rgba(58, 207, 58, .50); } .shadow_right_glassyLimeGreen4a, .hover_shadow_right_glassyLimeGreen4a:hover, .active_shadow_right_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .63); box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .63); } .shadow_right_glassyLimeGreen4s, .hover_shadow_right_glassyLimeGreen4s:hover, .active_shadow_right_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .78); box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassyLimeGreen4, .hover_shadow_top_glassyLimeGreen4:hover, .active_shadow_top_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_top_glassyLimeGreen4h, .hover_shadow_top_glassyLimeGreen4h:hover, .active_shadow_top_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_top_glassyLimeGreen4a, .hover_shadow_top_glassyLimeGreen4a:hover, .active_shadow_top_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_top_glassyLimeGreen4s, .hover_shadow_top_glassyLimeGreen4s:hover, .active_shadow_top_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassyLimeGreen4, .hover_shadow_bottom_glassyLimeGreen4:hover, .active_shadow_bottom_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0em 0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0em 0.5em 1em rgba(43, 177, 43, .39); } .shadow_bottom_glassyLimeGreen4h, .hover_shadow_bottom_glassyLimeGreen4h:hover, .active_shadow_bottom_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0em 0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0em 0.5em 1em rgba(58, 207, 58, .50); } .shadow_bottom_glassyLimeGreen4a, .hover_shadow_bottom_glassyLimeGreen4a:hover, .active_shadow_bottom_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .63); } .shadow_bottom_glassyLimeGreen4s, .hover_shadow_bottom_glassyLimeGreen4s:hover, .active_shadow_bottom_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassyLimeGreen4, .hover_shadow_top_left_glassyLimeGreen4:hover, .active_shadow_top_left_glassyLimeGreen4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_top_left_glassyLimeGreen4h, .hover_shadow_top_left_glassyLimeGreen4h:hover, .active_shadow_top_left_glassyLimeGreen4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_top_left_glassyLimeGreen4a, .hover_shadow_top_left_glassyLimeGreen4a:hover, .active_shadow_top_left_glassyLimeGreen4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_top_left_glassyLimeGreen4s, .hover_shadow_top_left_glassyLimeGreen4s:hover, .active_shadow_top_left_glassyLimeGreen4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassyLimeGreen4, .hover_shadow_top_right_glassyLimeGreen4:hover, .active_shadow_top_right_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0.5em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_top_right_glassyLimeGreen4h, .hover_shadow_top_right_glassyLimeGreen4h:hover, .active_shadow_top_right_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0.5em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_top_right_glassyLimeGreen4a, .hover_shadow_top_right_glassyLimeGreen4a:hover, .active_shadow_top_right_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_top_right_glassyLimeGreen4s, .hover_shadow_top_right_glassyLimeGreen4s:hover, .active_shadow_top_right_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassyLimeGreen4, .hover_shadow_bottom_left_glassyLimeGreen4:hover, .active_shadow_bottom_left_glassyLimeGreen4:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(43, 177, 43, .39); box-shadow: -0.5em 0.5em 1em rgba(43, 177, 43, .39); } .shadow_bottom_left_glassyLimeGreen4h, .hover_shadow_bottom_left_glassyLimeGreen4h:hover, .active_shadow_bottom_left_glassyLimeGreen4h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(58, 207, 58, .50); box-shadow: -0.5em 0.5em 1em rgba(58, 207, 58, .50); } .shadow_bottom_left_glassyLimeGreen4a, .hover_shadow_bottom_left_glassyLimeGreen4a:hover, .active_shadow_bottom_left_glassyLimeGreen4a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .63); box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .63); } .shadow_bottom_left_glassyLimeGreen4s, .hover_shadow_bottom_left_glassyLimeGreen4s:hover, .active_shadow_bottom_left_glassyLimeGreen4s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .78); box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassyLimeGreen4, .hover_shadow_bottom_right_glassyLimeGreen4:hover, .active_shadow_bottom_right_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0.5em 0.5em 1em rgba(43, 177, 43, .39); } .shadow_bottom_right_glassyLimeGreen4h, .hover_shadow_bottom_right_glassyLimeGreen4h:hover, .active_shadow_bottom_right_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0.5em 0.5em 1em rgba(58, 207, 58, .50); } .shadow_bottom_right_glassyLimeGreen4a, .hover_shadow_bottom_right_glassyLimeGreen4a:hover, .active_shadow_bottom_right_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .63); } .shadow_bottom_right_glassyLimeGreen4s, .hover_shadow_bottom_right_glassyLimeGreen4s:hover, .active_shadow_bottom_right_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .78); }
widgets/common/assets/gradients/glassy/glassyLimeGreen/glassyLimeGreen4.css
.background_glassyLimeGreen4, .hover_background_glassyLimeGreen4:hover, .active_background_glassyLimeGreen4:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(39, 159, 39)), color-stop(50%, rgb(35, 142, 35)), color-stop(55%, rgb(30, 124, 30)), color-stop(100%, rgb(43, 177, 43))); background-image: -webkit-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: -o-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: -ms-linear-gradient(top, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); background-image: linear-gradient(to bottom, rgb(39, 159, 39) 0%, rgb(35, 142, 35) 50%, rgb(30, 124, 30) 55%, rgb(43, 177, 43) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279f27', endColorstr='#2bb12b',GradientType=0 ); } .background_glassyLimeGreen4h, .hover_background_glassyLimeGreen4h:hover, .active_background_glassyLimeGreen4h:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(47, 191, 47)), color-stop(50%, rgb(41, 170, 41)), color-stop(55%, rgb(36, 149, 36)), color-stop(100%, rgb(58, 207, 58))); background-image: -webkit-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: -o-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: -ms-linear-gradient(top, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); background-image: linear-gradient(to bottom, rgb(47, 191, 47) 0%, rgb(41, 170, 41) 50%, rgb(36, 149, 36) 55%, rgb(58, 207, 58) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbf2f', endColorstr='#3acf3a',GradientType=0 ); } .background_glassyLimeGreen4a, .hover_background_glassyLimeGreen4a:hover, .active_background_glassyLimeGreen4a:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(58, 207, 58)), color-stop(50%, rgb(36, 149, 36)), color-stop(55%, rgb(41, 170, 41)), color-stop(100%, rgb(47, 191, 47))); background-image: -webkit-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: -o-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: -ms-linear-gradient(top, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); background-image: linear-gradient(to bottom, rgb(58, 207, 58) 0%, rgb(36, 149, 36) 50%, rgb(41, 170, 41) 55%, rgb(47, 191, 47) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3acf3a', endColorstr='#2fbf2f',GradientType=0 ); } .background_glassyLimeGreen4s, .hover_background_glassyLimeGreen4s:hover, .active_background_glassyLimeGreen4s:active:hover { background: #2bb12b; background-image: -moz-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(84, 213, 84)), color-stop(50%, rgb(58, 207, 58)), color-stop(55%, rgb(45, 186, 45)), color-stop(100%, rgb(111, 220, 111))); background-image: -webkit-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: -o-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: -ms-linear-gradient(top, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); background-image: linear-gradient(to bottom, rgb(84, 213, 84) 0%, rgb(58, 207, 58) 50%, rgb(45, 186, 45) 55%, rgb(111, 220, 111) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d554', endColorstr='#6fdc6f',GradientType=0 ); } .background_color_glassyLimeGreen4, .hover_background_color_glassyLimeGreen4:hover, .active_background_color_glassyLimeGreen4:active:hover { background-color:#2bb12b; } .background_first_color_glassyLimeGreen4, .hover_background_first_color_glassyLimeGreen4:hover, .active_background_first_color_glassyLimeGreen4:active:hover { background-color:#279f27; } .background_last_color_glassyLimeGreen4, .hover_background_last_color_glassyLimeGreen4:hover, .active_background_color_last_glassyLimeGreen4:active:hover { background-color:#2bb12b; } /* ------------------------------ color settings -------------------------------*/ .color_glassyLimeGreen4, .hover_color_glassyLimeGreen4:hover, .active_color_glassyLimeGreen4:active:hover { color: #c8c8c8; } .color_glassyLimeGreen4h, .hover_color_glassyLimeGreen4h:hover, .active_color_glassyLimeGreen4h:active:hover { color: #c8c8c8; } .color_glassyLimeGreen4a, .hover_color_glassyLimeGreen4a:hover, .active_color_glassyLimeGreen4a:active:hover { color: #ff0; } .color_glassyLimeGreen4s, .hover_color_glassyLimeGreen4s:hover, .active_color_glassyLimeGreen4s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassyLimeGreen4, .hover_border_glassyLimeGreen4:hover, .active_border_glassyLimeGreen4:active:hover { border-color: #1f801f #1a6a1a #1a6a1a #1f801f; } .border_glassyLimeGreen4h, .hover_border_glassyLimeGreen4h:hover, .active_border_glassyLimeGreen4h:active:hover { border-color: #1f801f #1a6a1a #1a6a1a #1f801f; } .border_glassyLimeGreen4a, .hover_border_glassyLimeGreen4a:hover, .active_border_glassyLimeGreen4a:active:hover { border-color: #186318 #186318 #186318 #186318; } .border_glassyLimeGreen4s, .hover_border_glassyLimeGreen4s:hover, .active_border_glassyLimeGreen4s:active:hover { border-color: #186318 #186318 #186318 #186318; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassyLimeGreen4, .hover_shadow_expand_glassyLimeGreen4:hover, .active_shadow_expand_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(43, 177, 43, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(43, 177, 43, .39); box-shadow: 0em 0em 1em 0.25em rgba(43, 177, 43, .39); } .shadow_expand_glassyLimeGreen4h, .hover_shadow_expand_glassyLimeGreen4h:hover, .active_shadow_expand_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(58, 207, 58, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(58, 207, 58, .50); box-shadow: 0em 0em 1em 0.25em rgba(58, 207, 58, .50); } .shadow_expand_glassyLimeGreen4a, .hover_shadow_expand_glassyLimeGreen4a:hover, .active_shadow_expand_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .63); box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .63); } .shadow_expand_glassyLimeGreen4s, .hover_shadow_expand_glassyLimeGreen4s:hover, .active_shadow_expand_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .78); box-shadow: 0em 0em 1em 0.25em rgba(47, 191, 47, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassyLimeGreen4, .hover_shadow_left_glassyLimeGreen4:hover, .active_shadow_left_glassyLimeGreen4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_left_glassyLimeGreen4h, .hover_shadow_left_glassyLimeGreen4h:hover, .active_shadow_left_glassyLimeGreen4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_left_glassyLimeGreen4a, .hover_shadow_left_glassyLimeGreen4a:hover, .active_shadow_left_glassyLimeGreen4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_left_glassyLimeGreen4s, .hover_shadow_left_glassyLimeGreen4s:hover, .active_shadow_left_glassyLimeGreen4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassyLimeGreen4, .hover_shadow_right_glassyLimeGreen4:hover, .active_shadow_right_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0.5em 0em 1em rgba(43, 177, 43, .39); box-shadow: 0.5em 0em 1em rgba(43, 177, 43, .39); } .shadow_right_glassyLimeGreen4h, .hover_shadow_right_glassyLimeGreen4h:hover, .active_shadow_right_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0.5em 0em 1em rgba(58, 207, 58, .50); box-shadow: 0.5em 0em 1em rgba(58, 207, 58, .50); } .shadow_right_glassyLimeGreen4a, .hover_shadow_right_glassyLimeGreen4a:hover, .active_shadow_right_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .63); box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .63); } .shadow_right_glassyLimeGreen4s, .hover_shadow_right_glassyLimeGreen4s:hover, .active_shadow_right_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .78); box-shadow: 0.5em 0em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassyLimeGreen4, .hover_shadow_top_glassyLimeGreen4:hover, .active_shadow_top_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_top_glassyLimeGreen4h, .hover_shadow_top_glassyLimeGreen4h:hover, .active_shadow_top_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_top_glassyLimeGreen4a, .hover_shadow_top_glassyLimeGreen4a:hover, .active_shadow_top_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_top_glassyLimeGreen4s, .hover_shadow_top_glassyLimeGreen4s:hover, .active_shadow_top_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassyLimeGreen4, .hover_shadow_bottom_glassyLimeGreen4:hover, .active_shadow_bottom_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0em 0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0em 0.5em 1em rgba(43, 177, 43, .39); } .shadow_bottom_glassyLimeGreen4h, .hover_shadow_bottom_glassyLimeGreen4h:hover, .active_shadow_bottom_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0em 0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0em 0.5em 1em rgba(58, 207, 58, .50); } .shadow_bottom_glassyLimeGreen4a, .hover_shadow_bottom_glassyLimeGreen4a:hover, .active_shadow_bottom_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .63); } .shadow_bottom_glassyLimeGreen4s, .hover_shadow_bottom_glassyLimeGreen4s:hover, .active_shadow_bottom_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0em 0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassyLimeGreen4, .hover_shadow_top_left_glassyLimeGreen4:hover, .active_shadow_top_left_glassyLimeGreen4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: -0.5em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_top_left_glassyLimeGreen4h, .hover_shadow_top_left_glassyLimeGreen4h:hover, .active_shadow_top_left_glassyLimeGreen4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: -0.5em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_top_left_glassyLimeGreen4a, .hover_shadow_top_left_glassyLimeGreen4a:hover, .active_shadow_top_left_glassyLimeGreen4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_top_left_glassyLimeGreen4s, .hover_shadow_top_left_glassyLimeGreen4s:hover, .active_shadow_top_left_glassyLimeGreen4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: -0.5em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassyLimeGreen4, .hover_shadow_top_right_glassyLimeGreen4:hover, .active_shadow_top_right_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0.5em -0.5em 1em rgba(43, 177, 43, .39); } .shadow_top_right_glassyLimeGreen4h, .hover_shadow_top_right_glassyLimeGreen4h:hover, .active_shadow_top_right_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0.5em -0.5em 1em rgba(58, 207, 58, .50); } .shadow_top_right_glassyLimeGreen4a, .hover_shadow_top_right_glassyLimeGreen4a:hover, .active_shadow_top_right_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .63); } .shadow_top_right_glassyLimeGreen4s, .hover_shadow_top_right_glassyLimeGreen4s:hover, .active_shadow_top_right_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0.5em -0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassyLimeGreen4, .hover_shadow_bottom_left_glassyLimeGreen4:hover, .active_shadow_bottom_left_glassyLimeGreen4:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(43, 177, 43, .39); box-shadow: -0.5em 0.5em 1em rgba(43, 177, 43, .39); } .shadow_bottom_left_glassyLimeGreen4h, .hover_shadow_bottom_left_glassyLimeGreen4h:hover, .active_shadow_bottom_left_glassyLimeGreen4h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(58, 207, 58, .50); box-shadow: -0.5em 0.5em 1em rgba(58, 207, 58, .50); } .shadow_bottom_left_glassyLimeGreen4a, .hover_shadow_bottom_left_glassyLimeGreen4a:hover, .active_shadow_bottom_left_glassyLimeGreen4a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .63); box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .63); } .shadow_bottom_left_glassyLimeGreen4s, .hover_shadow_bottom_left_glassyLimeGreen4s:hover, .active_shadow_bottom_left_glassyLimeGreen4s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .78); box-shadow: -0.5em 0.5em 1em rgba(47, 191, 47, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassyLimeGreen4, .hover_shadow_bottom_right_glassyLimeGreen4:hover, .active_shadow_bottom_right_glassyLimeGreen4:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(43, 177, 43, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(43, 177, 43, .39); box-shadow: 0.5em 0.5em 1em rgba(43, 177, 43, .39); } .shadow_bottom_right_glassyLimeGreen4h, .hover_shadow_bottom_right_glassyLimeGreen4h:hover, .active_shadow_bottom_right_glassyLimeGreen4h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(58, 207, 58, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(58, 207, 58, .50); box-shadow: 0.5em 0.5em 1em rgba(58, 207, 58, .50); } .shadow_bottom_right_glassyLimeGreen4a, .hover_shadow_bottom_right_glassyLimeGreen4a:hover, .active_shadow_bottom_right_glassyLimeGreen4a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .63); box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .63); } .shadow_bottom_right_glassyLimeGreen4s, .hover_shadow_bottom_right_glassyLimeGreen4s:hover, .active_shadow_bottom_right_glassyLimeGreen4s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .78); box-shadow: 0.5em 0.5em 1em rgba(47, 191, 47, .78); }
0.54577
0.081337
td.call_cell { text-align: left; /*padding: 0 0 0 2px;*/ vertical-align: top; min-width: 188px; max-width: 188px; height: 100px; } div.call_day { font-size: 10pt; float: right; width: 17px; height: 17px; margin: 2px; border: 1px solid #ccc; border-radius: 4px; text-align: center; background-color: #fff; } div.call_row { margin: 2px; /*padding: 0 2px;*/ font-size: 10pt; border: 1px solid #ccc; border-radius: 4px; text-indent: -58px; padding-left: 58px; } div.call_time { display: inline; margin-left: 2px; /*background-color: #aaa;*/ } div.call_type { display: inline; margin: 0 2px; width: 12px; /*background-color: #666;*/ } div.call_desc { display: inline; cursor: pointer; /*background-color: #222;*/ } a.call_desc { color: #444; } /* -------------------------------------------------- */ /* 360 (432) */ @media (max-width: 432px) { td.call_cell { display: block; min-width: 342px; max-width: 342px; height: auto; min-height: 40px; margin: 2px 0; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* 640 (768) */ @media (min-width: 433px) and (max-width: 768px) { td.call_cell { min-width: 88px; max-width: 88px; height: 70px; } div.call_day { font-size: 7pt; width: 11px; height: 11px; margin: 1px; line-height: 11px; border-radius: 3px; } div.call_row { margin: 1px; font-size: 7pt; text-indent: 0; padding-left: 0; } div.call_type { /*display: none;*/ } div.call_desc { display: block; padding-left: 1px; } } /* 960 */ @media (min-width: 769px) and (max-width: 1253px) { td.call_cell { min-width: 106px; max-width: 106px; height: 80px; } div.call_day { font-size: 8pt; width: 12px; height: 12px; margin: 1px; line-height: 12px; border-radius: 3px; } div.call_row { font-size: 8pt; text-indent: 0; padding-left: 0; } div.call_desc { display: block; padding-left: 1px; } } /* for 1280 */ @media (min-width: 1254px) and (max-width: 1339px) { td.call_cell { min-width: 177px; max-width: 177px; height: 100px; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* for 1366 */ @media (min-width: 1340px) and (max-width: 1579px) { td.call_cell { min-width: 188px; max-width: 188px; height: 96px; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* for 1600 */ @media (min-width: 1580px) and (max-width: 1899px) { td.call_cell { min-width: 223px; max-width: 223px; height: 100px; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* for 1920 */ @media (min-width: 1900px) and (max-width: 2499px) { td.call_cell { min-width: 266px; max-width: 266px; height: 160px; } div.call_day { font-size: 12pt; width: 20px; height: 20px; } div.call_row { font-size: 12pt; text-indent: -56px; padding-left: 56px; } /* div.call_time { width: 41px; } div.call_desc { width: 201px; } */ } /* for 2560 */ @media (min-width: 2500px) { td.call_cell { min-width: 266px; max-width: 266px; height: 160px; } div.call_day { font-size: 12pt; width: 20px; height: 20px; } div.call_row { font-size: 12pt; text-indent: -56px; padding-left: 56px; } }
m/call/cl_style.css
td.call_cell { text-align: left; /*padding: 0 0 0 2px;*/ vertical-align: top; min-width: 188px; max-width: 188px; height: 100px; } div.call_day { font-size: 10pt; float: right; width: 17px; height: 17px; margin: 2px; border: 1px solid #ccc; border-radius: 4px; text-align: center; background-color: #fff; } div.call_row { margin: 2px; /*padding: 0 2px;*/ font-size: 10pt; border: 1px solid #ccc; border-radius: 4px; text-indent: -58px; padding-left: 58px; } div.call_time { display: inline; margin-left: 2px; /*background-color: #aaa;*/ } div.call_type { display: inline; margin: 0 2px; width: 12px; /*background-color: #666;*/ } div.call_desc { display: inline; cursor: pointer; /*background-color: #222;*/ } a.call_desc { color: #444; } /* -------------------------------------------------- */ /* 360 (432) */ @media (max-width: 432px) { td.call_cell { display: block; min-width: 342px; max-width: 342px; height: auto; min-height: 40px; margin: 2px 0; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* 640 (768) */ @media (min-width: 433px) and (max-width: 768px) { td.call_cell { min-width: 88px; max-width: 88px; height: 70px; } div.call_day { font-size: 7pt; width: 11px; height: 11px; margin: 1px; line-height: 11px; border-radius: 3px; } div.call_row { margin: 1px; font-size: 7pt; text-indent: 0; padding-left: 0; } div.call_type { /*display: none;*/ } div.call_desc { display: block; padding-left: 1px; } } /* 960 */ @media (min-width: 769px) and (max-width: 1253px) { td.call_cell { min-width: 106px; max-width: 106px; height: 80px; } div.call_day { font-size: 8pt; width: 12px; height: 12px; margin: 1px; line-height: 12px; border-radius: 3px; } div.call_row { font-size: 8pt; text-indent: 0; padding-left: 0; } div.call_desc { display: block; padding-left: 1px; } } /* for 1280 */ @media (min-width: 1254px) and (max-width: 1339px) { td.call_cell { min-width: 177px; max-width: 177px; height: 100px; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* for 1366 */ @media (min-width: 1340px) and (max-width: 1579px) { td.call_cell { min-width: 188px; max-width: 188px; height: 96px; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* for 1600 */ @media (min-width: 1580px) and (max-width: 1899px) { td.call_cell { min-width: 223px; max-width: 223px; height: 100px; } div.call_day { font-size: 10pt; width: 17px; height: 17px; } div.call_row { font-size: 10pt; text-indent: -52px; padding-left: 52px; } } /* for 1920 */ @media (min-width: 1900px) and (max-width: 2499px) { td.call_cell { min-width: 266px; max-width: 266px; height: 160px; } div.call_day { font-size: 12pt; width: 20px; height: 20px; } div.call_row { font-size: 12pt; text-indent: -56px; padding-left: 56px; } /* div.call_time { width: 41px; } div.call_desc { width: 201px; } */ } /* for 2560 */ @media (min-width: 2500px) { td.call_cell { min-width: 266px; max-width: 266px; height: 160px; } div.call_day { font-size: 12pt; width: 20px; height: 20px; } div.call_row { font-size: 12pt; text-indent: -56px; padding-left: 56px; } }
0.127137
0.079854
body { position: relative; max-width: 360px; margin: auto; padding: 10px 0; } p { line-height: 15px; } p.bold { margin-bottom: 5px; font-weight: bold; color: #f83938; } .exit { position: absolute; top: 0; right: 0; border: none; width: 60px; height: 30px; line-height: 30px; background-color: #424242; color: #fff; font-weight: bold; cursor: pointer; } .exit:hover { opacity: .7; } .form_upload:after { display: block; content: ""; clear: both; } .form_upload input { display: none; } .form_upload label { display: block; width: 100%; height: 30px; line-height: 30px; text-align: center; background-color: #53aa78; color: #fff; font-weight: bold; border: none; cursor: pointer; float: left; margin-right: 5px; } .form_upload label:hover { opacity: .7; } .form_upload { margin-top: 20px; margin-bottom: 20px; } .frame:after { display: block; content: ""; clear: both; } .frame li { float: left; width: 100%; margin-bottom: 10px; border: 1px solid #aaa; box-sizing: border-box; } .frame li span { display: block; width: 80%; float: left; height: 50px; line-height: 50px; font-weight: bold; padding: 0 5px; box-sizing: border-box; overflow: hidden; white-space: pre; text-overflow: ellipsis; } .frame li .form_delete { display: block; float: right; width: 20%; } .frame li .btn { display: block; float: right; width: 20%; height: 25px; line-height: 25px; cursor: pointer; border: none; border-top: 1px solid #aaa; box-sizing: border-box; } .frame li .btn.select { background-color: #53aa78; color: #fff; font-weight: bold; } .frame li .btn.delete { width: 100%; background-color: #aa7853; color: #fff; font-weight: bold; } .frame li .btn:hover { opacity: .7; } .result { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, .7); overflow: scroll; } .result .box_close, .result ul { max-width: 360px; margin: auto; margin-top: 10px; } .result .box_close button { background-color: #fff; color: #000; font-weight: bold; border: none; border-radius: 10px; padding: 10px 20px; cursor: pointer; } .result .box_close button:hover { background-color: #000; color: #fff; } .result ul li { padding: 10px; margin-bottom: 10px; border-radius: 10px; } .result ul li.success { background-color: #53aa78; } .result ul li.error { background-color: #f83938; } .result ul li span { display: block; line-height: 20px; color: #fff; font-weight: bold; }
src/main/webapp/resources/css/skin/fileBrowser.css
body { position: relative; max-width: 360px; margin: auto; padding: 10px 0; } p { line-height: 15px; } p.bold { margin-bottom: 5px; font-weight: bold; color: #f83938; } .exit { position: absolute; top: 0; right: 0; border: none; width: 60px; height: 30px; line-height: 30px; background-color: #424242; color: #fff; font-weight: bold; cursor: pointer; } .exit:hover { opacity: .7; } .form_upload:after { display: block; content: ""; clear: both; } .form_upload input { display: none; } .form_upload label { display: block; width: 100%; height: 30px; line-height: 30px; text-align: center; background-color: #53aa78; color: #fff; font-weight: bold; border: none; cursor: pointer; float: left; margin-right: 5px; } .form_upload label:hover { opacity: .7; } .form_upload { margin-top: 20px; margin-bottom: 20px; } .frame:after { display: block; content: ""; clear: both; } .frame li { float: left; width: 100%; margin-bottom: 10px; border: 1px solid #aaa; box-sizing: border-box; } .frame li span { display: block; width: 80%; float: left; height: 50px; line-height: 50px; font-weight: bold; padding: 0 5px; box-sizing: border-box; overflow: hidden; white-space: pre; text-overflow: ellipsis; } .frame li .form_delete { display: block; float: right; width: 20%; } .frame li .btn { display: block; float: right; width: 20%; height: 25px; line-height: 25px; cursor: pointer; border: none; border-top: 1px solid #aaa; box-sizing: border-box; } .frame li .btn.select { background-color: #53aa78; color: #fff; font-weight: bold; } .frame li .btn.delete { width: 100%; background-color: #aa7853; color: #fff; font-weight: bold; } .frame li .btn:hover { opacity: .7; } .result { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, .7); overflow: scroll; } .result .box_close, .result ul { max-width: 360px; margin: auto; margin-top: 10px; } .result .box_close button { background-color: #fff; color: #000; font-weight: bold; border: none; border-radius: 10px; padding: 10px 20px; cursor: pointer; } .result .box_close button:hover { background-color: #000; color: #fff; } .result ul li { padding: 10px; margin-bottom: 10px; border-radius: 10px; } .result ul li.success { background-color: #53aa78; } .result ul li.error { background-color: #f83938; } .result ul li span { display: block; line-height: 20px; color: #fff; font-weight: bold; }
0.453746
0.084417
.wy-nav-content { max-width: 90%; } .md-grid { max-width: 90%; } .md-sidebar--secondary { margin-left: 90%; } p { text-align: justify; /* margin: 1.5ex 0 1.5ex 0; */ } /* .md-typeset p{ margin: 1em 1em 0 1em; } */ /* code blocks */ pre.colored { color: blue; } pre { font-family: monospace; background-color: #D6E8FF; padding: 2ex 0 2ex 1%; overflow-x:auto; } span.keyword { font-family: monospace; text-align: left; white-space: pre; color: #d73a49; } /* H4 Heading */ h4 { background-color: #EEEEFF; font-size: medium; font-style: oblique; font-weight: bold; /* margin: 3ex 0 1.5ex 9%; */ padding: 0.3em 0 0.3em 1%; } /* Fields table */ table.fields { width: 90%; margin: 1.5ex 0 1.5ex 10%; } table.fields td.val { font-weight: bold; text-align: right; width: 30%; vertical-align: baseline; padding: 1em 1em 0 0; } table.fields td.desc { vertical-align: baseline; padding: 1ex 0 0 1em; } table.fields td.desc p:first-child { margin: 0; } table.fields td.desc p { margin: 1.5ex 0 0 0; } /* START EXPERIMENTAL CODE */ table.long { display: block; width: 93%; } table.long thead, table.long tbody, table.long th, table.long td, table.long tr { display: block; } /* Hide table headers (but not display: none; , for accessibility) */ table.long thead tr { position: absolute; top: -9999px; left: -9999px; } table.long tr { border: 0; } table.long { margin: 1.5ex 3% 1.5ex 3%; } table.long td.val { text-align: left; } table.long td { /* Behave like a "row" */ border: none; border-bottom: 0; position: relative; padding-left: 50%; } table.long td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; } /* END EXPERIMENTAL CODE */ /* Index table */ table.index { width: 100%; border-collapse: collapse; border: 0; border-spacing: 1em 0.3ex; } table.index tr { padding: 0; } table.index td { padding: 0; } table.index-toc-link { width: 100%; border: 0; border-spacing: 0; margin: 1ex 0 1ex 0; } table.index-toc-link td.left { padding: 0 0.5em 0 0.5em; font-size: 83%; text-align: left; } table.index-toc-link td.middle { padding: 0 0.5em 0 0.5em; font-size: 83%; text-align: center; } table.index-toc-link td.right { padding: 0 0.5em 0 0.5em; font-size: 83%; text-align: right; } /* toc table */ table.toc { width: 95%; margin: 1.5ex 0 1.5ex 5%; } table.toc td.link { width: 30%; text-align: right; vertical-align: baseline; padding: 1ex 1em 1ex 0; } table.toc td.desc { vertical-align: baseline; padding: 1ex 0 1ex 1em; text-align: left; } table.toc td.desc p:first-child { margin: 0; text-align: left; } table.toc td.desc p { margin: 1.5ex 0 0 0; text-align: left; } div.timestamp { font-size: small; } /* Max width before this PARTICULAR table gets nasty This query will take effect for any screen smaller than 760px and also iPads specifically. */ @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { /* Force table to not be like tables anymore */ table, thead, tbody, th, td, tr { display: block; } /* Hide table headers (but not display: none; , for accessibility) */ thead tr { position: absolute; top: -9999px; left: -9999px; } tr { border: 0; } table.fields { width: 93%; margin: 1.5ex 3% 1.5ex 3%; } table.fields td.val { text-align: left; } td { /* Behave like a "row" */ border: none; border-bottom: 0; position: relative; padding-left: 50%; } td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; } }
docs/reference/markdown/stylesheets/extra.css
.wy-nav-content { max-width: 90%; } .md-grid { max-width: 90%; } .md-sidebar--secondary { margin-left: 90%; } p { text-align: justify; /* margin: 1.5ex 0 1.5ex 0; */ } /* .md-typeset p{ margin: 1em 1em 0 1em; } */ /* code blocks */ pre.colored { color: blue; } pre { font-family: monospace; background-color: #D6E8FF; padding: 2ex 0 2ex 1%; overflow-x:auto; } span.keyword { font-family: monospace; text-align: left; white-space: pre; color: #d73a49; } /* H4 Heading */ h4 { background-color: #EEEEFF; font-size: medium; font-style: oblique; font-weight: bold; /* margin: 3ex 0 1.5ex 9%; */ padding: 0.3em 0 0.3em 1%; } /* Fields table */ table.fields { width: 90%; margin: 1.5ex 0 1.5ex 10%; } table.fields td.val { font-weight: bold; text-align: right; width: 30%; vertical-align: baseline; padding: 1em 1em 0 0; } table.fields td.desc { vertical-align: baseline; padding: 1ex 0 0 1em; } table.fields td.desc p:first-child { margin: 0; } table.fields td.desc p { margin: 1.5ex 0 0 0; } /* START EXPERIMENTAL CODE */ table.long { display: block; width: 93%; } table.long thead, table.long tbody, table.long th, table.long td, table.long tr { display: block; } /* Hide table headers (but not display: none; , for accessibility) */ table.long thead tr { position: absolute; top: -9999px; left: -9999px; } table.long tr { border: 0; } table.long { margin: 1.5ex 3% 1.5ex 3%; } table.long td.val { text-align: left; } table.long td { /* Behave like a "row" */ border: none; border-bottom: 0; position: relative; padding-left: 50%; } table.long td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; } /* END EXPERIMENTAL CODE */ /* Index table */ table.index { width: 100%; border-collapse: collapse; border: 0; border-spacing: 1em 0.3ex; } table.index tr { padding: 0; } table.index td { padding: 0; } table.index-toc-link { width: 100%; border: 0; border-spacing: 0; margin: 1ex 0 1ex 0; } table.index-toc-link td.left { padding: 0 0.5em 0 0.5em; font-size: 83%; text-align: left; } table.index-toc-link td.middle { padding: 0 0.5em 0 0.5em; font-size: 83%; text-align: center; } table.index-toc-link td.right { padding: 0 0.5em 0 0.5em; font-size: 83%; text-align: right; } /* toc table */ table.toc { width: 95%; margin: 1.5ex 0 1.5ex 5%; } table.toc td.link { width: 30%; text-align: right; vertical-align: baseline; padding: 1ex 1em 1ex 0; } table.toc td.desc { vertical-align: baseline; padding: 1ex 0 1ex 1em; text-align: left; } table.toc td.desc p:first-child { margin: 0; text-align: left; } table.toc td.desc p { margin: 1.5ex 0 0 0; text-align: left; } div.timestamp { font-size: small; } /* Max width before this PARTICULAR table gets nasty This query will take effect for any screen smaller than 760px and also iPads specifically. */ @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { /* Force table to not be like tables anymore */ table, thead, tbody, th, td, tr { display: block; } /* Hide table headers (but not display: none; , for accessibility) */ thead tr { position: absolute; top: -9999px; left: -9999px; } tr { border: 0; } table.fields { width: 93%; margin: 1.5ex 3% 1.5ex 3%; } table.fields td.val { text-align: left; } td { /* Behave like a "row" */ border: none; border-bottom: 0; position: relative; padding-left: 50%; } td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; } }
0.444324
0.172172
@font-face { font-family: "pixel"; src: url("fonts/pixel_digivolve-webfont.woff2") format("woff2"), url("fonts/pixel_digivolve-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } /* set variables under root to reuse */ :root { --color-headings: #7fea59; --color-body: #fff; --color-border: #dc0d0d; } /* Typography */ html { font-size: 62.5%; } /* TODO: Remember to remove the 26th line ie the bg of body(its only for testing purpose */ body { font-family: "JetBrains Mono", "Courier New", Courier, monospace; font-size: 2.08rem; line-height: 1.5; color: var(--color-body); background: #fff; } h1, h2, h3 { margin-bottom: 3.5rem; line-height: 1.1; } h1 { font-family: "pixel", Arial, Helvetica, sans-serif; font-size: 6rem; } h2 { font-family: "pixel", Arial, Helvetica, sans-serif; font-size: 4.2rem; } h3 { font-size: 2.8rem; } .gradient-headings { background: #ff3400; background: linear-gradient( 270deg, #8800ff 0%, #7c00e8 0.01%, #bc008f 52.48%, #ff3400 100% ); width: fit-content; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; } p { margin-top: 0; } /* links */ a { text-decoration: none; color: inherit; } /* Buttons */ .btn { border: 0; outline: 0; cursor: pointer; } .btn--opensea { width: 43.5rem; height: 18rem; display: inline-flex; justify-content: center; align-items: center; background-image: url(../images/opensea_button.gif); transition: transform 0.2s ease-out; } .btn--opensea:hover { transform: scale(1.05); } /*ellipse component*/ .ellipse { display: flex; justify-content: center; align-items: center; background: linear-gradient(360deg, #ff3602 -21.78%, #fcdf7d 115.84%); width: 173px; height: 170px; border-radius: 100%; filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.3)); } .ellipse__image { display: flex; justify-content: center; align-items: center; overflow: hidden; width: 157px; height: 153px; border-radius: 100%; } /* socials */ .socials { list-style: none; display: inline-flex; align-items: center; padding: 0; } .socials__icon-small { margin: 0 16px 0 16px; transition: transform 0.2s ease-in; } .socials__icon-small:hover { cursor: pointer; transform: scale(1.15); } /* blocks */ /* container */ .container { max-width: 1160px; margin: 0 auto; } /* nav-bar */ .nav { background: #000; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .nav__list { width: auto; list-style: none; display: flex; max-height: 100%; } .nav__list > li { padding: 0 1.5rem; font-size: 1.92rem; color: #d8d8d8; transition: color 0.3s ease-out, text-shadow 0.3s ease-out; } .nav__list > li:hover { color: #fff; text-shadow: 0px 0px 8px rgba(233, 115, 18, 1); } .nav__logo { transform: translateX(11px) translateY(4px); } /* dev-card */ .dev-card { width: 418px; height: 510px; box-sizing: border-box; } .ellipse--card { position: absolute; left: 100px; top: 51px; } .dev-info__dev-name { position: absolute; left: 73px; top: 217px; color: var(--color-body); } .dev-info__dev-bio { position: absolute; color: var(--color-body); top: 308px; left: 30px; width: 330px; height: fit-content; text-align: center; box-sizing: border-box; } /* Footer */ .footer { height: fit-content; background: rgba(38, 38, 38, 1); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } /* EmailBox */ .footer__emailbox { display: flex; flex-direction: column; gap: 15px; margin: 4px 0px 3px 22px; } .footer__emailbox__label { width: 247px; height: 30px; } .footer__emailbox__input { width: 227px; height: 39px; border-radius: 50px; border: 2px solid black; } .footer__emailbox__input::placeholder { position: relative; left: 30.11px; } .footer__emailbox__submit { width: 89px; height: 33px; border-radius: 11px; align-self: flex-end; background-color: #636363; color: #fff; font-size: 19.2px; text-align: center; letter-spacing: -0.02em; cursor: pointer; } /* Socials-Footer */ .socials--footer__icon-small--nohover:hover { cursor: pointer; transform: none; } #soc1, #soc2, #soc3 { border-right: 3px solid white; padding-right: 20px; } #soc3, #soc4 { height: 44px; } /* All Rights */ .footer__allrights { margin: 22px 18px 22px 13px; align-content: center; justify-content: center; } .footer__allrights__text { text-align: center; }
css/styles.css
@font-face { font-family: "pixel"; src: url("fonts/pixel_digivolve-webfont.woff2") format("woff2"), url("fonts/pixel_digivolve-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } /* set variables under root to reuse */ :root { --color-headings: #7fea59; --color-body: #fff; --color-border: #dc0d0d; } /* Typography */ html { font-size: 62.5%; } /* TODO: Remember to remove the 26th line ie the bg of body(its only for testing purpose */ body { font-family: "JetBrains Mono", "Courier New", Courier, monospace; font-size: 2.08rem; line-height: 1.5; color: var(--color-body); background: #fff; } h1, h2, h3 { margin-bottom: 3.5rem; line-height: 1.1; } h1 { font-family: "pixel", Arial, Helvetica, sans-serif; font-size: 6rem; } h2 { font-family: "pixel", Arial, Helvetica, sans-serif; font-size: 4.2rem; } h3 { font-size: 2.8rem; } .gradient-headings { background: #ff3400; background: linear-gradient( 270deg, #8800ff 0%, #7c00e8 0.01%, #bc008f 52.48%, #ff3400 100% ); width: fit-content; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; } p { margin-top: 0; } /* links */ a { text-decoration: none; color: inherit; } /* Buttons */ .btn { border: 0; outline: 0; cursor: pointer; } .btn--opensea { width: 43.5rem; height: 18rem; display: inline-flex; justify-content: center; align-items: center; background-image: url(../images/opensea_button.gif); transition: transform 0.2s ease-out; } .btn--opensea:hover { transform: scale(1.05); } /*ellipse component*/ .ellipse { display: flex; justify-content: center; align-items: center; background: linear-gradient(360deg, #ff3602 -21.78%, #fcdf7d 115.84%); width: 173px; height: 170px; border-radius: 100%; filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.3)); } .ellipse__image { display: flex; justify-content: center; align-items: center; overflow: hidden; width: 157px; height: 153px; border-radius: 100%; } /* socials */ .socials { list-style: none; display: inline-flex; align-items: center; padding: 0; } .socials__icon-small { margin: 0 16px 0 16px; transition: transform 0.2s ease-in; } .socials__icon-small:hover { cursor: pointer; transform: scale(1.15); } /* blocks */ /* container */ .container { max-width: 1160px; margin: 0 auto; } /* nav-bar */ .nav { background: #000; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .nav__list { width: auto; list-style: none; display: flex; max-height: 100%; } .nav__list > li { padding: 0 1.5rem; font-size: 1.92rem; color: #d8d8d8; transition: color 0.3s ease-out, text-shadow 0.3s ease-out; } .nav__list > li:hover { color: #fff; text-shadow: 0px 0px 8px rgba(233, 115, 18, 1); } .nav__logo { transform: translateX(11px) translateY(4px); } /* dev-card */ .dev-card { width: 418px; height: 510px; box-sizing: border-box; } .ellipse--card { position: absolute; left: 100px; top: 51px; } .dev-info__dev-name { position: absolute; left: 73px; top: 217px; color: var(--color-body); } .dev-info__dev-bio { position: absolute; color: var(--color-body); top: 308px; left: 30px; width: 330px; height: fit-content; text-align: center; box-sizing: border-box; } /* Footer */ .footer { height: fit-content; background: rgba(38, 38, 38, 1); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } /* EmailBox */ .footer__emailbox { display: flex; flex-direction: column; gap: 15px; margin: 4px 0px 3px 22px; } .footer__emailbox__label { width: 247px; height: 30px; } .footer__emailbox__input { width: 227px; height: 39px; border-radius: 50px; border: 2px solid black; } .footer__emailbox__input::placeholder { position: relative; left: 30.11px; } .footer__emailbox__submit { width: 89px; height: 33px; border-radius: 11px; align-self: flex-end; background-color: #636363; color: #fff; font-size: 19.2px; text-align: center; letter-spacing: -0.02em; cursor: pointer; } /* Socials-Footer */ .socials--footer__icon-small--nohover:hover { cursor: pointer; transform: none; } #soc1, #soc2, #soc3 { border-right: 3px solid white; padding-right: 20px; } #soc3, #soc4 { height: 44px; } /* All Rights */ .footer__allrights { margin: 22px 18px 22px 13px; align-content: center; justify-content: center; } .footer__allrights__text { text-align: center; }
0.230054
0.063395
@font-face { font-family: 'txm'; src: url('../font/txm.ttf') format('truetype'); } html, body { position: relative; height: 100%; } body { background: #eee; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #000; margin: 0; padding: 0; } .swiper-container { width: 100%; height: 100%; } .swiper-slide { font-size: 30px; color: white; } .page { width: 100%; height: 100%; position: relative; } .page div { position: absolute; } .page span { position: absolute; } .page.loading .content { left: 0; top: 230px; width: 100%; height: 380px; } .page.loading .content .defect { left: 174px; top: 0; width: 291px; height: 291px; background-image: url("../img/loading/bg.png"); } .page.loading .content .defect img { display: none; position: absolute; top: 50px; left: 50px; } .page.loading .content .brush { display: block; position: absolute; top: 38px; left: 182px; -webkit-animation: loading-brush 2s infinite ease alternate; } @-webkit-keyframes loading-brush { 0% { -webkit-transform: translateX(0); } 100% { -webkit-transform: translateX(200px); } } .page.loading .content .hint { bottom: 0; width: 100%; font-size: 62px; color: #0d3349; text-align: center; font-family: "txm", "Helvetica", "Microsoft YaHei", serif; } .page.welcome .bg { width: 100%; height: 100%; } .page.welcome .bg img { width: 100%; height: 100%; } .page.welcome .content { top: 290px; width: 100%; height: 624px; } .page.welcome .content img { display: block; position: absolute; } .page.welcome .content .body { left: 137px; top: 0; } .page.welcome .content .left-eye { left: 252px; top: 108px; } .page.welcome .content .right-eye { left: 355px; top: 108px; } .page.welcome .content .open { -webkit-animation: welcome-open 2s infinite ease normal; } .page.welcome .content .close { -webkit-animation: welcome-close 2s infinite ease normal; } @-webkit-keyframes welcome-open { 0% { opacity: 1; } 70% { opacity: 1; } 71% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes welcome-close { 0% { opacity: 0; } 70% { opacity: 0; } 71% { opacity: 1; } 100% { opacity: 1; } } @-webkit-keyframes welcome-drop { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(40px); } } .page.welcome .content .drop { left: 160px; top: 446px; } .page.welcome .content .drop .drop-left { left: 0; top: 0; -webkit-animation: welcome-drop 1s infinite ease normal; } .page.welcome .content .drop .drop-right { left: 15px; top: -4px; -webkit-animation: welcome-drop 0.8s infinite ease normal; } .page.welcome .content .fall { left: 448px; top: 161px; } .page.welcome .content .fall .drop1 { left: 0; top: 18px; -webkit-animation: welcome-drop 1.1s infinite ease normal; } .page.welcome .content .fall .drop2 { left: 13px; top: 16px; -webkit-animation: welcome-drop 0.8s infinite ease normal; } .page.welcome .content .fall .drop3 { left: 29px; top: 4px; -webkit-animation: welcome-drop 1.2s infinite ease normal; } .page.welcome .content .fall .drop4 { left: 43px; top: 0; -webkit-animation: welcome-drop 0.9s infinite ease normal; } .page.welcome .content .btn-start { left: 185px; bottom: 0; } .page.ninja { width: 100%; height: 100%; background-color: #6ac5e1; } .page.ninja .stage { width: 100%; height: 100%; } .page.ninja .stage #stageCanvas { width: 100%; height: 100%; background-color: #E6CAFF; } .page.verify .bg { width: 100%; height: 100%; background: #E6CAFF; } .page.verify .content { top: 50px; width: 100%; height: 880px; } .page.verify .content img { position: absolute; display: block; } .page.verify .content img.img1 { left: 40px; top: 0; } .page.verify .content img.img2 { left: 80px; bottom: 0; } .page.product .bg { width: 100%; height: 100%; background: #E6CAFF; } .page.product .content { top: 30px; width: 100%; height: 945px; } .page.product .content img { position: absolute; display: block; } .page.product .content .btn-box { position: absolute; display: block; width: 325px; height: 174px; } .page.product .content .btn-box.first { left: -50px; top: 208px; } .page.product .content .btn-box.second { left: 282px; top: 443px; } .page.product .content .btn-box.third { left: -50px; top: 669px; } .page.product .content .btn-box .btn { position: absolute; width: 80px; height: 80px; -webkit-animation: product-btn 0.5s infinite ease-in-out alternate; left: 189px; top: 10px; } @-webkit-keyframes product-btn { 0% { -webkit-transform: scale(1); } 100% { -webkit-transform: scale(1.5); } } .page.product .content .btn-box .btn > span { position: absolute; pointer-events: none; top: 0; left: 0; bottom: 0; right: 0; margin: auto; border-radius: 50%; } .page.product .content .btn-box .btn > span:nth-child(1) { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.5); } .page.product .content .btn-box .btn > span:nth-child(2) { width: 15px; height: 15px; background: rgba(255, 255, 255, 0.8); } .page.introduction .bg { position: absolute; width: 100%; height: 100%; background: #E6CAFF; } .page.introduction .bg img { position: absolute; display: blosck; width: 100%; height: 100%; } .page.sb2 .bg { position: absolute; width: 100%; height: 100%; background: #E6CAFF; } .page.sb2 .bg img { position: absolute; display: block; width: 100%; height: 100%; } .page.share .bg { position: absolute; width: 100%; height: 100%; background: #E6CAFF; } .page.share .bg img { position: absolute; display: block; width: 100%; height: 100%; } .page.share .content { top: 182px; width: 100%; height: 405px; } .page.share .content .board { position: absolute; display: block; left: 80px; top: 0; } .page.share .content .invitation { position: absolute; display: block; left: 112px; top: 143px; width: 460px; font-size: 42px; font-family: "txm", "Helvetica", "Microsoft YaHei", serif; color: #3e87b3; } .page.share .content .invitation span { position: static; } .page.share .content .invitation .rank { color: #ef5f0a; } .page.share .effect { width: 100%; height: 100%; overflow: hidden; } .page.share .effect img { display: block; position: absolute; } .page.share .effect img.snow1 { top: 12px; left: 50px; } .page.share .effect img.snow2 { top: 12px; left: 150px; -webkit-animation: share-snow 3s infinite ease normal; } @-webkit-keyframes share-snow { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(700px); } } .toast { overflow: hidden; display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0, 0, 0, 0.75); } .toast.ninja .board { width: 100%; height: 100%; display: none; text-align: center; } .toast.ninja .board.rule1 .content { height: 670px; } .toast.ninja .board.rule1 .content .rule-img { left: 50px; } .toast.ninja .board.rule2 .content { height: 610px; } .toast.ninja .board.rule2 .content .rule-img { left: 72px; } .toast.ninja .board .content { left: 0; top: 110px; width: 100%; display: block; position: absolute; } .toast.ninja .board .content .rule-img { display: block; position: absolute; } .toast.ninja .board .content .close { display: block; position: absolute; left: 274px; bottom: 0; } .toast.ninja .countdown { width: 100%; height: 100%; display: none; } .toast.ninja .countdown .block { position: absolute; width: 100%; height: 100%; text-align: center; } .toast.ninja .countdown .block span { font-family: "txm", "Helvetica", "Microsoft YaHei", serif; font-size: 162px; color: #6AC5E1; position: absolute; display: block; width: 100%; top: 300px; opacity: 0; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; } .toast.ninja .countdown .block span.cur { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); } .toast.ninja .success { width: 100%; height: 100%; display: none; } .toast.ninja .success .bg { width: 100%; height: 100%; overflow: hidden; } .toast.ninja .success .bg img { position: absolute; display: block; left: -413px; top: -265px; -webkit-animation: toaster-shine 24s infinite linear normal; } @-webkit-keyframes toaster-shine { 0% { -webkit-transform: rotate(0deg); opacity: 1; } 100% { -webkit-transform: rotate(360deg); opacity: 1; } } .toast.ninja .success .block-icon { width: 100%; height: 100%; } .toast.ninja .success .block-icon img { position: absolute; display: block; left: 60px; top: 236px; } .toast.ninja .success .block-icon .comment { position: absolute; display: block; left: 306px; top: 489px; font-size: 27px; color: #272727; } .toast.ninja .success .block-icon .result { font-size: 54px; font-family: "txm", "Helvetica", "Microsoft YaHei", serif; } .toast.product .product-detail { width: 100%; height: 100%; position: absolute; display: none; } .toast.product .product-detail .bg { width: 100%; height: 100%; position: absolute; } .toast.product .product-detail .bg img { width: 100%; height: 100%; position: absolute; display: block; } .toast.product .product-detail .content { position: absolute; display: block; top: 0; left: 0; } .toast.product .product-detail .close { position: absolute; display: block; left: 273px; bottom: 40px; } .arrow { position: absolute; display: block; } .arrow.up { -webkit-animation: toast-arrow-up 0.4s infinite cubic-bezier(0.4, 0, 1, 1) alternate; left: 295px; bottom: 40px; } .arrow.down { -webkit-animation: toast-arrow-down 0.4s infinite cubic-bezier(0.4, 0, 1, 1) alternate; left: 295px; top: 40px; } @-webkit-keyframes toast-arrow-up { 0% { -webkit-transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, -20px, 0); } } @-webkit-keyframes toast-arrow-down { 0% { -webkit-transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, 20px, 0); } }
css/levis.css
@font-face { font-family: 'txm'; src: url('../font/txm.ttf') format('truetype'); } html, body { position: relative; height: 100%; } body { background: #eee; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #000; margin: 0; padding: 0; } .swiper-container { width: 100%; height: 100%; } .swiper-slide { font-size: 30px; color: white; } .page { width: 100%; height: 100%; position: relative; } .page div { position: absolute; } .page span { position: absolute; } .page.loading .content { left: 0; top: 230px; width: 100%; height: 380px; } .page.loading .content .defect { left: 174px; top: 0; width: 291px; height: 291px; background-image: url("../img/loading/bg.png"); } .page.loading .content .defect img { display: none; position: absolute; top: 50px; left: 50px; } .page.loading .content .brush { display: block; position: absolute; top: 38px; left: 182px; -webkit-animation: loading-brush 2s infinite ease alternate; } @-webkit-keyframes loading-brush { 0% { -webkit-transform: translateX(0); } 100% { -webkit-transform: translateX(200px); } } .page.loading .content .hint { bottom: 0; width: 100%; font-size: 62px; color: #0d3349; text-align: center; font-family: "txm", "Helvetica", "Microsoft YaHei", serif; } .page.welcome .bg { width: 100%; height: 100%; } .page.welcome .bg img { width: 100%; height: 100%; } .page.welcome .content { top: 290px; width: 100%; height: 624px; } .page.welcome .content img { display: block; position: absolute; } .page.welcome .content .body { left: 137px; top: 0; } .page.welcome .content .left-eye { left: 252px; top: 108px; } .page.welcome .content .right-eye { left: 355px; top: 108px; } .page.welcome .content .open { -webkit-animation: welcome-open 2s infinite ease normal; } .page.welcome .content .close { -webkit-animation: welcome-close 2s infinite ease normal; } @-webkit-keyframes welcome-open { 0% { opacity: 1; } 70% { opacity: 1; } 71% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes welcome-close { 0% { opacity: 0; } 70% { opacity: 0; } 71% { opacity: 1; } 100% { opacity: 1; } } @-webkit-keyframes welcome-drop { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(40px); } } .page.welcome .content .drop { left: 160px; top: 446px; } .page.welcome .content .drop .drop-left { left: 0; top: 0; -webkit-animation: welcome-drop 1s infinite ease normal; } .page.welcome .content .drop .drop-right { left: 15px; top: -4px; -webkit-animation: welcome-drop 0.8s infinite ease normal; } .page.welcome .content .fall { left: 448px; top: 161px; } .page.welcome .content .fall .drop1 { left: 0; top: 18px; -webkit-animation: welcome-drop 1.1s infinite ease normal; } .page.welcome .content .fall .drop2 { left: 13px; top: 16px; -webkit-animation: welcome-drop 0.8s infinite ease normal; } .page.welcome .content .fall .drop3 { left: 29px; top: 4px; -webkit-animation: welcome-drop 1.2s infinite ease normal; } .page.welcome .content .fall .drop4 { left: 43px; top: 0; -webkit-animation: welcome-drop 0.9s infinite ease normal; } .page.welcome .content .btn-start { left: 185px; bottom: 0; } .page.ninja { width: 100%; height: 100%; background-color: #6ac5e1; } .page.ninja .stage { width: 100%; height: 100%; } .page.ninja .stage #stageCanvas { width: 100%; height: 100%; background-color: #E6CAFF; } .page.verify .bg { width: 100%; height: 100%; background: #E6CAFF; } .page.verify .content { top: 50px; width: 100%; height: 880px; } .page.verify .content img { position: absolute; display: block; } .page.verify .content img.img1 { left: 40px; top: 0; } .page.verify .content img.img2 { left: 80px; bottom: 0; } .page.product .bg { width: 100%; height: 100%; background: #E6CAFF; } .page.product .content { top: 30px; width: 100%; height: 945px; } .page.product .content img { position: absolute; display: block; } .page.product .content .btn-box { position: absolute; display: block; width: 325px; height: 174px; } .page.product .content .btn-box.first { left: -50px; top: 208px; } .page.product .content .btn-box.second { left: 282px; top: 443px; } .page.product .content .btn-box.third { left: -50px; top: 669px; } .page.product .content .btn-box .btn { position: absolute; width: 80px; height: 80px; -webkit-animation: product-btn 0.5s infinite ease-in-out alternate; left: 189px; top: 10px; } @-webkit-keyframes product-btn { 0% { -webkit-transform: scale(1); } 100% { -webkit-transform: scale(1.5); } } .page.product .content .btn-box .btn > span { position: absolute; pointer-events: none; top: 0; left: 0; bottom: 0; right: 0; margin: auto; border-radius: 50%; } .page.product .content .btn-box .btn > span:nth-child(1) { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.5); } .page.product .content .btn-box .btn > span:nth-child(2) { width: 15px; height: 15px; background: rgba(255, 255, 255, 0.8); } .page.introduction .bg { position: absolute; width: 100%; height: 100%; background: #E6CAFF; } .page.introduction .bg img { position: absolute; display: blosck; width: 100%; height: 100%; } .page.sb2 .bg { position: absolute; width: 100%; height: 100%; background: #E6CAFF; } .page.sb2 .bg img { position: absolute; display: block; width: 100%; height: 100%; } .page.share .bg { position: absolute; width: 100%; height: 100%; background: #E6CAFF; } .page.share .bg img { position: absolute; display: block; width: 100%; height: 100%; } .page.share .content { top: 182px; width: 100%; height: 405px; } .page.share .content .board { position: absolute; display: block; left: 80px; top: 0; } .page.share .content .invitation { position: absolute; display: block; left: 112px; top: 143px; width: 460px; font-size: 42px; font-family: "txm", "Helvetica", "Microsoft YaHei", serif; color: #3e87b3; } .page.share .content .invitation span { position: static; } .page.share .content .invitation .rank { color: #ef5f0a; } .page.share .effect { width: 100%; height: 100%; overflow: hidden; } .page.share .effect img { display: block; position: absolute; } .page.share .effect img.snow1 { top: 12px; left: 50px; } .page.share .effect img.snow2 { top: 12px; left: 150px; -webkit-animation: share-snow 3s infinite ease normal; } @-webkit-keyframes share-snow { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(700px); } } .toast { overflow: hidden; display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0, 0, 0, 0.75); } .toast.ninja .board { width: 100%; height: 100%; display: none; text-align: center; } .toast.ninja .board.rule1 .content { height: 670px; } .toast.ninja .board.rule1 .content .rule-img { left: 50px; } .toast.ninja .board.rule2 .content { height: 610px; } .toast.ninja .board.rule2 .content .rule-img { left: 72px; } .toast.ninja .board .content { left: 0; top: 110px; width: 100%; display: block; position: absolute; } .toast.ninja .board .content .rule-img { display: block; position: absolute; } .toast.ninja .board .content .close { display: block; position: absolute; left: 274px; bottom: 0; } .toast.ninja .countdown { width: 100%; height: 100%; display: none; } .toast.ninja .countdown .block { position: absolute; width: 100%; height: 100%; text-align: center; } .toast.ninja .countdown .block span { font-family: "txm", "Helvetica", "Microsoft YaHei", serif; font-size: 162px; color: #6AC5E1; position: absolute; display: block; width: 100%; top: 300px; opacity: 0; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; } .toast.ninja .countdown .block span.cur { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); } .toast.ninja .success { width: 100%; height: 100%; display: none; } .toast.ninja .success .bg { width: 100%; height: 100%; overflow: hidden; } .toast.ninja .success .bg img { position: absolute; display: block; left: -413px; top: -265px; -webkit-animation: toaster-shine 24s infinite linear normal; } @-webkit-keyframes toaster-shine { 0% { -webkit-transform: rotate(0deg); opacity: 1; } 100% { -webkit-transform: rotate(360deg); opacity: 1; } } .toast.ninja .success .block-icon { width: 100%; height: 100%; } .toast.ninja .success .block-icon img { position: absolute; display: block; left: 60px; top: 236px; } .toast.ninja .success .block-icon .comment { position: absolute; display: block; left: 306px; top: 489px; font-size: 27px; color: #272727; } .toast.ninja .success .block-icon .result { font-size: 54px; font-family: "txm", "Helvetica", "Microsoft YaHei", serif; } .toast.product .product-detail { width: 100%; height: 100%; position: absolute; display: none; } .toast.product .product-detail .bg { width: 100%; height: 100%; position: absolute; } .toast.product .product-detail .bg img { width: 100%; height: 100%; position: absolute; display: block; } .toast.product .product-detail .content { position: absolute; display: block; top: 0; left: 0; } .toast.product .product-detail .close { position: absolute; display: block; left: 273px; bottom: 40px; } .arrow { position: absolute; display: block; } .arrow.up { -webkit-animation: toast-arrow-up 0.4s infinite cubic-bezier(0.4, 0, 1, 1) alternate; left: 295px; bottom: 40px; } .arrow.down { -webkit-animation: toast-arrow-down 0.4s infinite cubic-bezier(0.4, 0, 1, 1) alternate; left: 295px; top: 40px; } @-webkit-keyframes toast-arrow-up { 0% { -webkit-transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, -20px, 0); } } @-webkit-keyframes toast-arrow-down { 0% { -webkit-transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, 20px, 0); } }
0.395951
0.050941
@charset "UTF-8"; html, body { background-color: #fff; color: #303030; font-weight: normal; margin: 0; letter-spacing: 0.5px; font-family: "jostbook"; } body.noscroll { overflow: hidden; } .pos-rel { position: relative; } a { color: #303030; } *:focus, a:hover, a:focus, input.form-control:focus, input.form-control:hover, select.form-control:focus, select.form-control:hover, textarea.form-control:focus, textarea.form-control:hover, button:hover, button:focus, button.btn:hover, button.btn:focus { outline: 0; text-decoration: none; box-shadow: none; } input.form-control:focus { border-color: #c6a063; } .tbl { width: 100%; height: 100%; display: table; } .tbl .cell { display: table-cell; vertical-align: middle; } .tbl .cell.v-top { vertical-align: top; } .help-block { font-size: 12px; } header { border-bottom: 1px solid #eeeeee; position: relative; padding: 35px 0 0; } header .no-posrel { position: inherit; } header .click-menu { display: none; } header .show-xs { display: none; } header ul.l-menu { margin: 0; padding: 0; } header ul.l-menu li { display: inline-block; margin-right: 25px; } header ul.l-menu li:last-child { margin-right: 0; } header ul.l-menu li.account { display: none; } header ul.l-menu li.account.open { display: inline-block; } header ul.l-menu li.noaccount.open { display: none; } header ul.l-menu li.checkout { display: none; } header ul.l-menu li.checkout.open { display: inline-block; } header ul.l-menu li.nocheckout { margin-right: 0; } header ul.l-menu li.nocheckout.open { display: none; } header ul.l-menu li a { display: block; padding-bottom: 35px; position: relative; color: #303030; text-transform: uppercase; font-size: 14px; line-height: 18px; cursor: pointer; font-family: "jostmedium"; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } header ul.l-menu li a:before { width: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; height: 2px; background-color: #c6a063; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 30px; content: ""; } header ul.l-menu li a:hover:before { width: 100%; } header ul.l-menu li .bdr-top-bottom { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; } header ul.l-menu li .sub-menu ul.list-sub-menu { margin: 0; padding: 0; } header ul.l-menu li .sub-menu ul.list-sub-menu li { display: block; margin-bottom: 10px; } header ul.l-menu li .sub-menu ul.list-sub-menu li:last-child { margin-bottom: 0; } header ul.l-menu li .sub-menu ul.list-sub-menu li ul.list-sub-menu2 { margin: 10px 0 0; padding: 0 0 0 20px; } header ul.l-menu li .sub-menu ul.list-sub-menu li.t1 a { font-size: 14px; line-height: 20px; color: #c6a063; font-family: "jostmedium"; } header ul.l-menu li .sub-menu ul.list-sub-menu li a { text-transform: none; font-weight: normal; display: inline-block; padding: 0; font-size: 14px; line-height: 20px; color: #303030; border: 0; } header ul.l-menu li .sub-menu ul.list-sub-menu li a:hover { color: #c6a063; } header ul.l-menu li .sub-menu ul.list-sub-menu li a:before { display: none; } header ul.l-menu li > div { position: absolute; display: block; width: 100%; top: 100%; left: 0; padding: 30px 0; opacity: 0; z-index: 100; visibility: hidden; overflow: hidden; background-color: white; -webkit-transition: all 0.3s ease 0.15s; -moz-transition: all 0.3s ease 0.15s; transition: all 0.3s ease 0.15s; } header ul.l-menu li:hover > div { opacity: 1; visibility: visible; overflow: visible; } header ul.l-menu li:hover a.dropbtn { font-size: 13px; } header ul.l-menu li:hover a.dropbtn:before { width: 100%; } header .logo { position: relative; top: -20px; text-align: center; } header .logo a { display: inline-block; } .visible-md { display: none; } .visible-xs { display: none; } footer { border-top: 1px solid #eeeeee; padding: 40px 0 20px 0; } footer .input-group input { border-radius: 0; font-size: 11px; border: 1px solid #eeeeee; height: auto; padding: 9px 15px 8px ​15px; } footer .input-group input::placeholder { font-style: italic; opacity: 0.7; } footer .input-group input:-ms-input-placeholder { font-style: italic; opacity: 0.7; } footer .input-group input::-ms-input-placeholder { font-style: italic; opacity: 0.7; } footer .input-group .input-group-append .btn { font-weight: bold; background-color: transparent; border: 1px solid #c6a063; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #c6a063; min-width: 70px; padding: 12px 10px; font-size: 12px; } footer .input-group .input-group-append .btn:hover { color: white; background-color: #c6a063; } footer .t-footer { font-weight: bold; margin-bottom: 15px; font-size: 14px; color: #c6a063; line-height: 20px; } footer .t-footer a { color: #c6a063; line-height: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 13px; } footer .t-footer a:hover { color: #303030; } footer ul.l-footer { margin: 0; padding: 0; } footer ul.l-footer li { list-style: none; margin-bottom: 15px; line-height: 1; } footer ul.l-footer li:last-child { margin-bottom: 0; } footer ul.l-footer li a { font-size: 13px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } footer ul.l-footer li a:hover { color: #c6a063; } footer ul.l-soc { margin: 20px 0 15px 0; padding: 0; } footer ul.l-soc li { display: inline-block; margin-right: 15px; line-height: 1; } footer ul.l-soc li:last-child { margin-right: 0; } footer ul.l-soc li a { font-size: 17px; color: #303030; line-height: 18px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } footer ul.l-soc li a:hover { color: #c6a063; } footer .txt { margin-bottom: 15px; font-size: 13px; line-height: 15px; } footer .cp { font-size: 13px; margin: 0 auto; width: 100%; margin-top: 50px; } footer .cp p { display: inline-block; opacity: 0.6; margin: 0; color: #303030; } footer .cp a { opacity: 0.6; display: inline-block; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } footer .cp a:hover { opacity: 1; } .btn { background: white; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-radius: 0; min-width: 180px; padding: 14px 20px; font-size: 14px; border: 1px solid #303030; letter-spacing: 2px; line-height: 1; text-transform: uppercase; } .btn:hover { background-color: #303030; color: white; } .btn.full { width: 100%; } .btn.btn-coupon { font-size: 12px; min-width: 90px; padding: 8px 10px; } .btn.transparent { border: 1px solid #6a111e; background: transparent; color: #6a111e; font-weight: bold; padding: 10px 15px; } .btn.transparent:hover { background-color: #6a111e; color: white; } #menu { display: none; } #main-page { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } #main-page .bg-dark-menu { width: 100%; height: 100%; cursor: pointer; background: black; z-index: 999; position: absolute; left: 0; top: 0px; display: none; opacity: 0; } #main-page .bg-dark-cart { width: 100%; height: 100%; cursor: pointer; background: black; z-index: 999; position: fixed; left: 0; top: 0px; display: none; opacity: 0; } .fix-wa { position: fixed; right: 15px; bottom: 50px; z-index: 999; } .fix-wa img { height: 40px; } #cart { position: fixed; top: 0; right: -100%; width: 500px; height: 100%; z-index: 9999; background: #fff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; overflow: auto; padding: 0 0 30px; } #cart.open { right: 0; } #cart .pad { padding: 20px 25px; } #cart .pad.bdr { border-bottom: 1px solid #eeeeee; } #cart .pad.bdrbtm0 { border-bottom: 0; padding-bottom: 0; } #cart .t { font-size: 18px; line-height: 25px; letter-spacing: 1.5px; text-transform: uppercase; } #cart .text { font-size: 14px; } #cart .text .bold { font-weight: bold; } #cart .txt-small { font-size: 12px; line-height: 15px; margin: 10px 0 20px; color: rgba(48, 48, 48, 0.6); } #cart .link a { display: inline-block; } #cart .link a .btn { min-width: auto; font-size: 12px; padding: 12px 15px; } #cart .close-cart { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #cart .close-cart:hover { opacity: 1; } #cart .coupon span { font-size: 14px; vertical-align: middle; display: inline-block; } #cart .coupon span.t-coupon { position: relative; top: 1px; opacity: 0.6; font-weight: bold; font-size: 14px; display: none; text-transform: uppercase; margin-left: 8px; } #cart .coupon span.t-coupon.active { display: inline-block; } #cart .coupon .input-coupon { padding: 8px 10px; width: 140px; font-size: 14px; border-color: transparent; } #cart .box-remove { display: none; } #cart .box-remove a { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #cart .box-remove a:hover { opacity: 1; } #cart .table-cart .qty { display: inline-block; vertical-align: middle; font-size: 12px; line-height: 1; margin-right: 10px; } #cart .table-cart .input-quantity { clear: both; position: relative; display: inline-block; vertical-align: middle; } #cart .table-cart .input-quantity input { border: 1px solid #eeeeee; box-sizing: border-box; margin: 0; outline: none; padding: 10px 5px; display: inline-block; vertical-align: middle; } #cart .table-cart .input-quantity input[type=button] { -webkit-appearance: button; cursor: pointer; background-color: transparent; min-width: 30px; width: auto; transition: all 300ms ease; } #cart .table-cart .input-quantity input[type=button]:hover { border-color: #303030; background: #303030; color: white; } #cart .table-cart .input-quantity input::-webkit-outer-spin-button, #cart .table-cart .input-quantity input::-webkit-inner-spin-button { -webkit-appearance: none; } #cart .table-cart .input-quantity input[type=number] { -moz-appearance: textfield; -webkit-appearance: none; } #cart .table-cart .input-quantity .button-minus, #cart .table-cart .input-quantity .button-plus { height: 30px; padding: 0; width: 30px; position: relative; } #cart .table-cart .input-quantity .quantity-field { position: relative; height: 30px; text-align: center; border: 1px solid #eeeeee; width: 60px; border-left: 0; border-right: 0; font-size: 14px; display: inline-block; background-color: transparent; margin: 0 -5px; resize: vertical; } #cart .table-cart .tbl .cell { vertical-align: top; } #cart .table-cart .tbl .cell.img { width: 100px; padding-right: 20px; } #cart .table-cart .tbl .cell.img img { width: 100%; } #cart .table-cart .tbl .cell.last { position: relative; width: 140px; padding-left: 20px; text-align: right; } #cart .table-cart .tbl .cell.last .price { position: absolute; right: 0; bottom: 0; font-size: 14px; line-height: 20px; } #cart .table-cart .tbl .cell.last .remove-cart { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #cart .table-cart .tbl .cell.last .remove-cart:hover { opacity: 1; } #cart .table-cart .tbl .cell .nm { font-weight: bold; font-size: 14px; line-height: 20px; margin-bottom: 5px; } #cart .table-cart .tbl .cell .desc { margin-bottom: 15px; } #cart .table-cart .tbl .cell .desc p { opacity: 0.6; font-size: 13px; line-height: 17px; margin: 0; } .main ul.css-radio { margin: 0; padding: 0; } .main ul.css-radio.css-shape li { margin-bottom: 20px; } .main ul.css-radio.css-shape li a input[type=checkbox]:checked + label:before, .main ul.css-radio.css-shape li a input[type=checkbox]:not(:checked) + label:before { top: 10px; } .main ul.css-radio.css-shape li a input[type=checkbox]:checked + label:after, .main ul.css-radio.css-shape li a input[type=checkbox]:not(:checked) + label:after { top: 13px; } .main ul.css-radio.block li { float: none; width: auto; } .main ul.css-radio li { margin-bottom: 10px; display: block; list-style: none; float: left; width: 50%; } .main ul.css-radio li:hover { background: transparent; color: #303030; } .main ul.css-radio li:last-child { margin-bottom: 0; } .main ul.css-radio li a { text-align: left; padding: 0; font-size: 14px; } .main ul.css-radio li a:hover { background: transparent; color: #303030; } .main ul.css-radio li a label { font-weight: normal; margin-bottom: 0 !important; font-size: 14px !important; } .main ul.css-radio li a label .price { color: #b7b7b7; font-size: 13px; margin-top: 5px; } .main ul.css-radio li a input[type=radio]:checked, .main ul.css-radio li a input[type=radio]:not(:checked) { position: absolute; left: -9999px; } .main ul.css-radio li a input[type=radio]:checked + label, .main ul.css-radio li a input[type=radio]:not(:checked) + label { position: relative; padding-left: 30px; cursor: pointer; line-height: 15px; display: inline-block; color: #303030; } .main ul.css-radio li a input[type=radio]:checked + label:before, .main ul.css-radio li a input[type=radio]:not(:checked) + label:before { border-radius: 50%; content: ""; position: absolute; left: 0; top: -1px; width: 15px; height: 15px; border: 1px solid #cccccc; background: transparent; } .main ul.css-radio li a input[type=radio]:checked + label:after, .main ul.css-radio li a input[type=radio]:not(:checked) + label:after { content: ""; border-radius: 50%; width: 9px; height: 9px; background: #303030; position: absolute; top: 2px; left: 3px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .main ul.css-radio li a input[type=radio]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .main ul.css-radio li a input[type=radio]:checked + label:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main ul.css-radio li a input[type=checkbox]:checked, .main ul.css-radio li a input[type=checkbox]:not(:checked) { position: absolute; left: -9999px; } .main ul.css-radio li a input[type=checkbox]:checked + label, .main ul.css-radio li a input[type=checkbox]:not(:checked) + label { position: relative; padding-left: 30px; cursor: pointer; line-height: 15px; display: inline-block; color: #303030; } .main ul.css-radio li a input[type=checkbox]:checked + label:before, .main ul.css-radio li a input[type=checkbox]:not(:checked) + label:before { border-radius: 0; content: ""; position: absolute; left: 0; top: -1px; width: 15px; height: 15px; border: 1px solid #cccccc; background: transparent; } .main ul.css-radio li a input[type=checkbox]:checked + label:after, .main ul.css-radio li a input[type=checkbox]:not(:checked) + label:after { content: ""; border-radius: 0; width: 9px; height: 9px; background: #303030; position: absolute; top: 2px; left: 3px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .main ul.css-radio li a input[type=checkbox]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .main ul.css-radio li a input[type=checkbox]:checked + label:after { opacity: 1; border: 1px solid #303030; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main .popup { visibility: hidden; opacity: 0; -webkit-transition: all 0s; -moz-transition: all 0s; transition: all 0s; } .main .popup.open { opacity: 1; visibility: visible; } .main .popup.open .popup-content { top: 50%; } .main .popup .popup-overlay { background: rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 3000; } .main .popup .popup-overlay.open { opacity: 1; visibility: visible; } .main .popup .popup-overlay .close-pop { cursor: pointer; position: absolute; top: 20px; right: 20px; } .main .popup .popup-overlay .close-pop i { color: white; font-size: 30px; } .main .popup .popup-content { width: 800px; height: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; top: 45%; background: blue; margin: 0 auto; position: fixed; padding: 0; left: 0; right: 0; transform: translateY(-50%); } .main .popup .popup-content .slider-pop .item .img img { width: 100%; } .main .popup .popup-content .slider-pop .slick-prev { left: -55px; width: 45px; height: 55px; background: url("../images/chevron-left.svg"); } .main .popup .popup-content .slider-pop .slick-prev:before { display: none; } .main .popup .popup-content .slider-pop .slick-next { right: -55px; width: 45px; height: 55px; background: url("../images/chevron-right.svg"); } .main .popup .popup-content .slider-pop .slick-next:before { display: none; } .main .form-group { margin-bottom: 20px; } .main .form-group .mb0 { margin-bottom: 0px !important; } .main .form-group .tbl.table-form .cell.w260 { width: 260px; } .main .form-group .tbl.table-form .cell.w260 label { width: 260px; } .main .form-group .tbl.table-form .cell input { width: 200px; } .main .form-group .tbl.table-form .cell label { margin-bottom: 0; } .main .form-group.big label { font-size: 16px; margin-bottom: 10px; } .main .form-group.big.mb0 label { margin-bottom: 0; } .main .form-group label { font-weight: bold; font-size: 14px; margin-bottom: 7px; } .main .form-group label.hide { position: absolute; z-index: -1; } .main textarea.form-control { resize: none; height: 120px; } .main .form-control { border-radius: 0; border: 1px solid #c0c0c0; color: #303030; font-size: 14px; height: auto; padding: 10px 15px; background: white; } .main .form-control:focus { border-color: #c6a063; } .main .form-control::placeholder { font-style: italic; opacity: 0.7; } .main .form-control:-ms-input-placeholder { font-style: italic; opacity: 0.7; } .main .form-control::-ms-input-placeholder { font-style: italic; opacity: 0.7; } .main .form-control.css-select { padding: 10px 12px; font-style: italic; opacity: 0.7; } .main .form-control.css-select.open { font-style: normal; opacity: 1; } .main .appointment .img-shape img { height: 33px; } .main .appointment ul.css-radio.css-time li a input[type=radio]:checked + label { font-weight: bold; } .main .appointment .form-group { margin-bottom: 40px; } .main .appointment .pad100 { padding: 100px 0; } .main .appointment .link-ring-size a { margin-top: 15px; font-size: 12px; line-height: 15px; display: inline-block; color: rgba(48, 48, 48, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; cursor: pointer; border-bottom: 1px solid rgba(48, 48, 48, 0.6); } .main .appointment .link-ring-size a:hover { color: #c6a063; } .main .appointment .calendar .pignose-calendar { width: 100%; max-width: 100%; box-shadow: none; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit { height: 2.6em; line-height: 2em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a { cursor: no-drop; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a { background: #c6a063; color: white; font-weight: normal; box-shadow: none; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit a { color: #303030; width: 2em; height: 2em; line-height: 2.1em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top { padding: 1.3em 0; box-shadow: none; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month { margin-bottom: 0; font-size: 115%; display: inline-block; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year { font-size: 115%; font-weight: bold; color: #303030; display: inline-block; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date { padding: 1em 0; top: 7px; } .main .appointment .calendar .pignose-calendar .pignose-calendar-header { padding: 0 1em; margin-top: 1em; font-size: 70%; } .main .appointment .calendar .pignose-calendar .pignose-calendar-body { padding: 0 1em; font-size: 80%; } .main .appointment .t { font-size: 18px; line-height: 24px; margin-bottom: 10px; } .main .appointment .t.mb0 { margin-bottom: 0; } .main .appointment .mb25 { margin-bottom: 30px; } .main .appointment .txt { font-size: 14px; line-height: 20px; margin-top: 10px; } .main .appointment .txt.txt-summary { display: none; } .main .appointment .tbl-appo .cell { line-height: 1; vertical-align: top; } .main .appointment .tbl-appo .cell .h1 { margin: 0; font-size: 14px; line-height: 20px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; color: #c6a063; } .main .appointment .tbl-appo .cell.link { width: 50px; text-align: right; display: none; } .main .appointment .tbl-appo .cell.link.open { display: table-cell; } .main .appointment .tbl-appo .cell.link a { font-size: 11px; line-height: 15px; display: inline-block; color: rgba(48, 48, 48, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; cursor: pointer; border-bottom: 1px solid rgba(48, 48, 48, 0.6); } .main .appointment .tbl-appo .cell.link a:hover { color: #c6a063; } .main .appointment .t-appo { font-size: 16px; font-weight: bold; line-height: 26px; margin-bottom: 15px; } .main .appointment .t-appo.mb5 { margin-bottom: 3px; } .main .appointment .img-appointment { display: none; } .main .appointment .img-appointment img { width: 100%; } .main .appointment .abs { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .main .appointment .abs .title { text-align: left; } .main .appointment .abs .title2 { text-align: left; } .main .appointment .box { margin-bottom: 30px; } .main .appointment .box.mb0 { margin-bottom: 0; } .main .appointment .box .h1 { font-size: 15px; font-weight: bold; line-height: 24px; letter-spacing: 0.7px; color: #b7b7b7; text-transform: uppercase; margin-bottom: 10px; } .main .appointment .box .txt { font-size: 16px; line-height: 24px; } .main .appointment .box ul.l { margin: 0; padding: 0; } .main .appointment .box ul.l li { margin-bottom: 8px; display: block; } .main .appointment .box ul.l li:last-child { margin-bottom: 0; } .main .appointment .box ul.l li a { padding-left: 25px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 16px; line-height: 24px; display: inline-block; position: relative; } .main .appointment .box ul.l li a.active:after { background: #303030; } .main .appointment .box ul.l li a:hover { opacity: 0.7; } .main .appointment .box ul.l li a:before { content: ""; width: 15px; height: 15px; border-radius: 50%; position: absolute; left: 0; border: 1px solid #cccccc; top: 5px; } .main .appointment .box ul.l li a:after { content: ""; width: 9px; height: 9px; border-radius: 50%; position: absolute; left: 3px; background: transparent; top: 8px; } .main .appointment .bg-img { float: right; background-size: cover !important; width: 58.333333%; height: 650px; } .main .appointment ul.l-shape { margin: 0 0 10px; padding: 0; } .main .appointment ul.l-shape li { display: inline-block; margin-right: 15px; } .main .appointment ul.l-shape li:last-child { margin-right: 0; } .main .appointment ul.l-shape li a { display: block; padding-bottom: 5px; cursor: pointer; position: relative; border-bottom: 2px solid transparent; } .main .appointment ul.l-shape li a.active { border-bottom: 2px solid #c6a063; } .main .appointment ul.l-shape li a .img img { height: 33px; } .main .contact .box { text-align: center; } .main .contact .box .h1 { font-size: 13px; letter-spacing: 1px; font-weight: bold; line-height: 20px; text-transform: uppercase; color: #c6a063; margin-bottom: 8px; } .main .contact .box .txt p { margin: 0; font-size: 14px; line-height: 20px; } .main .contact .box .txt p a { color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .contact .box .txt p a:hover { color: #c6a063; } .main .contact .bdy { margin: 30px 0 40px; text-align: center; } .main .contact .bdy p { font-size: 15px; line-height: 22px; margin: 0; } .main .quotation .t { font-size: 18px; line-height: 24px; margin-bottom: 20px; } .main .quotation .label-name { margin-right: 10px; font-family: "jostmedium"; font-weight: bold; font-size: 14px; letter-spacing: 0.7px; line-height: 19px; margin-bottom: 10px; text-transform: uppercase; } .main .quotation .box-slider { width: 100%; margin: 0 auto; padding: 0 20px; } .main .quotation .box-slider .slider-container { margin: 45px 0 30px; } .main .quotation .box-slider .slider-container .rs-container { height: 20px; } .main .quotation .box-slider .slider-container .rs-scale { display: none; } .main .quotation .box-slider .slider-container .rs-pointer { border: 1px solid #c0c0c0; width: 20px; height: 20px; top: -2px; background: white; border-radius: 50%; box-shadow: none; } .main .quotation .box-slider .slider-container .rs-pointer:before, .main .quotation .box-slider .slider-container .rs-pointer:after { display: none; } .main .quotation .box-slider .slider-container .rs-selected { height: 6px; background: #c6a063; border: 1px solid #303030; } .main .quotation .box-slider .slider-container .rs-bg { height: 6px; border: 1px solid #303030; background: white; } .main .quotation .box-slider .slider-container .rs-tooltip { border: 1px solid #c0c0c0; border-radius: 0; font-size: 12px; } .main .quotation .left-quotation .mb25 { margin-bottom: 25px; } .main .quotation .left-quotation ul.l-stones { padding: 0; margin: 0; } .main .quotation .left-quotation ul.l-stones li { display: inline-block; margin-right: 20px; } .main .quotation .left-quotation ul.l-stones li a { font-size: 15px; line-height: 20px; border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; cursor: pointer; } .main .quotation .left-quotation ul.l-stones li a:hover { opacity: 0.7; } .main .quotation .left-quotation ul.l-stones li a.active { font-weight: bold; font-family: "jostmedium"; border-color: #c6a063; } .main .quotation .left-quotation ul.l-stones li:last-child { margin-right: 0; } .main .quotation .left-quotation .mb10 { margin-bottom: 10px; } .main .quotation .left-quotation .mt20 { margin-top: 20px; } .main .quotation .left-quotation .t1 { text-transform: uppercase; margin-right: 10px; letter-spacing: 1.5px; font-weight: bold; font-size: 12px; line-height: 20px; } .main .quotation .left-quotation .t2 { font-size: 14px; line-height: 20px; } .main .quotation .left-quotation ul.l-color { margin: 0; padding: 0; } .main .quotation .left-quotation ul.l-color.list-band li a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main .quotation .left-quotation ul.l-color.list-band li a:hover { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); } .main .quotation .left-quotation ul.l-color.list-band li a .in-bdr { border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 0; left: 0; background-size: cover !important; } .main .quotation .left-quotation ul.l-color.list-color li a.active .in-bdr { width: 20px; height: 20px; top: 5px; left: 5px; } .main .quotation .left-quotation ul.l-color.list-color li a .bdr { width: 30px; height: 30px; background: white; border: 1px solid #cecece; border-radius: 50%; } .main .quotation .left-quotation ul.l-color.list-color li a .in-bdr { border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 0; left: 0; background-size: cover !important; } .main .quotation .left-quotation ul.l-color li { display: inline-block; margin-right: 10px; } .main .quotation .left-quotation ul.l-color li:last-child { margin-right: 0; } .main .quotation .left-quotation ul.l-color li a { display: block; cursor: pointer; position: relative; } .main .quotation .left-quotation ul.l-color li a.active .bdr { border-color: #c6a063; } .main .quotation .left-quotation ul.l-color li a .bdr { width: 30px; height: 30px; background: white; border: 1px solid #cecece; border-radius: 50%; } .main .quotation .left-quotation ul.l-color li a .in-bdr { border-radius: 50%; width: 20px; height: 20px; position: absolute; top: 5px; left: 5px; } .main .quotation .left-quotation ul.l-shape { margin: 0 0 10px; padding: 0; } .main .quotation .left-quotation ul.l-shape li { display: inline-block; margin-right: 15px; } .main .quotation .left-quotation ul.l-shape li:last-child { margin-right: 0; } .main .quotation .left-quotation ul.l-shape li a { display: block; padding-bottom: 5px; cursor: pointer; position: relative; border-bottom: 2px solid transparent; } .main .quotation .left-quotation ul.l-shape li a.active { border-bottom: 2px solid #c6a063; } .main .quotation .left-quotation ul.l-shape li a .img img { height: 33px; } .main .quotation .left-quotation input { position: absolute; left: -9999px; } .main .quotation .left-quotation .text { font-size: 13px; line-height: 16px; margin-bottom: 12px; } .main .quotation .left-quotation .text img { position: relative; top: -3px; margin-right: 12px; width: 15px; } .main .quotation .left-quotation .upload-image { margin-bottom: 30px; position: relative; display: inline-block; background-color: white; border: 1px solid #303030; padding: 10px 15px; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; margin-top: 5px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .quotation .left-quotation .upload-image:hover { color: white; background: #303030; } .main .quotation .left-quotation .upload-image span { cursor: pointer; } .main .quotation .left-quotation .upload-image input[type=file] { -webkit-appearance: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .main .minh700 { min-height: 700px; } .main .pad-global { padding: 80px 0; } .main .bdy-global p { margin-bottom: 0; font-size: 14px; line-height: 25px; } .main .bdy-global ul { margin: 0; padding: 0 0 0 20px; } .main .bdy-global ul li { font-size: 14px; line-height: 25px; } .main .bdy-global h2 { font-size: 17px; } .main .bdy-global h4 { font-size: 15px; font-weight: bold; } .main .faq .table-size { margin-top: 30px; } .main .faq .table-size .tbl .cell { vertical-align: center; } .main .faq .table-size .tbl .cell.w33 { width: 40%; padding: 0 5px; } .main .faq .table-size .tbl.tbl-hdr { border-bottom: 1px solid #eeeeee; padding-bottom: 10px; font-weight: bold; color: #c6a063; font-size: 13px; line-height: 17px; text-transform: uppercase; } .main .faq .table-size .tbl.tbl-bdy { border-bottom: 1px solid #eeeeee; padding-bottom: 10px; padding-top: 10px; font-size: 12px; line-height: 17px; } .main .faq .bdy .t1 { margin-bottom: 15px; font-size: 20px; line-height: 25px; } .main .faq .bdy p { font-size: 16px; line-height: 24px; margin-bottom: 0; } .main .faq .bdy p.mb25 { margin-bottom: 25px; } .main .faq .bdy ul { margin: 0; padding: 0; } .main .faq .bdy ul.mb40 { margin-bottom: 40px; } .main .faq .bdy ul li { margin-bottom: 8px; position: relative; font-size: 16px; line-height: 24px; padding-left: 15px; list-style: none; } .main .faq .bdy ul li:last-child { margin-bottom: 0; } .main .faq .bdy ul li:before { width: 6px; height: 6px; position: absolute; top: 9px; left: 0; content: ""; background: url("../images/ring-text.png"); } .main .faq .video { width: 100%; } .main .faq ul.nav-tabs { display: block; border: 0; } .main .faq ul.nav-tabs li { display: block; } .main .faq ul.nav-tabs li a { padding-left: 0; border: 0; font-size: 14px; color: #303030; font-weight: bold; } .main .faq ul.nav-tabs li a.active { color: #c6a063; } .main .faq .accordion .box { margin-bottom: 10px; } .main .faq .accordion .box .nm a { display: inline-block; color: #303030; padding-left: 20px; font-size: 14px; line-height: 25px; letter-spacing: 0; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .faq .accordion .box .nm a:hover { color: #6a111e; } .main .faq .accordion .box .nm a:before { position: absolute; left: 0; top: 5px; line-height: 1; color: #303030; content: ""; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 14px; } .main .faq .accordion .box .nm a.collapsed:before { content: ""; } .main .faq .accordion .box .bdy { padding-left: 50px; margin-top: 8px; } .main .faq .accordion .box .bdy p { text-align: left !important; margin-bottom: 0; font-size: 14px; line-height: 24px; } .main .faq .accordion .box .bdy a { color: #c6a063; } .main .faq .accordion .box .bdy a:hover { opacity: 0.7; } .main .faq .accordion .box .bdy ul { list-style-type: circle; } .main .faq .accordion .box .bdy ul li { text-align: left !important; margin-bottom: 0; font-size: 12px; line-height: 24px; } .main .faq .ring-sizer-middle iframe { width: 100% !important; margin: 0 auto !important; } .main .bdr-global { width: 1px; height: 200px; background-color: #303030; margin: 70px auto; } .main .bdr-global.h150 { height: 150px; } .main .title { font-weight: bold; color: #c6a063; text-align: center; font-size: 16px; line-height: 24px; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px; } .main .title2 { text-align: center; font-size: 30px; line-height: 36px; margin-bottom: 80px; letter-spacing: 1px; } .main .title2.mb0 { margin-bottom: 0; } .main .title2.mb30 { margin-bottom: 30px; } .main .title2.mb40 { margin-bottom: 40px; } .main .new-checkbox { font-size: 14px; } .main .detail .text-font { margin-top: 10px; font-size: 20px; line-height: 20px; border: 1px solid #c0c0c0; padding: 12px 15px; min-height: 48px; margin-bottom: 30px; text-align: center; display: none; } .main .detail .t-small { margin-bottom: 50px; font-size: 14px; line-height: 19px; text-align: center; } .main .detail ul.img-small { margin: 0; padding: 0; } .main .detail ul.img-small li { display: block; margin-bottom: 20px; } .main .detail ul.img-small li a { cursor: pointer; opacity: 0.3; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .detail ul.img-small li a img { width: 100%; } .main .detail ul.img-small li a.active { opacity: 1; } .main .detail ul.img-small li a:hover { opacity: 0.6; } .main .detail .slider-product { display: none; } .main .detail .img-big { margin-bottom: 25px; } .main .detail .img-big img { width: 100%; } .main .detail .mb10 { margin-bottom: 10px; } .main .detail .price { font-size: 15px; color: rgba(48, 48, 48, 0.6); letter-spacing: 1.5px; text-align: center; text-transform: uppercase; margin: 20px 0 40px; } .main .detail .t1 { text-transform: uppercase; margin-right: 10px; letter-spacing: 1.5px; font-weight: bold; font-size: 14px; line-height: 20px; } .main .detail .t2 { font-size: 14px; line-height: 20px; } .main .detail .t3 { color: rgba(48, 48, 48, 0.6); font-size: 12px; } .main .detail .link a { cursor: pointer; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: rgba(48, 48, 48, 0.6); border-bottom: 1px solid rgba(48, 48, 48, 0.6); font-size: 10px; } .main .detail .link a:hover { color: #c6a063; } .main .detail .link .mt20 { margin-top: 20px; } .main .detail ul.l-color { margin: 0 0 20px; padding: 0; } .main .detail ul.l-color li { display: inline-block; margin-right: 10px; } .main .detail ul.l-color li:last-child { margin-right: 0; } .main .detail ul.l-color li a { display: block; cursor: pointer; position: relative; } .main .detail ul.l-color li a.active .in-bdr { width: 20px; height: 20px; top: 5px; left: 5px; } .main .detail ul.l-color li a .bdr { width: 30px; height: 30px; background: white; border: 1px solid #cecece; border-radius: 50%; } .main .detail ul.l-color li a .in-bdr { border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 0; left: 0; background-size: cover !important; } .main .detail .mt20 { margin-top: 20px; } .main .detail ul.l-size { margin: 0 0 5px; padding: 0; } .main .detail ul.l-size li { vertical-align: top; display: inline-block; margin: 0 10px 10px 0; } .main .detail ul.l-size li:last-child { margin-right: 0; } .main .detail ul.l-size li a { cursor: pointer; position: relative; } .main .detail ul.l-size li a.active .bdr { font-weight: bold; border-color: #303030; } .main .detail ul.l-size li a .bdr { width: 30px; height: 30px; text-align: center; padding: 10px 0; line-height: 1; font-size: 11px; background: white; border: 1px solid #cecece; } .main .detail .box-size { display: none; } .main .detail .box-size.open { display: inline-block; vertical-align: top; } .main .detail .link .btn { font-weight: bold; letter-spacing: 0.7px; } .main .detail .form-group .engrave { margin-bottom: 0px !important; } .main .detail .box-engraving-yes { display: none; } .main .detail .box-engraving-yes .t3-show a { color: rgba(48, 48, 48, 0.6); font-size: 11px; text-decoration: underline; cursor: pointer; } .main .detail .box-engraving-yes .t3-show a:hover { text-decoration: none; opacity: 0.7; } .main .detail .box-engraving-yes .t3-hide a { color: rgba(48, 48, 48, 0.6); font-size: 11px; text-decoration: underline; cursor: pointer; display: none; } .main .detail .box-engraving-yes .t3-hide a:hover { text-decoration: none; opacity: 0.7; } .main .detail .mail { margin: 40px 0 10px; text-align: center; } .main .detail .mail a { border-bottom: 1px solid #c6a063; font-size: 11px; text-transform: uppercase; display: inline-block; color: #c6a063; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; letter-spacing: 0.5px; font-weight: bold; } .main .detail .mail a:hover { color: #303030; } .main .detail .bdy { margin: 5px 0 25px; } .main .detail .bdy p { margin-bottom: 5px; font-size: 14px; line-height: 20px; } .main .detail .bdy ul, .main .detail .bdy ol { font-size: 14px; line-height: 20px; } .main .detail .mb15 { margin-bottom: 15px; } .main .detail .tbl-desc .cell { vertical-align: top; } .main .detail .tbl-desc .t1 { width: 120px; padding-right: 15px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: bold; font-size: 14px; line-height: 20px; } .main .detail .tbl-desc .t2 { font-size: 14px; line-height: 20px; } .main .shop .quote-shop { margin-bottom: 40px; } .main .shop .item-product { margin-bottom: 60px; } .main .shop .item-product a { cursor: pointer; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .shop .item-product a .img { margin-bottom: 15px; } .main .shop .item-product a .img img { width: 100%; } .main .shop .item-product a:hover { opacity: 0.7; } .main .shop .item-product a:hover .nm { color: #c6a063; } .main .shop .item-product a .nm { font-weight: bold; text-transform: uppercase; letter-spacing: 1.5px; font-size: 15px; line-height: 22px; letter-spacing: 0; margin-bottom: 5px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .shop .item-product a .price { font-size: 12px; line-height: 15px; color: rgba(48, 48, 48, 0.6); } .main .shop .t1 { text-align: center; font-weight: bold; font-size: 18px; letter-spacing: 1px; color: #6a111e; text-transform: uppercase; margin-bottom: 20px; } .main .shop .t2 { text-transform: uppercase; text-align: center; font-weight: 200; font-size: 30px; letter-spacing: 3px; color: #6a111e; line-height: 35px; margin-bottom: 40px; } .main .journal { border-top: 1px solid #e4e8ef; } .main .journal .journal-list { margin-bottom: 30px; } .main .journal .journal-list a { cursor: pointer; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .journal .journal-list a .img { margin-bottom: 15px; } .main .journal .journal-list a .img img { width: 100%; } .main .journal .journal-list a:hover { opacity: 0.7; } .main .journal .journal-list a .nm { color: #000; font-size: 18px; line-height: 26px; letter-spacing: 0; margin-bottom: 5px; text-align: center; } .main .journal .journal-list a .dt { font-size: 14px; line-height: 20px; color: #908d88; text-align: center; } .main .journal .back { font-size: 12px; margin-bottom: 20px; } .main .journal .back a { color: #6a111e; cursor: pointer; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .journal .back:hover { opacity: 0.7; } .main .journal .t1 { text-align: center; font-weight: bold; font-size: 20px; letter-spacing: 1px; color: #6a111e; text-transform: uppercase; } .main .journal .dt { text-transform: uppercase; text-align: center; font-weight: 200; font-size: 12px; color: #908d88; line-height: 35px; margin-bottom: 20px; } .main .journal .bdy { padding-top: 20px; } .main .journal .bdy p { margin-bottom: 0; font-size: 14px; line-height: 30px; text-align: justify; } .main .journal .box-arrow { width: 200px; } .main .journal .box-arrow a .link-title { margin-top: 30px; font-size: 12px; color: #6a111e; text-transform: uppercase; } .main .journal .box-arrow .link-desc { font-size: 12px; color: #908d88; } .main .journal .box-arrow:hover { opacity: 0.7; } .main .account .btn-last a { display: inline-block; } .main .account .btn-last .back { margin-top: 10px; } .main .account .btn-last .back a { display: inline-block; font-size: 12px; border-bottom: 1px solid rgba(48, 48, 48, 0.6); color: rgba(48, 48, 48, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .btn-last .back a:hover { color: #c6a063; border-color: #c6a063; } .main .account .txt-show { color: rgba(48, 48, 48, 0.6); font-size: 13px; line-height: 15px; } .main .account .txt-show a { border-bottom: 1px solid #303030; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .txt-show a:hover { color: #c6a063; } .main .account .table-order { margin-bottom: 35px; } .main .account .table-order .show-title { display: none; } .main .account .table-order .box-hide { display: none; } .main .account .table-order .tbl .cell { padding-right: 15px; } .main .account .table-order .tbl .cell.w200 { width: 180px; } .main .account .table-order .tbl .cell.w150 { width: 160px; } .main .account .table-order .tbl-hdr { font-size: 14px; line-height: 17px; font-weight: bold; color: #c6a063; padding-bottom: 15px; border-bottom: 1px solid #eeeeee; text-transform: uppercase; letter-spacing: 0.7px; } .main .account .table-order .tbl-bdy { border-bottom: 1px solid #eeeeee; padding: 15px 0; font-size: 14px; line-height: 17px; } .main .account .table-order .tbl-bdy a { color: #303030; display: inline-block; font-weight: bold; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .table-order .tbl-bdy a:hover { color: #c6a063; } .main .account .table-order .tbl-bdy .blue { color: #0089c3; } .main .account .table-order .tbl-bdy .red { color: #F93A3A; } .main .account .table-order .tbl-bdy .green { color: #039A71; } .main .account .table-order .tbl-bdy ul.link { margin: 0; padding: 0; } .main .account .table-order .tbl-bdy ul.link li { display: inline-block; margin-right: 20px; } .main .account .table-order .tbl-bdy ul.link li:last-child { margin-right: 0; } .main .account .table-order .tbl-bdy ul.link li a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .table-order .tbl-bdy ul.link li a:hover { opacity: 0.7; } .main .account .table-order .order-empty { font-size: 12px; font-style: italic; text-align: left; margin-top: 30px; } .main .account .bdr { border-bottom: 1px solid #eeeeee; padding-bottom: 20px; margin-bottom: 20px; } .main .account .bdr.no-bdr { border: 0; } .main .account .pl20 { padding-left: 20px; } .main .account .table-account .bdy { font-size: 14px; line-height: 20px; } .main .account .table-account .bold { font-weight: bold; font-size: 13px; line-height: 20px; } .main .account .table-account .tbl .cell { vertical-align: top; } .main .account .table-account .tbl .cell.img { width: 110px; padding-right: 20px; } .main .account .table-account .tbl .cell.img img { width: 100%; } .main .account .table-account .tbl .cell.last { width: 140px; padding-left: 20px; text-align: right; } .main .account .table-account .tbl .cell.last .price { margin-bottom: 3px; font-size: 13px; line-height: 20px; } .main .account .table-account .tbl .cell.last .qty { font-size: 13px; line-height: 20px; } .main .account .table-account .tbl .cell .nm { font-size: 14px; line-height: 20px; margin-bottom: 5px; } .main .account .table-account .tbl .cell .desc p { opacity: 0.6; font-size: 13px; line-height: 17px; margin: 0; } .main .account .price-data { color: #c6a063; font-size: 14px; line-height: 22px; font-weight: bold; text-transform: uppercase; } .main .account .price-data.fz22 { font-size: 20px; } .main .account .t3 { font-weight: bold; font-size: 16px; line-height: 30px; margin-bottom: 10px; } .main .account .t4 { text-transform: uppercase; font-weight: bold; font-size: 14px; line-height: 20px; letter-spacing: 1px; margin-bottom: 8px; } .main .account .bdr-account { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eeeeee; } .main .account .mt40 { margin-top: 40px; } .main .account .t1 { font-size: 20px; line-height: 25px; margin-bottom: 20px; } .main .account .t1.mt30 { margin-top: 30px; } .main .account .t2 { text-transform: uppercase; color: #c6a063; font-weight: bold; line-height: 18px; font-size: 18px; letter-spacing: 0.7px; margin-bottom: 8px; } .main .account .box-data { margin-bottom: 25px; } .main .account .box-data p { margin-bottom: 0; font-size: 14px; line-height: 20px; } .main .account .link { margin-bottom: 40px; } .main .account .link.mb20 { margin-bottom: 10px; } .main .account .link a { display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #303030; font-size: 14px; line-height: 20px; border-bottom: 1px solid #303030; } .main .account .link a:hover { opacity: 0.7; } .main .account .empty-shipping { font-size: 14px; margin-bottom: 30px; } .main .checkout .bdr-success { padding: 40px 30px; border: 1px solid #eeeeee; } .main .checkout .bdr-success.bdrbtm0 { border-bottom: 0; } .main .checkout .bdy-success { margin-bottom: 50px; } .main .checkout .bdy-success p { margin-bottom: 0; text-align: center; font-size: 16px; line-height: 22px; } .main .checkout ul.css-radio.css-address li { margin-bottom: 5px; } .main .checkout ul.css-radio li { margin-bottom: 15px; } .main .checkout ul.css-radio li a input[type=radio]:checked + label:before, .main .checkout ul.css-radio li a input[type=radio]:not(:checked) + label:before { top: 1px; } .main .checkout ul.css-radio li a input[type=radio]:checked + label:after, .main .checkout ul.css-radio li a input[type=radio]:not(:checked) + label:after { top: 4px; } .main .checkout .bdr { border-bottom: 1px solid #eeeeee; padding-bottom: 20px; margin-bottom: 20px; } .main .checkout .bdr.no-bdr { border: 0; } .main .checkout .pl30 { padding-left: 30px; } .main .checkout .box-coupon { display: none; } .main .checkout .table-checkout .coupon span { vertical-align: middle; display: inline-block; } .main .checkout .table-checkout .coupon span.t-coupon { position: relative; top: -1px; opacity: 0.6; font-weight: bold; font-size: 14px; display: none; text-transform: uppercase; margin-left: 8px; } .main .checkout .table-checkout .coupon span.t-coupon.active { display: inline-block; } .main .checkout .table-checkout .coupon .input-coupon { padding: 8px 10px; width: 140px; font-size: 14px; border-color: transparent; } .main .checkout .table-checkout .box-remove { display: none; } .main .checkout .table-checkout .box-remove a { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } .main .checkout .table-checkout .box-remove a:hover { opacity: 1; } .main .checkout .table-checkout .bdy { font-size: 14px; line-height: 24px; } .main .checkout .table-checkout .bold { font-weight: bold; font-size: 14px; line-height: 25px; } .main .checkout .table-checkout .tbl .cell { vertical-align: top; } .main .checkout .table-checkout .tbl .cell.img { width: 110px; padding-right: 20px; } .main .checkout .table-checkout .tbl .cell.img img { width: 100%; } .main .checkout .table-checkout .tbl .cell.last { width: 140px; padding-left: 20px; text-align: right; } .main .checkout .table-checkout .tbl .cell.last .price { margin-bottom: 3px; font-size: 14px; line-height: 20px; font-weight: bold; } .main .checkout .table-checkout .tbl .cell.last .qty { font-size: 13px; line-height: 20px; } .main .checkout .table-checkout .tbl .cell .nm { font-weight: bold; font-size: 14px; line-height: 20px; margin-bottom: 5px; } .main .checkout .table-checkout .tbl .cell .desc p { opacity: 0.6; font-size: 13px; line-height: 17px; margin: 0; } .main .checkout .mb20 { margin-bottom: 20px; } .main .checkout .mt40 { margin-top: 40px; } .main .checkout .price-data { color: #c6a063; font-size: 16px; line-height: 22px; font-weight: bold; text-transform: uppercase; } .main .checkout .price-data.fz22 { font-size: 20px; } .main .checkout .box-data.mt20 { margin-top: 20px; } .main .checkout .box-data p { margin-bottom: 0; font-size: 16px; line-height: 24px; } .main .checkout .t1 { font-size: 18px; line-height: 26px; margin-bottom: 20px; } .main .checkout .t1.mb0 { margin-bottom: 0; } .main .checkout .t1.mb20 { margin-bottom: 20px; } .main .checkout .t1.mt30 { margin-top: 20px; } .main .checkout .t3 { font-weight: bold; font-size: 25px; line-height: 30px; margin-bottom: 10px; } .main .checkout .t2 { text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 20px; letter-spacing: 1px; margin-bottom: 10px; } .main .checkout .link { text-align: right; margin-bottom: 30px; } .main .checkout .link.mb0 { margin-bottom: 0; } .main .checkout .link a { display: inline-block; font-size: 13px; line-height: 18px; border-bottom: 1px solid #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .checkout .link a:hover { color: #c6a063; } .main .auth .txt-small1 { font-size: 14px; line-height: 19px; margin-bottom: 15px; } .main .auth .txt-small2 { font-size: 12px; line-height: 15px; opacity: 0.6; margin: -15px 0 25px; } .main .auth .text-auth { margin-top: 15px; font-size: 13px; line-height: 17px; } .main .auth .text-auth .grey { opacity: 0.6; } .main .auth .text-auth a { color: #303030; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .auth .text-auth a:hover { color: #c6a063; } .main .home .banner { margin-bottom: 100px; position: relative; background-size: cover !important; height: calc(100vh - 90px); } .main .home .banner .abs-banner { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 50px; } .main .home .banner .abs-banner a { display: inline-block; } .main .home .banner .abs-banner a .btn { background-color: transparent; } .main .home .banner .abs-banner a .btn:hover { background-color: #303030; } .main .home .pad-row { padding-left: 15px; padding-right: 15px; } .main .about { overflow: hidden; } .main .about .img { width: 50%; height: 610px; } .main .about .img img { height: 610px; object-fit: cover; width: 100%; } .main .about .abs-text { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .main .about .t-about { text-transform: uppercase; color: #c6a063; font-size: 28px; line-height: 34px; font-weight: bold; margin-bottom: 25px; } .main .about .bdy { text-align: justify; } .main .about .bdy.mb60 { margin-bottom: 60px; } .main .about .bdy p { margin-bottom: 0; font-size: 20px; line-height: 35px; } .main .about .link { margin-top: 100px; } .main .about .link a { display: inline-block; } .main .banner-about { padding: 100px 0; } .main .banner-about .mb100 { margin-bottom: 100px; } .main .banner-about .txt { opacity: 0.7; font-size: 14px; line-height: 15px; margin-bottom: 10px; } .main .banner-about .img img { width: 100%; } .main .banner-about .nm { font-size: 24px; line-height: 30px; color: #23282d; margin-bottom: 20px; } .main .banner-about .slider-about { margin-bottom: 0; } .main .banner-about .slider-about .slick-dots { text-align: right; right: 15px; bottom: 15px; } .main .banner-about .slider-about .slick-dots li { margin: 0 8px; width: 5px; height: 5px; } .main .banner-about .slider-about .slick-dots li.slick-active button { background: #000000; } .main .banner-about .slider-about .slick-dots li button { width: 5px; height: 5px; background: #a5a5a8; border: 0; border-radius: 50px; } .main .banner-about .slider-about .slick-dots li button:before { display: none; } .main .banner-about .slider-about .item .img img { width: 100%; } .main .slider-banner { margin-bottom: 0; } .main .slider-banner .slick-dots { bottom: 30px; } .main .slider-banner .slick-dots li { margin: 0 7px; width: 8px; height: 8px; } .main .slider-banner .slick-dots li.slick-active button { background: #000000; } .main .slider-banner .slick-dots li button { width: 8px; height: 8px; background: #a5a5a8; border: 0; border-radius: 50px; } .main .slider-banner .slick-dots li button:before { display: none; } .main .slider-banner .item .bg-img { background-size: cover !important; width: 100%; height: calc(100vh - 60px); } .main .slider-banner .item .img img { width: 100%; } .main .banner-text { background: #e8d9c2; padding: 70px 0; text-align: center; } .main .banner-text .img { margin-bottom: 30px; } .main .banner-text .t { margin-bottom: 30px; font-size: 28px; line-height: 40px; color: #c6a063; } .main .banner-text .bdy { margin-bottom: 50px; } .main .banner-text .bdy p { margin-bottom: 0; color: #705c4a; font-size: 16px; line-height: 35px; } .main .banner-text .link a { text-transform: uppercase; font-weight: bold; font-size: 16px; color: #705c4a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; display: inline-block; position: relative; } .main .banner-text .link a:before { content: ""; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; width: 0; height: 1px; background-color: #6a111e; position: absolute; bottom: 0px; left: 0; } .main .banner-text .link a:hover { color: #6a111e; } .main .banner-text .link a:hover:before { width: 100%; } .modal { text-align: center; -webkit-overflow-scrolling: auto; padding: 0 !important; background-color: transparent; } .modal .t-pop { text-align: center; font-weight: bold; font-size: 20px; margin: 15px 0 5px; } .modal .bdy-pop { margin-bottom: 20px; text-align: center; font-size: 14px; } .modal .bdy-pop p { font-weight: 200; margin-bottom: 0; font-size: 14px; line-height: 26px; } .modal .bdy-pop .para { font-size: 12px; line-height: 24px; margin: 20px 0; } .modal .close-pop { z-index: 10; cursor: pointer; position: absolute; top: 10px; right: 15px; } .modal .close-pop i { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #303030; font-size: 17px; line-height: 0; } .modal .close-pop i:hover { opacity: 0.7; } .modal .modal-content { padding: 20px 20px; -webkit-box-shadow: none; box-shadow: none; border-radius: 5px; border: 0; } .modal .modal-body { padding: 0; } .modal .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; width: 450px; } .modal:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .alert p { font-size: 13px !important; margin-bottom: 0 !important; } .back-to-top { display: none; color: white; position: fixed; background-color: #c6a063; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 14px; line-height: 20px; padding: 5px 8px; position: fixed; bottom: 30px; right: 0; z-index: 100; cursor: pointer; text-transform: uppercase; } .back-to-top img { position: relative; top: -1px; margin-right: 5px; } .back-to-top:hover { opacity: 0.7; } @media (max-width: 1199px) { .main .account .table-order .tbl .cell.w200 { width: 150px; } .main .account .table-order .tbl .cell.w150 { width: 140px; } .main .shop .detail ul.l-btn li { margin-right: 10px; } } @media (max-width: 991px) { .btn { font-size: 12px; } header ul.l-menu li a { font-size: 13px; } header ul.l-menu li .sub-menu ul.list-sub-menu li.t1 a { font-size: 13px; } header ul.l-menu li .sub-menu ul.list-sub-menu li a { font-size: 13px; } .btn.transparent { font-size: 13px; padding: 10px; } .md40 { margin-bottom: 40px; } .visible-md { display: block; } .main-menu { display: none; } .main .form-group .tbl.table-form .cell.w260 { width: 240px; } .main .form-group .tbl.table-form .cell.w260 label { width: 240px; } .main .form-group .tbl.table-form .cell input { width: 100%; } .main .form-group.big label { font-size: 15px; } .main .popup .popup-content { width: 600px; } .main .shop .t1 { font-size: 16px; } .main .shop .t2 { font-size: 25px; letter-spacing: 2px; margin-bottom: 30px; } .main .shop .item-product { margin-bottom: 50px; } .main .shop .item-product a .nm { font-size: 14px; line-height: 20px; } .main .detail .price { font-size: 14px; letter-spacing: 1px; margin: 15px 0 30px; } .main .detail .t1 { margin-right: 7px; letter-spacing: 1px; font-size: 13px; line-height: 18px; } .main .detail .t2 { font-size: 13px; line-height: 18px; } .main .detail ul.l-color { margin: 0 0 15px; } .main .detail .mt20 { margin-top: 15px; } .main .detail ul.l-size li { margin: 0 8px 8px 0; } .main .detail .link .btn { font-size: 13px; letter-spacing: 0px; } .main .detail .t-small { margin-bottom: 40px; } .main .detail .mail { margin: 30px 0 10px; } .main .detail .bdy { margin: 5px 0 25px; } .main .detail .bdy p { font-size: 13px; line-height: 18px; } .main .detail .mb15 { margin-bottom: 15px; } .main .detail .tbl-desc .t1 { width: 100px; padding-right: 15px; font-size: 13px; line-height: 18px; } .main .detail .tbl-desc .t2 { font-size: 13px; line-height: 18px; } .main .account .table-order .tbl .cell { padding-right: 10px; } .main .account .table-order .tbl .cell.w200 { width: 115px; } .main .account .table-order .tbl .cell.w150 { width: 100px; } .main .account .table-order .tbl-bdy { font-size: 12px; line-height: 15px; } .main .account .pl20 { padding-left: 0; } .main .account .t1 { font-size: 18px; line-height: 24px; margin-bottom: 15px; } .main .account .t1.mt30 { margin-top: 20px; } .main .checkout .t3 { font-size: 22px; line-height: 26px; } .main .checkout .pl30 { padding-left: 0; } .main .checkout ul.css-radio.css-shippping li { margin-bottom: 0; display: inline-block; margin-right: 30px; } .main .checkout ul.css-radio.css-shippping li:last-child { margin-right: 0; } .main .bdr-global { height: 150px; margin: 50px auto; } .main .bdr-global.h150 { height: 100px; } .main .title { margin-bottom: 20px; } .main .title2 { font-size: 24px; line-height: 30px; margin-bottom: 60px; } .main .minh700 { min-height: 600px; } .main .pad-global { padding: 70px 0; } .main .bdy-global p { font-size: 12px; line-height: 20px; } .main .bdy-global ul li { font-size: 12px; line-height: 20px; } .main .bdy-global h2 { font-size: 13px; } .main .bdy-global h4 { font-size: 12px; } .main .quotation .left-quotation .t1 { margin-right: 7px; letter-spacing: 1px; font-size: 13px; line-height: 18px; } .main .quotation .left-quotation .t2 { font-size: 13px; line-height: 18px; } .main .quotation .t { font-size: 16px; line-height: 22px; margin-bottom: 15px; } .main .appointment .pad100 { padding: 70px 0; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date { top: 4px; } .main .appointment .t { font-size: 16px; line-height: 22px; } .main .appointment .bg-img { width: 50%; height: 550px; } .main .faq .table-size { margin-top: 20px; } .main .faq .table-size .tbl .cell.w33 { width: 35%; padding: 0 3px; } .main .faq .table-size .tbl.tbl-hdr { font-size: 13px; line-height: 15px; } .main .faq .table-size .tbl.tbl-bdy { font-size: 13px; line-height: 15px; } .main .faq .bdy .t1 { margin-bottom: 10px; font-size: 17px; line-height: 23px; } .main .faq .bdy p { font-size: 14px; line-height: 20px; } .main .faq .bdy p.mb25 { font-size: 12px; margin-bottom: 20px; } .main .faq .bdy ul.mb40 { margin-bottom: 30px; } .main .faq .bdy ul li { margin-bottom: 5px; font-size: 12px; line-height: 20px; padding-left: 15px; } .main .faq .bdy ul li:before { top: 6px; } .main .faq ul.nav-tabs li a { font-size: 14px; line-height: 20px; } .main .faq .accordion .box .nm a { padding-left: 20px; font-size: 16px; line-height: 25px; } .main .faq .accordion .box .nm a:before { top: 5px; font-size: 13px; } .main .faq .accordion .box .bdy { padding-left: 40px; margin-top: 5px; } .main .faq .accordion .box .bdy p { font-size: 12px; line-height: 20px; } .main .faq .accordion .box .bdy ul li { font-size: 12px; line-height: 20px; } .main .contact .box .h1 { font-size: 13px; margin-bottom: 4px; } .main .contact .box .txt p { font-size: 13px; } .main .contact .bdy { margin: 20px 0 30px; } .main .contact .bdy p { font-size: 14px; line-height: 20px; } .main .home .banner { margin-bottom: 70px; height: 400px; } .main .home .banner .abs-banner { bottom: 30px; } .main .about .link { margin-top: 80px; } .main .about .img { height: 400px; } .main .about .img img { height: 400px; } .main .about .t-about { font-size: 22px; line-height: 30px; margin-bottom: 15px; } .main .about .bdy.mb60 { margin-bottom: 40px; } .main .about .bdy p { font-size: 16px; line-height: 30px; } .main .banner-about { padding: 70px 0; } .main .banner-about .mb100 { margin-bottom: 50px; } .main .banner-about .nm { font-size: 20px; } } @media (max-width: 767px) { .back-to-top { font-size: 11px; } .xs40 { margin-bottom: 40px; } .xs30 { margin-bottom: 5px; } .xs20 { margin-bottom: 20px; } .hidden-xs { display: none !important; } .visible-xs { display: block; } .btn { font-size: 11px; padding: 10px 15px; width: 100%; } .btn.btn-coupon { width: auto; min-width: 70px; padding: 7px 10px; font-size: 10px; } .fix-wa img { width: 40px; } #menu { display: block; position: fixed; top: 0; left: -100%; width: 280px; height: 100%; z-index: 9999; background: #fff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; overflow: auto; padding: 0 0 30px; } #menu.open { left: 0; } #menu .pad { padding: 15px 20px; } #menu .pad.bdr { border-bottom: 1px solid #eeeeee; } #menu .close-menu { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #menu .close-menu:hover { opacity: 1; } #menu .t { font-size: 16px; line-height: 20px; letter-spacing: 1px; } #menu ul.resp-l-menu { margin: 0; padding: 0; } #menu ul.resp-l-menu li { display: block; margin-bottom: 10px; } #menu ul.resp-l-menu li.account { display: none; } #menu ul.resp-l-menu li.account.open { display: block; } #menu ul.resp-l-menu li.noaccount.open { display: none; } #menu ul.resp-l-menu li:last-child { margin-bottom: 0; } #menu ul.resp-l-menu li .box-sub-menu { display: none; } #menu ul.resp-l-menu li .box-sub-menu.open { display: block; } #menu ul.resp-l-menu li ul.resp-sub-l-menu { margin: 10px 0 15px; padding: 0 0 0 15px; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li { display: block; margin-bottom: 5px; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li:last-child { margin-bottom: 0; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li.t1 a { font-size: 12px; line-height: 15px; margin-bottom: 0px; color: #c6a063; font-family: "jostmedium"; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li ul.resp-list-sub-menu2 { margin: 0; padding: 0 0 0 20px; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li a { cursor: pointer; margin-bottom: 0; text-transform: none; font-weight: normal; text-transform: none; display: inline-block; padding: 0; font-size: 11px; line-height: 15px; color: #303030; border: 0; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li a:hover { color: #c6a063; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li a:before { display: none; } #menu ul.resp-l-menu li a { cursor: pointer; text-transform: uppercase; margin-bottom: 0; font-family: "jostmedium"; font-size: 11px; letter-spacing: 0.7px; line-height: 20px; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #303030; } #menu ul.resp-l-menu li a.link { font-size: 11px; text-transform: none; opacity: 0.7; } #menu ul.resp-l-menu li a.block { position: relative; display: block; } #menu ul.resp-l-menu li a.block i { right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); position: absolute; } #menu ul.resp-l-menu li a:hover { color: #c6a063; } #cart { width: 280px; } #cart .pad { padding: 15px 20px; } #cart .t { font-size: 16px; line-height: 20px; letter-spacing: 1px; } #cart .link a .btn { font-size: 13px; padding: 10px 15px; } #cart .coupon span { display: block; } #cart .coupon span.t-coupon { top: 0; margin-left: 0; } #cart .coupon .input-coupon { padding: 5px 10px 5px 0; width: 140px; font-size: 13px; } #cart .table-cart .input-quantity input { padding: 10px 5px; } #cart .table-cart .input-quantity input[type=button] { min-width: 20px; line-height: 18px; } #cart .table-cart .input-quantity .button-minus, #cart .table-cart .input-quantity .button-plus { height: 20px; width: 20px; } #cart .table-cart .input-quantity .quantity-field { height: 20px; width: 50px; font-size: 13px; } #cart .table-cart .tbl { display: block; } #cart .table-cart .tbl .cell { width: 100%; display: block; } #cart .table-cart .tbl .cell.img { width: 100%; padding-right: 0; margin-bottom: 10px; } #cart .table-cart .tbl .cell.img img { width: 150px; } #cart .table-cart .tbl .cell.last { width: 100%; padding-left: 0; text-align: left; margin-top: 10px; } #cart .table-cart .tbl .cell.last .price { position: relative; float: left; font-size: 12px; } #cart .table-cart .tbl .cell.last .remove-cart { float: right; } #cart .table-cart .tbl .cell .nm { font-size: 14px; margin-bottom: 3px; } header { padding: 12px 0; } header .click-menu { cursor: pointer; display: inline-block; } header .click-menu i { color: #303030; font-size: 18px; } header .show-xs { display: inline-block; } header ul.l-menu li a { padding-bottom: 0; } header ul.l-menu li a:before { display: none; } header .logo { top: -5px; } header .logo img { height: 25px; } footer { padding: 30px 0 20px; } footer .t-footer { font-size: 13px; } footer .t-footer a { font-size: 13px; } footer ul.l-footer li { margin-bottom: 10px; } footer ul.l-footer li a { font-size: 12px; } footer .resp-center { text-align: center; } footer ul.l-soc { margin-top: 0; } footer .cp { margin-top: 30px; text-align: center; font-size: 11px; } footer .txt { font-size: 12px; } .modal .bdy-pop { font-size: 13px; } .modal .modal-dialog { width: 280px; } .modal .modal-dialog .modal-content { padding: 10px 10px 20px; } .modal .modal-dialog .modal-content .t-pop { font-size: 18px; } .modal .modal-dialog .modal-content .bdy-pop { margin-bottom: 15px; } .modal .modal-dialog .modal-content .bdy-pop p { line-height: 20px; font-size: 14px; } .main .form-control { font-size: 12px; } .main .bdy-global p { font-size: 12px; } .main .bdy-global ul li { font-size: 12px; line-height: 25px; } .main .bdy-global h2 { font-size: 15px; } .main .bdy-global h4 { font-size: 13px; } .main .quotation .t { font-size: 15px; line-height: 20px; margin-bottom: 10px; } .main .quotation .label-name { font-size: 11px; line-height: 17px; margin-bottom: 5px; } .main .quotation ul.l-tick { margin: 0 0 7px; } .main .quotation ul.l-tick li { margin: 0 7px 7px 0; } .main .quotation .box-slider { padding: 0 15px; } .main .quotation .box-slider .slider-container { margin: 45px 0 25px; } .main .quotation .left-quotation ul.l-stones li a { font-size: 12px; } .main .quotation .left-quotation .upload-image { padding: 7px 12px; font-size: 11px; letter-spacing: 1px; } .main .quotation .left-quotation .mb25 { margin-bottom: 20px; } .main .quotation .left-quotation ul.l-stone li a { font-size: 14px; line-height: 18px; } .main .quotation .left-quotation .t1 { font-size: 12px; } .main .quotation .left-quotation .t2 { font-size: 12px; } .main ul.css-radio li a label { padding-left: 25px !important; font-size: 12px !important; } .main .popup .popup-overlay .close-pop { top: 10px; right: 10px; } .main .popup .popup-overlay .close-pop i { font-size: 20px; } .main .popup .popup-content { width: 100%; } .main .popup .popup-content .slider-pop .slick-prev { left: -25px; width: 20px; height: 25px; background: url("../images/chevron-left2.svg"); } .main .popup .popup-content .slider-pop .slick-next { right: -25px; width: 20px; height: 25px; background: url("../images/chevron-right2.svg"); } .main .new-checkbox { font-size: 12px; } .main .detail .slider-product { margin-bottom: 40px; display: block; } .main .detail .slider-product .slick-dots { bottom: -25px; } .main .detail .slider-product .slick-dots li { margin: 0 5px; width: 7px; height: 7px; } .main .detail .slider-product .slick-dots li.slick-active button { background: #303030; } .main .detail .slider-product .slick-dots li button { width: 7px; height: 7px; padding: 0; background: #cecece; border: 0; border-radius: 50%; } .main .detail .slider-product .slick-dots li button:before { display: none; } .main .detail .slider-product .item img { width: 100%; } .main .detail .img-product-small { display: none; } .main .detail .img-product { display: none; } .main .detail .price { margin: 15px 0 20px; } .main .detail .img-big { margin-bottom: 15px; } .main .detail .text-font { font-size: 20px; } .main .detail .t-small { font-size: 12px; } .main .detail .price { font-size: 15px; } .main .detail .t1 { font-size: 11px; } .main .detail .t2 { font-size: 11px; } .main .detail .t3 { font-size: 10px; } .main .detail .link a { font-size: 10px; } .main .detail ul.l-size li a .bdr { font-size: 11px; } .main .detail .box-engraving-yes .t3-show a { font-size: 11px; } .main .detail .box-engraving-yes .t3-hide a { font-size: 11px; } .main .detail .mail a { font-size: 11px; } .main .detail .bdy p { font-size: 12px; } .main .detail .bdy ul, .main .detail .bdy ol { font-size: 12px; } .main .detail .tbl-desc .t1 { font-size: 12px; } .main .detail .tbl-desc .t2 { font-size: 12px; } .main .shop .item-product { margin-bottom: 40px; } .main .shop .item-product a .nm { font-size: 12px; } .main .shop .item-product a .price { font-size: 11px; } .main .shop .t1 { font-size: 14px; } .main .shop .t2 { font-size: 20px; letter-spacing: 1px; margin-bottom: 20px; line-height: 30px; } .main .form-group { margin-bottom: 12px; } .main .form-group .tbl.table-form { display: block; } .main .form-group .tbl.table-form .cell { display: block; } .main .form-group .tbl.table-form .cell.w260 { width: 100%; } .main .form-group .tbl.table-form .cell.w260 label { margin-bottom: 10px; width: auto; } .main .form-group .tbl.table-form .cell input { width: 100%; } .main .form-group.big.mb0 { margin-bottom: 20px; } .main .form-group.big label { font-size: 14px; } .main .form-group label { font-size: 13px; margin-bottom: 5px; } .main textarea.form-control { height: 100px; } .main .form-control { font-size: 12px; } .main .appointment .pad100 { padding: 40px 0; } .main .appointment .t { font-size: 13px; line-height: 20px; margin-bottom: 10px; } .main .appointment .t.mb0 { margin-bottom: 10px; } .main .appointment .tbl-appo .cell .h1 { font-size: 12px; } .main .appointment .tbl-appo .cell.link a { font-size: 11px; } .main .appointment .txt { font-size: 13px; line-height: 17px; } .main .appointment .form-group { margin-bottom: 25px; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top { padding: 1em 0; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev { margin-left: 0.5em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next { margin-right: 0.5em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month { margin-bottom: 0; font-size: 90%; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year { font-size: 90%; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date { padding: 0.5em 0; top: 7px; } .main .appointment .pad60 { padding: 40px 0; } .main .appointment .img-appointment { display: block; } .main .appointment .img-appointment img { object-fit: cover; height: 300px; } .main .appointment .abs { padding: 30px 0; position: relative; top: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .main .appointment .abs ul.l li a { font-size: 14px; } .main .appointment .abs title { font-size: 13px; } .main .appointment .t-appo { font-size: 15px; line-height: 23px; margin-bottom: 15px; } .main .appointment .box { margin-bottom: 20px; } .main .appointment .box .h1 { font-size: 12px; line-height: 20px; letter-spacing: 0.5px; margin-bottom: 7px; } .main .appointment .box .txt { font-size: 12px; line-height: 22px; } .main .appointment .box ul.l li { margin-bottom: 5px; } .main .appointment .box ul.l li a { padding-left: 22px; font-size: 12px; line-height: 20px; } .main .appointment .box ul.l li a:before { top: 2px; } .main .appointment .box ul.l li a:after { top: 5px; } .main .appointment .bg-img { display: none; } .main .contact .left-contact { padding: 30px 15px; } .main .contact .left-contact .t { font-size: 18px; line-height: 25px; margin-bottom: 15px; } .main .contact .left-contact .box { margin-bottom: 20px; } .main .contact .left-contact .box .h1 { font-size: 15px; line-height: 23px; } .main .contact .left-contact .box .txt { font-size: 14px; color: #716c64; margin-bottom: 3px; } .main .contact .left-contact .box .txt p { font-size: 13px; } .main .contact .left-contact .box .link a { font-size: 15px; } .main .contact .left-contact .bdy p { font-size: 12px; } .main .contact .right-contact { padding: 30px 15px; } .main .contact .right-contact .t { font-size: 15px; line-height: 26px; } .main .bdr-global { height: 100px; margin: 30px auto; } .main .bdr-global.h150 { height: 70px; } .main .title { font-size: 15px; line-height: 21px; margin-bottom: 10px; } .main .title2 { font-size: 20px; line-height: 24px; margin-bottom: 30px; } .main .title2.mb40 { margin-bottom: 30px; } .main .minh700 { min-height: 500px; } .main .pad-global { padding: 30px 0; } .main .account .txt-show { font-size: 12px; line-height: 14px; } .main .account .table-order { margin-top: -10px; margin-bottom: 25px; } .main .account .table-order .show-title { vertical-align: top; display: inline-block; margin-right: 5px; font-weight: bold; color: #c6a063; } .main .account .table-order .tbl { display: block; width: 100%; } .main .account .table-order .tbl .cell { display: block; margin-bottom: 5px; } .main .account .table-order .tbl .cell.w200 { width: 100%; } .main .account .table-order .tbl .cell.w150 { width: 100%; } .main .account .table-order .tbl-hdr { display: none; font-size: 12px; } .main .account .table-order .tbl-bdy { padding: 10px 0; font-size: 12px; } .main .account .table-account .bdy { font-size: 12px; } .main .account .table-account .bold { font-size: 12px; line-height: 20px; } .main .account .table-account .tbl { display: block; } .main .account .table-account .tbl .cell { width: 100%; display: block; } .main .account .table-account .tbl .cell.img { width: 100%; padding-right: 0; margin-bottom: 10px; } .main .account .table-account .tbl .cell.img img { width: 150px; } .main .account .table-account .tbl .cell.last { width: 100%; padding-left: 0; text-align: left; margin-top: 10px; } .main .account .table-account .tbl .cell.last .price { font-size: 12px; line-height: 20px; } .main .account .table-account .tbl .cell.last .qty { font-size: 12px; line-height: 20px; } .main .account .table-account .tbl .cell .nm { margin-bottom: 3px; font-size: 12px; } .main .account .table-account .tbl .cell .desc p { font-size: 12px; } .main .account .t1 { font-size: 15px; line-height: 20px; } .main .account .mt40 { margin-top: 20px; } .main .account .price-data { font-size: 12px; line-height: 20px; } .main .account .price-data.fz22 { font-size: 12px; line-height: 22px; } .main .account .t2 { line-height: 15px; font-size: 12px; letter-spacing: 0.5px; margin-bottom: 5px; } .main .account .t3 { margin-bottom: 10px; line-height: 21px; } .main .account .t4 { margin-bottom: 5px; font-size: 12px; } .main .account .bdr-account { padding-bottom: 15px; margin-bottom: 15px; } .main .account .box-data { margin-bottom: 15px; } .main .account .box-data p { margin-bottom: 0; font-size: 12px; line-height: 20px; } .main .account .link { margin-bottom: 30px; } .main .account .link a { font-size: 12px; } .main .checkout .t3 { margin-bottom: 10px; font-size: 17px; line-height: 21px; } .main .checkout .t2 { font-size: 14px; margin-bottom: 5px; } .main .checkout .bdr-success { padding: 0 0 15px; margin-bottom: 15px; border: 0; } .main .checkout .bdr-success.bdrbtm0 { border-bottom: 1px solid #eeeeee; } .main .checkout .price-data { font-size: 14px; line-height: 20px; } .main .checkout .price-data.fz22 { font-size: 17px; line-height: 22px; } .main .checkout .bdr { padding-bottom: 15px; margin-bottom: 15px; } .main .checkout .link { text-align: left; margin-bottom: 15px; } .main .checkout .link a { font-size: 11px; line-height: 15px; } .main .checkout .box-data p { font-size: 15px; line-height: 22px; } .main .checkout .mb20 { margin-bottom: 30px; } .main .checkout ul.css-radio li a { font-size: 14px; } .main .checkout ul.css-radio li a label { margin-bottom: 0 !important; font-size: 12px !important; } .main .checkout ul.css-radio li a label .price { font-size: 13px; } .main .checkout ul.css-radio.css-payment li { float: none; width: auto; } .main .checkout ul.css-radio.css-shippping li { margin-bottom: 15px; display: block; margin-right: 0; } .main .checkout ul.css-radio.css-shippping li:last-child { margin-bottom: 0; } .main .checkout .table-checkout .coupon span { display: block; } .main .checkout .table-checkout .coupon span.t-coupon { top: 0; margin-left: 0; } .main .checkout .table-checkout .coupon .input-coupon { padding: 5px 10px 5px 0; width: 140px; font-size: 12px; } .main .checkout .table-checkout .bdy { font-size: 12px; } .main .checkout .table-checkout .bold { font-size: 14px; line-height: 20px; } .main .checkout .table-checkout .tbl { display: block; } .main .checkout .table-checkout .tbl .cell { width: 100%; display: block; } .main .checkout .table-checkout .tbl .cell.img { width: 100%; padding-right: 0; margin-bottom: 10px; } .main .checkout .table-checkout .tbl .cell.img img { width: 150px; } .main .checkout .table-checkout .tbl .cell.last { width: 100%; padding-left: 0; text-align: left; margin-top: 10px; } .main .checkout .table-checkout .tbl .cell.last .price { font-size: 12px; } .main .checkout .table-checkout .tbl .cell.last .qty { font-size: 12px; } .main .checkout .table-checkout .tbl .cell .nm { font-size: 12px; margin-bottom: 3px; } .main .checkout .mt40 { margin-top: 30px; } .main .checkout .t1 { font-size: 16px; line-height: 22px; margin-bottom: 20px; } .main .checkout .t1.mb20 { margin-bottom: 10px; } .main .faq .table-size { margin-top: 20px; } .main .faq .table-size .tbl .cell.w33 { padding: 0 7px; width: 35%; } .main .faq .table-size .tbl.tbl-hdr { font-size: 12px; line-height: 14px; padding-bottom: 10px; } .main .faq .table-size .tbl.tbl-bdy { font-size: 12px; line-height: 14px; } .main .faq .bdy .t1 { margin-bottom: 8px; font-size: 13px; line-height: 20px; } .main .faq .bdy p { font-size: 12px; } .main .faq .bdy ul li { font-size: 12px; } .main .faq ul.nav-tabs { margin-bottom: 30px; } .main .faq ul.nav-tabs li a { padding: 5px 0; font-size: 11px; line-height: 18px; } .main .faq .accordion .box { margin-bottom: 10px; } .main .faq .accordion .box .nm a { font-size: 11px; line-height: 21px; } .main .faq .accordion .box .nm a:before { top: 4px; font-size: 11px; } .main .faq .accordion .box .bdy { padding-left: 20px; } .main .auth .text-auth { font-size: 11px; line-height: 15px; } .main .auth .text-auth.row { margin-left: -5px; margin-right: -5px; } .main .auth .text-auth.row > div { padding-left: 5px; padding-right: 5px; } .main .home { margin-bottom: 40px; } .main .home .banner { margin-bottom: 0; height: 250px; } .main .home .banner .abs-banner { bottom: 20px; } .main .about .link { margin-top: 40px; } .main .about .img { width: 100%; height: 350px; } .main .about .img img { height: 350px; } .main .about .t-about { font-size: 17px; line-height: 25px; margin-bottom: 10px; } .main .about .bdy.mb60 { margin-bottom: 30px; } .main .about .bdy p { font-size: 13px; line-height: 24px; } .main .banner-about { padding: 40px 0; } .main .banner-about .txt { margin-top: 20px; font-size: 12px; margin-bottom: 7px; } .main .banner-about .nm { font-size: 18px; margin-bottom: 15px; } .main .banner-about .slider-about .slick-dots { right: 10px; bottom: 10px; } .main .banner-about .slider-about .slick-dots li { width: 3px; height: 3px; } .main .banner-about .slider-about .slick-dots li button { width: 3px; height: 3px; } .main .slider-banner .slick-dots { bottom: 5px; } .main .slider-banner .slick-dots li { margin: 0 5px; width: 5px; height: 5px; } .main .slider-banner .slick-dots li button { width: 5px; height: 5px; } .main .banner-text { padding: 40px 0; } .main .banner-text .img { margin-bottom: 15px; } .main .banner-text .img img { width: 25px; } .main .banner-text .t { margin-bottom: 20px; font-size: 18px; line-height: 30px; } .main .banner-text .bdy { margin-bottom: 20px; } .main .banner-text .bdy p { font-size: 14px; line-height: 30px; } .main .banner-text .link a { font-size: 14px; } } @media (max-width: 480px) { .btn.transparent { font-size: 12px; } .main .shop .detail ul.l-btn li { margin-right: 7px; } } @media (max-width: 380px) { .main .faq .table-size .tbl .cell.w33 { width: 40%; } } /*# sourceMappingURL=front.css.map */
public/css/front.css
@charset "UTF-8"; html, body { background-color: #fff; color: #303030; font-weight: normal; margin: 0; letter-spacing: 0.5px; font-family: "jostbook"; } body.noscroll { overflow: hidden; } .pos-rel { position: relative; } a { color: #303030; } *:focus, a:hover, a:focus, input.form-control:focus, input.form-control:hover, select.form-control:focus, select.form-control:hover, textarea.form-control:focus, textarea.form-control:hover, button:hover, button:focus, button.btn:hover, button.btn:focus { outline: 0; text-decoration: none; box-shadow: none; } input.form-control:focus { border-color: #c6a063; } .tbl { width: 100%; height: 100%; display: table; } .tbl .cell { display: table-cell; vertical-align: middle; } .tbl .cell.v-top { vertical-align: top; } .help-block { font-size: 12px; } header { border-bottom: 1px solid #eeeeee; position: relative; padding: 35px 0 0; } header .no-posrel { position: inherit; } header .click-menu { display: none; } header .show-xs { display: none; } header ul.l-menu { margin: 0; padding: 0; } header ul.l-menu li { display: inline-block; margin-right: 25px; } header ul.l-menu li:last-child { margin-right: 0; } header ul.l-menu li.account { display: none; } header ul.l-menu li.account.open { display: inline-block; } header ul.l-menu li.noaccount.open { display: none; } header ul.l-menu li.checkout { display: none; } header ul.l-menu li.checkout.open { display: inline-block; } header ul.l-menu li.nocheckout { margin-right: 0; } header ul.l-menu li.nocheckout.open { display: none; } header ul.l-menu li a { display: block; padding-bottom: 35px; position: relative; color: #303030; text-transform: uppercase; font-size: 14px; line-height: 18px; cursor: pointer; font-family: "jostmedium"; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } header ul.l-menu li a:before { width: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; height: 2px; background-color: #c6a063; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 30px; content: ""; } header ul.l-menu li a:hover:before { width: 100%; } header ul.l-menu li .bdr-top-bottom { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; } header ul.l-menu li .sub-menu ul.list-sub-menu { margin: 0; padding: 0; } header ul.l-menu li .sub-menu ul.list-sub-menu li { display: block; margin-bottom: 10px; } header ul.l-menu li .sub-menu ul.list-sub-menu li:last-child { margin-bottom: 0; } header ul.l-menu li .sub-menu ul.list-sub-menu li ul.list-sub-menu2 { margin: 10px 0 0; padding: 0 0 0 20px; } header ul.l-menu li .sub-menu ul.list-sub-menu li.t1 a { font-size: 14px; line-height: 20px; color: #c6a063; font-family: "jostmedium"; } header ul.l-menu li .sub-menu ul.list-sub-menu li a { text-transform: none; font-weight: normal; display: inline-block; padding: 0; font-size: 14px; line-height: 20px; color: #303030; border: 0; } header ul.l-menu li .sub-menu ul.list-sub-menu li a:hover { color: #c6a063; } header ul.l-menu li .sub-menu ul.list-sub-menu li a:before { display: none; } header ul.l-menu li > div { position: absolute; display: block; width: 100%; top: 100%; left: 0; padding: 30px 0; opacity: 0; z-index: 100; visibility: hidden; overflow: hidden; background-color: white; -webkit-transition: all 0.3s ease 0.15s; -moz-transition: all 0.3s ease 0.15s; transition: all 0.3s ease 0.15s; } header ul.l-menu li:hover > div { opacity: 1; visibility: visible; overflow: visible; } header ul.l-menu li:hover a.dropbtn { font-size: 13px; } header ul.l-menu li:hover a.dropbtn:before { width: 100%; } header .logo { position: relative; top: -20px; text-align: center; } header .logo a { display: inline-block; } .visible-md { display: none; } .visible-xs { display: none; } footer { border-top: 1px solid #eeeeee; padding: 40px 0 20px 0; } footer .input-group input { border-radius: 0; font-size: 11px; border: 1px solid #eeeeee; height: auto; padding: 9px 15px 8px ​15px; } footer .input-group input::placeholder { font-style: italic; opacity: 0.7; } footer .input-group input:-ms-input-placeholder { font-style: italic; opacity: 0.7; } footer .input-group input::-ms-input-placeholder { font-style: italic; opacity: 0.7; } footer .input-group .input-group-append .btn { font-weight: bold; background-color: transparent; border: 1px solid #c6a063; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #c6a063; min-width: 70px; padding: 12px 10px; font-size: 12px; } footer .input-group .input-group-append .btn:hover { color: white; background-color: #c6a063; } footer .t-footer { font-weight: bold; margin-bottom: 15px; font-size: 14px; color: #c6a063; line-height: 20px; } footer .t-footer a { color: #c6a063; line-height: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 13px; } footer .t-footer a:hover { color: #303030; } footer ul.l-footer { margin: 0; padding: 0; } footer ul.l-footer li { list-style: none; margin-bottom: 15px; line-height: 1; } footer ul.l-footer li:last-child { margin-bottom: 0; } footer ul.l-footer li a { font-size: 13px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } footer ul.l-footer li a:hover { color: #c6a063; } footer ul.l-soc { margin: 20px 0 15px 0; padding: 0; } footer ul.l-soc li { display: inline-block; margin-right: 15px; line-height: 1; } footer ul.l-soc li:last-child { margin-right: 0; } footer ul.l-soc li a { font-size: 17px; color: #303030; line-height: 18px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } footer ul.l-soc li a:hover { color: #c6a063; } footer .txt { margin-bottom: 15px; font-size: 13px; line-height: 15px; } footer .cp { font-size: 13px; margin: 0 auto; width: 100%; margin-top: 50px; } footer .cp p { display: inline-block; opacity: 0.6; margin: 0; color: #303030; } footer .cp a { opacity: 0.6; display: inline-block; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } footer .cp a:hover { opacity: 1; } .btn { background: white; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-radius: 0; min-width: 180px; padding: 14px 20px; font-size: 14px; border: 1px solid #303030; letter-spacing: 2px; line-height: 1; text-transform: uppercase; } .btn:hover { background-color: #303030; color: white; } .btn.full { width: 100%; } .btn.btn-coupon { font-size: 12px; min-width: 90px; padding: 8px 10px; } .btn.transparent { border: 1px solid #6a111e; background: transparent; color: #6a111e; font-weight: bold; padding: 10px 15px; } .btn.transparent:hover { background-color: #6a111e; color: white; } #menu { display: none; } #main-page { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } #main-page .bg-dark-menu { width: 100%; height: 100%; cursor: pointer; background: black; z-index: 999; position: absolute; left: 0; top: 0px; display: none; opacity: 0; } #main-page .bg-dark-cart { width: 100%; height: 100%; cursor: pointer; background: black; z-index: 999; position: fixed; left: 0; top: 0px; display: none; opacity: 0; } .fix-wa { position: fixed; right: 15px; bottom: 50px; z-index: 999; } .fix-wa img { height: 40px; } #cart { position: fixed; top: 0; right: -100%; width: 500px; height: 100%; z-index: 9999; background: #fff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; overflow: auto; padding: 0 0 30px; } #cart.open { right: 0; } #cart .pad { padding: 20px 25px; } #cart .pad.bdr { border-bottom: 1px solid #eeeeee; } #cart .pad.bdrbtm0 { border-bottom: 0; padding-bottom: 0; } #cart .t { font-size: 18px; line-height: 25px; letter-spacing: 1.5px; text-transform: uppercase; } #cart .text { font-size: 14px; } #cart .text .bold { font-weight: bold; } #cart .txt-small { font-size: 12px; line-height: 15px; margin: 10px 0 20px; color: rgba(48, 48, 48, 0.6); } #cart .link a { display: inline-block; } #cart .link a .btn { min-width: auto; font-size: 12px; padding: 12px 15px; } #cart .close-cart { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #cart .close-cart:hover { opacity: 1; } #cart .coupon span { font-size: 14px; vertical-align: middle; display: inline-block; } #cart .coupon span.t-coupon { position: relative; top: 1px; opacity: 0.6; font-weight: bold; font-size: 14px; display: none; text-transform: uppercase; margin-left: 8px; } #cart .coupon span.t-coupon.active { display: inline-block; } #cart .coupon .input-coupon { padding: 8px 10px; width: 140px; font-size: 14px; border-color: transparent; } #cart .box-remove { display: none; } #cart .box-remove a { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #cart .box-remove a:hover { opacity: 1; } #cart .table-cart .qty { display: inline-block; vertical-align: middle; font-size: 12px; line-height: 1; margin-right: 10px; } #cart .table-cart .input-quantity { clear: both; position: relative; display: inline-block; vertical-align: middle; } #cart .table-cart .input-quantity input { border: 1px solid #eeeeee; box-sizing: border-box; margin: 0; outline: none; padding: 10px 5px; display: inline-block; vertical-align: middle; } #cart .table-cart .input-quantity input[type=button] { -webkit-appearance: button; cursor: pointer; background-color: transparent; min-width: 30px; width: auto; transition: all 300ms ease; } #cart .table-cart .input-quantity input[type=button]:hover { border-color: #303030; background: #303030; color: white; } #cart .table-cart .input-quantity input::-webkit-outer-spin-button, #cart .table-cart .input-quantity input::-webkit-inner-spin-button { -webkit-appearance: none; } #cart .table-cart .input-quantity input[type=number] { -moz-appearance: textfield; -webkit-appearance: none; } #cart .table-cart .input-quantity .button-minus, #cart .table-cart .input-quantity .button-plus { height: 30px; padding: 0; width: 30px; position: relative; } #cart .table-cart .input-quantity .quantity-field { position: relative; height: 30px; text-align: center; border: 1px solid #eeeeee; width: 60px; border-left: 0; border-right: 0; font-size: 14px; display: inline-block; background-color: transparent; margin: 0 -5px; resize: vertical; } #cart .table-cart .tbl .cell { vertical-align: top; } #cart .table-cart .tbl .cell.img { width: 100px; padding-right: 20px; } #cart .table-cart .tbl .cell.img img { width: 100%; } #cart .table-cart .tbl .cell.last { position: relative; width: 140px; padding-left: 20px; text-align: right; } #cart .table-cart .tbl .cell.last .price { position: absolute; right: 0; bottom: 0; font-size: 14px; line-height: 20px; } #cart .table-cart .tbl .cell.last .remove-cart { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #cart .table-cart .tbl .cell.last .remove-cart:hover { opacity: 1; } #cart .table-cart .tbl .cell .nm { font-weight: bold; font-size: 14px; line-height: 20px; margin-bottom: 5px; } #cart .table-cart .tbl .cell .desc { margin-bottom: 15px; } #cart .table-cart .tbl .cell .desc p { opacity: 0.6; font-size: 13px; line-height: 17px; margin: 0; } .main ul.css-radio { margin: 0; padding: 0; } .main ul.css-radio.css-shape li { margin-bottom: 20px; } .main ul.css-radio.css-shape li a input[type=checkbox]:checked + label:before, .main ul.css-radio.css-shape li a input[type=checkbox]:not(:checked) + label:before { top: 10px; } .main ul.css-radio.css-shape li a input[type=checkbox]:checked + label:after, .main ul.css-radio.css-shape li a input[type=checkbox]:not(:checked) + label:after { top: 13px; } .main ul.css-radio.block li { float: none; width: auto; } .main ul.css-radio li { margin-bottom: 10px; display: block; list-style: none; float: left; width: 50%; } .main ul.css-radio li:hover { background: transparent; color: #303030; } .main ul.css-radio li:last-child { margin-bottom: 0; } .main ul.css-radio li a { text-align: left; padding: 0; font-size: 14px; } .main ul.css-radio li a:hover { background: transparent; color: #303030; } .main ul.css-radio li a label { font-weight: normal; margin-bottom: 0 !important; font-size: 14px !important; } .main ul.css-radio li a label .price { color: #b7b7b7; font-size: 13px; margin-top: 5px; } .main ul.css-radio li a input[type=radio]:checked, .main ul.css-radio li a input[type=radio]:not(:checked) { position: absolute; left: -9999px; } .main ul.css-radio li a input[type=radio]:checked + label, .main ul.css-radio li a input[type=radio]:not(:checked) + label { position: relative; padding-left: 30px; cursor: pointer; line-height: 15px; display: inline-block; color: #303030; } .main ul.css-radio li a input[type=radio]:checked + label:before, .main ul.css-radio li a input[type=radio]:not(:checked) + label:before { border-radius: 50%; content: ""; position: absolute; left: 0; top: -1px; width: 15px; height: 15px; border: 1px solid #cccccc; background: transparent; } .main ul.css-radio li a input[type=radio]:checked + label:after, .main ul.css-radio li a input[type=radio]:not(:checked) + label:after { content: ""; border-radius: 50%; width: 9px; height: 9px; background: #303030; position: absolute; top: 2px; left: 3px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .main ul.css-radio li a input[type=radio]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .main ul.css-radio li a input[type=radio]:checked + label:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main ul.css-radio li a input[type=checkbox]:checked, .main ul.css-radio li a input[type=checkbox]:not(:checked) { position: absolute; left: -9999px; } .main ul.css-radio li a input[type=checkbox]:checked + label, .main ul.css-radio li a input[type=checkbox]:not(:checked) + label { position: relative; padding-left: 30px; cursor: pointer; line-height: 15px; display: inline-block; color: #303030; } .main ul.css-radio li a input[type=checkbox]:checked + label:before, .main ul.css-radio li a input[type=checkbox]:not(:checked) + label:before { border-radius: 0; content: ""; position: absolute; left: 0; top: -1px; width: 15px; height: 15px; border: 1px solid #cccccc; background: transparent; } .main ul.css-radio li a input[type=checkbox]:checked + label:after, .main ul.css-radio li a input[type=checkbox]:not(:checked) + label:after { content: ""; border-radius: 0; width: 9px; height: 9px; background: #303030; position: absolute; top: 2px; left: 3px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .main ul.css-radio li a input[type=checkbox]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .main ul.css-radio li a input[type=checkbox]:checked + label:after { opacity: 1; border: 1px solid #303030; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main .popup { visibility: hidden; opacity: 0; -webkit-transition: all 0s; -moz-transition: all 0s; transition: all 0s; } .main .popup.open { opacity: 1; visibility: visible; } .main .popup.open .popup-content { top: 50%; } .main .popup .popup-overlay { background: rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 3000; } .main .popup .popup-overlay.open { opacity: 1; visibility: visible; } .main .popup .popup-overlay .close-pop { cursor: pointer; position: absolute; top: 20px; right: 20px; } .main .popup .popup-overlay .close-pop i { color: white; font-size: 30px; } .main .popup .popup-content { width: 800px; height: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; top: 45%; background: blue; margin: 0 auto; position: fixed; padding: 0; left: 0; right: 0; transform: translateY(-50%); } .main .popup .popup-content .slider-pop .item .img img { width: 100%; } .main .popup .popup-content .slider-pop .slick-prev { left: -55px; width: 45px; height: 55px; background: url("../images/chevron-left.svg"); } .main .popup .popup-content .slider-pop .slick-prev:before { display: none; } .main .popup .popup-content .slider-pop .slick-next { right: -55px; width: 45px; height: 55px; background: url("../images/chevron-right.svg"); } .main .popup .popup-content .slider-pop .slick-next:before { display: none; } .main .form-group { margin-bottom: 20px; } .main .form-group .mb0 { margin-bottom: 0px !important; } .main .form-group .tbl.table-form .cell.w260 { width: 260px; } .main .form-group .tbl.table-form .cell.w260 label { width: 260px; } .main .form-group .tbl.table-form .cell input { width: 200px; } .main .form-group .tbl.table-form .cell label { margin-bottom: 0; } .main .form-group.big label { font-size: 16px; margin-bottom: 10px; } .main .form-group.big.mb0 label { margin-bottom: 0; } .main .form-group label { font-weight: bold; font-size: 14px; margin-bottom: 7px; } .main .form-group label.hide { position: absolute; z-index: -1; } .main textarea.form-control { resize: none; height: 120px; } .main .form-control { border-radius: 0; border: 1px solid #c0c0c0; color: #303030; font-size: 14px; height: auto; padding: 10px 15px; background: white; } .main .form-control:focus { border-color: #c6a063; } .main .form-control::placeholder { font-style: italic; opacity: 0.7; } .main .form-control:-ms-input-placeholder { font-style: italic; opacity: 0.7; } .main .form-control::-ms-input-placeholder { font-style: italic; opacity: 0.7; } .main .form-control.css-select { padding: 10px 12px; font-style: italic; opacity: 0.7; } .main .form-control.css-select.open { font-style: normal; opacity: 1; } .main .appointment .img-shape img { height: 33px; } .main .appointment ul.css-radio.css-time li a input[type=radio]:checked + label { font-weight: bold; } .main .appointment .form-group { margin-bottom: 40px; } .main .appointment .pad100 { padding: 100px 0; } .main .appointment .link-ring-size a { margin-top: 15px; font-size: 12px; line-height: 15px; display: inline-block; color: rgba(48, 48, 48, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; cursor: pointer; border-bottom: 1px solid rgba(48, 48, 48, 0.6); } .main .appointment .link-ring-size a:hover { color: #c6a063; } .main .appointment .calendar .pignose-calendar { width: 100%; max-width: 100%; box-shadow: none; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit { height: 2.6em; line-height: 2em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a { cursor: no-drop; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a { background: #c6a063; color: white; font-weight: normal; box-shadow: none; } .main .appointment .calendar .pignose-calendar .pignose-calendar-unit a { color: #303030; width: 2em; height: 2em; line-height: 2.1em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top { padding: 1.3em 0; box-shadow: none; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month { margin-bottom: 0; font-size: 115%; display: inline-block; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year { font-size: 115%; font-weight: bold; color: #303030; display: inline-block; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date { padding: 1em 0; top: 7px; } .main .appointment .calendar .pignose-calendar .pignose-calendar-header { padding: 0 1em; margin-top: 1em; font-size: 70%; } .main .appointment .calendar .pignose-calendar .pignose-calendar-body { padding: 0 1em; font-size: 80%; } .main .appointment .t { font-size: 18px; line-height: 24px; margin-bottom: 10px; } .main .appointment .t.mb0 { margin-bottom: 0; } .main .appointment .mb25 { margin-bottom: 30px; } .main .appointment .txt { font-size: 14px; line-height: 20px; margin-top: 10px; } .main .appointment .txt.txt-summary { display: none; } .main .appointment .tbl-appo .cell { line-height: 1; vertical-align: top; } .main .appointment .tbl-appo .cell .h1 { margin: 0; font-size: 14px; line-height: 20px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; color: #c6a063; } .main .appointment .tbl-appo .cell.link { width: 50px; text-align: right; display: none; } .main .appointment .tbl-appo .cell.link.open { display: table-cell; } .main .appointment .tbl-appo .cell.link a { font-size: 11px; line-height: 15px; display: inline-block; color: rgba(48, 48, 48, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; cursor: pointer; border-bottom: 1px solid rgba(48, 48, 48, 0.6); } .main .appointment .tbl-appo .cell.link a:hover { color: #c6a063; } .main .appointment .t-appo { font-size: 16px; font-weight: bold; line-height: 26px; margin-bottom: 15px; } .main .appointment .t-appo.mb5 { margin-bottom: 3px; } .main .appointment .img-appointment { display: none; } .main .appointment .img-appointment img { width: 100%; } .main .appointment .abs { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .main .appointment .abs .title { text-align: left; } .main .appointment .abs .title2 { text-align: left; } .main .appointment .box { margin-bottom: 30px; } .main .appointment .box.mb0 { margin-bottom: 0; } .main .appointment .box .h1 { font-size: 15px; font-weight: bold; line-height: 24px; letter-spacing: 0.7px; color: #b7b7b7; text-transform: uppercase; margin-bottom: 10px; } .main .appointment .box .txt { font-size: 16px; line-height: 24px; } .main .appointment .box ul.l { margin: 0; padding: 0; } .main .appointment .box ul.l li { margin-bottom: 8px; display: block; } .main .appointment .box ul.l li:last-child { margin-bottom: 0; } .main .appointment .box ul.l li a { padding-left: 25px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 16px; line-height: 24px; display: inline-block; position: relative; } .main .appointment .box ul.l li a.active:after { background: #303030; } .main .appointment .box ul.l li a:hover { opacity: 0.7; } .main .appointment .box ul.l li a:before { content: ""; width: 15px; height: 15px; border-radius: 50%; position: absolute; left: 0; border: 1px solid #cccccc; top: 5px; } .main .appointment .box ul.l li a:after { content: ""; width: 9px; height: 9px; border-radius: 50%; position: absolute; left: 3px; background: transparent; top: 8px; } .main .appointment .bg-img { float: right; background-size: cover !important; width: 58.333333%; height: 650px; } .main .appointment ul.l-shape { margin: 0 0 10px; padding: 0; } .main .appointment ul.l-shape li { display: inline-block; margin-right: 15px; } .main .appointment ul.l-shape li:last-child { margin-right: 0; } .main .appointment ul.l-shape li a { display: block; padding-bottom: 5px; cursor: pointer; position: relative; border-bottom: 2px solid transparent; } .main .appointment ul.l-shape li a.active { border-bottom: 2px solid #c6a063; } .main .appointment ul.l-shape li a .img img { height: 33px; } .main .contact .box { text-align: center; } .main .contact .box .h1 { font-size: 13px; letter-spacing: 1px; font-weight: bold; line-height: 20px; text-transform: uppercase; color: #c6a063; margin-bottom: 8px; } .main .contact .box .txt p { margin: 0; font-size: 14px; line-height: 20px; } .main .contact .box .txt p a { color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .contact .box .txt p a:hover { color: #c6a063; } .main .contact .bdy { margin: 30px 0 40px; text-align: center; } .main .contact .bdy p { font-size: 15px; line-height: 22px; margin: 0; } .main .quotation .t { font-size: 18px; line-height: 24px; margin-bottom: 20px; } .main .quotation .label-name { margin-right: 10px; font-family: "jostmedium"; font-weight: bold; font-size: 14px; letter-spacing: 0.7px; line-height: 19px; margin-bottom: 10px; text-transform: uppercase; } .main .quotation .box-slider { width: 100%; margin: 0 auto; padding: 0 20px; } .main .quotation .box-slider .slider-container { margin: 45px 0 30px; } .main .quotation .box-slider .slider-container .rs-container { height: 20px; } .main .quotation .box-slider .slider-container .rs-scale { display: none; } .main .quotation .box-slider .slider-container .rs-pointer { border: 1px solid #c0c0c0; width: 20px; height: 20px; top: -2px; background: white; border-radius: 50%; box-shadow: none; } .main .quotation .box-slider .slider-container .rs-pointer:before, .main .quotation .box-slider .slider-container .rs-pointer:after { display: none; } .main .quotation .box-slider .slider-container .rs-selected { height: 6px; background: #c6a063; border: 1px solid #303030; } .main .quotation .box-slider .slider-container .rs-bg { height: 6px; border: 1px solid #303030; background: white; } .main .quotation .box-slider .slider-container .rs-tooltip { border: 1px solid #c0c0c0; border-radius: 0; font-size: 12px; } .main .quotation .left-quotation .mb25 { margin-bottom: 25px; } .main .quotation .left-quotation ul.l-stones { padding: 0; margin: 0; } .main .quotation .left-quotation ul.l-stones li { display: inline-block; margin-right: 20px; } .main .quotation .left-quotation ul.l-stones li a { font-size: 15px; line-height: 20px; border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; cursor: pointer; } .main .quotation .left-quotation ul.l-stones li a:hover { opacity: 0.7; } .main .quotation .left-quotation ul.l-stones li a.active { font-weight: bold; font-family: "jostmedium"; border-color: #c6a063; } .main .quotation .left-quotation ul.l-stones li:last-child { margin-right: 0; } .main .quotation .left-quotation .mb10 { margin-bottom: 10px; } .main .quotation .left-quotation .mt20 { margin-top: 20px; } .main .quotation .left-quotation .t1 { text-transform: uppercase; margin-right: 10px; letter-spacing: 1.5px; font-weight: bold; font-size: 12px; line-height: 20px; } .main .quotation .left-quotation .t2 { font-size: 14px; line-height: 20px; } .main .quotation .left-quotation ul.l-color { margin: 0; padding: 0; } .main .quotation .left-quotation ul.l-color.list-band li a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main .quotation .left-quotation ul.l-color.list-band li a:hover { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); } .main .quotation .left-quotation ul.l-color.list-band li a .in-bdr { border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 0; left: 0; background-size: cover !important; } .main .quotation .left-quotation ul.l-color.list-color li a.active .in-bdr { width: 20px; height: 20px; top: 5px; left: 5px; } .main .quotation .left-quotation ul.l-color.list-color li a .bdr { width: 30px; height: 30px; background: white; border: 1px solid #cecece; border-radius: 50%; } .main .quotation .left-quotation ul.l-color.list-color li a .in-bdr { border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 0; left: 0; background-size: cover !important; } .main .quotation .left-quotation ul.l-color li { display: inline-block; margin-right: 10px; } .main .quotation .left-quotation ul.l-color li:last-child { margin-right: 0; } .main .quotation .left-quotation ul.l-color li a { display: block; cursor: pointer; position: relative; } .main .quotation .left-quotation ul.l-color li a.active .bdr { border-color: #c6a063; } .main .quotation .left-quotation ul.l-color li a .bdr { width: 30px; height: 30px; background: white; border: 1px solid #cecece; border-radius: 50%; } .main .quotation .left-quotation ul.l-color li a .in-bdr { border-radius: 50%; width: 20px; height: 20px; position: absolute; top: 5px; left: 5px; } .main .quotation .left-quotation ul.l-shape { margin: 0 0 10px; padding: 0; } .main .quotation .left-quotation ul.l-shape li { display: inline-block; margin-right: 15px; } .main .quotation .left-quotation ul.l-shape li:last-child { margin-right: 0; } .main .quotation .left-quotation ul.l-shape li a { display: block; padding-bottom: 5px; cursor: pointer; position: relative; border-bottom: 2px solid transparent; } .main .quotation .left-quotation ul.l-shape li a.active { border-bottom: 2px solid #c6a063; } .main .quotation .left-quotation ul.l-shape li a .img img { height: 33px; } .main .quotation .left-quotation input { position: absolute; left: -9999px; } .main .quotation .left-quotation .text { font-size: 13px; line-height: 16px; margin-bottom: 12px; } .main .quotation .left-quotation .text img { position: relative; top: -3px; margin-right: 12px; width: 15px; } .main .quotation .left-quotation .upload-image { margin-bottom: 30px; position: relative; display: inline-block; background-color: white; border: 1px solid #303030; padding: 10px 15px; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; margin-top: 5px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .quotation .left-quotation .upload-image:hover { color: white; background: #303030; } .main .quotation .left-quotation .upload-image span { cursor: pointer; } .main .quotation .left-quotation .upload-image input[type=file] { -webkit-appearance: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .main .minh700 { min-height: 700px; } .main .pad-global { padding: 80px 0; } .main .bdy-global p { margin-bottom: 0; font-size: 14px; line-height: 25px; } .main .bdy-global ul { margin: 0; padding: 0 0 0 20px; } .main .bdy-global ul li { font-size: 14px; line-height: 25px; } .main .bdy-global h2 { font-size: 17px; } .main .bdy-global h4 { font-size: 15px; font-weight: bold; } .main .faq .table-size { margin-top: 30px; } .main .faq .table-size .tbl .cell { vertical-align: center; } .main .faq .table-size .tbl .cell.w33 { width: 40%; padding: 0 5px; } .main .faq .table-size .tbl.tbl-hdr { border-bottom: 1px solid #eeeeee; padding-bottom: 10px; font-weight: bold; color: #c6a063; font-size: 13px; line-height: 17px; text-transform: uppercase; } .main .faq .table-size .tbl.tbl-bdy { border-bottom: 1px solid #eeeeee; padding-bottom: 10px; padding-top: 10px; font-size: 12px; line-height: 17px; } .main .faq .bdy .t1 { margin-bottom: 15px; font-size: 20px; line-height: 25px; } .main .faq .bdy p { font-size: 16px; line-height: 24px; margin-bottom: 0; } .main .faq .bdy p.mb25 { margin-bottom: 25px; } .main .faq .bdy ul { margin: 0; padding: 0; } .main .faq .bdy ul.mb40 { margin-bottom: 40px; } .main .faq .bdy ul li { margin-bottom: 8px; position: relative; font-size: 16px; line-height: 24px; padding-left: 15px; list-style: none; } .main .faq .bdy ul li:last-child { margin-bottom: 0; } .main .faq .bdy ul li:before { width: 6px; height: 6px; position: absolute; top: 9px; left: 0; content: ""; background: url("../images/ring-text.png"); } .main .faq .video { width: 100%; } .main .faq ul.nav-tabs { display: block; border: 0; } .main .faq ul.nav-tabs li { display: block; } .main .faq ul.nav-tabs li a { padding-left: 0; border: 0; font-size: 14px; color: #303030; font-weight: bold; } .main .faq ul.nav-tabs li a.active { color: #c6a063; } .main .faq .accordion .box { margin-bottom: 10px; } .main .faq .accordion .box .nm a { display: inline-block; color: #303030; padding-left: 20px; font-size: 14px; line-height: 25px; letter-spacing: 0; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .faq .accordion .box .nm a:hover { color: #6a111e; } .main .faq .accordion .box .nm a:before { position: absolute; left: 0; top: 5px; line-height: 1; color: #303030; content: ""; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 14px; } .main .faq .accordion .box .nm a.collapsed:before { content: ""; } .main .faq .accordion .box .bdy { padding-left: 50px; margin-top: 8px; } .main .faq .accordion .box .bdy p { text-align: left !important; margin-bottom: 0; font-size: 14px; line-height: 24px; } .main .faq .accordion .box .bdy a { color: #c6a063; } .main .faq .accordion .box .bdy a:hover { opacity: 0.7; } .main .faq .accordion .box .bdy ul { list-style-type: circle; } .main .faq .accordion .box .bdy ul li { text-align: left !important; margin-bottom: 0; font-size: 12px; line-height: 24px; } .main .faq .ring-sizer-middle iframe { width: 100% !important; margin: 0 auto !important; } .main .bdr-global { width: 1px; height: 200px; background-color: #303030; margin: 70px auto; } .main .bdr-global.h150 { height: 150px; } .main .title { font-weight: bold; color: #c6a063; text-align: center; font-size: 16px; line-height: 24px; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px; } .main .title2 { text-align: center; font-size: 30px; line-height: 36px; margin-bottom: 80px; letter-spacing: 1px; } .main .title2.mb0 { margin-bottom: 0; } .main .title2.mb30 { margin-bottom: 30px; } .main .title2.mb40 { margin-bottom: 40px; } .main .new-checkbox { font-size: 14px; } .main .detail .text-font { margin-top: 10px; font-size: 20px; line-height: 20px; border: 1px solid #c0c0c0; padding: 12px 15px; min-height: 48px; margin-bottom: 30px; text-align: center; display: none; } .main .detail .t-small { margin-bottom: 50px; font-size: 14px; line-height: 19px; text-align: center; } .main .detail ul.img-small { margin: 0; padding: 0; } .main .detail ul.img-small li { display: block; margin-bottom: 20px; } .main .detail ul.img-small li a { cursor: pointer; opacity: 0.3; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .detail ul.img-small li a img { width: 100%; } .main .detail ul.img-small li a.active { opacity: 1; } .main .detail ul.img-small li a:hover { opacity: 0.6; } .main .detail .slider-product { display: none; } .main .detail .img-big { margin-bottom: 25px; } .main .detail .img-big img { width: 100%; } .main .detail .mb10 { margin-bottom: 10px; } .main .detail .price { font-size: 15px; color: rgba(48, 48, 48, 0.6); letter-spacing: 1.5px; text-align: center; text-transform: uppercase; margin: 20px 0 40px; } .main .detail .t1 { text-transform: uppercase; margin-right: 10px; letter-spacing: 1.5px; font-weight: bold; font-size: 14px; line-height: 20px; } .main .detail .t2 { font-size: 14px; line-height: 20px; } .main .detail .t3 { color: rgba(48, 48, 48, 0.6); font-size: 12px; } .main .detail .link a { cursor: pointer; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: rgba(48, 48, 48, 0.6); border-bottom: 1px solid rgba(48, 48, 48, 0.6); font-size: 10px; } .main .detail .link a:hover { color: #c6a063; } .main .detail .link .mt20 { margin-top: 20px; } .main .detail ul.l-color { margin: 0 0 20px; padding: 0; } .main .detail ul.l-color li { display: inline-block; margin-right: 10px; } .main .detail ul.l-color li:last-child { margin-right: 0; } .main .detail ul.l-color li a { display: block; cursor: pointer; position: relative; } .main .detail ul.l-color li a.active .in-bdr { width: 20px; height: 20px; top: 5px; left: 5px; } .main .detail ul.l-color li a .bdr { width: 30px; height: 30px; background: white; border: 1px solid #cecece; border-radius: 50%; } .main .detail ul.l-color li a .in-bdr { border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 0; left: 0; background-size: cover !important; } .main .detail .mt20 { margin-top: 20px; } .main .detail ul.l-size { margin: 0 0 5px; padding: 0; } .main .detail ul.l-size li { vertical-align: top; display: inline-block; margin: 0 10px 10px 0; } .main .detail ul.l-size li:last-child { margin-right: 0; } .main .detail ul.l-size li a { cursor: pointer; position: relative; } .main .detail ul.l-size li a.active .bdr { font-weight: bold; border-color: #303030; } .main .detail ul.l-size li a .bdr { width: 30px; height: 30px; text-align: center; padding: 10px 0; line-height: 1; font-size: 11px; background: white; border: 1px solid #cecece; } .main .detail .box-size { display: none; } .main .detail .box-size.open { display: inline-block; vertical-align: top; } .main .detail .link .btn { font-weight: bold; letter-spacing: 0.7px; } .main .detail .form-group .engrave { margin-bottom: 0px !important; } .main .detail .box-engraving-yes { display: none; } .main .detail .box-engraving-yes .t3-show a { color: rgba(48, 48, 48, 0.6); font-size: 11px; text-decoration: underline; cursor: pointer; } .main .detail .box-engraving-yes .t3-show a:hover { text-decoration: none; opacity: 0.7; } .main .detail .box-engraving-yes .t3-hide a { color: rgba(48, 48, 48, 0.6); font-size: 11px; text-decoration: underline; cursor: pointer; display: none; } .main .detail .box-engraving-yes .t3-hide a:hover { text-decoration: none; opacity: 0.7; } .main .detail .mail { margin: 40px 0 10px; text-align: center; } .main .detail .mail a { border-bottom: 1px solid #c6a063; font-size: 11px; text-transform: uppercase; display: inline-block; color: #c6a063; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; letter-spacing: 0.5px; font-weight: bold; } .main .detail .mail a:hover { color: #303030; } .main .detail .bdy { margin: 5px 0 25px; } .main .detail .bdy p { margin-bottom: 5px; font-size: 14px; line-height: 20px; } .main .detail .bdy ul, .main .detail .bdy ol { font-size: 14px; line-height: 20px; } .main .detail .mb15 { margin-bottom: 15px; } .main .detail .tbl-desc .cell { vertical-align: top; } .main .detail .tbl-desc .t1 { width: 120px; padding-right: 15px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: bold; font-size: 14px; line-height: 20px; } .main .detail .tbl-desc .t2 { font-size: 14px; line-height: 20px; } .main .shop .quote-shop { margin-bottom: 40px; } .main .shop .item-product { margin-bottom: 60px; } .main .shop .item-product a { cursor: pointer; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .shop .item-product a .img { margin-bottom: 15px; } .main .shop .item-product a .img img { width: 100%; } .main .shop .item-product a:hover { opacity: 0.7; } .main .shop .item-product a:hover .nm { color: #c6a063; } .main .shop .item-product a .nm { font-weight: bold; text-transform: uppercase; letter-spacing: 1.5px; font-size: 15px; line-height: 22px; letter-spacing: 0; margin-bottom: 5px; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .shop .item-product a .price { font-size: 12px; line-height: 15px; color: rgba(48, 48, 48, 0.6); } .main .shop .t1 { text-align: center; font-weight: bold; font-size: 18px; letter-spacing: 1px; color: #6a111e; text-transform: uppercase; margin-bottom: 20px; } .main .shop .t2 { text-transform: uppercase; text-align: center; font-weight: 200; font-size: 30px; letter-spacing: 3px; color: #6a111e; line-height: 35px; margin-bottom: 40px; } .main .journal { border-top: 1px solid #e4e8ef; } .main .journal .journal-list { margin-bottom: 30px; } .main .journal .journal-list a { cursor: pointer; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .journal .journal-list a .img { margin-bottom: 15px; } .main .journal .journal-list a .img img { width: 100%; } .main .journal .journal-list a:hover { opacity: 0.7; } .main .journal .journal-list a .nm { color: #000; font-size: 18px; line-height: 26px; letter-spacing: 0; margin-bottom: 5px; text-align: center; } .main .journal .journal-list a .dt { font-size: 14px; line-height: 20px; color: #908d88; text-align: center; } .main .journal .back { font-size: 12px; margin-bottom: 20px; } .main .journal .back a { color: #6a111e; cursor: pointer; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .journal .back:hover { opacity: 0.7; } .main .journal .t1 { text-align: center; font-weight: bold; font-size: 20px; letter-spacing: 1px; color: #6a111e; text-transform: uppercase; } .main .journal .dt { text-transform: uppercase; text-align: center; font-weight: 200; font-size: 12px; color: #908d88; line-height: 35px; margin-bottom: 20px; } .main .journal .bdy { padding-top: 20px; } .main .journal .bdy p { margin-bottom: 0; font-size: 14px; line-height: 30px; text-align: justify; } .main .journal .box-arrow { width: 200px; } .main .journal .box-arrow a .link-title { margin-top: 30px; font-size: 12px; color: #6a111e; text-transform: uppercase; } .main .journal .box-arrow .link-desc { font-size: 12px; color: #908d88; } .main .journal .box-arrow:hover { opacity: 0.7; } .main .account .btn-last a { display: inline-block; } .main .account .btn-last .back { margin-top: 10px; } .main .account .btn-last .back a { display: inline-block; font-size: 12px; border-bottom: 1px solid rgba(48, 48, 48, 0.6); color: rgba(48, 48, 48, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .btn-last .back a:hover { color: #c6a063; border-color: #c6a063; } .main .account .txt-show { color: rgba(48, 48, 48, 0.6); font-size: 13px; line-height: 15px; } .main .account .txt-show a { border-bottom: 1px solid #303030; color: #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .txt-show a:hover { color: #c6a063; } .main .account .table-order { margin-bottom: 35px; } .main .account .table-order .show-title { display: none; } .main .account .table-order .box-hide { display: none; } .main .account .table-order .tbl .cell { padding-right: 15px; } .main .account .table-order .tbl .cell.w200 { width: 180px; } .main .account .table-order .tbl .cell.w150 { width: 160px; } .main .account .table-order .tbl-hdr { font-size: 14px; line-height: 17px; font-weight: bold; color: #c6a063; padding-bottom: 15px; border-bottom: 1px solid #eeeeee; text-transform: uppercase; letter-spacing: 0.7px; } .main .account .table-order .tbl-bdy { border-bottom: 1px solid #eeeeee; padding: 15px 0; font-size: 14px; line-height: 17px; } .main .account .table-order .tbl-bdy a { color: #303030; display: inline-block; font-weight: bold; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .table-order .tbl-bdy a:hover { color: #c6a063; } .main .account .table-order .tbl-bdy .blue { color: #0089c3; } .main .account .table-order .tbl-bdy .red { color: #F93A3A; } .main .account .table-order .tbl-bdy .green { color: #039A71; } .main .account .table-order .tbl-bdy ul.link { margin: 0; padding: 0; } .main .account .table-order .tbl-bdy ul.link li { display: inline-block; margin-right: 20px; } .main .account .table-order .tbl-bdy ul.link li:last-child { margin-right: 0; } .main .account .table-order .tbl-bdy ul.link li a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .account .table-order .tbl-bdy ul.link li a:hover { opacity: 0.7; } .main .account .table-order .order-empty { font-size: 12px; font-style: italic; text-align: left; margin-top: 30px; } .main .account .bdr { border-bottom: 1px solid #eeeeee; padding-bottom: 20px; margin-bottom: 20px; } .main .account .bdr.no-bdr { border: 0; } .main .account .pl20 { padding-left: 20px; } .main .account .table-account .bdy { font-size: 14px; line-height: 20px; } .main .account .table-account .bold { font-weight: bold; font-size: 13px; line-height: 20px; } .main .account .table-account .tbl .cell { vertical-align: top; } .main .account .table-account .tbl .cell.img { width: 110px; padding-right: 20px; } .main .account .table-account .tbl .cell.img img { width: 100%; } .main .account .table-account .tbl .cell.last { width: 140px; padding-left: 20px; text-align: right; } .main .account .table-account .tbl .cell.last .price { margin-bottom: 3px; font-size: 13px; line-height: 20px; } .main .account .table-account .tbl .cell.last .qty { font-size: 13px; line-height: 20px; } .main .account .table-account .tbl .cell .nm { font-size: 14px; line-height: 20px; margin-bottom: 5px; } .main .account .table-account .tbl .cell .desc p { opacity: 0.6; font-size: 13px; line-height: 17px; margin: 0; } .main .account .price-data { color: #c6a063; font-size: 14px; line-height: 22px; font-weight: bold; text-transform: uppercase; } .main .account .price-data.fz22 { font-size: 20px; } .main .account .t3 { font-weight: bold; font-size: 16px; line-height: 30px; margin-bottom: 10px; } .main .account .t4 { text-transform: uppercase; font-weight: bold; font-size: 14px; line-height: 20px; letter-spacing: 1px; margin-bottom: 8px; } .main .account .bdr-account { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eeeeee; } .main .account .mt40 { margin-top: 40px; } .main .account .t1 { font-size: 20px; line-height: 25px; margin-bottom: 20px; } .main .account .t1.mt30 { margin-top: 30px; } .main .account .t2 { text-transform: uppercase; color: #c6a063; font-weight: bold; line-height: 18px; font-size: 18px; letter-spacing: 0.7px; margin-bottom: 8px; } .main .account .box-data { margin-bottom: 25px; } .main .account .box-data p { margin-bottom: 0; font-size: 14px; line-height: 20px; } .main .account .link { margin-bottom: 40px; } .main .account .link.mb20 { margin-bottom: 10px; } .main .account .link a { display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #303030; font-size: 14px; line-height: 20px; border-bottom: 1px solid #303030; } .main .account .link a:hover { opacity: 0.7; } .main .account .empty-shipping { font-size: 14px; margin-bottom: 30px; } .main .checkout .bdr-success { padding: 40px 30px; border: 1px solid #eeeeee; } .main .checkout .bdr-success.bdrbtm0 { border-bottom: 0; } .main .checkout .bdy-success { margin-bottom: 50px; } .main .checkout .bdy-success p { margin-bottom: 0; text-align: center; font-size: 16px; line-height: 22px; } .main .checkout ul.css-radio.css-address li { margin-bottom: 5px; } .main .checkout ul.css-radio li { margin-bottom: 15px; } .main .checkout ul.css-radio li a input[type=radio]:checked + label:before, .main .checkout ul.css-radio li a input[type=radio]:not(:checked) + label:before { top: 1px; } .main .checkout ul.css-radio li a input[type=radio]:checked + label:after, .main .checkout ul.css-radio li a input[type=radio]:not(:checked) + label:after { top: 4px; } .main .checkout .bdr { border-bottom: 1px solid #eeeeee; padding-bottom: 20px; margin-bottom: 20px; } .main .checkout .bdr.no-bdr { border: 0; } .main .checkout .pl30 { padding-left: 30px; } .main .checkout .box-coupon { display: none; } .main .checkout .table-checkout .coupon span { vertical-align: middle; display: inline-block; } .main .checkout .table-checkout .coupon span.t-coupon { position: relative; top: -1px; opacity: 0.6; font-weight: bold; font-size: 14px; display: none; text-transform: uppercase; margin-left: 8px; } .main .checkout .table-checkout .coupon span.t-coupon.active { display: inline-block; } .main .checkout .table-checkout .coupon .input-coupon { padding: 8px 10px; width: 140px; font-size: 14px; border-color: transparent; } .main .checkout .table-checkout .box-remove { display: none; } .main .checkout .table-checkout .box-remove a { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } .main .checkout .table-checkout .box-remove a:hover { opacity: 1; } .main .checkout .table-checkout .bdy { font-size: 14px; line-height: 24px; } .main .checkout .table-checkout .bold { font-weight: bold; font-size: 14px; line-height: 25px; } .main .checkout .table-checkout .tbl .cell { vertical-align: top; } .main .checkout .table-checkout .tbl .cell.img { width: 110px; padding-right: 20px; } .main .checkout .table-checkout .tbl .cell.img img { width: 100%; } .main .checkout .table-checkout .tbl .cell.last { width: 140px; padding-left: 20px; text-align: right; } .main .checkout .table-checkout .tbl .cell.last .price { margin-bottom: 3px; font-size: 14px; line-height: 20px; font-weight: bold; } .main .checkout .table-checkout .tbl .cell.last .qty { font-size: 13px; line-height: 20px; } .main .checkout .table-checkout .tbl .cell .nm { font-weight: bold; font-size: 14px; line-height: 20px; margin-bottom: 5px; } .main .checkout .table-checkout .tbl .cell .desc p { opacity: 0.6; font-size: 13px; line-height: 17px; margin: 0; } .main .checkout .mb20 { margin-bottom: 20px; } .main .checkout .mt40 { margin-top: 40px; } .main .checkout .price-data { color: #c6a063; font-size: 16px; line-height: 22px; font-weight: bold; text-transform: uppercase; } .main .checkout .price-data.fz22 { font-size: 20px; } .main .checkout .box-data.mt20 { margin-top: 20px; } .main .checkout .box-data p { margin-bottom: 0; font-size: 16px; line-height: 24px; } .main .checkout .t1 { font-size: 18px; line-height: 26px; margin-bottom: 20px; } .main .checkout .t1.mb0 { margin-bottom: 0; } .main .checkout .t1.mb20 { margin-bottom: 20px; } .main .checkout .t1.mt30 { margin-top: 20px; } .main .checkout .t3 { font-weight: bold; font-size: 25px; line-height: 30px; margin-bottom: 10px; } .main .checkout .t2 { text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 20px; letter-spacing: 1px; margin-bottom: 10px; } .main .checkout .link { text-align: right; margin-bottom: 30px; } .main .checkout .link.mb0 { margin-bottom: 0; } .main .checkout .link a { display: inline-block; font-size: 13px; line-height: 18px; border-bottom: 1px solid #303030; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .checkout .link a:hover { color: #c6a063; } .main .auth .txt-small1 { font-size: 14px; line-height: 19px; margin-bottom: 15px; } .main .auth .txt-small2 { font-size: 12px; line-height: 15px; opacity: 0.6; margin: -15px 0 25px; } .main .auth .text-auth { margin-top: 15px; font-size: 13px; line-height: 17px; } .main .auth .text-auth .grey { opacity: 0.6; } .main .auth .text-auth a { color: #303030; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .main .auth .text-auth a:hover { color: #c6a063; } .main .home .banner { margin-bottom: 100px; position: relative; background-size: cover !important; height: calc(100vh - 90px); } .main .home .banner .abs-banner { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 50px; } .main .home .banner .abs-banner a { display: inline-block; } .main .home .banner .abs-banner a .btn { background-color: transparent; } .main .home .banner .abs-banner a .btn:hover { background-color: #303030; } .main .home .pad-row { padding-left: 15px; padding-right: 15px; } .main .about { overflow: hidden; } .main .about .img { width: 50%; height: 610px; } .main .about .img img { height: 610px; object-fit: cover; width: 100%; } .main .about .abs-text { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .main .about .t-about { text-transform: uppercase; color: #c6a063; font-size: 28px; line-height: 34px; font-weight: bold; margin-bottom: 25px; } .main .about .bdy { text-align: justify; } .main .about .bdy.mb60 { margin-bottom: 60px; } .main .about .bdy p { margin-bottom: 0; font-size: 20px; line-height: 35px; } .main .about .link { margin-top: 100px; } .main .about .link a { display: inline-block; } .main .banner-about { padding: 100px 0; } .main .banner-about .mb100 { margin-bottom: 100px; } .main .banner-about .txt { opacity: 0.7; font-size: 14px; line-height: 15px; margin-bottom: 10px; } .main .banner-about .img img { width: 100%; } .main .banner-about .nm { font-size: 24px; line-height: 30px; color: #23282d; margin-bottom: 20px; } .main .banner-about .slider-about { margin-bottom: 0; } .main .banner-about .slider-about .slick-dots { text-align: right; right: 15px; bottom: 15px; } .main .banner-about .slider-about .slick-dots li { margin: 0 8px; width: 5px; height: 5px; } .main .banner-about .slider-about .slick-dots li.slick-active button { background: #000000; } .main .banner-about .slider-about .slick-dots li button { width: 5px; height: 5px; background: #a5a5a8; border: 0; border-radius: 50px; } .main .banner-about .slider-about .slick-dots li button:before { display: none; } .main .banner-about .slider-about .item .img img { width: 100%; } .main .slider-banner { margin-bottom: 0; } .main .slider-banner .slick-dots { bottom: 30px; } .main .slider-banner .slick-dots li { margin: 0 7px; width: 8px; height: 8px; } .main .slider-banner .slick-dots li.slick-active button { background: #000000; } .main .slider-banner .slick-dots li button { width: 8px; height: 8px; background: #a5a5a8; border: 0; border-radius: 50px; } .main .slider-banner .slick-dots li button:before { display: none; } .main .slider-banner .item .bg-img { background-size: cover !important; width: 100%; height: calc(100vh - 60px); } .main .slider-banner .item .img img { width: 100%; } .main .banner-text { background: #e8d9c2; padding: 70px 0; text-align: center; } .main .banner-text .img { margin-bottom: 30px; } .main .banner-text .t { margin-bottom: 30px; font-size: 28px; line-height: 40px; color: #c6a063; } .main .banner-text .bdy { margin-bottom: 50px; } .main .banner-text .bdy p { margin-bottom: 0; color: #705c4a; font-size: 16px; line-height: 35px; } .main .banner-text .link a { text-transform: uppercase; font-weight: bold; font-size: 16px; color: #705c4a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; display: inline-block; position: relative; } .main .banner-text .link a:before { content: ""; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; width: 0; height: 1px; background-color: #6a111e; position: absolute; bottom: 0px; left: 0; } .main .banner-text .link a:hover { color: #6a111e; } .main .banner-text .link a:hover:before { width: 100%; } .modal { text-align: center; -webkit-overflow-scrolling: auto; padding: 0 !important; background-color: transparent; } .modal .t-pop { text-align: center; font-weight: bold; font-size: 20px; margin: 15px 0 5px; } .modal .bdy-pop { margin-bottom: 20px; text-align: center; font-size: 14px; } .modal .bdy-pop p { font-weight: 200; margin-bottom: 0; font-size: 14px; line-height: 26px; } .modal .bdy-pop .para { font-size: 12px; line-height: 24px; margin: 20px 0; } .modal .close-pop { z-index: 10; cursor: pointer; position: absolute; top: 10px; right: 15px; } .modal .close-pop i { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #303030; font-size: 17px; line-height: 0; } .modal .close-pop i:hover { opacity: 0.7; } .modal .modal-content { padding: 20px 20px; -webkit-box-shadow: none; box-shadow: none; border-radius: 5px; border: 0; } .modal .modal-body { padding: 0; } .modal .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; width: 450px; } .modal:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .alert p { font-size: 13px !important; margin-bottom: 0 !important; } .back-to-top { display: none; color: white; position: fixed; background-color: #c6a063; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 14px; line-height: 20px; padding: 5px 8px; position: fixed; bottom: 30px; right: 0; z-index: 100; cursor: pointer; text-transform: uppercase; } .back-to-top img { position: relative; top: -1px; margin-right: 5px; } .back-to-top:hover { opacity: 0.7; } @media (max-width: 1199px) { .main .account .table-order .tbl .cell.w200 { width: 150px; } .main .account .table-order .tbl .cell.w150 { width: 140px; } .main .shop .detail ul.l-btn li { margin-right: 10px; } } @media (max-width: 991px) { .btn { font-size: 12px; } header ul.l-menu li a { font-size: 13px; } header ul.l-menu li .sub-menu ul.list-sub-menu li.t1 a { font-size: 13px; } header ul.l-menu li .sub-menu ul.list-sub-menu li a { font-size: 13px; } .btn.transparent { font-size: 13px; padding: 10px; } .md40 { margin-bottom: 40px; } .visible-md { display: block; } .main-menu { display: none; } .main .form-group .tbl.table-form .cell.w260 { width: 240px; } .main .form-group .tbl.table-form .cell.w260 label { width: 240px; } .main .form-group .tbl.table-form .cell input { width: 100%; } .main .form-group.big label { font-size: 15px; } .main .popup .popup-content { width: 600px; } .main .shop .t1 { font-size: 16px; } .main .shop .t2 { font-size: 25px; letter-spacing: 2px; margin-bottom: 30px; } .main .shop .item-product { margin-bottom: 50px; } .main .shop .item-product a .nm { font-size: 14px; line-height: 20px; } .main .detail .price { font-size: 14px; letter-spacing: 1px; margin: 15px 0 30px; } .main .detail .t1 { margin-right: 7px; letter-spacing: 1px; font-size: 13px; line-height: 18px; } .main .detail .t2 { font-size: 13px; line-height: 18px; } .main .detail ul.l-color { margin: 0 0 15px; } .main .detail .mt20 { margin-top: 15px; } .main .detail ul.l-size li { margin: 0 8px 8px 0; } .main .detail .link .btn { font-size: 13px; letter-spacing: 0px; } .main .detail .t-small { margin-bottom: 40px; } .main .detail .mail { margin: 30px 0 10px; } .main .detail .bdy { margin: 5px 0 25px; } .main .detail .bdy p { font-size: 13px; line-height: 18px; } .main .detail .mb15 { margin-bottom: 15px; } .main .detail .tbl-desc .t1 { width: 100px; padding-right: 15px; font-size: 13px; line-height: 18px; } .main .detail .tbl-desc .t2 { font-size: 13px; line-height: 18px; } .main .account .table-order .tbl .cell { padding-right: 10px; } .main .account .table-order .tbl .cell.w200 { width: 115px; } .main .account .table-order .tbl .cell.w150 { width: 100px; } .main .account .table-order .tbl-bdy { font-size: 12px; line-height: 15px; } .main .account .pl20 { padding-left: 0; } .main .account .t1 { font-size: 18px; line-height: 24px; margin-bottom: 15px; } .main .account .t1.mt30 { margin-top: 20px; } .main .checkout .t3 { font-size: 22px; line-height: 26px; } .main .checkout .pl30 { padding-left: 0; } .main .checkout ul.css-radio.css-shippping li { margin-bottom: 0; display: inline-block; margin-right: 30px; } .main .checkout ul.css-radio.css-shippping li:last-child { margin-right: 0; } .main .bdr-global { height: 150px; margin: 50px auto; } .main .bdr-global.h150 { height: 100px; } .main .title { margin-bottom: 20px; } .main .title2 { font-size: 24px; line-height: 30px; margin-bottom: 60px; } .main .minh700 { min-height: 600px; } .main .pad-global { padding: 70px 0; } .main .bdy-global p { font-size: 12px; line-height: 20px; } .main .bdy-global ul li { font-size: 12px; line-height: 20px; } .main .bdy-global h2 { font-size: 13px; } .main .bdy-global h4 { font-size: 12px; } .main .quotation .left-quotation .t1 { margin-right: 7px; letter-spacing: 1px; font-size: 13px; line-height: 18px; } .main .quotation .left-quotation .t2 { font-size: 13px; line-height: 18px; } .main .quotation .t { font-size: 16px; line-height: 22px; margin-bottom: 15px; } .main .appointment .pad100 { padding: 70px 0; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date { top: 4px; } .main .appointment .t { font-size: 16px; line-height: 22px; } .main .appointment .bg-img { width: 50%; height: 550px; } .main .faq .table-size { margin-top: 20px; } .main .faq .table-size .tbl .cell.w33 { width: 35%; padding: 0 3px; } .main .faq .table-size .tbl.tbl-hdr { font-size: 13px; line-height: 15px; } .main .faq .table-size .tbl.tbl-bdy { font-size: 13px; line-height: 15px; } .main .faq .bdy .t1 { margin-bottom: 10px; font-size: 17px; line-height: 23px; } .main .faq .bdy p { font-size: 14px; line-height: 20px; } .main .faq .bdy p.mb25 { font-size: 12px; margin-bottom: 20px; } .main .faq .bdy ul.mb40 { margin-bottom: 30px; } .main .faq .bdy ul li { margin-bottom: 5px; font-size: 12px; line-height: 20px; padding-left: 15px; } .main .faq .bdy ul li:before { top: 6px; } .main .faq ul.nav-tabs li a { font-size: 14px; line-height: 20px; } .main .faq .accordion .box .nm a { padding-left: 20px; font-size: 16px; line-height: 25px; } .main .faq .accordion .box .nm a:before { top: 5px; font-size: 13px; } .main .faq .accordion .box .bdy { padding-left: 40px; margin-top: 5px; } .main .faq .accordion .box .bdy p { font-size: 12px; line-height: 20px; } .main .faq .accordion .box .bdy ul li { font-size: 12px; line-height: 20px; } .main .contact .box .h1 { font-size: 13px; margin-bottom: 4px; } .main .contact .box .txt p { font-size: 13px; } .main .contact .bdy { margin: 20px 0 30px; } .main .contact .bdy p { font-size: 14px; line-height: 20px; } .main .home .banner { margin-bottom: 70px; height: 400px; } .main .home .banner .abs-banner { bottom: 30px; } .main .about .link { margin-top: 80px; } .main .about .img { height: 400px; } .main .about .img img { height: 400px; } .main .about .t-about { font-size: 22px; line-height: 30px; margin-bottom: 15px; } .main .about .bdy.mb60 { margin-bottom: 40px; } .main .about .bdy p { font-size: 16px; line-height: 30px; } .main .banner-about { padding: 70px 0; } .main .banner-about .mb100 { margin-bottom: 50px; } .main .banner-about .nm { font-size: 20px; } } @media (max-width: 767px) { .back-to-top { font-size: 11px; } .xs40 { margin-bottom: 40px; } .xs30 { margin-bottom: 5px; } .xs20 { margin-bottom: 20px; } .hidden-xs { display: none !important; } .visible-xs { display: block; } .btn { font-size: 11px; padding: 10px 15px; width: 100%; } .btn.btn-coupon { width: auto; min-width: 70px; padding: 7px 10px; font-size: 10px; } .fix-wa img { width: 40px; } #menu { display: block; position: fixed; top: 0; left: -100%; width: 280px; height: 100%; z-index: 9999; background: #fff; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; overflow: auto; padding: 0 0 30px; } #menu.open { left: 0; } #menu .pad { padding: 15px 20px; } #menu .pad.bdr { border-bottom: 1px solid #eeeeee; } #menu .close-menu { cursor: pointer; font-size: 12px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0.6; } #menu .close-menu:hover { opacity: 1; } #menu .t { font-size: 16px; line-height: 20px; letter-spacing: 1px; } #menu ul.resp-l-menu { margin: 0; padding: 0; } #menu ul.resp-l-menu li { display: block; margin-bottom: 10px; } #menu ul.resp-l-menu li.account { display: none; } #menu ul.resp-l-menu li.account.open { display: block; } #menu ul.resp-l-menu li.noaccount.open { display: none; } #menu ul.resp-l-menu li:last-child { margin-bottom: 0; } #menu ul.resp-l-menu li .box-sub-menu { display: none; } #menu ul.resp-l-menu li .box-sub-menu.open { display: block; } #menu ul.resp-l-menu li ul.resp-sub-l-menu { margin: 10px 0 15px; padding: 0 0 0 15px; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li { display: block; margin-bottom: 5px; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li:last-child { margin-bottom: 0; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li.t1 a { font-size: 12px; line-height: 15px; margin-bottom: 0px; color: #c6a063; font-family: "jostmedium"; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li ul.resp-list-sub-menu2 { margin: 0; padding: 0 0 0 20px; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li a { cursor: pointer; margin-bottom: 0; text-transform: none; font-weight: normal; text-transform: none; display: inline-block; padding: 0; font-size: 11px; line-height: 15px; color: #303030; border: 0; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li a:hover { color: #c6a063; } #menu ul.resp-l-menu li ul.resp-sub-l-menu li a:before { display: none; } #menu ul.resp-l-menu li a { cursor: pointer; text-transform: uppercase; margin-bottom: 0; font-family: "jostmedium"; font-size: 11px; letter-spacing: 0.7px; line-height: 20px; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #303030; } #menu ul.resp-l-menu li a.link { font-size: 11px; text-transform: none; opacity: 0.7; } #menu ul.resp-l-menu li a.block { position: relative; display: block; } #menu ul.resp-l-menu li a.block i { right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); position: absolute; } #menu ul.resp-l-menu li a:hover { color: #c6a063; } #cart { width: 280px; } #cart .pad { padding: 15px 20px; } #cart .t { font-size: 16px; line-height: 20px; letter-spacing: 1px; } #cart .link a .btn { font-size: 13px; padding: 10px 15px; } #cart .coupon span { display: block; } #cart .coupon span.t-coupon { top: 0; margin-left: 0; } #cart .coupon .input-coupon { padding: 5px 10px 5px 0; width: 140px; font-size: 13px; } #cart .table-cart .input-quantity input { padding: 10px 5px; } #cart .table-cart .input-quantity input[type=button] { min-width: 20px; line-height: 18px; } #cart .table-cart .input-quantity .button-minus, #cart .table-cart .input-quantity .button-plus { height: 20px; width: 20px; } #cart .table-cart .input-quantity .quantity-field { height: 20px; width: 50px; font-size: 13px; } #cart .table-cart .tbl { display: block; } #cart .table-cart .tbl .cell { width: 100%; display: block; } #cart .table-cart .tbl .cell.img { width: 100%; padding-right: 0; margin-bottom: 10px; } #cart .table-cart .tbl .cell.img img { width: 150px; } #cart .table-cart .tbl .cell.last { width: 100%; padding-left: 0; text-align: left; margin-top: 10px; } #cart .table-cart .tbl .cell.last .price { position: relative; float: left; font-size: 12px; } #cart .table-cart .tbl .cell.last .remove-cart { float: right; } #cart .table-cart .tbl .cell .nm { font-size: 14px; margin-bottom: 3px; } header { padding: 12px 0; } header .click-menu { cursor: pointer; display: inline-block; } header .click-menu i { color: #303030; font-size: 18px; } header .show-xs { display: inline-block; } header ul.l-menu li a { padding-bottom: 0; } header ul.l-menu li a:before { display: none; } header .logo { top: -5px; } header .logo img { height: 25px; } footer { padding: 30px 0 20px; } footer .t-footer { font-size: 13px; } footer .t-footer a { font-size: 13px; } footer ul.l-footer li { margin-bottom: 10px; } footer ul.l-footer li a { font-size: 12px; } footer .resp-center { text-align: center; } footer ul.l-soc { margin-top: 0; } footer .cp { margin-top: 30px; text-align: center; font-size: 11px; } footer .txt { font-size: 12px; } .modal .bdy-pop { font-size: 13px; } .modal .modal-dialog { width: 280px; } .modal .modal-dialog .modal-content { padding: 10px 10px 20px; } .modal .modal-dialog .modal-content .t-pop { font-size: 18px; } .modal .modal-dialog .modal-content .bdy-pop { margin-bottom: 15px; } .modal .modal-dialog .modal-content .bdy-pop p { line-height: 20px; font-size: 14px; } .main .form-control { font-size: 12px; } .main .bdy-global p { font-size: 12px; } .main .bdy-global ul li { font-size: 12px; line-height: 25px; } .main .bdy-global h2 { font-size: 15px; } .main .bdy-global h4 { font-size: 13px; } .main .quotation .t { font-size: 15px; line-height: 20px; margin-bottom: 10px; } .main .quotation .label-name { font-size: 11px; line-height: 17px; margin-bottom: 5px; } .main .quotation ul.l-tick { margin: 0 0 7px; } .main .quotation ul.l-tick li { margin: 0 7px 7px 0; } .main .quotation .box-slider { padding: 0 15px; } .main .quotation .box-slider .slider-container { margin: 45px 0 25px; } .main .quotation .left-quotation ul.l-stones li a { font-size: 12px; } .main .quotation .left-quotation .upload-image { padding: 7px 12px; font-size: 11px; letter-spacing: 1px; } .main .quotation .left-quotation .mb25 { margin-bottom: 20px; } .main .quotation .left-quotation ul.l-stone li a { font-size: 14px; line-height: 18px; } .main .quotation .left-quotation .t1 { font-size: 12px; } .main .quotation .left-quotation .t2 { font-size: 12px; } .main ul.css-radio li a label { padding-left: 25px !important; font-size: 12px !important; } .main .popup .popup-overlay .close-pop { top: 10px; right: 10px; } .main .popup .popup-overlay .close-pop i { font-size: 20px; } .main .popup .popup-content { width: 100%; } .main .popup .popup-content .slider-pop .slick-prev { left: -25px; width: 20px; height: 25px; background: url("../images/chevron-left2.svg"); } .main .popup .popup-content .slider-pop .slick-next { right: -25px; width: 20px; height: 25px; background: url("../images/chevron-right2.svg"); } .main .new-checkbox { font-size: 12px; } .main .detail .slider-product { margin-bottom: 40px; display: block; } .main .detail .slider-product .slick-dots { bottom: -25px; } .main .detail .slider-product .slick-dots li { margin: 0 5px; width: 7px; height: 7px; } .main .detail .slider-product .slick-dots li.slick-active button { background: #303030; } .main .detail .slider-product .slick-dots li button { width: 7px; height: 7px; padding: 0; background: #cecece; border: 0; border-radius: 50%; } .main .detail .slider-product .slick-dots li button:before { display: none; } .main .detail .slider-product .item img { width: 100%; } .main .detail .img-product-small { display: none; } .main .detail .img-product { display: none; } .main .detail .price { margin: 15px 0 20px; } .main .detail .img-big { margin-bottom: 15px; } .main .detail .text-font { font-size: 20px; } .main .detail .t-small { font-size: 12px; } .main .detail .price { font-size: 15px; } .main .detail .t1 { font-size: 11px; } .main .detail .t2 { font-size: 11px; } .main .detail .t3 { font-size: 10px; } .main .detail .link a { font-size: 10px; } .main .detail ul.l-size li a .bdr { font-size: 11px; } .main .detail .box-engraving-yes .t3-show a { font-size: 11px; } .main .detail .box-engraving-yes .t3-hide a { font-size: 11px; } .main .detail .mail a { font-size: 11px; } .main .detail .bdy p { font-size: 12px; } .main .detail .bdy ul, .main .detail .bdy ol { font-size: 12px; } .main .detail .tbl-desc .t1 { font-size: 12px; } .main .detail .tbl-desc .t2 { font-size: 12px; } .main .shop .item-product { margin-bottom: 40px; } .main .shop .item-product a .nm { font-size: 12px; } .main .shop .item-product a .price { font-size: 11px; } .main .shop .t1 { font-size: 14px; } .main .shop .t2 { font-size: 20px; letter-spacing: 1px; margin-bottom: 20px; line-height: 30px; } .main .form-group { margin-bottom: 12px; } .main .form-group .tbl.table-form { display: block; } .main .form-group .tbl.table-form .cell { display: block; } .main .form-group .tbl.table-form .cell.w260 { width: 100%; } .main .form-group .tbl.table-form .cell.w260 label { margin-bottom: 10px; width: auto; } .main .form-group .tbl.table-form .cell input { width: 100%; } .main .form-group.big.mb0 { margin-bottom: 20px; } .main .form-group.big label { font-size: 14px; } .main .form-group label { font-size: 13px; margin-bottom: 5px; } .main textarea.form-control { height: 100px; } .main .form-control { font-size: 12px; } .main .appointment .pad100 { padding: 40px 0; } .main .appointment .t { font-size: 13px; line-height: 20px; margin-bottom: 10px; } .main .appointment .t.mb0 { margin-bottom: 10px; } .main .appointment .tbl-appo .cell .h1 { font-size: 12px; } .main .appointment .tbl-appo .cell.link a { font-size: 11px; } .main .appointment .txt { font-size: 13px; line-height: 17px; } .main .appointment .form-group { margin-bottom: 25px; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top { padding: 1em 0; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev { margin-left: 0.5em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next { margin-right: 0.5em; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month { margin-bottom: 0; font-size: 90%; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year { font-size: 90%; } .main .appointment .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date { padding: 0.5em 0; top: 7px; } .main .appointment .pad60 { padding: 40px 0; } .main .appointment .img-appointment { display: block; } .main .appointment .img-appointment img { object-fit: cover; height: 300px; } .main .appointment .abs { padding: 30px 0; position: relative; top: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .main .appointment .abs ul.l li a { font-size: 14px; } .main .appointment .abs title { font-size: 13px; } .main .appointment .t-appo { font-size: 15px; line-height: 23px; margin-bottom: 15px; } .main .appointment .box { margin-bottom: 20px; } .main .appointment .box .h1 { font-size: 12px; line-height: 20px; letter-spacing: 0.5px; margin-bottom: 7px; } .main .appointment .box .txt { font-size: 12px; line-height: 22px; } .main .appointment .box ul.l li { margin-bottom: 5px; } .main .appointment .box ul.l li a { padding-left: 22px; font-size: 12px; line-height: 20px; } .main .appointment .box ul.l li a:before { top: 2px; } .main .appointment .box ul.l li a:after { top: 5px; } .main .appointment .bg-img { display: none; } .main .contact .left-contact { padding: 30px 15px; } .main .contact .left-contact .t { font-size: 18px; line-height: 25px; margin-bottom: 15px; } .main .contact .left-contact .box { margin-bottom: 20px; } .main .contact .left-contact .box .h1 { font-size: 15px; line-height: 23px; } .main .contact .left-contact .box .txt { font-size: 14px; color: #716c64; margin-bottom: 3px; } .main .contact .left-contact .box .txt p { font-size: 13px; } .main .contact .left-contact .box .link a { font-size: 15px; } .main .contact .left-contact .bdy p { font-size: 12px; } .main .contact .right-contact { padding: 30px 15px; } .main .contact .right-contact .t { font-size: 15px; line-height: 26px; } .main .bdr-global { height: 100px; margin: 30px auto; } .main .bdr-global.h150 { height: 70px; } .main .title { font-size: 15px; line-height: 21px; margin-bottom: 10px; } .main .title2 { font-size: 20px; line-height: 24px; margin-bottom: 30px; } .main .title2.mb40 { margin-bottom: 30px; } .main .minh700 { min-height: 500px; } .main .pad-global { padding: 30px 0; } .main .account .txt-show { font-size: 12px; line-height: 14px; } .main .account .table-order { margin-top: -10px; margin-bottom: 25px; } .main .account .table-order .show-title { vertical-align: top; display: inline-block; margin-right: 5px; font-weight: bold; color: #c6a063; } .main .account .table-order .tbl { display: block; width: 100%; } .main .account .table-order .tbl .cell { display: block; margin-bottom: 5px; } .main .account .table-order .tbl .cell.w200 { width: 100%; } .main .account .table-order .tbl .cell.w150 { width: 100%; } .main .account .table-order .tbl-hdr { display: none; font-size: 12px; } .main .account .table-order .tbl-bdy { padding: 10px 0; font-size: 12px; } .main .account .table-account .bdy { font-size: 12px; } .main .account .table-account .bold { font-size: 12px; line-height: 20px; } .main .account .table-account .tbl { display: block; } .main .account .table-account .tbl .cell { width: 100%; display: block; } .main .account .table-account .tbl .cell.img { width: 100%; padding-right: 0; margin-bottom: 10px; } .main .account .table-account .tbl .cell.img img { width: 150px; } .main .account .table-account .tbl .cell.last { width: 100%; padding-left: 0; text-align: left; margin-top: 10px; } .main .account .table-account .tbl .cell.last .price { font-size: 12px; line-height: 20px; } .main .account .table-account .tbl .cell.last .qty { font-size: 12px; line-height: 20px; } .main .account .table-account .tbl .cell .nm { margin-bottom: 3px; font-size: 12px; } .main .account .table-account .tbl .cell .desc p { font-size: 12px; } .main .account .t1 { font-size: 15px; line-height: 20px; } .main .account .mt40 { margin-top: 20px; } .main .account .price-data { font-size: 12px; line-height: 20px; } .main .account .price-data.fz22 { font-size: 12px; line-height: 22px; } .main .account .t2 { line-height: 15px; font-size: 12px; letter-spacing: 0.5px; margin-bottom: 5px; } .main .account .t3 { margin-bottom: 10px; line-height: 21px; } .main .account .t4 { margin-bottom: 5px; font-size: 12px; } .main .account .bdr-account { padding-bottom: 15px; margin-bottom: 15px; } .main .account .box-data { margin-bottom: 15px; } .main .account .box-data p { margin-bottom: 0; font-size: 12px; line-height: 20px; } .main .account .link { margin-bottom: 30px; } .main .account .link a { font-size: 12px; } .main .checkout .t3 { margin-bottom: 10px; font-size: 17px; line-height: 21px; } .main .checkout .t2 { font-size: 14px; margin-bottom: 5px; } .main .checkout .bdr-success { padding: 0 0 15px; margin-bottom: 15px; border: 0; } .main .checkout .bdr-success.bdrbtm0 { border-bottom: 1px solid #eeeeee; } .main .checkout .price-data { font-size: 14px; line-height: 20px; } .main .checkout .price-data.fz22 { font-size: 17px; line-height: 22px; } .main .checkout .bdr { padding-bottom: 15px; margin-bottom: 15px; } .main .checkout .link { text-align: left; margin-bottom: 15px; } .main .checkout .link a { font-size: 11px; line-height: 15px; } .main .checkout .box-data p { font-size: 15px; line-height: 22px; } .main .checkout .mb20 { margin-bottom: 30px; } .main .checkout ul.css-radio li a { font-size: 14px; } .main .checkout ul.css-radio li a label { margin-bottom: 0 !important; font-size: 12px !important; } .main .checkout ul.css-radio li a label .price { font-size: 13px; } .main .checkout ul.css-radio.css-payment li { float: none; width: auto; } .main .checkout ul.css-radio.css-shippping li { margin-bottom: 15px; display: block; margin-right: 0; } .main .checkout ul.css-radio.css-shippping li:last-child { margin-bottom: 0; } .main .checkout .table-checkout .coupon span { display: block; } .main .checkout .table-checkout .coupon span.t-coupon { top: 0; margin-left: 0; } .main .checkout .table-checkout .coupon .input-coupon { padding: 5px 10px 5px 0; width: 140px; font-size: 12px; } .main .checkout .table-checkout .bdy { font-size: 12px; } .main .checkout .table-checkout .bold { font-size: 14px; line-height: 20px; } .main .checkout .table-checkout .tbl { display: block; } .main .checkout .table-checkout .tbl .cell { width: 100%; display: block; } .main .checkout .table-checkout .tbl .cell.img { width: 100%; padding-right: 0; margin-bottom: 10px; } .main .checkout .table-checkout .tbl .cell.img img { width: 150px; } .main .checkout .table-checkout .tbl .cell.last { width: 100%; padding-left: 0; text-align: left; margin-top: 10px; } .main .checkout .table-checkout .tbl .cell.last .price { font-size: 12px; } .main .checkout .table-checkout .tbl .cell.last .qty { font-size: 12px; } .main .checkout .table-checkout .tbl .cell .nm { font-size: 12px; margin-bottom: 3px; } .main .checkout .mt40 { margin-top: 30px; } .main .checkout .t1 { font-size: 16px; line-height: 22px; margin-bottom: 20px; } .main .checkout .t1.mb20 { margin-bottom: 10px; } .main .faq .table-size { margin-top: 20px; } .main .faq .table-size .tbl .cell.w33 { padding: 0 7px; width: 35%; } .main .faq .table-size .tbl.tbl-hdr { font-size: 12px; line-height: 14px; padding-bottom: 10px; } .main .faq .table-size .tbl.tbl-bdy { font-size: 12px; line-height: 14px; } .main .faq .bdy .t1 { margin-bottom: 8px; font-size: 13px; line-height: 20px; } .main .faq .bdy p { font-size: 12px; } .main .faq .bdy ul li { font-size: 12px; } .main .faq ul.nav-tabs { margin-bottom: 30px; } .main .faq ul.nav-tabs li a { padding: 5px 0; font-size: 11px; line-height: 18px; } .main .faq .accordion .box { margin-bottom: 10px; } .main .faq .accordion .box .nm a { font-size: 11px; line-height: 21px; } .main .faq .accordion .box .nm a:before { top: 4px; font-size: 11px; } .main .faq .accordion .box .bdy { padding-left: 20px; } .main .auth .text-auth { font-size: 11px; line-height: 15px; } .main .auth .text-auth.row { margin-left: -5px; margin-right: -5px; } .main .auth .text-auth.row > div { padding-left: 5px; padding-right: 5px; } .main .home { margin-bottom: 40px; } .main .home .banner { margin-bottom: 0; height: 250px; } .main .home .banner .abs-banner { bottom: 20px; } .main .about .link { margin-top: 40px; } .main .about .img { width: 100%; height: 350px; } .main .about .img img { height: 350px; } .main .about .t-about { font-size: 17px; line-height: 25px; margin-bottom: 10px; } .main .about .bdy.mb60 { margin-bottom: 30px; } .main .about .bdy p { font-size: 13px; line-height: 24px; } .main .banner-about { padding: 40px 0; } .main .banner-about .txt { margin-top: 20px; font-size: 12px; margin-bottom: 7px; } .main .banner-about .nm { font-size: 18px; margin-bottom: 15px; } .main .banner-about .slider-about .slick-dots { right: 10px; bottom: 10px; } .main .banner-about .slider-about .slick-dots li { width: 3px; height: 3px; } .main .banner-about .slider-about .slick-dots li button { width: 3px; height: 3px; } .main .slider-banner .slick-dots { bottom: 5px; } .main .slider-banner .slick-dots li { margin: 0 5px; width: 5px; height: 5px; } .main .slider-banner .slick-dots li button { width: 5px; height: 5px; } .main .banner-text { padding: 40px 0; } .main .banner-text .img { margin-bottom: 15px; } .main .banner-text .img img { width: 25px; } .main .banner-text .t { margin-bottom: 20px; font-size: 18px; line-height: 30px; } .main .banner-text .bdy { margin-bottom: 20px; } .main .banner-text .bdy p { font-size: 14px; line-height: 30px; } .main .banner-text .link a { font-size: 14px; } } @media (max-width: 480px) { .btn.transparent { font-size: 12px; } .main .shop .detail ul.l-btn li { margin-right: 7px; } } @media (max-width: 380px) { .main .faq .table-size .tbl .cell.w33 { width: 40%; } } /*# sourceMappingURL=front.css.map */
0.280814
0.063511
@charset "UTF-8"; em, small { letter-spacing: 0 } body, li, p { line-height: 1.5em } .DNNEmptyPane { display: none!important } .paneOutline { border: 1px dashed #ccc } a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video { border: 0 } .TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } [class*=RadAjaxPanel] *, [class*=Digital] * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } html, li, p { font-size: 16px } ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li { list-style: none; margin: 0 } ul.row { margin-left: -15px; margin-right: -15px } ol, ul { list-style: none } ul li { list-style-type: disc } ul li li { list-style-type: circle } ol li { list-style-type: decimal; list-style-position: inside } .nav li { list-style: none!important } a { outline: 0!important } ul#myTab { padding: 0; margin: 0 } .popover { z-index: 999 } .mark, mark { padding: 0; background-color: transparent } .bs-callout-danger, .bs-callout-info, .bs-callout-primary, .bs-callout-success, .bs-callout-warning { display: block; padding: 15px 30px 15px 15px } body { background: #f0f0f0; color: #333; font-size: 13px } .CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th { font-family: 'Open Sans', Arial, Helvetica, sans-serif } .SubHead { color: #000 } Body #Form { height: 100% } embed, img, object { max-width: 100% } [class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img { max-width: none!important } img { height: auto } em { font-style: italic } strong { color: #333; font-weight: 700 } small { font-size: 12px } a:active, a:link, a:visited { text-decoration: none } a:hover { text-decoration: underline } p { margin: 0 0 20px } ol li>ol li { list-style-type: lower-latin } .bs-callout-primary { margin: 20px 0; border-left: 5px solid #337ab7; background-color: #dbe9f5 } .bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 { margin-top: 0; color: #337ab7 } .bs-callout-primary p:last-child { margin-bottom: 0 } .bs-callout-primary .highlight, .bs-callout-primary code { background-color: #fff } .bs-callout-danger { margin: 20px 0; border-left: 5px solid #d9534f; background-color: #f4cecd } .bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 { margin-top: 0; color: #d9534f } .bs-callout-danger p:last-child { margin-bottom: 0 } .bs-callout-danger .highlight, .bs-callout-danger code { background-color: #fff } .bs-callout-warning { margin: 20px 0; border-left: 5px solid #f0ad4e; background-color: #fceedb } .bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 { margin-top: 0; color: #f0ad4e } .bs-callout-warning p:last-child { margin-bottom: 0 } .bs-callout-warning .highlight, .bs-callout-warning code { background-color: #fff } .bs-callout-info { margin: 20px 0; border-left: 5px solid #5bc0de; background-color: #daf1f8 } .bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 { margin-top: 0; color: #5bc0de } .bs-callout-info p:last-child { margin-bottom: 0 } .bs-callout-info .highlight, .bs-callout-info code { background-color: #fff } .bs-callout-success { margin: 20px 0; border-left: 5px solid #5cb85c; background-color: #c7e6c7 } .bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 { margin-top: 0; color: #5cb85c } .bs-callout-success p:last-child { margin-bottom: 0 } .bs-callout-success .highlight, .bs-callout-success code { background-color: #fff } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff') } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff') } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff') } h1, h2, h3, h4, h5, h6 { color: #020202; line-height: 1.3em; margin: 0 0 10px } h1 { font-size: 2rem } h2 { font-size: 1.5rem } h3 { font-size: 1.375rem } h4 { font-size: 1.25rem } h5 { font-size: 1.125rem } h6 { font-size: 1rem } @media screen and (min-width:500px) { html { font-size: 14px } } @media screen and (min-width:570px) { html { font-size: 15px } } @media screen and (min-width:620px) { html { font-size: 16px } } @media screen and (min-width:680px) { html { font-size: 17px } } @media screen and (min-width:720px) { html { font-size: 18px } } @media screen and (min-width:800px) { html { font-size: 19px } } @media screen and (min-width:860px) { html { font-size: 20px } } @media screen and (min-width:920px) { html { font-size: 21px } } @media screen and (min-width:1000px) { html { font-size: 22px } } .buttons-wrapper { text-align: center } a.cta-button-primary, button.cta-button-primary { background: #7ca0c0; border: 1px solid #7ca0c0; color: #fff; transition: background-color 300ms ease-out 0s } a.cta-button, a.cta-button-primary, button.cta-button, button.cta-button-primary { text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; font-family: 'Open Sans', Arial, Helvetica, sans-serif; position: relative; display: inline-block; font-size: 18px; font-weight: 700; line-height: normal; margin: 0 5px 5px 0; min-width: 200px; padding: 10px 0; -webkit-transition: background-color 300ms ease-out 0s; -o-transition: background-color 300ms ease-out 0s } a.cta-button-primary:hover, button.cta-button-primary:hover { background: #91afca; border-color: #91afca } a.cta-button, button.cta-button { background: 0 0; border: 1px solid #7ca0c0; color: #7ca0c0; transition: background-color 300ms ease-out 0s } a.cta-button:hover, button.cta-button:hover { color: #fff; background: #7ca0c0; border-color: #91afca } .search { position: relative; min-width: 35px; width: 0; height: 34px; float: right; overflow: hidden; -webkit-transition: width .5s; -o-transition: width .5s; transition: width .5s } .search.search-open { width: 25% } .search.small-screens.search-open { width: 100% } .search.small-screens.search-open .searchInputContainer input { padding: 0 124px 0 20px } .searchInputContainer { display: block!important } .searchInputContainer input { top: 0; right: 0; border: 0; outline: 0; background: #dcddd8; width: auto; height: 34px; margin: 0; padding: 0 52px 0 20px; font-size: 15px } .searchInputContainer input::-webkit-input-placeholder { color: #818181 } .searchInputContainer input:-moz-placeholder { color: #818181 } .searchInputContainer input::-moz-placeholder { color: #818181 } .searchInputContainer input:-ms-input-placeholder { color: #818181 } .searchInputContainer a.dnnSearchBoxClearText { right: 45px!important } .searchInputContainer a.dnnSearchBoxClearText.dnnShow { bottom: 2px } #search-action, .SearchButton, .search-toggle-icon { background: url(images/search.png) center center no-repeat #c3c1c1; width: 35px; height: 34px; display: block; position: absolute; top: 0; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 22px; right: 0; padding: 0; margin: 0; outline: 0; line-height: 50px; text-align: center; cursor: pointer; color: #dcddd8; text-indent: -9999px } #search-top { clear: both; width: 100%; background: #7CA0C0; padding: 0; margin: 0; height: 0; overflow: hidden; transition: all .1s ease-in-out } #search-top.active { height: auto; padding: 15px 0 } #search-top span { display: inline!important } #search-top input { background: #fff; border: none; font-size: 1.2em; height: 46px; margin: 0 0 0 15px; width: 70% } #search-top a.SearchButton { background: url(images/search.png) center center no-repeat #e0dfdf; height: 46px; position: relative; display: inline-block; text-indent: -9999px; width: 60px; padding: 0; top: 5px } #search-action { display: none; float: right; height: 34px; margin: 0; padding: 6px 12px } #login { padding-right: 10px } @media only screen and (max-width:768px) { #search-action { display: block } #login { padding-right: 21px } } #login .loginGroup, #login .loginGroup *, #login .registerGroup, #login .registerGroup * { display: block } #login .loginGroup, #login .registerGroup { float: right; padding: 0; margin: 0 } #login .loginGroup a, #login .registerGroup a { display: block; position: relative; height: 34px; min-width: 12px; padding: 7px 15px 0; color: #fff; font-size: 11px; vertical-align: middle } #login .loginGroup a:hover, #login .registerGroup a:hover { background: #d7d7d7; color: #333; text-decoration: none } #login .loginGroup a:active, #login .registerGroup a:active { color: #333 } #login .loginGroup a strong, #login .registerGroup a strong { display: block; position: absolute; left: 0; top: 0; width: 100%; overflow: hidden; font-size: 11px; text-indent: -9999px } #login .registerGroup li { float: left; line-height: 1.2em } #login .registerGroup li:first-child:hover { border-left: #222 } #login .registerGroup .buttonGroup { margin-right: 0 } #login .registerGroup .userProfileImg a { min-width: 25px; min-height: 32px; padding: 0; background: 0 0 } #login .registerGroup a span { display: inline-block; position: absolute; right: 2px; top: -9px; min-width: 7px; margin-right: 3px; background: #3b96b6; text-align: center; font-size: 11px; color: #fff; -webkit-text-shadow: 0 1px 0 #333; text-shadow: 0 1px 0 #333 } #login .registerGroup a img { height: 32px; width: 32px; background: #333 } #login .userNotifications { border-left: 1px solid #ccc; border-right: 1px solid #ccc } #login .userNotifications strong { height: 100%; background: url(images/notification_icon.png) center center no-repeat } #login .userMessages strong { height: 100%; background: url(images/message_icon.png) center center no-repeat } #login .userMessages a, #login .userNotifications a { padding: 0 18px } #login .userMessages a span, #login .userNotifications a span { display: inline-block; margin-top: 9px; margin-right: 0; background-color: transparent; font-size: 10px } #topHeader { background: #383838; -moz-box-shadow: 1px 50px 100px 0 #cacaca; -webkit-box-shadow: 1px 50px 100px 0 #cacaca; box-shadow: 1px 50px 100px 0 #cacaca; min-width: 25px; min-height: 35px; padding: 0 } header { background: #fff; border-bottom: 1px solid #91AFCA } #mainHeader-inner { padding: 30px 0 } #mainHeader-border { background: #8fb299; height: 5px } #logo { padding-left: 15px } .navbar .brand { float: left; padding: 0!important; max-width: 120px } @media only screen and (max-width:768px) { .main-navigation { height: auto; width: 100% } nav { display: none } a.mobile-nav-btn { display: block; float: right; width: 50px; height: 46px; margin-top: 15px; text-align: center; color: #383838 } a.mobile-nav-btn:hover { text-decoration: none } #navbar-top-wrapper { clear: both; position: relative } #navbar { float: none!important } } @media only screen and (min-width:767px) { #navbar { float: right } } #breadcrumb { font-family: 'Open Sans', Arial, Helvetica, sans-serif; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: 1px dashed; border-color: #ccc; background-color: transparent; padding: 5px 0; margin: 0; display: block } #breadcrumb a { margin-left: 10px; font-weight: 600; font-size: 11px; color: #626262 } #breadcrumb a:first-child { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 11px!important; font-weight: 400; color: #7b7d82; margin: 0 } #breadcrumb img, #breadcrumb span { margin-left: 10px } main { background: #fff; border: 1px solid #ececec; border-top: none; margin-bottom: 15px; min-height: 350px } main.no-bg { background: 0 0 } #mainContent-inner { padding: 10px } .dnnpane>[class*=col-md], .dnnpane>[class^=col-md] { padding: 0 15px } .image-wrapper { position: relative } .image-wrapper img { display: block; max-width: 100% } .image-wrapper .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; text-align: center } .grid, .grid figure, .grid figure img { position: relative } .image-wrapper .overlay h2 { color: #fff; font-weight: 700; margin-top: 8%; -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1); text-shadow: 0 2px 2px rgba(0, 0, 0, .1); text-transform: uppercase } .content-intro { padding-top: 30px; font-size: 26px; line-height: 30px } .content-intro p { font-size: 22px } .grid { clear: both; margin: 0 auto; max-width: 1000px; list-style: none; text-align: center } .grid figure { float: left; overflow: hidden; margin: 10px 0; max-height: 360px; width: 100%; height: auto; background: #3085a3; text-align: center; cursor: pointer } .grid figure img { display: block; min-height: 100%; max-width: 100%; opacity: .8; width: 100% } .grid figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden } .grid figure figcaption .grid figure figcaption::after, .grid figure figcaption::before { pointer-events: none } .grid figure figcaption, .grid figure figcaption>a { position: absolute; top: 0; left: 0; width: 100%; height: 100% } figure.hover-effect { background: #333 } figure.hover-effect h2, figure.hover-effect img { -webkit-transition: all .35s ease-in-out; -o-transition: all .35s ease-in-out; transition: all .35s ease-in-out } figure.hover-effect img { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden } figure.hover-effect h2 { font-size: 30px; color: #7ca0c0; -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4); -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4); text-shadow: 0 2px 2px rgba(0, 0, 0, .4) } figure.hover-effect h2>span { color: #fff; font-weight: 700 } figure.hover-effect h2, figure.hover-effect p { position: absolute; bottom: 0; left: 0; padding: 5px; text-align: center; width: 100% } figure.hover-effect p { text-transform: none; font-size: 24px; opacity: 0; padding: 15px; -moz-transition: opacity .35s, -webkit-transform .35s; -webkit-transition: opacity .35s, -webkit-transform .35s; -o-transition: opacity .35s, -webkit-transform .35s; transition: opacity .35s, transform .35s; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0) } figure.hover-effect:hover h2, figure.hover-effect:hover img { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0) } figure.hover-effect:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .content-block-news, .content-block-reg { margin-bottom: 20px } .content-block-news .article-layout .item { display: block; float: left; position: relative } .content-block-news .article-layout .item .item-image { display: block; position: relative; width: 100%; overflow: hidden; background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%); background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%); background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%) } .content-block-news .article-layout .item .item-image img { max-width: 100%; width: 100%; height: auto; opacity: .7; filter: alpha(opacity=70); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .content-block-news .article-layout .item .item-image .item-header { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; color: #fff; background: rgba(0, 0, 0, .1); -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4); -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4); text-shadow: 0 1px 0 rgba(0, 0, 0, .4); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-image .item-header strong { color: #fff; display: block; position: absolute; bottom: 15px; left: 15px; right: 15px; font-size: 16px; line-height: 130%; font-weight: 500; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-image .item-header .item-meta { display: block; color: #fff; padding: 10px 0 17px; font-size: 11px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 15px; right: 15px; bottom: -40px; border-top: 1px solid rgba(255, 255, 255, .3); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-image .item-header .item-meta i.fa { padding-right: 7px } .content-block-news .article-layout .item .item-image .item-header .item-meta span { display: block; color: #fff } .content-block-news .article-layout .item .item-image .item-header .item-category { display: block; font-size: 18px; font-weight: lighter; left: 15px; position: absolute; right: 15px; text-transform: none; top: 15px } .content-block-news .article-layout .item .item-image .item-header .item-category span { border: 1px solid #fff; color: #000; font-size: 24px; display: inline-block; padding: 6px 10px 5px; line-height: 100%; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-content { display: block; background: #f4f4f4; width: 100%; font-size: 14px; line-height: 150%; color: #737373; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .content-block-news .article-layout .item .item-content .item-text { display: block; padding: 15px } .content-block-news .article-layout .item .item-content .item-footer-more { display: block; padding: 15px 0; margin: 0 15px; text-align: center; font-size: 14px; text-transform: uppercase; border-top: 1px solid rgba(0, 0, 0, .06); letter-spacing: .3px; color: #737373 } .content-block-news .article-layout .item:hover .item-header .item-meta { bottom: 0; opacity: 1 } .content-block-news .article-layout .item:hover .item-header .item-category span { background: #7ca0c0; border-color: transparent!important; color: #fff } .content-block-news .article-layout .item:hover .item-image img { opacity: 1 } .content-block-news .article-layout .item:hover .item-image .item-header { background: rgba(81, 81, 81, .7) } .content-block-news .article-layout .item:hover .item-image .item-header strong { bottom: 50px } .content-block-news .article-layout .item:hover .item-content { background: #fff; -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03); -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03); box-shadow: 0 3px 0 rgba(0, 0, 0, .03) } .content-block-news .article-layout .item:hover .item-content .item-footer-more { color: inherit; font-weight: 700; letter-spacing: 0; padding-right: 1px } .content-block-news .item a:hover .item-content { background: rgba(37, 38, 41, .8) } .content-block-news .article-layout:after { display: block; clear: both; content: '' } .contact-form .form-control { border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: initial; -moz-box-shadow: initial; box-shadow: initial; height: 50px; padding: 12px 15px 15px } .contact-form::-webkit-input-placeholder { color: #e3e3e3 } .contact-form:-moz-placeholder { color: #e3e3e3 } .contact-form::-moz-placeholder { color: #e3e3e3 } .contact-form:-ms-input-placeholder { color: #e3e3e3 } footer .footer-above { background-color: #292929; padding-top: 25px; border-top: 25px solid #7ca0c0 } footer .footer-above h2, footer .footer-above p { color: #fff } footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited { color: #d2d2d2; font-size: 12px } footer .footer-col { margin-bottom: 25px } footer .footer-below { background-color: #383838; padding: 15px 0 } footer .copyright { float: left } footer .terms-priv { float: right } footer .copyright, footer .terms-priv { padding-left: 15px; padding-right: 15px } footer .links-list ul li { float: left; width: 100%; font-size: 15px; line-height: 1.5em } footer .links-list ul li a:active, footer .links-list ul li a:link, footer .links-list ul li a:visited { color: #fff } footer .links-list ul li a:hover { color: #f0f0f0 } footer .links-list ul li a:before { content: ""; display: inline-block; width: 0; height: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 3px solid #383838; position: relative; bottom: 1px; padding-right: 9px } .latest-articles { display: block } .latest-articles .item { display: block; border-bottom: 1px solid rgba(255, 255, 255, .08); padding-bottom: 20px; margin-bottom: 20px } .latest-articles .item-header { display: block; float: left; width: 60px } .latest-articles .item-header a { position: relative; display: block } .latest-articles .item-header span { display: block; width: 100%; padding: 0; margin: 0 } .latest-articles .item-header img { border: 2px solid #fff } .latest-articles .item-content { display: block; margin-left: 85px } .latest-articles .item-content p { font-size: 15px; margin-bottom: 15px } .latest-articles .item-content>strong { display: block; font-weight: 600; line-height: 11px; margin-bottom: 5px } .latest-articles .item-content a { color: #d3d3d3; font-weight: 700; font-size: 14px } .latest-articles .publish-date { color: #d3d3d3; font-weight: 400 } .latest-articles .publish-date span { font-size: 12px; font-weight: 400; text-transform: uppercase } .contactus ul { margin-left: 0 } .contactus ul li { color: #fff; font-size: 15px; font-weight: 100; margin-bottom: 5px; list-style: none } .contactus ul li img { margin-right: 5px } .contactus a:link { color: #fff; text-decoration: none } .contactus a:active, .contactus a:hover { text-decoration: underline } .btn-social { background: url(/Portals/0/Images/social-sprite.png); display: inline-block; height: 34px; width: 34px } .btn-social.facebook { background-position: 0 } .btn-social.twitter { background-position: -40px } .btn-social.googleplus { background-position: -80px } .btn-social.linkedin { background-position: -120px } .container-content { padding: 10px 15px 15px } .heading_wrapper { padding-left: 0; padding-right: 0 } .DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h3 h3 .TitleH3, .DNNContainer_Title_h4 h4 .TitleH4 { display: block; margin-bottom: 5px } .DNNContainer_Title_h2 h2 .TitleH2.centered, .DNNContainer_Title_h3 h3 .TitleH3.centered, .DNNContainer_Title_h4 h4 .TitleH4.centered { text-align: center } .DNNContainer_Boxed h2 .TitleBoxed { display: block; margin-bottom: 5px; padding: 5px; border: 1px solid #7b7878 } .lms_heading_1, .lms_heading_2, .lms_heading_3, .lms_heading_4, .lms_heading_5, .lms_heading_6 { text-align: center } .lms_heading_1 .lms_heading_title, .lms_heading_2 .lms_heading_title, .lms_heading_3 .lms_heading_title, .lms_heading_5 .lms_heading_title, .lms_heading_6 .lms_heading_title { border-bottom: 1px solid #7b7878; font-weight: 400; margin-bottom: 17px; margin-top: 17px; padding: 0 32px 28px; position: relative } .lms_heading_1 .lms_heading_title:after { content: ""; position: absolute; top: 100%; margin: -10px 0 0 -5px; left: 50%; width: 10px; height: 20px; background: #fff; border-left: 2px solid #7b7878; border-right: 2px solid #7b7878; -webkit-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); transform: rotate(20deg) } .lms_heading_4 .lms_heading_title { margin-bottom: 17px; margin-top: 17px; padding: 0 30px 10px } .subtle-line { display: block; border: none; color: #fff; height: 1px; width: 100%; background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); margin-bottom: 32px } .hexagon { background-color: #fff; border-left: 3px solid #7b7878; border-right: 3px solid #7b7878; height: 20px; margin: 10.39px auto; position: relative; top: -27px; width: 36px; z-index: 10 } .hexagon::after, .hexagon::before { background-color: inherit; content: ""; height: 25.46px; left: 2.27px; position: absolute; -webkit-transform: scaleY(.5774) rotate(-45deg); -moz-transform: scaleY(.5774) rotate(-45deg); -ms-transform: scaleY(.5774) rotate(-45deg); -o-transform: scaleY(.5774) rotate(-45deg); transform: scaleY(.5774) rotate(-45deg); width: 25.46px; z-index: 1 } .open_rectangle, .rectangle { margin: 10px auto; z-index: 10 } .dots-wrapper, .open_rectangle, .rectangle { position: relative; background-color: #fff; width: 36px } .hexagon::before { border-right: 4.24px solid #7b7878; border-top: 4.24px solid #7b7878; top: -12.73px } .hexagon::after { border-bottom: 4.24px solid #7b7878; border-left: 4.24px solid #7b7878; bottom: -12.73px } .open_rectangle { border-left: 2px solid #7b7878; border-right: 2px solid #7b7878; height: 20px; top: -27px } .rectangle { border: 2px solid #7b7878; height: 13px; top: -24px; border-radius: 10px } .dots-wrapper { height: 10px; margin: 10.39px auto; top: -23px } .dots { width: 10px; height: 10px; border-radius: 50px; line-height: 100px; background: #7b7878; float: left; margin: 0 2px 0 0 } .valid-404 h1 { font-size: 10em; -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, .75); text-shadow: 0 0 7px rgba(0, 0, 0, .75) } .valid-404 h2 { font-size: 33px } .valid-404 h1, .valid-404 h2, .valid-404 p { text-align: center } .bs-example-modal .modal { position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block }
PrecompiledWeb/localhost_60237/Portals/_default/Skins/Xcillion/skin.css
@charset "UTF-8"; em, small { letter-spacing: 0 } body, li, p { line-height: 1.5em } .DNNEmptyPane { display: none!important } .paneOutline { border: 1px dashed #ccc } a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video { border: 0 } .TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } [class*=RadAjaxPanel] *, [class*=Digital] * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } html, li, p { font-size: 16px } ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li { list-style: none; margin: 0 } ul.row { margin-left: -15px; margin-right: -15px } ol, ul { list-style: none } ul li { list-style-type: disc } ul li li { list-style-type: circle } ol li { list-style-type: decimal; list-style-position: inside } .nav li { list-style: none!important } a { outline: 0!important } ul#myTab { padding: 0; margin: 0 } .popover { z-index: 999 } .mark, mark { padding: 0; background-color: transparent } .bs-callout-danger, .bs-callout-info, .bs-callout-primary, .bs-callout-success, .bs-callout-warning { display: block; padding: 15px 30px 15px 15px } body { background: #f0f0f0; color: #333; font-size: 13px } .CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th { font-family: 'Open Sans', Arial, Helvetica, sans-serif } .SubHead { color: #000 } Body #Form { height: 100% } embed, img, object { max-width: 100% } [class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img { max-width: none!important } img { height: auto } em { font-style: italic } strong { color: #333; font-weight: 700 } small { font-size: 12px } a:active, a:link, a:visited { text-decoration: none } a:hover { text-decoration: underline } p { margin: 0 0 20px } ol li>ol li { list-style-type: lower-latin } .bs-callout-primary { margin: 20px 0; border-left: 5px solid #337ab7; background-color: #dbe9f5 } .bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 { margin-top: 0; color: #337ab7 } .bs-callout-primary p:last-child { margin-bottom: 0 } .bs-callout-primary .highlight, .bs-callout-primary code { background-color: #fff } .bs-callout-danger { margin: 20px 0; border-left: 5px solid #d9534f; background-color: #f4cecd } .bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 { margin-top: 0; color: #d9534f } .bs-callout-danger p:last-child { margin-bottom: 0 } .bs-callout-danger .highlight, .bs-callout-danger code { background-color: #fff } .bs-callout-warning { margin: 20px 0; border-left: 5px solid #f0ad4e; background-color: #fceedb } .bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 { margin-top: 0; color: #f0ad4e } .bs-callout-warning p:last-child { margin-bottom: 0 } .bs-callout-warning .highlight, .bs-callout-warning code { background-color: #fff } .bs-callout-info { margin: 20px 0; border-left: 5px solid #5bc0de; background-color: #daf1f8 } .bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 { margin-top: 0; color: #5bc0de } .bs-callout-info p:last-child { margin-bottom: 0 } .bs-callout-info .highlight, .bs-callout-info code { background-color: #fff } .bs-callout-success { margin: 20px 0; border-left: 5px solid #5cb85c; background-color: #c7e6c7 } .bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 { margin-top: 0; color: #5cb85c } .bs-callout-success p:last-child { margin-bottom: 0 } .bs-callout-success .highlight, .bs-callout-success code { background-color: #fff } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff') } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff') } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff') } h1, h2, h3, h4, h5, h6 { color: #020202; line-height: 1.3em; margin: 0 0 10px } h1 { font-size: 2rem } h2 { font-size: 1.5rem } h3 { font-size: 1.375rem } h4 { font-size: 1.25rem } h5 { font-size: 1.125rem } h6 { font-size: 1rem } @media screen and (min-width:500px) { html { font-size: 14px } } @media screen and (min-width:570px) { html { font-size: 15px } } @media screen and (min-width:620px) { html { font-size: 16px } } @media screen and (min-width:680px) { html { font-size: 17px } } @media screen and (min-width:720px) { html { font-size: 18px } } @media screen and (min-width:800px) { html { font-size: 19px } } @media screen and (min-width:860px) { html { font-size: 20px } } @media screen and (min-width:920px) { html { font-size: 21px } } @media screen and (min-width:1000px) { html { font-size: 22px } } .buttons-wrapper { text-align: center } a.cta-button-primary, button.cta-button-primary { background: #7ca0c0; border: 1px solid #7ca0c0; color: #fff; transition: background-color 300ms ease-out 0s } a.cta-button, a.cta-button-primary, button.cta-button, button.cta-button-primary { text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; font-family: 'Open Sans', Arial, Helvetica, sans-serif; position: relative; display: inline-block; font-size: 18px; font-weight: 700; line-height: normal; margin: 0 5px 5px 0; min-width: 200px; padding: 10px 0; -webkit-transition: background-color 300ms ease-out 0s; -o-transition: background-color 300ms ease-out 0s } a.cta-button-primary:hover, button.cta-button-primary:hover { background: #91afca; border-color: #91afca } a.cta-button, button.cta-button { background: 0 0; border: 1px solid #7ca0c0; color: #7ca0c0; transition: background-color 300ms ease-out 0s } a.cta-button:hover, button.cta-button:hover { color: #fff; background: #7ca0c0; border-color: #91afca } .search { position: relative; min-width: 35px; width: 0; height: 34px; float: right; overflow: hidden; -webkit-transition: width .5s; -o-transition: width .5s; transition: width .5s } .search.search-open { width: 25% } .search.small-screens.search-open { width: 100% } .search.small-screens.search-open .searchInputContainer input { padding: 0 124px 0 20px } .searchInputContainer { display: block!important } .searchInputContainer input { top: 0; right: 0; border: 0; outline: 0; background: #dcddd8; width: auto; height: 34px; margin: 0; padding: 0 52px 0 20px; font-size: 15px } .searchInputContainer input::-webkit-input-placeholder { color: #818181 } .searchInputContainer input:-moz-placeholder { color: #818181 } .searchInputContainer input::-moz-placeholder { color: #818181 } .searchInputContainer input:-ms-input-placeholder { color: #818181 } .searchInputContainer a.dnnSearchBoxClearText { right: 45px!important } .searchInputContainer a.dnnSearchBoxClearText.dnnShow { bottom: 2px } #search-action, .SearchButton, .search-toggle-icon { background: url(images/search.png) center center no-repeat #c3c1c1; width: 35px; height: 34px; display: block; position: absolute; top: 0; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 22px; right: 0; padding: 0; margin: 0; outline: 0; line-height: 50px; text-align: center; cursor: pointer; color: #dcddd8; text-indent: -9999px } #search-top { clear: both; width: 100%; background: #7CA0C0; padding: 0; margin: 0; height: 0; overflow: hidden; transition: all .1s ease-in-out } #search-top.active { height: auto; padding: 15px 0 } #search-top span { display: inline!important } #search-top input { background: #fff; border: none; font-size: 1.2em; height: 46px; margin: 0 0 0 15px; width: 70% } #search-top a.SearchButton { background: url(images/search.png) center center no-repeat #e0dfdf; height: 46px; position: relative; display: inline-block; text-indent: -9999px; width: 60px; padding: 0; top: 5px } #search-action { display: none; float: right; height: 34px; margin: 0; padding: 6px 12px } #login { padding-right: 10px } @media only screen and (max-width:768px) { #search-action { display: block } #login { padding-right: 21px } } #login .loginGroup, #login .loginGroup *, #login .registerGroup, #login .registerGroup * { display: block } #login .loginGroup, #login .registerGroup { float: right; padding: 0; margin: 0 } #login .loginGroup a, #login .registerGroup a { display: block; position: relative; height: 34px; min-width: 12px; padding: 7px 15px 0; color: #fff; font-size: 11px; vertical-align: middle } #login .loginGroup a:hover, #login .registerGroup a:hover { background: #d7d7d7; color: #333; text-decoration: none } #login .loginGroup a:active, #login .registerGroup a:active { color: #333 } #login .loginGroup a strong, #login .registerGroup a strong { display: block; position: absolute; left: 0; top: 0; width: 100%; overflow: hidden; font-size: 11px; text-indent: -9999px } #login .registerGroup li { float: left; line-height: 1.2em } #login .registerGroup li:first-child:hover { border-left: #222 } #login .registerGroup .buttonGroup { margin-right: 0 } #login .registerGroup .userProfileImg a { min-width: 25px; min-height: 32px; padding: 0; background: 0 0 } #login .registerGroup a span { display: inline-block; position: absolute; right: 2px; top: -9px; min-width: 7px; margin-right: 3px; background: #3b96b6; text-align: center; font-size: 11px; color: #fff; -webkit-text-shadow: 0 1px 0 #333; text-shadow: 0 1px 0 #333 } #login .registerGroup a img { height: 32px; width: 32px; background: #333 } #login .userNotifications { border-left: 1px solid #ccc; border-right: 1px solid #ccc } #login .userNotifications strong { height: 100%; background: url(images/notification_icon.png) center center no-repeat } #login .userMessages strong { height: 100%; background: url(images/message_icon.png) center center no-repeat } #login .userMessages a, #login .userNotifications a { padding: 0 18px } #login .userMessages a span, #login .userNotifications a span { display: inline-block; margin-top: 9px; margin-right: 0; background-color: transparent; font-size: 10px } #topHeader { background: #383838; -moz-box-shadow: 1px 50px 100px 0 #cacaca; -webkit-box-shadow: 1px 50px 100px 0 #cacaca; box-shadow: 1px 50px 100px 0 #cacaca; min-width: 25px; min-height: 35px; padding: 0 } header { background: #fff; border-bottom: 1px solid #91AFCA } #mainHeader-inner { padding: 30px 0 } #mainHeader-border { background: #8fb299; height: 5px } #logo { padding-left: 15px } .navbar .brand { float: left; padding: 0!important; max-width: 120px } @media only screen and (max-width:768px) { .main-navigation { height: auto; width: 100% } nav { display: none } a.mobile-nav-btn { display: block; float: right; width: 50px; height: 46px; margin-top: 15px; text-align: center; color: #383838 } a.mobile-nav-btn:hover { text-decoration: none } #navbar-top-wrapper { clear: both; position: relative } #navbar { float: none!important } } @media only screen and (min-width:767px) { #navbar { float: right } } #breadcrumb { font-family: 'Open Sans', Arial, Helvetica, sans-serif; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: 1px dashed; border-color: #ccc; background-color: transparent; padding: 5px 0; margin: 0; display: block } #breadcrumb a { margin-left: 10px; font-weight: 600; font-size: 11px; color: #626262 } #breadcrumb a:first-child { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 11px!important; font-weight: 400; color: #7b7d82; margin: 0 } #breadcrumb img, #breadcrumb span { margin-left: 10px } main { background: #fff; border: 1px solid #ececec; border-top: none; margin-bottom: 15px; min-height: 350px } main.no-bg { background: 0 0 } #mainContent-inner { padding: 10px } .dnnpane>[class*=col-md], .dnnpane>[class^=col-md] { padding: 0 15px } .image-wrapper { position: relative } .image-wrapper img { display: block; max-width: 100% } .image-wrapper .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; text-align: center } .grid, .grid figure, .grid figure img { position: relative } .image-wrapper .overlay h2 { color: #fff; font-weight: 700; margin-top: 8%; -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1); text-shadow: 0 2px 2px rgba(0, 0, 0, .1); text-transform: uppercase } .content-intro { padding-top: 30px; font-size: 26px; line-height: 30px } .content-intro p { font-size: 22px } .grid { clear: both; margin: 0 auto; max-width: 1000px; list-style: none; text-align: center } .grid figure { float: left; overflow: hidden; margin: 10px 0; max-height: 360px; width: 100%; height: auto; background: #3085a3; text-align: center; cursor: pointer } .grid figure img { display: block; min-height: 100%; max-width: 100%; opacity: .8; width: 100% } .grid figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden } .grid figure figcaption .grid figure figcaption::after, .grid figure figcaption::before { pointer-events: none } .grid figure figcaption, .grid figure figcaption>a { position: absolute; top: 0; left: 0; width: 100%; height: 100% } figure.hover-effect { background: #333 } figure.hover-effect h2, figure.hover-effect img { -webkit-transition: all .35s ease-in-out; -o-transition: all .35s ease-in-out; transition: all .35s ease-in-out } figure.hover-effect img { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden } figure.hover-effect h2 { font-size: 30px; color: #7ca0c0; -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4); -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4); text-shadow: 0 2px 2px rgba(0, 0, 0, .4) } figure.hover-effect h2>span { color: #fff; font-weight: 700 } figure.hover-effect h2, figure.hover-effect p { position: absolute; bottom: 0; left: 0; padding: 5px; text-align: center; width: 100% } figure.hover-effect p { text-transform: none; font-size: 24px; opacity: 0; padding: 15px; -moz-transition: opacity .35s, -webkit-transform .35s; -webkit-transition: opacity .35s, -webkit-transform .35s; -o-transition: opacity .35s, -webkit-transform .35s; transition: opacity .35s, transform .35s; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0) } figure.hover-effect:hover h2, figure.hover-effect:hover img { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0) } figure.hover-effect:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .content-block-news, .content-block-reg { margin-bottom: 20px } .content-block-news .article-layout .item { display: block; float: left; position: relative } .content-block-news .article-layout .item .item-image { display: block; position: relative; width: 100%; overflow: hidden; background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%); background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%); background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%) } .content-block-news .article-layout .item .item-image img { max-width: 100%; width: 100%; height: auto; opacity: .7; filter: alpha(opacity=70); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .content-block-news .article-layout .item .item-image .item-header { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; color: #fff; background: rgba(0, 0, 0, .1); -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4); -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4); text-shadow: 0 1px 0 rgba(0, 0, 0, .4); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-image .item-header strong { color: #fff; display: block; position: absolute; bottom: 15px; left: 15px; right: 15px; font-size: 16px; line-height: 130%; font-weight: 500; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-image .item-header .item-meta { display: block; color: #fff; padding: 10px 0 17px; font-size: 11px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 15px; right: 15px; bottom: -40px; border-top: 1px solid rgba(255, 255, 255, .3); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-image .item-header .item-meta i.fa { padding-right: 7px } .content-block-news .article-layout .item .item-image .item-header .item-meta span { display: block; color: #fff } .content-block-news .article-layout .item .item-image .item-header .item-category { display: block; font-size: 18px; font-weight: lighter; left: 15px; position: absolute; right: 15px; text-transform: none; top: 15px } .content-block-news .article-layout .item .item-image .item-header .item-category span { border: 1px solid #fff; color: #000; font-size: 24px; display: inline-block; padding: 6px 10px 5px; line-height: 100%; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s } .content-block-news .article-layout .item .item-content { display: block; background: #f4f4f4; width: 100%; font-size: 14px; line-height: 150%; color: #737373; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .content-block-news .article-layout .item .item-content .item-text { display: block; padding: 15px } .content-block-news .article-layout .item .item-content .item-footer-more { display: block; padding: 15px 0; margin: 0 15px; text-align: center; font-size: 14px; text-transform: uppercase; border-top: 1px solid rgba(0, 0, 0, .06); letter-spacing: .3px; color: #737373 } .content-block-news .article-layout .item:hover .item-header .item-meta { bottom: 0; opacity: 1 } .content-block-news .article-layout .item:hover .item-header .item-category span { background: #7ca0c0; border-color: transparent!important; color: #fff } .content-block-news .article-layout .item:hover .item-image img { opacity: 1 } .content-block-news .article-layout .item:hover .item-image .item-header { background: rgba(81, 81, 81, .7) } .content-block-news .article-layout .item:hover .item-image .item-header strong { bottom: 50px } .content-block-news .article-layout .item:hover .item-content { background: #fff; -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03); -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03); box-shadow: 0 3px 0 rgba(0, 0, 0, .03) } .content-block-news .article-layout .item:hover .item-content .item-footer-more { color: inherit; font-weight: 700; letter-spacing: 0; padding-right: 1px } .content-block-news .item a:hover .item-content { background: rgba(37, 38, 41, .8) } .content-block-news .article-layout:after { display: block; clear: both; content: '' } .contact-form .form-control { border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: initial; -moz-box-shadow: initial; box-shadow: initial; height: 50px; padding: 12px 15px 15px } .contact-form::-webkit-input-placeholder { color: #e3e3e3 } .contact-form:-moz-placeholder { color: #e3e3e3 } .contact-form::-moz-placeholder { color: #e3e3e3 } .contact-form:-ms-input-placeholder { color: #e3e3e3 } footer .footer-above { background-color: #292929; padding-top: 25px; border-top: 25px solid #7ca0c0 } footer .footer-above h2, footer .footer-above p { color: #fff } footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited { color: #d2d2d2; font-size: 12px } footer .footer-col { margin-bottom: 25px } footer .footer-below { background-color: #383838; padding: 15px 0 } footer .copyright { float: left } footer .terms-priv { float: right } footer .copyright, footer .terms-priv { padding-left: 15px; padding-right: 15px } footer .links-list ul li { float: left; width: 100%; font-size: 15px; line-height: 1.5em } footer .links-list ul li a:active, footer .links-list ul li a:link, footer .links-list ul li a:visited { color: #fff } footer .links-list ul li a:hover { color: #f0f0f0 } footer .links-list ul li a:before { content: ""; display: inline-block; width: 0; height: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 3px solid #383838; position: relative; bottom: 1px; padding-right: 9px } .latest-articles { display: block } .latest-articles .item { display: block; border-bottom: 1px solid rgba(255, 255, 255, .08); padding-bottom: 20px; margin-bottom: 20px } .latest-articles .item-header { display: block; float: left; width: 60px } .latest-articles .item-header a { position: relative; display: block } .latest-articles .item-header span { display: block; width: 100%; padding: 0; margin: 0 } .latest-articles .item-header img { border: 2px solid #fff } .latest-articles .item-content { display: block; margin-left: 85px } .latest-articles .item-content p { font-size: 15px; margin-bottom: 15px } .latest-articles .item-content>strong { display: block; font-weight: 600; line-height: 11px; margin-bottom: 5px } .latest-articles .item-content a { color: #d3d3d3; font-weight: 700; font-size: 14px } .latest-articles .publish-date { color: #d3d3d3; font-weight: 400 } .latest-articles .publish-date span { font-size: 12px; font-weight: 400; text-transform: uppercase } .contactus ul { margin-left: 0 } .contactus ul li { color: #fff; font-size: 15px; font-weight: 100; margin-bottom: 5px; list-style: none } .contactus ul li img { margin-right: 5px } .contactus a:link { color: #fff; text-decoration: none } .contactus a:active, .contactus a:hover { text-decoration: underline } .btn-social { background: url(/Portals/0/Images/social-sprite.png); display: inline-block; height: 34px; width: 34px } .btn-social.facebook { background-position: 0 } .btn-social.twitter { background-position: -40px } .btn-social.googleplus { background-position: -80px } .btn-social.linkedin { background-position: -120px } .container-content { padding: 10px 15px 15px } .heading_wrapper { padding-left: 0; padding-right: 0 } .DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h3 h3 .TitleH3, .DNNContainer_Title_h4 h4 .TitleH4 { display: block; margin-bottom: 5px } .DNNContainer_Title_h2 h2 .TitleH2.centered, .DNNContainer_Title_h3 h3 .TitleH3.centered, .DNNContainer_Title_h4 h4 .TitleH4.centered { text-align: center } .DNNContainer_Boxed h2 .TitleBoxed { display: block; margin-bottom: 5px; padding: 5px; border: 1px solid #7b7878 } .lms_heading_1, .lms_heading_2, .lms_heading_3, .lms_heading_4, .lms_heading_5, .lms_heading_6 { text-align: center } .lms_heading_1 .lms_heading_title, .lms_heading_2 .lms_heading_title, .lms_heading_3 .lms_heading_title, .lms_heading_5 .lms_heading_title, .lms_heading_6 .lms_heading_title { border-bottom: 1px solid #7b7878; font-weight: 400; margin-bottom: 17px; margin-top: 17px; padding: 0 32px 28px; position: relative } .lms_heading_1 .lms_heading_title:after { content: ""; position: absolute; top: 100%; margin: -10px 0 0 -5px; left: 50%; width: 10px; height: 20px; background: #fff; border-left: 2px solid #7b7878; border-right: 2px solid #7b7878; -webkit-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); transform: rotate(20deg) } .lms_heading_4 .lms_heading_title { margin-bottom: 17px; margin-top: 17px; padding: 0 30px 10px } .subtle-line { display: block; border: none; color: #fff; height: 1px; width: 100%; background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%); margin-bottom: 32px } .hexagon { background-color: #fff; border-left: 3px solid #7b7878; border-right: 3px solid #7b7878; height: 20px; margin: 10.39px auto; position: relative; top: -27px; width: 36px; z-index: 10 } .hexagon::after, .hexagon::before { background-color: inherit; content: ""; height: 25.46px; left: 2.27px; position: absolute; -webkit-transform: scaleY(.5774) rotate(-45deg); -moz-transform: scaleY(.5774) rotate(-45deg); -ms-transform: scaleY(.5774) rotate(-45deg); -o-transform: scaleY(.5774) rotate(-45deg); transform: scaleY(.5774) rotate(-45deg); width: 25.46px; z-index: 1 } .open_rectangle, .rectangle { margin: 10px auto; z-index: 10 } .dots-wrapper, .open_rectangle, .rectangle { position: relative; background-color: #fff; width: 36px } .hexagon::before { border-right: 4.24px solid #7b7878; border-top: 4.24px solid #7b7878; top: -12.73px } .hexagon::after { border-bottom: 4.24px solid #7b7878; border-left: 4.24px solid #7b7878; bottom: -12.73px } .open_rectangle { border-left: 2px solid #7b7878; border-right: 2px solid #7b7878; height: 20px; top: -27px } .rectangle { border: 2px solid #7b7878; height: 13px; top: -24px; border-radius: 10px } .dots-wrapper { height: 10px; margin: 10.39px auto; top: -23px } .dots { width: 10px; height: 10px; border-radius: 50px; line-height: 100px; background: #7b7878; float: left; margin: 0 2px 0 0 } .valid-404 h1 { font-size: 10em; -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, .75); text-shadow: 0 0 7px rgba(0, 0, 0, .75) } .valid-404 h2 { font-size: 33px } .valid-404 h1, .valid-404 h2, .valid-404 p { text-align: center } .bs-example-modal .modal { position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block }
0.3492
0.08043
header { margin: 0 auto; overflow: hidden; z-index: 1; border-bottom: 2px solid #696969; } header table { background-color: #F5F5F2; } /*Title*/ .title { text-align: center; font-family: Verdana, serif; } /*Body*/ body { background-color: #F5F5F2; } /*Footer*/ footer { background-color: #F5F5F2; } /*Title*/ .title h1 { color: #7881A2; text-transform: uppercase; font-weight: bold; } /*Patient Profile*/ .patient-profile { padding-left: 10px; display: inline-block; } label { display:inline-block; *display: inline; /* for IE7*/ zoom:1; /* for IE7*/ float: left; padding-top: 10px; padding-left: 50px; width: 140px; } input { margin-top: 15px; margin-bottom: 15px; display:inline-block; *display: inline; /* for IE7*/ zoom:1; /* for IE7*/ vertical-align:middle; margin-left: 40px; } .input-table tr td h3{ padding-top: 20px; padding-bottom: 20px; padding-right: 20px; padding-left: 20px; } .main td{ padding-top: 25px; padding-bottom: 25px; } #tfnewsearch{ margin: 0 auto; padding:20px; } .tftextinput2{ margin: 0; padding: 10px 15px; margin-right: 10px; color:#666; border:1px solid #D3D3D3; border-radius: 5px; } .tfbutton2 { margin: 0; padding: 10px 15px; font-weight:bold; text-align: center; color: #000000; border: solid 1px #13A89E; background: #13A89E; background: -webkit-gradient(linear, left top, left bottom, from(#13A89E), to(#13A89E)); background: -moz-linear-gradient(top, #13A89E, #13A89E); border-radius: 5px; } .tfbutton2:hover { text-decoration: none; background: #D3D3D3; background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), to(#D3D3D3)); background: -moz-linear-gradient(top, #D3D3D3, #D3D3D3); } /* Fixes submit button height problem in Firefox */ .tfbutton2::-moz-focus-inner { border: 0; } .tfclear{ clear:both; } .selection table td{ padding: 5px 5px; border: 1px solid #C0C0C0; border-collapse: collapse; } /*----- Tabs -----*/ .tabs { width:100%; display:inline-block; } /*----- Tab Links -----*/ /* Clearfix */ .tab-links:after { display:block; clear:both; content:''; } .tab-links li { margin:0px 5px; float:left; list-style:none; } .tab-links a { padding:9px 15px; display:inline-block; border-radius:3px 3px 0px 0px; background:#7FB5DA; font-size:16px; font-weight:600; color:#4c4c4c; transition:all linear 0.15s; } .tab-links a:hover { background:#a7cce5; text-decoration:none; } li.active a, li.active a:hover { background:#fff; color:#4c4c4c; } /*----- Content of Tabs -----*/ .tab-content { padding:15px; border-radius:3px; box-shadow:-1px 1px 1px rgba(0,0,0,0.15); background:#fff; } .tab { display:none; } .tab.active { display:block; } .patient-main td{ padding-top: 10px; padding-bottom: 10px; }
game/css/menu.css
header { margin: 0 auto; overflow: hidden; z-index: 1; border-bottom: 2px solid #696969; } header table { background-color: #F5F5F2; } /*Title*/ .title { text-align: center; font-family: Verdana, serif; } /*Body*/ body { background-color: #F5F5F2; } /*Footer*/ footer { background-color: #F5F5F2; } /*Title*/ .title h1 { color: #7881A2; text-transform: uppercase; font-weight: bold; } /*Patient Profile*/ .patient-profile { padding-left: 10px; display: inline-block; } label { display:inline-block; *display: inline; /* for IE7*/ zoom:1; /* for IE7*/ float: left; padding-top: 10px; padding-left: 50px; width: 140px; } input { margin-top: 15px; margin-bottom: 15px; display:inline-block; *display: inline; /* for IE7*/ zoom:1; /* for IE7*/ vertical-align:middle; margin-left: 40px; } .input-table tr td h3{ padding-top: 20px; padding-bottom: 20px; padding-right: 20px; padding-left: 20px; } .main td{ padding-top: 25px; padding-bottom: 25px; } #tfnewsearch{ margin: 0 auto; padding:20px; } .tftextinput2{ margin: 0; padding: 10px 15px; margin-right: 10px; color:#666; border:1px solid #D3D3D3; border-radius: 5px; } .tfbutton2 { margin: 0; padding: 10px 15px; font-weight:bold; text-align: center; color: #000000; border: solid 1px #13A89E; background: #13A89E; background: -webkit-gradient(linear, left top, left bottom, from(#13A89E), to(#13A89E)); background: -moz-linear-gradient(top, #13A89E, #13A89E); border-radius: 5px; } .tfbutton2:hover { text-decoration: none; background: #D3D3D3; background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), to(#D3D3D3)); background: -moz-linear-gradient(top, #D3D3D3, #D3D3D3); } /* Fixes submit button height problem in Firefox */ .tfbutton2::-moz-focus-inner { border: 0; } .tfclear{ clear:both; } .selection table td{ padding: 5px 5px; border: 1px solid #C0C0C0; border-collapse: collapse; } /*----- Tabs -----*/ .tabs { width:100%; display:inline-block; } /*----- Tab Links -----*/ /* Clearfix */ .tab-links:after { display:block; clear:both; content:''; } .tab-links li { margin:0px 5px; float:left; list-style:none; } .tab-links a { padding:9px 15px; display:inline-block; border-radius:3px 3px 0px 0px; background:#7FB5DA; font-size:16px; font-weight:600; color:#4c4c4c; transition:all linear 0.15s; } .tab-links a:hover { background:#a7cce5; text-decoration:none; } li.active a, li.active a:hover { background:#fff; color:#4c4c4c; } /*----- Content of Tabs -----*/ .tab-content { padding:15px; border-radius:3px; box-shadow:-1px 1px 1px rgba(0,0,0,0.15); background:#fff; } .tab { display:none; } .tab.active { display:block; } .patient-main td{ padding-top: 10px; padding-bottom: 10px; }
0.218003
0.08819
:host { overflow: hidden; } .quizzes-panel { overflow: auto; -webkit-overflow-scrolling: touch; } :host([animate]) .quizzes-panel { overflow: visible; } ::-webkit-scrollbar { display: none; } .card { position: relative; } .quizzes-panel.wide > .card { width: 512px; margin: 64px auto 0; border-radius: 2px; overflow: hidden; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .card > core-toolbar { height: 176px; font-size: 16px; line-height: 26px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .card > core-toolbar::shadow #topBar { height: 176px; } .quizzes-panel.wide > .card > core-toolbar { font-size: 18px; } .quizzes-panel.wide core-toolbar > .question { padding: 0 8px; } .quizzes-content { background-color: #fff; overflow: auto; -webkit-overflow-scrolling: touch; position: relative; } .quizzes-panel.wide .quizzes-content { overflow: inherit; } #quizViews { display: block; } #quizViews > * { display: none; } #quizViews > .core-selected { display: block; } paper-fab.check-button { position: absolute; top: 148px; right: 16px; background-color: #f5f5f5; color: #cdcdcd; transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } :host([animate]) paper-fab { visibility: hidden; } .quizzes-panel.wide paper-fab.check-button { right: 24px; } .answered paper-fab.check-button { -webkit-transform: none; transform: none; } .answered paper-fab.check-button.correct { background-color: #00e676; color: #fff; } .answered paper-fab.check-button.incorrect { background-color: #ff5252; color: #fff; } .answered paper-fab.check-button { color: #626262; } topeka-status-bar { position: relative; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16); } topeka-status-bar.wide { width: 512px; margin: 0 auto; }
cde-polymer-designer.dart/lib/src/polymer_designer/components/topeka-elements/topeka-quizzes.css
:host { overflow: hidden; } .quizzes-panel { overflow: auto; -webkit-overflow-scrolling: touch; } :host([animate]) .quizzes-panel { overflow: visible; } ::-webkit-scrollbar { display: none; } .card { position: relative; } .quizzes-panel.wide > .card { width: 512px; margin: 64px auto 0; border-radius: 2px; overflow: hidden; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .card > core-toolbar { height: 176px; font-size: 16px; line-height: 26px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .card > core-toolbar::shadow #topBar { height: 176px; } .quizzes-panel.wide > .card > core-toolbar { font-size: 18px; } .quizzes-panel.wide core-toolbar > .question { padding: 0 8px; } .quizzes-content { background-color: #fff; overflow: auto; -webkit-overflow-scrolling: touch; position: relative; } .quizzes-panel.wide .quizzes-content { overflow: inherit; } #quizViews { display: block; } #quizViews > * { display: none; } #quizViews > .core-selected { display: block; } paper-fab.check-button { position: absolute; top: 148px; right: 16px; background-color: #f5f5f5; color: #cdcdcd; transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 500ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } :host([animate]) paper-fab { visibility: hidden; } .quizzes-panel.wide paper-fab.check-button { right: 24px; } .answered paper-fab.check-button { -webkit-transform: none; transform: none; } .answered paper-fab.check-button.correct { background-color: #00e676; color: #fff; } .answered paper-fab.check-button.incorrect { background-color: #ff5252; color: #fff; } .answered paper-fab.check-button { color: #626262; } topeka-status-bar { position: relative; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16); } topeka-status-bar.wide { width: 512px; margin: 0 auto; }
0.52975
0.176175
.tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; } .tipsy-inner { font-size: 13px !important; line-height: 17px !important; background-color: #333333 !important; color: #fff !important; max-width: 250px !important; padding: 6px 10px !important; text-align: left !important; word-wrap: break-word !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; } .tipsy-arrow-n { border-bottom-color: #333 !important } .tipsy-arrow-s { border-top-color: #333 !important } .tipsy-arrow-e { border-left-color: #333 !important } .tipsy-arrow-w { border-right-color: #333 !important } .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
public/css/um-tipsy.css
.tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; } .tipsy-inner { font-size: 13px !important; line-height: 17px !important; background-color: #333333 !important; color: #fff !important; max-width: 250px !important; padding: 6px 10px !important; text-align: left !important; word-wrap: break-word !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; } .tipsy-arrow-n { border-bottom-color: #333 !important } .tipsy-arrow-s { border-top-color: #333 !important } .tipsy-arrow-e { border-left-color: #333 !important } .tipsy-arrow-w { border-right-color: #333 !important } .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;} .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
0.450118
0.193376
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap'); *, body { font-family: 'Poppins', sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; } html, body { height: 100vh; background-color: #90AA86; overflow: auto; } .holder{ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 50vh; } .holder-1 { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .holder .content { position: relative; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; padding: 60px; } .content .items { border: 3px solid #fff; padding: 40px; display: inline-block; width: 100%; min-width: 540px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: left; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .content h3 { color: #fff; text-align: left; font-size: 28px; font-weight: 600; margin-bottom: 5px; } .content h3.title { margin-bottom: 30px; } .content p { color: #fff; text-align: left; font-size: 17px; font-weight: 300; line-height: 20px; margin-bottom: 30px; } .content .back_link { color: orange; text-align: right; font-size: 17px; font-weight: 300; /* line-height: 20px; */ margin-bottom: 30px; } .content p a{ color: #fff; text-decoration: none; } .content p a:hover{ color: orange; text-decoration: underline; } .content input[type=text]{ width: 100%; padding: 9px 20px; text-align: left; border: 0; outline: 0; border-radius: 6px; background-color: #fff; font-size: 15px; font-weight: 300; color: #8D8D8D; margin-top: 16px; }
public/stylesheets/projects.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap'); *, body { font-family: 'Poppins', sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; } html, body { height: 100vh; background-color: #90AA86; overflow: auto; } .holder{ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 50vh; } .holder-1 { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .holder .content { position: relative; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; padding: 60px; } .content .items { border: 3px solid #fff; padding: 40px; display: inline-block; width: 100%; min-width: 540px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: left; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .content h3 { color: #fff; text-align: left; font-size: 28px; font-weight: 600; margin-bottom: 5px; } .content h3.title { margin-bottom: 30px; } .content p { color: #fff; text-align: left; font-size: 17px; font-weight: 300; line-height: 20px; margin-bottom: 30px; } .content .back_link { color: orange; text-align: right; font-size: 17px; font-weight: 300; /* line-height: 20px; */ margin-bottom: 30px; } .content p a{ color: #fff; text-decoration: none; } .content p a:hover{ color: orange; text-decoration: underline; } .content input[type=text]{ width: 100%; padding: 9px 20px; text-align: left; border: 0; outline: 0; border-radius: 6px; background-color: #fff; font-size: 15px; font-weight: 300; color: #8D8D8D; margin-top: 16px; }
0.373533
0.066448
body { background-color: #fff !important; } .text-white { color: #fff; text-shadow: 1px 1px 1px #000; } h3.h3 { text-align: center; padding: 1.5em 0em 2em 0em; text-transform: capitalize; font-size: 1.5em; } .container-fluid { padding: 2em 0em 4em 0em; background: linear-gradient(to right, #7474bf, #348ac7); } .container { padding: 2em 0em 5em 0em; } .bg-1 { background: linear-gradient(to right, #7b4379, #dc2430); } .bg-2 { background: #ABAD5D; } .bg-3 { background: #1ABC9C; } /******************** Preloader Demo-5 *******************/ .loader5 { width: 300px; height: 300px; margin: 20px auto; position: relative } .loader5 .loader-inner { width: 50px; height: 50px; border-radius: 25px; position: absolute; transition: all .8s ease-in-out } .loader5 .box-1 { background: #89fc00; top: 125px; right: 0; -webkit-animation: loading-1 2.2s infinite; animation: loading-1 2.2s infinite } .loader5 .box-2 { background: #dc0073; top: 125px; -webkit-animation: loading-2 2.2s infinite; animation: loading-2 2.2s infinite } .loader5 .box-3 { background: #1be7ff; top: 0; left: 125px; -webkit-animation: loading-3 2.2s infinite; animation: loading-3 2.2s infinite } .loader5 .box-4 { background: #ffb800; bottom: 0; left: 125px; -webkit-animation: loading-4 2.2s infinite; animation: loading-4 2.2s infinite } @keyframes loading-1 { 0%, 100% { transform: translateX(0) } 50% { transform: translateX(-250px) } } @keyframes loading-2 { 0%, 100% { transform: translateX(0) } 50% { transform: translateX(250px) } } @keyframes loading-3 { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(250px) } } @keyframes loading-4 { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-250px) } }
ITMS site/Back_end/public/stylesheets/waiting.css
body { background-color: #fff !important; } .text-white { color: #fff; text-shadow: 1px 1px 1px #000; } h3.h3 { text-align: center; padding: 1.5em 0em 2em 0em; text-transform: capitalize; font-size: 1.5em; } .container-fluid { padding: 2em 0em 4em 0em; background: linear-gradient(to right, #7474bf, #348ac7); } .container { padding: 2em 0em 5em 0em; } .bg-1 { background: linear-gradient(to right, #7b4379, #dc2430); } .bg-2 { background: #ABAD5D; } .bg-3 { background: #1ABC9C; } /******************** Preloader Demo-5 *******************/ .loader5 { width: 300px; height: 300px; margin: 20px auto; position: relative } .loader5 .loader-inner { width: 50px; height: 50px; border-radius: 25px; position: absolute; transition: all .8s ease-in-out } .loader5 .box-1 { background: #89fc00; top: 125px; right: 0; -webkit-animation: loading-1 2.2s infinite; animation: loading-1 2.2s infinite } .loader5 .box-2 { background: #dc0073; top: 125px; -webkit-animation: loading-2 2.2s infinite; animation: loading-2 2.2s infinite } .loader5 .box-3 { background: #1be7ff; top: 0; left: 125px; -webkit-animation: loading-3 2.2s infinite; animation: loading-3 2.2s infinite } .loader5 .box-4 { background: #ffb800; bottom: 0; left: 125px; -webkit-animation: loading-4 2.2s infinite; animation: loading-4 2.2s infinite } @keyframes loading-1 { 0%, 100% { transform: translateX(0) } 50% { transform: translateX(-250px) } } @keyframes loading-2 { 0%, 100% { transform: translateX(0) } 50% { transform: translateX(250px) } } @keyframes loading-3 { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(250px) } } @keyframes loading-4 { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-250px) } }
0.439507
0.136954
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'); @font-face { font-family: 'FontAwesome'; src: url('../../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } /****Font*******/ /****************************Reset************************************/ * { border: 0 none; outline: 0; padding: 0; margin: 0; box-sizing: border-box; -webkit-appearance: value; -moz-appearance: value; appearance: value; } html, body, 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, span, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, fieldset { margin: 0px auto; padding: 0px; border: 0; outline: 0; font-size: 100%; } a, img a { text-decoration: none; border: 0; outline: 0 !important; transition: all ease-in .3s; -moz-transition: all ease-in .3s; -ms-transition: all ease-in .3s; -o-transition: all ease-in .3s; -webkit-transition: all ease-in .3s; } a, button, input { transition: all ease-in .3s; -moz-transition: all ease-in .3s; -ms-transition: all ease-in .3s; -o-transition: all ease-in .3s; -webkit-transition: all ease-in .3s; } :focus { outline: 0px; } table { border-collapse: collapse; border-spacing: 0px; } ol, ul, li { list-style-type: none; margin: 0px; padding: 0px; } html, body { height: 100%; } .verticle-table { display: table; width: 100%; height: 100%; } .verticle-table-cell { display: table-cell; vertical-align: middle; } .clear { clear: both; } .clearfix:after { clear: both; } .clearfix:before, .clearfix:after { content: " "; display: table; } input[type="text"], input[type="password"] { padding: 9px 12px 8px; border-radius: 2px; vertical-align: middle; width: 100%; box-shadow: none; } .modal-content { border:none; } /********************************************* Material CSS Start For Form Element *********************************************/ [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="checkbox"]+label { position: relative; padding-left: 30px; cursor: pointer; display: inline-block; height: 25px; line-height: 18px; font-size: 14px; color: #6f6f6f; font-weight: 400; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } [type="checkbox"].filled-in:not(:checked)+label:before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 20% 40%; transform-origin: 100% 100%; } [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: .2s; } [type="checkbox"].filled-in:checked+label:before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #f05038; border-bottom: 2px solid #f05038; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after { content: ''; left: 0; position: absolute; transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1; } [type="checkbox"].filled-in:not(:checked)+label:after { height: 20px; width: 20px; background-color: transparent; border: 1px solid #d2d1d1; top: 0px; z-index: 0; border-radius: 3px; } [type="checkbox"].filled-in:checked+label:after { top: 0; width: 20px; height: 20px; border: 1px solid #ebebeb; background-color: #ffffff; z-index: 0; border-radius: 3px; } [type="radio"]:not(:checked), [type="radio"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="radio"]:not(:checked)+label, [type="radio"]:checked+label { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; height: 25px; line-height: 24px; font-size: 14px; transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 400; color: #363636; font-weight: 400; } [type="radio"]+label:before, [type="radio"]+label:after { content: ''; position: absolute; left: 0; top: 0; margin: 4px; width: 16px; height: 16px; z-index: 0; transition: .28s ease; } [type="radio"]:checked+label:before { border: 2px solid transparent; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after { border-radius: 50%; } [type="radio"]:checked+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after { border: 2px solid #7da527; } [type="radio"]:checked+label:after { -webkit-transform: scale(1.02); transform: scale(1.02); } [type="radio"]:checked+label:after { -webkit-transform: scale(0.5); transform: scale(0.5); } [type="radio"]:checked+label:after, [type="radio"]:checked+label:after { background-color: #f05038; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after { border: 1px solid #c1c1c1; } [type="radio"]:checked+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after { border: 1px solid #c1c1c1; } .th-checkbox { display: inline-flex; vertical-align: middle; margin: -2px 0 -5px 0; } /* dashboard */ .total-status-wrapper { min-height: 150px; padding: 40px 20px; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; transition: all 0.1s ease-in; border-radius: 2px; overflow: hidden; position: relative; } .total-status-wrapper.green { background: #636363; } /* .total-status-wrapper.blue { background: #2cc2f2; } */ .total-status-wrapper .total-usersicon, .total-status-wrapper .total-numbers { float: left; width:50%; } .total-status-wrapper .total-usersicon .fa { font-size: 46px; color: #fff; opacity: .3; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } .total-status-wrapper:hover .total-usersicon .fa { opacity: 1; } .total-status-wrapper .total-numbers { text-align: center; color:#fff; font-size: 20px; font-weight: bold; } .total-status-wrapper .total-numbers .total-userstxt { display: block; font-size: 26px; margin-top: 20px; font-weight: normal; white-space: nowrap } .total-newusers-status, .total-newgems-status { position: absolute; bottom:0; left:0; right:0; width:100%; padding: 10px 10px 9px; } .total-newusers-status.green { border-top: 1px solid #57a3a3; } .total-newgems-status.green { border-top: 1px solid #57a3a3; } .total-newusers-status .total-newusers, .total-newgems-status .total-newgems { float: left; color:#fff; } .total-newusers-status .total-userscount, .total-newgems-status .total-gemsscount { float: right; color:#fff; } .number-ofusers-wrapper { -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15); padding: 15px; background: #f9f9f9; margin-top: 30px; } .wrap-insection { padding: 0 20px; } .section-title h3 { font-size: 16px; font-weight: bold; border-bottom: 1px solid #e0dddd; padding-bottom: 12px; margin-bottom: 20px; } .form-blk { margin-bottom: 10px; position: relative; } .ficon { position: absolute; top: 0; cursor: pointer; width: 33px; height: 33px; line-height: 33px; text-align: center; background: #007876; color:#fff; } .ficon:active, .filter-btn:active { background: #686868 !important; } .ficon-left { left:0; } .ficon-right { right:0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; } /*******************Layout CSS***************/ .alert { position: absolute; top:10px; right:10px; width:320px; border-radius: 0; z-index: 99; } body { color: #000; font-size: 0.875em; font-weight: 400; height: 100%; width: 100%; font-family: 'Open Sans', sans-serif; text-rendering: optimizeLegibility; background-color: #fafafa; } .wrap-index { overflow: hidden; } .data-wrap { position: relative; min-height: 100%; background-size: cover; padding: 0 0 45px 0; width: 100%; background-color: rgba(46, 138, 136, 0.73); /* background-image: url('../../images/bg-img2.png'); */ background-repeat: no-repeat; background-size: cover; opacity: 0.9; } .in-data-wrap { position: relative; min-height: 100%; background-size: cover; padding: 0 0 45px 0; width: 100%; } .in-left-col { width: 50%; height: 100%; height: 100%; margin: 0 auto; } .in-right-col { width: 50%; height: 100%; position: fixed; float: right; /* display: table; */ /* height: 80vh; */ right: 0; } .index-logo { display: block; z-index: 99; overflow: hidden; width: 180px; height: 112px; margin: 0 auto; } .form_hd { background: #187776; } figure.index-logo img { width: 100%; height: 100%; display: block; } .index-form-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 7px rgba(0, 0, 0, 0.30); background: rgb(251, 251, 251); border-radius: 4px; width: 400px; } .index-comn-heading { font-size: 25px; color: #363636; margin: 0 0 40px 0; position: relative; } .index-comn-heading:before { position: absolute; width: 65px; height: 2px; content: ""; background: #363636; bottom: -9px; } .index-note { font-size: 14px; color: rgb(107, 111, 108); font-weight: 400; margin: 15px 0 25px 0; } .form-field-wrap { position: relative; margin: 0 0 20px 0; text-align: center; } .ad-user { position: absolute; top: 22%; left: 0; background-image: url('../images/user.svg'); background-repeat: no-repeat; width: 18px; height: 18px; display: inline-block; background-size: cover; background-position: center; content: ""; } .ad-password { position: absolute; top: 22%; left: 0; background-image: url('../../images/key.svg'); background-repeat: no-repeat; width: 18px; height: 18px; display: inline-block; background-size: cover; background-position: center; content: ""; } .login_filed { width: 100% !important; margin: 0; font-size: 14px; padding: 8px 25px !important; border: none !important; border-radius: 0 !important; border-bottom: 1px solid #363636 !important; background: transparent; color: #363636; } .form-field-wrap input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ccc; } .index-comn-btn { padding: 6px 30px; text-transform: uppercase; background: transparent; border: 1px solid #f15a44; color: #f15a44; font-size: 16px; display: inline-block; margin-bottom: 0; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; } .index-comn-btn:hover { background-color: #f15a44; color: #fbfbfb; } .bar { width: 100%; position: absolute; z-index: 99; display: block; bottom: 0; } .bar:after, .bar:before { position: absolute; top: -1px; width: 0; background-color: #00b0ad; height: 2px; content: ""; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; } .bar:after { right: 50%; } .bar:before { left: 50%; } .login_filed:focus~.bar:after, .login_group.active .login_filed~.bar:after { width: 50%; } .login_filed:focus~.bar:before, .login_group.active .login_filed~.bar:before { width: 50%; } .footer-wrap { position: absolute; bottom: 0; left: 200px; right: 0; } footer { width: 100%; z-index: 33; background: #007775; padding: 16px !important; position: absolute; bottom: 0; color: rgba(255, 255, 255, 0.73); font-size: 13px; } .left-col { width: 50%; float: right; text-align: right; } .left-col ul { margin: 0; padding: 0; } .left-col ul li { margin: 0; padding: 0; display: inline-block; } .left-col ul li a { margin: 0; padding: 15px; font-size: 14px; text-decoration: none; color: #9e9e9e; display: block; } .left-col ul li a:hover { color: #fff; } .error-mssg { color: #f00; font-size: 14px; display: block; margin: 5px 0 0 0; } .mobile-logo { display: none; } header { background: #f9f9f9; padding: 15px; /* border-bottom: 1px solid #e7e8eb; */ position: absolute; top: 0; width: 100%; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.14); } .brand { width: 152px; height: 70px; display: block; overflow: hidden; } .brand img { width: 100%; height: 100%; display: block; } .nav-brand { float: left; position: absolute; top: -1px; left: 58px; } .user-setting-wrap { float: right; margin: 12px 0 0; } .user-setting-wrap ul li { display: inline-block; margin: 0 10px; padding: 0; position: relative; } .user-setting-wrap ul li a { width: 18px; height: 22px; overflow: hidden; display: block; position: relative; } .user-setting-wrap ul li a img { width: 100%; } .noti-digit { display: block; position: absolute; top: -11px; right: -10px; background: #990000; padding: 0 6px; border-radius: 3px; color: #fff; cursor: pointer; } body.body-sm aside { width: 50px; } aside { overflow: hidden; width: 200px; transition: 0.1s; position: fixed; left: 0; height: 100%; background: #f9f9f9; z-index: 9; border-right: 1px solid #e7e8eb; } body.body-sm .user-short-detail figure { width: 35px; height: 35px; } body.body-sm span.user-name { display: none; } .user-short-detail figure { width: 80px; height: 80px; overflow: hidden; border: 2px solid #c9c9ca; border-radius: 50%; margin: 10px auto; } .user-short-detail figure img { width: 100%; min-height: 100%; min-width: 100%; position: relative; background-image: url('../../images/user-placeholder.png'); background-position: center; } .user-short-detail { background: #f5f4f4; border-bottom: 1px solid #e7e8eb; padding: 5px 0; } span.user-name { font-size: 15px; font-weight: 600; display: block; text-align: center; } .left-menu ul li a { font-size: 14px; display: block; text-decoration: none; padding: 12px 0 11px 2px; position: relative; width: 250px; color: #635f5f; font-family: 'Open Sans', sans-serif; font-weight: 400; transition: all 0.8s; border-bottom: 1px solid rgba(199, 199, 199, 0.25); } .left-menu ul li a.active, .left-menu ul li a:active, .left-menu ul li a:hover { background: #9e0d0d; color: #fff; } .left-menu ul li a span { margin: 5px 10px; display: inline-block; vertical-align: middle; width: 20px; height: 20px; background-size: contain; } .left-menu ul li a .nav-txt { font-weight: 400; cursor: pointer; } body.body-sm .left-menu ul li a .nav-txt { font-weight: 400; display: none; } .left-menu ul li a span.dashboard_img { background-image: url("../../images/dashboard.svg"); background-repeat: no-repeat; } .left-menu ul li a span.user_img { background-image: url("../../images/user.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.user_img, .left-menu ul li a.active span.user_img { background-image: url("../../images/user_w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.notif_img { background-image: url("../../images/notification_w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.notif_img, .left-menu ul li a.active span.notif_img { background-image: url("../../images/notification.svg"); background-repeat: no-repeat; } .left-menu ul li a span.content_img { background-image: url("../../images/file.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.content_img, .left-menu ul li a.active span.content_img { background-image: url("../../images/file_w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.version_img { background-image: url("../../images/ribbon-in-black-version.svg"); background-repeat: no-repeat; } .left-menu ul li a span.notification_img { background-image: url("../../images/bell.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.version_img, .left-menu ul li a.active span.version_img { background-image: url("../../images/ribbon-in-black-version_w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.brandmanagment { background-image: url("../../images/brandmanagment.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.brandmanagment, .left-menu ul li a.active span.brandmanagment { background-image: url("../../images/brandmanagment-w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.activitylog { background-image: url("../../images/activitylog.svg"); background-repeat: no-repeat; } .left-menu ul li a span.copy_img { background-image: url("../../images/copy.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.copy_img, .left-menu ul li a.active span.copy_img { background-image: url("../../images/copy-w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.dashboard_img, .left-menu ul li a.active span.dashboard_img { background-image: url("../../images/dashboard-w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.activitylog, .left-menu ul li a.active span.activitylog { background-image: url("../../images/activitylog-w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.notification_img, .left-menu ul li a.active span.notification_img { background-image: url("../../images/bell-w.svg"); background-repeat: no-repeat; } body.body-sm .right-panel { margin: 0px 0 0 50px; } .right-panel { margin: 0px 0 0 200px; padding: 67px 0 0 0px; position: relative; } .toggle-btn-wrap { float: left; display: inline-block; cursor: pointer; -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); margin: 10px 18px 0 -0px; } .toggle-btn-wrap span.line-bar { background: #333333; width: 30px; height: 2px; display: block; margin: 3px 0 0 0; -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); } .toggle-btn-wrap span.line-bar:nth-child(2) { width: 20px; } body.body-sm .toggle-btn-wrap span.line-bar:nth-child(2) { width: 30px; } .user-td { background-image: url(../images/user-td.png); height: 15px; width: 15px; display: inline-block; margin: 5px; vertical-align: middle; cursor: pointer; position: relative; background-size: cover; } .user-call-wrap { position: absolute; width: 40px; /* left: 0; */ background: rgb(249, 249, 249); z-index: 999; /* width: 200px; */ right: 23px; padding: 15px 13px; top: 50%; border-radius: 10px; box-shadow: 0px 3px 8px #ccc; display: none; transition: 1s; transform: translateY(-50%); } .user-call-wrap:after { position: absolute; content: ""; right: -9px; top: 50%; transform: translateY(-50%); background-image: url(../images/triangle-sm.png); width: 10px; height: 15px; background-size: contain; background-repeat: no-repeat; } .user-call-wrap ul li { padding: 0; margin: 0; text-align: left; } .user-call-wrap ul li a { text-decoration: none; padding: 1px; margin: 0; color: #000; font-size: 14px; text-align: left !important; display: block; } .user-call-wrap ul li a .fa-trash { color: #f00; } .user-call-wrap ul li a .fa-pencil { color: #08af0d; } .inner-right-panel { padding: 26px; min-height: 100%; position: relative; } .table tbody tr:nth-child(odd) { background-color: rgba(183, 157, 153, 0.03); } .list-table thead th { background: rgba(255, 255, 255, 0.7); text-align: center; } .left-lg-col { width: 50%; float: left; } .right-lg-col { width: 50%; float: right; } .search-icon { display: block; width: 16px; height: 16px; background-image: url(../../images/search-ico.svg); background-size: contain; position: absolute; top: 12px; cursor: pointer; right: 6px; background-repeat: no-repeat; } .fltr-srch-wrap { margin: 0 0 12px; } .srch-wrap { position: relative; } .srch-wrap input[type="text"] { border: 1px solid #e0dddd; width: 100%; font-size: 14px; padding: 9px 38px 9px 14px; background: transparent; background-color: #fff; border-radius: 0px; box-shadow: none; } .top-opt-wrap { margin: 0; padding: 0px; } .top-opt-wrap ul { margin: 0; padding: 0; } .top-opt-wrap ul li { /* margin: 0 10px 0 0; */ padding: 0; display: inline-block; vertical-align: middle; } .top-opt-wrap ul li a { display: block; margin: 0 5px; } .top-opt-wrap ul li a.icon_filter img { width: 16px; height: 16px; display: block; vertical-align: middle; } .top-opt-wrap ul li a.icon_filter { padding: 10px; border-radius: 50%; overflow: hidden; background: #007775; vertical-align: middle; } .filter-wrap.active { opacity: 1; transform: scale(1); } .filter-wrap { background: #fff; padding: 0; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.23); border-radius: 0; position: fixed; right: 0; z-index: 9; top: 70px; width: 325px; transform-origin: right top; transform: scale(0); transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; } .srch-close-icon { position: absolute; width: 12px; height: 80%; display: inline-block; background-image: url('../../images/cross.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; right: 12px; top: 4px; display: none; cursor: pointer; -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); background-color: #fff; } .srch-close-icon.show-srch { display: block; } .fltr-heading { font-size: 18px; text-transform: uppercase; color: #fff; } .filter_hd { display: block; background: #007775; padding: 8px 10px; font-size: 18px; } span.close.flt_cl { text-shadow: none; color: #fff; opacity: 1; transform: scaleX(1.2); font-size: 16px; } .inner-filter-wrap { padding: 15px 16px; overflow-y: auto; max-height: 600px; } .admin-label { font-size: 15px; font-weight: normal; font-weight: 600; color: #464241; margin: 0 0 5px 0; display: block; } .fltr-field-wrap { position: relative; margin: 0 0 15px 0; } .commn-select-wrap .btn-group.bootstrap-select { width: 100% !important; margin: 0 !important; } .commn-btn { font-size: 14px; vertical-align: middle; padding: 10px 22px; background: #007775; color: #fff; display: inline-block; margin-right:5px; min-width: 138px; } .commn-btn:last-child { margin-right:0; } .commn-btn.cancel { background: #2c2c2c; } .commn-btn.save { background: #007775; } .commn-btn:active { background: #fff; } .commn-btn.cancel:hover { background: #545252; } .commn-btn.save:hover { background: #379a99; } .modal-sm { width: 320px; max-width: 100%; } .add-bttn { padding: 5px 9px; border-radius: 4px; } .error-mssg { position: absolute; left: 108%; white-space: nowrap; top: 3px; padding: 10px 20px; background: #bf4e4e; margin: 0 0 0 13px; color: #fff; border-radius: 1px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 0; filter: alpha(opacity=0); z-index: 99; } .commn-animate-error .error-mssg { left: 100%; opacity: 1; filter: alpha(opacity=100); } .commn-animate-error input { border-color: red !important; padding-right: 35px !important; } .error-mssg:before { position: absolute; left: -9px; top: 12px; width: 0; height: 0; border-color: transparent #bf4e4e transparent transparent; border-width: 8px 9px 8px 0; border-style: solid; content: ''; } .modal-header.modal-alt-header { background: #007775; text-align: center; color: #fff; border-radius: 5px 5px 0 0; } .modal-heading { font-size: 18px; text-transform: uppercase; font-weight: 600; } .button-wrap { padding: 12px 0 2px; text-align: center; } .inner-filter-wrap .button-wrap .commn-btn { width: 48%; min-width: inherit; } .inner-filter-wrap .button-wrap .commn-btn:not(:last-child) { margin-right: 2%; } .modal-para { font-size: 15px; color: #363636; text-align: center; } /*********Modal Center*****/ .modal { text-align: center; padding: 0!important; } .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .modal-dialog { display: inline-block; text-align: left; /* vertical-align: middle; */ } /*********Modal Center Close*****/ .usr-dtl-pic { width: 150px; height: 150px; overflow: hidden; border: 1px solid #ccc; margin: 0 auto; position: relative; } .usr-dtl-pic img { width: 100%; min-height: 100%; min-width: 100%; position: relative; left: 50%; transform: translate(-50%); } .white-wrapper { margin: 15px 0; background: #fff; padding: 30px 15px 15px 15px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); position: relative; margin-bottom: 30px; } .admin-filed-wrap { margin: 0 0 20px; } .top-sticker { position: absolute; top: -15px; font-size: 15px; background: #f15a44; padding: 8px 25px; border-radius: 2px; color: #fff; width: 224px; text-align: center; } .tbl-trip { display: none; } .edit-icon { width: 18px; height: 18px; background-image: url('../../images/edit-icon.svg'); display: inline-block; background-repeat: no-repeat; background-size: contain; position: absolute; right: 15px; top: 10px; cursor: pointer; } .btnuser { display: none; } .btnpasswd { display: none; } .left-column { float: left; width: 50%; } .right-column { float: right; width: 50%; } .pagenation-wrap { padding: 10px; } .pagenation-wrap ul li { display: inline-block; margin: 0; padding: 0; } .display button.btn.dropdown-toggle.selectpicker.btn-default { padding: 4px; } .usp-btn-up { display: none; } .camera { position: absolute; bottom: 0; font-size: 20px; background: rgba(0, 0, 0, 0.68); color: #fff; padding: 2px 8px; border-radius: 5px 0 0 0; cursor: pointer; right: -2px; } .inner-review-wrapper ul li { display: inline-block; margin: 8px 0 8px 0; padding: 5px; border: 1px solid #eee; } .inner-review-wrapper ul li wrap { margin: 0; padding: 5px; } .product-image { float: left; width: 10%; overflow: hidden; } .prdouct-img-wrap { width: 100px; max-height: 100px; } .prdouct-img-wrap img { width: 100%; } .prod-dtl { float: left; width: 75%; padding: 5px; font-size: 14px; color: #363636; } .button-status-wrap { text-align: center; } .button-status-wrap .action-label { font-size: 15px; background: rgba(255, 25, 25, 0.74); color: #fff; padding: 5px 22px; margin: 4px 0; display: inline-block; } .button-status-wrap .gn-bg { background: #4dc56d; ; } .button-status-wrap .accept { font-size: 25px; color: #4dc56d; cursor: pointer; } .button-status-wrap .reject { font-size: 25px; color: rgba(255, 25, 25, 0.74); cursor: pointer; } .fix-right-col { float: right; width: 50%; } .fix-left-col { float: left; width: 50%; } .text-left { text-align: left; } .total-show-count { font-size: 16px; font-weight: 600; } .prod-dtl .product-name { font-size: 14px; display: block; font-weight: 600; } select { /*for firefox*/ -moz-appearance: none; /*for chrome*/ -webkit-appearance: none; } /*for IE10*/ select::-ms-expand { display: none; } .custom-cart { position: absolute; height: 0px; top: 50%; transform: translateY(-50%); right: 13px; border-width: 8px 7.5px 0 7.5px; border-color: rgb(82, 80, 80) transparent transparent; border-style: solid; } .field-wrap { position: relative; } .field-wrap select.form-control { border: 1px solid #8e8e8e; height: 38px; border-radius: 2px; box-shadow: none; } textarea.srchtag-textarea { resize: none; height: 100px; border: 1px solid #8e8e8e; width: 100%; padding: 5px; } textarea.srchtag-textarea:focus { border: 1px solid #f15a44; } .wrap { padding: 15px 0 0 0; } .breadcrumb-wrap .breadcrumb { /* box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12); */ border-radius: 0; font-size: 13px; padding: 12px 27px; background: rgba(255, 255, 255, 0.8); margin: 0; } .breadcrumb-wrap ul li a { color: #007775; padding: 0; font-size: 14px; text-decoration: none; } .breadcrumb>li+li:before { padding: 0 5px; color: #007775; content: '>'; } .breadcrumb>li { display: inline-block; } .breadcrumb>.active { color: #777; } .bottom-wrap { border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .error-message { color: #f00; font-size: 14px; margin: 5px 0 0 0; display: block; } .upload-prod-pic-wrap ul li { margin: 12px 8px; padding: 0; display: inline-block; width: 25%; position: relative; } .upload-prod-pic-wrap ul li a { display: block; margin: 0; padding: 0; width: 100%; height: 89px; border: 1px solid #eee; overflow: hidden; background-image: url('../../images/placeholder-user.png'); background-position: center; background-size: 64%; background-repeat: no-repeat; background-color: rgba(204, 204, 204, 0.46); } .upload-prod-pic-wrap ul li a img { width: 100%; min-height: 100%; } .trash-ico { background-image: url('../../images/cross-icon.svg'); width: 20px; height: 20px; position: absolute; display: block; z-index: 99; background-size: contain; right: -4px; top: -6px; cursor: pointer; } .graph-fltr-wrap .top-opt-wrap { margin: 0; padding: 0; } .graph-fltr-wrap { padding: 22px 0; } h2.top-heading { font-size: 20px; color: #363636; font-weight: 600; } .das-col-wrap { margin: 5px 15px; padding: 0; border-top: 1px solid #dadada; } .das-col-wrap ul { margin: 0; padding: 0; } .das-col-wrap ul li { margin: 10px 0px 6px 9px; padding: 0; /* float: left; */ width: 32%; display: inline-block; } .das-col-wrap ul li a { margin: 0; padding: 18px; display: block; float: left; border-radius: 2px; text-align: center; text-decoration: none; width: 100%; } .das-col-wrap ul li a:hover { box-shadow: 0 0 6px rgba(0, 0, 0, 0.18); } .das-col-wrap ul li:last-child a { border-right: none; } .big-digit { font-size: 50px; display: block; } a.user { background: #01b0ad; color: #fff; } a.product { background: #fecd43; color: #fff; } a.affilates { background: #f05a44; color: #fff; } span.ds-col-ico img { width: 33px; height: 30px; } .chart-block ul li { display: inline-block; margin: 0; padding: 0; width: 49%; } .chart-block .white-wrapper { margin: 7px; padding: 8px; } .form_inner_wrap { padding: 22px 32px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-bottom: 1px solid rgba(204, 204, 204, 0.87) !important; vertical-align: middle !important; border-right: 1px solid #e0dddd; word-break: break-word; } a.table_icon { display: inline-block; padding: 0 2px; } /* table css */ .custom-tbl table { border-collapse: collapse; border-spacing: 0px; border: 1px solid #cdcdcd; } .custom-tbl { border-radius: 2px 2px 0 0; text-align: center; } .custom-tbl .table > tr > thead > th { font-size: 14px; font-weight: normal; background: #9e0d0d; border-right: 1px solid #e0dddd; text-align: center; white-space: nowrap; position: relative; color: #fff; } /* table sorting */ .sort { position: relative; display: block; margin: -8px; padding: 8px 20px 8px 15px; } .sorting:before, .sorting:after, .sort-ascending:before, .sort-descending:before { border: 4px solid transparent; right: 8px; top: 20px; position: absolute; content:''; } .sorting:before, .sort-ascending:before { border-bottom-color: #000; margin-top:-10px; } .sorting:after, .sort-descending:before { border-top-color: #000; } .form-date_wrap { margin-bottom: 16px; } .send-btn { background: #007775; padding: 5px 10px; border-radius: 3px; color:#fff; font-size: 14px; cursor: pointer } .send-btn:hover { background: #559897; } /*bootstrap selectpicker */ button.btn.dropdown-toggle.selectpicker.btn-default { width: 100%; height: 38px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #d0cccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; outline: none; } span.text-detail { display: block; padding: 4px 0px; font-size: 14px; color: rgba(14, 14, 14, 0.67); word-wrap: break-word; } .form-item-title { color: rgba(0, 0, 0, .54); background: rgba(0, 0, 0, 0.05); padding: 8px 20px; justify-content: center; } .form-item-title h3.title { font-size: 18px; line-height: 24px; } .form-item-wrap { margin: 4px 4px 28px 4px; border: 1px solid rgba(0, 0, 0, .03); box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12); background: rgba(255, 255, 255, 0.94); } .form-ele-wrapper.clearfix { padding: 18px 20px; } .btn-pd { padding-top: 26px; } .filter_order { padding: 12px 16px; background: #fff; margin-bottom: 12px; box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12); } h1.view_hd { font-size: 16px; padding: 10px 0; font-weight: 600; } h1.view_hd span { width: 92px; height: 2px; background: #007775; display: block; margin: 12px 0 0 0; } .form-ele-action-bottom-wrap { padding: 24px; border-top: 1px solid rgba(0, 0, 0, 0.12); margin-top: 25px; } textarea.custom-textarea { width: 100%; height: 85px; border: 1px solid #e0dddd; font-size: 17px; padding: 10px; } ul.pager { padding: 0; margin: 0; display: inline-block; list-style: none; } .pagination_inner ul.pager li.disabled a { cursor: not-allowed; } .pagination_inner ul.pager li a { padding: 4px 8px; border-radius: unset; margin: 0px 0px; text-align: center; color: rgba(255, 255, 255, 0.72); text-decoration: none; font-size: 13px; background: #007775; } a.brand { width: 150px; display: block; overflow: hidden; padding: 12px 5px; } a.forgot-pass { text-align: right; display: block; }
public/css/pages/style.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'); @font-face { font-family: 'FontAwesome'; src: url('../../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } /****Font*******/ /****************************Reset************************************/ * { border: 0 none; outline: 0; padding: 0; margin: 0; box-sizing: border-box; -webkit-appearance: value; -moz-appearance: value; appearance: value; } html, body, 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, span, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, fieldset { margin: 0px auto; padding: 0px; border: 0; outline: 0; font-size: 100%; } a, img a { text-decoration: none; border: 0; outline: 0 !important; transition: all ease-in .3s; -moz-transition: all ease-in .3s; -ms-transition: all ease-in .3s; -o-transition: all ease-in .3s; -webkit-transition: all ease-in .3s; } a, button, input { transition: all ease-in .3s; -moz-transition: all ease-in .3s; -ms-transition: all ease-in .3s; -o-transition: all ease-in .3s; -webkit-transition: all ease-in .3s; } :focus { outline: 0px; } table { border-collapse: collapse; border-spacing: 0px; } ol, ul, li { list-style-type: none; margin: 0px; padding: 0px; } html, body { height: 100%; } .verticle-table { display: table; width: 100%; height: 100%; } .verticle-table-cell { display: table-cell; vertical-align: middle; } .clear { clear: both; } .clearfix:after { clear: both; } .clearfix:before, .clearfix:after { content: " "; display: table; } input[type="text"], input[type="password"] { padding: 9px 12px 8px; border-radius: 2px; vertical-align: middle; width: 100%; box-shadow: none; } .modal-content { border:none; } /********************************************* Material CSS Start For Form Element *********************************************/ [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="checkbox"]+label { position: relative; padding-left: 30px; cursor: pointer; display: inline-block; height: 25px; line-height: 18px; font-size: 14px; color: #6f6f6f; font-weight: 400; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } [type="checkbox"].filled-in:not(:checked)+label:before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 20% 40%; transform-origin: 100% 100%; } [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: .2s; } [type="checkbox"].filled-in:checked+label:before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #f05038; border-bottom: 2px solid #f05038; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after { content: ''; left: 0; position: absolute; transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1; } [type="checkbox"].filled-in:not(:checked)+label:after { height: 20px; width: 20px; background-color: transparent; border: 1px solid #d2d1d1; top: 0px; z-index: 0; border-radius: 3px; } [type="checkbox"].filled-in:checked+label:after { top: 0; width: 20px; height: 20px; border: 1px solid #ebebeb; background-color: #ffffff; z-index: 0; border-radius: 3px; } [type="radio"]:not(:checked), [type="radio"]:checked { position: absolute; left: -9999px; opacity: 0; } [type="radio"]:not(:checked)+label, [type="radio"]:checked+label { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; height: 25px; line-height: 24px; font-size: 14px; transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 400; color: #363636; font-weight: 400; } [type="radio"]+label:before, [type="radio"]+label:after { content: ''; position: absolute; left: 0; top: 0; margin: 4px; width: 16px; height: 16px; z-index: 0; transition: .28s ease; } [type="radio"]:checked+label:before { border: 2px solid transparent; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after { border-radius: 50%; } [type="radio"]:checked+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after { border: 2px solid #7da527; } [type="radio"]:checked+label:after { -webkit-transform: scale(1.02); transform: scale(1.02); } [type="radio"]:checked+label:after { -webkit-transform: scale(0.5); transform: scale(0.5); } [type="radio"]:checked+label:after, [type="radio"]:checked+label:after { background-color: #f05038; } [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after { border: 1px solid #c1c1c1; } [type="radio"]:checked+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after { border: 1px solid #c1c1c1; } .th-checkbox { display: inline-flex; vertical-align: middle; margin: -2px 0 -5px 0; } /* dashboard */ .total-status-wrapper { min-height: 150px; padding: 40px 20px; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; transition: all 0.1s ease-in; border-radius: 2px; overflow: hidden; position: relative; } .total-status-wrapper.green { background: #636363; } /* .total-status-wrapper.blue { background: #2cc2f2; } */ .total-status-wrapper .total-usersicon, .total-status-wrapper .total-numbers { float: left; width:50%; } .total-status-wrapper .total-usersicon .fa { font-size: 46px; color: #fff; opacity: .3; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } .total-status-wrapper:hover .total-usersicon .fa { opacity: 1; } .total-status-wrapper .total-numbers { text-align: center; color:#fff; font-size: 20px; font-weight: bold; } .total-status-wrapper .total-numbers .total-userstxt { display: block; font-size: 26px; margin-top: 20px; font-weight: normal; white-space: nowrap } .total-newusers-status, .total-newgems-status { position: absolute; bottom:0; left:0; right:0; width:100%; padding: 10px 10px 9px; } .total-newusers-status.green { border-top: 1px solid #57a3a3; } .total-newgems-status.green { border-top: 1px solid #57a3a3; } .total-newusers-status .total-newusers, .total-newgems-status .total-newgems { float: left; color:#fff; } .total-newusers-status .total-userscount, .total-newgems-status .total-gemsscount { float: right; color:#fff; } .number-ofusers-wrapper { -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15); padding: 15px; background: #f9f9f9; margin-top: 30px; } .wrap-insection { padding: 0 20px; } .section-title h3 { font-size: 16px; font-weight: bold; border-bottom: 1px solid #e0dddd; padding-bottom: 12px; margin-bottom: 20px; } .form-blk { margin-bottom: 10px; position: relative; } .ficon { position: absolute; top: 0; cursor: pointer; width: 33px; height: 33px; line-height: 33px; text-align: center; background: #007876; color:#fff; } .ficon:active, .filter-btn:active { background: #686868 !important; } .ficon-left { left:0; } .ficon-right { right:0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; } /*******************Layout CSS***************/ .alert { position: absolute; top:10px; right:10px; width:320px; border-radius: 0; z-index: 99; } body { color: #000; font-size: 0.875em; font-weight: 400; height: 100%; width: 100%; font-family: 'Open Sans', sans-serif; text-rendering: optimizeLegibility; background-color: #fafafa; } .wrap-index { overflow: hidden; } .data-wrap { position: relative; min-height: 100%; background-size: cover; padding: 0 0 45px 0; width: 100%; background-color: rgba(46, 138, 136, 0.73); /* background-image: url('../../images/bg-img2.png'); */ background-repeat: no-repeat; background-size: cover; opacity: 0.9; } .in-data-wrap { position: relative; min-height: 100%; background-size: cover; padding: 0 0 45px 0; width: 100%; } .in-left-col { width: 50%; height: 100%; height: 100%; margin: 0 auto; } .in-right-col { width: 50%; height: 100%; position: fixed; float: right; /* display: table; */ /* height: 80vh; */ right: 0; } .index-logo { display: block; z-index: 99; overflow: hidden; width: 180px; height: 112px; margin: 0 auto; } .form_hd { background: #187776; } figure.index-logo img { width: 100%; height: 100%; display: block; } .index-form-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 7px rgba(0, 0, 0, 0.30); background: rgb(251, 251, 251); border-radius: 4px; width: 400px; } .index-comn-heading { font-size: 25px; color: #363636; margin: 0 0 40px 0; position: relative; } .index-comn-heading:before { position: absolute; width: 65px; height: 2px; content: ""; background: #363636; bottom: -9px; } .index-note { font-size: 14px; color: rgb(107, 111, 108); font-weight: 400; margin: 15px 0 25px 0; } .form-field-wrap { position: relative; margin: 0 0 20px 0; text-align: center; } .ad-user { position: absolute; top: 22%; left: 0; background-image: url('../images/user.svg'); background-repeat: no-repeat; width: 18px; height: 18px; display: inline-block; background-size: cover; background-position: center; content: ""; } .ad-password { position: absolute; top: 22%; left: 0; background-image: url('../../images/key.svg'); background-repeat: no-repeat; width: 18px; height: 18px; display: inline-block; background-size: cover; background-position: center; content: ""; } .login_filed { width: 100% !important; margin: 0; font-size: 14px; padding: 8px 25px !important; border: none !important; border-radius: 0 !important; border-bottom: 1px solid #363636 !important; background: transparent; color: #363636; } .form-field-wrap input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ccc; } .index-comn-btn { padding: 6px 30px; text-transform: uppercase; background: transparent; border: 1px solid #f15a44; color: #f15a44; font-size: 16px; display: inline-block; margin-bottom: 0; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; } .index-comn-btn:hover { background-color: #f15a44; color: #fbfbfb; } .bar { width: 100%; position: absolute; z-index: 99; display: block; bottom: 0; } .bar:after, .bar:before { position: absolute; top: -1px; width: 0; background-color: #00b0ad; height: 2px; content: ""; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; } .bar:after { right: 50%; } .bar:before { left: 50%; } .login_filed:focus~.bar:after, .login_group.active .login_filed~.bar:after { width: 50%; } .login_filed:focus~.bar:before, .login_group.active .login_filed~.bar:before { width: 50%; } .footer-wrap { position: absolute; bottom: 0; left: 200px; right: 0; } footer { width: 100%; z-index: 33; background: #007775; padding: 16px !important; position: absolute; bottom: 0; color: rgba(255, 255, 255, 0.73); font-size: 13px; } .left-col { width: 50%; float: right; text-align: right; } .left-col ul { margin: 0; padding: 0; } .left-col ul li { margin: 0; padding: 0; display: inline-block; } .left-col ul li a { margin: 0; padding: 15px; font-size: 14px; text-decoration: none; color: #9e9e9e; display: block; } .left-col ul li a:hover { color: #fff; } .error-mssg { color: #f00; font-size: 14px; display: block; margin: 5px 0 0 0; } .mobile-logo { display: none; } header { background: #f9f9f9; padding: 15px; /* border-bottom: 1px solid #e7e8eb; */ position: absolute; top: 0; width: 100%; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.14); } .brand { width: 152px; height: 70px; display: block; overflow: hidden; } .brand img { width: 100%; height: 100%; display: block; } .nav-brand { float: left; position: absolute; top: -1px; left: 58px; } .user-setting-wrap { float: right; margin: 12px 0 0; } .user-setting-wrap ul li { display: inline-block; margin: 0 10px; padding: 0; position: relative; } .user-setting-wrap ul li a { width: 18px; height: 22px; overflow: hidden; display: block; position: relative; } .user-setting-wrap ul li a img { width: 100%; } .noti-digit { display: block; position: absolute; top: -11px; right: -10px; background: #990000; padding: 0 6px; border-radius: 3px; color: #fff; cursor: pointer; } body.body-sm aside { width: 50px; } aside { overflow: hidden; width: 200px; transition: 0.1s; position: fixed; left: 0; height: 100%; background: #f9f9f9; z-index: 9; border-right: 1px solid #e7e8eb; } body.body-sm .user-short-detail figure { width: 35px; height: 35px; } body.body-sm span.user-name { display: none; } .user-short-detail figure { width: 80px; height: 80px; overflow: hidden; border: 2px solid #c9c9ca; border-radius: 50%; margin: 10px auto; } .user-short-detail figure img { width: 100%; min-height: 100%; min-width: 100%; position: relative; background-image: url('../../images/user-placeholder.png'); background-position: center; } .user-short-detail { background: #f5f4f4; border-bottom: 1px solid #e7e8eb; padding: 5px 0; } span.user-name { font-size: 15px; font-weight: 600; display: block; text-align: center; } .left-menu ul li a { font-size: 14px; display: block; text-decoration: none; padding: 12px 0 11px 2px; position: relative; width: 250px; color: #635f5f; font-family: 'Open Sans', sans-serif; font-weight: 400; transition: all 0.8s; border-bottom: 1px solid rgba(199, 199, 199, 0.25); } .left-menu ul li a.active, .left-menu ul li a:active, .left-menu ul li a:hover { background: #9e0d0d; color: #fff; } .left-menu ul li a span { margin: 5px 10px; display: inline-block; vertical-align: middle; width: 20px; height: 20px; background-size: contain; } .left-menu ul li a .nav-txt { font-weight: 400; cursor: pointer; } body.body-sm .left-menu ul li a .nav-txt { font-weight: 400; display: none; } .left-menu ul li a span.dashboard_img { background-image: url("../../images/dashboard.svg"); background-repeat: no-repeat; } .left-menu ul li a span.user_img { background-image: url("../../images/user.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.user_img, .left-menu ul li a.active span.user_img { background-image: url("../../images/user_w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.notif_img { background-image: url("../../images/notification_w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.notif_img, .left-menu ul li a.active span.notif_img { background-image: url("../../images/notification.svg"); background-repeat: no-repeat; } .left-menu ul li a span.content_img { background-image: url("../../images/file.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.content_img, .left-menu ul li a.active span.content_img { background-image: url("../../images/file_w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.version_img { background-image: url("../../images/ribbon-in-black-version.svg"); background-repeat: no-repeat; } .left-menu ul li a span.notification_img { background-image: url("../../images/bell.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.version_img, .left-menu ul li a.active span.version_img { background-image: url("../../images/ribbon-in-black-version_w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.brandmanagment { background-image: url("../../images/brandmanagment.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.brandmanagment, .left-menu ul li a.active span.brandmanagment { background-image: url("../../images/brandmanagment-w.svg"); background-repeat: no-repeat; } .left-menu ul li a span.activitylog { background-image: url("../../images/activitylog.svg"); background-repeat: no-repeat; } .left-menu ul li a span.copy_img { background-image: url("../../images/copy.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.copy_img, .left-menu ul li a.active span.copy_img { background-image: url("../../images/copy-w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.dashboard_img, .left-menu ul li a.active span.dashboard_img { background-image: url("../../images/dashboard-w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.activitylog, .left-menu ul li a.active span.activitylog { background-image: url("../../images/activitylog-w.svg"); background-repeat: no-repeat; } .left-menu ul li a:hover span.notification_img, .left-menu ul li a.active span.notification_img { background-image: url("../../images/bell-w.svg"); background-repeat: no-repeat; } body.body-sm .right-panel { margin: 0px 0 0 50px; } .right-panel { margin: 0px 0 0 200px; padding: 67px 0 0 0px; position: relative; } .toggle-btn-wrap { float: left; display: inline-block; cursor: pointer; -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); margin: 10px 18px 0 -0px; } .toggle-btn-wrap span.line-bar { background: #333333; width: 30px; height: 2px; display: block; margin: 3px 0 0 0; -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); } .toggle-btn-wrap span.line-bar:nth-child(2) { width: 20px; } body.body-sm .toggle-btn-wrap span.line-bar:nth-child(2) { width: 30px; } .user-td { background-image: url(../images/user-td.png); height: 15px; width: 15px; display: inline-block; margin: 5px; vertical-align: middle; cursor: pointer; position: relative; background-size: cover; } .user-call-wrap { position: absolute; width: 40px; /* left: 0; */ background: rgb(249, 249, 249); z-index: 999; /* width: 200px; */ right: 23px; padding: 15px 13px; top: 50%; border-radius: 10px; box-shadow: 0px 3px 8px #ccc; display: none; transition: 1s; transform: translateY(-50%); } .user-call-wrap:after { position: absolute; content: ""; right: -9px; top: 50%; transform: translateY(-50%); background-image: url(../images/triangle-sm.png); width: 10px; height: 15px; background-size: contain; background-repeat: no-repeat; } .user-call-wrap ul li { padding: 0; margin: 0; text-align: left; } .user-call-wrap ul li a { text-decoration: none; padding: 1px; margin: 0; color: #000; font-size: 14px; text-align: left !important; display: block; } .user-call-wrap ul li a .fa-trash { color: #f00; } .user-call-wrap ul li a .fa-pencil { color: #08af0d; } .inner-right-panel { padding: 26px; min-height: 100%; position: relative; } .table tbody tr:nth-child(odd) { background-color: rgba(183, 157, 153, 0.03); } .list-table thead th { background: rgba(255, 255, 255, 0.7); text-align: center; } .left-lg-col { width: 50%; float: left; } .right-lg-col { width: 50%; float: right; } .search-icon { display: block; width: 16px; height: 16px; background-image: url(../../images/search-ico.svg); background-size: contain; position: absolute; top: 12px; cursor: pointer; right: 6px; background-repeat: no-repeat; } .fltr-srch-wrap { margin: 0 0 12px; } .srch-wrap { position: relative; } .srch-wrap input[type="text"] { border: 1px solid #e0dddd; width: 100%; font-size: 14px; padding: 9px 38px 9px 14px; background: transparent; background-color: #fff; border-radius: 0px; box-shadow: none; } .top-opt-wrap { margin: 0; padding: 0px; } .top-opt-wrap ul { margin: 0; padding: 0; } .top-opt-wrap ul li { /* margin: 0 10px 0 0; */ padding: 0; display: inline-block; vertical-align: middle; } .top-opt-wrap ul li a { display: block; margin: 0 5px; } .top-opt-wrap ul li a.icon_filter img { width: 16px; height: 16px; display: block; vertical-align: middle; } .top-opt-wrap ul li a.icon_filter { padding: 10px; border-radius: 50%; overflow: hidden; background: #007775; vertical-align: middle; } .filter-wrap.active { opacity: 1; transform: scale(1); } .filter-wrap { background: #fff; padding: 0; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.23); border-radius: 0; position: fixed; right: 0; z-index: 9; top: 70px; width: 325px; transform-origin: right top; transform: scale(0); transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; } .srch-close-icon { position: absolute; width: 12px; height: 80%; display: inline-block; background-image: url('../../images/cross.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; right: 12px; top: 4px; display: none; cursor: pointer; -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); background-color: #fff; } .srch-close-icon.show-srch { display: block; } .fltr-heading { font-size: 18px; text-transform: uppercase; color: #fff; } .filter_hd { display: block; background: #007775; padding: 8px 10px; font-size: 18px; } span.close.flt_cl { text-shadow: none; color: #fff; opacity: 1; transform: scaleX(1.2); font-size: 16px; } .inner-filter-wrap { padding: 15px 16px; overflow-y: auto; max-height: 600px; } .admin-label { font-size: 15px; font-weight: normal; font-weight: 600; color: #464241; margin: 0 0 5px 0; display: block; } .fltr-field-wrap { position: relative; margin: 0 0 15px 0; } .commn-select-wrap .btn-group.bootstrap-select { width: 100% !important; margin: 0 !important; } .commn-btn { font-size: 14px; vertical-align: middle; padding: 10px 22px; background: #007775; color: #fff; display: inline-block; margin-right:5px; min-width: 138px; } .commn-btn:last-child { margin-right:0; } .commn-btn.cancel { background: #2c2c2c; } .commn-btn.save { background: #007775; } .commn-btn:active { background: #fff; } .commn-btn.cancel:hover { background: #545252; } .commn-btn.save:hover { background: #379a99; } .modal-sm { width: 320px; max-width: 100%; } .add-bttn { padding: 5px 9px; border-radius: 4px; } .error-mssg { position: absolute; left: 108%; white-space: nowrap; top: 3px; padding: 10px 20px; background: #bf4e4e; margin: 0 0 0 13px; color: #fff; border-radius: 1px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 0; filter: alpha(opacity=0); z-index: 99; } .commn-animate-error .error-mssg { left: 100%; opacity: 1; filter: alpha(opacity=100); } .commn-animate-error input { border-color: red !important; padding-right: 35px !important; } .error-mssg:before { position: absolute; left: -9px; top: 12px; width: 0; height: 0; border-color: transparent #bf4e4e transparent transparent; border-width: 8px 9px 8px 0; border-style: solid; content: ''; } .modal-header.modal-alt-header { background: #007775; text-align: center; color: #fff; border-radius: 5px 5px 0 0; } .modal-heading { font-size: 18px; text-transform: uppercase; font-weight: 600; } .button-wrap { padding: 12px 0 2px; text-align: center; } .inner-filter-wrap .button-wrap .commn-btn { width: 48%; min-width: inherit; } .inner-filter-wrap .button-wrap .commn-btn:not(:last-child) { margin-right: 2%; } .modal-para { font-size: 15px; color: #363636; text-align: center; } /*********Modal Center*****/ .modal { text-align: center; padding: 0!important; } .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .modal-dialog { display: inline-block; text-align: left; /* vertical-align: middle; */ } /*********Modal Center Close*****/ .usr-dtl-pic { width: 150px; height: 150px; overflow: hidden; border: 1px solid #ccc; margin: 0 auto; position: relative; } .usr-dtl-pic img { width: 100%; min-height: 100%; min-width: 100%; position: relative; left: 50%; transform: translate(-50%); } .white-wrapper { margin: 15px 0; background: #fff; padding: 30px 15px 15px 15px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); position: relative; margin-bottom: 30px; } .admin-filed-wrap { margin: 0 0 20px; } .top-sticker { position: absolute; top: -15px; font-size: 15px; background: #f15a44; padding: 8px 25px; border-radius: 2px; color: #fff; width: 224px; text-align: center; } .tbl-trip { display: none; } .edit-icon { width: 18px; height: 18px; background-image: url('../../images/edit-icon.svg'); display: inline-block; background-repeat: no-repeat; background-size: contain; position: absolute; right: 15px; top: 10px; cursor: pointer; } .btnuser { display: none; } .btnpasswd { display: none; } .left-column { float: left; width: 50%; } .right-column { float: right; width: 50%; } .pagenation-wrap { padding: 10px; } .pagenation-wrap ul li { display: inline-block; margin: 0; padding: 0; } .display button.btn.dropdown-toggle.selectpicker.btn-default { padding: 4px; } .usp-btn-up { display: none; } .camera { position: absolute; bottom: 0; font-size: 20px; background: rgba(0, 0, 0, 0.68); color: #fff; padding: 2px 8px; border-radius: 5px 0 0 0; cursor: pointer; right: -2px; } .inner-review-wrapper ul li { display: inline-block; margin: 8px 0 8px 0; padding: 5px; border: 1px solid #eee; } .inner-review-wrapper ul li wrap { margin: 0; padding: 5px; } .product-image { float: left; width: 10%; overflow: hidden; } .prdouct-img-wrap { width: 100px; max-height: 100px; } .prdouct-img-wrap img { width: 100%; } .prod-dtl { float: left; width: 75%; padding: 5px; font-size: 14px; color: #363636; } .button-status-wrap { text-align: center; } .button-status-wrap .action-label { font-size: 15px; background: rgba(255, 25, 25, 0.74); color: #fff; padding: 5px 22px; margin: 4px 0; display: inline-block; } .button-status-wrap .gn-bg { background: #4dc56d; ; } .button-status-wrap .accept { font-size: 25px; color: #4dc56d; cursor: pointer; } .button-status-wrap .reject { font-size: 25px; color: rgba(255, 25, 25, 0.74); cursor: pointer; } .fix-right-col { float: right; width: 50%; } .fix-left-col { float: left; width: 50%; } .text-left { text-align: left; } .total-show-count { font-size: 16px; font-weight: 600; } .prod-dtl .product-name { font-size: 14px; display: block; font-weight: 600; } select { /*for firefox*/ -moz-appearance: none; /*for chrome*/ -webkit-appearance: none; } /*for IE10*/ select::-ms-expand { display: none; } .custom-cart { position: absolute; height: 0px; top: 50%; transform: translateY(-50%); right: 13px; border-width: 8px 7.5px 0 7.5px; border-color: rgb(82, 80, 80) transparent transparent; border-style: solid; } .field-wrap { position: relative; } .field-wrap select.form-control { border: 1px solid #8e8e8e; height: 38px; border-radius: 2px; box-shadow: none; } textarea.srchtag-textarea { resize: none; height: 100px; border: 1px solid #8e8e8e; width: 100%; padding: 5px; } textarea.srchtag-textarea:focus { border: 1px solid #f15a44; } .wrap { padding: 15px 0 0 0; } .breadcrumb-wrap .breadcrumb { /* box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12); */ border-radius: 0; font-size: 13px; padding: 12px 27px; background: rgba(255, 255, 255, 0.8); margin: 0; } .breadcrumb-wrap ul li a { color: #007775; padding: 0; font-size: 14px; text-decoration: none; } .breadcrumb>li+li:before { padding: 0 5px; color: #007775; content: '>'; } .breadcrumb>li { display: inline-block; } .breadcrumb>.active { color: #777; } .bottom-wrap { border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .error-message { color: #f00; font-size: 14px; margin: 5px 0 0 0; display: block; } .upload-prod-pic-wrap ul li { margin: 12px 8px; padding: 0; display: inline-block; width: 25%; position: relative; } .upload-prod-pic-wrap ul li a { display: block; margin: 0; padding: 0; width: 100%; height: 89px; border: 1px solid #eee; overflow: hidden; background-image: url('../../images/placeholder-user.png'); background-position: center; background-size: 64%; background-repeat: no-repeat; background-color: rgba(204, 204, 204, 0.46); } .upload-prod-pic-wrap ul li a img { width: 100%; min-height: 100%; } .trash-ico { background-image: url('../../images/cross-icon.svg'); width: 20px; height: 20px; position: absolute; display: block; z-index: 99; background-size: contain; right: -4px; top: -6px; cursor: pointer; } .graph-fltr-wrap .top-opt-wrap { margin: 0; padding: 0; } .graph-fltr-wrap { padding: 22px 0; } h2.top-heading { font-size: 20px; color: #363636; font-weight: 600; } .das-col-wrap { margin: 5px 15px; padding: 0; border-top: 1px solid #dadada; } .das-col-wrap ul { margin: 0; padding: 0; } .das-col-wrap ul li { margin: 10px 0px 6px 9px; padding: 0; /* float: left; */ width: 32%; display: inline-block; } .das-col-wrap ul li a { margin: 0; padding: 18px; display: block; float: left; border-radius: 2px; text-align: center; text-decoration: none; width: 100%; } .das-col-wrap ul li a:hover { box-shadow: 0 0 6px rgba(0, 0, 0, 0.18); } .das-col-wrap ul li:last-child a { border-right: none; } .big-digit { font-size: 50px; display: block; } a.user { background: #01b0ad; color: #fff; } a.product { background: #fecd43; color: #fff; } a.affilates { background: #f05a44; color: #fff; } span.ds-col-ico img { width: 33px; height: 30px; } .chart-block ul li { display: inline-block; margin: 0; padding: 0; width: 49%; } .chart-block .white-wrapper { margin: 7px; padding: 8px; } .form_inner_wrap { padding: 22px 32px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-bottom: 1px solid rgba(204, 204, 204, 0.87) !important; vertical-align: middle !important; border-right: 1px solid #e0dddd; word-break: break-word; } a.table_icon { display: inline-block; padding: 0 2px; } /* table css */ .custom-tbl table { border-collapse: collapse; border-spacing: 0px; border: 1px solid #cdcdcd; } .custom-tbl { border-radius: 2px 2px 0 0; text-align: center; } .custom-tbl .table > tr > thead > th { font-size: 14px; font-weight: normal; background: #9e0d0d; border-right: 1px solid #e0dddd; text-align: center; white-space: nowrap; position: relative; color: #fff; } /* table sorting */ .sort { position: relative; display: block; margin: -8px; padding: 8px 20px 8px 15px; } .sorting:before, .sorting:after, .sort-ascending:before, .sort-descending:before { border: 4px solid transparent; right: 8px; top: 20px; position: absolute; content:''; } .sorting:before, .sort-ascending:before { border-bottom-color: #000; margin-top:-10px; } .sorting:after, .sort-descending:before { border-top-color: #000; } .form-date_wrap { margin-bottom: 16px; } .send-btn { background: #007775; padding: 5px 10px; border-radius: 3px; color:#fff; font-size: 14px; cursor: pointer } .send-btn:hover { background: #559897; } /*bootstrap selectpicker */ button.btn.dropdown-toggle.selectpicker.btn-default { width: 100%; height: 38px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #d0cccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; outline: none; } span.text-detail { display: block; padding: 4px 0px; font-size: 14px; color: rgba(14, 14, 14, 0.67); word-wrap: break-word; } .form-item-title { color: rgba(0, 0, 0, .54); background: rgba(0, 0, 0, 0.05); padding: 8px 20px; justify-content: center; } .form-item-title h3.title { font-size: 18px; line-height: 24px; } .form-item-wrap { margin: 4px 4px 28px 4px; border: 1px solid rgba(0, 0, 0, .03); box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12); background: rgba(255, 255, 255, 0.94); } .form-ele-wrapper.clearfix { padding: 18px 20px; } .btn-pd { padding-top: 26px; } .filter_order { padding: 12px 16px; background: #fff; margin-bottom: 12px; box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12); } h1.view_hd { font-size: 16px; padding: 10px 0; font-weight: 600; } h1.view_hd span { width: 92px; height: 2px; background: #007775; display: block; margin: 12px 0 0 0; } .form-ele-action-bottom-wrap { padding: 24px; border-top: 1px solid rgba(0, 0, 0, 0.12); margin-top: 25px; } textarea.custom-textarea { width: 100%; height: 85px; border: 1px solid #e0dddd; font-size: 17px; padding: 10px; } ul.pager { padding: 0; margin: 0; display: inline-block; list-style: none; } .pagination_inner ul.pager li.disabled a { cursor: not-allowed; } .pagination_inner ul.pager li a { padding: 4px 8px; border-radius: unset; margin: 0px 0px; text-align: center; color: rgba(255, 255, 255, 0.72); text-decoration: none; font-size: 13px; background: #007775; } a.brand { width: 150px; display: block; overflow: hidden; padding: 12px 5px; } a.forgot-pass { text-align: right; display: block; }
0.28577
0.044953
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; padding: 0; } body { color: #333; font-size: 14px; font-family: -apple-system,'helvetica neue', helvetica,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; line-height: 22px; width: 100%; height: 100%; } h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; } ol, ul { list-style: none; } blockquote { quotes: none; border-left: 5px solid #eee; font-size: 14px; margin: 10px 0; padding: 10px 20px; } blockquote:before, blockquote:after { content: ''; content: none; } a { color: #4484ce; } /*bootstrap override*/ .btn { border-radius: 2px !important; } .btn-primary { background-color: #4484CE !important; } .btn-primary:hover { background-color: #3A77BE !important; } .navbar-nav a { color: #333 !important; } .navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover, .navbar-nav a:hover { border-radius: 2px; background-color: #e7e7e7 !important; } /*site begin*/ .ts-navbar .navbar-nav { height: 50px; vertical-align: middle; line-height: 50px; } .ts-navbar .navbar-nav li { vertical-align: middle; line-height: 50px; float: none; display: inline-block; } .ts-navbar .dropdown li { display: block; } .ts-navbar .navbar-nav li a { padding: 8px 15px; } .navbar-brand { height: auto; } a.nav-btn-login { color: #fff !important; } a.nav-btn-login:hover { background-color: #3A77BE !important; color: #fff !important; } .navbar-profile { margin-right: 0; } /*home begin*/ .jumbotron h1 { margin-bottom: 15px; } .jumbotron p { line-height: 28px; } .post-title { display: block; font-size: 16px; font-weight: 600; border-bottom: 2px solid #e7e7e7; padding-bottom: 8px; } .post-item-box { margin-bottom: 15px; } .post-item-box li { margin-top: 15px; margin-bottom: 15px; padding-top: 10px; padding-bottom: 10px; } .post-item-box li h2 { font-size: 16px; font-weight: 500; margin-bottom: 10px; } .post-item-summary { color: #555; } .footer-box { padding: 15px; margin-top: 15px; border-top: 1px solid #e7e7e7; } /*post details*/ .article-content { padding-top: 15px; padding-bottom: 15px; } .article-content p { margin-top: 20px; margin-bottom: 20px; } .article-fixed p { margin-top: 0; margin-bottom: 5px; } .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 { margin: 15px 0 10px; } .article-content h1, .article-content h2 { border-bottom: 1px solid #eee; padding-bottom: 10px; } .article-content h2 { font-size: 1.75em; line-height: 1.2 } .article-content h3 { font-size: 1.5em; line-height: 1.2 } .article-content blockquote { background: #f6f6f6 none repeat scroll 0 0; border-left: 2px solid #009a61; color: #555; font-size: 1em; } .cloud-tags .cloud-tag-item { border: 1px solid #efefef; background-color: #f7f7f7; padding: 5px 10px; } .cloud-tags .cloud-tag-item, .side-bar-article-list, .article-content { word-break: break-all; word-wrap: break-word; white-space: normal; } .article-content pre { background-attachment: scroll; background-clip: border-box; background-color: #f6f6f6; border: medium none; line-height: 1.45; max-height: 35em; overflow: auto; padding: 1em; position: relative; margin-bottom: 15px; margin-top: 15px; } .article-content ul li { padding-left: 15px; list-style: inside; } .article-content ul li { padding-left: 15px; list-style: inside; } .article-content ul, .article-content ol { margin-left: 3em; padding-left: 0; } .article-content ul li, .article-content ol li { margin: .3em 0; }
src/Presentation/TsBlog.Frontend/resources/css/site.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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; padding: 0; } body { color: #333; font-size: 14px; font-family: -apple-system,'helvetica neue', helvetica,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; line-height: 22px; width: 100%; height: 100%; } h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; } ol, ul { list-style: none; } blockquote { quotes: none; border-left: 5px solid #eee; font-size: 14px; margin: 10px 0; padding: 10px 20px; } blockquote:before, blockquote:after { content: ''; content: none; } a { color: #4484ce; } /*bootstrap override*/ .btn { border-radius: 2px !important; } .btn-primary { background-color: #4484CE !important; } .btn-primary:hover { background-color: #3A77BE !important; } .navbar-nav a { color: #333 !important; } .navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover, .navbar-nav a:hover { border-radius: 2px; background-color: #e7e7e7 !important; } /*site begin*/ .ts-navbar .navbar-nav { height: 50px; vertical-align: middle; line-height: 50px; } .ts-navbar .navbar-nav li { vertical-align: middle; line-height: 50px; float: none; display: inline-block; } .ts-navbar .dropdown li { display: block; } .ts-navbar .navbar-nav li a { padding: 8px 15px; } .navbar-brand { height: auto; } a.nav-btn-login { color: #fff !important; } a.nav-btn-login:hover { background-color: #3A77BE !important; color: #fff !important; } .navbar-profile { margin-right: 0; } /*home begin*/ .jumbotron h1 { margin-bottom: 15px; } .jumbotron p { line-height: 28px; } .post-title { display: block; font-size: 16px; font-weight: 600; border-bottom: 2px solid #e7e7e7; padding-bottom: 8px; } .post-item-box { margin-bottom: 15px; } .post-item-box li { margin-top: 15px; margin-bottom: 15px; padding-top: 10px; padding-bottom: 10px; } .post-item-box li h2 { font-size: 16px; font-weight: 500; margin-bottom: 10px; } .post-item-summary { color: #555; } .footer-box { padding: 15px; margin-top: 15px; border-top: 1px solid #e7e7e7; } /*post details*/ .article-content { padding-top: 15px; padding-bottom: 15px; } .article-content p { margin-top: 20px; margin-bottom: 20px; } .article-fixed p { margin-top: 0; margin-bottom: 5px; } .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 { margin: 15px 0 10px; } .article-content h1, .article-content h2 { border-bottom: 1px solid #eee; padding-bottom: 10px; } .article-content h2 { font-size: 1.75em; line-height: 1.2 } .article-content h3 { font-size: 1.5em; line-height: 1.2 } .article-content blockquote { background: #f6f6f6 none repeat scroll 0 0; border-left: 2px solid #009a61; color: #555; font-size: 1em; } .cloud-tags .cloud-tag-item { border: 1px solid #efefef; background-color: #f7f7f7; padding: 5px 10px; } .cloud-tags .cloud-tag-item, .side-bar-article-list, .article-content { word-break: break-all; word-wrap: break-word; white-space: normal; } .article-content pre { background-attachment: scroll; background-clip: border-box; background-color: #f6f6f6; border: medium none; line-height: 1.45; max-height: 35em; overflow: auto; padding: 1em; position: relative; margin-bottom: 15px; margin-top: 15px; } .article-content ul li { padding-left: 15px; list-style: inside; } .article-content ul li { padding-left: 15px; list-style: inside; } .article-content ul, .article-content ol { margin-left: 3em; padding-left: 0; } .article-content ul li, .article-content ol li { margin: .3em 0; }
0.368292
0.091504
.brd{ display: none !important; } .embdscl0>a{ display: none; } /**/ .single-products .vc_gitem_row .vc_gitem-col { padding: .3em 0.04em; } /**/ .entry-cats-list a { color: #f96302 !important; } /*Homepage Links*/ .page-id-9913 a:link, a:visited { color: #f96302 !important; } .page-id-9913 #menu-primary-navigation-1 a, .sub-menu a, .ab-top-menu a{ color: #eeeeee !important; /* color: #f96302 !important; */ } #page-header { padding-left: 1.3em; background-color:#F96302; /* margin-top:110px; */ margin-top: 0px; } .single-products .md-column{ width: 100%; } h2.vc_custom_heading{ margin-top: 0; } /*Dig Analytics | Widget Title*/ .page-id-4963 .col-side .widget-title, /*Personas | Widget Title*/ .page-id-4977 .col-side .widget-title{ padding: 0 0 10px 0; } .upw-posts footer{ display: none; } /*********************************************************************************** *********************************************************************************** ACCORDIAN STYLES *********************************************************************************** *************************************************************************************/ /*.accordion-container { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24); background-color:#FBFBFB; text-align: left; } .ac-section { position: relative; margin-bottom: -1px; width: 100%; color: #444444; overflow: hidden; font-family: "Open Sans", sans-serif; font-size:16px; line-height: 24px; font-weight: 400; } .ac-section input { position:absolute; opacity: 0; z-index: -1; } .ac-section label { color:#444444; position:relative; display:block; background-color:#FFFFFF; line-height:3; cursor: pointer; font-weight: 600; border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; vertical-align: middle; margin-bottom:0px; } .ac-section:first-of-type label { border-top:none; } .ac-section label:before { display: inline-block; width: 50px; line-height: 3; text-align: center; font-family: "uxicon"; font-size: 12px; font-weight:100; color:#F96302; -webkit-transition: all .35s; -o-transition: all .35s; transition: all .35s; } .ac-section input[type=checkbox] + label:before{ content: "\e9d2"; } .ac-section input[type=radio] + label:before{ content: "\e93c"; } .ac-content-container { max-height:0; overflow: hidden; transition: all .40s; } .ac-content { margin:16px; overflow: hidden; -webkit-transition: max-height .35s; -o-transition: max-height .35s; transition: max-height .35s; } .ac-section input:checked ~ .ac-content-container { max-height: 160px; } .ac-section input[type=checkbox] + label:before{ content: "\e9d2"; } .ac-section input[type=radio] + label:before{ content: "\e93c"; } .ac-section input[type=radio]:checked + label:before { transform: rotate(90deg); } .ac-section input[type=checkbox]:checked + label:before { content: "\e99b"; }*/ /*VISUAL COMPOSER ACCORDION*/ .vc_tta-accordion { border:none!important; } .vc_tta-accordion .vc_tta-panel-heading { background-color:#FFFFFF!important; border-radius:1px!important; margin:0!important; border:solid transparent!important; /*border-color:#CCCCCC!important;*/ border-width:0px!important; border-right:none!important; border-left:none!important; border-top:none!important; } .vc_tta-accordion .vc_tta-panel-heading a { border:none!important; margin:0px!important; } .vc_tta-accordion .vc_tta-panel-heading h4 { font-size:18px!important; } .vc_tta-accordion .vc_tta-panel-heading { border-top:1px solid #CCCCCC!important; border-bottom:1px solid #CCCCCC!important; margin-top:-1px!important; } .vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{ border-color:#F96302!important; } .vc_tta-accordion .vc_tta-panel-body { background-color:#FBFBFB!important; border:transparent!important; border-bottom:1px solid #CCCCCC!important; } .vc_tta-accordion .vc_tta-panel-body { border-bottom:1px solid #CCCCCC!important; border-radius: 0px!important; } /**/ .md-column.col-md-1.visible-md.visible-lg{ display: none !important; } .post-type-archive-tribe_events .meta-author{ display: none !important; } /********************************************************************************** BANNERS STYLES ************************************************************************************/ /*VISUAL COMPOSER BANNER*/ .vc_message_box { position:relative; border-radius: 1px!important; border:none!important; vertical-align: middle!important; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24); } .vc_message_box-icon { width:50px!important; margin-left:5px!important; font-size:18px!important; } .vc_message_box { padding:10px 5px 10px 5px!important; } .vc_message_box p { line-height: 35px!important; margin-left:60px!important; } .vc_color-info.vc_message_box, .tribe-events-notices { background-color:#286FAD!important; color:#FFFFFF!important; text-align: left!important; } .fa-info-circle:before { font-family: 'uxicon'!important; content:'\e982'!important; color:#FFFFFF!important; } .vc_color-warning.vc_message_box { background-color:#FED13E!important; color:#444444!important; } .fa-exclamation-triangle:before { font-family: 'uxicon'!important; content:'\ea16'!important; color:#444444!important; } .vc_color-danger.vc_message_box { background-color:#ED1C24!important; color:#FFFFFF!important; } .fa-times:before { font-family: 'uxicon'!important; content:'\ea57'!important; color:#FFFFFF!important; } .vc_color-success.vc_message_box { background-color:#00AE4D!important; color:#FFFFFF!important; } .fa-check:before { font-family: 'uxicon'!important; content:'\e937'!important; color:#FFFFFF!important; } /*********************************************************************************** *********************************************************************************** BADGE STYLES *********************************************************************************** ***********************************************************************************/ span.badge { box-sizing: border-box; font-family: 'Open Sans', sans-serif; font-weight:600; font-size: 11px; text-transform: uppercase; letter-spacing: -0.20px; line-height: 18px; height:20px; min-width:20px; color:#444444; background-color:#CCCCCC; display:inline-block; padding:0px 5px; margin:2px; border-radius:50px; vertical-align: middle; text-align: center; } span.badge.default { background-color:#666666; border:1px solid #666666; color:#FFFFFF; } span.badge.default.subtle { background-color:#eeeeee; border:1px solid #666666; color:#666666; } span.badge.primary { background-color:#F96302; border:1px solid #F96302; color:#FFFFFF; } span.badge.primary.subtle { background-color:#FFF4ED; border:1px solid #F96302; color:#F96302; } span.badge.success { background-color:#00AE4D; border:1px solid #00AE4D; color:#FFFFFF; } span.badge.success.subtle { background-color:#ECFFF5; border:1px solid #00AE4D; color:#00AE4D; } span.badge.danger { background-color:#ED1C24; border:1px solid #ED1C24; color:#FFFFFF; } span.badge.danger.subtle { background-color:#FEF2F2; border:1px solid #ED1C24; color:#ED1C24; } span.badge.warning { background-color:#FFC20E; border:1px solid #FFC20E; color:#444444; } span.badge.warning.subtle { background-color:#FFF8E5; border:1px solid #FFC20E; color:#444444; } span.badge.info { background-color:#286FAD; border:1px solid #286FAD; color:#FFFFFF; } span.badge.info.subtle { background-color:#E9F1FA; border:1px solid #286FAD; color:#286FAD; } /********************************************************************************** ********************************************************************************** BREADCRUMBS STYLES ********************************************************************************** ************************************************************************************/ /*WORDPRESS THEME*/ .breadcrumbs { font-weight: 400; background-color:transparent; display:block; line-height: inherit; font-size: 14px; height:40px; width:100%; padding:10px 20px; right:inherit; bottom:inherit; top:0px; left:15px; margin:0; /*padding:15px 0px;*/ } .breadcrumbs a.current-item, .breadcrumbs span span { color:rgba(255, 255, 255, 1.0); font-weight: 600; } .breadcrumbs a span { color:rgba(255, 255, 255, 0.5); } .breadcrumbs a span:hover { text-decoration: underline; } /*Enterprise UX Standards*/ .breadcrumb-nav { height: 35px; box-sizing: border-box; font-size: 14px; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; font-weight: 600; } .breadcrumb-nav .breadcrumb-page { padding: 5px 12px; color: #F96302; position: relative; background-color: #F5F5F5; } .breadcrumb-nav .breadcrumb-page:active, .breadcrumb-nav .breadcrumb-page.active { color: #444444; } .breadcrumb-nav .breadcrumb-page:not(:last-child):hover { background-color: #EEEEEE; cursor: pointer; } .breadcrumb-nav .breadcrumb-page:not(:last-child):after { content: "\e93c"; font-family: "uxicon"; background-color: #F5F5F5; font-weight: 100; color: #CCCCCC; padding-top: 5px; position: absolute; top: 0; bottom: 0; right: -8px; } .breadcrumb-nav .breadcrumb-page:not(:first-child) { margin-left: 8px; } .breadcrumb-nav .breadcrumb-page.back { margin-right: -3px; } .breadcrumb-nav .breadcrumb-page.back:after { content: none; } .breadcrumb-nav .breadcrumb-page.back:before { content: "\e93b"; font-weight: 100; font-family: "uxicon"; margin-right: 5px; } /********************************************************************************* ********************************************************************************** CHECKBOX STYLES ********************************************************************************** *********************************************************************************/ .checkbox-container { margin:5px 0px!important; } /*.checkbox-container:first-of-type { margin-top:!important; } .checkbox-container:last-of-type { margin-bottom:!important; }*/ .checkbox-container input[type=checkbox]:not(old){ width:32px!important; margin:0!important; padding:0!important; font-size:16px!important; opacity:0!important; } .checkbox-container input[type=checkbox]:not(old) + label{ display:inline-block!important; margin-left:-32px!important; line-height:24px!important; font-size: 16px!important; color:#444444!important; font-weight: 600!important; cursor: pointer!important; vertical-align:middle!important; } .checkbox-container input[type=checkbox]:not(old) + label > span{ display:inline-block!important; width:20px!important; height:20px!important; margin:4px 8px 4px 4px!important; border:1px solid #CCCCCC!important; border-radius:1px!important; background:#F9F9F9!important; vertical-align:bottom!important; } .checkbox-container input[type=checkbox]:not(old):disabled + label > span { border-color:#DDDDDD!important; background:#DDDDDD!important; cursor: not-allowed!important; } .checkbox-container input[type=checkbox]:not(old):disabled + label { color:#999999!important; cursor: not-allowed!important; } .checkbox-container input[type=checkbox]:not(old):disabled:checked + label > span:before { color:#999999!important; } .checkbox-container input[type=checkbox]:not(old):disabled:checked + label > span { background-color:#DDDDDD!important; border:1px solid #DDDDDD!important; } .checkbox-container input[type=checkbox]:not(old):disabled:checked + label { color:#999999!important; } .checkbox-container.error input[type=checkbox]:not(old) + label { color:#ED1C24!important; } .checkbox-container.error input[type=checkbox]:not(old) + label > span { background:#FEF4F4!important; border:1px solid #ED1C24!important; } .checkbox-container input[type=checkbox]:not(old):checked + label > span{ background:#00AF4D!important; border:1px solid #00AF4D!important; } .checkbox-container input[type=checkbox]:not(old):checked + label{ color:#222222!important; } .checkbox-container input[type=checkbox]:not(old):checked + label > span:before{ font-family:'uxicon'!important; content: "\e939"!important;; display: block!important;; text-align: center!important;; color:#FFFFFF!important;; font-size:16px!important;; line-height:18px!important;; } /********************************************************************************** ********************************************************************************** EVENTS ********************************************************************************** ************************************************************************************/ /*EVENT CALENDAR /*REFERENCE THE BUTTON STYLESHEET FOR THE ADDITIONAL STYLING*/ button.rtec-register-button span { display:none; visibility: hidden; } button.rtec-register-button { width:360px; font-size:18px!important; font-weight: 600!important; line-height: 56px!important; height:56px!important; padding:0 40px!important; } .tribe-events-promo { visibility: hidden; display:none; } #tribe-bar-form input[type=text], #tribe-bar-form input[type=text]:focus { border:1px solid #CCCCCC!important; } /*BANNERS*/ .tribe-events-notices { border:none!important; border-radius:1px!important; } .tribe-events-notices p { text-align: left!important; } /********************************************************************************** ********************************************************************************** EVENTS ********************************************************************************** **********************************************************************************/ button.rtec-register-button span { display:none; visibility: hidden; } button.rtec-register-button { width:360px; font-size:18px!important; font-weight: 600!important; line-height: 56px!important; height:56px!important; padding:0 40px!important; } .tribe-events-promo { visibility: hidden; display:none; } #tribe-bar-form input[type=text], #tribe-bar-form input[type=text]:focus { border:1px solid #CCCCCC!important; } /*BANNERS*/ .tribe-events-notices { border:none!important; border-radius:1px!important; } .tribe-events-notices p { text-align: left!important; } /********************************************************************************** ********************************************************************************** HEADER ********************************************************************************** **********************************************************************************/ /*MAIN HEADER*/ #header { /* position:fixed!important; */ position: relative!important; } #header.wide #header-content { background-color:#2B3134; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24); border-bottom:none; /*line-height: 79px;*/ } #header.wide #header-top { background-color:#000000; border:none; line-height:30px; height:30px; color: white; } #header.wide #header-top-menu li a { font-size: 14px; color:#EEEEEE!important; } #header-top-menu li a:hover { text-decoration: underline; color:#FFFFFF!important; } /*BRANDING*/ #logo div{ display:inline-block; vertical-align: middle; } #logo .logo-image { margin:0px 10px 0px 0px; padding:0; outline: none; } #logo .logo-image img { padding-bottom:5px; } #logo div.logo-text h1 { font-family: 'Open Sans', sans-serif; /* text-transform: uppercase; */ text-shadow: #000000; font-weight: 600; font-size:18px; color:#EEEEEE; margin:0; padding:0; } /*SEARCH*/ .primary-search { box-sizing:border-box; display:block; margin:20px 20px 0px 0px; float:left; min-width:360px; color:#222222; } .primary-search input[type="text"] { font-size: 16px; display:block; height:40px; line-height: 30px; width: 100%; } .primary-search-mobile { display:block; margin:10px; } .primary-search-mobile input[type="text"] { font-size: 16px; height:40px; line-height: 30px; } /*NAVIGATION*/ #header.wide #header-menu ul.menu > li { background-color:transparent; margin:0; /* height:81.5px; */ } #header.wide #header-menu ul.menu > li:hover { background-color:#3A4449; } #header-menu ul.menu > li:hover > a { color:#FFFFFF!important; text-decoration: none!important; } #header.wide #header-menu ul.menu > li > a { display:block; padding:0px 20px; line-height: inherit; color:#EEEEEE !important; font-family: 'Open Sans', sans-serif!important; font-weight: 600!important; /* font-size: 14px!important; */ } #header.wide #header-menu ul.menu > li > a:hover { color: #F96302 !important; } #header-menu ul.menu > li.current_page_item { background-color:#000000!important; border-bottom:3px solid #F96302 !important; } #header-menu ul.menu > li.current_page_item > a { color:#FFFFFF!important; } #header.wide #header-menu ul.menu > li.simple ul { /* width:350px; */ background-color:rgba(0, 0, 0, 0.85); top:inherit; left:inherit; } #header.wide #header-menu ul.menu > li.simple > ul li { background:none; border-bottom:none; padding:5px 10px; } #header.wide #header-menu ul.menu > li.simple > ul.sub-menu > li a:hover { color: #F96302 !important; } #header.wide #header-menu ul.menu > li.simple > ul > li a { font-family: 'Open Sans', sans-serif!important; font-weight: 600!important; font-size: 14px; text-transform: uppercase; /* color: #F96302 !important; */ } #header-menu ul.menu > li.simple > ul > li a:hover { color:#FFFFFF!important; text-decoration: none; } #header.wide #header-menu ul.menu > li.simple li:hover { background-color:rgba(0, 0, 0, 0.99); } /*MOBILE BUTTON & MENU*/ #menu-mobile-trigger:after { font-family: 'uxicon'; content:'\e90a'; font-size:24px; color:#EEEEEE; } #menu-mobile-trigger:hover:after { color:#FFFFFF; } #header-mobile .menu li a { border-bottom:1px solid #000000; } #header-mobile ul.menu li a:hover { color:#FFFFFF!important; } #header-mobile ul.menu > li:hover { background-color:#000000; } #header-mobile ul.menu > li.current_page_item { background-color:#000000!important; border-left:3px solid #F96302; } /********************************************************************************** ********************************************************************************** MENUS STYLES ********************************************************************************** ************************************************************************************/ .widget ul li { display:block; border-bottom:none; margin:0; padding:0; } .menu-item-divider .widget ul li { border-bottom:1px solid #EEEEEE; margin:0 0 5px 0; padding: 0 0 5px 0; } .menu-item-caret .widget ul li:before{ font-family: 'uxicon'; content:'\e932'; color:rgba(250, 101, 2, 0.3); vertical-align: middle; font-size: 10px; margin-right:3px; } .icon_search { margin-left: 52.5rem !important; } /********************************************************************************** ********************************************************************************** MOBILE ********************************************************************************** ************************************************************************************/ #mobile-navigation { position:fixed; bottom:0; left:0; z-index: 9999; background-color:#2B3134; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); width:100%; text-align: center; } #mobile-navigation .menu { list-style-type: none; } #mobile-navigation .menu li { display:inline-block; margin:0px 0px 0px -3px; padding:0; } #mobile-navigation .menu li a { font-family: 'Open Sans', sans-serif!important; font-weight: 700!important; display:block; padding:25px 20px; font-size: 14px; text-decoration: none; text-transform: uppercase; color:#EEEEEE!important; } #mobile-navigation .menu li:hover { background-color:#3A4449; color:#FFFFFF!important; } #mobile-navigation .menu li.current-menu-item { background-color:#000000; border-top:3px solid #F96302; } #mobile-navigation .menu li.current-menu-item a { cursor:default; } #mobile-navigation .menu li div.widget_search { display:none; visibility: hidden; } /*SUBMENU*/ #mobile-navigation .menu li:hover .sub-menu { display:block; visibility: visible; } #mobile-navigation .menu li .sub-menu { display:none; visibility: hidden; position:absolute; left:0; bottom:78px; background:rgba(0, 0, 0, 0.90); width:100%; border-bottom: 1px solid #000000; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); } #mobile-navigation .menu li .sub-menu li { display:block; } #mobile-navigation .menu li .sub-menu li:hover { background-color:#3A4449; color:#FFFFFF!important; border-top:none; } /********************************************************************************** ********************************************************************************** NOTIFICATION ********************************************************************************** ************************************************************************************/ .notification { position:relative; font-family: "Open Sans", sans-serif; color:#444444; background-color:#FFFFFF; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.35); border-radius:2px; min-width: 350px; max-width:400px; } .notification .notification-container { padding:10px 15px; } .notification .content { background-color:#FFFFFF; padding:10px 0px; } .notification.orange span.app-icon, .notification.orange span.app-name { color:#F96302; } .notification .notification-container span { display:inline-block; vertical-align: middle; } .notification .notification-container span:after { content:"•"; color:#CCCCCC; display:inline-block; width:15px; text-align: center; } .notification .notification-container span:first-of-type:after { content:none; } .notification .notification-container span:last-of-type:after { content:none; } .notification .app-icon { font-family: "uxicon"; font-size: 20px; margin-right:5px; font-weight:100; } .notification .app-name, .notification .app-email, .notification .app-timestamp { font-size: 12px; } .notification .app-name { font-weight: 600; } .notification .app-email, .notification .app-timestamp { color:#999999; } .notification .content h3 { font-weight: 600; color:#666666; font-size:18px; padding:0; margin:0; } .notification .content p { font-size: 14px; padding-top:5px; line-height: 22px; color:#999999; margin:0; } .notification .actions { background-color:#f5f5f5; } .notification .actions a { display:inline-block; padding:15px; font-weight: 600; text-decoration: none; color:#F96302; } .notification .actions a:hover { text-decoration: none; background-color:#DDDDDD; } /********************************************************************************** ********************************************************************************** PAGINATION ********************************************************************************** **********************************************************************************/ .pagination-nav { font-family: 'Open Sans', sans-serif!important; background-color: #FBFBFB; color: #F96302; font-weight: 600; border-radius: 1px; border: 1px solid #CCCCCC; height: 46px; line-height: 46px; display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; width: 324px; box-sizing: border-box; } .pagination-nav .page { padding:0px; width: 100%; box-sizing: border-box; text-align: center; cursor: pointer; } .pagination-nav .page:not(.disabled):hover { background-color: #FFFFFF; } .pagination-nav .page:not(.disabled):active, .pagination-nav .page:not(.disabled).active { background-color: #E5E5E5; cursor: default; color: #444444; } .pagination-nav .page.disabled { color: #CCCCCC; cursor: not-allowed; pointer-events: none; } .pagination-nav .page.left:before { content: "\e93b"; font-family: "uxicon"; } .pagination-nav .page.right:before { content: "\e93c"; font-family: "uxicon"; } .pagination-nav.md { height: 38px; font-size: 14px; width: 268px; line-height: 38px; } .pagination-nav.md .page { padding: 0px 5px; width: 38px; line-height: 38px; } .pagination-nav.sm { height: 30px; width: 212px; font-size: 14px; line-height: 30px; } .pagination-nav.sm .page { padding: 0px 0; width: 30px; } .pagination-nav.compact { width: 94px; } .pagination-nav.compact.md { width: 78px; } .pagination-nav.compact.sm { width: 56px; } /********************************************************************************** ********************************************************************************** POST STYLEGUIDES ********************************************************************************** ************************************************************************************/ article.type-ux_styleguide .post-title, article.type-ux_styleguide .post-header { display:none; } /********************************************************************************** ********************************************************************************** RESEAR ********************************************************************************** ************************************************************************************/ /************************************************************ PAGE *************************************************************/ #page-header h2 { font-family: 'Open Sans', sans-serif!important; font-weight: 300; margin-top:20px; } .md-blog .vc_column_container>.vc_column-inner { padding-right:0!important; padding-left:0!important; } .md-blog .post-body { overflow: inherit; } /*POST TYPES*/ #post-container, #blog-container { background-color:#FFFFFF; } .md-blog .post-body { padding-left:0px; } .md-blog .post-share { visibility: hidden; display: none; } .post-side { visibility: hidden; display: none; } /*STYLEGUIDE*/ .type-styleguide .post-body .post-header, .type-styleguide .post-body .post-title, .type-styleguide .post-author { visibility: hidden; display: none; } /*PRODUCTS*/ .type-products .post-body .post-header, .type-products .post-body .post-title, .type-products .post-author { visibility: hidden; display: none; } /* Styleguide Global Fix */ /*body.single-ux_styleguide h4:first-of-type { margin-top:0px; }*/ /*body.single-ux_styleguide h4 { margin-top:60px; }*/ /*************************************************************** SEARCH FORM STYLES ****************************************************************/ #bh_search { line-height:1.50em !important; font-size:1.25em !important; padding:0.40em !important; width: 14em !important; border:0px !important; border-radius:0px !important; } #bh_completed_task { position:relative !important; background:none !important; padding:0px !important; border:none !important; } #bh_search_icon { position:absolute !important; font-size: 1.5em !important; font-weight:100 !important; color:#f96302 !important; margin: -5.5rem 0 0 -3rem !important; padding: 0 !important; } .s-bryan label { position:relative; } /*h4:first-of-type { margin-top:0px; } .widget ul li { padding-bottom:0!important; }*/ /*GRID FILTER*/ .vc_grid-filter { display:block; background-color:#F9F9F9; padding:5px!important; border-radius:1px!important; } .vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item { margin:0!important; border-radius:1px!important; color:#F96302!important; } /*STYLEGUIDE CARDS*/ .vc_btn3.vc_btn3-block { width:95.5%!important; } .vc_btn3-style-custom { font-size:18px!important; position:absolute!important; top:auto!important; bottom:20px!important; background-image:none!important; background-repeat:no-repeat!important; background-size:100%!important; background-position:0 0%!important; } .vc_btn3-style-custom:hover { background-position:0 0%!important; border-bottom:none!important; } a.vc_btn3-style-custom:hover { background:#EEEEEE!important; border-bottom:none!important; } .style-guide-card .vc_gitem-col { position:relative; box-sizing: border-box; height:240px; background-color:#FFFFFF; border-radius:1px; box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24); } .vc_gitem-zone.style-guide-card { overflow:inherit!important; } .vc_gitem-post-data p { margin:0; padding:0; } a.close { display:block; box-sizing: border-box; padding:0; width:30px; height:30px; line-height: inherit; border-radius:50%; text-align: center; vertical-align: middle; } a.close:before { font-family: 'uxicon'; content: "\e93f"; font-size: 14px; } a.close:hover { background-color:rgba(0,0,0,0.05); -webkit-transition: background-color ease-out 0.25s; -moz-transition: background-color ease-out 0.25s; -o-transition: background-color ease-out 0.25s; transition: background-color ease-out 0.25s; text-decoration: none; } a.close, a.close:hover { opacity:1!important; } /*************************************************** TABS ****************************************************/ /*ENTERPRISE UX TAB NAVIGATION*/ .tab-nav input[type="radio"]:not(old) { display:none!important; } .tab-nav input[type="radio"]:not(old) + label { display:inline-block!important; margin:0 0 -1px!important; padding:15px 24px!important; font-size:18px!important; font-weight:600!important; text-align:center!important; color:#F96302!important; border:1px solid transparent!important; } .tab-nav input[type="radio"]:not(old) + label:hover { background-color:#F9F9F9!important; border-bottom:1px solid #cccccc!important; cursor:pointer!important; } .tab-nav input[type="radio"]:not(old):checked + label { color:#444444!important; cursor:default!important; border:1px solid #CCCCCC!important; border-top:3px solid #F96302!important; border-bottom:1px solid #FFFFFF!important; } .tab-nav input[type="radio"]:not(old):checked + label:hover { background-color:#FFFFFF!important; } .tab-nav input[type="radio"]:not(old):checked + label:first-of-type { border-left:1px solid transparent!important; } .tab-nav div.tab-section { display:none!important; padding:40px 20px!important; border-top:1px solid #CCCCCC!important; width:800px!important; } .tab-nav div.tab-section p { margin:20px 0px!important; line-height: 1.5!important; } .tab-nav div.tab-section p:last-of-type { margin-bottom:0!important; } /*VISUAL COMPOSER TABS*/ .vc_tta-tab { background-color:transparent!important; border-right:0px!important; border-left:0px!important; border-top:0px!important; border-bottom:1px solid #CCCCCC!important; margin:0px!important; } .vc_tta-tab:first-child { margin:0px 0px -1px -1px!important; } .vc_tta-tab > a { background-color:#FFFFFF!important; border-right:0px!important; border-left:0px!important; border-top:0px!important; border-bottom:0px!important; color:#F96302!important; } .vc_tta-tab.vc_active { border-top:3px solid #F96302!important; border-bottom:1px solid #FFFFFF!important; } .vc_tta-tab.vc_active > a { background-color:#FFFFFF!important; border-right:1px solid #CCCCCC!important; border-left:1px solid #CCCCCC!important; border-bottom:0px!important; color:#444444!important; border-top-right-radius:1px!important; border-top-left-radius:1px!important; } .vc_tta-panels { background-color:#FFFFFF!important; border:1px solid #CCCCCC!important; margin:0px!important; border-radius: 1px!important; transition: inherit!important; } /*SIDE-NAVIGATION*/ .demo .sidenav { position:absolute; top:0; left:0; box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.34); background-color:#2B3134; min-height:100%; height:800px; } .demo .sidenav .sidenav-toolbar { position:relative; background-color:#000000; min-height: 177px; padding:24px 0 0 0; text-align: center!important; } .demo .sidenav .sidenav-toolbar a.logo { box-sizing: border-box; display:block; padding:1px; width:52px; height:52px; margin:0 auto; background-color:#FFFFFF; border:2px solid #FFFFFF; text-align: center; margin-bottom:10px; vertical-align: middle; } .demo .sidenav .sidenav-toolbar a.logo i { font-size: 47.5px; } .demo .sidenav .sidenav-toolbar h1 { font-size:18px; line-height: 30px; color:#FFFFFF; font-weight: 600; margin:0; padding:0; } .demo .sidenav .sidenav-toolbar p { margin:0; padding:0; font-size:14px; line-height: 10px; color:#999999; } .demo .sidenav .sidenav-toolbar a.fab { display:block; position:absolute; bottom:-32px; right:128px; /*Calculated based on width of .md-sidebar*/ padding:13px 0px; background-color:#444444; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.35); text-decoration: none; font-size: 12px; line-height:18px; color:#999999!important; text-align: center; border-radius:50px; width:64px; height:64px; z-index: 2; } .demo .sidenav .sidenav-toolbar a.fab:hover { background-color:rgb(58,68,73)!important; } .demo .sidenav .sidenav-toolbar a.fab span { display:block; font-size: 16px; font-weight: 600; color:#EEEEEE!important; } .demo .sidenav ul.nav { margin-top:46px!important; } .demo .sidenav, ul.nav ul { width:320px; } .demo .sidenav ul.nav li:hover > ul { left:320px; } .demo .sidenav ul.nav, ul.nav li ul { list-style: none!important; margin:0; padding:0; } .demo .sidenav ul.nav li { position:relative; margin:0!important; padding:0!important; } .demo .sidenav ul.nav li a { display:block; padding:0px 15px; line-height: 65px; height:65px; color:#EEEEEE!important; font-size:16px; font-weight: 600; background-color:#2B3134; text-decoration: none; border-left:5px solid transparent; } .demo .sidenav ul.nav li:hover > a { background-color:rgb(58,68,73); border-left:5px solid #F96302; color:#FFFFFF; } .demo .sidenav ul.nav li a.active, ul.nav li a:active { background:#000000; border-left:5px solid #F96302; color:#FFFFFF; cursor:default; } .demo .sidenav ul.nav li ul li a:hover { border-left:5px solid transparent; } .demo .sidenav ul.nav ul { list-style: none!important; position:absolute; border-left:5px solid rgba(0,0,0,0.50); transform:translateX(10px); visibility: hidden; opacity: 0; left:0; top:0; } .demo .sidenav ul.nav li span { display:inline-block; vertical-align: middle; margin-right:15px; font-family: 'uxicon'; font-weight: lighter; font-size: 40px; } .demo .sidenav ul.nav li:hover > ul { border-left:2px solid #202426; visibility: visible; opacity: 0.95; transform: translate(0px); } .demo .sidenav .sub-nav > a:after { font-family: 'uxicon'; content:'\e932'; font-size:12px; color:#999999; position:absolute; right:20px; } /*TOOLBAR*/ .demo { display:block; padding:20px; position:relative; overflow:scroll; background-image: url(http://ux.homedepot.com/wp-content/uploads/2016/11/transparent_grid.png); background-repeat: repeat; } .demo .header { background-color: #2b3134; padding: 12px 20px; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24); z-index: 1; height: 70px; min-height: 70px; position:absolute; top: 0; left: 0; right: 0; overflow-x: hidden; color: #eeeeee; display: flex; flex-direction: row; } .demo .header .content { height:400px; } .demo .header .header-logo { color: #f96302; background-color:#FFFFFF; padding:2px; height: 45px; width: 45px; margin-right: 20px; display: inline-block; vertical-align: middle; text-align: center; } .demo .header .header-logo i { font-size: 40px; background-color: #ffffff; } .demo .header .header-info { height: 46px; margin-right: 20px; min-width: 250px; } .demo .header .header-info .product-info { font-size: 18px; line-height: 18px; } .demo .header .header-info .user-info { display: block; font-size: 12px; line-height: 12px; } .demo .header .header-search { height: 46px; margin-right: 20px; flex: 1; display: flex; } .demo .header .header-search input[type=search] { -webkit-appearance: none; outline: none; display: block; border: 1px solid #ffffff; border-right: 1px solid #dddddd; background-color: #fbfbfb; border-radius: 2px; height: 46px; font-size: 18px; color: #444444; min-width:100%; padding-right: 46px; padding-left: 10px; } .demo .header .header-search input[type=search]::-webkit-search-cancel-button { -webkit-appearance: none; } .demo .header .header-search input[type=search]::-ms-clear { display: none; } .demo .header .header-search input[type=search] + i { color: #f96302; font-size: 20px; height: 20px; font-weight: 600; cursor: pointer; position: relative; top: 8px; right: 40px; border-radius: 100px; padding: 5px 6px 6px 5px; } .demo .header .header-search input[type=search] + i:hover, .demo .header .header-search .stepper input[type=search] + i.step:active, .demo .stepper .header .header-search input[type=search] + i.step:active { background-color: #eeeeee; } .demo .header .header-actions { height: 46px; flex-shrink: 0; } .demo .header .header-actions div { display: inline-block; text-decoration: none; padding: 11px 0; text-align: center; vertical-align: middle; margin-right: 5px; border-radius: 2px; font-size: 24px; width: 46px; cursor: pointer; } .demo .header .header-actions div:last-of-type { margin-right: 0; } .demo .header .header-actions div:hover, .demo .header .header-actions .stepper div.step:active, .demo .stepper .header .header-actions div.step:active { background-color: #191d1f; color: #ffffff; text-decoration: none; } div#st_category_email_subscribe_widget-2 .st_emailinput, .st_nameinput{ line-height: .2em; } div#st_category_email_subscribe_widget-2 .ms-choice{ height: 2em !important; } /********EVENT STYLES********/ #tribe-events .tribe-events-button, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar thead th{ background-color: #f96302; } .post-type-archive-tribe_events .tribe-events-sub-nav { width: 89% !important; margin-left: 80px !important; } .archive .upw-posts footer{ display: none; visibility:hidden; } .post-type-archive-page .col-main{ width:65%; margin-left:40px !important; margin-top:-20px !important; } .post-type-archive-page .search-title{ width:65%; margin-left:25px !important; } .post-type-archive-page .col-side{ width:27%; margin-top:-70px !important; } .page-template-default div.vc_btn3-container.blog-button.vc_btn3-inline{ margin-left: 0.1%; } /*********************************************************************************** *********************************************************************************** SUBSCRIBERS FORM *********************************************************************************** *************************************************************************************/ #id_txtFirstName { display: none; visibility: hidden; } ul.sub_ul{ display: inline; } #id_lblCallToAction { width: 90%; height: 44px; font-family: OpenSans; font-size: 18px; color: #444444; font-weight: 500; margin: 1em 0em -2em 1em; padding: 1em 0 0; display: block; } #id_frmSubscribe { background-color: #f5f5f5; } #id_txtEmailAddr { width: 85%; margin: 0em 1em 0; height: 51px; background-color: #ffffff; border: solid 1px #cccccc; font-size: 1.9rem; } button.button.primary.medium.Sub_button{ margin: 10% 0 1.5em 6% !important; width: 40%; } label.sub_label{ font-size: larger; margin: 1% auto; } input#id_btnSubmit.button.primary.medium.Sub_button { background-color: transparent; width: 45%; padding: .5%; margin: 7% 0 5% 6%; font-size: 1.5em; border: none; color: #F96302!important; background-color: #FBFBFB!important; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24)!important; border-radius: 1px!important; font-weight: 600!important; text-decoration: none; padding: 0 16px!important; line-height: 45px!important; } /*********************************************************************************** *********************************************************************************** STYLEGUIDE | COMING SOON *********************************************************************************** *************************************************************************************/ /* Clear up confusion over which styleguide elements are available or in development. */ /*Main Page*/ #menu-item-11244, #menu-item-11245, #menu-item-11252, #menu-item-11239, #menu-item-11251, #menu-item-11242, #menu-item-11240, #menu-item-11253, #menu-item-11250, #menu-item-11249, #menu-item-11247, #menu-item-13947, /*Sidebar*/ .menu-item-11244 a, .menu-item-11245 a, .menu-item-11252 a, .menu-item-11239 a, .menu-item-11251 a, .menu-item-11242 a, .menu-item-11240 a, .menu-item-11253 a, .menu-item-11250 a, .menu-item-11249 a, .menu-item-11247 a, .menu-item-10581 a, .menu-item-13947 a{ pointer-events: none; cursor: default; color: gray !important; } /********************************************************************************** *********************************************************************************** MEDIA QUERIES *********************************************************************************** ************************************************************************************/ /* LARGE-MEDIUM SCREEN */ @media (min-width: 1023px){ /*Primary Navigation*/ #mobile-navigation{ display: none; } } @media (max-width: 1130px){ /*Primary Navigation*/ .s-bryan{ display: none; } } @media (max-width: 1023px){ /*Mobile Navigation*/ #header-menu{ display: none; } #mobile-navigation .menu li a { font-family: 'Open Sans', sans-serif!important; font-weight: 600!important; display: block; padding: .1em .6em; font-size: 13px; text-decoration: none; text-transform: uppercase; color: #EEEEEE!important; } #mobile-navigation .menu li .sub-menu{ bottom: 1.4em; margin: 0; } .forcefullwidth_wrapper_tp_banner{ display: none; } .post-type-archive-tribe_events .col-main { margin-left: -30px; } div.col-side .page-id-9984 { margin-top: 6rem !important; } .page-id-9984 .row { margin-top: 3em !important; } .page-id-10444 .wpb_wrapper { margin-top: 5em; } .col-side { display: none; } #page-header{ display: none !important; } html #wpadminbar { position: fixed; } } /*Remove Breadcrumb in mobile view*/ @media (max-width: 768px) { .breadcrumbs { display:none; } }
src/assets/css/thd-ux/4_9_5/eux-style.css
.brd{ display: none !important; } .embdscl0>a{ display: none; } /**/ .single-products .vc_gitem_row .vc_gitem-col { padding: .3em 0.04em; } /**/ .entry-cats-list a { color: #f96302 !important; } /*Homepage Links*/ .page-id-9913 a:link, a:visited { color: #f96302 !important; } .page-id-9913 #menu-primary-navigation-1 a, .sub-menu a, .ab-top-menu a{ color: #eeeeee !important; /* color: #f96302 !important; */ } #page-header { padding-left: 1.3em; background-color:#F96302; /* margin-top:110px; */ margin-top: 0px; } .single-products .md-column{ width: 100%; } h2.vc_custom_heading{ margin-top: 0; } /*Dig Analytics | Widget Title*/ .page-id-4963 .col-side .widget-title, /*Personas | Widget Title*/ .page-id-4977 .col-side .widget-title{ padding: 0 0 10px 0; } .upw-posts footer{ display: none; } /*********************************************************************************** *********************************************************************************** ACCORDIAN STYLES *********************************************************************************** *************************************************************************************/ /*.accordion-container { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24); background-color:#FBFBFB; text-align: left; } .ac-section { position: relative; margin-bottom: -1px; width: 100%; color: #444444; overflow: hidden; font-family: "Open Sans", sans-serif; font-size:16px; line-height: 24px; font-weight: 400; } .ac-section input { position:absolute; opacity: 0; z-index: -1; } .ac-section label { color:#444444; position:relative; display:block; background-color:#FFFFFF; line-height:3; cursor: pointer; font-weight: 600; border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; vertical-align: middle; margin-bottom:0px; } .ac-section:first-of-type label { border-top:none; } .ac-section label:before { display: inline-block; width: 50px; line-height: 3; text-align: center; font-family: "uxicon"; font-size: 12px; font-weight:100; color:#F96302; -webkit-transition: all .35s; -o-transition: all .35s; transition: all .35s; } .ac-section input[type=checkbox] + label:before{ content: "\e9d2"; } .ac-section input[type=radio] + label:before{ content: "\e93c"; } .ac-content-container { max-height:0; overflow: hidden; transition: all .40s; } .ac-content { margin:16px; overflow: hidden; -webkit-transition: max-height .35s; -o-transition: max-height .35s; transition: max-height .35s; } .ac-section input:checked ~ .ac-content-container { max-height: 160px; } .ac-section input[type=checkbox] + label:before{ content: "\e9d2"; } .ac-section input[type=radio] + label:before{ content: "\e93c"; } .ac-section input[type=radio]:checked + label:before { transform: rotate(90deg); } .ac-section input[type=checkbox]:checked + label:before { content: "\e99b"; }*/ /*VISUAL COMPOSER ACCORDION*/ .vc_tta-accordion { border:none!important; } .vc_tta-accordion .vc_tta-panel-heading { background-color:#FFFFFF!important; border-radius:1px!important; margin:0!important; border:solid transparent!important; /*border-color:#CCCCCC!important;*/ border-width:0px!important; border-right:none!important; border-left:none!important; border-top:none!important; } .vc_tta-accordion .vc_tta-panel-heading a { border:none!important; margin:0px!important; } .vc_tta-accordion .vc_tta-panel-heading h4 { font-size:18px!important; } .vc_tta-accordion .vc_tta-panel-heading { border-top:1px solid #CCCCCC!important; border-bottom:1px solid #CCCCCC!important; margin-top:-1px!important; } .vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{ border-color:#F96302!important; } .vc_tta-accordion .vc_tta-panel-body { background-color:#FBFBFB!important; border:transparent!important; border-bottom:1px solid #CCCCCC!important; } .vc_tta-accordion .vc_tta-panel-body { border-bottom:1px solid #CCCCCC!important; border-radius: 0px!important; } /**/ .md-column.col-md-1.visible-md.visible-lg{ display: none !important; } .post-type-archive-tribe_events .meta-author{ display: none !important; } /********************************************************************************** BANNERS STYLES ************************************************************************************/ /*VISUAL COMPOSER BANNER*/ .vc_message_box { position:relative; border-radius: 1px!important; border:none!important; vertical-align: middle!important; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24); } .vc_message_box-icon { width:50px!important; margin-left:5px!important; font-size:18px!important; } .vc_message_box { padding:10px 5px 10px 5px!important; } .vc_message_box p { line-height: 35px!important; margin-left:60px!important; } .vc_color-info.vc_message_box, .tribe-events-notices { background-color:#286FAD!important; color:#FFFFFF!important; text-align: left!important; } .fa-info-circle:before { font-family: 'uxicon'!important; content:'\e982'!important; color:#FFFFFF!important; } .vc_color-warning.vc_message_box { background-color:#FED13E!important; color:#444444!important; } .fa-exclamation-triangle:before { font-family: 'uxicon'!important; content:'\ea16'!important; color:#444444!important; } .vc_color-danger.vc_message_box { background-color:#ED1C24!important; color:#FFFFFF!important; } .fa-times:before { font-family: 'uxicon'!important; content:'\ea57'!important; color:#FFFFFF!important; } .vc_color-success.vc_message_box { background-color:#00AE4D!important; color:#FFFFFF!important; } .fa-check:before { font-family: 'uxicon'!important; content:'\e937'!important; color:#FFFFFF!important; } /*********************************************************************************** *********************************************************************************** BADGE STYLES *********************************************************************************** ***********************************************************************************/ span.badge { box-sizing: border-box; font-family: 'Open Sans', sans-serif; font-weight:600; font-size: 11px; text-transform: uppercase; letter-spacing: -0.20px; line-height: 18px; height:20px; min-width:20px; color:#444444; background-color:#CCCCCC; display:inline-block; padding:0px 5px; margin:2px; border-radius:50px; vertical-align: middle; text-align: center; } span.badge.default { background-color:#666666; border:1px solid #666666; color:#FFFFFF; } span.badge.default.subtle { background-color:#eeeeee; border:1px solid #666666; color:#666666; } span.badge.primary { background-color:#F96302; border:1px solid #F96302; color:#FFFFFF; } span.badge.primary.subtle { background-color:#FFF4ED; border:1px solid #F96302; color:#F96302; } span.badge.success { background-color:#00AE4D; border:1px solid #00AE4D; color:#FFFFFF; } span.badge.success.subtle { background-color:#ECFFF5; border:1px solid #00AE4D; color:#00AE4D; } span.badge.danger { background-color:#ED1C24; border:1px solid #ED1C24; color:#FFFFFF; } span.badge.danger.subtle { background-color:#FEF2F2; border:1px solid #ED1C24; color:#ED1C24; } span.badge.warning { background-color:#FFC20E; border:1px solid #FFC20E; color:#444444; } span.badge.warning.subtle { background-color:#FFF8E5; border:1px solid #FFC20E; color:#444444; } span.badge.info { background-color:#286FAD; border:1px solid #286FAD; color:#FFFFFF; } span.badge.info.subtle { background-color:#E9F1FA; border:1px solid #286FAD; color:#286FAD; } /********************************************************************************** ********************************************************************************** BREADCRUMBS STYLES ********************************************************************************** ************************************************************************************/ /*WORDPRESS THEME*/ .breadcrumbs { font-weight: 400; background-color:transparent; display:block; line-height: inherit; font-size: 14px; height:40px; width:100%; padding:10px 20px; right:inherit; bottom:inherit; top:0px; left:15px; margin:0; /*padding:15px 0px;*/ } .breadcrumbs a.current-item, .breadcrumbs span span { color:rgba(255, 255, 255, 1.0); font-weight: 600; } .breadcrumbs a span { color:rgba(255, 255, 255, 0.5); } .breadcrumbs a span:hover { text-decoration: underline; } /*Enterprise UX Standards*/ .breadcrumb-nav { height: 35px; box-sizing: border-box; font-size: 14px; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; font-weight: 600; } .breadcrumb-nav .breadcrumb-page { padding: 5px 12px; color: #F96302; position: relative; background-color: #F5F5F5; } .breadcrumb-nav .breadcrumb-page:active, .breadcrumb-nav .breadcrumb-page.active { color: #444444; } .breadcrumb-nav .breadcrumb-page:not(:last-child):hover { background-color: #EEEEEE; cursor: pointer; } .breadcrumb-nav .breadcrumb-page:not(:last-child):after { content: "\e93c"; font-family: "uxicon"; background-color: #F5F5F5; font-weight: 100; color: #CCCCCC; padding-top: 5px; position: absolute; top: 0; bottom: 0; right: -8px; } .breadcrumb-nav .breadcrumb-page:not(:first-child) { margin-left: 8px; } .breadcrumb-nav .breadcrumb-page.back { margin-right: -3px; } .breadcrumb-nav .breadcrumb-page.back:after { content: none; } .breadcrumb-nav .breadcrumb-page.back:before { content: "\e93b"; font-weight: 100; font-family: "uxicon"; margin-right: 5px; } /********************************************************************************* ********************************************************************************** CHECKBOX STYLES ********************************************************************************** *********************************************************************************/ .checkbox-container { margin:5px 0px!important; } /*.checkbox-container:first-of-type { margin-top:!important; } .checkbox-container:last-of-type { margin-bottom:!important; }*/ .checkbox-container input[type=checkbox]:not(old){ width:32px!important; margin:0!important; padding:0!important; font-size:16px!important; opacity:0!important; } .checkbox-container input[type=checkbox]:not(old) + label{ display:inline-block!important; margin-left:-32px!important; line-height:24px!important; font-size: 16px!important; color:#444444!important; font-weight: 600!important; cursor: pointer!important; vertical-align:middle!important; } .checkbox-container input[type=checkbox]:not(old) + label > span{ display:inline-block!important; width:20px!important; height:20px!important; margin:4px 8px 4px 4px!important; border:1px solid #CCCCCC!important; border-radius:1px!important; background:#F9F9F9!important; vertical-align:bottom!important; } .checkbox-container input[type=checkbox]:not(old):disabled + label > span { border-color:#DDDDDD!important; background:#DDDDDD!important; cursor: not-allowed!important; } .checkbox-container input[type=checkbox]:not(old):disabled + label { color:#999999!important; cursor: not-allowed!important; } .checkbox-container input[type=checkbox]:not(old):disabled:checked + label > span:before { color:#999999!important; } .checkbox-container input[type=checkbox]:not(old):disabled:checked + label > span { background-color:#DDDDDD!important; border:1px solid #DDDDDD!important; } .checkbox-container input[type=checkbox]:not(old):disabled:checked + label { color:#999999!important; } .checkbox-container.error input[type=checkbox]:not(old) + label { color:#ED1C24!important; } .checkbox-container.error input[type=checkbox]:not(old) + label > span { background:#FEF4F4!important; border:1px solid #ED1C24!important; } .checkbox-container input[type=checkbox]:not(old):checked + label > span{ background:#00AF4D!important; border:1px solid #00AF4D!important; } .checkbox-container input[type=checkbox]:not(old):checked + label{ color:#222222!important; } .checkbox-container input[type=checkbox]:not(old):checked + label > span:before{ font-family:'uxicon'!important; content: "\e939"!important;; display: block!important;; text-align: center!important;; color:#FFFFFF!important;; font-size:16px!important;; line-height:18px!important;; } /********************************************************************************** ********************************************************************************** EVENTS ********************************************************************************** ************************************************************************************/ /*EVENT CALENDAR /*REFERENCE THE BUTTON STYLESHEET FOR THE ADDITIONAL STYLING*/ button.rtec-register-button span { display:none; visibility: hidden; } button.rtec-register-button { width:360px; font-size:18px!important; font-weight: 600!important; line-height: 56px!important; height:56px!important; padding:0 40px!important; } .tribe-events-promo { visibility: hidden; display:none; } #tribe-bar-form input[type=text], #tribe-bar-form input[type=text]:focus { border:1px solid #CCCCCC!important; } /*BANNERS*/ .tribe-events-notices { border:none!important; border-radius:1px!important; } .tribe-events-notices p { text-align: left!important; } /********************************************************************************** ********************************************************************************** EVENTS ********************************************************************************** **********************************************************************************/ button.rtec-register-button span { display:none; visibility: hidden; } button.rtec-register-button { width:360px; font-size:18px!important; font-weight: 600!important; line-height: 56px!important; height:56px!important; padding:0 40px!important; } .tribe-events-promo { visibility: hidden; display:none; } #tribe-bar-form input[type=text], #tribe-bar-form input[type=text]:focus { border:1px solid #CCCCCC!important; } /*BANNERS*/ .tribe-events-notices { border:none!important; border-radius:1px!important; } .tribe-events-notices p { text-align: left!important; } /********************************************************************************** ********************************************************************************** HEADER ********************************************************************************** **********************************************************************************/ /*MAIN HEADER*/ #header { /* position:fixed!important; */ position: relative!important; } #header.wide #header-content { background-color:#2B3134; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24); border-bottom:none; /*line-height: 79px;*/ } #header.wide #header-top { background-color:#000000; border:none; line-height:30px; height:30px; color: white; } #header.wide #header-top-menu li a { font-size: 14px; color:#EEEEEE!important; } #header-top-menu li a:hover { text-decoration: underline; color:#FFFFFF!important; } /*BRANDING*/ #logo div{ display:inline-block; vertical-align: middle; } #logo .logo-image { margin:0px 10px 0px 0px; padding:0; outline: none; } #logo .logo-image img { padding-bottom:5px; } #logo div.logo-text h1 { font-family: 'Open Sans', sans-serif; /* text-transform: uppercase; */ text-shadow: #000000; font-weight: 600; font-size:18px; color:#EEEEEE; margin:0; padding:0; } /*SEARCH*/ .primary-search { box-sizing:border-box; display:block; margin:20px 20px 0px 0px; float:left; min-width:360px; color:#222222; } .primary-search input[type="text"] { font-size: 16px; display:block; height:40px; line-height: 30px; width: 100%; } .primary-search-mobile { display:block; margin:10px; } .primary-search-mobile input[type="text"] { font-size: 16px; height:40px; line-height: 30px; } /*NAVIGATION*/ #header.wide #header-menu ul.menu > li { background-color:transparent; margin:0; /* height:81.5px; */ } #header.wide #header-menu ul.menu > li:hover { background-color:#3A4449; } #header-menu ul.menu > li:hover > a { color:#FFFFFF!important; text-decoration: none!important; } #header.wide #header-menu ul.menu > li > a { display:block; padding:0px 20px; line-height: inherit; color:#EEEEEE !important; font-family: 'Open Sans', sans-serif!important; font-weight: 600!important; /* font-size: 14px!important; */ } #header.wide #header-menu ul.menu > li > a:hover { color: #F96302 !important; } #header-menu ul.menu > li.current_page_item { background-color:#000000!important; border-bottom:3px solid #F96302 !important; } #header-menu ul.menu > li.current_page_item > a { color:#FFFFFF!important; } #header.wide #header-menu ul.menu > li.simple ul { /* width:350px; */ background-color:rgba(0, 0, 0, 0.85); top:inherit; left:inherit; } #header.wide #header-menu ul.menu > li.simple > ul li { background:none; border-bottom:none; padding:5px 10px; } #header.wide #header-menu ul.menu > li.simple > ul.sub-menu > li a:hover { color: #F96302 !important; } #header.wide #header-menu ul.menu > li.simple > ul > li a { font-family: 'Open Sans', sans-serif!important; font-weight: 600!important; font-size: 14px; text-transform: uppercase; /* color: #F96302 !important; */ } #header-menu ul.menu > li.simple > ul > li a:hover { color:#FFFFFF!important; text-decoration: none; } #header.wide #header-menu ul.menu > li.simple li:hover { background-color:rgba(0, 0, 0, 0.99); } /*MOBILE BUTTON & MENU*/ #menu-mobile-trigger:after { font-family: 'uxicon'; content:'\e90a'; font-size:24px; color:#EEEEEE; } #menu-mobile-trigger:hover:after { color:#FFFFFF; } #header-mobile .menu li a { border-bottom:1px solid #000000; } #header-mobile ul.menu li a:hover { color:#FFFFFF!important; } #header-mobile ul.menu > li:hover { background-color:#000000; } #header-mobile ul.menu > li.current_page_item { background-color:#000000!important; border-left:3px solid #F96302; } /********************************************************************************** ********************************************************************************** MENUS STYLES ********************************************************************************** ************************************************************************************/ .widget ul li { display:block; border-bottom:none; margin:0; padding:0; } .menu-item-divider .widget ul li { border-bottom:1px solid #EEEEEE; margin:0 0 5px 0; padding: 0 0 5px 0; } .menu-item-caret .widget ul li:before{ font-family: 'uxicon'; content:'\e932'; color:rgba(250, 101, 2, 0.3); vertical-align: middle; font-size: 10px; margin-right:3px; } .icon_search { margin-left: 52.5rem !important; } /********************************************************************************** ********************************************************************************** MOBILE ********************************************************************************** ************************************************************************************/ #mobile-navigation { position:fixed; bottom:0; left:0; z-index: 9999; background-color:#2B3134; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); width:100%; text-align: center; } #mobile-navigation .menu { list-style-type: none; } #mobile-navigation .menu li { display:inline-block; margin:0px 0px 0px -3px; padding:0; } #mobile-navigation .menu li a { font-family: 'Open Sans', sans-serif!important; font-weight: 700!important; display:block; padding:25px 20px; font-size: 14px; text-decoration: none; text-transform: uppercase; color:#EEEEEE!important; } #mobile-navigation .menu li:hover { background-color:#3A4449; color:#FFFFFF!important; } #mobile-navigation .menu li.current-menu-item { background-color:#000000; border-top:3px solid #F96302; } #mobile-navigation .menu li.current-menu-item a { cursor:default; } #mobile-navigation .menu li div.widget_search { display:none; visibility: hidden; } /*SUBMENU*/ #mobile-navigation .menu li:hover .sub-menu { display:block; visibility: visible; } #mobile-navigation .menu li .sub-menu { display:none; visibility: hidden; position:absolute; left:0; bottom:78px; background:rgba(0, 0, 0, 0.90); width:100%; border-bottom: 1px solid #000000; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); } #mobile-navigation .menu li .sub-menu li { display:block; } #mobile-navigation .menu li .sub-menu li:hover { background-color:#3A4449; color:#FFFFFF!important; border-top:none; } /********************************************************************************** ********************************************************************************** NOTIFICATION ********************************************************************************** ************************************************************************************/ .notification { position:relative; font-family: "Open Sans", sans-serif; color:#444444; background-color:#FFFFFF; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.35); border-radius:2px; min-width: 350px; max-width:400px; } .notification .notification-container { padding:10px 15px; } .notification .content { background-color:#FFFFFF; padding:10px 0px; } .notification.orange span.app-icon, .notification.orange span.app-name { color:#F96302; } .notification .notification-container span { display:inline-block; vertical-align: middle; } .notification .notification-container span:after { content:"•"; color:#CCCCCC; display:inline-block; width:15px; text-align: center; } .notification .notification-container span:first-of-type:after { content:none; } .notification .notification-container span:last-of-type:after { content:none; } .notification .app-icon { font-family: "uxicon"; font-size: 20px; margin-right:5px; font-weight:100; } .notification .app-name, .notification .app-email, .notification .app-timestamp { font-size: 12px; } .notification .app-name { font-weight: 600; } .notification .app-email, .notification .app-timestamp { color:#999999; } .notification .content h3 { font-weight: 600; color:#666666; font-size:18px; padding:0; margin:0; } .notification .content p { font-size: 14px; padding-top:5px; line-height: 22px; color:#999999; margin:0; } .notification .actions { background-color:#f5f5f5; } .notification .actions a { display:inline-block; padding:15px; font-weight: 600; text-decoration: none; color:#F96302; } .notification .actions a:hover { text-decoration: none; background-color:#DDDDDD; } /********************************************************************************** ********************************************************************************** PAGINATION ********************************************************************************** **********************************************************************************/ .pagination-nav { font-family: 'Open Sans', sans-serif!important; background-color: #FBFBFB; color: #F96302; font-weight: 600; border-radius: 1px; border: 1px solid #CCCCCC; height: 46px; line-height: 46px; display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; width: 324px; box-sizing: border-box; } .pagination-nav .page { padding:0px; width: 100%; box-sizing: border-box; text-align: center; cursor: pointer; } .pagination-nav .page:not(.disabled):hover { background-color: #FFFFFF; } .pagination-nav .page:not(.disabled):active, .pagination-nav .page:not(.disabled).active { background-color: #E5E5E5; cursor: default; color: #444444; } .pagination-nav .page.disabled { color: #CCCCCC; cursor: not-allowed; pointer-events: none; } .pagination-nav .page.left:before { content: "\e93b"; font-family: "uxicon"; } .pagination-nav .page.right:before { content: "\e93c"; font-family: "uxicon"; } .pagination-nav.md { height: 38px; font-size: 14px; width: 268px; line-height: 38px; } .pagination-nav.md .page { padding: 0px 5px; width: 38px; line-height: 38px; } .pagination-nav.sm { height: 30px; width: 212px; font-size: 14px; line-height: 30px; } .pagination-nav.sm .page { padding: 0px 0; width: 30px; } .pagination-nav.compact { width: 94px; } .pagination-nav.compact.md { width: 78px; } .pagination-nav.compact.sm { width: 56px; } /********************************************************************************** ********************************************************************************** POST STYLEGUIDES ********************************************************************************** ************************************************************************************/ article.type-ux_styleguide .post-title, article.type-ux_styleguide .post-header { display:none; } /********************************************************************************** ********************************************************************************** RESEAR ********************************************************************************** ************************************************************************************/ /************************************************************ PAGE *************************************************************/ #page-header h2 { font-family: 'Open Sans', sans-serif!important; font-weight: 300; margin-top:20px; } .md-blog .vc_column_container>.vc_column-inner { padding-right:0!important; padding-left:0!important; } .md-blog .post-body { overflow: inherit; } /*POST TYPES*/ #post-container, #blog-container { background-color:#FFFFFF; } .md-blog .post-body { padding-left:0px; } .md-blog .post-share { visibility: hidden; display: none; } .post-side { visibility: hidden; display: none; } /*STYLEGUIDE*/ .type-styleguide .post-body .post-header, .type-styleguide .post-body .post-title, .type-styleguide .post-author { visibility: hidden; display: none; } /*PRODUCTS*/ .type-products .post-body .post-header, .type-products .post-body .post-title, .type-products .post-author { visibility: hidden; display: none; } /* Styleguide Global Fix */ /*body.single-ux_styleguide h4:first-of-type { margin-top:0px; }*/ /*body.single-ux_styleguide h4 { margin-top:60px; }*/ /*************************************************************** SEARCH FORM STYLES ****************************************************************/ #bh_search { line-height:1.50em !important; font-size:1.25em !important; padding:0.40em !important; width: 14em !important; border:0px !important; border-radius:0px !important; } #bh_completed_task { position:relative !important; background:none !important; padding:0px !important; border:none !important; } #bh_search_icon { position:absolute !important; font-size: 1.5em !important; font-weight:100 !important; color:#f96302 !important; margin: -5.5rem 0 0 -3rem !important; padding: 0 !important; } .s-bryan label { position:relative; } /*h4:first-of-type { margin-top:0px; } .widget ul li { padding-bottom:0!important; }*/ /*GRID FILTER*/ .vc_grid-filter { display:block; background-color:#F9F9F9; padding:5px!important; border-radius:1px!important; } .vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item { margin:0!important; border-radius:1px!important; color:#F96302!important; } /*STYLEGUIDE CARDS*/ .vc_btn3.vc_btn3-block { width:95.5%!important; } .vc_btn3-style-custom { font-size:18px!important; position:absolute!important; top:auto!important; bottom:20px!important; background-image:none!important; background-repeat:no-repeat!important; background-size:100%!important; background-position:0 0%!important; } .vc_btn3-style-custom:hover { background-position:0 0%!important; border-bottom:none!important; } a.vc_btn3-style-custom:hover { background:#EEEEEE!important; border-bottom:none!important; } .style-guide-card .vc_gitem-col { position:relative; box-sizing: border-box; height:240px; background-color:#FFFFFF; border-radius:1px; box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24); } .vc_gitem-zone.style-guide-card { overflow:inherit!important; } .vc_gitem-post-data p { margin:0; padding:0; } a.close { display:block; box-sizing: border-box; padding:0; width:30px; height:30px; line-height: inherit; border-radius:50%; text-align: center; vertical-align: middle; } a.close:before { font-family: 'uxicon'; content: "\e93f"; font-size: 14px; } a.close:hover { background-color:rgba(0,0,0,0.05); -webkit-transition: background-color ease-out 0.25s; -moz-transition: background-color ease-out 0.25s; -o-transition: background-color ease-out 0.25s; transition: background-color ease-out 0.25s; text-decoration: none; } a.close, a.close:hover { opacity:1!important; } /*************************************************** TABS ****************************************************/ /*ENTERPRISE UX TAB NAVIGATION*/ .tab-nav input[type="radio"]:not(old) { display:none!important; } .tab-nav input[type="radio"]:not(old) + label { display:inline-block!important; margin:0 0 -1px!important; padding:15px 24px!important; font-size:18px!important; font-weight:600!important; text-align:center!important; color:#F96302!important; border:1px solid transparent!important; } .tab-nav input[type="radio"]:not(old) + label:hover { background-color:#F9F9F9!important; border-bottom:1px solid #cccccc!important; cursor:pointer!important; } .tab-nav input[type="radio"]:not(old):checked + label { color:#444444!important; cursor:default!important; border:1px solid #CCCCCC!important; border-top:3px solid #F96302!important; border-bottom:1px solid #FFFFFF!important; } .tab-nav input[type="radio"]:not(old):checked + label:hover { background-color:#FFFFFF!important; } .tab-nav input[type="radio"]:not(old):checked + label:first-of-type { border-left:1px solid transparent!important; } .tab-nav div.tab-section { display:none!important; padding:40px 20px!important; border-top:1px solid #CCCCCC!important; width:800px!important; } .tab-nav div.tab-section p { margin:20px 0px!important; line-height: 1.5!important; } .tab-nav div.tab-section p:last-of-type { margin-bottom:0!important; } /*VISUAL COMPOSER TABS*/ .vc_tta-tab { background-color:transparent!important; border-right:0px!important; border-left:0px!important; border-top:0px!important; border-bottom:1px solid #CCCCCC!important; margin:0px!important; } .vc_tta-tab:first-child { margin:0px 0px -1px -1px!important; } .vc_tta-tab > a { background-color:#FFFFFF!important; border-right:0px!important; border-left:0px!important; border-top:0px!important; border-bottom:0px!important; color:#F96302!important; } .vc_tta-tab.vc_active { border-top:3px solid #F96302!important; border-bottom:1px solid #FFFFFF!important; } .vc_tta-tab.vc_active > a { background-color:#FFFFFF!important; border-right:1px solid #CCCCCC!important; border-left:1px solid #CCCCCC!important; border-bottom:0px!important; color:#444444!important; border-top-right-radius:1px!important; border-top-left-radius:1px!important; } .vc_tta-panels { background-color:#FFFFFF!important; border:1px solid #CCCCCC!important; margin:0px!important; border-radius: 1px!important; transition: inherit!important; } /*SIDE-NAVIGATION*/ .demo .sidenav { position:absolute; top:0; left:0; box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.34); background-color:#2B3134; min-height:100%; height:800px; } .demo .sidenav .sidenav-toolbar { position:relative; background-color:#000000; min-height: 177px; padding:24px 0 0 0; text-align: center!important; } .demo .sidenav .sidenav-toolbar a.logo { box-sizing: border-box; display:block; padding:1px; width:52px; height:52px; margin:0 auto; background-color:#FFFFFF; border:2px solid #FFFFFF; text-align: center; margin-bottom:10px; vertical-align: middle; } .demo .sidenav .sidenav-toolbar a.logo i { font-size: 47.5px; } .demo .sidenav .sidenav-toolbar h1 { font-size:18px; line-height: 30px; color:#FFFFFF; font-weight: 600; margin:0; padding:0; } .demo .sidenav .sidenav-toolbar p { margin:0; padding:0; font-size:14px; line-height: 10px; color:#999999; } .demo .sidenav .sidenav-toolbar a.fab { display:block; position:absolute; bottom:-32px; right:128px; /*Calculated based on width of .md-sidebar*/ padding:13px 0px; background-color:#444444; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.35); text-decoration: none; font-size: 12px; line-height:18px; color:#999999!important; text-align: center; border-radius:50px; width:64px; height:64px; z-index: 2; } .demo .sidenav .sidenav-toolbar a.fab:hover { background-color:rgb(58,68,73)!important; } .demo .sidenav .sidenav-toolbar a.fab span { display:block; font-size: 16px; font-weight: 600; color:#EEEEEE!important; } .demo .sidenav ul.nav { margin-top:46px!important; } .demo .sidenav, ul.nav ul { width:320px; } .demo .sidenav ul.nav li:hover > ul { left:320px; } .demo .sidenav ul.nav, ul.nav li ul { list-style: none!important; margin:0; padding:0; } .demo .sidenav ul.nav li { position:relative; margin:0!important; padding:0!important; } .demo .sidenav ul.nav li a { display:block; padding:0px 15px; line-height: 65px; height:65px; color:#EEEEEE!important; font-size:16px; font-weight: 600; background-color:#2B3134; text-decoration: none; border-left:5px solid transparent; } .demo .sidenav ul.nav li:hover > a { background-color:rgb(58,68,73); border-left:5px solid #F96302; color:#FFFFFF; } .demo .sidenav ul.nav li a.active, ul.nav li a:active { background:#000000; border-left:5px solid #F96302; color:#FFFFFF; cursor:default; } .demo .sidenav ul.nav li ul li a:hover { border-left:5px solid transparent; } .demo .sidenav ul.nav ul { list-style: none!important; position:absolute; border-left:5px solid rgba(0,0,0,0.50); transform:translateX(10px); visibility: hidden; opacity: 0; left:0; top:0; } .demo .sidenav ul.nav li span { display:inline-block; vertical-align: middle; margin-right:15px; font-family: 'uxicon'; font-weight: lighter; font-size: 40px; } .demo .sidenav ul.nav li:hover > ul { border-left:2px solid #202426; visibility: visible; opacity: 0.95; transform: translate(0px); } .demo .sidenav .sub-nav > a:after { font-family: 'uxicon'; content:'\e932'; font-size:12px; color:#999999; position:absolute; right:20px; } /*TOOLBAR*/ .demo { display:block; padding:20px; position:relative; overflow:scroll; background-image: url(http://ux.homedepot.com/wp-content/uploads/2016/11/transparent_grid.png); background-repeat: repeat; } .demo .header { background-color: #2b3134; padding: 12px 20px; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24); z-index: 1; height: 70px; min-height: 70px; position:absolute; top: 0; left: 0; right: 0; overflow-x: hidden; color: #eeeeee; display: flex; flex-direction: row; } .demo .header .content { height:400px; } .demo .header .header-logo { color: #f96302; background-color:#FFFFFF; padding:2px; height: 45px; width: 45px; margin-right: 20px; display: inline-block; vertical-align: middle; text-align: center; } .demo .header .header-logo i { font-size: 40px; background-color: #ffffff; } .demo .header .header-info { height: 46px; margin-right: 20px; min-width: 250px; } .demo .header .header-info .product-info { font-size: 18px; line-height: 18px; } .demo .header .header-info .user-info { display: block; font-size: 12px; line-height: 12px; } .demo .header .header-search { height: 46px; margin-right: 20px; flex: 1; display: flex; } .demo .header .header-search input[type=search] { -webkit-appearance: none; outline: none; display: block; border: 1px solid #ffffff; border-right: 1px solid #dddddd; background-color: #fbfbfb; border-radius: 2px; height: 46px; font-size: 18px; color: #444444; min-width:100%; padding-right: 46px; padding-left: 10px; } .demo .header .header-search input[type=search]::-webkit-search-cancel-button { -webkit-appearance: none; } .demo .header .header-search input[type=search]::-ms-clear { display: none; } .demo .header .header-search input[type=search] + i { color: #f96302; font-size: 20px; height: 20px; font-weight: 600; cursor: pointer; position: relative; top: 8px; right: 40px; border-radius: 100px; padding: 5px 6px 6px 5px; } .demo .header .header-search input[type=search] + i:hover, .demo .header .header-search .stepper input[type=search] + i.step:active, .demo .stepper .header .header-search input[type=search] + i.step:active { background-color: #eeeeee; } .demo .header .header-actions { height: 46px; flex-shrink: 0; } .demo .header .header-actions div { display: inline-block; text-decoration: none; padding: 11px 0; text-align: center; vertical-align: middle; margin-right: 5px; border-radius: 2px; font-size: 24px; width: 46px; cursor: pointer; } .demo .header .header-actions div:last-of-type { margin-right: 0; } .demo .header .header-actions div:hover, .demo .header .header-actions .stepper div.step:active, .demo .stepper .header .header-actions div.step:active { background-color: #191d1f; color: #ffffff; text-decoration: none; } div#st_category_email_subscribe_widget-2 .st_emailinput, .st_nameinput{ line-height: .2em; } div#st_category_email_subscribe_widget-2 .ms-choice{ height: 2em !important; } /********EVENT STYLES********/ #tribe-events .tribe-events-button, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar thead th{ background-color: #f96302; } .post-type-archive-tribe_events .tribe-events-sub-nav { width: 89% !important; margin-left: 80px !important; } .archive .upw-posts footer{ display: none; visibility:hidden; } .post-type-archive-page .col-main{ width:65%; margin-left:40px !important; margin-top:-20px !important; } .post-type-archive-page .search-title{ width:65%; margin-left:25px !important; } .post-type-archive-page .col-side{ width:27%; margin-top:-70px !important; } .page-template-default div.vc_btn3-container.blog-button.vc_btn3-inline{ margin-left: 0.1%; } /*********************************************************************************** *********************************************************************************** SUBSCRIBERS FORM *********************************************************************************** *************************************************************************************/ #id_txtFirstName { display: none; visibility: hidden; } ul.sub_ul{ display: inline; } #id_lblCallToAction { width: 90%; height: 44px; font-family: OpenSans; font-size: 18px; color: #444444; font-weight: 500; margin: 1em 0em -2em 1em; padding: 1em 0 0; display: block; } #id_frmSubscribe { background-color: #f5f5f5; } #id_txtEmailAddr { width: 85%; margin: 0em 1em 0; height: 51px; background-color: #ffffff; border: solid 1px #cccccc; font-size: 1.9rem; } button.button.primary.medium.Sub_button{ margin: 10% 0 1.5em 6% !important; width: 40%; } label.sub_label{ font-size: larger; margin: 1% auto; } input#id_btnSubmit.button.primary.medium.Sub_button { background-color: transparent; width: 45%; padding: .5%; margin: 7% 0 5% 6%; font-size: 1.5em; border: none; color: #F96302!important; background-color: #FBFBFB!important; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24)!important; border-radius: 1px!important; font-weight: 600!important; text-decoration: none; padding: 0 16px!important; line-height: 45px!important; } /*********************************************************************************** *********************************************************************************** STYLEGUIDE | COMING SOON *********************************************************************************** *************************************************************************************/ /* Clear up confusion over which styleguide elements are available or in development. */ /*Main Page*/ #menu-item-11244, #menu-item-11245, #menu-item-11252, #menu-item-11239, #menu-item-11251, #menu-item-11242, #menu-item-11240, #menu-item-11253, #menu-item-11250, #menu-item-11249, #menu-item-11247, #menu-item-13947, /*Sidebar*/ .menu-item-11244 a, .menu-item-11245 a, .menu-item-11252 a, .menu-item-11239 a, .menu-item-11251 a, .menu-item-11242 a, .menu-item-11240 a, .menu-item-11253 a, .menu-item-11250 a, .menu-item-11249 a, .menu-item-11247 a, .menu-item-10581 a, .menu-item-13947 a{ pointer-events: none; cursor: default; color: gray !important; } /********************************************************************************** *********************************************************************************** MEDIA QUERIES *********************************************************************************** ************************************************************************************/ /* LARGE-MEDIUM SCREEN */ @media (min-width: 1023px){ /*Primary Navigation*/ #mobile-navigation{ display: none; } } @media (max-width: 1130px){ /*Primary Navigation*/ .s-bryan{ display: none; } } @media (max-width: 1023px){ /*Mobile Navigation*/ #header-menu{ display: none; } #mobile-navigation .menu li a { font-family: 'Open Sans', sans-serif!important; font-weight: 600!important; display: block; padding: .1em .6em; font-size: 13px; text-decoration: none; text-transform: uppercase; color: #EEEEEE!important; } #mobile-navigation .menu li .sub-menu{ bottom: 1.4em; margin: 0; } .forcefullwidth_wrapper_tp_banner{ display: none; } .post-type-archive-tribe_events .col-main { margin-left: -30px; } div.col-side .page-id-9984 { margin-top: 6rem !important; } .page-id-9984 .row { margin-top: 3em !important; } .page-id-10444 .wpb_wrapper { margin-top: 5em; } .col-side { display: none; } #page-header{ display: none !important; } html #wpadminbar { position: fixed; } } /*Remove Breadcrumb in mobile view*/ @media (max-width: 768px) { .breadcrumbs { display:none; } }
0.18385
0.055772
@media (max-width:767px) { .xs-only-text-left { text-align: left !important; } .xs-only-text-right { text-align: right !important; } .xs-only-text-center { text-align: center !important; } } @media only screen { .xs-text-left { text-align: left !important; } .xs-text-right { text-align: right !important; } .xs-text-center { text-align: center !important; } } /* sm */ @media only screen and (min-width:768px) and (max-width:991px) { .sm-only-text-left { text-align: left !important; } .sm-only-text-right { text-align: right !important; } .sm-only-text-center { text-align: center !important; } } @media only screen and (min-width:768px) { .sm-text-left { text-align: left !important; } .sm-text-right { text-align: right !important; } .sm-text-center { text-align: center !important; } } /* md */ @media only screen and (min-width:992px) and (max-width:1199px) { .md-only-text-left { text-align: left !important; } .md-only-text-right { text-align: right !important; } .md-only-text-center { text-align: center !important; } } @media only screen and (min-width:992px) { .md-text-left { text-align: left !important; } .md-text-right { text-align: right !important; } .md-text-center { text-align: center !important; } } /* lg */ @media (min-width:1200px) { .lg-only-text-left { text-align: left !important; } .lg-only-text-right { text-align: right !important; } .lg-only-text-center { text-align: center !important; } } @media only screen and (min-width:1200px) { .lg-text-left { text-align: left !important; } .lg-text-right { text-align: right !important; } .lg-text-center { text-align: center !important; } } .chipProfileDetails { /* margin: 5px 2px 5px 2px; */ /* display: inline-block; */ padding: 10px 10px 10px 10px; /* height: auto; */ font-size: 18px; /* border: .5px solid rgb(235, 233, 233); */ box-shadow: 0px 0px 2px gray; border-radius: 5px 5px; background-color: white; margin-bottom: 15px; } .currentCompanyNote{ font-family: 'Montserrat', sans-serif; background-color: #ff9800; padding: 5px 10px; border-radius: 5px 5px; color: white; animation: fadeIn 1s ease-in-out; }
src/components/Candidate/HomePage/CareerHistory/style.css
@media (max-width:767px) { .xs-only-text-left { text-align: left !important; } .xs-only-text-right { text-align: right !important; } .xs-only-text-center { text-align: center !important; } } @media only screen { .xs-text-left { text-align: left !important; } .xs-text-right { text-align: right !important; } .xs-text-center { text-align: center !important; } } /* sm */ @media only screen and (min-width:768px) and (max-width:991px) { .sm-only-text-left { text-align: left !important; } .sm-only-text-right { text-align: right !important; } .sm-only-text-center { text-align: center !important; } } @media only screen and (min-width:768px) { .sm-text-left { text-align: left !important; } .sm-text-right { text-align: right !important; } .sm-text-center { text-align: center !important; } } /* md */ @media only screen and (min-width:992px) and (max-width:1199px) { .md-only-text-left { text-align: left !important; } .md-only-text-right { text-align: right !important; } .md-only-text-center { text-align: center !important; } } @media only screen and (min-width:992px) { .md-text-left { text-align: left !important; } .md-text-right { text-align: right !important; } .md-text-center { text-align: center !important; } } /* lg */ @media (min-width:1200px) { .lg-only-text-left { text-align: left !important; } .lg-only-text-right { text-align: right !important; } .lg-only-text-center { text-align: center !important; } } @media only screen and (min-width:1200px) { .lg-text-left { text-align: left !important; } .lg-text-right { text-align: right !important; } .lg-text-center { text-align: center !important; } } .chipProfileDetails { /* margin: 5px 2px 5px 2px; */ /* display: inline-block; */ padding: 10px 10px 10px 10px; /* height: auto; */ font-size: 18px; /* border: .5px solid rgb(235, 233, 233); */ box-shadow: 0px 0px 2px gray; border-radius: 5px 5px; background-color: white; margin-bottom: 15px; } .currentCompanyNote{ font-family: 'Montserrat', sans-serif; background-color: #ff9800; padding: 5px 10px; border-radius: 5px 5px; color: white; animation: fadeIn 1s ease-in-out; }
0.368406
0.077553
@font-face { font-family: 'Raleway'; src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff2") format("woff2"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff") format("woff"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.ttf") format("truetype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.svg#Raleway") format("svg"); /* Legacy iOS */ } /* source-sans-pro-regular - latin */ @font-face { font-family: 'SourceSansPro'; src: url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */ } /**End police*/ /*** Hello staff custom color ***/ /*// @mixin hs_police { // font-family: Raleway-Black; // src: url("fonts/Raleway/Raleway-Black.tff"); // }*/ /*** Hello staff form element ***/ /*** Hello staff buttons ***/ /*** modal ***/ /*** divider ***/ /*** start range slider ***/ /*** end ***/ /* line 3, ../../../sass/Front/generale/_layout.scss */ html, body { margin: 0; padding: 0; overflow-x: hidden; } /*** Hello staff positioning ***/ /*! * FullCalendar v3.10.0 * Docs & License: https://fullcalendar.io/ * (c) 2018 <NAME> */ /** Customization fullcalendar : alternateeve Lab */ /** Header Full */ /* line 14, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-prev-button, .fc-next-button { border-radius: 50% !important; height: 38px !important; width: 38px !important; display: flex; justify-content: center; align-items: center; font-size: 10px !important; outline: none; } /* line 25, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-left { display: flex; align-items: center; } /* line 29, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-today-button, .fc-agendaDay-button, .fc-agendaWeek-button, .fc-month-button, .fc-listWeek-button { width: 135px !important; height: 49px !important; color: #858686 !important; outline: none; } /* line 36, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-center h2 { color: #393C40; font-size: 40px; } /** End Header Full */ /** Calendrier */ /** End Calendrier */ /* line 49, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-list-view.fc-listWeek-view { height: auto; } /** End Customization fullcalendar : alternateeve Lab */ /* line 58, ../../../sass/Front/calendar/fullcalendar.scss */ .fc { direction: ltr; text-align: left; } /* line 62, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl { text-align: right; } /* line 65, ../../../sass/Front/calendar/fullcalendar.scss */ body .fc { /* extra precedence to overcome jqui */ font-size: 1em; } /* Colors --------------------------------------------------------------------------------------------------*/ /* line 71, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-highlight { /* when user is selecting cells */ background: #bce8f1; opacity: .3; } /* line 76, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bgevent { /* default look for background events */ background: #8fdf82; opacity: .3; } /* line 81, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-nonbusiness { /* default look for non-business-hours areas */ /* will inherit .fc-bgevent's styles */ background: #d7d7d7; } /* Buttons (styled <button> tags, normalized to work cross-browser) --------------------------------------------------------------------------------------------------*/ /* line 88, ../../../sass/Front/calendar/fullcalendar.scss */ .fc button { /* force height to include the border and padding */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* dimensions */ margin: 0; height: 2.1em; padding: 0 .6em; /* text & cursor */ font-size: 1em; /* normalize */ white-space: nowrap; cursor: pointer; } /* Firefox has an annoying inner border */ /* line 104, ../../../sass/Front/calendar/fullcalendar.scss */ .fc button::-moz-focus-inner { margin: 0; padding: 0; } /* line 108, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default { /* non-theme */ border: 1px solid; } /* line 112, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default.fc-corner-left { /* non-theme */ border-radius: 4px; } /* line 118, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default.fc-corner-right { /* non-theme */ border-radius: 4px; } /* icons in buttons */ /* line 125, ../../../sass/Front/calendar/fullcalendar.scss */ .fc button .fc-icon { /* non-theme */ position: relative; /*top: -0.05em;*/ /* seems to be a good adjustment across browsers */ /*margin: 0 .2em;*/ vertical-align: middle; } /* button states borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/) */ /* line 137, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default { background-color: #ffffff; background-image: -moz-linear-gradient(top, #ffffff, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff)); background-image: -webkit-linear-gradient(top, #ffffff, #ffffff); background-image: -o-linear-gradient(top, #ffffff, #ffffff); background-image: linear-gradient(to bottom, #ffffff, #ffffff); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } /* line 152, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-down, .fc-state-active { color: #ffffff; border: none; } /* line 158, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-disabled { color: #8D8E8E; } /* line 161, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-hover { color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } /* line 170, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-down, .fc-state-active { background-image: linear-gradient(83deg, #559bf7, #36ccb5); color: #ffffff !important; } /* line 179, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-disabled { cursor: default; background-image: none; opacity: 0.65; box-shadow: none; } /* Buttons Groups --------------------------------------------------------------------------------------------------*/ /* line 187, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-button-group { display: inline-block; } /* every button that is not first in a button group should scootch over one pixel and cover the previous button's border... */ /* line 194, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */ float: left; margin: 0 0 0 -1px; } /* line 199, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-button-group > :first-child { /* same */ margin-left: 0; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 205, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover { position: absolute; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } /* line 209, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover { height: auto !important; } /* line 212, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-header { height: 35px !important; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; padding: 2px 10px; background: #D9D9D9 !important; box-sizing: border-box; } /* line 219, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-header .fc-title { margin: 0 2px; font-size: 16px; color: #393C40; } /* line 225, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-header .fc-close { cursor: pointer; margin-top: 0px; position: absolute; right: 5px; } /* line 233, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-body { background-color: #ffffff; /*padding-top: 10px;*/ } /* line 237, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-body p.fc-title { font-size: 15px; } /* line 243, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close { float: left; } /* line 247, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close { float: right; } /* Misc Reusable Components --------------------------------------------------------------------------------------------------*/ /* line 253, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-divider { border-style: solid; border-width: 1px; } /* line 257, ../../../sass/Front/calendar/fullcalendar.scss */ hr.fc-divider { height: 0; margin: 0; padding: 0 0 2px; /* height is unreliable across browsers, so use padding */ border-width: 1px 0; } /* line 264, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-clear { clear: both; } /* line 267, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton { /* these element should always cling to top-left/right corners */ position: absolute; top: 0; left: 0; right: 0; } /* line 277, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg { bottom: 0; /* strech bg to bottom edge */ } /* line 281, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg table { height: 100%; /* strech bg to bottom edge */ } /* Tables --------------------------------------------------------------------------------------------------*/ /* line 287, ../../../sass/Front/calendar/fullcalendar.scss */ .fc table { width: 100%; box-sizing: border-box; /* fix scrollbar issue in firefox */ table-layout: fixed; border-collapse: collapse; border-spacing: 0; font-size: 1em; /* normalize cross-browser */ } /* line 297, ../../../sass/Front/calendar/fullcalendar.scss */ .fc th { text-align: center; height: 40px !important; } /* line 301, ../../../sass/Front/calendar/fullcalendar.scss */ .fc th span { display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-wrap: wrap; display: flex; justify-content: center; flex-wrap: wrap; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; width: 100%; height: 100%; font-size: 20px; font-weight: normal; } /* line 311, ../../../sass/Front/calendar/fullcalendar.scss */ .fc th, .fc td { border-style: solid; border-width: 1px; padding: 0; /*vertical-align: top;*/ } /* line 319, ../../../sass/Front/calendar/fullcalendar.scss */ .fc td.fc-today { border-style: double; /* overcome neighboring borders */ } /* Internal Nav Links --------------------------------------------------------------------------------------------------*/ /* line 325, ../../../sass/Front/calendar/fullcalendar.scss */ a[data-goto] { cursor: pointer; } /* line 328, ../../../sass/Front/calendar/fullcalendar.scss */ a[data-goto]:hover { text-decoration: underline; } /* Fake Table Rows --------------------------------------------------------------------------------------------------*/ /* line 333, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */ /* no visible border by default. but make available if need be (scrollbar width compensation) */ border-style: solid; border-width: 0; } /* line 339, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row table { /* don't put left/right border on anything within a fake row. the outer tbody will worry about this */ border-left: 0 hidden transparent; border-right: 0 hidden transparent; /* no bottom borders on rows */ border-bottom: 0 hidden transparent; } /* line 347, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row:first-child table { border-top: 0 hidden transparent; /* no top border on first row */ } /* Day Row (used within the header and the DayGrid) --------------------------------------------------------------------------------------------------*/ /* line 353, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row { position: relative; } /* line 356, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bg { z-index: 1; } /* highlighting cells & background event skeleton */ /* line 360, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton { bottom: 0; /* stretch skeleton to bottom of row */ } /* line 365, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table { height: 100%; /* stretch skeleton to bottom of row */ } /* line 370, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td { border-color: transparent; } /* line 374, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bgevent-skeleton { z-index: 2; } /* line 377, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-highlight-skeleton { z-index: 3; } /* row content (which contains day/week numbers and events) as well as "helper" (which contains temporary rendered events). */ /* line 384, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-content-skeleton { position: relative; z-index: 4; padding-bottom: 2px; /* matches the space above the events */ } /* line 390, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-helper-skeleton { z-index: 5; } /* line 393, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td { /* see-through to the background below */ /* extra precedence to prevent theme-provided backgrounds */ background: none; /* in case <td>s are globally styled */ border-color: transparent; } /* line 402, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td { /* don't put a border between events and/or the day number */ border-bottom: 0; } /* line 407, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td { /* don't put a border between event cells */ border-top: 0; } /* Scrolling Container --------------------------------------------------------------------------------------------------*/ /* line 414, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-scroller { -webkit-overflow-scrolling: touch; } /* TODO: move to agenda/basic */ /* line 418, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid { position: relative; /* re-scope all positions */ width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */ } /* Global Event Styles --------------------------------------------------------------------------------------------------*/ /* line 427, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event { position: relative; /* for resize handle and other inner positioning */ /*top: -25px;*/ display: block; /* make the <a> tag block */ font-size: .85em; line-height: 1.3; border-radius: 3px; /*border: 1px solid #3a87ad; background-image: linear-gradient(83deg, #559bf7, #36ccb5);*/ /* height: 80px; */ /* default BORDER color */ } /* line 441, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event, .fc-event-dot { background-color: #3a87ad; /* default BACKGROUND color */ } /* line 446, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event, .fc-event:hover { color: #fff; /* default TEXT color */ text-decoration: none; /* if <a> has an href */ } /* line 453, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event[href], .fc-event.fc-draggable { cursor: pointer; /* give events with links and draggable events a hand mouse pointer */ } /* line 458, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-not-allowed, .fc-not-allowed .fc-event { /* to override an event's custom cursor */ cursor: not-allowed; } /* line 463, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-bg { /* the generic .fc-bg already does position */ z-index: 1; background: #fff; opacity: .25; } /* line 469, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-content { position: relative; z-index: 2; } /* resizer (cursor AND touch devices) */ /* line 474, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-resizer { position: absolute; z-index: 4; } /* resizer (touch devices) */ /* line 479, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-resizer { display: none; } /* line 482, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer { /* only show when hovering or selected (with touch) */ display: block; } /* hit area */ /* line 488, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-selected .fc-resizer:before { /* 40x40 touch area */ content: ""; position: absolute; z-index: 9999; /* user of this util can scope within a lower z-index */ top: 50%; left: 50%; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; } /* Event Selection (only for touch devices) --------------------------------------------------------------------------------------------------*/ /* line 503, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-selected { z-index: 9999 !important; /* overcomes inline z-index */ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } /* line 508, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-selected.fc-dragging { box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); } /* Horizontal Events --------------------------------------------------------------------------------------------------*/ /* bigger touch area when selected */ /* line 514, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-h-event.fc-selected:before { content: ""; position: absolute; z-index: 3; /* below resizers */ top: -10px; bottom: -10px; left: 0; right: 0; } /* events that are continuing to/from another week. kill rounded corners and butt up against edge */ /* line 525, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end { margin-left: 0; border-left-width: 0; padding-left: 1px; /* replace the border with padding */ border-top-left-radius: 0; border-bottom-left-radius: 0; } /* line 534, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start { margin-right: 0; border-right-width: 0; padding-right: 1px; /* replace the border with padding */ border-top-right-radius: 0; border-bottom-right-radius: 0; } /* resizer (cursor AND touch devices) */ /* left resizer */ /* line 545, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer { cursor: w-resize; left: -1px; /* overcome border */ } /* right resizer */ /* line 552, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer { cursor: e-resize; right: -1px; /* overcome border */ } /* resizer (mouse devices) */ /* line 559, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-h-event.fc-allow-mouse-resize .fc-resizer { width: 7px; top: -1px; /* overcome top border */ bottom: -1px; /* overcome bottom border */ } /* resizer (touch devices) */ /* line 567, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-h-event.fc-selected .fc-resizer { /* 8x8 little dot */ border-radius: 4px; border-width: 1px; width: 6px; height: 6px; border-style: solid; border-color: inherit; background: #fff; /* vertically center */ top: 50%; margin-top: -4px; } /* left resizer */ /* line 581, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer { margin-left: -4px; /* centers the 8x8 dot on the left edge */ } /* right resizer */ /* line 587, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer { margin-right: -4px; /* centers the 8x8 dot on the right edge */ } /* DayGrid events ---------------------------------------------------------------------------------------------------- We use the full "fc-day-grid-event" class instead of using descendants because the event won't be a descendant of the grid when it is being dragged. */ /* line 597, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event { margin: 1px 2px 0; /* spacing between events and edges */ padding: 0 1px; } /* line 602, ../../../sass/Front/calendar/fullcalendar.scss */ tr:first-child > td > .fc-day-grid-event { margin-top: 2px; /* a little bit more space before the first event */ } /* line 606, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event.fc-selected:after { content: ""; position: absolute; z-index: 1; /* same z-index as fc-bg, behind text */ /* overcome the borders */ top: -1px; right: -1px; bottom: -1px; left: -1px; /* darkening effect */ background: #000; opacity: .25; } /* line 620, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event .fc-content { /* force events to be one-line tall */ white-space: nowrap; overflow: hidden; } /* line 625, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event .fc-time { font-weight: bold; } /* resizer (cursor devices) */ /* left resizer */ /* line 630, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer { margin-left: -2px; /* to the day cell's edge */ } /* right resizer */ /* line 636, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer { margin-right: -2px; /* to the day cell's edge */ } /* Event Limiting --------------------------------------------------------------------------------------------------*/ /* "more" link that represents hidden events */ /* line 644, ../../../sass/Front/calendar/fullcalendar.scss */ a.fc-more { margin: 1px 3px; font-size: .85em; cursor: pointer; text-decoration: none; } /* line 650, ../../../sass/Front/calendar/fullcalendar.scss */ a.fc-more:hover { text-decoration: underline; } /* line 653, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-limited { /* rows and cells that are hidden because of a "more" link */ display: none; } /* popover that appears when "more" link is clicked */ /* line 658, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid .fc-row { z-index: 1; /* make the "more" popover one higher than this */ } /* line 662, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-more-popover { z-index: 2; width: 220px; } /* line 666, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-more-popover .fc-event-container { padding: 10px; } /* Now Indicator --------------------------------------------------------------------------------------------------*/ /* line 671, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-now-indicator { position: absolute; border: 0 solid red; } /* Utilities --------------------------------------------------------------------------------------------------*/ /* line 677, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unselectable { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; } /* TODO: more distinction between this file and common.css */ /* Colors --------------------------------------------------------------------------------------------------*/ /* line 691, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td { border-color: #ddd; color: #707070; font-size: 20px; /*height: 45px;*/ } /* line 707, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover { background-color: #fff; } /* line 710, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td { background: #eee; } /* line 715, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover .fc-header .fc-close { color: #666; } /* line 718, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed td.fc-today { background: #fcf8e3; } /* line 721, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-disabled-day { background: #d7d7d7; opacity: .3; } /* Icons (inline elements with styled text that mock arrow icons) --------------------------------------------------------------------------------------------------*/ /* line 727, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon { display: inline-block; /*height: 1em; line-height: 1em;*/ font-size: 1.5em; text-align: center; overflow: hidden; font-family: "Courier New", Courier, monospace; /* don't allow browser text-selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Acceptable font-family overrides for individual icons: "Arial", sans-serif "Times New Roman", serif NOTE: use percentage font sizes or else old IE chokes */ /* line 750, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon:after { position: relative; } /* line 753, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-left-single-arrow:after { content: "\2039"; font-weight: bold; font-size: 200%; top: -7%; } /* line 759, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-right-single-arrow:after { content: "\203A"; font-weight: bold; font-size: 200%; top: -7%; } /* line 765, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-left-double-arrow:after { content: "\AB"; font-size: 160%; top: -7%; } /* line 770, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-right-double-arrow:after { content: "\BB"; font-size: 160%; top: -7%; } /* line 775, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-left-triangle:after { content: "\25C4"; font-size: 125%; top: 3%; } /* line 780, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-right-triangle:after { content: "\25BA"; font-size: 125%; top: 3%; } /* line 785, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-down-triangle:after { content: "\25BC"; font-size: 125%; top: 2%; } /* line 790, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-x:after { content: "\D7"; font-size: 200%; top: 6%; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 798, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover { border-width: 1px; border-style: solid; } /* line 802, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover .fc-header .fc-close { font-size: .9em; margin-top: 2px; } /* List View --------------------------------------------------------------------------------------------------*/ /* line 808, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-list-item:hover td { background-color: #f5f5f5; } /* Colors --------------------------------------------------------------------------------------------------*/ /* line 813, ../../../sass/Front/calendar/fullcalendar.scss */ .ui-widget .fc-disabled-day { background-image: none; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 818, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover > .ui-widget-header + .ui-widget-content { border-top: 0; /* where they meet, let the header have the border */ } /* Global Event Styles --------------------------------------------------------------------------------------------------*/ /* line 824, ../../../sass/Front/calendar/fullcalendar.scss */ .ui-widget .fc-event { /* overpower jqui's styles on <a> tags. TODO: more DRY */ color: #fff; /* default TEXT color */ text-decoration: none; /* if <a> has an href */ /* undo ui-widget-header bold */ font-weight: normal; } /* TimeGrid axis running down the side (for both the all-day area and the slot area) --------------------------------------------------------------------------------------------------*/ /* line 835, ../../../sass/Front/calendar/fullcalendar.scss */ .ui-widget td.fc-axis { font-weight: normal; /* overcome bold */ } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 842, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats .ui-widget-content { background: none; /* see through to fc-bg */ } /* line 846, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap3 a { text-decoration: none; } /* line 849, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap3 a[data-goto]:hover { text-decoration: underline; } /* line 852, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 hr.fc-divider { border-color: inherit; } /* line 855, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 .fc-today.alert { border-radius: 0; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 860, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 .fc-popover .panel-body { padding: 0; } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 865, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 .fc-time-grid .fc-slats table { /* some themes have background color. see through to slats */ background: none; } /* line 869, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap4 a { text-decoration: none; } /* line 872, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap4 a[data-goto]:hover { text-decoration: underline; } /* line 875, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 hr.fc-divider { border-color: inherit; } /* line 878, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-today.alert { border-radius: 0; } /* line 881, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) { color: #fff; } /* line 884, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-popover.card { position: absolute; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 889, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-popover .card-body { padding: 0; } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 894, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-time-grid .fc-slats table { /* some themes have background color. see through to slats */ background: none; } /* Toolbar --------------------------------------------------------------------------------------------------*/ /* line 900, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar { text-align: center; color: #393C40; } /* line 905, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar.fc-header-toolbar { margin-bottom: 4em; } /* line 908, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar.fc-header-toolbar h2 { font-weight: 200; } /* line 911, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar.fc-footer-toolbar { margin-top: 1em; } /* line 914, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-left { float: left; width: 35%; } /* line 919, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-right { float: right; } /* line 922, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } /* line 931, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-right .fc-button-group .fc-agendaDay-button, .fc-right .fc-button-group .fc-agendaWeek-button { width: 100px !important; margin-right: 14px !important; border-radius: 4px; color: #B6B6B6; border: 1px solid #B6B6B6; } /* line 938, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-right .fc-button-group .fc-month-button { width: 100px !important; border-radius: 4px; color: #B6B6B6; border: 1px solid #B6B6B6; } /* line 947, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-center { display: inline-block; } /* the things within each left/right/center section */ /* line 951, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-toolbar > * > * { /* extra precedence to override button border margins */ float: left; margin-left: 2em; } /* the first thing within each left/center/right section */ /* line 957, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */ margin-left: 0; } /* title text */ /* line 962, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar h2 { margin: 0; } /* button layering (for border precedence) */ /* line 966, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar button { position: relative; } /* line 969, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover { z-index: 2; color: #8D8E8E; } /* line 975, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-state-down { z-index: 3; } /* line 978, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active { z-index: 4; } /* line 982, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar button:focus { z-index: 5; } /* View Structure --------------------------------------------------------------------------------------------------*/ /* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */ /* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */ /* line 989, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-view-container *, .fc-view-container *:before, .fc-view-container *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* line 996, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-view, .fc-view > table { /* so dragged elements can be above the view's main element */ position: relative; z-index: 1; } /* BasicView --------------------------------------------------------------------------------------------------*/ /* day row structure */ /* line 1005, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton { /* there may be week numbers in these views, so no padding-top */ padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */ } /* line 1011, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view .fc-body .fc-row { /*min-height: 189px;*/ min-height: 9.5vw; /* ensure that all rows are at least this tall */ } /* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */ /*.fc-row.fc-rigid { overflow: hidden; }*/ /* line 1020, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row.fc-rigid .fc-content-skeleton { position: absolute; top: 0; left: 0; right: 0; } /* week and day number styling */ /* line 1027, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-top.fc-other-month { opacity: 0.3; } /* line 1030, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number { padding: 2px; padding-top: 15px; padding-right: 15px; } /* line 1037, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view th.fc-week-number, .fc-basic-view th.fc-day-number { padding: 0 2px; /* column headers can't have as much v space */ } /* line 1042, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: right; } /* line 1045, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-basic-view .fc-day-top .fc-day-number { float: left; } /* line 1048, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-basic-view .fc-day-top .fc-week-number { float: left; border-radius: 0 0 3px 0; } /* line 1052, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-basic-view .fc-day-top .fc-week-number { float: right; border-radius: 0 0 0 3px; } /* line 1056, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view .fc-day-top .fc-week-number { min-width: 1.5em; text-align: center; background-color: #f2f2f2; color: #808080; } /* when week/day number have own column */ /* line 1063, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view td.fc-week-number { text-align: center; } /* line 1066, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view td.fc-week-number > * { /* work around the way we do column resizing and ensure a minimum width */ display: inline-block; min-width: 1.25em; } /* AgendaView all-day area --------------------------------------------------------------------------------------------------*/ /* line 1073, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agenda-view .fc-day-grid { position: relative; z-index: 2; /* so the "more.." popover will be over the time grid */ } /* line 1078, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agenda-view .fc-day-grid .fc-row { min-height: 3em; /* all-day section will never get shorter than this */ } /* line 1082, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton { padding-bottom: 1em; /* give space underneath events for clicking/selecting days */ } /* TimeGrid axis running down the side (for both the all-day area and the slot area) --------------------------------------------------------------------------------------------------*/ /* line 1088, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-axis { /* .fc to overcome default cell styles */ vertical-align: middle; padding: 0 10px; white-space: nowrap; text-align: center; } /* line 1095, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-axis span { width: 100%; } /*.fc-ltr .fc-axis { text-align: right; } .fc-rtl .fc-axis { text-align: left; }*/ /* TimeGrid Structure --------------------------------------------------------------------------------------------------*/ /* line 1108, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-container, .fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */ position: relative; z-index: 1; } /* line 1114, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid { min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */ } /* line 1118, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */ border: 0 hidden transparent; } /* line 1122, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid > .fc-bg { z-index: 1; } /* line 1125, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats, .fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */ position: relative; z-index: 2; } /* line 1131, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-content-col { position: relative; /* because now-indicator lives directly inside */ } /* line 1135, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-content-skeleton { position: absolute; z-index: 3; top: 0; left: 0; right: 0; } /* divs within a cell within the fc-content-skeleton */ /* line 1143, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-business-container { position: relative; z-index: 1; } /* line 1147, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-bgevent-container { position: relative; z-index: 2; } /* line 1151, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-highlight-container { position: relative; z-index: 3; } /* line 1155, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-event-container { position: relative; z-index: 4; } /* line 1159, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-now-indicator-line { z-index: 5; } /* line 1162, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-helper-container { /* also is fc-event-container */ position: relative; z-index: 6; } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 1169, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats td { height: 1.5em; border-bottom: 0; /* each cell is responsible for its top border */ } /* line 1174, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats .fc-minor td { border-top-style: dotted; } /* TimeGrid Highlighting Slots --------------------------------------------------------------------------------------------------*/ /* line 1179, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */ position: relative; /* scopes the left/right of the fc-highlight to be in the column */ } /* line 1184, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-highlight { position: absolute; left: 0; right: 0; /* top and bottom will be in by JS */ } /* TimeGrid Event Containment --------------------------------------------------------------------------------------------------*/ /* line 1192, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */ margin: 0 2.5% 0 2px; } /* line 1196, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */ margin: 0 2px 0 2.5%; } /* line 1200, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-event, .fc-time-grid .fc-bgevent { position: absolute; z-index: 1; /* scope inner z-index's */ } /* line 1206, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-bgevent { /* background events always span full width */ left: 0; right: 0; } /* Generic Vertical Event --------------------------------------------------------------------------------------------------*/ /* line 1213, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-v-event.fc-not-start { /* events that are continuing from another day */ /* replace space made by the top border with padding */ border-top-width: 0; padding-top: 1px; /* remove top rounded corners */ border-top-left-radius: 0; border-top-right-radius: 0; } /* line 1222, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-v-event.fc-not-end { /* replace space made by the top border with padding */ border-bottom-width: 0; padding-bottom: 1px; /* remove bottom rounded corners */ border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* TimeGrid Event Styling ---------------------------------------------------------------------------------------------------- We use the full "fc-time-grid-event" class instead of using descendants because the event won't be a descendant of the grid when it is being dragged. */ /* line 1235, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event { overflow: hidden; /* don't let the bg flow over rounded corners */ } /* line 1239, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-selected { /* need to allow touch resizers to extend outside event's bounding box */ /* common fc-selected styles hide the fc-bg, so don't need this anyway */ overflow: visible; } /* line 1244, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-selected .fc-bg { display: none; /* hide semi-white background, to appear darker */ } /* line 1248, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event .fc-content { overflow: hidden; /* for when .fc-selected */ } /* line 1252, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title { padding: 0 1px; } /* line 1256, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event .fc-time { font-size: .85em; white-space: nowrap; } /* short mode, where time and title are on the same line */ /* line 1261, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-content { /* don't wrap to second line (now that contents will be inline) */ white-space: nowrap; } /* line 1265, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title { /* put the time and title on the same line */ display: inline-block; vertical-align: top; } /* line 1271, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time span { display: none; /* don't display the full time text... */ } /* line 1275, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time:before { content: attr(data-start); /* ...instead, display only the start time */ } /* line 1279, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time:after { content: "\A0-\A0"; /* seperate with a dash, wrapped in nbsp's */ } /* line 1283, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-title { font-size: .85em; /* make the title text the same size as the time */ padding: 0; /* undo padding from above */ } /* resizer (cursor device) */ /* line 1290, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer { left: 0; right: 0; bottom: 0; height: 8px; overflow: hidden; line-height: 8px; font-size: 11px; font-family: monospace; text-align: center; cursor: s-resize; } /* line 1302, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after { content: "="; } /* resizer (touch device) */ /* line 1306, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-selected .fc-resizer { /* 10x10 dot */ border-radius: 5px; border-width: 1px; width: 8px; height: 8px; border-style: solid; border-color: inherit; background: #fff; /* horizontally center */ left: 50%; margin-left: -5px; /* center on the bottom edge */ bottom: -5px; } /* Now Indicator --------------------------------------------------------------------------------------------------*/ /* line 1323, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-now-indicator-line { border-top-width: 1px; left: 0; right: 0; } /* arrow on axis */ /* line 1329, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-now-indicator-arrow { margin-top: -5px; /* vertically center on top coordinate */ } /* line 1333, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-time-grid .fc-now-indicator-arrow { left: 0; /* triangle pointing right... */ border-width: 5px 0 5px 6px; border-top-color: transparent; border-bottom-color: transparent; } /* line 1340, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-time-grid .fc-now-indicator-arrow { right: 0; /* triangle pointing left... */ border-width: 5px 6px 5px 0; border-top-color: transparent; border-bottom-color: transparent; } /* List View --------------------------------------------------------------------------------------------------*/ /* possibly reusable */ /* line 1350, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event-dot { display: inline-block; width: 10px; height: 10px; border-radius: 5px; } /* view wrapper */ /* line 1357, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-view { direction: rtl; /* unlike core views, leverage browser RTL */ } /* line 1361, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-view { border-width: 1px; border-style: solid; } /* table resets */ /* line 1366, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-list-table { table-layout: auto; /* for shrinkwrapping cell content */ } /* line 1370, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-table td { border-width: 1px 0 0; padding: 8px 14px; } /* line 1374, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-table tr:first-child td { border-top-width: 0; } /* day headings with the list */ /* line 1378, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-heading { border-bottom-width: 1px; } /* line 1381, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-heading td { font-weight: bold; } /* line 1384, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-list-heading-main { float: left; } /* line 1387, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-list-heading-alt { float: right; } /* line 1390, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-heading-main { float: right; } /* line 1393, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-heading-alt { float: left; } /* event list items */ /* line 1397, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item.fc-has-url { cursor: pointer; /* whole row will be clickable */ } /* line 1401, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item-marker, .fc-list-item-time { white-space: nowrap; width: 1px; } /* make the dot closer to the event title */ /* line 1407, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-list-item-marker { padding-right: 0; } /* line 1410, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-item-marker { padding-left: 0; } /* line 1413, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item-title a { /* every event title cell has an <a> tag */ text-decoration: none; color: inherit; } /* line 1418, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item-title a[href]:hover { /* hover effect only on titles with hrefs */ text-decoration: underline; } /* message when no events */ /* line 1423, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-empty-wrap2 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } /* line 1430, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-empty-wrap1 { width: 100%; height: 100%; display: table; } /* line 1435, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-empty { display: table-cell; vertical-align: middle; text-align: center; } /* line 1440, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-list-empty { /* theme will provide own background */ background-color: #eee; } /* line 1445, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-scroller::-webkit-scrollbar-track, .fc-scroller::-webkit-scrollbar, .fc-scroller::-webkit-scrollbar-thumb { width: 0; background-color: transparent; } /* line 1455, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-scroller::-webkit-scrollbar-track, .fc-agendaWeek-view .fc-scroller::-webkit-scrollbar-track { width: 6px; background-color: transparent; } /* line 1460, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-scroller::-webkit-scrollbar, .fc-agendaWeek-view .fc-scroller::-webkit-scrollbar { width: 6px; background-color: transparent; position: relative; } /* line 1466, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-scroller::-webkit-scrollbar-thumb, .fc-agendaWeek-view .fc-scroller::-webkit-scrollbar-thumb { position: absolute; border-radius: 2px; background-color: #D9D9D9; width: 5px; } /* line 1475, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-widget-header, .fc-widget-content { margin-right: 0 !important; } /* line 1479, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-widget-header { height: 40px !important; } /* line 1484, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-week .fc-content-skeleton, .fc-week table, .fc-week tbody tr, .fc-week .fc-event-container { height: 100%; } /* line 1488, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-week tbody { height: calc(100% - 45px); } /* line 1493, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg tr:only-child .fc-axis { font-size: 16px; } /* line 1499, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-month-view .fc-event-container .fc-day-grid-event > div { display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; padding: 0 10px; } /* line 1506, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-month-view .fc-more-cell .fc-more { margin-left: 6%; } /* line 1513, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaWeek-view .fc-more-cell { text-align: center; } /* line 1520, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-more-cell .fc-more { margin-left: 1.8%; } /* line 1530, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event-container .fc-h-event .fc-title_content .fc-title_hour { font-size: 17px; } /* line 1532, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event-container .fc-h-event .fc-title_content .fc-title_text { font-size: 15px; } /* line 1540, ../../../sass/Front/calendar/fullcalendar.scss */ .per_day_finished_event .fc-title_content, .per_day_finished_event .list_staff_img { width: 100%; }
public/css/Front/calendar/fullcalendar.css
@font-face { font-family: 'Raleway'; src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff2") format("woff2"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff") format("woff"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.ttf") format("truetype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.svg#Raleway") format("svg"); /* Legacy iOS */ } /* source-sans-pro-regular - latin */ @font-face { font-family: 'SourceSansPro'; src: url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */ } /**End police*/ /*** Hello staff custom color ***/ /*// @mixin hs_police { // font-family: Raleway-Black; // src: url("fonts/Raleway/Raleway-Black.tff"); // }*/ /*** Hello staff form element ***/ /*** Hello staff buttons ***/ /*** modal ***/ /*** divider ***/ /*** start range slider ***/ /*** end ***/ /* line 3, ../../../sass/Front/generale/_layout.scss */ html, body { margin: 0; padding: 0; overflow-x: hidden; } /*** Hello staff positioning ***/ /*! * FullCalendar v3.10.0 * Docs & License: https://fullcalendar.io/ * (c) 2018 <NAME> */ /** Customization fullcalendar : alternateeve Lab */ /** Header Full */ /* line 14, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-prev-button, .fc-next-button { border-radius: 50% !important; height: 38px !important; width: 38px !important; display: flex; justify-content: center; align-items: center; font-size: 10px !important; outline: none; } /* line 25, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-left { display: flex; align-items: center; } /* line 29, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-today-button, .fc-agendaDay-button, .fc-agendaWeek-button, .fc-month-button, .fc-listWeek-button { width: 135px !important; height: 49px !important; color: #858686 !important; outline: none; } /* line 36, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-center h2 { color: #393C40; font-size: 40px; } /** End Header Full */ /** Calendrier */ /** End Calendrier */ /* line 49, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-list-view.fc-listWeek-view { height: auto; } /** End Customization fullcalendar : alternateeve Lab */ /* line 58, ../../../sass/Front/calendar/fullcalendar.scss */ .fc { direction: ltr; text-align: left; } /* line 62, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl { text-align: right; } /* line 65, ../../../sass/Front/calendar/fullcalendar.scss */ body .fc { /* extra precedence to overcome jqui */ font-size: 1em; } /* Colors --------------------------------------------------------------------------------------------------*/ /* line 71, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-highlight { /* when user is selecting cells */ background: #bce8f1; opacity: .3; } /* line 76, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bgevent { /* default look for background events */ background: #8fdf82; opacity: .3; } /* line 81, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-nonbusiness { /* default look for non-business-hours areas */ /* will inherit .fc-bgevent's styles */ background: #d7d7d7; } /* Buttons (styled <button> tags, normalized to work cross-browser) --------------------------------------------------------------------------------------------------*/ /* line 88, ../../../sass/Front/calendar/fullcalendar.scss */ .fc button { /* force height to include the border and padding */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* dimensions */ margin: 0; height: 2.1em; padding: 0 .6em; /* text & cursor */ font-size: 1em; /* normalize */ white-space: nowrap; cursor: pointer; } /* Firefox has an annoying inner border */ /* line 104, ../../../sass/Front/calendar/fullcalendar.scss */ .fc button::-moz-focus-inner { margin: 0; padding: 0; } /* line 108, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default { /* non-theme */ border: 1px solid; } /* line 112, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default.fc-corner-left { /* non-theme */ border-radius: 4px; } /* line 118, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default.fc-corner-right { /* non-theme */ border-radius: 4px; } /* icons in buttons */ /* line 125, ../../../sass/Front/calendar/fullcalendar.scss */ .fc button .fc-icon { /* non-theme */ position: relative; /*top: -0.05em;*/ /* seems to be a good adjustment across browsers */ /*margin: 0 .2em;*/ vertical-align: middle; } /* button states borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/) */ /* line 137, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-default { background-color: #ffffff; background-image: -moz-linear-gradient(top, #ffffff, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff)); background-image: -webkit-linear-gradient(top, #ffffff, #ffffff); background-image: -o-linear-gradient(top, #ffffff, #ffffff); background-image: linear-gradient(to bottom, #ffffff, #ffffff); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: #333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } /* line 152, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-down, .fc-state-active { color: #ffffff; border: none; } /* line 158, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-disabled { color: #8D8E8E; } /* line 161, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-hover { color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } /* line 170, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-down, .fc-state-active { background-image: linear-gradient(83deg, #559bf7, #36ccb5); color: #ffffff !important; } /* line 179, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-state-disabled { cursor: default; background-image: none; opacity: 0.65; box-shadow: none; } /* Buttons Groups --------------------------------------------------------------------------------------------------*/ /* line 187, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-button-group { display: inline-block; } /* every button that is not first in a button group should scootch over one pixel and cover the previous button's border... */ /* line 194, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */ float: left; margin: 0 0 0 -1px; } /* line 199, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-button-group > :first-child { /* same */ margin-left: 0; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 205, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover { position: absolute; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } /* line 209, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover { height: auto !important; } /* line 212, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-header { height: 35px !important; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; padding: 2px 10px; background: #D9D9D9 !important; box-sizing: border-box; } /* line 219, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-header .fc-title { margin: 0 2px; font-size: 16px; color: #393C40; } /* line 225, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-header .fc-close { cursor: pointer; margin-top: 0px; position: absolute; right: 5px; } /* line 233, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-body { background-color: #ffffff; /*padding-top: 10px;*/ } /* line 237, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover .fc-body p.fc-title { font-size: 15px; } /* line 243, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close { float: left; } /* line 247, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close { float: right; } /* Misc Reusable Components --------------------------------------------------------------------------------------------------*/ /* line 253, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-divider { border-style: solid; border-width: 1px; } /* line 257, ../../../sass/Front/calendar/fullcalendar.scss */ hr.fc-divider { height: 0; margin: 0; padding: 0 0 2px; /* height is unreliable across browsers, so use padding */ border-width: 1px 0; } /* line 264, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-clear { clear: both; } /* line 267, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton { /* these element should always cling to top-left/right corners */ position: absolute; top: 0; left: 0; right: 0; } /* line 277, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg { bottom: 0; /* strech bg to bottom edge */ } /* line 281, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg table { height: 100%; /* strech bg to bottom edge */ } /* Tables --------------------------------------------------------------------------------------------------*/ /* line 287, ../../../sass/Front/calendar/fullcalendar.scss */ .fc table { width: 100%; box-sizing: border-box; /* fix scrollbar issue in firefox */ table-layout: fixed; border-collapse: collapse; border-spacing: 0; font-size: 1em; /* normalize cross-browser */ } /* line 297, ../../../sass/Front/calendar/fullcalendar.scss */ .fc th { text-align: center; height: 40px !important; } /* line 301, ../../../sass/Front/calendar/fullcalendar.scss */ .fc th span { display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-wrap: wrap; display: flex; justify-content: center; flex-wrap: wrap; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; width: 100%; height: 100%; font-size: 20px; font-weight: normal; } /* line 311, ../../../sass/Front/calendar/fullcalendar.scss */ .fc th, .fc td { border-style: solid; border-width: 1px; padding: 0; /*vertical-align: top;*/ } /* line 319, ../../../sass/Front/calendar/fullcalendar.scss */ .fc td.fc-today { border-style: double; /* overcome neighboring borders */ } /* Internal Nav Links --------------------------------------------------------------------------------------------------*/ /* line 325, ../../../sass/Front/calendar/fullcalendar.scss */ a[data-goto] { cursor: pointer; } /* line 328, ../../../sass/Front/calendar/fullcalendar.scss */ a[data-goto]:hover { text-decoration: underline; } /* Fake Table Rows --------------------------------------------------------------------------------------------------*/ /* line 333, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */ /* no visible border by default. but make available if need be (scrollbar width compensation) */ border-style: solid; border-width: 0; } /* line 339, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row table { /* don't put left/right border on anything within a fake row. the outer tbody will worry about this */ border-left: 0 hidden transparent; border-right: 0 hidden transparent; /* no bottom borders on rows */ border-bottom: 0 hidden transparent; } /* line 347, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row:first-child table { border-top: 0 hidden transparent; /* no top border on first row */ } /* Day Row (used within the header and the DayGrid) --------------------------------------------------------------------------------------------------*/ /* line 353, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row { position: relative; } /* line 356, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bg { z-index: 1; } /* highlighting cells & background event skeleton */ /* line 360, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton { bottom: 0; /* stretch skeleton to bottom of row */ } /* line 365, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table { height: 100%; /* stretch skeleton to bottom of row */ } /* line 370, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td { border-color: transparent; } /* line 374, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-bgevent-skeleton { z-index: 2; } /* line 377, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-highlight-skeleton { z-index: 3; } /* row content (which contains day/week numbers and events) as well as "helper" (which contains temporary rendered events). */ /* line 384, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-content-skeleton { position: relative; z-index: 4; padding-bottom: 2px; /* matches the space above the events */ } /* line 390, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-helper-skeleton { z-index: 5; } /* line 393, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td { /* see-through to the background below */ /* extra precedence to prevent theme-provided backgrounds */ background: none; /* in case <td>s are globally styled */ border-color: transparent; } /* line 402, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td { /* don't put a border between events and/or the day number */ border-bottom: 0; } /* line 407, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td { /* don't put a border between event cells */ border-top: 0; } /* Scrolling Container --------------------------------------------------------------------------------------------------*/ /* line 414, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-scroller { -webkit-overflow-scrolling: touch; } /* TODO: move to agenda/basic */ /* line 418, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid { position: relative; /* re-scope all positions */ width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */ } /* Global Event Styles --------------------------------------------------------------------------------------------------*/ /* line 427, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event { position: relative; /* for resize handle and other inner positioning */ /*top: -25px;*/ display: block; /* make the <a> tag block */ font-size: .85em; line-height: 1.3; border-radius: 3px; /*border: 1px solid #3a87ad; background-image: linear-gradient(83deg, #559bf7, #36ccb5);*/ /* height: 80px; */ /* default BORDER color */ } /* line 441, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event, .fc-event-dot { background-color: #3a87ad; /* default BACKGROUND color */ } /* line 446, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event, .fc-event:hover { color: #fff; /* default TEXT color */ text-decoration: none; /* if <a> has an href */ } /* line 453, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event[href], .fc-event.fc-draggable { cursor: pointer; /* give events with links and draggable events a hand mouse pointer */ } /* line 458, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-not-allowed, .fc-not-allowed .fc-event { /* to override an event's custom cursor */ cursor: not-allowed; } /* line 463, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-bg { /* the generic .fc-bg already does position */ z-index: 1; background: #fff; opacity: .25; } /* line 469, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-content { position: relative; z-index: 2; } /* resizer (cursor AND touch devices) */ /* line 474, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-resizer { position: absolute; z-index: 4; } /* resizer (touch devices) */ /* line 479, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event .fc-resizer { display: none; } /* line 482, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer { /* only show when hovering or selected (with touch) */ display: block; } /* hit area */ /* line 488, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-selected .fc-resizer:before { /* 40x40 touch area */ content: ""; position: absolute; z-index: 9999; /* user of this util can scope within a lower z-index */ top: 50%; left: 50%; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; } /* Event Selection (only for touch devices) --------------------------------------------------------------------------------------------------*/ /* line 503, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-selected { z-index: 9999 !important; /* overcomes inline z-index */ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } /* line 508, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event.fc-selected.fc-dragging { box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); } /* Horizontal Events --------------------------------------------------------------------------------------------------*/ /* bigger touch area when selected */ /* line 514, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-h-event.fc-selected:before { content: ""; position: absolute; z-index: 3; /* below resizers */ top: -10px; bottom: -10px; left: 0; right: 0; } /* events that are continuing to/from another week. kill rounded corners and butt up against edge */ /* line 525, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end { margin-left: 0; border-left-width: 0; padding-left: 1px; /* replace the border with padding */ border-top-left-radius: 0; border-bottom-left-radius: 0; } /* line 534, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start { margin-right: 0; border-right-width: 0; padding-right: 1px; /* replace the border with padding */ border-top-right-radius: 0; border-bottom-right-radius: 0; } /* resizer (cursor AND touch devices) */ /* left resizer */ /* line 545, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer { cursor: w-resize; left: -1px; /* overcome border */ } /* right resizer */ /* line 552, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer { cursor: e-resize; right: -1px; /* overcome border */ } /* resizer (mouse devices) */ /* line 559, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-h-event.fc-allow-mouse-resize .fc-resizer { width: 7px; top: -1px; /* overcome top border */ bottom: -1px; /* overcome bottom border */ } /* resizer (touch devices) */ /* line 567, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-h-event.fc-selected .fc-resizer { /* 8x8 little dot */ border-radius: 4px; border-width: 1px; width: 6px; height: 6px; border-style: solid; border-color: inherit; background: #fff; /* vertically center */ top: 50%; margin-top: -4px; } /* left resizer */ /* line 581, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer { margin-left: -4px; /* centers the 8x8 dot on the left edge */ } /* right resizer */ /* line 587, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer { margin-right: -4px; /* centers the 8x8 dot on the right edge */ } /* DayGrid events ---------------------------------------------------------------------------------------------------- We use the full "fc-day-grid-event" class instead of using descendants because the event won't be a descendant of the grid when it is being dragged. */ /* line 597, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event { margin: 1px 2px 0; /* spacing between events and edges */ padding: 0 1px; } /* line 602, ../../../sass/Front/calendar/fullcalendar.scss */ tr:first-child > td > .fc-day-grid-event { margin-top: 2px; /* a little bit more space before the first event */ } /* line 606, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event.fc-selected:after { content: ""; position: absolute; z-index: 1; /* same z-index as fc-bg, behind text */ /* overcome the borders */ top: -1px; right: -1px; bottom: -1px; left: -1px; /* darkening effect */ background: #000; opacity: .25; } /* line 620, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event .fc-content { /* force events to be one-line tall */ white-space: nowrap; overflow: hidden; } /* line 625, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid-event .fc-time { font-weight: bold; } /* resizer (cursor devices) */ /* left resizer */ /* line 630, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer { margin-left: -2px; /* to the day cell's edge */ } /* right resizer */ /* line 636, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer { margin-right: -2px; /* to the day cell's edge */ } /* Event Limiting --------------------------------------------------------------------------------------------------*/ /* "more" link that represents hidden events */ /* line 644, ../../../sass/Front/calendar/fullcalendar.scss */ a.fc-more { margin: 1px 3px; font-size: .85em; cursor: pointer; text-decoration: none; } /* line 650, ../../../sass/Front/calendar/fullcalendar.scss */ a.fc-more:hover { text-decoration: underline; } /* line 653, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-limited { /* rows and cells that are hidden because of a "more" link */ display: none; } /* popover that appears when "more" link is clicked */ /* line 658, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-grid .fc-row { z-index: 1; /* make the "more" popover one higher than this */ } /* line 662, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-more-popover { z-index: 2; width: 220px; } /* line 666, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-more-popover .fc-event-container { padding: 10px; } /* Now Indicator --------------------------------------------------------------------------------------------------*/ /* line 671, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-now-indicator { position: absolute; border: 0 solid red; } /* Utilities --------------------------------------------------------------------------------------------------*/ /* line 677, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unselectable { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; } /* TODO: more distinction between this file and common.css */ /* Colors --------------------------------------------------------------------------------------------------*/ /* line 691, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td { border-color: #ddd; color: #707070; font-size: 20px; /*height: 45px;*/ } /* line 707, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover { background-color: #fff; } /* line 710, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td { background: #eee; } /* line 715, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover .fc-header .fc-close { color: #666; } /* line 718, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed td.fc-today { background: #fcf8e3; } /* line 721, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-disabled-day { background: #d7d7d7; opacity: .3; } /* Icons (inline elements with styled text that mock arrow icons) --------------------------------------------------------------------------------------------------*/ /* line 727, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon { display: inline-block; /*height: 1em; line-height: 1em;*/ font-size: 1.5em; text-align: center; overflow: hidden; font-family: "Courier New", Courier, monospace; /* don't allow browser text-selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Acceptable font-family overrides for individual icons: "Arial", sans-serif "Times New Roman", serif NOTE: use percentage font sizes or else old IE chokes */ /* line 750, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon:after { position: relative; } /* line 753, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-left-single-arrow:after { content: "\2039"; font-weight: bold; font-size: 200%; top: -7%; } /* line 759, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-right-single-arrow:after { content: "\203A"; font-weight: bold; font-size: 200%; top: -7%; } /* line 765, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-left-double-arrow:after { content: "\AB"; font-size: 160%; top: -7%; } /* line 770, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-right-double-arrow:after { content: "\BB"; font-size: 160%; top: -7%; } /* line 775, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-left-triangle:after { content: "\25C4"; font-size: 125%; top: 3%; } /* line 780, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-right-triangle:after { content: "\25BA"; font-size: 125%; top: 3%; } /* line 785, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-down-triangle:after { content: "\25BC"; font-size: 125%; top: 2%; } /* line 790, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-icon-x:after { content: "\D7"; font-size: 200%; top: 6%; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 798, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover { border-width: 1px; border-style: solid; } /* line 802, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-popover .fc-header .fc-close { font-size: .9em; margin-top: 2px; } /* List View --------------------------------------------------------------------------------------------------*/ /* line 808, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-list-item:hover td { background-color: #f5f5f5; } /* Colors --------------------------------------------------------------------------------------------------*/ /* line 813, ../../../sass/Front/calendar/fullcalendar.scss */ .ui-widget .fc-disabled-day { background-image: none; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 818, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-popover > .ui-widget-header + .ui-widget-content { border-top: 0; /* where they meet, let the header have the border */ } /* Global Event Styles --------------------------------------------------------------------------------------------------*/ /* line 824, ../../../sass/Front/calendar/fullcalendar.scss */ .ui-widget .fc-event { /* overpower jqui's styles on <a> tags. TODO: more DRY */ color: #fff; /* default TEXT color */ text-decoration: none; /* if <a> has an href */ /* undo ui-widget-header bold */ font-weight: normal; } /* TimeGrid axis running down the side (for both the all-day area and the slot area) --------------------------------------------------------------------------------------------------*/ /* line 835, ../../../sass/Front/calendar/fullcalendar.scss */ .ui-widget td.fc-axis { font-weight: normal; /* overcome bold */ } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 842, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats .ui-widget-content { background: none; /* see through to fc-bg */ } /* line 846, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap3 a { text-decoration: none; } /* line 849, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap3 a[data-goto]:hover { text-decoration: underline; } /* line 852, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 hr.fc-divider { border-color: inherit; } /* line 855, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 .fc-today.alert { border-radius: 0; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 860, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 .fc-popover .panel-body { padding: 0; } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 865, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap3 .fc-time-grid .fc-slats table { /* some themes have background color. see through to slats */ background: none; } /* line 869, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap4 a { text-decoration: none; } /* line 872, ../../../sass/Front/calendar/fullcalendar.scss */ .fc.fc-bootstrap4 a[data-goto]:hover { text-decoration: underline; } /* line 875, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 hr.fc-divider { border-color: inherit; } /* line 878, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-today.alert { border-radius: 0; } /* line 881, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) { color: #fff; } /* line 884, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-popover.card { position: absolute; } /* Popover --------------------------------------------------------------------------------------------------*/ /* line 889, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-popover .card-body { padding: 0; } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 894, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bootstrap4 .fc-time-grid .fc-slats table { /* some themes have background color. see through to slats */ background: none; } /* Toolbar --------------------------------------------------------------------------------------------------*/ /* line 900, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar { text-align: center; color: #393C40; } /* line 905, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar.fc-header-toolbar { margin-bottom: 4em; } /* line 908, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar.fc-header-toolbar h2 { font-weight: 200; } /* line 911, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar.fc-footer-toolbar { margin-top: 1em; } /* line 914, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-left { float: left; width: 35%; } /* line 919, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-right { float: right; } /* line 922, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } /* line 931, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-right .fc-button-group .fc-agendaDay-button, .fc-right .fc-button-group .fc-agendaWeek-button { width: 100px !important; margin-right: 14px !important; border-radius: 4px; color: #B6B6B6; border: 1px solid #B6B6B6; } /* line 938, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-right .fc-button-group .fc-month-button { width: 100px !important; border-radius: 4px; color: #B6B6B6; border: 1px solid #B6B6B6; } /* line 947, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-center { display: inline-block; } /* the things within each left/right/center section */ /* line 951, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-toolbar > * > * { /* extra precedence to override button border margins */ float: left; margin-left: 2em; } /* the first thing within each left/center/right section */ /* line 957, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */ margin-left: 0; } /* title text */ /* line 962, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar h2 { margin: 0; } /* button layering (for border precedence) */ /* line 966, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar button { position: relative; } /* line 969, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover { z-index: 2; color: #8D8E8E; } /* line 975, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-state-down { z-index: 3; } /* line 978, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active { z-index: 4; } /* line 982, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-toolbar button:focus { z-index: 5; } /* View Structure --------------------------------------------------------------------------------------------------*/ /* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */ /* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */ /* line 989, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-view-container *, .fc-view-container *:before, .fc-view-container *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* line 996, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-view, .fc-view > table { /* so dragged elements can be above the view's main element */ position: relative; z-index: 1; } /* BasicView --------------------------------------------------------------------------------------------------*/ /* day row structure */ /* line 1005, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton { /* there may be week numbers in these views, so no padding-top */ padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */ } /* line 1011, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view .fc-body .fc-row { /*min-height: 189px;*/ min-height: 9.5vw; /* ensure that all rows are at least this tall */ } /* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */ /*.fc-row.fc-rigid { overflow: hidden; }*/ /* line 1020, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-row.fc-rigid .fc-content-skeleton { position: absolute; top: 0; left: 0; right: 0; } /* week and day number styling */ /* line 1027, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-day-top.fc-other-month { opacity: 0.3; } /* line 1030, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number { padding: 2px; padding-top: 15px; padding-right: 15px; } /* line 1037, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view th.fc-week-number, .fc-basic-view th.fc-day-number { padding: 0 2px; /* column headers can't have as much v space */ } /* line 1042, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: right; } /* line 1045, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-basic-view .fc-day-top .fc-day-number { float: left; } /* line 1048, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-basic-view .fc-day-top .fc-week-number { float: left; border-radius: 0 0 3px 0; } /* line 1052, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-basic-view .fc-day-top .fc-week-number { float: right; border-radius: 0 0 0 3px; } /* line 1056, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view .fc-day-top .fc-week-number { min-width: 1.5em; text-align: center; background-color: #f2f2f2; color: #808080; } /* when week/day number have own column */ /* line 1063, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view td.fc-week-number { text-align: center; } /* line 1066, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-basic-view td.fc-week-number > * { /* work around the way we do column resizing and ensure a minimum width */ display: inline-block; min-width: 1.25em; } /* AgendaView all-day area --------------------------------------------------------------------------------------------------*/ /* line 1073, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agenda-view .fc-day-grid { position: relative; z-index: 2; /* so the "more.." popover will be over the time grid */ } /* line 1078, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agenda-view .fc-day-grid .fc-row { min-height: 3em; /* all-day section will never get shorter than this */ } /* line 1082, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton { padding-bottom: 1em; /* give space underneath events for clicking/selecting days */ } /* TimeGrid axis running down the side (for both the all-day area and the slot area) --------------------------------------------------------------------------------------------------*/ /* line 1088, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-axis { /* .fc to overcome default cell styles */ vertical-align: middle; padding: 0 10px; white-space: nowrap; text-align: center; } /* line 1095, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-axis span { width: 100%; } /*.fc-ltr .fc-axis { text-align: right; } .fc-rtl .fc-axis { text-align: left; }*/ /* TimeGrid Structure --------------------------------------------------------------------------------------------------*/ /* line 1108, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-container, .fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */ position: relative; z-index: 1; } /* line 1114, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid { min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */ } /* line 1118, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */ border: 0 hidden transparent; } /* line 1122, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid > .fc-bg { z-index: 1; } /* line 1125, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats, .fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */ position: relative; z-index: 2; } /* line 1131, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-content-col { position: relative; /* because now-indicator lives directly inside */ } /* line 1135, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-content-skeleton { position: absolute; z-index: 3; top: 0; left: 0; right: 0; } /* divs within a cell within the fc-content-skeleton */ /* line 1143, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-business-container { position: relative; z-index: 1; } /* line 1147, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-bgevent-container { position: relative; z-index: 2; } /* line 1151, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-highlight-container { position: relative; z-index: 3; } /* line 1155, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-event-container { position: relative; z-index: 4; } /* line 1159, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-now-indicator-line { z-index: 5; } /* line 1162, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-helper-container { /* also is fc-event-container */ position: relative; z-index: 6; } /* TimeGrid Slats (lines that run horizontally) --------------------------------------------------------------------------------------------------*/ /* line 1169, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats td { height: 1.5em; border-bottom: 0; /* each cell is responsible for its top border */ } /* line 1174, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-slats .fc-minor td { border-top-style: dotted; } /* TimeGrid Highlighting Slots --------------------------------------------------------------------------------------------------*/ /* line 1179, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */ position: relative; /* scopes the left/right of the fc-highlight to be in the column */ } /* line 1184, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-highlight { position: absolute; left: 0; right: 0; /* top and bottom will be in by JS */ } /* TimeGrid Event Containment --------------------------------------------------------------------------------------------------*/ /* line 1192, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */ margin: 0 2.5% 0 2px; } /* line 1196, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */ margin: 0 2px 0 2.5%; } /* line 1200, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-event, .fc-time-grid .fc-bgevent { position: absolute; z-index: 1; /* scope inner z-index's */ } /* line 1206, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-bgevent { /* background events always span full width */ left: 0; right: 0; } /* Generic Vertical Event --------------------------------------------------------------------------------------------------*/ /* line 1213, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-v-event.fc-not-start { /* events that are continuing from another day */ /* replace space made by the top border with padding */ border-top-width: 0; padding-top: 1px; /* remove top rounded corners */ border-top-left-radius: 0; border-top-right-radius: 0; } /* line 1222, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-v-event.fc-not-end { /* replace space made by the top border with padding */ border-bottom-width: 0; padding-bottom: 1px; /* remove bottom rounded corners */ border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* TimeGrid Event Styling ---------------------------------------------------------------------------------------------------- We use the full "fc-time-grid-event" class instead of using descendants because the event won't be a descendant of the grid when it is being dragged. */ /* line 1235, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event { overflow: hidden; /* don't let the bg flow over rounded corners */ } /* line 1239, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-selected { /* need to allow touch resizers to extend outside event's bounding box */ /* common fc-selected styles hide the fc-bg, so don't need this anyway */ overflow: visible; } /* line 1244, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-selected .fc-bg { display: none; /* hide semi-white background, to appear darker */ } /* line 1248, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event .fc-content { overflow: hidden; /* for when .fc-selected */ } /* line 1252, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title { padding: 0 1px; } /* line 1256, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event .fc-time { font-size: .85em; white-space: nowrap; } /* short mode, where time and title are on the same line */ /* line 1261, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-content { /* don't wrap to second line (now that contents will be inline) */ white-space: nowrap; } /* line 1265, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title { /* put the time and title on the same line */ display: inline-block; vertical-align: top; } /* line 1271, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time span { display: none; /* don't display the full time text... */ } /* line 1275, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time:before { content: attr(data-start); /* ...instead, display only the start time */ } /* line 1279, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-time:after { content: "\A0-\A0"; /* seperate with a dash, wrapped in nbsp's */ } /* line 1283, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-short .fc-title { font-size: .85em; /* make the title text the same size as the time */ padding: 0; /* undo padding from above */ } /* resizer (cursor device) */ /* line 1290, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer { left: 0; right: 0; bottom: 0; height: 8px; overflow: hidden; line-height: 8px; font-size: 11px; font-family: monospace; text-align: center; cursor: s-resize; } /* line 1302, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after { content: "="; } /* resizer (touch device) */ /* line 1306, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid-event.fc-selected .fc-resizer { /* 10x10 dot */ border-radius: 5px; border-width: 1px; width: 8px; height: 8px; border-style: solid; border-color: inherit; background: #fff; /* horizontally center */ left: 50%; margin-left: -5px; /* center on the bottom edge */ bottom: -5px; } /* Now Indicator --------------------------------------------------------------------------------------------------*/ /* line 1323, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-now-indicator-line { border-top-width: 1px; left: 0; right: 0; } /* arrow on axis */ /* line 1329, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-time-grid .fc-now-indicator-arrow { margin-top: -5px; /* vertically center on top coordinate */ } /* line 1333, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-time-grid .fc-now-indicator-arrow { left: 0; /* triangle pointing right... */ border-width: 5px 0 5px 6px; border-top-color: transparent; border-bottom-color: transparent; } /* line 1340, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-time-grid .fc-now-indicator-arrow { right: 0; /* triangle pointing left... */ border-width: 5px 6px 5px 0; border-top-color: transparent; border-bottom-color: transparent; } /* List View --------------------------------------------------------------------------------------------------*/ /* possibly reusable */ /* line 1350, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event-dot { display: inline-block; width: 10px; height: 10px; border-radius: 5px; } /* view wrapper */ /* line 1357, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-view { direction: rtl; /* unlike core views, leverage browser RTL */ } /* line 1361, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-view { border-width: 1px; border-style: solid; } /* table resets */ /* line 1366, ../../../sass/Front/calendar/fullcalendar.scss */ .fc .fc-list-table { table-layout: auto; /* for shrinkwrapping cell content */ } /* line 1370, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-table td { border-width: 1px 0 0; padding: 8px 14px; } /* line 1374, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-table tr:first-child td { border-top-width: 0; } /* day headings with the list */ /* line 1378, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-heading { border-bottom-width: 1px; } /* line 1381, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-heading td { font-weight: bold; } /* line 1384, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-list-heading-main { float: left; } /* line 1387, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-list-heading-alt { float: right; } /* line 1390, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-heading-main { float: right; } /* line 1393, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-heading-alt { float: left; } /* event list items */ /* line 1397, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item.fc-has-url { cursor: pointer; /* whole row will be clickable */ } /* line 1401, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item-marker, .fc-list-item-time { white-space: nowrap; width: 1px; } /* make the dot closer to the event title */ /* line 1407, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-ltr .fc-list-item-marker { padding-right: 0; } /* line 1410, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-rtl .fc-list-item-marker { padding-left: 0; } /* line 1413, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item-title a { /* every event title cell has an <a> tag */ text-decoration: none; color: inherit; } /* line 1418, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-item-title a[href]:hover { /* hover effect only on titles with hrefs */ text-decoration: underline; } /* message when no events */ /* line 1423, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-empty-wrap2 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } /* line 1430, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-empty-wrap1 { width: 100%; height: 100%; display: table; } /* line 1435, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-list-empty { display: table-cell; vertical-align: middle; text-align: center; } /* line 1440, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-unthemed .fc-list-empty { /* theme will provide own background */ background-color: #eee; } /* line 1445, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-scroller::-webkit-scrollbar-track, .fc-scroller::-webkit-scrollbar, .fc-scroller::-webkit-scrollbar-thumb { width: 0; background-color: transparent; } /* line 1455, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-scroller::-webkit-scrollbar-track, .fc-agendaWeek-view .fc-scroller::-webkit-scrollbar-track { width: 6px; background-color: transparent; } /* line 1460, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-scroller::-webkit-scrollbar, .fc-agendaWeek-view .fc-scroller::-webkit-scrollbar { width: 6px; background-color: transparent; position: relative; } /* line 1466, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-scroller::-webkit-scrollbar-thumb, .fc-agendaWeek-view .fc-scroller::-webkit-scrollbar-thumb { position: absolute; border-radius: 2px; background-color: #D9D9D9; width: 5px; } /* line 1475, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-widget-header, .fc-widget-content { margin-right: 0 !important; } /* line 1479, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-widget-header { height: 40px !important; } /* line 1484, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-week .fc-content-skeleton, .fc-week table, .fc-week tbody tr, .fc-week .fc-event-container { height: 100%; } /* line 1488, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-week tbody { height: calc(100% - 45px); } /* line 1493, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-bg tr:only-child .fc-axis { font-size: 16px; } /* line 1499, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-month-view .fc-event-container .fc-day-grid-event > div { display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; padding: 0 10px; } /* line 1506, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-month-view .fc-more-cell .fc-more { margin-left: 6%; } /* line 1513, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaWeek-view .fc-more-cell { text-align: center; } /* line 1520, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-agendaDay-view .fc-more-cell .fc-more { margin-left: 1.8%; } /* line 1530, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event-container .fc-h-event .fc-title_content .fc-title_hour { font-size: 17px; } /* line 1532, ../../../sass/Front/calendar/fullcalendar.scss */ .fc-event-container .fc-h-event .fc-title_content .fc-title_text { font-size: 15px; } /* line 1540, ../../../sass/Front/calendar/fullcalendar.scss */ .per_day_finished_event .fc-title_content, .per_day_finished_event .list_staff_img { width: 100%; }
0.351868
0.042802
.DynarchCalendar-focused { background-color: #fff; } .DynarchCalendar-topBar { background: url("brushed-steel.jpg") no-repeat 50% -50px; } .DynarchCalendar-bottomBar { background: url("brushed-steel.jpg") no-repeat 50% -80px; } .DynarchCalendar-menu { background-color: #fed; } .DynarchCalendar-hover-title, .DynarchCalendar-hover-navBtn, .DynarchCalendar-hover-bottomBar-today, .DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn { background: transparent url("coolbg.png") repeat-x 0 50%; } .DynarchCalendar-hover-title div, .DynarchCalendar-hover-navBtn div { background-color: transparent; } .DynarchCalendar-pressed-title, .DynarchCalendar-pressed-navBtn, .DynarchCalendar-pressed-bottomBar-today, .DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn { background: #db2 url("coolbg.png") repeat-x 0 50%; color: #000 !important; } .DynarchCalendar-pressed-title div, .DynarchCalendar-pressed-navBtn div { background-color: transparent; color: #000; } .DynarchCalendar-hover-week, .DynarchCalendar-focused .DynarchCalendar-hover-week { background: transparent url("coolbg.png") repeat-x 0 50%; } .DynarchCalendar { background: url("gold.jpg") no-repeat 50% 30px; } .DynarchCalendar-weekNumber { border-right: 1px solid #f92; } .DynarchCalendar-hover-date { background-image: url("coolbg.png"); background-position: 0 50%; background-repeat: repeat-x; border-color: #f92; } .DynarchCalendar-day-selected { background-color: #f92; color: #000 !important; background-image: url("coolbg.png"); background-position: 0 50%; background-repeat: repeat-x; } .DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #f92; color: #00f !important; } .DynarchCalendar-tooltipCont, .DynarchCalendar-focused .DynarchCalendar-tooltipCont { background: #db2 url("brushed-steel.jpg") no-repeat 50% -100px; } .DynarchCalendar-focused .DynarchCalendar-body { background: url("../shadow-b.png") repeat-x 0 0; }
plugins/cck_field/calendar/assets/css/theme/gold/gold.css
.DynarchCalendar-focused { background-color: #fff; } .DynarchCalendar-topBar { background: url("brushed-steel.jpg") no-repeat 50% -50px; } .DynarchCalendar-bottomBar { background: url("brushed-steel.jpg") no-repeat 50% -80px; } .DynarchCalendar-menu { background-color: #fed; } .DynarchCalendar-hover-title, .DynarchCalendar-hover-navBtn, .DynarchCalendar-hover-bottomBar-today, .DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn { background: transparent url("coolbg.png") repeat-x 0 50%; } .DynarchCalendar-hover-title div, .DynarchCalendar-hover-navBtn div { background-color: transparent; } .DynarchCalendar-pressed-title, .DynarchCalendar-pressed-navBtn, .DynarchCalendar-pressed-bottomBar-today, .DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn { background: #db2 url("coolbg.png") repeat-x 0 50%; color: #000 !important; } .DynarchCalendar-pressed-title div, .DynarchCalendar-pressed-navBtn div { background-color: transparent; color: #000; } .DynarchCalendar-hover-week, .DynarchCalendar-focused .DynarchCalendar-hover-week { background: transparent url("coolbg.png") repeat-x 0 50%; } .DynarchCalendar { background: url("gold.jpg") no-repeat 50% 30px; } .DynarchCalendar-weekNumber { border-right: 1px solid #f92; } .DynarchCalendar-hover-date { background-image: url("coolbg.png"); background-position: 0 50%; background-repeat: repeat-x; border-color: #f92; } .DynarchCalendar-day-selected { background-color: #f92; color: #000 !important; background-image: url("coolbg.png"); background-position: 0 50%; background-repeat: repeat-x; } .DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #f92; color: #00f !important; } .DynarchCalendar-tooltipCont, .DynarchCalendar-focused .DynarchCalendar-tooltipCont { background: #db2 url("brushed-steel.jpg") no-repeat 50% -100px; } .DynarchCalendar-focused .DynarchCalendar-body { background: url("../shadow-b.png") repeat-x 0 0; }
0.306631
0.156878
html, body { height: 100%; } body, ul, li, a, p, input { margin: 0; padding: 0; list-style: none; text-decoration: none; border: none; outline: none; } body { background-color: #000000; padding: 0px; margin: 0px; font-family: 'Raleway', sans-serif; } #gradient { width: 100%; height: 100%; padding: 0px; margin: 0px; } #gradient .innerwrapper { background: url(../images-extended/bg-page-section.png) repeat 0 0; height: 100%; width: 100%; position: relative; text-align: center; } #gradient .innerwrapper .logo { padding-bottom: 30px; } #gradient .innerwrapper .logo img { width: 120px; } #gradient .innerwrapper .laptop-img { width: 240px; } #gradient .innerwrapper .banner-content { left: 50%; position: absolute; text-align: center; top: 40%; transform: translate(-50%, -40%); -moz-transform: translate(-50%, -40%); -webkit-transform: translate(-50%, -40%); width: 60%; } #gradient .innerwrapper .getDeal { font-size: 35px; font-weight:300; display: block; padding: 10px 0; color: #fff; } #gradient .innerwrapper h2 { color: #ffffff; font-size: 55px; line-height: 55px; margin: 0; padding-bottom: 35px; font-weight: 600; } #gradient .innerwrapper h2 span { font-size: 36px; font-weight: 300; line-height: 36px; } #gradient .innerwrapper .button-box { display: inline-block; width: auto; margin: 0 8px 10px 0; vertical-align: top; position: relative; } #gradient .innerwrapper .button-box .option { position: absolute; width: 100%; z-index: 10; } #gradient .innerwrapper .button-box .option ul { width: 100%; float: left; background: #ed3050; } #gradient .innerwrapper .button-box .option ul li:first-child { border: 0px; } #gradient .innerwrapper .button-box .option ul li { color: #fff; border-top: 1px solid #fc4966; padding: 0 0; margin: 0px; line-height: 35px; } #gradient .innerwrapper .button-box .option ul li i { color: #fff; width: 26px; text-align: center; } #gradient .innerwrapper .button-box .option ul li a { color: #fff; width: 100%; display: inline-block; } #gradient .innerwrapper .button-box .option ul li a:hover { background: #000; } #gradient .innerwrapper a.button { display: inline-block; width: auto; height: 45px; line-height: 45px; color: #fff; text-transform: uppercase; font-weight: 500; font-size: 15px; border: 2px solid #000c22; padding: 0 20px; background: #000c22; } #gradient .innerwrapper a.button.red { border-color: #fff; background: transparent; color: #fff; } #gradient .innerwrapper a.button:hover, a.button.red:hover, a.button.active { background: #fc4966; border-color: #fc4966; color: #fff; } @media only screen and (max-width: 1199px) { #gradient .innerwrapper .banner-content{width: 80%;} } @media only screen and (max-width: 979px) { #gradient .innerwrapper h2{font-size: 42px;} #gradient .innerwrapper h2 span{font-size: 26px;} } @media only screen and (max-width: 767px) { html, body, #gradient{height: auto;} #gradient .innerwrapper .banner-content{position: relative; margin: 0 auto; width: 100%; left: auto; top: auto; transform: inherit; -webkit-transform: inherit; -moz-transform: inherit;} #gradient .innerwrapper .logo{padding: 20px 0;} #gradient .innerwrapper .banner-content{width: 95%;} #gradient .innerwrapper h2{font-size: 30px; padding-bottom: 20px;} #gradient .innerwrapper h2 span{font-size: 18px;} #gradient .innerwrapper .getDeal {font-size: 28px; padding: 10px 0 0;} } @media only screen and (max-width: 639px) { #gradient .innerwrapper h2{line-height: 18px; padding: 10px 0 20px; display: inline-block;} #gradient .innerwrapper .getDeal, #gradient .innerwrapper h2{font-size: 25px;} }
assets_bk/css-extended/style@26-05-2017.css
html, body { height: 100%; } body, ul, li, a, p, input { margin: 0; padding: 0; list-style: none; text-decoration: none; border: none; outline: none; } body { background-color: #000000; padding: 0px; margin: 0px; font-family: 'Raleway', sans-serif; } #gradient { width: 100%; height: 100%; padding: 0px; margin: 0px; } #gradient .innerwrapper { background: url(../images-extended/bg-page-section.png) repeat 0 0; height: 100%; width: 100%; position: relative; text-align: center; } #gradient .innerwrapper .logo { padding-bottom: 30px; } #gradient .innerwrapper .logo img { width: 120px; } #gradient .innerwrapper .laptop-img { width: 240px; } #gradient .innerwrapper .banner-content { left: 50%; position: absolute; text-align: center; top: 40%; transform: translate(-50%, -40%); -moz-transform: translate(-50%, -40%); -webkit-transform: translate(-50%, -40%); width: 60%; } #gradient .innerwrapper .getDeal { font-size: 35px; font-weight:300; display: block; padding: 10px 0; color: #fff; } #gradient .innerwrapper h2 { color: #ffffff; font-size: 55px; line-height: 55px; margin: 0; padding-bottom: 35px; font-weight: 600; } #gradient .innerwrapper h2 span { font-size: 36px; font-weight: 300; line-height: 36px; } #gradient .innerwrapper .button-box { display: inline-block; width: auto; margin: 0 8px 10px 0; vertical-align: top; position: relative; } #gradient .innerwrapper .button-box .option { position: absolute; width: 100%; z-index: 10; } #gradient .innerwrapper .button-box .option ul { width: 100%; float: left; background: #ed3050; } #gradient .innerwrapper .button-box .option ul li:first-child { border: 0px; } #gradient .innerwrapper .button-box .option ul li { color: #fff; border-top: 1px solid #fc4966; padding: 0 0; margin: 0px; line-height: 35px; } #gradient .innerwrapper .button-box .option ul li i { color: #fff; width: 26px; text-align: center; } #gradient .innerwrapper .button-box .option ul li a { color: #fff; width: 100%; display: inline-block; } #gradient .innerwrapper .button-box .option ul li a:hover { background: #000; } #gradient .innerwrapper a.button { display: inline-block; width: auto; height: 45px; line-height: 45px; color: #fff; text-transform: uppercase; font-weight: 500; font-size: 15px; border: 2px solid #000c22; padding: 0 20px; background: #000c22; } #gradient .innerwrapper a.button.red { border-color: #fff; background: transparent; color: #fff; } #gradient .innerwrapper a.button:hover, a.button.red:hover, a.button.active { background: #fc4966; border-color: #fc4966; color: #fff; } @media only screen and (max-width: 1199px) { #gradient .innerwrapper .banner-content{width: 80%;} } @media only screen and (max-width: 979px) { #gradient .innerwrapper h2{font-size: 42px;} #gradient .innerwrapper h2 span{font-size: 26px;} } @media only screen and (max-width: 767px) { html, body, #gradient{height: auto;} #gradient .innerwrapper .banner-content{position: relative; margin: 0 auto; width: 100%; left: auto; top: auto; transform: inherit; -webkit-transform: inherit; -moz-transform: inherit;} #gradient .innerwrapper .logo{padding: 20px 0;} #gradient .innerwrapper .banner-content{width: 95%;} #gradient .innerwrapper h2{font-size: 30px; padding-bottom: 20px;} #gradient .innerwrapper h2 span{font-size: 18px;} #gradient .innerwrapper .getDeal {font-size: 28px; padding: 10px 0 0;} } @media only screen and (max-width: 639px) { #gradient .innerwrapper h2{line-height: 18px; padding: 10px 0 20px; display: inline-block;} #gradient .innerwrapper .getDeal, #gradient .innerwrapper h2{font-size: 25px;} }
0.4856
0.089534
*{ margin:0; padding:0; } ul,ol{ list-style: none; } a{ text-decoration: none; color: #000; } a:link { color: #000/* 未访问的链接 */ } a:visited { color: #000/* 已访问的链接 */ } html, body{ font-size: 10px; } #index{ width: 600px; margin:0 auto; position: relative; padding-bottom: 70px; } #index .title{ width: 600px; height: 45px; min-height: 45px; background: rgb(66, 185, 131); display:-webkit-box; margin-right: auto; margin-left: auto; margin-bottom:0; padding-left: 30px; padding-right: 30px; position: fixed; } #index .content{ width: 600px; margin-top: 45px; } .title-left,.title-center,.title-right{ -webkit-box-flex:1; line-height:45px ; } .title-center{ font-size: 17px; color:#fff; text-align: center; cursor: pointer; } .title-left img{ width: 30px; height: 30px; cursor: pointer; } .title-right{ text-align: right; font-size: 17px; color:#fff; } .title-right img{ width: 30px; height: 30px; cursor: pointer; } #index .wrapper{ width: 600px; padding: 12px 25px 4px; border-bottom: 15px solid rgb(242, 242, 242); } .content-header,.content-middle,.content-footer{ width: 100%; } .content-header{ height: 44px; line-height: 44px; } .content-header-left{ float: left; display: flex; align-items: center; cursor: pointer; } .content-header-right{ float: right; color: rgb(179, 179, 179); font-size: 15px; } .content-header-left img{ width: 40px; height: 40px; margin-right: 15px; border-radius: 50%; } .content-header-left span{ font-family: Arial, Microsoft YaHei; font-size: 1.6rem; } .content-middle{ width: 100%; padding: 7px 0 13px; font-size:17px; font-family: Arial, Microsoft YaHei; border-bottom: 1px solid rgb(222, 222, 222); } .middle-text{ width: 100%; height: 100%; padding-bottom: 15px; word-wrap: break-word; } .middle-btn{ display: inline-block; border: 1px solid rgb(170, 170, 170); color: rgb(170, 170, 170); border-radius: 35px; text-align: center; line-height: 25px; font-size: 14px; padding: 2px 20px; cursor: pointer; margin: 0 0 10px; } .content-footer{ height: 44px; line-height: 44px; } .content-footer div{ width: 55px; height: 30px; float: right; } .content-footer-comment{ margin-right: 15px; } .content-footer img{ width: 22px; height: 22px; margin-right: 1px; } .content-footer-love-pic{ position: relative; display: inline-block; width: 22px; height: 22px; } .content-footer-love-pic input{ height: 100%; width: 100%; opacity: 0; position: absolute; top: 8px; left: 0; } .content-footer span{ font-family: Arial, Microsoft YaHei; color: rgb(170, 170, 170); font-size: 1.8rem; } .footer{ width: 100%; height: 50px; border-top: 0.5px solid rgba(0, 0, 0, 0.0980392); box-shadow: rgba(0, 0, 0, 0.0470588) 0.5px 0.5px 0.5px 0.5px; background-color: rgb(255, 255, 255); position: fixed; left:0; bottom:0; } .footer-left,.footer-right{ width: 50%; height: 50px; float: left; line-height: 50px; text-align: center; } .footer-left img{ width: 30px; height: 30px; cursor: pointer; } .footer-right img{ width: 35px; height: 35px; cursor: pointer; } .show-more{ margin-top: -15px; background-color: rgb(242, 242, 242); padding-bottom: 60px; text-align: center; } .show-more button{ color: rgb(66, 185, 131); font-size: 16px; border: 1px solid rgb(66, 185, 131); width: 120px; height: 35px; background-color: white; border-radius: 5px; } #open{ transition: transform .2s ease-in; -webkit-transition: transform .2s ease-in; -o-transition: transform .2s ease-in; -moz-transition: transform .2s ease-in; } #open:hover{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); } @media(max-width: 600px){ #index{ width: 100%; } #index .title{ width: 100%; } #index .content{ width: 100%; } #index .wrapper{ width: 100%; } } /*index 结束*/ /*user 开始*/ .user-header{ width: 100%; height: 152px; background: #f0f0f0; padding: 12px 0 16px 0; } .user-header .user-more{ position: absolute; top: 12px; right: 15px; cursor: pointer; font-size: 2.5rem; background: transparent; border: none; outline:none; } .user-photo{ text-align: center; } .user-photo img{ width: 55px; height: 55px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-bottom: 5px; } .user-info{ height: 39px; padding-top: 18px; } .user-info div{ width: 50%; float: left; text-align: center; line-height: 21px; } .user-info-left{ border-right: 1px solid rgba(0, 0, 0, 0.1); } .user-info span{ color: rgba(0, 0, 0, 0.498039); margin-right: 3px; } .user-info .number{ color: #000; font-size: 2rem; } .user-info a:link { text-decoration: none; } .user-info a:visited { text-decoration: none; } .user-info a:hover{ text-decoration: none; color: #000; } .user-info a:active{ text-decoration: none; } .user-content{ background: rgba(0, 0, 0, 0.027); width: 100%; display: inline-block; /*padding-bottom: 50px;*/ } .user-content-title{ height: 38px; padding: 10px 8px 8px 8px; font-size: 1.5rem; } .user-content-item{ background: #ffffff; width: 100%; padding: 20px 0 0 0; display: inline-block; } .user-content-item li{ text-align: center; } .user-content-item div{ display: inline-block; width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: 0.4s; -moz-transition: 0.4s; transition: 0.4s; font-size: 1.4rem; cursor: pointer; margin-bottom: 20px; padding-top: 30px; } .user-content-item p{ font-size: 2rem; margin: 0; } .user-content-item div:hover{ -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15); } /*user弹出框开始*/ .modal-content{ margin-bottom: 10px; } .modal-content a:hover{ text-decoration: none; color: #000; } .modal-content a:active{ text-decoration: none; } /*user弹出框结束*/ /*user 结束*/ /*login 开始*/ .login-header{ background-color: rgb(242, 242, 242); padding: 22px 0px; width: 100%; text-align: center; color: rgba(0, 0, 0, 0.6); font-weight: 600; font-size: 1.7rem; } .login-content p{ width: 30%; margin: 30px auto; } .login, .reg{ width: 80%; box-shadow: 4px 4px 20px 2px; -moz-box-shadow: 4px 4px 20px 2px; -webkit-box-shadow: 4px 4px 20px 2px; -o-box-shadow: 4px 4px 20px 2px; margin: 0 auto; padding: 20px; display: none; text-align: center; } .login-select{ display: block; } .reg > span{ display: inline-block; margin: 20px; position: relative; } .danger{ margin: 20px; position: relative; color:#ff0000; display: none; } .check-sex input{ display: inline-block; width: 15px; height: 15px; margin-top: 5px; margin-bottom: 10px; } .check-sex label{ margin-right: 20px; } .alert{ font-size: 1.5rem; margin-bottom: 2px; padding-bottom: 2px; padding-top: 2px; display: none; } /*login 结束*/ /*update 开始*/ .update_info, .update_pass{ width: 80%; box-shadow: 4px 4px 20px 2px; -moz-box-shadow: 4px 4px 20px 2px; -webkit-box-shadow: 4px 4px 20px 2px; -o-box-shadow: 4px 4px 20px 2px; margin: 40px auto; padding: 20px; text-align: center; } /*update 结束*/ #no_page{ font-size:17px; color:#444; background: #CCCCCC; text-align: center; font-family: Arial, Microsoft YaHei; padding:10px 0; }
assets/css/index.css
*{ margin:0; padding:0; } ul,ol{ list-style: none; } a{ text-decoration: none; color: #000; } a:link { color: #000/* 未访问的链接 */ } a:visited { color: #000/* 已访问的链接 */ } html, body{ font-size: 10px; } #index{ width: 600px; margin:0 auto; position: relative; padding-bottom: 70px; } #index .title{ width: 600px; height: 45px; min-height: 45px; background: rgb(66, 185, 131); display:-webkit-box; margin-right: auto; margin-left: auto; margin-bottom:0; padding-left: 30px; padding-right: 30px; position: fixed; } #index .content{ width: 600px; margin-top: 45px; } .title-left,.title-center,.title-right{ -webkit-box-flex:1; line-height:45px ; } .title-center{ font-size: 17px; color:#fff; text-align: center; cursor: pointer; } .title-left img{ width: 30px; height: 30px; cursor: pointer; } .title-right{ text-align: right; font-size: 17px; color:#fff; } .title-right img{ width: 30px; height: 30px; cursor: pointer; } #index .wrapper{ width: 600px; padding: 12px 25px 4px; border-bottom: 15px solid rgb(242, 242, 242); } .content-header,.content-middle,.content-footer{ width: 100%; } .content-header{ height: 44px; line-height: 44px; } .content-header-left{ float: left; display: flex; align-items: center; cursor: pointer; } .content-header-right{ float: right; color: rgb(179, 179, 179); font-size: 15px; } .content-header-left img{ width: 40px; height: 40px; margin-right: 15px; border-radius: 50%; } .content-header-left span{ font-family: Arial, Microsoft YaHei; font-size: 1.6rem; } .content-middle{ width: 100%; padding: 7px 0 13px; font-size:17px; font-family: Arial, Microsoft YaHei; border-bottom: 1px solid rgb(222, 222, 222); } .middle-text{ width: 100%; height: 100%; padding-bottom: 15px; word-wrap: break-word; } .middle-btn{ display: inline-block; border: 1px solid rgb(170, 170, 170); color: rgb(170, 170, 170); border-radius: 35px; text-align: center; line-height: 25px; font-size: 14px; padding: 2px 20px; cursor: pointer; margin: 0 0 10px; } .content-footer{ height: 44px; line-height: 44px; } .content-footer div{ width: 55px; height: 30px; float: right; } .content-footer-comment{ margin-right: 15px; } .content-footer img{ width: 22px; height: 22px; margin-right: 1px; } .content-footer-love-pic{ position: relative; display: inline-block; width: 22px; height: 22px; } .content-footer-love-pic input{ height: 100%; width: 100%; opacity: 0; position: absolute; top: 8px; left: 0; } .content-footer span{ font-family: Arial, Microsoft YaHei; color: rgb(170, 170, 170); font-size: 1.8rem; } .footer{ width: 100%; height: 50px; border-top: 0.5px solid rgba(0, 0, 0, 0.0980392); box-shadow: rgba(0, 0, 0, 0.0470588) 0.5px 0.5px 0.5px 0.5px; background-color: rgb(255, 255, 255); position: fixed; left:0; bottom:0; } .footer-left,.footer-right{ width: 50%; height: 50px; float: left; line-height: 50px; text-align: center; } .footer-left img{ width: 30px; height: 30px; cursor: pointer; } .footer-right img{ width: 35px; height: 35px; cursor: pointer; } .show-more{ margin-top: -15px; background-color: rgb(242, 242, 242); padding-bottom: 60px; text-align: center; } .show-more button{ color: rgb(66, 185, 131); font-size: 16px; border: 1px solid rgb(66, 185, 131); width: 120px; height: 35px; background-color: white; border-radius: 5px; } #open{ transition: transform .2s ease-in; -webkit-transition: transform .2s ease-in; -o-transition: transform .2s ease-in; -moz-transition: transform .2s ease-in; } #open:hover{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); } @media(max-width: 600px){ #index{ width: 100%; } #index .title{ width: 100%; } #index .content{ width: 100%; } #index .wrapper{ width: 100%; } } /*index 结束*/ /*user 开始*/ .user-header{ width: 100%; height: 152px; background: #f0f0f0; padding: 12px 0 16px 0; } .user-header .user-more{ position: absolute; top: 12px; right: 15px; cursor: pointer; font-size: 2.5rem; background: transparent; border: none; outline:none; } .user-photo{ text-align: center; } .user-photo img{ width: 55px; height: 55px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-bottom: 5px; } .user-info{ height: 39px; padding-top: 18px; } .user-info div{ width: 50%; float: left; text-align: center; line-height: 21px; } .user-info-left{ border-right: 1px solid rgba(0, 0, 0, 0.1); } .user-info span{ color: rgba(0, 0, 0, 0.498039); margin-right: 3px; } .user-info .number{ color: #000; font-size: 2rem; } .user-info a:link { text-decoration: none; } .user-info a:visited { text-decoration: none; } .user-info a:hover{ text-decoration: none; color: #000; } .user-info a:active{ text-decoration: none; } .user-content{ background: rgba(0, 0, 0, 0.027); width: 100%; display: inline-block; /*padding-bottom: 50px;*/ } .user-content-title{ height: 38px; padding: 10px 8px 8px 8px; font-size: 1.5rem; } .user-content-item{ background: #ffffff; width: 100%; padding: 20px 0 0 0; display: inline-block; } .user-content-item li{ text-align: center; } .user-content-item div{ display: inline-block; width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: 0.4s; -moz-transition: 0.4s; transition: 0.4s; font-size: 1.4rem; cursor: pointer; margin-bottom: 20px; padding-top: 30px; } .user-content-item p{ font-size: 2rem; margin: 0; } .user-content-item div:hover{ -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15); } /*user弹出框开始*/ .modal-content{ margin-bottom: 10px; } .modal-content a:hover{ text-decoration: none; color: #000; } .modal-content a:active{ text-decoration: none; } /*user弹出框结束*/ /*user 结束*/ /*login 开始*/ .login-header{ background-color: rgb(242, 242, 242); padding: 22px 0px; width: 100%; text-align: center; color: rgba(0, 0, 0, 0.6); font-weight: 600; font-size: 1.7rem; } .login-content p{ width: 30%; margin: 30px auto; } .login, .reg{ width: 80%; box-shadow: 4px 4px 20px 2px; -moz-box-shadow: 4px 4px 20px 2px; -webkit-box-shadow: 4px 4px 20px 2px; -o-box-shadow: 4px 4px 20px 2px; margin: 0 auto; padding: 20px; display: none; text-align: center; } .login-select{ display: block; } .reg > span{ display: inline-block; margin: 20px; position: relative; } .danger{ margin: 20px; position: relative; color:#ff0000; display: none; } .check-sex input{ display: inline-block; width: 15px; height: 15px; margin-top: 5px; margin-bottom: 10px; } .check-sex label{ margin-right: 20px; } .alert{ font-size: 1.5rem; margin-bottom: 2px; padding-bottom: 2px; padding-top: 2px; display: none; } /*login 结束*/ /*update 开始*/ .update_info, .update_pass{ width: 80%; box-shadow: 4px 4px 20px 2px; -moz-box-shadow: 4px 4px 20px 2px; -webkit-box-shadow: 4px 4px 20px 2px; -o-box-shadow: 4px 4px 20px 2px; margin: 40px auto; padding: 20px; text-align: center; } /*update 结束*/ #no_page{ font-size:17px; color:#444; background: #CCCCCC; text-align: center; font-family: Arial, Microsoft YaHei; padding:10px 0; }
0.311217
0.070368
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); .scroll-to-top { position: fixed; right: 1rem; bottom: 1rem; display: none; width: 2.75rem; height: 2.75rem; text-align: center; color: #fff; background: rgba(56,68,144,.3); line-height: 46px; z-index: 999; -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from { opacity: .1 } to { opacity: 1 } } @keyframes fade { from { opacity: .1 } to { opacity: 1 } } .rounded { border-radius: .35rem !important; } .fa-chevron-up { color: #4c4249; } #view-page-top { max-width: 1140px; margin: 0 auto; } .hdr { border-left: 4px solid #4662D4; padding-left: 15px; color: #000; margin-left: 15px; } .field { color: #292525; font-weight: bold; } .dt-btn { color: #fff; background: #6778a5; padding: 5px 6px; border-radius: 4px; transition: 0.4s; } .dt-btn:hover { color: #fff; background: #0c1d4a; } .time_list { list-style-type: none; white-space: nowrap; display: inline-flex; float: right; } .dash_table { padding: 5px; border-top: 0px !important; } .dash_table .dataTables_filter input { margin-left: 0.4em; } .sales_info { margin-top: 25px; } .active { border: 1px solid #11114e !important; box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.48); -webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.48); -moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.48); } .frm-box h1 { margin: 15px 0px 20px; position: relative; font-size: 22px; display: table; padding-bottom: 1px; color: #000; } .frm-box h1:after { position: absolute; content: ""; width: 100%; height: 3px; background: #8c8fff; bottom: 0px; left: 0px; } .form-group { display: flex; display: -webkit-flex; justify-content: flex-start; -webkit-justify-content: flex-start; margin-bottom: 30px !important; align-items: center; -webkit-align-items: center; } .form-group h6 { padding: 0px; margin: 0px 30px 0px 0px; } input { height: 38px; width: 180px; padding: 0px 15px; border: 1px solid #e8e8e8; border-radius: 4px; margin-left: 5px; } input:focus { outline: 0px; } .controls { padding: 0px 15px; } .btn-frm { background-color: #1b84e7; background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%); color: #fff; border-radius: 4px; border: 0px; cursor: pointer; max-width: 85px; height: 35px; } .btn-frm:focus { outline: 0px; } .controls.f1 input, .controls.f1 { padding-right: 0px; } .controls label { color: #23064a; } .controls.f1 { padding-left: 0px; } .form-group .btn { padding: 0px; } .dtxt { color: #000; font-size: 18px; font-weight: bold; } .drng { color: #6f83cc; } .user-box { display: flex; display: -webkit-flex; padding: 0px; animation: pulse 2s infinite; width: 60%; margin: 30px auto; } .h3-txt { text-align: center; color: #343a40; } @keyframes pulse { 0% { transform: scale(1); box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -webkit-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -moz-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); } 50% { transform: scale(1.05); box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.75); -webkit-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.75); -moz-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.75); } 100% { transform: scale(1); box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -webkit-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -moz-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); } } .user-box .card-contact { width: 50%; } .user-box .card-contact:not(:first-child) { border-left: 0px; } .contact-item { font-size: 1rem !important; } .contact-item span:nth-child(2) { color: #000 !important; font-weight: 700 !important; } #datatable1 th { min-width: 100px !important; } .fc-lead { width: 100%; text-align: center; font-size: 15px; color: #3290e9; position: absolute; bottom: 0px; } .fc-day-top { position: relative; } .calen { margin-top: 15px !important; } .sl-date { height: 38px; width: 180px; padding: 0px 15px; border: 1px solid #e8e8e8; border-radius: 4px; margin-left: 5px; } .mem-1 .card-img { width: 120px; border-radius: 100%; padding: 5px; border: 2px solid #e0e0e0; background-color: #fff; transition: all 0.2s ease-in-out; } .mem-1 .contact-name { color: #343a40; } .mem-1 { padding: 24px; } .tx-center p { font-size: 20px; color: #0d0f71; font-weight: 500; } .l-board { display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: flex-end; -webkit-align-items: flex-end; } .m-lead { background: #e6e7e8; max-width: 700px; padding: 30px 15px; margin: 30px auto; animation: pulse 2s infinite; border: 1px solid #8dc0f9; } .m-lead-hd { text-align: center; margin: 0px auto 30px; position: relative; padding-bottom: 8px; display: table; } .m-lead-hd:after { position: absolute; content: ""; width: 111%; height: 2px; background-color: #1b7be3; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom: 0px; } .l-board .mem-1:nth-child(2) .card-img, .l-board .mem-1:nth-child(3) .card-img { width: 90px; } .l-board .mem-1:nth-child(2) { order: 1; } .l-board .mem-1:nth-child(1) { position: relative; order: 2; top: -30px; } .l-board .mem-1:nth-child(3) { position: relative; order: 3; top: 30px; } .s-time { margin-left: 15px; ; } .s-time label { color: #23064a; font-weight: 600; } .p-relative { position: relative; } .hexa p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 16px; } .hexa { width: 40px; margin: 0 auto; position: absolute; right: 0; bottom: 0; z-index: 9; } .img-a { display: table; margin: 0 auto; position: relative; } .l-board .mem-1:nth-child(1) .img-a:after { position: absolute; content: ""; background: url(../images/frame.png) no-repeat; width: 140px; height: 100%; background-size: 100%; background-position: center; left: -10px; overflow: visible; bottom: -5px; } .l-board .mem-1:nth-child(2) .img-a:after { position: absolute; content: ""; background: url(../images/frame2.png) no-repeat; width: 103px; height: 100%; background-size: 100%; background-position: center; left: -8px; overflow: visible; bottom: -18px; } .l-board .mem-1:nth-child(3) .img-a:after { position: absolute; content: ""; background: url(../images/frame1.png) no-repeat; width: 103px; height: 100%; background-size: 100%; background-position: center; left: -8px; overflow: visible; bottom: -18px; } .top-card{ display: flex !important; display: -webkit-flex !important; flex-direction: row !important; -webkit-flex-direction: row !important; padding: 0px !important; } .top-part{ width: 45%; } .crd-tab{ width: 55%; border-left:1px solid #c3c3e0; } .d-flex{ display: -webkit-flex; display: flex; } .ctab-bx{ flex: 1; text-align: left; font-size: 12px; width: 50%; background: #fff; padding: 7px 0px 10px 5px; min-height: 78px; box-sizing: border-box; color: #868ba1; } .bl-1{ border-left: 1px solid #efeeee; } .bt-1{ border-top: 1px solid #efeeee; } p.text-black{ color: #000; font-weight: bold; font-size: 16px; } .ctab-bx p{ margin-bottom: 0px; } .top-part{ padding: 25px 10px 25px 10px; } .fc-add_event-button{ padding: 0px 24px !important; position: relative !important; } .edit-btn{ color: #fff; background-color: #4e73df; border-color: #4e73df; padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem; } .delete-btn{ color: #fff; background: #e20e0e; border-color: #4e73df; padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem; } .fc-add_event-button:before{ content: "\f106"; font-family: FontAwesome; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 20px; } .fc-add_event-button.minimize:before{ content: "\f107"; font-family: FontAwesome; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 20px; } .dt-head{ display: flex; } .sales-values{ padding-right: 50px; } .reload button{ background-color: #1b84e7; background-image: none; color: #fff; border-radius: 4px; border: 0px; cursor: pointer; max-width: 85px; height: 35px; } .opts{ margin-top: -40px; display: flex; } .opts span{ background-image: none; color: #000; border: 0px; cursor: pointer; font-weight: bold; text-transform: uppercase; padding: 7px 15px; border: 1px solid #c1cae2; } .opts span:nth-child(1){ } .opts span:nth-child(2){ border-left: 0px; } .opts span.active-opt{ -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%); box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%); background-color: #f5f5f5; } .back-btn{ color: #1b84e7; } .back-btn span{ font-size: 20px; cursor: pointer; } .edit-btn{ padding: .25rem .5rem !important; font-size: .875rem !important; line-height: 1.5 !important; border-radius: .2rem !important; color: #fff !important; background-color: #4e73df !important; border-color: #4e73df !important; } .delete-btn{ padding: .25rem .5rem !important; font-size: .875rem !important; line-height: 1.5 !important; border-radius: .2rem !important; color: #fff !important; background: #e20e0e !important; border-color: #4e73df !important; } table#datatable2 th, table#datatable2 td{ border: 1px solid #e3e6f0; border-left-width: 0; } table#datatable2{ width: 100% !important; } @media screen and (min-width:992px) and (max-width: 1199px) { .ctab-bx { min-height: 85px; } .card { min-height: 175px; } } @media screen and (min-width:768px) and (max-width: 991px) { input { width: 134px; padding: 0px 10px; } .mem-1 { padding: 15px; } .ctab-bx { min-height: 102px; } .card { min-height: 175px; } .ctab-bx { font-size: 9px;; } } @media screen and (max-width:767px) { .form-group { display: block; } .card-contact .card-img { width: 100px !important; } .card-contact h5, .h5 { font-size: 1rem; } .controls { padding: 0px 5px; width: 50%; float: left; margin: 15px 0px; } input { width: 100%; } .card-earning-summary h6 { min-height: 28px; } .user-box { padding: 0px 0px; width: 100%; } .slim-navbar .mega-dropdown .sub-item { width: 120px !important; } table { width: 100% !important; } dateinput-picker { width: 300px !important; left: 50% !important; transform: translateX(-50%) !important; } .tp-h { text-align: center; } .l-board { display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; flex-direction: column; -webkit-flex-direction: column; } .l-board .mem-1:nth-child(2) { position: relative; top: 0px; order: 2; } .l-board .mem-1:nth-child(1) { position: relative; top: 0px; order: 1; } .l-board .mem-1:nth-child(3) { position: relative; top: 0px; order: 3; } } @media screen and (min-width:576px) and (max-width: 767px) { .ctab-bx { min-height: 112px; } .card { min-height: 220px; } .card { margin: 0px 0px !important; } .card-earning-summary h1{ font-size: 30px; } } @media screen and (max-width:450px) { dateinput-picker { width: 220px !important; } .ctab-bx { min-height: 85px; } }
public/css/custom.css
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); .scroll-to-top { position: fixed; right: 1rem; bottom: 1rem; display: none; width: 2.75rem; height: 2.75rem; text-align: center; color: #fff; background: rgba(56,68,144,.3); line-height: 46px; z-index: 999; -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from { opacity: .1 } to { opacity: 1 } } @keyframes fade { from { opacity: .1 } to { opacity: 1 } } .rounded { border-radius: .35rem !important; } .fa-chevron-up { color: #4c4249; } #view-page-top { max-width: 1140px; margin: 0 auto; } .hdr { border-left: 4px solid #4662D4; padding-left: 15px; color: #000; margin-left: 15px; } .field { color: #292525; font-weight: bold; } .dt-btn { color: #fff; background: #6778a5; padding: 5px 6px; border-radius: 4px; transition: 0.4s; } .dt-btn:hover { color: #fff; background: #0c1d4a; } .time_list { list-style-type: none; white-space: nowrap; display: inline-flex; float: right; } .dash_table { padding: 5px; border-top: 0px !important; } .dash_table .dataTables_filter input { margin-left: 0.4em; } .sales_info { margin-top: 25px; } .active { border: 1px solid #11114e !important; box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.48); -webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.48); -moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.48); } .frm-box h1 { margin: 15px 0px 20px; position: relative; font-size: 22px; display: table; padding-bottom: 1px; color: #000; } .frm-box h1:after { position: absolute; content: ""; width: 100%; height: 3px; background: #8c8fff; bottom: 0px; left: 0px; } .form-group { display: flex; display: -webkit-flex; justify-content: flex-start; -webkit-justify-content: flex-start; margin-bottom: 30px !important; align-items: center; -webkit-align-items: center; } .form-group h6 { padding: 0px; margin: 0px 30px 0px 0px; } input { height: 38px; width: 180px; padding: 0px 15px; border: 1px solid #e8e8e8; border-radius: 4px; margin-left: 5px; } input:focus { outline: 0px; } .controls { padding: 0px 15px; } .btn-frm { background-color: #1b84e7; background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%); color: #fff; border-radius: 4px; border: 0px; cursor: pointer; max-width: 85px; height: 35px; } .btn-frm:focus { outline: 0px; } .controls.f1 input, .controls.f1 { padding-right: 0px; } .controls label { color: #23064a; } .controls.f1 { padding-left: 0px; } .form-group .btn { padding: 0px; } .dtxt { color: #000; font-size: 18px; font-weight: bold; } .drng { color: #6f83cc; } .user-box { display: flex; display: -webkit-flex; padding: 0px; animation: pulse 2s infinite; width: 60%; margin: 30px auto; } .h3-txt { text-align: center; color: #343a40; } @keyframes pulse { 0% { transform: scale(1); box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -webkit-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -moz-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); } 50% { transform: scale(1.05); box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.75); -webkit-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.75); -moz-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.75); } 100% { transform: scale(1); box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -webkit-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); -moz-box-shadow: 0px 0px 8px 2px rgba(95,78,182,0.0); } } .user-box .card-contact { width: 50%; } .user-box .card-contact:not(:first-child) { border-left: 0px; } .contact-item { font-size: 1rem !important; } .contact-item span:nth-child(2) { color: #000 !important; font-weight: 700 !important; } #datatable1 th { min-width: 100px !important; } .fc-lead { width: 100%; text-align: center; font-size: 15px; color: #3290e9; position: absolute; bottom: 0px; } .fc-day-top { position: relative; } .calen { margin-top: 15px !important; } .sl-date { height: 38px; width: 180px; padding: 0px 15px; border: 1px solid #e8e8e8; border-radius: 4px; margin-left: 5px; } .mem-1 .card-img { width: 120px; border-radius: 100%; padding: 5px; border: 2px solid #e0e0e0; background-color: #fff; transition: all 0.2s ease-in-out; } .mem-1 .contact-name { color: #343a40; } .mem-1 { padding: 24px; } .tx-center p { font-size: 20px; color: #0d0f71; font-weight: 500; } .l-board { display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: flex-end; -webkit-align-items: flex-end; } .m-lead { background: #e6e7e8; max-width: 700px; padding: 30px 15px; margin: 30px auto; animation: pulse 2s infinite; border: 1px solid #8dc0f9; } .m-lead-hd { text-align: center; margin: 0px auto 30px; position: relative; padding-bottom: 8px; display: table; } .m-lead-hd:after { position: absolute; content: ""; width: 111%; height: 2px; background-color: #1b7be3; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom: 0px; } .l-board .mem-1:nth-child(2) .card-img, .l-board .mem-1:nth-child(3) .card-img { width: 90px; } .l-board .mem-1:nth-child(2) { order: 1; } .l-board .mem-1:nth-child(1) { position: relative; order: 2; top: -30px; } .l-board .mem-1:nth-child(3) { position: relative; order: 3; top: 30px; } .s-time { margin-left: 15px; ; } .s-time label { color: #23064a; font-weight: 600; } .p-relative { position: relative; } .hexa p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 16px; } .hexa { width: 40px; margin: 0 auto; position: absolute; right: 0; bottom: 0; z-index: 9; } .img-a { display: table; margin: 0 auto; position: relative; } .l-board .mem-1:nth-child(1) .img-a:after { position: absolute; content: ""; background: url(../images/frame.png) no-repeat; width: 140px; height: 100%; background-size: 100%; background-position: center; left: -10px; overflow: visible; bottom: -5px; } .l-board .mem-1:nth-child(2) .img-a:after { position: absolute; content: ""; background: url(../images/frame2.png) no-repeat; width: 103px; height: 100%; background-size: 100%; background-position: center; left: -8px; overflow: visible; bottom: -18px; } .l-board .mem-1:nth-child(3) .img-a:after { position: absolute; content: ""; background: url(../images/frame1.png) no-repeat; width: 103px; height: 100%; background-size: 100%; background-position: center; left: -8px; overflow: visible; bottom: -18px; } .top-card{ display: flex !important; display: -webkit-flex !important; flex-direction: row !important; -webkit-flex-direction: row !important; padding: 0px !important; } .top-part{ width: 45%; } .crd-tab{ width: 55%; border-left:1px solid #c3c3e0; } .d-flex{ display: -webkit-flex; display: flex; } .ctab-bx{ flex: 1; text-align: left; font-size: 12px; width: 50%; background: #fff; padding: 7px 0px 10px 5px; min-height: 78px; box-sizing: border-box; color: #868ba1; } .bl-1{ border-left: 1px solid #efeeee; } .bt-1{ border-top: 1px solid #efeeee; } p.text-black{ color: #000; font-weight: bold; font-size: 16px; } .ctab-bx p{ margin-bottom: 0px; } .top-part{ padding: 25px 10px 25px 10px; } .fc-add_event-button{ padding: 0px 24px !important; position: relative !important; } .edit-btn{ color: #fff; background-color: #4e73df; border-color: #4e73df; padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem; } .delete-btn{ color: #fff; background: #e20e0e; border-color: #4e73df; padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem; } .fc-add_event-button:before{ content: "\f106"; font-family: FontAwesome; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 20px; } .fc-add_event-button.minimize:before{ content: "\f107"; font-family: FontAwesome; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 20px; } .dt-head{ display: flex; } .sales-values{ padding-right: 50px; } .reload button{ background-color: #1b84e7; background-image: none; color: #fff; border-radius: 4px; border: 0px; cursor: pointer; max-width: 85px; height: 35px; } .opts{ margin-top: -40px; display: flex; } .opts span{ background-image: none; color: #000; border: 0px; cursor: pointer; font-weight: bold; text-transform: uppercase; padding: 7px 15px; border: 1px solid #c1cae2; } .opts span:nth-child(1){ } .opts span:nth-child(2){ border-left: 0px; } .opts span.active-opt{ -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%); box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%); background-color: #f5f5f5; } .back-btn{ color: #1b84e7; } .back-btn span{ font-size: 20px; cursor: pointer; } .edit-btn{ padding: .25rem .5rem !important; font-size: .875rem !important; line-height: 1.5 !important; border-radius: .2rem !important; color: #fff !important; background-color: #4e73df !important; border-color: #4e73df !important; } .delete-btn{ padding: .25rem .5rem !important; font-size: .875rem !important; line-height: 1.5 !important; border-radius: .2rem !important; color: #fff !important; background: #e20e0e !important; border-color: #4e73df !important; } table#datatable2 th, table#datatable2 td{ border: 1px solid #e3e6f0; border-left-width: 0; } table#datatable2{ width: 100% !important; } @media screen and (min-width:992px) and (max-width: 1199px) { .ctab-bx { min-height: 85px; } .card { min-height: 175px; } } @media screen and (min-width:768px) and (max-width: 991px) { input { width: 134px; padding: 0px 10px; } .mem-1 { padding: 15px; } .ctab-bx { min-height: 102px; } .card { min-height: 175px; } .ctab-bx { font-size: 9px;; } } @media screen and (max-width:767px) { .form-group { display: block; } .card-contact .card-img { width: 100px !important; } .card-contact h5, .h5 { font-size: 1rem; } .controls { padding: 0px 5px; width: 50%; float: left; margin: 15px 0px; } input { width: 100%; } .card-earning-summary h6 { min-height: 28px; } .user-box { padding: 0px 0px; width: 100%; } .slim-navbar .mega-dropdown .sub-item { width: 120px !important; } table { width: 100% !important; } dateinput-picker { width: 300px !important; left: 50% !important; transform: translateX(-50%) !important; } .tp-h { text-align: center; } .l-board { display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; flex-direction: column; -webkit-flex-direction: column; } .l-board .mem-1:nth-child(2) { position: relative; top: 0px; order: 2; } .l-board .mem-1:nth-child(1) { position: relative; top: 0px; order: 1; } .l-board .mem-1:nth-child(3) { position: relative; top: 0px; order: 3; } } @media screen and (min-width:576px) and (max-width: 767px) { .ctab-bx { min-height: 112px; } .card { min-height: 220px; } .card { margin: 0px 0px !important; } .card-earning-summary h1{ font-size: 30px; } } @media screen and (max-width:450px) { dateinput-picker { width: 220px !important; } .ctab-bx { min-height: 85px; } }
0.473414
0.107297
/* <NAME>*/ .team253{ background: linear-gradient( #A71930 , #c92437); } /*Colorado Rockies*/ .team251{ background: linear-gradient( #333366 , #322f70); } /*Los Angles Dodgers */ .team243{ background: linear-gradient( #083C6B , #1e4b87 ); } /*<NAME>*/ .team249{ background: linear-gradient( #002147 , #1e4b87); } /*San Francisco Giants */ .team250{ background: linear-gradient( #F2552C , #fb3c0a); } /*<NAME>*/ .team252{ background: linear-gradient( #0077C8 , #1e4b87); } /*Atlanta Braves*/ .team239{ background: linear-gradient( #002F5F , #1e4b87); } /*Washington Nationals */ .team244{ background: linear-gradient( #11225B , #1e4b87); } /*New York Mets*/ .team245{ background: linear-gradient( #002C77 , #1e4b87); } /*Philadel<NAME>*/ .team246{ background: linear-gradient( #BA0C2F , #ea1d47); } /*<NAME>*/ .team232{ background: linear-gradient( #182B49 , #1e4b87); } /*Chicago Cubs*/ .team240{ background: linear-gradient( #CC0033 , #b20f38 ); } /*Cincinnati Reds*/ .team241{ background: linear-gradient( #C6011F, #de1e3c); } /*Pittsburg Pirates*/ .team247{ background: linear-gradient( #000000, #26251b); } /*St. Louis Cardinals*/ /*.team248{ background: linear-gradient( #0A2252, #082051); }*/ .team248{ background: linear-gradient( #C41E3A, #cb364f); } /*Tampa Bay Rays*/ .team254{ background: linear-gradient( #9ECEEE, #6EAAD2); } /*Baltimore Orioles*/ .team225{ background: linear-gradient( #ED4C09, #ED5C20); } /*Boston Red Sox*/ .team226{ background: linear-gradient( #002244, #09325A); } /*New York Yankees*/ .team234{ background: linear-gradient( #1C2841, #213662); } /*Toronto Blue Jays*/ .team238{ background: linear-gradient( #041E42, #003DA5); } /*Los Angeles Angels*/ .team227{ background: linear-gradient( #B71234, #D00000); } /*Oakland Athletics*/ .team235{ background: linear-gradient( #003831, #014e44); } /*Seattle mariners*/ .team236{ background: linear-gradient( #0C2C56 , #0b4074); } /*Texas Rangers*/ .team237{ background: linear-gradient( #003279, #04439d); } /*Houston Astros*/ .team242{ background: linear-gradient( #072854, #0f386e); } /*Chicago White Sox*/ .team228{ background: linear-gradient( #000000, #2f2f2f); } /*Cleveland Indians*/ .team229{ background: linear-gradient( #003366, #034485); } /*Detroit Tigers*/ .team230{ background: linear-gradient( #001742, #112751); } /*Kansas City Royals*/ .team231{ background: linear-gradient( #74B4FA, #0e57a8); } /*Minnesota Twins*/ .team233{ background: linear-gradient( #072754, #1e4b87); } /*Nl All Stars*/ .team322{ background: linear-gradient( #072854, #0f386e); } /*Al All Stars*/ .team321{ background: linear-gradient(#CC0033 , #b20f38); } /* MLB teams end */ /* NBA teams */ /* Boston Celtics*/ .team2{ background: linear-gradient( #009E60 , #30b581); } /*Brooklyn Nets*/ .team17{ background: linear-gradient( #000000 , #383636); } /*New York Knicks */ .team18{ background: linear-gradient( #0953A0 , #2368af ); } /*Philadelphia 76ers*/ .team20{ background: linear-gradient( #D0103A , #c70630); } /*Toronto Raptors*/ .team28{ background: linear-gradient( #000000 , #383636); } /* Chicago Bulls */ .team4{ background: linear-gradient( #D4001F , #aa1d32); } /*<NAME>*/ .team5{ background: linear-gradient( #860038 , #620029); } /*Detroit pistons*/ .team8{ background: linear-gradient( #00519A , #02427b); } /*Indiana Pacers*/ .team11{ background: linear-gradient( #FFC322 , #e4ae1c); } /*<NAME>*/ .team15{ background: linear-gradient( #003614 , #016426); } /*Atlanta Hawks*/ .team1{ background: linear-gradient( #000080 , #1b1b9e); } /*<NAME>*/ .team5312{ background: linear-gradient( #1D1160 , #30227d ); } /* Miami Heat*/ .team14{ background: linear-gradient( #B62630, #9b0a14); } /* <NAME> */ .team19{ background: linear-gradient( #0047AB, #073981); } /*Washington Wizards*/ .team27{ background: linear-gradient( #002244, #13375c); } /*Golden State Warriors*/ .team9{ background: linear-gradient( #FFCC33, #f9bb03); } /*Los Angeles Clippers*/ .team12{ background: linear-gradient( #146AA2, #025387); } /*Los Angeles Lakers*/ .team13{ background: linear-gradient( #F5AF1B, #e69d04); } /*Phoenix Suns*/ .team21{ background: linear-gradient( #1C105E, #0b023e); } /*Sacramento Kings*/ .team23{ background: linear-gradient( #753BBD, #4c1393); } /*<NAME>*/ .team6{ background: linear-gradient( #0B60AD, #134879); } /*Houston Rockets*/ .team10{ background: linear-gradient( #000000, #2c2626); } /*<NAME>*/ .team29{ background: linear-gradient( #001F70 , #00113f); } /*New Orleans Pelicans*/ .team3{ background: linear-gradient( #002B5C, #003674); } /*San Antonio Spurs*/ .team24{ background: linear-gradient( #000000, #292727); } /*<NAME>*/ .team7{ background: linear-gradient( #4B90CD, #185b97); } /*Minnesota Timberwolves*/ .team16{ background: linear-gradient( #0F4D92, #04356c); } /*Oklahoma City Thunder*/ .team25{ background: linear-gradient( #007DC3, #08476a); } /*Portland Blazers*/ .team22{ background: linear-gradient( #F0163A, #b10521); } /*Utah Jazz*/ .team26{ background: linear-gradient( #00275D, #011d44); } /*East Easterners*/ .team53{ background: linear-gradient( #1e4b87, #1e4b87); } /*West Westerners*/ .team54{ background: linear-gradient( #1e4b87, #1e4b87); } /* NBA teams end */ /* NHL teams */ /*Tampa Bay Lightning*/ .team4973{ background: linear-gradient( #013E7D , #00254b); } /*Montreal Canadiens*/ .team4963{ background: linear-gradient( #BF2F38 , #a80b15); } /*Toronto Maple Leafs*/ .team4974{ background: linear-gradient( #003777 , #024593 ); } /*Boston Bruins*/ .team4954{ background: linear-gradient( #000000 , #332c2c); } /*Ottawa Senators*/ .team4967{ background: linear-gradient( #E4173E , #b80023); } /*Buffalo Sabres*/ .team4955{ background: linear-gradient( #002E62 , #01428c); } /*Detroit Red Wings*/ .team4958{ background: linear-gradient( #EC1F26 , #c50209); } /*Florida Panthers*/ .team4979{ background: linear-gradient( #C8213F , #9c0722); } /*<NAME>*/ .team4960{ background: linear-gradient( #E03A3E , #b2090d); } /*Pittsburgh Penguins*/ .team4969{ background: linear-gradient( #000000 , #383535); } /*Washington Capitals*/ .team4976{ background: linear-gradient( #CF132B , #a80117); } /*New York Rangers*/ .team4966{ background: linear-gradient( #0161AB , #044a7f ); } /*Philadelphia Flyers*/ .team4968{ background: linear-gradient( #F47940, #cb5017); } /*New Jersey Devils*/ .team4964{ background: linear-gradient( #E03A3E, #b01518); } /*New York Islanders*/ .team4965{ background: linear-gradient( #00529B, #083f71); } /*Columbus Blue Jackets*/ .team4982{ background: linear-gradient( #00285C, #053c85); } /*Dallas Stars*/ .team4962{ background: linear-gradient( #006A4E, #044735); } /*Nashville Predators*/ .team4980{ background: linear-gradient( #FDBB2F, #d39003); } /*Minnesota Wild*/ .team4983{ background: linear-gradient( #BF2B37, #9a0511); } /*St Louis Blues*/ .team4972{ background: linear-gradient( #0546A0, #073678); } /*Winnipeg Jets*/ .team4981{ background: linear-gradient( #002E62, #062140); } /*Chicago Blackhawks*/ .team4957{ background: linear-gradient( #E3263A, #b20b1d); } /*Colorado Avalanche*/ .team4970{ background: linear-gradient( #8B2942 , #660820); } /*Arizona Coyotes*/ .team4977{ background: linear-gradient( #841F27, #5c080e); } /*<NAME>*/ .team4978{ background: linear-gradient( #000000, #362c2d); } /*Los Angeles Kings*/ .team4961{ background: linear-gradient( #000000, #2f2f2f); } /*<NAME>*/ .team4971{ background: linear-gradient( #05535D, #12717d); } /*Vancouver Canucks*/ .team4975{ background: linear-gradient( #07346F, #04234b); } /*<NAME>*/ .team4956{ background: linear-gradient( #E03A3E, #cc060a); } /*<NAME>*/ .team4959{ background: linear-gradient( #072754, #1e4b87); } /*Team Toews All Stars */ .team5193{ background: linear-gradient( #1e4b87, #1e4b87); } /*Team Foligno All Stars*/ .team5194{ background: linear-gradient( #1e4b87, #1e4b87); } /* NHL teams end */ /* NFL teams */ /*Buffalo Bills*/ .team324{ background: linear-gradient( #00338D , #0c2c66); } /*<NAME>*/ .team345{ background: linear-gradient( #008D97 , #0f7279); } /*New England Patriots*/ .team348{ background: linear-gradient( #0D254C , #0f3779 ); } /*New York Jets*/ .team352{ background: linear-gradient( #0C371D , #055826); } /*<NAME>*/ .team332{ background: linear-gradient( #FB4F14 , #ce4a1c); } /*Kansas City Chiefs*/ .team339{ background: linear-gradient( #B20032 , #d30a42); } /*Oakland Raiders*/ .team341{ background: linear-gradient( #000000 , #393536); } /*San Diego Chargers*/ .team357{ background: linear-gradient( #5B92E5 , #165cc7); } /*<NAME>*/ .team366{ background: linear-gradient( #280353 , #421577); } /*<NAME>*/ .team327{ background: linear-gradient( #FB4F14 , #cd3703); } /*<NAME>*/ .team329{ background: linear-gradient( #26201E , #443d3b); } /*Pittsburgh Steelers*/ .team356{ background: linear-gradient( #000000 , #2e2a29 ); } /*Houston Texans*/ .team325{ background: linear-gradient( #02253A, #0e3c58); } /*<NAME>*/ .team365{ background: linear-gradient( #007198, #178db6); } /*Tennessee Titans*/ .team336{ background: linear-gradient( #648FCC, #1c54a4); } /*Dallas Cowboys*/ .team331{ background: linear-gradient( #002244, #17416c); } /*New York Giants*/ .team351{ background: linear-gradient( #192F6B, #14348c); } /*Philadelphia Eagles*/ .team354{ background: linear-gradient( #003B48, #0f5564); } /*Washington Redskins*/ .team363{ background: linear-gradient( #773141, #571020); } /*Arizona Cardinals*/ .team355{ background: linear-gradient( #870619, #6b101e); } /*San Francisco 49ers*/ .team359{ background: linear-gradient( #AF1E2C, #880512); } /*Seattle Seahawks*/ .team361{ background: linear-gradient( #06192E, #022e5f); } /*Indiananapolis Colts*/ .team338{ background: linear-gradient( #003B7B , #1156a0); } /*St louis rams*/ .team343{ background: linear-gradient( #13264B, #143577); } /*Chicago Bears*/ .team326{ background: linear-gradient( #03202F, #103446); } /*Detroit lions*/ .team334{ background: linear-gradient( #006DB0, #2a9de4); } /*Green Bay Packers*/ .team335{ background: linear-gradient( #213D30, #1e5139); } /*Minnesota Vikings*/ .team347{ background: linear-gradient( #4F2682, #6c2cbd); } /*Atlanta Falcons*/ .team323{ background: linear-gradient( #BD0D18, #a72c34); } /*Carolina Panthers*/ .team364{ background: linear-gradient( #0088CE, #1f6082); } /*New Orleans Saints*/ .team350{ background: linear-gradient( #494949, #000000); } /*Tampa Bay Buccaneers*/ .team362{ background: linear-gradient( #D60A0B, #b72e2f); } /* NFL teams end */ /* MLS teams*/ /*Chicago Fire*/ .team-chicago-fire{ background: linear-gradient( #AF2626, #d61414); } /*Chivas USA*/ .team-chivas-usa{ background: linear-gradient( #AA002C, #d70d41); } /*Colorado Rapids*/ .team-colorado-rapids{ background: linear-gradient( #91022D, #730d2b); } /*Columbus Crew*/ .team-columbus-crew{ background: linear-gradient( #FFDB00, #ecce1b); } /*DC United*/ .team-dc-united{ background: linear-gradient( #DD0000, #bf0f0f); } /*FC Dallas*/ .team-fc-dallas{ background: linear-gradient( #CF0032, #e81b4d); } /*Houston Dynamos */ .team-houston-dynamo{ background: linear-gradient( #F36600, #e77c2f); } /*Los Angeles Galaxy*/ .team-los-angeles-galaxy{ background: linear-gradient( #00245D, #123977); } /*Montreal Impact*/ .team-montreal-impact{ background: linear-gradient( #122089, #2e3ca6); } /*New England Revolution*/ .team-new-england-revolution{ background: linear-gradient( #0A2141, #1b3963); } /*New York City FC*/ .team-new-york-city-fc{ background: linear-gradient( #6CADDF , #4f90c3); } /*New York Red Bulls*/ .team-new-york-red-bulls{ background: linear-gradient( #012055, #0c234b); } /*Orlando City SC*/ .team-orlando-city-sc{ background: linear-gradient( #633492, #491e74); } /*Philadelphia Union*/ .team-philadelphia-union{ background: linear-gradient( #001B2D, #072e48); } /*Portland Timbers*/ .team-portland-timbers{ background: linear-gradient( #004812, #115e24); } /*Real Salt Lake*/ .team-real-salt-lake{ background: linear-gradient( #A50531, #b42049); } /*San Jose Earthquake*/ .team-san-jose-earthquakes{ background: linear-gradient( #0051BA, #1351a2); } /*Seattle Sounders FC*/ .team-seattle-sounders-fc{ background: linear-gradient( #4F8A10, #549d06); } /*Sporting Kansas City*/ .team-sporting-kansas-city{ background: linear-gradient( #A4BBD7, #89a4c6); } /*Toronto FC*/ .team-toronto-fc{ background: linear-gradient( #D80016, #ca1a2c); } /*Vancouver Whitecaps FC*/ .team-vancouver-whitecaps-fc{ background: linear-gradient( #12264C, #223559); } /* MLS teams end */ /*CFL teams*/ /*<NAME>*/ .team5611{ background: linear-gradient( #FFB60F, #e8b236); } /*<NAME>*/ .team5612{ background: linear-gradient( #AF0A18, #c42c39); } /*ottawa redblacks*/ .team27755{ background: linear-gradient( #000000, #404040); } /*Toronto Argonauts*/ .team5615{ background: linear-gradient( #003163, #124171); } /*BC lions*/ .team5608{ background: linear-gradient( #EC6E22, #ce6628); } /*<NAME>*/ .team5609{ background: linear-gradient( #DC1407, #f1392d); } /*<NAME>*/ .team5610{ background: linear-gradient( #00471D, #12572e); } /*<NAME>*/ .team5614{ background: linear-gradient( #2C7446, #3a8053); } /*Winnipeg Blue Bombers*/ .team5616{ background: linear-gradient( #12264C, #223559); }
public/css/team-colours.css
/* <NAME>*/ .team253{ background: linear-gradient( #A71930 , #c92437); } /*Colorado Rockies*/ .team251{ background: linear-gradient( #333366 , #322f70); } /*Los Angles Dodgers */ .team243{ background: linear-gradient( #083C6B , #1e4b87 ); } /*<NAME>*/ .team249{ background: linear-gradient( #002147 , #1e4b87); } /*San Francisco Giants */ .team250{ background: linear-gradient( #F2552C , #fb3c0a); } /*<NAME>*/ .team252{ background: linear-gradient( #0077C8 , #1e4b87); } /*Atlanta Braves*/ .team239{ background: linear-gradient( #002F5F , #1e4b87); } /*Washington Nationals */ .team244{ background: linear-gradient( #11225B , #1e4b87); } /*New York Mets*/ .team245{ background: linear-gradient( #002C77 , #1e4b87); } /*Philadel<NAME>*/ .team246{ background: linear-gradient( #BA0C2F , #ea1d47); } /*<NAME>*/ .team232{ background: linear-gradient( #182B49 , #1e4b87); } /*Chicago Cubs*/ .team240{ background: linear-gradient( #CC0033 , #b20f38 ); } /*Cincinnati Reds*/ .team241{ background: linear-gradient( #C6011F, #de1e3c); } /*Pittsburg Pirates*/ .team247{ background: linear-gradient( #000000, #26251b); } /*St. Louis Cardinals*/ /*.team248{ background: linear-gradient( #0A2252, #082051); }*/ .team248{ background: linear-gradient( #C41E3A, #cb364f); } /*Tampa Bay Rays*/ .team254{ background: linear-gradient( #9ECEEE, #6EAAD2); } /*Baltimore Orioles*/ .team225{ background: linear-gradient( #ED4C09, #ED5C20); } /*Boston Red Sox*/ .team226{ background: linear-gradient( #002244, #09325A); } /*New York Yankees*/ .team234{ background: linear-gradient( #1C2841, #213662); } /*Toronto Blue Jays*/ .team238{ background: linear-gradient( #041E42, #003DA5); } /*Los Angeles Angels*/ .team227{ background: linear-gradient( #B71234, #D00000); } /*Oakland Athletics*/ .team235{ background: linear-gradient( #003831, #014e44); } /*Seattle mariners*/ .team236{ background: linear-gradient( #0C2C56 , #0b4074); } /*Texas Rangers*/ .team237{ background: linear-gradient( #003279, #04439d); } /*Houston Astros*/ .team242{ background: linear-gradient( #072854, #0f386e); } /*Chicago White Sox*/ .team228{ background: linear-gradient( #000000, #2f2f2f); } /*Cleveland Indians*/ .team229{ background: linear-gradient( #003366, #034485); } /*Detroit Tigers*/ .team230{ background: linear-gradient( #001742, #112751); } /*Kansas City Royals*/ .team231{ background: linear-gradient( #74B4FA, #0e57a8); } /*Minnesota Twins*/ .team233{ background: linear-gradient( #072754, #1e4b87); } /*Nl All Stars*/ .team322{ background: linear-gradient( #072854, #0f386e); } /*Al All Stars*/ .team321{ background: linear-gradient(#CC0033 , #b20f38); } /* MLB teams end */ /* NBA teams */ /* Boston Celtics*/ .team2{ background: linear-gradient( #009E60 , #30b581); } /*Brooklyn Nets*/ .team17{ background: linear-gradient( #000000 , #383636); } /*New York Knicks */ .team18{ background: linear-gradient( #0953A0 , #2368af ); } /*Philadelphia 76ers*/ .team20{ background: linear-gradient( #D0103A , #c70630); } /*Toronto Raptors*/ .team28{ background: linear-gradient( #000000 , #383636); } /* Chicago Bulls */ .team4{ background: linear-gradient( #D4001F , #aa1d32); } /*<NAME>*/ .team5{ background: linear-gradient( #860038 , #620029); } /*Detroit pistons*/ .team8{ background: linear-gradient( #00519A , #02427b); } /*Indiana Pacers*/ .team11{ background: linear-gradient( #FFC322 , #e4ae1c); } /*<NAME>*/ .team15{ background: linear-gradient( #003614 , #016426); } /*Atlanta Hawks*/ .team1{ background: linear-gradient( #000080 , #1b1b9e); } /*<NAME>*/ .team5312{ background: linear-gradient( #1D1160 , #30227d ); } /* Miami Heat*/ .team14{ background: linear-gradient( #B62630, #9b0a14); } /* <NAME> */ .team19{ background: linear-gradient( #0047AB, #073981); } /*Washington Wizards*/ .team27{ background: linear-gradient( #002244, #13375c); } /*Golden State Warriors*/ .team9{ background: linear-gradient( #FFCC33, #f9bb03); } /*Los Angeles Clippers*/ .team12{ background: linear-gradient( #146AA2, #025387); } /*Los Angeles Lakers*/ .team13{ background: linear-gradient( #F5AF1B, #e69d04); } /*Phoenix Suns*/ .team21{ background: linear-gradient( #1C105E, #0b023e); } /*Sacramento Kings*/ .team23{ background: linear-gradient( #753BBD, #4c1393); } /*<NAME>*/ .team6{ background: linear-gradient( #0B60AD, #134879); } /*Houston Rockets*/ .team10{ background: linear-gradient( #000000, #2c2626); } /*<NAME>*/ .team29{ background: linear-gradient( #001F70 , #00113f); } /*New Orleans Pelicans*/ .team3{ background: linear-gradient( #002B5C, #003674); } /*San Antonio Spurs*/ .team24{ background: linear-gradient( #000000, #292727); } /*<NAME>*/ .team7{ background: linear-gradient( #4B90CD, #185b97); } /*Minnesota Timberwolves*/ .team16{ background: linear-gradient( #0F4D92, #04356c); } /*Oklahoma City Thunder*/ .team25{ background: linear-gradient( #007DC3, #08476a); } /*Portland Blazers*/ .team22{ background: linear-gradient( #F0163A, #b10521); } /*Utah Jazz*/ .team26{ background: linear-gradient( #00275D, #011d44); } /*East Easterners*/ .team53{ background: linear-gradient( #1e4b87, #1e4b87); } /*West Westerners*/ .team54{ background: linear-gradient( #1e4b87, #1e4b87); } /* NBA teams end */ /* NHL teams */ /*Tampa Bay Lightning*/ .team4973{ background: linear-gradient( #013E7D , #00254b); } /*Montreal Canadiens*/ .team4963{ background: linear-gradient( #BF2F38 , #a80b15); } /*Toronto Maple Leafs*/ .team4974{ background: linear-gradient( #003777 , #024593 ); } /*Boston Bruins*/ .team4954{ background: linear-gradient( #000000 , #332c2c); } /*Ottawa Senators*/ .team4967{ background: linear-gradient( #E4173E , #b80023); } /*Buffalo Sabres*/ .team4955{ background: linear-gradient( #002E62 , #01428c); } /*Detroit Red Wings*/ .team4958{ background: linear-gradient( #EC1F26 , #c50209); } /*Florida Panthers*/ .team4979{ background: linear-gradient( #C8213F , #9c0722); } /*<NAME>*/ .team4960{ background: linear-gradient( #E03A3E , #b2090d); } /*Pittsburgh Penguins*/ .team4969{ background: linear-gradient( #000000 , #383535); } /*Washington Capitals*/ .team4976{ background: linear-gradient( #CF132B , #a80117); } /*New York Rangers*/ .team4966{ background: linear-gradient( #0161AB , #044a7f ); } /*Philadelphia Flyers*/ .team4968{ background: linear-gradient( #F47940, #cb5017); } /*New Jersey Devils*/ .team4964{ background: linear-gradient( #E03A3E, #b01518); } /*New York Islanders*/ .team4965{ background: linear-gradient( #00529B, #083f71); } /*Columbus Blue Jackets*/ .team4982{ background: linear-gradient( #00285C, #053c85); } /*Dallas Stars*/ .team4962{ background: linear-gradient( #006A4E, #044735); } /*Nashville Predators*/ .team4980{ background: linear-gradient( #FDBB2F, #d39003); } /*Minnesota Wild*/ .team4983{ background: linear-gradient( #BF2B37, #9a0511); } /*St Louis Blues*/ .team4972{ background: linear-gradient( #0546A0, #073678); } /*Winnipeg Jets*/ .team4981{ background: linear-gradient( #002E62, #062140); } /*Chicago Blackhawks*/ .team4957{ background: linear-gradient( #E3263A, #b20b1d); } /*Colorado Avalanche*/ .team4970{ background: linear-gradient( #8B2942 , #660820); } /*Arizona Coyotes*/ .team4977{ background: linear-gradient( #841F27, #5c080e); } /*<NAME>*/ .team4978{ background: linear-gradient( #000000, #362c2d); } /*Los Angeles Kings*/ .team4961{ background: linear-gradient( #000000, #2f2f2f); } /*<NAME>*/ .team4971{ background: linear-gradient( #05535D, #12717d); } /*Vancouver Canucks*/ .team4975{ background: linear-gradient( #07346F, #04234b); } /*<NAME>*/ .team4956{ background: linear-gradient( #E03A3E, #cc060a); } /*<NAME>*/ .team4959{ background: linear-gradient( #072754, #1e4b87); } /*Team Toews All Stars */ .team5193{ background: linear-gradient( #1e4b87, #1e4b87); } /*Team Foligno All Stars*/ .team5194{ background: linear-gradient( #1e4b87, #1e4b87); } /* NHL teams end */ /* NFL teams */ /*Buffalo Bills*/ .team324{ background: linear-gradient( #00338D , #0c2c66); } /*<NAME>*/ .team345{ background: linear-gradient( #008D97 , #0f7279); } /*New England Patriots*/ .team348{ background: linear-gradient( #0D254C , #0f3779 ); } /*New York Jets*/ .team352{ background: linear-gradient( #0C371D , #055826); } /*<NAME>*/ .team332{ background: linear-gradient( #FB4F14 , #ce4a1c); } /*Kansas City Chiefs*/ .team339{ background: linear-gradient( #B20032 , #d30a42); } /*Oakland Raiders*/ .team341{ background: linear-gradient( #000000 , #393536); } /*San Diego Chargers*/ .team357{ background: linear-gradient( #5B92E5 , #165cc7); } /*<NAME>*/ .team366{ background: linear-gradient( #280353 , #421577); } /*<NAME>*/ .team327{ background: linear-gradient( #FB4F14 , #cd3703); } /*<NAME>*/ .team329{ background: linear-gradient( #26201E , #443d3b); } /*Pittsburgh Steelers*/ .team356{ background: linear-gradient( #000000 , #2e2a29 ); } /*Houston Texans*/ .team325{ background: linear-gradient( #02253A, #0e3c58); } /*<NAME>*/ .team365{ background: linear-gradient( #007198, #178db6); } /*Tennessee Titans*/ .team336{ background: linear-gradient( #648FCC, #1c54a4); } /*Dallas Cowboys*/ .team331{ background: linear-gradient( #002244, #17416c); } /*New York Giants*/ .team351{ background: linear-gradient( #192F6B, #14348c); } /*Philadelphia Eagles*/ .team354{ background: linear-gradient( #003B48, #0f5564); } /*Washington Redskins*/ .team363{ background: linear-gradient( #773141, #571020); } /*Arizona Cardinals*/ .team355{ background: linear-gradient( #870619, #6b101e); } /*San Francisco 49ers*/ .team359{ background: linear-gradient( #AF1E2C, #880512); } /*Seattle Seahawks*/ .team361{ background: linear-gradient( #06192E, #022e5f); } /*Indiananapolis Colts*/ .team338{ background: linear-gradient( #003B7B , #1156a0); } /*St louis rams*/ .team343{ background: linear-gradient( #13264B, #143577); } /*Chicago Bears*/ .team326{ background: linear-gradient( #03202F, #103446); } /*Detroit lions*/ .team334{ background: linear-gradient( #006DB0, #2a9de4); } /*Green Bay Packers*/ .team335{ background: linear-gradient( #213D30, #1e5139); } /*Minnesota Vikings*/ .team347{ background: linear-gradient( #4F2682, #6c2cbd); } /*Atlanta Falcons*/ .team323{ background: linear-gradient( #BD0D18, #a72c34); } /*Carolina Panthers*/ .team364{ background: linear-gradient( #0088CE, #1f6082); } /*New Orleans Saints*/ .team350{ background: linear-gradient( #494949, #000000); } /*Tampa Bay Buccaneers*/ .team362{ background: linear-gradient( #D60A0B, #b72e2f); } /* NFL teams end */ /* MLS teams*/ /*Chicago Fire*/ .team-chicago-fire{ background: linear-gradient( #AF2626, #d61414); } /*Chivas USA*/ .team-chivas-usa{ background: linear-gradient( #AA002C, #d70d41); } /*Colorado Rapids*/ .team-colorado-rapids{ background: linear-gradient( #91022D, #730d2b); } /*Columbus Crew*/ .team-columbus-crew{ background: linear-gradient( #FFDB00, #ecce1b); } /*DC United*/ .team-dc-united{ background: linear-gradient( #DD0000, #bf0f0f); } /*FC Dallas*/ .team-fc-dallas{ background: linear-gradient( #CF0032, #e81b4d); } /*Houston Dynamos */ .team-houston-dynamo{ background: linear-gradient( #F36600, #e77c2f); } /*Los Angeles Galaxy*/ .team-los-angeles-galaxy{ background: linear-gradient( #00245D, #123977); } /*Montreal Impact*/ .team-montreal-impact{ background: linear-gradient( #122089, #2e3ca6); } /*New England Revolution*/ .team-new-england-revolution{ background: linear-gradient( #0A2141, #1b3963); } /*New York City FC*/ .team-new-york-city-fc{ background: linear-gradient( #6CADDF , #4f90c3); } /*New York Red Bulls*/ .team-new-york-red-bulls{ background: linear-gradient( #012055, #0c234b); } /*Orlando City SC*/ .team-orlando-city-sc{ background: linear-gradient( #633492, #491e74); } /*Philadelphia Union*/ .team-philadelphia-union{ background: linear-gradient( #001B2D, #072e48); } /*Portland Timbers*/ .team-portland-timbers{ background: linear-gradient( #004812, #115e24); } /*Real Salt Lake*/ .team-real-salt-lake{ background: linear-gradient( #A50531, #b42049); } /*San Jose Earthquake*/ .team-san-jose-earthquakes{ background: linear-gradient( #0051BA, #1351a2); } /*Seattle Sounders FC*/ .team-seattle-sounders-fc{ background: linear-gradient( #4F8A10, #549d06); } /*Sporting Kansas City*/ .team-sporting-kansas-city{ background: linear-gradient( #A4BBD7, #89a4c6); } /*Toronto FC*/ .team-toronto-fc{ background: linear-gradient( #D80016, #ca1a2c); } /*Vancouver Whitecaps FC*/ .team-vancouver-whitecaps-fc{ background: linear-gradient( #12264C, #223559); } /* MLS teams end */ /*CFL teams*/ /*<NAME>*/ .team5611{ background: linear-gradient( #FFB60F, #e8b236); } /*<NAME>*/ .team5612{ background: linear-gradient( #AF0A18, #c42c39); } /*ottawa redblacks*/ .team27755{ background: linear-gradient( #000000, #404040); } /*Toronto Argonauts*/ .team5615{ background: linear-gradient( #003163, #124171); } /*BC lions*/ .team5608{ background: linear-gradient( #EC6E22, #ce6628); } /*<NAME>*/ .team5609{ background: linear-gradient( #DC1407, #f1392d); } /*<NAME>*/ .team5610{ background: linear-gradient( #00471D, #12572e); } /*<NAME>*/ .team5614{ background: linear-gradient( #2C7446, #3a8053); } /*Winnipeg Blue Bombers*/ .team5616{ background: linear-gradient( #12264C, #223559); }
0.275519
0.07579
*{ /* outline: 1px solid #03a9f4;*/ margin: 0; padding:0; font-family: 'Playfair Display', serif; box-sizing: inherit; } ul, li { margin: 0; padding: 0; } .container{ width: 901px; margin: 0 auto; } nav li{ display: inline-block; list-style-type: none; text-decoration: none; font-size: 14px; } li a{ color: black; text-decoration: none; width: 120px; } .nav-menu{ margin:80px 0px 100px 0px; text-align: center; padding:0px; } .menu-width1{ padding-right: 120px; } .menu-width2{ padding-right: 105px;} .menu-width3{padding-right: 95px;} .menu-width4{} .nav-menu a:hover { color: #03a9f4; } .block-news{ display: inline-block; width: 420px; backgraund-color:#e6edee; } .block-news:nth-child(odd){ margin-right:57px; } .block-news:nth-child(-n+4){ margin-bottom: 135px; } .foto{ width: 420px; height:280px; ; } .namber{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-1.jpg) } .namber2{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-2.jpg); } .namber3{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-3.jpg) } .namber4{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-4.jpg) } .namber5{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-5.jpg) } .namber6{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-6.jpg) } .ubuntu{ font-family: 'Ubuntu', sans-serif; font-size: 14px; color: #b4ad9e; padding:20px 0px; } h2{ color: rgb(98, 98, 98); font-size: 30px; margin-bottom: 45px; } button{ display:block; font-size: 20px; border:1px solid rgb(98, 98, 98); background-color:white; margin:58px auto; width:165px; height: 60px; cursor: pointer; } button:hover{ background-color: #03a9f4; color: white; }
work-3/css/style.css
*{ /* outline: 1px solid #03a9f4;*/ margin: 0; padding:0; font-family: 'Playfair Display', serif; box-sizing: inherit; } ul, li { margin: 0; padding: 0; } .container{ width: 901px; margin: 0 auto; } nav li{ display: inline-block; list-style-type: none; text-decoration: none; font-size: 14px; } li a{ color: black; text-decoration: none; width: 120px; } .nav-menu{ margin:80px 0px 100px 0px; text-align: center; padding:0px; } .menu-width1{ padding-right: 120px; } .menu-width2{ padding-right: 105px;} .menu-width3{padding-right: 95px;} .menu-width4{} .nav-menu a:hover { color: #03a9f4; } .block-news{ display: inline-block; width: 420px; backgraund-color:#e6edee; } .block-news:nth-child(odd){ margin-right:57px; } .block-news:nth-child(-n+4){ margin-bottom: 135px; } .foto{ width: 420px; height:280px; ; } .namber{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-1.jpg) } .namber2{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-2.jpg); } .namber3{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-3.jpg) } .namber4{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-4.jpg) } .namber5{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-5.jpg) } .namber6{ background-image: url(https://raw.githubusercontent.com/dima-kulikov/uroki-online/master/work-3/img/image-6.jpg) } .ubuntu{ font-family: 'Ubuntu', sans-serif; font-size: 14px; color: #b4ad9e; padding:20px 0px; } h2{ color: rgb(98, 98, 98); font-size: 30px; margin-bottom: 45px; } button{ display:block; font-size: 20px; border:1px solid rgb(98, 98, 98); background-color:white; margin:58px auto; width:165px; height: 60px; cursor: pointer; } button:hover{ background-color: #03a9f4; color: white; }
0.2304
0.106412
#top { width: 100%; background: #E3E4E5; } .top { height: 30px; } .top .top-weizhi { width: 75px; height: 30px; line-height: 30px; text-align: center; } .top .top-weizhi a { display: block; height: 30px; font-size: 14px; color: #333333; } .top .top-weizhi a:hover { color: red; } .top .top-login p { height: 30px; text-align: center; line-height: 30px; font-size: 14px; } .top .top-login p a { color: #333333; } .top .top-login p a:hover { color: red; } .top .top-menu { height: 30px; width: 750px; text-align: center; line-height: 30x; } .top .top-menu .u1 { display: block; height: 30px; float: left; line-height: 30px; font-size: 14px; margin-left: 15px; color: #333333; } .top .top-menu .u1:hover { color: red; background: white; } .top .top-menu .u1:hover .top-l1 { background: white; } .top .top-menu .u1:hover .u2 { display: block; } .top .top-menu .u1:hover .erwei { display: block; color: #333333; } .top .top-menu .u1:hover .daohan { display: block; } .top .top-menu .u1 .u2 { display: none; position: absolute; top: 30px; left: 625px; width: 55px; background: white; border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; border-bottom: 1px solid gainsboro; } .top .top-menu .u1 .u2 li a { font-size: 12px; color: #333333; } .top .top-menu .u1 .u2 li a:hover { color: red; } .top .top-menu .u1 .vip { display: block; width: 20px; height: 20px; float: left; margin-top: 3px; text-align: center; background: url(../images/icon.png) no-repeat -52px -16px; } .top .top-menu .u1 .kehu { width: 20px; height: 20px; float: left; margin-top: 5px; text-align: center; } .top .top-menu .u1 .jubao { display: block; width: 25px; height: 25px; float: left; text-align: center; background: url(../images/top-icon-new.png) no-repeat -170px 2px; } .top .top-menu .u1 .dh { display: block; width: 20px; height: 20px; float: left; margin-top: 3px; text-align: center; background: url(../images/icon.png) no-repeat -72px -16px; } .top .top-menu .u1 p { float: left; } .top .top-menu .u1 .erwei { display: none; position: absolute; top: 30px; left: 692px; width: 240px; height: 130px; border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; border-bottom: 1px solid gainsboro; background: white; } .top .top-menu .u1 .erwei .img1 { width: 100px; height: 100px; float: left; } .top .top-menu .u1 .erwei p { float: left; width: 100px; height: 14px; font-size: 12px; text-align: center; } .top .top-menu .u1 .erwei ul { float: right; width: 120px; height: 120px; } .top .top-menu .u1 .erwei ul li { width: 80px; height: 20px; line-height: 20px; background: lightgray; margin: 15px 15px; border-radius: 2px; text-align: center; font-size: 12px; } .top .top-menu .u1 .erwei ul li:hover { color: red; } .top .top-menu .u1 .daohan { display: none; position: absolute; top: 30px; left: 158px; width: 1200px; height: 180px; border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; border-bottom: 1px solid gainsboro; background: white; z-index: 9; } .top .top-menu .u1 .daohan li { width: 240px; height: 180px; float: left; } .top .top-menu .u1 .daohan li p { width: 240px; height: 50px; text-align: center; line-height: 50px; color: red; font-size: 14px; } .top .top-menu .u1 .daohan li .u3 { width: 240px; height: 130px; } .top .top-menu .u1 .daohan li .u3 li { float: left; height: 30px; width: 120px; text-align: center; font-size: 12px; color: #333333; } #nav { width: 100%; height: 146px; background: #F7F7F7; } .nav { height: 146px; } .nav .n_l { width: 220px; height: 146px; float: left; text-align: center; line-height: 146px; background: #FFFFFF; } .nav .n_l img{ float: left; height: 50px; width: 100px; margin: 30px 0 0 10px; } .nav .n_l span{ float: left; height: 50px; line-height: 50px; width: 2px; background: gainsboro; margin: 30px 0 0 10px; } .nav .n_l p{ float: left; width: 95px; height: 20px; line-height: 20px; font-size: 12px; margin: 35px 0 0 0; } .nav .n_l h4{ float: left; width: 95px; height: 25px; line-height: 25px; font-size: 12px; color: #C9C5C5; } .nav .n_l h2{ float: left; width: 220px; height: 45px; line-height: 45px; font-size: 12px; color: #FFFFFF; margin: 20px 0 0 0; background: red; } .nav .n_t { width: 980px; height: 100px; float: left; } .nav .n_t .t_lf { float: left; width: 624px; height: 100px; } .nav .n_t .t_lf #inp1 { margin: 25px 0 0 112px; float: left; height: 33px; width: 438px; border: 1px solid #F21C1C; } .nav .n_t .t_lf #botn1 { float: left; margin-top: 25px; background: #F21C1C; color: #FFFFFF; height: 35px; width: 70px; } .nav .n_t .t_lf p { float: left; width: 60px; height: 12px; line-height: 12px; font-size: 12px; margin: 8px 0 0 112px; } .nav .n_t .t_lf .u4 { float: left; width: 300px; height: 12px; text-align: center; line-height: 12px; margin: 8px 0 0 0; } .nav .n_t .t_lf .u4 li { float: left; margin: 0 5px 0 10px; } .nav .n_t .t_lf .u4 li a { display: block; height: 12px; font-size: 12px; color: #333333; } .nav .n_t .t_rg { float: left; width: 356px; height: 100px; } .nav .n_t .t_rg .rg_r { background: #FFFFFF; width: 160px; height: 40px; text-align: center; line-height: 40px; float: right; margin-top: 25px; font-size: 12px; color: #333333; } .nav .n_t .t_rg .rg_r .img3 { width: 18px; height: 18px; } .nav .n_t .t_rg .rg_r .rg_tb { display: none; background: red; width: 20px; height: 20px; font-size: 12px; text-align: center; line-height: 20px; border-radius: 50%; } .nav .n_b { height: 46px; width: 980px; float: left; } .nav .n_b .u5 { width: 980px; height: 46px; float: left; } .nav .n_b .u5 li { float: left; height: 46px; text-align: center; line-height: 46px; margin: 0 10px 0 20px; } .nav .n_b .u5 li a { color: #333333; } .nav .n_b .u5 li:hover a { color: red; } .nav .n_b .u5 li:hover .u6 { display: block; } .nav .n_b .u5 li:hover .u7 { display: block; } .nav .n_b .u5 li .u6 { display: none; width: 64px; position: absolute; top: 176px; left: 745px; border: 1px solid gainsboro; z-index: 9; background: white; } .nav .n_b .u5 li .u6 li { width: 64px; margin: 0px; font-size: 12px; } .nav .n_b .u5 li .u6 li a { color: #333333; } .nav .n_b .u5 li .u6 li a:hover { color: red; } .nav .n_b .u5 li .u7 { display: none; width: 64px; position: absolute; top: 176px; left: 838px; border: 1px solid gainsboro; z-index: 9; background: white; } .nav .n_b .u5 li .u7 li { width: 64px; margin: 0px; font-size: 12px; } .nav .n_b .u5 li .u7 li a { color: #333333; } .nav .n_b .u5 li .u7 li a:hover { color: red; } /*底部*/ #footers { width: 100%; background: #FFFFFF; } .footers { height: 270px; } .footers .footers_t { width: 1200px; height: 50px; margin: 30px 0; float: left; } .footers .footers_t li { width: 240px; height: 50px; float: left; } .footers .footers_t li img { float: left; height: 50px; width: 50px; margin-left: 30px; } .footers .footers_t li a { display: block; height: 30px; line-height: 30px; float: left; width: 140px; font-size: 18px; margin-left: 20px; color: #333333; } .footers .footers_t li a:hover { color: red; } .footers .footers_t li h2 { float: left; height: 20px; width: 140px; font-size: 12px; margin-left: 20px; color: #9C9C9C; } .footers .footers_b { float: left; height: 160px; width: 1200px; border-top: 1px solid silver; box-sizing: border-box; } .footers .footers_b .footers_b_lf { float: left; height: 100px; background: #FFFFFF; width: 900px; margin: 30px 0; } .footers .footers_b .footers_b_lf .footers_u1 { float: left; width: 180px; height: 100px; } .footers .footers_b .footers_b_lf .footers_u1 h2 { height: 20px; font-size: 14px; margin-bottom: 5px; } .footers .footers_b .footers_b_lf .footers_u1 li { font-size: 12px; margin-top: 5px; } .footers .footers_b .footers_b_lf .footers_u1 li a { color: #333333; } .footers .footers_b .footers_b_lf .footers_u1 li a:hover { color: red; } .footers .footers_b .footers_b_rg { width: 300px; height: 160px; float: left; background: #FFFFFF; } .footers .footers_b .footers_b_rg .footers_b_rg_img1 { float: left; height: 70px; width: 250px; margin: 30px 0 0 50px; } .footers .footers_b .footers_b_rg .footers_b_rg_img2 { float: left; height: 18px; width: 74px; margin: 17px 0 0 50px; } .footers .footers_b .footers_b_rg .footers_b_rg_img3 { float: left; height: 18px; width: 74px; margin: 17px 0 0 10px; } #bottom { width: 100%; background: #F6F6F6; } .bottom { height: 265px; } .bottom .bottom_u1 { float: left; width: 780px; margin: 0 210px; text-align: center; height: 45px; line-height: 45px; } .bottom .bottom_u1 li { float: left; height: 25px; line-height: 25px; margin: 10px 17px; font-size: 12px; } .bottom .bottom_u1 li a { color: #333333; } .bottom .bottom_u1 li a:hover { color: red; } .bottom .bottom_u1 span { float: left; height: 25px; line-height: 25px; margin: 10px 0 10px 0; } .bottom .bottom_u2 { float: left; width: 780px; margin: 0 210px; text-align: center; height: 34px; line-height: 34px; } .bottom .bottom_u2 li { line-height: 34px; float: left; text-align: center; font-size: 12px; margin: 0 18px; color: #999999; } .bottom .bottom_u3 { float: left; width: 780px; margin: 0 210px; text-align: center; height: 14px; line-height: 14px; } .bottom .bottom_u3 li { line-height: 14px; float: left; text-align: center; font-size: 12px; margin: 0 35px; color: #999999; } .bottom h3 { display: block; float: left; width: 780px; margin: 0 210px; text-align: center; height: 38px; line-height: 38px; font-size: 12px; color: #999999; } .bottom h4 { display: block; float: left; width: 780px; margin: 0 210px; text-align: center; height: 14px; line-height: 14px; font-size: 12px; color: #999999; } .bottom .bottom_u4 { float: left; width: 890px; margin: 21px 155px 0 155px; text-align: center; height: 52px; line-height: 52px; } .bottom .bottom_u4 li { height: 52px; line-height: 52px; float: left; text-align: center; font-size: 12px; margin-left: 15px; } .bottom .bottom_u5 { float: left; height: 47px; width: 1200px; } .bottom .bottom_u5 h5 { float: left; height: 47px; font-size: 12px; line-height: 47px; color: #999999; } .bottom .bottom_u5 li { float: left; height: 47px; line-height: 47px; margin: 0 20px 0 20px; font-size: 12px; } .bottom .bottom_u5 a { float: right; height: 47px; line-height: 47px; font-size: 12px; color: #999999; margin-right: 10px; } #centes{ width: 100%; background: #FFFFFF; } .centes{ height: 2988px; } .centes .centes_t{ height: 40px; float: left; line-height: 40px; width: 1200px; } .centes .centes_l{ height: 2948px; width: 220px; float: left; line-height: 40px; } .centes .centes_l .centes_l_u1{ float: left; height: 108px; width: 220px; } .centes .centes_l .centes_l_u1 li{ height: 36px; width: 220px; line-height: 36px; background: #F3F3F3; border: 1px solid #DFDFDF; box-sizing: border-box; } .centes .centes_l .centes_l_u1 li a{ color: #333333; font-size: 12px; margin-left: 10px; } .centes .centes_l .centes_l_u1 li img{ height: 28px; width: 28px; float: right; margin:4px 10px 0 0; } .centes .centes_l .centes_l_u1 li a:hover{ color: red; } .centes_l .ma_l_b { width: 220px; height: 582px; margin-top: 10px; float: left; background: #FFFFFF; } .centes_l .ma_l_b #ml_goods { height: 546px; width: 220px; float: left; } .centes_l .ma_l_b #ml_goods li { text-align: center; width: 220px; height: 91px; border: 1px solid #DFDFDF; box-sizing: border-box; } .centes_l .ma_l_b #ml_goods li img{ float: left; height: 67px; width: 62px; margin: 12px 0 12px 20px; } .centes_l .ma_l_b #ml_goods li :nth-child(2){ display: block; float: left; height: 48px; width: 120px; margin: 5px 0 0 12px; font-size: 12px; text-align: left; word-break:break-all; white-space: pre-wrap; line-height: 20px; } .centes_l .ma_l_b #ml_goods li :nth-child(3) { display: block; float: left; height: 20px; line-height: 20px; text-align: left; width: 120px; margin: 5px 0 0 12px; color: red; } .centes .centes_r{ height: 2948px; width: 960px; margin-left: 20px; float: left; line-height: 2948px; } .centes .centes_r .centes_r_t{ float: left; width: 960px; height: 388px; } .centes .centes_r .centes_r_t .centes_r_t1{ float: left; height: 36px; width: 960px; } .centes .centes_r .centes_r_t .centes_r_t1 p{ float: left; height: 36px; line-height: 36px; margin-left: 20px; font-size: 16px; color: red; } .centes .centes_r .centes_r_t .centes_r_t1 span{ display: block; float: left; height: 36px; line-height: 36px; font-size: 12px ; color: #C5C5C5; margin-left: 10px; } .centes .centes_r .centes_r_t .centes_r_t2{ float: left; height: 80px; width: 900px; margin: 20px 30px; } .centes .centes_r .centes_r_t .centes_r_t2 h2{ float: left; text-align: left; line-height: 20px; font-size: 14px; height: 20px; width: 70px; } .centes .centes_r .centes_r_t .centes_r_t2 .centes_r_u1{ width: 746px; height: 80px; float: left; } .centes .centes_r .centes_r_t .centes_r_t2 .centes_r_u1 li{ width: 106px; height: 40px; text-align: center; line-height: 40px; float: left; border: 1px solid #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_t .centes_r_t2 .centes_r_u1 li img{ height: 30px; width: 80px; } .centes .centes_r .centes_r_t .centes_r_t2 h3{ float: left; text-align: right; line-height: 20px; font-size: 14px; height: 20px; width: 84px; color: red; } .centes .centes_r .centes_r_t .centes_r_t3{ float: left; height: 200px; width: 900px; margin: 0 30px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3{ float: left; height: 40px; width: 900px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 p{ float: left; height: 40px; width: 70px;; text-align: left; line-height: 40px; font-size: 12px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 .centes_r_u2{ float: left; height: 40; line-height: 40px; width: 830px; border-top: 1px dashed #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 .centes_r_u2 li{ height: 40; float: left; font-size: 12px; margin-right: 15px; line-height: 40px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 .centes_r_u2 li a{ color: #333333; } .centes .centes_r .centes_r_t .xuanxiang{ float: left; width: 960px; text-align: center; line-height: 32px; height: 32px; } .centes .centes_r .centes_r_t .xuanxiang img{ float: left; width: 960px; height: 32px; } .centes .centes_r .centes_r_c{ float: left; width: 960px; height: 2222px; /* background: cyan;*/ } .centes .centes_r .centes_r_c .ma_r_px{ width: 960px; float: left; height: 42px; margin-top: 10px; background: #F3F3F3; border: 1px solid #C5C5C5; box-sizing: border-box; line-height: 42px; } .centes .centes_r .centes_r_c .ma_r_px a{ float: left; width: 65px; height: 42px; text-align: center; font-size: 12px; color: #333333; } .centes .centes_r .centes_r_c .ma_r_px a:hover{ color: red; background: yellow; } .centes .centes_r .centes_r_c .ma_r_px span{ float: left; width: 2px; height: 42px; text-align: center; color: #333333; } .centes .centes_r .centes_r_c #mr_goods{ float: left; height: 2080px; width: 960px; } .centes .centes_r .centes_r_c #mr_goods li{ float: left; margin: 5px 7px; height: 404px; width: 226px; text-align: center; border: 1px solid #FFFFFF; line-height: 404px; box-sizing: border-box; } .centes .centes_r .centes_r_c #mr_goods li:hover{ border: 1px solid #C5C5C5; /* box-sizing: border-box;*/ } .centes .centes_r .centes_r_c #mr_goods li img{ float: left; width: 200px; height: 200px; margin: 10px 12px; } .centes .centes_r .centes_r_c #mr_goods li #p1{ float: left; width: 200px; height: 40px; margin: 20px 12px 10px 12px; } .centes .centes_r .centes_r_c #mr_goods li #p1 a{ float: left; width: 200px; text-align: left; word-wrap: break-word; word-break:break-all; height: 40px; line-height: 20px; font-size: 12px; color: #333333; } .centes .centes_r .centes_r_c #mr_goods li p{ float: left; height: 20px; width: 200px; text-align: left; font-size: 12px; line-height: 20px; margin: 4px 12px; } .centes .centes_r .centes_r_c .page{ float: left; height: 90px; line-height: 90px; width: 560px; padding-left: 400px; } .centes .centes_r .centes_r_c .page span{ display:inline-block; margin:5px; width:40px; float: initial; line-height:1.8; text-align: center; background-color:#dfdfdf; color:#666; } .centes .centes_r .centes_r_c .page span.active{ background-color:#fc0; color:#fff; } .centes .centes_r .centes_r_b{ float: left; width: 960px; height: 338px; } .centes .centes_r .centes_r_b h2{ float: left; height: 38px; text-align: left; line-height: 38px; width: 960px; background: #F3F3F3; border: 1px solid #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_b .centes_r_b_u1{ float: left; width: 960px; height: 300px; border: 1px solid #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_b .centes_r_b_u1 li{ float: left; width: 319px; height: 150px; } .centes .centes_r .centes_r_b .centes_r_b_u1 li img{ float: left; height: 100px; width: 100px; margin: 25px 10px 25px 30px; } .centes .centes_r .centes_r_b .centes_r_b_u1 li a{ float: left; height: 35px; text-align: left; line-height: 15px; width: 150px; margin-top: 25px; font-size: 16px; word-break:break-all; color: #333333; } .centes .centes_r .centes_r_b .centes_r_b_u1 li p{ width: 150px; height: 34px; color: red; line-height: 34px; float: left; } .centes .centes_r .centes_r_b .centes_r_b_u1 li input{ border-radius: 5px; float: left; width: 80px; height: 32px; background: red; }
1811-xiangmu/src/css/list.css
#top { width: 100%; background: #E3E4E5; } .top { height: 30px; } .top .top-weizhi { width: 75px; height: 30px; line-height: 30px; text-align: center; } .top .top-weizhi a { display: block; height: 30px; font-size: 14px; color: #333333; } .top .top-weizhi a:hover { color: red; } .top .top-login p { height: 30px; text-align: center; line-height: 30px; font-size: 14px; } .top .top-login p a { color: #333333; } .top .top-login p a:hover { color: red; } .top .top-menu { height: 30px; width: 750px; text-align: center; line-height: 30x; } .top .top-menu .u1 { display: block; height: 30px; float: left; line-height: 30px; font-size: 14px; margin-left: 15px; color: #333333; } .top .top-menu .u1:hover { color: red; background: white; } .top .top-menu .u1:hover .top-l1 { background: white; } .top .top-menu .u1:hover .u2 { display: block; } .top .top-menu .u1:hover .erwei { display: block; color: #333333; } .top .top-menu .u1:hover .daohan { display: block; } .top .top-menu .u1 .u2 { display: none; position: absolute; top: 30px; left: 625px; width: 55px; background: white; border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; border-bottom: 1px solid gainsboro; } .top .top-menu .u1 .u2 li a { font-size: 12px; color: #333333; } .top .top-menu .u1 .u2 li a:hover { color: red; } .top .top-menu .u1 .vip { display: block; width: 20px; height: 20px; float: left; margin-top: 3px; text-align: center; background: url(../images/icon.png) no-repeat -52px -16px; } .top .top-menu .u1 .kehu { width: 20px; height: 20px; float: left; margin-top: 5px; text-align: center; } .top .top-menu .u1 .jubao { display: block; width: 25px; height: 25px; float: left; text-align: center; background: url(../images/top-icon-new.png) no-repeat -170px 2px; } .top .top-menu .u1 .dh { display: block; width: 20px; height: 20px; float: left; margin-top: 3px; text-align: center; background: url(../images/icon.png) no-repeat -72px -16px; } .top .top-menu .u1 p { float: left; } .top .top-menu .u1 .erwei { display: none; position: absolute; top: 30px; left: 692px; width: 240px; height: 130px; border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; border-bottom: 1px solid gainsboro; background: white; } .top .top-menu .u1 .erwei .img1 { width: 100px; height: 100px; float: left; } .top .top-menu .u1 .erwei p { float: left; width: 100px; height: 14px; font-size: 12px; text-align: center; } .top .top-menu .u1 .erwei ul { float: right; width: 120px; height: 120px; } .top .top-menu .u1 .erwei ul li { width: 80px; height: 20px; line-height: 20px; background: lightgray; margin: 15px 15px; border-radius: 2px; text-align: center; font-size: 12px; } .top .top-menu .u1 .erwei ul li:hover { color: red; } .top .top-menu .u1 .daohan { display: none; position: absolute; top: 30px; left: 158px; width: 1200px; height: 180px; border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; border-bottom: 1px solid gainsboro; background: white; z-index: 9; } .top .top-menu .u1 .daohan li { width: 240px; height: 180px; float: left; } .top .top-menu .u1 .daohan li p { width: 240px; height: 50px; text-align: center; line-height: 50px; color: red; font-size: 14px; } .top .top-menu .u1 .daohan li .u3 { width: 240px; height: 130px; } .top .top-menu .u1 .daohan li .u3 li { float: left; height: 30px; width: 120px; text-align: center; font-size: 12px; color: #333333; } #nav { width: 100%; height: 146px; background: #F7F7F7; } .nav { height: 146px; } .nav .n_l { width: 220px; height: 146px; float: left; text-align: center; line-height: 146px; background: #FFFFFF; } .nav .n_l img{ float: left; height: 50px; width: 100px; margin: 30px 0 0 10px; } .nav .n_l span{ float: left; height: 50px; line-height: 50px; width: 2px; background: gainsboro; margin: 30px 0 0 10px; } .nav .n_l p{ float: left; width: 95px; height: 20px; line-height: 20px; font-size: 12px; margin: 35px 0 0 0; } .nav .n_l h4{ float: left; width: 95px; height: 25px; line-height: 25px; font-size: 12px; color: #C9C5C5; } .nav .n_l h2{ float: left; width: 220px; height: 45px; line-height: 45px; font-size: 12px; color: #FFFFFF; margin: 20px 0 0 0; background: red; } .nav .n_t { width: 980px; height: 100px; float: left; } .nav .n_t .t_lf { float: left; width: 624px; height: 100px; } .nav .n_t .t_lf #inp1 { margin: 25px 0 0 112px; float: left; height: 33px; width: 438px; border: 1px solid #F21C1C; } .nav .n_t .t_lf #botn1 { float: left; margin-top: 25px; background: #F21C1C; color: #FFFFFF; height: 35px; width: 70px; } .nav .n_t .t_lf p { float: left; width: 60px; height: 12px; line-height: 12px; font-size: 12px; margin: 8px 0 0 112px; } .nav .n_t .t_lf .u4 { float: left; width: 300px; height: 12px; text-align: center; line-height: 12px; margin: 8px 0 0 0; } .nav .n_t .t_lf .u4 li { float: left; margin: 0 5px 0 10px; } .nav .n_t .t_lf .u4 li a { display: block; height: 12px; font-size: 12px; color: #333333; } .nav .n_t .t_rg { float: left; width: 356px; height: 100px; } .nav .n_t .t_rg .rg_r { background: #FFFFFF; width: 160px; height: 40px; text-align: center; line-height: 40px; float: right; margin-top: 25px; font-size: 12px; color: #333333; } .nav .n_t .t_rg .rg_r .img3 { width: 18px; height: 18px; } .nav .n_t .t_rg .rg_r .rg_tb { display: none; background: red; width: 20px; height: 20px; font-size: 12px; text-align: center; line-height: 20px; border-radius: 50%; } .nav .n_b { height: 46px; width: 980px; float: left; } .nav .n_b .u5 { width: 980px; height: 46px; float: left; } .nav .n_b .u5 li { float: left; height: 46px; text-align: center; line-height: 46px; margin: 0 10px 0 20px; } .nav .n_b .u5 li a { color: #333333; } .nav .n_b .u5 li:hover a { color: red; } .nav .n_b .u5 li:hover .u6 { display: block; } .nav .n_b .u5 li:hover .u7 { display: block; } .nav .n_b .u5 li .u6 { display: none; width: 64px; position: absolute; top: 176px; left: 745px; border: 1px solid gainsboro; z-index: 9; background: white; } .nav .n_b .u5 li .u6 li { width: 64px; margin: 0px; font-size: 12px; } .nav .n_b .u5 li .u6 li a { color: #333333; } .nav .n_b .u5 li .u6 li a:hover { color: red; } .nav .n_b .u5 li .u7 { display: none; width: 64px; position: absolute; top: 176px; left: 838px; border: 1px solid gainsboro; z-index: 9; background: white; } .nav .n_b .u5 li .u7 li { width: 64px; margin: 0px; font-size: 12px; } .nav .n_b .u5 li .u7 li a { color: #333333; } .nav .n_b .u5 li .u7 li a:hover { color: red; } /*底部*/ #footers { width: 100%; background: #FFFFFF; } .footers { height: 270px; } .footers .footers_t { width: 1200px; height: 50px; margin: 30px 0; float: left; } .footers .footers_t li { width: 240px; height: 50px; float: left; } .footers .footers_t li img { float: left; height: 50px; width: 50px; margin-left: 30px; } .footers .footers_t li a { display: block; height: 30px; line-height: 30px; float: left; width: 140px; font-size: 18px; margin-left: 20px; color: #333333; } .footers .footers_t li a:hover { color: red; } .footers .footers_t li h2 { float: left; height: 20px; width: 140px; font-size: 12px; margin-left: 20px; color: #9C9C9C; } .footers .footers_b { float: left; height: 160px; width: 1200px; border-top: 1px solid silver; box-sizing: border-box; } .footers .footers_b .footers_b_lf { float: left; height: 100px; background: #FFFFFF; width: 900px; margin: 30px 0; } .footers .footers_b .footers_b_lf .footers_u1 { float: left; width: 180px; height: 100px; } .footers .footers_b .footers_b_lf .footers_u1 h2 { height: 20px; font-size: 14px; margin-bottom: 5px; } .footers .footers_b .footers_b_lf .footers_u1 li { font-size: 12px; margin-top: 5px; } .footers .footers_b .footers_b_lf .footers_u1 li a { color: #333333; } .footers .footers_b .footers_b_lf .footers_u1 li a:hover { color: red; } .footers .footers_b .footers_b_rg { width: 300px; height: 160px; float: left; background: #FFFFFF; } .footers .footers_b .footers_b_rg .footers_b_rg_img1 { float: left; height: 70px; width: 250px; margin: 30px 0 0 50px; } .footers .footers_b .footers_b_rg .footers_b_rg_img2 { float: left; height: 18px; width: 74px; margin: 17px 0 0 50px; } .footers .footers_b .footers_b_rg .footers_b_rg_img3 { float: left; height: 18px; width: 74px; margin: 17px 0 0 10px; } #bottom { width: 100%; background: #F6F6F6; } .bottom { height: 265px; } .bottom .bottom_u1 { float: left; width: 780px; margin: 0 210px; text-align: center; height: 45px; line-height: 45px; } .bottom .bottom_u1 li { float: left; height: 25px; line-height: 25px; margin: 10px 17px; font-size: 12px; } .bottom .bottom_u1 li a { color: #333333; } .bottom .bottom_u1 li a:hover { color: red; } .bottom .bottom_u1 span { float: left; height: 25px; line-height: 25px; margin: 10px 0 10px 0; } .bottom .bottom_u2 { float: left; width: 780px; margin: 0 210px; text-align: center; height: 34px; line-height: 34px; } .bottom .bottom_u2 li { line-height: 34px; float: left; text-align: center; font-size: 12px; margin: 0 18px; color: #999999; } .bottom .bottom_u3 { float: left; width: 780px; margin: 0 210px; text-align: center; height: 14px; line-height: 14px; } .bottom .bottom_u3 li { line-height: 14px; float: left; text-align: center; font-size: 12px; margin: 0 35px; color: #999999; } .bottom h3 { display: block; float: left; width: 780px; margin: 0 210px; text-align: center; height: 38px; line-height: 38px; font-size: 12px; color: #999999; } .bottom h4 { display: block; float: left; width: 780px; margin: 0 210px; text-align: center; height: 14px; line-height: 14px; font-size: 12px; color: #999999; } .bottom .bottom_u4 { float: left; width: 890px; margin: 21px 155px 0 155px; text-align: center; height: 52px; line-height: 52px; } .bottom .bottom_u4 li { height: 52px; line-height: 52px; float: left; text-align: center; font-size: 12px; margin-left: 15px; } .bottom .bottom_u5 { float: left; height: 47px; width: 1200px; } .bottom .bottom_u5 h5 { float: left; height: 47px; font-size: 12px; line-height: 47px; color: #999999; } .bottom .bottom_u5 li { float: left; height: 47px; line-height: 47px; margin: 0 20px 0 20px; font-size: 12px; } .bottom .bottom_u5 a { float: right; height: 47px; line-height: 47px; font-size: 12px; color: #999999; margin-right: 10px; } #centes{ width: 100%; background: #FFFFFF; } .centes{ height: 2988px; } .centes .centes_t{ height: 40px; float: left; line-height: 40px; width: 1200px; } .centes .centes_l{ height: 2948px; width: 220px; float: left; line-height: 40px; } .centes .centes_l .centes_l_u1{ float: left; height: 108px; width: 220px; } .centes .centes_l .centes_l_u1 li{ height: 36px; width: 220px; line-height: 36px; background: #F3F3F3; border: 1px solid #DFDFDF; box-sizing: border-box; } .centes .centes_l .centes_l_u1 li a{ color: #333333; font-size: 12px; margin-left: 10px; } .centes .centes_l .centes_l_u1 li img{ height: 28px; width: 28px; float: right; margin:4px 10px 0 0; } .centes .centes_l .centes_l_u1 li a:hover{ color: red; } .centes_l .ma_l_b { width: 220px; height: 582px; margin-top: 10px; float: left; background: #FFFFFF; } .centes_l .ma_l_b #ml_goods { height: 546px; width: 220px; float: left; } .centes_l .ma_l_b #ml_goods li { text-align: center; width: 220px; height: 91px; border: 1px solid #DFDFDF; box-sizing: border-box; } .centes_l .ma_l_b #ml_goods li img{ float: left; height: 67px; width: 62px; margin: 12px 0 12px 20px; } .centes_l .ma_l_b #ml_goods li :nth-child(2){ display: block; float: left; height: 48px; width: 120px; margin: 5px 0 0 12px; font-size: 12px; text-align: left; word-break:break-all; white-space: pre-wrap; line-height: 20px; } .centes_l .ma_l_b #ml_goods li :nth-child(3) { display: block; float: left; height: 20px; line-height: 20px; text-align: left; width: 120px; margin: 5px 0 0 12px; color: red; } .centes .centes_r{ height: 2948px; width: 960px; margin-left: 20px; float: left; line-height: 2948px; } .centes .centes_r .centes_r_t{ float: left; width: 960px; height: 388px; } .centes .centes_r .centes_r_t .centes_r_t1{ float: left; height: 36px; width: 960px; } .centes .centes_r .centes_r_t .centes_r_t1 p{ float: left; height: 36px; line-height: 36px; margin-left: 20px; font-size: 16px; color: red; } .centes .centes_r .centes_r_t .centes_r_t1 span{ display: block; float: left; height: 36px; line-height: 36px; font-size: 12px ; color: #C5C5C5; margin-left: 10px; } .centes .centes_r .centes_r_t .centes_r_t2{ float: left; height: 80px; width: 900px; margin: 20px 30px; } .centes .centes_r .centes_r_t .centes_r_t2 h2{ float: left; text-align: left; line-height: 20px; font-size: 14px; height: 20px; width: 70px; } .centes .centes_r .centes_r_t .centes_r_t2 .centes_r_u1{ width: 746px; height: 80px; float: left; } .centes .centes_r .centes_r_t .centes_r_t2 .centes_r_u1 li{ width: 106px; height: 40px; text-align: center; line-height: 40px; float: left; border: 1px solid #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_t .centes_r_t2 .centes_r_u1 li img{ height: 30px; width: 80px; } .centes .centes_r .centes_r_t .centes_r_t2 h3{ float: left; text-align: right; line-height: 20px; font-size: 14px; height: 20px; width: 84px; color: red; } .centes .centes_r .centes_r_t .centes_r_t3{ float: left; height: 200px; width: 900px; margin: 0 30px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3{ float: left; height: 40px; width: 900px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 p{ float: left; height: 40px; width: 70px;; text-align: left; line-height: 40px; font-size: 12px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 .centes_r_u2{ float: left; height: 40; line-height: 40px; width: 830px; border-top: 1px dashed #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 .centes_r_u2 li{ height: 40; float: left; font-size: 12px; margin-right: 15px; line-height: 40px; } .centes .centes_r .centes_r_t .centes_r_t3 .r_t3 .centes_r_u2 li a{ color: #333333; } .centes .centes_r .centes_r_t .xuanxiang{ float: left; width: 960px; text-align: center; line-height: 32px; height: 32px; } .centes .centes_r .centes_r_t .xuanxiang img{ float: left; width: 960px; height: 32px; } .centes .centes_r .centes_r_c{ float: left; width: 960px; height: 2222px; /* background: cyan;*/ } .centes .centes_r .centes_r_c .ma_r_px{ width: 960px; float: left; height: 42px; margin-top: 10px; background: #F3F3F3; border: 1px solid #C5C5C5; box-sizing: border-box; line-height: 42px; } .centes .centes_r .centes_r_c .ma_r_px a{ float: left; width: 65px; height: 42px; text-align: center; font-size: 12px; color: #333333; } .centes .centes_r .centes_r_c .ma_r_px a:hover{ color: red; background: yellow; } .centes .centes_r .centes_r_c .ma_r_px span{ float: left; width: 2px; height: 42px; text-align: center; color: #333333; } .centes .centes_r .centes_r_c #mr_goods{ float: left; height: 2080px; width: 960px; } .centes .centes_r .centes_r_c #mr_goods li{ float: left; margin: 5px 7px; height: 404px; width: 226px; text-align: center; border: 1px solid #FFFFFF; line-height: 404px; box-sizing: border-box; } .centes .centes_r .centes_r_c #mr_goods li:hover{ border: 1px solid #C5C5C5; /* box-sizing: border-box;*/ } .centes .centes_r .centes_r_c #mr_goods li img{ float: left; width: 200px; height: 200px; margin: 10px 12px; } .centes .centes_r .centes_r_c #mr_goods li #p1{ float: left; width: 200px; height: 40px; margin: 20px 12px 10px 12px; } .centes .centes_r .centes_r_c #mr_goods li #p1 a{ float: left; width: 200px; text-align: left; word-wrap: break-word; word-break:break-all; height: 40px; line-height: 20px; font-size: 12px; color: #333333; } .centes .centes_r .centes_r_c #mr_goods li p{ float: left; height: 20px; width: 200px; text-align: left; font-size: 12px; line-height: 20px; margin: 4px 12px; } .centes .centes_r .centes_r_c .page{ float: left; height: 90px; line-height: 90px; width: 560px; padding-left: 400px; } .centes .centes_r .centes_r_c .page span{ display:inline-block; margin:5px; width:40px; float: initial; line-height:1.8; text-align: center; background-color:#dfdfdf; color:#666; } .centes .centes_r .centes_r_c .page span.active{ background-color:#fc0; color:#fff; } .centes .centes_r .centes_r_b{ float: left; width: 960px; height: 338px; } .centes .centes_r .centes_r_b h2{ float: left; height: 38px; text-align: left; line-height: 38px; width: 960px; background: #F3F3F3; border: 1px solid #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_b .centes_r_b_u1{ float: left; width: 960px; height: 300px; border: 1px solid #C5C5C5; box-sizing: border-box; } .centes .centes_r .centes_r_b .centes_r_b_u1 li{ float: left; width: 319px; height: 150px; } .centes .centes_r .centes_r_b .centes_r_b_u1 li img{ float: left; height: 100px; width: 100px; margin: 25px 10px 25px 30px; } .centes .centes_r .centes_r_b .centes_r_b_u1 li a{ float: left; height: 35px; text-align: left; line-height: 15px; width: 150px; margin-top: 25px; font-size: 16px; word-break:break-all; color: #333333; } .centes .centes_r .centes_r_b .centes_r_b_u1 li p{ width: 150px; height: 34px; color: red; line-height: 34px; float: left; } .centes .centes_r .centes_r_b .centes_r_b_u1 li input{ border-radius: 5px; float: left; width: 80px; height: 32px; background: red; }
0.318803
0.048226
body { color: #666666; font-size: 14px; } a { color: #ff884c; } a:hover { color: #444; text-decoration: none; } hr.separator { border-top: 1px dashed #DDDDDD; } .wrapper { background-color: #ffffff; box-shadow: 0 0 15px #bbbbbb; } .carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block; } form label.required:after { color: #FF0000; content: " *"; } .content { padding-bottom: 20px; padding-top: 20px; } /*-------------------------------- Buttons ---------------------------------*/ .btn { border-radius: 0; border: none; } .btn-primary { background: #ff884c; } .btn-primary:hover { background: #d35c20; } .btn-grey { background: #BBB; color: #FFF; } .btn-grey:hover { background: #999; color: #FFF; } .btn-blank { background: none; color: #AAA; } .btn-blank:hover { background: none; color: #888; } .btn-circle { width: 30px; height: 30px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.428571429; border-radius: 15px; } .btn-circle.btn-lg { width: 50px; height: 50px; padding: 13px 13px; font-size: 18px; line-height: 1.33; border-radius: 25px; } /*-------------------------------- Header ---------------------------------*/ .top-nav { float: right; list-style: none; margin: 10px 0 20px 0; padding: 0; } .top-nav > li { float: left; margin-left: 20px; padding: 0; } .top-nav li a { color: #999; } .top-nav li a:hover { color: #444; } .logo { display: inline-block; margin-top: -30px; } .logo span { color: #ff884c; font-size: 4.5em; position: relative; bottom: -18px; } .logo img { height: 80px; } .strapline { font-size: 17px; line-height: 1.5; } .strapline span { color: #CCC; } /*-------------------------------- Mini Basket ---------------------------------*/ .mini-basket-title { font-size: 18px; line-height: 1.5; } .mini-basket-title a { color: #999; } .mini-basket-title a span { margin-right: 10px; position: relative; bottom: -1px; } .mini-basket-notice { background: #CCC; color: #FFF; font-weight: bold; padding: 5px 10px; } .mini-basket-summary { font-weight: bold; } .mini-basket-summary span { color: #444; font-size: 13px; } /*-------------------------------- Main Nav ---------------------------------*/ .main-nav { background: #383838; list-style: none; margin: 0; padding: 0; } .main-nav li { float: left; font-size: 14px; padding: 0; } .main-nav li a { font-weight: bold; display: block; padding: 10px 30px; color: #FFF; } .main-nav li.active a, .main-nav li:hover a { background: #666666; } /*-------------------------------- Headings ---------------------------------*/ h1 { font-size: 32px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 20px; } h2 { font-size: 32px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 20px; } h3 { font-size: 24px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 10px; } h4 { font-size: 24px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 10px; } h5 { font-size: 24px; font-weight: 400; line-height: 2; margin-bottom: 10px; } /*-------------------------------- Forms ---------------------------------*/ form.material label { color: #888888; font-weight: lighter; font-size: 14px; } form.material input[type=text], form.material input[type=email], form.material input[type=password], form.material select { border: transparent; border-bottom: 1px solid #CCCCCC; } form.material input[type=text]:active, form.material input[type=text]:focus, form.material input[type=email]:active, form.material input[type=email]:focus, form.material input[type=password]:active, form.material input[type=password]:focus, form.material select:active, form.material select:focus { border-bottom: 1px solid #000000; } form.material .form-control { -webkit-box-shadow: none; box-shadow: none; } /*-------------------------------- Product Listing ---------------------------------*/ .product-listing .title { font-size: 20px; } .product-listing .title a { color: #ff884c; } .product-listing .title a:hover { color: #999999; } .product-listing .thumbnail-link { align-items: center; display: flex; justify-content: center; height: 200px; position: relative; } .product-listing .image { border: 1px solid #EEEEEE; height: auto; flex: none; margin-bottom: 10px; max-height: 200px; max-width: 100%; width: auto; } .product-listing .image:hover { -moz-opacity: 0.70; opacity: 0.70; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70); } .product-listing .price { color: #ff0000; font-size: 20px; text-align: right; padding-bottom: 20px; margin-bottom: 20px; } .product-listing .price span.price-old { font-size:18px; color:#808080; text-decoration:line-through; } .product-listing .btn { margin-left: 1px; } /*-------------------------------- Product Detail ---------------------------------*/ .product-image, .product-thumb { border: 1px solid #EEE; border-bottom: 1px solid #DDD; margin-bottom: 20px; max-width: 100%; } .add-basket-box { background: #FFF; border: 1px solid #EEE; border-bottom: 1px solid #DDD; padding: 10px; margin-bottom: 20px; } .add-basket-box img { float: left; width: 60px; } .add-basket-box p { float: left; font-size: 16px; margin: 0 0 0 10px; line-height: 1.4; } .add-basket-box p span { color: #444; } .add-basket-box .btn { float: right; margin-top: 8px; } /*-------------------------------- Pagination ---------------------------------*/ .pagination { float: right; } .pagination ul { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .pagination ul > li:first-child > a, .pagination ul > li:first-child > span { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; } .pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; } /*-------------------------------- Basket ---------------------------------*/ .basket-table { width: 100%; border-collapse: collapse; margin-bottom: 10px; } .basket-table th { padding: 8px; } .basket-table tbody tr { background: #FFF; border: 1px solid #DDD; } .basket-table tbody tr td { padding: 8px; } .basket-table tbody tr td.image { width: 80px; } .basket-table tbody tr td.image img { width: 80px; } .basket-table tbody tr td.title { font-size: 18px; } .basket-table tbody tr td.title a { color: #999; } .basket-table tbody tr td.title a:hover { color: #444; } .basket-table tbody tr td.qty { width: 80px; } .basket-table tbody tr td.qty input { width: 40px; border-radius: 0; margin-bottom: -3px; } .basket-table tbody tr td.price { width: 80px; font-size: 18px; color: #BBB; } .basket-table tbody tr td.total { width: 80px; font-size: 18px; color: #888; } .basket-table tbody tr td.remove { width: 30px; font-size: 18px; } .basket-table tbody tr td.remove a { color: #D00; position: relative; bottom: -3px; } .basket-table tbody tr td.remove a:hover { color: #444; } .basket-total { background: #FFF; padding: 10px 20px; border: 1px solid #DDD; font-size: 18px; margin-bottom: 30px; float: right; width: 220px; } .basket-total-shipping { margin-bottom: 10px; } .basket-total span { color: #444; } .actions { float: right; margin-bottom: 20px; } .actions .btn { font-size: 18px; padding: 8px 16px; margin-left: 10px; } /*-------------------------------- Checkout ---------------------------------*/ .checkout-steps { background: #FFF; border: 1px solid #DDD; margin: 20px 0; } .checkout-steps .step { float: left; width: 21%; padding: 20px 2%; font-size: 18px; color: #BBB; margin: 0; } .checkout-steps .step-active { color: #444; } .checkout-steps .step i { float: right; color: #ff884c; } .checkout-box { background: #FFF; border: 1px solid #DDD; padding: 20px 60px; margin-bottom: 30px; min-height: 350px; } .checkout-box-long { min-height: 800px; } .checkout-box-short { min-height: 200px; } .checkout-box h2 { color: #444; font-size: 24px; line-height: 1; margin: 0 0 20px 0; padding: 0; border: none; } .pl-zero { padding-left: 0; } .mand { color: #D00; } .radios { line-height: 2.2; margin-bottom: 20px; } .radios input { margin: -2px 4px 0 0; } /*-------------------------------- Content Template ---------------------------------*/ .content-box { margin: 20px 0 30px 0; background: #FFF; border: 1px solid #DDD; padding: 20px; } .content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5 { color: #444; border: none; line-height: 1; } .content-box h3, .content-box h4, .content-box h5 { border-bottom: 1px solid #EEE; margin: 20px 0 20px 0; padding-bottom: 10px; } .content-box table { width: 600px; border-collapse: collapse; margin-bottom: 20px; } .content-box table th { background: #ff884c; font-weight: normal; text-align: left; color: #FFF; padding: 10px; } .content-box table td { border-bottom: 1px solid #EEE; padding: 10px; } /*-------------------------------- Contact ---------------------------------*/ .checkout-box textarea { border-radius: 0; width: 95%; height: 200px; } .tel { color: #ff884c; font-size: 18px; } a.address { color: #666666; } a.address:hover { color: #ff884c; } #map_canvas { width: 100%; height: 300px; margin: 20px 0; } /*-------------------------------- About Us ---------------------------------*/ .about { margin-bottom: 10px; } .about .about-img { text-align: center; } .about .about-img img { box-shadow: 0 0 10px #cccccc; height: 200px; width: 200px; border-radius: 200px; margin-bottom: 10px; } /*-------------------------------- Footer ---------------------------------*/ #footer { background-color: #666666; color: #b5b5b5; margin-bottom: 15px; } #footer:before, #footer:after { content: " "; display: table; } #footer:after { clear: both; } #footer .footer-top .wrap-fcenter { background: url('../img/fcenter.png'); } #footer .footer-center .wrap-fcenter { background: url('../img/fcenter.png'); padding: 20px; } #footer h3 { color: #FFFFFF; margin-top: 0px; margin-bottom: 8px; } #powered { background-color: #555555; text-align: left; clear: both; color: #FFFFFF; } #powered .powered { padding: 10px 20px; overflow: hidden; } #powered .powered a { color: #3abec0; } #powered .powered a:hover { text-decoration: underline; } #footer .box .box-heading { background: none; border: none; color: #FFFFFF; font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 700; position: relative; margin-bottom: 8px; padding: 12px 0px; line-height: 1.428571429; } #footer .box .box-heading span { background: transparent; padding: 0; height: auto; } #footer .box .box-heading h2 { margin: 0; font-size: 14px; font-weight: bold; line-height: 1.428571429; font-family: "Montserrat", sans-serif; } #footer .box .box-content { background: none; border: none; } #footer .box .box-content ul { padding: 0; } #footer .box .box-content li { border: none; padding: 0px 0px 0 15px; list-style: none; margin-bottom: 9px; background: url('../img/flist-style.png') left center no-repeat; } #footer .box .box-content li a { text-decoration: none; color: #b5b5b5; } #footer .box .box-content li a i { margin-right: 3px; font-size: 12px; } #footer .box .box-content li a:hover { color: #FFFFFF; } #footer .column a { text-decoration: none; color: #b5b5b5; } #footer .column a i { font-size: 10px; margin-right: 3px; } #footer .column ul { list-style: none; margin-top: 0px; padding-left: 0; } #footer .column ul li { margin-bottom: 9px; } #footer .column a:hover { color: #FFFFFF; } #footer .box .box-content .social { display: inline-block; } #footer .box .box-content .social li { background: none; float: left; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 2px solid #B5B5B5; padding: 0px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; border-radius: 18px; margin: 0 8px 0 0; } #footer .box .box-content .social li a i { margin: 0 0 0 5px; font-size: 16px; } #footer .box .box-content .social li:hover { border-color: #3abec0; background: #3abec0; } #footer .box .box-content .social li:hover a { color: #FFFFFF; } /* Sidebar Styles */ .side-heading{ margin-top:0; padding:5px 25px; font-size:18px; text-transform:uppercase; color:#fff; background:#383838; } .list-group, .list-group-item:first-child, .list-group-item:last-child{ -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; } .list-group-item{ color:#252a2f; font-size:14px; text-transform:uppercase; font-weight:bold; } .list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus { background-color:#ff884c; } .list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus, .list-group.categories a.list-group-item:hover i, .list-group.categories a.list-group-item:focus i { color:#ffffff; } .list-group-item i { font-size:12px; padding-right:6px; color:#ff884c; } .filter-group{ margin-left:20px; } /* Product Carousel Styles */ .product-carousel .product-head{ } .product-carousel .row{ margin-left:-5px; margin-right:-5px; } .product-carousel .col-xs-12{ padding-left:0; padding-right:0; } #latest-products .item{ padding-left:5px; padding-right:5px; } #latest-products .item img{ border: 1px solid #EEEEEE; height: auto; flex: none; margin-bottom: 10px; max-height: 200px; max-width: 100%; width: auto; } /* Products Box Styles Starts */ .products-list{ margin-bottom:15px; } .product-head{ padding: 0 25px; margin:0 0 20px; font-size:24px; background:#252a2f; color:#fff; text-transform:uppercase; } .product-col { padding:15px 15px 10px; margin-bottom:20px; background:#fff; border:1px solid #e8e8e8; } .product-col.list .image{ padding:20px 30px 10px 0; float:left; } .product-col .image a { align-items: center; display: flex; justify-content: center; height: 200px; position: relative; } .product-col .caption{ padding: 20px 0; } .product-col h4{ font-size:18px; text-transform:uppercase; } .product-col .description{ padding:5px 0; font-size:12px; line-height:18px; text-align:justify; color:#8b8b8b; } .product-col.list .description{ padding-right:20px; } .product-col .price{ padding:10px 0; } .product-col .price .price-tax{ font-size:14px; color:#212121; text-transform:uppercase; } .product-col .price span.price-new{ color: #ff0000; font-size: 24px; padding-right: 5px; } .product-col .price span.price-old{ font-size:18px; color:#808080; text-decoration:line-through; } .product-col .cart-button{ padding-top:10px; } .product-col .cart-button .btn{ -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; } .product-col .btn-wishlist, .product-col .btn-compare{ color:#fff; background:#303030; margin-right:3px; } .product-col .btn-wishlist:hover, .product-col .btn-compare:hover, .product-col .btn-cart, .product-col .btn-cart:hover .fa { background:#4bac52; } .product-col .btn-cart{ padding:0 0 0 15px; font-size:18px; color:#fff; text-transform:uppercase; border:none; } .product-col .btn-cart .fa{ margin-left:10px; padding:10px; } .product-col .btn-cart .fa, .product-col .btn-cart:hover{ background:#303030; } .product-col .cart-button.button-group .btn-cart{ padding:5px 12px; font-size:17px; } .product-col .cart-button.button-group .btn-cart .fa { margin-left:0; padding:0; background:none; } /* Side Products Lists Styles Starts */ .side-products-list{ margin:0 0 20px; padding:0; list-style:none; border:1px solid #ddd; } .side-products-list li{ padding:10px 15px; } .side-products-list li + li{ border-top:1px solid #ddd; } .side-products-list h5{ margin-bottom:7px; font-size:16px; width: 100%; } .side-products-list h5 a{ color:#252a2f; } .side-products-list h5 a:hover{ color:#4bac52; } .side-products-list img{ margin-right:15px; } .side-products-list img, .side-products-list h5, .side-products-list .price{ float:left; } .side-products-list .price span.price-new{ color:#4bac52; font-size:18px; padding-right:5px; } .side-products-list .price span.price-old{ font-size:14px; color:#808080; text-decoration:line-through; } .ribbon-wrapper { width: 85px; height: 88px; overflow: hidden; position: absolute; top: -1px; left: -1px; } .ribbon { font: bold 15px sans-serif; color: #333; text-align: center; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); position: relative; padding: 7px 0; top: 15px; left: -30px; width: 120px; background-color: #ebb134; color: #fff; } .card-number { position: relative; } .card-number::before { content: ''; width: 32px; height: 20px; margin-left: 0.6em; background: url("../img/credit-card-sprite-32.png") no-repeat; position: absolute; left: 0; top: .5em; } .card-number.card-type-visa::before { background-position: 0 -20px; } .card-number.card-type-american-express::before { background-position: 0 -40px; } .card-number.card-type-discover::before { background-position: 0 -60px; } .card-number.card-type-mastercard::before { background-position: 0 -80px; } .card-number.card-type-jcb::before { background-position: 0 -100px; } .card-number.card-type-diners-club::before { background-position: 0 -120px; } .card-number input { padding-left: 3.2em; } @media (max-width: 1024px) { #global-search { max-width: 320px; } } @media (max-width: 480px) { .top-nav li { margin-left: 10px; } .logo { text-align: center; margin-bottom: 20px; margin-top: 0; } .mini-basket { padding: 20px 20px 0 20px; margin-bottom: 10px; } .mini-basket-title { float: left; margin-right: 20px; margin-bottom: 0; } .mini-basket .span1 { float: left; width: auto; margin-left: 20px; margin-bottom: 0; } .main-nav li { float: none; width: 100%; } .checkout-steps .step { width: 100%; float: none; padding: 10px; } .checkout-steps .step span { display: none; } .about .about-img img { height: 100px; width: 100px; border-radius: 100px; } } #global-search { padding: 3px; border: solid 1px #E4E4E4; border-radius: 6px; background-color: #fff; margin-top: -10px; } #global-search input { border: 0; box-shadow: none; } #global-search button { margin: 2px 0 0 0; background: none; box-shadow: none; border: 0; color: #666666; padding: 10px 12px 10px 16px; border-left: solid 1px #E4E4E4; } #global-search button:hover { border: 0; color: #cccccc; box-shadow: none; border-left: solid 1px #E4E4E4; } #global-search .glyphicon-search { font-size: 23px; }
public/css/site.css
body { color: #666666; font-size: 14px; } a { color: #ff884c; } a:hover { color: #444; text-decoration: none; } hr.separator { border-top: 1px dashed #DDDDDD; } .wrapper { background-color: #ffffff; box-shadow: 0 0 15px #bbbbbb; } .carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block; } form label.required:after { color: #FF0000; content: " *"; } .content { padding-bottom: 20px; padding-top: 20px; } /*-------------------------------- Buttons ---------------------------------*/ .btn { border-radius: 0; border: none; } .btn-primary { background: #ff884c; } .btn-primary:hover { background: #d35c20; } .btn-grey { background: #BBB; color: #FFF; } .btn-grey:hover { background: #999; color: #FFF; } .btn-blank { background: none; color: #AAA; } .btn-blank:hover { background: none; color: #888; } .btn-circle { width: 30px; height: 30px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.428571429; border-radius: 15px; } .btn-circle.btn-lg { width: 50px; height: 50px; padding: 13px 13px; font-size: 18px; line-height: 1.33; border-radius: 25px; } /*-------------------------------- Header ---------------------------------*/ .top-nav { float: right; list-style: none; margin: 10px 0 20px 0; padding: 0; } .top-nav > li { float: left; margin-left: 20px; padding: 0; } .top-nav li a { color: #999; } .top-nav li a:hover { color: #444; } .logo { display: inline-block; margin-top: -30px; } .logo span { color: #ff884c; font-size: 4.5em; position: relative; bottom: -18px; } .logo img { height: 80px; } .strapline { font-size: 17px; line-height: 1.5; } .strapline span { color: #CCC; } /*-------------------------------- Mini Basket ---------------------------------*/ .mini-basket-title { font-size: 18px; line-height: 1.5; } .mini-basket-title a { color: #999; } .mini-basket-title a span { margin-right: 10px; position: relative; bottom: -1px; } .mini-basket-notice { background: #CCC; color: #FFF; font-weight: bold; padding: 5px 10px; } .mini-basket-summary { font-weight: bold; } .mini-basket-summary span { color: #444; font-size: 13px; } /*-------------------------------- Main Nav ---------------------------------*/ .main-nav { background: #383838; list-style: none; margin: 0; padding: 0; } .main-nav li { float: left; font-size: 14px; padding: 0; } .main-nav li a { font-weight: bold; display: block; padding: 10px 30px; color: #FFF; } .main-nav li.active a, .main-nav li:hover a { background: #666666; } /*-------------------------------- Headings ---------------------------------*/ h1 { font-size: 32px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 20px; } h2 { font-size: 32px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 20px; } h3 { font-size: 24px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 10px; } h4 { font-size: 24px; font-weight: 400; line-height: 2; border-bottom: 1px solid #E6E6E6; margin-bottom: 10px; } h5 { font-size: 24px; font-weight: 400; line-height: 2; margin-bottom: 10px; } /*-------------------------------- Forms ---------------------------------*/ form.material label { color: #888888; font-weight: lighter; font-size: 14px; } form.material input[type=text], form.material input[type=email], form.material input[type=password], form.material select { border: transparent; border-bottom: 1px solid #CCCCCC; } form.material input[type=text]:active, form.material input[type=text]:focus, form.material input[type=email]:active, form.material input[type=email]:focus, form.material input[type=password]:active, form.material input[type=password]:focus, form.material select:active, form.material select:focus { border-bottom: 1px solid #000000; } form.material .form-control { -webkit-box-shadow: none; box-shadow: none; } /*-------------------------------- Product Listing ---------------------------------*/ .product-listing .title { font-size: 20px; } .product-listing .title a { color: #ff884c; } .product-listing .title a:hover { color: #999999; } .product-listing .thumbnail-link { align-items: center; display: flex; justify-content: center; height: 200px; position: relative; } .product-listing .image { border: 1px solid #EEEEEE; height: auto; flex: none; margin-bottom: 10px; max-height: 200px; max-width: 100%; width: auto; } .product-listing .image:hover { -moz-opacity: 0.70; opacity: 0.70; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70); } .product-listing .price { color: #ff0000; font-size: 20px; text-align: right; padding-bottom: 20px; margin-bottom: 20px; } .product-listing .price span.price-old { font-size:18px; color:#808080; text-decoration:line-through; } .product-listing .btn { margin-left: 1px; } /*-------------------------------- Product Detail ---------------------------------*/ .product-image, .product-thumb { border: 1px solid #EEE; border-bottom: 1px solid #DDD; margin-bottom: 20px; max-width: 100%; } .add-basket-box { background: #FFF; border: 1px solid #EEE; border-bottom: 1px solid #DDD; padding: 10px; margin-bottom: 20px; } .add-basket-box img { float: left; width: 60px; } .add-basket-box p { float: left; font-size: 16px; margin: 0 0 0 10px; line-height: 1.4; } .add-basket-box p span { color: #444; } .add-basket-box .btn { float: right; margin-top: 8px; } /*-------------------------------- Pagination ---------------------------------*/ .pagination { float: right; } .pagination ul { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .pagination ul > li:first-child > a, .pagination ul > li:first-child > span { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; } .pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; } /*-------------------------------- Basket ---------------------------------*/ .basket-table { width: 100%; border-collapse: collapse; margin-bottom: 10px; } .basket-table th { padding: 8px; } .basket-table tbody tr { background: #FFF; border: 1px solid #DDD; } .basket-table tbody tr td { padding: 8px; } .basket-table tbody tr td.image { width: 80px; } .basket-table tbody tr td.image img { width: 80px; } .basket-table tbody tr td.title { font-size: 18px; } .basket-table tbody tr td.title a { color: #999; } .basket-table tbody tr td.title a:hover { color: #444; } .basket-table tbody tr td.qty { width: 80px; } .basket-table tbody tr td.qty input { width: 40px; border-radius: 0; margin-bottom: -3px; } .basket-table tbody tr td.price { width: 80px; font-size: 18px; color: #BBB; } .basket-table tbody tr td.total { width: 80px; font-size: 18px; color: #888; } .basket-table tbody tr td.remove { width: 30px; font-size: 18px; } .basket-table tbody tr td.remove a { color: #D00; position: relative; bottom: -3px; } .basket-table tbody tr td.remove a:hover { color: #444; } .basket-total { background: #FFF; padding: 10px 20px; border: 1px solid #DDD; font-size: 18px; margin-bottom: 30px; float: right; width: 220px; } .basket-total-shipping { margin-bottom: 10px; } .basket-total span { color: #444; } .actions { float: right; margin-bottom: 20px; } .actions .btn { font-size: 18px; padding: 8px 16px; margin-left: 10px; } /*-------------------------------- Checkout ---------------------------------*/ .checkout-steps { background: #FFF; border: 1px solid #DDD; margin: 20px 0; } .checkout-steps .step { float: left; width: 21%; padding: 20px 2%; font-size: 18px; color: #BBB; margin: 0; } .checkout-steps .step-active { color: #444; } .checkout-steps .step i { float: right; color: #ff884c; } .checkout-box { background: #FFF; border: 1px solid #DDD; padding: 20px 60px; margin-bottom: 30px; min-height: 350px; } .checkout-box-long { min-height: 800px; } .checkout-box-short { min-height: 200px; } .checkout-box h2 { color: #444; font-size: 24px; line-height: 1; margin: 0 0 20px 0; padding: 0; border: none; } .pl-zero { padding-left: 0; } .mand { color: #D00; } .radios { line-height: 2.2; margin-bottom: 20px; } .radios input { margin: -2px 4px 0 0; } /*-------------------------------- Content Template ---------------------------------*/ .content-box { margin: 20px 0 30px 0; background: #FFF; border: 1px solid #DDD; padding: 20px; } .content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5 { color: #444; border: none; line-height: 1; } .content-box h3, .content-box h4, .content-box h5 { border-bottom: 1px solid #EEE; margin: 20px 0 20px 0; padding-bottom: 10px; } .content-box table { width: 600px; border-collapse: collapse; margin-bottom: 20px; } .content-box table th { background: #ff884c; font-weight: normal; text-align: left; color: #FFF; padding: 10px; } .content-box table td { border-bottom: 1px solid #EEE; padding: 10px; } /*-------------------------------- Contact ---------------------------------*/ .checkout-box textarea { border-radius: 0; width: 95%; height: 200px; } .tel { color: #ff884c; font-size: 18px; } a.address { color: #666666; } a.address:hover { color: #ff884c; } #map_canvas { width: 100%; height: 300px; margin: 20px 0; } /*-------------------------------- About Us ---------------------------------*/ .about { margin-bottom: 10px; } .about .about-img { text-align: center; } .about .about-img img { box-shadow: 0 0 10px #cccccc; height: 200px; width: 200px; border-radius: 200px; margin-bottom: 10px; } /*-------------------------------- Footer ---------------------------------*/ #footer { background-color: #666666; color: #b5b5b5; margin-bottom: 15px; } #footer:before, #footer:after { content: " "; display: table; } #footer:after { clear: both; } #footer .footer-top .wrap-fcenter { background: url('../img/fcenter.png'); } #footer .footer-center .wrap-fcenter { background: url('../img/fcenter.png'); padding: 20px; } #footer h3 { color: #FFFFFF; margin-top: 0px; margin-bottom: 8px; } #powered { background-color: #555555; text-align: left; clear: both; color: #FFFFFF; } #powered .powered { padding: 10px 20px; overflow: hidden; } #powered .powered a { color: #3abec0; } #powered .powered a:hover { text-decoration: underline; } #footer .box .box-heading { background: none; border: none; color: #FFFFFF; font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 700; position: relative; margin-bottom: 8px; padding: 12px 0px; line-height: 1.428571429; } #footer .box .box-heading span { background: transparent; padding: 0; height: auto; } #footer .box .box-heading h2 { margin: 0; font-size: 14px; font-weight: bold; line-height: 1.428571429; font-family: "Montserrat", sans-serif; } #footer .box .box-content { background: none; border: none; } #footer .box .box-content ul { padding: 0; } #footer .box .box-content li { border: none; padding: 0px 0px 0 15px; list-style: none; margin-bottom: 9px; background: url('../img/flist-style.png') left center no-repeat; } #footer .box .box-content li a { text-decoration: none; color: #b5b5b5; } #footer .box .box-content li a i { margin-right: 3px; font-size: 12px; } #footer .box .box-content li a:hover { color: #FFFFFF; } #footer .column a { text-decoration: none; color: #b5b5b5; } #footer .column a i { font-size: 10px; margin-right: 3px; } #footer .column ul { list-style: none; margin-top: 0px; padding-left: 0; } #footer .column ul li { margin-bottom: 9px; } #footer .column a:hover { color: #FFFFFF; } #footer .box .box-content .social { display: inline-block; } #footer .box .box-content .social li { background: none; float: left; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 2px solid #B5B5B5; padding: 0px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; border-radius: 18px; margin: 0 8px 0 0; } #footer .box .box-content .social li a i { margin: 0 0 0 5px; font-size: 16px; } #footer .box .box-content .social li:hover { border-color: #3abec0; background: #3abec0; } #footer .box .box-content .social li:hover a { color: #FFFFFF; } /* Sidebar Styles */ .side-heading{ margin-top:0; padding:5px 25px; font-size:18px; text-transform:uppercase; color:#fff; background:#383838; } .list-group, .list-group-item:first-child, .list-group-item:last-child{ -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; } .list-group-item{ color:#252a2f; font-size:14px; text-transform:uppercase; font-weight:bold; } .list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus { background-color:#ff884c; } .list-group.categories a.list-group-item:hover, .list-group.categories a.list-group-item:focus, .list-group.categories a.list-group-item:hover i, .list-group.categories a.list-group-item:focus i { color:#ffffff; } .list-group-item i { font-size:12px; padding-right:6px; color:#ff884c; } .filter-group{ margin-left:20px; } /* Product Carousel Styles */ .product-carousel .product-head{ } .product-carousel .row{ margin-left:-5px; margin-right:-5px; } .product-carousel .col-xs-12{ padding-left:0; padding-right:0; } #latest-products .item{ padding-left:5px; padding-right:5px; } #latest-products .item img{ border: 1px solid #EEEEEE; height: auto; flex: none; margin-bottom: 10px; max-height: 200px; max-width: 100%; width: auto; } /* Products Box Styles Starts */ .products-list{ margin-bottom:15px; } .product-head{ padding: 0 25px; margin:0 0 20px; font-size:24px; background:#252a2f; color:#fff; text-transform:uppercase; } .product-col { padding:15px 15px 10px; margin-bottom:20px; background:#fff; border:1px solid #e8e8e8; } .product-col.list .image{ padding:20px 30px 10px 0; float:left; } .product-col .image a { align-items: center; display: flex; justify-content: center; height: 200px; position: relative; } .product-col .caption{ padding: 20px 0; } .product-col h4{ font-size:18px; text-transform:uppercase; } .product-col .description{ padding:5px 0; font-size:12px; line-height:18px; text-align:justify; color:#8b8b8b; } .product-col.list .description{ padding-right:20px; } .product-col .price{ padding:10px 0; } .product-col .price .price-tax{ font-size:14px; color:#212121; text-transform:uppercase; } .product-col .price span.price-new{ color: #ff0000; font-size: 24px; padding-right: 5px; } .product-col .price span.price-old{ font-size:18px; color:#808080; text-decoration:line-through; } .product-col .cart-button{ padding-top:10px; } .product-col .cart-button .btn{ -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; } .product-col .btn-wishlist, .product-col .btn-compare{ color:#fff; background:#303030; margin-right:3px; } .product-col .btn-wishlist:hover, .product-col .btn-compare:hover, .product-col .btn-cart, .product-col .btn-cart:hover .fa { background:#4bac52; } .product-col .btn-cart{ padding:0 0 0 15px; font-size:18px; color:#fff; text-transform:uppercase; border:none; } .product-col .btn-cart .fa{ margin-left:10px; padding:10px; } .product-col .btn-cart .fa, .product-col .btn-cart:hover{ background:#303030; } .product-col .cart-button.button-group .btn-cart{ padding:5px 12px; font-size:17px; } .product-col .cart-button.button-group .btn-cart .fa { margin-left:0; padding:0; background:none; } /* Side Products Lists Styles Starts */ .side-products-list{ margin:0 0 20px; padding:0; list-style:none; border:1px solid #ddd; } .side-products-list li{ padding:10px 15px; } .side-products-list li + li{ border-top:1px solid #ddd; } .side-products-list h5{ margin-bottom:7px; font-size:16px; width: 100%; } .side-products-list h5 a{ color:#252a2f; } .side-products-list h5 a:hover{ color:#4bac52; } .side-products-list img{ margin-right:15px; } .side-products-list img, .side-products-list h5, .side-products-list .price{ float:left; } .side-products-list .price span.price-new{ color:#4bac52; font-size:18px; padding-right:5px; } .side-products-list .price span.price-old{ font-size:14px; color:#808080; text-decoration:line-through; } .ribbon-wrapper { width: 85px; height: 88px; overflow: hidden; position: absolute; top: -1px; left: -1px; } .ribbon { font: bold 15px sans-serif; color: #333; text-align: center; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); position: relative; padding: 7px 0; top: 15px; left: -30px; width: 120px; background-color: #ebb134; color: #fff; } .card-number { position: relative; } .card-number::before { content: ''; width: 32px; height: 20px; margin-left: 0.6em; background: url("../img/credit-card-sprite-32.png") no-repeat; position: absolute; left: 0; top: .5em; } .card-number.card-type-visa::before { background-position: 0 -20px; } .card-number.card-type-american-express::before { background-position: 0 -40px; } .card-number.card-type-discover::before { background-position: 0 -60px; } .card-number.card-type-mastercard::before { background-position: 0 -80px; } .card-number.card-type-jcb::before { background-position: 0 -100px; } .card-number.card-type-diners-club::before { background-position: 0 -120px; } .card-number input { padding-left: 3.2em; } @media (max-width: 1024px) { #global-search { max-width: 320px; } } @media (max-width: 480px) { .top-nav li { margin-left: 10px; } .logo { text-align: center; margin-bottom: 20px; margin-top: 0; } .mini-basket { padding: 20px 20px 0 20px; margin-bottom: 10px; } .mini-basket-title { float: left; margin-right: 20px; margin-bottom: 0; } .mini-basket .span1 { float: left; width: auto; margin-left: 20px; margin-bottom: 0; } .main-nav li { float: none; width: 100%; } .checkout-steps .step { width: 100%; float: none; padding: 10px; } .checkout-steps .step span { display: none; } .about .about-img img { height: 100px; width: 100px; border-radius: 100px; } } #global-search { padding: 3px; border: solid 1px #E4E4E4; border-radius: 6px; background-color: #fff; margin-top: -10px; } #global-search input { border: 0; box-shadow: none; } #global-search button { margin: 2px 0 0 0; background: none; box-shadow: none; border: 0; color: #666666; padding: 10px 12px 10px 16px; border-left: solid 1px #E4E4E4; } #global-search button:hover { border: 0; color: #cccccc; box-shadow: none; border-left: solid 1px #E4E4E4; } #global-search .glyphicon-search { font-size: 23px; }
0.279828
0.048473
body { background-color: var(--primary-color); font-family: "Noto Sans Display", sans-serif; } #left{ width: 50px; float: left; } .slider{ overflow:hidden; height: 150px; width:400px; margin-left: 520px; margin-top: 120px; } @-webkit-keyframes slide_animation{ 0% {left:0px;} 50% {left:2400px;} 100% {left:10px;} } .imageSlide{ width: 3600px; height: 800px; margin: 0 0 0 -2400px; position: relative; -webkit-animation-name: slide_animation; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction:alternate; -webkit-animation-play-state: running; } .image-container{ height: 800px; width: 1200px; position: relative; float: left; } a{ text-decoration: none; font-size: 25px; } p { color: #2b3531; } nav ul li { color: whiteimg-fluid; } h2 span { color: #f74700; } .bg-mgreen { --tw-bg-opacity: 1; background-color: rgba(103, 118, 98, var(--tw-bg-opacity)); } /* Changes by Apurv */ .contact-section { background-image: linear-gradient( to top, var(--primary-color) ); /*added gradient -meheer*/ } :root { background-image: linear-gradient( to top, #677662, #8a937f, #adb19d, #d1d0be, #f5f0e1 ); } .contact-section .social { margin-top: 5rem; } .contact-section .social a { text-align: center; height: 3rem; width: 3rem; background: rgba(255, 255, 255, 0.2); border-radius: 100%; line-height: 3rem; color: rgba(255, 255, 255, 0.3); transition: 0.3s ease; /*added hover effects -meheer*/ } .contact-section .social a:hover { color: var(--secondary-color); transition: 0.3s ease; transform: scale(1.2); } .contact-section .social a:active { color: var(--secondary-color); } .r1 { color: #677662; text-align: center; } #r2 { color: black; } /* further changes by meheer */ .card { transition: 0.2s ease; } .card:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); transition: 0.2s ease; } /* further changes by Abhigyan */ #authors img { margin-top: -50px; } #authors .card:hover { --tw-bg-opacity: 1; background: rgba(103, 118, 98, var(--tw-bg-opacity)); color: #fff; transform: scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); transition: 0.2s ease; } #authors .fab { color: #fff; } #authors h1 { color: #000000; } .content { margin: 20px 0 40px 20px; } .text-quotes blockquote { position: relative; margin: 0; padding: 8px 0 22px 0; text-indent: 36px; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; font-weight: bold; color: #999; } .text-quotes blockquote:before, .text-quotes blockquote:after { position: absolute; font-family: "Times New Roman", serif; font-size: 60px; line-height: 26px; color: #7ad; } .text-quotes blockquote:before { content: "\201C"; /* Left double quote */ left: -36px; top: 8px; } .text-quotes blockquote:after { content: "\201D"; /* Right double quote */ right: 0px; bottom: -13px; } .img-fluid { width: 100%; height: 400px; object-fit: cover; } @media (max-width: 1280px) { #header-main-image { height: 60vh; width: 100vw; } } .eff { transition: 1s; transition-timing-function: ease-in; } .eff:hover { /* background-color: #f74700; */ /* width: 200px; */ transform: scale(1.1); box-shadow: 5px 5px 5px black; } @media only screen and (max-width: 600px) { body { /* background-color: lightblue; */ } header img { width: 100%; } } #r2 { color: black; } .card { transition: 0.2s ease; } .card:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); transition: 0.2s ease; } html { scroll-behavior: smooth; } /* Navigation Bar */ .navigation__svg-icon { height: 4rem; width: 4rem; } @media (min-width: 600px) { .navigation__svg-icon { display: none; } .navigation { font-family: "Poppins", sans-serif; font-weight: 700; display: flex; flex-direction: row; list-style: none; justify-content: center; align-items: center; padding: 4rem 0 2rem; background-color: #f4f0e1; position: relative; } .navigation__link-events { display: flex; align-items: center; color: #2b3531; } .navigation__link, .navigation__link-events { padding: 0 1rem; color: #2b3531; font-size: 19px; } .navigation__ul { display: none; padding: 0; margin: 0; list-style: none; position: absolute; bottom: -3.5rem; left: 35.2rem; background-color: rgba(168, 135, 113); font-weight: 400; font-size: 1.1rem; color: #f4f0e1; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .navigation__ul-li { padding: 0.5rem 1rem; } .navigation__link:hover { color: #f74700; } .navigation__ul-li:hover { background-color: #f74700; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .navigation__link-events:hover { color: #2b3531; } .navigation__link-events:hover .navigation__ul { display: block; } } #icon { width: 30px; cursor: pointer; } .dark-theme { --primary-color: #000000; --secondary-color: #fff9f9; } .to-top { background: white; position: fixed; bottom: 16px; right: 32px; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; color: #1f1f1f; text-decoration: none; opacity: 0; pointer-events: none; transition: all 0.4s; } .to-top.active { bottom: 32px; pointer-events: auto; opacity: 1; } ul { display: table; margin: 0 auto; text-align: left; } .link-colour { color: #089e74; } /*changes my mahi jain*/ .top-container { padding-bottom: 140px; } .navbar- { padding-left: 0%; color: #f74700; } .contri { padding-left: 920px; color: #677662; } .navbar-:hover { color: #677662; } .contri:hover { color: #f74700; } .lead { padding-top: 70px; font-family: "Montserrat", sans-serif; } .contact-section { padding-top: 50px; } .contact { color: black; } /* changes by <NAME>*? */ /* chnages by <NAME>*/ * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Source Sans Pro', sans-serif; } .icon-bar { position: fixed; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 10; } .social{ text-decoration: none; width: 210px; background: #3b5999; color: #fff; display: flex; justify-content: flex-end; align-items: center; padding: 5px; font-size: 20px; transform: translateX(-170px); -webkit-transform: translateX(-170px); -ms-transform: translateX(-170px); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -ms-transition: all 0.5s linear; } #discord { background: #3b5998; color:white; } #instagram { background: #e4405f; color:white; } #github { background: lightgray; color:black; } #linkedin { background: #0077B5; color:white; } a i { padding-left: 20px; font-size: 30px !important; animation: letszoom 3s linear alternate-reverse infinite; } @keyframes letszoom { from { transform: scale(0.8); } to { transform: scale(1); } } .icon-bar a:hover { transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); }
assets/bootstrap/css/style.css
body { background-color: var(--primary-color); font-family: "Noto Sans Display", sans-serif; } #left{ width: 50px; float: left; } .slider{ overflow:hidden; height: 150px; width:400px; margin-left: 520px; margin-top: 120px; } @-webkit-keyframes slide_animation{ 0% {left:0px;} 50% {left:2400px;} 100% {left:10px;} } .imageSlide{ width: 3600px; height: 800px; margin: 0 0 0 -2400px; position: relative; -webkit-animation-name: slide_animation; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction:alternate; -webkit-animation-play-state: running; } .image-container{ height: 800px; width: 1200px; position: relative; float: left; } a{ text-decoration: none; font-size: 25px; } p { color: #2b3531; } nav ul li { color: whiteimg-fluid; } h2 span { color: #f74700; } .bg-mgreen { --tw-bg-opacity: 1; background-color: rgba(103, 118, 98, var(--tw-bg-opacity)); } /* Changes by Apurv */ .contact-section { background-image: linear-gradient( to top, var(--primary-color) ); /*added gradient -meheer*/ } :root { background-image: linear-gradient( to top, #677662, #8a937f, #adb19d, #d1d0be, #f5f0e1 ); } .contact-section .social { margin-top: 5rem; } .contact-section .social a { text-align: center; height: 3rem; width: 3rem; background: rgba(255, 255, 255, 0.2); border-radius: 100%; line-height: 3rem; color: rgba(255, 255, 255, 0.3); transition: 0.3s ease; /*added hover effects -meheer*/ } .contact-section .social a:hover { color: var(--secondary-color); transition: 0.3s ease; transform: scale(1.2); } .contact-section .social a:active { color: var(--secondary-color); } .r1 { color: #677662; text-align: center; } #r2 { color: black; } /* further changes by meheer */ .card { transition: 0.2s ease; } .card:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); transition: 0.2s ease; } /* further changes by Abhigyan */ #authors img { margin-top: -50px; } #authors .card:hover { --tw-bg-opacity: 1; background: rgba(103, 118, 98, var(--tw-bg-opacity)); color: #fff; transform: scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); transition: 0.2s ease; } #authors .fab { color: #fff; } #authors h1 { color: #000000; } .content { margin: 20px 0 40px 20px; } .text-quotes blockquote { position: relative; margin: 0; padding: 8px 0 22px 0; text-indent: 36px; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; font-weight: bold; color: #999; } .text-quotes blockquote:before, .text-quotes blockquote:after { position: absolute; font-family: "Times New Roman", serif; font-size: 60px; line-height: 26px; color: #7ad; } .text-quotes blockquote:before { content: "\201C"; /* Left double quote */ left: -36px; top: 8px; } .text-quotes blockquote:after { content: "\201D"; /* Right double quote */ right: 0px; bottom: -13px; } .img-fluid { width: 100%; height: 400px; object-fit: cover; } @media (max-width: 1280px) { #header-main-image { height: 60vh; width: 100vw; } } .eff { transition: 1s; transition-timing-function: ease-in; } .eff:hover { /* background-color: #f74700; */ /* width: 200px; */ transform: scale(1.1); box-shadow: 5px 5px 5px black; } @media only screen and (max-width: 600px) { body { /* background-color: lightblue; */ } header img { width: 100%; } } #r2 { color: black; } .card { transition: 0.2s ease; } .card:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); transition: 0.2s ease; } html { scroll-behavior: smooth; } /* Navigation Bar */ .navigation__svg-icon { height: 4rem; width: 4rem; } @media (min-width: 600px) { .navigation__svg-icon { display: none; } .navigation { font-family: "Poppins", sans-serif; font-weight: 700; display: flex; flex-direction: row; list-style: none; justify-content: center; align-items: center; padding: 4rem 0 2rem; background-color: #f4f0e1; position: relative; } .navigation__link-events { display: flex; align-items: center; color: #2b3531; } .navigation__link, .navigation__link-events { padding: 0 1rem; color: #2b3531; font-size: 19px; } .navigation__ul { display: none; padding: 0; margin: 0; list-style: none; position: absolute; bottom: -3.5rem; left: 35.2rem; background-color: rgba(168, 135, 113); font-weight: 400; font-size: 1.1rem; color: #f4f0e1; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .navigation__ul-li { padding: 0.5rem 1rem; } .navigation__link:hover { color: #f74700; } .navigation__ul-li:hover { background-color: #f74700; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .navigation__link-events:hover { color: #2b3531; } .navigation__link-events:hover .navigation__ul { display: block; } } #icon { width: 30px; cursor: pointer; } .dark-theme { --primary-color: #000000; --secondary-color: #fff9f9; } .to-top { background: white; position: fixed; bottom: 16px; right: 32px; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; color: #1f1f1f; text-decoration: none; opacity: 0; pointer-events: none; transition: all 0.4s; } .to-top.active { bottom: 32px; pointer-events: auto; opacity: 1; } ul { display: table; margin: 0 auto; text-align: left; } .link-colour { color: #089e74; } /*changes my mahi jain*/ .top-container { padding-bottom: 140px; } .navbar- { padding-left: 0%; color: #f74700; } .contri { padding-left: 920px; color: #677662; } .navbar-:hover { color: #677662; } .contri:hover { color: #f74700; } .lead { padding-top: 70px; font-family: "Montserrat", sans-serif; } .contact-section { padding-top: 50px; } .contact { color: black; } /* changes by <NAME>*? */ /* chnages by <NAME>*/ * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Source Sans Pro', sans-serif; } .icon-bar { position: fixed; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 10; } .social{ text-decoration: none; width: 210px; background: #3b5999; color: #fff; display: flex; justify-content: flex-end; align-items: center; padding: 5px; font-size: 20px; transform: translateX(-170px); -webkit-transform: translateX(-170px); -ms-transform: translateX(-170px); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -ms-transition: all 0.5s linear; } #discord { background: #3b5998; color:white; } #instagram { background: #e4405f; color:white; } #github { background: lightgray; color:black; } #linkedin { background: #0077B5; color:white; } a i { padding-left: 20px; font-size: 30px !important; animation: letszoom 3s linear alternate-reverse infinite; } @keyframes letszoom { from { transform: scale(0.8); } to { transform: scale(1); } } .icon-bar a:hover { transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); }
0.471223
0.061848
html { scroll-behavior: smooth; } body { background: #333; color: #fff; } /* NAV */ .navbar { border-bottom: rgba(151, 136, 151) 3px solid; opacity: 0.8; background: rgba(44, 44, 52); } /* HOME SECTION AND FORM */ .header-text { max-width: 75%; margin: 0 auto; margin-bottom: 1rem; } #home-section { background-image: url("../assets/img/home-bg.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; min-height: 800px; } #home-section .dark-overlay { position: absolute; top: 0; left: 0; width: 100%; min-height: 800px; background: rgb(0, 0, 0, 0.7); } #home-section .home-inner { padding-top: 150px; } #home-section .card { background: rgba(151, 136, 151); padding: 5px; } #home-section .card-form { opacity: 0.8; } #home-section .fas { color: rgba(98, 85, 98); background: #fff; padding: 5px; border-radius: 5px; transition: color 0.5s ease; } #home-section .fas:hover { color: rgb(151, 135, 151); } /* HEADER SECTIONS */ #explore-head-section, #create-head-section, #collect-head-section, #share-head-section { background-color: #333; scroll-margin-top: 50px; min-height: 300px; } .header-btn { transition: all 0.5s ease; } .header-btn:hover { background-color: rgba(98, 85, 98); border-color: rgb(151, 135, 151); } #explore-section, #create-section, #share-section, #collect-section { position: relative; min-height: 800px; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } #explore-section img, #create-section img, #share-section img { border-radius: 10px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12); } #explore-section, #collect-section { background-color: rgb(65, 57, 65); } #create-section { background-image: url("../assets/img/mountains.jpg"); } #share-section { background-image: url("../assets/img/share.jpg"); } .dark-overlay { position: absolute; top: 0; left: 0; width: 100%; background: rgb(0, 0, 0, 0.5); min-height: 800px; } @media (max-width: 768px) { #explore-section, #create-section, #share-section, #collect-section, .dark-overlay { min-height: 1100px; } } /* ICONS */ #create-section .fas { color: #fff; background: rgba(98, 85, 98); padding: 5px; border-radius: 5px; transition: all 0.5s ease; } #create-section .fas:hover { background: rgb(151, 135, 151); } #explore-section .fas, #share-section .fas { color: rgb(73, 72, 80); background: #fff; padding: 5px; border-radius: 5px; transition: all 0.5s ease; } #explore-section .fas:hover, #share-section .fas:hover { color: rgba(151, 136, 151); } /* FOOTER */ .site-footer { background-color: #26272b; padding: 45px 0 20px; font-size: 15px; line-height: 24px; color: #737373; } .site-footer hr { border-top-color: #bbb; opacity: 0.5; } .site-footer hr.small { margin: 20px 0; } .site-footer h6 { color: #fff; font-size: 16px; text-transform: uppercase; margin-top: 5px; letter-spacing: 2px; } .site-footer a { color: #737373; } .site-footer a:hover { color: rgba(98, 85, 98); text-decoration: none; } .footer-links { padding-left: 0; list-style: none; } .footer-links li { display: block; } .footer-links a { color: #737373; } .footer-links a:active, .footer-links a:focus, .footer-links a:hover { color: rgba(151, 136, 151); text-decoration: none; } .footer-links.inline li { display: inline-block; } .site-footer .social-icons { text-align: right; } .site-footer .social-icons a { width: 40px; height: 40px; line-height: 40px; margin-left: 6px; margin-right: 0; border-radius: 100%; background-color: #33353d; } .copyright-text { margin: 0; } @media (max-width: 991px) { .site-footer [class^="col-"] { margin-bottom: 30px; } } @media (max-width: 767px) { .site-footer { padding-bottom: 0; } .site-footer .copyright-text, .site-footer .social-icons { text-align: center; } } .social-icons { padding-left: 0; margin-bottom: 0; list-style: none; } .social-icons li { display: inline-block; margin-bottom: 4px; } .social-icons li.title { margin-right: 15px; text-transform: uppercase; color: #96a2b2; font-weight: 700; font-size: 13px; } .social-icons a { background-color: rgba(98, 85, 98); color: #818a91; font-size: 16px; display: inline-block; line-height: 44px; width: 44px; height: 44px; text-align: center; margin-right: 8px; border-radius: 100%; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .social-icons a:active, .social-icons a:focus, .social-icons a:hover { color: #fff; background-color: rgba(98, 85, 98); } .social-icons.size-sm a { line-height: 34px; height: 34px; width: 34px; font-size: 14px; } .social-icons a.envelope:hover { background-color: rgba(151, 136, 151); } .social-icons a.instagram:hover { background: linear-gradient( 45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d ); } .social-icons a.linkedin:hover { background-color: #007bb6; } .social-icons a.github:hover { background-color: #ea4c89; } @media (max-width: 767px) { .social-icons li.title { display: block; margin-right: 0; font-weight: 600; } } /* Grid Gallery Styling */ .gallery-block.grid-gallery .heading { margin-bottom: 50px; text-align: center; } .gallery-block.grid-gallery .heading h3 { font-weight: bold; font-size: 1.4rem; text-transform: uppercase; } .gallery-block.grid-gallery a:hover { opacity: 0.8; } .gallery-block.grid-gallery .item img { box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); transition: 0.4s; } .gallery-block.grid-gallery .item { margin-bottom: 20px; } @media (min-width: 576px) { .gallery-block.grid-gallery .scale-on-hover:hover { transform: scale(1.05); box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; } }
assets/style.css
html { scroll-behavior: smooth; } body { background: #333; color: #fff; } /* NAV */ .navbar { border-bottom: rgba(151, 136, 151) 3px solid; opacity: 0.8; background: rgba(44, 44, 52); } /* HOME SECTION AND FORM */ .header-text { max-width: 75%; margin: 0 auto; margin-bottom: 1rem; } #home-section { background-image: url("../assets/img/home-bg.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; min-height: 800px; } #home-section .dark-overlay { position: absolute; top: 0; left: 0; width: 100%; min-height: 800px; background: rgb(0, 0, 0, 0.7); } #home-section .home-inner { padding-top: 150px; } #home-section .card { background: rgba(151, 136, 151); padding: 5px; } #home-section .card-form { opacity: 0.8; } #home-section .fas { color: rgba(98, 85, 98); background: #fff; padding: 5px; border-radius: 5px; transition: color 0.5s ease; } #home-section .fas:hover { color: rgb(151, 135, 151); } /* HEADER SECTIONS */ #explore-head-section, #create-head-section, #collect-head-section, #share-head-section { background-color: #333; scroll-margin-top: 50px; min-height: 300px; } .header-btn { transition: all 0.5s ease; } .header-btn:hover { background-color: rgba(98, 85, 98); border-color: rgb(151, 135, 151); } #explore-section, #create-section, #share-section, #collect-section { position: relative; min-height: 800px; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } #explore-section img, #create-section img, #share-section img { border-radius: 10px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12); } #explore-section, #collect-section { background-color: rgb(65, 57, 65); } #create-section { background-image: url("../assets/img/mountains.jpg"); } #share-section { background-image: url("../assets/img/share.jpg"); } .dark-overlay { position: absolute; top: 0; left: 0; width: 100%; background: rgb(0, 0, 0, 0.5); min-height: 800px; } @media (max-width: 768px) { #explore-section, #create-section, #share-section, #collect-section, .dark-overlay { min-height: 1100px; } } /* ICONS */ #create-section .fas { color: #fff; background: rgba(98, 85, 98); padding: 5px; border-radius: 5px; transition: all 0.5s ease; } #create-section .fas:hover { background: rgb(151, 135, 151); } #explore-section .fas, #share-section .fas { color: rgb(73, 72, 80); background: #fff; padding: 5px; border-radius: 5px; transition: all 0.5s ease; } #explore-section .fas:hover, #share-section .fas:hover { color: rgba(151, 136, 151); } /* FOOTER */ .site-footer { background-color: #26272b; padding: 45px 0 20px; font-size: 15px; line-height: 24px; color: #737373; } .site-footer hr { border-top-color: #bbb; opacity: 0.5; } .site-footer hr.small { margin: 20px 0; } .site-footer h6 { color: #fff; font-size: 16px; text-transform: uppercase; margin-top: 5px; letter-spacing: 2px; } .site-footer a { color: #737373; } .site-footer a:hover { color: rgba(98, 85, 98); text-decoration: none; } .footer-links { padding-left: 0; list-style: none; } .footer-links li { display: block; } .footer-links a { color: #737373; } .footer-links a:active, .footer-links a:focus, .footer-links a:hover { color: rgba(151, 136, 151); text-decoration: none; } .footer-links.inline li { display: inline-block; } .site-footer .social-icons { text-align: right; } .site-footer .social-icons a { width: 40px; height: 40px; line-height: 40px; margin-left: 6px; margin-right: 0; border-radius: 100%; background-color: #33353d; } .copyright-text { margin: 0; } @media (max-width: 991px) { .site-footer [class^="col-"] { margin-bottom: 30px; } } @media (max-width: 767px) { .site-footer { padding-bottom: 0; } .site-footer .copyright-text, .site-footer .social-icons { text-align: center; } } .social-icons { padding-left: 0; margin-bottom: 0; list-style: none; } .social-icons li { display: inline-block; margin-bottom: 4px; } .social-icons li.title { margin-right: 15px; text-transform: uppercase; color: #96a2b2; font-weight: 700; font-size: 13px; } .social-icons a { background-color: rgba(98, 85, 98); color: #818a91; font-size: 16px; display: inline-block; line-height: 44px; width: 44px; height: 44px; text-align: center; margin-right: 8px; border-radius: 100%; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .social-icons a:active, .social-icons a:focus, .social-icons a:hover { color: #fff; background-color: rgba(98, 85, 98); } .social-icons.size-sm a { line-height: 34px; height: 34px; width: 34px; font-size: 14px; } .social-icons a.envelope:hover { background-color: rgba(151, 136, 151); } .social-icons a.instagram:hover { background: linear-gradient( 45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d ); } .social-icons a.linkedin:hover { background-color: #007bb6; } .social-icons a.github:hover { background-color: #ea4c89; } @media (max-width: 767px) { .social-icons li.title { display: block; margin-right: 0; font-weight: 600; } } /* Grid Gallery Styling */ .gallery-block.grid-gallery .heading { margin-bottom: 50px; text-align: center; } .gallery-block.grid-gallery .heading h3 { font-weight: bold; font-size: 1.4rem; text-transform: uppercase; } .gallery-block.grid-gallery a:hover { opacity: 0.8; } .gallery-block.grid-gallery .item img { box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); transition: 0.4s; } .gallery-block.grid-gallery .item { margin-bottom: 20px; } @media (min-width: 576px) { .gallery-block.grid-gallery .scale-on-hover:hover { transform: scale(1.05); box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; } }
0.34798
0.051463
.wrapper { padding: 20px 0px 0px 0px; border: 1px solid rgb(232, 228, 228); display: flex; flex-direction: column; height: 100%; justify-content: space-between; position: relative; } .levels { background: #434343; color: #fff; padding: 7px 20px; font-size: 11px; font-weight: 500; } .levels i { font-size: 14px; float: left; margin-right: 5px; position: relative; top: -2px; } .imageWrapper { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0px 20px; } .active { cursor: pointer; font-size: 18px; padding-left: 5px; font-weight: bold; } .info { color: #efef43; } .offer { color: #ef7a43; } .explore { color: #8181e5; } .shopping { color: #7ad006; } .inactive { cursor: not-allowed; font-size: 18px; padding-left: 5px; font-weight: bold; opacity: 0.3; color: #555 } .storeFeaturesWrapper { position: absolute; top: 6px; right: 6px; padding: 5px; border: 1px solid #f9f9f9; background: #ffffff94; border-radius: 3px; } .imageWrapper a { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } .imageWrapper img { width: 100%; max-height: 170px; -o-object-fit: cover; object-fit: cover; } .titleWrapper { margin-top: 15px; padding: 15px 20px 0px 20px; border-top: 1px solid #cdcdcd; } .flex { display: flex; justify-content: space-between; margin-bottom: 10px; } .distance { font-weight: bold !important; display: flex !important; align-items: center; padding: 8px !important; border-radius: 2px; } .titleWrapper span { display: block; font-weight: 400; padding: 3px 0; font-size: 12px; height: 21px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .title { font-weight: 600 !important; font-size: 16px !important; } .withIcon { display: flex !important; align-items: center !important; margin: 3px 0; } .withIcon>i { font-size: 18px !important; margin-right: 10px; } .phone { color: #777; font-weight: 600; } .storeItemLocationIcon { cursor: pointer; display: flex; align-items: center; color: #777; font-size: 12px; } .storeItemLocationIcon i { color: #e60128; font-size: 18px; margin-right: 10px; } @media only screen and (min-width: 320px) and (max-width: 1023px) { .wrapper { height: 220px !important; padding: 0px !important; } }
src/components/AC-Stores/components/Styles/StoreCard.module.css
.wrapper { padding: 20px 0px 0px 0px; border: 1px solid rgb(232, 228, 228); display: flex; flex-direction: column; height: 100%; justify-content: space-between; position: relative; } .levels { background: #434343; color: #fff; padding: 7px 20px; font-size: 11px; font-weight: 500; } .levels i { font-size: 14px; float: left; margin-right: 5px; position: relative; top: -2px; } .imageWrapper { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0px 20px; } .active { cursor: pointer; font-size: 18px; padding-left: 5px; font-weight: bold; } .info { color: #efef43; } .offer { color: #ef7a43; } .explore { color: #8181e5; } .shopping { color: #7ad006; } .inactive { cursor: not-allowed; font-size: 18px; padding-left: 5px; font-weight: bold; opacity: 0.3; color: #555 } .storeFeaturesWrapper { position: absolute; top: 6px; right: 6px; padding: 5px; border: 1px solid #f9f9f9; background: #ffffff94; border-radius: 3px; } .imageWrapper a { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } .imageWrapper img { width: 100%; max-height: 170px; -o-object-fit: cover; object-fit: cover; } .titleWrapper { margin-top: 15px; padding: 15px 20px 0px 20px; border-top: 1px solid #cdcdcd; } .flex { display: flex; justify-content: space-between; margin-bottom: 10px; } .distance { font-weight: bold !important; display: flex !important; align-items: center; padding: 8px !important; border-radius: 2px; } .titleWrapper span { display: block; font-weight: 400; padding: 3px 0; font-size: 12px; height: 21px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .title { font-weight: 600 !important; font-size: 16px !important; } .withIcon { display: flex !important; align-items: center !important; margin: 3px 0; } .withIcon>i { font-size: 18px !important; margin-right: 10px; } .phone { color: #777; font-weight: 600; } .storeItemLocationIcon { cursor: pointer; display: flex; align-items: center; color: #777; font-size: 12px; } .storeItemLocationIcon i { color: #e60128; font-size: 18px; margin-right: 10px; } @media only screen and (min-width: 320px) and (max-width: 1023px) { .wrapper { height: 220px !important; padding: 0px !important; } }
0.448909
0.103295
.botones { width: 100%; text-align: center; } #separar { padding: 3%; float: left; } .titulo { font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline; color: #333333; } .boton { color: #fff !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; border: 2px solid; border-color: #318aac; position: relative; } .boton:before { content:""; position: absolute; top: 0px; left: 0px; width: 0px; height: 100%; background: rgba(255, 255, 255, 0.1); transition: all 1s ease; } .boton:hover:before { width: 100%; } .boton2 { color: #fff !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; border: 2px solid; border-color: #318aac; position: relative; } .boton2:before { content:""; position: absolute; top: 0px; left: 0px; width: 100%; height: 0px; background: rgba(255, 255, 255, 0.1); transition: all 1s ease; } .boton2:hover:before { height: 100%; } .boton3 { color: #318aac !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: rgba(0,0,0,0); border: 2px solid; border-color: #318aac; transition: all 1s ease; position: relative; } .boton3:hover { background: #318aac; color: #fff !important; } .boton4 { color: rgba(255, 255, 255, 0.9) !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; border: 2px solid; border-color: #318aac; position: relative; } .boton4:hover { color: rgba(255, 255, 255, 1) !important; box-shadow: 0 4px 16px rgba(49, 138, 172, 1); transition: all 0.2s ease; } .boton5 { color: #fff !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; position: relative; border: 2px solid #318aac; outline: 1px solid; outline-color: rgba(49, 138, 172, 0.4); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); } .boton5:hover { box-shadow: inset 0 0 20px rgba(49, 138, 172, 0.5), 0 0 20px rgba(49, 138, 172, 0.4); outline-color: rgba(49, 138, 172, 0); outline-offset: 80px; text-shadow: 1px 1px 6px #fff; border-shadow: }
css/style.css
.botones { width: 100%; text-align: center; } #separar { padding: 3%; float: left; } .titulo { font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline; color: #333333; } .boton { color: #fff !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; border: 2px solid; border-color: #318aac; position: relative; } .boton:before { content:""; position: absolute; top: 0px; left: 0px; width: 0px; height: 100%; background: rgba(255, 255, 255, 0.1); transition: all 1s ease; } .boton:hover:before { width: 100%; } .boton2 { color: #fff !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; border: 2px solid; border-color: #318aac; position: relative; } .boton2:before { content:""; position: absolute; top: 0px; left: 0px; width: 100%; height: 0px; background: rgba(255, 255, 255, 0.1); transition: all 1s ease; } .boton2:hover:before { height: 100%; } .boton3 { color: #318aac !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: rgba(0,0,0,0); border: 2px solid; border-color: #318aac; transition: all 1s ease; position: relative; } .boton3:hover { background: #318aac; color: #fff !important; } .boton4 { color: rgba(255, 255, 255, 0.9) !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; border: 2px solid; border-color: #318aac; position: relative; } .boton4:hover { color: rgba(255, 255, 255, 1) !important; box-shadow: 0 4px 16px rgba(49, 138, 172, 1); transition: all 0.2s ease; } .boton5 { color: #fff !important; font-size: 20px; font-weight: 500; padding: 0.5em 1.2em; background: #318aac; position: relative; border: 2px solid #318aac; outline: 1px solid; outline-color: rgba(49, 138, 172, 0.4); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); } .boton5:hover { box-shadow: inset 0 0 20px rgba(49, 138, 172, 0.5), 0 0 20px rgba(49, 138, 172, 0.4); outline-color: rgba(49, 138, 172, 0); outline-offset: 80px; text-shadow: 1px 1px 6px #fff; border-shadow: }
0.500977
0.125413
.mapbox-gl-inspect_popup { color: #333; display: table; } .mapbox-gl-inspect_feature:not(:last-child) { border-bottom: 1px solid #ccc; } .mapbox-gl-inspect_layer:before { content: '#'; } .mapbox-gl-inspect_layer { display: block; font-weight: bold; } .mapbox-gl-inspect_property { display: table-row; } .mapbox-gl-inspect_property-value { display: table-cell; } .mapbox-gl-inspect_property-name { display: table-cell; padding-right: 10px; } .mapboxgl-ctrl-inspect { background-image: url('data:image/svg+xml;charset=utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20fill="#333333%22%20preserveAspectRatio=%22xMidYMid%20meet%22%20viewBox=%22-10%20-10%2060%2060%22%3E%3Cg%3E%3Cpath%20d=%22m15%2021.6q0-2%201.5-3.5t3.5-1.5%203.5%201.5%201.5%203.5-1.5%203.6-3.5%201.4-3.5-1.4-1.5-3.6z%20m18.4%2011.1l-6.4-6.5q1.4-2.1%201.4-4.6%200-3.4-2.5-5.8t-5.9-2.4-5.9%202.4-2.5%205.8%202.5%205.9%205.9%202.5q2.4%200%204.6-1.4l7.4%207.4q-0.9%200.6-2%200.6h-20q-1.3%200-2.3-0.9t-1.1-2.3l0.1-26.8q0-1.3%201-2.3t2.3-0.9h13.4l10%2010v19.3z%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E'); } .mapboxgl-ctrl-map { background-image: url('data:image/svg+xml;charset=utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20fill="#333333%22%20viewBox=%22-10%20-10%2060%2060%22%20preserveAspectRatio=%22xMidYMid%20meet%22%3E%3Cg%3E%3Cpath%20d=%22m25%2031.640000000000004v-19.766666666666673l-10-3.511666666666663v19.766666666666666z%20m9.140000000000008-26.640000000000004q0.8599999999999923%200%200.8599999999999923%200.8600000000000003v25.156666666666666q0%200.625-0.625%200.783333333333335l-9.375%203.1999999999999993-10-3.5133333333333354-8.906666666666668%203.4383333333333326-0.2333333333333334%200.07833333333333314q-0.8616666666666664%200-0.8616666666666664-0.8599999999999994v-25.156666666666663q0-0.625%200.6233333333333331-0.7833333333333332l9.378333333333334-3.198333333333334%2010%203.5133333333333336%208.905000000000001-3.4383333333333344z%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E'); }
source/apps-plugins/mapbox-gl-inspect/mapbox-gl-inspect.css
.mapbox-gl-inspect_popup { color: #333; display: table; } .mapbox-gl-inspect_feature:not(:last-child) { border-bottom: 1px solid #ccc; } .mapbox-gl-inspect_layer:before { content: '#'; } .mapbox-gl-inspect_layer { display: block; font-weight: bold; } .mapbox-gl-inspect_property { display: table-row; } .mapbox-gl-inspect_property-value { display: table-cell; } .mapbox-gl-inspect_property-name { display: table-cell; padding-right: 10px; } .mapboxgl-ctrl-inspect { background-image: url('data:image/svg+xml;charset=utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20fill="#333333%22%20preserveAspectRatio=%22xMidYMid%20meet%22%20viewBox=%22-10%20-10%2060%2060%22%3E%3Cg%3E%3Cpath%20d=%22m15%2021.6q0-2%201.5-3.5t3.5-1.5%203.5%201.5%201.5%203.5-1.5%203.6-3.5%201.4-3.5-1.4-1.5-3.6z%20m18.4%2011.1l-6.4-6.5q1.4-2.1%201.4-4.6%200-3.4-2.5-5.8t-5.9-2.4-5.9%202.4-2.5%205.8%202.5%205.9%205.9%202.5q2.4%200%204.6-1.4l7.4%207.4q-0.9%200.6-2%200.6h-20q-1.3%200-2.3-0.9t-1.1-2.3l0.1-26.8q0-1.3%201-2.3t2.3-0.9h13.4l10%2010v19.3z%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E'); } .mapboxgl-ctrl-map { background-image: url('data:image/svg+xml;charset=utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20fill="#333333%22%20viewBox=%22-10%20-10%2060%2060%22%20preserveAspectRatio=%22xMidYMid%20meet%22%3E%3Cg%3E%3Cpath%20d=%22m25%2031.640000000000004v-19.766666666666673l-10-3.511666666666663v19.766666666666666z%20m9.140000000000008-26.640000000000004q0.8599999999999923%200%200.8599999999999923%200.8600000000000003v25.156666666666666q0%200.625-0.625%200.783333333333335l-9.375%203.1999999999999993-10-3.5133333333333354-8.906666666666668%203.4383333333333326-0.2333333333333334%200.07833333333333314q-0.8616666666666664%200-0.8616666666666664-0.8599999999999994v-25.156666666666663q0-0.625%200.6233333333333331-0.7833333333333332l9.378333333333334-3.198333333333334%2010%203.5133333333333336%208.905000000000001-3.4383333333333344z%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E'); }
0.273477
0.209631
* { margin: 0; padding: 0; } #nav-bar { posistion: sticky; top: 0; z-index:10; } .navbar-brand img { height: 80px; padding-left: 30px; } .navbar-nav li { padding: 0 10px; } .navbar-nav li a { float: right; text-align:left; } #nav-bar ul li a:hover { color: #00008B!important; } .navbar { background: #FFFFFF; } .navbar-toggler { border: none!important; } .nav-link { color: #00008B!important; font-weight:600; font-size:16px; } #slide { width:100%; } .carousel-caption { top:30%; text-align:left; transform:transalate(-50%); bottom: initial!important; } .carousel-caption h5 { color: #000000; font-size:52px; } #about hari { padding-top:50px; padding-bottom:50px; color:#555; } #about hari.btn { margin-top:20px; margin-bottom:30px; } .about-content { padding-top:20px; } #projects { background-image:linear- gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(img/projects.jpg); background-size:cover; background-posistion:center; color:#efefef!important; background-attachment:fixed; padding-top:25px; padding-bottom:25px; } #projects h1 { text-align:center; color:#800000 !important; padding-bottom: 10px; } #projects h1::after { content:''; background:#000000; display block; height: 3px; width :170px; margin:20px auto 5px; } *{ text-align: center; padding: 5px; } li { list-style-type: none; text-align: center; padding-bottom: 5%; } input { background-color: #FFFFFF; border: 2px solid #00008b; border-radius: 2px; text-align: left; color: BLACK; } h1 { font-family: sans-serif; color: #00008b } .container { font-family: sans-serif; border: 2px solid #00008b; width: 24%; text-align: center; margin: auto; border-radius: 12px; background-color: white; padding-bottom: 10px; -webkit-box-shadow: 3px 0px 10px 0px black; -moz-box-shadow: 3px 0px 10px 0px black; box-shadow: 3px 0px 10px 0px black; } .submit { background-color: transparent; color: red; border: 1px solid black; width: 50% font-family: sans-serif; font-size: 18px; transition: 0.9s ease; text-align: center; } .submit:hover { background-color: #00008b; color: black; border: 1px solid black; font-family: sans-serif; font-size: 12px; } .password, .username { width: 50%; } body { background-color: #FFFFFF; } /*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');*/ * { font-family: Arial; } body { height: 100vh; background: #f9f9f9; } #chart, .chart-box { padding-top: 20px; padding-left: 10px; background: #fff; border: 1px solid #ddd; box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1); } select.flat-select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px; border: 0 none; border-radius: 3px; color: #fff; font-family: arial,tahoma; font-size: 16px; font-weight: bold; outline: 0 none; height: 33px; padding: 5px 20px 5px 10px; text-align: center; text-indent: 0.01px; text-overflow: ""; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); transition: all 0.3s ease 0s; width: auto; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; } select.flat-select:focus, select.flat-select:hover { border: 0; outline: 0; } .apexcharts-canvas { margin: 0 auto; } #html { display: none; } .footer { position: bottom; left: 0; bottom: 0; width: 100%; background-color: transparent; color: black; text-align: center; opacity: 0.5; filter: Alpha(opacity=50); } .open-button { background-color: #555; color: white; padding: 16px 20px; border: none; cursor: pointer; opacity: 0.8; position: right; bottom: 23px; right: 28px; width: 280px; } /* The popup chat - hidden by default */ .chat-popup { display: none; position: fixed; bottom: 20%; right: 15px; border: 3px solid #f1f1f1; z-index: 9; } /* Add styles to the form container */ .form-container { max-width: 300px; padding: 10px; background-color: white; } /* Full-width textarea */ .form-container textarea { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; resize: none; min-height: 200px; } /* When the textarea gets focus, do something */ .form-container textarea:focus { background-color: #ddd; outline: black; } /* Set a style for the submit/send button */ .form-container .btn { background-color: #4CAF50; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; }
style1.css
* { margin: 0; padding: 0; } #nav-bar { posistion: sticky; top: 0; z-index:10; } .navbar-brand img { height: 80px; padding-left: 30px; } .navbar-nav li { padding: 0 10px; } .navbar-nav li a { float: right; text-align:left; } #nav-bar ul li a:hover { color: #00008B!important; } .navbar { background: #FFFFFF; } .navbar-toggler { border: none!important; } .nav-link { color: #00008B!important; font-weight:600; font-size:16px; } #slide { width:100%; } .carousel-caption { top:30%; text-align:left; transform:transalate(-50%); bottom: initial!important; } .carousel-caption h5 { color: #000000; font-size:52px; } #about hari { padding-top:50px; padding-bottom:50px; color:#555; } #about hari.btn { margin-top:20px; margin-bottom:30px; } .about-content { padding-top:20px; } #projects { background-image:linear- gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(img/projects.jpg); background-size:cover; background-posistion:center; color:#efefef!important; background-attachment:fixed; padding-top:25px; padding-bottom:25px; } #projects h1 { text-align:center; color:#800000 !important; padding-bottom: 10px; } #projects h1::after { content:''; background:#000000; display block; height: 3px; width :170px; margin:20px auto 5px; } *{ text-align: center; padding: 5px; } li { list-style-type: none; text-align: center; padding-bottom: 5%; } input { background-color: #FFFFFF; border: 2px solid #00008b; border-radius: 2px; text-align: left; color: BLACK; } h1 { font-family: sans-serif; color: #00008b } .container { font-family: sans-serif; border: 2px solid #00008b; width: 24%; text-align: center; margin: auto; border-radius: 12px; background-color: white; padding-bottom: 10px; -webkit-box-shadow: 3px 0px 10px 0px black; -moz-box-shadow: 3px 0px 10px 0px black; box-shadow: 3px 0px 10px 0px black; } .submit { background-color: transparent; color: red; border: 1px solid black; width: 50% font-family: sans-serif; font-size: 18px; transition: 0.9s ease; text-align: center; } .submit:hover { background-color: #00008b; color: black; border: 1px solid black; font-family: sans-serif; font-size: 12px; } .password, .username { width: 50%; } body { background-color: #FFFFFF; } /*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');*/ * { font-family: Arial; } body { height: 100vh; background: #f9f9f9; } #chart, .chart-box { padding-top: 20px; padding-left: 10px; background: #fff; border: 1px solid #ddd; box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1); } select.flat-select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px; border: 0 none; border-radius: 3px; color: #fff; font-family: arial,tahoma; font-size: 16px; font-weight: bold; outline: 0 none; height: 33px; padding: 5px 20px 5px 10px; text-align: center; text-indent: 0.01px; text-overflow: ""; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); transition: all 0.3s ease 0s; width: auto; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; } select.flat-select:focus, select.flat-select:hover { border: 0; outline: 0; } .apexcharts-canvas { margin: 0 auto; } #html { display: none; } .footer { position: bottom; left: 0; bottom: 0; width: 100%; background-color: transparent; color: black; text-align: center; opacity: 0.5; filter: Alpha(opacity=50); } .open-button { background-color: #555; color: white; padding: 16px 20px; border: none; cursor: pointer; opacity: 0.8; position: right; bottom: 23px; right: 28px; width: 280px; } /* The popup chat - hidden by default */ .chat-popup { display: none; position: fixed; bottom: 20%; right: 15px; border: 3px solid #f1f1f1; z-index: 9; } /* Add styles to the form container */ .form-container { max-width: 300px; padding: 10px; background-color: white; } /* Full-width textarea */ .form-container textarea { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; resize: none; min-height: 200px; } /* When the textarea gets focus, do something */ .form-container textarea:focus { background-color: #ddd; outline: black; } /* Set a style for the submit/send button */ .form-container .btn { background-color: #4CAF50; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; }
0.235724
0.038286
.theme-photos { color: #555555; background: #55980A url('../../public/common/images/components/theme-photos/site/grass_pattern.jpg') repeat center top; } .theme-photos .theme-header { } .theme-photos .theme-header-logo { height: 250px; width: 100%; background: transparent url('../../public/common/images/components/theme-photos/site/header/photos.jpg') no-repeat center top; background-size: auto 100%; } @media(max-width:767px) { .theme-photos .theme-header-logo { height: 125px; } } .theme-photos .theme-body { background: transparent url('../../public/common/images/components/theme-photos/site/body/page_pattern.jpg') repeat-y center top; } .theme-photos .theme-body > * { padding-right: 0px; padding-left: 0px; } .theme-photos .theme-body-top { max-width: 1000px; margin-left: auto; margin-right: auto; padding: 60px 20px 0px 20px; background: transparent url('../../public/common/images/components/theme-photos/site/body/page_top.jpg') no-repeat top; } @media(max-width:767px) { .theme-photos .theme-body-top { padding: 30px 0px 0px 0px; background-size: 500px auto; } } .theme-photos .theme-footer { padding: 0; background-color: #007800; text-align: center; color: #333333; } .theme-photos .theme-footer a { color: #333333; } .theme-photos .theme-footer a:hover { color: #DDAA66; } .theme-photos .theme-footer ul { list-style-type: none; margin: 0; padding: 10px 0px 10px 0px; } .theme-photos .theme-footer .btn-github, .theme-photos .theme-footer .btn-twitter, .theme-photos .theme-footer .btn-linkedin, .theme-photos .theme-footer .btn-discord { background-color: transparent; border: 0 none; } /* -> basics */ .theme-photos h1 { margin: 20px 0px 20px 0px; font-size: 32px; text-align: center; color: #555555; } .theme-photos h2 { margin: 18px 0px 18px 0px; font-size: 24px; text-align: left; color: #555555; } .theme-photos h3 { margin: 16px 0px 10px 0px; font-size: 20px; text-align: center; color: #555555; } .theme-photos h4 { margin: 5px 0px 5px 0px; font-size: 16px; color: #555555; } .theme-photos a { color: #555555; text-decoration: none; } .theme-photos a:hover { color: #DDAA66; cursor: pointer; } .theme-photos a:active { cursor: pointer; } .theme-photos p { margin: 10px 0px 10px 0px; } /* -> user-box */ .theme-photos div.user-box { margin: 15px; width: 60px; height: 70px; text-align: center; float: left; } /* -> links */ .theme-photos ul.links li { padding: 5px 0px 5px 0px; clear: both; overflow: auto; } .theme-photos ul.links a { float: left; } .theme-photos ul.links p { margin: 0px 0px 0px 250px; } /* -> pagination */ .theme-photos ul.pagination a { background-color: #DCBD8D; border: 1px solid #E4D8B9; text-decoration: none !important; color: #888888; } .theme-photos ul.pagination a.current, .theme-photos ul.pagination a:active, .theme-photos ul.pagination a:hover { border-color: #BB9966; font-weight: bold; background: #BB9966 none; color: #555555; } .theme-photos ul.pagination .disabled { border: 1px solid #FFE3C6; color: #FFE3C6; } /* -> comments */ .theme-photos ul.comments { list-style-type: none; padding: 0; } .theme-photos ul.comments li { margin: 10px 0px 10px 0px; overflow: auto; clear: both; } .theme-photos ul.comments a.author { float: left; text-align: center; } .theme-photos ul.comments div.content { margin: 0px 0px 0px 100px; padding: 10px; background: #FFDDAA; border: 1px solid #BB9966; } .theme-photos ul.comments div.content div.arrow { background: transparent url('../../public/common/images/components/theme-photos/comment/arrow.png') no-repeat; width: 21px; height: 18px; position: relative; left: -32px; } .theme-photos ul.comments div.content div.date { margin: 20px 0px 0px 0px; font-weight: bold; font-size: 14px; } /* -> forms */ .theme-photos form { margin: 0px auto 0px auto; } .theme-photos form fieldset { margin: 10px; padding: 10px; border: #BB9966 1px solid; } .theme-photos form fieldset legend { float: none; margin: 0px 10px 0px 10px; padding: 0px 10px 0px 10px; width: auto; border-top: none; border-bottom: none; border-left: #BB9966 1px solid; border-right: #BB9966 1px solid; color: #BB9966; } .theme-photos form fieldset li { list-style-type: none; } .theme-photos form ul, .theme-photos form li { padding: 0px; list-style-type: none; clear: both; } .theme-photos form li.centered { text-align: center; } .theme-photos form label { margin: 2px 0px 2px 0px; width: 45%; float: left; } .theme-photos form label.centered { display: block; width: 100%; float: none; } .theme-photos form input, .theme-photos form textarea { margin: 2px 0px 2px 0px; border: 0px solid #FFFFFF; color: #333333; background-color: #BB9966; width: 50%; float: right; clear: right; } .theme-photos form .g-recaptcha { margin: 2px 0px 2px 0px; border: 0px solid #FFFFFF; color: #333333; width: 50%; float: right; clear: right; } .theme-photos form .g-recaptcha.centered { margin: auto; border: 0px solid #FFFFFF; width: 50%; float: none; clear: both; } .theme-photos form input.centered, .theme-photos form textarea.centered, .theme-photos form img.centered { float: none; } .theme-photos form img { float: right; clear: right; } .theme-photos form input:focus, .theme-photos form textarea:focus { background-color: #FFCC88; } .theme-photos form input[type=submit] { font-weight:bold; width: auto; } .theme-photos form input[type=submit]:hover { background-color: #FFCC88; cursor:pointer; } .theme-photos form input[type=submit]:active { background-color:#998855; } /* -> list */ .theme-photos ul.itemlist { list-style-type: none; margin: 0; padding: 0; } .theme-photos ul.itemlist > li { margin: 15px 0px 15px 0px; padding: 0; background: #FFDDAA none; border: 2px solid #BB9966; } .theme-photos ul.itemlist li h3 { margin: 0; padding: 2px; background: #BB9966 none; text-align: center; } .theme-photos ul.itemlist li p { padding: 10px; } /* -> trees */ .theme-photos fieldset.tree { float: left; border-top: 2px solid #BB9966; border-left: 2px solid #BB9966; } .theme-photos .tree legend { float: none; margin: 10px; padding: 0px 10px 0px 10px; width: auto; border-top: none; border-bottom: none; border-left: #BB9966 2px solid; border-right: #BB9966 2px solid; color: #BB9966; } .theme-photos .tree ul.root { margin: 0px; padding: 0px; border: 0px none; } .theme-photos .tree ul { margin: 0px 0px 0px 24px; padding: 0px; border-left: 2px solid #BB9966; } .theme-photos .tree li { margin: 0px; padding: 15px 0px 0px 0px; list-style:none; } .theme-photos .tree li .folder { background-color: #BB9966; } .theme-photos .tree li span { margin: 0px 5px 0px 0px; padding: 0px 8px 0px 8px; border-top: 2px solid #BB9966; } .theme-photos .tree li a { position: relative; top: -8px; padding: 2px; border: 2px solid #BB9966; color: #444444; background-color: #998855; } .theme-photos .tree li a:hover { color: #000000; border: 2px solid #776655; } /*** css specific to the site ***/ /* -> links */ .theme-photos .theme-content a.no_link { color: #555555; cursor: default; } .theme-photos .theme-content.show_links a { text-decoration: underline; } /* -> tables */ .theme-photos .theme-content table { margin: 10px 0px 10px 0px; background: #FFDDAA; width: 100%; text-align: center; } .theme-photos .theme-content table thead { font-size: 18px; background: #BB9966; border: 1px solid #BB9966; } .theme-photos .theme-content table tbody { border: 1px solid #BB9966; } .theme-photos .theme-content table th { padding: 2px; text-align: center; } .theme-photos .theme-content table th, .theme-photos .theme-content table td { vertical-align: middle; } .theme-photos .theme-content table td.spaced { padding: 10px; } /* -> actions */ .theme-photos .theme-content p#actions, .theme-photos .theme-content #actions p { margin: 10px; overflow: auto; } .theme-photos .theme-content #actions a { padding:1px; } .theme-photos .theme-content #actions a:hover { background-color:#FFDDAA; border:1px solid #BB9966; } .theme-photos .theme-content #actions a.left { float: left; } .theme-photos .theme-content #actions a.right { float: right; } .theme-photos .theme-content #actions a.icon { margin:0px 0px 0px 5px; padding:2px 5px 1px 25px; background-position:4px 3px; background-repeat:no-repeat; display:block; line-height: 20px; } .theme-photos .theme-content #actions a.icon:hover { padding:1px 4px 0px 24px; background-position:3px 2px; } .theme-photos .theme-content #actions a.selected { background-color:#FFDDAA; border:1px solid #BB9966; } .theme-photos .theme-content #actions a.selected.icon { padding:1px 4px 0px 24px; background-position:3px 2px; } .theme-photos .theme-content #actions #action_sort_by_names { background-image:url('../../public/common/images/components/theme-photos/site/icons/16x16/sort_by_names.png'); } .theme-photos .theme-content #actions #action_sort_by_register_day { background-image:url('../../public/common/images/components/theme-photos/site/icons/16x16/sort_by_register_day.png'); }
assets/css/theme-photos.css
.theme-photos { color: #555555; background: #55980A url('../../public/common/images/components/theme-photos/site/grass_pattern.jpg') repeat center top; } .theme-photos .theme-header { } .theme-photos .theme-header-logo { height: 250px; width: 100%; background: transparent url('../../public/common/images/components/theme-photos/site/header/photos.jpg') no-repeat center top; background-size: auto 100%; } @media(max-width:767px) { .theme-photos .theme-header-logo { height: 125px; } } .theme-photos .theme-body { background: transparent url('../../public/common/images/components/theme-photos/site/body/page_pattern.jpg') repeat-y center top; } .theme-photos .theme-body > * { padding-right: 0px; padding-left: 0px; } .theme-photos .theme-body-top { max-width: 1000px; margin-left: auto; margin-right: auto; padding: 60px 20px 0px 20px; background: transparent url('../../public/common/images/components/theme-photos/site/body/page_top.jpg') no-repeat top; } @media(max-width:767px) { .theme-photos .theme-body-top { padding: 30px 0px 0px 0px; background-size: 500px auto; } } .theme-photos .theme-footer { padding: 0; background-color: #007800; text-align: center; color: #333333; } .theme-photos .theme-footer a { color: #333333; } .theme-photos .theme-footer a:hover { color: #DDAA66; } .theme-photos .theme-footer ul { list-style-type: none; margin: 0; padding: 10px 0px 10px 0px; } .theme-photos .theme-footer .btn-github, .theme-photos .theme-footer .btn-twitter, .theme-photos .theme-footer .btn-linkedin, .theme-photos .theme-footer .btn-discord { background-color: transparent; border: 0 none; } /* -> basics */ .theme-photos h1 { margin: 20px 0px 20px 0px; font-size: 32px; text-align: center; color: #555555; } .theme-photos h2 { margin: 18px 0px 18px 0px; font-size: 24px; text-align: left; color: #555555; } .theme-photos h3 { margin: 16px 0px 10px 0px; font-size: 20px; text-align: center; color: #555555; } .theme-photos h4 { margin: 5px 0px 5px 0px; font-size: 16px; color: #555555; } .theme-photos a { color: #555555; text-decoration: none; } .theme-photos a:hover { color: #DDAA66; cursor: pointer; } .theme-photos a:active { cursor: pointer; } .theme-photos p { margin: 10px 0px 10px 0px; } /* -> user-box */ .theme-photos div.user-box { margin: 15px; width: 60px; height: 70px; text-align: center; float: left; } /* -> links */ .theme-photos ul.links li { padding: 5px 0px 5px 0px; clear: both; overflow: auto; } .theme-photos ul.links a { float: left; } .theme-photos ul.links p { margin: 0px 0px 0px 250px; } /* -> pagination */ .theme-photos ul.pagination a { background-color: #DCBD8D; border: 1px solid #E4D8B9; text-decoration: none !important; color: #888888; } .theme-photos ul.pagination a.current, .theme-photos ul.pagination a:active, .theme-photos ul.pagination a:hover { border-color: #BB9966; font-weight: bold; background: #BB9966 none; color: #555555; } .theme-photos ul.pagination .disabled { border: 1px solid #FFE3C6; color: #FFE3C6; } /* -> comments */ .theme-photos ul.comments { list-style-type: none; padding: 0; } .theme-photos ul.comments li { margin: 10px 0px 10px 0px; overflow: auto; clear: both; } .theme-photos ul.comments a.author { float: left; text-align: center; } .theme-photos ul.comments div.content { margin: 0px 0px 0px 100px; padding: 10px; background: #FFDDAA; border: 1px solid #BB9966; } .theme-photos ul.comments div.content div.arrow { background: transparent url('../../public/common/images/components/theme-photos/comment/arrow.png') no-repeat; width: 21px; height: 18px; position: relative; left: -32px; } .theme-photos ul.comments div.content div.date { margin: 20px 0px 0px 0px; font-weight: bold; font-size: 14px; } /* -> forms */ .theme-photos form { margin: 0px auto 0px auto; } .theme-photos form fieldset { margin: 10px; padding: 10px; border: #BB9966 1px solid; } .theme-photos form fieldset legend { float: none; margin: 0px 10px 0px 10px; padding: 0px 10px 0px 10px; width: auto; border-top: none; border-bottom: none; border-left: #BB9966 1px solid; border-right: #BB9966 1px solid; color: #BB9966; } .theme-photos form fieldset li { list-style-type: none; } .theme-photos form ul, .theme-photos form li { padding: 0px; list-style-type: none; clear: both; } .theme-photos form li.centered { text-align: center; } .theme-photos form label { margin: 2px 0px 2px 0px; width: 45%; float: left; } .theme-photos form label.centered { display: block; width: 100%; float: none; } .theme-photos form input, .theme-photos form textarea { margin: 2px 0px 2px 0px; border: 0px solid #FFFFFF; color: #333333; background-color: #BB9966; width: 50%; float: right; clear: right; } .theme-photos form .g-recaptcha { margin: 2px 0px 2px 0px; border: 0px solid #FFFFFF; color: #333333; width: 50%; float: right; clear: right; } .theme-photos form .g-recaptcha.centered { margin: auto; border: 0px solid #FFFFFF; width: 50%; float: none; clear: both; } .theme-photos form input.centered, .theme-photos form textarea.centered, .theme-photos form img.centered { float: none; } .theme-photos form img { float: right; clear: right; } .theme-photos form input:focus, .theme-photos form textarea:focus { background-color: #FFCC88; } .theme-photos form input[type=submit] { font-weight:bold; width: auto; } .theme-photos form input[type=submit]:hover { background-color: #FFCC88; cursor:pointer; } .theme-photos form input[type=submit]:active { background-color:#998855; } /* -> list */ .theme-photos ul.itemlist { list-style-type: none; margin: 0; padding: 0; } .theme-photos ul.itemlist > li { margin: 15px 0px 15px 0px; padding: 0; background: #FFDDAA none; border: 2px solid #BB9966; } .theme-photos ul.itemlist li h3 { margin: 0; padding: 2px; background: #BB9966 none; text-align: center; } .theme-photos ul.itemlist li p { padding: 10px; } /* -> trees */ .theme-photos fieldset.tree { float: left; border-top: 2px solid #BB9966; border-left: 2px solid #BB9966; } .theme-photos .tree legend { float: none; margin: 10px; padding: 0px 10px 0px 10px; width: auto; border-top: none; border-bottom: none; border-left: #BB9966 2px solid; border-right: #BB9966 2px solid; color: #BB9966; } .theme-photos .tree ul.root { margin: 0px; padding: 0px; border: 0px none; } .theme-photos .tree ul { margin: 0px 0px 0px 24px; padding: 0px; border-left: 2px solid #BB9966; } .theme-photos .tree li { margin: 0px; padding: 15px 0px 0px 0px; list-style:none; } .theme-photos .tree li .folder { background-color: #BB9966; } .theme-photos .tree li span { margin: 0px 5px 0px 0px; padding: 0px 8px 0px 8px; border-top: 2px solid #BB9966; } .theme-photos .tree li a { position: relative; top: -8px; padding: 2px; border: 2px solid #BB9966; color: #444444; background-color: #998855; } .theme-photos .tree li a:hover { color: #000000; border: 2px solid #776655; } /*** css specific to the site ***/ /* -> links */ .theme-photos .theme-content a.no_link { color: #555555; cursor: default; } .theme-photos .theme-content.show_links a { text-decoration: underline; } /* -> tables */ .theme-photos .theme-content table { margin: 10px 0px 10px 0px; background: #FFDDAA; width: 100%; text-align: center; } .theme-photos .theme-content table thead { font-size: 18px; background: #BB9966; border: 1px solid #BB9966; } .theme-photos .theme-content table tbody { border: 1px solid #BB9966; } .theme-photos .theme-content table th { padding: 2px; text-align: center; } .theme-photos .theme-content table th, .theme-photos .theme-content table td { vertical-align: middle; } .theme-photos .theme-content table td.spaced { padding: 10px; } /* -> actions */ .theme-photos .theme-content p#actions, .theme-photos .theme-content #actions p { margin: 10px; overflow: auto; } .theme-photos .theme-content #actions a { padding:1px; } .theme-photos .theme-content #actions a:hover { background-color:#FFDDAA; border:1px solid #BB9966; } .theme-photos .theme-content #actions a.left { float: left; } .theme-photos .theme-content #actions a.right { float: right; } .theme-photos .theme-content #actions a.icon { margin:0px 0px 0px 5px; padding:2px 5px 1px 25px; background-position:4px 3px; background-repeat:no-repeat; display:block; line-height: 20px; } .theme-photos .theme-content #actions a.icon:hover { padding:1px 4px 0px 24px; background-position:3px 2px; } .theme-photos .theme-content #actions a.selected { background-color:#FFDDAA; border:1px solid #BB9966; } .theme-photos .theme-content #actions a.selected.icon { padding:1px 4px 0px 24px; background-position:3px 2px; } .theme-photos .theme-content #actions #action_sort_by_names { background-image:url('../../public/common/images/components/theme-photos/site/icons/16x16/sort_by_names.png'); } .theme-photos .theme-content #actions #action_sort_by_register_day { background-image:url('../../public/common/images/components/theme-photos/site/icons/16x16/sort_by_register_day.png'); }
0.296552
0.060724
background: #fff; } #ai1ec-calendar-tasks .ai1ec-btn { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 85%; } #wp-admin-bar-wp-logo > .ab-item .ab-icon { background-image: url(../img/admin-bar-sprite.png); } /* Weird rendering of large icons in WP 3.2. */ .branch-3-2 .ai1ec-fa-lg:before { vertical-align: bottom; } #adminmenu #menu-posts-ai1ec_event.menu-top { min-height: 47px; } #adminmenu #menu-posts-ai1ec_event a.menu-top, #adminmenu #menu-posts-ai1ec_event .wp-submenu-head { font-size: 16px; line-height: 36px; min-width: 0; } #menu-posts-ai1ec_event > div.wp-menu-image { margin-top: 8px; } #adminmenu #menu-posts-ai1ec_event > div.wp-menu-arrow, #adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu > div.wp-menu-arrow { height: 46px; } #adminmenu #menu-posts-ai1ec_event .wp-menu-arrow div, #adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu .wp-menu-arrow div { top: 15px; -webkit-transform: matrix(-0.6,1.5,0.6,1.5,0,0); -moz-transform: matrix(-0.6,1.5,0.6,1.5,0,0); -ms-transform: matrix(-0.6,1.5,0.6,1.5,0,0); -o-transform: matrix(-0.6,1.5,0.6,1.5,0,0); transform: matrix(-0.6,1.5,0.6,1.5,0,0); } .branch-3-2 #adminmenu #menu-posts-ai1ec_event .wp-menu-arrow div, .branch-3-2 #adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu .wp-menu-arrow div { -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -ms-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; height: 47px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } /* For supporting browsers, add CSS to hide the duplicate menu items under Events menu so that FOUC issue isn't as severe (but this only ameliorates the issue). This is taken care of better via JS anyway. */ #menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-themes"], #menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-edit-css"], #menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-settings"] { display: none; }
wp-content/plugins/all-in-one-event-calendar/public/admin/css/platform.css
background: #fff; } #ai1ec-calendar-tasks .ai1ec-btn { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 85%; } #wp-admin-bar-wp-logo > .ab-item .ab-icon { background-image: url(../img/admin-bar-sprite.png); } /* Weird rendering of large icons in WP 3.2. */ .branch-3-2 .ai1ec-fa-lg:before { vertical-align: bottom; } #adminmenu #menu-posts-ai1ec_event.menu-top { min-height: 47px; } #adminmenu #menu-posts-ai1ec_event a.menu-top, #adminmenu #menu-posts-ai1ec_event .wp-submenu-head { font-size: 16px; line-height: 36px; min-width: 0; } #menu-posts-ai1ec_event > div.wp-menu-image { margin-top: 8px; } #adminmenu #menu-posts-ai1ec_event > div.wp-menu-arrow, #adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu > div.wp-menu-arrow { height: 46px; } #adminmenu #menu-posts-ai1ec_event .wp-menu-arrow div, #adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu .wp-menu-arrow div { top: 15px; -webkit-transform: matrix(-0.6,1.5,0.6,1.5,0,0); -moz-transform: matrix(-0.6,1.5,0.6,1.5,0,0); -ms-transform: matrix(-0.6,1.5,0.6,1.5,0,0); -o-transform: matrix(-0.6,1.5,0.6,1.5,0,0); transform: matrix(-0.6,1.5,0.6,1.5,0,0); } .branch-3-2 #adminmenu #menu-posts-ai1ec_event .wp-menu-arrow div, .branch-3-2 #adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu .wp-menu-arrow div { -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -ms-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; height: 47px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } /* For supporting browsers, add CSS to hide the duplicate menu items under Events menu so that FOUC issue isn't as severe (but this only ameliorates the issue). This is taken care of better via JS anyway. */ #menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-themes"], #menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-edit-css"], #menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-settings"] { display: none; }
0.183777
0.064212
.align-right { text-align: right; } .align-left { text-align: left; } .align-center { text-align: center; } .float-right { float: right; } .float-left { float: left; } .margin-0 { margin: 0; } .margin-top-5 { margin-top: 5px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-25 { margin-top: 25px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-15 { margin-left: 15px !important; } .margin-left-0 { margin-left: 0 !important; } .margin-right-15 { margin-right: 15px !important; } .margin-right-0 { margin-right: 0 !important; } .margin-bottom-5 { margin-bottom: 5px; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .cart-btn { margin: 0 10px 10px; width: 60px; } .padding-top-15 { padding-top: 15px; } .padding-top-3 { padding-top: 3px; } .padding-top-5 { padding-top: 5px; } .padding-top-8 { padding-top: 8px; } .padding-bottom-15 { padding-bottom: 15px; } .padding-0 { padding: 0; } .padding-10-0 { padding-top: 10px; padding-bottom: 10px; } .padding-5 { padding: 5px; } .padding-25 { padding: 25px; } .padding-left-10 { padding-left: 10px; } .padding-left-30 { padding-left: 30px; } .padding-right-30 { padding-right: 30px; } .padding-0-8 { padding: 0 8px; } .padding-0-30 { padding: 0 30px; } .full-width { width: 100% } .unit-display { max-width: 60px; display: inline; } .carrier-max-width, .payment-max-width { max-width: 100px; } .max-width-full { max-width: 100%; } .max-width-600 { max-width: 600px; } .max-width-50 { max-width: 50px !important; } .login-title { font-size: 24px; } .unregistered-title { display: table; white-space: nowrap; color: #666; font-weight: normal; } .unregistered-title:before { border-top: 1px solid #e7e7e7; content: ''; display: table-cell; position: relative; top: 0.5em; width: 45%; right: 1.5%; } .unregistered-title:after { border-top: 1px solid #e7e7e7; content: ''; display: table-cell; position: relative; top: 0.5em; width: 45%; left: 1.5%; } .bold { font-weight: bold; } .page-title { font-size: 24px; font-weight: bold; color: #449d44; } .list-style-none { list-style: none; } .list-item { height: 110px; padding-top: 10px; margin-top: 10px; border-bottom: #e5e5e5 1px solid; position: relative; display: list-item; } .list-item-image { padding: 8px; width: 15%; } .list-item-name { padding: 8px; width: 30%; } .list-item-price { padding: 8px; width: 10%; } .list-item-order-info { padding: 8px; width: 20%; } .list-item-order-date { padding: 8px; width: 15%; } .list-item-order-status { padding: 8px; } .search-text-border, .search-text-border:focus { border: 1px solid #5cb85c; } .login-content-container { margin: 0 auto; width: 350px; border: 1px solid #eee; padding: 20px 40px; border-radius: 4px; } .stock-container { border: 1px solid #e7e7e7; border-radius: 4px; padding: 0.2em 1em; } .content-container { margin: 0 auto; min-width: 1200px; padding: 0 20px; } .product-item { margin: 0 5% 5%; border: 1px solid #ededed; } .product-item-with-cart { margin: 0 5% 5%; border: 1px solid #ededed; } .product-item:hover { border: 1px solid #5cb85c; } .product-img-min-height { min-height: 230px; } .product-price { float: right; font-size: 20px; margin-right: 15px; color: #5cb85c; } .product-title { font-size: 15px; margin-left: 15px; color: #666; } .product-title-link, .promotion-product-title-link { color: #666; } .product-title-link:hover, .promotion-product-title-link:hover { color: #449d44; } .product-font, .category-font, .profile-font, .promotion-title { color: #449d44; } .product-font:hover, .category-font:hover, .profile-font:hover, .promotion-title:hover { color: #449d44; } .product-label { margin: 15px 0; } .product-price { font-size: 30px; } .product-price-label { margin-top: 20px } .product-unit { margin-top: 10px; } .product-description-label { /*color: #449d44;*/ font-size: 18px; margin-top: 30px; margin-bottom: 0; font-weight: bold; } .product-description-hr { margin: 10px 0; } .checkout-btn { width: 80px; } .empty-page { text-align: center; padding: 50px; margin: 25px 0 50px; } .cart-empty-font { font-size: 15px; } /*.login-button { color: #fff; background-color: #41af4b; width: 100%; } .login-button-backup { color: #fff; background-color: #83c900; width: 100%; } .login-button:hover { color: #fff; background-color: #3da446; }*/ .align-right { text-align: right; } .footer { margin-top: 30px; width: 100%; background-color: #fafbfc; /*background-color: #f5f5f5;*/ /*height: 60px;*/ } .footer-image-wrap { border-top: 2px solid #5cb85c; border-bottom: 1px solid #e5e5e5; } .footer-image { width: 1100px; height: 90px; margin: 0 auto; border-left: 1px solid #e5e5e5; } .footer-image-item { padding: 15px 0 15px 70px; border-right: 1px solid #e5e5e5; height: 90px; } .footer-image-item-icon { font-size: 30px; color: #5cb85c; } .footer-image-item-description { font-size: 12px; color: #666; } .footer-content { color: #449d44; background-color: white; } .footer-hr { margin-top: 0; margin-bottom: 0; } .footer-ul { padding: 0 1em; list-style: none; } .footer-li:before { content: ""; border-color: transparent #449d44; border-style: solid; border-width: 0.35em 0 0.35em 0.45em; display: block; height: 0; width: 0; left: -1em; top: 1em; position: relative; } .footer-follow-font { font-size: 28px; } .footer-facebook { color: #3b5998; } .footer-twitter { color: #00aced; } .category-hr { margin-top: 5px; margin-bottom: 5px; } .category-child-font { font-size: 11px; color: #666; } .category-child-font:hover { color: #666; } .event-chevron-background { background-image: none !important; } .profile-icon { font-size: 30px; } .profile-function-icon { font-size: 40px; } .promotion-title { font-size: 20px; } .promotion-cell { border-top: 2px solid #449d44; } .promotion-image { width: 195px; height: 440px; position: relative; float: left; } .promotion-item-top { border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; height: 250px; } .promotion-item-right { border-right: 1px solid #e5e5e5; padding-left: 15px; padding-right: 15px; } .promotion-item-bottom { border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; height: 150px; } .promotion-padding { padding-top: 40px; } .promotion-padding-with-cart { padding-top: 30px; } .promotion-image-padding { padding-left: 25px; padding-right: 25px; } .promotion-product-title { font-size: 11px; color: #666; } .promotion-product-price { font-size: 13px; text-align: center; color: #5cb85c; } .promotion-bottom-title-padding { padding-top: 40px; } .promotion-bottom-image-padding { padding-top: 15px; padding-bottom: 15px; padding-left: 40px; } .thumbnail { line-height: 0; display: inline-block; border: solid 0.4em #FFF; max-width: 100%; box-shadow: 0 0 2px 1px rgba(50,50,50,0.2); transition: all 200ms ease-out; margin-bottom: 0 !important; } a { text-decoration: none !important; } .trends-item { display: inline-block; padding: 3px 6px; font-size: 12px; border: 1px solid #ccc; background-color: white; color: #666; margin: 5px; text-align: center; vertical-align: middle; line-height: 1.42857143; cursor: pointer; touch-action: manipulation; border-radius: 4px; } .trends-item:hover { color: #449d44; border-color: #449d44; } /*start*/ .main-theme-font, .main-theme-font:hover { color: #449d44; } .sub-theme-font, .sub-theme-font:hover { color: #666 } .sold-out-font { color: #f0ad4e; } .sub-theme-link { color: #666; } .main-theme-link, .main-theme-link:hover, .sub-theme-link:hover, .main-theme-link:visited, .sub-theme-link:visited { color: #449d44; } .font-11 { font-size: 11px; } .font-12 { font-size: 12px; } .font-18 { font-size: 18px; } .font-25 { font-size: 25px; } .font-30 { font-size: 30px; } .main-theme-border-top { border-top: 2px solid #449d44; } .sub-theme-border-top { border-top: 1px solid #e7e7e7; } .sub-theme-border-bottom { border-bottom: 1px solid #e7e7e7; } .hr-fade-out { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); } .profile-box { border: 1px solid #e7e7e7; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); } .font-weight-500 { font-weight: 500; } .color-black, .color-black:hover { color: black; } .dotted-bottom { border-bottom: 1px dotted #e7e7e7; } .inline-block { display: inline-block; } .valign-top { vertical-align: top; } .no-wrap { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 100%; } .product-list-padding { padding-top: 20px; padding-left: 20px; padding-right: 20px; } body { padding-top: 70px; } .u-flyer{ display: block; width: 50px; height: 50px; border-radius: 50px; position: fixed; z-index: 9999; } .checkout-bg { padding: 10px 20px; background-color: #e7e7e7; } .checkout-hr { border-top: 2px solid black !important; margin: 5px 0; } .promotion-title-border { border-bottom: 2px solid #449d44; } .promotion-item { border: 1px solid #e5e5e5; padding-bottom: 10px; } .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; } .col-xs-5ths { width: 20%; float: left; } @media (min-width: 768px) { .col-sm-5ths { width: 20%; float: left; } } @media (min-width: 992px) { .col-md-5ths { width: 20%; float: left; } } @media (min-width: 1200px) { .col-lg-5ths { width: 20%; float: left; } } .promotion-item-image-padding { padding: 15px; } .promotion-item-product-title { padding-left: 15px; padding-right: 15px; font-size: 12px; color: #666; line-height: 1.5em; height: 4.5em; overflow: hidden; } .promotion-item-product-price { padding-left: 15px; font-size: 18px; float: left; } .promotion-item-original-price { float: right; padding-right: 15px; font-size: 12px; text-decoration: line-through; } .promotion-item-product-stock { text-align: right; padding-top: 3px; padding-right: 15px; } .promotion-item-add-cart { margin-top: 10px; padding-left: 15px; padding-right: 15px; } .original-price { text-decoration: line-through; } .nav-service { width: 400px; } .notification { display: none; position: fixed; top: 0; left: 50%; z-index: 101; } @media (min-width: 768px) { .notification { width: 750px; } } @media (min-width: 992px) { .notification { width: 970px; } } @media (min-width: 1200px) { .notification { width: 1170px; } } .notification-text { position: relative; left: -50%; padding-left: 15px; padding-right: 15px; } .navbar-z-index { z-index: 100; } .navbar-button { margin: 0; padding: 15px; font-size: 18px; border: none; }
web/assets/css/main.css
.align-right { text-align: right; } .align-left { text-align: left; } .align-center { text-align: center; } .float-right { float: right; } .float-left { float: left; } .margin-0 { margin: 0; } .margin-top-5 { margin-top: 5px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-25 { margin-top: 25px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-15 { margin-left: 15px !important; } .margin-left-0 { margin-left: 0 !important; } .margin-right-15 { margin-right: 15px !important; } .margin-right-0 { margin-right: 0 !important; } .margin-bottom-5 { margin-bottom: 5px; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .cart-btn { margin: 0 10px 10px; width: 60px; } .padding-top-15 { padding-top: 15px; } .padding-top-3 { padding-top: 3px; } .padding-top-5 { padding-top: 5px; } .padding-top-8 { padding-top: 8px; } .padding-bottom-15 { padding-bottom: 15px; } .padding-0 { padding: 0; } .padding-10-0 { padding-top: 10px; padding-bottom: 10px; } .padding-5 { padding: 5px; } .padding-25 { padding: 25px; } .padding-left-10 { padding-left: 10px; } .padding-left-30 { padding-left: 30px; } .padding-right-30 { padding-right: 30px; } .padding-0-8 { padding: 0 8px; } .padding-0-30 { padding: 0 30px; } .full-width { width: 100% } .unit-display { max-width: 60px; display: inline; } .carrier-max-width, .payment-max-width { max-width: 100px; } .max-width-full { max-width: 100%; } .max-width-600 { max-width: 600px; } .max-width-50 { max-width: 50px !important; } .login-title { font-size: 24px; } .unregistered-title { display: table; white-space: nowrap; color: #666; font-weight: normal; } .unregistered-title:before { border-top: 1px solid #e7e7e7; content: ''; display: table-cell; position: relative; top: 0.5em; width: 45%; right: 1.5%; } .unregistered-title:after { border-top: 1px solid #e7e7e7; content: ''; display: table-cell; position: relative; top: 0.5em; width: 45%; left: 1.5%; } .bold { font-weight: bold; } .page-title { font-size: 24px; font-weight: bold; color: #449d44; } .list-style-none { list-style: none; } .list-item { height: 110px; padding-top: 10px; margin-top: 10px; border-bottom: #e5e5e5 1px solid; position: relative; display: list-item; } .list-item-image { padding: 8px; width: 15%; } .list-item-name { padding: 8px; width: 30%; } .list-item-price { padding: 8px; width: 10%; } .list-item-order-info { padding: 8px; width: 20%; } .list-item-order-date { padding: 8px; width: 15%; } .list-item-order-status { padding: 8px; } .search-text-border, .search-text-border:focus { border: 1px solid #5cb85c; } .login-content-container { margin: 0 auto; width: 350px; border: 1px solid #eee; padding: 20px 40px; border-radius: 4px; } .stock-container { border: 1px solid #e7e7e7; border-radius: 4px; padding: 0.2em 1em; } .content-container { margin: 0 auto; min-width: 1200px; padding: 0 20px; } .product-item { margin: 0 5% 5%; border: 1px solid #ededed; } .product-item-with-cart { margin: 0 5% 5%; border: 1px solid #ededed; } .product-item:hover { border: 1px solid #5cb85c; } .product-img-min-height { min-height: 230px; } .product-price { float: right; font-size: 20px; margin-right: 15px; color: #5cb85c; } .product-title { font-size: 15px; margin-left: 15px; color: #666; } .product-title-link, .promotion-product-title-link { color: #666; } .product-title-link:hover, .promotion-product-title-link:hover { color: #449d44; } .product-font, .category-font, .profile-font, .promotion-title { color: #449d44; } .product-font:hover, .category-font:hover, .profile-font:hover, .promotion-title:hover { color: #449d44; } .product-label { margin: 15px 0; } .product-price { font-size: 30px; } .product-price-label { margin-top: 20px } .product-unit { margin-top: 10px; } .product-description-label { /*color: #449d44;*/ font-size: 18px; margin-top: 30px; margin-bottom: 0; font-weight: bold; } .product-description-hr { margin: 10px 0; } .checkout-btn { width: 80px; } .empty-page { text-align: center; padding: 50px; margin: 25px 0 50px; } .cart-empty-font { font-size: 15px; } /*.login-button { color: #fff; background-color: #41af4b; width: 100%; } .login-button-backup { color: #fff; background-color: #83c900; width: 100%; } .login-button:hover { color: #fff; background-color: #3da446; }*/ .align-right { text-align: right; } .footer { margin-top: 30px; width: 100%; background-color: #fafbfc; /*background-color: #f5f5f5;*/ /*height: 60px;*/ } .footer-image-wrap { border-top: 2px solid #5cb85c; border-bottom: 1px solid #e5e5e5; } .footer-image { width: 1100px; height: 90px; margin: 0 auto; border-left: 1px solid #e5e5e5; } .footer-image-item { padding: 15px 0 15px 70px; border-right: 1px solid #e5e5e5; height: 90px; } .footer-image-item-icon { font-size: 30px; color: #5cb85c; } .footer-image-item-description { font-size: 12px; color: #666; } .footer-content { color: #449d44; background-color: white; } .footer-hr { margin-top: 0; margin-bottom: 0; } .footer-ul { padding: 0 1em; list-style: none; } .footer-li:before { content: ""; border-color: transparent #449d44; border-style: solid; border-width: 0.35em 0 0.35em 0.45em; display: block; height: 0; width: 0; left: -1em; top: 1em; position: relative; } .footer-follow-font { font-size: 28px; } .footer-facebook { color: #3b5998; } .footer-twitter { color: #00aced; } .category-hr { margin-top: 5px; margin-bottom: 5px; } .category-child-font { font-size: 11px; color: #666; } .category-child-font:hover { color: #666; } .event-chevron-background { background-image: none !important; } .profile-icon { font-size: 30px; } .profile-function-icon { font-size: 40px; } .promotion-title { font-size: 20px; } .promotion-cell { border-top: 2px solid #449d44; } .promotion-image { width: 195px; height: 440px; position: relative; float: left; } .promotion-item-top { border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; height: 250px; } .promotion-item-right { border-right: 1px solid #e5e5e5; padding-left: 15px; padding-right: 15px; } .promotion-item-bottom { border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; height: 150px; } .promotion-padding { padding-top: 40px; } .promotion-padding-with-cart { padding-top: 30px; } .promotion-image-padding { padding-left: 25px; padding-right: 25px; } .promotion-product-title { font-size: 11px; color: #666; } .promotion-product-price { font-size: 13px; text-align: center; color: #5cb85c; } .promotion-bottom-title-padding { padding-top: 40px; } .promotion-bottom-image-padding { padding-top: 15px; padding-bottom: 15px; padding-left: 40px; } .thumbnail { line-height: 0; display: inline-block; border: solid 0.4em #FFF; max-width: 100%; box-shadow: 0 0 2px 1px rgba(50,50,50,0.2); transition: all 200ms ease-out; margin-bottom: 0 !important; } a { text-decoration: none !important; } .trends-item { display: inline-block; padding: 3px 6px; font-size: 12px; border: 1px solid #ccc; background-color: white; color: #666; margin: 5px; text-align: center; vertical-align: middle; line-height: 1.42857143; cursor: pointer; touch-action: manipulation; border-radius: 4px; } .trends-item:hover { color: #449d44; border-color: #449d44; } /*start*/ .main-theme-font, .main-theme-font:hover { color: #449d44; } .sub-theme-font, .sub-theme-font:hover { color: #666 } .sold-out-font { color: #f0ad4e; } .sub-theme-link { color: #666; } .main-theme-link, .main-theme-link:hover, .sub-theme-link:hover, .main-theme-link:visited, .sub-theme-link:visited { color: #449d44; } .font-11 { font-size: 11px; } .font-12 { font-size: 12px; } .font-18 { font-size: 18px; } .font-25 { font-size: 25px; } .font-30 { font-size: 30px; } .main-theme-border-top { border-top: 2px solid #449d44; } .sub-theme-border-top { border-top: 1px solid #e7e7e7; } .sub-theme-border-bottom { border-bottom: 1px solid #e7e7e7; } .hr-fade-out { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); } .profile-box { border: 1px solid #e7e7e7; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); } .font-weight-500 { font-weight: 500; } .color-black, .color-black:hover { color: black; } .dotted-bottom { border-bottom: 1px dotted #e7e7e7; } .inline-block { display: inline-block; } .valign-top { vertical-align: top; } .no-wrap { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 100%; } .product-list-padding { padding-top: 20px; padding-left: 20px; padding-right: 20px; } body { padding-top: 70px; } .u-flyer{ display: block; width: 50px; height: 50px; border-radius: 50px; position: fixed; z-index: 9999; } .checkout-bg { padding: 10px 20px; background-color: #e7e7e7; } .checkout-hr { border-top: 2px solid black !important; margin: 5px 0; } .promotion-title-border { border-bottom: 2px solid #449d44; } .promotion-item { border: 1px solid #e5e5e5; padding-bottom: 10px; } .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; } .col-xs-5ths { width: 20%; float: left; } @media (min-width: 768px) { .col-sm-5ths { width: 20%; float: left; } } @media (min-width: 992px) { .col-md-5ths { width: 20%; float: left; } } @media (min-width: 1200px) { .col-lg-5ths { width: 20%; float: left; } } .promotion-item-image-padding { padding: 15px; } .promotion-item-product-title { padding-left: 15px; padding-right: 15px; font-size: 12px; color: #666; line-height: 1.5em; height: 4.5em; overflow: hidden; } .promotion-item-product-price { padding-left: 15px; font-size: 18px; float: left; } .promotion-item-original-price { float: right; padding-right: 15px; font-size: 12px; text-decoration: line-through; } .promotion-item-product-stock { text-align: right; padding-top: 3px; padding-right: 15px; } .promotion-item-add-cart { margin-top: 10px; padding-left: 15px; padding-right: 15px; } .original-price { text-decoration: line-through; } .nav-service { width: 400px; } .notification { display: none; position: fixed; top: 0; left: 50%; z-index: 101; } @media (min-width: 768px) { .notification { width: 750px; } } @media (min-width: 992px) { .notification { width: 970px; } } @media (min-width: 1200px) { .notification { width: 1170px; } } .notification-text { position: relative; left: -50%; padding-left: 15px; padding-right: 15px; } .navbar-z-index { z-index: 100; } .navbar-button { margin: 0; padding: 15px; font-size: 18px; border: none; }
0.379493
0.085366
* { box-sizing: border-box; font-family: Helvetica; } body { background-color: #f4f1de; } #search { padding: 15px; background-color: #f2cc8f; display: inline-block; } #search input { float:left; width: 65% } #search button { float:right; width: 35%; } #map { height: 98vh; } /********** Large devices only **********/ @media (min-width: 992px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding: 15px; } .col-lg-1 { width: 8.33%; } .col-lg-2 { width: 16.66%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33%; } .col-lg-5 { width: 41.66%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33%; } .col-lg-8 { width: 66.66%; } .col-lg-9 { width: 74.99%; } .col-lg-10 { width: 83.33%; } .col-lg-11 { width: 91.66%; } .col-lg-12 { width: 100%; } #search { margin: 0; font-size: 1.5em; } } /********** Medium devices only **********/ @media (min-width: 768px) and (max-width: 991px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding: 15px; } .col-md-1 { width: 8.33%; } .col-md-2 { width: 16.66%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33%; } .col-md-5 { width: 41.66%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33%; } .col-md-8 { width: 66.66%; } .col-md-9 { width: 74.99%; } .col-md-10 { width: 83.33%; } .col-md-11 { width: 91.66%; } .col-md-12 { width: 100%; } #search { margin: 0; font-size: 2em; } } /********** Small devices special formatting **********/ @media (max-width: 767px) { #search { width: 100%; padding: 15px; } #map { height: 60vh; } }
style.css
* { box-sizing: border-box; font-family: Helvetica; } body { background-color: #f4f1de; } #search { padding: 15px; background-color: #f2cc8f; display: inline-block; } #search input { float:left; width: 65% } #search button { float:right; width: 35%; } #map { height: 98vh; } /********** Large devices only **********/ @media (min-width: 992px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding: 15px; } .col-lg-1 { width: 8.33%; } .col-lg-2 { width: 16.66%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33%; } .col-lg-5 { width: 41.66%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33%; } .col-lg-8 { width: 66.66%; } .col-lg-9 { width: 74.99%; } .col-lg-10 { width: 83.33%; } .col-lg-11 { width: 91.66%; } .col-lg-12 { width: 100%; } #search { margin: 0; font-size: 1.5em; } } /********** Medium devices only **********/ @media (min-width: 768px) and (max-width: 991px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding: 15px; } .col-md-1 { width: 8.33%; } .col-md-2 { width: 16.66%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33%; } .col-md-5 { width: 41.66%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33%; } .col-md-8 { width: 66.66%; } .col-md-9 { width: 74.99%; } .col-md-10 { width: 83.33%; } .col-md-11 { width: 91.66%; } .col-md-12 { width: 100%; } #search { margin: 0; font-size: 2em; } } /********** Small devices special formatting **********/ @media (max-width: 767px) { #search { width: 100%; padding: 15px; } #map { height: 60vh; } }
0.455925
0.096834
@charset "UTF-8"; /* Theme Name: PicArt Author: <NAME> Author URI: https://sidn.es Version: 1.0.0 */ /** MÁS IMPORTACIONES AL FINAL DE LA PÁGINA **/ /** FONTS **/ @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); /** COLORES **/ /** RESOLUCIONES **/ /** MODULOS **/ /****************************************************************** HEADER *******************************************************************/ #capa_oscura { background-color: rgba(0, 0, 0, 0); top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; transition: all 0.3s ease-in-out; } #capa_oscura.activo { position: fixed; background-color: rgba(0, 26, 66, 0.6); } #topbar_info { background-color: #0B1E3E; width: 100%; top: -100px; z-index: 1000; padding: 10px; display: flex; justify-content: center; align-items: center; transition: top 0.5s ease-in-out; } #topbar_info.activo { position: fixed; top: 0px; } @media (max-width: 1199px) { #topbar_info.activo { top: 77px; } } #topbar_info.color2 { background-color: #DD7975; } #topbar_info.color2 .texto_topbar_info { color: #0B1E3E; } #topbar_info.color2 .texto_topbar_info a, #topbar_info.color2 .texto_topbar_info strong { color: white; } #topbar_info.color3 { background-color: #F6BE00; } #topbar_info.color3 .texto_topbar_info { color: #0B1E3E; } #topbar_info.color3 .texto_topbar_info a, #topbar_info.color3 .texto_topbar_info strong { color: white; } #topbar_info .texto_topbar_info { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #D4B59E; text-align: center; max-width: 1200px; display: none; } #topbar_info .texto_topbar_info.activo { display: block; } @media (max-width: 1199px) { #topbar_info .texto_topbar_info { max-width: calc(100% - 50px); } } #topbar_info .texto_topbar_info a, #topbar_info .texto_topbar_info strong { color: #7AD28E; } #topbar_info .texto_topbar_info a:hover { color: #00965E; } #topbar_info .texto_topbar_info p { margin-bottom: 0px; } #topbar_info #cerrar_topbar_info { cursor: pointer; position: absolute; right: 20px; top: 13px; } @media (max-width: 1199px) { #topbar_info #cerrar_topbar_info { right: 15px; } } #header { padding-right: 35px; padding-left: 35px; padding-bottom: 15px; /** MENU MOVIL **/ /** FIN MENU MOVIL**/ } @media (max-width: 1199px) { #header { background-color: white; position: fixed; top: 0px; z-index: 999999; transition: all 0.3s ease-in-out; } #header.activo { background-color: #F6BE00; } } @media (max-width: 767px) { #header { padding-right: 15px; padding-left: 15px; } } @media (max-width: 1199px) { #header.header_landings { position: relative; margin-top: -77px; } #header.header_landings.activo { background-color: white; } } #header.header_landings .header_principal { padding-top: 60px; padding-bottom: 20px; } @media (max-width: 1199px) { #header.header_landings .header_principal { padding-top: 30px; } } @media (max-width: 767px) { #header.header_landings .header_principal { padding-top: 10px; padding-bottom: 0px; } } #header .topbar { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; } @media (max-width: 1199px) { #header .topbar { display: none; } } #header .topbar .topbar_izquierda .selector { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; font-family: "Raleway"; border: 0px; outline: 0px; } #header .topbar .topbar_izquierda .selector option { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; font-family: "Raleway"; } #header .topbar .topbar_derecha { display: flex; align-items: center; } #header .topbar .topbar_derecha .contacto_header { display: flex; justify-content: space-between; align-items: center; } #header .topbar .topbar_derecha .contacto_header a { margin-left: 25px; font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; } #header .topbar .topbar_derecha .contacto_header a span { margin-left: 6px; font-family: "Raleway"; font-weight: 400; } #header .topbar .topbar_derecha .idiomas { margin-left: 30px; z-index: 10; } #header .topbar .topbar_derecha .idiomas ul.menu { padding-left: 0px; margin-bottom: 0px; list-style: none; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu { display: none; position: absolute; padding: 0px; list-style: none; margin-left: -8px; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu li { padding: 2px 8px; border: 1px solid #0B1E3E; border-bottom: 0px; background-color: white; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu li:hover { background-color: #DD7975; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu li:last-child { border-bottom: 1px solid #0B1E3E; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item:hover ul.sub-menu { display: block; } #header .logo_principal { margin-top: -30px; } @media (max-width: 1199px) { #header .logo_principal { margin-top: 0px; } #header .logo_principal svg { width: 200px; } } @media (max-width: 991px) { #header .logo_principal svg { width: 175px; } } #header .header_principal { display: flex; justify-content: space-between; align-items: center; padding-top: 40px; /** MENU **/ /** FIN MENU **/ } @media (max-width: 1199px) { #header .header_principal { padding-top: 15px; } } #header .header_principal nav.menu_principal { display: flex; align-items: center; z-index: 9; position: relative; } @media (max-width: 1199px) { #header .header_principal nav.menu_principal { display: none; } } #header .header_principal nav.menu_principal .menu { display: flex; list-style: none; padding: 0px; margin-bottom: 0px; } #header .header_principal nav.menu_principal .menu li.current-menu-ancestor li.current-menu-item { background-color: #D4B59E; } #header .header_principal nav.menu_principal .menu li.novedad > a { padding-bottom: 0px; } #header .header_principal nav.menu_principal .menu > li { margin-left: 34px; padding-bottom: 10px; position: relative; /** circulito **/ /** submenu **/ } #header .header_principal nav.menu_principal .menu > li a { font-family: "Lato", Arial, sans-serif; font-size: 15px; color: #0B1E3E; font-family: "Raleway"; } #header .header_principal nav.menu_principal .menu > li a span { font-size: 12px; font-weight: bold; margin-top: -20px; color: #D9554C; text-transform: uppercase; } #header .header_principal nav.menu_principal .menu > li:before { content: ""; width: 48px; height: 48px; border-radius: 90px; display: block; position: absolute; z-index: -1; right: -7px; bottom: 3px; background-color: inherit; transition: all 0.3s ease-in-out; } #header .header_principal nav.menu_principal .menu > li:hover:before { background-color: #DD7975 !important; } #header .header_principal nav.menu_principal .menu > li.enlace_familiar:before, #header .header_principal nav.menu_principal .menu > li.enlace_adultos:before { content: ""; width: 48px; height: 48px; border-radius: 90px; display: block; position: absolute; z-index: -1; right: -7px; bottom: 3px; } #header .header_principal nav.menu_principal .menu > li.enlace_familiar:before { background-color: #95DADC; } #header .header_principal nav.menu_principal .menu > li.enlace_adultos:before { background-color: #7AD28E; } #header .header_principal nav.menu_principal .menu > li:hover > ul { display: block; } #header .header_principal nav.menu_principal .menu > li ul { display: none; position: absolute; list-style: none; padding: 0px; margin-top: 10px; border-radius: 2px; border: 1px solid #0B1E3E; width: max-content; } #header .header_principal nav.menu_principal .menu > li ul li { border-bottom: 1px solid #0B1E3E; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11); position: relative; background-color: white; } #header .header_principal nav.menu_principal .menu > li ul li:last-of-type { border-bottom: 0px solid #0B1E3E; } #header .header_principal nav.menu_principal .menu > li ul li:hover { background-color: #D4B59E; } #header .header_principal nav.menu_principal .menu > li ul li a { font-family: "Lato", Arial, sans-serif; font-size: 13px; color: #0B1E3E; padding: 10px 40px 10px 10px; display: inline-block; } #header .header_principal nav.menu_principal .menu > li ul li.menu-item-has-children > a:after { content: url("./assets/img/flechita_menu.png"); position: absolute; right: 10px; } #header .header_principal nav.menu_principal .menu > li ul li.menu-item-has-children:hover ul { display: block; left: 100%; top: 0px; margin-top: -1px; } #header .header_principal nav.menu_principal .enlace_contacto { margin-left: 34px; margin-bottom: 1rem; padding: 10px 30px; background-color: #F6BE00; font-weight: 600; font-size: 16px; transition: all 0.3s ease-in-out; } #header .header_principal nav.menu_principal .enlace_contacto:hover { background-color: #DD7975; } #header .header_principal .hamburguesa { display: none; flex-direction: column; align-items: flex-end; } @media (max-width: 1199px) { #header .header_principal .hamburguesa { display: flex; } } #header .header_principal .hamburguesa .linea1, #header .header_principal .hamburguesa .linea2 { height: 3px; border-radius: 5px; background-color: #0B1E3E; transition: all 0.3s ease-in-out; } #header .header_principal .hamburguesa .linea1 { width: 47px; margin-bottom: 5px; } #header .header_principal .hamburguesa .linea2 { width: 23px; } #header .header_principal .hamburguesa.activo .linea1, #header .header_principal .hamburguesa.activo .linea2 { width: 35px; } #header .header_principal .hamburguesa.activo .linea1 { transform: rotate(45deg); margin-bottom: -3px; } #header .header_principal .hamburguesa.activo .linea2 { transform: rotate(-45deg); } #header #menu_movil { display: flex; flex-direction: column; justify-content: space-between; position: fixed; background-color: white; width: 300px; height: calc(100% - 77px); left: -300px; top: 77px; z-index: 9999999; overflow-y: scroll; transition: all 0.3s ease-in-out; } #header #menu_movil.activo { left: 0px; } #header #menu_movil .arriba { overflow-y: scroll; /** 1 nivel **/ } #header #menu_movil .arriba ul { display: flex; flex-direction: column; list-style: none; padding: 0px; margin-bottom: 0px; z-index: 999; position: relative; } #header #menu_movil .arriba ul li { position: relative; border-top: 1px solid; background-color: white; /** submenu **/ /** 2 nivel **/ } #header #menu_movil .arriba ul li a { font-family: "Lato", Arial, sans-serif; font-size: 15px; color: #0B1E3E; font-family: "Raleway"; width: 80%; padding: 17px 5px 17px 17px; display: inline-block; position: relative; } #header #menu_movil .arriba ul li a span { color: #DD7975; font-weight: bold; text-transform: uppercase; font-size: 14px; } #header #menu_movil .arriba ul li.current-menu-item { background-color: #D4B59E; } #header #menu_movil .arriba ul li.enlace_familiar:before, #header #menu_movil .arriba ul li.enlace_adultos:before { content: ""; width: 32px; height: 32px; border-radius: 90px; display: block; position: absolute; z-index: 0; left: 110px; top: 12px; } #header #menu_movil .arriba ul li.enlace_familiar:before, #header #menu_movil .arriba ul li.enlace_familiar.current-menu-item { background-color: #95DADC; } #header #menu_movil .arriba ul li.enlace_adultos:before, #header #menu_movil .arriba ul li.enlace_adultos.current-menu-item { background-color: #7AD28E; } #header #menu_movil .arriba ul li .flecha_tiene_hijo { display: block; width: 50px; height: 56px; position: absolute; right: 0; top: 0px; } #header #menu_movil .arriba ul li .flecha_tiene_hijo:after { content: url("./assets/img/flecha_menu_movil.png"); position: absolute; top: 14px; right: 20px; } #header #menu_movil .arriba ul li.activo > .flecha_tiene_hijo:after { transform: rotate(180deg); transform-origin: center; top: 17px; } #header #menu_movil .arriba ul li ul { display: none; } #header #menu_movil .arriba ul li ul.activo { display: block; } #header #menu_movil .arriba ul li ul > li { /** 3 nivel **/ } #header #menu_movil .arriba ul li ul > li:before { content: url("./assets/img/flecha_menu_movil_sub.png"); position: absolute; left: 20px; top: 4px; } #header #menu_movil .arriba ul li ul > li.activo:before { content: url("./assets/img/flecha_menu_movil_sub_activo.png"); } #header #menu_movil .arriba ul li ul > li a { padding: 6px 6px 6px 40px; } #header #menu_movil .arriba ul li ul > li .flecha_tiene_hijo { height: 36px; } #header #menu_movil .arriba ul li ul > li .flecha_tiene_hijo:after { top: 4px; } #header #menu_movil .arriba ul li ul > li.activo > .flecha_tiene_hijo:after { top: 8px !important; } #header #menu_movil .arriba ul li ul > li li { background-color: white; } #header #menu_movil .arriba ul li ul > li li a { padding: 6px 6px 6px 60px; } #header #menu_movil .arriba ul li ul > li li:before { content: ""; width: 8px; height: 1px; background-color: #0B1E3E; position: absolute; left: 40px; top: 17px; } #header #menu_movil .arriba .selectores { display: flex; border-top: 1px solid #0B1E3E; } #header #menu_movil .arriba .selectores select { font-family: "Lato", Arial, sans-serif; font-size: 15px; color: #0B1E3E; font-family: "Raleway"; width: 80%; padding: 17px 14px; border: 0px; } #header #menu_movil .arriba .selectores .idiomas { font-family: "Lato", Arial, sans-serif; font-size: 12px; color: #0B1E3E; font-family: "Raleway"; text-align: center; width: 20%; padding: 17px; display: flex; width: 100%; justify-content: space-around; flex-wrap: wrap; align-items: center; } #header #menu_movil .arriba .selectores .idiomas > img { display: none; } #header #menu_movil .abajo { display: flex; flex-direction: column; } #header #menu_movil .abajo .abajo_reservar { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; font-weight: bold; letter-spacing: 0.2em; text-align: center; padding: 10px; background-color: #F6BE00; text-transform: uppercase; } #header #menu_movil .abajo .abajo_contacto { display: flex; flex-direction: column; justify-content: space-between; padding: 9px 20px; background-color: #0B1E3E; } #header #menu_movil .abajo .abajo_contacto a { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: white; } /** FIN HEADER**/ /****************************************************************** FOOTER *******************************************************************/ footer { background-color: #001F22; padding: 50px 0 50px 0; } footer .text-footer h4 { font-family: Josefin Sans; font-style: normal; font-weight: bold; font-size: 18px; line-height: 18px; /* Blanco */ color: #FFFFFF; } footer .text-footer p { font-family: Josefin Sans; font-style: normal; font-size: 12px; line-height: 18px; /* Blanco */ color: #FFFFFF; } footer .text-legal { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; opacity: 0.5; /* Blanco */ border-left: 1px solid #FFFFFF; } footer .text-legal p { font-family: Lato; width: 100%; font-style: italic; font-weight: normal; font-size: 16px; line-height: 19px; text-align: right; /* Blanco */ color: #FFFFFF; opacity: 0.6; } @media (max-width: 767px) { footer #logo-footer { display: none; } footer .col-logo-sm { display: block !important; text-align: center; margin-bottom: 50px; } footer .text-legal { border: none; } } /****************************************************************** GENERALES *******************************************************************/ /** PÁGINAS **/ #register-picart { width: 100%; height: 100vh; } #register-picart .nav-home { width: 100%; height: 10%; display: flex; flex-direction: column; position: relative; z-index: 9999; } #register-picart .nav-home h1 { position: absolute; left: 51px; top: 50px; margin: 0; padding: 0; font-size: 9em; font-weight: 600; color: #f3f3f3a1 !important; z-index: 996; } #register-picart .nav-home ul { align-self: flex-end; display: flex; justify-content: flex-end; align-items: center; list-style: none; font-family: "Lato"; margin-top: 40px; margin-right: 60px; } #register-picart .nav-home ul li { position: relative; transition: .5s; } #register-picart .nav-home ul li ul { display: none; width: 200px; transition: .5s; } #register-picart .nav-home ul li ul li { background: #000000da; padding: 12px 0 12px 15px; } #register-picart .nav-home ul li ul li svg { width: 12px; color: #a5a5a5; transition: .5s; } #register-picart .nav-home ul li ul a { color: white; font-size: 1em; padding-left: 10px !important; font-weight: 300; transition: .5s; } #register-picart .nav-home ul li ul:hover { display: block !important; position: absolute; margin: -10px 0 0 -30px; left: 0px; transition: .5s; } #register-picart .nav-home ul li:hover > ul { display: block !important; position: absolute; margin: 0px 0 0 -30px; padding-top: 10px; left: 0px; z-index: 9960; transition: .5s; } #register-picart .nav-home ul li .menuitem { padding-right: 25px; font-weight: 500; transition: .5s; } #register-picart .nav-home ul li .menuitem::after { content: url("https://informatica.ieszaidinvergeles.org:10015/laraveles/PICART/public/assets/frontend/images/flecha.png"); width: 30px; height: 30px; bottom: -5px; right: -10px; position: absolute; } #register-picart .nav-home ul li a { color: #000000; font-size: 1.1em; padding: 0 20px; font-weight: 300; transition: .5s; } #register-picart .nav-home ul li a:hover { text-decoration: none; color: grey; transition: .5s; } #register-picart .nav-home ul li .sign { background: #050505; font-family: Lato; padding: 8px 20px; font-size: 1em; margin-right: 10px; color: #f3f3f3; } #register-picart .container-login { position: absolute; width: 100%; height: 100vh; top: 0; display: flex; flex-direction: row; } #register-picart .container-login .img-login { width: 50%; height: 100%; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; } #register-picart .container-login .login-form { width: 50%; height: 100%; padding-top: 5%; display: flex; flex-direction: column; justify-content: center; align-items: center; } #register-picart .container-login .login-form .wp-block-contact-form-7-contact-form-selector, #register-picart .container-login .login-form .wpcf7 { display: flex; flex-direction: column; justify-content: center; align-items: center; } #register-picart .container-login .login-form h2 { font-family: "Raleway"; font-size: 1.5em; letter-spacing: 1px; margin-bottom: 20px; width: 100%; text-align: center; } #register-picart .container-login .login-form form { width: 500px; padding: 70px 50px; background: #f3f3f3a1; } #register-picart .container-login .login-form form h1 { font-family: "Raleway"; font-size: 1.5em; letter-spacing: 1px; margin-bottom: 40px; width: 100%; text-align: center; } #register-picart .container-login .login-form form input { background: 0 0; height: auto; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; padding: 10px 15px; font: 400 15px "Raleway",sans-serif; line-height: 1.4; } #register-picart .container-login .login-form form input:focus { box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); } #register-picart .container-login .login-form form textarea { width: 100%; height: 80px; background: 0 0; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; padding: 10px 15px; font: 400 15px "Raleway",sans-serif; line-height: 1.4; } #register-picart .container-login .login-form form p:last-child { text-align: center; } #register-picart .container-login .login-form form .wpcf7-submit { background: #050505; font-family: Lato; padding: 10px 35px; margin: 10px 0 0 0; font-size: 1em; letter-spacing: 2px; color: #f3f3f3; align-self: center; font-weight: 300; border: none; } #register-picart .container-login .login-form form label { font-family: "Raleway"; font-size: .8em; letter-spacing: 1px; } #register-picart .container-login .login-form form a { font-family: "Raleway"; font-size: .8em; letter-spacing: 1px; color: grey; padding: 10px 0; } #register-picart .container-login .login-form form .form-check { padding-top: 10px; } #register-picart .container-login .login-form form .form-check label { font-family: "Raleway"; font-size: .8em; letter-spacing: 1px; color: grey; } #register-picart .container-login .login-form form .button-form { display: flex; justify-content: center; padding-top: 15px; } #register-picart .container-login .login-form form button { background: #050505; font-family: Lato; padding: 10px 35px; margin: 10px 0 0 0; font-size: 1em; letter-spacing: 2px; color: #f3f3f3; align-self: center; font-weight: 300; border: none; } .section-preset{ padding-top:100px; } .row-preset h1{ font-family: "Raleway"; font-size: 2em; letter-spacing: 1px; } .content-mypresets{ display: flex; justify-content: center; } .gallery-preset{ margin-top: 30px; width: 80%; padding: 50px 50px; background: #f3f3f3a1; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; } .gallery-preset p{ margin:30px 0 50px 0; text-align: justify; font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-weight: 500; margin-bottom: 30px; font-size:.9em; } .gallery-preset img{ max-width:400px; margin-bottom:80px; } .gallery-preset h2{ width:100%; text-align:center; } footer{ margin-top:100px; background:black; padding:80px 0; } .col-footer-menu{ display:flex; flex-direction:row; } footer li{ list-style:none; font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-weight: 300; color:white; } footer li:first-child{ font-weight: 500; } footer a{ font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-weight: 300; color:white; } .col-logo-footer{ display:flex; align-items:center; } footer h2{ width:100%; text-align:center; font-family: Raleway; font-size: 3.5em; font-weight: 800; color:white; /*margin-top:20px;*/ } .col-copy{ display:flex; align-items:center; } .col-copy p{ width:100%; text-align:right; font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-size: .8em; font-weight: 300; color:white; }
public/PIC-ART/wp-content/themes/picart/style.css
@charset "UTF-8"; /* Theme Name: PicArt Author: <NAME> Author URI: https://sidn.es Version: 1.0.0 */ /** MÁS IMPORTACIONES AL FINAL DE LA PÁGINA **/ /** FONTS **/ @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); /** COLORES **/ /** RESOLUCIONES **/ /** MODULOS **/ /****************************************************************** HEADER *******************************************************************/ #capa_oscura { background-color: rgba(0, 0, 0, 0); top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; transition: all 0.3s ease-in-out; } #capa_oscura.activo { position: fixed; background-color: rgba(0, 26, 66, 0.6); } #topbar_info { background-color: #0B1E3E; width: 100%; top: -100px; z-index: 1000; padding: 10px; display: flex; justify-content: center; align-items: center; transition: top 0.5s ease-in-out; } #topbar_info.activo { position: fixed; top: 0px; } @media (max-width: 1199px) { #topbar_info.activo { top: 77px; } } #topbar_info.color2 { background-color: #DD7975; } #topbar_info.color2 .texto_topbar_info { color: #0B1E3E; } #topbar_info.color2 .texto_topbar_info a, #topbar_info.color2 .texto_topbar_info strong { color: white; } #topbar_info.color3 { background-color: #F6BE00; } #topbar_info.color3 .texto_topbar_info { color: #0B1E3E; } #topbar_info.color3 .texto_topbar_info a, #topbar_info.color3 .texto_topbar_info strong { color: white; } #topbar_info .texto_topbar_info { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #D4B59E; text-align: center; max-width: 1200px; display: none; } #topbar_info .texto_topbar_info.activo { display: block; } @media (max-width: 1199px) { #topbar_info .texto_topbar_info { max-width: calc(100% - 50px); } } #topbar_info .texto_topbar_info a, #topbar_info .texto_topbar_info strong { color: #7AD28E; } #topbar_info .texto_topbar_info a:hover { color: #00965E; } #topbar_info .texto_topbar_info p { margin-bottom: 0px; } #topbar_info #cerrar_topbar_info { cursor: pointer; position: absolute; right: 20px; top: 13px; } @media (max-width: 1199px) { #topbar_info #cerrar_topbar_info { right: 15px; } } #header { padding-right: 35px; padding-left: 35px; padding-bottom: 15px; /** MENU MOVIL **/ /** FIN MENU MOVIL**/ } @media (max-width: 1199px) { #header { background-color: white; position: fixed; top: 0px; z-index: 999999; transition: all 0.3s ease-in-out; } #header.activo { background-color: #F6BE00; } } @media (max-width: 767px) { #header { padding-right: 15px; padding-left: 15px; } } @media (max-width: 1199px) { #header.header_landings { position: relative; margin-top: -77px; } #header.header_landings.activo { background-color: white; } } #header.header_landings .header_principal { padding-top: 60px; padding-bottom: 20px; } @media (max-width: 1199px) { #header.header_landings .header_principal { padding-top: 30px; } } @media (max-width: 767px) { #header.header_landings .header_principal { padding-top: 10px; padding-bottom: 0px; } } #header .topbar { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; } @media (max-width: 1199px) { #header .topbar { display: none; } } #header .topbar .topbar_izquierda .selector { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; font-family: "Raleway"; border: 0px; outline: 0px; } #header .topbar .topbar_izquierda .selector option { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; font-family: "Raleway"; } #header .topbar .topbar_derecha { display: flex; align-items: center; } #header .topbar .topbar_derecha .contacto_header { display: flex; justify-content: space-between; align-items: center; } #header .topbar .topbar_derecha .contacto_header a { margin-left: 25px; font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; } #header .topbar .topbar_derecha .contacto_header a span { margin-left: 6px; font-family: "Raleway"; font-weight: 400; } #header .topbar .topbar_derecha .idiomas { margin-left: 30px; z-index: 10; } #header .topbar .topbar_derecha .idiomas ul.menu { padding-left: 0px; margin-bottom: 0px; list-style: none; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu { display: none; position: absolute; padding: 0px; list-style: none; margin-left: -8px; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu li { padding: 2px 8px; border: 1px solid #0B1E3E; border-bottom: 0px; background-color: white; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu li:hover { background-color: #DD7975; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item ul.sub-menu li:last-child { border-bottom: 1px solid #0B1E3E; } #header .topbar .topbar_derecha .idiomas ul.menu li.menu-item:hover ul.sub-menu { display: block; } #header .logo_principal { margin-top: -30px; } @media (max-width: 1199px) { #header .logo_principal { margin-top: 0px; } #header .logo_principal svg { width: 200px; } } @media (max-width: 991px) { #header .logo_principal svg { width: 175px; } } #header .header_principal { display: flex; justify-content: space-between; align-items: center; padding-top: 40px; /** MENU **/ /** FIN MENU **/ } @media (max-width: 1199px) { #header .header_principal { padding-top: 15px; } } #header .header_principal nav.menu_principal { display: flex; align-items: center; z-index: 9; position: relative; } @media (max-width: 1199px) { #header .header_principal nav.menu_principal { display: none; } } #header .header_principal nav.menu_principal .menu { display: flex; list-style: none; padding: 0px; margin-bottom: 0px; } #header .header_principal nav.menu_principal .menu li.current-menu-ancestor li.current-menu-item { background-color: #D4B59E; } #header .header_principal nav.menu_principal .menu li.novedad > a { padding-bottom: 0px; } #header .header_principal nav.menu_principal .menu > li { margin-left: 34px; padding-bottom: 10px; position: relative; /** circulito **/ /** submenu **/ } #header .header_principal nav.menu_principal .menu > li a { font-family: "Lato", Arial, sans-serif; font-size: 15px; color: #0B1E3E; font-family: "Raleway"; } #header .header_principal nav.menu_principal .menu > li a span { font-size: 12px; font-weight: bold; margin-top: -20px; color: #D9554C; text-transform: uppercase; } #header .header_principal nav.menu_principal .menu > li:before { content: ""; width: 48px; height: 48px; border-radius: 90px; display: block; position: absolute; z-index: -1; right: -7px; bottom: 3px; background-color: inherit; transition: all 0.3s ease-in-out; } #header .header_principal nav.menu_principal .menu > li:hover:before { background-color: #DD7975 !important; } #header .header_principal nav.menu_principal .menu > li.enlace_familiar:before, #header .header_principal nav.menu_principal .menu > li.enlace_adultos:before { content: ""; width: 48px; height: 48px; border-radius: 90px; display: block; position: absolute; z-index: -1; right: -7px; bottom: 3px; } #header .header_principal nav.menu_principal .menu > li.enlace_familiar:before { background-color: #95DADC; } #header .header_principal nav.menu_principal .menu > li.enlace_adultos:before { background-color: #7AD28E; } #header .header_principal nav.menu_principal .menu > li:hover > ul { display: block; } #header .header_principal nav.menu_principal .menu > li ul { display: none; position: absolute; list-style: none; padding: 0px; margin-top: 10px; border-radius: 2px; border: 1px solid #0B1E3E; width: max-content; } #header .header_principal nav.menu_principal .menu > li ul li { border-bottom: 1px solid #0B1E3E; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11); position: relative; background-color: white; } #header .header_principal nav.menu_principal .menu > li ul li:last-of-type { border-bottom: 0px solid #0B1E3E; } #header .header_principal nav.menu_principal .menu > li ul li:hover { background-color: #D4B59E; } #header .header_principal nav.menu_principal .menu > li ul li a { font-family: "Lato", Arial, sans-serif; font-size: 13px; color: #0B1E3E; padding: 10px 40px 10px 10px; display: inline-block; } #header .header_principal nav.menu_principal .menu > li ul li.menu-item-has-children > a:after { content: url("./assets/img/flechita_menu.png"); position: absolute; right: 10px; } #header .header_principal nav.menu_principal .menu > li ul li.menu-item-has-children:hover ul { display: block; left: 100%; top: 0px; margin-top: -1px; } #header .header_principal nav.menu_principal .enlace_contacto { margin-left: 34px; margin-bottom: 1rem; padding: 10px 30px; background-color: #F6BE00; font-weight: 600; font-size: 16px; transition: all 0.3s ease-in-out; } #header .header_principal nav.menu_principal .enlace_contacto:hover { background-color: #DD7975; } #header .header_principal .hamburguesa { display: none; flex-direction: column; align-items: flex-end; } @media (max-width: 1199px) { #header .header_principal .hamburguesa { display: flex; } } #header .header_principal .hamburguesa .linea1, #header .header_principal .hamburguesa .linea2 { height: 3px; border-radius: 5px; background-color: #0B1E3E; transition: all 0.3s ease-in-out; } #header .header_principal .hamburguesa .linea1 { width: 47px; margin-bottom: 5px; } #header .header_principal .hamburguesa .linea2 { width: 23px; } #header .header_principal .hamburguesa.activo .linea1, #header .header_principal .hamburguesa.activo .linea2 { width: 35px; } #header .header_principal .hamburguesa.activo .linea1 { transform: rotate(45deg); margin-bottom: -3px; } #header .header_principal .hamburguesa.activo .linea2 { transform: rotate(-45deg); } #header #menu_movil { display: flex; flex-direction: column; justify-content: space-between; position: fixed; background-color: white; width: 300px; height: calc(100% - 77px); left: -300px; top: 77px; z-index: 9999999; overflow-y: scroll; transition: all 0.3s ease-in-out; } #header #menu_movil.activo { left: 0px; } #header #menu_movil .arriba { overflow-y: scroll; /** 1 nivel **/ } #header #menu_movil .arriba ul { display: flex; flex-direction: column; list-style: none; padding: 0px; margin-bottom: 0px; z-index: 999; position: relative; } #header #menu_movil .arriba ul li { position: relative; border-top: 1px solid; background-color: white; /** submenu **/ /** 2 nivel **/ } #header #menu_movil .arriba ul li a { font-family: "Lato", Arial, sans-serif; font-size: 15px; color: #0B1E3E; font-family: "Raleway"; width: 80%; padding: 17px 5px 17px 17px; display: inline-block; position: relative; } #header #menu_movil .arriba ul li a span { color: #DD7975; font-weight: bold; text-transform: uppercase; font-size: 14px; } #header #menu_movil .arriba ul li.current-menu-item { background-color: #D4B59E; } #header #menu_movil .arriba ul li.enlace_familiar:before, #header #menu_movil .arriba ul li.enlace_adultos:before { content: ""; width: 32px; height: 32px; border-radius: 90px; display: block; position: absolute; z-index: 0; left: 110px; top: 12px; } #header #menu_movil .arriba ul li.enlace_familiar:before, #header #menu_movil .arriba ul li.enlace_familiar.current-menu-item { background-color: #95DADC; } #header #menu_movil .arriba ul li.enlace_adultos:before, #header #menu_movil .arriba ul li.enlace_adultos.current-menu-item { background-color: #7AD28E; } #header #menu_movil .arriba ul li .flecha_tiene_hijo { display: block; width: 50px; height: 56px; position: absolute; right: 0; top: 0px; } #header #menu_movil .arriba ul li .flecha_tiene_hijo:after { content: url("./assets/img/flecha_menu_movil.png"); position: absolute; top: 14px; right: 20px; } #header #menu_movil .arriba ul li.activo > .flecha_tiene_hijo:after { transform: rotate(180deg); transform-origin: center; top: 17px; } #header #menu_movil .arriba ul li ul { display: none; } #header #menu_movil .arriba ul li ul.activo { display: block; } #header #menu_movil .arriba ul li ul > li { /** 3 nivel **/ } #header #menu_movil .arriba ul li ul > li:before { content: url("./assets/img/flecha_menu_movil_sub.png"); position: absolute; left: 20px; top: 4px; } #header #menu_movil .arriba ul li ul > li.activo:before { content: url("./assets/img/flecha_menu_movil_sub_activo.png"); } #header #menu_movil .arriba ul li ul > li a { padding: 6px 6px 6px 40px; } #header #menu_movil .arriba ul li ul > li .flecha_tiene_hijo { height: 36px; } #header #menu_movil .arriba ul li ul > li .flecha_tiene_hijo:after { top: 4px; } #header #menu_movil .arriba ul li ul > li.activo > .flecha_tiene_hijo:after { top: 8px !important; } #header #menu_movil .arriba ul li ul > li li { background-color: white; } #header #menu_movil .arriba ul li ul > li li a { padding: 6px 6px 6px 60px; } #header #menu_movil .arriba ul li ul > li li:before { content: ""; width: 8px; height: 1px; background-color: #0B1E3E; position: absolute; left: 40px; top: 17px; } #header #menu_movil .arriba .selectores { display: flex; border-top: 1px solid #0B1E3E; } #header #menu_movil .arriba .selectores select { font-family: "Lato", Arial, sans-serif; font-size: 15px; color: #0B1E3E; font-family: "Raleway"; width: 80%; padding: 17px 14px; border: 0px; } #header #menu_movil .arriba .selectores .idiomas { font-family: "Lato", Arial, sans-serif; font-size: 12px; color: #0B1E3E; font-family: "Raleway"; text-align: center; width: 20%; padding: 17px; display: flex; width: 100%; justify-content: space-around; flex-wrap: wrap; align-items: center; } #header #menu_movil .arriba .selectores .idiomas > img { display: none; } #header #menu_movil .abajo { display: flex; flex-direction: column; } #header #menu_movil .abajo .abajo_reservar { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: #0B1E3E; font-weight: bold; letter-spacing: 0.2em; text-align: center; padding: 10px; background-color: #F6BE00; text-transform: uppercase; } #header #menu_movil .abajo .abajo_contacto { display: flex; flex-direction: column; justify-content: space-between; padding: 9px 20px; background-color: #0B1E3E; } #header #menu_movil .abajo .abajo_contacto a { font-family: "Lato", Arial, sans-serif; font-size: 14px; color: white; } /** FIN HEADER**/ /****************************************************************** FOOTER *******************************************************************/ footer { background-color: #001F22; padding: 50px 0 50px 0; } footer .text-footer h4 { font-family: Josefin Sans; font-style: normal; font-weight: bold; font-size: 18px; line-height: 18px; /* Blanco */ color: #FFFFFF; } footer .text-footer p { font-family: Josefin Sans; font-style: normal; font-size: 12px; line-height: 18px; /* Blanco */ color: #FFFFFF; } footer .text-legal { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; opacity: 0.5; /* Blanco */ border-left: 1px solid #FFFFFF; } footer .text-legal p { font-family: Lato; width: 100%; font-style: italic; font-weight: normal; font-size: 16px; line-height: 19px; text-align: right; /* Blanco */ color: #FFFFFF; opacity: 0.6; } @media (max-width: 767px) { footer #logo-footer { display: none; } footer .col-logo-sm { display: block !important; text-align: center; margin-bottom: 50px; } footer .text-legal { border: none; } } /****************************************************************** GENERALES *******************************************************************/ /** PÁGINAS **/ #register-picart { width: 100%; height: 100vh; } #register-picart .nav-home { width: 100%; height: 10%; display: flex; flex-direction: column; position: relative; z-index: 9999; } #register-picart .nav-home h1 { position: absolute; left: 51px; top: 50px; margin: 0; padding: 0; font-size: 9em; font-weight: 600; color: #f3f3f3a1 !important; z-index: 996; } #register-picart .nav-home ul { align-self: flex-end; display: flex; justify-content: flex-end; align-items: center; list-style: none; font-family: "Lato"; margin-top: 40px; margin-right: 60px; } #register-picart .nav-home ul li { position: relative; transition: .5s; } #register-picart .nav-home ul li ul { display: none; width: 200px; transition: .5s; } #register-picart .nav-home ul li ul li { background: #000000da; padding: 12px 0 12px 15px; } #register-picart .nav-home ul li ul li svg { width: 12px; color: #a5a5a5; transition: .5s; } #register-picart .nav-home ul li ul a { color: white; font-size: 1em; padding-left: 10px !important; font-weight: 300; transition: .5s; } #register-picart .nav-home ul li ul:hover { display: block !important; position: absolute; margin: -10px 0 0 -30px; left: 0px; transition: .5s; } #register-picart .nav-home ul li:hover > ul { display: block !important; position: absolute; margin: 0px 0 0 -30px; padding-top: 10px; left: 0px; z-index: 9960; transition: .5s; } #register-picart .nav-home ul li .menuitem { padding-right: 25px; font-weight: 500; transition: .5s; } #register-picart .nav-home ul li .menuitem::after { content: url("https://informatica.ieszaidinvergeles.org:10015/laraveles/PICART/public/assets/frontend/images/flecha.png"); width: 30px; height: 30px; bottom: -5px; right: -10px; position: absolute; } #register-picart .nav-home ul li a { color: #000000; font-size: 1.1em; padding: 0 20px; font-weight: 300; transition: .5s; } #register-picart .nav-home ul li a:hover { text-decoration: none; color: grey; transition: .5s; } #register-picart .nav-home ul li .sign { background: #050505; font-family: Lato; padding: 8px 20px; font-size: 1em; margin-right: 10px; color: #f3f3f3; } #register-picart .container-login { position: absolute; width: 100%; height: 100vh; top: 0; display: flex; flex-direction: row; } #register-picart .container-login .img-login { width: 50%; height: 100%; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; } #register-picart .container-login .login-form { width: 50%; height: 100%; padding-top: 5%; display: flex; flex-direction: column; justify-content: center; align-items: center; } #register-picart .container-login .login-form .wp-block-contact-form-7-contact-form-selector, #register-picart .container-login .login-form .wpcf7 { display: flex; flex-direction: column; justify-content: center; align-items: center; } #register-picart .container-login .login-form h2 { font-family: "Raleway"; font-size: 1.5em; letter-spacing: 1px; margin-bottom: 20px; width: 100%; text-align: center; } #register-picart .container-login .login-form form { width: 500px; padding: 70px 50px; background: #f3f3f3a1; } #register-picart .container-login .login-form form h1 { font-family: "Raleway"; font-size: 1.5em; letter-spacing: 1px; margin-bottom: 40px; width: 100%; text-align: center; } #register-picart .container-login .login-form form input { background: 0 0; height: auto; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; padding: 10px 15px; font: 400 15px "Raleway",sans-serif; line-height: 1.4; } #register-picart .container-login .login-form form input:focus { box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); } #register-picart .container-login .login-form form textarea { width: 100%; height: 80px; background: 0 0; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; padding: 10px 15px; font: 400 15px "Raleway",sans-serif; line-height: 1.4; } #register-picart .container-login .login-form form p:last-child { text-align: center; } #register-picart .container-login .login-form form .wpcf7-submit { background: #050505; font-family: Lato; padding: 10px 35px; margin: 10px 0 0 0; font-size: 1em; letter-spacing: 2px; color: #f3f3f3; align-self: center; font-weight: 300; border: none; } #register-picart .container-login .login-form form label { font-family: "Raleway"; font-size: .8em; letter-spacing: 1px; } #register-picart .container-login .login-form form a { font-family: "Raleway"; font-size: .8em; letter-spacing: 1px; color: grey; padding: 10px 0; } #register-picart .container-login .login-form form .form-check { padding-top: 10px; } #register-picart .container-login .login-form form .form-check label { font-family: "Raleway"; font-size: .8em; letter-spacing: 1px; color: grey; } #register-picart .container-login .login-form form .button-form { display: flex; justify-content: center; padding-top: 15px; } #register-picart .container-login .login-form form button { background: #050505; font-family: Lato; padding: 10px 35px; margin: 10px 0 0 0; font-size: 1em; letter-spacing: 2px; color: #f3f3f3; align-self: center; font-weight: 300; border: none; } .section-preset{ padding-top:100px; } .row-preset h1{ font-family: "Raleway"; font-size: 2em; letter-spacing: 1px; } .content-mypresets{ display: flex; justify-content: center; } .gallery-preset{ margin-top: 30px; width: 80%; padding: 50px 50px; background: #f3f3f3a1; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; } .gallery-preset p{ margin:30px 0 50px 0; text-align: justify; font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-weight: 500; margin-bottom: 30px; font-size:.9em; } .gallery-preset img{ max-width:400px; margin-bottom:80px; } .gallery-preset h2{ width:100%; text-align:center; } footer{ margin-top:100px; background:black; padding:80px 0; } .col-footer-menu{ display:flex; flex-direction:row; } footer li{ list-style:none; font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-weight: 300; color:white; } footer li:first-child{ font-weight: 500; } footer a{ font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-weight: 300; color:white; } .col-logo-footer{ display:flex; align-items:center; } footer h2{ width:100%; text-align:center; font-family: Raleway; font-size: 3.5em; font-weight: 800; color:white; /*margin-top:20px;*/ } .col-copy{ display:flex; align-items:center; } .col-copy p{ width:100%; text-align:right; font-family: Raleway; letter-spacing: 1px; line-height: 176%; font-size: .8em; font-weight: 300; color:white; }
0.413714
0.043204
The climate factor controls on the Climate/River Flows Tab */ #tabs{ background-color: #e6e6e6; } #climateTab { position: absolute; /*top: 40px;*/ left:7px; /*height: auto;*/ /*height: 180px;*/ height: 265px; /*width: 275px;*/ /*Sampson 09.19.16*/ width: 450px; width: 400px; /*width: 360px;*/ padding: 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } #climateTab-button-container { width: 32px; height: 32px; float: left; } #settings-button-container { width: 25px; height: 25px; float: right; } #climateTab .ui-tabs .ui-tabs-panel { background-color: #E6E6E6 !important; /*border: 1px solid #990033 !important;*/ padding: 7px !important; } #climateTab .ui-tabs { margin-bottom: 10px; } #HeaderClimate{ font-family: "Times New Roman", Times, serif; font-size: 16px; } /* -------------------------------------------------------------------------------*/ #droughtTab { position: absolute; /*STEPTOE EDIT BEGIN 08/18/16*/ /*top: 40px;*/ /*left: 7px;*/ left: 7px; top: 235px; top: 295px; /*STEPTOE EDIT END 08/18/16*/ height: 90px; /*275px;*/ /*width: 275px;*/ width: 450px; width: 400px; /*width: 360px;*/ padding: 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } #droughtTab-button-container { width: 32px; height: 32px; float: left; } #settings-button-container { width: 25px; height: 25px; float: right; } #droughtTab .ui-tabs .ui-tabs-panel { background-color: #E6E6E6 !important; /* border: 1px solid #990033 !important;*/ padding: 5px !important; } #droughtTab .ui-tabs { margin-bottom: 20px; } #droughtStartStop { background-color: #E6E6E6 !important; position: absolute; /*top: 225px;*/ top: 185px; /*height: 40px;*/ height: 120px; /*left:591px;*/ /*left: 7px;*/ left: 623px; width: 275px; font-family: "Times New Roman", Times, serif; font-size: 17px; text-align:center; } /* This is the text box with for Drought Start/Stop years */ input[type='number']{ width:75px; } /* This is the redline area where start and stop are entered*/ #droughtStartStop { /*left: 25px;*/ left: 641px; width: 255px; height: 148px; border: 1px solid #990033 !important; } /* ------------------------------------------------------------------------------------*/ /* River flow images */ #Image_container { position: absolute; left: 310px; left: 500px; left: 440px; /*left: 410px;*/ /*top: 40px;*/ top: 127px; height: auto; /*width: 260px;*/ width: 275px; /*padding: 3px;*/ /*padding: 3px 10px;*/ padding: 20px 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } /*#Image_container img{ height: 230px; width: 100%; }*/ /* THis has the radio buttons for the four start years for the rivers */ #riverTab { position: absolute; /*STEPTOE EDIT BEGIN 08/18/16*/ /*left: 7px;*/ /*top: 251px;*/ left: 500px; /*SAMPSON 09.19.16*/ left: 440px; /*left: 410px;*/ top: 0px; /*STEPTOE EDIT END 08/18/16*/ height: auto; width: 275px; padding: 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } /* Contains the red border for the riverTab div */ #FlowRecord { /*border: 1px solid #990033 !important;*/ text-align:left; } #flowRecordList { /*background-color: #e6e6e6 !important;*/ width: calc(100% - 29px); font-weight:bold; margin-top: 32px; } /* this is the div for the trace start years */ #startYear { position: absolute; /*left: 312px;*/ left: 7px; /*top: 373px;*/ top: 370px; top: 415px; height: auto; /*width: 255px;*/ /*width: 285px;*/ width: 460px; width: 410px; /*width: 370px;*/ padding: 5px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } #WindowObject_TS{ height: 100%; width:300px; overflow:hidden }
temp/WaterSimUI/wwwroot/Content/climateTab.css
The climate factor controls on the Climate/River Flows Tab */ #tabs{ background-color: #e6e6e6; } #climateTab { position: absolute; /*top: 40px;*/ left:7px; /*height: auto;*/ /*height: 180px;*/ height: 265px; /*width: 275px;*/ /*Sampson 09.19.16*/ width: 450px; width: 400px; /*width: 360px;*/ padding: 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } #climateTab-button-container { width: 32px; height: 32px; float: left; } #settings-button-container { width: 25px; height: 25px; float: right; } #climateTab .ui-tabs .ui-tabs-panel { background-color: #E6E6E6 !important; /*border: 1px solid #990033 !important;*/ padding: 7px !important; } #climateTab .ui-tabs { margin-bottom: 10px; } #HeaderClimate{ font-family: "Times New Roman", Times, serif; font-size: 16px; } /* -------------------------------------------------------------------------------*/ #droughtTab { position: absolute; /*STEPTOE EDIT BEGIN 08/18/16*/ /*top: 40px;*/ /*left: 7px;*/ left: 7px; top: 235px; top: 295px; /*STEPTOE EDIT END 08/18/16*/ height: 90px; /*275px;*/ /*width: 275px;*/ width: 450px; width: 400px; /*width: 360px;*/ padding: 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } #droughtTab-button-container { width: 32px; height: 32px; float: left; } #settings-button-container { width: 25px; height: 25px; float: right; } #droughtTab .ui-tabs .ui-tabs-panel { background-color: #E6E6E6 !important; /* border: 1px solid #990033 !important;*/ padding: 5px !important; } #droughtTab .ui-tabs { margin-bottom: 20px; } #droughtStartStop { background-color: #E6E6E6 !important; position: absolute; /*top: 225px;*/ top: 185px; /*height: 40px;*/ height: 120px; /*left:591px;*/ /*left: 7px;*/ left: 623px; width: 275px; font-family: "Times New Roman", Times, serif; font-size: 17px; text-align:center; } /* This is the text box with for Drought Start/Stop years */ input[type='number']{ width:75px; } /* This is the redline area where start and stop are entered*/ #droughtStartStop { /*left: 25px;*/ left: 641px; width: 255px; height: 148px; border: 1px solid #990033 !important; } /* ------------------------------------------------------------------------------------*/ /* River flow images */ #Image_container { position: absolute; left: 310px; left: 500px; left: 440px; /*left: 410px;*/ /*top: 40px;*/ top: 127px; height: auto; /*width: 260px;*/ width: 275px; /*padding: 3px;*/ /*padding: 3px 10px;*/ padding: 20px 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } /*#Image_container img{ height: 230px; width: 100%; }*/ /* THis has the radio buttons for the four start years for the rivers */ #riverTab { position: absolute; /*STEPTOE EDIT BEGIN 08/18/16*/ /*left: 7px;*/ /*top: 251px;*/ left: 500px; /*SAMPSON 09.19.16*/ left: 440px; /*left: 410px;*/ top: 0px; /*STEPTOE EDIT END 08/18/16*/ height: auto; width: 275px; padding: 10px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } /* Contains the red border for the riverTab div */ #FlowRecord { /*border: 1px solid #990033 !important;*/ text-align:left; } #flowRecordList { /*background-color: #e6e6e6 !important;*/ width: calc(100% - 29px); font-weight:bold; margin-top: 32px; } /* this is the div for the trace start years */ #startYear { position: absolute; /*left: 312px;*/ left: 7px; /*top: 373px;*/ top: 370px; top: 415px; height: auto; /*width: 255px;*/ /*width: 285px;*/ width: 460px; width: 410px; /*width: 370px;*/ padding: 5px; background-color: #e6e6e6; color: #555; text-align:center; /*-webkit-box-shadow: 0 0 5px 5px #000000; -moz-box-shadow: 0 0 5px 5px #000000; box-shadow: 0 0 5px 5px #000000;*/ border: 1px solid; } #WindowObject_TS{ height: 100%; width:300px; overflow:hidden }
0.29747
0.166913
body { font-family: sans-serif; background: #000000; color: #fefefe; font-size: 14px; position: absolute; padding-right: 20px; } div.pipeline-loading-icon { content: url("dark-load.gif"); } section.pipeline-component { padding-left: 20px; } section.pipeline-component h1 { font-size: 38px; font-weight: bold; } section.pipeline-component h2 { font-size: 24px; } div.changes h1 { font-size: 14px; } div.stage { border-radius: 0; border: solid #404040 1px; background: #404040; } div.stage-header { background: #808080; border-bottom: solid #808080 1px; } div.stage-task, div.task-progress { min-height: 42px; } .stage-name, .stage-version { padding: 10px; } .timestamp, .duration { font-size: 12px; } .pipeline-message { position: fixed; font-size: 36px; top: 50%; left: 50%; width: 30em; height: 18em; margin-top: -9em; /*set to a negative number 1/2 of your height*/ margin-left: -15em; /*set to a negative number 1/2 of your width*/ } .pipeline-message a:visited { color: inherit; } .IDLE { border-left: 6px solid #d3d3d3; } .QUEUED { border-left: 6px solid #2e6e9e; } .FAILED { border-left: 6px solid #c20000; color: white; background-color: red; } .UNSTABLE { border-left: 6px solid #ec8b04; font-weight: bold; color: black; background-color: #fcae3f; } .SUCCESS { border-left: 6px solid #228b22; background-color: rgba(68, 239, 11, 0.8); } .CANCELLED { border-left: 6px solid #8b8989; font-weight: bold; background-color: inherit; } .NOT_BUILT { border-left: 6px solid #8b8989; font-weight: bold; background-color: inherit; } .DISABLED { border-left: 6px solid transparent; color: #a9a9a9; background-color: inherit; } .RUNNING { border-left: 6px solid #0092ef; } .PAUSED_PENDING_INPUT { animation-duration: 1s; animation-name: grayPulse; animation-iteration-count: infinite; -webkit-animation-name: grayPulse; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; border-left: 6px solid lightskyblue; } svg.relation path { stroke: #fefefe; stroke-width: 3; } svg { margin-left: -7px; } div.infoPanel { border: none; background: none; } div.infoPanelOuter { color: #fefefe; background-color: #646060; border: 1px solid darkgray; } div.aggregatedChangesPanelOuter { margin: 8px; border: 1px solid lightgray; background-color: #646060; } div.panel { border-radius: 0px; } div.panel div.panel-header { padding: 0px; background: #808080; border-bottom: solid #808080 1px; } div.panel div.panel-name { padding: 10px; font-size: 16px; } div.panel div.date, div.panel div.panel-body { padding: 10px; } div.task-manual { height: 16px; }
plugins/delivery-pipeline-plugin/themes/overview/pipeline-fullscreen.css
body { font-family: sans-serif; background: #000000; color: #fefefe; font-size: 14px; position: absolute; padding-right: 20px; } div.pipeline-loading-icon { content: url("dark-load.gif"); } section.pipeline-component { padding-left: 20px; } section.pipeline-component h1 { font-size: 38px; font-weight: bold; } section.pipeline-component h2 { font-size: 24px; } div.changes h1 { font-size: 14px; } div.stage { border-radius: 0; border: solid #404040 1px; background: #404040; } div.stage-header { background: #808080; border-bottom: solid #808080 1px; } div.stage-task, div.task-progress { min-height: 42px; } .stage-name, .stage-version { padding: 10px; } .timestamp, .duration { font-size: 12px; } .pipeline-message { position: fixed; font-size: 36px; top: 50%; left: 50%; width: 30em; height: 18em; margin-top: -9em; /*set to a negative number 1/2 of your height*/ margin-left: -15em; /*set to a negative number 1/2 of your width*/ } .pipeline-message a:visited { color: inherit; } .IDLE { border-left: 6px solid #d3d3d3; } .QUEUED { border-left: 6px solid #2e6e9e; } .FAILED { border-left: 6px solid #c20000; color: white; background-color: red; } .UNSTABLE { border-left: 6px solid #ec8b04; font-weight: bold; color: black; background-color: #fcae3f; } .SUCCESS { border-left: 6px solid #228b22; background-color: rgba(68, 239, 11, 0.8); } .CANCELLED { border-left: 6px solid #8b8989; font-weight: bold; background-color: inherit; } .NOT_BUILT { border-left: 6px solid #8b8989; font-weight: bold; background-color: inherit; } .DISABLED { border-left: 6px solid transparent; color: #a9a9a9; background-color: inherit; } .RUNNING { border-left: 6px solid #0092ef; } .PAUSED_PENDING_INPUT { animation-duration: 1s; animation-name: grayPulse; animation-iteration-count: infinite; -webkit-animation-name: grayPulse; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; border-left: 6px solid lightskyblue; } svg.relation path { stroke: #fefefe; stroke-width: 3; } svg { margin-left: -7px; } div.infoPanel { border: none; background: none; } div.infoPanelOuter { color: #fefefe; background-color: #646060; border: 1px solid darkgray; } div.aggregatedChangesPanelOuter { margin: 8px; border: 1px solid lightgray; background-color: #646060; } div.panel { border-radius: 0px; } div.panel div.panel-header { padding: 0px; background: #808080; border-bottom: solid #808080 1px; } div.panel div.panel-name { padding: 10px; font-size: 16px; } div.panel div.date, div.panel div.panel-body { padding: 10px; } div.task-manual { height: 16px; }
0.544075
0.13925
* -------------------------- */ @font-face { font-family: "Roboto"; src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot"); src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype"); font-weight: 200; } @font-face { font-family: "Roboto"; src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot"); src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"); font-weight: 300; } @font-face { font-family: "Roboto"; src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot"); src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"); font-weight: 400; } @font-face { font-family: "Roboto"; src: url("../fonts/roboto/Roboto-Medium.eot"); src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"); font-weight: 500; } @font-face { font-family: "Roboto"; src: url("../fonts/roboto/Roboto-Bold.eot"); src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"); font-weight: 700; } /*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.6.3"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /*------------------- Colors --------------------*/ /* Grey pallet */ /* Buttons */ /* Modals and Modals buttons */ /* Selected color */ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Text ---*/ /*--- Colored Headers ---*/ /*--- Colored Border ---*/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Alpha Colors --------------------*/ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Text color --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Grid --------------------*/ /*------------------- Exact Pixel Values --------------------*/ /* Columns */ /*------------------- Drop shadow --------------------*/ /*------------------- Fonts --------------------*/ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of $px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds $size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Loader --------------------*/ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Grid */ /******************************* Grid *******************************/ /******************************* Variations *******************************/ /*-------------- Relaxed ---------------*/ /*-------------- Divided ---------------*/ /*-------------- Celled ---------------*/ /*-------------- Stackable ---------------*/ /*-------------- Width ---------------*/ /* Moonlight UI begin view */ .moonlightui-beginview { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: #222222; webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; padding-left: 20px; padding-right: 20px; } .moonlightui-beginview h1 { font-weight: 100; font-size: 25px; } /* Moonlight UI Checkerboard */ .moonlightui-checkerboard { background-image: url("../images/moonlightui-checkerboard.jpg"); background-repeat: repeat; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /* Moonlight UI Compontent */ .moonlightui-component { height: 270px; position: relative; display: block; } .moonlightui-component-options { float: right; } .moonlightui-component-options i { padding-left: 5px; } .moonlightui-component-title { position: absolute; left: 0; right: 0; height: 20px; color: white; padding: 3px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 11px; background-color: #303030; } .moonlightui-component-plane { background-image: url("../images/moonlightui-plane.png"); background-repeat: no-repeat; width: 15px; height: 10px; margin-top: 5px; margin-right: 3px; display: inline-block; float: left; } .moonlightui-component-title.middle { background-color: #292929; } .moonlightui-component-title span { pointer-events: none; } .moonlightui-component-title .moonlightui-tab.active { padding-left: 5px; padding-right: 5px; padding-top: 4px; padding-bottom: 3px; line-height: 10px; height: 10px; border-right: 1px solid black; background-color: #404040; } ul.moonlightui-component-title-main-options { float: left; list-style-type: none; margin: 4px 0px 0px 0px; vertical-align: middle; padding: 0; line-height: 10px; height: 10px; } ul.moonlightui-component-title-main-options li { cursor: pointer; display: inline; padding-left: 4px; padding-right: 4px; } .moonlightui-component-title img.plane { float: left; vertical-align: middle; padding-top: 3px; margin-right: 3px; line-height: 20px; } .moonlightui-component-body { border-top: 1px solid black; border-bottom: 1px solid black; background-color: #404040; position: absolute; left: 0; right: 0; top: 20px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 12px; } .moonlightui-component-body-content { display: none; } .moonlightui-component-body-content.active { display: block; } .moonlightui-component-body.moonlightui-component-left-right { height: 250px; overflow: hidden; color: white; } .moonlightui-component-body.moonlightui-full-height { background-color: #c8c8c8; bottom: 0; } .moonlightui-component-body.moonlightui-innershadow { -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); overflow: hidden; } .moonlightui-component-body-options { position: absolute; bottom: 0; left: 0; right: 0; top: 0; border-bottom: 1px solid #404040; display: none; } .moonlightui-component-body-options.active { display: block; } .moonlightui-component-body-bottom-options { background-color: #4B4B4B; border-top: 1px solid #262626; border-bottom: 1px solid #343434; height: 30px; bottom: 0px; left: 0; right: 0; vertical-align: middle; padding-left: 5px; padding-right: 5px; padding-top: 5px; position: absolute; } .moonlightui-component-body-bottom-options-right { float: right; } .moonlightui-component-body-bottom-options-left { float: left; } .moonlightui-component-body-options-content { padding: 5px; left: 0; right: 0; top: 0; bottom: 30px; position: absolute; } .moonlightui-component-body-bottom-item { float: left; padding-left: 5px; padding-right: 5px; } .moonlightui-component-body-bottom-item-btn { color: white; } /* Moonlight UI component parts */ .moonlightui-component-tab { border-top: 1px solid #262626; position: absolute; left: 0; top: 30px; right: 0; bottom: 0; background-color: #2E2E2E; overflow: hidden; } .moonlightui-component-tab-item { height: 33px; background-color: #383838; border-bottom: 1px solid #262626; vertical-align: middle; line-height: 30px; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: default; } .moonlightui-component-tab-item.selected { background-color: #0a6aa1; } .moonlightui-component-tab-item-transparent { height: 33px; vertical-align: middle; line-height: 33px; } .moonlightui-component-tab-item-icon { width: 28px; height: 28px; background-color: #282828; border: 1px solid #1B1C1D; display: inline-block; vertical-align: middle; line-height: 33px; margin-right: 5px; margin-left: 10px; } .moonlightui-component-tab-item-icon i { font-size: 16px; padding-left: 6px; } .moonlightui-component-tab-new-item { width: 150px; position: absolute; left: 0; top: 0; bottom: 0; } .moonlightui-component-tab-new-item-ok { width: 30px; position: absolute; left: 142px; top: 3px; bottom: 0; } .moonlightui-btn { border: 1px solid #262626; background-color: #3D3D3D; border-radius: 3px; min-width: 100px; width: 100px; height: 20px; position: relative; margin-left: 3px; margin-right: 3px; margin-top: 2px; margin-bottom: 2px; -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ user-select: none; cursor: pointer; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-btn.small { min-width: 30px; width: 30px; } .moonlightui-btn-inner { border-top: 1px solid #4C4C4C; background-color: #3D3D3D; height: 100%; line-heigh: 20px; vertical-align: middle; text-align: center; width: 100%; -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ user-select: none; text-shadow: 1px 1px 2px #1B1C1D; cursor: pointer; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-btn-inner.down { background: #1D1D1D; /* Old browsers */ background: -moz-linear-gradient(top, #2B2B2B 0%, #1D1D1D 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #2B2B2B 0%, #1D1D1D 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #2B2B2B 0%, #1D1D1D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$btn-grey-gradient-two', endColorstr='$btn-grey-gradient-one',GradientType=0 ); /* IE6-9 */ } /* Moonlight UI form input */ .moonlightui-input { border: 1px solid #262626; border-radius: 3px; background-color: #333333; top: 5px; left: 10px; right: 10px; height: 21px; vertical-align: middle; margin: 0; position: absolute; overflow: hidden; } .moonlightui-input i { position: absolute; left: 8px; top: 3px; } .moonlightui-input input { outline: 1px solid #333333; border: 1px solid #333333; background-color: transparent; font-size: 11px; color: white; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; line-height: 18px; vertical-align: middle; position: absolute; left: 25px; right: 5px; top: 0; height: 18px; margin: 0; padding: 0; } /* Moonlight UI Layouts */ .moonlightui-layout-top { position: absolute; left: 0; top: 0; right: 0; height: 45px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-left { position: absolute; left: 0; top: 45px; bottom: 20px; width: 250px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-left-navbar { width: 55px; } .moonlightui-layout-middle { position: absolute; left: 250px; top: 45px; bottom: 20px; right: 300px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-middle-navbar, .moonlightui-layout-middle-navbar-left { left: 55px; } .moonlightui-layout-middle-navbar-right { left: 300px; right: 55px; } .moonlightui-layout-right { position: absolute; bottom: 20px; top: 45px; right: 0; width: 300px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-right-navbar { width: 55px; } .moonlightui-layout-bottom { position: absolute; bottom: 0px; left: 0; right: 0; height: 20px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout.grid { display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; padding: 0em; } /* Preserve Rows Spacing on Consecutive Grids */ .moonlightui-layout.grid + .grid { margin-top: 0rem; } /*------------------- Columns --------------------*/ /* Standard 16 column */ .moonlightui-layout.grid > .column:not(.row), .moonlightui-layout.grid > .row > .column { position: relative; display: inline-block; width: 6.25%; padding-left: 0rem; padding-right: 0rem; vertical-align: top; } .moonlightui-layout.grid > * { padding-left: 0rem; padding-right: 0rem; } /*------------------- Rows --------------------*/ .moonlightui-layout.grid > .row { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: inherit; align-items: stretch; width: 100% !important; padding: 0rem; padding-top: 0rem; padding-bottom: 0rem; } /*------------------- Columns --------------------*/ /* Vertical padding when no rows */ .moonlightui-layout.grid > .column:not(.row) { padding-top: 0rem; padding-bottom: 0rem; } .moonlightui-layout.grid > .row > .column { margin-top: 0em; margin-bottom: 0em; } /*------------------- Content --------------------*/ .moonlightui-layout.grid > .row > img, .moonlightui-layout.grid > .row > .column > img { max-width: 100%; } /*------------------- Loose Coupling --------------------*/ /* Collapse Margin on Consecutive Grid */ .moonlightui-layout.grid > .moonlightui-layout.grid:first-child { margin-top: 0em; } .moonlightui-layout.grid > .moonlightui-layout.grid:last-child { margin-bottom: 0em; } /* Segment inside Aligned Grid */ .moonlightui-layout.grid .aligned.row > .column > .segment:not(.compact):not(.attached), .moonlightui-layout.aligned.grid .column > .segment:not(.compact):not(.attached) { width: 100%; } /* Align Dividers with Gutter */ .moonlightui-layout.grid .row + .moonlightui-layout.divider { flex-grow: 1; margin: 0rem 0rem; } .moonlightui-layout.grid .column + .moonlightui-layout.vertical.divider { height: "calc(50% - 0rem)"; } /* Remove Border on Last Horizontal Segment */ .moonlightui-layout.grid > .row > .column:last-child > .horizontal.segment, .moonlightui-layout.grid > .column:last-child > .horizontal.segment { box-shadow: none; } /******************************* Variations *******************************/ /*----------------------- Page Grid -------------------------*/ @media only screen and (max-width: 767px) { .moonlightui-layout.page.grid { width: auto; padding-left: 0em; padding-right: 0em; margin-left: 0em; margin-right: 0em; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout.page.grid { width: auto; margin-left: 0em; margin-right: 0em; padding-left: 8%; padding-right: 8%; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .moonlightui-layout.page.grid { width: 960px; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; } } @media only screen and (min-width: 1400px) and (max-width: 1919px) { .moonlightui-layout.page.grid { width: 1180px; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; } } @media only screen and (min-width: 1900px) { .moonlightui-layout.page.grid { width: 1300px; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; } } /*------------------- Column Count --------------------*/ /* Assume full width with one column */ .moonlightui-layout.grid > .column:only-child, .moonlightui-layout.grid > .row > .column:only-child { width: 100%; } /* Grid Based */ .moonlightui-layout[class*="one column"].grid > .row > .column, .moonlightui-layout[class*="one column"].grid > .column:not(.row) { width: 100%; } .moonlightui-layout[class*="two column"].grid > .row > .column, .moonlightui-layout[class*="two column"].grid > .column:not(.row) { width: 50%; } .moonlightui-layout[class*="three column"].grid > .row > .column, .moonlightui-layout[class*="three column"].grid > .column:not(.row) { width: 33.33333%; } .moonlightui-layout[class*="four column"].grid > .row > .column, .moonlightui-layout[class*="four column"].grid > .column:not(.row) { width: 25%; } .moonlightui-layout[class*="five column"].grid > .row > .column, .moonlightui-layout[class*="five column"].grid > .column:not(.row) { width: 20%; } .moonlightui-layout[class*="six column"].grid > .row > .column, .moonlightui-layout[class*="six column"].grid > .column:not(.row) { width: 16.66667%; } .moonlightui-layout[class*="seven column"].grid > .row > .column, .moonlightui-layout[class*="seven column"].grid > .column:not(.row) { width: 14.28571%; } .moonlightui-layout[class*="eight column"].grid > .row > .column, .moonlightui-layout[class*="eight column"].grid > .column:not(.row) { width: 12.5%; } .moonlightui-layout[class*="nine column"].grid > .row > .column, .moonlightui-layout[class*="nine column"].grid > .column:not(.row) { width: 11.11111%; } .moonlightui-layout[class*="ten column"].grid > .row > .column, .moonlightui-layout[class*="ten column"].grid > .column:not(.row) { width: 10%; } .moonlightui-layout[class*="eleven column"].grid > .row > .column, .moonlightui-layout[class*="eleven column"].grid > .column:not(.row) { width: 9.09091%; } .moonlightui-layout[class*="twelve column"].grid > .row > .column, .moonlightui-layout[class*="twelve column"].grid > .column:not(.row) { width: 8.33333%; } .moonlightui-layout[class*="thirteen column"].grid > .row > .column, .moonlightui-layout[class*="thirteen column"].grid > .column:not(.row) { width: 7.69231%; } .moonlightui-layout[class*="fourteen column"].grid > .row > .column, .moonlightui-layout[class*="fourteen column"].grid > .column:not(.row) { width: 7.14286%; } .moonlightui-layout[class*="fifteen column"].grid > .row > .column, .moonlightui-layout[class*="fifteen column"].grid > .column:not(.row) { width: 6.66667%; } .moonlightui-layout[class*="sixteen column"].grid > .row > .column, .moonlightui-layout[class*="sixteen column"].grid > .column:not(.row) { width: 6.25%; } /* Row Based Overrides */ .moonlightui-layout.grid > [class*="one column"].row > .column { width: 100% !important; } .moonlightui-layout.grid > [class*="two column"].row > .column { width: 50% !important; } .moonlightui-layout.grid > [class*="three column"].row > .column { width: 33.33333% !important; } .moonlightui-layout.grid > [class*="four column"].row > .column { width: 25% !important; } .moonlightui-layout.grid > [class*="five column"].row > .column { width: 20% !important; } .moonlightui-layout.grid > [class*="six column"].row > .column { width: 16.66667% !important; } .moonlightui-layout.grid > [class*="seven column"].row > .column { width: 14.28571% !important; } .moonlightui-layout.grid > [class*="eight column"].row > .column { width: 12.5% !important; } .moonlightui-layout.grid > [class*="nine column"].row > .column { width: 11.11111% !important; } .moonlightui-layout.grid > [class*="ten column"].row > .column { width: 10% !important; } .moonlightui-layout.grid > [class*="eleven column"].row > .column { width: 9.09091% !important; } .moonlightui-layout.grid > [class*="twelve column"].row > .column { width: 8.33333% !important; } .moonlightui-layout.grid > [class*="thirteen column"].row > .column { width: 7.69231% !important; } .moonlightui-layout.grid > [class*="fourteen column"].row > .column { width: 7.14286% !important; } .moonlightui-layout.grid > [class*="fifteen column"].row > .column { width: 6.66667% !important; } .moonlightui-layout.grid > [class*="sixteen column"].row > .column { width: 6.25% !important; } /* Celled Page */ .moonlightui-layout.celled.page.grid { box-shadow: none; } /*------------------- Column Width --------------------*/ /* Sizing Combinations */ .moonlightui-layout.grid > .row > [class*="one wide"].column, .moonlightui-layout.grid > .column.row > [class*="one wide"].column, .moonlightui-layout.grid > [class*="one wide"].column, .moonlightui-layout.column.grid > [class*="one wide"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide"].column, .moonlightui-layout.grid > .column.row > [class*="two wide"].column, .moonlightui-layout.grid > [class*="two wide"].column, .moonlightui-layout.column.grid > [class*="two wide"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide"].column, .moonlightui-layout.grid > .column.row > [class*="three wide"].column, .moonlightui-layout.grid > [class*="three wide"].column, .moonlightui-layout.column.grid > [class*="three wide"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide"].column, .moonlightui-layout.grid > .column.row > [class*="four wide"].column, .moonlightui-layout.grid > [class*="four wide"].column, .moonlightui-layout.column.grid > [class*="four wide"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide"].column, .moonlightui-layout.grid > .column.row > [class*="five wide"].column, .moonlightui-layout.grid > [class*="five wide"].column, .moonlightui-layout.column.grid > [class*="five wide"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide"].column, .moonlightui-layout.grid > .column.row > [class*="six wide"].column, .moonlightui-layout.grid > [class*="six wide"].column, .moonlightui-layout.column.grid > [class*="six wide"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide"].column, .moonlightui-layout.grid > [class*="seven wide"].column, .moonlightui-layout.column.grid > [class*="seven wide"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide"].column, .moonlightui-layout.grid > [class*="eight wide"].column, .moonlightui-layout.column.grid > [class*="eight wide"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide"].column, .moonlightui-layout.grid > [class*="nine wide"].column, .moonlightui-layout.column.grid > [class*="nine wide"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide"].column, .moonlightui-layout.grid > [class*="ten wide"].column, .moonlightui-layout.column.grid > [class*="ten wide"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide"].column, .moonlightui-layout.grid > [class*="eleven wide"].column, .moonlightui-layout.column.grid > [class*="eleven wide"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide"].column, .moonlightui-layout.grid > [class*="twelve wide"].column, .moonlightui-layout.column.grid > [class*="twelve wide"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide"].column, .moonlightui-layout.grid > [class*="thirteen wide"].column, .moonlightui-layout.column.grid > [class*="thirteen wide"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide"].column, .moonlightui-layout.grid > [class*="fourteen wide"].column, .moonlightui-layout.column.grid > [class*="fourteen wide"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide"].column, .moonlightui-layout.grid > [class*="fifteen wide"].column, .moonlightui-layout.column.grid > [class*="fifteen wide"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide"].column, .moonlightui-layout.grid > [class*="sixteen wide"].column, .moonlightui-layout.column.grid > [class*="sixteen wide"].column { width: 100% !important; } /*---------------------- Width per Device -----------------------*/ /* Mobile Sizing Combinations */ @media only screen and (min-width: 320px) and (max-width: 767px) { .moonlightui-layout.grid > .row > [class*="one wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="one wide mobile"].column, .moonlightui-layout.grid > [class*="one wide mobile"].column, .moonlightui-layout.column.grid > [class*="one wide mobile"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="two wide mobile"].column, .moonlightui-layout.grid > [class*="two wide mobile"].column, .moonlightui-layout.column.grid > [class*="two wide mobile"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="three wide mobile"].column, .moonlightui-layout.grid > [class*="three wide mobile"].column, .moonlightui-layout.column.grid > [class*="three wide mobile"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="four wide mobile"].column, .moonlightui-layout.grid > [class*="four wide mobile"].column, .moonlightui-layout.column.grid > [class*="four wide mobile"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="five wide mobile"].column, .moonlightui-layout.grid > [class*="five wide mobile"].column, .moonlightui-layout.column.grid > [class*="five wide mobile"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="six wide mobile"].column, .moonlightui-layout.grid > [class*="six wide mobile"].column, .moonlightui-layout.column.grid > [class*="six wide mobile"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide mobile"].column, .moonlightui-layout.grid > [class*="seven wide mobile"].column, .moonlightui-layout.column.grid > [class*="seven wide mobile"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide mobile"].column, .moonlightui-layout.grid > [class*="eight wide mobile"].column, .moonlightui-layout.column.grid > [class*="eight wide mobile"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide mobile"].column, .moonlightui-layout.grid > [class*="nine wide mobile"].column, .moonlightui-layout.column.grid > [class*="nine wide mobile"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide mobile"].column, .moonlightui-layout.grid > [class*="ten wide mobile"].column, .moonlightui-layout.column.grid > [class*="ten wide mobile"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide mobile"].column, .moonlightui-layout.grid > [class*="eleven wide mobile"].column, .moonlightui-layout.column.grid > [class*="eleven wide mobile"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide mobile"].column, .moonlightui-layout.grid > [class*="twelve wide mobile"].column, .moonlightui-layout.column.grid > [class*="twelve wide mobile"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide mobile"].column, .moonlightui-layout.grid > [class*="thirteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="thirteen wide mobile"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide mobile"].column, .moonlightui-layout.grid > [class*="fourteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="fourteen wide mobile"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide mobile"].column, .moonlightui-layout.grid > [class*="fifteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="fifteen wide mobile"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide mobile"].column, .moonlightui-layout.grid > [class*="sixteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="sixteen wide mobile"].column { width: 100% !important; } } /* Tablet Sizing Combinations */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout.grid > .row > [class*="one wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="one wide tablet"].column, .moonlightui-layout.grid > [class*="one wide tablet"].column, .moonlightui-layout.column.grid > [class*="one wide tablet"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="two wide tablet"].column, .moonlightui-layout.grid > [class*="two wide tablet"].column, .moonlightui-layout.column.grid > [class*="two wide tablet"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="three wide tablet"].column, .moonlightui-layout.grid > [class*="three wide tablet"].column, .moonlightui-layout.column.grid > [class*="three wide tablet"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="four wide tablet"].column, .moonlightui-layout.grid > [class*="four wide tablet"].column, .moonlightui-layout.column.grid > [class*="four wide tablet"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="five wide tablet"].column, .moonlightui-layout.grid > [class*="five wide tablet"].column, .moonlightui-layout.column.grid > [class*="five wide tablet"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="six wide tablet"].column, .moonlightui-layout.grid > [class*="six wide tablet"].column, .moonlightui-layout.column.grid > [class*="six wide tablet"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide tablet"].column, .moonlightui-layout.grid > [class*="seven wide tablet"].column, .moonlightui-layout.column.grid > [class*="seven wide tablet"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide tablet"].column, .moonlightui-layout.grid > [class*="eight wide tablet"].column, .moonlightui-layout.column.grid > [class*="eight wide tablet"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide tablet"].column, .moonlightui-layout.grid > [class*="nine wide tablet"].column, .moonlightui-layout.column.grid > [class*="nine wide tablet"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide tablet"].column, .moonlightui-layout.grid > [class*="ten wide tablet"].column, .moonlightui-layout.column.grid > [class*="ten wide tablet"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide tablet"].column, .moonlightui-layout.grid > [class*="eleven wide tablet"].column, .moonlightui-layout.column.grid > [class*="eleven wide tablet"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide tablet"].column, .moonlightui-layout.grid > [class*="twelve wide tablet"].column, .moonlightui-layout.column.grid > [class*="twelve wide tablet"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide tablet"].column, .moonlightui-layout.grid > [class*="thirteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="thirteen wide tablet"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide tablet"].column, .moonlightui-layout.grid > [class*="fourteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="fourteen wide tablet"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide tablet"].column, .moonlightui-layout.grid > [class*="fifteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="fifteen wide tablet"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide tablet"].column, .moonlightui-layout.grid > [class*="sixteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="sixteen wide tablet"].column { width: 100% !important; } } /* Computer/Desktop Sizing Combinations */ @media only screen and (min-width: 992px) { .moonlightui-layout.grid > .row > [class*="one wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="one wide computer"].column, .moonlightui-layout.grid > [class*="one wide computer"].column, .moonlightui-layout.column.grid > [class*="one wide computer"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="two wide computer"].column, .moonlightui-layout.grid > [class*="two wide computer"].column, .moonlightui-layout.column.grid > [class*="two wide computer"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="three wide computer"].column, .moonlightui-layout.grid > [class*="three wide computer"].column, .moonlightui-layout.column.grid > [class*="three wide computer"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="four wide computer"].column, .moonlightui-layout.grid > [class*="four wide computer"].column, .moonlightui-layout.column.grid > [class*="four wide computer"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="five wide computer"].column, .moonlightui-layout.grid > [class*="five wide computer"].column, .moonlightui-layout.column.grid > [class*="five wide computer"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="six wide computer"].column, .moonlightui-layout.grid > [class*="six wide computer"].column, .moonlightui-layout.column.grid > [class*="six wide computer"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide computer"].column, .moonlightui-layout.grid > [class*="seven wide computer"].column, .moonlightui-layout.column.grid > [class*="seven wide computer"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide computer"].column, .moonlightui-layout.grid > [class*="eight wide computer"].column, .moonlightui-layout.column.grid > [class*="eight wide computer"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide computer"].column, .moonlightui-layout.grid > [class*="nine wide computer"].column, .moonlightui-layout.column.grid > [class*="nine wide computer"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide computer"].column, .moonlightui-layout.grid > [class*="ten wide computer"].column, .moonlightui-layout.column.grid > [class*="ten wide computer"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide computer"].column, .moonlightui-layout.grid > [class*="eleven wide computer"].column, .moonlightui-layout.column.grid > [class*="eleven wide computer"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide computer"].column, .moonlightui-layout.grid > [class*="twelve wide computer"].column, .moonlightui-layout.column.grid > [class*="twelve wide computer"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide computer"].column, .moonlightui-layout.grid > [class*="thirteen wide computer"].column, .moonlightui-layout.column.grid > [class*="thirteen wide computer"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide computer"].column, .moonlightui-layout.grid > [class*="fourteen wide computer"].column, .moonlightui-layout.column.grid > [class*="fourteen wide computer"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide computer"].column, .moonlightui-layout.grid > [class*="fifteen wide computer"].column, .moonlightui-layout.column.grid > [class*="fifteen wide computer"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide computer"].column, .moonlightui-layout.grid > [class*="sixteen wide computer"].column, .moonlightui-layout.column.grid > [class*="sixteen wide computer"].column { width: 100% !important; } } /* Large Monitor Sizing Combinations */ @media only screen and (min-width: 1400px) and (max-width: 1919px) { .moonlightui-layout.grid > .row > [class*="one wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="one wide large screen"].column, .moonlightui-layout.grid > [class*="one wide large screen"].column, .moonlightui-layout.column.grid > [class*="one wide large screen"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="two wide large screen"].column, .moonlightui-layout.grid > [class*="two wide large screen"].column, .moonlightui-layout.column.grid > [class*="two wide large screen"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="three wide large screen"].column, .moonlightui-layout.grid > [class*="three wide large screen"].column, .moonlightui-layout.column.grid > [class*="three wide large screen"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="four wide large screen"].column, .moonlightui-layout.grid > [class*="four wide large screen"].column, .moonlightui-layout.column.grid > [class*="four wide large screen"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="five wide large screen"].column, .moonlightui-layout.grid > [class*="five wide large screen"].column, .moonlightui-layout.column.grid > [class*="five wide large screen"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="six wide large screen"].column, .moonlightui-layout.grid > [class*="six wide large screen"].column, .moonlightui-layout.column.grid > [class*="six wide large screen"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide large screen"].column, .moonlightui-layout.grid > [class*="seven wide large screen"].column, .moonlightui-layout.column.grid > [class*="seven wide large screen"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide large screen"].column, .moonlightui-layout.grid > [class*="eight wide large screen"].column, .moonlightui-layout.column.grid > [class*="eight wide large screen"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide large screen"].column, .moonlightui-layout.grid > [class*="nine wide large screen"].column, .moonlightui-layout.column.grid > [class*="nine wide large screen"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide large screen"].column, .moonlightui-layout.grid > [class*="ten wide large screen"].column, .moonlightui-layout.column.grid > [class*="ten wide large screen"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide large screen"].column, .moonlightui-layout.grid > [class*="eleven wide large screen"].column, .moonlightui-layout.column.grid > [class*="eleven wide large screen"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide large screen"].column, .moonlightui-layout.grid > [class*="twelve wide large screen"].column, .moonlightui-layout.column.grid > [class*="twelve wide large screen"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide large screen"].column, .moonlightui-layout.grid > [class*="thirteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="thirteen wide large screen"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide large screen"].column, .moonlightui-layout.grid > [class*="fourteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="fourteen wide large screen"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide large screen"].column, .moonlightui-layout.grid > [class*="fifteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="fifteen wide large screen"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide large screen"].column, .moonlightui-layout.grid > [class*="sixteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="sixteen wide large screen"].column { width: 100% !important; } } /* Widescreen Sizing Combinations */ @media only screen and (min-width: 1900px) { .moonlightui-layout.grid > .row > [class*="one wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="one wide widescreen"].column, .moonlightui-layout.grid > [class*="one wide widescreen"].column, .moonlightui-layout.column.grid > [class*="one wide widescreen"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="two wide widescreen"].column, .moonlightui-layout.grid > [class*="two wide widescreen"].column, .moonlightui-layout.column.grid > [class*="two wide widescreen"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="three wide widescreen"].column, .moonlightui-layout.grid > [class*="three wide widescreen"].column, .moonlightui-layout.column.grid > [class*="three wide widescreen"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="four wide widescreen"].column, .moonlightui-layout.grid > [class*="four wide widescreen"].column, .moonlightui-layout.column.grid > [class*="four wide widescreen"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="five wide widescreen"].column, .moonlightui-layout.grid > [class*="five wide widescreen"].column, .moonlightui-layout.column.grid > [class*="five wide widescreen"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="six wide widescreen"].column, .moonlightui-layout.grid > [class*="six wide widescreen"].column, .moonlightui-layout.column.grid > [class*="six wide widescreen"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide widescreen"].column, .moonlightui-layout.grid > [class*="seven wide widescreen"].column, .moonlightui-layout.column.grid > [class*="seven wide widescreen"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide widescreen"].column, .moonlightui-layout.grid > [class*="eight wide widescreen"].column, .moonlightui-layout.column.grid > [class*="eight wide widescreen"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide widescreen"].column, .moonlightui-layout.grid > [class*="nine wide widescreen"].column, .moonlightui-layout.column.grid > [class*="nine wide widescreen"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide widescreen"].column, .moonlightui-layout.grid > [class*="ten wide widescreen"].column, .moonlightui-layout.column.grid > [class*="ten wide widescreen"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide widescreen"].column, .moonlightui-layout.grid > [class*="eleven wide widescreen"].column, .moonlightui-layout.column.grid > [class*="eleven wide widescreen"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide widescreen"].column, .moonlightui-layout.grid > [class*="twelve wide widescreen"].column, .moonlightui-layout.column.grid > [class*="twelve wide widescreen"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide widescreen"].column, .moonlightui-layout.grid > [class*="thirteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="thirteen wide widescreen"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide widescreen"].column, .moonlightui-layout.grid > [class*="fourteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="fourteen wide widescreen"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide widescreen"].column, .moonlightui-layout.grid > [class*="fifteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="fifteen wide widescreen"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide widescreen"].column, .moonlightui-layout.grid > [class*="sixteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="sixteen wide widescreen"].column { width: 100% !important; } } /*---------------------- Centered -----------------------*/ .moonlightui-layout.centered.grid, .moonlightui-layout.centered.grid > .row, .moonlightui-layout.grid > .centered.row { text-align: center; justify-content: center; } .moonlightui-layout.centered.grid > .column:not(.aligned):not(.justified):not(.row), .moonlightui-layout.centered.grid > .row > .column:not(.aligned):not(.justified), .moonlightui-layout.grid .centered.row > .column:not(.aligned):not(.justified) { text-align: left; } .moonlightui-layout.grid > .centered.column, .moonlightui-layout.grid > .row > .centered.column { display: block; margin-left: auto; margin-right: auto; } /*---------------------- Relaxed -----------------------*/ .moonlightui-layout.relaxed.grid > .column:not(.row), .moonlightui-layout.relaxed.grid > .row > .column, .moonlightui-layout.grid > .relaxed.row > .column { padding-left: 1.5rem; padding-right: 1.5rem; } .moonlightui-layout[class*="very relaxed"].grid > .column:not(.row), .moonlightui-layout[class*="very relaxed"].grid > .row > .column, .moonlightui-layout.grid > [class*="very relaxed"].row > .column { padding-left: 2.5rem; padding-right: 2.5rem; } /* Coupling with UI Divider */ .moonlightui-layout.relaxed.grid .row + .moonlightui-layout.divider, .moonlightui-layout.grid .relaxed.row + .moonlightui-layout.divider { margin-left: 1.5rem; margin-right: 1.5rem; } .moonlightui-layout[class*="very relaxed"].grid .row + .moonlightui-layout.divider, .moonlightui-layout.grid [class*="very relaxed"].row + .moonlightui-layout.divider { margin-left: 2.5rem; margin-right: 2.5rem; } /*---------------------- Padded -----------------------*/ .moonlightui-layout.padded.grid:not(.vertically):not(.horizontally) { margin: 0em !important; } [class*="horizontally padded"].moonlightui-layout.grid { margin-left: 0em !important; margin-right: 0em !important; } [class*="vertically padded"].moonlightui-layout.grid { margin-top: 0em !important; margin-bottom: 0em !important; } /*---------------------- "Floated" -----------------------*/ .moonlightui-layout.grid [class*="left floated"].column { margin-right: auto; } .moonlightui-layout.grid [class*="right floated"].column { margin-left: auto; } /*---------------------- Divided -----------------------*/ .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .column:not(.row), .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .row > .column { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } /* Swap from padding to margin on columns to have dividers align */ .moonlightui-layout[class*="vertically divided"].grid > .column:not(.row), .moonlightui-layout[class*="vertically divided"].grid > .row > .column { margin-top: 0rem; margin-bottom: 0rem; padding-top: 0rem; padding-bottom: 0rem; } .moonlightui-layout[class*="vertically divided"].grid > .row { margin-top: 0em; margin-bottom: 0em; } /* No divider on first column on row */ .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: none; } /* No space on top of first row */ .moonlightui-layout[class*="vertically divided"].grid > .row:first-child > .column { margin-top: 0em; } /* Divided Row */ .moonlightui-layout.grid > .divided.row > .column { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid > .divided.row > .column:first-child { box-shadow: none; } /* Vertically Divided */ .moonlightui-layout[class*="vertically divided"].grid > .row { position: relative; } .moonlightui-layout[class*="vertically divided"].grid > .row:before { position: absolute; content: ""; top: 0em; left: 0px; width: "calc(100% - 0rem)"; height: 1px; margin: 0% 0rem; box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } /* Padded Horizontally Divided */ [class*="horizontally padded"].moonlightui-layout.divided.grid, .moonlightui-layout.padded.divided.grid:not(.vertically):not(.horizontally) { width: 100%; } /* First Row Vertically Divided */ .moonlightui-layout[class*="vertically divided"].grid > .row:first-child:before { box-shadow: none; } /* Inverted Divided */ .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row), .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column { box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1); } .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child, .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: none; } .moonlightui-layout.inverted[class*="vertically divided"].grid > .row:before { box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1); } /* Relaxed */ .moonlightui-layout.relaxed[class*="vertically divided"].grid > .row:before { margin-left: 1.5rem; margin-right: 1.5rem; width: "calc(100% - 3rem)"; } .moonlightui-layout[class*="very relaxed"][class*="vertically divided"].grid > .row:before { margin-left: 5rem; margin-right: 5rem; width: "calc(100% - 5rem)"; } /*---------------------- Celled -----------------------*/ .moonlightui-layout.celled.grid { width: 100%; margin: 1em 0em; box-shadow: 0px 0px 0px 1px #D4D4D5; } .moonlightui-layout.celled.grid > .row { width: 100% !important; margin: 0em; padding: 0em; box-shadow: 0px -1px 0px 0px #D4D4D5; } .moonlightui-layout.celled.grid > .column:not(.row), .moonlightui-layout.celled.grid > .row > .column { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout.celled.grid > .column:first-child, .moonlightui-layout.celled.grid > .row > .column:first-child { box-shadow: none; } .moonlightui-layout.celled.grid > .column:not(.row), .moonlightui-layout.celled.grid > .row > .column { padding: 1em; } .moonlightui-layout.relaxed.celled.grid > .column:not(.row), .moonlightui-layout.relaxed.celled.grid > .row > .column { padding: 1.5em; } .moonlightui-layout[class*="very relaxed"].celled.grid > .column:not(.row), .moonlightui-layout[class*="very relaxed"].celled.grid > .row > .column { padding: 2em; } /* Internally Celled */ .moonlightui-layout[class*="internally celled"].grid { box-shadow: none; margin: 0em; } .moonlightui-layout[class*="internally celled"].grid > .row:first-child { box-shadow: none; } .moonlightui-layout[class*="internally celled"].grid > .row > .column:first-child { box-shadow: none; } /*---------------------- Vertically Aligned -----------------------*/ /* Top Aligned */ .moonlightui-layout[class*="top aligned"].grid > .column:not(.row), .moonlightui-layout[class*="top aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="top aligned"].row > .column, .moonlightui-layout.grid > [class*="top aligned"].column:not(.row), .moonlightui-layout.grid > .row > [class*="top aligned"].column { flex-direction: column; vertical-align: top; align-self: flex-start !important; } /* Middle Aligned */ .moonlightui-layout[class*="middle aligned"].grid > .column:not(.row), .moonlightui-layout[class*="middle aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="middle aligned"].row > .column, .moonlightui-layout.grid > [class*="middle aligned"].column:not(.row), .moonlightui-layout.grid > .row > [class*="middle aligned"].column { flex-direction: column; vertical-align: middle; align-self: center !important; } /* Bottom Aligned */ .moonlightui-layout[class*="bottom aligned"].grid > .column:not(.row), .moonlightui-layout[class*="bottom aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="bottom aligned"].row > .column, .moonlightui-layout.grid > [class*="bottom aligned"].column:not(.row), .moonlightui-layout.grid > .row > [class*="bottom aligned"].column { flex-direction: column; vertical-align: bottom; align-self: flex-end !important; } /* Stretched */ .moonlightui-layout.stretched.grid > .row > .column, .moonlightui-layout.stretched.grid > .column, .moonlightui-layout.grid > .stretched.row > .column, .moonlightui-layout.grid > .stretched.column:not(.row), .moonlightui-layout.grid > .row > .stretched.column { display: inline-flex !important; align-self: stretch; flex-direction: column; } .moonlightui-layout.stretched.grid > .row > .column > *, .moonlightui-layout.stretched.grid > .column > *, .moonlightui-layout.grid > .stretched.row > .column > *, .moonlightui-layout.grid > .stretched.column:not(.row) > *, .moonlightui-layout.grid > .row > .stretched.column > * { flex-grow: 1; } /*---------------------- Horizontally Centered -----------------------*/ /* Left Aligned */ .moonlightui-layout[class*="left aligned"].grid > .column, .moonlightui-layout[class*="left aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="left aligned"].row > .column, .moonlightui-layout.grid > [class*="left aligned"].column.column, .moonlightui-layout.grid > .row > [class*="left aligned"].column.column { text-align: left; align-self: inherit; } /* Center Aligned */ .moonlightui-layout[class*="center aligned"].grid > .column, .moonlightui-layout[class*="center aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="center aligned"].row > .column, .moonlightui-layout.grid > [class*="center aligned"].column.column, .moonlightui-layout.grid > .row > [class*="center aligned"].column.column { text-align: center; align-self: inherit; } .moonlightui-layout[class*="center aligned"].grid { justify-content: center; } /* Right Aligned */ .moonlightui-layout[class*="right aligned"].grid > .column, .moonlightui-layout[class*="right aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="right aligned"].row > .column, .moonlightui-layout.grid > [class*="right aligned"].column.column, .moonlightui-layout.grid > .row > [class*="right aligned"].column.column { text-align: right; align-self: inherit; } /* Justified */ .moonlightui-layout.justified.grid > .column, .moonlightui-layout.justified.grid > .row > .column, .moonlightui-layout.grid > .justified.row > .column, .moonlightui-layout.grid > .justified.column.column, .moonlightui-layout.grid > .row > .justified.column.column { text-align: justify; hyphens: auto; } /*---------------------- Colored -----------------------*/ .moonlightui-layout.grid > .row > .red.column, .moonlightui-layout.grid > .row > .orange.column, .moonlightui-layout.grid > .row > .yellow.column, .moonlightui-layout.grid > .row > .olive.column, .moonlightui-layout.grid > .row > .green.column, .moonlightui-layout.grid > .row > .teal.column, .moonlightui-layout.grid > .row > .blue.column, .moonlightui-layout.grid > .row > .violet.column, .moonlightui-layout.grid > .row > .purple.column, .moonlightui-layout.grid > .row > .pink.column, .moonlightui-layout.grid > .row > .brown.column, .moonlightui-layout.grid > .row > .grey.column, .moonlightui-layout.grid > .row > .black.column { margin-top: 0rem; margin-bottom: 0rem; padding-top: 0rem; padding-bottom: 0rem; } /* Red */ .moonlightui-layout.grid > .red.row, .moonlightui-layout.grid > .red.column, .moonlightui-layout.grid > .row > .red.column { background-color: #DB2828 !important; color: #FFFFFF; } /* Orange */ .moonlightui-layout.grid > .orange.row, .moonlightui-layout.grid > .orange.column, .moonlightui-layout.grid > .row > .orange.column { background-color: #F2711C !important; color: #FFFFFF; } /* Yellow */ .moonlightui-layout.grid > .yellow.row, .moonlightui-layout.grid > .yellow.column, .moonlightui-layout.grid > .row > .yellow.column { background-color: #FBBD08 !important; color: #FFFFFF; } /* Olive */ .moonlightui-layout.grid > .olive.row, .moonlightui-layout.grid > .olive.column, .moonlightui-layout.grid > .row > .olive.column { background-color: #B5CC18 !important; color: #FFFFFF; } /* Green */ .moonlightui-layout.grid > .green.row, .moonlightui-layout.grid > .green.column, .moonlightui-layout.grid > .row > .green.column { background-color: #21BA45 !important; color: #FFFFFF; } /* Teal */ .moonlightui-layout.grid > .teal.row, .moonlightui-layout.grid > .teal.column, .moonlightui-layout.grid > .row > .teal.column { background-color: #00B5AD !important; color: #FFFFFF; } /* Blue */ .moonlightui-layout.grid > .blue.row, .moonlightui-layout.grid > .blue.column, .moonlightui-layout.grid > .row > .blue.column { background-color: #2185D0 !important; color: #FFFFFF; } /* Violet */ .moonlightui-layout.grid > .violet.row, .moonlightui-layout.grid > .violet.column, .moonlightui-layout.grid > .row > .violet.column { background-color: #6435C9 !important; color: #FFFFFF; } /* Purple */ .moonlightui-layout.grid > .purple.row, .moonlightui-layout.grid > .purple.column, .moonlightui-layout.grid > .row > .purple.column { background-color: #A333C8 !important; color: #FFFFFF; } /* Pink */ .moonlightui-layout.grid > .pink.row, .moonlightui-layout.grid > .pink.column, .moonlightui-layout.grid > .row > .pink.column { background-color: #E03997 !important; color: #FFFFFF; } /* Brown */ .moonlightui-layout.grid > .brown.row, .moonlightui-layout.grid > .brown.column, .moonlightui-layout.grid > .row > .brown.column { background-color: #A5673F !important; color: #FFFFFF; } /* Grey */ .moonlightui-layout.grid > .grey.row, .moonlightui-layout.grid > .grey.column, .moonlightui-layout.grid > .row > .grey.column { background-color: #767676 !important; color: #FFFFFF; } /* Black */ .moonlightui-layout.grid > .black.row, .moonlightui-layout.grid > .black.column, .moonlightui-layout.grid > .row > .black.column { background-color: #1B1C1D !important; color: #FFFFFF; } /*---------------------- Equal Width -----------------------*/ .moonlightui-layout[class*="equal width"].grid > .column:not(.row), .moonlightui-layout[class*="equal width"].grid > .row > .column, .moonlightui-layout.grid > [class*="equal width"].row > .column { display: inline-block; flex-grow: 1; } .moonlightui-layout[class*="equal width"].grid > .wide.column, .moonlightui-layout[class*="equal width"].grid > .row > .wide.column, .moonlightui-layout.grid > [class*="equal width"].row > .wide.column { flex-grow: 0; } /*---------------------- Reverse -----------------------*/ /* Mobile */ @media only screen and (max-width: 767px) { .moonlightui-layout[class*="mobile reversed"].grid, .moonlightui-layout[class*="mobile reversed"].grid > .row, .moonlightui-layout.grid > [class*="mobile reversed"].row { flex-direction: row-reverse; } .moonlightui-layout[class*="mobile vertically reversed"].grid, .moonlightui-layout.stackable[class*="mobile reversed"] { flex-direction: column-reverse; } /* Divided Reversed */ .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { box-shadow: none; } /* Vertically Divided Reversed */ .moonlightui-layout.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before { box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before { box-shadow: none; } /* Celled Reversed */ .moonlightui-layout[class*="mobile reversed"].celled.grid > .row > .column:first-child { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout[class*="mobile reversed"].celled.grid > .row > .column:last-child { box-shadow: none; } } /* Tablet */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout[class*="tablet reversed"].grid, .moonlightui-layout[class*="tablet reversed"].grid > .row, .moonlightui-layout.grid > [class*="tablet reversed"].row { flex-direction: row-reverse; } .moonlightui-layout[class*="tablet vertically reversed"].grid { flex-direction: column-reverse; } /* Divided Reversed */ .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { box-shadow: none; } /* Vertically Divided Reversed */ .moonlightui-layout.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before { box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before { box-shadow: none; } /* Celled Reversed */ .moonlightui-layout[class*="tablet reversed"].celled.grid > .row > .column:first-child { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout[class*="tablet reversed"].celled.grid > .row > .column:last-child { box-shadow: none; } } /* Computer */ @media only screen and (min-width: 992px) { .moonlightui-layout[class*="computer reversed"].grid, .moonlightui-layout[class*="computer reversed"].grid > .row, .moonlightui-layout.grid > [class*="computer reversed"].row { flex-direction: row-reverse; } .moonlightui-layout[class*="computer vertically reversed"].grid { flex-direction: column-reverse; } /* Divided Reversed */ .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { box-shadow: none; } /* Vertically Divided Reversed */ .moonlightui-layout.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before { box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before { box-shadow: none; } /* Celled Reversed */ .moonlightui-layout[class*="computer reversed"].celled.grid > .row > .column:first-child { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout[class*="computer reversed"].celled.grid > .row > .column:last-child { box-shadow: none; } } /*------------------- Doubling --------------------*/ /* Tablet Only */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout.doubling.grid { width: auto; } .moonlightui-layout.grid > .doubling.row, .moonlightui-layout.doubling.grid > .row { margin: 0em !important; padding: 0em !important; } .moonlightui-layout.grid > .doubling.row > .column, .moonlightui-layout.doubling.grid > .row > .column { display: inline-block !important; padding-top: 0rem !important; padding-bottom: 0rem !important; box-shadow: none !important; margin: 0em; } .moonlightui-layout[class*="two column"].doubling.grid > .row > .column, .moonlightui-layout[class*="two column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="two column"].doubling.row.row > .column { width: 100% !important; } .moonlightui-layout[class*="three column"].doubling.grid > .row > .column, .moonlightui-layout[class*="three column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="three column"].doubling.row.row > .column { width: 50% !important; } .moonlightui-layout[class*="four column"].doubling.grid > .row > .column, .moonlightui-layout[class*="four column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="four column"].doubling.row.row > .column { width: 50% !important; } .moonlightui-layout[class*="five column"].doubling.grid > .row > .column, .moonlightui-layout[class*="five column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="five column"].doubling.row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="six column"].doubling.grid > .row > .column, .moonlightui-layout[class*="six column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="six column"].doubling.row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="seven column"].doubling.grid > .row > .column, .moonlightui-layout[class*="seven column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="seven column"].doubling.row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="eight column"].doubling.grid > .row > .column, .moonlightui-layout[class*="eight column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="eight column"].doubling.row.row > .column { width: 25% !important; } .moonlightui-layout[class*="nine column"].doubling.grid > .row > .column, .moonlightui-layout[class*="nine column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="nine column"].doubling.row.row > .column { width: 25% !important; } .moonlightui-layout[class*="ten column"].doubling.grid > .row > .column, .moonlightui-layout[class*="ten column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="ten column"].doubling.row.row > .column { width: 20% !important; } .moonlightui-layout[class*="eleven column"].doubling.grid > .row > .column, .moonlightui-layout[class*="eleven column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="eleven column"].doubling.row.row > .column { width: 20% !important; } .moonlightui-layout[class*="twelve column"].doubling.grid > .row > .column, .moonlightui-layout[class*="twelve column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="twelve column"].doubling.row.row > .column { width: 16.66667% !important; } .moonlightui-layout[class*="thirteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="thirteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="thirteen column"].doubling.row.row > .column { width: 16.66667% !important; } .moonlightui-layout[class*="fourteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="fourteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="fourteen column"].doubling.row.row > .column { width: 14.28571% !important; } .moonlightui-layout[class*="fifteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="fifteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="fifteen column"].doubling.row.row > .column { width: 14.28571% !important; } .moonlightui-layout[class*="sixteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="sixteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="sixteen column"].doubling.row.row > .column { width: 12.5% !important; } } /* Mobile Only */ @media only screen and (max-width: 767px) { .moonlightui-layout.grid > .doubling.row, .moonlightui-layout.doubling.grid > .row { margin: 0em !important; padding: 0em !important; } .moonlightui-layout.grid > .doubling.row > .column, .moonlightui-layout.doubling.grid > .row > .column { padding-top: 0rem !important; padding-bottom: 0rem !important; margin: 0em !important; box-shadow: none !important; } .moonlightui-layout[class*="two column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="two column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="two column"].doubling:not(.stackable).row.row > .column { width: 100% !important; } .moonlightui-layout[class*="three column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="three column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="three column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="four column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="four column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="four column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="five column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="five column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="five column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="six column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="six column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="six column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="seven column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="eight column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="nine column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="ten column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="eleven column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="twelve column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column { width: 25% !important; } .moonlightui-layout[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column { width: 25% !important; } .moonlightui-layout[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column { width: 25% !important; } } /*------------------- Stackable --------------------*/ @media only screen and (max-width: 767px) { .moonlightui-layout.stackable.grid { width: auto; margin-left: 0em !important; margin-right: 0em !important; } .moonlightui-layout.stackable.grid > .row > .wide.column, .moonlightui-layout.stackable.grid > .wide.column, .moonlightui-layout.stackable.grid > .column.grid > .column, .moonlightui-layout.stackable.grid > .column.row > .column, .moonlightui-layout.stackable.grid > .row > .column, .moonlightui-layout.stackable.grid > .column:not(.row), .moonlightui-layout.grid > .stackable.stackable.row > .column { width: 100% !important; margin: 0em 0em !important; box-shadow: none !important; padding: 0rem 0rem !important; } .moonlightui-layout.stackable.grid:not(.vertically) > .row { margin: 0em; padding: 0em; } /* Coupling */ .moonlightui-layout.container > .moonlightui-layout.stackable.grid > .column, .moonlightui-layout.container > .moonlightui-layout.stackable.grid > .row > .column { padding-left: 0em !important; padding-right: 0em !important; } /* Don't pad inside segment or nested grid */ .moonlightui-layout.grid .moonlightui-layout.stackable.grid, .moonlightui-layout.segment:not(.vertical) .moonlightui-layout.stackable.page.grid { margin-left: 0rem !important; margin-right: 0rem !important; } /* Divided Stackable */ .moonlightui-layout.stackable.divided.grid > .row:first-child > .column:first-child, .moonlightui-layout.stackable.celled.grid > .row:first-child > .column:first-child, .moonlightui-layout.stackable.divided.grid > .column:not(.row):first-child, .moonlightui-layout.stackable.celled.grid > .column:not(.row):first-child { border-top: none !important; } .moonlightui-layout.inverted.stackable.celled.grid > .column:not(.row), .moonlightui-layout.inverted.stackable.divided.grid > .column:not(.row), .moonlightui-layout.inverted.stackable.celled.grid > .row > .column, .moonlightui-layout.inverted.stackable.divided.grid > .row > .column { border-top: 1px solid rgba(255, 255, 255, 0.1); } .moonlightui-layout.stackable.celled.grid > .column:not(.row), .moonlightui-layout.stackable.divided:not(.vertically).grid > .column:not(.row), .moonlightui-layout.stackable.celled.grid > .row > .column, .moonlightui-layout.stackable.divided:not(.vertically).grid > .row > .column { border-top: 1px solid rgba(34, 36, 38, 0.15); box-shadow: none !important; padding-top: 0rem !important; padding-bottom: 0rem !important; } .moonlightui-layout.stackable.celled.grid > .row { box-shadow: none !important; } .moonlightui-layout.stackable.divided:not(.vertically).grid > .column:not(.row), .moonlightui-layout.stackable.divided:not(.vertically).grid > .row > .column { padding-left: 0em !important; padding-right: 0em !important; } } /*---------------------- Only (Device) -----------------------*/ /* These include arbitrary class repetitions for forced specificity */ /* Mobile Only Hide */ @media only screen and (max-width: 767px) { .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="computer only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="computer only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="computer only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="large screen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Tablet Only Hide */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.tablet), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) { display: none !important; } .moonlightui-layout[class*="computer only"].grid.grid.grid:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="computer only"].row:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="computer only"].column:not(.tablet), .moonlightui-layout.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) { display: none !important; } .moonlightui-layout[class*="large screen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Computer Only Hide */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="large screen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Large Screen Only Hide */ @media only screen and (min-width: 1400px) and (max-width: 1919px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Widescreen Only Hide */ @media only screen and (min-width: 1900px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { display: none !important; } } .moonlightui-layout-example .column { padding: 15px !important; margin-bottom: 2px; margin-right: 2px; background-color: #4B4B4B; border: 1px solid #404040; border-radius: 5px; } /* Moonlight UI Logo */ .moonlightui-logo { border: 1px solid black; background-color: #292929; border-radius: 3px; padding-left: 5px; padding-right: 5px; width: 35px; height: 30px; margin-right: 10px; margin-top: 8px; text-align: center; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /* Modal dailog */ .moonlightui-modal { z-index: 10000; background-color: #333333; position: absolute; left: 50%; top: 50px; margin-left: -400px; width: 800px; height: 640px; border-radius: 3px; -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75); box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75); font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-modal-header { background-color: #373737; border-radius: 3px 3px 0 0; position: absolute; top: 0; left: 0; right: 0; line-height: 22px; height: 22px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; color: white; text-align: center; vertical-align: middle; font-size: 11px; font-weight: bold; } .moonlightui-modal-header.moonlightui-modal-app-header { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */ background: #3C3C3C; /* Old browsers */ background: -moz-linear-gradient(top, #3C3C3C 0%, #333333 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #3C3C3C 0%, #333333 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #3C3C3C 0%, #333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$modal-main-begin', endColorstr='$modal-main-end',GradientType=0 ); /* IE6-9 */ border-radius: 3px 3px 0 0; border-top: 1px solid #575757; position: absolute; top: 0; left: 0; right: 0; line-height: 22px; height: 22px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; color: white; text-align: center; vertical-align: middle; font-size: 11px; font-weight: bold; } .moonlightui-modal-close { border-radius: 12px; width: 12px; height: 12px; line-height: 22px; top: 5px; left: 5px; margin-left: 5px; margin-right: 5px; vertical-align: middle; background-color: #FF5154; position: absolute; float: left; } .moonlightui-modal-min { border-radius: 12px; width: 12px; height: 12px; background-color: #FFBA39; line-height: 22px; top: 5px; left: 25px; position: absolute; margin-left: 5px; margin-right: 5px; vertical-align: middle; float: left; } .moonlightui-modal-max { border-radius: 12px; width: 12px; height: 12px; background-color: #00CC55; line-height: 22px; top: 5px; left: 45px; position: absolute; margin-left: 5px; margin-right: 5px; vertical-align: middle; float: left; } .moonlightui-modal-disable { background-color: #CFCFCF; } .moonlightui-modal-body { position: absolute; left: 0; top: 22px; right: 0; bottom: 0; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; color: white; } .moonlightui-modal-body-btn-bottom-fixed { position: absolute; left: 0; bottom: 0; right: 0; height: 30px; border-top: 1px solid gray; background-color: dimgrey; border-radius: 0 0 3px 3px; padding-top: 2px; } .moonlightui-modal-body-btn-bottom-fixed .moonlightui-btn { float: right; padding-right: 5px; } .moonlightui-modal-help-iframe { position: absolute; left: 0; top: 0px; right: 0; bottom: 0px; border: none; width: 100%; height: 100%; } /* jQuery Resizable */ .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } /* Moonlight Navigation Bar */ .moonlightui-navbar { height: 40px; margin: 0; vertical-align: middle; padding-left: 10px; font-size: 14px; color: white; line-height: 40px; width: 100%; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-navbar-left { position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: 0; margin-top: 10px; } .moonlightui-navbar-left li { list-style-type: none; list-style: none; display: block; margin-bottom: 5px; padding: 0; } .moonlightui-navbar-left li.moonlightui-navbar-left-item { border: 1px solid #292929; border-radius: 3px; padding-left: 5px; padding-right: 5px; width: 35px; height: 30px; margin-right: 10px; margin-top: 8px; text-align: center; margin-left: -30px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-navbar-left li.moonlightui-navbar-left-item.active { border: 1px solid #000; background-color: #292929; border-radius: 3px; padding-left: 5px; padding-right: 5px; width: 35px; height: 30px; margin-right: 10px; margin-top: 8px; text-align: center; margin-left: -30px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /*************** SCROLLBAR BASE CSS ***************/ .scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; } .scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; } .scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; } .scroll-element { display: none; } .scroll-element, .scroll-element div { box-sizing: content-box; } .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; } .scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; } .scroll-textarea { border: 1px solid #cccccc; border-top-color: #999999; } .scroll-textarea > .scroll-content { overflow: hidden !important; } .scroll-textarea > .scroll-content > textarea { border: none !important; box-sizing: border-box; height: 100% !important; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; outline: none; padding: 2px; position: relative !important; top: 0; width: 100% !important; } .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0; width: 0; } /*************** SIMPLE INNER SCROLLBAR ***************/ .moonlightui-scrollbar-inner > .scroll-element, .moonlightui-scrollbar-inner > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; } .moonlightui-scrollbar-inner > .scroll-element div { display: block; bottom: 0; left: 0; top: 0; right: 0; } .moonlightui-scrollbar-inner > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0; right: 0; } .moonlightui-scrollbar-inner > .scroll-element.scroll-y { bottom: 5px; right: 2px; top: 0; width: 8px; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_outer { overflow: hidden; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_outer, .moonlightui-scrollbar-inner > .scroll-element .scroll-element_track, .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_track, .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; filter: alpha(opacity=10); opacity: 0.1; } .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_track { background-color: #1B1C1D; } .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { background-color: #FFFFFF; } .moonlightui-scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #FFFFFF; } .moonlightui-scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #FFFFFF; } /* update scrollbar offset if both scrolls are visible */ .moonlightui-scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; } .moonlightui-scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; } .moonlightui-scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; } .moonlightui-scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; } /* Moonlight UI Status */ .moonlightui-status { color: white; text-shadow: 1px 1px 3px #1B1C1D; font-size: 12px; vertical-align: middle; padding-left: 15px; margin-bottom: 8px; line-height: 20px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /* Moonlight UI Main System Settings */ *, *:before, *:after { box-sizing: inherit; } html { line-height: 1.5; box-sizing: border-box; } body { display: block; margin: 0; } .moonlightui { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #333333; /* Old browsers */ } /* Hidden */ .hidden { display: none; } code[class*="language-"], pre[class*="language-"] { border-radius: 0; } /* Moonlight UI Tab */ .moonlightui-main-tab { display: inline-block; color: white; padding-left: 10px; padding-right: 10px; margin-right: 3px; cursor: pointer; } .moonlightui-main-tab.active { background-color: #323333; color: white; cursor: pointer; } .jstree-default .jstree-clicked { color: #1B1C1D; } .jstree-default .jstree-hovered { color: #1B1C1D; } /* Moonlight UI Tooltip */ .moonlightui-tooltip { position: absolute; left: -1000px; top: -1000px; color: white; background-image: url("../images/moonlightui-tooltip.png"); background-repeat: repeat; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 11px; z-index: 50000; } .moonlightui-overview { border-top: 1px solid #262626; position: absolute; left: 0; top: 30px; right: 0; bottom: 0; background-color: #2E2E2E; overflow: hidden; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-item { height: 33px; background-color: #383838; border-bottom: 1px solid #262626; vertical-align: middle; line-height: 30px; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: default; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-item.selected { background-color: #0a6aa1; } .moonlightui-item-transparent { height: 33px; vertical-align: middle; line-height: 33px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-item-icon { width: 28px; height: 28px; background-color: #282828; border: 1px solid #1B1C1D; display: inline-block; vertical-align: middle; line-height: 33px; margin-right: 5px; margin-left: 10px; } .moonlightui-item-icon i { font-size: 16px; padding-left: 6px; } .moonlightui-new-item { width: 150px; position: absolute; left: 0; top: 0; bottom: 0; } .moonlightui-new-item-ok { width: 30px; position: absolute; left: 142px; top: 3px; bottom: 0; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .error { background-color: rgba(255, 0, 0, 0.5); color: white; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 12px; padding: 5px; padding-left: 10px; border-top: 1px solid rgba(200, 0, 0, 0.5); bottom: 30px; left: 0; right: 0; height: 30px; position: absolute; } .error-input { background-color: rgba(255, 0, 0, 0.3); border: 1px solid rgba(200, 0, 0, 0.3); } .error-input input { border: none; } /*# sourceMappingURL=moonlightui.css.map */
lib/moonlightui/src/css/moonlightui.css
* -------------------------- */ @font-face { font-family: "Roboto"; src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot"); src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype"); font-weight: 200; } @font-face { font-family: "Roboto"; src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot"); src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"); font-weight: 300; } @font-face { font-family: "Roboto"; src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot"); src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"); font-weight: 400; } @font-face { font-family: "Roboto"; src: url("../fonts/roboto/Roboto-Medium.eot"); src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"); font-weight: 500; } @font-face { font-family: "Roboto"; src: url("../fonts/roboto/Roboto-Bold.eot"); src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"); font-weight: 700; } /*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.6.3"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /*------------------- Colors --------------------*/ /* Grey pallet */ /* Buttons */ /* Modals and Modals buttons */ /* Selected color */ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Text ---*/ /*--- Colored Headers ---*/ /*--- Colored Border ---*/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Alpha Colors --------------------*/ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Text color --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Grid --------------------*/ /*------------------- Exact Pixel Values --------------------*/ /* Columns */ /*------------------- Drop shadow --------------------*/ /*------------------- Fonts --------------------*/ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of $px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds $size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Loader --------------------*/ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Grid */ /******************************* Grid *******************************/ /******************************* Variations *******************************/ /*-------------- Relaxed ---------------*/ /*-------------- Divided ---------------*/ /*-------------- Celled ---------------*/ /*-------------- Stackable ---------------*/ /*-------------- Width ---------------*/ /* Moonlight UI begin view */ .moonlightui-beginview { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: #222222; webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; padding-left: 20px; padding-right: 20px; } .moonlightui-beginview h1 { font-weight: 100; font-size: 25px; } /* Moonlight UI Checkerboard */ .moonlightui-checkerboard { background-image: url("../images/moonlightui-checkerboard.jpg"); background-repeat: repeat; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /* Moonlight UI Compontent */ .moonlightui-component { height: 270px; position: relative; display: block; } .moonlightui-component-options { float: right; } .moonlightui-component-options i { padding-left: 5px; } .moonlightui-component-title { position: absolute; left: 0; right: 0; height: 20px; color: white; padding: 3px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 11px; background-color: #303030; } .moonlightui-component-plane { background-image: url("../images/moonlightui-plane.png"); background-repeat: no-repeat; width: 15px; height: 10px; margin-top: 5px; margin-right: 3px; display: inline-block; float: left; } .moonlightui-component-title.middle { background-color: #292929; } .moonlightui-component-title span { pointer-events: none; } .moonlightui-component-title .moonlightui-tab.active { padding-left: 5px; padding-right: 5px; padding-top: 4px; padding-bottom: 3px; line-height: 10px; height: 10px; border-right: 1px solid black; background-color: #404040; } ul.moonlightui-component-title-main-options { float: left; list-style-type: none; margin: 4px 0px 0px 0px; vertical-align: middle; padding: 0; line-height: 10px; height: 10px; } ul.moonlightui-component-title-main-options li { cursor: pointer; display: inline; padding-left: 4px; padding-right: 4px; } .moonlightui-component-title img.plane { float: left; vertical-align: middle; padding-top: 3px; margin-right: 3px; line-height: 20px; } .moonlightui-component-body { border-top: 1px solid black; border-bottom: 1px solid black; background-color: #404040; position: absolute; left: 0; right: 0; top: 20px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 12px; } .moonlightui-component-body-content { display: none; } .moonlightui-component-body-content.active { display: block; } .moonlightui-component-body.moonlightui-component-left-right { height: 250px; overflow: hidden; color: white; } .moonlightui-component-body.moonlightui-full-height { background-color: #c8c8c8; bottom: 0; } .moonlightui-component-body.moonlightui-innershadow { -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.75); overflow: hidden; } .moonlightui-component-body-options { position: absolute; bottom: 0; left: 0; right: 0; top: 0; border-bottom: 1px solid #404040; display: none; } .moonlightui-component-body-options.active { display: block; } .moonlightui-component-body-bottom-options { background-color: #4B4B4B; border-top: 1px solid #262626; border-bottom: 1px solid #343434; height: 30px; bottom: 0px; left: 0; right: 0; vertical-align: middle; padding-left: 5px; padding-right: 5px; padding-top: 5px; position: absolute; } .moonlightui-component-body-bottom-options-right { float: right; } .moonlightui-component-body-bottom-options-left { float: left; } .moonlightui-component-body-options-content { padding: 5px; left: 0; right: 0; top: 0; bottom: 30px; position: absolute; } .moonlightui-component-body-bottom-item { float: left; padding-left: 5px; padding-right: 5px; } .moonlightui-component-body-bottom-item-btn { color: white; } /* Moonlight UI component parts */ .moonlightui-component-tab { border-top: 1px solid #262626; position: absolute; left: 0; top: 30px; right: 0; bottom: 0; background-color: #2E2E2E; overflow: hidden; } .moonlightui-component-tab-item { height: 33px; background-color: #383838; border-bottom: 1px solid #262626; vertical-align: middle; line-height: 30px; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: default; } .moonlightui-component-tab-item.selected { background-color: #0a6aa1; } .moonlightui-component-tab-item-transparent { height: 33px; vertical-align: middle; line-height: 33px; } .moonlightui-component-tab-item-icon { width: 28px; height: 28px; background-color: #282828; border: 1px solid #1B1C1D; display: inline-block; vertical-align: middle; line-height: 33px; margin-right: 5px; margin-left: 10px; } .moonlightui-component-tab-item-icon i { font-size: 16px; padding-left: 6px; } .moonlightui-component-tab-new-item { width: 150px; position: absolute; left: 0; top: 0; bottom: 0; } .moonlightui-component-tab-new-item-ok { width: 30px; position: absolute; left: 142px; top: 3px; bottom: 0; } .moonlightui-btn { border: 1px solid #262626; background-color: #3D3D3D; border-radius: 3px; min-width: 100px; width: 100px; height: 20px; position: relative; margin-left: 3px; margin-right: 3px; margin-top: 2px; margin-bottom: 2px; -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ user-select: none; cursor: pointer; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-btn.small { min-width: 30px; width: 30px; } .moonlightui-btn-inner { border-top: 1px solid #4C4C4C; background-color: #3D3D3D; height: 100%; line-heigh: 20px; vertical-align: middle; text-align: center; width: 100%; -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ user-select: none; text-shadow: 1px 1px 2px #1B1C1D; cursor: pointer; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-btn-inner.down { background: #1D1D1D; /* Old browsers */ background: -moz-linear-gradient(top, #2B2B2B 0%, #1D1D1D 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #2B2B2B 0%, #1D1D1D 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #2B2B2B 0%, #1D1D1D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$btn-grey-gradient-two', endColorstr='$btn-grey-gradient-one',GradientType=0 ); /* IE6-9 */ } /* Moonlight UI form input */ .moonlightui-input { border: 1px solid #262626; border-radius: 3px; background-color: #333333; top: 5px; left: 10px; right: 10px; height: 21px; vertical-align: middle; margin: 0; position: absolute; overflow: hidden; } .moonlightui-input i { position: absolute; left: 8px; top: 3px; } .moonlightui-input input { outline: 1px solid #333333; border: 1px solid #333333; background-color: transparent; font-size: 11px; color: white; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; line-height: 18px; vertical-align: middle; position: absolute; left: 25px; right: 5px; top: 0; height: 18px; margin: 0; padding: 0; } /* Moonlight UI Layouts */ .moonlightui-layout-top { position: absolute; left: 0; top: 0; right: 0; height: 45px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-left { position: absolute; left: 0; top: 45px; bottom: 20px; width: 250px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-left-navbar { width: 55px; } .moonlightui-layout-middle { position: absolute; left: 250px; top: 45px; bottom: 20px; right: 300px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-middle-navbar, .moonlightui-layout-middle-navbar-left { left: 55px; } .moonlightui-layout-middle-navbar-right { left: 300px; right: 55px; } .moonlightui-layout-right { position: absolute; bottom: 20px; top: 45px; right: 0; width: 300px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout-right-navbar { width: 55px; } .moonlightui-layout-bottom { position: absolute; bottom: 0px; left: 0; right: 0; height: 20px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-layout.grid { display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; padding: 0em; } /* Preserve Rows Spacing on Consecutive Grids */ .moonlightui-layout.grid + .grid { margin-top: 0rem; } /*------------------- Columns --------------------*/ /* Standard 16 column */ .moonlightui-layout.grid > .column:not(.row), .moonlightui-layout.grid > .row > .column { position: relative; display: inline-block; width: 6.25%; padding-left: 0rem; padding-right: 0rem; vertical-align: top; } .moonlightui-layout.grid > * { padding-left: 0rem; padding-right: 0rem; } /*------------------- Rows --------------------*/ .moonlightui-layout.grid > .row { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: inherit; align-items: stretch; width: 100% !important; padding: 0rem; padding-top: 0rem; padding-bottom: 0rem; } /*------------------- Columns --------------------*/ /* Vertical padding when no rows */ .moonlightui-layout.grid > .column:not(.row) { padding-top: 0rem; padding-bottom: 0rem; } .moonlightui-layout.grid > .row > .column { margin-top: 0em; margin-bottom: 0em; } /*------------------- Content --------------------*/ .moonlightui-layout.grid > .row > img, .moonlightui-layout.grid > .row > .column > img { max-width: 100%; } /*------------------- Loose Coupling --------------------*/ /* Collapse Margin on Consecutive Grid */ .moonlightui-layout.grid > .moonlightui-layout.grid:first-child { margin-top: 0em; } .moonlightui-layout.grid > .moonlightui-layout.grid:last-child { margin-bottom: 0em; } /* Segment inside Aligned Grid */ .moonlightui-layout.grid .aligned.row > .column > .segment:not(.compact):not(.attached), .moonlightui-layout.aligned.grid .column > .segment:not(.compact):not(.attached) { width: 100%; } /* Align Dividers with Gutter */ .moonlightui-layout.grid .row + .moonlightui-layout.divider { flex-grow: 1; margin: 0rem 0rem; } .moonlightui-layout.grid .column + .moonlightui-layout.vertical.divider { height: "calc(50% - 0rem)"; } /* Remove Border on Last Horizontal Segment */ .moonlightui-layout.grid > .row > .column:last-child > .horizontal.segment, .moonlightui-layout.grid > .column:last-child > .horizontal.segment { box-shadow: none; } /******************************* Variations *******************************/ /*----------------------- Page Grid -------------------------*/ @media only screen and (max-width: 767px) { .moonlightui-layout.page.grid { width: auto; padding-left: 0em; padding-right: 0em; margin-left: 0em; margin-right: 0em; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout.page.grid { width: auto; margin-left: 0em; margin-right: 0em; padding-left: 8%; padding-right: 8%; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .moonlightui-layout.page.grid { width: 960px; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; } } @media only screen and (min-width: 1400px) and (max-width: 1919px) { .moonlightui-layout.page.grid { width: 1180px; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; } } @media only screen and (min-width: 1900px) { .moonlightui-layout.page.grid { width: 1300px; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; } } /*------------------- Column Count --------------------*/ /* Assume full width with one column */ .moonlightui-layout.grid > .column:only-child, .moonlightui-layout.grid > .row > .column:only-child { width: 100%; } /* Grid Based */ .moonlightui-layout[class*="one column"].grid > .row > .column, .moonlightui-layout[class*="one column"].grid > .column:not(.row) { width: 100%; } .moonlightui-layout[class*="two column"].grid > .row > .column, .moonlightui-layout[class*="two column"].grid > .column:not(.row) { width: 50%; } .moonlightui-layout[class*="three column"].grid > .row > .column, .moonlightui-layout[class*="three column"].grid > .column:not(.row) { width: 33.33333%; } .moonlightui-layout[class*="four column"].grid > .row > .column, .moonlightui-layout[class*="four column"].grid > .column:not(.row) { width: 25%; } .moonlightui-layout[class*="five column"].grid > .row > .column, .moonlightui-layout[class*="five column"].grid > .column:not(.row) { width: 20%; } .moonlightui-layout[class*="six column"].grid > .row > .column, .moonlightui-layout[class*="six column"].grid > .column:not(.row) { width: 16.66667%; } .moonlightui-layout[class*="seven column"].grid > .row > .column, .moonlightui-layout[class*="seven column"].grid > .column:not(.row) { width: 14.28571%; } .moonlightui-layout[class*="eight column"].grid > .row > .column, .moonlightui-layout[class*="eight column"].grid > .column:not(.row) { width: 12.5%; } .moonlightui-layout[class*="nine column"].grid > .row > .column, .moonlightui-layout[class*="nine column"].grid > .column:not(.row) { width: 11.11111%; } .moonlightui-layout[class*="ten column"].grid > .row > .column, .moonlightui-layout[class*="ten column"].grid > .column:not(.row) { width: 10%; } .moonlightui-layout[class*="eleven column"].grid > .row > .column, .moonlightui-layout[class*="eleven column"].grid > .column:not(.row) { width: 9.09091%; } .moonlightui-layout[class*="twelve column"].grid > .row > .column, .moonlightui-layout[class*="twelve column"].grid > .column:not(.row) { width: 8.33333%; } .moonlightui-layout[class*="thirteen column"].grid > .row > .column, .moonlightui-layout[class*="thirteen column"].grid > .column:not(.row) { width: 7.69231%; } .moonlightui-layout[class*="fourteen column"].grid > .row > .column, .moonlightui-layout[class*="fourteen column"].grid > .column:not(.row) { width: 7.14286%; } .moonlightui-layout[class*="fifteen column"].grid > .row > .column, .moonlightui-layout[class*="fifteen column"].grid > .column:not(.row) { width: 6.66667%; } .moonlightui-layout[class*="sixteen column"].grid > .row > .column, .moonlightui-layout[class*="sixteen column"].grid > .column:not(.row) { width: 6.25%; } /* Row Based Overrides */ .moonlightui-layout.grid > [class*="one column"].row > .column { width: 100% !important; } .moonlightui-layout.grid > [class*="two column"].row > .column { width: 50% !important; } .moonlightui-layout.grid > [class*="three column"].row > .column { width: 33.33333% !important; } .moonlightui-layout.grid > [class*="four column"].row > .column { width: 25% !important; } .moonlightui-layout.grid > [class*="five column"].row > .column { width: 20% !important; } .moonlightui-layout.grid > [class*="six column"].row > .column { width: 16.66667% !important; } .moonlightui-layout.grid > [class*="seven column"].row > .column { width: 14.28571% !important; } .moonlightui-layout.grid > [class*="eight column"].row > .column { width: 12.5% !important; } .moonlightui-layout.grid > [class*="nine column"].row > .column { width: 11.11111% !important; } .moonlightui-layout.grid > [class*="ten column"].row > .column { width: 10% !important; } .moonlightui-layout.grid > [class*="eleven column"].row > .column { width: 9.09091% !important; } .moonlightui-layout.grid > [class*="twelve column"].row > .column { width: 8.33333% !important; } .moonlightui-layout.grid > [class*="thirteen column"].row > .column { width: 7.69231% !important; } .moonlightui-layout.grid > [class*="fourteen column"].row > .column { width: 7.14286% !important; } .moonlightui-layout.grid > [class*="fifteen column"].row > .column { width: 6.66667% !important; } .moonlightui-layout.grid > [class*="sixteen column"].row > .column { width: 6.25% !important; } /* Celled Page */ .moonlightui-layout.celled.page.grid { box-shadow: none; } /*------------------- Column Width --------------------*/ /* Sizing Combinations */ .moonlightui-layout.grid > .row > [class*="one wide"].column, .moonlightui-layout.grid > .column.row > [class*="one wide"].column, .moonlightui-layout.grid > [class*="one wide"].column, .moonlightui-layout.column.grid > [class*="one wide"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide"].column, .moonlightui-layout.grid > .column.row > [class*="two wide"].column, .moonlightui-layout.grid > [class*="two wide"].column, .moonlightui-layout.column.grid > [class*="two wide"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide"].column, .moonlightui-layout.grid > .column.row > [class*="three wide"].column, .moonlightui-layout.grid > [class*="three wide"].column, .moonlightui-layout.column.grid > [class*="three wide"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide"].column, .moonlightui-layout.grid > .column.row > [class*="four wide"].column, .moonlightui-layout.grid > [class*="four wide"].column, .moonlightui-layout.column.grid > [class*="four wide"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide"].column, .moonlightui-layout.grid > .column.row > [class*="five wide"].column, .moonlightui-layout.grid > [class*="five wide"].column, .moonlightui-layout.column.grid > [class*="five wide"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide"].column, .moonlightui-layout.grid > .column.row > [class*="six wide"].column, .moonlightui-layout.grid > [class*="six wide"].column, .moonlightui-layout.column.grid > [class*="six wide"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide"].column, .moonlightui-layout.grid > [class*="seven wide"].column, .moonlightui-layout.column.grid > [class*="seven wide"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide"].column, .moonlightui-layout.grid > [class*="eight wide"].column, .moonlightui-layout.column.grid > [class*="eight wide"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide"].column, .moonlightui-layout.grid > [class*="nine wide"].column, .moonlightui-layout.column.grid > [class*="nine wide"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide"].column, .moonlightui-layout.grid > [class*="ten wide"].column, .moonlightui-layout.column.grid > [class*="ten wide"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide"].column, .moonlightui-layout.grid > [class*="eleven wide"].column, .moonlightui-layout.column.grid > [class*="eleven wide"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide"].column, .moonlightui-layout.grid > [class*="twelve wide"].column, .moonlightui-layout.column.grid > [class*="twelve wide"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide"].column, .moonlightui-layout.grid > [class*="thirteen wide"].column, .moonlightui-layout.column.grid > [class*="thirteen wide"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide"].column, .moonlightui-layout.grid > [class*="fourteen wide"].column, .moonlightui-layout.column.grid > [class*="fourteen wide"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide"].column, .moonlightui-layout.grid > [class*="fifteen wide"].column, .moonlightui-layout.column.grid > [class*="fifteen wide"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide"].column, .moonlightui-layout.grid > [class*="sixteen wide"].column, .moonlightui-layout.column.grid > [class*="sixteen wide"].column { width: 100% !important; } /*---------------------- Width per Device -----------------------*/ /* Mobile Sizing Combinations */ @media only screen and (min-width: 320px) and (max-width: 767px) { .moonlightui-layout.grid > .row > [class*="one wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="one wide mobile"].column, .moonlightui-layout.grid > [class*="one wide mobile"].column, .moonlightui-layout.column.grid > [class*="one wide mobile"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="two wide mobile"].column, .moonlightui-layout.grid > [class*="two wide mobile"].column, .moonlightui-layout.column.grid > [class*="two wide mobile"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="three wide mobile"].column, .moonlightui-layout.grid > [class*="three wide mobile"].column, .moonlightui-layout.column.grid > [class*="three wide mobile"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="four wide mobile"].column, .moonlightui-layout.grid > [class*="four wide mobile"].column, .moonlightui-layout.column.grid > [class*="four wide mobile"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="five wide mobile"].column, .moonlightui-layout.grid > [class*="five wide mobile"].column, .moonlightui-layout.column.grid > [class*="five wide mobile"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="six wide mobile"].column, .moonlightui-layout.grid > [class*="six wide mobile"].column, .moonlightui-layout.column.grid > [class*="six wide mobile"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide mobile"].column, .moonlightui-layout.grid > [class*="seven wide mobile"].column, .moonlightui-layout.column.grid > [class*="seven wide mobile"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide mobile"].column, .moonlightui-layout.grid > [class*="eight wide mobile"].column, .moonlightui-layout.column.grid > [class*="eight wide mobile"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide mobile"].column, .moonlightui-layout.grid > [class*="nine wide mobile"].column, .moonlightui-layout.column.grid > [class*="nine wide mobile"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide mobile"].column, .moonlightui-layout.grid > [class*="ten wide mobile"].column, .moonlightui-layout.column.grid > [class*="ten wide mobile"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide mobile"].column, .moonlightui-layout.grid > [class*="eleven wide mobile"].column, .moonlightui-layout.column.grid > [class*="eleven wide mobile"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide mobile"].column, .moonlightui-layout.grid > [class*="twelve wide mobile"].column, .moonlightui-layout.column.grid > [class*="twelve wide mobile"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide mobile"].column, .moonlightui-layout.grid > [class*="thirteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="thirteen wide mobile"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide mobile"].column, .moonlightui-layout.grid > [class*="fourteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="fourteen wide mobile"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide mobile"].column, .moonlightui-layout.grid > [class*="fifteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="fifteen wide mobile"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide mobile"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide mobile"].column, .moonlightui-layout.grid > [class*="sixteen wide mobile"].column, .moonlightui-layout.column.grid > [class*="sixteen wide mobile"].column { width: 100% !important; } } /* Tablet Sizing Combinations */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout.grid > .row > [class*="one wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="one wide tablet"].column, .moonlightui-layout.grid > [class*="one wide tablet"].column, .moonlightui-layout.column.grid > [class*="one wide tablet"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="two wide tablet"].column, .moonlightui-layout.grid > [class*="two wide tablet"].column, .moonlightui-layout.column.grid > [class*="two wide tablet"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="three wide tablet"].column, .moonlightui-layout.grid > [class*="three wide tablet"].column, .moonlightui-layout.column.grid > [class*="three wide tablet"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="four wide tablet"].column, .moonlightui-layout.grid > [class*="four wide tablet"].column, .moonlightui-layout.column.grid > [class*="four wide tablet"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="five wide tablet"].column, .moonlightui-layout.grid > [class*="five wide tablet"].column, .moonlightui-layout.column.grid > [class*="five wide tablet"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="six wide tablet"].column, .moonlightui-layout.grid > [class*="six wide tablet"].column, .moonlightui-layout.column.grid > [class*="six wide tablet"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide tablet"].column, .moonlightui-layout.grid > [class*="seven wide tablet"].column, .moonlightui-layout.column.grid > [class*="seven wide tablet"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide tablet"].column, .moonlightui-layout.grid > [class*="eight wide tablet"].column, .moonlightui-layout.column.grid > [class*="eight wide tablet"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide tablet"].column, .moonlightui-layout.grid > [class*="nine wide tablet"].column, .moonlightui-layout.column.grid > [class*="nine wide tablet"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide tablet"].column, .moonlightui-layout.grid > [class*="ten wide tablet"].column, .moonlightui-layout.column.grid > [class*="ten wide tablet"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide tablet"].column, .moonlightui-layout.grid > [class*="eleven wide tablet"].column, .moonlightui-layout.column.grid > [class*="eleven wide tablet"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide tablet"].column, .moonlightui-layout.grid > [class*="twelve wide tablet"].column, .moonlightui-layout.column.grid > [class*="twelve wide tablet"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide tablet"].column, .moonlightui-layout.grid > [class*="thirteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="thirteen wide tablet"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide tablet"].column, .moonlightui-layout.grid > [class*="fourteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="fourteen wide tablet"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide tablet"].column, .moonlightui-layout.grid > [class*="fifteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="fifteen wide tablet"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide tablet"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide tablet"].column, .moonlightui-layout.grid > [class*="sixteen wide tablet"].column, .moonlightui-layout.column.grid > [class*="sixteen wide tablet"].column { width: 100% !important; } } /* Computer/Desktop Sizing Combinations */ @media only screen and (min-width: 992px) { .moonlightui-layout.grid > .row > [class*="one wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="one wide computer"].column, .moonlightui-layout.grid > [class*="one wide computer"].column, .moonlightui-layout.column.grid > [class*="one wide computer"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="two wide computer"].column, .moonlightui-layout.grid > [class*="two wide computer"].column, .moonlightui-layout.column.grid > [class*="two wide computer"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="three wide computer"].column, .moonlightui-layout.grid > [class*="three wide computer"].column, .moonlightui-layout.column.grid > [class*="three wide computer"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="four wide computer"].column, .moonlightui-layout.grid > [class*="four wide computer"].column, .moonlightui-layout.column.grid > [class*="four wide computer"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="five wide computer"].column, .moonlightui-layout.grid > [class*="five wide computer"].column, .moonlightui-layout.column.grid > [class*="five wide computer"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="six wide computer"].column, .moonlightui-layout.grid > [class*="six wide computer"].column, .moonlightui-layout.column.grid > [class*="six wide computer"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide computer"].column, .moonlightui-layout.grid > [class*="seven wide computer"].column, .moonlightui-layout.column.grid > [class*="seven wide computer"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide computer"].column, .moonlightui-layout.grid > [class*="eight wide computer"].column, .moonlightui-layout.column.grid > [class*="eight wide computer"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide computer"].column, .moonlightui-layout.grid > [class*="nine wide computer"].column, .moonlightui-layout.column.grid > [class*="nine wide computer"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide computer"].column, .moonlightui-layout.grid > [class*="ten wide computer"].column, .moonlightui-layout.column.grid > [class*="ten wide computer"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide computer"].column, .moonlightui-layout.grid > [class*="eleven wide computer"].column, .moonlightui-layout.column.grid > [class*="eleven wide computer"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide computer"].column, .moonlightui-layout.grid > [class*="twelve wide computer"].column, .moonlightui-layout.column.grid > [class*="twelve wide computer"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide computer"].column, .moonlightui-layout.grid > [class*="thirteen wide computer"].column, .moonlightui-layout.column.grid > [class*="thirteen wide computer"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide computer"].column, .moonlightui-layout.grid > [class*="fourteen wide computer"].column, .moonlightui-layout.column.grid > [class*="fourteen wide computer"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide computer"].column, .moonlightui-layout.grid > [class*="fifteen wide computer"].column, .moonlightui-layout.column.grid > [class*="fifteen wide computer"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide computer"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide computer"].column, .moonlightui-layout.grid > [class*="sixteen wide computer"].column, .moonlightui-layout.column.grid > [class*="sixteen wide computer"].column { width: 100% !important; } } /* Large Monitor Sizing Combinations */ @media only screen and (min-width: 1400px) and (max-width: 1919px) { .moonlightui-layout.grid > .row > [class*="one wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="one wide large screen"].column, .moonlightui-layout.grid > [class*="one wide large screen"].column, .moonlightui-layout.column.grid > [class*="one wide large screen"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="two wide large screen"].column, .moonlightui-layout.grid > [class*="two wide large screen"].column, .moonlightui-layout.column.grid > [class*="two wide large screen"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="three wide large screen"].column, .moonlightui-layout.grid > [class*="three wide large screen"].column, .moonlightui-layout.column.grid > [class*="three wide large screen"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="four wide large screen"].column, .moonlightui-layout.grid > [class*="four wide large screen"].column, .moonlightui-layout.column.grid > [class*="four wide large screen"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="five wide large screen"].column, .moonlightui-layout.grid > [class*="five wide large screen"].column, .moonlightui-layout.column.grid > [class*="five wide large screen"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="six wide large screen"].column, .moonlightui-layout.grid > [class*="six wide large screen"].column, .moonlightui-layout.column.grid > [class*="six wide large screen"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide large screen"].column, .moonlightui-layout.grid > [class*="seven wide large screen"].column, .moonlightui-layout.column.grid > [class*="seven wide large screen"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide large screen"].column, .moonlightui-layout.grid > [class*="eight wide large screen"].column, .moonlightui-layout.column.grid > [class*="eight wide large screen"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide large screen"].column, .moonlightui-layout.grid > [class*="nine wide large screen"].column, .moonlightui-layout.column.grid > [class*="nine wide large screen"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide large screen"].column, .moonlightui-layout.grid > [class*="ten wide large screen"].column, .moonlightui-layout.column.grid > [class*="ten wide large screen"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide large screen"].column, .moonlightui-layout.grid > [class*="eleven wide large screen"].column, .moonlightui-layout.column.grid > [class*="eleven wide large screen"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide large screen"].column, .moonlightui-layout.grid > [class*="twelve wide large screen"].column, .moonlightui-layout.column.grid > [class*="twelve wide large screen"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide large screen"].column, .moonlightui-layout.grid > [class*="thirteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="thirteen wide large screen"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide large screen"].column, .moonlightui-layout.grid > [class*="fourteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="fourteen wide large screen"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide large screen"].column, .moonlightui-layout.grid > [class*="fifteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="fifteen wide large screen"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide large screen"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide large screen"].column, .moonlightui-layout.grid > [class*="sixteen wide large screen"].column, .moonlightui-layout.column.grid > [class*="sixteen wide large screen"].column { width: 100% !important; } } /* Widescreen Sizing Combinations */ @media only screen and (min-width: 1900px) { .moonlightui-layout.grid > .row > [class*="one wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="one wide widescreen"].column, .moonlightui-layout.grid > [class*="one wide widescreen"].column, .moonlightui-layout.column.grid > [class*="one wide widescreen"].column { width: 6.25% !important; } .moonlightui-layout.grid > .row > [class*="two wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="two wide widescreen"].column, .moonlightui-layout.grid > [class*="two wide widescreen"].column, .moonlightui-layout.column.grid > [class*="two wide widescreen"].column { width: 12.5% !important; } .moonlightui-layout.grid > .row > [class*="three wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="three wide widescreen"].column, .moonlightui-layout.grid > [class*="three wide widescreen"].column, .moonlightui-layout.column.grid > [class*="three wide widescreen"].column { width: 18.75% !important; } .moonlightui-layout.grid > .row > [class*="four wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="four wide widescreen"].column, .moonlightui-layout.grid > [class*="four wide widescreen"].column, .moonlightui-layout.column.grid > [class*="four wide widescreen"].column { width: 25% !important; } .moonlightui-layout.grid > .row > [class*="five wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="five wide widescreen"].column, .moonlightui-layout.grid > [class*="five wide widescreen"].column, .moonlightui-layout.column.grid > [class*="five wide widescreen"].column { width: 31.25% !important; } .moonlightui-layout.grid > .row > [class*="six wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="six wide widescreen"].column, .moonlightui-layout.grid > [class*="six wide widescreen"].column, .moonlightui-layout.column.grid > [class*="six wide widescreen"].column { width: 37.5% !important; } .moonlightui-layout.grid > .row > [class*="seven wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="seven wide widescreen"].column, .moonlightui-layout.grid > [class*="seven wide widescreen"].column, .moonlightui-layout.column.grid > [class*="seven wide widescreen"].column { width: 43.75% !important; } .moonlightui-layout.grid > .row > [class*="eight wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="eight wide widescreen"].column, .moonlightui-layout.grid > [class*="eight wide widescreen"].column, .moonlightui-layout.column.grid > [class*="eight wide widescreen"].column { width: 50% !important; } .moonlightui-layout.grid > .row > [class*="nine wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="nine wide widescreen"].column, .moonlightui-layout.grid > [class*="nine wide widescreen"].column, .moonlightui-layout.column.grid > [class*="nine wide widescreen"].column { width: 56.25% !important; } .moonlightui-layout.grid > .row > [class*="ten wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="ten wide widescreen"].column, .moonlightui-layout.grid > [class*="ten wide widescreen"].column, .moonlightui-layout.column.grid > [class*="ten wide widescreen"].column { width: 62.5% !important; } .moonlightui-layout.grid > .row > [class*="eleven wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="eleven wide widescreen"].column, .moonlightui-layout.grid > [class*="eleven wide widescreen"].column, .moonlightui-layout.column.grid > [class*="eleven wide widescreen"].column { width: 68.75% !important; } .moonlightui-layout.grid > .row > [class*="twelve wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="twelve wide widescreen"].column, .moonlightui-layout.grid > [class*="twelve wide widescreen"].column, .moonlightui-layout.column.grid > [class*="twelve wide widescreen"].column { width: 75% !important; } .moonlightui-layout.grid > .row > [class*="thirteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="thirteen wide widescreen"].column, .moonlightui-layout.grid > [class*="thirteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="thirteen wide widescreen"].column { width: 81.25% !important; } .moonlightui-layout.grid > .row > [class*="fourteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="fourteen wide widescreen"].column, .moonlightui-layout.grid > [class*="fourteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="fourteen wide widescreen"].column { width: 87.5% !important; } .moonlightui-layout.grid > .row > [class*="fifteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="fifteen wide widescreen"].column, .moonlightui-layout.grid > [class*="fifteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="fifteen wide widescreen"].column { width: 93.75% !important; } .moonlightui-layout.grid > .row > [class*="sixteen wide widescreen"].column, .moonlightui-layout.grid > .column.row > [class*="sixteen wide widescreen"].column, .moonlightui-layout.grid > [class*="sixteen wide widescreen"].column, .moonlightui-layout.column.grid > [class*="sixteen wide widescreen"].column { width: 100% !important; } } /*---------------------- Centered -----------------------*/ .moonlightui-layout.centered.grid, .moonlightui-layout.centered.grid > .row, .moonlightui-layout.grid > .centered.row { text-align: center; justify-content: center; } .moonlightui-layout.centered.grid > .column:not(.aligned):not(.justified):not(.row), .moonlightui-layout.centered.grid > .row > .column:not(.aligned):not(.justified), .moonlightui-layout.grid .centered.row > .column:not(.aligned):not(.justified) { text-align: left; } .moonlightui-layout.grid > .centered.column, .moonlightui-layout.grid > .row > .centered.column { display: block; margin-left: auto; margin-right: auto; } /*---------------------- Relaxed -----------------------*/ .moonlightui-layout.relaxed.grid > .column:not(.row), .moonlightui-layout.relaxed.grid > .row > .column, .moonlightui-layout.grid > .relaxed.row > .column { padding-left: 1.5rem; padding-right: 1.5rem; } .moonlightui-layout[class*="very relaxed"].grid > .column:not(.row), .moonlightui-layout[class*="very relaxed"].grid > .row > .column, .moonlightui-layout.grid > [class*="very relaxed"].row > .column { padding-left: 2.5rem; padding-right: 2.5rem; } /* Coupling with UI Divider */ .moonlightui-layout.relaxed.grid .row + .moonlightui-layout.divider, .moonlightui-layout.grid .relaxed.row + .moonlightui-layout.divider { margin-left: 1.5rem; margin-right: 1.5rem; } .moonlightui-layout[class*="very relaxed"].grid .row + .moonlightui-layout.divider, .moonlightui-layout.grid [class*="very relaxed"].row + .moonlightui-layout.divider { margin-left: 2.5rem; margin-right: 2.5rem; } /*---------------------- Padded -----------------------*/ .moonlightui-layout.padded.grid:not(.vertically):not(.horizontally) { margin: 0em !important; } [class*="horizontally padded"].moonlightui-layout.grid { margin-left: 0em !important; margin-right: 0em !important; } [class*="vertically padded"].moonlightui-layout.grid { margin-top: 0em !important; margin-bottom: 0em !important; } /*---------------------- "Floated" -----------------------*/ .moonlightui-layout.grid [class*="left floated"].column { margin-right: auto; } .moonlightui-layout.grid [class*="right floated"].column { margin-left: auto; } /*---------------------- Divided -----------------------*/ .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .column:not(.row), .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .row > .column { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } /* Swap from padding to margin on columns to have dividers align */ .moonlightui-layout[class*="vertically divided"].grid > .column:not(.row), .moonlightui-layout[class*="vertically divided"].grid > .row > .column { margin-top: 0rem; margin-bottom: 0rem; padding-top: 0rem; padding-bottom: 0rem; } .moonlightui-layout[class*="vertically divided"].grid > .row { margin-top: 0em; margin-bottom: 0em; } /* No divider on first column on row */ .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: none; } /* No space on top of first row */ .moonlightui-layout[class*="vertically divided"].grid > .row:first-child > .column { margin-top: 0em; } /* Divided Row */ .moonlightui-layout.grid > .divided.row > .column { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid > .divided.row > .column:first-child { box-shadow: none; } /* Vertically Divided */ .moonlightui-layout[class*="vertically divided"].grid > .row { position: relative; } .moonlightui-layout[class*="vertically divided"].grid > .row:before { position: absolute; content: ""; top: 0em; left: 0px; width: "calc(100% - 0rem)"; height: 1px; margin: 0% 0rem; box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } /* Padded Horizontally Divided */ [class*="horizontally padded"].moonlightui-layout.divided.grid, .moonlightui-layout.padded.divided.grid:not(.vertically):not(.horizontally) { width: 100%; } /* First Row Vertically Divided */ .moonlightui-layout[class*="vertically divided"].grid > .row:first-child:before { box-shadow: none; } /* Inverted Divided */ .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row), .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column { box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1); } .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child, .moonlightui-layout.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: none; } .moonlightui-layout.inverted[class*="vertically divided"].grid > .row:before { box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1); } /* Relaxed */ .moonlightui-layout.relaxed[class*="vertically divided"].grid > .row:before { margin-left: 1.5rem; margin-right: 1.5rem; width: "calc(100% - 3rem)"; } .moonlightui-layout[class*="very relaxed"][class*="vertically divided"].grid > .row:before { margin-left: 5rem; margin-right: 5rem; width: "calc(100% - 5rem)"; } /*---------------------- Celled -----------------------*/ .moonlightui-layout.celled.grid { width: 100%; margin: 1em 0em; box-shadow: 0px 0px 0px 1px #D4D4D5; } .moonlightui-layout.celled.grid > .row { width: 100% !important; margin: 0em; padding: 0em; box-shadow: 0px -1px 0px 0px #D4D4D5; } .moonlightui-layout.celled.grid > .column:not(.row), .moonlightui-layout.celled.grid > .row > .column { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout.celled.grid > .column:first-child, .moonlightui-layout.celled.grid > .row > .column:first-child { box-shadow: none; } .moonlightui-layout.celled.grid > .column:not(.row), .moonlightui-layout.celled.grid > .row > .column { padding: 1em; } .moonlightui-layout.relaxed.celled.grid > .column:not(.row), .moonlightui-layout.relaxed.celled.grid > .row > .column { padding: 1.5em; } .moonlightui-layout[class*="very relaxed"].celled.grid > .column:not(.row), .moonlightui-layout[class*="very relaxed"].celled.grid > .row > .column { padding: 2em; } /* Internally Celled */ .moonlightui-layout[class*="internally celled"].grid { box-shadow: none; margin: 0em; } .moonlightui-layout[class*="internally celled"].grid > .row:first-child { box-shadow: none; } .moonlightui-layout[class*="internally celled"].grid > .row > .column:first-child { box-shadow: none; } /*---------------------- Vertically Aligned -----------------------*/ /* Top Aligned */ .moonlightui-layout[class*="top aligned"].grid > .column:not(.row), .moonlightui-layout[class*="top aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="top aligned"].row > .column, .moonlightui-layout.grid > [class*="top aligned"].column:not(.row), .moonlightui-layout.grid > .row > [class*="top aligned"].column { flex-direction: column; vertical-align: top; align-self: flex-start !important; } /* Middle Aligned */ .moonlightui-layout[class*="middle aligned"].grid > .column:not(.row), .moonlightui-layout[class*="middle aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="middle aligned"].row > .column, .moonlightui-layout.grid > [class*="middle aligned"].column:not(.row), .moonlightui-layout.grid > .row > [class*="middle aligned"].column { flex-direction: column; vertical-align: middle; align-self: center !important; } /* Bottom Aligned */ .moonlightui-layout[class*="bottom aligned"].grid > .column:not(.row), .moonlightui-layout[class*="bottom aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="bottom aligned"].row > .column, .moonlightui-layout.grid > [class*="bottom aligned"].column:not(.row), .moonlightui-layout.grid > .row > [class*="bottom aligned"].column { flex-direction: column; vertical-align: bottom; align-self: flex-end !important; } /* Stretched */ .moonlightui-layout.stretched.grid > .row > .column, .moonlightui-layout.stretched.grid > .column, .moonlightui-layout.grid > .stretched.row > .column, .moonlightui-layout.grid > .stretched.column:not(.row), .moonlightui-layout.grid > .row > .stretched.column { display: inline-flex !important; align-self: stretch; flex-direction: column; } .moonlightui-layout.stretched.grid > .row > .column > *, .moonlightui-layout.stretched.grid > .column > *, .moonlightui-layout.grid > .stretched.row > .column > *, .moonlightui-layout.grid > .stretched.column:not(.row) > *, .moonlightui-layout.grid > .row > .stretched.column > * { flex-grow: 1; } /*---------------------- Horizontally Centered -----------------------*/ /* Left Aligned */ .moonlightui-layout[class*="left aligned"].grid > .column, .moonlightui-layout[class*="left aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="left aligned"].row > .column, .moonlightui-layout.grid > [class*="left aligned"].column.column, .moonlightui-layout.grid > .row > [class*="left aligned"].column.column { text-align: left; align-self: inherit; } /* Center Aligned */ .moonlightui-layout[class*="center aligned"].grid > .column, .moonlightui-layout[class*="center aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="center aligned"].row > .column, .moonlightui-layout.grid > [class*="center aligned"].column.column, .moonlightui-layout.grid > .row > [class*="center aligned"].column.column { text-align: center; align-self: inherit; } .moonlightui-layout[class*="center aligned"].grid { justify-content: center; } /* Right Aligned */ .moonlightui-layout[class*="right aligned"].grid > .column, .moonlightui-layout[class*="right aligned"].grid > .row > .column, .moonlightui-layout.grid > [class*="right aligned"].row > .column, .moonlightui-layout.grid > [class*="right aligned"].column.column, .moonlightui-layout.grid > .row > [class*="right aligned"].column.column { text-align: right; align-self: inherit; } /* Justified */ .moonlightui-layout.justified.grid > .column, .moonlightui-layout.justified.grid > .row > .column, .moonlightui-layout.grid > .justified.row > .column, .moonlightui-layout.grid > .justified.column.column, .moonlightui-layout.grid > .row > .justified.column.column { text-align: justify; hyphens: auto; } /*---------------------- Colored -----------------------*/ .moonlightui-layout.grid > .row > .red.column, .moonlightui-layout.grid > .row > .orange.column, .moonlightui-layout.grid > .row > .yellow.column, .moonlightui-layout.grid > .row > .olive.column, .moonlightui-layout.grid > .row > .green.column, .moonlightui-layout.grid > .row > .teal.column, .moonlightui-layout.grid > .row > .blue.column, .moonlightui-layout.grid > .row > .violet.column, .moonlightui-layout.grid > .row > .purple.column, .moonlightui-layout.grid > .row > .pink.column, .moonlightui-layout.grid > .row > .brown.column, .moonlightui-layout.grid > .row > .grey.column, .moonlightui-layout.grid > .row > .black.column { margin-top: 0rem; margin-bottom: 0rem; padding-top: 0rem; padding-bottom: 0rem; } /* Red */ .moonlightui-layout.grid > .red.row, .moonlightui-layout.grid > .red.column, .moonlightui-layout.grid > .row > .red.column { background-color: #DB2828 !important; color: #FFFFFF; } /* Orange */ .moonlightui-layout.grid > .orange.row, .moonlightui-layout.grid > .orange.column, .moonlightui-layout.grid > .row > .orange.column { background-color: #F2711C !important; color: #FFFFFF; } /* Yellow */ .moonlightui-layout.grid > .yellow.row, .moonlightui-layout.grid > .yellow.column, .moonlightui-layout.grid > .row > .yellow.column { background-color: #FBBD08 !important; color: #FFFFFF; } /* Olive */ .moonlightui-layout.grid > .olive.row, .moonlightui-layout.grid > .olive.column, .moonlightui-layout.grid > .row > .olive.column { background-color: #B5CC18 !important; color: #FFFFFF; } /* Green */ .moonlightui-layout.grid > .green.row, .moonlightui-layout.grid > .green.column, .moonlightui-layout.grid > .row > .green.column { background-color: #21BA45 !important; color: #FFFFFF; } /* Teal */ .moonlightui-layout.grid > .teal.row, .moonlightui-layout.grid > .teal.column, .moonlightui-layout.grid > .row > .teal.column { background-color: #00B5AD !important; color: #FFFFFF; } /* Blue */ .moonlightui-layout.grid > .blue.row, .moonlightui-layout.grid > .blue.column, .moonlightui-layout.grid > .row > .blue.column { background-color: #2185D0 !important; color: #FFFFFF; } /* Violet */ .moonlightui-layout.grid > .violet.row, .moonlightui-layout.grid > .violet.column, .moonlightui-layout.grid > .row > .violet.column { background-color: #6435C9 !important; color: #FFFFFF; } /* Purple */ .moonlightui-layout.grid > .purple.row, .moonlightui-layout.grid > .purple.column, .moonlightui-layout.grid > .row > .purple.column { background-color: #A333C8 !important; color: #FFFFFF; } /* Pink */ .moonlightui-layout.grid > .pink.row, .moonlightui-layout.grid > .pink.column, .moonlightui-layout.grid > .row > .pink.column { background-color: #E03997 !important; color: #FFFFFF; } /* Brown */ .moonlightui-layout.grid > .brown.row, .moonlightui-layout.grid > .brown.column, .moonlightui-layout.grid > .row > .brown.column { background-color: #A5673F !important; color: #FFFFFF; } /* Grey */ .moonlightui-layout.grid > .grey.row, .moonlightui-layout.grid > .grey.column, .moonlightui-layout.grid > .row > .grey.column { background-color: #767676 !important; color: #FFFFFF; } /* Black */ .moonlightui-layout.grid > .black.row, .moonlightui-layout.grid > .black.column, .moonlightui-layout.grid > .row > .black.column { background-color: #1B1C1D !important; color: #FFFFFF; } /*---------------------- Equal Width -----------------------*/ .moonlightui-layout[class*="equal width"].grid > .column:not(.row), .moonlightui-layout[class*="equal width"].grid > .row > .column, .moonlightui-layout.grid > [class*="equal width"].row > .column { display: inline-block; flex-grow: 1; } .moonlightui-layout[class*="equal width"].grid > .wide.column, .moonlightui-layout[class*="equal width"].grid > .row > .wide.column, .moonlightui-layout.grid > [class*="equal width"].row > .wide.column { flex-grow: 0; } /*---------------------- Reverse -----------------------*/ /* Mobile */ @media only screen and (max-width: 767px) { .moonlightui-layout[class*="mobile reversed"].grid, .moonlightui-layout[class*="mobile reversed"].grid > .row, .moonlightui-layout.grid > [class*="mobile reversed"].row { flex-direction: row-reverse; } .moonlightui-layout[class*="mobile vertically reversed"].grid, .moonlightui-layout.stackable[class*="mobile reversed"] { flex-direction: column-reverse; } /* Divided Reversed */ .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, .moonlightui-layout[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { box-shadow: none; } /* Vertically Divided Reversed */ .moonlightui-layout.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before { box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before { box-shadow: none; } /* Celled Reversed */ .moonlightui-layout[class*="mobile reversed"].celled.grid > .row > .column:first-child { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout[class*="mobile reversed"].celled.grid > .row > .column:last-child { box-shadow: none; } } /* Tablet */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout[class*="tablet reversed"].grid, .moonlightui-layout[class*="tablet reversed"].grid > .row, .moonlightui-layout.grid > [class*="tablet reversed"].row { flex-direction: row-reverse; } .moonlightui-layout[class*="tablet vertically reversed"].grid { flex-direction: column-reverse; } /* Divided Reversed */ .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, .moonlightui-layout[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { box-shadow: none; } /* Vertically Divided Reversed */ .moonlightui-layout.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before { box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before { box-shadow: none; } /* Celled Reversed */ .moonlightui-layout[class*="tablet reversed"].celled.grid > .row > .column:first-child { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout[class*="tablet reversed"].celled.grid > .row > .column:last-child { box-shadow: none; } } /* Computer */ @media only screen and (min-width: 992px) { .moonlightui-layout[class*="computer reversed"].grid, .moonlightui-layout[class*="computer reversed"].grid > .row, .moonlightui-layout.grid > [class*="computer reversed"].row { flex-direction: row-reverse; } .moonlightui-layout[class*="computer vertically reversed"].grid { flex-direction: column-reverse; } /* Divided Reversed */ .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child, .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child, .moonlightui-layout[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child { box-shadow: none; } /* Vertically Divided Reversed */ .moonlightui-layout.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before { box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); } .moonlightui-layout.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before { box-shadow: none; } /* Celled Reversed */ .moonlightui-layout[class*="computer reversed"].celled.grid > .row > .column:first-child { box-shadow: -1px 0px 0px 0px #D4D4D5; } .moonlightui-layout[class*="computer reversed"].celled.grid > .row > .column:last-child { box-shadow: none; } } /*------------------- Doubling --------------------*/ /* Tablet Only */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout.doubling.grid { width: auto; } .moonlightui-layout.grid > .doubling.row, .moonlightui-layout.doubling.grid > .row { margin: 0em !important; padding: 0em !important; } .moonlightui-layout.grid > .doubling.row > .column, .moonlightui-layout.doubling.grid > .row > .column { display: inline-block !important; padding-top: 0rem !important; padding-bottom: 0rem !important; box-shadow: none !important; margin: 0em; } .moonlightui-layout[class*="two column"].doubling.grid > .row > .column, .moonlightui-layout[class*="two column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="two column"].doubling.row.row > .column { width: 100% !important; } .moonlightui-layout[class*="three column"].doubling.grid > .row > .column, .moonlightui-layout[class*="three column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="three column"].doubling.row.row > .column { width: 50% !important; } .moonlightui-layout[class*="four column"].doubling.grid > .row > .column, .moonlightui-layout[class*="four column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="four column"].doubling.row.row > .column { width: 50% !important; } .moonlightui-layout[class*="five column"].doubling.grid > .row > .column, .moonlightui-layout[class*="five column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="five column"].doubling.row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="six column"].doubling.grid > .row > .column, .moonlightui-layout[class*="six column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="six column"].doubling.row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="seven column"].doubling.grid > .row > .column, .moonlightui-layout[class*="seven column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="seven column"].doubling.row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="eight column"].doubling.grid > .row > .column, .moonlightui-layout[class*="eight column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="eight column"].doubling.row.row > .column { width: 25% !important; } .moonlightui-layout[class*="nine column"].doubling.grid > .row > .column, .moonlightui-layout[class*="nine column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="nine column"].doubling.row.row > .column { width: 25% !important; } .moonlightui-layout[class*="ten column"].doubling.grid > .row > .column, .moonlightui-layout[class*="ten column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="ten column"].doubling.row.row > .column { width: 20% !important; } .moonlightui-layout[class*="eleven column"].doubling.grid > .row > .column, .moonlightui-layout[class*="eleven column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="eleven column"].doubling.row.row > .column { width: 20% !important; } .moonlightui-layout[class*="twelve column"].doubling.grid > .row > .column, .moonlightui-layout[class*="twelve column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="twelve column"].doubling.row.row > .column { width: 16.66667% !important; } .moonlightui-layout[class*="thirteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="thirteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="thirteen column"].doubling.row.row > .column { width: 16.66667% !important; } .moonlightui-layout[class*="fourteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="fourteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="fourteen column"].doubling.row.row > .column { width: 14.28571% !important; } .moonlightui-layout[class*="fifteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="fifteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="fifteen column"].doubling.row.row > .column { width: 14.28571% !important; } .moonlightui-layout[class*="sixteen column"].doubling.grid > .row > .column, .moonlightui-layout[class*="sixteen column"].doubling.grid > .column:not(.row), .moonlightui-layout.grid > [class*="sixteen column"].doubling.row.row > .column { width: 12.5% !important; } } /* Mobile Only */ @media only screen and (max-width: 767px) { .moonlightui-layout.grid > .doubling.row, .moonlightui-layout.doubling.grid > .row { margin: 0em !important; padding: 0em !important; } .moonlightui-layout.grid > .doubling.row > .column, .moonlightui-layout.doubling.grid > .row > .column { padding-top: 0rem !important; padding-bottom: 0rem !important; margin: 0em !important; box-shadow: none !important; } .moonlightui-layout[class*="two column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="two column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="two column"].doubling:not(.stackable).row.row > .column { width: 100% !important; } .moonlightui-layout[class*="three column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="three column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="three column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="four column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="four column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="four column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="five column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="five column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="five column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="six column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="six column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="six column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="seven column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="eight column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column { width: 50% !important; } .moonlightui-layout[class*="nine column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="ten column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="eleven column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="twelve column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column { width: 33.33333% !important; } .moonlightui-layout[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column { width: 25% !important; } .moonlightui-layout[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column { width: 25% !important; } .moonlightui-layout[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column, .moonlightui-layout[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row), .moonlightui-layout.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column { width: 25% !important; } } /*------------------- Stackable --------------------*/ @media only screen and (max-width: 767px) { .moonlightui-layout.stackable.grid { width: auto; margin-left: 0em !important; margin-right: 0em !important; } .moonlightui-layout.stackable.grid > .row > .wide.column, .moonlightui-layout.stackable.grid > .wide.column, .moonlightui-layout.stackable.grid > .column.grid > .column, .moonlightui-layout.stackable.grid > .column.row > .column, .moonlightui-layout.stackable.grid > .row > .column, .moonlightui-layout.stackable.grid > .column:not(.row), .moonlightui-layout.grid > .stackable.stackable.row > .column { width: 100% !important; margin: 0em 0em !important; box-shadow: none !important; padding: 0rem 0rem !important; } .moonlightui-layout.stackable.grid:not(.vertically) > .row { margin: 0em; padding: 0em; } /* Coupling */ .moonlightui-layout.container > .moonlightui-layout.stackable.grid > .column, .moonlightui-layout.container > .moonlightui-layout.stackable.grid > .row > .column { padding-left: 0em !important; padding-right: 0em !important; } /* Don't pad inside segment or nested grid */ .moonlightui-layout.grid .moonlightui-layout.stackable.grid, .moonlightui-layout.segment:not(.vertical) .moonlightui-layout.stackable.page.grid { margin-left: 0rem !important; margin-right: 0rem !important; } /* Divided Stackable */ .moonlightui-layout.stackable.divided.grid > .row:first-child > .column:first-child, .moonlightui-layout.stackable.celled.grid > .row:first-child > .column:first-child, .moonlightui-layout.stackable.divided.grid > .column:not(.row):first-child, .moonlightui-layout.stackable.celled.grid > .column:not(.row):first-child { border-top: none !important; } .moonlightui-layout.inverted.stackable.celled.grid > .column:not(.row), .moonlightui-layout.inverted.stackable.divided.grid > .column:not(.row), .moonlightui-layout.inverted.stackable.celled.grid > .row > .column, .moonlightui-layout.inverted.stackable.divided.grid > .row > .column { border-top: 1px solid rgba(255, 255, 255, 0.1); } .moonlightui-layout.stackable.celled.grid > .column:not(.row), .moonlightui-layout.stackable.divided:not(.vertically).grid > .column:not(.row), .moonlightui-layout.stackable.celled.grid > .row > .column, .moonlightui-layout.stackable.divided:not(.vertically).grid > .row > .column { border-top: 1px solid rgba(34, 36, 38, 0.15); box-shadow: none !important; padding-top: 0rem !important; padding-bottom: 0rem !important; } .moonlightui-layout.stackable.celled.grid > .row { box-shadow: none !important; } .moonlightui-layout.stackable.divided:not(.vertically).grid > .column:not(.row), .moonlightui-layout.stackable.divided:not(.vertically).grid > .row > .column { padding-left: 0em !important; padding-right: 0em !important; } } /*---------------------- Only (Device) -----------------------*/ /* These include arbitrary class repetitions for forced specificity */ /* Mobile Only Hide */ @media only screen and (max-width: 767px) { .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="computer only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="computer only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="computer only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="large screen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Tablet Only Hide */ @media only screen and (min-width: 768px) and (max-width: 991px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.tablet), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) { display: none !important; } .moonlightui-layout[class*="computer only"].grid.grid.grid:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="computer only"].row:not(.tablet), .moonlightui-layout.grid.grid.grid > [class*="computer only"].column:not(.tablet), .moonlightui-layout.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) { display: none !important; } .moonlightui-layout[class*="large screen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Computer Only Hide */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="large screen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="large screen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Large Screen Only Hide */ @media only screen and (min-width: 1400px) and (max-width: 1919px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="widescreen only"].grid.grid.grid:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].row:not(.mobile), .moonlightui-layout.grid.grid.grid > [class*="widescreen only"].column:not(.mobile), .moonlightui-layout.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) { display: none !important; } } /* Widescreen Only Hide */ @media only screen and (min-width: 1900px) { .moonlightui-layout[class*="mobile only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="mobile only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { display: none !important; } .moonlightui-layout[class*="tablet only"].grid.grid.grid:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].row:not(.computer), .moonlightui-layout.grid.grid.grid > [class*="tablet only"].column:not(.computer), .moonlightui-layout.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { display: none !important; } } .moonlightui-layout-example .column { padding: 15px !important; margin-bottom: 2px; margin-right: 2px; background-color: #4B4B4B; border: 1px solid #404040; border-radius: 5px; } /* Moonlight UI Logo */ .moonlightui-logo { border: 1px solid black; background-color: #292929; border-radius: 3px; padding-left: 5px; padding-right: 5px; width: 35px; height: 30px; margin-right: 10px; margin-top: 8px; text-align: center; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /* Modal dailog */ .moonlightui-modal { z-index: 10000; background-color: #333333; position: absolute; left: 50%; top: 50px; margin-left: -400px; width: 800px; height: 640px; border-radius: 3px; -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75); box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75); font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-modal-header { background-color: #373737; border-radius: 3px 3px 0 0; position: absolute; top: 0; left: 0; right: 0; line-height: 22px; height: 22px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; color: white; text-align: center; vertical-align: middle; font-size: 11px; font-weight: bold; } .moonlightui-modal-header.moonlightui-modal-app-header { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */ background: #3C3C3C; /* Old browsers */ background: -moz-linear-gradient(top, #3C3C3C 0%, #333333 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #3C3C3C 0%, #333333 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #3C3C3C 0%, #333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$modal-main-begin', endColorstr='$modal-main-end',GradientType=0 ); /* IE6-9 */ border-radius: 3px 3px 0 0; border-top: 1px solid #575757; position: absolute; top: 0; left: 0; right: 0; line-height: 22px; height: 22px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; color: white; text-align: center; vertical-align: middle; font-size: 11px; font-weight: bold; } .moonlightui-modal-close { border-radius: 12px; width: 12px; height: 12px; line-height: 22px; top: 5px; left: 5px; margin-left: 5px; margin-right: 5px; vertical-align: middle; background-color: #FF5154; position: absolute; float: left; } .moonlightui-modal-min { border-radius: 12px; width: 12px; height: 12px; background-color: #FFBA39; line-height: 22px; top: 5px; left: 25px; position: absolute; margin-left: 5px; margin-right: 5px; vertical-align: middle; float: left; } .moonlightui-modal-max { border-radius: 12px; width: 12px; height: 12px; background-color: #00CC55; line-height: 22px; top: 5px; left: 45px; position: absolute; margin-left: 5px; margin-right: 5px; vertical-align: middle; float: left; } .moonlightui-modal-disable { background-color: #CFCFCF; } .moonlightui-modal-body { position: absolute; left: 0; top: 22px; right: 0; bottom: 0; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; color: white; } .moonlightui-modal-body-btn-bottom-fixed { position: absolute; left: 0; bottom: 0; right: 0; height: 30px; border-top: 1px solid gray; background-color: dimgrey; border-radius: 0 0 3px 3px; padding-top: 2px; } .moonlightui-modal-body-btn-bottom-fixed .moonlightui-btn { float: right; padding-right: 5px; } .moonlightui-modal-help-iframe { position: absolute; left: 0; top: 0px; right: 0; bottom: 0px; border: none; width: 100%; height: 100%; } /* jQuery Resizable */ .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } /* Moonlight Navigation Bar */ .moonlightui-navbar { height: 40px; margin: 0; vertical-align: middle; padding-left: 10px; font-size: 14px; color: white; line-height: 40px; width: 100%; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-navbar-left { position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: 0; margin-top: 10px; } .moonlightui-navbar-left li { list-style-type: none; list-style: none; display: block; margin-bottom: 5px; padding: 0; } .moonlightui-navbar-left li.moonlightui-navbar-left-item { border: 1px solid #292929; border-radius: 3px; padding-left: 5px; padding-right: 5px; width: 35px; height: 30px; margin-right: 10px; margin-top: 8px; text-align: center; margin-left: -30px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-navbar-left li.moonlightui-navbar-left-item.active { border: 1px solid #000; background-color: #292929; border-radius: 3px; padding-left: 5px; padding-right: 5px; width: 35px; height: 30px; margin-right: 10px; margin-top: 8px; text-align: center; margin-left: -30px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /*************** SCROLLBAR BASE CSS ***************/ .scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; } .scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; } .scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; } .scroll-element { display: none; } .scroll-element, .scroll-element div { box-sizing: content-box; } .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; } .scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; } .scroll-textarea { border: 1px solid #cccccc; border-top-color: #999999; } .scroll-textarea > .scroll-content { overflow: hidden !important; } .scroll-textarea > .scroll-content > textarea { border: none !important; box-sizing: border-box; height: 100% !important; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; outline: none; padding: 2px; position: relative !important; top: 0; width: 100% !important; } .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0; width: 0; } /*************** SIMPLE INNER SCROLLBAR ***************/ .moonlightui-scrollbar-inner > .scroll-element, .moonlightui-scrollbar-inner > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; } .moonlightui-scrollbar-inner > .scroll-element div { display: block; bottom: 0; left: 0; top: 0; right: 0; } .moonlightui-scrollbar-inner > .scroll-element.scroll-x { bottom: 2px; height: 8px; left: 0; right: 0; } .moonlightui-scrollbar-inner > .scroll-element.scroll-y { bottom: 5px; right: 2px; top: 0; width: 8px; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_outer { overflow: hidden; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_outer, .moonlightui-scrollbar-inner > .scroll-element .scroll-element_track, .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_track, .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; filter: alpha(opacity=10); opacity: 0.1; } .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; } .moonlightui-scrollbar-inner > .scroll-element .scroll-element_track { background-color: #1B1C1D; } .moonlightui-scrollbar-inner > .scroll-element .scroll-bar { background-color: #FFFFFF; } .moonlightui-scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #FFFFFF; } .moonlightui-scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #FFFFFF; } /* update scrollbar offset if both scrolls are visible */ .moonlightui-scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; } .moonlightui-scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; } .moonlightui-scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; } .moonlightui-scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; } /* Moonlight UI Status */ .moonlightui-status { color: white; text-shadow: 1px 1px 3px #1B1C1D; font-size: 12px; vertical-align: middle; padding-left: 15px; margin-bottom: 8px; line-height: 20px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } /* Moonlight UI Main System Settings */ *, *:before, *:after { box-sizing: inherit; } html { line-height: 1.5; box-sizing: border-box; } body { display: block; margin: 0; } .moonlightui { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #333333; /* Old browsers */ } /* Hidden */ .hidden { display: none; } code[class*="language-"], pre[class*="language-"] { border-radius: 0; } /* Moonlight UI Tab */ .moonlightui-main-tab { display: inline-block; color: white; padding-left: 10px; padding-right: 10px; margin-right: 3px; cursor: pointer; } .moonlightui-main-tab.active { background-color: #323333; color: white; cursor: pointer; } .jstree-default .jstree-clicked { color: #1B1C1D; } .jstree-default .jstree-hovered { color: #1B1C1D; } /* Moonlight UI Tooltip */ .moonlightui-tooltip { position: absolute; left: -1000px; top: -1000px; color: white; background-image: url("../images/moonlightui-tooltip.png"); background-repeat: repeat; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 11px; z-index: 50000; } .moonlightui-overview { border-top: 1px solid #262626; position: absolute; left: 0; top: 30px; right: 0; bottom: 0; background-color: #2E2E2E; overflow: hidden; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-item { height: 33px; background-color: #383838; border-bottom: 1px solid #262626; vertical-align: middle; line-height: 30px; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: default; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-item.selected { background-color: #0a6aa1; } .moonlightui-item-transparent { height: 33px; vertical-align: middle; line-height: 33px; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .moonlightui-item-icon { width: 28px; height: 28px; background-color: #282828; border: 1px solid #1B1C1D; display: inline-block; vertical-align: middle; line-height: 33px; margin-right: 5px; margin-left: 10px; } .moonlightui-item-icon i { font-size: 16px; padding-left: 6px; } .moonlightui-new-item { width: 150px; position: absolute; left: 0; top: 0; bottom: 0; } .moonlightui-new-item-ok { width: 30px; position: absolute; left: 142px; top: 3px; bottom: 0; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; } .error { background-color: rgba(255, 0, 0, 0.5); color: white; font-family: -apple-system, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif, Arial; font-size: 12px; padding: 5px; padding-left: 10px; border-top: 1px solid rgba(200, 0, 0, 0.5); bottom: 30px; left: 0; right: 0; height: 30px; position: absolute; } .error-input { background-color: rgba(255, 0, 0, 0.3); border: 1px solid rgba(200, 0, 0, 0.3); } .error-input input { border: none; } /*# sourceMappingURL=moonlightui.css.map */
0.419886
0.06276
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Set every element's box-sizing to border-box */ * { box-sizing: border-box; } html, body { height: 100%; } html { font-size: 62.5%; } /* Variables */ /* Mix-Ins */ /* Main Styling */ .container { width: 95vw; margin: 0 auto; color: #552583; } .container header { margin-bottom: 2.5%; } .container header .menu { display: flex; justify-content: space-between; align-items: center; padding: 1% 0; width: 40%; font-size: 2rem; } @media (max-width: 500px) { .container header .menu { width: 100%; } } .container header .menu .menu-items { text-decoration: none; color: #552583; } .container .intro { background: #FDB927; padding: 5% 2.5% 2.5% 2.5%; margin-bottom: 2.5%; } .container .intro .name { border-bottom: 1px solid black; margin-bottom: 2.5%; } .container .intro .name .img-container { margin: 0 auto; text-align: center; margin-bottom: 2.5%; } .container .intro .name .img-container img { width: 40%; } .container .intro .name .name-title { font-size: 4.8rem; margin-bottom: 2.5%; } .container .intro .name .name-text { font-size: 2.8rem; margin-bottom: 2.5%; } .container .intro .intro-sub .intro-sub-text { font-size: 2.4rem; margin-bottom: 2.5%; } .container .intro .intro-sub .button { cursor: pointer; font-size: 1.6rem; width: 15%; background: #552583; color: #fff; border-radius: 5px; border: none; padding: 10px; text-align: center; } .container .intro .intro-sub .button:hover { cursor: pointer; background: #000; color: #FDB927; } .container .about-me { display: flex; justify-content: space-between; align-items: center; padding: 1% 0; align-items: flex-start; margin-bottom: 2.5%; } @media (max-width: 500px) { .container .about-me { flex-direction: column; justify-content: space-between; } } .container .about-me .listen-up { flex-basis: 45%; } @media (max-width: 500px) { .container .about-me .listen-up { flex-basis: 100%; margin-bottom: 5%; } } .container .about-me .listen-up .listen-up-title { font-size: 3.2rem; margin-bottom: 2.5%; } .container .about-me .listen-up .listen-up-text { font-size: 2.2rem; } .container .about-me .skills { flex-basis: 45%; } @media (max-width: 500px) { .container .about-me .skills { width: 95%; margin-bottom: 5%; } } .container .about-me .skills .skills-title { font-size: 3.2rem; margin-bottom: 2.5%; } .container .about-me .skills .skills-list { display: flex; justify-content: space-between; align-items: center; padding: 1% 0; flex-direction: column; align-items: flex-start; } .container .about-me .skills .skills-list .skills-items { font-size: 2.2rem; width: 100%; padding: 3% 2%; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; } .container .about-me .skills .skills-list #first-item { border-top: 1px solid black; } .container .work-history { margin-bottom: 2.5%; } @media (max-width: 500px) { .container .work-history { margin-bottom: 5%; } } .container .work-history .work-history-title { font-size: 3.2rem; margin-bottom: 2.5%; } .container .work-history table { font-size: 2rem; width: 100%; border-collapse: collapse; } .container .work-history table .work-history-heading { font-weight: bold; } .container .work-history table .work-history-heading .work-history-heading-item { text-align: left; border-bottom: 1px solid black; padding-bottom: 1%; } .container .work-history table .work-history-jobs .work-history-jobs-item { padding-top: 1%; } .container .work-history table .work-history-jobs .year { font-weight: bold; } .container .contact { width: 100%; margin-bottom: 2.5%; font-size: 2.2rem; } .container .contact .contact-form { width: 95%; } .container .contact .contact-form div label input { width: 100%; box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff; border: 1px solid #ccc; background: #fff; margin: 5px 0 15px 0; padding: 10px; border-radius: 5px; } .container .contact .contact-form div label textarea { width: 100%; box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff; border: 1px solid #ccc; background: #fff; margin: 5px 0 15px 0; padding: 10px; border-radius: 5px; } .container .contact .contact-form div button { cursor: pointer; font-size: 1.6rem; width: 15%; background: #552583; color: #fff; border-radius: 5px; border: none; padding: 10px; } .container .contact .contact-form div button:hover { background: #000; color: #FDB927; } .container footer { height: 10vh; display: flex; justify-content: space-between; align-items: center; padding: 1% 0; justify-content: center; background: #552583; color: #fff; } .container footer .footer-text { font-size: 1.8rem; }
css/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Set every element's box-sizing to border-box */ * { box-sizing: border-box; } html, body { height: 100%; } html { font-size: 62.5%; } /* Variables */ /* Mix-Ins */ /* Main Styling */ .container { width: 95vw; margin: 0 auto; color: #552583; } .container header { margin-bottom: 2.5%; } .container header .menu { display: flex; justify-content: space-between; align-items: center; padding: 1% 0; width: 40%; font-size: 2rem; } @media (max-width: 500px) { .container header .menu { width: 100%; } } .container header .menu .menu-items { text-decoration: none; color: #552583; } .container .intro { background: #FDB927; padding: 5% 2.5% 2.5% 2.5%; margin-bottom: 2.5%; } .container .intro .name { border-bottom: 1px solid black; margin-bottom: 2.5%; } .container .intro .name .img-container { margin: 0 auto; text-align: center; margin-bottom: 2.5%; } .container .intro .name .img-container img { width: 40%; } .container .intro .name .name-title { font-size: 4.8rem; margin-bottom: 2.5%; } .container .intro .name .name-text { font-size: 2.8rem; margin-bottom: 2.5%; } .container .intro .intro-sub .intro-sub-text { font-size: 2.4rem; margin-bottom: 2.5%; } .container .intro .intro-sub .button { cursor: pointer; font-size: 1.6rem; width: 15%; background: #552583; color: #fff; border-radius: 5px; border: none; padding: 10px; text-align: center; } .container .intro .intro-sub .button:hover { cursor: pointer; background: #000; color: #FDB927; } .container .about-me { display: flex; justify-content: space-between; align-items: center; padding: 1% 0; align-items: flex-start; margin-bottom: 2.5%; } @media (max-width: 500px) { .container .about-me { flex-direction: column; justify-content: space-between; } } .container .about-me .listen-up { flex-basis: 45%; } @media (max-width: 500px) { .container .about-me .listen-up { flex-basis: 100%; margin-bottom: 5%; } } .container .about-me .listen-up .listen-up-title { font-size: 3.2rem; margin-bottom: 2.5%; } .container .about-me .listen-up .listen-up-text { font-size: 2.2rem; } .container .about-me .skills { flex-basis: 45%; } @media (max-width: 500px) { .container .about-me .skills { width: 95%; margin-bottom: 5%; } } .container .about-me .skills .skills-title { font-size: 3.2rem; margin-bottom: 2.5%; } .container .about-me .skills .skills-list { display: flex; justify-content: space-between; align-items: center; padding: 1% 0; flex-direction: column; align-items: flex-start; } .container .about-me .skills .skills-list .skills-items { font-size: 2.2rem; width: 100%; padding: 3% 2%; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; } .container .about-me .skills .skills-list #first-item { border-top: 1px solid black; } .container .work-history { margin-bottom: 2.5%; } @media (max-width: 500px) { .container .work-history { margin-bottom: 5%; } } .container .work-history .work-history-title { font-size: 3.2rem; margin-bottom: 2.5%; } .container .work-history table { font-size: 2rem; width: 100%; border-collapse: collapse; } .container .work-history table .work-history-heading { font-weight: bold; } .container .work-history table .work-history-heading .work-history-heading-item { text-align: left; border-bottom: 1px solid black; padding-bottom: 1%; } .container .work-history table .work-history-jobs .work-history-jobs-item { padding-top: 1%; } .container .work-history table .work-history-jobs .year { font-weight: bold; } .container .contact { width: 100%; margin-bottom: 2.5%; font-size: 2.2rem; } .container .contact .contact-form { width: 95%; } .container .contact .contact-form div label input { width: 100%; box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff; border: 1px solid #ccc; background: #fff; margin: 5px 0 15px 0; padding: 10px; border-radius: 5px; } .container .contact .contact-form div label textarea { width: 100%; box-shadow: inset 0 1px 2px #ddd, 0 1px 0 #fff; border: 1px solid #ccc; background: #fff; margin: 5px 0 15px 0; padding: 10px; border-radius: 5px; } .container .contact .contact-form div button { cursor: pointer; font-size: 1.6rem; width: 15%; background: #552583; color: #fff; border-radius: 5px; border: none; padding: 10px; } .container .contact .contact-form div button:hover { background: #000; color: #FDB927; } .container footer { height: 10vh; display: flex; justify-content: space-between; align-items: center; padding: 1% 0; justify-content: center; background: #552583; color: #fff; } .container footer .footer-text { font-size: 1.8rem; }
0.406391
0.053108
* { /* Reset browsers default margin, padding and font sizes */ margin: 0; padding: 0; font-size:12px; } .forumbg { background: #ebebeb none repeat-x 0 0; margin-bottom: 4px; padding: 0 5px; clear: both; } ul.topiclist { display: block; list-style-type: none; margin: 0; font-size: 12px; } ul.topiclist li { display: block; color: #777777; margin: 0; } ul.topiclist dl { height: 1%; overflow: hidden; position: relative; } dl.icon { min-height: 35px; height: auto !important; background-position: 10px 50%; /* Position of folder icon */ background-repeat: no-repeat; } ul.topiclist dt { font-size: 12px; padding-top:2px; } li.header { font-size: 12px; } li.header dl { color: #FFFFFF; background-image: url( ../images/cellpic3.gif ); background-repeat: repeat-x; font-size: 12px; font-weight: bold; } li.header dt { font-size: 12px; line-height: 1em; border-left-width: 0; margin: 2px 0 4px 0; color: #FFFFFF; padding-top: 2px; padding-bottom: 2px; text-transform: uppercase; } li.header dd { font-size: 12px; line-height: 1em; border-left-width: 0; margin: 2px 0 4px 0; color: #FFFFFF; padding-top: 2px; padding-bottom: 2px; text-transform: uppercase; } ul.topiclist dt { font-family: Tahoma, Helvetica, Arial, Sans-serif; font-size: 1.2em; } ul.topiclist dt { display: block; float: left; width: 50%; font-size: 1.1em; padding-left: 5px; padding-right: 5px; } li.header dd { font-size: 1.2em; color: #FFFFFF; } ul.topiclist dd { border-left-color: #FFFFFF; } ul.topiclist dd { display: block; float: left; border-left: 1px solid #FFFFFF; padding: 4px 0; } dd.posts { width: 9%; text-align: center; line-height: 2.2em; font-size: 12px; } dd.author { width: 12%; text-align: center; line-height: 2.2em; font-size: 12px; } dd.forum { width: 12%; text-align: center; line-height: 2.2em; font-size: 12px; } dd.views { width: 8%; text-align: center; line-height: 2.2em; font-size: 1.2em; } dd.lastpost { width: 24%; font-size: 11px; } dd.lastpost span { display: block; padding-left: 5px; } li.row { background-color: #e8ecee; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #8f8f8f; } .bg2 { background-color: #f2f2f2; } ul.topiclist li.row dl { padding: 2px 0; } a.forumtitle, a.topictitle { font-size: 1em; } a:link { color: #105289; } a.topictitle { font-size: 12px; font-weight: bold; color: #898989; text-decoration: none; } a:link { color: #898989; text-decoration: none; } .username-coloured { font-weight: bold; display: inline !important; } ul.topiclist dfn { /* Labels for post/view counts */ display: none; } img { border-width: 0; } .bg1 { background-color: #f7f7f7; } .row .pagination { display: block; float: right; width: auto; margin-top: 0; padding: 1px 0 1px 15px; font-size: 0.9em; background: none 0 50% no-repeat; } li.row strong { color: #000000; } li.row strong { font-weight: normal; color: #000000; } .pagination { font-size: 1.1em; height: 1%; /* IE tweak (holly hack) */ width: auto; text-align: right; margin-top: 5px; float: right; } .row .pagination span a { background-color: #FFFFFF; } .pagination span a:link { font-weight: normal; text-decoration: none; color: #747474; margin: 0 2px; padding: 0 2px; background-color: #eeeeee; border: 1px solid #bababa; font-size: 0.9em; line-height: 1.5em; } .pagination span a { font-weight: normal; text-decoration: none; color: #747474; margin: 0 2px; padding: 0 2px; background-color: #eeeeee; border: 1px solid #bababa; font-size: 0.9em; line-height: 1.5em; } .pagination span.page-sep { display: none; } span.corners-bottom { background-image: none; background-position: 0 100%; margin: 0 -5px; clear: both; font-size: 1px; line-height: 1px; display: block; height: 5px; background-repeat: no-repeat; } span.corners-bottom span { background-image: none; background-position: 100% 100%; font-size: 1px; line-height: 1px; display: block; height: 5px; background-repeat: no-repeat; } fieldset.quickmod, fieldset.jumpbox, fieldset.display-options { font-size: 1.2em; } fieldset.display-options { font-size: 1.2em; text-align: center; margin: 3px 0 5px 0; } fieldset { border-width: 0; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1.1em; } fieldset.display-options a { margin-top: 3px; } a.right { padding-right: 12px; background: none no-repeat 95% 60%; } .right-box { float: right; width: auto; text-align: right; } fieldset.display-options label { white-space: nowrap; padding-right: 2px; } label { color: #425067; cursor: default; padding-right: 5px; color: #676767; } select { border-color: #666666; background-color: #FAFAFA; } select { font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; cursor: pointer; vertical-align: middle; border: 1px solid #666666; padding: 1px; background-color: #FAFAFA; } option { padding-right: 1em; } input.button2 { font-size: 1em; } label input { vertical-align: middle; } input { font-weight: normal; cursor: pointer; vertical-align: middle; padding: 0 3px; font-size: 1em; font-family: Verdana, Helvetica, Arial, sans-serif; } hr { /* Also see tweaks.css */ border: 0 none #FFFFFF; border-top: 1px solid #CCCCCC; height: 1px; margin: 5px 0; display: block; clear: both; } .topic-actions { margin-bottom: 3px; font-size: 1.1em; height: 28px; min-height: 28px; } .buttons { float: left; width: auto; height: auto; } .buttons div.post-icon { width: 96px; height: 25px; } .buttons div { float: left; margin: 0 5px 0 0; background-position: 0 100%; } .buttons div a { display: block; width: 100%; height: 100%; background-position: 0 0; position: relative; overflow: hidden; } .buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer; } .pagination strong { font-weight: normal; } .pagination span strong { padding: 0 2px; margin: 0 2px; font-weight: normal; color: #FFFFFF; background-color: #bfbfbf; border: 1px solid #bfbfbf; font-size: 0.9em; } fieldset.jumpbox { font-size: 1.2em; } fieldset.jumpbox { text-align: right; margin-top: 15px; height: 2.5em; } ul.topiclist .title { font-weight: bold; font-size: 12px; background-image: url( ../images/cellpic3.gif ); color: #ffa34f; height: 25px; background-color: #01336b } div.listbody{ background:#6666ff; margin: 10px; } div.listbody-inner{ margin:3px;padding-bottom:2px; } .olstyle { list-style-type:decimal; margin-top: 5px; margin-bottom: 5px; padding-left:40px; } .olstyle li { margin: 3px; }
templates/default/styles/trydone.css
* { /* Reset browsers default margin, padding and font sizes */ margin: 0; padding: 0; font-size:12px; } .forumbg { background: #ebebeb none repeat-x 0 0; margin-bottom: 4px; padding: 0 5px; clear: both; } ul.topiclist { display: block; list-style-type: none; margin: 0; font-size: 12px; } ul.topiclist li { display: block; color: #777777; margin: 0; } ul.topiclist dl { height: 1%; overflow: hidden; position: relative; } dl.icon { min-height: 35px; height: auto !important; background-position: 10px 50%; /* Position of folder icon */ background-repeat: no-repeat; } ul.topiclist dt { font-size: 12px; padding-top:2px; } li.header { font-size: 12px; } li.header dl { color: #FFFFFF; background-image: url( ../images/cellpic3.gif ); background-repeat: repeat-x; font-size: 12px; font-weight: bold; } li.header dt { font-size: 12px; line-height: 1em; border-left-width: 0; margin: 2px 0 4px 0; color: #FFFFFF; padding-top: 2px; padding-bottom: 2px; text-transform: uppercase; } li.header dd { font-size: 12px; line-height: 1em; border-left-width: 0; margin: 2px 0 4px 0; color: #FFFFFF; padding-top: 2px; padding-bottom: 2px; text-transform: uppercase; } ul.topiclist dt { font-family: Tahoma, Helvetica, Arial, Sans-serif; font-size: 1.2em; } ul.topiclist dt { display: block; float: left; width: 50%; font-size: 1.1em; padding-left: 5px; padding-right: 5px; } li.header dd { font-size: 1.2em; color: #FFFFFF; } ul.topiclist dd { border-left-color: #FFFFFF; } ul.topiclist dd { display: block; float: left; border-left: 1px solid #FFFFFF; padding: 4px 0; } dd.posts { width: 9%; text-align: center; line-height: 2.2em; font-size: 12px; } dd.author { width: 12%; text-align: center; line-height: 2.2em; font-size: 12px; } dd.forum { width: 12%; text-align: center; line-height: 2.2em; font-size: 12px; } dd.views { width: 8%; text-align: center; line-height: 2.2em; font-size: 1.2em; } dd.lastpost { width: 24%; font-size: 11px; } dd.lastpost span { display: block; padding-left: 5px; } li.row { background-color: #e8ecee; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #8f8f8f; } .bg2 { background-color: #f2f2f2; } ul.topiclist li.row dl { padding: 2px 0; } a.forumtitle, a.topictitle { font-size: 1em; } a:link { color: #105289; } a.topictitle { font-size: 12px; font-weight: bold; color: #898989; text-decoration: none; } a:link { color: #898989; text-decoration: none; } .username-coloured { font-weight: bold; display: inline !important; } ul.topiclist dfn { /* Labels for post/view counts */ display: none; } img { border-width: 0; } .bg1 { background-color: #f7f7f7; } .row .pagination { display: block; float: right; width: auto; margin-top: 0; padding: 1px 0 1px 15px; font-size: 0.9em; background: none 0 50% no-repeat; } li.row strong { color: #000000; } li.row strong { font-weight: normal; color: #000000; } .pagination { font-size: 1.1em; height: 1%; /* IE tweak (holly hack) */ width: auto; text-align: right; margin-top: 5px; float: right; } .row .pagination span a { background-color: #FFFFFF; } .pagination span a:link { font-weight: normal; text-decoration: none; color: #747474; margin: 0 2px; padding: 0 2px; background-color: #eeeeee; border: 1px solid #bababa; font-size: 0.9em; line-height: 1.5em; } .pagination span a { font-weight: normal; text-decoration: none; color: #747474; margin: 0 2px; padding: 0 2px; background-color: #eeeeee; border: 1px solid #bababa; font-size: 0.9em; line-height: 1.5em; } .pagination span.page-sep { display: none; } span.corners-bottom { background-image: none; background-position: 0 100%; margin: 0 -5px; clear: both; font-size: 1px; line-height: 1px; display: block; height: 5px; background-repeat: no-repeat; } span.corners-bottom span { background-image: none; background-position: 100% 100%; font-size: 1px; line-height: 1px; display: block; height: 5px; background-repeat: no-repeat; } fieldset.quickmod, fieldset.jumpbox, fieldset.display-options { font-size: 1.2em; } fieldset.display-options { font-size: 1.2em; text-align: center; margin: 3px 0 5px 0; } fieldset { border-width: 0; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1.1em; } fieldset.display-options a { margin-top: 3px; } a.right { padding-right: 12px; background: none no-repeat 95% 60%; } .right-box { float: right; width: auto; text-align: right; } fieldset.display-options label { white-space: nowrap; padding-right: 2px; } label { color: #425067; cursor: default; padding-right: 5px; color: #676767; } select { border-color: #666666; background-color: #FAFAFA; } select { font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; cursor: pointer; vertical-align: middle; border: 1px solid #666666; padding: 1px; background-color: #FAFAFA; } option { padding-right: 1em; } input.button2 { font-size: 1em; } label input { vertical-align: middle; } input { font-weight: normal; cursor: pointer; vertical-align: middle; padding: 0 3px; font-size: 1em; font-family: Verdana, Helvetica, Arial, sans-serif; } hr { /* Also see tweaks.css */ border: 0 none #FFFFFF; border-top: 1px solid #CCCCCC; height: 1px; margin: 5px 0; display: block; clear: both; } .topic-actions { margin-bottom: 3px; font-size: 1.1em; height: 28px; min-height: 28px; } .buttons { float: left; width: auto; height: auto; } .buttons div.post-icon { width: 96px; height: 25px; } .buttons div { float: left; margin: 0 5px 0 0; background-position: 0 100%; } .buttons div a { display: block; width: 100%; height: 100%; background-position: 0 0; position: relative; overflow: hidden; } .buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer; } .pagination strong { font-weight: normal; } .pagination span strong { padding: 0 2px; margin: 0 2px; font-weight: normal; color: #FFFFFF; background-color: #bfbfbf; border: 1px solid #bfbfbf; font-size: 0.9em; } fieldset.jumpbox { font-size: 1.2em; } fieldset.jumpbox { text-align: right; margin-top: 15px; height: 2.5em; } ul.topiclist .title { font-weight: bold; font-size: 12px; background-image: url( ../images/cellpic3.gif ); color: #ffa34f; height: 25px; background-color: #01336b } div.listbody{ background:#6666ff; margin: 10px; } div.listbody-inner{ margin:3px;padding-bottom:2px; } .olstyle { list-style-type:decimal; margin-top: 5px; margin-bottom: 5px; padding-left:40px; } .olstyle li { margin: 3px; }
0.30632
0.100879
:root{ --Cyan: hsl(179, 62%, 43%); --Cyan-clear: hsl(179, 62%, 46%); --Cyan-dark: hsl(179, 62%, 40%); --Bright-Yellow: hsl(71, 73%, 54%); --Light-Gray: hsl(204, 43%, 93%); --Light-Gray-dark: hsla(203, 44%, 93%, 0.473); --Grayish-Blue: hsl(218, 22%, 67%); } body{ font-family: 'Karla', sans-serif; background-image: linear-gradient(90deg, #12fff7, #b1ffab); } .item-1 { grid-area: item1; padding-bottom: 3%; background-color: var(--Light-Gray); border-top-left-radius: 10px; border-top-right-radius: 10px; } .item-2 { grid-area: item2; padding-top: 5%; background-color: var(--Cyan-dark); border-bottom-left-radius: 15px; } .item-2 button{ border: 0; width: 82%; margin: 8%; padding: 2% 0; margin-top: 5%; border-radius: 5px; font-size: 16px; font-weight: bold; color: var(--Light-Gray); text-shadow: 2px 2px 5px gray; background-color: var(--Bright-Yellow); box-shadow: 0 3px 6px rgba(0,0,0,0.07), 0 3px 6px rgba(0,0,0,0.14); } .item-3 { grid-area: item3; padding-top: 5%; background-color:var(--Cyan-clear); border-bottom-right-radius: 15px; } .grid-container { font-family: 'Karla', sans-serif; text-align: justify ; text-indent: 40px; font-size: 16px; margin-top: 8%; display: grid; grid-template-columns: 25% 25% 25% 25%; grid-template-rows: auto; grid-template-areas: ". . . ." ". item1 item1 ." ". item2 item3 ." ". . . ."; } @media (max-width: 768px) { .grid-container{ text-align: justify ; text-indent: 20px; grid-template-columns: auto; grid-template-rows: auto; grid-template-areas:"item1" "item2" "item3" "." "."; } .item-2{ border-bottom-left-radius: 0; } .item-2 button{ font-size: 18px; } .item-3{ border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-bottom: 10%; } } .item-1 h1{color: var(--Cyan)} .item-1 h2{color: var(--Bright-Yellow);} .item-1 p {color: var(--Grayish-Blue);} .item-2 h2, p{color: var(--Light-Gray);} .item-2 h4{color: var(--Light-Gray-dark);} .item-2 strong{font-size: 36px; color: var(--Light-Gray);} .item-3 h2, p{color: var(--Light-Gray);}
style.css
:root{ --Cyan: hsl(179, 62%, 43%); --Cyan-clear: hsl(179, 62%, 46%); --Cyan-dark: hsl(179, 62%, 40%); --Bright-Yellow: hsl(71, 73%, 54%); --Light-Gray: hsl(204, 43%, 93%); --Light-Gray-dark: hsla(203, 44%, 93%, 0.473); --Grayish-Blue: hsl(218, 22%, 67%); } body{ font-family: 'Karla', sans-serif; background-image: linear-gradient(90deg, #12fff7, #b1ffab); } .item-1 { grid-area: item1; padding-bottom: 3%; background-color: var(--Light-Gray); border-top-left-radius: 10px; border-top-right-radius: 10px; } .item-2 { grid-area: item2; padding-top: 5%; background-color: var(--Cyan-dark); border-bottom-left-radius: 15px; } .item-2 button{ border: 0; width: 82%; margin: 8%; padding: 2% 0; margin-top: 5%; border-radius: 5px; font-size: 16px; font-weight: bold; color: var(--Light-Gray); text-shadow: 2px 2px 5px gray; background-color: var(--Bright-Yellow); box-shadow: 0 3px 6px rgba(0,0,0,0.07), 0 3px 6px rgba(0,0,0,0.14); } .item-3 { grid-area: item3; padding-top: 5%; background-color:var(--Cyan-clear); border-bottom-right-radius: 15px; } .grid-container { font-family: 'Karla', sans-serif; text-align: justify ; text-indent: 40px; font-size: 16px; margin-top: 8%; display: grid; grid-template-columns: 25% 25% 25% 25%; grid-template-rows: auto; grid-template-areas: ". . . ." ". item1 item1 ." ". item2 item3 ." ". . . ."; } @media (max-width: 768px) { .grid-container{ text-align: justify ; text-indent: 20px; grid-template-columns: auto; grid-template-rows: auto; grid-template-areas:"item1" "item2" "item3" "." "."; } .item-2{ border-bottom-left-radius: 0; } .item-2 button{ font-size: 18px; } .item-3{ border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-bottom: 10%; } } .item-1 h1{color: var(--Cyan)} .item-1 h2{color: var(--Bright-Yellow);} .item-1 p {color: var(--Grayish-Blue);} .item-2 h2, p{color: var(--Light-Gray);} .item-2 h4{color: var(--Light-Gray-dark);} .item-2 strong{font-size: 36px; color: var(--Light-Gray);} .item-3 h2, p{color: var(--Light-Gray);}
0.632503
0.181553
@font-face { font-family: "DIN Neuzeit Grotesk Light"; src: url("Fonts/b788f3ca-1b36-4360-86c0-36a00f1b8622.woff2") format("woff2"), url("Fonts/b0720bb1-3a89-4c2b-82ee-0c3d59ca36d7.woff") format("woff"); } @font-face { font-family: "DIN Neuzeit Grotesk Bold Condensed"; src: url("Fonts/4b5af983-e22c-4188-9590-6f682badc7d6.woff2") format("woff2"), url("Fonts/0200631b-5193-4794-9961-6996463ecc46.woff") format("woff"); } body { background: black; user-select: none } .heading { margin-left: 1.8em; position: absolute; bottom: 60vh; width: 85px; } .content { margin-left: 4em; position: absolute; top: 40vh; width: 80vw; max-width: 48em; } h2, a { line-height: 145%; font-family: "DIN Neuzeit Grotesk Light", "Harmonia Sans Pro Cyr", Avenir, sans-serif; color: white; } h2 img { width: 28px; margin-left: -6px; padding-right: 6px; transform: translateY(6px); } h2 a { text-decoration: none; border-bottom: white dotted; margin: 0 -3px; padding: 0 3px; } .time.current { padding: 2px 6px; border: darkgray solid 2px; } .time .timezone { font-family: "DIN Neuzeit Grotesk Bold Condensed", "Harmonia Sans Pro Cyr", Avenir, sans-serif; vertical-align: super; font-size: 60%; padding-left: 5px; } .time .colon { padding: 0 2px; display: inline-block; transform: translateY(-1px); } .time .colon.hidden { opacity: 0; } .availability::after { content: "..."; } .availability[data-available]::after { color: black; padding: 4px 6px; } .availability[data-available="true"]::after { content: "available"; background: #27ff00; } .availability[data-available="false"]::after { content: "unavailable"; background: #ff4c00; } .action { margin-top: 4em; margin-bottom: 6em; } @media screen and (max-width: 420px) { .heading { margin-left: 0.8em; width: 68px; bottom: 65%; } .content { margin-left: 3em; font-size: 80%; top: 35%; } h2 { line-height: 160%; } .action { margin-bottom: 3em; } }
index.css
@font-face { font-family: "DIN Neuzeit Grotesk Light"; src: url("Fonts/b788f3ca-1b36-4360-86c0-36a00f1b8622.woff2") format("woff2"), url("Fonts/b0720bb1-3a89-4c2b-82ee-0c3d59ca36d7.woff") format("woff"); } @font-face { font-family: "DIN Neuzeit Grotesk Bold Condensed"; src: url("Fonts/4b5af983-e22c-4188-9590-6f682badc7d6.woff2") format("woff2"), url("Fonts/0200631b-5193-4794-9961-6996463ecc46.woff") format("woff"); } body { background: black; user-select: none } .heading { margin-left: 1.8em; position: absolute; bottom: 60vh; width: 85px; } .content { margin-left: 4em; position: absolute; top: 40vh; width: 80vw; max-width: 48em; } h2, a { line-height: 145%; font-family: "DIN Neuzeit Grotesk Light", "Harmonia Sans Pro Cyr", Avenir, sans-serif; color: white; } h2 img { width: 28px; margin-left: -6px; padding-right: 6px; transform: translateY(6px); } h2 a { text-decoration: none; border-bottom: white dotted; margin: 0 -3px; padding: 0 3px; } .time.current { padding: 2px 6px; border: darkgray solid 2px; } .time .timezone { font-family: "DIN Neuzeit Grotesk Bold Condensed", "Harmonia Sans Pro Cyr", Avenir, sans-serif; vertical-align: super; font-size: 60%; padding-left: 5px; } .time .colon { padding: 0 2px; display: inline-block; transform: translateY(-1px); } .time .colon.hidden { opacity: 0; } .availability::after { content: "..."; } .availability[data-available]::after { color: black; padding: 4px 6px; } .availability[data-available="true"]::after { content: "available"; background: #27ff00; } .availability[data-available="false"]::after { content: "unavailable"; background: #ff4c00; } .action { margin-top: 4em; margin-bottom: 6em; } @media screen and (max-width: 420px) { .heading { margin-left: 0.8em; width: 68px; bottom: 65%; } .content { margin-left: 3em; font-size: 80%; top: 35%; } h2 { line-height: 160%; } .action { margin-bottom: 3em; } }
0.586049
0.137156
.grid-item-container { padding: 10px; transition: all 0.3s ease; } .grid-item-body { background: white; padding: 20px; border-radius: 10px; box-shadow: -5px 10px 60px -13px rgba(0, 0, 0, 0.20); height: 270px; } .grid-item-container .author-details { margin-bottom: 20px; } .grid-item-container .author-img img { width: 35px; height: 35px; object-fit: cover; border-radius: 8px; float: left; margin-right: 15px; } .grid-item-container .author-details h5 { margin-bottom: 2px; font-weight: 600; color: #6c7583; font-size: 14px; width: 80%; } .grid-item-container .author-details a { color: #6c7583; } .grid-item-container .author-details p { margin-bottom: 0; font-size: 12px; } .grid-item-container .author-header, .repo-header, .repo-body { margin-bottom: 15px; } .grid-item-container .author-header a { text-decoration: none; } .grid-item-container .repo-header h5 { font-size: 19px; margin-bottom: 5px; } .grid-item-container .repo-header p { margin-bottom: 0; } .grid-item-container .repo-header a { text-decoration: none; } .grid-item-container .repo-header .repo-meta a { color: currentColor; font-weight: 500; } .grid-item-container .author-name { font-weight: 400; } .grid-item-container .repo-name { display: block; font-weight: 700; word-break: break-word; width: 100%; } .grid-item-container .repo-name, .grid-item-container .author-details h5 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .grid-item-container .repo-body p { font-size: 14px; margin-bottom: 0; color: #6e7583; word-break: break-word; } .grid-item-container .repo-footer { font-size: 12px; position: absolute; bottom: 20px; left: 20px; right: 25px; background: white; padding: 10px; } .grid-item-container .repo-footer a { text-decoration: none; color: #6c757d; font-weight: 500; } .grid-item-container .repo-footer .repo-language-color { width: 10px; height: 10px; margin-right: 4px; border-radius: 50%; } .grid-item-container .repo-footer a svg { position: relative; top: -2px; fill: #6c757d; margin-right: 5px; }
src/components/repository-grid/grid-item/styles.css
.grid-item-container { padding: 10px; transition: all 0.3s ease; } .grid-item-body { background: white; padding: 20px; border-radius: 10px; box-shadow: -5px 10px 60px -13px rgba(0, 0, 0, 0.20); height: 270px; } .grid-item-container .author-details { margin-bottom: 20px; } .grid-item-container .author-img img { width: 35px; height: 35px; object-fit: cover; border-radius: 8px; float: left; margin-right: 15px; } .grid-item-container .author-details h5 { margin-bottom: 2px; font-weight: 600; color: #6c7583; font-size: 14px; width: 80%; } .grid-item-container .author-details a { color: #6c7583; } .grid-item-container .author-details p { margin-bottom: 0; font-size: 12px; } .grid-item-container .author-header, .repo-header, .repo-body { margin-bottom: 15px; } .grid-item-container .author-header a { text-decoration: none; } .grid-item-container .repo-header h5 { font-size: 19px; margin-bottom: 5px; } .grid-item-container .repo-header p { margin-bottom: 0; } .grid-item-container .repo-header a { text-decoration: none; } .grid-item-container .repo-header .repo-meta a { color: currentColor; font-weight: 500; } .grid-item-container .author-name { font-weight: 400; } .grid-item-container .repo-name { display: block; font-weight: 700; word-break: break-word; width: 100%; } .grid-item-container .repo-name, .grid-item-container .author-details h5 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .grid-item-container .repo-body p { font-size: 14px; margin-bottom: 0; color: #6e7583; word-break: break-word; } .grid-item-container .repo-footer { font-size: 12px; position: absolute; bottom: 20px; left: 20px; right: 25px; background: white; padding: 10px; } .grid-item-container .repo-footer a { text-decoration: none; color: #6c757d; font-weight: 500; } .grid-item-container .repo-footer .repo-language-color { width: 10px; height: 10px; margin-right: 4px; border-radius: 50%; } .grid-item-container .repo-footer a svg { position: relative; top: -2px; fill: #6c757d; margin-right: 5px; }
0.42919
0.078219
@import url("https://rsms.me/inter/inter.css"); svg.container { cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } path.link { stroke: #000; fill: none; stroke-width: 4px; cursor: default; } svg:not(.active):not(.ctrl) path.link { cursor: pointer; } path.link.selected { stroke: url(#svgGradient) !important; } path.link.dragline { pointer-events: none; } path.link.hidden { stroke-width: 0; } circle.node { stroke-width: 1.5px; cursor: pointer; } text.id { text-anchor: middle; font-weight: bold; } input { } textarea { } img.picture { padding: 10px; } .pictureHighlight { padding: 10px; } .circleDiv { position: absolute; top: 125px; right: 15px; width: 50px; height: 50px; cursor: pointer; background-color: blue; border-radius: 50%; opacity: 0.5; background-color: grey; transition: opacity 0.25s ease-in-out; } .circleDiv.colored { opacity: 1; background: rgb(161, 140, 209); background: linear-gradient( 90deg, rgba(161, 140, 209, 1) 0%, rgba(251, 194, 235, 1) 100% ); } .colorPicker { position: absolute; top: 125px; right: 75px; width: 50px; height: 100px; border: 3px solid black; opacity: 0; transition: opacity 0.1s ease-in-out; } .colorPicker.show { opacity: 1; transition: opacity 0.25s ease-in-out; } .border-gradient-stop-left { stop-color: #3f51b5; } .border-gradient-stop-right { stop-color: #009688; /* Teal */ } #input2 { margin: 1rem; max-width: 111.5px; border-radius: 5px; outline: 0; resize: none; overflow: hidden; background: #ffffff; border: solid 1px #404040; font-family: Georgia, serif; font-size: 11px; } #input1 { outline: 0; margin: 1rem; max-width: 115px; border-radius: 5px; border: solid 1px #404040; background: #ffffff; font-family: Georgia, serif; font-size: 11px; } .resourceForm { border: solid black 1.5px; border-radius: 10px; max-width: 150px; border-color: black; background-color: #ffffff; } .resourceFormA { margin-left: 1rem; font-family: Georgia, serif; font-size: 11px; letter-spacing: 0px; word-spacing: 0px; font-weight: normal; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; } .formContainer { margin-top: 0.75rem; } #resourceFormCancelButton { position: relative; bottom: 7px; left: 68%; width: 15px; height: auto; } #resourceFormSubmitButton { position: relative; bottom: 7px; left: 64%; width: 15px; height: auto; } .modalContainer-outer { display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; user-select: none; } .modalContainer { line-height: 28px; border-radius: 25px; width: 470px; height: 155px; background: #fff; box-shadow: 5px 5px 5px grey; text-align: center; z-index: 2; font-family: sans-serif; font-weight: 600; font-size: 20px; } .modalContainer-inner { padding: 1rem; padding-top: 2rem; } .btn { border: none; color: #ffffff; padding: 12px 40px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 5px; outline: none; cursor: pointer; } .ok { z-index: 2; background-color: #4caf50; /* Green */ } .ok:active { background: #3a883d; } .no { z-index: 2; background-color: #f44336; } .no:active { background: #bd392f; } .modalContainerBtnContainer { margin-top: 0.5rem; display: flex; flex-wrap: wrap; /*background: #e6e3ce;*/ justify-content: space-evenly; } .speechBubbleDiv:after { } #textBoxP { top: 17.5px; position: relative; } circle.permanent { fill: white; box-shadow: 0px 0px 1px #ccc; stroke: rgb(221, 221, 221); } image.permanent { } #currentInput { box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px inset; border-radius: 5px; color: rgb(102, 102, 102); border: 0px; outline: none; height: 22px; font-size: 12px; } textarea#currentInput { resize: none; height: 44px; overflow: auto; padding-top: 0.5rem; padding-bottom: 0.5rem; font-family: Open Sans, -apple-system, Helvetica; resize: none; } /* width */ ::-webkit-scrollbar { width: 10px; border-radius: 5px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 5px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #555; border-radius: 5px; } div.errMsginner { display: inline-block; background-color: orange; color: #ffffff !important; padding: 0.5rem; border-radius: 1rem; } div.errMsg { position: absolute; top: 5rem; text-align: center; width: 100%; padding-top: 0.5rem; padding-bottom: 0.5rem; } div.errorMessageContainer { position: absolute; margin: 10px; left: 10px; top: 0; text-align: center; width: 300px; font-family: "Segoe UI"; } div.errorMessage { background: #000000; color: #c0c0c0; padding-top: 12px; padding-bottom: 12px; text-size-adjust: 100%; margin-top: 10px; border-radius: 5px; box-sizing: 0px 0px 1px #ccc; display: block; font-size: 12px; } .toggleAllTextButton { position: absolute; top: 1rem; left: 1rem; color: white; padding: 1rem; background: orange; border-radius: 10px; cursor: pointer; user-select: none; }
src/components/RoadmapCreatorOld/subComponentStyles/RoadmapCreator.css
@import url("https://rsms.me/inter/inter.css"); svg.container { cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } path.link { stroke: #000; fill: none; stroke-width: 4px; cursor: default; } svg:not(.active):not(.ctrl) path.link { cursor: pointer; } path.link.selected { stroke: url(#svgGradient) !important; } path.link.dragline { pointer-events: none; } path.link.hidden { stroke-width: 0; } circle.node { stroke-width: 1.5px; cursor: pointer; } text.id { text-anchor: middle; font-weight: bold; } input { } textarea { } img.picture { padding: 10px; } .pictureHighlight { padding: 10px; } .circleDiv { position: absolute; top: 125px; right: 15px; width: 50px; height: 50px; cursor: pointer; background-color: blue; border-radius: 50%; opacity: 0.5; background-color: grey; transition: opacity 0.25s ease-in-out; } .circleDiv.colored { opacity: 1; background: rgb(161, 140, 209); background: linear-gradient( 90deg, rgba(161, 140, 209, 1) 0%, rgba(251, 194, 235, 1) 100% ); } .colorPicker { position: absolute; top: 125px; right: 75px; width: 50px; height: 100px; border: 3px solid black; opacity: 0; transition: opacity 0.1s ease-in-out; } .colorPicker.show { opacity: 1; transition: opacity 0.25s ease-in-out; } .border-gradient-stop-left { stop-color: #3f51b5; } .border-gradient-stop-right { stop-color: #009688; /* Teal */ } #input2 { margin: 1rem; max-width: 111.5px; border-radius: 5px; outline: 0; resize: none; overflow: hidden; background: #ffffff; border: solid 1px #404040; font-family: Georgia, serif; font-size: 11px; } #input1 { outline: 0; margin: 1rem; max-width: 115px; border-radius: 5px; border: solid 1px #404040; background: #ffffff; font-family: Georgia, serif; font-size: 11px; } .resourceForm { border: solid black 1.5px; border-radius: 10px; max-width: 150px; border-color: black; background-color: #ffffff; } .resourceFormA { margin-left: 1rem; font-family: Georgia, serif; font-size: 11px; letter-spacing: 0px; word-spacing: 0px; font-weight: normal; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; } .formContainer { margin-top: 0.75rem; } #resourceFormCancelButton { position: relative; bottom: 7px; left: 68%; width: 15px; height: auto; } #resourceFormSubmitButton { position: relative; bottom: 7px; left: 64%; width: 15px; height: auto; } .modalContainer-outer { display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; user-select: none; } .modalContainer { line-height: 28px; border-radius: 25px; width: 470px; height: 155px; background: #fff; box-shadow: 5px 5px 5px grey; text-align: center; z-index: 2; font-family: sans-serif; font-weight: 600; font-size: 20px; } .modalContainer-inner { padding: 1rem; padding-top: 2rem; } .btn { border: none; color: #ffffff; padding: 12px 40px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 5px; outline: none; cursor: pointer; } .ok { z-index: 2; background-color: #4caf50; /* Green */ } .ok:active { background: #3a883d; } .no { z-index: 2; background-color: #f44336; } .no:active { background: #bd392f; } .modalContainerBtnContainer { margin-top: 0.5rem; display: flex; flex-wrap: wrap; /*background: #e6e3ce;*/ justify-content: space-evenly; } .speechBubbleDiv:after { } #textBoxP { top: 17.5px; position: relative; } circle.permanent { fill: white; box-shadow: 0px 0px 1px #ccc; stroke: rgb(221, 221, 221); } image.permanent { } #currentInput { box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px inset; border-radius: 5px; color: rgb(102, 102, 102); border: 0px; outline: none; height: 22px; font-size: 12px; } textarea#currentInput { resize: none; height: 44px; overflow: auto; padding-top: 0.5rem; padding-bottom: 0.5rem; font-family: Open Sans, -apple-system, Helvetica; resize: none; } /* width */ ::-webkit-scrollbar { width: 10px; border-radius: 5px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 5px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #555; border-radius: 5px; } div.errMsginner { display: inline-block; background-color: orange; color: #ffffff !important; padding: 0.5rem; border-radius: 1rem; } div.errMsg { position: absolute; top: 5rem; text-align: center; width: 100%; padding-top: 0.5rem; padding-bottom: 0.5rem; } div.errorMessageContainer { position: absolute; margin: 10px; left: 10px; top: 0; text-align: center; width: 300px; font-family: "Segoe UI"; } div.errorMessage { background: #000000; color: #c0c0c0; padding-top: 12px; padding-bottom: 12px; text-size-adjust: 100%; margin-top: 10px; border-radius: 5px; box-sizing: 0px 0px 1px #ccc; display: block; font-size: 12px; } .toggleAllTextButton { position: absolute; top: 1rem; left: 1rem; color: white; padding: 1rem; background: orange; border-radius: 10px; cursor: pointer; user-select: none; }
0.283484
0.07477
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; } /** * 紐⑤뱺 �섎━癒쇳듃�� border-box�띿꽦�� 媛�吏꾨떎. 利�, �뚮몢由щ� �ы븿�� �ъ씠利덈� 媛�吏꾨떎. */ *, ::before, ::after { box-sizing: border-box; } /** * 1. 紐⑤뱺 釉뚮씪�곗��먯꽌 媛��곸꽑�앹옄�ㅼ쓽 �띿뒪�� �곗퐫�덉씠�섏� 怨꾩듅諛쏅뒗��. (opinionated). * 2. 紐⑤뱺 釉뚮씪�곗��먯꽌 媛��곸꽑�앹옄�ㅼ쓽 vertical-align�� 怨꾩듅諛쏅뒗��. (opinionated). */ ::before, ::after { text-decoration: inherit; /* 1 */ vertical-align: inherit; /* 2 */ } /* 釉붾줉 �섎━癒쇳듃 */ dd, dl, hr, ul, nav, menu, main address, audio, video, canvas, figure, blockquote, fieldset, figcaption, p, pre, form, noscript, details, hgroup, article, aside, footer, header, section, div { display: block; } /* �몃씪�몃툝�� �섎━癒쇳듃 */ abbr, b, bdo, br, code, cite, map, object, q, samp, small, big, sub, sup, strong, font, code, textarea, tt, select, label, input, a, button span { display: inline-block; } /** * 1. 而ㅼ꽌 理쒓린�� (opinionated). * 2. 湲곕낯 line-height�� 1.5 (opinionated). * 3. ��궗�댁쫰 珥덇린�� (opinionated). * 4. ios�먯꽌 �섏씠�쇱씠�몃릺�� 遺�遺� ��젣 (opinionated). * 5. ie �띿뒪�� �ъ씠利덈컦 諛⑺뼢�� 珥덇린�� * 6. 以꾨컮轅� 珥덇린�� (opinionated). */ html { cursor: default; /* 1 */ line-height: 1.5; /* 2 */ -moz-tab-size: 4; /* 3 */ tab-size: 4; /* 3 */ -webkit-tap-highlight-color: transparent /* 4 */ ; -ms-text-size-adjust: 100%; /* 5 */ -webkit-text-size-adjust: 100%; /* 5 */ word-break: break-word; /* 6 */ -webkit-touch-callout: none; -webkit-user-select: none; } /* 諛붾뵒�� 留덉쭊 �놁븷湲� */ body { min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; line-height: 1.5; margin: 0; } main { display: block; } h1, h2, h3, h4, h5, h6, p, span { text-decoration: none; font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; word-break: keep-all; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; line-height: 1.65; } /* 由ъ뒪�몄뒪���쇰컦 由ъ뒪�� �ъ씠�ъ씠 留덉쭊 �놁븷湲� */ ol, ul { list-style: none; margin: 0; padding: 0; } /* �뚯씠釉� 肄쒕옪�� �놁븷湲� */ table { border-collapse: collapse; border-spacing: 0; } /* A elements that don't have a class get default styles */ a:not([class]) { text-decoration-skip-ink: auto; } /* Make images easier to work with */ img { display: inline-block; max-width: 100%; border-style: none; } /* Remove all animations and transitions for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ border: 0; /* 1 */ overflow: visible; /* 2 */ } abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ padding: 0; margin: 0; border: 0; outline: none; } button { /* 1 */ text-transform: none; overflow: visible; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } button, a, input[type=checkbox], input[type=radio] { cursor: pointer; } legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } summary { display: list-item; } template { display: none; } [hidden] { display: none; } pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration-line: none; text-decoration-color: inherit; } small { font-size: 80%; } audio, canvas, iframe, img, svg, video { display: inline-block; vertical-align: middle; } iframe { border-style: none; } audio:not([controls]) { display: none; height: 0; } svg:not([fill]) { fill: currentColor; } svg:not(:root) { overflow: hidden; } button { overflow: visible; /* 1 */ text-transform: none; /* 2 */ } fieldset { border: 1px solid #a0a0a0; /* 1 */ padding: 0.35em 0.75em 0.625em; /* 2 */ } input { color: var(--color_black); background-color: white; border: var(--border_gray_light_1); border-radius: 0.5rem; cursor: pointer; } input+label { cursor: pointer; } input:disabled { cursor: not-allowed; background-color: var(--color_board); color: var(--color_placeholder); } input:read-only { cursor: default; background-color: var(--color_board); color: var(--color_grey); } input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email] { cursor: text; } progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } textarea { margin: 0; /* 1 */ overflow: auto; /* 2 */ resize: vertical; /* 3 */ } ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } :-moz-ui-invalid { box-shadow: none; } dialog { background-color: white; border: solid; color: black; display: block; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; left: 0; margin: auto; padding: 1em; position: absolute; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } dialog:not([open]) { display: none; } a, area, button, input, label, select, summary, textarea, [tabindex] { font: inherit; background-color: transparent; -ms-touch-action: manipulation; /* 1 */ touch-action: manipulation; /* 2 */ } select { background-color: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(/public/images/main/ic_select_arrow.svg); background-repeat: no-repeat; background-position-x: calc(100% - 0.5rem); background-position-y: 50%; background-size: 16px; min-width: 120px; cursor: pointer; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* �ㅽ겕濡� */ /* width */ ::-webkit-scrollbar { width: 6px; height: 100%; border: none; padding: 0; } /* Track */ ::-webkit-scrollbar-track { display: none; border-radius: 8px; } /* Handle */ ::-webkit-scrollbar-thumb { background-color: var(--color_grey); border-radius: 8px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background-color: var(--color_point); } [aria-busy="true"] { cursor: progress; } [aria-controls] { cursor: pointer; } [aria-disabled="true"], [disabled] { cursor: not-allowed; } [aria-hidden="false"][hidden] { display: initial; } [aria-hidden="false"][hidden]:not(:focus) { clip: rect(0, 0, 0, 0); position: absolute; }
stylesheets/admin_reset.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; } /** * 紐⑤뱺 �섎━癒쇳듃�� border-box�띿꽦�� 媛�吏꾨떎. 利�, �뚮몢由щ� �ы븿�� �ъ씠利덈� 媛�吏꾨떎. */ *, ::before, ::after { box-sizing: border-box; } /** * 1. 紐⑤뱺 釉뚮씪�곗��먯꽌 媛��곸꽑�앹옄�ㅼ쓽 �띿뒪�� �곗퐫�덉씠�섏� 怨꾩듅諛쏅뒗��. (opinionated). * 2. 紐⑤뱺 釉뚮씪�곗��먯꽌 媛��곸꽑�앹옄�ㅼ쓽 vertical-align�� 怨꾩듅諛쏅뒗��. (opinionated). */ ::before, ::after { text-decoration: inherit; /* 1 */ vertical-align: inherit; /* 2 */ } /* 釉붾줉 �섎━癒쇳듃 */ dd, dl, hr, ul, nav, menu, main address, audio, video, canvas, figure, blockquote, fieldset, figcaption, p, pre, form, noscript, details, hgroup, article, aside, footer, header, section, div { display: block; } /* �몃씪�몃툝�� �섎━癒쇳듃 */ abbr, b, bdo, br, code, cite, map, object, q, samp, small, big, sub, sup, strong, font, code, textarea, tt, select, label, input, a, button span { display: inline-block; } /** * 1. 而ㅼ꽌 理쒓린�� (opinionated). * 2. 湲곕낯 line-height�� 1.5 (opinionated). * 3. ��궗�댁쫰 珥덇린�� (opinionated). * 4. ios�먯꽌 �섏씠�쇱씠�몃릺�� 遺�遺� ��젣 (opinionated). * 5. ie �띿뒪�� �ъ씠利덈컦 諛⑺뼢�� 珥덇린�� * 6. 以꾨컮轅� 珥덇린�� (opinionated). */ html { cursor: default; /* 1 */ line-height: 1.5; /* 2 */ -moz-tab-size: 4; /* 3 */ tab-size: 4; /* 3 */ -webkit-tap-highlight-color: transparent /* 4 */ ; -ms-text-size-adjust: 100%; /* 5 */ -webkit-text-size-adjust: 100%; /* 5 */ word-break: break-word; /* 6 */ -webkit-touch-callout: none; -webkit-user-select: none; } /* 諛붾뵒�� 留덉쭊 �놁븷湲� */ body { min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; line-height: 1.5; margin: 0; } main { display: block; } h1, h2, h3, h4, h5, h6, p, span { text-decoration: none; font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; word-break: keep-all; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; line-height: 1.65; } /* 由ъ뒪�몄뒪���쇰컦 由ъ뒪�� �ъ씠�ъ씠 留덉쭊 �놁븷湲� */ ol, ul { list-style: none; margin: 0; padding: 0; } /* �뚯씠釉� 肄쒕옪�� �놁븷湲� */ table { border-collapse: collapse; border-spacing: 0; } /* A elements that don't have a class get default styles */ a:not([class]) { text-decoration-skip-ink: auto; } /* Make images easier to work with */ img { display: inline-block; max-width: 100%; border-style: none; } /* Remove all animations and transitions for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ border: 0; /* 1 */ overflow: visible; /* 2 */ } abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ padding: 0; margin: 0; border: 0; outline: none; } button { /* 1 */ text-transform: none; overflow: visible; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } button, a, input[type=checkbox], input[type=radio] { cursor: pointer; } legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } summary { display: list-item; } template { display: none; } [hidden] { display: none; } pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration-line: none; text-decoration-color: inherit; } small { font-size: 80%; } audio, canvas, iframe, img, svg, video { display: inline-block; vertical-align: middle; } iframe { border-style: none; } audio:not([controls]) { display: none; height: 0; } svg:not([fill]) { fill: currentColor; } svg:not(:root) { overflow: hidden; } button { overflow: visible; /* 1 */ text-transform: none; /* 2 */ } fieldset { border: 1px solid #a0a0a0; /* 1 */ padding: 0.35em 0.75em 0.625em; /* 2 */ } input { color: var(--color_black); background-color: white; border: var(--border_gray_light_1); border-radius: 0.5rem; cursor: pointer; } input+label { cursor: pointer; } input:disabled { cursor: not-allowed; background-color: var(--color_board); color: var(--color_placeholder); } input:read-only { cursor: default; background-color: var(--color_board); color: var(--color_grey); } input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email] { cursor: text; } progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } textarea { margin: 0; /* 1 */ overflow: auto; /* 2 */ resize: vertical; /* 3 */ } ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } :-moz-ui-invalid { box-shadow: none; } dialog { background-color: white; border: solid; color: black; display: block; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; left: 0; margin: auto; padding: 1em; position: absolute; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } dialog:not([open]) { display: none; } a, area, button, input, label, select, summary, textarea, [tabindex] { font: inherit; background-color: transparent; -ms-touch-action: manipulation; /* 1 */ touch-action: manipulation; /* 2 */ } select { background-color: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(/public/images/main/ic_select_arrow.svg); background-repeat: no-repeat; background-position-x: calc(100% - 0.5rem); background-position-y: 50%; background-size: 16px; min-width: 120px; cursor: pointer; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* �ㅽ겕濡� */ /* width */ ::-webkit-scrollbar { width: 6px; height: 100%; border: none; padding: 0; } /* Track */ ::-webkit-scrollbar-track { display: none; border-radius: 8px; } /* Handle */ ::-webkit-scrollbar-thumb { background-color: var(--color_grey); border-radius: 8px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background-color: var(--color_point); } [aria-busy="true"] { cursor: progress; } [aria-controls] { cursor: pointer; } [aria-disabled="true"], [disabled] { cursor: not-allowed; } [aria-hidden="false"][hidden] { display: initial; } [aria-hidden="false"][hidden]:not(:focus) { clip: rect(0, 0, 0, 0); position: absolute; }
0.341253
0.090695
max-height: 2000px; background: #fff; border: 2px solid #ccc; border-top: 2px solid #cccccc; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 0pt 5pt 12px rgba(0, 0, 0, 0.5); } .liste_patient tr{ background: #f9f9f9; } .liste_patient tr:hover{ background: #ebebeb; } /* PIED DE PAGE*/ #numero_dossier_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #nom_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #prenom_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #date_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #sexe_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #adresse_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #nationalite_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #effectuer_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } /* EN TETE*/ #numero_dossier { width: 14%; } #nom { width: 13%; } #prenom { width: 15%; } #date { width: 12%; } #sexe { width: 7%; } #adresse { width: 19%; } #nationalite { width: 10%; } #effectuer { width: 10%; } .liste_patient div{ height: 21px; overflow: hidden; } .liste_patient .adresseText{ max-width: 275px; } tr:hover /* Apparence au survol des lignes */ { /*text-decoration: underline;*/ background-color: white; } #aa:hover { /*text-decoration: underline;*/ color: green; font-size: 12px; cursor: pointer; } #aa a:hover { color: black; } #aa { color: green; } #aa a { color: black; } #barre { /*background-color: #a8a8a8;*/ padding-bottom:20px; /*Pour s�parer le contenu de la bordure du bas du bloc*/ magin-bottom:15px; /*Pour s�parer la bordure du prochain �l�ment*/ border-bottom: 3px solid gray;/*Pour faire un trait gris horizontal*/ margin-left: 165px; } #numero { /*background-color: #a8a8a8;*/ width: 480px; margin-left: 140px; font-family: police4; font-size: 19px; color: green; } table td { vertical-align: top; } table td p { margin-right: 15px; max-height: 44px; max-width: 90%; overflow: auto; } #etat_civil{ width: 70%; } #etat_civil tr{ width: 70%; } #photo, #modifier_photo /*photo*/ { width: 100px; float: left; border-top-width: 10px; border-right-width: 10px; border-right-width-ltr-source: physical; border-right-width-rtl-source: physical; border-bottom-width: 10px; border-left-width: 10px; border-left-width-ltr-source: physical; border-left-width-rtl-source: physical; border-top-style: solid; border-right-style: solid; border-right-style-ltr-source: physical; border-right-style-rtl-source: physical; border-bottom-style: solid; border-left-style: solid; border-left-style-ltr-source: physical; border-left-style-rtl-source: physical; border-top-color: white; border-right-color: white; border-right-color-ltr-source: physical; border-right-color-rtl-source: physical; border-bottom-color: white; border-left-color: white; border-left-color-ltr-source: physical; border-left-color-rtl-source: physical; box-shadow: 0pt 0pt 12px rgba(0, 0, 0, 0.2); } /****************************BOUTON************************/ #thoughtbot button { width:auto; padding:8px 0; text-align:center; display: inline-block; float:left; margin:0 0px 0 0; border-radius:7px; font-size: 0.85em; font-weight: bold; width:80px; color:#000; font-family: Arial,sans-serif; box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1); text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3); } #thoughtbot button:hover { background: #ccc; background: -webkit-linear-gradient( #eee, #aaa); background: -moz-linear-gradient( #eee, #aaa); background: -ms-linear-gradient( #eee, #aaa); background: -o-linear-gradient( #eee, #aaa); background: linear-gradient( #eee, #aaa); } /* STYLE POUR LA LISTE DE SELECTION DE LA TABLE*/ #listeDataTable{ margin-top: 0px; margin-bottom: 0px; margin-left: -10px; } .dataTables_paginate * { background: #e9e8e8; padding-top: 6px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; color: black; /*margin-top: 100px;*/ cursor: pointer; } div .dataTables_paginate { margin-bottom: 20px; } .dataTables_paginate .first { margin-right: 0px; } .dataTables_paginate .last { margin-left: 0px; } .dataTables_paginate .previous { margin-right: 2px; border-left: 1px solid #bdb9b9; } .dataTables_paginate .next { margin-left: 3px; border-right: 1px solid #bdb9b9; } .dataTables_paginate a:hover { text-decoration: none; background-color: #c3c1c1; color: white; } .dataTables_paginate .paginate_active { text-decoration: none; background-color: #b5b2b2; color: white; } #nomMaj{ text-transform : uppercase; } #contenu { background: #fff; max-height: 3000px; border: 3px solid #ccc; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top: 2px solid #cccccc; padding-left: 30px; padding-right: 30px; box-shadow: 0pt 5pt 12px rgba(0, 0, 0, 0.5); } #titre { height: 30px; border: 3px solid #ccc; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 2px solid #cccccc; background : #fff; padding-left: 10px; padding-bottom: 5px; padding-top : 13px; box-shadow: 0pt 0pt 12px rgba(0, 0, 0, 0.5); } .titreParents { width: 20px; height: 20px; background: #cccccc; float:left; margin-right: 10px; border-top-left-radius: 50px; } .titreParentLab { font-family: times new roman; border-bottom: 3px solid #cccccc; background: #f5f5f5; height: 20px; border-top-left-radius: 50px; border-top-right-radius: 50px; font-size: 15px; } .infos_parentales_tab tr td { padding-left: 13px; } .zoneColor { background: white; } .infos_parentales_tab tr:hover { background: none; } .zoneColor p { min-width: 100%; }
public/css/consultation/styleListePatientsAdmettre.css
max-height: 2000px; background: #fff; border: 2px solid #ccc; border-top: 2px solid #cccccc; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 0pt 5pt 12px rgba(0, 0, 0, 0.5); } .liste_patient tr{ background: #f9f9f9; } .liste_patient tr:hover{ background: #ebebeb; } /* PIED DE PAGE*/ #numero_dossier_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #nom_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #prenom_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #date_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #sexe_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #adresse_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #nationalite_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #effectuer_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } /* EN TETE*/ #numero_dossier { width: 14%; } #nom { width: 13%; } #prenom { width: 15%; } #date { width: 12%; } #sexe { width: 7%; } #adresse { width: 19%; } #nationalite { width: 10%; } #effectuer { width: 10%; } .liste_patient div{ height: 21px; overflow: hidden; } .liste_patient .adresseText{ max-width: 275px; } tr:hover /* Apparence au survol des lignes */ { /*text-decoration: underline;*/ background-color: white; } #aa:hover { /*text-decoration: underline;*/ color: green; font-size: 12px; cursor: pointer; } #aa a:hover { color: black; } #aa { color: green; } #aa a { color: black; } #barre { /*background-color: #a8a8a8;*/ padding-bottom:20px; /*Pour s�parer le contenu de la bordure du bas du bloc*/ magin-bottom:15px; /*Pour s�parer la bordure du prochain �l�ment*/ border-bottom: 3px solid gray;/*Pour faire un trait gris horizontal*/ margin-left: 165px; } #numero { /*background-color: #a8a8a8;*/ width: 480px; margin-left: 140px; font-family: police4; font-size: 19px; color: green; } table td { vertical-align: top; } table td p { margin-right: 15px; max-height: 44px; max-width: 90%; overflow: auto; } #etat_civil{ width: 70%; } #etat_civil tr{ width: 70%; } #photo, #modifier_photo /*photo*/ { width: 100px; float: left; border-top-width: 10px; border-right-width: 10px; border-right-width-ltr-source: physical; border-right-width-rtl-source: physical; border-bottom-width: 10px; border-left-width: 10px; border-left-width-ltr-source: physical; border-left-width-rtl-source: physical; border-top-style: solid; border-right-style: solid; border-right-style-ltr-source: physical; border-right-style-rtl-source: physical; border-bottom-style: solid; border-left-style: solid; border-left-style-ltr-source: physical; border-left-style-rtl-source: physical; border-top-color: white; border-right-color: white; border-right-color-ltr-source: physical; border-right-color-rtl-source: physical; border-bottom-color: white; border-left-color: white; border-left-color-ltr-source: physical; border-left-color-rtl-source: physical; box-shadow: 0pt 0pt 12px rgba(0, 0, 0, 0.2); } /****************************BOUTON************************/ #thoughtbot button { width:auto; padding:8px 0; text-align:center; display: inline-block; float:left; margin:0 0px 0 0; border-radius:7px; font-size: 0.85em; font-weight: bold; width:80px; color:#000; font-family: Arial,sans-serif; box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1); text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3); } #thoughtbot button:hover { background: #ccc; background: -webkit-linear-gradient( #eee, #aaa); background: -moz-linear-gradient( #eee, #aaa); background: -ms-linear-gradient( #eee, #aaa); background: -o-linear-gradient( #eee, #aaa); background: linear-gradient( #eee, #aaa); } /* STYLE POUR LA LISTE DE SELECTION DE LA TABLE*/ #listeDataTable{ margin-top: 0px; margin-bottom: 0px; margin-left: -10px; } .dataTables_paginate * { background: #e9e8e8; padding-top: 6px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; color: black; /*margin-top: 100px;*/ cursor: pointer; } div .dataTables_paginate { margin-bottom: 20px; } .dataTables_paginate .first { margin-right: 0px; } .dataTables_paginate .last { margin-left: 0px; } .dataTables_paginate .previous { margin-right: 2px; border-left: 1px solid #bdb9b9; } .dataTables_paginate .next { margin-left: 3px; border-right: 1px solid #bdb9b9; } .dataTables_paginate a:hover { text-decoration: none; background-color: #c3c1c1; color: white; } .dataTables_paginate .paginate_active { text-decoration: none; background-color: #b5b2b2; color: white; } #nomMaj{ text-transform : uppercase; } #contenu { background: #fff; max-height: 3000px; border: 3px solid #ccc; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top: 2px solid #cccccc; padding-left: 30px; padding-right: 30px; box-shadow: 0pt 5pt 12px rgba(0, 0, 0, 0.5); } #titre { height: 30px; border: 3px solid #ccc; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 2px solid #cccccc; background : #fff; padding-left: 10px; padding-bottom: 5px; padding-top : 13px; box-shadow: 0pt 0pt 12px rgba(0, 0, 0, 0.5); } .titreParents { width: 20px; height: 20px; background: #cccccc; float:left; margin-right: 10px; border-top-left-radius: 50px; } .titreParentLab { font-family: times new roman; border-bottom: 3px solid #cccccc; background: #f5f5f5; height: 20px; border-top-left-radius: 50px; border-top-right-radius: 50px; font-size: 15px; } .infos_parentales_tab tr td { padding-left: 13px; } .zoneColor { background: white; } .infos_parentales_tab tr:hover { background: none; } .zoneColor p { min-width: 100%; }
0.269326
0.068881
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap"); body { margin: 0; font-family: 'Montserrat'; background: #eeeeee; font-size: 18px; height: 100vh; } .container { margin: 0 auto; text-align: center; } .container .logo { width: 130px; } .container .h1 { margin: 1em 0; } .container p { line-height: 1.7rem; } .container .left { background: linear-gradient(160deg, #601df7 0%, #8800ff 100%); padding: 1em; } .container .left p, .container .left h1 { color: white; } .container .right p { margin: 2em 0 1em; } .container .light { color: rgba(255, 255, 255, 0.7) !important; margin-top: 2em; } .container input { text-align: center; } .container input, .container button { width: calc(100% - 3em); padding: .5em; font-size: 1.3rem; outline: none; margin: 1em; } .container button { width: calc(100% - 2em); margin: 0; background: #8800ff; color: white; border: none; cursor: pointer; } .attention { width: 100%; margin: .5em auto 0; text-align: center; } .attention .me { margin-top: 2em; width: 3em; border-radius: 50%; } .attention .arrow { width: 15em; } @media only screen and (min-width: 1024px) { .logo { margin: 1em 0; } p { line-height: 1.7em !important; } .inner { display: -ms-grid; display: grid; -ms-grid-columns: 55% auto; grid-template-columns: 55% auto; } .inner .left { text-align: left; padding: 0 2em; height: 100vh; display: -ms-grid; display: grid; } .inner .left .content { padding: 0 3em; } .inner .left h1 { margin: 0; font-size: 2.4em; } .inner .left h1 span { display: block; } .inner .right { text-align: right; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; padding: 0 2em 1.5em; -ms-grid-column-align: center; justify-self: center; } .inner .right input { width: calc(100% - 1em) !important; margin: 1em 0; } .inner .right button { width: 100% !important; } .proto-container { -webkit-clip-path: inset 0 45% 0 0; clip-path: inset 0 45% 0 0; position: absolute; top: 20%; height: 70%; z-index: 0; width: 100%; pointer-events: none; } .proto-container .proto { border: 3px solid rgba(255, 255, 255, 0.1); width: 19%; height: 80%; float: left; margin-left: 1em; -webkit-transform: translateX(10%); transform: translateX(10%); } } @media only screen and (min-width: 1600px) { body { font-size: 22px; } .content { padding: 0 6em !important; } .right { padding: 0 !important; } } /*# sourceMappingURL=main.css.map */
models/03_responsive_landingpage/css/main.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap"); body { margin: 0; font-family: 'Montserrat'; background: #eeeeee; font-size: 18px; height: 100vh; } .container { margin: 0 auto; text-align: center; } .container .logo { width: 130px; } .container .h1 { margin: 1em 0; } .container p { line-height: 1.7rem; } .container .left { background: linear-gradient(160deg, #601df7 0%, #8800ff 100%); padding: 1em; } .container .left p, .container .left h1 { color: white; } .container .right p { margin: 2em 0 1em; } .container .light { color: rgba(255, 255, 255, 0.7) !important; margin-top: 2em; } .container input { text-align: center; } .container input, .container button { width: calc(100% - 3em); padding: .5em; font-size: 1.3rem; outline: none; margin: 1em; } .container button { width: calc(100% - 2em); margin: 0; background: #8800ff; color: white; border: none; cursor: pointer; } .attention { width: 100%; margin: .5em auto 0; text-align: center; } .attention .me { margin-top: 2em; width: 3em; border-radius: 50%; } .attention .arrow { width: 15em; } @media only screen and (min-width: 1024px) { .logo { margin: 1em 0; } p { line-height: 1.7em !important; } .inner { display: -ms-grid; display: grid; -ms-grid-columns: 55% auto; grid-template-columns: 55% auto; } .inner .left { text-align: left; padding: 0 2em; height: 100vh; display: -ms-grid; display: grid; } .inner .left .content { padding: 0 3em; } .inner .left h1 { margin: 0; font-size: 2.4em; } .inner .left h1 span { display: block; } .inner .right { text-align: right; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; padding: 0 2em 1.5em; -ms-grid-column-align: center; justify-self: center; } .inner .right input { width: calc(100% - 1em) !important; margin: 1em 0; } .inner .right button { width: 100% !important; } .proto-container { -webkit-clip-path: inset 0 45% 0 0; clip-path: inset 0 45% 0 0; position: absolute; top: 20%; height: 70%; z-index: 0; width: 100%; pointer-events: none; } .proto-container .proto { border: 3px solid rgba(255, 255, 255, 0.1); width: 19%; height: 80%; float: left; margin-left: 1em; -webkit-transform: translateX(10%); transform: translateX(10%); } } @media only screen and (min-width: 1600px) { body { font-size: 22px; } .content { padding: 0 6em !important; } .right { padding: 0 !important; } } /*# sourceMappingURL=main.css.map */
0.436622
0.071689
@font-face { font-family: 'gotham_narrowbold'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.svg#gotham_narrowbold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'gotham_narrowbook'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.svg#gotham_narrowbook') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'gotham_narrowmedium'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.svg#gotham_narrowmedium') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'tondoregular'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.svg#tondoregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'gotham_narrowlight'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.woff2') format('woff2'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.svg#gotham_narrowlight') format('svg'); font-weight: normal; font-style: normal; }
server/views/SitePages/Raporlar/2014/fonts/stylesheet.css
@font-face { font-family: 'gotham_narrowbold'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-bold-webfont.svg#gotham_narrowbold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'gotham_narrowbook'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-book-webfont.svg#gotham_narrowbook') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'gotham_narrowmedium'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-medium-webfont.svg#gotham_narrowmedium') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'tondoregular'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/tondo-regular-webfont.svg#tondoregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'gotham_narrowlight'; src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.eot'); src: url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.woff2') format('woff2'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.woff') format('woff'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.ttf') format('truetype'), url('https://www.ziraatbank.com.tr/SitePages/Raporlar/2014/fonts/gothamnarrow-light-webfont.svg#gotham_narrowlight') format('svg'); font-weight: normal; font-style: normal; }
0.305179
0.122733
body { font-family: "微软雅黑"; text-align: justify; text-justify: inter-ideograph; } .inline { display: inline-block; } .no-response { overflow-x: auto !important; position: relative; } .no-response-container { min-width: 1150px; padding: 30px; } .text-center { text-align: center; } .wj i img { width: 100%; max-width: 100%; } .wj i { display: inline-block; } .wj { border-radius: 10px; margin: 30px auto; background-color: #fff; color: #666; } .wj-title { background-color: #369DE1; color: #fff; font-size: 20px; padding: 5px 20px; line-height: 45px; border-top-left-radius: 10px; border-top-right-radius: 10px; } .wj-title>i { width: 45px; margin-right: 10px; } .drwb-icon { width: 45px; height: 47px; display: inline-block; margin-right: 10px; } .wj-content { padding: 10px 15px; min-height: 500px; } .wj-content-title .left { float: left; } .wj-content-title .right { float: right; } .wj-content-title .right span { margin-left: 5px; } .wj-blue-h3 { color: #3B7ED2; font-size: 20px; } .wj-normal-font { font-size: 12px; color: #686868; font-family: "宋体"; } .wj-btn { border-radius: 5px; padding: 5px; color: #666; font-family: "宋体"; font-size: 12px; } .wj-btn i { margin-right: 3px; } .btn-orange { border: 1px solid #F27D21; } .btn-orange i { color: #F27D21; } .btn-green { border: 1px solid #71B52F; } .btn-green i { color: #71B52F; } .wj-content-title { padding: 10px 15px; } .wj-conetnt { border: 1px solid #2872CE; padding: 10px; font-family: "宋体"; font-size: 12px; line-height: 24px; max-height: 500px; overflow-y: auto; } .wj-question { margin-top: 10px; } .opreat { text-align: center; margin-bottom: 20px; } .opreat-btn { background-color: #369de1; color: #fff; padding: 10px 10px 10px 20px; letter-spacing: 10px; border-radius: 5px; display: inline-block; } .blank-module { width: 900px; } .blank-module .wj-content>.item { border-left: 1px solid transparent; border-right: 1px solid transparent; border-top: 1px solid transparent; border-bottom: 1px solid #ddd; cursor: move; padding: 30px 15px; background-color: #fff; margin-bottom: 10px; box-shadow: 0 4px 5px 0 transparent, 0 1px 10px 0 transparent, 0 2px 4px -1px transparent; } .blank-module .wj-content>.item:hover { border: 1px solid #97bfe6; box-shadow: 0 4px 5px 0 rgb(128, 196, 251), 0 1px 10px 0 rgba(128, 196, 251, 1), 0 2px 4px -1px rgba(128, 196, 251, 0.2); } .fixed-left-block { /*position: fixed;*/ } .fixed-left-block>div .title { /*position: absolute; top: -24px; left: 7px;*/ font-size: 16px; line-height: 40px; padding-left: 25px; margin-top: 20px; } .fixed-left-block .content { background-color: #fff; /*border-top: 15px solid #369de1;*/ /*border-top-left-radius: 5px;*/ /*border-top-right-radius: 5px;*/ } .fixed-left-block .content .item { position: relative; text-indent: 30px; border: 1px solid #ddd; margin: 12px 20px; } .fixed-left-block .content .item>div { display: none; } .fixed-left-block .content .item>.preview { display: block; position: relative; padding: 6px 22px 6px 12px; } .fixed-left-block .content .item .font { text-indent: 20px !important; display: block; } .fixed-left-block .content .item .img-icon { position: absolute; left: 15px; text-indent: 0; } .fixed-left-block .content .item:hover { cursor: pointer; border: 1px solid #3B7ED2; color: #3B7ED2; } .wj-title .fr { float: right; font-size: 16px; line-height: 60px; } .wj-title .fr>i { font-size: 14px; margin-right: 10px; } .create .form-horizontal { padding-bottom: 30px; border-bottom: 1px solid #959595; } .wj-img-area { width: 600px; padding: 20px; margin: auto; text-align: center; } .wj-img-block { display: inline-block; background-color: #54B8DA; border: 1px solid #54B8DA; border-radius: 7px; margin: 0 30px; } .wj-img-block div { background-color: #fff; border-top-left-radius: 7px; border-top-right-radius: 7px; padding: 12px 10px; text-align: center; } .wj-img-block img { padding: 30px; } .create .text-center button { padding: 8px 30px; margin: 30px 0 0; } .preview .narrate { word-break: break-all; font-size: 13px; line-height: 20px; border-bottom: 1px dashed #ddd; letter-spacing: 1px; padding-bottom: 15px; padding-top: 15px; } .wj-topic-content>div { display: inline-block; margin-right: 10px; } .wj-topic-title { font-weight: 600; padding: 7px 0; } .preview .wj-content .item { margin-bottom: 15px; } .preview .wj-content .item .wj-topic { padding: 3px 0; margin-top: 5px; } .preview .text-center { padding: 30px 0 10px 0; } .preview .text-center button { margin: 0 20px; } @media only screen and (max-width: 767px) { .wj-topic-content>div { display: block; } .wj-content { padding: 15px 10px; } .preview .text-center { padding: 0; } } .preview.type2 .wj-topic-title { background-color: #F5F5F5; } .preview.type2 .wj-content .item .wj-topic { background-color: #E9F6FE; } .wj-title .fr img { margin-right: 10px; } /*.img-icon i { display: inline-block; width: 19px; height: 19px; }*/ .dxxx-icon { background: url(../images/icon/dx.png); } .dxxx-icon.checked { background: url(../images/icon/dxcheked.png); } .daxzh-icon { background: url(../images/icon/dx.png); } .daxzh-icon.checked { background: url(../images/icon/dxcheked.png); } .dxxz-icon { background: url(../images/icon/duox.png); } .dxxz-icon.checked { background: url(../images/icon/duox2.png); } .dxzh-icon { background: url(../images/icon/duox.png); } .dxzh-icon.checked { background: url(../images/icon/duox2.png); } .wbt-icon { background: url(../images/icon/wben.png); } .wbt-icon.checked { background: url(../images/icon/wben2.png); } .mssm-icon { background: url(../images/icon/mshu.png); } .mssm-icon.checked { background: url(../images/icon/mshu2.png); } .wj-setting-title .checkbox { display: inline-block; } .tjxx { display: inline-block; width: 25px; height: 25px; background: url(../images/icon/add.png); } .blank-module .wj-content>.item .add-chosen .float_r, .blank-module .wj-content>.item .add-chosen .tjxx { cursor: pointer; } .blank-module .wj-content>.item .add-chosen .float_r .number-jump { margin-bottom: 5px; position: absolute; top: -40px; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 20px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2); background-color: #f5f5f5; padding: 5px 10px; right: 0; /*display: none;*/ } .blank-module .wj-content>.item .add-chosen .float_r .number-jump input { width: 40px; text-align: center; } .wj-setting-title { cursor: initial; } .add-chosen { position: relative; z-index: 2; } .wj-setting-content .edit-area { padding: 5px 0; display: inline-block; min-height: 35px; position: relative; min-width: 500px; } .wj-setting-content .edit-area .position-absolute { z-index: 99; cursor: pointer; position: absolute; } .wj-question-type { font-weight: 600; color: #444; } div[data-issue="wbt"] .add-chosen>i, div[data-issue="mssm"] .add-chosen>i { display: none; } .wj-setting-title input[type="text"] { vertical-align: middle; } .item[data-issue='wbt'] .wj-setting-title input[type="text"] { max-width: 40px; height: 30px; } .wj-setting-content { margin-bottom: 15px; } .fixed-left-block .content .item .img-icon i { cursor: move; text-indent: 0; } .wj-helper { background-color: #DDDDDD; width: 150px !important; padding: 10px; } select.has-error { border: 1px solid #f00; } .no-sort { cursor: initial; } .edit-area .glyphicon { cursor: pointer; } .move { cursor: move; } .edit-module .checkbox, .edit-module .radio { margin: 5px 0; padding: 8px 0; } .edit-module .checkbox.other .glyphicon, .edit-module .radio.other .glyphicon { display: none !important; } .edit-module .wj-setting-content .checkbox:hover, .edit-module .wj-setting-content .radio:hover { background-color: #F5F5F5; cursor: pointer; } .wj-shade { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #eee; filter: alpha(opacity=10); opacity: .1; } .wj-placeholder { height: 1.5em; line-height: 1.2em; } .wj-drop { border: 1px solid #369DE1; border-radius: 5px; } .drag-style { border: 1px solid #369DE1; } .wj-setting-title .checkbox { min-width: 80px; } .wj-hide { display: none !important; } .wj-mb-title { border-bottom: 1px solid #fff; } .wj-mb-title.chose { background-color: #54b8da; color: #fff; } .form-control, .analog-input { display: inline-block; /**width: auto;**/ height: 25px; line-height: 25px; padding: 0 5px; } .analog-input { background-color: #fff; border: 1px solid #ddd; min-width: 100px; text-align: left !important; cursor: pointer !important; position: relative; z-index: 4; } .analog-select .select-content { position: absolute; border: 1px solid #ddd; top: 28px; background-color: #fff; z-index: 8; width: 100%; display: none; max-height: 150px; overflow: overlay; } .analog-select { position: relative; } .select-content .item-option { border-bottom: 1px solid #ddd; height: 25px; line-height: 25px; padding-left: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .select-content .item-option:last-child { border-bottom: none; }
niutal-component-wjdc-parent/niutal-component-wjdc-web-v5/src/main/webapp/css/wjdc/wjsj.css
body { font-family: "微软雅黑"; text-align: justify; text-justify: inter-ideograph; } .inline { display: inline-block; } .no-response { overflow-x: auto !important; position: relative; } .no-response-container { min-width: 1150px; padding: 30px; } .text-center { text-align: center; } .wj i img { width: 100%; max-width: 100%; } .wj i { display: inline-block; } .wj { border-radius: 10px; margin: 30px auto; background-color: #fff; color: #666; } .wj-title { background-color: #369DE1; color: #fff; font-size: 20px; padding: 5px 20px; line-height: 45px; border-top-left-radius: 10px; border-top-right-radius: 10px; } .wj-title>i { width: 45px; margin-right: 10px; } .drwb-icon { width: 45px; height: 47px; display: inline-block; margin-right: 10px; } .wj-content { padding: 10px 15px; min-height: 500px; } .wj-content-title .left { float: left; } .wj-content-title .right { float: right; } .wj-content-title .right span { margin-left: 5px; } .wj-blue-h3 { color: #3B7ED2; font-size: 20px; } .wj-normal-font { font-size: 12px; color: #686868; font-family: "宋体"; } .wj-btn { border-radius: 5px; padding: 5px; color: #666; font-family: "宋体"; font-size: 12px; } .wj-btn i { margin-right: 3px; } .btn-orange { border: 1px solid #F27D21; } .btn-orange i { color: #F27D21; } .btn-green { border: 1px solid #71B52F; } .btn-green i { color: #71B52F; } .wj-content-title { padding: 10px 15px; } .wj-conetnt { border: 1px solid #2872CE; padding: 10px; font-family: "宋体"; font-size: 12px; line-height: 24px; max-height: 500px; overflow-y: auto; } .wj-question { margin-top: 10px; } .opreat { text-align: center; margin-bottom: 20px; } .opreat-btn { background-color: #369de1; color: #fff; padding: 10px 10px 10px 20px; letter-spacing: 10px; border-radius: 5px; display: inline-block; } .blank-module { width: 900px; } .blank-module .wj-content>.item { border-left: 1px solid transparent; border-right: 1px solid transparent; border-top: 1px solid transparent; border-bottom: 1px solid #ddd; cursor: move; padding: 30px 15px; background-color: #fff; margin-bottom: 10px; box-shadow: 0 4px 5px 0 transparent, 0 1px 10px 0 transparent, 0 2px 4px -1px transparent; } .blank-module .wj-content>.item:hover { border: 1px solid #97bfe6; box-shadow: 0 4px 5px 0 rgb(128, 196, 251), 0 1px 10px 0 rgba(128, 196, 251, 1), 0 2px 4px -1px rgba(128, 196, 251, 0.2); } .fixed-left-block { /*position: fixed;*/ } .fixed-left-block>div .title { /*position: absolute; top: -24px; left: 7px;*/ font-size: 16px; line-height: 40px; padding-left: 25px; margin-top: 20px; } .fixed-left-block .content { background-color: #fff; /*border-top: 15px solid #369de1;*/ /*border-top-left-radius: 5px;*/ /*border-top-right-radius: 5px;*/ } .fixed-left-block .content .item { position: relative; text-indent: 30px; border: 1px solid #ddd; margin: 12px 20px; } .fixed-left-block .content .item>div { display: none; } .fixed-left-block .content .item>.preview { display: block; position: relative; padding: 6px 22px 6px 12px; } .fixed-left-block .content .item .font { text-indent: 20px !important; display: block; } .fixed-left-block .content .item .img-icon { position: absolute; left: 15px; text-indent: 0; } .fixed-left-block .content .item:hover { cursor: pointer; border: 1px solid #3B7ED2; color: #3B7ED2; } .wj-title .fr { float: right; font-size: 16px; line-height: 60px; } .wj-title .fr>i { font-size: 14px; margin-right: 10px; } .create .form-horizontal { padding-bottom: 30px; border-bottom: 1px solid #959595; } .wj-img-area { width: 600px; padding: 20px; margin: auto; text-align: center; } .wj-img-block { display: inline-block; background-color: #54B8DA; border: 1px solid #54B8DA; border-radius: 7px; margin: 0 30px; } .wj-img-block div { background-color: #fff; border-top-left-radius: 7px; border-top-right-radius: 7px; padding: 12px 10px; text-align: center; } .wj-img-block img { padding: 30px; } .create .text-center button { padding: 8px 30px; margin: 30px 0 0; } .preview .narrate { word-break: break-all; font-size: 13px; line-height: 20px; border-bottom: 1px dashed #ddd; letter-spacing: 1px; padding-bottom: 15px; padding-top: 15px; } .wj-topic-content>div { display: inline-block; margin-right: 10px; } .wj-topic-title { font-weight: 600; padding: 7px 0; } .preview .wj-content .item { margin-bottom: 15px; } .preview .wj-content .item .wj-topic { padding: 3px 0; margin-top: 5px; } .preview .text-center { padding: 30px 0 10px 0; } .preview .text-center button { margin: 0 20px; } @media only screen and (max-width: 767px) { .wj-topic-content>div { display: block; } .wj-content { padding: 15px 10px; } .preview .text-center { padding: 0; } } .preview.type2 .wj-topic-title { background-color: #F5F5F5; } .preview.type2 .wj-content .item .wj-topic { background-color: #E9F6FE; } .wj-title .fr img { margin-right: 10px; } /*.img-icon i { display: inline-block; width: 19px; height: 19px; }*/ .dxxx-icon { background: url(../images/icon/dx.png); } .dxxx-icon.checked { background: url(../images/icon/dxcheked.png); } .daxzh-icon { background: url(../images/icon/dx.png); } .daxzh-icon.checked { background: url(../images/icon/dxcheked.png); } .dxxz-icon { background: url(../images/icon/duox.png); } .dxxz-icon.checked { background: url(../images/icon/duox2.png); } .dxzh-icon { background: url(../images/icon/duox.png); } .dxzh-icon.checked { background: url(../images/icon/duox2.png); } .wbt-icon { background: url(../images/icon/wben.png); } .wbt-icon.checked { background: url(../images/icon/wben2.png); } .mssm-icon { background: url(../images/icon/mshu.png); } .mssm-icon.checked { background: url(../images/icon/mshu2.png); } .wj-setting-title .checkbox { display: inline-block; } .tjxx { display: inline-block; width: 25px; height: 25px; background: url(../images/icon/add.png); } .blank-module .wj-content>.item .add-chosen .float_r, .blank-module .wj-content>.item .add-chosen .tjxx { cursor: pointer; } .blank-module .wj-content>.item .add-chosen .float_r .number-jump { margin-bottom: 5px; position: absolute; top: -40px; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 20px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2); background-color: #f5f5f5; padding: 5px 10px; right: 0; /*display: none;*/ } .blank-module .wj-content>.item .add-chosen .float_r .number-jump input { width: 40px; text-align: center; } .wj-setting-title { cursor: initial; } .add-chosen { position: relative; z-index: 2; } .wj-setting-content .edit-area { padding: 5px 0; display: inline-block; min-height: 35px; position: relative; min-width: 500px; } .wj-setting-content .edit-area .position-absolute { z-index: 99; cursor: pointer; position: absolute; } .wj-question-type { font-weight: 600; color: #444; } div[data-issue="wbt"] .add-chosen>i, div[data-issue="mssm"] .add-chosen>i { display: none; } .wj-setting-title input[type="text"] { vertical-align: middle; } .item[data-issue='wbt'] .wj-setting-title input[type="text"] { max-width: 40px; height: 30px; } .wj-setting-content { margin-bottom: 15px; } .fixed-left-block .content .item .img-icon i { cursor: move; text-indent: 0; } .wj-helper { background-color: #DDDDDD; width: 150px !important; padding: 10px; } select.has-error { border: 1px solid #f00; } .no-sort { cursor: initial; } .edit-area .glyphicon { cursor: pointer; } .move { cursor: move; } .edit-module .checkbox, .edit-module .radio { margin: 5px 0; padding: 8px 0; } .edit-module .checkbox.other .glyphicon, .edit-module .radio.other .glyphicon { display: none !important; } .edit-module .wj-setting-content .checkbox:hover, .edit-module .wj-setting-content .radio:hover { background-color: #F5F5F5; cursor: pointer; } .wj-shade { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #eee; filter: alpha(opacity=10); opacity: .1; } .wj-placeholder { height: 1.5em; line-height: 1.2em; } .wj-drop { border: 1px solid #369DE1; border-radius: 5px; } .drag-style { border: 1px solid #369DE1; } .wj-setting-title .checkbox { min-width: 80px; } .wj-hide { display: none !important; } .wj-mb-title { border-bottom: 1px solid #fff; } .wj-mb-title.chose { background-color: #54b8da; color: #fff; } .form-control, .analog-input { display: inline-block; /**width: auto;**/ height: 25px; line-height: 25px; padding: 0 5px; } .analog-input { background-color: #fff; border: 1px solid #ddd; min-width: 100px; text-align: left !important; cursor: pointer !important; position: relative; z-index: 4; } .analog-select .select-content { position: absolute; border: 1px solid #ddd; top: 28px; background-color: #fff; z-index: 8; width: 100%; display: none; max-height: 150px; overflow: overlay; } .analog-select { position: relative; } .select-content .item-option { border-bottom: 1px solid #ddd; height: 25px; line-height: 25px; padding-left: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .select-content .item-option:last-child { border-bottom: none; }
0.364099
0.081374
.charsheet { background-color: #D3D3D3; background-repeat: repeat; color: black; } .sheet-logo{ position: absolute; } .sheet-pools{ display: grid; grid-template-columns: repeat(1, 1fr); grid-gap:10px; } .sheet-grid1{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:5px; color: black; } .sheet-grid2{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:5px; color: black; } .sheet-grid3{ display: grid; grid-template-columns: repeat(4, 1fr); grid-gap:5px; color: black; } .sheet-character, .sheet-magic, .sheet-decks, .sheet-gear, .sheet-vehicles, .sheet-combat, .sheet-skills{ display: none; color: black; } .sheet-tabstoggle[value="character"] ~ div.sheet-character, .sheet-tabstoggle[value="decks"] ~ div.sheet-decks, .sheet-tabstoggle[value="magic"] ~ div.sheet-magic, .sheet-tabstoggle[value="gear"] ~ div.sheet-gear, .sheet-tabstoggle[value="vehicles"] ~ div.sheet-vehicles, .sheet-tabstoggle[value="combat"] ~ div.sheet-combat, .sheet-tabstoggle[value="skills"] ~ div.sheet-skills{ display: block; } .sheet-attributes{ display: grid; grid-template-columns: max-content max-content max-content; grid-gap:5px; } .sheet-attributes .sheet-header{ text-align:center; font-weight:bold; } .sheet-attributes .sheet-label{ align-self:center; } button[type=roll].sheet-d6-dice::before { font-family: 'dicefontd6'; content: 'F '; } /* GENERAL STYLING OF ELEMENTS WITHIN THE SHEET */ .sheet-aname { width: 120px; } .sheet-arating { width: 50px !important;} /* sorry, had to */ .sheet-atable { display: table; width: 100%; font-size: 11px; } .sheet-atable .itemcontrol { height: auto !important; } /* needed in tables? */ .sheet-atable .repcontainer { display: table-row-group; } .sheet-atablecell{ display: table-cell; padding: 5px; } .sheet-atablerow, .sheet-atable .repitem { display: table-row; } .sheet-clearboth { clear: both;} .sheet-floatleft { float: left; } .sheet-weaponstable input, .sheet-weaponstable select, .sheet-weaponstable textarea, .sheet-weaponstable .sheet-atablecell, .sheet-spellstable input, .sheet-spellstable select, .sheet-spellstable textarea, .sheet-spellstable .sheet-atablecell{ font-size: 9.5px; height: initial; min-height: 24px; padding: 2px 0px 2px 3px;
Shadowrun2e/shadowrun2e.css
.charsheet { background-color: #D3D3D3; background-repeat: repeat; color: black; } .sheet-logo{ position: absolute; } .sheet-pools{ display: grid; grid-template-columns: repeat(1, 1fr); grid-gap:10px; } .sheet-grid1{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:5px; color: black; } .sheet-grid2{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:5px; color: black; } .sheet-grid3{ display: grid; grid-template-columns: repeat(4, 1fr); grid-gap:5px; color: black; } .sheet-character, .sheet-magic, .sheet-decks, .sheet-gear, .sheet-vehicles, .sheet-combat, .sheet-skills{ display: none; color: black; } .sheet-tabstoggle[value="character"] ~ div.sheet-character, .sheet-tabstoggle[value="decks"] ~ div.sheet-decks, .sheet-tabstoggle[value="magic"] ~ div.sheet-magic, .sheet-tabstoggle[value="gear"] ~ div.sheet-gear, .sheet-tabstoggle[value="vehicles"] ~ div.sheet-vehicles, .sheet-tabstoggle[value="combat"] ~ div.sheet-combat, .sheet-tabstoggle[value="skills"] ~ div.sheet-skills{ display: block; } .sheet-attributes{ display: grid; grid-template-columns: max-content max-content max-content; grid-gap:5px; } .sheet-attributes .sheet-header{ text-align:center; font-weight:bold; } .sheet-attributes .sheet-label{ align-self:center; } button[type=roll].sheet-d6-dice::before { font-family: 'dicefontd6'; content: 'F '; } /* GENERAL STYLING OF ELEMENTS WITHIN THE SHEET */ .sheet-aname { width: 120px; } .sheet-arating { width: 50px !important;} /* sorry, had to */ .sheet-atable { display: table; width: 100%; font-size: 11px; } .sheet-atable .itemcontrol { height: auto !important; } /* needed in tables? */ .sheet-atable .repcontainer { display: table-row-group; } .sheet-atablecell{ display: table-cell; padding: 5px; } .sheet-atablerow, .sheet-atable .repitem { display: table-row; } .sheet-clearboth { clear: both;} .sheet-floatleft { float: left; } .sheet-weaponstable input, .sheet-weaponstable select, .sheet-weaponstable textarea, .sheet-weaponstable .sheet-atablecell, .sheet-spellstable input, .sheet-spellstable select, .sheet-spellstable textarea, .sheet-spellstable .sheet-atablecell{ font-size: 9.5px; height: initial; min-height: 24px; padding: 2px 0px 2px 3px;
0.332744
0.25163
:root { box-sizing: border-box; --color-dark: #0C0C0C; --color-gray: #C6C6C6; --color-light-dark: #424040; --color-main: #2B2B35; --color-white: #fff; --color-pink: #CD628F; } *, *::after, *::before { box-sizing: inherit; } body { background-color: var(--color-dark); height: 100vh; font-family: 'Montserrat', sans-serif; font-size: 16px; margin: 0; overflow: hidden; padding: 0; } h1, h2, h3, h4, h5, h6 { font-weight: 900; letter-spacing: 1px; margin: 10px 0; text-transform: uppercase; } ul { margin: 0; padding: 0; } ul li { list-style: none; } /* Page code */ nav { display: flex; justify-content: space-between; width: 100%; } nav img { width: 200px; } nav a { margin: 20px 20px 0 0; } main { display: flex; flex-flow: row nowrap; } .wrapper { max-width: 1200px; margin: 0 auto; } .content-page { transform-style: preserve-3d; transition: all 400ms linear; z-index: 3; } .content-page.open { border: 20px solid var(--color-pink); box-shadow: 0px 2px 12px 3px rgba(0,0,0,0.75); cursor: pointer; transform: perspective(800px) rotateY(30deg) translateZ(-1200px); } .menu { display: flex; justify-content: flex-end; padding: 10% 10% 0 0; z-index: 2; } .menu ul li { margin: 20px 0; text-align: center; } .menu ul li:hover a { text-decoration: line-through; text-decoration-color: var(--color-pink); } .menu ul li a { color: var(--color-white); font-weight: 900; font-size: 3em; transform-style: preserve-3d; } .content-page, .menu { background-color: var(--color-dark); height: 100vh; position: absolute; width: 100vw; } .container { height: 100vh; position: relative; width: 100vw; } .scrollbar { border-left: 1px solid var(--color-gray); color: var(--color-gray); display: flex; flex-direction: column; height: 50vh; margin-top: 20vh; padding-left: 20px; width: 20%; } .scrollpoint { align-items: center; display: flex; flex: 1; position: relative; } .scrollpoint span { cursor: pointer; position: absolute; transition: all 300ms ease-in; } .scrollpoint > span:nth-child(2) { visibility: hidden; transform: translateX(300%); } .scrollpoint.selected > span { font-weight: 900; left: -55px; } .scrollpoint.selected > span:nth-child(2) { visibility: visible; transform: translateX(50px); } .menuicon { color: var(--color-white); font-size: 2em; } .scrollpage { display: flex; height: 50vh; margin-top: 20vh; position: relative; width: 80%; } .scrollpage .slide { background-color: var(--color-dark); color: var(--color-white); height: 100%; left: 0; opacity: 0; position: absolute; right: 0; transition: all 300ms ease-in; width: 100%; z-index: 1; } .slide.active { opacity: 1; z-index: 5; } .slide-content { display: flex; flex-direction: column; height: 100%; justify-content: center; } .slide-content h1 { font-size: 3em; max-width: 500px; } .slide1 .slide-content { background: url(/warrior.6d6a140d.png) no-repeat; background-position-x: 100%; background-size: contain; } .slide2 .slide-content { background: url(/slide2.7c59ff09.png) no-repeat; background-position-x: 100%; background-position-y: 40%; background-size: 40%; } .slide3 .slide-content { background: url(/slide3.f7166899.png) no-repeat; background-position-x: 100%; background-position-y: 50%; background-size: 40%; } .slide4 .slide-content { background: url(/slide4.99995e33.png) no-repeat; background-position-x: 100%; background-position-y: 50%; background-size: 50%; } .button-link { color: var(--color-white); font-weight: 700; max-width: 250px; position: relative; text-transform: uppercase; transition: all 300ms linear; z-index: 1; } .button-link span { padding-bottom: 10px; transition: all 300ms linear; } .button-link:hover { box-shadow: inset 0 0px 0 white, inset 0 -1px 0 var(--color-pink); } .button-link:hover span::after { opacity: 0; text-decoration: none; } .button-link span::after { content: '→'; font-size: 1.5em; font-weight: 900; margin-left: 10px; text-decoration: none; transition: all 300ms linear; } /*# sourceMappingURL=/styles.b61e60ae.css.map */
docs/styles.b61e60ae.css
:root { box-sizing: border-box; --color-dark: #0C0C0C; --color-gray: #C6C6C6; --color-light-dark: #424040; --color-main: #2B2B35; --color-white: #fff; --color-pink: #CD628F; } *, *::after, *::before { box-sizing: inherit; } body { background-color: var(--color-dark); height: 100vh; font-family: 'Montserrat', sans-serif; font-size: 16px; margin: 0; overflow: hidden; padding: 0; } h1, h2, h3, h4, h5, h6 { font-weight: 900; letter-spacing: 1px; margin: 10px 0; text-transform: uppercase; } ul { margin: 0; padding: 0; } ul li { list-style: none; } /* Page code */ nav { display: flex; justify-content: space-between; width: 100%; } nav img { width: 200px; } nav a { margin: 20px 20px 0 0; } main { display: flex; flex-flow: row nowrap; } .wrapper { max-width: 1200px; margin: 0 auto; } .content-page { transform-style: preserve-3d; transition: all 400ms linear; z-index: 3; } .content-page.open { border: 20px solid var(--color-pink); box-shadow: 0px 2px 12px 3px rgba(0,0,0,0.75); cursor: pointer; transform: perspective(800px) rotateY(30deg) translateZ(-1200px); } .menu { display: flex; justify-content: flex-end; padding: 10% 10% 0 0; z-index: 2; } .menu ul li { margin: 20px 0; text-align: center; } .menu ul li:hover a { text-decoration: line-through; text-decoration-color: var(--color-pink); } .menu ul li a { color: var(--color-white); font-weight: 900; font-size: 3em; transform-style: preserve-3d; } .content-page, .menu { background-color: var(--color-dark); height: 100vh; position: absolute; width: 100vw; } .container { height: 100vh; position: relative; width: 100vw; } .scrollbar { border-left: 1px solid var(--color-gray); color: var(--color-gray); display: flex; flex-direction: column; height: 50vh; margin-top: 20vh; padding-left: 20px; width: 20%; } .scrollpoint { align-items: center; display: flex; flex: 1; position: relative; } .scrollpoint span { cursor: pointer; position: absolute; transition: all 300ms ease-in; } .scrollpoint > span:nth-child(2) { visibility: hidden; transform: translateX(300%); } .scrollpoint.selected > span { font-weight: 900; left: -55px; } .scrollpoint.selected > span:nth-child(2) { visibility: visible; transform: translateX(50px); } .menuicon { color: var(--color-white); font-size: 2em; } .scrollpage { display: flex; height: 50vh; margin-top: 20vh; position: relative; width: 80%; } .scrollpage .slide { background-color: var(--color-dark); color: var(--color-white); height: 100%; left: 0; opacity: 0; position: absolute; right: 0; transition: all 300ms ease-in; width: 100%; z-index: 1; } .slide.active { opacity: 1; z-index: 5; } .slide-content { display: flex; flex-direction: column; height: 100%; justify-content: center; } .slide-content h1 { font-size: 3em; max-width: 500px; } .slide1 .slide-content { background: url(/warrior.6d6a140d.png) no-repeat; background-position-x: 100%; background-size: contain; } .slide2 .slide-content { background: url(/slide2.7c59ff09.png) no-repeat; background-position-x: 100%; background-position-y: 40%; background-size: 40%; } .slide3 .slide-content { background: url(/slide3.f7166899.png) no-repeat; background-position-x: 100%; background-position-y: 50%; background-size: 40%; } .slide4 .slide-content { background: url(/slide4.99995e33.png) no-repeat; background-position-x: 100%; background-position-y: 50%; background-size: 50%; } .button-link { color: var(--color-white); font-weight: 700; max-width: 250px; position: relative; text-transform: uppercase; transition: all 300ms linear; z-index: 1; } .button-link span { padding-bottom: 10px; transition: all 300ms linear; } .button-link:hover { box-shadow: inset 0 0px 0 white, inset 0 -1px 0 var(--color-pink); } .button-link:hover span::after { opacity: 0; text-decoration: none; } .button-link span::after { content: '→'; font-size: 1.5em; font-weight: 900; margin-left: 10px; text-decoration: none; transition: all 300ms linear; } /*# sourceMappingURL=/styles.b61e60ae.css.map */
0.523908
0.101367
* { box-sizing: border-box; margin: 0; padding: 0; } @import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap"); html, body { font-family: "Bree Serif", serif; height: 100%; } a { font-size: 25px; } body { color: #333; } h1 { margin-top: 110px; font-size: 2.5em; text-align: center; } nav { top: 0; padding: 20px; width: 100%; } nav h2 { display: inline; } .menu { position: relative; margin-top: 6px; float: right; list-style-type: none; transition: top 0.5s cubic-bezier(0.3, 0.1, 0.3, 0.85); } .menu li { display: inline; margin-right: 15px; cursor: pointer; } .menu li::before { position: absolute; bottom: -6px; content: ""; height: 3px; width: 0; background: #333; transition: 0.5s; } .menu li:hover::before { width: 49px; } .menu li:nth-child(3):hover::before { width: 63px; } p { margin: 35px 100px; font-size: 20px; } .first-letter { float: left; padding-right: 10px; font-size: 80px; line-height: 0.9; color: #5f605f; } input[type="checkbox"] { position: absolute; top: -9999px; left: -9999px; } nav label { position: absolute; display: none; top: 0; right: 0; height: 70px; width: 70px; background: #bbc7bb; cursor: pointer; z-index: 1; } nav > label > span { display: block; margin: 4px auto; height: 4px; width: 25px; border-radius: 1px; background: #333; transition: 0.5s; } nav > label > span:nth-child(1) { margin-top: 25px; } input[type="checkbox"]:checked ~ .menu { top: 0; } input[type="checkbox"]:checked ~ label span { background: #fff; } input[type="checkbox"]:checked ~ label span:nth-child(1) { transform: translateY(8px) rotate(45deg); } input[type="checkbox"]:checked ~ label span:nth-child(2) { opacity: 0; } input[type="checkbox"]:checked ~ label span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } @media (max-width: 768px) { .menu { position: absolute; display: flex; flex-direction: column; align-items: right; justify-content: right; margin: 0; top: -100vh; left: 0; height: 100vh; width: 100%; background: #ccd5cc; } .menu li { margin: 20px; font-size: 1.5em; color: #fff; } nav label { display: block; } p { margin: 35px 50px; } }
src/components/Nav/Nav.css
* { box-sizing: border-box; margin: 0; padding: 0; } @import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap"); html, body { font-family: "Bree Serif", serif; height: 100%; } a { font-size: 25px; } body { color: #333; } h1 { margin-top: 110px; font-size: 2.5em; text-align: center; } nav { top: 0; padding: 20px; width: 100%; } nav h2 { display: inline; } .menu { position: relative; margin-top: 6px; float: right; list-style-type: none; transition: top 0.5s cubic-bezier(0.3, 0.1, 0.3, 0.85); } .menu li { display: inline; margin-right: 15px; cursor: pointer; } .menu li::before { position: absolute; bottom: -6px; content: ""; height: 3px; width: 0; background: #333; transition: 0.5s; } .menu li:hover::before { width: 49px; } .menu li:nth-child(3):hover::before { width: 63px; } p { margin: 35px 100px; font-size: 20px; } .first-letter { float: left; padding-right: 10px; font-size: 80px; line-height: 0.9; color: #5f605f; } input[type="checkbox"] { position: absolute; top: -9999px; left: -9999px; } nav label { position: absolute; display: none; top: 0; right: 0; height: 70px; width: 70px; background: #bbc7bb; cursor: pointer; z-index: 1; } nav > label > span { display: block; margin: 4px auto; height: 4px; width: 25px; border-radius: 1px; background: #333; transition: 0.5s; } nav > label > span:nth-child(1) { margin-top: 25px; } input[type="checkbox"]:checked ~ .menu { top: 0; } input[type="checkbox"]:checked ~ label span { background: #fff; } input[type="checkbox"]:checked ~ label span:nth-child(1) { transform: translateY(8px) rotate(45deg); } input[type="checkbox"]:checked ~ label span:nth-child(2) { opacity: 0; } input[type="checkbox"]:checked ~ label span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } @media (max-width: 768px) { .menu { position: absolute; display: flex; flex-direction: column; align-items: right; justify-content: right; margin: 0; top: -100vh; left: 0; height: 100vh; width: 100%; background: #ccd5cc; } .menu li { margin: 20px; font-size: 1.5em; color: #fff; } nav label { display: block; } p { margin: 35px 50px; } }
0.502441
0.124532
* { margin: 0px; padding: 0px; } body { background: #e6e6e6; width: 100%; height: 100%; font: 12px "Open Sans", sans-serif; } #wrapper { width: 50%; height: auto; overflow: hidden; margin: 20px auto; background: #fff; border: 1px solid #c6c6c6; } #wrapper h1 { padding: 0 15px; margin-top: 35px; color: #000; font-weight: 600; font-size: 26px; text-align: center; -webkit-animation-delay: 1s; animation-delay: 1s; } div.screen { height: auto; overflow: hidden; background: transparent; margin: 15px; } .list { margin-top: 36px; text-align: left; } .item { height: 115px; margin-left: 115px; clear: both; } .item .img, .item span { background: #f0f0f0; } .item .img { float: left; width: 96px; height: 81px; margin-left: -113px; } .item span { height: 11px; width: 320px; margin-bottom: 19px; float: left; } .item span:nth-of-type(3) { width: 95px; margin-bottom: 0; } a:link { color: #e76e66; text-decoration: none; outline: none; transition: all 0.25s; } a:visited { color: #666; text-decoration: none; } a:link:hover { color: #fff; text-decoration: none; } a:visited:hover { color: #e76e66; text-decoration: none; } /* CSS Multiple Whatsapp Chat */ #whatsapp-chat { position: fixed; background: #fff; width: 350px; border-radius: 10px; box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); bottom: 90px; right: 30px; overflow: hidden; z-index: 99; animation-name: showchat; animation-duration: 1s; transform: scale(1); } a.hensobshow-chat { background: linear-gradient(to right top, #6f96f3, #164ed2); color: #fff; position: fixed; z-index: 98; bottom: 25px; right: 30px; font-size: 15px; padding: 18px; border-radius: 50px; box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); } a.hensobshow-chat i { transform: scale(1.5); margin: 0; } .header-chat { background: linear-gradient(to right top, #6f96f3, #164ed2); color: #fff; padding: 20px; } .header-chat h3 { margin: 0 0 10px; } .header-chat p { font-size: 14px; line-height: 1.7; margin: 0; } .info-avatar { position: relative; } .info-avatar img { border-radius: 100%; width: 50px; float: left; margin: 0 10px 0 0; } .info-avatar:before { content: "\f232"; z-index: 1; font-family: "Font Awesome 5 Brands"; background: #23ab23; color: #fff; padding: 4px 5px; border-radius: 100%; position: absolute; top: 30px; left: 30px; } a.informasi { padding: 20px; display: block; overflow: hidden; animation-name: showhide; animation-duration: 2.5s; } a.informasi:hover { background: #f1f1f1; } .info-chat span { display: block; } #get-label, span.chat-label { font-size: 12px; color: #888; } #get-nama, span.chat-nama { margin: 5px 0 0; font-size: 15px; font-weight: 700; color: #222; } #get-label, #get-nama { color: #fff; } span.my-number { display: none; } .hensob-msg { color: #444; padding: 20px; font-size: 12.5px; text-align: center; border-top: 1px solid #ddd; } textarea#chat-input { border: none; font-family: "Arial", sans-serif; width: 100%; height: 20px; outline: none; resize: none; } a#send-it { color: #555; width: 40px; margin: -5px 0 0 5px; font-weight: 700; padding: 8px; background: #eee; border-radius: 10px; } .first-msg { background: #f5f5f5; padding: 30px; text-align: center; } .first-msg span { background: #e2e2e2; color: #333; font-size: 14.2px; line-height: 1.7; border-radius: 10px; padding: 15px 20px; display: inline-block; } .start-chat .hensob-msg { display: flex; } #get-number { display: none; } a.close-chat { position: absolute; top: 5px; right: 15px; color: #fff; font-size: 30px; } @keyframes showhide { from { transform: scale(0.5); opacity: 0; } } @keyframes showchat { from { transform: scale(0); opacity: 0; } } .hide { display: none; animation-name: showhide; animation-duration: 1.5s; transform: scale(1); opacity: 1; } .show { display: block; animation-name: showhide; animation-duration: 1.5s; transform: scale(1); opacity: 1; } @media screen and (max-width: 920px) { #wrapper { width: 80%; } } @media screen and (min-width: 420px) { #wrapper h1 { font-size: 32px; } #whatsapp-chat { width: auto; left: 5%; right: 5%; font-size: 80%; } a.hensobshow-chat { padding: 35px; } a.hensobshow-chat i { transform: scale(2.5); } }
style.css
* { margin: 0px; padding: 0px; } body { background: #e6e6e6; width: 100%; height: 100%; font: 12px "Open Sans", sans-serif; } #wrapper { width: 50%; height: auto; overflow: hidden; margin: 20px auto; background: #fff; border: 1px solid #c6c6c6; } #wrapper h1 { padding: 0 15px; margin-top: 35px; color: #000; font-weight: 600; font-size: 26px; text-align: center; -webkit-animation-delay: 1s; animation-delay: 1s; } div.screen { height: auto; overflow: hidden; background: transparent; margin: 15px; } .list { margin-top: 36px; text-align: left; } .item { height: 115px; margin-left: 115px; clear: both; } .item .img, .item span { background: #f0f0f0; } .item .img { float: left; width: 96px; height: 81px; margin-left: -113px; } .item span { height: 11px; width: 320px; margin-bottom: 19px; float: left; } .item span:nth-of-type(3) { width: 95px; margin-bottom: 0; } a:link { color: #e76e66; text-decoration: none; outline: none; transition: all 0.25s; } a:visited { color: #666; text-decoration: none; } a:link:hover { color: #fff; text-decoration: none; } a:visited:hover { color: #e76e66; text-decoration: none; } /* CSS Multiple Whatsapp Chat */ #whatsapp-chat { position: fixed; background: #fff; width: 350px; border-radius: 10px; box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); bottom: 90px; right: 30px; overflow: hidden; z-index: 99; animation-name: showchat; animation-duration: 1s; transform: scale(1); } a.hensobshow-chat { background: linear-gradient(to right top, #6f96f3, #164ed2); color: #fff; position: fixed; z-index: 98; bottom: 25px; right: 30px; font-size: 15px; padding: 18px; border-radius: 50px; box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); } a.hensobshow-chat i { transform: scale(1.5); margin: 0; } .header-chat { background: linear-gradient(to right top, #6f96f3, #164ed2); color: #fff; padding: 20px; } .header-chat h3 { margin: 0 0 10px; } .header-chat p { font-size: 14px; line-height: 1.7; margin: 0; } .info-avatar { position: relative; } .info-avatar img { border-radius: 100%; width: 50px; float: left; margin: 0 10px 0 0; } .info-avatar:before { content: "\f232"; z-index: 1; font-family: "Font Awesome 5 Brands"; background: #23ab23; color: #fff; padding: 4px 5px; border-radius: 100%; position: absolute; top: 30px; left: 30px; } a.informasi { padding: 20px; display: block; overflow: hidden; animation-name: showhide; animation-duration: 2.5s; } a.informasi:hover { background: #f1f1f1; } .info-chat span { display: block; } #get-label, span.chat-label { font-size: 12px; color: #888; } #get-nama, span.chat-nama { margin: 5px 0 0; font-size: 15px; font-weight: 700; color: #222; } #get-label, #get-nama { color: #fff; } span.my-number { display: none; } .hensob-msg { color: #444; padding: 20px; font-size: 12.5px; text-align: center; border-top: 1px solid #ddd; } textarea#chat-input { border: none; font-family: "Arial", sans-serif; width: 100%; height: 20px; outline: none; resize: none; } a#send-it { color: #555; width: 40px; margin: -5px 0 0 5px; font-weight: 700; padding: 8px; background: #eee; border-radius: 10px; } .first-msg { background: #f5f5f5; padding: 30px; text-align: center; } .first-msg span { background: #e2e2e2; color: #333; font-size: 14.2px; line-height: 1.7; border-radius: 10px; padding: 15px 20px; display: inline-block; } .start-chat .hensob-msg { display: flex; } #get-number { display: none; } a.close-chat { position: absolute; top: 5px; right: 15px; color: #fff; font-size: 30px; } @keyframes showhide { from { transform: scale(0.5); opacity: 0; } } @keyframes showchat { from { transform: scale(0); opacity: 0; } } .hide { display: none; animation-name: showhide; animation-duration: 1.5s; transform: scale(1); opacity: 1; } .show { display: block; animation-name: showhide; animation-duration: 1.5s; transform: scale(1); opacity: 1; } @media screen and (max-width: 920px) { #wrapper { width: 80%; } } @media screen and (min-width: 420px) { #wrapper h1 { font-size: 32px; } #whatsapp-chat { width: auto; left: 5%; right: 5%; font-size: 80%; } a.hensobshow-chat { padding: 35px; } a.hensobshow-chat i { transform: scale(2.5); } }
0.480479
0.120801
GENERAL STYLES =============================================*/ body { font-family: 'Open Sans', sans-serif; line-height:30px; background: ; } #wrapper { width: 100%; margin-top:65px; } #page-wrapper { padding: 15px 15px; min-height: 600px; background:#F3F3F3; } #page-inner { width:100%; margin:20px 20px 10px 0px; background-color:#fff!important; border: 1px solid gainsboro; padding:10px; min-height:760px; } .pad-top { padding-top:-50px; } /*============================================== MENU STYLES =============================================*/ .sidebar-collapse .nav { padding:0; padding-top:0px; } .sidebar-collapse > .nav > li > a { padding:10px 5px; color: #aaabb0; font-weight: 100; font-size: 16px; } .sidebar-collapse > .nav > li { border-bottom:1px solid #3d444e; } .sidebar-collapse .nav > li > a:hover, .sidebar-collapse .nav > li > a:focus { background:#2c303b; color:white; outline:0; } .navbar-side { border:none; background-color: #2e3442; } .navbar-inverse { background-color: #00a2ff; border-bottom: 1px solid #00a2ff; min-height: 80px; color:white; } .nav > li > a > i { margin-right:10px; } .logout-spn { float:right; color:#fff; font-size:25px; font-weight:800; margin:20px; margin: 10px 25px; } .logout-spn a { text-decoration:none; } .active-link { background-color:#2c303b; color:white; } .spann{ float:right } /*============================================== DASHBOARD STYLES =============================================*/ .div-square { padding:5px; border:3px double #e1e1e1; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; margin:5px; } .div-square> a,.div-square> a:hover { color:#808080; text-decoration:none; } /*============================================== FOOTER STYLES =============================================*/ .footer { background-color:#214761; width:100%; color:#fff; padding:15px 45px 15px 45px; } .footer > a, .footer>a:hover { color:#fff; } /*============================================== MEDIA QUERIES =============================================*/ @media(min-width:768px) { #page-wrapper{ margin: 0 0 0 260px; padding: 15px 30px; min-height: 760px; } .navbar-side { z-index: 1; position: absolute; width: 260px; } } /*============================================== LOGIN PAGE =============================================*/ .loginpanel{ width:450px;margin-top:-50px; box-shadow: 10px 10px 30px 1px #888888; } .signin{ margin-top:-5px;margin-bottom:15px; } .addon1{ background:#00bcd4; color:white; border: 1px solid #00bcd4; } .addon2{ background:#e91e63; color:white; border: 1px solid #e91e63; } .btnlogin{ background:#222c37; color:white; width:150px; float:right; } .btnlogin:hover{ background-color: #1a222b; color: white; } .btnlogin:focus{ background-color: #1a222b; color: white; } /*============================================== ACCOUNT FORM =============================================*/ .btnuser-reset{ float:right; margin-left: 5px; width: 120px; background-color: #e91e63; color: white; } .btnuser-reset:hover{ background-color: #ff216c; color: white; } .btnuser-reset:focus{ background-color: #ff216c; color: white; } .btnuser-save{ float:right; margin-left: 5px; width: 120px; background-color: #00bcd4; color:white; } .btnuser-save:hover{ background-color: #01cee8; color: white; } .btnuser-save:focus{ background-color: #01cee8; color: white; } .btnuser-delete{ background-color: #e91e63; color: white; width: 80px; } .btnuser-delete:hover{ background-color: #ff216c; color: white; } .btnuser-delete:focus{ background-color: #ff216c; color: white; } .btnuser-edit{ background-color: #00bcd4; color:white; width: 80px; } .btnuser-edit:hover{ background-color: #01cee8; color: white; } .btnuser-edit:focus{ background-color: #01cee8; color: white; } .btnuser-delete1{ background-color: #00bcd4; color:white; } .btnuser-delete1:hover{ background-color: #01cee8; color: white; } .btnuser-delete1:focus{ background-color: #01cee8; color: white; } .btnuser-cancel{ background-color: #e91e63; color: white; } .btnuser-cancel:hover{ background-color: #ff216c; color: white; } .btnuser-cancel:focus{ background-color: #ff216c; color: white; } /*============================================== HEADER BLADE =============================================*/ .btnuser-logout{ background:#01cee8; border:1px solid #01cee8; color:white; } .btnuser-logout:hover{ background:#00bcd4; border:1px solid #00bcd4; color:white; } .btnuser-logout:focus{ background:#00bcd4; border:1px solid #00bcd4; color:white; } /*============================================== DOWNLOAD PAGE =============================================*/ .btnuser-download{ background-color: #00bcd4; color: white; } .btnuser-download:hover{ background-color: #01cee8; color: white; } .btnuser-download:focus{ background-color: #01cee8; color: white; } /*============================================== MAP PAGE =============================================*/ .btnuser-submit{ background-color: #00bcd4; color:white; } .btnuser-submit:hover{ background-color: #01cee8; color: white; } .btnuser-submit:focus{ background-color: #01cee8; color: white; } /*============================================== STATISTICS PAGE =============================================*/ .btnuser-submitquery{ background-color: #00bcd4; color:white; } .btnuser-submitquery:hover{ background-color: #01cee8; color: white; } .btnuser-submitquery:focus{ background-color: #01cee8; color: white; } /*============================================== UPLOAD PAGE =============================================*/ .btnuser-upload{ background-color: #00bcd4; color:white; } .btnuser-upload:hover{ background-color: #01cee8; color: white; } .btnuser-upload:focus{ background-color: #01cee8; color: white; } .btnuser-delete2{ background-color: #e91e63; color: white; } .btnuser-delete2:hover{ background-color: #ff216c; color: white; } .btnuser-delete2:focus{ background-color: #ff216c; color: white; } /*============================================== ICONS =============================================*/ .icons{ color:#223462; } /*============================================== SIDE BLADE =============================================*/ .side-fa{ float:right; padding:10px; } .left-fa{ padding-left: 10px; } /*============================================== HOME =============================================*/ .btnuser-submithome{ background:#00bcd4; color:white; width:100px; height:35px; } .btnuser-submithome:hover{ background:#01cee8; color:white; } .btnuser-submithome:focus{ background:#01cee8; color:white; } .logostyle:hover{ background-color: #2c303b; } /*============================================== LOGOS =============================================*/ .logotop1{ margin-top: 10px; margin-left: 10px } .logotop{ margin-top:10px; }
public/public_html/css/custom.css
GENERAL STYLES =============================================*/ body { font-family: 'Open Sans', sans-serif; line-height:30px; background: ; } #wrapper { width: 100%; margin-top:65px; } #page-wrapper { padding: 15px 15px; min-height: 600px; background:#F3F3F3; } #page-inner { width:100%; margin:20px 20px 10px 0px; background-color:#fff!important; border: 1px solid gainsboro; padding:10px; min-height:760px; } .pad-top { padding-top:-50px; } /*============================================== MENU STYLES =============================================*/ .sidebar-collapse .nav { padding:0; padding-top:0px; } .sidebar-collapse > .nav > li > a { padding:10px 5px; color: #aaabb0; font-weight: 100; font-size: 16px; } .sidebar-collapse > .nav > li { border-bottom:1px solid #3d444e; } .sidebar-collapse .nav > li > a:hover, .sidebar-collapse .nav > li > a:focus { background:#2c303b; color:white; outline:0; } .navbar-side { border:none; background-color: #2e3442; } .navbar-inverse { background-color: #00a2ff; border-bottom: 1px solid #00a2ff; min-height: 80px; color:white; } .nav > li > a > i { margin-right:10px; } .logout-spn { float:right; color:#fff; font-size:25px; font-weight:800; margin:20px; margin: 10px 25px; } .logout-spn a { text-decoration:none; } .active-link { background-color:#2c303b; color:white; } .spann{ float:right } /*============================================== DASHBOARD STYLES =============================================*/ .div-square { padding:5px; border:3px double #e1e1e1; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; margin:5px; } .div-square> a,.div-square> a:hover { color:#808080; text-decoration:none; } /*============================================== FOOTER STYLES =============================================*/ .footer { background-color:#214761; width:100%; color:#fff; padding:15px 45px 15px 45px; } .footer > a, .footer>a:hover { color:#fff; } /*============================================== MEDIA QUERIES =============================================*/ @media(min-width:768px) { #page-wrapper{ margin: 0 0 0 260px; padding: 15px 30px; min-height: 760px; } .navbar-side { z-index: 1; position: absolute; width: 260px; } } /*============================================== LOGIN PAGE =============================================*/ .loginpanel{ width:450px;margin-top:-50px; box-shadow: 10px 10px 30px 1px #888888; } .signin{ margin-top:-5px;margin-bottom:15px; } .addon1{ background:#00bcd4; color:white; border: 1px solid #00bcd4; } .addon2{ background:#e91e63; color:white; border: 1px solid #e91e63; } .btnlogin{ background:#222c37; color:white; width:150px; float:right; } .btnlogin:hover{ background-color: #1a222b; color: white; } .btnlogin:focus{ background-color: #1a222b; color: white; } /*============================================== ACCOUNT FORM =============================================*/ .btnuser-reset{ float:right; margin-left: 5px; width: 120px; background-color: #e91e63; color: white; } .btnuser-reset:hover{ background-color: #ff216c; color: white; } .btnuser-reset:focus{ background-color: #ff216c; color: white; } .btnuser-save{ float:right; margin-left: 5px; width: 120px; background-color: #00bcd4; color:white; } .btnuser-save:hover{ background-color: #01cee8; color: white; } .btnuser-save:focus{ background-color: #01cee8; color: white; } .btnuser-delete{ background-color: #e91e63; color: white; width: 80px; } .btnuser-delete:hover{ background-color: #ff216c; color: white; } .btnuser-delete:focus{ background-color: #ff216c; color: white; } .btnuser-edit{ background-color: #00bcd4; color:white; width: 80px; } .btnuser-edit:hover{ background-color: #01cee8; color: white; } .btnuser-edit:focus{ background-color: #01cee8; color: white; } .btnuser-delete1{ background-color: #00bcd4; color:white; } .btnuser-delete1:hover{ background-color: #01cee8; color: white; } .btnuser-delete1:focus{ background-color: #01cee8; color: white; } .btnuser-cancel{ background-color: #e91e63; color: white; } .btnuser-cancel:hover{ background-color: #ff216c; color: white; } .btnuser-cancel:focus{ background-color: #ff216c; color: white; } /*============================================== HEADER BLADE =============================================*/ .btnuser-logout{ background:#01cee8; border:1px solid #01cee8; color:white; } .btnuser-logout:hover{ background:#00bcd4; border:1px solid #00bcd4; color:white; } .btnuser-logout:focus{ background:#00bcd4; border:1px solid #00bcd4; color:white; } /*============================================== DOWNLOAD PAGE =============================================*/ .btnuser-download{ background-color: #00bcd4; color: white; } .btnuser-download:hover{ background-color: #01cee8; color: white; } .btnuser-download:focus{ background-color: #01cee8; color: white; } /*============================================== MAP PAGE =============================================*/ .btnuser-submit{ background-color: #00bcd4; color:white; } .btnuser-submit:hover{ background-color: #01cee8; color: white; } .btnuser-submit:focus{ background-color: #01cee8; color: white; } /*============================================== STATISTICS PAGE =============================================*/ .btnuser-submitquery{ background-color: #00bcd4; color:white; } .btnuser-submitquery:hover{ background-color: #01cee8; color: white; } .btnuser-submitquery:focus{ background-color: #01cee8; color: white; } /*============================================== UPLOAD PAGE =============================================*/ .btnuser-upload{ background-color: #00bcd4; color:white; } .btnuser-upload:hover{ background-color: #01cee8; color: white; } .btnuser-upload:focus{ background-color: #01cee8; color: white; } .btnuser-delete2{ background-color: #e91e63; color: white; } .btnuser-delete2:hover{ background-color: #ff216c; color: white; } .btnuser-delete2:focus{ background-color: #ff216c; color: white; } /*============================================== ICONS =============================================*/ .icons{ color:#223462; } /*============================================== SIDE BLADE =============================================*/ .side-fa{ float:right; padding:10px; } .left-fa{ padding-left: 10px; } /*============================================== HOME =============================================*/ .btnuser-submithome{ background:#00bcd4; color:white; width:100px; height:35px; } .btnuser-submithome:hover{ background:#01cee8; color:white; } .btnuser-submithome:focus{ background:#01cee8; color:white; } .logostyle:hover{ background-color: #2c303b; } /*============================================== LOGOS =============================================*/ .logotop1{ margin-top: 10px; margin-left: 10px } .logotop{ margin-top:10px; }
0.417271
0.077622
width: 25%; background-color: rgb(233, 233, 233); width: 100%; height: 1px; } #dashboard_students_title{ color: #56FE99; font-size: 40px; padding-top: 50px; } #dashboard_user_icon{ font-size: 25px; position: absolute; right: 0; top: 80px; } #dashboard_user_icon:hover{ cursor: pointer; } #dashboard_container{ min-width: 400px; position: relative; } #dashboard_studentForm_wrapper { display:inline-block; position: absolute; right: -40px; top: 120px; z-index: 1; } #dashboard_newStudentForm{ width: 300px; height: auto; border-color: rgb(226, 226, 226); background-color: #fcfcfc; border-width: 1px; border-style: solid; border-radius: 2%; padding: 20px; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.04); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.04); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.04); } #dashboard_newStudentForm:before{ content: ''; width: 20px; height: 20px; position: absolute; right: 50px; top: -10px; background-color: #fcfcfc; border-left: 1px solid rgb(226, 226, 226); border-top: 1px solid rgb(226, 226, 226); transform: rotate(45deg); } .dashboard_studentCard { position: relative; min-width: 400px; width: auto; height: 80px; background-color: #FAFAFA; margin-top: 20px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09); box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09); } .dashboard_studentCard { color: inherit; text-decoration: none; /* no underline */ z-index: 0; } .dashboard_studentCard:hover { color: inherit; } .dashboard_statusBar { height: auto; width: 15px; background-color: red; } .dashboard_studentDelete_btn{ color: rgb(231, 231, 231); } .dashboard_studentDelete_btn:hover{ color: rgb(202, 202, 202); } .dashboard_statusBar { position: absolute; right: 0; top: 0; height: inherit; width: 15px; } .dashboard_statusBar.pending { background-color: #fe6656; } .dashboard_statusBar.ok { background-color:#88fe56; } @media only screen and (max-width: 900px) { #dashboard_container{ min-width: 300px; position: relative; } } @media only screen and (max-width: 375px) { #dashboard_newStudentForm{ width: 275px; } .dashboard_studentCard { min-width: 275px; } #dashboard_studentForm_wrapper { display:inline-block; position: absolute; right: -5px; top: 120px; } #dashboard_newStudentForm:before{ content: ''; width: 20px; height: 20px; position: absolute; right: 15px; top: -10px; background-color: #fcfcfc; border-left: 1px solid rgb(226, 226, 226); border-top: 1px solid rgb(226, 226, 226); transform: rotate(45deg); } }
client/src/assets/dashboard.css
width: 25%; background-color: rgb(233, 233, 233); width: 100%; height: 1px; } #dashboard_students_title{ color: #56FE99; font-size: 40px; padding-top: 50px; } #dashboard_user_icon{ font-size: 25px; position: absolute; right: 0; top: 80px; } #dashboard_user_icon:hover{ cursor: pointer; } #dashboard_container{ min-width: 400px; position: relative; } #dashboard_studentForm_wrapper { display:inline-block; position: absolute; right: -40px; top: 120px; z-index: 1; } #dashboard_newStudentForm{ width: 300px; height: auto; border-color: rgb(226, 226, 226); background-color: #fcfcfc; border-width: 1px; border-style: solid; border-radius: 2%; padding: 20px; -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.04); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.04); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.04); } #dashboard_newStudentForm:before{ content: ''; width: 20px; height: 20px; position: absolute; right: 50px; top: -10px; background-color: #fcfcfc; border-left: 1px solid rgb(226, 226, 226); border-top: 1px solid rgb(226, 226, 226); transform: rotate(45deg); } .dashboard_studentCard { position: relative; min-width: 400px; width: auto; height: 80px; background-color: #FAFAFA; margin-top: 20px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09); box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09); } .dashboard_studentCard { color: inherit; text-decoration: none; /* no underline */ z-index: 0; } .dashboard_studentCard:hover { color: inherit; } .dashboard_statusBar { height: auto; width: 15px; background-color: red; } .dashboard_studentDelete_btn{ color: rgb(231, 231, 231); } .dashboard_studentDelete_btn:hover{ color: rgb(202, 202, 202); } .dashboard_statusBar { position: absolute; right: 0; top: 0; height: inherit; width: 15px; } .dashboard_statusBar.pending { background-color: #fe6656; } .dashboard_statusBar.ok { background-color:#88fe56; } @media only screen and (max-width: 900px) { #dashboard_container{ min-width: 300px; position: relative; } } @media only screen and (max-width: 375px) { #dashboard_newStudentForm{ width: 275px; } .dashboard_studentCard { min-width: 275px; } #dashboard_studentForm_wrapper { display:inline-block; position: absolute; right: -5px; top: 120px; } #dashboard_newStudentForm:before{ content: ''; width: 20px; height: 20px; position: absolute; right: 15px; top: -10px; background-color: #fcfcfc; border-left: 1px solid rgb(226, 226, 226); border-top: 1px solid rgb(226, 226, 226); transform: rotate(45deg); } }
0.603465
0.081923