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 |
|---|---|---|---|---|
.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container {
/* background: #e74c3c;*/
min-height: 100%;
z-index: 9999;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 85%;
max-width: 700px;
min-width: 320px;
height: auto;
z-index: 9999;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.54);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.54);
}
.md-show {
visibility: visible;
}
.md-overlay {
background: rgba(0, 0, 0, 0) url("fancybox_overlay.png") repeat scroll 0 0;
left: 0;
overflow: hidden;
/* position: absolute;*/
top: 0;
/* z-index: 8010;*/
}
/* position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0,108,38,0.8);
background: #000;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;*/
.md-show ~ .md-overlay {
/* opacity: 1;*/
opacity: 1;
visibility: visible;
}
/* Content styles */
.md-content {
color: #000;
background: #fff;
position: relative;
border-radius: 5px;
margin: 0 auto;
}
.md-content h1 {
margin: 0;
padding:0; line-height:80px;
text-align: center;
font-size: 22px; text-transform:uppercase;
font-weight:bold;
opacity: 0.8;
background:#f5f5f5;
border-radius: 5px 5px 0 0;
color:#000;
font-family: "Lato",Calibri,Arial,sans-serif;
}
.md-content h1 img{vertical-align:middle; margin-left:12px; margin-top:-6px; width:200px !important; height:auto !important;}
.md-content h2{font-size:20px; line-height:26px; text-transform:uppercase; font-weight:normal; color:#3eab3b; margin:0; padding:0; border-bottom:1px dotted #CCCCCC; padding-bottom:6px;font-family: "Lato",Calibri,Arial,sans-serif;}
.md-content p{margin:18px 0px !important; line-height:26px !important; font-size:17px !important; padding-left:0px !important;font-family: "Lato",Calibri,Arial,sans-serif;color:#000;}
.md-content > div {
padding: 15px 40px 30px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
}
.md-content > div p {
margin: 0;
padding: 10px 0;
}
.md-content > div ul {
margin: 0;
padding: 0 0 30px 20px;
}
.md-content > div ul li {
padding: 5px 0;
}
.md-content button {
display: block;
margin: 0 auto;
font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
-webkit-transform: translateX(20%);
-moz-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
-webkit-transform: scale(0) rotate(720deg);
-moz-transform: scale(0) rotate(720deg);
-ms-transform: scale(0) rotate(720deg);
transform: scale(0) rotate(720deg);
opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-5 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(600px) rotateX(20deg);
-moz-transform: translateZ(600px) rotateX(20deg);
-ms-transform: translateZ(600px) rotateX(20deg);
transform: translateZ(600px) rotateX(20deg);
opacity: 0;
}
.md-show.md-effect-5 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateZ(0px) rotateX(0deg);
-moz-transform: translateZ(0px) rotateX(0deg);
-ms-transform: translateZ(0px) rotateX(0deg);
transform: translateZ(0px) rotateX(0deg);
opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-6 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
transform: translate(30%) translateZ(600px) rotate(10deg);
opacity: 0;
}
.md-show.md-effect-6 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
-moz-transform: translate(0%) translateZ(0) rotate(0deg);
-ms-transform: translate(0%) translateZ(0) rotate(0deg);
transform: translate(0%) translateZ(0) rotate(0deg);
opacity: 1;
}
/* Effect 7: slide and stick to top */
.md-effect-7{
top: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.md-effect-7 .md-content {
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
opacity: 0;
}
.md-show.md-effect-7 .md-content {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
border-radius: 0 0 5px 5px;
opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-8 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-70deg);
-moz-transform: rotateY(-70deg);
-ms-transform: rotateY(-70deg);
transform: rotateY(-70deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.md-show.md-effect-8 .md-content {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-9 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
}
.stop-scrolling {
height: 100%;
overflow: hidden;
} | assets/home_page/css/component.css | .md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container {
/* background: #e74c3c;*/
min-height: 100%;
z-index: 9999;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 85%;
max-width: 700px;
min-width: 320px;
height: auto;
z-index: 9999;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.54);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.54);
}
.md-show {
visibility: visible;
}
.md-overlay {
background: rgba(0, 0, 0, 0) url("fancybox_overlay.png") repeat scroll 0 0;
left: 0;
overflow: hidden;
/* position: absolute;*/
top: 0;
/* z-index: 8010;*/
}
/* position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0,108,38,0.8);
background: #000;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;*/
.md-show ~ .md-overlay {
/* opacity: 1;*/
opacity: 1;
visibility: visible;
}
/* Content styles */
.md-content {
color: #000;
background: #fff;
position: relative;
border-radius: 5px;
margin: 0 auto;
}
.md-content h1 {
margin: 0;
padding:0; line-height:80px;
text-align: center;
font-size: 22px; text-transform:uppercase;
font-weight:bold;
opacity: 0.8;
background:#f5f5f5;
border-radius: 5px 5px 0 0;
color:#000;
font-family: "Lato",Calibri,Arial,sans-serif;
}
.md-content h1 img{vertical-align:middle; margin-left:12px; margin-top:-6px; width:200px !important; height:auto !important;}
.md-content h2{font-size:20px; line-height:26px; text-transform:uppercase; font-weight:normal; color:#3eab3b; margin:0; padding:0; border-bottom:1px dotted #CCCCCC; padding-bottom:6px;font-family: "Lato",Calibri,Arial,sans-serif;}
.md-content p{margin:18px 0px !important; line-height:26px !important; font-size:17px !important; padding-left:0px !important;font-family: "Lato",Calibri,Arial,sans-serif;color:#000;}
.md-content > div {
padding: 15px 40px 30px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
}
.md-content > div p {
margin: 0;
padding: 10px 0;
}
.md-content > div ul {
margin: 0;
padding: 0 0 30px 20px;
}
.md-content > div ul li {
padding: 5px 0;
}
.md-content button {
display: block;
margin: 0 auto;
font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
-webkit-transform: translateX(20%);
-moz-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
-webkit-transform: scale(0) rotate(720deg);
-moz-transform: scale(0) rotate(720deg);
-ms-transform: scale(0) rotate(720deg);
transform: scale(0) rotate(720deg);
opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-5 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(600px) rotateX(20deg);
-moz-transform: translateZ(600px) rotateX(20deg);
-ms-transform: translateZ(600px) rotateX(20deg);
transform: translateZ(600px) rotateX(20deg);
opacity: 0;
}
.md-show.md-effect-5 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateZ(0px) rotateX(0deg);
-moz-transform: translateZ(0px) rotateX(0deg);
-ms-transform: translateZ(0px) rotateX(0deg);
transform: translateZ(0px) rotateX(0deg);
opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-6 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
transform: translate(30%) translateZ(600px) rotate(10deg);
opacity: 0;
}
.md-show.md-effect-6 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
-moz-transform: translate(0%) translateZ(0) rotate(0deg);
-ms-transform: translate(0%) translateZ(0) rotate(0deg);
transform: translate(0%) translateZ(0) rotate(0deg);
opacity: 1;
}
/* Effect 7: slide and stick to top */
.md-effect-7{
top: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.md-effect-7 .md-content {
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
opacity: 0;
}
.md-show.md-effect-7 .md-content {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
border-radius: 0 0 5px 5px;
opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-8 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-70deg);
-moz-transform: rotateY(-70deg);
-ms-transform: rotateY(-70deg);
transform: rotateY(-70deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.md-show.md-effect-8 .md-content {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-9 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
}
.stop-scrolling {
height: 100%;
overflow: hidden;
} | 0.468061 | 0.08266 |
.overview {
overflow: hidden;
width: 100%;
height: 100%;
padding: 0px 25px 0px 25px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 15rem;
}
.overview .bar {
height: 15vh;
}
.overview .title {
width: 350px;
padding: 15px 40px 15px 40px;
background-color: var(--background-color);
border-radius: 20px;
font-size: 1.5rem;
border: 3px solid var(--color-orange);
color: var(--color-lightWhite);
font-weight: bold;
transition: all 0.3s;
}
.julio {
border-radius: 40px;
background-color: var(--background-color);
box-shadow: var(--color-black) 0px 3px 8px;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.julio:hover {
border: 3px solid var(--color-orange);
}
.julio span {
font-size: 1.4rem;
font-weight: 500;
padding: 5px 0px 5px 0px;
}
.chave-0 {
color: var(--color-orange);
}
.chave-1 {
color: var(--color-orange);
}
.julio .line {
padding-left: 30px;
}
.key {
color: var(--color-purpleLight);
}
.two-point {
color: var(--color-magenta);
}
.value {
color: var(--color-yellow);
}
.link-empresa {
color: var(--color-orange);
}
.overview .tooltip {
text-decoration: underline;
}
.overview .tooltip:hover {
color: var(--color-orange);
}
.comma {
color: var(--color-lightWhite);
}
.divider-overview {
background-color: var(--color-orange);
height: 3px;
width: 100px;
transition: all 0.3s;
}
.number {
color: var(--color-blue);
}
.typing-anime {
overflow: hidden;
white-space: nowrap;
margin: 0 auto;
animation: typing 2.5s steps(40, start);
}
@media screen and (max-width: 820px) {
.julio span {
font-size: 1.2rem;
}
}
@media screen and (max-width: 720px) {
.julio span {
font-size: 1rem;
}
.overview .title {
font-size: 1.3rem;
width: 315px;
}
}
@media screen and (max-width: 620px) {
.julio {
width: 100%;
}
.julio .line {
width: 100%;
}
.julio span {
width: 100%;
font-size: 0.7rem;
}
.overview .title {
font-size: 1.1rem;
width: 280px;
}
}
@media screen and (max-width: 420px) {
.julio span {
width: 100%;
font-size: 0.7rem;
}
.overview .title {
font-size: 1rem;
width: 262px;
}
}
@media screen and (max-width: 360px) {
.julio span {
width: 100%;
font-size: 0.5rem;
}
.overview .title {
font-size: 0.9rem;
width: 245px;
}
} | src/global/styles/Sprints.css | .overview {
overflow: hidden;
width: 100%;
height: 100%;
padding: 0px 25px 0px 25px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 15rem;
}
.overview .bar {
height: 15vh;
}
.overview .title {
width: 350px;
padding: 15px 40px 15px 40px;
background-color: var(--background-color);
border-radius: 20px;
font-size: 1.5rem;
border: 3px solid var(--color-orange);
color: var(--color-lightWhite);
font-weight: bold;
transition: all 0.3s;
}
.julio {
border-radius: 40px;
background-color: var(--background-color);
box-shadow: var(--color-black) 0px 3px 8px;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.julio:hover {
border: 3px solid var(--color-orange);
}
.julio span {
font-size: 1.4rem;
font-weight: 500;
padding: 5px 0px 5px 0px;
}
.chave-0 {
color: var(--color-orange);
}
.chave-1 {
color: var(--color-orange);
}
.julio .line {
padding-left: 30px;
}
.key {
color: var(--color-purpleLight);
}
.two-point {
color: var(--color-magenta);
}
.value {
color: var(--color-yellow);
}
.link-empresa {
color: var(--color-orange);
}
.overview .tooltip {
text-decoration: underline;
}
.overview .tooltip:hover {
color: var(--color-orange);
}
.comma {
color: var(--color-lightWhite);
}
.divider-overview {
background-color: var(--color-orange);
height: 3px;
width: 100px;
transition: all 0.3s;
}
.number {
color: var(--color-blue);
}
.typing-anime {
overflow: hidden;
white-space: nowrap;
margin: 0 auto;
animation: typing 2.5s steps(40, start);
}
@media screen and (max-width: 820px) {
.julio span {
font-size: 1.2rem;
}
}
@media screen and (max-width: 720px) {
.julio span {
font-size: 1rem;
}
.overview .title {
font-size: 1.3rem;
width: 315px;
}
}
@media screen and (max-width: 620px) {
.julio {
width: 100%;
}
.julio .line {
width: 100%;
}
.julio span {
width: 100%;
font-size: 0.7rem;
}
.overview .title {
font-size: 1.1rem;
width: 280px;
}
}
@media screen and (max-width: 420px) {
.julio span {
width: 100%;
font-size: 0.7rem;
}
.overview .title {
font-size: 1rem;
width: 262px;
}
}
@media screen and (max-width: 360px) {
.julio span {
width: 100%;
font-size: 0.5rem;
}
.overview .title {
font-size: 0.9rem;
width: 245px;
}
} | 0.730001 | 0.1881 |
body {
font-family: 'Open Sans', sans-serif;
background-color: #f4f4f4;
}
nav .navbar-brand {
margin-left: 95px;
margin-top: 30px;
}
nav .navbar-nav {
margin-right: 100px;
margin-top: 30px;
}
nav .navbar-nav .nav-item .nav-link {
color: #000;
font-size: 18px;
}
nav .navbar-nav .nav-item .nav-link.active {
color: #000;
font-size: 18px;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.header-home {
margin-top: 50px;
}
.header-home .image-header {
margin-left: 150px;
margin-right: 150px;
}
.header-home .heading-home {
width: 426px;
position: absolute;
margin-left: 450px;
margin-right: 450px;
margin-top: -400px;
font-size: 48px;
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header-home .sub-heading {
width: 390px;
position: absolute;
font-size: 18px;
font-weight: normal;
text-align: center;
color: #fff;
margin-left: 470px;
margin-right: 470px;
margin-top: -280px;
}
.header-home .btn-header {
margin-top: -380px !important;
background-color: #fff;
color: #000;
border-radius: 50px;
}
.header-home .btn-header:hover {
background-color: #000;
color: #fff;
}
.menu-section {
margin-top: 120px;
}
.menu-section .menu-heading h2 {
font-size: 32px;
font-weight: 600;
}
.menu-section .menu-list {
margin-top: 40px;
}
.menu-section .menu-list .btn-menu {
margin-left: 10px;
margin-right: 10px;
border-color: #f4f4f4;
background-color: #fff;
border-radius: 50px;
width: 180px;
height: 50px;
padding-top: 15px;
color: #000;
}
.menu-section .menu-list .btn-menu.active {
background-color: #ffca99;
color: #000;
border-color: #ffca99;
}
.image-section {
margin-top: 40px;
margin-left: 50px;
margin-right: 50px;
}
.image-section .image-content {
margin-top: 30px;
}
.image-section .btn-load-more {
margin-top: 50px;
margin-bottom: 150px;
width: 180px;
background-color: #ffca99;
color: #000;
font-weight: normal;
}
.footer-section {
background-color: #fff;
}
.footer-section .footer-brand {
margin-bottom: 30px;
}
.footer-section .description-text .description {
font-size: 18px;
text-align: justify;
width: 400px;
}
.footer-section .description-text .phone {
font-size: 18px;
text-align: justify;
}
.footer-section .description-text .instagram {
font-size: 18px;
text-align: justify;
}
.footer-section .heading-list .heading {
font-size: 20px;
font-weight: bold;
}
.footer-section .heading-list .menu-footer-list {
list-style: none;
margin-left: -30px;
}
.footer-section .heading-list .menu-footer-list a {
text-decoration: none;
color: #000;
font-size: 18px;
}
.footer-section .footer-text {
margin-top: 120px;
}
.footer-section .footer-text p {
font-size: 14px;
}
.main-content-login .logo-brand {
margin-top: 70px;
margin-left: 100px;
margin-right: auto;
}
.main-content-login .heading-login p {
font-size: 32px;
font-weight: bold;
margin-left: 100px;
margin-right: auto;
}
.main-content-login .card-login {
border-radius: 30px;
margin-left: 100px;
margin-right: auto;
background-color: #F6F8FB;
-webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.main-content-login .card-login .form-login {
margin-top: 30px;
}
.main-content-login .card-login .form-login .form-group {
margin-bottom: 30px;
}
.main-content-login .card-login .form-login .form-group label {
font-size: 14px;
line-height: 30px;
color: #ACACAC;
}
.main-content-login .card-login .form-login .form-group .form-input input {
border-radius: 30px;
background-color: #FCECDD;
}
.main-content-login .card-login .form-login .btn-login {
border-radius: 30px;
background-color: #ffca99;
width: 325px;
color: #fff;
}
.main-content-login .card-login .form-login .btn-register {
border-radius: 30px;
background-color: #ffca99;
width: 325px;
color: #fff;
}
.main-content-login .card-login .btn-forgot {
margin-top: 10px;
border-radius: 30px;
background-color: #FCECDD;
width: 325px;
color: #000;
}
.main-content-login .card-login .section-register {
color: #ACACAC;
margin-top: 30px;
}
.main-content-login .card-login .section-register a {
text-decoration: none;
color: #000;
}
.form-search {
margin-top: 40px;
}
.form-search .form .category {
border-radius: 5px;
width: 350px;
height: 40px;
margin-left: 200px;
margin-right: auto;
background-color: #f4f4f4;
color: #cacaca;
}
.form-search .form .name {
border-radius: 5px;
width: 350px;
height: 40px;
margin-left: 30px;
background-color: #f4f4f4;
color: #cacaca;
}
.catalog-section {
margin-top: 50px;
margin-bottom: 100px;
}
.catalog-section .card-catalog .card-body {
width: 335px;
}
.catalog-section .card-catalog .card-body .catalog-link {
text-decoration: none;
color: #000;
}
.catalog-section .card-catalog .card-body .catalog-link .catalog-name {
margin-top: 10px;
margin-left: 5px;
margin-right: auto;
}
.catalog-section .card-catalog .card-body .designer-name {
margin-left: 5px;
margin-right: auto;
}
.breadcrumb-catalog {
margin-top: 50px;
margin-left: 100px;
margin-right: auto;
margin-bottom: 40px;
}
.breadcrumb-catalog .breadcrumb .breadcrumb-item .breadcrumb-link {
text-decoration: none;
color: #acacac;
}
.breadcrumb-catalog .breadcrumb .breadcrumb-item.active {
color: #000;
}
.catalog-detail-section {
min-height: 1000px;
background-color: #f4f4f4;
margin-bottom: 100px;
}
.catalog-detail-section .catalog-image {
margin-top: 70px;
}
.catalog-detail-section .catalog-image .catalog-image-child {
margin-left: 20px;
}
.catalog-detail-section .catalog-image .catalog-image-child .image-column {
margin-top: 30px;
margin-left: -20px;
}
.catalog-detail-section .catalog-heading {
margin-top: 85px;
}
.catalog-detail-section .catalog-heading .catalog-title {
font-size: 40px;
}
.catalog-detail-section .catalog-designer .designer-name {
margin-top: 15px;
margin-left: 10px;
margin-right: auto;
font-size: 20px;
font-weight: bold;
}
.catalog-detail-section .catalog-designer .designer {
font-weight: lighter;
font-size: 14px;
color: #ACACAC;
margin-left: 10px;
margin-top: -20px;
}
.catalog-detail-section .catalog-designer .btn-call {
border-radius: 50px;
width: 200px;
background-color: #ffca99;
color: #000;
font-weight: bold;
}
.catalog-detail-section .description-catalog .description-heading {
font-size: 18px;
}
.catalog-detail-section .description-catalog .description {
font-size: 16px;
text-align: justify;
}
.section-heading .heading-title {
font-size: 40px;
font-weight: bold;
margin-top: 50px;
}
.section-mycatalog {
min-height: 400px;
}
.heading-addcatalog .heading-title {
font-size: 32px;
font-weight: bold;
margin-top: 50px;
}
.section-addcatalog {
margin-bottom: 150px;
}
.section-addcatalog .form-addcatalog {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.section-addcatalog .form-addcatalog .card-title .heading-card {
font-size: 20px;
margin-top: 20px;
margin-left: 30px;
margin-right: auto;
}
.section-addcatalog .form-addcatalog .card-body .form-group label {
margin-bottom: 10px;
}
.section-addcatalog .form-addcatalog .card-body .form-group .form-control {
margin-bottom: 20px;
}
.section-addcatalog .form-addcatalog .card-body .btn-form-catalog {
margin-top: 30px;
background-color: #ffca99;
color: #000;
width: 350px;
border-radius: 30px;
}
.section-addcatalog .form-addcatalog .card-body .btn-form-catalog:hover {
background-color: #fff;
color: #000;
}
.section-designer-heading {
margin-top: 50px;
margin-bottom: 50px;
}
.section-designer-heading .designer-heading {
font-size: 40px;
font-weight: bold;
}
.section-designer-heading .designer-desc {
font-size: 18px;
}
.section-designer-list {
margin-top: 100px;
margin-bottom: 100px;
}
.section-designer-list .designer-image img {
margin-left: 50px;
margin-right: auto;
}
.section-designer-list .designer-name {
margin-top: 20px;
}
.section-designer-list .designer-name h4 {
font-size: 18px;
}
.section-designer-list .designer-name p {
font-size: 14px;
}
.section-designer-list .designer-phone {
margin-bottom: 10px;
}
.section-designer-list .designer-phone .btn-designer-phone {
width: 220px;
background-color: #ffca99;
color: #000;
}
.section-designer-list .designer-detail {
margin-bottom: 10px;
}
.section-designer-list .designer-detail .btn-designer-detail {
width: 220px;
background-color: #fff;
color: #000;
}
.section-profile {
margin-bottom: 50px;
}
.section-settings-profile {
margin-bottom: 100px;
}
.section-settings-profile .card .card-body .form-group {
margin-bottom: 10px;
}
.section-settings-profile .card .card-body .btn-submit {
margin-top: 10px;
background-color: #ffca99;
color: #000;
}
.section-catalog-detail {
margin-top: 30px;
}
li a.active {
color: #ffca99 !important;
font-weight: 600;
text-decoration: none !important;
}
/*# sourceMappingURL=main.css.map */ | assets/frontend/styles/main.css | body {
font-family: 'Open Sans', sans-serif;
background-color: #f4f4f4;
}
nav .navbar-brand {
margin-left: 95px;
margin-top: 30px;
}
nav .navbar-nav {
margin-right: 100px;
margin-top: 30px;
}
nav .navbar-nav .nav-item .nav-link {
color: #000;
font-size: 18px;
}
nav .navbar-nav .nav-item .nav-link.active {
color: #000;
font-size: 18px;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.header-home {
margin-top: 50px;
}
.header-home .image-header {
margin-left: 150px;
margin-right: 150px;
}
.header-home .heading-home {
width: 426px;
position: absolute;
margin-left: 450px;
margin-right: 450px;
margin-top: -400px;
font-size: 48px;
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header-home .sub-heading {
width: 390px;
position: absolute;
font-size: 18px;
font-weight: normal;
text-align: center;
color: #fff;
margin-left: 470px;
margin-right: 470px;
margin-top: -280px;
}
.header-home .btn-header {
margin-top: -380px !important;
background-color: #fff;
color: #000;
border-radius: 50px;
}
.header-home .btn-header:hover {
background-color: #000;
color: #fff;
}
.menu-section {
margin-top: 120px;
}
.menu-section .menu-heading h2 {
font-size: 32px;
font-weight: 600;
}
.menu-section .menu-list {
margin-top: 40px;
}
.menu-section .menu-list .btn-menu {
margin-left: 10px;
margin-right: 10px;
border-color: #f4f4f4;
background-color: #fff;
border-radius: 50px;
width: 180px;
height: 50px;
padding-top: 15px;
color: #000;
}
.menu-section .menu-list .btn-menu.active {
background-color: #ffca99;
color: #000;
border-color: #ffca99;
}
.image-section {
margin-top: 40px;
margin-left: 50px;
margin-right: 50px;
}
.image-section .image-content {
margin-top: 30px;
}
.image-section .btn-load-more {
margin-top: 50px;
margin-bottom: 150px;
width: 180px;
background-color: #ffca99;
color: #000;
font-weight: normal;
}
.footer-section {
background-color: #fff;
}
.footer-section .footer-brand {
margin-bottom: 30px;
}
.footer-section .description-text .description {
font-size: 18px;
text-align: justify;
width: 400px;
}
.footer-section .description-text .phone {
font-size: 18px;
text-align: justify;
}
.footer-section .description-text .instagram {
font-size: 18px;
text-align: justify;
}
.footer-section .heading-list .heading {
font-size: 20px;
font-weight: bold;
}
.footer-section .heading-list .menu-footer-list {
list-style: none;
margin-left: -30px;
}
.footer-section .heading-list .menu-footer-list a {
text-decoration: none;
color: #000;
font-size: 18px;
}
.footer-section .footer-text {
margin-top: 120px;
}
.footer-section .footer-text p {
font-size: 14px;
}
.main-content-login .logo-brand {
margin-top: 70px;
margin-left: 100px;
margin-right: auto;
}
.main-content-login .heading-login p {
font-size: 32px;
font-weight: bold;
margin-left: 100px;
margin-right: auto;
}
.main-content-login .card-login {
border-radius: 30px;
margin-left: 100px;
margin-right: auto;
background-color: #F6F8FB;
-webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.main-content-login .card-login .form-login {
margin-top: 30px;
}
.main-content-login .card-login .form-login .form-group {
margin-bottom: 30px;
}
.main-content-login .card-login .form-login .form-group label {
font-size: 14px;
line-height: 30px;
color: #ACACAC;
}
.main-content-login .card-login .form-login .form-group .form-input input {
border-radius: 30px;
background-color: #FCECDD;
}
.main-content-login .card-login .form-login .btn-login {
border-radius: 30px;
background-color: #ffca99;
width: 325px;
color: #fff;
}
.main-content-login .card-login .form-login .btn-register {
border-radius: 30px;
background-color: #ffca99;
width: 325px;
color: #fff;
}
.main-content-login .card-login .btn-forgot {
margin-top: 10px;
border-radius: 30px;
background-color: #FCECDD;
width: 325px;
color: #000;
}
.main-content-login .card-login .section-register {
color: #ACACAC;
margin-top: 30px;
}
.main-content-login .card-login .section-register a {
text-decoration: none;
color: #000;
}
.form-search {
margin-top: 40px;
}
.form-search .form .category {
border-radius: 5px;
width: 350px;
height: 40px;
margin-left: 200px;
margin-right: auto;
background-color: #f4f4f4;
color: #cacaca;
}
.form-search .form .name {
border-radius: 5px;
width: 350px;
height: 40px;
margin-left: 30px;
background-color: #f4f4f4;
color: #cacaca;
}
.catalog-section {
margin-top: 50px;
margin-bottom: 100px;
}
.catalog-section .card-catalog .card-body {
width: 335px;
}
.catalog-section .card-catalog .card-body .catalog-link {
text-decoration: none;
color: #000;
}
.catalog-section .card-catalog .card-body .catalog-link .catalog-name {
margin-top: 10px;
margin-left: 5px;
margin-right: auto;
}
.catalog-section .card-catalog .card-body .designer-name {
margin-left: 5px;
margin-right: auto;
}
.breadcrumb-catalog {
margin-top: 50px;
margin-left: 100px;
margin-right: auto;
margin-bottom: 40px;
}
.breadcrumb-catalog .breadcrumb .breadcrumb-item .breadcrumb-link {
text-decoration: none;
color: #acacac;
}
.breadcrumb-catalog .breadcrumb .breadcrumb-item.active {
color: #000;
}
.catalog-detail-section {
min-height: 1000px;
background-color: #f4f4f4;
margin-bottom: 100px;
}
.catalog-detail-section .catalog-image {
margin-top: 70px;
}
.catalog-detail-section .catalog-image .catalog-image-child {
margin-left: 20px;
}
.catalog-detail-section .catalog-image .catalog-image-child .image-column {
margin-top: 30px;
margin-left: -20px;
}
.catalog-detail-section .catalog-heading {
margin-top: 85px;
}
.catalog-detail-section .catalog-heading .catalog-title {
font-size: 40px;
}
.catalog-detail-section .catalog-designer .designer-name {
margin-top: 15px;
margin-left: 10px;
margin-right: auto;
font-size: 20px;
font-weight: bold;
}
.catalog-detail-section .catalog-designer .designer {
font-weight: lighter;
font-size: 14px;
color: #ACACAC;
margin-left: 10px;
margin-top: -20px;
}
.catalog-detail-section .catalog-designer .btn-call {
border-radius: 50px;
width: 200px;
background-color: #ffca99;
color: #000;
font-weight: bold;
}
.catalog-detail-section .description-catalog .description-heading {
font-size: 18px;
}
.catalog-detail-section .description-catalog .description {
font-size: 16px;
text-align: justify;
}
.section-heading .heading-title {
font-size: 40px;
font-weight: bold;
margin-top: 50px;
}
.section-mycatalog {
min-height: 400px;
}
.heading-addcatalog .heading-title {
font-size: 32px;
font-weight: bold;
margin-top: 50px;
}
.section-addcatalog {
margin-bottom: 150px;
}
.section-addcatalog .form-addcatalog {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.section-addcatalog .form-addcatalog .card-title .heading-card {
font-size: 20px;
margin-top: 20px;
margin-left: 30px;
margin-right: auto;
}
.section-addcatalog .form-addcatalog .card-body .form-group label {
margin-bottom: 10px;
}
.section-addcatalog .form-addcatalog .card-body .form-group .form-control {
margin-bottom: 20px;
}
.section-addcatalog .form-addcatalog .card-body .btn-form-catalog {
margin-top: 30px;
background-color: #ffca99;
color: #000;
width: 350px;
border-radius: 30px;
}
.section-addcatalog .form-addcatalog .card-body .btn-form-catalog:hover {
background-color: #fff;
color: #000;
}
.section-designer-heading {
margin-top: 50px;
margin-bottom: 50px;
}
.section-designer-heading .designer-heading {
font-size: 40px;
font-weight: bold;
}
.section-designer-heading .designer-desc {
font-size: 18px;
}
.section-designer-list {
margin-top: 100px;
margin-bottom: 100px;
}
.section-designer-list .designer-image img {
margin-left: 50px;
margin-right: auto;
}
.section-designer-list .designer-name {
margin-top: 20px;
}
.section-designer-list .designer-name h4 {
font-size: 18px;
}
.section-designer-list .designer-name p {
font-size: 14px;
}
.section-designer-list .designer-phone {
margin-bottom: 10px;
}
.section-designer-list .designer-phone .btn-designer-phone {
width: 220px;
background-color: #ffca99;
color: #000;
}
.section-designer-list .designer-detail {
margin-bottom: 10px;
}
.section-designer-list .designer-detail .btn-designer-detail {
width: 220px;
background-color: #fff;
color: #000;
}
.section-profile {
margin-bottom: 50px;
}
.section-settings-profile {
margin-bottom: 100px;
}
.section-settings-profile .card .card-body .form-group {
margin-bottom: 10px;
}
.section-settings-profile .card .card-body .btn-submit {
margin-top: 10px;
background-color: #ffca99;
color: #000;
}
.section-catalog-detail {
margin-top: 30px;
}
li a.active {
color: #ffca99 !important;
font-weight: 600;
text-decoration: none !important;
}
/*# sourceMappingURL=main.css.map */ | 0.334916 | 0.039232 |
/* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
/**
* PgwSlideshow - Version 2.0
*
* Copyright 2014, <NAME>
* http://pgwjs.com - http://pagawa.com
*
* Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
*/
/*.pgwSlideshow li { float:left; }*/
.pgwSlideshow {
width: 100%; /*display:none;*/
}
.pgwSlideshow .ps-current {
position: relative;
min-height: 250px;
height: 600px;
text-align: center;
overflow: hidden;
background: url(../img/loading.gif) no-repeat center;
}
.pgwSlideshow .ps-current ul li {
text-align: center;
width: 100%;
z-index: 1;
opacity: 0;
display: block;
}
.pgwSlideshow .ps-current ul li img {
display: block;
max-width: 100%;
margin: auto;
}
.pgwSlideshow .ps-current ul li a[href="javascript:;"] {
cursor: default;
}
.ps-caption-wrapper {
width: 100%;
position: absolute;
left: 0px;
bottom: 0px;
}
.pgwSlideshow .ps-caption {
padding: 8px 10px;
text-align: left;
color: #fff;
background: url(../img/ps-caption-bg.png);
}
.pgwSlideshow .ps-caption h3 {
line-height: normal;
font-size: 15px;
font-weight: normal;
}
.pgwSlideshow .ps-caption p {
margin-top: 5px;
font-size: 12px;
}
.pgwSlideshow .ps-caption a {
color: #fff;
text-decoration: none;
}
.pgwSlideshow .ps-list {
position: relative;
width: 100%;
height: 86px;
overflow: hidden;
margin-top: 20px;
box-sizing: border-box;
}
.pgwSlideshow .ps-list ul {
margin: 0;
padding: 0;
list-style: none;
position: relative;
left: 0;
}
.pgwSlideshow .ps-list li {
float: left;
}
.pgwSlideshow .ps-list li .ps-item {
display: block;
margin: 0 10px 0 0;
opacity: 0.5;
filter: alpha(opacity=50);
border: 1px solid #ccc;
}
.pgwSlideshow .ps-list li:last-child .ps-item {
margin-right: 0;
}
.pgwSlideshow .ps-list li .ps-item img {
display: block;
width: 120px;
height: 84px;
}
.pgwSlideshow .ps-list li .ps-selected {
float: left;
overflow: hidden;
opacity: 1;
filter: alpha(opacity=100);
border-color: #f00;
}
.pgwSlideshow .ps-list li .ps-selected img {
}
.pgwSlideshow .ps-prev, .pgwSlideshow .ps-next {
position: absolute;
top: 50%;
z-index: 100;
margin-top: -40px;
cursor: pointer; /*display:block !important; opacity:1 !important; filter:alpha(opacity=100) !important;*/
}
.pgwSlideshow .ps-prev {
display: block;
left: 0;
}
.pgwSlideshow .ps-next {
display: block;
right: 0;
}
.pgwSlideshow .ps-prevIcon, .pgwSlideshow .ps-nextIcon {
display: block;
width: 50px;
height: 80px;
overflow: hidden;
cursor: pointer;
background-repeat: no-repeat;
background-position: center center;
background-color: rgba(60,60,60,0.2);
_background-color: #e5e5e5;
}
.pgwSlideshow .ps-prevIcon:hover, .pgwSlideshow .ps-nextIcon:hover {
background-color: #333;
background-color: rgba(60,60,60,0.8);
_background-color: #666;
}
.pgwSlideshow .ps-current .ps-prevIcon {
background-image: url(../img/arrow-left.png);
}
.pgwSlideshow .ps-current .ps-nextIcon {
background-image: url(../img/arrow-right.png);
}
.pgwSlideshow .ps-list .ps-prev, .pgwSlideshow .ps-list .ps-next {
top: 0;
margin-top: 0;
height: 100%;
z-index: 10000;
display: none;
background-color: rgba(60,60,60,0.6);
}
.pgwSlideshow .ps-list .ps-prevIcon, .pgwSlideshow .ps-list .ps-nextIcon {
width: 30px;
height: 100%;
}
.pgwSlideshow .ps-list .ps-prevIcon {
background-image: url(../img/arrow-left-m.png);
}
.pgwSlideshow .ps-list .ps-nextIcon {
background-image: url(../img/arrow-right-m.png);
}
/*
* The media-queries are not used because IE8 doesn't support them.
*/
.pgw-narrow .ps-caption {
font-size: 0.8rem;
}
.pgw-narrow .ps-list {
height: 62px;
margin-top: 15px;
}
.pgw-narrow .ps-list li .ps-item img {
width: 85px;
height: 60px;
}
.pgw-narrow .ps-prev, .pgw-narrow .ps-next {
margin-top: -30px;
}
.pgw-narrow .ps-prevIcon, .pgw-narrow .ps-nextIcon {
width: 35px;
height: 60px;
}
.pgw-narrow .ps-current .ps-prevIcon {
background-image: url(../img/arrow-left-m.png);
}
.pgw-narrow .ps-current .ps-nextIcon {
background-image: url(../img/arrow-right-m.png);
}
.pgw-narrow .ps-list .ps-prevIcon, .pgw-narrow .ps-list .ps-nextIcon {
width: 25px;
}
.pgw-narrow .ps-list .ps-prevIcon {
background-image: url(../img/arrow-left-s.png);
}
.pgw-narrow .ps-list .ps-nextIcon {
background-image: url(../img/arrow-right-s.png);
} | template/default/css/pgwslideshow.css | /* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
/**
* PgwSlideshow - Version 2.0
*
* Copyright 2014, <NAME>
* http://pgwjs.com - http://pagawa.com
*
* Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
*/
/*.pgwSlideshow li { float:left; }*/
.pgwSlideshow {
width: 100%; /*display:none;*/
}
.pgwSlideshow .ps-current {
position: relative;
min-height: 250px;
height: 600px;
text-align: center;
overflow: hidden;
background: url(../img/loading.gif) no-repeat center;
}
.pgwSlideshow .ps-current ul li {
text-align: center;
width: 100%;
z-index: 1;
opacity: 0;
display: block;
}
.pgwSlideshow .ps-current ul li img {
display: block;
max-width: 100%;
margin: auto;
}
.pgwSlideshow .ps-current ul li a[href="javascript:;"] {
cursor: default;
}
.ps-caption-wrapper {
width: 100%;
position: absolute;
left: 0px;
bottom: 0px;
}
.pgwSlideshow .ps-caption {
padding: 8px 10px;
text-align: left;
color: #fff;
background: url(../img/ps-caption-bg.png);
}
.pgwSlideshow .ps-caption h3 {
line-height: normal;
font-size: 15px;
font-weight: normal;
}
.pgwSlideshow .ps-caption p {
margin-top: 5px;
font-size: 12px;
}
.pgwSlideshow .ps-caption a {
color: #fff;
text-decoration: none;
}
.pgwSlideshow .ps-list {
position: relative;
width: 100%;
height: 86px;
overflow: hidden;
margin-top: 20px;
box-sizing: border-box;
}
.pgwSlideshow .ps-list ul {
margin: 0;
padding: 0;
list-style: none;
position: relative;
left: 0;
}
.pgwSlideshow .ps-list li {
float: left;
}
.pgwSlideshow .ps-list li .ps-item {
display: block;
margin: 0 10px 0 0;
opacity: 0.5;
filter: alpha(opacity=50);
border: 1px solid #ccc;
}
.pgwSlideshow .ps-list li:last-child .ps-item {
margin-right: 0;
}
.pgwSlideshow .ps-list li .ps-item img {
display: block;
width: 120px;
height: 84px;
}
.pgwSlideshow .ps-list li .ps-selected {
float: left;
overflow: hidden;
opacity: 1;
filter: alpha(opacity=100);
border-color: #f00;
}
.pgwSlideshow .ps-list li .ps-selected img {
}
.pgwSlideshow .ps-prev, .pgwSlideshow .ps-next {
position: absolute;
top: 50%;
z-index: 100;
margin-top: -40px;
cursor: pointer; /*display:block !important; opacity:1 !important; filter:alpha(opacity=100) !important;*/
}
.pgwSlideshow .ps-prev {
display: block;
left: 0;
}
.pgwSlideshow .ps-next {
display: block;
right: 0;
}
.pgwSlideshow .ps-prevIcon, .pgwSlideshow .ps-nextIcon {
display: block;
width: 50px;
height: 80px;
overflow: hidden;
cursor: pointer;
background-repeat: no-repeat;
background-position: center center;
background-color: rgba(60,60,60,0.2);
_background-color: #e5e5e5;
}
.pgwSlideshow .ps-prevIcon:hover, .pgwSlideshow .ps-nextIcon:hover {
background-color: #333;
background-color: rgba(60,60,60,0.8);
_background-color: #666;
}
.pgwSlideshow .ps-current .ps-prevIcon {
background-image: url(../img/arrow-left.png);
}
.pgwSlideshow .ps-current .ps-nextIcon {
background-image: url(../img/arrow-right.png);
}
.pgwSlideshow .ps-list .ps-prev, .pgwSlideshow .ps-list .ps-next {
top: 0;
margin-top: 0;
height: 100%;
z-index: 10000;
display: none;
background-color: rgba(60,60,60,0.6);
}
.pgwSlideshow .ps-list .ps-prevIcon, .pgwSlideshow .ps-list .ps-nextIcon {
width: 30px;
height: 100%;
}
.pgwSlideshow .ps-list .ps-prevIcon {
background-image: url(../img/arrow-left-m.png);
}
.pgwSlideshow .ps-list .ps-nextIcon {
background-image: url(../img/arrow-right-m.png);
}
/*
* The media-queries are not used because IE8 doesn't support them.
*/
.pgw-narrow .ps-caption {
font-size: 0.8rem;
}
.pgw-narrow .ps-list {
height: 62px;
margin-top: 15px;
}
.pgw-narrow .ps-list li .ps-item img {
width: 85px;
height: 60px;
}
.pgw-narrow .ps-prev, .pgw-narrow .ps-next {
margin-top: -30px;
}
.pgw-narrow .ps-prevIcon, .pgw-narrow .ps-nextIcon {
width: 35px;
height: 60px;
}
.pgw-narrow .ps-current .ps-prevIcon {
background-image: url(../img/arrow-left-m.png);
}
.pgw-narrow .ps-current .ps-nextIcon {
background-image: url(../img/arrow-right-m.png);
}
.pgw-narrow .ps-list .ps-prevIcon, .pgw-narrow .ps-list .ps-nextIcon {
width: 25px;
}
.pgw-narrow .ps-list .ps-prevIcon {
background-image: url(../img/arrow-left-s.png);
}
.pgw-narrow .ps-list .ps-nextIcon {
background-image: url(../img/arrow-right-s.png);
} | 0.329176 | 0.057045 |
Thank you -
http://www.w3schools.com/css/tryit.asp?filename=trycss3_animation3
http://www.w3schools.com/css/css3_animations.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations
*/
.html,
.css,
.js,
.jquery {
width: 50px;
height: 50px;
background-color: #fed136;
position: absolute;
padding: 15px 5px 0;
text-align: center;
color: #000;
font-weight: 700;
z-index: 100;
}
.html {
left: 0;
top: 150px;
-webkit-animation-name: html;
-webkit-animation-duration: 5s;
animation-name: html;
animation-duration: 5s;
}
@-webkit-keyframes html {
0% {background-color: red; left: 0px; top: 150px;}
25% {background-color: orange; left: 800px; top: 150px;}
50% {background-color: green; left: 800px; top: 600px;}
75% {background-color: blue; left: 0px; top: 600px;}
100% {background-color: yellow; left: 0px; top: 150px;}
}
@keyframes html {
0% {background-color: red; left: 0px; top: 150px;}
25% {background-color: orange; left: 800px; top: 150px;}
50% {background-color: green; left: 800px; top: 600px;}
75% {background-color: blue; left: 0px; top: 600px;}
100% {background-color: yellow; left: 0px; top: 150px;}
}
.css {
right: 0;
top: 150px;
-webkit-animation-name: css;
-webkit-animation-duration: 5s;
animation-name: css;
animation-duration: 5s;
}
@-webkit-keyframes css {
0% {background-color: red; right: 0; top: 150px;}
25% {background-color: orange; right: 0; top: 600px;}
50% {background-color: green; right: 800px; top: 600px;}
75% {background-color: blue; right: 800px; top: 150px;}
100% {background-color: yellow; right: 0; top: 150px;}
}
@keyframes css {
0% {background-color: red; right: 0; top: 150px;}
25% {background-color: orange; right: 0; top: 600px;}
50% {background-color: green; right: 800px; top: 600px;}
75% {background-color: blue; right: 800px; top: 150px;}
100% {background-color: yellow; right: 0; top: 150px;}
}
.js {
right: 0;
bottom: 0;
-webkit-animation-name: js;
-webkit-animation-duration: 5s;
animation-name: js;
animation-duration: 5s;
}
@-webkit-keyframes js {
0% {background-color: red; right: 0; bottom: 0;}
25% {background-color: orange; right: 800px; bottom: 0px;}
50% {background-color: green; right: 800px; bottom: 450px;}
75% {background-color: blue; right: 0; bottom: 450px;}
100% {background-color: yellow; right: 0; bottom: 0;}
}
@keyframes js {
0% {background-color: red; right: 0; bottom: 0;}
25% {background-color: orange; right: 800px; bottom: 0px;}
50% {background-color: green; right: 800px; bottom: 450px;}
75% {background-color: blue; right: 0; bottom: 450px;}
100% {background-color: yellow; right: 0; bottom: 0;}
}
.jquery {
left: 0;
bottom: 0;
-webkit-animation-name: jquery;
-webkit-animation-duration: 5s;
animation-name: jquery;
animation-duration: 5s;
}
@-webkit-keyframes jquery {
0% {background-color: red; left: 0; bottom: 0;}
25% {background-color: orange; left: 0; bottom: 450px;}
50% {background-color: green; left: 800px; bottom: 450px;}
75% {background-color: blue; left: 800px; bottom: 0;}
100% {background-color: yellow; left: 0; bottom: 0;}
}
@keyframes jquery {
0% {background-color: red; left: 0; bottom: 0;}
25% {background-color: orange; left: 0; bottom: 450px;}
50% {background-color: green; left: 800px; bottom: 450px;}
75% {background-color: blue; left: 800px; bottom: 0;}
100% {background-color: yellow; left: 0; bottom: 0;}
}
.intro-lead-in,
.intro-heading {
position: relative;
-webkit-animation-name: slide-down;
-webkit-animation-duration: 5s;
-webkit-animation-timing-function: linear;
animation-name: slide-down;
animation-duration: 5s;
animation-timing-function: linear;
}
@-webkit-keyframes slide-down {
from {
top: -400px;
}
to {
top: 0;
}
}
@keyframes slide-down {
from {
top: -400px;
}
to {
top: 0;
}
}
header {
background-color: #333;
position: relative;
}
.navbar .navbar-default .navbar-custom {
padding-bottom: 100px;
}
.navbar-custom .navbar-brand {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .intro-text {
padding: 150px 0 200px;
}
header .intro-text .intro-lead-in {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
padding-top: 110px;
}
header .intro-text .intro-heading {
font-size: 30px;
font-weight: normal;
text-transform: none;
}
section#about {
background-color: #fff;
}
section h3.section-subheading {
font-size: 16px;
text-transform: none;
font-weight: 400;
margin-bottom: 40px;
font-style: normal;
line-height: 1.5;
}
section#contact {
background-color: #333;
} | css/style.css | Thank you -
http://www.w3schools.com/css/tryit.asp?filename=trycss3_animation3
http://www.w3schools.com/css/css3_animations.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations
*/
.html,
.css,
.js,
.jquery {
width: 50px;
height: 50px;
background-color: #fed136;
position: absolute;
padding: 15px 5px 0;
text-align: center;
color: #000;
font-weight: 700;
z-index: 100;
}
.html {
left: 0;
top: 150px;
-webkit-animation-name: html;
-webkit-animation-duration: 5s;
animation-name: html;
animation-duration: 5s;
}
@-webkit-keyframes html {
0% {background-color: red; left: 0px; top: 150px;}
25% {background-color: orange; left: 800px; top: 150px;}
50% {background-color: green; left: 800px; top: 600px;}
75% {background-color: blue; left: 0px; top: 600px;}
100% {background-color: yellow; left: 0px; top: 150px;}
}
@keyframes html {
0% {background-color: red; left: 0px; top: 150px;}
25% {background-color: orange; left: 800px; top: 150px;}
50% {background-color: green; left: 800px; top: 600px;}
75% {background-color: blue; left: 0px; top: 600px;}
100% {background-color: yellow; left: 0px; top: 150px;}
}
.css {
right: 0;
top: 150px;
-webkit-animation-name: css;
-webkit-animation-duration: 5s;
animation-name: css;
animation-duration: 5s;
}
@-webkit-keyframes css {
0% {background-color: red; right: 0; top: 150px;}
25% {background-color: orange; right: 0; top: 600px;}
50% {background-color: green; right: 800px; top: 600px;}
75% {background-color: blue; right: 800px; top: 150px;}
100% {background-color: yellow; right: 0; top: 150px;}
}
@keyframes css {
0% {background-color: red; right: 0; top: 150px;}
25% {background-color: orange; right: 0; top: 600px;}
50% {background-color: green; right: 800px; top: 600px;}
75% {background-color: blue; right: 800px; top: 150px;}
100% {background-color: yellow; right: 0; top: 150px;}
}
.js {
right: 0;
bottom: 0;
-webkit-animation-name: js;
-webkit-animation-duration: 5s;
animation-name: js;
animation-duration: 5s;
}
@-webkit-keyframes js {
0% {background-color: red; right: 0; bottom: 0;}
25% {background-color: orange; right: 800px; bottom: 0px;}
50% {background-color: green; right: 800px; bottom: 450px;}
75% {background-color: blue; right: 0; bottom: 450px;}
100% {background-color: yellow; right: 0; bottom: 0;}
}
@keyframes js {
0% {background-color: red; right: 0; bottom: 0;}
25% {background-color: orange; right: 800px; bottom: 0px;}
50% {background-color: green; right: 800px; bottom: 450px;}
75% {background-color: blue; right: 0; bottom: 450px;}
100% {background-color: yellow; right: 0; bottom: 0;}
}
.jquery {
left: 0;
bottom: 0;
-webkit-animation-name: jquery;
-webkit-animation-duration: 5s;
animation-name: jquery;
animation-duration: 5s;
}
@-webkit-keyframes jquery {
0% {background-color: red; left: 0; bottom: 0;}
25% {background-color: orange; left: 0; bottom: 450px;}
50% {background-color: green; left: 800px; bottom: 450px;}
75% {background-color: blue; left: 800px; bottom: 0;}
100% {background-color: yellow; left: 0; bottom: 0;}
}
@keyframes jquery {
0% {background-color: red; left: 0; bottom: 0;}
25% {background-color: orange; left: 0; bottom: 450px;}
50% {background-color: green; left: 800px; bottom: 450px;}
75% {background-color: blue; left: 800px; bottom: 0;}
100% {background-color: yellow; left: 0; bottom: 0;}
}
.intro-lead-in,
.intro-heading {
position: relative;
-webkit-animation-name: slide-down;
-webkit-animation-duration: 5s;
-webkit-animation-timing-function: linear;
animation-name: slide-down;
animation-duration: 5s;
animation-timing-function: linear;
}
@-webkit-keyframes slide-down {
from {
top: -400px;
}
to {
top: 0;
}
}
@keyframes slide-down {
from {
top: -400px;
}
to {
top: 0;
}
}
header {
background-color: #333;
position: relative;
}
.navbar .navbar-default .navbar-custom {
padding-bottom: 100px;
}
.navbar-custom .navbar-brand {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .intro-text {
padding: 150px 0 200px;
}
header .intro-text .intro-lead-in {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
padding-top: 110px;
}
header .intro-text .intro-heading {
font-size: 30px;
font-weight: normal;
text-transform: none;
}
section#about {
background-color: #fff;
}
section h3.section-subheading {
font-size: 16px;
text-transform: none;
font-weight: 400;
margin-bottom: 40px;
font-style: normal;
line-height: 1.5;
}
section#contact {
background-color: #333;
} | 0.376279 | 0.089335 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.tree-container {
position: relative;
background-color: #333;
border: 2px solid #ddd;
padding: 7px;
border-radius: 1px;
/* z-index: -2; */
}
.comp-with-children-container {
display: block;
position: relative;
left: 20px;
margin-top: 10px;
}
.comp-with-children-name,
.top-level-component,
.leaf-comp-name {
font-weight: normal;
margin-left: 10px;
margin-right: 8px;
padding: 4px 8px;
/* border: 2px solid purple;
border-radius: 10px; */
}
.comp-with-children-container::before {
content: '';
position: absolute;
transform: rotate(90deg);
height: 1px;
width: 30px;
background-color: #b08ac5;
left: -8px;
top: -9px;
z-index: 0;
}
.comp-with-children-name::before {
content: '';
position: absolute;
height: 1px;
width: 11px;
background-color: #b08ac5;
left: 16px;
top: 12px;
z-index: 0;
}
.comp-with-children-container::before:hover {
color: #7e74fa;
}
.comp-with-children-name::before:hover {
color: #7e74fa;
}
.leaf-comp-container::before {
content: '';
position: absolute;
transform: rotate(90deg);
height: 1px;
width: 39px;
background-color: #b08ac5;
left: -33px;
top: -6px;
z-index: 0;
}
.leaf-comp-name::before {
content: '';
position: absolute;
height: 1px;
width: 23px;
background-color: #b08ac5;
left: -13px;
top: 15px;
z-index: 0;
}
/* .comp-with-children-container::after {
content: '';
position: absolute;
height: 2px;
width: 10px;
background-color: purple;
left: 30px;
top: 15px;
} */
/* .info_icon::before {
content: '';
position: absolute;
height: 2px;
width: 10px;
background-color: purple;
left: 80px;
top: 12px;
z-index: 1;
} */
/* .info_icon-inner::before {
content: '';
position: absolute;
height: 2px;
width: 10px;
background-color: orange;
left: 0px;
top: 12px;
z-index: 1;
} */
/* .comp-with-children-name::before {
content: 'branch';
transform: rotate(90deg);
height: 3px;
width: 10px;
background-color: purple;
left: 5px;
} */
.leaf-comp-container {
display: block;
position: relative;
left: 40px;
margin-top: 10px;
margin-right: 5px;
}
.nav-leaf-comp-container {
/* margin-left: 2px; */
}
.node-icon {
position: relative;
bottom: -10px;
margin-right: 25px;
color: #b08ac5;
z-index: 2;
}
.add-file-container {
background-color: #333;
border: 2px solid #ddd;
padding: 10px 15px;
margin-bottom: 10px;
border-radius: 1px;
}
.add-file-header {
margin-top: 5px;
margin-bottom: 10px;
}
.add-file-message {
font-size: 14px;
line-height: 1.2;
margin-bottom: 6px;
}
.add-file-btn-container {
display: flex;
justify-content: center;
}
.file-input {
margin-top: 10px;
margin-bottom: 3px;
width: 90px;
border-radius: 3px;
}
.file-input:hover {
cursor: pointer;
}
.generate-tree-message {
padding: 5px;
font-size: 14px;
}
.info_icon {
color: #b08ac5;
z-index: 2;
/* margin-left: 8px; */
}
#tips {
background-color: #7e74fa;
padding: 10px;
border-radius: 5px;
}
.leaf-Node h3,
.leaf-Node a {
display: inline;
}
.data-key {
color: rgb(155, 18, 155);
font-family: monospace;
}
.node_icon:hover,
.comp-with-children-name:hover,
.fav_icon:hover,
.info_icon:hover,
.top-level-component:hover {
cursor: pointer;
z-index: 2;
}
.container-intro {
position: relative;
height: 100%;
}
.container-intro h1,
.container-intro a {
display: inline;
vertical-align: top;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 28px;
}
.fav_icon:hover {
color: #7e74fa;
z-index: 2;
}
.fav_icon {
/* margin: 3px; */
color: #b08ac5;
z-index: 2;
} | nexus/media/styles.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.tree-container {
position: relative;
background-color: #333;
border: 2px solid #ddd;
padding: 7px;
border-radius: 1px;
/* z-index: -2; */
}
.comp-with-children-container {
display: block;
position: relative;
left: 20px;
margin-top: 10px;
}
.comp-with-children-name,
.top-level-component,
.leaf-comp-name {
font-weight: normal;
margin-left: 10px;
margin-right: 8px;
padding: 4px 8px;
/* border: 2px solid purple;
border-radius: 10px; */
}
.comp-with-children-container::before {
content: '';
position: absolute;
transform: rotate(90deg);
height: 1px;
width: 30px;
background-color: #b08ac5;
left: -8px;
top: -9px;
z-index: 0;
}
.comp-with-children-name::before {
content: '';
position: absolute;
height: 1px;
width: 11px;
background-color: #b08ac5;
left: 16px;
top: 12px;
z-index: 0;
}
.comp-with-children-container::before:hover {
color: #7e74fa;
}
.comp-with-children-name::before:hover {
color: #7e74fa;
}
.leaf-comp-container::before {
content: '';
position: absolute;
transform: rotate(90deg);
height: 1px;
width: 39px;
background-color: #b08ac5;
left: -33px;
top: -6px;
z-index: 0;
}
.leaf-comp-name::before {
content: '';
position: absolute;
height: 1px;
width: 23px;
background-color: #b08ac5;
left: -13px;
top: 15px;
z-index: 0;
}
/* .comp-with-children-container::after {
content: '';
position: absolute;
height: 2px;
width: 10px;
background-color: purple;
left: 30px;
top: 15px;
} */
/* .info_icon::before {
content: '';
position: absolute;
height: 2px;
width: 10px;
background-color: purple;
left: 80px;
top: 12px;
z-index: 1;
} */
/* .info_icon-inner::before {
content: '';
position: absolute;
height: 2px;
width: 10px;
background-color: orange;
left: 0px;
top: 12px;
z-index: 1;
} */
/* .comp-with-children-name::before {
content: 'branch';
transform: rotate(90deg);
height: 3px;
width: 10px;
background-color: purple;
left: 5px;
} */
.leaf-comp-container {
display: block;
position: relative;
left: 40px;
margin-top: 10px;
margin-right: 5px;
}
.nav-leaf-comp-container {
/* margin-left: 2px; */
}
.node-icon {
position: relative;
bottom: -10px;
margin-right: 25px;
color: #b08ac5;
z-index: 2;
}
.add-file-container {
background-color: #333;
border: 2px solid #ddd;
padding: 10px 15px;
margin-bottom: 10px;
border-radius: 1px;
}
.add-file-header {
margin-top: 5px;
margin-bottom: 10px;
}
.add-file-message {
font-size: 14px;
line-height: 1.2;
margin-bottom: 6px;
}
.add-file-btn-container {
display: flex;
justify-content: center;
}
.file-input {
margin-top: 10px;
margin-bottom: 3px;
width: 90px;
border-radius: 3px;
}
.file-input:hover {
cursor: pointer;
}
.generate-tree-message {
padding: 5px;
font-size: 14px;
}
.info_icon {
color: #b08ac5;
z-index: 2;
/* margin-left: 8px; */
}
#tips {
background-color: #7e74fa;
padding: 10px;
border-radius: 5px;
}
.leaf-Node h3,
.leaf-Node a {
display: inline;
}
.data-key {
color: rgb(155, 18, 155);
font-family: monospace;
}
.node_icon:hover,
.comp-with-children-name:hover,
.fav_icon:hover,
.info_icon:hover,
.top-level-component:hover {
cursor: pointer;
z-index: 2;
}
.container-intro {
position: relative;
height: 100%;
}
.container-intro h1,
.container-intro a {
display: inline;
vertical-align: top;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 28px;
}
.fav_icon:hover {
color: #7e74fa;
z-index: 2;
}
.fav_icon {
/* margin: 3px; */
color: #b08ac5;
z-index: 2;
} | 0.448185 | 0.10434 |
body {
width: 100%;
height: 850px;
background-image: url(img/map.png);
background-size: 100% 100%;
}
p, a {
font-family: 'Platform OLX Web', sans-serif;
}
.btn-olx {
margin-top: 1rem;
padding: 1rem;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #002F34;
background-color: #23E5DB;
border: 2px solid #002F34;
border-radius: 100%;
}
.btn-olx p {
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
.btn.focus, .btn:focus {
box-shadow: none;
}
.modal-header {
border: none;
}
.modal-title {
font-weight: 500;
font-size: 27px;
line-height: 32px;
padding: 0 2rem;
}
.modal-footer {
border: none;
}
.about-location-title {
font-size: 18px;
line-height: 22px;
padding-bottom: 1.25rem;
}
.about-location-text {
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
.take-location-btn {
margin: 1.125rem 0;
padding: 0.75rem 1.25rem;
background-color: #23E5DB;
border-radius: 2rem;
border: 0;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #002F34;
}
.label-title {
font-size: 18px;
line-height: 22px;
color: #002F34;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-control {
width: 100%;
border-radius: 4px;
}
#exampleFormControlTextarea1 {
height: 210px;
resize: none;
}
.public-btn {
font-weight: 500;
font-size: 18px;
line-height: 22px;
padding: 0.625rem 6rem;
border: none;
background: #23E5DB;
border-radius: 42px;
color: #002F34;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
body {
background-image: url(img/map-mob.png);
}
.modal {
margin-right: 0!important;
}
.information-modal {
margin-left: 10%;
}
}
.location-close {
font-size: 2rem;
}
.information-container {
border: 1px solid #B7B7B7;
border-radius: 4px;
padding: 0 1rem 10rem;
}
.information-text {
padding-top: 0.75rem;
font-size: 20px;
line-height: 24px;
color: #002F34;
border-bottom: 1px solid #BFBFBF;
}
.information-text span {
color: #757575;
}
#exampleFormControlTextarea2 {
height: 120px;
resize: none;
}
.form-check {
margin-bottom: 1.5rem;
} | public/map.css | body {
width: 100%;
height: 850px;
background-image: url(img/map.png);
background-size: 100% 100%;
}
p, a {
font-family: 'Platform OLX Web', sans-serif;
}
.btn-olx {
margin-top: 1rem;
padding: 1rem;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #002F34;
background-color: #23E5DB;
border: 2px solid #002F34;
border-radius: 100%;
}
.btn-olx p {
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
.btn.focus, .btn:focus {
box-shadow: none;
}
.modal-header {
border: none;
}
.modal-title {
font-weight: 500;
font-size: 27px;
line-height: 32px;
padding: 0 2rem;
}
.modal-footer {
border: none;
}
.about-location-title {
font-size: 18px;
line-height: 22px;
padding-bottom: 1.25rem;
}
.about-location-text {
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
.take-location-btn {
margin: 1.125rem 0;
padding: 0.75rem 1.25rem;
background-color: #23E5DB;
border-radius: 2rem;
border: 0;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #002F34;
}
.label-title {
font-size: 18px;
line-height: 22px;
color: #002F34;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-control {
width: 100%;
border-radius: 4px;
}
#exampleFormControlTextarea1 {
height: 210px;
resize: none;
}
.public-btn {
font-weight: 500;
font-size: 18px;
line-height: 22px;
padding: 0.625rem 6rem;
border: none;
background: #23E5DB;
border-radius: 42px;
color: #002F34;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
body {
background-image: url(img/map-mob.png);
}
.modal {
margin-right: 0!important;
}
.information-modal {
margin-left: 10%;
}
}
.location-close {
font-size: 2rem;
}
.information-container {
border: 1px solid #B7B7B7;
border-radius: 4px;
padding: 0 1rem 10rem;
}
.information-text {
padding-top: 0.75rem;
font-size: 20px;
line-height: 24px;
color: #002F34;
border-bottom: 1px solid #BFBFBF;
}
.information-text span {
color: #757575;
}
#exampleFormControlTextarea2 {
height: 120px;
resize: none;
}
.form-check {
margin-bottom: 1.5rem;
} | 0.307046 | 0.080141 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
vertical-align: baseline;
}
:root{
--facebook: #3b5998;
--twitter: #<PASSWORD>;
--instagram: #<PASSWORD>;
--linkedin: #0<PASSWORD>;
--whatsapp: #4ac959;
--verde1: #848445;
--verde2: #636637;
--naranja: #b37e11;
--amarillo1: #f8dd7b;
--amarillo2: #fff1a4;
}
body.body{
background: var(--amarillo2);
transition: all 0.5s ease;
}
.header{
background: var(--amarillo2);
}
header{
width: 100%;
height: 160px;
color: white;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease;
line-height: 160px;
}
header.active-header{
height: 0;
transform: scale(0, 0);
}
#logo{
width: 160px;
height: 160px;
margin-right: 20px;
}
header h1{
font-size: 45px;
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: bold;
text-shadow: 3px 3px 3px var(--verde1);
margin-left: 20px;
color: var(--verde2);
}
.bg-verde{
background: var(--verde2);
}
#titulo{
line-height: 30px;
margin-top: 25px;
}
#titulo span{
font-size: 35px;
}
/*SECTION*/
#banner{
box-shadow: 0px 0px 5px black;
}
section{
text-align: justify;
margin-top: 215px;
transition: all 0.5s ease;
}
article{
padding: 5px 0 15px 0;
}
.subtitulo{
width: 100%;
height: 80px;
background: var(--verde1);
padding: 10px 30px;
color: white;
font-weight: bold;
margin: 10px 0;
border-radius: 5px;
}
.subtitulo h3{
font-size: 35px;
text-transform: uppercase;
}
.linea{
width: 100%;
height: 4px;
border: 2px solid white;
}
.linea-verde{
width: 100%;
height: 4px;
border: 1px solid var(--verde1);
}
.row-article{
overflow: hidden;
width: 100%;
}
article .art-left{
float: left;
margin: auto;
width: 30%;
padding: 0px;
background: #196F3D;
border-radius: 5px;
color: white;
margin-right: 20px;
}
article .art-right{
float: right;
margin: auto;
width: 65%;
padding: 20px;
background: #fff3cd;
border-radius: 5px;
min-height: calc(100vh - 350px - 95px);
}
article .art-right .sub-sub{
width: 100%;
background: #F39C12 ;
padding: 15px 20px;
border-radius: 5px;
}
article .art-right .sub-sub h5{
font-size: 25px;
color: white;
text-transform: uppercase;
}
article .art-right .art-texto{
padding: 20px 40px;
font-size: 20px;
}
.info-contacto ul{
list-style: none;
}
.info-contacto ul li{
padding: 10px 0 10px 20px;
font-size: 16px;
}
.info-contacto ul li i{
width: 25px;
margin: auto;
font-weight: bold;
font-size: 17px;
}
/*REDES SOCIALES*/
.container-icon{
position: fixed;
font-family: sans-serif;
bottom: 10px;
right: 10px;
z-index: 10000
}
.icon-plus{
font-size: 50px;
transition: all 300ms;
color: var(--naranja);
}
.container-icon:hover .icon-plus{
transform: rotate(180deg);
}
.row-icon{
position: absolute;
display: flex;
justify-content: flex-end;
transition: all 300ms;
opacity: 0;
padding: 10px 0;
}
.container-icon:hover .row-icon{
opacity: 1;
}
.row-icon h4{
transform: translate(-5px, 8px);
font-size: 12px;
font-weight: bold;
color: #333;
/*background: red;
padding: 3px 8px;*/
}
.row-icon i{
display: block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: white;
}
.row-icon label{
font-size: 30px;
}
.icon1{
transform: translate(-17px, -20px) scale(0);
}
.icon2{
transform: translate(-85px, -70px) scale(0);
}
.icon3{
transform: translate(-17px, -120px) scale(0);
}
.icon4{
transform: translate(-90px, -170px) scale(0);
}
.container-icon:hover .icon1{
transform: translate(-47px, -50px) scale(1);
}
.container-icon:hover .icon2{
transform: translate(-50px, -100px) scale(1);
}
.container-icon:hover .icon3{
transform: translate(-51px, -150px) scale(1);
}
.container-icon:hover .icon4{
transform: translate(-42px, -200px) scale(1);
}
.fa-facebook-f{
background: var(--facebook);
}
.fa-whatsapp{
background: var(--whatsapp);
}
.fa-instagram{
background: var(--instagram);
}
.fa-linkedin-in{
background: var(--linkedin);
}
/*MARKETING CONTENT*/
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
color: var(--verde2);
}
.marketing p {
font-weight: 400;
color: var(--verde2);
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/*FOOTER*/
footer{
width: 100%;
padding: 40px;
color: white;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
footer p{
font-size: 14px;
}
/*BOTON PERSONALIZADOS*/
.btn-outline-amarillo {
color: var(--amarillo2);
border-color: var(--amarillo2);
}
.btn-outline-amarillo:hover {
color: #000;
background-color: var(--amarillo2);
border-color: var(--amarillo2);
}
.btn-check:focus + .btn-outline-amarillo, .btn-outline-amarillo:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-amarillo, .btn-check:active + .btn-outline-amarillo, .btn-outline-amarillo:active, .btn-outline-amarillo.active, .btn-outline-amarillo.dropdown-toggle.show {
color: #000;
background-color: var(--amarillo2);
border-color: var(--amarillo2);
}
.btn-check:checked + .btn-outline-amarillo:focus, .btn-check:active + .btn-outline-amarillo:focus, .btn-outline-amarillo:active:focus, .btn-outline-amarillo.active:focus, .btn-outline-amarillo.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-amarillo:disabled, .btn-outline-amarillo.disabled {
color: var(--amarillo2);
background-color: transparent;
}
/*CONTENIDO DE TABLA*/
.container-tabla{
width: 100%;
overflow: hidden;
min-height: calc(100vh - 320px);
}
/*NUESTRO EQUIPO*/
#tarjetas{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tarjeta img{
width: 100%;
margin-bottom: 8px;
}
.tarjeta{
width: 280px;
margin: 20px;
background: #fff;
padding: 10px 25px;
text-align: center;
box-shadow: 1px 1px 8px 0px #00000030;
transition: .3s ease all;
font-family: 'Nunito', sans-serif;
}
.tarjeta:hover{
box-shadow: 1px 1px 11px 0px #000000;
}
.tarjeta h2{
font-size: 17px;
color: var(--verde1);
text-transform: capitalize;
}
.profesion{
color: var(--verde2);
font-size: 15px;
line-height: 15px;
}
.desc{
font-size: 13px;
line-height: 13px;
color: #808080;
}
.subtitle{
color: var(--verde2);
font-size: 32px;
font-family: sans-serif;
margin: 20px 0;
padding: 0;
}
.sm{
display: flex;
justify-content: center;
margin: 20px 0;
}
.sm a{
color: var(--verde1);
width: 30px;
height: 30px;
line-height: 30px;
font-size: 20px;
transition: 0.3s linear;
text-decoration: none;
background-color: #FFF;
border-radius: 50%;
margin: 0 5px;
}
.sm a.fa-facebook-f{
color: var(--facebook);
}
.sm a.fa-instagram{
color: var(--instagram);
}
.sm a.fa-linkedin-in{
color: var(--linkedin);
}
.sm a.fa-facebook-f:hover{
background: var(--facebook);
color: white;
}
.sm a.fa-instagram:hover{
background: var(--instagram);
color: white;
}
.sm a.fa-linkedin-in:hover{
background: var(--linkedin);
color: white;
}
/*.profile-card{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
text-align: center;
border-radius: 8px;
overflow: hidden;
}
.card-head{
width: 280px;
display: block;
padding: 10px;
border: 2px solid var(--verde2);
margin: 15px;
border-radius: 30px;
}
.pic{
display: inline-block;
padding: 10px;
background: linear-gradient(50deg, #f8dd7b, #636637);
margin: auto;
border-radius: 50%;
background-size: 200% 200%;
animation: animated-gradient 2s linear infinite;
}
@keyframes animated-gradient{
25%{
background-position: left bottom;
}
50%{
background-position: right bottom;
}
75%{
background-position: right top;
}
100%{
background-position: left top;
}
}
.pic img{
display: block;
width: 200px;
height: 200px;
border-radius: 50%;
cursor: pointer;
}
.pic img:hover{
transform: scale(1.05);
transition: 0.3s ease-in-out;
}
.name{
color: var(--verde1);
font-size: 18px;
font-weight: 600;
margin: 10px 0;
text-transform: uppercase;
}
.desc{
font-size: 15px;
color: var(--verde2);
font-weight: 500;
text-transform: capitalize;
}
.profesion{
font-size: 13px;
color: var(--verde2);
text-transform: capitalize;
}
*/
/*MISION VISION VALORES*/
.blog-posts{
width: 100%;
margin: auto;
padding: 20px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
cursor: pointer;
}
.post{
width: calc(33% - 10px);
overflow: hidden;
}
.post-img{
width: 100%;
border-radius: 6px;
transition: 0.3s linear;
}
.post-content{
background-color: #FFFCCFdd;
margin: 0 20px;
padding: 30px;
border-radius: 6px;
transform: translateY(-60px);
color: var(--verde1);
}
.post-content h3{
font-size: 15px;
margin-bottom: 10px;
text-align: justify;
}
.date{
font-size: 17px;
font-style: italic;
color: #e77f67;
font-weight: 500;
}
.post:hover .post-img{
transform: translateY(20px);
}
.post:hover .post-content{
transform: translateY(-80px);
}
@media screen and (max-width: 1200px){
.blog-posts{
justify-content: center;
}
.post{
width: min(600px, 100%);
}
}
/*GALERIA*/
.galeria{
margin-top: 260px;
margin-bottom: 25px;;
}
/*.galeria-fotos{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.galeria-fotos a{
display: block;
margin: 20px;
width: 350px;
border-radius: 30px;
overflow: hidden;
}
.galeria-fotos a img{
width: 100%;
}
.galeria-fotos a:hover{
box-shadow: 4px 4px 4px var(--verde1);
}*/
.galeria .item{
transition: .5s ease-in-out;
}
.galeria .item:hover{
filter: brightness(70%);
}
/*---------------------------------------------------------------------------
PANEL ADMINISTRADORES
---------------------------------------------------------------------------*/
.login-admin{
background: var(--amarillo2);
}
.login{
width: 25%;
height: 50%;
border-style: groove;
border-radius: 10px;
color: var(--verde2);
margin-top: 50px;
font-family:sans-serif;
}
.brand_logo_container{
text-align: center;
}
.form-group{
margin-right: 10px;
margin-left: 10px;
}
.btn{
margin-right: 110px;
margin-left: 110px;
margin-bottom: 10px;
margin-top: 10px;
}
.h2 {
text-decoration: line-through;
}
.form-check-label{
margin-left: 10px;
}
@media screen and (max-width: 1200px){
.login{
width: 50%;
}
header h1{
font-size: 35px;
}
}
@media screen and (max-width: 600px){
.login{
width: 90%;
}
header h1{
font-size: 25px;
}
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
vertical-align: baseline;
}
:root{
--facebook: #3b5998;
--twitter: #<PASSWORD>;
--instagram: #<PASSWORD>;
--linkedin: #0<PASSWORD>;
--whatsapp: #4ac959;
--verde1: #848445;
--verde2: #636637;
--naranja: #b37e11;
--amarillo1: #f8dd7b;
--amarillo2: #fff1a4;
}
body.body{
background: var(--amarillo2);
transition: all 0.5s ease;
}
.header{
background: var(--amarillo2);
}
header{
width: 100%;
height: 160px;
color: white;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s ease;
line-height: 160px;
}
header.active-header{
height: 0;
transform: scale(0, 0);
}
#logo{
width: 160px;
height: 160px;
margin-right: 20px;
}
header h1{
font-size: 45px;
font-family: 'Alegreya Sans SC', sans-serif;
font-weight: bold;
text-shadow: 3px 3px 3px var(--verde1);
margin-left: 20px;
color: var(--verde2);
}
.bg-verde{
background: var(--verde2);
}
#titulo{
line-height: 30px;
margin-top: 25px;
}
#titulo span{
font-size: 35px;
}
/*SECTION*/
#banner{
box-shadow: 0px 0px 5px black;
}
section{
text-align: justify;
margin-top: 215px;
transition: all 0.5s ease;
}
article{
padding: 5px 0 15px 0;
}
.subtitulo{
width: 100%;
height: 80px;
background: var(--verde1);
padding: 10px 30px;
color: white;
font-weight: bold;
margin: 10px 0;
border-radius: 5px;
}
.subtitulo h3{
font-size: 35px;
text-transform: uppercase;
}
.linea{
width: 100%;
height: 4px;
border: 2px solid white;
}
.linea-verde{
width: 100%;
height: 4px;
border: 1px solid var(--verde1);
}
.row-article{
overflow: hidden;
width: 100%;
}
article .art-left{
float: left;
margin: auto;
width: 30%;
padding: 0px;
background: #196F3D;
border-radius: 5px;
color: white;
margin-right: 20px;
}
article .art-right{
float: right;
margin: auto;
width: 65%;
padding: 20px;
background: #fff3cd;
border-radius: 5px;
min-height: calc(100vh - 350px - 95px);
}
article .art-right .sub-sub{
width: 100%;
background: #F39C12 ;
padding: 15px 20px;
border-radius: 5px;
}
article .art-right .sub-sub h5{
font-size: 25px;
color: white;
text-transform: uppercase;
}
article .art-right .art-texto{
padding: 20px 40px;
font-size: 20px;
}
.info-contacto ul{
list-style: none;
}
.info-contacto ul li{
padding: 10px 0 10px 20px;
font-size: 16px;
}
.info-contacto ul li i{
width: 25px;
margin: auto;
font-weight: bold;
font-size: 17px;
}
/*REDES SOCIALES*/
.container-icon{
position: fixed;
font-family: sans-serif;
bottom: 10px;
right: 10px;
z-index: 10000
}
.icon-plus{
font-size: 50px;
transition: all 300ms;
color: var(--naranja);
}
.container-icon:hover .icon-plus{
transform: rotate(180deg);
}
.row-icon{
position: absolute;
display: flex;
justify-content: flex-end;
transition: all 300ms;
opacity: 0;
padding: 10px 0;
}
.container-icon:hover .row-icon{
opacity: 1;
}
.row-icon h4{
transform: translate(-5px, 8px);
font-size: 12px;
font-weight: bold;
color: #333;
/*background: red;
padding: 3px 8px;*/
}
.row-icon i{
display: block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
color: white;
}
.row-icon label{
font-size: 30px;
}
.icon1{
transform: translate(-17px, -20px) scale(0);
}
.icon2{
transform: translate(-85px, -70px) scale(0);
}
.icon3{
transform: translate(-17px, -120px) scale(0);
}
.icon4{
transform: translate(-90px, -170px) scale(0);
}
.container-icon:hover .icon1{
transform: translate(-47px, -50px) scale(1);
}
.container-icon:hover .icon2{
transform: translate(-50px, -100px) scale(1);
}
.container-icon:hover .icon3{
transform: translate(-51px, -150px) scale(1);
}
.container-icon:hover .icon4{
transform: translate(-42px, -200px) scale(1);
}
.fa-facebook-f{
background: var(--facebook);
}
.fa-whatsapp{
background: var(--whatsapp);
}
.fa-instagram{
background: var(--instagram);
}
.fa-linkedin-in{
background: var(--linkedin);
}
/*MARKETING CONTENT*/
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
color: var(--verde2);
}
.marketing p {
font-weight: 400;
color: var(--verde2);
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/*FOOTER*/
footer{
width: 100%;
padding: 40px;
color: white;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
footer p{
font-size: 14px;
}
/*BOTON PERSONALIZADOS*/
.btn-outline-amarillo {
color: var(--amarillo2);
border-color: var(--amarillo2);
}
.btn-outline-amarillo:hover {
color: #000;
background-color: var(--amarillo2);
border-color: var(--amarillo2);
}
.btn-check:focus + .btn-outline-amarillo, .btn-outline-amarillo:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-amarillo, .btn-check:active + .btn-outline-amarillo, .btn-outline-amarillo:active, .btn-outline-amarillo.active, .btn-outline-amarillo.dropdown-toggle.show {
color: #000;
background-color: var(--amarillo2);
border-color: var(--amarillo2);
}
.btn-check:checked + .btn-outline-amarillo:focus, .btn-check:active + .btn-outline-amarillo:focus, .btn-outline-amarillo:active:focus, .btn-outline-amarillo.active:focus, .btn-outline-amarillo.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-amarillo:disabled, .btn-outline-amarillo.disabled {
color: var(--amarillo2);
background-color: transparent;
}
/*CONTENIDO DE TABLA*/
.container-tabla{
width: 100%;
overflow: hidden;
min-height: calc(100vh - 320px);
}
/*NUESTRO EQUIPO*/
#tarjetas{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tarjeta img{
width: 100%;
margin-bottom: 8px;
}
.tarjeta{
width: 280px;
margin: 20px;
background: #fff;
padding: 10px 25px;
text-align: center;
box-shadow: 1px 1px 8px 0px #00000030;
transition: .3s ease all;
font-family: 'Nunito', sans-serif;
}
.tarjeta:hover{
box-shadow: 1px 1px 11px 0px #000000;
}
.tarjeta h2{
font-size: 17px;
color: var(--verde1);
text-transform: capitalize;
}
.profesion{
color: var(--verde2);
font-size: 15px;
line-height: 15px;
}
.desc{
font-size: 13px;
line-height: 13px;
color: #808080;
}
.subtitle{
color: var(--verde2);
font-size: 32px;
font-family: sans-serif;
margin: 20px 0;
padding: 0;
}
.sm{
display: flex;
justify-content: center;
margin: 20px 0;
}
.sm a{
color: var(--verde1);
width: 30px;
height: 30px;
line-height: 30px;
font-size: 20px;
transition: 0.3s linear;
text-decoration: none;
background-color: #FFF;
border-radius: 50%;
margin: 0 5px;
}
.sm a.fa-facebook-f{
color: var(--facebook);
}
.sm a.fa-instagram{
color: var(--instagram);
}
.sm a.fa-linkedin-in{
color: var(--linkedin);
}
.sm a.fa-facebook-f:hover{
background: var(--facebook);
color: white;
}
.sm a.fa-instagram:hover{
background: var(--instagram);
color: white;
}
.sm a.fa-linkedin-in:hover{
background: var(--linkedin);
color: white;
}
/*.profile-card{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
text-align: center;
border-radius: 8px;
overflow: hidden;
}
.card-head{
width: 280px;
display: block;
padding: 10px;
border: 2px solid var(--verde2);
margin: 15px;
border-radius: 30px;
}
.pic{
display: inline-block;
padding: 10px;
background: linear-gradient(50deg, #f8dd7b, #636637);
margin: auto;
border-radius: 50%;
background-size: 200% 200%;
animation: animated-gradient 2s linear infinite;
}
@keyframes animated-gradient{
25%{
background-position: left bottom;
}
50%{
background-position: right bottom;
}
75%{
background-position: right top;
}
100%{
background-position: left top;
}
}
.pic img{
display: block;
width: 200px;
height: 200px;
border-radius: 50%;
cursor: pointer;
}
.pic img:hover{
transform: scale(1.05);
transition: 0.3s ease-in-out;
}
.name{
color: var(--verde1);
font-size: 18px;
font-weight: 600;
margin: 10px 0;
text-transform: uppercase;
}
.desc{
font-size: 15px;
color: var(--verde2);
font-weight: 500;
text-transform: capitalize;
}
.profesion{
font-size: 13px;
color: var(--verde2);
text-transform: capitalize;
}
*/
/*MISION VISION VALORES*/
.blog-posts{
width: 100%;
margin: auto;
padding: 20px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
cursor: pointer;
}
.post{
width: calc(33% - 10px);
overflow: hidden;
}
.post-img{
width: 100%;
border-radius: 6px;
transition: 0.3s linear;
}
.post-content{
background-color: #FFFCCFdd;
margin: 0 20px;
padding: 30px;
border-radius: 6px;
transform: translateY(-60px);
color: var(--verde1);
}
.post-content h3{
font-size: 15px;
margin-bottom: 10px;
text-align: justify;
}
.date{
font-size: 17px;
font-style: italic;
color: #e77f67;
font-weight: 500;
}
.post:hover .post-img{
transform: translateY(20px);
}
.post:hover .post-content{
transform: translateY(-80px);
}
@media screen and (max-width: 1200px){
.blog-posts{
justify-content: center;
}
.post{
width: min(600px, 100%);
}
}
/*GALERIA*/
.galeria{
margin-top: 260px;
margin-bottom: 25px;;
}
/*.galeria-fotos{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.galeria-fotos a{
display: block;
margin: 20px;
width: 350px;
border-radius: 30px;
overflow: hidden;
}
.galeria-fotos a img{
width: 100%;
}
.galeria-fotos a:hover{
box-shadow: 4px 4px 4px var(--verde1);
}*/
.galeria .item{
transition: .5s ease-in-out;
}
.galeria .item:hover{
filter: brightness(70%);
}
/*---------------------------------------------------------------------------
PANEL ADMINISTRADORES
---------------------------------------------------------------------------*/
.login-admin{
background: var(--amarillo2);
}
.login{
width: 25%;
height: 50%;
border-style: groove;
border-radius: 10px;
color: var(--verde2);
margin-top: 50px;
font-family:sans-serif;
}
.brand_logo_container{
text-align: center;
}
.form-group{
margin-right: 10px;
margin-left: 10px;
}
.btn{
margin-right: 110px;
margin-left: 110px;
margin-bottom: 10px;
margin-top: 10px;
}
.h2 {
text-decoration: line-through;
}
.form-check-label{
margin-left: 10px;
}
@media screen and (max-width: 1200px){
.login{
width: 50%;
}
header h1{
font-size: 35px;
}
}
@media screen and (max-width: 600px){
.login{
width: 90%;
}
header h1{
font-size: 25px;
}
} | 0.272896 | 0.073099 |
.no-result {
padding: 15px;
}
.result-list {
min-height: 200px;
}
.show_filters {
padding: 15px 15px 0px;
border-bottom: 1px solid #d1d8dd;
}
.set-filters {
padding-bottom: 4px;
}
.set-filters .btn {
margin-bottom: 10px;
}
.set-filters .btn-group {
margin-right: 10px;
}
.set-filters .btn-group .btn-default {
background-color: transparent;
border: 1px solid #d1d8dd;
color: #8d99a6;
}
.filter-box {
border-top: 1px solid #d1d8dd;
margin: 0px -15px;
padding: 10px 15px 3px;
}
.filter-box .remove-filter {
margin-top: 6px;
margin-left: 15px;
}
.filter-box .filter_field {
padding-right: 15px;
width: calc(64%);
}
.ui-autocomplete .filter-field-select {
cursor: pointer;
}
.ui-autocomplete .filter-field-select p {
margin: 5px;
}
@media (min-width: 768px) {
.filter-box .row > div[class*="col-sm-"] {
padding-right: 0px;
}
.filter_field {
width: 65% !important;
}
}
.list-row {
padding: 9px 15px;
border-bottom: 1px solid #d1d8dd;
cursor: pointer;
transition: color 0.2s;
-webkit-transition: color 0.2s;
}
.list-row .h6 {
margin-top: 0px;
margin-bottom: 0px;
}
.list-row-head {
background-color: #f7fafc;
border-bottom: 1px solid #d1d8dd !important;
}
.list-row:hover,
.grid-row:hover {
background: #f7fafc;
}
.list-row:last-child {
border-bottom: 0px;
}
.list-row-head {
background-color: #f7fafc;
border-bottom: 1px solid #d1d8dd !important;
}
.list-row .h6 {
margin-top: 0px;
margin-bottom: 0px;
}
.list-item-col {
white-space: nowrap;
text-overflow: ellipsis;
height: 30px;
padding-top: 3px;
}
.list-paging-area {
padding: 10px 15px;
border-top: 1px solid #d1d8dd;
}
.list-value {
vertical-align: middle;
}
.progress {
height: 10px;
}
.doclist-row {
font-size: 12px;
}
.doclist-row .docstatus .octicon {
font-size: 12px;
}
.doclist-row .progress {
margin-top: 12px;
}
.filterable {
cursor: pointer;
}
.doclist-row .label {
margin-right: 8px;
}
.list-info-row {
float: left;
margin-top: 1px;
}
.list-row-right .modified {
margin-top: 3px;
}
.list-row-right .list-row-modified {
margin-right: 9px;
margin-top: 3px;
}
.list-row-right {
margin-top: -2px;
margin-bottom: -4px;
}
.list-row-right .indicator {
margin-left: 10px;
margin-right: -5px;
}
.side-panel {
border-bottom: 1px solid #d1d8dd;
margin: 0px -15px;
padding: 5px 15px;
}
.listview-main-section .icon-star {
cursor: pointer;
}
.list-row-head .icon-star {
vertical-align: middle;
}
.star-action.icon-star {
color: #ffdb4c;
}
.list-id {
font-weight: bold;
}
.list-col {
height: 20px;
}
.list-value {
vertical-align: middle;
}
/*
* /home/frappe/frappe-bench/apps/frappe/frappe/public/css/tag-it.css
*/
div.tag-line {
background-color: transparent;
}
ul.tagit {
margin: 0px;
padding: 0px;
display: block;
border: 0px;
}
ul.tagit li {
display: block;
float: left;
margin: 2px 5px 2px 0;
background: none;
border: none;
}
ul.tagit li.tagit-choice {
font-size: 11px;
padding: .2em;
padding-right: 18px;
padding-left: 4px;
position: relative;
background: none;
border: none;
box-shadow: none;
border-radius: 4px;
background-color: #F0F4F7;
cursor: pointer;
}
ul.tagit li.tagit-new {
padding: 0 4px 0 0;
}
ul.tagit li.tagit-choice a.tagit-label {
cursor: pointer;
text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
cursor: pointer;
position: absolute;
right: .1em;
top: 50%;
margin-top: -8px;
}
/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
display: none;
}
ul.tagit li.tagit-choice input {
display: block;
float: left;
margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: none;
box-shadow: none;
border: none;
min-height: 0px;
margin: 1px 5px 1px 0;
padding: 0.2em;
width: inherit;
background: none;
background-color: transparent;
outline: none;
font-size: 11px;
color: #777;
}
/* in list */
.list-tag ul.tagit li.tagit-choice .tagit-close {
margin-top: -8px;
}
.list-tag ul.tagit input[type="text"] {
font-size: 11px;
margin-top: -1px;
}
.tag-row {
padding-left: 55px;
margin-bottom: -2px;
}
/*
* /home/frappe/frappe-bench/apps/frappe/frappe/public/css/calendar.css
*/
.fc-toolbar {
padding: 15px;
margin-bottom: 0px !important;
}
.fc-view-container {
margin-left: -1px;
}
th.fc-widget-header {
background-color: #f7fafc;
color: #8C99A5;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
border-color: #d1d8dd !important;
}
.fc-unthemed .fc-today {
background-color: #FFFEF2 !important;
}
.fc-highlight {
background-color: #D9F6FF !important;
}
.fc-event {
border: 1px solid #E8DDFF;
/* default BORDER color */
background-color: #E8DDFF;
}
/*
* /home/frappe/frappe-bench/apps/frappe/frappe/public/css/gantt.css
*/
.gantt,
.gantt2 {
border: none !important;
border-radius: none !important;
margin: 0px auto !important;
}
.gantt *,
.gantt2 * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.fn-gantt .leftPanel,
.fn-gantt .leftPanel .row0,
.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc,
.fn-gantt .dataPanel,
.fn-gantt .day,
.fn-gantt .date,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year {
border-color: #d1d8dd !important;
}
.fn-gantt .navigate {
border: none !important;
}
.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc,
.fn-gantt .spacer,
.fn-gantt .wd,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .bottom {
background-color: #f7fafc !important;
}
.fn-gantt .today {
background-color: #D9F6FF !important;
} | assets/css/list.min.css | .no-result {
padding: 15px;
}
.result-list {
min-height: 200px;
}
.show_filters {
padding: 15px 15px 0px;
border-bottom: 1px solid #d1d8dd;
}
.set-filters {
padding-bottom: 4px;
}
.set-filters .btn {
margin-bottom: 10px;
}
.set-filters .btn-group {
margin-right: 10px;
}
.set-filters .btn-group .btn-default {
background-color: transparent;
border: 1px solid #d1d8dd;
color: #8d99a6;
}
.filter-box {
border-top: 1px solid #d1d8dd;
margin: 0px -15px;
padding: 10px 15px 3px;
}
.filter-box .remove-filter {
margin-top: 6px;
margin-left: 15px;
}
.filter-box .filter_field {
padding-right: 15px;
width: calc(64%);
}
.ui-autocomplete .filter-field-select {
cursor: pointer;
}
.ui-autocomplete .filter-field-select p {
margin: 5px;
}
@media (min-width: 768px) {
.filter-box .row > div[class*="col-sm-"] {
padding-right: 0px;
}
.filter_field {
width: 65% !important;
}
}
.list-row {
padding: 9px 15px;
border-bottom: 1px solid #d1d8dd;
cursor: pointer;
transition: color 0.2s;
-webkit-transition: color 0.2s;
}
.list-row .h6 {
margin-top: 0px;
margin-bottom: 0px;
}
.list-row-head {
background-color: #f7fafc;
border-bottom: 1px solid #d1d8dd !important;
}
.list-row:hover,
.grid-row:hover {
background: #f7fafc;
}
.list-row:last-child {
border-bottom: 0px;
}
.list-row-head {
background-color: #f7fafc;
border-bottom: 1px solid #d1d8dd !important;
}
.list-row .h6 {
margin-top: 0px;
margin-bottom: 0px;
}
.list-item-col {
white-space: nowrap;
text-overflow: ellipsis;
height: 30px;
padding-top: 3px;
}
.list-paging-area {
padding: 10px 15px;
border-top: 1px solid #d1d8dd;
}
.list-value {
vertical-align: middle;
}
.progress {
height: 10px;
}
.doclist-row {
font-size: 12px;
}
.doclist-row .docstatus .octicon {
font-size: 12px;
}
.doclist-row .progress {
margin-top: 12px;
}
.filterable {
cursor: pointer;
}
.doclist-row .label {
margin-right: 8px;
}
.list-info-row {
float: left;
margin-top: 1px;
}
.list-row-right .modified {
margin-top: 3px;
}
.list-row-right .list-row-modified {
margin-right: 9px;
margin-top: 3px;
}
.list-row-right {
margin-top: -2px;
margin-bottom: -4px;
}
.list-row-right .indicator {
margin-left: 10px;
margin-right: -5px;
}
.side-panel {
border-bottom: 1px solid #d1d8dd;
margin: 0px -15px;
padding: 5px 15px;
}
.listview-main-section .icon-star {
cursor: pointer;
}
.list-row-head .icon-star {
vertical-align: middle;
}
.star-action.icon-star {
color: #ffdb4c;
}
.list-id {
font-weight: bold;
}
.list-col {
height: 20px;
}
.list-value {
vertical-align: middle;
}
/*
* /home/frappe/frappe-bench/apps/frappe/frappe/public/css/tag-it.css
*/
div.tag-line {
background-color: transparent;
}
ul.tagit {
margin: 0px;
padding: 0px;
display: block;
border: 0px;
}
ul.tagit li {
display: block;
float: left;
margin: 2px 5px 2px 0;
background: none;
border: none;
}
ul.tagit li.tagit-choice {
font-size: 11px;
padding: .2em;
padding-right: 18px;
padding-left: 4px;
position: relative;
background: none;
border: none;
box-shadow: none;
border-radius: 4px;
background-color: #F0F4F7;
cursor: pointer;
}
ul.tagit li.tagit-new {
padding: 0 4px 0 0;
}
ul.tagit li.tagit-choice a.tagit-label {
cursor: pointer;
text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
cursor: pointer;
position: absolute;
right: .1em;
top: 50%;
margin-top: -8px;
}
/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
display: none;
}
ul.tagit li.tagit-choice input {
display: block;
float: left;
margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: none;
box-shadow: none;
border: none;
min-height: 0px;
margin: 1px 5px 1px 0;
padding: 0.2em;
width: inherit;
background: none;
background-color: transparent;
outline: none;
font-size: 11px;
color: #777;
}
/* in list */
.list-tag ul.tagit li.tagit-choice .tagit-close {
margin-top: -8px;
}
.list-tag ul.tagit input[type="text"] {
font-size: 11px;
margin-top: -1px;
}
.tag-row {
padding-left: 55px;
margin-bottom: -2px;
}
/*
* /home/frappe/frappe-bench/apps/frappe/frappe/public/css/calendar.css
*/
.fc-toolbar {
padding: 15px;
margin-bottom: 0px !important;
}
.fc-view-container {
margin-left: -1px;
}
th.fc-widget-header {
background-color: #f7fafc;
color: #8C99A5;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
border-color: #d1d8dd !important;
}
.fc-unthemed .fc-today {
background-color: #FFFEF2 !important;
}
.fc-highlight {
background-color: #D9F6FF !important;
}
.fc-event {
border: 1px solid #E8DDFF;
/* default BORDER color */
background-color: #E8DDFF;
}
/*
* /home/frappe/frappe-bench/apps/frappe/frappe/public/css/gantt.css
*/
.gantt,
.gantt2 {
border: none !important;
border-radius: none !important;
margin: 0px auto !important;
}
.gantt *,
.gantt2 * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.fn-gantt .leftPanel,
.fn-gantt .leftPanel .row0,
.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc,
.fn-gantt .dataPanel,
.fn-gantt .day,
.fn-gantt .date,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year {
border-color: #d1d8dd !important;
}
.fn-gantt .navigate {
border: none !important;
}
.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc,
.fn-gantt .spacer,
.fn-gantt .wd,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .bottom {
background-color: #f7fafc !important;
}
.fn-gantt .today {
background-color: #D9F6FF !important;
} | 0.256925 | 0.074332 |
margin-left: 15px;
margin-right: 15px
}
#grid-4014 .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover, #grid-4014 .tg-nav-color:hover .tg-nav-color, #grid-4014 .tg-page-number.tg-page-current, #grid-4014 .tg-filter.tg-filter-active span {
color: #ff6863
}
#grid-4014 .tg-filter:before, #grid-4014 .tg-filter.tg-filter-active:before {
color: #999999
}
#grid-4014 .tg-dropdown-holder, #grid-4014 .tg-search-inner, #grid-4014 .tg-sorter-order {
border: 1px solid #DDDDDD
}
#grid-4014 .tg-search-clear, #grid-4014 .tg-search-clear:hover {
border: none;
border-left: 1px solid #DDDDDD
}
.tg-txt .tg-nav-font, .tg-txt input[type=text].tg-search {
font-size: 14px;
font-weight: 600
}
.tg-txt .tg-search::-webkit-input-placeholder {
font-size: 14px
}
.tg-txt .tg-search::-moz-placeholder {
font-size: 14px
}
.tg-txt .tg-search:-ms-input-placeholder {
font-size: 14px
}
.tg-txt .tg-icon-left-arrow:before {
content: "\e604";
font-size: 32px;
font-weight: 100
}
.tg-txt .tg-icon-right-arrow:before {
content: "\e602";
font-size: 32px;
font-weight: 100
}
.tg-txt .tg-icon-dropdown-open:before, .tg-txt .tg-icon-sorter-down:before {
content: "\e60a"
}
.tg-txt .tg-icon-sorter-up:before {
content: "\e609"
}
.tg-txt .tg-search-clear:before {
content: "\e611";
font-weight: 300
}
.tg-txt .tg-search-icon:before {
content: "\e62e";
font-size: 16px;
font-weight: 600
}
#grid-4014 .tg-nav-color, #grid-4014 .tg-search-icon:hover:before, #grid-4014 .tg-search-icon:hover input, #grid-4014 .tg-disabled:hover .tg-icon-left-arrow, #grid-4014 .tg-disabled:hover .tg-icon-right-arrow, #grid-4014 .tg-dropdown-title.tg-nav-color:hover {
color: #999999
}
#grid-4014 input.tg-search:hover {
color: #999999 !important
}
#grid-4014 input.tg-search::-webkit-input-placeholder {
color: #999999
}
#grid-4014 input.tg-search::-moz-placeholder {
color: #999999;
opacity: 1
}
#grid-4014 input.tg-search:-ms-input-placeholder {
color: #999999
}
.grid-4014 .tg-dropdown-item {
color: #777777;
background: #ffffff
}
.grid-4014 .tg-filter-active, .grid-4014 .tg-dropdown-item:hover {
color: #444444;
background: #f5f6fa
}
#grid-4014 .tg-slider-bullets li.tg-active-item span {
background: #59585b
}
#grid-4014 .tg-slider-bullets li span {
background: #DDDDDD
}
.male a, .male a:active, .male a:focus, .male .tg-item-media-holder, .is-ie .male .tg-item-content, .male .tg-rotate-3d.tg-is-rotate, .male .mejs-container, .is-ie .male .tg-item-inner {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none
}
.male .tg-item-content-holder, .male .tg-item-media-holder {
background: transparent !important
}
.male .tg-item-inner {
overflow: hidden
}
.male .tg-center-holder {
text-align: center
}
.male .tg-item-link {
position: absolute;
display: block;
top: -1000%;
left: 0;
width: 100%;
height: 2000%
}
.male .tg-item-content {
padding: 22px
}
.tg-layout-justified .male .tg-item-content {
padding: 12px
}
.is-ie .male .tg-item-content {
background: none
}
.male .tg-item-title, .male .tg-item-title a {
position: relative;
display: block;
backface-visibility: hidden;
font-size: 18px;
line-height: 24px;
font-weight: 600;
margin: 0 !important;
padding: 0 !important;
text-transform: uppercase
}
.tg-layout-justified .male .tg-item-title, .tg-layout-justified .male .tg-item-title a {
font-size: 14px;
line-height: 18px
}
.male .tg-item-title {
margin: 0 30px 5px 30px !important
}
.male .tg-cats-holder {
position: relative;
display: block;
margin: 0 30px 10px 30px;
font-size: 13px;
line-height: 18px
}
.male .tg-cats-holder span {
font-style: italic
}
.male .tg-media-button {
position: absolute;
display: block;
bottom: 22px;
right: 22px;
width: 20px;
height: 20px;
cursor: pointer;
text-align: center;
pointer-events: auto
}
.tg-layout-justified .male .tg-media-button {
bottom: 12px;
right: 12px
}
.male h2 a:hover, .male .tg-cats-holder a:hover, .male .tg-media-button:hover {
opacity: 0.75
}
.male .tg-media-button i {
position: relative;
display: block;
width: 20px;
height: 20px;
font-size: 18px;
line-height: 20px;
cursor: pointer
}
.male .tg-media-button .tg-icon-add {
font-size: 28px
}
.male .tg-item-front, .male .tg-item-back, .male .tg-item-back-inner, .male .tg-item-front-inner, .male .tg-item-overlay {
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 100% !important;
max-height: 100% !important;
-webkit-transition: -webkit-transform .5s !important;
-moz-transition: -moz-transform .5s;
!important;
-ms-transition: -ms-transform .5s;
!important;
-o-transition: -o-transform .5s !important;
transition: transform .5s !important
}
.male .tg-item-inner {
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 1
}
.male .tg-item-front-inner {
transform-origin: top
}
.male:hover .tg-item-front {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%)
}
.male .tg-item-front, .male.tg-is-playing .tg-item-front, .male.tg-force-play .tg-item-front, .male:hover .tg-item-back {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
.male .tg-item-back, .male.tg-is-playing .tg-item-back, .male.tg-force-play .tg-item-back {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%)
}
.male:hover .tg-item-front-inner {
-webkit-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
-moz-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
-ms-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
-o-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0)
}
.male .tg-item-front-inner, .male.tg-is-playing .tg-item-front-inner, .male.tg-force-play .tg-item-front-inner, .male:hover .tg-item-back-inner {
opacity: 1 !important;
visibility: visible !important;
-webkit-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
-moz-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
-ms-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
-o-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0)
}
.male .tg-item-back-inner, .male.tg-is-playing .tg-item-back-inner, .male.tg-force-play .tg-item-back-inner {
-webkit-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
-moz-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
-ms-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
-o-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
transform-origin: bottom
}
.tg-item .tg-dark div, .tg-item .tg-dark h1, .tg-item .tg-dark h1 a, .tg-item .tg-dark h2, .tg-item .tg-dark h2 a, .tg-item .tg-dark h3, .tg-item .tg-dark h3 a, .tg-item .tg-dark h4, .tg-item .tg-dark h4 a, .tg-item .tg-dark h5, .tg-item .tg-dark h5 a, .tg-item .tg-dark h6, .tg-item .tg-dark h6 a, .tg-item .tg-dark a, .tg-item .tg-dark a.tg-link-url, .tg-item .tg-dark i, .tg-item .tg-dark .tg-media-button, .tg-item .tg-dark .tg-item-price span {
color: #444444;
fill: #444444;
stroke: #444444;
border-color: #444444
}
.tg-item .tg-dark p, .tg-item .tg-dark ol, .tg-item .tg-dark ul, .tg-item .tg-dark li {
color: #777777;
fill: #777777;
stroke: #777777;
border-color: #777777
}
.tg-item .tg-dark span, .tg-item .tg-dark .no-liked .to-heart-icon path, .tg-item .tg-dark .empty-heart .to-heart-icon path, .tg-item .tg-dark .tg-item-comment i, .tg-item .tg-dark .tg-item-price del span {
color: #999999;
fill: #999999;
stroke: #999999;
border-color: #999999
}
.tg-item .tg-light div, .tg-item .tg-light h1, .tg-item .tg-light h1 a, .tg-item .tg-light h2, .tg-item .tg-light h2 a, .tg-item .tg-light h3, .tg-item .tg-light h3 a, .tg-item .tg-light h4, .tg-item .tg-light h4 a, .tg-item .tg-light h5, .tg-item .tg-light h5 a, .tg-item .tg-light h6, .tg-item .tg-light h6 a, .tg-item .tg-light a, .tg-item .tg-light a.tg-link-url, .tg-item .tg-light i, .tg-item .tg-light .tg-media-button, .tg-item .tg-light .tg-item-price span {
color: #ffffff;
fill: #ffffff;
stroke: #ffffff;
border-color: #ffffff
}
.tg-item .tg-light p, .tg-item .tg-light ol, .tg-item .tg-light ul, .tg-item .tg-light li {
color: #f6f6f6;
fill: #f6f6f6;
stroke: #f6f6f6;
border-color: #f6f6f6
}
.tg-item .tg-light span, .tg-item .tg-light .no-liked .to-heart-icon path, .tg-item .tg-light .empty-heart .to-heart-icon path, .tg-item .tg-light .tg-item-comment i, .tg-item .tg-light .tg-item-price del span {
color: #f5f5f5;
fill: #f5f5f5;
stroke: #f5f5f5;
border-color: #f5f5f5
}
#grid-4014 .tg-item-content-holder {
background-color: #ffffff
}
#grid-4014 .tg-item-overlay {
background-color: rgba(22, 22, 22, 0.65)
}
.iso-posts-male .tg-item-title {
margin-bottom: 15px !important
}
.iso-posts-male .tg-item-title a {
font-family: "Playfair Display", sans-serif;
font-size: 30px !important;
font-weight: 600;
line-height: 1.4 !important;
letter-spacing: 1.2px;
text-transform: none
}
.iso-posts-male .tg-cats-holder a {
font-family: "Open Sans", sans-serif;
font-size: 10px;
font-weight: 400;
letter-spacing: 2px;
line-height: 2;
text-transform: uppercase
}
.iso-posts-male .tg-cats-holder a span {
font-style: normal
}
.iso-posts-male .tg-item-overlay {
background-color: #222 !important
}
@media only screen and (max-width: 768px) {
.iso-posts-male .tg-item-title a {
font-size: 24px !important
}
} | _site/assets/css/male.css | margin-left: 15px;
margin-right: 15px
}
#grid-4014 .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover, #grid-4014 .tg-nav-color:hover .tg-nav-color, #grid-4014 .tg-page-number.tg-page-current, #grid-4014 .tg-filter.tg-filter-active span {
color: #ff6863
}
#grid-4014 .tg-filter:before, #grid-4014 .tg-filter.tg-filter-active:before {
color: #999999
}
#grid-4014 .tg-dropdown-holder, #grid-4014 .tg-search-inner, #grid-4014 .tg-sorter-order {
border: 1px solid #DDDDDD
}
#grid-4014 .tg-search-clear, #grid-4014 .tg-search-clear:hover {
border: none;
border-left: 1px solid #DDDDDD
}
.tg-txt .tg-nav-font, .tg-txt input[type=text].tg-search {
font-size: 14px;
font-weight: 600
}
.tg-txt .tg-search::-webkit-input-placeholder {
font-size: 14px
}
.tg-txt .tg-search::-moz-placeholder {
font-size: 14px
}
.tg-txt .tg-search:-ms-input-placeholder {
font-size: 14px
}
.tg-txt .tg-icon-left-arrow:before {
content: "\e604";
font-size: 32px;
font-weight: 100
}
.tg-txt .tg-icon-right-arrow:before {
content: "\e602";
font-size: 32px;
font-weight: 100
}
.tg-txt .tg-icon-dropdown-open:before, .tg-txt .tg-icon-sorter-down:before {
content: "\e60a"
}
.tg-txt .tg-icon-sorter-up:before {
content: "\e609"
}
.tg-txt .tg-search-clear:before {
content: "\e611";
font-weight: 300
}
.tg-txt .tg-search-icon:before {
content: "\e62e";
font-size: 16px;
font-weight: 600
}
#grid-4014 .tg-nav-color, #grid-4014 .tg-search-icon:hover:before, #grid-4014 .tg-search-icon:hover input, #grid-4014 .tg-disabled:hover .tg-icon-left-arrow, #grid-4014 .tg-disabled:hover .tg-icon-right-arrow, #grid-4014 .tg-dropdown-title.tg-nav-color:hover {
color: #999999
}
#grid-4014 input.tg-search:hover {
color: #999999 !important
}
#grid-4014 input.tg-search::-webkit-input-placeholder {
color: #999999
}
#grid-4014 input.tg-search::-moz-placeholder {
color: #999999;
opacity: 1
}
#grid-4014 input.tg-search:-ms-input-placeholder {
color: #999999
}
.grid-4014 .tg-dropdown-item {
color: #777777;
background: #ffffff
}
.grid-4014 .tg-filter-active, .grid-4014 .tg-dropdown-item:hover {
color: #444444;
background: #f5f6fa
}
#grid-4014 .tg-slider-bullets li.tg-active-item span {
background: #59585b
}
#grid-4014 .tg-slider-bullets li span {
background: #DDDDDD
}
.male a, .male a:active, .male a:focus, .male .tg-item-media-holder, .is-ie .male .tg-item-content, .male .tg-rotate-3d.tg-is-rotate, .male .mejs-container, .is-ie .male .tg-item-inner {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none
}
.male .tg-item-content-holder, .male .tg-item-media-holder {
background: transparent !important
}
.male .tg-item-inner {
overflow: hidden
}
.male .tg-center-holder {
text-align: center
}
.male .tg-item-link {
position: absolute;
display: block;
top: -1000%;
left: 0;
width: 100%;
height: 2000%
}
.male .tg-item-content {
padding: 22px
}
.tg-layout-justified .male .tg-item-content {
padding: 12px
}
.is-ie .male .tg-item-content {
background: none
}
.male .tg-item-title, .male .tg-item-title a {
position: relative;
display: block;
backface-visibility: hidden;
font-size: 18px;
line-height: 24px;
font-weight: 600;
margin: 0 !important;
padding: 0 !important;
text-transform: uppercase
}
.tg-layout-justified .male .tg-item-title, .tg-layout-justified .male .tg-item-title a {
font-size: 14px;
line-height: 18px
}
.male .tg-item-title {
margin: 0 30px 5px 30px !important
}
.male .tg-cats-holder {
position: relative;
display: block;
margin: 0 30px 10px 30px;
font-size: 13px;
line-height: 18px
}
.male .tg-cats-holder span {
font-style: italic
}
.male .tg-media-button {
position: absolute;
display: block;
bottom: 22px;
right: 22px;
width: 20px;
height: 20px;
cursor: pointer;
text-align: center;
pointer-events: auto
}
.tg-layout-justified .male .tg-media-button {
bottom: 12px;
right: 12px
}
.male h2 a:hover, .male .tg-cats-holder a:hover, .male .tg-media-button:hover {
opacity: 0.75
}
.male .tg-media-button i {
position: relative;
display: block;
width: 20px;
height: 20px;
font-size: 18px;
line-height: 20px;
cursor: pointer
}
.male .tg-media-button .tg-icon-add {
font-size: 28px
}
.male .tg-item-front, .male .tg-item-back, .male .tg-item-back-inner, .male .tg-item-front-inner, .male .tg-item-overlay {
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 100% !important;
max-height: 100% !important;
-webkit-transition: -webkit-transform .5s !important;
-moz-transition: -moz-transform .5s;
!important;
-ms-transition: -ms-transform .5s;
!important;
-o-transition: -o-transform .5s !important;
transition: transform .5s !important
}
.male .tg-item-inner {
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 1
}
.male .tg-item-front-inner {
transform-origin: top
}
.male:hover .tg-item-front {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%)
}
.male .tg-item-front, .male.tg-is-playing .tg-item-front, .male.tg-force-play .tg-item-front, .male:hover .tg-item-back {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
.male .tg-item-back, .male.tg-is-playing .tg-item-back, .male.tg-force-play .tg-item-back {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%)
}
.male:hover .tg-item-front-inner {
-webkit-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
-moz-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
-ms-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
-o-transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0);
transform: perspective(550px) rotate3d(1, 0, 0, -90deg) translate3d(0, 0.0001%, 0)
}
.male .tg-item-front-inner, .male.tg-is-playing .tg-item-front-inner, .male.tg-force-play .tg-item-front-inner, .male:hover .tg-item-back-inner {
opacity: 1 !important;
visibility: visible !important;
-webkit-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
-moz-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
-ms-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
-o-transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0);
transform: perspective(550px) rotate3d(1, 0, 0, 0deg) translate3d(0, 0.0001%, 0)
}
.male .tg-item-back-inner, .male.tg-is-playing .tg-item-back-inner, .male.tg-force-play .tg-item-back-inner {
-webkit-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
-moz-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
-ms-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
-o-transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
transform: perspective(550px) rotate3d(1, 0, 0, 90deg) translate3d(0, 0.0001%, 0);
transform-origin: bottom
}
.tg-item .tg-dark div, .tg-item .tg-dark h1, .tg-item .tg-dark h1 a, .tg-item .tg-dark h2, .tg-item .tg-dark h2 a, .tg-item .tg-dark h3, .tg-item .tg-dark h3 a, .tg-item .tg-dark h4, .tg-item .tg-dark h4 a, .tg-item .tg-dark h5, .tg-item .tg-dark h5 a, .tg-item .tg-dark h6, .tg-item .tg-dark h6 a, .tg-item .tg-dark a, .tg-item .tg-dark a.tg-link-url, .tg-item .tg-dark i, .tg-item .tg-dark .tg-media-button, .tg-item .tg-dark .tg-item-price span {
color: #444444;
fill: #444444;
stroke: #444444;
border-color: #444444
}
.tg-item .tg-dark p, .tg-item .tg-dark ol, .tg-item .tg-dark ul, .tg-item .tg-dark li {
color: #777777;
fill: #777777;
stroke: #777777;
border-color: #777777
}
.tg-item .tg-dark span, .tg-item .tg-dark .no-liked .to-heart-icon path, .tg-item .tg-dark .empty-heart .to-heart-icon path, .tg-item .tg-dark .tg-item-comment i, .tg-item .tg-dark .tg-item-price del span {
color: #999999;
fill: #999999;
stroke: #999999;
border-color: #999999
}
.tg-item .tg-light div, .tg-item .tg-light h1, .tg-item .tg-light h1 a, .tg-item .tg-light h2, .tg-item .tg-light h2 a, .tg-item .tg-light h3, .tg-item .tg-light h3 a, .tg-item .tg-light h4, .tg-item .tg-light h4 a, .tg-item .tg-light h5, .tg-item .tg-light h5 a, .tg-item .tg-light h6, .tg-item .tg-light h6 a, .tg-item .tg-light a, .tg-item .tg-light a.tg-link-url, .tg-item .tg-light i, .tg-item .tg-light .tg-media-button, .tg-item .tg-light .tg-item-price span {
color: #ffffff;
fill: #ffffff;
stroke: #ffffff;
border-color: #ffffff
}
.tg-item .tg-light p, .tg-item .tg-light ol, .tg-item .tg-light ul, .tg-item .tg-light li {
color: #f6f6f6;
fill: #f6f6f6;
stroke: #f6f6f6;
border-color: #f6f6f6
}
.tg-item .tg-light span, .tg-item .tg-light .no-liked .to-heart-icon path, .tg-item .tg-light .empty-heart .to-heart-icon path, .tg-item .tg-light .tg-item-comment i, .tg-item .tg-light .tg-item-price del span {
color: #f5f5f5;
fill: #f5f5f5;
stroke: #f5f5f5;
border-color: #f5f5f5
}
#grid-4014 .tg-item-content-holder {
background-color: #ffffff
}
#grid-4014 .tg-item-overlay {
background-color: rgba(22, 22, 22, 0.65)
}
.iso-posts-male .tg-item-title {
margin-bottom: 15px !important
}
.iso-posts-male .tg-item-title a {
font-family: "Playfair Display", sans-serif;
font-size: 30px !important;
font-weight: 600;
line-height: 1.4 !important;
letter-spacing: 1.2px;
text-transform: none
}
.iso-posts-male .tg-cats-holder a {
font-family: "Open Sans", sans-serif;
font-size: 10px;
font-weight: 400;
letter-spacing: 2px;
line-height: 2;
text-transform: uppercase
}
.iso-posts-male .tg-cats-holder a span {
font-style: normal
}
.iso-posts-male .tg-item-overlay {
background-color: #222 !important
}
@media only screen and (max-width: 768px) {
.iso-posts-male .tg-item-title a {
font-size: 24px !important
}
} | 0.467332 | 0.083628 |
* {
font-family: 'Roboto', sans-serif;
}
body {
min-width: 1080px;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #29d;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes pace-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes pace-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes pace-spinner {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes pace-spinner {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
.full-width {
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
max-width: initial;
}
.top-bar {
position: fixed;
height: 100%;
width: 15%;
min-width: 160px;
z-index: 10;
}
ul.right>li {
display: block;
float: none;
border-bottom: 1px solid #444;
}
.top-bar-section ul {
width: 100%;
}
ul.right>li:last-child {
border-bottom: none;
}
.has-dropdown ul.dropdown {
position: absolute !important;
left: 100% !important;
top: 0px;
border-left: 1px solid #444;
}
.top-bar-section .has-dropdown>a:after {
top: 45%;
border-left: 4px solid #aaa;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.content {
float: left;
width: 85%;
margin-left: 15%;
}
.content>.content-title {
position: fixed;
width: 100%;
background: #2980b9;
color: white;
font-weight: bold;
padding: 10px 15px;
padding-left: 54px;
min-height: 44px;
}
.content>.content-body {
margin: 20px auto;
margin-top: 65px;
margin-right: 7%;
background: white;
width: 90%;
padding: 30px 20px;
min-height: 300px;
}
.post-full-width-image > img {
width: 100%;
border-radius: 5px;
}
.text-align-center{
width: 100%;
text-align: center;
}
.post-title{
width: 100%;
text-align: center;
font-weight: bold;
padding: 25px 25px 10px 25px;
font-size: 50px;
}
.secondary-title{
font-size: 20px;
font-weight: bold;
}
.highlight{
font-weight: bold;
}
div#disqus_thread {
display: block;
margin: 20px auto;
margin-top: 20px;
margin-right: 7%;
background: white;
width: 90%;
padding: 25px 20px;
} | styles/app.css | * {
font-family: 'Roboto', sans-serif;
}
body {
min-width: 1080px;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #29d;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes pace-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes pace-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes pace-spinner {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes pace-spinner {
0% {
transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}
.full-width {
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
max-width: initial;
}
.top-bar {
position: fixed;
height: 100%;
width: 15%;
min-width: 160px;
z-index: 10;
}
ul.right>li {
display: block;
float: none;
border-bottom: 1px solid #444;
}
.top-bar-section ul {
width: 100%;
}
ul.right>li:last-child {
border-bottom: none;
}
.has-dropdown ul.dropdown {
position: absolute !important;
left: 100% !important;
top: 0px;
border-left: 1px solid #444;
}
.top-bar-section .has-dropdown>a:after {
top: 45%;
border-left: 4px solid #aaa;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.content {
float: left;
width: 85%;
margin-left: 15%;
}
.content>.content-title {
position: fixed;
width: 100%;
background: #2980b9;
color: white;
font-weight: bold;
padding: 10px 15px;
padding-left: 54px;
min-height: 44px;
}
.content>.content-body {
margin: 20px auto;
margin-top: 65px;
margin-right: 7%;
background: white;
width: 90%;
padding: 30px 20px;
min-height: 300px;
}
.post-full-width-image > img {
width: 100%;
border-radius: 5px;
}
.text-align-center{
width: 100%;
text-align: center;
}
.post-title{
width: 100%;
text-align: center;
font-weight: bold;
padding: 25px 25px 10px 25px;
font-size: 50px;
}
.secondary-title{
font-size: 20px;
font-weight: bold;
}
.highlight{
font-weight: bold;
}
div#disqus_thread {
display: block;
margin: 20px auto;
margin-top: 20px;
margin-right: 7%;
background: white;
width: 90%;
padding: 25px 20px;
} | 0.488283 | 0.1191 |
.mapillary-js.component-tag-create .mapillary-js-interactive,
.mapillary-js.component-tag-edit-crosshair .mapillary-js-interactive {
cursor: crosshair;
}
.mapillary-js.component-tag-edit-move .mapillary-js-interactive {
cursor: move;
}
.mapillary-js.component-tag-edit-nesw-resize .mapillary-js-interactive {
cursor: nesw-resize;
}
.mapillary-js.component-tag-edit-nwse-resize .mapillary-js-interactive {
cursor: nwse-resize;
}
.TagContainer {
font-size: 12px;
font-family: system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
}
.TagCompleter,
.TagInteractor,
.TagMover,
.TagResizer,
.TagSpotInteractor,
.TagSymbol,
.TagVertex {
position: absolute;
left: 0;
top: 0;
}
.TagSymbol {
cursor: pointer;
pointer-events: auto;
}
.TagMover,
.TagResizer {
pointer-events: auto;
}
.TagMover {
border-radius: 7px;
width: 14px;
height: 14px;
opacity: 0.2;
cursor: move;
}
.TagMover:hover {
opacity: 0.5;
}
.TagResizer {
border-radius: 7px;
width: 14px;
height: 14px;
opacity: 0;
cursor: crosshair;
}
.TagResizer:hover {
opacity: 0.3;
}
.TagVertex {
pointer-events: none;
border-radius: 3px;
width: 6px;
height: 6px;
}
.TagDot {
pointer-events: none;
border-radius: 1.5px;
width: 3px;
height: 3px;
background-color: green;
}
.TagVertex.TagLarger {
border-radius: 4px;
width: 8px;
height: 8px;
}
.TagInteractor,
.TagCompleter,
.TagSpotInteractor {
pointer-events: auto;
border-radius: 7px;
width: 14px;
height: 14px;
opacity: 0;
}
.TagCompleter.TagLarger {
border-radius: 8px;
width: 16px;
height: 16px;
}
.TagInteractor,
.TagCompleter {
cursor: pointer;
}
.TagSpotInteractor {
cursor: move;
}
.TagCompleter {
background: limegreen;
}
.TagInteractor {
background: orangered;
}
.TagCompleter:hover,
.TagInteractor:hover {
opacity: 0.6;
}
.TagSpotInteractor:hover {
opacity: 0.3;
} | styles/TagComponent.css | .mapillary-js.component-tag-create .mapillary-js-interactive,
.mapillary-js.component-tag-edit-crosshair .mapillary-js-interactive {
cursor: crosshair;
}
.mapillary-js.component-tag-edit-move .mapillary-js-interactive {
cursor: move;
}
.mapillary-js.component-tag-edit-nesw-resize .mapillary-js-interactive {
cursor: nesw-resize;
}
.mapillary-js.component-tag-edit-nwse-resize .mapillary-js-interactive {
cursor: nwse-resize;
}
.TagContainer {
font-size: 12px;
font-family: system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
}
.TagCompleter,
.TagInteractor,
.TagMover,
.TagResizer,
.TagSpotInteractor,
.TagSymbol,
.TagVertex {
position: absolute;
left: 0;
top: 0;
}
.TagSymbol {
cursor: pointer;
pointer-events: auto;
}
.TagMover,
.TagResizer {
pointer-events: auto;
}
.TagMover {
border-radius: 7px;
width: 14px;
height: 14px;
opacity: 0.2;
cursor: move;
}
.TagMover:hover {
opacity: 0.5;
}
.TagResizer {
border-radius: 7px;
width: 14px;
height: 14px;
opacity: 0;
cursor: crosshair;
}
.TagResizer:hover {
opacity: 0.3;
}
.TagVertex {
pointer-events: none;
border-radius: 3px;
width: 6px;
height: 6px;
}
.TagDot {
pointer-events: none;
border-radius: 1.5px;
width: 3px;
height: 3px;
background-color: green;
}
.TagVertex.TagLarger {
border-radius: 4px;
width: 8px;
height: 8px;
}
.TagInteractor,
.TagCompleter,
.TagSpotInteractor {
pointer-events: auto;
border-radius: 7px;
width: 14px;
height: 14px;
opacity: 0;
}
.TagCompleter.TagLarger {
border-radius: 8px;
width: 16px;
height: 16px;
}
.TagInteractor,
.TagCompleter {
cursor: pointer;
}
.TagSpotInteractor {
cursor: move;
}
.TagCompleter {
background: limegreen;
}
.TagInteractor {
background: orangered;
}
.TagCompleter:hover,
.TagInteractor:hover {
opacity: 0.6;
}
.TagSpotInteractor:hover {
opacity: 0.3;
} | 0.691289 | 0.185781 |
.mainBanner{
width: 100%;
max-width: 1920px;
height: 670px;
min-height: 670px;
background: linear-gradient(to right, var(--color2) 35%, rgba(255,255,255,0.6) 0%),
url(../../assets/home/homem-e-mulher-tomando-cafe.jpg) 100% no-repeat;
background-size: cover;
background-position: center;
margin: 0 auto; /* centralização em telas acima de 1920 */
}
.mainBanner > div {
width: 100%;
height: 100%;
display: flex;
}
.mainBanner .container{
display: flex;
flex-direction: column;
justify-content: center;
height: inherit;
}
.mainBanner .container .context{
margin: auto 0 70px 0;
}
.mainBanner .container .context h1{
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column;
}
.mainBanner .container .context h1 span{
font-weight: bold;
font-size: 72px;
color: var(--color5);
}
.mainBanner .container .context span{
font-family: 'Poppins', sans-serif;
font-size: 19px;
font-weight: bold;
color: var(--color3);
}
.mainBanner .container .context p{
width: 20%;
font-size: 22px;
line-height: 26px;
font-weight: 300;
color: var(--color3);
margin-top: 22px;
}
.mainBanner .container .context .container-buttonBanner{
display: flex;
margin-top: 62px;
}
@media (min-width: 992px) and (max-width: 1200px){
.mainBanner .container .context p{
width: 30%;
}
}
@media (max-width: 991px){
.mainBanner{
background: linear-gradient(to right, var(--color2) 40%, rgba(255,255,255,0.6) 60%),
url(../../assets/home/homem-e-mulher-tomando-cafe.jpg) 100% no-repeat;
}
.mainBanner .container .context span{
font-size: 14px;
}
.mainBanner .container .context h1 span{
font-size: 40px;
}
.mainBanner .container .context p{
width: 100%;
margin-top: 10px;
}
.mainBanner .container .context .container-buttonBanner{
margin-top: 40px !important;
}
}
@media (max-width: 767px){
.mainBanner .container .context .container-buttonBanner{
flex-direction: column-reverse;
}
} | src/components/MainBanner/style.css | .mainBanner{
width: 100%;
max-width: 1920px;
height: 670px;
min-height: 670px;
background: linear-gradient(to right, var(--color2) 35%, rgba(255,255,255,0.6) 0%),
url(../../assets/home/homem-e-mulher-tomando-cafe.jpg) 100% no-repeat;
background-size: cover;
background-position: center;
margin: 0 auto; /* centralização em telas acima de 1920 */
}
.mainBanner > div {
width: 100%;
height: 100%;
display: flex;
}
.mainBanner .container{
display: flex;
flex-direction: column;
justify-content: center;
height: inherit;
}
.mainBanner .container .context{
margin: auto 0 70px 0;
}
.mainBanner .container .context h1{
font-family: 'Poppins', sans-serif;
display: flex;
flex-direction: column;
}
.mainBanner .container .context h1 span{
font-weight: bold;
font-size: 72px;
color: var(--color5);
}
.mainBanner .container .context span{
font-family: 'Poppins', sans-serif;
font-size: 19px;
font-weight: bold;
color: var(--color3);
}
.mainBanner .container .context p{
width: 20%;
font-size: 22px;
line-height: 26px;
font-weight: 300;
color: var(--color3);
margin-top: 22px;
}
.mainBanner .container .context .container-buttonBanner{
display: flex;
margin-top: 62px;
}
@media (min-width: 992px) and (max-width: 1200px){
.mainBanner .container .context p{
width: 30%;
}
}
@media (max-width: 991px){
.mainBanner{
background: linear-gradient(to right, var(--color2) 40%, rgba(255,255,255,0.6) 60%),
url(../../assets/home/homem-e-mulher-tomando-cafe.jpg) 100% no-repeat;
}
.mainBanner .container .context span{
font-size: 14px;
}
.mainBanner .container .context h1 span{
font-size: 40px;
}
.mainBanner .container .context p{
width: 100%;
margin-top: 10px;
}
.mainBanner .container .context .container-buttonBanner{
margin-top: 40px !important;
}
}
@media (max-width: 767px){
.mainBanner .container .context .container-buttonBanner{
flex-direction: column-reverse;
}
} | 0.406626 | 0.085939 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body {
background-color: black;
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(images/1_RMmG4NxY5LqTDvwnq2OzSQ.png);
background-size: cover;
/* display: flex;
flex-direction: column;
align-items: center; */
}
a {
text-decoration: none;
}
.navbar {
margin-top: 2%;
display: flex;
justify-content: flex-end;
}
.navbar-button {
height: 30px;
padding: 0 15px;
text-align: center;
color: #ffffff;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin: 0 10px;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
}
.navbar-button:hover {
border: 1px solid #ffffff;
}
.navbar-button-selected {
height: 30px;
padding: 0 15px;
text-align: center;
color: #ffffff;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin: 0 10px;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
border: 1px solid #ffffff;
}
.logo {
color: white;
text-align: center;
text-transform: uppercase;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 70px;
text-align: center;
margin-top: 5%;
margin-bottom: 3%;
}
.boxes {
display: flex;
width: 100%;
justify-content: center;
}
.box {
width: 320px;
height: 350px;
color: #fff;
background: transparent linear-gradient(45deg, rgba(245, 247, 245, 0.137), rgba(247, 248, 246, 0.548));
margin: 0 30px;
padding: 30px;
}
.box h3 {
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 30px;
margin-bottom: 10px;
}
.box p {
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 16px;
line-height: 6mm;
}
.box-button {
margin-top: 5%;
height: 40px;
width: 100px;
background-color: #ffffff;
color: rgb(7, 85, 60);
text-align: center;
font-size: 20px;
letter-spacing: 2px;
font-family: 'Open Sans Condensed', sans-serif;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
cursor: pointer;
}
.box:hover{
transform: translateY(-20px);
} | sustainable_energy/static/styles/mainpage.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body {
background-color: black;
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(images/1_RMmG4NxY5LqTDvwnq2OzSQ.png);
background-size: cover;
/* display: flex;
flex-direction: column;
align-items: center; */
}
a {
text-decoration: none;
}
.navbar {
margin-top: 2%;
display: flex;
justify-content: flex-end;
}
.navbar-button {
height: 30px;
padding: 0 15px;
text-align: center;
color: #ffffff;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin: 0 10px;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
}
.navbar-button:hover {
border: 1px solid #ffffff;
}
.navbar-button-selected {
height: 30px;
padding: 0 15px;
text-align: center;
color: #ffffff;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin: 0 10px;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
border: 1px solid #ffffff;
}
.logo {
color: white;
text-align: center;
text-transform: uppercase;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 70px;
text-align: center;
margin-top: 5%;
margin-bottom: 3%;
}
.boxes {
display: flex;
width: 100%;
justify-content: center;
}
.box {
width: 320px;
height: 350px;
color: #fff;
background: transparent linear-gradient(45deg, rgba(245, 247, 245, 0.137), rgba(247, 248, 246, 0.548));
margin: 0 30px;
padding: 30px;
}
.box h3 {
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 30px;
margin-bottom: 10px;
}
.box p {
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 16px;
line-height: 6mm;
}
.box-button {
margin-top: 5%;
height: 40px;
width: 100px;
background-color: #ffffff;
color: rgb(7, 85, 60);
text-align: center;
font-size: 20px;
letter-spacing: 2px;
font-family: 'Open Sans Condensed', sans-serif;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
cursor: pointer;
}
.box:hover{
transform: translateY(-20px);
} | 0.366703 | 0.085251 |
color: floralwhite;
}
/* DOWN TARGETS START */
#down_targets-header {
background-color: rgb(248, 215, 218);
color: rgb(114, 28, 36);
border: 1px solid rgb(245, 198, 203);
border-radius: 5px;
padding: 8px 50px 8px 8px;
}
#down_targets-separator {
border: 1px solid dimgray;
}
#down_targets-table {
border-collapse: collapse;
width: 100%;
background: rgb(250, 250, 250);
}
#down_targets-table th, #down_targets-table td {
padding: 8px 50px 8px 8px;
}
#down_targets-table th {
background-color: rgb(248, 215, 218);
color: rgb(114, 28, 36);
border: 1px solid rgb(245, 198, 203);
}
#down_targets-table tr, #down_targets-table tr a {
background-color: rgb(255, 150, 170);
color: rgb(22, 17, 34);
}
#down_targets-table tr:hover, #down_targets-table tr:hover a {
background-color: #fafafa;
}
#down_targets-table th {
padding-top: 12px;
padding-bottom: 12px;
color: darkslategray;
text-align: left;
}
#retry-message {
color: rgb(250, 250, 250);
font-weight: bold;
}
/* DOWN TARGETS DOWN */
/* UP TARGETS */
#up_targets-header {
background-color: rgb(212, 237, 218);
color: rgb(21, 87, 36);
border: 1px solid rgb(195, 230, 203);
border-radius: 5px;
padding: 8px 50px 8px 8px;
}
#up_targets-list {
padding-left: 0px;
}
#up_targets-list>li {
text-align: center;
color: white;
background-color: MediumSeaGreen;
border: 2px solid MediumSeaGreen;
border-radius: 5px;
display: inline-block;
margin-top: 10px;
padding: 10px;
}
/* UP TARGETS DOWN */
/* INFO */
#info p, a {
color: rgb(250, 250, 250);
font-weight: bold;
}
.up_targets-list-item {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.up_targets-list-item .up_targets-list-item-tooltip {
visibility: hidden;
display: inline-block;
white-space: nowrap;
background-color: rgb(135, 158, 148);
color: rgb(250, 250, 250);
text-align: left;
font-size: medium;
font-weight: bold;
border-radius: 6px;
padding: 8px;
opacity: 0;
transition: opacity .2s .2s ease-out;
/* transition: all 0.1s 1s ease-out; */
position: absolute;
z-index: 1;
top: 101%;
left: 50%;
margin-left: -60px;
}
.up_targets-list-item .up_targets-list-item-tooltip::after {
content: "";
position: absolute;
bottom: 100%;
margin-left: 0px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent rgb(135, 158, 148) transparent
}
.up_targets-list-item:hover .up_targets-list-item-tooltip {
visibility: visible;
opacity: 1;
} | app/static/targets_template.css | color: floralwhite;
}
/* DOWN TARGETS START */
#down_targets-header {
background-color: rgb(248, 215, 218);
color: rgb(114, 28, 36);
border: 1px solid rgb(245, 198, 203);
border-radius: 5px;
padding: 8px 50px 8px 8px;
}
#down_targets-separator {
border: 1px solid dimgray;
}
#down_targets-table {
border-collapse: collapse;
width: 100%;
background: rgb(250, 250, 250);
}
#down_targets-table th, #down_targets-table td {
padding: 8px 50px 8px 8px;
}
#down_targets-table th {
background-color: rgb(248, 215, 218);
color: rgb(114, 28, 36);
border: 1px solid rgb(245, 198, 203);
}
#down_targets-table tr, #down_targets-table tr a {
background-color: rgb(255, 150, 170);
color: rgb(22, 17, 34);
}
#down_targets-table tr:hover, #down_targets-table tr:hover a {
background-color: #fafafa;
}
#down_targets-table th {
padding-top: 12px;
padding-bottom: 12px;
color: darkslategray;
text-align: left;
}
#retry-message {
color: rgb(250, 250, 250);
font-weight: bold;
}
/* DOWN TARGETS DOWN */
/* UP TARGETS */
#up_targets-header {
background-color: rgb(212, 237, 218);
color: rgb(21, 87, 36);
border: 1px solid rgb(195, 230, 203);
border-radius: 5px;
padding: 8px 50px 8px 8px;
}
#up_targets-list {
padding-left: 0px;
}
#up_targets-list>li {
text-align: center;
color: white;
background-color: MediumSeaGreen;
border: 2px solid MediumSeaGreen;
border-radius: 5px;
display: inline-block;
margin-top: 10px;
padding: 10px;
}
/* UP TARGETS DOWN */
/* INFO */
#info p, a {
color: rgb(250, 250, 250);
font-weight: bold;
}
.up_targets-list-item {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.up_targets-list-item .up_targets-list-item-tooltip {
visibility: hidden;
display: inline-block;
white-space: nowrap;
background-color: rgb(135, 158, 148);
color: rgb(250, 250, 250);
text-align: left;
font-size: medium;
font-weight: bold;
border-radius: 6px;
padding: 8px;
opacity: 0;
transition: opacity .2s .2s ease-out;
/* transition: all 0.1s 1s ease-out; */
position: absolute;
z-index: 1;
top: 101%;
left: 50%;
margin-left: -60px;
}
.up_targets-list-item .up_targets-list-item-tooltip::after {
content: "";
position: absolute;
bottom: 100%;
margin-left: 0px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent rgb(135, 158, 148) transparent
}
.up_targets-list-item:hover .up_targets-list-item-tooltip {
visibility: visible;
opacity: 1;
} | 0.394318 | 0.131759 |
.grid,
.grid-c,
.grid-c0 {
grid-gap: $gutter-row $gutter-col;
@if $auto-rows != auto {
grid-auto-rows: $auto-rows;
}
@if $auto-cols != auto {
grid-auto-columns: $auto-cols;
}
@media $l {
grid-gap: $gutter-row-large $gutter-col-large;
}
}
/* Compact gaps between rows and columns */
/* stylelint-disable declaration-no-important */
.grid-c { grid-gap: $gutter-compact !important; }
.grid-c0 { grid-gap: 0 0 !important; }
/* stylelint-enable */
.col-fluid { grid-template-columns: auto; }
/*
.<RESPONSIVE><BASE><MOD>
RESPONSIVE
= (no prefix) default small
ns- = not small screen breakpoint; anything medium or bigger
m- = medium screen breakpoint
l- = large screen breakpoint
BASE
x = number of columns in grid
y = number of rows in grid
c = starting column
r = starting row
w = item width
h = item height
MOD
cols = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
rows = 1, 2, 3, 4, 5, 6
*/
/* TODO: Optimise loops for best compression */
@each $step in $col-steps {
.x$(step) { grid-template-columns: repeat($step, $item-size); }
.c$(step) { grid-column-start: $step; }
.w$(step) { grid-column-end: span $step; }
@each $bp in $breakpoints {
@media $($bp) {
.$(bp)-x$(step) { grid-template-columns: repeat($step, $item-size); }
.$(bp)-c$(step) { grid-column-start: $step; }
.$(bp)-w$(step) { grid-column-end: span $step; }
}
}
}
@each $step in $row-steps {
.y$(step) { grid-template-rows: repeat($step, auto); }
.r$(step) { grid-row-start: $step; }
.h$(step) { grid-row-end: span $step; }
@each $bp in $breakpoints {
@media $($bp) {
.$(bp)-y$(step) { grid-template-rows: repeat($step, auto); }
.$(bp)-r$(step) { grid-row-start: $step; }
.$(bp)-h$(step) { grid-row-end: span $step; }
}
}
}
/* FIXME: Rename these to make them easier to understand and shorter */
.middle {
align-items: center;
justify-content: center;
}
.align-row-start { justify-items: start; }
.align-row-end { justify-items: end; }
.align-row-center { justify-items: center; }
.align-row-stretch { justify-items: stretch; } /* default */
.align-col-start { align-items: start; }
.align-col-end { align-items: end; }
.align-col-center { align-items: center; }
.align-col-stretch { align-items: stretch; } /* default */
.align-item-row-start { justify-self: start; }
.align-item-row-end { justify-self: end; }
.align-item-row-center { justify-self: center; }
.align-item-row-stretch { justify-self: stretch; } /* default */
.align-item-col-start { align-self: start; }
.align-item-col-end { align-self: end; }
.align-item-col-center { align-self: center; }
.align-item-col-stretch { align-self: stretch; } /* default */
.justify-row-start { justify-content: start; }
.justify-row-end { justify-content: end; }
.justify-row-center { justify-content: center; }
.justify-row-space-around { justify-content: space-around; }
.justify-row-space-between { justify-content: space-between; }
.justify-row-space-evenly { justify-content: space-evenly; }
.justify-row-stretch { justify-content: stretch; } /* default */
.justify-col-start { align-content: start; }
.justify-col-end { align-content: end; }
.justify-col-center { align-content: center; }
.justify-col-space-around { align-content: space-around; }
.justify-col-space-between { align-content: space-between; }
.justify-col-space-evenly { align-content: space-evenly; }
.justify-col-stretch { align-content: stretch; } /* default */
.flow-row-dense { grid-auto-flow: row dense; }
.flow-row { grid-auto-flow: row; }
.flow-col-dense { grid-auto-flow: column dense; }
.flow-col { grid-auto-flow: column; } /* default */
@each $bp in $breakpoints {
@media $($bp) {
.$(bp)-middle {
align-items: center;
justify-content: center;
}
.$(bp)-align-row-start { justify-items: start; }
.$(bp)-align-row-end { justify-items: end; }
.$(bp)-align-row-center { justify-items: center; }
.$(bp)-align-row-stretch { justify-items: stretch; }
.$(bp)-align-col-start { align-items: start; }
.$(bp)-align-col-end { align-items: end; }
.$(bp)-align-col-center { align-items: center; }
.$(bp)-align-col-stretch { align-items: stretch; }
.$(bp)-align-item-row-start { justify-self: start; }
.$(bp)-align-item-row-end { justify-self: end; }
.$(bp)-align-item-row-center { justify-self: center; }
.$(bp)-align-item-row-stretch { justify-self: stretch; }
.$(bp)-align-item-col-start { align-self: start; }
.$(bp)-align-item-col-end { align-self: end; }
.$(bp)-align-item-col-center { align-self: center; }
.$(bp)-align-item-col-stretch { align-self: stretch; }
.$(bp)-justify-row-start { justify-content: start; }
.$(bp)-justify-row-end { justify-content: end; }
.$(bp)-justify-row-center { justify-content: center; }
.$(bp)-justify-row-space-around { justify-content: space-around; }
.$(bp)-justify-row-space-between { justify-content: space-between; }
.$(bp)-justify-row-space-evenly { justify-content: space-evenly; }
.$(bp)-justify-row-stretch { justify-content: stretch; }
.$(bp)-justify-col-start { align-content: start; }
.$(bp)-justify-col-end { align-content: end; }
.$(bp)-justify-col-center { align-content: center; }
.$(bp)-justify-col-space-around { align-content: space-around; }
.$(bp)-justify-col-space-between { align-content: space-between; }
.$(bp)-justify-col-space-evenly { align-content: space-evenly; }
.$(bp)-justify-col-stretch { align-content: stretch; }
.$(bp)-flow-row-dense { grid-auto-flow: row dense; }
.$(bp)-flow-row { grid-auto-flow: row; }
.$(bp)-flow-col-dense { grid-auto-flow: column dense; }
.$(bp)-flow-col { grid-auto-flow: column; }
}
} | css/src/_grid.css |
.grid,
.grid-c,
.grid-c0 {
grid-gap: $gutter-row $gutter-col;
@if $auto-rows != auto {
grid-auto-rows: $auto-rows;
}
@if $auto-cols != auto {
grid-auto-columns: $auto-cols;
}
@media $l {
grid-gap: $gutter-row-large $gutter-col-large;
}
}
/* Compact gaps between rows and columns */
/* stylelint-disable declaration-no-important */
.grid-c { grid-gap: $gutter-compact !important; }
.grid-c0 { grid-gap: 0 0 !important; }
/* stylelint-enable */
.col-fluid { grid-template-columns: auto; }
/*
.<RESPONSIVE><BASE><MOD>
RESPONSIVE
= (no prefix) default small
ns- = not small screen breakpoint; anything medium or bigger
m- = medium screen breakpoint
l- = large screen breakpoint
BASE
x = number of columns in grid
y = number of rows in grid
c = starting column
r = starting row
w = item width
h = item height
MOD
cols = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
rows = 1, 2, 3, 4, 5, 6
*/
/* TODO: Optimise loops for best compression */
@each $step in $col-steps {
.x$(step) { grid-template-columns: repeat($step, $item-size); }
.c$(step) { grid-column-start: $step; }
.w$(step) { grid-column-end: span $step; }
@each $bp in $breakpoints {
@media $($bp) {
.$(bp)-x$(step) { grid-template-columns: repeat($step, $item-size); }
.$(bp)-c$(step) { grid-column-start: $step; }
.$(bp)-w$(step) { grid-column-end: span $step; }
}
}
}
@each $step in $row-steps {
.y$(step) { grid-template-rows: repeat($step, auto); }
.r$(step) { grid-row-start: $step; }
.h$(step) { grid-row-end: span $step; }
@each $bp in $breakpoints {
@media $($bp) {
.$(bp)-y$(step) { grid-template-rows: repeat($step, auto); }
.$(bp)-r$(step) { grid-row-start: $step; }
.$(bp)-h$(step) { grid-row-end: span $step; }
}
}
}
/* FIXME: Rename these to make them easier to understand and shorter */
.middle {
align-items: center;
justify-content: center;
}
.align-row-start { justify-items: start; }
.align-row-end { justify-items: end; }
.align-row-center { justify-items: center; }
.align-row-stretch { justify-items: stretch; } /* default */
.align-col-start { align-items: start; }
.align-col-end { align-items: end; }
.align-col-center { align-items: center; }
.align-col-stretch { align-items: stretch; } /* default */
.align-item-row-start { justify-self: start; }
.align-item-row-end { justify-self: end; }
.align-item-row-center { justify-self: center; }
.align-item-row-stretch { justify-self: stretch; } /* default */
.align-item-col-start { align-self: start; }
.align-item-col-end { align-self: end; }
.align-item-col-center { align-self: center; }
.align-item-col-stretch { align-self: stretch; } /* default */
.justify-row-start { justify-content: start; }
.justify-row-end { justify-content: end; }
.justify-row-center { justify-content: center; }
.justify-row-space-around { justify-content: space-around; }
.justify-row-space-between { justify-content: space-between; }
.justify-row-space-evenly { justify-content: space-evenly; }
.justify-row-stretch { justify-content: stretch; } /* default */
.justify-col-start { align-content: start; }
.justify-col-end { align-content: end; }
.justify-col-center { align-content: center; }
.justify-col-space-around { align-content: space-around; }
.justify-col-space-between { align-content: space-between; }
.justify-col-space-evenly { align-content: space-evenly; }
.justify-col-stretch { align-content: stretch; } /* default */
.flow-row-dense { grid-auto-flow: row dense; }
.flow-row { grid-auto-flow: row; }
.flow-col-dense { grid-auto-flow: column dense; }
.flow-col { grid-auto-flow: column; } /* default */
@each $bp in $breakpoints {
@media $($bp) {
.$(bp)-middle {
align-items: center;
justify-content: center;
}
.$(bp)-align-row-start { justify-items: start; }
.$(bp)-align-row-end { justify-items: end; }
.$(bp)-align-row-center { justify-items: center; }
.$(bp)-align-row-stretch { justify-items: stretch; }
.$(bp)-align-col-start { align-items: start; }
.$(bp)-align-col-end { align-items: end; }
.$(bp)-align-col-center { align-items: center; }
.$(bp)-align-col-stretch { align-items: stretch; }
.$(bp)-align-item-row-start { justify-self: start; }
.$(bp)-align-item-row-end { justify-self: end; }
.$(bp)-align-item-row-center { justify-self: center; }
.$(bp)-align-item-row-stretch { justify-self: stretch; }
.$(bp)-align-item-col-start { align-self: start; }
.$(bp)-align-item-col-end { align-self: end; }
.$(bp)-align-item-col-center { align-self: center; }
.$(bp)-align-item-col-stretch { align-self: stretch; }
.$(bp)-justify-row-start { justify-content: start; }
.$(bp)-justify-row-end { justify-content: end; }
.$(bp)-justify-row-center { justify-content: center; }
.$(bp)-justify-row-space-around { justify-content: space-around; }
.$(bp)-justify-row-space-between { justify-content: space-between; }
.$(bp)-justify-row-space-evenly { justify-content: space-evenly; }
.$(bp)-justify-row-stretch { justify-content: stretch; }
.$(bp)-justify-col-start { align-content: start; }
.$(bp)-justify-col-end { align-content: end; }
.$(bp)-justify-col-center { align-content: center; }
.$(bp)-justify-col-space-around { align-content: space-around; }
.$(bp)-justify-col-space-between { align-content: space-between; }
.$(bp)-justify-col-space-evenly { align-content: space-evenly; }
.$(bp)-justify-col-stretch { align-content: stretch; }
.$(bp)-flow-row-dense { grid-auto-flow: row dense; }
.$(bp)-flow-row { grid-auto-flow: row; }
.$(bp)-flow-col-dense { grid-auto-flow: column dense; }
.$(bp)-flow-col { grid-auto-flow: column; }
}
} | 0.319227 | 0.181046 |
@charset 'utf-8';
.separate-block {
display: flex;
justify-content: space-between;
}
.separate-block > * {
display: block;
}
.hidden-block {
visibility: hidden;
}
.narrow-labels .fieldset div.legend,
.narrow-labels .fieldset label {
min-width: 80px;
}
ul.button-list {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.button-list li {
margin: 2px;
}
ul.button-list li a {
background: #69c;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 1.2rem;
font-weight: 200;
min-width: 100px;
padding: .5em 1em;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
ul.button-list li a:focus,
ul.button-list li a:hover {
background: #36c;
}
table.transfer-detail {
border-collapse: collapse;
margin: auto;
}
table.transfer-detail td {
border: 1px solid #ccc;
}
table.transfer-detail.payment input[name=issue_date],
table.transfer-detail.payment input[name=trade],
table.transfer-detail.payment td {
border-color: #9cf;
}
table.transfer-detail.receipt input[name=issue_date],
table.transfer-detail.receipt input[name=trade],
table.transfer-detail.receipt td {
border-color: #f99;
}
table.transfer-detail input[type=number]::-webkit-inner-spin-button,
table.transfer-detail input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
table.transfer-detail input[type=number] {
-moz-appearance: textfield;
appearance: none;
}
table.transfer-detail thead td,
table.transfer-detail tfoot td {
cursor: default;
font-size: .8rem;
font-weight: 600;
line-height: 1;
padding: .8em .5em;
text-align: center;
-webkit-user-select: none;
user-select: none;
}
table.transfer-detail.payment thead td ,
table.transfer-detail.payment tfoot td {
color: #36f;
}
table.transfer-detail.receipt thead td ,
table.transfer-detail.receipt tfoot td {
color: #f66;
}
table.transfer-detail thead tr.header td {
border: 0 none transparent;
padding: 0 0 .5em;
text-align: left;
}
table.transfer-detail thead tr.header td div {
position: relative;
}
table.transfer-detail thead tr.header td div.flex-box {
align-items: flex-end;
display: flex;
justify-content: space-between;
}
table.transfer-detail tfoot td.value {
color: #000;
font-weight: normal;
text-align: right;
}
table.transfer-detail tbody td {
padding: 0 0 1px;
}
table.transfer-detail tbody td.empty {
background: #ffc;
}
table.transfer-detail tbody td input {
border: 0 none transparent;
line-height: 1;
margin: 0;
vertical-align: top;
}
table.transfer-detail input[name^=amount_] {
background: transparent;
padding: .5em;
text-align: right;
width: 110px;
}
table.transfer-detail select[name^=item_code_] {
background: transparent;
border: 0 none transparent;
border-radius: 0;
line-height: 1;
padding: .5em;
text-align: center;
vertical-align: top;
width: 120px;
}
table.transfer-detail select[name^=item_code_]:disabled {
color: #000;
}
table.transfer-detail input[name^=summary] {
background: transparent;
padding: .5em;
text-align: center;
width: 240px;
}
table.transfer-detail select:focus,
table.transfer-detail input[type^=date]:focus,
table.transfer-detail input[type=number]:focus,
table.transfer-detail input[type=text]:focus {
color: #039;
}
table.transfer-detail #page-nav td {
border: 0 none transparent;
text-align: right;
}
table.transfer-detail #page-nav td span,
table.transfer-detail #page-nav td a {
border-radius: 4px;
color: #000;
display: inline-block;
font-weight: normal;
padding: .3em;
text-decoration: none;
transition: background .3s linear;
}
table.transfer-detail #page-nav td a:hover {
background: rgba(0,0,0,.2);
}
table.transfer-detail #page-nav td span {
color: #999;
}
table.item-list {
border-collapse: collapse;
}
table.item-list thead {
border-bottom: 3px double #000;
}
table.item-list thead td {
border: 1px solid #ccc;
font-size: .8rem;
font-weight: bold;
padding: .3em .6em;
text-align: center;
}
table.item-list tbody td {
border: 1px solid #ccc;
font-size: .8rem;
padding: .3em .6em;
}
table.item-list tbody td a {
color: inherit;
text-decoration: none;
}
html.fixedasset table.item-list {
border: 2px solid #000;
width: 100%;
}
#oas-transfer-edit form p.date-range {
align-items: center;
display: flex;
justify-content: flex-end;
margin: auto auto 0;
}
#oas-transfer-edit form p.date-range > * {
font-size: .85rem;
margin: auto .25em;
}
#oas-transfer-edit form p.date-range input {
font-size: .8rem;
font-style: italic;
text-align: center;
width: 8em;
}
#oas-transfer-edit form p.output-pdf label {
font-size: .8rem;
}
#oas-taxation-socialinsurance table.data-list {
border-collapse: collapse;
margin-top: .5em;
width: 100%;
}
#oas-taxation-socialinsurance table.data-list tr:nth-child(even) {
background-color: #efefef;
}
#oas-taxation-socialinsurance table.data-list td {
width: 50%;
}
#oas-taxation-socialinsurance table.data-list td {
font-size: .9rem;
padding: .6em;
}
#oas-taxation-socialinsurance table.data-list td:nth-child(2) {
text-align: right;
}
#oas-taxation-socialinsurance table.data-list td:nth-child(2) i {
margin-right: .25em;
}
#oas-taxation-socialinsurance table.data-list td:last-child {
white-space: nowrap;
width: auto;
}
#oas-taxation-socialinsurance table.data-list td:last-child a {
color: #f66;
text-decoration: none;
} | style/oas/universal.css | @charset 'utf-8';
.separate-block {
display: flex;
justify-content: space-between;
}
.separate-block > * {
display: block;
}
.hidden-block {
visibility: hidden;
}
.narrow-labels .fieldset div.legend,
.narrow-labels .fieldset label {
min-width: 80px;
}
ul.button-list {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.button-list li {
margin: 2px;
}
ul.button-list li a {
background: #69c;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 1.2rem;
font-weight: 200;
min-width: 100px;
padding: .5em 1em;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
ul.button-list li a:focus,
ul.button-list li a:hover {
background: #36c;
}
table.transfer-detail {
border-collapse: collapse;
margin: auto;
}
table.transfer-detail td {
border: 1px solid #ccc;
}
table.transfer-detail.payment input[name=issue_date],
table.transfer-detail.payment input[name=trade],
table.transfer-detail.payment td {
border-color: #9cf;
}
table.transfer-detail.receipt input[name=issue_date],
table.transfer-detail.receipt input[name=trade],
table.transfer-detail.receipt td {
border-color: #f99;
}
table.transfer-detail input[type=number]::-webkit-inner-spin-button,
table.transfer-detail input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
table.transfer-detail input[type=number] {
-moz-appearance: textfield;
appearance: none;
}
table.transfer-detail thead td,
table.transfer-detail tfoot td {
cursor: default;
font-size: .8rem;
font-weight: 600;
line-height: 1;
padding: .8em .5em;
text-align: center;
-webkit-user-select: none;
user-select: none;
}
table.transfer-detail.payment thead td ,
table.transfer-detail.payment tfoot td {
color: #36f;
}
table.transfer-detail.receipt thead td ,
table.transfer-detail.receipt tfoot td {
color: #f66;
}
table.transfer-detail thead tr.header td {
border: 0 none transparent;
padding: 0 0 .5em;
text-align: left;
}
table.transfer-detail thead tr.header td div {
position: relative;
}
table.transfer-detail thead tr.header td div.flex-box {
align-items: flex-end;
display: flex;
justify-content: space-between;
}
table.transfer-detail tfoot td.value {
color: #000;
font-weight: normal;
text-align: right;
}
table.transfer-detail tbody td {
padding: 0 0 1px;
}
table.transfer-detail tbody td.empty {
background: #ffc;
}
table.transfer-detail tbody td input {
border: 0 none transparent;
line-height: 1;
margin: 0;
vertical-align: top;
}
table.transfer-detail input[name^=amount_] {
background: transparent;
padding: .5em;
text-align: right;
width: 110px;
}
table.transfer-detail select[name^=item_code_] {
background: transparent;
border: 0 none transparent;
border-radius: 0;
line-height: 1;
padding: .5em;
text-align: center;
vertical-align: top;
width: 120px;
}
table.transfer-detail select[name^=item_code_]:disabled {
color: #000;
}
table.transfer-detail input[name^=summary] {
background: transparent;
padding: .5em;
text-align: center;
width: 240px;
}
table.transfer-detail select:focus,
table.transfer-detail input[type^=date]:focus,
table.transfer-detail input[type=number]:focus,
table.transfer-detail input[type=text]:focus {
color: #039;
}
table.transfer-detail #page-nav td {
border: 0 none transparent;
text-align: right;
}
table.transfer-detail #page-nav td span,
table.transfer-detail #page-nav td a {
border-radius: 4px;
color: #000;
display: inline-block;
font-weight: normal;
padding: .3em;
text-decoration: none;
transition: background .3s linear;
}
table.transfer-detail #page-nav td a:hover {
background: rgba(0,0,0,.2);
}
table.transfer-detail #page-nav td span {
color: #999;
}
table.item-list {
border-collapse: collapse;
}
table.item-list thead {
border-bottom: 3px double #000;
}
table.item-list thead td {
border: 1px solid #ccc;
font-size: .8rem;
font-weight: bold;
padding: .3em .6em;
text-align: center;
}
table.item-list tbody td {
border: 1px solid #ccc;
font-size: .8rem;
padding: .3em .6em;
}
table.item-list tbody td a {
color: inherit;
text-decoration: none;
}
html.fixedasset table.item-list {
border: 2px solid #000;
width: 100%;
}
#oas-transfer-edit form p.date-range {
align-items: center;
display: flex;
justify-content: flex-end;
margin: auto auto 0;
}
#oas-transfer-edit form p.date-range > * {
font-size: .85rem;
margin: auto .25em;
}
#oas-transfer-edit form p.date-range input {
font-size: .8rem;
font-style: italic;
text-align: center;
width: 8em;
}
#oas-transfer-edit form p.output-pdf label {
font-size: .8rem;
}
#oas-taxation-socialinsurance table.data-list {
border-collapse: collapse;
margin-top: .5em;
width: 100%;
}
#oas-taxation-socialinsurance table.data-list tr:nth-child(even) {
background-color: #efefef;
}
#oas-taxation-socialinsurance table.data-list td {
width: 50%;
}
#oas-taxation-socialinsurance table.data-list td {
font-size: .9rem;
padding: .6em;
}
#oas-taxation-socialinsurance table.data-list td:nth-child(2) {
text-align: right;
}
#oas-taxation-socialinsurance table.data-list td:nth-child(2) i {
margin-right: .25em;
}
#oas-taxation-socialinsurance table.data-list td:last-child {
white-space: nowrap;
width: auto;
}
#oas-taxation-socialinsurance table.data-list td:last-child a {
color: #f66;
text-decoration: none;
} | 0.344554 | 0.086478 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: 'ff-meta-web-pro';
src: url(../fonts/ff-meta-serif-web-regular.otf);
}
@font-face {
font-family: 'ff-meta-web-pro-italic';
src: url(../fonts/ff-meta-serif-web-italic.otf);
}
@font-face {
font-family: 'stratum-regular';
src: url(../fonts/stratum2-regular.woff);
}
@font-face {
font-family: 'stratum-bold';
src: url(../fonts/stratum2-bold.woff);
}
html {
color: #222;
font-size: 1em;
line-height: 1.4;
text-rendering: optimizeLegibility;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/** General classes **/
body {
font-family: 'ff-meta-web-pro', serif;
color: #89898;
}
input {
outline: none;
border: 2px solid #CACACA;
font-family: 'stratum-regular', sans-serif;
color: #999999;
font-weight: 100;
}
.wrapper {
width: 85%;
padding: 0;
margin: 0 auto;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.section {
width: 100%;
clear: both;
}
/** Section 1 **/
.intro-section {
text-align: center;
background: url('../img/main-top.jpg') no-repeat;
background-size: cover;
color: #fff;
height: 965px;
}
.big-logo {
padding-top: 60px;
}
.big-logo img {
width: 221px;
}
.brand-intro h1 {
text-transform: uppercase;
font-family: 'stratum-bold', sans-serif;
font-size: 68px;
margin-top: 10px;
}
.brand-intro h2 {
font-family: 'ff-meta-web-pro-italic', serif;
font-weight: 100;
font-size: 30px;
margin-top: -46px;
}
/** Section 2 **/
.the-workshop {
background: url('../img/section2.jpg') no-repeat;
background-size: cover;
}
.workshop-expl {
float: left;
width: 520px;
margin-top: -120px;
margin-left: 67px;
background: #fff;
border-top: 6px solid #373B43;
padding: 20px 40px;
}
.workshop-expl p {
color: #9B9B9B;
font-size: 18px;
padding-left: 20px;
line-height: 31px;
font-weight: 100;
}
.workshop-expl p:nth-of-type(2) {
margin-top: -25px;
}
.workshop-expl h2 {
font-family: 'stratum-bold', sans-serif;
font-size: 32px;
color: #373B43;
margin-top: 0px;
}
.workshop-expl h2:nth-of-type(2) {
font-size: 52px;
}
/** Section 3 **/
.whos-for {
background: url('../img/section3.jpg') no-repeat;
background-size: cover;
}
.whos-for .wrapper {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.whosfor-expl {
width: 520px;
margin-right: 66px;
margin-top: 174px;
background: #fff;
border-top: 6px solid #373B43;
padding: 20px 41px 20px 39px;
}
.whosfor-expl h2 {
font-family: 'stratum-bold', sans-serif;
font-size: 52px;
color: #373B43;
margin-top: 0px;
}
.whosfor-expl p {
color: #9B9B9B;
font-size: 18px;
padding-left: 20px;
line-height: 31px;
font-weight: 100;
margin-top: -25px;
}
/** Section 4 **/
.what-learn {
background: url('../img/section4.jpg') no-repeat;
background-size: cover;
}
.whatlearn-expl {
width: 520px;
padding: 20px 40px;
margin-top: 168px;
margin-left: 67px;
float: left;
background: #fff;
border-top: 6px solid #373B43;
}
.whatlearn-expl h2 {
color: #373B43;
font-family: 'stratum-bold', san-serif;
font-size: 52px;
margin-top: 0;
}
.whatlearn-expl p {
color: #9B9B9B;
font-size: 18px;
padding-left: 20px;
line-height: 31px;
font-weight: 100;
margin-top: -25px;
}
.whatlearn-expl h3 {
font-family: 'stratum-regular', sans-serif;
font-size: 29px;
font-weight: 100;
color: #373B43;
padding-top: 10px;
}
.whatlearn-expl ul {
margin-bottom: 80px;
padding-top: 9px;
color: #9B9B9B;
font-size: 18px;
line-height: 31px;
}
/** Section 5 **/
.registeration {
height: 965px;
display: table;
color: #373B43;
clear: both;
width: 100%;
}
.credits {
width: 21.05%;
float: left;
background: #E3631F;
padding: 40px 25px 40px 40px;
height: 965px;
}
.credits h3 {
font-size: 20px;
color: #fff;
text-transform: uppercase;
font-family: 'stratum-regular', sans-serif;
font-weight: 100;
}
.credits h3:nth-of-type(2) {
padding-top: 58px;
}
.paradox-brand {
width: 215px;
}
.credits p {
color: #fff;
font-size: 14px;
line-height: 23px;
margin-top: -6px;
margin-bottom: 30px;
}
.credits ul {
list-style: none;
padding-left: 0px;
}
.credits li {
display: inline-block;
padding-right: 28.5px;
}
.social-contacts img {
width: 49px;
}
.copyright-contact {
margin-top: 84px;
color: #fff;
font-size: 14px;
}
.copyright-contact a {
color: #fff;
text-decoration: none;
margin-left: 10px;
}
.copyright-contact p {
margin-bottom: 2px;
}
.share {
width: 26.5%;
border-top: 6px solid #373B43;
float: left;
padding: 72px 25px 40px 40px;
font-family: 'stratum-bold', sans-serif;
margin-left: 2px;
}
.investment {
background: url(../img/icon-investment.png) no-repeat;
}
.investment p {
line-height: 22px;
padding-left: 44px;
font-size: 18px;
padding-top: 1px;
}
.time p {
margin-top: 30px;
padding-left: 44px;
line-height: 20px;
font-size: 18px;
}
.price {
font-family: 'stratum-regular', sans-serif;
margin-top: -19px;
}
p.description {
font-family: 'ff-meta-web-pro-italic', serif;
font-weight: 100;
font-size: 14px;
margin-top: -16px;
}
.time {
background: url(../img/icon-time.png) no-repeat;
}
.share-buttons {
text-transform: uppercase;
font-size: 22px;
margin-top: 61px;
}
.share-buttons a {
text-decoration: none;
color: inherit;
}
.share-twitter:hover, .share-fb:hover {
color: #fff;
background: #373b43;
}
.share-twitter, .share-fb {
width: 74.5%;
border: 3px solid #373b43;
padding: 13px;
text-align: center;
margin-bottom: 30px;
}
.register-form {
width: 44.5%;
float: right;
margin-left: -1px;
}
.form-title {
border-top: 6px solid #373B43;
padding-top: 30px;
}
.forme span {
color: #790000;
}
.form-title p {
font-family: 'stratum-regular', sans-serif;
font-size: 30px;
text-transform: uppercase;
}
.form-title h1 {
font-family: 'stratum-bold', sans-serif;
text-transform: uppercase;
font-size: 50px;
line-height: 42px;
margin-bottom: 50px;
margin-top: -30px;
}
.steps {
font-family: 'stratum-regular', sans-serif;
margin-top: -4px;
margin-left: -1px;
}
.step-num1, .step-num2 {
font-size: 24px;
font-family: arial, sans-serif;
}
.step-num2, .step-2 {
opacity: 0.2;
}
.step-1, .step-2 {
font-size: 18px;
font-weight: 100;
margin-right: 18px;
display: inline-block;
vertical-align: text-bottom;
}
.forme {
margin-top: 28px;
font-weight: bold;
font-size: 18px;
}
.name {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 1px;
}
.first-name, .last-name {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.last-name {
margin-right: 8px;
}
.forme input {
margin-top: 14px;
margin-bottom: 25px;
line-height: 22px;
padding: 10px 14.5px;
width: 88%;
}
.name input {
width: 302.5px;
}
.phone input {
margin-bottom: 24px;
}
.company-name input, .profession input {
margin-top: 14.5px;
}
.register-form button {
margin-top: 7px;
border: 2px solid #DD4D0A;
color: #DD4D0A;
padding: 9px 30px;
font-family: 'stratum-regular', sans-serif;
font-weight: 100;
font-size: 18px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 1368px) {
/* Style adjustments for viewports that meet the condition */
.share {
width: 24.5%;
padding-right: 29px;
}
.name input {
width: 80%;
}
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: 'ff-meta-web-pro';
src: url(../fonts/ff-meta-serif-web-regular.otf);
}
@font-face {
font-family: 'ff-meta-web-pro-italic';
src: url(../fonts/ff-meta-serif-web-italic.otf);
}
@font-face {
font-family: 'stratum-regular';
src: url(../fonts/stratum2-regular.woff);
}
@font-face {
font-family: 'stratum-bold';
src: url(../fonts/stratum2-bold.woff);
}
html {
color: #222;
font-size: 1em;
line-height: 1.4;
text-rendering: optimizeLegibility;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/** General classes **/
body {
font-family: 'ff-meta-web-pro', serif;
color: #89898;
}
input {
outline: none;
border: 2px solid #CACACA;
font-family: 'stratum-regular', sans-serif;
color: #999999;
font-weight: 100;
}
.wrapper {
width: 85%;
padding: 0;
margin: 0 auto;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.section {
width: 100%;
clear: both;
}
/** Section 1 **/
.intro-section {
text-align: center;
background: url('../img/main-top.jpg') no-repeat;
background-size: cover;
color: #fff;
height: 965px;
}
.big-logo {
padding-top: 60px;
}
.big-logo img {
width: 221px;
}
.brand-intro h1 {
text-transform: uppercase;
font-family: 'stratum-bold', sans-serif;
font-size: 68px;
margin-top: 10px;
}
.brand-intro h2 {
font-family: 'ff-meta-web-pro-italic', serif;
font-weight: 100;
font-size: 30px;
margin-top: -46px;
}
/** Section 2 **/
.the-workshop {
background: url('../img/section2.jpg') no-repeat;
background-size: cover;
}
.workshop-expl {
float: left;
width: 520px;
margin-top: -120px;
margin-left: 67px;
background: #fff;
border-top: 6px solid #373B43;
padding: 20px 40px;
}
.workshop-expl p {
color: #9B9B9B;
font-size: 18px;
padding-left: 20px;
line-height: 31px;
font-weight: 100;
}
.workshop-expl p:nth-of-type(2) {
margin-top: -25px;
}
.workshop-expl h2 {
font-family: 'stratum-bold', sans-serif;
font-size: 32px;
color: #373B43;
margin-top: 0px;
}
.workshop-expl h2:nth-of-type(2) {
font-size: 52px;
}
/** Section 3 **/
.whos-for {
background: url('../img/section3.jpg') no-repeat;
background-size: cover;
}
.whos-for .wrapper {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.whosfor-expl {
width: 520px;
margin-right: 66px;
margin-top: 174px;
background: #fff;
border-top: 6px solid #373B43;
padding: 20px 41px 20px 39px;
}
.whosfor-expl h2 {
font-family: 'stratum-bold', sans-serif;
font-size: 52px;
color: #373B43;
margin-top: 0px;
}
.whosfor-expl p {
color: #9B9B9B;
font-size: 18px;
padding-left: 20px;
line-height: 31px;
font-weight: 100;
margin-top: -25px;
}
/** Section 4 **/
.what-learn {
background: url('../img/section4.jpg') no-repeat;
background-size: cover;
}
.whatlearn-expl {
width: 520px;
padding: 20px 40px;
margin-top: 168px;
margin-left: 67px;
float: left;
background: #fff;
border-top: 6px solid #373B43;
}
.whatlearn-expl h2 {
color: #373B43;
font-family: 'stratum-bold', san-serif;
font-size: 52px;
margin-top: 0;
}
.whatlearn-expl p {
color: #9B9B9B;
font-size: 18px;
padding-left: 20px;
line-height: 31px;
font-weight: 100;
margin-top: -25px;
}
.whatlearn-expl h3 {
font-family: 'stratum-regular', sans-serif;
font-size: 29px;
font-weight: 100;
color: #373B43;
padding-top: 10px;
}
.whatlearn-expl ul {
margin-bottom: 80px;
padding-top: 9px;
color: #9B9B9B;
font-size: 18px;
line-height: 31px;
}
/** Section 5 **/
.registeration {
height: 965px;
display: table;
color: #373B43;
clear: both;
width: 100%;
}
.credits {
width: 21.05%;
float: left;
background: #E3631F;
padding: 40px 25px 40px 40px;
height: 965px;
}
.credits h3 {
font-size: 20px;
color: #fff;
text-transform: uppercase;
font-family: 'stratum-regular', sans-serif;
font-weight: 100;
}
.credits h3:nth-of-type(2) {
padding-top: 58px;
}
.paradox-brand {
width: 215px;
}
.credits p {
color: #fff;
font-size: 14px;
line-height: 23px;
margin-top: -6px;
margin-bottom: 30px;
}
.credits ul {
list-style: none;
padding-left: 0px;
}
.credits li {
display: inline-block;
padding-right: 28.5px;
}
.social-contacts img {
width: 49px;
}
.copyright-contact {
margin-top: 84px;
color: #fff;
font-size: 14px;
}
.copyright-contact a {
color: #fff;
text-decoration: none;
margin-left: 10px;
}
.copyright-contact p {
margin-bottom: 2px;
}
.share {
width: 26.5%;
border-top: 6px solid #373B43;
float: left;
padding: 72px 25px 40px 40px;
font-family: 'stratum-bold', sans-serif;
margin-left: 2px;
}
.investment {
background: url(../img/icon-investment.png) no-repeat;
}
.investment p {
line-height: 22px;
padding-left: 44px;
font-size: 18px;
padding-top: 1px;
}
.time p {
margin-top: 30px;
padding-left: 44px;
line-height: 20px;
font-size: 18px;
}
.price {
font-family: 'stratum-regular', sans-serif;
margin-top: -19px;
}
p.description {
font-family: 'ff-meta-web-pro-italic', serif;
font-weight: 100;
font-size: 14px;
margin-top: -16px;
}
.time {
background: url(../img/icon-time.png) no-repeat;
}
.share-buttons {
text-transform: uppercase;
font-size: 22px;
margin-top: 61px;
}
.share-buttons a {
text-decoration: none;
color: inherit;
}
.share-twitter:hover, .share-fb:hover {
color: #fff;
background: #373b43;
}
.share-twitter, .share-fb {
width: 74.5%;
border: 3px solid #373b43;
padding: 13px;
text-align: center;
margin-bottom: 30px;
}
.register-form {
width: 44.5%;
float: right;
margin-left: -1px;
}
.form-title {
border-top: 6px solid #373B43;
padding-top: 30px;
}
.forme span {
color: #790000;
}
.form-title p {
font-family: 'stratum-regular', sans-serif;
font-size: 30px;
text-transform: uppercase;
}
.form-title h1 {
font-family: 'stratum-bold', sans-serif;
text-transform: uppercase;
font-size: 50px;
line-height: 42px;
margin-bottom: 50px;
margin-top: -30px;
}
.steps {
font-family: 'stratum-regular', sans-serif;
margin-top: -4px;
margin-left: -1px;
}
.step-num1, .step-num2 {
font-size: 24px;
font-family: arial, sans-serif;
}
.step-num2, .step-2 {
opacity: 0.2;
}
.step-1, .step-2 {
font-size: 18px;
font-weight: 100;
margin-right: 18px;
display: inline-block;
vertical-align: text-bottom;
}
.forme {
margin-top: 28px;
font-weight: bold;
font-size: 18px;
}
.name {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 1px;
}
.first-name, .last-name {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.last-name {
margin-right: 8px;
}
.forme input {
margin-top: 14px;
margin-bottom: 25px;
line-height: 22px;
padding: 10px 14.5px;
width: 88%;
}
.name input {
width: 302.5px;
}
.phone input {
margin-bottom: 24px;
}
.company-name input, .profession input {
margin-top: 14.5px;
}
.register-form button {
margin-top: 7px;
border: 2px solid #DD4D0A;
color: #DD4D0A;
padding: 9px 30px;
font-family: 'stratum-regular', sans-serif;
font-weight: 100;
font-size: 18px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 1368px) {
/* Style adjustments for viewports that meet the condition */
.share {
width: 24.5%;
padding-right: 29px;
}
.name input {
width: 80%;
}
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.477311 | 0.054149 |
@import '@angular/material/prebuilt-themes/indigo-pink.css';
html, body { /* make theme take up whole page */
height: 100%;
overflow-y: auto;
background-color: #222222;
color: #dddddd;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
/* overriding material */
.mat-select-value{
color: #DDDDDD;
}
.mat-expansion-panel{
background-color: #222222;
color: #DDDDDD;
}
/*
.mat-expansion-panel-header.mat-expanded {
background: #222222;
color: #dddddd;
} */
.mat-toolbar.mat-primary{background:#222222;color:#dddddd}
.mat-dialog-container{
background:#222222;
color: #dddddd;
box-shadow: 0 0 15px #000000;
}
.mat-form-field-underline {
/*change color of underline*/
background-color: #DDDDDD !important;
}
.mat-form-field-ripple {
/*change color of underline when focused*/
background-color: #EF6F6C !important;;
}
mat-datepicker-toggle {
color: #DDDDDD !important;
}
.mat-form-field-label {
color: #DDDDDD !important;
}
.mat-progress-spinner circle, .mat-spinner circle {
stroke: #DDDDDD;
}
/* Calendar stuff */
.mat-calendar-body-cell-content{
color: #DDDDDD;
}
.mat-calendar-body-label {
color: #DDDDDD;
}
.mat-calendar-table-header{
color: #DDDDDD;
}
.mat-button{
color: #DDDDDD;
}
.mat-calendar-arrow{
color: #DDDDDD;
}
.mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle{
color: #DDDDDD;
}
.mat-button.mat-accent[disabled], .mat-button.mat-primary[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled]{
color: rgba(221, 221, 221, 0.5);
}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){
color: rgba(221, 221, 221, 0.5)
}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){
color: rgba(221, 221, 221, 0.5)
}
.mat-calendar-body-selected{
background-color: #7fc6b8c4;
}
.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
color: #7FC6B8;
}
.mat-datepicker-content{
background-color: #222222;
} | frontend/src/styles.css |
@import '@angular/material/prebuilt-themes/indigo-pink.css';
html, body { /* make theme take up whole page */
height: 100%;
overflow-y: auto;
background-color: #222222;
color: #dddddd;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
/* overriding material */
.mat-select-value{
color: #DDDDDD;
}
.mat-expansion-panel{
background-color: #222222;
color: #DDDDDD;
}
/*
.mat-expansion-panel-header.mat-expanded {
background: #222222;
color: #dddddd;
} */
.mat-toolbar.mat-primary{background:#222222;color:#dddddd}
.mat-dialog-container{
background:#222222;
color: #dddddd;
box-shadow: 0 0 15px #000000;
}
.mat-form-field-underline {
/*change color of underline*/
background-color: #DDDDDD !important;
}
.mat-form-field-ripple {
/*change color of underline when focused*/
background-color: #EF6F6C !important;;
}
mat-datepicker-toggle {
color: #DDDDDD !important;
}
.mat-form-field-label {
color: #DDDDDD !important;
}
.mat-progress-spinner circle, .mat-spinner circle {
stroke: #DDDDDD;
}
/* Calendar stuff */
.mat-calendar-body-cell-content{
color: #DDDDDD;
}
.mat-calendar-body-label {
color: #DDDDDD;
}
.mat-calendar-table-header{
color: #DDDDDD;
}
.mat-button{
color: #DDDDDD;
}
.mat-calendar-arrow{
color: #DDDDDD;
}
.mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button, .mat-datepicker-toggle{
color: #DDDDDD;
}
.mat-button.mat-accent[disabled], .mat-button.mat-primary[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled]{
color: rgba(221, 221, 221, 0.5);
}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){
color: rgba(221, 221, 221, 0.5)
}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){
color: rgba(221, 221, 221, 0.5)
}
.mat-calendar-body-selected{
background-color: #7fc6b8c4;
}
.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
color: #7FC6B8;
}
.mat-datepicker-content{
background-color: #222222;
} | 0.349644 | 0.070464 |
puppy-toy-display {
z-index: 5000;
position: fixed;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: white;
background-color: black;
border: solid 2px silver;
font-size: 16px;
font-family: 'Abel', sans-serif;
cursor: default;
overflow: hidden;
}
puppy-toy-display sidebaropts {
display: block;
/* border: solid 1px gold; */
white-space: normal;
margin: 0;
/* padding:0; */
width: 35px;
height: 100%;
bottom: 0;
text-align: center;
padding: 2px;
border: solid 2px rgb(88, 88, 88);
}
puppy-toy-display sidebaropts icon {
display: block;
font-size: 20px;
width: 33px;
color: rgb(197, 190, 228);
border: solid 1px transparent;
padding-top: 3px;
padding-bottom: 3px;
/* opacity: .8; */
}
puppy-toy-display sidebaropts icon:hover {
color: rgb(26, 243, 109);
/* background-color: white; */
border: solid 1px rgb(119, 119, 119);
}
puppy-toy-display disptab {
display: block;
/* position: relative;
padding-left: 40px;
margin: 0;
height: 100%;
width: 100%; */
position: absolute;
top: 0;
bottom: 0;
left: 43px;
right: 0;
color: white;
/* background-color: rgb(41, 41, 41); */
/* border: solid 2px rgb(88, 88, 88); */
}
/*
The qry box!
*/
puppy-toy-display qrybox {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
border: solid 2px rgb(158, 158, 158);
height: 25px;
margin: 1px;
}
puppy-toy-display qrybox .label {
position: absolute;
top: 0;
left: 3px;
height: 50px;
font-size: 20px;
color: gold;
/* background-color: transparent; */
/* background-color: gray; */
cursor: default;
}
puppy-toy-display qrybox .spantext {
position: absolute;
top: 0;
left: 5px;
right: 1px;
margin-left: 65px;
}
puppy-toy-display qrybox input {
position: relative;
font-size: 20px;
color: rgb(151, 247, 127);
border: none;
outline: none;
border-color: transparent;
box-shadow: none;
width: 100%;
background-color: rgb(48, 48, 48);
padding-left: 3px;
padding-right: 3px;
}
/*
ResultStats Main Display...
*/
puppy-toy-display ResultStats {
display: block;
position: absolute;
top: 31px;
height: 20px;
bottom: 0;
left: 0;
/* width:100%; */
right: 0;
color: white;
border: solid 2px black;
/* background-color: rgb(184, 184, 184); */
white-space: nowrap;
}
puppy-toy-display ResultStats statgroup {
/* border:solid 1px green; */
font-size: 18px;
/* background-color: black; */
white-space: nowrap;
padding-left: 5px;
padding-right: 20px;
}
puppy-toy-display ResultStats statgroup stlabel {
display: inline;
color: white;
font-family: 'PT Sans', sans-serif;
}
puppy-toy-display ResultStats statgroup stlabel i {
color: gold;
}
puppy-toy-display ResultStats statgroup stvalue {
display: inline;
color: rgb(53, 148, 143);
font-family: 'Roboto', sans-serif;
}
/*
ResultsSearch Main Display...
*/
puppy-toy-display ResultsSearch {
display: block;
position: absolute;
top: 55px;
bottom: 0;
left: 38px;
right: 0;
/* border: solid 2px gold; */
/* background-color: rgb(184, 184, 184); */
color: white;
overflow-y: auto;
}
puppy-toy-display ResultsSearch table {
/* border: solid 2px white; */
width: 100%;
/* display: inline-block; */
}
puppy-toy-display ResultsSearch table thead tr td {
color: gray;
font-size: 18px;
white-space: nowrap;
padding-left: 2px;
padding-right: 15px;
}
/* puppy-toy-display ResultsSearch table tbody{
}
puppy-toy-display ResultsSearch table tbody tr {
} */
puppy-toy-display ResultsSearch table tbody tr td {
color: gold;
}
puppy-toy-display ResultsSearch table tbody tr td i {
color: white;
text-shadow: 1px 1px 1px #3b3b3b;
}
puppy-toy-display ResultsSearch table tbody tr td i:hover {
color: gold;
text-shadow: 1px 1px 1px #ececec;
} | docs/puppy-toy/css/puppy-toy.css |
puppy-toy-display {
z-index: 5000;
position: fixed;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: white;
background-color: black;
border: solid 2px silver;
font-size: 16px;
font-family: 'Abel', sans-serif;
cursor: default;
overflow: hidden;
}
puppy-toy-display sidebaropts {
display: block;
/* border: solid 1px gold; */
white-space: normal;
margin: 0;
/* padding:0; */
width: 35px;
height: 100%;
bottom: 0;
text-align: center;
padding: 2px;
border: solid 2px rgb(88, 88, 88);
}
puppy-toy-display sidebaropts icon {
display: block;
font-size: 20px;
width: 33px;
color: rgb(197, 190, 228);
border: solid 1px transparent;
padding-top: 3px;
padding-bottom: 3px;
/* opacity: .8; */
}
puppy-toy-display sidebaropts icon:hover {
color: rgb(26, 243, 109);
/* background-color: white; */
border: solid 1px rgb(119, 119, 119);
}
puppy-toy-display disptab {
display: block;
/* position: relative;
padding-left: 40px;
margin: 0;
height: 100%;
width: 100%; */
position: absolute;
top: 0;
bottom: 0;
left: 43px;
right: 0;
color: white;
/* background-color: rgb(41, 41, 41); */
/* border: solid 2px rgb(88, 88, 88); */
}
/*
The qry box!
*/
puppy-toy-display qrybox {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
border: solid 2px rgb(158, 158, 158);
height: 25px;
margin: 1px;
}
puppy-toy-display qrybox .label {
position: absolute;
top: 0;
left: 3px;
height: 50px;
font-size: 20px;
color: gold;
/* background-color: transparent; */
/* background-color: gray; */
cursor: default;
}
puppy-toy-display qrybox .spantext {
position: absolute;
top: 0;
left: 5px;
right: 1px;
margin-left: 65px;
}
puppy-toy-display qrybox input {
position: relative;
font-size: 20px;
color: rgb(151, 247, 127);
border: none;
outline: none;
border-color: transparent;
box-shadow: none;
width: 100%;
background-color: rgb(48, 48, 48);
padding-left: 3px;
padding-right: 3px;
}
/*
ResultStats Main Display...
*/
puppy-toy-display ResultStats {
display: block;
position: absolute;
top: 31px;
height: 20px;
bottom: 0;
left: 0;
/* width:100%; */
right: 0;
color: white;
border: solid 2px black;
/* background-color: rgb(184, 184, 184); */
white-space: nowrap;
}
puppy-toy-display ResultStats statgroup {
/* border:solid 1px green; */
font-size: 18px;
/* background-color: black; */
white-space: nowrap;
padding-left: 5px;
padding-right: 20px;
}
puppy-toy-display ResultStats statgroup stlabel {
display: inline;
color: white;
font-family: 'PT Sans', sans-serif;
}
puppy-toy-display ResultStats statgroup stlabel i {
color: gold;
}
puppy-toy-display ResultStats statgroup stvalue {
display: inline;
color: rgb(53, 148, 143);
font-family: 'Roboto', sans-serif;
}
/*
ResultsSearch Main Display...
*/
puppy-toy-display ResultsSearch {
display: block;
position: absolute;
top: 55px;
bottom: 0;
left: 38px;
right: 0;
/* border: solid 2px gold; */
/* background-color: rgb(184, 184, 184); */
color: white;
overflow-y: auto;
}
puppy-toy-display ResultsSearch table {
/* border: solid 2px white; */
width: 100%;
/* display: inline-block; */
}
puppy-toy-display ResultsSearch table thead tr td {
color: gray;
font-size: 18px;
white-space: nowrap;
padding-left: 2px;
padding-right: 15px;
}
/* puppy-toy-display ResultsSearch table tbody{
}
puppy-toy-display ResultsSearch table tbody tr {
} */
puppy-toy-display ResultsSearch table tbody tr td {
color: gold;
}
puppy-toy-display ResultsSearch table tbody tr td i {
color: white;
text-shadow: 1px 1px 1px #3b3b3b;
}
puppy-toy-display ResultsSearch table tbody tr td i:hover {
color: gold;
text-shadow: 1px 1px 1px #ececec;
} | 0.317744 | 0.139954 |
body {
}
/*modal de checklist cuadro_buscar_sucursal*/
.modalDialog1 {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 800ms ease-in;
transition: opacity 800ms ease-in;
}
.modalDialog1 > div {
width:95%; height:95%; position: relative; margin: 2% auto; padding: 5px 20px 13px 20px; border-radius: 5px;
background-color:rgba(0, 128, 128, 0.70); color:azure; -webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 400ms ease-in;transition: opacity 400ms ease-in; border:none; font-size:18px;
/**sombra*/ -webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
/**tono*/
}
#mostrarTablaSuc {
height:140px;
width:70%;
margin-left:15%
}
/**/
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
background: rgba(99, 101, 103, 0.60) ;
opacity:1;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 800ms ease-in;
transition: opacity 800ms ease-in;
}
.modalDialog > div {
width: 95%;
height: 95%;
position: relative;
margin: 2% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background-color:rgb(9, 81, 254);
color: azure;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
border:none;
font-size:18px;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
/**/
.cerrar {
background: #ff6a00; color: #FFFFFF;
line-height: 25px;
position: absolute;
right:2px;
text-align: center;
top: 0px;
width: 28px;
height:28px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
border:none;
}
.cerrar:hover { background: red; }
#accionesExportar {
text-align:center;
width: 350px;
height: 170px;
position: fixed;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: rgb(88, 159, 241);
color: azure;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
opacity:.95;
top: 15%;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
}
.imgExport{
width:80%;
height:70%;
}
#btnExp {
width: 105px;
height: 40px;
text-align: center;
background-color: rgb(17, 72, 139);
color: azure;
font-size: 18px;
border-radius: 5px;
border: solid;
border-color: rgb(88, 159, 241);
}
#btnExp:hover {
border:none;
background:rgb(88, 159, 221);
}
#accionesExportar > div {
margin-top:8%;
color:black;
background-color:aliceblue;
width:28%;
height:67%;
opacity:1;
font-size:20px;
border:none;
border-radius:5px;
display: inline-block;
margin-left: 2%;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
#accionesExportar >div:hover {
margin-top:2%;
opacity:1;
border:solid;
width:35%;
height:74%;
border-color: black;
font-size:20px;
}
table {
background-color:aliceblue;
}
#btn_selec_cuestionario {
width: 105px;
height: 40px;
text-align: center;
background-color: rgb(17, 72, 139);
color: azure;
font-size: 18px;
border-radius: 5px;
border: solid;
border-color: rgb(88, 159, 241);
}
#btn_selec_cuestionario:hover {
border:none;
background:rgb(88, 159, 241); }
#btn_selec_cues{
width:105px;
height:40px;
text-align:center;
background-color:rgb(17, 72, 139);
color:azure;
font-size:18px;
border-radius:5px;
border:solid;
border-color:rgb(88, 159, 241);;
}
#btn_selec_cues:hover {
border:none;
background:rgb(88, 159, 221); }
#btnBuscarPregCues{
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color:azure;
text-align:center;
background-color:darkblue;
border-radius:20px;
width:30px;
height:20px;
}
#btnBuscarPregCues:hover { background:blue; }
.modalDialogPreg {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 200ms ease-in;
transition: opacity 100ms ease-in;
}
.modalDialogPreg > div {
width: 90%;
height:90%;
position: relative;
margin: 1% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background-color:rgb(9, 81, 254);
color:azure;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 10ms ease-in;
transition: opacity 10ms ease-in;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
.modalDialog4{
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 200ms ease-in;
transition: opacity 100ms ease-in;
}
.modalDialog4 > div {
width: 95%;
height:95%;
position: relative;
margin: 2% auto;
border:none;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background-color:rgb(9, 81, 254);
color:azure;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 10ms ease-in;
transition: opacity 10ms ease-in;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 43px 15px rgba(0,0,0,0.75);
}
#mostrarTablaRespuestas {
margin-bottom:0%;
}
.class_bpreg {
color:black;
}
#btn_selec_pregunta {
color:azure;
text-align:center;
background-color:cadetblue;
border-radius:5px;
width:90px;
height:40px;
}
#btn_selec_pregunta:hover { background:#23d921; }
/*modal de carga de seleccion */
#accionesSelec {
opacity: .9;
z-index: 99999;
position: fixed;
margin-top:2%;
margin-left: -3%;
background-color: rgb(0, 87, 161);
border-radius: 0%;
color: #ffffff;
text-align: center;
top: 20%;
right: 20%;
bottom: 20%;
left: 25%;
-webkit-transition: opacity 94000ms ease-in;
-moz-transition: opacity 98000ms ease-in;
transition: opacity 98000ms ease-in;
text-align:center;
border-radius:5px;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
#accionesSelec > div {
height:40%;
width:40%;
background-color:gray;
font-size:30px;
text-align:center;
vertical-align:middle;
line-height:normal;
display:inline-block;
border-radius:10px;
opacity:1;
}
#accionesSelec > div:hover {
background-color:rgb(135, 139, 143);
border:solid;
border-color:#ffffff
}
#select-mat {
}
.tablaRespuestas:nth-child(even) {
width:1080px;
background-color: #dddddd;
}
.n_c {
position:relative;
border:none;
border-radius:2px;
background-color:rgb(135, 139, 143);
text-align:center;
width:90%;
color:azure;
font-size:18px;
height:55px;
margin:5px;
}
.n_c:hover {
background-color:rgb(88, 159, 221);
color:azure;
}
.Quitar {
position:relative;
background: #ff6a00;
color: #FFFFFF;
text-align: center;
width: 22px;
height:22px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 20px;
left:0px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
border:none;
bottom:0;
top:-10px;
left:0;
}
.Quitar:hover{ background: red; }
#lanza_modal {
background-color:blue;
color:white;
}
.modalckl {
position: fixed;font-family: Arial, Helvetica, sans-serif;top: 0;
right: 0;bottom: 0;left: 0;background: rgba(99, 101, 103, 0.60) ;z-index: 99999;opacity:1;-webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 800ms ease-in;transition: opacity 800ms ease-in;
}
.modalckl > div {
position: relative; top:1%;right:1%;bottom:1%;left:1%;width:98%; height:98%; padding: 5px 20px 13px 20px; border-radius: 5px; background-color:rgba(0, 128, 128, 0.70);color:azure; -webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 400ms ease-in;transition: opacity 400ms ease-in; border:none; /**sombra*/ -webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);box-shadow: 0px 0px 23px 6px rgba(250,250,250,0.75);
}
.cuest_resueltos {
background-color:#6fa760
} | seguimiento/res/css/modalckl.css | body {
}
/*modal de checklist cuadro_buscar_sucursal*/
.modalDialog1 {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 800ms ease-in;
transition: opacity 800ms ease-in;
}
.modalDialog1 > div {
width:95%; height:95%; position: relative; margin: 2% auto; padding: 5px 20px 13px 20px; border-radius: 5px;
background-color:rgba(0, 128, 128, 0.70); color:azure; -webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 400ms ease-in;transition: opacity 400ms ease-in; border:none; font-size:18px;
/**sombra*/ -webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
/**tono*/
}
#mostrarTablaSuc {
height:140px;
width:70%;
margin-left:15%
}
/**/
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
background: rgba(99, 101, 103, 0.60) ;
opacity:1;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 800ms ease-in;
transition: opacity 800ms ease-in;
}
.modalDialog > div {
width: 95%;
height: 95%;
position: relative;
margin: 2% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background-color:rgb(9, 81, 254);
color: azure;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
border:none;
font-size:18px;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
/**/
.cerrar {
background: #ff6a00; color: #FFFFFF;
line-height: 25px;
position: absolute;
right:2px;
text-align: center;
top: 0px;
width: 28px;
height:28px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
border:none;
}
.cerrar:hover { background: red; }
#accionesExportar {
text-align:center;
width: 350px;
height: 170px;
position: fixed;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: rgb(88, 159, 241);
color: azure;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
opacity:.95;
top: 15%;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
}
.imgExport{
width:80%;
height:70%;
}
#btnExp {
width: 105px;
height: 40px;
text-align: center;
background-color: rgb(17, 72, 139);
color: azure;
font-size: 18px;
border-radius: 5px;
border: solid;
border-color: rgb(88, 159, 241);
}
#btnExp:hover {
border:none;
background:rgb(88, 159, 221);
}
#accionesExportar > div {
margin-top:8%;
color:black;
background-color:aliceblue;
width:28%;
height:67%;
opacity:1;
font-size:20px;
border:none;
border-radius:5px;
display: inline-block;
margin-left: 2%;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
#accionesExportar >div:hover {
margin-top:2%;
opacity:1;
border:solid;
width:35%;
height:74%;
border-color: black;
font-size:20px;
}
table {
background-color:aliceblue;
}
#btn_selec_cuestionario {
width: 105px;
height: 40px;
text-align: center;
background-color: rgb(17, 72, 139);
color: azure;
font-size: 18px;
border-radius: 5px;
border: solid;
border-color: rgb(88, 159, 241);
}
#btn_selec_cuestionario:hover {
border:none;
background:rgb(88, 159, 241); }
#btn_selec_cues{
width:105px;
height:40px;
text-align:center;
background-color:rgb(17, 72, 139);
color:azure;
font-size:18px;
border-radius:5px;
border:solid;
border-color:rgb(88, 159, 241);;
}
#btn_selec_cues:hover {
border:none;
background:rgb(88, 159, 221); }
#btnBuscarPregCues{
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color:azure;
text-align:center;
background-color:darkblue;
border-radius:20px;
width:30px;
height:20px;
}
#btnBuscarPregCues:hover { background:blue; }
.modalDialogPreg {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 200ms ease-in;
transition: opacity 100ms ease-in;
}
.modalDialogPreg > div {
width: 90%;
height:90%;
position: relative;
margin: 1% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background-color:rgb(9, 81, 254);
color:azure;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 10ms ease-in;
transition: opacity 10ms ease-in;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
.modalDialog4{
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 200ms ease-in;
transition: opacity 100ms ease-in;
}
.modalDialog4 > div {
width: 95%;
height:95%;
position: relative;
margin: 2% auto;
border:none;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background-color:rgb(9, 81, 254);
color:azure;
-webkit-transition: opacity 100ms ease-in;
-moz-transition: opacity 10ms ease-in;
transition: opacity 10ms ease-in;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 43px 15px rgba(0,0,0,0.75);
}
#mostrarTablaRespuestas {
margin-bottom:0%;
}
.class_bpreg {
color:black;
}
#btn_selec_pregunta {
color:azure;
text-align:center;
background-color:cadetblue;
border-radius:5px;
width:90px;
height:40px;
}
#btn_selec_pregunta:hover { background:#23d921; }
/*modal de carga de seleccion */
#accionesSelec {
opacity: .9;
z-index: 99999;
position: fixed;
margin-top:2%;
margin-left: -3%;
background-color: rgb(0, 87, 161);
border-radius: 0%;
color: #ffffff;
text-align: center;
top: 20%;
right: 20%;
bottom: 20%;
left: 25%;
-webkit-transition: opacity 94000ms ease-in;
-moz-transition: opacity 98000ms ease-in;
transition: opacity 98000ms ease-in;
text-align:center;
border-radius:5px;
/**sombra*/
-webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 43px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);
}
#accionesSelec > div {
height:40%;
width:40%;
background-color:gray;
font-size:30px;
text-align:center;
vertical-align:middle;
line-height:normal;
display:inline-block;
border-radius:10px;
opacity:1;
}
#accionesSelec > div:hover {
background-color:rgb(135, 139, 143);
border:solid;
border-color:#ffffff
}
#select-mat {
}
.tablaRespuestas:nth-child(even) {
width:1080px;
background-color: #dddddd;
}
.n_c {
position:relative;
border:none;
border-radius:2px;
background-color:rgb(135, 139, 143);
text-align:center;
width:90%;
color:azure;
font-size:18px;
height:55px;
margin:5px;
}
.n_c:hover {
background-color:rgb(88, 159, 221);
color:azure;
}
.Quitar {
position:relative;
background: #ff6a00;
color: #FFFFFF;
text-align: center;
width: 22px;
height:22px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 20px;
left:0px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
border:none;
bottom:0;
top:-10px;
left:0;
}
.Quitar:hover{ background: red; }
#lanza_modal {
background-color:blue;
color:white;
}
.modalckl {
position: fixed;font-family: Arial, Helvetica, sans-serif;top: 0;
right: 0;bottom: 0;left: 0;background: rgba(99, 101, 103, 0.60) ;z-index: 99999;opacity:1;-webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 800ms ease-in;transition: opacity 800ms ease-in;
}
.modalckl > div {
position: relative; top:1%;right:1%;bottom:1%;left:1%;width:98%; height:98%; padding: 5px 20px 13px 20px; border-radius: 5px; background-color:rgba(0, 128, 128, 0.70);color:azure; -webkit-transition: opacity 400ms ease-in;-moz-transition: opacity 400ms ease-in;transition: opacity 400ms ease-in; border:none; /**sombra*/ -webkit-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 23px 6px rgba(0,0,0,0.75);box-shadow: 0px 0px 23px 6px rgba(250,250,250,0.75);
}
.cuest_resueltos {
background-color:#6fa760
} | 0.263031 | 0.049497 |
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.wraper {
height: 100%;
width: 100%;
background: #E55D87;
background: linear-gradient(130deg, #5FC3E4, #E55D87);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px;
}
.box {
border-radius: 10px 10px 10px 10px;
background: #fff;
padding: 30px;
width: 90%;
max-width: 500px;
position: relative;
padding: 0px;
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: center;
}
.box--start {
background-color: #2f6f94;
border-top: 1px solid #2f6f94;
padding: 15px;
color: #fff;
font-size: 25px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 30px;
text-align: center;
border-radius: 10px 10px 0 0;
}
.box--pause {
text-align: right;
padding: 10px 40px;
}
.box--slide {
display: flex;
flex-direction: row;
margin: 20px 40px;
}
.line {
height: 1px;
margin-top: 10px;
width: 50%;
background-color: #dbdbdb;
}
.text {
margin: 0 20px;
}
a.through--fb{
background: #3b5998;
color: white;
display: block;
text-decoration: none;
margin: 10px 40px;
padding: 10px 10px;
}
a.through--gg{
background: #d34836;
color: white;
display: block;
text-decoration: none;
margin: 10px 40px;
padding: 10px 10px;
}
.box--end {
background-color: #f6f6f6;
border-top: 1px solid #dce8f1;
padding: 25px;
text-align: center;
border-radius: 0 0 10px 10px;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #38a164;
border: none;
color: white;
padding: 15px 80px;
text-align: center;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
box-shadow: 0 10px 30px 0 #7e9b8a;
border-radius: 5px;
margin: 10px 20px 40px 20px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
background-color: #266e44;
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
transform: scale(0.95);
}
input[type=text], input[type=password] {
background-color: #f6f6f6;
color: #0d0d0d;
padding: 15px 32px;
text-align: left;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
width: 85%;
border: 2px solid #f6f6f6;
border-radius: 5px 5px 5px 5px;
}
input[type=text]:focus {
background-color: #fff;
border-bottom: 2px solid #5fbae9;
}
input[type=text]:placeholder {
color: #cccccc;
}
*:focus {
outline: none;
} | public/asset/css/admin.style.css | html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.wraper {
height: 100%;
width: 100%;
background: #E55D87;
background: linear-gradient(130deg, #5FC3E4, #E55D87);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px;
}
.box {
border-radius: 10px 10px 10px 10px;
background: #fff;
padding: 30px;
width: 90%;
max-width: 500px;
position: relative;
padding: 0px;
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: center;
}
.box--start {
background-color: #2f6f94;
border-top: 1px solid #2f6f94;
padding: 15px;
color: #fff;
font-size: 25px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 30px;
text-align: center;
border-radius: 10px 10px 0 0;
}
.box--pause {
text-align: right;
padding: 10px 40px;
}
.box--slide {
display: flex;
flex-direction: row;
margin: 20px 40px;
}
.line {
height: 1px;
margin-top: 10px;
width: 50%;
background-color: #dbdbdb;
}
.text {
margin: 0 20px;
}
a.through--fb{
background: #3b5998;
color: white;
display: block;
text-decoration: none;
margin: 10px 40px;
padding: 10px 10px;
}
a.through--gg{
background: #d34836;
color: white;
display: block;
text-decoration: none;
margin: 10px 40px;
padding: 10px 10px;
}
.box--end {
background-color: #f6f6f6;
border-top: 1px solid #dce8f1;
padding: 25px;
text-align: center;
border-radius: 0 0 10px 10px;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #38a164;
border: none;
color: white;
padding: 15px 80px;
text-align: center;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: 16px;
box-shadow: 0 10px 30px 0 #7e9b8a;
border-radius: 5px;
margin: 10px 20px 40px 20px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
background-color: #266e44;
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
transform: scale(0.95);
}
input[type=text], input[type=password] {
background-color: #f6f6f6;
color: #0d0d0d;
padding: 15px 32px;
text-align: left;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
width: 85%;
border: 2px solid #f6f6f6;
border-radius: 5px 5px 5px 5px;
}
input[type=text]:focus {
background-color: #fff;
border-bottom: 2px solid #5fbae9;
}
input[type=text]:placeholder {
color: #cccccc;
}
*:focus {
outline: none;
} | 0.487063 | 0.143548 |
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
meta.foundation-mq-small {
font-family: "/only screen and (max-width: 40em)/";
width: 0em;
}
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em;
}
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em;
}
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em;
}
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em;
}
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
font-size: 100%;
}
body {
background: #f7f7f7;
color: #444444;
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1;
position: relative;
cursor: default;
}
a:hover, #sidebar .eventful a:hover {
cursor: pointer;
}
img,
object,
embed {
max-width: 100%;
height: auto;
}
object,
embed {
height: 100%;
}
img {
-ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
}
.hide {
display: none;
}
.start {
float: left !important;
}
.end {
float: right !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
display: inline-block;
vertical-align: middle;
}
textarea {
height: auto;
min-height: 50px;
}
select {
width: 100%;
}
ul.pagination {
display: block;
height: 1.5rem;
margin-left: -0.3125rem;
}
ul.pagination li {
height: 1.5rem;
color: #222222;
font-size: 0.875rem;
margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li #sidebar .eventful a, #sidebar .eventful ul.pagination li a {
display: block;
padding: 0.0625rem 0.625rem 0.0625rem;
color: #999999;
-webkit-border-radius: 3px;
border-radius: 3px;
}
ul.pagination li:hover a, ul.pagination li:hover #sidebar .eventful a, #sidebar .eventful ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li #sidebar .eventful a:focus,
#sidebar .eventful ul.pagination li a:focus {
background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable #sidebar .eventful a, #sidebar .eventful ul.pagination li.unavailable a {
cursor: default;
color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable:hover #sidebar .eventful a, #sidebar .eventful ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable #sidebar .eventful a:focus, #sidebar .eventful ul.pagination li.unavailable a:focus {
background: transparent;
}
ul.pagination li.current a, ul.pagination li.current #sidebar .eventful a, #sidebar .eventful ul.pagination li.current a {
background: #008cba;
color: white;
font-weight: bold;
cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current #sidebar .eventful a:hover, #sidebar .eventful ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current #sidebar .eventful a:focus, #sidebar .eventful ul.pagination li.current a:focus {
background: #008cba;
}
ul.pagination li {
float: left;
display: block;
}
/* Pagination centred wrapper */
.pagination-centered {
text-align: center;
}
.pagination-centered ul.pagination li {
float: none;
display: inline-block;
}
/* Start to customize Reverie */
a, #sidebar .eventful a, a:visited, #sidebar .eventful a:visited, a:hover, #sidebar .eventful a:hover, a:visited:hover, #sidebar .eventful a:visited:hover {
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
figure {
margin: 0 auto 1.25rem;
}
figure img {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
img.alignright {
float: right;
margin: 0 0 18px 18px;
}
img.alignleft {
float: left;
margin: 0 18px 18px 0;
}
img.aligncenter {
display: block;
margin: 18px auto;
}
.gallery dt, .gallery dl {
display: inline-block;
}
.gallery dl {
margin-left: 0.5625rem;
margin-right: 0.5625rem;
}
figure.figure {
margin: 0 auto;
display: table;
}
figure.figure figcaption {
font-size: 0.875rem;
line-height: 1.4;
font-style: italic;
padding: 8px 10px;
color: #999;
margin-bottom: 1.25rem;
display: table-caption;
caption-side: bottom;
}
figure.alignright.figure {
float: right;
margin: 0 0 18px 18px;
}
figure.alignleft.figure {
float: left;
margin: 0 18px 18px 0;
}
.footer-widget {
background-color: #eee;
}
#menu-footer-menu li:last-child {
float: none;
clear: left;
text-align: center;
}
body > header.contain-to-grid {
margin-bottom: 0;
max-width: 100%;
padding-bottom: 0;
}
body > header.contain-to-grid h1 {
padding-left: 3.125rem;
font-weight: bold;
}
#content {
background-color: #fff;
border: 1px solid #ddd;
}
.index-card {
border-bottom: 1px solid #ddd;
padding-bottom: 2rem;
margin-bottom: 2rem;
}
span.author,
time {
font-size: 0.9375rem;
color: #999;
}
span.author a, span.author #sidebar .eventful a, #sidebar .eventful span.author a,
time a,
time #sidebar .eventful a,
#sidebar .eventful time a {
color: #999;
font-weight: bold;
}
span.author a:hover, span.author #sidebar .eventful a:hover, #sidebar .eventful span.author a:hover, span.author a:focus, span.author #sidebar .eventful a:focus, #sidebar .eventful span.author a:focus,
time a:hover,
time #sidebar .eventful a:hover,
#sidebar .eventful time a:hover,
time a:focus,
time #sidebar .eventful a:focus,
#sidebar .eventful time a:focus {
color: #444444;
}
.entry-author {
background-color: #fbfbfb;
border: none;
padding: 3.125rem 5rem;
margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
margin-right: 2.5rem;
margin-bottom: 1.5rem;
}
.entry-author h4 a, .entry-author h4 #sidebar .eventful a, #sidebar .eventful .entry-author h4 a {
color: #999;
}
.entry-author h4 a:hover, .entry-author h4 #sidebar .eventful a:hover, #sidebar .eventful .entry-author h4 a:hover, .entry-author h4 a:focus, .entry-author h4 #sidebar .eventful a:focus, #sidebar .eventful .entry-author h4 a:focus {
color: #444444;
}
.entry-author p {
color: #bbb;
}
.post header,
.page header {
margin-bottom: 1.25rem;
}
.entry-tags {
color: #999;
font-size: 0.9375rem;
}
.entry-tags a, .entry-tags #sidebar .eventful a, #sidebar .eventful .entry-tags a {
color: #999;
}
.entry-tags a:hover, .entry-tags #sidebar .eventful a:hover, #sidebar .eventful .entry-tags a:hover, .entry-tags a:focus, .entry-tags #sidebar .eventful a:focus, #sidebar .eventful .entry-tags a:focus {
color: #444444;
}
.page-numbers {
color: #999;
display: block;
height: 1.5rem;
margin-left: -0.3125rem;
}
.page-numbers li {
height: 1.5rem;
color: #222222;
font-size: 0.875rem;
margin-left: 0.3125rem;
}
.page-numbers li a, .page-numbers li #sidebar .eventful a, #sidebar .eventful .page-numbers li a {
display: block;
padding: 0.0625rem 0.625rem 0.0625rem;
color: #999999;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.page-numbers li:hover a, .page-numbers li:hover #sidebar .eventful a, #sidebar .eventful .page-numbers li:hover a,
.page-numbers li a:focus,
.page-numbers li #sidebar .eventful a:focus,
#sidebar .eventful .page-numbers li a:focus {
background: #e6e6e6;
}
.page-numbers li.unavailable a, .page-numbers li.unavailable #sidebar .eventful a, #sidebar .eventful .page-numbers li.unavailable a {
cursor: default;
color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable:hover #sidebar .eventful a, #sidebar .eventful .page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus, .page-numbers li.unavailable #sidebar .eventful a:focus, #sidebar .eventful .page-numbers li.unavailable a:focus {
background: transparent;
}
.page-numbers li.current a, .page-numbers li.current #sidebar .eventful a, #sidebar .eventful .page-numbers li.current a {
background: #008cba;
color: white;
font-weight: bold;
cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current #sidebar .eventful a:hover, #sidebar .eventful .page-numbers li.current a:hover, .page-numbers li.current a:focus, .page-numbers li.current #sidebar .eventful a:focus, #sidebar .eventful .page-numbers li.current a:focus {
background: #008cba;
}
.page-numbers li {
float: left;
display: block;
}
.pagination-centered ul.page-numbers li {
float: none;
display: inline-block;
}
.page-numbers li span.current {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.page-numbers li {
margin-left: 0.5rem;
}
.page-numbers li span:hover a, .page-numbers li span:hover #sidebar .eventful a, #sidebar .eventful .page-numbers li span:hover a,
.page-numbers li span a:focus,
.page-numbers li span #sidebar .eventful a:focus,
#sidebar .eventful .page-numbers li span a:focus {
background: #e6e6e6;
}
.page-numbers li span.current {
background: #008cba;
padding: 0.0625rem 0.625rem 0.0625rem;
color: white;
font-weight: bold;
cursor: default;
}
.avatar {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
}
ol.commentlist {
margin-left: 0;
margin-top: 2em;
}
ol.commentlist p {
font-size: 0.9375rem;
line-height: 1.5;
}
ol.commentlist ul.children {
margin-left: 4rem;
}
ol.commentlist li {
list-style: none;
margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
float: left;
margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
font-style: normal;
font-weight: 600;
margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a, ol.commentlist li .author-meta time #sidebar .eventful a, #sidebar .eventful ol.commentlist li .author-meta time a {
color: #ccc;
font-size: 0.875rem;
margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
color: #bbb;
font-size: 0.875rem;
}
ol.commentlist li section.comment {
margin-left: 4rem;
margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link, ol.commentlist li section.comment #sidebar .eventful a.comment-reply-link, #sidebar .eventful ol.commentlist li section.comment a.comment-reply-link {
font-size: 0.875rem;
font-weight: 600;
color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment #sidebar .eventful a.comment-reply-link:hover, #sidebar .eventful ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus, ol.commentlist li section.comment #sidebar .eventful a.comment-reply-link:focus, #sidebar .eventful ol.commentlist li section.comment a.comment-reply-link:focus {
color: #444444;
}
#sidebar {
margin-top: 1.25rem;
}
#sidebar .panel, .footer-widget .panel {
border: none;
background-color: #eee;
padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a, .footer-widget .panel #sidebar .eventful a, #sidebar .eventful .footer-widget .panel a {
color: #999;
font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel #sidebar .eventful a:hover, #sidebar .eventful .footer-widget .panel a:hover, .footer-widget .panel a:focus, .footer-widget .panel #sidebar .eventful a:focus, #sidebar .eventful .footer-widget .panel a:focus {
color: #444444;
}
#sidebar ul, .footer-widget ul {
list-style-type: none;
margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
text-transform: uppercase;
font-size: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #ddd;
color: #888;
font-weight: 600;
}
footer.full-width {
background-color: #fff;
border-top: 1px solid #ccc;
padding-top: 3rem;
}
footer.full-width p {
font-size: 0.875rem;
}
footer.full-width a, footer.full-width #sidebar .eventful a, #sidebar .eventful footer.full-width a {
color: #666;
font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width #sidebar .eventful a:hover, #sidebar .eventful footer.full-width a:hover, footer.full-width a:focus, footer.full-width #sidebar .eventful a:focus, #sidebar .eventful footer.full-width a:focus {
color: #444444;
}
footer.full-width .love-reverie {
border-top: 1px solid #ccc;
padding-top: 1.5rem;
}
.admin-bar > .fixed {
margin-top: 2rem;
}
.f-topbar-fixed > .container {
margin-top: 2rem;
}
/* CUSTOM STYLES */
body {
background: #fff;
background: linear-gradient(#ffffff, transparent), url(../img/grid-bg-test.png);
}
h1, h2, h3 {
font-family: 'PT Sans', Arial, sans-serif;
font-weight: bold;
}
h4, h5, h6 {
font-family: 'PT Sans', Arial, sans-serif;
}
/*a[href="#"]{
cursor: default !important;
&:hover{
color: #0064C5 !important;
}
}*/
a, #sidebar .eventful a, .footer-widget .panel a, .footer-widget .panel #sidebar .eventful a, #sidebar .eventful .footer-widget .panel a {
color: #c1d72e;
color: #0064c5;
/*text-shadow: 1px 1px 0 #ccc;*/
}
a:hover, #sidebar .eventful a:hover, .footer-widget .panel a:hover, .footer-widget .panel #sidebar .eventful a:hover, #sidebar .eventful .footer-widget .panel a:hover {
color: #0095da;
}
h1 a, h1 #sidebar .eventful a, #sidebar .eventful h1 a {
text-shadow: 3px 3px 0px #39a751;
font-weight: bold;
color: #ECF0F1;
/*padding-left: rem-calc(15);*/
}
h1 a:hover, h1 #sidebar .eventful a:hover, #sidebar .eventful h1 a:hover {
color: #ECF0F1;
text-shadow: 3px 3px 0 #555;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 30%;
padding: 1rem;
transition: all 300ms ease;
}
h1 a img:hover, h1 #sidebar .eventful a img:hover, #sidebar .eventful h1 a img:hover {
opacity: .75;
transition: all 300ms ease;
}
@media screen and (max-width: 975px) {
#main-header h1 small {
display: block;
margin-bottom: 2rem;
line-height: normal;
padding: 0 1rem;
}
}
#megaMenu {
background-color: #333;
border-top: 3px solid #c1d72e inset;
border-left: 3px solid #c1d72e inset;
border-right: 3px solid #c1d72e inset;
position: relative;
z-index: 3;
}
#megaMenu:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
box-shadow: 0px 5px 15px 0px #333;
clip: rect(-20px, 3000px, 74px, -3000px);
}
#megaMenu * {
position: inherit;
z-index: 1;
}
#megaMenu #menu-item-189 {
/*margin-top: 30px;*/
}
@media screen and (max-width: 768px) {
#megaMenu:before {
box-shadow: none;
}
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item {
margin-top: 10px;
}
header#main-header {
padding-bottom: 0;
}
#searchform {
padding: 1rem;
}
#searchform input[type="text"], #searchform input[type="submit"] {
margin-bottom: 0;
}
.quicklinks {
float: none;
display: block;
text-align: center;
margin-top: 1em;
padding: 1rem 0;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
color: #39a751;
color: #0064c5 !important;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a:hover, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator:hover {
color: #0095da !important;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator:hover {
color: #0064C5;
cursor: default;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a {
background: #C1D72E;
padding: 12px 12px;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a:hover {
background: #0064c5;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a:hover span {
color: white;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a span {
color: #333;
text-transform: initial;
}
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
font-size: 13px;
color: #FFF;
}
@media only screen and (max-width: 826px) {
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
font-size: 12px;
}
}
@media only screen and (max-width: 799px) {
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
font-size: 11px;
}
/*#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a {
display: none;
}*/
}
/*@media only screen and (max-width: 767px){
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a {
display: block;
}
}*/
#megaMenu.megaMenuHorizontal ul.megaMenu {
padding: 1rem 1rem 1rem 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
border-left: none;
}
/* SHIFT NAV STYLES */
div.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
color: #eee;
}
div.shiftnav-inner {
background-color: #1D1D20;
color: #eee;
}
div.shiftnav li.menu-item .shiftnav-submenu-activation, .shiftnav ul.shiftnav-menu li.shiftnav-sub-shift > .sub-menu > li.shiftnav-retract {
background-color: #0064C5;
}
div.shiftnav ul.shiftnav-menu li.menu-item {
margin-bottom: 5px;
}
div.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active > ul.sub-menu {
background-color: #0064C5;
max-height: none;
}
body.admin-bar #shiftnav-toggle-main, body.admin-bar .shiftnav {
top: 0 !important;
}
div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child, div.shiftnav ul.shiftnav-menu #sidebar .eventful li.menu-item.shiftnav-highlight > a:first-child, #sidebar .eventful div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child {
background: #c1d72e;
color: #444;
transition: all .2s ease;
}
div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child:hover, div.shiftnav ul.shiftnav-menu #sidebar .eventful li.menu-item.shiftnav-highlight > a:first-child:hover, #sidebar .eventful div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child:hover {
background: #9eb022;
}
/* END SHIFT NAV STYLES */
.notification {
font-size: 2.3125rem;
color: #ECF0F1;
padding: 1rem !important;
}
.flex-direction-nav a.flex-next, .flex-direction-nav #sidebar .eventful a.flex-next, #sidebar .eventful .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev, .flex-direction-nav #sidebar .eventful a.flex-prev, #sidebar .eventful .flex-direction-nav a.flex-prev {
background-size: 200% 100%;
width: 60px;
height: 60px;
}
.button, .button.success {
color: #FFF;
font-weight: bold !important;
background: #0064c5;
}
.button:hover, .button:focus, .button.success:hover, .button.success:focus {
background: #39A652;
background: #0095da;
background: #c1d72e;
color: #333;
}
body.home .button.success {
background: #c1d72e;
color: #333;
}
body.home .button.success:hover {
background: #0064c5;
color: #fff;
}
body.home #content.row {
padding-top: 1rem;
margin-top: -10px;
}
body.home #content.row h2, body.home #content.row h3, body.home #content.row h4, body.home #content.row h5, body.home #content.row h6 {
color: #0064C5;
}
footer.full-width {
background: #293a4c;
background: #1c3f95;
background: #0064c5;
color: #eee;
}
footer.full-width a, footer.full-width #sidebar .eventful a, #sidebar .eventful footer.full-width a {
color: inherit;
}
footer.full-width a:hover, footer.full-width #sidebar .eventful a:hover, #sidebar .eventful footer.full-width a:hover {
color: #fff;
}
.footer-widget {
background: #344860;
background: #0095da;
background: #0064c5;
background: url(../img/grid-bg-test.png), #0064c5;
position: relative;
}
.footer-widget .panel {
background: #fff;
}
.footer-widget .row {
padding-top: 2rem;
z-index: 0;
position: relative;
}
.footer-widget .row:before {
content: "";
display: block;
overflow: hidden;
position: absolute;
height: 200px;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
box-shadow: 0px -30px 40px 0px #333;
}
.footer-widget .row.shadow {
padding: 0;
position: absolute;
background: #0064c5;
background: linear-gradient(#ffffff 10px, #0064c5 10px);
height: 200px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
.footer-widget .row.shadow:before {
content: "";
display: block;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 5px;
left: 0;
z-index: -1;
box-shadow: 0px 0px 40px 0px #333;
}
#text-6 {
display: none;
}
#text-6 .textwidget {
text-align: center;
}
#text-6 .textwidget img {
width: 48%;
}
#text-6 .textwidget img:first-child {
margin-bottom: 0.9375rem;
}
.metaslider {
margin-bottom: 2rem;
box-shadow: 10px 0px 40px -12px #333, -10px 0px 40px -12px #333;
}
.flex-video {
box-shadow: 0 13px 25px -6px #333;
padding-bottom: 52%;
}
.flex-video .no-video {
background: #0064C5;
}
.halfbar {
height: 20px;
background: #fff;
border-radius: 100% 100% 0 0;
width: 100%;
position: relative;
z-index: 2;
top: -10px;
/*box-shadow: 0px 0px 15px 0px #333; */
margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
.halfbar {
display: none;
}
}
.center {
text-align: center;
}
.page-id-57 > header {
padding-bottom: 0;
margin-bottom: 0;
}
#content {
border: none;
padding-top: 0.9375rem;
background: #FFF;
position: relative;
z-index: 1;
}
#content:before {
content: "";
display: block;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0px;
left: 0;
z-index: -1;
box-shadow: 0 0 50px #333;
}
@media screen and (max-width: 640px) {
#content:before {
box-shadow: none;
}
}
.home-page-content {
margin-top: 2rem;
}
time.icon {
font-size: .5em;
/* change icon size */
float: left;
margin-right: 10px;
display: block;
position: relative;
width: 7em;
height: 7em;
background-color: #fff;
border-radius: 0.6em;
box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
overflow: hidden;
border: .09rem solid #bdbdbd;
}
time.icon * {
display: block;
width: 100%;
font-size: 1em;
font-weight: bold;
font-style: normal;
text-align: center;
}
time.icon strong {
position: absolute;
top: 0;
color: #fff;
background-color: #0064c5;
}
time.icon em {
position: absolute;
bottom: 0;
color: #0064c5;
}
time.icon span {
font-size: 2.8em;
letter-spacing: -0.05em;
padding-top: 1em;
color: #2f2f2f;
}
.faculty-single-image {
max-height: 500px;
}
.wrapper1 {
background: #333;
background: url(../img/grid-bg-test.png), radial-gradient(circle, #ffffff 30%, #333333);
}
.wrapper2 {
background: #c1d72e;
background: url(../img/grid-bg-test.png), linear-gradient(#c1d72e, #a3b627);
}
body.home .wrapper2 {
background: #c1d72e;
background: url(../img/grid-bg-test.png), linear-gradient(#c1d72e, #a3b627);
}
.post-title {
background: #0064C5;
margin: 2rem 0;
}
.post-title h1, .post-title h2 {
color: #fff;
margin: .5rem 0;
}
.page header {
margin-bottom: 0;
}
.career-post {
margin-bottom: 1rem;
}
.gform_wrapper select {
padding: 5px 14px 5px 5px !important;
min-height: 2.3125rem;
height: auto;
}
.gallery {
text-align: center;
}
.widget_recent_entries li {
margin-bottom: 1rem;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="date"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="month"], .gform_wrapper input[type="week"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="time"], .gform_wrapper input[type="url"], .gform_wrapper textarea {
margin-bottom: 0;
}
.request-info-msg {
display: none;
}
/************************
* *
SINGLE PROGRAM STLYES *
* *
*************************/
.single-programs .program-title {
background: #0064c5;
background: -webkit-linear-gradient(-45deg, #0064c5 0%, #0064c5 10%, white 10%, white 11%, #0064c5 11%, #0064c5 13%, white 13%, white 15%, #0064c5 15%, #0064c5 17%, white 17%, white 20%, #0064c5 20%, #0064c5 22%, white 22%, white 26%, #0064c5 23%, #0064c5 30%);
background: -o-linear-gradient(-45deg, #0064c5 0%, #0064c5 10%, white 10%, white 11%, #0064c5 11%, #0064c5 13%, white 13%, white 15%, #0064c5 15%, #0064c5 17%, white 17%, white 20%, #0064c5 20%, #0064c5 22%, white 22%, white 26%, #0064c5 23%, #0064c5 30%);
background: linear-gradient(-45deg, #0064c5 0%, #0064c5 10%, #ffffff 10%, #ffffff 11%, #0064c5 11%, #0064c5 13%, #ffffff 13%, #ffffff 15%, #0064c5 15%, #0064c5 17%, #ffffff 17%, #ffffff 20%, #0064c5 20%, #0064c5 22%, #ffffff 22%, #ffffff 26%, #0064c5 23%, #0064c5 30%);
background: #0064C5;
}
.single-programs h2 {
color: #fff;
margin: .5rem 0;
}
.single-programs #content.row {
padding-top: 2rem;
}
.single-programs #content.row > .row:first-child {
background: #0064C5;
margin-bottom: 2rem;
}
#content.row .row {
margin: 0;
}
.single-programs .postlinks {
padding: 2rem;
}
#counselor {
text-align: center;
box-shadow: 0px 0px 10px 0 #333;
}
.single-programs table {
width: 100%;
}
.single-programs .courses table {
position: relative;
left: -3px;
}
.single-programs .program-description {
top: -6px;
position: relative;
}
.single-programs .first-semester, .single-programs .first-semester-total,
.single-programs .second-semester, .single-programs .second-semester-total,
.single-programs .summer-semester, .single-programs .summer-semester-total,
.single-programs .third-semester, .single-programs .third-semester-total,
.single-programs .fourth-semester, .single-programs .fourth-semester-total,
.single-programs .general-semester, .single-programs .general-semester-total,
.single-programs .course-total, .single-programs .pre-req-semester, .single-programs .pre-req-semester-total {
float: right;
}
.single-programs td.green {
float: right;
}
.green {
color: green;
font-weight: bold;
}
.single-programs #apply-button {
margin: 1rem .5rem;
}
.postid-993 .large-6.medium-6.columns:first-child div:nth-child(3) .small-12.medium-6.columns:first-child h3:first-child {
display: none;
}
.postid-993 .large-6.medium-6.columns:first-child div:nth-child(3) .small-12.medium-6.columns:first-child p:nth-child(2), .postid-993 .large-6.medium-6.columns:first-child div:nth-child(3) .small-12.medium-6.columns:first-child p:nth-child(3) {
display: none;
}
/************************
* *
CAMPUS STLYES *
* *
*************************/
.page-template-template-campus-page-php .em-location-map-container {
width: 100% !important;
}
.page-template-template-campus-page-php .row.blocks .small-6 {
height: 10rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
color: #fff;
line-height: 10rem;
text-align: center;
font-size: 2rem;
transition: all 200ms ease;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
transition: all 200ms ease;
}
.page-template-template-campus-page-php .row.blocks .small-6 .map {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks .small-6 .housing {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks .small-6 .visit {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks .small-6 .cafeteria {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks {
padding-bottom: 1rem;
}
.page-template-template-campus-page-php .contact, .page-template-template-campus-page-php .events {
margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
font-size: 1.5rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 {
height: 10rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
line-height: 10rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 .gateway {
padding: 48px 0 !important;
}
}
@media screen and (max-width: 640px) {
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
font-size: 2rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 {
margin-bottom: 1rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 .gateway {
padding: 38px 0 !important;
}
}
@media screen and (max-width: 414px) {
.page-template-template-campus-page-php .row.blocks .small-6 {
width: 100% !important;
height: auto !important;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
line-height: normal;
font-size: 2rem;
margin: 0;
padding: .25rem 0;
}
.page-template-template-campus-page-php .row.blocks .small-6 .gateway {
padding: 0 !important;
}
}
/****************************
* *
New, Current, Alumni STLYES *
* *
*****************************/
header.title-header {
box-shadow: 1px -15px 0 15px #0064C5;
background: #0064C5;
padding-bottom: 0;
margin-bottom: 1rem;
}
.title-header h1 {
color: #fff;
}
#left-sidebar-menu {
margin-bottom: 0;
}
#left-sidebar-menu ul {
margin: 0;
padding: 0;
}
#left-sidebar-menu li {
list-style-type: none;
text-align: center;
margin-bottom: 1rem;
}
#left-sidebar-menu a, #left-sidebar-menu #sidebar .eventful a, #sidebar .eventful #left-sidebar-menu a {
color: white;
display: block;
font-weight: bold;
background: linear-gradient(to right, #bbbbbb 50%, #0064c5 50%);
font-size: 1.2rem;
background-size: 200% 100%;
box-shadow: 0 0 7px -2px #444 inset;
transition: all .2s ease;
padding: .25rem;
}
#left-sidebar-menu a:hover, #left-sidebar-menu a:active, #left-sidebar-menu li.active a {
background-position: 100% 100%;
}
/************************
* *
EVENTS STLYES *
* *
*************************/
#event-categories-button {
width: 100% !important;
}
.page-id-158 a.fc-event, .page-id-158 #sidebar .eventful a.fc-event, #sidebar .eventful .page-id-158 a.fc-event {
text-decoration: none;
padding: 2px;
}
/************************
* *
ACCORDION STLYES *
* *
*************************/
.accordion {
border-bottom: 1px solid #dbdbdb;
margin-bottom: 20px;
border-radius: 5px;
border: 1px solid #bbb;
box-shadow: 0 3px 10px 0px #444;
}
.accordion-title {
border-top: 1px solid #dbdbdb;
margin: 0;
padding: .5rem 1rem;
cursor: pointer;
background: linear-gradient(#007ef8 10%, #0064c5);
color: white;
}
.accordion-title:first-child {
border: none;
}
.accordion-title.open {
cursor: default;
}
.accordion-content {
padding: 1rem;
}
/************************
* *
LANDING PAGE STLYES *
* *
*************************/
body.page-template-page-landing{
background: #FFF;
}
.page-template-page-landing .ssba{
display: none;
}
#top-header{
background-size: cover !important;
}
#top-header img{
display: block;
margin: 40px auto 50px;
}
.head-caption{
margin: auto;
max-width: 330px;
color: #FFF;
font-weight: 800;
line-height: 1.6;
font-size: 18px;
text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.64);
padding-bottom: 160px;
}
.head-caption a{
background: #a8c545;
color: #fff;
padding: 5px 15px;
text-transform: uppercase;
float: left;
margin: 40px 126px 70px 0;
font-size: 17px;
font-weight: lighter;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.head-caption a:hover{
background: #9DB841;
}
.head-caption a:active{
background: #97af3f !important;
-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
}
.gf-container{
position: absolute;
bottom: 0;
right: 0;
background: #fff;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
width: 350px;
padding: 28px 35px 30px;
}
.gf-container .gform_wrapper{
margin: 10px 0 0;
max-width: 100%;
}
.gf-container h4{
color: #687c8c;
font-size: 16.75px;
font-weight: 600;
font-family: "Open Sans";
text-transform: uppercase;
}
.gf-container label{
display: none !important;
}
.gf-container li{
clear: none !important;
display: inline-block !important;
}
.gf-container .gform_body input{
margin: 0 !important;
width: 100% !important;
display: inline-block;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 2px solid #e2e2e2;
background: #fff;
box-shadow: none !important;
text-align: center;
height: 45px !important;
}
.gf-container select{
width: 100% !important;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 2px solid #e2e2e2;
color: #a2a2a2;
-moz-appearance:none;
padding: 10px 20px !important;
background: #fff url('../img/drop.jpg') no-repeat right center;
}
#field_50_1{
bottom: -4px;
position: relative;
}
#field_50_2{
width: 48.5%;
}
#field_50_3{
width: 48.5%;
margin-left: 3% !important;
}
#field_50_4{
width: 100%;
margin-top: 2px;
}
#field_50_5 {
width: 100%;
}
#field_50_5 .gfield_label {
display: block !important;
font-weight: 400;
}
#field_50_5 .gfield_label .gfield_required {
display: none;
}
#field_50_5 .gfield_radio li {
width: 50% !important;
}
#field_50_5 .gfield_radio li input {
width: 18px !important;
height: 30px !important;
}
#field_50_5 .gfield_radio li label {
line-height: 30px;
display: block !important;
}
.gf-container .gform_wrapper .gform_footer{
margin-top: 0;
padding: 0;
}
.gf-container .button{
background: #a8c545 !important;
color: #fff;
font-weight: normal !important;
text-transform: uppercase;
font-size: 17px !important;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding-bottom: 15px !important;
padding-top: 15px !important;
width: 100% !important;
margin-bottom: 0 !important;
}
.gf-container .button:hover{
background: #9DB841 !important;
}
.gf-container .button:active{
background: #97af3f !important;
-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
}
.blue-bar{
background: #448ccb;
color: #fff;
padding: 60px 0;
text-align: center;
}
.blue-bar h2{
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-family: "Open Sans";
text-align: center;
padding: 12px 0;
margin: 0;
}
#blue-bar .large-3{
padding: 0 20px;
}
#blue-bar h2{
font-size: 25.5px;
padding-top: 20px;
}
#blue-bar p{
line-height: 1.5;
font-size: 14.5px;
}
#landing-content{
background: #ebebeb;
color: #363636;
}
#landing-content .large-5{
background: #fff;
padding: 60px;
}
#landing-content .large-7{
padding: 50px 55px 0;
}
#landing-content .large-7 p{
font-size: 15px;
line-height: 1.5;
}
#landing-content h1{
font-family: "Open Sans";
font-weight: 600;
font-size: 44px;
color: #363636;
margin-top: 50px;
margin-bottom: 30px;
}
#landing-content .large-5 h1{
font-weight: bold;
font-size: 37.5px;
text-align: center;
margin-top: 0;
margin-bottom: 45px;
text-transform: uppercase;
padding-bottom: 2px;
}
#landing-content h2{
font-family: "Open Sans";
font-weight: 700;
font-size: 18.75px;
color: #363636;
border-bottom: 1px dashed #707070;
margin-bottom: 12px;
padding-bottom: 3px;
}
#landing-content .top-program{
margin-bottom: 35px;
}
#landing-content .large-5 p{
margin-bottom: 12px;
font-size: 14px;
line-height: 1.2;
}
#landing-content .large-5 .salary{
color: #448ccb;
font-size: 14.5px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 28px;
}
#white-action{
padding: 60px 0;
text-align: center;
}
#white-action h1{
font-family: "Open Sans";
color: #282828;
font-size: 46px;
font-weight: 600;
text-align: center;
}
#white-action h2{
font-family: "Open Sans";
font-weight: normal;
color: #282828;
font-size: 27.75px;
margin: 10px 0 35px;
}
#white-action a{
font-size: 33px;
color: #fff;
background: #a8c545;
display: inline-block;
padding: 24px 40px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-transform: uppercase;
}
#white-action a:hover{
background: #9DB841;
}
#white-action a:active{
background: #97af3f !important;
-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
}
#blue-bottom h2{
margin-bottom: 0;
}
#blue-bottom a:hover h2, #blue-bottom a:active h2{
color: #B2E5FF;
}
#blue-bottom p{
color: #fff;
font-size: 21px;
margin-top: 0;
}
#blue-bottom a:hover p, #blue-bottom a:active p{
color: #B2E5FF;
}
#green-footer{
background: #a8c545;
color: #fff;
padding: 30px 0 10px;
}
.footer-links{
float: right;
}
#green-footer p{
font-size: 14px;
}
#green-footer a{
color: #448ccb;
}
.gf-container .validation_message{
display: none !important;
}
.gf-container .gform_wrapper li.gfield.gfield_error, .gf-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
background: none;
border: none;
}
.gf-container .validation_error{
border: none !important;
padding: 0 !important;
width: 100% !important;
font-size: 12px !important;
line-height: 1.4 !important;
margin: 0 !important;
}
.gf-container .gfield_error input, .gf-container .gfield_error select{
border: 1px solid #790000 !important;
}
.gf-container .gform_wrapper .top_label .gfield_error{
width: 100%;
}
.gf-container .gform_wrapper .top_label .gfield_error .ginput_container{
max-width: 100%;
}
@media only screen and (max-width: 1045px) {
#top-header{
margin-bottom: 300px;
}
.gf-container{
width: 100%;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
left: 0;
bottom: -300px;
}
#field_50_1{
width: 100%;
}
#field_50_1 span{
width: 48.5% !important;
margin-right: 0 !important;
float: left;
}
#field_50_1 span.name_last{
margin-left: 3% !important;
}
.head-caption{
font-size: 16px;
line-height: 1.4;
}
.head-caption a{
margin: 15px 126px 65px 0;
font-size: 16px;
}
#top-header img{
margin-bottom: 10px;
width: 150px;
margin-top: 15px;
}
#blue-bar .large-3{
padding: 20px;
}
}
/************************
* *
Media Querie STLYES *
* *
*************************/
@media only screen {
.entry-author .avatar {
margin-bottom: 1.25rem;
}
#content {
padding: 1rem;
padding: 0;
}
h1 {
text-align: center;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 75%;
}
.metaslider {
display: none;
}
#counselor {
display: none;
}
}
@media only screen and (min-width: 40.063em) {
.entry-author {
margin: 3.125rem -3.125rem;
}
h1 {
text-align: left;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 30%;
}
.quicklinks {
float: right;
}
.metaslider {
display: block;
}
#searchform {
padding: 1rem 0;
}
.single-programs .courses table {
position: initial;
}
.footer-widget .panel {
min-height: 225px;
}
}
@media only screen and (min-width: 64.063em) {
#sidebar {
padding-left: 1.875rem;
padding-right: 0;
margin-top: 0;
}
.footer-widget {
/* styles here */
}
#content {
/* or $content-padding */
padding: 0;
}
h1 {
text-align: left;
}
h1 a, h1 #sidebar .eventful a, #sidebar .eventful h1 a {
text-shadow: 3px 3px 0px #39a751;
font-weight: bold;
color: #ECF0F1;
/*padding-left: rem-calc(15);*/
}
h1 a:hover, h1 #sidebar .eventful a:hover, #sidebar .eventful h1 a:hover {
color: #ECF0F1;
text-shadow: 3px 3px 0 #555;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 30%;
}
h1 a img:hover, h1 #sidebar .eventful a img:hover, #sidebar .eventful h1 a img:hover {
opacity: .75;
}
#text-6 {
display: block;
}
#counselor {
display: block;
position: relative;
}
#sidebar {
margin-top: 1rem;
}
#sidebar .panel {
margin-right: 0.9375rem;
}
} | css/oldcss.css | @import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
meta.foundation-mq-small {
font-family: "/only screen and (max-width: 40em)/";
width: 0em;
}
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em;
}
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em;
}
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em;
}
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em;
}
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
font-size: 100%;
}
body {
background: #f7f7f7;
color: #444444;
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1;
position: relative;
cursor: default;
}
a:hover, #sidebar .eventful a:hover {
cursor: pointer;
}
img,
object,
embed {
max-width: 100%;
height: auto;
}
object,
embed {
height: 100%;
}
img {
-ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
}
.hide {
display: none;
}
.start {
float: left !important;
}
.end {
float: right !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
display: inline-block;
vertical-align: middle;
}
textarea {
height: auto;
min-height: 50px;
}
select {
width: 100%;
}
ul.pagination {
display: block;
height: 1.5rem;
margin-left: -0.3125rem;
}
ul.pagination li {
height: 1.5rem;
color: #222222;
font-size: 0.875rem;
margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li #sidebar .eventful a, #sidebar .eventful ul.pagination li a {
display: block;
padding: 0.0625rem 0.625rem 0.0625rem;
color: #999999;
-webkit-border-radius: 3px;
border-radius: 3px;
}
ul.pagination li:hover a, ul.pagination li:hover #sidebar .eventful a, #sidebar .eventful ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li #sidebar .eventful a:focus,
#sidebar .eventful ul.pagination li a:focus {
background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable #sidebar .eventful a, #sidebar .eventful ul.pagination li.unavailable a {
cursor: default;
color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable:hover #sidebar .eventful a, #sidebar .eventful ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable #sidebar .eventful a:focus, #sidebar .eventful ul.pagination li.unavailable a:focus {
background: transparent;
}
ul.pagination li.current a, ul.pagination li.current #sidebar .eventful a, #sidebar .eventful ul.pagination li.current a {
background: #008cba;
color: white;
font-weight: bold;
cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current #sidebar .eventful a:hover, #sidebar .eventful ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current #sidebar .eventful a:focus, #sidebar .eventful ul.pagination li.current a:focus {
background: #008cba;
}
ul.pagination li {
float: left;
display: block;
}
/* Pagination centred wrapper */
.pagination-centered {
text-align: center;
}
.pagination-centered ul.pagination li {
float: none;
display: inline-block;
}
/* Start to customize Reverie */
a, #sidebar .eventful a, a:visited, #sidebar .eventful a:visited, a:hover, #sidebar .eventful a:hover, a:visited:hover, #sidebar .eventful a:visited:hover {
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
figure {
margin: 0 auto 1.25rem;
}
figure img {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
img.alignright {
float: right;
margin: 0 0 18px 18px;
}
img.alignleft {
float: left;
margin: 0 18px 18px 0;
}
img.aligncenter {
display: block;
margin: 18px auto;
}
.gallery dt, .gallery dl {
display: inline-block;
}
.gallery dl {
margin-left: 0.5625rem;
margin-right: 0.5625rem;
}
figure.figure {
margin: 0 auto;
display: table;
}
figure.figure figcaption {
font-size: 0.875rem;
line-height: 1.4;
font-style: italic;
padding: 8px 10px;
color: #999;
margin-bottom: 1.25rem;
display: table-caption;
caption-side: bottom;
}
figure.alignright.figure {
float: right;
margin: 0 0 18px 18px;
}
figure.alignleft.figure {
float: left;
margin: 0 18px 18px 0;
}
.footer-widget {
background-color: #eee;
}
#menu-footer-menu li:last-child {
float: none;
clear: left;
text-align: center;
}
body > header.contain-to-grid {
margin-bottom: 0;
max-width: 100%;
padding-bottom: 0;
}
body > header.contain-to-grid h1 {
padding-left: 3.125rem;
font-weight: bold;
}
#content {
background-color: #fff;
border: 1px solid #ddd;
}
.index-card {
border-bottom: 1px solid #ddd;
padding-bottom: 2rem;
margin-bottom: 2rem;
}
span.author,
time {
font-size: 0.9375rem;
color: #999;
}
span.author a, span.author #sidebar .eventful a, #sidebar .eventful span.author a,
time a,
time #sidebar .eventful a,
#sidebar .eventful time a {
color: #999;
font-weight: bold;
}
span.author a:hover, span.author #sidebar .eventful a:hover, #sidebar .eventful span.author a:hover, span.author a:focus, span.author #sidebar .eventful a:focus, #sidebar .eventful span.author a:focus,
time a:hover,
time #sidebar .eventful a:hover,
#sidebar .eventful time a:hover,
time a:focus,
time #sidebar .eventful a:focus,
#sidebar .eventful time a:focus {
color: #444444;
}
.entry-author {
background-color: #fbfbfb;
border: none;
padding: 3.125rem 5rem;
margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
margin-right: 2.5rem;
margin-bottom: 1.5rem;
}
.entry-author h4 a, .entry-author h4 #sidebar .eventful a, #sidebar .eventful .entry-author h4 a {
color: #999;
}
.entry-author h4 a:hover, .entry-author h4 #sidebar .eventful a:hover, #sidebar .eventful .entry-author h4 a:hover, .entry-author h4 a:focus, .entry-author h4 #sidebar .eventful a:focus, #sidebar .eventful .entry-author h4 a:focus {
color: #444444;
}
.entry-author p {
color: #bbb;
}
.post header,
.page header {
margin-bottom: 1.25rem;
}
.entry-tags {
color: #999;
font-size: 0.9375rem;
}
.entry-tags a, .entry-tags #sidebar .eventful a, #sidebar .eventful .entry-tags a {
color: #999;
}
.entry-tags a:hover, .entry-tags #sidebar .eventful a:hover, #sidebar .eventful .entry-tags a:hover, .entry-tags a:focus, .entry-tags #sidebar .eventful a:focus, #sidebar .eventful .entry-tags a:focus {
color: #444444;
}
.page-numbers {
color: #999;
display: block;
height: 1.5rem;
margin-left: -0.3125rem;
}
.page-numbers li {
height: 1.5rem;
color: #222222;
font-size: 0.875rem;
margin-left: 0.3125rem;
}
.page-numbers li a, .page-numbers li #sidebar .eventful a, #sidebar .eventful .page-numbers li a {
display: block;
padding: 0.0625rem 0.625rem 0.0625rem;
color: #999999;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.page-numbers li:hover a, .page-numbers li:hover #sidebar .eventful a, #sidebar .eventful .page-numbers li:hover a,
.page-numbers li a:focus,
.page-numbers li #sidebar .eventful a:focus,
#sidebar .eventful .page-numbers li a:focus {
background: #e6e6e6;
}
.page-numbers li.unavailable a, .page-numbers li.unavailable #sidebar .eventful a, #sidebar .eventful .page-numbers li.unavailable a {
cursor: default;
color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable:hover #sidebar .eventful a, #sidebar .eventful .page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus, .page-numbers li.unavailable #sidebar .eventful a:focus, #sidebar .eventful .page-numbers li.unavailable a:focus {
background: transparent;
}
.page-numbers li.current a, .page-numbers li.current #sidebar .eventful a, #sidebar .eventful .page-numbers li.current a {
background: #008cba;
color: white;
font-weight: bold;
cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current #sidebar .eventful a:hover, #sidebar .eventful .page-numbers li.current a:hover, .page-numbers li.current a:focus, .page-numbers li.current #sidebar .eventful a:focus, #sidebar .eventful .page-numbers li.current a:focus {
background: #008cba;
}
.page-numbers li {
float: left;
display: block;
}
.pagination-centered ul.page-numbers li {
float: none;
display: inline-block;
}
.page-numbers li span.current {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.page-numbers li {
margin-left: 0.5rem;
}
.page-numbers li span:hover a, .page-numbers li span:hover #sidebar .eventful a, #sidebar .eventful .page-numbers li span:hover a,
.page-numbers li span a:focus,
.page-numbers li span #sidebar .eventful a:focus,
#sidebar .eventful .page-numbers li span a:focus {
background: #e6e6e6;
}
.page-numbers li span.current {
background: #008cba;
padding: 0.0625rem 0.625rem 0.0625rem;
color: white;
font-weight: bold;
cursor: default;
}
.avatar {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
}
ol.commentlist {
margin-left: 0;
margin-top: 2em;
}
ol.commentlist p {
font-size: 0.9375rem;
line-height: 1.5;
}
ol.commentlist ul.children {
margin-left: 4rem;
}
ol.commentlist li {
list-style: none;
margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
float: left;
margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
font-style: normal;
font-weight: 600;
margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a, ol.commentlist li .author-meta time #sidebar .eventful a, #sidebar .eventful ol.commentlist li .author-meta time a {
color: #ccc;
font-size: 0.875rem;
margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
color: #bbb;
font-size: 0.875rem;
}
ol.commentlist li section.comment {
margin-left: 4rem;
margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link, ol.commentlist li section.comment #sidebar .eventful a.comment-reply-link, #sidebar .eventful ol.commentlist li section.comment a.comment-reply-link {
font-size: 0.875rem;
font-weight: 600;
color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment #sidebar .eventful a.comment-reply-link:hover, #sidebar .eventful ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus, ol.commentlist li section.comment #sidebar .eventful a.comment-reply-link:focus, #sidebar .eventful ol.commentlist li section.comment a.comment-reply-link:focus {
color: #444444;
}
#sidebar {
margin-top: 1.25rem;
}
#sidebar .panel, .footer-widget .panel {
border: none;
background-color: #eee;
padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a, .footer-widget .panel #sidebar .eventful a, #sidebar .eventful .footer-widget .panel a {
color: #999;
font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel #sidebar .eventful a:hover, #sidebar .eventful .footer-widget .panel a:hover, .footer-widget .panel a:focus, .footer-widget .panel #sidebar .eventful a:focus, #sidebar .eventful .footer-widget .panel a:focus {
color: #444444;
}
#sidebar ul, .footer-widget ul {
list-style-type: none;
margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
text-transform: uppercase;
font-size: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #ddd;
color: #888;
font-weight: 600;
}
footer.full-width {
background-color: #fff;
border-top: 1px solid #ccc;
padding-top: 3rem;
}
footer.full-width p {
font-size: 0.875rem;
}
footer.full-width a, footer.full-width #sidebar .eventful a, #sidebar .eventful footer.full-width a {
color: #666;
font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width #sidebar .eventful a:hover, #sidebar .eventful footer.full-width a:hover, footer.full-width a:focus, footer.full-width #sidebar .eventful a:focus, #sidebar .eventful footer.full-width a:focus {
color: #444444;
}
footer.full-width .love-reverie {
border-top: 1px solid #ccc;
padding-top: 1.5rem;
}
.admin-bar > .fixed {
margin-top: 2rem;
}
.f-topbar-fixed > .container {
margin-top: 2rem;
}
/* CUSTOM STYLES */
body {
background: #fff;
background: linear-gradient(#ffffff, transparent), url(../img/grid-bg-test.png);
}
h1, h2, h3 {
font-family: 'PT Sans', Arial, sans-serif;
font-weight: bold;
}
h4, h5, h6 {
font-family: 'PT Sans', Arial, sans-serif;
}
/*a[href="#"]{
cursor: default !important;
&:hover{
color: #0064C5 !important;
}
}*/
a, #sidebar .eventful a, .footer-widget .panel a, .footer-widget .panel #sidebar .eventful a, #sidebar .eventful .footer-widget .panel a {
color: #c1d72e;
color: #0064c5;
/*text-shadow: 1px 1px 0 #ccc;*/
}
a:hover, #sidebar .eventful a:hover, .footer-widget .panel a:hover, .footer-widget .panel #sidebar .eventful a:hover, #sidebar .eventful .footer-widget .panel a:hover {
color: #0095da;
}
h1 a, h1 #sidebar .eventful a, #sidebar .eventful h1 a {
text-shadow: 3px 3px 0px #39a751;
font-weight: bold;
color: #ECF0F1;
/*padding-left: rem-calc(15);*/
}
h1 a:hover, h1 #sidebar .eventful a:hover, #sidebar .eventful h1 a:hover {
color: #ECF0F1;
text-shadow: 3px 3px 0 #555;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 30%;
padding: 1rem;
transition: all 300ms ease;
}
h1 a img:hover, h1 #sidebar .eventful a img:hover, #sidebar .eventful h1 a img:hover {
opacity: .75;
transition: all 300ms ease;
}
@media screen and (max-width: 975px) {
#main-header h1 small {
display: block;
margin-bottom: 2rem;
line-height: normal;
padding: 0 1rem;
}
}
#megaMenu {
background-color: #333;
border-top: 3px solid #c1d72e inset;
border-left: 3px solid #c1d72e inset;
border-right: 3px solid #c1d72e inset;
position: relative;
z-index: 3;
}
#megaMenu:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
box-shadow: 0px 5px 15px 0px #333;
clip: rect(-20px, 3000px, 74px, -3000px);
}
#megaMenu * {
position: inherit;
z-index: 1;
}
#megaMenu #menu-item-189 {
/*margin-top: 30px;*/
}
@media screen and (max-width: 768px) {
#megaMenu:before {
box-shadow: none;
}
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item {
margin-top: 10px;
}
header#main-header {
padding-bottom: 0;
}
#searchform {
padding: 1rem;
}
#searchform input[type="text"], #searchform input[type="submit"] {
margin-bottom: 0;
}
.quicklinks {
float: none;
display: block;
text-align: center;
margin-top: 1em;
padding: 1rem 0;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
color: #39a751;
color: #0064c5 !important;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a:hover, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator:hover {
color: #0095da !important;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator:hover {
color: #0064C5;
cursor: default;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a {
background: #C1D72E;
padding: 12px 12px;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a:hover {
background: #0064c5;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a:hover span {
color: white;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a span {
color: #333;
text-transform: initial;
}
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
font-size: 13px;
color: #FFF;
}
@media only screen and (max-width: 826px) {
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
font-size: 12px;
}
}
@media only screen and (max-width: 799px) {
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
font-size: 11px;
}
/*#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a {
display: none;
}*/
}
/*@media only screen and (max-width: 767px){
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight a {
display: block;
}
}*/
#megaMenu.megaMenuHorizontal ul.megaMenu {
padding: 1rem 1rem 1rem 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
border-left: none;
}
/* SHIFT NAV STYLES */
div.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
color: #eee;
}
div.shiftnav-inner {
background-color: #1D1D20;
color: #eee;
}
div.shiftnav li.menu-item .shiftnav-submenu-activation, .shiftnav ul.shiftnav-menu li.shiftnav-sub-shift > .sub-menu > li.shiftnav-retract {
background-color: #0064C5;
}
div.shiftnav ul.shiftnav-menu li.menu-item {
margin-bottom: 5px;
}
div.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active > ul.sub-menu {
background-color: #0064C5;
max-height: none;
}
body.admin-bar #shiftnav-toggle-main, body.admin-bar .shiftnav {
top: 0 !important;
}
div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child, div.shiftnav ul.shiftnav-menu #sidebar .eventful li.menu-item.shiftnav-highlight > a:first-child, #sidebar .eventful div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child {
background: #c1d72e;
color: #444;
transition: all .2s ease;
}
div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child:hover, div.shiftnav ul.shiftnav-menu #sidebar .eventful li.menu-item.shiftnav-highlight > a:first-child:hover, #sidebar .eventful div.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-highlight > a:first-child:hover {
background: #9eb022;
}
/* END SHIFT NAV STYLES */
.notification {
font-size: 2.3125rem;
color: #ECF0F1;
padding: 1rem !important;
}
.flex-direction-nav a.flex-next, .flex-direction-nav #sidebar .eventful a.flex-next, #sidebar .eventful .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev, .flex-direction-nav #sidebar .eventful a.flex-prev, #sidebar .eventful .flex-direction-nav a.flex-prev {
background-size: 200% 100%;
width: 60px;
height: 60px;
}
.button, .button.success {
color: #FFF;
font-weight: bold !important;
background: #0064c5;
}
.button:hover, .button:focus, .button.success:hover, .button.success:focus {
background: #39A652;
background: #0095da;
background: #c1d72e;
color: #333;
}
body.home .button.success {
background: #c1d72e;
color: #333;
}
body.home .button.success:hover {
background: #0064c5;
color: #fff;
}
body.home #content.row {
padding-top: 1rem;
margin-top: -10px;
}
body.home #content.row h2, body.home #content.row h3, body.home #content.row h4, body.home #content.row h5, body.home #content.row h6 {
color: #0064C5;
}
footer.full-width {
background: #293a4c;
background: #1c3f95;
background: #0064c5;
color: #eee;
}
footer.full-width a, footer.full-width #sidebar .eventful a, #sidebar .eventful footer.full-width a {
color: inherit;
}
footer.full-width a:hover, footer.full-width #sidebar .eventful a:hover, #sidebar .eventful footer.full-width a:hover {
color: #fff;
}
.footer-widget {
background: #344860;
background: #0095da;
background: #0064c5;
background: url(../img/grid-bg-test.png), #0064c5;
position: relative;
}
.footer-widget .panel {
background: #fff;
}
.footer-widget .row {
padding-top: 2rem;
z-index: 0;
position: relative;
}
.footer-widget .row:before {
content: "";
display: block;
overflow: hidden;
position: absolute;
height: 200px;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
box-shadow: 0px -30px 40px 0px #333;
}
.footer-widget .row.shadow {
padding: 0;
position: absolute;
background: #0064c5;
background: linear-gradient(#ffffff 10px, #0064c5 10px);
height: 200px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
.footer-widget .row.shadow:before {
content: "";
display: block;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 5px;
left: 0;
z-index: -1;
box-shadow: 0px 0px 40px 0px #333;
}
#text-6 {
display: none;
}
#text-6 .textwidget {
text-align: center;
}
#text-6 .textwidget img {
width: 48%;
}
#text-6 .textwidget img:first-child {
margin-bottom: 0.9375rem;
}
.metaslider {
margin-bottom: 2rem;
box-shadow: 10px 0px 40px -12px #333, -10px 0px 40px -12px #333;
}
.flex-video {
box-shadow: 0 13px 25px -6px #333;
padding-bottom: 52%;
}
.flex-video .no-video {
background: #0064C5;
}
.halfbar {
height: 20px;
background: #fff;
border-radius: 100% 100% 0 0;
width: 100%;
position: relative;
z-index: 2;
top: -10px;
/*box-shadow: 0px 0px 15px 0px #333; */
margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
.halfbar {
display: none;
}
}
.center {
text-align: center;
}
.page-id-57 > header {
padding-bottom: 0;
margin-bottom: 0;
}
#content {
border: none;
padding-top: 0.9375rem;
background: #FFF;
position: relative;
z-index: 1;
}
#content:before {
content: "";
display: block;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0px;
left: 0;
z-index: -1;
box-shadow: 0 0 50px #333;
}
@media screen and (max-width: 640px) {
#content:before {
box-shadow: none;
}
}
.home-page-content {
margin-top: 2rem;
}
time.icon {
font-size: .5em;
/* change icon size */
float: left;
margin-right: 10px;
display: block;
position: relative;
width: 7em;
height: 7em;
background-color: #fff;
border-radius: 0.6em;
box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
overflow: hidden;
border: .09rem solid #bdbdbd;
}
time.icon * {
display: block;
width: 100%;
font-size: 1em;
font-weight: bold;
font-style: normal;
text-align: center;
}
time.icon strong {
position: absolute;
top: 0;
color: #fff;
background-color: #0064c5;
}
time.icon em {
position: absolute;
bottom: 0;
color: #0064c5;
}
time.icon span {
font-size: 2.8em;
letter-spacing: -0.05em;
padding-top: 1em;
color: #2f2f2f;
}
.faculty-single-image {
max-height: 500px;
}
.wrapper1 {
background: #333;
background: url(../img/grid-bg-test.png), radial-gradient(circle, #ffffff 30%, #333333);
}
.wrapper2 {
background: #c1d72e;
background: url(../img/grid-bg-test.png), linear-gradient(#c1d72e, #a3b627);
}
body.home .wrapper2 {
background: #c1d72e;
background: url(../img/grid-bg-test.png), linear-gradient(#c1d72e, #a3b627);
}
.post-title {
background: #0064C5;
margin: 2rem 0;
}
.post-title h1, .post-title h2 {
color: #fff;
margin: .5rem 0;
}
.page header {
margin-bottom: 0;
}
.career-post {
margin-bottom: 1rem;
}
.gform_wrapper select {
padding: 5px 14px 5px 5px !important;
min-height: 2.3125rem;
height: auto;
}
.gallery {
text-align: center;
}
.widget_recent_entries li {
margin-bottom: 1rem;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="date"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="month"], .gform_wrapper input[type="week"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="time"], .gform_wrapper input[type="url"], .gform_wrapper textarea {
margin-bottom: 0;
}
.request-info-msg {
display: none;
}
/************************
* *
SINGLE PROGRAM STLYES *
* *
*************************/
.single-programs .program-title {
background: #0064c5;
background: -webkit-linear-gradient(-45deg, #0064c5 0%, #0064c5 10%, white 10%, white 11%, #0064c5 11%, #0064c5 13%, white 13%, white 15%, #0064c5 15%, #0064c5 17%, white 17%, white 20%, #0064c5 20%, #0064c5 22%, white 22%, white 26%, #0064c5 23%, #0064c5 30%);
background: -o-linear-gradient(-45deg, #0064c5 0%, #0064c5 10%, white 10%, white 11%, #0064c5 11%, #0064c5 13%, white 13%, white 15%, #0064c5 15%, #0064c5 17%, white 17%, white 20%, #0064c5 20%, #0064c5 22%, white 22%, white 26%, #0064c5 23%, #0064c5 30%);
background: linear-gradient(-45deg, #0064c5 0%, #0064c5 10%, #ffffff 10%, #ffffff 11%, #0064c5 11%, #0064c5 13%, #ffffff 13%, #ffffff 15%, #0064c5 15%, #0064c5 17%, #ffffff 17%, #ffffff 20%, #0064c5 20%, #0064c5 22%, #ffffff 22%, #ffffff 26%, #0064c5 23%, #0064c5 30%);
background: #0064C5;
}
.single-programs h2 {
color: #fff;
margin: .5rem 0;
}
.single-programs #content.row {
padding-top: 2rem;
}
.single-programs #content.row > .row:first-child {
background: #0064C5;
margin-bottom: 2rem;
}
#content.row .row {
margin: 0;
}
.single-programs .postlinks {
padding: 2rem;
}
#counselor {
text-align: center;
box-shadow: 0px 0px 10px 0 #333;
}
.single-programs table {
width: 100%;
}
.single-programs .courses table {
position: relative;
left: -3px;
}
.single-programs .program-description {
top: -6px;
position: relative;
}
.single-programs .first-semester, .single-programs .first-semester-total,
.single-programs .second-semester, .single-programs .second-semester-total,
.single-programs .summer-semester, .single-programs .summer-semester-total,
.single-programs .third-semester, .single-programs .third-semester-total,
.single-programs .fourth-semester, .single-programs .fourth-semester-total,
.single-programs .general-semester, .single-programs .general-semester-total,
.single-programs .course-total, .single-programs .pre-req-semester, .single-programs .pre-req-semester-total {
float: right;
}
.single-programs td.green {
float: right;
}
.green {
color: green;
font-weight: bold;
}
.single-programs #apply-button {
margin: 1rem .5rem;
}
.postid-993 .large-6.medium-6.columns:first-child div:nth-child(3) .small-12.medium-6.columns:first-child h3:first-child {
display: none;
}
.postid-993 .large-6.medium-6.columns:first-child div:nth-child(3) .small-12.medium-6.columns:first-child p:nth-child(2), .postid-993 .large-6.medium-6.columns:first-child div:nth-child(3) .small-12.medium-6.columns:first-child p:nth-child(3) {
display: none;
}
/************************
* *
CAMPUS STLYES *
* *
*************************/
.page-template-template-campus-page-php .em-location-map-container {
width: 100% !important;
}
.page-template-template-campus-page-php .row.blocks .small-6 {
height: 10rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
color: #fff;
line-height: 10rem;
text-align: center;
font-size: 2rem;
transition: all 200ms ease;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
transition: all 200ms ease;
}
.page-template-template-campus-page-php .row.blocks .small-6 .map {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks .small-6 .housing {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks .small-6 .visit {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks .small-6 .cafeteria {
background: rgba(0, 100, 197, 0.75);
}
.page-template-template-campus-page-php .row.blocks {
padding-bottom: 1rem;
}
.page-template-template-campus-page-php .contact, .page-template-template-campus-page-php .events {
margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
font-size: 1.5rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 {
height: 10rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
line-height: 10rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 .gateway {
padding: 48px 0 !important;
}
}
@media screen and (max-width: 640px) {
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
font-size: 2rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 {
margin-bottom: 1rem;
}
.page-template-template-campus-page-php .row.blocks .small-6 .gateway {
padding: 38px 0 !important;
}
}
@media screen and (max-width: 414px) {
.page-template-template-campus-page-php .row.blocks .small-6 {
width: 100% !important;
height: auto !important;
}
.page-template-template-campus-page-php .row.blocks .small-6 h4 {
line-height: normal;
font-size: 2rem;
margin: 0;
padding: .25rem 0;
}
.page-template-template-campus-page-php .row.blocks .small-6 .gateway {
padding: 0 !important;
}
}
/****************************
* *
New, Current, Alumni STLYES *
* *
*****************************/
header.title-header {
box-shadow: 1px -15px 0 15px #0064C5;
background: #0064C5;
padding-bottom: 0;
margin-bottom: 1rem;
}
.title-header h1 {
color: #fff;
}
#left-sidebar-menu {
margin-bottom: 0;
}
#left-sidebar-menu ul {
margin: 0;
padding: 0;
}
#left-sidebar-menu li {
list-style-type: none;
text-align: center;
margin-bottom: 1rem;
}
#left-sidebar-menu a, #left-sidebar-menu #sidebar .eventful a, #sidebar .eventful #left-sidebar-menu a {
color: white;
display: block;
font-weight: bold;
background: linear-gradient(to right, #bbbbbb 50%, #0064c5 50%);
font-size: 1.2rem;
background-size: 200% 100%;
box-shadow: 0 0 7px -2px #444 inset;
transition: all .2s ease;
padding: .25rem;
}
#left-sidebar-menu a:hover, #left-sidebar-menu a:active, #left-sidebar-menu li.active a {
background-position: 100% 100%;
}
/************************
* *
EVENTS STLYES *
* *
*************************/
#event-categories-button {
width: 100% !important;
}
.page-id-158 a.fc-event, .page-id-158 #sidebar .eventful a.fc-event, #sidebar .eventful .page-id-158 a.fc-event {
text-decoration: none;
padding: 2px;
}
/************************
* *
ACCORDION STLYES *
* *
*************************/
.accordion {
border-bottom: 1px solid #dbdbdb;
margin-bottom: 20px;
border-radius: 5px;
border: 1px solid #bbb;
box-shadow: 0 3px 10px 0px #444;
}
.accordion-title {
border-top: 1px solid #dbdbdb;
margin: 0;
padding: .5rem 1rem;
cursor: pointer;
background: linear-gradient(#007ef8 10%, #0064c5);
color: white;
}
.accordion-title:first-child {
border: none;
}
.accordion-title.open {
cursor: default;
}
.accordion-content {
padding: 1rem;
}
/************************
* *
LANDING PAGE STLYES *
* *
*************************/
body.page-template-page-landing{
background: #FFF;
}
.page-template-page-landing .ssba{
display: none;
}
#top-header{
background-size: cover !important;
}
#top-header img{
display: block;
margin: 40px auto 50px;
}
.head-caption{
margin: auto;
max-width: 330px;
color: #FFF;
font-weight: 800;
line-height: 1.6;
font-size: 18px;
text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.64);
padding-bottom: 160px;
}
.head-caption a{
background: #a8c545;
color: #fff;
padding: 5px 15px;
text-transform: uppercase;
float: left;
margin: 40px 126px 70px 0;
font-size: 17px;
font-weight: lighter;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.head-caption a:hover{
background: #9DB841;
}
.head-caption a:active{
background: #97af3f !important;
-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
}
.gf-container{
position: absolute;
bottom: 0;
right: 0;
background: #fff;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
width: 350px;
padding: 28px 35px 30px;
}
.gf-container .gform_wrapper{
margin: 10px 0 0;
max-width: 100%;
}
.gf-container h4{
color: #687c8c;
font-size: 16.75px;
font-weight: 600;
font-family: "Open Sans";
text-transform: uppercase;
}
.gf-container label{
display: none !important;
}
.gf-container li{
clear: none !important;
display: inline-block !important;
}
.gf-container .gform_body input{
margin: 0 !important;
width: 100% !important;
display: inline-block;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 2px solid #e2e2e2;
background: #fff;
box-shadow: none !important;
text-align: center;
height: 45px !important;
}
.gf-container select{
width: 100% !important;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 2px solid #e2e2e2;
color: #a2a2a2;
-moz-appearance:none;
padding: 10px 20px !important;
background: #fff url('../img/drop.jpg') no-repeat right center;
}
#field_50_1{
bottom: -4px;
position: relative;
}
#field_50_2{
width: 48.5%;
}
#field_50_3{
width: 48.5%;
margin-left: 3% !important;
}
#field_50_4{
width: 100%;
margin-top: 2px;
}
#field_50_5 {
width: 100%;
}
#field_50_5 .gfield_label {
display: block !important;
font-weight: 400;
}
#field_50_5 .gfield_label .gfield_required {
display: none;
}
#field_50_5 .gfield_radio li {
width: 50% !important;
}
#field_50_5 .gfield_radio li input {
width: 18px !important;
height: 30px !important;
}
#field_50_5 .gfield_radio li label {
line-height: 30px;
display: block !important;
}
.gf-container .gform_wrapper .gform_footer{
margin-top: 0;
padding: 0;
}
.gf-container .button{
background: #a8c545 !important;
color: #fff;
font-weight: normal !important;
text-transform: uppercase;
font-size: 17px !important;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding-bottom: 15px !important;
padding-top: 15px !important;
width: 100% !important;
margin-bottom: 0 !important;
}
.gf-container .button:hover{
background: #9DB841 !important;
}
.gf-container .button:active{
background: #97af3f !important;
-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
}
.blue-bar{
background: #448ccb;
color: #fff;
padding: 60px 0;
text-align: center;
}
.blue-bar h2{
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-family: "Open Sans";
text-align: center;
padding: 12px 0;
margin: 0;
}
#blue-bar .large-3{
padding: 0 20px;
}
#blue-bar h2{
font-size: 25.5px;
padding-top: 20px;
}
#blue-bar p{
line-height: 1.5;
font-size: 14.5px;
}
#landing-content{
background: #ebebeb;
color: #363636;
}
#landing-content .large-5{
background: #fff;
padding: 60px;
}
#landing-content .large-7{
padding: 50px 55px 0;
}
#landing-content .large-7 p{
font-size: 15px;
line-height: 1.5;
}
#landing-content h1{
font-family: "Open Sans";
font-weight: 600;
font-size: 44px;
color: #363636;
margin-top: 50px;
margin-bottom: 30px;
}
#landing-content .large-5 h1{
font-weight: bold;
font-size: 37.5px;
text-align: center;
margin-top: 0;
margin-bottom: 45px;
text-transform: uppercase;
padding-bottom: 2px;
}
#landing-content h2{
font-family: "Open Sans";
font-weight: 700;
font-size: 18.75px;
color: #363636;
border-bottom: 1px dashed #707070;
margin-bottom: 12px;
padding-bottom: 3px;
}
#landing-content .top-program{
margin-bottom: 35px;
}
#landing-content .large-5 p{
margin-bottom: 12px;
font-size: 14px;
line-height: 1.2;
}
#landing-content .large-5 .salary{
color: #448ccb;
font-size: 14.5px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 28px;
}
#white-action{
padding: 60px 0;
text-align: center;
}
#white-action h1{
font-family: "Open Sans";
color: #282828;
font-size: 46px;
font-weight: 600;
text-align: center;
}
#white-action h2{
font-family: "Open Sans";
font-weight: normal;
color: #282828;
font-size: 27.75px;
margin: 10px 0 35px;
}
#white-action a{
font-size: 33px;
color: #fff;
background: #a8c545;
display: inline-block;
padding: 24px 40px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-transform: uppercase;
}
#white-action a:hover{
background: #9DB841;
}
#white-action a:active{
background: #97af3f !important;
-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.7);
}
#blue-bottom h2{
margin-bottom: 0;
}
#blue-bottom a:hover h2, #blue-bottom a:active h2{
color: #B2E5FF;
}
#blue-bottom p{
color: #fff;
font-size: 21px;
margin-top: 0;
}
#blue-bottom a:hover p, #blue-bottom a:active p{
color: #B2E5FF;
}
#green-footer{
background: #a8c545;
color: #fff;
padding: 30px 0 10px;
}
.footer-links{
float: right;
}
#green-footer p{
font-size: 14px;
}
#green-footer a{
color: #448ccb;
}
.gf-container .validation_message{
display: none !important;
}
.gf-container .gform_wrapper li.gfield.gfield_error, .gf-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
background: none;
border: none;
}
.gf-container .validation_error{
border: none !important;
padding: 0 !important;
width: 100% !important;
font-size: 12px !important;
line-height: 1.4 !important;
margin: 0 !important;
}
.gf-container .gfield_error input, .gf-container .gfield_error select{
border: 1px solid #790000 !important;
}
.gf-container .gform_wrapper .top_label .gfield_error{
width: 100%;
}
.gf-container .gform_wrapper .top_label .gfield_error .ginput_container{
max-width: 100%;
}
@media only screen and (max-width: 1045px) {
#top-header{
margin-bottom: 300px;
}
.gf-container{
width: 100%;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
left: 0;
bottom: -300px;
}
#field_50_1{
width: 100%;
}
#field_50_1 span{
width: 48.5% !important;
margin-right: 0 !important;
float: left;
}
#field_50_1 span.name_last{
margin-left: 3% !important;
}
.head-caption{
font-size: 16px;
line-height: 1.4;
}
.head-caption a{
margin: 15px 126px 65px 0;
font-size: 16px;
}
#top-header img{
margin-bottom: 10px;
width: 150px;
margin-top: 15px;
}
#blue-bar .large-3{
padding: 20px;
}
}
/************************
* *
Media Querie STLYES *
* *
*************************/
@media only screen {
.entry-author .avatar {
margin-bottom: 1.25rem;
}
#content {
padding: 1rem;
padding: 0;
}
h1 {
text-align: center;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 75%;
}
.metaslider {
display: none;
}
#counselor {
display: none;
}
}
@media only screen and (min-width: 40.063em) {
.entry-author {
margin: 3.125rem -3.125rem;
}
h1 {
text-align: left;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 30%;
}
.quicklinks {
float: right;
}
.metaslider {
display: block;
}
#searchform {
padding: 1rem 0;
}
.single-programs .courses table {
position: initial;
}
.footer-widget .panel {
min-height: 225px;
}
}
@media only screen and (min-width: 64.063em) {
#sidebar {
padding-left: 1.875rem;
padding-right: 0;
margin-top: 0;
}
.footer-widget {
/* styles here */
}
#content {
/* or $content-padding */
padding: 0;
}
h1 {
text-align: left;
}
h1 a, h1 #sidebar .eventful a, #sidebar .eventful h1 a {
text-shadow: 3px 3px 0px #39a751;
font-weight: bold;
color: #ECF0F1;
/*padding-left: rem-calc(15);*/
}
h1 a:hover, h1 #sidebar .eventful a:hover, #sidebar .eventful h1 a:hover {
color: #ECF0F1;
text-shadow: 3px 3px 0 #555;
}
h1 a img, h1 #sidebar .eventful a img, #sidebar .eventful h1 a img {
width: 30%;
}
h1 a img:hover, h1 #sidebar .eventful a img:hover, #sidebar .eventful h1 a img:hover {
opacity: .75;
}
#text-6 {
display: block;
}
#counselor {
display: block;
position: relative;
}
#sidebar {
margin-top: 1rem;
}
#sidebar .panel {
margin-right: 0.9375rem;
}
} | 0.381335 | 0.069668 |
a {
color: inherit; /* hyperlinks colour*/
}
address {
font-style: normal;
}
h1,
h2,
h3 {
margin: 0;
}
pre,
code,
samp,
.monospace {
font-family: "Ubuntu Mono", monospace;
}
b {
display: block;
text-align: center;
font-weight: 500;
}
@media all and (min-width: 60rem) {
body {
display: grid;
grid-template-rows: auto 1fr auto;
}
body > header,
body > footer {
grid-auto-flow: column;
justify-content: space-between;
}
body > header {
grid-template-columns: auto 1fr auto;
}
main {
align-content: flex-start;
display: flex;
flex-direction: column; /* column means scroll horizontally, row means scroll vertically*/
flex-wrap: wrap;
overflow: auto;
padding: 0.5rem;
}
main::after {
content: " ";
display: block;
flex-basis: 100%;
width: 0.5rem;
}
main > * {
flex-grow: 1;
margin: 0.5rem;
max-width: 30rem;
min-width: 22.5rem;
width: 24%;
width: calc(100% / 4 - 1rem);
}
}
@media not all and (min-width: 60rem) {
body > header,
body > footer {
grid-auto-flow: row;
justify-content: center;
}
body > header > div {
margin-bottom: 0.75rem;
}
main > * {
margin: 1rem;
}
article {
overflow-x: auto;
overflow-y: hidden;
}
}
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Fira Sans Condensed', 'Fira Sans', sans-serif;
margin: 0;
}
body > header,
body > footer {
align-items: center;
background: #E88061; /* header and footer background color*/
color: black; /* header and footer text color*/
display: grid;
grid-gap: 0.5rem;
padding: 0.5rem;
text-align: center;
}
body > header {
font-size: 80%;
}
body > header img {
max-height: 5rem;
}
body > header h1 {
font-size: 2.3rem;
font-weight: 600;
}
body > header h2 {
font-size: 1.0rem;
font-weight: 500;
}
body > header address {
margin-bottom: 0.25rem;
margin-top: 0.75rem;
}
body > header .publication-info {
display: none;
}
body > header time {
margin-top: 0.25rem;
}
main {
box-sizing: border-box;
min-height: 0;
}
main > * {
box-sizing: border-box;
}
main > figure {
align-content: center;
display: grid;
}
main img,
main object {
justify-self: center;
max-width: 100%;
vertical-align: middle;
}
main figure {
text-align: center;
}
main figure img {
width: 100%;
}
main figure img:first-of-type:last-of-type,
main figure object:first-of-type:last-of-type {
display: block;
margin: auto;
}
main figure figcaption {
display: block;
margin-top: 0.5rem;
}
article {
align-content: stretch;
align-items: center;
background: #FFF6E6; /* article background colour*/
display: grid;
grid-gap: 0.5rem;
grid-template-rows: min-content;
hyphens: auto;
line-height: 1.35;
padding: 0 0.5rem 0.5rem 0.5rem;
}
article > header {
background: #E88061; /* article headers background color #00AFBB*/
color: #305B61; /* article headers text color*/
margin: 0 -0.5rem 0 -0.5rem;
padding: 0.25rem 0.5rem;
}
article > header > h3 {
font-weight: 500;
}
article p,
article ul,
article ol,
article pre,
article div,
article figure,
article hr {
margin: 0;
}
article pre {
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
}
article hr {
border-width: thin 0 0 0;
}
article ul,
article ol {
padding: 0;
}
article ul > li,
article ol > li {
list-style-type: none;
margin-left: 1.25em;
margin-bottom: 0.25rem;
}
article ul > li::before,
article ol > li::before {
display: inline-block;
margin-left: -1em;
}
article ul > li:last-child,
article ol > li:last-child {
margin-bottom: 0;
}
article ol {
counter-reset: item;
}
article ol > li::before {
content: counter(item) ". ";
counter-increment: item;
font-weight: 500;
width: 1em;
}
article ul > li::before {
background: #F5A287; /* list dots color*/
border-radius: 100%;
content: " ";
height: 0.35em;
vertical-align: middle;
width: 0.35em;
margin-right: 0.65em;
}
article ul.inline {
padding-left: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
article ul.inline li {
display: inline;
margin: 0.25em 0.5em;
padding: 0;
}
article ul.inline li::before {
display: none;
}
.boxed {
border: thin solid #f57900;
padding: 0.25rem;
}
.center {
text-align: center;
}
.justify-center {
justify-self: center;
}
.align-center {
align-self: center;
}
.xxs {
font-size: xx-small;
}
.xs {
font-size: x-small;
}
.small {
font-size: small;
}
.medium {
font-size: medium;
}
.large {
font-size: large;
}
.xl {
font-size: x-large;
}
.xxl {
font-size: xx-large;
}
.xxxl {
font-size: xxx-large;
}
.columns,
.columns-top,
.columns-center,
.columns-bottom {
display: grid;
grid-auto-flow: column;
grid-gap: 0.5rem;
}
.columns-top {
align-items: start;
}
.columns-center {
align-items: center;
}
.columns-bottom {
align-items: end;
}
br.qquad {
content: " ";
margin-right: 4em;
}
.separator:empty {
display: block;
}
.contents {
display: contents;
}
mjx-container,
.MJXc-display,
.MJXp-display,
.MathJax_Display,
.MathJax_Preview,
.MathJax_SVG_Display,
.MathJax_SVG_Preview,
.MathJax_PHTML_Display,
.MathJax_PHTML_Preview,
.MathJax_MathML {
margin: 0 !important;
overflow-x: auto;
overflow-y: hidden;
}
.MathJax_Preview:empty {
display: none;
} | poster.css | a {
color: inherit; /* hyperlinks colour*/
}
address {
font-style: normal;
}
h1,
h2,
h3 {
margin: 0;
}
pre,
code,
samp,
.monospace {
font-family: "Ubuntu Mono", monospace;
}
b {
display: block;
text-align: center;
font-weight: 500;
}
@media all and (min-width: 60rem) {
body {
display: grid;
grid-template-rows: auto 1fr auto;
}
body > header,
body > footer {
grid-auto-flow: column;
justify-content: space-between;
}
body > header {
grid-template-columns: auto 1fr auto;
}
main {
align-content: flex-start;
display: flex;
flex-direction: column; /* column means scroll horizontally, row means scroll vertically*/
flex-wrap: wrap;
overflow: auto;
padding: 0.5rem;
}
main::after {
content: " ";
display: block;
flex-basis: 100%;
width: 0.5rem;
}
main > * {
flex-grow: 1;
margin: 0.5rem;
max-width: 30rem;
min-width: 22.5rem;
width: 24%;
width: calc(100% / 4 - 1rem);
}
}
@media not all and (min-width: 60rem) {
body > header,
body > footer {
grid-auto-flow: row;
justify-content: center;
}
body > header > div {
margin-bottom: 0.75rem;
}
main > * {
margin: 1rem;
}
article {
overflow-x: auto;
overflow-y: hidden;
}
}
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Fira Sans Condensed', 'Fira Sans', sans-serif;
margin: 0;
}
body > header,
body > footer {
align-items: center;
background: #E88061; /* header and footer background color*/
color: black; /* header and footer text color*/
display: grid;
grid-gap: 0.5rem;
padding: 0.5rem;
text-align: center;
}
body > header {
font-size: 80%;
}
body > header img {
max-height: 5rem;
}
body > header h1 {
font-size: 2.3rem;
font-weight: 600;
}
body > header h2 {
font-size: 1.0rem;
font-weight: 500;
}
body > header address {
margin-bottom: 0.25rem;
margin-top: 0.75rem;
}
body > header .publication-info {
display: none;
}
body > header time {
margin-top: 0.25rem;
}
main {
box-sizing: border-box;
min-height: 0;
}
main > * {
box-sizing: border-box;
}
main > figure {
align-content: center;
display: grid;
}
main img,
main object {
justify-self: center;
max-width: 100%;
vertical-align: middle;
}
main figure {
text-align: center;
}
main figure img {
width: 100%;
}
main figure img:first-of-type:last-of-type,
main figure object:first-of-type:last-of-type {
display: block;
margin: auto;
}
main figure figcaption {
display: block;
margin-top: 0.5rem;
}
article {
align-content: stretch;
align-items: center;
background: #FFF6E6; /* article background colour*/
display: grid;
grid-gap: 0.5rem;
grid-template-rows: min-content;
hyphens: auto;
line-height: 1.35;
padding: 0 0.5rem 0.5rem 0.5rem;
}
article > header {
background: #E88061; /* article headers background color #00AFBB*/
color: #305B61; /* article headers text color*/
margin: 0 -0.5rem 0 -0.5rem;
padding: 0.25rem 0.5rem;
}
article > header > h3 {
font-weight: 500;
}
article p,
article ul,
article ol,
article pre,
article div,
article figure,
article hr {
margin: 0;
}
article pre {
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
}
article hr {
border-width: thin 0 0 0;
}
article ul,
article ol {
padding: 0;
}
article ul > li,
article ol > li {
list-style-type: none;
margin-left: 1.25em;
margin-bottom: 0.25rem;
}
article ul > li::before,
article ol > li::before {
display: inline-block;
margin-left: -1em;
}
article ul > li:last-child,
article ol > li:last-child {
margin-bottom: 0;
}
article ol {
counter-reset: item;
}
article ol > li::before {
content: counter(item) ". ";
counter-increment: item;
font-weight: 500;
width: 1em;
}
article ul > li::before {
background: #F5A287; /* list dots color*/
border-radius: 100%;
content: " ";
height: 0.35em;
vertical-align: middle;
width: 0.35em;
margin-right: 0.65em;
}
article ul.inline {
padding-left: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
article ul.inline li {
display: inline;
margin: 0.25em 0.5em;
padding: 0;
}
article ul.inline li::before {
display: none;
}
.boxed {
border: thin solid #f57900;
padding: 0.25rem;
}
.center {
text-align: center;
}
.justify-center {
justify-self: center;
}
.align-center {
align-self: center;
}
.xxs {
font-size: xx-small;
}
.xs {
font-size: x-small;
}
.small {
font-size: small;
}
.medium {
font-size: medium;
}
.large {
font-size: large;
}
.xl {
font-size: x-large;
}
.xxl {
font-size: xx-large;
}
.xxxl {
font-size: xxx-large;
}
.columns,
.columns-top,
.columns-center,
.columns-bottom {
display: grid;
grid-auto-flow: column;
grid-gap: 0.5rem;
}
.columns-top {
align-items: start;
}
.columns-center {
align-items: center;
}
.columns-bottom {
align-items: end;
}
br.qquad {
content: " ";
margin-right: 4em;
}
.separator:empty {
display: block;
}
.contents {
display: contents;
}
mjx-container,
.MJXc-display,
.MJXp-display,
.MathJax_Display,
.MathJax_Preview,
.MathJax_SVG_Display,
.MathJax_SVG_Preview,
.MathJax_PHTML_Display,
.MathJax_PHTML_Preview,
.MathJax_MathML {
margin: 0 !important;
overflow-x: auto;
overflow-y: hidden;
}
.MathJax_Preview:empty {
display: none;
} | 0.598547 | 0.146484 |
* {
margin: 0;
padding: 0;
font-family: Roboto;
outline: none;
box-sizing: border-box;
z-index: 0;
}
@font-face {
font-family: 'Roboto';
src: url('../webfonts/Roboto.ttf');
}
body {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
background-color: #f0c8ff;
}
/* MODAL */
.modal {
width: 100vw;
height: 100vh;
background-color: #8141ca;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 1 !important;
}
.modal > p {
color: white;
font-size: 32px;
}
.modal input {
background-color: transparent;
border: none;
border-bottom: 1px solid #EFEFEF;
padding: 15px;
color: white;
width: 300px;
text-align: center;
}
.container {
width: 90vw;
height: 90vh;
background-color: #f3f3f3;
display: flex;
justify-content: space-between;
flex-direction: row;
box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
}
.chatbar {
flex-grow: 1;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.sidebar {
min-width: 300px;
max-width: 300px;
background-color: #FFF;
z-index: 1;
}
.sidebar-header {
background-color: #EFEFEF;
display: flex;
justify-content: flex-start;
text-overflow: ellipsis;
align-items: center;
padding: 15px;
}
.sidebar-header > img {
width: 40px;
border-radius: 100%;
}
.sidebar-header > div {
max-width: 200px;
}
.sidebar-header > div > p, .sidebar-body-users > p, .span-alert > p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sidebar-body > p {
color: green;
padding: 10px;
margin-top: 10px;
}
.sidebar-body-users > p {
background: #f5f5f5;
width: 100%;
padding: 15px 20px;
border-bottom: 1px solid #EFEFEF;
color: #555;
cursor: pointer;
transition: 0.2s;
}
.sidebar-body-users > p:hover {
background-color: #e9d5ff;
}
.sidebar-header > div {
margin-left: 15px;
}
.sidebar-header-username {
font-size: 18px;
color: #444444;
}
.sidebar-header-time {
font-size: 14px;
color: #cccccc;
}
/* HEADER */
.header {
width: 100%;
height: max-content;
padding: 15px 25px;
background-color: #8141ca;
display: flex;
justify-content: flex-start;
flex-direction: row;
align-items: flex-start;
color: white;
/* box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75); */
z-index: 1 !important;
}
.header > img {
width: 40px;
border-radius: 100%;
margin-right: 20px;
}
.header-title {
font-size: 18px;
}
.header-status {
font-size: 14px;
color: #cccccc;
}
/* BODY */
.body {
display: flex;
height: 100%;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
padding: 20px;
overflow-y: auto;
}
.span-alert {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.span-alert > p {
padding: 10px;
background-color: #FFF;
border-radius: 2px;
/* box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75); */
margin: 10px 0;
font-size: 12px;
max-width: 200px;
}
.msg-container {
width: 100%;
display: flex;
justify-content: flex-start;
margin: 5px 0;
}
.msg-container.own {
justify-content: flex-end !important;
}
.msg {
background-color: #FFF;
max-width: 65%;
padding: 20px;
border-radius: 3px;
position: relative;
height: max-content;
}
.msg.own {
background-color: #e9d5ff;
}
.msg-info {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
margin-bottom: 10px;
font-size: 12px;
}
.msg-text {
word-break: break-word;
font-size: 1em;
}
.msg-time {
color: #a3a3a3;
font-size: 12px;
margin-left: 5px;
}
.msg .msg-user {
color: #8141ca;
}
.msg.nown:before {
border: 10px solid transparent;
border-right-color: #FFF;
content: "";
left: -20px;
position: absolute;
top: 50%;
margin-top: -9px;
}
.msg.own:after {
border: 10px solid transparent;
border-left-color: #e9d5ff;
content: "";
right: -20px;
position: absolute;
top: 50%;
margin-top: -9px;
}
/* FOOTER */
.footer {
padding: 20px;
background-color: #ebebeb;
}
.form-message {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.form-message > input {
border-radius: 50px;
border: none;
padding: 15px;
flex-grow: 1;
transition: 0.2s;
}
.form-message > input.typing {
border-radius: 0 50px 50px;
}
.btn-submit {
width: 46px;
height: 46px;
border-radius: 100%;
background-color: #8141ca;
box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
transition: 0.2s;
border: none;
color: white;
display: flex;
justify-content: center;
align-items: center;
margin-left: 20px;
right: 0;
cursor: pointer;
}
.btn-submit:active {
box-shadow: none;
}
.user-typing {
color: #a3a3a3;
margin-bottom: 5px;
}
::-webkit-scrollbar-track {
background-color: #F4F4F4;
}
::-webkit-scrollbar {
width: 6px;
background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
background: #dad7d7;
}
@media screen and (max-width: 1000px) {
.container {
width: 100%;
height: 100%;
}
.sidebar {
display: none;
}
.msg-text {
font-size: 16px;
}
.header {
min-height: 70px;
}
.body {
overflow: auto;
}
.msg-container.nown {
min-height: 83px;
height: max-content;
min-block-size: max-content;
}
.msg-container.own {
min-height: 59px;
height: max-content;
min-block-size: max-content;
}
} | public/assets/css/index.css | * {
margin: 0;
padding: 0;
font-family: Roboto;
outline: none;
box-sizing: border-box;
z-index: 0;
}
@font-face {
font-family: 'Roboto';
src: url('../webfonts/Roboto.ttf');
}
body {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
background-color: #f0c8ff;
}
/* MODAL */
.modal {
width: 100vw;
height: 100vh;
background-color: #8141ca;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 1 !important;
}
.modal > p {
color: white;
font-size: 32px;
}
.modal input {
background-color: transparent;
border: none;
border-bottom: 1px solid #EFEFEF;
padding: 15px;
color: white;
width: 300px;
text-align: center;
}
.container {
width: 90vw;
height: 90vh;
background-color: #f3f3f3;
display: flex;
justify-content: space-between;
flex-direction: row;
box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
}
.chatbar {
flex-grow: 1;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.sidebar {
min-width: 300px;
max-width: 300px;
background-color: #FFF;
z-index: 1;
}
.sidebar-header {
background-color: #EFEFEF;
display: flex;
justify-content: flex-start;
text-overflow: ellipsis;
align-items: center;
padding: 15px;
}
.sidebar-header > img {
width: 40px;
border-radius: 100%;
}
.sidebar-header > div {
max-width: 200px;
}
.sidebar-header > div > p, .sidebar-body-users > p, .span-alert > p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sidebar-body > p {
color: green;
padding: 10px;
margin-top: 10px;
}
.sidebar-body-users > p {
background: #f5f5f5;
width: 100%;
padding: 15px 20px;
border-bottom: 1px solid #EFEFEF;
color: #555;
cursor: pointer;
transition: 0.2s;
}
.sidebar-body-users > p:hover {
background-color: #e9d5ff;
}
.sidebar-header > div {
margin-left: 15px;
}
.sidebar-header-username {
font-size: 18px;
color: #444444;
}
.sidebar-header-time {
font-size: 14px;
color: #cccccc;
}
/* HEADER */
.header {
width: 100%;
height: max-content;
padding: 15px 25px;
background-color: #8141ca;
display: flex;
justify-content: flex-start;
flex-direction: row;
align-items: flex-start;
color: white;
/* box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75); */
z-index: 1 !important;
}
.header > img {
width: 40px;
border-radius: 100%;
margin-right: 20px;
}
.header-title {
font-size: 18px;
}
.header-status {
font-size: 14px;
color: #cccccc;
}
/* BODY */
.body {
display: flex;
height: 100%;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
padding: 20px;
overflow-y: auto;
}
.span-alert {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.span-alert > p {
padding: 10px;
background-color: #FFF;
border-radius: 2px;
/* box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75); */
margin: 10px 0;
font-size: 12px;
max-width: 200px;
}
.msg-container {
width: 100%;
display: flex;
justify-content: flex-start;
margin: 5px 0;
}
.msg-container.own {
justify-content: flex-end !important;
}
.msg {
background-color: #FFF;
max-width: 65%;
padding: 20px;
border-radius: 3px;
position: relative;
height: max-content;
}
.msg.own {
background-color: #e9d5ff;
}
.msg-info {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
margin-bottom: 10px;
font-size: 12px;
}
.msg-text {
word-break: break-word;
font-size: 1em;
}
.msg-time {
color: #a3a3a3;
font-size: 12px;
margin-left: 5px;
}
.msg .msg-user {
color: #8141ca;
}
.msg.nown:before {
border: 10px solid transparent;
border-right-color: #FFF;
content: "";
left: -20px;
position: absolute;
top: 50%;
margin-top: -9px;
}
.msg.own:after {
border: 10px solid transparent;
border-left-color: #e9d5ff;
content: "";
right: -20px;
position: absolute;
top: 50%;
margin-top: -9px;
}
/* FOOTER */
.footer {
padding: 20px;
background-color: #ebebeb;
}
.form-message {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.form-message > input {
border-radius: 50px;
border: none;
padding: 15px;
flex-grow: 1;
transition: 0.2s;
}
.form-message > input.typing {
border-radius: 0 50px 50px;
}
.btn-submit {
width: 46px;
height: 46px;
border-radius: 100%;
background-color: #8141ca;
box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
transition: 0.2s;
border: none;
color: white;
display: flex;
justify-content: center;
align-items: center;
margin-left: 20px;
right: 0;
cursor: pointer;
}
.btn-submit:active {
box-shadow: none;
}
.user-typing {
color: #a3a3a3;
margin-bottom: 5px;
}
::-webkit-scrollbar-track {
background-color: #F4F4F4;
}
::-webkit-scrollbar {
width: 6px;
background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
background: #dad7d7;
}
@media screen and (max-width: 1000px) {
.container {
width: 100%;
height: 100%;
}
.sidebar {
display: none;
}
.msg-text {
font-size: 16px;
}
.header {
min-height: 70px;
}
.body {
overflow: auto;
}
.msg-container.nown {
min-height: 83px;
height: max-content;
min-block-size: max-content;
}
.msg-container.own {
min-height: 59px;
height: max-content;
min-block-size: max-content;
}
} | 0.345216 | 0.088899 |
.autoMart-nav__list .post-ad a {
color: #000000;
font-weight: bold;
}
.car-card-container {
display: flex;
flex-wrap: wrap;
}
.car-card {
width: 300px;
height: 370px;
min-width: 300px;
border: 1px solid #E5E5E5;
cursor: pointer;
margin: 2em auto;
}
.car-card:hover {
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.car-image {
position: relative;
width: inherit;
height: 200px;
overflow: hidden;
}
.w3-tag {
position: absolute;
top: 0;
right: 0;
background: #733802 !important;
text-transform: uppercase;
color: #FFFFFF;
padding: 0.5em;
font-size: 13px;
}
.new {
background: #02731B !important;
}
.reported {
background: #FF0000 !important;
}
.car-details {
margin: 0;
padding: 0;
}
.car-name {
text-transform: uppercase;
font-weight: bold;
}
.car-desc {
text-transform: capitalize;
}
.car-price {
font-weight: bold;
}
.car-details a {
text-decoration: none;
}
.car-details a:link {
border: 1px solid #000000;
border-radius: 3.5px;
font-size: 0.8em;
text-align: center;
cursor: pointer;
padding: 8px 130px;
margin-left: 7px;
text-transform: uppercase;
color: #000000;
}
.car-details .edit-button {
padding: 0 !important;
border: none !important;
padding-left: auto;
}
.select {
display: flex;
background: rgb(252, 247, 247);
padding: 5px;
}
.select div:first-of-type {
margin-left: 1em;
}
.select div {
margin-left: 17em;
}
select, .price-range {
border-radius: 3px;
}
.price-range {
display: inline;
font-size: 14px;
}
.price-range label {
margin-left: 1em;
}
/**Styling for user dashboard**/
.user-dashboard {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 10px;
margin: 2em auto;
}
.user-dashboard a {
margin: 9.5em;
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.user-dashboard a:last-of-type {
border-right: none;
}
.user-dashboard a:hover, .user-dashboard a:active {
background: #000000;
color: #FFFFFF;
padding: 11.5px;
}
.post-ad-button {
position: absolute;
top: 13.5em;
right: 0;
margin: 0 5.2em 1em;
}
.post-ad-button a {
text-decoration: none;
padding: 10px;
border-radius: 3.5px;
font-size: 0.8em;
text-align: center;
cursor: pointer;
padding: 10px 25px;
margin: 4px 2px;
text-decoration: none;
border: 1px solid #733802;
background: #733802;
color: #FFFFFF;
text-transform: uppercase;
}
.post-ad-button a:hover {
background: #FFFFFF;
color: #733802;
border: 1px solid #733802;
}
.mark-sold {
float: right;
color: green;
text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
.select {
display: flex;
flex-direction: column;
padding: 0;
margin-top: 1em;
}
.select div:first-of-type {
margin-left: 5.5em;
}
.select div {
margin-left: 0;
margin: 0.5em;
}
.price-range label {
margin-left: 0;
}
.price-range input {
width: 100px;
}
.autoMart-nav__list {
margin-top: -1em;
display: flex;
flex-direction: column;
}
.autoMart-nav__item {
margin: 1em !important;
font-size: 14px;
}
.autoMart-nav__item:last-of-type {
margin: 0.5em !important;
font-size: 14px;
}
hr {
display: none;
}
.user-dashboard {
margin: 4em auto;
}
.user-dashboard a {
margin: 1.8em !important;
font-size: 12px;
}
.post-ad-button {
position: absolute;
top: 11em !important;
right: -3em !important;
margin-top: 3em !important;
}
#postAdModal {
display: none !important;
}
}
@media screen and (max-width: 768px) {
.select {
display: flex;
}
.select div {
margin-left: 6em;
}
.user-dashboard a {
margin: 3em;
}
.post-ad-button {
position: absolute;
top: 10em;
right: -2em;
margin-top: 3em;
}
#postAdModal {
display: none !important;
}
} | ui/css/ad-list.css | .autoMart-nav__list .post-ad a {
color: #000000;
font-weight: bold;
}
.car-card-container {
display: flex;
flex-wrap: wrap;
}
.car-card {
width: 300px;
height: 370px;
min-width: 300px;
border: 1px solid #E5E5E5;
cursor: pointer;
margin: 2em auto;
}
.car-card:hover {
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.car-image {
position: relative;
width: inherit;
height: 200px;
overflow: hidden;
}
.w3-tag {
position: absolute;
top: 0;
right: 0;
background: #733802 !important;
text-transform: uppercase;
color: #FFFFFF;
padding: 0.5em;
font-size: 13px;
}
.new {
background: #02731B !important;
}
.reported {
background: #FF0000 !important;
}
.car-details {
margin: 0;
padding: 0;
}
.car-name {
text-transform: uppercase;
font-weight: bold;
}
.car-desc {
text-transform: capitalize;
}
.car-price {
font-weight: bold;
}
.car-details a {
text-decoration: none;
}
.car-details a:link {
border: 1px solid #000000;
border-radius: 3.5px;
font-size: 0.8em;
text-align: center;
cursor: pointer;
padding: 8px 130px;
margin-left: 7px;
text-transform: uppercase;
color: #000000;
}
.car-details .edit-button {
padding: 0 !important;
border: none !important;
padding-left: auto;
}
.select {
display: flex;
background: rgb(252, 247, 247);
padding: 5px;
}
.select div:first-of-type {
margin-left: 1em;
}
.select div {
margin-left: 17em;
}
select, .price-range {
border-radius: 3px;
}
.price-range {
display: inline;
font-size: 14px;
}
.price-range label {
margin-left: 1em;
}
/**Styling for user dashboard**/
.user-dashboard {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 10px;
margin: 2em auto;
}
.user-dashboard a {
margin: 9.5em;
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.user-dashboard a:last-of-type {
border-right: none;
}
.user-dashboard a:hover, .user-dashboard a:active {
background: #000000;
color: #FFFFFF;
padding: 11.5px;
}
.post-ad-button {
position: absolute;
top: 13.5em;
right: 0;
margin: 0 5.2em 1em;
}
.post-ad-button a {
text-decoration: none;
padding: 10px;
border-radius: 3.5px;
font-size: 0.8em;
text-align: center;
cursor: pointer;
padding: 10px 25px;
margin: 4px 2px;
text-decoration: none;
border: 1px solid #733802;
background: #733802;
color: #FFFFFF;
text-transform: uppercase;
}
.post-ad-button a:hover {
background: #FFFFFF;
color: #733802;
border: 1px solid #733802;
}
.mark-sold {
float: right;
color: green;
text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 600px) {
.select {
display: flex;
flex-direction: column;
padding: 0;
margin-top: 1em;
}
.select div:first-of-type {
margin-left: 5.5em;
}
.select div {
margin-left: 0;
margin: 0.5em;
}
.price-range label {
margin-left: 0;
}
.price-range input {
width: 100px;
}
.autoMart-nav__list {
margin-top: -1em;
display: flex;
flex-direction: column;
}
.autoMart-nav__item {
margin: 1em !important;
font-size: 14px;
}
.autoMart-nav__item:last-of-type {
margin: 0.5em !important;
font-size: 14px;
}
hr {
display: none;
}
.user-dashboard {
margin: 4em auto;
}
.user-dashboard a {
margin: 1.8em !important;
font-size: 12px;
}
.post-ad-button {
position: absolute;
top: 11em !important;
right: -3em !important;
margin-top: 3em !important;
}
#postAdModal {
display: none !important;
}
}
@media screen and (max-width: 768px) {
.select {
display: flex;
}
.select div {
margin-left: 6em;
}
.user-dashboard a {
margin: 3em;
}
.post-ad-button {
position: absolute;
top: 10em;
right: -2em;
margin-top: 3em;
}
#postAdModal {
display: none !important;
}
} | 0.519034 | 0.120594 |
@media (min-width: 568px) and (max-width: 1024px) {
.navbar-copy.title {
position: absolute;
top: 10px;
left: 0;
right: 0;
font-size: 30px;
margin: auto;
text-align: center;
z-index: 3;
}
.navbar-tab {
display: none;
}
.dropdown-wrap p.dropdown-opt {
cursor: pointer;
text-align: center;
background-color: white;
color: #fa9581;
padding-top: 20px;
padding-bottom: 18px;
border-bottom: 1px solid rgba(0, 0, 0, .2);
margin: 0;
opacity: 0;
z-index: 0;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.dropdown-wrap {
z-index: 0;
cursor: pointer;
position: absolute;
background: #efefef;
width: 70%;
height: 40px;
left: 0;
margin: auto;
top: 90px;
right: 0;
border-radius: 5px 5px 0 0;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.dropdown-wrap.fix-dropdown {
position: fixed;
top: 0;
border-radius: 0 0 0 0;
width: 100%;
margin: auto;
}
.dropdown-wrap.on-open {
z-index: 6;
height: 188px;
}
p.dropdown-opt {
display: none;
}
p.dropdown-opt.on-open {
cursor: pointer;
display: block;
}
.dropdown-wrap p.on-open {
z-index: 6;
opacity: 1;
border-radius: 5px 5px 0 0;
}
.icon-caret-down {
position: absolute;
color: #fa9581;
left: 0;
right: 0;
margin: auto;
text-align: center;
top: 16px;
font-size: 18px;
cursor: pointer;
}
.icon-caret-down.hide {
display: none;
}
.placeholder-container {
position: absolute;
left: 0;
right: 0;
width: 225px;
height: 40px;
background: transparent;
margin: auto;
text-align: center;
}
.placeholder {
color: #fa9581;
position: relative;
font-size: 14px;
font-weight: 400;
left: 0;
right: 0;
top: 5px;
bottom: 0;
margin: auto;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
}
.social-container {
position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
font-size: 18px;
top: 59px;
}
.social-container > i {
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
padding-left: 7px;
padding-right: 7px;
color: #efefef;
}
.social-container > i:hover {
color: #46A8E5;
}
} | client/styles/tablet/navbar.css | @media (min-width: 568px) and (max-width: 1024px) {
.navbar-copy.title {
position: absolute;
top: 10px;
left: 0;
right: 0;
font-size: 30px;
margin: auto;
text-align: center;
z-index: 3;
}
.navbar-tab {
display: none;
}
.dropdown-wrap p.dropdown-opt {
cursor: pointer;
text-align: center;
background-color: white;
color: #fa9581;
padding-top: 20px;
padding-bottom: 18px;
border-bottom: 1px solid rgba(0, 0, 0, .2);
margin: 0;
opacity: 0;
z-index: 0;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.dropdown-wrap {
z-index: 0;
cursor: pointer;
position: absolute;
background: #efefef;
width: 70%;
height: 40px;
left: 0;
margin: auto;
top: 90px;
right: 0;
border-radius: 5px 5px 0 0;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.dropdown-wrap.fix-dropdown {
position: fixed;
top: 0;
border-radius: 0 0 0 0;
width: 100%;
margin: auto;
}
.dropdown-wrap.on-open {
z-index: 6;
height: 188px;
}
p.dropdown-opt {
display: none;
}
p.dropdown-opt.on-open {
cursor: pointer;
display: block;
}
.dropdown-wrap p.on-open {
z-index: 6;
opacity: 1;
border-radius: 5px 5px 0 0;
}
.icon-caret-down {
position: absolute;
color: #fa9581;
left: 0;
right: 0;
margin: auto;
text-align: center;
top: 16px;
font-size: 18px;
cursor: pointer;
}
.icon-caret-down.hide {
display: none;
}
.placeholder-container {
position: absolute;
left: 0;
right: 0;
width: 225px;
height: 40px;
background: transparent;
margin: auto;
text-align: center;
}
.placeholder {
color: #fa9581;
position: relative;
font-size: 14px;
font-weight: 400;
left: 0;
right: 0;
top: 5px;
bottom: 0;
margin: auto;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
}
.social-container {
position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
font-size: 18px;
top: 59px;
}
.social-container > i {
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
padding-left: 7px;
padding-right: 7px;
color: #efefef;
}
.social-container > i:hover {
color: #46A8E5;
}
} | 0.530966 | 0.055158 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("cvs.php.net"),
domain("cvs.sourceforge.net"),
domain("svn.apache.org"),
domain("svn.sourceforge.net")
{
a,
a:link,
a:link:visited,
.vc_blame_rev
{
color: #E8E1BD !important;
}
a:link:hover
{
color: #fff !important;
}
html,
body
{
background: #222 !important;
border-color: #000 !important;
color: #ccc !important;
}
.vc_blame_text
{
background: none !important;
}
tr.vc_diff_header > th:last-child,
.vc_diff_add:last-child,
.vc_diff_change:last-child,
.vc_diff_chunk_header > td:last-child,
.vc_diff_nochange:last-child,
.vc_diff_remove:last-child,
.vc_blame_line
{
border-left: 1px solid #000 !important;
}
.vc_blame_text
{
border-right: 1px solid #000 !important;
}
.vc_blame_author,
.vc_blame_line
{
border-right: 1px solid #222 !important;
}
.vc_diff_chunk_header > td:last-child
{
padding-left: 1em !important;
}
tr:last-child > td[class^="vc_diff_"],
tr:last-child > td[id^="l"]
{
border-bottom: 1px solid #000 !important;
padding-bottom: 1em !important;
}
tr:first-child td[class^="vc_blame_"]
{
border-top: 1px solid #000 !important;
}
tr:last-child td[class^="vc_blame_"]
{
border-bottom: 1px solid #000 !important;
}
tr:not(:last-child) td[class^="vc_blame_"]
{
border-bottom: 1px dotted #222 !important;
}
.vc_blame_author
{
color: #ddd !important;
}
.vc_blame_line
{
color: #aaa !important;
}
.vc_blame_author,
.vc_blame_line,
.vc_blame_text
{
padding: 0 .25em !important;
}
.vc_diff_change_empty,
.vc_diff_empty
{
background: #111 !important;
border: 1px dashed #666 !important;
}
.vc_summary
{
background: #000 !important;
border: 2px dotted #ccc !important;
color: #b97 !important;
padding: .5em !important;
}
.vc_row_odd
{
background: #333 !important;
border-color: #000 !important;
color: #bbb !important;
}
.vc_row_even
{
background: #555 !important;
border-color: #000 !important;
color: #ccc !important;
}
/* grey poupon */
.vc_diff_header,
.vc_header
{
background: #69675C !important;
border-color: #000 !important;
color: #bbb !important;
}
/* lighter grey poupon */
.vc_diff_chunk_header,
.vc_header_sort
{
background: #918E80 !important;
color: #000 !important;
}
/* green bg */
.vc_diff_add
{
background-color: #3D5045 !important;
border-color: #000 !important;
}
/* cerulean bg */
.vc_diff_change
{
background-color: #334244 !important;
border-color: #000 !important;
}
/* red bg */
.vc_diff_remove
{
background: #913233 !important;
color: #ccc !important;
}
} | data/usercss/5178.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("cvs.php.net"),
domain("cvs.sourceforge.net"),
domain("svn.apache.org"),
domain("svn.sourceforge.net")
{
a,
a:link,
a:link:visited,
.vc_blame_rev
{
color: #E8E1BD !important;
}
a:link:hover
{
color: #fff !important;
}
html,
body
{
background: #222 !important;
border-color: #000 !important;
color: #ccc !important;
}
.vc_blame_text
{
background: none !important;
}
tr.vc_diff_header > th:last-child,
.vc_diff_add:last-child,
.vc_diff_change:last-child,
.vc_diff_chunk_header > td:last-child,
.vc_diff_nochange:last-child,
.vc_diff_remove:last-child,
.vc_blame_line
{
border-left: 1px solid #000 !important;
}
.vc_blame_text
{
border-right: 1px solid #000 !important;
}
.vc_blame_author,
.vc_blame_line
{
border-right: 1px solid #222 !important;
}
.vc_diff_chunk_header > td:last-child
{
padding-left: 1em !important;
}
tr:last-child > td[class^="vc_diff_"],
tr:last-child > td[id^="l"]
{
border-bottom: 1px solid #000 !important;
padding-bottom: 1em !important;
}
tr:first-child td[class^="vc_blame_"]
{
border-top: 1px solid #000 !important;
}
tr:last-child td[class^="vc_blame_"]
{
border-bottom: 1px solid #000 !important;
}
tr:not(:last-child) td[class^="vc_blame_"]
{
border-bottom: 1px dotted #222 !important;
}
.vc_blame_author
{
color: #ddd !important;
}
.vc_blame_line
{
color: #aaa !important;
}
.vc_blame_author,
.vc_blame_line,
.vc_blame_text
{
padding: 0 .25em !important;
}
.vc_diff_change_empty,
.vc_diff_empty
{
background: #111 !important;
border: 1px dashed #666 !important;
}
.vc_summary
{
background: #000 !important;
border: 2px dotted #ccc !important;
color: #b97 !important;
padding: .5em !important;
}
.vc_row_odd
{
background: #333 !important;
border-color: #000 !important;
color: #bbb !important;
}
.vc_row_even
{
background: #555 !important;
border-color: #000 !important;
color: #ccc !important;
}
/* grey poupon */
.vc_diff_header,
.vc_header
{
background: #69675C !important;
border-color: #000 !important;
color: #bbb !important;
}
/* lighter grey poupon */
.vc_diff_chunk_header,
.vc_header_sort
{
background: #918E80 !important;
color: #000 !important;
}
/* green bg */
.vc_diff_add
{
background-color: #3D5045 !important;
border-color: #000 !important;
}
/* cerulean bg */
.vc_diff_change
{
background-color: #334244 !important;
border-color: #000 !important;
}
/* red bg */
.vc_diff_remove
{
background: #913233 !important;
color: #ccc !important;
}
} | 0.312055 | 0.147402 |
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
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;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol li {
list-style-type: decimal;
}
/* ### Common ### */
body {
box-sizing: border-box;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
line-height: 1.4;
font-size: 14px;
}
/*
.octicon is optimized for 16px.
.mega-octicon is optimized for 32px but can be used larger.
*/
.octicon {
font: normal normal 16px octicons;
line-height: 1;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
}
.mega-octicon {
font: normal normal 48px octicons;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
color: #4183c4;
line-height: 100px;
}
.wrapper {
position:relative;
width: 980px;
margin: 0 auto;
}
strong {
font-weight: bold;
}
a {
color: #4183C4;
text-decoration: none;
}
a:hover {
color: #156cc2;
}
p code {
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 4px;
padding: 2px 5px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
h2 {
text-align: center;
font-weight: 200;
line-height: 38px;
margin: 40px auto 0;
font-size: 21px;
max-width: 740px;
}
.page h1.title { margin-top: 25px; }
h4 {
font-size: 30px;
font-weight: 300;
line-height: 1em;
-webkit-backface-visibility: hidden;
}
p {
margin: 15px 0 30px;
font-weight: 300;
line-height: 1.7em;
}
em {
font-style: italic;
}
textarea {
border: none;
background-color: transparent;
width: 400px;
outline: none;
}
.logo {
display: block;
width: 128px;
margin: 0 auto;
}
#hero-spot {
padding: 40px 0 0;
position: relative;
overflow: hidden;
background: #222;
}
.help-link {
position: absolute;
top: 20px;
right: 20px;
background-color: #333;
color: #bbb;
padding: 5px 10px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
-webkit-backface-visibility: hidden;
-webkit-transition: color 0.2s ease-in-out 0s;
-moz-transition: color 0.2s ease-in-out 0s;
-o-transition: color 0.2s ease-in-out 0s;
transition: color 0.2s ease-in-out 0s;
}
.help-link:hover {
color: #fff;
}
h1 {
margin: 90px auto 0 auto;
font-size: 48px;
font-weight: 200;
line-height: 60px;
text-align: center;
max-width: 910px;
color: #333;
}
#hero-spot h1 {
color: #fff;
-webkit-backface-visibility: hidden;
max-width: 830px;
margin-top: 50px;
}
.page #hero-spot img { margin-bottom: 25px; }
#hero-spot h2 {
color: #a7a7a7;
-webkit-backface-visibility: hidden;
line-height: 1.5em;
max-width: none;
margin: 10px auto 60px;
font-size: 18px;
}
.hero-spot h2 > a {
color: #dcdcdc;
text-decoration: underline;
}
.hero-spot h2 > a:hover {
text-decoration: none;
}
#slideshow {
margin: 30px auto 0;
position: relative;
}
.slide {
margin: 0 auto;
max-width: 100%;
position: absolute;
left: 0; right: 0; bottom: 0;
opacity: 0;
z-index: 100;
-webkit-transition: opacity 0.6s ease-in-out 0s;
-moz-transition: opacity 0.6s ease-in-out 0s;
-o-transition: opacity 0.6s ease-in-out 0s;
transition: opacity 0.6s ease-in-out 0s;
}
.slide:first-child {
position: relative;
display: block;
}
.slide.active {
opacity: 1;
z-index: 90;
}
.shadow-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 9px;
background: url(../images/section-shadow.png) repeat-x;
}
#tutorial {
text-align: center;
background-color: #f5f5f5;
padding-bottom: 20px;
overflow: hidden;
}
.tabs {
display: inline-block;
margin: 45px auto 0;
font-size: 0;
}
.question .tabs {
margin: 30px auto 0;
}
.tabs li {
display: inline-block;
margin: 0;
font-size: 15px;
}
.tabs li:first-child a {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.tabs li:last-child a {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.tabs li:nth-child(even) a {
margin: 0 -1px;
}
.tabs a {
color: #323232;
background-color: #fff;
padding: 10px 20px;
display: inline-block;
border: 1px solid #dddddd;
position: relative;
line-height: 1em;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.question .tabs a {
background-color: #fcfcfc;
}
.tabs a:hover {
color: #327fc7;
border-color: #327fc7;
z-index: 10;
}
.tabs a.selected {
z-index: 20;
color: #fff;
background-color: #327fc7;
border-color: #327fc7;
outline: none;
}
/* Tutorials */
.tutorial-list {
margin-top: 90px;
counter-reset: tutorialstep;
display: none;
}
.tutorial-list.active {
display: block;
}
.tutorial-list > li {
position: relative;
background-color: #fff;
margin: 0 0 70px 0px;
padding: 40px 0 60px;
font-size: 18px;
border: 1px solid #ddd;
border-radius: 5px;
text-align: center;
z-index: 1;
-webkit-transition: all 0.6s ease-in-out 0s;
-moz-transition: all 0.6s ease-in-out 0s;
-o-transition: all 0.6s ease-in-out 0s;
transition: all 0.6s ease-in-out 0s;
}
.tutorial-list .image-right {
padding-right: 440px;
}
.tutorial-list .image-right p {
margin-left: 30px;
margin-right: 30px;
}
#create-repo-step {
background: #fff url(../img/new-file@2x.png) no-repeat right 0;
background-size: 446px 344px;
}
#setup-in-desktop {
background: #fff url(../img/QuickLook.png) no-repeat right 0;
background-size: 443px 303px;
}
.tutorial-list .animate-in {
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-o-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
opacity: 0;
}
.tutorial-list p {
margin: 30px 120px 30px;
}
.tutorial-list p:last-child {
margin-bottom: 0;
}
.article-left p {
margin-left: 0;
margin-right: 0;
}
.tutorial-list .right-image p, .tutorial-list .right-image h4 {
margin-left: 30px;
}
.tutorial-list li .full-size {
margin-bottom: -66px;
max-width: 90%;
}
.tutorial-list .hidden {
display: none;
}
.tutorial-list .question {
text-align: center;
}
.windows-download {
color: #fff;
display: inline-block;
font-size: 18px;
margin: 0 0 50px;
background-color: #71bc22;
padding: 10px 14px;
line-height: 27px;
font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", "Lucida Grande", sans-serif;
font-weight: 300;
-webkit-backface-visibility: hidden;
}
.windows-download:hover {
color: #fff;
background-color: #62b30e;
}
.windows-download .icon {
background: url('../images/download@2x.png') no-repeat center;
background-size: 21px 21px;
height: 21px;
width: 21px;
margin: 0 9px -4px 0;
display: inline-block;
}
.mac-download {
display:inline-block;
text-decoration:none;
text-shadow:0 -1px 0 rgba(0,0,0,0.3);
background-color:#3582df;
background-image: -moz-linear-gradient(#45b3f3 0%, #3582df 100%);
background-image: -webkit-linear-gradient(#45b3f3 0%, #3582df 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b3f3', endColorstr='#3582df')";
border-radius:4px;
box-shadow:0 1px 2px rgba(0,0,0,0.3);
margin: 0 0 50px;
padding: 12px 20px 14px 15px;
font-size: 17px;
-webkit-backface-visibility: hidden;
font-weight: normal;
color: #fff;
}
.mac-download::before {
content: "";
width: 23px;
height: 24px;
display: inline-block;
background-image: url(../images/download-arrow@2x.png);
background-size: 23px 24px;
margin-right: 11px;
margin-bottom: -7px;
}
.mac-download:hover:before {
opacity: 0.8;
}
.mac-download:hover {
color: #fff;
background-image: -moz-linear-gradient(#56bdf9 0%, #358af0 100%);
background-image: -webkit-linear-gradient(#56bdf9 0%, #358af0 100%);
border-radius:4px;
}
.tutorial-list > li:last-child:before {
content: "";
position: absolute;
left: -55px;
top: 0;
height: 105%;
width: 10px;
background-color: #f5f5f5;
}
.tutorial-list .right {
margin: -45px 0 0 30px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.details {
font-size: 14px;
font-weight: 400;
}
.tutorial-list .question:after {
content: "?";
}
.tutorial-list > li:not(.question):after {
counter-increment: tutorialstep;
content: counter(tutorialstep);
}
.tutorial-list > li:after {
width: 58px;
height: 58px;
line-height: 58px;
background-color: #327fc7;
border-radius: 200px;
font-size: 30px;
font-weight: 300;
color: #fff;
position: absolute;
left: -15px;
top: -15px;
text-align: center;
-webkit-backface-visibility: hidden;
z-index: 100;
}
.hero-octicon {
width: 100px;
height: 100px;
border-radius: 50px;
text-align: center;
border: solid 1px #e5e5e5;
margin: 0 auto 15px;
display: block;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.hero-octicon:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.next-steps .hero-octicon {
margin-bottom: 35px;
}
.terminal {
width: 700px;
margin: 30px auto 0;
}
.header {
height: 25px;
display: block;
background: -moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 5%, #aaaaaa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(5%,#cfcfcf), color-stop(100%,#aaaaaa));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
background: linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );
border: 1px solid #9c9c9c;
border-bottom-color: #111;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
text-align: center;
font-size: 13px;
line-height: 25px;
text-shadow: 0 1px 0 rgba(255,255,255,0.6);
color: #444;
}
.shell {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-size: 17px;
line-height: 28px;
color: #eeeb82;
background-color: #3d3d3d;
overflow: hidden;
padding: 20px;
margin: 0;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
text-align: left;
display: block;
}
.tutorial-list .shell p {
margin: 0;
font-weight: bold;
-webkit-backface-visibility: hidden;
}
.path {
color: #71cfee;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 0.6em;
}
.prompt {
color: #d74d52;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 0.6em;
}
/* end Tutorials */
/* Next steps */
.next-steps {
margin-top: 80px;
}
.next-steps p {
font-weight: 400;
}
.next-steps li {
display: table-cell;
text-align: center;
padding: 0 20px 0;
-webkit-transition: opacity 0.8s ease-in-out 0s;
-moz-transition: opacity 0.8s ease-in-out 0s;
-ms-transition: opacity 0.8s ease-in-out 0s;
-o-transition: opacity 0.8s ease-in-out 0s;
transition: opacity 0.8s ease-in-out 0s;
}
.next-steps .animate-in {
opacity: 0;
}
.next-steps li:first-child, .next-steps li:last-child {
padding-left: 0;
padding-right: 0;
}
.next-steps .custom-urls {
-webkit-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
-ms-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.next-steps .guides {
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
/* end next steps */
.left {
float: left;
}
.article-left {
width: 500px;
margin-left: 20px;
}
/* @group Octicons -------------------- */
@font-face {
font-family: 'octicons';
src: url('octicons.eot');
src: url('octicons.eot#iefix') format('embedded-opentype'),
url('octicons.woff') format('woff'),
url('octicons.ttf') format('truetype'),
url('octicons.svg#octicons') format('svg');
font-weight: normal;
font-style: normal;
}
.octicon-book:before { content: '\f007'} /* */
.octicon-check:before { content: '\f03a'} /* */
.octicon-link:before { content: '\f05c'} /* */
.octicon-pencil:before { content: '\f058'} /* */
/* @end Octicons */
.page .content { padding-left: 10%; padding-right: 10%; }
.versions { font-size: 1.1em; }
.versions table {
margin-left: auto;
margin-right: auto;
margin-top: 25px;
font-size: 1.1em;
}
.versions table tr th { font-weight: bold; text-align: left; }
.versions table tr td { padding: 5px 20px 5px 0; } | assets/moxile/css/moxile.css |
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
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;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol li {
list-style-type: decimal;
}
/* ### Common ### */
body {
box-sizing: border-box;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
line-height: 1.4;
font-size: 14px;
}
/*
.octicon is optimized for 16px.
.mega-octicon is optimized for 32px but can be used larger.
*/
.octicon {
font: normal normal 16px octicons;
line-height: 1;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
}
.mega-octicon {
font: normal normal 48px octicons;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
color: #4183c4;
line-height: 100px;
}
.wrapper {
position:relative;
width: 980px;
margin: 0 auto;
}
strong {
font-weight: bold;
}
a {
color: #4183C4;
text-decoration: none;
}
a:hover {
color: #156cc2;
}
p code {
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 4px;
padding: 2px 5px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
h2 {
text-align: center;
font-weight: 200;
line-height: 38px;
margin: 40px auto 0;
font-size: 21px;
max-width: 740px;
}
.page h1.title { margin-top: 25px; }
h4 {
font-size: 30px;
font-weight: 300;
line-height: 1em;
-webkit-backface-visibility: hidden;
}
p {
margin: 15px 0 30px;
font-weight: 300;
line-height: 1.7em;
}
em {
font-style: italic;
}
textarea {
border: none;
background-color: transparent;
width: 400px;
outline: none;
}
.logo {
display: block;
width: 128px;
margin: 0 auto;
}
#hero-spot {
padding: 40px 0 0;
position: relative;
overflow: hidden;
background: #222;
}
.help-link {
position: absolute;
top: 20px;
right: 20px;
background-color: #333;
color: #bbb;
padding: 5px 10px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
-webkit-backface-visibility: hidden;
-webkit-transition: color 0.2s ease-in-out 0s;
-moz-transition: color 0.2s ease-in-out 0s;
-o-transition: color 0.2s ease-in-out 0s;
transition: color 0.2s ease-in-out 0s;
}
.help-link:hover {
color: #fff;
}
h1 {
margin: 90px auto 0 auto;
font-size: 48px;
font-weight: 200;
line-height: 60px;
text-align: center;
max-width: 910px;
color: #333;
}
#hero-spot h1 {
color: #fff;
-webkit-backface-visibility: hidden;
max-width: 830px;
margin-top: 50px;
}
.page #hero-spot img { margin-bottom: 25px; }
#hero-spot h2 {
color: #a7a7a7;
-webkit-backface-visibility: hidden;
line-height: 1.5em;
max-width: none;
margin: 10px auto 60px;
font-size: 18px;
}
.hero-spot h2 > a {
color: #dcdcdc;
text-decoration: underline;
}
.hero-spot h2 > a:hover {
text-decoration: none;
}
#slideshow {
margin: 30px auto 0;
position: relative;
}
.slide {
margin: 0 auto;
max-width: 100%;
position: absolute;
left: 0; right: 0; bottom: 0;
opacity: 0;
z-index: 100;
-webkit-transition: opacity 0.6s ease-in-out 0s;
-moz-transition: opacity 0.6s ease-in-out 0s;
-o-transition: opacity 0.6s ease-in-out 0s;
transition: opacity 0.6s ease-in-out 0s;
}
.slide:first-child {
position: relative;
display: block;
}
.slide.active {
opacity: 1;
z-index: 90;
}
.shadow-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 9px;
background: url(../images/section-shadow.png) repeat-x;
}
#tutorial {
text-align: center;
background-color: #f5f5f5;
padding-bottom: 20px;
overflow: hidden;
}
.tabs {
display: inline-block;
margin: 45px auto 0;
font-size: 0;
}
.question .tabs {
margin: 30px auto 0;
}
.tabs li {
display: inline-block;
margin: 0;
font-size: 15px;
}
.tabs li:first-child a {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.tabs li:last-child a {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.tabs li:nth-child(even) a {
margin: 0 -1px;
}
.tabs a {
color: #323232;
background-color: #fff;
padding: 10px 20px;
display: inline-block;
border: 1px solid #dddddd;
position: relative;
line-height: 1em;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.question .tabs a {
background-color: #fcfcfc;
}
.tabs a:hover {
color: #327fc7;
border-color: #327fc7;
z-index: 10;
}
.tabs a.selected {
z-index: 20;
color: #fff;
background-color: #327fc7;
border-color: #327fc7;
outline: none;
}
/* Tutorials */
.tutorial-list {
margin-top: 90px;
counter-reset: tutorialstep;
display: none;
}
.tutorial-list.active {
display: block;
}
.tutorial-list > li {
position: relative;
background-color: #fff;
margin: 0 0 70px 0px;
padding: 40px 0 60px;
font-size: 18px;
border: 1px solid #ddd;
border-radius: 5px;
text-align: center;
z-index: 1;
-webkit-transition: all 0.6s ease-in-out 0s;
-moz-transition: all 0.6s ease-in-out 0s;
-o-transition: all 0.6s ease-in-out 0s;
transition: all 0.6s ease-in-out 0s;
}
.tutorial-list .image-right {
padding-right: 440px;
}
.tutorial-list .image-right p {
margin-left: 30px;
margin-right: 30px;
}
#create-repo-step {
background: #fff url(../img/new-file@2x.png) no-repeat right 0;
background-size: 446px 344px;
}
#setup-in-desktop {
background: #fff url(../img/QuickLook.png) no-repeat right 0;
background-size: 443px 303px;
}
.tutorial-list .animate-in {
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-o-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
opacity: 0;
}
.tutorial-list p {
margin: 30px 120px 30px;
}
.tutorial-list p:last-child {
margin-bottom: 0;
}
.article-left p {
margin-left: 0;
margin-right: 0;
}
.tutorial-list .right-image p, .tutorial-list .right-image h4 {
margin-left: 30px;
}
.tutorial-list li .full-size {
margin-bottom: -66px;
max-width: 90%;
}
.tutorial-list .hidden {
display: none;
}
.tutorial-list .question {
text-align: center;
}
.windows-download {
color: #fff;
display: inline-block;
font-size: 18px;
margin: 0 0 50px;
background-color: #71bc22;
padding: 10px 14px;
line-height: 27px;
font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", "Lucida Grande", sans-serif;
font-weight: 300;
-webkit-backface-visibility: hidden;
}
.windows-download:hover {
color: #fff;
background-color: #62b30e;
}
.windows-download .icon {
background: url('../images/download@2x.png') no-repeat center;
background-size: 21px 21px;
height: 21px;
width: 21px;
margin: 0 9px -4px 0;
display: inline-block;
}
.mac-download {
display:inline-block;
text-decoration:none;
text-shadow:0 -1px 0 rgba(0,0,0,0.3);
background-color:#3582df;
background-image: -moz-linear-gradient(#45b3f3 0%, #3582df 100%);
background-image: -webkit-linear-gradient(#45b3f3 0%, #3582df 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b3f3', endColorstr='#3582df')";
border-radius:4px;
box-shadow:0 1px 2px rgba(0,0,0,0.3);
margin: 0 0 50px;
padding: 12px 20px 14px 15px;
font-size: 17px;
-webkit-backface-visibility: hidden;
font-weight: normal;
color: #fff;
}
.mac-download::before {
content: "";
width: 23px;
height: 24px;
display: inline-block;
background-image: url(../images/download-arrow@2x.png);
background-size: 23px 24px;
margin-right: 11px;
margin-bottom: -7px;
}
.mac-download:hover:before {
opacity: 0.8;
}
.mac-download:hover {
color: #fff;
background-image: -moz-linear-gradient(#56bdf9 0%, #358af0 100%);
background-image: -webkit-linear-gradient(#56bdf9 0%, #358af0 100%);
border-radius:4px;
}
.tutorial-list > li:last-child:before {
content: "";
position: absolute;
left: -55px;
top: 0;
height: 105%;
width: 10px;
background-color: #f5f5f5;
}
.tutorial-list .right {
margin: -45px 0 0 30px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.details {
font-size: 14px;
font-weight: 400;
}
.tutorial-list .question:after {
content: "?";
}
.tutorial-list > li:not(.question):after {
counter-increment: tutorialstep;
content: counter(tutorialstep);
}
.tutorial-list > li:after {
width: 58px;
height: 58px;
line-height: 58px;
background-color: #327fc7;
border-radius: 200px;
font-size: 30px;
font-weight: 300;
color: #fff;
position: absolute;
left: -15px;
top: -15px;
text-align: center;
-webkit-backface-visibility: hidden;
z-index: 100;
}
.hero-octicon {
width: 100px;
height: 100px;
border-radius: 50px;
text-align: center;
border: solid 1px #e5e5e5;
margin: 0 auto 15px;
display: block;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.hero-octicon:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.next-steps .hero-octicon {
margin-bottom: 35px;
}
.terminal {
width: 700px;
margin: 30px auto 0;
}
.header {
height: 25px;
display: block;
background: -moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 5%, #aaaaaa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(5%,#cfcfcf), color-stop(100%,#aaaaaa));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
background: linear-gradient(top, #f7f7f7 0%,#cfcfcf 5%,#aaaaaa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );
border: 1px solid #9c9c9c;
border-bottom-color: #111;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
text-align: center;
font-size: 13px;
line-height: 25px;
text-shadow: 0 1px 0 rgba(255,255,255,0.6);
color: #444;
}
.shell {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-size: 17px;
line-height: 28px;
color: #eeeb82;
background-color: #3d3d3d;
overflow: hidden;
padding: 20px;
margin: 0;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
text-align: left;
display: block;
}
.tutorial-list .shell p {
margin: 0;
font-weight: bold;
-webkit-backface-visibility: hidden;
}
.path {
color: #71cfee;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 0.6em;
}
.prompt {
color: #d74d52;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 0.6em;
}
/* end Tutorials */
/* Next steps */
.next-steps {
margin-top: 80px;
}
.next-steps p {
font-weight: 400;
}
.next-steps li {
display: table-cell;
text-align: center;
padding: 0 20px 0;
-webkit-transition: opacity 0.8s ease-in-out 0s;
-moz-transition: opacity 0.8s ease-in-out 0s;
-ms-transition: opacity 0.8s ease-in-out 0s;
-o-transition: opacity 0.8s ease-in-out 0s;
transition: opacity 0.8s ease-in-out 0s;
}
.next-steps .animate-in {
opacity: 0;
}
.next-steps li:first-child, .next-steps li:last-child {
padding-left: 0;
padding-right: 0;
}
.next-steps .custom-urls {
-webkit-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
-ms-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.next-steps .guides {
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
/* end next steps */
.left {
float: left;
}
.article-left {
width: 500px;
margin-left: 20px;
}
/* @group Octicons -------------------- */
@font-face {
font-family: 'octicons';
src: url('octicons.eot');
src: url('octicons.eot#iefix') format('embedded-opentype'),
url('octicons.woff') format('woff'),
url('octicons.ttf') format('truetype'),
url('octicons.svg#octicons') format('svg');
font-weight: normal;
font-style: normal;
}
.octicon-book:before { content: '\f007'} /* */
.octicon-check:before { content: '\f03a'} /* */
.octicon-link:before { content: '\f05c'} /* */
.octicon-pencil:before { content: '\f058'} /* */
/* @end Octicons */
.page .content { padding-left: 10%; padding-right: 10%; }
.versions { font-size: 1.1em; }
.versions table {
margin-left: auto;
margin-right: auto;
margin-top: 25px;
font-size: 1.1em;
}
.versions table tr th { font-weight: bold; text-align: left; }
.versions table tr td { padding: 5px 20px 5px 0; } | 0.408749 | 0.076339 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');
html, body {
width: auto!important;
overflow-x: hidden!important;
}
* {
margin: 0;
padding: 0;
}
/*Header Top*/
.headTop {
height: 35px;
background-color: #bc4236;
}
.headTop .row {
padding-left: 65px;
padding-right: 65px;
}
.phone-icon {
width: 15%;
margin-top: 5px;
margin-bottom: 5px;
}
.headTop .phoneTop {
font-family: 'Roboto', sans-serif;
font-weight: 400;
margin: 0;
margin-top: -40px;
padding-left: 30px;
color: white;
font-size: 12px;
}
.mail-icon {
width: 10%;
margin-top: 5px;
margin-bottom: 7px;
}
.headTop .emailTop {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 12px;
margin: 0;
margin-top: -45px;
padding-left: 30px;
color: white;
}
.socialTop {
padding-top: 5px;
}
.socialTop .facebook-icon {
width: 6%;
}
.socialTop .twit-icon {
width: 6%;
}
.socialTop .instagram-icon {
width: 6%;
}
/*Responsive Header*/
@media only screen and (max-width: 575px) {
.headTop {
display: none;
}
.phone-icon {
width: 30%;
}
.headTop .row {
padding-left: 0px;
padding-right: 0px;
}
.headTop .mail-col {
margin-left: 0px !important;
padding-left: 20px;
}
.headTop .phoneTop {
padding-top: 8px;
padding-left: 15px;
font-size: 50% !important;
}
.mail-icon {
width: 25%;
}
.headTop .emailTop {
font-size: 50%;
padding-top: 10px !important;
padding-left: 20px;
}
.socialTop {
padding-top: 6px;
}
.socialTop .followTop {
padding: 0;
margin-right: 45px !important;
font-size: 50% !important;
text-align: left;
}
.socialTop .facebook-icon {
width: 12%;
}
.socialTop .twit-icon {
width: 12%;
}
.socialTop .instagram-icon {
width: 12%;
}
}
@media only screen and (max-width: 800px) {
.phone-icon {
width: 24% !important;
}
.phoneTop {
font-size: 11px !important;
}
.mail-icon {
width: 16% !important;
margin-left: 42px !important;
}
.emailTop {
font-size: 11px !important;
padding-left: 65px !important;
margin-top: -41px !important;
}
}
@media only screen and (min-width: 801px) and (max-width: 1050px) {
.headTop .col-2 {
margin-left: -41px !important;
}
.headTop .phoneTop {
margin-top: -43px !important;
}
.headTop .emailTop {
margin-top: -42px !important;
}
.headTop .socialTop .followTop {
margin-right: -120px !important;
}
}
/*Navigation and Logo*/
.navigation {
background-color: white;
}
.navigation li {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 14px;
}
.navbar.scrolled {
background-color: white !important;
}
.logo {
margin-left: 60px;
width: 370px;
}
.navbar-collapse {
margin-top: 14px;
}
.navbar-nav {
margin-right: -765px;
}
.simple {
padding-right: 28px;
}
.nav-item a {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
color: black;
text-decoration: none;
}
.nav-item {
list-style: none;
}
.dropbtn-about {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
background-color: white;
border: none;
width: 100px;
margin-left: -20px;
}
.dropbtn {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
background-color: white;
border: none;
width: 120px;
}
.dropbtn-infra {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
background-color: white;
border: none;
width: 150px;
margin-left: 1px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropbtn-about img.dropdown-icon {
width: 7px;
margin-left: 7px;
transform: rotate(90deg);
}
.dropbtn img.dropdown-icon {
width: 7px;
margin-left: 7px;
transform: rotate(90deg);
}
.dropbtn-infra img.dropdown-icon-infra {
width: 7px;
margin-left: 7px;
transform: rotate(90deg);
}
.dropdown-content {
display: none;
position: absolute;
background-color: white;
width: 160px;
/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
z-index: 1;
padding-top: 10px;
margin-left: -25px;
}
.dropdown-content a {
text-decoration: none;
display: block;
padding: 10px;
}
.dropdown-content a:hover {
background-color: #bc4236;
color: white;
}
.dropdown-content a:hover img {
filter: invert(100%);
}
.dropdown-content a.active {
background-color: #bc4236;
color: white;
}
.dropdown:hover .dropdown-content {
display: block ;
}
.dropdown:hover .dropbtn {
color: #bc4236;
}
.dropdown:hover .dropbtn-about {
color: #bc4236;
}
.dropdown:hover .dropbtn-infra {
color: #bc4236;
}
.dropdown-content .dropdown-icon {
width: 10px;
padding-top: 3px;
float: right;
}
@media only screen and (min-width: 350px) and (max-width: 765px) {
.logo {
width: 59%;
margin-left: 0%;
}
.logo.scrolled {
width: 63%;
margin-left: 0%;
}
.navbar-toggler {
margin-left: 71px;
}
.navigation li {
font-size: 10px;
margin-top: 4px !important;
}
.navigation .toggle-btn {
display: none;
}
.navigation a {
font-size: 10px !important;
}
.navbar.scrolled {
background-color: white !important;
}
.dropbtn-about {
font-size: 10px !important;
margin-left: -22px !important;
}
.dropbtn {
font-size: 10px !important;
margin-left: -26px !important;
}
.dropbtn-infra {
font-size: 10px !important;
margin-left: -36px !important;
}
.simple.gallery a {
margin-left: -10px !important;
}
.dropbtn-about img.dropdown-icon {
width: 5px !important;
}
.dropbtn-infra img.dropdown-icon-infra {
width: 5px !important;
}
.dropbtn img.dropdown-icon {
width: 5px !important;
}
.dropdown-content {
margin-left: -1px !important;
}
#administration {
margin-left: 160px !important;
top: 132px !important;
width: 150px !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
.logo {
width: 295px !important;
}
.navigation .navbar-toggler {
/*padding-left: 558px !important;*/
display: none;
}
.navigation .toggle-btn .show-btn {
display: block;
margin-left: 605px !important;
margin-top: -33px !important;
}
.navigation .col-md-8 {
margin-left: 77px !important;
}
.navigation li {
margin-top: 14px !important;
}
.navbar-nav {
margin-top: 30px !important;
}
.dropbtn-about {
margin-left: -18px !important;
}
.dropbtn {
margin-left: -18px !important;
}
.dropbtn-infra {
margin-left: -26px !important;
}
.simple.simple.gallery a {
margin-left: -10px !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.logo {
margin-left: 3px !important;
width: 310px !important;
}
.navbar-nav {
margin-right: -642px !important;
margin-top: -3px !important;
}
.nav-item a {
font-size: 11px !important;
font-weight: 700 !important;
}
.dropbtn-about {
font-size: 11px !important;
font-weight: 700;
}
.dropbtn {
font-size: 11px !important;
font-weight: 700;
margin-right: -12px !important;
}
.dropbtn-infra {
font-size: 11px !important;
font-weight: 700;
margin-left: 0px !important;
}
}
/*Responsive Sider*/
@media only screen and (max-width: 767px) {
.carousel-control-prev-icon, .carousel-control-next-icon {
width: 14px;
}
.carousel-indicators li{
width: 20px;
height: 2px;
}
.w-100 {
width: 130% !important;
}
}
/*Cards*/
.notification {
display: flex;
align-items: center;
width: 100%;
height: auto;
}
.notification .card {
margin-top: 25%;
margin-bottom: 25%;
border: none;
}
.mic {
margin-left: 38%;
width: 25%;
height: 25%;
margin-top: -15px;
}
li span {
text-align: center;
}
.card-body li {
padding-top: 10px;
list-style: none;
}
.card-body li::before {
content: "\25AA";
color: gray;
opacity: 0.5;
margin-right: 16px;
width: 13px;
font-size: 15px;
}
@media only screen and (min-width: 358px) and (max-width: 538px) {
.notification .row {
margin-left: -15px !important;
margin-bottom: 43px !important;
}
.notification .col-lg-4 {
width: 54% !important;
padding-left: 30px !important;
margin-bottom: -42px;
}
.notification .card {
width: 300px !important;
height: 242px !important;
padding-top: -25px !important;
padding-bottom: -25px !important;
}
.notification .card-body h5.card-title {
font-size: 13px !important;
}
.card-body li {
font-size: 10px;
padding-top: 3px !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.notification .row {
margin-left: -15px !important;
margin-bottom: 43px !important;
}
.notification .col-lg-4 {
width: 54% !important;
padding-left: 120px !important;
margin-bottom: -42px;
}
.notification .card {
width: 300px !important;
height: 242px !important;
padding-top: -25px !important;
padding-bottom: -25px !important;
}
.notification .card-body h5.card-title {
font-size: 13px !important;
}
.card-body li {
font-size: 10px;
padding-top: 3px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.notification .row {
margin-left: 100px !important;
}
.notification .col-lg-4 {
width: 42% !important;
padding-left: 30px !important;
margin-bottom: -42px;
}
.notification .card {
margin-left: -122px;
}
.notification .news.card {
margin-left: -22px !important;
}
.notification .quick.card {
margin-left: 70px !important;
margin-bottom: 91px !important;
margin-top: 0px !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.notification .card-1.col-lg-4 {
margin-left: 5% !important;
}
.notification .card-2.col-lg-4 {
margin-left: 7% !important;
}
.notification .card-3.col-lg-4 {
margin-top: -13% !important;
margin-left: 25% !important;
}
}
/*About*/
.read_more {
font-family: 'Roboto', sans-serif;
font-weight: 500;
background-color: #bc4236;
color: white;
font-weight: bold;
padding: 15px;
font-size: 14px;
border: none;
cursor: pointer;
width: 22%;
}
.about .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e;
color: white;
}
@media only screen and (max-width: 767px) {
.about .card.mb-3 {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.about-img {
width: 92% !important;
margin-left: 9px !important;
}
.about .card-body h5 {
font-size: 11px !important;
}
.about .card-body h4 {
font-size: 14px !important;
}
.about .card-body .card-text {
font-size: 11px !important;
}
.about .row .col-md-8 {
margin-left: -6px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
.about .read_more {
font-size: 9px !important;
width: 44% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.about-img {
margin-left: 154px !important;
width: 169% !important;
}
.about .card-body {
margin-top: 403px;
margin-right: 86px;
margin-left: -178px !important;
}
.about .read_more {
width: 30% !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.about-img {
width: 117% !important;
}
.about .card-body {
margin-top: -4% !important;
margin-left: 7% !important;
}
.about .card-text {
font-size: 15px !important;
}
.about .read_more {
width: 30% !important;
}
}
/*Soce of Works*/
.read-icon {
width: 7px;
margin-left: 6px;
}
@media only screen and (min-width: 358px) and (max-width: 538px) {
.scope .container-fluid {
padding-bottom: 60px !important;
padding-top: 60px !important;
}
.scope h2 {
font-size: 18px !important;
}
.scope h5 {
font-size: 14px !important;
}
.scope .card-text {
font-size: 11px !important;
padding-top: 20px !important;
}
.scope .card a {
font-size: 11px !important;
}
.scope .col-lg-3 {
padding-left: 0px !important;
margin-left: -35px !important;
}
.scope .card {
margin-bottom: 36px !important;
width: 290px !important;
}
.scope .card-text.view-all-btn {
margin-top: 18px !important;
}
.scope .view-all {
padding: 11px !important;
font-size: 8px !important;
width: 21% !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.scope .container-fluid {
padding-bottom: 60px !important;
padding-top: 60px !important;
}
.scope h2 {
font-size: 18px !important;
}
.scope h5 {
font-size: 14px !important;
}
.scope .card-text {
font-size: 11px !important;
padding-top: 20px !important;
}
.scope .card a {
font-size: 11px !important;
}
.scope .col-lg-3 {
padding-left: 0px !important;
margin-left: 48px !important;
}
.scope .card {
margin-bottom: 36px !important;
width: 290px !important;
}
.scope .card-text.view-all-btn {
margin-top: 18px !important;
}
.scope .view-all {
padding: 11px !important;
font-size: 8px !important;
width: 21% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.scope .fish .card {
margin-left: 292px !important;
margin-top: -385px !important;
}
.scope .animal, .handloom .card{
margin-top: 24px !important;
}
.scope .handloom .card {
margin-top: -384px !important;
margin-left: 298px !important;
}
.scope .view-all {
width: 14% !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.scope .agri.col-lg-3 {
padding-left: 0px !important;
margin-left: 32px !important;
}
.scope .fish.col-lg-3 {
margin-left: 42px !important;
}
.scope .animal.col-lg-3 {
margin-left: 72px !important;
}
.scope .handloom.col-lg-3 {
margin-left: 8px !important;
margin-top: 16px !important;
}
}
/*Social Media Updates*/
.social-media {
background-image: url("../images/06.png");
background-repeat: no-repeat;
background-position: bottom;
width: 100%;
}
.facebook {
font-family: 'Roboto', sans-serif;
background-color: #4267b2;
margin-top: 2%;
width: 340px;
margin-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.facebook .fa-facebook-f {
color: white;
font-size: 15px;
margin-left: 33%;
padding-top: 4%;
}
.fb-feed {
padding-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.twitter {
font-family: 'Roboto', sans-serif;
background-color: #1ea0e2;
margin-top: 2%;
width: 340px;
margin-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.twitter .fa-twitter {
color: white;
font-size: 15px;
margin-left: 33%;
padding-top: 4%;
}
.instagram {
font-family: 'Roboto', sans-serif;
background-color: #cd486b;
margin-top: 2%;
width: 340px;
margin-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.instagram .fa-instagram {
color: white;
font-size: 15px;
margin-left: 33%;
padding-top: 4%;
}
@media only screen and (min-width: 358px) and (max-width: 538px) {
.social-media .container-fluid {
padding-top: 20px !important;
padding-bottom: 65px !important;
margin-top: 25px !important;
}
.social-media h2 {
font-size: 18px !important;
}
.social-media .col-md-4 {
padding-left: 0px !important;
margin-left: -25% !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.social-media .container-fluid {
padding-top: 20px !important;
padding-bottom: 65px !important;
margin-top: 25px !important;
}
.social-media h2 {
font-size: 18px !important;
}
.social-media .col-md-4 {
padding-left: 0px !important;
margin-left: 1% !important;
}
.social-media .twit.col-md-4 {
padding-left: 0px !important;
margin-left: 1% !important;
margin-top: 32px !important;
}
.social-media .insta.col-md-4 {
padding-left: 0px !important;
margin-left: 1% !important;
margin-top: 32px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.social-media .row {
margin-left: -36px !important;
}
.twit.col-md-4 {
margin-top: 0px !important;
margin-left: 160px;
}
.insta.col-md-4 {
margin-left: 190px !important;
margin-top: 36px !important
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.social-media .col-md-4 {
margin-left: 70px !important;
}
.social-media .twit.col-md-4 {
margin-left: 86px !important;
}
.social-media .insta.col-md-4 {
margin-left: 243px !important;
margin-top: 37px !important;
}
}
/*Social Counts*/
.social-counts {
background-image: url('../images/BG.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.overlay {
background-color: #07173b;
opacity: 0.85;
}
.people {
width: 25%;
}
.people-count {
font-family: 'Roboto', sans-serif;
color: white;
font-size: 285%;
font-weight: 700;
text-align: center;
margin-top: -10px;
}
.people-intro {
font-family: 'Roboto', sans-serif;
color: white;
opacity: 0.8;
text-align: center;
margin: 0px;
margin-top: -25px;
font-size: 16px;
}
.calender {
width: 25%;
}
.date-count {
font-family: 'Roboto', sans-serif;
color: white;
font-size: 285%;
font-weight: 700;
text-align: center;
margin-top: -10px;
}
.date-intro {
font-family: 'Roboto', sans-serif;
color: white;
opacity: 0.8;
text-align: center;
margin: 0px;
margin-top: -25px;
font-size: 16px;
}
.funds {
width: 25%;
}
.funds-count {
font-family: 'Roboto', sans-serif;
color: white;
font-size: 285%;
font-weight: 700;
text-align: center;
margin-top: -10px;
}
.funds-intro {
font-family: 'Roboto', sans-serif;
color: white;
opacity: 0.8;
text-align: center;
margin: 0px;
margin-top: -25px;
font-size: 16px;
}
@media only screen and (max-width: 767px) {
.social-counts {
background-attachment: scroll;
}
.social-counts .container-fluid {
margin-left: 20px !important;
}
.social-counts .col-lg-4 {
padding-left: 0px !important;
}
.people {
width: 67% !important;
}
.people-count {
font-size: 180% !important;
margin-top: -17px !important;
}
.people-intro {
font-size: 12px !important;
margin-top: -17px !important;
}
.calender {
width: 67% !important;
}
.date-count {
font-size: 180% !important;
margin-top: -17px !important;
}
.date-intro {
font-size: 12px !important;
margin-top: -17px !important;
}
.funds {
width: 67% !important;
}
.funds-count {
font-size: 180% !important;
margin-top: -17px !important;
}
.funds-intro {
font-size: 12px !important;
margin-top: -17px !important;
}
.social-counts .container-fluid {
padding-top: 36px !important;
padding-bottom: 36px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.people {
width: 15% !important;
}
.for-people p {
text-align: left !important;
}
.for-people .people-count {
font-size: 159% !important;
}
.for-people .people-intro {
font-size: 13px !important;
margin-top: -18px !important;
}
.social-counts .for-date.col-lg-4 {
padding: 0% !important;
margin-top: -162px !important;
margin-left: 220px !important;
}
.for-date p {
text-align: left !important;
}
.calender {
width: 28% !important;
margin-left: -14px !important;
padding-top: 7px !important;
}
.for-date .date-count {
font-size: 159% !important;
margin-top: -18px !important;
}
.social-counts .for-funds.col-lg-4 {
padding: 0% !important;
margin-left: 407px !important;
margin-top: -162px !important;
}
.for-funds p {
text-align: left !important;
}
.funds {
width: 72% !important;
margin-left: -16px !important;
margin-top: -9px !important;
}
.for-funds .funds-count {
font-size: 159% !important;
margin-top: -21px !important;
}
.for-funds .funds-intro {
font-size: 13px !important;
margin-top: -19px !important;
}
}
/* Gallery */
.gal {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
column-gap: 3%;
cursor: pointer;
}
.gal img{
width: 100%;
padding: 20px 0;
}
@media only screen and (min-width: 350px) and (max-width: 374px){
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -229px;
margin-top: 222px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -198px;
margin-top: 461px;
}
.gal-cp img {
width: 168% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 40px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 375px) and (max-width: 409px){
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -246px;
margin-top: 255px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -212px;
margin-top: 503px;
}
.gal-cp img {
width: 172% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 40px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 410px) and (max-width: 419px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -246px;
margin-top: 245px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -212px;
margin-top: 489px;
}
.gal-cp img {
width: 173% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 40px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 420px) and (max-width: 538px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -286px;
margin-top: 281px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -245px;
margin-top: 567px;
}
.gal-cp img {
width: 173% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 47px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -426px;
margin-top: 419px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -365px;
margin-top: 844px;
}
.gal-cp img {
width: 174% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 71px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
margin-left: 41px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -2px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 122%;
padding: 3px !important;
}
.gal .pic2 {
width: 122%;
padding: 3px !important;
}
.gal .pic4 {
width: 122%;
padding: 3px !important;
margin-left: -653px;
margin-top: 392px !important;
}
.gal .pic5 {
width: 122%;
padding: 3px !important;
margin-left: 1px;
margin-top: 392px !important;
}
.gal-cp img {
width: 116% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 64% !important;
margin-left: 10px;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 40% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
width: 14% !important;
padding: 7px;
}
}
.gal-cp img {
width: 100%; /* width of container */
height: 100%; /* height of container */
object-fit: cover;
object-position: 20% 10%; /* try 20px 10px */
border: 0px solid white;
}
.view-all {
font-family: 'Roboto', sans-serif;
background-color: #bc4236;
color: white;
font-weight: 700;
padding: 15px;
font-size: 13px;
border: none;
cursor: pointer;
width: 10%;
}
.view-all:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e;
color: white;
}
/*Livelihood & Tourism*/
.livelihood {
background-image: url("../images/07.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.tractor {
width: 25%;
margin-left: 10%;
}
.livelihood-head {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-weight: bolder;
font-size: 150%;
margin-left: 10%;
}
.livelihood-intro {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-size: 16px;
font-weight: 400;
margin-left: 10%;
padding-top: 2%;
}
.livelihood .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e;
color: white;
}
.tourism {
background-image: url("../images/08.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.tourism .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #0c2a70 !important;
color: white;
}
.tourism-icon {
width: 25%;
margin-left: 8%;
}
.tourism-head {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-weight: 700;
font-size: 150%;
margin-left: 10%;
}
.tourism-intro {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-weight: 400;
margin-left: 10%;
font-size: 16px;
padding-top: 2%;
}
@media only screen and (max-width: 767px) {
.livelihood div {
margin-left: -10px !important;
}
.livelihood-head {
font-size: 140%;
}
.livelihood-intro {
font-size: 12px;
}
.livelihood .read_more {
font-size: 9px !important;
width: 44% !important;
}
.tourism div {
margin-left: -8px !important;
}
.tourism-head {
font-size: 140%;
}
.tourism-intro {
font-size: 12px;
}
.tourism .read_more {
font-size: 9px !important;
width: 44% !important;
}
}
/*Testimonials*/
.testimonial-bg {
background-image: url("../images/icons/Testimonial\ icon-19.svg");
background-repeat: no-repeat;
background-size: 65px;
background-position-x: 190px;
background-position-y: 295px;
}
.testimonial {
font-family: 'Roboto', sans-serif;
color: black;
font-weight: 400;
font-size: 15px;
text-align: center;
}
.testimonial img {
height: 120px;
width: 120px;
padding: 6px;
object-fit: cover;
border-radius: 50%;
}
.dp {
border:2px solid #bc4236;
border-radius: 50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
.dot {
cursor: pointer;
height: 12px;
width: 12px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
@media only screen and (max-width: 767px) {
.testimonial {
font-size: 12px;
}
.testimonial-bg {
background-position-x: 150px;
background-position-y: 350px;
}
}
/*Sign Up*/
.signup {
background-color: #114c91;
height: 200px;
}
.signup .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e !important;
color: white;
}
.newsletter {
padding-left: 5%;
padding-top: 73px;
padding-bottom: 73px;
}
.newsletter-head {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
font-size: 100%;
padding-top: -75px;
letter-spacing: 2px;
}
.newsletter-intro {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
font-weight: bolder;
font-size: 180%;
letter-spacing: 2px;
}
.newsletter .read_more {
background-color: #bc4236;
color: white;
font-weight: bold;
padding: 12px;
font-size: 13px;
border: none;
cursor: pointer;
width: 22%;
}
.email {
margin-left: 25px;
}
input[type=email] {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
padding-left: 25px;
outline: none;
}
.email::-webkit-input-placeholder {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
}
@media only screen and (max-width: 767px) {
.for-newsletter .container-fluid {
padding-left: 15px !important;
padding-right: 15px !important;
}
.newsletter {
padding-top: 33px;
}
.newsletter.signup {
margin-left: 0px !important;
margin-right: 0px !important;
}
.newsletter-head {
font-size: 76%;
text-align: center;
}
.newsletter-intro {
font-size: 117%;
text-align: center;
}
.email {
margin-top: -3px !important;
margin-left: -6px;
}
.newsletter .read_more {
margin-left: 36px !important;
}
.name {
font-size: 111% !important;
margin-top: 69px !important;
margin-left: -80px !important;
}
.footer.container-fluid {
padding-top: 15% !important;
}
.footer.card-text {
font-size: 14px;
margin-left: -85px !important;
}
footer .quick.col-lg-4 {
padding-left: 0px !important;
margin-left: -57px !important;
}
footer .quick hr, .contact hr {
width: 89%;
}
footer .quick {
font-size: 12px !important;
}
footer .contact.col-lg-4 {
margin-left: -71px !important;
}
.address,.number,.mail {
font-size: 12px !important;
}
.copyright hr {
margin-left: 26px !important;
margin-top: 64px !important;
}
.copyright .message {
font-size: 12px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.newsletter.signup {
margin-left: 19px !important;
margin-right: 6px !important;
}
.newsletter-head {
margin-top: -14px !important;
}
.email {
width: 132% !important;
margin-left: -36px !important;
}
.newsletter .read_more {
width: 70% !important;
}
.footer.container-fluid {
padding-top: 16% !important;
margin-left: -4% !important;
}
footer .quick hr, .contact hr {
width: 89%;
}
.copyright .message {
margin-left: 66px !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.footer.container-fluid {
padding-top: 14% !important;
}
}
/*Footer tag*/
footer {
background-color: #07173b;
position: relative;
}
.footer-logo {
width: 25%;
}
.name {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 900;
font-size: 150%;
}
footer hr {
border-top: 1px solid #bc4236;
width: 10%;
margin: 0;
}
footer li {
list-style: none;
padding: -2px;
}
footer li a {
text-decoration: none;
color: white;
}
.location {
width: 30px;
}
.address {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
font-size: 100%;
text-align: left;
padding-left: -1%;
}
.phone {
width: 30px;
}
.number {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
font-size: 100%;
text-align: left;
padding-top: 1%;
}
.letter {
width: 30px;
}
.mail {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
font-size: 100%;
text-align: left;
padding-top: 1%;
}
.fb-icon {
height: 45px;
width: 45px;
}
.twitter-icon {
height: 50px;
width: 50px;
padding-left: 5px;
}
.insta-icon {
height: 50px;
width: 50px;
padding-left: 5px;
}
.copyright hr {
border-top: 1px solid white;
width: 85%;
margin-top: 100px;
margin-left: 85px;
opacity: 0.4;
}
.message {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
text-align: center;
margin-top: 25px;
margin-bottom: 25px;
}
.art {
width: 100%;
} | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');
html, body {
width: auto!important;
overflow-x: hidden!important;
}
* {
margin: 0;
padding: 0;
}
/*Header Top*/
.headTop {
height: 35px;
background-color: #bc4236;
}
.headTop .row {
padding-left: 65px;
padding-right: 65px;
}
.phone-icon {
width: 15%;
margin-top: 5px;
margin-bottom: 5px;
}
.headTop .phoneTop {
font-family: 'Roboto', sans-serif;
font-weight: 400;
margin: 0;
margin-top: -40px;
padding-left: 30px;
color: white;
font-size: 12px;
}
.mail-icon {
width: 10%;
margin-top: 5px;
margin-bottom: 7px;
}
.headTop .emailTop {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 12px;
margin: 0;
margin-top: -45px;
padding-left: 30px;
color: white;
}
.socialTop {
padding-top: 5px;
}
.socialTop .facebook-icon {
width: 6%;
}
.socialTop .twit-icon {
width: 6%;
}
.socialTop .instagram-icon {
width: 6%;
}
/*Responsive Header*/
@media only screen and (max-width: 575px) {
.headTop {
display: none;
}
.phone-icon {
width: 30%;
}
.headTop .row {
padding-left: 0px;
padding-right: 0px;
}
.headTop .mail-col {
margin-left: 0px !important;
padding-left: 20px;
}
.headTop .phoneTop {
padding-top: 8px;
padding-left: 15px;
font-size: 50% !important;
}
.mail-icon {
width: 25%;
}
.headTop .emailTop {
font-size: 50%;
padding-top: 10px !important;
padding-left: 20px;
}
.socialTop {
padding-top: 6px;
}
.socialTop .followTop {
padding: 0;
margin-right: 45px !important;
font-size: 50% !important;
text-align: left;
}
.socialTop .facebook-icon {
width: 12%;
}
.socialTop .twit-icon {
width: 12%;
}
.socialTop .instagram-icon {
width: 12%;
}
}
@media only screen and (max-width: 800px) {
.phone-icon {
width: 24% !important;
}
.phoneTop {
font-size: 11px !important;
}
.mail-icon {
width: 16% !important;
margin-left: 42px !important;
}
.emailTop {
font-size: 11px !important;
padding-left: 65px !important;
margin-top: -41px !important;
}
}
@media only screen and (min-width: 801px) and (max-width: 1050px) {
.headTop .col-2 {
margin-left: -41px !important;
}
.headTop .phoneTop {
margin-top: -43px !important;
}
.headTop .emailTop {
margin-top: -42px !important;
}
.headTop .socialTop .followTop {
margin-right: -120px !important;
}
}
/*Navigation and Logo*/
.navigation {
background-color: white;
}
.navigation li {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 14px;
}
.navbar.scrolled {
background-color: white !important;
}
.logo {
margin-left: 60px;
width: 370px;
}
.navbar-collapse {
margin-top: 14px;
}
.navbar-nav {
margin-right: -765px;
}
.simple {
padding-right: 28px;
}
.nav-item a {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
color: black;
text-decoration: none;
}
.nav-item {
list-style: none;
}
.dropbtn-about {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
background-color: white;
border: none;
width: 100px;
margin-left: -20px;
}
.dropbtn {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
background-color: white;
border: none;
width: 120px;
}
.dropbtn-infra {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
background-color: white;
border: none;
width: 150px;
margin-left: 1px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropbtn-about img.dropdown-icon {
width: 7px;
margin-left: 7px;
transform: rotate(90deg);
}
.dropbtn img.dropdown-icon {
width: 7px;
margin-left: 7px;
transform: rotate(90deg);
}
.dropbtn-infra img.dropdown-icon-infra {
width: 7px;
margin-left: 7px;
transform: rotate(90deg);
}
.dropdown-content {
display: none;
position: absolute;
background-color: white;
width: 160px;
/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
z-index: 1;
padding-top: 10px;
margin-left: -25px;
}
.dropdown-content a {
text-decoration: none;
display: block;
padding: 10px;
}
.dropdown-content a:hover {
background-color: #bc4236;
color: white;
}
.dropdown-content a:hover img {
filter: invert(100%);
}
.dropdown-content a.active {
background-color: #bc4236;
color: white;
}
.dropdown:hover .dropdown-content {
display: block ;
}
.dropdown:hover .dropbtn {
color: #bc4236;
}
.dropdown:hover .dropbtn-about {
color: #bc4236;
}
.dropdown:hover .dropbtn-infra {
color: #bc4236;
}
.dropdown-content .dropdown-icon {
width: 10px;
padding-top: 3px;
float: right;
}
@media only screen and (min-width: 350px) and (max-width: 765px) {
.logo {
width: 59%;
margin-left: 0%;
}
.logo.scrolled {
width: 63%;
margin-left: 0%;
}
.navbar-toggler {
margin-left: 71px;
}
.navigation li {
font-size: 10px;
margin-top: 4px !important;
}
.navigation .toggle-btn {
display: none;
}
.navigation a {
font-size: 10px !important;
}
.navbar.scrolled {
background-color: white !important;
}
.dropbtn-about {
font-size: 10px !important;
margin-left: -22px !important;
}
.dropbtn {
font-size: 10px !important;
margin-left: -26px !important;
}
.dropbtn-infra {
font-size: 10px !important;
margin-left: -36px !important;
}
.simple.gallery a {
margin-left: -10px !important;
}
.dropbtn-about img.dropdown-icon {
width: 5px !important;
}
.dropbtn-infra img.dropdown-icon-infra {
width: 5px !important;
}
.dropbtn img.dropdown-icon {
width: 5px !important;
}
.dropdown-content {
margin-left: -1px !important;
}
#administration {
margin-left: 160px !important;
top: 132px !important;
width: 150px !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
.logo {
width: 295px !important;
}
.navigation .navbar-toggler {
/*padding-left: 558px !important;*/
display: none;
}
.navigation .toggle-btn .show-btn {
display: block;
margin-left: 605px !important;
margin-top: -33px !important;
}
.navigation .col-md-8 {
margin-left: 77px !important;
}
.navigation li {
margin-top: 14px !important;
}
.navbar-nav {
margin-top: 30px !important;
}
.dropbtn-about {
margin-left: -18px !important;
}
.dropbtn {
margin-left: -18px !important;
}
.dropbtn-infra {
margin-left: -26px !important;
}
.simple.simple.gallery a {
margin-left: -10px !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.logo {
margin-left: 3px !important;
width: 310px !important;
}
.navbar-nav {
margin-right: -642px !important;
margin-top: -3px !important;
}
.nav-item a {
font-size: 11px !important;
font-weight: 700 !important;
}
.dropbtn-about {
font-size: 11px !important;
font-weight: 700;
}
.dropbtn {
font-size: 11px !important;
font-weight: 700;
margin-right: -12px !important;
}
.dropbtn-infra {
font-size: 11px !important;
font-weight: 700;
margin-left: 0px !important;
}
}
/*Responsive Sider*/
@media only screen and (max-width: 767px) {
.carousel-control-prev-icon, .carousel-control-next-icon {
width: 14px;
}
.carousel-indicators li{
width: 20px;
height: 2px;
}
.w-100 {
width: 130% !important;
}
}
/*Cards*/
.notification {
display: flex;
align-items: center;
width: 100%;
height: auto;
}
.notification .card {
margin-top: 25%;
margin-bottom: 25%;
border: none;
}
.mic {
margin-left: 38%;
width: 25%;
height: 25%;
margin-top: -15px;
}
li span {
text-align: center;
}
.card-body li {
padding-top: 10px;
list-style: none;
}
.card-body li::before {
content: "\25AA";
color: gray;
opacity: 0.5;
margin-right: 16px;
width: 13px;
font-size: 15px;
}
@media only screen and (min-width: 358px) and (max-width: 538px) {
.notification .row {
margin-left: -15px !important;
margin-bottom: 43px !important;
}
.notification .col-lg-4 {
width: 54% !important;
padding-left: 30px !important;
margin-bottom: -42px;
}
.notification .card {
width: 300px !important;
height: 242px !important;
padding-top: -25px !important;
padding-bottom: -25px !important;
}
.notification .card-body h5.card-title {
font-size: 13px !important;
}
.card-body li {
font-size: 10px;
padding-top: 3px !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.notification .row {
margin-left: -15px !important;
margin-bottom: 43px !important;
}
.notification .col-lg-4 {
width: 54% !important;
padding-left: 120px !important;
margin-bottom: -42px;
}
.notification .card {
width: 300px !important;
height: 242px !important;
padding-top: -25px !important;
padding-bottom: -25px !important;
}
.notification .card-body h5.card-title {
font-size: 13px !important;
}
.card-body li {
font-size: 10px;
padding-top: 3px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.notification .row {
margin-left: 100px !important;
}
.notification .col-lg-4 {
width: 42% !important;
padding-left: 30px !important;
margin-bottom: -42px;
}
.notification .card {
margin-left: -122px;
}
.notification .news.card {
margin-left: -22px !important;
}
.notification .quick.card {
margin-left: 70px !important;
margin-bottom: 91px !important;
margin-top: 0px !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.notification .card-1.col-lg-4 {
margin-left: 5% !important;
}
.notification .card-2.col-lg-4 {
margin-left: 7% !important;
}
.notification .card-3.col-lg-4 {
margin-top: -13% !important;
margin-left: 25% !important;
}
}
/*About*/
.read_more {
font-family: 'Roboto', sans-serif;
font-weight: 500;
background-color: #bc4236;
color: white;
font-weight: bold;
padding: 15px;
font-size: 14px;
border: none;
cursor: pointer;
width: 22%;
}
.about .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e;
color: white;
}
@media only screen and (max-width: 767px) {
.about .card.mb-3 {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.about-img {
width: 92% !important;
margin-left: 9px !important;
}
.about .card-body h5 {
font-size: 11px !important;
}
.about .card-body h4 {
font-size: 14px !important;
}
.about .card-body .card-text {
font-size: 11px !important;
}
.about .row .col-md-8 {
margin-left: -6px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
.about .read_more {
font-size: 9px !important;
width: 44% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.about-img {
margin-left: 154px !important;
width: 169% !important;
}
.about .card-body {
margin-top: 403px;
margin-right: 86px;
margin-left: -178px !important;
}
.about .read_more {
width: 30% !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.about-img {
width: 117% !important;
}
.about .card-body {
margin-top: -4% !important;
margin-left: 7% !important;
}
.about .card-text {
font-size: 15px !important;
}
.about .read_more {
width: 30% !important;
}
}
/*Soce of Works*/
.read-icon {
width: 7px;
margin-left: 6px;
}
@media only screen and (min-width: 358px) and (max-width: 538px) {
.scope .container-fluid {
padding-bottom: 60px !important;
padding-top: 60px !important;
}
.scope h2 {
font-size: 18px !important;
}
.scope h5 {
font-size: 14px !important;
}
.scope .card-text {
font-size: 11px !important;
padding-top: 20px !important;
}
.scope .card a {
font-size: 11px !important;
}
.scope .col-lg-3 {
padding-left: 0px !important;
margin-left: -35px !important;
}
.scope .card {
margin-bottom: 36px !important;
width: 290px !important;
}
.scope .card-text.view-all-btn {
margin-top: 18px !important;
}
.scope .view-all {
padding: 11px !important;
font-size: 8px !important;
width: 21% !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.scope .container-fluid {
padding-bottom: 60px !important;
padding-top: 60px !important;
}
.scope h2 {
font-size: 18px !important;
}
.scope h5 {
font-size: 14px !important;
}
.scope .card-text {
font-size: 11px !important;
padding-top: 20px !important;
}
.scope .card a {
font-size: 11px !important;
}
.scope .col-lg-3 {
padding-left: 0px !important;
margin-left: 48px !important;
}
.scope .card {
margin-bottom: 36px !important;
width: 290px !important;
}
.scope .card-text.view-all-btn {
margin-top: 18px !important;
}
.scope .view-all {
padding: 11px !important;
font-size: 8px !important;
width: 21% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.scope .fish .card {
margin-left: 292px !important;
margin-top: -385px !important;
}
.scope .animal, .handloom .card{
margin-top: 24px !important;
}
.scope .handloom .card {
margin-top: -384px !important;
margin-left: 298px !important;
}
.scope .view-all {
width: 14% !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.scope .agri.col-lg-3 {
padding-left: 0px !important;
margin-left: 32px !important;
}
.scope .fish.col-lg-3 {
margin-left: 42px !important;
}
.scope .animal.col-lg-3 {
margin-left: 72px !important;
}
.scope .handloom.col-lg-3 {
margin-left: 8px !important;
margin-top: 16px !important;
}
}
/*Social Media Updates*/
.social-media {
background-image: url("../images/06.png");
background-repeat: no-repeat;
background-position: bottom;
width: 100%;
}
.facebook {
font-family: 'Roboto', sans-serif;
background-color: #4267b2;
margin-top: 2%;
width: 340px;
margin-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.facebook .fa-facebook-f {
color: white;
font-size: 15px;
margin-left: 33%;
padding-top: 4%;
}
.fb-feed {
padding-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.twitter {
font-family: 'Roboto', sans-serif;
background-color: #1ea0e2;
margin-top: 2%;
width: 340px;
margin-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.twitter .fa-twitter {
color: white;
font-size: 15px;
margin-left: 33%;
padding-top: 4%;
}
.instagram {
font-family: 'Roboto', sans-serif;
background-color: #cd486b;
margin-top: 2%;
width: 340px;
margin-left: 20%;
filter: drop-shadow(2px 2px 4px rgb(160, 160, 160));
}
.instagram .fa-instagram {
color: white;
font-size: 15px;
margin-left: 33%;
padding-top: 4%;
}
@media only screen and (min-width: 358px) and (max-width: 538px) {
.social-media .container-fluid {
padding-top: 20px !important;
padding-bottom: 65px !important;
margin-top: 25px !important;
}
.social-media h2 {
font-size: 18px !important;
}
.social-media .col-md-4 {
padding-left: 0px !important;
margin-left: -25% !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.social-media .container-fluid {
padding-top: 20px !important;
padding-bottom: 65px !important;
margin-top: 25px !important;
}
.social-media h2 {
font-size: 18px !important;
}
.social-media .col-md-4 {
padding-left: 0px !important;
margin-left: 1% !important;
}
.social-media .twit.col-md-4 {
padding-left: 0px !important;
margin-left: 1% !important;
margin-top: 32px !important;
}
.social-media .insta.col-md-4 {
padding-left: 0px !important;
margin-left: 1% !important;
margin-top: 32px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.social-media .row {
margin-left: -36px !important;
}
.twit.col-md-4 {
margin-top: 0px !important;
margin-left: 160px;
}
.insta.col-md-4 {
margin-left: 190px !important;
margin-top: 36px !important
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.social-media .col-md-4 {
margin-left: 70px !important;
}
.social-media .twit.col-md-4 {
margin-left: 86px !important;
}
.social-media .insta.col-md-4 {
margin-left: 243px !important;
margin-top: 37px !important;
}
}
/*Social Counts*/
.social-counts {
background-image: url('../images/BG.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.overlay {
background-color: #07173b;
opacity: 0.85;
}
.people {
width: 25%;
}
.people-count {
font-family: 'Roboto', sans-serif;
color: white;
font-size: 285%;
font-weight: 700;
text-align: center;
margin-top: -10px;
}
.people-intro {
font-family: 'Roboto', sans-serif;
color: white;
opacity: 0.8;
text-align: center;
margin: 0px;
margin-top: -25px;
font-size: 16px;
}
.calender {
width: 25%;
}
.date-count {
font-family: 'Roboto', sans-serif;
color: white;
font-size: 285%;
font-weight: 700;
text-align: center;
margin-top: -10px;
}
.date-intro {
font-family: 'Roboto', sans-serif;
color: white;
opacity: 0.8;
text-align: center;
margin: 0px;
margin-top: -25px;
font-size: 16px;
}
.funds {
width: 25%;
}
.funds-count {
font-family: 'Roboto', sans-serif;
color: white;
font-size: 285%;
font-weight: 700;
text-align: center;
margin-top: -10px;
}
.funds-intro {
font-family: 'Roboto', sans-serif;
color: white;
opacity: 0.8;
text-align: center;
margin: 0px;
margin-top: -25px;
font-size: 16px;
}
@media only screen and (max-width: 767px) {
.social-counts {
background-attachment: scroll;
}
.social-counts .container-fluid {
margin-left: 20px !important;
}
.social-counts .col-lg-4 {
padding-left: 0px !important;
}
.people {
width: 67% !important;
}
.people-count {
font-size: 180% !important;
margin-top: -17px !important;
}
.people-intro {
font-size: 12px !important;
margin-top: -17px !important;
}
.calender {
width: 67% !important;
}
.date-count {
font-size: 180% !important;
margin-top: -17px !important;
}
.date-intro {
font-size: 12px !important;
margin-top: -17px !important;
}
.funds {
width: 67% !important;
}
.funds-count {
font-size: 180% !important;
margin-top: -17px !important;
}
.funds-intro {
font-size: 12px !important;
margin-top: -17px !important;
}
.social-counts .container-fluid {
padding-top: 36px !important;
padding-bottom: 36px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.people {
width: 15% !important;
}
.for-people p {
text-align: left !important;
}
.for-people .people-count {
font-size: 159% !important;
}
.for-people .people-intro {
font-size: 13px !important;
margin-top: -18px !important;
}
.social-counts .for-date.col-lg-4 {
padding: 0% !important;
margin-top: -162px !important;
margin-left: 220px !important;
}
.for-date p {
text-align: left !important;
}
.calender {
width: 28% !important;
margin-left: -14px !important;
padding-top: 7px !important;
}
.for-date .date-count {
font-size: 159% !important;
margin-top: -18px !important;
}
.social-counts .for-funds.col-lg-4 {
padding: 0% !important;
margin-left: 407px !important;
margin-top: -162px !important;
}
.for-funds p {
text-align: left !important;
}
.funds {
width: 72% !important;
margin-left: -16px !important;
margin-top: -9px !important;
}
.for-funds .funds-count {
font-size: 159% !important;
margin-top: -21px !important;
}
.for-funds .funds-intro {
font-size: 13px !important;
margin-top: -19px !important;
}
}
/* Gallery */
.gal {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
column-gap: 3%;
cursor: pointer;
}
.gal img{
width: 100%;
padding: 20px 0;
}
@media only screen and (min-width: 350px) and (max-width: 374px){
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -229px;
margin-top: 222px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -198px;
margin-top: 461px;
}
.gal-cp img {
width: 168% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 40px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 375px) and (max-width: 409px){
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -246px;
margin-top: 255px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -212px;
margin-top: 503px;
}
.gal-cp img {
width: 172% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 40px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 410px) and (max-width: 419px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -246px;
margin-top: 245px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -212px;
margin-top: 489px;
}
.gal-cp img {
width: 173% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 40px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 420px) and (max-width: 538px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -286px;
margin-top: 281px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -245px;
margin-top: 567px;
}
.gal-cp img {
width: 173% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 47px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
}
}
@media only screen and (min-width: 539px) and (max-width: 767px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main h2 {
font-size: 18px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -11px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic2 {
width: 178%;
padding: 3px !important;
margin-left: 32%;
}
.gal .pic4 {
width: 178%;
padding: 3px !important;
margin-left: -426px;
margin-top: 419px;
}
.gal .pic5 {
width: 178%;
padding: 3px !important;
margin-left: -365px;
margin-top: 844px;
}
.gal-cp img {
width: 174% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 19% !important;
margin-left: 71px;
margin-top: 6%;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 52% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
font-size: 8px !important;
width: 29% !important;
padding: 7px;
margin-top: 3%;
margin-left: 41px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.gallery-main .container-fluid {
padding-top: 65px !important;
padding-bottom: 65px !important;
padding-left: 0px !important;
}
.gallery-main .col-md-12 {
width: 116% !important;
padding-left: 0px !important;
margin-left: -2px;
margin-top: -24px;
}
.gal {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 10%;
}
.gal .pic1 {
width: 122%;
padding: 3px !important;
}
.gal .pic2 {
width: 122%;
padding: 3px !important;
}
.gal .pic4 {
width: 122%;
padding: 3px !important;
margin-left: -653px;
margin-top: 392px !important;
}
.gal .pic5 {
width: 122%;
padding: 3px !important;
margin-left: 1px;
margin-top: 392px !important;
}
.gal-cp img {
width: 116% !important;
padding: 0px 0;
}
.zoomd-2 {
height: 64% !important;
margin-left: 10px;
}
.w3-modal {
margin-top: 60px !important;
width: 100% !important;
height: 40% !important;
padding-top: 64px !important;
}
.w3-modal .w3-button.w3-hover-red.w3-xlarge.w3-display-topright {
margin-top: 2% !important;
margin-right: 3% !important;
}
.gallery-main .view-all {
width: 14% !important;
padding: 7px;
}
}
.gal-cp img {
width: 100%; /* width of container */
height: 100%; /* height of container */
object-fit: cover;
object-position: 20% 10%; /* try 20px 10px */
border: 0px solid white;
}
.view-all {
font-family: 'Roboto', sans-serif;
background-color: #bc4236;
color: white;
font-weight: 700;
padding: 15px;
font-size: 13px;
border: none;
cursor: pointer;
width: 10%;
}
.view-all:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e;
color: white;
}
/*Livelihood & Tourism*/
.livelihood {
background-image: url("../images/07.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.tractor {
width: 25%;
margin-left: 10%;
}
.livelihood-head {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-weight: bolder;
font-size: 150%;
margin-left: 10%;
}
.livelihood-intro {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-size: 16px;
font-weight: 400;
margin-left: 10%;
padding-top: 2%;
}
.livelihood .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e;
color: white;
}
.tourism {
background-image: url("../images/08.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.tourism .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #0c2a70 !important;
color: white;
}
.tourism-icon {
width: 25%;
margin-left: 8%;
}
.tourism-head {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-weight: 700;
font-size: 150%;
margin-left: 10%;
}
.tourism-intro {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
margin: 0px;
font-weight: 400;
margin-left: 10%;
font-size: 16px;
padding-top: 2%;
}
@media only screen and (max-width: 767px) {
.livelihood div {
margin-left: -10px !important;
}
.livelihood-head {
font-size: 140%;
}
.livelihood-intro {
font-size: 12px;
}
.livelihood .read_more {
font-size: 9px !important;
width: 44% !important;
}
.tourism div {
margin-left: -8px !important;
}
.tourism-head {
font-size: 140%;
}
.tourism-intro {
font-size: 12px;
}
.tourism .read_more {
font-size: 9px !important;
width: 44% !important;
}
}
/*Testimonials*/
.testimonial-bg {
background-image: url("../images/icons/Testimonial\ icon-19.svg");
background-repeat: no-repeat;
background-size: 65px;
background-position-x: 190px;
background-position-y: 295px;
}
.testimonial {
font-family: 'Roboto', sans-serif;
color: black;
font-weight: 400;
font-size: 15px;
text-align: center;
}
.testimonial img {
height: 120px;
width: 120px;
padding: 6px;
object-fit: cover;
border-radius: 50%;
}
.dp {
border:2px solid #bc4236;
border-radius: 50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
.dot {
cursor: pointer;
height: 12px;
width: 12px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
@media only screen and (max-width: 767px) {
.testimonial {
font-size: 12px;
}
.testimonial-bg {
background-position-x: 150px;
background-position-y: 350px;
}
}
/*Sign Up*/
.signup {
background-color: #114c91;
height: 200px;
}
.signup .read_more:hover {
cursor: pointer;
/*outline: #bc4236 solid 2px;*/
background-color: #a5291e !important;
color: white;
}
.newsletter {
padding-left: 5%;
padding-top: 73px;
padding-bottom: 73px;
}
.newsletter-head {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
font-size: 100%;
padding-top: -75px;
letter-spacing: 2px;
}
.newsletter-intro {
font-family: 'Roboto', sans-serif;
color: white;
text-align: left;
font-weight: bolder;
font-size: 180%;
letter-spacing: 2px;
}
.newsletter .read_more {
background-color: #bc4236;
color: white;
font-weight: bold;
padding: 12px;
font-size: 13px;
border: none;
cursor: pointer;
width: 22%;
}
.email {
margin-left: 25px;
}
input[type=email] {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
padding-left: 25px;
outline: none;
}
.email::-webkit-input-placeholder {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
}
@media only screen and (max-width: 767px) {
.for-newsletter .container-fluid {
padding-left: 15px !important;
padding-right: 15px !important;
}
.newsletter {
padding-top: 33px;
}
.newsletter.signup {
margin-left: 0px !important;
margin-right: 0px !important;
}
.newsletter-head {
font-size: 76%;
text-align: center;
}
.newsletter-intro {
font-size: 117%;
text-align: center;
}
.email {
margin-top: -3px !important;
margin-left: -6px;
}
.newsletter .read_more {
margin-left: 36px !important;
}
.name {
font-size: 111% !important;
margin-top: 69px !important;
margin-left: -80px !important;
}
.footer.container-fluid {
padding-top: 15% !important;
}
.footer.card-text {
font-size: 14px;
margin-left: -85px !important;
}
footer .quick.col-lg-4 {
padding-left: 0px !important;
margin-left: -57px !important;
}
footer .quick hr, .contact hr {
width: 89%;
}
footer .quick {
font-size: 12px !important;
}
footer .contact.col-lg-4 {
margin-left: -71px !important;
}
.address,.number,.mail {
font-size: 12px !important;
}
.copyright hr {
margin-left: 26px !important;
margin-top: 64px !important;
}
.copyright .message {
font-size: 12px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.newsletter.signup {
margin-left: 19px !important;
margin-right: 6px !important;
}
.newsletter-head {
margin-top: -14px !important;
}
.email {
width: 132% !important;
margin-left: -36px !important;
}
.newsletter .read_more {
width: 70% !important;
}
.footer.container-fluid {
padding-top: 16% !important;
margin-left: -4% !important;
}
footer .quick hr, .contact hr {
width: 89%;
}
.copyright .message {
margin-left: 66px !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
.footer.container-fluid {
padding-top: 14% !important;
}
}
/*Footer tag*/
footer {
background-color: #07173b;
position: relative;
}
.footer-logo {
width: 25%;
}
.name {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 900;
font-size: 150%;
}
footer hr {
border-top: 1px solid #bc4236;
width: 10%;
margin: 0;
}
footer li {
list-style: none;
padding: -2px;
}
footer li a {
text-decoration: none;
color: white;
}
.location {
width: 30px;
}
.address {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
font-size: 100%;
text-align: left;
padding-left: -1%;
}
.phone {
width: 30px;
}
.number {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
font-size: 100%;
text-align: left;
padding-top: 1%;
}
.letter {
width: 30px;
}
.mail {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
font-size: 100%;
text-align: left;
padding-top: 1%;
}
.fb-icon {
height: 45px;
width: 45px;
}
.twitter-icon {
height: 50px;
width: 50px;
padding-left: 5px;
}
.insta-icon {
height: 50px;
width: 50px;
padding-left: 5px;
}
.copyright hr {
border-top: 1px solid white;
width: 85%;
margin-top: 100px;
margin-left: 85px;
opacity: 0.4;
}
.message {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 400;
text-align: center;
margin-top: 25px;
margin-bottom: 25px;
}
.art {
width: 100%;
} | 0.480966 | 0.064713 |
body {
background-image: url(images/landing-background.png);
background-size: 354px 428px;
background-repeat: no-repeat;
font-family: "Lora", serif;
width: 340px;
height: 410px;
}
h1 {
font-size: 32px;
font-weight: lighter;
color: #333333;
position: absolute;
left: 50px;
top: 25px;
}
h2 {
font-size: 16px;
}
#h2-usage {
color: #FBF2E8;
font-weight: lighter;
position: absolute;
left: 125px;
top: 125px;
}
.usage {
position: absolute;
text-align: center;
left: 130px;
top: 165px;
}
.time-track {
color: #BACBD1;
font-size: 20px;
}
#hours-used,
#min-used {
color: #FAC1AD;
font-size: 26px;
}
.next-break {
position: absolute;
left: 50px;
top: 230px;
}
.next-track {
font-size: 14px;
color: #333333;
}
#countertime {
color: #495E77;
font-size: 26px;
}
#h2-freq {
position: absolute;
left: 210px;
top: 260px;
text-align: center;
font-weight: lighter;
color: #333333;
}
.freq-text {
position: absolute;
left: 200px;
top: 340px;
font-size: 12px;
text-align: center;
color: #333333
}
.slidecontainer {
position: absolute;
left: 185px;
top: 315px;
}
.slider {
-webkit-appearance: none;
/* Override default CSS styles */
appearance: none;
width: 100%;
/* Full-width */
height: 7px;
/* Specified height */
background: #FBF2E8;
/* Grey background */
border-radius: 5px;
outline: none;
/* Remove outline */
opacity: 0.7;
/* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s;
/* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1;
/* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
/* Override default look */
appearance: none;
width: 15px;
/* Set a specific slider handle width */
height: 15px;
/* Slider handle height */
border-radius: 50%;
background: #495E77;
/* thumb background */
cursor: pointer;
/* Cursor on hover */
}
.slider::-moz-range-thumb {
width: 15px;
/* Set a specific slider handle width */
height: 15px;
/* Slider handle height */
border-radius: 50%;
background: #495E77;
/* thumb background */
cursor: pointer;
/* Cursor on hover */
}
.button {
position: absolute;
top: 385px;
left: 20px;
border: solid;
border-color:#BACBD1;
border-width: 2px;
border-radius: 5px;
background-color: #BACBD1;
color: #333333;
font-size: 14px;
cursor: pointer;
}
#resetbut{
position: absolute;
top: 10px;
border: solid;
border-color:#BACBD1;
border-width: 2px;
border-radius: 5px;
background-color: #BACBD1;
color: #333333;
font-size: 14px;
cursor: pointer;
} | extension/css/landing.css | body {
background-image: url(images/landing-background.png);
background-size: 354px 428px;
background-repeat: no-repeat;
font-family: "Lora", serif;
width: 340px;
height: 410px;
}
h1 {
font-size: 32px;
font-weight: lighter;
color: #333333;
position: absolute;
left: 50px;
top: 25px;
}
h2 {
font-size: 16px;
}
#h2-usage {
color: #FBF2E8;
font-weight: lighter;
position: absolute;
left: 125px;
top: 125px;
}
.usage {
position: absolute;
text-align: center;
left: 130px;
top: 165px;
}
.time-track {
color: #BACBD1;
font-size: 20px;
}
#hours-used,
#min-used {
color: #FAC1AD;
font-size: 26px;
}
.next-break {
position: absolute;
left: 50px;
top: 230px;
}
.next-track {
font-size: 14px;
color: #333333;
}
#countertime {
color: #495E77;
font-size: 26px;
}
#h2-freq {
position: absolute;
left: 210px;
top: 260px;
text-align: center;
font-weight: lighter;
color: #333333;
}
.freq-text {
position: absolute;
left: 200px;
top: 340px;
font-size: 12px;
text-align: center;
color: #333333
}
.slidecontainer {
position: absolute;
left: 185px;
top: 315px;
}
.slider {
-webkit-appearance: none;
/* Override default CSS styles */
appearance: none;
width: 100%;
/* Full-width */
height: 7px;
/* Specified height */
background: #FBF2E8;
/* Grey background */
border-radius: 5px;
outline: none;
/* Remove outline */
opacity: 0.7;
/* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s;
/* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1;
/* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
/* Override default look */
appearance: none;
width: 15px;
/* Set a specific slider handle width */
height: 15px;
/* Slider handle height */
border-radius: 50%;
background: #495E77;
/* thumb background */
cursor: pointer;
/* Cursor on hover */
}
.slider::-moz-range-thumb {
width: 15px;
/* Set a specific slider handle width */
height: 15px;
/* Slider handle height */
border-radius: 50%;
background: #495E77;
/* thumb background */
cursor: pointer;
/* Cursor on hover */
}
.button {
position: absolute;
top: 385px;
left: 20px;
border: solid;
border-color:#BACBD1;
border-width: 2px;
border-radius: 5px;
background-color: #BACBD1;
color: #333333;
font-size: 14px;
cursor: pointer;
}
#resetbut{
position: absolute;
top: 10px;
border: solid;
border-color:#BACBD1;
border-width: 2px;
border-radius: 5px;
background-color: #BACBD1;
color: #333333;
font-size: 14px;
cursor: pointer;
} | 0.449876 | 0.095181 |
.jd_ontainer{
width: 100%;
min-height: 800px;
background-color: #eee;
}
/* 顶部通栏 */
.header{
height: 40px;
width: 100%;
background-color: rgb(201, 21, 35,0);
/* 要固定在顶部 所以 改为 fixed */
position: fixed;
z-index: 99;
/* 设置pading 把input 挤进去 */
padding-left: 70px;
padding-right: 60px;
}
.header .logo{
width: 60px;
height: 36px;
position: absolute;
left: 5px;
top: 2px;
/* background-color: orange; */
/* 设置背景图片 */
background-image: url('../images/sprites.png');
background-repeat: no-repeat;
background-position: 0 -103px;
/* 设置 背景图片的 大小 压缩了一倍 目的是 为了 防止 用户看到 像素颗粒 */
/* 如果要一行写完 background 如果要写size 要加/ */
background-size: 200px 200px;
}
.header input[type=search]{
width: 100%;
height: 30px;
margin-top: 5px;
border-radius: 15px;
/* 内容挤到右边 */
padding-left: 25px;
}
.header .login{
position: absolute;
right: 10px;
top: 0px;
line-height: 40px;
color: white;
font-size: 17px;
}
.header .icon-search {
width: 20px;
height: 20px;
position: absolute;
background-image: url('../images/sprites.png');
background-size: 200px 200px;
background-position: -60px -109px;
background-repeat: no-repeat;
top: 10px;
left: 75px;
}
/* 轮播图 */
.banner{
width: 100%;
/* 100px */
overflow: hidden;
/* 为了 索引 能够定位 所以 添加 positition */
position: relative;
}
.banner .banner-images{
/* 10倍宽度 为了 在横向 放10张图片 */
width: 1000%;
/* 1000px */
transform: translateX(-10%);
}
.banner .banner-images li{
float: left;
width: 10%;
/* 100px */
}
.banner .banner-images li a{
display: block;
width: 100%;
}
.banner .banner-images li a img{
display: block;
width: 100%;
}
/* 轮播图里面的 索引标签 */
.banner .index{
position: absolute;
bottom: 10px;
left: 50%;
margin-left: -44px;
}
.banner .index li{
float: left;
width: 6px;
height: 6px;
border-radius: 50%;
border: 1px solid white;
margin-left: 5px;
}
/* 如果 li标签 有.current class 会使用 下列样式
注意 .current 不能 空格
*/
.banner .index li.current{
background-color: white;
}
/* 导航 */
.nav{
width: 100%;
border-bottom: 1px solid #ccc;
background-color: white;
}
.nav .nav-items {
width: 100%;
/* 把内容 压下来 */
padding-top: 5px;
}
.nav .nav-items li{
float: left;
width: 25%;
}
.nav .nav-items li a{
width: 100%;
display: block;
}
.nav .nav-items li a img{
width: 60%;
display: block;
margin: 0 auto;
}
.nav .nav-items li a p{
color: gray;
text-align: center;
padding:5px 0 ;
}
/* 设置 京东 首页的主要内容的 样式 */
.main{
width: 100%;
padding: 0 5px;
margin-top: 10px;
}
.main .content{
width: 100%;
background-color: white;
min-height: 150px;
margin-bottom: 5px;
/* 阴影 */
box-shadow: 0 0 2px gray;
}
.main .content .top{
height: 32px;
width: 100%;
border-bottom: 1px solid #ccc;
}
.main .content .bottom{
width: 100%;
}
/* 内容区域的 第一个 盒子 */
.main .content:nth-child(1) .top{
border-bottom: none;
}
.main .content:nth-child(1) .top span{
background-image: url('../images/seckill-icon.png');
background-size: 20px 25px;
float: left;
margin-top: 3.5px;
margin-left: 5px;
width: 20px;
height: 25px;
}
.main .content:nth-child(1) .top p{
color: rgb(201, 21, 35);
margin-left: 5px;
line-height: 32px;
float: left;
}
.main .content:nth-child(1) .top ul{
height: 32px;
padding-top:8.5px ;
float: left;
}
.main .content:nth-child(1) .top ul li{
float: left;
background-color: black;
height: 15px;
width: 15px;
color: white;
margin-left: 3px;
text-align: center;
line-height: 15px;
}
/* 这样可以去到 第三个 第六个 */
.main .content:nth-child(1) .top ul li:nth-child(3n){
background-color: transparent;
color: black;
}
.main .content:nth-child(1) .top a{
color: gray;
line-height: 32px;
margin-right: 5px;
float: right;
}
.main .content:nth-child(1) .bottom{
width: 100%;
}
.main .content:nth-child(1) .bottom ul{
width: 100%;
}
.main .content:nth-child(1) .bottom ul li{
float: left;
/* 为了保证 零头 不影响 布局
假设 给的是33%
父盒子的宽度是 100
父盒子的宽度是 1000
*/
width: 33.33333%;
}
.main .content:nth-child(1) .bottom ul li a{
display: block;
width: 100%;
border-right: 1px solid gray;
}
/* 最后一个li标签 里面的 a标签 不要 右边的 边框 */
.main .content:nth-child(1) .bottom ul li:last-child a{
border-right: none;
}
.main .content:nth-child(1) .bottom ul li a img{
display: block;
width: 60%;
margin: 0 auto;
}
/* 由于 a标签 跟p标签 是平级的 所以这里 写的是2 a标签的索引值是1 */
.main .content:nth-child(1) .bottom ul li p{
text-align: center;
padding: 3px 0;
font-size: 12px;
}
.main .content:nth-child(1) .bottom ul li p:nth-child(2){
color: rgb(201, 21, 35);
}
.main .content:nth-child(1) .bottom ul li p:nth-child(3){
color: black;
text-decoration: line-through;
}
/* 为 除了 第一个的 主要区域盒子 设置样式 */
.main .content:nth-child(n+2) .top span{
color:rgb(201, 21, 35);
line-height: 32px;
margin-left: 15px;
position: relative;
}
.main .content:nth-child(n+2) .top span::before{
content: '';
position: absolute;
/* 宽高 */
height: 15px;
width: 3px;
background-color: rgb(201, 21, 35);
left: -10px;
top: 2px;
}
/* 设置 除了秒杀区域的 主要内容的 底部样式 */
.main .content:nth-child(n+2) .bottom{
width: 100%;
}
.main .content:nth-child(n+2) .bottom ul{
width: 100%;
}
.main .content:nth-child(n+2) .bottom ul li{
width: 50%;
}
.main .content:nth-child(n+2) .bottom ul li a{
width: 100%;
display: block;
}
.main .content:nth-child(n+2) .bottom ul li a img{
width: 100%;
display: block;
} | mobile web/m_jd/css/index.css | .jd_ontainer{
width: 100%;
min-height: 800px;
background-color: #eee;
}
/* 顶部通栏 */
.header{
height: 40px;
width: 100%;
background-color: rgb(201, 21, 35,0);
/* 要固定在顶部 所以 改为 fixed */
position: fixed;
z-index: 99;
/* 设置pading 把input 挤进去 */
padding-left: 70px;
padding-right: 60px;
}
.header .logo{
width: 60px;
height: 36px;
position: absolute;
left: 5px;
top: 2px;
/* background-color: orange; */
/* 设置背景图片 */
background-image: url('../images/sprites.png');
background-repeat: no-repeat;
background-position: 0 -103px;
/* 设置 背景图片的 大小 压缩了一倍 目的是 为了 防止 用户看到 像素颗粒 */
/* 如果要一行写完 background 如果要写size 要加/ */
background-size: 200px 200px;
}
.header input[type=search]{
width: 100%;
height: 30px;
margin-top: 5px;
border-radius: 15px;
/* 内容挤到右边 */
padding-left: 25px;
}
.header .login{
position: absolute;
right: 10px;
top: 0px;
line-height: 40px;
color: white;
font-size: 17px;
}
.header .icon-search {
width: 20px;
height: 20px;
position: absolute;
background-image: url('../images/sprites.png');
background-size: 200px 200px;
background-position: -60px -109px;
background-repeat: no-repeat;
top: 10px;
left: 75px;
}
/* 轮播图 */
.banner{
width: 100%;
/* 100px */
overflow: hidden;
/* 为了 索引 能够定位 所以 添加 positition */
position: relative;
}
.banner .banner-images{
/* 10倍宽度 为了 在横向 放10张图片 */
width: 1000%;
/* 1000px */
transform: translateX(-10%);
}
.banner .banner-images li{
float: left;
width: 10%;
/* 100px */
}
.banner .banner-images li a{
display: block;
width: 100%;
}
.banner .banner-images li a img{
display: block;
width: 100%;
}
/* 轮播图里面的 索引标签 */
.banner .index{
position: absolute;
bottom: 10px;
left: 50%;
margin-left: -44px;
}
.banner .index li{
float: left;
width: 6px;
height: 6px;
border-radius: 50%;
border: 1px solid white;
margin-left: 5px;
}
/* 如果 li标签 有.current class 会使用 下列样式
注意 .current 不能 空格
*/
.banner .index li.current{
background-color: white;
}
/* 导航 */
.nav{
width: 100%;
border-bottom: 1px solid #ccc;
background-color: white;
}
.nav .nav-items {
width: 100%;
/* 把内容 压下来 */
padding-top: 5px;
}
.nav .nav-items li{
float: left;
width: 25%;
}
.nav .nav-items li a{
width: 100%;
display: block;
}
.nav .nav-items li a img{
width: 60%;
display: block;
margin: 0 auto;
}
.nav .nav-items li a p{
color: gray;
text-align: center;
padding:5px 0 ;
}
/* 设置 京东 首页的主要内容的 样式 */
.main{
width: 100%;
padding: 0 5px;
margin-top: 10px;
}
.main .content{
width: 100%;
background-color: white;
min-height: 150px;
margin-bottom: 5px;
/* 阴影 */
box-shadow: 0 0 2px gray;
}
.main .content .top{
height: 32px;
width: 100%;
border-bottom: 1px solid #ccc;
}
.main .content .bottom{
width: 100%;
}
/* 内容区域的 第一个 盒子 */
.main .content:nth-child(1) .top{
border-bottom: none;
}
.main .content:nth-child(1) .top span{
background-image: url('../images/seckill-icon.png');
background-size: 20px 25px;
float: left;
margin-top: 3.5px;
margin-left: 5px;
width: 20px;
height: 25px;
}
.main .content:nth-child(1) .top p{
color: rgb(201, 21, 35);
margin-left: 5px;
line-height: 32px;
float: left;
}
.main .content:nth-child(1) .top ul{
height: 32px;
padding-top:8.5px ;
float: left;
}
.main .content:nth-child(1) .top ul li{
float: left;
background-color: black;
height: 15px;
width: 15px;
color: white;
margin-left: 3px;
text-align: center;
line-height: 15px;
}
/* 这样可以去到 第三个 第六个 */
.main .content:nth-child(1) .top ul li:nth-child(3n){
background-color: transparent;
color: black;
}
.main .content:nth-child(1) .top a{
color: gray;
line-height: 32px;
margin-right: 5px;
float: right;
}
.main .content:nth-child(1) .bottom{
width: 100%;
}
.main .content:nth-child(1) .bottom ul{
width: 100%;
}
.main .content:nth-child(1) .bottom ul li{
float: left;
/* 为了保证 零头 不影响 布局
假设 给的是33%
父盒子的宽度是 100
父盒子的宽度是 1000
*/
width: 33.33333%;
}
.main .content:nth-child(1) .bottom ul li a{
display: block;
width: 100%;
border-right: 1px solid gray;
}
/* 最后一个li标签 里面的 a标签 不要 右边的 边框 */
.main .content:nth-child(1) .bottom ul li:last-child a{
border-right: none;
}
.main .content:nth-child(1) .bottom ul li a img{
display: block;
width: 60%;
margin: 0 auto;
}
/* 由于 a标签 跟p标签 是平级的 所以这里 写的是2 a标签的索引值是1 */
.main .content:nth-child(1) .bottom ul li p{
text-align: center;
padding: 3px 0;
font-size: 12px;
}
.main .content:nth-child(1) .bottom ul li p:nth-child(2){
color: rgb(201, 21, 35);
}
.main .content:nth-child(1) .bottom ul li p:nth-child(3){
color: black;
text-decoration: line-through;
}
/* 为 除了 第一个的 主要区域盒子 设置样式 */
.main .content:nth-child(n+2) .top span{
color:rgb(201, 21, 35);
line-height: 32px;
margin-left: 15px;
position: relative;
}
.main .content:nth-child(n+2) .top span::before{
content: '';
position: absolute;
/* 宽高 */
height: 15px;
width: 3px;
background-color: rgb(201, 21, 35);
left: -10px;
top: 2px;
}
/* 设置 除了秒杀区域的 主要内容的 底部样式 */
.main .content:nth-child(n+2) .bottom{
width: 100%;
}
.main .content:nth-child(n+2) .bottom ul{
width: 100%;
}
.main .content:nth-child(n+2) .bottom ul li{
width: 50%;
}
.main .content:nth-child(n+2) .bottom ul li a{
width: 100%;
display: block;
}
.main .content:nth-child(n+2) .bottom ul li a img{
width: 100%;
display: block;
} | 0.27474 | 0.062474 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background:#585c68;
font-size: 14px;
line-height: 22px;
color: #555555;
}
.bold{
font-weight: 7000;
font-size: 20px;
text-transform: uppercase;
}
.semi-bold{
font-weight: 500;
font-size: 16px;
}
.resume{
width: 800px;
height: auto;
display: flex;
margin: 50px auto;
}
.resume .resume_left{
width: 280px;
background: #0bb5f4;
}
.resume .resume_left .resume_profile{
width: 100%;
height: 280px;
}
.resume .resume_left .resume_profile img{
width: 100%;
height: 100%;
}
.resume .resume_left .resume_content{
padding: 0 25px
}
.resume .title{
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 5px;
padding-bottom: 10px;
color: #3525af;
position: relative;
text-align: right;
margin-bottom: 15px;
}
.resume .title:before{
content: "";
position: absolute;
top: 35px;
right: 0;
width: 50px;
height: 3px;
background: #3525af;
}
.resume .resume_left .bold{
color: #fff;
}
.resume .resume_left .regular{
color: #b1eaff;
}
.resume .resume_item{
padding: 25px 0;
border-bottom: 2px solid #b1eaff;
}
.resume .resume_left .resume_item:last-child,
.resume .resume_right .resume_item:last-child{
border-bottom: 0px;
}
.resume .resume_left ul li{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.resume .resume_left ul li:last-child{
margin-bottom: 0;
}
.resume .resume_left ul li .icon{
width: 35px;
height: 35px;
background:#fff;
color: #0bb5f4;
border-radius: 50%;
margin-right: 15px;
font-size: 16px;
position: relative;
}
.resume .icon i,
.resume .resume_right .resume_hobby ul li i{
position: absolute;
top: 50%;
left:50%;
transform:translate(-50%,-50%);
}
.resume .resume_left ul li .data{
color: #b1eaff;
}
.resume .resume_right{
width: 520px;
background:#fff;
padding: 25px;
}
.resume .resume_right .bold{
color: #0bb5f4;
}
.resume .resume_right .resume_detail ul,
.resume .resume_right .resume_education ul{
padding-left: 40px;
overflow: hidden;
}
.resume .resume_right ul li{
position: relative;
}
.resume .resume_right ul li .date{
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
}
.resume .resume_right ul li .info{
margin-bottom: 20px;
}
.resume .resume_right ul li:last-child .info{
margin-bottom: 0;
}
.resume .resume_right .resume_detail ul li:before,
.resume .resume_right .resume_education ul li:before{
content: "";
position: absolute;
top: 5px;
left: -25px;
width: 6px;
height: 6px;
border-radius: 50%;
border: 2px solid #0bb5f4;
}
.resume .resume_right .resume_detail ul li:after,
.resume .resume_right .resume_education ul li:after{
content: "";
position: absolute;
top: 14px;
left: -21px;
width: 2px;
height: 115px;
background: #0bb5f4;
}
.resume .resume_right .resume_hobby ul{
display: flex;
justify-content: space-between;
}
.resume .resume_right .resume_hobby ul li{
width: 80px;
height: 80px;
border: 2px solid #0bb5f4;
border-radius: 50%;
position: relative;
color:#0bb5f4;
}
.resume .resume_right .resume_hobby ul li i{
font-size: 30px;
}
.resume .resume_right .resume_hobby ul li:before{
content: "";
position: absolute;
top: 40px;
right: -52px;
width: 50px;
height: 2px;
background:#0bb5f4;
}
.resume .resume_right .resume_hobby ul li:last-child:before{
display: none;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background:#585c68;
font-size: 14px;
line-height: 22px;
color: #555555;
}
.bold{
font-weight: 7000;
font-size: 20px;
text-transform: uppercase;
}
.semi-bold{
font-weight: 500;
font-size: 16px;
}
.resume{
width: 800px;
height: auto;
display: flex;
margin: 50px auto;
}
.resume .resume_left{
width: 280px;
background: #0bb5f4;
}
.resume .resume_left .resume_profile{
width: 100%;
height: 280px;
}
.resume .resume_left .resume_profile img{
width: 100%;
height: 100%;
}
.resume .resume_left .resume_content{
padding: 0 25px
}
.resume .title{
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 5px;
padding-bottom: 10px;
color: #3525af;
position: relative;
text-align: right;
margin-bottom: 15px;
}
.resume .title:before{
content: "";
position: absolute;
top: 35px;
right: 0;
width: 50px;
height: 3px;
background: #3525af;
}
.resume .resume_left .bold{
color: #fff;
}
.resume .resume_left .regular{
color: #b1eaff;
}
.resume .resume_item{
padding: 25px 0;
border-bottom: 2px solid #b1eaff;
}
.resume .resume_left .resume_item:last-child,
.resume .resume_right .resume_item:last-child{
border-bottom: 0px;
}
.resume .resume_left ul li{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.resume .resume_left ul li:last-child{
margin-bottom: 0;
}
.resume .resume_left ul li .icon{
width: 35px;
height: 35px;
background:#fff;
color: #0bb5f4;
border-radius: 50%;
margin-right: 15px;
font-size: 16px;
position: relative;
}
.resume .icon i,
.resume .resume_right .resume_hobby ul li i{
position: absolute;
top: 50%;
left:50%;
transform:translate(-50%,-50%);
}
.resume .resume_left ul li .data{
color: #b1eaff;
}
.resume .resume_right{
width: 520px;
background:#fff;
padding: 25px;
}
.resume .resume_right .bold{
color: #0bb5f4;
}
.resume .resume_right .resume_detail ul,
.resume .resume_right .resume_education ul{
padding-left: 40px;
overflow: hidden;
}
.resume .resume_right ul li{
position: relative;
}
.resume .resume_right ul li .date{
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
}
.resume .resume_right ul li .info{
margin-bottom: 20px;
}
.resume .resume_right ul li:last-child .info{
margin-bottom: 0;
}
.resume .resume_right .resume_detail ul li:before,
.resume .resume_right .resume_education ul li:before{
content: "";
position: absolute;
top: 5px;
left: -25px;
width: 6px;
height: 6px;
border-radius: 50%;
border: 2px solid #0bb5f4;
}
.resume .resume_right .resume_detail ul li:after,
.resume .resume_right .resume_education ul li:after{
content: "";
position: absolute;
top: 14px;
left: -21px;
width: 2px;
height: 115px;
background: #0bb5f4;
}
.resume .resume_right .resume_hobby ul{
display: flex;
justify-content: space-between;
}
.resume .resume_right .resume_hobby ul li{
width: 80px;
height: 80px;
border: 2px solid #0bb5f4;
border-radius: 50%;
position: relative;
color:#0bb5f4;
}
.resume .resume_right .resume_hobby ul li i{
font-size: 30px;
}
.resume .resume_right .resume_hobby ul li:before{
content: "";
position: absolute;
top: 40px;
right: -52px;
width: 50px;
height: 2px;
background:#0bb5f4;
}
.resume .resume_right .resume_hobby ul li:last-child:before{
display: none;
} | 0.208018 | 0.045713 |
.title {
color: #e63946;
text-align: center;
}
.filter {
width: 100%;
text-align: center;
font-family: "Roboto", sans-serif;
padding-bottom: 5%;
}
.searchFilter {
width: 50%;
}
.searchFilter input {
width: 90%;
}
.searchFilter i {
position: relative;
z-index: 1;
left: -30px;
top: 1px;
color: #7b7b7b;
cursor: pointer;
width: 0;
}
.categoryFilter select {
display: inline-block;
}
.outlineEffect {
font-size: 16px;
font-weight: 700;
color: black;
line-height: 1.3;
padding: 0.6em 1.4em 0.5em 0.8em;
font-family: "Roboto", sans-serif;
box-sizing: border-box;
margin: 0;
border: 1px solid #023e8a;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
border-radius: 0.5em;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
}
.outlineEffect:hover {
border: 1px solid #0077b6;
}
.outlineEffect input:hover {
cursor: text;
}
.categoryFilter select:hover {
cursor: pointer;
}
.sameLine {
display: inline-block;
}
.row-container {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}
.article {
box-sizing: border-box;
border-style: solid;
border-color: #e63946;
background-color: #edf2f4;
margin: 0% 2.5% 5% 2.5%;
width: 45%;
}
.articleBlock {
text-align: center;
font-family: "Roboto", sans-serif;
background-color: #edf2f4;
}
.articleTitle {
font-size: 1.6em;
padding: 0% 5% 0% 5%;
}
.articleExcerpt {
font-size: 1em;
padding: 1% 1% 0% 1%;
}
.articleImg {
width: 100%;
height: 100%;
}
.articleCategory {
margin: 0;
padding-top: 2%;
}
.articleBtn {
padding-top: 5%;
padding-bottom: 5%;
}
button {
display: inline-block;
border: none;
padding: 1rem 2rem;
margin: 0;
text-decoration: none;
background: #023e8a;
color: white;
font-family: "Roboto", sans-serif;
font-size: 1rem;
cursor: pointer;
text-align: center;
transition: background 250ms ease-in-out, transform 150ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}
button:hover,
button:focus {
background: #0077b6;
}
button:focus {
outline: 1px solid #fff;
outline-offset: -4px;
}
button:active {
transform: scale(0.99);
} | front-end/light-modules/hello-magnolia/webresources/css/style2.css | .title {
color: #e63946;
text-align: center;
}
.filter {
width: 100%;
text-align: center;
font-family: "Roboto", sans-serif;
padding-bottom: 5%;
}
.searchFilter {
width: 50%;
}
.searchFilter input {
width: 90%;
}
.searchFilter i {
position: relative;
z-index: 1;
left: -30px;
top: 1px;
color: #7b7b7b;
cursor: pointer;
width: 0;
}
.categoryFilter select {
display: inline-block;
}
.outlineEffect {
font-size: 16px;
font-weight: 700;
color: black;
line-height: 1.3;
padding: 0.6em 1.4em 0.5em 0.8em;
font-family: "Roboto", sans-serif;
box-sizing: border-box;
margin: 0;
border: 1px solid #023e8a;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
border-radius: 0.5em;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
}
.outlineEffect:hover {
border: 1px solid #0077b6;
}
.outlineEffect input:hover {
cursor: text;
}
.categoryFilter select:hover {
cursor: pointer;
}
.sameLine {
display: inline-block;
}
.row-container {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}
.article {
box-sizing: border-box;
border-style: solid;
border-color: #e63946;
background-color: #edf2f4;
margin: 0% 2.5% 5% 2.5%;
width: 45%;
}
.articleBlock {
text-align: center;
font-family: "Roboto", sans-serif;
background-color: #edf2f4;
}
.articleTitle {
font-size: 1.6em;
padding: 0% 5% 0% 5%;
}
.articleExcerpt {
font-size: 1em;
padding: 1% 1% 0% 1%;
}
.articleImg {
width: 100%;
height: 100%;
}
.articleCategory {
margin: 0;
padding-top: 2%;
}
.articleBtn {
padding-top: 5%;
padding-bottom: 5%;
}
button {
display: inline-block;
border: none;
padding: 1rem 2rem;
margin: 0;
text-decoration: none;
background: #023e8a;
color: white;
font-family: "Roboto", sans-serif;
font-size: 1rem;
cursor: pointer;
text-align: center;
transition: background 250ms ease-in-out, transform 150ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}
button:hover,
button:focus {
background: #0077b6;
}
button:focus {
outline: 1px solid #fff;
outline-offset: -4px;
}
button:active {
transform: scale(0.99);
} | 0.526343 | 0.212824 |
* {
padding: 0;
margin: 0;
}
body {
padding: 2rem 6rem;
font-family: 'Poppins', sans-serif;
}
ul {
border: 1px solid black;
margin-top: 10px;
max-height: 18rem;
overflow-y: scroll;
}
header {
padding: 10px;
color: green;
}
a {
text-decoration: none;
color: #fff;
}
#main-sec {
display: flex;
justify-content: space-between;
}
#scores-div,
#scores-form {
width: 50%;
}
#scores-div-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
}
#refresh-btn {
height: 2rem;
border: 0.5px solid green;
padding: 2px 5px;
font-size: 1rem;
color: white;
background-color: rgb(58, 177, 58);
cursor: pointer;
box-shadow: 1px 5px 5px green;
}
#submit-btn {
border: 0.5px solid green;
padding: 2px 5px;
color: white;
background-color: rgb(58, 177, 58);
cursor: pointer;
box-shadow: 1px 5px 5px green;
height: 2rem;
width: 5rem;
font-size: 1rem;
}
#refresh-btn:active,
#submit-btn:active {
transform: scale(0.95);
box-shadow: none;
}
#refresh-btn:hover i {
transform: rotate(90deg);
transition: all 0.4s ease-in-out;
}
li {
list-style: none;
height: 20px;
padding: 6px 5px;
display: flex;
}
li:nth-child(odd) {
background: rgb(159, 214, 159);
}
#name-span {
width: 7rem;
}
#scores-form {
padding-right: 6rem;
}
#scores-form h2 {
text-align: center;
padding: 10px;
}
form {
margin: auto;
text-align: center;
}
form input {
margin: 0.5rem;
width: 16rem;
height: 1.5rem;
padding: 5px;
border: none;
border-bottom: 1.5px solid rgb(111, 212, 53);
outline: none;
font-size: 1rem;
}
.formInst {
font-size: 0.9rem;
font-style: italic;
color:rgb(111, 212, 53);
}
footer {
position: absolute;
bottom: 0;
background-color: green;
height: 46px;
left: 0;
right: 0;
display: flex;
align-items: center;
color: white;
justify-content: space-around;
}
footer p:hover {
cursor: pointer;
transform: scale(1.2);
transition: all 0.4s ease;
} | src/style.css | * {
padding: 0;
margin: 0;
}
body {
padding: 2rem 6rem;
font-family: 'Poppins', sans-serif;
}
ul {
border: 1px solid black;
margin-top: 10px;
max-height: 18rem;
overflow-y: scroll;
}
header {
padding: 10px;
color: green;
}
a {
text-decoration: none;
color: #fff;
}
#main-sec {
display: flex;
justify-content: space-between;
}
#scores-div,
#scores-form {
width: 50%;
}
#scores-div-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
}
#refresh-btn {
height: 2rem;
border: 0.5px solid green;
padding: 2px 5px;
font-size: 1rem;
color: white;
background-color: rgb(58, 177, 58);
cursor: pointer;
box-shadow: 1px 5px 5px green;
}
#submit-btn {
border: 0.5px solid green;
padding: 2px 5px;
color: white;
background-color: rgb(58, 177, 58);
cursor: pointer;
box-shadow: 1px 5px 5px green;
height: 2rem;
width: 5rem;
font-size: 1rem;
}
#refresh-btn:active,
#submit-btn:active {
transform: scale(0.95);
box-shadow: none;
}
#refresh-btn:hover i {
transform: rotate(90deg);
transition: all 0.4s ease-in-out;
}
li {
list-style: none;
height: 20px;
padding: 6px 5px;
display: flex;
}
li:nth-child(odd) {
background: rgb(159, 214, 159);
}
#name-span {
width: 7rem;
}
#scores-form {
padding-right: 6rem;
}
#scores-form h2 {
text-align: center;
padding: 10px;
}
form {
margin: auto;
text-align: center;
}
form input {
margin: 0.5rem;
width: 16rem;
height: 1.5rem;
padding: 5px;
border: none;
border-bottom: 1.5px solid rgb(111, 212, 53);
outline: none;
font-size: 1rem;
}
.formInst {
font-size: 0.9rem;
font-style: italic;
color:rgb(111, 212, 53);
}
footer {
position: absolute;
bottom: 0;
background-color: green;
height: 46px;
left: 0;
right: 0;
display: flex;
align-items: center;
color: white;
justify-content: space-around;
}
footer p:hover {
cursor: pointer;
transform: scale(1.2);
transition: all 0.4s ease;
} | 0.460046 | 0.099514 |
.subtitle h2 {
font-family: 'Monda', sans-serif;
text-align: right;
text-transform: none;
font-size: 18px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 15px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.subtitle h3 {
font-family: 'Monda', sans-serif;
text-align: right;
text-transform: uppercase;
font-size: 12px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 10px 0px 2px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.subtitle a {
color: white !important;
-webkit-transition:all .1s ease-in;
text-decoration: none;
border-bottom:1px dotted;
}
.subtitle a:hover, .subtitle a:active {
text-shadow: 0px 0px 10px grey;
color: lightblue !important;
text-shadow: 0px 0px 10px grey;
border-bottom:1px solid lightblue;
}
.podmain {
float: left;
width: 480px;
padding: 15px 0px;
margin: 0px;
}
.podmain p, .podmain ul {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 14px;
color: white;
letter-spacing: -.05em;
line-height: 2em;
font-weight: normal;
padding: 0px 0px 15px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain li {
padding: 0px 0px 5px 0px;
margin: 0px 0px 0px 20px;
}
.podmain h1 {
font-family: 'Monda', sans-serif;
text-align: left;
font-size: 40px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 0px 0px 25px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h2 {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 16px;
color: white;
letter-spacing: -.05em;
line-height: 1.0em;
font-weight: 700;
padding: 30px 0px 12px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h3 {
font-family: 'Monda', sans-serif;
text-align: left;
font-size: 40px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 0px 0px 5px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h4 {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 18px;
color: white;
letter-spacing: -.05em;
line-height: 1.0em;
font-weight: 700;
padding: 20px 0px 12px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h5 {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 12px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 0px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain a {
font-weight: 700;
color: white !important;
-webkit-transition:all .1s ease-in;
text-decoration: none;
border-bottom: 1px dotted;
}
.podmain a:hover, .podmain a:active {
font-weight: 700;
color: lightblue !important;
text-shadow: 0px 0px 10px grey;
border-bottom:1px solid lightblue;
} | public/css/podcast.css | .subtitle h2 {
font-family: 'Monda', sans-serif;
text-align: right;
text-transform: none;
font-size: 18px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 15px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.subtitle h3 {
font-family: 'Monda', sans-serif;
text-align: right;
text-transform: uppercase;
font-size: 12px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 10px 0px 2px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.subtitle a {
color: white !important;
-webkit-transition:all .1s ease-in;
text-decoration: none;
border-bottom:1px dotted;
}
.subtitle a:hover, .subtitle a:active {
text-shadow: 0px 0px 10px grey;
color: lightblue !important;
text-shadow: 0px 0px 10px grey;
border-bottom:1px solid lightblue;
}
.podmain {
float: left;
width: 480px;
padding: 15px 0px;
margin: 0px;
}
.podmain p, .podmain ul {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 14px;
color: white;
letter-spacing: -.05em;
line-height: 2em;
font-weight: normal;
padding: 0px 0px 15px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain li {
padding: 0px 0px 5px 0px;
margin: 0px 0px 0px 20px;
}
.podmain h1 {
font-family: 'Monda', sans-serif;
text-align: left;
font-size: 40px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 0px 0px 25px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h2 {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 16px;
color: white;
letter-spacing: -.05em;
line-height: 1.0em;
font-weight: 700;
padding: 30px 0px 12px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h3 {
font-family: 'Monda', sans-serif;
text-align: left;
font-size: 40px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 0px 0px 5px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h4 {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 18px;
color: white;
letter-spacing: -.05em;
line-height: 1.0em;
font-weight: 700;
padding: 20px 0px 12px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain h5 {
font-family: 'Monda', sans-serif;
text-align: left;
text-transform: none;
font-size: 12px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 0px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.podmain a {
font-weight: 700;
color: white !important;
-webkit-transition:all .1s ease-in;
text-decoration: none;
border-bottom: 1px dotted;
}
.podmain a:hover, .podmain a:active {
font-weight: 700;
color: lightblue !important;
text-shadow: 0px 0px 10px grey;
border-bottom:1px solid lightblue;
} | 0.255994 | 0.063861 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
4d22ff bleu je m'inscris
2b345d bleu encart
22ffdd bleu candidat
162049 bleu texte
*/
/************** define the fonts to be used *******************/
@font-face {
font-family: 'Gotham';
src: url('../font/GothamBlack.woff2') format('woff2'),
url('../font/GothamBlack.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Muli';
src: url('../font/Muli.woff2') format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
}
/************** Extra small :: viewports < 576 **************/
/*** Extra small :: viewports < 576 :: General rules ***/
* {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
color: #162049;
padding: 0%;
margin: 0%;
}
body {
background-image:url(../img/splash-general-3.png);
}
nav {
text-align: center;
padding-top: 15px;
height:9vh;
position: relative;
/* background-color: crimson; */
}
ul {
display: none;
}
header {
/* padding-left: 15px;
padding-right: 15px; */
/* margin-bottom: 72px; */
height: 87vh;
width: 92%;
padding-top: 15px;
margin: auto;
/* background-color: goldenrod; */
}
header img {
width: 500px;
height: auto;
}
header > p {
color: #000000;
text-align: left;
}
main {
text-align: center;
}
section {
padding-top: 2.5em;
}
section > p {
padding-top: 0.7em;
padding-bottom: 0.6em;
line-height: 1.1em;
}
footer {
background-color: #eeeeee;
width: 72%;
margin: auto;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
/* height: 25em; */
height: auto;
}
footer > p {
font-size: 16px;
}
h1, h2, h3, h4, h5 {
font-family: 'Gotham';
font-weight: 900;
font-style: normal;
}
h1 {
font-size: 46px;
color: #162049;
line-height: 1em;
}
h2 {
font-size: 36px;
color: #162049;
line-height: 1.1em;
}
h3 {
font-size: 18px;
color: #162049;
line-height: 3em;
}
h4 {
font-size: 36px;
color: #ffffff;
line-height: 1em;
margin-bottom: 0.7em;
}
h5 {
font-size: 20px;
color: #22ffdd;
line-height: 1em;
}
p {
/* color: #212121; */
font-size: 26px;
padding-bottom: 1.9em;
text-align: center;
}
a {
margin-top: 5em;
text-decoration: none;
font-size: 26px;
background: #4d22ff;
color: #ffffff;
}
ul {
display: none;
list-style-type: none;
justify-content: flex-end;
margin: 1em;
}
ul a {
margin-top: 5em;
text-decoration: none;
font-size: 18px;
background: #ffffffff;
color: #000000;
}
ul li {
padding-left: 5px;
margin-left: 10px;
}
/*** Extra small :: viewports < 576 :: Utility class ***/
.statistiques {
/* background-color: greenyellow; */
height: 6em;
}
.smallP {
font-size: 18px;
text-align: justify;
width: 70%;
margin: auto;
padding-bottom: 0.7em;
}
.lastP {
font-size: 18px;
text-align: justify;
width: 70%;
margin: auto;
padding-bottom: 2.3em;
}
.picto {
max-width: 250px;
height: auto;
padding-bottom: 0.7em;
}
.smallPicto {
/* max-width: 200px; */
width: 200px;
height: auto;
}
.bigPicto {
width: 250px;
}
.secondBg {
background-color: #2b345d;
}
#algo {
background-color: #eee9fa;
/* height: 99em; */
height: auto;
padding-bottom: 30px;
margin-bottom: 50px;
}
#job {
/* height: 100em; */
height: auto;
margin-bottom: 50px;
}
.btn {
padding: 7px 25px;
border-radius: 25px;
}
.smallbtn {
padding: 6px 25px;
border-radius: 25px;
font-size: 20px;
}
.flex {
display: flex;
}
.center {
justify-content: center;
align-items: center;
}
.left {
text-align: left;
}
.spaced {
justify-content: space-around;
align-items: center;
}
.wrap {
flex-wrap: wrap;
}
.desktopOnly {
display: none;
}
/*** Extra small :: viewports < 576 :: Specific class ***/
#burger {
margin: 0;
background-color: #ffffff;;
position: absolute;
top: 20px;
left: 20px;
}
#logo {
height: 40px;
width: auto;
}
#insert {
height: 21em;
padding-top: 3em;
margin: auto;
}
@media screen and (min-width: 530px){
article {
max-width: 360px ;
}
#insert {
display: flex;
justify-content: space-around;
height: 8.2em;
}
/************** Extra small :: viewports >= 576 *************/
@media screen and (min-width: 576px){
/******* Medium :: viewports < 768 :: General rules ***/
/******* Medium :: viewports < 768 :: Utility class ***/
/******* Medium :: viewports < 768 :: Common class ***/
}
/************** Extra small :: viewports >= 768 *************/
@media screen and (min-width: 768px){
/******** Large :: viewports < 992 :: General rules ***/
/******** Large :: viewports < 992 :: Utility class ***/
/******** Large :: viewports < 992 :: Common class ***/
}
/************** Extra small :: viewports >= 992 *************/
@media screen and (min-width: 992px){
/*** Extra large :: viewports < 1200 :: General rules ***/
/*** Extra large :: viewports < 1200 :: Utility class ***/
/*** Extra large :: viewports < 1200 :: Common class ***/
}
/************** Extra small :: viewports < 1200px ***********/
@media screen and (min-width: 1200px){
/*** Extra large :: viewports > 1200 :: General rules ***/
header {
display: flex;
}
.desktopOnly {
display: block;
}
ul {
display: flex;
}
#burger {
display: none;
}
nav > div {
display: flex;
justify-content: flex-end;
line-height: 0.8em;
}
#logo {
position: absolute;
top: 20px;
left: 20px;
}
.aCnx {
background: #4d22ff;
color: #ffffff;
}
/*** Extra large :: viewports > 1200 :: Utility class ***/
/*** Extra large :: viewports > 1200 :: Common class ***/
}
/* ========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
} | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
4d22ff bleu je m'inscris
2b345d bleu encart
22ffdd bleu candidat
162049 bleu texte
*/
/************** define the fonts to be used *******************/
@font-face {
font-family: 'Gotham';
src: url('../font/GothamBlack.woff2') format('woff2'),
url('../font/GothamBlack.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Muli';
src: url('../font/Muli.woff2') format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
}
/************** Extra small :: viewports < 576 **************/
/*** Extra small :: viewports < 576 :: General rules ***/
* {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
color: #162049;
padding: 0%;
margin: 0%;
}
body {
background-image:url(../img/splash-general-3.png);
}
nav {
text-align: center;
padding-top: 15px;
height:9vh;
position: relative;
/* background-color: crimson; */
}
ul {
display: none;
}
header {
/* padding-left: 15px;
padding-right: 15px; */
/* margin-bottom: 72px; */
height: 87vh;
width: 92%;
padding-top: 15px;
margin: auto;
/* background-color: goldenrod; */
}
header img {
width: 500px;
height: auto;
}
header > p {
color: #000000;
text-align: left;
}
main {
text-align: center;
}
section {
padding-top: 2.5em;
}
section > p {
padding-top: 0.7em;
padding-bottom: 0.6em;
line-height: 1.1em;
}
footer {
background-color: #eeeeee;
width: 72%;
margin: auto;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
/* height: 25em; */
height: auto;
}
footer > p {
font-size: 16px;
}
h1, h2, h3, h4, h5 {
font-family: 'Gotham';
font-weight: 900;
font-style: normal;
}
h1 {
font-size: 46px;
color: #162049;
line-height: 1em;
}
h2 {
font-size: 36px;
color: #162049;
line-height: 1.1em;
}
h3 {
font-size: 18px;
color: #162049;
line-height: 3em;
}
h4 {
font-size: 36px;
color: #ffffff;
line-height: 1em;
margin-bottom: 0.7em;
}
h5 {
font-size: 20px;
color: #22ffdd;
line-height: 1em;
}
p {
/* color: #212121; */
font-size: 26px;
padding-bottom: 1.9em;
text-align: center;
}
a {
margin-top: 5em;
text-decoration: none;
font-size: 26px;
background: #4d22ff;
color: #ffffff;
}
ul {
display: none;
list-style-type: none;
justify-content: flex-end;
margin: 1em;
}
ul a {
margin-top: 5em;
text-decoration: none;
font-size: 18px;
background: #ffffffff;
color: #000000;
}
ul li {
padding-left: 5px;
margin-left: 10px;
}
/*** Extra small :: viewports < 576 :: Utility class ***/
.statistiques {
/* background-color: greenyellow; */
height: 6em;
}
.smallP {
font-size: 18px;
text-align: justify;
width: 70%;
margin: auto;
padding-bottom: 0.7em;
}
.lastP {
font-size: 18px;
text-align: justify;
width: 70%;
margin: auto;
padding-bottom: 2.3em;
}
.picto {
max-width: 250px;
height: auto;
padding-bottom: 0.7em;
}
.smallPicto {
/* max-width: 200px; */
width: 200px;
height: auto;
}
.bigPicto {
width: 250px;
}
.secondBg {
background-color: #2b345d;
}
#algo {
background-color: #eee9fa;
/* height: 99em; */
height: auto;
padding-bottom: 30px;
margin-bottom: 50px;
}
#job {
/* height: 100em; */
height: auto;
margin-bottom: 50px;
}
.btn {
padding: 7px 25px;
border-radius: 25px;
}
.smallbtn {
padding: 6px 25px;
border-radius: 25px;
font-size: 20px;
}
.flex {
display: flex;
}
.center {
justify-content: center;
align-items: center;
}
.left {
text-align: left;
}
.spaced {
justify-content: space-around;
align-items: center;
}
.wrap {
flex-wrap: wrap;
}
.desktopOnly {
display: none;
}
/*** Extra small :: viewports < 576 :: Specific class ***/
#burger {
margin: 0;
background-color: #ffffff;;
position: absolute;
top: 20px;
left: 20px;
}
#logo {
height: 40px;
width: auto;
}
#insert {
height: 21em;
padding-top: 3em;
margin: auto;
}
@media screen and (min-width: 530px){
article {
max-width: 360px ;
}
#insert {
display: flex;
justify-content: space-around;
height: 8.2em;
}
/************** Extra small :: viewports >= 576 *************/
@media screen and (min-width: 576px){
/******* Medium :: viewports < 768 :: General rules ***/
/******* Medium :: viewports < 768 :: Utility class ***/
/******* Medium :: viewports < 768 :: Common class ***/
}
/************** Extra small :: viewports >= 768 *************/
@media screen and (min-width: 768px){
/******** Large :: viewports < 992 :: General rules ***/
/******** Large :: viewports < 992 :: Utility class ***/
/******** Large :: viewports < 992 :: Common class ***/
}
/************** Extra small :: viewports >= 992 *************/
@media screen and (min-width: 992px){
/*** Extra large :: viewports < 1200 :: General rules ***/
/*** Extra large :: viewports < 1200 :: Utility class ***/
/*** Extra large :: viewports < 1200 :: Common class ***/
}
/************** Extra small :: viewports < 1200px ***********/
@media screen and (min-width: 1200px){
/*** Extra large :: viewports > 1200 :: General rules ***/
header {
display: flex;
}
.desktopOnly {
display: block;
}
ul {
display: flex;
}
#burger {
display: none;
}
nav > div {
display: flex;
justify-content: flex-end;
line-height: 0.8em;
}
#logo {
position: absolute;
top: 20px;
left: 20px;
}
.aCnx {
background: #4d22ff;
color: #ffffff;
}
/*** Extra large :: viewports > 1200 :: Utility class ***/
/*** Extra large :: viewports > 1200 :: Common class ***/
}
/* ========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
} | 0.584745 | 0.101634 |
body {
background-color: dodgerblue;
font-size: 1rem;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
padding: 00.5rem 1rem;
margin: 0;
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
}
a {
color: #fff;
font-weight: bold;
}
#work {
border: 1px solid #fff;
border-radius: 5px;
margin: 15px 0;
width: 80%;
height: auto;
padding: 20px 50px;
min-height: 250px;
justify-content: center;
}
#work #app {
display: grid;
grid-template-areas:
"q q a a"
"q q t t"
"at at s s";
gap: 3px 3px;
}
.edit {
display: grid;
justify-content: center;
text-align: center;
align-items: center;
grid-template-columns: 1fr 1fr;
}
.editStatus {
text-align: center;
display: none;
font-weight: bold;
color: rgb(126, 0, 0);
}
p {
text-align: center;
}
.qq {
grid-area: q;
display: grid;
}
.aa {
grid-area: a;
display: grid;
grid-template-columns: 3fr 1fr;
}
.tt {
grid-area: t;
display: grid;
}
.at {
grid-area: at;
display: grid;
}
.att {
display: grid;
grid-template-columns: 2fr 1fr;
}
.ttt {
display: grid;
grid-template-columns: 1fr 1fr;
}
.ss {
grid-area: s;
width: 100%;
display: grid;
}
.quoteText {
margin: 0.5rem;
outline: none;
resize: none;
padding: 1rem;
font-size: 1rem;
border: 0;
color: rgb(83, 83, 83);
border-radius: 10px;
max-width: 100%;
height: 100px;
}
#app input,
#app select,
#app select option {
margin: 0.5rem;
border-radius: 10px;
max-width: 100%;
color: rgb(83, 83, 83);
outline: none;
font-size: 1rem;
border: 1px solid #ebe2e2;
padding: 1rem;
}
.editQuote {
border-radius: 10px;
max-width: 100%;
background-color: dodgerblue;
color: white;
outline: none;
font-size: 1rem;
padding: 0.1rem 0.5rem;
border: 1px solid #ebe2e2;
}
.line {
width: 60%;
border-radius: 5px;
align-self: center;
border-bottom: 1px solid #fff;
margin: 10px 0;
}
.action {
background-color: #446b91 !important;
}
.colored {
font-weight: bold;
outline: none;
border: 1px solid #fff;
border-radius: 5px;
padding: 2.5px 10px;
}
.topBar {
display: flex;
align-items: center;
justify-content: center;
}
.topBar > * {
margin: 0 5px;
}
button {
cursor: pointer;
margin: 0.5rem;
}
.item {
background-color: #fff;
padding: 10px;
height: 100px;
display: flex;
overflow: hidden;
justify-content: center;
align-items: center;
border-radius: 5px;
}
button {
padding: 1rem;
color: #fff;
border-radius: 10px;
border: 1px solid #fff;
background-color: Transparent;
outline: none;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
}
button:hover {
background-color: rgb(13, 115, 218);
}
option[value=""][disabled] {
display: none;
}
.modal {
position: fixed;
top: 0;
display: none;
justify-content: center;
align-items: center;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-content {
background-color: white;
width: 500px;
color: #020202;
padding: 5px;
display: grid;
grid-template-rows: 1fr 2fr 1fr;
grid-template-columns: 1fr;
border-radius: 15px;
justify-content: center;
text-align: center;
}
.modalTitle,
.modalContent {
display: grid;
width: 100%;
justify-content: center;
align-items: center;
}
.modal-content .modalClose,
.modalOk {
color: dodgerblue;
}
.modal-content .modalClose:hover,
.modalOk:hover {
color: #fff;
}
.modalConfirm {
display: none;
grid-template-columns: 1fr 1fr;
text-align: center;
}
.modalOk,
.modalCancel {
display: grid;
justify-content: center;
align-items: center;
}
.modalCancel {
color: tomato;
}
.modalCancel:hover {
background-color: tomato;
color: white;
}
.tooltip {
bottom: 100px;
position: fixed;
min-width: 100px;
height: 25px;
padding: 5px 20px;
text-align: center;
justify-content: center;
align-items: center;
display: none;
background-color: #020202;
color: white;
border-radius: 10px;
opacity: 0;
margin: 0 auto;
transition: opacity 5s;
}
.normalLink {
color: dodgerblue;
}
.submitTags {
background-color: white;
color: rgb(83, 83, 83);
border: 2px solid rgb(4, 74, 145) !important;
font-weight: normal;
}
.submitTags:hover {
background-color: rgb(236, 229, 229);
border: 2px solid rgb(4, 74, 145) !important;
}
.newTags {
border: 2px solid rgb(4, 74, 145) !important;
}
@media screen and (max-width: 1000px) {
#work #app {
grid-template-areas:
"q q q q"
"a a a a"
"t t t t"
"s s s s"
"at at at at";
}
}
@media screen and (max-width: 640px) {
.att {
grid-template-columns: 1fr;
}
.modal .modal-content {
width: 100vw;
}
}
@media screen and (max-width: 480px) {
#work {
padding: none;
display: grid;
}
} | index.css | body {
background-color: dodgerblue;
font-size: 1rem;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
padding: 00.5rem 1rem;
margin: 0;
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
}
a {
color: #fff;
font-weight: bold;
}
#work {
border: 1px solid #fff;
border-radius: 5px;
margin: 15px 0;
width: 80%;
height: auto;
padding: 20px 50px;
min-height: 250px;
justify-content: center;
}
#work #app {
display: grid;
grid-template-areas:
"q q a a"
"q q t t"
"at at s s";
gap: 3px 3px;
}
.edit {
display: grid;
justify-content: center;
text-align: center;
align-items: center;
grid-template-columns: 1fr 1fr;
}
.editStatus {
text-align: center;
display: none;
font-weight: bold;
color: rgb(126, 0, 0);
}
p {
text-align: center;
}
.qq {
grid-area: q;
display: grid;
}
.aa {
grid-area: a;
display: grid;
grid-template-columns: 3fr 1fr;
}
.tt {
grid-area: t;
display: grid;
}
.at {
grid-area: at;
display: grid;
}
.att {
display: grid;
grid-template-columns: 2fr 1fr;
}
.ttt {
display: grid;
grid-template-columns: 1fr 1fr;
}
.ss {
grid-area: s;
width: 100%;
display: grid;
}
.quoteText {
margin: 0.5rem;
outline: none;
resize: none;
padding: 1rem;
font-size: 1rem;
border: 0;
color: rgb(83, 83, 83);
border-radius: 10px;
max-width: 100%;
height: 100px;
}
#app input,
#app select,
#app select option {
margin: 0.5rem;
border-radius: 10px;
max-width: 100%;
color: rgb(83, 83, 83);
outline: none;
font-size: 1rem;
border: 1px solid #ebe2e2;
padding: 1rem;
}
.editQuote {
border-radius: 10px;
max-width: 100%;
background-color: dodgerblue;
color: white;
outline: none;
font-size: 1rem;
padding: 0.1rem 0.5rem;
border: 1px solid #ebe2e2;
}
.line {
width: 60%;
border-radius: 5px;
align-self: center;
border-bottom: 1px solid #fff;
margin: 10px 0;
}
.action {
background-color: #446b91 !important;
}
.colored {
font-weight: bold;
outline: none;
border: 1px solid #fff;
border-radius: 5px;
padding: 2.5px 10px;
}
.topBar {
display: flex;
align-items: center;
justify-content: center;
}
.topBar > * {
margin: 0 5px;
}
button {
cursor: pointer;
margin: 0.5rem;
}
.item {
background-color: #fff;
padding: 10px;
height: 100px;
display: flex;
overflow: hidden;
justify-content: center;
align-items: center;
border-radius: 5px;
}
button {
padding: 1rem;
color: #fff;
border-radius: 10px;
border: 1px solid #fff;
background-color: Transparent;
outline: none;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
}
button:hover {
background-color: rgb(13, 115, 218);
}
option[value=""][disabled] {
display: none;
}
.modal {
position: fixed;
top: 0;
display: none;
justify-content: center;
align-items: center;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-content {
background-color: white;
width: 500px;
color: #020202;
padding: 5px;
display: grid;
grid-template-rows: 1fr 2fr 1fr;
grid-template-columns: 1fr;
border-radius: 15px;
justify-content: center;
text-align: center;
}
.modalTitle,
.modalContent {
display: grid;
width: 100%;
justify-content: center;
align-items: center;
}
.modal-content .modalClose,
.modalOk {
color: dodgerblue;
}
.modal-content .modalClose:hover,
.modalOk:hover {
color: #fff;
}
.modalConfirm {
display: none;
grid-template-columns: 1fr 1fr;
text-align: center;
}
.modalOk,
.modalCancel {
display: grid;
justify-content: center;
align-items: center;
}
.modalCancel {
color: tomato;
}
.modalCancel:hover {
background-color: tomato;
color: white;
}
.tooltip {
bottom: 100px;
position: fixed;
min-width: 100px;
height: 25px;
padding: 5px 20px;
text-align: center;
justify-content: center;
align-items: center;
display: none;
background-color: #020202;
color: white;
border-radius: 10px;
opacity: 0;
margin: 0 auto;
transition: opacity 5s;
}
.normalLink {
color: dodgerblue;
}
.submitTags {
background-color: white;
color: rgb(83, 83, 83);
border: 2px solid rgb(4, 74, 145) !important;
font-weight: normal;
}
.submitTags:hover {
background-color: rgb(236, 229, 229);
border: 2px solid rgb(4, 74, 145) !important;
}
.newTags {
border: 2px solid rgb(4, 74, 145) !important;
}
@media screen and (max-width: 1000px) {
#work #app {
grid-template-areas:
"q q q q"
"a a a a"
"t t t t"
"s s s s"
"at at at at";
}
}
@media screen and (max-width: 640px) {
.att {
grid-template-columns: 1fr;
}
.modal .modal-content {
width: 100vw;
}
}
@media screen and (max-width: 480px) {
#work {
padding: none;
display: grid;
}
} | 0.374219 | 0.101145 |
@import url(normalize.css);
/* I keep using pureBuster icon font */
@font-face {
font-family: 'icons';
src:url('../fonts/pureBuster.eot');
src:url('../fonts/pureBuster.eot?#iefix') format('embedded-opentype'),
url('../fonts/pureBuster.woff') format('woff'),
url('../fonts/pureBuster.ttf') format('truetype'),
url('../fonts/pureBuster.svg#icons') format('svg');
font-weight: normal;
font-style: normal;
}
.normal-font {
font-weight:300;
}
.bold-font {
font-weight:500;
}
/* ==========================================================================
1. iOS7 Colors
========================================================================== */
.blue {
color: rgb(21,125,251);
}
.black {
color: rgb(0,0,0);
}
.borders-grey {
color: rgb(200,199,204);
}
.text-grey {
color: rgb(111,111,116);
}
.title-bg-grey {
background: rgb(248,248,248);
}
.view-bg-white {
background: rgb(255,255,255);
}
/* ==========================================================================
2. Icons
========================================================================== */
/* Apply these base styles to all icons */
.icon-ghost,
.icon-feed,
.icon-feed-1,
.icon-feed-inv,
.icon-twitter,
.icon-twitter-1,
.icon-twitter-inv,
.icon-google-plus,
.icon-google-plus-1,
.icon-google-plus-inv,
.icon-facebook,
.icon-facebook-1,
.icon-facebook-inv,
.icon-leaf,
.icon-linkedin,
.icon-linkedin-inv,
.icon-github,
.icon-github-1,
.icon-github-inv,
.icon-bitbucket,
.icon-bitbucket-inv,
.icon-cloud,
.icon-lamp,
.icon-youtube,
.icon-youtube-inv,
.icon-flickr,
.icon-dropbox,
.icon-tumblr,
.icon-tumblr-inv,
.icon-skype,
.icon-apple,
.icon-windows,
.icon-android,
.icon-linux {
font-family: 'icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-decoration: none;
font-size: 75%;
}
/* Each icon is created by inserting the corret character into the
content of the :before pseudo element. Like a boss. */
.icon-ghost:before {content: "\e000";}
.icon-feed:before {content: "\f09e";}
.icon-feed-1:before {content: "\e001";}
.icon-feed-inv:before {content: "\e004";}
.icon-twitter:before {content: "\f099";}
.icon-twitter-1:before {content: "\e002";}
.icon-twitter-inv:before {content: "\f081";}
.icon-google-plus:before {content: "\f0d4";}
.icon-google-plus-1:before {content: "\e006";}
.icon-google-plus-inv:before {content: "\f0d5";}
.icon-facebook:before {content: "\e007";}
.icon-facebook-1:before {content: "\f082";}
.icon-facebook-inv:before {content: "\f09a";}
.icon-leaf:before {content: "\f06c";}
.icon-linkedin:before {content: "\f08c";}
.icon-linkedin-inv:before {content: "\f0e1";}
.icon-github:before {content: "\f092";}
.icon-github-1:before {content: "\f09b";}
.icon-github-inv:before {content: "\f113";}
.icon-bitbucket:before {content: "\f171";}
.icon-bitbucket-inv:before {content: "\f172";}
.icon-cloud:before {content: "\f0c2";}
.icon-lamp:before {content: "\f0eb";}
.icon-youtube:before {content: "\f167";}
.icon-youtube-inv:before {content: "\f166";}
.icon-flickr:before {content: "\f16e";}
.icon-dropbox:before {content: "\f16b";}
.icon-tumblr:before {content: "\f173";}
.icon-tumblr-inv:before {content: "\f174";}
.icon-skype:before {content: "\f17e";}
.icon-apple:before {content: "\f179";}
.icon-windows:before {content: "\f17a";}
.icon-android:before {content: "\f17b";}
.icon-linux:before {content: "\f17c";}
/* ==========================================================================
3. General Setup
========================================================================== */
* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3,
h4, h5, h6 {
line-height: 1;
margin-top: 0;
font-weight: 500;
/*color: rgb(76,76,116);/*rgb(21,125,251);*/
color: rgba(111,111,116);
}
h1 {
font-size: 2rem;
text-indent: -3px;
}
h2 {
font-size: 1.6rem;
text-indent: -2px;
}
h3 {
font-size: 1.4rem;
}
h4 {
font-size: 1.2rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.8rem;
}
a {
text-decoration: none;
color: rgb(21,125,251);
}
a:hover,
a:focus,
a:visited {
color: rgb(91,110,251);
}
/* Hides shit */
.hidden {
text-indent: -9999px;
visibility: hidden;
display: none;
}
/* ==========================================================================
3. Theme starts
========================================================================== */
:focus {
outline: 0;
}
ul {
list-style: none;
}
html, body {
overflow: hidden;
}
body {
font-size: 18px;
font-weight: 300;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
word-wrap: break-word;
-webkit-text-size-adjust: none;
text-size-adjust: none;
height: 100%;
width: 100%;
line-height: 1;
position: fixed;
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
}
strong {
font-weight: 500;
}
em {
font-style: italic;
}
header.global-head {
position: absolute;
top:0;
height: 88px;
line-height: 88px;
width: 100%;
padding-top: 0;
background-color: rgba(248, 248, 248, 0.9);
background-size: 100% 1px;
background-repeat: no-repeat;
background-position: bottom;
z-index: 10;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-touch-callout: none;
border-bottom: 1px solid rgb(200, 199, 204);
}
.blog-logo {
position:absolute;
top:0;
left:0;
margin: 4px;
display:block;
background: transparent;
}
.blog-logo img {
max-height: 80px;
max-width: 80px;
}
header a {
text-decoration: none;
}
footer.global-foot {
position: absolute;
bottom:0;
height: 44px;
width: 100%;
padding-top: 0;
margin-left:4px;
vertical-align: bottom;
background-color: rgba(248, 248, 248, 0.9);
background-size: 100% 1px;
background-repeat: no-repeat;
background-position: bottom;
z-index: 10;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-touch-callout: none;
border-top: 1px solid rgb(200, 199, 204);
}
footer div, footer a {
margin:0;
padding-top: 5px;
/*text-align: center;*/
color: rgb(111,111,116);
font-size: 0.8em;
}
.scroll {
width: 100%;
padding-right: 20px;
height: 100%;
background-color: rgb(255, 255, 255);
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 1;
opacity: 1;
}
.scrollWrap {
position: absolute;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
.scrollMask {
width: 100%;
position: absolute;
top: 88px;
bottom: 0;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.1);
}
.content {
position:relaitve;
line-height: 1em;
margin-top: 88px;
font-weight: 400;
margin-bottom: 62px;
margin-left:10px;
margin-right: 10px;
}
header.global-head h1 {
display: block;
padding: 0;
padding-left: 2px;
font-size: 2em;
white-space: nowrap;
text-overflow: ellipsis;
/*text-align: center;*/
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
margin: 0 65px;
margin-top:10px;
margin-left: 90px;
-webkit-tap-highlight-color: transparent;
}
header.global-head .blog-description {
font-size: 0.9em;
color: rgb(111,111,116);
display: block;
padding: 0;
padding-left: 2px;
font-size: 20px;
white-space: nowrap;
text-overflow: ellipsis;
/*text-align: center;*/
overflow: hidden;
margin-top: -30px;
margin-left: 90px;
}
header.global-head h3 {
font-size: 2em;
line-height: 1.5em;
font-weight: 400;
text-align: center;
padding: 6px;
margin-left: 90px;
padding-left: 2px;
text-overflow: ellipsis;
}
ul {
padding-right: 5%;
max-width: 800px;
}
li {
padding: 6px 15px 6px 0;
margin-left: 15px;
font-weight: 300;
background-image: none;
border-bottom: 1px solid rgb(200, 199, 204);
}
li .post-header {
font-size: 1.25rem;
font-weight: 500;
padding-top: 0.25em;
margin-bottom: -2px;
}
li .post-description {
color: rgb(111, 111, 116);
padding: 5px 0 5px 0;
margin-top:-1em;
margin-bottom: -1em;
max-width: 800px;
}
.innerLi {
padding-right: 5%;
}
li.pagination {
font-size: 0.8em;
color: rgb(111, 111, 116);
padding: 10px 0 5px 0;
border: none;
margin-top:-0.5em;
}
p {
line-height: 1.5em;
padding: 6px;
}
article {
padding-right:5%;
}
article.post {
border-bottom: none;
max-width: 800px;
padding: 6px 15px 6px 0;
margin-left: 55px;
}
article,li {
padding: 6px 15px 6px 0;
font-weight: 300;
background-image: none;
border-bottom: 1px solid rgb(200, 199, 204);
}
article li {
border: none;
margin-left: 0;
}
article ol {
list-style: decimal inside;
}
article img {
width: 100%;
}
div.post-meta {
margin-top: -1em;
color: rgb(200,199,204);
font-size: 0.8em;
}
article h2, article h3, article h4, article h5, article h6 {
margin-bottom: -15px;
}
blockquote {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1.2em 0 1.2em 5px;
padding: 0 0 0 1.2em;
border-left: rgb(200,199,204) 0.4em solid;
color: rgb(111,111,116);
}
blockquote p {
margin: 0.8em 0;
font-style: italic;
}
blockquote small {
display: inline-block;
margin: 0.8em 0 0.8em 1.5em;
font-size:0.9em;
}
blockquote small:before { content: '\2014 \00A0'; }
blockquote cite {
font-weight:bold;
}
blockquote cite a { font-weight: normal; }
code {
padding: 1px 3px;
font-family: 'Menlo', 'Ubuntu Mono', monospace, sans-serif;
font-size: 0.85em;
white-space: pre;
border: 1px solid rgb(200,199,204) ;
background: rgb(248,248,248);
font-weight: 300;
color: rgb(111,111,116);
}
pre {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1.6em 0;
border: 1px solid rgb(200,199,204);
width: 100%;
padding: 10px;
font-family: 'Menlo', 'Ubuntu Mono', monospace, sans-serif;
font-size: 0.9em;
white-space: pre;
overflow: auto;
background: rgb(248,248,248);;
}
pre code {
font-size: inherit;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
background: transparent;
border: none;
padding: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid rgb(200,199,204);
padding: 0;
}
/* The author credit area after the post */
footer.post-footer {
position: relative;
margin: 0.6rem 0 0.6em 0;
padding: 0.6rem 0 0.6em 0;
border-top: rgb(200,199,204) 1px solid;
}
.post-footer h4 {
margin: 0;
color: rgb(200,199,204);
}
.post-footer p {
margin: 0;
font-size: 1.4rem;
line-height: 1.8em;
}
/* Create some space to the right for the share links */
.post-footer .author {
margin-right: 180px;
}
/* Drop the share links in the space to the right.
Doing it like this means it's easier for the author bio
to be flexible at smaller screen sizes while the share
links remain at a fixed width the whole time */
.post-footer .share {
position: absolute;
top: 0.6rem;
right: 0;
width: 140px;
}
.post-footer .share a {
display: inline-block;
margin: 0.4rem 0.6rem 0.6rem 0;
color: rgb(200,199,204);
}
.post-footer .share a:hover {
color: rgba(200,199,204,0.8);
}
section.post-comments {
margin-top:1.8em;
margin-bottom: 0.6em;
}
.social-icon-box {
position:absolute;
float:right;
bottom: 0;
right: 0;
min-width: 150px;
}
ul.social-list li {
list-style: none;
border: none;
display: inline-block;
margin: 0;
padding: 0;
}
/* ==========================================================================
3. Form styles
========================================================================== */
/* Toggle from http://freebiesbug.com/code-stuff/ios7-toggles-css/ */
input[type="checkbox"] {
-webkit-appearance: none;
background-color: #fafafa;
border: 1px solid lightgrey;
border-radius: 26px;
box-shadow: inset 0 0 0 1px lightgrey;
cursor: pointer;
height: 28px;
position: relative;
transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
width: 44px;
vertical-align: top;
}
input[type="checkbox"]:after {
background-color: white;
border: 1px solid lightgrey;
border-radius: 24px;
box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
content: '';
display: block;
height: 24px;
left: 0;
position: absolute;
right: 16px;
top: 0;
transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
input[type="checkbox"]:checked {
border-color: #53d76a;
box-shadow: inset 0 0 0 13px #53d76a;
padding-left: 18px;
transition: border .25s, box-shadow .25s, padding .25s .15s;
}
input[type="checkbox"]:checked:after {
border-color: #53d76a;
left: 16px;
right: 0;
transition: border .25s, left .15s .25s, right .25s .175s;
}
/* ==========================================================================
3. Media Queries
========================================================================== */
@media (max-width: 970px) {
.content {
margin-left: 10px;
margin-right: 10px;
}
}
@media (max-width: 480px) {
} | assets/css/style.css | @import url(normalize.css);
/* I keep using pureBuster icon font */
@font-face {
font-family: 'icons';
src:url('../fonts/pureBuster.eot');
src:url('../fonts/pureBuster.eot?#iefix') format('embedded-opentype'),
url('../fonts/pureBuster.woff') format('woff'),
url('../fonts/pureBuster.ttf') format('truetype'),
url('../fonts/pureBuster.svg#icons') format('svg');
font-weight: normal;
font-style: normal;
}
.normal-font {
font-weight:300;
}
.bold-font {
font-weight:500;
}
/* ==========================================================================
1. iOS7 Colors
========================================================================== */
.blue {
color: rgb(21,125,251);
}
.black {
color: rgb(0,0,0);
}
.borders-grey {
color: rgb(200,199,204);
}
.text-grey {
color: rgb(111,111,116);
}
.title-bg-grey {
background: rgb(248,248,248);
}
.view-bg-white {
background: rgb(255,255,255);
}
/* ==========================================================================
2. Icons
========================================================================== */
/* Apply these base styles to all icons */
.icon-ghost,
.icon-feed,
.icon-feed-1,
.icon-feed-inv,
.icon-twitter,
.icon-twitter-1,
.icon-twitter-inv,
.icon-google-plus,
.icon-google-plus-1,
.icon-google-plus-inv,
.icon-facebook,
.icon-facebook-1,
.icon-facebook-inv,
.icon-leaf,
.icon-linkedin,
.icon-linkedin-inv,
.icon-github,
.icon-github-1,
.icon-github-inv,
.icon-bitbucket,
.icon-bitbucket-inv,
.icon-cloud,
.icon-lamp,
.icon-youtube,
.icon-youtube-inv,
.icon-flickr,
.icon-dropbox,
.icon-tumblr,
.icon-tumblr-inv,
.icon-skype,
.icon-apple,
.icon-windows,
.icon-android,
.icon-linux {
font-family: 'icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-decoration: none;
font-size: 75%;
}
/* Each icon is created by inserting the corret character into the
content of the :before pseudo element. Like a boss. */
.icon-ghost:before {content: "\e000";}
.icon-feed:before {content: "\f09e";}
.icon-feed-1:before {content: "\e001";}
.icon-feed-inv:before {content: "\e004";}
.icon-twitter:before {content: "\f099";}
.icon-twitter-1:before {content: "\e002";}
.icon-twitter-inv:before {content: "\f081";}
.icon-google-plus:before {content: "\f0d4";}
.icon-google-plus-1:before {content: "\e006";}
.icon-google-plus-inv:before {content: "\f0d5";}
.icon-facebook:before {content: "\e007";}
.icon-facebook-1:before {content: "\f082";}
.icon-facebook-inv:before {content: "\f09a";}
.icon-leaf:before {content: "\f06c";}
.icon-linkedin:before {content: "\f08c";}
.icon-linkedin-inv:before {content: "\f0e1";}
.icon-github:before {content: "\f092";}
.icon-github-1:before {content: "\f09b";}
.icon-github-inv:before {content: "\f113";}
.icon-bitbucket:before {content: "\f171";}
.icon-bitbucket-inv:before {content: "\f172";}
.icon-cloud:before {content: "\f0c2";}
.icon-lamp:before {content: "\f0eb";}
.icon-youtube:before {content: "\f167";}
.icon-youtube-inv:before {content: "\f166";}
.icon-flickr:before {content: "\f16e";}
.icon-dropbox:before {content: "\f16b";}
.icon-tumblr:before {content: "\f173";}
.icon-tumblr-inv:before {content: "\f174";}
.icon-skype:before {content: "\f17e";}
.icon-apple:before {content: "\f179";}
.icon-windows:before {content: "\f17a";}
.icon-android:before {content: "\f17b";}
.icon-linux:before {content: "\f17c";}
/* ==========================================================================
3. General Setup
========================================================================== */
* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3,
h4, h5, h6 {
line-height: 1;
margin-top: 0;
font-weight: 500;
/*color: rgb(76,76,116);/*rgb(21,125,251);*/
color: rgba(111,111,116);
}
h1 {
font-size: 2rem;
text-indent: -3px;
}
h2 {
font-size: 1.6rem;
text-indent: -2px;
}
h3 {
font-size: 1.4rem;
}
h4 {
font-size: 1.2rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.8rem;
}
a {
text-decoration: none;
color: rgb(21,125,251);
}
a:hover,
a:focus,
a:visited {
color: rgb(91,110,251);
}
/* Hides shit */
.hidden {
text-indent: -9999px;
visibility: hidden;
display: none;
}
/* ==========================================================================
3. Theme starts
========================================================================== */
:focus {
outline: 0;
}
ul {
list-style: none;
}
html, body {
overflow: hidden;
}
body {
font-size: 18px;
font-weight: 300;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
word-wrap: break-word;
-webkit-text-size-adjust: none;
text-size-adjust: none;
height: 100%;
width: 100%;
line-height: 1;
position: fixed;
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
}
strong {
font-weight: 500;
}
em {
font-style: italic;
}
header.global-head {
position: absolute;
top:0;
height: 88px;
line-height: 88px;
width: 100%;
padding-top: 0;
background-color: rgba(248, 248, 248, 0.9);
background-size: 100% 1px;
background-repeat: no-repeat;
background-position: bottom;
z-index: 10;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-touch-callout: none;
border-bottom: 1px solid rgb(200, 199, 204);
}
.blog-logo {
position:absolute;
top:0;
left:0;
margin: 4px;
display:block;
background: transparent;
}
.blog-logo img {
max-height: 80px;
max-width: 80px;
}
header a {
text-decoration: none;
}
footer.global-foot {
position: absolute;
bottom:0;
height: 44px;
width: 100%;
padding-top: 0;
margin-left:4px;
vertical-align: bottom;
background-color: rgba(248, 248, 248, 0.9);
background-size: 100% 1px;
background-repeat: no-repeat;
background-position: bottom;
z-index: 10;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-touch-callout: none;
border-top: 1px solid rgb(200, 199, 204);
}
footer div, footer a {
margin:0;
padding-top: 5px;
/*text-align: center;*/
color: rgb(111,111,116);
font-size: 0.8em;
}
.scroll {
width: 100%;
padding-right: 20px;
height: 100%;
background-color: rgb(255, 255, 255);
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 1;
opacity: 1;
}
.scrollWrap {
position: absolute;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
.scrollMask {
width: 100%;
position: absolute;
top: 88px;
bottom: 0;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.1);
}
.content {
position:relaitve;
line-height: 1em;
margin-top: 88px;
font-weight: 400;
margin-bottom: 62px;
margin-left:10px;
margin-right: 10px;
}
header.global-head h1 {
display: block;
padding: 0;
padding-left: 2px;
font-size: 2em;
white-space: nowrap;
text-overflow: ellipsis;
/*text-align: center;*/
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
margin: 0 65px;
margin-top:10px;
margin-left: 90px;
-webkit-tap-highlight-color: transparent;
}
header.global-head .blog-description {
font-size: 0.9em;
color: rgb(111,111,116);
display: block;
padding: 0;
padding-left: 2px;
font-size: 20px;
white-space: nowrap;
text-overflow: ellipsis;
/*text-align: center;*/
overflow: hidden;
margin-top: -30px;
margin-left: 90px;
}
header.global-head h3 {
font-size: 2em;
line-height: 1.5em;
font-weight: 400;
text-align: center;
padding: 6px;
margin-left: 90px;
padding-left: 2px;
text-overflow: ellipsis;
}
ul {
padding-right: 5%;
max-width: 800px;
}
li {
padding: 6px 15px 6px 0;
margin-left: 15px;
font-weight: 300;
background-image: none;
border-bottom: 1px solid rgb(200, 199, 204);
}
li .post-header {
font-size: 1.25rem;
font-weight: 500;
padding-top: 0.25em;
margin-bottom: -2px;
}
li .post-description {
color: rgb(111, 111, 116);
padding: 5px 0 5px 0;
margin-top:-1em;
margin-bottom: -1em;
max-width: 800px;
}
.innerLi {
padding-right: 5%;
}
li.pagination {
font-size: 0.8em;
color: rgb(111, 111, 116);
padding: 10px 0 5px 0;
border: none;
margin-top:-0.5em;
}
p {
line-height: 1.5em;
padding: 6px;
}
article {
padding-right:5%;
}
article.post {
border-bottom: none;
max-width: 800px;
padding: 6px 15px 6px 0;
margin-left: 55px;
}
article,li {
padding: 6px 15px 6px 0;
font-weight: 300;
background-image: none;
border-bottom: 1px solid rgb(200, 199, 204);
}
article li {
border: none;
margin-left: 0;
}
article ol {
list-style: decimal inside;
}
article img {
width: 100%;
}
div.post-meta {
margin-top: -1em;
color: rgb(200,199,204);
font-size: 0.8em;
}
article h2, article h3, article h4, article h5, article h6 {
margin-bottom: -15px;
}
blockquote {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1.2em 0 1.2em 5px;
padding: 0 0 0 1.2em;
border-left: rgb(200,199,204) 0.4em solid;
color: rgb(111,111,116);
}
blockquote p {
margin: 0.8em 0;
font-style: italic;
}
blockquote small {
display: inline-block;
margin: 0.8em 0 0.8em 1.5em;
font-size:0.9em;
}
blockquote small:before { content: '\2014 \00A0'; }
blockquote cite {
font-weight:bold;
}
blockquote cite a { font-weight: normal; }
code {
padding: 1px 3px;
font-family: 'Menlo', 'Ubuntu Mono', monospace, sans-serif;
font-size: 0.85em;
white-space: pre;
border: 1px solid rgb(200,199,204) ;
background: rgb(248,248,248);
font-weight: 300;
color: rgb(111,111,116);
}
pre {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1.6em 0;
border: 1px solid rgb(200,199,204);
width: 100%;
padding: 10px;
font-family: 'Menlo', 'Ubuntu Mono', monospace, sans-serif;
font-size: 0.9em;
white-space: pre;
overflow: auto;
background: rgb(248,248,248);;
}
pre code {
font-size: inherit;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
background: transparent;
border: none;
padding: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid rgb(200,199,204);
padding: 0;
}
/* The author credit area after the post */
footer.post-footer {
position: relative;
margin: 0.6rem 0 0.6em 0;
padding: 0.6rem 0 0.6em 0;
border-top: rgb(200,199,204) 1px solid;
}
.post-footer h4 {
margin: 0;
color: rgb(200,199,204);
}
.post-footer p {
margin: 0;
font-size: 1.4rem;
line-height: 1.8em;
}
/* Create some space to the right for the share links */
.post-footer .author {
margin-right: 180px;
}
/* Drop the share links in the space to the right.
Doing it like this means it's easier for the author bio
to be flexible at smaller screen sizes while the share
links remain at a fixed width the whole time */
.post-footer .share {
position: absolute;
top: 0.6rem;
right: 0;
width: 140px;
}
.post-footer .share a {
display: inline-block;
margin: 0.4rem 0.6rem 0.6rem 0;
color: rgb(200,199,204);
}
.post-footer .share a:hover {
color: rgba(200,199,204,0.8);
}
section.post-comments {
margin-top:1.8em;
margin-bottom: 0.6em;
}
.social-icon-box {
position:absolute;
float:right;
bottom: 0;
right: 0;
min-width: 150px;
}
ul.social-list li {
list-style: none;
border: none;
display: inline-block;
margin: 0;
padding: 0;
}
/* ==========================================================================
3. Form styles
========================================================================== */
/* Toggle from http://freebiesbug.com/code-stuff/ios7-toggles-css/ */
input[type="checkbox"] {
-webkit-appearance: none;
background-color: #fafafa;
border: 1px solid lightgrey;
border-radius: 26px;
box-shadow: inset 0 0 0 1px lightgrey;
cursor: pointer;
height: 28px;
position: relative;
transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
width: 44px;
vertical-align: top;
}
input[type="checkbox"]:after {
background-color: white;
border: 1px solid lightgrey;
border-radius: 24px;
box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
content: '';
display: block;
height: 24px;
left: 0;
position: absolute;
right: 16px;
top: 0;
transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
input[type="checkbox"]:checked {
border-color: #53d76a;
box-shadow: inset 0 0 0 13px #53d76a;
padding-left: 18px;
transition: border .25s, box-shadow .25s, padding .25s .15s;
}
input[type="checkbox"]:checked:after {
border-color: #53d76a;
left: 16px;
right: 0;
transition: border .25s, left .15s .25s, right .25s .175s;
}
/* ==========================================================================
3. Media Queries
========================================================================== */
@media (max-width: 970px) {
.content {
margin-left: 10px;
margin-right: 10px;
}
}
@media (max-width: 480px) {
} | 0.36139 | 0.055592 |
html {
scroll-behavior: smooth;
}
body {
background-color: #F2B05E;
color: #F2EBDF;
}
header {
display: flex;
justify-content: flex-end;
}
#contact {
z-index: -1;
width: 880px;
margin: -285px 0 0 521px;
}
#title-main,
#title-second,
#title-third,
#title-fourth {
display: inline;
position: absolute;
left: 1.5%;
font-family: mighty-slab, serif;
font-style: normal;
font-size: 45px;
}
#title-main {
z-index: 3;
color: #8C2626;
font-weight: 400;
}
#title-second {
z-index: 2;
color: #F2EBDF;
font-weight: 500;
}
#title-third {
z-index: 1;
font-weight: 600;
color: #D93425;
}
#title-fourth {
font-weight: 700;
color: #F2EBDF;
}
ul {
display: inline;
position: relative;
font-family: lust-display, serif;
font-weight: 400;
font-style: normal;
font-size: 25px;
margin-right: 25px;
margin-top: 15px;
}
a {
color: #F2EBDF;
}
#thumbnail-1 {
/* Positioning */
left: 9em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
#thumbnail-3 {
/* Positioning */
left: 9em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
#thumbnail-2 {
/* Positioning */
left: 50em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
#thumbnail-4 {
/* Positioning */
left: 50em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
.d-title {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -185px;
margin-left: 680px;
}
.d-title3 {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -185px;
margin-left: 680px;
}
.d-title2 {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -180px;
margin-left: 250px;
}
.d-title4 {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -175px;
margin-left: 290px;
}
p {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -15px;
margin-left: 680px;
width: 600px;
}
.para3 {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -10px;
margin-left: 680px;
}
.para2 {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -15px;
margin-left: 80px;
text-align: right;
width: 640px;
}
.para4 {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -15px;
margin-left: 80px;
text-align: right;
width: 640px;
}
main {
display: flex;
flex-direction: column;
}
#splash-text {
/* Type */
font-family: mighty-slab, serif;
font-size: 115px;
font-weight: 400;
font-style: normal;
color: #8B2729;
/* Sizing */
margin: 0 0 0 10px;
}
.container {
margin-top: 25px;
}
.definition,
.say-it {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
margin-left: 10px;
color: #8B2729
}
.say-it {
margin-top: -25px;
}
.definition {
margin-top: -10px;
}
#manifest {
width: 750px;
margin: 150px 0 0 325px;
}
img {
position: relative;
z-index: -1;
}
footer {
display: flex;
margin: 127px 0 10px 0;
justify-content: center;
align-items: center;
color: #000
}
span {
margin-left: 5px;
}
/* Media Queries */
/* Large Display */
@media screen and (max-width: 1800px) {
#contact {
max-width: 1100px;
margin: -319px 0 0 600px;
}
ul {
margin-right: 0px;
}
#splash-text {
font-size: 130px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 775px;
}
#thumbnail-1,
#thumbnail-3 {
left: 2em;
}
#thumbnail-2,
#thumbnail-4 {
left: 60em;
}
.d-title,
.d-title3 {
font-size: 120px;
margin-top: -320px;
margin-left: 860px;
}
.d-title2,
.d-title4 {
font-size: 120px;
margin-left: 215px;
margin-top: -325px;
}
.d-title4 {
margin-left: 270px;
}
p,
.para3 {
font-size: 25px;
margin-left: 860px;
width: 840px;
}
.para2,
.para4 {
font-size: 25px;
margin-left: 40px;
width: 840px;
}
footer {
font-size: 25px;
margin: 185px 0 10px 0;
}
}
/* Standard Laptop */
@media screen and (max-width: 1440px) {
#contact {
max-width: 865px;
margin: -259px 0 0 528px;
}
ul {
margin-right: 0px;
}
#splash-text {
font-size: 100px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
font-size: 25px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 600px;
}
#thumbnail-1,
#thumbnail-3 {
left: 3em;
}
#thumbnail-2,
#thumbnail-4 {
left: 48em;
}
.d-title,
.d-title3 {
font-size: 85px;
margin-top: -215px;
margin-left: 680px;
}
.d-title2,
.d-title4 {
font-size: 85px;
margin-left: 206px;
margin-top: -228px;
}
.d-title4 {
margin-left: 240px;
}
p,
.para3 {
font-size: 18px;
margin-left: 680px;
width: 700px;
}
.para2,
.para4 {
font-size: 18px;
margin-left: 59px;
width: 618px;
}
footer {
font-size: 18px;
margin: 172px 0px 10px 0;
}
}
/* Small smartphones - image placeholders change color */
@media screen and (max-width: 1024px) {
#contact {
max-width: 727px;
margin: -205px 0 0 435px;
}
ul {
margin-right: -165px;
}
#splash-text {
font-size: 100px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
font-size: 18px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 500px;
}
#thumbnail-1,
#thumbnail-3 {
left: 3em;
}
#thumbnail-2,
#thumbnail-4 {
left: 37em;
}
.d-title,
.d-title3 {
font-size: 55px;
margin-top: -160px;
margin-left: 580px;
}
.d-title2,
.d-title4 {
font-size: 55px;
margin-left: 225px;
margin-top: -175px;
}
.d-title4 {
margin-left: 250px;
}
p,
.para3 {
font-size: 15px;
margin-left: 580px;
width: 525px;
}
.para2,
.para4 {
font-size: 15px;
margin-left: 35px;
width: 495px;
}
footer {
font-size: 18px;
margin: 185px -180px 10px 0;
}
}
@media screen and (max-width: 768px) {
ul {
margin-right: -390px;
}
footer {
font-size: 18px;
margin: 123px -380px 15px 10px;
align-items: center;
}
}
@media screen and (max-width: 576px) {
#contact {
max-width: 727px;
margin: -250px 0 0 625px;
}
ul {
margin-right: -585px;
}
#splash-text {
font-size: 100px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
font-size: 25px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 600px;
}
#thumbnail-1,
#thumbnail-3 {
left: 3em;
}
#thumbnail-2,
#thumbnail-4 {
left: 48em;
}
.d-title,
.d-title3 {
font-size: 85px;
margin-top: -215px;
margin-left: 680px;
}
.d-title2,
.d-title4 {
font-size: 85px;
margin-left: 206px;
margin-top: -228px;
}
.d-title4 {
margin-left: 240px;
}
p,
.para3 {
font-size: 18px;
margin-left: 680px;
width: 700px;
}
.para2,
.para4 {
font-size: 18px;
margin-left: 59px;
width: 618px;
}
footer {
font-size: 18px;
margin: 10px 0 25px 0;
}
} | Assets/css/main2.css | html {
scroll-behavior: smooth;
}
body {
background-color: #F2B05E;
color: #F2EBDF;
}
header {
display: flex;
justify-content: flex-end;
}
#contact {
z-index: -1;
width: 880px;
margin: -285px 0 0 521px;
}
#title-main,
#title-second,
#title-third,
#title-fourth {
display: inline;
position: absolute;
left: 1.5%;
font-family: mighty-slab, serif;
font-style: normal;
font-size: 45px;
}
#title-main {
z-index: 3;
color: #8C2626;
font-weight: 400;
}
#title-second {
z-index: 2;
color: #F2EBDF;
font-weight: 500;
}
#title-third {
z-index: 1;
font-weight: 600;
color: #D93425;
}
#title-fourth {
font-weight: 700;
color: #F2EBDF;
}
ul {
display: inline;
position: relative;
font-family: lust-display, serif;
font-weight: 400;
font-style: normal;
font-size: 25px;
margin-right: 25px;
margin-top: 15px;
}
a {
color: #F2EBDF;
}
#thumbnail-1 {
/* Positioning */
left: 9em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
#thumbnail-3 {
/* Positioning */
left: 9em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
#thumbnail-2 {
/* Positioning */
left: 50em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
#thumbnail-4 {
/* Positioning */
left: 50em;
top: 5em;
width: 500px;
/*Shaping*/
border-radius: 10%;
}
.d-title {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -185px;
margin-left: 680px;
}
.d-title3 {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -185px;
margin-left: 680px;
}
.d-title2 {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -180px;
margin-left: 250px;
}
.d-title4 {
font-family: mighty-slab, serif;
font-size: 85px;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -175px;
margin-left: 290px;
}
p {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -15px;
margin-left: 680px;
width: 600px;
}
.para3 {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -10px;
margin-left: 680px;
}
.para2 {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -15px;
margin-left: 80px;
text-align: right;
width: 640px;
}
.para4 {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
color: #8B2729;
margin-top: -15px;
margin-left: 80px;
text-align: right;
width: 640px;
}
main {
display: flex;
flex-direction: column;
}
#splash-text {
/* Type */
font-family: mighty-slab, serif;
font-size: 115px;
font-weight: 400;
font-style: normal;
color: #8B2729;
/* Sizing */
margin: 0 0 0 10px;
}
.container {
margin-top: 25px;
}
.definition,
.say-it {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 400;
font-style: normal;
margin-left: 10px;
color: #8B2729
}
.say-it {
margin-top: -25px;
}
.definition {
margin-top: -10px;
}
#manifest {
width: 750px;
margin: 150px 0 0 325px;
}
img {
position: relative;
z-index: -1;
}
footer {
display: flex;
margin: 127px 0 10px 0;
justify-content: center;
align-items: center;
color: #000
}
span {
margin-left: 5px;
}
/* Media Queries */
/* Large Display */
@media screen and (max-width: 1800px) {
#contact {
max-width: 1100px;
margin: -319px 0 0 600px;
}
ul {
margin-right: 0px;
}
#splash-text {
font-size: 130px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 775px;
}
#thumbnail-1,
#thumbnail-3 {
left: 2em;
}
#thumbnail-2,
#thumbnail-4 {
left: 60em;
}
.d-title,
.d-title3 {
font-size: 120px;
margin-top: -320px;
margin-left: 860px;
}
.d-title2,
.d-title4 {
font-size: 120px;
margin-left: 215px;
margin-top: -325px;
}
.d-title4 {
margin-left: 270px;
}
p,
.para3 {
font-size: 25px;
margin-left: 860px;
width: 840px;
}
.para2,
.para4 {
font-size: 25px;
margin-left: 40px;
width: 840px;
}
footer {
font-size: 25px;
margin: 185px 0 10px 0;
}
}
/* Standard Laptop */
@media screen and (max-width: 1440px) {
#contact {
max-width: 865px;
margin: -259px 0 0 528px;
}
ul {
margin-right: 0px;
}
#splash-text {
font-size: 100px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
font-size: 25px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 600px;
}
#thumbnail-1,
#thumbnail-3 {
left: 3em;
}
#thumbnail-2,
#thumbnail-4 {
left: 48em;
}
.d-title,
.d-title3 {
font-size: 85px;
margin-top: -215px;
margin-left: 680px;
}
.d-title2,
.d-title4 {
font-size: 85px;
margin-left: 206px;
margin-top: -228px;
}
.d-title4 {
margin-left: 240px;
}
p,
.para3 {
font-size: 18px;
margin-left: 680px;
width: 700px;
}
.para2,
.para4 {
font-size: 18px;
margin-left: 59px;
width: 618px;
}
footer {
font-size: 18px;
margin: 172px 0px 10px 0;
}
}
/* Small smartphones - image placeholders change color */
@media screen and (max-width: 1024px) {
#contact {
max-width: 727px;
margin: -205px 0 0 435px;
}
ul {
margin-right: -165px;
}
#splash-text {
font-size: 100px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
font-size: 18px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 500px;
}
#thumbnail-1,
#thumbnail-3 {
left: 3em;
}
#thumbnail-2,
#thumbnail-4 {
left: 37em;
}
.d-title,
.d-title3 {
font-size: 55px;
margin-top: -160px;
margin-left: 580px;
}
.d-title2,
.d-title4 {
font-size: 55px;
margin-left: 225px;
margin-top: -175px;
}
.d-title4 {
margin-left: 250px;
}
p,
.para3 {
font-size: 15px;
margin-left: 580px;
width: 525px;
}
.para2,
.para4 {
font-size: 15px;
margin-left: 35px;
width: 495px;
}
footer {
font-size: 18px;
margin: 185px -180px 10px 0;
}
}
@media screen and (max-width: 768px) {
ul {
margin-right: -390px;
}
footer {
font-size: 18px;
margin: 123px -380px 15px 10px;
align-items: center;
}
}
@media screen and (max-width: 576px) {
#contact {
max-width: 727px;
margin: -250px 0 0 625px;
}
ul {
margin-right: -585px;
}
#splash-text {
font-size: 100px;
margin: 0 0 0 30px;
}
.definition,
.say-it {
margin-left: 30px;
font-size: 25px;
}
#thumbnail-1,
#thumbnail-2,
#thumbnail-3,
#thumbnail-4 {
width: 600px;
}
#thumbnail-1,
#thumbnail-3 {
left: 3em;
}
#thumbnail-2,
#thumbnail-4 {
left: 48em;
}
.d-title,
.d-title3 {
font-size: 85px;
margin-top: -215px;
margin-left: 680px;
}
.d-title2,
.d-title4 {
font-size: 85px;
margin-left: 206px;
margin-top: -228px;
}
.d-title4 {
margin-left: 240px;
}
p,
.para3 {
font-size: 18px;
margin-left: 680px;
width: 700px;
}
.para2,
.para4 {
font-size: 18px;
margin-left: 59px;
width: 618px;
}
footer {
font-size: 18px;
margin: 10px 0 25px 0;
}
} | 0.409929 | 0.081776 |
.namelist {
font-family: '微软雅黑', "黑体";
font-size: 16px;
position: relative;
width: 694px;
height: 1011px;
padding: 56px 50px;
margin: 0 auto;
background: url("excel/bg-0.jpg") center repeat-y;
}
.nl-bg {
width: 100%;
height: 100%;
opacity: 1;
filter: alpha(opacity=70);
background: url("excel/logo.png") bottom center #fff no-repeat;
}
.nl-box {
position: absolute;
width: 694px;
height: 1011px;
left: 50px;
top: 56px;
}
.nl-box h1 {
width: 559px;
height: 110px;
margin: 0 auto;
padding-top: 10px;
line-height: 110px;
font-size: 36px;
font-weight: bold;
text-align: center;
font-family: '黑体';
border-bottom: 2px solid #b12429;
}
.jp-box .jp-name{
font-size: 24px;
height: 64px;
line-height: 64px;
}
.jp-box .jp-all li b, .jp-box .jp-all li span {
height: 42px;
line-height: 42px;
}
.jp-name {
display: block;
width: 557px;
height: 42px;
line-height: 42px;
border: 1px solid #000;
border-top: 0;
margin: 0 auto;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.jp-all {
width: 558px;
margin: 0 auto;
color: #000;
border-left: 1px solid #000;
}
.jp-all li .z1 {
width: 116px;
}
.jp-all li b, .jp-all li span {
display: block;
float: left;
width: 80px;
font-size: 16px;
text-align: center;
}
.jp-people span {
color: #333;
}
.jp-tit {
height: 36px;
line-height: 36px;
border-bottom: 1px solid #000;
}
.jp-tit b {
font-weight: bold;
height: 36px;
line-height: 36px;
border-right: 1px solid #000;
}
.jp-people {
float: left;
border-bottom: 1px solid #000;
}
.jp-people span {
height: 36px;
line-height: 36px;
border-right: 1px solid #000;
}
.clearfix {
*zoom: 1
}
.clearfix:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.jp-people{
font-weight: bolder !important;
} | static/lottery-list.css | .namelist {
font-family: '微软雅黑', "黑体";
font-size: 16px;
position: relative;
width: 694px;
height: 1011px;
padding: 56px 50px;
margin: 0 auto;
background: url("excel/bg-0.jpg") center repeat-y;
}
.nl-bg {
width: 100%;
height: 100%;
opacity: 1;
filter: alpha(opacity=70);
background: url("excel/logo.png") bottom center #fff no-repeat;
}
.nl-box {
position: absolute;
width: 694px;
height: 1011px;
left: 50px;
top: 56px;
}
.nl-box h1 {
width: 559px;
height: 110px;
margin: 0 auto;
padding-top: 10px;
line-height: 110px;
font-size: 36px;
font-weight: bold;
text-align: center;
font-family: '黑体';
border-bottom: 2px solid #b12429;
}
.jp-box .jp-name{
font-size: 24px;
height: 64px;
line-height: 64px;
}
.jp-box .jp-all li b, .jp-box .jp-all li span {
height: 42px;
line-height: 42px;
}
.jp-name {
display: block;
width: 557px;
height: 42px;
line-height: 42px;
border: 1px solid #000;
border-top: 0;
margin: 0 auto;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.jp-all {
width: 558px;
margin: 0 auto;
color: #000;
border-left: 1px solid #000;
}
.jp-all li .z1 {
width: 116px;
}
.jp-all li b, .jp-all li span {
display: block;
float: left;
width: 80px;
font-size: 16px;
text-align: center;
}
.jp-people span {
color: #333;
}
.jp-tit {
height: 36px;
line-height: 36px;
border-bottom: 1px solid #000;
}
.jp-tit b {
font-weight: bold;
height: 36px;
line-height: 36px;
border-right: 1px solid #000;
}
.jp-people {
float: left;
border-bottom: 1px solid #000;
}
.jp-people span {
height: 36px;
line-height: 36px;
border-right: 1px solid #000;
}
.clearfix {
*zoom: 1
}
.clearfix:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.jp-people{
font-weight: bolder !important;
} | 0.308294 | 0.067362 |
@page
{
margin-right:22.5px;
margin-left:22.5px;
margin-top:22.5px;
margin-bottom:22.5px;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILR.ttf);
font-style: normal;
font-weight: normal;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILB.ttf);
font-style: normal;
font-weight: bold;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILI.ttf);
font-style: italic;
font-weight: normal;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILBI.ttf);
font-style: italic;
font-weight: bold;
}
body
{
/*margin-right:30.0px;*/
}
p.footnote {
line-height: 1.16em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:30.0px;
text-indent:0.0px;
margin-right:0.0px;
page-break-before: always;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal-left {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal-top {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:22.5px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
.normal-entity {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal-sp {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:18.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-new-st {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:18.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-new {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-new-end {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:18.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.list {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:45.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.list-st {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:15.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:45.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:15.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-s {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:15.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-e {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-n {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ind {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.epi {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:22.5px;
text-indent:0.0px;
margin-right:30.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.epi-bold {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:22.5px;
text-indent:0.0px;
margin-right:30.0px;
margin-left:30.0px;
text-align: right;
font-weight: bold;
font-style: normal;
color: rgb(0,0,0);
}
p.crt {
margin-bottom:12.0px;
margin-top:12.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
}
p.crt-top {
line-height: 1.20em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:45.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.crt-m {
line-height: 1.20em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:37.5px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.crt-end {
line-height: 1.20em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ded {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:75.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.fmh {
line-height: 1.16em;
font-size: 1.50em;
margin-bottom:0.0px;
margin-top:60.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.co {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:18.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.co-nsp {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.co-end {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:30.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.cn
{
font-size: x-large;
margin-top:30.0px;
margin-bottom:22.5px;
text-align: center;
}
p.ch-st {
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:15.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
div.ch-st {
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.fig-cap {
line-height: 1.00em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: 500;
font-style: normal;
color: rgb(0,0,0);
}
p.bmh {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:45.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ack-para {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
.time-accent
{
font-family: "Charis";
}
p.ack-ind {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
span.anormal {
font-weight: normal;
font-style: normal;
font-size: 1.00em;
color: rgb(0,0,0);
text-decoration: none;
}
span.epub-b {
font-weight: bold;
}
span.ville-b {
font-weight: bold;
}
span.ville-i {
font-style: italic;
}
span.epub-i {
font-style: italic;
}
span.epub-bi {
font-style: italic;
font-weight: bold;
}
span.time-bi {
font-style: italic;
font-weight: bold;
}
span.sup {
line-height: 1.20em;
vertical-align: super;
font-size: 0.60em;
}
a {
text-decoration: none;
}
span.epub-sc {
font-size: 0.70em;
}
span.crt-sc {
font-size: 0.70em;
}
span.copy-sc {
font-size: 0.75em;
}
span.epub-sup {
vertical-align: super;
}
span.pinyin {
font-weight: normal;
font-style: normal;
margin-left:0.0px;
font-size: 0.88em;
color: rgb(0,0,0);
text-decoration: none;
}
span.chinese-character {
font-weight: normal;
font-style: normal;
font-size: 0.96em;
color: rgb(0,0,0);
text-decoration: none;
}
.h-title {
display: block;
text-align: center;
margin-top:52.5px;
margin-bottom:30.0px;
}
.ch-image {
display: block;
text-align: center;
margin-top:15.0px;
margin-bottom:15.0px;
}
.center-image {
display: block;
text-align: center;
margin-bottom:15.0px;
margin-top:15.0px;
}
svg
{
height: 98%;
width: 100%;
}
a
{
text-decoration: none;
}
.copy
{
margin-top:15.0px;
margin-bottom:1.5px;
text-align: center;
}
.copy1
{
margin-top:30.0px;
margin-bottom:1.5px;
text-align: center;
}
@page { margin-top: 30px; margin-bottom: 20px; margin-left: 30px; margin-right: 30px; }
body { text-align: justify; } | backend/epubj2/2980802779244_epub.v3.s1.j2.epubj/OEBPS/9780802779243.css | @page
{
margin-right:22.5px;
margin-left:22.5px;
margin-top:22.5px;
margin-bottom:22.5px;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILR.ttf);
font-style: normal;
font-weight: normal;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILB.ttf);
font-style: normal;
font-weight: bold;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILI.ttf);
font-style: italic;
font-weight: normal;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILBI.ttf);
font-style: italic;
font-weight: bold;
}
body
{
/*margin-right:30.0px;*/
}
p.footnote {
line-height: 1.16em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:30.0px;
text-indent:0.0px;
margin-right:0.0px;
page-break-before: always;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal-left {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal-top {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:22.5px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
.normal-entity {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.normal-sp {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:18.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-new-st {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:18.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-new {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-new-end {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:18.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.list {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:45.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.list-st {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:15.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:45.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:15.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-s {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:15.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-e {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ext-n {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:60.0px;
margin-left:60.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ind {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.epi {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:22.5px;
text-indent:0.0px;
margin-right:30.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.epi-bold {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:22.5px;
text-indent:0.0px;
margin-right:30.0px;
margin-left:30.0px;
text-align: right;
font-weight: bold;
font-style: normal;
color: rgb(0,0,0);
}
p.crt {
margin-bottom:12.0px;
margin-top:12.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
}
p.crt-top {
line-height: 1.20em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:45.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.crt-m {
line-height: 1.20em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:37.5px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.crt-end {
line-height: 1.20em;
font-size: 0.80em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ded {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:75.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.fmh {
line-height: 1.16em;
font-size: 1.50em;
margin-bottom:0.0px;
margin-top:60.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.co {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:18.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.co-nsp {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.co-end {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:30.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.cn
{
font-size: x-large;
margin-top:30.0px;
margin-bottom:22.5px;
text-align: center;
}
p.ch-st {
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:15.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
div.ch-st {
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.fig-cap {
line-height: 1.00em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: center;
font-weight: 500;
font-style: normal;
color: rgb(0,0,0);
}
p.bmh {
line-height: 1.16em;
font-size: 1.00em;
margin-bottom:15.0px;
margin-top:45.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:30.0px;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.ack-para {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:18.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
.time-accent
{
font-family: "Charis";
}
p.ack-ind {
line-height: 1.20em;
font-size: 1.00em;
margin-bottom:0.0px;
margin-top:0.0px;
text-indent:0.0px;
margin-right:0.0px;
margin-left:0.0px;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
span.anormal {
font-weight: normal;
font-style: normal;
font-size: 1.00em;
color: rgb(0,0,0);
text-decoration: none;
}
span.epub-b {
font-weight: bold;
}
span.ville-b {
font-weight: bold;
}
span.ville-i {
font-style: italic;
}
span.epub-i {
font-style: italic;
}
span.epub-bi {
font-style: italic;
font-weight: bold;
}
span.time-bi {
font-style: italic;
font-weight: bold;
}
span.sup {
line-height: 1.20em;
vertical-align: super;
font-size: 0.60em;
}
a {
text-decoration: none;
}
span.epub-sc {
font-size: 0.70em;
}
span.crt-sc {
font-size: 0.70em;
}
span.copy-sc {
font-size: 0.75em;
}
span.epub-sup {
vertical-align: super;
}
span.pinyin {
font-weight: normal;
font-style: normal;
margin-left:0.0px;
font-size: 0.88em;
color: rgb(0,0,0);
text-decoration: none;
}
span.chinese-character {
font-weight: normal;
font-style: normal;
font-size: 0.96em;
color: rgb(0,0,0);
text-decoration: none;
}
.h-title {
display: block;
text-align: center;
margin-top:52.5px;
margin-bottom:30.0px;
}
.ch-image {
display: block;
text-align: center;
margin-top:15.0px;
margin-bottom:15.0px;
}
.center-image {
display: block;
text-align: center;
margin-bottom:15.0px;
margin-top:15.0px;
}
svg
{
height: 98%;
width: 100%;
}
a
{
text-decoration: none;
}
.copy
{
margin-top:15.0px;
margin-bottom:1.5px;
text-align: center;
}
.copy1
{
margin-top:30.0px;
margin-bottom:1.5px;
text-align: center;
}
@page { margin-top: 30px; margin-bottom: 20px; margin-left: 30px; margin-right: 30px; }
body { text-align: justify; } | 0.190611 | 0.047958 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.events_admin_title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655
}
.events-admin-title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655;
width: 80%;
display: inline-block;
}
.button-style1 {
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 2px;
background: linear-gradient(90deg, #f9c929 20%, #f2ac0a 90%);
border-radius: 20px;
width: 85%;
box-shadow: 0 1px 7px 1px #133C55;
}
.button-style2 {
text-align: center;
text-transform: uppercase;
background: linear-gradient(90deg, #f9c929 20%, #f2ac0a 90%);
width: 85%;
cursor: pointer;
background-size: 200%;
border-collapse: separate;
border-radius: 100px;
overflow: hidden;
perspective: 1px;
}
.button-style2:hover {
background-position: right;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
transition: 0.3s;
}
.button-style3 {
float: right;
width: 16.7%;
height: 6.3em;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
}
@media only screen and (max-width: 1400px) {
.events-admin-title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655;
width: 100%;
}
.button-style3 {
width: 100%;
height: 2em;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
}
}
@media only screen and (max-width: 750px) {
.events-admin-title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655;
width: 130%;
}
.button-style3 {
width: 138%;
height: 2em;
float: left;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
}
}
.typography {
font-size: 25px;
font-family: 'Monospace';
color: #133C55;
text-transform: uppercase;
} | event-management-frontend/src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.events_admin_title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655
}
.events-admin-title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655;
width: 80%;
display: inline-block;
}
.button-style1 {
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 2px;
background: linear-gradient(90deg, #f9c929 20%, #f2ac0a 90%);
border-radius: 20px;
width: 85%;
box-shadow: 0 1px 7px 1px #133C55;
}
.button-style2 {
text-align: center;
text-transform: uppercase;
background: linear-gradient(90deg, #f9c929 20%, #f2ac0a 90%);
width: 85%;
cursor: pointer;
background-size: 200%;
border-collapse: separate;
border-radius: 100px;
overflow: hidden;
perspective: 1px;
}
.button-style2:hover {
background-position: right;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
transition: 0.3s;
}
.button-style3 {
float: right;
width: 16.7%;
height: 6.3em;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
}
@media only screen and (max-width: 1400px) {
.events-admin-title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655;
width: 100%;
}
.button-style3 {
width: 100%;
height: 2em;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
}
}
@media only screen and (max-width: 750px) {
.events-admin-title {
background-color: #6BB7D0;
height: 1em;
padding: 20px;
color: #133655;
width: 130%;
}
.button-style3 {
width: 138%;
height: 2em;
float: left;
background-image: linear-gradient(45deg, #f9c929 10%, #f2ac0a 50%, #ed4d6e 90%);
}
}
.typography {
font-size: 25px;
font-family: 'Monospace';
color: #133C55;
text-transform: uppercase;
} | 0.503906 | 0.100348 |
@font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.woff") format('woff');
}
@font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.ttf") format('ttf');
}
body {
background: url('../images/stars.jpg') no-repeat #5a7a8e;
background-size: 'cover';
font-family: lucida console,andale mono, verdana, sans-serif;
color: #ffffff;
text-align: center;
padding-top: 126px;
}
h1 {
font-family: "ceva", sans-serif;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 42px;
margin-top: 0px;
padding-bottom: 21px;
}
#welcome p {
margin-left: auto;
margin-right: auto;
width: 60%;
font-size: 21px;
}
a {
color: #46b6ee;
text-decoration: none;
font-weight: bold;
}
#insert {
text-align: center;
font-size: 40px;
margin-top: 80px;
color: #FF9900;
-webkit-animation: pulsate 2s ease-in-out;
-webkit-animation-iteration-count: infinite;
}
#message {
margin: 42px;
font-size: 21px;
}
body.progress #message {
-webkit-animation: pulsate 2s ease-in-out;
-webkit-animation-iteration-count: infinite;
}
body.result #message {
display: none;
}
#instructions {
margin-top: 42px;
margin-bottom: 42px;
}
#status {
-webkit-appearance: none;
width: 60%;
height: 3em;
border: 1px solid #46b6ee;
}
#status::-webkit-progress-bar {
background-color: transparent;
}
#status::-webkit-progress-value {
background-color: #46b6ee;
}
#progress {
display: none;
}
#result {
display: none;
}
#qrcode {
background-color: #ffffff;
width: 700px;
height: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding: 10px;
cursor: pointer;
}
#address {
margin-left: auto;
margin-right: auto;
font-size: 23px;
line-height: 28px;
text-align: center;
margin-top: 21px;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(1.0, 1.0);
-webkit-transform: scale(1.0, 1.0);
opacity: 0.1;
}
50% {
transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
opacity: 1;
}
100% {
transform: scale(1.0, 1.0);
-webkit-transform: scale(1.0, 1.0);
opacity: 0;
}
} | deaddrop-page/style/deaddrop.css | @font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.woff") format('woff');
}
@font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.ttf") format('ttf');
}
body {
background: url('../images/stars.jpg') no-repeat #5a7a8e;
background-size: 'cover';
font-family: lucida console,andale mono, verdana, sans-serif;
color: #ffffff;
text-align: center;
padding-top: 126px;
}
h1 {
font-family: "ceva", sans-serif;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 42px;
margin-top: 0px;
padding-bottom: 21px;
}
#welcome p {
margin-left: auto;
margin-right: auto;
width: 60%;
font-size: 21px;
}
a {
color: #46b6ee;
text-decoration: none;
font-weight: bold;
}
#insert {
text-align: center;
font-size: 40px;
margin-top: 80px;
color: #FF9900;
-webkit-animation: pulsate 2s ease-in-out;
-webkit-animation-iteration-count: infinite;
}
#message {
margin: 42px;
font-size: 21px;
}
body.progress #message {
-webkit-animation: pulsate 2s ease-in-out;
-webkit-animation-iteration-count: infinite;
}
body.result #message {
display: none;
}
#instructions {
margin-top: 42px;
margin-bottom: 42px;
}
#status {
-webkit-appearance: none;
width: 60%;
height: 3em;
border: 1px solid #46b6ee;
}
#status::-webkit-progress-bar {
background-color: transparent;
}
#status::-webkit-progress-value {
background-color: #46b6ee;
}
#progress {
display: none;
}
#result {
display: none;
}
#qrcode {
background-color: #ffffff;
width: 700px;
height: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding: 10px;
cursor: pointer;
}
#address {
margin-left: auto;
margin-right: auto;
font-size: 23px;
line-height: 28px;
text-align: center;
margin-top: 21px;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(1.0, 1.0);
-webkit-transform: scale(1.0, 1.0);
opacity: 0.1;
}
50% {
transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
opacity: 1;
}
100% {
transform: scale(1.0, 1.0);
-webkit-transform: scale(1.0, 1.0);
opacity: 0;
}
} | 0.303629 | 0.059237 |
CSS Theme Table of Contents
========================================
# Header CSS
# Hero Area CSS
# Features CSS
# Features Main CSS
# Services CSS
+ Latest service
+ Single service
# Call to action CSS
# Portfolio CSS
+ Latest Portfolio
+ Portfolio Single
# Testimonial CSS
# CounterUP CSS
# Team CSS
# Blog CSS
# Client Carousel CSS
# Skills CSS
# Pricing Plan CSS
# Faqs CSS
# Contact Box CSS
# Contact Form CSS
# Image Feature CSS
# Theme Others CSS
========================================*/
/*======================================
Header CSS
========================================*/
/* .section-space */
a.hitCounter.badge-done1 {
background-color: #17a2b8;
}
.single-clint {
text-align: center;
margin-top: 30px;
padding: 30px 15px;
/* -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%); */
-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
/* box-shadow: 0 5px 20px rgb(0 0 0 / 10%); */
background: #ffffff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
border-top: 3px solid transparent;
transition: all 0.4s ease;
}
.contact-form-area .form-group .icon {
color: #110982;
}
.footer .address-widget-list li, .footer .address-widget-list li a {
color: white;
}
.footer p{
color: white;
}
.footer .f-link ul li a {
color: #fff;
}
.section-space {
padding: 50px 0;
}
.section-title-2 {
padding-left: 10%;
}
.ticker-container ul div li {
padding: 8px 0;
}
.cbp-item business animation{
padding: 3%;
}
.cbp-item {
/* padding: 10px; */
}
.single-portfolio {
padding: 10px;
}
.single-portfolio .portfolio-head {
padding: 15px;
}
.card{
border: 0px solid rgba(0,0,0,.125);
}
.header .img-logo {
margin-top: 8%;
}
/* top bar */
.topbar-right{
margin-top: 2px;
}
.topbar {
background-color: #35B9BB;
}
.owl-item{
padding-right: 75px;
}
/* nav bar */
.right-bar {
/* height: 80%; */
}
/* .right-bar{
height: 88%;
} */
.single-service:hover .icon-bg{
background: #35b9bb;
}
.middle-inner{
margin-bottom: -1%;
}
/* braking news */
.ticker-container {
background-color: #EAEAEA;
color: rgb(0, 0, 0);
height: 50px;
}
.ticker-container-2 {
background-color: #EAEAEA;
color: rgb(0, 0, 0);
height: 50px;
margin-bottom: 1px;
}
.ticker-container ul div li a {
color: #000000;
}
.ticker-container .ticker-caption p {
color: white;
text-align: center;
}
.section-title h1 span {
font-size: 28px;
background: #12ddf3;
}
.section-title h1 b {
display: block;
font-weight: 700;
font-size: x-large;
}
.call-action.overlay:before {
opacity: 0.92;
background: #35B9BB;
}
.right-bar:after {
content: '';
position: absolute;
top: 0;
left: -21px;
width: 118px;
height: 88%;
transform: skew(-26deg);
background: #35B9BB;
z-index: -1;
}
.custom-contact{
padding-left: 3%;
}
.footer {
background-color: #35B9BB;
}
.hero-slider,
.hero-slider .single-slider{
height: 450px;
}
@media only screen and (min-width: 321px) {
.carousel-inner img {
width: 100%;
height: 150px;
}
}
@media only screen and (min-width: 480px) {
.carousel-inner img {
width: 100%;
height: 250px;
}
}
@media only screen and (min-width: 769px) {
.carousel-inner img {
width: 100%;
height: 350px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.middle-inner{
margin-bottom: -2.7%;
}
.header .menu-area {
position: relative;
height: 85%;
}
}
@media only screen and (min-width: 1050px) {
.carousel-inner img {
width: 100%;
height: 400px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 81%;
}
.middle-inner{
margin-bottom: -2.59%;
}
.header .img-logo {
margin-top: 10.5%;
}
}
@media only screen and (min-width: 1200px) {
.carousel-inner img {
width: 100%;
height: 460px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 81%;
}
.middle-inner{
margin-bottom: -1.3%;
}
.header .img-logo {
margin-top: 9.5%;
}
}
@media only screen and (min-width: 1464px) {
.carousel-inner img {
width: 100%;
height: 460px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 95%;
}
.middle-inner{
margin-bottom: -1%;
}
.header .img-logo {
margin-top: 8%;
}
}
@media only screen and (min-width: 1950px) {
.carousel-inner img {
width: 100%;
height: 460px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 79%;
}
.middle-inner{
margin-bottom: -1.2999%;
/* margin-bottom: -1.59%; */
}
.header .img-logo {
/* margin-top: 5.6%; */
margin-top: 3.6%;
}
}
@media only screen and (min-width: 2560px) {
.carousel-inner img {
width: 100%;
height: 100%;
}
.header .menu-area {
position: relative;
height: 98%;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.middle-inner{
margin-bottom: -.6%;
}
.header .img-logo {
margin-top: 6%;
}
}
@media only screen and (min-width: 3560px) {
.carousel-inner img {
width: 100%;
height: 100%;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 81%;
}
.middle-inner{
/* margin-bottom: -11px; */
margin-bottom: -31px;
}
.header .img-logo {
margin-top: 2.5%;
}
}
@media only screen and (min-width: 4460px) {
.carousel-inner img {
width: 100%;
height: 100%;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 100%;
}
.middle-inner{
/* margin-bottom: -11px; */
margin-bottom: -13px;
}
.header .img-logo {
margin-top: 2.5%;
}
}
/*
pific-overview-section
*/
.titlepage {
text-align: center;
padding-bottom: 60px;
}
.choose .titlepage h2 {
padding-bottom: 20px;
}
.choose .titlepage span {
font-size: 17px;
line-height: 28px;
color: #0c0c0e;
}
.choose .choose_box {
text-align: center;
}
.choose .choose_box span {
color: #fff;
background-color: #2bbabe;
border-radius: 60px;
border: #064270 solid 3px;
padding: 10px 30px;
display: inline-block;
font-size: 25px;
margin-bottom: 20px;
}
.choose {
/* margin-top: 20px; */
}
.pd{
padding-right: 30px;
} | public/pific-web-site/custom.css | CSS Theme Table of Contents
========================================
# Header CSS
# Hero Area CSS
# Features CSS
# Features Main CSS
# Services CSS
+ Latest service
+ Single service
# Call to action CSS
# Portfolio CSS
+ Latest Portfolio
+ Portfolio Single
# Testimonial CSS
# CounterUP CSS
# Team CSS
# Blog CSS
# Client Carousel CSS
# Skills CSS
# Pricing Plan CSS
# Faqs CSS
# Contact Box CSS
# Contact Form CSS
# Image Feature CSS
# Theme Others CSS
========================================*/
/*======================================
Header CSS
========================================*/
/* .section-space */
a.hitCounter.badge-done1 {
background-color: #17a2b8;
}
.single-clint {
text-align: center;
margin-top: 30px;
padding: 30px 15px;
/* -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%); */
-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
/* box-shadow: 0 5px 20px rgb(0 0 0 / 10%); */
background: #ffffff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
border-top: 3px solid transparent;
transition: all 0.4s ease;
}
.contact-form-area .form-group .icon {
color: #110982;
}
.footer .address-widget-list li, .footer .address-widget-list li a {
color: white;
}
.footer p{
color: white;
}
.footer .f-link ul li a {
color: #fff;
}
.section-space {
padding: 50px 0;
}
.section-title-2 {
padding-left: 10%;
}
.ticker-container ul div li {
padding: 8px 0;
}
.cbp-item business animation{
padding: 3%;
}
.cbp-item {
/* padding: 10px; */
}
.single-portfolio {
padding: 10px;
}
.single-portfolio .portfolio-head {
padding: 15px;
}
.card{
border: 0px solid rgba(0,0,0,.125);
}
.header .img-logo {
margin-top: 8%;
}
/* top bar */
.topbar-right{
margin-top: 2px;
}
.topbar {
background-color: #35B9BB;
}
.owl-item{
padding-right: 75px;
}
/* nav bar */
.right-bar {
/* height: 80%; */
}
/* .right-bar{
height: 88%;
} */
.single-service:hover .icon-bg{
background: #35b9bb;
}
.middle-inner{
margin-bottom: -1%;
}
/* braking news */
.ticker-container {
background-color: #EAEAEA;
color: rgb(0, 0, 0);
height: 50px;
}
.ticker-container-2 {
background-color: #EAEAEA;
color: rgb(0, 0, 0);
height: 50px;
margin-bottom: 1px;
}
.ticker-container ul div li a {
color: #000000;
}
.ticker-container .ticker-caption p {
color: white;
text-align: center;
}
.section-title h1 span {
font-size: 28px;
background: #12ddf3;
}
.section-title h1 b {
display: block;
font-weight: 700;
font-size: x-large;
}
.call-action.overlay:before {
opacity: 0.92;
background: #35B9BB;
}
.right-bar:after {
content: '';
position: absolute;
top: 0;
left: -21px;
width: 118px;
height: 88%;
transform: skew(-26deg);
background: #35B9BB;
z-index: -1;
}
.custom-contact{
padding-left: 3%;
}
.footer {
background-color: #35B9BB;
}
.hero-slider,
.hero-slider .single-slider{
height: 450px;
}
@media only screen and (min-width: 321px) {
.carousel-inner img {
width: 100%;
height: 150px;
}
}
@media only screen and (min-width: 480px) {
.carousel-inner img {
width: 100%;
height: 250px;
}
}
@media only screen and (min-width: 769px) {
.carousel-inner img {
width: 100%;
height: 350px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.middle-inner{
margin-bottom: -2.7%;
}
.header .menu-area {
position: relative;
height: 85%;
}
}
@media only screen and (min-width: 1050px) {
.carousel-inner img {
width: 100%;
height: 400px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 81%;
}
.middle-inner{
margin-bottom: -2.59%;
}
.header .img-logo {
margin-top: 10.5%;
}
}
@media only screen and (min-width: 1200px) {
.carousel-inner img {
width: 100%;
height: 460px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 81%;
}
.middle-inner{
margin-bottom: -1.3%;
}
.header .img-logo {
margin-top: 9.5%;
}
}
@media only screen and (min-width: 1464px) {
.carousel-inner img {
width: 100%;
height: 460px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 95%;
}
.middle-inner{
margin-bottom: -1%;
}
.header .img-logo {
margin-top: 8%;
}
}
@media only screen and (min-width: 1950px) {
.carousel-inner img {
width: 100%;
height: 460px;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 79%;
}
.middle-inner{
margin-bottom: -1.2999%;
/* margin-bottom: -1.59%; */
}
.header .img-logo {
/* margin-top: 5.6%; */
margin-top: 3.6%;
}
}
@media only screen and (min-width: 2560px) {
.carousel-inner img {
width: 100%;
height: 100%;
}
.header .menu-area {
position: relative;
height: 98%;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.middle-inner{
margin-bottom: -.6%;
}
.header .img-logo {
margin-top: 6%;
}
}
@media only screen and (min-width: 3560px) {
.carousel-inner img {
width: 100%;
height: 100%;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 81%;
}
.middle-inner{
/* margin-bottom: -11px; */
margin-bottom: -31px;
}
.header .img-logo {
margin-top: 2.5%;
}
}
@media only screen and (min-width: 4460px) {
.carousel-inner img {
width: 100%;
height: 100%;
}
.header .nav-inner {
padding-bottom: 0.8%;
}
.header .menu-area {
position: relative;
height: 100%;
}
.middle-inner{
/* margin-bottom: -11px; */
margin-bottom: -13px;
}
.header .img-logo {
margin-top: 2.5%;
}
}
/*
pific-overview-section
*/
.titlepage {
text-align: center;
padding-bottom: 60px;
}
.choose .titlepage h2 {
padding-bottom: 20px;
}
.choose .titlepage span {
font-size: 17px;
line-height: 28px;
color: #0c0c0e;
}
.choose .choose_box {
text-align: center;
}
.choose .choose_box span {
color: #fff;
background-color: #2bbabe;
border-radius: 60px;
border: #064270 solid 3px;
padding: 10px 30px;
display: inline-block;
font-size: 25px;
margin-bottom: 20px;
}
.choose {
/* margin-top: 20px; */
}
.pd{
padding-right: 30px;
} | 0.46393 | 0.082734 |
body {
background-color: #E3E3E3;
}
h1{
text-align: center;
height: 100px;
letter-spacing: 2px;
word-spacing: 7px;
text-shadow: 1px 1px #4286f4;
border-color: #b0e0e6;
}
#paper {
width: 80%;
height: 90%;
background-color: white;
border-radius: 10px;
padding: 50px;
margin: auto;
bottom: 10px;
}
#pick_date{
color: #393A3B;
border-style: solid;
border-width: thin;
border-radius: 3px;
border-color: #D5D7D8;
}
input[type="date"]:before {
content: attr(placeholder) !important;
margin-right: 0.5em;
margin-left: 0em;
color: #848586;
}
#duration{
color: #393A3B;
border-style: solid;
border-width: thin;
border-radius: 3px;
border-color: #D5D7D8;
align-content: flex-end;
text-align: center;
}
#pickup_date{
height: 50px;
margin:0 auto;
}
#clndr{
height: 40px;
}
#openNotif {
display: none;
}
#eventInfo{
width: 900px;
margin-left:40px;
}
#helpTable{
width: 910px;
margin-left:45px;
}
#title{
margin-top: 0px;
border-radius: 4px;
border-width: 1px;
padding: 8px;
border: 1px solid rgba(0,0,0,.15);
}
#pplNumber{
border-width: 1px;
border-radius: 4px;
text-align: left;
padding: 8px;
margin-top: 10px;
margin-left: 20px;
border: 1px solid rgba(0,0,0,.15);
}
#name{
border-width: 1px;
border-radius: 4px;
text-align: left;
padding: 4px;
border: 1px solid rgba(0,0,0,.15);
}
#description{
height: 200px;
width: 100%;
border-radius: 3px;
}
#descr{
vertical-align: top;
border-radius: 3px;
}
#descriptionOfTask{
align-items: center;
height: 101px;
border-radius: 4px;
}
/* NOTIFICATION */
#bell{
margin-right: 2em;
margin-top: 1em;
z-index: -50;
}
#notifPaper{
width: 500px;
height: 300px;
margin-top: 80px;
margin-right: 15px;
background-color: #F2F3F1;
z-index: -70;
border-radius: 5px;
}
.list-group-item{
background-color: #F2F3F1;
}
.triangle-up {
width: 0px;
height: 50px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 20px solid #F2F3F1;
margin-left: 350px;
margin-top: -45px;
}
.icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 5em;
line-height: 4em;
vertical-align: middle;
}
/* NOTIFICATION */
.labels{
font-size: 16px;
margin-right: 10px;
}
.lastBtn {
text-align: center;
}
.button {
position: absolute;
top: 50%;
}
.sbmt {
display: inline-block;
padding: 10px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #57B4FB;
border: none;
border-radius: 15px;
box-shadow: 0 1px #999;
margin-left: 30px;
}
.sbmt:hover {background-color: #3C95D9}
.sbmt:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.back {
display: inline-block;
padding: 5px 15px;
font-size: 16px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #4286f4;
background-color: white;
border: none;
border-radius: 15px;
box-shadow: 0 1px #999;
margin-left: 30px;
}
.back:hover {background-color: #D9D9D9}
.back:active {
background-color: #D9D9D9;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.del {
display: inline-block;
padding: 10px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #B9B8B8;
border: none;
border-radius: 15px;
box-shadow: 0 1px #999;
margin-top: 80px;
}
.del:hover {background-color: #919191}
.del:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.remove {
display: inline-block;
padding: 5px 15px;
font-size: 15px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #FE8787;
border: none;
border-radius: 5px;
box-shadow: 0 1px #999;
margin-left: 4px;
}
.remove:hover {background-color: #B73939}
.remove:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.undo {
display: inline-block;
padding: 2px 8px;
font-size: 12px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #FE8787;
border: none;
border-radius: 50%;
box-shadow: 0 1px #999;
margin-left: 4px;
}
.undo:hover {background-color: #B73939}
.undo:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.addNew {
width:86px;
height: 32px;
display: inline-block;
padding: 5px 15px;
font-size: 15px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #BFBEBE;
border: none;
border-radius: 5px;
box-shadow: 0 0.4px #787777;
margin-left: 875px;
}
.addNew:hover {background-color: #767676}
.addNew:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.req-submit{
width:86px;
height: 32px;
display: inline-block;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #BFBEBE;
border: none;
border-radius: 5px;
box-shadow: 0 0.4px #787777;
margin-left: 10px;
}
.req-submit:hover {background-color: #767676}
.req-submit:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
#addNew{
margin-top: -100px;
}
.delete{
background-color: #E1E0E0;
border-radius: 5px;
margin-top: 2.5px;
}
.helpRow{
height: 120px;
margin-top:
}
.eventInfo{
height: 50px;
}
.firstCol{
width: 150px;
text-align: right;
}
.secondCol{
position: relative;
left: 20px;
}
.col0{
width: 10px;
height: 30px;
vertical-align: top;
height: auto;
}
.col1{
width:250px;
height: auto;
vertical-align: top;
text-align: right;
}
.col2{
width: auto;
height: 90px;
vertical-align: top;
position: relative;
left: 7px;
}
.subLine{
height: 50px;
}
.form{
font-weight: bold;
}
tr{
height: 40px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
} | create_event.css | body {
background-color: #E3E3E3;
}
h1{
text-align: center;
height: 100px;
letter-spacing: 2px;
word-spacing: 7px;
text-shadow: 1px 1px #4286f4;
border-color: #b0e0e6;
}
#paper {
width: 80%;
height: 90%;
background-color: white;
border-radius: 10px;
padding: 50px;
margin: auto;
bottom: 10px;
}
#pick_date{
color: #393A3B;
border-style: solid;
border-width: thin;
border-radius: 3px;
border-color: #D5D7D8;
}
input[type="date"]:before {
content: attr(placeholder) !important;
margin-right: 0.5em;
margin-left: 0em;
color: #848586;
}
#duration{
color: #393A3B;
border-style: solid;
border-width: thin;
border-radius: 3px;
border-color: #D5D7D8;
align-content: flex-end;
text-align: center;
}
#pickup_date{
height: 50px;
margin:0 auto;
}
#clndr{
height: 40px;
}
#openNotif {
display: none;
}
#eventInfo{
width: 900px;
margin-left:40px;
}
#helpTable{
width: 910px;
margin-left:45px;
}
#title{
margin-top: 0px;
border-radius: 4px;
border-width: 1px;
padding: 8px;
border: 1px solid rgba(0,0,0,.15);
}
#pplNumber{
border-width: 1px;
border-radius: 4px;
text-align: left;
padding: 8px;
margin-top: 10px;
margin-left: 20px;
border: 1px solid rgba(0,0,0,.15);
}
#name{
border-width: 1px;
border-radius: 4px;
text-align: left;
padding: 4px;
border: 1px solid rgba(0,0,0,.15);
}
#description{
height: 200px;
width: 100%;
border-radius: 3px;
}
#descr{
vertical-align: top;
border-radius: 3px;
}
#descriptionOfTask{
align-items: center;
height: 101px;
border-radius: 4px;
}
/* NOTIFICATION */
#bell{
margin-right: 2em;
margin-top: 1em;
z-index: -50;
}
#notifPaper{
width: 500px;
height: 300px;
margin-top: 80px;
margin-right: 15px;
background-color: #F2F3F1;
z-index: -70;
border-radius: 5px;
}
.list-group-item{
background-color: #F2F3F1;
}
.triangle-up {
width: 0px;
height: 50px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 20px solid #F2F3F1;
margin-left: 350px;
margin-top: -45px;
}
.icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 5em;
line-height: 4em;
vertical-align: middle;
}
/* NOTIFICATION */
.labels{
font-size: 16px;
margin-right: 10px;
}
.lastBtn {
text-align: center;
}
.button {
position: absolute;
top: 50%;
}
.sbmt {
display: inline-block;
padding: 10px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #57B4FB;
border: none;
border-radius: 15px;
box-shadow: 0 1px #999;
margin-left: 30px;
}
.sbmt:hover {background-color: #3C95D9}
.sbmt:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.back {
display: inline-block;
padding: 5px 15px;
font-size: 16px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #4286f4;
background-color: white;
border: none;
border-radius: 15px;
box-shadow: 0 1px #999;
margin-left: 30px;
}
.back:hover {background-color: #D9D9D9}
.back:active {
background-color: #D9D9D9;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.del {
display: inline-block;
padding: 10px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #B9B8B8;
border: none;
border-radius: 15px;
box-shadow: 0 1px #999;
margin-top: 80px;
}
.del:hover {background-color: #919191}
.del:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.remove {
display: inline-block;
padding: 5px 15px;
font-size: 15px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #FE8787;
border: none;
border-radius: 5px;
box-shadow: 0 1px #999;
margin-left: 4px;
}
.remove:hover {background-color: #B73939}
.remove:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.undo {
display: inline-block;
padding: 2px 8px;
font-size: 12px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #FE8787;
border: none;
border-radius: 50%;
box-shadow: 0 1px #999;
margin-left: 4px;
}
.undo:hover {background-color: #B73939}
.undo:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.addNew {
width:86px;
height: 32px;
display: inline-block;
padding: 5px 15px;
font-size: 15px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #BFBEBE;
border: none;
border-radius: 5px;
box-shadow: 0 0.4px #787777;
margin-left: 875px;
}
.addNew:hover {background-color: #767676}
.addNew:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
.req-submit{
width:86px;
height: 32px;
display: inline-block;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #BFBEBE;
border: none;
border-radius: 5px;
box-shadow: 0 0.4px #787777;
margin-left: 10px;
}
.req-submit:hover {background-color: #767676}
.req-submit:active {
background-color: #57B4FB;
box-shadow: 0 1px #666;
transform: translateY(4px);
}
#addNew{
margin-top: -100px;
}
.delete{
background-color: #E1E0E0;
border-radius: 5px;
margin-top: 2.5px;
}
.helpRow{
height: 120px;
margin-top:
}
.eventInfo{
height: 50px;
}
.firstCol{
width: 150px;
text-align: right;
}
.secondCol{
position: relative;
left: 20px;
}
.col0{
width: 10px;
height: 30px;
vertical-align: top;
height: auto;
}
.col1{
width:250px;
height: auto;
vertical-align: top;
text-align: right;
}
.col2{
width: auto;
height: 90px;
vertical-align: top;
position: relative;
left: 7px;
}
.subLine{
height: 50px;
}
.form{
font-weight: bold;
}
tr{
height: 40px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
} | 0.345436 | 0.074399 |
margin-left: 30vw;
margin-right: auto;
text-align: justify;
width: 650px;
}
#nav-bar {
background-color: black;
}
#title {
font-family: 'Roboto Mono', monospace;
color: white;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.nav-button, .footer_link {
font-family: 'Roboto Mono', monospace;
font-size: 25px;
background-color: white;
color: black;
display: inline-block;
text-decoration: none;
padding: 5px;
margin-right: 5px;
border-radius: 10px;
}
.authentication-link {
position: absolute;
font-family: 'Roboto Mono', monospace;
font-size: 15px;
background-color: #1a73e8;
border-radius: 5px;
text-decoration: none;
padding: 8px;
padding-left: 20px;
padding-right: 20px;
color: white;
top: 2.5%;
right: 1%;
}
.authentication-link:hover {
background-color: #4f93ff;
}
.footer_link {
margin-right: 30px;
text-decoration: underline;
}
.footer_link:hover {
background-color: black;
color: white;
border-radius: 10px;
}
.nav-button:hover {
background-color: transparent;
color: white;
}
.authentication {
color: white;
}
h3, h4, h5, p {
font-family: 'Roboto Slab', serif;
}
#imgs {
position: absolute;
overflow: hidden;
top: 18vw;
}
#videos {
position: absolute;
overflow: hidden;
top: 10vw;
}
#albanian {
position: absolute;
overflow: hidden;
top: 10vw;
left: 75vw;
width:auto;
}
#google_translate_element {
position: absolute;
overflow: hidden;
}
.bordered {
width: 700px;
padding: 20px;
border: 10px solid;
clip-path:
polygon(
12.5% 5%,
12.5% 0,
100% 0%,
100% 60%,
97.5% 60%,
97.5% 95%,
87.5% 95%,
87.5% 100%,
0 100%,
0 40%,
2.5% 40%,
2.5% 5%
);
}
.bordered#projects {
padding: 45px;
}
.project_imgs {
display: none;
width: auto;
max-width: 25vw;
border: 10px solid black;
}
.rock_climbing {
display: none;
border: 10px solid black;
}
.clickable:hover {
padding-left: 2px;
padding-right: 2px;
border:2px solid black;
-webkit-trannsition: 0.5s;
transition: 0.5s;
outline: none;
}
.clickable:hover h4 {
color:midnightblue;
}
.comment-section, .white-outline {
padding: 10px;
background-color: #111;
color: white;
border: 2px solid white;
}
.textarea-comment, .textarea-user {
display: inline-block;
width: 60%;
background-color: #222;
border: 2px solid white;
overflow: hidden;
min-height: 20px;
line-height: 20px;
font-family: 'Roboto Slab', serif;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.textarea-comment:empty::before {
content: "Please enter a comment.";
color:white;
}
.textarea-comment:focus, .textarea-user:focus, #language:focus{
outline: none;
border: 2px solid #555;
background-color: white;
color: black;
}
.textarea-user {
width: 25%;
max-height: 20px;
}
.textarea-user:empty::before {
content: "Name. (Optional)";
color: white;
}
.textarea-disabled::before {
content: "Disabled. Please login to comment.";
background-color: gray;
color: black;
display: inline-block;
width: 50%;
overflow: hidden;
min-height: 20px;
line-height: 20px;
font-family: 'Roboto Slab', serif;
-webkit-transition: 0.5s;
transition: 0.5s;
}
#language {
color: white;
background-color: #222;
border: 2px solid white;
overflow: hidden;
font-family: 'Roboto Slab', serif;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.submit-button-enabled, .submit-button-disabled {
position: relative;
top: -7px;
background-color: cadetblue;
border: solid cadetblue;
border-radius: 5px;
outline: none;
padding: 5px;
}
.submit-button-disabled {
background-color: grey;
border: solid grey;
}
.comment-section {
width: 700px;
margin-left: 31vw;
margin-right: auto;
}
.delete-button {
position: relative;
float: right;
padding: 5px;
border: solid tomato;
outline: none;
background-color: tomato;
border-radius: 5px;
top: -10px;
}
#indiv-delete-button {
padding: 0px;
padding-left: 4px;
padding-right: 4px;
top: -15px;
}
#commenting-section p {
font-family: 'Roboto Mono', monospace;
}
.max-comment {
display: inline-block;
}
.max-comment:hover {
text-decoration: underline;
}
.comments {
list-style-type: none;
}
.comment-div {
border-bottom: 1px solid #333;
font-family: 'Roboto Slab', serif;
}
.user-text {
font-size: 15px;
margin-bottom: 5px;
}
.time-text {
font-size: 10px;
color: #444;
float: right;
}
.comment-text {
margin-top: 5px;
}
.page-select {
background-color: #111;
border: none;
color: white;
font-family: 'Roboto Slab', serif;
outline: 1px solid white;
} | portfolio/src/main/webapp/style.css | margin-left: 30vw;
margin-right: auto;
text-align: justify;
width: 650px;
}
#nav-bar {
background-color: black;
}
#title {
font-family: 'Roboto Mono', monospace;
color: white;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.nav-button, .footer_link {
font-family: 'Roboto Mono', monospace;
font-size: 25px;
background-color: white;
color: black;
display: inline-block;
text-decoration: none;
padding: 5px;
margin-right: 5px;
border-radius: 10px;
}
.authentication-link {
position: absolute;
font-family: 'Roboto Mono', monospace;
font-size: 15px;
background-color: #1a73e8;
border-radius: 5px;
text-decoration: none;
padding: 8px;
padding-left: 20px;
padding-right: 20px;
color: white;
top: 2.5%;
right: 1%;
}
.authentication-link:hover {
background-color: #4f93ff;
}
.footer_link {
margin-right: 30px;
text-decoration: underline;
}
.footer_link:hover {
background-color: black;
color: white;
border-radius: 10px;
}
.nav-button:hover {
background-color: transparent;
color: white;
}
.authentication {
color: white;
}
h3, h4, h5, p {
font-family: 'Roboto Slab', serif;
}
#imgs {
position: absolute;
overflow: hidden;
top: 18vw;
}
#videos {
position: absolute;
overflow: hidden;
top: 10vw;
}
#albanian {
position: absolute;
overflow: hidden;
top: 10vw;
left: 75vw;
width:auto;
}
#google_translate_element {
position: absolute;
overflow: hidden;
}
.bordered {
width: 700px;
padding: 20px;
border: 10px solid;
clip-path:
polygon(
12.5% 5%,
12.5% 0,
100% 0%,
100% 60%,
97.5% 60%,
97.5% 95%,
87.5% 95%,
87.5% 100%,
0 100%,
0 40%,
2.5% 40%,
2.5% 5%
);
}
.bordered#projects {
padding: 45px;
}
.project_imgs {
display: none;
width: auto;
max-width: 25vw;
border: 10px solid black;
}
.rock_climbing {
display: none;
border: 10px solid black;
}
.clickable:hover {
padding-left: 2px;
padding-right: 2px;
border:2px solid black;
-webkit-trannsition: 0.5s;
transition: 0.5s;
outline: none;
}
.clickable:hover h4 {
color:midnightblue;
}
.comment-section, .white-outline {
padding: 10px;
background-color: #111;
color: white;
border: 2px solid white;
}
.textarea-comment, .textarea-user {
display: inline-block;
width: 60%;
background-color: #222;
border: 2px solid white;
overflow: hidden;
min-height: 20px;
line-height: 20px;
font-family: 'Roboto Slab', serif;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.textarea-comment:empty::before {
content: "Please enter a comment.";
color:white;
}
.textarea-comment:focus, .textarea-user:focus, #language:focus{
outline: none;
border: 2px solid #555;
background-color: white;
color: black;
}
.textarea-user {
width: 25%;
max-height: 20px;
}
.textarea-user:empty::before {
content: "Name. (Optional)";
color: white;
}
.textarea-disabled::before {
content: "Disabled. Please login to comment.";
background-color: gray;
color: black;
display: inline-block;
width: 50%;
overflow: hidden;
min-height: 20px;
line-height: 20px;
font-family: 'Roboto Slab', serif;
-webkit-transition: 0.5s;
transition: 0.5s;
}
#language {
color: white;
background-color: #222;
border: 2px solid white;
overflow: hidden;
font-family: 'Roboto Slab', serif;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.submit-button-enabled, .submit-button-disabled {
position: relative;
top: -7px;
background-color: cadetblue;
border: solid cadetblue;
border-radius: 5px;
outline: none;
padding: 5px;
}
.submit-button-disabled {
background-color: grey;
border: solid grey;
}
.comment-section {
width: 700px;
margin-left: 31vw;
margin-right: auto;
}
.delete-button {
position: relative;
float: right;
padding: 5px;
border: solid tomato;
outline: none;
background-color: tomato;
border-radius: 5px;
top: -10px;
}
#indiv-delete-button {
padding: 0px;
padding-left: 4px;
padding-right: 4px;
top: -15px;
}
#commenting-section p {
font-family: 'Roboto Mono', monospace;
}
.max-comment {
display: inline-block;
}
.max-comment:hover {
text-decoration: underline;
}
.comments {
list-style-type: none;
}
.comment-div {
border-bottom: 1px solid #333;
font-family: 'Roboto Slab', serif;
}
.user-text {
font-size: 15px;
margin-bottom: 5px;
}
.time-text {
font-size: 10px;
color: #444;
float: right;
}
.comment-text {
margin-top: 5px;
}
.page-select {
background-color: #111;
border: none;
color: white;
font-family: 'Roboto Slab', serif;
outline: 1px solid white;
} | 0.449634 | 0.083292 |
.alignCenter {
text-align: center;
}
.alignRight {
text-align: right;
}
.alignLeft {
text-align: left;
}
.alignTop {
vertical-align: top;
}
.alignMiddle {
vertical-align: middle;
}
.alignLeftTop {
text-align: left;
vertical-align: top;
}
.alignBottom {
vertical-align: bottom;
}
.alignRightTop {
vertical-align: top;
text-align: right;
float: right;
}
.bolded {
font-weight: bold;
}
.nowrap {
white-space: nowrap;
}
.width100 {
width: 100%;
}
.name {
vertical-align: top;
font-weight: bold;
min-width: 135px;
float: left;
padding-left: 0px;
clear: left;
}
.nameText {
vertical-align: top;
font-weight: bold;
min-width: 135px;
float: left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
clear: left;
}
.striked {
text-decoration: line-through;
}
.value {
float: left;
padding: 5px;
}
#loginForm{
margin:0 auto;
width:320px;
}
#loginForm .dr-pnl{
background-color: transparent;
border: none;
}
#loginForm .dr-pnl-b {
background-image: url("#{resource['images/loginbox_bg.jpg']}") !important;
border: 1px solid #819ea0 !important;
}
#loginForm .dr-pnl-h {
background-color: transparent;
background-image: none;
border: none;
color: #3b3b3b;
font-size: 24px;
margin-bottom:5px;
}
#trustRelationshipForm,
#personForm{
width: 770px !important;
margin: 0 auto;
}
#personForm{
margin-top:15px;
}
#trustRelationshipForm .attributeColumn,
#personForm .attributeColumn{
width:300px !important;
}
#formArea {
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:800px;
}
#updateOrganization {
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#modifyScopeDescription {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateCacheRefresh {
background-image:url("/gluu/img/seam2_bg.jpg");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#personImport {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#addGroup {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#addClient {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#addScope {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateScope {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateClient {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateGroup {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updatePerson {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#selectScopeModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectScopeModelPanelContainer #scopeFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
#selectGroupModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectGroupModelPanelContainer #groupFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
#selectURIModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectURIModelPanelContainer #URIFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
#selectClaimModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectClaimModelPanelContainer #claimFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
/* Add Group Panel Styling */
#passwordPanelHeader,
#selectMemberModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectMemberModelPanelContainer #memberFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
.rich-mpnl-controls {
right:7px !important;
top:7px !important;
}
#detectPoken{
float:left;
margin:5px 5px 0 0;
}
#ContactsFormId{
text-align:right;
margin: 15px 0 0 0;
}
#ContactsFormId input{
margin-right:0 !important;
padding:3px !important;
}
#ContactsFormId table{
text-align:left;
}
.personCheckbox {
margin-left: 0px;
}
.personAddBtn {
margin-left: 5px !important;
}
#register{
margin:0 auto;
width:600px;
}
#personRegistrationForm {
width: 650px !important;
margin: 0 auto;
margin-top:15px;
}
#personRegistrationForm .attributeColumn{
width:300px !important;
}
#register .info{
height:285px;
padding: 10px;
}
#register h1{
color: #105259;
font-size: 24px;
}
/*#registrationFormHolder {*/
/*float: left;*/
/*}*/
#captchaHolder {
margin-left: 118px;
margin-top: 10px;
float: left;
}
/* Logo */
#logo {
margin: 10px
}
/* Toolbar */
.rf-tb,.rf-tb-itm {
/* background-color: green;
background-image: url("#{resource['images/menu_bg.png']}") !important; */
height: 33px;
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
}
.half{
width: 50%;
} | static/src/main/resources/META-INF/resources/stylesheet/site.css | .alignCenter {
text-align: center;
}
.alignRight {
text-align: right;
}
.alignLeft {
text-align: left;
}
.alignTop {
vertical-align: top;
}
.alignMiddle {
vertical-align: middle;
}
.alignLeftTop {
text-align: left;
vertical-align: top;
}
.alignBottom {
vertical-align: bottom;
}
.alignRightTop {
vertical-align: top;
text-align: right;
float: right;
}
.bolded {
font-weight: bold;
}
.nowrap {
white-space: nowrap;
}
.width100 {
width: 100%;
}
.name {
vertical-align: top;
font-weight: bold;
min-width: 135px;
float: left;
padding-left: 0px;
clear: left;
}
.nameText {
vertical-align: top;
font-weight: bold;
min-width: 135px;
float: left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
clear: left;
}
.striked {
text-decoration: line-through;
}
.value {
float: left;
padding: 5px;
}
#loginForm{
margin:0 auto;
width:320px;
}
#loginForm .dr-pnl{
background-color: transparent;
border: none;
}
#loginForm .dr-pnl-b {
background-image: url("#{resource['images/loginbox_bg.jpg']}") !important;
border: 1px solid #819ea0 !important;
}
#loginForm .dr-pnl-h {
background-color: transparent;
background-image: none;
border: none;
color: #3b3b3b;
font-size: 24px;
margin-bottom:5px;
}
#trustRelationshipForm,
#personForm{
width: 770px !important;
margin: 0 auto;
}
#personForm{
margin-top:15px;
}
#trustRelationshipForm .attributeColumn,
#personForm .attributeColumn{
width:300px !important;
}
#formArea {
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:800px;
}
#updateOrganization {
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#modifyScopeDescription {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateCacheRefresh {
background-image:url("/gluu/img/seam2_bg.jpg");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#personImport {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#addGroup {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#addClient {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#addScope {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateScope {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateClient {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updateGroup {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#updatePerson {
background-image:url("#{resource['images/seam2_bg.jpg']}");
border:1px solid #C0C0C0;
margin:0 auto;
padding:15px;
width:650px;
}
#selectScopeModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectScopeModelPanelContainer #scopeFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
#selectGroupModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectGroupModelPanelContainer #groupFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
#selectURIModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectURIModelPanelContainer #URIFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
#selectClaimModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectClaimModelPanelContainer #claimFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
/* Add Group Panel Styling */
#passwordPanelHeader,
#selectMemberModelPanelHeader{
background-image: url("#{resource['images/personinventorytable_bg.jpg']}");
height:20px;
padding:5px 0 0 10px;
border: 0;
}
#selectMemberModelPanelContainer #memberFormId input[type="text"] {
margin-right:5px;
padding:3px;
}
.rich-mpnl-controls {
right:7px !important;
top:7px !important;
}
#detectPoken{
float:left;
margin:5px 5px 0 0;
}
#ContactsFormId{
text-align:right;
margin: 15px 0 0 0;
}
#ContactsFormId input{
margin-right:0 !important;
padding:3px !important;
}
#ContactsFormId table{
text-align:left;
}
.personCheckbox {
margin-left: 0px;
}
.personAddBtn {
margin-left: 5px !important;
}
#register{
margin:0 auto;
width:600px;
}
#personRegistrationForm {
width: 650px !important;
margin: 0 auto;
margin-top:15px;
}
#personRegistrationForm .attributeColumn{
width:300px !important;
}
#register .info{
height:285px;
padding: 10px;
}
#register h1{
color: #105259;
font-size: 24px;
}
/*#registrationFormHolder {*/
/*float: left;*/
/*}*/
#captchaHolder {
margin-left: 118px;
margin-top: 10px;
float: left;
}
/* Logo */
#logo {
margin: 10px
}
/* Toolbar */
.rf-tb,.rf-tb-itm {
/* background-color: green;
background-image: url("#{resource['images/menu_bg.png']}") !important; */
height: 33px;
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
}
.half{
width: 50%;
} | 0.323487 | 0.109849 |
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
body {
padding: 0;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.container {
max-width: 7300px;
}
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
}
.board div {
color:#000;
display:block;
font-size:60px;
height:80px;
position:relative;
text-decoration:none;
text-shadow:0 1px #fff;
width:80px;
}
.divTransition {
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
#chess_board { border:5px solid #333; }
#chess_board td {
background:#fff;
background:-moz-linear-gradient(top, #fff, #eee);
background:-webkit-gradient(linear,0 0, 0 100%, from(#fff), to(#eee));
box-shadow:inset 0 0 0 1px #fff;
-moz-box-shadow:inset 0 0 0 1px #fff;
-webkit-box-shadow:inset 0 0 0 1px #fff;
height:80px;
text-align:center;
vertical-align:middle;
width:80px;
}
#chess_board tr td.highlight, .highlight {
background:#06DCFB;
background:-moz-linear-gradient(top, #963, #eee) !important;
background:-webkit-gradient(linear,0 0, 0 100%, from(#B8E3E5), to(#AFEEEE)) !important;
box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
}
#chess_board tr:nth-child(odd) td:nth-child(even),
#chess_board tr:nth-child(even) td:nth-child(odd) {
background:#ccc;
background:-moz-linear-gradient(top, #ccc, #eee);
background:-webkit-gradient(linear,0 0, 0 100%, from(#ccc), to(#eee));
box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
}
.board .index
{
border: 5px solid white;text-align: center;vertical-align: middle;
}
#table-scroll {
position:relative;
height:auto;
max-height:300px;
overflow:auto;
margin-top:10px;
}
tr.pointer
{
cursor: pointer
}
#commentSection, #gameNotationSection {
margin-top: 10px;
}
.notifications {
position: absolute;
z-index: 9999;
}
/* Notification Element */
.notifications > div {
position: relative;
margin: 5px 0px;
font-size: 20px;
white-space: pre;
}
.navigateTurnTable td {
text-align: center;
} | app/styles/main.css | .browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
body {
padding: 0;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.container {
max-width: 7300px;
}
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
}
.board div {
color:#000;
display:block;
font-size:60px;
height:80px;
position:relative;
text-decoration:none;
text-shadow:0 1px #fff;
width:80px;
}
.divTransition {
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
#chess_board { border:5px solid #333; }
#chess_board td {
background:#fff;
background:-moz-linear-gradient(top, #fff, #eee);
background:-webkit-gradient(linear,0 0, 0 100%, from(#fff), to(#eee));
box-shadow:inset 0 0 0 1px #fff;
-moz-box-shadow:inset 0 0 0 1px #fff;
-webkit-box-shadow:inset 0 0 0 1px #fff;
height:80px;
text-align:center;
vertical-align:middle;
width:80px;
}
#chess_board tr td.highlight, .highlight {
background:#06DCFB;
background:-moz-linear-gradient(top, #963, #eee) !important;
background:-webkit-gradient(linear,0 0, 0 100%, from(#B8E3E5), to(#AFEEEE)) !important;
box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
}
#chess_board tr:nth-child(odd) td:nth-child(even),
#chess_board tr:nth-child(even) td:nth-child(odd) {
background:#ccc;
background:-moz-linear-gradient(top, #ccc, #eee);
background:-webkit-gradient(linear,0 0, 0 100%, from(#ccc), to(#eee));
box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4);
}
.board .index
{
border: 5px solid white;text-align: center;vertical-align: middle;
}
#table-scroll {
position:relative;
height:auto;
max-height:300px;
overflow:auto;
margin-top:10px;
}
tr.pointer
{
cursor: pointer
}
#commentSection, #gameNotationSection {
margin-top: 10px;
}
.notifications {
position: absolute;
z-index: 9999;
}
/* Notification Element */
.notifications > div {
position: relative;
margin: 5px 0px;
font-size: 20px;
white-space: pre;
}
.navigateTurnTable td {
text-align: center;
} | 0.327238 | 0.099295 |
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
padding: 0px;
margin: 0px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
}
a {
color: #01e;
text-decoration: none;
}
a:visited {
color: #01e;
}
a:hover {
color: #01e;
}
h2 {
font-size: 16px;
text-align: center;
font-weight: 300;
}
p {
margin-left: 1em;
text-align: center;
}
#tab {
position: relative;
margin: 0 auto;
display: flex;
flex-direction: column;
max-width: 600px;
height: 200px;
background-color: rgba(0,0,0,0.8);
padding-top: 0.5em;
color: #fff;
font-weight: 300;
}
#tab .header {
font-size: 1.6em;
border-bottom: 1px solid #aaa;
flex: 0 0 auto;
}
#tab .header ul{
padding: 0;
margin: 0;
margin: 0 auto;
display: table;
position: relative;
}
#tab .header ul .line{
position: absolute;
top: 100%;
left: 0;
right: 0;
border-bottom: 1px solid #5CC9F5;
width: 80px;
transition: all 200ms linear;
}
#tab .header ul li{
text-align: center;
width: 80px;
list-style: none;
display: table-cell;
padding: 0.5em 0;
}
#tab .header ul li.active{
font-weight: 500;
}
#tab .body {
flex: 1 0 auto;
position: relative;
overflow: hidden;
font-size: 1.2em;
}
#tab .body > div{
width: 300vw;
display: flex;
flex-direction: row;
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
}
#tab .body ul{
margin: 0;
padding: 1em 2em;
}
#tab .body ul > li{
margin: 1em 0;
}
#tab .body .scrollable{
position: relative;
float: left;
overflow-y: scroll;
user-select: none;
-webkit-overflow-scrolling: touch;
}
#tab .bottom {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
height: 60px;
bottom: 0;
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.container {
width: 100%;
overflow: hidden;
margin: 20px 0;
color: #fff;
}
.container > div {
width: 6000px;
}
.container > div::after{
display: table;
content: '';
clear: both;
}
.container .item {
float: left;
width: 25vw;
height: 60px;
text-align: center;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
}
.container .item > div {
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
flex: 0 0 auto;
}
.one {
background-color: orange;
}
.two {
background-color: tomato;
}
.three {
background-color: lightgreen;
}
.four {
background-color: deepskyblue;
}
.five {
background-color: gold;
}
.six {
background-color: pink;
}
.seven {
background-color: Wheat;
}
#carousel {
position: relative;
width: 100%;
overflow: hidden;
}
#carousel img {
-webkit-user-drag: none;
}
#carousel .imgs ul {
padding: 0;
margin: 0;
width: 5000px;
}
#carousel ul li {
list-style: none;
}
#carousel .box {
display: block;
float: left;
}
.img-responsive {
width: 100vw;
display: block;
height: auto;
}
#carousel .indicator {
position: absolute;
bottom: 10px;
left: 0px;
right: 0px;
text-align: center;
color: #fff;
}
#carousel .indicator ul {
display: block;
margin: 0 auto;
padding: 0;
}
#carousel .indicator ul > li {
list-style: none;
margin: 0 2px;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 50%;
background-color: rgba(255,255,255,0.3);
}
#carousel .indicator ul>li.active {
background-color: #fff;
}
.iscroll-handlebar {
position: absolute;
right: 1px;
top: 0px;
-webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.1s ease-out,width 0.1s ease-out, height 0.1s ease-out;
transition: background-color 0.2s ease-out, transform 0.1s ease-out,width 0.1s ease-out, height 0.1s ease-out;
width: 2px;
border-radius: 1px;
background-color: rgba(0, 0, 0, 0);
z-index: 9999;
height: 0px;
}
footer {
text-align: center;
padding: 1em 0;
}
@media only screen and (min-width: 767px){
#carousel {
width: 760px;
margin: 0 auto;
}
.container .item {
width: 200px;
}
#carousel img {
width: 760px;
}
} | example/style.css | *, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
padding: 0px;
margin: 0px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
}
a {
color: #01e;
text-decoration: none;
}
a:visited {
color: #01e;
}
a:hover {
color: #01e;
}
h2 {
font-size: 16px;
text-align: center;
font-weight: 300;
}
p {
margin-left: 1em;
text-align: center;
}
#tab {
position: relative;
margin: 0 auto;
display: flex;
flex-direction: column;
max-width: 600px;
height: 200px;
background-color: rgba(0,0,0,0.8);
padding-top: 0.5em;
color: #fff;
font-weight: 300;
}
#tab .header {
font-size: 1.6em;
border-bottom: 1px solid #aaa;
flex: 0 0 auto;
}
#tab .header ul{
padding: 0;
margin: 0;
margin: 0 auto;
display: table;
position: relative;
}
#tab .header ul .line{
position: absolute;
top: 100%;
left: 0;
right: 0;
border-bottom: 1px solid #5CC9F5;
width: 80px;
transition: all 200ms linear;
}
#tab .header ul li{
text-align: center;
width: 80px;
list-style: none;
display: table-cell;
padding: 0.5em 0;
}
#tab .header ul li.active{
font-weight: 500;
}
#tab .body {
flex: 1 0 auto;
position: relative;
overflow: hidden;
font-size: 1.2em;
}
#tab .body > div{
width: 300vw;
display: flex;
flex-direction: row;
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
}
#tab .body ul{
margin: 0;
padding: 1em 2em;
}
#tab .body ul > li{
margin: 1em 0;
}
#tab .body .scrollable{
position: relative;
float: left;
overflow-y: scroll;
user-select: none;
-webkit-overflow-scrolling: touch;
}
#tab .bottom {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
height: 60px;
bottom: 0;
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.container {
width: 100%;
overflow: hidden;
margin: 20px 0;
color: #fff;
}
.container > div {
width: 6000px;
}
.container > div::after{
display: table;
content: '';
clear: both;
}
.container .item {
float: left;
width: 25vw;
height: 60px;
text-align: center;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
}
.container .item > div {
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
flex: 0 0 auto;
}
.one {
background-color: orange;
}
.two {
background-color: tomato;
}
.three {
background-color: lightgreen;
}
.four {
background-color: deepskyblue;
}
.five {
background-color: gold;
}
.six {
background-color: pink;
}
.seven {
background-color: Wheat;
}
#carousel {
position: relative;
width: 100%;
overflow: hidden;
}
#carousel img {
-webkit-user-drag: none;
}
#carousel .imgs ul {
padding: 0;
margin: 0;
width: 5000px;
}
#carousel ul li {
list-style: none;
}
#carousel .box {
display: block;
float: left;
}
.img-responsive {
width: 100vw;
display: block;
height: auto;
}
#carousel .indicator {
position: absolute;
bottom: 10px;
left: 0px;
right: 0px;
text-align: center;
color: #fff;
}
#carousel .indicator ul {
display: block;
margin: 0 auto;
padding: 0;
}
#carousel .indicator ul > li {
list-style: none;
margin: 0 2px;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 50%;
background-color: rgba(255,255,255,0.3);
}
#carousel .indicator ul>li.active {
background-color: #fff;
}
.iscroll-handlebar {
position: absolute;
right: 1px;
top: 0px;
-webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.1s ease-out,width 0.1s ease-out, height 0.1s ease-out;
transition: background-color 0.2s ease-out, transform 0.1s ease-out,width 0.1s ease-out, height 0.1s ease-out;
width: 2px;
border-radius: 1px;
background-color: rgba(0, 0, 0, 0);
z-index: 9999;
height: 0px;
}
footer {
text-align: center;
padding: 1em 0;
}
@media only screen and (min-width: 767px){
#carousel {
width: 760px;
margin: 0 auto;
}
.container .item {
width: 200px;
}
#carousel img {
width: 760px;
}
} | 0.373876 | 0.063453 |
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,i,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,fieldset,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;list-style:none;}
body{
overflow: hidden;
}
#chat{
background: url('../images/chat-bg.jpg') left top;
background-size: cover;
}
.scroll-bar{
overflow-x: hidden;
overflow-y: auto;
}
/* scroll-bar */
.scroll-bar::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
.scroll-bar::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.scroll-bar::-webkit-scrollbar-thumb {
background-color: #000000;
}
/* btn */
.btn {
-moz-user-select: none;
background-image: none;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid #cccccc;
}
.btn.focus, .btn:focus {
background-color: #e6e6e6;
border-color: #8c8c8c;
color: #333;
}
.btn:hover {
background-color: #e6e6e6;
border-color: #adadad;
color: #333;
}
/*marquee*/
marquee,.marquee {
height: 12px;
white-space: nowrap;
overflow:-webkit-marquee;
-webkit-marquee-direction:left;
-webkit-marquee-speed:normal;
-webkit-marquee-style:scroll;
-webkit-marquee-repetition:3;
}
/*gray*/
.gray{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
/* dock */
.dock{
position: absolute;
left: 0;
top: 0;
width: 75px;
height: 100%;
background: #394046;
box-shadow: 0 2px 2px #000;
}
.dock-items{
width: 50px;
height: auto;
padding: 20px 10px 20px 15px;
position: absolute;
left: 0;
top: 0;
background: transparent;
}
.dock-items img{
width: 50px;
height: 50px;
border-radius: 5px;
cursor: pointer;
}
/* chat box */
.chat-box{
width:280px;
height: 600px;
position: absolute;
top: 20px;
left: 410px;
background: #fff none repeat scroll 0 0;
border-radius: 7px;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
display: block;
transform: none;
transition: none 0s ease 0s ;
}
.chat-box header{
position: relative;
width: 280px;
height: 46px;
line-height: 46px;
text-align: center;
background: rgba(254, 233, 158, 0) linear-gradient(#333, #111) repeat scroll 0 0;
color: #fff;
border-radius: 6px 6px 0 0;
font-size: 12px;
}
.chat-box header h2{
font-size: 18px;
}
.chat-box header img{
position: absolute;
width: 33px;
height: 33px;
top: 7px;
left: 10px;
border-radius: 5px;
}
.chat-box header span {
bottom: 10px;
display: inline-block;
font-size: 9px !important;
height: 12px;
line-height: 12px;
position: absolute;
right: 10px;
text-align: left;
width: 54px;
-webkit-transform: scale(0.7);
-o-transform: scale(1);
}
.chat-box footer{
width: 280px;
height: 54px;
background: rgba(0, 0, 0, 0) linear-gradient(#333, #111) repeat scroll 0 0;
border-radius: 0 0 5px 5px;
}
.chat-box footer li{
float: left;
width: 68px;
height: 54px;
-moz-box-flex: 1;
border-left: 1px solid #555;
border-right: 1px solid #222;
box-shadow: 0 0 10px transparent inset;
color: #ccc;
cursor: pointer;
font-size: 12px;
overflow: hidden;
position: relative;
text-align: center;
text-shadow: 0 -1px 0 #000;
}
.chat-box li{
cursor: pointer;
}
.chat-bl{
border-radius: 0 0 0 5px;
border-left: medium none;
}
.chat-br{
border-radius: 0 0 5px 0;
border-right: medium none;
}
.chat-box .chat-contain{
width: 280px;
height: 500px;
overflow: hidden;
}
.icon-chat,.icon-people,.icon-groupchat,.icon-chatroom{
display: block;
width: 30px;
height: 30px;
margin: 0 auto;
background-size: 30px 30px;
}
.icon-chat{
background-image: url('../images/chat2.png');
}
.icon-people{
background-image: url('../images/book2.png');
}
.icon-groupchat{
background-image: url('../images/comments2.png');
}
.icon-chatroom{
background-image: url('../images/stack2.png');
}
.chat-box footer li.selected {
background: #333 none repeat scroll 0 0;
border-left-color: #222;
box-shadow: 0 0 10px #111 inset;
color: #fff;
text-shadow: 0 1px 0 #000;
}
.chat-chat,.chat-people,.chat-groupchat,.chat-chatroom{
width: 280px;
height: 500px;
overflow-y: auto;
display: none;
}
.list-group{
cursor: pointer;
border-bottom: 1px solid #cccccc;
}
.list-group ul{
display: none;
}
.group-info {
width:224px;
height: 16px;
padding: 10px 28px 12px;
font-size: 16px;
color: #000;
background: rgba(0, 0, 0, 0) url("../images/open_arrow.png") no-repeat scroll 8px center / 14px 14px;
}
.group-info.down{
background: rgba(0, 0, 0, 0) url("../images/open_arrow_fire.png") no-repeat scroll 8px center / 14px 14px;
}
.group-info .online{
float: right;
}
/* chat, group chat & chat room, use the same */
.list-group li,.chat-groupchat li,.chat-chatroom li,.chat-chat li,#recommends li{
width:278px;
height: 57px;
padding: 2px 1px;
border-top: 1px solid #e3e3e3;
overflow: hidden;
clear: both;
}
.list-group li a,.chat-groupchat li a,.chat-chatroom li a,.chat-chat li a,#recommends li a{
float: left;
position: relative;
display: block;
width: 40px;
height: 40px;
padding: 8px;
}
.list-group li a img,.chat-groupchat li a img,.chat-chatroom li a img,.chat-chat li a img,#recommends li a img{
width: 40px;
height: 40px;
border: 0;
}
.list-group li .name,.chat-groupchat li .name,.chat-chatroom li .name,.chat-chat li .name,#recommends li .name{
margin-top: 10px;
}
.list-group li .desc,.chat-groupchat li .desc,.chat-chatroom li .desc,.chat-chat li .desc,#recommends li .desc{
font-size: 12px;
color: #999;
line-height: 12px;
margin-top: 5px;
height: 12px;
white-space: nowrap;
}
/* chat notify */
.chat-chat li.notify .desc{
font-size: 12px;
margin-top: 15px;
height: 12px;
white-space: nowrap;
}
.chat-chat li.notify .button{
margin-top: 5px;
}
.notify .button span{
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #e3e3e3;
border-radius: 2px;
font-size: 10px;
margin-right: 5px;
padding: 1px 5px;
color: #555555;
}
.notify .button span:hover{
background: #ffffff;
}
/* group chat, chatroom */
.chat-groupchat li,.chat-chatroom li,.chat-chat li{
border-top: 0;
border-bottom: 1px solid #e3e3e3;
}
.chat-groupchat li .people,.chat-chatroom li .people,.chat-chat li .people,#recommends li .people{
float: right;
margin-right: 20px;
}
/* chat box common style*/
.online, .people{
font-size: 12px;
font-weight: 500;
}
/* chat window */
.chat-window{
width:700px;
height: 600px;
position: absolute;
top: 20px;
right: 100px;
background: transparent;
border-radius: 7px;
display: block;
transform: none;
transition: none 0s ease 0s ;
}
.chat-window header{
width: 700px;
height: 46px;
line-height: 46px;
text-align: center;
background: rgba(254, 233, 158, 0) linear-gradient(#333, #111) repeat scroll 0 0;
color: #fff;
border-radius: 6px 6px 0 0;
}
.chat-window h2 {
display: inline-block;
margin-left: 85px;
width: 500px;
}
.chat-window header button.close {
background: rgba(0, 0, 0, 0) linear-gradient(#333, #111) repeat scroll 0 0;
border: 1px solid #333333;
border-radius: 5px;
box-shadow: 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px rgba(255, 255, 255, 0.1);
color: #ffffff;
display: block;
float: right;
margin: 5px 20px 6px 0;
padding: 6px 10px;
width: 64px;
cursor: pointer;
}
.chat-window footer{
width: 700px;
height: 54px;
background: rgba(0, 0, 0, 0) linear-gradient(#333, #111) repeat scroll 0 0;
border-radius: 0 0 5px 5px;
}
.chat-window .chat-content{
width: 700px;
height: 500px;
overflow-x: hidden;
overflow-y: auto;
background: rgba(0,0,0,0.5);
position: relative;
unicode-bidi: -moz-isolate;
}
.message-input {
border: 0 none;
border-radius: 5px;
display: inline-block;
height: 22px;
line-height: 22px;
margin: 10px 10px 5px 26px;
padding: 5px 10px;
resize: none;
width: 554px;
}
.send {
background: rgba(0, 0, 0, 0) linear-gradient(#5f9cc5, #396b9e) repeat scroll 0 0;
border: 1px solid #044062;
border-radius: 5px;
color: #ffffff;
display: inline-block;
float: right;
font-size: 14px;
height: 28px;
line-height: 28px;
margin: 5px 25px 5px 5px;
padding: 6px 10px;
text-align: center;
text-shadow: 0 1px 1px #194b7e;
width: 34px;
cursor: pointer;
}
.chat-time{
width: 700px;
height: 36px;
text-align: center;
clear: both;
}
.chat-time span {
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
border-radius: 8px;
color: rgba(255, 255, 255, 0.8);
display: inline-block;
font-size: 12px;
margin: 10px auto;
padding: 2px 8px;
}
.chat-content .avatar{
width: 40px;
height: 40px;
margin-top: 10px;
border: 0;
}
.chat-ml{
text-align: left;
clear: both;
}
.chat-content .chat-ml .avatar{
float: left;
margin-left: 10px;
}
.chat-mr{
text-align: right;
clear: both;
}
.chat-content .chat-mr .avatar{
float: right;
margin-right: 10px;
}
.chat-ml .name, .chat-mr .name{
width: 82%;
height: 14px;
display: inline-block;
margin: 0 10px;
font-size: 14px;
text-shadow: 1px 1px 1px #fff;
}
.chat-ml .content,.chat-mr .content{
background: rgba(0, 0, 0, 0) linear-gradient(#cf9, #9c3) repeat scroll 0 0;
border-radius: 5px;
box-shadow: 1px 1px 5px #000;
display: inline-block;
line-height: 1.4;
max-width: 50%;
min-height: 16px;
padding: 10px 15px;
margin: 10px;
word-break: break-all;
}
.chat-mr .content{
background: rgba(0, 0, 0, 0) linear-gradient(#fff, #e1e1e1) repeat scroll 0 0;
text-align: left;
}
/* register and login*/
.register p,.register .reg-login {
font-size: 12px;
width: 270px;
display: inline-block;
margin-left: 18px;
}
.register h1 {
font-size: 32px;
font-weight: 300;
color: #4c4c4c;
text-align: center;
padding-top: 10px;
margin-bottom: 10px;
}
.register {
position: absolute;
top: 200px;
left: 50%;
width: 344px;
height: auto;
margin-left: -172px;
-webkit-border-radius: 8px/7px;
-moz-border-radius: 8px/7px;
border-radius: 8px/7px;
background-color: #ffffff;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
box-shadow: 1px 2px 5px rgba(0,0,0,.31);
border: solid 1px #cbc9c9;
z-index: 999;
}
.register input[type=radio] {
visibility: hidden;
}
.register form{
margin: 0 30px;
}
.register label.radio {
cursor: pointer;
text-indent: 35px;
overflow: visible;
display: inline-block;
position: relative;
margin-bottom: 15px;
}
.register label.radio:before {
background: #4c4c4c;
content:'';
position: absolute;
top:2px;
left: 0;
width: 20px;
height: 20px;
border-radius: 100%;
}
.register label.radio:after {
opacity: 0;
content: '';
position: absolute;
width: 0.5em;
height: 0.25em;
background: transparent;
top: 7.5px;
left: 4.5px;
border: 3px solid #ffffff;
border-top: none;
border-right: none;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.register input[type=radio]:checked + label:after {
opacity: 1;
}
.register hr{
color: #a9a9a9;
opacity: 0.3;
}
.register input[type=text],.register input[type=password]{
width: 200px;
height: 34px;
-webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
-moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
background-color: #fff;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
box-shadow: 1px 2px 5px rgba(0,0,0,.09);
border: solid 1px #cbc9c9;
border-left-width: 0;
margin-left: -8px;
margin-top: 13px;
padding-left: 10px;
}
.reg-notice{
margin-top: 25px;
}
.register .icon {
display: inline-block;
width: 30px;
background-color: #4c4c4c;
padding: 8px 0px 13px 15px;
margin-left: 15px;
-webkit-border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
color: white;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
box-shadow: 1px 2px 5px rgba(0,0,0,.09);
border: solid 0px #cbc9c9;
height: 17px;
}
.register .gender {
margin-left: 30px;
margin-bottom: 10px;
}
.register .accounttype{
margin-left: 8px;
margin-top: 20px;
}
.register a.button {
font-size: 14px;
font-weight: 600;
color: white;
padding: 6px 25px 0px 20px;
margin: 10px 8px 20px 0px;
display: inline-block;
float: right;
text-decoration: none;
width: 50px; height: 27px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #4c4c4c;
-webkit-box-shadow: 0 3px rgba(76,76,76,.75);
-moz-box-shadow: 0 3px rgba(76,76,76,.75);
box-shadow: 0 3px rgba(76,76,76,.75);
transition: all 0.1s linear 0s;
top: 0;
position: relative;
}
.register a.button:hover {
top: 1px;
background-color:#4c4c4c;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.register .reg-login{
color: #000000;
}
/* recommend */
#recommends{
background: #666 none repeat scroll 0 0;
height: 100%;
left: 85px;
opacity: 0.5;
position: absolute;
top: 0;
width: 280px;
box-shadow: 2px 2px 2px #000;
font-family: Arial,Helvetica,sans-serif;
}
#recommends #recommend-container{
width: 280px;
}
#recommends li{
border-top: 1px solid #999;
cursor: pointer;
}
#recommends header{
font-size: 14px;
font-weight: 700;
padding: 10px 0;
text-indent: 10px;
}
.recommend-user,.recommend-groupchat,.recommend-chatroom{
border-bottom: 1px solid #999;
}
#recommends li .name{
color: #EFEFEF;
}
#recommends li .desc{
color: #ffffff;
margin-top: 5px;
height: 12px;
white-space: nowrap;
}
/* create groupchat & chatroom */
.create-group {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #cdcdcd;
border-radius: 10px;
height: 360px;
left: 50%;
margin: -200px 0 0 -300px;
position: absolute;
top: 50%;
width: 500px;
box-shadow: 1px 1px 1px #666;
}
.create-group > header {
border-bottom: 1px solid #efefef;
padding: 15px;
text-align: center;
}
.create-group > ul {
padding: 15px 50px;
}
.create-group li {
margin: 10px 0;
}
.create-group label {
display: inline-block;
vertical-align: top;
width: 60px;
}
.create-group input,.create-group textarea{
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
display: inline-block;
font-size: 14px;
line-height: 1.42857;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.create-group input:focus,.create-group textarea:focus{
border-color: #66afe9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
outline: 0 none;
}
.create-group input {
width: 300px;
}
.create-group textarea {
height: 100px;
width: 300px;
}
.create-group > footer {
padding-left: 150px;
}
.create-group .ok{
margin-right: 10px;
} | examples/web-chat-system/app/public/css/chat.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,i,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,fieldset,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;list-style:none;}
body{
overflow: hidden;
}
#chat{
background: url('../images/chat-bg.jpg') left top;
background-size: cover;
}
.scroll-bar{
overflow-x: hidden;
overflow-y: auto;
}
/* scroll-bar */
.scroll-bar::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
.scroll-bar::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.scroll-bar::-webkit-scrollbar-thumb {
background-color: #000000;
}
/* btn */
.btn {
-moz-user-select: none;
background-image: none;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid #cccccc;
}
.btn.focus, .btn:focus {
background-color: #e6e6e6;
border-color: #8c8c8c;
color: #333;
}
.btn:hover {
background-color: #e6e6e6;
border-color: #adadad;
color: #333;
}
/*marquee*/
marquee,.marquee {
height: 12px;
white-space: nowrap;
overflow:-webkit-marquee;
-webkit-marquee-direction:left;
-webkit-marquee-speed:normal;
-webkit-marquee-style:scroll;
-webkit-marquee-repetition:3;
}
/*gray*/
.gray{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
/* dock */
.dock{
position: absolute;
left: 0;
top: 0;
width: 75px;
height: 100%;
background: #394046;
box-shadow: 0 2px 2px #000;
}
.dock-items{
width: 50px;
height: auto;
padding: 20px 10px 20px 15px;
position: absolute;
left: 0;
top: 0;
background: transparent;
}
.dock-items img{
width: 50px;
height: 50px;
border-radius: 5px;
cursor: pointer;
}
/* chat box */
.chat-box{
width:280px;
height: 600px;
position: absolute;
top: 20px;
left: 410px;
background: #fff none repeat scroll 0 0;
border-radius: 7px;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
display: block;
transform: none;
transition: none 0s ease 0s ;
}
.chat-box header{
position: relative;
width: 280px;
height: 46px;
line-height: 46px;
text-align: center;
background: rgba(254, 233, 158, 0) linear-gradient(#333, #111) repeat scroll 0 0;
color: #fff;
border-radius: 6px 6px 0 0;
font-size: 12px;
}
.chat-box header h2{
font-size: 18px;
}
.chat-box header img{
position: absolute;
width: 33px;
height: 33px;
top: 7px;
left: 10px;
border-radius: 5px;
}
.chat-box header span {
bottom: 10px;
display: inline-block;
font-size: 9px !important;
height: 12px;
line-height: 12px;
position: absolute;
right: 10px;
text-align: left;
width: 54px;
-webkit-transform: scale(0.7);
-o-transform: scale(1);
}
.chat-box footer{
width: 280px;
height: 54px;
background: rgba(0, 0, 0, 0) linear-gradient(#333, #111) repeat scroll 0 0;
border-radius: 0 0 5px 5px;
}
.chat-box footer li{
float: left;
width: 68px;
height: 54px;
-moz-box-flex: 1;
border-left: 1px solid #555;
border-right: 1px solid #222;
box-shadow: 0 0 10px transparent inset;
color: #ccc;
cursor: pointer;
font-size: 12px;
overflow: hidden;
position: relative;
text-align: center;
text-shadow: 0 -1px 0 #000;
}
.chat-box li{
cursor: pointer;
}
.chat-bl{
border-radius: 0 0 0 5px;
border-left: medium none;
}
.chat-br{
border-radius: 0 0 5px 0;
border-right: medium none;
}
.chat-box .chat-contain{
width: 280px;
height: 500px;
overflow: hidden;
}
.icon-chat,.icon-people,.icon-groupchat,.icon-chatroom{
display: block;
width: 30px;
height: 30px;
margin: 0 auto;
background-size: 30px 30px;
}
.icon-chat{
background-image: url('../images/chat2.png');
}
.icon-people{
background-image: url('../images/book2.png');
}
.icon-groupchat{
background-image: url('../images/comments2.png');
}
.icon-chatroom{
background-image: url('../images/stack2.png');
}
.chat-box footer li.selected {
background: #333 none repeat scroll 0 0;
border-left-color: #222;
box-shadow: 0 0 10px #111 inset;
color: #fff;
text-shadow: 0 1px 0 #000;
}
.chat-chat,.chat-people,.chat-groupchat,.chat-chatroom{
width: 280px;
height: 500px;
overflow-y: auto;
display: none;
}
.list-group{
cursor: pointer;
border-bottom: 1px solid #cccccc;
}
.list-group ul{
display: none;
}
.group-info {
width:224px;
height: 16px;
padding: 10px 28px 12px;
font-size: 16px;
color: #000;
background: rgba(0, 0, 0, 0) url("../images/open_arrow.png") no-repeat scroll 8px center / 14px 14px;
}
.group-info.down{
background: rgba(0, 0, 0, 0) url("../images/open_arrow_fire.png") no-repeat scroll 8px center / 14px 14px;
}
.group-info .online{
float: right;
}
/* chat, group chat & chat room, use the same */
.list-group li,.chat-groupchat li,.chat-chatroom li,.chat-chat li,#recommends li{
width:278px;
height: 57px;
padding: 2px 1px;
border-top: 1px solid #e3e3e3;
overflow: hidden;
clear: both;
}
.list-group li a,.chat-groupchat li a,.chat-chatroom li a,.chat-chat li a,#recommends li a{
float: left;
position: relative;
display: block;
width: 40px;
height: 40px;
padding: 8px;
}
.list-group li a img,.chat-groupchat li a img,.chat-chatroom li a img,.chat-chat li a img,#recommends li a img{
width: 40px;
height: 40px;
border: 0;
}
.list-group li .name,.chat-groupchat li .name,.chat-chatroom li .name,.chat-chat li .name,#recommends li .name{
margin-top: 10px;
}
.list-group li .desc,.chat-groupchat li .desc,.chat-chatroom li .desc,.chat-chat li .desc,#recommends li .desc{
font-size: 12px;
color: #999;
line-height: 12px;
margin-top: 5px;
height: 12px;
white-space: nowrap;
}
/* chat notify */
.chat-chat li.notify .desc{
font-size: 12px;
margin-top: 15px;
height: 12px;
white-space: nowrap;
}
.chat-chat li.notify .button{
margin-top: 5px;
}
.notify .button span{
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #e3e3e3;
border-radius: 2px;
font-size: 10px;
margin-right: 5px;
padding: 1px 5px;
color: #555555;
}
.notify .button span:hover{
background: #ffffff;
}
/* group chat, chatroom */
.chat-groupchat li,.chat-chatroom li,.chat-chat li{
border-top: 0;
border-bottom: 1px solid #e3e3e3;
}
.chat-groupchat li .people,.chat-chatroom li .people,.chat-chat li .people,#recommends li .people{
float: right;
margin-right: 20px;
}
/* chat box common style*/
.online, .people{
font-size: 12px;
font-weight: 500;
}
/* chat window */
.chat-window{
width:700px;
height: 600px;
position: absolute;
top: 20px;
right: 100px;
background: transparent;
border-radius: 7px;
display: block;
transform: none;
transition: none 0s ease 0s ;
}
.chat-window header{
width: 700px;
height: 46px;
line-height: 46px;
text-align: center;
background: rgba(254, 233, 158, 0) linear-gradient(#333, #111) repeat scroll 0 0;
color: #fff;
border-radius: 6px 6px 0 0;
}
.chat-window h2 {
display: inline-block;
margin-left: 85px;
width: 500px;
}
.chat-window header button.close {
background: rgba(0, 0, 0, 0) linear-gradient(#333, #111) repeat scroll 0 0;
border: 1px solid #333333;
border-radius: 5px;
box-shadow: 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px rgba(255, 255, 255, 0.1);
color: #ffffff;
display: block;
float: right;
margin: 5px 20px 6px 0;
padding: 6px 10px;
width: 64px;
cursor: pointer;
}
.chat-window footer{
width: 700px;
height: 54px;
background: rgba(0, 0, 0, 0) linear-gradient(#333, #111) repeat scroll 0 0;
border-radius: 0 0 5px 5px;
}
.chat-window .chat-content{
width: 700px;
height: 500px;
overflow-x: hidden;
overflow-y: auto;
background: rgba(0,0,0,0.5);
position: relative;
unicode-bidi: -moz-isolate;
}
.message-input {
border: 0 none;
border-radius: 5px;
display: inline-block;
height: 22px;
line-height: 22px;
margin: 10px 10px 5px 26px;
padding: 5px 10px;
resize: none;
width: 554px;
}
.send {
background: rgba(0, 0, 0, 0) linear-gradient(#5f9cc5, #396b9e) repeat scroll 0 0;
border: 1px solid #044062;
border-radius: 5px;
color: #ffffff;
display: inline-block;
float: right;
font-size: 14px;
height: 28px;
line-height: 28px;
margin: 5px 25px 5px 5px;
padding: 6px 10px;
text-align: center;
text-shadow: 0 1px 1px #194b7e;
width: 34px;
cursor: pointer;
}
.chat-time{
width: 700px;
height: 36px;
text-align: center;
clear: both;
}
.chat-time span {
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
border-radius: 8px;
color: rgba(255, 255, 255, 0.8);
display: inline-block;
font-size: 12px;
margin: 10px auto;
padding: 2px 8px;
}
.chat-content .avatar{
width: 40px;
height: 40px;
margin-top: 10px;
border: 0;
}
.chat-ml{
text-align: left;
clear: both;
}
.chat-content .chat-ml .avatar{
float: left;
margin-left: 10px;
}
.chat-mr{
text-align: right;
clear: both;
}
.chat-content .chat-mr .avatar{
float: right;
margin-right: 10px;
}
.chat-ml .name, .chat-mr .name{
width: 82%;
height: 14px;
display: inline-block;
margin: 0 10px;
font-size: 14px;
text-shadow: 1px 1px 1px #fff;
}
.chat-ml .content,.chat-mr .content{
background: rgba(0, 0, 0, 0) linear-gradient(#cf9, #9c3) repeat scroll 0 0;
border-radius: 5px;
box-shadow: 1px 1px 5px #000;
display: inline-block;
line-height: 1.4;
max-width: 50%;
min-height: 16px;
padding: 10px 15px;
margin: 10px;
word-break: break-all;
}
.chat-mr .content{
background: rgba(0, 0, 0, 0) linear-gradient(#fff, #e1e1e1) repeat scroll 0 0;
text-align: left;
}
/* register and login*/
.register p,.register .reg-login {
font-size: 12px;
width: 270px;
display: inline-block;
margin-left: 18px;
}
.register h1 {
font-size: 32px;
font-weight: 300;
color: #4c4c4c;
text-align: center;
padding-top: 10px;
margin-bottom: 10px;
}
.register {
position: absolute;
top: 200px;
left: 50%;
width: 344px;
height: auto;
margin-left: -172px;
-webkit-border-radius: 8px/7px;
-moz-border-radius: 8px/7px;
border-radius: 8px/7px;
background-color: #ffffff;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
box-shadow: 1px 2px 5px rgba(0,0,0,.31);
border: solid 1px #cbc9c9;
z-index: 999;
}
.register input[type=radio] {
visibility: hidden;
}
.register form{
margin: 0 30px;
}
.register label.radio {
cursor: pointer;
text-indent: 35px;
overflow: visible;
display: inline-block;
position: relative;
margin-bottom: 15px;
}
.register label.radio:before {
background: #4c4c4c;
content:'';
position: absolute;
top:2px;
left: 0;
width: 20px;
height: 20px;
border-radius: 100%;
}
.register label.radio:after {
opacity: 0;
content: '';
position: absolute;
width: 0.5em;
height: 0.25em;
background: transparent;
top: 7.5px;
left: 4.5px;
border: 3px solid #ffffff;
border-top: none;
border-right: none;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.register input[type=radio]:checked + label:after {
opacity: 1;
}
.register hr{
color: #a9a9a9;
opacity: 0.3;
}
.register input[type=text],.register input[type=password]{
width: 200px;
height: 34px;
-webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
-moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
background-color: #fff;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
box-shadow: 1px 2px 5px rgba(0,0,0,.09);
border: solid 1px #cbc9c9;
border-left-width: 0;
margin-left: -8px;
margin-top: 13px;
padding-left: 10px;
}
.reg-notice{
margin-top: 25px;
}
.register .icon {
display: inline-block;
width: 30px;
background-color: #4c4c4c;
padding: 8px 0px 13px 15px;
margin-left: 15px;
-webkit-border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
color: white;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
box-shadow: 1px 2px 5px rgba(0,0,0,.09);
border: solid 0px #cbc9c9;
height: 17px;
}
.register .gender {
margin-left: 30px;
margin-bottom: 10px;
}
.register .accounttype{
margin-left: 8px;
margin-top: 20px;
}
.register a.button {
font-size: 14px;
font-weight: 600;
color: white;
padding: 6px 25px 0px 20px;
margin: 10px 8px 20px 0px;
display: inline-block;
float: right;
text-decoration: none;
width: 50px; height: 27px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #4c4c4c;
-webkit-box-shadow: 0 3px rgba(76,76,76,.75);
-moz-box-shadow: 0 3px rgba(76,76,76,.75);
box-shadow: 0 3px rgba(76,76,76,.75);
transition: all 0.1s linear 0s;
top: 0;
position: relative;
}
.register a.button:hover {
top: 1px;
background-color:#4c4c4c;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.register .reg-login{
color: #000000;
}
/* recommend */
#recommends{
background: #666 none repeat scroll 0 0;
height: 100%;
left: 85px;
opacity: 0.5;
position: absolute;
top: 0;
width: 280px;
box-shadow: 2px 2px 2px #000;
font-family: Arial,Helvetica,sans-serif;
}
#recommends #recommend-container{
width: 280px;
}
#recommends li{
border-top: 1px solid #999;
cursor: pointer;
}
#recommends header{
font-size: 14px;
font-weight: 700;
padding: 10px 0;
text-indent: 10px;
}
.recommend-user,.recommend-groupchat,.recommend-chatroom{
border-bottom: 1px solid #999;
}
#recommends li .name{
color: #EFEFEF;
}
#recommends li .desc{
color: #ffffff;
margin-top: 5px;
height: 12px;
white-space: nowrap;
}
/* create groupchat & chatroom */
.create-group {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #cdcdcd;
border-radius: 10px;
height: 360px;
left: 50%;
margin: -200px 0 0 -300px;
position: absolute;
top: 50%;
width: 500px;
box-shadow: 1px 1px 1px #666;
}
.create-group > header {
border-bottom: 1px solid #efefef;
padding: 15px;
text-align: center;
}
.create-group > ul {
padding: 15px 50px;
}
.create-group li {
margin: 10px 0;
}
.create-group label {
display: inline-block;
vertical-align: top;
width: 60px;
}
.create-group input,.create-group textarea{
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
display: inline-block;
font-size: 14px;
line-height: 1.42857;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.create-group input:focus,.create-group textarea:focus{
border-color: #66afe9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
outline: 0 none;
}
.create-group input {
width: 300px;
}
.create-group textarea {
height: 100px;
width: 300px;
}
.create-group > footer {
padding-left: 150px;
}
.create-group .ok{
margin-right: 10px;
} | 0.293101 | 0.044764 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 4, ../neat/grid/_box-sizing.scss */
html {
box-sizing: border-box;
}
/* line 9, ../neat/grid/_box-sizing.scss */
*, *::after, *::before {
box-sizing: inherit;
}
/* line 12, ../sass/screen.scss */
html, body {
font-family: "Museo Sans", "museo-sans", sans-serif;
}
/* line 16, ../sass/screen.scss */
h1 {
font-size: 48px;
font-weight: 700;
line-height: 2.5;
}
/* line 22, ../sass/screen.scss */
h2 {
font-size: 32px;
font-weight: 300;
}
/* line 27, ../sass/screen.scss */
p {
font-size: 24px;
line-height: 1.2;
padding: 40px;
}
/* line 33, ../sass/screen.scss */
header {
background-color: #2A6D45;
color: #fff;
text-align: center;
height: 400px;
width: 100%;
margin-bottom: 3em;
}
/* line 40, ../sass/screen.scss */
header .text-header {
position: relative;
top: 150px;
}
/* line 46, ../sass/screen.scss */
.container {
max-width: 68em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* line 20, ../bourbon/addons/_clearfix.scss */
.container::after {
clear: both;
content: "";
display: table;
}
/* line 51, ../sass/screen.scss */
.text-main {
height: 500px;
}
/* line 53, ../sass/screen.scss */
.text-main #get-started {
background-color: #2A6D45;
color: #fff;
padding: 25px 35px;
margin: 4em 0em;
display: inline-block;
text-decoration: none;
font-weight: 700;
font-size: 24px;
transition: all 2.0s ease-in;
}
/* line 66, ../sass/screen.scss */
.box {
border: 5px solid #2A6D45;
height: 250px;
display: block;
}
/* line 70, ../sass/screen.scss */
.box img {
height: 100%;
width: 100%;
}
/* line 76, ../sass/screen.scss */
.box-container {
height: 700px;
}
/* line 78, ../sass/screen.scss */
.box-container a {
text-decoration: none;
}
/* line 81, ../sass/screen.scss */
.box-container .box {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%;
margin-bottom: 2em;
}
/* line 89, ../neat/grid/_span-columns.scss */
.box-container .box:last-child {
margin-right: 0;
}
/* line 78, ../neat/grid/_omega.scss */
.box-container .box:nth-child(4n) {
margin-right: 0;
}
/* line 83, ../neat/grid/_omega.scss */
.box-container .box:nth-child(4n+1) {
clear: left;
}
/* line 85, ../sass/screen.scss */
.box-container .box .box-title {
padding: 11px;
display: block;
position: relative;
top: -42px;
width: 100%;
height: 40px;
color: #fff;
font-size: 24px;
background-color: #2A6D45;
}
/* line 99, ../sass/screen.scss */
.section {
height: 1450px;
}
/* line 101, ../sass/screen.scss */
.section#mrt-lrt {
height: 2000px;
}
/* line 104, ../sass/screen.scss */
.section#tricycle {
height: 950px;
}
/* line 109, ../sass/screen.scss */
.row-header {
height: 350px;
float: left;
display: block;
margin-right: 2.35765%;
width: 100%;
}
/* line 89, ../neat/grid/_span-columns.scss */
.row-header:last-child {
margin-right: 0;
}
/* line 113, ../sass/screen.scss */
.row-header .header img {
float: left;
display: block;
margin-right: 2.35765%;
width: 14.70196%;
height: 10em;
float: left;
margin-right: 0px;
}
/* line 89, ../neat/grid/_span-columns.scss */
.row-header .header img:last-child {
margin-right: 0;
}
/* line 119, ../sass/screen.scss */
.row-header .header h1 {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%;
text-align: left;
position: relative;
bottom: -23px;
}
/* line 89, ../neat/grid/_span-columns.scss */
.row-header .header h1:last-child {
margin-right: 0;
}
/* line 126, ../sass/screen.scss */
.row-header p {
clear: both;
}
/* line 131, ../sass/screen.scss */
.column-container {
counter-reset: column;
}
/* line 133, ../sass/screen.scss */
.column-container .column {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%;
margin-left: 5.97086%;
counter-increment: column;
}
/* line 89, ../neat/grid/_span-columns.scss */
.column-container .column:last-child {
margin-right: 0;
}
/* line 78, ../neat/grid/_omega.scss */
.column-container .column:nth-child(3n) {
margin-right: 0;
}
/* line 83, ../neat/grid/_omega.scss */
.column-container .column:nth-child(3n+1) {
clear: left;
}
/* line 138, ../sass/screen.scss */
.column-container .column p {
text-align: left;
font-size: 21px;
padding: 2em 0px;
}
/* line 143, ../sass/screen.scss */
.column-container .column img {
position: relative;
bottom: 26px;
z-index: -100;
}
/* line 149, ../sass/screen.scss */
.column-container .number:before {
display: block;
content: counter(column);
width: 45px;
height: 45px;
padding: 12px;
padding-left: 7px;
background-color: #2A6D45;
color: #fff;
font-size: 20px;
font-weight: 700;
}
/* line 161, ../sass/screen.scss */
.column-container .tip:before {
display: block;
content: 'Tip:';
background: url("../illustrations/Tip.svg") 0px 1px no-repeat;
width: 95px;
height: 45px;
padding: 11px;
padding-left: 35px;
background-color: #2A6D45;
color: #fff;
font-size: 20px;
font-weight: 700;
} | stylesheets/screen.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: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 4, ../neat/grid/_box-sizing.scss */
html {
box-sizing: border-box;
}
/* line 9, ../neat/grid/_box-sizing.scss */
*, *::after, *::before {
box-sizing: inherit;
}
/* line 12, ../sass/screen.scss */
html, body {
font-family: "Museo Sans", "museo-sans", sans-serif;
}
/* line 16, ../sass/screen.scss */
h1 {
font-size: 48px;
font-weight: 700;
line-height: 2.5;
}
/* line 22, ../sass/screen.scss */
h2 {
font-size: 32px;
font-weight: 300;
}
/* line 27, ../sass/screen.scss */
p {
font-size: 24px;
line-height: 1.2;
padding: 40px;
}
/* line 33, ../sass/screen.scss */
header {
background-color: #2A6D45;
color: #fff;
text-align: center;
height: 400px;
width: 100%;
margin-bottom: 3em;
}
/* line 40, ../sass/screen.scss */
header .text-header {
position: relative;
top: 150px;
}
/* line 46, ../sass/screen.scss */
.container {
max-width: 68em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* line 20, ../bourbon/addons/_clearfix.scss */
.container::after {
clear: both;
content: "";
display: table;
}
/* line 51, ../sass/screen.scss */
.text-main {
height: 500px;
}
/* line 53, ../sass/screen.scss */
.text-main #get-started {
background-color: #2A6D45;
color: #fff;
padding: 25px 35px;
margin: 4em 0em;
display: inline-block;
text-decoration: none;
font-weight: 700;
font-size: 24px;
transition: all 2.0s ease-in;
}
/* line 66, ../sass/screen.scss */
.box {
border: 5px solid #2A6D45;
height: 250px;
display: block;
}
/* line 70, ../sass/screen.scss */
.box img {
height: 100%;
width: 100%;
}
/* line 76, ../sass/screen.scss */
.box-container {
height: 700px;
}
/* line 78, ../sass/screen.scss */
.box-container a {
text-decoration: none;
}
/* line 81, ../sass/screen.scss */
.box-container .box {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%;
margin-bottom: 2em;
}
/* line 89, ../neat/grid/_span-columns.scss */
.box-container .box:last-child {
margin-right: 0;
}
/* line 78, ../neat/grid/_omega.scss */
.box-container .box:nth-child(4n) {
margin-right: 0;
}
/* line 83, ../neat/grid/_omega.scss */
.box-container .box:nth-child(4n+1) {
clear: left;
}
/* line 85, ../sass/screen.scss */
.box-container .box .box-title {
padding: 11px;
display: block;
position: relative;
top: -42px;
width: 100%;
height: 40px;
color: #fff;
font-size: 24px;
background-color: #2A6D45;
}
/* line 99, ../sass/screen.scss */
.section {
height: 1450px;
}
/* line 101, ../sass/screen.scss */
.section#mrt-lrt {
height: 2000px;
}
/* line 104, ../sass/screen.scss */
.section#tricycle {
height: 950px;
}
/* line 109, ../sass/screen.scss */
.row-header {
height: 350px;
float: left;
display: block;
margin-right: 2.35765%;
width: 100%;
}
/* line 89, ../neat/grid/_span-columns.scss */
.row-header:last-child {
margin-right: 0;
}
/* line 113, ../sass/screen.scss */
.row-header .header img {
float: left;
display: block;
margin-right: 2.35765%;
width: 14.70196%;
height: 10em;
float: left;
margin-right: 0px;
}
/* line 89, ../neat/grid/_span-columns.scss */
.row-header .header img:last-child {
margin-right: 0;
}
/* line 119, ../sass/screen.scss */
.row-header .header h1 {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%;
text-align: left;
position: relative;
bottom: -23px;
}
/* line 89, ../neat/grid/_span-columns.scss */
.row-header .header h1:last-child {
margin-right: 0;
}
/* line 126, ../sass/screen.scss */
.row-header p {
clear: both;
}
/* line 131, ../sass/screen.scss */
.column-container {
counter-reset: column;
}
/* line 133, ../sass/screen.scss */
.column-container .column {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%;
margin-left: 5.97086%;
counter-increment: column;
}
/* line 89, ../neat/grid/_span-columns.scss */
.column-container .column:last-child {
margin-right: 0;
}
/* line 78, ../neat/grid/_omega.scss */
.column-container .column:nth-child(3n) {
margin-right: 0;
}
/* line 83, ../neat/grid/_omega.scss */
.column-container .column:nth-child(3n+1) {
clear: left;
}
/* line 138, ../sass/screen.scss */
.column-container .column p {
text-align: left;
font-size: 21px;
padding: 2em 0px;
}
/* line 143, ../sass/screen.scss */
.column-container .column img {
position: relative;
bottom: 26px;
z-index: -100;
}
/* line 149, ../sass/screen.scss */
.column-container .number:before {
display: block;
content: counter(column);
width: 45px;
height: 45px;
padding: 12px;
padding-left: 7px;
background-color: #2A6D45;
color: #fff;
font-size: 20px;
font-weight: 700;
}
/* line 161, ../sass/screen.scss */
.column-container .tip:before {
display: block;
content: 'Tip:';
background: url("../illustrations/Tip.svg") 0px 1px no-repeat;
width: 95px;
height: 45px;
padding: 11px;
padding-left: 35px;
background-color: #2A6D45;
color: #fff;
font-size: 20px;
font-weight: 700;
} | 0.243912 | 0.05902 |
* {
font-family: arial;
font-size: large;
}
body{
margin: auto;
display: flex;
flex-direction: column;
background-color: rgb(214, 214, 213);
}
#conteudo {
text-align: center;
margin-top: 2px;
}
p {
text-align: left;
margin-left: 8px;
font-family: 'Courier New', Courier, monospace;
}
img {
width: 50vw;
height: 50vh;
}
.botao{
background:#4b3cac;
border-bottom: solid #8778e4 2px;
height: 8vh;
display: flex;
flex-direction: column;
align-content: flex-end;
justify-content: center;
align-items: flex-end;
}
h2{
font-style: italic;
font-family: monospace;
color: #4b3cac;
font-size:30px;
}
body.dark label {
background: white;
}
body.dark {
background: rgb(0, 0, 0);
color: white;
}
input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
}
label {
cursor: pointer;
text-indent: -9999px;
width: 52px;
height: 27px;
background: rgb(0, 0, 0);
float: right;
border-radius: 100px;
position: relative;
}
label::after {
content: "";
position: absolute;
top: 3px;
left: 3px;
width: 20px;
height: 20px;
background-color: white;
border-radius: 90px;
transition: 0.3s;
}
input:checked + label {
background-color: white;
}
input:checked + label::after {
left: calc(100% - 5px);
transform: translateX(-100%);
background: black;
}
label:active:after {
width: 45px;
}
input {
visibility: hidden;
}
button {
background: #4b3cac;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 8px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
cursor: pointer;
margin-bottom: 15px;
}
h3{
display: flex;
flex-wrap: nowrap;
align-content: stretch;
justify-content: space-evenly;
font-size: initial;
color: rgb(71, 71, 165);
} | historia/css/estilos.css | * {
font-family: arial;
font-size: large;
}
body{
margin: auto;
display: flex;
flex-direction: column;
background-color: rgb(214, 214, 213);
}
#conteudo {
text-align: center;
margin-top: 2px;
}
p {
text-align: left;
margin-left: 8px;
font-family: 'Courier New', Courier, monospace;
}
img {
width: 50vw;
height: 50vh;
}
.botao{
background:#4b3cac;
border-bottom: solid #8778e4 2px;
height: 8vh;
display: flex;
flex-direction: column;
align-content: flex-end;
justify-content: center;
align-items: flex-end;
}
h2{
font-style: italic;
font-family: monospace;
color: #4b3cac;
font-size:30px;
}
body.dark label {
background: white;
}
body.dark {
background: rgb(0, 0, 0);
color: white;
}
input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
}
label {
cursor: pointer;
text-indent: -9999px;
width: 52px;
height: 27px;
background: rgb(0, 0, 0);
float: right;
border-radius: 100px;
position: relative;
}
label::after {
content: "";
position: absolute;
top: 3px;
left: 3px;
width: 20px;
height: 20px;
background-color: white;
border-radius: 90px;
transition: 0.3s;
}
input:checked + label {
background-color: white;
}
input:checked + label::after {
left: calc(100% - 5px);
transform: translateX(-100%);
background: black;
}
label:active:after {
width: 45px;
}
input {
visibility: hidden;
}
button {
background: #4b3cac;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 8px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
cursor: pointer;
margin-bottom: 15px;
}
h3{
display: flex;
flex-wrap: nowrap;
align-content: stretch;
justify-content: space-evenly;
font-size: initial;
color: rgb(71, 71, 165);
} | 0.375134 | 0.07627 |
html {
scroll-behavior: smooth;
}
* {
margin: 0;
}
body {
background-color: #0a192f;
height: 100%;
position: relative;
}
#side-footer {
top: 0;
position: sticky;
transform: translate(0, 35vh);
width: fit-content;
float: left;
z-index: 2;
}
.side-container {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
padding-left: 5px;
transition: transform 0.3s ease;
}
.side-container:hover {
transform: scale(1.15);
}
.side-container::after {
position: absolute;
top: 110%;
left: 50%;
overflow: hidden;
width: 3px;
height: 50vh;
content: "\a0";
background-color: #8892b0;
}
#side-footer-2 {
top: 0;
left: 0;
position: sticky;
transform: translate(0, 35vh);
width: fit-content;
float: right;
z-index: 2;
}
.side-container-2 {
display: flex;
flex-direction: column;
padding: 0;
padding-left: 20px;
margin-right: 10px;
color: #8892b0;
font-weight: bolder;
font-size: larger;
font-family: monospace;
justify-content: center;
align-items: center;
transition: transform 0.3s ease;
}
.side-container-2:hover {
color: #64ffda;
transform: scale(1.15);
cursor: pointer;
}
.side-container-2::before {
position: absolute;
bottom: 118%;
overflow: hidden;
width: 2.5px;
height: 50vh;
content: "\a0";
background-color: #8892b0;
}
#side-icon {
padding-bottom: 20px;
margin: 0;
font-size: 4vmin;
border-radius: 50%;
color: #8892b0;
transition: transform 0.2s;
}
#side-icon:hover {
color: #64ffda;
transform: scale(1.3);
}
::-webkit-scrollbar {
width: 10px;
background: #0a192f;
}
::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: inset 0 0 10px transparent;
visibility: collapse;
}
::-webkit-scrollbar-thumb {
border-radius: 6px;
background: #242f3f;
}
::-webkit-scrollbar-thumb:hover {
border-radius: 6px;
background: #1e2735;
}
#loader-container {
width: 100%;
height: 100vh;
/* position: absolute; */
position: fixed;
top: 0;
left: 0;
background-color: #0a192f;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
}
.hexagon {
position: relative;
width: 70px;
height: 40.41px;
background-color: #08192f;
margin: 20.21px 0;
border-left: solid 5px #64ffda;
border-right: solid 5px #64ffda;
animation: loader 2s infinite ease;
}
.hexagon:before,
.hexagon:after {
content: "";
position: absolute;
z-index: 1;
width: 49.5px;
height: 49.5px;
-webkit-transform: scaleY(0.5774) rotate(-45deg);
-ms-transform: scaleY(0.5774) rotate(-45deg);
transform: scaleY(0.5774) rotate(-45deg);
background-color: inherit;
left: 5.2513px;
}
.hexagon:before {
top: -24.7487px;
border-top: solid 7.0711px #64ffda;
border-right: solid 7.0711px #64ffda;
}
.hexagon:after {
bottom: -24.7487px;
border-bottom: solid 7.0711px #64ffda;
border-left: solid 7.0711px #64ffda;
}
.letter-z {
font-size: 100px;
z-index: 10;
position: absolute;
/* transform: translate(77%, -10%); */
transform: translate(18px, -6px);
}
.z {
color: #64ffda;
font-size: 40px;
}
@keyframes loader {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(360deg);
}
100% {
transform: rotate(360deg);
}
}
h1 {
color: #ccd6f6;
}
h4 {
color: #64ffda;
}
h2 {
color: #8892b0;
}
h3 {
color: #ccd6f6;
}
p {
color: #8892b0;
font-size: 1.7vmax;
}
a {
text-decoration: none;
}
#particles-js {
background: #0a192f;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
width: 100%;
/* background-attachment: fixed; */
position: relative;
z-index: 5;
}
#tsparticles {
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: 0;
}
ParticlesJS {
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: 0;
}
#header {
display: flex;
flex-direction: column;
text-align: left;
justify-content: center;
position: absolute;
margin: 3%;
padding: 3%;
backdrop-filter: saturate(91%) blur(10px);
border-radius: 14px;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 4px 6px rgba(0, 0, 0, 0.45);
}
.pages {
display: flex;
position: relative;
flex-direction: column;
align-items: center;
width: 100%;
background: #0a192f;
}
#pages-container {
height: 100vh;
}
#scroll-down {
height: 50px;
width: 30px;
border: 2px solid transparent;
position: absolute;
left: 50%;
bottom: 20px;
cursor: pointer;
border-radius: 20px;
}
#scroll-down::before,
#scroll-down::after {
content: "";
position: absolute;
top: 10%;
left: 50%;
border: 2px solid #ccd6f6;
height: 10px;
width: 10px;
transform: translate(-50%, -95%) rotate(45deg);
border-top: transparent;
border-left: transparent;
animation: scrolldown 1.35s ease-in-out infinite;
}
#scroll-down::after {
top: 20%;
animation-delay: 0.3s;
}
@keyframes scrolldown {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
top: 90%;
}
}
#scroll-up {
height: 50px;
width: 30px;
border: 2px solid transparent;
position: absolute;
left: 50%;
top: 20px;
cursor: pointer;
border-radius: 20px;
}
#scroll-up::before,
#scroll-up::after {
content: "";
position: absolute;
top: 10%;
left: 50%;
border: 2px solid #ccd6f6;
height: 10px;
width: 10px;
transform: translate(-50%, -95%) rotate(225deg);
border-top: transparent;
border-left: transparent;
animation: scrollup 1.35s ease-in-out infinite;
animation-direction: reverse;
}
#scroll-up::after {
top: 20%;
animation-delay: 0.3s;
}
@keyframes scrollup {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
top: 65%;
}
}
.fa {
padding: 3vmin;
font-size: 3.75vmax;
text-align: center;
text-decoration: none;
border-radius: 50%;
color: #64ffda;
transition: transform 0.2s;
}
.fa:hover {
color: #8892b0;
transform: scale(1.3);
}
#mydiv {
font-size: 1.5vmax;
color: #64ffda;
padding-top: 2vmin;
padding-bottom: 4vmin;
margin-left: 10px;
margin-right: 10px;
}
#mydiv a {
font-size: 3vmax;
color: #ccd6f6;
padding-left: 10px;
}
#my-pic {
border-top-right-radius: 20%;
border-bottom-left-radius: 20%;
border-color: #64ffda;
border-style: solid;
padding: 3%;
display: block;
filter: contrast(104%) brightness(87%) sepia(77%) hue-rotate(89deg)
saturate(75%);
transition: filter 0.3s linear;
transition: padding 0.3s linear;
margin-top: 2vmax;
margin-bottom: 2vmax;
width: 80%;
}
#my-pic:hover {
border-color: #8892b0;
filter: none;
padding: 4%;
}
.skills-list {
display: grid;
grid-template-columns: auto auto;
overflow: hidden;
list-style-type: none;
margin-top: 20px;
justify-items: left;
padding: 0;
}
li {
position: relative;
margin-bottom: 10px;
margin-left: 10vmin;
color: #8892b0;
font-size: 3vmin;
}
li::before {
content: "▹";
padding-right: 10px;
color: #64ffda;
}
#magic-button {
border-color: #64ffda;
border-width: 1px;
color: #64ffda;
font-weight: normal;
padding: 3vmin 7vmin;
margin-top: 30px;
transition: 0.3s ease;
background-color: #0a192f;
}
#magic-button:hover {
background-color: #a9ffeb1a;
}
#magic-button-revert {
border-color: #64ffda;
border-width: 3px;
color: #64ffda;
font-weight: bolder;
display: none;
margin-bottom: 40px;
background-color: #0a192f;
transition: 0.3s ease;
}
#magic-button-revert:hover {
color: #8892b0;
border-color: #8892b0;
}
#normal-list {
z-index: 10;
zoom: 1.2;
}
/* #holder {
position: relative;
height: 480px;
width: 480px;
background: #0a192f;
box-sizing: border-box;
display: none;
} */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: #8892b0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: #8892b0;
}
input::placeholder,
textarea::placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::placeholder,
textarea::focus:placeholder {
color: #8892b0;
}
input::-ms-placeholder,
textarea::-ms-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
color: #8892b0;
}
/* on hover placeholder */
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
color: #8892b0;
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
color: #8892b0;
}
input:hover::placeholder,
textarea:hover::placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
color: #8892b0;
}
input:hover::placeholder,
textarea:hover::placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
color: #8892b0;
}
#my-form {
position: relative;
width: 100%;
margin: 50px auto 100px auto;
text-align: center;
}
input {
font-family: "Lato", sans-serif;
font-size: 0.875em;
width: 75%;
height: 50px;
padding: 0px 15px 0px 15px;
background: transparent;
outline: none;
color: #8892b0;
border: solid 1px #ccd6f6;
border-bottom: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
input:hover {
background: #ccd6f6;
color: #0a192f;
}
textarea {
width: 75%;
height: 110px;
max-height: 110px;
padding: 15px;
background: transparent;
outline: none;
color: #8892b0;
font-family: "Lato", sans-serif;
font-size: 0.875em;
border: solid 1px #ccd6f6;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
textarea:hover {
background: #ccd6f6;
color: #0a192f;
}
#email-submit-button {
width: 75%;
padding: 0;
margin: -5px 0px 0px 0px;
font-family: "Lato", sans-serif;
font-size: 0.875em;
color: #8892b0;
outline: none;
cursor: pointer;
border: solid 1px #ccd6f6;
border-top: none;
}
#email-submit-button:hover {
color: #0a192f;
}
.gap-bottom {
width: 100%;
height: 30vmin;
}
.footer-row-1 {
display: flex;
width: 100%;
justify-content: center;
}
.footer-icon-container {
display: flex;
flex-direction: row;
width: fit-content;
align-items: center;
justify-content: center;
height: fit-content;
position: relative;
}
.footer-row-2 {
display: flex;
width: 100%;
justify-content: center;
}
#footer-github {
color: #8892b0;
margin-bottom: 20px;
font-size: 2.5vmin;
transition: 0.3s ease;
}
#footer-github:hover {
color: #64ffda;
}
#thiscanvas {
width: 100%;
height: 480px;
background: #0a192f;
}
@media screen and (max-width: 576px) {
#side-footer {
display: none !important;
}
#side-footer-2 {
display: none !important;
}
}
@media screen and (min-width: 576px) {
.footer-row-1 {
display: none !important;
}
} | src/styles.css | html {
scroll-behavior: smooth;
}
* {
margin: 0;
}
body {
background-color: #0a192f;
height: 100%;
position: relative;
}
#side-footer {
top: 0;
position: sticky;
transform: translate(0, 35vh);
width: fit-content;
float: left;
z-index: 2;
}
.side-container {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
padding-left: 5px;
transition: transform 0.3s ease;
}
.side-container:hover {
transform: scale(1.15);
}
.side-container::after {
position: absolute;
top: 110%;
left: 50%;
overflow: hidden;
width: 3px;
height: 50vh;
content: "\a0";
background-color: #8892b0;
}
#side-footer-2 {
top: 0;
left: 0;
position: sticky;
transform: translate(0, 35vh);
width: fit-content;
float: right;
z-index: 2;
}
.side-container-2 {
display: flex;
flex-direction: column;
padding: 0;
padding-left: 20px;
margin-right: 10px;
color: #8892b0;
font-weight: bolder;
font-size: larger;
font-family: monospace;
justify-content: center;
align-items: center;
transition: transform 0.3s ease;
}
.side-container-2:hover {
color: #64ffda;
transform: scale(1.15);
cursor: pointer;
}
.side-container-2::before {
position: absolute;
bottom: 118%;
overflow: hidden;
width: 2.5px;
height: 50vh;
content: "\a0";
background-color: #8892b0;
}
#side-icon {
padding-bottom: 20px;
margin: 0;
font-size: 4vmin;
border-radius: 50%;
color: #8892b0;
transition: transform 0.2s;
}
#side-icon:hover {
color: #64ffda;
transform: scale(1.3);
}
::-webkit-scrollbar {
width: 10px;
background: #0a192f;
}
::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: inset 0 0 10px transparent;
visibility: collapse;
}
::-webkit-scrollbar-thumb {
border-radius: 6px;
background: #242f3f;
}
::-webkit-scrollbar-thumb:hover {
border-radius: 6px;
background: #1e2735;
}
#loader-container {
width: 100%;
height: 100vh;
/* position: absolute; */
position: fixed;
top: 0;
left: 0;
background-color: #0a192f;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
}
.hexagon {
position: relative;
width: 70px;
height: 40.41px;
background-color: #08192f;
margin: 20.21px 0;
border-left: solid 5px #64ffda;
border-right: solid 5px #64ffda;
animation: loader 2s infinite ease;
}
.hexagon:before,
.hexagon:after {
content: "";
position: absolute;
z-index: 1;
width: 49.5px;
height: 49.5px;
-webkit-transform: scaleY(0.5774) rotate(-45deg);
-ms-transform: scaleY(0.5774) rotate(-45deg);
transform: scaleY(0.5774) rotate(-45deg);
background-color: inherit;
left: 5.2513px;
}
.hexagon:before {
top: -24.7487px;
border-top: solid 7.0711px #64ffda;
border-right: solid 7.0711px #64ffda;
}
.hexagon:after {
bottom: -24.7487px;
border-bottom: solid 7.0711px #64ffda;
border-left: solid 7.0711px #64ffda;
}
.letter-z {
font-size: 100px;
z-index: 10;
position: absolute;
/* transform: translate(77%, -10%); */
transform: translate(18px, -6px);
}
.z {
color: #64ffda;
font-size: 40px;
}
@keyframes loader {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(360deg);
}
100% {
transform: rotate(360deg);
}
}
h1 {
color: #ccd6f6;
}
h4 {
color: #64ffda;
}
h2 {
color: #8892b0;
}
h3 {
color: #ccd6f6;
}
p {
color: #8892b0;
font-size: 1.7vmax;
}
a {
text-decoration: none;
}
#particles-js {
background: #0a192f;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
width: 100%;
/* background-attachment: fixed; */
position: relative;
z-index: 5;
}
#tsparticles {
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: 0;
}
ParticlesJS {
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: 0;
}
#header {
display: flex;
flex-direction: column;
text-align: left;
justify-content: center;
position: absolute;
margin: 3%;
padding: 3%;
backdrop-filter: saturate(91%) blur(10px);
border-radius: 14px;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 4px 6px rgba(0, 0, 0, 0.45);
}
.pages {
display: flex;
position: relative;
flex-direction: column;
align-items: center;
width: 100%;
background: #0a192f;
}
#pages-container {
height: 100vh;
}
#scroll-down {
height: 50px;
width: 30px;
border: 2px solid transparent;
position: absolute;
left: 50%;
bottom: 20px;
cursor: pointer;
border-radius: 20px;
}
#scroll-down::before,
#scroll-down::after {
content: "";
position: absolute;
top: 10%;
left: 50%;
border: 2px solid #ccd6f6;
height: 10px;
width: 10px;
transform: translate(-50%, -95%) rotate(45deg);
border-top: transparent;
border-left: transparent;
animation: scrolldown 1.35s ease-in-out infinite;
}
#scroll-down::after {
top: 20%;
animation-delay: 0.3s;
}
@keyframes scrolldown {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
top: 90%;
}
}
#scroll-up {
height: 50px;
width: 30px;
border: 2px solid transparent;
position: absolute;
left: 50%;
top: 20px;
cursor: pointer;
border-radius: 20px;
}
#scroll-up::before,
#scroll-up::after {
content: "";
position: absolute;
top: 10%;
left: 50%;
border: 2px solid #ccd6f6;
height: 10px;
width: 10px;
transform: translate(-50%, -95%) rotate(225deg);
border-top: transparent;
border-left: transparent;
animation: scrollup 1.35s ease-in-out infinite;
animation-direction: reverse;
}
#scroll-up::after {
top: 20%;
animation-delay: 0.3s;
}
@keyframes scrollup {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
top: 65%;
}
}
.fa {
padding: 3vmin;
font-size: 3.75vmax;
text-align: center;
text-decoration: none;
border-radius: 50%;
color: #64ffda;
transition: transform 0.2s;
}
.fa:hover {
color: #8892b0;
transform: scale(1.3);
}
#mydiv {
font-size: 1.5vmax;
color: #64ffda;
padding-top: 2vmin;
padding-bottom: 4vmin;
margin-left: 10px;
margin-right: 10px;
}
#mydiv a {
font-size: 3vmax;
color: #ccd6f6;
padding-left: 10px;
}
#my-pic {
border-top-right-radius: 20%;
border-bottom-left-radius: 20%;
border-color: #64ffda;
border-style: solid;
padding: 3%;
display: block;
filter: contrast(104%) brightness(87%) sepia(77%) hue-rotate(89deg)
saturate(75%);
transition: filter 0.3s linear;
transition: padding 0.3s linear;
margin-top: 2vmax;
margin-bottom: 2vmax;
width: 80%;
}
#my-pic:hover {
border-color: #8892b0;
filter: none;
padding: 4%;
}
.skills-list {
display: grid;
grid-template-columns: auto auto;
overflow: hidden;
list-style-type: none;
margin-top: 20px;
justify-items: left;
padding: 0;
}
li {
position: relative;
margin-bottom: 10px;
margin-left: 10vmin;
color: #8892b0;
font-size: 3vmin;
}
li::before {
content: "▹";
padding-right: 10px;
color: #64ffda;
}
#magic-button {
border-color: #64ffda;
border-width: 1px;
color: #64ffda;
font-weight: normal;
padding: 3vmin 7vmin;
margin-top: 30px;
transition: 0.3s ease;
background-color: #0a192f;
}
#magic-button:hover {
background-color: #a9ffeb1a;
}
#magic-button-revert {
border-color: #64ffda;
border-width: 3px;
color: #64ffda;
font-weight: bolder;
display: none;
margin-bottom: 40px;
background-color: #0a192f;
transition: 0.3s ease;
}
#magic-button-revert:hover {
color: #8892b0;
border-color: #8892b0;
}
#normal-list {
z-index: 10;
zoom: 1.2;
}
/* #holder {
position: relative;
height: 480px;
width: 480px;
background: #0a192f;
box-sizing: border-box;
display: none;
} */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: #8892b0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: #8892b0;
}
input::placeholder,
textarea::placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::placeholder,
textarea::focus:placeholder {
color: #8892b0;
}
input::-ms-placeholder,
textarea::-ms-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
color: #8892b0;
}
/* on hover placeholder */
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
color: #8892b0;
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
color: #8892b0;
}
input:hover::placeholder,
textarea:hover::placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
color: #8892b0;
}
input:hover::placeholder,
textarea:hover::placeholder {
color: #8892b0;
font-size: 0.875em;
}
input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
color: #8892b0;
}
#my-form {
position: relative;
width: 100%;
margin: 50px auto 100px auto;
text-align: center;
}
input {
font-family: "Lato", sans-serif;
font-size: 0.875em;
width: 75%;
height: 50px;
padding: 0px 15px 0px 15px;
background: transparent;
outline: none;
color: #8892b0;
border: solid 1px #ccd6f6;
border-bottom: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
input:hover {
background: #ccd6f6;
color: #0a192f;
}
textarea {
width: 75%;
height: 110px;
max-height: 110px;
padding: 15px;
background: transparent;
outline: none;
color: #8892b0;
font-family: "Lato", sans-serif;
font-size: 0.875em;
border: solid 1px #ccd6f6;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
textarea:hover {
background: #ccd6f6;
color: #0a192f;
}
#email-submit-button {
width: 75%;
padding: 0;
margin: -5px 0px 0px 0px;
font-family: "Lato", sans-serif;
font-size: 0.875em;
color: #8892b0;
outline: none;
cursor: pointer;
border: solid 1px #ccd6f6;
border-top: none;
}
#email-submit-button:hover {
color: #0a192f;
}
.gap-bottom {
width: 100%;
height: 30vmin;
}
.footer-row-1 {
display: flex;
width: 100%;
justify-content: center;
}
.footer-icon-container {
display: flex;
flex-direction: row;
width: fit-content;
align-items: center;
justify-content: center;
height: fit-content;
position: relative;
}
.footer-row-2 {
display: flex;
width: 100%;
justify-content: center;
}
#footer-github {
color: #8892b0;
margin-bottom: 20px;
font-size: 2.5vmin;
transition: 0.3s ease;
}
#footer-github:hover {
color: #64ffda;
}
#thiscanvas {
width: 100%;
height: 480px;
background: #0a192f;
}
@media screen and (max-width: 576px) {
#side-footer {
display: none !important;
}
#side-footer-2 {
display: none !important;
}
}
@media screen and (min-width: 576px) {
.footer-row-1 {
display: none !important;
}
} | 0.533641 | 0.088269 |
* {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
body {
margin: 0;
padding: 0;
background: #FFFFFF;
font-family: Helvetica, Sans-Serif;
}
.page {
width: 100%;
margin: auto;
}
.header {
position: fixed;
top: 0px;
height: 80px;
width: 100%;
margin: auto;
padding: 29px;
background: #4DC6D6;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 0;
color: #FFFFFF;
z-index: 10;
}
.navigation {
width: 100%;
margin: 8px 0px;
background: #4DC6D6;
text-align: left;
}
.navigation li {
display: inline-block;
padding: 16px 16px;
}
.navigation li:hover {
background: gray;
color: white;
cursor: pointer;
}
.activeNav {
background: white;
}
li.activeNav:hover {
background: white;
color: black;
cursor: default;
}
h1 {
font-family: 'Kaushan Script', cursive;
text-align: right;
vertical-align: middle;
font-size: 1.25em;
font-weight: bold;
}
h2 {
text-align: center;
padding: 0 16px 16px;
font-size: 1.2em;
font-family: "Times New Roman", Times, Serif;
font-weight: bold;
}
h3 {
text-align: center;
padding: 0 16px 16px;
font-size: 1.05em;
font-family: "Times New Roman", Times, Serif;
font-weight: bold;
}
.content {
position: relative;
margin-top: 80px;
padding: 29px;
text-align: center;
}
div.info {
margin: 0 auto;
width: 250px;
padding: 16px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
background: #EA3131;
color: white;
}
div:hover {
z-index: 1;
}
.stack {
position: relative;
}
.next {
left: 75px;
bottom: 60px;
z-index: -1;
}
div.item img {
max-width: 64px;
max-height: 64px;
float: left;
border: solid #CFF3FC;
}
form {
margin: 16px;
padding: 16px;
width: 100%;
background: #DDD;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 0;
color: #000;
text-align: center;
}
form div {
display: inline-block;
margin: 2px 0;
padding: 0 16px;
background: rgba(0,0,0,0.1);
border: white solid thin;
}
form div * {
margin: .5em 5px;
max-width: 60px;
}
form h2 {
padding: 0;
}
.hidden {
display: none;
}
#ingredientsCP {
line-height: 0;
}
#ingredientsCP li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
width: 64px;
height: 64px;
line-height: 1;
}
#ingredientsCP img {
width: 64px;
}
.count {
font-size: 1.5em;
position: absolute;
bottom: 6px;
right: 6px;
color: gold;
font-weight: bold;
text-shadow: 2px 2px black;
}
#craft-profit-calc {
position: fixed;
background: white;
border: goldenrod solid medium;
top: 25%;
left: 20%;
width: 60%;
padding: 5px 0;
}
#craft-profit-calc h2 {
line-height: 1em;
} | styles/main.css | * {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
body {
margin: 0;
padding: 0;
background: #FFFFFF;
font-family: Helvetica, Sans-Serif;
}
.page {
width: 100%;
margin: auto;
}
.header {
position: fixed;
top: 0px;
height: 80px;
width: 100%;
margin: auto;
padding: 29px;
background: #4DC6D6;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 0;
color: #FFFFFF;
z-index: 10;
}
.navigation {
width: 100%;
margin: 8px 0px;
background: #4DC6D6;
text-align: left;
}
.navigation li {
display: inline-block;
padding: 16px 16px;
}
.navigation li:hover {
background: gray;
color: white;
cursor: pointer;
}
.activeNav {
background: white;
}
li.activeNav:hover {
background: white;
color: black;
cursor: default;
}
h1 {
font-family: 'Kaushan Script', cursive;
text-align: right;
vertical-align: middle;
font-size: 1.25em;
font-weight: bold;
}
h2 {
text-align: center;
padding: 0 16px 16px;
font-size: 1.2em;
font-family: "Times New Roman", Times, Serif;
font-weight: bold;
}
h3 {
text-align: center;
padding: 0 16px 16px;
font-size: 1.05em;
font-family: "Times New Roman", Times, Serif;
font-weight: bold;
}
.content {
position: relative;
margin-top: 80px;
padding: 29px;
text-align: center;
}
div.info {
margin: 0 auto;
width: 250px;
padding: 16px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
background: #EA3131;
color: white;
}
div:hover {
z-index: 1;
}
.stack {
position: relative;
}
.next {
left: 75px;
bottom: 60px;
z-index: -1;
}
div.item img {
max-width: 64px;
max-height: 64px;
float: left;
border: solid #CFF3FC;
}
form {
margin: 16px;
padding: 16px;
width: 100%;
background: #DDD;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 0;
color: #000;
text-align: center;
}
form div {
display: inline-block;
margin: 2px 0;
padding: 0 16px;
background: rgba(0,0,0,0.1);
border: white solid thin;
}
form div * {
margin: .5em 5px;
max-width: 60px;
}
form h2 {
padding: 0;
}
.hidden {
display: none;
}
#ingredientsCP {
line-height: 0;
}
#ingredientsCP li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
width: 64px;
height: 64px;
line-height: 1;
}
#ingredientsCP img {
width: 64px;
}
.count {
font-size: 1.5em;
position: absolute;
bottom: 6px;
right: 6px;
color: gold;
font-weight: bold;
text-shadow: 2px 2px black;
}
#craft-profit-calc {
position: fixed;
background: white;
border: goldenrod solid medium;
top: 25%;
left: 20%;
width: 60%;
padding: 5px 0;
}
#craft-profit-calc h2 {
line-height: 1em;
} | 0.344885 | 0.091504 |
.force-height {
height: 1500px;
}
header {
text-align: center;
}
#calendar {
width: 100%;
}
#calendar a {
color: #8e352e;
text-decoration: none;
}
#calendar ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
#calendar li {
display: block;
float: left;
width: 14.342%;
padding: 5px;
box-sizing: border-box;
border: 1px solid #ccc;
margin-right: -1px;
margin-bottom: -1px;
}
#calendar ul.weekdays {
height: 40px;
background: rgba(217,131,36,1);
background: rgba(223,137,92,.9);
background: #DF7D60;
background: rgba(217,131,36,0.65);
background: rgba(223,131,101,0.5);
}
#calendar ul.weekdays li {
text-align: center;
text-transform: uppercase;
line-height: 20px;
border: none !important;
padding: 10px 6px;
color: #fff;
font-size: 13px;
}
#calendar .days li {
height: 180px;
background: rgba(255, 255, 255, .9);
}
#calendar .days li:hover {
background: #d3d3d3;
}
#calendar .date {
text-align: center;
margin-bottom: 5px;
padding: 4px;
background: #333;
color: #fff;
width: 20px;
border-radius: 50%;
float: right;
font-size: 12px;
}
#calendar .event {
clear: both;
display: block;
font-size: 13px;
border-radius: 4px;
padding: 5px;
margin-top: 40px;
margin-bottom: 5px;
line-height: 14px;
background: rgba(223,137,92,.2);
background: rgba(217,131,36,0.2);
background: rgba(255,204,0,.3);
background: rgba(174,176,93,0.2);
border: 1px solid black;
color: black;
text-decoration: none;
}
#calendar .event-desc {
font-size: 14px;
font-weight: 800;
color: black;
margin: 3px 0 7px 0;
text-decoration: none;
}
#calendar .other-month {
background: #f5f5f5;
color: #666;
}
/* ============================
Mobile Responsiveness
============================*/
@media (max-width: 768px) {
.force-height {
height: 5000px;
}
#calendar .weekdays, #calendar .other-month {
display: none;
}
#calendar li {
height: auto !important;
border: 1px solid #ededed;
width: 100%;
padding: 10px;
margin-bottom: -1px;
}
#calendar .date {
float: none;
}
} | css/events-style.css | .force-height {
height: 1500px;
}
header {
text-align: center;
}
#calendar {
width: 100%;
}
#calendar a {
color: #8e352e;
text-decoration: none;
}
#calendar ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
#calendar li {
display: block;
float: left;
width: 14.342%;
padding: 5px;
box-sizing: border-box;
border: 1px solid #ccc;
margin-right: -1px;
margin-bottom: -1px;
}
#calendar ul.weekdays {
height: 40px;
background: rgba(217,131,36,1);
background: rgba(223,137,92,.9);
background: #DF7D60;
background: rgba(217,131,36,0.65);
background: rgba(223,131,101,0.5);
}
#calendar ul.weekdays li {
text-align: center;
text-transform: uppercase;
line-height: 20px;
border: none !important;
padding: 10px 6px;
color: #fff;
font-size: 13px;
}
#calendar .days li {
height: 180px;
background: rgba(255, 255, 255, .9);
}
#calendar .days li:hover {
background: #d3d3d3;
}
#calendar .date {
text-align: center;
margin-bottom: 5px;
padding: 4px;
background: #333;
color: #fff;
width: 20px;
border-radius: 50%;
float: right;
font-size: 12px;
}
#calendar .event {
clear: both;
display: block;
font-size: 13px;
border-radius: 4px;
padding: 5px;
margin-top: 40px;
margin-bottom: 5px;
line-height: 14px;
background: rgba(223,137,92,.2);
background: rgba(217,131,36,0.2);
background: rgba(255,204,0,.3);
background: rgba(174,176,93,0.2);
border: 1px solid black;
color: black;
text-decoration: none;
}
#calendar .event-desc {
font-size: 14px;
font-weight: 800;
color: black;
margin: 3px 0 7px 0;
text-decoration: none;
}
#calendar .other-month {
background: #f5f5f5;
color: #666;
}
/* ============================
Mobile Responsiveness
============================*/
@media (max-width: 768px) {
.force-height {
height: 5000px;
}
#calendar .weekdays, #calendar .other-month {
display: none;
}
#calendar li {
height: auto !important;
border: 1px solid #ededed;
width: 100%;
padding: 10px;
margin-bottom: -1px;
}
#calendar .date {
float: none;
}
} | 0.424412 | 0.087019 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.menu-btn {
position: absolute;
z-index: 3;
right: 1rem;
top: 1rem;
cursor: pointer;
}
.icon {
height: 70px;
width: 70px;
position: absolute;
z-index: 3;
left: 1rem;
top: 1rem;
cursor: pointer;
-webkit-transition: -webkit-transform 0.8s ease-in-out;
transition: -webkit-transform 0.8s ease-in-out;
transition: transform 0.8s ease-in-out;
transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.icon:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
@media screen and (max-width: 600px) {
.icon {
height: 30px;
width: 30px;
}
}
.nav {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
opacity: 0.98;
visibility: hidden;
z-index: 2;
}
.nav.open {
visibility: visible;
}
.nav .menu-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
overflow: hidden;
background: #fcfbf0;
list-style: none;
padding-right: 1rem;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.nav .menu-nav.open {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.nav .menu-nav__item.active > a {
color: #0f3057;
}
.nav .menu-nav__link {
text-decoration: none;
display: inline-block;
font-size: 2rem;
text-transform: uppercase;
padding: 2rem 0;
font-weight: 300;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
color: #0f3057;
}
@media screen and (max-width: 600px) {
.nav .menu-nav__link {
font-size: 1.5rem;
font-weight: 400;
}
}
.nav .menu-nav__link:hover {
color: #aa4a30;
}
.container {
height: 90vh;
padding-top: 10vh;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
background-size: cover;
}
.container__project {
overflow: visible;
}
.container__work {
height: 50vh;
}
@media screen and (max-width: 600px) {
.container__work {
height: auto;
}
.container.contact {
overflow: scroll;
}
}
.footer {
bottom: 0;
left: 0;
position: relative;
margin: 20px 0 10px 10px;
}
@media screen and (max-width: 600px) {
.container {
overflow: visible;
}
.about,
.notfound {
height: auto;
}
}
.hero-image {
width: 100%;
vertical-align: middle;
}
.grid-container {
height: 80vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.grid-item.intro {
padding: 20px;
}
.grid-item.image {
width: 100%;
height: auto;
}
h1.cover-heading.greetings {
margin-top: 90px;
top: 0;
left: 0;
font-size: 50px;
text-align: start;
padding-bottom: 10px;
border-bottom: 2px solid #0f3057;
}
.name {
color: #7d7b6e;
border-bottom: solid #0f3057 2px;
}
p.self-description {
margin-top: 10px;
text-align: start;
width: 100%;
font-size: 20px;
color: var(--main-element-color);
font-weight: 500;
}
@media screen and (max-width: 600px) {
p.self-description {
width: 100%;
font-size: 15px;
}
h1.name {
font-size: 35px;
}
h1.cover-heading.greetings {
margin-top: 50px;
font-size: 35px;
}
}
@media screen and (max-width: 600px) {
.grid-container {
height: 80vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.left-wrapper {
text-align: start;
}
.btn {
background-color: #0f3057;
/* Green */
border: none;
color: white;
padding: 15px 32px;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
.btn.learnmore-button {
left: 0;
margin: 20px 20px 20px 0px;
border-radius: 10px;
color: #fcfbf0;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.btn.learnmore-button:hover {
background-color: #aa4a30;
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
.heading {
font-weight: 700;
margin: 0 auto 0 auto;
padding: 25px;
color: #0f3057;
}
.slideshow {
width: 100%;
height: 70vh;
margin: 0 auto 0 auto;
border-radius: 10px;
}
.slideshow__img {
cursor: pointer;
width: 80%;
height: 70vh;
-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(40%, black));
-webkit-mask-image: linear-gradient(to top, transparent 5%, black 40%);
mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(40%, black));
mask-image: linear-gradient(to top, transparent 5%, black 40%);
border-radius: 20px;
}
.projectDetails {
font-weight: 400;
margin-bottom: 10px;
font-size: 1rem;
color: black;
}
.projectTitle {
font-weight: 700;
padding: 10px;
font-size: 1.5rem;
color: black;
}
.section__header {
margin-top: 80px;
}
.project__info {
margin: 20px;
text-align: start;
}
.project__desc {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 1.5em;
line-height: 40px;
color: #6c757d;
}
.__date {
font-size: 1em;
margin-bottom: 10px;
}
.tagslist {
margin: 10px;
}
.tagslist .tags {
background-color: #64b5f6;
border-radius: 5px;
padding: 5px;
font-size: 15px;
color: white;
margin: 10px;
display: inline-block;
}
.__title {
font-size: 3em;
font-weight: 700;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.grid-container__projects {
height: 100vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 10% 90%;
grid-template-columns: 10% 90%;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.grid-item__projects {
height: 90vh;
}
.grid-item__projects .tag__wrapper {
background-color: #0f3057;
border-radius: 10px;
padding: 10px;
margin: 10px;
}
.grid-item__projects .tag__wrapper .tag {
color: white;
font-size: 8em;
width: 1em;
font-size: 40px;
letter-spacing: 40px;
margin: 20px;
font-weight: 700;
}
.viewnext {
margin-top: 10px;
text-align: center;
cursor: pointer;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
.viewnext__img {
width: 50px;
height: 50px;
}
.nobounce {
-webkit-animation: none;
animation: none;
margin-top: 20px;
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
}
.project__piechart {
width: 100px;
height: 100px;
}
.tool_tip {
padding: 10px;
border-radius: 10px;
background-color: #dbe3e5;
}
.grid-container__projectinfo {
height: 80vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 4fr;
grid-template-columns: 1fr 4fr;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.project__image {
width: 200px;
height: 80vh;
}
@media screen and (max-width: 600px) {
.slideshow__img {
height: 50vh;
}
.slideshow {
height: 50vh;
}
.projectDetails {
display: none;
}
.projectTitle {
font-size: 1rem;
}
.section__header {
margin-top: 10px;
padding: 10px;
}
.project__image {
display: none;
}
.grid-container__projectinfo {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
}
.__title {
font-size: 1.5em;
}
.project__desc {
font-size: 1em;
font-weight: 200;
line-height: 25px;
}
.grid-container__projects {
-ms-grid-columns: 100%;
grid-template-columns: 100%;
-ms-grid-rows: 10% 90%;
grid-template-rows: 10% 90%;
overflow: scroll;
}
.project__info {
margin: 30px;
}
.grid-item__projects {
margin: auto;
}
.grid-item__projects .tag__wrapper .tag {
font-size: 2em;
width: 100%;
letter-spacing: 0px;
margin: 0;
padding: 5px;
}
}
.work {
width: 100%;
height: 100%;
margin-top: 50px;
}
@media screen and (max-width: 600px) {
.work {
height: 50%;
}
}
.image__container {
height: 100vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 100%;
grid-template-columns: 100%;
-ms-grid-rows: 60vh 10vh;
grid-template-rows: 60vh 10vh;
}
.work__grid-item1 {
height: 100vh;
}
.work__grid-item2 {
height: 10vh;
}
.button-text {
font-size: 1.5em;
color: #0f3057;
margin-bottom: 5px;
}
.downarrow {
position: absolute;
z-index: 10;
}
.work__grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.item1 {
background-color: #dbe3e5;
border-radius: 10px;
padding: 40px;
margin: 20px;
}
.work_gridItem .workTitle {
font-size: 2em;
font-weight: 700;
margin: 10px;
}
.work_gridItem .workDesc {
display: inline-block;
width: 400px;
font-size: 1em;
text-align: start;
line-height: 25px;
color: #6c757d;
}
.work_gridItem .workDate {
font-size: 1em;
}
.work_gridItem .workOrg {
font-size: 1.5em;
font-style: italic;
font-weight: 500;
margin-top: 10px;
}
@media screen and (max-width: 600px) {
.work__grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.work_gridItem {
margin: 10px;
}
.work_gridItem .workDesc {
width: 100%;
padding: 20px;
}
.work_gridItem .workTitle {
font-size: 1.5em;
}
.work_gridItem .workOrg {
font-size: 1em;
font-weight: 700;
}
.work_gridItem .nobounce {
display: none;
}
}
.image-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[8];
grid-template-columns: repeat(8, 1fr);
-ms-grid-rows: (5vw)[8];
grid-template-rows: repeat(8, 5vw);
margin-top: 10px;
}
.widget-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[6];
grid-template-columns: repeat(6, 1fr);
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
margin-top: 10px;
}
@media screen and (max-width: 600px) {
.widget-grid {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: (1fr)[2];
grid-template-rows: repeat(2, 1fr);
}
}
.widget__title {
text-align: center;
}
.image-item1 {
-ms-grid-column: 1;
grid-column-start: 1;
grid-column-end: 5;
-ms-grid-row: 1;
grid-row-start: 1;
grid-row-end: 5;
}
.image-item2 {
-ms-grid-column: 5;
grid-column-start: 5;
grid-column-end: 9;
-ms-grid-row: 1;
grid-row-start: 1;
grid-row-end: 5;
}
.image-item3 {
-ms-grid-column: 1;
grid-column-start: 1;
grid-column-end: 5;
-ms-grid-row: 5;
grid-row-start: 5;
grid-row-end: 9;
}
.image-item4 {
-ms-grid-column: 5;
grid-column-start: 5;
grid-column-end: 9;
-ms-grid-row: 5;
grid-row-start: 5;
grid-row-end: 9;
}
.image-item5 {
-ms-grid-column: 1;
grid-column-start: 1;
grid-column-end: 9;
-ms-grid-row: 6;
grid-row-start: 6;
grid-row-end: 9;
}
.image-item6 {
-ms-grid-column: 4;
grid-column-start: 4;
grid-column-end: 6;
-ms-grid-row: 4;
grid-row-start: 4;
grid-row-end: 6;
font-size: 2em;
color: #6c757d;
font-weight: 600;
}
.about-image {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
display: block;
padding: 10px;
}
.aboutme__desc {
width: 100%;
font-size: 1em;
font-weight: 300;
text-align: justify;
background-color: #dbe3e5;
color: #6c757d;
padding: 20px;
line-height: 25px;
}
.inline-display {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 600px) {
.about-image {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 30%;
object-position: 50% 30%;
padding: 0px;
}
.viewnext__img {
width: 30px;
height: 30px;
}
.button-text {
font-size: 1em;
}
.hidden {
display: none;
}
.image-item6 {
display: none;
}
.aboutme__desc {
width: 100%;
font-size: 0.8em;
font-weight: 300;
text-align: start;
background-color: #dbe3e5;
padding: 10px;
text-align: justify;
}
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
position: absolute;
border: 0.08em solid #307bbb;
width: 0.84em;
height: 0.84em;
clip: rect(0em, 0.5em, 1em, 0em);
border-radius: 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.c100 {
position: relative;
font-size: 90px;
width: 1em;
height: 1em;
border-radius: 50%;
float: left;
margin: 0 0.1em 0.1em 0;
background-color: #cccccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.c100.center {
float: none;
margin: 0 auto;
}
.c100.big {
font-size: 240px;
}
.c100.small {
font-size: 80px;
}
.c100 > span {
position: absolute;
width: 100%;
z-index: 1;
left: 0;
top: 0;
width: 5em;
line-height: 5em;
font-size: 0.2em;
color: #cccccc;
display: block;
text-align: center;
white-space: nowrap;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.c100:after {
position: absolute;
top: 0.08em;
left: 0.08em;
display: block;
content: " ";
border-radius: 50%;
background-color: whitesmoke;
width: 0.84em;
height: 0.84em;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
.c100 .slice {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
-webkit-transform: rotate(3.6deg);
transform: rotate(3.6deg);
}
.c100.p2 .bar {
-webkit-transform: rotate(7.2deg);
transform: rotate(7.2deg);
}
.c100.p3 .bar {
-webkit-transform: rotate(10.8deg);
transform: rotate(10.8deg);
}
.c100.p4 .bar {
-webkit-transform: rotate(14.4deg);
transform: rotate(14.4deg);
}
.c100.p5 .bar {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
.c100.p6 .bar {
-webkit-transform: rotate(21.6deg);
transform: rotate(21.6deg);
}
.c100.p7 .bar {
-webkit-transform: rotate(25.2deg);
transform: rotate(25.2deg);
}
.c100.p8 .bar {
-webkit-transform: rotate(28.8deg);
transform: rotate(28.8deg);
}
.c100.p9 .bar {
-webkit-transform: rotate(32.4deg);
transform: rotate(32.4deg);
}
.c100.p10 .bar {
-webkit-transform: rotate(36deg);
transform: rotate(36deg);
}
.c100.p11 .bar {
-webkit-transform: rotate(39.6deg);
transform: rotate(39.6deg);
}
.c100.p12 .bar {
-webkit-transform: rotate(43.2deg);
transform: rotate(43.2deg);
}
.c100.p13 .bar {
-webkit-transform: rotate(46.8deg);
transform: rotate(46.8deg);
}
.c100.p14 .bar {
-webkit-transform: rotate(50.4deg);
transform: rotate(50.4deg);
}
.c100.p15 .bar {
-webkit-transform: rotate(54deg);
transform: rotate(54deg);
}
.c100.p16 .bar {
-webkit-transform: rotate(57.6deg);
transform: rotate(57.6deg);
}
.c100.p17 .bar {
-webkit-transform: rotate(61.2deg);
transform: rotate(61.2deg);
}
.c100.p18 .bar {
-webkit-transform: rotate(64.8deg);
transform: rotate(64.8deg);
}
.c100.p19 .bar {
-webkit-transform: rotate(68.4deg);
transform: rotate(68.4deg);
}
.c100.p20 .bar {
-webkit-transform: rotate(72deg);
transform: rotate(72deg);
}
.c100.p21 .bar {
-webkit-transform: rotate(75.6deg);
transform: rotate(75.6deg);
}
.c100.p22 .bar {
-webkit-transform: rotate(79.2deg);
transform: rotate(79.2deg);
}
.c100.p23 .bar {
-webkit-transform: rotate(82.8deg);
transform: rotate(82.8deg);
}
.c100.p24 .bar {
-webkit-transform: rotate(86.4deg);
transform: rotate(86.4deg);
}
.c100.p25 .bar {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.c100.p26 .bar {
-webkit-transform: rotate(93.6deg);
transform: rotate(93.6deg);
}
.c100.p27 .bar {
-webkit-transform: rotate(97.2deg);
transform: rotate(97.2deg);
}
.c100.p28 .bar {
-webkit-transform: rotate(100.8deg);
transform: rotate(100.8deg);
}
.c100.p29 .bar {
-webkit-transform: rotate(104.4deg);
transform: rotate(104.4deg);
}
.c100.p30 .bar {
-webkit-transform: rotate(108deg);
transform: rotate(108deg);
}
.c100.p31 .bar {
-webkit-transform: rotate(111.6deg);
transform: rotate(111.6deg);
}
.c100.p32 .bar {
-webkit-transform: rotate(115.2deg);
transform: rotate(115.2deg);
}
.c100.p33 .bar {
-webkit-transform: rotate(118.8deg);
transform: rotate(118.8deg);
}
.c100.p34 .bar {
-webkit-transform: rotate(122.4deg);
transform: rotate(122.4deg);
}
.c100.p35 .bar {
-webkit-transform: rotate(126deg);
transform: rotate(126deg);
}
.c100.p36 .bar {
-webkit-transform: rotate(129.6deg);
transform: rotate(129.6deg);
}
.c100.p37 .bar {
-webkit-transform: rotate(133.2deg);
transform: rotate(133.2deg);
}
.c100.p38 .bar {
-webkit-transform: rotate(136.8deg);
transform: rotate(136.8deg);
}
.c100.p39 .bar {
-webkit-transform: rotate(140.4deg);
transform: rotate(140.4deg);
}
.c100.p40 .bar {
-webkit-transform: rotate(144deg);
transform: rotate(144deg);
}
.c100.p41 .bar {
-webkit-transform: rotate(147.6deg);
transform: rotate(147.6deg);
}
.c100.p42 .bar {
-webkit-transform: rotate(151.2deg);
transform: rotate(151.2deg);
}
.c100.p43 .bar {
-webkit-transform: rotate(154.8deg);
transform: rotate(154.8deg);
}
.c100.p44 .bar {
-webkit-transform: rotate(158.4deg);
transform: rotate(158.4deg);
}
.c100.p45 .bar {
-webkit-transform: rotate(162deg);
transform: rotate(162deg);
}
.c100.p46 .bar {
-webkit-transform: rotate(165.6deg);
transform: rotate(165.6deg);
}
.c100.p47 .bar {
-webkit-transform: rotate(169.2deg);
transform: rotate(169.2deg);
}
.c100.p48 .bar {
-webkit-transform: rotate(172.8deg);
transform: rotate(172.8deg);
}
.c100.p49 .bar {
-webkit-transform: rotate(176.4deg);
transform: rotate(176.4deg);
}
.c100.p50 .bar {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.c100.p51 .bar {
-webkit-transform: rotate(183.6deg);
transform: rotate(183.6deg);
}
.c100.p52 .bar {
-webkit-transform: rotate(187.2deg);
transform: rotate(187.2deg);
}
.c100.p53 .bar {
-webkit-transform: rotate(190.8deg);
transform: rotate(190.8deg);
}
.c100.p54 .bar {
-webkit-transform: rotate(194.4deg);
transform: rotate(194.4deg);
}
.c100.p55 .bar {
-webkit-transform: rotate(198deg);
transform: rotate(198deg);
}
.c100.p56 .bar {
-webkit-transform: rotate(201.6deg);
transform: rotate(201.6deg);
}
.c100.p57 .bar {
-webkit-transform: rotate(205.2deg);
transform: rotate(205.2deg);
}
.c100.p58 .bar {
-webkit-transform: rotate(208.8deg);
transform: rotate(208.8deg);
}
.c100.p59 .bar {
-webkit-transform: rotate(212.4deg);
transform: rotate(212.4deg);
}
.c100.p60 .bar {
-webkit-transform: rotate(216deg);
transform: rotate(216deg);
}
.c100.p61 .bar {
-webkit-transform: rotate(219.6deg);
transform: rotate(219.6deg);
}
.c100.p62 .bar {
-webkit-transform: rotate(223.2deg);
transform: rotate(223.2deg);
}
.c100.p63 .bar {
-webkit-transform: rotate(226.8deg);
transform: rotate(226.8deg);
}
.c100.p64 .bar {
-webkit-transform: rotate(230.4deg);
transform: rotate(230.4deg);
}
.c100.p65 .bar {
-webkit-transform: rotate(234deg);
transform: rotate(234deg);
}
.c100.p66 .bar {
-webkit-transform: rotate(237.6deg);
transform: rotate(237.6deg);
}
.c100.p67 .bar {
-webkit-transform: rotate(241.2deg);
transform: rotate(241.2deg);
}
.c100.p68 .bar {
-webkit-transform: rotate(244.8deg);
transform: rotate(244.8deg);
}
.c100.p69 .bar {
-webkit-transform: rotate(248.4deg);
transform: rotate(248.4deg);
}
.c100.p70 .bar {
-webkit-transform: rotate(252deg);
transform: rotate(252deg);
}
.c100.p71 .bar {
-webkit-transform: rotate(255.6deg);
transform: rotate(255.6deg);
}
.c100.p72 .bar {
-webkit-transform: rotate(259.2deg);
transform: rotate(259.2deg);
}
.c100.p73 .bar {
-webkit-transform: rotate(262.8deg);
transform: rotate(262.8deg);
}
.c100.p74 .bar {
-webkit-transform: rotate(266.4deg);
transform: rotate(266.4deg);
}
.c100.p75 .bar {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.c100.p76 .bar {
-webkit-transform: rotate(273.6deg);
transform: rotate(273.6deg);
}
.c100.p77 .bar {
-webkit-transform: rotate(277.2deg);
transform: rotate(277.2deg);
}
.c100.p78 .bar {
-webkit-transform: rotate(280.8deg);
transform: rotate(280.8deg);
}
.c100.p79 .bar {
-webkit-transform: rotate(284.4deg);
transform: rotate(284.4deg);
}
.c100.p80 .bar {
-webkit-transform: rotate(288deg);
transform: rotate(288deg);
}
.c100.p81 .bar {
-webkit-transform: rotate(291.6deg);
transform: rotate(291.6deg);
}
.c100.p82 .bar {
-webkit-transform: rotate(295.2deg);
transform: rotate(295.2deg);
}
.c100.p83 .bar {
-webkit-transform: rotate(298.8deg);
transform: rotate(298.8deg);
}
.c100.p84 .bar {
-webkit-transform: rotate(302.4deg);
transform: rotate(302.4deg);
}
.c100.p85 .bar {
-webkit-transform: rotate(306deg);
transform: rotate(306deg);
}
.c100.p86 .bar {
-webkit-transform: rotate(309.6deg);
transform: rotate(309.6deg);
}
.c100.p87 .bar {
-webkit-transform: rotate(313.2deg);
transform: rotate(313.2deg);
}
.c100.p88 .bar {
-webkit-transform: rotate(316.8deg);
transform: rotate(316.8deg);
}
.c100.p89 .bar {
-webkit-transform: rotate(320.4deg);
transform: rotate(320.4deg);
}
.c100.p90 .bar {
-webkit-transform: rotate(324deg);
transform: rotate(324deg);
}
.c100.p91 .bar {
-webkit-transform: rotate(327.6deg);
transform: rotate(327.6deg);
}
.c100.p92 .bar {
-webkit-transform: rotate(331.2deg);
transform: rotate(331.2deg);
}
.c100.p93 .bar {
-webkit-transform: rotate(334.8deg);
transform: rotate(334.8deg);
}
.c100.p94 .bar {
-webkit-transform: rotate(338.4deg);
transform: rotate(338.4deg);
}
.c100.p95 .bar {
-webkit-transform: rotate(342deg);
transform: rotate(342deg);
}
.c100.p96 .bar {
-webkit-transform: rotate(345.6deg);
transform: rotate(345.6deg);
}
.c100.p97 .bar {
-webkit-transform: rotate(349.2deg);
transform: rotate(349.2deg);
}
.c100.p98 .bar {
-webkit-transform: rotate(352.8deg);
transform: rotate(352.8deg);
}
.c100.p99 .bar {
-webkit-transform: rotate(356.4deg);
transform: rotate(356.4deg);
}
.c100.p100 .bar {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.c100:hover {
cursor: default;
}
.c100:hover > span {
width: 3.33em;
line-height: 3.33em;
font-size: 0.3em;
color: #307bbb;
}
.c100:hover:after {
top: 0.04em;
left: 0.04em;
width: 0.92em;
height: 0.92em;
}
.c100.dark {
background-color: #777777;
}
.c100.dark .bar,
.c100.dark .fill {
border-color: #c6ff00 !important;
}
.c100.dark > span {
color: #777777;
}
.c100.dark:after {
background-color: #666666;
}
.c100.dark:hover > span {
color: #c6ff00;
}
.c100.green .bar,
.c100.green .fill {
border-color: #4db53c !important;
}
.c100.green:hover > span {
color: #4db53c;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
color: #5fd400;
}
.c100.orange .bar,
.c100.orange .fill {
border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
color: #e08833;
}
.contactGrid {
height: 100vh;
margin-top: 20px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.contact-heading {
font-size: 1.5em;
font-weight: 600;
text-align: start;
padding: 10px;
}
@media screen and (max-width: 600px) {
.contactGrid {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
}
.inputBox__label {
font-size: 0.8em;
text-align: start;
margin: 5px 5px 5px 10px;
}
.inputBox__text {
border-radius: 5px;
padding: 10px;
margin: 10px;
display: block;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
border: #0f3057 solid 1px;
}
.inputBox .error {
border: #b71c1c solid 1px !important;
}
.inputBox .errorText {
visibility: hidden;
font-size: 0.7em;
color: #b71c1c;
}
.inputBox .errorText.show {
visibility: visible;
}
.contact_gridItem.form {
background-color: #dbe3e5;
border-radius: 10px;
margin: 10px;
padding: 10px;
}
.notfound__img {
width: 400px;
height: 400px;
padding: 10px;
max-height: 100%;
}
.notfound__message {
font-size: 2em;
padding: 10px;
margin: 10px;
font-weight: 600;
}
.notfound-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
margin: 20px;
height: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 600px) {
.notfound__img {
width: 200px;
height: 200px;
}
.notfound-grid {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 20% 80%;
grid-template-rows: 20% 80%;
}
.notfound__message {
font-size: 1.5em;
}
}
.toastContainer {
top: 10%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
position: fixed;
width: auto;
height: auto;
color: white;
padding: 10px;
border-radius: 5px;
visibility: hidden;
}
.toastContainer.show {
-webkit-animation: FadeAnimation 2s ease-in .2s forwards;
animation: FadeAnimation 2s ease-in .2s forwards;
}
.toastContainer.success {
background-color: #689f38;
}
.toastContainer.warning {
background-color: #f57c00;
}
.toastContainer.error {
background-color: #d32f2f;
}
@-webkit-keyframes FadeAnimation {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes FadeAnimation {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
html {
scroll-behavior: smooth;
}
body {
background-color: white;
color: #0f3057;
height: 100vh;
font-family: "Roboto", sans-serif;
line-height: 1;
}
header {
position: fixed;
z-index: 3;
width: 100%;
padding: 1rem;
}
.footerIcons {
color: #0f3057;
padding-left: 10px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.footerIcons:hover {
color: #aa4a30;
}
.column {
float: left;
width: 45%;
padding: 5px;
}
.row::after {
content: "";
clear: both;
display: table;
}
.copyrights {
right: 0;
bottom: 0;
}
.centered {
text-align: center;
}
.sub-heading {
font-size: 2em;
text-align: center;
background-color: #dbe3e5;
padding: 15px;
margin-bottom: 20px;
}
.sub-heading.aboutheading {
margin-top: 20px;
}
.short_heading {
font-size: 1.5em;
color: #7d7b6e;
font-weight: 600;
}
.bold {
font-weight: 600;
font-size: 2em;
}
.section_header {
margin: 10px;
color: #7d7b6e;
}
.textdesc {
text-align: left;
}
.highlight {
color: #7d7b6e;
}
.big {
font-size: 2em;
}
.icon_img {
width: 50px;
height: 50px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.icon_img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.boring-text {
color: #6c757d;
}
@media screen and (max-width: 600px) {
.sub-heading {
font-size: 1.5em;
}
.big {
font-size: 1.5em;
}
.icon_img {
width: 30px;
height: 30px;
}
}
/*# sourceMappingURL=main.css.map */ | src/css/main.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.menu-btn {
position: absolute;
z-index: 3;
right: 1rem;
top: 1rem;
cursor: pointer;
}
.icon {
height: 70px;
width: 70px;
position: absolute;
z-index: 3;
left: 1rem;
top: 1rem;
cursor: pointer;
-webkit-transition: -webkit-transform 0.8s ease-in-out;
transition: -webkit-transform 0.8s ease-in-out;
transition: transform 0.8s ease-in-out;
transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.icon:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
@media screen and (max-width: 600px) {
.icon {
height: 30px;
width: 30px;
}
}
.nav {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
opacity: 0.98;
visibility: hidden;
z-index: 2;
}
.nav.open {
visibility: visible;
}
.nav .menu-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
overflow: hidden;
background: #fcfbf0;
list-style: none;
padding-right: 1rem;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.nav .menu-nav.open {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.nav .menu-nav__item.active > a {
color: #0f3057;
}
.nav .menu-nav__link {
text-decoration: none;
display: inline-block;
font-size: 2rem;
text-transform: uppercase;
padding: 2rem 0;
font-weight: 300;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
color: #0f3057;
}
@media screen and (max-width: 600px) {
.nav .menu-nav__link {
font-size: 1.5rem;
font-weight: 400;
}
}
.nav .menu-nav__link:hover {
color: #aa4a30;
}
.container {
height: 90vh;
padding-top: 10vh;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
background-size: cover;
}
.container__project {
overflow: visible;
}
.container__work {
height: 50vh;
}
@media screen and (max-width: 600px) {
.container__work {
height: auto;
}
.container.contact {
overflow: scroll;
}
}
.footer {
bottom: 0;
left: 0;
position: relative;
margin: 20px 0 10px 10px;
}
@media screen and (max-width: 600px) {
.container {
overflow: visible;
}
.about,
.notfound {
height: auto;
}
}
.hero-image {
width: 100%;
vertical-align: middle;
}
.grid-container {
height: 80vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.grid-item.intro {
padding: 20px;
}
.grid-item.image {
width: 100%;
height: auto;
}
h1.cover-heading.greetings {
margin-top: 90px;
top: 0;
left: 0;
font-size: 50px;
text-align: start;
padding-bottom: 10px;
border-bottom: 2px solid #0f3057;
}
.name {
color: #7d7b6e;
border-bottom: solid #0f3057 2px;
}
p.self-description {
margin-top: 10px;
text-align: start;
width: 100%;
font-size: 20px;
color: var(--main-element-color);
font-weight: 500;
}
@media screen and (max-width: 600px) {
p.self-description {
width: 100%;
font-size: 15px;
}
h1.name {
font-size: 35px;
}
h1.cover-heading.greetings {
margin-top: 50px;
font-size: 35px;
}
}
@media screen and (max-width: 600px) {
.grid-container {
height: 80vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.left-wrapper {
text-align: start;
}
.btn {
background-color: #0f3057;
/* Green */
border: none;
color: white;
padding: 15px 32px;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
.btn.learnmore-button {
left: 0;
margin: 20px 20px 20px 0px;
border-radius: 10px;
color: #fcfbf0;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.btn.learnmore-button:hover {
background-color: #aa4a30;
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
.heading {
font-weight: 700;
margin: 0 auto 0 auto;
padding: 25px;
color: #0f3057;
}
.slideshow {
width: 100%;
height: 70vh;
margin: 0 auto 0 auto;
border-radius: 10px;
}
.slideshow__img {
cursor: pointer;
width: 80%;
height: 70vh;
-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(40%, black));
-webkit-mask-image: linear-gradient(to top, transparent 5%, black 40%);
mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(40%, black));
mask-image: linear-gradient(to top, transparent 5%, black 40%);
border-radius: 20px;
}
.projectDetails {
font-weight: 400;
margin-bottom: 10px;
font-size: 1rem;
color: black;
}
.projectTitle {
font-weight: 700;
padding: 10px;
font-size: 1.5rem;
color: black;
}
.section__header {
margin-top: 80px;
}
.project__info {
margin: 20px;
text-align: start;
}
.project__desc {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 1.5em;
line-height: 40px;
color: #6c757d;
}
.__date {
font-size: 1em;
margin-bottom: 10px;
}
.tagslist {
margin: 10px;
}
.tagslist .tags {
background-color: #64b5f6;
border-radius: 5px;
padding: 5px;
font-size: 15px;
color: white;
margin: 10px;
display: inline-block;
}
.__title {
font-size: 3em;
font-weight: 700;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.grid-container__projects {
height: 100vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 10% 90%;
grid-template-columns: 10% 90%;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.grid-item__projects {
height: 90vh;
}
.grid-item__projects .tag__wrapper {
background-color: #0f3057;
border-radius: 10px;
padding: 10px;
margin: 10px;
}
.grid-item__projects .tag__wrapper .tag {
color: white;
font-size: 8em;
width: 1em;
font-size: 40px;
letter-spacing: 40px;
margin: 20px;
font-weight: 700;
}
.viewnext {
margin-top: 10px;
text-align: center;
cursor: pointer;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
.viewnext__img {
width: 50px;
height: 50px;
}
.nobounce {
-webkit-animation: none;
animation: none;
margin-top: 20px;
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
}
.project__piechart {
width: 100px;
height: 100px;
}
.tool_tip {
padding: 10px;
border-radius: 10px;
background-color: #dbe3e5;
}
.grid-container__projectinfo {
height: 80vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 4fr;
grid-template-columns: 1fr 4fr;
-ms-grid-rows: (1fr)[1];
grid-template-rows: repeat(1, 1fr);
justify-items: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.project__image {
width: 200px;
height: 80vh;
}
@media screen and (max-width: 600px) {
.slideshow__img {
height: 50vh;
}
.slideshow {
height: 50vh;
}
.projectDetails {
display: none;
}
.projectTitle {
font-size: 1rem;
}
.section__header {
margin-top: 10px;
padding: 10px;
}
.project__image {
display: none;
}
.grid-container__projectinfo {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
}
.__title {
font-size: 1.5em;
}
.project__desc {
font-size: 1em;
font-weight: 200;
line-height: 25px;
}
.grid-container__projects {
-ms-grid-columns: 100%;
grid-template-columns: 100%;
-ms-grid-rows: 10% 90%;
grid-template-rows: 10% 90%;
overflow: scroll;
}
.project__info {
margin: 30px;
}
.grid-item__projects {
margin: auto;
}
.grid-item__projects .tag__wrapper .tag {
font-size: 2em;
width: 100%;
letter-spacing: 0px;
margin: 0;
padding: 5px;
}
}
.work {
width: 100%;
height: 100%;
margin-top: 50px;
}
@media screen and (max-width: 600px) {
.work {
height: 50%;
}
}
.image__container {
height: 100vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: 100%;
grid-template-columns: 100%;
-ms-grid-rows: 60vh 10vh;
grid-template-rows: 60vh 10vh;
}
.work__grid-item1 {
height: 100vh;
}
.work__grid-item2 {
height: 10vh;
}
.button-text {
font-size: 1.5em;
color: #0f3057;
margin-bottom: 5px;
}
.downarrow {
position: absolute;
z-index: 10;
}
.work__grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.item1 {
background-color: #dbe3e5;
border-radius: 10px;
padding: 40px;
margin: 20px;
}
.work_gridItem .workTitle {
font-size: 2em;
font-weight: 700;
margin: 10px;
}
.work_gridItem .workDesc {
display: inline-block;
width: 400px;
font-size: 1em;
text-align: start;
line-height: 25px;
color: #6c757d;
}
.work_gridItem .workDate {
font-size: 1em;
}
.work_gridItem .workOrg {
font-size: 1.5em;
font-style: italic;
font-weight: 500;
margin-top: 10px;
}
@media screen and (max-width: 600px) {
.work__grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.work_gridItem {
margin: 10px;
}
.work_gridItem .workDesc {
width: 100%;
padding: 20px;
}
.work_gridItem .workTitle {
font-size: 1.5em;
}
.work_gridItem .workOrg {
font-size: 1em;
font-weight: 700;
}
.work_gridItem .nobounce {
display: none;
}
}
.image-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[8];
grid-template-columns: repeat(8, 1fr);
-ms-grid-rows: (5vw)[8];
grid-template-rows: repeat(8, 5vw);
margin-top: 10px;
}
.widget-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[6];
grid-template-columns: repeat(6, 1fr);
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
margin-top: 10px;
}
@media screen and (max-width: 600px) {
.widget-grid {
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: (1fr)[2];
grid-template-rows: repeat(2, 1fr);
}
}
.widget__title {
text-align: center;
}
.image-item1 {
-ms-grid-column: 1;
grid-column-start: 1;
grid-column-end: 5;
-ms-grid-row: 1;
grid-row-start: 1;
grid-row-end: 5;
}
.image-item2 {
-ms-grid-column: 5;
grid-column-start: 5;
grid-column-end: 9;
-ms-grid-row: 1;
grid-row-start: 1;
grid-row-end: 5;
}
.image-item3 {
-ms-grid-column: 1;
grid-column-start: 1;
grid-column-end: 5;
-ms-grid-row: 5;
grid-row-start: 5;
grid-row-end: 9;
}
.image-item4 {
-ms-grid-column: 5;
grid-column-start: 5;
grid-column-end: 9;
-ms-grid-row: 5;
grid-row-start: 5;
grid-row-end: 9;
}
.image-item5 {
-ms-grid-column: 1;
grid-column-start: 1;
grid-column-end: 9;
-ms-grid-row: 6;
grid-row-start: 6;
grid-row-end: 9;
}
.image-item6 {
-ms-grid-column: 4;
grid-column-start: 4;
grid-column-end: 6;
-ms-grid-row: 4;
grid-row-start: 4;
grid-row-end: 6;
font-size: 2em;
color: #6c757d;
font-weight: 600;
}
.about-image {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
display: block;
padding: 10px;
}
.aboutme__desc {
width: 100%;
font-size: 1em;
font-weight: 300;
text-align: justify;
background-color: #dbe3e5;
color: #6c757d;
padding: 20px;
line-height: 25px;
}
.inline-display {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 600px) {
.about-image {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 30%;
object-position: 50% 30%;
padding: 0px;
}
.viewnext__img {
width: 30px;
height: 30px;
}
.button-text {
font-size: 1em;
}
.hidden {
display: none;
}
.image-item6 {
display: none;
}
.aboutme__desc {
width: 100%;
font-size: 0.8em;
font-weight: 300;
text-align: start;
background-color: #dbe3e5;
padding: 10px;
text-align: justify;
}
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
position: absolute;
border: 0.08em solid #307bbb;
width: 0.84em;
height: 0.84em;
clip: rect(0em, 0.5em, 1em, 0em);
border-radius: 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.c100 {
position: relative;
font-size: 90px;
width: 1em;
height: 1em;
border-radius: 50%;
float: left;
margin: 0 0.1em 0.1em 0;
background-color: #cccccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.c100.center {
float: none;
margin: 0 auto;
}
.c100.big {
font-size: 240px;
}
.c100.small {
font-size: 80px;
}
.c100 > span {
position: absolute;
width: 100%;
z-index: 1;
left: 0;
top: 0;
width: 5em;
line-height: 5em;
font-size: 0.2em;
color: #cccccc;
display: block;
text-align: center;
white-space: nowrap;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.c100:after {
position: absolute;
top: 0.08em;
left: 0.08em;
display: block;
content: " ";
border-radius: 50%;
background-color: whitesmoke;
width: 0.84em;
height: 0.84em;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
.c100 .slice {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
-webkit-transform: rotate(3.6deg);
transform: rotate(3.6deg);
}
.c100.p2 .bar {
-webkit-transform: rotate(7.2deg);
transform: rotate(7.2deg);
}
.c100.p3 .bar {
-webkit-transform: rotate(10.8deg);
transform: rotate(10.8deg);
}
.c100.p4 .bar {
-webkit-transform: rotate(14.4deg);
transform: rotate(14.4deg);
}
.c100.p5 .bar {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
.c100.p6 .bar {
-webkit-transform: rotate(21.6deg);
transform: rotate(21.6deg);
}
.c100.p7 .bar {
-webkit-transform: rotate(25.2deg);
transform: rotate(25.2deg);
}
.c100.p8 .bar {
-webkit-transform: rotate(28.8deg);
transform: rotate(28.8deg);
}
.c100.p9 .bar {
-webkit-transform: rotate(32.4deg);
transform: rotate(32.4deg);
}
.c100.p10 .bar {
-webkit-transform: rotate(36deg);
transform: rotate(36deg);
}
.c100.p11 .bar {
-webkit-transform: rotate(39.6deg);
transform: rotate(39.6deg);
}
.c100.p12 .bar {
-webkit-transform: rotate(43.2deg);
transform: rotate(43.2deg);
}
.c100.p13 .bar {
-webkit-transform: rotate(46.8deg);
transform: rotate(46.8deg);
}
.c100.p14 .bar {
-webkit-transform: rotate(50.4deg);
transform: rotate(50.4deg);
}
.c100.p15 .bar {
-webkit-transform: rotate(54deg);
transform: rotate(54deg);
}
.c100.p16 .bar {
-webkit-transform: rotate(57.6deg);
transform: rotate(57.6deg);
}
.c100.p17 .bar {
-webkit-transform: rotate(61.2deg);
transform: rotate(61.2deg);
}
.c100.p18 .bar {
-webkit-transform: rotate(64.8deg);
transform: rotate(64.8deg);
}
.c100.p19 .bar {
-webkit-transform: rotate(68.4deg);
transform: rotate(68.4deg);
}
.c100.p20 .bar {
-webkit-transform: rotate(72deg);
transform: rotate(72deg);
}
.c100.p21 .bar {
-webkit-transform: rotate(75.6deg);
transform: rotate(75.6deg);
}
.c100.p22 .bar {
-webkit-transform: rotate(79.2deg);
transform: rotate(79.2deg);
}
.c100.p23 .bar {
-webkit-transform: rotate(82.8deg);
transform: rotate(82.8deg);
}
.c100.p24 .bar {
-webkit-transform: rotate(86.4deg);
transform: rotate(86.4deg);
}
.c100.p25 .bar {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.c100.p26 .bar {
-webkit-transform: rotate(93.6deg);
transform: rotate(93.6deg);
}
.c100.p27 .bar {
-webkit-transform: rotate(97.2deg);
transform: rotate(97.2deg);
}
.c100.p28 .bar {
-webkit-transform: rotate(100.8deg);
transform: rotate(100.8deg);
}
.c100.p29 .bar {
-webkit-transform: rotate(104.4deg);
transform: rotate(104.4deg);
}
.c100.p30 .bar {
-webkit-transform: rotate(108deg);
transform: rotate(108deg);
}
.c100.p31 .bar {
-webkit-transform: rotate(111.6deg);
transform: rotate(111.6deg);
}
.c100.p32 .bar {
-webkit-transform: rotate(115.2deg);
transform: rotate(115.2deg);
}
.c100.p33 .bar {
-webkit-transform: rotate(118.8deg);
transform: rotate(118.8deg);
}
.c100.p34 .bar {
-webkit-transform: rotate(122.4deg);
transform: rotate(122.4deg);
}
.c100.p35 .bar {
-webkit-transform: rotate(126deg);
transform: rotate(126deg);
}
.c100.p36 .bar {
-webkit-transform: rotate(129.6deg);
transform: rotate(129.6deg);
}
.c100.p37 .bar {
-webkit-transform: rotate(133.2deg);
transform: rotate(133.2deg);
}
.c100.p38 .bar {
-webkit-transform: rotate(136.8deg);
transform: rotate(136.8deg);
}
.c100.p39 .bar {
-webkit-transform: rotate(140.4deg);
transform: rotate(140.4deg);
}
.c100.p40 .bar {
-webkit-transform: rotate(144deg);
transform: rotate(144deg);
}
.c100.p41 .bar {
-webkit-transform: rotate(147.6deg);
transform: rotate(147.6deg);
}
.c100.p42 .bar {
-webkit-transform: rotate(151.2deg);
transform: rotate(151.2deg);
}
.c100.p43 .bar {
-webkit-transform: rotate(154.8deg);
transform: rotate(154.8deg);
}
.c100.p44 .bar {
-webkit-transform: rotate(158.4deg);
transform: rotate(158.4deg);
}
.c100.p45 .bar {
-webkit-transform: rotate(162deg);
transform: rotate(162deg);
}
.c100.p46 .bar {
-webkit-transform: rotate(165.6deg);
transform: rotate(165.6deg);
}
.c100.p47 .bar {
-webkit-transform: rotate(169.2deg);
transform: rotate(169.2deg);
}
.c100.p48 .bar {
-webkit-transform: rotate(172.8deg);
transform: rotate(172.8deg);
}
.c100.p49 .bar {
-webkit-transform: rotate(176.4deg);
transform: rotate(176.4deg);
}
.c100.p50 .bar {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.c100.p51 .bar {
-webkit-transform: rotate(183.6deg);
transform: rotate(183.6deg);
}
.c100.p52 .bar {
-webkit-transform: rotate(187.2deg);
transform: rotate(187.2deg);
}
.c100.p53 .bar {
-webkit-transform: rotate(190.8deg);
transform: rotate(190.8deg);
}
.c100.p54 .bar {
-webkit-transform: rotate(194.4deg);
transform: rotate(194.4deg);
}
.c100.p55 .bar {
-webkit-transform: rotate(198deg);
transform: rotate(198deg);
}
.c100.p56 .bar {
-webkit-transform: rotate(201.6deg);
transform: rotate(201.6deg);
}
.c100.p57 .bar {
-webkit-transform: rotate(205.2deg);
transform: rotate(205.2deg);
}
.c100.p58 .bar {
-webkit-transform: rotate(208.8deg);
transform: rotate(208.8deg);
}
.c100.p59 .bar {
-webkit-transform: rotate(212.4deg);
transform: rotate(212.4deg);
}
.c100.p60 .bar {
-webkit-transform: rotate(216deg);
transform: rotate(216deg);
}
.c100.p61 .bar {
-webkit-transform: rotate(219.6deg);
transform: rotate(219.6deg);
}
.c100.p62 .bar {
-webkit-transform: rotate(223.2deg);
transform: rotate(223.2deg);
}
.c100.p63 .bar {
-webkit-transform: rotate(226.8deg);
transform: rotate(226.8deg);
}
.c100.p64 .bar {
-webkit-transform: rotate(230.4deg);
transform: rotate(230.4deg);
}
.c100.p65 .bar {
-webkit-transform: rotate(234deg);
transform: rotate(234deg);
}
.c100.p66 .bar {
-webkit-transform: rotate(237.6deg);
transform: rotate(237.6deg);
}
.c100.p67 .bar {
-webkit-transform: rotate(241.2deg);
transform: rotate(241.2deg);
}
.c100.p68 .bar {
-webkit-transform: rotate(244.8deg);
transform: rotate(244.8deg);
}
.c100.p69 .bar {
-webkit-transform: rotate(248.4deg);
transform: rotate(248.4deg);
}
.c100.p70 .bar {
-webkit-transform: rotate(252deg);
transform: rotate(252deg);
}
.c100.p71 .bar {
-webkit-transform: rotate(255.6deg);
transform: rotate(255.6deg);
}
.c100.p72 .bar {
-webkit-transform: rotate(259.2deg);
transform: rotate(259.2deg);
}
.c100.p73 .bar {
-webkit-transform: rotate(262.8deg);
transform: rotate(262.8deg);
}
.c100.p74 .bar {
-webkit-transform: rotate(266.4deg);
transform: rotate(266.4deg);
}
.c100.p75 .bar {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.c100.p76 .bar {
-webkit-transform: rotate(273.6deg);
transform: rotate(273.6deg);
}
.c100.p77 .bar {
-webkit-transform: rotate(277.2deg);
transform: rotate(277.2deg);
}
.c100.p78 .bar {
-webkit-transform: rotate(280.8deg);
transform: rotate(280.8deg);
}
.c100.p79 .bar {
-webkit-transform: rotate(284.4deg);
transform: rotate(284.4deg);
}
.c100.p80 .bar {
-webkit-transform: rotate(288deg);
transform: rotate(288deg);
}
.c100.p81 .bar {
-webkit-transform: rotate(291.6deg);
transform: rotate(291.6deg);
}
.c100.p82 .bar {
-webkit-transform: rotate(295.2deg);
transform: rotate(295.2deg);
}
.c100.p83 .bar {
-webkit-transform: rotate(298.8deg);
transform: rotate(298.8deg);
}
.c100.p84 .bar {
-webkit-transform: rotate(302.4deg);
transform: rotate(302.4deg);
}
.c100.p85 .bar {
-webkit-transform: rotate(306deg);
transform: rotate(306deg);
}
.c100.p86 .bar {
-webkit-transform: rotate(309.6deg);
transform: rotate(309.6deg);
}
.c100.p87 .bar {
-webkit-transform: rotate(313.2deg);
transform: rotate(313.2deg);
}
.c100.p88 .bar {
-webkit-transform: rotate(316.8deg);
transform: rotate(316.8deg);
}
.c100.p89 .bar {
-webkit-transform: rotate(320.4deg);
transform: rotate(320.4deg);
}
.c100.p90 .bar {
-webkit-transform: rotate(324deg);
transform: rotate(324deg);
}
.c100.p91 .bar {
-webkit-transform: rotate(327.6deg);
transform: rotate(327.6deg);
}
.c100.p92 .bar {
-webkit-transform: rotate(331.2deg);
transform: rotate(331.2deg);
}
.c100.p93 .bar {
-webkit-transform: rotate(334.8deg);
transform: rotate(334.8deg);
}
.c100.p94 .bar {
-webkit-transform: rotate(338.4deg);
transform: rotate(338.4deg);
}
.c100.p95 .bar {
-webkit-transform: rotate(342deg);
transform: rotate(342deg);
}
.c100.p96 .bar {
-webkit-transform: rotate(345.6deg);
transform: rotate(345.6deg);
}
.c100.p97 .bar {
-webkit-transform: rotate(349.2deg);
transform: rotate(349.2deg);
}
.c100.p98 .bar {
-webkit-transform: rotate(352.8deg);
transform: rotate(352.8deg);
}
.c100.p99 .bar {
-webkit-transform: rotate(356.4deg);
transform: rotate(356.4deg);
}
.c100.p100 .bar {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.c100:hover {
cursor: default;
}
.c100:hover > span {
width: 3.33em;
line-height: 3.33em;
font-size: 0.3em;
color: #307bbb;
}
.c100:hover:after {
top: 0.04em;
left: 0.04em;
width: 0.92em;
height: 0.92em;
}
.c100.dark {
background-color: #777777;
}
.c100.dark .bar,
.c100.dark .fill {
border-color: #c6ff00 !important;
}
.c100.dark > span {
color: #777777;
}
.c100.dark:after {
background-color: #666666;
}
.c100.dark:hover > span {
color: #c6ff00;
}
.c100.green .bar,
.c100.green .fill {
border-color: #4db53c !important;
}
.c100.green:hover > span {
color: #4db53c;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
color: #5fd400;
}
.c100.orange .bar,
.c100.orange .fill {
border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
color: #e08833;
}
.contactGrid {
height: 100vh;
margin-top: 20px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.contact-heading {
font-size: 1.5em;
font-weight: 600;
text-align: start;
padding: 10px;
}
@media screen and (max-width: 600px) {
.contactGrid {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
}
.inputBox__label {
font-size: 0.8em;
text-align: start;
margin: 5px 5px 5px 10px;
}
.inputBox__text {
border-radius: 5px;
padding: 10px;
margin: 10px;
display: block;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
border: #0f3057 solid 1px;
}
.inputBox .error {
border: #b71c1c solid 1px !important;
}
.inputBox .errorText {
visibility: hidden;
font-size: 0.7em;
color: #b71c1c;
}
.inputBox .errorText.show {
visibility: visible;
}
.contact_gridItem.form {
background-color: #dbe3e5;
border-radius: 10px;
margin: 10px;
padding: 10px;
}
.notfound__img {
width: 400px;
height: 400px;
padding: 10px;
max-height: 100%;
}
.notfound__message {
font-size: 2em;
padding: 10px;
margin: 10px;
font-weight: 600;
}
.notfound-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
margin: 20px;
height: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 600px) {
.notfound__img {
width: 200px;
height: 200px;
}
.notfound-grid {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 20% 80%;
grid-template-rows: 20% 80%;
}
.notfound__message {
font-size: 1.5em;
}
}
.toastContainer {
top: 10%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
position: fixed;
width: auto;
height: auto;
color: white;
padding: 10px;
border-radius: 5px;
visibility: hidden;
}
.toastContainer.show {
-webkit-animation: FadeAnimation 2s ease-in .2s forwards;
animation: FadeAnimation 2s ease-in .2s forwards;
}
.toastContainer.success {
background-color: #689f38;
}
.toastContainer.warning {
background-color: #f57c00;
}
.toastContainer.error {
background-color: #d32f2f;
}
@-webkit-keyframes FadeAnimation {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes FadeAnimation {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
html {
scroll-behavior: smooth;
}
body {
background-color: white;
color: #0f3057;
height: 100vh;
font-family: "Roboto", sans-serif;
line-height: 1;
}
header {
position: fixed;
z-index: 3;
width: 100%;
padding: 1rem;
}
.footerIcons {
color: #0f3057;
padding-left: 10px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.footerIcons:hover {
color: #aa4a30;
}
.column {
float: left;
width: 45%;
padding: 5px;
}
.row::after {
content: "";
clear: both;
display: table;
}
.copyrights {
right: 0;
bottom: 0;
}
.centered {
text-align: center;
}
.sub-heading {
font-size: 2em;
text-align: center;
background-color: #dbe3e5;
padding: 15px;
margin-bottom: 20px;
}
.sub-heading.aboutheading {
margin-top: 20px;
}
.short_heading {
font-size: 1.5em;
color: #7d7b6e;
font-weight: 600;
}
.bold {
font-weight: 600;
font-size: 2em;
}
.section_header {
margin: 10px;
color: #7d7b6e;
}
.textdesc {
text-align: left;
}
.highlight {
color: #7d7b6e;
}
.big {
font-size: 2em;
}
.icon_img {
width: 50px;
height: 50px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.icon_img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.boring-text {
color: #6c757d;
}
@media screen and (max-width: 600px) {
.sub-heading {
font-size: 1.5em;
}
.big {
font-size: 1.5em;
}
.icon_img {
width: 30px;
height: 30px;
}
}
/*# sourceMappingURL=main.css.map */ | 0.343012 | 0.059702 |
@import '@statusfy/common/lib/style/base';
main {
min-height: calc(100vh - 14rem);
}
.btn {
@apply inline-block rounded font-medium border py-2 px-4 shadow;
color: var(--grey-darkest);
background-color: var(--white);
border-color: var(--grey-light);
&:hover {
@apply shadow-md;
color: var(--black);
border-color: var(--grey);
}
}
.badge {
@apply rounded-full text-sm font-semibold px-3 py-1;
}
.popover {
@apply absolute rounded px-4 py-3 shadow m-1 max-w-xs text-center text-sm;
color: var(--white);
background-color: var(--grey-darkest);
}
.timeline-container,
.scheduled-container {
@apply mt-6;
> h2 {
@apply text-2xl mb-4 font-medium;
}
}
/* timeline */
.timeline {
@apply list-reset m-0 p-0;
}
.timeline-incident {
@apply border-l-2 ml-2 relative pt-0 pb-6 pl-6;
border-color: var(--grey-light);
&:last-child {
border-color: var(--transparent);
}
&::before {
@apply w-6 h-6 border-2 absolute rounded-full z-10;
background-color: var(--white);
border-color: var(--grey-light);
content: ' ';
left: -13px;
top: 0;
}
&::before {
border-color: var(--grey-darker);
.under-maintenance& {
border-color: var(--grey-darker);
}
.degraded-performance& {
border-color: var(--purple);
}
.partial-outage& {
border-color: var(--orange);
}
.major-outage& {
border-color: var(--red);
}
.operational& {
border-color: var(--grey-light);
}
}
}
.timeline-incident-title {
@apply text-xl font-medium mb-4;
}
.timeline-incident-body {
@apply pb-2;
.message {
color: var(--grey-darker);
}
}
/* Incidents */
.incident {
background-color: var(--white);
border-color: var(--grey-light);
@apply leading-normal p-4 pt-6 shadow rounded my-4 border;
.incident-header {
@apply flex flex-col justify-between;
@screen sm {
@apply flex-row;
}
&.level-0 {
.incident-title {
@apply block;
}
}
}
.incident-title {
@apply flex items-start justify-between flex-row-reverse mb-4;
@screen sm {
@apply items-center flex-row;
}
&.level-0 {
@apply text-center;
}
.badge {
@apply block text-center;
color: var(--white);
@screen sm {
@apply mr-2;
}
}
a {
color: var(--black);
* {
@apply text-lg block;
}
}
}
.incident-subtitle {
@apply flex flex-col items-center justify-between;
@screen sm {
@apply flex-row;
}
time {
@apply font-medium;
}
.status {
@apply my-2;
@screen sm {
@apply mb-0;
}
}
}
.incident-systems {
@apply mb-2 text-center;
.badge {
@apply inline-block ml-2 mb-2;
color: var(--grey-darker);
background-color: var(--grey-lighter);
}
}
&.under-maintenance {
&.unresolved {
.incident-title {
.badge {
background-color: var(--grey-darker);
}
a {
color: var(--grey-darker);
}
}
}
.incident-subtitle .status {
color: var(--grey-darker);
}
}
&.degraded-performance {
&.unresolved {
.incident-title {
.badge {
background-color: var(--purple);
}
a {
color: var(--purple);
}
}
}
.incident-subtitle .status {
color: var(--purple);
}
}
&.partial-outage {
&.unresolved {
.incident-title {
.badge {
background-color: var(--orange);
}
a {
color: var(--orange);
}
}
}
.incident-subtitle .status {
color: var(--orange);
}
}
&.major-outage {
&.unresolved {
.incident-title {
.badge {
background-color: var(--red);
}
a {
color: var(--red);
}
}
}
.incident-subtitle .status {
color: var(--red);
}
}
&.resolved {
.incident-title {
.badge {
background-color: var(--green);
}
}
}
&.scheduled {
.incident-title {
display: block;
text-align: center;
}
}
}
.incident-body {
> p,
> div {
@apply my-4;
}
.markdown {
@apply mb-0
}
a {
color: var(--blue);
&.external {
svg {
color: var(--grey-dark);
}
}
}
.update-block {
@apply flex flex-col-reverse border-b mb-0 py-2;
&:first-child {
@apply pt-0;
.update-block-content {
@apply mt-0
}
}
&:last-child {
@apply border-b-0 mb-0 pb-0;
.update-block-date {
@apply mb-0
}
}
}
.update-block-date {
@apply my-2 text-sm;
color: var(--grey-dark);
}
.update-block-content {
@apply flex-initial my-2;
}
.update-block-title {
@apply font-semibold mb-2 text-lg;
}
}
/* Systems */
.systems-container {
@apply py-2 px-2 shadow rounded my-4 border;
background-color: var(--white);
border-color: var(--grey-light);
}
.system {
@apply p-4 m-2 rounded;
background-color: var(--grey-lighter);
.system-title {
color: var(--grey-darker);
}
.system-title-info {
@apply cursor-pointer;
color: var(--grey-dark)
}
.system-status {
@apply text-right;
color: var(--grey-darker);
}
&.under-maintenance {
.system-status {
color: var(--grey-darker);
}
}
&.degraded-performance {
.system-status {
color: var(--purple);
}
}
&.partial-outage {
.system-status {
color: var(--orange);
}
}
&.major-outage {
.system-status {
color: var(--red);
}
}
&.operational {
.system-status {
color: var(--green);
}
}
}
/* Systems */
.global-status {
@apply content-center py-4 px-2 shadow rounded my-4 text-2xl;
background-color: var(--grey-lighter);
color: var(--white);
.global-status-icon {
@apply ml-2;
}
&.under-maintenance {
background-color: var(--grey-darker);
}
&.degraded-performance {
background-color: var(--purple);
}
&.partial-outage {
background-color: var(--orange);
}
&.major-outage {
background-color: var(--red);
}
&.operational {
background-color: var(--green);
}
}
/* Footer */
.footer {
a {
color: var(--grey-darker);
&:hover {
color: var(--black) !important;
}
}
.footer-links {
@apply flex flex-col items-center justify-between py-4;
color: var(--grey-dark);
> div {
@apply my-2;
> a:not(:last-child) {
@apply mr-4;
}
}
@screen sm {
@apply flex-row;
}
}
.footer-language-swticher {
@apply text-center mb-6 mt-4;
@screen sm {
@apply mt-2;
}
a {
@apply mx-2;
&.active {
@apply font-medium;
color: var(--black);
}
}
}
}
/* Header */
.header {
@apply pt-4 my-2 flex flex-col items-center content-center flex-no-wrap;
@screen lg {
@apply flex-row items-stretch;
}
.logo-container {
@apply flex-none;
}
.logo {
@apply h-10;
}
.title {
@apply font-normal mx-4 my-2 text-xl flex-none;
}
.subscribe-container {
@apply flex-1 text-right my-2;
@screen lg {
@apply my-0;
}
.modal-container {
background-color: rgba(0, 0, 0, 0.5);
@apply fixed z-50 pin overflow-auto flex;
}
.modal-body {
background-color: var(--white);
/* @apply fixed shadow-inner max-w-md pin-b pin-x align-top m-auto justify-end p-8 w-full flex flex-col; */
@apply fixed shadow-inner max-w-md pin-b pin-x align-top m-auto justify-end w-full flex flex-col rounded-t;
@screen md {
@apply justify-center rounded h-auto shadow relative rounded;
}
.tabs-header {
@apply flex flex-col flex-no-wrap items-stretch content-center justify-between pt-2;
@screen md {
@apply flex-row;
}
> span {
color: var(--grey-dark);
@apply flex-1 text-center font-medium py-3 cursor-pointer;
&:hover {
color: var(--grey-darkest);
}
&.active {
color: var(--black);
@apply flex-1 text-center font-bold;
@screen md {
border-bottom-color: var(--black);
@apply border-b-2 font-semibold;
}
}
}
}
.tabs-container {
@apply flex flex-col items-center py-6;
> div {
@apply flex flex-col items-center py-6 text-center;
p {
@apply my-4;
}
}
}
}
.modal-title {
@apply my-4 px-4;
h1 {
@apply text-left font-medium text-2xl mb-4;
@screen md {
@apply text-center;
}
}
p {
color: var(--grey-darkest);
@apply text-center;
}
.icon {
@apply absolute pin-t pin-r pt-4 px-4;
.svg-icon {
color: var(--grey-dark);
@apply cursor-pointer;
}
}
}
}
} | packages/@statusfy/core/client/assets/css/styles.css | @import '@statusfy/common/lib/style/base';
main {
min-height: calc(100vh - 14rem);
}
.btn {
@apply inline-block rounded font-medium border py-2 px-4 shadow;
color: var(--grey-darkest);
background-color: var(--white);
border-color: var(--grey-light);
&:hover {
@apply shadow-md;
color: var(--black);
border-color: var(--grey);
}
}
.badge {
@apply rounded-full text-sm font-semibold px-3 py-1;
}
.popover {
@apply absolute rounded px-4 py-3 shadow m-1 max-w-xs text-center text-sm;
color: var(--white);
background-color: var(--grey-darkest);
}
.timeline-container,
.scheduled-container {
@apply mt-6;
> h2 {
@apply text-2xl mb-4 font-medium;
}
}
/* timeline */
.timeline {
@apply list-reset m-0 p-0;
}
.timeline-incident {
@apply border-l-2 ml-2 relative pt-0 pb-6 pl-6;
border-color: var(--grey-light);
&:last-child {
border-color: var(--transparent);
}
&::before {
@apply w-6 h-6 border-2 absolute rounded-full z-10;
background-color: var(--white);
border-color: var(--grey-light);
content: ' ';
left: -13px;
top: 0;
}
&::before {
border-color: var(--grey-darker);
.under-maintenance& {
border-color: var(--grey-darker);
}
.degraded-performance& {
border-color: var(--purple);
}
.partial-outage& {
border-color: var(--orange);
}
.major-outage& {
border-color: var(--red);
}
.operational& {
border-color: var(--grey-light);
}
}
}
.timeline-incident-title {
@apply text-xl font-medium mb-4;
}
.timeline-incident-body {
@apply pb-2;
.message {
color: var(--grey-darker);
}
}
/* Incidents */
.incident {
background-color: var(--white);
border-color: var(--grey-light);
@apply leading-normal p-4 pt-6 shadow rounded my-4 border;
.incident-header {
@apply flex flex-col justify-between;
@screen sm {
@apply flex-row;
}
&.level-0 {
.incident-title {
@apply block;
}
}
}
.incident-title {
@apply flex items-start justify-between flex-row-reverse mb-4;
@screen sm {
@apply items-center flex-row;
}
&.level-0 {
@apply text-center;
}
.badge {
@apply block text-center;
color: var(--white);
@screen sm {
@apply mr-2;
}
}
a {
color: var(--black);
* {
@apply text-lg block;
}
}
}
.incident-subtitle {
@apply flex flex-col items-center justify-between;
@screen sm {
@apply flex-row;
}
time {
@apply font-medium;
}
.status {
@apply my-2;
@screen sm {
@apply mb-0;
}
}
}
.incident-systems {
@apply mb-2 text-center;
.badge {
@apply inline-block ml-2 mb-2;
color: var(--grey-darker);
background-color: var(--grey-lighter);
}
}
&.under-maintenance {
&.unresolved {
.incident-title {
.badge {
background-color: var(--grey-darker);
}
a {
color: var(--grey-darker);
}
}
}
.incident-subtitle .status {
color: var(--grey-darker);
}
}
&.degraded-performance {
&.unresolved {
.incident-title {
.badge {
background-color: var(--purple);
}
a {
color: var(--purple);
}
}
}
.incident-subtitle .status {
color: var(--purple);
}
}
&.partial-outage {
&.unresolved {
.incident-title {
.badge {
background-color: var(--orange);
}
a {
color: var(--orange);
}
}
}
.incident-subtitle .status {
color: var(--orange);
}
}
&.major-outage {
&.unresolved {
.incident-title {
.badge {
background-color: var(--red);
}
a {
color: var(--red);
}
}
}
.incident-subtitle .status {
color: var(--red);
}
}
&.resolved {
.incident-title {
.badge {
background-color: var(--green);
}
}
}
&.scheduled {
.incident-title {
display: block;
text-align: center;
}
}
}
.incident-body {
> p,
> div {
@apply my-4;
}
.markdown {
@apply mb-0
}
a {
color: var(--blue);
&.external {
svg {
color: var(--grey-dark);
}
}
}
.update-block {
@apply flex flex-col-reverse border-b mb-0 py-2;
&:first-child {
@apply pt-0;
.update-block-content {
@apply mt-0
}
}
&:last-child {
@apply border-b-0 mb-0 pb-0;
.update-block-date {
@apply mb-0
}
}
}
.update-block-date {
@apply my-2 text-sm;
color: var(--grey-dark);
}
.update-block-content {
@apply flex-initial my-2;
}
.update-block-title {
@apply font-semibold mb-2 text-lg;
}
}
/* Systems */
.systems-container {
@apply py-2 px-2 shadow rounded my-4 border;
background-color: var(--white);
border-color: var(--grey-light);
}
.system {
@apply p-4 m-2 rounded;
background-color: var(--grey-lighter);
.system-title {
color: var(--grey-darker);
}
.system-title-info {
@apply cursor-pointer;
color: var(--grey-dark)
}
.system-status {
@apply text-right;
color: var(--grey-darker);
}
&.under-maintenance {
.system-status {
color: var(--grey-darker);
}
}
&.degraded-performance {
.system-status {
color: var(--purple);
}
}
&.partial-outage {
.system-status {
color: var(--orange);
}
}
&.major-outage {
.system-status {
color: var(--red);
}
}
&.operational {
.system-status {
color: var(--green);
}
}
}
/* Systems */
.global-status {
@apply content-center py-4 px-2 shadow rounded my-4 text-2xl;
background-color: var(--grey-lighter);
color: var(--white);
.global-status-icon {
@apply ml-2;
}
&.under-maintenance {
background-color: var(--grey-darker);
}
&.degraded-performance {
background-color: var(--purple);
}
&.partial-outage {
background-color: var(--orange);
}
&.major-outage {
background-color: var(--red);
}
&.operational {
background-color: var(--green);
}
}
/* Footer */
.footer {
a {
color: var(--grey-darker);
&:hover {
color: var(--black) !important;
}
}
.footer-links {
@apply flex flex-col items-center justify-between py-4;
color: var(--grey-dark);
> div {
@apply my-2;
> a:not(:last-child) {
@apply mr-4;
}
}
@screen sm {
@apply flex-row;
}
}
.footer-language-swticher {
@apply text-center mb-6 mt-4;
@screen sm {
@apply mt-2;
}
a {
@apply mx-2;
&.active {
@apply font-medium;
color: var(--black);
}
}
}
}
/* Header */
.header {
@apply pt-4 my-2 flex flex-col items-center content-center flex-no-wrap;
@screen lg {
@apply flex-row items-stretch;
}
.logo-container {
@apply flex-none;
}
.logo {
@apply h-10;
}
.title {
@apply font-normal mx-4 my-2 text-xl flex-none;
}
.subscribe-container {
@apply flex-1 text-right my-2;
@screen lg {
@apply my-0;
}
.modal-container {
background-color: rgba(0, 0, 0, 0.5);
@apply fixed z-50 pin overflow-auto flex;
}
.modal-body {
background-color: var(--white);
/* @apply fixed shadow-inner max-w-md pin-b pin-x align-top m-auto justify-end p-8 w-full flex flex-col; */
@apply fixed shadow-inner max-w-md pin-b pin-x align-top m-auto justify-end w-full flex flex-col rounded-t;
@screen md {
@apply justify-center rounded h-auto shadow relative rounded;
}
.tabs-header {
@apply flex flex-col flex-no-wrap items-stretch content-center justify-between pt-2;
@screen md {
@apply flex-row;
}
> span {
color: var(--grey-dark);
@apply flex-1 text-center font-medium py-3 cursor-pointer;
&:hover {
color: var(--grey-darkest);
}
&.active {
color: var(--black);
@apply flex-1 text-center font-bold;
@screen md {
border-bottom-color: var(--black);
@apply border-b-2 font-semibold;
}
}
}
}
.tabs-container {
@apply flex flex-col items-center py-6;
> div {
@apply flex flex-col items-center py-6 text-center;
p {
@apply my-4;
}
}
}
}
.modal-title {
@apply my-4 px-4;
h1 {
@apply text-left font-medium text-2xl mb-4;
@screen md {
@apply text-center;
}
}
p {
color: var(--grey-darkest);
@apply text-center;
}
.icon {
@apply absolute pin-t pin-r pt-4 px-4;
.svg-icon {
color: var(--grey-dark);
@apply cursor-pointer;
}
}
}
}
} | 0.589953 | 0.128826 |
**************************************************************** **/
html, body {
height: 100%;
}
body {
color: #666;
background-color: #fff;
font-family: 'Open Sans', 'Rubik', 'Libre Franklin', Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.5;
margin: 0;
padding: 0;
}
/* example usage: index-onepage-youtube.html */
body.has-image-bg section,
body.has-video-bg section {
background-color:#fff;
}
body #wrapper {/* used by RTL*/
overflow:hidden;
min-height:100%; /* because short page hide long menus */
}
body.bg-grey,
body.bg-grey #wrapper {
background-color:#f1f2f7;
}
section {
display: block;
position: relative;
padding: 80px 0;
border-bottom:rgba(0,0,0,0.1) 1px solid;
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
background-size: cover !important;
box-sizing: border-box !important;
}
section:after,
section:before {
content:" ";
display:table;
}
section header.section-header {
margin-bottom:80px;
}
div.alternate,
section.alternate {
background-color: rgba(0, 0, 0, 0.02);
}
section.dark {
background-color: #212121;
border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
section.dark.alternate {
background-color: #151515;
}
section.theme-color,
section.theme-color h1,
section.theme-color h2,
section.theme-color h3,
section.theme-color h4,
section.theme-color h5,
section.theme-color h6,
section.theme- p,
section.dark,
section.dark p,
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 {
color: #fff;
}
section.padding-xxs {
padding: 30px 0;
}
section.padding-xs {
padding: 60px 0;
}
section.padding-md {
padding: 80px 0;
}
section.padding-lg {
padding: 120px 0;
}
section.padding-xlg {
padding: 140px 0;
}
section.dark a {
color: #999;
}
section.parallax {
border: 0;
}
body.bg-grey,
body.bg-grey #wrapper {
background-color: #f1f2f7;
}
.container {
position: relative;
}
a:active,
a:focus,
a:hover {
color: #212121;
text-decoration: none;
}
/* black link color - override theme color link */
a.href-reset,
.href-reset a {
color: #121212;
}
section.dark a.href-reset,
section.dark .href-reset a {
color: #eee;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #121212;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #888;
}
section.dark h1 a,
section.dark h2 a,
section.dark h3 a,
section.dark h4 a,
section.dark h5 a,
section.dark h6 a {
color: #eee;
}
section.dark h1 a:hover,
section.dark h2 a:hover,
section.dark h3 a:hover,
section.dark h4 a:hover,
section.dark h5 a:hover,
section.dark h6 a:hover {
color: #fff;
}
section header > h1,
section header > h2,
section header > h3,
section header > h4,
section header > h5,
section header > h6 {
margin: 0;
}
small {
font-family: 'Lato', sans-serif;
}
label {
display: block;
}
/* form control: inputs, textarea, etc */
.btn {
position: relative;
}
.btn-default {
border-width: 2px;
}
.btn > .label-absolute {
position: absolute;
right: -6px;
top: -8px;
}
.input-group-addon {
border: #ddd 2px solid;
border-right: 0;
}
section.dark .input-group-addon {
background-color: #212121;
border-color: #666;
color: #eaeaea;
}
.form-control {
border: #ddd 2px solid;
box-shadow: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section .input-group-btn .btn.btn-default,
section .input-group-btn button.btn-default {
border-width: 2px;
border-color: #ddd;
}
.form-control:focus {
border-color: #c6c6c6;
}
section.dark .form-control {
border-color: #666;
background-color: rgba(255, 255, 255, 0.05);
}
section.dark .form-control:focus {
border-color: #999;
}
.nav-tabs > li > a {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.label {
padding: .4em .6em .4em;
}
/* DARK PRESETS */
section.dark input,
section.dark select,
section.dark textarea {
color: #fff;
}
section.dark .btn {
color: #fff;
}
section.dark .thumbnail {
border-color: #444;
background-color: transparent;
}
section.dark h1.page-header,
section.dark h2.page-header,
section.dark h3.page-header,
section.dark h4.page-header,
section.dark h5.page-header,
section.dark h6.page-header {
border-bottom-color: #666;
}
/* fonts */
.font-open-sans {
font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}
.font-lato {
font-weight: 300;
font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}
.font-raleway {
font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
}
/*
GLOBAL RADIUS
Add here all needed bootstrap elements
*/
pre,
.alert,
.panel,
.navbar-toggle,
.btn {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*
bootstrap rewrite
*/
img.img-responsive {
display: inline-block;
}
/* cover video */
.cover-video {
}
/** Boxed
**************************************************************** **/
body.boxed {
background-color: #f1f2f7;
}
body.boxed section {
background-color: #fff;
}
body.boxed #wrapper {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 50px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media only screen and (max-width: 992px) {
body.boxed #wrapper {
margin-top: 0;
margin-bottom: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
}
/** Color Background
**************************************************************** **/
/*
GRAIN BLUE BACKGROUND
*/
body.grain-blue,
body.grain-blue #wrapper,
body.grain-blue #topBar,
body.grain-blue #header.fixed,
body.grain-blue #header li.search .search-box,
body.grain-blue #header li.quick-cart .quick-cart-box,
body.grain-blue div.heading-title h1,
body.grain-blue div.heading-title h2,
body.grain-blue div.heading-title h3,
body.grain-blue div.heading-title h4,
body.grain-blue div.heading-title h5,
body.grain-blue div.heading-title h6 {
background: #dce4e9 url('../images/grain_bg.png') repeat;
}
/*
GRAIN GREY BACKGROUND
*/
body.grain-grey,
body.grain-grey #wrapper,
body.grain-grey #topBar,
body.grain-grey #header.fixed,
body.grain-grey #header li.search .search-box,
body.grain-grey #header li.quick-cart .quick-cart-box,
body.grain-grey div.heading-title h1,
body.grain-grey div.heading-title h2,
body.grain-grey div.heading-title h3,
body.grain-grey div.heading-title h4,
body.grain-grey div.heading-title h5,
body.grain-grey div.heading-title h6 {
background: #f1f2f7 url('../images/grain_bg.png') repeat;
}
/*
GRAIN GREEN BACKGROUND
*/
body.grain-green,
body.grain-green #wrapper,
body.grain-green #topBar,
body.grain-green #header.fixed,
body.grain-green #header li.search .search-box,
body.grain-green #header li.quick-cart .quick-cart-box,
body.grain-green div.heading-title h1,
body.grain-green div.heading-title h2,
body.grain-green div.heading-title h3,
body.grain-green div.heading-title h4,
body.grain-green div.heading-title h5,
body.grain-green div.heading-title h6 {
background: #e6eeea url('../images/grain_bg.png') repeat;
}
/*
GRAIN ORANGE BACKGROUND
*/
body.grain-orange,
body.grain-orange #wrapper,
body.grain-orange #topBar,
body.grain-orange #header.fixed,
body.grain-orange #header li.search .search-box,
body.grain-orange #header li.quick-cart .quick-cart-box,
body.grain-orange div.heading-title h1,
body.grain-orange div.heading-title h2,
body.grain-orange div.heading-title h3,
body.grain-orange div.heading-title h4,
body.grain-orange div.heading-title h5,
body.grain-orange div.heading-title h6 {
background: #fff4ea url('../images/grain_bg.png') repeat;
}
/*
GRAIN YELLOW BACKGROUND
*/
body.grain-yellow,
body.grain-yellow #wrapper,
body.grain-yellow #topBar,
body.grain-yellow #header.fixed,
body.grain-yellow #header li.search .search-box,
body.grain-yellow #header li.quick-cart .quick-cart-box,
body.grain-yellow div.heading-title h1,
body.grain-yellow div.heading-title h2,
body.grain-yellow div.heading-title h3,
body.grain-yellow div.heading-title h4,
body.grain-yellow div.heading-title h5,
body.grain-yellow div.heading-title h6 {
background: #ffffe6 url('../images/grain_bg.png') repeat;
}
/* essentials.css rewrite : heading shortcode */
body.grain-blue div.heading-title.heading-line-single:before,
body.grain-grey div.heading-title.heading-line-single:before,
body.grain-green div.heading-title.heading-line-single:before,
body.grain-orange div.heading-title.heading-line-single:before,
body.grain-yellow div.heading-title.heading-line-single:before,
body.grain-blue div.heading-title.heading-line-double:before,
body.grain-grey div.heading-title.heading-line-double:before,
body.grain-green div.heading-title.heading-line-double:before,
body.grain-orange div.heading-title.heading-line-double:before,
body.grain-yellow div.heading-title.heading-line-double:before {
border-top: 3px double #ccc;
}
/* color header */
body.grain-blue #header,
body.grain-grey #header,
body.grain-green #header,
body.grain-orange #header,
body.grain-yellow #header {
background-color: rgba(0, 0, 0, 0.16);
}
body.grain-blue #header.dark,
body.grain-grey #header.dark,
body.grain-green #header.dark,
body.grain-orange #header.dark,
body.grain-yellow #header.dark {
background-color: rgba(33, 33, 33, 0.8);
}
body.grain-blue #header.dark.fixed,
body.grain-grey #header.dark.fixed,
body.grain-green #header.dark.fixed,
body.grain-orange #header.dark.fixed,
body.grain-yellow #header.dark .fixed {
background-color: #333;
}
body.grain-blue section.page-header,
body.grain-grey section.page-header,
body.grain-green section.page-header,
body.grain-orange section.page-header,
body.grain-yellow section.page-header {
border: 0;
}
/** Slide Top
**************************************************************** **/
#slidetop {
color: #888;
font-size: 13px;
background-color: #363839;
z-index: 1500;
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#slidetop h1,
#slidetop h2,
#slidetop h3,
#slidetop h4,
#slidetop h5,
#slidetop h6 {
font-size: 13px;
line-height: 20px;
color: #fff;
}
#slidetop ul {
margin: 0;
}
#slidetop a {
color: #ccc;
text-decoration: none;
}
#slidetop ul > li > a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
#slidetop ul > li > a > i {
margin-right: 6px;
}
#slidetop h1 > i,
#slidetop h2 > i,
#slidetop h3 > i,
#slidetop h4 > i,
#slidetop h5 > i,
#slidetop h6 > i {
margin-right: 8px;
}
#slidetop a:hover {
color: #fff;
}
#slidetop .container {
display: none;
height: auto;
padding: 30px 0;
}
#slidetop a.slidetop-toggle {
height: 35px;
position: absolute;
right: 0;
bottom: -35px;
border-top: 35px solid #363839;
border-left: 35px solid transparent;
display: inline-block;
text-decoration: none;
color: #fff;
text-align: center;
}
#slidetop a.slidetop-toggle:after {
font-family: FontAwesome;
content: "\f067";
height: 18px;
color: #fff;
position: absolute;
top: -34px;
left: -16px;
}
#slidetop.active a.slidetop-toggle:after {
content: "\f068";
}
@media only screen and (max-width: 768px) {
#slidetop {
display: none !important;
}
}
/** Parallax Social Icons
**************************************************************** **/
#sidepanel {
color: #888;
font-size: 13px;
position: fixed;
top: 0;
right: -280px;
bottom: 0;
width: 280px;
z-index: 3000;
background-color: #363839;
overflow: hidden;
display: none;
-webkit-transition: right .4s ease;
-o-transition: right .4s ease;
transition: right .4s ease;
}
#sidepanel_overlay {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2999;
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
}
#sidepanel_close {
color: #999;
background-color: rgba(0, 0, 0, 0.2);
display: block;
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
font-size: 18px;
line-height: 40px;
text-align: center;
}
#sidepanel_close:hover {
color: #fff;
}
#sidepanel.sidepanel-light #sidepanel_close {
color: #777;
background-color: rgba(0, 0, 0, 0.1);
}
#sidepanel.sidepanel-light #sidepanel_close:hover {
color: #333;
}
#sidepanel.sidepanel-theme-color #sidepanel_close {
color: #ccc;
background-color: rgba(0, 0, 0, 0.1);
}
#sidepanel.sidepanel-theme-color #sidepanel_close:hover {
color: #fff;
}
/* position */
#sidepanel.sidepanel-inverse {
right: auto;
left: -280px;
}
/* colors */
#sidepanel.sidepanel-dark {
color: #ddd;
background-color: #363839;
}
#sidepanel.sidepanel-light {
color: #111;
background-color: #ffffff;
}
#sidepanel.sidepanel-theme-color {
color: #fff;
background-color: #333;
}
/* sidepanel content */
#sidepanel h1,
#sidepanel h2,
#sidepanel h3,
#sidepanel h4,
#sidepanel h5,
#sidepanel h6 {
color: #ddd;
}
#sidepanel .sidepanel-content {
margin: 50px 30px;
overflow-y: auto;
}
#sidepanel .sidepanel-title {
font-size: 18px;
line-height: 23px;
}
/* sidepanel menu */
#sidepanel ul > li > a {
font-size: 14px;
}
#sidepanel ul ul > li > a {
font-size: 11px;
}
#sidepanel ul {
border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
padding-bottom: 30px;
}
#sidepanel ul ul {
margin-top: 6px;
border-bottom: 0;
padding-bottom: 0;
}
#sidepanel ul ul > li {
padding: 5px 0 5px 32px;
}
#sidepanel .list-group-item {
background-color: transparent;
border: 0;
padding: 8px 0;
}
#sidepanel .list-group-item a {
color: #ddd;
display: block;
text-decoration: none;
}
#sidepanel ul li a[data-toggle="collapse"] {
/* font-weight:bold; */
}
#sidepanel ul li a[data-toggle="collapse"].collapsed {
color: #ddd;
font-weight: normal;
}
#sidepanel ul li a > i.ico-dd {
float: right;
}
#sidepanel ul li a > i.ico-category {
width: 20px;
}
#sidepanel .list-group-item a > i {
margin-right: 6px;
}
#sidepanel .list-group-item .badge {
float: right;
}
/* light */
#sidepanel.sidepanel-light ul a,
#sidepanel.sidepanel-light ul li a[data-toggle="collapse"].collapsed,
#sidepanel.sidepanel-light .list-group-item ul li a[data-toggle="collapse"].collapsed {
color: #777 !important;
}
#sidepanel.sidepanel-light,
#sidepanel.sidepanel-light h1,
#sidepanel.sidepanel-light h2,
#sidepanel.sidepanel-light h3,
#sidepanel.sidepanel-light h4,
#sidepanel.sidepanel-light h5,
#sidepanel.sidepanel-light h6,
#sidepanel.sidepanel-light ul li a[data-toggle="collapse"],
#sidepanel.sidepanel-light ul a:hover {
color: #111 !important;
}
/* theme color */
#sidepanel.sidepanel-theme-color ul a,
#sidepanel.sidepanel-theme-color ul li a[data-toggle="collapse"].collapsed,
#sidepanel.sidepanel-theme-color .list-group-item ul li a[data-toggle="collapse"].collapsed {
color: #eee !important;
}
#sidepanel.sidepanel-theme-color,
#sidepanel.sidepanel-theme-color h1,
#sidepanel.sidepanel-theme-color h2,
#sidepanel.sidepanel-theme-color h3,
#sidepanel.sidepanel-theme-color h4,
#sidepanel.sidepanel-theme-color h5,
#sidepanel.sidepanel-theme-color h6,
#sidepanel.sidepanel-theme-color ul li a[data-toggle="collapse"],
#sidepanel.sidepanel-theme-color ul a:hover {
color: #fff !important;
}
/** Top Nav
**************************************************************** **/
#header {
position: relative;
left: 0;
top: 0;
right: 0;
z-index: 1000;
background-color: #fff;
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
-webkit-transition: all .800s;
-moz-transition: all .800s;
-o-transition: all .800s;
transition: all .800s;
}
#header a.logo > img {
height: 80px;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#header a.logo.logo-responsive > img {
height: 100%; /* used on center - example: page-coming-soon-1.html */
}
/* force uppercase links */
#topBar ul li a,
#mainMenu ul li a,
#topMain ul li a {
text-transform: uppercase;
}
/* two logo images : light & dark */
#header a.logo > img:last-child {
display: none;
}
#header a.logo > img:first-child {
display: inline-block;
}
#header.fixed a.logo > img:first-child {
display: none;
}
#header.fixed a.logo > img:last-child {
display: inline-block;
}
/* shadows */
#header.shadow-after-1:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 60px;
bottom: -60px;
background-image: url('../images/misc/shadow1.png');
background-size: 100% 100%;
}
#header.shadow-before-1:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 60px;
background-image: url('../images/misc/shadow1.png');
background-size: 100% 100%;
}
#header.shadow-after-2:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 60px;
bottom: -60px;
background-image: url('../images/misc/shadow2.png');
background-size: 100% 100%;
}
#header.shadow-before-2:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 60px;
background-image: url('../images/misc/shadow2.png');
background-size: 100% 100%;
}
#header.shadow-after-3:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 60px;
bottom: -60px;
background-image: url('../images/misc/shadow3.png');
background-size: 100% 100%;
}
#header.shadow-before-3:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 60px;
background-image: url('../images/misc/shadow3.png');
background-size: 100% 100%;
}
/** Search - Default **/
#header li.search {
display: inline-block;
}
#header li.search .search-box {
display: none;
right: 0;
left: auto;
top: 100%;
padding: 15px;
background-color: #fff;
position: absolute;
box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
width: 274px;
margin-top: 36px;
z-index: 22;
}
#header.header-md li.search .search-box {
margin-top: 25px;
}
#header.header-sm li.search .search-box {
margin-top: 19px;
}
#header.fixed li.search .search-box {
margin-top: 18px;
}
#header.fixed.header-sm li.search .search-box {
margin-top: 18px;
}
#header.fixed.header-md li.search .search-box {
margin-top: 15px;
}
#header li.search i.fa {
color: #333;
cursor: pointer;
position: relative;
}
form.mobile-search {
display: none;
}
/** Search - Full screen **/
#header li.search.fullscreen > .search-box {
text-align: center;
position: fixed;
padding: 30px;
background-color: rgba(255, 255, 255, 0.95) !important;
left: 0;
top: 0 !important;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0 !important;
z-index: 2000;
}
#header li.search.fullscreen > .search-box > form {
max-width: 800px;
display: inline-block;
margin: auto;
margin-top: 20%;
}
#header li.search.fullscreen > .search-box > form input {
border: 0;
background-color: rgba(0, 0, 0, 0.1);
padding-top: 15px;
padding-bottom: 15px;
height: 65px;
font-size: 24px;
font-weight: 300;
color: #121212;
border-right: rgba(0, 0, 0, 0.2) 1px solid;
}
#header li.search.fullscreen > .search-box > form button {
border: 0;
font-size: 24px;
padding: 15px 20px !important;
height: 65px;
background-color: rgba(0, 0, 0, 0.1);
color: #888;
}
#header li.search.fullscreen > .search-box > form button > i {
color: #999;
font-size: 22px;
}
#header li.search.fullscreen > .search-box > form button:hover > i {
color: #121212;
}
#header li.search.fullscreen #closeSearch {
background-color: rgba(0, 0, 0, 0.05);
text-decoration: none;
text-align: center;
width: 60px;
height: 60px;
line-height: 60px;
position: absolute;
top: -3px;
left: 50%;
margin-left: -30px;
color: #888;
font-size: 40px;
z-index: 1000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#header li.search.fullscreen #closeSearch:hover {
color: #111;
}
/* Dark */
#header li.search.fullscreen.dark > .search-box {
background-color: rgba(0, 0, 0, 0.95) !important;
}
#header li.search.fullscreen.dark > .search-box > form input {
color: #ddd;
background-color: rgba(255, 255, 255, 0.1);
border-right-color: rgba(255, 255, 255, 0.2);
}
#header li.search.fullscreen.dark > .search-box > form button {
background-color: rgba(255, 255, 255, 0.1);
}
#header li.search.fullscreen.dark > .search-box > form button > i {
color: #999;
}
#header li.search.fullscreen.dark > .search-box > form button:hover > i {
color: #fff;
}
#header li.search.fullscreen.dark #closeSearch {
background-color: rgba(255, 255, 255, 0.2);
color: #888;
}
#header li.search.fullscreen.dark #closeSearch:hover {
color: #fff;
}
@media only screen and (max-width: 480px) {
#header li.search.fullscreen > .search-box > form {
margin-top: 30%;
}
}
@media only screen and (max-height: 400px) {
#header li.search.fullscreen > .search-box > form {
margin-top: 60px;
}
}
/** Search - Header **/
#header .search-box.over-header {
text-align: center;
position: absolute;
padding: 0;
background-color: #fff !important;
left: 0;
top: 0 !important;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0 !important;
z-index: 2000;
border: 0;
display: none;
}
#header .search-box.over-header > form {
display: block;
z-index: 0;
}
#header .search-box.over-header > form > input {
font-size: 32px;
font-weight: bold;
background-color: transparent;
height: inherit;
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: -30px;
padding-left: 40px;
padding-right: 60px;
border: 0;
box-shadow: none;
}
#header .search-box.over-header > form > input::-webkit-input-placeholder { /* WebKit browsers */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header > form > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header > form > input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header > form > input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header #closeSearch {
position: absolute;
color: #333;
background: transparent;
top: 50%;
right: 30px;
font-size: 20px;
margin-top: -10px;
z-index: 1;
}
/* dark */
#header.dark .search-box.over-header {
background-color: #333 !important;
}
#header.dark .search-box.over-header > form > input {
color: #fff;
}
#header.dark .search-box.over-header > form > input::-webkit-input-placeholder { /* WebKit browsers */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header > form > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header > form > input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header > form > input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header #closeSearch {
color: #fff;
}
#header.translucent #topMain,
#header.dark.transparent #topMain {
background-color: transparent;
}
@media only screen and (max-height: 760px) {
#header .search-box.over-header > form > input {
font-size: 20px;
margin-top: -20px;
font-weight: 300;
}
}
/** Menu Vertical **/
body.menu-vertical.menu-vertical #wrapper .container {
width: 100%;
}
body.menu-vertical.menu-vertical #wrapper {
margin-left: 263px;
}
body.menu-vertical.menu-vertical.menu-inverse #wrapper {
margin-right: 263px;
margin-left: 0;
}
body.menu-vertical #mainMenu.sidebar-vertical {
position: fixed;
left: 0;
top: 0;
bottom: 0;
width: 263px;
background-color: #fff;
z-index: 100;
}
body.menu-vertical.menu-inverse #mainMenu.sidebar-vertical {
left: auto;
right: 0;
}
body.menu-vertical #mainMenu .navbar-collapse {
background-color: transparent;
border-color: transparent;
}
body.menu-vertical #mainMenu .navbar-default {
background-color: transparent !important;
border: 0;
}
body.menu-vertical #mainMenu .logo {
display: block;
margin: 30px 0 30px 0;
padding: 30px 0;
}
/* Aside Vertical */
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > li > a {
border-bottom: #eee 1px solid;
text-align: left;
font-size: 12px;
text-transform: uppercase;
}
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > li > a.dropdown-toggle {
background-image: url('../images/submenu_light.png');
background-position: center right;
background-repeat: no-repeat;
}
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > li > a > i {
margin-right: 13px;
color: #666;
float: left;
width: 20px;
text-align: center;
line-height: 22px;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu {
top: -1px;
left: auto;
right: -230px;
padding: 0;
width: 230px;
overflow: hidden;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > li > a {
border-bottom: #eee 1px solid;
font-size: 12px;
text-transform: uppercase;
}
body.menu-vertical #mainMenu.sidebar-vertical li.dropdown.open > a {
background-color: transparent !important;
color: #111;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar {
width: 100%;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a:focus,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a:hover,
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > .active > a,
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover > a {
background-color: rgba(0, 0, 0, 0.01);
}
body.menu-vertical #mainMenu.sidebar-vertical .social-icons {
padding: 30px 15px;
}
body.menu-vertical #mainMenu .social-icon {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* Inline Search */
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .inline-search form input.serch-input {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .inline-search form button {
border-left-color: rgba(255, 255, 255, 0.1);
}
/* Column Menu / Mega Menu */
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu {
min-width: 600px;
width: auto !important;
left: 262px;
right: auto;
background-position: top right;
background-repeat: no-repeat;
}
body.menu-vertical.menu-inverse #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu {
min-width: 600px;
width: auto !important;
left: auto !important;
right: 262px !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu ul li {
list-style: none;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu ul {
background-color: transparent;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu .row > div {
padding: 10px;
min-width: 100px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.divider {
border: 0;
background: none;
margin-bottom: 20px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a {
font-size: 11px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu ul,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li {
border: 0 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h3,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h4,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h5,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h6 {
font-size: 15px;
line-height: 15px;
margin: 0 0 8px 0;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h3,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h4,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h5,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h6 {
color: #fff;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h3,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h3,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h4,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h4,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h5,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h5,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h6,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h6 {
text-decoration: underline;
}
@media only screen and (max-width: 768px) {
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu {
background-image: none !important;
}
}
/* Top Options */
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links {
margin: 10px;
border: 0 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu {
top: auto;
left: auto;
right: auto;
width: auto;
min-width: 10px;
border: 0 !important;
background-color: #fff !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu li,
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu li a {
border: 0 !important;
color: #333 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu li.divider {
margin: 0;
background-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu > li > a {
padding: 3px 6px;
font-size: 12px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links a.dropdown-toggle {
background-color: rgba(0, 0, 0, 0.1) !important;
padding: 3px 6px !important;
margin-bottom: 3px;
font-size: 12px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.top-links a.dropdown-toggle {
background-color: rgba(0, 0, 0, 0.5) !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links a.dropdown-toggle > i {
padding: 0 6px 0 0;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links > li {
margin: 0;
padding: 0;
}
/* DARK */
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .sidebar-nav .navbar ul,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark {
background-color: #333;
color: #ccc;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .sidebar-nav .navbar ul {
border-top-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .dropdown-menu > li > a,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .navbar-default .navbar-nav > li > a {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .navbar-default .navbar-nav > li > a.dropdown-toggle {
background-image: url('../images/submenu_dark.png');
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .sidebar-nav .navbar li a {
color: #ccc;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .navbar-default .navbar-nav > li > a > i {
color: #ccc;
}
body.menu-vertical #mainMenu.sidebar-dark {
border-color: rgba(255, 255, 255, 0.08);
}
/* OPEN ON CLICK */
body.menu-vertical.menu-vertical-hide #wrapper {
margin-left: 0 !important;
margin-right: 0 !important;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical {
right: auto;
left: -263px;
}
body.menu-vertical.menu-vertical-hide.menu-inverse #mainMenu.sidebar-vertical {
left: auto;
right: -263px;
}
.fancy_big_btn,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn {
position: absolute;
right: -80px;
top: 15px;
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px;
z-index: 100;
-webkit-transition: background 600ms;
-moz-transition: background 600ms;
-o-transition: background 600ms;
transition: background 600ms;
}
.fancy_big_btn,
body.menu-vertical.menu-vertical-hide.menu-inverse #mainMenu.sidebar-vertical #sidebar_vertical_btn {
right: auto;
left: -80px;
}
.fancy_big_btn:hover,
.fancy_big_btn:active,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:hover,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:active {
background: #fff;
}
.fancy_big_btn i,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn i {
display: block;
width: 54px;
height: 54px;
background-image: url('data:image/gif;base64,R0lGODlhNwA3AJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAA3ADcAAAJUlI+py+0Po5y02ouz3rz7D4biSJbmiabqyrZhAMfyTNc1Zue6je/+7goKh8Si8dj6KXmXpVPWezqR1Kr1is2apM8o9+f9ArXksvmMTqvX7Lb7DS8AADs=');
background-repeat: no-repeat;
background-position: center;
background-color: #000;
-webkit-transition: background 300ms;
-moz-transition: background 300ms;
-o-transition: background 300ms;
transition: background 300ms;
}
.fancy_big_btn:hover i,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:hover i {
background-color: #f6f6f6;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAYAAACo29JGAAAARklEQVRoge3WsQ0AIAwDsML/P8MLdECoxZ4zJFsiAAAAqGgksutai7yj3vN2i5dajwPgex5KVa3HAfA9D6Wq1uMAAACoaQMxSAMQNhNmmQAAAABJRU5ErkJggg==');
}
/*
for anywhere use
<button class="fancy_big_btn inverse"><i></i></button>
*/
.fancy_big_btn {
right: auto;
left: 0;
top: 20px;
}
.fancy_big_btn.inverse {
left: auto;
right: 0;
}
/* custom icon */
.fancy_big_btn i.fa,
.fancy_big_btn i.et,
.fancy_big_btn i.glyphicon,
.fancy_big_btn i.icon,
.fancy_big_btn i.ico {
background-image: none;
color: #fff;
font-size: 30px;
line-height: 50px;
margin: 0;
padding: 0;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
}
.fancy_big_btn:hover i.fa,
.fancy_big_btn:hover i.et,
.fancy_big_btn:hover i.glyphicon,
.fancy_big_btn:hover i.icon,
.fancy_big_btn:hover i.ico {
color: #000;
}
/* Responsive */
@media (min-width: 768px) {
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar .navbar-collapse {
padding: 0;
max-height: none;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar ul {
float: none;
border-top: #eee 1px solid;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar ul:not {
display: block;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar .navbar-collapse li {
float: none;
display: block;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li a {
padding-top: 8px;
padding-bottom: 8px;
color: #000;
-webkit-transition: all .10s;
-moz-transition: all .10s;
-o-transition: all .10s;
transition: all .10s;
}
body.menu-vertical #mainMenu.sidebar-vertical li.dropdown:hover > ul.dropdown-menu {
display: block;
}
body.menu-vertical.menu-inverse #mainMenu.sidebar-vertical li.dropdown:hover > ul.dropdown-menu {
left: -230px;
right: auto;
}
/* uncomment if you would like the menu to be fixed */
/* .navbar {
position: fixed;
width: 170px;
z-index: 2;
} */
}
@media (min-width: 992px) {
body.menu-vertical #mainMenu.sidebar-vertical .navbar {
width: 212px;
}
}
@media only screen and (max-width: 1216px) {
body.menu-vertical .container {
width: 100%;
}
}
@media (min-width: 1200px) {
body.menu-vertical #mainMenu.sidebar-vertical .navbar {
width: 262px;
}
}
@media (min-width: 768px) {
body.menu-vertical #mainMenu .navbar-default {
border: 0;
}
body.menu-vertical #mainMenu {
border-right: #d6d6d6 1px solid;
-webkit-box-shadow: 10px 0px 30px -2px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 10px 0px 30px -2px rgba(0, 0, 0, 0.14);
box-shadow: 10px 0px 30px -2px rgba(0, 0, 0, 0.14);
}
}
@media (max-width: 768px) {
body.menu-vertical #mainMenu {
position: relative;
width: 100%;
}
body.menu-vertical #mainMenu .navbar-nav {
margin-bottom: 0;
margin-top: 0;
}
body.menu-vertical #mainMenu .navbar-header {
background-color: #fafafa;
}
body.menu-vertical #middle {
padding: 15px !important;
}
body.menu-vertical #mainMenu .logo {
padding: 0;
margin: 15px 0;
}
body.menu-vertical #wrapper {
margin-left: 0 !important;
margin-right: 0 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical {
position: relative;
width: 100%;
}
body.menu-vertical .navbar {
margin-bottom: 0;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu {
width: 100%;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical {
left: 0 !important;
right: 0;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn {
display: none;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical {
width: 100% !important;
}
}
.sidebar-vertical .sidebar-nav .navbar-header {
float: none;
}
/** Mobile Button **/
#topNav button.btn-mobile {
display: none;
}
#topNav button.btn-mobile {
color: #333;
display: none;
padding: 6px 10px;
float: right;
margin-top: 13px;
margin-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topNav button.btn-mobile i {
padding: 0;
margin: 0;
font-size: 21px;
}
@media only screen and (max-width: 992px) {
#topNav button.btn-mobile {
display: inline-block;
}
}
#header li.search .search-box,
#header li.quick-cart .quick-cart-box {
border: rgba(0, 0, 0, 0.07) 1px solid;
border-top: 0;
}
/* Dark & Color Header */
#header.dark {
background-color: #333;
}
#header.dark #topMain.nav-pills > li > a {
color: #ccc;
}
#header.dark #topMain.nav-pills > li.active > a,
#header.dark #topMain.nav-pills > li > a:hover {
color: #fff;
}
/* DARK CART & SEARCH */
#header.dark li.search .search-box,
#header.dark li.quick-cart .quick-cart-box {
background-color: #333;
}
#header.translucent li.search .search-box,
#header.translucent li.quick-cart .quick-cart-box {
background-color: rgba(33, 33, 33, 0.80);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#header.translucent li.search .search-box:hover,
#header.translucent li.quick-cart .quick-cart-box:hover {
background-color: rgba(33, 33, 33, 0.88);
}
#header.translucent ul.nav-second-main li i,
#header.translucent li.search i.fa,
#header.dark li.quick-cart .quick-cart-box a,
#header.dark li.quick-cart .quick-cart-box a h6,
#header.dark li.quick-cart .quick-cart-footer,
#header.dark li.quick-cart .quick-cart-box h4 {
color: #fff !important;
}
#header.dark li.quick-cart .quick-cart-box h4,
#header.dark li.quick-cart .quick-cart-box a {
border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
}
#header.dark li.quick-cart .quick-cart-box a:hover {
background-color: rgba(255, 255, 255, 0.06);
}
#header.dark li.search .search-box input {
color: #999;
background-color: rgba(0, 0, 0, .2);
border-color: rgba(0, 0, 0, .25);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#header.dark li.search .search-box input:focus,
#header.dark li.search .search-box textarea:focus {
background-color: rgba(0, 0, 0, .3);
}
/* Transparent Header */
#header.transparent {
position: absolute;
background-color: transparent;
border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#header.transparent.color,
#header.transparent.dark {
border: 0;
}
#header.transparent #topMain.nav-pills > li > a {
color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#header.transparent #topMain.nav-pills > li.active > a,
#header.transparent #topMain.nav-pills > li > a:hover {
background-color: rgba(0, 0, 0, 0.03);
}
#header.transparent + section.page-header.page-header-lg,
#header.transparent + section.page-header {
/*margin-top:-100px;*/
padding: 180px 0;
}
#header.transparent + section.page-header.page-header-xlg {
padding: 280px 0;
padding-top: 350px;
}
#header.transparent + section.page-header.page-header-lg {
padding-top: 250px;
}
#header.transparent a.social-icon {
background-color: rgba(0, 0, 0, 0.2);
}
#header.transparent a.social-icon > i {
color: #eaeaea;
}
/* on scroll */
#header.fixed.transparent {
background-color: #fff;
}
#header.fixed.dark,
#header.fixed.dark.transparent {
background-color: #333;
border: 0;
}
#header.fixed.transparent ul.nav-second-main li a,
#header.fixed.transparent ul.nav-second-main li a > i,
#header.fixed.transparent #topMain.nav-pills > li > a {
color: #151515;
}
#header.fixed.dark.transparent ul.nav-second-main li a,
#header.fixed.dark.transparent ul.nav-second-main li a > i,
#header.fixed.dark.transparent #topMain.nav-pills > li > a {
color: #fff;
}
@media only screen and (max-width: 992px) {
#header.transparent.fixed #topNav button.btn-mobile {
color: #333 !important;
}
#header.transparent.dark.fixed #topNav button.btn-mobile {
color: #fff !important;
}
#header.transparent #topMain.nav-pills > li > a {
color: #fff;
}
#header.transparent.dark #topMain.nav-pills > li > a {
color: #fff;
}
}
@media only screen and (max-width: 768px) {
#header.transparent + section.page-header {
margin-top: 0;
}
/* force dark submenu */
#header.transparent #topMain {
background-color: #333 !important;
}
#header.transparent #topMain li.active > a {
color: #fff !important;
}
}
/* Transparent Header */
#header.translucent {
position: absolute;
background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#header.translucent #topMain.nav-pills > li > a {
color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#header.translucent #topMain.nav-pills > li.active > a,
#header.translucent #topMain.nav-pills > li > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
#header.translucent + section.page-header {
margin-top: -100px;
padding: 180px 0;
}
#header.translucent + section.page-header.page-header-xlg {
padding: 280px 0;
padding-top: 420px;
}
#header.translucent + section.page-header.page-header-lg {
padding-top: 350px;
}
/* on scroll */
#header.fixed.translucent {
background-color: #fff;
}
#header.fixed.dark,
#header.fixed.dark.translucent {
background-color: #333;
border: 0;
}
#header.fixed.translucent ul.nav-second-main li a,
#header.fixed.translucent ul.nav-second-main li a > i,
#header.fixed.translucent #topMain.nav-pills > li > a {
color: #151515;
}
#header.fixed.dark.translucent ul.nav-second-main li a,
#header.fixed.dark.translucent ul.nav-second-main li a > i,
#header.fixed.dark.translucent #topMain.nav-pills > li > a {
color: #fff;
}
@media only screen and (max-width: 768px) {
#header.transparent + section.page-header {
margin-top: 0;
}
}
/* fullwidth container */
#topNav .full-container {
display: block;
margin: 0 15px;
}
/* remove bootstrap issue */
#topNav ul.dropdown-menu > li,
#topNav ul.dropdown-menu > li a {
background-color: transparent;
}
#topNav .nav-pills > li + li {
margin-left: 0;
}
/* search */
#header li.search .search-box form {
margin: 0;
}
/* Medium Height : 70 */
#header.header-md #topNav a.logo {
height: 70px;
line-height: 50px;
}
#header.header-md #topNav a.logo > img {
height: 70px;
}
#header.header-md #topNav #topMain > li > a {
height: 70px;
line-height: 50px;
}
@media only screen and (max-width: 992px) {
#header.header-md #topMain.nav-pills > li > a {
color: #212121;
}
#header.header-md #topMain.nav-pills > li.active > a,
#header.header-md #topMain.nav-pills > li > a:hover {
color: #212121;
background-color: rgba(0, 0, 0, 0.02);
}
}
/* Small Height : 60px */
#header.header-sm #topNav a.logo {
height: 60px;
line-height: 50px;
}
#header.header-sm #topNav a.logo > img {
height: 60px;
}
#header.header-sm #topNav #topMain > li > a {
height: 60px;
line-height: 40px;
}
@media only screen and (max-width: 992px) {
#header.header-sm #topMain.nav-pills > li > a {
color: #212121;
}
#header.header-sm #topMain.nav-pills > li.active > a,
#header.header-sm #topMain.nav-pills > li > a:hover {
color: #212121;
background-color: rgba(0, 0, 0, 0.02);
}
}
/* Sticky 60px */
#header.fixed {
position: fixed;
border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
#header.fixed #topNav a.logo {
height: 60px;
line-height: 50px;
}
#header.fixed #topNav a.logo > img {
height: 60px;
}
#header.fixed #topNav #topMain > li > a {
height: 60px;
line-height: 40px;
}
/* Static */
#header.static {
position: fixed;
border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media only screen and (max-width: 992px) {
#header.header-sm #topMain.nav-pills > li > a,
#header.header-md #topMain.nav-pills > li > a {
color: #212121;
}
#header.header-sm #topMain.nav-pills > li.active > a,
#header.header-sm #topMain.nav-pills > li > a:hover,
#header.header-md #topMain.nav-pills > li.active > a,
#header.header-md #topMain.nav-pills > li > a:hover {
color: #212121;
background-color: rgba(0, 0, 0, 0.02);
}
#header.transparent.header-sm #topMain.nav-pills > li > a,
#header.transparent.header-md #topMain.nav-pills > li > a,
#header.transparent.header-sm #topMain.nav-pills > li.active > a,
#header.transparent.header-sm #topMain.nav-pills > li > a:hover,
#header.transparent.header-md #topMain.nav-pills > li.active > a,
#header.transparent.header-md #topMain.nav-pills > li > a:hover {
color: #fff;
}
#header.dark .submenu-dark #topMain {
background-color: #333;
}
#header.dark #topMain.nav-pills > li.active > a,
#header.dark #topMain.nav-pills > li:hover > a,
#header.dark #topMain.nav-pills > li > a {
color: #fff;
}
#header.dark #topMain.nav-pills > li.active > a {
background-color: rgba(0, 0, 0, 0.1);
}
}
/* Top Bar */
#topBar {
display: block;
background-color: #fff;
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar > .border-bottom {
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar > .border-top {
border-top: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar.dark {
color: #ccc;
background-color: #363839;
border-bottom-color: rgba(255, 255, 255, 0.1);
}
#topBar.dark .dropdown-menu a,
#topBar.dark ul.top-links > li > a {
color: #fff;
}
#topBar.dark .dropdown-menu a:hover {
color: #fff !important;
background-color: #333;
}
#topBar.dark ul.top-links > li {
border-right: rgba(255, 255, 255, 0.1) 1px solid;
}
body.boxed #topBar.dark ul.top-links > li {
border-right: 0;
}
#topBar.dark .dropdown-menu {
background-color: #363839;
}
#topBar.dark .dropdown-menu .divider {
background-color: #444;
}
#topBar.dark > .border-bottom {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
#topBar.dark > .border-top {
border-top-color: rgba(255, 255, 255, 0.1);
}
/* Logo */
#topBar .logo {
display: inline-block;
}
#topBar .logo img {
-webkit-transition: width .4s ease, height .4s ease;
-o-transition: width .4s ease, height .4s ease;
transition: width .4s ease, height .4s ease;
}
#topBar .logo.has-banner {
height: 100px;
line-height: 100px;
}
/* banner */
#topBar .banner {
margin: 5px 0;
display: inline-block;
padding-left: 5px;
border-left: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar.dark .banner {
border-left-color: rgba(255, 255, 255, 0.05);
}
/* social Icon */
#topBar .social-icon {
margin: 3px 0 0 0;
}
/* Links */
#topBar ul.top-links {
float: left;
margin: 0;
}
#topBar ul.top-links > li {
padding: 0;
display: inline-block;
margin-left: -3px;
position: relative;
border-right: rgba(0, 0, 0, 0.1) 1px solid;
}
#topBar ul.top-links > li:hover > .dropdown-menu,
#mainMenu ul.top-links > li:hover > .dropdown-menu {
display: block !important;
}
#topBar ul.top-links > li .dropdown-menu {
z-index: 3000;
}
#topBar ul.top-links > li > a {
padding: 10px;
font-size: 12px;
color: #151515;
display: block;
text-decoration: none;
}
#topBar ul.top-links > li > a:hover {
background-color: rgba(0, 0, 0, 0.01);
}
#topBar ul.top-links > li > a > i {
margin-right: 5px;
filter: alpha(opacity=30);
opacity: 0.3;
}
@media only screen and (max-width: 768px) {
#topBar {
text-align: center;
}
#topBar ul.top-links {
display: inline-block;
float: none;
margin: 0 auto;
}
#topBar ul.top-links > li:last-child > a {
border-right: 0;
}
}
#topBar ul.top-links li.text-welcome {
padding: 0 15px;
font-size: 12px;
}
/* Drop Downs & Lang */
#topBar ul.dropdown-menu {
min-width: 50px;
margin: 0;
padding: 0;
margin-left: -1px;
}
#topBar ul.dropdown-menu > li > a {
padding: 8px 6px;
font-size: 12px;
}
#topBar ul.dropdown-langs > li > a {
padding: 3px 6px;
font-size: 12px;
}
#topBar ul.top-links > li > a > img.flag-lang {
float: left;
margin-top: 3px;
margin-right: 6px;
}
#topBar ul.dropdown-menu > li > a > i {
margin-right: 6px;
}
#topBar ul.dropdown-langs > li:hover > a {
color: #000 !important;
background-color: #eee;
}
#topBar ul.dropdown-menu > li.divider {
margin: 0;
padding: 0;
border-bottom: 0;
height: 1px;
}
/* Nav Second Main - search, etc */
#header ul.nav-second-main {
border-left: rgba(0, 0, 0, 0.1) 1px solid;
padding-left: 15px;
margin-top: 39px;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#header.fixed ul.nav-second-main {
margin-top: 20px;
}
#header.header-sm ul.nav-second-main {
margin-top: 20px;
}
#header.header-md ul.nav-second-main {
margin-top: 23px;
}
#header ul.nav-second-main li {
padding-top: 33px;
padding: 0 5px 0px 5px;
}
#header ul.nav-second-main li > a {
background-color: transparent;
color: #666;
padding: 0 3px;
display: block;
}
#header ul.nav-second-main li i {
font-size: 18px;
width: 20px;
height: 20px;
margin: 0;
padding: 0;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#header ul.nav-second-main li:hover i {
opacity: 1;
filter: alpha(opacity=100);
}
#header ul.nav-second-main li .badge {
padding: 3px 6px;
}
/* dark & color menu */
#header.transparent ul.nav-second-main li a,
#header.transparent ul.nav-second-main li a > i,
#header.color ul.nav-second-main li a,
#header.color ul.nav-second-main li a > i,
#header.dark ul.nav-second-main li a,
#header.dark ul.nav-second-main li a > i {
color: #fff;
opacity: 1;
filter: alpha(opacity=100);
}
@media only screen and (max-width: 992px) {
#header ul.nav-second-main {
margin: 15px 15px 0 0;
border: 0;
}
#header ul.nav-second-main li {
padding: 0;
padding-top: 6px;
}
#header ul.nav-second-main {
-webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
#header.fixed ul.nav-second-main li {
padding-top: 0;
}
#header.header-md ul.nav-second-main li > a,
#header.header-sm ul.nav-second-main li > a {
margin-top: -6px;
}
}
/* submenu */
#topNav ul.dropdown-menu {
text-align: left;
margin-top: 0;
border: #eee 1px solid;
border-top: #eee 0 solid;
list-style: none;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.2) 0 6px 12px;
min-width: 200px;
padding: 0;
border-color: #1ABC9C #fff #fff;
-webkit-transition: top .4s ease;
-o-transition: top .4s ease;
transition: top .4s ease;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topNav ul.dropdown-menu li {
position: relative;
border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}
/*
#topNav .submenu-dark ul.dropdown-menu li {
border-bottom-color: rgba(0,0,0,0.2);
}
*/
#topNav ul.dropdown-menu li:last-child {
border-bottom: 0;
}
#topNav ul.dropdown-menu li a {
margin: 0;
padding: 7px 15px;
font-weight: 400;
line-height: 23px;
color: #666;
font-size: 12px;
display: block;
text-decoration: none;
}
#topNav ul.dropdown-menu > li a i {
margin-right: 6px;
font-size: 12px;
}
#topNav ul.dropdown-menu a.dropdown-toggle {
background-position: right center;
background-repeat: no-repeat;
}
#topNav ul.dropdown-menu li.active > a,
#topNav ul.dropdown-menu li.active:hover > a,
#topNav ul.dropdown-menu li.active:focus > a,
#topNav ul.dropdown-menu li:hover > a,
#topNav ul.dropdown-menu li:focus > a,
#topNav ul.dropdown-menu li:focus > a {
color: #000;
background-color: rgba(0, 0, 0, 0.05);
}
#topNav ul.dropdown-menu li.divider {
margin: -1px 0 0 0;
padding: 0;
border: 0;
background-color: rgba(0, 0, 0, 0.1);
}
#topNav .nav li:hover > ul.dropdown-menu {
padding: 0;
display: block;
z-index: 100;
}
#topNav ul.dropdown-menu li .label {
margin-top: 4px;
}
/* sub-submenu */
#topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
display: block;
position: absolute;
left: 100%;
top: 0;
padding: 0;
margin: 0;
border-left: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
}
/* onepage active link */
#topMain.nav-onepage > li.active > a {
font-weight: bold;
}
/** Responsive Top Nav **/
@media only screen and (max-width: 992px) {
.navbar-collapse {
height: 100%;
}
form.mobile-search {
display: block;
}
#topNav div.nav-main-collapse {
padding: 0;
margin: 0;
}
#topNav button.btn-mobile {
display: block;
float: right;
margin-right: 0;
}
#header.dark #topNav button.btn-mobile,
#header.transparent #topNav button.btn-mobile,
#header.theme-color #topNav button.btn-mobile {
color: #fff;
}
#topNav nav.nav-main {
background-color: #fff;
}
#topNav div.nav-main-collapse,
#topNav div.nav-main-collapse.in {
width: 100%;
margin: -1px 0 0 0;
}
#topNav div.nav-main-collapse {
float: none;
overflow-x: hidden;
max-height: 350px;
}
#topNav div.nav-main-collapse.collapse {
display: none !important;
}
#topNav div.nav-main-collapse.in {
display: block !important;
}
#topNav div.nav-main-collapse {
position: relative;
}
#topMain > li > a > span {
display: none !important;
}
#topMain li {
display: block !important;
float: none;
text-align: left;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topMain li a {
text-align: left;
border: 0;
height: auto;
line-height: 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topMain > li:hover,
#topMain > li:hover > a {
border-top: 0 !important;
}
#topMain > li > a {
height: auto;
line-height: normal;
}
/* submenu */
#topMain ul.dropdown-menu {
position: static;
clear: both;
float: none;
display: none !important;
border-left: 0 !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
display: block !important;
margin-left: 30px;
margin-right: 30px;
padding: 20px 0;
border-right: 0;
}
#topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
border-left: 0;
}
#topNav ul.nav > li:hover > a:before,
#topNav ul.nav > li.active > a:before {
background-color: transparent;
}
#topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
position: static;
}
#topNav div.submenu-dark ul.dropdown-menu {
border-top: 0;
}
/** sub menu */
#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
margin: 0;
padding: 0;
}
#topNav nav.nav-main li > ul.dropdown-menu li a {
padding-left: 40px;
}
#topNav .dropdown-menu.pull-right,
#topNav .dropdown-menu.pull-left {
float: none !important;
}
}
@media only screen and (max-width: 500px) {
#topNav div.nav-main-collapse {
max-height: 290px;
overflow-y: auto;
}
}
/* Mega Menu */
#topNav #topMain > li.mega-menu {
position: inherit;
color: #fff;
}
#topNav #topMain > li.mega-menu > ul {
max-width: 100%;
width: 100%;
}
#topNav #topMain > li.mega-menu div.row {
display: table;
margin: 0;
padding: 0;
width: 100%;
}
#topNav #topMain > li.mega-menu div.row div {
display: table-cell;
border-left: rgba(0, 0, 0, 0.1) 1px solid;
margin-left: -1px;
display: table-cell;
vertical-align: top;
float: none;
margin: 0;
padding: 15px 0 0 0;
}
#topNav #topMain > li.mega-menu div.row > div:first-child {
border-left: 0 !important;
}
#topNav #topMain > li.mega-menu div.row div > ul > li > span {
color: #111;
font-weight: bold;
display: block;
padding: 6px 15px 15px 15px;
}
#topNav #topMain > li.mega-menu div.row div:first-child {
border-left: 0;
}
/* LIGHT SUBMENU */
#topNav ul.dropdown-menu a.dropdown-toggle {
background-image: url('../images/submenu_light.png');
}
/* DARK SUBMENU */
#topNav div.submenu-dark ul.dropdown-menu {
background-color: #333;
}
#topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle {
background-image: url('../images/submenu_dark.png');
}
#topNav div.submenu-dark ul.dropdown-menu li.active > a,
#topNav div.submenu-dark ul.dropdown-menu li.active:hover > a,
#topNav div.submenu-dark ul.dropdown-menu li.active:focus > a,
#topNav div.submenu-dark ul.dropdown-menu li:hover > a,
#topNav div.submenu-dark ul.dropdown-menu li:focus > a,
#topNav div.submenu-dark ul.dropdown-menu li:focus > a {
color: #fff;
background-color: rgba(0, 0, 0, 0.15);
}
#topNav div.submenu-dark ul.dropdown-menu li.divider {
background-color: rgba(255, 255, 255, 0.1);
}
#topNav div.submenu-dark ul.dropdown-menu > li a {
color: #ccc;
}
#topNav div.submenu-dark #topMain > li.mega-menu div.row div > ul > li > span {
color: #fff;
}
#topNav div.submenu-dark #topMain > li.mega-menu div.row div {
border-left: rgba(0, 0, 0, 0.2) 1px solid;
}
/** Page Menu
**************************************************************** **/
#page-menu {
position: relative;
height: 44px;
line-height: 46px;
background-color: #333;
color: #fff;
text-shadow: rgba(0, 0, 0, .1) 1px 1px 1px;
z-index: 100;
overflow: hidden;
}
#page-menu ul {
margin: 0;
line-height: 44px;
}
#page-menu ul > li {
line-height: 44px;
float: left;
}
#page-menu ul > li > a {
color: #fff;
height: 44px;
padding: 0 10px;
display: inline-block;
text-decoration: none;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#page-menu ul > li > a > i {
margin-right: 5px;
}
#page-menu ul > li:hover,
#page-menu ul > li.active {
background-color: rgba(0, 0, 0, 0.3);
}
#page-menu nav {
position: relative;
}
#page-menu ul.list-inline.dropdown-menu {
display: block;
}
#page-menu-mobile {
display: none;
font-size: 21px;
background-color: rgba(0, 0, 0, 0.2);
height: 44px;
width: 44px;
}
@media only screen and (min-width: 990px) {
#page-menu ul {
display: block !important;
}
}
@media only screen and (max-width: 992px) {
#page-menu {
overflow: visible;
}
#page-menu ul > li {
float: none !important;
}
#page-menu-mobile {
display: inline-block;
}
#page-menu ul {
display: none;
position: absolute;
min-width: 200px;
}
#page-menu nav.pull-right ul {
right: -15px;
top: 44px;
}
#page-menu nav.pull-left ul {
left: -15px;
top: 44px;
}
#page-menu nav.pull-right #page-menu-mobile {
margin-right: -15px;
}
#page-menu nav.pull-left #page-menu-mobile {
margin-left: -15px;
}
#page-menu ul > li,
#page-menu ul > li > a {
color: #fff !important;
display: block;
float: none;
}
#page-menu ul > li > a {
color: #ccc;
}
}
/* page menu light */
#page-menu.page-menu-light {
color: #151515;
text-shadow: rgba(255, 255, 255, .1) 1px 1px 1px;
background-color: rgba(0, 0, 0, 0.1);
}
#page-menu.page-menu-light ul {
background-color: rgba(0, 0, 0, 0.02) !important;
}
#page-menu.page-menu-light ul li {
border-left: rgba(0, 0, 0, 0.05) 1px solid;
}
#page-menu.page-menu-light ul li:hover {
background-color: rgba(0, 0, 0, 0.02);
}
#page-menu.page-menu-light ul li a {
color: #151515;
}
#page-menu.page-menu-light ul li.active a {
color: #fff;
}
/* page menu dark */
#page-menu.page-menu-dark {
background-color: #444;
}
#page-menu.page-menu-dark ul {
background-color: #666 !important;
}
#page-menu.page-menu-dark ul li {
border-left: #444 1px solid;
}
/* page menu color */
#page-menu.page-menu-color ul li {
border-left: rgba(0, 0, 0, 0.1) 1px solid;
}
/* page menu transparent */
#page-menu.page-menu-transparent {
color: #151515;
border-top: rgba(0, 0, 0, 0.05) 1px solid;
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
text-shadow: rgba(255, 255, 255, .1) 1px 1px 1px;
background-color: transparent;
}
#page-menu.page-menu-transparent ul {
background-color: transparent !important;
}
#page-menu.page-menu-transparent ul li {
border-left: #fafafa 1px solid;
}
#page-menu.page-menu-transparent ul li a {
color: #212121;
}
#page-menu.page-menu-transparent ul li:hover {
background-color: rgba(0, 0, 0, 0.01);
}
#page-menu.page-menu-transparent ul li.active {
background-color: rgba(0, 0, 0, 0.05);
margin-bottom: -1px;
}
@media only screen and (max-width: 992px) {
#page-menu.page-menu-light ul {
background-color: #777 !important;
}
#page-menu.page-menu-transparent ul {
background-color: #777 !important;
}
#page-menu.page-menu-transparent ul li.active {
margin-bottom: 0;
}
#page-menu ul li {
border-left: 0;
}
}
/** Scroll To Top
**************************************************************** **/
#toTop {
font-size:38px;
line-height:33px;
background-color: rgba(0,0,0,0.3);
color: #FFF;
position: fixed;
height: 35px; width: 40px;
right: 6px; bottom: 6px;
text-align: center;
text-transform: uppercase;
opacity: 0.9;
filter: alpha(opacity=90);
text-decoration:none;
display:none;
z-index: 1000;
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#toTop:hover {
background-color: rgba(0,0,0,0.7);
}
#toTop:before {
font-family: "fontawesome";
content: "\f102";
}
/** Preloader
**************************************************************** **/
#preloader {
position: fixed;
z-index: 9999999;
top: 0; bottom: 0;
right: 0; left: 0;
background: #fff;
}
.inner {
position: absolute;
top: 0; bottom: 0;
right: 0; left: 0;
width: 54px;
height: 54px;
margin: auto;
}
.page-loader{
display:block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #fefefe;
z-index: 100000;
}
#preloader span.loader {
width: 50px;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
font-size: 10px;
text-indent: -12345px;
border-top: 1px solid rgba(0,0,0, 0.08);
border-right: 1px solid rgba(0,0,0, 0.08);
border-bottom: 1px solid rgba(0,0,0, 0.08);
border-left: 1px solid rgba(0,0,0, 0.5);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: spinner 700ms infinite linear;
-moz-animation: spinner 700ms infinite linear;
-ms-animation: spinner 700ms infinite linear;
-o-animation: spinner 700ms infinite linear;
animation: spinner 700ms infinite linear;
z-index: 100001;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/** Default Form Page
**************************************************************** **/
form.default-form {
padding: 30px;
border-radius: 3px;
background: rgba(0,0,0,.3);
}
/** Captions
**************************************************************** **/
.caption-default,
.caption-light,
.caption-dark,
.caption-color,
.caption-primary,
.caption-warning,
.caption-info,
.caption-danger {
color:#fff;
padding:10px;
font-size:13px;
background-color:rgba(0,0,0,0.9);
}
.caption-default {
color:inherit;
border:#666 1px solid;
background-color:transparent;
}
.caption-light {
color:#333;
background-color:#eaeaea;
}
.caption-dark {
color:#eee;
background-color:#666;
}
.caption-primary,
.caption-warning,
.caption-info,
.caption-danger {
color:#fff;
background-color:#333;
}
.caption-warning {
background-color:#f0ad4e;
}
.caption-info {
background-color:#5bc0de;
}
.caption-danger {
background-color:#d9534f;
}
/*
Slider Default Caption
Example usage: shop-4col-left.html (top banner)
*/
.caption-slider-default {
position:absolute !important;
left:0; right:0;
top:0; bottom:0;
color:#000 !important;
}
.caption-slider-default .caption-container {
margin:0 50px;
}
.caption-slider-default h1,
.caption-slider-default h2,
.caption-slider-default h3,
.caption-slider-default h4,
.caption-slider-default p {
margin:0;
color:#000 !important;
}
@media only screen and (max-width: 480px) {
.caption-slider-default .caption-container {
margin:0 30px;
}
.caption-slider-default h2 {
font-size:16px;
}
.caption-slider-default p {
display:none;
}
}
/** Contact
**************************************************************** **/
.contact-over-map {
position:absolute;
z-index:1;
top:0; right:0;
bottom:0; left:0;
height:100%;
}
.contact-over-box {
position:relative;
z-index:5;
background-color:#fff;
width:100%;
max-width:380px;
min-height:300px;
padding:20px;
box-shadow:#888 0 0 16px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section.dark .contact-over-box {
background-color:#212121;
}
/** Error 404
**************************************************************** **/
.error-404 {
content: '404';
font-size:200px;
line-height:200px;
font-weight:bold;
color:#ddd;
text-align:center;
left:0; right:0;
top:0; bottom:0;
}
section.dark .error-404 {
color:#666;
}
.inline-search-404 {
margin-top:60px;
}
@media only screen and (max-width: 482px) {
.inline-search-404 {
margin-top:20px;
}
footer.footer-err-404 {
display:none;
}
.err-404-row>div {
margin-bottom:15px !important;
}
}
/** Maintenance
**************************************************************** **/
.maintenance {
padding: 20px;
margin-top: 10%;
background-color: rgba(0,0,0,0.05);
font-family:'Open Sans';
font-size:14px;
line-height:23px;
text-align: center;
font-weight:300;
}
.maintenance h1 {
font-size:50px;
line-height:50px;
font-weight:300;
margin-bottom:6px;
}
@media only screen and (max-width: 480px) {
.maintenance h1 {
font-size:40px;
line-height:40px;
}
}
/** Search Page
**************************************************************** **/
div.search-result {
padding:20px 0;
border-bottom:#eee 1px solid;
}
div.search-result p {
margin:0; padding:0;
}
div.search-result img {
float:left;
margin-right:10px;
margin-top:6px;
}
.search-title-aside {
margin-top:20px;
font-size:17px;
line-height: 20px;
color:#888;
font-weight:400;
}
ul.search-history {
border-bottom:#eee 1px solid;
margin-bottom:0;
padding-bottom:6px;
}
/** Footer
**************************************************************** **/
#footer {
color: rgba(255,255,255,0.6);
background: #313131;
background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
background: -o-linear-gradient(top, #555555 0%, #313131 100%);
background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
background: linear-gradient(to bottom, #555555 0%,#313131 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}
#footer>.container {
padding-top:60px;
margin-bottom:60px;
}
#footer>.copyright {
background-color:rgba(0,0,0,0.2);
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
padding:25px 0;
font-size:13px;
display:block;
}
#footer>.copyright.has-social {
padding:8px;
}
#footer>.copyright.has-social .social-icon {
margin-top:8px;
margin-bottom:0;
line-height:0;
}
#footer>.copyright .copyright-text {
margin-top:14px;
}
#footer canvas {
width:auto !important;
height:auto !important;
}
/* Footer Logo */
#footer img.footer-logo {
margin-bottom:20px;
display:block;
}
#footer .footer-logo.footer-2 {
float:left;
margin:0 20px 10px 0;
border-right:rgba(255,255,255,0.1) 1px solid;
padding-right:20px;
}
/* Footer Typography */
#footer h2 {
font-size:26px;
text-shadow:rgba(0,0,0,0.3) 3px 3px 5px;
}
#footer h3 {
font-size:18px;
margin-bottom:25px;
}
#footer h4 {
font-size:15px;
margin-bottom:25px;
}
#footer a {
color: rgba(255,255,255,0.6);
text-decoration:none;
}
#footer a:hover {
color: rgba(255,255,255,0.9);
}
#footer p {
margin-top:0;
}
#footer ul {
margin-bottom:0;
}
#footer hr {
border:0;
margin:20px 0;
border-bottom:rgba(255,255,255,0.1) 1px solid;
border-top:rgba(0,0,0,0.4) 1px solid;
}
#footer address {
margin-bottom:0;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
color: rgba(255,255,255,0.8);
font-weight:600;
}
/* footer form */
#footer form input,
#footer form textarea {
color: #999;
background-color: rgba(0,0,0,.2);
border-color: rgba(0,0,0,.25);
margin-bottom:6px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#footer form input[type="submit"]:hover,
#footer form input:focus,
#footer form textarea:focus {
background-color: rgba(0,0,0,.3);
}
#footer form .input-group-addon {
color: #999;
background-color: rgba(0,0,0,.4);
border-color: rgba(0,0,0,.25);
}
#footer form .input-group input,
#footer form .input-group textarea {
margin-bottom:0;
}
@media only screen and (max-width: 480px) {
#footer h4 {
margin-top:60px;
display:block;
}
#footer .mobile-block {
margin-bottom:25px !important;
}
#footer.footer-fixed .mobile-block {
margin-bottom:0 !important;
}
#footer .copyright {
text-align:center;
}
}
/* footer list links */
#footer ul.footer-links>li {
padding-bottom:10px;
font-weight:300;
}
#footer ul.footer-links>li>a {
color: rgba(255,255,255,0.6);
}
#footer ul.footer-links>li>a:hover {
color: rgba(255,255,255,0.9);
}
#footer ul.footer-links>li>a:before {
content: "\f105";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
padding-right:10px;
}
/* footer news list */
#footer ul.footer-list li {
padding:10px 0;
border-bottom:rgba(0,0,0,0.2) 1px solid;
}
#footer ul.footer-list li small {
display:block;
font-family:'Open Sans',Arial,Helvetica,sans-serif;
color:#ddd;
}
#footer ul.footer-list.half-paddings li {
padding:6px 0;
}
#footer ul.footer-list.half-paddings.noborder li {
border:0;
}
/* footer posts */
#footer ul.footer-posts>li {
padding: 15px 0;
border-bottom:rgba(255,255,255,0.07) 1px solid;
}
#footer ul.footer-posts>li:first-child {
padding-top:0;
}
#footer ul.footer-posts>li:last-child {
border-bottom:0;
}
#footer ul.footer-posts>li>small {
display:block;
}
/* footer contact text */
#footer address {
background:url('../images/world-map.png') no-repeat center;
}
#footer address .footer-sprite {
margin-bottom:20px;
padding-left:30px;
background:url('../images/footer_sprite.png') no-repeat 0 0;
}
#footer address .footer-sprite:last-child {
margin-bottom:0;
}
#footer p {
line-height:18px;
}
#footer p.contact-desc {
margin:0 0 30px 0;
padding:0 0 10px 0;
border-bottom:#403E44 1px dashed;
}
#footer address.footer-sprite.address {
background-position:0 0;
}
#footer address.footer-sprite.phone {
background-position:0 -138px;
line-height:30px;
}
#footer address.footer-sprite.email {
background-position:0 -247px;
}
/* footer links - breadcrumbs like */
#footer ul.inline-links>li+li:before {
padding: 0 5px 0 0;
content: "/\00a0";
color:rgba(255,255,255,0.3);
}
/* footer images gallery */
#footer.footer-gallery>a {
display:inline-block;
margin-bottom:3px;
margin-right:3px;
float:left;
}
#footer.footer-gallery>a:hover {
opacity:0.8;
}
@media only screen and (max-width: 768px) {
#footer.footer-gallery {
text-align:center;
}
#footer.footer-gallery>a,
#footer.footer-gallery>img {
float:none;
margin-right:0;
}
#footer.row>div {
margin-bottom:60px;
}
}
/* sticky footer */
footer.sticky {
width: 100%;
}
@media only screen and (max-width: 768px) {
footer.sticky {
top:auto !important;
position:relative !important;
}
}
#footer .btn,
#footer .form-control {
height:36px;
}
#footer .btn-sm,
#footer .btn-xs,
#footer .btn-lg,
#footer .btn-xlg {
height:auto;
}
#footer .copyright ul.list-social-icons {
height:30px;
}
#footer .copyright ul.list-social-icons a.social-icon {
margin:0;
}
/** Responsive
**************************************************************** **/
@media only screen and (max-width: 992px) {
#header.header-sm #topNav button.btn-mobile {
margin-top:16px;
}
#header.header-sm #topNav button.btn-mobile {
margin-top:11px;
}
#topNav #topMain>li.mega-menu div.row div {
display:block !important;
border:0 !important;
}
.block-md {
display:block;
}
.text-center-md {
text-align:center !important;
float:none !important;
}
#header .nav-second-main .quick-cart-box,
#header .nav-second-main .search-box {
box-shadow:none !important;
}
/* fullwidth button fix */
body>.btn.fullwidth,
#wrapper>.btn.fullwidth {
padding-top:0!important;
padding-bottom:20px!important;
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3.0 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera <7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP Printers */
word-wrap: break-word; /* IE 5+ */
}
body>.btn.fullwidth>span,
#wrapper>.btn.fullwidth >span {
line-height:30px !important;
}
}
@media only screen and (max-width: 768px) {
#header.fixed {
position:fixed;
}
#header.transparent + #slider h1 {
margin-top:80px !important;
}
section div.row>div {
margin-bottom:60px;
}
section div.row.lightbox>div {
margin-bottom:0;
}
section form div.row>div.form-group>div,
section form div.row>div {
margin-bottom:15px;
}
section form div.row>div.form-group>div:last-child,
section form div.row>div:last-child {
margin-bottom:0;
}
.block-sm {
display:block;
}
.text-center-md {
text-align:center !important;
}
form.landing-form >div {
margin-bottom:5px !important;
}
}
@media only screen and (max-width: 480px) {
.mobile-block {
display:block;
float:none !important;
position:relative;
}
.mobile-block>.social-icon {
float:none !important;
}
.block-xs {
display:block;
}
.text-center-xs {
text-align:center !important;
float:none !important;
}
.modal-short {
max-height: 320px;
overflow: auto;
}
.size-50 {
font-size:30px !important;
line-height:36px !important;
}
.size-40 {
font-size:30px !important;
line-height:36px !important;
}
.size-30 {
font-size:23px !important;
line-height:26px !important;
}
}
/** DEMO ONLY
DO NOT USE THIS CSS - USED FOR DEMO ONLY!
**************************************************************** **/
.iconsPreview a {
text-decoration:none;
}
.iconsPreview .fa-hover a {
display:block;
padding:4px;
text-decoration:none;
}
.iconsPreview .fa-hover a:hover {
background-color:#f3f3f3;
}
.iconsPreview .fa-hover i {
width:20px;
margin-right:10px;
color:#333 !important;
}
.iconsPreview .fa-hover a span {
color:#666;
}
/** *** **/
.iconFlags a {
text-decoration:none;
}
.iconFlags .flag-icon {
padding-top:4px;
padding-bottom:4px;
cursor:pointer;
display:block;
}
.iconFlags .flag-icon img {
display:inline-block;
margin-right:6px;
}
.iconFlags .flag-icon:hover {
background-color:#f3f3f3;
}
.bs-glyphicons a {
text-decoration:none;
}
.bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
.bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.bs-glyphicons li {
float: left;
width: 25%;
height: 115px;
padding: 10px;
font-size: 10px;
line-height: 1.4;
text-align: center;
border: 1px solid #fff;
background-color: #f9f9f9;
cursor:pointer;
padding-top: 20px;
}
.bs-glyphicons li:hover {
background-color:#f3f3f3;
}
@media (min-width: 769px) {
.bs-glyphicons li {
width: 12.5%;
font-size: 12px;
}
}
.iconExamples a {
text-decoration:none;
}
.iconExamples .example {
text-align: center;
cursor:pointer;
padding:6px 3px;
}
.iconExamples .example:hover {
background-color:#f3f3f3;
}
.iconExamples .example:before,
.iconExamples .example:after {
content: " ";
display: table;
}
.iconExamples .example .icon {
font-size: 20px;
float: left;
width: 35px;
}
.iconExamples .example .class {
text-align: center;
float: left;
margin-top: 0;
font-weight: 400;
margin-left: 10px;
color: #333;
}
/** *** **/
.row.show-grid,
.row.show-grid>div {
padding:0;
}
.grid-block {
background-color: #EEE;
border: 1px solid #FFF;
display: block;
line-height: 40px;
min-height: 40px;
text-align: center;
}
.grid-color span {
display:block;
padding: 10px 0;
text-align: center;
background-color:rgba(0,0,0,0.1);
}
.grid-demo [class*="col-"] {
background: #fafafa;
border: 1px solid;
border-color: #ddd;
padding: 10px;
text-align: center;
margin-bottom:20px;
}
.grid-demo .row {
margin-left:0;
margin-right:0;
}
/** *** **/
.linecon a {
text-decoration:none;
}
.linecon .icon {
width: 12.5%;
float: left;
height: 115px;
text-align: center;
padding: 22px 10px;
margin: 0 -1px -1px 0;
border: 1px solid #fff;
background-color: #f6f6f6;
word-wrap: break-word;
cursor:pointer;
}
.linecon .icon:hover {
background-color:#f3f3f3;
}
.linecon .icon i {
display: block;
font-size: 30px;
margin-bottom: 10px;
}
/** *** **/
.colors-bg-demo {
padding:3px;
margin-top:3px;
}
/** et line icons */
.et-line-icons li>i {
margin-bottom: 10px;
font-size: 26px;
display:block;
text-align:center;
color:#000;
margin-top:25px;
}
.et-line-icons li>span {
font-size:13px;
}
.et-line-icons li {
float: left;
width: 25%;
height: 115px;
padding: 10px;
font-size: 10px;
line-height: 1.4;
text-align: center;
border: 1px solid #fff;
background-color: #f9f9f9;
cursor:pointer;
}
.et-line-icons li:hover {
background-color:#f3f3f3;
}
@media (min-width: 769px) {
.et-line-icons li {
width: 12.5%;
font-size: 12px;
}
} | dandeliondiary/static/css/layout.css | **************************************************************** **/
html, body {
height: 100%;
}
body {
color: #666;
background-color: #fff;
font-family: 'Open Sans', 'Rubik', 'Libre Franklin', Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.5;
margin: 0;
padding: 0;
}
/* example usage: index-onepage-youtube.html */
body.has-image-bg section,
body.has-video-bg section {
background-color:#fff;
}
body #wrapper {/* used by RTL*/
overflow:hidden;
min-height:100%; /* because short page hide long menus */
}
body.bg-grey,
body.bg-grey #wrapper {
background-color:#f1f2f7;
}
section {
display: block;
position: relative;
padding: 80px 0;
border-bottom:rgba(0,0,0,0.1) 1px solid;
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
background-size: cover !important;
box-sizing: border-box !important;
}
section:after,
section:before {
content:" ";
display:table;
}
section header.section-header {
margin-bottom:80px;
}
div.alternate,
section.alternate {
background-color: rgba(0, 0, 0, 0.02);
}
section.dark {
background-color: #212121;
border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
section.dark.alternate {
background-color: #151515;
}
section.theme-color,
section.theme-color h1,
section.theme-color h2,
section.theme-color h3,
section.theme-color h4,
section.theme-color h5,
section.theme-color h6,
section.theme- p,
section.dark,
section.dark p,
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 {
color: #fff;
}
section.padding-xxs {
padding: 30px 0;
}
section.padding-xs {
padding: 60px 0;
}
section.padding-md {
padding: 80px 0;
}
section.padding-lg {
padding: 120px 0;
}
section.padding-xlg {
padding: 140px 0;
}
section.dark a {
color: #999;
}
section.parallax {
border: 0;
}
body.bg-grey,
body.bg-grey #wrapper {
background-color: #f1f2f7;
}
.container {
position: relative;
}
a:active,
a:focus,
a:hover {
color: #212121;
text-decoration: none;
}
/* black link color - override theme color link */
a.href-reset,
.href-reset a {
color: #121212;
}
section.dark a.href-reset,
section.dark .href-reset a {
color: #eee;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #121212;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #888;
}
section.dark h1 a,
section.dark h2 a,
section.dark h3 a,
section.dark h4 a,
section.dark h5 a,
section.dark h6 a {
color: #eee;
}
section.dark h1 a:hover,
section.dark h2 a:hover,
section.dark h3 a:hover,
section.dark h4 a:hover,
section.dark h5 a:hover,
section.dark h6 a:hover {
color: #fff;
}
section header > h1,
section header > h2,
section header > h3,
section header > h4,
section header > h5,
section header > h6 {
margin: 0;
}
small {
font-family: 'Lato', sans-serif;
}
label {
display: block;
}
/* form control: inputs, textarea, etc */
.btn {
position: relative;
}
.btn-default {
border-width: 2px;
}
.btn > .label-absolute {
position: absolute;
right: -6px;
top: -8px;
}
.input-group-addon {
border: #ddd 2px solid;
border-right: 0;
}
section.dark .input-group-addon {
background-color: #212121;
border-color: #666;
color: #eaeaea;
}
.form-control {
border: #ddd 2px solid;
box-shadow: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section .input-group-btn .btn.btn-default,
section .input-group-btn button.btn-default {
border-width: 2px;
border-color: #ddd;
}
.form-control:focus {
border-color: #c6c6c6;
}
section.dark .form-control {
border-color: #666;
background-color: rgba(255, 255, 255, 0.05);
}
section.dark .form-control:focus {
border-color: #999;
}
.nav-tabs > li > a {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.label {
padding: .4em .6em .4em;
}
/* DARK PRESETS */
section.dark input,
section.dark select,
section.dark textarea {
color: #fff;
}
section.dark .btn {
color: #fff;
}
section.dark .thumbnail {
border-color: #444;
background-color: transparent;
}
section.dark h1.page-header,
section.dark h2.page-header,
section.dark h3.page-header,
section.dark h4.page-header,
section.dark h5.page-header,
section.dark h6.page-header {
border-bottom-color: #666;
}
/* fonts */
.font-open-sans {
font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}
.font-lato {
font-weight: 300;
font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}
.font-raleway {
font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
}
/*
GLOBAL RADIUS
Add here all needed bootstrap elements
*/
pre,
.alert,
.panel,
.navbar-toggle,
.btn {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*
bootstrap rewrite
*/
img.img-responsive {
display: inline-block;
}
/* cover video */
.cover-video {
}
/** Boxed
**************************************************************** **/
body.boxed {
background-color: #f1f2f7;
}
body.boxed section {
background-color: #fff;
}
body.boxed #wrapper {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 50px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media only screen and (max-width: 992px) {
body.boxed #wrapper {
margin-top: 0;
margin-bottom: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
}
/** Color Background
**************************************************************** **/
/*
GRAIN BLUE BACKGROUND
*/
body.grain-blue,
body.grain-blue #wrapper,
body.grain-blue #topBar,
body.grain-blue #header.fixed,
body.grain-blue #header li.search .search-box,
body.grain-blue #header li.quick-cart .quick-cart-box,
body.grain-blue div.heading-title h1,
body.grain-blue div.heading-title h2,
body.grain-blue div.heading-title h3,
body.grain-blue div.heading-title h4,
body.grain-blue div.heading-title h5,
body.grain-blue div.heading-title h6 {
background: #dce4e9 url('../images/grain_bg.png') repeat;
}
/*
GRAIN GREY BACKGROUND
*/
body.grain-grey,
body.grain-grey #wrapper,
body.grain-grey #topBar,
body.grain-grey #header.fixed,
body.grain-grey #header li.search .search-box,
body.grain-grey #header li.quick-cart .quick-cart-box,
body.grain-grey div.heading-title h1,
body.grain-grey div.heading-title h2,
body.grain-grey div.heading-title h3,
body.grain-grey div.heading-title h4,
body.grain-grey div.heading-title h5,
body.grain-grey div.heading-title h6 {
background: #f1f2f7 url('../images/grain_bg.png') repeat;
}
/*
GRAIN GREEN BACKGROUND
*/
body.grain-green,
body.grain-green #wrapper,
body.grain-green #topBar,
body.grain-green #header.fixed,
body.grain-green #header li.search .search-box,
body.grain-green #header li.quick-cart .quick-cart-box,
body.grain-green div.heading-title h1,
body.grain-green div.heading-title h2,
body.grain-green div.heading-title h3,
body.grain-green div.heading-title h4,
body.grain-green div.heading-title h5,
body.grain-green div.heading-title h6 {
background: #e6eeea url('../images/grain_bg.png') repeat;
}
/*
GRAIN ORANGE BACKGROUND
*/
body.grain-orange,
body.grain-orange #wrapper,
body.grain-orange #topBar,
body.grain-orange #header.fixed,
body.grain-orange #header li.search .search-box,
body.grain-orange #header li.quick-cart .quick-cart-box,
body.grain-orange div.heading-title h1,
body.grain-orange div.heading-title h2,
body.grain-orange div.heading-title h3,
body.grain-orange div.heading-title h4,
body.grain-orange div.heading-title h5,
body.grain-orange div.heading-title h6 {
background: #fff4ea url('../images/grain_bg.png') repeat;
}
/*
GRAIN YELLOW BACKGROUND
*/
body.grain-yellow,
body.grain-yellow #wrapper,
body.grain-yellow #topBar,
body.grain-yellow #header.fixed,
body.grain-yellow #header li.search .search-box,
body.grain-yellow #header li.quick-cart .quick-cart-box,
body.grain-yellow div.heading-title h1,
body.grain-yellow div.heading-title h2,
body.grain-yellow div.heading-title h3,
body.grain-yellow div.heading-title h4,
body.grain-yellow div.heading-title h5,
body.grain-yellow div.heading-title h6 {
background: #ffffe6 url('../images/grain_bg.png') repeat;
}
/* essentials.css rewrite : heading shortcode */
body.grain-blue div.heading-title.heading-line-single:before,
body.grain-grey div.heading-title.heading-line-single:before,
body.grain-green div.heading-title.heading-line-single:before,
body.grain-orange div.heading-title.heading-line-single:before,
body.grain-yellow div.heading-title.heading-line-single:before,
body.grain-blue div.heading-title.heading-line-double:before,
body.grain-grey div.heading-title.heading-line-double:before,
body.grain-green div.heading-title.heading-line-double:before,
body.grain-orange div.heading-title.heading-line-double:before,
body.grain-yellow div.heading-title.heading-line-double:before {
border-top: 3px double #ccc;
}
/* color header */
body.grain-blue #header,
body.grain-grey #header,
body.grain-green #header,
body.grain-orange #header,
body.grain-yellow #header {
background-color: rgba(0, 0, 0, 0.16);
}
body.grain-blue #header.dark,
body.grain-grey #header.dark,
body.grain-green #header.dark,
body.grain-orange #header.dark,
body.grain-yellow #header.dark {
background-color: rgba(33, 33, 33, 0.8);
}
body.grain-blue #header.dark.fixed,
body.grain-grey #header.dark.fixed,
body.grain-green #header.dark.fixed,
body.grain-orange #header.dark.fixed,
body.grain-yellow #header.dark .fixed {
background-color: #333;
}
body.grain-blue section.page-header,
body.grain-grey section.page-header,
body.grain-green section.page-header,
body.grain-orange section.page-header,
body.grain-yellow section.page-header {
border: 0;
}
/** Slide Top
**************************************************************** **/
#slidetop {
color: #888;
font-size: 13px;
background-color: #363839;
z-index: 1500;
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#slidetop h1,
#slidetop h2,
#slidetop h3,
#slidetop h4,
#slidetop h5,
#slidetop h6 {
font-size: 13px;
line-height: 20px;
color: #fff;
}
#slidetop ul {
margin: 0;
}
#slidetop a {
color: #ccc;
text-decoration: none;
}
#slidetop ul > li > a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
#slidetop ul > li > a > i {
margin-right: 6px;
}
#slidetop h1 > i,
#slidetop h2 > i,
#slidetop h3 > i,
#slidetop h4 > i,
#slidetop h5 > i,
#slidetop h6 > i {
margin-right: 8px;
}
#slidetop a:hover {
color: #fff;
}
#slidetop .container {
display: none;
height: auto;
padding: 30px 0;
}
#slidetop a.slidetop-toggle {
height: 35px;
position: absolute;
right: 0;
bottom: -35px;
border-top: 35px solid #363839;
border-left: 35px solid transparent;
display: inline-block;
text-decoration: none;
color: #fff;
text-align: center;
}
#slidetop a.slidetop-toggle:after {
font-family: FontAwesome;
content: "\f067";
height: 18px;
color: #fff;
position: absolute;
top: -34px;
left: -16px;
}
#slidetop.active a.slidetop-toggle:after {
content: "\f068";
}
@media only screen and (max-width: 768px) {
#slidetop {
display: none !important;
}
}
/** Parallax Social Icons
**************************************************************** **/
#sidepanel {
color: #888;
font-size: 13px;
position: fixed;
top: 0;
right: -280px;
bottom: 0;
width: 280px;
z-index: 3000;
background-color: #363839;
overflow: hidden;
display: none;
-webkit-transition: right .4s ease;
-o-transition: right .4s ease;
transition: right .4s ease;
}
#sidepanel_overlay {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2999;
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
}
#sidepanel_close {
color: #999;
background-color: rgba(0, 0, 0, 0.2);
display: block;
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
font-size: 18px;
line-height: 40px;
text-align: center;
}
#sidepanel_close:hover {
color: #fff;
}
#sidepanel.sidepanel-light #sidepanel_close {
color: #777;
background-color: rgba(0, 0, 0, 0.1);
}
#sidepanel.sidepanel-light #sidepanel_close:hover {
color: #333;
}
#sidepanel.sidepanel-theme-color #sidepanel_close {
color: #ccc;
background-color: rgba(0, 0, 0, 0.1);
}
#sidepanel.sidepanel-theme-color #sidepanel_close:hover {
color: #fff;
}
/* position */
#sidepanel.sidepanel-inverse {
right: auto;
left: -280px;
}
/* colors */
#sidepanel.sidepanel-dark {
color: #ddd;
background-color: #363839;
}
#sidepanel.sidepanel-light {
color: #111;
background-color: #ffffff;
}
#sidepanel.sidepanel-theme-color {
color: #fff;
background-color: #333;
}
/* sidepanel content */
#sidepanel h1,
#sidepanel h2,
#sidepanel h3,
#sidepanel h4,
#sidepanel h5,
#sidepanel h6 {
color: #ddd;
}
#sidepanel .sidepanel-content {
margin: 50px 30px;
overflow-y: auto;
}
#sidepanel .sidepanel-title {
font-size: 18px;
line-height: 23px;
}
/* sidepanel menu */
#sidepanel ul > li > a {
font-size: 14px;
}
#sidepanel ul ul > li > a {
font-size: 11px;
}
#sidepanel ul {
border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
padding-bottom: 30px;
}
#sidepanel ul ul {
margin-top: 6px;
border-bottom: 0;
padding-bottom: 0;
}
#sidepanel ul ul > li {
padding: 5px 0 5px 32px;
}
#sidepanel .list-group-item {
background-color: transparent;
border: 0;
padding: 8px 0;
}
#sidepanel .list-group-item a {
color: #ddd;
display: block;
text-decoration: none;
}
#sidepanel ul li a[data-toggle="collapse"] {
/* font-weight:bold; */
}
#sidepanel ul li a[data-toggle="collapse"].collapsed {
color: #ddd;
font-weight: normal;
}
#sidepanel ul li a > i.ico-dd {
float: right;
}
#sidepanel ul li a > i.ico-category {
width: 20px;
}
#sidepanel .list-group-item a > i {
margin-right: 6px;
}
#sidepanel .list-group-item .badge {
float: right;
}
/* light */
#sidepanel.sidepanel-light ul a,
#sidepanel.sidepanel-light ul li a[data-toggle="collapse"].collapsed,
#sidepanel.sidepanel-light .list-group-item ul li a[data-toggle="collapse"].collapsed {
color: #777 !important;
}
#sidepanel.sidepanel-light,
#sidepanel.sidepanel-light h1,
#sidepanel.sidepanel-light h2,
#sidepanel.sidepanel-light h3,
#sidepanel.sidepanel-light h4,
#sidepanel.sidepanel-light h5,
#sidepanel.sidepanel-light h6,
#sidepanel.sidepanel-light ul li a[data-toggle="collapse"],
#sidepanel.sidepanel-light ul a:hover {
color: #111 !important;
}
/* theme color */
#sidepanel.sidepanel-theme-color ul a,
#sidepanel.sidepanel-theme-color ul li a[data-toggle="collapse"].collapsed,
#sidepanel.sidepanel-theme-color .list-group-item ul li a[data-toggle="collapse"].collapsed {
color: #eee !important;
}
#sidepanel.sidepanel-theme-color,
#sidepanel.sidepanel-theme-color h1,
#sidepanel.sidepanel-theme-color h2,
#sidepanel.sidepanel-theme-color h3,
#sidepanel.sidepanel-theme-color h4,
#sidepanel.sidepanel-theme-color h5,
#sidepanel.sidepanel-theme-color h6,
#sidepanel.sidepanel-theme-color ul li a[data-toggle="collapse"],
#sidepanel.sidepanel-theme-color ul a:hover {
color: #fff !important;
}
/** Top Nav
**************************************************************** **/
#header {
position: relative;
left: 0;
top: 0;
right: 0;
z-index: 1000;
background-color: #fff;
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
-webkit-transition: all .800s;
-moz-transition: all .800s;
-o-transition: all .800s;
transition: all .800s;
}
#header a.logo > img {
height: 80px;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#header a.logo.logo-responsive > img {
height: 100%; /* used on center - example: page-coming-soon-1.html */
}
/* force uppercase links */
#topBar ul li a,
#mainMenu ul li a,
#topMain ul li a {
text-transform: uppercase;
}
/* two logo images : light & dark */
#header a.logo > img:last-child {
display: none;
}
#header a.logo > img:first-child {
display: inline-block;
}
#header.fixed a.logo > img:first-child {
display: none;
}
#header.fixed a.logo > img:last-child {
display: inline-block;
}
/* shadows */
#header.shadow-after-1:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 60px;
bottom: -60px;
background-image: url('../images/misc/shadow1.png');
background-size: 100% 100%;
}
#header.shadow-before-1:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 60px;
background-image: url('../images/misc/shadow1.png');
background-size: 100% 100%;
}
#header.shadow-after-2:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 60px;
bottom: -60px;
background-image: url('../images/misc/shadow2.png');
background-size: 100% 100%;
}
#header.shadow-before-2:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 60px;
background-image: url('../images/misc/shadow2.png');
background-size: 100% 100%;
}
#header.shadow-after-3:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 60px;
bottom: -60px;
background-image: url('../images/misc/shadow3.png');
background-size: 100% 100%;
}
#header.shadow-before-3:before {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 60px;
background-image: url('../images/misc/shadow3.png');
background-size: 100% 100%;
}
/** Search - Default **/
#header li.search {
display: inline-block;
}
#header li.search .search-box {
display: none;
right: 0;
left: auto;
top: 100%;
padding: 15px;
background-color: #fff;
position: absolute;
box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
width: 274px;
margin-top: 36px;
z-index: 22;
}
#header.header-md li.search .search-box {
margin-top: 25px;
}
#header.header-sm li.search .search-box {
margin-top: 19px;
}
#header.fixed li.search .search-box {
margin-top: 18px;
}
#header.fixed.header-sm li.search .search-box {
margin-top: 18px;
}
#header.fixed.header-md li.search .search-box {
margin-top: 15px;
}
#header li.search i.fa {
color: #333;
cursor: pointer;
position: relative;
}
form.mobile-search {
display: none;
}
/** Search - Full screen **/
#header li.search.fullscreen > .search-box {
text-align: center;
position: fixed;
padding: 30px;
background-color: rgba(255, 255, 255, 0.95) !important;
left: 0;
top: 0 !important;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0 !important;
z-index: 2000;
}
#header li.search.fullscreen > .search-box > form {
max-width: 800px;
display: inline-block;
margin: auto;
margin-top: 20%;
}
#header li.search.fullscreen > .search-box > form input {
border: 0;
background-color: rgba(0, 0, 0, 0.1);
padding-top: 15px;
padding-bottom: 15px;
height: 65px;
font-size: 24px;
font-weight: 300;
color: #121212;
border-right: rgba(0, 0, 0, 0.2) 1px solid;
}
#header li.search.fullscreen > .search-box > form button {
border: 0;
font-size: 24px;
padding: 15px 20px !important;
height: 65px;
background-color: rgba(0, 0, 0, 0.1);
color: #888;
}
#header li.search.fullscreen > .search-box > form button > i {
color: #999;
font-size: 22px;
}
#header li.search.fullscreen > .search-box > form button:hover > i {
color: #121212;
}
#header li.search.fullscreen #closeSearch {
background-color: rgba(0, 0, 0, 0.05);
text-decoration: none;
text-align: center;
width: 60px;
height: 60px;
line-height: 60px;
position: absolute;
top: -3px;
left: 50%;
margin-left: -30px;
color: #888;
font-size: 40px;
z-index: 1000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#header li.search.fullscreen #closeSearch:hover {
color: #111;
}
/* Dark */
#header li.search.fullscreen.dark > .search-box {
background-color: rgba(0, 0, 0, 0.95) !important;
}
#header li.search.fullscreen.dark > .search-box > form input {
color: #ddd;
background-color: rgba(255, 255, 255, 0.1);
border-right-color: rgba(255, 255, 255, 0.2);
}
#header li.search.fullscreen.dark > .search-box > form button {
background-color: rgba(255, 255, 255, 0.1);
}
#header li.search.fullscreen.dark > .search-box > form button > i {
color: #999;
}
#header li.search.fullscreen.dark > .search-box > form button:hover > i {
color: #fff;
}
#header li.search.fullscreen.dark #closeSearch {
background-color: rgba(255, 255, 255, 0.2);
color: #888;
}
#header li.search.fullscreen.dark #closeSearch:hover {
color: #fff;
}
@media only screen and (max-width: 480px) {
#header li.search.fullscreen > .search-box > form {
margin-top: 30%;
}
}
@media only screen and (max-height: 400px) {
#header li.search.fullscreen > .search-box > form {
margin-top: 60px;
}
}
/** Search - Header **/
#header .search-box.over-header {
text-align: center;
position: absolute;
padding: 0;
background-color: #fff !important;
left: 0;
top: 0 !important;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0 !important;
z-index: 2000;
border: 0;
display: none;
}
#header .search-box.over-header > form {
display: block;
z-index: 0;
}
#header .search-box.over-header > form > input {
font-size: 32px;
font-weight: bold;
background-color: transparent;
height: inherit;
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: -30px;
padding-left: 40px;
padding-right: 60px;
border: 0;
box-shadow: none;
}
#header .search-box.over-header > form > input::-webkit-input-placeholder { /* WebKit browsers */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header > form > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header > form > input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header > form > input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #666;
text-transform: uppercase;
}
#header .search-box.over-header #closeSearch {
position: absolute;
color: #333;
background: transparent;
top: 50%;
right: 30px;
font-size: 20px;
margin-top: -10px;
z-index: 1;
}
/* dark */
#header.dark .search-box.over-header {
background-color: #333 !important;
}
#header.dark .search-box.over-header > form > input {
color: #fff;
}
#header.dark .search-box.over-header > form > input::-webkit-input-placeholder { /* WebKit browsers */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header > form > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header > form > input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header > form > input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #ddd;
text-transform: uppercase;
}
#header.dark .search-box.over-header #closeSearch {
color: #fff;
}
#header.translucent #topMain,
#header.dark.transparent #topMain {
background-color: transparent;
}
@media only screen and (max-height: 760px) {
#header .search-box.over-header > form > input {
font-size: 20px;
margin-top: -20px;
font-weight: 300;
}
}
/** Menu Vertical **/
body.menu-vertical.menu-vertical #wrapper .container {
width: 100%;
}
body.menu-vertical.menu-vertical #wrapper {
margin-left: 263px;
}
body.menu-vertical.menu-vertical.menu-inverse #wrapper {
margin-right: 263px;
margin-left: 0;
}
body.menu-vertical #mainMenu.sidebar-vertical {
position: fixed;
left: 0;
top: 0;
bottom: 0;
width: 263px;
background-color: #fff;
z-index: 100;
}
body.menu-vertical.menu-inverse #mainMenu.sidebar-vertical {
left: auto;
right: 0;
}
body.menu-vertical #mainMenu .navbar-collapse {
background-color: transparent;
border-color: transparent;
}
body.menu-vertical #mainMenu .navbar-default {
background-color: transparent !important;
border: 0;
}
body.menu-vertical #mainMenu .logo {
display: block;
margin: 30px 0 30px 0;
padding: 30px 0;
}
/* Aside Vertical */
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > li > a {
border-bottom: #eee 1px solid;
text-align: left;
font-size: 12px;
text-transform: uppercase;
}
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > li > a.dropdown-toggle {
background-image: url('../images/submenu_light.png');
background-position: center right;
background-repeat: no-repeat;
}
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > li > a > i {
margin-right: 13px;
color: #666;
float: left;
width: 20px;
text-align: center;
line-height: 22px;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu {
top: -1px;
left: auto;
right: -230px;
padding: 0;
width: 230px;
overflow: hidden;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > li > a {
border-bottom: #eee 1px solid;
font-size: 12px;
text-transform: uppercase;
}
body.menu-vertical #mainMenu.sidebar-vertical li.dropdown.open > a {
background-color: transparent !important;
color: #111;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar {
width: 100%;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a:focus,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a:hover,
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > .active > a,
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover > a {
background-color: rgba(0, 0, 0, 0.01);
}
body.menu-vertical #mainMenu.sidebar-vertical .social-icons {
padding: 30px 15px;
}
body.menu-vertical #mainMenu .social-icon {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* Inline Search */
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .inline-search form input.serch-input {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .inline-search form button {
border-left-color: rgba(255, 255, 255, 0.1);
}
/* Column Menu / Mega Menu */
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu {
min-width: 600px;
width: auto !important;
left: 262px;
right: auto;
background-position: top right;
background-repeat: no-repeat;
}
body.menu-vertical.menu-inverse #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu {
min-width: 600px;
width: auto !important;
left: auto !important;
right: 262px !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu ul li {
list-style: none;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu ul {
background-color: transparent;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu .row > div {
padding: 10px;
min-width: 100px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.divider {
border: 0;
background: none;
margin-bottom: 20px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a {
font-size: 11px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu ul,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li {
border: 0 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h3,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h4,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h5,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a h6 {
font-size: 15px;
line-height: 15px;
margin: 0 0 8px 0;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h3,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h4,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h5,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.nav ul.dropdown-menu.column-menu a h6 {
color: #fff;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h3,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h3,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h4,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h4,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h5,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h5,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu a:hover h6,
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu li.active a h6 {
text-decoration: underline;
}
@media only screen and (max-width: 768px) {
body.menu-vertical #mainMenu.sidebar-vertical ul.nav ul.dropdown-menu.column-menu {
background-image: none !important;
}
}
/* Top Options */
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links {
margin: 10px;
border: 0 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu {
top: auto;
left: auto;
right: auto;
width: auto;
min-width: 10px;
border: 0 !important;
background-color: #fff !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu li,
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu li a {
border: 0 !important;
color: #333 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu li.divider {
margin: 0;
background-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links .dropdown-menu > li > a {
padding: 3px 6px;
font-size: 12px;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links a.dropdown-toggle {
background-color: rgba(0, 0, 0, 0.1) !important;
padding: 3px 6px !important;
margin-bottom: 3px;
font-size: 12px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark ul.top-links a.dropdown-toggle {
background-color: rgba(0, 0, 0, 0.5) !important;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links a.dropdown-toggle > i {
padding: 0 6px 0 0;
}
body.menu-vertical #mainMenu.sidebar-vertical ul.top-links > li {
margin: 0;
padding: 0;
}
/* DARK */
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .sidebar-nav .navbar ul,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark {
background-color: #333;
color: #ccc;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .sidebar-nav .navbar ul {
border-top-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .dropdown-menu > li > a,
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .navbar-default .navbar-nav > li > a {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .navbar-default .navbar-nav > li > a.dropdown-toggle {
background-image: url('../images/submenu_dark.png');
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .sidebar-nav .navbar li a {
color: #ccc;
}
body.menu-vertical #mainMenu.sidebar-vertical.sidebar-dark .navbar-default .navbar-nav > li > a > i {
color: #ccc;
}
body.menu-vertical #mainMenu.sidebar-dark {
border-color: rgba(255, 255, 255, 0.08);
}
/* OPEN ON CLICK */
body.menu-vertical.menu-vertical-hide #wrapper {
margin-left: 0 !important;
margin-right: 0 !important;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical {
right: auto;
left: -263px;
}
body.menu-vertical.menu-vertical-hide.menu-inverse #mainMenu.sidebar-vertical {
left: auto;
right: -263px;
}
.fancy_big_btn,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn {
position: absolute;
right: -80px;
top: 15px;
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px;
z-index: 100;
-webkit-transition: background 600ms;
-moz-transition: background 600ms;
-o-transition: background 600ms;
transition: background 600ms;
}
.fancy_big_btn,
body.menu-vertical.menu-vertical-hide.menu-inverse #mainMenu.sidebar-vertical #sidebar_vertical_btn {
right: auto;
left: -80px;
}
.fancy_big_btn:hover,
.fancy_big_btn:active,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:hover,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:active {
background: #fff;
}
.fancy_big_btn i,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn i {
display: block;
width: 54px;
height: 54px;
background-image: url('data:image/gif;base64,R0lGODlhNwA3AJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAA3ADcAAAJUlI+py+0Po5y02ouz3rz7D4biSJbmiabqyrZhAMfyTNc1Zue6je/+7goKh8Si8dj6KXmXpVPWezqR1Kr1is2apM8o9+f9ArXksvmMTqvX7Lb7DS8AADs=');
background-repeat: no-repeat;
background-position: center;
background-color: #000;
-webkit-transition: background 300ms;
-moz-transition: background 300ms;
-o-transition: background 300ms;
transition: background 300ms;
}
.fancy_big_btn:hover i,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:hover i {
background-color: #f6f6f6;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAYAAACo29JGAAAARklEQVRoge3WsQ0AIAwDsML/P8MLdECoxZ4zJFsiAAAAqGgksutai7yj3vN2i5dajwPgex5KVa3HAfA9D6Wq1uMAAACoaQMxSAMQNhNmmQAAAABJRU5ErkJggg==');
}
/*
for anywhere use
<button class="fancy_big_btn inverse"><i></i></button>
*/
.fancy_big_btn {
right: auto;
left: 0;
top: 20px;
}
.fancy_big_btn.inverse {
left: auto;
right: 0;
}
/* custom icon */
.fancy_big_btn i.fa,
.fancy_big_btn i.et,
.fancy_big_btn i.glyphicon,
.fancy_big_btn i.icon,
.fancy_big_btn i.ico {
background-image: none;
color: #fff;
font-size: 30px;
line-height: 50px;
margin: 0;
padding: 0;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
}
.fancy_big_btn:hover i.fa,
.fancy_big_btn:hover i.et,
.fancy_big_btn:hover i.glyphicon,
.fancy_big_btn:hover i.icon,
.fancy_big_btn:hover i.ico {
color: #000;
}
/* Responsive */
@media (min-width: 768px) {
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar .navbar-collapse {
padding: 0;
max-height: none;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar ul {
float: none;
border-top: #eee 1px solid;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar ul:not {
display: block;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar .navbar-collapse li {
float: none;
display: block;
}
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li a {
padding-top: 8px;
padding-bottom: 8px;
color: #000;
-webkit-transition: all .10s;
-moz-transition: all .10s;
-o-transition: all .10s;
transition: all .10s;
}
body.menu-vertical #mainMenu.sidebar-vertical li.dropdown:hover > ul.dropdown-menu {
display: block;
}
body.menu-vertical.menu-inverse #mainMenu.sidebar-vertical li.dropdown:hover > ul.dropdown-menu {
left: -230px;
right: auto;
}
/* uncomment if you would like the menu to be fixed */
/* .navbar {
position: fixed;
width: 170px;
z-index: 2;
} */
}
@media (min-width: 992px) {
body.menu-vertical #mainMenu.sidebar-vertical .navbar {
width: 212px;
}
}
@media only screen and (max-width: 1216px) {
body.menu-vertical .container {
width: 100%;
}
}
@media (min-width: 1200px) {
body.menu-vertical #mainMenu.sidebar-vertical .navbar {
width: 262px;
}
}
@media (min-width: 768px) {
body.menu-vertical #mainMenu .navbar-default {
border: 0;
}
body.menu-vertical #mainMenu {
border-right: #d6d6d6 1px solid;
-webkit-box-shadow: 10px 0px 30px -2px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 10px 0px 30px -2px rgba(0, 0, 0, 0.14);
box-shadow: 10px 0px 30px -2px rgba(0, 0, 0, 0.14);
}
}
@media (max-width: 768px) {
body.menu-vertical #mainMenu {
position: relative;
width: 100%;
}
body.menu-vertical #mainMenu .navbar-nav {
margin-bottom: 0;
margin-top: 0;
}
body.menu-vertical #mainMenu .navbar-header {
background-color: #fafafa;
}
body.menu-vertical #middle {
padding: 15px !important;
}
body.menu-vertical #mainMenu .logo {
padding: 0;
margin: 15px 0;
}
body.menu-vertical #wrapper {
margin-left: 0 !important;
margin-right: 0 !important;
}
body.menu-vertical #mainMenu.sidebar-vertical {
position: relative;
width: 100%;
}
body.menu-vertical .navbar {
margin-bottom: 0;
}
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu {
width: 100%;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical {
left: 0 !important;
right: 0;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn {
display: none;
}
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical {
width: 100% !important;
}
}
.sidebar-vertical .sidebar-nav .navbar-header {
float: none;
}
/** Mobile Button **/
#topNav button.btn-mobile {
display: none;
}
#topNav button.btn-mobile {
color: #333;
display: none;
padding: 6px 10px;
float: right;
margin-top: 13px;
margin-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topNav button.btn-mobile i {
padding: 0;
margin: 0;
font-size: 21px;
}
@media only screen and (max-width: 992px) {
#topNav button.btn-mobile {
display: inline-block;
}
}
#header li.search .search-box,
#header li.quick-cart .quick-cart-box {
border: rgba(0, 0, 0, 0.07) 1px solid;
border-top: 0;
}
/* Dark & Color Header */
#header.dark {
background-color: #333;
}
#header.dark #topMain.nav-pills > li > a {
color: #ccc;
}
#header.dark #topMain.nav-pills > li.active > a,
#header.dark #topMain.nav-pills > li > a:hover {
color: #fff;
}
/* DARK CART & SEARCH */
#header.dark li.search .search-box,
#header.dark li.quick-cart .quick-cart-box {
background-color: #333;
}
#header.translucent li.search .search-box,
#header.translucent li.quick-cart .quick-cart-box {
background-color: rgba(33, 33, 33, 0.80);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#header.translucent li.search .search-box:hover,
#header.translucent li.quick-cart .quick-cart-box:hover {
background-color: rgba(33, 33, 33, 0.88);
}
#header.translucent ul.nav-second-main li i,
#header.translucent li.search i.fa,
#header.dark li.quick-cart .quick-cart-box a,
#header.dark li.quick-cart .quick-cart-box a h6,
#header.dark li.quick-cart .quick-cart-footer,
#header.dark li.quick-cart .quick-cart-box h4 {
color: #fff !important;
}
#header.dark li.quick-cart .quick-cart-box h4,
#header.dark li.quick-cart .quick-cart-box a {
border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
}
#header.dark li.quick-cart .quick-cart-box a:hover {
background-color: rgba(255, 255, 255, 0.06);
}
#header.dark li.search .search-box input {
color: #999;
background-color: rgba(0, 0, 0, .2);
border-color: rgba(0, 0, 0, .25);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#header.dark li.search .search-box input:focus,
#header.dark li.search .search-box textarea:focus {
background-color: rgba(0, 0, 0, .3);
}
/* Transparent Header */
#header.transparent {
position: absolute;
background-color: transparent;
border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#header.transparent.color,
#header.transparent.dark {
border: 0;
}
#header.transparent #topMain.nav-pills > li > a {
color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#header.transparent #topMain.nav-pills > li.active > a,
#header.transparent #topMain.nav-pills > li > a:hover {
background-color: rgba(0, 0, 0, 0.03);
}
#header.transparent + section.page-header.page-header-lg,
#header.transparent + section.page-header {
/*margin-top:-100px;*/
padding: 180px 0;
}
#header.transparent + section.page-header.page-header-xlg {
padding: 280px 0;
padding-top: 350px;
}
#header.transparent + section.page-header.page-header-lg {
padding-top: 250px;
}
#header.transparent a.social-icon {
background-color: rgba(0, 0, 0, 0.2);
}
#header.transparent a.social-icon > i {
color: #eaeaea;
}
/* on scroll */
#header.fixed.transparent {
background-color: #fff;
}
#header.fixed.dark,
#header.fixed.dark.transparent {
background-color: #333;
border: 0;
}
#header.fixed.transparent ul.nav-second-main li a,
#header.fixed.transparent ul.nav-second-main li a > i,
#header.fixed.transparent #topMain.nav-pills > li > a {
color: #151515;
}
#header.fixed.dark.transparent ul.nav-second-main li a,
#header.fixed.dark.transparent ul.nav-second-main li a > i,
#header.fixed.dark.transparent #topMain.nav-pills > li > a {
color: #fff;
}
@media only screen and (max-width: 992px) {
#header.transparent.fixed #topNav button.btn-mobile {
color: #333 !important;
}
#header.transparent.dark.fixed #topNav button.btn-mobile {
color: #fff !important;
}
#header.transparent #topMain.nav-pills > li > a {
color: #fff;
}
#header.transparent.dark #topMain.nav-pills > li > a {
color: #fff;
}
}
@media only screen and (max-width: 768px) {
#header.transparent + section.page-header {
margin-top: 0;
}
/* force dark submenu */
#header.transparent #topMain {
background-color: #333 !important;
}
#header.transparent #topMain li.active > a {
color: #fff !important;
}
}
/* Transparent Header */
#header.translucent {
position: absolute;
background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#header.translucent #topMain.nav-pills > li > a {
color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#header.translucent #topMain.nav-pills > li.active > a,
#header.translucent #topMain.nav-pills > li > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
#header.translucent + section.page-header {
margin-top: -100px;
padding: 180px 0;
}
#header.translucent + section.page-header.page-header-xlg {
padding: 280px 0;
padding-top: 420px;
}
#header.translucent + section.page-header.page-header-lg {
padding-top: 350px;
}
/* on scroll */
#header.fixed.translucent {
background-color: #fff;
}
#header.fixed.dark,
#header.fixed.dark.translucent {
background-color: #333;
border: 0;
}
#header.fixed.translucent ul.nav-second-main li a,
#header.fixed.translucent ul.nav-second-main li a > i,
#header.fixed.translucent #topMain.nav-pills > li > a {
color: #151515;
}
#header.fixed.dark.translucent ul.nav-second-main li a,
#header.fixed.dark.translucent ul.nav-second-main li a > i,
#header.fixed.dark.translucent #topMain.nav-pills > li > a {
color: #fff;
}
@media only screen and (max-width: 768px) {
#header.transparent + section.page-header {
margin-top: 0;
}
}
/* fullwidth container */
#topNav .full-container {
display: block;
margin: 0 15px;
}
/* remove bootstrap issue */
#topNav ul.dropdown-menu > li,
#topNav ul.dropdown-menu > li a {
background-color: transparent;
}
#topNav .nav-pills > li + li {
margin-left: 0;
}
/* search */
#header li.search .search-box form {
margin: 0;
}
/* Medium Height : 70 */
#header.header-md #topNav a.logo {
height: 70px;
line-height: 50px;
}
#header.header-md #topNav a.logo > img {
height: 70px;
}
#header.header-md #topNav #topMain > li > a {
height: 70px;
line-height: 50px;
}
@media only screen and (max-width: 992px) {
#header.header-md #topMain.nav-pills > li > a {
color: #212121;
}
#header.header-md #topMain.nav-pills > li.active > a,
#header.header-md #topMain.nav-pills > li > a:hover {
color: #212121;
background-color: rgba(0, 0, 0, 0.02);
}
}
/* Small Height : 60px */
#header.header-sm #topNav a.logo {
height: 60px;
line-height: 50px;
}
#header.header-sm #topNav a.logo > img {
height: 60px;
}
#header.header-sm #topNav #topMain > li > a {
height: 60px;
line-height: 40px;
}
@media only screen and (max-width: 992px) {
#header.header-sm #topMain.nav-pills > li > a {
color: #212121;
}
#header.header-sm #topMain.nav-pills > li.active > a,
#header.header-sm #topMain.nav-pills > li > a:hover {
color: #212121;
background-color: rgba(0, 0, 0, 0.02);
}
}
/* Sticky 60px */
#header.fixed {
position: fixed;
border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
#header.fixed #topNav a.logo {
height: 60px;
line-height: 50px;
}
#header.fixed #topNav a.logo > img {
height: 60px;
}
#header.fixed #topNav #topMain > li > a {
height: 60px;
line-height: 40px;
}
/* Static */
#header.static {
position: fixed;
border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media only screen and (max-width: 992px) {
#header.header-sm #topMain.nav-pills > li > a,
#header.header-md #topMain.nav-pills > li > a {
color: #212121;
}
#header.header-sm #topMain.nav-pills > li.active > a,
#header.header-sm #topMain.nav-pills > li > a:hover,
#header.header-md #topMain.nav-pills > li.active > a,
#header.header-md #topMain.nav-pills > li > a:hover {
color: #212121;
background-color: rgba(0, 0, 0, 0.02);
}
#header.transparent.header-sm #topMain.nav-pills > li > a,
#header.transparent.header-md #topMain.nav-pills > li > a,
#header.transparent.header-sm #topMain.nav-pills > li.active > a,
#header.transparent.header-sm #topMain.nav-pills > li > a:hover,
#header.transparent.header-md #topMain.nav-pills > li.active > a,
#header.transparent.header-md #topMain.nav-pills > li > a:hover {
color: #fff;
}
#header.dark .submenu-dark #topMain {
background-color: #333;
}
#header.dark #topMain.nav-pills > li.active > a,
#header.dark #topMain.nav-pills > li:hover > a,
#header.dark #topMain.nav-pills > li > a {
color: #fff;
}
#header.dark #topMain.nav-pills > li.active > a {
background-color: rgba(0, 0, 0, 0.1);
}
}
/* Top Bar */
#topBar {
display: block;
background-color: #fff;
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar > .border-bottom {
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar > .border-top {
border-top: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar.dark {
color: #ccc;
background-color: #363839;
border-bottom-color: rgba(255, 255, 255, 0.1);
}
#topBar.dark .dropdown-menu a,
#topBar.dark ul.top-links > li > a {
color: #fff;
}
#topBar.dark .dropdown-menu a:hover {
color: #fff !important;
background-color: #333;
}
#topBar.dark ul.top-links > li {
border-right: rgba(255, 255, 255, 0.1) 1px solid;
}
body.boxed #topBar.dark ul.top-links > li {
border-right: 0;
}
#topBar.dark .dropdown-menu {
background-color: #363839;
}
#topBar.dark .dropdown-menu .divider {
background-color: #444;
}
#topBar.dark > .border-bottom {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
#topBar.dark > .border-top {
border-top-color: rgba(255, 255, 255, 0.1);
}
/* Logo */
#topBar .logo {
display: inline-block;
}
#topBar .logo img {
-webkit-transition: width .4s ease, height .4s ease;
-o-transition: width .4s ease, height .4s ease;
transition: width .4s ease, height .4s ease;
}
#topBar .logo.has-banner {
height: 100px;
line-height: 100px;
}
/* banner */
#topBar .banner {
margin: 5px 0;
display: inline-block;
padding-left: 5px;
border-left: rgba(0, 0, 0, 0.05) 1px solid;
}
#topBar.dark .banner {
border-left-color: rgba(255, 255, 255, 0.05);
}
/* social Icon */
#topBar .social-icon {
margin: 3px 0 0 0;
}
/* Links */
#topBar ul.top-links {
float: left;
margin: 0;
}
#topBar ul.top-links > li {
padding: 0;
display: inline-block;
margin-left: -3px;
position: relative;
border-right: rgba(0, 0, 0, 0.1) 1px solid;
}
#topBar ul.top-links > li:hover > .dropdown-menu,
#mainMenu ul.top-links > li:hover > .dropdown-menu {
display: block !important;
}
#topBar ul.top-links > li .dropdown-menu {
z-index: 3000;
}
#topBar ul.top-links > li > a {
padding: 10px;
font-size: 12px;
color: #151515;
display: block;
text-decoration: none;
}
#topBar ul.top-links > li > a:hover {
background-color: rgba(0, 0, 0, 0.01);
}
#topBar ul.top-links > li > a > i {
margin-right: 5px;
filter: alpha(opacity=30);
opacity: 0.3;
}
@media only screen and (max-width: 768px) {
#topBar {
text-align: center;
}
#topBar ul.top-links {
display: inline-block;
float: none;
margin: 0 auto;
}
#topBar ul.top-links > li:last-child > a {
border-right: 0;
}
}
#topBar ul.top-links li.text-welcome {
padding: 0 15px;
font-size: 12px;
}
/* Drop Downs & Lang */
#topBar ul.dropdown-menu {
min-width: 50px;
margin: 0;
padding: 0;
margin-left: -1px;
}
#topBar ul.dropdown-menu > li > a {
padding: 8px 6px;
font-size: 12px;
}
#topBar ul.dropdown-langs > li > a {
padding: 3px 6px;
font-size: 12px;
}
#topBar ul.top-links > li > a > img.flag-lang {
float: left;
margin-top: 3px;
margin-right: 6px;
}
#topBar ul.dropdown-menu > li > a > i {
margin-right: 6px;
}
#topBar ul.dropdown-langs > li:hover > a {
color: #000 !important;
background-color: #eee;
}
#topBar ul.dropdown-menu > li.divider {
margin: 0;
padding: 0;
border-bottom: 0;
height: 1px;
}
/* Nav Second Main - search, etc */
#header ul.nav-second-main {
border-left: rgba(0, 0, 0, 0.1) 1px solid;
padding-left: 15px;
margin-top: 39px;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#header.fixed ul.nav-second-main {
margin-top: 20px;
}
#header.header-sm ul.nav-second-main {
margin-top: 20px;
}
#header.header-md ul.nav-second-main {
margin-top: 23px;
}
#header ul.nav-second-main li {
padding-top: 33px;
padding: 0 5px 0px 5px;
}
#header ul.nav-second-main li > a {
background-color: transparent;
color: #666;
padding: 0 3px;
display: block;
}
#header ul.nav-second-main li i {
font-size: 18px;
width: 20px;
height: 20px;
margin: 0;
padding: 0;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#header ul.nav-second-main li:hover i {
opacity: 1;
filter: alpha(opacity=100);
}
#header ul.nav-second-main li .badge {
padding: 3px 6px;
}
/* dark & color menu */
#header.transparent ul.nav-second-main li a,
#header.transparent ul.nav-second-main li a > i,
#header.color ul.nav-second-main li a,
#header.color ul.nav-second-main li a > i,
#header.dark ul.nav-second-main li a,
#header.dark ul.nav-second-main li a > i {
color: #fff;
opacity: 1;
filter: alpha(opacity=100);
}
@media only screen and (max-width: 992px) {
#header ul.nav-second-main {
margin: 15px 15px 0 0;
border: 0;
}
#header ul.nav-second-main li {
padding: 0;
padding-top: 6px;
}
#header ul.nav-second-main {
-webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
#header.fixed ul.nav-second-main li {
padding-top: 0;
}
#header.header-md ul.nav-second-main li > a,
#header.header-sm ul.nav-second-main li > a {
margin-top: -6px;
}
}
/* submenu */
#topNav ul.dropdown-menu {
text-align: left;
margin-top: 0;
border: #eee 1px solid;
border-top: #eee 0 solid;
list-style: none;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.2) 0 6px 12px;
min-width: 200px;
padding: 0;
border-color: #1ABC9C #fff #fff;
-webkit-transition: top .4s ease;
-o-transition: top .4s ease;
transition: top .4s ease;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topNav ul.dropdown-menu li {
position: relative;
border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}
/*
#topNav .submenu-dark ul.dropdown-menu li {
border-bottom-color: rgba(0,0,0,0.2);
}
*/
#topNav ul.dropdown-menu li:last-child {
border-bottom: 0;
}
#topNav ul.dropdown-menu li a {
margin: 0;
padding: 7px 15px;
font-weight: 400;
line-height: 23px;
color: #666;
font-size: 12px;
display: block;
text-decoration: none;
}
#topNav ul.dropdown-menu > li a i {
margin-right: 6px;
font-size: 12px;
}
#topNav ul.dropdown-menu a.dropdown-toggle {
background-position: right center;
background-repeat: no-repeat;
}
#topNav ul.dropdown-menu li.active > a,
#topNav ul.dropdown-menu li.active:hover > a,
#topNav ul.dropdown-menu li.active:focus > a,
#topNav ul.dropdown-menu li:hover > a,
#topNav ul.dropdown-menu li:focus > a,
#topNav ul.dropdown-menu li:focus > a {
color: #000;
background-color: rgba(0, 0, 0, 0.05);
}
#topNav ul.dropdown-menu li.divider {
margin: -1px 0 0 0;
padding: 0;
border: 0;
background-color: rgba(0, 0, 0, 0.1);
}
#topNav .nav li:hover > ul.dropdown-menu {
padding: 0;
display: block;
z-index: 100;
}
#topNav ul.dropdown-menu li .label {
margin-top: 4px;
}
/* sub-submenu */
#topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
display: block;
position: absolute;
left: 100%;
top: 0;
padding: 0;
margin: 0;
border-left: 0 !important;
border-right: 0 !important;
border-bottom: 0 !important;
}
/* onepage active link */
#topMain.nav-onepage > li.active > a {
font-weight: bold;
}
/** Responsive Top Nav **/
@media only screen and (max-width: 992px) {
.navbar-collapse {
height: 100%;
}
form.mobile-search {
display: block;
}
#topNav div.nav-main-collapse {
padding: 0;
margin: 0;
}
#topNav button.btn-mobile {
display: block;
float: right;
margin-right: 0;
}
#header.dark #topNav button.btn-mobile,
#header.transparent #topNav button.btn-mobile,
#header.theme-color #topNav button.btn-mobile {
color: #fff;
}
#topNav nav.nav-main {
background-color: #fff;
}
#topNav div.nav-main-collapse,
#topNav div.nav-main-collapse.in {
width: 100%;
margin: -1px 0 0 0;
}
#topNav div.nav-main-collapse {
float: none;
overflow-x: hidden;
max-height: 350px;
}
#topNav div.nav-main-collapse.collapse {
display: none !important;
}
#topNav div.nav-main-collapse.in {
display: block !important;
}
#topNav div.nav-main-collapse {
position: relative;
}
#topMain > li > a > span {
display: none !important;
}
#topMain li {
display: block !important;
float: none;
text-align: left;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topMain li a {
text-align: left;
border: 0;
height: auto;
line-height: 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#topMain > li:hover,
#topMain > li:hover > a {
border-top: 0 !important;
}
#topMain > li > a {
height: auto;
line-height: normal;
}
/* submenu */
#topMain ul.dropdown-menu {
position: static;
clear: both;
float: none;
display: none !important;
border-left: 0 !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
display: block !important;
margin-left: 30px;
margin-right: 30px;
padding: 20px 0;
border-right: 0;
}
#topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
border-left: 0;
}
#topNav ul.nav > li:hover > a:before,
#topNav ul.nav > li.active > a:before {
background-color: transparent;
}
#topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
position: static;
}
#topNav div.submenu-dark ul.dropdown-menu {
border-top: 0;
}
/** sub menu */
#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
margin: 0;
padding: 0;
}
#topNav nav.nav-main li > ul.dropdown-menu li a {
padding-left: 40px;
}
#topNav .dropdown-menu.pull-right,
#topNav .dropdown-menu.pull-left {
float: none !important;
}
}
@media only screen and (max-width: 500px) {
#topNav div.nav-main-collapse {
max-height: 290px;
overflow-y: auto;
}
}
/* Mega Menu */
#topNav #topMain > li.mega-menu {
position: inherit;
color: #fff;
}
#topNav #topMain > li.mega-menu > ul {
max-width: 100%;
width: 100%;
}
#topNav #topMain > li.mega-menu div.row {
display: table;
margin: 0;
padding: 0;
width: 100%;
}
#topNav #topMain > li.mega-menu div.row div {
display: table-cell;
border-left: rgba(0, 0, 0, 0.1) 1px solid;
margin-left: -1px;
display: table-cell;
vertical-align: top;
float: none;
margin: 0;
padding: 15px 0 0 0;
}
#topNav #topMain > li.mega-menu div.row > div:first-child {
border-left: 0 !important;
}
#topNav #topMain > li.mega-menu div.row div > ul > li > span {
color: #111;
font-weight: bold;
display: block;
padding: 6px 15px 15px 15px;
}
#topNav #topMain > li.mega-menu div.row div:first-child {
border-left: 0;
}
/* LIGHT SUBMENU */
#topNav ul.dropdown-menu a.dropdown-toggle {
background-image: url('../images/submenu_light.png');
}
/* DARK SUBMENU */
#topNav div.submenu-dark ul.dropdown-menu {
background-color: #333;
}
#topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle {
background-image: url('../images/submenu_dark.png');
}
#topNav div.submenu-dark ul.dropdown-menu li.active > a,
#topNav div.submenu-dark ul.dropdown-menu li.active:hover > a,
#topNav div.submenu-dark ul.dropdown-menu li.active:focus > a,
#topNav div.submenu-dark ul.dropdown-menu li:hover > a,
#topNav div.submenu-dark ul.dropdown-menu li:focus > a,
#topNav div.submenu-dark ul.dropdown-menu li:focus > a {
color: #fff;
background-color: rgba(0, 0, 0, 0.15);
}
#topNav div.submenu-dark ul.dropdown-menu li.divider {
background-color: rgba(255, 255, 255, 0.1);
}
#topNav div.submenu-dark ul.dropdown-menu > li a {
color: #ccc;
}
#topNav div.submenu-dark #topMain > li.mega-menu div.row div > ul > li > span {
color: #fff;
}
#topNav div.submenu-dark #topMain > li.mega-menu div.row div {
border-left: rgba(0, 0, 0, 0.2) 1px solid;
}
/** Page Menu
**************************************************************** **/
#page-menu {
position: relative;
height: 44px;
line-height: 46px;
background-color: #333;
color: #fff;
text-shadow: rgba(0, 0, 0, .1) 1px 1px 1px;
z-index: 100;
overflow: hidden;
}
#page-menu ul {
margin: 0;
line-height: 44px;
}
#page-menu ul > li {
line-height: 44px;
float: left;
}
#page-menu ul > li > a {
color: #fff;
height: 44px;
padding: 0 10px;
display: inline-block;
text-decoration: none;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
#page-menu ul > li > a > i {
margin-right: 5px;
}
#page-menu ul > li:hover,
#page-menu ul > li.active {
background-color: rgba(0, 0, 0, 0.3);
}
#page-menu nav {
position: relative;
}
#page-menu ul.list-inline.dropdown-menu {
display: block;
}
#page-menu-mobile {
display: none;
font-size: 21px;
background-color: rgba(0, 0, 0, 0.2);
height: 44px;
width: 44px;
}
@media only screen and (min-width: 990px) {
#page-menu ul {
display: block !important;
}
}
@media only screen and (max-width: 992px) {
#page-menu {
overflow: visible;
}
#page-menu ul > li {
float: none !important;
}
#page-menu-mobile {
display: inline-block;
}
#page-menu ul {
display: none;
position: absolute;
min-width: 200px;
}
#page-menu nav.pull-right ul {
right: -15px;
top: 44px;
}
#page-menu nav.pull-left ul {
left: -15px;
top: 44px;
}
#page-menu nav.pull-right #page-menu-mobile {
margin-right: -15px;
}
#page-menu nav.pull-left #page-menu-mobile {
margin-left: -15px;
}
#page-menu ul > li,
#page-menu ul > li > a {
color: #fff !important;
display: block;
float: none;
}
#page-menu ul > li > a {
color: #ccc;
}
}
/* page menu light */
#page-menu.page-menu-light {
color: #151515;
text-shadow: rgba(255, 255, 255, .1) 1px 1px 1px;
background-color: rgba(0, 0, 0, 0.1);
}
#page-menu.page-menu-light ul {
background-color: rgba(0, 0, 0, 0.02) !important;
}
#page-menu.page-menu-light ul li {
border-left: rgba(0, 0, 0, 0.05) 1px solid;
}
#page-menu.page-menu-light ul li:hover {
background-color: rgba(0, 0, 0, 0.02);
}
#page-menu.page-menu-light ul li a {
color: #151515;
}
#page-menu.page-menu-light ul li.active a {
color: #fff;
}
/* page menu dark */
#page-menu.page-menu-dark {
background-color: #444;
}
#page-menu.page-menu-dark ul {
background-color: #666 !important;
}
#page-menu.page-menu-dark ul li {
border-left: #444 1px solid;
}
/* page menu color */
#page-menu.page-menu-color ul li {
border-left: rgba(0, 0, 0, 0.1) 1px solid;
}
/* page menu transparent */
#page-menu.page-menu-transparent {
color: #151515;
border-top: rgba(0, 0, 0, 0.05) 1px solid;
border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
text-shadow: rgba(255, 255, 255, .1) 1px 1px 1px;
background-color: transparent;
}
#page-menu.page-menu-transparent ul {
background-color: transparent !important;
}
#page-menu.page-menu-transparent ul li {
border-left: #fafafa 1px solid;
}
#page-menu.page-menu-transparent ul li a {
color: #212121;
}
#page-menu.page-menu-transparent ul li:hover {
background-color: rgba(0, 0, 0, 0.01);
}
#page-menu.page-menu-transparent ul li.active {
background-color: rgba(0, 0, 0, 0.05);
margin-bottom: -1px;
}
@media only screen and (max-width: 992px) {
#page-menu.page-menu-light ul {
background-color: #777 !important;
}
#page-menu.page-menu-transparent ul {
background-color: #777 !important;
}
#page-menu.page-menu-transparent ul li.active {
margin-bottom: 0;
}
#page-menu ul li {
border-left: 0;
}
}
/** Scroll To Top
**************************************************************** **/
#toTop {
font-size:38px;
line-height:33px;
background-color: rgba(0,0,0,0.3);
color: #FFF;
position: fixed;
height: 35px; width: 40px;
right: 6px; bottom: 6px;
text-align: center;
text-transform: uppercase;
opacity: 0.9;
filter: alpha(opacity=90);
text-decoration:none;
display:none;
z-index: 1000;
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#toTop:hover {
background-color: rgba(0,0,0,0.7);
}
#toTop:before {
font-family: "fontawesome";
content: "\f102";
}
/** Preloader
**************************************************************** **/
#preloader {
position: fixed;
z-index: 9999999;
top: 0; bottom: 0;
right: 0; left: 0;
background: #fff;
}
.inner {
position: absolute;
top: 0; bottom: 0;
right: 0; left: 0;
width: 54px;
height: 54px;
margin: auto;
}
.page-loader{
display:block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #fefefe;
z-index: 100000;
}
#preloader span.loader {
width: 50px;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
font-size: 10px;
text-indent: -12345px;
border-top: 1px solid rgba(0,0,0, 0.08);
border-right: 1px solid rgba(0,0,0, 0.08);
border-bottom: 1px solid rgba(0,0,0, 0.08);
border-left: 1px solid rgba(0,0,0, 0.5);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: spinner 700ms infinite linear;
-moz-animation: spinner 700ms infinite linear;
-ms-animation: spinner 700ms infinite linear;
-o-animation: spinner 700ms infinite linear;
animation: spinner 700ms infinite linear;
z-index: 100001;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/** Default Form Page
**************************************************************** **/
form.default-form {
padding: 30px;
border-radius: 3px;
background: rgba(0,0,0,.3);
}
/** Captions
**************************************************************** **/
.caption-default,
.caption-light,
.caption-dark,
.caption-color,
.caption-primary,
.caption-warning,
.caption-info,
.caption-danger {
color:#fff;
padding:10px;
font-size:13px;
background-color:rgba(0,0,0,0.9);
}
.caption-default {
color:inherit;
border:#666 1px solid;
background-color:transparent;
}
.caption-light {
color:#333;
background-color:#eaeaea;
}
.caption-dark {
color:#eee;
background-color:#666;
}
.caption-primary,
.caption-warning,
.caption-info,
.caption-danger {
color:#fff;
background-color:#333;
}
.caption-warning {
background-color:#f0ad4e;
}
.caption-info {
background-color:#5bc0de;
}
.caption-danger {
background-color:#d9534f;
}
/*
Slider Default Caption
Example usage: shop-4col-left.html (top banner)
*/
.caption-slider-default {
position:absolute !important;
left:0; right:0;
top:0; bottom:0;
color:#000 !important;
}
.caption-slider-default .caption-container {
margin:0 50px;
}
.caption-slider-default h1,
.caption-slider-default h2,
.caption-slider-default h3,
.caption-slider-default h4,
.caption-slider-default p {
margin:0;
color:#000 !important;
}
@media only screen and (max-width: 480px) {
.caption-slider-default .caption-container {
margin:0 30px;
}
.caption-slider-default h2 {
font-size:16px;
}
.caption-slider-default p {
display:none;
}
}
/** Contact
**************************************************************** **/
.contact-over-map {
position:absolute;
z-index:1;
top:0; right:0;
bottom:0; left:0;
height:100%;
}
.contact-over-box {
position:relative;
z-index:5;
background-color:#fff;
width:100%;
max-width:380px;
min-height:300px;
padding:20px;
box-shadow:#888 0 0 16px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section.dark .contact-over-box {
background-color:#212121;
}
/** Error 404
**************************************************************** **/
.error-404 {
content: '404';
font-size:200px;
line-height:200px;
font-weight:bold;
color:#ddd;
text-align:center;
left:0; right:0;
top:0; bottom:0;
}
section.dark .error-404 {
color:#666;
}
.inline-search-404 {
margin-top:60px;
}
@media only screen and (max-width: 482px) {
.inline-search-404 {
margin-top:20px;
}
footer.footer-err-404 {
display:none;
}
.err-404-row>div {
margin-bottom:15px !important;
}
}
/** Maintenance
**************************************************************** **/
.maintenance {
padding: 20px;
margin-top: 10%;
background-color: rgba(0,0,0,0.05);
font-family:'Open Sans';
font-size:14px;
line-height:23px;
text-align: center;
font-weight:300;
}
.maintenance h1 {
font-size:50px;
line-height:50px;
font-weight:300;
margin-bottom:6px;
}
@media only screen and (max-width: 480px) {
.maintenance h1 {
font-size:40px;
line-height:40px;
}
}
/** Search Page
**************************************************************** **/
div.search-result {
padding:20px 0;
border-bottom:#eee 1px solid;
}
div.search-result p {
margin:0; padding:0;
}
div.search-result img {
float:left;
margin-right:10px;
margin-top:6px;
}
.search-title-aside {
margin-top:20px;
font-size:17px;
line-height: 20px;
color:#888;
font-weight:400;
}
ul.search-history {
border-bottom:#eee 1px solid;
margin-bottom:0;
padding-bottom:6px;
}
/** Footer
**************************************************************** **/
#footer {
color: rgba(255,255,255,0.6);
background: #313131;
background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
background: -o-linear-gradient(top, #555555 0%, #313131 100%);
background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
background: linear-gradient(to bottom, #555555 0%,#313131 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}
#footer>.container {
padding-top:60px;
margin-bottom:60px;
}
#footer>.copyright {
background-color:rgba(0,0,0,0.2);
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
padding:25px 0;
font-size:13px;
display:block;
}
#footer>.copyright.has-social {
padding:8px;
}
#footer>.copyright.has-social .social-icon {
margin-top:8px;
margin-bottom:0;
line-height:0;
}
#footer>.copyright .copyright-text {
margin-top:14px;
}
#footer canvas {
width:auto !important;
height:auto !important;
}
/* Footer Logo */
#footer img.footer-logo {
margin-bottom:20px;
display:block;
}
#footer .footer-logo.footer-2 {
float:left;
margin:0 20px 10px 0;
border-right:rgba(255,255,255,0.1) 1px solid;
padding-right:20px;
}
/* Footer Typography */
#footer h2 {
font-size:26px;
text-shadow:rgba(0,0,0,0.3) 3px 3px 5px;
}
#footer h3 {
font-size:18px;
margin-bottom:25px;
}
#footer h4 {
font-size:15px;
margin-bottom:25px;
}
#footer a {
color: rgba(255,255,255,0.6);
text-decoration:none;
}
#footer a:hover {
color: rgba(255,255,255,0.9);
}
#footer p {
margin-top:0;
}
#footer ul {
margin-bottom:0;
}
#footer hr {
border:0;
margin:20px 0;
border-bottom:rgba(255,255,255,0.1) 1px solid;
border-top:rgba(0,0,0,0.4) 1px solid;
}
#footer address {
margin-bottom:0;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
color: rgba(255,255,255,0.8);
font-weight:600;
}
/* footer form */
#footer form input,
#footer form textarea {
color: #999;
background-color: rgba(0,0,0,.2);
border-color: rgba(0,0,0,.25);
margin-bottom:6px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#footer form input[type="submit"]:hover,
#footer form input:focus,
#footer form textarea:focus {
background-color: rgba(0,0,0,.3);
}
#footer form .input-group-addon {
color: #999;
background-color: rgba(0,0,0,.4);
border-color: rgba(0,0,0,.25);
}
#footer form .input-group input,
#footer form .input-group textarea {
margin-bottom:0;
}
@media only screen and (max-width: 480px) {
#footer h4 {
margin-top:60px;
display:block;
}
#footer .mobile-block {
margin-bottom:25px !important;
}
#footer.footer-fixed .mobile-block {
margin-bottom:0 !important;
}
#footer .copyright {
text-align:center;
}
}
/* footer list links */
#footer ul.footer-links>li {
padding-bottom:10px;
font-weight:300;
}
#footer ul.footer-links>li>a {
color: rgba(255,255,255,0.6);
}
#footer ul.footer-links>li>a:hover {
color: rgba(255,255,255,0.9);
}
#footer ul.footer-links>li>a:before {
content: "\f105";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
padding-right:10px;
}
/* footer news list */
#footer ul.footer-list li {
padding:10px 0;
border-bottom:rgba(0,0,0,0.2) 1px solid;
}
#footer ul.footer-list li small {
display:block;
font-family:'Open Sans',Arial,Helvetica,sans-serif;
color:#ddd;
}
#footer ul.footer-list.half-paddings li {
padding:6px 0;
}
#footer ul.footer-list.half-paddings.noborder li {
border:0;
}
/* footer posts */
#footer ul.footer-posts>li {
padding: 15px 0;
border-bottom:rgba(255,255,255,0.07) 1px solid;
}
#footer ul.footer-posts>li:first-child {
padding-top:0;
}
#footer ul.footer-posts>li:last-child {
border-bottom:0;
}
#footer ul.footer-posts>li>small {
display:block;
}
/* footer contact text */
#footer address {
background:url('../images/world-map.png') no-repeat center;
}
#footer address .footer-sprite {
margin-bottom:20px;
padding-left:30px;
background:url('../images/footer_sprite.png') no-repeat 0 0;
}
#footer address .footer-sprite:last-child {
margin-bottom:0;
}
#footer p {
line-height:18px;
}
#footer p.contact-desc {
margin:0 0 30px 0;
padding:0 0 10px 0;
border-bottom:#403E44 1px dashed;
}
#footer address.footer-sprite.address {
background-position:0 0;
}
#footer address.footer-sprite.phone {
background-position:0 -138px;
line-height:30px;
}
#footer address.footer-sprite.email {
background-position:0 -247px;
}
/* footer links - breadcrumbs like */
#footer ul.inline-links>li+li:before {
padding: 0 5px 0 0;
content: "/\00a0";
color:rgba(255,255,255,0.3);
}
/* footer images gallery */
#footer.footer-gallery>a {
display:inline-block;
margin-bottom:3px;
margin-right:3px;
float:left;
}
#footer.footer-gallery>a:hover {
opacity:0.8;
}
@media only screen and (max-width: 768px) {
#footer.footer-gallery {
text-align:center;
}
#footer.footer-gallery>a,
#footer.footer-gallery>img {
float:none;
margin-right:0;
}
#footer.row>div {
margin-bottom:60px;
}
}
/* sticky footer */
footer.sticky {
width: 100%;
}
@media only screen and (max-width: 768px) {
footer.sticky {
top:auto !important;
position:relative !important;
}
}
#footer .btn,
#footer .form-control {
height:36px;
}
#footer .btn-sm,
#footer .btn-xs,
#footer .btn-lg,
#footer .btn-xlg {
height:auto;
}
#footer .copyright ul.list-social-icons {
height:30px;
}
#footer .copyright ul.list-social-icons a.social-icon {
margin:0;
}
/** Responsive
**************************************************************** **/
@media only screen and (max-width: 992px) {
#header.header-sm #topNav button.btn-mobile {
margin-top:16px;
}
#header.header-sm #topNav button.btn-mobile {
margin-top:11px;
}
#topNav #topMain>li.mega-menu div.row div {
display:block !important;
border:0 !important;
}
.block-md {
display:block;
}
.text-center-md {
text-align:center !important;
float:none !important;
}
#header .nav-second-main .quick-cart-box,
#header .nav-second-main .search-box {
box-shadow:none !important;
}
/* fullwidth button fix */
body>.btn.fullwidth,
#wrapper>.btn.fullwidth {
padding-top:0!important;
padding-bottom:20px!important;
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3.0 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera <7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP Printers */
word-wrap: break-word; /* IE 5+ */
}
body>.btn.fullwidth>span,
#wrapper>.btn.fullwidth >span {
line-height:30px !important;
}
}
@media only screen and (max-width: 768px) {
#header.fixed {
position:fixed;
}
#header.transparent + #slider h1 {
margin-top:80px !important;
}
section div.row>div {
margin-bottom:60px;
}
section div.row.lightbox>div {
margin-bottom:0;
}
section form div.row>div.form-group>div,
section form div.row>div {
margin-bottom:15px;
}
section form div.row>div.form-group>div:last-child,
section form div.row>div:last-child {
margin-bottom:0;
}
.block-sm {
display:block;
}
.text-center-md {
text-align:center !important;
}
form.landing-form >div {
margin-bottom:5px !important;
}
}
@media only screen and (max-width: 480px) {
.mobile-block {
display:block;
float:none !important;
position:relative;
}
.mobile-block>.social-icon {
float:none !important;
}
.block-xs {
display:block;
}
.text-center-xs {
text-align:center !important;
float:none !important;
}
.modal-short {
max-height: 320px;
overflow: auto;
}
.size-50 {
font-size:30px !important;
line-height:36px !important;
}
.size-40 {
font-size:30px !important;
line-height:36px !important;
}
.size-30 {
font-size:23px !important;
line-height:26px !important;
}
}
/** DEMO ONLY
DO NOT USE THIS CSS - USED FOR DEMO ONLY!
**************************************************************** **/
.iconsPreview a {
text-decoration:none;
}
.iconsPreview .fa-hover a {
display:block;
padding:4px;
text-decoration:none;
}
.iconsPreview .fa-hover a:hover {
background-color:#f3f3f3;
}
.iconsPreview .fa-hover i {
width:20px;
margin-right:10px;
color:#333 !important;
}
.iconsPreview .fa-hover a span {
color:#666;
}
/** *** **/
.iconFlags a {
text-decoration:none;
}
.iconFlags .flag-icon {
padding-top:4px;
padding-bottom:4px;
cursor:pointer;
display:block;
}
.iconFlags .flag-icon img {
display:inline-block;
margin-right:6px;
}
.iconFlags .flag-icon:hover {
background-color:#f3f3f3;
}
.bs-glyphicons a {
text-decoration:none;
}
.bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
.bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.bs-glyphicons li {
float: left;
width: 25%;
height: 115px;
padding: 10px;
font-size: 10px;
line-height: 1.4;
text-align: center;
border: 1px solid #fff;
background-color: #f9f9f9;
cursor:pointer;
padding-top: 20px;
}
.bs-glyphicons li:hover {
background-color:#f3f3f3;
}
@media (min-width: 769px) {
.bs-glyphicons li {
width: 12.5%;
font-size: 12px;
}
}
.iconExamples a {
text-decoration:none;
}
.iconExamples .example {
text-align: center;
cursor:pointer;
padding:6px 3px;
}
.iconExamples .example:hover {
background-color:#f3f3f3;
}
.iconExamples .example:before,
.iconExamples .example:after {
content: " ";
display: table;
}
.iconExamples .example .icon {
font-size: 20px;
float: left;
width: 35px;
}
.iconExamples .example .class {
text-align: center;
float: left;
margin-top: 0;
font-weight: 400;
margin-left: 10px;
color: #333;
}
/** *** **/
.row.show-grid,
.row.show-grid>div {
padding:0;
}
.grid-block {
background-color: #EEE;
border: 1px solid #FFF;
display: block;
line-height: 40px;
min-height: 40px;
text-align: center;
}
.grid-color span {
display:block;
padding: 10px 0;
text-align: center;
background-color:rgba(0,0,0,0.1);
}
.grid-demo [class*="col-"] {
background: #fafafa;
border: 1px solid;
border-color: #ddd;
padding: 10px;
text-align: center;
margin-bottom:20px;
}
.grid-demo .row {
margin-left:0;
margin-right:0;
}
/** *** **/
.linecon a {
text-decoration:none;
}
.linecon .icon {
width: 12.5%;
float: left;
height: 115px;
text-align: center;
padding: 22px 10px;
margin: 0 -1px -1px 0;
border: 1px solid #fff;
background-color: #f6f6f6;
word-wrap: break-word;
cursor:pointer;
}
.linecon .icon:hover {
background-color:#f3f3f3;
}
.linecon .icon i {
display: block;
font-size: 30px;
margin-bottom: 10px;
}
/** *** **/
.colors-bg-demo {
padding:3px;
margin-top:3px;
}
/** et line icons */
.et-line-icons li>i {
margin-bottom: 10px;
font-size: 26px;
display:block;
text-align:center;
color:#000;
margin-top:25px;
}
.et-line-icons li>span {
font-size:13px;
}
.et-line-icons li {
float: left;
width: 25%;
height: 115px;
padding: 10px;
font-size: 10px;
line-height: 1.4;
text-align: center;
border: 1px solid #fff;
background-color: #f9f9f9;
cursor:pointer;
}
.et-line-icons li:hover {
background-color:#f3f3f3;
}
@media (min-width: 769px) {
.et-line-icons li {
width: 12.5%;
font-size: 12px;
}
} | 0.307046 | 0.074164 |
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
h1 {
font-size: 2.4rem;
}
h1 span {
text-transform: uppercase;
font-size: 2em;
color: #ffd12f;
margin-bottom: 5px;
}
section {
height: 700px;
padding-bottom: 50px;
}
.welcome-section {
display: flex;
justify-content: center;
background-image: url("../image/Frame 57.jpg");
background-repeat: no-repeat;
background-size: cover;
}
section .link-nav {
text-decoration: none;
font-size: 1.2em;
color: antiquewhite;
background: linear-gradient(90deg, #ed2b33ff, #d85a7fff);
box-shadow: 0px 5px 25px rgba(172, 80, 20, 0.479);
border-radius: 100px;
padding: 20px 30px;
margin-top: 5%;
}
.half-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 40%;
margin: 3%;
padding-left: 2%;
text-align: center;
}
.half-container img {
max-width: 100%;
max-height: 100%;
/* to make image fit in div container */
}
/* section-about us starts -->*/
.about-section {
display: flex;
background-image: url("../image/frame-about-us.jpg");
background-repeat: no-repeat;
background-size: cover;
}
/* section-recipes starts -->*/
.recipe-section {
background: url("../image/banner-food.png") no-repeat center center fixed;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
padding-bottom: 150px;
}
.recipe-text {
padding: 2.5em 0;
width: 30%;
text-align: center;
text-indent: 5px;
}
.recipe-collection {
display: flex;
align-items: center;
justify-content: center;
width: 80vw;
}
.recipe-box {
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
width: 25%;
margin-right: 20px;
padding-top: 1%;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
background-color: antiquewhite;
border-radius: 30px;
}
.recipe-box img {
margin-top: 5px;
width: 90%;
}
.recipe-description {
text-align: justify;
padding: 2%;
margin: 2%;
}
/* recipe section ends */
.video-section {
height: 100%;
background-color: #fba24f;
display: flex;
flex: 1 3 auto;
width: 100%;
}
.video-section h2 {
color: #00203fff;
border: 8px solid;
border-image: linear-gradient(to left, #fc766aff, #5b84b1ff) 1 0;
}
.video-section span {
border-image: linear-gradient(to left, turquoise, greenyellow) 1 0;
font-size: 2.4em;
}
.video-content {
width: 30%;
text-align: justify;
padding-bottom: 100px;
}
.featured-video {
width: 60vw;
}
.featured-video iframe {
margin: 0 auto;
border: 10px outset #ddd;
width: 100%;
}
/* social section starts */
.social-section {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #fbab7e;
background-image: linear-gradient(62deg, #f7ce68 0%, #fbab7e 100%);
height: 100%;
}
.social-section .social-bar {
border-top: 4px dotted teal;
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
align-items: center;
justify-content: center;
width: 60%;
margin: 10px auto;
padding-left: 2%;
text-align: center;
}
#email {
display: flex;
width: 50%;
font-size: 1.5em;
padding: 5px;
}
.newsletter {
font-size: 1.2em;
text-align: center;
}
.signup {
display: flex;
}
.signup label {
width: 300px;
padding: 10px 20px;
text-align: right;
color: #853704;
}
.button {
color: rgba(141, 54, 54, 0.877);
outline: 0 none;
padding: 4px;
width: 25%;
cursor: pointer;
font-size: 1.5em;
text-decoration: none;
}
.contact {
display: flex;
justify-content: space-evenly;
width: 100%;
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
margin-bottom: 40px;
}
.btn-list {
display: flex;
margin-right: 3rem;
}
.btn-list button {
background-color: #3d4e72;
color: white;
margin-left: 25px;
padding: 10px 20px;
font-size: 1.2em;
text-align: center;
cursor: pointer;
}
.vip-comments {
width: 100%;
display: flex;
padding-right: 10px;
}
.comment-box img {
padding: 9px;
width: 100px;
border-radius: 50%;
}
.comment-box span {
padding-right: 5%;
font-size: 20px;
font-weight: 700;
}
.comment-box {
border: 7px ridge #4e1f9d;
display: flex;
align-items: center;
overflow: hidden;
box-shadow: 10px 10px 42px 0 rgba(0, 0, 0, 0.75);
justify-content: center;
background-color: rgba(238, 238, 238, 0.808);
border-radius: 15px;
padding-right: 20px;
}
/* social section ends */
/* footer starts */
footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
padding: 2vw 2vw 4vw;
color: antiquewhite;
background-color: #242329;
}
footer h2 {
font-size: 1.5;
}
footer span {
color: #fba24f;
}
footer p {
text-align: center;
color: aliceblue;
} | style.css | body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
h1 {
font-size: 2.4rem;
}
h1 span {
text-transform: uppercase;
font-size: 2em;
color: #ffd12f;
margin-bottom: 5px;
}
section {
height: 700px;
padding-bottom: 50px;
}
.welcome-section {
display: flex;
justify-content: center;
background-image: url("../image/Frame 57.jpg");
background-repeat: no-repeat;
background-size: cover;
}
section .link-nav {
text-decoration: none;
font-size: 1.2em;
color: antiquewhite;
background: linear-gradient(90deg, #ed2b33ff, #d85a7fff);
box-shadow: 0px 5px 25px rgba(172, 80, 20, 0.479);
border-radius: 100px;
padding: 20px 30px;
margin-top: 5%;
}
.half-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 40%;
margin: 3%;
padding-left: 2%;
text-align: center;
}
.half-container img {
max-width: 100%;
max-height: 100%;
/* to make image fit in div container */
}
/* section-about us starts -->*/
.about-section {
display: flex;
background-image: url("../image/frame-about-us.jpg");
background-repeat: no-repeat;
background-size: cover;
}
/* section-recipes starts -->*/
.recipe-section {
background: url("../image/banner-food.png") no-repeat center center fixed;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
padding-bottom: 150px;
}
.recipe-text {
padding: 2.5em 0;
width: 30%;
text-align: center;
text-indent: 5px;
}
.recipe-collection {
display: flex;
align-items: center;
justify-content: center;
width: 80vw;
}
.recipe-box {
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
width: 25%;
margin-right: 20px;
padding-top: 1%;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
background-color: antiquewhite;
border-radius: 30px;
}
.recipe-box img {
margin-top: 5px;
width: 90%;
}
.recipe-description {
text-align: justify;
padding: 2%;
margin: 2%;
}
/* recipe section ends */
.video-section {
height: 100%;
background-color: #fba24f;
display: flex;
flex: 1 3 auto;
width: 100%;
}
.video-section h2 {
color: #00203fff;
border: 8px solid;
border-image: linear-gradient(to left, #fc766aff, #5b84b1ff) 1 0;
}
.video-section span {
border-image: linear-gradient(to left, turquoise, greenyellow) 1 0;
font-size: 2.4em;
}
.video-content {
width: 30%;
text-align: justify;
padding-bottom: 100px;
}
.featured-video {
width: 60vw;
}
.featured-video iframe {
margin: 0 auto;
border: 10px outset #ddd;
width: 100%;
}
/* social section starts */
.social-section {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #fbab7e;
background-image: linear-gradient(62deg, #f7ce68 0%, #fbab7e 100%);
height: 100%;
}
.social-section .social-bar {
border-top: 4px dotted teal;
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
align-items: center;
justify-content: center;
width: 60%;
margin: 10px auto;
padding-left: 2%;
text-align: center;
}
#email {
display: flex;
width: 50%;
font-size: 1.5em;
padding: 5px;
}
.newsletter {
font-size: 1.2em;
text-align: center;
}
.signup {
display: flex;
}
.signup label {
width: 300px;
padding: 10px 20px;
text-align: right;
color: #853704;
}
.button {
color: rgba(141, 54, 54, 0.877);
outline: 0 none;
padding: 4px;
width: 25%;
cursor: pointer;
font-size: 1.5em;
text-decoration: none;
}
.contact {
display: flex;
justify-content: space-evenly;
width: 100%;
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
margin-bottom: 40px;
}
.btn-list {
display: flex;
margin-right: 3rem;
}
.btn-list button {
background-color: #3d4e72;
color: white;
margin-left: 25px;
padding: 10px 20px;
font-size: 1.2em;
text-align: center;
cursor: pointer;
}
.vip-comments {
width: 100%;
display: flex;
padding-right: 10px;
}
.comment-box img {
padding: 9px;
width: 100px;
border-radius: 50%;
}
.comment-box span {
padding-right: 5%;
font-size: 20px;
font-weight: 700;
}
.comment-box {
border: 7px ridge #4e1f9d;
display: flex;
align-items: center;
overflow: hidden;
box-shadow: 10px 10px 42px 0 rgba(0, 0, 0, 0.75);
justify-content: center;
background-color: rgba(238, 238, 238, 0.808);
border-radius: 15px;
padding-right: 20px;
}
/* social section ends */
/* footer starts */
footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
padding: 2vw 2vw 4vw;
color: antiquewhite;
background-color: #242329;
}
footer h2 {
font-size: 1.5;
}
footer span {
color: #fba24f;
}
footer p {
text-align: center;
color: aliceblue;
} | 0.48121 | 0.115112 |
.green .background {
background-color: #62A321;
background-image: url("https://images.pexels.com/photos/732548/pexels-photo-732548.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.green .styled-button {
background-color: #62A321;
}
.green .reverse-button {
color: #62A321;
}
.green .list-icon {
background-color: #62A321;
}
/* Red color scheme */
.red .background {
background-color: #FA4925;
background-image: url("https://images.pexels.com/photos/751373/pexels-photo-751373.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.red .styled-button {
background-color: #FA4925;
}
.red .reverse-button {
color: #FA4925 !important;
}
.red .list-icon {
background-color: #FA4925;
}
/* Blue color scheme */
.blue .background {
background-color: #3287FA;
background-image: url("https://images.pexels.com/photos/1934846/pexels-photo-1934846.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.blue .styled-button {
background-color: #3287FA;
}
.blue .reverse-button {
color: #3287FA;
}
.blue .list-icon {
background-color: #3287FA;
}
.no-spacing {
margin: 0 !important;
padding: 0 !important;
}
.styled-button:hover {
background-color: #474747 !important;
}
h2, h1 {
font-family: "Rock Salt", cursive;
}
p {
font-family: "Raleway", sans-serif;
}
.MuiTypography-body1 {
font-family: "Raleway", sans-serif;
}
.MuiFab-root, .MuiFormLabel-root {
font-family: "Raleway", sans-serif !important;
}
.fc-button{
font-family: "Raleway", sans-serif !important;
background-color: #474747 !important;
}
.blue .fc-h-event .fc-event-main, .blue .fc-v-event .fc-event-main{
background-color: #3287FA;
}
.red .fc-h-event .fc-event-main, .red .fc-v-event .fc-event-main{
background-color: #FA4925;
}
.green .fc-h-event .fc-event-main, .green .fc-v-event .fc-event-main{
background-color: #62A321;
} | client/src/App.css | .green .background {
background-color: #62A321;
background-image: url("https://images.pexels.com/photos/732548/pexels-photo-732548.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.green .styled-button {
background-color: #62A321;
}
.green .reverse-button {
color: #62A321;
}
.green .list-icon {
background-color: #62A321;
}
/* Red color scheme */
.red .background {
background-color: #FA4925;
background-image: url("https://images.pexels.com/photos/751373/pexels-photo-751373.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.red .styled-button {
background-color: #FA4925;
}
.red .reverse-button {
color: #FA4925 !important;
}
.red .list-icon {
background-color: #FA4925;
}
/* Blue color scheme */
.blue .background {
background-color: #3287FA;
background-image: url("https://images.pexels.com/photos/1934846/pexels-photo-1934846.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.blue .styled-button {
background-color: #3287FA;
}
.blue .reverse-button {
color: #3287FA;
}
.blue .list-icon {
background-color: #3287FA;
}
.no-spacing {
margin: 0 !important;
padding: 0 !important;
}
.styled-button:hover {
background-color: #474747 !important;
}
h2, h1 {
font-family: "Rock Salt", cursive;
}
p {
font-family: "Raleway", sans-serif;
}
.MuiTypography-body1 {
font-family: "Raleway", sans-serif;
}
.MuiFab-root, .MuiFormLabel-root {
font-family: "Raleway", sans-serif !important;
}
.fc-button{
font-family: "Raleway", sans-serif !important;
background-color: #474747 !important;
}
.blue .fc-h-event .fc-event-main, .blue .fc-v-event .fc-event-main{
background-color: #3287FA;
}
.red .fc-h-event .fc-event-main, .red .fc-v-event .fc-event-main{
background-color: #FA4925;
}
.green .fc-h-event .fc-event-main, .green .fc-v-event .fc-event-main{
background-color: #62A321;
} | 0.552298 | 0.133669 |
.w3ls-banner-shadow {
background: rgba(226, 226, 226, 0.5);
width: 56%;
margin: 0 auto;
text-align: center;
padding: 3em;
box-shadow: 0 0 50px #333333;
border-radius:4px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileits-banner-info:hover div.w3ls-banner-shadow{
background:#000000;
}
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
bottom: -50%;
left: 0;
opacity: 0.6;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
width: 40px;
height: 40px;
background: transparent url("../images/arrows.png") no-repeat left top;
}
.callbacks_nav:hover{
opacity: 0.3;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
left: 95.5%;
}
.callbacks_nav.prev {
right: auto;
background-position:left top;
left: 91%;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 90%;
left: 47%;
padding: 0;
margin: 0;
display: block;
z-index: 999;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 15px;
width: 15px;
display: inline-block;
background: #ffffff;
border: 2px solid #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.callbacks_here a:after{
background: #ef543b;
border: 2px solid #ffffff;
}
.agileits-banner-info h3 {
font-size: 4em;
margin-bottom: 0px;
font-weight: 600;
text-transform: uppercase;
color: #FFFFFF;
letter-spacing: 3px;
z-index: 9;
}
.agileits-banner-info{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 630px;
padding: 12em 0;
}
.agileits-banner-info1{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 630px;
padding: 12em 0;
}
.agileits-banner-info2{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 630px;
padding: 12em 0;
}
.agileits-banner-info p{
font-size: .9em;
color: #FFFFFF;
z-index: 9;
margin: 1em 0 0 0;
font-weight: 800;
letter-spacing: 6px;
text-transform: uppercase;
}
.netindo-banner h3.home-section-h3 {border:1px solid black;font-size: 4em;margin-bottom: 0px;font-weight: 600; text-transform: uppercase;color: #FFFFFF;letter-spacing: 3px;z-index: 9;}
.netindo-banner{background: url('assets/background-banner.png') no-repeat 0px 0px;min-height: 630px;padding: 12em 0;background-attachment: fixed;background-position: center;
background-repeat: no-repeat;background-size: cover;}
.netindo-banner1{background: url('assets/background-banner.png') no-repeat 0px 0px;min-height:630px;padding: 12em 0;background-attachment: fixed;background-position: center;
background-repeat: no-repeat;background-size: cover;}
.netindo-banner2{background: url('assets/background-banner.png') no-repeat 0px 0px;min-height:630px;padding: 12em 0;background-attachment: fixed;background-position: center;
background-repeat: no-repeat;background-size: cover;}
.netindo-banner p{font-size: .9em;color: #FFFFFF;z-index: 9;margin: 1em 0 0 0;font-weight: 800;letter-spacing: 6px;text-transform: uppercase;}
.netindo-banner-right, .netindo-banner-left{height:300px;padding:0px 0px 0px 0px;margin-top:-50px;}
.netindo-banner-right, h1.home-section-h1, h4.home-section-h4{color:white!important;}
.netindo-banner-right, h4{padding:5px 0px 2px 0px;}
a.btn-trial{margin-top:30px;font-weight: bold;padding:13px 25px;-webkit-transition-delay:0s;-webkit-transition-delay:#fff, 0s, ease;-moz-transition-delay: #fff, 0s, ease;-ms-transition-delay:#fff, 0s, ease;-o-transition-delay:#fff, 0s, ease;transition-delay: #fff, 0s, ease;transition-timing-function: ease;border-width: 1px;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;border-radius: 34px;color:white!important; border-color:#EEEEEE;background-color:transparent;border-style:solid;font-size:16px;font-weight:600;text-decoration:none;line-height:19px;font-family:ProximaNova-Semibold, sans-serif;border:2px solid #eeeeee;}
a.btn-trial:hover{background:#00BCD4;color:white;border-color:#EEEEEE;}
.callbacks_here a:after{background: #00BCD4;border: 2px solid #00BCD4;}
@media (max-width: 991px){
.navbar-nav > li > a {padding: .7em 1em;}
@media (max-width: 767px){
.netindo-banner-left{margin-top: -100px;}
img.mobile{padding:0px 0px 0px 0px;margin-top:10px;}
h1.home-section-h1{font-size:30px;}
}
/***********END BANNER-NETINDO*********/ | assets/web/css/netin.css | .w3ls-banner-shadow {
background: rgba(226, 226, 226, 0.5);
width: 56%;
margin: 0 auto;
text-align: center;
padding: 3em;
box-shadow: 0 0 50px #333333;
border-radius:4px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileits-banner-info:hover div.w3ls-banner-shadow{
background:#000000;
}
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
bottom: -50%;
left: 0;
opacity: 0.6;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
width: 40px;
height: 40px;
background: transparent url("../images/arrows.png") no-repeat left top;
}
.callbacks_nav:hover{
opacity: 0.3;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
left: 95.5%;
}
.callbacks_nav.prev {
right: auto;
background-position:left top;
left: 91%;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 90%;
left: 47%;
padding: 0;
margin: 0;
display: block;
z-index: 999;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 15px;
width: 15px;
display: inline-block;
background: #ffffff;
border: 2px solid #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.callbacks_here a:after{
background: #ef543b;
border: 2px solid #ffffff;
}
.agileits-banner-info h3 {
font-size: 4em;
margin-bottom: 0px;
font-weight: 600;
text-transform: uppercase;
color: #FFFFFF;
letter-spacing: 3px;
z-index: 9;
}
.agileits-banner-info{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 630px;
padding: 12em 0;
}
.agileits-banner-info1{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 630px;
padding: 12em 0;
}
.agileits-banner-info2{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 630px;
padding: 12em 0;
}
.agileits-banner-info p{
font-size: .9em;
color: #FFFFFF;
z-index: 9;
margin: 1em 0 0 0;
font-weight: 800;
letter-spacing: 6px;
text-transform: uppercase;
}
.netindo-banner h3.home-section-h3 {border:1px solid black;font-size: 4em;margin-bottom: 0px;font-weight: 600; text-transform: uppercase;color: #FFFFFF;letter-spacing: 3px;z-index: 9;}
.netindo-banner{background: url('assets/background-banner.png') no-repeat 0px 0px;min-height: 630px;padding: 12em 0;background-attachment: fixed;background-position: center;
background-repeat: no-repeat;background-size: cover;}
.netindo-banner1{background: url('assets/background-banner.png') no-repeat 0px 0px;min-height:630px;padding: 12em 0;background-attachment: fixed;background-position: center;
background-repeat: no-repeat;background-size: cover;}
.netindo-banner2{background: url('assets/background-banner.png') no-repeat 0px 0px;min-height:630px;padding: 12em 0;background-attachment: fixed;background-position: center;
background-repeat: no-repeat;background-size: cover;}
.netindo-banner p{font-size: .9em;color: #FFFFFF;z-index: 9;margin: 1em 0 0 0;font-weight: 800;letter-spacing: 6px;text-transform: uppercase;}
.netindo-banner-right, .netindo-banner-left{height:300px;padding:0px 0px 0px 0px;margin-top:-50px;}
.netindo-banner-right, h1.home-section-h1, h4.home-section-h4{color:white!important;}
.netindo-banner-right, h4{padding:5px 0px 2px 0px;}
a.btn-trial{margin-top:30px;font-weight: bold;padding:13px 25px;-webkit-transition-delay:0s;-webkit-transition-delay:#fff, 0s, ease;-moz-transition-delay: #fff, 0s, ease;-ms-transition-delay:#fff, 0s, ease;-o-transition-delay:#fff, 0s, ease;transition-delay: #fff, 0s, ease;transition-timing-function: ease;border-width: 1px;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;border-radius: 34px;color:white!important; border-color:#EEEEEE;background-color:transparent;border-style:solid;font-size:16px;font-weight:600;text-decoration:none;line-height:19px;font-family:ProximaNova-Semibold, sans-serif;border:2px solid #eeeeee;}
a.btn-trial:hover{background:#00BCD4;color:white;border-color:#EEEEEE;}
.callbacks_here a:after{background: #00BCD4;border: 2px solid #00BCD4;}
@media (max-width: 991px){
.navbar-nav > li > a {padding: .7em 1em;}
@media (max-width: 767px){
.netindo-banner-left{margin-top: -100px;}
img.mobile{padding:0px 0px 0px 0px;margin-top:10px;}
h1.home-section-h1{font-size:30px;}
}
/***********END BANNER-NETINDO*********/ | 0.303732 | 0.063453 |
.version._500 /* version checker */
{
color: #0000F2;
background-color: #2C6329;
}
#page
{
z-index: 1;
width: 380px;
min-height: 1007px;
background-image: none;
border-width: 0px;
border-color: #000000;
background-color: #FFFFFF;
}
#page_position_content
{
margin-bottom: -67px;
width: 0.01px;/* should not cover content below */
}
#u48397
{
z-index: 121;
min-height: 60px;
padding-bottom: 13px;
}
#u48411
{
z-index: 122;
width: 199px;
position: relative;
margin-right: -10000px;
margin-top: 12px;
left: 88px;
}
#u48413-5
{
z-index: 123;
position: relative;
width: 59px;
margin-right: -10000px;
}
#u48412-4
{
z-index: 128;
position: relative;
width: 140px;
margin-right: -10000px;
left: 59px;
}
.js body
{
visibility: hidden;
}
.js body.initialized
{
visibility: visible;
}
#u48397-bw
{
z-index: 121;
min-height: 60px;
}
#u53180
{
width: 93px;
min-height: 48px;
position: relative;
margin-right: -10000px;
}
#u53183
{
width: 93px;
padding-bottom: 24px;
position: relative;
}
#u53186-4
{
width: 93px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53173
{
width: 93px;
min-height: 48px;
position: relative;
margin-right: -10000px;
left: 95px;
}
#u53174
{
width: 93px;
padding-bottom: 24px;
position: relative;
}
#u53183.MuseMenuActive,#u53174.MuseMenuActive
{
width: 93px;
min-height: 0px;
margin: 0px;
}
#u53176-4
{
width: 93px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53183.MuseMenuActive #u53186-4,#u53174.MuseMenuActive #u53176-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 93px;
margin: 0px -10000px 0px 0px;
}
#u53166
{
width: 94px;
min-height: 48px;
position: relative;
margin-right: -10000px;
left: 190px;
}
#u53167
{
width: 94px;
padding-bottom: 24px;
position: relative;
}
#u53168-4
{
width: 94px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53187
{
width: 94px;
min-height: 48px;
position: relative;
margin-right: -10000px;
left: 286px;
}
#u53188
{
width: 94px;
padding-bottom: 24px;
position: relative;
}
#u53167.MuseMenuActive,#u53188.MuseMenuActive
{
width: 94px;
min-height: 0px;
margin: 0px;
}
#u53190-4
{
width: 94px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53167.MuseMenuActive #u53168-4,#u53188.MuseMenuActive #u53190-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 94px;
margin: 0px -10000px 0px 0px;
}
#menuu53165,#menuu53165-bw
{
z-index: 132;
min-height: 48px;
}
#u61096-7
{
z-index: 4;
width: 260px;
min-height: 98px;
background-color: transparent;
color: #3995A7;
text-align: center;
font-family: abel, sans-serif;
font-weight: 400;
margin-left: 60px;
margin-top: 20px;
position: relative;
}
#u61096-5
{
line-height: 0px;/* 0 for mixed font sized paras; applied on spans instead */
}
#u61096
{
font-size: 40px;
line-height: 48px;
}
#u61096-3
{
line-height: 17px;
}
#u61096-4
{
font-size: 20px;
line-height: 24px;
}
#pamphletu61081
{
z-index: 41;
width: 0.01px;
height: 47px;
padding-bottom: 9px;
margin-left: 30px;
margin-top: 16px;
position: relative;
}
#u61082
{
position: absolute;
width: 319px;
background-color: transparent;
}
#u61082popup
{
z-index: 42;
}
#u61083
{
z-index: 43;
width: 319px;
height: 48px;
border-width: 0px;
border-color: #999999;
background-color: transparent;
margin-right: -10000px;
position: relative;
}
#pbuttonu61084
{
width: 0.01px;
margin-bottom: -1px;
margin-right: -10000px;
}
#buttonu61084
{
z-index: 45;
width: 319px;
height: 48px;
border-color: #5E5B5B;
background-color: #61AB59;
border-radius: 65px;
position: relative;
margin-right: -10000px;
}
#pbuttonu61084:active #buttonu61084
{
width: 318px;
height: 47px;
border-style: solid;
border-width: 1px;
border-color: #61AB59;
background-color: #FFFFFF;
position: relative;
margin-right: -10000px;
margin-top: 0px;
left: 0px;
margin-left: 0px;
min-height: 0px;
}
#u61085-4
{
z-index: 46;
width: 301px;
min-height: 27px;
background-color: transparent;
font-size: 20px;
line-height: 24px;
letter-spacing: 10px;
color: #FFFFFF;
text-align: center;
font-family: abel, sans-serif;
font-weight: 400;
}
#pbuttonu61084:active #u61085-4
{
padding-top: 0px;
padding-bottom: 0px;
position: relative;
width: 301px;
margin-right: -10000px;
margin-top: 13px;
left: 17px;
min-height: 27px;
}
#pbuttonu61084.ButtonSelected #u61085-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 27px;
width: 301px;
}
#pbuttonu61084:active #u61085-4 p
{
color: #61AB59;
visibility: inherit;
}
#pbuttonu61084.ButtonSelected #u61085-4 p
{
color: #FFFFFF;
visibility: inherit;
}
#pbuttonu61084 #u61085-4
{
position: relative;
width: 301px;
margin-right: -10000px;
margin-top: 14px;
left: 18px;
}
#u61086
{
z-index: 51;
width: 48px;
position: relative;
margin-right: -10000px;
left: 271px;
}
#u61087
{
position: absolute;
width: 55px;
border-color: #DEDEDE;
background-color: transparent;
padding-bottom: 8px;
left: -7px;
}
#u61087:hover
{
border-color: #DEDEDE;
width: 55px;
min-height: 0px;
margin: 0px;
}
#u61087.PamphletThumbSelected
{
border-color: #999999;
width: 55px;
min-height: 0px;
margin: 0px;
}
#u61088
{
z-index: 53;
width: 48px;
background-color: transparent;
position: relative;
margin-right: -10000px;
left: 7px;
}
#u61087:hover #u61088
{
width: 48px;
min-height: 0px;
margin: 0px -10000px 0px 0px;
}
#u61087.PamphletThumbSelected #u61088
{
width: 48px;
min-height: 0px;
margin: 0px -10000px 0px 0px;
}
#u61049
{
z-index: 3;
width: 314px;
border-style: solid;
border-width: 5px;
border-color: #3995A7;
background-color: #F5F3F3;
background-color: rgba(216,210,210,0.25);
border-radius: 35px;
padding-bottom: 23px;
margin-left: 28px;
margin-top: 14px;
position: relative;
-pie-background: rgba(216,210,210,0.25);
}
#u61050
{
z-index: 11;
width: 320px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
position: relative;
margin-right: -10000px;
margin-top: 13px;
left: -3px;
}
#u61080-4
{
z-index: 37;
width: 320px;
background-color: transparent;
color: #3995A7;
font-size: 30px;
text-align: center;
line-height: 36px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
}
#menuu61051
{
z-index: 12;
width: 283px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
margin-left: 18px;
position: relative;
}
#u61073
{
width: 283px;
background-color: transparent;
position: relative;
}
#u61074
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 20px;
position: relative;
margin-right: -10000px;
}
#u61074:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61076-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61074:hover #u61076-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61055
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 20px;
position: relative;
margin-right: -10000px;
}
#u61055:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61056-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61074.MuseMenuActive #u61076-4,#u61055:hover #u61056-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61067
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 21px;
position: relative;
margin-right: -10000px;
}
#u61067:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61069-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61055.MuseMenuActive #u61056-4,#u61067:hover #u61069-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61052,#u61066,#u61059
{
width: 283px;
background-color: transparent;
margin-top: 2px;
position: relative;
}
#u61062
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 21px;
position: relative;
margin-right: -10000px;
}
#u61062:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61065-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61067.MuseMenuActive #u61069-4,#u61062:hover #u61065-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61062.MuseMenuActive #u61065-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
.PamphletWidget .ThumbGroup .Thumb,.PamphletNextButton,.PamphletPrevButton,.PamphletCloseButton,.MenuItem /* pamphlet2 */
{
cursor: pointer;
}
#u61098
{
z-index: 2;
height: 18px;
background-color: #FFFFFF;
}
#u61098-bw
{
z-index: 2;
margin-top: -3px;
margin-bottom: -3px;
height: 18px;
}
#pu46922
{
width: 0.01px;
margin-top: 1px;
}
#u46922
{
z-index: 55;
min-height: 275.85000000000025px;
padding: 25px 23px 246.14999999999975px 18px;
}
#u74667
{
z-index: 107;
width: 327px;
margin-left: 8px;
position: relative;
}
#u47193
{
z-index: 108;
width: 48px;
position: relative;
margin-right: -10000px;
left: 189px;
}
#u47203
{
z-index: 110;
width: 48px;
position: relative;
margin-right: -10000px;
margin-top: 1px;
left: 96px;
}
#u74645
{
z-index: 112;
width: 327px;
position: relative;
margin-right: -10000px;
}
#u47213
{
z-index: 113;
width: 48px;
position: relative;
margin-right: -10000px;
}
#u74634
{
z-index: 115;
width: 48px;
position: relative;
margin-right: -10000px;
margin-top: 1px;
left: 279px;
}
#u46928-9
{
z-index: 61;
width: 339px;
min-height: 104px;
margin-top: 14px;
position: relative;
}
#pu46930-4
{
width: 0.01px;
margin-left: 57px;
margin-top: 17px;
position: relative;
}
#u46930-4
{
z-index: 70;
position: relative;
width: 76px;
margin-right: -10000px;
}
#u46932-4
{
z-index: 74;
position: relative;
width: 154px;
margin-right: -10000px;
margin-top: 2px;
left: 76px;
}
#u46931-4
{
z-index: 78;
margin-left: 57px;
position: relative;
}
#u46922-bw
{
z-index: 55;
min-height: 275.85000000000025px;
}
#u47072
{
z-index: 56;
min-height: 76.91234549999172px;
padding-left: 18px;
padding-top: 6px;
padding-bottom: 8.087654500008284px;
}
#u46927-4
{
z-index: 57;
width: 339px;
min-height: 47px;
position: relative;
}
#u99091-4
{
z-index: 117;
margin-left: 253px;
margin-top: 5px;
position: relative;
}
#u47072-bw
{
z-index: 56;
min-height: 76.91234549999172px;
margin-top: 475px;
}
#menuu51651
{
z-index: 82;
width: 358px;
position: relative;
margin-right: -10000px;
margin-top: 320px;
left: 8px;
}
#u51666
{
width: 358px;
position: relative;
}
#u51669
{
width: 358px;
min-height: 22px;
padding-bottom: 15px;
position: relative;
margin-right: -10000px;
}
#u51671-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 7px;
}
#u51662
{
width: 358px;
min-height: 22px;
padding-bottom: 15px;
position: relative;
margin-right: -10000px;
}
#u51663-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 7px;
}
#u51674
{
width: 358px;
min-height: 22px;
padding-bottom: 15px;
position: relative;
margin-right: -10000px;
}
#u51677-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 7px;
}
#u51659,#u51673,#u51652
{
width: 358px;
margin-top: 2px;
position: relative;
}
#u51655
{
width: 358px;
min-height: 22px;
padding-bottom: 16px;
position: relative;
margin-right: -10000px;
}
#u51669.MuseMenuActive,#u51662.MuseMenuActive,#u51674.MuseMenuActive,#u51655.MuseMenuActive
{
width: 358px;
min-height: 22px;
margin: 0px -10000px 0px 0px;
}
#u51656-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 8px;
}
#u51669.MuseMenuActive #u51671-4,#u51662.MuseMenuActive #u51663-4,#u51674.MuseMenuActive #u51677-4,#u51655.MuseMenuActive #u51656-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 22px;
width: 358px;
margin: 0px -10000px 0px 0px;
}
#muse_css_mq,.html
{
background-color: #FFFFFF;
}
body
{
position: relative;
min-width: 380px;
padding-bottom: 8px;
}
@-ms-viewport
{
width: 380px;
}
@-webkit-viewport
{
width: 380px;
}
@-o-viewport
{
width: 380px;
}
@-moz-viewport
{
width: 380px;
}
@viewport
{
width: 380px;
} | src/assets/phone/css/500.css | .version._500 /* version checker */
{
color: #0000F2;
background-color: #2C6329;
}
#page
{
z-index: 1;
width: 380px;
min-height: 1007px;
background-image: none;
border-width: 0px;
border-color: #000000;
background-color: #FFFFFF;
}
#page_position_content
{
margin-bottom: -67px;
width: 0.01px;/* should not cover content below */
}
#u48397
{
z-index: 121;
min-height: 60px;
padding-bottom: 13px;
}
#u48411
{
z-index: 122;
width: 199px;
position: relative;
margin-right: -10000px;
margin-top: 12px;
left: 88px;
}
#u48413-5
{
z-index: 123;
position: relative;
width: 59px;
margin-right: -10000px;
}
#u48412-4
{
z-index: 128;
position: relative;
width: 140px;
margin-right: -10000px;
left: 59px;
}
.js body
{
visibility: hidden;
}
.js body.initialized
{
visibility: visible;
}
#u48397-bw
{
z-index: 121;
min-height: 60px;
}
#u53180
{
width: 93px;
min-height: 48px;
position: relative;
margin-right: -10000px;
}
#u53183
{
width: 93px;
padding-bottom: 24px;
position: relative;
}
#u53186-4
{
width: 93px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53173
{
width: 93px;
min-height: 48px;
position: relative;
margin-right: -10000px;
left: 95px;
}
#u53174
{
width: 93px;
padding-bottom: 24px;
position: relative;
}
#u53183.MuseMenuActive,#u53174.MuseMenuActive
{
width: 93px;
min-height: 0px;
margin: 0px;
}
#u53176-4
{
width: 93px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53183.MuseMenuActive #u53186-4,#u53174.MuseMenuActive #u53176-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 93px;
margin: 0px -10000px 0px 0px;
}
#u53166
{
width: 94px;
min-height: 48px;
position: relative;
margin-right: -10000px;
left: 190px;
}
#u53167
{
width: 94px;
padding-bottom: 24px;
position: relative;
}
#u53168-4
{
width: 94px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53187
{
width: 94px;
min-height: 48px;
position: relative;
margin-right: -10000px;
left: 286px;
}
#u53188
{
width: 94px;
padding-bottom: 24px;
position: relative;
}
#u53167.MuseMenuActive,#u53188.MuseMenuActive
{
width: 94px;
min-height: 0px;
margin: 0px;
}
#u53190-4
{
width: 94px;
min-height: 24px;
position: relative;
margin-right: -10000px;
top: 12px;
}
#u53167.MuseMenuActive #u53168-4,#u53188.MuseMenuActive #u53190-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 94px;
margin: 0px -10000px 0px 0px;
}
#menuu53165,#menuu53165-bw
{
z-index: 132;
min-height: 48px;
}
#u61096-7
{
z-index: 4;
width: 260px;
min-height: 98px;
background-color: transparent;
color: #3995A7;
text-align: center;
font-family: abel, sans-serif;
font-weight: 400;
margin-left: 60px;
margin-top: 20px;
position: relative;
}
#u61096-5
{
line-height: 0px;/* 0 for mixed font sized paras; applied on spans instead */
}
#u61096
{
font-size: 40px;
line-height: 48px;
}
#u61096-3
{
line-height: 17px;
}
#u61096-4
{
font-size: 20px;
line-height: 24px;
}
#pamphletu61081
{
z-index: 41;
width: 0.01px;
height: 47px;
padding-bottom: 9px;
margin-left: 30px;
margin-top: 16px;
position: relative;
}
#u61082
{
position: absolute;
width: 319px;
background-color: transparent;
}
#u61082popup
{
z-index: 42;
}
#u61083
{
z-index: 43;
width: 319px;
height: 48px;
border-width: 0px;
border-color: #999999;
background-color: transparent;
margin-right: -10000px;
position: relative;
}
#pbuttonu61084
{
width: 0.01px;
margin-bottom: -1px;
margin-right: -10000px;
}
#buttonu61084
{
z-index: 45;
width: 319px;
height: 48px;
border-color: #5E5B5B;
background-color: #61AB59;
border-radius: 65px;
position: relative;
margin-right: -10000px;
}
#pbuttonu61084:active #buttonu61084
{
width: 318px;
height: 47px;
border-style: solid;
border-width: 1px;
border-color: #61AB59;
background-color: #FFFFFF;
position: relative;
margin-right: -10000px;
margin-top: 0px;
left: 0px;
margin-left: 0px;
min-height: 0px;
}
#u61085-4
{
z-index: 46;
width: 301px;
min-height: 27px;
background-color: transparent;
font-size: 20px;
line-height: 24px;
letter-spacing: 10px;
color: #FFFFFF;
text-align: center;
font-family: abel, sans-serif;
font-weight: 400;
}
#pbuttonu61084:active #u61085-4
{
padding-top: 0px;
padding-bottom: 0px;
position: relative;
width: 301px;
margin-right: -10000px;
margin-top: 13px;
left: 17px;
min-height: 27px;
}
#pbuttonu61084.ButtonSelected #u61085-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 27px;
width: 301px;
}
#pbuttonu61084:active #u61085-4 p
{
color: #61AB59;
visibility: inherit;
}
#pbuttonu61084.ButtonSelected #u61085-4 p
{
color: #FFFFFF;
visibility: inherit;
}
#pbuttonu61084 #u61085-4
{
position: relative;
width: 301px;
margin-right: -10000px;
margin-top: 14px;
left: 18px;
}
#u61086
{
z-index: 51;
width: 48px;
position: relative;
margin-right: -10000px;
left: 271px;
}
#u61087
{
position: absolute;
width: 55px;
border-color: #DEDEDE;
background-color: transparent;
padding-bottom: 8px;
left: -7px;
}
#u61087:hover
{
border-color: #DEDEDE;
width: 55px;
min-height: 0px;
margin: 0px;
}
#u61087.PamphletThumbSelected
{
border-color: #999999;
width: 55px;
min-height: 0px;
margin: 0px;
}
#u61088
{
z-index: 53;
width: 48px;
background-color: transparent;
position: relative;
margin-right: -10000px;
left: 7px;
}
#u61087:hover #u61088
{
width: 48px;
min-height: 0px;
margin: 0px -10000px 0px 0px;
}
#u61087.PamphletThumbSelected #u61088
{
width: 48px;
min-height: 0px;
margin: 0px -10000px 0px 0px;
}
#u61049
{
z-index: 3;
width: 314px;
border-style: solid;
border-width: 5px;
border-color: #3995A7;
background-color: #F5F3F3;
background-color: rgba(216,210,210,0.25);
border-radius: 35px;
padding-bottom: 23px;
margin-left: 28px;
margin-top: 14px;
position: relative;
-pie-background: rgba(216,210,210,0.25);
}
#u61050
{
z-index: 11;
width: 320px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
position: relative;
margin-right: -10000px;
margin-top: 13px;
left: -3px;
}
#u61080-4
{
z-index: 37;
width: 320px;
background-color: transparent;
color: #3995A7;
font-size: 30px;
text-align: center;
line-height: 36px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
}
#menuu61051
{
z-index: 12;
width: 283px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
margin-left: 18px;
position: relative;
}
#u61073
{
width: 283px;
background-color: transparent;
position: relative;
}
#u61074
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 20px;
position: relative;
margin-right: -10000px;
}
#u61074:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61076-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61074:hover #u61076-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61055
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 20px;
position: relative;
margin-right: -10000px;
}
#u61055:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61056-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61074.MuseMenuActive #u61076-4,#u61055:hover #u61056-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61067
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 21px;
position: relative;
margin-right: -10000px;
}
#u61067:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61069-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61055.MuseMenuActive #u61056-4,#u61067:hover #u61069-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61052,#u61066,#u61059
{
width: 283px;
background-color: transparent;
margin-top: 2px;
position: relative;
}
#u61062
{
width: 283px;
min-height: 24px;
background-color: transparent;
padding-bottom: 21px;
position: relative;
margin-right: -10000px;
}
#u61062:hover
{
background-color: #C5C5C5;
background-color: rgba(152,152,152,0.56);
border-radius: 10px;
width: 283px;
min-height: 24px;
margin: 0px -10000px 0px 0px;
-pie-background: rgba(152,152,152,0.56);
}
#u61065-4
{
width: 283px;
min-height: 24px;
border-width: 0px;
border-color: transparent;
background-color: transparent;
color: #5E5B5B;
font-size: 20px;
text-align: center;
line-height: 24px;
font-family: abel, sans-serif;
font-weight: 400;
position: relative;
margin-right: -10000px;
top: 10px;
}
#u61067.MuseMenuActive #u61069-4,#u61062:hover #u61065-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
#u61062.MuseMenuActive #u61065-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 24px;
width: 283px;
margin: 0px -10000px 0px 0px;
}
.PamphletWidget .ThumbGroup .Thumb,.PamphletNextButton,.PamphletPrevButton,.PamphletCloseButton,.MenuItem /* pamphlet2 */
{
cursor: pointer;
}
#u61098
{
z-index: 2;
height: 18px;
background-color: #FFFFFF;
}
#u61098-bw
{
z-index: 2;
margin-top: -3px;
margin-bottom: -3px;
height: 18px;
}
#pu46922
{
width: 0.01px;
margin-top: 1px;
}
#u46922
{
z-index: 55;
min-height: 275.85000000000025px;
padding: 25px 23px 246.14999999999975px 18px;
}
#u74667
{
z-index: 107;
width: 327px;
margin-left: 8px;
position: relative;
}
#u47193
{
z-index: 108;
width: 48px;
position: relative;
margin-right: -10000px;
left: 189px;
}
#u47203
{
z-index: 110;
width: 48px;
position: relative;
margin-right: -10000px;
margin-top: 1px;
left: 96px;
}
#u74645
{
z-index: 112;
width: 327px;
position: relative;
margin-right: -10000px;
}
#u47213
{
z-index: 113;
width: 48px;
position: relative;
margin-right: -10000px;
}
#u74634
{
z-index: 115;
width: 48px;
position: relative;
margin-right: -10000px;
margin-top: 1px;
left: 279px;
}
#u46928-9
{
z-index: 61;
width: 339px;
min-height: 104px;
margin-top: 14px;
position: relative;
}
#pu46930-4
{
width: 0.01px;
margin-left: 57px;
margin-top: 17px;
position: relative;
}
#u46930-4
{
z-index: 70;
position: relative;
width: 76px;
margin-right: -10000px;
}
#u46932-4
{
z-index: 74;
position: relative;
width: 154px;
margin-right: -10000px;
margin-top: 2px;
left: 76px;
}
#u46931-4
{
z-index: 78;
margin-left: 57px;
position: relative;
}
#u46922-bw
{
z-index: 55;
min-height: 275.85000000000025px;
}
#u47072
{
z-index: 56;
min-height: 76.91234549999172px;
padding-left: 18px;
padding-top: 6px;
padding-bottom: 8.087654500008284px;
}
#u46927-4
{
z-index: 57;
width: 339px;
min-height: 47px;
position: relative;
}
#u99091-4
{
z-index: 117;
margin-left: 253px;
margin-top: 5px;
position: relative;
}
#u47072-bw
{
z-index: 56;
min-height: 76.91234549999172px;
margin-top: 475px;
}
#menuu51651
{
z-index: 82;
width: 358px;
position: relative;
margin-right: -10000px;
margin-top: 320px;
left: 8px;
}
#u51666
{
width: 358px;
position: relative;
}
#u51669
{
width: 358px;
min-height: 22px;
padding-bottom: 15px;
position: relative;
margin-right: -10000px;
}
#u51671-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 7px;
}
#u51662
{
width: 358px;
min-height: 22px;
padding-bottom: 15px;
position: relative;
margin-right: -10000px;
}
#u51663-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 7px;
}
#u51674
{
width: 358px;
min-height: 22px;
padding-bottom: 15px;
position: relative;
margin-right: -10000px;
}
#u51677-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 7px;
}
#u51659,#u51673,#u51652
{
width: 358px;
margin-top: 2px;
position: relative;
}
#u51655
{
width: 358px;
min-height: 22px;
padding-bottom: 16px;
position: relative;
margin-right: -10000px;
}
#u51669.MuseMenuActive,#u51662.MuseMenuActive,#u51674.MuseMenuActive,#u51655.MuseMenuActive
{
width: 358px;
min-height: 22px;
margin: 0px -10000px 0px 0px;
}
#u51656-4
{
width: 358px;
min-height: 22px;
position: relative;
margin-right: -10000px;
top: 8px;
}
#u51669.MuseMenuActive #u51671-4,#u51662.MuseMenuActive #u51663-4,#u51674.MuseMenuActive #u51677-4,#u51655.MuseMenuActive #u51656-4
{
padding-top: 0px;
padding-bottom: 0px;
min-height: 22px;
width: 358px;
margin: 0px -10000px 0px 0px;
}
#muse_css_mq,.html
{
background-color: #FFFFFF;
}
body
{
position: relative;
min-width: 380px;
padding-bottom: 8px;
}
@-ms-viewport
{
width: 380px;
}
@-webkit-viewport
{
width: 380px;
}
@-o-viewport
{
width: 380px;
}
@-moz-viewport
{
width: 380px;
}
@viewport
{
width: 380px;
} | 0.236604 | 0.056444 |
@media screen and (max-width: 700px) {
.navbar {
width: 100%;
display: flex;
justify-content: space-between;
}
.fas {
color: rgb(6, 29, 131);
font-size: 22px;
padding-right: 10px;
}
a.navbar-brand {
width: 40%;
font-size: 22px;
font-weight: 900;
color: rgb(6, 29, 131);
text-decoration: none;
}
.side-nav {
height: 100%;
width: 0px;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: rgb(6, 29, 131);
opacity: 0.9;
overflow-x: hidden;
padding-top: 30px;
transition: 0.5s;
text-align: center;
}
.side-nav a {
padding: 10px 10px 10px 10px;
text-decoration: none;
font-size: 16px;
color: #ccc;
display: block;
transition: 0.3s;
}
.side-nav a:hover {
color: rgb(255, 255, 255);
}
.side-nav .btn-close {
position: absolute;
top: 0;
padding: 0px;
font-size: 36px;
margin-left: 65px;
margin-bottom: 5px;
}
ul.navbar-nav {
display: none;
}
}
@media screen and (min-width: 700px) {
ul.navbar-nav {
display: block;
width: 100%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
.navbar {
width: 100%;
display: flex;
flex-direction: row;
color: rgb(6, 29, 131);
justify-content: space-between;
}
.navbar a:hover {
color: rgb(15, 68, 240);
}
a.navbar-brand {
width: 20%;
font-size: 22px;
align-self: center;
text-decoration: none;
}
.open-slide {
display: none;
}
.side-nav {
display: none;
}
ul.navbar-nav {
width: 50%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
a.nav-link {
text-decoration: none;
}
a.nav-link:hover {
color: rgb(15, 68, 240);
transform: translatey(-2px);
}
}
@media screen and (min-width: 1000px) {
ul.navbar-nav {
display: block;
width: 100%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
.navbar {
width: 100%;
display: flex;
flex-direction: row;
color: rgb(6, 29, 131);
justify-content: space-between;
}
.navbar a:hover {
color: rgb(15, 68, 240);
}
a.navbar-brand {
width: 15%;
font-size: 22px;
margin-right: 200px;
align-self: center;
text-decoration: none;
text-align: center;
}
ul.navbar-nav {
width: 30%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
.open-slide {
display: none;
}
.side-nav {
display: none;
}
} | assets/styles/navbar.css | @media screen and (max-width: 700px) {
.navbar {
width: 100%;
display: flex;
justify-content: space-between;
}
.fas {
color: rgb(6, 29, 131);
font-size: 22px;
padding-right: 10px;
}
a.navbar-brand {
width: 40%;
font-size: 22px;
font-weight: 900;
color: rgb(6, 29, 131);
text-decoration: none;
}
.side-nav {
height: 100%;
width: 0px;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: rgb(6, 29, 131);
opacity: 0.9;
overflow-x: hidden;
padding-top: 30px;
transition: 0.5s;
text-align: center;
}
.side-nav a {
padding: 10px 10px 10px 10px;
text-decoration: none;
font-size: 16px;
color: #ccc;
display: block;
transition: 0.3s;
}
.side-nav a:hover {
color: rgb(255, 255, 255);
}
.side-nav .btn-close {
position: absolute;
top: 0;
padding: 0px;
font-size: 36px;
margin-left: 65px;
margin-bottom: 5px;
}
ul.navbar-nav {
display: none;
}
}
@media screen and (min-width: 700px) {
ul.navbar-nav {
display: block;
width: 100%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
.navbar {
width: 100%;
display: flex;
flex-direction: row;
color: rgb(6, 29, 131);
justify-content: space-between;
}
.navbar a:hover {
color: rgb(15, 68, 240);
}
a.navbar-brand {
width: 20%;
font-size: 22px;
align-self: center;
text-decoration: none;
}
.open-slide {
display: none;
}
.side-nav {
display: none;
}
ul.navbar-nav {
width: 50%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
a.nav-link {
text-decoration: none;
}
a.nav-link:hover {
color: rgb(15, 68, 240);
transform: translatey(-2px);
}
}
@media screen and (min-width: 1000px) {
ul.navbar-nav {
display: block;
width: 100%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
.navbar {
width: 100%;
display: flex;
flex-direction: row;
color: rgb(6, 29, 131);
justify-content: space-between;
}
.navbar a:hover {
color: rgb(15, 68, 240);
}
a.navbar-brand {
width: 15%;
font-size: 22px;
margin-right: 200px;
align-self: center;
text-decoration: none;
text-align: center;
}
ul.navbar-nav {
width: 30%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 0px;
}
.open-slide {
display: none;
}
.side-nav {
display: none;
}
} | 0.512449 | 0.087213 |
.header-container {
max-width: 1000px;
width: 60%;
margin: 10% auto 0% auto;
}
h1 {
font-family: 'Sail', cursive;
font-size: 5.5em;
line-height: .8em;
text-align: center;
margin: 50px auto 1px auto;
}
h1 a {
text-decoration: none;
color:#404040;
}
.desktop-header {
display: block;
max-width: 1200px;
}
.mobile-header {
display: none;
}
h2 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 1.5em;
text-align: left;
margin: auto;
margin-top: 20px;
}
h2 a {
background-color: #f8f7cc;
color: #404040;
padding: 5px 10px;
margin: 20px 10px 0px 0px;
font-weight: bold;
text-decoration: none;
}
h2 a:hover {
background-color: #f2ee81;
}
.intro-container {
margin: 3rem auto 5rem auto;
}
.intro {
color: #404040;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 1.2em;
line-height: 1.7em;
}
.intro a {
color: #404040;
padding: 1px 3px;
font-weight: 400;
text-decoration: none;
border-bottom: solid 2px #f2ee81;
}
.intro a:hover {
color: #999;
border-bottom: solid 2px #ccc;
}
.toc {
margin-bottom: 5rem;
padding: 10px;
text-align: center;
}
.toc a {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 1.2em;
text-align: center;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
color: #404040;
padding: 1px 3px;
text-decoration: none;
}
.toc a:hover {
background-color: #f2ee81;
color: #404040;
}
.labels {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-weight: bold;
font-size: .8em;
text-align: left;
margin: 30px auto -10px auto;
color: #404040;
}
#project_list {
width: 70%;
max-width: 900px;
margin: 3rem auto 10% auto;
}
.project {
max-width: 300px;
width:29%;
display:inline-block;
vertical-align: top;
margin: auto 2%;
}
.project_img {
width: 80%;
margin: 0 10%;
}
.project_name {
font-family: 'Sail',sans-serif;
font-size: 3em;
text-align: center;
margin-top: 7rem;
color: #404040;
}
.project_desc {
color: #404040;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 1em;
line-height: 1.5em;
}
.project_skills {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: .65em;
text-transform: uppercase;
color: #999;
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #ddd;
}
.project_skills:last-child {
border-bottom: none;
}
.project_desc a {
color: #404040;
padding: 1px 3px;
font-weight: 400;
text-decoration: none;
border-bottom: solid 2px #f2ee81;
text-decoration: none;
white-space: nowrap;
}
.project_desc a:hover {
color: #999;
border-bottom: solid 2px #ccc;
}
.project-page-img {
padding-top: 20px;
width: 100%;
}
.back-button {
text-align: center;
margin: 50px auto;
}
.back-button a{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: .8em;
text-transform: uppercase;
text-align: center;
text-decoration: none;
color: #404040;
}
body {
background-color: #fff;
}
/*mobile*/
@media (max-width: 700px) {
#project_list {
width: 90%;
margin: 30px auto 70px auto;
}
.header-container {
width: 90%;
margin-top: 20%;
}
.desktop-header {
display: none;
}
.mobile-header {
display: block;
max-width: 400px;
margin: auto;
}
}
@media (max-width: 1200px) {
.project {
max-width: 500px;
width:100%;
display:block;
margin: 3rem auto;
border-bottom: 1px solid #ccc;
padding-bottom: 3rem;
}
.project_desc {
text-align:center;
}
}
img {
width: 100%;
} | main.css | .header-container {
max-width: 1000px;
width: 60%;
margin: 10% auto 0% auto;
}
h1 {
font-family: 'Sail', cursive;
font-size: 5.5em;
line-height: .8em;
text-align: center;
margin: 50px auto 1px auto;
}
h1 a {
text-decoration: none;
color:#404040;
}
.desktop-header {
display: block;
max-width: 1200px;
}
.mobile-header {
display: none;
}
h2 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 1.5em;
text-align: left;
margin: auto;
margin-top: 20px;
}
h2 a {
background-color: #f8f7cc;
color: #404040;
padding: 5px 10px;
margin: 20px 10px 0px 0px;
font-weight: bold;
text-decoration: none;
}
h2 a:hover {
background-color: #f2ee81;
}
.intro-container {
margin: 3rem auto 5rem auto;
}
.intro {
color: #404040;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 1.2em;
line-height: 1.7em;
}
.intro a {
color: #404040;
padding: 1px 3px;
font-weight: 400;
text-decoration: none;
border-bottom: solid 2px #f2ee81;
}
.intro a:hover {
color: #999;
border-bottom: solid 2px #ccc;
}
.toc {
margin-bottom: 5rem;
padding: 10px;
text-align: center;
}
.toc a {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 1.2em;
text-align: center;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
color: #404040;
padding: 1px 3px;
text-decoration: none;
}
.toc a:hover {
background-color: #f2ee81;
color: #404040;
}
.labels {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-weight: bold;
font-size: .8em;
text-align: left;
margin: 30px auto -10px auto;
color: #404040;
}
#project_list {
width: 70%;
max-width: 900px;
margin: 3rem auto 10% auto;
}
.project {
max-width: 300px;
width:29%;
display:inline-block;
vertical-align: top;
margin: auto 2%;
}
.project_img {
width: 80%;
margin: 0 10%;
}
.project_name {
font-family: 'Sail',sans-serif;
font-size: 3em;
text-align: center;
margin-top: 7rem;
color: #404040;
}
.project_desc {
color: #404040;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 1em;
line-height: 1.5em;
}
.project_skills {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: .65em;
text-transform: uppercase;
color: #999;
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #ddd;
}
.project_skills:last-child {
border-bottom: none;
}
.project_desc a {
color: #404040;
padding: 1px 3px;
font-weight: 400;
text-decoration: none;
border-bottom: solid 2px #f2ee81;
text-decoration: none;
white-space: nowrap;
}
.project_desc a:hover {
color: #999;
border-bottom: solid 2px #ccc;
}
.project-page-img {
padding-top: 20px;
width: 100%;
}
.back-button {
text-align: center;
margin: 50px auto;
}
.back-button a{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: .8em;
text-transform: uppercase;
text-align: center;
text-decoration: none;
color: #404040;
}
body {
background-color: #fff;
}
/*mobile*/
@media (max-width: 700px) {
#project_list {
width: 90%;
margin: 30px auto 70px auto;
}
.header-container {
width: 90%;
margin-top: 20%;
}
.desktop-header {
display: none;
}
.mobile-header {
display: block;
max-width: 400px;
margin: auto;
}
}
@media (max-width: 1200px) {
.project {
max-width: 500px;
width:100%;
display:block;
margin: 3rem auto;
border-bottom: 1px solid #ccc;
padding-bottom: 3rem;
}
.project_desc {
text-align:center;
}
}
img {
width: 100%;
} | 0.203708 | 0.080357 |
position: relative;
}
/* cartes */
#cartes{
position: absolute;
top:0%;
left:0%;
width:100%;
height:100%;
}
.carte{
position: absolute;
opacity: 0;
top:0%;
left:0%;
width:100%;
height:100%;
}
#carte1905{
opacity:1;
}
/* boutons */
form{
z-index: 10;
right:0%;
width:auto;
height:50%;
float:right;
}
form>label{
position:absolute;
right:10%;
font-family: Vibur;
color: #265984;
opacity:0;
}
#label1905{
opacity:1;
}
.imageBouton{
position: absolute;
right:3.5%;
width:5%;
cursor:pointer;
}
.imageBouton:hover {
-webkit-transform:scale(1.25); /* Safari et Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* Internet Explorer 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
transition:0.5s;
}
#imageBouton1905, #label1905{
top:21%;
}
#imageBouton1924, #label1924{
top:34%;
}
#imageBouton1944, #label1944{
top:47%;
}
#imageBouton1952, #label1952{
top:60%;
}
#imageBouton1957, #label1957{
top:73%;
}
/* bouton suivant */
#next4{
visibility:hidden;
cursor:pointer;
}
#next4-img{
position: absolute;
width: 4%;
left : 70%;
top : 90.5%;
visibility:hidden;
}
#next4-texte{
position: absolute;
left : 76%;
top : 92%;
font-family: Vibur;
color: #92C2D2;
visibility:hidden;
}
/* textes */
#premierTexte, #deuxiemeTexte{
font-family: Vibur;
font-style: normal;
font-weight: normal;
font-size: 5.5%;
line-height: 130%;
height:5%;
width:66%;
color: #265984;
}
#premierTexte{
position: absolute;
top:3.4%;
left:2.5%;
}
#deuxiemeTexte{
position: absolute;
top:91%;
left:2.5%;
opacity: 0;
}
@media screen and (max-aspect-ratio: 16/9){
#premierTexte, #deuxiemeTexte, #page3 label{
font-size: 3vw;
}#next4-texte{font-size: 2vw;}
}
@media screen and (min-aspect-ratio: 16/9){
#premierTexte, #deuxiemeTexte, #page3 label{
font-size: 5vh;
}
#next4-texte{
font-size: 3.4vh;
}
} | ville-saint-nazaire/public/css/style3.css | position: relative;
}
/* cartes */
#cartes{
position: absolute;
top:0%;
left:0%;
width:100%;
height:100%;
}
.carte{
position: absolute;
opacity: 0;
top:0%;
left:0%;
width:100%;
height:100%;
}
#carte1905{
opacity:1;
}
/* boutons */
form{
z-index: 10;
right:0%;
width:auto;
height:50%;
float:right;
}
form>label{
position:absolute;
right:10%;
font-family: Vibur;
color: #265984;
opacity:0;
}
#label1905{
opacity:1;
}
.imageBouton{
position: absolute;
right:3.5%;
width:5%;
cursor:pointer;
}
.imageBouton:hover {
-webkit-transform:scale(1.25); /* Safari et Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* Internet Explorer 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
transition:0.5s;
}
#imageBouton1905, #label1905{
top:21%;
}
#imageBouton1924, #label1924{
top:34%;
}
#imageBouton1944, #label1944{
top:47%;
}
#imageBouton1952, #label1952{
top:60%;
}
#imageBouton1957, #label1957{
top:73%;
}
/* bouton suivant */
#next4{
visibility:hidden;
cursor:pointer;
}
#next4-img{
position: absolute;
width: 4%;
left : 70%;
top : 90.5%;
visibility:hidden;
}
#next4-texte{
position: absolute;
left : 76%;
top : 92%;
font-family: Vibur;
color: #92C2D2;
visibility:hidden;
}
/* textes */
#premierTexte, #deuxiemeTexte{
font-family: Vibur;
font-style: normal;
font-weight: normal;
font-size: 5.5%;
line-height: 130%;
height:5%;
width:66%;
color: #265984;
}
#premierTexte{
position: absolute;
top:3.4%;
left:2.5%;
}
#deuxiemeTexte{
position: absolute;
top:91%;
left:2.5%;
opacity: 0;
}
@media screen and (max-aspect-ratio: 16/9){
#premierTexte, #deuxiemeTexte, #page3 label{
font-size: 3vw;
}#next4-texte{font-size: 2vw;}
}
@media screen and (min-aspect-ratio: 16/9){
#premierTexte, #deuxiemeTexte, #page3 label{
font-size: 5vh;
}
#next4-texte{
font-size: 3.4vh;
}
} | 0.467575 | 0.07244 |
html, body {
height: 100%;
}
body {
padding-top: 50px;
padding-bottom: 20px;
font-family: 'Open Sans', sans-serif;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 20px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #ececec;
background-image: none;
border: 1px solid #333333;
border-radius: 4px;
}
.icon-bar {
background-color:#333333 !important;
}
.navbar{
margin-bottom: 10px;
background-color: #ffffff;
border-bottom: 1px solid #eeeeee;
}
.big {
min-height: 130px;
}
.big.navbar .navbar-collapse{
margin-top: 30px;
}
.big.navbar .navbar-collapse .navbar-nav li{
font-size: 16px;
padding-right: 25px;
}
.big.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.big .navbar-brand img{
height: 90px;
}
.small {
min-height: 80px;
}
.small.navbar .navbar-collapse{
margin-top: 15px;
}
.small.navbar .navbar-collapse .navbar-nav li{
font-size: 15px;
padding-right: 25px;
}
.small.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.small .navbar-brand img{
height: 60px;
}
#header_nav {
width:100%;
background-color:#666;
position:fixed;
top:0;
left:0;
-webkit-transition:0.5s linear all;
-moz-transition:0.5s linear all;
-o-transition:0.5s linear all;
transition:0.5s linear all;
}
.navbar-nav li a{
color:#41b549;
}
.navbar-nav li a:hover, .navbar-nav li a.active{
color:#256729;
}
.mainContainer{
margin-top: 85px;
}
.section-header-green{
color:#0e720e;
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
.section-header{
color:#ff0099;
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
.item-title .sub{
font-size: 13px;
font-style: italic;
}
.item-list-title{
font-size: 16px;
font-weight: bold;
color: #196106;
}
.item-list-price{
font-size: 16px;
font-weight: bold;
}
.list-items{
padding-top: 10px;
}
.list-items li{
font-size: 18px;
}
.txt-16{
font-size: 16px;
}
.txt-light-green{
color:#10c618;
}
.txt-red{
color:#be2b2b;
}
.top-spacer-25{
margin-top: 25px;
}
.top-spacer-35{
margin-top: 35px;
}
@media (min-width: 768px) {
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
}
@media (max-width: 1200px) {
.big {
min-height: 100px;
}
.big.navbar .navbar-collapse{
margin-top: 30px;
}
.big.navbar .navbar-collapse .navbar-nav li{
font-size: 16px;
padding-right: 25px;
}
.big.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.big .navbar-brand img{
height: 70px;
}
}
@media (max-width: 992px) {
.big {
min-height: 90px;
}
.big.navbar .navbar-collapse{
margin-top: 15px;
}
.big.navbar .navbar-collapse .navbar-nav li{
font-size: 15px;
padding-right: 20px;
}
.big.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.big .navbar-brand img{
height: 50px;
}
.small {
min-height: 80px;
}
.small.navbar .navbar-collapse{
margin-top: 10px;
}
.small.navbar .navbar-collapse .navbar-nav li{
font-size: 14px;
padding-right: 20px;
}
.small.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.small .navbar-brand img{
height: 40px;
}
.mainContainer {
margin-top: 35px;
}
.section-header-green {
color: #0e720e;
padding-bottom: 9px;
margin: 0px 0 20px;
border-bottom: 1px solid #eee;
}
}
.dropdown {
cursor:pointer;
}
.img-home-portfolio,
.img-customer,
.portfolio-item {
margin-bottom: 30px;
}
.tab-pane {
margin-top: 15px;
}
/* Page Sections */
.section,
.section-colored {
padding: 50px 0;
}
.section-colored {
background-color: #e1e1e1;
/* change this to change the background color of a colored section */
}
.sidebar {
margin-top: 40px;
}
.sidebar ul {
border-radius: 5px;
padding: 5px;
border: 1px solid #cccccc;
}
/* Half Page Height Carousel Customization */
.carousel {
height: 50%;
}
.item,
.active,
.carousel-inner {
height: 100%;
}
.fill {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
/* Social Icons Styles */
.list-social-icons {
margin-bottom: 45px;
}
.tooltip-social a {
text-decoration: none;
color: inherit;
}
.facebook-link a:hover {
color: #3b5998;
}
.linkedin-link a:hover {
color: #007fb1;
}
.twitter-link a:hover {
color: #39a9e0;
}
.google-plus-link a:hover {
color: #d14836;
}
/* Service Page Styles */
.service-icon {
font-size: 50px;
}
/* 404 Page Styles */
.error-404 {
font-size: 8em;
}
/* Pricing Page Styles */
.price {
font-size: 4em;
}
.price-cents {
vertical-align: super;
font-size: 50%;
}
.price-month {
font-size: 35%;
font-style: italic;
}
/* Footer Styles */
footer {
margin: 50px 0;
}
/* Responsive Styles */
@media (max-width: 767px) {
.carousel {
height: 70%;
/* increases the carousel height so it looks good on phones */
}
} | css/main.css |
html, body {
height: 100%;
}
body {
padding-top: 50px;
padding-bottom: 20px;
font-family: 'Open Sans', sans-serif;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 20px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #ececec;
background-image: none;
border: 1px solid #333333;
border-radius: 4px;
}
.icon-bar {
background-color:#333333 !important;
}
.navbar{
margin-bottom: 10px;
background-color: #ffffff;
border-bottom: 1px solid #eeeeee;
}
.big {
min-height: 130px;
}
.big.navbar .navbar-collapse{
margin-top: 30px;
}
.big.navbar .navbar-collapse .navbar-nav li{
font-size: 16px;
padding-right: 25px;
}
.big.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.big .navbar-brand img{
height: 90px;
}
.small {
min-height: 80px;
}
.small.navbar .navbar-collapse{
margin-top: 15px;
}
.small.navbar .navbar-collapse .navbar-nav li{
font-size: 15px;
padding-right: 25px;
}
.small.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.small .navbar-brand img{
height: 60px;
}
#header_nav {
width:100%;
background-color:#666;
position:fixed;
top:0;
left:0;
-webkit-transition:0.5s linear all;
-moz-transition:0.5s linear all;
-o-transition:0.5s linear all;
transition:0.5s linear all;
}
.navbar-nav li a{
color:#41b549;
}
.navbar-nav li a:hover, .navbar-nav li a.active{
color:#256729;
}
.mainContainer{
margin-top: 85px;
}
.section-header-green{
color:#0e720e;
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
.section-header{
color:#ff0099;
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
.item-title .sub{
font-size: 13px;
font-style: italic;
}
.item-list-title{
font-size: 16px;
font-weight: bold;
color: #196106;
}
.item-list-price{
font-size: 16px;
font-weight: bold;
}
.list-items{
padding-top: 10px;
}
.list-items li{
font-size: 18px;
}
.txt-16{
font-size: 16px;
}
.txt-light-green{
color:#10c618;
}
.txt-red{
color:#be2b2b;
}
.top-spacer-25{
margin-top: 25px;
}
.top-spacer-35{
margin-top: 35px;
}
@media (min-width: 768px) {
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
}
@media (max-width: 1200px) {
.big {
min-height: 100px;
}
.big.navbar .navbar-collapse{
margin-top: 30px;
}
.big.navbar .navbar-collapse .navbar-nav li{
font-size: 16px;
padding-right: 25px;
}
.big.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.big .navbar-brand img{
height: 70px;
}
}
@media (max-width: 992px) {
.big {
min-height: 90px;
}
.big.navbar .navbar-collapse{
margin-top: 15px;
}
.big.navbar .navbar-collapse .navbar-nav li{
font-size: 15px;
padding-right: 20px;
}
.big.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.big .navbar-brand img{
height: 50px;
}
.small {
min-height: 80px;
}
.small.navbar .navbar-collapse{
margin-top: 10px;
}
.small.navbar .navbar-collapse .navbar-nav li{
font-size: 14px;
padding-right: 20px;
}
.small.navbar .navbar-collapse .navbar-nav li:last-child{
padding-right: 0px;
}
.small .navbar-brand img{
height: 40px;
}
.mainContainer {
margin-top: 35px;
}
.section-header-green {
color: #0e720e;
padding-bottom: 9px;
margin: 0px 0 20px;
border-bottom: 1px solid #eee;
}
}
.dropdown {
cursor:pointer;
}
.img-home-portfolio,
.img-customer,
.portfolio-item {
margin-bottom: 30px;
}
.tab-pane {
margin-top: 15px;
}
/* Page Sections */
.section,
.section-colored {
padding: 50px 0;
}
.section-colored {
background-color: #e1e1e1;
/* change this to change the background color of a colored section */
}
.sidebar {
margin-top: 40px;
}
.sidebar ul {
border-radius: 5px;
padding: 5px;
border: 1px solid #cccccc;
}
/* Half Page Height Carousel Customization */
.carousel {
height: 50%;
}
.item,
.active,
.carousel-inner {
height: 100%;
}
.fill {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
/* Social Icons Styles */
.list-social-icons {
margin-bottom: 45px;
}
.tooltip-social a {
text-decoration: none;
color: inherit;
}
.facebook-link a:hover {
color: #3b5998;
}
.linkedin-link a:hover {
color: #007fb1;
}
.twitter-link a:hover {
color: #39a9e0;
}
.google-plus-link a:hover {
color: #d14836;
}
/* Service Page Styles */
.service-icon {
font-size: 50px;
}
/* 404 Page Styles */
.error-404 {
font-size: 8em;
}
/* Pricing Page Styles */
.price {
font-size: 4em;
}
.price-cents {
vertical-align: super;
font-size: 50%;
}
.price-month {
font-size: 35%;
font-style: italic;
}
/* Footer Styles */
footer {
margin: 50px 0;
}
/* Responsive Styles */
@media (max-width: 767px) {
.carousel {
height: 70%;
/* increases the carousel height so it looks good on phones */
}
} | 0.38445 | 0.065009 |
a:hover {
color: #00abd5;
}
/* Highlight */
::-moz-selection {
background: #00abd5;
}
::selection {
background: #00abd5;
}
/* Buttons */
.btn-u {
background: #00abd5;
}
.btn-u:hover,
.btn-u:focus {
color: #00abd5;
background: #fff;
}
.btn-u.btn-brd:hover,
.btn-u.btn-brd:focus {
background: #00abd5;
}
.btn-u.btn-u--white:hover,
.btn-u.btn-u--white:focus {
background: #00abd5;
}
.btn-u.btn-u--dark:hover,
.btn-u.btn-u--dark:focus {
background: #00abd5;
}
/* Global */
.g-color-default { color: #00abd5 !important; }
.g-bg-default { background-color: #00abd5 !important; }
/* --------------------------------------------------
[#. Header]
---------------------------------------------------- */
/* Navbar */
.one-page-header .navbar-nav > li > a span[data-hover]:before,
.one-page-header.top-nav-collapse .navbar-nav > li > a span[data-hover]:before {
color: #00abd5;
}
.one-page-header .navbar-nav > .active > a span[data-hover],
.one-page-header .navbar-nav > .active > a:hover span[data-hover],
.one-page-header .navbar-nav > .active > a:focus span[data-hover],
.one-page-header .dropdown-menu > .active > a span[data-hover],
.one-page-header .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > .active > a span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover] {
color: #00abd5;
}
@media (max-width: 991px) {
.one-page-header .navbar-nav > li > a:hover span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > li > a:hover span[data-hover] {
color: #00abd5;
}
}
/* Navbar Toggle */
.one-page-header.navbar-default .navbar-toggle:hover .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
background: #00abd5;
}
/* --------------------------------------------------
[#. About Slider]
---------------------------------------------------- */
/* Slick v1 */
.slick-v1 .slick-arrow {
background: #00abd5;
}
.slick-v1 .slick-arrow:hover {
color: #00abd5;
}
/* --------------------------------------------------
[#. Timeline]
---------------------------------------------------- */
/* Tabs v7 */
.tab-v7 .tab-v7-nav > li.active > a,
.tab-v7 .tab-v7-nav > li.active > a:focus,
.tab-v7 .tab-v7-nav > li.active > a:hover {
color: #00abd5;
border-bottom-color: #00abd5;
}
/* Timeline [Event Item] */
.event-schedule-item:hover .event-schedule-info-data {
background: #00abd5;
}
/* Timeline [Event Media] */
.event-schedule-media-subtitle {
color: #00abd5;
}
/* --------------------------------------------------
[#. Upcoming Events]
---------------------------------------------------- */
/* Upcoming Events [Slick Subtitle] */
.slick-v2-subtitle {
color: #00abd5;
}
/* Upcoming Events [Slick Arrows] */
.slick-v2 .slick-arrow {
background: #00abd5;
}
/* --------------------------------------------------
[#. Gallery Block]
---------------------------------------------------- */
/* Gallery [Owl Arrows] */
.owl2-carousel-v1-arrow {
background: #00abd5;
}
.owl2-carousel-v1-arrow:hover {
color: #00abd5;
}
/* --------------------------------------------------
[#. News Block]
---------------------------------------------------- */
/* Blog [Date] */
.blog-date {
color: #00abd5;
}
/* --------------------------------------------------
[#. Pricing Block]
---------------------------------------------------- */
/* Pricing [Tag] */
.pricing-head-tag {
color: #00abd5;
}
/* Pricing [Checkboxes] */
.pricing__input:hover ~ .pricing,
.pricing__input:checked ~ .pricing,
.pricing-active {
background: #00abd5;
}
/* --------------------------------------------------
[#. Footer]
---------------------------------------------------- */
/* Social Icons */
.event-icon:hover {
background: #00abd5;
}
.event-icon.event-icon-default {
color: #00abd5;
}
/* --------------------------------------------------
[#. Secondary Colors]
---------------------------------------------------- */
/* Headings */
h1, h2, h3,
.h1, .h2, .h3 {
color: #222831;
}
/* Buttons */
.btn-u.btn-u--white {
color: #222831;
}
/* Header */
.one-page-header.top-nav-collapse.navbar-default .navbar-toggle .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
background: #222831;
}
/* Slick v1 [Carousel Info] */
.slick-v1-info-bg {
background: #222831;
}
/* Slick v2 [Arrow] */
.slick-v2 .slick-arrow:hover {
background: #222831;
}
/* Timeline [Schedule] */
.ver-divider.ver-divider-dark::before {
background: #222831;
}
/* --------------------------------------------------
[#. RGBA Base Colors]
---------------------------------------------------- */
/* Blog [Avatar Cover] */
.blog-publisher-media::before {
background: rgba(41,214,230,.3);
}
/* --------------------------------------------------
[#. RGBA Secondary Colors]
---------------------------------------------------- */
/* Header Background */
.one-page-header {
background: rgba(34,40,49,.7);
}
/* Promo Blocks */
.promo-block::before,
.promo-block-v2::before,
.promo-block-v3::before,
.promo-block-v4::before {
background: rgba(34,40,49,.7);
}
/* Timeline [Image Cover] */
.event-schedule-media::before {
background: rgba(34,40,49,.7);
}
/* Contacts [Form Cover] */
.contact::before {
background: rgba(34,40,49,.6);
}
/* Contacts [Inputs] */
.contact-input {
background: rgba(34,40,49,1);
} | assets/css/theme-color-base.css | a:hover {
color: #00abd5;
}
/* Highlight */
::-moz-selection {
background: #00abd5;
}
::selection {
background: #00abd5;
}
/* Buttons */
.btn-u {
background: #00abd5;
}
.btn-u:hover,
.btn-u:focus {
color: #00abd5;
background: #fff;
}
.btn-u.btn-brd:hover,
.btn-u.btn-brd:focus {
background: #00abd5;
}
.btn-u.btn-u--white:hover,
.btn-u.btn-u--white:focus {
background: #00abd5;
}
.btn-u.btn-u--dark:hover,
.btn-u.btn-u--dark:focus {
background: #00abd5;
}
/* Global */
.g-color-default { color: #00abd5 !important; }
.g-bg-default { background-color: #00abd5 !important; }
/* --------------------------------------------------
[#. Header]
---------------------------------------------------- */
/* Navbar */
.one-page-header .navbar-nav > li > a span[data-hover]:before,
.one-page-header.top-nav-collapse .navbar-nav > li > a span[data-hover]:before {
color: #00abd5;
}
.one-page-header .navbar-nav > .active > a span[data-hover],
.one-page-header .navbar-nav > .active > a:hover span[data-hover],
.one-page-header .navbar-nav > .active > a:focus span[data-hover],
.one-page-header .dropdown-menu > .active > a span[data-hover],
.one-page-header .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > .active > a span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover] {
color: #00abd5;
}
@media (max-width: 991px) {
.one-page-header .navbar-nav > li > a:hover span[data-hover],
.one-page-header.top-nav-collapse .navbar-nav > li > a:hover span[data-hover] {
color: #00abd5;
}
}
/* Navbar Toggle */
.one-page-header.navbar-default .navbar-toggle:hover .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
background: #00abd5;
}
/* --------------------------------------------------
[#. About Slider]
---------------------------------------------------- */
/* Slick v1 */
.slick-v1 .slick-arrow {
background: #00abd5;
}
.slick-v1 .slick-arrow:hover {
color: #00abd5;
}
/* --------------------------------------------------
[#. Timeline]
---------------------------------------------------- */
/* Tabs v7 */
.tab-v7 .tab-v7-nav > li.active > a,
.tab-v7 .tab-v7-nav > li.active > a:focus,
.tab-v7 .tab-v7-nav > li.active > a:hover {
color: #00abd5;
border-bottom-color: #00abd5;
}
/* Timeline [Event Item] */
.event-schedule-item:hover .event-schedule-info-data {
background: #00abd5;
}
/* Timeline [Event Media] */
.event-schedule-media-subtitle {
color: #00abd5;
}
/* --------------------------------------------------
[#. Upcoming Events]
---------------------------------------------------- */
/* Upcoming Events [Slick Subtitle] */
.slick-v2-subtitle {
color: #00abd5;
}
/* Upcoming Events [Slick Arrows] */
.slick-v2 .slick-arrow {
background: #00abd5;
}
/* --------------------------------------------------
[#. Gallery Block]
---------------------------------------------------- */
/* Gallery [Owl Arrows] */
.owl2-carousel-v1-arrow {
background: #00abd5;
}
.owl2-carousel-v1-arrow:hover {
color: #00abd5;
}
/* --------------------------------------------------
[#. News Block]
---------------------------------------------------- */
/* Blog [Date] */
.blog-date {
color: #00abd5;
}
/* --------------------------------------------------
[#. Pricing Block]
---------------------------------------------------- */
/* Pricing [Tag] */
.pricing-head-tag {
color: #00abd5;
}
/* Pricing [Checkboxes] */
.pricing__input:hover ~ .pricing,
.pricing__input:checked ~ .pricing,
.pricing-active {
background: #00abd5;
}
/* --------------------------------------------------
[#. Footer]
---------------------------------------------------- */
/* Social Icons */
.event-icon:hover {
background: #00abd5;
}
.event-icon.event-icon-default {
color: #00abd5;
}
/* --------------------------------------------------
[#. Secondary Colors]
---------------------------------------------------- */
/* Headings */
h1, h2, h3,
.h1, .h2, .h3 {
color: #222831;
}
/* Buttons */
.btn-u.btn-u--white {
color: #222831;
}
/* Header */
.one-page-header.top-nav-collapse.navbar-default .navbar-toggle .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
background: #222831;
}
/* Slick v1 [Carousel Info] */
.slick-v1-info-bg {
background: #222831;
}
/* Slick v2 [Arrow] */
.slick-v2 .slick-arrow:hover {
background: #222831;
}
/* Timeline [Schedule] */
.ver-divider.ver-divider-dark::before {
background: #222831;
}
/* --------------------------------------------------
[#. RGBA Base Colors]
---------------------------------------------------- */
/* Blog [Avatar Cover] */
.blog-publisher-media::before {
background: rgba(41,214,230,.3);
}
/* --------------------------------------------------
[#. RGBA Secondary Colors]
---------------------------------------------------- */
/* Header Background */
.one-page-header {
background: rgba(34,40,49,.7);
}
/* Promo Blocks */
.promo-block::before,
.promo-block-v2::before,
.promo-block-v3::before,
.promo-block-v4::before {
background: rgba(34,40,49,.7);
}
/* Timeline [Image Cover] */
.event-schedule-media::before {
background: rgba(34,40,49,.7);
}
/* Contacts [Form Cover] */
.contact::before {
background: rgba(34,40,49,.6);
}
/* Contacts [Inputs] */
.contact-input {
background: rgba(34,40,49,1);
} | 0.249082 | 0.084153 |
body {
background: #9e9e9e5c;
color:#1b2125;}
.w-100 {
width: 50%!important;
}
.list-label {
background-color: #1fc055;
display: inline-block;
position: absolute;
margin-left: -5px;
margin-top: 10px;
font-size: 12px;
padding: 4px;
color: #fff;
}
.list-details {
float: none;
}
.list-name {
font-size: 20px;
display: inline-block;
}
.list-landmark,
.list-location {
font-size: 12px;
opacity: 0.5;
margin: 2px 0;
}
.list-rooms {
font-size: 12px;
}
.list-price {
font-size: 20px;
margin-top: 16px;
}
.list-bottom {
display: inline-block;
overflow: auto;
margin-top: 26px;
}
.list-bottom .list-bottom-section {
width: 110px;
box-sizing: border-box;
float: left;
font-size: 15px;
padding: -12px 20px;
border-left: 1px solid #e5e5e5;
}
.list-bottom .list-bottom-section span:last-of-type {
opacity: 0.5;
}
.list-bottom .list-bottom-section:first-of-type {
padding-left: 0;
border-left: 0;
}
.list-bottom .list-bottom-section span {
display: block;
}
.list-callback,
.list-shortlist {
float: right;
}
.list-shortlist {
margin-right: 15px;
}
element.style {
color: black;
background-color: white;
width: 950px;
height: 277px;
}
.clickable{
cursor: pointer;
}
.panel-heading span {
margin-top: -20px;
font-size: 15px;
}
section {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
}
*, *:after, *:before {
box-sizing: border-box;
}
html {
background-color: #45484d;
}
section {
background: black;
box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.6);
height: 20rem;
max-width: 45rem;
overflow: hidden;
width: 95%;
}
section h2 {
font-size: 2rem;
margin: 0.5rem;
}
section p {
font-size: 1.3rem;
}
section:hover .slider-1 {
right: 0%;
}
section:hover .slider-2 {
left: -28%;
}
section:hover .slider-image {
background: url("{{ asset('uploads/images/' ~ col.idannonceur.path) }}");
background-size: cover;
background-position: center;
left: 10%;
width: 50%;
}
.slider-image {
background: url("{{ asset('uploads/images/' ~ col.path) }}");
background-size: cover;
height: 100%;
position: absolute;
left: 1%;
transition: 1s left ease-in-out,1s background ease-in-out;
width: 50%;
}
.slider-1 {
background: #ecf0f1;
height: 100%;
padding: 1rem 2rem 1rem 1rem;
position: absolute;
right: 0;
top: 0;
transition: 1s right ease-in-out;
width: 50%;
}
.slider-1:before, .slider-1:after {
border-right: 2rem solid #ecf0f1;
border-top: 2rem solid transparent;
border-bottom: 2rem solid transparent;
content: '';
height: 15rem;
left: -1rem;
position: absolute;
top: -4rem;
width: 0;
z-index: 5;
}
.slider-1:after {
top: 9rem;
}
.slider-2 {
background: #ecf0f1;
height: 100%;
position: absolute;
left: -50%;
padding: 1rem 1rem 1rem 2rem;
top: 0;
transition: 1s left ease-in-out;
width: 50%;
z-index: 5;
}
.slider-2:before, .slider-2:after {
border-left: 2rem solid #ecf0f1;
border-top: 2rem solid transparent;
border-bottom: 2rem solid transparent;
content: '';
height: 15rem;
right: -1rem;
position: absolute;
top: -4rem;
width: 0;
z-index: 5;
}
.slider-2:after {
top: 9rem;
} | web/coli/css/1.css | body {
background: #9e9e9e5c;
color:#1b2125;}
.w-100 {
width: 50%!important;
}
.list-label {
background-color: #1fc055;
display: inline-block;
position: absolute;
margin-left: -5px;
margin-top: 10px;
font-size: 12px;
padding: 4px;
color: #fff;
}
.list-details {
float: none;
}
.list-name {
font-size: 20px;
display: inline-block;
}
.list-landmark,
.list-location {
font-size: 12px;
opacity: 0.5;
margin: 2px 0;
}
.list-rooms {
font-size: 12px;
}
.list-price {
font-size: 20px;
margin-top: 16px;
}
.list-bottom {
display: inline-block;
overflow: auto;
margin-top: 26px;
}
.list-bottom .list-bottom-section {
width: 110px;
box-sizing: border-box;
float: left;
font-size: 15px;
padding: -12px 20px;
border-left: 1px solid #e5e5e5;
}
.list-bottom .list-bottom-section span:last-of-type {
opacity: 0.5;
}
.list-bottom .list-bottom-section:first-of-type {
padding-left: 0;
border-left: 0;
}
.list-bottom .list-bottom-section span {
display: block;
}
.list-callback,
.list-shortlist {
float: right;
}
.list-shortlist {
margin-right: 15px;
}
element.style {
color: black;
background-color: white;
width: 950px;
height: 277px;
}
.clickable{
cursor: pointer;
}
.panel-heading span {
margin-top: -20px;
font-size: 15px;
}
section {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
}
*, *:after, *:before {
box-sizing: border-box;
}
html {
background-color: #45484d;
}
section {
background: black;
box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.6);
height: 20rem;
max-width: 45rem;
overflow: hidden;
width: 95%;
}
section h2 {
font-size: 2rem;
margin: 0.5rem;
}
section p {
font-size: 1.3rem;
}
section:hover .slider-1 {
right: 0%;
}
section:hover .slider-2 {
left: -28%;
}
section:hover .slider-image {
background: url("{{ asset('uploads/images/' ~ col.idannonceur.path) }}");
background-size: cover;
background-position: center;
left: 10%;
width: 50%;
}
.slider-image {
background: url("{{ asset('uploads/images/' ~ col.path) }}");
background-size: cover;
height: 100%;
position: absolute;
left: 1%;
transition: 1s left ease-in-out,1s background ease-in-out;
width: 50%;
}
.slider-1 {
background: #ecf0f1;
height: 100%;
padding: 1rem 2rem 1rem 1rem;
position: absolute;
right: 0;
top: 0;
transition: 1s right ease-in-out;
width: 50%;
}
.slider-1:before, .slider-1:after {
border-right: 2rem solid #ecf0f1;
border-top: 2rem solid transparent;
border-bottom: 2rem solid transparent;
content: '';
height: 15rem;
left: -1rem;
position: absolute;
top: -4rem;
width: 0;
z-index: 5;
}
.slider-1:after {
top: 9rem;
}
.slider-2 {
background: #ecf0f1;
height: 100%;
position: absolute;
left: -50%;
padding: 1rem 1rem 1rem 2rem;
top: 0;
transition: 1s left ease-in-out;
width: 50%;
z-index: 5;
}
.slider-2:before, .slider-2:after {
border-left: 2rem solid #ecf0f1;
border-top: 2rem solid transparent;
border-bottom: 2rem solid transparent;
content: '';
height: 15rem;
right: -1rem;
position: absolute;
top: -4rem;
width: 0;
z-index: 5;
}
.slider-2:after {
top: 9rem;
} | 0.435181 | 0.114171 |
.ui.square > .ui > .image > *,
.ui.tall > .ui > .image > *,
.ui.wide > .ui > .image > * {
position:absolute;
max-height:100%;
max-width:100%;
}
.ui.square > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom: 100%;
}
.ui.tall > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom: 150%;
}
.ui.wide > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom:50%;
}
.ui.cards > .ui {
max-width: 100%;
position: relative;
display: flex;
flex-direction: column;
width: 290px;
min-height: 0px;
background: #FFFFFF;
padding: 0em;
border: none;
border-radius: 0.2857rem;
box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
transition: box-shadow 0.1s ease, transform 0.1s ease;
z-index: auto;
margin: 0.875em 0.5em;
float: none;
font-size: 1em;
}
.ui.cards > .ui a {
cursor: pointer;
}
.ui.cards:first-child {
margin-top: 0em;
}
.ui.cards:last-child {
margin-bottom: 0em;
}
/*--------------
Cards
---------------*/
.ui.cards {
display: flex;
margin: -0.875em -0.5em;
flex-wrap: wrap;
}
/* Clearing */
.ui.cards::after,
.ui.cards > .ui::after {
display: block;
content: " ";
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}
/* Consecutive Card Groups Preserve Row Spacing */
.ui.cards ~ .ui.cards {
margin-top: 0.875em;
}
/*--------------
Rounded Edges
---------------*/
.ui.cards > .ui > :first-child {
border-radius: 0.2857rem 0.2857rem 0em 0em !important;
border-top: none !important;
}
.ui.cards > .ui > :last-child {
border-radius: 0em 0em 0.2857rem 0.2857rem !important;
}
.ui.cards > .ui > :only-child {
border-radius: 0.2857rem !important;
}
/*--------------
Images
---------------*/
.ui.cards > .ui > .image {
position: relative;
display: block;
flex: 0 0 auto;
padding: 0em;
background: rgba(0 0 0 / 5%);
overflow: hidden;
}
.ui.cards > .ui > .image > img {
display: block;
width: 100%;
height: auto;
border-radius: inherit;
}
.ui.cards > .ui > .image:not(.ui) > img {
border: none;
}
/*--------------
Content
---------------*/
.ui.cards > .ui > .content {
flex-grow: 1;
border: none;
border-top: 1px solid rgba(34 36 38 / 10%);
background: none;
margin: 0em;
padding: 1em;
box-shadow: none;
font-size: 1em;
border-radius: 0em;
}
.ui.cards > .ui > .content::after {
display: block;
content: " ";
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}
.ui.cards > .ui > .content > .header {
display: block;
margin: 0;
font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
color: rgba(0 0 0 / 85%);
}
/* Default Header Size */
.ui.cards > .ui > .content > .header:not(.ui) {
font-weight: bold;
font-size: 1.2857em;
margin-top: -0.2142em;
line-height: 1.2857em;
}
.ui.cards > .ui > .content > .meta + .description,
.ui.cards > .ui > .content > .header + .description {
margin-top: 0.5em;
}
/*----------------
Floated Content
-----------------*/
.ui.cards > .ui [class*="left floated"] {
float: left;
}
.ui.cards > .ui [class*="right floated"] {
float: right;
}
/*--------------
Aligned
---------------*/
.ui.cards > .ui [class*="left aligned"] {
text-align: left;
}
.ui.cards > .ui [class*="center aligned"] {
text-align: center;
}
.ui.cards > .ui [class*="right aligned"] {
text-align: right;
}
/*--------------
Content Image
---------------*/
.ui.cards > .ui .content img {
display: inline-block;
vertical-align: middle;
width: "";
}
.ui.cards > .ui img.avatar,
.ui.cards > .ui .avatar img {
width: 2em;
height: 2em;
border-radius: 500rem;
}
/*--------------
Description
---------------*/
.ui.cards > .ui > .content > .description {
clear: both;
color: rgba(0 0 0 / 68%);
}
/*--------------
Paragraph
---------------*/
.ui.cards > .ui > .content p {
margin: 0em 0em 0.5em;
}
.ui.cards > .ui > .content p:last-child {
margin-bottom: 0em;
}
/*--------------
Meta
---------------*/
.ui.cards > .ui .meta {
font-size: 1em;
color: rgb(0 0 0 / 40%);
}
.ui.cards > .ui .meta * {
margin-right: 0.3em;
}
.ui.cards > .ui .meta :last-child {
margin-right: 0em;
}
.ui.cards > .ui .meta [class*="right floated"] {
margin-right: 0em;
margin-left: 0.3em;
}
/*--------------
Links
---------------*/
/* Generic */
.ui.cards > .ui > .content a:not(.ui) {
color: "";
transition: color 0.1s ease;
}
.ui.cards > .ui > .content a:not(.ui):hover {
color: "";
}
/* Header */
.ui.cards > .ui > .content > a.header {
color: rgb(0 0 0 / 85%);
}
.ui.cards > .ui > .content > a.header:hover {
color: #1e70bf;
}
/* Meta */
.ui.cards > .ui .meta > a:not(.ui) {
color: rgb(0 0 0 / 40%);
}
.ui.cards > .ui .meta > a:not(.ui):hover {
color: rgb(0 0 0 / 87%);
}
/*--------------
Buttons
---------------*/
.ui.cards > .ui > .buttons,
.ui.cards > .ui > .button {
margin: 0px -1px;
width: calc(100% + 2px);
}
/*--------------
Dimmer
---------------*/
.ui.cards > .ui .dimmer {
background-color: "";
z-index: 10;
}
/*--------------
Labels
---------------*/
/*-----Star----- */
/* Icon */
.ui.cards > .ui > .content .star.icon {
cursor: pointer;
opacity: 0.75;
transition: color 0.1s ease;
}
.ui.cards > .ui > .content .star.icon:hover {
opacity: 1;
color: #FFB70A;
}
.ui.cards > .ui > .content .active.star.icon {
color: #FFE623;
}
/*-----Like----- */
/* Icon */
.ui.cards > .ui > .content .like.icon {
cursor: pointer;
opacity: 0.75;
transition: color 0.1s ease;
}
.ui.cards > .ui > .content .like.icon:hover {
opacity: 1;
color: #FF2733;
}
.ui.cards > .ui > .content .active.like.icon {
color: #FF2733;
}
/*----------------
Extra Content
-----------------*/
.ui.cards > .ui > .extra {
max-width: 100%;
min-height: 0em !important;
flex-grow: 0;
border-top: 1px solid rgb(0 0 0 / 5%) !important;
position: static;
background: none;
width: auto;
margin: 0em;
padding: 0.75em 1em;
top: 0em;
left: 0em;
color: rgb(0 0 0 / 40%);
box-shadow: none;
transition: color 0.1s ease;
}
.ui.cards > .ui > .extra a:not(.ui) {
color: rgb(0 0 0 / 40%);
}
.ui.cards > .ui > .extra a:not(.ui):hover {
color: #1e70bf;
}
/*******************************
Variations
*******************************/
/*-------------------
Raised
--------------------*/
.ui.raised.cards > .ui {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgb(34 36 38 / 12%), 0px 2px 10px 0px rgb(34 36 38 / 15%);
}
.ui.raised.cards > a.ui:hover,
.ui.link.cards > .raised.ui:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgb(34 36 38 / 15%), 0px 2px 10px 0px rgb(34 36 38 / 25%);
}
/*-------------------
Centered
--------------------*/
.ui.centered.cards {
justify-content: center;
}
.ui.cards > .ui.centered {
margin-left: auto;
margin-right: auto;
}
/*-------------------
Fluid
--------------------*/
.ui.cards > .ui.fluid {
width: 100%;
max-width: 9999px;
}
/*-------------------
Link
--------------------*/
.ui.cards > a,
.ui.link.cards > .ui {
transform: none;
}
.ui.cards > a:hover,
.ui.link.cards > .ui:hover {
cursor: pointer;
z-index: 5;
background: #FFFFFF;
border: none;
}
/*--------------
Card Count
---------------*/
.ui.one.cards {
margin-left: 0em;
margin-right: 0em;
}
.ui.one.cards > .ui {
width: 100%;
}
.ui.two.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.two.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.three.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.three.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.four.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.four.cards > .ui {
width: calc(25% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.five.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.five.cards > .ui {
width: calc(20% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.six.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.six.cards > .ui {
width: calc(16.6667% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.seven.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.seven.cards > .ui {
width: calc(14.2857% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
}
.ui.eight.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.eight.cards > .ui {
width: calc(12.5% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
font-size: 11px;
}
.ui.nine.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.nine.cards > .ui {
width: calc(11.1111% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
font-size: 10px;
}
.ui.ten.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.ten.cards > .ui {
width: calc(10% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
}
/*-------------------
Doubling
--------------------*/
@media only screen and (max-width: 767px) {
/* Mobile Only */
.ui.two.doubling.cards {
margin-left: 0em;
margin-right: 0em;
}
.ui.two.doubling.cards > .ui {
width: 100%;
margin-left: 0em;
margin-right: 0em;
}
.ui.three.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.three.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.four.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.four.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.five.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.five.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.six.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.six.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.seven.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.seven.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.eight.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.eight.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.nine.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.nine.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.ten.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.ten.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Tablet Only */
.ui.two.doubling.cards {
margin-left: 0em;
margin-right: 0em;
}
.ui.two.doubling.cards > .ui {
width: 100%;
margin-left: 0em;
margin-right: 0em;
}
.ui.three.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.three.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.four.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.four.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.five.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.five.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.six.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.six.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.eight.doubling.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.eight.doubling.cards > .ui {
width: calc(25% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.nine.doubling.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.nine.doubling.cards > .ui {
width: calc(25% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.ten.doubling.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.ten.doubling.cards > .ui {
width: calc(20% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
}
/*-------------------
Stackable
--------------------*/
@media only screen and (max-width: 767px) {
.ui.stackable.cards {
display: block !important;
}
.ui.stackable.cards .ui:first-child {
margin-top: 0em !important;
}
.ui.stackable.cards > .ui {
display: block !important;
height: auto !important;
margin: 1em;
padding: 0 !important;
width: calc(100% - 2em) !important;
}
} | packages/html/ui/card.css | .ui.square > .ui > .image > *,
.ui.tall > .ui > .image > *,
.ui.wide > .ui > .image > * {
position:absolute;
max-height:100%;
max-width:100%;
}
.ui.square > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom: 100%;
}
.ui.tall > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom: 150%;
}
.ui.wide > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom:50%;
}
.ui.cards > .ui {
max-width: 100%;
position: relative;
display: flex;
flex-direction: column;
width: 290px;
min-height: 0px;
background: #FFFFFF;
padding: 0em;
border: none;
border-radius: 0.2857rem;
box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
transition: box-shadow 0.1s ease, transform 0.1s ease;
z-index: auto;
margin: 0.875em 0.5em;
float: none;
font-size: 1em;
}
.ui.cards > .ui a {
cursor: pointer;
}
.ui.cards:first-child {
margin-top: 0em;
}
.ui.cards:last-child {
margin-bottom: 0em;
}
/*--------------
Cards
---------------*/
.ui.cards {
display: flex;
margin: -0.875em -0.5em;
flex-wrap: wrap;
}
/* Clearing */
.ui.cards::after,
.ui.cards > .ui::after {
display: block;
content: " ";
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}
/* Consecutive Card Groups Preserve Row Spacing */
.ui.cards ~ .ui.cards {
margin-top: 0.875em;
}
/*--------------
Rounded Edges
---------------*/
.ui.cards > .ui > :first-child {
border-radius: 0.2857rem 0.2857rem 0em 0em !important;
border-top: none !important;
}
.ui.cards > .ui > :last-child {
border-radius: 0em 0em 0.2857rem 0.2857rem !important;
}
.ui.cards > .ui > :only-child {
border-radius: 0.2857rem !important;
}
/*--------------
Images
---------------*/
.ui.cards > .ui > .image {
position: relative;
display: block;
flex: 0 0 auto;
padding: 0em;
background: rgba(0 0 0 / 5%);
overflow: hidden;
}
.ui.cards > .ui > .image > img {
display: block;
width: 100%;
height: auto;
border-radius: inherit;
}
.ui.cards > .ui > .image:not(.ui) > img {
border: none;
}
/*--------------
Content
---------------*/
.ui.cards > .ui > .content {
flex-grow: 1;
border: none;
border-top: 1px solid rgba(34 36 38 / 10%);
background: none;
margin: 0em;
padding: 1em;
box-shadow: none;
font-size: 1em;
border-radius: 0em;
}
.ui.cards > .ui > .content::after {
display: block;
content: " ";
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}
.ui.cards > .ui > .content > .header {
display: block;
margin: 0;
font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
color: rgba(0 0 0 / 85%);
}
/* Default Header Size */
.ui.cards > .ui > .content > .header:not(.ui) {
font-weight: bold;
font-size: 1.2857em;
margin-top: -0.2142em;
line-height: 1.2857em;
}
.ui.cards > .ui > .content > .meta + .description,
.ui.cards > .ui > .content > .header + .description {
margin-top: 0.5em;
}
/*----------------
Floated Content
-----------------*/
.ui.cards > .ui [class*="left floated"] {
float: left;
}
.ui.cards > .ui [class*="right floated"] {
float: right;
}
/*--------------
Aligned
---------------*/
.ui.cards > .ui [class*="left aligned"] {
text-align: left;
}
.ui.cards > .ui [class*="center aligned"] {
text-align: center;
}
.ui.cards > .ui [class*="right aligned"] {
text-align: right;
}
/*--------------
Content Image
---------------*/
.ui.cards > .ui .content img {
display: inline-block;
vertical-align: middle;
width: "";
}
.ui.cards > .ui img.avatar,
.ui.cards > .ui .avatar img {
width: 2em;
height: 2em;
border-radius: 500rem;
}
/*--------------
Description
---------------*/
.ui.cards > .ui > .content > .description {
clear: both;
color: rgba(0 0 0 / 68%);
}
/*--------------
Paragraph
---------------*/
.ui.cards > .ui > .content p {
margin: 0em 0em 0.5em;
}
.ui.cards > .ui > .content p:last-child {
margin-bottom: 0em;
}
/*--------------
Meta
---------------*/
.ui.cards > .ui .meta {
font-size: 1em;
color: rgb(0 0 0 / 40%);
}
.ui.cards > .ui .meta * {
margin-right: 0.3em;
}
.ui.cards > .ui .meta :last-child {
margin-right: 0em;
}
.ui.cards > .ui .meta [class*="right floated"] {
margin-right: 0em;
margin-left: 0.3em;
}
/*--------------
Links
---------------*/
/* Generic */
.ui.cards > .ui > .content a:not(.ui) {
color: "";
transition: color 0.1s ease;
}
.ui.cards > .ui > .content a:not(.ui):hover {
color: "";
}
/* Header */
.ui.cards > .ui > .content > a.header {
color: rgb(0 0 0 / 85%);
}
.ui.cards > .ui > .content > a.header:hover {
color: #1e70bf;
}
/* Meta */
.ui.cards > .ui .meta > a:not(.ui) {
color: rgb(0 0 0 / 40%);
}
.ui.cards > .ui .meta > a:not(.ui):hover {
color: rgb(0 0 0 / 87%);
}
/*--------------
Buttons
---------------*/
.ui.cards > .ui > .buttons,
.ui.cards > .ui > .button {
margin: 0px -1px;
width: calc(100% + 2px);
}
/*--------------
Dimmer
---------------*/
.ui.cards > .ui .dimmer {
background-color: "";
z-index: 10;
}
/*--------------
Labels
---------------*/
/*-----Star----- */
/* Icon */
.ui.cards > .ui > .content .star.icon {
cursor: pointer;
opacity: 0.75;
transition: color 0.1s ease;
}
.ui.cards > .ui > .content .star.icon:hover {
opacity: 1;
color: #FFB70A;
}
.ui.cards > .ui > .content .active.star.icon {
color: #FFE623;
}
/*-----Like----- */
/* Icon */
.ui.cards > .ui > .content .like.icon {
cursor: pointer;
opacity: 0.75;
transition: color 0.1s ease;
}
.ui.cards > .ui > .content .like.icon:hover {
opacity: 1;
color: #FF2733;
}
.ui.cards > .ui > .content .active.like.icon {
color: #FF2733;
}
/*----------------
Extra Content
-----------------*/
.ui.cards > .ui > .extra {
max-width: 100%;
min-height: 0em !important;
flex-grow: 0;
border-top: 1px solid rgb(0 0 0 / 5%) !important;
position: static;
background: none;
width: auto;
margin: 0em;
padding: 0.75em 1em;
top: 0em;
left: 0em;
color: rgb(0 0 0 / 40%);
box-shadow: none;
transition: color 0.1s ease;
}
.ui.cards > .ui > .extra a:not(.ui) {
color: rgb(0 0 0 / 40%);
}
.ui.cards > .ui > .extra a:not(.ui):hover {
color: #1e70bf;
}
/*******************************
Variations
*******************************/
/*-------------------
Raised
--------------------*/
.ui.raised.cards > .ui {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgb(34 36 38 / 12%), 0px 2px 10px 0px rgb(34 36 38 / 15%);
}
.ui.raised.cards > a.ui:hover,
.ui.link.cards > .raised.ui:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgb(34 36 38 / 15%), 0px 2px 10px 0px rgb(34 36 38 / 25%);
}
/*-------------------
Centered
--------------------*/
.ui.centered.cards {
justify-content: center;
}
.ui.cards > .ui.centered {
margin-left: auto;
margin-right: auto;
}
/*-------------------
Fluid
--------------------*/
.ui.cards > .ui.fluid {
width: 100%;
max-width: 9999px;
}
/*-------------------
Link
--------------------*/
.ui.cards > a,
.ui.link.cards > .ui {
transform: none;
}
.ui.cards > a:hover,
.ui.link.cards > .ui:hover {
cursor: pointer;
z-index: 5;
background: #FFFFFF;
border: none;
}
/*--------------
Card Count
---------------*/
.ui.one.cards {
margin-left: 0em;
margin-right: 0em;
}
.ui.one.cards > .ui {
width: 100%;
}
.ui.two.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.two.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.three.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.three.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.four.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.four.cards > .ui {
width: calc(25% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.five.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.five.cards > .ui {
width: calc(20% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.six.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.six.cards > .ui {
width: calc(16.6667% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.seven.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.seven.cards > .ui {
width: calc(14.2857% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
}
.ui.eight.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.eight.cards > .ui {
width: calc(12.5% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
font-size: 11px;
}
.ui.nine.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.nine.cards > .ui {
width: calc(11.1111% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
font-size: 10px;
}
.ui.ten.cards {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.ten.cards > .ui {
width: calc(10% - 1em);
margin-left: 0.5em;
margin-right: 0.5em;
}
/*-------------------
Doubling
--------------------*/
@media only screen and (max-width: 767px) {
/* Mobile Only */
.ui.two.doubling.cards {
margin-left: 0em;
margin-right: 0em;
}
.ui.two.doubling.cards > .ui {
width: 100%;
margin-left: 0em;
margin-right: 0em;
}
.ui.three.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.three.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.four.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.four.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.five.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.five.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.six.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.six.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.seven.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.seven.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.eight.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.eight.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.nine.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.nine.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.ten.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.ten.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Tablet Only */
.ui.two.doubling.cards {
margin-left: 0em;
margin-right: 0em;
}
.ui.two.doubling.cards > .ui {
width: 100%;
margin-left: 0em;
margin-right: 0em;
}
.ui.three.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.three.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.four.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.four.doubling.cards > .ui {
width: calc(50% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.five.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.five.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.six.doubling.cards {
margin-left: -1em;
margin-right: -1em;
}
.ui.six.doubling.cards > .ui {
width: calc(33.3333% - 2em);
margin-left: 1em;
margin-right: 1em;
}
.ui.eight.doubling.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.eight.doubling.cards > .ui {
width: calc(25% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.nine.doubling.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.nine.doubling.cards > .ui {
width: calc(25% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
.ui.ten.doubling.cards {
margin-left: -0.75em;
margin-right: -0.75em;
}
.ui.ten.doubling.cards > .ui {
width: calc(20% - 1.5em);
margin-left: 0.75em;
margin-right: 0.75em;
}
}
/*-------------------
Stackable
--------------------*/
@media only screen and (max-width: 767px) {
.ui.stackable.cards {
display: block !important;
}
.ui.stackable.cards .ui:first-child {
margin-top: 0em !important;
}
.ui.stackable.cards > .ui {
display: block !important;
height: auto !important;
margin: 1em;
padding: 0 !important;
width: calc(100% - 2em) !important;
}
} | 0.341034 | 0.045121 |
@-moz-document domain(eldarya.fr)
{
/*HALLOWEEN 2018 EldaryaFR*/
div[class^="page-main-container pet-main-container"] {
height: 620px !important;
}
/*<NAME>*/
#mapLocation50 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/c60d22946de3b1a916f5e4e10f214ebf.png),
url(https://www.eldarya.fr/static/img/item/player/icon/7495d86987df94771d2a9c2d5dcd8f4b.png),
url(https://www.eldarya.fr/static/img/item/player/icon/4f49b713e54d2ed8cfa923f0dd2acee4.png),
url(https://www.eldarya.fr/static/img/item/player/icon/0736354735b0665ec1b1a734e039da35.png),
url(https://www.eldarya.fr/static/img/item/player/icon/3f1c257ea51ce4e268eff7407a829fb5.png),
url(https://www.eldarya.fr/static/img/item/player/icon/278fd0eda05bcb7e230c8bd509e807ce.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px, 165px 155px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 230px !important;
background-size : 60px 60px !important;
}
/*Atelier de Réparation des Traîneaux*/
#mapLocation84 > div {
background-image :
url(https://www.eldarya.fr/static/img/player/hair//icon/98f1641e4df2558baa286980515d33df~1544024218.png),
url(https://www.eldarya.fr/static/img/item/player/icon/e4c18aef2b05c74599230ba422d6a224.png),
url(https://www.eldarya.fr/static/img/item/player//icon/d406da45e9823b9da7100fc41739742c~1512996619.png),
url(https://www.eldarya.fr/static/img/item/player//icon/25968b4a6b5e2a9ea0a324324122e909~1513184747.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7874a4f3cf0db7a113354c92c701db48~1513184528.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Bonhomme de Neige*/
#mapLocation91 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/153eb41deba8f849e22ab7da3ba769f9.png),
url(https://www.eldarya.fr/static/img/item/player/icon/59cffe45552eed5763facb3bc087dfad.png),
url(https://www.eldarya.fr/static/img/item/player/icon/c5d4a7be6d6205513b79781205f42d12.png),
url(https://www.eldarya.fr/static/img/item/player//icon/817a13196d95a95dfa602f5ee8f590a7~1513003748.png),
url(https://www.eldarya.fr/static/img/item/player//icon/323ac13a9acd48b48ce172f73439c2fd~1512994623.png),
url(https://www.eldarya.fr/static/img/item/player//icon/918b0bd87fe0ed2701fd8addf88628e3~1512996714.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 110px 90px, 0px 155px, 55px 155px, 110px 155px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 200px !important;
background-size : 60px 60px !important;
}
/*Chalet de la Famille Noël*/
#mapLocation89 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/c60d22946de3b1a916f5e4e10f214ebf.png),
url(https://www.eldarya.fr/static/img/item/player//icon/ffb8351b38f7ab3db972cf0028f2c5de~1544023961.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/891869f79bfacf1588274c88aae63381~1513094635.png),
url(https://www.eldarya.fr/static/img/item/player//icon/27c03e8cdc4bac33384408ee065569e2~1512995376.png),
url(https://www.eldarya.fr/static/img/item/player//icon/97da6558d0fbad678d2b30f28f9f8234~1512994290.png),
url(https://www.eldarya.fr/static/img/item/player//icon/c22c69a137aaa8d842069823ccb5b3ce~1512999292.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 105px 155px, 170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 220px !important;
background-size : 60px 60px !important;
}
/*Château de la Reine des Glaces*/
#mapLocation46 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/7c0da2e0481263c92fa69144c57e2f3b.png),
url(https://www.eldarya.fr/static/img/item/player/icon/3642356937dce991790c2a83a76bae5d.png),
url(https://www.eldarya.fr/static/img/item/player/icon/61a901b3cbb6436b11759e8e64cd1c46.png),
url(https://www.eldarya.fr/static/img/item/player/icon/b646d7b0f3aab5f7cd7bd24f9f65d500.png),
url(https://www.eldarya.fr/static/img/item/player//icon/20d0f5984578340ac0ffa130d41865bb~1512999399.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 120px 90px, 180px 90px, 5px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 230px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation85 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/623ff95e3710df3a3fd1b1062a748aa8.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f3147b4930107cbacbe47666138a956c.png),
url(https://www.eldarya.fr/static/img/item/player//icon/3b133d14e8939e76577de296696780e6~1512991372.png),
url(https://www.eldarya.fr/static/img/item/player//icon/f9bec5b1b2515c43ef6611a61bb8fe36~1513001105.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 160px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation88 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/f09cc9b21a0cf86b553ede2973ba1e8e.jpg),
url(https://www.eldarya.fr/static/img/item/player/icon/95cf88ccf991a4dc512364b7f22b6b6d.png),
url(https://www.eldarya.fr/static/img/item/player//icon/0abcdd22e9a2c57c11f02bc01d17e9a9~1513001635.png),
url(https://www.eldarya.fr/static/img/item/player//icon/4590688f0b6f74fc451e0288297c8130~1513001273.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7a3b2e7b2f3fd1e660c75bbb4d72b806~1512996405.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 65px 90px, 5px 155px, 65px 155px, 135px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 230px !important;
background-size : 60px 60px !important;
}
/*Écurie des Rennes*/
#mapLocation55 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/175725c147351f1f12abd1f8bd67ce16.png),
url(https://www.eldarya.fr/static/img/item/player/icon/b7dfd50a21f692eda87a03f75e65b910.png),
url(https://www.eldarya.fr/static/img/item/player//icon/d1d243c3a913017f4eeddb5e6c3cc4db~1512994776.png),
url(https://www.eldarya.fr/static/img/item/player//icon/85c338fe65034816cec5c9acdce9e248~1512997359.png),
url(https://www.eldarya.fr/static/img/item/player//icon/912605888c85c7021b9dfede7afb0410~1512999505.png),
url(https://www.eldarya.fr/static/img/item/player//web_full/0b093ed87f9d5eeb8ec73c3f4cc9e44a~1512382625.jpg),
url(https://www.eldarya.fr/static/img/item/player//icon/da972a47b41f099f73c89d31019a629b~1512994705.png) !important;
background-repeat: no-repeat;
background-position: 0px 95px, 50px 95px, 105px 95px, 155px 95px, 200px 95px, 260px 95px, 330px 90px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 150px !important;
width: 370px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation49 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/50fe24d26aafb5d41618ea311ff2f305.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/245f15fa543a9e76ee5f05288360ce1e~1544085485.png),
url(https://www.eldarya.fr/static/img/item/player//icon/ea9e98afe8ba37472ad0ef2ffafdb43c~1513000403.png),
url(https://www.eldarya.fr/static/img/item/player//icon/40123b7b5d0f910892bca4cd3bc2e9b3~1512998135.png),
url(https://www.eldarya.fr/static/img/item/player//icon/44764bc4b050ab75b52214cc635b4f18~1512996450.png),
url(https://www.eldarya.fr/static/img/item/player//icon/a11d9bd5ba2f97580c779e60d908db56~1513239721.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px,170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 5px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 210px !important;
background-size : 60px 60px !important;
}
/*Forêt de Guirlandes*/
#mapLocation52 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/c76578de897cdad48875092b07567bf1.png),
url(https://www.eldarya.fr/static/img/item/player/icon/c2d0c3c5eeb51992c4ed152daa1ad14f.png),
url(https://www.eldarya.fr/static/img/item/player/icon/eb072475652b5b214cbb3b1931f2b738.png),
url(https://www.eldarya.fr/static/img/item/player//icon/33fa06e50fe35937636c23b78cc60ad0~1512994979.png),
url(https://www.eldarya.fr/static/img/item/player//icon/0e0b0b815f52b6d501d321173d04ac27~1512998050.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 65px 90px, 0px 155px, 65px 155px, 125px 155px, 170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 220px !important;
background-size : 60px 60px !important;
}
/*Forêt de Sucre d'Orge*/
#mapLocation83 > div {
background-image :
url(https://www.eldarya.fr/static/img/player/hair//icon/bc3fd020cbd0dd51bf7802117009c0d7~1544027232.png),
url(https://www.eldarya.fr/static/img/item/player/icon/55e83eb28ee074a45dad72a6d0c12eec.png),
url(https://www.eldarya.fr/static/img/item/player/icon/26a2288f7f118c9c4ceb37117514a9a5.png),
url(https://www.eldarya.fr/static/img/item/player/icon/356651aa615bf0e17324a50e5244caf5.jpg),
url(https://www.eldarya.fr/static/img/player/hair//icon/ad4ed0014c679f02f82a900b08bf48e9~1513095548.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7710fecbcc1ef546fea3cbc9ef960beb~1513001368.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 65px 90px, 125px 90px, 185px 90px, 0px 155px, 60px 155px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 235px !important;
background-size : 60px 60px !important;
}
/*Grand Sapin Décoré*/
#mapLocation53 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/2a8cb79e1bcd878cf5808a7fb1a02e47.png),
url(https://www.eldarya.fr/static/img/item/player/icon/0fa1096234e4ab69260f987028764712.png),
url(https://www.eldarya.fr/static/img/item/player/icon/9870993f365d0ef0d1032820e6d7b707.png),
url(https://www.eldarya.fr/static/img/item/player/icon/af3724e17fc0d5ee291f9cc46b4af7c6.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/6ff2cf3b1e27a38f415897a991958b1c~1513096481.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 120px 90px, 175px 90px, 0px 155px, 170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 220px !important;
background-size : 60px 60px !important;
}
/*Hotte en Préparation*/
#mapLocation48 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/13f4b5c6fef7b1368a3d79f2ca730988.png),
url(https://www.eldarya.fr/static/img/item/player//icon/6b3fd0eab26f7e6d3147e8fdf4d86e29~1544023474.png),
url(https://www.eldarya.fr/static/img/item/player/icon/ebb50f180b178d2b54fa7e5d15aced14.png),
url(https://www.eldarya.fr/static/img/item/player/icon/c829c7bd8f972a5d0e5dbf181798b913.png),
url(https://www.eldarya.fr/static/img/item/player/icon/8753c54912ec39af91026b81bfcda88b.png),
url(https://www.eldarya.fr/static/img/item/player/icon/0fc7a763983065885896515418c889bd.png) !important;
background-repeat: no-repeat;
background-position: 0px 95px, 60px 95px, 110px 95px, 165px 95px, 230px 95px, 0px 155px, 0px 150px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Île du Grunch*/
#mapLocation56 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/153eb41deba8f849e22ab7da3ba769f9.png),
url(https://www.eldarya.fr/static/img/item/player/icon/a6da096bd989e6d584b8eda203f2d9d4.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f337fb3a0937d347a52d2729862d4863.png),
url(https://www.eldarya.fr/static/img/item/player/icon/2a90df2725f323e84ca4e73d316b6820.png),
url(https://www.eldarya.fr/static/img/item/player/icon/3329289698ced0c2f440ebf6cf1653c8.png),
url(https://www.eldarya.fr/static/img/item/player//icon/d01ef7e6a5f70a60f04b2c2b45372c39~1512997260.png),
url(https://www.eldarya.fr/static/img/item/player/icon/1abea5c465a6fb886adc526b35711651.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 50px 90px, 90px 90px, 145px 90px, 0px 155px, 50px 155px, 330px 90px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation54 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/be0ed375499dd1e810a22fd90b839caf.png),
url(https://www.eldarya.fr/static/img/item/consumable/13f4b5c6fef7b1368a3d79f2ca730988.png),
url(https://www.eldarya.fr/static/img/item/player/icon/b75f20b07fec350d0b5fbf6b72f29b27.png),
url(https://www.eldarya.fr/static/img/item/player/icon/718e26627ab517c635536531c3026f8c.png),
url(https://www.eldarya.fr/static/img/item/player/icon/2377f5c4ae4a97010a531ea5aa5f6d8d.png),
url(https://www.eldarya.fr/static/img/item/player//icon/b3f3ed477d7fc61cd40c2c1898b03261~1512997051.png),
url(https://www.eldarya.fr/static/img/item/player//icon/fe6e7fa5d3c5153ea51c24fb15771735~1512382680.jpg) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 110px 90px, 165px 95px, 225px 95px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 210px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Maison de Pain d'Épices*/
#mapLocation51 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/ad99cf842b2642757bce224952c7ce83.png),
url(https://www.eldarya.fr/static/img/item/player/icon/e70b92692415fd00d3abd478929972de.png),
url(https://www.eldarya.fr/static/img/item/player//icon/79cab4ce187002e785f31b9bd15bdf78~1513239479.png),
url(https://www.eldarya.fr/static/img/item/player//icon/0e64cc1411bb8fa384551d650a8d5a03~1512996293.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 70px 90px, 5px 155px, 65px 155px, 165px 105px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*Mer des Étoiles*/
#mapLocation87 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player//icon/de2414c158c695e3557a8d301729f06f~1512996938.png),
url(https://www.eldarya.fr/static/img/item/player//icon/99115bf6a674a91a2b74e66b66a87159~1512999964.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7bb5ee1649617e279c17b00aea940f5d~1512997939.png),
url(https://www.eldarya.fr/static/img/item/player//icon/3e1e82823084d2227ac28eac7f5c80fc~1513185222.png),
url(https://www.eldarya.fr/static/img/item/player//icon/e5bb9e7e228cb6d3af60573e6f1999f9~1513001025.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 120px 90px, 175px 90px, 225px 90px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 140px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Pistes Enneigées*/
#mapLocation86 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/e2c0e136ce62c28cbcd6a76a54773aea.png),
url(https://www.eldarya.fr/static/img/item/player/icon/5d0b3982d018189f21074f35fdfd7201.png),
url(https://www.eldarya.fr/static/img/item/player/icon/1792f6e6870c27bfc25e99e85a075c64.png),
url(https://www.eldarya.fr/static/img/item/player//icon/af439804beaf39f9a30fd29ecadc3d67~1512991209.png),
url(https://www.eldarya.fr/static/img/item/player//icon/1f20163df7223ff3b9af4553308cee23~1513240222.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 70px 90px, 135px 90px, 5px 155px, 70px 155px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*Table du Festin*/
#mapLocation90 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/99818522371746ba7660c4c44580d9d9.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f8b0ee9b4081bab155206082d9edee32.png),
url(https://www.eldarya.fr/static/img/item/player//icon/c225f40da95b1d9ced4c3acbf0f0bc50~1512998329.png),
url(https://www.eldarya.fr/static/img/item/player/icon/210fc8e06bcce6242a2831066f4b233f.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 70px 90px, 0px 155px, 65px 155px, 225px 95px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*Tempête de Flocons*/
#mapLocation47 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/79e5593ae62db4cb81d89437123669c1.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f6d4108e793f765cc02ec91ed387a797.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/cb930e6007f5964868be90528b251810~1512996087.png),
url(https://www.eldarya.fr/static/img/item/player//icon/eb0b010ee3371e37037644dd50a76d1d~1513000061.png),
url(https://www.eldarya.fr/static/img/item/player//icon/16a28af0e415eade8f41ae66b6eb2c96~1513000868.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 105px 155px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 210px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
} | data/usercss/167114.user.css | @-moz-document domain(eldarya.fr)
{
/*HALLOWEEN 2018 EldaryaFR*/
div[class^="page-main-container pet-main-container"] {
height: 620px !important;
}
/*<NAME>*/
#mapLocation50 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/c60d22946de3b1a916f5e4e10f214ebf.png),
url(https://www.eldarya.fr/static/img/item/player/icon/7495d86987df94771d2a9c2d5dcd8f4b.png),
url(https://www.eldarya.fr/static/img/item/player/icon/4f49b713e54d2ed8cfa923f0dd2acee4.png),
url(https://www.eldarya.fr/static/img/item/player/icon/0736354735b0665ec1b1a734e039da35.png),
url(https://www.eldarya.fr/static/img/item/player/icon/3f1c257ea51ce4e268eff7407a829fb5.png),
url(https://www.eldarya.fr/static/img/item/player/icon/278fd0eda05bcb7e230c8bd509e807ce.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px, 165px 155px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 230px !important;
background-size : 60px 60px !important;
}
/*Atelier de Réparation des Traîneaux*/
#mapLocation84 > div {
background-image :
url(https://www.eldarya.fr/static/img/player/hair//icon/98f1641e4df2558baa286980515d33df~1544024218.png),
url(https://www.eldarya.fr/static/img/item/player/icon/e4c18aef2b05c74599230ba422d6a224.png),
url(https://www.eldarya.fr/static/img/item/player//icon/d406da45e9823b9da7100fc41739742c~1512996619.png),
url(https://www.eldarya.fr/static/img/item/player//icon/25968b4a6b5e2a9ea0a324324122e909~1513184747.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7874a4f3cf0db7a113354c92c701db48~1513184528.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Bonhomme de Neige*/
#mapLocation91 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/153eb41deba8f849e22ab7da3ba769f9.png),
url(https://www.eldarya.fr/static/img/item/player/icon/59cffe45552eed5763facb3bc087dfad.png),
url(https://www.eldarya.fr/static/img/item/player/icon/c5d4a7be6d6205513b79781205f42d12.png),
url(https://www.eldarya.fr/static/img/item/player//icon/817a13196d95a95dfa602f5ee8f590a7~1513003748.png),
url(https://www.eldarya.fr/static/img/item/player//icon/323ac13a9acd48b48ce172f73439c2fd~1512994623.png),
url(https://www.eldarya.fr/static/img/item/player//icon/918b0bd87fe0ed2701fd8addf88628e3~1512996714.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 110px 90px, 0px 155px, 55px 155px, 110px 155px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 200px !important;
background-size : 60px 60px !important;
}
/*Chalet de la Famille Noël*/
#mapLocation89 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/c60d22946de3b1a916f5e4e10f214ebf.png),
url(https://www.eldarya.fr/static/img/item/player//icon/ffb8351b38f7ab3db972cf0028f2c5de~1544023961.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/891869f79bfacf1588274c88aae63381~1513094635.png),
url(https://www.eldarya.fr/static/img/item/player//icon/27c03e8cdc4bac33384408ee065569e2~1512995376.png),
url(https://www.eldarya.fr/static/img/item/player//icon/97da6558d0fbad678d2b30f28f9f8234~1512994290.png),
url(https://www.eldarya.fr/static/img/item/player//icon/c22c69a137aaa8d842069823ccb5b3ce~1512999292.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 105px 155px, 170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 220px !important;
background-size : 60px 60px !important;
}
/*Château de la Reine des Glaces*/
#mapLocation46 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/7c0da2e0481263c92fa69144c57e2f3b.png),
url(https://www.eldarya.fr/static/img/item/player/icon/3642356937dce991790c2a83a76bae5d.png),
url(https://www.eldarya.fr/static/img/item/player/icon/61a901b3cbb6436b11759e8e64cd1c46.png),
url(https://www.eldarya.fr/static/img/item/player/icon/b646d7b0f3aab5f7cd7bd24f9f65d500.png),
url(https://www.eldarya.fr/static/img/item/player//icon/20d0f5984578340ac0ffa130d41865bb~1512999399.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 120px 90px, 180px 90px, 5px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 230px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation85 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/623ff95e3710df3a3fd1b1062a748aa8.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f3147b4930107cbacbe47666138a956c.png),
url(https://www.eldarya.fr/static/img/item/player//icon/3b133d14e8939e76577de296696780e6~1512991372.png),
url(https://www.eldarya.fr/static/img/item/player//icon/f9bec5b1b2515c43ef6611a61bb8fe36~1513001105.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 160px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation88 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/f09cc9b21a0cf86b553ede2973ba1e8e.jpg),
url(https://www.eldarya.fr/static/img/item/player/icon/95cf88ccf991a4dc512364b7f22b6b6d.png),
url(https://www.eldarya.fr/static/img/item/player//icon/0abcdd22e9a2c57c11f02bc01d17e9a9~1513001635.png),
url(https://www.eldarya.fr/static/img/item/player//icon/4590688f0b6f74fc451e0288297c8130~1513001273.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7a3b2e7b2f3fd1e660c75bbb4d72b806~1512996405.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 65px 90px, 5px 155px, 65px 155px, 135px 155px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 230px !important;
background-size : 60px 60px !important;
}
/*Écurie des Rennes*/
#mapLocation55 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/175725c147351f1f12abd1f8bd67ce16.png),
url(https://www.eldarya.fr/static/img/item/player/icon/b7dfd50a21f692eda87a03f75e65b910.png),
url(https://www.eldarya.fr/static/img/item/player//icon/d1d243c3a913017f4eeddb5e6c3cc4db~1512994776.png),
url(https://www.eldarya.fr/static/img/item/player//icon/85c338fe65034816cec5c9acdce9e248~1512997359.png),
url(https://www.eldarya.fr/static/img/item/player//icon/912605888c85c7021b9dfede7afb0410~1512999505.png),
url(https://www.eldarya.fr/static/img/item/player//web_full/0b093ed87f9d5eeb8ec73c3f4cc9e44a~1512382625.jpg),
url(https://www.eldarya.fr/static/img/item/player//icon/da972a47b41f099f73c89d31019a629b~1512994705.png) !important;
background-repeat: no-repeat;
background-position: 0px 95px, 50px 95px, 105px 95px, 155px 95px, 200px 95px, 260px 95px, 330px 90px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 150px !important;
width: 370px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation49 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/50fe24d26aafb5d41618ea311ff2f305.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/245f15fa543a9e76ee5f05288360ce1e~1544085485.png),
url(https://www.eldarya.fr/static/img/item/player//icon/ea9e98afe8ba37472ad0ef2ffafdb43c~1513000403.png),
url(https://www.eldarya.fr/static/img/item/player//icon/40123b7b5d0f910892bca4cd3bc2e9b3~1512998135.png),
url(https://www.eldarya.fr/static/img/item/player//icon/44764bc4b050ab75b52214cc635b4f18~1512996450.png),
url(https://www.eldarya.fr/static/img/item/player//icon/a11d9bd5ba2f97580c779e60d908db56~1513239721.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 110px 155px,170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 5px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 210px !important;
background-size : 60px 60px !important;
}
/*Forêt de Guirlandes*/
#mapLocation52 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/c76578de897cdad48875092b07567bf1.png),
url(https://www.eldarya.fr/static/img/item/player/icon/c2d0c3c5eeb51992c4ed152daa1ad14f.png),
url(https://www.eldarya.fr/static/img/item/player/icon/eb072475652b5b214cbb3b1931f2b738.png),
url(https://www.eldarya.fr/static/img/item/player//icon/33fa06e50fe35937636c23b78cc60ad0~1512994979.png),
url(https://www.eldarya.fr/static/img/item/player//icon/0e0b0b815f52b6d501d321173d04ac27~1512998050.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 65px 90px, 0px 155px, 65px 155px, 125px 155px, 170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 220px !important;
background-size : 60px 60px !important;
}
/*Forêt de Sucre d'Orge*/
#mapLocation83 > div {
background-image :
url(https://www.eldarya.fr/static/img/player/hair//icon/bc3fd020cbd0dd51bf7802117009c0d7~1544027232.png),
url(https://www.eldarya.fr/static/img/item/player/icon/55e83eb28ee074a45dad72a6d0c12eec.png),
url(https://www.eldarya.fr/static/img/item/player/icon/26a2288f7f118c9c4ceb37117514a9a5.png),
url(https://www.eldarya.fr/static/img/item/player/icon/356651aa615bf0e17324a50e5244caf5.jpg),
url(https://www.eldarya.fr/static/img/player/hair//icon/ad4ed0014c679f02f82a900b08bf48e9~1513095548.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7710fecbcc1ef546fea3cbc9ef960beb~1513001368.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 65px 90px, 125px 90px, 185px 90px, 0px 155px, 60px 155px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 235px !important;
background-size : 60px 60px !important;
}
/*Grand Sapin Décoré*/
#mapLocation53 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/2a8cb79e1bcd878cf5808a7fb1a02e47.png),
url(https://www.eldarya.fr/static/img/item/player/icon/0fa1096234e4ab69260f987028764712.png),
url(https://www.eldarya.fr/static/img/item/player/icon/9870993f365d0ef0d1032820e6d7b707.png),
url(https://www.eldarya.fr/static/img/item/player/icon/af3724e17fc0d5ee291f9cc46b4af7c6.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/6ff2cf3b1e27a38f415897a991958b1c~1513096481.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 120px 90px, 175px 90px, 0px 155px, 170px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 220px !important;
background-size : 60px 60px !important;
}
/*Hotte en Préparation*/
#mapLocation48 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/13f4b5c6fef7b1368a3d79f2ca730988.png),
url(https://www.eldarya.fr/static/img/item/player//icon/6b3fd0eab26f7e6d3147e8fdf4d86e29~1544023474.png),
url(https://www.eldarya.fr/static/img/item/player/icon/ebb50f180b178d2b54fa7e5d15aced14.png),
url(https://www.eldarya.fr/static/img/item/player/icon/c829c7bd8f972a5d0e5dbf181798b913.png),
url(https://www.eldarya.fr/static/img/item/player/icon/8753c54912ec39af91026b81bfcda88b.png),
url(https://www.eldarya.fr/static/img/item/player/icon/0fc7a763983065885896515418c889bd.png) !important;
background-repeat: no-repeat;
background-position: 0px 95px, 60px 95px, 110px 95px, 165px 95px, 230px 95px, 0px 155px, 0px 150px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Île du Grunch*/
#mapLocation56 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/153eb41deba8f849e22ab7da3ba769f9.png),
url(https://www.eldarya.fr/static/img/item/player/icon/a6da096bd989e6d584b8eda203f2d9d4.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f337fb3a0937d347a52d2729862d4863.png),
url(https://www.eldarya.fr/static/img/item/player/icon/2a90df2725f323e84ca4e73d316b6820.png),
url(https://www.eldarya.fr/static/img/item/player/icon/3329289698ced0c2f440ebf6cf1653c8.png),
url(https://www.eldarya.fr/static/img/item/player//icon/d01ef7e6a5f70a60f04b2c2b45372c39~1512997260.png),
url(https://www.eldarya.fr/static/img/item/player/icon/1abea5c465a6fb886adc526b35711651.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 50px 90px, 90px 90px, 145px 90px, 0px 155px, 50px 155px, 330px 90px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*<NAME>*/
#mapLocation54 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/consumable/be0ed375499dd1e810a22fd90b839caf.png),
url(https://www.eldarya.fr/static/img/item/consumable/13f4b5c6fef7b1368a3d79f2ca730988.png),
url(https://www.eldarya.fr/static/img/item/player/icon/b75f20b07fec350d0b5fbf6b72f29b27.png),
url(https://www.eldarya.fr/static/img/item/player/icon/718e26627ab517c635536531c3026f8c.png),
url(https://www.eldarya.fr/static/img/item/player/icon/2377f5c4ae4a97010a531ea5aa5f6d8d.png),
url(https://www.eldarya.fr/static/img/item/player//icon/b3f3ed477d7fc61cd40c2c1898b03261~1512997051.png),
url(https://www.eldarya.fr/static/img/item/player//icon/fe6e7fa5d3c5153ea51c24fb15771735~1512382680.jpg) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 110px 90px, 165px 95px, 225px 95px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 210px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Maison de Pain d'Épices*/
#mapLocation51 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/ad99cf842b2642757bce224952c7ce83.png),
url(https://www.eldarya.fr/static/img/item/player/icon/e70b92692415fd00d3abd478929972de.png),
url(https://www.eldarya.fr/static/img/item/player//icon/79cab4ce187002e785f31b9bd15bdf78~1513239479.png),
url(https://www.eldarya.fr/static/img/item/player//icon/0e64cc1411bb8fa384551d650a8d5a03~1512996293.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 70px 90px, 5px 155px, 65px 155px, 165px 105px, 5px 145px, 45px 145px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*Mer des Étoiles*/
#mapLocation87 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player//icon/de2414c158c695e3557a8d301729f06f~1512996938.png),
url(https://www.eldarya.fr/static/img/item/player//icon/99115bf6a674a91a2b74e66b66a87159~1512999964.png),
url(https://www.eldarya.fr/static/img/item/player//icon/7bb5ee1649617e279c17b00aea940f5d~1512997939.png),
url(https://www.eldarya.fr/static/img/item/player//icon/3e1e82823084d2227ac28eac7f5c80fc~1513185222.png),
url(https://www.eldarya.fr/static/img/item/player//icon/e5bb9e7e228cb6d3af60573e6f1999f9~1513001025.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 120px 90px, 175px 90px, 225px 90px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 140px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
/*Pistes Enneigées*/
#mapLocation86 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/e2c0e136ce62c28cbcd6a76a54773aea.png),
url(https://www.eldarya.fr/static/img/item/player/icon/5d0b3982d018189f21074f35fdfd7201.png),
url(https://www.eldarya.fr/static/img/item/player/icon/1792f6e6870c27bfc25e99e85a075c64.png),
url(https://www.eldarya.fr/static/img/item/player//icon/af439804beaf39f9a30fd29ecadc3d67~1512991209.png),
url(https://www.eldarya.fr/static/img/item/player//icon/1f20163df7223ff3b9af4553308cee23~1513240222.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 70px 90px, 135px 90px, 5px 155px, 70px 155px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*Table du Festin*/
#mapLocation90 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/99818522371746ba7660c4c44580d9d9.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f8b0ee9b4081bab155206082d9edee32.png),
url(https://www.eldarya.fr/static/img/item/player//icon/c225f40da95b1d9ced4c3acbf0f0bc50~1512998329.png),
url(https://www.eldarya.fr/static/img/item/player/icon/210fc8e06bcce6242a2831066f4b233f.png) !important;
background-repeat: no-repeat;
background-position: 5px 90px, 70px 90px, 0px 155px, 65px 155px, 225px 95px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 200px !important;
width: 190px !important;
background-size : 60px 60px !important;
}
/*Tempête de Flocons*/
#mapLocation47 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/player/icon/79e5593ae62db4cb81d89437123669c1.png),
url(https://www.eldarya.fr/static/img/item/player/icon/f6d4108e793f765cc02ec91ed387a797.png),
url(https://www.eldarya.fr/static/img/player/hair//icon/cb930e6007f5964868be90528b251810~1512996087.png),
url(https://www.eldarya.fr/static/img/item/player//icon/eb0b010ee3371e37037644dd50a76d1d~1513000061.png),
url(https://www.eldarya.fr/static/img/item/player//icon/16a28af0e415eade8f41ae66b6eb2c96~1513000868.png) !important;
background-repeat: no-repeat;
background-position: 0px 90px, 55px 90px, 0px 155px, 55px 155px, 105px 155px, 0px 155px, 55px 155px, 85px 145px, 125px 145px, 165px 145px, 5px 185px, 45px 185px, 85px 185px, 125px 185px, 165px 185px;
height: 210px !important;
width: 270px !important;
background-size : 60px 60px !important;
}
} | 0.079912 | 0.138026 |
* {
margin:0px;
padding:0px;
border:none;
outline:none;
}
body {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
font-family: 'PT Sans', sans-serif;
}
.main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
/*Sticky Header*/
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
left:0px;
top:0px;
width:100%;
padding:0px 0px;
z-index:0;
border-bottom:1px solid #d9d9d9;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header .logo{
padding:5px 0px 2px;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
background-color:#ffffff;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.main-header .header-upper{
position:relative;
z-index:5;
background-color:#ffffff;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-header .header-upper .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .logo-outer{
position:relative;
z-index:25;
padding:21px 0px;
}
.main-header .logo-outer .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .header-upper .upper-right{
position:relative;
padding-top:34px;
}
.main-header .info-box{
position:relative;
float:left;
min-height:56px;
margin-left:55px;
font-size:13px;
color:#777777;
padding:0px 0px 20px 54px;
}
.main-header .info-box:last-child{
padding-left:0px;
padding-top:0px;
}
.main-header .info-box .icon-box{
position:absolute;
left:0px;
top:5px;
color:#ffb200;
font-size:32px;
line-height:1em;
text-align:center;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.main-header .info-box li{
position:relative;
line-height:20px;
color:#777777;
font-size:16px;
margin-bottom:5px;
font-weight:400;
text-transform:capitalize;
}
.main-header .info-box strong{
position:relative;
font-weight:600;
color:#333333;
font-size:18px;
font-family: 'Raleway', sans-serif;
}
.main-header .info-box .order-btn{
position: relative;
line-height: 24px;
color: #333333;
font-size: 16px;
font-weight: 600;
padding:8px 16px;
background:#ffb200;
border-radius:3px;
font-family: 'Raleway', sans-serif;
}
.main-header .info-box .order-btn:hover{
opacity:0.70;
}
.main-header .header-lower{
position:relative;
top:0px;
width:100%;
z-index:5;
background-color:#333333;
}
.main-header .nav-outer{
position:relative;
}
.main-menu{
position:relative;
float:left;
}
.main-menu .navbar-collapse{
padding:0px;
}
.main-menu .navigation{
position:relative;
margin:0px;
}
.main-menu .navigation > li{
position:relative;
float:left;
margin-right:45px;
}
.main-menu .navigation > li:last-child{
margin-right:0px;
}
.main-header .sticky-header .main-menu .navigation > li{
margin:0px;
border:0px;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
font-size:16px;
color:#ffffff;
line-height:30px;
font-weight:600;
opacity:1;
text-transform:uppercase;
padding:15px 0px;
padding-left:15px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
font-family: 'Raleway', sans-serif;
}
.main-menu .navigation > li > a:before{
position:absolute;
content:'';
left:0px;
top:50%;
width:2px;
height:12px;
margin-top:-7px;
background-color:#4d4d4d;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li:hover a::before,
.main-menu .navigation > li.current a:before{
background-color:#ffb200;
}
.main-header .sticky-header .main-menu .navigation > li > a{
color:#181818;
padding:15px 15px !important;
line-height:30px;
font-size:16px;
font-weight:600;
min-height:0px;
background:none;
border:0px;
margin-right:0px;
text-transform:capitalize;
}
.sticky-header .main-menu .navigation > li > a:before{
display:none;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
opacity:1;
color:#ffb200;
}
.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
background:#ffb200;
color:#ffffff;
opacity:1;
}
.main-menu .navigation > li:hover > a:after{
opacity:1;
}
.main-menu .navigation > li > ul{
position:absolute;
left:0px;
top:100%;
width:250px;
padding:0px 0px;
z-index:100;
display:none;
background:#2b2b2b;
border-top:2px solid #ffb200;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > a{
position:relative;
display:block;
padding:10px 20px;
line-height:24px;
font-weight:500;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
color:#ffffff;
background:#ffb200;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
font-family: 'FontAwesome';
content: "\f105";
position:absolute;
right:15px;
top:11px;
width:10px;
height:20px;
display:block;
line-height:20px;
font-size:16px;
font-weight:normal;
text-align:center;
z-index:5;
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
left:100%;
top:0px;
width:250px;
padding:0px;
z-index:100;
display:none;
background:#2b2b2b;
border-top:2px solid #ffb200;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:10px 20px;
line-height:24px;
font-weight:500;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
color:#ffffff;
background:#ffb200;
}
.main-menu .navigation > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
top:100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
top:0px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
position:absolute;
right:10px;
top:8px;
width:34px;
height:30px;
border:1px solid #ffffff;
text-align:center;
font-size:16px;
line-height:26px;
color:#ffffff;
cursor:pointer;
z-index:5;
display:none;
}
.main-header .outer-box{
position:relative;
z-index:12;
float:right;
}
.header-style-two .outer-box{
margin-left:45px;
margin-top:30px;
}
.header-style-two .nav-outer .dropdown-outer{
display:inline-block;
margin-right:45px;
}
.header-style-two .nav-outer .dropdown-outer .search-box-btn{
color:#333333;
}
.main-header.header-style-two .nav-outer .dropdown-outer .dropdown-menu{
top:89px;
}
/*Search Box*/
.main-header .nav-outer .dropdown-outer{
position:relative;
font-size:14px;
left:0px;
top:0px;
height:60px;
line-height:60px;
color:#ffffff;
}
.main-header .nav-outer .dropdown-outer .search-box-btn{
position:relative;
font-size:16px;
right:0px;
top:0px;
line-height:20px;
cursor:pointer;
background:none;
}
.main-header .nav-outer .dropdown-outer .dropdown-menu{
top:58px;
padding:0px;
width:270px;
border-radius:0px;
border-top:2px solid #ffb200;
}
.main-header .search-panel .form-container{
padding:20px 20px;
}
.main-header .search-panel .form-group{
position:relative;
margin:0px;
}
.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
display:block;
width:100%;
color:#000000;
line-height:24px;
padding:9px 50px 9px 15px;
height:44px;
border:1px solid #e0e0e0;
background:#ffffff;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
border-color:#ffb200;
}
.main-header .search-panel .search-btn{
position:absolute;
right:0px;
top:0px;
width:40px;
height:40px;
text-align:center;
color:#2b2b2b;
font-size:14px;
background:none;
cursor:pointer;
line-height:44px;
}
/*Header Type One*/
.header-style-two,
.header-style-two .header-top{
background-color:#333333 !important;
}
.header-style-two .header-top .top-left ul li{
margin-right:30px !important;
}
.header-style-two .header-top .top-right .social-icon-two li a{
color:#ffffff;
}
.header-style-two .logo-outer{
padding:20px 0px;
}
.header-style-two .nav-outer{
padding-left:0px;
float:right;
background:none !important;
}
.header-style-two .main-menu .navigation > li{
padding:45px 0px 45px;
margin-left:26px;
margin-right:0px;
}
.header-style-two .nav-outer .main-menu .navigation > li > a{
padding:0px 0px 0px 0px;
color:#333333;
font-size:16px;
margin-right:0px;
font-weight:700;
text-transform:capitalize;
border-bottom:1px solid transparent;
}
.header-style-two .main-menu .navigation > li > a:before{
display:none;
}
.header-style-two .main-menu .navigation > li.dropdown a{
}
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a{
color:#ffb200;
border-color:#333333;
}
.header-style-two .sticky-header .main-menu .navigation > li{
padding:0px;
}
.header-style-two .header-top .donation-btn a{
border-radius:0px;
padding:12px 38px;
}
.header-style-two .header-top .inner-container{
position:relative;
}
.header-style-two .header-upper{
background:inherit;
}
.header-style-two .header-upper .inner-container{
background-color:#ffffff;
padding:0px 30px;
}
.main-header .header-top{
position:relative;
background-color:#444444;
}
.main-header .header-top .top-left{
position:relative;
float:left;
}
.main-header .header-top .top-left ul li{
position:relative;
margin-right:70px;
font-size:14px;
color:#ffffff;
padding:12px 0px;
font-weight:500;
display:inline-block;
}
.main-header .header-top .top-left ul li:last-child{
margin-right:0px;
}
.main-header .header-top .top-left ul li a{
color:#ffffff;
font-weight:500;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .header-top .top-left ul li .icon{
margin-right:10px;
color:#ffb200;
}
.main-header .header-top .top-left ul li a:hover{
color:#ffb200;
}
.main-header .header-top .top-right{
position:relative;
float:right;
padding:12px 0px;
} | public/css/front-new.css | * {
margin:0px;
padding:0px;
border:none;
outline:none;
}
body {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
font-family: 'PT Sans', sans-serif;
}
.main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
/*Sticky Header*/
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
left:0px;
top:0px;
width:100%;
padding:0px 0px;
z-index:0;
border-bottom:1px solid #d9d9d9;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header .logo{
padding:5px 0px 2px;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
background-color:#ffffff;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.main-header .header-upper{
position:relative;
z-index:5;
background-color:#ffffff;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-header .header-upper .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .logo-outer{
position:relative;
z-index:25;
padding:21px 0px;
}
.main-header .logo-outer .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .header-upper .upper-right{
position:relative;
padding-top:34px;
}
.main-header .info-box{
position:relative;
float:left;
min-height:56px;
margin-left:55px;
font-size:13px;
color:#777777;
padding:0px 0px 20px 54px;
}
.main-header .info-box:last-child{
padding-left:0px;
padding-top:0px;
}
.main-header .info-box .icon-box{
position:absolute;
left:0px;
top:5px;
color:#ffb200;
font-size:32px;
line-height:1em;
text-align:center;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.main-header .info-box li{
position:relative;
line-height:20px;
color:#777777;
font-size:16px;
margin-bottom:5px;
font-weight:400;
text-transform:capitalize;
}
.main-header .info-box strong{
position:relative;
font-weight:600;
color:#333333;
font-size:18px;
font-family: 'Raleway', sans-serif;
}
.main-header .info-box .order-btn{
position: relative;
line-height: 24px;
color: #333333;
font-size: 16px;
font-weight: 600;
padding:8px 16px;
background:#ffb200;
border-radius:3px;
font-family: 'Raleway', sans-serif;
}
.main-header .info-box .order-btn:hover{
opacity:0.70;
}
.main-header .header-lower{
position:relative;
top:0px;
width:100%;
z-index:5;
background-color:#333333;
}
.main-header .nav-outer{
position:relative;
}
.main-menu{
position:relative;
float:left;
}
.main-menu .navbar-collapse{
padding:0px;
}
.main-menu .navigation{
position:relative;
margin:0px;
}
.main-menu .navigation > li{
position:relative;
float:left;
margin-right:45px;
}
.main-menu .navigation > li:last-child{
margin-right:0px;
}
.main-header .sticky-header .main-menu .navigation > li{
margin:0px;
border:0px;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
font-size:16px;
color:#ffffff;
line-height:30px;
font-weight:600;
opacity:1;
text-transform:uppercase;
padding:15px 0px;
padding-left:15px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
font-family: 'Raleway', sans-serif;
}
.main-menu .navigation > li > a:before{
position:absolute;
content:'';
left:0px;
top:50%;
width:2px;
height:12px;
margin-top:-7px;
background-color:#4d4d4d;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li:hover a::before,
.main-menu .navigation > li.current a:before{
background-color:#ffb200;
}
.main-header .sticky-header .main-menu .navigation > li > a{
color:#181818;
padding:15px 15px !important;
line-height:30px;
font-size:16px;
font-weight:600;
min-height:0px;
background:none;
border:0px;
margin-right:0px;
text-transform:capitalize;
}
.sticky-header .main-menu .navigation > li > a:before{
display:none;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
opacity:1;
color:#ffb200;
}
.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
background:#ffb200;
color:#ffffff;
opacity:1;
}
.main-menu .navigation > li:hover > a:after{
opacity:1;
}
.main-menu .navigation > li > ul{
position:absolute;
left:0px;
top:100%;
width:250px;
padding:0px 0px;
z-index:100;
display:none;
background:#2b2b2b;
border-top:2px solid #ffb200;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > a{
position:relative;
display:block;
padding:10px 20px;
line-height:24px;
font-weight:500;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
color:#ffffff;
background:#ffb200;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
font-family: 'FontAwesome';
content: "\f105";
position:absolute;
right:15px;
top:11px;
width:10px;
height:20px;
display:block;
line-height:20px;
font-size:16px;
font-weight:normal;
text-align:center;
z-index:5;
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
left:100%;
top:0px;
width:250px;
padding:0px;
z-index:100;
display:none;
background:#2b2b2b;
border-top:2px solid #ffb200;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:10px 20px;
line-height:24px;
font-weight:500;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
color:#ffffff;
background:#ffb200;
}
.main-menu .navigation > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
top:100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
top:0px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
position:absolute;
right:10px;
top:8px;
width:34px;
height:30px;
border:1px solid #ffffff;
text-align:center;
font-size:16px;
line-height:26px;
color:#ffffff;
cursor:pointer;
z-index:5;
display:none;
}
.main-header .outer-box{
position:relative;
z-index:12;
float:right;
}
.header-style-two .outer-box{
margin-left:45px;
margin-top:30px;
}
.header-style-two .nav-outer .dropdown-outer{
display:inline-block;
margin-right:45px;
}
.header-style-two .nav-outer .dropdown-outer .search-box-btn{
color:#333333;
}
.main-header.header-style-two .nav-outer .dropdown-outer .dropdown-menu{
top:89px;
}
/*Search Box*/
.main-header .nav-outer .dropdown-outer{
position:relative;
font-size:14px;
left:0px;
top:0px;
height:60px;
line-height:60px;
color:#ffffff;
}
.main-header .nav-outer .dropdown-outer .search-box-btn{
position:relative;
font-size:16px;
right:0px;
top:0px;
line-height:20px;
cursor:pointer;
background:none;
}
.main-header .nav-outer .dropdown-outer .dropdown-menu{
top:58px;
padding:0px;
width:270px;
border-radius:0px;
border-top:2px solid #ffb200;
}
.main-header .search-panel .form-container{
padding:20px 20px;
}
.main-header .search-panel .form-group{
position:relative;
margin:0px;
}
.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
display:block;
width:100%;
color:#000000;
line-height:24px;
padding:9px 50px 9px 15px;
height:44px;
border:1px solid #e0e0e0;
background:#ffffff;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
border-color:#ffb200;
}
.main-header .search-panel .search-btn{
position:absolute;
right:0px;
top:0px;
width:40px;
height:40px;
text-align:center;
color:#2b2b2b;
font-size:14px;
background:none;
cursor:pointer;
line-height:44px;
}
/*Header Type One*/
.header-style-two,
.header-style-two .header-top{
background-color:#333333 !important;
}
.header-style-two .header-top .top-left ul li{
margin-right:30px !important;
}
.header-style-two .header-top .top-right .social-icon-two li a{
color:#ffffff;
}
.header-style-two .logo-outer{
padding:20px 0px;
}
.header-style-two .nav-outer{
padding-left:0px;
float:right;
background:none !important;
}
.header-style-two .main-menu .navigation > li{
padding:45px 0px 45px;
margin-left:26px;
margin-right:0px;
}
.header-style-two .nav-outer .main-menu .navigation > li > a{
padding:0px 0px 0px 0px;
color:#333333;
font-size:16px;
margin-right:0px;
font-weight:700;
text-transform:capitalize;
border-bottom:1px solid transparent;
}
.header-style-two .main-menu .navigation > li > a:before{
display:none;
}
.header-style-two .main-menu .navigation > li.dropdown a{
}
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a{
color:#ffb200;
border-color:#333333;
}
.header-style-two .sticky-header .main-menu .navigation > li{
padding:0px;
}
.header-style-two .header-top .donation-btn a{
border-radius:0px;
padding:12px 38px;
}
.header-style-two .header-top .inner-container{
position:relative;
}
.header-style-two .header-upper{
background:inherit;
}
.header-style-two .header-upper .inner-container{
background-color:#ffffff;
padding:0px 30px;
}
.main-header .header-top{
position:relative;
background-color:#444444;
}
.main-header .header-top .top-left{
position:relative;
float:left;
}
.main-header .header-top .top-left ul li{
position:relative;
margin-right:70px;
font-size:14px;
color:#ffffff;
padding:12px 0px;
font-weight:500;
display:inline-block;
}
.main-header .header-top .top-left ul li:last-child{
margin-right:0px;
}
.main-header .header-top .top-left ul li a{
color:#ffffff;
font-weight:500;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .header-top .top-left ul li .icon{
margin-right:10px;
color:#ffb200;
}
.main-header .header-top .top-left ul li a:hover{
color:#ffb200;
}
.main-header .header-top .top-right{
position:relative;
float:right;
padding:12px 0px;
} | 0.250088 | 0.047404 |
@import url("../../css/colors.css");
@import url("../../css/colors.css");
@import url("../../css/normalize.css");
@import url("../../css/main.css");
@import url("../../css/list.css");
:root {
--color-white: #ffffff;
font-family: var(--font-family);
}
* {
margin: 0;
padding: 0;
}
.mobile__header {
display: none;
}
.container {
padding: 0 80px;
}
.ctaSection {
display: grid;
grid-template-columns: repeat(2, 50%);
margin-bottom: 4rem;
}
.ctaLeft {
display: grid;
align-self: center;
}
.ctaText {
margin: 0.5rem 0rem;
}
.ctaIndicator {
display: grid;
grid-template-columns: repeat(2, auto);
justify-self: start;
background: var(--color-primary-50);
color: var(--color-primary-700);
border-radius: 20px;
}
.indicator {
background: transparent;
padding: 5px;
margin: 0.5rem;
align-self: center;
padding: 0.5rem;
}
.activeIndicator {
background: #fff;
border-radius: 20px;
/* margin: 0.5rem 0rem 0.5rem 0.5rem; */
}
.icon {
display: inline-block;
vertical-align: middle;
}
.arrow-icon {
background: url('./assets/arrow-right.svg');
width: 16px;
height: 16px;
}
.play-icon {
background: url('./assets/play-icon.svg');
width: 16px;
height: 16px;
}
.ctaDesc {
margin-bottom: 1rem;
margin-top: 0px;
color: var(--color-gray-500);
}
.ctaBtns {
margin-top: 2rem;
}
.ctaRight img,
.uspsRight img {
width: 100%;
height: 100%;
}
.ctaComp {
grid-column: 1/3;
display: grid;
margin: 3rem 0rem;
}
.compText {
justify-self: center;
color: var(--color-gray-500);
}
.compList {
display: grid;
grid-template-columns: repeat(5, auto);
width: 100%;
padding: 0px;
justify-self: stretch;
}
.compListItem {
list-style-type: none;
margin: 10px;
padding: 5px;
display: flex;
justify-content: center;
}
/*USPS*/
.uspsSection {
display: grid;
grid-template-columns: repeat(2, 50%);
}
.uspsHeader {
grid-column: 1/3;
}
.uspsHeader span {
color: var(--color-primary-700);
}
.uspsHeader .headerText {
margin: 0px;
padding: 20px 0px;
}
.uspsHeader .headerDesc {
margin: 0px;
color: var(--color-gray-500);
margin-bottom: 4rem;
}
.uspsLeft {
padding-right: 4rem;
}
/* .uspsRight {
background: url('./assets/usps-bg.png');
background-size: cover;
height: 600px;
} */
.uspsList {
padding: 0px;
}
.uspsListItem {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: repeat(3, auto);
margin-bottom: 1rem;
}
.uspIcon {
width: 30px;
height: 30px;
grid-column: 1/2;
grid-row: 1/4;
margin-right: 1rem;
}
.uspHeading {
grid-template-columns: 2/3;
grid-template-rows: 1/2;
margin: 1rem 0rem;
}
.uspDesc {
grid-template-columns: 2/3;
grid-template-rows: 2/3;
margin: 0.5rem 0rem;
color: var(--color-gray-500);
}
.uspBtn {
grid-template-columns: 2/3;
grid-template-rows: 3/4;
justify-self: start;
color: var(--color-primary-700);
text-decoration: none;
margin: 0.5rem 0rem;
}
.icon-unl {
background: url('./assets/unl-icon.svg');
width: 56px;
height: 56px;
}
.icon-exp {
background: url('./assets/exp-icon.svg');
width: 56px;
height: 56px;
}
.icon-adv {
background: url('./assets/adv-icon.svg');
width: 56px;
height: 56px;
}
.features {
margin-top: 1rem;
display: flex;
flex-direction: column;
align-items: center;
background-color: var(--color-white);
}
.features__header {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
}
.features__header__title--sm {
padding: 4px 12px;
color: var(--color-primary-700);
text-align: center;
background-color: var(--color-primary-50);
border-radius: 16px;
}
.features__header__title {
padding: 0.5rem;
color: var(--color-gray-900);
text-align: center;
}
.features__header__title--md {
margin-top: 20px;
color: var(--color-gray-500);
text-align: center;
max-width: 768px;
}
.features__image {
margin-top: 49px;
height: 400px;
width: 350px;
background: url(./assets/featuresImageMobile.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
}
.features__content {
display: flex;
margin-top: 80px;
justify-content: center;
column-gap: 1rem;
}
.feature {
position: relative;
padding-top: 24px;
}
.feature:first-child:before {
content: "";
position: absolute;
width: 100%;
height: 4px;
top: 1px;
background: var(--color-primary-600);
}
.feature:not(:first-child):before {
content: "";
position: absolute;
width: 100%;
height: 4px;
top: 1px;
background: var(--color-gray-100);
}
.feature__title {
color: var(--color-gray-900);
text-align: center;
}
.feature__description {
margin-top: 8px;
color: var(--color-gray-500);
text-align: center;
max-width: 373.33px;
}
.feature-users {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 4rem;
}
.feature-users__title {
text-align: center;
color: var(--color-gray-500)
}
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogo.png) no-repeat;
background-size: contain;
height: 40px;
width: 1164px;
}
.postsSection {
margin-top: 96px;
background-color: var(--color-gray-50);
padding: 0;
}
.postsSection>.container {
padding: 64px 8rem;
}
.posts__header__wrapper {
display: flex;
justify-content: space-between;
}
.posts__title {
margin-top: 12px;
color: var(--color-gray-900);
}
.posts__title--sm {
color: var(--color-primary-700);
}
.ut-button {
font-size: 1rem;
font-weight: 500;
line-height: 24px;
border-radius: 8px;
padding: 12px 20px;
cursor: pointer;
}
.ut-button.primary {
background-color: var(--color-primary-600);
border: 1px solid var(--color-primary-600);
color: var(--color-white);
}
.ut-button.primary.mobile {
display: none;
}
.ut-button.primary:hover {
background-color: var(--color-primary-500);
}
.ut-button.secondary {
background-color: var(--color-white);
border: 1px solid var(--color-gray-300);
color: var(--color-gray-700);
}
.ut-button.secondary:hover {
background-color: var(--color-gray-200);
}
.posts__title--md {
margin-top: 1rem;
color: var(--color-gray-500);
}
.posts {
display: flex;
column-gap: 2rem;
margin-top: 4rem;
flex-flow: wrap;
row-gap: 2rem;
}
.post {
max-width: 384px;
}
.post__image {
max-width: 384px;
height: 240px;
object-fit: cover;
}
.post__caption {
color: var(--color-primary-700);
margin-top: 2rem;
}
.post__header {
margin-top: 12px;
display: flex;
justify-content: space-between;
}
.post__title {
color: var(--color-gray-900);
}
.post__content {
margin-top: 12px;
font-size: 1rem;
font-weight: normal;
color: var(--color-gray-500);
line-height: 24px;
}
.post__action {
object-fit: cover;
width: 24px;
height: 24px;
}
.post__footer {
margin-top: 2rem;
display: flex;
}
.avatar__wrapper {
margin-left: 12px;
}
.post__footer__avatar {
object-fit: cover;
width: 40px;
height: 40px;
}
.post__footer__title {
color: var(--color-gray-900);
}
.post__footer__date {
color: var(--color-gray-500);
}
.analytics {
margin: 96px 0px;
}
.stats__wrapper {
display: flex;
justify-content: space-between;
}
.stats__header {
max-width: 56%;
}
.stats__title {
color: var(--color-gray-900);
}
.stats__title--md {
color: var(--color-gray-500);
margin-top: 20px;
}
.stats__actions {
margin-top: 40px;
display: flex;
column-gap: 12px;
}
.companies {
width: 50%;
display: flex;
flex-wrap: wrap;
column-gap: 4rem;
flex-flow: wrap;
}
.company__logo {
width: 194px;
height: 48px;
}
.company__logo:nth-of-type(1) {
background: url(./assets/layers.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(2) {
background: url(./assets/sisyphus.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(3) {
background: url(./assets/circooles.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(4) {
background: url(./assets/catalog.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(5) {
background: url(./assets/quotient.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(6) {
background: url(./assets/hourglass.png) no-repeat;
background-size: contain;
}
.contact {
background-color: var(--color-gray-50);
}
.contact .container {
padding: 96px 8rem;
}
.contact__wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 1rem;
}
.contact__title {
color: var(--color-gray-900);
}
.contact__title--md {
color: var(--color-gray-500);
margin-top: 20px;
}
.contact__actions__input {
padding: 12px 16px;
width: 279px;
border-radius: 8px;
border: 1px solid var(--color-gray-300);
color: var(--color-gray-500);
outline: none;
margin-right: 1rem;
}
.contact__actions__privacy {
color: var(--color-gray-500);
margin-top: 8px;
}
.contact__actions__privacy .underline {
text-decoration: underline;
cursor: pointer;
}
footer {
background-color: var(--color-gray-800);
color: var(--color-white);
}
footer .container {
padding: 64px 8rem;
}
.footer__header {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
.footer__header-actions--desktop {
display: flex;
column-gap: 12px;
}
.footer__header-actions--mobile {
display: none;
}
.footer__stats {
margin-top: 1rem;
color: var(--color-gray-200);
}
.footer__line-break {
margin: 64px 0px;
background-color: var(--color-gray-600);
border: none;
height: 1px;
}
.footer__info {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
.footer__logo {
object-fit: cover;
}
.footer__logo__wrapper {
display: flex;
align-items: center;
}
.footer__description {
margin-top: 2rem;
color: var(--color-gray-200);
max-width: 320px;
line-height: 24px;
}
.footer__info__link-container {
display: flex;
column-gap: 100px;
flex-flow: wrap;
}
ul,
li {
list-style: none;
}
ul li:first-of-type:not(.company__logo) {
color: var(--color-gray-400);
}
.footer ul li:not(:first-of-type):not(.company__logo) {
color: var(--color-gray-200);
margin-top: 14px;
}
.footer__social {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
.footer__social__icon {
cursor: pointer;
}
.footer__social__icon:not(:first-of-type) {
margin-left: 24px;
}
.footer__socialCopyright {
color: var(--color-gray-400);
}
@media(min-width: 1280px) {
.features__image {
margin-top: 49px;
height: 600px;
width: 1280px;
background: url(./assets/featuresImage.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
}
}
@media(max-width: 1194px) {
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogoMobile.png) no-repeat;
background-size: contain;
width: 343px;
height: 224px;
}
.mobile__header {
display: block;
width: 100%;
position: fixed;
top: 0px;
z-index: 2;
height: 64px;
background-color: var(--color-white);
}
.mobile__header__container {
padding: 16px 24px;
display: flex;
align-items: center;
justify-content: space-between;
}
}
@media(max-width: 768px) {
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogoMobile.png) no-repeat;
background-size: contain;
width: 343px;
height: 224px;
}
.stats__wrapper {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
}
@media(max-width: 480px) {
.container {
padding: 0px 16px;
}
.features__header__title {
font-size: 28px;
width: 85%;
line-height: 38px;
}
.features__header__title--md {
text-align: center;
width: 90vw;
}
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogoMobile.png) no-repeat;
background-size: contain;
width: 343px;
height: 224px;
}
.features__content {
display: flex;
flex-direction: column;
margin-top: 48px;
row-gap: 40px;
}
.ut-button.primary {
display: none;
}
.stats__actions .ut-button.primary {
display: block;
}
.ut-button.primary.mobile {
display: block;
width: 100%;
}
.posts {
display: flex;
gap: 3rem;
flex-flow: wrap;
margin-top: 3rem;
}
.postsSection>.container {
padding: 64px 16px;
}
.post:first-of-type {
margin-top: 3rem;
}
.post__image {
max-width: 343px;
height: 240px;
object-fit: cover;
}
.analytics {
margin: 64px 0px;
}
.stats__header {
max-width: 100%;
}
.stats__title--md {
margin-top: 16px;
}
.stats__actions {
margin-top: 32px;
display: flex;
flex-direction: column;
row-gap: 12px;
}
.contact .container {
padding: 64px 1rem;
}
.contact__wrapper {
display: flex;
flex-direction: column;
}
.contact__title--md {
margin-top: 16px;
}
.contact__actions {
margin-top: 32px;
display: flex;
flex-direction: column;
}
.contact__actions__input {
width: -webkit-fill-available;
margin: 0;
}
.contact__actions__privacy {
margin-top: 8px;
}
.contact__actions .ut-button.primary.mobile {
margin-top: 1rem;
}
.companies {
margin-top: 48px;
width: 100%;
display: flex;
row-gap: 1rem;
column-gap: 4rem;
}
.company__logo {
width: 128px;
height: 34px;
}
.company__logo:nth-of-type(1) {
background: url(./assets/layers_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(2) {
background: url(./assets/sisyphus_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(3) {
background: url(./assets/circooles_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(4) {
background: url(./assets/catalog_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(5) {
background: url(./assets/quotient_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(6) {
background: url(./assets/hourglass_mobile.png) no-repeat;
background-size: contain;
}
footer .container {
padding: 48px 1rem;
}
.footer__header-actions--desktop {
display: none;
}
.footer__header-actions--mobile {
display: flex;
flex-direction: column;
row-gap: 12px;
margin: 32px 0px;
}
.footer__info {
display: block;
}
.footer__info__link-container {
margin-top: 48px;
display: flex;
flex-flow: wrap;
row-gap: 2rem;
}
.footer__social {
display: flex;
flex-direction: column;
flex-flow: column-reverse;
row-gap: 24px;
}
}
.sliderSection {
padding: 16px 112px;
padding-bottom: 96px;
overflow: hidden;
}
.sliderHeading {
display: flex;
justify-content: space-between;
margin-bottom: 64px;
margin-right: 15px;
}
.sliderHeadingText {
margin-bottom: 20px;
margin-right: 20px;
}
.sliderHeadingBtn,
.customBtn {
border-radius: 8px;
padding: 12px 20px;
background-color: var(--color-primary-600);
border: 0;
cursor: pointer;
color: var(--color-white);
}
.sliderList {
display: flex;
margin-bottom: 32px;
overflow: hidden;
margin-right: -112px;
}
.slick-track {
display: flex;
}
.sliderListItem,
.slick-slide {
width: 384px;
max-width: 384px;
min-width: 384px;
min-height: 512px;
padding: 32px 24px 24px;
background-color: var(--color-primary-600);
margin-right: 32px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.sliderListItem:last-child {
margin-right: 0;
}
.sliderContent {
background: rgba(255, 255, 255, 0.3);
border: 1px solid rgba(255, 255, 255, 0.5);
box-sizing: border-box;
backdrop-filter: blur(24px);
min-height: 258px;
padding: 32px 24px;
color: var(--color-white);
}
.sliderContentLink {
color: var(--color-white);
text-decoration: none;
cursor: pointer;
}
.sliderContentHeading {
margin-bottom: 16px;
margin-top: 0;
}
.sliderContentDesc {
margin: 0;
margin-bottom: 32px;
min-height: 84px;
}
.slick-prev,
.slick-next {
width: 56px;
height: 56px;
border-radius: 28px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--color-gray-200);
box-sizing: border-box;
font-size: 0;
backdrop-filter: var(--blur-sm-light-backdrop-filter);
}
.slick-prev {
left: 0;
margin-right: 32px;
background: url(./assets/home/prev-slider-btn.svg) center center no-repeat;
}
.slick-next {
left: 88px;
background: url(./assets/home/next-slider-btn.svg) center center no-repeat;
}
/* ctaSection */
.ctaSection {
background-color: var(--color-gray-50);
padding: 16px 80px;
}
.bgContainer {
display: flex;
align-items: center;
padding: 117px 64px 117px 32px;
}
.ctaWrapper .ctaRight-image {
height: 496px;
background: url('./assets/contents.png') center center no-repeat;
background-size: cover;
padding: 117px 64px 117px 32px;
}
.ctaBtns .whiteBtn {
background-color: var(--color-white);
color: black;
border: 2px solid var(--color-gray-300);
margin-right: 12px;
margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
.sliderSection,
.ctaSection {
padding: 16px 72px;
}
.sliderSection {
padding-bottom: 55px;
}
.ctaWrapper .ctaRight-image,
.bgContainer {
padding: 0;
}
}
@media screen and (max-width: 768px) {
.ctaSection {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
}
.ctaLeftSlider {
margin-bottom: 80px;
}
.slick-prev,
.slick-next {
width: 48px;
height: 48px;
}
.slick-next {
left: 64px;
}
.slick-prev {
margin-right: 16px;
}
.sliderSection {
padding-bottom: 0;
}
}
@media screen and (max-width: 600px) {
.ctaLeftSlider {
margin-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
.sliderSection,
.ctaSection {
padding: 10px 16px;
}
.sliderListItem,
.slick-slide {
width: 304px;
max-width: 304px;
min-width: 304px;
height: 480px;
padding: 32px 24px 24px;
background-color: var(--color-primary-600);
margin-right: 24px;
}
}
@media only screen and (max-width: 1199px) {
.ctaSection {
grid-template-columns: 100%;
margin-top: 100px;
}
.ctaComp {
grid-column: 1/2;
}
.compList {
grid-template-columns: 50% 50%;
}
.compListItem img {
width: 100%;
max-width: 145px;
}
.uspsSection {
grid-template-columns: 100%;
}
.uspsHeader {
grid-column: 1/2;
}
header {
display: none;
}
} | teams/4/page-1.css | @import url("../../css/colors.css");
@import url("../../css/colors.css");
@import url("../../css/normalize.css");
@import url("../../css/main.css");
@import url("../../css/list.css");
:root {
--color-white: #ffffff;
font-family: var(--font-family);
}
* {
margin: 0;
padding: 0;
}
.mobile__header {
display: none;
}
.container {
padding: 0 80px;
}
.ctaSection {
display: grid;
grid-template-columns: repeat(2, 50%);
margin-bottom: 4rem;
}
.ctaLeft {
display: grid;
align-self: center;
}
.ctaText {
margin: 0.5rem 0rem;
}
.ctaIndicator {
display: grid;
grid-template-columns: repeat(2, auto);
justify-self: start;
background: var(--color-primary-50);
color: var(--color-primary-700);
border-radius: 20px;
}
.indicator {
background: transparent;
padding: 5px;
margin: 0.5rem;
align-self: center;
padding: 0.5rem;
}
.activeIndicator {
background: #fff;
border-radius: 20px;
/* margin: 0.5rem 0rem 0.5rem 0.5rem; */
}
.icon {
display: inline-block;
vertical-align: middle;
}
.arrow-icon {
background: url('./assets/arrow-right.svg');
width: 16px;
height: 16px;
}
.play-icon {
background: url('./assets/play-icon.svg');
width: 16px;
height: 16px;
}
.ctaDesc {
margin-bottom: 1rem;
margin-top: 0px;
color: var(--color-gray-500);
}
.ctaBtns {
margin-top: 2rem;
}
.ctaRight img,
.uspsRight img {
width: 100%;
height: 100%;
}
.ctaComp {
grid-column: 1/3;
display: grid;
margin: 3rem 0rem;
}
.compText {
justify-self: center;
color: var(--color-gray-500);
}
.compList {
display: grid;
grid-template-columns: repeat(5, auto);
width: 100%;
padding: 0px;
justify-self: stretch;
}
.compListItem {
list-style-type: none;
margin: 10px;
padding: 5px;
display: flex;
justify-content: center;
}
/*USPS*/
.uspsSection {
display: grid;
grid-template-columns: repeat(2, 50%);
}
.uspsHeader {
grid-column: 1/3;
}
.uspsHeader span {
color: var(--color-primary-700);
}
.uspsHeader .headerText {
margin: 0px;
padding: 20px 0px;
}
.uspsHeader .headerDesc {
margin: 0px;
color: var(--color-gray-500);
margin-bottom: 4rem;
}
.uspsLeft {
padding-right: 4rem;
}
/* .uspsRight {
background: url('./assets/usps-bg.png');
background-size: cover;
height: 600px;
} */
.uspsList {
padding: 0px;
}
.uspsListItem {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: repeat(3, auto);
margin-bottom: 1rem;
}
.uspIcon {
width: 30px;
height: 30px;
grid-column: 1/2;
grid-row: 1/4;
margin-right: 1rem;
}
.uspHeading {
grid-template-columns: 2/3;
grid-template-rows: 1/2;
margin: 1rem 0rem;
}
.uspDesc {
grid-template-columns: 2/3;
grid-template-rows: 2/3;
margin: 0.5rem 0rem;
color: var(--color-gray-500);
}
.uspBtn {
grid-template-columns: 2/3;
grid-template-rows: 3/4;
justify-self: start;
color: var(--color-primary-700);
text-decoration: none;
margin: 0.5rem 0rem;
}
.icon-unl {
background: url('./assets/unl-icon.svg');
width: 56px;
height: 56px;
}
.icon-exp {
background: url('./assets/exp-icon.svg');
width: 56px;
height: 56px;
}
.icon-adv {
background: url('./assets/adv-icon.svg');
width: 56px;
height: 56px;
}
.features {
margin-top: 1rem;
display: flex;
flex-direction: column;
align-items: center;
background-color: var(--color-white);
}
.features__header {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
}
.features__header__title--sm {
padding: 4px 12px;
color: var(--color-primary-700);
text-align: center;
background-color: var(--color-primary-50);
border-radius: 16px;
}
.features__header__title {
padding: 0.5rem;
color: var(--color-gray-900);
text-align: center;
}
.features__header__title--md {
margin-top: 20px;
color: var(--color-gray-500);
text-align: center;
max-width: 768px;
}
.features__image {
margin-top: 49px;
height: 400px;
width: 350px;
background: url(./assets/featuresImageMobile.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
}
.features__content {
display: flex;
margin-top: 80px;
justify-content: center;
column-gap: 1rem;
}
.feature {
position: relative;
padding-top: 24px;
}
.feature:first-child:before {
content: "";
position: absolute;
width: 100%;
height: 4px;
top: 1px;
background: var(--color-primary-600);
}
.feature:not(:first-child):before {
content: "";
position: absolute;
width: 100%;
height: 4px;
top: 1px;
background: var(--color-gray-100);
}
.feature__title {
color: var(--color-gray-900);
text-align: center;
}
.feature__description {
margin-top: 8px;
color: var(--color-gray-500);
text-align: center;
max-width: 373.33px;
}
.feature-users {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 4rem;
}
.feature-users__title {
text-align: center;
color: var(--color-gray-500)
}
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogo.png) no-repeat;
background-size: contain;
height: 40px;
width: 1164px;
}
.postsSection {
margin-top: 96px;
background-color: var(--color-gray-50);
padding: 0;
}
.postsSection>.container {
padding: 64px 8rem;
}
.posts__header__wrapper {
display: flex;
justify-content: space-between;
}
.posts__title {
margin-top: 12px;
color: var(--color-gray-900);
}
.posts__title--sm {
color: var(--color-primary-700);
}
.ut-button {
font-size: 1rem;
font-weight: 500;
line-height: 24px;
border-radius: 8px;
padding: 12px 20px;
cursor: pointer;
}
.ut-button.primary {
background-color: var(--color-primary-600);
border: 1px solid var(--color-primary-600);
color: var(--color-white);
}
.ut-button.primary.mobile {
display: none;
}
.ut-button.primary:hover {
background-color: var(--color-primary-500);
}
.ut-button.secondary {
background-color: var(--color-white);
border: 1px solid var(--color-gray-300);
color: var(--color-gray-700);
}
.ut-button.secondary:hover {
background-color: var(--color-gray-200);
}
.posts__title--md {
margin-top: 1rem;
color: var(--color-gray-500);
}
.posts {
display: flex;
column-gap: 2rem;
margin-top: 4rem;
flex-flow: wrap;
row-gap: 2rem;
}
.post {
max-width: 384px;
}
.post__image {
max-width: 384px;
height: 240px;
object-fit: cover;
}
.post__caption {
color: var(--color-primary-700);
margin-top: 2rem;
}
.post__header {
margin-top: 12px;
display: flex;
justify-content: space-between;
}
.post__title {
color: var(--color-gray-900);
}
.post__content {
margin-top: 12px;
font-size: 1rem;
font-weight: normal;
color: var(--color-gray-500);
line-height: 24px;
}
.post__action {
object-fit: cover;
width: 24px;
height: 24px;
}
.post__footer {
margin-top: 2rem;
display: flex;
}
.avatar__wrapper {
margin-left: 12px;
}
.post__footer__avatar {
object-fit: cover;
width: 40px;
height: 40px;
}
.post__footer__title {
color: var(--color-gray-900);
}
.post__footer__date {
color: var(--color-gray-500);
}
.analytics {
margin: 96px 0px;
}
.stats__wrapper {
display: flex;
justify-content: space-between;
}
.stats__header {
max-width: 56%;
}
.stats__title {
color: var(--color-gray-900);
}
.stats__title--md {
color: var(--color-gray-500);
margin-top: 20px;
}
.stats__actions {
margin-top: 40px;
display: flex;
column-gap: 12px;
}
.companies {
width: 50%;
display: flex;
flex-wrap: wrap;
column-gap: 4rem;
flex-flow: wrap;
}
.company__logo {
width: 194px;
height: 48px;
}
.company__logo:nth-of-type(1) {
background: url(./assets/layers.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(2) {
background: url(./assets/sisyphus.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(3) {
background: url(./assets/circooles.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(4) {
background: url(./assets/catalog.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(5) {
background: url(./assets/quotient.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(6) {
background: url(./assets/hourglass.png) no-repeat;
background-size: contain;
}
.contact {
background-color: var(--color-gray-50);
}
.contact .container {
padding: 96px 8rem;
}
.contact__wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 1rem;
}
.contact__title {
color: var(--color-gray-900);
}
.contact__title--md {
color: var(--color-gray-500);
margin-top: 20px;
}
.contact__actions__input {
padding: 12px 16px;
width: 279px;
border-radius: 8px;
border: 1px solid var(--color-gray-300);
color: var(--color-gray-500);
outline: none;
margin-right: 1rem;
}
.contact__actions__privacy {
color: var(--color-gray-500);
margin-top: 8px;
}
.contact__actions__privacy .underline {
text-decoration: underline;
cursor: pointer;
}
footer {
background-color: var(--color-gray-800);
color: var(--color-white);
}
footer .container {
padding: 64px 8rem;
}
.footer__header {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
.footer__header-actions--desktop {
display: flex;
column-gap: 12px;
}
.footer__header-actions--mobile {
display: none;
}
.footer__stats {
margin-top: 1rem;
color: var(--color-gray-200);
}
.footer__line-break {
margin: 64px 0px;
background-color: var(--color-gray-600);
border: none;
height: 1px;
}
.footer__info {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
.footer__logo {
object-fit: cover;
}
.footer__logo__wrapper {
display: flex;
align-items: center;
}
.footer__description {
margin-top: 2rem;
color: var(--color-gray-200);
max-width: 320px;
line-height: 24px;
}
.footer__info__link-container {
display: flex;
column-gap: 100px;
flex-flow: wrap;
}
ul,
li {
list-style: none;
}
ul li:first-of-type:not(.company__logo) {
color: var(--color-gray-400);
}
.footer ul li:not(:first-of-type):not(.company__logo) {
color: var(--color-gray-200);
margin-top: 14px;
}
.footer__social {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
.footer__social__icon {
cursor: pointer;
}
.footer__social__icon:not(:first-of-type) {
margin-left: 24px;
}
.footer__socialCopyright {
color: var(--color-gray-400);
}
@media(min-width: 1280px) {
.features__image {
margin-top: 49px;
height: 600px;
width: 1280px;
background: url(./assets/featuresImage.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
}
}
@media(max-width: 1194px) {
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogoMobile.png) no-repeat;
background-size: contain;
width: 343px;
height: 224px;
}
.mobile__header {
display: block;
width: 100%;
position: fixed;
top: 0px;
z-index: 2;
height: 64px;
background-color: var(--color-white);
}
.mobile__header__container {
padding: 16px 24px;
display: flex;
align-items: center;
justify-content: space-between;
}
}
@media(max-width: 768px) {
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogoMobile.png) no-repeat;
background-size: contain;
width: 343px;
height: 224px;
}
.stats__wrapper {
display: flex;
justify-content: space-between;
flex-flow: wrap;
row-gap: 1rem;
}
}
@media(max-width: 480px) {
.container {
padding: 0px 16px;
}
.features__header__title {
font-size: 28px;
width: 85%;
line-height: 38px;
}
.features__header__title--md {
text-align: center;
width: 90vw;
}
.feature-users__figure {
margin-top: 2rem;
background: url(./assets/featuresLogoMobile.png) no-repeat;
background-size: contain;
width: 343px;
height: 224px;
}
.features__content {
display: flex;
flex-direction: column;
margin-top: 48px;
row-gap: 40px;
}
.ut-button.primary {
display: none;
}
.stats__actions .ut-button.primary {
display: block;
}
.ut-button.primary.mobile {
display: block;
width: 100%;
}
.posts {
display: flex;
gap: 3rem;
flex-flow: wrap;
margin-top: 3rem;
}
.postsSection>.container {
padding: 64px 16px;
}
.post:first-of-type {
margin-top: 3rem;
}
.post__image {
max-width: 343px;
height: 240px;
object-fit: cover;
}
.analytics {
margin: 64px 0px;
}
.stats__header {
max-width: 100%;
}
.stats__title--md {
margin-top: 16px;
}
.stats__actions {
margin-top: 32px;
display: flex;
flex-direction: column;
row-gap: 12px;
}
.contact .container {
padding: 64px 1rem;
}
.contact__wrapper {
display: flex;
flex-direction: column;
}
.contact__title--md {
margin-top: 16px;
}
.contact__actions {
margin-top: 32px;
display: flex;
flex-direction: column;
}
.contact__actions__input {
width: -webkit-fill-available;
margin: 0;
}
.contact__actions__privacy {
margin-top: 8px;
}
.contact__actions .ut-button.primary.mobile {
margin-top: 1rem;
}
.companies {
margin-top: 48px;
width: 100%;
display: flex;
row-gap: 1rem;
column-gap: 4rem;
}
.company__logo {
width: 128px;
height: 34px;
}
.company__logo:nth-of-type(1) {
background: url(./assets/layers_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(2) {
background: url(./assets/sisyphus_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(3) {
background: url(./assets/circooles_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(4) {
background: url(./assets/catalog_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(5) {
background: url(./assets/quotient_mobile.png) no-repeat;
background-size: contain;
}
.company__logo:nth-of-type(6) {
background: url(./assets/hourglass_mobile.png) no-repeat;
background-size: contain;
}
footer .container {
padding: 48px 1rem;
}
.footer__header-actions--desktop {
display: none;
}
.footer__header-actions--mobile {
display: flex;
flex-direction: column;
row-gap: 12px;
margin: 32px 0px;
}
.footer__info {
display: block;
}
.footer__info__link-container {
margin-top: 48px;
display: flex;
flex-flow: wrap;
row-gap: 2rem;
}
.footer__social {
display: flex;
flex-direction: column;
flex-flow: column-reverse;
row-gap: 24px;
}
}
.sliderSection {
padding: 16px 112px;
padding-bottom: 96px;
overflow: hidden;
}
.sliderHeading {
display: flex;
justify-content: space-between;
margin-bottom: 64px;
margin-right: 15px;
}
.sliderHeadingText {
margin-bottom: 20px;
margin-right: 20px;
}
.sliderHeadingBtn,
.customBtn {
border-radius: 8px;
padding: 12px 20px;
background-color: var(--color-primary-600);
border: 0;
cursor: pointer;
color: var(--color-white);
}
.sliderList {
display: flex;
margin-bottom: 32px;
overflow: hidden;
margin-right: -112px;
}
.slick-track {
display: flex;
}
.sliderListItem,
.slick-slide {
width: 384px;
max-width: 384px;
min-width: 384px;
min-height: 512px;
padding: 32px 24px 24px;
background-color: var(--color-primary-600);
margin-right: 32px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.sliderListItem:last-child {
margin-right: 0;
}
.sliderContent {
background: rgba(255, 255, 255, 0.3);
border: 1px solid rgba(255, 255, 255, 0.5);
box-sizing: border-box;
backdrop-filter: blur(24px);
min-height: 258px;
padding: 32px 24px;
color: var(--color-white);
}
.sliderContentLink {
color: var(--color-white);
text-decoration: none;
cursor: pointer;
}
.sliderContentHeading {
margin-bottom: 16px;
margin-top: 0;
}
.sliderContentDesc {
margin: 0;
margin-bottom: 32px;
min-height: 84px;
}
.slick-prev,
.slick-next {
width: 56px;
height: 56px;
border-radius: 28px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--color-gray-200);
box-sizing: border-box;
font-size: 0;
backdrop-filter: var(--blur-sm-light-backdrop-filter);
}
.slick-prev {
left: 0;
margin-right: 32px;
background: url(./assets/home/prev-slider-btn.svg) center center no-repeat;
}
.slick-next {
left: 88px;
background: url(./assets/home/next-slider-btn.svg) center center no-repeat;
}
/* ctaSection */
.ctaSection {
background-color: var(--color-gray-50);
padding: 16px 80px;
}
.bgContainer {
display: flex;
align-items: center;
padding: 117px 64px 117px 32px;
}
.ctaWrapper .ctaRight-image {
height: 496px;
background: url('./assets/contents.png') center center no-repeat;
background-size: cover;
padding: 117px 64px 117px 32px;
}
.ctaBtns .whiteBtn {
background-color: var(--color-white);
color: black;
border: 2px solid var(--color-gray-300);
margin-right: 12px;
margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
.sliderSection,
.ctaSection {
padding: 16px 72px;
}
.sliderSection {
padding-bottom: 55px;
}
.ctaWrapper .ctaRight-image,
.bgContainer {
padding: 0;
}
}
@media screen and (max-width: 768px) {
.ctaSection {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
}
.ctaLeftSlider {
margin-bottom: 80px;
}
.slick-prev,
.slick-next {
width: 48px;
height: 48px;
}
.slick-next {
left: 64px;
}
.slick-prev {
margin-right: 16px;
}
.sliderSection {
padding-bottom: 0;
}
}
@media screen and (max-width: 600px) {
.ctaLeftSlider {
margin-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
.sliderSection,
.ctaSection {
padding: 10px 16px;
}
.sliderListItem,
.slick-slide {
width: 304px;
max-width: 304px;
min-width: 304px;
height: 480px;
padding: 32px 24px 24px;
background-color: var(--color-primary-600);
margin-right: 24px;
}
}
@media only screen and (max-width: 1199px) {
.ctaSection {
grid-template-columns: 100%;
margin-top: 100px;
}
.ctaComp {
grid-column: 1/2;
}
.compList {
grid-template-columns: 50% 50%;
}
.compListItem img {
width: 100%;
max-width: 145px;
}
.uspsSection {
grid-template-columns: 100%;
}
.uspsHeader {
grid-column: 1/2;
}
header {
display: none;
}
} | 0.346762 | 0.068944 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
touch-action: manipulation;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
@keyframes popTrans {
from {
opacity: 0;
background-color: red;
}
to {
opacity: 1;
background-color: blue;
}
}
/*.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
float: left;
}*/
.map {
/*position: ;*/
top: 0;
/*bottom: 0;*/
width: 100%;
height: 100vh;
margin:auto;
margin-bottom: 2%;
/*touch-action:none;*/
}
#map1 {
/*touch-action:none;*/
}
.dot {
height: 9px;
width: 9px;
border-radius: 50%;
display: inline-block;
float: left;
margin-right: 3px;
}
.border {
border: solid black 1px;
transform: translateX(120%);
}
.popUpLine {
height: 20px;
width: 100%;
}
.dotBig {
height: 28px;
width: 28px;
border-radius: 50%;
display: inline-block;
float: right;
transform: translateY(-5px);
margin-right: 3px;
}
.dotMedium {
height: 14px;
width: 14px;
border-radius: 50%;
display: inline-block;
float: center;
transform: translateX(190%);
/*transform: translateY(-5px);*/
/*margin-right: 3px;*/
}
.mapboxgl-popup {
max-width: 230px;
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
/*animation: popTrans, 4s, linear, .5s;*/
z-index: 99;
/*background-color: pink;*/
}
h3 {
margin-bottom: : 10px;
display: inline;
}
h4{
margin-right: 10px;
}
h4#loc {
text-align: center;
/*font-style: italic;*/
font-size: .8rem;
border-radius: 2px;
font-weight: bold;
padding: 3px 0px 3px 0px;
margin-bottom: 9px;
/*margin-bottom: 124px;*/
color: white;
/*margin-top: 0px;*/
}
h4#locState {
text-align: center;
/*font-style: italic;*/
font-size: .8rem;
border-radius: 2px;
font-weight: bold;
padding: 5px 0px 5px 0px;
margin-bottom: 9px;
/*margin-bottom: 124px;*/
color: white;
/*margin-top: 0px;*/
}
.indent{
/*padding-left: 10px;*/
/*margin-right: 10px;*/
/*padding-bottom: 2px;*/
line-height: 94%;
/*margin-bottom: -19px;*/
}
.mapTitle {
position: absolute;
font-family: "Fira Sans", sans-serif;
top: 20px;
left: 20px;
/*background-color: rgba(0,0,0,.66);*/
background-color: rgba(255,255,255,.89);
max-width: 73%;
/*height: 100px;*/
z-index: 100;
/*background-*/blend-mode: multiply;;
border-radius: 4px;
padding: .8%;
}
.mapTitleText {
font-weight: 500;
font-size: 1.9rem;
opacity: 1;
line-height: 2.2rem;
color: black;
/*color: whitesmoke;*/
margin: auto;
padding: 2%;
font-family: "Fira Sans", sans-serif;
}
.mapSubText {
/*font-weight: 800;*/
font-size: .8rem;
font-style: italic;
opacity: 1;
/*line-height: 2rem;*/
color: black;
/*color: whitesmoke;*/
margin: auto;
/*padding-top: 4%;*/
font-family: "Fira Sans", sans-serif;
}
.mapButtonContainer {
position: absolute;
display: flex;
justify-content: space-between;
flex-direction: column;
top: 20px;
left: 74%;
width: 16%;
z-index: 99;
}
.sizeKey {
position: absolute;
bottom: 50px;
width: 10%;
left: 84%;
background-color: whitesmoke;
/*background-color: ;*/
margin-top: 5px;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
border-radius: 7px;
font-size: .7rem;
height: 100px;
z-index: 90;
/*text-align: justify;*/
/*text-justify: inter-word;*/
/*color: pink;*/
}
.sizeKeyText{
/*position: absolute;*/
/*bottom: 20px;
left: 84%;*/
/*width: 10%;*/
/*height: 40px;*/
z-index: 100;
font-family: sans-serif;
font-style: italic;
color: black;
/*text-align: right;*/
text-align: justify;
text-justify: inter-word;
text-align:justify;
text-align-last: justify;
}
.sizeKeyTitle{
/*position: absolute;*/
/*bottom: 20px;
left: 84%;*/
/*width: 10%;*/
/*height: 40px;*/
z-index: 100;
font-family: "Fira Sans", sans-serif;
font-style: italic;
color: black;
/*text-align: right;*/
/* text-align: justify;
text-justify: inter-word;
text-align:justify;
text-align-last: justify;
*/
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.mapButton
{
background-color: rgba(255,255,255,.88);
/*width: 10%*/
/*height: 30px;*/
padding: 11px;
margin-top: 5px;
border: none;
border-radius: 2px;
font-weight: bold;
font-size: .7rem;
/*color: pink;*/
font-family: "Fira Sans", sans-serif;
font-family: sans-serif;
}
.mapButton:hover {
background-color: rgba(0,0,0,.66);
color: whitesmoke;
}
.mapboxgl-popup {
/*animation: popTrans, 2s, linear, .5s;*/
/*background-color: pink;*/
/*width: 900px;*/
font-size: 11px;
line-height: 100%;
max-height: 250px;
/*animation: fade .5s;*/
z-index: 100;
/*overflow-y: auto;*/
/*background-color: rgba(255,255,255,.08);*/
/*overflow-x: scroll ! important;*/
}
.mapboxgl-popup-content {
/*overflow-y: scroll ! important;
overflow-x: scroll ! important;*/
overflow-y: auto;
border-radius: 50px;
line-height: 100%;
/*background-color: rgba(255,255,255,.1);*/
}
.mapboxgl-popup-content h4 {
margin-bottom: -3px;
margin-top: -3px;
z-index: 100;
/*padding-bottom: 0px;*/
}
.mapboxgl-popup-content p {
margin-bottom: 0px;
}
.mapboxgl-popup-close-button{
background-color: red;
width: 30px;
size: 3rem
}
button.mapboxgl-popup-close-button {
/*background-color: red;*/
/*width: 130px;*/
font-size: 1.5rem
}
.pop{
animation: popTrans, 4s, linear, .5s;
/*background-color: pink;*/
/*width: 900px;*/
margin-top: 0px;
}
.statewide {
position: fixed;
/*position: sticky;*/
right: 35%;
top: 100px;
border-radius: 5px;
line-height: 100%;
font-size: 11px;
line-height: 100%;
max-height: 250px;
background-color: whitesmoke;
height: 300px;
width: 250px;
visibility: hidden;
z-index: 101;
transition: all .5s ease;
/*margin: 2%;*/
padding: 2%;
}
.statewideInner{
overflow-y: auto;
max-height: 250px;
/*visibility: hidden;*/
}
.statewide h4 {
margin-top: 0px;
}
.vis {
visibility: visible;
/*background-color: red;*/
}
.mapboxgl-ctrl-compass {
display: none !important;
}
.popupCloseButton {
background-color:whitesmoke;
/*border: 4px solid #000000;*/
/*border-radius: 50px;*/
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-weight: bold;
position: absolute;
/*
position: -webkit-sticky;
position: sticky;*/
/*top: 20px;*/
top: 0px;
right: 0px;
font-size: 22px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
z-index: 101;
}
@media only screen and (min-width: 601px) {
}
@media only screen and (max-width: 700px) {
.mapTitleText {
display: none;
}
.mapTitle {
/*max-height: 40px;*/
}
.statewide {
position:absolute;
right: 10%;
}
.mapButtonContainer {
position: absolute;
display: flex;
justify-content: space-between;
flex-direction: row;
top: 84%;
left: 4px;
width:97%;
z-index: 95;
}
.mapButton
{
background-color: rgba(255,255,255,.88);
width: 70px;
/*height: 30px;*/
padding: 3px;
/*margin-top: px;*/
margin: 3px;
border: none;
border-radius: 2px;
/*font-weight: bold;*/
height: 80px;
font-size: .7rem;
line-height: 97%;
/*color: pink;*/
font-family: sans-serif;
/*-webkit-font-smoothing: none*/
}
.dot {
height: 9px;
width: 9px;
border-radius: 50%;
/*display: inline-block;*/
display: block;
float: center;
/*margin-right: 3px;*/
}
.mapboxgl-popup {
/*animation: popTrans, 2s, linear, .5s;*/
/*background-color: pink;*/
/*width: 900px;*/
font-size: 9px;
/*line-height: 100%;*/
max-height: 200px;
width: 200px;
/*animation: fade .5s;*/
/*background-color: rgba(255,255,255,.08);*/
/*overflow-x: scroll ! important;*/
}
.mapboxgl-popup-content {
/*overflow-y: scroll ! important;
overflow-x: scroll ! important;*/
overflow-y: auto;
border-radius: 50px;
line-height: 108%;
/*background-color: rgba(255,255,255,.1);*/
}
/*font-size: 11px;*/
.mapboxgl-popup-content h4 {
margin-bottom: -3px;
margin-top: -3px; /*padding-bottom: 0px;*/
}
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
touch-action: manipulation;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
@keyframes popTrans {
from {
opacity: 0;
background-color: red;
}
to {
opacity: 1;
background-color: blue;
}
}
/*.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
float: left;
}*/
.map {
/*position: ;*/
top: 0;
/*bottom: 0;*/
width: 100%;
height: 100vh;
margin:auto;
margin-bottom: 2%;
/*touch-action:none;*/
}
#map1 {
/*touch-action:none;*/
}
.dot {
height: 9px;
width: 9px;
border-radius: 50%;
display: inline-block;
float: left;
margin-right: 3px;
}
.border {
border: solid black 1px;
transform: translateX(120%);
}
.popUpLine {
height: 20px;
width: 100%;
}
.dotBig {
height: 28px;
width: 28px;
border-radius: 50%;
display: inline-block;
float: right;
transform: translateY(-5px);
margin-right: 3px;
}
.dotMedium {
height: 14px;
width: 14px;
border-radius: 50%;
display: inline-block;
float: center;
transform: translateX(190%);
/*transform: translateY(-5px);*/
/*margin-right: 3px;*/
}
.mapboxgl-popup {
max-width: 230px;
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
/*animation: popTrans, 4s, linear, .5s;*/
z-index: 99;
/*background-color: pink;*/
}
h3 {
margin-bottom: : 10px;
display: inline;
}
h4{
margin-right: 10px;
}
h4#loc {
text-align: center;
/*font-style: italic;*/
font-size: .8rem;
border-radius: 2px;
font-weight: bold;
padding: 3px 0px 3px 0px;
margin-bottom: 9px;
/*margin-bottom: 124px;*/
color: white;
/*margin-top: 0px;*/
}
h4#locState {
text-align: center;
/*font-style: italic;*/
font-size: .8rem;
border-radius: 2px;
font-weight: bold;
padding: 5px 0px 5px 0px;
margin-bottom: 9px;
/*margin-bottom: 124px;*/
color: white;
/*margin-top: 0px;*/
}
.indent{
/*padding-left: 10px;*/
/*margin-right: 10px;*/
/*padding-bottom: 2px;*/
line-height: 94%;
/*margin-bottom: -19px;*/
}
.mapTitle {
position: absolute;
font-family: "Fira Sans", sans-serif;
top: 20px;
left: 20px;
/*background-color: rgba(0,0,0,.66);*/
background-color: rgba(255,255,255,.89);
max-width: 73%;
/*height: 100px;*/
z-index: 100;
/*background-*/blend-mode: multiply;;
border-radius: 4px;
padding: .8%;
}
.mapTitleText {
font-weight: 500;
font-size: 1.9rem;
opacity: 1;
line-height: 2.2rem;
color: black;
/*color: whitesmoke;*/
margin: auto;
padding: 2%;
font-family: "Fira Sans", sans-serif;
}
.mapSubText {
/*font-weight: 800;*/
font-size: .8rem;
font-style: italic;
opacity: 1;
/*line-height: 2rem;*/
color: black;
/*color: whitesmoke;*/
margin: auto;
/*padding-top: 4%;*/
font-family: "Fira Sans", sans-serif;
}
.mapButtonContainer {
position: absolute;
display: flex;
justify-content: space-between;
flex-direction: column;
top: 20px;
left: 74%;
width: 16%;
z-index: 99;
}
.sizeKey {
position: absolute;
bottom: 50px;
width: 10%;
left: 84%;
background-color: whitesmoke;
/*background-color: ;*/
margin-top: 5px;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
border-radius: 7px;
font-size: .7rem;
height: 100px;
z-index: 90;
/*text-align: justify;*/
/*text-justify: inter-word;*/
/*color: pink;*/
}
.sizeKeyText{
/*position: absolute;*/
/*bottom: 20px;
left: 84%;*/
/*width: 10%;*/
/*height: 40px;*/
z-index: 100;
font-family: sans-serif;
font-style: italic;
color: black;
/*text-align: right;*/
text-align: justify;
text-justify: inter-word;
text-align:justify;
text-align-last: justify;
}
.sizeKeyTitle{
/*position: absolute;*/
/*bottom: 20px;
left: 84%;*/
/*width: 10%;*/
/*height: 40px;*/
z-index: 100;
font-family: "Fira Sans", sans-serif;
font-style: italic;
color: black;
/*text-align: right;*/
/* text-align: justify;
text-justify: inter-word;
text-align:justify;
text-align-last: justify;
*/
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.mapButton
{
background-color: rgba(255,255,255,.88);
/*width: 10%*/
/*height: 30px;*/
padding: 11px;
margin-top: 5px;
border: none;
border-radius: 2px;
font-weight: bold;
font-size: .7rem;
/*color: pink;*/
font-family: "Fira Sans", sans-serif;
font-family: sans-serif;
}
.mapButton:hover {
background-color: rgba(0,0,0,.66);
color: whitesmoke;
}
.mapboxgl-popup {
/*animation: popTrans, 2s, linear, .5s;*/
/*background-color: pink;*/
/*width: 900px;*/
font-size: 11px;
line-height: 100%;
max-height: 250px;
/*animation: fade .5s;*/
z-index: 100;
/*overflow-y: auto;*/
/*background-color: rgba(255,255,255,.08);*/
/*overflow-x: scroll ! important;*/
}
.mapboxgl-popup-content {
/*overflow-y: scroll ! important;
overflow-x: scroll ! important;*/
overflow-y: auto;
border-radius: 50px;
line-height: 100%;
/*background-color: rgba(255,255,255,.1);*/
}
.mapboxgl-popup-content h4 {
margin-bottom: -3px;
margin-top: -3px;
z-index: 100;
/*padding-bottom: 0px;*/
}
.mapboxgl-popup-content p {
margin-bottom: 0px;
}
.mapboxgl-popup-close-button{
background-color: red;
width: 30px;
size: 3rem
}
button.mapboxgl-popup-close-button {
/*background-color: red;*/
/*width: 130px;*/
font-size: 1.5rem
}
.pop{
animation: popTrans, 4s, linear, .5s;
/*background-color: pink;*/
/*width: 900px;*/
margin-top: 0px;
}
.statewide {
position: fixed;
/*position: sticky;*/
right: 35%;
top: 100px;
border-radius: 5px;
line-height: 100%;
font-size: 11px;
line-height: 100%;
max-height: 250px;
background-color: whitesmoke;
height: 300px;
width: 250px;
visibility: hidden;
z-index: 101;
transition: all .5s ease;
/*margin: 2%;*/
padding: 2%;
}
.statewideInner{
overflow-y: auto;
max-height: 250px;
/*visibility: hidden;*/
}
.statewide h4 {
margin-top: 0px;
}
.vis {
visibility: visible;
/*background-color: red;*/
}
.mapboxgl-ctrl-compass {
display: none !important;
}
.popupCloseButton {
background-color:whitesmoke;
/*border: 4px solid #000000;*/
/*border-radius: 50px;*/
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-weight: bold;
position: absolute;
/*
position: -webkit-sticky;
position: sticky;*/
/*top: 20px;*/
top: 0px;
right: 0px;
font-size: 22px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
z-index: 101;
}
@media only screen and (min-width: 601px) {
}
@media only screen and (max-width: 700px) {
.mapTitleText {
display: none;
}
.mapTitle {
/*max-height: 40px;*/
}
.statewide {
position:absolute;
right: 10%;
}
.mapButtonContainer {
position: absolute;
display: flex;
justify-content: space-between;
flex-direction: row;
top: 84%;
left: 4px;
width:97%;
z-index: 95;
}
.mapButton
{
background-color: rgba(255,255,255,.88);
width: 70px;
/*height: 30px;*/
padding: 3px;
/*margin-top: px;*/
margin: 3px;
border: none;
border-radius: 2px;
/*font-weight: bold;*/
height: 80px;
font-size: .7rem;
line-height: 97%;
/*color: pink;*/
font-family: sans-serif;
/*-webkit-font-smoothing: none*/
}
.dot {
height: 9px;
width: 9px;
border-radius: 50%;
/*display: inline-block;*/
display: block;
float: center;
/*margin-right: 3px;*/
}
.mapboxgl-popup {
/*animation: popTrans, 2s, linear, .5s;*/
/*background-color: pink;*/
/*width: 900px;*/
font-size: 9px;
/*line-height: 100%;*/
max-height: 200px;
width: 200px;
/*animation: fade .5s;*/
/*background-color: rgba(255,255,255,.08);*/
/*overflow-x: scroll ! important;*/
}
.mapboxgl-popup-content {
/*overflow-y: scroll ! important;
overflow-x: scroll ! important;*/
overflow-y: auto;
border-radius: 50px;
line-height: 108%;
/*background-color: rgba(255,255,255,.1);*/
}
/*font-size: 11px;*/
.mapboxgl-popup-content h4 {
margin-bottom: -3px;
margin-top: -3px; /*padding-bottom: 0px;*/
}
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.461745 | 0.066934 |
a.link {
color: #FF4500;
text-decoration: underline;
}
table .lp {
width: 35px;
}
table .lp:after {
content: '.';
}
td.wyrozniony {
background-color: #f0e68c;
color: black;
}
/*label:not(.control-label) {
font-size: 20px;
margin-right: 10px;
}*/
label.required:after {
content: " *";
color: #FF0000;
}
.radio label, .checkbox label {
font-size: 14px;
}
span.required {
color: #FF0000;
font-weight: normal;
font-style: italic;
}
#main {
min-height: 800px;
height:auto !important;
height: 800px;
}
#main section h1, #main section h2 {
color: #FF9000;
text-shadow: 0 0 1px #333333;
}
#main section h3 {
color: #FF9000;
text-shadow: 0 0 0.2px #333333;
}
#main h1 sup {
font-size: 10px;
color: #000000;
}
#main table th, #main table th a {
color: #333333;
}
#main table thead {
background-color: #FF9000;
}
#main table tbody tr:nth-child(2n), #main table tfoot tr:nth-child(2n) {
background-color: #F3F3F3;
}
#main table tbody tr:nth-child(2n+1), #main table tfoot tr:nth-child(2n+1) {
background-color: #E0E0E0;
}
.two-columns {
margin: 15px auto;
}
.two-columns h4 {
color: #A0522D;
font-size: 13px;
margin: 2px 0;
}
div.info-zamawiajacego {
background-color: #ffefd5;
border: 1px solid;
height: 130px;
padding: 5px;
overflow-y: auto;
}
.klient-profil-dzialalnosci div {
font-size: 9px;
}
.karta-klienta th {
padding-left: 7px;
text-align: left;
width: 170px;
}
.karta-klienta td {
padding-left: 7px;
text-align: left;
}
.asc:after {
background: url("images/sort-arrow-up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
content: " ";
display: inline-block;
height: 10px;
left: 5px;
position: relative;
top: 0;
width: 10px;
}
.desc:after {
background: url("images/sort-arrow-down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
content: " ";
display: inline-block;
height: 10px;
left: 5px;
position: relative;
top: 0;
width: 10px;
}
tr.przeterminowane td, tr.przeterminowane th {
background-color: #FF5050;
color: #FFFFFF;
}
.records_list dl {
border-bottom: 1px solid;
float: left;
margin: 0;
width: 99%;
}
.records_list dt {
border-top: 1px solid;
float: left;
width: 50%;
}
.records_list dd {
border-top: 1px solid;
float: left;
margin-left: 0;
padding-left: 0;
width: 50%;
}
#main table tr .record_actions {
float: right;
list-style: none outside none;
margin: 3px 0;
padding: 0;
}
td.profil-dzialalnosci select {
width: 235px;
}
/* KLAWISZE AKCJI */
.record_actions {
list-style: none outside none;
padding: 0;
overflow: auto;
height: auto;
}
/*.record_actions form {
float: right;
}*/
.record_actions > li {
float: left;
margin: 0 4px;
}
.art-button
{
border-collapse: separate;
-webkit-background-origin: border !important;
-moz-background-origin: border !important;
background-origin: border-box !important;
background: #EA7908 url("images/button.png") scroll;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -o-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
border: 1px solid #8A99A8;
padding: 0 10px;
margin: 0 auto;
height: 24px;
}
a.art-button, a.art-button:link, a:link.art-button:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button
{
text-decoration: none;
font-size: 13px;
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: bold;
font-style: normal;
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;
color: #FFFFFF;
margin: 0 5px 0 0 !important;
overflow: visible;
cursor: pointer;
text-indent: 0;
line-height: 24px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 1;
}
.art-button img {
margin: 0;
vertical-align: middle;
}
input.art-button {
float: none !important;
}
.art-button.active, .art-button.active:hover
{
background: #A1ADBA url("images/activebutton.png") scroll;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -webkit-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -moz-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -o-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -o-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -ms-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
border: 1px solid #8A99A8;
padding: 0 10px;
margin: 0 auto;
}
.art-button.active, .art-button.active:hover
{
color: #FFFFFF !important;
}
.art-button.hover, .art-button:hover
{
background: #A1ADBA url("images/hoveredbutton.png") scroll;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -webkit-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -moz-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -o-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -o-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -ms-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
border: 1px solid #FFFFFF;
padding: 0 10px;
margin: 0 auto;
}
.art-button.hover, .art-button:hover
{
color: #E2341D !important;
}
#login-form .art-button
{
line-height: 18px;
height: 18px;
}
.art-button.pomaranczowy {
background: #EA7908 url("images/button.png") scroll;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -o-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
}
.art-button.zielony
{
background: #005206 url("images/button.png") scroll;
background: linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -webkit-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -moz-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -o-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -ms-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
-svg-background: linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
}
.art-button.czerwony
{
background: #c20500 url("images/button.png") scroll;
background: linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -webkit-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -moz-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -o-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -ms-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
-svg-background: linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
}
.art-button.czarny
{
background: #000 url("images/button.png") scroll;
background: linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -webkit-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -moz-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat scroll 0 0%, url("images/button.png") repeat scroll 0 0%, -moz-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -o-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -ms-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
-svg-background: linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
}
.art-button.zielony:hover, .art-button.czerwony:hover , .art-button.czarny:hover, .art-button.pomaranczowy:hover {
background: #A1ADBA url("images/hoveredbutton.png") scroll;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -webkit-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -moz-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -o-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -o-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -ms-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
}
a.art-button.maly.zielony, a.art-button.maly.czerwony, a.art-button.maly.czarny, a.art-button.maly.pomaranczowy, a.art-button.maly, button.art-button.maly.zielony, button.art-button.maly.czerwony, button.art-button.maly.czarny, button.art-button.maly.pomaranczowy, button.art-button.maly
{
height: 14px;
line-height: 14px;
font-size: 10px;
}
/* DEKLEARACJE SZEROKOŚCI i WYSOKOŚCI ELEMENTÓW */
.szer-370
{
width: 370px;
}
.wys-50
{
height: 50px;
}
.przypisanie-container {
border-bottom: 1px dotted;
}
.przypisany {
float: left;
margin: 4px 0;
text-align: left;
width: 150px;
}
.data {
float: left;
margin: 4px 0;
text-align: left;
}
/* PAGINACJA */
.pagination {
background-image: url("images/pagi-bg.png");
background-position: 50% 37%;
background-repeat: no-repeat;
font-size: 12px;
text-align: center;
}
.pagination span {
display: inline-block;
height: 32px;
margin: 10px auto;
padding: 10px 0 0;
}
.current, .page {
width: 28px;
}
.current {
background-image: url("images/pagi-current.png");
background-repeat: no-repeat;
color: #FFFFFF;
cursor: default;
height: 28px;
}
.previous {
background-image: url("images/pagi-prev.png");
background-position: 50% 40%;
background-repeat: no-repeat;
cursor: pointer;
width: 14px;
}
.next {
background-image: url("images/pagi-next.png");
background-position: 50% 40%;
background-repeat: no-repeat;
cursor: pointer;
width: 14px;
}
.previous > a, .next > a {
display: inline-block;
height: 10px;
width: 14px;
}
/* WYGLĄD LIST DEFINICJI */
div.dlt-container {
overflow: auto;
height: auto;
}
dl.table-display {
border-bottom: 1px solid #999999;
float: left;
margin: 1em 0;
padding: 0;
width: 520px;
}
.table-display > dt {
border-top: 1px solid #999999;
clear: left;
float: left;
font-weight: bold;
margin: 0;
padding: 5px;
width: 200px;
}
.table-display > dd {
border-top: 1px solid #999999;
float: left;
margin: 0;
padding: 5px;
width: 300px;
}
.table-display dd dl dd {
margin: 0;
border-left: 6px groove;
padding-left: 10px;
}
.table-display dd dl dt {
font-weight: bold;
}
.table-display dd dl dt:nth-child(n+2) {
margin-top: 10px;
}
div.two-columns dl.table-display {
width: 440px;
}
div.two-columns .table-display > dt {
width: 150px;
color: #4682B4;
}
div.two-columns .table-display > dd {
width: 270px;
}
fieldset.slownik {
width: 210px;
border-radius: 5px;
text-align: center;
float: left;
}
fieldset.slownik legend{
font-weight: bold;
}
.ui-autocomplete {
text-align: left;
}
.ui-autocomplete-category {
color: #B3B3B3;
}
.ui-menu-item a {
padding: 2px 1em !important;
}
/* TOGGLE SIDEBAR`y */
.left-toggle-sidebar {
left: -512px;
position: fixed;
top: 20%;
z-index: 99999;
}
.przypisanie-container.przeterminowane {
background-color: sienna;
border: 1px solid black;
color: white;
}
button.red {
color: #FF0000;
}
button.green {
color: #008000;
}
.media-heading .nazwa-zalacznika {
font-size: 16px;
}
.media-heading .label {
vertical-align: middle;
}
table thead tr th.col-buttons, table tbody tr td.col-buttons {
background: none;
border: none;
vertical-align: middle;
} | web/css/layout_1.css | a.link {
color: #FF4500;
text-decoration: underline;
}
table .lp {
width: 35px;
}
table .lp:after {
content: '.';
}
td.wyrozniony {
background-color: #f0e68c;
color: black;
}
/*label:not(.control-label) {
font-size: 20px;
margin-right: 10px;
}*/
label.required:after {
content: " *";
color: #FF0000;
}
.radio label, .checkbox label {
font-size: 14px;
}
span.required {
color: #FF0000;
font-weight: normal;
font-style: italic;
}
#main {
min-height: 800px;
height:auto !important;
height: 800px;
}
#main section h1, #main section h2 {
color: #FF9000;
text-shadow: 0 0 1px #333333;
}
#main section h3 {
color: #FF9000;
text-shadow: 0 0 0.2px #333333;
}
#main h1 sup {
font-size: 10px;
color: #000000;
}
#main table th, #main table th a {
color: #333333;
}
#main table thead {
background-color: #FF9000;
}
#main table tbody tr:nth-child(2n), #main table tfoot tr:nth-child(2n) {
background-color: #F3F3F3;
}
#main table tbody tr:nth-child(2n+1), #main table tfoot tr:nth-child(2n+1) {
background-color: #E0E0E0;
}
.two-columns {
margin: 15px auto;
}
.two-columns h4 {
color: #A0522D;
font-size: 13px;
margin: 2px 0;
}
div.info-zamawiajacego {
background-color: #ffefd5;
border: 1px solid;
height: 130px;
padding: 5px;
overflow-y: auto;
}
.klient-profil-dzialalnosci div {
font-size: 9px;
}
.karta-klienta th {
padding-left: 7px;
text-align: left;
width: 170px;
}
.karta-klienta td {
padding-left: 7px;
text-align: left;
}
.asc:after {
background: url("images/sort-arrow-up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
content: " ";
display: inline-block;
height: 10px;
left: 5px;
position: relative;
top: 0;
width: 10px;
}
.desc:after {
background: url("images/sort-arrow-down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
content: " ";
display: inline-block;
height: 10px;
left: 5px;
position: relative;
top: 0;
width: 10px;
}
tr.przeterminowane td, tr.przeterminowane th {
background-color: #FF5050;
color: #FFFFFF;
}
.records_list dl {
border-bottom: 1px solid;
float: left;
margin: 0;
width: 99%;
}
.records_list dt {
border-top: 1px solid;
float: left;
width: 50%;
}
.records_list dd {
border-top: 1px solid;
float: left;
margin-left: 0;
padding-left: 0;
width: 50%;
}
#main table tr .record_actions {
float: right;
list-style: none outside none;
margin: 3px 0;
padding: 0;
}
td.profil-dzialalnosci select {
width: 235px;
}
/* KLAWISZE AKCJI */
.record_actions {
list-style: none outside none;
padding: 0;
overflow: auto;
height: auto;
}
/*.record_actions form {
float: right;
}*/
.record_actions > li {
float: left;
margin: 0 4px;
}
.art-button
{
border-collapse: separate;
-webkit-background-origin: border !important;
-moz-background-origin: border !important;
background-origin: border-box !important;
background: #EA7908 url("images/button.png") scroll;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -o-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
border: 1px solid #8A99A8;
padding: 0 10px;
margin: 0 auto;
height: 24px;
}
a.art-button, a.art-button:link, a:link.art-button:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button
{
text-decoration: none;
font-size: 13px;
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: bold;
font-style: normal;
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;
color: #FFFFFF;
margin: 0 5px 0 0 !important;
overflow: visible;
cursor: pointer;
text-indent: 0;
line-height: 24px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 1;
}
.art-button img {
margin: 0;
vertical-align: middle;
}
input.art-button {
float: none !important;
}
.art-button.active, .art-button.active:hover
{
background: #A1ADBA url("images/activebutton.png") scroll;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -webkit-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -moz-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -o-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -o-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), -ms-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/activebutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
border: 1px solid #8A99A8;
padding: 0 10px;
margin: 0 auto;
}
.art-button.active, .art-button.active:hover
{
color: #FFFFFF !important;
}
.art-button.hover, .art-button:hover
{
background: #A1ADBA url("images/hoveredbutton.png") scroll;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -webkit-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -moz-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -o-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -o-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -ms-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
border: 1px solid #FFFFFF;
padding: 0 10px;
margin: 0 auto;
}
.art-button.hover, .art-button:hover
{
color: #E2341D !important;
}
#login-form .art-button
{
line-height: 18px;
height: 18px;
}
.art-button.pomaranczowy {
background: #EA7908 url("images/button.png") scroll;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -o-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(250, 177, 105, 0.24) 0, rgba(247, 131, 16, 0.15) 40%, rgba(121, 62, 4, 0.12) 100%) no-repeat, url("images/button.png"), linear-gradient(top, #F89E44 0, #F78008 40%, #9D5206 100%) no-repeat;
}
.art-button.zielony
{
background: #005206 url("images/button.png") scroll;
background: linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -webkit-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -moz-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -o-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: -ms-linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
background: linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
-svg-background: linear-gradient(top , rgba(23, 235, 68, 0.23) 0px, rgba(50, 154, 33, 0.19) 40%, rgba(5, 15, 6, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #009E44 0px, #005206 40%, #005206 100%) no-repeat;
}
.art-button.czerwony
{
background: #c20500 url("images/button.png") scroll;
background: linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -webkit-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -moz-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -moz-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -o-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: -ms-linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
background: linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
-svg-background: linear-gradient(top , rgba(235, 97, 89, 0.20) 0px, rgba(159, 17, 20, 0.41) 40%, rgba(70, 5, 8, 0.10) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #f40500 0px, #c20500 40%, #900000 100%) no-repeat;
}
.art-button.czarny
{
background: #000 url("images/button.png") scroll;
background: linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -webkit-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), -webkit-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -moz-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat scroll 0 0%, url("images/button.png") repeat scroll 0 0%, -moz-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -o-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), -o-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: -ms-linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), -ms-linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
background: linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
-svg-background: linear-gradient(top , rgba(0, 0, 0, 0.23) 0px, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.11) 100%) no-repeat, url("images/button.png"), linear-gradient(top , #000000 0px, #000000 40%, #000000 100%) no-repeat;
}
.art-button.zielony:hover, .art-button.czerwony:hover , .art-button.czarny:hover, .art-button.pomaranczowy:hover {
background: #A1ADBA url("images/hoveredbutton.png") scroll;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -webkit-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -webkit-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -moz-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -moz-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -o-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -o-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: -ms-linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), -ms-linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
-svg-background: linear-gradient(top, rgba(228, 231, 235, 0.27) 0, rgba(96, 113, 130, 0.11) 100%) no-repeat, url("images/hoveredbutton.png"), linear-gradient(top, #CDD4DA 0, #728597 100%) no-repeat;
}
a.art-button.maly.zielony, a.art-button.maly.czerwony, a.art-button.maly.czarny, a.art-button.maly.pomaranczowy, a.art-button.maly, button.art-button.maly.zielony, button.art-button.maly.czerwony, button.art-button.maly.czarny, button.art-button.maly.pomaranczowy, button.art-button.maly
{
height: 14px;
line-height: 14px;
font-size: 10px;
}
/* DEKLEARACJE SZEROKOŚCI i WYSOKOŚCI ELEMENTÓW */
.szer-370
{
width: 370px;
}
.wys-50
{
height: 50px;
}
.przypisanie-container {
border-bottom: 1px dotted;
}
.przypisany {
float: left;
margin: 4px 0;
text-align: left;
width: 150px;
}
.data {
float: left;
margin: 4px 0;
text-align: left;
}
/* PAGINACJA */
.pagination {
background-image: url("images/pagi-bg.png");
background-position: 50% 37%;
background-repeat: no-repeat;
font-size: 12px;
text-align: center;
}
.pagination span {
display: inline-block;
height: 32px;
margin: 10px auto;
padding: 10px 0 0;
}
.current, .page {
width: 28px;
}
.current {
background-image: url("images/pagi-current.png");
background-repeat: no-repeat;
color: #FFFFFF;
cursor: default;
height: 28px;
}
.previous {
background-image: url("images/pagi-prev.png");
background-position: 50% 40%;
background-repeat: no-repeat;
cursor: pointer;
width: 14px;
}
.next {
background-image: url("images/pagi-next.png");
background-position: 50% 40%;
background-repeat: no-repeat;
cursor: pointer;
width: 14px;
}
.previous > a, .next > a {
display: inline-block;
height: 10px;
width: 14px;
}
/* WYGLĄD LIST DEFINICJI */
div.dlt-container {
overflow: auto;
height: auto;
}
dl.table-display {
border-bottom: 1px solid #999999;
float: left;
margin: 1em 0;
padding: 0;
width: 520px;
}
.table-display > dt {
border-top: 1px solid #999999;
clear: left;
float: left;
font-weight: bold;
margin: 0;
padding: 5px;
width: 200px;
}
.table-display > dd {
border-top: 1px solid #999999;
float: left;
margin: 0;
padding: 5px;
width: 300px;
}
.table-display dd dl dd {
margin: 0;
border-left: 6px groove;
padding-left: 10px;
}
.table-display dd dl dt {
font-weight: bold;
}
.table-display dd dl dt:nth-child(n+2) {
margin-top: 10px;
}
div.two-columns dl.table-display {
width: 440px;
}
div.two-columns .table-display > dt {
width: 150px;
color: #4682B4;
}
div.two-columns .table-display > dd {
width: 270px;
}
fieldset.slownik {
width: 210px;
border-radius: 5px;
text-align: center;
float: left;
}
fieldset.slownik legend{
font-weight: bold;
}
.ui-autocomplete {
text-align: left;
}
.ui-autocomplete-category {
color: #B3B3B3;
}
.ui-menu-item a {
padding: 2px 1em !important;
}
/* TOGGLE SIDEBAR`y */
.left-toggle-sidebar {
left: -512px;
position: fixed;
top: 20%;
z-index: 99999;
}
.przypisanie-container.przeterminowane {
background-color: sienna;
border: 1px solid black;
color: white;
}
button.red {
color: #FF0000;
}
button.green {
color: #008000;
}
.media-heading .nazwa-zalacznika {
font-size: 16px;
}
.media-heading .label {
vertical-align: middle;
}
table thead tr th.col-buttons, table tbody tr td.col-buttons {
background: none;
border: none;
vertical-align: middle;
} | 0.370225 | 0.163579 |
:root {
/* Color Palette */
--accent: #f90;
--background: #555;
--primary: #111;
--secondary: #333;
--tertiary: #777;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
margin: 0;
padding: 0;
}
body {
align-items: center;
background-color: var(--background);
display: flex;
height: 100vh;
justify-content: center;
max-height: 100%;
max-width: 100%;
width: 100vw;
}
a {
color: var(--secondary);
padding: 0 4px;
}
a:active {
color: #ccc;
text-shadow: -2px 0 0 #645, 2px 0 0 #465;
}
button {
align-items: center;
background-color: var(--secondary);
border-color: #aaa #ccc #ccc #aaa;
border-radius: 4px;
box-shadow: inset -1px -1px 4px 1px rgba(0, 0, 0, 0.5);
box-sizing: border-box;
color: #ccc;
display: flex;
font-size: 32px;
font-weight: bold;
height: calc(20% - 8px);
justify-content: center;
margin: 4px;
padding-bottom: 4px;
user-select: none; /* Force mobile to select display */
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
width: calc(25% - 8px);
}
button:active {
box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
border-color: #aaa;
border-style: solid;
filter: none;
}
/* Added and removed by script */
button.active {
box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.5),
inset -1px -1px 4px 0px #aaa;
border-color: #aaa;
border-style: solid;
filter: none;
}
footer {
display: flex;
margin: 8px 8px 16px;
}
footer,
.credit {
align-items: center;
color: var(--secondary);
font-size: 16px;
font-weight: bold;
}
header {
align-items: flex-start;
box-sizing: border-box;
display: flex;
justify-content: space-between;
padding: 4px;
width: 100%;
}
.back {
text-shadow: 0 1px, 1px 0, 1px 1px;
}
.back,
.clear,
.sign {
color: black;
background-color: var(--tertiary);
}
.calculator {
align-items: center;
background-color: var(--primary);
border-color: var(--tertiary) var(--secondary) var(--secondary)
var(--tertiary);
border-style: solid;
border-width: 16px;
box-shadow: 4px 8px 4px 0 rgba(0, 0, 0, 0.66);
display: flex;
flex-direction: column;
height: calc(100% - 64px);
justify-content: space-between;
max-height: 720px;
max-width: 480px;
padding: 16px;
touch-action: manipulation;
width: calc(100% - 64px);
}
.credit {
display: none;
height: calc(100% - 20px);
margin: 8px;
}
.current {
font-size: 48px;
height: 48px;
}
.current,
.running {
align-items: center;
display: flex;
justify-content: flex-end;
}
.display {
box-sizing: border-box;
color: #ccc;
font-weight: bold;
height: 72px;
text-align: right;
text-shadow: -2px 0 0 #645, 2px 0 0 #465;
padding: 0 16px;
width: 100%;
}
.keypad {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
height: 60%;
padding: 4px 4px 8px;
width: 100%;
}
.operator,
.total {
background-color: var(--accent);
color: white;
font-size: 48px;
padding-bottom: 8px;
}
.running {
font-size: 24px;
height: 24px;
}
.sign {
padding-bottom: 8px;
text-shadow: 0 1px;
}
.solar-cell {
background-image: linear-gradient(135deg, #645, #654);
border-radius: 4px;
border: 1px solid var(--tertiary);
box-sizing: border-box;
opacity: 75%;
padding-top: 25%;
width: 25%;
}
.solar-panel {
align-items: center;
background-color: var(--background);
border-color: var(--secondary) var(--tertiary) var(--tertiary)
var(--secondary);
border-style: solid;
border-width: 4px;
box-sizing: border-box;
display: flex;
justify-content: center;
max-width: 200px;
padding: 4px;
width: 40%;
}
.zero {
width: calc(50% - 8px);
}
@media (hover: hover) {
a:hover {
color: #ccc;
text-shadow: -2px 0 0 #645, 2px 0 0 #465;
}
button:hover {
filter: brightness(110%);
}
}
/* Portrait mobile */
@media screen and (max-width: 480px) {
button {
font-size: 24px;
}
.back {
text-shadow: 0 1px;
}
.current {
font-size: 36px;
height: 36px;
}
.display {
height: 60px;
}
.keypad {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
height: 60%;
padding: 4px 4px 8px;
width: 100%;
}
.operator,
.total {
background-color: var(--accent);
color: white;
font-size: 36px;
padding-bottom: 8px;
}
.running {
font-size: 24px;
height: 24px;
}
}
/* Landscape mobile */
@media screen and (max-height: 480px) {
body {
margin-bottom: 16px; /* Prevents weirdness with iOS home bar */
}
button {
font-size: 20px;
padding-bottom: 2px;
}
footer {
display: none;
}
.back {
text-shadow: none;
}
.credit {
display: flex;
}
.current {
font-size: 36px;
height: 36px;
}
.display {
height: 56px;
margin-bottom: 4px;
}
.keypad {
padding: 4px;
}
.operator,
.total {
font-size: 28px;
padding-bottom: 6px;
}
.running {
font-size: 20px;
height: 20px;
}
.sign {
padding-bottom: 4px;
text-shadow: none;
}
.solar-panel {
max-width: 120px;
}
} | styles.css | :root {
/* Color Palette */
--accent: #f90;
--background: #555;
--primary: #111;
--secondary: #333;
--tertiary: #777;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
margin: 0;
padding: 0;
}
body {
align-items: center;
background-color: var(--background);
display: flex;
height: 100vh;
justify-content: center;
max-height: 100%;
max-width: 100%;
width: 100vw;
}
a {
color: var(--secondary);
padding: 0 4px;
}
a:active {
color: #ccc;
text-shadow: -2px 0 0 #645, 2px 0 0 #465;
}
button {
align-items: center;
background-color: var(--secondary);
border-color: #aaa #ccc #ccc #aaa;
border-radius: 4px;
box-shadow: inset -1px -1px 4px 1px rgba(0, 0, 0, 0.5);
box-sizing: border-box;
color: #ccc;
display: flex;
font-size: 32px;
font-weight: bold;
height: calc(20% - 8px);
justify-content: center;
margin: 4px;
padding-bottom: 4px;
user-select: none; /* Force mobile to select display */
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
width: calc(25% - 8px);
}
button:active {
box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
border-color: #aaa;
border-style: solid;
filter: none;
}
/* Added and removed by script */
button.active {
box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.5),
inset -1px -1px 4px 0px #aaa;
border-color: #aaa;
border-style: solid;
filter: none;
}
footer {
display: flex;
margin: 8px 8px 16px;
}
footer,
.credit {
align-items: center;
color: var(--secondary);
font-size: 16px;
font-weight: bold;
}
header {
align-items: flex-start;
box-sizing: border-box;
display: flex;
justify-content: space-between;
padding: 4px;
width: 100%;
}
.back {
text-shadow: 0 1px, 1px 0, 1px 1px;
}
.back,
.clear,
.sign {
color: black;
background-color: var(--tertiary);
}
.calculator {
align-items: center;
background-color: var(--primary);
border-color: var(--tertiary) var(--secondary) var(--secondary)
var(--tertiary);
border-style: solid;
border-width: 16px;
box-shadow: 4px 8px 4px 0 rgba(0, 0, 0, 0.66);
display: flex;
flex-direction: column;
height: calc(100% - 64px);
justify-content: space-between;
max-height: 720px;
max-width: 480px;
padding: 16px;
touch-action: manipulation;
width: calc(100% - 64px);
}
.credit {
display: none;
height: calc(100% - 20px);
margin: 8px;
}
.current {
font-size: 48px;
height: 48px;
}
.current,
.running {
align-items: center;
display: flex;
justify-content: flex-end;
}
.display {
box-sizing: border-box;
color: #ccc;
font-weight: bold;
height: 72px;
text-align: right;
text-shadow: -2px 0 0 #645, 2px 0 0 #465;
padding: 0 16px;
width: 100%;
}
.keypad {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
height: 60%;
padding: 4px 4px 8px;
width: 100%;
}
.operator,
.total {
background-color: var(--accent);
color: white;
font-size: 48px;
padding-bottom: 8px;
}
.running {
font-size: 24px;
height: 24px;
}
.sign {
padding-bottom: 8px;
text-shadow: 0 1px;
}
.solar-cell {
background-image: linear-gradient(135deg, #645, #654);
border-radius: 4px;
border: 1px solid var(--tertiary);
box-sizing: border-box;
opacity: 75%;
padding-top: 25%;
width: 25%;
}
.solar-panel {
align-items: center;
background-color: var(--background);
border-color: var(--secondary) var(--tertiary) var(--tertiary)
var(--secondary);
border-style: solid;
border-width: 4px;
box-sizing: border-box;
display: flex;
justify-content: center;
max-width: 200px;
padding: 4px;
width: 40%;
}
.zero {
width: calc(50% - 8px);
}
@media (hover: hover) {
a:hover {
color: #ccc;
text-shadow: -2px 0 0 #645, 2px 0 0 #465;
}
button:hover {
filter: brightness(110%);
}
}
/* Portrait mobile */
@media screen and (max-width: 480px) {
button {
font-size: 24px;
}
.back {
text-shadow: 0 1px;
}
.current {
font-size: 36px;
height: 36px;
}
.display {
height: 60px;
}
.keypad {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
height: 60%;
padding: 4px 4px 8px;
width: 100%;
}
.operator,
.total {
background-color: var(--accent);
color: white;
font-size: 36px;
padding-bottom: 8px;
}
.running {
font-size: 24px;
height: 24px;
}
}
/* Landscape mobile */
@media screen and (max-height: 480px) {
body {
margin-bottom: 16px; /* Prevents weirdness with iOS home bar */
}
button {
font-size: 20px;
padding-bottom: 2px;
}
footer {
display: none;
}
.back {
text-shadow: none;
}
.credit {
display: flex;
}
.current {
font-size: 36px;
height: 36px;
}
.display {
height: 56px;
margin-bottom: 4px;
}
.keypad {
padding: 4px;
}
.operator,
.total {
font-size: 28px;
padding-bottom: 6px;
}
.running {
font-size: 20px;
height: 20px;
}
.sign {
padding-bottom: 4px;
text-shadow: none;
}
.solar-panel {
max-width: 120px;
}
} | 0.31237 | 0.097219 |
/* --- Font-Face --- */
@font-face {
font-family: 'ka1';
src: url("font/ka1.ttf");
}
@font-face {
font-family: 'Lato-Black';
src: url('font/Lato-Black.eot');
src: local('Lato Black'), local('Lato-Black'), url('font/Lato-Black.ttf') format('truetype'),
url('font/Lato-Black.woff') format('woff'),
url('font/Lato-Black.woff2') format('woff2'),
url('font/Lato-Black.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Thin';
src: url('font/Lato-Thin.eot');
src: local('Lato Thin'), local('Lato-Thin'), url('font/Lato-Thin.ttf') format('truetype'),
url('font/Lato-Thin.woff') format('woff'),
url('font/Lato-Thin.woff2') format('woff2'),
url('font/Lato-Thin.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Bold';
src: url('font/Lato-Bold.eot');
src: local('Lato Bold'), local('Lato-Bold'), url('font/Lato-Bold.ttf') format('truetype'),
url('font/Lato-Bold.woff') format('woff'),
url('font/Lato-Bold.woff2') format('woff2'),
url('font/Lato-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'prismfont_CLv3';
src: url('font/prismfont_CLv3.ttf');
}
@font-face {
font-family: 'blocked';
src: url('font/blocked.ttf');
}
@font-face {
font-family: 'typo_pixel';
src: url('font/typo_pixel.ttf');
}
/* --- */
BODY {
font-family: "Lato-Thin", "Lato Thin", sans-serif !important;
direction: ltr;
color: #1b1d1e;
font-size: 100%;
}
img.logo {
padding:5px;
width:60px;
background-color:#FFF;
border-radius:30px;
margin-right: 10px;
}
h2 {
font-family: "Lato-Bold", "Lato Black", sans-serif !important;
}
#top-nav ul {
margin-top: 25px;
}
h1 a span.titre-piratebox, h1 a:hover {
text-decoration: none;
}
h1 a span.titre-piratebox:hover {
text-decoration: none;
color: #7fbb00;
}
@media screen and (max-width: 800px) {
#top-nav ul li a img {
margin-bottom:10px;
margin-right: 16px;
}
}
/**/
* {
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body, div, object, iframe, fieldset {
border: 0;
}
/**/
.titre-piratebox {
color:#FFF;
font-size:2.5em;
font-family: 'Lato-Black';
}
ol, ul {
list-style: none;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
header, footer, footer, nav, section, article, hgroup, figure {
display: block;
}
legend {
display: none;
}
h1 {
font-size: 1em;
font-weight: bold;
line-height: auto;
margin: 0;
}
h2 {
font-size: 1.3em;
font-weight: bold;
line-height: auto;
margin: 0 0 0.25em;
}
h3 {
font-size: 1em;
font-weight: bold;
line-height: auto;
margin: 0 0 0.25em;
}
p {
font-size: 1em;
font-weight: normal;
line-height: 1.5em;
margin: 0 0 1em;
}
a {
color: /*#ad000b*/ #7fbb00;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.current {
color: white;
}
#top-nav a {
display: block;
font-size: 1.5em;
font-weight: normal;
line-height: 1.5em;
margin: 0;
}
/**/
#top-nav li {
text-transform: uppercase;
font-size: 0.9em;
}
input {
font-size: .75em;
}
label {
color: white;
font-size: .75em;
}
footer {
color: #e7e9ea;
}
.message date {
font-size: .625em;
color: #979ea1;
}
.message name {
font-size: .75em;
font-weight: bold;
}
.message data {
font-size: .75em;
}
.red {
color: red;
}
.green {
color: green;
}
.blue {
color: blue;
}
.orange {
color: #ff8040;
}
body {
background: #e7e9ea;
}
header/*, footer*/ {
background: #1b1d1e;
}
/**/
footer { background: #333; }
/**/
header img, footer img {
vertical-align: bottom;
}
#logo {
float: left;
overflow: hidden;
}
#menu-icon {
float: right;
width: 36px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.rotate {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#top-nav {
clear: both;
display: none;
padding: 1em 0 0 0;
}
#thanks {
float: right;
}
#upload iframe {
border: 1px solid #979ea1;
border-radius: 3px;
margin: 0 0 1em;
}
#shoutbox {
height: 350px;
overflow: auto;
width: 100%;
border: 1px solid #979ea1;
border-radius: 3px;
margin: 0 0 1em;
padding: 0.5em;
}
#shoutbox .message {
margin: 0 0 .25em 0;
}
#shoutbox-input {
margin: 0 0 1em 0;
}
#shoutbox-input .nickname,
#shoutbox-input .message,
#shoutbox-input .button {
width: 100%;
}
#shoutbox-options label {
float: left;
overflow: hidden;
border-radius: 3px;
margin: 0 0.5em 0.5em 0;
padding: 0.5em 1em;
}
#shoutbox-options label input {
margin: 0 .5em 0 0;
}
#shoutbox-options .bg-black {
background: #1b1d1e;
}
#shoutbox-options .bg-blue {
background: /*blue*/ #005696;
}
#shoutbox-options .bg-green {
background: /*green*/ #6cbc35;
}
#shoutbox-options .bg-orange {
background: /*#ff8040*/ #ed7902;
}
#shoutbox-options .bg-red {
background: /*red*/ #bc0024;
}
input {
height: 3em;
border: 1px solid #979ea1;
border-radius: 3px;
margin: 0 0 1em;
padding: 0 0.5em;
}
input[type=radio] {
height: 1.3em;
margin: 0 .5em 0 0;
}
.button {
background: #979ea1;
border: 0;
color: white;
margin: 0;
font-family: 'Lato-Bold';
text-transform: uppercase;
}
.button:active {
background: #7c8589;
color: #cccccc;
-webkit-box-shadow: #4b5154 0px -3px 0px inset;
-moz-box-shadow: #4b5154 0px -3px 0px inset;
box-shadow: #4b5154 0px -3px 0px inset;
}
/**/
.button:hover {
background-color: #7fbb00;
}
/**/
.card {
background: white;
border-radius: 3px;
-webkit-box-shadow: #979ea1 0px 3px 0px;
-moz-box-shadow: #979ea1 0px 3px 0px;
box-shadow: #979ea1 0px 3px 0px;
margin: 0 0 1em;
padding: 1em;
}
.container {
height: 100%;
padding: 1em;
width: 100%;
}
.list table {
width: 100%;
}
.list table thead {
text-align: left;
}
.list table tbody tr {
height: 2em;
vertical-align: middle;
}
.list table tbody tr:hover {
background: #e7e9ea;
}
.list table .m, .list table .s, .list table .t {
display: none;
}
@media screen and (min-width: 801px) {
#logo {
margin: 0 2em 0 0;
}
#menu-icon {
display: none;
}
#top-nav {
clear: none;
display: table-cell;
padding: 0;
vertical-align: middle;
}
#top-nav ul li {
float: left;
}
#top-nav ul li a {
margin: 0 1em 0 0;
padding: 0;
/**/
font-size: 1.3em;
}
/**/
#top-nav ul li a img {
margin-bottom:8px;
}
/**/
#sidebar {
float: right;
width: 40%;
}
#main {
float: left;
padding: 0 1em 0 0;
width: 60%;
}
#shoutbox-input .nickname {
float: left;
margin: 0 1em 0 0;
width: 20%;
}
#shoutbox-input .message {
float: left;
margin: 0 1em 0 0;
width: 60%;
}
#shoutbox-input .button {
float: right;
margin: 0;
width: 15%;
}
.to-top {
display: none;
}
.container {
margin: 0 auto;
max-width: 1280px;
width: 90%;
}
.list table .m,
.list table .s,
.list table .t {
display: table-cell;
}
}
/*
Progress bar used from the Bootstrap Library:
https://github.com/twbs/bootstrap
Licensed under the MIT license.
*/
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #F5F5F5;
border-radius: 4px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.progress-bar {
float: left;
width: 0px;
font-size: 12px;
line-height: 20px;
color: #FFF;
text-align: center;
background-color: #337AB7;
box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
transition: width 0.6s ease 0s;
} | style.css |
/* --- Font-Face --- */
@font-face {
font-family: 'ka1';
src: url("font/ka1.ttf");
}
@font-face {
font-family: 'Lato-Black';
src: url('font/Lato-Black.eot');
src: local('Lato Black'), local('Lato-Black'), url('font/Lato-Black.ttf') format('truetype'),
url('font/Lato-Black.woff') format('woff'),
url('font/Lato-Black.woff2') format('woff2'),
url('font/Lato-Black.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Thin';
src: url('font/Lato-Thin.eot');
src: local('Lato Thin'), local('Lato-Thin'), url('font/Lato-Thin.ttf') format('truetype'),
url('font/Lato-Thin.woff') format('woff'),
url('font/Lato-Thin.woff2') format('woff2'),
url('font/Lato-Thin.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Bold';
src: url('font/Lato-Bold.eot');
src: local('Lato Bold'), local('Lato-Bold'), url('font/Lato-Bold.ttf') format('truetype'),
url('font/Lato-Bold.woff') format('woff'),
url('font/Lato-Bold.woff2') format('woff2'),
url('font/Lato-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'prismfont_CLv3';
src: url('font/prismfont_CLv3.ttf');
}
@font-face {
font-family: 'blocked';
src: url('font/blocked.ttf');
}
@font-face {
font-family: 'typo_pixel';
src: url('font/typo_pixel.ttf');
}
/* --- */
BODY {
font-family: "Lato-Thin", "Lato Thin", sans-serif !important;
direction: ltr;
color: #1b1d1e;
font-size: 100%;
}
img.logo {
padding:5px;
width:60px;
background-color:#FFF;
border-radius:30px;
margin-right: 10px;
}
h2 {
font-family: "Lato-Bold", "Lato Black", sans-serif !important;
}
#top-nav ul {
margin-top: 25px;
}
h1 a span.titre-piratebox, h1 a:hover {
text-decoration: none;
}
h1 a span.titre-piratebox:hover {
text-decoration: none;
color: #7fbb00;
}
@media screen and (max-width: 800px) {
#top-nav ul li a img {
margin-bottom:10px;
margin-right: 16px;
}
}
/**/
* {
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body, div, object, iframe, fieldset {
border: 0;
}
/**/
.titre-piratebox {
color:#FFF;
font-size:2.5em;
font-family: 'Lato-Black';
}
ol, ul {
list-style: none;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
header, footer, footer, nav, section, article, hgroup, figure {
display: block;
}
legend {
display: none;
}
h1 {
font-size: 1em;
font-weight: bold;
line-height: auto;
margin: 0;
}
h2 {
font-size: 1.3em;
font-weight: bold;
line-height: auto;
margin: 0 0 0.25em;
}
h3 {
font-size: 1em;
font-weight: bold;
line-height: auto;
margin: 0 0 0.25em;
}
p {
font-size: 1em;
font-weight: normal;
line-height: 1.5em;
margin: 0 0 1em;
}
a {
color: /*#ad000b*/ #7fbb00;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.current {
color: white;
}
#top-nav a {
display: block;
font-size: 1.5em;
font-weight: normal;
line-height: 1.5em;
margin: 0;
}
/**/
#top-nav li {
text-transform: uppercase;
font-size: 0.9em;
}
input {
font-size: .75em;
}
label {
color: white;
font-size: .75em;
}
footer {
color: #e7e9ea;
}
.message date {
font-size: .625em;
color: #979ea1;
}
.message name {
font-size: .75em;
font-weight: bold;
}
.message data {
font-size: .75em;
}
.red {
color: red;
}
.green {
color: green;
}
.blue {
color: blue;
}
.orange {
color: #ff8040;
}
body {
background: #e7e9ea;
}
header/*, footer*/ {
background: #1b1d1e;
}
/**/
footer { background: #333; }
/**/
header img, footer img {
vertical-align: bottom;
}
#logo {
float: left;
overflow: hidden;
}
#menu-icon {
float: right;
width: 36px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.rotate {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#top-nav {
clear: both;
display: none;
padding: 1em 0 0 0;
}
#thanks {
float: right;
}
#upload iframe {
border: 1px solid #979ea1;
border-radius: 3px;
margin: 0 0 1em;
}
#shoutbox {
height: 350px;
overflow: auto;
width: 100%;
border: 1px solid #979ea1;
border-radius: 3px;
margin: 0 0 1em;
padding: 0.5em;
}
#shoutbox .message {
margin: 0 0 .25em 0;
}
#shoutbox-input {
margin: 0 0 1em 0;
}
#shoutbox-input .nickname,
#shoutbox-input .message,
#shoutbox-input .button {
width: 100%;
}
#shoutbox-options label {
float: left;
overflow: hidden;
border-radius: 3px;
margin: 0 0.5em 0.5em 0;
padding: 0.5em 1em;
}
#shoutbox-options label input {
margin: 0 .5em 0 0;
}
#shoutbox-options .bg-black {
background: #1b1d1e;
}
#shoutbox-options .bg-blue {
background: /*blue*/ #005696;
}
#shoutbox-options .bg-green {
background: /*green*/ #6cbc35;
}
#shoutbox-options .bg-orange {
background: /*#ff8040*/ #ed7902;
}
#shoutbox-options .bg-red {
background: /*red*/ #bc0024;
}
input {
height: 3em;
border: 1px solid #979ea1;
border-radius: 3px;
margin: 0 0 1em;
padding: 0 0.5em;
}
input[type=radio] {
height: 1.3em;
margin: 0 .5em 0 0;
}
.button {
background: #979ea1;
border: 0;
color: white;
margin: 0;
font-family: 'Lato-Bold';
text-transform: uppercase;
}
.button:active {
background: #7c8589;
color: #cccccc;
-webkit-box-shadow: #4b5154 0px -3px 0px inset;
-moz-box-shadow: #4b5154 0px -3px 0px inset;
box-shadow: #4b5154 0px -3px 0px inset;
}
/**/
.button:hover {
background-color: #7fbb00;
}
/**/
.card {
background: white;
border-radius: 3px;
-webkit-box-shadow: #979ea1 0px 3px 0px;
-moz-box-shadow: #979ea1 0px 3px 0px;
box-shadow: #979ea1 0px 3px 0px;
margin: 0 0 1em;
padding: 1em;
}
.container {
height: 100%;
padding: 1em;
width: 100%;
}
.list table {
width: 100%;
}
.list table thead {
text-align: left;
}
.list table tbody tr {
height: 2em;
vertical-align: middle;
}
.list table tbody tr:hover {
background: #e7e9ea;
}
.list table .m, .list table .s, .list table .t {
display: none;
}
@media screen and (min-width: 801px) {
#logo {
margin: 0 2em 0 0;
}
#menu-icon {
display: none;
}
#top-nav {
clear: none;
display: table-cell;
padding: 0;
vertical-align: middle;
}
#top-nav ul li {
float: left;
}
#top-nav ul li a {
margin: 0 1em 0 0;
padding: 0;
/**/
font-size: 1.3em;
}
/**/
#top-nav ul li a img {
margin-bottom:8px;
}
/**/
#sidebar {
float: right;
width: 40%;
}
#main {
float: left;
padding: 0 1em 0 0;
width: 60%;
}
#shoutbox-input .nickname {
float: left;
margin: 0 1em 0 0;
width: 20%;
}
#shoutbox-input .message {
float: left;
margin: 0 1em 0 0;
width: 60%;
}
#shoutbox-input .button {
float: right;
margin: 0;
width: 15%;
}
.to-top {
display: none;
}
.container {
margin: 0 auto;
max-width: 1280px;
width: 90%;
}
.list table .m,
.list table .s,
.list table .t {
display: table-cell;
}
}
/*
Progress bar used from the Bootstrap Library:
https://github.com/twbs/bootstrap
Licensed under the MIT license.
*/
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #F5F5F5;
border-radius: 4px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.progress-bar {
float: left;
width: 0px;
font-size: 12px;
line-height: 20px;
color: #FFF;
text-align: center;
background-color: #337AB7;
box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
transition: width 0.6s ease 0s;
} | 0.346762 | 0.071754 |
body
{
background-color: #303030;
color: #F0F0F0;
font-family: 'Lato', sans-serif;
margin-top: 0;
margin-bottom: 0;
margin-right:15%;
margin-left:15%;
min-height: 100vh;
}
#main-header
{
height: fit-content;
font-size: 68px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#main-header-user-name
{
margin: 4% 2%;
}
#main-header-logo
{
margin: 4% 2%;
text-align: right;
}
#content-container {
display: flex;
flex-direction: row;
justify-content: center;
}
#content-container-photo {
display: flex;
flex-direction: column;
text-align: center;
background-color: whitesmoke;
color: white;
border-radius: 5px;
width: 420px;
height: 338px;
margin-bottom: 6px;
}
#left-content {
display: flex;
flex-direction: column;
text-align: center;
background-color: #008e9c;
color: white;
border-radius: 5px;
width: 400px;
height: 400px;
padding: 10px;
margin-right: 6px;
}
#right-content {
display: flex;
flex-direction: column;
text-align: center;
height: 700px;
}
#profile-content {
display: flex;
flex-direction: column;
text-align: left;
background-color: #008e9c;
color: white;
border-radius: 5px;
width: 400px;
height: 430px;
padding-top: 20px;
padding-left: 30px;
margin-left: 12px;
}
#classes-content {
display: flex;
flex-direction: column;
text-align: left;
background-color: #008e9c;
color: white;
border-radius: 5px;
width: 400px;
height: 150px;
padding-top: 10px;
padding-left: 30px;
margin-top: 12px;
margin-left: 12px;
}
#class-label {
font-size: 20px;
color: white;
}
#classes {
display: flex;
flex-wrap: wrap;
}
.button-class {
display: flex;
justify-content: left;
align-items: center;
font-size: 18px;
background-color: lightgreen;
color: white;
width: 160px;
height: 30px;
/*text-align: left;*/
margin: 12px;
text-transform: uppercase;
}
.button-class:hover {
cursor: pointer;
opacity: 0.7;
}
.profile-content-pool {
}
.profile-content-label {
font-size: 20px;
}
.profile-content-input {
font-size: 20px;
}
#student-photo {
margin: auto;
width: 280px;
}
#buttons-container {
display: flex;
flex-direction: row;
border-radius: 5px;
width: 420px;
height: 86px;
margin-top: 12px;
}
#back-button {
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
background-color: red;
border-radius: 5px;
width: 200px;
height: 80px;
margin-right: 6px;
text-transform: uppercase;
}
#confirm-button {
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
background-color: green;
border-radius: 5px;
width: 214px;
height: 80px;
text-align: center;
margin-left: 6px;
text-transform: uppercase;
}
#back-button:hover {
cursor: pointer;
opacity: 0.7;
}
#confirm-button:hover {
cursor: pointer;
opacity: 0.7;
}
#footer
{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #3A3A3A;
text-align: center;
font-size: 16px;
color: #909090;
} | src/main/resources/static/css/profile-style.css | body
{
background-color: #303030;
color: #F0F0F0;
font-family: 'Lato', sans-serif;
margin-top: 0;
margin-bottom: 0;
margin-right:15%;
margin-left:15%;
min-height: 100vh;
}
#main-header
{
height: fit-content;
font-size: 68px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#main-header-user-name
{
margin: 4% 2%;
}
#main-header-logo
{
margin: 4% 2%;
text-align: right;
}
#content-container {
display: flex;
flex-direction: row;
justify-content: center;
}
#content-container-photo {
display: flex;
flex-direction: column;
text-align: center;
background-color: whitesmoke;
color: white;
border-radius: 5px;
width: 420px;
height: 338px;
margin-bottom: 6px;
}
#left-content {
display: flex;
flex-direction: column;
text-align: center;
background-color: #008e9c;
color: white;
border-radius: 5px;
width: 400px;
height: 400px;
padding: 10px;
margin-right: 6px;
}
#right-content {
display: flex;
flex-direction: column;
text-align: center;
height: 700px;
}
#profile-content {
display: flex;
flex-direction: column;
text-align: left;
background-color: #008e9c;
color: white;
border-radius: 5px;
width: 400px;
height: 430px;
padding-top: 20px;
padding-left: 30px;
margin-left: 12px;
}
#classes-content {
display: flex;
flex-direction: column;
text-align: left;
background-color: #008e9c;
color: white;
border-radius: 5px;
width: 400px;
height: 150px;
padding-top: 10px;
padding-left: 30px;
margin-top: 12px;
margin-left: 12px;
}
#class-label {
font-size: 20px;
color: white;
}
#classes {
display: flex;
flex-wrap: wrap;
}
.button-class {
display: flex;
justify-content: left;
align-items: center;
font-size: 18px;
background-color: lightgreen;
color: white;
width: 160px;
height: 30px;
/*text-align: left;*/
margin: 12px;
text-transform: uppercase;
}
.button-class:hover {
cursor: pointer;
opacity: 0.7;
}
.profile-content-pool {
}
.profile-content-label {
font-size: 20px;
}
.profile-content-input {
font-size: 20px;
}
#student-photo {
margin: auto;
width: 280px;
}
#buttons-container {
display: flex;
flex-direction: row;
border-radius: 5px;
width: 420px;
height: 86px;
margin-top: 12px;
}
#back-button {
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
background-color: red;
border-radius: 5px;
width: 200px;
height: 80px;
margin-right: 6px;
text-transform: uppercase;
}
#confirm-button {
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
background-color: green;
border-radius: 5px;
width: 214px;
height: 80px;
text-align: center;
margin-left: 6px;
text-transform: uppercase;
}
#back-button:hover {
cursor: pointer;
opacity: 0.7;
}
#confirm-button:hover {
cursor: pointer;
opacity: 0.7;
}
#footer
{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #3A3A3A;
text-align: center;
font-size: 16px;
color: #909090;
} | 0.342242 | 0.055926 |
.carousel {
position: relative;
.carousel-controls {
.carousel-prev,
.carousel-next {
z-index: calc(var(--z-index-carousel) - 1);
position: absolute;
top: 0;
bottom: 0;
align-items: center;
justify-content: center;
text-align: center;
display: flex;
width: 10%;
transition: 0.4s cubic-bezier(0.4, 0, 0.6, 1);
cursor: pointer;
color: rgba(255, 255, 255, 0.6);
font-size: 2.4rem;
user-select: none;
&:hover {
color: rgba(255, 255, 255, 0.95);
}
}
.carousel-next {
right: 0;
}
}
.carousel-indicators {
position: absolute;
display: flex;
right: 0;
bottom: 8px;
left: 0;
z-index: var(--z-index-carousel);
justify-content: center;
margin-right: 10%;
margin-left: 10%;
list-style: none;
padding-left: 0;
li {
box-sizing: content-box;
width: 0.55rem;
height: 0.55rem;
border-radius: 50%;
margin-left: 4px;
margin-right: 4px;
transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
cursor: pointer;
flex: 0 1 auto;
background-clip: padding-box;
background-color: rgba(255, 255, 255, 0.4);
user-select: none;
&.active {
background-color: rgba(255, 255, 255, 1);
}
}
}
.carousel-caption {
position: absolute;
display: flex;
flex-direction: column;
color: #ffffff;
z-index: var(--z-index-carousel);
bottom: 42px;
left: 0;
right: 0;
justify-content: center;
text-align: center;
flex: 0 1 auto;
left: 10%;
right: 10%;
h1,
h2,
h3,
h4,
h5 {
margin: 0;
}
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
.carousel-item {
position: relative;
float: left;
width: 100%;
margin-right: -100%;
transition: 0.8s cubic-bezier(0.4, 0, 0.6, 1);
backface-visibility: hidden;
opacity: 0;
img {
width: 100%;
display: block;
}
&.active {
transform: translate3d(0, 0, 0);
z-index: 1;
opacity: 1;
}
}
&::after {
display: block;
clear: both;
content: "";
}
}
} | css/components/carousel.css | .carousel {
position: relative;
.carousel-controls {
.carousel-prev,
.carousel-next {
z-index: calc(var(--z-index-carousel) - 1);
position: absolute;
top: 0;
bottom: 0;
align-items: center;
justify-content: center;
text-align: center;
display: flex;
width: 10%;
transition: 0.4s cubic-bezier(0.4, 0, 0.6, 1);
cursor: pointer;
color: rgba(255, 255, 255, 0.6);
font-size: 2.4rem;
user-select: none;
&:hover {
color: rgba(255, 255, 255, 0.95);
}
}
.carousel-next {
right: 0;
}
}
.carousel-indicators {
position: absolute;
display: flex;
right: 0;
bottom: 8px;
left: 0;
z-index: var(--z-index-carousel);
justify-content: center;
margin-right: 10%;
margin-left: 10%;
list-style: none;
padding-left: 0;
li {
box-sizing: content-box;
width: 0.55rem;
height: 0.55rem;
border-radius: 50%;
margin-left: 4px;
margin-right: 4px;
transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
cursor: pointer;
flex: 0 1 auto;
background-clip: padding-box;
background-color: rgba(255, 255, 255, 0.4);
user-select: none;
&.active {
background-color: rgba(255, 255, 255, 1);
}
}
}
.carousel-caption {
position: absolute;
display: flex;
flex-direction: column;
color: #ffffff;
z-index: var(--z-index-carousel);
bottom: 42px;
left: 0;
right: 0;
justify-content: center;
text-align: center;
flex: 0 1 auto;
left: 10%;
right: 10%;
h1,
h2,
h3,
h4,
h5 {
margin: 0;
}
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
.carousel-item {
position: relative;
float: left;
width: 100%;
margin-right: -100%;
transition: 0.8s cubic-bezier(0.4, 0, 0.6, 1);
backface-visibility: hidden;
opacity: 0;
img {
width: 100%;
display: block;
}
&.active {
transform: translate3d(0, 0, 0);
z-index: 1;
opacity: 1;
}
}
&::after {
display: block;
clear: both;
content: "";
}
}
} | 0.628065 | 0.12234 |
/*
* ruletext
* author: ronglin
* create date: 2011.12.28
*/
.vs-ruletext {
border: 1px solid #CCC;
float: left;
width: 250px;
margin-left: 5px;
}
.vs-ruletext .content {
height: 241px;
padding: 5px;
overflow:auto;
}
.vs-ruletext .content .message {
color: #000;
}
.vs-ruletext .content .editor {
position: absolute;
display: none;
padding: 1px;
line-height:14px;
border: 1px solid #9ecaf6;
background-color: #fff;
z-index: 1;
}
.vs-ruletext .content .editor.valid {
border: 1px solid green;
}
.vs-ruletext .content .editor.warning {
border: 1px solid red;
}
.vs-ruletext .content .editor input {
padding: 0px;
border: 0px;
margin: 0px;
outline: 0px;
width: 100%;
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
}
.vs-ruletext .content .editor .measure {
display: none;
white-space: nowrap;
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
}
.vs-ruletext .content .editing {
color: #ddd !important;
}
.vs-ruletext .content .head {
position: relative;
display: none;
margin-bottom: 3px;
}
.vs-ruletext .content .head .toggle {
display:none;
cursor:pointer;
vertical-align:top;
padding-left: 14px;
background-position:left center;
background-repeat:no-repeat;
background-image:url("images/ruletext_arrow_down.gif");
}
.vs-ruletext .content .head .toggle.ellipsis {
background-image:url("images/ruletext_arrow_right.gif");
}
.vs-ruletext .content .head .brace {
display:inline-block;
vertical-align:top;
padding-left: 4px;
color: #000;
}
.vs-ruletext .content .head .selector {
color: #555;
background-repeat: no-repeat;
background-position: left 2px;
}
.vs-ruletext .content .head .selector.ellipsis {
display:inline-block;
margin-bottom:-5px;/* fix inline-block issue */
width:200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; /* ie */
-o-text-overflow: ellipsis; /* opera */
-moz-binding: url("../../inlineEdit/core/ellipsis.xml#ellipsis"); /* ff */
}
.vs-ruletext .content .head .selector.warning {
padding-left: 12px;
text-decoration: line-through;
background-position:left center;
background-image: url("images/ruletext_item_warning.png");
}
.vs-ruletext .content .head .selector.warning.ellipsis {
width:188px;
}
.vs-ruletext .content .foot {
position: relative;
display: none;
margin-top: 3px;
}
.vs-ruletext .content .foot .brace {
color: #000;
}
.vs-ruletext .content .foot .swap {
display: inline-block;
position: absolute;
width: 14px;
height: 14px;
left: 10px;
top: 2px;
cursor: pointer;
background-repeat: no-repeat;
background-position:center center;
background-image: url("images/ruletext_swap.gif");
}
.vs-ruletext .content .foot .swapback {
background-image: url("images/ruletext_swapback.gif");
}
.vs-ruletext .content .body {
clear:both;
}
.vs-ruletext .content .body .property {
border: 0px;
color: #000;
}
.vs-ruletext .content .body .property .item {
position: relative;
line-height: 16px;
border-width: 1px;
border-style: solid;
border-color: transparent;
word-wrap:break-word;
word-break:break-all;
}
.vs-ruletext .content .body .property .item span {
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
}
.vs-ruletext .content .body .property .item.warning span {
}
.vs-ruletext .content .body .property .item.disabled span {
color: #888;
}
.vs-ruletext .content .body .property .item .move {
position: absolute;
left: 2px;
top: 3px;
display: none;
width: 10px;
height: 10px;
cursor: move;
background-position:center center;
background-image: url("images/ruletext_item_drag.gif");
}
.vs-ruletext .content .body .property .item .status {
position: absolute;
left: 14px;
top: 3px;
display: none;
width: 10px;
height: 10px;
cursor: pointer;
background-position:center center;
background-image: url("images/ruletext_item_enable.png");
}
.vs-ruletext .content .body .property .item.warning .status {
display: block;
background-image: url("images/ruletext_item_warning.png");
}
.vs-ruletext .content .body .property .item.disabled .status {
display: block;
background-image: url("images/ruletext_item_disable.png");
}
.vs-ruletext .content .body .property .item .nbsp {
padding-left: 28px;
cursor: default;
}
.vs-ruletext .content .body .property .item .name {
color: red;
white-space: nowrap;
}
.vs-ruletext .content .body .property .item .name.warning {
text-decoration: line-through;
}
.vs-ruletext .content .body .property .item .colon {
color: #000;
padding-right: 4px;
}
.vs-ruletext .content .body .property .item .value {
color: blue;
}
.vs-ruletext .content .body .property .item .value.warning {
text-decoration: line-through;
}
.vs-ruletext .content .body .property .item .semicolon {
color: #000;
}
.vs-ruletext .content .body .property .holder {
border: 1px dashed red;
}
.vs-ruletext .content .body .property .helper {
border: 1px dashed #999;
}
.vs-ruletext .content .body .textarea {
display: none;
overflow:hidden;
position:relative;
}
.vs-ruletext .content .body .textarea textarea {
width: 99%;
height: 15px;
min-height: 15px;
border: 1px solid #9ecaf6;
overflow: hidden;
line-height: 18px;
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
resize: none; /* both,horizontal,vertical,none */
}
.vs-ruletext .content .body .textarea textarea.actual {
}
.vs-ruletext .content .body .textarea textarea.measure {
position:absolute;
left:0px;
top:-20px; /* hide */
} | Kooboo.CMS/KoobooModule/Areas/Sites/Scripts/visualStyle/modules/ruletext.css | /*
* ruletext
* author: ronglin
* create date: 2011.12.28
*/
.vs-ruletext {
border: 1px solid #CCC;
float: left;
width: 250px;
margin-left: 5px;
}
.vs-ruletext .content {
height: 241px;
padding: 5px;
overflow:auto;
}
.vs-ruletext .content .message {
color: #000;
}
.vs-ruletext .content .editor {
position: absolute;
display: none;
padding: 1px;
line-height:14px;
border: 1px solid #9ecaf6;
background-color: #fff;
z-index: 1;
}
.vs-ruletext .content .editor.valid {
border: 1px solid green;
}
.vs-ruletext .content .editor.warning {
border: 1px solid red;
}
.vs-ruletext .content .editor input {
padding: 0px;
border: 0px;
margin: 0px;
outline: 0px;
width: 100%;
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
}
.vs-ruletext .content .editor .measure {
display: none;
white-space: nowrap;
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
}
.vs-ruletext .content .editing {
color: #ddd !important;
}
.vs-ruletext .content .head {
position: relative;
display: none;
margin-bottom: 3px;
}
.vs-ruletext .content .head .toggle {
display:none;
cursor:pointer;
vertical-align:top;
padding-left: 14px;
background-position:left center;
background-repeat:no-repeat;
background-image:url("images/ruletext_arrow_down.gif");
}
.vs-ruletext .content .head .toggle.ellipsis {
background-image:url("images/ruletext_arrow_right.gif");
}
.vs-ruletext .content .head .brace {
display:inline-block;
vertical-align:top;
padding-left: 4px;
color: #000;
}
.vs-ruletext .content .head .selector {
color: #555;
background-repeat: no-repeat;
background-position: left 2px;
}
.vs-ruletext .content .head .selector.ellipsis {
display:inline-block;
margin-bottom:-5px;/* fix inline-block issue */
width:200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; /* ie */
-o-text-overflow: ellipsis; /* opera */
-moz-binding: url("../../inlineEdit/core/ellipsis.xml#ellipsis"); /* ff */
}
.vs-ruletext .content .head .selector.warning {
padding-left: 12px;
text-decoration: line-through;
background-position:left center;
background-image: url("images/ruletext_item_warning.png");
}
.vs-ruletext .content .head .selector.warning.ellipsis {
width:188px;
}
.vs-ruletext .content .foot {
position: relative;
display: none;
margin-top: 3px;
}
.vs-ruletext .content .foot .brace {
color: #000;
}
.vs-ruletext .content .foot .swap {
display: inline-block;
position: absolute;
width: 14px;
height: 14px;
left: 10px;
top: 2px;
cursor: pointer;
background-repeat: no-repeat;
background-position:center center;
background-image: url("images/ruletext_swap.gif");
}
.vs-ruletext .content .foot .swapback {
background-image: url("images/ruletext_swapback.gif");
}
.vs-ruletext .content .body {
clear:both;
}
.vs-ruletext .content .body .property {
border: 0px;
color: #000;
}
.vs-ruletext .content .body .property .item {
position: relative;
line-height: 16px;
border-width: 1px;
border-style: solid;
border-color: transparent;
word-wrap:break-word;
word-break:break-all;
}
.vs-ruletext .content .body .property .item span {
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
}
.vs-ruletext .content .body .property .item.warning span {
}
.vs-ruletext .content .body .property .item.disabled span {
color: #888;
}
.vs-ruletext .content .body .property .item .move {
position: absolute;
left: 2px;
top: 3px;
display: none;
width: 10px;
height: 10px;
cursor: move;
background-position:center center;
background-image: url("images/ruletext_item_drag.gif");
}
.vs-ruletext .content .body .property .item .status {
position: absolute;
left: 14px;
top: 3px;
display: none;
width: 10px;
height: 10px;
cursor: pointer;
background-position:center center;
background-image: url("images/ruletext_item_enable.png");
}
.vs-ruletext .content .body .property .item.warning .status {
display: block;
background-image: url("images/ruletext_item_warning.png");
}
.vs-ruletext .content .body .property .item.disabled .status {
display: block;
background-image: url("images/ruletext_item_disable.png");
}
.vs-ruletext .content .body .property .item .nbsp {
padding-left: 28px;
cursor: default;
}
.vs-ruletext .content .body .property .item .name {
color: red;
white-space: nowrap;
}
.vs-ruletext .content .body .property .item .name.warning {
text-decoration: line-through;
}
.vs-ruletext .content .body .property .item .colon {
color: #000;
padding-right: 4px;
}
.vs-ruletext .content .body .property .item .value {
color: blue;
}
.vs-ruletext .content .body .property .item .value.warning {
text-decoration: line-through;
}
.vs-ruletext .content .body .property .item .semicolon {
color: #000;
}
.vs-ruletext .content .body .property .holder {
border: 1px dashed red;
}
.vs-ruletext .content .body .property .helper {
border: 1px dashed #999;
}
.vs-ruletext .content .body .textarea {
display: none;
overflow:hidden;
position:relative;
}
.vs-ruletext .content .body .textarea textarea {
width: 99%;
height: 15px;
min-height: 15px;
border: 1px solid #9ecaf6;
overflow: hidden;
line-height: 18px;
font-size: 12px;
font-family: "Verdana" , "Tahoma" , "Arial";
resize: none; /* both,horizontal,vertical,none */
}
.vs-ruletext .content .body .textarea textarea.actual {
}
.vs-ruletext .content .body .textarea textarea.measure {
position:absolute;
left:0px;
top:-20px; /* hide */
} | 0.33372 | 0.049704 |
@charset "UTF-8";
/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
.black {
background-color: black !important;
}
.transparent {
background-color: rgba(0, 0, 0, 0) !important;
}
.white {
background-color: white !important;
}
.primary {
background-color: #e59545 !important;
}
.secondary {
background-color: #775e35 !important;
}
.third {
background-color: #ed747e !important;
}
.grey {
background-color: #f7f7f7 !important;
}
/*--- /Bg Color ---*/
/*--- Border ---*/
.border-2-primary {
border: 2px solid #e59545 !important;
}
.border-2-secondary {
border: 2px solid #775e35 !important;
}
.border-2-third {
border: 2px solid #ed747e !important;
}
/*--- /Border ---*/
/*--- Text Color ---*/
.text-black {
color: black !important;
}
.text-white {
color: white !important;
}
.text-primary {
color: #e59545 !important;
}
.text-grey {
color: #374957 !important;
}
.text-third {
color: #ed747e !important;
}
/*--- /Text Color ---*/
/*--- Text Weight ---*/
.fw-100 {
font-weight: 100 !important;
}
.fw-200 {
font-weight: 200 !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-800 {
font-weight: 800 !important;
}
.fw-900 {
font-weight: 900 !important;
}
/*--- /Text Weight ---*/
/*--- Text Size ---*/
.fs-06 {
font-size: 0.6rem !important;
}
.fs-065 {
font-size: 0.65rem !important;
}
.fs-07 {
font-size: 0.7rem !important;
}
.fs-075 {
font-size: 0.75rem !important;
}
.fs-08 {
font-size: 0.8rem !important;
}
.fs-085 {
font-size: 0.85rem !important;
}
.fs-09 {
font-size: 0.9rem !important;
}
.fs-095 {
font-size: 0.95rem !important;
}
.fs-1 {
font-size: 1rem !important;
}
/*--- /Text Size ---*/
/*--- Font ---*/
.arial-ss {
font-family: Arial, sans-serif !important;
}
/*--- /Font ---*/
/*--- Button ---*/
.btn-line-rounded {
border-radius: 50px;
padding: 0.356rem 0.975rem;
transition: 0.3s all;
cursor: pointer;
}
.btn-line-rounded:hover {
color: white !important;
border: 2px solid rgba(0, 0, 0, 0);
text-decoration: none;
transition: 0.3s all;
}
.btn-white {
color: white !important;
border: 2px solid white;
}
.btn-white:hover {
background-color: white !important;
color: black !important;
text-decoration: none;
}
.btn-bean {
border: none;
font-size: 1rem;
font-weight: normal;
background: #e59545;
color: white;
padding: 12px 30px;
border-radius: 2px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
}
@media (max-width: 767.98px) {
.btn-bean {
font-weight: lighter;
}
}
.btn-bean:hover {
text-decoration: noned;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.btn-bean:active {
outline: none;
}
.btn-bean:focus {
outline: none;
}
/*--- /Button ---*/
/*--- Image ---*/
.of-cover {
object-fit: cover !important;
}
.img-circle {
border-radius: 50%;
}
.img-zoom {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.img-rounded-5 {
border-radius: 5px;
}
.img-rounded-10 {
border-radius: 10px;
}
.svg-primary {
fill: #e59545 !important;
filter: invert(74%) sepia(48%) saturate(993%) hue-rotate(327deg) brightness(94%) contrast(89%);
}
/*--- /Image ---*/
/*--- Scroll Horizontal ---*/
.scroll {
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
scrollbar-width: none;
}
.scroll::-webkit-scrollbar {
display: none;
}
.item-scroll,
.vertical-align-middle {
display: inline-block;
vertical-align: middle;
}
.scroll::-webkit-scrolbar {
display: none;
}
/*--- /Scroll Horizontal ---*/
/*--- Header ---*/
.header {
width: 100%;
height: 70px;
background: white;
display: flex;
align-items: center;
position: fixed;
z-index: 4;
box-shadow: 0 0 8px 0 #ccc;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
.header {
height: 56px;
}
}
.brand {
width: 135px;
height: auto;
}
@media (max-width: 767.98px) {
.brand {
width: 75px;
}
}
.brand .hamburger {
margin-left: -0.6rem;
}
.brand-fot {
width: 90px;
height: auto;
}
@media (max-width: 767.98px) {
.brand-fot {
width: 75px;
}
}
.src-m {
width: 45px;
height: auto;
padding: 0.5rem;
}
.nav-header .nav-menu li a {
color: rgba(0, 0, 0, 0.7);
font-weight: 700;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.nav-header .nav-menu li a:hover {
color: rgba(0, 0, 0, 0.9);
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
#header-m {
position: fixed;
width: 100%;
height: 100vh;
background: white;
z-index: 1070;
}
.nav-menu-m li a {
color: rgba(0, 0, 0, 0.7);
font-size: 16pt;
font-weight: 700;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.nav-menu-m li a:hover {
background: #e59545;
color: white;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.space-header {
height: 70px;
}
@media (max-width: 1200px) {
.space-header {
height: 56px;
}
}
.account-head-sec {
width: 130px;
}
.account-head-sec img {
width: 20px;
}
/*--- Search ---*/
.src-g {
width: 600px;
}
.src-g .src-inp {
border: none;
background: #f8f8f8;
height: 50px;
border-radius: 5px;
padding: 1rem 3.2rem 1rem 1rem;
}
.src-g .src-inp:focus {
outline: none;
box-shadow: none;
}
.src-g .src-inp:active {
outline: none;
box-shadow: none;
}
.src-g .src-img {
top: 12px;
right: 1rem;
width: 21px;
border: none;
background: transparent;
padding: 0;
}
@media (max-width: 1200px) {
.src-g {
width: 345px;
}
.src-g .src-inp {
height: 40px;
padding: 0.5rem 3.2rem 0.5rem 1rem;
}
.src-g .src-img {
top: 7px;
width: 17px;
}
}
.suggestion-src {
border: none;
background: #fffefe;
max-height: 260px;
min-height: auto;
padding: 1rem 1rem 1rem 1rem;
position: absolute;
overflow-y: scroll;
width: 100%;
z-index: 3;
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
}
.suggestion-src ul li a {
color: #374957;
line-height: 1.35;
}
.suggestion-src-m {
border: none;
top: 0px;
background: #fffefe;
height: 84vh;
padding: 1rem 1rem 1rem 1rem;
position: absolute;
overflow-y: scroll;
width: 100%;
z-index: 3;
}
.suggestion-src-m ul li a {
color: #374957;
font-size: 14px;
}
/*--- /Header ---*/
/*--- Footer ---*/
footer {
background: #333333;
min-height: 450px;
display: flex;
align-items: center;
}
.foot-menu li a {
color: rgba(255, 255, 255, 0.4);
}
.foot-menu li a:hover {
cursor: pointer;
}
.foot-desc {
color: rgba(255, 255, 255, 0.4);
font-size: 12pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.foot-desc {
font-weight: lighter;
}
}
/*--- Nav Mobile ---*/
.nav-menu-m {
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
height: 60px;
z-index: 4;
width: 100%;
background: white;
position: fixed;
bottom: 0;
}
.menu-link-m {
color: #2f2f2f;
fill: #2f2f2f;
font-size: 10pt;
font-weight: normal;
}
.menu-link-m:hover {
color: #e59545 !important;
fill: #e59545 !important;
text-decoration: none;
}
.menu-link-m:hover .fw-500 {
color: #e59545 !important;
}
.menu-link-m:hover .nav-home {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-new {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-store {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-cart {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-user {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus {
color: #e59545 !important;
fill: #e59545 !important;
text-decoration: none;
}
.menu-link-m:focus .fw-500 {
color: #e59545 !important;
}
.menu-link-m:focus .nav-home {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-new {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-store {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-cart {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-user {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active {
color: #e59545 !important;
fill: #e59545 !important;
text-decoration: none;
}
.menu-link-m.active .fw-500 {
color: #e59545 !important;
}
.menu-link-m.active .nav-home {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-new {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-store {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-cart {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-user {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m .fw-500 {
font-size: 0.7rem;
color: #7f7f93;
}
.menu-link-m svg {
width: 25px;
height: 25px;
}
.a {
fill: #D7D7FF;
}
/*--- Nav ---*/
.nav-m {
display: inline-block;
width: 25px;
height: 25px;
background-size: cover;
}
.nav-home {
background-image: url("../img/home.svg");
}
.nav-new {
background-image: url("../img/coffee.svg");
}
.nav-store {
background-image: url("../img/store.svg");
}
.nav-cart {
background-image: url("../img/bag.svg");
}
.nav-user {
background-image: url("../img/user.svg");
}
/*--- /Nav ---*/
/*--- /Footer ---*/
/*--- Main ---*/
main {
min-height: 44.5vh;
}
/*--- Top Baner ---*/
.hm-b-c .owl-nav {
position: absolute;
top: 40%;
width: 100%;
}
@media (max-width: 767.98px) {
.hm-b-c .owl-nav {
top: 25%;
}
}
.hm-b-c .owl-nav .owl-prev {
left: 0;
position: absolute;
margin: 0;
}
@media (max-width: 767.98px) {
.hm-b-c .owl-nav .owl-prev img {
width: 50px;
display: none;
}
}
.hm-b-c .owl-nav .owl-next {
right: 0;
position: absolute;
margin: 0;
}
@media (max-width: 767.98px) {
.hm-b-c .owl-nav .owl-next img {
width: 50px;
display: none;
}
}
.hm-b-c .owl-nav [class*=owl-] {
background: rgba(0, 0, 0, 0);
}
.hm-b-c .owl-dots {
position: absolute;
bottom: 0;
width: 100%;
}
.hm-b-c .owl-dots .owl-dot span {
color: white;
}
.hm-b-c .owl-dots .owl-dot.active span {
background: #e59545;
}
@media (max-width: 767.98px) {
.hm-b-c .item img {
height: 142px !important;
}
}
/*--- Top Baner ---*/
.str-b .owl-stage-outer {
height: 100%;
}
.str-b:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.str-b .owl-nav {
position: absolute;
width: 100%;
top: 35%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.str-b .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.str-b .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.str-b .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.str-b .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.str-b .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
/*--- Service Section ---*/
.hm-sv-c:nth-child(2) {
border-width: 2px;
border-style: none dashed;
border-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991.98px) {
.hm-sv-c:nth-child(2) {
border-width: 1px;
}
}
.hm-sv-c .hm-sv-ico {
width: 140px;
display: inline-block;
}
@media (max-width: 767.98px) {
.hm-sv-c .hm-sv-ico {
width: 65px;
}
}
.hm-sv-c h5 {
font-weight: medium;
font-size: 18pt;
color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
.hm-sv-c h5 {
font-size: 10pt;
}
}
.hm-sv-c h6 {
font-weight: regular;
font-size: 14pt;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-sv-c h6 {
font-size: 9pt;
font-weight: lighter;
}
}
/*--- Category Section ---*/
.categories-c a:hover {
text-decoration: none;
}
.categories-c:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.categories-c .owl-nav {
position: absolute;
width: 100%;
top: 35%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.categories-c .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.categories-c .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.categories-c .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.categories-c .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.categories-c .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.hm-cg {
background-color: white;
}
.hm-cg-c {
background: white;
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-cg-c:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-cg-c:hover .hm-cg-bdy h5 {
text-decoration: none;
color: rgba(0, 0, 0, 0.55) !important;
}
.hm-cg-c .hm-cg-img {
height: 200px;
}
.hm-cg-c .hm-cg-bdy h5 {
font-size: 14pt;
font-weight: bolder;
min-height: 45px;
max-height: 45px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.hm-cg-c .hm-cg-bdy h6 {
font-size: 13pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-cg-c .hm-cg-bdy h6 {
font-weight: lighter;
}
}
.hm-cg-c .hm-cg-c-btn a {
font-size: 13pt;
font-weight: normal;
background: #e59545;
color: white;
padding: 12px 30px;
border-radius: 5px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 767.98px) {
.hm-cg-c .hm-cg-c-btn a {
font-weight: lighter;
}
}
.hm-cg-c .hm-cg-c-btn a:hover {
text-decoration: none;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
a.hm-cg-c:hover {
text-decoration: none;
}
.hm-cg-c-2 {
width: 150px;
max-width: 150px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
color: #374957;
}
.hm-cg-c-2 div img {
width: 130px;
height: 130px;
}
.hm-cg-c-2 h6 {
font-size: 1.125rem;
white-space: normal;
overflow-wrap: break-word;
}
.hm-cg-c-2:hover {
color: rgba(0, 0, 0, 0.7);
text-decoration: none;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
/*--- Featured Product ---*/
.featured-product-carousel a:hover {
text-decoration: none;
}
.featured-product-carousel:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.featured-product-carousel .owl-nav {
position: absolute;
width: 100%;
top: 45%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.featured-product-carousel .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.featured-product-carousel .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.featured-product-carousel .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.featured-product-carousel .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.featured-product-carousel .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.hm-fp {
background: #f8f8f8;
}
@media (min-width: 992px) {
.hm-fp {
min-height: 705px;
}
}
.mr-btn a {
font-size: 13pt;
font-weight: normal;
background: #e59545;
color: white;
padding: 12px 90px;
border-radius: 5px;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 767.98px) {
.mr-btn a {
font-weight: lighter;
}
}
.mr-btn a:hover {
text-decoration: none;
box-shadow: 0 24px 48px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
padding: 12px 50px;
}
.hm-fp-c {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-fp-c.s {
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
}
.hm-fp-c:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
text-decoration: none;
}
.hm-fp-c:hover .hm-fp-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.hm-fp-c .hm-fp-img {
width: 255px;
height: 255px;
position: relative;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-img {
width: 149px;
height: 149px;
}
}
.hm-fp-c .hm-fp-img img {
width: 255px;
height: 255px;
object-fit: cover;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-img img {
width: 149px;
height: 149px;
}
}
.hm-fp-c .hm-fp-img .hm-fp-img-nt {
background: #e59545;
bottom: 0;
position: absolute;
color: white;
width: 100%;
text-align: center;
padding: 0.3rem;
font-size: 12pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.hm-fp-c .hm-fp-img .hm-fp-img-nt {
font-weight: lighter;
font-size: 10pt;
}
}
.hm-fp-c .hm-fp-img .hm-fp-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.hm-fp-c .hm-fp-img .hm-fp-img-wl .fa-heart.checked {
color: #e59545;
}
.hm-fp-c .hm-fp-bdy h5 {
font-size: 16pt;
font-weight: bolder;
color: #374957;
min-height: 50px;
max-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy h5 {
font-size: 0.9rem;
min-height: 36px;
max-height: 36px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 16pt;
font-weight: normal;
color: #e59545;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 13pt;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 11pt;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 11pt;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt .fa-star.checked {
color: #e59545;
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 11pt;
}
}
.hm-fp-c-m {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-fp-c-m.s {
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
}
.hm-fp-c-m:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
text-decoration: none;
}
.hm-fp-c-m:hover .hm-fp-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.hm-fp-c-m .hm-fp-img {
width: 100%;
height: 160px;
position: relative;
}
@media (min-width: 768px) {
.hm-fp-c-m .hm-fp-img {
width: 100%;
height: 315px;
}
}
@media (min-width: 1024px) {
.hm-fp-c-m .hm-fp-img {
width: 100%;
height: 440px;
}
}
.hm-fp-c-m .hm-fp-img img {
width: 100%;
height: 160px;
object-fit: cover;
}
@media (min-width: 768px) {
.hm-fp-c-m .hm-fp-img img {
width: 100%;
height: 315px;
}
}
@media (min-width: 1024px) {
.hm-fp-c-m .hm-fp-img img {
width: 100%;
height: 440px;
}
}
.hm-fp-c-m .hm-fp-img .hm-fp-img-nt {
background: #e59545;
bottom: 0;
position: absolute;
color: white;
width: 100%;
text-align: center;
padding: 0.3rem;
font-size: 12pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-img .hm-fp-img-nt {
font-weight: lighter;
font-size: 10pt;
}
}
.hm-fp-c-m .hm-fp-img .hm-fp-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.hm-fp-c-m .hm-fp-img .hm-fp-img-wl .fa-heart.checked {
color: #e59545;
}
.hm-fp-c-m .hm-fp-bdy h5 {
font-size: 16pt;
font-weight: bolder;
color: #374957;
min-height: 50px;
max-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy h5 {
font-size: 0.9rem;
min-height: 36px;
max-height: 36px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 16pt;
font-weight: normal;
color: #e59545;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 13pt;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 11pt;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 11pt;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt .fa-star.checked {
color: #e59545;
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 11pt;
}
}
/*--- Best Seller ---*/
.hm-bs {
background: white;
}
@media (min-width: 992px) {
.hm-bs {
min-height: 705px;
}
}
.hm-bs-c {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-bs-c:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
}
.hm-bs-c:hover .hm-bs-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.hm-bs-c .hm-bs-img {
width: 150px;
height: 150px;
position: relative;
}
.hm-bs-c .hm-bs-img img {
width: 150px;
height: 150px;
object-fit: cover;
}
.hm-bs-c .hm-bs-img .hm-bs-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.hm-bs-c .hm-bs-img .hm-bs-img-wl .fa-heart.checked {
color: #e59545;
}
.hm-bs-c .hm-bs-bdy h5 {
font-size: 16pt;
font-weight: bolder;
color: #374957;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 25px;
max-height: 50px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy h5 {
font-size: 0.9rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 20px;
max-height: 40px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr {
font-size: 16pt;
font-weight: normal;
color: #e59545;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr {
font-size: 12pt;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr strike {
color: rgba(0, 0, 0, 0.6);
margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr strike {
display: block;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-ct {
font-size: 10pt;
font-weight: lighter;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt {
font-size: 10pt;
font-weight: lighter;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt .fa-star.checked {
color: #e59545;
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt .rt-t {
font-size: 10pt;
font-weight: lighter;
}
}
a.hm-bs-c:hover {
text-decoration: none;
}
/*--- Cover Image ---*/
.cv-s img {
width: 100%;
height: 250px;
}
/*--- Header Link ---*/
.hd-lnk {
background: #f5f5f5;
padding: 6px 22px;
border-radius: 20px;
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hd-lnk:hover {
background: #e59545;
color: white;
-webkit-transition: 0.2s all;
transition: 0.2s all;
text-decoration: none;
}
.hd-lnk.actived {
background: #e59545;
color: white;
-webkit-transition: 0.2s all;
transition: 0.2s all;
text-decoration: none;
}
.hd-lnk.lnk-filter:before {
content: url("../img/filter.svg");
width: 15px;
height: 15px;
margin-right: 0.5rem;
color: rgba(0, 0, 0, 0.6);
}
.hd-lnk.lnk-filter:hover:before {
content: url("../img/filter-w.svg");
}
.hd-lnk.lnk-filter.active:after {
content: "•";
margin-left: 0.5rem;
color: #e59545;
}
.hd-lnk.lnk-sort:before {
content: url("../img/sort.svg");
width: 15px;
height: 15px;
margin-right: 0.5rem;
color: rgba(0, 0, 0, 0.6);
}
.hd-lnk.lnk-sort:hover:before {
content: url("../img/sort-w.svg");
}
.hd-lnk.lnk-sort.active:after {
content: "•";
margin-left: 0.5rem;
color: #e59545;
}
.hd-lnk.lnk-sort.active:hover:after {
content: "•";
color: white;
}
.breadcrumb-item a {
color: rgba(0, 0, 0, 0.6);
}
.breadcrumb-item.active {
color: rgba(0, 0, 0, 0.9);
}
.hd-lnk-m {
white-space: nowrap;
overflow-y: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.hd-lnk-m::-webkit-scrollbar {
height: 6px;
background-color: #f8f8f8;
display: none;
}
.hd-lnk-m::-webkit-scrollbar-thumb {
background-color: #e59545;
border-radius: 5px;
}
.hd-lnk-m::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f8f8f8;
}
.hd-lnk-m li {
display: inline-block;
}
.hd-lnk-s div div div ul {
padding: 12px 0;
}
.s-sort {
width: 115px;
}
.str-banner {
height: 165px;
}
@media (min-width: 1200px) {
.str-banner {
height: 385px;
}
}
.str-cover {
width: 100px !important;
height: 100px !important;
}
@media (min-width: 992px) {
.str-cover {
width: 100% !important;
height: 100% !important;
}
}
/*--- Paginaton ---*/
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: rgba(0, 0, 0, 0.6);
background-color: #f5f5f5;
border: none;
margin-left: 0.25rem;
margin-right: 0.25rem;
border-radius: 0.25rem;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.page-link:hover {
color: white;
background-color: #e59545;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.page-link.actived {
color: white;
background-color: #e59545;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
/*--- Deskripsi & Review ---*/
.desc-nav .nav-tabs {
border-bottom: none;
}
.desc-nav .nav-tabs .nav-link {
background: #f5f5f5;
padding: 7px 46px;
color: rgba(0, 0, 0, 0.85);
font-size: 12pt;
font-weight: normal;
border-color: rgba(0, 0, 0, 0);
border-top: none;
border-right: none;
border-left: none;
border-bottom: 3px solid rgba(0, 0, 0, 0);
cursor: pointer;
border-radius: 0;
}
.desc-nav .nav-tabs .nav-link:hover {
border-color: #775e35;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 3px solid #775e35;
}
.desc-nav .nav-tabs .nav-link.active {
border-color: #775e35;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 3px solid #775e35;
}
@media (max-width: 767.98px) {
.desc-nav .nav-tabs .nav-link {
padding: 7px 34px;
}
}
.desc-nav-content {
border: 2px solid #f5f5f5;
padding: 1rem;
min-height: 318px;
}
.desc-nav-content .desc-content {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
.card.accord {
border: none;
}
.card-header.accord {
background: #ebebeb;
padding: 6px 8px;
}
.card-header.accord h2 button {
font-size: 13pt;
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
}
.card-header.accord h2 button:active {
text-decoration: none;
}
.card-header.accord h2 button:focus {
text-decoration: none;
}
.card-header.accord h2 button img {
width: 12px;
height: 12px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.card-header.accord h2 button img.active {
-ms-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.card-body.accord {
background: #f8f8f8;
font-size: 10pt;
}
/*--- Detail Product ---*/
.inf-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
.inf-rt {
font-size: 11pt;
}
}
.inf-rt .fa-star.checked {
color: #e59545;
}
.inf-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 1200px) {
.inf-rt .rt-t {
font-size: 11pt;
}
}
.inf-rt .rt-lnk {
font-size: 12pt;
font-weight: normal;
display: inline-block;
}
@media (max-width: 1200px) {
.inf-rt .rt-lnk {
font-size: 11pt;
}
}
.inf-pr {
font-size: 16pt;
font-weight: bold;
color: #e59545;
}
@media (max-width: 767.98px) {
.inf-pr {
font-size: 13pt;
}
}
.inf-pr strike {
color: rgba(0, 0, 0, 0.6);
margin-right: 0.5rem;
font-size: 14pt;
font-weight: normal;
display: block;
}
@media (max-width: 767.98px) {
.inf-pr strike {
display: block;
font-size: 10pt;
}
}
.inf-pr span {
color: red;
font-size: 11pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.inf-pr span {
font-size: 10pt;
}
}
.inf-desc {
font-size: 11pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
.inf-sh .inf-soc-mn .soc-itm {
float: left;
margin-right: 0.25rem;
margin-bottom: 1rem;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk {
font-size: 11pt;
font-weight: normal;
padding: 7px 22px;
cursor: pointer;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.fb {
border: 1px solid #3b5998;
color: #3b5998;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.wa {
border: 1px solid #25d366;
color: #25d366;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.ig {
border: 1px solid #c13584;
color: #c13584;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.tw {
border: 1px solid #1da1f2;
color: #1da1f2;
}
.inf-lnk .lnk-stok {
width: 110px;
margin-right: 0.25rem;
}
.inf-lnk .lnk-stok .stok-itm {
height: 45px;
float: left;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 0.5rem;
}
.inf-lnk .lnk-stok .stok-itm:nth-child(1) {
border-right: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
padding-left: 0;
padding-right: 0;
width: 30px;
}
.inf-lnk .lnk-stok .stok-itm:nth-child(2) {
border-left: none;
border-right: none;
width: 50px;
}
.inf-lnk .lnk-stok .stok-itm:nth-child(3) {
border-left: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding-left: 0;
padding-right: 0;
width: 30px;
}
.inf-lnk .lnk-stok .stok-itm a {
width: 100%;
text-align: center;
}
.inf-lnk .lnk-stok .stok-itm a:hover {
cursor: pointer;
}
.inf-lnk .lnk-stok .stok-itm a img {
width: 25px;
height: 25px;
}
.inf-lnk .lnk-stok .stok-itm input {
width: 100%;
border: none;
text-align: center;
}
.inf-lnk .lnk-solid {
color: white;
background: #ed747e;
margin-right: 0.25rem;
padding: 10px 34px;
border-radius: 4px;
}
.inf-lnk .lnk-solid:hover {
text-decoration: none;
}
.inf-lnk .lnk-reg {
color: #e59545;
background: rgba(0, 0, 0, 0);
border: 1px solid #e59545;
margin-right: 0.25rem;
padding: 10px 15px;
border-radius: 4px;
}
.inf-lnk .lnk-reg:hover {
text-decoration: none;
}
.inf-lnk .lnk-reg:hover img {
width: 20px;
height: 20px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.inf-lnk .lnk-reg img {
width: 17px;
height: 17px;
margin-right: 0.5rem;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 991.98px) {
.inf-lnk .lnk-reg {
padding: 10px 15px;
}
.inf-lnk .lnk-reg img {
margin-right: 0;
}
}
.prd-c {
margin-bottom: 0.25rem;
width: 330px;
}
.prd-c .owl-nav {
position: absolute;
top: 40%;
width: 100%;
}
.prd-c .owl-nav .owl-prev {
left: 0;
position: absolute;
margin: 0;
}
.prd-c .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
.prd-c .owl-nav .owl-prev img {
width: 50px;
}
}
.prd-c .owl-nav .owl-next {
right: 0;
position: absolute;
margin: 0;
}
.prd-c .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
.prd-c .owl-nav .owl-next img {
width: 50px;
}
}
.prd-c .item .c-img {
width: 330px;
height: 330px;
}
@media (min-width: 992px) {
.prd-c {
width: 450px;
}
.prd-c .item .c-img {
width: 450px;
height: 450px;
}
}
@media (min-width: 1200px) {
.prd-c {
width: 500px;
}
.prd-c .item .c-img {
width: 540px;
height: 540px;
}
}
.c-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 20px;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 20pt;
font-weight: normal;
z-index: 2;
cursor: pointer;
}
.c-img-wl .fa-heart.checked {
color: #e59545;
}
.prd-g {
margin-right: 0.25rem;
height: 500px;
min-height: 500px;
max-height: 500px;
overflow-x: hidden;
overflow-y: scroll;
direction: rtl;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.prd-g::-webkit-scrollbar {
width: 6px;
background-color: #f8f8f8;
}
.prd-g::-webkit-scrollbar-thumb {
background-color: #e59545;
border-radius: 5px;
}
.prd-g::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f8f8f8;
}
.prd-g .g-itm {
direction: ltr;
display: inline-flex;
}
.prd-g .g-itm .g-img {
width: 130px;
height: 130px;
margin-bottom: 0.25rem;
}
@media (max-width: 991.98px) {
.prd-g {
order: 2;
-ms-flex-order: 2;
flex-direction: row;
-ms-flex-direction: row;
overflow-x: scroll;
overflow-y: hidden;
height: 130px;
min-height: 130px;
max-height: 130px;
margin-right: 0;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.prd-g::-webkit-scrollbar {
height: 6px;
background-color: #f8f8f8;
}
.prd-g::-webkit-scrollbar-thumb {
background-color: #e59545;
border-radius: 5px;
}
.prd-g::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f8f8f8;
}
}
.g2-img {
width: 85px;
height: 85px;
}
@media (min-width: 992px) {
.g2-img {
width: 110px;
height: 110px;
}
}
@media (min-width: 1200px) {
.g2-img {
width: 130px;
height: 130px;
}
}
.dt-bot-nav {
position: fixed;
width: 100%;
bottom: 0;
background: #ebebeb;
padding: 12px 0;
z-index: 3;
}
.dt-bot-nav div div div .lnk-solid {
color: white;
background: #ed747e;
margin-right: 0.25rem;
padding: 13px;
border-radius: 4px;
width: 100%;
text-align: center;
}
.dt-bot-nav div div div .lnk-solid:hover {
text-decoration: none;
box-shadow: 0 18px 40px -12px #ed747e;
}
.dt-bot-nav div div div .lnk-reg {
color: #e59545;
background: white;
border: 1px solid #e59545;
margin-right: 0.25rem;
padding: 10px;
border-radius: 4px;
width: 100%;
}
.dt-bot-nav div div div .lnk-reg:hover {
text-decoration: none;
}
.dt-bot-nav div div div .lnk-reg:hover img {
width: 20px;
height: 20px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.dt-bot-nav div div div .lnk-reg img {
width: 17px;
height: 17px;
margin-right: 0.5rem;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 991.98px) {
.dt-bot-nav div div div .lnk-reg {
padding: 12px 15px;
}
.dt-bot-nav div div div .lnk-reg img {
margin-right: 0.5rem;
}
}
.link-about {
border: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 8px 20px -12px #1a1818;
border-radius: 50%;
color: #1a1818;
font-size: 0.9rem;
font-weight: 600;
height: 120px;
width: 120px;
display: flex;
justify-content: center;
align-items: center;
}
.link-about:hover {
border: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 10px 24px -10px #1a1818;
color: #1a1818;
}
/*--- Blog ---*/
.blg-c {
background: white;
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.2s all;
transition: 0.2s all;
border-radius: 15px;
}
.blg-c:hover {
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.4);
margin-top: -10px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
text-decoration: none;
}
.blg-c .blg-c-img img {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.blg-c .blg-c-bdy h5 {
font-size: 1.3rem;
font-weight: bolder;
color: rgba(0, 0, 0, 0.85);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
height: 86px;
line-height: 28px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.blg-c .blg-c-bdy h6 {
font-size: 13pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 25px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
.blg-c .blg-c-bdy h6 {
font-weight: lighter;
}
}
.post-content {
font-size: 1.3rem;
}
.post-content figure {
text-align: center;
font-size: 1rem;
}
/*--- /Blog ---*/
/*--- Checkout ---*/
.chk-prd {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.chk-prd:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.chk-prd:hover .chk-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.chk-prd .chk-img {
width: 85px;
height: 85px;
position: relative;
}
.chk-prd .chk-img img {
width: 85px;
height: 85px;
object-fit: cover;
}
.chk-prd .chk-img .chk-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.chk-prd .chk-img .chk-img-wl .fa-heart.checked {
color: #e59545;
}
.chk-prd .chk-bdy h5 {
font-size: 1rem;
font-weight: bolder;
color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy h5 {
font-size: 12pt;
}
}
.chk-prd .chk-bdy .chk-bdy-pr {
font-size: 1rem;
font-weight: normal;
color: #e59545;
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy .chk-bdy-pr {
font-size: 12pt;
}
}
.chk-prd .chk-bdy .chk-bdy-pr strike {
color: rgba(0, 0, 0, 0.6);
margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy .chk-bdy-pr strike {
display: block;
}
}
.chk-prd .chk-bdy .chk-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy .chk-bdy-ct {
font-size: 10pt;
font-weight: lighter;
}
}
.chk-c {
border: 2px solid #f5f5f5;
border-radius: 2px;
position: relative;
}
.chk-rec {
top: 0;
right: 0;
cursor: pointer;
}
.chk-rec img {
width: 20px;
height: 20px;
}
.chk-msg {
min-width: 100%;
max-width: 100%;
min-height: 2rem;
max-height: 11rem;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #1a1818;
}
.chk-msg:active {
outline: none;
}
.chk-msg:focus {
outline: none;
}
.chk-ck {
top: 0.85rem;
left: 1rem;
}
input.form-coupon {
border: 1px solid #e59545;
border-radius: 2px;
padding: 0.25rem 0.5rem;
}
input.form-coupon:active {
box-shadow: 0 0 8px -3px #e59545;
border: 1px solid #e59545;
outline: none;
}
input.form-coupon:focus {
box-shadow: 0 0 8px -3px #e59545;
border: 1px solid #e59545;
outline: none;
}
.coupon-btn {
border: 1px solid #e59545;
cursor: pointer;
}
.coupon-btn:active {
background-color: white !important;
color: #e59545 !important;
outline: none;
}
.coupon-btn:focus {
background-color: white !important;
color: #e59545 !important;
outline: none;
}
.st4-time {
color: #e59545;
font-size: 3rem;
}
.st4-price {
color: #e59545;
font-size: 2rem;
}
.st4-price span {
color: #ed747e;
}
.st4-rek {
font-size: 1.5rem;
}
.st4-rek img {
width: 100px;
}
/*--- /Checkout ---*/
/*--- Scrollbar ---*/
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/*--- /Scrollbar ---*/
.mcard-l .mcart-s {
width: 320px;
max-height: 320px;
top: 40px;
box-shadow: 0 0 8px -3px #374957;
right: 0;
border-radius: 3px;
padding: 0.5rem 0.25rem;
overflow-y: scroll;
}
.mcard-l .mcart-s .mcart-img {
height: 68px;
object-fit: cover;
border-radius: 2px;
}
.mcard-l .mcart-s .mcart-title {
font-size: 0.9rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 18px;
max-height: 18px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.mcard-l .mcart-s .mcart-price {
font-size: 0.85rem;
font-weight: 500;
}
.mcard-l .mcart-s .mcart-jml {
font-size: 0.75rem;
}
.mcard-l .mcart-s .mcart-del img {
width: 18px;
height: 18px;
}
.mcart-notif {
font-size: 0.6rem;
right: 4px;
border-radius: 50px;
padding: 0.1rem 0.35rem;
top: 0;
border: 2px solid white;
}
.item-list-m {
column-count: 2;
column-gap: 15px;
}
.whatsnew-product-carousel a:hover {
text-decoration: none;
}
.whatsnew-product-carousel:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.whatsnew-product-carousel .owl-nav {
position: absolute;
width: 100%;
top: 45%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.whatsnew-product-carousel .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.whatsnew-product-carousel .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.whatsnew-product-carousel .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.whatsnew-product-carousel .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.whatsnew-product-carousel .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.form-bean {
border: none;
background: #f8f8f8;
height: 50px;
border-radius: 5px;
padding: 1rem 3.2rem 1rem 1rem;
}
.form-bean:focus {
outline: none;
box-shadow: none;
}
.form-bean:active {
outline: none;
box-shadow: none;
}
.textarea-bean {
border: none;
background: #f8f8f8;
border-radius: 5px;
padding: 1rem 3.2rem 1rem 1rem;
}
.textarea-bean:focus {
outline: none;
box-shadow: none;
}
.textarea-bean:active {
outline: none;
box-shadow: none;
}
/*--- /Main ---*/
/*--- Dashbaord ---*/
.dsb-crd-1 {
background: #f7f7f7;
}
.dsb-crd-1-ket {
font-size: 0.8rem;
}
.dsb-crd-1-date {
font-size: 0.9rem;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
.dsb-crd-1-btn {
font-size: 0.8rem;
}
.dsb-menu-link {
color: #374957;
fill: #374957;
font-size: 10pt;
font-weight: normal;
}
.dsb-menu-link:hover {
background: #e59545 !important;
color: white !important;
fill: white !important;
text-decoration: none;
}
.dsb-menu-link:hover .fw-500 {
color: #e59545 !important;
}
.dsb-menu-link:hover .nav-img {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(150%) contrast(101%);
}
.dsb-menu-link:focus {
background: #e59545 !important;
color: white !important;
fill: white !important;
text-decoration: none;
}
.dsb-menu-link:focus .fw-500 {
color: #e59545 !important;
}
.dsb-menu-link:focus .nav-img {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(150%) contrast(101%);
}
.dsb-menu-link.active {
background: #e59545 !important;
color: white !important;
fill: white !important;
text-decoration: none;
}
.dsb-menu-link.active .fw-500 {
color: #e59545 !important;
}
.dsb-menu-link.active .nav-img {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(150%) contrast(101%);
}
.dsb-menu-link .fw-500 {
font-size: 0.7rem;
color: #7f7f93;
}
.dsb-menu-link svg {
width: 25px;
height: 25px;
}
.a {
fill: #374957;
}
.upload-btn-wrapper {
position: relative;
overflow: hidden;
display: inline-block;
}
.upload-btn-wrapper .btn-bean {
width: 150px;
}
.upload-btn-wrapper input[type=file] {
font-size: 100px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
/*--- /Dashbaord ---*/
/*--- Custom ---*/
button.dt-button, div.dt-button, a.dt-button {
border: none !important;
font-size: 0.9rem !important;
font-weight: normal !important;
background: #e59545 !important;
color: white !important;
padding: 5px 30px !important;
border-radius: 2px !important;
-webkit-transition: 0.2s all !important;
transition: 0.2s all !important;
}
@media (max-width: 767.98px) {
button.dt-button, div.dt-button, a.dt-button {
font-weight: lighter !important;
}
}
button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
text-decoration: noned !important;
-webkit-transition: 0.2s all !important;
transition: 0.2s all !important;
}
button.dt-button:active, div.dt-button:active, a.dt-button:active {
outline: none !important;
}
button.dt-button:focus, div.dt-button:focus, a.dt-button:focus {
outline: none !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff !important;
background-color: #e59545 !important;
}
.h-td-none:hover {
text-decoration: none;
}
.sort-width {
width: 138px;
}
/*--- /Custom ---*/
/*# sourceMappingURL=style.css.map */ | public/assets/frontend/css/style.css | @charset "UTF-8";
/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
.black {
background-color: black !important;
}
.transparent {
background-color: rgba(0, 0, 0, 0) !important;
}
.white {
background-color: white !important;
}
.primary {
background-color: #e59545 !important;
}
.secondary {
background-color: #775e35 !important;
}
.third {
background-color: #ed747e !important;
}
.grey {
background-color: #f7f7f7 !important;
}
/*--- /Bg Color ---*/
/*--- Border ---*/
.border-2-primary {
border: 2px solid #e59545 !important;
}
.border-2-secondary {
border: 2px solid #775e35 !important;
}
.border-2-third {
border: 2px solid #ed747e !important;
}
/*--- /Border ---*/
/*--- Text Color ---*/
.text-black {
color: black !important;
}
.text-white {
color: white !important;
}
.text-primary {
color: #e59545 !important;
}
.text-grey {
color: #374957 !important;
}
.text-third {
color: #ed747e !important;
}
/*--- /Text Color ---*/
/*--- Text Weight ---*/
.fw-100 {
font-weight: 100 !important;
}
.fw-200 {
font-weight: 200 !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-800 {
font-weight: 800 !important;
}
.fw-900 {
font-weight: 900 !important;
}
/*--- /Text Weight ---*/
/*--- Text Size ---*/
.fs-06 {
font-size: 0.6rem !important;
}
.fs-065 {
font-size: 0.65rem !important;
}
.fs-07 {
font-size: 0.7rem !important;
}
.fs-075 {
font-size: 0.75rem !important;
}
.fs-08 {
font-size: 0.8rem !important;
}
.fs-085 {
font-size: 0.85rem !important;
}
.fs-09 {
font-size: 0.9rem !important;
}
.fs-095 {
font-size: 0.95rem !important;
}
.fs-1 {
font-size: 1rem !important;
}
/*--- /Text Size ---*/
/*--- Font ---*/
.arial-ss {
font-family: Arial, sans-serif !important;
}
/*--- /Font ---*/
/*--- Button ---*/
.btn-line-rounded {
border-radius: 50px;
padding: 0.356rem 0.975rem;
transition: 0.3s all;
cursor: pointer;
}
.btn-line-rounded:hover {
color: white !important;
border: 2px solid rgba(0, 0, 0, 0);
text-decoration: none;
transition: 0.3s all;
}
.btn-white {
color: white !important;
border: 2px solid white;
}
.btn-white:hover {
background-color: white !important;
color: black !important;
text-decoration: none;
}
.btn-bean {
border: none;
font-size: 1rem;
font-weight: normal;
background: #e59545;
color: white;
padding: 12px 30px;
border-radius: 2px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
}
@media (max-width: 767.98px) {
.btn-bean {
font-weight: lighter;
}
}
.btn-bean:hover {
text-decoration: noned;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.btn-bean:active {
outline: none;
}
.btn-bean:focus {
outline: none;
}
/*--- /Button ---*/
/*--- Image ---*/
.of-cover {
object-fit: cover !important;
}
.img-circle {
border-radius: 50%;
}
.img-zoom {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.img-rounded-5 {
border-radius: 5px;
}
.img-rounded-10 {
border-radius: 10px;
}
.svg-primary {
fill: #e59545 !important;
filter: invert(74%) sepia(48%) saturate(993%) hue-rotate(327deg) brightness(94%) contrast(89%);
}
/*--- /Image ---*/
/*--- Scroll Horizontal ---*/
.scroll {
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
scrollbar-width: none;
}
.scroll::-webkit-scrollbar {
display: none;
}
.item-scroll,
.vertical-align-middle {
display: inline-block;
vertical-align: middle;
}
.scroll::-webkit-scrolbar {
display: none;
}
/*--- /Scroll Horizontal ---*/
/*--- Header ---*/
.header {
width: 100%;
height: 70px;
background: white;
display: flex;
align-items: center;
position: fixed;
z-index: 4;
box-shadow: 0 0 8px 0 #ccc;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
.header {
height: 56px;
}
}
.brand {
width: 135px;
height: auto;
}
@media (max-width: 767.98px) {
.brand {
width: 75px;
}
}
.brand .hamburger {
margin-left: -0.6rem;
}
.brand-fot {
width: 90px;
height: auto;
}
@media (max-width: 767.98px) {
.brand-fot {
width: 75px;
}
}
.src-m {
width: 45px;
height: auto;
padding: 0.5rem;
}
.nav-header .nav-menu li a {
color: rgba(0, 0, 0, 0.7);
font-weight: 700;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.nav-header .nav-menu li a:hover {
color: rgba(0, 0, 0, 0.9);
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
#header-m {
position: fixed;
width: 100%;
height: 100vh;
background: white;
z-index: 1070;
}
.nav-menu-m li a {
color: rgba(0, 0, 0, 0.7);
font-size: 16pt;
font-weight: 700;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.nav-menu-m li a:hover {
background: #e59545;
color: white;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.space-header {
height: 70px;
}
@media (max-width: 1200px) {
.space-header {
height: 56px;
}
}
.account-head-sec {
width: 130px;
}
.account-head-sec img {
width: 20px;
}
/*--- Search ---*/
.src-g {
width: 600px;
}
.src-g .src-inp {
border: none;
background: #f8f8f8;
height: 50px;
border-radius: 5px;
padding: 1rem 3.2rem 1rem 1rem;
}
.src-g .src-inp:focus {
outline: none;
box-shadow: none;
}
.src-g .src-inp:active {
outline: none;
box-shadow: none;
}
.src-g .src-img {
top: 12px;
right: 1rem;
width: 21px;
border: none;
background: transparent;
padding: 0;
}
@media (max-width: 1200px) {
.src-g {
width: 345px;
}
.src-g .src-inp {
height: 40px;
padding: 0.5rem 3.2rem 0.5rem 1rem;
}
.src-g .src-img {
top: 7px;
width: 17px;
}
}
.suggestion-src {
border: none;
background: #fffefe;
max-height: 260px;
min-height: auto;
padding: 1rem 1rem 1rem 1rem;
position: absolute;
overflow-y: scroll;
width: 100%;
z-index: 3;
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
}
.suggestion-src ul li a {
color: #374957;
line-height: 1.35;
}
.suggestion-src-m {
border: none;
top: 0px;
background: #fffefe;
height: 84vh;
padding: 1rem 1rem 1rem 1rem;
position: absolute;
overflow-y: scroll;
width: 100%;
z-index: 3;
}
.suggestion-src-m ul li a {
color: #374957;
font-size: 14px;
}
/*--- /Header ---*/
/*--- Footer ---*/
footer {
background: #333333;
min-height: 450px;
display: flex;
align-items: center;
}
.foot-menu li a {
color: rgba(255, 255, 255, 0.4);
}
.foot-menu li a:hover {
cursor: pointer;
}
.foot-desc {
color: rgba(255, 255, 255, 0.4);
font-size: 12pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.foot-desc {
font-weight: lighter;
}
}
/*--- Nav Mobile ---*/
.nav-menu-m {
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
height: 60px;
z-index: 4;
width: 100%;
background: white;
position: fixed;
bottom: 0;
}
.menu-link-m {
color: #2f2f2f;
fill: #2f2f2f;
font-size: 10pt;
font-weight: normal;
}
.menu-link-m:hover {
color: #e59545 !important;
fill: #e59545 !important;
text-decoration: none;
}
.menu-link-m:hover .fw-500 {
color: #e59545 !important;
}
.menu-link-m:hover .nav-home {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-new {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-store {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-cart {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:hover .nav-user {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus {
color: #e59545 !important;
fill: #e59545 !important;
text-decoration: none;
}
.menu-link-m:focus .fw-500 {
color: #e59545 !important;
}
.menu-link-m:focus .nav-home {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-new {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-store {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-cart {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m:focus .nav-user {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active {
color: #e59545 !important;
fill: #e59545 !important;
text-decoration: none;
}
.menu-link-m.active .fw-500 {
color: #e59545 !important;
}
.menu-link-m.active .nav-home {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-new {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-store {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-cart {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m.active .nav-user {
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.menu-link-m .fw-500 {
font-size: 0.7rem;
color: #7f7f93;
}
.menu-link-m svg {
width: 25px;
height: 25px;
}
.a {
fill: #D7D7FF;
}
/*--- Nav ---*/
.nav-m {
display: inline-block;
width: 25px;
height: 25px;
background-size: cover;
}
.nav-home {
background-image: url("../img/home.svg");
}
.nav-new {
background-image: url("../img/coffee.svg");
}
.nav-store {
background-image: url("../img/store.svg");
}
.nav-cart {
background-image: url("../img/bag.svg");
}
.nav-user {
background-image: url("../img/user.svg");
}
/*--- /Nav ---*/
/*--- /Footer ---*/
/*--- Main ---*/
main {
min-height: 44.5vh;
}
/*--- Top Baner ---*/
.hm-b-c .owl-nav {
position: absolute;
top: 40%;
width: 100%;
}
@media (max-width: 767.98px) {
.hm-b-c .owl-nav {
top: 25%;
}
}
.hm-b-c .owl-nav .owl-prev {
left: 0;
position: absolute;
margin: 0;
}
@media (max-width: 767.98px) {
.hm-b-c .owl-nav .owl-prev img {
width: 50px;
display: none;
}
}
.hm-b-c .owl-nav .owl-next {
right: 0;
position: absolute;
margin: 0;
}
@media (max-width: 767.98px) {
.hm-b-c .owl-nav .owl-next img {
width: 50px;
display: none;
}
}
.hm-b-c .owl-nav [class*=owl-] {
background: rgba(0, 0, 0, 0);
}
.hm-b-c .owl-dots {
position: absolute;
bottom: 0;
width: 100%;
}
.hm-b-c .owl-dots .owl-dot span {
color: white;
}
.hm-b-c .owl-dots .owl-dot.active span {
background: #e59545;
}
@media (max-width: 767.98px) {
.hm-b-c .item img {
height: 142px !important;
}
}
/*--- Top Baner ---*/
.str-b .owl-stage-outer {
height: 100%;
}
.str-b:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.str-b .owl-nav {
position: absolute;
width: 100%;
top: 35%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.str-b .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.str-b .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.str-b .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.str-b .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.str-b .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.str-b .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
/*--- Service Section ---*/
.hm-sv-c:nth-child(2) {
border-width: 2px;
border-style: none dashed;
border-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991.98px) {
.hm-sv-c:nth-child(2) {
border-width: 1px;
}
}
.hm-sv-c .hm-sv-ico {
width: 140px;
display: inline-block;
}
@media (max-width: 767.98px) {
.hm-sv-c .hm-sv-ico {
width: 65px;
}
}
.hm-sv-c h5 {
font-weight: medium;
font-size: 18pt;
color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
.hm-sv-c h5 {
font-size: 10pt;
}
}
.hm-sv-c h6 {
font-weight: regular;
font-size: 14pt;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-sv-c h6 {
font-size: 9pt;
font-weight: lighter;
}
}
/*--- Category Section ---*/
.categories-c a:hover {
text-decoration: none;
}
.categories-c:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.categories-c .owl-nav {
position: absolute;
width: 100%;
top: 35%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.categories-c .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.categories-c .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.categories-c .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.categories-c .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.categories-c .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.categories-c .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.hm-cg {
background-color: white;
}
.hm-cg-c {
background: white;
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-cg-c:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-cg-c:hover .hm-cg-bdy h5 {
text-decoration: none;
color: rgba(0, 0, 0, 0.55) !important;
}
.hm-cg-c .hm-cg-img {
height: 200px;
}
.hm-cg-c .hm-cg-bdy h5 {
font-size: 14pt;
font-weight: bolder;
min-height: 45px;
max-height: 45px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.hm-cg-c .hm-cg-bdy h6 {
font-size: 13pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-cg-c .hm-cg-bdy h6 {
font-weight: lighter;
}
}
.hm-cg-c .hm-cg-c-btn a {
font-size: 13pt;
font-weight: normal;
background: #e59545;
color: white;
padding: 12px 30px;
border-radius: 5px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 767.98px) {
.hm-cg-c .hm-cg-c-btn a {
font-weight: lighter;
}
}
.hm-cg-c .hm-cg-c-btn a:hover {
text-decoration: none;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
a.hm-cg-c:hover {
text-decoration: none;
}
.hm-cg-c-2 {
width: 150px;
max-width: 150px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
color: #374957;
}
.hm-cg-c-2 div img {
width: 130px;
height: 130px;
}
.hm-cg-c-2 h6 {
font-size: 1.125rem;
white-space: normal;
overflow-wrap: break-word;
}
.hm-cg-c-2:hover {
color: rgba(0, 0, 0, 0.7);
text-decoration: none;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
/*--- Featured Product ---*/
.featured-product-carousel a:hover {
text-decoration: none;
}
.featured-product-carousel:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.featured-product-carousel .owl-nav {
position: absolute;
width: 100%;
top: 45%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.featured-product-carousel .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.featured-product-carousel .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.featured-product-carousel .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.featured-product-carousel .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.featured-product-carousel .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-product-carousel .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.hm-fp {
background: #f8f8f8;
}
@media (min-width: 992px) {
.hm-fp {
min-height: 705px;
}
}
.mr-btn a {
font-size: 13pt;
font-weight: normal;
background: #e59545;
color: white;
padding: 12px 90px;
border-radius: 5px;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 767.98px) {
.mr-btn a {
font-weight: lighter;
}
}
.mr-btn a:hover {
text-decoration: none;
box-shadow: 0 24px 48px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
padding: 12px 50px;
}
.hm-fp-c {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-fp-c.s {
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
}
.hm-fp-c:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
text-decoration: none;
}
.hm-fp-c:hover .hm-fp-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.hm-fp-c .hm-fp-img {
width: 255px;
height: 255px;
position: relative;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-img {
width: 149px;
height: 149px;
}
}
.hm-fp-c .hm-fp-img img {
width: 255px;
height: 255px;
object-fit: cover;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-img img {
width: 149px;
height: 149px;
}
}
.hm-fp-c .hm-fp-img .hm-fp-img-nt {
background: #e59545;
bottom: 0;
position: absolute;
color: white;
width: 100%;
text-align: center;
padding: 0.3rem;
font-size: 12pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.hm-fp-c .hm-fp-img .hm-fp-img-nt {
font-weight: lighter;
font-size: 10pt;
}
}
.hm-fp-c .hm-fp-img .hm-fp-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.hm-fp-c .hm-fp-img .hm-fp-img-wl .fa-heart.checked {
color: #e59545;
}
.hm-fp-c .hm-fp-bdy h5 {
font-size: 16pt;
font-weight: bolder;
color: #374957;
min-height: 50px;
max-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy h5 {
font-size: 0.9rem;
min-height: 36px;
max-height: 36px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 16pt;
font-weight: normal;
color: #e59545;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 13pt;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 11pt;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 11pt;
}
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt .fa-star.checked {
color: #e59545;
}
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 1200px) {
.hm-fp-c .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 11pt;
}
}
.hm-fp-c-m {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-fp-c-m.s {
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
}
.hm-fp-c-m:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
text-decoration: none;
}
.hm-fp-c-m:hover .hm-fp-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.hm-fp-c-m .hm-fp-img {
width: 100%;
height: 160px;
position: relative;
}
@media (min-width: 768px) {
.hm-fp-c-m .hm-fp-img {
width: 100%;
height: 315px;
}
}
@media (min-width: 1024px) {
.hm-fp-c-m .hm-fp-img {
width: 100%;
height: 440px;
}
}
.hm-fp-c-m .hm-fp-img img {
width: 100%;
height: 160px;
object-fit: cover;
}
@media (min-width: 768px) {
.hm-fp-c-m .hm-fp-img img {
width: 100%;
height: 315px;
}
}
@media (min-width: 1024px) {
.hm-fp-c-m .hm-fp-img img {
width: 100%;
height: 440px;
}
}
.hm-fp-c-m .hm-fp-img .hm-fp-img-nt {
background: #e59545;
bottom: 0;
position: absolute;
color: white;
width: 100%;
text-align: center;
padding: 0.3rem;
font-size: 12pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-img .hm-fp-img-nt {
font-weight: lighter;
font-size: 10pt;
}
}
.hm-fp-c-m .hm-fp-img .hm-fp-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.hm-fp-c-m .hm-fp-img .hm-fp-img-wl .fa-heart.checked {
color: #e59545;
}
.hm-fp-c-m .hm-fp-bdy h5 {
font-size: 16pt;
font-weight: bolder;
color: #374957;
min-height: 50px;
max-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy h5 {
font-size: 0.9rem;
min-height: 36px;
max-height: 36px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 16pt;
font-weight: normal;
color: #e59545;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-pr {
font-size: 13pt;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-ct {
font-size: 11pt;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt {
font-size: 11pt;
}
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt .fa-star.checked {
color: #e59545;
}
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 767.98px) {
.hm-fp-c-m .hm-fp-bdy .hm-fp-bdy-rt .rt-t {
font-size: 11pt;
}
}
/*--- Best Seller ---*/
.hm-bs {
background: white;
}
@media (min-width: 992px) {
.hm-bs {
min-height: 705px;
}
}
.hm-bs-c {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hm-bs-c:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
cursor: pointer;
}
.hm-bs-c:hover .hm-bs-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.hm-bs-c .hm-bs-img {
width: 150px;
height: 150px;
position: relative;
}
.hm-bs-c .hm-bs-img img {
width: 150px;
height: 150px;
object-fit: cover;
}
.hm-bs-c .hm-bs-img .hm-bs-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.hm-bs-c .hm-bs-img .hm-bs-img-wl .fa-heart.checked {
color: #e59545;
}
.hm-bs-c .hm-bs-bdy h5 {
font-size: 16pt;
font-weight: bolder;
color: #374957;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 25px;
max-height: 50px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy h5 {
font-size: 0.9rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 20px;
max-height: 40px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr {
font-size: 16pt;
font-weight: normal;
color: #e59545;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr {
font-size: 12pt;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr strike {
color: rgba(0, 0, 0, 0.6);
margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-pr strike {
display: block;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-ct {
font-size: 10pt;
font-weight: lighter;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt {
font-size: 10pt;
font-weight: lighter;
}
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt .fa-star.checked {
color: #e59545;
}
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 767.98px) {
.hm-bs-c .hm-bs-bdy .hm-bs-bdy-rt .rt-t {
font-size: 10pt;
font-weight: lighter;
}
}
a.hm-bs-c:hover {
text-decoration: none;
}
/*--- Cover Image ---*/
.cv-s img {
width: 100%;
height: 250px;
}
/*--- Header Link ---*/
.hd-lnk {
background: #f5f5f5;
padding: 6px 22px;
border-radius: 20px;
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.hd-lnk:hover {
background: #e59545;
color: white;
-webkit-transition: 0.2s all;
transition: 0.2s all;
text-decoration: none;
}
.hd-lnk.actived {
background: #e59545;
color: white;
-webkit-transition: 0.2s all;
transition: 0.2s all;
text-decoration: none;
}
.hd-lnk.lnk-filter:before {
content: url("../img/filter.svg");
width: 15px;
height: 15px;
margin-right: 0.5rem;
color: rgba(0, 0, 0, 0.6);
}
.hd-lnk.lnk-filter:hover:before {
content: url("../img/filter-w.svg");
}
.hd-lnk.lnk-filter.active:after {
content: "•";
margin-left: 0.5rem;
color: #e59545;
}
.hd-lnk.lnk-sort:before {
content: url("../img/sort.svg");
width: 15px;
height: 15px;
margin-right: 0.5rem;
color: rgba(0, 0, 0, 0.6);
}
.hd-lnk.lnk-sort:hover:before {
content: url("../img/sort-w.svg");
}
.hd-lnk.lnk-sort.active:after {
content: "•";
margin-left: 0.5rem;
color: #e59545;
}
.hd-lnk.lnk-sort.active:hover:after {
content: "•";
color: white;
}
.breadcrumb-item a {
color: rgba(0, 0, 0, 0.6);
}
.breadcrumb-item.active {
color: rgba(0, 0, 0, 0.9);
}
.hd-lnk-m {
white-space: nowrap;
overflow-y: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.hd-lnk-m::-webkit-scrollbar {
height: 6px;
background-color: #f8f8f8;
display: none;
}
.hd-lnk-m::-webkit-scrollbar-thumb {
background-color: #e59545;
border-radius: 5px;
}
.hd-lnk-m::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f8f8f8;
}
.hd-lnk-m li {
display: inline-block;
}
.hd-lnk-s div div div ul {
padding: 12px 0;
}
.s-sort {
width: 115px;
}
.str-banner {
height: 165px;
}
@media (min-width: 1200px) {
.str-banner {
height: 385px;
}
}
.str-cover {
width: 100px !important;
height: 100px !important;
}
@media (min-width: 992px) {
.str-cover {
width: 100% !important;
height: 100% !important;
}
}
/*--- Paginaton ---*/
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: rgba(0, 0, 0, 0.6);
background-color: #f5f5f5;
border: none;
margin-left: 0.25rem;
margin-right: 0.25rem;
border-radius: 0.25rem;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.page-link:hover {
color: white;
background-color: #e59545;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.page-link.actived {
color: white;
background-color: #e59545;
box-shadow: 0 18px 40px -12px #e59545;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
/*--- Deskripsi & Review ---*/
.desc-nav .nav-tabs {
border-bottom: none;
}
.desc-nav .nav-tabs .nav-link {
background: #f5f5f5;
padding: 7px 46px;
color: rgba(0, 0, 0, 0.85);
font-size: 12pt;
font-weight: normal;
border-color: rgba(0, 0, 0, 0);
border-top: none;
border-right: none;
border-left: none;
border-bottom: 3px solid rgba(0, 0, 0, 0);
cursor: pointer;
border-radius: 0;
}
.desc-nav .nav-tabs .nav-link:hover {
border-color: #775e35;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 3px solid #775e35;
}
.desc-nav .nav-tabs .nav-link.active {
border-color: #775e35;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 3px solid #775e35;
}
@media (max-width: 767.98px) {
.desc-nav .nav-tabs .nav-link {
padding: 7px 34px;
}
}
.desc-nav-content {
border: 2px solid #f5f5f5;
padding: 1rem;
min-height: 318px;
}
.desc-nav-content .desc-content {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
.card.accord {
border: none;
}
.card-header.accord {
background: #ebebeb;
padding: 6px 8px;
}
.card-header.accord h2 button {
font-size: 13pt;
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
}
.card-header.accord h2 button:active {
text-decoration: none;
}
.card-header.accord h2 button:focus {
text-decoration: none;
}
.card-header.accord h2 button img {
width: 12px;
height: 12px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.card-header.accord h2 button img.active {
-ms-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.card-body.accord {
background: #f8f8f8;
font-size: 10pt;
}
/*--- Detail Product ---*/
.inf-rt {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
.inf-rt {
font-size: 11pt;
}
}
.inf-rt .fa-star.checked {
color: #e59545;
}
.inf-rt .rt-t {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
}
@media (max-width: 1200px) {
.inf-rt .rt-t {
font-size: 11pt;
}
}
.inf-rt .rt-lnk {
font-size: 12pt;
font-weight: normal;
display: inline-block;
}
@media (max-width: 1200px) {
.inf-rt .rt-lnk {
font-size: 11pt;
}
}
.inf-pr {
font-size: 16pt;
font-weight: bold;
color: #e59545;
}
@media (max-width: 767.98px) {
.inf-pr {
font-size: 13pt;
}
}
.inf-pr strike {
color: rgba(0, 0, 0, 0.6);
margin-right: 0.5rem;
font-size: 14pt;
font-weight: normal;
display: block;
}
@media (max-width: 767.98px) {
.inf-pr strike {
display: block;
font-size: 10pt;
}
}
.inf-pr span {
color: red;
font-size: 11pt;
font-weight: normal;
}
@media (max-width: 767.98px) {
.inf-pr span {
font-size: 10pt;
}
}
.inf-desc {
font-size: 11pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
.inf-sh .inf-soc-mn .soc-itm {
float: left;
margin-right: 0.25rem;
margin-bottom: 1rem;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk {
font-size: 11pt;
font-weight: normal;
padding: 7px 22px;
cursor: pointer;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.fb {
border: 1px solid #3b5998;
color: #3b5998;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.wa {
border: 1px solid #25d366;
color: #25d366;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.ig {
border: 1px solid #c13584;
color: #c13584;
}
.inf-sh .inf-soc-mn .soc-itm .soc-lnk.tw {
border: 1px solid #1da1f2;
color: #1da1f2;
}
.inf-lnk .lnk-stok {
width: 110px;
margin-right: 0.25rem;
}
.inf-lnk .lnk-stok .stok-itm {
height: 45px;
float: left;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 0.5rem;
}
.inf-lnk .lnk-stok .stok-itm:nth-child(1) {
border-right: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
padding-left: 0;
padding-right: 0;
width: 30px;
}
.inf-lnk .lnk-stok .stok-itm:nth-child(2) {
border-left: none;
border-right: none;
width: 50px;
}
.inf-lnk .lnk-stok .stok-itm:nth-child(3) {
border-left: none;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding-left: 0;
padding-right: 0;
width: 30px;
}
.inf-lnk .lnk-stok .stok-itm a {
width: 100%;
text-align: center;
}
.inf-lnk .lnk-stok .stok-itm a:hover {
cursor: pointer;
}
.inf-lnk .lnk-stok .stok-itm a img {
width: 25px;
height: 25px;
}
.inf-lnk .lnk-stok .stok-itm input {
width: 100%;
border: none;
text-align: center;
}
.inf-lnk .lnk-solid {
color: white;
background: #ed747e;
margin-right: 0.25rem;
padding: 10px 34px;
border-radius: 4px;
}
.inf-lnk .lnk-solid:hover {
text-decoration: none;
}
.inf-lnk .lnk-reg {
color: #e59545;
background: rgba(0, 0, 0, 0);
border: 1px solid #e59545;
margin-right: 0.25rem;
padding: 10px 15px;
border-radius: 4px;
}
.inf-lnk .lnk-reg:hover {
text-decoration: none;
}
.inf-lnk .lnk-reg:hover img {
width: 20px;
height: 20px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.inf-lnk .lnk-reg img {
width: 17px;
height: 17px;
margin-right: 0.5rem;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 991.98px) {
.inf-lnk .lnk-reg {
padding: 10px 15px;
}
.inf-lnk .lnk-reg img {
margin-right: 0;
}
}
.prd-c {
margin-bottom: 0.25rem;
width: 330px;
}
.prd-c .owl-nav {
position: absolute;
top: 40%;
width: 100%;
}
.prd-c .owl-nav .owl-prev {
left: 0;
position: absolute;
margin: 0;
}
.prd-c .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
.prd-c .owl-nav .owl-prev img {
width: 50px;
}
}
.prd-c .owl-nav .owl-next {
right: 0;
position: absolute;
margin: 0;
}
.prd-c .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
.prd-c .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
.prd-c .owl-nav .owl-next img {
width: 50px;
}
}
.prd-c .item .c-img {
width: 330px;
height: 330px;
}
@media (min-width: 992px) {
.prd-c {
width: 450px;
}
.prd-c .item .c-img {
width: 450px;
height: 450px;
}
}
@media (min-width: 1200px) {
.prd-c {
width: 500px;
}
.prd-c .item .c-img {
width: 540px;
height: 540px;
}
}
.c-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 20px;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 20pt;
font-weight: normal;
z-index: 2;
cursor: pointer;
}
.c-img-wl .fa-heart.checked {
color: #e59545;
}
.prd-g {
margin-right: 0.25rem;
height: 500px;
min-height: 500px;
max-height: 500px;
overflow-x: hidden;
overflow-y: scroll;
direction: rtl;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.prd-g::-webkit-scrollbar {
width: 6px;
background-color: #f8f8f8;
}
.prd-g::-webkit-scrollbar-thumb {
background-color: #e59545;
border-radius: 5px;
}
.prd-g::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f8f8f8;
}
.prd-g .g-itm {
direction: ltr;
display: inline-flex;
}
.prd-g .g-itm .g-img {
width: 130px;
height: 130px;
margin-bottom: 0.25rem;
}
@media (max-width: 991.98px) {
.prd-g {
order: 2;
-ms-flex-order: 2;
flex-direction: row;
-ms-flex-direction: row;
overflow-x: scroll;
overflow-y: hidden;
height: 130px;
min-height: 130px;
max-height: 130px;
margin-right: 0;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.prd-g::-webkit-scrollbar {
height: 6px;
background-color: #f8f8f8;
}
.prd-g::-webkit-scrollbar-thumb {
background-color: #e59545;
border-radius: 5px;
}
.prd-g::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f8f8f8;
}
}
.g2-img {
width: 85px;
height: 85px;
}
@media (min-width: 992px) {
.g2-img {
width: 110px;
height: 110px;
}
}
@media (min-width: 1200px) {
.g2-img {
width: 130px;
height: 130px;
}
}
.dt-bot-nav {
position: fixed;
width: 100%;
bottom: 0;
background: #ebebeb;
padding: 12px 0;
z-index: 3;
}
.dt-bot-nav div div div .lnk-solid {
color: white;
background: #ed747e;
margin-right: 0.25rem;
padding: 13px;
border-radius: 4px;
width: 100%;
text-align: center;
}
.dt-bot-nav div div div .lnk-solid:hover {
text-decoration: none;
box-shadow: 0 18px 40px -12px #ed747e;
}
.dt-bot-nav div div div .lnk-reg {
color: #e59545;
background: white;
border: 1px solid #e59545;
margin-right: 0.25rem;
padding: 10px;
border-radius: 4px;
width: 100%;
}
.dt-bot-nav div div div .lnk-reg:hover {
text-decoration: none;
}
.dt-bot-nav div div div .lnk-reg:hover img {
width: 20px;
height: 20px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.dt-bot-nav div div div .lnk-reg img {
width: 17px;
height: 17px;
margin-right: 0.5rem;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
@media (max-width: 991.98px) {
.dt-bot-nav div div div .lnk-reg {
padding: 12px 15px;
}
.dt-bot-nav div div div .lnk-reg img {
margin-right: 0.5rem;
}
}
.link-about {
border: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 8px 20px -12px #1a1818;
border-radius: 50%;
color: #1a1818;
font-size: 0.9rem;
font-weight: 600;
height: 120px;
width: 120px;
display: flex;
justify-content: center;
align-items: center;
}
.link-about:hover {
border: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 10px 24px -10px #1a1818;
color: #1a1818;
}
/*--- Blog ---*/
.blg-c {
background: white;
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.2s all;
transition: 0.2s all;
border-radius: 15px;
}
.blg-c:hover {
box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.4);
margin-top: -10px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
text-decoration: none;
}
.blg-c .blg-c-img img {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.blg-c .blg-c-bdy h5 {
font-size: 1.3rem;
font-weight: bolder;
color: rgba(0, 0, 0, 0.85);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
height: 86px;
line-height: 28px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.blg-c .blg-c-bdy h6 {
font-size: 13pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 25px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
.blg-c .blg-c-bdy h6 {
font-weight: lighter;
}
}
.post-content {
font-size: 1.3rem;
}
.post-content figure {
text-align: center;
font-size: 1rem;
}
/*--- /Blog ---*/
/*--- Checkout ---*/
.chk-prd {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.chk-prd:hover {
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.chk-prd:hover .chk-bdy h5 {
color: rgba(0, 0, 0, 0.55);
}
.chk-prd .chk-img {
width: 85px;
height: 85px;
position: relative;
}
.chk-prd .chk-img img {
width: 85px;
height: 85px;
object-fit: cover;
}
.chk-prd .chk-img .chk-img-wl {
background: rgba(0, 0, 0, 0);
top: 0;
right: 0;
position: absolute;
color: #999999;
text-align: center;
margin: 0.3rem 0.5rem;
font-size: 16pt;
font-weight: normal;
}
.chk-prd .chk-img .chk-img-wl .fa-heart.checked {
color: #e59545;
}
.chk-prd .chk-bdy h5 {
font-size: 1rem;
font-weight: bolder;
color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy h5 {
font-size: 12pt;
}
}
.chk-prd .chk-bdy .chk-bdy-pr {
font-size: 1rem;
font-weight: normal;
color: #e59545;
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy .chk-bdy-pr {
font-size: 12pt;
}
}
.chk-prd .chk-bdy .chk-bdy-pr strike {
color: rgba(0, 0, 0, 0.6);
margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy .chk-bdy-pr strike {
display: block;
}
}
.chk-prd .chk-bdy .chk-bdy-ct {
font-size: 12pt;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
.chk-prd .chk-bdy .chk-bdy-ct {
font-size: 10pt;
font-weight: lighter;
}
}
.chk-c {
border: 2px solid #f5f5f5;
border-radius: 2px;
position: relative;
}
.chk-rec {
top: 0;
right: 0;
cursor: pointer;
}
.chk-rec img {
width: 20px;
height: 20px;
}
.chk-msg {
min-width: 100%;
max-width: 100%;
min-height: 2rem;
max-height: 11rem;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #1a1818;
}
.chk-msg:active {
outline: none;
}
.chk-msg:focus {
outline: none;
}
.chk-ck {
top: 0.85rem;
left: 1rem;
}
input.form-coupon {
border: 1px solid #e59545;
border-radius: 2px;
padding: 0.25rem 0.5rem;
}
input.form-coupon:active {
box-shadow: 0 0 8px -3px #e59545;
border: 1px solid #e59545;
outline: none;
}
input.form-coupon:focus {
box-shadow: 0 0 8px -3px #e59545;
border: 1px solid #e59545;
outline: none;
}
.coupon-btn {
border: 1px solid #e59545;
cursor: pointer;
}
.coupon-btn:active {
background-color: white !important;
color: #e59545 !important;
outline: none;
}
.coupon-btn:focus {
background-color: white !important;
color: #e59545 !important;
outline: none;
}
.st4-time {
color: #e59545;
font-size: 3rem;
}
.st4-price {
color: #e59545;
font-size: 2rem;
}
.st4-price span {
color: #ed747e;
}
.st4-rek {
font-size: 1.5rem;
}
.st4-rek img {
width: 100px;
}
/*--- /Checkout ---*/
/*--- Scrollbar ---*/
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/*--- /Scrollbar ---*/
.mcard-l .mcart-s {
width: 320px;
max-height: 320px;
top: 40px;
box-shadow: 0 0 8px -3px #374957;
right: 0;
border-radius: 3px;
padding: 0.5rem 0.25rem;
overflow-y: scroll;
}
.mcard-l .mcart-s .mcart-img {
height: 68px;
object-fit: cover;
border-radius: 2px;
}
.mcard-l .mcart-s .mcart-title {
font-size: 0.9rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 18px;
max-height: 18px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.mcard-l .mcart-s .mcart-price {
font-size: 0.85rem;
font-weight: 500;
}
.mcard-l .mcart-s .mcart-jml {
font-size: 0.75rem;
}
.mcard-l .mcart-s .mcart-del img {
width: 18px;
height: 18px;
}
.mcart-notif {
font-size: 0.6rem;
right: 4px;
border-radius: 50px;
padding: 0.1rem 0.35rem;
top: 0;
border: 2px solid white;
}
.item-list-m {
column-count: 2;
column-gap: 15px;
}
.whatsnew-product-carousel a:hover {
text-decoration: none;
}
.whatsnew-product-carousel:hover .owl-nav {
opacity: 1;
transition: all 0.2s ease-in-out;
}
.whatsnew-product-carousel .owl-nav {
position: absolute;
width: 100%;
top: 45%;
display: flex;
justify-content: space-between;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.whatsnew-product-carousel .owl-nav .owl-prev {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-left: -1.5rem;
}
.whatsnew-product-carousel .owl-nav .owl-prev img {
width: 50%;
height: auto;
}
.whatsnew-product-carousel .owl-nav .owl-prev:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-prev:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-prev:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-next {
background: white !important;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
margin-right: -1.5rem;
}
.whatsnew-product-carousel .owl-nav .owl-next img {
width: 50%;
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.whatsnew-product-carousel .owl-nav .owl-next:hover {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-next:focus {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.whatsnew-product-carousel .owl-nav .owl-next:active {
outline: none;
box-shadow: none;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.form-bean {
border: none;
background: #f8f8f8;
height: 50px;
border-radius: 5px;
padding: 1rem 3.2rem 1rem 1rem;
}
.form-bean:focus {
outline: none;
box-shadow: none;
}
.form-bean:active {
outline: none;
box-shadow: none;
}
.textarea-bean {
border: none;
background: #f8f8f8;
border-radius: 5px;
padding: 1rem 3.2rem 1rem 1rem;
}
.textarea-bean:focus {
outline: none;
box-shadow: none;
}
.textarea-bean:active {
outline: none;
box-shadow: none;
}
/*--- /Main ---*/
/*--- Dashbaord ---*/
.dsb-crd-1 {
background: #f7f7f7;
}
.dsb-crd-1-ket {
font-size: 0.8rem;
}
.dsb-crd-1-date {
font-size: 0.9rem;
font-weight: normal;
color: rgba(0, 0, 0, 0.6);
}
.dsb-crd-1-btn {
font-size: 0.8rem;
}
.dsb-menu-link {
color: #374957;
fill: #374957;
font-size: 10pt;
font-weight: normal;
}
.dsb-menu-link:hover {
background: #e59545 !important;
color: white !important;
fill: white !important;
text-decoration: none;
}
.dsb-menu-link:hover .fw-500 {
color: #e59545 !important;
}
.dsb-menu-link:hover .nav-img {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(150%) contrast(101%);
}
.dsb-menu-link:focus {
background: #e59545 !important;
color: white !important;
fill: white !important;
text-decoration: none;
}
.dsb-menu-link:focus .fw-500 {
color: #e59545 !important;
}
.dsb-menu-link:focus .nav-img {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(150%) contrast(101%);
}
.dsb-menu-link.active {
background: #e59545 !important;
color: white !important;
fill: white !important;
text-decoration: none;
}
.dsb-menu-link.active .fw-500 {
color: #e59545 !important;
}
.dsb-menu-link.active .nav-img {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(150%) contrast(101%);
}
.dsb-menu-link .fw-500 {
font-size: 0.7rem;
color: #7f7f93;
}
.dsb-menu-link svg {
width: 25px;
height: 25px;
}
.a {
fill: #374957;
}
.upload-btn-wrapper {
position: relative;
overflow: hidden;
display: inline-block;
}
.upload-btn-wrapper .btn-bean {
width: 150px;
}
.upload-btn-wrapper input[type=file] {
font-size: 100px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
/*--- /Dashbaord ---*/
/*--- Custom ---*/
button.dt-button, div.dt-button, a.dt-button {
border: none !important;
font-size: 0.9rem !important;
font-weight: normal !important;
background: #e59545 !important;
color: white !important;
padding: 5px 30px !important;
border-radius: 2px !important;
-webkit-transition: 0.2s all !important;
transition: 0.2s all !important;
}
@media (max-width: 767.98px) {
button.dt-button, div.dt-button, a.dt-button {
font-weight: lighter !important;
}
}
button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
text-decoration: noned !important;
-webkit-transition: 0.2s all !important;
transition: 0.2s all !important;
}
button.dt-button:active, div.dt-button:active, a.dt-button:active {
outline: none !important;
}
button.dt-button:focus, div.dt-button:focus, a.dt-button:focus {
outline: none !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff !important;
background-color: #e59545 !important;
}
.h-td-none:hover {
text-decoration: none;
}
.sort-width {
width: 138px;
}
/*--- /Custom ---*/
/*# sourceMappingURL=style.css.map */ | 0.402392 | 0.059592 |
body {
text-align: center;
font-family: sans-serif;
}
.header,.source, h3, .footer {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
}
#berlin-citymap, .header, #aging-chart {
margin-top: 25px;
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
#berlin-citymap {
height: 400px;
border: 1px solid #e9e9e9;
margin-bottom: 25px;
margin-left: auto !important;
margin-right: auto !important;
}
#aging-chart-labels {
font-size: 14px;
}
/** OpenLayers Specific Links */
.lor-bar, .berlin-bar {
display: inline-block;
width: 30px;
height: 3px;
margin-left: 5px; margin-right: 5px;
padding: 0px;
padding-bottom: 5px;
}
.lor-bar {
background-color: #2f69bf;
}
.berlin-bar {
background-color: #a2bf2f;
}
h2, .footer {
margin-bottom: 40px;
line-height: 1.6em;
}
td.footer {
border :0px solid transparent;
font-size: 14px;
width: 100%;
}
#link_contentDiv a,
#link_contentDiv a:link,
.footer a,
.footer a:link {
color: #333;
padding: 4px;
}
#link_contentDiv {
padding-top: 10px;
font-size: 14px;
}
#link {
background-color: transparent !important;
}
#link a {
background-color: #fff;
text-decoration: none;
}
#link_contentDiv a:active,
#link_contentDiv a:hover,
.footer a:hover,
.footer a:active {
color: #fff;
background-color: #333;
text-decoration: none;
}
.footer {
color: #434343;
font-size: 14px;
}
.footer ol {
padding-left: 20px;
}
.footer ul {
padding-left: 15px;
}
.footer ul li {
padding-top: 5px;
}
h3 {
font-size: 18px; color: #434343;
}
table {
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
margin-top: 40px;
padding: 0px;
border-spacing: 0px;
}
table td {
padding: 5px;
padding-left: 10px;
margin: 0px;
}
table tr td {
border: 1px solid #efefef;
}
tr.buffer td {
border: 0px solid transparent;
}
tr.average,
td.average {
/** background-color: #c9c9c9; */
/** border-left: 1px solid #818181; **/
}
td.overall {
/** background-color: #c9c9c9; **/
border-top: 1px solid #818181;
}
table thead td {
border-bottom: 1px solid #818181;
font-weight: bold;
border-top: 0px solid transparent;
border-left: 0px solid transparent;
border-right: 0px solid transparent;
} | 2013/12/pages.css |
body {
text-align: center;
font-family: sans-serif;
}
.header,.source, h3, .footer {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
}
#berlin-citymap, .header, #aging-chart {
margin-top: 25px;
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
#berlin-citymap {
height: 400px;
border: 1px solid #e9e9e9;
margin-bottom: 25px;
margin-left: auto !important;
margin-right: auto !important;
}
#aging-chart-labels {
font-size: 14px;
}
/** OpenLayers Specific Links */
.lor-bar, .berlin-bar {
display: inline-block;
width: 30px;
height: 3px;
margin-left: 5px; margin-right: 5px;
padding: 0px;
padding-bottom: 5px;
}
.lor-bar {
background-color: #2f69bf;
}
.berlin-bar {
background-color: #a2bf2f;
}
h2, .footer {
margin-bottom: 40px;
line-height: 1.6em;
}
td.footer {
border :0px solid transparent;
font-size: 14px;
width: 100%;
}
#link_contentDiv a,
#link_contentDiv a:link,
.footer a,
.footer a:link {
color: #333;
padding: 4px;
}
#link_contentDiv {
padding-top: 10px;
font-size: 14px;
}
#link {
background-color: transparent !important;
}
#link a {
background-color: #fff;
text-decoration: none;
}
#link_contentDiv a:active,
#link_contentDiv a:hover,
.footer a:hover,
.footer a:active {
color: #fff;
background-color: #333;
text-decoration: none;
}
.footer {
color: #434343;
font-size: 14px;
}
.footer ol {
padding-left: 20px;
}
.footer ul {
padding-left: 15px;
}
.footer ul li {
padding-top: 5px;
}
h3 {
font-size: 18px; color: #434343;
}
table {
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
margin-top: 40px;
padding: 0px;
border-spacing: 0px;
}
table td {
padding: 5px;
padding-left: 10px;
margin: 0px;
}
table tr td {
border: 1px solid #efefef;
}
tr.buffer td {
border: 0px solid transparent;
}
tr.average,
td.average {
/** background-color: #c9c9c9; */
/** border-left: 1px solid #818181; **/
}
td.overall {
/** background-color: #c9c9c9; **/
border-top: 1px solid #818181;
}
table thead td {
border-bottom: 1px solid #818181;
font-weight: bold;
border-top: 0px solid transparent;
border-left: 0px solid transparent;
border-right: 0px solid transparent;
} | 0.539469 | 0.092893 |
html {
overflow: scroll;
scroll-behavior: smooth;
height: 120%;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
*{
padding: 0;
margin: 0;
font-family: sans-serif;
}
.section-1 {
background-image: url("https://i.ibb.co/gRGTdVc/DSC08237-01.jpg");
background-color: #000;
width: 100%;
background-size: cover;
height: 100vh;
background-position: center;
margin-bottom: -5px;
}
header {
z-index: 999;
display: flex;
padding: 30px;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: 500ms;
}
.stn{
top: 50vh;
position: absolute;
padding-left: 75px;
font-size: 30px;
}
nav {
margin-right: 80px;
}
nav a {
display: inline-block;
margin-left: 10px;
font-size: 15px;
text-decoration: none;
font-family: sans-serif;
color: white;
text-transform: uppercase;
border-bottom: 3px solid transparent;
padding: 10px 1px;
transition: 200ms;
}
nav a:hover {
border-color: #00B3FF;
}
.bgc {
background: #eee;
padding: 10px;
}
.bgc nav a {
color: #222;
margin-bottom: -11px;
}
.section-2 {
width: 1100px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section-2-1 {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(#2d353b, #2d353b 50%, #021919 50%, #021919 100%);
text-align: center;
}
.section-2 .box {
position: relative;
width: 320px;
background: #fff;
padding: 100px 40px 61px;
box-shadow: 0 15px 45px rgba(0,0,0,.1);
}
.section-2 .box:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0044ffc2;
transform: scaleY(0);
transform-origin: top;
transition: transform 0.5s;
}
.section-2 .box:hover:before {
transform: scaleY(1);
transform-origin: bottom;
transition: transform 0.5s;
}
.section-2 .box h2{
position: absolute;
left: 40px;
top: 60px;
font-size: 4em;
font-weight: 800;
z-index: 1;
opacity: 0.1;
transition: 0.5s;
}
.section-2 .box:hover h2{
opacity: 1;
color: #fff;
transform: translateY(-40px)
}
.section-2 .box h3 {
position: relative;
font-size: 1.5em;
z-index: 2;
color: #333;
transition: 0.5s;
}
.section-2 .box:hover p,
.section-2 .box h3 {
color:#fff
}
.section-2 .box p {
position: relative;
z-index: 2;
color: #555;
transition: 0.5s;
}
.section-3 {
padding: 20px;
background: rgb(32, 32, 32);
padding-left: 60px;
}
.section-3 h1 {
padding: 20px;
font-size: 40px;
}
.section-3 p {
color:#fff;
padding: 20px;
line-height: 1.8em;
font-size: 18px;
}
@media (max-width: 769px){
header {
flex-direction: column;
padding: 20px;
}
nav {
padding: 15px;
margin: 0px;
}
}
#scrollPath {
position: fixed;
top: 0;
right: 0;
width: 10px;
height: 100%;
background: rgba(255, 255, 255, 0,05);
}
#progressbar{
z-index: 1000;
position: fixed;
top: 0;
right: 0;
width: 10px;
background: linear-gradient(to top, #008aff,#00ffe7);
animation: animate 5s linear infinite;
}
@keyframes animate {
0%,100%
{
filter: hue-rotate(0deg);
}
50%
{
filter: hue-rotate(360deg);
}
}
#progressbar:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #008aff,#00ffe7);
filter: blur(10px);
}
#progressbar:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #008aff,#00ffe7);
filter: blur(30px);
}
.section-4 {
width: 100vw;
height: 100vh;
display: grid;
grid-template-rows: 5fr 1fr;
background: #021919;
}
ul {
list-style: none;
margin: 0;
padding: 0;
justify-content: center;
display: flex;
}
.tab {
width: calc(10vh + 8px);
height: calc(10vh + 8px);
position: relative;
display: flex;
align-items: center;
justify-content: center;
clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
z-index: 3;
transition: width 0.5s;
top: 65vh;
}
.tab img {
width: 10vh;
height: 10vh;
z-index: 2;
cursor: pointer;
clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
transition: width 0.5s;
}
[type=radio] {
display: none;
}
.preview-list {
background: linear-gradient(
#021919,
#021919 var(--line-offset),
#efefef var(--line-offset)
);
}
.tab {
background: linear-gradient(
#efefef,
#efefef var(--line-offset),
#021919 var(--line-offset)
);
}
[type=radio]:checked ~ label ~ .content{
text-align: center;
z-index: 1;
}
[type=radio]:checked ~ label .tab{
width: 0;
}
.content {
position: absolute;
background: #021919;
top: 200vh;
left: 0;
width: 100vw;
height: 80vh;
overflow: hidden;
display: flex;
align-items: center;
}
.content img {
height: auto;
width: 100vw;
}
.footer-dark {
bottom: 10px;
padding-top: 43% ;
color:#f0f9ff;
background-color:#282d32;
}
.footer-dark h3 {
margin-top:0;
margin-bottom:12px;
font-weight:bold;
font-size:16px;
}
.footer-dark ul {
padding:0;
list-style:none;
line-height:1.16;
font-size:14px;
margin-bottom:0;
}
.footer-dark ul a {
color:inherit;
text-decoration:none;
opacity:0.6;
}
.footer-dark ul a:hover {
opacity:0.8;
}
@media (max-width:767px) {
.footer-dark .item:not(.social) {
text-align:center;
padding-bottom:20px;
}
}
.footer-dark .item.text {
margin-bottom:36px;
}
@media (max-width:767px) {
.footer-dark .item.text {
margin-bottom:0;
}
}
.footer-dark .item.text p {
opacity:0.6;
margin-bottom:0;
}
.footer-dark .item.social {
text-align:center;
}
@media (max-width:991px) {
.footer-dark .item.social {
text-align:center;
margin-top:20px;
}
}
.footer-dark .item.social > a {
font-size:20px;
width:36px;
height:36px;
line-height:36px;
display:inline-block;
text-align:center;
border-radius:10%;
box-shadow:0 0 0 1px rgba(255,255,255,0.4);
margin:0 8px;
color:#fff;
opacity:0.75;
}
.footer-dark .item.social > a:hover {
opacity:0.9;
}
.footer-dark .copyright {
text-align:center;
padding-top:24px;
padding-bottom: 1%;
opacity:0.3;
font-size:13px;
margin-bottom:0;
} | css/style.css | html {
overflow: scroll;
scroll-behavior: smooth;
height: 120%;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
*{
padding: 0;
margin: 0;
font-family: sans-serif;
}
.section-1 {
background-image: url("https://i.ibb.co/gRGTdVc/DSC08237-01.jpg");
background-color: #000;
width: 100%;
background-size: cover;
height: 100vh;
background-position: center;
margin-bottom: -5px;
}
header {
z-index: 999;
display: flex;
padding: 30px;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: 500ms;
}
.stn{
top: 50vh;
position: absolute;
padding-left: 75px;
font-size: 30px;
}
nav {
margin-right: 80px;
}
nav a {
display: inline-block;
margin-left: 10px;
font-size: 15px;
text-decoration: none;
font-family: sans-serif;
color: white;
text-transform: uppercase;
border-bottom: 3px solid transparent;
padding: 10px 1px;
transition: 200ms;
}
nav a:hover {
border-color: #00B3FF;
}
.bgc {
background: #eee;
padding: 10px;
}
.bgc nav a {
color: #222;
margin-bottom: -11px;
}
.section-2 {
width: 1100px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section-2-1 {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(#2d353b, #2d353b 50%, #021919 50%, #021919 100%);
text-align: center;
}
.section-2 .box {
position: relative;
width: 320px;
background: #fff;
padding: 100px 40px 61px;
box-shadow: 0 15px 45px rgba(0,0,0,.1);
}
.section-2 .box:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0044ffc2;
transform: scaleY(0);
transform-origin: top;
transition: transform 0.5s;
}
.section-2 .box:hover:before {
transform: scaleY(1);
transform-origin: bottom;
transition: transform 0.5s;
}
.section-2 .box h2{
position: absolute;
left: 40px;
top: 60px;
font-size: 4em;
font-weight: 800;
z-index: 1;
opacity: 0.1;
transition: 0.5s;
}
.section-2 .box:hover h2{
opacity: 1;
color: #fff;
transform: translateY(-40px)
}
.section-2 .box h3 {
position: relative;
font-size: 1.5em;
z-index: 2;
color: #333;
transition: 0.5s;
}
.section-2 .box:hover p,
.section-2 .box h3 {
color:#fff
}
.section-2 .box p {
position: relative;
z-index: 2;
color: #555;
transition: 0.5s;
}
.section-3 {
padding: 20px;
background: rgb(32, 32, 32);
padding-left: 60px;
}
.section-3 h1 {
padding: 20px;
font-size: 40px;
}
.section-3 p {
color:#fff;
padding: 20px;
line-height: 1.8em;
font-size: 18px;
}
@media (max-width: 769px){
header {
flex-direction: column;
padding: 20px;
}
nav {
padding: 15px;
margin: 0px;
}
}
#scrollPath {
position: fixed;
top: 0;
right: 0;
width: 10px;
height: 100%;
background: rgba(255, 255, 255, 0,05);
}
#progressbar{
z-index: 1000;
position: fixed;
top: 0;
right: 0;
width: 10px;
background: linear-gradient(to top, #008aff,#00ffe7);
animation: animate 5s linear infinite;
}
@keyframes animate {
0%,100%
{
filter: hue-rotate(0deg);
}
50%
{
filter: hue-rotate(360deg);
}
}
#progressbar:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #008aff,#00ffe7);
filter: blur(10px);
}
#progressbar:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #008aff,#00ffe7);
filter: blur(30px);
}
.section-4 {
width: 100vw;
height: 100vh;
display: grid;
grid-template-rows: 5fr 1fr;
background: #021919;
}
ul {
list-style: none;
margin: 0;
padding: 0;
justify-content: center;
display: flex;
}
.tab {
width: calc(10vh + 8px);
height: calc(10vh + 8px);
position: relative;
display: flex;
align-items: center;
justify-content: center;
clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
z-index: 3;
transition: width 0.5s;
top: 65vh;
}
.tab img {
width: 10vh;
height: 10vh;
z-index: 2;
cursor: pointer;
clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
transition: width 0.5s;
}
[type=radio] {
display: none;
}
.preview-list {
background: linear-gradient(
#021919,
#021919 var(--line-offset),
#efefef var(--line-offset)
);
}
.tab {
background: linear-gradient(
#efefef,
#efefef var(--line-offset),
#021919 var(--line-offset)
);
}
[type=radio]:checked ~ label ~ .content{
text-align: center;
z-index: 1;
}
[type=radio]:checked ~ label .tab{
width: 0;
}
.content {
position: absolute;
background: #021919;
top: 200vh;
left: 0;
width: 100vw;
height: 80vh;
overflow: hidden;
display: flex;
align-items: center;
}
.content img {
height: auto;
width: 100vw;
}
.footer-dark {
bottom: 10px;
padding-top: 43% ;
color:#f0f9ff;
background-color:#282d32;
}
.footer-dark h3 {
margin-top:0;
margin-bottom:12px;
font-weight:bold;
font-size:16px;
}
.footer-dark ul {
padding:0;
list-style:none;
line-height:1.16;
font-size:14px;
margin-bottom:0;
}
.footer-dark ul a {
color:inherit;
text-decoration:none;
opacity:0.6;
}
.footer-dark ul a:hover {
opacity:0.8;
}
@media (max-width:767px) {
.footer-dark .item:not(.social) {
text-align:center;
padding-bottom:20px;
}
}
.footer-dark .item.text {
margin-bottom:36px;
}
@media (max-width:767px) {
.footer-dark .item.text {
margin-bottom:0;
}
}
.footer-dark .item.text p {
opacity:0.6;
margin-bottom:0;
}
.footer-dark .item.social {
text-align:center;
}
@media (max-width:991px) {
.footer-dark .item.social {
text-align:center;
margin-top:20px;
}
}
.footer-dark .item.social > a {
font-size:20px;
width:36px;
height:36px;
line-height:36px;
display:inline-block;
text-align:center;
border-radius:10%;
box-shadow:0 0 0 1px rgba(255,255,255,0.4);
margin:0 8px;
color:#fff;
opacity:0.75;
}
.footer-dark .item.social > a:hover {
opacity:0.9;
}
.footer-dark .copyright {
text-align:center;
padding-top:24px;
padding-bottom: 1%;
opacity:0.3;
font-size:13px;
margin-bottom:0;
} | 0.410756 | 0.077343 |
:root {
--lightgray : #efefef;
--middlegray : #cecece;
--primary : #ffa862;
--primary-hover: #ffd0a8;
--error: #ff7f7f;
--darkgray: #555;
--success: #d4e87c;
}
body.center {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}
body {
margin: 0;
font-family: Arial;
}
* {
box-sizing: border-box;
}
.line {
border-top: 1px solid var(--middlegray);
margin: 10px 0;
}
#logout {
padding-top: 5px;
}
input {
width: 100%;
border: 1px solid var(--darkgray);
padding: 10px;
}
.button {
border: 1px solid var(--darkgray);
background: var(--darkgray);
padding: 10px 20px;
color: white;
cursor: pointer;
display: inline-block;
margin-right: 10px;
}
a.button {
text-decoration: none;
font-size: 13px;
}
label {
display: block;
margin: 10px 0;
}
.button:hover {
background: var(--middlegray);
color: var(--darkgray);
}
a {
color: var(--primary);
}
a:hover {
color: var(--primary-hover);
}
.container {
border: 1px solid var(--middlegray);
background: var(--lightgray);
border-radius: 5px;
padding: 20px;
width: 700px;
}
.footer {
font-size: 12px;
text-align: center;
}
.centering {
margin: 15px 0;
display: flex;
justify-content: center;
}
.error {
background: var(--error);
padding: 5px;
text-align: center;
margin: 10px 0;
}
.app {
border-left: 1px solid var(--middlegray);
border-right: 1px solid var(--middlegray);
width: 1024px;
margin: auto;
height: 100vh;
overflow: auto;
}
.post-create-container {
border-bottom: 1px solid var(--middlegray);
margin-bottom: 25px;
padding: 0 10px;
}
.post-create-container textarea {
border: none;
font-size: 14px;
width: 100%;
padding: 10px;
border-radius: 0;
}
.post-create-container h4 {
margin-top: 0;
padding-top: 10px;
}
.tweet-container {
border-bottom: 1px solid var(--darkgray);
}
.tweet-container .tweet-head {
border-bottom: 1px solid var(--lightgray);
padding: 10px;
}
.tweet-container .tweet-head i {
color: var(--middlegray);
font-size: 12px;
}
.tweet-container .tweet-body {
padding: 10px;
}
.tweet-container .tweet-stats {
padding: 10px;
}
.tweet-container .tweet-stats a {
display: inline-block;
padding: 5px;
text-decoration: none;
color: black;
}
.tweet-container .tweet-stats a * {
vertical-align: middle;
}
.tweet-container .tweet-stats a.active {
background: var(--success);
}
.tweet-container .tweet-stats a.not-allowed {
cursor: not-allowed;
opacity: 0.5;
}
.tweet-retweet {
border: 1px solid var(--middlegray);
} | app/css/twitter/style.css | :root {
--lightgray : #efefef;
--middlegray : #cecece;
--primary : #ffa862;
--primary-hover: #ffd0a8;
--error: #ff7f7f;
--darkgray: #555;
--success: #d4e87c;
}
body.center {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}
body {
margin: 0;
font-family: Arial;
}
* {
box-sizing: border-box;
}
.line {
border-top: 1px solid var(--middlegray);
margin: 10px 0;
}
#logout {
padding-top: 5px;
}
input {
width: 100%;
border: 1px solid var(--darkgray);
padding: 10px;
}
.button {
border: 1px solid var(--darkgray);
background: var(--darkgray);
padding: 10px 20px;
color: white;
cursor: pointer;
display: inline-block;
margin-right: 10px;
}
a.button {
text-decoration: none;
font-size: 13px;
}
label {
display: block;
margin: 10px 0;
}
.button:hover {
background: var(--middlegray);
color: var(--darkgray);
}
a {
color: var(--primary);
}
a:hover {
color: var(--primary-hover);
}
.container {
border: 1px solid var(--middlegray);
background: var(--lightgray);
border-radius: 5px;
padding: 20px;
width: 700px;
}
.footer {
font-size: 12px;
text-align: center;
}
.centering {
margin: 15px 0;
display: flex;
justify-content: center;
}
.error {
background: var(--error);
padding: 5px;
text-align: center;
margin: 10px 0;
}
.app {
border-left: 1px solid var(--middlegray);
border-right: 1px solid var(--middlegray);
width: 1024px;
margin: auto;
height: 100vh;
overflow: auto;
}
.post-create-container {
border-bottom: 1px solid var(--middlegray);
margin-bottom: 25px;
padding: 0 10px;
}
.post-create-container textarea {
border: none;
font-size: 14px;
width: 100%;
padding: 10px;
border-radius: 0;
}
.post-create-container h4 {
margin-top: 0;
padding-top: 10px;
}
.tweet-container {
border-bottom: 1px solid var(--darkgray);
}
.tweet-container .tweet-head {
border-bottom: 1px solid var(--lightgray);
padding: 10px;
}
.tweet-container .tweet-head i {
color: var(--middlegray);
font-size: 12px;
}
.tweet-container .tweet-body {
padding: 10px;
}
.tweet-container .tweet-stats {
padding: 10px;
}
.tweet-container .tweet-stats a {
display: inline-block;
padding: 5px;
text-decoration: none;
color: black;
}
.tweet-container .tweet-stats a * {
vertical-align: middle;
}
.tweet-container .tweet-stats a.active {
background: var(--success);
}
.tweet-container .tweet-stats a.not-allowed {
cursor: not-allowed;
opacity: 0.5;
}
.tweet-retweet {
border: 1px solid var(--middlegray);
} | 0.442396 | 0.251935 |
*{margin:0;padding:0;}
body{
background:#fff;
font-family:'segoe ui',sans-serif;
}
/*.button{
width:100px;
background:#0078ff;
display:block;
margin:0 auto;
margin-top:1%;
padding:10px;
text-align:center;
text-decoration:none;
color:#fff;
cursor:pointer;
transition:background .3s;
-webkit-transition:background .3s;
}
.button:hover{
background:#2288bb;
}
*/
#logo_div{
width:150px;
height:150px;
margin:0 auto;
margin-top:50px;
margin-bottom:50px;
background:#fff;
border:1px solid #ccc;
border-radius:50%;
}
#login{
width:400px;
margin:0 auto;
margin-bottom:auto;
border:1px solid #ccc;
transition:opacity 1s;
-webkit-transition:opacity 1s;
}
#login h1{
background:#0078ff;
padding:20px 0;
font-size:140%;
font-weight:300;
text-align:center;
color:#fff;
}
form{
background:#f0f0f0;
padding:6% 4%;
}
#userTypeDiv{
width:100%;
height:30px;
background:#fff;
background-image: -webkit-linear-gradient(top , #fff, #F1F1F1);
background-image: -moz-linear-gradient(top , #fff, #F1F1F1);
margin-bottom:4%;
border:1px solid #ccc;
font-family:'Open Sans',sans-serif;
font-size:95%;
color:#555;
padding-top: 1%;
}
#userTypeDiv .inputIcon{
width: 15px;
height: 29px;
float: right;
background-image: url("spinner.png");
margin-top: -27px;
background-repeat: no-repeat;
padding-left: 2px;
}
#userTypeDiv select{
width:100%;
height:100%;
background:#fff;
border:1px solid #ccc;
padding:1%;
font-size:95%;
color:#555;
opacity: 0;
}
/* for webkit browsers
#userTypeDiv select :nth-child(n + 1){
padding:2%;
}*/
/* for mozilla browsers*/
#userTypeDiv select option{
padding:2%;
}
input[type="text"],input[type="password"]{
width:92%;
background:#fff;
margin-bottom:4%;
border:1px solid #ccc;
padding:4%;
font-size:95%;
color:#555;
}
input[type="submit"]{
width:100%;
background:#0078ff;
border:0;
padding:4%;
font-size:100%;
color:#fff;
cursor:pointer;
transition:background .3s;
-webkit-transition:background .3s;
}
input[type="submit"]:hover{
background:#004089;
} | demos/css/mainBlack.css | *{margin:0;padding:0;}
body{
background:#fff;
font-family:'segoe ui',sans-serif;
}
/*.button{
width:100px;
background:#0078ff;
display:block;
margin:0 auto;
margin-top:1%;
padding:10px;
text-align:center;
text-decoration:none;
color:#fff;
cursor:pointer;
transition:background .3s;
-webkit-transition:background .3s;
}
.button:hover{
background:#2288bb;
}
*/
#logo_div{
width:150px;
height:150px;
margin:0 auto;
margin-top:50px;
margin-bottom:50px;
background:#fff;
border:1px solid #ccc;
border-radius:50%;
}
#login{
width:400px;
margin:0 auto;
margin-bottom:auto;
border:1px solid #ccc;
transition:opacity 1s;
-webkit-transition:opacity 1s;
}
#login h1{
background:#0078ff;
padding:20px 0;
font-size:140%;
font-weight:300;
text-align:center;
color:#fff;
}
form{
background:#f0f0f0;
padding:6% 4%;
}
#userTypeDiv{
width:100%;
height:30px;
background:#fff;
background-image: -webkit-linear-gradient(top , #fff, #F1F1F1);
background-image: -moz-linear-gradient(top , #fff, #F1F1F1);
margin-bottom:4%;
border:1px solid #ccc;
font-family:'Open Sans',sans-serif;
font-size:95%;
color:#555;
padding-top: 1%;
}
#userTypeDiv .inputIcon{
width: 15px;
height: 29px;
float: right;
background-image: url("spinner.png");
margin-top: -27px;
background-repeat: no-repeat;
padding-left: 2px;
}
#userTypeDiv select{
width:100%;
height:100%;
background:#fff;
border:1px solid #ccc;
padding:1%;
font-size:95%;
color:#555;
opacity: 0;
}
/* for webkit browsers
#userTypeDiv select :nth-child(n + 1){
padding:2%;
}*/
/* for mozilla browsers*/
#userTypeDiv select option{
padding:2%;
}
input[type="text"],input[type="password"]{
width:92%;
background:#fff;
margin-bottom:4%;
border:1px solid #ccc;
padding:4%;
font-size:95%;
color:#555;
}
input[type="submit"]{
width:100%;
background:#0078ff;
border:0;
padding:4%;
font-size:100%;
color:#fff;
cursor:pointer;
transition:background .3s;
-webkit-transition:background .3s;
}
input[type="submit"]:hover{
background:#004089;
} | 0.119498 | 0.043043 |
#themify_lightbox_fa{
background:#fff;
color:#666;
border:none;
width:820px;
padding:20px 25px;
margin:auto;
position:absolute;
left:50%;
top:30px;
max-width: 90%;
transform: translateX(-50%);
z-index:9999999;
display:none;
font: normal 14px/1.6em Arial, Helvetica, sans-serif;
border-radius:12px;
box-shadow: 0 1px 20px 3px rgba(0,0,0,.4);
}
#themify_lightbox_fa .themify_lightbox_title{
font-size:1.5em;
color:#000;
margin:0 0 15px;
padding:0;
border:none;
text-transform:capitalize;
}
#themify_lightbox_fa .close_lightbox{
position:absolute;
top:8px;
right:20px;
color:#666;
padding:18px;
text-decoration:none
}
#themify_lightbox_fa .close_lightbox:hover{
color:#000;
text-decoration:none;
}
#themify_lightbox_fa .close_lightbox:before,
#themify_lightbox_fa .close_lightbox:after{
height:60%
}
#themify_lightbox_fa .tf-icon-group-select label input[type=radio],
#themify_lightbox_fa .tf-icon-group-select label{
margin-right:10px;
}
#themify_lightbox_overlay{
background:rgba(0,0,0,.7);
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
z-index:999999;
display:none;
}
#themify_lightbox_fa .lightbox_container{
min-height: 60vh;
max-height:500px;
overflow:hidden;
overflow-y:scroll;
margin-top:15px;
padding-top:15px;
border-top:solid 1px #ccc;
}
#themify_lightbox_fa .lightbox_container section a{
width: 33.3%;
line-height:1;
margin: 0 0 3px 0;
float:left;
display: block;
padding:7px 0 7px 14px;
text-decoration:none;
font-size:14px;
color:#a5a5a5;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
border-radius:12px;
box-sizing:border-box;
}
#themify_lightbox_fa .lightbox_container section a:hover,
#themify_lightbox_fa .lightbox_container section a.selected{
background:#9a9a9a;
color:#fff;
}
#themify_lightbox_fa a{
color: #491aaf;
text-decoration: none;
}
#themify_lightbox_fa .lightbox_container svg{
margin-right:1em;
font-size:20px;
color:#333;
vertical-align:middle;
}
#themify_lightbox_fa .lightbox_container .selected svg,
#themify_lightbox_fa .lightbox_container a:hover svg{
color:inherit;
transform:scale(1.4);
}
#themify_lightbox_fa .page-header{
clear:both;
font-size:20px;
text-align:center;
padding: 1em 0;
margin:0;
}
#themify_lightbox_fa .themify-lightbox-icon{
background: #fff;
font-size:12px;
padding: 20px 0 10px;
margin:-5px;
color:#afafaf;
text-transform:uppercase;
letter-spacing:.02em;
text-align:center;
position: sticky;
top: -15px;
}
#themify_lightbox_fa .themify-lightbox-icon li{
display:inline-block;
cursor:pointer;
list-style:none;
margin:0 0 10px;
}
#themify_lightbox_fa .themify-lightbox-icon span{
padding: 4px 10px;
border-radius:12px;
}
#themify_lightbox_fa .themify-lightbox-icon li:hover span,
#themify_lightbox_fa .themify-lightbox-icon li.selected span{
background:#9a9a9a;
color:#fff;
}
#themify-search-icon-input{
font-size:inherit;
float:right;
margin-right:0;
margin-top:25px;
width:200px;
padding: 8px 15px;
border: solid 1px #ccc;
box-sizing: border-box;
box-shadow:none;
border-radius:8px;
min-height:auto;
line-height:1;
}
#themify-search-icon-input:focus {
border-color: #666;
outline:none;
}
/* clearfix */
#themify_lightbox_fa .row:after,
#themify_lightbox_fa .themify-lightbox-icon:after{
content:"";
display:table;
clear:both;
}
@media screen and (min-width:1200px){
#themify_lightbox_fa{
width:900px;
}
} | wordpress/wp-content/themes/basic/themify/themify-icon-picker/assets/styles.css | #themify_lightbox_fa{
background:#fff;
color:#666;
border:none;
width:820px;
padding:20px 25px;
margin:auto;
position:absolute;
left:50%;
top:30px;
max-width: 90%;
transform: translateX(-50%);
z-index:9999999;
display:none;
font: normal 14px/1.6em Arial, Helvetica, sans-serif;
border-radius:12px;
box-shadow: 0 1px 20px 3px rgba(0,0,0,.4);
}
#themify_lightbox_fa .themify_lightbox_title{
font-size:1.5em;
color:#000;
margin:0 0 15px;
padding:0;
border:none;
text-transform:capitalize;
}
#themify_lightbox_fa .close_lightbox{
position:absolute;
top:8px;
right:20px;
color:#666;
padding:18px;
text-decoration:none
}
#themify_lightbox_fa .close_lightbox:hover{
color:#000;
text-decoration:none;
}
#themify_lightbox_fa .close_lightbox:before,
#themify_lightbox_fa .close_lightbox:after{
height:60%
}
#themify_lightbox_fa .tf-icon-group-select label input[type=radio],
#themify_lightbox_fa .tf-icon-group-select label{
margin-right:10px;
}
#themify_lightbox_overlay{
background:rgba(0,0,0,.7);
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
z-index:999999;
display:none;
}
#themify_lightbox_fa .lightbox_container{
min-height: 60vh;
max-height:500px;
overflow:hidden;
overflow-y:scroll;
margin-top:15px;
padding-top:15px;
border-top:solid 1px #ccc;
}
#themify_lightbox_fa .lightbox_container section a{
width: 33.3%;
line-height:1;
margin: 0 0 3px 0;
float:left;
display: block;
padding:7px 0 7px 14px;
text-decoration:none;
font-size:14px;
color:#a5a5a5;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
border-radius:12px;
box-sizing:border-box;
}
#themify_lightbox_fa .lightbox_container section a:hover,
#themify_lightbox_fa .lightbox_container section a.selected{
background:#9a9a9a;
color:#fff;
}
#themify_lightbox_fa a{
color: #491aaf;
text-decoration: none;
}
#themify_lightbox_fa .lightbox_container svg{
margin-right:1em;
font-size:20px;
color:#333;
vertical-align:middle;
}
#themify_lightbox_fa .lightbox_container .selected svg,
#themify_lightbox_fa .lightbox_container a:hover svg{
color:inherit;
transform:scale(1.4);
}
#themify_lightbox_fa .page-header{
clear:both;
font-size:20px;
text-align:center;
padding: 1em 0;
margin:0;
}
#themify_lightbox_fa .themify-lightbox-icon{
background: #fff;
font-size:12px;
padding: 20px 0 10px;
margin:-5px;
color:#afafaf;
text-transform:uppercase;
letter-spacing:.02em;
text-align:center;
position: sticky;
top: -15px;
}
#themify_lightbox_fa .themify-lightbox-icon li{
display:inline-block;
cursor:pointer;
list-style:none;
margin:0 0 10px;
}
#themify_lightbox_fa .themify-lightbox-icon span{
padding: 4px 10px;
border-radius:12px;
}
#themify_lightbox_fa .themify-lightbox-icon li:hover span,
#themify_lightbox_fa .themify-lightbox-icon li.selected span{
background:#9a9a9a;
color:#fff;
}
#themify-search-icon-input{
font-size:inherit;
float:right;
margin-right:0;
margin-top:25px;
width:200px;
padding: 8px 15px;
border: solid 1px #ccc;
box-sizing: border-box;
box-shadow:none;
border-radius:8px;
min-height:auto;
line-height:1;
}
#themify-search-icon-input:focus {
border-color: #666;
outline:none;
}
/* clearfix */
#themify_lightbox_fa .row:after,
#themify_lightbox_fa .themify-lightbox-icon:after{
content:"";
display:table;
clear:both;
}
@media screen and (min-width:1200px){
#themify_lightbox_fa{
width:900px;
}
} | 0.268366 | 0.069763 |
@charset "utf-8";
/*
* Title : Thumbnail Scroller (with PHP Admin)
* Version : 1.1
* File : style.css
* File Version : 1.0
* Created / Last Modified : 10 December 2012
* Author : <NAME>
* Copyright : © 2012 Dot on Paper
* Website : http://www.dotonpaper.net
* Description : Thumbnail Scroller - Admin Style.
*/
.DOPTS-admin{
background: #ffffff;
border: 1px solid #e3e3e3;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1em;
margin: 10px;
}
.DOPTS-admin .header{
background: #f0f0f0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f0f0f0');
background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f0f0f0));
background: -moz-linear-gradient(top, #fdfdfd, #f0f0f0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.DOPTS-admin strong{
font-weight: bold;
}
.DOPTS-clear{
clear: both;
}
.DOPTS-admin h1{
color: #aaaaaa;
float: left;
font-size: 18px;
font-weight: bold;
line-height: 1em;
padding: 15px 0 15px 10px;
}
#DOPTS-admin-message{
color: #909090;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 30px;
line-height: 30px;
margin: 12px 0 0 50px;
min-width: 200px;
opacity: 0;
filter: Alpha(Opacity=0);
}
#DOPTS-admin-message.loader{
background: url("../images/loader.gif") left center no-repeat;
padding: 0 0 0 25px;
}
#DOPTS-menu{
color: #909090;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 30px;
line-height: 30px;
margin: 10px 20px 0 0;
}
#DOPTS-menu:hover{
color: #c1d72e;
}
.DOPTS-admin .main{
display: none;
}
/* Columns */
.DOPTS-admin .column{
border: none !important;
float: left;
margin: 0 0 10px 0;
width: 220px;
}
.DOPTS-admin .no-data{
font-size: 12px;
font-style: italic;
margin: 10px 0 0 10px;
}
.DOPTS-admin .column-separator{
background: #e3e3e3;
float: left;
width: 1px;
}
.DOPTS-admin .column-header{
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
height: 44px;
width: 100%;
}
.DOPTS-admin .column-content-container{
width: 100%;
}
.DOPTS-admin .column-content-container ul{
margin: 0;
}
.DOPTS-admin .button{
margin: 12px 0 0 10px;
}
.DOPTS-admin .column-image{
margin: 10px 10px 0 10px;
min-height: 50px;
}
.DOPTS-admin .column-image img{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
height: auto;
width: 100%;
}
.DOPTS-admin .column-thumbnail-left{
float: left;
margin: 0 0 0 10px;
}
.DOPTS-admin .column-thumbnail-left .label{
margin: 20px 0 0 0;
}
.DOPTS-admin .column-thumbnail-right{
float: right;
margin: 0 10px 0 0;
}
.DOPTS-admin .column-thumbnail{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin: 10px 0 0 0;
overflow: hidden;
width: 0px;
}
/* Form */
.DOPTS-admin .column-input{
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e3e3e3;
color:#333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 10px 10px 0 10px;
padding: 5px;
resize: none;
width: 100%;
}
.DOPTS-admin .column-input:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .column-select{
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e3e3e3;
color:#333333;
font-size: 12px !important;
height: auto !important;
margin: 10px 10px 0 10px;
padding: 5px;
width: 50%;
}
.DOPTS-admin .column-select:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .label{
color: #888888;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 12px;
margin: 20px 0 0 10px;
}
.DOPTS-admin .submit-style{
background: #ffffff;
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #999999;
cursor: pointer;
font-size: 12px;
margin: 10px 0 0 10px;
padding: 4px 10px;
}
.DOPTS-admin .submit-style:hover{
background: #000000;
border: 1px solid #000000;
color: #ffffff;
}
.DOPTS-admin .submit-style:disabled{
background: #cccccc;
border: 1px solid #cccccc;
color: #ffffff;
}
.DOPTS-admin h3.settings{
border-bottom: 1px solid #888888;
color: #000000;
display: block;
font-size: 14px;
font-weight: bold;
line-height: 14px;
margin: 30px 10px 5px 10px;
padding: 0 0 10px 0;
}
.DOPTS-admin h3.settings:first-child{
margin: 10px 10px 5px 10px;
}
.DOPTS-admin .go-top{
color: #bbbbbb;
float: right;
font-size: 11px;
margin: 32px 10px 0 0;
text-decoration: none;
}
.DOPTS-admin .go-top:hover{
color: #000000;
}
.DOPTS-admin .setting-box{
margin: 0 0 0 10px;
padding: 5px 0 0 0;
}
.DOPTS-admin .setting-box label{
color: #888888;
display: block;
float: left;
font-size: 12px;
line-height: 12px;
margin: 4px 0 0 0;
width: 150px;
}
.DOPTS-admin .setting-box .pre{
color: #888888;
display: block;
float: left;
font-size: 12px;
line-height: 12px;
margin: 4px 0 0 0;
width: 10px;
}
.DOPTS-admin .setting-box .suf{
color: #888888;
display: block;
float: left;
font-size: 12px;
line-height: 12px;
padding: 4px 0 0 0;
width: 30px;
}
.DOPTS-admin .setting-box input{
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
float: left;
font-size: 12px;
margin: 0;
padding: 3px;
width: 120px;
}
.DOPTS-admin .setting-box input:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .settings input.small{
width: 52px;
}
.DOPTS-admin .setting-box select{
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
float: left;
font-size: 12px;
margin: 0;
padding: 3px;
width: 120px;
}
.DOPTS-admin .setting-box select:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .setting-box input[type=checkbox]{
margin: 5px 10px 0 0;
width: auto;
}
.DOPTS-admin .settings a.help{
background: url("../images/sprite.png") -100px 0;
display: block;
float: left;
height: 15px;
margin: 5px 0 0 10px;
width: 15px;
}
.DOPTS-admin .settings a.help:hover{
background: url("../images/sprite.png") -115px 0;
}
.DOPTS-admin .settings a.help-small{
background: url("../images/sprite.png") -100px 0;
display: block;
float: left;
height: 15px;
margin: 5px 0 0 70px;
width: 15px;
}
.DOPTS-admin .settings a.help-small:hover{
background: url("../images/sprite.png") -115px 0;
}
.DOPTS-admin .settings a.help-image{
background: url("../images/sprite.png") -100px 0;
display: block;
float: left;
height: 15px;
margin: 5px 0 0 40px;
width: 15px;
}
.DOPTS-admin .settings a.help-image:hover{
background: url("../images/sprite.png") -115px 0;
}
/* Add Button */
.DOPTS-admin .add-button{
float: left;
padding: 10px 0 0 10px;
}
.DOPTS-admin .add-button a{
background: url("../images/sprite.png") 0 0;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.DOPTS-admin .add-button a:hover{
background: url("../images/sprite.png") -25px 0;
}
.DOPTS-admin .add-button a.selected{
background: url("../images/sprite.png") -25px 0;
}
/* Edit Button */
.DOPTS-admin .edit-button{
float: left;
padding: 10px 0 0 10px;
}
.DOPTS-admin .edit-button a{
background: url("../images/sprite.png") -50px 0;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.DOPTS-admin .edit-button a:hover{
background: url("../images/sprite.png") -75px 0;
}
.DOPTS-admin .edit-button a.selected{
background: url("../images/sprite.png") -75px 0;
}
.DOPTS-admin .select-images{
background: #999;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5d5e', endColorstr='#444444');
background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5e), to(#444444));
background: -moz-linear-gradient(top, #5e5d5e, #444444);
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #ffffff;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 30px;
margin: 5px 0 0 10px;
width: 120px;
}
.DOPTS-admin .select-images:hover{
color: #ffffff;
}
/* Code Button */
.DOPTS-admin .code-button{
float: left;
padding: 10px 0 0 10px;
}
.DOPTS-admin .code-button a{
background: url("../images/sprite.png") -130px 0;
display: block;
height: 24px;
text-decoration: none;
width: 40px;
}
.DOPTS-admin .code-button a:hover{
background: url("../images/sprite.png") -170px 0;
}
.DOPTS-admin .code-button a.selected{
background: url("../images/sprite.png") -170px 0;
}
/* Items */
.DOPTS-admin .item{
background: #ededed;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #606060;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
height: 18px;
margin: 10px 10px 0 10px;
padding: 5px 10px 2px 10px;
width: 178px;
}
.DOPTS-admin .item:hover{
color: #000000;
}
.DOPTS-admin .item-selected{
background: #000000;
color: #ffffff;
cursor: default;
}
.DOPTS-admin .item-selected:hover{
border-color: #000000;
color: #ffffff;
}
.DOPTS-admin .item .id{
font-weight:bold;
}
.DOPTS-admin .item-image{
border: 2px #cccccc solid;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
cursor: pointer;
display: inline-block;
float: left;
height: 91px;
margin: 10px 10px 0 10px;
text-align: center;
width: 91px;
}
.DOPTS-admin .item-image span{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.DOPTS-admin .item-image:hover{
border: 2px #000000 solid;
}
.DOPTS-admin .item-image-selected{
border: 2px #000000 solid;
}
.DOPTS-admin .item-image-selected:hover{
border: 2px #000000 solid;
}
.DOPTS-admin .item-image-disabled{
opacity: 0.4;
filter: alpha(opacity=40);
}
.DOPTS-admin a.header-help{
background: url("../images/sprite.png") -100px 0;
display: block;
float: right;
height: 15px;
margin: 14px 10px 0 0;
width: 15px;
}
.DOPTS-admin a.header-help:hover{
background: url("../images/sprite.png") -115px 0;
}
.DOPTS-form{
border-top: 1px solid #e3e3e3;
padding: 5px 0 15px 0;
}
.DOPTS-form input[type=text]{
margin: 0 0 0 10px;
width: 500px;
}
/* FAQ */
.DOPTS-faq{
font-size: 12px;
padding: 10px 10px 0 10px;
}
.DOPTS-question{
color: #222222;
cursor: pointer;
font-weight: bold;
padding: 0 0 5px 0;
}
.DOPTS-answer{
color: #606060;
display: none;
padding: 5px 0 15px 20px;
}
.DOPTS-answer a{
color: #999999;
}
.DOPTS-answer a:hover{
color: #c1d72e;
} | dopts/admin/assets/gui/css/style.css | @charset "utf-8";
/*
* Title : Thumbnail Scroller (with PHP Admin)
* Version : 1.1
* File : style.css
* File Version : 1.0
* Created / Last Modified : 10 December 2012
* Author : <NAME>
* Copyright : © 2012 Dot on Paper
* Website : http://www.dotonpaper.net
* Description : Thumbnail Scroller - Admin Style.
*/
.DOPTS-admin{
background: #ffffff;
border: 1px solid #e3e3e3;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1em;
margin: 10px;
}
.DOPTS-admin .header{
background: #f0f0f0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f0f0f0');
background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f0f0f0));
background: -moz-linear-gradient(top, #fdfdfd, #f0f0f0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.DOPTS-admin strong{
font-weight: bold;
}
.DOPTS-clear{
clear: both;
}
.DOPTS-admin h1{
color: #aaaaaa;
float: left;
font-size: 18px;
font-weight: bold;
line-height: 1em;
padding: 15px 0 15px 10px;
}
#DOPTS-admin-message{
color: #909090;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 30px;
line-height: 30px;
margin: 12px 0 0 50px;
min-width: 200px;
opacity: 0;
filter: Alpha(Opacity=0);
}
#DOPTS-admin-message.loader{
background: url("../images/loader.gif") left center no-repeat;
padding: 0 0 0 25px;
}
#DOPTS-menu{
color: #909090;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 30px;
line-height: 30px;
margin: 10px 20px 0 0;
}
#DOPTS-menu:hover{
color: #c1d72e;
}
.DOPTS-admin .main{
display: none;
}
/* Columns */
.DOPTS-admin .column{
border: none !important;
float: left;
margin: 0 0 10px 0;
width: 220px;
}
.DOPTS-admin .no-data{
font-size: 12px;
font-style: italic;
margin: 10px 0 0 10px;
}
.DOPTS-admin .column-separator{
background: #e3e3e3;
float: left;
width: 1px;
}
.DOPTS-admin .column-header{
border-bottom: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
height: 44px;
width: 100%;
}
.DOPTS-admin .column-content-container{
width: 100%;
}
.DOPTS-admin .column-content-container ul{
margin: 0;
}
.DOPTS-admin .button{
margin: 12px 0 0 10px;
}
.DOPTS-admin .column-image{
margin: 10px 10px 0 10px;
min-height: 50px;
}
.DOPTS-admin .column-image img{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
height: auto;
width: 100%;
}
.DOPTS-admin .column-thumbnail-left{
float: left;
margin: 0 0 0 10px;
}
.DOPTS-admin .column-thumbnail-left .label{
margin: 20px 0 0 0;
}
.DOPTS-admin .column-thumbnail-right{
float: right;
margin: 0 10px 0 0;
}
.DOPTS-admin .column-thumbnail{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin: 10px 0 0 0;
overflow: hidden;
width: 0px;
}
/* Form */
.DOPTS-admin .column-input{
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e3e3e3;
color:#333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 10px 10px 0 10px;
padding: 5px;
resize: none;
width: 100%;
}
.DOPTS-admin .column-input:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .column-select{
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e3e3e3;
color:#333333;
font-size: 12px !important;
height: auto !important;
margin: 10px 10px 0 10px;
padding: 5px;
width: 50%;
}
.DOPTS-admin .column-select:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .label{
color: #888888;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 12px;
margin: 20px 0 0 10px;
}
.DOPTS-admin .submit-style{
background: #ffffff;
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #999999;
cursor: pointer;
font-size: 12px;
margin: 10px 0 0 10px;
padding: 4px 10px;
}
.DOPTS-admin .submit-style:hover{
background: #000000;
border: 1px solid #000000;
color: #ffffff;
}
.DOPTS-admin .submit-style:disabled{
background: #cccccc;
border: 1px solid #cccccc;
color: #ffffff;
}
.DOPTS-admin h3.settings{
border-bottom: 1px solid #888888;
color: #000000;
display: block;
font-size: 14px;
font-weight: bold;
line-height: 14px;
margin: 30px 10px 5px 10px;
padding: 0 0 10px 0;
}
.DOPTS-admin h3.settings:first-child{
margin: 10px 10px 5px 10px;
}
.DOPTS-admin .go-top{
color: #bbbbbb;
float: right;
font-size: 11px;
margin: 32px 10px 0 0;
text-decoration: none;
}
.DOPTS-admin .go-top:hover{
color: #000000;
}
.DOPTS-admin .setting-box{
margin: 0 0 0 10px;
padding: 5px 0 0 0;
}
.DOPTS-admin .setting-box label{
color: #888888;
display: block;
float: left;
font-size: 12px;
line-height: 12px;
margin: 4px 0 0 0;
width: 150px;
}
.DOPTS-admin .setting-box .pre{
color: #888888;
display: block;
float: left;
font-size: 12px;
line-height: 12px;
margin: 4px 0 0 0;
width: 10px;
}
.DOPTS-admin .setting-box .suf{
color: #888888;
display: block;
float: left;
font-size: 12px;
line-height: 12px;
padding: 4px 0 0 0;
width: 30px;
}
.DOPTS-admin .setting-box input{
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
float: left;
font-size: 12px;
margin: 0;
padding: 3px;
width: 120px;
}
.DOPTS-admin .setting-box input:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .settings input.small{
width: 52px;
}
.DOPTS-admin .setting-box select{
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
float: left;
font-size: 12px;
margin: 0;
padding: 3px;
width: 120px;
}
.DOPTS-admin .setting-box select:focus{
border: 1px solid #c1d72e;
}
.DOPTS-admin .setting-box input[type=checkbox]{
margin: 5px 10px 0 0;
width: auto;
}
.DOPTS-admin .settings a.help{
background: url("../images/sprite.png") -100px 0;
display: block;
float: left;
height: 15px;
margin: 5px 0 0 10px;
width: 15px;
}
.DOPTS-admin .settings a.help:hover{
background: url("../images/sprite.png") -115px 0;
}
.DOPTS-admin .settings a.help-small{
background: url("../images/sprite.png") -100px 0;
display: block;
float: left;
height: 15px;
margin: 5px 0 0 70px;
width: 15px;
}
.DOPTS-admin .settings a.help-small:hover{
background: url("../images/sprite.png") -115px 0;
}
.DOPTS-admin .settings a.help-image{
background: url("../images/sprite.png") -100px 0;
display: block;
float: left;
height: 15px;
margin: 5px 0 0 40px;
width: 15px;
}
.DOPTS-admin .settings a.help-image:hover{
background: url("../images/sprite.png") -115px 0;
}
/* Add Button */
.DOPTS-admin .add-button{
float: left;
padding: 10px 0 0 10px;
}
.DOPTS-admin .add-button a{
background: url("../images/sprite.png") 0 0;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.DOPTS-admin .add-button a:hover{
background: url("../images/sprite.png") -25px 0;
}
.DOPTS-admin .add-button a.selected{
background: url("../images/sprite.png") -25px 0;
}
/* Edit Button */
.DOPTS-admin .edit-button{
float: left;
padding: 10px 0 0 10px;
}
.DOPTS-admin .edit-button a{
background: url("../images/sprite.png") -50px 0;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.DOPTS-admin .edit-button a:hover{
background: url("../images/sprite.png") -75px 0;
}
.DOPTS-admin .edit-button a.selected{
background: url("../images/sprite.png") -75px 0;
}
.DOPTS-admin .select-images{
background: #999;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5d5e', endColorstr='#444444');
background: -webkit-gradient(linear, left top, left bottom, from(#5e5d5e), to(#444444));
background: -moz-linear-gradient(top, #5e5d5e, #444444);
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #ffffff;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height: 30px;
margin: 5px 0 0 10px;
width: 120px;
}
.DOPTS-admin .select-images:hover{
color: #ffffff;
}
/* Code Button */
.DOPTS-admin .code-button{
float: left;
padding: 10px 0 0 10px;
}
.DOPTS-admin .code-button a{
background: url("../images/sprite.png") -130px 0;
display: block;
height: 24px;
text-decoration: none;
width: 40px;
}
.DOPTS-admin .code-button a:hover{
background: url("../images/sprite.png") -170px 0;
}
.DOPTS-admin .code-button a.selected{
background: url("../images/sprite.png") -170px 0;
}
/* Items */
.DOPTS-admin .item{
background: #ededed;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #606060;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
height: 18px;
margin: 10px 10px 0 10px;
padding: 5px 10px 2px 10px;
width: 178px;
}
.DOPTS-admin .item:hover{
color: #000000;
}
.DOPTS-admin .item-selected{
background: #000000;
color: #ffffff;
cursor: default;
}
.DOPTS-admin .item-selected:hover{
border-color: #000000;
color: #ffffff;
}
.DOPTS-admin .item .id{
font-weight:bold;
}
.DOPTS-admin .item-image{
border: 2px #cccccc solid;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
cursor: pointer;
display: inline-block;
float: left;
height: 91px;
margin: 10px 10px 0 10px;
text-align: center;
width: 91px;
}
.DOPTS-admin .item-image span{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.DOPTS-admin .item-image:hover{
border: 2px #000000 solid;
}
.DOPTS-admin .item-image-selected{
border: 2px #000000 solid;
}
.DOPTS-admin .item-image-selected:hover{
border: 2px #000000 solid;
}
.DOPTS-admin .item-image-disabled{
opacity: 0.4;
filter: alpha(opacity=40);
}
.DOPTS-admin a.header-help{
background: url("../images/sprite.png") -100px 0;
display: block;
float: right;
height: 15px;
margin: 14px 10px 0 0;
width: 15px;
}
.DOPTS-admin a.header-help:hover{
background: url("../images/sprite.png") -115px 0;
}
.DOPTS-form{
border-top: 1px solid #e3e3e3;
padding: 5px 0 15px 0;
}
.DOPTS-form input[type=text]{
margin: 0 0 0 10px;
width: 500px;
}
/* FAQ */
.DOPTS-faq{
font-size: 12px;
padding: 10px 10px 0 10px;
}
.DOPTS-question{
color: #222222;
cursor: pointer;
font-weight: bold;
padding: 0 0 5px 0;
}
.DOPTS-answer{
color: #606060;
display: none;
padding: 5px 0 15px 20px;
}
.DOPTS-answer a{
color: #999999;
}
.DOPTS-answer a:hover{
color: #c1d72e;
} | 0.354098 | 0.086246 |
.right {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 20px;
}
.banner {
width: 100%;
}
.browse {
float: left;
width: 25%;
overflow: hidden;
text-align: center;
}
.ad {
padding: 6px 16px 6px 16px;
border-color: #aaa;
border-bottom-style: solid;
border-width: 1px;
border-color: #ddd;
}
.ad:hover {
background-color: #f6f6f6;
}
.empty {
padding-top: 8px;
padding-left: 16px;
background-image: url("../Images/Listing/nothing.png");
width: 100%;
height: 400px;
background-repeat: no-repeat;
background-position: center;
}
.description {
margin-top: 8px;
margin-bottom: 5px;
max-height: 60px;
overflow: hidden;
}
.description h3 {
margin: 0;
}
.container {
width: 1000px;
overflow: auto;
box-shadow: none;
border: none;
background-color: transparent;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 18px;
margin: 0;
font-weight: normal;
}
h3 {
font-size: 14px;
word-break: break-all;
font-weight: normal;
}
p {
margin: 0;
font-size: 12px;
}
.ad a {
color: #000000;
}
.camera {
background-image: url("../Images/Listing/camera.png");
background-repeat: no-repeat;
height: 16px;
width: 16px;
border: none;
margin-top: 6px;
margin: 0;
padding-bottom: 2px;
display: inline-block;
margin-right: 12px;
}
.popular {
background-image: url("../Images/Listing/fire.png");
background-repeat: no-repeat;
border: none;
padding-left: 16px;
margin-right: 12px;
}
.verified {
background-image: url("../Images/Listing/check.png");
background-repeat: no-repeat;
border: none;
padding-left: 16px;
margin-right: 10px;
}
.boosted {
background-image: url("../Images/Listing/star.png");
background-repeat: no-repeat;
border: none;
padding-left: 20px;
margin-left: 0;
margin-right: 8px;
}
.nav-container {
width: 100%;
margin: auto;
text-align: center;
padding-top: 2px;
padding-bottom: 6px;
background-color: #FAFAFA;
}
.nav {
width: 20%;
display: inline-block;
font-family: 'Roboto', sans-serif;
margin-top: 4px;
margin-bottom: 4px;
font-size: 20px;
color: #000000;
font-weight: lighter;
padding: 4px;
margin-right: 75px;
margin-left: 75px;
}
.nav:hover {
background-color: #EFEFEF;
border-radius: 4px;
}
.boost {
background-color: #fff8e4;
background-image: url("../Images/Listing/listing-boosted.png");
background-repeat: no-repeat;
background-position: center right;
}
.boost:hover {
background-color: #fff1c8;
}
.popular-ad {
background-color: #ffe7e7;
background-image: url("../Images/Listing/listing-fire.png");
background-repeat: no-repeat;
background-position: center right;
}
.popular-ad:hover {
background-color: #ffdddd;
}
.verified-ad {
background-color: #e7f6ff;
background-image: url("../Images/Listing/listing-verified.png");
background-repeat: no-repeat;
background-position: center right;
}
.verified-ad:hover {
background-color: #ddf3ff;
}
.right-container {
display: inline-block;
width: 100%;
border: none;
border-color: #ddd;
border-bottom-style: solid;
border-width: 1px;
padding-top: 6px;
padding-bottom: 14px;
}
.page-number {
float: right;
font-size: 16px;
margin-left: 10px;
padding-top: 4px;
font-family: 'Roboto', sans-serif;
padding-right: 16px;
}
.right-header {
font-size: 20px;
padding-left: 16px;
display: inline;
font-weight: lighter;
}
.created {
padding-top: 4px;
}
.icons {
padding-top: 4px;
}
.camera:hover, .popular:hover, .verified:hover, .boosted:hover {
-webkit-filter: brightness(1.1);
filter: brightness(1.1);
cursor: help;
}
.subcategory {
margin: 4px;
margin-left: 14px;
margin-top: 10px;
display: inline-block;
font-size: 14px;
font-weight:lighter;
font-family: 'Roboto', sans-serif;
padding: 4px 8px 4px 8px;
border-radius: 4px;
}
.subcategory:hover{
background: rgba(0, 0, 0, .05);
}
.subcategory a {
color:#000000;
}
.selected-subcategory{
font-weight: normal;
background-color: #FFDBB6;
}
.selected-subcategory:hover{
background: rgba(255, 219, 182, .75);
} | Zhigly/Zhigly/Styles/SchoolStyle.css | .right {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 20px;
}
.banner {
width: 100%;
}
.browse {
float: left;
width: 25%;
overflow: hidden;
text-align: center;
}
.ad {
padding: 6px 16px 6px 16px;
border-color: #aaa;
border-bottom-style: solid;
border-width: 1px;
border-color: #ddd;
}
.ad:hover {
background-color: #f6f6f6;
}
.empty {
padding-top: 8px;
padding-left: 16px;
background-image: url("../Images/Listing/nothing.png");
width: 100%;
height: 400px;
background-repeat: no-repeat;
background-position: center;
}
.description {
margin-top: 8px;
margin-bottom: 5px;
max-height: 60px;
overflow: hidden;
}
.description h3 {
margin: 0;
}
.container {
width: 1000px;
overflow: auto;
box-shadow: none;
border: none;
background-color: transparent;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 18px;
margin: 0;
font-weight: normal;
}
h3 {
font-size: 14px;
word-break: break-all;
font-weight: normal;
}
p {
margin: 0;
font-size: 12px;
}
.ad a {
color: #000000;
}
.camera {
background-image: url("../Images/Listing/camera.png");
background-repeat: no-repeat;
height: 16px;
width: 16px;
border: none;
margin-top: 6px;
margin: 0;
padding-bottom: 2px;
display: inline-block;
margin-right: 12px;
}
.popular {
background-image: url("../Images/Listing/fire.png");
background-repeat: no-repeat;
border: none;
padding-left: 16px;
margin-right: 12px;
}
.verified {
background-image: url("../Images/Listing/check.png");
background-repeat: no-repeat;
border: none;
padding-left: 16px;
margin-right: 10px;
}
.boosted {
background-image: url("../Images/Listing/star.png");
background-repeat: no-repeat;
border: none;
padding-left: 20px;
margin-left: 0;
margin-right: 8px;
}
.nav-container {
width: 100%;
margin: auto;
text-align: center;
padding-top: 2px;
padding-bottom: 6px;
background-color: #FAFAFA;
}
.nav {
width: 20%;
display: inline-block;
font-family: 'Roboto', sans-serif;
margin-top: 4px;
margin-bottom: 4px;
font-size: 20px;
color: #000000;
font-weight: lighter;
padding: 4px;
margin-right: 75px;
margin-left: 75px;
}
.nav:hover {
background-color: #EFEFEF;
border-radius: 4px;
}
.boost {
background-color: #fff8e4;
background-image: url("../Images/Listing/listing-boosted.png");
background-repeat: no-repeat;
background-position: center right;
}
.boost:hover {
background-color: #fff1c8;
}
.popular-ad {
background-color: #ffe7e7;
background-image: url("../Images/Listing/listing-fire.png");
background-repeat: no-repeat;
background-position: center right;
}
.popular-ad:hover {
background-color: #ffdddd;
}
.verified-ad {
background-color: #e7f6ff;
background-image: url("../Images/Listing/listing-verified.png");
background-repeat: no-repeat;
background-position: center right;
}
.verified-ad:hover {
background-color: #ddf3ff;
}
.right-container {
display: inline-block;
width: 100%;
border: none;
border-color: #ddd;
border-bottom-style: solid;
border-width: 1px;
padding-top: 6px;
padding-bottom: 14px;
}
.page-number {
float: right;
font-size: 16px;
margin-left: 10px;
padding-top: 4px;
font-family: 'Roboto', sans-serif;
padding-right: 16px;
}
.right-header {
font-size: 20px;
padding-left: 16px;
display: inline;
font-weight: lighter;
}
.created {
padding-top: 4px;
}
.icons {
padding-top: 4px;
}
.camera:hover, .popular:hover, .verified:hover, .boosted:hover {
-webkit-filter: brightness(1.1);
filter: brightness(1.1);
cursor: help;
}
.subcategory {
margin: 4px;
margin-left: 14px;
margin-top: 10px;
display: inline-block;
font-size: 14px;
font-weight:lighter;
font-family: 'Roboto', sans-serif;
padding: 4px 8px 4px 8px;
border-radius: 4px;
}
.subcategory:hover{
background: rgba(0, 0, 0, .05);
}
.subcategory a {
color:#000000;
}
.selected-subcategory{
font-weight: normal;
background-color: #FFDBB6;
}
.selected-subcategory:hover{
background: rgba(255, 219, 182, .75);
} | 0.547222 | 0.11304 |
* {
list-style: none;
margin: 0;
padding: 0;
}
html {
/* text-align: center; */
background-image: url(../images/benz.png);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(0, 0, 0, 0.5);
}
#form {
background: rgb(247, 241, 241);
border: 1px solid rgba(0,0,0,.3);
box-shadow: 5px 5px 5px rgba(0,0,0,.3);
margin: 15px auto;
width: 50%;
padding: 15px;
}
#sign_in_form {
width: 50%;
margin: auto;
margin-bottom: 0;
/* text-align: center; */
padding: 15px;
}
#sign_in_list {
width: 100%;
margin: auto;
text-align: right;
}
#sign_in_list label {
width: 20%;
text-align: left;
margin: auto;
padding: 5px;
}
#sign_in_list input {
width: 65%;
margin: auto;
}
#submit_button {
padding: 5px 15px;
font-size: 18px;
margin-top: 10px;
width: 50%;
color: white;
background-color: rgba(68, 68, 68,.75);
}
#submit_button_time {
padding: 5px 15px;
font-size: 18px;
margin-top: 10px;
width: 15%;
color: white;
background-color: rgba(68, 68, 68,.75);
}
#link_button {
padding: 5px 15px;
font-size: 12px;
width: 25%;
color: rgba(1, 60, 131, 0.85);
background-color: white;
margin-bottom: 10px;
}
a {
text-decoration: none;
}
#jobsite_form {
background: rgb(247, 241, 241);
box-shadow: 0 0 5px rgba(0,0,0,.3);
margin: 10px;
padding: 0px;
}
.main_page {
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,.3);
margin: 16px auto;
max-width: 90%;
max-height: fit-content;
align-items: center;
padding: auto;
padding-bottom: 10px;
text-align: center;
}
.sign_in_page {
display: block;
background:rgba(225, 230, 236,.85);
box-shadow: 0 0 10px rgba(0,0,0,.3);
margin: 40px auto;
width: 45%;
height: fit-content;
align-items: center;
padding: 15px;
padding-bottom: 10px;
text-align: center;
}
h2 {
border-bottom: 2px solid #ccc;
font-size: 24px;
line-height: 36px;
margin-bottom: 16px;
padding: auto;
text-align: left;
}
#header_h2 {
font-size: 24px;
line-height: 36px;
margin-bottom: 5px;
text-align: center;
}
#display_list {
width: 90%;
background-color: rgb(225, 230, 236);
border: 1px solid rgba(0,0,0,.3);
box-shadow: 5px 5px 5px rgba(0,0,0,.3);
padding: 10px;
margin: auto;
margin-bottom: 10px;
text-align:center;
align-items: center;
}
#back_button {
width: 20px;
height: 20px;
}
#back_button a {
text-emphasis: none;
}
#sub_header {
background:rgba(179, 179, 179, 0.3);
padding-left: 10px;
padding-top: 0;
border-bottom: 1px solid rgb(143, 143, 143);
box-shadow: 0px 2px 5px rgba(0,0,0,.3);
}
#subheader_button {
background:rgba(179, 179, 179, 0.5);
border: none;
float: right;
width: 100px;
display: inline-block;
height: 36px;
}
button a{
width: 100%;
height: 100%;
}
#subheader_button:hover {background-color: rgba(179, 179, 179, 0.75);}
#form_header {
background: rgb(247, 241, 241);
border-bottom: 1px solid rgb(143, 143, 143);
font-size: 24px;
line-height: 36px;
margin: 0px;
padding-left: 10px;
margin-bottom: 16px;
padding: auto;
text-align: left;
}
#form_header_btn {
background: rgba(221, 209, 209, 0.5);
border: none;
float: right;
width: 100px;
display: inline-block;
height: 36px;
}
#form_header_btn:hover {background-color: rgba(221, 209, 209, 0.75);}
th {
font-size: 16px;
line-height: 24px;
margin-bottom: 15px;
border-bottom: 1px solid rgb(70, 70, 70);
}
td {
padding-left: 10px;
}
form th {
border-bottom: none;
}
#blank_header {
border-bottom: none;
text-align: center;
width: 0px;
padding: 0px;
}
#blankcell {
text-align: center;
width: 5px;
padding: 0px;
}
#tbl_list_job #blankcell{
padding-left: 0px;
}
.checkbox_label{
margin-top: 15px;
padding-left: 5px;
padding-right: 10px;
} | public/stylesheets/index.css | * {
list-style: none;
margin: 0;
padding: 0;
}
html {
/* text-align: center; */
background-image: url(../images/benz.png);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(0, 0, 0, 0.5);
}
#form {
background: rgb(247, 241, 241);
border: 1px solid rgba(0,0,0,.3);
box-shadow: 5px 5px 5px rgba(0,0,0,.3);
margin: 15px auto;
width: 50%;
padding: 15px;
}
#sign_in_form {
width: 50%;
margin: auto;
margin-bottom: 0;
/* text-align: center; */
padding: 15px;
}
#sign_in_list {
width: 100%;
margin: auto;
text-align: right;
}
#sign_in_list label {
width: 20%;
text-align: left;
margin: auto;
padding: 5px;
}
#sign_in_list input {
width: 65%;
margin: auto;
}
#submit_button {
padding: 5px 15px;
font-size: 18px;
margin-top: 10px;
width: 50%;
color: white;
background-color: rgba(68, 68, 68,.75);
}
#submit_button_time {
padding: 5px 15px;
font-size: 18px;
margin-top: 10px;
width: 15%;
color: white;
background-color: rgba(68, 68, 68,.75);
}
#link_button {
padding: 5px 15px;
font-size: 12px;
width: 25%;
color: rgba(1, 60, 131, 0.85);
background-color: white;
margin-bottom: 10px;
}
a {
text-decoration: none;
}
#jobsite_form {
background: rgb(247, 241, 241);
box-shadow: 0 0 5px rgba(0,0,0,.3);
margin: 10px;
padding: 0px;
}
.main_page {
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,.3);
margin: 16px auto;
max-width: 90%;
max-height: fit-content;
align-items: center;
padding: auto;
padding-bottom: 10px;
text-align: center;
}
.sign_in_page {
display: block;
background:rgba(225, 230, 236,.85);
box-shadow: 0 0 10px rgba(0,0,0,.3);
margin: 40px auto;
width: 45%;
height: fit-content;
align-items: center;
padding: 15px;
padding-bottom: 10px;
text-align: center;
}
h2 {
border-bottom: 2px solid #ccc;
font-size: 24px;
line-height: 36px;
margin-bottom: 16px;
padding: auto;
text-align: left;
}
#header_h2 {
font-size: 24px;
line-height: 36px;
margin-bottom: 5px;
text-align: center;
}
#display_list {
width: 90%;
background-color: rgb(225, 230, 236);
border: 1px solid rgba(0,0,0,.3);
box-shadow: 5px 5px 5px rgba(0,0,0,.3);
padding: 10px;
margin: auto;
margin-bottom: 10px;
text-align:center;
align-items: center;
}
#back_button {
width: 20px;
height: 20px;
}
#back_button a {
text-emphasis: none;
}
#sub_header {
background:rgba(179, 179, 179, 0.3);
padding-left: 10px;
padding-top: 0;
border-bottom: 1px solid rgb(143, 143, 143);
box-shadow: 0px 2px 5px rgba(0,0,0,.3);
}
#subheader_button {
background:rgba(179, 179, 179, 0.5);
border: none;
float: right;
width: 100px;
display: inline-block;
height: 36px;
}
button a{
width: 100%;
height: 100%;
}
#subheader_button:hover {background-color: rgba(179, 179, 179, 0.75);}
#form_header {
background: rgb(247, 241, 241);
border-bottom: 1px solid rgb(143, 143, 143);
font-size: 24px;
line-height: 36px;
margin: 0px;
padding-left: 10px;
margin-bottom: 16px;
padding: auto;
text-align: left;
}
#form_header_btn {
background: rgba(221, 209, 209, 0.5);
border: none;
float: right;
width: 100px;
display: inline-block;
height: 36px;
}
#form_header_btn:hover {background-color: rgba(221, 209, 209, 0.75);}
th {
font-size: 16px;
line-height: 24px;
margin-bottom: 15px;
border-bottom: 1px solid rgb(70, 70, 70);
}
td {
padding-left: 10px;
}
form th {
border-bottom: none;
}
#blank_header {
border-bottom: none;
text-align: center;
width: 0px;
padding: 0px;
}
#blankcell {
text-align: center;
width: 5px;
padding: 0px;
}
#tbl_list_job #blankcell{
padding-left: 0px;
}
.checkbox_label{
margin-top: 15px;
padding-left: 5px;
padding-right: 10px;
} | 0.336549 | 0.086285 |
.about-sec1 {
background-image: url('https://summit.cckorea.org/images/base/mobile_intro_bg.png');
height: 500px;
width: 100%;
background-size: contain;
display: flex;
flex-direction: column;
}
.header {
height: 70px;
}
.sec1-title {
margin-top: 10px;
}
.sec1-title,
.sec1-title2 {
font-size: 22px;
color: #ec5242;
display: flex;
width: auto;
align-items: center;
justify-content: center;
}
.sec1-title2 {
font-size: 2rem;
margin-top: 4%;
font-weight: bold;
}
.partners {
display: flex;
width: 100%;
height: 150px;
background-color: white;
}
.lisence-title {
font-size: 20px;
width: 30%;
margin-top: 40px;
margin-left: 30px;
}
.lisence-title2 {
font-size: 15px;
margin-left: 50px;
max-width: 60%;
margin-top: 30px;
}
.sec1-para {
width: 80%;
display: flex;
text-align: center;
align-items: center;
background-color: white;
height: 20%;
max-width: 400px;
margin: 0 auto;
margin-top: 8%;
border: 0.1px solid rgb(201, 201, 201);
}
.navBar {
height: 60px;
margin-top: 2%;
margin-left: 2%;
width: 98px;
}
.contactUs {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 80px;
}
.contactUs-para {
font-size: 1rem;
font-weight: 300;
margin: 0 auto;
text-align: center;
}
.contactUs-email {
margin-top: 20px;
text-decoration: underline;
}
.header-active {
background-color: antiquewhite;
background-image: none;
}
.featuredSpeakers {
display: none;
}
.logo-para-section {
background-color: white;
height: 400px;
width: 100%;
display: flex;
flex-direction: column;
border-bottom: 0.8px solid rgb(216, 213, 213);
}
.logo-para-title {
font-size: 1.5rem;
font-weight: 600;
align-items: center;
text-align: center;
margin-top: 20px;
}
.logo-para-title-desktop {
display: none;
}
.lP-para {
text-align: center;
width: 80%;
display: flex;
margin: 0 auto;
margin-top: 10px;
}
.separatorlogo {
margin-top: 8px;
width: 30px;
height: 1px;
}
.logoImg-div {
border: 1px solid rgb(199, 191, 191);
width: 80%;
height: 40%;
margin: 0 auto;
margin-top: 6%;
max-width: 500px;
}
.logo-image {
width: 50%;
height: 80%;
margin: 0 auto;
display: flex;
}
.stp-section {
height: 700px;
width: 100%;
background-color: white;
display: flex;
flex-direction: column;
gap: 2%;
}
.stp-images {
display: flex;
flex-direction: column;
height: 70%;
width: 100%;
max-height: 400px;
}
.stpImg {
background-color: #ec5242;
background-blend-mode: overlay;
height: 45%;
width: 80%;
}
.stp-img {
width: 100%;
height: 100%;
opacity: 0.3;
}
.partners-mobile {
display: flex;
height: 250px;
width: 100%;
background-color: rgb(68, 66, 66);
flex-direction: column;
gap: 10px;
}
.partners-title {
margin: 0 auto;
margin-top: 5px;
font-size: 25px;
color: rgb(226, 225, 225);
font-weight: bold;
}
.partners-Ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.partners-Li {
font-size: 2.4rem;
padding: 12px;
color: rgb(122, 122, 122);
}
.div-desktop,
.contactUs-para-desktop,
.lpt-desktop,
.desktop-footer {
display: none;
}
@media screen and (max-width: 500px) {
.sec1-title2 {
font-size: 1.5rem;
}
.navBar {
height: 45px;
width: 50px;
padding: 2px;
}
.partners-Li {
font-size: 1.7rem;
}
.sec1-para {
font-size: small;
height: 30%;
}
}
@media screen and (max-width: 400px) {
.sec1-title2 {
font-size: 1.1rem;
}
}
@media screen and (max-width: 600px) {
.sec1-para {
height: 30%;
}
}
@media screen and (min-width: 600px) {
.sec1-para {
max-width: 600px;
}
}
@media screen and (min-width: 990px) {
.about-sec1 {
height: 70vh;
}
.sec1-title {
display: none;
}
.sec1-title2 {
font-size: 4rem;
}
.header {
height: 80px;
}
.sec1-para {
height: 200px;
max-width: 700px;
font-size: large;
}
.contactUs-para,
.lpt,
.partners-mobile {
display: none;
}
.contactUs-para-desktop,
.lpt-desktop {
display: block;
}
.lpt-desktop {
font-size: 30px;
margin: 0 auto;
margin-top: 20px;
font-weight: 500;
}
.contactUs-email {
margin-top: 4px;
}
.div-desktop {
background-color: rgb(59, 55, 55);
height: 40px;
width: 100%;
display: block;
}
.div-desktop-ul {
display: flex;
justify-content: flex-end;
gap: 10%;
}
.div-desktop-li {
color: white;
padding: 10px;
margin-right: 10px;
}
.stp-section {
height: 500px;
}
.stp-images {
flex-direction: row;
width: 80%;
height: 80%;
justify-content: space-around;
margin: 0 auto;
gap: 20px;
max-width: 700px;
}
.lisence {
background-color: rgb(41, 38, 38);
}
.lisence-title,
.lisence-title2 {
color: white;
}
} | styles/about.css | .about-sec1 {
background-image: url('https://summit.cckorea.org/images/base/mobile_intro_bg.png');
height: 500px;
width: 100%;
background-size: contain;
display: flex;
flex-direction: column;
}
.header {
height: 70px;
}
.sec1-title {
margin-top: 10px;
}
.sec1-title,
.sec1-title2 {
font-size: 22px;
color: #ec5242;
display: flex;
width: auto;
align-items: center;
justify-content: center;
}
.sec1-title2 {
font-size: 2rem;
margin-top: 4%;
font-weight: bold;
}
.partners {
display: flex;
width: 100%;
height: 150px;
background-color: white;
}
.lisence-title {
font-size: 20px;
width: 30%;
margin-top: 40px;
margin-left: 30px;
}
.lisence-title2 {
font-size: 15px;
margin-left: 50px;
max-width: 60%;
margin-top: 30px;
}
.sec1-para {
width: 80%;
display: flex;
text-align: center;
align-items: center;
background-color: white;
height: 20%;
max-width: 400px;
margin: 0 auto;
margin-top: 8%;
border: 0.1px solid rgb(201, 201, 201);
}
.navBar {
height: 60px;
margin-top: 2%;
margin-left: 2%;
width: 98px;
}
.contactUs {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 80px;
}
.contactUs-para {
font-size: 1rem;
font-weight: 300;
margin: 0 auto;
text-align: center;
}
.contactUs-email {
margin-top: 20px;
text-decoration: underline;
}
.header-active {
background-color: antiquewhite;
background-image: none;
}
.featuredSpeakers {
display: none;
}
.logo-para-section {
background-color: white;
height: 400px;
width: 100%;
display: flex;
flex-direction: column;
border-bottom: 0.8px solid rgb(216, 213, 213);
}
.logo-para-title {
font-size: 1.5rem;
font-weight: 600;
align-items: center;
text-align: center;
margin-top: 20px;
}
.logo-para-title-desktop {
display: none;
}
.lP-para {
text-align: center;
width: 80%;
display: flex;
margin: 0 auto;
margin-top: 10px;
}
.separatorlogo {
margin-top: 8px;
width: 30px;
height: 1px;
}
.logoImg-div {
border: 1px solid rgb(199, 191, 191);
width: 80%;
height: 40%;
margin: 0 auto;
margin-top: 6%;
max-width: 500px;
}
.logo-image {
width: 50%;
height: 80%;
margin: 0 auto;
display: flex;
}
.stp-section {
height: 700px;
width: 100%;
background-color: white;
display: flex;
flex-direction: column;
gap: 2%;
}
.stp-images {
display: flex;
flex-direction: column;
height: 70%;
width: 100%;
max-height: 400px;
}
.stpImg {
background-color: #ec5242;
background-blend-mode: overlay;
height: 45%;
width: 80%;
}
.stp-img {
width: 100%;
height: 100%;
opacity: 0.3;
}
.partners-mobile {
display: flex;
height: 250px;
width: 100%;
background-color: rgb(68, 66, 66);
flex-direction: column;
gap: 10px;
}
.partners-title {
margin: 0 auto;
margin-top: 5px;
font-size: 25px;
color: rgb(226, 225, 225);
font-weight: bold;
}
.partners-Ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.partners-Li {
font-size: 2.4rem;
padding: 12px;
color: rgb(122, 122, 122);
}
.div-desktop,
.contactUs-para-desktop,
.lpt-desktop,
.desktop-footer {
display: none;
}
@media screen and (max-width: 500px) {
.sec1-title2 {
font-size: 1.5rem;
}
.navBar {
height: 45px;
width: 50px;
padding: 2px;
}
.partners-Li {
font-size: 1.7rem;
}
.sec1-para {
font-size: small;
height: 30%;
}
}
@media screen and (max-width: 400px) {
.sec1-title2 {
font-size: 1.1rem;
}
}
@media screen and (max-width: 600px) {
.sec1-para {
height: 30%;
}
}
@media screen and (min-width: 600px) {
.sec1-para {
max-width: 600px;
}
}
@media screen and (min-width: 990px) {
.about-sec1 {
height: 70vh;
}
.sec1-title {
display: none;
}
.sec1-title2 {
font-size: 4rem;
}
.header {
height: 80px;
}
.sec1-para {
height: 200px;
max-width: 700px;
font-size: large;
}
.contactUs-para,
.lpt,
.partners-mobile {
display: none;
}
.contactUs-para-desktop,
.lpt-desktop {
display: block;
}
.lpt-desktop {
font-size: 30px;
margin: 0 auto;
margin-top: 20px;
font-weight: 500;
}
.contactUs-email {
margin-top: 4px;
}
.div-desktop {
background-color: rgb(59, 55, 55);
height: 40px;
width: 100%;
display: block;
}
.div-desktop-ul {
display: flex;
justify-content: flex-end;
gap: 10%;
}
.div-desktop-li {
color: white;
padding: 10px;
margin-right: 10px;
}
.stp-section {
height: 500px;
}
.stp-images {
flex-direction: row;
width: 80%;
height: 80%;
justify-content: space-around;
margin: 0 auto;
gap: 20px;
max-width: 700px;
}
.lisence {
background-color: rgb(41, 38, 38);
}
.lisence-title,
.lisence-title2 {
color: white;
}
} | 0.527803 | 0.118232 |
.logo {
width: 150px;
}
.header__topbar {
background-color: #F2F2F2;
height: 28px;
transition: 1s;
/* display: none; */
}
.header__cart-tablet-icon {
font-size: 2.4rem;
color: #000000;
}
.cart-mobile>i {
font-size: 2.4rem;
cursor: pointer;
}
.header-bar-icon {
font-size: 2.4rem;
color: #000;
cursor: pointer;
}
.header__cart-tablet-icon:hover {
color: black;
}
.header-bar-icon:hover {
color: black;
}
.header__topbar .container {
height: 100%;
}
.header__topbar-list {
display: flex;
justify-content: space-between;
height: 100%;
align-items: center;
}
.header__topbar-item {
margin-right: 26px;
}
.header__topbar-list-right>.header__topbar-list>.header__topbar-item:nth-child(3) {
margin-right: 0;
}
.header__topbar-list-right>.header__topbar-list>.header__topbar-item:nth-child(2) {
margin-right: 0;
}
.header__topbar-list-left {
display: flex;
}
.header__topbar-item-link:hover {
text-decoration: none;
}
.header__topbar-item-link:hover .header__topbar-item-icon {
color: black;
}
.header__topbar-item-link:hover .header__topbar-item-nameicon {
color: black;
}
/* .header__topbar-item-icon:hover {
color:black;
} */
.header__topbar-item-icon {
color: #9E9E9E;
font-size: 1.6rem;
margin-right: 4px;
}
.header__topbar-item-nameicon {
color: #333;
font-size: 1.4rem;
cursor: pointer;
}
.header__topbar-item-count {
color: red;
font-size: 1.4rem;
}
.header__topbar-wrap {
display: flex;
justify-content: space-between;
}
/* header main */
/*------------------- header-tablet */
.nav-tablet {
position: fixed;
max-width: 800px;
min-width: 300px;
width: 80%;
top: 0;
right: 0;
transition: 0.4s;
bottom: 0;
background-color: white;
z-index: 1000;
transform: translateX(100%);
display: flex;
flex-direction: column;
}
.nav-tablet-list {
flex: 1;
}
.nav-tablet-item-head {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px;
font-size: 2.6rem;
color: #939393;
border-bottom: 1px solid #939393;
}
.nav-tablet-item {
padding: 14px;
font-size: 2rem;
}
.nav-tablet-link {
color: black;
}
.authentication-mobile {
border-bottom: 1px solid #939393;
margin: 14px;
padding-bottom: 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
.login-mobile {
font-size: 2.4rem;
}
.login-mobile a {
padding: 6px;
color: black;
}
.logout-mobile {
font-size: 2.4rem;
}
.logout-mobile a {
color: black;
}
.info-mobile {
display: flex;
flex-direction: column;
font-size: 1.8rem;
align-items: center;
justify-content: center;
}
.modal {
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgb(0, 0, 0, 0.3);
transition: 0.4s;
display: none;
position: fixed;
z-index: 999;
}
.close {
cursor: pointer;
}
/* --------------------- */
.header__main {
height: var(--header-height);
position: fixed;
z-index: 998;
background: transparent;
width: 100%;
transition: 0.2s;
box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.2);
}
.header__main:hover {
background-color: white !important;
}
.header__main:hover .search--input {
border-color: #a7a7a7 !important;
}
.search--input:focus {
border-color: red;
}
.header__main-list {
display: flex;
justify-content: space-evenly;
align-items: center;
height: 100%;
/* padding : 37px 0; */
position: relative;
}
.header__main-item {
display: flex;
align-items: center;
height: 100%;
line-height: 1.8rem;
margin: 0 16px;
}
.header__main-item:hover .header__main-category {
/* visibility: visible;
opacity: 1; */
display: block;
}
.header__main-item:hover .header__main-item-icon {
transform: rotate(180deg)
}
.header__main-item:nth-child(1):hover {
border-bottom: 2px solid black;
}
.header__main-item:nth-child(5):hover {
border-bottom: 2px solid black;
}
.header__main-logo-link {
height: 100%;
display: flex;
align-items: center;
}
.header__main-item-link {
font-size: 1.3rem;
color: black;
text-transform: uppercase;
font-weight: 600;
margin: 0 8px;
/* padding : 37px 0; */
line-height: 1.6rem;
}
.header__main-item-link:hover {
color: black;
}
.header__main-item-icon {
font-size: 1.3rem;
transition: 0.2s;
}
.header__main-item:hover {
cursor: pointer;
}
.header__main-category {
position: absolute;
background-color: white;
top: var(--header-height);
width: 800px;
height: 226px;
transition: 0.2s;
left: -42px;
box-shadow: 1px 12px 10px #33333338;
animation: doxuong ease-in-out 0.2s;
display: none;
cursor: default;
transform-origin: calc(100% - 20px) top;
}
@keyframes doxuong {
from {
opacity: 0;
transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
}
}
.header__main-category-list {
display: flex;
justify-content: space-evenly;
}
.header__main-category-item {
display: flex;
flex-direction: column;
}
.header__main-category-item-image {
margin: auto;
height: 170px;
width: 100%;
}
.header__main-category-item-link {
font-size: 1.2rem;
padding: 10px 10px;
color: #736767;
font-weight: 500;
}
.header__main-category-item-link:hover {
color: black;
}
.header__main-category-item-image-link {}
span.header__main-category-item-text {
width: 100%;
display: block;
text-align: center;
font-size: 1rem;
color: #000;
}
.header__main-logo-item-text {
font-size: 1.3rem;
text-align: center;
padding: 12px 10px;
color: #736767;
display: block;
}
.header__main-category-item-text:hover {
color: black;
}
.header__main--right {
display: flex;
align-items: center;
}
.header__search {
width: 100%;
position: relative;
}
.search--input {
border-radius: 22px;
background-color: transparent;
border: solid 1px transparent;
width: 100%;
padding: 10px;
font-size: 1.4rem;
outline: none;
}
.btn-search {
font-size: 0;
border: none;
background: url(//file.hstatic.net/1000360430/file/search.svg);
width: 22px;
height: 22px;
position: absolute;
right: 10px;
top: 7px;
outline: none;
}
/* login */
.modal__login {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #0000005e;
z-index: 2;
}
/* ------------------------------ */
/* content */
.content {
/* position: relative; */
/* top: var(--header-height); */
width: 100%;
/* background-color: #ededed; */
}
#mainbanner {
margin-top: var(--header-height);
position: relative;
}
.banner-pre{
position: absolute;
top: 50%;
font-size: 50px;
left: 10px;
}
.banner-next{
position: absolute;
top: 50%;
font-size: 50px;
right: 10px;
}
.home-product {
transition: 0.4s ease-out;
position: relative;
width: 100%;
overflow: hidden;
display: block;
border: 1px solid #e0e0e0;
box-shadow: 0px 1px 10px #e0e0e0;
}
/* .home-product:hover .home__product-image{
width: 80%;
}
.home-product:hover .home-product-content{
opacity: 1;
} */
.home-product-content {
transform: translateY(-10px);
padding-top: 16px;
/* opacity: 0; */
transition: 0.4s ease-out;
/* position: absolute; */
bottom: 0;
left: 0;
right: 0;
}
.home__product-image {
max-width: 100%;
/* border-radius: 15px; */
display: flex;
margin: auto;
transition: 1s;
/* padding : 8px 0; */
height: 200px;
width: 100%;
}
.home-product-name {
font-size: 1rem;
text-align: center;
display: block;
color: black;
font-weight: 900;
text-transform: uppercase;
height: 1.6rem;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding: 0 4px;
}
.home-product-name:hover {
color: black;
}
.home-product-price {
display: flex;
justify-content: center;
margin-top: 16px;
}
.home-product-price--current {
font-size: 1.4rem;
font-weight: bold;
color: black;
padding: 0 8px;
color: #af2929;
}
.home-product-price--old {
text-decoration: line-through;
font-size: 1.4rem;
padding: 0 8px;
}
.button__product-action {
height: 30px;
display: flex;
margin: auto;
align-items: center;
justify-content: space-evenly;
margin-top: 16px;
}
.btn__product {
font-size: 1.2rem;
font-weight: bold;
cursor: pointer;
padding: 4px;
text-align: center;
color: black;
width: 120px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background-color: white;
transition: 0.4s ease;
outline: none;
border: none;
}
.button__product-action--show-details:hover {
color: white;
background: black;
}
.button__product-action--add-cart:hover {
color: white;
background: rgb(223, 48, 48);
}
.detail__button {
cursor: pointer;
}
/* footer */
.footer-top {
padding-top: 40px;
border-top: 1px solid #9E9E9E;
}
.footer {
padding-top: 40px;
position: relative;
top: 90px;
}
.footer-image {
width: 100%;
}
.footer__info-on {
display: flex;
flex-direction: column;
}
.footer__info-on a {
color: black;
font-size: 2.6rem;
padding: 16px 0;
}
.footer__info-on span {
font-size: 1.4rem;
}
.footer__info-bellow {
margin-top: 40px;
display: flex;
flex-direction: column;
}
.footer__info-bellow a {
color: black;
font-size: 2.6rem;
padding: 16px 0;
}
.footer__info-bellow span {
font-size: 1.4rem;
}
.footer-image {
margin: 16px 0;
}
.footer__showroom-link {
color: #887e7e;
font-size: 1.4rem;
text-decoration: underline;
}
.footer__showroom-link:hover {
color: black;
}
.social-network-icon a {
font-size: 2.8rem;
color: black;
margin-right: 26px;
}
.link-facebook:hover {
color: blue;
}
.link-instagram:hover {
color: brown;
}
.link-youtube:hover {
color: red;
}
.link-twitter:hover {
color: blue;
}
.link-tiktok:hover {
color: black;
}
.footer-mid {
margin-top: 40px;
background-color: #F1F1F1;
}
.ft-b {
padding-top: 30px;
padding-bottom: 30px;
}
.footer__support-list {
display: none;
padding: 10px 0;
transition: 0.6s;
transform: scaleY(50%);
}
.footer__support-item {
padding: 10px 0;
}
.footer__support-title {
cursor: pointer;
line-height: 1.8rem;
}
.footer__support-link {
font-size: 1.4rem;
color: black;
}
.design-by {
font-size: 1.5rem;
}
.footer-bot {
padding: 26px 0;
}
.mbt-24 {
margin-bottom: 24px;
}
li.header__topbar-item.wrapper-customer {
position: relative;
}
li.header__topbar-item.wrapper-customer:hover > .info-customer{
display: block;
transform-origin: calc(100% - 30px) top;
animation: headerNotifyGrowth ease-in 0.2s;
will-change: opacity , transform;
}
.info-customer {
position: absolute;
background-color: white;
top: 24px;
width: 250px;
right: 0;
z-index: 1000;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
border: 1px solid #e0e0e0;
text-align: center;
display: none;
transition: .2s;
}
/*.info-customer::before{*/
/* content: "";*/
/* position: absolute;*/
/* display: block;*/
/* border-width: 10px 14px;*/
/* border-style: solid;*/
/* border-color: transparent transparent #e0e0e0 transparent;*/
/* right: 8px;*/
/* top: -20px;*/
/* !*border: 1px solid #e0e0e0;*!*/
/*}*/
.info-customer::after{
content: "";
display: block;
position: absolute;
width: 100%;
height: 29px;
top: -16px;
left: 0;
}
img.avt-cus{
width: 70px;
height: 70px;
border-radius: 50%;
}
.name-customer a{
font-size: 12px;
color: black;
}
.button-logout {
margin-top: 10px;
border-top: 1px solid #e0e0e0;
width: 100%;
text-align: center;
}
a.logout {
width: 100%;
display: block;
font-size: 12px;
color: black;
padding: 4px;
}
a.logout:hover{
background-color: #9e9e9e;
color: white;
}
.avatar-customer {
padding: 10px;
}
@keyframes headerNotifyGrowth {
from{
transform: scale(0);
opacity: 0;
}
to{
transform: scale(1);
opacity: 1;
}
} | public/frontend/css/app.css | .logo {
width: 150px;
}
.header__topbar {
background-color: #F2F2F2;
height: 28px;
transition: 1s;
/* display: none; */
}
.header__cart-tablet-icon {
font-size: 2.4rem;
color: #000000;
}
.cart-mobile>i {
font-size: 2.4rem;
cursor: pointer;
}
.header-bar-icon {
font-size: 2.4rem;
color: #000;
cursor: pointer;
}
.header__cart-tablet-icon:hover {
color: black;
}
.header-bar-icon:hover {
color: black;
}
.header__topbar .container {
height: 100%;
}
.header__topbar-list {
display: flex;
justify-content: space-between;
height: 100%;
align-items: center;
}
.header__topbar-item {
margin-right: 26px;
}
.header__topbar-list-right>.header__topbar-list>.header__topbar-item:nth-child(3) {
margin-right: 0;
}
.header__topbar-list-right>.header__topbar-list>.header__topbar-item:nth-child(2) {
margin-right: 0;
}
.header__topbar-list-left {
display: flex;
}
.header__topbar-item-link:hover {
text-decoration: none;
}
.header__topbar-item-link:hover .header__topbar-item-icon {
color: black;
}
.header__topbar-item-link:hover .header__topbar-item-nameicon {
color: black;
}
/* .header__topbar-item-icon:hover {
color:black;
} */
.header__topbar-item-icon {
color: #9E9E9E;
font-size: 1.6rem;
margin-right: 4px;
}
.header__topbar-item-nameicon {
color: #333;
font-size: 1.4rem;
cursor: pointer;
}
.header__topbar-item-count {
color: red;
font-size: 1.4rem;
}
.header__topbar-wrap {
display: flex;
justify-content: space-between;
}
/* header main */
/*------------------- header-tablet */
.nav-tablet {
position: fixed;
max-width: 800px;
min-width: 300px;
width: 80%;
top: 0;
right: 0;
transition: 0.4s;
bottom: 0;
background-color: white;
z-index: 1000;
transform: translateX(100%);
display: flex;
flex-direction: column;
}
.nav-tablet-list {
flex: 1;
}
.nav-tablet-item-head {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px;
font-size: 2.6rem;
color: #939393;
border-bottom: 1px solid #939393;
}
.nav-tablet-item {
padding: 14px;
font-size: 2rem;
}
.nav-tablet-link {
color: black;
}
.authentication-mobile {
border-bottom: 1px solid #939393;
margin: 14px;
padding-bottom: 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
.login-mobile {
font-size: 2.4rem;
}
.login-mobile a {
padding: 6px;
color: black;
}
.logout-mobile {
font-size: 2.4rem;
}
.logout-mobile a {
color: black;
}
.info-mobile {
display: flex;
flex-direction: column;
font-size: 1.8rem;
align-items: center;
justify-content: center;
}
.modal {
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgb(0, 0, 0, 0.3);
transition: 0.4s;
display: none;
position: fixed;
z-index: 999;
}
.close {
cursor: pointer;
}
/* --------------------- */
.header__main {
height: var(--header-height);
position: fixed;
z-index: 998;
background: transparent;
width: 100%;
transition: 0.2s;
box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.2);
}
.header__main:hover {
background-color: white !important;
}
.header__main:hover .search--input {
border-color: #a7a7a7 !important;
}
.search--input:focus {
border-color: red;
}
.header__main-list {
display: flex;
justify-content: space-evenly;
align-items: center;
height: 100%;
/* padding : 37px 0; */
position: relative;
}
.header__main-item {
display: flex;
align-items: center;
height: 100%;
line-height: 1.8rem;
margin: 0 16px;
}
.header__main-item:hover .header__main-category {
/* visibility: visible;
opacity: 1; */
display: block;
}
.header__main-item:hover .header__main-item-icon {
transform: rotate(180deg)
}
.header__main-item:nth-child(1):hover {
border-bottom: 2px solid black;
}
.header__main-item:nth-child(5):hover {
border-bottom: 2px solid black;
}
.header__main-logo-link {
height: 100%;
display: flex;
align-items: center;
}
.header__main-item-link {
font-size: 1.3rem;
color: black;
text-transform: uppercase;
font-weight: 600;
margin: 0 8px;
/* padding : 37px 0; */
line-height: 1.6rem;
}
.header__main-item-link:hover {
color: black;
}
.header__main-item-icon {
font-size: 1.3rem;
transition: 0.2s;
}
.header__main-item:hover {
cursor: pointer;
}
.header__main-category {
position: absolute;
background-color: white;
top: var(--header-height);
width: 800px;
height: 226px;
transition: 0.2s;
left: -42px;
box-shadow: 1px 12px 10px #33333338;
animation: doxuong ease-in-out 0.2s;
display: none;
cursor: default;
transform-origin: calc(100% - 20px) top;
}
@keyframes doxuong {
from {
opacity: 0;
transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
}
}
.header__main-category-list {
display: flex;
justify-content: space-evenly;
}
.header__main-category-item {
display: flex;
flex-direction: column;
}
.header__main-category-item-image {
margin: auto;
height: 170px;
width: 100%;
}
.header__main-category-item-link {
font-size: 1.2rem;
padding: 10px 10px;
color: #736767;
font-weight: 500;
}
.header__main-category-item-link:hover {
color: black;
}
.header__main-category-item-image-link {}
span.header__main-category-item-text {
width: 100%;
display: block;
text-align: center;
font-size: 1rem;
color: #000;
}
.header__main-logo-item-text {
font-size: 1.3rem;
text-align: center;
padding: 12px 10px;
color: #736767;
display: block;
}
.header__main-category-item-text:hover {
color: black;
}
.header__main--right {
display: flex;
align-items: center;
}
.header__search {
width: 100%;
position: relative;
}
.search--input {
border-radius: 22px;
background-color: transparent;
border: solid 1px transparent;
width: 100%;
padding: 10px;
font-size: 1.4rem;
outline: none;
}
.btn-search {
font-size: 0;
border: none;
background: url(//file.hstatic.net/1000360430/file/search.svg);
width: 22px;
height: 22px;
position: absolute;
right: 10px;
top: 7px;
outline: none;
}
/* login */
.modal__login {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #0000005e;
z-index: 2;
}
/* ------------------------------ */
/* content */
.content {
/* position: relative; */
/* top: var(--header-height); */
width: 100%;
/* background-color: #ededed; */
}
#mainbanner {
margin-top: var(--header-height);
position: relative;
}
.banner-pre{
position: absolute;
top: 50%;
font-size: 50px;
left: 10px;
}
.banner-next{
position: absolute;
top: 50%;
font-size: 50px;
right: 10px;
}
.home-product {
transition: 0.4s ease-out;
position: relative;
width: 100%;
overflow: hidden;
display: block;
border: 1px solid #e0e0e0;
box-shadow: 0px 1px 10px #e0e0e0;
}
/* .home-product:hover .home__product-image{
width: 80%;
}
.home-product:hover .home-product-content{
opacity: 1;
} */
.home-product-content {
transform: translateY(-10px);
padding-top: 16px;
/* opacity: 0; */
transition: 0.4s ease-out;
/* position: absolute; */
bottom: 0;
left: 0;
right: 0;
}
.home__product-image {
max-width: 100%;
/* border-radius: 15px; */
display: flex;
margin: auto;
transition: 1s;
/* padding : 8px 0; */
height: 200px;
width: 100%;
}
.home-product-name {
font-size: 1rem;
text-align: center;
display: block;
color: black;
font-weight: 900;
text-transform: uppercase;
height: 1.6rem;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding: 0 4px;
}
.home-product-name:hover {
color: black;
}
.home-product-price {
display: flex;
justify-content: center;
margin-top: 16px;
}
.home-product-price--current {
font-size: 1.4rem;
font-weight: bold;
color: black;
padding: 0 8px;
color: #af2929;
}
.home-product-price--old {
text-decoration: line-through;
font-size: 1.4rem;
padding: 0 8px;
}
.button__product-action {
height: 30px;
display: flex;
margin: auto;
align-items: center;
justify-content: space-evenly;
margin-top: 16px;
}
.btn__product {
font-size: 1.2rem;
font-weight: bold;
cursor: pointer;
padding: 4px;
text-align: center;
color: black;
width: 120px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background-color: white;
transition: 0.4s ease;
outline: none;
border: none;
}
.button__product-action--show-details:hover {
color: white;
background: black;
}
.button__product-action--add-cart:hover {
color: white;
background: rgb(223, 48, 48);
}
.detail__button {
cursor: pointer;
}
/* footer */
.footer-top {
padding-top: 40px;
border-top: 1px solid #9E9E9E;
}
.footer {
padding-top: 40px;
position: relative;
top: 90px;
}
.footer-image {
width: 100%;
}
.footer__info-on {
display: flex;
flex-direction: column;
}
.footer__info-on a {
color: black;
font-size: 2.6rem;
padding: 16px 0;
}
.footer__info-on span {
font-size: 1.4rem;
}
.footer__info-bellow {
margin-top: 40px;
display: flex;
flex-direction: column;
}
.footer__info-bellow a {
color: black;
font-size: 2.6rem;
padding: 16px 0;
}
.footer__info-bellow span {
font-size: 1.4rem;
}
.footer-image {
margin: 16px 0;
}
.footer__showroom-link {
color: #887e7e;
font-size: 1.4rem;
text-decoration: underline;
}
.footer__showroom-link:hover {
color: black;
}
.social-network-icon a {
font-size: 2.8rem;
color: black;
margin-right: 26px;
}
.link-facebook:hover {
color: blue;
}
.link-instagram:hover {
color: brown;
}
.link-youtube:hover {
color: red;
}
.link-twitter:hover {
color: blue;
}
.link-tiktok:hover {
color: black;
}
.footer-mid {
margin-top: 40px;
background-color: #F1F1F1;
}
.ft-b {
padding-top: 30px;
padding-bottom: 30px;
}
.footer__support-list {
display: none;
padding: 10px 0;
transition: 0.6s;
transform: scaleY(50%);
}
.footer__support-item {
padding: 10px 0;
}
.footer__support-title {
cursor: pointer;
line-height: 1.8rem;
}
.footer__support-link {
font-size: 1.4rem;
color: black;
}
.design-by {
font-size: 1.5rem;
}
.footer-bot {
padding: 26px 0;
}
.mbt-24 {
margin-bottom: 24px;
}
li.header__topbar-item.wrapper-customer {
position: relative;
}
li.header__topbar-item.wrapper-customer:hover > .info-customer{
display: block;
transform-origin: calc(100% - 30px) top;
animation: headerNotifyGrowth ease-in 0.2s;
will-change: opacity , transform;
}
.info-customer {
position: absolute;
background-color: white;
top: 24px;
width: 250px;
right: 0;
z-index: 1000;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
border: 1px solid #e0e0e0;
text-align: center;
display: none;
transition: .2s;
}
/*.info-customer::before{*/
/* content: "";*/
/* position: absolute;*/
/* display: block;*/
/* border-width: 10px 14px;*/
/* border-style: solid;*/
/* border-color: transparent transparent #e0e0e0 transparent;*/
/* right: 8px;*/
/* top: -20px;*/
/* !*border: 1px solid #e0e0e0;*!*/
/*}*/
.info-customer::after{
content: "";
display: block;
position: absolute;
width: 100%;
height: 29px;
top: -16px;
left: 0;
}
img.avt-cus{
width: 70px;
height: 70px;
border-radius: 50%;
}
.name-customer a{
font-size: 12px;
color: black;
}
.button-logout {
margin-top: 10px;
border-top: 1px solid #e0e0e0;
width: 100%;
text-align: center;
}
a.logout {
width: 100%;
display: block;
font-size: 12px;
color: black;
padding: 4px;
}
a.logout:hover{
background-color: #9e9e9e;
color: white;
}
.avatar-customer {
padding: 10px;
}
@keyframes headerNotifyGrowth {
from{
transform: scale(0);
opacity: 0;
}
to{
transform: scale(1);
opacity: 1;
}
} | 0.561215 | 0.139572 |
.beaver {
-webkit-box-align: center;
align-items: center;
background-image: radial-gradient(ellipse farthest-corner, #996a3e 0%, #825d3a);
box-shadow: inset 0.4rem -0.4rem 0.3rem 0.2rem #6c5035;
border-radius: 80% / 70% 68% 40% 40%;
bottom: -2rem;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
height: 30rem;
left: 0;
position: absolute;
-webkit-transform: rotateZ(45deg) translateZ(3rem);
transform: rotateZ(45deg) translateZ(3rem);
width: 22rem;
}
.beaver .eyes .left, .beaver .eyes .right {
-webkit-animation: 10s 3s infinite blink;
animation: 10s 3s infinite blink;
background-color: #282828;
border-radius: 100%;
height: 100%;
position: absolute;
width: 1rem;
}
.beaver .eyes .left::before, .beaver .eyes .right::before {
background-color: rgba(238, 238, 238, 0.8);
border-radius: 100%;
height: 30%;
right: 20%;
top: 15%;
width: 30%;
}
.beaver .eyes {
display: -webkit-box;
display: flex;
margin: 1rem auto;
height: 1.4rem;
overflow: hidden;
top: 20%;
width: 40%;
}
.beaver .eyes .right {
right: 0;
}
.beaver .nose {
background-color: #504e59;
border-radius: 18rem 18rem 15rem 15rem / 16rem 16rem 20rem 20rem;
box-shadow: inset 0 -0.2rem 0.4rem 0.4rem #3e3c48;
display: -webkit-box;
display: flex;
height: 14%;
overflow: hidden;
top: 20%;
width: 24%;
z-index: 10;
}
.beaver .nose .left, .beaver .nose .right {
height: 100%;
width: 50%;
}
.beaver .nose .left::before, .beaver .nose .right::before {
background-color: #3e3c48;
border: 0.2rem solid #3e3c48;
border-radius: 100%;
bottom: 5%;
box-shadow: inset 0 0 1rem 0.1rem rgba(40, 40, 40, 0.6);
height: 70%;
width: 100%;
}
.beaver .nose .left::before {
left: -55%;
-webkit-transform: rotateZ(-25deg);
transform: rotateZ(-25deg);
}
.beaver .nose .right::before {
right: -55%;
-webkit-transform: rotateZ(25deg);
transform: rotateZ(25deg);
}
.beaver .mouth {
-webkit-box-align: center;
align-items: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
height: 40%;
top: 1.4rem;
width: 60%;
z-index: 8;
}
.beaver .mouth::before {
/* jaws separator line */
background-color: #996a3e;
top: calc(40% - 1rem);
height: 2rem;
left: calc(50% - .2rem);
width: .4rem;
z-index: 9;
}
.beaver .mouth .jaws .left, .beaver .mouth .jaws .right {
height: 100%;
overflow: hidden;
top: 100%;
width: calc(50% - .2rem);
z-index: 9;
}
.beaver .mouth .jaws .left::after, .beaver .mouth .jaws .right::after {
background-color: #ead6aa;
border-radius: 50% 100%;
box-shadow: inset 0.4rem -0.4rem 0.3rem 0.2rem #d7c59d;
height: 100%;
top: -50%;
-webkit-transform: rotateZ(-30deg);
transform: rotateZ(-30deg);
width: 100%;
}
.beaver .mouth .jaws {
background-color: #ead6aa;
border-radius: 50% 50% 0 0;
box-shadow: inset 0.2rem 0.4rem 0.8rem 0.1rem #d7c59d;
display: -webkit-box;
display: flex;
height: 45%;
width: 100%;
}
.beaver .mouth .jaws .right {
right: -.4rem;
}
.beaver .mouth .incisors {
display: -webkit-box;
display: flex;
height: 40%;
width: 30%;
}
.beaver .mouth .incisors .left, .beaver .mouth .incisors .right {
background-color: #eee;
border: 0.2rem solid #dadada;
border-top-width: 0;
height: 100%;
width: 50%;
}
.beaver .mouth .incisors .left {
border-right-width: 0;
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
.beaver .mouth .incisors .right {
border-left-width: 0;
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
}
.beaver .whiskers {
display: -webkit-box;
display: flex;
height: 20%;
-webkit-box-pack: justify;
justify-content: space-between;
top: -16%;
width: 95%;
z-index: 10;
}
.beaver .whiskers .left, .beaver .whiskers .left::after, .beaver .whiskers .left::before, .beaver .whiskers .right, .beaver .whiskers .right::after, .beaver .whiskers .right::before {
border-bottom: .25rem solid transparent;
border-right: 6rem solid #eee;
border-top: .2rem solid transparent;
height: 0;
-webkit-transform: rotateZ(-20deg);
transform: rotateZ(-20deg);
width: 0;
}
.beaver .whiskers .left::after {
-webkit-transform: rotateZ(10deg) translateY(-1.4rem);
transform: rotateZ(10deg) translateY(-1.4rem);
}
.beaver .whiskers .left::before {
-webkit-transform: rotateZ(-10deg) translateY(1rem);
transform: rotateZ(-10deg) translateY(1rem);
}
.beaver .whiskers .right {
-webkit-transform: rotateZ(200deg);
transform: rotateZ(200deg);
}
.beaver .whiskers .right::after {
-webkit-transform: rotateZ(10deg) translateY(-1.4rem);
transform: rotateZ(10deg) translateY(-1.4rem);
}
.beaver .whiskers .right::before {
-webkit-transform: rotateZ(-10deg) translateY(1rem);
transform: rotateZ(-10deg) translateY(1rem);
}
.beaver .bowtie {
background-color: #ef2535;
border-radius: 20%;
box-shadow: inset 0.1rem -0.2rem 0.6rem 0.2rem #c72632;
display: -webkit-box;
display: flex;
height: 4%;
top: -15%;
width: 8%;
}
.beaver .bowtie .left, .beaver .bowtie .right {
background-color: #ef2535;
box-shadow: inset 0.1rem -0.2rem 0.6rem 0.2rem #c72632;
height: 200%;
position: absolute;
top: -50%;
width: 100%;
}
.beaver .bowtie .left {
border-radius: 20% 70% 70% 20% / 50% 40% 50%;
left: -90%;
}
.beaver .bowtie .right {
border-radius: 70% 20% 20% 70% / 50% 40% 50%;
right: -90%;
}
.tail {
-webkit-animation: 5s infinite tail-wave;
animation: 5s infinite tail-wave;
background-image: radial-gradient(ellipse farthest-corner, #825d3a 0%, #614933);
box-shadow: inset 0.1rem -0.4rem 0.3rem 0.4rem #6c5035;
border-radius: 80% / 70% 68% 40% 40%;
bottom: -4rem;
height: 30rem;
left: -7rem;
position: absolute;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
-webkit-transform-origin: bottom;
transform-origin: bottom;
width: calc(22rem * .6);
z-index: -1;
}
/* Animation */
@-webkit-keyframes tail-wave {
50% {
-webkit-transform: rotateZ(55deg);
transform: rotateZ(55deg);
}
100% {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
}
@keyframes tail-wave {
50% {
-webkit-transform: rotateZ(55deg);
transform: rotateZ(55deg);
}
100% {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
}
@-webkit-keyframes blink {
/* eye blinking */
3% {
height: .05rem;
-webkit-transform: translateY(0.7rem);
transform: translateY(0.7rem);
}
7% {
height: 1.4rem;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes blink {
/* eye blinking */
3% {
height: .05rem;
-webkit-transform: translateY(0.7rem);
transform: translateY(0.7rem);
}
7% {
height: 1.4rem;
-webkit-transform: translateY(0);
transform: translateY(0);
}
} | static/style.css | .beaver {
-webkit-box-align: center;
align-items: center;
background-image: radial-gradient(ellipse farthest-corner, #996a3e 0%, #825d3a);
box-shadow: inset 0.4rem -0.4rem 0.3rem 0.2rem #6c5035;
border-radius: 80% / 70% 68% 40% 40%;
bottom: -2rem;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
height: 30rem;
left: 0;
position: absolute;
-webkit-transform: rotateZ(45deg) translateZ(3rem);
transform: rotateZ(45deg) translateZ(3rem);
width: 22rem;
}
.beaver .eyes .left, .beaver .eyes .right {
-webkit-animation: 10s 3s infinite blink;
animation: 10s 3s infinite blink;
background-color: #282828;
border-radius: 100%;
height: 100%;
position: absolute;
width: 1rem;
}
.beaver .eyes .left::before, .beaver .eyes .right::before {
background-color: rgba(238, 238, 238, 0.8);
border-radius: 100%;
height: 30%;
right: 20%;
top: 15%;
width: 30%;
}
.beaver .eyes {
display: -webkit-box;
display: flex;
margin: 1rem auto;
height: 1.4rem;
overflow: hidden;
top: 20%;
width: 40%;
}
.beaver .eyes .right {
right: 0;
}
.beaver .nose {
background-color: #504e59;
border-radius: 18rem 18rem 15rem 15rem / 16rem 16rem 20rem 20rem;
box-shadow: inset 0 -0.2rem 0.4rem 0.4rem #3e3c48;
display: -webkit-box;
display: flex;
height: 14%;
overflow: hidden;
top: 20%;
width: 24%;
z-index: 10;
}
.beaver .nose .left, .beaver .nose .right {
height: 100%;
width: 50%;
}
.beaver .nose .left::before, .beaver .nose .right::before {
background-color: #3e3c48;
border: 0.2rem solid #3e3c48;
border-radius: 100%;
bottom: 5%;
box-shadow: inset 0 0 1rem 0.1rem rgba(40, 40, 40, 0.6);
height: 70%;
width: 100%;
}
.beaver .nose .left::before {
left: -55%;
-webkit-transform: rotateZ(-25deg);
transform: rotateZ(-25deg);
}
.beaver .nose .right::before {
right: -55%;
-webkit-transform: rotateZ(25deg);
transform: rotateZ(25deg);
}
.beaver .mouth {
-webkit-box-align: center;
align-items: center;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
height: 40%;
top: 1.4rem;
width: 60%;
z-index: 8;
}
.beaver .mouth::before {
/* jaws separator line */
background-color: #996a3e;
top: calc(40% - 1rem);
height: 2rem;
left: calc(50% - .2rem);
width: .4rem;
z-index: 9;
}
.beaver .mouth .jaws .left, .beaver .mouth .jaws .right {
height: 100%;
overflow: hidden;
top: 100%;
width: calc(50% - .2rem);
z-index: 9;
}
.beaver .mouth .jaws .left::after, .beaver .mouth .jaws .right::after {
background-color: #ead6aa;
border-radius: 50% 100%;
box-shadow: inset 0.4rem -0.4rem 0.3rem 0.2rem #d7c59d;
height: 100%;
top: -50%;
-webkit-transform: rotateZ(-30deg);
transform: rotateZ(-30deg);
width: 100%;
}
.beaver .mouth .jaws {
background-color: #ead6aa;
border-radius: 50% 50% 0 0;
box-shadow: inset 0.2rem 0.4rem 0.8rem 0.1rem #d7c59d;
display: -webkit-box;
display: flex;
height: 45%;
width: 100%;
}
.beaver .mouth .jaws .right {
right: -.4rem;
}
.beaver .mouth .incisors {
display: -webkit-box;
display: flex;
height: 40%;
width: 30%;
}
.beaver .mouth .incisors .left, .beaver .mouth .incisors .right {
background-color: #eee;
border: 0.2rem solid #dadada;
border-top-width: 0;
height: 100%;
width: 50%;
}
.beaver .mouth .incisors .left {
border-right-width: 0;
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
.beaver .mouth .incisors .right {
border-left-width: 0;
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
}
.beaver .whiskers {
display: -webkit-box;
display: flex;
height: 20%;
-webkit-box-pack: justify;
justify-content: space-between;
top: -16%;
width: 95%;
z-index: 10;
}
.beaver .whiskers .left, .beaver .whiskers .left::after, .beaver .whiskers .left::before, .beaver .whiskers .right, .beaver .whiskers .right::after, .beaver .whiskers .right::before {
border-bottom: .25rem solid transparent;
border-right: 6rem solid #eee;
border-top: .2rem solid transparent;
height: 0;
-webkit-transform: rotateZ(-20deg);
transform: rotateZ(-20deg);
width: 0;
}
.beaver .whiskers .left::after {
-webkit-transform: rotateZ(10deg) translateY(-1.4rem);
transform: rotateZ(10deg) translateY(-1.4rem);
}
.beaver .whiskers .left::before {
-webkit-transform: rotateZ(-10deg) translateY(1rem);
transform: rotateZ(-10deg) translateY(1rem);
}
.beaver .whiskers .right {
-webkit-transform: rotateZ(200deg);
transform: rotateZ(200deg);
}
.beaver .whiskers .right::after {
-webkit-transform: rotateZ(10deg) translateY(-1.4rem);
transform: rotateZ(10deg) translateY(-1.4rem);
}
.beaver .whiskers .right::before {
-webkit-transform: rotateZ(-10deg) translateY(1rem);
transform: rotateZ(-10deg) translateY(1rem);
}
.beaver .bowtie {
background-color: #ef2535;
border-radius: 20%;
box-shadow: inset 0.1rem -0.2rem 0.6rem 0.2rem #c72632;
display: -webkit-box;
display: flex;
height: 4%;
top: -15%;
width: 8%;
}
.beaver .bowtie .left, .beaver .bowtie .right {
background-color: #ef2535;
box-shadow: inset 0.1rem -0.2rem 0.6rem 0.2rem #c72632;
height: 200%;
position: absolute;
top: -50%;
width: 100%;
}
.beaver .bowtie .left {
border-radius: 20% 70% 70% 20% / 50% 40% 50%;
left: -90%;
}
.beaver .bowtie .right {
border-radius: 70% 20% 20% 70% / 50% 40% 50%;
right: -90%;
}
.tail {
-webkit-animation: 5s infinite tail-wave;
animation: 5s infinite tail-wave;
background-image: radial-gradient(ellipse farthest-corner, #825d3a 0%, #614933);
box-shadow: inset 0.1rem -0.4rem 0.3rem 0.4rem #6c5035;
border-radius: 80% / 70% 68% 40% 40%;
bottom: -4rem;
height: 30rem;
left: -7rem;
position: absolute;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
-webkit-transform-origin: bottom;
transform-origin: bottom;
width: calc(22rem * .6);
z-index: -1;
}
/* Animation */
@-webkit-keyframes tail-wave {
50% {
-webkit-transform: rotateZ(55deg);
transform: rotateZ(55deg);
}
100% {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
}
@keyframes tail-wave {
50% {
-webkit-transform: rotateZ(55deg);
transform: rotateZ(55deg);
}
100% {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
}
@-webkit-keyframes blink {
/* eye blinking */
3% {
height: .05rem;
-webkit-transform: translateY(0.7rem);
transform: translateY(0.7rem);
}
7% {
height: 1.4rem;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes blink {
/* eye blinking */
3% {
height: .05rem;
-webkit-transform: translateY(0.7rem);
transform: translateY(0.7rem);
}
7% {
height: 1.4rem;
-webkit-transform: translateY(0);
transform: translateY(0);
}
} | 0.493409 | 0.06236 |
.main {
display: flex;
}
.centerDiv {
width: 55%;
background-color: white;
display: flex;
margin-left: 34%;
margin-top: 4%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
}
.centerDivHeader ul a {
background-color: #ffffff;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: #979dd0;
font-weight: 400;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 150%;
border-radius: 1mm;
height: 100px;
margin: 6%;
}
.avt {
margin-top: 5%;
margin: 5%;
border-radius: 50%;
border: 3px solid #ba83ca;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
position: relative;
overflow: hidden;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 53%;
height: 80%;
align-items: flex-start;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
margin-bottom: 7px;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
padding-left: 2px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
padding-left: 1px;
}
.point {
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
padding: 8px;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
/* media queries */
@media only screen and (max-width: 300px) {
.main {
display: flex;
flex-direction: column;
}
.centerDiv {
width: 100%;
background-color: white;
display: flex;
margin-left: 0%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
width: 70%;
margin-left: 16%;
}
.avatar {
width: 100%;
height: 60%;
}
.centerDivHeader ul a {
background-color: #ffffff;
font-size: 5px;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
padding: 2%;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
font-size: 10px;
margin-left: 3%;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 120%;
border-radius: 1mm;
height: 105px;
margin: 6%;
margin-left: 7%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: flex-start;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 18%;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
.main {
display: flex;
flex-direction: column;
}
.centerDiv {
width: 100%;
background-color: white;
display: flex;
margin-left: 0%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
width: 70%;
margin-left: 16%;
}
.avatar {
width: 100%;
height: 60%;
}
.centerDivHeader ul a {
background-color: #ffffff;
font-size: 6px;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
padding: 2%;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
font-size: 10px;
margin-left: 3%;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 120%;
border-radius: 1mm;
height: 105px;
margin: 6%;
margin-left: 7%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: flex-start;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
margin-top: -8px;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 30%;
font-size: 12px;
padding: 3px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
}
@media (min-width: 500px) and (max-width: 800px) {
.main {
display: flex;
flex-direction: column;
}
.centerDiv {
width: 80%;
background-color: white;
display: flex;
margin-left: 9%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
}
.centerDivHeader ul a {
background-color: #ffffff;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
font-size: 7px;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
font-size: 12px;
margin-left: 3%;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 150%;
border-radius: 1mm;
height: 105px;
margin: 6%;
margin-left: 10%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: center;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
margin-top: -7px;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 18%;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
}
@media (min-width: 800px) and (max-width: 1050px) {
.main {
display: flex;
}
.centerDiv {
width: 65%;
background-color: white;
display: flex;
margin-left: 22%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
}
.centerDivHeader ul a {
background-color: #ffffff;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 12px;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 150%;
border-radius: 1mm;
height: 85px;
margin: 6%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.box_c {
border: 1px solid black;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: center;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 18%;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
} | src/styles/leaderBoard.module.css | .main {
display: flex;
}
.centerDiv {
width: 55%;
background-color: white;
display: flex;
margin-left: 34%;
margin-top: 4%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
}
.centerDivHeader ul a {
background-color: #ffffff;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: #979dd0;
font-weight: 400;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 150%;
border-radius: 1mm;
height: 100px;
margin: 6%;
}
.avt {
margin-top: 5%;
margin: 5%;
border-radius: 50%;
border: 3px solid #ba83ca;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
position: relative;
overflow: hidden;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 53%;
height: 80%;
align-items: flex-start;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
margin-bottom: 7px;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
padding-left: 2px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
padding-left: 1px;
}
.point {
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
padding: 8px;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
/* media queries */
@media only screen and (max-width: 300px) {
.main {
display: flex;
flex-direction: column;
}
.centerDiv {
width: 100%;
background-color: white;
display: flex;
margin-left: 0%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
width: 70%;
margin-left: 16%;
}
.avatar {
width: 100%;
height: 60%;
}
.centerDivHeader ul a {
background-color: #ffffff;
font-size: 5px;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
padding: 2%;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
font-size: 10px;
margin-left: 3%;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 120%;
border-radius: 1mm;
height: 105px;
margin: 6%;
margin-left: 7%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: flex-start;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 18%;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
.main {
display: flex;
flex-direction: column;
}
.centerDiv {
width: 100%;
background-color: white;
display: flex;
margin-left: 0%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
width: 70%;
margin-left: 16%;
}
.avatar {
width: 100%;
height: 60%;
}
.centerDivHeader ul a {
background-color: #ffffff;
font-size: 6px;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
padding: 2%;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
font-size: 10px;
margin-left: 3%;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 120%;
border-radius: 1mm;
height: 105px;
margin: 6%;
margin-left: 7%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: flex-start;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
margin-top: -8px;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 30%;
font-size: 12px;
padding: 3px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
}
@media (min-width: 500px) and (max-width: 800px) {
.main {
display: flex;
flex-direction: column;
}
.centerDiv {
width: 80%;
background-color: white;
display: flex;
margin-left: 9%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
}
.centerDivHeader ul a {
background-color: #ffffff;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
font-size: 7px;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
font-size: 12px;
margin-left: 3%;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 150%;
border-radius: 1mm;
height: 105px;
margin: 6%;
margin-left: 10%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: center;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
margin-top: -7px;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 18%;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
}
@media (min-width: 800px) and (max-width: 1050px) {
.main {
display: flex;
}
.centerDiv {
width: 65%;
background-color: white;
display: flex;
margin-left: 22%;
margin-top: 20%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-color: #ffffff;
}
.centerDivHeader ul a {
background-color: #ffffff;
color: gray;
}
.centerDivHeader ul {
background-color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 12px;
}
.leaderCont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
}
.leaderCont h3 {
background-color: #f1f1f1;
color: gray;
}
/* leader board grid boxes */
.contentBoxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10%;
background-color: #f1f1f1;
}
.boxes {
display: flex;
flex-direction: row;
background-color: #ffffff;
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 150%;
border-radius: 1mm;
height: 85px;
margin: 6%;
}
.avt {
margin-top: 5%;
margin: 5%;
}
.box_c {
border: 1px solid black;
}
.profile {
background-color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
height: 80%;
margin: 0%;
align-items: center;
}
.profile h5 {
background-color: #ffffff;
}
.profile table {
background-color: #ffffff;
}
.profile th {
background-color: #ffffff;
color: darkgrey;
font-size: 14px;
}
.profile td {
background-color: #ffffff;
font-size: 14px;
}
.point {
display: flex;
flex-direction: column;
background-color: #ffffff;
justify-content: flex-end;
align-items: center;
margin-top: 18%;
font-size: 13px;
}
.point h4 {
background-color: #ffffff;
}
.pointicon {
background-color: #ffffff;
}
} | 0.560253 | 0.111967 |
body { margin-top: 10px; display: none }
button { box-shadow: 0px 0px 5px 0px; }
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary,
.button.disabled.secondary,
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus{
color: #c0c0c0; }
.tiny-custom {
padding-top: 0.425rem !important;
padding-bottom: 0.425rem !important; }
table tr.even, table tr.alt, table tr:nth-of-type(even){ background-color: transparent }
.panel-full {
min-height: 350px; }
fieldset,
.question {
font-family: times;
}
fieldset{
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em; }
.row-nomargin{
margin-left: 0 !important;
margin-right: 0 !important; }
.user {
margin-top: 0.6rem;
margin-bottom: 0.5rem; }
.user>a>img {
height: 28px; }
.user>span {
display: inline-block; }
.user>form { display: inline-block; }
.time { text-align: center; }
.time>img {
height: 38px;
margin-left: -0.5rem }
.time>label {
display: inline-block;
font-size: 28px;
font-weight: 700;
margin-left: 0.2rem;
vertical-align: sub; font-family: sans-serif }
.action { text-align: center }
.snow-fieldset { background-color: snow }
.palette-container {
display: none;
list-style: none; }
.palette-container.active { display: inline !important; }
.palette-container>li {
width: 30px;
height: 30px;
float: left;
padding: 7px;
padding-top: 2px;
margin: 2px;
background-color: #c0c0c0;
text-align: center;
border: 1px solid #333333; }
.palette-container>li>a.palette-item {
color: #333; }
.palette-information>table {
width: 100%;
background-color: snow;
margin-bottom: 0;
text-align: center;
margin: auto; }
.palette-item:hover { cursor: pointer; }
.current { border: 1px solid red !important; }
.answered { background-color: #43ac6a !important; }
.skipped { background-color: #ffff00 !important;}
.not-visited { background-color: #c0c0c0 }
.box {
width: 16px;
height: 16px; }
.relative-container { position: relative; }
.frozen {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
top: 0;
display: none; }
.frozen>img {
position: inherit;
top: 45%;
left: 50%;
margin-left: -30px; }
.question-container {
list-style: none; }
.question-container>li {
display: none; }
.question-container>li.active { display: block; }
.no-margin { margin: 0 !important; }
.push-right { float: right }
.push-left { float: left }
.login-form {
position: relative;
top: 20%; }
legend { background: transparent !important; }
input[type="file"], input[type="checkbox"],
input[type="radio"], select { vertical-align: sub; }
.no-padding { padding: 0 !important; }
.centered { text-align: center; }
.saythanks>p { font-size: 13px; }
.martop { margin-top: 20px; }
.label-full { width: 100%; }
ul { margin-left: 0 } | web/css/front.css | body { margin-top: 10px; display: none }
button { box-shadow: 0px 0px 5px 0px; }
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary,
.button.disabled.secondary,
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus{
color: #c0c0c0; }
.tiny-custom {
padding-top: 0.425rem !important;
padding-bottom: 0.425rem !important; }
table tr.even, table tr.alt, table tr:nth-of-type(even){ background-color: transparent }
.panel-full {
min-height: 350px; }
fieldset,
.question {
font-family: times;
}
fieldset{
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em; }
.row-nomargin{
margin-left: 0 !important;
margin-right: 0 !important; }
.user {
margin-top: 0.6rem;
margin-bottom: 0.5rem; }
.user>a>img {
height: 28px; }
.user>span {
display: inline-block; }
.user>form { display: inline-block; }
.time { text-align: center; }
.time>img {
height: 38px;
margin-left: -0.5rem }
.time>label {
display: inline-block;
font-size: 28px;
font-weight: 700;
margin-left: 0.2rem;
vertical-align: sub; font-family: sans-serif }
.action { text-align: center }
.snow-fieldset { background-color: snow }
.palette-container {
display: none;
list-style: none; }
.palette-container.active { display: inline !important; }
.palette-container>li {
width: 30px;
height: 30px;
float: left;
padding: 7px;
padding-top: 2px;
margin: 2px;
background-color: #c0c0c0;
text-align: center;
border: 1px solid #333333; }
.palette-container>li>a.palette-item {
color: #333; }
.palette-information>table {
width: 100%;
background-color: snow;
margin-bottom: 0;
text-align: center;
margin: auto; }
.palette-item:hover { cursor: pointer; }
.current { border: 1px solid red !important; }
.answered { background-color: #43ac6a !important; }
.skipped { background-color: #ffff00 !important;}
.not-visited { background-color: #c0c0c0 }
.box {
width: 16px;
height: 16px; }
.relative-container { position: relative; }
.frozen {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
top: 0;
display: none; }
.frozen>img {
position: inherit;
top: 45%;
left: 50%;
margin-left: -30px; }
.question-container {
list-style: none; }
.question-container>li {
display: none; }
.question-container>li.active { display: block; }
.no-margin { margin: 0 !important; }
.push-right { float: right }
.push-left { float: left }
.login-form {
position: relative;
top: 20%; }
legend { background: transparent !important; }
input[type="file"], input[type="checkbox"],
input[type="radio"], select { vertical-align: sub; }
.no-padding { padding: 0 !important; }
.centered { text-align: center; }
.saythanks>p { font-size: 13px; }
.martop { margin-top: 20px; }
.label-full { width: 100%; }
ul { margin-left: 0 } | 0.460532 | 0.064949 |
@media (min-width: 768px) and (max-width: 990px) {
.navbar { position: relative; }
.navbar-toggle { display: block; background-color: #eee; margin: 30px 30px 13px 0px; }
.navbar-collapse { padding: 0px 0px 0px 0px; width: 260px; background-color: #272727; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); border: none; position: absolute; right: 0%; top: 100%; z-index: 9999; margin: 10px 0px 0px 0px; }
#sportsmagazine-header .collapse { display: none; } #sportsmagazine-header .collapse.in { display: block; } .sportsmagazine-thumbnail { margin-bottom: 0px; }
.navbar-nav > li:first-child > a { padding-left: 22px; }
.navbar-nav { margin: 0px; } .navbar-nav > li > a:before,.navbar-nav > li > a:after { display: none; }
.sportsmagazine-dropdown-menu { float: left; width: 100%; position: relative; opacity: 1; visibility: visible; box-shadow: none; }
.sportsmagazine-dropdown-menu,.sportsmagazine-megamenu {
-webkit-transform: translate(0px);
-moz-transform: translate(0px);
-ms-transform: translate(0px);
-o-transform: translate(0px);
transform: translate(0px);
}
.sportsmagazine-megamenu { float: left; min-width: 100%; position: relative; right: auto; top: auto; padding: 20px 8px 5px 8px; box-shadow: none; opacity: 1; visibility: visible; }
.sportsmagazine-megamenu [class*="col-md-"] { width: 100%; float: left; margin-bottom: 15px; }
.sportsmagazine-megamenu .row { margin: 0px; } .navbar-nav > li > a { float: left; width: 100%; padding: 20px 20px 10px 20px; }
.navbar-nav > li { width: 100%; padding: 0px 0px; }
/* Header */
.sportsmagazine-sticky .sportsmagazine-main-header { position: static;}
.sportsmagazine-sticky .sportsmagazine-header-two .navbar { position: static;}
.sportsmagazine-sticky .sportsmagazine-logo-two,.sportsmagazine-sticky .header-info { display: block;}
.sportsmagazine-sticky .sportsmagazine-header-two .sportsmagazine-main-header { background: #292c31;}
.sportsmagazine-search-btn { padding: 37px 0px 47px;}
.sportsmagazine-banner-caption { display: none;}
/* Content */
.sportsmagazine-fixture-slider-layer ul:before,.sportsmagazine-fixture-slider-layer ul li.first-child:before { border-left: 100px solid transparent; border-right: 100px solid transparent; }
.sportsmagazine-blog > ul > li { float: left; width: 50%;}
.sportsmagazine-blog-grid section { padding: 19px 25px 0;}
.sportsmagazine-blog-list ul li { float: none;}
.sportsmagazine-match-result { background-position: center;}
.sportsmagazine-blog-list { margin: 0px 0px 30px;}
.sportsmagazine-addbanner-caption { width: 71%;}
.widget_trending_news .nav-tabs li { padding: 0 13px;}
.sportsmagazine-footer-widget .widget { float: left; width: 50%;}
.sportsmagazine-logo-two { width: 100%; text-align: center; margin: 30px 0 20px;}
.header-info { padding: 0px;}
.sportsmagazine-header-two .navbar-default { background-color: transparent;}
.navbar-header { float: right;}
.sportsmagazine-header-two .navbar-nav > li { padding: 0px;}
.sportsmagazine-section-post { background-size: cover;}
.sportsmagazine-section-post-text { width: 70%;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow,.sportsmagazine-partner-slider .slick-arrow { top: 27px;}
.sportsmagazine-latest-result { text-align: center;}
.sportsmagazine-result-text,.sportsmagazine-next-game-text { float: none; display: inline-block;}
.sportsmagazine-latest-result { margin: 0px 0px 30px;}
.game-countdown-heading { padding: 14px 150px;}
.sportsmagazine-blog.sportsmagazine-blog-medium > ul > li { width: 100%;}
.sportsmagazine-blogmedium-text { padding: 35px 75px 22px 20px;}
.sportsmagazine-footer-two { background-size: cover;}
.sportsmagazine-partner-slider .slick-arrow { right: -24px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { left: -24px; z-index: 1;}
.sportsmagazine-header-one .navbar { float: left;}
.sportsmagazine-header-one .navbar-collapse { left: 0px;}
.sportsmagazine-error-wrap form { width: 92%;}
.sportsmagazine-copyright-left { float: left;}
.sportsmagazine-account-tabs .nav-tabs li a { padding: 19px 15px;}
.sportsmagazine-thumb-text h2 { width: 86%; font-size: 32px; line-height: 37px; margin: 0px 0px 10px;}
.sportsmagazine-contact-form form p input[type="text"]{ width: 86%;}
.sportsmagazine-contact-form form ul li p:before,.sportsmagazine-contact-form form ul li p:after { right: 15%;}
.sportsmagazine-team-two { float: right;}
.widget_matches ul li { text-align: center;}
.widget_matches ul li > span { float: none; display: inline-block;}
.sportsmagazine-right-section { width: 55%;}
.sportsmagazine-bloglarge-text { padding: 21px 26px 15px;}
.sportsmagazine-first-team { padding: 28px 0px 29px 10px; margin: 0px;}
.sportsmagazine-second-team { padding: 28px 10px 29px 0px;}
.sportsmagazine-first-team:before { border-right: 75px solid transparent; right: -75px;}
.sportsmagazine-second-team:before { border-left: 75px solid transparent; left: -75px;}
.sportsmagazine-match-view h5 { padding: 8px 14px 8px 15px;}
.sportsmagazine-match-view { position: relative; z-index: 1;}
.sportsmagazine-buy-ticket { padding: 12px 14px 13px 22px; text-align: center;}
.sportsmagazine-match-info li { margin: 0 15px 10px 0;}
.sportsmagazine-fixture ul li { float: left;}
.sportsmagazine-classic-match-text { display: inline-block; float: none;}
.sportsmagazine-classic-fixture-wrap { text-align: center;}
.sportsmagazine-fixture.sportsmagazine-classic-fixture ul li { width: 100%;}
.sportsmagazine-modren-fixture-text { text-align: center;}
.sportsmagazine-modren-match-text { display: inline-block; float: none; padding: 0px;}
.sportsmagazine-fixture.sportsmagazine-modren-fixture ul li { width: 100%;}
.sportsmagazine-modren-fixture-text { text-align: center;}
.sportsmagazine-modren-match-text { display: inline-block; float: none; padding: 0px;}
.sportsmagazine-fixture.sportsmagazine-modren-fixture ul li { width: 100%;}
.sportsmagazine-offstanding-text li { width: 33.333%;}
.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > th,.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > td { float: left; padding: 20px 0px; width: 20%;}
.sportsmagazine-overview-team-two { float: right; padding: 94px 0 29px 10px;}
.sportsmagazine-overview { padding: 44px 20px 15px;}
.sportsmagazine-overview-team-one { padding: 90px 10px 29px 0px;}
.sportsmagazine-overview-scorecard { margin: 0px 3px 30px;}
.sportsmagazine-gamestats-btn { margin: 0px 0px 30px;}
.sportsmagazine-team-leader-section { padding: 0px 10px 0px 0px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo { padding: 0px 0px 0px 10px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-buy-ticket { width: 30%; padding: 12px 10px 0px; text-align: center;}
.sportsmagazine-buy-ticket-text { margin: 0px 0px 5px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-teams-match { width: 70%;}
.sportsmagazine-fixture-mini-list .sportsmagazine-fixture-wrap:before { right: 29%;}
.ticket-buy-btn { float: none; display: inline-block;}
.sportsmagazine-player-info li { width: 50%;}
.sportsmagazine-player-grid figure span:before { border-right: 13px solid transparent; margin: 0px 0px 0px -14px;}
.sportsmagazine-player-grid figure span:after { border-left: 12px solid transparent; margin: 0px -14px 0px 0px; }
.sportsmagazine-blog-social ul li a { margin: -1px 0px 0px; padding: 4px 16px 0 0;}
.sportsmagazine-client-detail tr > td { padding: 14px 27px 10px 22px;}
.sportsmagazine-player-list-text p { width: 77%;}
.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > td,.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th { padding: 12px 10px;}
.sportsmagazine-form-result form { width: 94%;}
.star-rating-box:before { left: 29px;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 42px;}
.sportsmagazine-shop-list-text p { margin: 0px 0px 5px;}
.sportsmagazine-shop-list-text { padding: 12px 0 23px 30px;}
.player-stats-text .star-rating-box:before { left: -1px;}
.sportsmagazine-wishlist-graph ul li { padding: 0 15px 11px;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li { padding: 30px 10px;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li:first-child,.sportsmagazine-wishlist-graph ul li:first-child { padding: 0 0 0 15px;}
.sportsmagazine-wishlist-graph .star-rating { width: 109%;}
.sportsmagazine-wishlist-graph .star-rating-box:before { left: -3px;}
.sportsmagazine-contact-text p, .sportsmagazine-contact-text a { width: 100%;}
.sportsmagazine-search-box input[type="text"] { font-size: 55px;}
.sportsmagazine-search-box i { font-size: 46px;}
.sportsmagazine-user-link li:first-child { margin-left: 0px;}
.sportsmagazine-testimonial-text::after { width: 69%;}
.sportsmagazine-classic-team-one { padding: 70px 50px 69px;}
.sportsmagazine-classic-team-two { padding: 70px 30px 69px;}
.sportsmagazine-dropdown-menu .sportsmagazine-dropdown-menu { left: 0px;}
/* Main Grid */
.sportsmagazine-main-content .col-md-4,.sportsmagazine-main-content .col-md-3 { float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
.sportsmagazine-main-content .col-md-7,.sportsmagazine-main-content .col-md-5 { width: 100%; float: left; margin-bottom: 30px; }
.col-md-12 { float: left; width: 100%; }
}
/* Media 420Px Start */
@media (max-width: 767px) {
.navbar { position: relative; float: right;}
.navbar-toggle { display: block; background-color: #eee; margin: 30px 30px 25px 0px; }
.navbar-collapse { padding: 0px 0px 0px 0px; width: 260px; background-color: #272727; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); border: none; position: absolute; right: 0%; top: 100%; z-index: 9999; margin: 10px 0px 0px 0px; }
#sportsmagazine-header .collapse { display: none; } #sportsmagazine-header .collapse.in { display: block; } .sportsmagazine-thumbnail { margin-bottom: 0px; }
.navbar-nav > li:first-child > a { padding-left: 22px; }
.navbar-nav { margin: 0px; } .navbar-nav > li > a:before,.navbar-nav > li > a:after { display: none; }
.sportsmagazine-dropdown-menu { float: left; width: 100%; position: relative; opacity: 1; visibility: visible; box-shadow: none; }
.sportsmagazine-dropdown-menu,.sportsmagazine-megamenu {
-webkit-transform: translate(0px);
-moz-transform: translate(0px);
-ms-transform: translate(0px);
-o-transform: translate(0px);
transform: translate(0px);
}
.sportsmagazine-megamenu { float: left; min-width: 100%; position: relative; right: auto; top: auto; padding: 20px 8px 5px 8px; box-shadow: none; opacity: 1; visibility: visible; }
.sportsmagazine-megamenu [class*="col-md-"] { width: 100%; float: left; margin-bottom: 15px; }
.sportsmagazine-megamenu .row { margin: 0px; } .navbar-nav > li > a { float: left; width: 100%; padding: 20px 20px 10px 20px; }
.navbar-nav > li { width: 100%; padding: 20px 0px; }
/* Main Grid */
.sportsmagazine-main-content .col-md-4,.sportsmagazine-main-content .col-md-3 { float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
.sportsmagazine-main-content .col-md-7,.sportsmagazine-main-content .col-md-5 { width: 100%; float: left; margin-bottom: 30px; }
.col-md-12 { float: left; width: 100%; }
/* Header */
.sportsmagazine-top-strip { text-align: center; }
.sportsmagazine-top-strip [class*="col-md-"] { display: inline-block; } .sportsmagazine-strip-social li { margin-top: 0px; }
/* Header two */
.sportsmagazine-logo-two { width: 100%; text-align: center; margin: 30px 0 20px;}
.header-info li { width: 50%;}
.sportsmagazine-header-two .navbar-default { background-color: transparent;}
.sportsmagazine-header-two .navbar-nav > li { padding: 0px;}
.sportsmagazine-banner-two .slick-dots { bottom: 7px;}
.sportsmagazine-header-two .navbar-default { padding: 0px; width: auto;}
/* Banner*/
.sportsmagazine-banner-caption { display: none;}
/* Content */
.sportsmagazine-social-network,.sportsmagazine-user-section { width: 100%; text-align: center; margin: 0px 0px 15px;}
.sportsmagazine-logo { margin: 0px; text-align: center; width: 100%;}
.sportsmagazine-social-network li,.sportsmagazine-user-section > li { float: none; display: inline-block; }
.sportsmagazine-logo:before {
width: 100%;
height: 3px;
top: auto;
right: 0px;
bottom: 0px;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.sportsmagazine-match-result { background-size: cover; background-position: center;}
.sportsmagazine-right-section { width: 100%; float: left; text-align: center;}
.sportsmagazine-search-btn { padding: 0px; float: none; display: inline-block; -webkit-transform: translateY(-37px);
-moz-transform: translateY(-37px);
-ms-transform: translateY(-37px);
-o-transform: translateY(-37px);
transform: translateY(-37px);}
.sportsmagazine-featured-caption { width: 100%; padding: 0 0 25px 30px;}
.sportsmagazine-featured-caption h2 { font-size: 18px;}
.sportsmagazine-blog > ul > li { float: left;}
.sportsmagazine-blog-list { margin: 0px 0px 30px;}
.sportsmagazine-addbanner-caption { width: 80%; padding: 35px 0 0 60px;}
.sportsmagazine-addbanner-caption h2 { font-size: 18px; margin: 0px 0px 6px;}
.sportsmagazine-addbanner-caption p { margin: 0px 0px 12px; line-height: 20px;}
.sportsmagazine-add-banner:before { height: 150px; right: 30px;}
.sportsmagazine-add-banner:after { width: 150px; bottom: 30px;}
.sportsmagazine-player-slider-nav { width: 94%; float: right;}
.sportsmagazine-player-slider-image { width: 100%; border: none;}
.sportsmagazine-fixture-slider-layer ul li.first-child:before,.sportsmagazine-fixture-slider-layer ul:before { border-left: 80px solid transparent; border-right: 80px solid transparent;}
.ranking-content-table { padding: 0px;}
.widget_trending_news > .nav-tabs > li { float: left;}
.sportsmagazine-footer-widget .widget { float: left; width: 100%;}
.sportsmagazine-user-section > li { margin: 0 13px 10px 0;}
.sportsmagazine-add-banner figcaption:before { height: 150px; left: 30px;}
.sportsmagazine-add-banner figcaption:after { width: 150px; top: 30px;}
.sportsmagazine-player-slider-image:before { display: none;}
.sportsmagazine-fixture-gallery ul li { width: 50%;}
.sportsmagazine-main-content aside.col-md-4 { width: 100%;}
.sportsmagazine-blog-medium figure { width: 100%;}
.sportsmagazine-blog-medium figure ~ .sportsmagazine-blogmedium-text { margin: 0px;}
.sportsmagazine-blogmedium-text { float: left; width: 100%; padding: 30px 25px 22px;}
.sportsmagazine-blog-medium figure:before {
height: 40px; width: 100%; right: 0px; bottom: -16px;
-webkit-transform: rotate(-6deg);
-moz-transform: rotate(-6deg);
-ms-transform: rotate(-6deg);
-o-transform: rotate(-6deg);
transform: rotate(-6deg);
}
.sportsmagazine-blog-medium figure:after { border-top: 25px solid transparent; border-right: 213px solid #e7e7e7; border-bottom: 25px solid transparent; right: 0px; bottom: -11px;}
.sportsmagazine-classic-player-info { top: 25px;}
.sportsmagazine-fancy-title-two h2 { font-size: 26px;}
.sportsmagazine-testimonial-text:after { width: 60%;}
.widget-images-list .slick-arrow { top: -140%;}
.widget-images-list .slick-arrow.slick-arrow-left { z-index: 1;}
.header-info { padding: 0px;}
.sportsmagazine-partner-slider .slick-arrow { right: 0px; top: 26px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { left: 0px; z-index: 1; top: 26px;}
.sportsmagazine-section-post { background-size: cover;}
.sportsmagazine-section-post-text { width: 90%;}
.sportsmagazine-result-one,.sportsmagazine-result-two { padding: 109px 0 55px;}
.sportsmagazine-score-result { padding: 61px 50px 65px;}
.sportsmagazine-result-text:before { left: -26%;}
.sportsmagazine-latest-result { margin: 0px 0px 30px;}
.sportsmagazine-next-game .sportsmagazine-result-one { padding: 0 15px; margin: 0 10px 28px 0;}
.sportsmagazine-next-game .sportsmagazine-result-two { padding: 0px 15px;}
.sportsmagazine-next-game-text { float: none; display: inline-block;}
.sportsmagazine-latest-result { text-align: center;}
.sportsmagazine-result-text { display: inline-block; float: none;}
.sportsmagazine-blog.sportsmagazine-blog-medium > ul > li { width: 50%;}
.sportsmagazine-copyright-two:after,.sportsmagazine-copyright-two:before { width: 46%;}
.sportsmagazine-classic-player-text { padding: 15px 0px;}
.sportsmagazine-classic-player-info > span { margin: 0px;}
.classic-player-option { margin: 0px;}
.sportsmagazine-classic-player-info p { width: 100%;}
.sportsmagazine-footer-two { background-size: cover;}
.sportsmagazine-header-one .navbar { float: none; display: inline-block;}
.sportsmagazine-header-one .navbar-collapse { left: 0px;}
.sportsmagazine-error-wrap form { width: 100%;}
.sportsmagazine-error-wrap form input[type="text"] { width: 73%;}
.sportsmagazine-error-wrap form:before,.sportsmagazine-error-wrap form:after { right: 28%;}
.sportsmagazine-account-tabs .nav-tabs li a { padding: 19px 15px;}
.sportsmagazine-account form ul li,.sportsmagazine-account form ul li.address { width: 50%;}
.sportsmagazine-account form ul li:last-child { width: 100%;}
.sportsmagazine-thumb-text { display: none;}
blockquote { padding: 53px 0 26px 62px;}
.sportsmagazine-prenxt-post ul li { width: 100%; margin: 0px 0px 30px;}
.sportsmagazine-prev-post:before,.sportsmagazine-prev-post:after { left: -5px; width: 15px;}
.sportsmagazine-next-post:before,.sportsmagazine-next-post:after { right: -5px; width: 15px;}
.sportsmagazine-prev-post:before {-webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); transform: rotate(12deg);}
.sportsmagazine-prev-post:after {-webkit-transform: rotate(-9deg); -moz-transform: rotate(-9deg); -ms-transform: rotate(-9deg); -o-transform: rotate(-9deg); transform: rotate(-9deg);}
.sportsmagazine-next-post:before {-webkit-transform: rotate(-12deg); -moz-transform: rotate(-12deg); -ms-transform: rotate(-12deg); -o-transform: rotate(-12deg); transform: rotate(-12deg);}
.sportsmagazine-next-post:after {-webkit-transform: rotate(11deg); -moz-transform: rotate(11deg); -ms-transform: rotate(11deg); -o-transform: rotate(11deg); transform: rotate(11deg);}
.sportsmagazine-contact-form form ul li p > span { width: 37px;}
.sportsmagazine-contact-form form ul li p:after,.sportsmagazine-contact-form form ul li p:before { right: 17%;}
.sportsmagazine-contact-form form p input[type="text"] { width: 84%;}
.sportsmagazine-contact-form form p textarea { width: 92%;}
.sportsmagazine-contact-form form ul li.full-input p:before, .sportsmagazine-contact-form form ul li.full-input p:after { right: 10%;}
.sportsmagazine-article-options { padding: 9px 25px 11px;}
.widget_matches ul li { text-align: center;}
.widget_matches ul li > span { float: none; display: inline-block;}
.sportsmagazine-team-two { float: right;}
.sportsmagazine-blog-grid section { padding: 19px 22px 0;}
.sportsmagazine-blog-grid-options { padding: 21px 26px 10px;}
.sportsmagazine-blogmodren-text { padding: 34px 16px 18px 79px;}
.sportsmagazine-teams-match,.sportsmagazine-buy-ticket { width: 100%;}
.sportsmagazine-first-team, .sportsmagazine-second-team { width: 100%;}
.sportsmagazine-first-team,.sportsmagazine-second-team { padding: 28px 0 29px;}
.sportsmagazine-match-view { margin: 35px 0px; float: none; display: inline-block;}
.sportsmagazine-fixture-wrap { text-align: center; margin: 0px;}
.sportsmagazine-teams-match figure ~ .sportsmagazine-first-team-info,.sportsmagazine-teams-match figure ~ .sportsmagazine-second-team-info { display: inline-block; margin: 0px 0px 0px 7px; -webkit-transform: translateY(12px);-moz-transform: translateY(12px);
-ms-transform: translateY(12px);-o-transform: translateY(12px);transform: translateY(12px); padding: 0px; text-align: center;}
.sportsmagazine-first-team figure, .sportsmagazine-second-team figure { display: inline-block; float: none;}
.sportsmagazine-first-team:before,.sportsmagazine-second-team:before { display: none;}
.sportsmagazine-fixture-wrap:before { width: 100%; height: 6px; top: auto; bottom: 22%; right: 0px;}
.sportsmagazine-buy-ticket { padding: 34px 27px 34px 34px;}
.sportsmagazine-thumb-team-one { margin: 0px 0px 30px;}
.sportmagazine-score-counter > span { margin: 0px 0px 10px;}
.sportsmagazine-main-content .sportsmagazine-fixture-thumb .col-md-4 { width: 100%;}
.sportsmagazine-blog-social ul li a i { margin: -4px 11px 0px 0px;}
.sportsmagazine-fixture ul li { float: left;}
.sportsmagazine-classic-match-text { display: inline-block; float: none; padding: 27px 0 0;}
.sportsmagazine-classic-fixture-wrap { text-align: center;}
.sportsmagazine-classic-match-text h6 { font-size: 13px;}
.sportsmagazine-classic-team-two { padding: 70px 0px 69px;}
.sportsmagazine-classic-team-one { padding: 70px 4px 69px;}
.sportsmagazine-fixture.sportsmagazine-classic-fixture ul li { width: 100%;}
.sportsmagazine-modren-fixture-text { text-align: center;}
.sportsmagazine-modren-match-text { display: inline-block; float: none; padding: 0px;}
.sportsmagazine-fixture.sportsmagazine-modren-fixture ul li { width: 100%;}
.sportsmagazine-modren-team-one { padding: 40px 4px;}
.sportsmagazine-modren-team-two { padding: 40px 0;}
.sportsmagazine-modren-match-text h6 { font-size: 13px;}
.sportsmagazine-offstanding-text li { width: 50%;}
.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > th,.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > td { float: left; padding: 20px 0px; width: 25%;}
.sportsmagazine-modern-gallery figure figcaption { margin: -72px 0 0;}
.sportsmagazine-copyright p { float: left;}
.sportsmagazine-overview { padding: 20px 10px;}
.sportsmagazine-overview-wrap { text-align: center;}
.sportsmagazine-overview-team-one figure, .sportsmagazine-overview-team-two figure { display: inline-block; float: none;}
.sportsmagazine-overview-team-one figure ~ section,.sportsmagazine-overview-team-two figure ~ section { float: left; width: 100%; margin: 0px; padding: 0px; text-align: center;}
.sportsmagazine-overview-team-one, .sportsmagazine-overview-team-two { float: left; width: 100%; padding: 0;}
.sportsmagazine-overview-team-one section > span, .sportsmagazine-overview-team-two section > span { display: inline-block; float: none;}
.sportsmagazine-overview-score { display: inline-block; float: none; margin: 0px 0px 30px;}
.sportsmagazine-overview-team-one { margin: 0px 0px 30px;}
.sportsmagazine-overview-player-name { width: 100%;}
.sportsmagazine-overview-scorecard { margin: 0px 0px 30px; width: 100%;}
.sportsmagazine-overview-scorecard ul { float: left; width: 100%;}
.sportsmagazine-overview-scorecard li h6 { line-height: 1.8;}
.sportsmagazine-overview-scorecard ul li { float: left; width: 20%; padding: 0px;}
.sportsmagazine-gamestats-btn { margin: 0 0px 23px 0; padding: 12px 0px; width: 80%;}
.sportsmagazine-overview-skillbar .skillst { width: 50%; padding: 0 10px;}
.sportsmagazine-overview-skillbar { margin: 0px -10px; padding: 0px;}
.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th, .sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th:last-child,.sportsmagazine-overview-graph .sportsmagazine-client-detail tr > td { width: 30%; padding: 12px 20px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo { padding: 0px;}
.sportsmagazine-team-leader-section { padding: 0px; width: 100%;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo ul li:first-child { padding: 12px 29px 10px 22px;}
.sportsmagazine-team-leader-section ul li:last-child { padding: 12px 22px 10px 29px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-teams-match { width: 100%;}
.sportsmagazine-fixture-mini-list .sportsmagazine-match-view { padding: 40px 25px 40px 35px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-fixture-wrap:before { left: 0px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-buy-ticket { width: 100%; padding: 23px 20px;}
.sportsmagazine-player-thumb-text { width: 100%; margin: 0px; padding: 42px 0 55px 0px;}
.sportsmagazine-client-detail tr > th,.sportsmagazine-client-detail tr > td { float: left; }
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > th,.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > td { float: none;}
.sportsmagazine-player-grid-text { padding: 15px 9px 0 30px;}
.sportsmagazine-player-list figure { width: 100%;}
.sportsmagazine-player-list figure ~ .sportsmagazine-player-list-text { margin: 0px;}
.sportsmagazine-player-list-text { float: left; width: 100%; padding: 35px 22px 0;}
.sportsmagazine-player-list-text:before { height: 21px; width: 50%; left: 0px; top: -10px; -webkit-transform: rotate(-8deg); -moz-transform: rotate(-8deg); -ms-transform: rotate(-8deg); -o-transform: rotate(-8deg); transform: rotate(-8deg);}
.sportsmagazine-player-list-text:after { height: 21px; width: 50%; right: 0px; left: auto; bottom: auto; top: -10px; -webkit-transform: rotate(9deg); -moz-transform: rotate(9deg); -ms-transform: rotate(9deg); -o-transform: rotate(9deg); transform: rotate(9deg);}
.sportsmagazine-player-list figure:before { width: 50%; height: 6px; bottom: 10px; top: auto; right: 0px;}
.sportsmagazine-player-list figure:after { width: 50%; height: 6px; bottom: 10px; top: auto; right: auto; left: 0;}
.sportsmagazine-player-list figure a i { right: 50%; top: auto; bottom: 2px; margin: 0px -20px 0px 0px;}
.sportsmagazine-player > ul > li { float: left; width: 50%;}
.sportsmagazine-modern-player figure figcaption { width: 180px;}
.sportsmagazine-form-result form { width: 100%;}
.sportsmagazine-form-result form input[type="text"] { width: 75%;}
.sportsmagazine-form-result form:after,.sportsmagazine-form-result form:before { right: 26%;}
.sportsmagazine-shop-summery { width: 100%;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 23px;}
.sportsmagazine-shop-list figure { width: 100%;}
.sportsmagazine-shop-list figure ~ .sportsmagazine-shop-list-text { margin: 0px; float: left; width: 100%;}
.sportsmagazine-shop-list-text { padding: 30px 20px;}
.sportsmagazine-shop-list figure:before { height: 30px; width: 51%; left: -1px; bottom: -8px; right: auto; top: auto; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg);}
.sportsmagazine-shop-list figure:after { height: 30px; width: 51%; bottom: -8px; right: -1px; -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg);}
.sportsmagazine-shop > ul > li { width: 50%;}
.sportsmagazine-shop-list figure .star-rating .star-rating-box:before { left: 15px;}
.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th:first-child,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > td { padding: 12px 0px; width: 33.333%;}
.player-stats-text .star-rating { width: 113%;}
.sportsmagazine-shopping-cart > p input[type="text"] { width: 90%; margin: 0px 0px 20px;}
.sportsmagazine-shopping-cart > p span { margin: 0px 0px 20px;}
.sportsmagazine-wishlist-graph ul { float: left; width: 100%;}
.sportsmagazine-wishlist-graph ul li:first-child,.sportsmagazine-wishlist-graph ul li { float: left; padding: 11px 10px; width: 20%;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li:first-child,.sportsmagazine-wishlist-graph ul.wishlist-graph li { width: 50%; padding: 11px 10px;}
.sportsmagazine-topstrip { padding: 22px 0px 0px;}
.loginmodal .modal-dialog { width: 440px;}
.login-network li a { padding: 5px 10px;}
.sportsmagazine-blog-grid figure::before { -webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);}
.sportsmagazine-search-box input[type="text"] { font-size: 25px; padding: 0 20px 24px;}
.sportsmagazine-search-box i { font-size: 20px; top: 36px; right: 20px;}
.sportsmagazine-dropdown-menu .sportsmagazine-dropdown-menu { left: 0px;}
.sportsmagazine-sticky .sportsmagazine-main-header { position: static;}
.sportsmagazine-sticky .sportsmagazine-header-two .navbar { position: static;}
.sportsmagazine-sticky .sportsmagazine-logo-two,.sportsmagazine-sticky .header-info { display: block;}
.sportsmagazine-sticky .sportsmagazine-header-two .sportsmagazine-main-header { background: #292c31;}
}
/* Media 300Px Start */
@media (max-width: 480px) {
/*main grid*/
.sportsmagazine-main-content .col-md-4,.sportsmagazine-main-content .col-md-3,.sportsmagazine-main-content .col-md-6 { margin-right: 0px; width: 100%; }
/*main grid*/
.sportsmagazine-search-btn { padding: 21px 0 20px; float: right; -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);}
.navbar-toggle { margin: 15px 30px 30px 0px; }
.sportsmagazine-add-banner:before,.sportsmagazine-add-banner:after,.sportsmagazine-add-banner figcaption:before,
.sportsmagazine-add-banner figcaption:after { content: none;}
.sportsmagazine-fixture-gallery ul li { width: 100%;}
.sportsmagazine-player-slider-caption { width: 86%;}
.sportsmagazine-player-slider-caption span ~ section { margin-left: 100px;}
.sportsmagazine-player-slider-image:before { display: block; top: auto; bottom: 0px; border-left: 40px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #ffdc11; z-index: 1; left: 35px; right: auto;}
.widget_trending_news .nav-tabs { padding: 0px 12px;}
.widget_trending_news .nav-tabs li { padding: 0px 5px;}
.sportsmagazine-info-list li span { padding: 10px 10px 9px 8px; font-size: 12px;}
.widget_gallery ul li { width: 33.333%;}
.sportsmagazine-copyright { text-align: center;}
.sportsmagazine-copyright-link { float: none; display: inline-block; margin: 0px 0px 17px;}
.sportsmagazine-copyright-link li:before { left: 0px;}
.sportsmagazine-copyright-link li { margin: 0px; padding: 0px 10px;}
.sportsmagazine-user-section > li { margin: 0 30px 10px 0;}
.sportsmagazine-logo { margin: 0px 0px 15px;}
.sportsmagazine-match-result ul li { padding-bottom: 30px; width: 100%; }
.sportsmagazine-match-result ul li.sportsmagazine-match-score { padding: 0px 0px 30px; width: 100%;}
.sportsmagazine-blog-grid-options { padding: 21px 15px 10px;}
.sportsmagazine-addbanner-caption { width: 100%; padding: 5px 0px 0px 15px;}
.sportsmagazine-addbanner-caption h2 { font-size: 18px; margin: 0px 0px 6px;}
.sportsmagazine-addbanner-caption p { font-size: 10px; margin: 0px;}
.sportsmagazine-add-banner:before { height: 65px; right: 30px;}
.sportsmagazine-add-banner:after { width: 65px;}
.sportsmagazine-player-slider-nav:before { content: none;}
.sportsmagazine-fixture-slider-layer ul li.first-child:before,.sportsmagazine-fixture-slider-layer ul:before { border-left: 95px solid transparent; border-right: 95px solid transparent;}
.sportsmagazine-match-fixture .sportsmagazine-client-detail tr > td { float: left; width: 50%; padding: 15px 10px 15px 10px; line-height: 2.3;}
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > td { padding: 15px 9px 15px 7px; width: auto;}
.sportsmagazine-section-post-text { width: 100%;}
.sportsmagazine-section-post-text p { width: 100%;}
.sportsmagazine-section-post-text h3 { font-size: 22px;}
.game-countdown-heading { padding: 14px 30px;}
.sportsmagazine-next-game .sportsmagazine-result-one { width: 100%; margin: 0px 0px 28px;}
.sportsmagazine-next-game-text { display: inline-block; float: none; margin: 0px 0px 28px;}
.sportsmagazine-result-one.sportsmagazine-result-two { width: 100%; padding: 0px 0px 20px;}
.sportsmagazine-result-text { width: 100%;}
.sportsmagazine-result-text:before { left: -3px;}
.sportsmagazine-result-one {width: 100%; padding: 20px 0px;}
.sportsmagazine-latest-result { margin: 0px 0px 30px;}
.sportsmagazine-copyright-two:before,.sportsmagazine-copyright-two:after { width: 42%;}
.sportsmagazine-copyright-two p { display: inline-block; float: none; margin: 0px 0px 20px;}
.sportsmagazine-copyright-two { text-align: center;}
.sportsmagazine-footer-social { float: none; display: inline-block;}
.sportsmagazine-footer-two:before,.sportsmagazine-footer-two:after {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.sportsmagazine-footer-two { background-size: cover;}
.header-info li { width: 100%;}
.header-info { padding-left: 48px;}
.sportsmagazine-partner-slider .slick-arrow { top: 33px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { top: 34px;}
.sportsmagazine-result-text:before { border-left: 147px solid transparent; border-right: 147px solid transparent; }
.sportsmagazine-blog.sportsmagazine-blog-medium > ul > li { width: 100%;}
.sportsmagazine-blogmedium-text { padding: 20px 40px 22px 35px;}
.sportsmagazine-blog-medium figure:after { bottom: -8px;}
.sportsmagazine-testimonial-text:after { width: 63%;}
.sportsmagazine-footer-widget .widget { width: 100%;}
.sportsmagazine-classic-player-info { top: 33px;}
.widget-images-list .slick-arrow { top: -83%;}
.sportsmagazine-header-one .navbar { float: left;}
.sportsmagazine-header-one .navbar-collapse { left: 0px;}
.sportsmagazine-error-wrap form:before,.sportsmagazine-error-wrap form:after { display: none;}
.sportsmagazine-error-wrap form input[type="text"] { width: 100%; margin: 0px 0px 20px; border: 1px solid #ececec;}
.sportsmagazine-account-tabs .nav-tabs li { width: 100%;}
.sportsmagazine-upload-photo section label { margin: 12px 0px 0px;}
.sportsmagazine-account form ul li,.sportsmagazine-account form ul li.address { width: 100%;}
.sportsmagazine-tags, .sportsmagazine-blog-social { width: 100%; margin: 0px 0px 12px;}
.sportsmagazine-contact-form form ul li { width: 100%;}
.sportsmagazine-contact-form form p input[type="text"] { width: 82%;}
.sportsmagazine-contact-form form ul li p:before,.sportsmagazine-contact-form form ul li p:after { right: 19%;}
.sportsmagazine-contact-form form p textarea { width: 82%;}
.sportsmagazine-contact-form form ul li.full-input p:before, .sportsmagazine-contact-form form ul li.full-input p:after { right: 21%;}
.sportsmagazine-prev-post:before,.sportsmagazine-prev-post:after { left: -5px; width: 15px;}
.sportsmagazine-next-post:before,.sportsmagazine-next-post:after { right: -5px; width: 15px;}
.sportsmagazine-prev-post:before {-webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); transform: rotate(12deg);}
.sportsmagazine-prev-post:after {-webkit-transform: rotate(-9deg); -moz-transform: rotate(-9deg); -ms-transform: rotate(-9deg); -o-transform: rotate(-9deg); transform: rotate(-9deg);}
.sportsmagazine-next-post:before {-webkit-transform: rotate(-12deg); -moz-transform: rotate(-12deg); -ms-transform: rotate(-12deg); -o-transform: rotate(-12deg); transform: rotate(-12deg);}
.sportsmagazine-next-post:after {-webkit-transform: rotate(11deg); -moz-transform: rotate(11deg); -ms-transform: rotate(11deg); -o-transform: rotate(11deg); transform: rotate(11deg);}
.sportsmagazine-team-two { float: right;}
.widget_matches ul li { text-align: center;}
.widget_matches ul li > span { float: none; display: inline-block;}
.sportsmagazine-contact-form form ul li p > span { width: 45px;}
.sportsmagazine-article-options { padding: 9px 30px 11px;}
.sportsmagazine-blog-grid section { padding: 19px 30px 0;}
.sportsmagazine-blogmodren-text { padding: 34px 25px 18px 87px;}
.sportsmagazine-contact-us-text { margin: 0px 0px 20px;}
.sportsmagazine-buy-ticket-text,.ticket-buy-btn { display: inline-block; float: none;}
.sportsmagazine-fixture-wrap:before { bottom: 27%;}
.sportsmagazine-classic-team-one { width: 100%; padding-top: 30px 26px 69px;}
.sportsmagazine-classic-team-one:after { border-bottom: 55px solid #f5f5f5; border-left: 120px solid transparent;}
.sportsmagazine-classic-team-one:before { border-bottom: 55px solid #f5f5f5; border-right: 120px solid transparent; left: 0px; bottom: 0px; right: auto; top: auto; border-left: none; border-top: none;}
.sportsmagazine-classic-match-text { width: 100%; margin: 0px 0px 30px;}
.sportsmagazine-classic-team-two { width: 100%; padding-bottom: 70px 16px 30px;}
.sportsmagazine-classic-team-two:after { border-top: 55px solid #f5f5f5; border-left: 120px solid transparent; right: 0px; left: auto; top: 0; bottom: auto; border-bottom: none; border-right: none;}
.sportsmagazine-classic-team-two:before { border-right: 120px solid transparent; border-top: 55px solid #f5f5f5;}
.sportsmagazine-classic-match-text h6,.sportsmagazine-modren-match-text h6 { font-size: 14px;}
.sportsmagazine-modren-fixture-wrap { padding: 15px 0px;}
.sportsmagazine-modren-fixture-text { padding: 0px 20px 20px;}
.sportsmagazine-modren-team-one { width: 100%; margin: -15px 0px 30px; padding: 40px 25px 50px 26px;}
.sportsmagazine-modren-team-one:after { border-bottom: 55px solid #ffdc11; border-left: 100px solid transparent;}
.sportsmagazine-modren-team-one:before { border-bottom: 55px solid #ffdc11; border-right: 100px solid transparent; left: 0px; bottom: 0px; right: auto; top: auto; border-left: none; border-top: none;}
.sportsmagazine-modren-team-one > span { height: auto; width: 100%;}
.sportsmagazine-modren-team-one > span:before { left: -15px; top: 0;}
.sportsmagazine-modren-team-one > span:after { bottom: auto; top: 0; left: auto; right: -15px; border-bottom: 15px solid #27282a; border-right: 15px solid transparent; border-left: none; border-top: none;}
.sportsmagazine-modren-match-text { width: 100%; padding: 0px; margin: 0px 0px 30px;}
.sportsmagazine-modren-team-two { width: 100%; margin: 0px 0px -35px; padding: 40px 17px 40px 16px;}
.sportsmagazine-modren-team-two:after { border-top: 55px solid #ffdc11; border-left: 100px solid transparent; right: 0px; left: auto; top: 0; bottom: auto; border-bottom: none; border-right: none;}
.sportsmagazine-modren-team-two:before { border-right: 100px solid transparent; border-top: 55px solid #ffdc11;}
.sportsmagazine-modren-team-two > span { width: 100%; height: auto; top: auto; bottom: 0px;}
.sportsmagazine-modren-team-two > span:after { right: -15px; bottom: 0px;}
.sportsmagazine-modren-team-two > span:before { left: -15px; right: auto; bottom: 0px; top: auto; border-top: 15px solid #27282a; border-left: 15px solid transparent; border-bottom: none; border-right: none;}
.sportsmagazine-offstanding-text li { width: 100%;}
.sportsmagazine-modern-gallery figure figcaption { margin: -49px 0 0;}
.sportsmagazine-copyright p { display: inline-block; float: none;}
.sportsmagazine-login-form,.sportsmagazine-register-form.sportsmagazine-login-form { padding: 31px 12px 25px;}
.sportsmagazine-login-form h4:before { width: 100%;}
.sportsmagazine-overview-scorecard ul li { width: 25%;}
.sportsmagazine-gamestats-btn { margin: 0 0px 23px 0; padding: 12px 0px; width: 100%;}
.sportsmagazine-overview-skillbar .skillst { width: 100%; padding: 0px;}
.sportsmagazine-overview-skillbar { margin: 0px;}
.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th, .sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th:last-child { width: 40%; float: left; padding: 10px 0px;}
.sportsmagazine-overview-graph .sportsmagazine-client-detail tr > td { padding: 10px 0px; float: left; width: 33.333%;}
.sportsmagazine-team-leader-section ul { float: left; width: 100%;}
.sportsmagazine-team-leader-section ul li {float: left; padding: 12px 0px; width: 50%; text-align: center;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo ul li { padding: 12px 0px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo ul li:first-child { padding: 12px 0;}
.sportsmagazine-player-info li { width: 50%;}
.sportsmagazine-client-detail tr > th,.sportsmagazine-client-detail tr > td { width: 50%;}
.sportsmagazine-player-grid figure span:before { margin: 0px 0px 0px -12px;}
.sportsmagazine-player-grid figure span:after { margin: 0px -12px 0px 0px;}
.sportsmagazine-player-grid-text { padding: 15px 12px 0px 30px;}
.sportsmagazine-player > ul > li { width: 100%;}
.sportsmagazine-player-list-text { padding: 35px 30px 0;}
.sportsmagazine-modern-player figure figcaption { width: 200px;}
.sportsmagazine-form-result form input[type="text"] { width: 100%; border: 1px solid #ececec;}
.sportsmagazine-form-result form:before,.sportsmagazine-form-result form:after { display: none;}
.sportsmagazine-form-result h2 { font-size: 26px; padding: 12px 13px;}
.sportsmagazine-form-result h2:before { border-left: 141px solid transparent; border-right: 141px solid transparent; }
.star-rating { width: 30%;}
.star-rating-box:before { left: 0px;}
.sportsmagazine-summery-option > li:last-child { margin-right: 0px;}
.sportsmagazine-summery-option > li { margin: 0 25px 10px 0;}
.sportsmagazine-shop-tabs .nav-tabs li { margin: 0px 5px 10px 0px;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 28px;}
.sportsmagazine-shop > ul > li { width: 100%;}
.sportsmagazine-shopping-cart p { padding: 23px 10px 22px;}
.player-stats-text .star-rating-box:before { left: -5px;}
.sportsmagazine-shopping-cart-total > span .cart-checkout-btn { padding: 13px 60px 12px;}
.player-stats-text .star-rating { width: 93%;}
.sportsmagazine-shopping-cart > p input[type="text"] { width: 100%;}
.sportsmagazine-wishlist-graph ul li { width: 50%;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li:first-child { padding: 11px 10px; width: 100%;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li { width: 100%; padding: 11px 10px;}
.sportsmagazine-wishlist-graph .star-rating-box:before { left: 9px;}
.sportsmagazine-account-tabs .nav-tabs li.active a:before { z-index: 1;}
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > th { padding: 15px 13px 15px 30px;}
.sportsmagazine-client-detail tr { float: left; width: 100%;}
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > th,.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > td { float: left;}
.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th:first-child,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > td { padding: 12px 0px; width: 50%;}
.sportsmagazine-featured-caption h2,.sportsmagazine-addbanner-caption .sportsmagazine-banner-btn { display: none;}
.sportsmagazine-search-box input[type="text"],.sportsmagazine-search-box i { font-size: 20px;}
.sportsmagazine-search-box i { top: 33px;}
.sportsmagazine-search-box input[type="text"] { height: 88px; padding: 0px 0px 0px 13px;}
.sportsmagazine-player-slider-nav::after { display: none;}
.sportsmagazine-player-slider-nav { width: 100%;}
.loginmodal .modal-dialog { margin: 30px 0px 0px 20px; width: 85%;}
.sportsmagazine-login-box { padding: 31px 20px 33px;}
.login-network li a { padding: 5px 8px;}
.login-network li { width: 50%;}
.sportsmagazine-wishlist-graph ul li:first-child, .sportsmagazine-wishlist-graph ul li { width: 50%;}
}
/* Media 940Px Start */
@media screen and (min-width: 991px) and (max-width: 1054px) {
.sportsmagazine-dropdown-menu { width: 200px; left: -8px;}
.sportsmagazine-fixture-slider-layer ul:before,.sportsmagazine-fixture-slider-layer ul li.first-child:before { border-left: 66px solid transparent; border-right: 66px solid transparent;}
.sportsmagazine-match-result { background-position: center;}
.sportsmagazine-blog-grid-options { padding: 21px 17px 10px;}
.sportsmagazine-blog-list-wrap { padding: 19px 18px;}
.sportsmagazine-blog-grid section { padding: 19px 25px 0;}
.widget_trending_news .nav-tabs li { padding: 0px 9px;}
.widget_trending_news .nav-tabs { padding: 0px 2px;}
.sportsmagazine-addbanner-caption { padding: 50px 0 0 60px; width: 80%;}
.sportsmagazine-add-banner:before { right: 35px; height: 200px;}
.sportsmagazine-add-banner:after { width: 200px; bottom: 30px;}
.sportsmagazine-add-banner figcaption:before { height: 200px; left: 30px;}
.sportsmagazine-add-banner figcaption:after { width: 200px; top: 30px;}
.sportsmagazine-player-slider-caption { width: 70%;}
.sportsmagazine-fixture-gallery figure figcaption h6 { padding: 0px 20px;}
.ranking-content-table img ~ .ranking-logo { margin-left: 36px;}
.ranking-content-table li { padding: 16px 10px 12px;}
.navbar-nav > li { padding: 48px 20px 47px;}
.sportsmagazine-header-two .navbar-nav > li { padding: 19px 20px;}
.sportsmagazine-banner-two-wrap { width: 61%;}
.sportsmagazine-banner-text { padding: 15px 0 20px;}
.sportsmagazine-banner-text h1 { margin: 0px 0px 15px;}
.sportsmagazine-banner-two .sportsmagazine-banner-caption { margin: 0px 0px -147px;}
.sportsmagazine-banner-two-thumb { width: 40%;}
.sportsmagazine-partner-slider .slick-arrow { right: -41px; top: 27px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { left: -40px; top: 27px;}
.sportsmagazine-section-post-text{ width: 60%;}
.sportsmagazine-score-result { padding: 61px 54px 65px;}
.sportsmagazine-result-one { padding: 109px 0 55px 0px;}
.sportsmagazine-result-two { padding: 109px 0px 55px 0;}
.sportsmagazine-result-text:before { left: -54px;}
.sportsmagazine-next-game .sportsmagazine-result-one { margin: 0 0px 28px 0; padding: 0px 19px}
.sportsmagazine-next-game .sportsmagazine-result-two { padding: 0px 19px;}
.sportsmagazine-banner-two .slick-dots { bottom: 0px;}
.sportsmagazine-match-fixture .sportsmagazine-client-detail tr > td { padding: 15px 10px 15px 10px;}
.sportsmagazine-blog-medium figure { width: 250px;}
.sportsmagazine-blog-medium figure ~ .sportsmagazine-blogmedium-text { margin: 0px 0px 0px 250px;}
.sportsmagazine-blogmedium-text { padding: 35px 0 5px 6px;}
.sportsmagazine-blogmedium-option li { margin: 0px 7px 0px 0px;}
.sportsmagazine-blogmedium-social { padding: 10px 0px 0px;}
.sportsmagazine-classic-player-info { top: 30px;}
.sportsmagazine-testimonial-text:after { width: 64%;}
.sportsmagazine-error-wrap form { width: 71%;}
.sportsmagazine-thumb-text h2 { width: 68%; font-size: 32px; line-height: 37px; margin: 0px 0px 10px;}
.sportsmagazine-team-two { float: right; margin: 0px 0px 0px 10px;}
.sportsmagazine-team-one { margin: 0 13px 0 0;}
.widget_matches ul li { padding: 20px 0px;}
.sportsmagazine-article-options { padding: 9px 27px 11px;}
.sportsmagazine-contact-form form p input[type="text"] { width: 85%;}
.sportsmagazine-contact-form form ul li p:after,.sportsmagazine-contact-form form ul li p:before { right: 16%;}
.sportsmagazine-first-team { padding: 28px 26px 29px 36px;}
.sportsmagazine-second-team { padding: 28px 32px 29px 15px;}
.sportsmagazine-buy-ticket { padding: 34px 9px 0px 13px;}
.sportsmagazine-match-info li:last-child { margin-right: 0px;}
.widget_cetagories ul li a:after,.widget_cetagories ul li a:before { border-right: 153px solid transparent;}
.sportsmagazine-match-info li { margin: 0 11px 10px 0;}
.sportsmagazine-tags a:last-child { margin-right: 0px;}
.sportsmagazine-blog-social ul li:first-child { margin-left: 0px;}
.sportsmagazine-classic-match-text { display: inline-block; float: none; padding: 27px 0px 0px;}
.sportsmagazine-classic-fixture-wrap,.sportsmagazine-modren-fixture-wrap { text-align: center;}
.sportsmagazine-classic-team-one { padding: 70px 1px 69px;}
.sportsmagazine-classic-team-two { padding: 70px 0 69px;}
.sportsmagazine-modren-team-one { padding: 40px 1px;}
.sportsmagazine-modren-team-two { padding: 40px 0px;}
.sportsmagazine-modren-match-text { padding: 0px; display: inline-block; float: none;}
.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > th,.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > td { float: left; padding: 20px 0px; width: 8%;}
.sportsmagazine-offstanding-text li { padding: 11px 0px 10px 15px;}
.sportsmagazine-overview { padding: 44px 10px 15px;}
.sportsmagazine-overview-team-one { padding: 90px 10px 29px 0px;}
.sportsmagazine-overview-team-two { float: right; padding: 94px 0 29px 10px;}
.sportsmagazine-overview-scorecard { margin: 0px 2px 30px;}
.sportsmagazine-gamestats-btn { margin: 0px 0px 23px;}
.sportsmagazine-team-leader-section { padding: 0px 7px 0px 0px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo { padding: 0px 0px 0px 7px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-first-team,.sportsmagazine-fixture-mini-list .sportsmagazine-second-team { padding: 28px 10px 29px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-teams-match { width: 69%;}
.sportsmagazine-fixture-mini-list .sportsmagazine-buy-ticket { width: 31%; padding: 12px 10px 0px; text-align: center;}
.sportsmagazine-client-detail tr > td { padding: 14px 23px 10px 24px;}
.sportsmagazine-player-list figure { width: 237px;}
.sportsmagazine-player-list figure ~ .sportsmagazine-player-list-text { margin-left: 230px; }
.sportsmagazine-player-list-text { padding: 10px 13px 0px; z-index: 1;}
.sportsmagazine-forword-btn { position: relative;}
.sportsmagazine-player-list figure:before,.sportsmagazine-player-list figure:after { z-index: 2; right: 15px;}
.sportsmagazine-player-list figure a i { z-index: 3;}
.sportsmagazine-player-social { padding: 12px 0px;}
.sportsmagazine-form-result form { width: 97%;}
.star-rating-box:before { left: 18px;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 9px;}
.sportsmagazine-shop-list-text { padding: 12px 0 20px 30px;}
.sportsmagazine-shop-list-text p { margin: 0px 0px 9px;}
.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th:first-child,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th { padding: 9px 10px 7px;}
.sportsmagazine-shopping-cart-total > span .cart-checkout-btn { padding: 13px 0px 12px; width: 100%;}
.sportsmagazine-shopping-cart p { padding: 23px 0 22px 20px;}
.sportsmagazine-shopping-cart > p input[type="text"] { margin: 0 12px 0 0;}
.sportsmagazine-shopping-cart > p span { margin: 6px 15px 0 0;}
.sportsmagazine-wishlist-graph .star-rating { width: 80%;}
.sportsmagazine-contact-text { padding: 13px 7px;}
.sportsmagazine-contact-us-text li time span { margin: 0px 0px 0px 14px;}
.player-stats-text .star-rating-box::before { left: -4px;}
.sportsmagazine-dropdown-menu .sportsmagazine-dropdown-menu { left: 68%;}
/*Banner*/
.sportsmagazine-banner-wrap { width: 70%; padding: 30px 0px 0px;}
.sportsmagazine-banner-thumb { width: 28%;}
} | public/assets/css/responsive.css | @media (min-width: 768px) and (max-width: 990px) {
.navbar { position: relative; }
.navbar-toggle { display: block; background-color: #eee; margin: 30px 30px 13px 0px; }
.navbar-collapse { padding: 0px 0px 0px 0px; width: 260px; background-color: #272727; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); border: none; position: absolute; right: 0%; top: 100%; z-index: 9999; margin: 10px 0px 0px 0px; }
#sportsmagazine-header .collapse { display: none; } #sportsmagazine-header .collapse.in { display: block; } .sportsmagazine-thumbnail { margin-bottom: 0px; }
.navbar-nav > li:first-child > a { padding-left: 22px; }
.navbar-nav { margin: 0px; } .navbar-nav > li > a:before,.navbar-nav > li > a:after { display: none; }
.sportsmagazine-dropdown-menu { float: left; width: 100%; position: relative; opacity: 1; visibility: visible; box-shadow: none; }
.sportsmagazine-dropdown-menu,.sportsmagazine-megamenu {
-webkit-transform: translate(0px);
-moz-transform: translate(0px);
-ms-transform: translate(0px);
-o-transform: translate(0px);
transform: translate(0px);
}
.sportsmagazine-megamenu { float: left; min-width: 100%; position: relative; right: auto; top: auto; padding: 20px 8px 5px 8px; box-shadow: none; opacity: 1; visibility: visible; }
.sportsmagazine-megamenu [class*="col-md-"] { width: 100%; float: left; margin-bottom: 15px; }
.sportsmagazine-megamenu .row { margin: 0px; } .navbar-nav > li > a { float: left; width: 100%; padding: 20px 20px 10px 20px; }
.navbar-nav > li { width: 100%; padding: 0px 0px; }
/* Header */
.sportsmagazine-sticky .sportsmagazine-main-header { position: static;}
.sportsmagazine-sticky .sportsmagazine-header-two .navbar { position: static;}
.sportsmagazine-sticky .sportsmagazine-logo-two,.sportsmagazine-sticky .header-info { display: block;}
.sportsmagazine-sticky .sportsmagazine-header-two .sportsmagazine-main-header { background: #292c31;}
.sportsmagazine-search-btn { padding: 37px 0px 47px;}
.sportsmagazine-banner-caption { display: none;}
/* Content */
.sportsmagazine-fixture-slider-layer ul:before,.sportsmagazine-fixture-slider-layer ul li.first-child:before { border-left: 100px solid transparent; border-right: 100px solid transparent; }
.sportsmagazine-blog > ul > li { float: left; width: 50%;}
.sportsmagazine-blog-grid section { padding: 19px 25px 0;}
.sportsmagazine-blog-list ul li { float: none;}
.sportsmagazine-match-result { background-position: center;}
.sportsmagazine-blog-list { margin: 0px 0px 30px;}
.sportsmagazine-addbanner-caption { width: 71%;}
.widget_trending_news .nav-tabs li { padding: 0 13px;}
.sportsmagazine-footer-widget .widget { float: left; width: 50%;}
.sportsmagazine-logo-two { width: 100%; text-align: center; margin: 30px 0 20px;}
.header-info { padding: 0px;}
.sportsmagazine-header-two .navbar-default { background-color: transparent;}
.navbar-header { float: right;}
.sportsmagazine-header-two .navbar-nav > li { padding: 0px;}
.sportsmagazine-section-post { background-size: cover;}
.sportsmagazine-section-post-text { width: 70%;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow,.sportsmagazine-partner-slider .slick-arrow { top: 27px;}
.sportsmagazine-latest-result { text-align: center;}
.sportsmagazine-result-text,.sportsmagazine-next-game-text { float: none; display: inline-block;}
.sportsmagazine-latest-result { margin: 0px 0px 30px;}
.game-countdown-heading { padding: 14px 150px;}
.sportsmagazine-blog.sportsmagazine-blog-medium > ul > li { width: 100%;}
.sportsmagazine-blogmedium-text { padding: 35px 75px 22px 20px;}
.sportsmagazine-footer-two { background-size: cover;}
.sportsmagazine-partner-slider .slick-arrow { right: -24px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { left: -24px; z-index: 1;}
.sportsmagazine-header-one .navbar { float: left;}
.sportsmagazine-header-one .navbar-collapse { left: 0px;}
.sportsmagazine-error-wrap form { width: 92%;}
.sportsmagazine-copyright-left { float: left;}
.sportsmagazine-account-tabs .nav-tabs li a { padding: 19px 15px;}
.sportsmagazine-thumb-text h2 { width: 86%; font-size: 32px; line-height: 37px; margin: 0px 0px 10px;}
.sportsmagazine-contact-form form p input[type="text"]{ width: 86%;}
.sportsmagazine-contact-form form ul li p:before,.sportsmagazine-contact-form form ul li p:after { right: 15%;}
.sportsmagazine-team-two { float: right;}
.widget_matches ul li { text-align: center;}
.widget_matches ul li > span { float: none; display: inline-block;}
.sportsmagazine-right-section { width: 55%;}
.sportsmagazine-bloglarge-text { padding: 21px 26px 15px;}
.sportsmagazine-first-team { padding: 28px 0px 29px 10px; margin: 0px;}
.sportsmagazine-second-team { padding: 28px 10px 29px 0px;}
.sportsmagazine-first-team:before { border-right: 75px solid transparent; right: -75px;}
.sportsmagazine-second-team:before { border-left: 75px solid transparent; left: -75px;}
.sportsmagazine-match-view h5 { padding: 8px 14px 8px 15px;}
.sportsmagazine-match-view { position: relative; z-index: 1;}
.sportsmagazine-buy-ticket { padding: 12px 14px 13px 22px; text-align: center;}
.sportsmagazine-match-info li { margin: 0 15px 10px 0;}
.sportsmagazine-fixture ul li { float: left;}
.sportsmagazine-classic-match-text { display: inline-block; float: none;}
.sportsmagazine-classic-fixture-wrap { text-align: center;}
.sportsmagazine-fixture.sportsmagazine-classic-fixture ul li { width: 100%;}
.sportsmagazine-modren-fixture-text { text-align: center;}
.sportsmagazine-modren-match-text { display: inline-block; float: none; padding: 0px;}
.sportsmagazine-fixture.sportsmagazine-modren-fixture ul li { width: 100%;}
.sportsmagazine-modren-fixture-text { text-align: center;}
.sportsmagazine-modren-match-text { display: inline-block; float: none; padding: 0px;}
.sportsmagazine-fixture.sportsmagazine-modren-fixture ul li { width: 100%;}
.sportsmagazine-offstanding-text li { width: 33.333%;}
.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > th,.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > td { float: left; padding: 20px 0px; width: 20%;}
.sportsmagazine-overview-team-two { float: right; padding: 94px 0 29px 10px;}
.sportsmagazine-overview { padding: 44px 20px 15px;}
.sportsmagazine-overview-team-one { padding: 90px 10px 29px 0px;}
.sportsmagazine-overview-scorecard { margin: 0px 3px 30px;}
.sportsmagazine-gamestats-btn { margin: 0px 0px 30px;}
.sportsmagazine-team-leader-section { padding: 0px 10px 0px 0px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo { padding: 0px 0px 0px 10px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-buy-ticket { width: 30%; padding: 12px 10px 0px; text-align: center;}
.sportsmagazine-buy-ticket-text { margin: 0px 0px 5px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-teams-match { width: 70%;}
.sportsmagazine-fixture-mini-list .sportsmagazine-fixture-wrap:before { right: 29%;}
.ticket-buy-btn { float: none; display: inline-block;}
.sportsmagazine-player-info li { width: 50%;}
.sportsmagazine-player-grid figure span:before { border-right: 13px solid transparent; margin: 0px 0px 0px -14px;}
.sportsmagazine-player-grid figure span:after { border-left: 12px solid transparent; margin: 0px -14px 0px 0px; }
.sportsmagazine-blog-social ul li a { margin: -1px 0px 0px; padding: 4px 16px 0 0;}
.sportsmagazine-client-detail tr > td { padding: 14px 27px 10px 22px;}
.sportsmagazine-player-list-text p { width: 77%;}
.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > td,.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th { padding: 12px 10px;}
.sportsmagazine-form-result form { width: 94%;}
.star-rating-box:before { left: 29px;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 42px;}
.sportsmagazine-shop-list-text p { margin: 0px 0px 5px;}
.sportsmagazine-shop-list-text { padding: 12px 0 23px 30px;}
.player-stats-text .star-rating-box:before { left: -1px;}
.sportsmagazine-wishlist-graph ul li { padding: 0 15px 11px;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li { padding: 30px 10px;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li:first-child,.sportsmagazine-wishlist-graph ul li:first-child { padding: 0 0 0 15px;}
.sportsmagazine-wishlist-graph .star-rating { width: 109%;}
.sportsmagazine-wishlist-graph .star-rating-box:before { left: -3px;}
.sportsmagazine-contact-text p, .sportsmagazine-contact-text a { width: 100%;}
.sportsmagazine-search-box input[type="text"] { font-size: 55px;}
.sportsmagazine-search-box i { font-size: 46px;}
.sportsmagazine-user-link li:first-child { margin-left: 0px;}
.sportsmagazine-testimonial-text::after { width: 69%;}
.sportsmagazine-classic-team-one { padding: 70px 50px 69px;}
.sportsmagazine-classic-team-two { padding: 70px 30px 69px;}
.sportsmagazine-dropdown-menu .sportsmagazine-dropdown-menu { left: 0px;}
/* Main Grid */
.sportsmagazine-main-content .col-md-4,.sportsmagazine-main-content .col-md-3 { float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
.sportsmagazine-main-content .col-md-7,.sportsmagazine-main-content .col-md-5 { width: 100%; float: left; margin-bottom: 30px; }
.col-md-12 { float: left; width: 100%; }
}
/* Media 420Px Start */
@media (max-width: 767px) {
.navbar { position: relative; float: right;}
.navbar-toggle { display: block; background-color: #eee; margin: 30px 30px 25px 0px; }
.navbar-collapse { padding: 0px 0px 0px 0px; width: 260px; background-color: #272727; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); border: none; position: absolute; right: 0%; top: 100%; z-index: 9999; margin: 10px 0px 0px 0px; }
#sportsmagazine-header .collapse { display: none; } #sportsmagazine-header .collapse.in { display: block; } .sportsmagazine-thumbnail { margin-bottom: 0px; }
.navbar-nav > li:first-child > a { padding-left: 22px; }
.navbar-nav { margin: 0px; } .navbar-nav > li > a:before,.navbar-nav > li > a:after { display: none; }
.sportsmagazine-dropdown-menu { float: left; width: 100%; position: relative; opacity: 1; visibility: visible; box-shadow: none; }
.sportsmagazine-dropdown-menu,.sportsmagazine-megamenu {
-webkit-transform: translate(0px);
-moz-transform: translate(0px);
-ms-transform: translate(0px);
-o-transform: translate(0px);
transform: translate(0px);
}
.sportsmagazine-megamenu { float: left; min-width: 100%; position: relative; right: auto; top: auto; padding: 20px 8px 5px 8px; box-shadow: none; opacity: 1; visibility: visible; }
.sportsmagazine-megamenu [class*="col-md-"] { width: 100%; float: left; margin-bottom: 15px; }
.sportsmagazine-megamenu .row { margin: 0px; } .navbar-nav > li > a { float: left; width: 100%; padding: 20px 20px 10px 20px; }
.navbar-nav > li { width: 100%; padding: 20px 0px; }
/* Main Grid */
.sportsmagazine-main-content .col-md-4,.sportsmagazine-main-content .col-md-3 { float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
.sportsmagazine-main-content .col-md-7,.sportsmagazine-main-content .col-md-5 { width: 100%; float: left; margin-bottom: 30px; }
.col-md-12 { float: left; width: 100%; }
/* Header */
.sportsmagazine-top-strip { text-align: center; }
.sportsmagazine-top-strip [class*="col-md-"] { display: inline-block; } .sportsmagazine-strip-social li { margin-top: 0px; }
/* Header two */
.sportsmagazine-logo-two { width: 100%; text-align: center; margin: 30px 0 20px;}
.header-info li { width: 50%;}
.sportsmagazine-header-two .navbar-default { background-color: transparent;}
.sportsmagazine-header-two .navbar-nav > li { padding: 0px;}
.sportsmagazine-banner-two .slick-dots { bottom: 7px;}
.sportsmagazine-header-two .navbar-default { padding: 0px; width: auto;}
/* Banner*/
.sportsmagazine-banner-caption { display: none;}
/* Content */
.sportsmagazine-social-network,.sportsmagazine-user-section { width: 100%; text-align: center; margin: 0px 0px 15px;}
.sportsmagazine-logo { margin: 0px; text-align: center; width: 100%;}
.sportsmagazine-social-network li,.sportsmagazine-user-section > li { float: none; display: inline-block; }
.sportsmagazine-logo:before {
width: 100%;
height: 3px;
top: auto;
right: 0px;
bottom: 0px;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.sportsmagazine-match-result { background-size: cover; background-position: center;}
.sportsmagazine-right-section { width: 100%; float: left; text-align: center;}
.sportsmagazine-search-btn { padding: 0px; float: none; display: inline-block; -webkit-transform: translateY(-37px);
-moz-transform: translateY(-37px);
-ms-transform: translateY(-37px);
-o-transform: translateY(-37px);
transform: translateY(-37px);}
.sportsmagazine-featured-caption { width: 100%; padding: 0 0 25px 30px;}
.sportsmagazine-featured-caption h2 { font-size: 18px;}
.sportsmagazine-blog > ul > li { float: left;}
.sportsmagazine-blog-list { margin: 0px 0px 30px;}
.sportsmagazine-addbanner-caption { width: 80%; padding: 35px 0 0 60px;}
.sportsmagazine-addbanner-caption h2 { font-size: 18px; margin: 0px 0px 6px;}
.sportsmagazine-addbanner-caption p { margin: 0px 0px 12px; line-height: 20px;}
.sportsmagazine-add-banner:before { height: 150px; right: 30px;}
.sportsmagazine-add-banner:after { width: 150px; bottom: 30px;}
.sportsmagazine-player-slider-nav { width: 94%; float: right;}
.sportsmagazine-player-slider-image { width: 100%; border: none;}
.sportsmagazine-fixture-slider-layer ul li.first-child:before,.sportsmagazine-fixture-slider-layer ul:before { border-left: 80px solid transparent; border-right: 80px solid transparent;}
.ranking-content-table { padding: 0px;}
.widget_trending_news > .nav-tabs > li { float: left;}
.sportsmagazine-footer-widget .widget { float: left; width: 100%;}
.sportsmagazine-user-section > li { margin: 0 13px 10px 0;}
.sportsmagazine-add-banner figcaption:before { height: 150px; left: 30px;}
.sportsmagazine-add-banner figcaption:after { width: 150px; top: 30px;}
.sportsmagazine-player-slider-image:before { display: none;}
.sportsmagazine-fixture-gallery ul li { width: 50%;}
.sportsmagazine-main-content aside.col-md-4 { width: 100%;}
.sportsmagazine-blog-medium figure { width: 100%;}
.sportsmagazine-blog-medium figure ~ .sportsmagazine-blogmedium-text { margin: 0px;}
.sportsmagazine-blogmedium-text { float: left; width: 100%; padding: 30px 25px 22px;}
.sportsmagazine-blog-medium figure:before {
height: 40px; width: 100%; right: 0px; bottom: -16px;
-webkit-transform: rotate(-6deg);
-moz-transform: rotate(-6deg);
-ms-transform: rotate(-6deg);
-o-transform: rotate(-6deg);
transform: rotate(-6deg);
}
.sportsmagazine-blog-medium figure:after { border-top: 25px solid transparent; border-right: 213px solid #e7e7e7; border-bottom: 25px solid transparent; right: 0px; bottom: -11px;}
.sportsmagazine-classic-player-info { top: 25px;}
.sportsmagazine-fancy-title-two h2 { font-size: 26px;}
.sportsmagazine-testimonial-text:after { width: 60%;}
.widget-images-list .slick-arrow { top: -140%;}
.widget-images-list .slick-arrow.slick-arrow-left { z-index: 1;}
.header-info { padding: 0px;}
.sportsmagazine-partner-slider .slick-arrow { right: 0px; top: 26px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { left: 0px; z-index: 1; top: 26px;}
.sportsmagazine-section-post { background-size: cover;}
.sportsmagazine-section-post-text { width: 90%;}
.sportsmagazine-result-one,.sportsmagazine-result-two { padding: 109px 0 55px;}
.sportsmagazine-score-result { padding: 61px 50px 65px;}
.sportsmagazine-result-text:before { left: -26%;}
.sportsmagazine-latest-result { margin: 0px 0px 30px;}
.sportsmagazine-next-game .sportsmagazine-result-one { padding: 0 15px; margin: 0 10px 28px 0;}
.sportsmagazine-next-game .sportsmagazine-result-two { padding: 0px 15px;}
.sportsmagazine-next-game-text { float: none; display: inline-block;}
.sportsmagazine-latest-result { text-align: center;}
.sportsmagazine-result-text { display: inline-block; float: none;}
.sportsmagazine-blog.sportsmagazine-blog-medium > ul > li { width: 50%;}
.sportsmagazine-copyright-two:after,.sportsmagazine-copyright-two:before { width: 46%;}
.sportsmagazine-classic-player-text { padding: 15px 0px;}
.sportsmagazine-classic-player-info > span { margin: 0px;}
.classic-player-option { margin: 0px;}
.sportsmagazine-classic-player-info p { width: 100%;}
.sportsmagazine-footer-two { background-size: cover;}
.sportsmagazine-header-one .navbar { float: none; display: inline-block;}
.sportsmagazine-header-one .navbar-collapse { left: 0px;}
.sportsmagazine-error-wrap form { width: 100%;}
.sportsmagazine-error-wrap form input[type="text"] { width: 73%;}
.sportsmagazine-error-wrap form:before,.sportsmagazine-error-wrap form:after { right: 28%;}
.sportsmagazine-account-tabs .nav-tabs li a { padding: 19px 15px;}
.sportsmagazine-account form ul li,.sportsmagazine-account form ul li.address { width: 50%;}
.sportsmagazine-account form ul li:last-child { width: 100%;}
.sportsmagazine-thumb-text { display: none;}
blockquote { padding: 53px 0 26px 62px;}
.sportsmagazine-prenxt-post ul li { width: 100%; margin: 0px 0px 30px;}
.sportsmagazine-prev-post:before,.sportsmagazine-prev-post:after { left: -5px; width: 15px;}
.sportsmagazine-next-post:before,.sportsmagazine-next-post:after { right: -5px; width: 15px;}
.sportsmagazine-prev-post:before {-webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); transform: rotate(12deg);}
.sportsmagazine-prev-post:after {-webkit-transform: rotate(-9deg); -moz-transform: rotate(-9deg); -ms-transform: rotate(-9deg); -o-transform: rotate(-9deg); transform: rotate(-9deg);}
.sportsmagazine-next-post:before {-webkit-transform: rotate(-12deg); -moz-transform: rotate(-12deg); -ms-transform: rotate(-12deg); -o-transform: rotate(-12deg); transform: rotate(-12deg);}
.sportsmagazine-next-post:after {-webkit-transform: rotate(11deg); -moz-transform: rotate(11deg); -ms-transform: rotate(11deg); -o-transform: rotate(11deg); transform: rotate(11deg);}
.sportsmagazine-contact-form form ul li p > span { width: 37px;}
.sportsmagazine-contact-form form ul li p:after,.sportsmagazine-contact-form form ul li p:before { right: 17%;}
.sportsmagazine-contact-form form p input[type="text"] { width: 84%;}
.sportsmagazine-contact-form form p textarea { width: 92%;}
.sportsmagazine-contact-form form ul li.full-input p:before, .sportsmagazine-contact-form form ul li.full-input p:after { right: 10%;}
.sportsmagazine-article-options { padding: 9px 25px 11px;}
.widget_matches ul li { text-align: center;}
.widget_matches ul li > span { float: none; display: inline-block;}
.sportsmagazine-team-two { float: right;}
.sportsmagazine-blog-grid section { padding: 19px 22px 0;}
.sportsmagazine-blog-grid-options { padding: 21px 26px 10px;}
.sportsmagazine-blogmodren-text { padding: 34px 16px 18px 79px;}
.sportsmagazine-teams-match,.sportsmagazine-buy-ticket { width: 100%;}
.sportsmagazine-first-team, .sportsmagazine-second-team { width: 100%;}
.sportsmagazine-first-team,.sportsmagazine-second-team { padding: 28px 0 29px;}
.sportsmagazine-match-view { margin: 35px 0px; float: none; display: inline-block;}
.sportsmagazine-fixture-wrap { text-align: center; margin: 0px;}
.sportsmagazine-teams-match figure ~ .sportsmagazine-first-team-info,.sportsmagazine-teams-match figure ~ .sportsmagazine-second-team-info { display: inline-block; margin: 0px 0px 0px 7px; -webkit-transform: translateY(12px);-moz-transform: translateY(12px);
-ms-transform: translateY(12px);-o-transform: translateY(12px);transform: translateY(12px); padding: 0px; text-align: center;}
.sportsmagazine-first-team figure, .sportsmagazine-second-team figure { display: inline-block; float: none;}
.sportsmagazine-first-team:before,.sportsmagazine-second-team:before { display: none;}
.sportsmagazine-fixture-wrap:before { width: 100%; height: 6px; top: auto; bottom: 22%; right: 0px;}
.sportsmagazine-buy-ticket { padding: 34px 27px 34px 34px;}
.sportsmagazine-thumb-team-one { margin: 0px 0px 30px;}
.sportmagazine-score-counter > span { margin: 0px 0px 10px;}
.sportsmagazine-main-content .sportsmagazine-fixture-thumb .col-md-4 { width: 100%;}
.sportsmagazine-blog-social ul li a i { margin: -4px 11px 0px 0px;}
.sportsmagazine-fixture ul li { float: left;}
.sportsmagazine-classic-match-text { display: inline-block; float: none; padding: 27px 0 0;}
.sportsmagazine-classic-fixture-wrap { text-align: center;}
.sportsmagazine-classic-match-text h6 { font-size: 13px;}
.sportsmagazine-classic-team-two { padding: 70px 0px 69px;}
.sportsmagazine-classic-team-one { padding: 70px 4px 69px;}
.sportsmagazine-fixture.sportsmagazine-classic-fixture ul li { width: 100%;}
.sportsmagazine-modren-fixture-text { text-align: center;}
.sportsmagazine-modren-match-text { display: inline-block; float: none; padding: 0px;}
.sportsmagazine-fixture.sportsmagazine-modren-fixture ul li { width: 100%;}
.sportsmagazine-modren-team-one { padding: 40px 4px;}
.sportsmagazine-modren-team-two { padding: 40px 0;}
.sportsmagazine-modren-match-text h6 { font-size: 13px;}
.sportsmagazine-offstanding-text li { width: 50%;}
.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > th,.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > td { float: left; padding: 20px 0px; width: 25%;}
.sportsmagazine-modern-gallery figure figcaption { margin: -72px 0 0;}
.sportsmagazine-copyright p { float: left;}
.sportsmagazine-overview { padding: 20px 10px;}
.sportsmagazine-overview-wrap { text-align: center;}
.sportsmagazine-overview-team-one figure, .sportsmagazine-overview-team-two figure { display: inline-block; float: none;}
.sportsmagazine-overview-team-one figure ~ section,.sportsmagazine-overview-team-two figure ~ section { float: left; width: 100%; margin: 0px; padding: 0px; text-align: center;}
.sportsmagazine-overview-team-one, .sportsmagazine-overview-team-two { float: left; width: 100%; padding: 0;}
.sportsmagazine-overview-team-one section > span, .sportsmagazine-overview-team-two section > span { display: inline-block; float: none;}
.sportsmagazine-overview-score { display: inline-block; float: none; margin: 0px 0px 30px;}
.sportsmagazine-overview-team-one { margin: 0px 0px 30px;}
.sportsmagazine-overview-player-name { width: 100%;}
.sportsmagazine-overview-scorecard { margin: 0px 0px 30px; width: 100%;}
.sportsmagazine-overview-scorecard ul { float: left; width: 100%;}
.sportsmagazine-overview-scorecard li h6 { line-height: 1.8;}
.sportsmagazine-overview-scorecard ul li { float: left; width: 20%; padding: 0px;}
.sportsmagazine-gamestats-btn { margin: 0 0px 23px 0; padding: 12px 0px; width: 80%;}
.sportsmagazine-overview-skillbar .skillst { width: 50%; padding: 0 10px;}
.sportsmagazine-overview-skillbar { margin: 0px -10px; padding: 0px;}
.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th, .sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th:last-child,.sportsmagazine-overview-graph .sportsmagazine-client-detail tr > td { width: 30%; padding: 12px 20px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo { padding: 0px;}
.sportsmagazine-team-leader-section { padding: 0px; width: 100%;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo ul li:first-child { padding: 12px 29px 10px 22px;}
.sportsmagazine-team-leader-section ul li:last-child { padding: 12px 22px 10px 29px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-teams-match { width: 100%;}
.sportsmagazine-fixture-mini-list .sportsmagazine-match-view { padding: 40px 25px 40px 35px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-fixture-wrap:before { left: 0px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-buy-ticket { width: 100%; padding: 23px 20px;}
.sportsmagazine-player-thumb-text { width: 100%; margin: 0px; padding: 42px 0 55px 0px;}
.sportsmagazine-client-detail tr > th,.sportsmagazine-client-detail tr > td { float: left; }
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > th,.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > td { float: none;}
.sportsmagazine-player-grid-text { padding: 15px 9px 0 30px;}
.sportsmagazine-player-list figure { width: 100%;}
.sportsmagazine-player-list figure ~ .sportsmagazine-player-list-text { margin: 0px;}
.sportsmagazine-player-list-text { float: left; width: 100%; padding: 35px 22px 0;}
.sportsmagazine-player-list-text:before { height: 21px; width: 50%; left: 0px; top: -10px; -webkit-transform: rotate(-8deg); -moz-transform: rotate(-8deg); -ms-transform: rotate(-8deg); -o-transform: rotate(-8deg); transform: rotate(-8deg);}
.sportsmagazine-player-list-text:after { height: 21px; width: 50%; right: 0px; left: auto; bottom: auto; top: -10px; -webkit-transform: rotate(9deg); -moz-transform: rotate(9deg); -ms-transform: rotate(9deg); -o-transform: rotate(9deg); transform: rotate(9deg);}
.sportsmagazine-player-list figure:before { width: 50%; height: 6px; bottom: 10px; top: auto; right: 0px;}
.sportsmagazine-player-list figure:after { width: 50%; height: 6px; bottom: 10px; top: auto; right: auto; left: 0;}
.sportsmagazine-player-list figure a i { right: 50%; top: auto; bottom: 2px; margin: 0px -20px 0px 0px;}
.sportsmagazine-player > ul > li { float: left; width: 50%;}
.sportsmagazine-modern-player figure figcaption { width: 180px;}
.sportsmagazine-form-result form { width: 100%;}
.sportsmagazine-form-result form input[type="text"] { width: 75%;}
.sportsmagazine-form-result form:after,.sportsmagazine-form-result form:before { right: 26%;}
.sportsmagazine-shop-summery { width: 100%;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 23px;}
.sportsmagazine-shop-list figure { width: 100%;}
.sportsmagazine-shop-list figure ~ .sportsmagazine-shop-list-text { margin: 0px; float: left; width: 100%;}
.sportsmagazine-shop-list-text { padding: 30px 20px;}
.sportsmagazine-shop-list figure:before { height: 30px; width: 51%; left: -1px; bottom: -8px; right: auto; top: auto; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg);}
.sportsmagazine-shop-list figure:after { height: 30px; width: 51%; bottom: -8px; right: -1px; -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg);}
.sportsmagazine-shop > ul > li { width: 50%;}
.sportsmagazine-shop-list figure .star-rating .star-rating-box:before { left: 15px;}
.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th:first-child,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > td { padding: 12px 0px; width: 33.333%;}
.player-stats-text .star-rating { width: 113%;}
.sportsmagazine-shopping-cart > p input[type="text"] { width: 90%; margin: 0px 0px 20px;}
.sportsmagazine-shopping-cart > p span { margin: 0px 0px 20px;}
.sportsmagazine-wishlist-graph ul { float: left; width: 100%;}
.sportsmagazine-wishlist-graph ul li:first-child,.sportsmagazine-wishlist-graph ul li { float: left; padding: 11px 10px; width: 20%;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li:first-child,.sportsmagazine-wishlist-graph ul.wishlist-graph li { width: 50%; padding: 11px 10px;}
.sportsmagazine-topstrip { padding: 22px 0px 0px;}
.loginmodal .modal-dialog { width: 440px;}
.login-network li a { padding: 5px 10px;}
.sportsmagazine-blog-grid figure::before { -webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);}
.sportsmagazine-search-box input[type="text"] { font-size: 25px; padding: 0 20px 24px;}
.sportsmagazine-search-box i { font-size: 20px; top: 36px; right: 20px;}
.sportsmagazine-dropdown-menu .sportsmagazine-dropdown-menu { left: 0px;}
.sportsmagazine-sticky .sportsmagazine-main-header { position: static;}
.sportsmagazine-sticky .sportsmagazine-header-two .navbar { position: static;}
.sportsmagazine-sticky .sportsmagazine-logo-two,.sportsmagazine-sticky .header-info { display: block;}
.sportsmagazine-sticky .sportsmagazine-header-two .sportsmagazine-main-header { background: #292c31;}
}
/* Media 300Px Start */
@media (max-width: 480px) {
/*main grid*/
.sportsmagazine-main-content .col-md-4,.sportsmagazine-main-content .col-md-3,.sportsmagazine-main-content .col-md-6 { margin-right: 0px; width: 100%; }
/*main grid*/
.sportsmagazine-search-btn { padding: 21px 0 20px; float: right; -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);}
.navbar-toggle { margin: 15px 30px 30px 0px; }
.sportsmagazine-add-banner:before,.sportsmagazine-add-banner:after,.sportsmagazine-add-banner figcaption:before,
.sportsmagazine-add-banner figcaption:after { content: none;}
.sportsmagazine-fixture-gallery ul li { width: 100%;}
.sportsmagazine-player-slider-caption { width: 86%;}
.sportsmagazine-player-slider-caption span ~ section { margin-left: 100px;}
.sportsmagazine-player-slider-image:before { display: block; top: auto; bottom: 0px; border-left: 40px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #ffdc11; z-index: 1; left: 35px; right: auto;}
.widget_trending_news .nav-tabs { padding: 0px 12px;}
.widget_trending_news .nav-tabs li { padding: 0px 5px;}
.sportsmagazine-info-list li span { padding: 10px 10px 9px 8px; font-size: 12px;}
.widget_gallery ul li { width: 33.333%;}
.sportsmagazine-copyright { text-align: center;}
.sportsmagazine-copyright-link { float: none; display: inline-block; margin: 0px 0px 17px;}
.sportsmagazine-copyright-link li:before { left: 0px;}
.sportsmagazine-copyright-link li { margin: 0px; padding: 0px 10px;}
.sportsmagazine-user-section > li { margin: 0 30px 10px 0;}
.sportsmagazine-logo { margin: 0px 0px 15px;}
.sportsmagazine-match-result ul li { padding-bottom: 30px; width: 100%; }
.sportsmagazine-match-result ul li.sportsmagazine-match-score { padding: 0px 0px 30px; width: 100%;}
.sportsmagazine-blog-grid-options { padding: 21px 15px 10px;}
.sportsmagazine-addbanner-caption { width: 100%; padding: 5px 0px 0px 15px;}
.sportsmagazine-addbanner-caption h2 { font-size: 18px; margin: 0px 0px 6px;}
.sportsmagazine-addbanner-caption p { font-size: 10px; margin: 0px;}
.sportsmagazine-add-banner:before { height: 65px; right: 30px;}
.sportsmagazine-add-banner:after { width: 65px;}
.sportsmagazine-player-slider-nav:before { content: none;}
.sportsmagazine-fixture-slider-layer ul li.first-child:before,.sportsmagazine-fixture-slider-layer ul:before { border-left: 95px solid transparent; border-right: 95px solid transparent;}
.sportsmagazine-match-fixture .sportsmagazine-client-detail tr > td { float: left; width: 50%; padding: 15px 10px 15px 10px; line-height: 2.3;}
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > td { padding: 15px 9px 15px 7px; width: auto;}
.sportsmagazine-section-post-text { width: 100%;}
.sportsmagazine-section-post-text p { width: 100%;}
.sportsmagazine-section-post-text h3 { font-size: 22px;}
.game-countdown-heading { padding: 14px 30px;}
.sportsmagazine-next-game .sportsmagazine-result-one { width: 100%; margin: 0px 0px 28px;}
.sportsmagazine-next-game-text { display: inline-block; float: none; margin: 0px 0px 28px;}
.sportsmagazine-result-one.sportsmagazine-result-two { width: 100%; padding: 0px 0px 20px;}
.sportsmagazine-result-text { width: 100%;}
.sportsmagazine-result-text:before { left: -3px;}
.sportsmagazine-result-one {width: 100%; padding: 20px 0px;}
.sportsmagazine-latest-result { margin: 0px 0px 30px;}
.sportsmagazine-copyright-two:before,.sportsmagazine-copyright-two:after { width: 42%;}
.sportsmagazine-copyright-two p { display: inline-block; float: none; margin: 0px 0px 20px;}
.sportsmagazine-copyright-two { text-align: center;}
.sportsmagazine-footer-social { float: none; display: inline-block;}
.sportsmagazine-footer-two:before,.sportsmagazine-footer-two:after {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.sportsmagazine-footer-two { background-size: cover;}
.header-info li { width: 100%;}
.header-info { padding-left: 48px;}
.sportsmagazine-partner-slider .slick-arrow { top: 33px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { top: 34px;}
.sportsmagazine-result-text:before { border-left: 147px solid transparent; border-right: 147px solid transparent; }
.sportsmagazine-blog.sportsmagazine-blog-medium > ul > li { width: 100%;}
.sportsmagazine-blogmedium-text { padding: 20px 40px 22px 35px;}
.sportsmagazine-blog-medium figure:after { bottom: -8px;}
.sportsmagazine-testimonial-text:after { width: 63%;}
.sportsmagazine-footer-widget .widget { width: 100%;}
.sportsmagazine-classic-player-info { top: 33px;}
.widget-images-list .slick-arrow { top: -83%;}
.sportsmagazine-header-one .navbar { float: left;}
.sportsmagazine-header-one .navbar-collapse { left: 0px;}
.sportsmagazine-error-wrap form:before,.sportsmagazine-error-wrap form:after { display: none;}
.sportsmagazine-error-wrap form input[type="text"] { width: 100%; margin: 0px 0px 20px; border: 1px solid #ececec;}
.sportsmagazine-account-tabs .nav-tabs li { width: 100%;}
.sportsmagazine-upload-photo section label { margin: 12px 0px 0px;}
.sportsmagazine-account form ul li,.sportsmagazine-account form ul li.address { width: 100%;}
.sportsmagazine-tags, .sportsmagazine-blog-social { width: 100%; margin: 0px 0px 12px;}
.sportsmagazine-contact-form form ul li { width: 100%;}
.sportsmagazine-contact-form form p input[type="text"] { width: 82%;}
.sportsmagazine-contact-form form ul li p:before,.sportsmagazine-contact-form form ul li p:after { right: 19%;}
.sportsmagazine-contact-form form p textarea { width: 82%;}
.sportsmagazine-contact-form form ul li.full-input p:before, .sportsmagazine-contact-form form ul li.full-input p:after { right: 21%;}
.sportsmagazine-prev-post:before,.sportsmagazine-prev-post:after { left: -5px; width: 15px;}
.sportsmagazine-next-post:before,.sportsmagazine-next-post:after { right: -5px; width: 15px;}
.sportsmagazine-prev-post:before {-webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); transform: rotate(12deg);}
.sportsmagazine-prev-post:after {-webkit-transform: rotate(-9deg); -moz-transform: rotate(-9deg); -ms-transform: rotate(-9deg); -o-transform: rotate(-9deg); transform: rotate(-9deg);}
.sportsmagazine-next-post:before {-webkit-transform: rotate(-12deg); -moz-transform: rotate(-12deg); -ms-transform: rotate(-12deg); -o-transform: rotate(-12deg); transform: rotate(-12deg);}
.sportsmagazine-next-post:after {-webkit-transform: rotate(11deg); -moz-transform: rotate(11deg); -ms-transform: rotate(11deg); -o-transform: rotate(11deg); transform: rotate(11deg);}
.sportsmagazine-team-two { float: right;}
.widget_matches ul li { text-align: center;}
.widget_matches ul li > span { float: none; display: inline-block;}
.sportsmagazine-contact-form form ul li p > span { width: 45px;}
.sportsmagazine-article-options { padding: 9px 30px 11px;}
.sportsmagazine-blog-grid section { padding: 19px 30px 0;}
.sportsmagazine-blogmodren-text { padding: 34px 25px 18px 87px;}
.sportsmagazine-contact-us-text { margin: 0px 0px 20px;}
.sportsmagazine-buy-ticket-text,.ticket-buy-btn { display: inline-block; float: none;}
.sportsmagazine-fixture-wrap:before { bottom: 27%;}
.sportsmagazine-classic-team-one { width: 100%; padding-top: 30px 26px 69px;}
.sportsmagazine-classic-team-one:after { border-bottom: 55px solid #f5f5f5; border-left: 120px solid transparent;}
.sportsmagazine-classic-team-one:before { border-bottom: 55px solid #f5f5f5; border-right: 120px solid transparent; left: 0px; bottom: 0px; right: auto; top: auto; border-left: none; border-top: none;}
.sportsmagazine-classic-match-text { width: 100%; margin: 0px 0px 30px;}
.sportsmagazine-classic-team-two { width: 100%; padding-bottom: 70px 16px 30px;}
.sportsmagazine-classic-team-two:after { border-top: 55px solid #f5f5f5; border-left: 120px solid transparent; right: 0px; left: auto; top: 0; bottom: auto; border-bottom: none; border-right: none;}
.sportsmagazine-classic-team-two:before { border-right: 120px solid transparent; border-top: 55px solid #f5f5f5;}
.sportsmagazine-classic-match-text h6,.sportsmagazine-modren-match-text h6 { font-size: 14px;}
.sportsmagazine-modren-fixture-wrap { padding: 15px 0px;}
.sportsmagazine-modren-fixture-text { padding: 0px 20px 20px;}
.sportsmagazine-modren-team-one { width: 100%; margin: -15px 0px 30px; padding: 40px 25px 50px 26px;}
.sportsmagazine-modren-team-one:after { border-bottom: 55px solid #ffdc11; border-left: 100px solid transparent;}
.sportsmagazine-modren-team-one:before { border-bottom: 55px solid #ffdc11; border-right: 100px solid transparent; left: 0px; bottom: 0px; right: auto; top: auto; border-left: none; border-top: none;}
.sportsmagazine-modren-team-one > span { height: auto; width: 100%;}
.sportsmagazine-modren-team-one > span:before { left: -15px; top: 0;}
.sportsmagazine-modren-team-one > span:after { bottom: auto; top: 0; left: auto; right: -15px; border-bottom: 15px solid #27282a; border-right: 15px solid transparent; border-left: none; border-top: none;}
.sportsmagazine-modren-match-text { width: 100%; padding: 0px; margin: 0px 0px 30px;}
.sportsmagazine-modren-team-two { width: 100%; margin: 0px 0px -35px; padding: 40px 17px 40px 16px;}
.sportsmagazine-modren-team-two:after { border-top: 55px solid #ffdc11; border-left: 100px solid transparent; right: 0px; left: auto; top: 0; bottom: auto; border-bottom: none; border-right: none;}
.sportsmagazine-modren-team-two:before { border-right: 100px solid transparent; border-top: 55px solid #ffdc11;}
.sportsmagazine-modren-team-two > span { width: 100%; height: auto; top: auto; bottom: 0px;}
.sportsmagazine-modren-team-two > span:after { right: -15px; bottom: 0px;}
.sportsmagazine-modren-team-two > span:before { left: -15px; right: auto; bottom: 0px; top: auto; border-top: 15px solid #27282a; border-left: 15px solid transparent; border-bottom: none; border-right: none;}
.sportsmagazine-offstanding-text li { width: 100%;}
.sportsmagazine-modern-gallery figure figcaption { margin: -49px 0 0;}
.sportsmagazine-copyright p { display: inline-block; float: none;}
.sportsmagazine-login-form,.sportsmagazine-register-form.sportsmagazine-login-form { padding: 31px 12px 25px;}
.sportsmagazine-login-form h4:before { width: 100%;}
.sportsmagazine-overview-scorecard ul li { width: 25%;}
.sportsmagazine-gamestats-btn { margin: 0 0px 23px 0; padding: 12px 0px; width: 100%;}
.sportsmagazine-overview-skillbar .skillst { width: 100%; padding: 0px;}
.sportsmagazine-overview-skillbar { margin: 0px;}
.sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th, .sportsmagazine-roster-graph .sportsmagazine-client-detail tr > th:last-child { width: 40%; float: left; padding: 10px 0px;}
.sportsmagazine-overview-graph .sportsmagazine-client-detail tr > td { padding: 10px 0px; float: left; width: 33.333%;}
.sportsmagazine-team-leader-section ul { float: left; width: 100%;}
.sportsmagazine-team-leader-section ul li {float: left; padding: 12px 0px; width: 50%; text-align: center;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo ul li { padding: 12px 0px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo ul li:first-child { padding: 12px 0;}
.sportsmagazine-player-info li { width: 50%;}
.sportsmagazine-client-detail tr > th,.sportsmagazine-client-detail tr > td { width: 50%;}
.sportsmagazine-player-grid figure span:before { margin: 0px 0px 0px -12px;}
.sportsmagazine-player-grid figure span:after { margin: 0px -12px 0px 0px;}
.sportsmagazine-player-grid-text { padding: 15px 12px 0px 30px;}
.sportsmagazine-player > ul > li { width: 100%;}
.sportsmagazine-player-list-text { padding: 35px 30px 0;}
.sportsmagazine-modern-player figure figcaption { width: 200px;}
.sportsmagazine-form-result form input[type="text"] { width: 100%; border: 1px solid #ececec;}
.sportsmagazine-form-result form:before,.sportsmagazine-form-result form:after { display: none;}
.sportsmagazine-form-result h2 { font-size: 26px; padding: 12px 13px;}
.sportsmagazine-form-result h2:before { border-left: 141px solid transparent; border-right: 141px solid transparent; }
.star-rating { width: 30%;}
.star-rating-box:before { left: 0px;}
.sportsmagazine-summery-option > li:last-child { margin-right: 0px;}
.sportsmagazine-summery-option > li { margin: 0 25px 10px 0;}
.sportsmagazine-shop-tabs .nav-tabs li { margin: 0px 5px 10px 0px;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 28px;}
.sportsmagazine-shop > ul > li { width: 100%;}
.sportsmagazine-shopping-cart p { padding: 23px 10px 22px;}
.player-stats-text .star-rating-box:before { left: -5px;}
.sportsmagazine-shopping-cart-total > span .cart-checkout-btn { padding: 13px 60px 12px;}
.player-stats-text .star-rating { width: 93%;}
.sportsmagazine-shopping-cart > p input[type="text"] { width: 100%;}
.sportsmagazine-wishlist-graph ul li { width: 50%;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li:first-child { padding: 11px 10px; width: 100%;}
.sportsmagazine-wishlist-graph ul.wishlist-graph li { width: 100%; padding: 11px 10px;}
.sportsmagazine-wishlist-graph .star-rating-box:before { left: 9px;}
.sportsmagazine-account-tabs .nav-tabs li.active a:before { z-index: 1;}
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > th { padding: 15px 13px 15px 30px;}
.sportsmagazine-client-detail tr { float: left; width: 100%;}
.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > th,.sportsmagazine-team-ranking .sportsmagazine-client-detail tr > td { float: left;}
.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th:first-child,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > td { padding: 12px 0px; width: 50%;}
.sportsmagazine-featured-caption h2,.sportsmagazine-addbanner-caption .sportsmagazine-banner-btn { display: none;}
.sportsmagazine-search-box input[type="text"],.sportsmagazine-search-box i { font-size: 20px;}
.sportsmagazine-search-box i { top: 33px;}
.sportsmagazine-search-box input[type="text"] { height: 88px; padding: 0px 0px 0px 13px;}
.sportsmagazine-player-slider-nav::after { display: none;}
.sportsmagazine-player-slider-nav { width: 100%;}
.loginmodal .modal-dialog { margin: 30px 0px 0px 20px; width: 85%;}
.sportsmagazine-login-box { padding: 31px 20px 33px;}
.login-network li a { padding: 5px 8px;}
.login-network li { width: 50%;}
.sportsmagazine-wishlist-graph ul li:first-child, .sportsmagazine-wishlist-graph ul li { width: 50%;}
}
/* Media 940Px Start */
@media screen and (min-width: 991px) and (max-width: 1054px) {
.sportsmagazine-dropdown-menu { width: 200px; left: -8px;}
.sportsmagazine-fixture-slider-layer ul:before,.sportsmagazine-fixture-slider-layer ul li.first-child:before { border-left: 66px solid transparent; border-right: 66px solid transparent;}
.sportsmagazine-match-result { background-position: center;}
.sportsmagazine-blog-grid-options { padding: 21px 17px 10px;}
.sportsmagazine-blog-list-wrap { padding: 19px 18px;}
.sportsmagazine-blog-grid section { padding: 19px 25px 0;}
.widget_trending_news .nav-tabs li { padding: 0px 9px;}
.widget_trending_news .nav-tabs { padding: 0px 2px;}
.sportsmagazine-addbanner-caption { padding: 50px 0 0 60px; width: 80%;}
.sportsmagazine-add-banner:before { right: 35px; height: 200px;}
.sportsmagazine-add-banner:after { width: 200px; bottom: 30px;}
.sportsmagazine-add-banner figcaption:before { height: 200px; left: 30px;}
.sportsmagazine-add-banner figcaption:after { width: 200px; top: 30px;}
.sportsmagazine-player-slider-caption { width: 70%;}
.sportsmagazine-fixture-gallery figure figcaption h6 { padding: 0px 20px;}
.ranking-content-table img ~ .ranking-logo { margin-left: 36px;}
.ranking-content-table li { padding: 16px 10px 12px;}
.navbar-nav > li { padding: 48px 20px 47px;}
.sportsmagazine-header-two .navbar-nav > li { padding: 19px 20px;}
.sportsmagazine-banner-two-wrap { width: 61%;}
.sportsmagazine-banner-text { padding: 15px 0 20px;}
.sportsmagazine-banner-text h1 { margin: 0px 0px 15px;}
.sportsmagazine-banner-two .sportsmagazine-banner-caption { margin: 0px 0px -147px;}
.sportsmagazine-banner-two-thumb { width: 40%;}
.sportsmagazine-partner-slider .slick-arrow { right: -41px; top: 27px;}
.sportsmagazine-partner-slider .slick-arrow-left.slick-arrow { left: -40px; top: 27px;}
.sportsmagazine-section-post-text{ width: 60%;}
.sportsmagazine-score-result { padding: 61px 54px 65px;}
.sportsmagazine-result-one { padding: 109px 0 55px 0px;}
.sportsmagazine-result-two { padding: 109px 0px 55px 0;}
.sportsmagazine-result-text:before { left: -54px;}
.sportsmagazine-next-game .sportsmagazine-result-one { margin: 0 0px 28px 0; padding: 0px 19px}
.sportsmagazine-next-game .sportsmagazine-result-two { padding: 0px 19px;}
.sportsmagazine-banner-two .slick-dots { bottom: 0px;}
.sportsmagazine-match-fixture .sportsmagazine-client-detail tr > td { padding: 15px 10px 15px 10px;}
.sportsmagazine-blog-medium figure { width: 250px;}
.sportsmagazine-blog-medium figure ~ .sportsmagazine-blogmedium-text { margin: 0px 0px 0px 250px;}
.sportsmagazine-blogmedium-text { padding: 35px 0 5px 6px;}
.sportsmagazine-blogmedium-option li { margin: 0px 7px 0px 0px;}
.sportsmagazine-blogmedium-social { padding: 10px 0px 0px;}
.sportsmagazine-classic-player-info { top: 30px;}
.sportsmagazine-testimonial-text:after { width: 64%;}
.sportsmagazine-error-wrap form { width: 71%;}
.sportsmagazine-thumb-text h2 { width: 68%; font-size: 32px; line-height: 37px; margin: 0px 0px 10px;}
.sportsmagazine-team-two { float: right; margin: 0px 0px 0px 10px;}
.sportsmagazine-team-one { margin: 0 13px 0 0;}
.widget_matches ul li { padding: 20px 0px;}
.sportsmagazine-article-options { padding: 9px 27px 11px;}
.sportsmagazine-contact-form form p input[type="text"] { width: 85%;}
.sportsmagazine-contact-form form ul li p:after,.sportsmagazine-contact-form form ul li p:before { right: 16%;}
.sportsmagazine-first-team { padding: 28px 26px 29px 36px;}
.sportsmagazine-second-team { padding: 28px 32px 29px 15px;}
.sportsmagazine-buy-ticket { padding: 34px 9px 0px 13px;}
.sportsmagazine-match-info li:last-child { margin-right: 0px;}
.widget_cetagories ul li a:after,.widget_cetagories ul li a:before { border-right: 153px solid transparent;}
.sportsmagazine-match-info li { margin: 0 11px 10px 0;}
.sportsmagazine-tags a:last-child { margin-right: 0px;}
.sportsmagazine-blog-social ul li:first-child { margin-left: 0px;}
.sportsmagazine-classic-match-text { display: inline-block; float: none; padding: 27px 0px 0px;}
.sportsmagazine-classic-fixture-wrap,.sportsmagazine-modren-fixture-wrap { text-align: center;}
.sportsmagazine-classic-team-one { padding: 70px 1px 69px;}
.sportsmagazine-classic-team-two { padding: 70px 0 69px;}
.sportsmagazine-modren-team-one { padding: 40px 1px;}
.sportsmagazine-modren-team-two { padding: 40px 0px;}
.sportsmagazine-modren-match-text { padding: 0px; display: inline-block; float: none;}
.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > th,.sportsmagazine-playoff-staning .sportsmagazine-client-detail tr > td { float: left; padding: 20px 0px; width: 8%;}
.sportsmagazine-offstanding-text li { padding: 11px 0px 10px 15px;}
.sportsmagazine-overview { padding: 44px 10px 15px;}
.sportsmagazine-overview-team-one { padding: 90px 10px 29px 0px;}
.sportsmagazine-overview-team-two { float: right; padding: 94px 0 29px 10px;}
.sportsmagazine-overview-scorecard { margin: 0px 2px 30px;}
.sportsmagazine-gamestats-btn { margin: 0px 0px 23px;}
.sportsmagazine-team-leader-section { padding: 0px 7px 0px 0px;}
.sportsmagazine-team-leader-section.sportsmagazine-team-leader-sectiontwo { padding: 0px 0px 0px 7px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-first-team,.sportsmagazine-fixture-mini-list .sportsmagazine-second-team { padding: 28px 10px 29px;}
.sportsmagazine-fixture-mini-list .sportsmagazine-teams-match { width: 69%;}
.sportsmagazine-fixture-mini-list .sportsmagazine-buy-ticket { width: 31%; padding: 12px 10px 0px; text-align: center;}
.sportsmagazine-client-detail tr > td { padding: 14px 23px 10px 24px;}
.sportsmagazine-player-list figure { width: 237px;}
.sportsmagazine-player-list figure ~ .sportsmagazine-player-list-text { margin-left: 230px; }
.sportsmagazine-player-list-text { padding: 10px 13px 0px; z-index: 1;}
.sportsmagazine-forword-btn { position: relative;}
.sportsmagazine-player-list figure:before,.sportsmagazine-player-list figure:after { z-index: 2; right: 15px;}
.sportsmagazine-player-list figure a i { z-index: 3;}
.sportsmagazine-player-social { padding: 12px 0px;}
.sportsmagazine-form-result form { width: 97%;}
.star-rating-box:before { left: 18px;}
.sportsmagazine-shop-grid figure .star-rating .star-rating-box:before { left: 9px;}
.sportsmagazine-shop-list-text { padding: 12px 0 20px 30px;}
.sportsmagazine-shop-list-text p { margin: 0px 0px 9px;}
.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th:first-child,.sportsmagazine-shopping-cart .sportsmagazine-client-detail tr > th { padding: 9px 10px 7px;}
.sportsmagazine-shopping-cart-total > span .cart-checkout-btn { padding: 13px 0px 12px; width: 100%;}
.sportsmagazine-shopping-cart p { padding: 23px 0 22px 20px;}
.sportsmagazine-shopping-cart > p input[type="text"] { margin: 0 12px 0 0;}
.sportsmagazine-shopping-cart > p span { margin: 6px 15px 0 0;}
.sportsmagazine-wishlist-graph .star-rating { width: 80%;}
.sportsmagazine-contact-text { padding: 13px 7px;}
.sportsmagazine-contact-us-text li time span { margin: 0px 0px 0px 14px;}
.player-stats-text .star-rating-box::before { left: -4px;}
.sportsmagazine-dropdown-menu .sportsmagazine-dropdown-menu { left: 68%;}
/*Banner*/
.sportsmagazine-banner-wrap { width: 70%; padding: 30px 0px 0px;}
.sportsmagazine-banner-thumb { width: 28%;}
} | 0.298491 | 0.133049 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
:root{
--main-color: rgb(78,112,135);
--color-dark: #1D2231;
--text-grey: #8390A2;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
list-style-type: none;
text-decoration: none;
font-family: 'poppins', sans serif;
}
.sidebar{
width: 345px;
position: fixed;
left: 0;
top: 0;
height: 100%;
background: var(--main-color);
z-index: 100;
position: fixed;
transition: width 700ms;
margin-left: 0px;
padding-left: 0px;
}
.sidebar-brand{
height: 90px;
padding-left: 1rem 0rem 1rem 2rem;
color: #fff;
margin-left: 0px;
padding-left: 0px;
}
.sidebar menu{
margin-top: 1rem;
margin-left: 0px;
padding-left: 0px;
}
.sidebar-menu li{
width: 100%;
margin-bottom: 1.7rem;
margin-left: 0px;
padding-left: 0px;
}
.sidebar-menu a{
padding-left: 0rem;
display: block;
color: #fff;
font-size: 1.0rem;
}
.sidebar a.active{
background: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
color: var(--main-color);
border-radius: 30px 0px 0px 30px;
transition: color 500ms;
}
.sidebar-menu a span:first-child{
font-size: 1.5rem;
padding-right: 1rem;
}
.sidebar-brand span{
display: inline block;
padding-right: 1rem;
}
#nav-toggle:checked + .sidebar{
width: 70px;
}
#nav-toggle:checked + .sidebar .sidebar-brand h2 span:last-child,
#nav-toggle:checked + .sidebar li a span:last-child
{
display: none;
text-align: center;
}
#nav-toggle:checked + .sidebar li a .active{
padding-left: 50px;
}
#nav-toggle:checked ~ .main-content{
margin-left: 70px;
}
#nav-toggle:checked ~ .main-content header{
width: calc(100% - 70px);
left: 70px;
}
.main-content{
margin-left: 345px;
background-color: #f1f5f9;
transition: margin-left 700ms;
}
header{
display: flex;
justify-content: space-between;
padding: 1rem;
box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
position: fixed;
left: 345px;
width: calc(100% - 345px);
top: 0px;
z-index: 1;
background: white;
}
header h2{
color: #222;
}
header label span{
font-size: 1.7rem;
padding-right: 1rem;
}
.search-wrapper{
border: 1px solid #ccc;
border-radius: 30px;
height: 50px;
display: flex;
align-items: center;
overflow-x: hidden;
}
.search-wrapper span{
display: inline block;
padding: 0rem 1rem;
font-size: 1.5rem;
cursor: pointer;
}
.search-wrapper input{
height: 100%;
width: auto;
padding: .5rem;
border: none;
outline: none;
transition: width 2s;
}
.alert-wrapper span,
.alert-wrapper b{
margin-top: 5px;
margin-left: 5px;
}
.alert-wrapper b{
font-size: large;
}
#club_name{
display: none;
}
.user-wrapper {
display: flex;
align-items: center;
}
.user-wrapper img{
border-radius: 50%;
margin-right: 1rem;
}
.user-wrapper small{
display: inline-block;
color: var(--text-grey);
margin-top: -3px !important;
}
main{
margin-top: 85px;
padding: 2rem 1.5rem;
background: #f1f5f9;
min-height: calc(100vh-90px);
font-family: 'PT Sans Narrow', sans-serif;
background-position: fixed;
}
.cards{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2rem;
margin-top: 1rem;
height: 10%;
}
.card-single{
display: flex;
justify-content: space-between;
background: #fff;
padding: 2rem;
border-radius: 10px;
}
.card-single div:last-child span{
font-size: 3rem;
color: var(--main-color);
}
.card-single div:first-child span{
color: var(--text-grey);
}
.card-single:last-child{
background: var(--main-color);
}
.card-single:last-child h1,
.card-single:last-child div:first-child span,
.card-single:last-child div:last-child span{
color: #fff;
}
table{
border-collapse: collapse;
}
tr{
cursor: pointer;
color: green;
border-bottom: 1px solid grey;
margin-bottom: 30px;
padding: 15px;
height: 70px;
transition: height 1s;
}
.recent-grid{
margin-top: 3.5rem;
display: grid;
grid-gap: 2rem;
grid-template-columns: 67% auto;
}
tr:hover{
height: 70px;
}
.card{
background: #fff;
border-radius: 5px;
}
.card-header,
.card-body{
padding: 1rem;
background: #fff;
}
.card-header{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.card-header button{
background: var(--main-color);
border-radius: 10px;
color: #fff;
font-size: .8rem;
padding: .5rem 1rem;
border: 1px solid var(--main-color);
cursor: pointer;
}
.card-header button:hover,
.card-header button:active
{
outline: none;
border: 0px solid var(--main-color);
}
thead tr{
border-bottom: 1px solid #f0f0f0;
}
thead td{
font-weight: 1100;
font-size: 1.2rem;
}
td{
padding: .5rem 1rem;
font-size: .9rem;
color: #222;
font-weight: 800;
}
td .status{
display: inline block;
height: 20px;
width: 20px;
border-radius: 50%;
}
.recent-grid .card{
border: none;
border-radius: 40%;
}
h6{
font-weight: 700;
color: var(--main-color);
}
.table-responsive{
width: 100%;
overflow-x: auto;
}
.notification{
display: flex;
justify-content: space-between;
align-items: center;
padding: .5rem 1rem;
margin-bottom: 10%;
border-bottom: 1px solid #f0f0f0;
}
.notifications small{
font-size: 15px;
font-weight: bold;
}
.notification button{
background: green;
border-radius: 10px;
color: #fff;
font-size: .8rem;
border: 1px solid var(--main-color);
outline: none;
cursor: pointer;
height: 35px;
width: 60px;
}
.notification-card{
font-family: arial Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-weight: 400;
font-size: large;
display: flex;
justify-content: center;
align-items: center;
padding: 1.6rem;
border-bottom: 2px solid #f0f0f0;
}
.notifications-card .card .card-header b h4{
font-weight: 600;
font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.notifications-card .toast{
margin-bottom: 20px;
height: 55px;
width: auto;
overflow: hidden;
}
.notifications-card .toast:hover{
border: 2px solid rgb(236, 232, 232);
cursor: pointer;
}
.notifications-card .toast-header{
margin-bottom: 5px;
}
.member{
display: flex;
justify-content: space-between;
align-items: center;
padding: .5rem 1rem;
border-bottom: 1px solid #f0f0f0;
}
.card-header .card{
display: flex;
justify-content: space-between;
align-items: center;
}
.info{
display: flex;
align-items: center;
}
.member img{
border-radius: 50%;
margin: 20px;
}
.member small{
font-size: 17px;
color: rgb(0,200,180);
}
.member span{
font-size: 25px;
font-weight: bold;
margin: 10px;
cursor: pointer;
}
.member span:hover{
color: var(--main-color);
font-weight: 1200;
}
#dropdownMenuButton{
margin-left: 70%;
}
.soon-event{
width: 1200px;
height: 500px;
overflow: scroll;
margin-left: 20px;
border: 1px solid green;
border-radius: 22px;
border-top-left-radius: -10px;
margin-bottom: 50px;
margin-left: 50px;
position: relative;
top: -31px;
z-index: 1;
}
.all-events{
border: 1px solid green;
position: relative;
top: -31px;
z-index: 1;
}
.soon-header,
.all-header{
height: 30px;
border-radius: 20px;
width: 200px;
margin-left: 50px;
background: green;
}
.soon-header p,
.all-header p{
font-size: 20px;
font-family: Arial;
font-weight: bold;
color: white;
margin-left: 10px;
height: 30px;
position: relative;
}
.all-events{
width: 77%;
height: 400px;
overflow: scroll;
border: 1px solid green;
margin-left: 20px;
border-radius: 20px;
margin-left: 50px;
}
.event-body{
width: 600px;
height: 110px;
border-bottom: 1px solid rgba(99, 110, 99, 0.171);
outline: none;
margin: 15px;
cursor: pointer;
margin-left: 30px;
border-radius: 10px;
color: rgb(31, 41, 31);
font-size: 16px;
z-index: 0;
transition-property: font-size;
transition-duration: 0.5s;
transition-delay: 0.3s;
}
.event-body h4{
margin-left: 30px;
margin-bottom: 2px !important;
}
.date-host{
font-size: large;
height: 20px;
margin-left: 50px;
color: rgba(255, 255, 255, 0);
font-family: 'poppins', sans serif;
}
.date-host:hover{
color: rgba(48, 47, 47, 0.822);
}
.date-host p{
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.event-body:hover{
font-size: 23px;
}
.event-body h4{
font-size: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: rgb(54, 63, 54);
margin-left: 20px;
margin-top: 10px;
}
@media only screen and (max-width:1200px){
.sidebar{
width: 70px;
}
.sidebar .sidebar-brand h2 span:last-child,
.sidebar li a span:last-child{
display: none;
}
.main-content{
margin-left: 70px;
}
.main-content header{
width: calc(100% - 70px);
left: 70px;
}
.recent-grid{
grid-template-columns: 55% 45%;
}
}
@media only screen and (max-width: 960px){
.cards{
grid-template-columns: repeat(3, 1fr);
}
.sidebar{
width: 70px;
}
.sidebar .sidebar-brand h2 span:last-child,
.sidebar li a span:last-child{
display: none;
}
.main-content{
margin-left: 70px;
}
.main-content header{
width: calc(100% - 70px);
left: 70px;
}
.search-wrapper input{
width: 150px;
}
main{
margin-top: 40px;
}
.recent-grid{
grid-template-columns: 55% 45%;
}
}
@media only screen and (max-width: 768px){
#page-name{
display: none;
}
.cards{
grid-template-columns: 100%;
}
.recent-grid{
grid-template-columns: 100%;
}
.sidebar{
width: 0px;
position: fixed;
left: 0;
top: 0;
height: 100%;
background: var(--main-color);
z-index: 100;
padding: 0px;
}
.sidebar a.active{
background: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
color: #fff;
border-radius: 30px 0px 0px 30px;
}
.search-wrapper input{
width: 120px;
transition: width 1.5s;
}
.search-wrapper span{
position: fixed;
}
.search-wrapper input:focus{
width: 100%;
}
.user-wrapper img{
display: none;
}
#nav-toggle:checked + .sidebar{
width: 70px;
}
#nav-toggle:checked + .sidebar a.active{
color: var(--main-color);
}
}
@media only screen and (max-width: 635px){
.notifications-card{
width: 100%;
}
}
@media only screen and (max-width: 523px){
.members{
margin-left: 0px;
}
.user-wrapper{
display: none;
}
}
@media only screen and (max-width: 344px){
.user-wrapper div{
display: none;
}
}
@media only screen and (max-width: 280px){
.recent-grid .card{
width: 200px;
}
.notifications-card .toast{
height: 80px;
width: 130px;
}
.alert-wrapper b{
font-size: 15px;
}
main{
width: 100%;
}
} | new html/styling.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
:root{
--main-color: rgb(78,112,135);
--color-dark: #1D2231;
--text-grey: #8390A2;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
list-style-type: none;
text-decoration: none;
font-family: 'poppins', sans serif;
}
.sidebar{
width: 345px;
position: fixed;
left: 0;
top: 0;
height: 100%;
background: var(--main-color);
z-index: 100;
position: fixed;
transition: width 700ms;
margin-left: 0px;
padding-left: 0px;
}
.sidebar-brand{
height: 90px;
padding-left: 1rem 0rem 1rem 2rem;
color: #fff;
margin-left: 0px;
padding-left: 0px;
}
.sidebar menu{
margin-top: 1rem;
margin-left: 0px;
padding-left: 0px;
}
.sidebar-menu li{
width: 100%;
margin-bottom: 1.7rem;
margin-left: 0px;
padding-left: 0px;
}
.sidebar-menu a{
padding-left: 0rem;
display: block;
color: #fff;
font-size: 1.0rem;
}
.sidebar a.active{
background: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
color: var(--main-color);
border-radius: 30px 0px 0px 30px;
transition: color 500ms;
}
.sidebar-menu a span:first-child{
font-size: 1.5rem;
padding-right: 1rem;
}
.sidebar-brand span{
display: inline block;
padding-right: 1rem;
}
#nav-toggle:checked + .sidebar{
width: 70px;
}
#nav-toggle:checked + .sidebar .sidebar-brand h2 span:last-child,
#nav-toggle:checked + .sidebar li a span:last-child
{
display: none;
text-align: center;
}
#nav-toggle:checked + .sidebar li a .active{
padding-left: 50px;
}
#nav-toggle:checked ~ .main-content{
margin-left: 70px;
}
#nav-toggle:checked ~ .main-content header{
width: calc(100% - 70px);
left: 70px;
}
.main-content{
margin-left: 345px;
background-color: #f1f5f9;
transition: margin-left 700ms;
}
header{
display: flex;
justify-content: space-between;
padding: 1rem;
box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
position: fixed;
left: 345px;
width: calc(100% - 345px);
top: 0px;
z-index: 1;
background: white;
}
header h2{
color: #222;
}
header label span{
font-size: 1.7rem;
padding-right: 1rem;
}
.search-wrapper{
border: 1px solid #ccc;
border-radius: 30px;
height: 50px;
display: flex;
align-items: center;
overflow-x: hidden;
}
.search-wrapper span{
display: inline block;
padding: 0rem 1rem;
font-size: 1.5rem;
cursor: pointer;
}
.search-wrapper input{
height: 100%;
width: auto;
padding: .5rem;
border: none;
outline: none;
transition: width 2s;
}
.alert-wrapper span,
.alert-wrapper b{
margin-top: 5px;
margin-left: 5px;
}
.alert-wrapper b{
font-size: large;
}
#club_name{
display: none;
}
.user-wrapper {
display: flex;
align-items: center;
}
.user-wrapper img{
border-radius: 50%;
margin-right: 1rem;
}
.user-wrapper small{
display: inline-block;
color: var(--text-grey);
margin-top: -3px !important;
}
main{
margin-top: 85px;
padding: 2rem 1.5rem;
background: #f1f5f9;
min-height: calc(100vh-90px);
font-family: 'PT Sans Narrow', sans-serif;
background-position: fixed;
}
.cards{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2rem;
margin-top: 1rem;
height: 10%;
}
.card-single{
display: flex;
justify-content: space-between;
background: #fff;
padding: 2rem;
border-radius: 10px;
}
.card-single div:last-child span{
font-size: 3rem;
color: var(--main-color);
}
.card-single div:first-child span{
color: var(--text-grey);
}
.card-single:last-child{
background: var(--main-color);
}
.card-single:last-child h1,
.card-single:last-child div:first-child span,
.card-single:last-child div:last-child span{
color: #fff;
}
table{
border-collapse: collapse;
}
tr{
cursor: pointer;
color: green;
border-bottom: 1px solid grey;
margin-bottom: 30px;
padding: 15px;
height: 70px;
transition: height 1s;
}
.recent-grid{
margin-top: 3.5rem;
display: grid;
grid-gap: 2rem;
grid-template-columns: 67% auto;
}
tr:hover{
height: 70px;
}
.card{
background: #fff;
border-radius: 5px;
}
.card-header,
.card-body{
padding: 1rem;
background: #fff;
}
.card-header{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.card-header button{
background: var(--main-color);
border-radius: 10px;
color: #fff;
font-size: .8rem;
padding: .5rem 1rem;
border: 1px solid var(--main-color);
cursor: pointer;
}
.card-header button:hover,
.card-header button:active
{
outline: none;
border: 0px solid var(--main-color);
}
thead tr{
border-bottom: 1px solid #f0f0f0;
}
thead td{
font-weight: 1100;
font-size: 1.2rem;
}
td{
padding: .5rem 1rem;
font-size: .9rem;
color: #222;
font-weight: 800;
}
td .status{
display: inline block;
height: 20px;
width: 20px;
border-radius: 50%;
}
.recent-grid .card{
border: none;
border-radius: 40%;
}
h6{
font-weight: 700;
color: var(--main-color);
}
.table-responsive{
width: 100%;
overflow-x: auto;
}
.notification{
display: flex;
justify-content: space-between;
align-items: center;
padding: .5rem 1rem;
margin-bottom: 10%;
border-bottom: 1px solid #f0f0f0;
}
.notifications small{
font-size: 15px;
font-weight: bold;
}
.notification button{
background: green;
border-radius: 10px;
color: #fff;
font-size: .8rem;
border: 1px solid var(--main-color);
outline: none;
cursor: pointer;
height: 35px;
width: 60px;
}
.notification-card{
font-family: arial Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-weight: 400;
font-size: large;
display: flex;
justify-content: center;
align-items: center;
padding: 1.6rem;
border-bottom: 2px solid #f0f0f0;
}
.notifications-card .card .card-header b h4{
font-weight: 600;
font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.notifications-card .toast{
margin-bottom: 20px;
height: 55px;
width: auto;
overflow: hidden;
}
.notifications-card .toast:hover{
border: 2px solid rgb(236, 232, 232);
cursor: pointer;
}
.notifications-card .toast-header{
margin-bottom: 5px;
}
.member{
display: flex;
justify-content: space-between;
align-items: center;
padding: .5rem 1rem;
border-bottom: 1px solid #f0f0f0;
}
.card-header .card{
display: flex;
justify-content: space-between;
align-items: center;
}
.info{
display: flex;
align-items: center;
}
.member img{
border-radius: 50%;
margin: 20px;
}
.member small{
font-size: 17px;
color: rgb(0,200,180);
}
.member span{
font-size: 25px;
font-weight: bold;
margin: 10px;
cursor: pointer;
}
.member span:hover{
color: var(--main-color);
font-weight: 1200;
}
#dropdownMenuButton{
margin-left: 70%;
}
.soon-event{
width: 1200px;
height: 500px;
overflow: scroll;
margin-left: 20px;
border: 1px solid green;
border-radius: 22px;
border-top-left-radius: -10px;
margin-bottom: 50px;
margin-left: 50px;
position: relative;
top: -31px;
z-index: 1;
}
.all-events{
border: 1px solid green;
position: relative;
top: -31px;
z-index: 1;
}
.soon-header,
.all-header{
height: 30px;
border-radius: 20px;
width: 200px;
margin-left: 50px;
background: green;
}
.soon-header p,
.all-header p{
font-size: 20px;
font-family: Arial;
font-weight: bold;
color: white;
margin-left: 10px;
height: 30px;
position: relative;
}
.all-events{
width: 77%;
height: 400px;
overflow: scroll;
border: 1px solid green;
margin-left: 20px;
border-radius: 20px;
margin-left: 50px;
}
.event-body{
width: 600px;
height: 110px;
border-bottom: 1px solid rgba(99, 110, 99, 0.171);
outline: none;
margin: 15px;
cursor: pointer;
margin-left: 30px;
border-radius: 10px;
color: rgb(31, 41, 31);
font-size: 16px;
z-index: 0;
transition-property: font-size;
transition-duration: 0.5s;
transition-delay: 0.3s;
}
.event-body h4{
margin-left: 30px;
margin-bottom: 2px !important;
}
.date-host{
font-size: large;
height: 20px;
margin-left: 50px;
color: rgba(255, 255, 255, 0);
font-family: 'poppins', sans serif;
}
.date-host:hover{
color: rgba(48, 47, 47, 0.822);
}
.date-host p{
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.event-body:hover{
font-size: 23px;
}
.event-body h4{
font-size: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: rgb(54, 63, 54);
margin-left: 20px;
margin-top: 10px;
}
@media only screen and (max-width:1200px){
.sidebar{
width: 70px;
}
.sidebar .sidebar-brand h2 span:last-child,
.sidebar li a span:last-child{
display: none;
}
.main-content{
margin-left: 70px;
}
.main-content header{
width: calc(100% - 70px);
left: 70px;
}
.recent-grid{
grid-template-columns: 55% 45%;
}
}
@media only screen and (max-width: 960px){
.cards{
grid-template-columns: repeat(3, 1fr);
}
.sidebar{
width: 70px;
}
.sidebar .sidebar-brand h2 span:last-child,
.sidebar li a span:last-child{
display: none;
}
.main-content{
margin-left: 70px;
}
.main-content header{
width: calc(100% - 70px);
left: 70px;
}
.search-wrapper input{
width: 150px;
}
main{
margin-top: 40px;
}
.recent-grid{
grid-template-columns: 55% 45%;
}
}
@media only screen and (max-width: 768px){
#page-name{
display: none;
}
.cards{
grid-template-columns: 100%;
}
.recent-grid{
grid-template-columns: 100%;
}
.sidebar{
width: 0px;
position: fixed;
left: 0;
top: 0;
height: 100%;
background: var(--main-color);
z-index: 100;
padding: 0px;
}
.sidebar a.active{
background: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
color: #fff;
border-radius: 30px 0px 0px 30px;
}
.search-wrapper input{
width: 120px;
transition: width 1.5s;
}
.search-wrapper span{
position: fixed;
}
.search-wrapper input:focus{
width: 100%;
}
.user-wrapper img{
display: none;
}
#nav-toggle:checked + .sidebar{
width: 70px;
}
#nav-toggle:checked + .sidebar a.active{
color: var(--main-color);
}
}
@media only screen and (max-width: 635px){
.notifications-card{
width: 100%;
}
}
@media only screen and (max-width: 523px){
.members{
margin-left: 0px;
}
.user-wrapper{
display: none;
}
}
@media only screen and (max-width: 344px){
.user-wrapper div{
display: none;
}
}
@media only screen and (max-width: 280px){
.recent-grid .card{
width: 200px;
}
.notifications-card .toast{
height: 80px;
width: 130px;
}
.alert-wrapper b{
font-size: 15px;
}
main{
width: 100%;
}
} | 0.286369 | 0.057865 |
@-webkit-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@-moz-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@-o-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@-ms-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
} | public/css/custom/keyframes.css | @-webkit-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@-moz-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@-o-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@-ms-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
}
@keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em);
-o-transform: translateY(0em);
-ms-transform: translateY(0em);
transform: translateY(0em);
opacity: 1;
}
} | 0.311846 | 0.154472 |
.grey-container{
height: 100vh;
background-color: #74c1d1;
color: white;
padding-top: 0;
}
.col-lg-6{
margin-right: 0;
}
.home-heading{
font-size: 100px;
font-weight: bold;
}
.home-desc{
padding: 20px 20px 25px 0;
}
.site-char{
padding: 10%;
}
.change-btn{
background-color: #ff4449;
border: solid 2px white;
color: white;
padding: 10px 20px;
border-radius: 10px;
margin: 40px 10px 0 0;
font-size: 20px;
}
.change-btn:hover{
color: #ff4449;
background-color: white;
text-decoration: none;
border: solid 2px #ff4449;
}
.change-btn2{
background-color: white;
border: solid 2px #ff4449;
color: #ff4449;
padding: 10px 20px;
border-radius: 10px;
margin: 40px 10px 0 0;
font-size: 20px;
}
.change-btn2:hover{
color: white;
background-color: #ff4449;
text-decoration: none;
}
.char-img{
height: 100%;
width: 100%;
}
input, textarea{
width: 80%;
padding: 10px;
border: none;
outline: none;
color: grey;
border-radius: 5px;
margin: 10px 0;
}
.footer-link{
color: white;
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;
}
.footer-link:hover{
color: white;
text-decoration: none;
cursor: pointer;
}
.inline-photo {
opacity: 0;
transform: translateY(50px);
transition: transform 2s .25s cubic-bezier(0,1,.3,1),
opacity .3s .25s ease-out;
will-change: transform, opacity;
}
.inline-photo.is-visible {
opacity: 1;
transform: rotateY(0);
}
.horizon-photo {
opacity: 0;
transform: translateY(50px) rotateZ(-50deg);
transition: transform 3s .25s cubic-bezier(0,1,.3,1),
opacity .3s .25s ease-out;
will-change: transform, opacity;
}
.horizon-photo.is-visible {
opacity: 1;
transform: translateY(0) rotateZ(0deg);
}
.fa-check{
color: #ff4449;
margin-right: 10px;
}
h1, h2, h3{
color: #3e7b83;
font-weight: bolder;
}
.underline {
border-bottom: 2px solid currentColor;
display: inline-block;
line-height: 1.5;
}
.bottom-container li{
margin: 20px 0;
}
.inner-div3{
animation: mymove 2s 1;
}
.inner-div2{
animation: mymove2 1s 1;
}
.inner-div{
animation: mymove3 1s 1;
}
@keyframes mymove {
from {transform: translateX(-300px); opacity: 0}
to {transform: translateX(0); opacity: 1}
}
@keyframes mymove2 {
from {transform: translateX(-200px); opacity: 0}
to {transform: translateX(0); opacity: 1}
}
@keyframes mymove3 {
from {transform: translateX(-300px); opacity: 0}
to {transform: translateX(0); opacity: 1}
} | flaskblog/static/css/index.css | .grey-container{
height: 100vh;
background-color: #74c1d1;
color: white;
padding-top: 0;
}
.col-lg-6{
margin-right: 0;
}
.home-heading{
font-size: 100px;
font-weight: bold;
}
.home-desc{
padding: 20px 20px 25px 0;
}
.site-char{
padding: 10%;
}
.change-btn{
background-color: #ff4449;
border: solid 2px white;
color: white;
padding: 10px 20px;
border-radius: 10px;
margin: 40px 10px 0 0;
font-size: 20px;
}
.change-btn:hover{
color: #ff4449;
background-color: white;
text-decoration: none;
border: solid 2px #ff4449;
}
.change-btn2{
background-color: white;
border: solid 2px #ff4449;
color: #ff4449;
padding: 10px 20px;
border-radius: 10px;
margin: 40px 10px 0 0;
font-size: 20px;
}
.change-btn2:hover{
color: white;
background-color: #ff4449;
text-decoration: none;
}
.char-img{
height: 100%;
width: 100%;
}
input, textarea{
width: 80%;
padding: 10px;
border: none;
outline: none;
color: grey;
border-radius: 5px;
margin: 10px 0;
}
.footer-link{
color: white;
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;
}
.footer-link:hover{
color: white;
text-decoration: none;
cursor: pointer;
}
.inline-photo {
opacity: 0;
transform: translateY(50px);
transition: transform 2s .25s cubic-bezier(0,1,.3,1),
opacity .3s .25s ease-out;
will-change: transform, opacity;
}
.inline-photo.is-visible {
opacity: 1;
transform: rotateY(0);
}
.horizon-photo {
opacity: 0;
transform: translateY(50px) rotateZ(-50deg);
transition: transform 3s .25s cubic-bezier(0,1,.3,1),
opacity .3s .25s ease-out;
will-change: transform, opacity;
}
.horizon-photo.is-visible {
opacity: 1;
transform: translateY(0) rotateZ(0deg);
}
.fa-check{
color: #ff4449;
margin-right: 10px;
}
h1, h2, h3{
color: #3e7b83;
font-weight: bolder;
}
.underline {
border-bottom: 2px solid currentColor;
display: inline-block;
line-height: 1.5;
}
.bottom-container li{
margin: 20px 0;
}
.inner-div3{
animation: mymove 2s 1;
}
.inner-div2{
animation: mymove2 1s 1;
}
.inner-div{
animation: mymove3 1s 1;
}
@keyframes mymove {
from {transform: translateX(-300px); opacity: 0}
to {transform: translateX(0); opacity: 1}
}
@keyframes mymove2 {
from {transform: translateX(-200px); opacity: 0}
to {transform: translateX(0); opacity: 1}
}
@keyframes mymove3 {
from {transform: translateX(-300px); opacity: 0}
to {transform: translateX(0); opacity: 1}
} | 0.665411 | 0.128307 |
:root {
--primary: #28302f;
--secondary: #747867;
--background: #d1d1d1;
--textPrimary: #ffffff;
--tertiary: #5e877f;
--quat: #2c3f2f;
}
@font-face {
font-family: "BellandLamb";
src: url("/assets/Bell-and-lamb.otf") format("opentype");
}
body {
margin: 0;
max-height: 100vh;
min-width: 100vw;
background-color: var(--background);
background-image: url("/assets/TeacupsOpacity28.png");
background-size: 10rem;
background-repeat: repeat;
background-position: center;
}
a {
text-decoration: none;
}
#nav {
background-color: var(--primary);
}
.navBtn {
background-color: var(--secondary);
color: var(--textPrimary);
}
#rightNavButton {
position: absolute;
right: 1rem;
}
.dropdown-menu-dark {
background: #28302fdc;
color: var(--textPrimary);
}
#footer {
background-color: var(--primary);
color: var(--textPrimary);
z-index: 0;
position: relative;
position: bottom;
width: 100vw;
}
#test {
height: 650px;
}
#offcanvasNavbar {
background-color: var(--textPrimary);
}
#smallScreenLinks {
display: none;
}
#scrollTop {
display: none;
position: fixed;
bottom: 7.2rem;
right: 1.7rem;
width: 40px;
height: 40px;
line-height: 40px;
color: #343a40;
border: solid 1px #343a40;
text-align: center;
background: #fff;
font-size: 0.8rem;
z-index: 999;
cursor: pointer;
transition: border-color, color, background-color, bottom 0.5s ease-out;
}
#scrollTop:hover {
font-weight: bolder;
text-shadow: var(--text-shadow);
}
/* CARDS */
.card {
margin: 20px;
flex: 0 1 300px;
border: 7px double var(--dark);
border-radius: 10px;
background-color: var(--light);
color: var(--dark);
}
.login-card {
margin: 0 0 20px 0;
flex: 0 0 50%;
max-width: 50%;
padding: 5px;
border: 3px solid var(--dark);
border-radius: var(--border-radius);
border-style: double;
border-width: thick;
background-color: #577a7c;
color: var(--light);
}
.card header {
color: var(--light);
font-weight: bold;
text-transform: uppercase;
margin: 0;
background-color: var(--tertiary);
padding: 0.625rem;
border-radius: calc(0.18rem - 1px) calc(0.18rem - 1px) 0 0;
}
.card-body {
font-size: 1.4rem;
text-align: center;
font-weight: bold;
}
.dashCards {
background-color: var(--secondary) !important;
opacity: 0.8;
}
.signup-form,
.submit-review,
.signup-form1,
.review-list {
background-color: var(--secondary) !important;
opacity: 0.8;
color: var(--textPrimary);
}
.review-list {
background-color: var(--quat) !important;
opacity: 0.8;
color: var(--textPrimary);
}
.login-form {
flex-direction: column;
justify-content: left;
}
.login-form,
.login-form1 #newHere {
display: flex;
justify-content: center !important;
}
.submitBtn {
text-decoration: none;
}
.submitBtn:hover {
background-color: #cecece;
text-decoration: none;
font-weight: bold;
}
.logout-page {
justify-content: center !important;
}
/* LAYOUT */
.container {
/* display: flex; */
flex-flow: column wrap;
align-items: center;
}
.signup-form1 {
display: flex;
justify-content: center;
}
tbody tr:hover {
background-color: white !important;
border: var(--primary);
color: var(--primary) !important;
}
.review-list {
justify-content: left;
}
.review-list table th {
cursor: pointer;
color: white;
font-weight: bold;
font-size: 1.25rem;
}
.tutor-emails a {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 1024px) {
#footer {
position: relative !important;
flex-direction: column !important;
}
#footer .quotes {
width: 50%;
}
#footer p.my-1 {
margin-left: 1rem;
}
}
@media only screen and (max-width: 768px) {
#footer {
position: relative !important;
margin: 0 !important;
flex-direction: column !important;
}
#footer footer {
flex-direction: column !important;
}
#footer .quotes {
width: 75%;
margin-bottom: 2rem;
}
#rightNavButton {
display: none;
}
#smallScreenLinks {
display: inline-flex;
}
} | public/css/style.css | :root {
--primary: #28302f;
--secondary: #747867;
--background: #d1d1d1;
--textPrimary: #ffffff;
--tertiary: #5e877f;
--quat: #2c3f2f;
}
@font-face {
font-family: "BellandLamb";
src: url("/assets/Bell-and-lamb.otf") format("opentype");
}
body {
margin: 0;
max-height: 100vh;
min-width: 100vw;
background-color: var(--background);
background-image: url("/assets/TeacupsOpacity28.png");
background-size: 10rem;
background-repeat: repeat;
background-position: center;
}
a {
text-decoration: none;
}
#nav {
background-color: var(--primary);
}
.navBtn {
background-color: var(--secondary);
color: var(--textPrimary);
}
#rightNavButton {
position: absolute;
right: 1rem;
}
.dropdown-menu-dark {
background: #28302fdc;
color: var(--textPrimary);
}
#footer {
background-color: var(--primary);
color: var(--textPrimary);
z-index: 0;
position: relative;
position: bottom;
width: 100vw;
}
#test {
height: 650px;
}
#offcanvasNavbar {
background-color: var(--textPrimary);
}
#smallScreenLinks {
display: none;
}
#scrollTop {
display: none;
position: fixed;
bottom: 7.2rem;
right: 1.7rem;
width: 40px;
height: 40px;
line-height: 40px;
color: #343a40;
border: solid 1px #343a40;
text-align: center;
background: #fff;
font-size: 0.8rem;
z-index: 999;
cursor: pointer;
transition: border-color, color, background-color, bottom 0.5s ease-out;
}
#scrollTop:hover {
font-weight: bolder;
text-shadow: var(--text-shadow);
}
/* CARDS */
.card {
margin: 20px;
flex: 0 1 300px;
border: 7px double var(--dark);
border-radius: 10px;
background-color: var(--light);
color: var(--dark);
}
.login-card {
margin: 0 0 20px 0;
flex: 0 0 50%;
max-width: 50%;
padding: 5px;
border: 3px solid var(--dark);
border-radius: var(--border-radius);
border-style: double;
border-width: thick;
background-color: #577a7c;
color: var(--light);
}
.card header {
color: var(--light);
font-weight: bold;
text-transform: uppercase;
margin: 0;
background-color: var(--tertiary);
padding: 0.625rem;
border-radius: calc(0.18rem - 1px) calc(0.18rem - 1px) 0 0;
}
.card-body {
font-size: 1.4rem;
text-align: center;
font-weight: bold;
}
.dashCards {
background-color: var(--secondary) !important;
opacity: 0.8;
}
.signup-form,
.submit-review,
.signup-form1,
.review-list {
background-color: var(--secondary) !important;
opacity: 0.8;
color: var(--textPrimary);
}
.review-list {
background-color: var(--quat) !important;
opacity: 0.8;
color: var(--textPrimary);
}
.login-form {
flex-direction: column;
justify-content: left;
}
.login-form,
.login-form1 #newHere {
display: flex;
justify-content: center !important;
}
.submitBtn {
text-decoration: none;
}
.submitBtn:hover {
background-color: #cecece;
text-decoration: none;
font-weight: bold;
}
.logout-page {
justify-content: center !important;
}
/* LAYOUT */
.container {
/* display: flex; */
flex-flow: column wrap;
align-items: center;
}
.signup-form1 {
display: flex;
justify-content: center;
}
tbody tr:hover {
background-color: white !important;
border: var(--primary);
color: var(--primary) !important;
}
.review-list {
justify-content: left;
}
.review-list table th {
cursor: pointer;
color: white;
font-weight: bold;
font-size: 1.25rem;
}
.tutor-emails a {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 1024px) {
#footer {
position: relative !important;
flex-direction: column !important;
}
#footer .quotes {
width: 50%;
}
#footer p.my-1 {
margin-left: 1rem;
}
}
@media only screen and (max-width: 768px) {
#footer {
position: relative !important;
margin: 0 !important;
flex-direction: column !important;
}
#footer footer {
flex-direction: column !important;
}
#footer .quotes {
width: 75%;
margin-bottom: 2rem;
}
#rightNavButton {
display: none;
}
#smallScreenLinks {
display: inline-flex;
}
} | 0.320077 | 0.117623 |
@font-face {
font-family: "light";
src: url("../fonts/Roboto-Light.ttf"); }
@font-face {
font-family: "regular";
src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
font-family: "bold";
src: url("../fonts/Roboto-Medium.ttf"); }
a, a:hover, a:focus, a:active, a:visited {
text-decoration: none; }
.btn:not(:first-child) {
margin: 0 5px; }
html {
background: #fff;
font-family: regular;
width: 100%;
height: 100%;
overflow: auto;
font-size: 14px;
position: relative; }
html body {
background: #fff;
font-family: regular;
width: 100%;
height: 100%;
overflow: auto;
font-size: 14px;
position: relative; }
/*html body .modal.in .modal-dialog {
position: fixed;
max-height: 100%;
overflow-y: auto;
bottom: 0;
right: 0;
margin: 0; }
html body .modal.in .modal-dialog .modal-title {
color: #26A69A; }
html body .modal.in .modal-dialog .modal-body [class*='col-'] {
margin: 10px 0; }
html body .modal.in .modal-dialog .modal-body [class*='col-'] label {
font-family: light;
font-weight: normal;
font-size: 13px; }
html body .modal.in .modal-dialog .modal-body [class*='col-'] .field {
font-family: regular; }
@media screen and (min-width: 768px) {
html body .modal.in .modal-dialog {
width: 100%; } }
html body .modal.fade .modal-dialog {
transform: scale(0);
opacity: 0;
-webkit-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear; }
html body .modal.fade.in .modal-dialog {
opacity: 1;
transform: scale(1); } */
html body .timeline {
list-style-type: none;
display: flex;
justify-content: center;
margin: 10px 0;
padding: 0; }
@media screen and (max-width: 768px) {
html body .timeline {
margin: 25px auto;
display: table;
width: 50%; } }
html body .timeline .li {
transition: all 200ms ease-in; }
@media screen and (max-width: 768px) {
html body .timeline .li {
width: 100%;
display: table-row; } }
html body .timeline .li .timestamp {
margin-bottom: 20px;
padding: 0px 40px;
display: flex;
flex-direction: column;
align-items: center;
font-family: light; }
@media screen and (max-width: 768px) {
html body .timeline .li .timestamp {
display: table-cell;
width: 50%;
text-align: right;
padding: 0 40px 40px 40px; } }
html body .timeline .li.complete .status {
border-top: 2px solid #0099cc; }
@media screen and (max-width: 768px) {
html body .timeline .li.complete .status {
border-left: 2px solid #0099cc;
border-top: none; } }
html body .timeline .li.complete .status:before {
background-color: #0099cc;
border: none;
transition: all 200ms ease-in; }
html body .timeline .li.complete .status h4 {
color: #0099cc;
font-family: bold; }
html body .timeline .li .status {
padding: 10px 40px;
display: flex;
justify-content: center;
border-top: 2px solid #D6DCE0;
position: relative;
transition: all 200ms ease-in; }
@media screen and (max-width: 768px) {
html body .timeline .li .status {
display: table-cell;
width: 50%;
border-left: 2px solid #D6DCE0;
border-top: none; } }
html body .timeline .li .status:before {
content: "";
width: 15px;
height: 15px;
background-color: white;
border-radius: 15px;
border: 1px solid #ddd;
position: absolute;
top: -9px;
left: 42%;
transition: all 200ms ease-in; }
@media screen and (max-width: 768px) {
html body .timeline .li .status:before {
top: 22px;
left: -4.6%; } }
html body .timeline .li .status h4 {
font-weight: normal;
font-family: regular;
font-size: 15px;
color: #9e9e9e; }
html body .container-fluid {
padding: 0;
background: #fff;
position: relative; }
html body .container-fluid .badge {
background: red;
color: #fff; }
html body .container-fluid .left-menu {
background: #1C1C1C;
height: 100vh;
width: 120px;
float: left;
position: relative; }
html body .container-fluid .left-menu .modules-ul {
margin: 0;
padding: 0 10px;
text-align: center;
position: relative; }
html body .container-fluid .left-menu .modules-ul .modules-li {
padding: 20px 0;
font-family: bold;
position: relative;
z-index: 1; }
html body .container-fluid .left-menu .modules-ul .modules-li:nth-child(2) {
padding-top: 110px; }
html body .container-fluid .left-menu .modules-ul .modules-li a {
color: #64676D; }
html body .container-fluid .left-menu .modules-ul .modules-li a .img-view {
font-size: 22px; }
html body .container-fluid .left-menu .modules-ul .modules-li a .module-text {
font-size: 13px;
overflow-wrap: break-word;
font-family: regular; }
html body .container-fluid .left-menu .modules-ul .modules-li a:hover, html body .container-fluid .left-menu .modules-ul .modules-li a:focus, html body .container-fluid .left-menu .modules-ul .modules-li a:visited {
text-decoration: none; }
html body .container-fluid .left-menu .modules-ul .modules-li a:hover i, html body .container-fluid .left-menu .modules-ul .modules-li a:focus i, html body .container-fluid .left-menu .modules-ul .modules-li a:visited i {
color: #0099cc; }
html body .container-fluid .left-menu .modules-ul .modules-li a:hover .module-text, html body .container-fluid .left-menu .modules-ul .modules-li a:focus .module-text, html body .container-fluid .left-menu .modules-ul .modules-li a:visited .module-text {
color: #fff;
font-family: bold; }
html body .container-fluid .left-menu .modules-ul .modules-li.inbox {
position: fixed;
padding: 30px 0;
background: #1C1C1C;
z-index: 10;
width: 86px;
left: 1%; }
@media screen and (max-width: 990px) {
html body .container-fluid .left-menu .modules-ul .modules-li.inbox {
left: 1.5%; } }
@media screen and (max-width: 768px) {
html body .container-fluid .left-menu .modules-ul .modules-li.inbox {
left: 2%; } }
html body .container-fluid .left-menu .modules-ul .modules-li.inbox .inbox-notification {
position: absolute;
right: 15px;
top: 20px; }
html body .container-fluid .left-menu .modules-ul .modules-li.active .module-text {
color: #fff;
font-family: bold; }
html body .container-fluid .left-menu .modules-ul .modules-li.active i {
color: #0099cc; }
html body .container-fluid .right-content {
width: calc(100% - 120px);
float: left;
position: relative;
height: 100vh; }
html body .container-fluid .right-content header {
position: relative; }
html body .container-fluid .right-content header nav {
position: relative;
margin: 0;
padding: 10px;
border-bottom: 1px solid #ddd; }
html body .container-fluid .right-content header nav .corporation-name {
font-size: 1.5em;
font-family: regular;
padding: 0 10px;
vertical-align: middle; }
html body .container-fluid .right-content header nav .profile-dd {
padding: 0 20px;
line-height: 3.8; }
html body .container-fluid .right-content header nav .profile-dd i:hover {
cursor: pointer; }
html body .container-fluid .right-content header nav .profile-name {
position: relative;
line-height: 3.8;
font-size: 1em;
font-family: light; }
html body .container-fluid .right-content header nav .profile-name .profile-name-img {
height: 42px;
object-fit: cover;
border-radius: 50%; }
html body .container-fluid .right-content header nav .profile-name .text {
font-family: regular; }
html body .container-fluid .right-content header nav .profile-name .dropdown-menu:before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: ""; }
html body .container-fluid .right-content header nav .profile-name .dropdown-menu:after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: ""; }
html body .container-fluid .right-content header nav .profile-name:hover {
cursor: pointer; }
html body .container-fluid .right-content header nav .profile-name:hover .dropdown-menu {
display: block;
top: 95%;
left: 0; }
html body .container-fluid .right-content .main-content {
padding: 25px; }
html body .container-fluid .right-content .main-content .action-bar {
text-align: right;
margin-bottom: 25px;
margin-right: 15px; }
html body .container-fluid .right-content .main-content .action-bar .action-item {
color: #9CA1A7;
cursor: pointer;
height: 28px;
display: inline-block;
vertical-align: top; }
html body .container-fluid .right-content .main-content .action-bar .action-item input[type="text"] {
font-size: 16px;
border: none;
border-bottom: 2px solid #e4e4e4;
outline: 0;
padding: 5px;
font-family: regular;
color: #333; }
html body .container-fluid .right-content .main-content table thead {
background: #00519F;
color: #fff; }
html body .container-fluid .right-content .main-content table thead tr th {
font-family: regular;
font-weight: normal;
border: none;
padding: 10px;
vertical-align: top; }
html body .container-fluid .right-content .main-content table tbody tr td {
padding: 10px;
font-size: 13px; }
html body .container-fluid .right-content .main-content table tbody tr:hover {
cursor: pointer; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services {
display: none; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services {
margin: 15px 0 10px 0; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content {
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
color: #333; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content .count, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content .count {
font-size: 2em;
font-family: bold;
color: #26A69A; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content .text, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content .text {
padding: 10px 0;
text-transform: uppercase;
font-family: bold; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.a, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.a {
border-left: 5px solid #CCDB38; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.b, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.b {
border-left: 5px solid #00c853; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.c, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.c {
border-left: 5px solid #ffeb3b; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.d, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.d {
border-left: 5px solid #26A69A; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.e, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.e {
border-left: 5px solid #FE5621; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.f, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.f {
border-left: 5px solid #aa00ff; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.x, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.x {
border-top: 5px solid #CCDB38; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.y, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.y {
border-top: 5px solid #00c853; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.z, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.z {
border-top: 5px solid #ffeb3b; }
/*# sourceMappingURL=custom.css.map */ | finance/egov/egov-portalweb/src/main/webapp/resources/css/citizen.css | @font-face {
font-family: "light";
src: url("../fonts/Roboto-Light.ttf"); }
@font-face {
font-family: "regular";
src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
font-family: "bold";
src: url("../fonts/Roboto-Medium.ttf"); }
a, a:hover, a:focus, a:active, a:visited {
text-decoration: none; }
.btn:not(:first-child) {
margin: 0 5px; }
html {
background: #fff;
font-family: regular;
width: 100%;
height: 100%;
overflow: auto;
font-size: 14px;
position: relative; }
html body {
background: #fff;
font-family: regular;
width: 100%;
height: 100%;
overflow: auto;
font-size: 14px;
position: relative; }
/*html body .modal.in .modal-dialog {
position: fixed;
max-height: 100%;
overflow-y: auto;
bottom: 0;
right: 0;
margin: 0; }
html body .modal.in .modal-dialog .modal-title {
color: #26A69A; }
html body .modal.in .modal-dialog .modal-body [class*='col-'] {
margin: 10px 0; }
html body .modal.in .modal-dialog .modal-body [class*='col-'] label {
font-family: light;
font-weight: normal;
font-size: 13px; }
html body .modal.in .modal-dialog .modal-body [class*='col-'] .field {
font-family: regular; }
@media screen and (min-width: 768px) {
html body .modal.in .modal-dialog {
width: 100%; } }
html body .modal.fade .modal-dialog {
transform: scale(0);
opacity: 0;
-webkit-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear; }
html body .modal.fade.in .modal-dialog {
opacity: 1;
transform: scale(1); } */
html body .timeline {
list-style-type: none;
display: flex;
justify-content: center;
margin: 10px 0;
padding: 0; }
@media screen and (max-width: 768px) {
html body .timeline {
margin: 25px auto;
display: table;
width: 50%; } }
html body .timeline .li {
transition: all 200ms ease-in; }
@media screen and (max-width: 768px) {
html body .timeline .li {
width: 100%;
display: table-row; } }
html body .timeline .li .timestamp {
margin-bottom: 20px;
padding: 0px 40px;
display: flex;
flex-direction: column;
align-items: center;
font-family: light; }
@media screen and (max-width: 768px) {
html body .timeline .li .timestamp {
display: table-cell;
width: 50%;
text-align: right;
padding: 0 40px 40px 40px; } }
html body .timeline .li.complete .status {
border-top: 2px solid #0099cc; }
@media screen and (max-width: 768px) {
html body .timeline .li.complete .status {
border-left: 2px solid #0099cc;
border-top: none; } }
html body .timeline .li.complete .status:before {
background-color: #0099cc;
border: none;
transition: all 200ms ease-in; }
html body .timeline .li.complete .status h4 {
color: #0099cc;
font-family: bold; }
html body .timeline .li .status {
padding: 10px 40px;
display: flex;
justify-content: center;
border-top: 2px solid #D6DCE0;
position: relative;
transition: all 200ms ease-in; }
@media screen and (max-width: 768px) {
html body .timeline .li .status {
display: table-cell;
width: 50%;
border-left: 2px solid #D6DCE0;
border-top: none; } }
html body .timeline .li .status:before {
content: "";
width: 15px;
height: 15px;
background-color: white;
border-radius: 15px;
border: 1px solid #ddd;
position: absolute;
top: -9px;
left: 42%;
transition: all 200ms ease-in; }
@media screen and (max-width: 768px) {
html body .timeline .li .status:before {
top: 22px;
left: -4.6%; } }
html body .timeline .li .status h4 {
font-weight: normal;
font-family: regular;
font-size: 15px;
color: #9e9e9e; }
html body .container-fluid {
padding: 0;
background: #fff;
position: relative; }
html body .container-fluid .badge {
background: red;
color: #fff; }
html body .container-fluid .left-menu {
background: #1C1C1C;
height: 100vh;
width: 120px;
float: left;
position: relative; }
html body .container-fluid .left-menu .modules-ul {
margin: 0;
padding: 0 10px;
text-align: center;
position: relative; }
html body .container-fluid .left-menu .modules-ul .modules-li {
padding: 20px 0;
font-family: bold;
position: relative;
z-index: 1; }
html body .container-fluid .left-menu .modules-ul .modules-li:nth-child(2) {
padding-top: 110px; }
html body .container-fluid .left-menu .modules-ul .modules-li a {
color: #64676D; }
html body .container-fluid .left-menu .modules-ul .modules-li a .img-view {
font-size: 22px; }
html body .container-fluid .left-menu .modules-ul .modules-li a .module-text {
font-size: 13px;
overflow-wrap: break-word;
font-family: regular; }
html body .container-fluid .left-menu .modules-ul .modules-li a:hover, html body .container-fluid .left-menu .modules-ul .modules-li a:focus, html body .container-fluid .left-menu .modules-ul .modules-li a:visited {
text-decoration: none; }
html body .container-fluid .left-menu .modules-ul .modules-li a:hover i, html body .container-fluid .left-menu .modules-ul .modules-li a:focus i, html body .container-fluid .left-menu .modules-ul .modules-li a:visited i {
color: #0099cc; }
html body .container-fluid .left-menu .modules-ul .modules-li a:hover .module-text, html body .container-fluid .left-menu .modules-ul .modules-li a:focus .module-text, html body .container-fluid .left-menu .modules-ul .modules-li a:visited .module-text {
color: #fff;
font-family: bold; }
html body .container-fluid .left-menu .modules-ul .modules-li.inbox {
position: fixed;
padding: 30px 0;
background: #1C1C1C;
z-index: 10;
width: 86px;
left: 1%; }
@media screen and (max-width: 990px) {
html body .container-fluid .left-menu .modules-ul .modules-li.inbox {
left: 1.5%; } }
@media screen and (max-width: 768px) {
html body .container-fluid .left-menu .modules-ul .modules-li.inbox {
left: 2%; } }
html body .container-fluid .left-menu .modules-ul .modules-li.inbox .inbox-notification {
position: absolute;
right: 15px;
top: 20px; }
html body .container-fluid .left-menu .modules-ul .modules-li.active .module-text {
color: #fff;
font-family: bold; }
html body .container-fluid .left-menu .modules-ul .modules-li.active i {
color: #0099cc; }
html body .container-fluid .right-content {
width: calc(100% - 120px);
float: left;
position: relative;
height: 100vh; }
html body .container-fluid .right-content header {
position: relative; }
html body .container-fluid .right-content header nav {
position: relative;
margin: 0;
padding: 10px;
border-bottom: 1px solid #ddd; }
html body .container-fluid .right-content header nav .corporation-name {
font-size: 1.5em;
font-family: regular;
padding: 0 10px;
vertical-align: middle; }
html body .container-fluid .right-content header nav .profile-dd {
padding: 0 20px;
line-height: 3.8; }
html body .container-fluid .right-content header nav .profile-dd i:hover {
cursor: pointer; }
html body .container-fluid .right-content header nav .profile-name {
position: relative;
line-height: 3.8;
font-size: 1em;
font-family: light; }
html body .container-fluid .right-content header nav .profile-name .profile-name-img {
height: 42px;
object-fit: cover;
border-radius: 50%; }
html body .container-fluid .right-content header nav .profile-name .text {
font-family: regular; }
html body .container-fluid .right-content header nav .profile-name .dropdown-menu:before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: ""; }
html body .container-fluid .right-content header nav .profile-name .dropdown-menu:after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: ""; }
html body .container-fluid .right-content header nav .profile-name:hover {
cursor: pointer; }
html body .container-fluid .right-content header nav .profile-name:hover .dropdown-menu {
display: block;
top: 95%;
left: 0; }
html body .container-fluid .right-content .main-content {
padding: 25px; }
html body .container-fluid .right-content .main-content .action-bar {
text-align: right;
margin-bottom: 25px;
margin-right: 15px; }
html body .container-fluid .right-content .main-content .action-bar .action-item {
color: #9CA1A7;
cursor: pointer;
height: 28px;
display: inline-block;
vertical-align: top; }
html body .container-fluid .right-content .main-content .action-bar .action-item input[type="text"] {
font-size: 16px;
border: none;
border-bottom: 2px solid #e4e4e4;
outline: 0;
padding: 5px;
font-family: regular;
color: #333; }
html body .container-fluid .right-content .main-content table thead {
background: #00519F;
color: #fff; }
html body .container-fluid .right-content .main-content table thead tr th {
font-family: regular;
font-weight: normal;
border: none;
padding: 10px;
vertical-align: top; }
html body .container-fluid .right-content .main-content table tbody tr td {
padding: 10px;
font-size: 13px; }
html body .container-fluid .right-content .main-content table tbody tr:hover {
cursor: pointer; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services {
display: none; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services {
margin: 15px 0 10px 0; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content {
padding: 10px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
color: #333; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content .count, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content .count {
font-size: 2em;
font-family: bold;
color: #26A69A; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content .text, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content .text {
padding: 10px 0;
text-transform: uppercase;
font-family: bold; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.a, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.a {
border-left: 5px solid #CCDB38; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.b, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.b {
border-left: 5px solid #00c853; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.c, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.c {
border-left: 5px solid #ffeb3b; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.d, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.d {
border-left: 5px solid #26A69A; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.e, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.e {
border-left: 5px solid #FE5621; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.f, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.f {
border-left: 5px solid #aa00ff; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.x, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.x {
border-top: 5px solid #CCDB38; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.y, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.y {
border-top: 5px solid #00c853; }
html body .container-fluid .right-content .main-content .services-item [class*='col-'].services .content.z, html body .container-fluid .right-content .main-content .stats-item [class*='col-'].services .content.z {
border-top: 5px solid #ffeb3b; }
/*# sourceMappingURL=custom.css.map */ | 0.349644 | 0.039012 |