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
width: 100%; margin: 20px auto 20px; } #upload { visibility: hidden; opacity: 0; position: absolute; } #droparea { width: 100%; height: 220px; border: 1px dashed #cbc5ba; border-radius: 1px; vertical-align: baseline; margin: 0 auto; text-align: center; text-shadow: 1px 1px 0 #fff; } #droparea p { margin: 7px 0; } #droparea .dropareainner { margin-top: 25px; } #droparea .dropareainner input[type="radio"] { margin: 5px; padding: 5px; vertical-align: middle; } #droparea .dropareainner label { margin: 0; font-weight: normal; } #droparea .dropfiletext { font-size: 15px; font-weight: normal; color: #555; } #droparea .uploadbtn { border: 1px solid #ff7878; background-color: #ff7878; padding: 5px 10px; margin-bottom: 5px; border-radius: 25px; cursor: pointer; color: white; } #droparea .uploadbtn:hover { border-color: #ff7878; color: #555; } #droparea.hover { border-color: #ff7878; background-color: #fff; } #err { color: #DB0000; padding-top: 3px; font-size: 13px; line-height: 1.5; } /* #result style */ .message { margin-bottom: 15px; margin-top: 15px; text-align: center; text-shadow: 1px 1px 0 #fff; color: #777; } #result { margin-top: 30px; text-align: center; } #result .imageholder { display: inline-block; background: #fff; padding: 10px; margin: 7px; text-align: center; box-shadow: 0 0 4px #999; border: 1px solid #999; position: relative; transform: scale(0) rotate(0deg); -ms-transform: scale(0) rotate(0deg); -moz-transform: scale(0) rotate(0deg); -webkit-transform: scale(0) rotate(0deg); -o-transform: scale(0) rotate(0deg); transition: transform 1s 0.5s ease-out; -moz-transition: -moz-transform 1s 0.5s ease-in-out; -webkit-transition: -webkit-transform 1s 0.5s ease-out; -o-transition: -o-transform 1s 0.5s ease-out; } #result .imageholder figcaption { font-style: italic; width: 180px; word-wrap: break-word; font-weight: bold; } #result .imageholder figcaption span { font-size: 11px; color: #777; } #result .imageholder img { width: 180px; height: 180px; }
assets/css/plugins/drag_drop_image.css
width: 100%; margin: 20px auto 20px; } #upload { visibility: hidden; opacity: 0; position: absolute; } #droparea { width: 100%; height: 220px; border: 1px dashed #cbc5ba; border-radius: 1px; vertical-align: baseline; margin: 0 auto; text-align: center; text-shadow: 1px 1px 0 #fff; } #droparea p { margin: 7px 0; } #droparea .dropareainner { margin-top: 25px; } #droparea .dropareainner input[type="radio"] { margin: 5px; padding: 5px; vertical-align: middle; } #droparea .dropareainner label { margin: 0; font-weight: normal; } #droparea .dropfiletext { font-size: 15px; font-weight: normal; color: #555; } #droparea .uploadbtn { border: 1px solid #ff7878; background-color: #ff7878; padding: 5px 10px; margin-bottom: 5px; border-radius: 25px; cursor: pointer; color: white; } #droparea .uploadbtn:hover { border-color: #ff7878; color: #555; } #droparea.hover { border-color: #ff7878; background-color: #fff; } #err { color: #DB0000; padding-top: 3px; font-size: 13px; line-height: 1.5; } /* #result style */ .message { margin-bottom: 15px; margin-top: 15px; text-align: center; text-shadow: 1px 1px 0 #fff; color: #777; } #result { margin-top: 30px; text-align: center; } #result .imageholder { display: inline-block; background: #fff; padding: 10px; margin: 7px; text-align: center; box-shadow: 0 0 4px #999; border: 1px solid #999; position: relative; transform: scale(0) rotate(0deg); -ms-transform: scale(0) rotate(0deg); -moz-transform: scale(0) rotate(0deg); -webkit-transform: scale(0) rotate(0deg); -o-transform: scale(0) rotate(0deg); transition: transform 1s 0.5s ease-out; -moz-transition: -moz-transform 1s 0.5s ease-in-out; -webkit-transition: -webkit-transform 1s 0.5s ease-out; -o-transition: -o-transform 1s 0.5s ease-out; } #result .imageholder figcaption { font-style: italic; width: 180px; word-wrap: break-word; font-weight: bold; } #result .imageholder figcaption span { font-size: 11px; color: #777; } #result .imageholder img { width: 180px; height: 180px; }
0.391406
0.105349
.comments{ padding:0.2rem 0.4rem 1rem 0.4rem; text-align:center; } .comments .comments-list{ padding:0.4rem 0; border-bottom:1px dashed #ccc; text-align:left; } .comments .comments-list:last-child{ border-bottom:none; } .comments .comments-list .comments-goods{ display:flex; } .comments .comments-list .comments-goods img{ width:1.2rem; height:1.2rem; border-radius:0.2rem; } .comments .comments-list .comments-goods .goods-title p{ padding-left:0.4rem; height: 0.6rem; line-height:0.6rem; font-size: 0.32rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; /* 这个表示要显示几行 */ -webkit-box-orient: vertical; } .comments .comments-list .comments-goods .goods-title p:first-child{ color:#525252; } .comments .comments-list .comments-goods .goods-title p:last-child{ color:#cc7f15; } .comments .comments-list .comments-grade { height:1rem; line-height:1rem; padding:0 0.8rem; font-size:0.32rem; display:flex; } .comments .comments-list .comments-grade p{ width:2.2rem; } .comments .comments-list .comments-grade .grade-star i{ width:0.8rem; height:1rem; display:block; background:url(/static/index/images/grade.png) no-repeat center center; background-size:0.8rem; } i.star-active{ background:url(/static/index/images/grade-active.png) no-repeat center center !important; background-size:0.8rem !important; } .comments .comments-list .comments-grade .grade-star input{ display:none; } .comments .comments-list .comments-content { margin-top:0.2rem; padding:0 0.4rem; } .comments .comments-list .comments-content textarea{ width:100%; height:2rem; line-height:0.4rem; border:1px solid #78868e; background:#fff; border-radius:0.18rem; padding:0.2rem 0; color:#525252; font-size:0.32rem; } .comments .comments-list .comments-img{ margin-top:0.4rem; } .comments button{ width:8rem; height:1rem; line-height: 1rem; background:#cc7f15; color:#fff; font-size: 0.33333333rem; border:none; border-radius: 1rem; }
public/static/index/css/comments.css
.comments{ padding:0.2rem 0.4rem 1rem 0.4rem; text-align:center; } .comments .comments-list{ padding:0.4rem 0; border-bottom:1px dashed #ccc; text-align:left; } .comments .comments-list:last-child{ border-bottom:none; } .comments .comments-list .comments-goods{ display:flex; } .comments .comments-list .comments-goods img{ width:1.2rem; height:1.2rem; border-radius:0.2rem; } .comments .comments-list .comments-goods .goods-title p{ padding-left:0.4rem; height: 0.6rem; line-height:0.6rem; font-size: 0.32rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; /* 这个表示要显示几行 */ -webkit-box-orient: vertical; } .comments .comments-list .comments-goods .goods-title p:first-child{ color:#525252; } .comments .comments-list .comments-goods .goods-title p:last-child{ color:#cc7f15; } .comments .comments-list .comments-grade { height:1rem; line-height:1rem; padding:0 0.8rem; font-size:0.32rem; display:flex; } .comments .comments-list .comments-grade p{ width:2.2rem; } .comments .comments-list .comments-grade .grade-star i{ width:0.8rem; height:1rem; display:block; background:url(/static/index/images/grade.png) no-repeat center center; background-size:0.8rem; } i.star-active{ background:url(/static/index/images/grade-active.png) no-repeat center center !important; background-size:0.8rem !important; } .comments .comments-list .comments-grade .grade-star input{ display:none; } .comments .comments-list .comments-content { margin-top:0.2rem; padding:0 0.4rem; } .comments .comments-list .comments-content textarea{ width:100%; height:2rem; line-height:0.4rem; border:1px solid #78868e; background:#fff; border-radius:0.18rem; padding:0.2rem 0; color:#525252; font-size:0.32rem; } .comments .comments-list .comments-img{ margin-top:0.4rem; } .comments button{ width:8rem; height:1rem; line-height: 1rem; background:#cc7f15; color:#fff; font-size: 0.33333333rem; border:none; border-radius: 1rem; }
0.240507
0.039048
@import url('https://fonts.googleapis.com/css?family=Catamaran:800|Work+Sans:300&display=swap'); html, body { min-height: 100%; background-color: black; background-image: url("../img/bg2.png"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; display: flex; justify-content: center; align-items: center; } .avatar { border-radius: 50%; max-width: 150px; max-height: 150px; width: auto; height: auto; } .container { display: flex; flex-direction: row; animation: zoomIn 0.4s ease-in-out; } .box { width: 300px; color: white; margin-right: 50px; height:auto; display: flex; flex-direction: column; } .headerDivider { border-right: 1px solid #808080; height: auto; margin-right: 50px; } .link { font-family: 'Work Sans', sans-serif; font-size: 1.2rem; transform: scale(1); transition: transform 0.1s linear; text-decoration: none; color: white; } .link:hover { transform: scale(1.05); transition: transform 0.1s linear; text-shadow: 0px 0px 5px blue; } .bio { font-family: 'Work Sans', sans-serif; font-size: 1rem; margin-bottom: 10px; } .heading { font-family: 'Catamaran', sans-serif; font-size: 3rem; user-select: none; } .lowercaps { font-family: 'Catamaran', sans-serif; font-size: 0.7rem; } .quote { font-family: 'Work Sans', sans-serif; margin-top: 20px; font-size: 0.6rem; text-align: justify; } .quoteauthor { font-family: 'Work Sans', sans-serif; font-size: 0.6rem; text-align: right; } .box-avatar { justify-content: center; align-items: center; text-align: justify; } #overlay { position: fixed; display: none; left: 0; top: 0; background-color: black; width: 100%; height: 100%; cursor: pointer; } .dimpage { display: block !important; animation: dimPage 0.4s ease-out; animation-fill-mode: forwards; } .undimpage { display: block !important; animation: undimPage 0.4s ease-out; animation-fill-mode: forwards; } #popup { position: fixed; display: none; flex-direction: column; left: 50%; top: 50%; transform: translate(-50%, -100%); width: 400px; height: 200px; background-color: white; border-radius: 10px; box-shadow: 0px 0px 12px #7a7a7a; animation: showPopup 0.6s ease-out; animation-fill-mode: forwards; } .showpopup { display: flex !important; } .hidepopup { display: flex !important; animation: hidePopup 0.6s ease-out !important; animation-fill-mode: forwards !important; } .popupheader { display: flex; background: linear-gradient(to right bottom, #ff0000, #0000ff); background-size: 200% 200%; flex-grow: 2; border-radius: 10px; animation: gradientScroll 10s ease infinite; justify-content: center; align-items: center; } .popupheading { font-family: 'Catamaran', sans-serif; font-size: 2em; color: rgba(255, 255, 255, 0.6); } @media only screen and (max-width: 600px) { .container { display: flex; flex-direction: column; margin-right: 0px; margin-bottom: auto; } .headerDivider { border-bottom:1px solid #808080; margin-right: 0px; } .box { width: 300px; color: white; display: flex; margin-right: 0px; } #popup { width: 90%; } .popupheading { font-size: 2em; } } @keyframes zoomIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } @keyframes dimPage { from { opacity: 0; } to { opacity: 0.7; } } @keyframes undimPage { from { opacity: 0.7; } to { opacity: 0; } } @keyframes showPopup { from { opacity: 0; transform: translate(-50%, -100%); } to { opacity: 1; transform: translate(-50%, -50%); } } @keyframes hidePopup { from { opacity: 1; transform: translate(-50%, -50%); } to { opacity: 0; transform: translate(-50%, -100%); } } @keyframes gradientScroll { 0% { background-position:0% 18% } 50% { background-position:100% 83% } 100% { background-position:0% 18% } }
assets/css/shinomiya.css
@import url('https://fonts.googleapis.com/css?family=Catamaran:800|Work+Sans:300&display=swap'); html, body { min-height: 100%; background-color: black; background-image: url("../img/bg2.png"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; display: flex; justify-content: center; align-items: center; } .avatar { border-radius: 50%; max-width: 150px; max-height: 150px; width: auto; height: auto; } .container { display: flex; flex-direction: row; animation: zoomIn 0.4s ease-in-out; } .box { width: 300px; color: white; margin-right: 50px; height:auto; display: flex; flex-direction: column; } .headerDivider { border-right: 1px solid #808080; height: auto; margin-right: 50px; } .link { font-family: 'Work Sans', sans-serif; font-size: 1.2rem; transform: scale(1); transition: transform 0.1s linear; text-decoration: none; color: white; } .link:hover { transform: scale(1.05); transition: transform 0.1s linear; text-shadow: 0px 0px 5px blue; } .bio { font-family: 'Work Sans', sans-serif; font-size: 1rem; margin-bottom: 10px; } .heading { font-family: 'Catamaran', sans-serif; font-size: 3rem; user-select: none; } .lowercaps { font-family: 'Catamaran', sans-serif; font-size: 0.7rem; } .quote { font-family: 'Work Sans', sans-serif; margin-top: 20px; font-size: 0.6rem; text-align: justify; } .quoteauthor { font-family: 'Work Sans', sans-serif; font-size: 0.6rem; text-align: right; } .box-avatar { justify-content: center; align-items: center; text-align: justify; } #overlay { position: fixed; display: none; left: 0; top: 0; background-color: black; width: 100%; height: 100%; cursor: pointer; } .dimpage { display: block !important; animation: dimPage 0.4s ease-out; animation-fill-mode: forwards; } .undimpage { display: block !important; animation: undimPage 0.4s ease-out; animation-fill-mode: forwards; } #popup { position: fixed; display: none; flex-direction: column; left: 50%; top: 50%; transform: translate(-50%, -100%); width: 400px; height: 200px; background-color: white; border-radius: 10px; box-shadow: 0px 0px 12px #7a7a7a; animation: showPopup 0.6s ease-out; animation-fill-mode: forwards; } .showpopup { display: flex !important; } .hidepopup { display: flex !important; animation: hidePopup 0.6s ease-out !important; animation-fill-mode: forwards !important; } .popupheader { display: flex; background: linear-gradient(to right bottom, #ff0000, #0000ff); background-size: 200% 200%; flex-grow: 2; border-radius: 10px; animation: gradientScroll 10s ease infinite; justify-content: center; align-items: center; } .popupheading { font-family: 'Catamaran', sans-serif; font-size: 2em; color: rgba(255, 255, 255, 0.6); } @media only screen and (max-width: 600px) { .container { display: flex; flex-direction: column; margin-right: 0px; margin-bottom: auto; } .headerDivider { border-bottom:1px solid #808080; margin-right: 0px; } .box { width: 300px; color: white; display: flex; margin-right: 0px; } #popup { width: 90%; } .popupheading { font-size: 2em; } } @keyframes zoomIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } @keyframes dimPage { from { opacity: 0; } to { opacity: 0.7; } } @keyframes undimPage { from { opacity: 0.7; } to { opacity: 0; } } @keyframes showPopup { from { opacity: 0; transform: translate(-50%, -100%); } to { opacity: 1; transform: translate(-50%, -50%); } } @keyframes hidePopup { from { opacity: 1; transform: translate(-50%, -50%); } to { opacity: 0; transform: translate(-50%, -100%); } } @keyframes gradientScroll { 0% { background-position:0% 18% } 50% { background-position:100% 83% } 100% { background-position:0% 18% } }
0.40157
0.114467
body{ font-family: 'Rokkitt', serif; margin:0; } .banner{ background:url("../images/white1.jpg") repeat; min-height:400px; } .wrap{ width:80%; margin:0 auto; } .article-left{ float:left; width:64%; } .article-right{ float:right; width:30%; } .article-right img{ width:100%; } .article { padding-top: 66px; } .logo { -webkit-background-size: cover; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; min-height: 250px; } .logo-img a { display: block; } .logo-wrap{ width:88%; margin:0 auto; } .logo-img{ width:37%; margin:0 auto; padding: 0 0 0 0; } .navigation{ background:url("../images/nav.png") no-repeat 0px 0px; background-size:99%; } .navigation ul{ padding: 12px 0 0 0; margin:0; text-align:center; } .navigation ul li{ display:inline-block; } .navigation ul li a { color: #490002; margin: 20px 12px; font-size: 18px; text-decoration: none; display: block; } .navigation ul li a:hover,.navigation ul li a.activate { color: #ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } /*-- menu --*/ .navigation span{ display:none; } /*-- //menu --*/ .slider{ background:url("../images/blue1.jpg") no-repeat 0px 0px; background-size:cover; -webkit-background-size: cover; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; min-height: 378px; } .slider-image img{ width:100%; } .slider-image { width: 92%; margin: 0 auto; padding:28px 0; } .banner-bottom{ background:url("../images/white1.jpg") repeat; min-height: 870px; } /*-- bottom-left --*/ .bottom-left{ background:url("../images/red.png") no-repeat 0px 0px; background-size:cover; -webkit-background-size: cover; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; min-height:661px; float:left; width:61%; } .bottom-wrap{ width:66.4%; margin:0 auto; } .bottom-right{ width:35%; float:right; } .bottom-header{ padding: 35px 0 60px 0; border-bottom:1px solid #9D1518; position:relative; } .bottom-header h1{ margin:0; font-size:36px; color:#ffffff; font-family: 'Lobster Two', cursive; text-align:center; } .bottom-header p:nth-child(2){ margin: 15px auto 0 auto; font-size: 18px; color: #ffffff; width: 70%; text-align: center; } .button{ background:url("../images/5.png") no-repeat 0px 0px; min-height: 41px; position:absolute; width: 25%; text-align: center; left: 36%; top: 90%; } .button p { font-size:22px; margin:0; color: #BF2A2E; padding-top: 3px; font-family: 'Lobster Two', cursive; } .adam-silvi { margin-top: 53px; border-bottom:1px solid #9D1518; padding-bottom:10px; } .adam h2,.silvi h2{ margin: 22px 0 10px 0; color: #ffffff; font-family: 'Lobster Two', cursive; font-size: 25px; } .adam p,.silvi p{ margin: 0 auto; color: #ffffff; font-size: 18px; width: 74%; } .col-md-6.adam { text-align: center; } .col-md-6.silvi { text-align: center; } .social-icons{ margin-top:30px; } .social-icons ul{ margin:0; padding:0; text-align:center; } .social-icons ul li{ display:inline-block; padding-left:3px; } .social-icons ul li a.fb{ background:url("../images/20.png") no-repeat 0px -9px; width:38px; height:38px; display:block; } .social-icons ul li a.twit{ background:url("../images/20.png") no-repeat 1px -64px; width:38px; height:38px; display:block; } .social-icons ul li a.linkin{ background:url("../images/20.png") no-repeat 0px -118px; width:38px; height:38px; display:block; } .social-icons ul li a.fb:hover{ background:url("../images/20.png") no-repeat -58px -9px; transition:.7s all; -webkit-transition:.7s all; -moz-transition:.7s all; -o-transition:.7s all; -ms-transition:.7s all; } .social-icons ul li a.twit:hover{ background:url("../images/20.png") no-repeat -58px -64px; transition:.7s all; -webkit-transition:.7s all; -moz-transition:.7s all; -o-transition:.7s all; -ms-transition:.7s all; } .social-icons ul li a.linkin:hover{ background:url("../images/20.png") no-repeat -60px -118px; transition:.7s all; -webkit-transition:.7s all; -moz-transition:.7s all; -o-transition:.7s all; -ms-transition:.7s all; } /*-- //bottom-left --*/ /*-- bottom-right --*/ .bottom-right h2{ margin: 35px 0 25px 0; font-family: 'Lobster Two', cursive; font-size: 36px; color: #074395; } .wishes-left{ float: left; width: 62%; } .wishes-right{ float:right; width:25%; } .wishes-left p{ margin:0; color:#7c7061; font-size:18px; } .wishes-left p a{ color: #BF2A2E; text-decoration:none; } .wishes-left p a:hover{ color:#ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } .wishes-left p:nth-child(2) { margin-top: 12px; } .wishes-grid { border-top: 1px solid #a8a8a8; padding: 22px 0; } .wishes-right img{ width:100%; } /*-- //bottom-right --*/ /*-- copy-right --*/ .copy-right p{ font-size:18px; margin:0; font-weight:bold; color: #BF2A2E; margin: 0 0 0 160px; } .copy-right p a{ text-decoration:none; color: #BF2A2E; } .copy-right p a:hover{ color:#ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } .copy-right { padding: 28px 0; } /*-- //copy-right --*/ /*------------------ Slider Part starts Here----------*/ #slider4, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs { list-style: none; padding: 0; background: rgba(0,0,0,.25); box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); font-size: 18px; list-style: none; margin: 0 auto 50px; max-width: 540px; padding: 10px 0; text-align: center; width: 100%; } .rslides_tabs li { display: inline; float: none; margin-right: 1px; } .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; } .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%; left: 0; top: 0; } .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); top: 80%; left: 370px; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 53px; background: transparent url("../images/themes.png") no-repeat left top; margin-top: -65px; } .callbacks_nav:active { opacity: 1.0; } .callbacks_nav.next { left: auto; background-position: right top; right: 370px; } #slider3-pager a ,#slider4-pager a { display: inline-block; } #slider3-pager span,#slider4-pager span{ float: left; } #slider3-pager span, #slider4-pager span{ width:100px; height:15px; background:#fff; display:inline-block; border-radius:30em; opacity:0.6; } #slider3-pager .rslides_here a , #slider4-pager .rslides_here a { background: #FFF; border-radius:30em; opacity:1; } #slider3-pager a ,#slider4-pager a { padding: 0; } #slider3-pager li, #slider4-pager li{ display:inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 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; width:100%; } .callbacks_tabs{ list-style: none; position: absolute; top: 91%; z-index: 999; left: 45%; padding: 0; margin: 0; } .slider-top{ text-align: center; padding:10em 0; } .slider-top h1{ font-weight:700; font-size:48px; color:#010101; } .slider-top p{ font-weight:400; font-size:20px; padding:1em 7em; color:#010101; } .slider-top ul.social-slide{ display:inline-flex; margin: 0px; padding: 0px; } ul.social-slide li i{ width:70px; height:74px; background:url(../images/img-resources.png)no-repeat; display: inline-block; margin:0px 15px; } ul.social-slide li i.win{ background-position:-6px 0px; } ul.social-slide li i.android{ background-position:-110px 0px; } ul.social-slide li i.mac{ background-position:-215px 0px; } .callbacks_tabs li{ display: inline-block; } @media screen and (max-width: 600px) { .callbacks_nav { top: 47%; } } /*----*/ .callbacks_tabs a{ visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size:0; font-family: FontAwesome; visibility: visible; display: block; height:14px; width:14px; display:inline-block; background: #A33900; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; -ms-border-radius: 30px; } .callbacks_here a:after{ background: #ebb181; } /*-- Slider part Ends Here --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 12px; right: 1%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url("../images/arr.png") no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ .slid-img img{ width:100%; } .slid-img { width: 92%; margin: 0 auto; padding: 28px 0; } /*-- contact-page --*/ .contact-map h2,.contact-form h2,.contact-info h2{ font-family: 'Lobster Two', cursive; font-size: 36px; color:#074395; margin: 65px 0 30px 0; } .map-image { height: 330px; } .map-image iframe{ width:100%; height:330px; } .contact-form{ float:left; width:48%; } .contact-info{ float:right; width:48%; } .contact-info h3{ margin:0; font-size:24px; color:#490002; } .contact-info p{ color:#7c7061; font-size:18px; margin:15px 0; } .contact p{ margin-left:0; text-align:center; } .contact-form input[type="text"]{ width: 98%; font-size:18px; color: #7c7061; background: none; margin: 0 0px 18px 0; padding: 12px 10px; outline: none; border: 1px solid #e8e8e8; } .contact-form textarea{ width: 98%; color: #7c7061; font-size:18px; background: none; resize: none; margin-bottom:18px; height: 160px; padding: 12px; outline: none; border: 1px solid #e8e8e8; } .contact-info ul{ padding:0; margin: 10px 0 0 0; } .contact-info ul li{ list-style-type:none; display:block; color:#7c7061; font-size:18px; } .contact-info p { color: #7c7061; font-size: 18px; } .contact-info p a{ color: #7c7061; font-size: 18px; } .contact-info p a:hover{ color:#BF2A2E; } .contact-info p:nth-child(7) { margin: 0px 0; } .contact-info p:nth-child(6) { margin: 0px 0; } .contact-form input[type=submit] { color: #ffffff; padding: 13px 43px; font-size:18px; outline: none; cursor: pointer; background:#BB181C; font-weight: 700; border: none; } .contact-form input[type=submit]:hover { background:#074395; color: #ffffff; transition: .5s all; -webkit-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; -moz-transition: .5s all; } /*-- //contact-page --*/ /*-- about-page --*/ .love-story h2{ font-family: 'Lobster Two', cursive; font-size: 36px; color:#074395; margin:0px 0 30px 0; } .love-story{ float:left; width:46%; } .love-story img{ width:100%; } .about-info{ float:right; width:50%; } .about { padding: 65px 0; } .love-story h3{ margin: 25px 0 3px 0; font-size: 24px; color: #490002; } .love-story p{ margin: 0 0; font-size: 18px; color:#7c7061; } .about-left { width: 46%; float: left; } .about-right { width: 52%; float: right; } .about-adam h2,.about-silvi h2 { color: #074395; margin: 0 0 30px 0; font-size: 36px; font-family: 'Lobster Two', cursive; } .about-right h3{ margin: 0; font-size: 24px; color: #490002; } .about-right p{ margin: 18px 0 0 0; font-size: 18px; color: #7c7061; } .about-adam { border-bottom: 1px solid #B0A6A6; padding-bottom: 45px; } .about-silvi { padding-top: 35px; } .abt-cnt{ min-height: 767px; } /*-- //about-page --*/ /*-- wedding-page --*/ .wedding-gridsa{ border-bottom: 1px solid #B0A6A6; margin:0; padding: 40px 0 60px 0; } .wedding h2, .our-wedding h2 { color: #074395; margin:0; font-size: 36px; font-family: 'Lobster Two', cursive; } .wedding{ margin: 65px 0 0 0; } .our-wedding{ margin: 45px 0 70px 0; } .wedding-grids, .our-grids { margin-top: 40px; } .our-grid h3{ margin: 15px 0; font-size: 24px; color: #490002; } .our-grid p{ margin: 0; font-size: 18px; color: #7c7061; } .our-grid img{ width:100%; } .wed-left { float: left; width: 14%; } .wed-left p{ margin: 0; font-size: 18px; color: #ffffff; background: #BF2A2E; border-radius: 33px; padding: 12px; text-align: center; } .wed-right { float: right; width: 82%; } .wed-right h3{ margin:0; font-size:24px; color:#490002; } .wed-right p{ margin:10px 0 0 0; font-size:18px; color:#7c7061; } /*-- //wedding-page --*/ /*-- wishes-page --*/ .error { text-align: center; margin-top: 42px; min-height: 600px; } .error h1{ color: #074395; font-size: 16em; margin:0; } .error-head h1 span{ color: #BF2A2E; } .error-head h2{ margin: 0; font-size: 24px; color: #490002; } .error-head a:hover{ background: #BF2A2E; } .error-head a{ color: #fff; background:#074395; font-size: 18px; font-weight: 600; display:inline-block; text-transform: uppercase; padding: 10px 15px; margin-top: 171px; } .banner-bottom.wish { min-height: 487px; } /*-- //wishes-page --*/ .about-copy p{ font-size:18px; margin:0; font-weight:bold; color: #BF2A2E; text-align:center; } .about-copy p a{ text-decoration:none; color: #BF2A2E; } .about-copy p a:hover{ color:#ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } .about-copy { padding: 28px 0; } @media(max-width:1440px){ .bottom-wrap { width: 74.9%; } .banner-bottom { min-height: 850px; } .logo-img { width: 36%; } .bottom-left { min-height: 665px; } .error { min-height: 590px; } .error-head a { margin-top: 153px; } } @media(max-width:1366px){ .bottom-wrap { width: 78%; } .logo-img { width: 36%; } .slider-image { padding: 35px 0; } .slid-img { padding: 35px 0; } .bottom-left { min-height: 662px; } .banner-bottom { min-height: 830px; } .logo-wrap { width: 87.9%; } .error { min-height: 580px; } } @media(max-width:1280px){ .logo-img { width: 34%; padding: 89px 0 0 0; } .logo-img img{ width:100%; } .logo-wrap { width: 82%; } .navigation { background: url("../images/nav.png") no-repeat 24px 0px; background-size: 92.4%; } .navigation ul { padding: 11px 0 0 0; } .article { padding-top: 85px; } .logo { min-height: 220px; background: url("../images/blue.png") no-repeat 0px 28px; } .slider { min-height: 360px; } .bottom-wrap { width: 80.9%; } .bottom-left { width: 59.3%; background: url("../images/red.png") no-repeat -2px 0px; } .bottom-header { padding: 25px 0 32px 0; } .banner-bottom { min-height: 802px; } .bottom-left { min-height: 643px; } .button { top: 87%; } .bottom-right h2 { margin: 25px 0 25px 0; } .about { padding: 25px 0; } .wedding { margin: 25px 0 0 0; } .our-wedding { margin: 25px 0 70px 0; } .wedding-grids, .our-grids { margin-top: 25px; } .error { margin-top: 25px; } .banner-bottom.wish { min-height: 469px; } .contact-map h2, .contact-form h2, .contact-info h2 { margin: 25px 0; } .banner-bottom.abt-cnt { min-height: 745px; } .error { min-height: 570px; } .error-head a { margin-top: 145px; } } @media(max-width:1024px){ .article-right { width: 35.8%; } .article { padding-top: 50px; } .logo { min-height: 175px; background: url("../images/blue.png") no-repeat 0px 0px; background-size: 100%; } .navigation ul li a { margin: 13px 12px; font-size: 16px; } .contact-info ul li { font-size: 16px; } .slider { min-height: 303px; background-size: 100% !important; } .navigation { background: url("../images/nav.png") no-repeat 20px 0px; background-size: 92.4%; } .logo-img { width: 36%; padding: 57px 0 0 0; } .slider-image { padding: 32px 0; } .slid-img { padding: 32px 0; } .callbacks_tabs { left: 43%; } .bottom-wrap { width: 82.7%; } .bottom-header h1 { font-size: 25px; } .about-adam h2, .about-silvi h2 { font-size: 25px; margin: 0 0 18px 0; } .love-story h2 { font-size: 25px; } .about { padding: 25px 0; } .love-story h2 { margin: 0px 0 18px 0; } .about-adam { padding-bottom: 35px; } .about-silvi { padding-top: 28px; } .love-story { width: 45%; } .love-story p { font-size: 16px; } .about-right p { font-size: 16px; margin: 12px 0 0 0; } .love-story h3 { font-size: 22px; } .about-left img{ width:100%; } .about-right { width: 50%; } .button { background: url("../images/5.png") no-repeat 0px 0px; min-height: 35px; position: absolute; width: 30%; background-size: 100%; } .bottom-header p:nth-child(2) { font-size: 16px; } .bottom-left { width: 59.3%; background: url("../images/red.png") no-repeat 0px 0px; background-size: 100%; } .button p { font-size: 19px; } .col-md-6.adam img { width: 100%; } .col-md-6.silvi img { width: 100%; } .adam-silvi { margin-top: 36px; padding-bottom: 6px; } .adam h2, .silvi h2 { margin: 9px 0 2px 0; } .adam p, .silvi p { font-size: 16px; width: 90%; } .bottom-right h2 { margin: 25px 0 18px 0; font-size: 25px; } .wishes-left p { font-size: 16px; } .wishes-left { width: 65%; } .wishes-left p:nth-child(2) { margin-top: 4px; } .bottom-left { min-height: 588px; } .social-icons { margin-top: 20px; } .banner-bottom { min-height: 660px; } .bottom-left { min-height: 525px; } .copy-right p { font-size: 16px; margin: 0 0 0 85px; } .love-story h3 { margin: 18px 0 3px 0; } .banner-bottom.abt-cnt { min-height: 617px; } .love-story img { height: 240px; } .wedding h2, .our-wedding h2 { font-size: 25px; } .about-right h3 { font-size: 22px; } .wedding { margin: 25px 0 0 0; } .wedding-grids, .our-grids { margin-top: 25px; } .wed-right h3 { font-size: 22px; } .wed-right p { font-size: 16px; overflow: hidden; height: 86px; } .wed-left p { font-size: 16px; padding: 7px; } .wed-left { width: 13%; } .wedding-gridsa { padding: 25px 0 40px 0; } .our-wedding { margin: 25px 0 35px 0; } .our-grid h3 { margin: 15px 0; font-size: 22px; } .our-grid p { font-size: 16px; } .error-head h2 { font-size: 22px; } .error { margin-top: 25px; } .error h1 { font-size: 14em; } .error-head a { font-size: 16px; margin-top: 123px; } .banner-bottom.wish { min-height: 411px; } .contact-map h2, .contact-form h2, .contact-info h2 { font-size: 25px; margin: 25px 0; } .contact-info h3 { font-size: 22px; } .contact-info p { font-size: 16px; } .contact-form textarea { font-size: 16px; } .contact-form input[type=submit] { padding: 11px 35px; font-size: 16px; } .contact-form input[type="text"] { font-size: 16px; } .map-image { height: 320px; } .map-image iframe { height: 320px; } .about-copy p{ font-size:16px; } .contact-info p a { font-size: 16px; } .error { min-height: 496px; } } @media(max-width:768px){ .article-left { width: 67%; } .love-story h3 { font-size: 19px; } .article-right { width: 33%; } .callbacks_tabs a:after { height: 12px; width: 12px; } .article-right img { width: 101.5%; } .rslides img { width: 100%; } .slider { min-height: 225px; background-size: 100% !important; } .slid-img { padding: 15px 0; } .navigation ul li a { margin: 7px 12px; } .slider-image { padding: 15px 0; } .logo-wrap { width: 82%; } .navigation ul { padding: 12px 0 0 0; } .logo-img { width: 35%; padding: 24px 0 0 0; } .navigation { background: url("../images/nav.png") no-repeat 16px 0px; background-size: 92.4%; } .logo { min-height: 113px !important; background: url("../images/blue.png") no-repeat 0px -3px; background-size: 100%; } .bottom-wrap { width: 84.2%; } .bottom-left { width: 62.4%; } .bottom-header { padding: 16px 0 29px 0; } .bottom-header p:nth-child(2) { margin: 8px auto 0 auto; overflow: hidden; height: 44px; } .button { min-height: 32px; width: 33%; } .button p{ padding-top: 1px; } .col-md-6.adam { float: left; width: 50%; } .col-md-6.silvi { float: right; width: 50%; } .adam-silvi { padding-bottom: 11px; } .adam p, .silvi p { overflow: hidden; height: 24px; } .social-icons { margin-top: 9px; } .bottom-right h2 { margin: 16px 0 10px 0; } .wishes-grid { padding: 14px 0; } .wishes-left p:nth-child(1){ overflow: hidden; height: 45px; } .bottom-left { min-height: 412px; } .copy-right p { margin: 0; text-align:center; } .banner-bottom { min-height: 500px; } .about { padding: 16px 0; } .about-left { width: 44%; float: left; } .love-story { width: 47%; } .love-story img { height: 225px; } .about-right { width: 53%; } .about-right h3 { font-size: 19px; } .about-right p { margin: 5px 0 0 0; overflow: hidden; height: 63px; } .banner-bottom.abt-cnt { min-height: 583px; } .wedding { margin: 16px 0 0 0; } .wedding-grids, .our-grids { margin-top: 20px; } .col-md-4.wedding-grid { float: left; width: 33.3%; } .wed-right h3 { font-size: 19px; } .wed-right { float: right; width: 80%; } .wed-left { width: 15%; } .wed-left p { padding: 4px; } .wed-right p { overflow: hidden; height: 60px; } .our-wedding { margin: 16px 0 22px 0; } .our-grid h3 { margin: 11px 0; font-size: 19px; } .our-grid p { overflow: hidden; height: 87px; } .col-md-4.our-grid { float: left; width: 33.3%; } .banner-bottom.wish { min-height: 494px; } .error-head h2 { font-size: 19px; } .error h1 { font-size: 15em; } .contact-map h2, .contact-form h2, .contact-info h2 { margin: 16px 0; } .map-image iframe { height: 270px; } .map-image { height: 270px; } .contact-info h3 { font-size: 19px; } .contact-form input[type="text"] { padding: 8px 10px; } .contact-form textarea { height: 135px; } .contact-info p:nth-child(3) { overflow: hidden; height: 87px; } .navigation ul li a { font-size: 15px; } .bottom-header p:nth-child(2) { font-size: 15px; } .wishes-left p { font-size: 15px; } .adam p, .silvi p { font-size: 15px; } .copy-right p { font-size: 15px; } .about-right p { font-size: 15px; } .love-story p { font-size: 15px; } .about-copy p { font-size: 15px; } .banner-bottom.abt-cnt { min-height: 562px; } .wed-right p { font-size: 15px; } .our-grid p { font-size: 15px; } .contact-info p { font-size: 15px; } .contact-form input[type="text"] { font-size: 15px; } .contact-info ul li { font-size: 15px; } .contact-info p a { font-size: 15px; } .contact-form textarea { font-size: 15px; } .error-head a { margin-top: 108px; } .error { min-height: 480px; } } @media(max-width:640px){ .banner { min-height: 337px; } .article-left { width: 67%; } .article-right { width: 33%; } span.menu { display: block; cursor: pointer; width: 100%; position: relative; text-align:center; padding: 10px 0 0 0; font-size: 20px; color: #ffffff; } ul.nav1{ display:none; background:#074395; } .navigation ul.nav1 li { display: inline-block; text-align: center; margin: 0; width: 100%; padding: 0px 0; } .navigation ul { position: absolute; padding: 0; margin: 0; top: 38.7%; left: 8.5%; width: 51.6%; z-index: 9999; } .logo-img { width: 40%; padding: 18px 0 0 0; } .logo { min-height: 97px !important; } .navigation { min-height: 41px; background: url("../images/nav.png") no-repeat 16px 0px !important; background-size: 91.3% !important; } .slider-image { padding: 15px 0; width: 86%; } .slid-img { padding: 15px 0; width: 86%; } span.menu img { width: 8%; } .logo-wrap { width: 81%; } .slider { min-height: 180px; } .callbacks_tabs { left: 40%; top: 88%; } .bottom-wrap { width: 82.9%; } .bottom-left { width: 62.3%; } .bottom-header { padding: 10px 0 18px 0; } .bottom-header h1 { font-size: 22px; } .bottom-right h2 { margin: 10px 0 10px 0; font-size: 22px; } .button p { font-size: 14px; } .button { min-height: 27px; left: 34%; } .adam-silvi { margin-top: 25px; } .adam h2, .silvi h2 { margin: 9px 0 2px 0; font-size: 22px; } .adam p, .silvi p { overflow: hidden; height: 20px; font-size: 14px; } .bottom-header p:nth-child(2) { font-size: 14px; } .social-icons { margin-top: 4px; } .wishes-left p { font-size: 14px; } .wishes-grid { padding: 7px 0; } .wishes-left p:nth-child(2) { margin-top: 0px; } .about-copy p{ font-size:14px; } .copy-right p { font-size: 14px; text-align: center; } .bottom-left { min-height: 346px; } .banner-bottom { min-height: 470px; } .love-story h2 { font-size: 22px; } .about-adam h2, .about-silvi h2 { font-size: 22px; } .about-right h3 { font-size: 16px; } .about-right p { font-size: 14px; } .love-story p { font-size: 14px; overflow: hidden; height: 42px; } .love-story h3 { font-size: 16px; } .love-story img { height: 183px; } .love-story { width: 46%; } .about-right p { overflow: hidden; height: 38px; } .about-adam { padding-bottom: 30px; } .banner-bottom.abt-cnt { min-height: 490px; } .wedding h2, .our-wedding h2 { font-size: 22px; } .wed-right h3 { font-size: 16px; } .wed-right p { font-size: 14px; margin: 3px 0 0 0; } .wed-left p { font-size: 14px; } .wed-left { width: 17%; } .wedding-gridsa { padding: 16px 0 25px 0; } .our-grid h3 { margin: 8px 0; font-size: 16px; } .our-grid p { font-size: 14px; } .our-grid p { overflow: hidden; height: 80px; } .banner-bottom.wish { min-height: 371px; } .error h1 { font-size: 12em; } .error-head h2 { font-size: 16px; } .error-head a { font-size: 14px; padding: 7px 13px; } .navigation ul li a { font-size: 14px; margin: 8px 12px; } .contact-map h2, .contact-form h2, .contact-info h2 { font-size: 22px; } .map-image iframe { height: 245px; } .map-image { height: 245px; } .contact-form input[type="text"] { font-size: 14px; margin: 0 0px 14px 0; } .contact-info h3 { font-size: 16px; } .contact-info p { font-size: 14px; } .contact-info p:nth-child(3) { overflow: hidden; height: 76px; } .contact-info ul li { font-size: 14px; } .contact-info p a { font-size: 14px; } .contact-form input[type=submit] { padding: 8px 25px; font-size: 14px; } .contact-form textarea { font-size: 14px; padding: 8px; height: 120px; margin-bottom: 14px; } .error { min-height: 422px; } } @media(max-width:480px){ .logo { background-size: 100% !important; background: url("../images/blue.png") no-repeat 0px 0px; min-height: 77px !important; } .navigation { min-height: 30px !important; background: url("../images/nav.png") no-repeat 12px 0px !important; background-size: 91.3% !important; } .callbacks_tabs a:after { height: 9px; width: 9px; } span.menu { padding: 5px 0 0 0; font-size: 18px; } .slider { min-height: 125px; } .callbacks_tabs { left: 40%; top: 86%; } .slider-image { padding: 7px 0; } .slid-img { padding: 7px 0; } .banner { min-height: 280px; } .bottom-wrap { width: 81.5%; } .bottom-header { padding: 3px 0 7px 0; } .bottom-header h1 { font-size: 20px; } .bottom-header p:nth-child(2) { margin: 2px auto 0 auto; overflow: hidden; height: 23px; } .adam h2, .silvi h2 { margin: 4px 0 2px 0; font-size: 20px; } .button { width: 40%; left: 30%; } .social-icons ul li a.fb { background: url("../images/20.png") no-repeat 3px -3px; width: 28px; height: 28px; background-size: 229% !important; } .social-icons ul li a.twit { background: url("../images/20.png") no-repeat 3px -39px; width: 28px; height: 28px; background-size: 229% !important; } .social-icons ul li a.linkin { background: url("../images/20.png") no-repeat 3px -74px; width: 28px; height: 28px; background-size: 229% !important; } .social-icons ul li a.fb:hover { background: url("../images/20.png") no-repeat -35px -3px; } .social-icons ul li a.twit:hover { background: url("../images/20.png") no-repeat -35px -39px; } .social-icons ul li a.linkin:hover { background: url("../images/20.png") no-repeat -36px -74px; } .bottom-right h2 { margin: 3px 0 3px 0; font-size: 20px; } .wishes-left p:nth-child(1) { overflow: hidden; height: 23px; } .wishes-left { width: 74%; } .bottom-left { min-height: 245px; } .banner-bottom { min-height: 318px; } .navigation ul { top: 32%; left: 9.5%; width: 50.6%; z-index: 9999; } .copy-right p { margin: 0 0 0 0px; } .navigation ul { top: 32%; left: 9.3%; width: 50.7%; } .about { padding: 12px 0; } .love-story h2 { font-size: 20px; } .navigation ul li a { font-size: 14px; margin: 3px 12px; } .about-adam h2, .about-silvi h2 { font-size: 20px; } .love-story img { height: 135px; } .about-right h3 { overflow: hidden; height: 13px; } .about-right p { overflow: hidden; height: 23px; } .about-adam { padding-bottom: 20px; } .about-silvi { padding-top: 20px; } .love-story p { font-size: 14px; overflow: hidden; height: 13px; } .banner-bottom.abt-cnt { min-height: 373px; } .wed-right h3 { overflow: hidden; height: 15px; } .wed-left { width: 20%; } .wed-right { float: right; width: 70%; } .wed-left p { padding: 2px; } .wedding h2, .our-wedding h2 { font-size: 20px; } .wedding { margin: 12px 0 0 0; } .wed-right p { overflow: hidden; height: 53px; } .our-wedding { margin: 12px 0 22px 0; } .our-grid p { overflow: hidden; height: 58px; } .error h1 { font-size: 10em; } .banner-bottom.wish { min-height: 338px; } .contact-map h2, .contact-form h2, .contact-info h2 { font-size: 20px; margin: 12px 0; } .map-image iframe { height: 200px; } .map-image { height: 200px; } .contact-info h3:nth-child(2) { overflow: hidden; height: 32px; } .contact-info p { margin: 10px 0; } .contact-form textarea { height: 95px; } .error { min-height: 378px; } .error-head a { margin-top: 103px; } } @media(max-width:320px){ .article-right img { display: none; } .article-left { width: 100%; } .navigation { min-height: 28px !important; background: url("../images/nav.png") no-repeat 11px 0px !important; background-size: 91.3% !important; } .slider-image { padding: 13px 0; } .slid-img { padding: 13px 0; } .slider { min-height: 133px; } .bottom-wrap { width: 72.9%; } .bottom-left { width: 100%; } .bottom-right { width: 100%; } .bottom-right h2 { margin: 3px 0 8px 0; } .adam-silvi { padding-bottom: 0px; } .social-icons { margin-top: 2px; } .wishes-left p:nth-child(1) { overflow: hidden; height: 41px; } .copy-right { padding: 20px 0; } .button { min-height: 23px; width: 43%; } .navigation ul { top: 30.9%; left: 13.5%; width: 73%; z-index: 9999; } .love-story { width: 100%; } .about-info { width: 100%; } .about-adam { padding: 20px 0; } .about-right p { overflow: hidden; height: 36px; } .love-story img { height: 154px; } .love-story h2 { margin: 0px 0 11px 0; } .love-story p { overflow: hidden; height: 40px; } .about-adam h2, .about-silvi h2 { margin: 0 0 11px 0; } .about-copy { padding: 15px 0; } .wedding-grids, .our-grids { margin-top: 11px; } .col-md-4.wedding-grid { float: left; width: 100%; margin-bottom: 20px; } .wed-right p { overflow: hidden; height: 57px; } .wed-left { width: 15%; } .wed-left p { padding: 8px; } .wed-right { float: right; width: 78%; } .wedding-gridsa { padding: 0; } .col-md-4.our-grid { float: left; width: 100%; } .col-md-4.our-grid { float: left; width: 100%; padding-bottom: 20px; } .col-md-4.our-grid:nth-child(3) { padding-bottom: 0; } .our-grid p { overflow: hidden; height: 56px; } .our-wedding { margin: 12px 0 0px 0; } .copy-right p,.about-copy p { margin: 0 auto; width: 79%; } .error h1 { font-size: 8em; } .error-head a { margin-top: 68px; } .error { margin-top: 0px; } .banner-bottom.wish { min-height: 268px; } .contact-form { float: left; width: 100%; } .contact-info { float: right; width: 100%; } .contact-form textarea { height: 120px; } span.menu { padding: 6px 0 0 0; font-size: 16px; } .error { min-height: 300px; } }
css/style.css
body{ font-family: 'Rokkitt', serif; margin:0; } .banner{ background:url("../images/white1.jpg") repeat; min-height:400px; } .wrap{ width:80%; margin:0 auto; } .article-left{ float:left; width:64%; } .article-right{ float:right; width:30%; } .article-right img{ width:100%; } .article { padding-top: 66px; } .logo { -webkit-background-size: cover; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; min-height: 250px; } .logo-img a { display: block; } .logo-wrap{ width:88%; margin:0 auto; } .logo-img{ width:37%; margin:0 auto; padding: 0 0 0 0; } .navigation{ background:url("../images/nav.png") no-repeat 0px 0px; background-size:99%; } .navigation ul{ padding: 12px 0 0 0; margin:0; text-align:center; } .navigation ul li{ display:inline-block; } .navigation ul li a { color: #490002; margin: 20px 12px; font-size: 18px; text-decoration: none; display: block; } .navigation ul li a:hover,.navigation ul li a.activate { color: #ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } /*-- menu --*/ .navigation span{ display:none; } /*-- //menu --*/ .slider{ background:url("../images/blue1.jpg") no-repeat 0px 0px; background-size:cover; -webkit-background-size: cover; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; min-height: 378px; } .slider-image img{ width:100%; } .slider-image { width: 92%; margin: 0 auto; padding:28px 0; } .banner-bottom{ background:url("../images/white1.jpg") repeat; min-height: 870px; } /*-- bottom-left --*/ .bottom-left{ background:url("../images/red.png") no-repeat 0px 0px; background-size:cover; -webkit-background-size: cover; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; min-height:661px; float:left; width:61%; } .bottom-wrap{ width:66.4%; margin:0 auto; } .bottom-right{ width:35%; float:right; } .bottom-header{ padding: 35px 0 60px 0; border-bottom:1px solid #9D1518; position:relative; } .bottom-header h1{ margin:0; font-size:36px; color:#ffffff; font-family: 'Lobster Two', cursive; text-align:center; } .bottom-header p:nth-child(2){ margin: 15px auto 0 auto; font-size: 18px; color: #ffffff; width: 70%; text-align: center; } .button{ background:url("../images/5.png") no-repeat 0px 0px; min-height: 41px; position:absolute; width: 25%; text-align: center; left: 36%; top: 90%; } .button p { font-size:22px; margin:0; color: #BF2A2E; padding-top: 3px; font-family: 'Lobster Two', cursive; } .adam-silvi { margin-top: 53px; border-bottom:1px solid #9D1518; padding-bottom:10px; } .adam h2,.silvi h2{ margin: 22px 0 10px 0; color: #ffffff; font-family: 'Lobster Two', cursive; font-size: 25px; } .adam p,.silvi p{ margin: 0 auto; color: #ffffff; font-size: 18px; width: 74%; } .col-md-6.adam { text-align: center; } .col-md-6.silvi { text-align: center; } .social-icons{ margin-top:30px; } .social-icons ul{ margin:0; padding:0; text-align:center; } .social-icons ul li{ display:inline-block; padding-left:3px; } .social-icons ul li a.fb{ background:url("../images/20.png") no-repeat 0px -9px; width:38px; height:38px; display:block; } .social-icons ul li a.twit{ background:url("../images/20.png") no-repeat 1px -64px; width:38px; height:38px; display:block; } .social-icons ul li a.linkin{ background:url("../images/20.png") no-repeat 0px -118px; width:38px; height:38px; display:block; } .social-icons ul li a.fb:hover{ background:url("../images/20.png") no-repeat -58px -9px; transition:.7s all; -webkit-transition:.7s all; -moz-transition:.7s all; -o-transition:.7s all; -ms-transition:.7s all; } .social-icons ul li a.twit:hover{ background:url("../images/20.png") no-repeat -58px -64px; transition:.7s all; -webkit-transition:.7s all; -moz-transition:.7s all; -o-transition:.7s all; -ms-transition:.7s all; } .social-icons ul li a.linkin:hover{ background:url("../images/20.png") no-repeat -60px -118px; transition:.7s all; -webkit-transition:.7s all; -moz-transition:.7s all; -o-transition:.7s all; -ms-transition:.7s all; } /*-- //bottom-left --*/ /*-- bottom-right --*/ .bottom-right h2{ margin: 35px 0 25px 0; font-family: 'Lobster Two', cursive; font-size: 36px; color: #074395; } .wishes-left{ float: left; width: 62%; } .wishes-right{ float:right; width:25%; } .wishes-left p{ margin:0; color:#7c7061; font-size:18px; } .wishes-left p a{ color: #BF2A2E; text-decoration:none; } .wishes-left p a:hover{ color:#ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } .wishes-left p:nth-child(2) { margin-top: 12px; } .wishes-grid { border-top: 1px solid #a8a8a8; padding: 22px 0; } .wishes-right img{ width:100%; } /*-- //bottom-right --*/ /*-- copy-right --*/ .copy-right p{ font-size:18px; margin:0; font-weight:bold; color: #BF2A2E; margin: 0 0 0 160px; } .copy-right p a{ text-decoration:none; color: #BF2A2E; } .copy-right p a:hover{ color:#ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } .copy-right { padding: 28px 0; } /*-- //copy-right --*/ /*------------------ Slider Part starts Here----------*/ #slider4, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs { list-style: none; padding: 0; background: rgba(0,0,0,.25); box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); font-size: 18px; list-style: none; margin: 0 auto 50px; max-width: 540px; padding: 10px 0; text-align: center; width: 100%; } .rslides_tabs li { display: inline; float: none; margin-right: 1px; } .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; } .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%; left: 0; top: 0; } .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); top: 80%; left: 370px; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 53px; background: transparent url("../images/themes.png") no-repeat left top; margin-top: -65px; } .callbacks_nav:active { opacity: 1.0; } .callbacks_nav.next { left: auto; background-position: right top; right: 370px; } #slider3-pager a ,#slider4-pager a { display: inline-block; } #slider3-pager span,#slider4-pager span{ float: left; } #slider3-pager span, #slider4-pager span{ width:100px; height:15px; background:#fff; display:inline-block; border-radius:30em; opacity:0.6; } #slider3-pager .rslides_here a , #slider4-pager .rslides_here a { background: #FFF; border-radius:30em; opacity:1; } #slider3-pager a ,#slider4-pager a { padding: 0; } #slider3-pager li, #slider4-pager li{ display:inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 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; width:100%; } .callbacks_tabs{ list-style: none; position: absolute; top: 91%; z-index: 999; left: 45%; padding: 0; margin: 0; } .slider-top{ text-align: center; padding:10em 0; } .slider-top h1{ font-weight:700; font-size:48px; color:#010101; } .slider-top p{ font-weight:400; font-size:20px; padding:1em 7em; color:#010101; } .slider-top ul.social-slide{ display:inline-flex; margin: 0px; padding: 0px; } ul.social-slide li i{ width:70px; height:74px; background:url(../images/img-resources.png)no-repeat; display: inline-block; margin:0px 15px; } ul.social-slide li i.win{ background-position:-6px 0px; } ul.social-slide li i.android{ background-position:-110px 0px; } ul.social-slide li i.mac{ background-position:-215px 0px; } .callbacks_tabs li{ display: inline-block; } @media screen and (max-width: 600px) { .callbacks_nav { top: 47%; } } /*----*/ .callbacks_tabs a{ visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size:0; font-family: FontAwesome; visibility: visible; display: block; height:14px; width:14px; display:inline-block; background: #A33900; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; -ms-border-radius: 30px; } .callbacks_here a:after{ background: #ebb181; } /*-- Slider part Ends Here --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 12px; right: 1%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url("../images/arr.png") no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ .slid-img img{ width:100%; } .slid-img { width: 92%; margin: 0 auto; padding: 28px 0; } /*-- contact-page --*/ .contact-map h2,.contact-form h2,.contact-info h2{ font-family: 'Lobster Two', cursive; font-size: 36px; color:#074395; margin: 65px 0 30px 0; } .map-image { height: 330px; } .map-image iframe{ width:100%; height:330px; } .contact-form{ float:left; width:48%; } .contact-info{ float:right; width:48%; } .contact-info h3{ margin:0; font-size:24px; color:#490002; } .contact-info p{ color:#7c7061; font-size:18px; margin:15px 0; } .contact p{ margin-left:0; text-align:center; } .contact-form input[type="text"]{ width: 98%; font-size:18px; color: #7c7061; background: none; margin: 0 0px 18px 0; padding: 12px 10px; outline: none; border: 1px solid #e8e8e8; } .contact-form textarea{ width: 98%; color: #7c7061; font-size:18px; background: none; resize: none; margin-bottom:18px; height: 160px; padding: 12px; outline: none; border: 1px solid #e8e8e8; } .contact-info ul{ padding:0; margin: 10px 0 0 0; } .contact-info ul li{ list-style-type:none; display:block; color:#7c7061; font-size:18px; } .contact-info p { color: #7c7061; font-size: 18px; } .contact-info p a{ color: #7c7061; font-size: 18px; } .contact-info p a:hover{ color:#BF2A2E; } .contact-info p:nth-child(7) { margin: 0px 0; } .contact-info p:nth-child(6) { margin: 0px 0; } .contact-form input[type=submit] { color: #ffffff; padding: 13px 43px; font-size:18px; outline: none; cursor: pointer; background:#BB181C; font-weight: 700; border: none; } .contact-form input[type=submit]:hover { background:#074395; color: #ffffff; transition: .5s all; -webkit-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; -moz-transition: .5s all; } /*-- //contact-page --*/ /*-- about-page --*/ .love-story h2{ font-family: 'Lobster Two', cursive; font-size: 36px; color:#074395; margin:0px 0 30px 0; } .love-story{ float:left; width:46%; } .love-story img{ width:100%; } .about-info{ float:right; width:50%; } .about { padding: 65px 0; } .love-story h3{ margin: 25px 0 3px 0; font-size: 24px; color: #490002; } .love-story p{ margin: 0 0; font-size: 18px; color:#7c7061; } .about-left { width: 46%; float: left; } .about-right { width: 52%; float: right; } .about-adam h2,.about-silvi h2 { color: #074395; margin: 0 0 30px 0; font-size: 36px; font-family: 'Lobster Two', cursive; } .about-right h3{ margin: 0; font-size: 24px; color: #490002; } .about-right p{ margin: 18px 0 0 0; font-size: 18px; color: #7c7061; } .about-adam { border-bottom: 1px solid #B0A6A6; padding-bottom: 45px; } .about-silvi { padding-top: 35px; } .abt-cnt{ min-height: 767px; } /*-- //about-page --*/ /*-- wedding-page --*/ .wedding-gridsa{ border-bottom: 1px solid #B0A6A6; margin:0; padding: 40px 0 60px 0; } .wedding h2, .our-wedding h2 { color: #074395; margin:0; font-size: 36px; font-family: 'Lobster Two', cursive; } .wedding{ margin: 65px 0 0 0; } .our-wedding{ margin: 45px 0 70px 0; } .wedding-grids, .our-grids { margin-top: 40px; } .our-grid h3{ margin: 15px 0; font-size: 24px; color: #490002; } .our-grid p{ margin: 0; font-size: 18px; color: #7c7061; } .our-grid img{ width:100%; } .wed-left { float: left; width: 14%; } .wed-left p{ margin: 0; font-size: 18px; color: #ffffff; background: #BF2A2E; border-radius: 33px; padding: 12px; text-align: center; } .wed-right { float: right; width: 82%; } .wed-right h3{ margin:0; font-size:24px; color:#490002; } .wed-right p{ margin:10px 0 0 0; font-size:18px; color:#7c7061; } /*-- //wedding-page --*/ /*-- wishes-page --*/ .error { text-align: center; margin-top: 42px; min-height: 600px; } .error h1{ color: #074395; font-size: 16em; margin:0; } .error-head h1 span{ color: #BF2A2E; } .error-head h2{ margin: 0; font-size: 24px; color: #490002; } .error-head a:hover{ background: #BF2A2E; } .error-head a{ color: #fff; background:#074395; font-size: 18px; font-weight: 600; display:inline-block; text-transform: uppercase; padding: 10px 15px; margin-top: 171px; } .banner-bottom.wish { min-height: 487px; } /*-- //wishes-page --*/ .about-copy p{ font-size:18px; margin:0; font-weight:bold; color: #BF2A2E; text-align:center; } .about-copy p a{ text-decoration:none; color: #BF2A2E; } .about-copy p a:hover{ color:#ffffff; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; } .about-copy { padding: 28px 0; } @media(max-width:1440px){ .bottom-wrap { width: 74.9%; } .banner-bottom { min-height: 850px; } .logo-img { width: 36%; } .bottom-left { min-height: 665px; } .error { min-height: 590px; } .error-head a { margin-top: 153px; } } @media(max-width:1366px){ .bottom-wrap { width: 78%; } .logo-img { width: 36%; } .slider-image { padding: 35px 0; } .slid-img { padding: 35px 0; } .bottom-left { min-height: 662px; } .banner-bottom { min-height: 830px; } .logo-wrap { width: 87.9%; } .error { min-height: 580px; } } @media(max-width:1280px){ .logo-img { width: 34%; padding: 89px 0 0 0; } .logo-img img{ width:100%; } .logo-wrap { width: 82%; } .navigation { background: url("../images/nav.png") no-repeat 24px 0px; background-size: 92.4%; } .navigation ul { padding: 11px 0 0 0; } .article { padding-top: 85px; } .logo { min-height: 220px; background: url("../images/blue.png") no-repeat 0px 28px; } .slider { min-height: 360px; } .bottom-wrap { width: 80.9%; } .bottom-left { width: 59.3%; background: url("../images/red.png") no-repeat -2px 0px; } .bottom-header { padding: 25px 0 32px 0; } .banner-bottom { min-height: 802px; } .bottom-left { min-height: 643px; } .button { top: 87%; } .bottom-right h2 { margin: 25px 0 25px 0; } .about { padding: 25px 0; } .wedding { margin: 25px 0 0 0; } .our-wedding { margin: 25px 0 70px 0; } .wedding-grids, .our-grids { margin-top: 25px; } .error { margin-top: 25px; } .banner-bottom.wish { min-height: 469px; } .contact-map h2, .contact-form h2, .contact-info h2 { margin: 25px 0; } .banner-bottom.abt-cnt { min-height: 745px; } .error { min-height: 570px; } .error-head a { margin-top: 145px; } } @media(max-width:1024px){ .article-right { width: 35.8%; } .article { padding-top: 50px; } .logo { min-height: 175px; background: url("../images/blue.png") no-repeat 0px 0px; background-size: 100%; } .navigation ul li a { margin: 13px 12px; font-size: 16px; } .contact-info ul li { font-size: 16px; } .slider { min-height: 303px; background-size: 100% !important; } .navigation { background: url("../images/nav.png") no-repeat 20px 0px; background-size: 92.4%; } .logo-img { width: 36%; padding: 57px 0 0 0; } .slider-image { padding: 32px 0; } .slid-img { padding: 32px 0; } .callbacks_tabs { left: 43%; } .bottom-wrap { width: 82.7%; } .bottom-header h1 { font-size: 25px; } .about-adam h2, .about-silvi h2 { font-size: 25px; margin: 0 0 18px 0; } .love-story h2 { font-size: 25px; } .about { padding: 25px 0; } .love-story h2 { margin: 0px 0 18px 0; } .about-adam { padding-bottom: 35px; } .about-silvi { padding-top: 28px; } .love-story { width: 45%; } .love-story p { font-size: 16px; } .about-right p { font-size: 16px; margin: 12px 0 0 0; } .love-story h3 { font-size: 22px; } .about-left img{ width:100%; } .about-right { width: 50%; } .button { background: url("../images/5.png") no-repeat 0px 0px; min-height: 35px; position: absolute; width: 30%; background-size: 100%; } .bottom-header p:nth-child(2) { font-size: 16px; } .bottom-left { width: 59.3%; background: url("../images/red.png") no-repeat 0px 0px; background-size: 100%; } .button p { font-size: 19px; } .col-md-6.adam img { width: 100%; } .col-md-6.silvi img { width: 100%; } .adam-silvi { margin-top: 36px; padding-bottom: 6px; } .adam h2, .silvi h2 { margin: 9px 0 2px 0; } .adam p, .silvi p { font-size: 16px; width: 90%; } .bottom-right h2 { margin: 25px 0 18px 0; font-size: 25px; } .wishes-left p { font-size: 16px; } .wishes-left { width: 65%; } .wishes-left p:nth-child(2) { margin-top: 4px; } .bottom-left { min-height: 588px; } .social-icons { margin-top: 20px; } .banner-bottom { min-height: 660px; } .bottom-left { min-height: 525px; } .copy-right p { font-size: 16px; margin: 0 0 0 85px; } .love-story h3 { margin: 18px 0 3px 0; } .banner-bottom.abt-cnt { min-height: 617px; } .love-story img { height: 240px; } .wedding h2, .our-wedding h2 { font-size: 25px; } .about-right h3 { font-size: 22px; } .wedding { margin: 25px 0 0 0; } .wedding-grids, .our-grids { margin-top: 25px; } .wed-right h3 { font-size: 22px; } .wed-right p { font-size: 16px; overflow: hidden; height: 86px; } .wed-left p { font-size: 16px; padding: 7px; } .wed-left { width: 13%; } .wedding-gridsa { padding: 25px 0 40px 0; } .our-wedding { margin: 25px 0 35px 0; } .our-grid h3 { margin: 15px 0; font-size: 22px; } .our-grid p { font-size: 16px; } .error-head h2 { font-size: 22px; } .error { margin-top: 25px; } .error h1 { font-size: 14em; } .error-head a { font-size: 16px; margin-top: 123px; } .banner-bottom.wish { min-height: 411px; } .contact-map h2, .contact-form h2, .contact-info h2 { font-size: 25px; margin: 25px 0; } .contact-info h3 { font-size: 22px; } .contact-info p { font-size: 16px; } .contact-form textarea { font-size: 16px; } .contact-form input[type=submit] { padding: 11px 35px; font-size: 16px; } .contact-form input[type="text"] { font-size: 16px; } .map-image { height: 320px; } .map-image iframe { height: 320px; } .about-copy p{ font-size:16px; } .contact-info p a { font-size: 16px; } .error { min-height: 496px; } } @media(max-width:768px){ .article-left { width: 67%; } .love-story h3 { font-size: 19px; } .article-right { width: 33%; } .callbacks_tabs a:after { height: 12px; width: 12px; } .article-right img { width: 101.5%; } .rslides img { width: 100%; } .slider { min-height: 225px; background-size: 100% !important; } .slid-img { padding: 15px 0; } .navigation ul li a { margin: 7px 12px; } .slider-image { padding: 15px 0; } .logo-wrap { width: 82%; } .navigation ul { padding: 12px 0 0 0; } .logo-img { width: 35%; padding: 24px 0 0 0; } .navigation { background: url("../images/nav.png") no-repeat 16px 0px; background-size: 92.4%; } .logo { min-height: 113px !important; background: url("../images/blue.png") no-repeat 0px -3px; background-size: 100%; } .bottom-wrap { width: 84.2%; } .bottom-left { width: 62.4%; } .bottom-header { padding: 16px 0 29px 0; } .bottom-header p:nth-child(2) { margin: 8px auto 0 auto; overflow: hidden; height: 44px; } .button { min-height: 32px; width: 33%; } .button p{ padding-top: 1px; } .col-md-6.adam { float: left; width: 50%; } .col-md-6.silvi { float: right; width: 50%; } .adam-silvi { padding-bottom: 11px; } .adam p, .silvi p { overflow: hidden; height: 24px; } .social-icons { margin-top: 9px; } .bottom-right h2 { margin: 16px 0 10px 0; } .wishes-grid { padding: 14px 0; } .wishes-left p:nth-child(1){ overflow: hidden; height: 45px; } .bottom-left { min-height: 412px; } .copy-right p { margin: 0; text-align:center; } .banner-bottom { min-height: 500px; } .about { padding: 16px 0; } .about-left { width: 44%; float: left; } .love-story { width: 47%; } .love-story img { height: 225px; } .about-right { width: 53%; } .about-right h3 { font-size: 19px; } .about-right p { margin: 5px 0 0 0; overflow: hidden; height: 63px; } .banner-bottom.abt-cnt { min-height: 583px; } .wedding { margin: 16px 0 0 0; } .wedding-grids, .our-grids { margin-top: 20px; } .col-md-4.wedding-grid { float: left; width: 33.3%; } .wed-right h3 { font-size: 19px; } .wed-right { float: right; width: 80%; } .wed-left { width: 15%; } .wed-left p { padding: 4px; } .wed-right p { overflow: hidden; height: 60px; } .our-wedding { margin: 16px 0 22px 0; } .our-grid h3 { margin: 11px 0; font-size: 19px; } .our-grid p { overflow: hidden; height: 87px; } .col-md-4.our-grid { float: left; width: 33.3%; } .banner-bottom.wish { min-height: 494px; } .error-head h2 { font-size: 19px; } .error h1 { font-size: 15em; } .contact-map h2, .contact-form h2, .contact-info h2 { margin: 16px 0; } .map-image iframe { height: 270px; } .map-image { height: 270px; } .contact-info h3 { font-size: 19px; } .contact-form input[type="text"] { padding: 8px 10px; } .contact-form textarea { height: 135px; } .contact-info p:nth-child(3) { overflow: hidden; height: 87px; } .navigation ul li a { font-size: 15px; } .bottom-header p:nth-child(2) { font-size: 15px; } .wishes-left p { font-size: 15px; } .adam p, .silvi p { font-size: 15px; } .copy-right p { font-size: 15px; } .about-right p { font-size: 15px; } .love-story p { font-size: 15px; } .about-copy p { font-size: 15px; } .banner-bottom.abt-cnt { min-height: 562px; } .wed-right p { font-size: 15px; } .our-grid p { font-size: 15px; } .contact-info p { font-size: 15px; } .contact-form input[type="text"] { font-size: 15px; } .contact-info ul li { font-size: 15px; } .contact-info p a { font-size: 15px; } .contact-form textarea { font-size: 15px; } .error-head a { margin-top: 108px; } .error { min-height: 480px; } } @media(max-width:640px){ .banner { min-height: 337px; } .article-left { width: 67%; } .article-right { width: 33%; } span.menu { display: block; cursor: pointer; width: 100%; position: relative; text-align:center; padding: 10px 0 0 0; font-size: 20px; color: #ffffff; } ul.nav1{ display:none; background:#074395; } .navigation ul.nav1 li { display: inline-block; text-align: center; margin: 0; width: 100%; padding: 0px 0; } .navigation ul { position: absolute; padding: 0; margin: 0; top: 38.7%; left: 8.5%; width: 51.6%; z-index: 9999; } .logo-img { width: 40%; padding: 18px 0 0 0; } .logo { min-height: 97px !important; } .navigation { min-height: 41px; background: url("../images/nav.png") no-repeat 16px 0px !important; background-size: 91.3% !important; } .slider-image { padding: 15px 0; width: 86%; } .slid-img { padding: 15px 0; width: 86%; } span.menu img { width: 8%; } .logo-wrap { width: 81%; } .slider { min-height: 180px; } .callbacks_tabs { left: 40%; top: 88%; } .bottom-wrap { width: 82.9%; } .bottom-left { width: 62.3%; } .bottom-header { padding: 10px 0 18px 0; } .bottom-header h1 { font-size: 22px; } .bottom-right h2 { margin: 10px 0 10px 0; font-size: 22px; } .button p { font-size: 14px; } .button { min-height: 27px; left: 34%; } .adam-silvi { margin-top: 25px; } .adam h2, .silvi h2 { margin: 9px 0 2px 0; font-size: 22px; } .adam p, .silvi p { overflow: hidden; height: 20px; font-size: 14px; } .bottom-header p:nth-child(2) { font-size: 14px; } .social-icons { margin-top: 4px; } .wishes-left p { font-size: 14px; } .wishes-grid { padding: 7px 0; } .wishes-left p:nth-child(2) { margin-top: 0px; } .about-copy p{ font-size:14px; } .copy-right p { font-size: 14px; text-align: center; } .bottom-left { min-height: 346px; } .banner-bottom { min-height: 470px; } .love-story h2 { font-size: 22px; } .about-adam h2, .about-silvi h2 { font-size: 22px; } .about-right h3 { font-size: 16px; } .about-right p { font-size: 14px; } .love-story p { font-size: 14px; overflow: hidden; height: 42px; } .love-story h3 { font-size: 16px; } .love-story img { height: 183px; } .love-story { width: 46%; } .about-right p { overflow: hidden; height: 38px; } .about-adam { padding-bottom: 30px; } .banner-bottom.abt-cnt { min-height: 490px; } .wedding h2, .our-wedding h2 { font-size: 22px; } .wed-right h3 { font-size: 16px; } .wed-right p { font-size: 14px; margin: 3px 0 0 0; } .wed-left p { font-size: 14px; } .wed-left { width: 17%; } .wedding-gridsa { padding: 16px 0 25px 0; } .our-grid h3 { margin: 8px 0; font-size: 16px; } .our-grid p { font-size: 14px; } .our-grid p { overflow: hidden; height: 80px; } .banner-bottom.wish { min-height: 371px; } .error h1 { font-size: 12em; } .error-head h2 { font-size: 16px; } .error-head a { font-size: 14px; padding: 7px 13px; } .navigation ul li a { font-size: 14px; margin: 8px 12px; } .contact-map h2, .contact-form h2, .contact-info h2 { font-size: 22px; } .map-image iframe { height: 245px; } .map-image { height: 245px; } .contact-form input[type="text"] { font-size: 14px; margin: 0 0px 14px 0; } .contact-info h3 { font-size: 16px; } .contact-info p { font-size: 14px; } .contact-info p:nth-child(3) { overflow: hidden; height: 76px; } .contact-info ul li { font-size: 14px; } .contact-info p a { font-size: 14px; } .contact-form input[type=submit] { padding: 8px 25px; font-size: 14px; } .contact-form textarea { font-size: 14px; padding: 8px; height: 120px; margin-bottom: 14px; } .error { min-height: 422px; } } @media(max-width:480px){ .logo { background-size: 100% !important; background: url("../images/blue.png") no-repeat 0px 0px; min-height: 77px !important; } .navigation { min-height: 30px !important; background: url("../images/nav.png") no-repeat 12px 0px !important; background-size: 91.3% !important; } .callbacks_tabs a:after { height: 9px; width: 9px; } span.menu { padding: 5px 0 0 0; font-size: 18px; } .slider { min-height: 125px; } .callbacks_tabs { left: 40%; top: 86%; } .slider-image { padding: 7px 0; } .slid-img { padding: 7px 0; } .banner { min-height: 280px; } .bottom-wrap { width: 81.5%; } .bottom-header { padding: 3px 0 7px 0; } .bottom-header h1 { font-size: 20px; } .bottom-header p:nth-child(2) { margin: 2px auto 0 auto; overflow: hidden; height: 23px; } .adam h2, .silvi h2 { margin: 4px 0 2px 0; font-size: 20px; } .button { width: 40%; left: 30%; } .social-icons ul li a.fb { background: url("../images/20.png") no-repeat 3px -3px; width: 28px; height: 28px; background-size: 229% !important; } .social-icons ul li a.twit { background: url("../images/20.png") no-repeat 3px -39px; width: 28px; height: 28px; background-size: 229% !important; } .social-icons ul li a.linkin { background: url("../images/20.png") no-repeat 3px -74px; width: 28px; height: 28px; background-size: 229% !important; } .social-icons ul li a.fb:hover { background: url("../images/20.png") no-repeat -35px -3px; } .social-icons ul li a.twit:hover { background: url("../images/20.png") no-repeat -35px -39px; } .social-icons ul li a.linkin:hover { background: url("../images/20.png") no-repeat -36px -74px; } .bottom-right h2 { margin: 3px 0 3px 0; font-size: 20px; } .wishes-left p:nth-child(1) { overflow: hidden; height: 23px; } .wishes-left { width: 74%; } .bottom-left { min-height: 245px; } .banner-bottom { min-height: 318px; } .navigation ul { top: 32%; left: 9.5%; width: 50.6%; z-index: 9999; } .copy-right p { margin: 0 0 0 0px; } .navigation ul { top: 32%; left: 9.3%; width: 50.7%; } .about { padding: 12px 0; } .love-story h2 { font-size: 20px; } .navigation ul li a { font-size: 14px; margin: 3px 12px; } .about-adam h2, .about-silvi h2 { font-size: 20px; } .love-story img { height: 135px; } .about-right h3 { overflow: hidden; height: 13px; } .about-right p { overflow: hidden; height: 23px; } .about-adam { padding-bottom: 20px; } .about-silvi { padding-top: 20px; } .love-story p { font-size: 14px; overflow: hidden; height: 13px; } .banner-bottom.abt-cnt { min-height: 373px; } .wed-right h3 { overflow: hidden; height: 15px; } .wed-left { width: 20%; } .wed-right { float: right; width: 70%; } .wed-left p { padding: 2px; } .wedding h2, .our-wedding h2 { font-size: 20px; } .wedding { margin: 12px 0 0 0; } .wed-right p { overflow: hidden; height: 53px; } .our-wedding { margin: 12px 0 22px 0; } .our-grid p { overflow: hidden; height: 58px; } .error h1 { font-size: 10em; } .banner-bottom.wish { min-height: 338px; } .contact-map h2, .contact-form h2, .contact-info h2 { font-size: 20px; margin: 12px 0; } .map-image iframe { height: 200px; } .map-image { height: 200px; } .contact-info h3:nth-child(2) { overflow: hidden; height: 32px; } .contact-info p { margin: 10px 0; } .contact-form textarea { height: 95px; } .error { min-height: 378px; } .error-head a { margin-top: 103px; } } @media(max-width:320px){ .article-right img { display: none; } .article-left { width: 100%; } .navigation { min-height: 28px !important; background: url("../images/nav.png") no-repeat 11px 0px !important; background-size: 91.3% !important; } .slider-image { padding: 13px 0; } .slid-img { padding: 13px 0; } .slider { min-height: 133px; } .bottom-wrap { width: 72.9%; } .bottom-left { width: 100%; } .bottom-right { width: 100%; } .bottom-right h2 { margin: 3px 0 8px 0; } .adam-silvi { padding-bottom: 0px; } .social-icons { margin-top: 2px; } .wishes-left p:nth-child(1) { overflow: hidden; height: 41px; } .copy-right { padding: 20px 0; } .button { min-height: 23px; width: 43%; } .navigation ul { top: 30.9%; left: 13.5%; width: 73%; z-index: 9999; } .love-story { width: 100%; } .about-info { width: 100%; } .about-adam { padding: 20px 0; } .about-right p { overflow: hidden; height: 36px; } .love-story img { height: 154px; } .love-story h2 { margin: 0px 0 11px 0; } .love-story p { overflow: hidden; height: 40px; } .about-adam h2, .about-silvi h2 { margin: 0 0 11px 0; } .about-copy { padding: 15px 0; } .wedding-grids, .our-grids { margin-top: 11px; } .col-md-4.wedding-grid { float: left; width: 100%; margin-bottom: 20px; } .wed-right p { overflow: hidden; height: 57px; } .wed-left { width: 15%; } .wed-left p { padding: 8px; } .wed-right { float: right; width: 78%; } .wedding-gridsa { padding: 0; } .col-md-4.our-grid { float: left; width: 100%; } .col-md-4.our-grid { float: left; width: 100%; padding-bottom: 20px; } .col-md-4.our-grid:nth-child(3) { padding-bottom: 0; } .our-grid p { overflow: hidden; height: 56px; } .our-wedding { margin: 12px 0 0px 0; } .copy-right p,.about-copy p { margin: 0 auto; width: 79%; } .error h1 { font-size: 8em; } .error-head a { margin-top: 68px; } .error { margin-top: 0px; } .banner-bottom.wish { min-height: 268px; } .contact-form { float: left; width: 100%; } .contact-info { float: right; width: 100%; } .contact-form textarea { height: 120px; } span.menu { padding: 6px 0 0 0; font-size: 16px; } .error { min-height: 300px; } }
0.281801
0.052352
body { text-align: center; } .top-container { background-image: linear-gradient(15.9deg, rgba(240, 30, 30, 0.50) 40.2%, rgba(10, 13, 13, 0.30) 60.3%), url("../images/background.jpg"); height: 800px; background-size: 2000px 1100px; } /* navigation section */ .topnav { padding: 50px; } .topnav-right { float: right; margin: 0 17%; } .topnav-right a:hover { color: #61c0bf; ; } a { text-decoration: none; padding: 5px 15px; color: #ffff; font-family: 'Ubuntu', sans-serif; font-size: 1.5rem; } .top-container h1 { font-family: 'Great Vibes', cursive; font-size: 150px; margin-left: 80px; color: #61c0bf; display: block; margin-bottom: -1% } .top-container p { font-family: 'Montserrat', sans-serif; font-size: 2rem; margin: 1% 300px -70px; text-align: center; color: #61c0bf; display: block; margin-left: 20%; } .middle-container img { margin-left: auto; margin-right: auto; display: block; margin-top: 5%; width: 8%; } .middle-container h2 { text-align: center; padding: 1em 0; color: #61c0bf; } .middle-container p { text-align: center; display: block; font-size: 1.2em; height: 90px; width: 460px; margin-left: 38%; margin-bottom: 5%; font-family: 'Montserrat', sans-serif; color: #545454; } hr { border: dotted #eaf6f6 6px; margin: 50px auto; border-bottom: none; width: 4%; } .skills h2 { color: #1e836c; text-align: center; font-size: 2.8em; margin-bottom: 0; } .skill-row img { margin-left: 33%; margin-top: 0; } .skill-row h3 { float: right; margin-top: -8%; margin-right: 46%; font-size: 1.5em; color: #45b29a; } .skill-row p { margin-left: 41%; font-size: 1.2em; text-align: center; margin-top: -5%; padding-left: 0 15%; font-family: 'Montserrat', sans-serif; } .skillrow img-1 { float: right; position: relative; width: 100%; } .contact-me{ display: inline-block; text-align: center; } .contact-me h2 { color: #1e836c; font-size: 3.8em; margin-top: 0; } .contact-me h3 { font-size: 1.5em; color: #45b29a; display: block; } .contact-message { font-family: 'Montserrat', sans-serif; font-size: 1.2em; margin-left: 0; display: inline-block; padding: 10px 20px; width: 30%; color: #545454; } .btn { background: #11cdd4; margin-top: 20px; margin-bottom: 20px; margin-right: 50px; } .btn:hover { background: #30e3cb; } .footer-link{ color: #11999E; font-family: 'Montserrat', sans-serif; margin: 10px 20px; text-decoration: none; } .bottom-container{ padding: 50px 0 20px; background-color: #66bfbf; } .copyright{ color: #ffff; }
css/styles.css
body { text-align: center; } .top-container { background-image: linear-gradient(15.9deg, rgba(240, 30, 30, 0.50) 40.2%, rgba(10, 13, 13, 0.30) 60.3%), url("../images/background.jpg"); height: 800px; background-size: 2000px 1100px; } /* navigation section */ .topnav { padding: 50px; } .topnav-right { float: right; margin: 0 17%; } .topnav-right a:hover { color: #61c0bf; ; } a { text-decoration: none; padding: 5px 15px; color: #ffff; font-family: 'Ubuntu', sans-serif; font-size: 1.5rem; } .top-container h1 { font-family: 'Great Vibes', cursive; font-size: 150px; margin-left: 80px; color: #61c0bf; display: block; margin-bottom: -1% } .top-container p { font-family: 'Montserrat', sans-serif; font-size: 2rem; margin: 1% 300px -70px; text-align: center; color: #61c0bf; display: block; margin-left: 20%; } .middle-container img { margin-left: auto; margin-right: auto; display: block; margin-top: 5%; width: 8%; } .middle-container h2 { text-align: center; padding: 1em 0; color: #61c0bf; } .middle-container p { text-align: center; display: block; font-size: 1.2em; height: 90px; width: 460px; margin-left: 38%; margin-bottom: 5%; font-family: 'Montserrat', sans-serif; color: #545454; } hr { border: dotted #eaf6f6 6px; margin: 50px auto; border-bottom: none; width: 4%; } .skills h2 { color: #1e836c; text-align: center; font-size: 2.8em; margin-bottom: 0; } .skill-row img { margin-left: 33%; margin-top: 0; } .skill-row h3 { float: right; margin-top: -8%; margin-right: 46%; font-size: 1.5em; color: #45b29a; } .skill-row p { margin-left: 41%; font-size: 1.2em; text-align: center; margin-top: -5%; padding-left: 0 15%; font-family: 'Montserrat', sans-serif; } .skillrow img-1 { float: right; position: relative; width: 100%; } .contact-me{ display: inline-block; text-align: center; } .contact-me h2 { color: #1e836c; font-size: 3.8em; margin-top: 0; } .contact-me h3 { font-size: 1.5em; color: #45b29a; display: block; } .contact-message { font-family: 'Montserrat', sans-serif; font-size: 1.2em; margin-left: 0; display: inline-block; padding: 10px 20px; width: 30%; color: #545454; } .btn { background: #11cdd4; margin-top: 20px; margin-bottom: 20px; margin-right: 50px; } .btn:hover { background: #30e3cb; } .footer-link{ color: #11999E; font-family: 'Montserrat', sans-serif; margin: 10px 20px; text-decoration: none; } .bottom-container{ padding: 50px 0 20px; background-color: #66bfbf; } .copyright{ color: #ffff; }
0.415492
0.070945
**************************************************************** **/ body { color:#fff; background-color:#D7D6D6; } #comments span.user-avatar, body.boxed #wrapper, body #wrapper { background-color:#2D2D2D; } section.alternate { background-color:#373737; } .fa-hover a span, #blog h1 a, #blog h2.article-title a, #blog .widget a, #blog .blog-prev-date span.date, .blog-prev-date i.fa, #blog .blog-prev-date span.info, .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .sky-form .toggle, .sky-form .rating, .sky-form, .sky-form .label, .sky-form .radio, .sky-form .checkbox, .btn.btn-default, ul.side-nav a, div.toggle > label, #topNav ul.nav>li:hover a, #topNav ul.nav>li a, p, ul, li, ol li, ul li, cite, blockquote cite, h1, h2, h3, h4, h5, h6 { color:#fff; } #topNav ul.nav>li a { background-color:#2D2D2D; } .well { background-color:#222; border: 1px solid transparent; } input, select { color:#222; } hr { border-bottom:#555 1px solid; border-top:#161616 1px solid; } /* HEADER */ #topBar, #topNav, #topNav ul.nav>li.mega-menu>ul.dropdown-menu>li, #topNav ul.dropdown-menu, #header { color:#fff; background-color:#111111; } #topNav ul.dropdown-menu, #topNav ul.dropdown-menu>li:hover > ul.dropdown-menu, #topNav ul.nav>li.mega-menu>ul.dropdown-menu>li { border:rgba(255,255,255,0.1) 1px solid; } #topNav { border-top:rgba(255,255,255,0.1) 1px solid; border-bottom:rgba(255,255,255,0.1) 1px solid; } #topNav ul.nav>li.mega-menu div div, #topNav ul.nav>li { border-left:rgba(255,255,255,0.1) 1px solid; } #topNav ul.nav>li:last-child { border-right:rgba(255,255,255,0.1) 1px solid; } #topNav ul.dropdown-menu li.divider { background: transparent; border-bottom:rgba(255,255,255,0.3) 1px solid; } #topNav form.search input { color:#fff; background-color:#2D2D2D; border-color:#333; } #topNav ul.nav>li.mega-menu>ul.dropdown-menu>li, #topNav ul.dropdown-menu, #topNav ul.nav>li.mega-menu div div, #topNav .nav-pills>li.active>a, #topNav .nav-pills>li.active>a:hover, #topNav .nav-pills>li.active>a:focus { color:#fff; background-color:#2D2D2D; border:0; } @media only screen and (max-width: 768px) { #topBar, #topNav, #topNav ul.nav>li, #topNav ul.dropdown-menu, #topNav .nav-pills>li>a, #topNav .nav-pills>li>a:hover, #topNav .nav-pills>li>a:focus { color:#fff; background-color:#2D2D2D; border:0; } } /* SHORTCODES */ .divider { border-top:#666 1px solid; border-bottom:#666 1px solid; } .divider i.fa { color:#666; background-color:#2D2D2D; } div.tabs ul.nav-tabs li.active a, h4.panel-title a { color:#fff; } .panel-default > .panel-heading { background-color:#2D2D2D; } .panel-light { border: rgba(0,0,0,0.3) 1px solid; } .panel-light>.panel-heading { border-bottom: rgba(0,0,0,0.3) 1px solid; } div.tabs ul.nav-tabs li a { background-color:#444444; border: 1px solid #272727; border-bottom:0; color:#fff; } .nav-tabs { border-bottom: 1px solid #272727; } .countTo .boxed { border:rgba(255,255,255,0.2) 1px solid; } /* sky forms */ .sky-form header { color:#fff; background: #272727; } .sky-form.boxed { color:#fff; border: #272727 1px solid; } .sky-form footer { border-top: #272727 1px solid; } .progress { background-color: #272727; } /* testimonials */ .testimonial cite { color:#222; } .testimonial.white p, .testimonial.white cite { background-color:#eee; } /* MISC */ .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color:#222; border-top: 1px solid #666; border-bottom: 1px solid #666; } .table>thead>tr>th { border-bottom: 1px solid #666; } .btn.btn-default { border:rgba(255,255,255,0.5) 1px solid; } /* Shortcodes Icons */ .linecon .icon, .bs-glyphicons li { border:#2D2D2D 1px solid; background: rgba(0,0,0,0.1); } .linecon .icon:hover, .bs-glyphicons li:hover { background: rgba(255,255,255,0.1); } .iconExamples .example .class { color:#fff; } .iconExamples .example:hover { background: rgba(255,255,255,0.1); } .item-box, div.price-table { background: rgba(0,0,0,0.1); } blockquote { border-left:rgba(255,255,255,0.1) 5px solid; } .bs-callout h1, .bs-callout h2, .bs-callout h3, .bs-callout p { color:#333; } .thumbnail { background-color:rgba(0,0,0,0.1); border:rgba(255,255,255,0.1) 1px solid; } .box-content.thumbnail p { border-bottom:rgba(255,255,255,0.1) 1px solid; } .timeline-center:after, .timeline-left:after { background-color:#666; } .timeline .timeline-left .item:before { border: #666 5px solid; } section.alternate .item-box { background-color:#666; } .owl-carousel.featured .owl-featured-detail>a.featured-title { color:#ccc; } /* Featured Item */ .owl-carousel.featured .owl-featured-item { background-color: #444; } .owl-carousel.featured .owl-featured-item:hover { background-color: #555; } .owl-carousel.featured .owl-featured-detail:after { border-bottom: 10px solid #444; } .owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after { border-bottom: 10px solid #555; } /** BLOG **/ #blog .prev-article { border-bottom:rgba(255,255,255,0.1) 1px solid; } #blog .blog-prev-date span.info { border-top:rgba(255,255,255,0.1) 1px solid; } #blog .widget a.tag { background-color:rgba(0,0,0,0.1); } /** SHOP **/ .shop-item-list:hover { border: rgba(255,255,255,0.1) 1px solid; } /** DATEPICKER **/ .daterangepicker .calendar-date { background:#333; } .daterangepicker { background:#333; } .daterangepicker td.available:hover, .daterangepicker th.available:hover { color:#333; } .daterangepicker td.in-range { color:#fff; background-color:#262626; } .daterangepicker td.active, .daterangepicker td.active:hover { color:#333; } .daterangepicker .calendar-date { border:0; border-left:#222 1px solid; -moz-border-radius:0; border-radius:0; } /** SKY FORM **/ .sky-form .note { color:rgba(255,255,255,0.5); } .sky-form.bordered { border:rgba(255,255,255,0.1) 2px solid; } section.page-title, .sky-form.bordered header { background-color: rgba(255,255,255,0.1); border-bottom: rgba(255,255,255,0.03) 1px solid; } .sky-form footer { border-top: rgba(255,255,255,0.03) 1px solid; } .sky-form.boxed { background-color:rgba(0,0,0,0.1); } /** SUMMERNOTE **/ .note-popover .popover .popover-content>.btn-group, .note-toolbar>.btn-group>button { background-color:#222222 !important; } .note-editor .note-statusbar, .note-editor .note-editable { background-color:#222222 !important; } .note-editor .note-toolbar { background-color: rgba(0,0,0,0.3); border-bottom: 1px solid #000; } .dropdown-menu, .dropdown-menu p, .dropdown-menu a, .dropdown-menu>li>a, .dropdown-menu>li>a>h1, .dropdown-menu>li>a>h2, .dropdown-menu>li>a>h3, .dropdown-menu>li>a>h4, .dropdown-menu>li>a>h5, .dropdown-menu>li>a>h6, .note-popover .popover .popover-content .note-para .dropdown-menu i.fa, .note-toolbar .note-para .dropdown-menu i.fa { color:#000; }
public/epona/css/layout-dark.css
**************************************************************** **/ body { color:#fff; background-color:#D7D6D6; } #comments span.user-avatar, body.boxed #wrapper, body #wrapper { background-color:#2D2D2D; } section.alternate { background-color:#373737; } .fa-hover a span, #blog h1 a, #blog h2.article-title a, #blog .widget a, #blog .blog-prev-date span.date, .blog-prev-date i.fa, #blog .blog-prev-date span.info, .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .sky-form .toggle, .sky-form .rating, .sky-form, .sky-form .label, .sky-form .radio, .sky-form .checkbox, .btn.btn-default, ul.side-nav a, div.toggle > label, #topNav ul.nav>li:hover a, #topNav ul.nav>li a, p, ul, li, ol li, ul li, cite, blockquote cite, h1, h2, h3, h4, h5, h6 { color:#fff; } #topNav ul.nav>li a { background-color:#2D2D2D; } .well { background-color:#222; border: 1px solid transparent; } input, select { color:#222; } hr { border-bottom:#555 1px solid; border-top:#161616 1px solid; } /* HEADER */ #topBar, #topNav, #topNav ul.nav>li.mega-menu>ul.dropdown-menu>li, #topNav ul.dropdown-menu, #header { color:#fff; background-color:#111111; } #topNav ul.dropdown-menu, #topNav ul.dropdown-menu>li:hover > ul.dropdown-menu, #topNav ul.nav>li.mega-menu>ul.dropdown-menu>li { border:rgba(255,255,255,0.1) 1px solid; } #topNav { border-top:rgba(255,255,255,0.1) 1px solid; border-bottom:rgba(255,255,255,0.1) 1px solid; } #topNav ul.nav>li.mega-menu div div, #topNav ul.nav>li { border-left:rgba(255,255,255,0.1) 1px solid; } #topNav ul.nav>li:last-child { border-right:rgba(255,255,255,0.1) 1px solid; } #topNav ul.dropdown-menu li.divider { background: transparent; border-bottom:rgba(255,255,255,0.3) 1px solid; } #topNav form.search input { color:#fff; background-color:#2D2D2D; border-color:#333; } #topNav ul.nav>li.mega-menu>ul.dropdown-menu>li, #topNav ul.dropdown-menu, #topNav ul.nav>li.mega-menu div div, #topNav .nav-pills>li.active>a, #topNav .nav-pills>li.active>a:hover, #topNav .nav-pills>li.active>a:focus { color:#fff; background-color:#2D2D2D; border:0; } @media only screen and (max-width: 768px) { #topBar, #topNav, #topNav ul.nav>li, #topNav ul.dropdown-menu, #topNav .nav-pills>li>a, #topNav .nav-pills>li>a:hover, #topNav .nav-pills>li>a:focus { color:#fff; background-color:#2D2D2D; border:0; } } /* SHORTCODES */ .divider { border-top:#666 1px solid; border-bottom:#666 1px solid; } .divider i.fa { color:#666; background-color:#2D2D2D; } div.tabs ul.nav-tabs li.active a, h4.panel-title a { color:#fff; } .panel-default > .panel-heading { background-color:#2D2D2D; } .panel-light { border: rgba(0,0,0,0.3) 1px solid; } .panel-light>.panel-heading { border-bottom: rgba(0,0,0,0.3) 1px solid; } div.tabs ul.nav-tabs li a { background-color:#444444; border: 1px solid #272727; border-bottom:0; color:#fff; } .nav-tabs { border-bottom: 1px solid #272727; } .countTo .boxed { border:rgba(255,255,255,0.2) 1px solid; } /* sky forms */ .sky-form header { color:#fff; background: #272727; } .sky-form.boxed { color:#fff; border: #272727 1px solid; } .sky-form footer { border-top: #272727 1px solid; } .progress { background-color: #272727; } /* testimonials */ .testimonial cite { color:#222; } .testimonial.white p, .testimonial.white cite { background-color:#eee; } /* MISC */ .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color:#222; border-top: 1px solid #666; border-bottom: 1px solid #666; } .table>thead>tr>th { border-bottom: 1px solid #666; } .btn.btn-default { border:rgba(255,255,255,0.5) 1px solid; } /* Shortcodes Icons */ .linecon .icon, .bs-glyphicons li { border:#2D2D2D 1px solid; background: rgba(0,0,0,0.1); } .linecon .icon:hover, .bs-glyphicons li:hover { background: rgba(255,255,255,0.1); } .iconExamples .example .class { color:#fff; } .iconExamples .example:hover { background: rgba(255,255,255,0.1); } .item-box, div.price-table { background: rgba(0,0,0,0.1); } blockquote { border-left:rgba(255,255,255,0.1) 5px solid; } .bs-callout h1, .bs-callout h2, .bs-callout h3, .bs-callout p { color:#333; } .thumbnail { background-color:rgba(0,0,0,0.1); border:rgba(255,255,255,0.1) 1px solid; } .box-content.thumbnail p { border-bottom:rgba(255,255,255,0.1) 1px solid; } .timeline-center:after, .timeline-left:after { background-color:#666; } .timeline .timeline-left .item:before { border: #666 5px solid; } section.alternate .item-box { background-color:#666; } .owl-carousel.featured .owl-featured-detail>a.featured-title { color:#ccc; } /* Featured Item */ .owl-carousel.featured .owl-featured-item { background-color: #444; } .owl-carousel.featured .owl-featured-item:hover { background-color: #555; } .owl-carousel.featured .owl-featured-detail:after { border-bottom: 10px solid #444; } .owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after { border-bottom: 10px solid #555; } /** BLOG **/ #blog .prev-article { border-bottom:rgba(255,255,255,0.1) 1px solid; } #blog .blog-prev-date span.info { border-top:rgba(255,255,255,0.1) 1px solid; } #blog .widget a.tag { background-color:rgba(0,0,0,0.1); } /** SHOP **/ .shop-item-list:hover { border: rgba(255,255,255,0.1) 1px solid; } /** DATEPICKER **/ .daterangepicker .calendar-date { background:#333; } .daterangepicker { background:#333; } .daterangepicker td.available:hover, .daterangepicker th.available:hover { color:#333; } .daterangepicker td.in-range { color:#fff; background-color:#262626; } .daterangepicker td.active, .daterangepicker td.active:hover { color:#333; } .daterangepicker .calendar-date { border:0; border-left:#222 1px solid; -moz-border-radius:0; border-radius:0; } /** SKY FORM **/ .sky-form .note { color:rgba(255,255,255,0.5); } .sky-form.bordered { border:rgba(255,255,255,0.1) 2px solid; } section.page-title, .sky-form.bordered header { background-color: rgba(255,255,255,0.1); border-bottom: rgba(255,255,255,0.03) 1px solid; } .sky-form footer { border-top: rgba(255,255,255,0.03) 1px solid; } .sky-form.boxed { background-color:rgba(0,0,0,0.1); } /** SUMMERNOTE **/ .note-popover .popover .popover-content>.btn-group, .note-toolbar>.btn-group>button { background-color:#222222 !important; } .note-editor .note-statusbar, .note-editor .note-editable { background-color:#222222 !important; } .note-editor .note-toolbar { background-color: rgba(0,0,0,0.3); border-bottom: 1px solid #000; } .dropdown-menu, .dropdown-menu p, .dropdown-menu a, .dropdown-menu>li>a, .dropdown-menu>li>a>h1, .dropdown-menu>li>a>h2, .dropdown-menu>li>a>h3, .dropdown-menu>li>a>h4, .dropdown-menu>li>a>h5, .dropdown-menu>li>a>h6, .note-popover .popover .popover-content .note-para .dropdown-menu i.fa, .note-toolbar .note-para .dropdown-menu i.fa { color:#000; }
0.181626
0.062617
.demo{ padding: 16px 0; background: #fff; } a:hover,a:focus{ text-decoration: none; outline: none; } #accordion .panel{ border: 1px solid #d6d6d6; /*border-radius: 0.5;*/ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); margin: 0 0 16px 0; position: relative; } #accordion .panel:before{ content: ""; width: 2px; height: 100%; background: linear-gradient(to bottom, #688e26 0%,#ff816a 100%); position: absolute; top: 0; left: -2px; } #accordion .panel-heading{ padding: 0; background: #fff; position: relative; } #accordion .panel-title a{ display: block; padding: 10px 30px 10px 10px; font-size: 26px; font-weight: 500; color: #550527; border: none; margin: 0; position: relative; } #accordion .panel-title a:before, #accordion .panel-title a.collapsed:before{ content: "\f068"; font-family: fontawesome; width: 25px; height: 25px; line-height: 25px; border-radius: 50%; font-size: 15px; font-weight: normal; color: #688e26; text-align: center; border: 1px solid #688e26; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); transition: all 0.5s ease 0s; } #accordion .panel-title a.collapsed:before{ content: "\f067"; } #accordion .panel-body{ padding: 0 10px 15px; border: none; font-size: 14px; color: #305275; line-height: 28px; border-top: 1px solid #ededed; } /*侧边更新日期显示块*/ .l-news-side { /*float: left;*/ display: inline-block; width: 100%; padding: 10px 0 0px 0px; box-sizing: border-box; vertical-align: top; } .l-news-side .news-date { font-size: 15px; letter-spacing: 1px; } .l-news-side > p { font-size: 13px; font-style: italic; } /* 页脚 --------------------------------------------*/ .footer { line-height: 0; position: relative; white-space: nowrap; /*padding: 160px 0 0 60px;*/ } .footer .footer-inner { position: static; /*left: 60px;*/ /*bottom: 50px;*/ padding:40px; padding-top: 0px; } /* 页脚声明和人物图书自动生成 ---------------*/ .footer-chara{ text-align: right; line-height: 0; } .footer-chara img.pcv { display: inline !important; width: 100%; } .footer-chara-box { text-align: right; display: none; } .footer-chara-box.on { display: block; } .footer-menu { overflow: hidden; padding: 30px 0; } .footer-menu li { font-size: 13px; line-height: 1; /*letter-spacing: 0.5px;*/ float: left; margin: 0 15px 0 0; } .footer-btn-first a, .footer-menu a { opacity: 1; transition: 0.2s; } .footer-btn-first a:hover, .footer-menu a:hover { opacity: 0.6; transition: 0.2s; } .footer-copyright { color: #82909a; font-size: 13px; line-height: 20px; letter-spacing: 0.5px; }
article/static/css/mobile_news.css
.demo{ padding: 16px 0; background: #fff; } a:hover,a:focus{ text-decoration: none; outline: none; } #accordion .panel{ border: 1px solid #d6d6d6; /*border-radius: 0.5;*/ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); margin: 0 0 16px 0; position: relative; } #accordion .panel:before{ content: ""; width: 2px; height: 100%; background: linear-gradient(to bottom, #688e26 0%,#ff816a 100%); position: absolute; top: 0; left: -2px; } #accordion .panel-heading{ padding: 0; background: #fff; position: relative; } #accordion .panel-title a{ display: block; padding: 10px 30px 10px 10px; font-size: 26px; font-weight: 500; color: #550527; border: none; margin: 0; position: relative; } #accordion .panel-title a:before, #accordion .panel-title a.collapsed:before{ content: "\f068"; font-family: fontawesome; width: 25px; height: 25px; line-height: 25px; border-radius: 50%; font-size: 15px; font-weight: normal; color: #688e26; text-align: center; border: 1px solid #688e26; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); transition: all 0.5s ease 0s; } #accordion .panel-title a.collapsed:before{ content: "\f067"; } #accordion .panel-body{ padding: 0 10px 15px; border: none; font-size: 14px; color: #305275; line-height: 28px; border-top: 1px solid #ededed; } /*侧边更新日期显示块*/ .l-news-side { /*float: left;*/ display: inline-block; width: 100%; padding: 10px 0 0px 0px; box-sizing: border-box; vertical-align: top; } .l-news-side .news-date { font-size: 15px; letter-spacing: 1px; } .l-news-side > p { font-size: 13px; font-style: italic; } /* 页脚 --------------------------------------------*/ .footer { line-height: 0; position: relative; white-space: nowrap; /*padding: 160px 0 0 60px;*/ } .footer .footer-inner { position: static; /*left: 60px;*/ /*bottom: 50px;*/ padding:40px; padding-top: 0px; } /* 页脚声明和人物图书自动生成 ---------------*/ .footer-chara{ text-align: right; line-height: 0; } .footer-chara img.pcv { display: inline !important; width: 100%; } .footer-chara-box { text-align: right; display: none; } .footer-chara-box.on { display: block; } .footer-menu { overflow: hidden; padding: 30px 0; } .footer-menu li { font-size: 13px; line-height: 1; /*letter-spacing: 0.5px;*/ float: left; margin: 0 15px 0 0; } .footer-btn-first a, .footer-menu a { opacity: 1; transition: 0.2s; } .footer-btn-first a:hover, .footer-menu a:hover { opacity: 0.6; transition: 0.2s; } .footer-copyright { color: #82909a; font-size: 13px; line-height: 20px; letter-spacing: 0.5px; }
0.311008
0.090093
width: 100%; font-size:18px !important; border-width: 0 0 0 thin; padding-left: 10px; } .app-post-original { width: 100%; font-size: 13px !important; border-width: 0 0 0 thin; padding-left: 10px; } :host >>> p-accordion .ui-accordion-content-wrapper, :host >>> p-accordion .ui-accordion-content, :host >>> p-accordion .ui-accordion-header * { background: transparent !important; color: #333 !important; border-width: 0 !important; } :host >>> p-accordion .ui-accordion-content{ padding: 0; } :host >>> p-accordion .ui-accordion-header a { padding-left: 0; } :host >>> p-listbox .ui-listbox.ui-widget-content { border: 0; } :host >>> p-listbox .ui-widget-header { display: none; } :host >>> p-listbox .ui-listbox .ui-listbox-list .ui-listbox-item.ui-state-highlight { background-color: transparent; } :host >>> p-listbox .ui-listbox-item.ui-state-highlight .ui-chkbox .ui-chkbox-box.ui-state-active { border-color: #444; background-color: #444; } :host >>> p-listbox .ui-listbox-item.ui-state-highlight .ui-chkbox .ui-chkbox-box.ui-state-active .ui-chkbox-icon:before { color: #ffffff; } :host >>> p-listbox .ui-listbox .ui-listbox-list .ui-listbox-item.ui-state-highlight span { color: #333; } :host >>> p-selectbutton .ui-selectbutton .ui-button.ui-state-active, :host >>> p-selectbutton .ui-selectbutton .ui-button.ui-state-active:hover { background-color: #444; border-color: #444; color: #ffffff; } #app-post-body-readonly { word-break: break-all; font-size: 0.8rem; } :host >>> #app-post-body-readonly h1 { font-size: 1.4rem; font-weight: bold } :host >>> #app-post-body-readonly h2 { font-size: 1.2rem; font-weight: bold } :host >>> #app-post-body-readonly h3 { font-size: 1rem; font-weight: bold } #app-post-body-readonly img, :host >>> #app-post-body-readonly img { width: 50%; display: block; } :host >>> .ql-editor { word-break: break-all; font-size: 0.8rem; } /* :host >>> p-accordion *.ui-accordion-header{ border-bottom-width: 1px !important; } */ /* :host >>> p-accordion .btn-secondary { color: #fff; background-color: #444; border-color: #444; } :host >>> p-accordion .btn-secondary:hover { color: #fff; background-color: #666; border-color: #666; } */ /* :host >>> p-accordion .ui-accordion-toggle-icon { display: none; } */ /* :host >>> p-accordion p-accordionTab.app-tag-panel span.ui-accordion-header-text:before { content: "\f02b"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; margin-left: 4px; } :host >>> p-accordion p-accordionTab.app-blogroll-panel span.ui-accordion-header-text:before { content: "\f1ea"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; margin-left: 4px; } :host >>> p-accordion p-accordionTab.app-youtube-panel span.ui-accordion-header-text:before { content: "\f16a"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; margin-left: 4px; } */
Front/src/app/features/posts/detail-post/detail-post.component.css
width: 100%; font-size:18px !important; border-width: 0 0 0 thin; padding-left: 10px; } .app-post-original { width: 100%; font-size: 13px !important; border-width: 0 0 0 thin; padding-left: 10px; } :host >>> p-accordion .ui-accordion-content-wrapper, :host >>> p-accordion .ui-accordion-content, :host >>> p-accordion .ui-accordion-header * { background: transparent !important; color: #333 !important; border-width: 0 !important; } :host >>> p-accordion .ui-accordion-content{ padding: 0; } :host >>> p-accordion .ui-accordion-header a { padding-left: 0; } :host >>> p-listbox .ui-listbox.ui-widget-content { border: 0; } :host >>> p-listbox .ui-widget-header { display: none; } :host >>> p-listbox .ui-listbox .ui-listbox-list .ui-listbox-item.ui-state-highlight { background-color: transparent; } :host >>> p-listbox .ui-listbox-item.ui-state-highlight .ui-chkbox .ui-chkbox-box.ui-state-active { border-color: #444; background-color: #444; } :host >>> p-listbox .ui-listbox-item.ui-state-highlight .ui-chkbox .ui-chkbox-box.ui-state-active .ui-chkbox-icon:before { color: #ffffff; } :host >>> p-listbox .ui-listbox .ui-listbox-list .ui-listbox-item.ui-state-highlight span { color: #333; } :host >>> p-selectbutton .ui-selectbutton .ui-button.ui-state-active, :host >>> p-selectbutton .ui-selectbutton .ui-button.ui-state-active:hover { background-color: #444; border-color: #444; color: #ffffff; } #app-post-body-readonly { word-break: break-all; font-size: 0.8rem; } :host >>> #app-post-body-readonly h1 { font-size: 1.4rem; font-weight: bold } :host >>> #app-post-body-readonly h2 { font-size: 1.2rem; font-weight: bold } :host >>> #app-post-body-readonly h3 { font-size: 1rem; font-weight: bold } #app-post-body-readonly img, :host >>> #app-post-body-readonly img { width: 50%; display: block; } :host >>> .ql-editor { word-break: break-all; font-size: 0.8rem; } /* :host >>> p-accordion *.ui-accordion-header{ border-bottom-width: 1px !important; } */ /* :host >>> p-accordion .btn-secondary { color: #fff; background-color: #444; border-color: #444; } :host >>> p-accordion .btn-secondary:hover { color: #fff; background-color: #666; border-color: #666; } */ /* :host >>> p-accordion .ui-accordion-toggle-icon { display: none; } */ /* :host >>> p-accordion p-accordionTab.app-tag-panel span.ui-accordion-header-text:before { content: "\f02b"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; margin-left: 4px; } :host >>> p-accordion p-accordionTab.app-blogroll-panel span.ui-accordion-header-text:before { content: "\f1ea"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; margin-left: 4px; } :host >>> p-accordion p-accordionTab.app-youtube-panel span.ui-accordion-header-text:before { content: "\f16a"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; margin-left: 4px; } */
0.370112
0.046921
.vision__title, .branding__title, .produce-title, .movie-features__title, .suppport__title, .contact__title { text-align: center; } .fv { display: flex; } .fv__title { width: 100%; height: 530px; background-image: url(../img/fv-tit-pc.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .fv-title { margin: 0 auto; height: 530px; max-width: 452px; position: relative; } .fv-title__text { font-size: 3.5rem; line-height: 5rem; font-weight: 600; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } .fv-title__border { border-bottom: solid 2px rgb(255, 212, 94); } .fv__img { height: 530px; width: 100%; background-image: url(../img/fv-img-pc.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .vision__heading { color: #fc802d; padding-bottom: 8px; font-weight: 600; text-align: center; } .vision__text { text-align: center; } #branding { background-color: #083f69; } .branding__inner { display: flex; justify-content: space-between; } .branding-contents { display: flex; align-items: center; width: 484px; } .branding-contents:first-child { margin-right: 16px; } .branding-contents:last-child { margin-left: 16px; } .branding-contents__text { margin-left: 16px; } .branding-contents__img { width: 100px; height: 100px; } #branding-text { background-image: url(../img/branding-text2.jpg); background-repeat: no-repeat; background-size: cover; } .branding-text { margin: 0 auto; max-width: 560px; } .produce-contents { display: flex; margin-top: 40px; } .produce__inner :first-child { margin-top: 0; } .produce-contents:nth-child(even) { flex-direction: row-reverse; } .produce-contents__content { max-width: 538px; margin-right: 48px; } .produce-contents__content--reverse { max-width: 538px; margin-left: 48px; } .produce-contents__text { margin-top: 8px; } .produce-contents__img { width: 45%; height: 45%; filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3)); } #movie-features { background-image: url(../img/movie-features.jpg); background-repeat: no-repeat; background-size: cover; } .features:first-child { margin-top: 0; } .features__title { margin-top: 32px; display: flex; align-items: center; } .features__check { margin-right: 8px; } .features__text { margin-top: 8px; } .support__inner { display: flex; justify-content: space-between; } .support-contents { width: 310px; text-align: center; } .support-contents:nth-of-type(2) { margin: 0 24px; } .support-contents__title { margin-top: 24px; } .support-contents__text { margin-top: 16px; font-size: 1.4rem; text-align: left; } .support-contents__img { margin: 0 auto; } #contact { background-color: #f6f6f6; } .contact__text { margin-top: 18px; text-align: center; } .form { display: block; width: 100%; } .form__wrap { overflow: hidden; max-width: 827px; margin: 0px auto 0px auto; padding: 0px 50px 50px; } .optional { margin-left: 14px; background: #72ca61; color: #fff; padding: 4px 8px; border-radius: 3px; font-size: 1.2rem; font-weight: 500; } .required { margin-left: 14px; background: #ff7272; color: #fff; padding: 4px 8px; border-radius: 3px; font-size: 1.2rem; font-weight: 500; } .form__box { border-spacing: 0 40px; margin: 0 auto; text-align: left; } dl { margin: 60px 20px; } dt { margin-bottom: 10px; width: 283px; margin-right: 55px; } dt p { text-align: left; font-weight: 600; } dd { text-align: left; font-size: 1.2rem; font-weight: 300; width: 100%; } label { font-size: 1.3rem; display: block; margin-bottom: 10px; } .form__wrap__contact__inner { display: flex; justify-content: space-between; } .contact_p { text-align: left; font-size: 1.2rem; font-weight: 300; display: inline-block; } .textField { width: 100%; height: 40px; padding: 8px 16px; font-size: 13px; border: solid; border-width: 1px; border-color: #c3c3c3; background: #fff; } .form-text { height: 100px; } #text-area { height: 150px; } .textField { width: 100%; height: 40px; padding: 8px 16px; font-size: 13px; border: solid; border-width: 1px; border-color: #c3c3c3; background: #fff; } .agree__privacy { margin: 5px 10px 10px; } .privacy__text { font-weight: 300; margin: 30px 0 15px 0; } .privacy__content { height: 100px; overflow: scroll; padding: 15px 20px; border: 1px solid #d7dde0; font-weight: 300; margin: 20px; background: #fff; line-height: 1.6; } .privacy__content__text { font-size: 13px; text-align: left; } .privacy { text-align: center; } .pprivacy input { font-size: 12px; } .agree { display: block; width: 300px; margin: 0 auto; } .agree__check { text-align: left; font-size: 14px; font-weight: 300; display: inline-block; } .form__wrap__submit { text-align: center; } .form__wrap__submit input { -webkit-appearance: none; border-radius: 5px; background-color: #0e81c2; color: #fff; border: none; width: 35%; height: 50px; font-size: 16px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: 0.5s; } .form__wrap__submit input:hover { opacity: 0.7; transition: 0.5s; } .form__wrap__submit input:active { box-shadow: 0 2px 5px rgba(0, 0, 0, 0); transition: 0.5s; } @media (max-width: 895px) { .q_a_box { margin: 0 50px !important; } .btn img { max-width: 100%; display: inline-block; margin: 45px auto; } .form-box-wrap { overflow: hidden; max-width: 827px; } .textField { width: 100%; } dt { width: 320px; margin-right: 0; } .privacy__content { height: 123px; margin: 9px; } } @media screen and (max-width: 1000px) { .fv__title { height: 40vw; } .fv-title { height: 40vw; max-width: 40vw; } .fv-title__text { font-size: 3vw; line-height: 4vw; } .fv__img { height: 40vw; } .support-contents__title h3 { font-size: 1rem; } } @media screen and (max-width: 768px) { .branding__inner { display: block; width: 100%; margin: 0 auto; } .branding-contents { align-items: center; max-width: 768px; } .branding-contents:first-child, .branding-contents:last-child { margin: 0 auto; } .branding-contents:last-child { margin-top: 32px; } .branding-text { margin: 0 auto; max-width: 768px; } .produce-contents__content--reverse { max-width: 538px; margin-left: 24px; } .produce-contents { display: block; } .produce__inner :first-child { margin-top: 0; } .produce-contents:nth-child(even) { flex-direction: row-reverse; } .produce-contents__content { max-width: 538px; margin-right: 0px; } .produce-contents__content--reverse { max-width: 538px; margin-left: 0px; } .produce-contents__text { margin-top: 16px; } .produce-contents__img { margin-top: 16px; width: 100%; height: auto; filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3)); } .features:first-child { margin-top: 0; } .features__title { margin-top: 32px; display: flex; align-items: center; } .features__check { margin-right: 8px; } .features__text { margin-top: 8px; } #contact { background-color: #f6f6f6; } .contact__text { margin-top: 18px; } .form__wrap__contact__inner { display: block; } .support__inner { display: block; } .support-contents { margin: 0 auto; width: 100%; } .support-contents:nth-of-type(2) { margin: 32px 0px; } .support-contents__title { margin-top: 24px; } .support-contents__text { margin-top: 16px; width: 90%; margin: 16px auto 0; } } @media screen and (max-width: 560px) { .fv { flex-flow: column; flex-direction: column-reverse; } .fv__title { height: 65vw; } .fv-title { height: 65vw; max-width: 80%; } .fv-title__text { font-size: 6vw; line-height: 9vw; } .fv__img { height: 65vw; } .branding-contents { width: 100%; } .branding-contents__img { width: 70px; height: 70px; } .form__wrap__submit input { width: 80%; } .form__wrap { padding: 0px; } }
webroot/css/teaching.css
.vision__title, .branding__title, .produce-title, .movie-features__title, .suppport__title, .contact__title { text-align: center; } .fv { display: flex; } .fv__title { width: 100%; height: 530px; background-image: url(../img/fv-tit-pc.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .fv-title { margin: 0 auto; height: 530px; max-width: 452px; position: relative; } .fv-title__text { font-size: 3.5rem; line-height: 5rem; font-weight: 600; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } .fv-title__border { border-bottom: solid 2px rgb(255, 212, 94); } .fv__img { height: 530px; width: 100%; background-image: url(../img/fv-img-pc.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .vision__heading { color: #fc802d; padding-bottom: 8px; font-weight: 600; text-align: center; } .vision__text { text-align: center; } #branding { background-color: #083f69; } .branding__inner { display: flex; justify-content: space-between; } .branding-contents { display: flex; align-items: center; width: 484px; } .branding-contents:first-child { margin-right: 16px; } .branding-contents:last-child { margin-left: 16px; } .branding-contents__text { margin-left: 16px; } .branding-contents__img { width: 100px; height: 100px; } #branding-text { background-image: url(../img/branding-text2.jpg); background-repeat: no-repeat; background-size: cover; } .branding-text { margin: 0 auto; max-width: 560px; } .produce-contents { display: flex; margin-top: 40px; } .produce__inner :first-child { margin-top: 0; } .produce-contents:nth-child(even) { flex-direction: row-reverse; } .produce-contents__content { max-width: 538px; margin-right: 48px; } .produce-contents__content--reverse { max-width: 538px; margin-left: 48px; } .produce-contents__text { margin-top: 8px; } .produce-contents__img { width: 45%; height: 45%; filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3)); } #movie-features { background-image: url(../img/movie-features.jpg); background-repeat: no-repeat; background-size: cover; } .features:first-child { margin-top: 0; } .features__title { margin-top: 32px; display: flex; align-items: center; } .features__check { margin-right: 8px; } .features__text { margin-top: 8px; } .support__inner { display: flex; justify-content: space-between; } .support-contents { width: 310px; text-align: center; } .support-contents:nth-of-type(2) { margin: 0 24px; } .support-contents__title { margin-top: 24px; } .support-contents__text { margin-top: 16px; font-size: 1.4rem; text-align: left; } .support-contents__img { margin: 0 auto; } #contact { background-color: #f6f6f6; } .contact__text { margin-top: 18px; text-align: center; } .form { display: block; width: 100%; } .form__wrap { overflow: hidden; max-width: 827px; margin: 0px auto 0px auto; padding: 0px 50px 50px; } .optional { margin-left: 14px; background: #72ca61; color: #fff; padding: 4px 8px; border-radius: 3px; font-size: 1.2rem; font-weight: 500; } .required { margin-left: 14px; background: #ff7272; color: #fff; padding: 4px 8px; border-radius: 3px; font-size: 1.2rem; font-weight: 500; } .form__box { border-spacing: 0 40px; margin: 0 auto; text-align: left; } dl { margin: 60px 20px; } dt { margin-bottom: 10px; width: 283px; margin-right: 55px; } dt p { text-align: left; font-weight: 600; } dd { text-align: left; font-size: 1.2rem; font-weight: 300; width: 100%; } label { font-size: 1.3rem; display: block; margin-bottom: 10px; } .form__wrap__contact__inner { display: flex; justify-content: space-between; } .contact_p { text-align: left; font-size: 1.2rem; font-weight: 300; display: inline-block; } .textField { width: 100%; height: 40px; padding: 8px 16px; font-size: 13px; border: solid; border-width: 1px; border-color: #c3c3c3; background: #fff; } .form-text { height: 100px; } #text-area { height: 150px; } .textField { width: 100%; height: 40px; padding: 8px 16px; font-size: 13px; border: solid; border-width: 1px; border-color: #c3c3c3; background: #fff; } .agree__privacy { margin: 5px 10px 10px; } .privacy__text { font-weight: 300; margin: 30px 0 15px 0; } .privacy__content { height: 100px; overflow: scroll; padding: 15px 20px; border: 1px solid #d7dde0; font-weight: 300; margin: 20px; background: #fff; line-height: 1.6; } .privacy__content__text { font-size: 13px; text-align: left; } .privacy { text-align: center; } .pprivacy input { font-size: 12px; } .agree { display: block; width: 300px; margin: 0 auto; } .agree__check { text-align: left; font-size: 14px; font-weight: 300; display: inline-block; } .form__wrap__submit { text-align: center; } .form__wrap__submit input { -webkit-appearance: none; border-radius: 5px; background-color: #0e81c2; color: #fff; border: none; width: 35%; height: 50px; font-size: 16px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: 0.5s; } .form__wrap__submit input:hover { opacity: 0.7; transition: 0.5s; } .form__wrap__submit input:active { box-shadow: 0 2px 5px rgba(0, 0, 0, 0); transition: 0.5s; } @media (max-width: 895px) { .q_a_box { margin: 0 50px !important; } .btn img { max-width: 100%; display: inline-block; margin: 45px auto; } .form-box-wrap { overflow: hidden; max-width: 827px; } .textField { width: 100%; } dt { width: 320px; margin-right: 0; } .privacy__content { height: 123px; margin: 9px; } } @media screen and (max-width: 1000px) { .fv__title { height: 40vw; } .fv-title { height: 40vw; max-width: 40vw; } .fv-title__text { font-size: 3vw; line-height: 4vw; } .fv__img { height: 40vw; } .support-contents__title h3 { font-size: 1rem; } } @media screen and (max-width: 768px) { .branding__inner { display: block; width: 100%; margin: 0 auto; } .branding-contents { align-items: center; max-width: 768px; } .branding-contents:first-child, .branding-contents:last-child { margin: 0 auto; } .branding-contents:last-child { margin-top: 32px; } .branding-text { margin: 0 auto; max-width: 768px; } .produce-contents__content--reverse { max-width: 538px; margin-left: 24px; } .produce-contents { display: block; } .produce__inner :first-child { margin-top: 0; } .produce-contents:nth-child(even) { flex-direction: row-reverse; } .produce-contents__content { max-width: 538px; margin-right: 0px; } .produce-contents__content--reverse { max-width: 538px; margin-left: 0px; } .produce-contents__text { margin-top: 16px; } .produce-contents__img { margin-top: 16px; width: 100%; height: auto; filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3)); } .features:first-child { margin-top: 0; } .features__title { margin-top: 32px; display: flex; align-items: center; } .features__check { margin-right: 8px; } .features__text { margin-top: 8px; } #contact { background-color: #f6f6f6; } .contact__text { margin-top: 18px; } .form__wrap__contact__inner { display: block; } .support__inner { display: block; } .support-contents { margin: 0 auto; width: 100%; } .support-contents:nth-of-type(2) { margin: 32px 0px; } .support-contents__title { margin-top: 24px; } .support-contents__text { margin-top: 16px; width: 90%; margin: 16px auto 0; } } @media screen and (max-width: 560px) { .fv { flex-flow: column; flex-direction: column-reverse; } .fv__title { height: 65vw; } .fv-title { height: 65vw; max-width: 80%; } .fv-title__text { font-size: 6vw; line-height: 9vw; } .fv__img { height: 65vw; } .branding-contents { width: 100%; } .branding-contents__img { width: 70px; height: 70px; } .form__wrap__submit input { width: 80%; } .form__wrap { padding: 0px; } }
0.551574
0.098252
 @media (max-width: 960px) { .toolbar-fixed { width: 100%; } .layout-width{ padding-left: 0px; } } @media (min-width: 960px){ /* .toolbar-form { background: #E0E0E0 !important; color: #616161 !important; border-radius: 4px 4px 0 0; } */ .toolbar-fixed{ position:fixed; z-index:25; width: calc(100% - 304px); } .layout-width{ padding-left: 304px; } } .top-padding{ padding-top: 100px; } /************ * DOCS MENU ************/ .site-sidenav, .site-sidenav.md-locked-open-add-active, .site-sidenav.md-locked-open { width: 254px; min-width: 254px; max-width: 254px; } .site-sidenav > * { min-width: 218px; } .docs-menu, .docs-menu ul { list-style: none; padding: 0; } .docs-menu li { margin: 0; } .docs-menu > li { border-top: 1px solid rgba(0, 0, 0, 0.12); } .docs-menu .md-button { border-radius: 0; color: inherit; cursor: pointer; display: block; line-height: 40px; margin: 0; max-height: 80px; overflow: hidden; padding: 0px 16px; text-align: left; text-decoration: none; white-space: normal; width: 100%; } .docs-menu button.md-button::-moz-focus-inner { padding: 0; } .docs-menu .md-button.active { color: #03a9f4; } .menu-heading { display: block; line-height: 60px; margin: 0; text-align: left; width: 100%; } .docs-menu li.parentActive, .docs-menu li.parentActive .menu-toggle-list { background-color: #f6f6f6; } .menu-toggle-list { background: #fff; max-height: 1300px; overflow: hidden; position: relative; z-index: 1; -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); -webkit-transition-property: max-height; -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); -moz-transition-property: max-height; transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); transition-property: max-height; } .menu-toggle-list.ng-hide { max-height: 0; } .docs-menu .menu-toggle-list a.md-button { display: block; font-weight: 400; padding: 0 16px 0 32px; text-transform: none; } .md-button-toggle .md-toggle-icon { display: block; margin-left: auto; speak: none; vertical-align: middle; transform: rotate(180deg); -webkit-transform: rotate(180deg); transition: transform 0.3s ease-in-out; -webkit-transition: -webkit-transform 0.3s ease-in-out; } .md-button-toggle .md-toggle-icon.toggled { transform: rotate(0deg); -webkit-transform: rotate(0deg); } /* End Docs Menu */ .menu-nested-list + ul { overflow: hidden; transition:height 0.2s linear; } .menu-nested-list.active-section + ul { transition-delay:0s; } .menu-nested-list i{ transform: rotateZ(0deg); transition: transform 0.3s ease-in; -webkit-transition: -webkit-transform 0.3s ease-in; -moz-transition: -moz-transform 0.3s ease-in; } .menu-nested-list.active-section i { transition-delay:0s; transform: rotateZ(-180deg); transition: transform 0.3s ease-in; -webkit-transition: -webkit-transform 0.3s ease-in; -moz-transition: -moz-transform 0.3s ease-in; } .menu-nested-list i{ position: absolute; top: 23px; right: 16px; } /* .md-subhead { font-size: 1.6rem; font-weight: 400; letter-spacing: 0.01em; } */ md-select .md-select-label { width: 100%; } .icon-menu{ padding-top: 5px; padding-right: 15px; } .menudemoBasicUsage .md-menu-demo { padding: 24px; } .menudemoBasicUsage .menu-demo-container { min-height: 200px; } md-toolbar .md-toolbar-tools .md-button:hover { box-shadow: none; border: none; transform: none; -webkit-transform: none; } .gridListdemoBasicUsage md-grid-list { margin: 8px; } .gridListdemoBasicUsage .gray { background: #f5f5f5; } .gridListdemoBasicUsage .green { background: #b9f6ca; } .gridListdemoBasicUsage .yellow { background: #ffff8d; } .gridListdemoBasicUsage .blue { background: #84ffff; } .gridListdemoBasicUsage .purple { background: #b388ff; } .gridListdemoBasicUsage .red { background: #ff8a80; } .gridListdemoBasicUsage md-grid-tile { transition: all 400ms ease-out 50ms; } .fondo{ background-color:#eee; background-image:linear-gradient(top, #fff 0%, #eee 51%); background-image:-webkit-linear-gradient(top, #fff 0%, #eee 51%); background-image:-ms-linear-gradient(top, #fff 0%, #eee 51%); background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #fff), color-stop(0.51, #eee) ); } #footer{ position: fixed; display: none; bottom: 0; padding: 0 20px 10px 50px; width: 100%; background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #eee), color-stop(0.51, #fff) ); } body { font-size: 20px; font-family: RobotoDraft,Roboto,'Helvetica Neue',sans-serif; text-transform: none; height:100%; } .btn-courner{ bottom: 10px; position: fixed; right: 10px; z-index: 30 !important; } .btn-courner-2{ bottom: 10px; position: fixed; right: 80px; z-index: 30 !important; } .rotate-right { -ms-transform: rotate(90deg) !important; -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg); } label{ font-weight: 400; } [ng-cloak]{ display:none; } md-toolbar:not(.md-menu-toolbar) { color: rgba(255, 255, 255, 1); } a.md-button.md-primary.md-raised, a.md-button.md-primary.md-fab, .md-button.md-primary.md-raised, .md-button.md-primary.md-fab { color: rgba(255, 255, 255, 1); } body, html { height: 100%; color: rgba(0,0,0,.87); background: #fff; position: relative; } md-toolbar:not(.md-menu-toolbar) .md-button { color: rgba(255, 255, 255, 0.87); } .docs-menu .md-button.active { color: #6A1B9A; } a { color: #6A1B9A; text-decoration: none; } a:focus, a:hover { color: #90261F; text-decoration: underline; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #6A1B9A; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 2; color: #fff; cursor: default; background-color: #6A1B9A; border-color: #D0392E; } .k-calendar .k-header .k-state-hover { background-color: #D0392E; } .k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header { background-color: #F44336; } .k-calendar .k-footer .k-nav-today { color: #F44336; }
content/css/main.css
 @media (max-width: 960px) { .toolbar-fixed { width: 100%; } .layout-width{ padding-left: 0px; } } @media (min-width: 960px){ /* .toolbar-form { background: #E0E0E0 !important; color: #616161 !important; border-radius: 4px 4px 0 0; } */ .toolbar-fixed{ position:fixed; z-index:25; width: calc(100% - 304px); } .layout-width{ padding-left: 304px; } } .top-padding{ padding-top: 100px; } /************ * DOCS MENU ************/ .site-sidenav, .site-sidenav.md-locked-open-add-active, .site-sidenav.md-locked-open { width: 254px; min-width: 254px; max-width: 254px; } .site-sidenav > * { min-width: 218px; } .docs-menu, .docs-menu ul { list-style: none; padding: 0; } .docs-menu li { margin: 0; } .docs-menu > li { border-top: 1px solid rgba(0, 0, 0, 0.12); } .docs-menu .md-button { border-radius: 0; color: inherit; cursor: pointer; display: block; line-height: 40px; margin: 0; max-height: 80px; overflow: hidden; padding: 0px 16px; text-align: left; text-decoration: none; white-space: normal; width: 100%; } .docs-menu button.md-button::-moz-focus-inner { padding: 0; } .docs-menu .md-button.active { color: #03a9f4; } .menu-heading { display: block; line-height: 60px; margin: 0; text-align: left; width: 100%; } .docs-menu li.parentActive, .docs-menu li.parentActive .menu-toggle-list { background-color: #f6f6f6; } .menu-toggle-list { background: #fff; max-height: 1300px; overflow: hidden; position: relative; z-index: 1; -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); -webkit-transition-property: max-height; -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); -moz-transition-property: max-height; transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); transition-property: max-height; } .menu-toggle-list.ng-hide { max-height: 0; } .docs-menu .menu-toggle-list a.md-button { display: block; font-weight: 400; padding: 0 16px 0 32px; text-transform: none; } .md-button-toggle .md-toggle-icon { display: block; margin-left: auto; speak: none; vertical-align: middle; transform: rotate(180deg); -webkit-transform: rotate(180deg); transition: transform 0.3s ease-in-out; -webkit-transition: -webkit-transform 0.3s ease-in-out; } .md-button-toggle .md-toggle-icon.toggled { transform: rotate(0deg); -webkit-transform: rotate(0deg); } /* End Docs Menu */ .menu-nested-list + ul { overflow: hidden; transition:height 0.2s linear; } .menu-nested-list.active-section + ul { transition-delay:0s; } .menu-nested-list i{ transform: rotateZ(0deg); transition: transform 0.3s ease-in; -webkit-transition: -webkit-transform 0.3s ease-in; -moz-transition: -moz-transform 0.3s ease-in; } .menu-nested-list.active-section i { transition-delay:0s; transform: rotateZ(-180deg); transition: transform 0.3s ease-in; -webkit-transition: -webkit-transform 0.3s ease-in; -moz-transition: -moz-transform 0.3s ease-in; } .menu-nested-list i{ position: absolute; top: 23px; right: 16px; } /* .md-subhead { font-size: 1.6rem; font-weight: 400; letter-spacing: 0.01em; } */ md-select .md-select-label { width: 100%; } .icon-menu{ padding-top: 5px; padding-right: 15px; } .menudemoBasicUsage .md-menu-demo { padding: 24px; } .menudemoBasicUsage .menu-demo-container { min-height: 200px; } md-toolbar .md-toolbar-tools .md-button:hover { box-shadow: none; border: none; transform: none; -webkit-transform: none; } .gridListdemoBasicUsage md-grid-list { margin: 8px; } .gridListdemoBasicUsage .gray { background: #f5f5f5; } .gridListdemoBasicUsage .green { background: #b9f6ca; } .gridListdemoBasicUsage .yellow { background: #ffff8d; } .gridListdemoBasicUsage .blue { background: #84ffff; } .gridListdemoBasicUsage .purple { background: #b388ff; } .gridListdemoBasicUsage .red { background: #ff8a80; } .gridListdemoBasicUsage md-grid-tile { transition: all 400ms ease-out 50ms; } .fondo{ background-color:#eee; background-image:linear-gradient(top, #fff 0%, #eee 51%); background-image:-webkit-linear-gradient(top, #fff 0%, #eee 51%); background-image:-ms-linear-gradient(top, #fff 0%, #eee 51%); background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #fff), color-stop(0.51, #eee) ); } #footer{ position: fixed; display: none; bottom: 0; padding: 0 20px 10px 50px; width: 100%; background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #eee), color-stop(0.51, #fff) ); } body { font-size: 20px; font-family: RobotoDraft,Roboto,'Helvetica Neue',sans-serif; text-transform: none; height:100%; } .btn-courner{ bottom: 10px; position: fixed; right: 10px; z-index: 30 !important; } .btn-courner-2{ bottom: 10px; position: fixed; right: 80px; z-index: 30 !important; } .rotate-right { -ms-transform: rotate(90deg) !important; -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg); } label{ font-weight: 400; } [ng-cloak]{ display:none; } md-toolbar:not(.md-menu-toolbar) { color: rgba(255, 255, 255, 1); } a.md-button.md-primary.md-raised, a.md-button.md-primary.md-fab, .md-button.md-primary.md-raised, .md-button.md-primary.md-fab { color: rgba(255, 255, 255, 1); } body, html { height: 100%; color: rgba(0,0,0,.87); background: #fff; position: relative; } md-toolbar:not(.md-menu-toolbar) .md-button { color: rgba(255, 255, 255, 0.87); } .docs-menu .md-button.active { color: #6A1B9A; } a { color: #6A1B9A; text-decoration: none; } a:focus, a:hover { color: #90261F; text-decoration: underline; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #6A1B9A; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 2; color: #fff; cursor: default; background-color: #6A1B9A; border-color: #D0392E; } .k-calendar .k-header .k-state-hover { background-color: #D0392E; } .k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header { background-color: #F44336; } .k-calendar .k-footer .k-nav-today { color: #F44336; }
0.378459
0.060391
.container { min-height: 100vh; padding: 0 0.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; } .main { padding: 5rem 0; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { width: 100%; height: 100px; border-top: 1px solid #eaeaea; display: flex; justify-content: center; align-items: center; } .footer a { display: flex; justify-content: center; align-items: center; flex-grow: 1; } .title a { color: #0070f3; text-decoration: none; } .title a:hover, .title a:focus, .title a:active { text-decoration: underline; } .title { margin: 0; line-height: 1.15; font-size: 4rem; } .title, .description { text-align: center; } .description { line-height: 1.5; font-size: 1.5rem; } .code { background: #fafafa; border-radius: 5px; padding: 0.75rem; font-size: 1.1rem; font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; } .grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 800px; margin-top: 3rem; } .card { margin: 1rem; padding: 1.5rem; text-align: left; color: inherit; text-decoration: none; border: 1px solid #eaeaea; border-radius: 10px; transition: color 0.15s ease, border-color 0.15s ease; width: 45%; } .card:hover, .card:focus, .card:active { color: #0070f3; border-color: #0070f3; } .card h2 { margin: 0 0 1rem 0; font-size: 1.5rem; } .card p { margin: 0; font-size: 1.25rem; line-height: 1.5; } .logo { height: 1em; margin-left: 0.5rem; } @media (max-width: 600px) { .grid { width: 100%; flex-direction: column; } } .textbox { text-align: center; padding: 2vw; border: 5px solid #1086e8; border-radius: 8px; margin-top: 12vh; box-shadow: 0px 0px 48px 4px rgba(16, 134, 232, 0.63); transform: translate3d(0); } .box { height: 250px; box-shadow: 0px 0px 48px 4px rgba(16, 134, 232, 0.43); border: 3px solid rgba(48, 81, 224, 0.6); } .boxtext { color: rgb(32, 94, 151); padding: 1rem 0 0 1rem; } .currentcourse { color: rgba(16, 134, 232, 0.73); margin-top: 1rem; } .header { color: #ff00e6; font-family: "Raleway", sans-serif; font-size: 64px; letter-spacing: 10px; animation: text-flicker 3.3s linear infinite; transform: translate3d(0); font-weight: 600; } .formblock { color: #1086e8; margin: 2vh auto; } .lost { font-weight: 800; text-align: center; font-size: 5rem; margin: 3% auto; width: 90%; color: rgb(190, 158, 182); animation: text-flicker 3s linear infinite; transform: translate3d(0); } .input { width: 80%; margin: 10% auto; text-align: center; padding: 30px; font-size: 3rem; background: transparent; color: rgb(223, 49, 179); outline: 0 !important; border-color: rgb(223, 49, 179); } .input::-webkit-inner-spin-button, .input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .input:focus { -webkit-appearance: inner-spin-button; background-color: rgb(223, 49, 179); outline: 0; border-color: rgb(223, 49, 179); color: rgb(248, 150, 224); animation: text-flicker 10.3s linear infinite; } @keyframes text-flicker { 0% { opacity: 0.1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 2% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 8% { opacity: 0.1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 9% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 12% { opacity: 0.1; text-shadow: 0px 0px rgba(242, 22, 22, 1); } 20% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 25% { opacity: 0.3; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 30% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 70% { opacity: 0.7; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 72% { opacity: 0.2; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 77% { opacity: 0.9; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 100% { opacity: 0.9; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } } @keyframes border-flicker { 0% { opacity: 0.1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 2% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 4% { opacity: 0.1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 8% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 70% { opacity: 0.7; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 100% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } }
next/styles/Home.module.css
.container { min-height: 100vh; padding: 0 0.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; } .main { padding: 5rem 0; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { width: 100%; height: 100px; border-top: 1px solid #eaeaea; display: flex; justify-content: center; align-items: center; } .footer a { display: flex; justify-content: center; align-items: center; flex-grow: 1; } .title a { color: #0070f3; text-decoration: none; } .title a:hover, .title a:focus, .title a:active { text-decoration: underline; } .title { margin: 0; line-height: 1.15; font-size: 4rem; } .title, .description { text-align: center; } .description { line-height: 1.5; font-size: 1.5rem; } .code { background: #fafafa; border-radius: 5px; padding: 0.75rem; font-size: 1.1rem; font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; } .grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 800px; margin-top: 3rem; } .card { margin: 1rem; padding: 1.5rem; text-align: left; color: inherit; text-decoration: none; border: 1px solid #eaeaea; border-radius: 10px; transition: color 0.15s ease, border-color 0.15s ease; width: 45%; } .card:hover, .card:focus, .card:active { color: #0070f3; border-color: #0070f3; } .card h2 { margin: 0 0 1rem 0; font-size: 1.5rem; } .card p { margin: 0; font-size: 1.25rem; line-height: 1.5; } .logo { height: 1em; margin-left: 0.5rem; } @media (max-width: 600px) { .grid { width: 100%; flex-direction: column; } } .textbox { text-align: center; padding: 2vw; border: 5px solid #1086e8; border-radius: 8px; margin-top: 12vh; box-shadow: 0px 0px 48px 4px rgba(16, 134, 232, 0.63); transform: translate3d(0); } .box { height: 250px; box-shadow: 0px 0px 48px 4px rgba(16, 134, 232, 0.43); border: 3px solid rgba(48, 81, 224, 0.6); } .boxtext { color: rgb(32, 94, 151); padding: 1rem 0 0 1rem; } .currentcourse { color: rgba(16, 134, 232, 0.73); margin-top: 1rem; } .header { color: #ff00e6; font-family: "Raleway", sans-serif; font-size: 64px; letter-spacing: 10px; animation: text-flicker 3.3s linear infinite; transform: translate3d(0); font-weight: 600; } .formblock { color: #1086e8; margin: 2vh auto; } .lost { font-weight: 800; text-align: center; font-size: 5rem; margin: 3% auto; width: 90%; color: rgb(190, 158, 182); animation: text-flicker 3s linear infinite; transform: translate3d(0); } .input { width: 80%; margin: 10% auto; text-align: center; padding: 30px; font-size: 3rem; background: transparent; color: rgb(223, 49, 179); outline: 0 !important; border-color: rgb(223, 49, 179); } .input::-webkit-inner-spin-button, .input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .input:focus { -webkit-appearance: inner-spin-button; background-color: rgb(223, 49, 179); outline: 0; border-color: rgb(223, 49, 179); color: rgb(248, 150, 224); animation: text-flicker 10.3s linear infinite; } @keyframes text-flicker { 0% { opacity: 0.1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 2% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 8% { opacity: 0.1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 9% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 12% { opacity: 0.1; text-shadow: 0px 0px rgba(242, 22, 22, 1); } 20% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 25% { opacity: 0.3; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 30% { opacity: 1; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 70% { opacity: 0.7; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 72% { opacity: 0.2; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 77% { opacity: 0.9; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } 100% { opacity: 0.9; text-shadow: 0px 0px 29px rgba(242, 22, 22, 1); } } @keyframes border-flicker { 0% { opacity: 0.1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 2% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 4% { opacity: 0.1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 8% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 70% { opacity: 0.7; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } 100% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } }
0.533641
0.102529
display: block; width: 750px; margin: 0 auto; position: relative; } .top_module_wrapper { display: block; width: 750px; margin: 0 auto; position: relative; } .top_module_wrapper .big_img { display: block; width: 100%; height: 370px; background-color: red; } .top_module_wrapper .desc_wrapper { display: block; width: 100%; height: 180px; } .top_module_wrapper .desc_wrapper span { display: block; margin: 0 auto; font-size: 26px; text-align: center; } .top_module_wrapper .desc_wrapper span:first-of-type { margin-top: 20px; } .top_module_wrapper .desc_wrapper span:last-child { margin-bottom: 20px; } .Middle_module_wrapper { display: block; position: relative; width: 90%; margin: 0 auto; border-top: 1px solid grey; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper { display: block; position: relative; width: 100%; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper img { display: block; margin: 0 auto; margin-top: 40px; height: 58px; width: 100px; background-color: red; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper span { display: block; margin-top: 10px; font-size: 22px; height: 22px; text-align: center; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: top; width: 90%; margin: 0 auto; height: 300px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper1 img { width: 130px; height: 226px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper1 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper1 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper2 img { width: 130px; height: 206px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper2 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper2 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper3 img { width: 130px; height: 186px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper3 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper3 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper4 img { width: 130px; height: 166px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper4 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper4 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper { display: block; position: relative; margin: 0 auto; margin-top: 80px; width: 100%; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .left_wrapper, .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper { display: block; box-sizing: border-box; width: 50%; height: 300px; float: left; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .left_wrapper img { display: block; width: 240px; height: 240px; margin: 0 auto; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper img { display: block; width: 58px; height: 58px; margin: 0 auto; background-color: red; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span { display: block; font-size: 22px; text-align: center; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:nth-child(2n+1) { color: #e52e04; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:last-child { color: black; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:nth-child(2), .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:nth-child(4) { margin-top: 20px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper { display: block; position: relative; margin: 0 auto; margin-top: 80px; width: 100%; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .left_wrapper, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .right_wrapper, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_left_wrapper, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_right_wrapper { display: block; position: relative; box-sizing: border-box; width: 50%; height: 300px; float: left; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .left_wrapper img { display: block; width: 100px; height: 70px; margin-top: 50px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .left_wrapper span { display: block; width: 250px; font-size: 22px; margin-left: 55px; margin-top: 10px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .right_wrapper img, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_left_wrapper img { display: block; width: 240px; height: 240px; margin: 0 auto; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_right_wrapper span { display: block; font-size: 34px; color: #e52e04; margin-top: 50px; margin-left: 40px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_right_wrapper span:nth-child(2) { display: block; width: 250px; font-size: 22px; margin-top: 10px; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper { display: block; position: relative; margin: 0 auto; width: 100%; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper { display: block; position: relative; box-sizing: border-box; width: 100%; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper img { display: block; padding-top: 40px; height: 58px; width: 100px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper span { display: block; font-size: 22px; margin-top: 10px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper img:last-child { display: block; height: 160px; width: 560px; margin: 0 auto; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper { display: block; position: relative; margin: 0 auto; margin-top: 60px; width: 100%; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .left_wrapper, .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .right_wrapper { display: block; position: relative; box-sizing: border-box; width: 50%; height: 300px; float: left; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .left_wrapper img { display: block; width: 100px; height: 70px; margin-top: 50px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .left_wrapper span { display: block; width: 250px; font-size: 22px; margin-left: 55px; margin-top: 10px; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .right_wrapper img { display: block; width: 240px; height: 240px; margin: 0 auto; } .bottom_module_wrapper { display: block; position: relative; width: 90%; margin: 0 auto; margin-top: 350px; border-top: 1px solid grey; } .bottom_module_wrapper .middle_module { display: block; position: relative; width: 100%; height: 340px; } .bottom_module_wrapper .middle_module .icon_img { display: block; width: 150px; height: 150px; margin: 0 auto; margin-top: 40px; background-color: red; } .bottom_module_wrapper .middle_module span { display: block; font-size: 30px; color: #e52e04; margin: 0 auto; margin-top: 20px; text-align: center; } .bottom_module_wrapper .middle_module span:last-child { display: block; font-size: 30px; color: black; margin: 0 auto; margin-top: 10px; } .sszz_go_produce { display: block; width: 100%; background-color: #e52e04; color: white; height: 87px; line-height: 87px; border: 0px; text-align: center; }
public/css/ykjz.css
display: block; width: 750px; margin: 0 auto; position: relative; } .top_module_wrapper { display: block; width: 750px; margin: 0 auto; position: relative; } .top_module_wrapper .big_img { display: block; width: 100%; height: 370px; background-color: red; } .top_module_wrapper .desc_wrapper { display: block; width: 100%; height: 180px; } .top_module_wrapper .desc_wrapper span { display: block; margin: 0 auto; font-size: 26px; text-align: center; } .top_module_wrapper .desc_wrapper span:first-of-type { margin-top: 20px; } .top_module_wrapper .desc_wrapper span:last-child { margin-bottom: 20px; } .Middle_module_wrapper { display: block; position: relative; width: 90%; margin: 0 auto; border-top: 1px solid grey; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper { display: block; position: relative; width: 100%; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper img { display: block; margin: 0 auto; margin-top: 40px; height: 58px; width: 100px; background-color: red; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper span { display: block; margin-top: 10px; font-size: 22px; height: 22px; text-align: center; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: top; width: 90%; margin: 0 auto; height: 300px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper1 img { width: 130px; height: 226px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper1 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper1 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper2 img { width: 130px; height: 206px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper2 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper2 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper3 img { width: 130px; height: 186px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper3 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper3 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper4 img { width: 130px; height: 166px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper4 span { display: block; text-align: center; font-size: 22px; margin-top: 20px; } .Middle_module_wrapper .Ykjz_type1_middle_module_wrapper .img_wrapper .little_img_wrapper4 span:last-child { margin-top: 10px; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper { display: block; position: relative; margin: 0 auto; margin-top: 80px; width: 100%; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .left_wrapper, .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper { display: block; box-sizing: border-box; width: 50%; height: 300px; float: left; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .left_wrapper img { display: block; width: 240px; height: 240px; margin: 0 auto; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper img { display: block; width: 58px; height: 58px; margin: 0 auto; background-color: red; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span { display: block; font-size: 22px; text-align: center; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:nth-child(2n+1) { color: #e52e04; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:last-child { color: black; } .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:nth-child(2), .Middle_module_wrapper .Ykjz_type2_middle_module_wrapper .right_wrapper span:nth-child(4) { margin-top: 20px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper { display: block; position: relative; margin: 0 auto; margin-top: 80px; width: 100%; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .left_wrapper, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .right_wrapper, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_left_wrapper, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_right_wrapper { display: block; position: relative; box-sizing: border-box; width: 50%; height: 300px; float: left; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .left_wrapper img { display: block; width: 100px; height: 70px; margin-top: 50px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .left_wrapper span { display: block; width: 250px; font-size: 22px; margin-left: 55px; margin-top: 10px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .right_wrapper img, .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_left_wrapper img { display: block; width: 240px; height: 240px; margin: 0 auto; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_right_wrapper span { display: block; font-size: 34px; color: #e52e04; margin-top: 50px; margin-left: 40px; } .Middle_module_wrapper .Ykjz_type3_middle_module_wrapper .down_right_wrapper span:nth-child(2) { display: block; width: 250px; font-size: 22px; margin-top: 10px; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper { display: block; position: relative; margin: 0 auto; width: 100%; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper { display: block; position: relative; box-sizing: border-box; width: 100%; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper img { display: block; padding-top: 40px; height: 58px; width: 100px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper span { display: block; font-size: 22px; margin-top: 10px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type4_middle_module_wrapper .single_wrapper img:last-child { display: block; height: 160px; width: 560px; margin: 0 auto; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper { display: block; position: relative; margin: 0 auto; margin-top: 60px; width: 100%; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .left_wrapper, .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .right_wrapper { display: block; position: relative; box-sizing: border-box; width: 50%; height: 300px; float: left; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .left_wrapper img { display: block; width: 100px; height: 70px; margin-top: 50px; margin-left: 55px; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .left_wrapper span { display: block; width: 250px; font-size: 22px; margin-left: 55px; margin-top: 10px; } .Middle_module_wrapper .Ykjz_type5_middle_module_wrapper .right_wrapper img { display: block; width: 240px; height: 240px; margin: 0 auto; } .bottom_module_wrapper { display: block; position: relative; width: 90%; margin: 0 auto; margin-top: 350px; border-top: 1px solid grey; } .bottom_module_wrapper .middle_module { display: block; position: relative; width: 100%; height: 340px; } .bottom_module_wrapper .middle_module .icon_img { display: block; width: 150px; height: 150px; margin: 0 auto; margin-top: 40px; background-color: red; } .bottom_module_wrapper .middle_module span { display: block; font-size: 30px; color: #e52e04; margin: 0 auto; margin-top: 20px; text-align: center; } .bottom_module_wrapper .middle_module span:last-child { display: block; font-size: 30px; color: black; margin: 0 auto; margin-top: 10px; } .sszz_go_produce { display: block; width: 100%; background-color: #e52e04; color: white; height: 87px; line-height: 87px; border: 0px; text-align: center; }
0.415847
0.051059
@-moz-document url-prefix("https://www.gog.com") { /* ==UserStyle== @name GOG.com - Dark Theme @namespace https://github.com/pabli24/GOG.com-Dark-Theme @version 0.1.9 @description Dark Theme for GOG.com @author Pabli @license CC-BY-SA-4.0 (https://creativecommons.org/licenses/by-sa/4.0/) @homepageURL https://github.com/pabli24/GOG.com-Dark-Theme @supportURL https://github.com/pabli24/GOG.com-Dark-Theme/issues ==/UserStyle== */ :root { --bg: #1d1d1d; /* #ccc */ --bg2: #222; /* #e1e1e1 */ --bg3: #1e1e1e; /* #d2d2d2 */ --bg-hover: #2d2d2d; /* #e5e5e5 */ --text1: #ccc; /* #212121 */ --text2: #eee; /* #262626 #1a1a1a*/ --text3: #bbb; /* #595959 gray*/ --text4: #aaa; /* #4c4c4c #404040*/ --textw: #fff; /* #000000 */ --textb: #000; /* #ffffff */ --border: rgba(0,0,0,.08); --border2: #242424; --border3: #333; } /* text headers titles */ .big-spots__header, .module-header, .module-header__btn.is-active, .gogmix__title, .product-row__title, .header__title>strong, .news-item { color: var(--text2); } /* top page background */ .big-spots__blurs:before { background: linear-gradient(to right,var(--bg),rgba(0, 0, 0, 0)); } .big-spots__blurs:after { background: linear-gradient(to left,var(--bg),rgba(0, 0, 0, 0)); } .big-spots__blurs > div:after { background: linear-gradient(to top,var(--bg) 15%,rgba(0, 0, 0, .2)); content: ''; position: absolute; width: 100%; height: 100%; } .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, .3)); content: ''; position: absolute; width: 100vw; height: 100vw; } @media (min-width: 801px){ .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1367px) { .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 60%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1681px) { .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 70%,rgba(0, 0, 0, 0.3)); } } /* */ .about-gog { background: #343e48; } .about-gog__header { background-color: #343e48; } .about-gog__header:hover { background-color: rgba(255, 255, 255, 0.05); } .about-gog__header~.about-gog__header { border-color: #29323a; } .about-gog__icon { text-shadow: 0 0 30px hsla(0, 0%, 0%, 0.75); } .footer__dropdown-item { color: var(--text2); } .carousel-pagination.big-arrows .arrow-icon { fill: #fff; } /* price */ .price-btn, .price-text--discount { border: 1px solid var(--border3); } .price-btn, .price-text, .price-text--discount { color: var(--text1); } .price-text--discount { background: #38505c; } .big-spot.is-hovered .price-btn--active, .btn--green, .is-buyable.gogmix:hover .price-btn--active, .product-row.is-buyable:hover .price-btn--active { background: linear-gradient(180deg,#5d7100,#354600); color: var(--textw); } .big-spot.is-hovered .price-btn--active, .is-buyable.gogmix:hover .price-btn--active, .product-row.is-buyable:hover .price-btn--active { border-color: var(--border3); } /* */ .product-row--grid, .list--grid .product-row, .list--rows--no-border .product-row { background: var(--bg2); } .list--grid .is-owned.gogmix, .list--grid .product-row.is-owned, .is-owned.gogmix, .product-row.is-owned { background: var(--bg3); } .product-tile__label--in-library { background: hsla(0, 0%, 10%, 0.7); color: var(--text3); } .product-tile__label--is-wishlisted { background: #845810; } .product-tile__label--is-upcoming { background: #0f3854; } .product-tile__label--in-cart { background: #364800; } .product-tile__content, .product-tile--active .product-tile__content, .catalog__body--slide-desktop .product-tile__content, .catalog__body--slide-desktop .product-tile--active .product-tile__content, .catalog__body--slide-desktop .product-tile__title { background: var(--bg2); } .product-tile--list.product-tile--active .product-tile__title { color: var(--text4); } .product-tile--list.product-tile--active .product-tile__content { background: var(--bg2); } .product-tile--list.product-tile--active { border-bottom: 1px solid var(--border3); } .section-title--with-border { border-bottom: 1px solid var(--border3); } /* discover games */ .tabbed-section__head { border-bottom: 1px solid var(--border3); } .product-tile--list:not(.product-tile--active) { border-bottom: 1px solid var(--border3); } .tabbed-section__tab { color: var(--text3); fill: var(--text3); } .product-tile--list:not(.product-tile--active) .product-tile__title, .product-tile__price-discounted, .product-tile__no-buy-block-slug, .catalog__body--slide-desktop .product-tile__price-discounted, .catalog__body--slide-desktop .product-tile__no-buy-block-slug { color: var(--text4); } .icon-wrapper-icon { filter: invert(1); } .discover-games-more { border: 1px solid var(--border3); } .discover-games-more__text { color: var(--text3); } .discover-games-more__icon { fill: var(--text3); } /* left column */ .news-item__title { color: var(--text1); } .news-item__info { color: var(--text3); } .news-item:hover { background: var(--bg-hover); } /* left right background */ .module { background: var(--bg2); color: var(--text1); box-shadow: 0 1px 5px rgba(0,0,0,.15); } /* right column */ .gogmix, .product-row { border-top: 1px solid var(--border); color: var(--text3); } .product-row--has-action.gogmix:hover, .product-row--has-card.gogmix:hover, .product-row.product-row--has-action:hover, .product-row.product-row--has-card:hover { background: var(--bg-hover); } .module__bottom { border-top: 1px solid #272727; color: var(--textw); background: rgba(255, 255, 255, 0.01); } .module__bottom:not(.no-ho):hover { background: var(--bg-hover); } /* games store */ .sort-by-title { color: var(--text4); } .catalog__body--slide-desktop .product-tile__cover { background: var(--bg3); } .catalog__filters-sorting { border-top: transparent; border-bottom: 1px solid var(--border3); } .filter__item:not(:first-child) { border-top: 1px solid var(--border3); } .catalog__paginator-wrapper { border-top: 1px solid var(--border3); } .paginator-container .arrow-wrapper { background-image: none; background-color: var(--bg3); border: 1px solid var(--border3); } .paginator-container .page-input { border-bottom: 3px solid var(--border3); } .paginator-container .arrow-left, .paginator-container .arrow-right { fill: var(--text3); } :not(.spinner-halloween) .catalog__search:after { background-color: hsla(0, 0%, 5%, 0.8); } /* /promo */ /* .promo-columns-wrapper { background: var(--bg); margin-top: 0; } */ .header__title { margin-top: 15px; color: var(--textw); } .header__countdown { color: var(--textw); } .module__top { color: var(--text2); } .list__products .product-row-price--new { color: var(--text2); } .list-category-header { color: var(--text2); background: #262626; } .list-category-header, .list__products:not(:empty) { border-top: 1px solid var(--border); } .list-search { border: 1px solid var(--border3); color: var(--text3); background: #2c2c2c; } .details { color: var(--text2); } .details-rev__author { color: var(--text4); } .promo-counter { background: #262626; } .promo-counter-left { color: var(--text3); } ._checkbox-container:hover .checkbox--green, .checkbox--green.is-selected, .hidden-input:checked+.checkbox--green, .subscriptions-list__group-header .subscriptions-option--on .checkbox { background: #405200; border-color: #435500; } /* /order */ .order__title--success { color: #8ac500; } .order-article { color: var(--text2); } ._dropdown__items { background: #262626; } ._dropdown__item, ._dropdown__item-unobtrusive, ._fake_dropdown__item { background: #262626; border-color: var(--border); } ._dropdown__pointer-up:after { background: #262626; } ._dropdown__item:hover, ._fake_dropdown__item:hover { background: #2f2f2f; } .order__title { color: var(--textw); } ._search__spinner, ._spinner:after, .btn--gray.is-spinning:after, .module-header2__element:before, .spinner--big, .spinner--big-light, .spinner--small, .spinner--small-light, .top-nav-search>.spinner.show-on-off-canvas { filter: invert(1); } /* /game */ .product-actions { background-color: rgba(39, 39, 39, 0.9); } .product-actions-price__final-amount, .product-actions-price__giveaway, .product-actions-price__base-amount { color: var(--text4); } /* .edition-picker__trigger { background-image: linear-gradient(-180deg,var(--bg),var(--bg2)); border: 1px solid rgba(64,64,64,.5); box-shadow: 0 1px 3px 0 rgba(0,0,0,.13); } */ .productcard-basics__title { color: var(--text2); } .productcard-wrapper:before { content: ""; width: 100%; height: 672px; position: absolute; background: linear-gradient(to top,var(--bg) 15%,rgba(0, 0, 0, .2)); } .productcard-slider__nav-icon { color: rgba(255, 255, 255, 0.2); } .header { color: var(--text2); } .rating, .productcard-rating, .productcard-os-support, .productcard-basics__languages { color: var(--text3) } .productcard-basics__separator { background: var(--text3) } .un--body-alt { background-image: linear-gradient(to right,var(--text2),var(--text2)); } .header__os { border: 1px solid rgba(255, 255, 255, 0.4); border-width: 0 1px; } .title { border-bottom: 1px solid var(--border2); } .languages__row, .table__row, .table-header, .average-body, .goodies__row:last-child .goodies__cell { border-bottom: 1px solid var(--border3); } .goodies__label.is-hovering { border-top: 1px solid var(--border3); } .goodies__cell { border-bottom: 1px solid var(--border3); } .goodies__cell.is-selected { border-left: 1px solid #9f82a0; border-right: 1px solid #9f82a0; background: rgba(255, 255, 255, 0.02); } .goodies__cell.is-hovering { background: rgba(255, 255, 255, 0.02); } .goodies__label.is-selected { border-top: 1px solid #9f82a0; color: #78387b; } .languages { color: var(--text2); } .module__foot { color: var(--text4); } .social-btn, .wishlist-btn { color: var(--text4); background: var(--bg2); box-shadow: 0 1px 5px rgba(0,0,0,.15); } .social-btn.is-wishlisted, .wishlist-btn.is-wishlisted { background: var(--bg2); } .social-btn:hover, .wishlist-btn:hover { background: var(--bg-hover); } .module--buy .module__top, .module--buy-series .module__top, .quote, .user-review, .product-details, .game-features__title, .requirement, .sysreq, .footnotes, .features { color: var(--color2); } .game-features__icon, .goodies__icon--description, .features-item__feature-icon, .languages__icon--more-languages { filter: invert(1); } .languages__icon, .system-requirements-selector__icon { fill: #fff; } .bonus__icon { filter: invert(1); } img[src="https://items.gog.com/separator.jpg"] { filter: invert(1); } .game-features__item { border-top: 1px solid var(--border); } .game-features__item:hover { background: var(--bg-hover); } .list--grid .product-row.product-row--has-action:hover, .list--grid .product-row.product-row--has-card.is-owned:hover, .list--grid .product-row.product-row--has-card:hover { background: var(--bg-hover); } .user-review__author { color: var(--text4); } .reviews-pagination-container { color: var(--text4); } .btn--green:not(.is-spinning):not(.is-disabled):not([disabled]):hover { background: linear-gradient(180deg,#687c00,#5e7d00); } .filters__search>._search__input { color: var(--text3); } .filters__search { border: 1px solid var(--border3); background: #2c2c2c; } .filter { background: var(--bg2); border-color: #1f1f1f; } .filters__search-explained { background: var(--bg); color: var(--text2); } .filter.is-selected, .filter__item.is-selected, .filter__item.is-selected--mixed { color: var(--text2); } .module--filters, .filter__item { color: var(--text3); } .filter-checkbox, .filter-radio, .checkbox, .radio { border: 1px solid #252525; background: #464646; } .filters__dropdowns { background: var(--bg2); } .account ._dropdown__items { color: var(--text2); } .gogmix:first-child > .gogmix__count { background-color: hsla(350, 68%, 30%, 1); } .gogmix:nth-child(2)>.gogmix__count { background-color: hsla(18, 77%, 40%, 1); } .gogmix:nth-child(3)>.gogmix__count { background-color: hsla(25, 77%, 40%, 1); } .gogmix:nth-child(4)>.gogmix__count { background-color: hsla(33, 77%, 40%, 1); } .gogmix:nth-child(5)>.gogmix__count { background-color: hsla(38, 77%, 40%, 1); } .gogmix:nth-child(6)>.gogmix__count { background-color: hsla(44, 73%, 40%, 1); } .gogmix:nth-child(7)>.gogmix__count { background-color: hsla(45, 62%, 40%, 1); } .gogmix__count { background-color: hsla(53, 35%, 40%, 1); } .dlcs .product-tile--list:not(.product-tile--active) .product-tile__title { color: var(--text4); } .dlcs .product-tile--list:not(.product-tile--active) { border-bottom: 1px solid var(--border3); } .skin-selector__current, .skin-selector__dropdown-icon { color: var(--text2); } .product-title__flag { background: #555; } .description .module { background-color: rgba(255, 255, 255, 0.1)!important; } .average-item, average-item, .average-item__textline { color: var(--text4); } .sort-by__title { color: var(--text3); } .filter__title { color: var(--text2); } .filter__item, .option__hr { border-bottom: 1px solid var(--border3); color: var(--text3); } .review__title, .review__profile-name, .review-new__add-button { color: var(--text1); } .review__extra, .review__profile-stats { color: var(--text3); } .review__text, .reviews__info, .review__was-helpful-button { color: var(--text2); } .paginator-container .page-indicator { color: var(--text3); } .review__item--most-helpful { border: 1px solid hsla(0, 0%, 50%, 0.1); background-color: hsla(0, 0%, 50%, 0.1); } .review__top-bar { background-color: hsla(0, 0%, 50%, 0.2); } /* /redeem */ .redeem-header__text { color: var(--text1); } .code-input__input { border: 1px solid var(--border3); color: var(--text2); background: #2d2d2d; } /* /mix */ .bg_holder:before { content: ""; position: absolute; width: 100%; height: 500px; background: linear-gradient(to top,var(--bg) 15%,rgba(0, 0, 0, .2)); } .game { border-bottom: 1px solid var(--border3); } .game p { color: #b5b5b5; } .mix_cont.first { border-top: 1px solid var(--border3); border-bottom: 1px solid var(--border3); } .mix_cont { border-bottom: 1px solid var(--border3); } .mix_cont .dark_un { color: var(--text2); } .mix_cont .count { color: var(--text2); background: rgba(255, 255, 255, .03); } .first .count { background: rgba(255, 255, 255, .03); } .mix_cont .votes { color: var(--text2); } .mix_cont .count_left, .mix_cont .count_right { background: none; } .refresh { color: var(--text3); } /* /news */ .article-section__title, .article__secondary_title { color: var(--text2); } .article__body, .article__body p { color: var(--text1); } .article__lead { border-bottom: 1px solid var(--border2); } .archives-switch { border-color: var(--border2); } .archives-switch:after { border-left: 1px solid var(--border2); } .archives-list__article { border-top: 1px solid var(--border2); } .small-spots .product-row { background: var(--bg2); } .small-spots .product-row.product-row--has-action:hover, .small-spots .product-row.product-row--has-card.is-owned:hover, .small-spots .product-row.product-row--has-card:hover { background: var(--bg-hover); } .article__related_topics .product-row { background: var(--bg2); } .article__related_topics .product-row.product-row--has-action:hover, .article__related_topics .product-row.product-row--has-card.is-owned:hover, .article__related_topics .product-row.product-row--has-card:hover { background: var(--bg-hover); } .article__related_topics .product-row.is-owned { background: var(--bg3); } .btn--gray { background: linear-gradient(180deg,hsla(0, 0%, 24%, 0.9) 4%,#2c2c2c); color: #cacaca; } .btn--gray:not(.is-spinning):not(.is-disabled):not([disabled]):hover { background: linear-gradient(180deg,#494949,#3e3e3e); } /* /forum */ div.big_post_main { background: var(--bg2); margin-bottom: 0px; } div.big_post_left, div.big_post_right { width: 0px; height: 0px; } /* /account */ ._cs-left, ._cs-right { background: var(--bg); } .page-header { color: var(--text3); } .header__dropdown { color: var(--text2); } .account__filters-option { color: var(--text2); } .filter.is-applied { color: var(--text2); } .list--rows { background: var(--bg2); color: var(--text1); } .list--rows .product-row__content { color: var(--text3); } .filter.filter--search { border: 1px solid #303030; background: #2c2c2c; } .filters__section~.filters__section>.filter { border-color: #1f1f1f; } .filter.is-contracted:hover { background: #232323; } .filter.filter--search>._search__input { color: var(--text3); } .product-btn { box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.25); background-color: #252525; } .account__products .product-row__label, .product-btn, .user-rectangle__btn { border: 1px solid #373737; } .game-details:after { background: linear-gradient(to top,var(--bg) 20%,rgba(0, 0, 0, 0.50)); content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; } .module-header2__element--selected, .module-header2__dropdown, .module-header2__element-label { color: var(--text2); } .game-link__right { color: var(--text3); } .game-details__footer { color: var(--text3); background: rgba(0, 0, 0, 0); border-top: 1px solid #1d1d1d; } .game-details__galaxy-message { color: var(--text1); } .game-details__header-icon { filter: invert(1); } .game-details__section-description { color: var(--text3); } .module-header__btn { color: var(--text3); } .wishlist-options__text { color: var(--text3); } .header-dropdown__items>._dropdown__item { color: var(--text3); } .module-header2__element { color: var(--text3); } .module-header2__element--action:hover { color: var(--text2); } .module-header2__element--selected { color: var(--text2); } .iScrollIndicator { background: rgba(255, 255, 255, 0.18); } .iScrollIndicator:active, .iScrollIndicator:hover { background: rgba(255, 255, 255, 0.25); } .skin-selector__item.is-selected { color: var(--text2); } /* /checkout */ .form__row-key--small-print { color: var(--text3); } .form__row, .free-wallet { border-top: 1px solid var(--border); } .form__row--interactive:hover { background: var(--bg-hover); } .accordion__body { background: #2b2b2b; } .accordion__label.is-active { box-shadow: inset 0 -1px 0 var(--border); } .accordion__body:before { background: #2b2b2b; box-shadow: inset -1px 1px 0 var(--border); } .form--description { color: var(--text2); } .order__related-games .product-row { background: var(--bg2); box-shadow: 0 1px 5px rgba(0,0,0,.15); } .order__related-games .product-row.product-row--has-action:hover, .order__related-games .product-row.product-row--has-card.is-owned:hover, .order__related-games .product-row.product-row--has-card:hover { background: var(--bg-hover); } .order-message:first-child { border-top: 1px solid var(--border3); } .order-message:last-child { border-bottom: 1px solid var(--border3); } .order-message { border-top: 1px dashed var(--border3); } /* /work */ .sta_container h1 { color: var(--textw); } .left a, .right a, .single a { color: var(--textw); } .header h2 { color: var(--text2); } .vdark_un { color: var(--text2); } .vdark_un:hover { color: var(--textw); } .sub-menu__item { color: var(--text2); } .sub-menu:not(:hover) .btn.sub-menu__button { background: 0 0; color: var(--textw); } .single { background: #242424; } .sub-menu { background: #242424; } .offers__logos { filter: invert(1); } /* /account/friends*/ .no-friends__invite-button { color: var(--text2); } /* /account/chat */ /* /wallet */ .wallet-currency-selector__currency.is-active { color: var(--text2); } .wallet-currency-selector__currency { color: var(--text3); } .wallet-currency-selector { border-bottom: 1px dashed var(--border3); } .wallet-funds-box { border-top: 1px solid var(--border3); border-bottom: 1px solid var(--border3); } .wallet-funds-box__amount { color: var(--text4); } .wallet-header { background: var(--bg); border-bottom: 1px solid var(--bg); } .wallet-transactions-empty .content { background-color: var(--bg); } .wallet-amount { border-top: 1px solid var(--border3); color: var(--text4); box-shadow: 0 0 3px 1px rgba(0,0,0,.11); background-color: var(--bg2); vertical-align: top; } .wallet-amount__separator { border-left: 2px dashed #454545; } .wallet-amount__active-state { border: 1px solid #212700; background-image: linear-gradient(#4a5a00,#2d3700); } .wallet-transactions__head { font-size: 10px; color: var(--text3); background: var(--bg); } .wallet-transaction__details--name { color: var(--text2); } .wallet-transactions__item { border-bottom: 1px solid var(--border3); color: var(--text3); } /* account/settings/ */ .settings__nav-link.is-active, .settings__nav-link.is-active:hover { background: var(--bg-hover); } .order-item__header { background: var(--bg2); } .order-product__price { color: var(--text3); } .settings-content, .order-header-info { color: var(--text1); } .settings-item__label { color: var(--text3); } .settings__nav-svg { filter: invert(1); } .input { background: #2d2d2d; border: 1px solid var(--border3); color: var(--text1); } .input:disabled::-webkit-input-placeholder { -webkit-text-fill-color: var(--text1); } .input::-webkit-input-placeholder { color: var(--text1); } select { color: var(--text1); background-color: #2d2d2d; } .tag-item { background: rgba(0, 0, 0, 0); } .tag-input-wrapper { border: 1px solid var(--border3); background: #2d2d2d; } .tag-input-wrapper__input { color: var(--text1); } .orders-header__search { color: var(--text3); } .orders-header__search.is-search-active { color: var(--text3); background: #2d2d2d; box-shadow: inset 0 0 0 1px var(--border3), inset 0 1px 3px rgba(0,0,0,.1); } ._search__input { color: var(--text1); } /* /partner/summer_pcgamer */ .partners__game-list { background: var(--bg2); } .partners__stream-streamer-button { background: var(--bg2); } .partners__stream-streamer-button:hover { background: var(--bg-hover); } /* /work */ .job-offer-wrapper, .job-listings-footer--menu { background-color: var(--bg); } .job-listings-footer { background-image: linear-gradient(to right,#262626 0,#1d1d1d 40%,#1d1d1d 60%,#262626 100%); } .job-offer-description, .job-offer-department, .about-header--light-bg .about-header__menu--big-screen>.about-header__btn { color: var(--text2); } .about-header--light-bg { color: rgba(255, 255, 255, 0.1); } .job-company__section--jobs { background-color: var(--bg); } .offer-wrapper { background: var(--bg2); } .offer-wrapper:hover { background: var(--bg-hover); } .job-listings-search-input { background-color: #2c2c2c; box-shadow: inset 0 1px 3px rgba(0,0,0,.1); color: var(--text3); } .job-listings-search-box { border: 1px solid #303030; } /* /galaxy */ .glx-section--faq, .glx-section--footer, .about-menu-bottom-wrapper { background-color: var(--bg); } .about-header--dark-bg .about-header__menu--big-screen>.about-header__btn { color: rgba(255, 255, 255, 0.5); } .about-header--dark-bg { color: rgba(255, 255, 255, 0.08); } .glx-section--footer .glx-section__inner { color: var(--text3); } /* /reclaim */ .star-header { color: var(--textw); } .star-field__input { border: 1px solid var(--border3); background: #2c2c2c; box-shadow: inset 0 1px 3px rgba(0,0,0,.1); color: var(--text3); } .star-field__input.is-error { border-color: var(--border3); background: #2c2c2c; } .star-field__input::-webkit-input-placeholder { color: var(--text3); } .product-row.product-placeholder { border: 1px dashed var(--border3); color: var(--text2); } .product-row.product-placeholder .product-placeholder__text:after { background: var(--border3); } /* top menu */ } @-moz-document regexp("https://www.gog.com/(?!u|feed|profile).*") { /* main background */ html, body { background: var(--bg); color: var(--text1); } } @-moz-document regexp("https://www.gog.com/(?!mix).*") { .content, .wrapper { background-color: var(--bg); } } @-moz-document url-prefix("https://www.gog.com/partner"), url-prefix("https://www.gog.com/reclaim"), url-prefix("https://www.gog.com/promo") { .content:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, .3)); content: ''; position: absolute; width: 100vw; height: 100vw; } .container { z-index: 10; position: relative; } @media (min-width: 801px){ .content:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1367px) { .content:before { background: linear-gradient(to top,var(--bg) 60%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1681px) { .content:before { background: linear-gradient(to top,var(--bg) 70%,rgba(0, 0, 0, 0.3)); } } }
data/usercss/160338.user.css
@-moz-document url-prefix("https://www.gog.com") { /* ==UserStyle== @name GOG.com - Dark Theme @namespace https://github.com/pabli24/GOG.com-Dark-Theme @version 0.1.9 @description Dark Theme for GOG.com @author Pabli @license CC-BY-SA-4.0 (https://creativecommons.org/licenses/by-sa/4.0/) @homepageURL https://github.com/pabli24/GOG.com-Dark-Theme @supportURL https://github.com/pabli24/GOG.com-Dark-Theme/issues ==/UserStyle== */ :root { --bg: #1d1d1d; /* #ccc */ --bg2: #222; /* #e1e1e1 */ --bg3: #1e1e1e; /* #d2d2d2 */ --bg-hover: #2d2d2d; /* #e5e5e5 */ --text1: #ccc; /* #212121 */ --text2: #eee; /* #262626 #1a1a1a*/ --text3: #bbb; /* #595959 gray*/ --text4: #aaa; /* #4c4c4c #404040*/ --textw: #fff; /* #000000 */ --textb: #000; /* #ffffff */ --border: rgba(0,0,0,.08); --border2: #242424; --border3: #333; } /* text headers titles */ .big-spots__header, .module-header, .module-header__btn.is-active, .gogmix__title, .product-row__title, .header__title>strong, .news-item { color: var(--text2); } /* top page background */ .big-spots__blurs:before { background: linear-gradient(to right,var(--bg),rgba(0, 0, 0, 0)); } .big-spots__blurs:after { background: linear-gradient(to left,var(--bg),rgba(0, 0, 0, 0)); } .big-spots__blurs > div:after { background: linear-gradient(to top,var(--bg) 15%,rgba(0, 0, 0, .2)); content: ''; position: absolute; width: 100%; height: 100%; } .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, .3)); content: ''; position: absolute; width: 100vw; height: 100vw; } @media (min-width: 801px){ .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1367px) { .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 60%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1681px) { .frontpage-wrapper:before { background: linear-gradient(to top,var(--bg) 70%,rgba(0, 0, 0, 0.3)); } } /* */ .about-gog { background: #343e48; } .about-gog__header { background-color: #343e48; } .about-gog__header:hover { background-color: rgba(255, 255, 255, 0.05); } .about-gog__header~.about-gog__header { border-color: #29323a; } .about-gog__icon { text-shadow: 0 0 30px hsla(0, 0%, 0%, 0.75); } .footer__dropdown-item { color: var(--text2); } .carousel-pagination.big-arrows .arrow-icon { fill: #fff; } /* price */ .price-btn, .price-text--discount { border: 1px solid var(--border3); } .price-btn, .price-text, .price-text--discount { color: var(--text1); } .price-text--discount { background: #38505c; } .big-spot.is-hovered .price-btn--active, .btn--green, .is-buyable.gogmix:hover .price-btn--active, .product-row.is-buyable:hover .price-btn--active { background: linear-gradient(180deg,#5d7100,#354600); color: var(--textw); } .big-spot.is-hovered .price-btn--active, .is-buyable.gogmix:hover .price-btn--active, .product-row.is-buyable:hover .price-btn--active { border-color: var(--border3); } /* */ .product-row--grid, .list--grid .product-row, .list--rows--no-border .product-row { background: var(--bg2); } .list--grid .is-owned.gogmix, .list--grid .product-row.is-owned, .is-owned.gogmix, .product-row.is-owned { background: var(--bg3); } .product-tile__label--in-library { background: hsla(0, 0%, 10%, 0.7); color: var(--text3); } .product-tile__label--is-wishlisted { background: #845810; } .product-tile__label--is-upcoming { background: #0f3854; } .product-tile__label--in-cart { background: #364800; } .product-tile__content, .product-tile--active .product-tile__content, .catalog__body--slide-desktop .product-tile__content, .catalog__body--slide-desktop .product-tile--active .product-tile__content, .catalog__body--slide-desktop .product-tile__title { background: var(--bg2); } .product-tile--list.product-tile--active .product-tile__title { color: var(--text4); } .product-tile--list.product-tile--active .product-tile__content { background: var(--bg2); } .product-tile--list.product-tile--active { border-bottom: 1px solid var(--border3); } .section-title--with-border { border-bottom: 1px solid var(--border3); } /* discover games */ .tabbed-section__head { border-bottom: 1px solid var(--border3); } .product-tile--list:not(.product-tile--active) { border-bottom: 1px solid var(--border3); } .tabbed-section__tab { color: var(--text3); fill: var(--text3); } .product-tile--list:not(.product-tile--active) .product-tile__title, .product-tile__price-discounted, .product-tile__no-buy-block-slug, .catalog__body--slide-desktop .product-tile__price-discounted, .catalog__body--slide-desktop .product-tile__no-buy-block-slug { color: var(--text4); } .icon-wrapper-icon { filter: invert(1); } .discover-games-more { border: 1px solid var(--border3); } .discover-games-more__text { color: var(--text3); } .discover-games-more__icon { fill: var(--text3); } /* left column */ .news-item__title { color: var(--text1); } .news-item__info { color: var(--text3); } .news-item:hover { background: var(--bg-hover); } /* left right background */ .module { background: var(--bg2); color: var(--text1); box-shadow: 0 1px 5px rgba(0,0,0,.15); } /* right column */ .gogmix, .product-row { border-top: 1px solid var(--border); color: var(--text3); } .product-row--has-action.gogmix:hover, .product-row--has-card.gogmix:hover, .product-row.product-row--has-action:hover, .product-row.product-row--has-card:hover { background: var(--bg-hover); } .module__bottom { border-top: 1px solid #272727; color: var(--textw); background: rgba(255, 255, 255, 0.01); } .module__bottom:not(.no-ho):hover { background: var(--bg-hover); } /* games store */ .sort-by-title { color: var(--text4); } .catalog__body--slide-desktop .product-tile__cover { background: var(--bg3); } .catalog__filters-sorting { border-top: transparent; border-bottom: 1px solid var(--border3); } .filter__item:not(:first-child) { border-top: 1px solid var(--border3); } .catalog__paginator-wrapper { border-top: 1px solid var(--border3); } .paginator-container .arrow-wrapper { background-image: none; background-color: var(--bg3); border: 1px solid var(--border3); } .paginator-container .page-input { border-bottom: 3px solid var(--border3); } .paginator-container .arrow-left, .paginator-container .arrow-right { fill: var(--text3); } :not(.spinner-halloween) .catalog__search:after { background-color: hsla(0, 0%, 5%, 0.8); } /* /promo */ /* .promo-columns-wrapper { background: var(--bg); margin-top: 0; } */ .header__title { margin-top: 15px; color: var(--textw); } .header__countdown { color: var(--textw); } .module__top { color: var(--text2); } .list__products .product-row-price--new { color: var(--text2); } .list-category-header { color: var(--text2); background: #262626; } .list-category-header, .list__products:not(:empty) { border-top: 1px solid var(--border); } .list-search { border: 1px solid var(--border3); color: var(--text3); background: #2c2c2c; } .details { color: var(--text2); } .details-rev__author { color: var(--text4); } .promo-counter { background: #262626; } .promo-counter-left { color: var(--text3); } ._checkbox-container:hover .checkbox--green, .checkbox--green.is-selected, .hidden-input:checked+.checkbox--green, .subscriptions-list__group-header .subscriptions-option--on .checkbox { background: #405200; border-color: #435500; } /* /order */ .order__title--success { color: #8ac500; } .order-article { color: var(--text2); } ._dropdown__items { background: #262626; } ._dropdown__item, ._dropdown__item-unobtrusive, ._fake_dropdown__item { background: #262626; border-color: var(--border); } ._dropdown__pointer-up:after { background: #262626; } ._dropdown__item:hover, ._fake_dropdown__item:hover { background: #2f2f2f; } .order__title { color: var(--textw); } ._search__spinner, ._spinner:after, .btn--gray.is-spinning:after, .module-header2__element:before, .spinner--big, .spinner--big-light, .spinner--small, .spinner--small-light, .top-nav-search>.spinner.show-on-off-canvas { filter: invert(1); } /* /game */ .product-actions { background-color: rgba(39, 39, 39, 0.9); } .product-actions-price__final-amount, .product-actions-price__giveaway, .product-actions-price__base-amount { color: var(--text4); } /* .edition-picker__trigger { background-image: linear-gradient(-180deg,var(--bg),var(--bg2)); border: 1px solid rgba(64,64,64,.5); box-shadow: 0 1px 3px 0 rgba(0,0,0,.13); } */ .productcard-basics__title { color: var(--text2); } .productcard-wrapper:before { content: ""; width: 100%; height: 672px; position: absolute; background: linear-gradient(to top,var(--bg) 15%,rgba(0, 0, 0, .2)); } .productcard-slider__nav-icon { color: rgba(255, 255, 255, 0.2); } .header { color: var(--text2); } .rating, .productcard-rating, .productcard-os-support, .productcard-basics__languages { color: var(--text3) } .productcard-basics__separator { background: var(--text3) } .un--body-alt { background-image: linear-gradient(to right,var(--text2),var(--text2)); } .header__os { border: 1px solid rgba(255, 255, 255, 0.4); border-width: 0 1px; } .title { border-bottom: 1px solid var(--border2); } .languages__row, .table__row, .table-header, .average-body, .goodies__row:last-child .goodies__cell { border-bottom: 1px solid var(--border3); } .goodies__label.is-hovering { border-top: 1px solid var(--border3); } .goodies__cell { border-bottom: 1px solid var(--border3); } .goodies__cell.is-selected { border-left: 1px solid #9f82a0; border-right: 1px solid #9f82a0; background: rgba(255, 255, 255, 0.02); } .goodies__cell.is-hovering { background: rgba(255, 255, 255, 0.02); } .goodies__label.is-selected { border-top: 1px solid #9f82a0; color: #78387b; } .languages { color: var(--text2); } .module__foot { color: var(--text4); } .social-btn, .wishlist-btn { color: var(--text4); background: var(--bg2); box-shadow: 0 1px 5px rgba(0,0,0,.15); } .social-btn.is-wishlisted, .wishlist-btn.is-wishlisted { background: var(--bg2); } .social-btn:hover, .wishlist-btn:hover { background: var(--bg-hover); } .module--buy .module__top, .module--buy-series .module__top, .quote, .user-review, .product-details, .game-features__title, .requirement, .sysreq, .footnotes, .features { color: var(--color2); } .game-features__icon, .goodies__icon--description, .features-item__feature-icon, .languages__icon--more-languages { filter: invert(1); } .languages__icon, .system-requirements-selector__icon { fill: #fff; } .bonus__icon { filter: invert(1); } img[src="https://items.gog.com/separator.jpg"] { filter: invert(1); } .game-features__item { border-top: 1px solid var(--border); } .game-features__item:hover { background: var(--bg-hover); } .list--grid .product-row.product-row--has-action:hover, .list--grid .product-row.product-row--has-card.is-owned:hover, .list--grid .product-row.product-row--has-card:hover { background: var(--bg-hover); } .user-review__author { color: var(--text4); } .reviews-pagination-container { color: var(--text4); } .btn--green:not(.is-spinning):not(.is-disabled):not([disabled]):hover { background: linear-gradient(180deg,#687c00,#5e7d00); } .filters__search>._search__input { color: var(--text3); } .filters__search { border: 1px solid var(--border3); background: #2c2c2c; } .filter { background: var(--bg2); border-color: #1f1f1f; } .filters__search-explained { background: var(--bg); color: var(--text2); } .filter.is-selected, .filter__item.is-selected, .filter__item.is-selected--mixed { color: var(--text2); } .module--filters, .filter__item { color: var(--text3); } .filter-checkbox, .filter-radio, .checkbox, .radio { border: 1px solid #252525; background: #464646; } .filters__dropdowns { background: var(--bg2); } .account ._dropdown__items { color: var(--text2); } .gogmix:first-child > .gogmix__count { background-color: hsla(350, 68%, 30%, 1); } .gogmix:nth-child(2)>.gogmix__count { background-color: hsla(18, 77%, 40%, 1); } .gogmix:nth-child(3)>.gogmix__count { background-color: hsla(25, 77%, 40%, 1); } .gogmix:nth-child(4)>.gogmix__count { background-color: hsla(33, 77%, 40%, 1); } .gogmix:nth-child(5)>.gogmix__count { background-color: hsla(38, 77%, 40%, 1); } .gogmix:nth-child(6)>.gogmix__count { background-color: hsla(44, 73%, 40%, 1); } .gogmix:nth-child(7)>.gogmix__count { background-color: hsla(45, 62%, 40%, 1); } .gogmix__count { background-color: hsla(53, 35%, 40%, 1); } .dlcs .product-tile--list:not(.product-tile--active) .product-tile__title { color: var(--text4); } .dlcs .product-tile--list:not(.product-tile--active) { border-bottom: 1px solid var(--border3); } .skin-selector__current, .skin-selector__dropdown-icon { color: var(--text2); } .product-title__flag { background: #555; } .description .module { background-color: rgba(255, 255, 255, 0.1)!important; } .average-item, average-item, .average-item__textline { color: var(--text4); } .sort-by__title { color: var(--text3); } .filter__title { color: var(--text2); } .filter__item, .option__hr { border-bottom: 1px solid var(--border3); color: var(--text3); } .review__title, .review__profile-name, .review-new__add-button { color: var(--text1); } .review__extra, .review__profile-stats { color: var(--text3); } .review__text, .reviews__info, .review__was-helpful-button { color: var(--text2); } .paginator-container .page-indicator { color: var(--text3); } .review__item--most-helpful { border: 1px solid hsla(0, 0%, 50%, 0.1); background-color: hsla(0, 0%, 50%, 0.1); } .review__top-bar { background-color: hsla(0, 0%, 50%, 0.2); } /* /redeem */ .redeem-header__text { color: var(--text1); } .code-input__input { border: 1px solid var(--border3); color: var(--text2); background: #2d2d2d; } /* /mix */ .bg_holder:before { content: ""; position: absolute; width: 100%; height: 500px; background: linear-gradient(to top,var(--bg) 15%,rgba(0, 0, 0, .2)); } .game { border-bottom: 1px solid var(--border3); } .game p { color: #b5b5b5; } .mix_cont.first { border-top: 1px solid var(--border3); border-bottom: 1px solid var(--border3); } .mix_cont { border-bottom: 1px solid var(--border3); } .mix_cont .dark_un { color: var(--text2); } .mix_cont .count { color: var(--text2); background: rgba(255, 255, 255, .03); } .first .count { background: rgba(255, 255, 255, .03); } .mix_cont .votes { color: var(--text2); } .mix_cont .count_left, .mix_cont .count_right { background: none; } .refresh { color: var(--text3); } /* /news */ .article-section__title, .article__secondary_title { color: var(--text2); } .article__body, .article__body p { color: var(--text1); } .article__lead { border-bottom: 1px solid var(--border2); } .archives-switch { border-color: var(--border2); } .archives-switch:after { border-left: 1px solid var(--border2); } .archives-list__article { border-top: 1px solid var(--border2); } .small-spots .product-row { background: var(--bg2); } .small-spots .product-row.product-row--has-action:hover, .small-spots .product-row.product-row--has-card.is-owned:hover, .small-spots .product-row.product-row--has-card:hover { background: var(--bg-hover); } .article__related_topics .product-row { background: var(--bg2); } .article__related_topics .product-row.product-row--has-action:hover, .article__related_topics .product-row.product-row--has-card.is-owned:hover, .article__related_topics .product-row.product-row--has-card:hover { background: var(--bg-hover); } .article__related_topics .product-row.is-owned { background: var(--bg3); } .btn--gray { background: linear-gradient(180deg,hsla(0, 0%, 24%, 0.9) 4%,#2c2c2c); color: #cacaca; } .btn--gray:not(.is-spinning):not(.is-disabled):not([disabled]):hover { background: linear-gradient(180deg,#494949,#3e3e3e); } /* /forum */ div.big_post_main { background: var(--bg2); margin-bottom: 0px; } div.big_post_left, div.big_post_right { width: 0px; height: 0px; } /* /account */ ._cs-left, ._cs-right { background: var(--bg); } .page-header { color: var(--text3); } .header__dropdown { color: var(--text2); } .account__filters-option { color: var(--text2); } .filter.is-applied { color: var(--text2); } .list--rows { background: var(--bg2); color: var(--text1); } .list--rows .product-row__content { color: var(--text3); } .filter.filter--search { border: 1px solid #303030; background: #2c2c2c; } .filters__section~.filters__section>.filter { border-color: #1f1f1f; } .filter.is-contracted:hover { background: #232323; } .filter.filter--search>._search__input { color: var(--text3); } .product-btn { box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.25); background-color: #252525; } .account__products .product-row__label, .product-btn, .user-rectangle__btn { border: 1px solid #373737; } .game-details:after { background: linear-gradient(to top,var(--bg) 20%,rgba(0, 0, 0, 0.50)); content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; } .module-header2__element--selected, .module-header2__dropdown, .module-header2__element-label { color: var(--text2); } .game-link__right { color: var(--text3); } .game-details__footer { color: var(--text3); background: rgba(0, 0, 0, 0); border-top: 1px solid #1d1d1d; } .game-details__galaxy-message { color: var(--text1); } .game-details__header-icon { filter: invert(1); } .game-details__section-description { color: var(--text3); } .module-header__btn { color: var(--text3); } .wishlist-options__text { color: var(--text3); } .header-dropdown__items>._dropdown__item { color: var(--text3); } .module-header2__element { color: var(--text3); } .module-header2__element--action:hover { color: var(--text2); } .module-header2__element--selected { color: var(--text2); } .iScrollIndicator { background: rgba(255, 255, 255, 0.18); } .iScrollIndicator:active, .iScrollIndicator:hover { background: rgba(255, 255, 255, 0.25); } .skin-selector__item.is-selected { color: var(--text2); } /* /checkout */ .form__row-key--small-print { color: var(--text3); } .form__row, .free-wallet { border-top: 1px solid var(--border); } .form__row--interactive:hover { background: var(--bg-hover); } .accordion__body { background: #2b2b2b; } .accordion__label.is-active { box-shadow: inset 0 -1px 0 var(--border); } .accordion__body:before { background: #2b2b2b; box-shadow: inset -1px 1px 0 var(--border); } .form--description { color: var(--text2); } .order__related-games .product-row { background: var(--bg2); box-shadow: 0 1px 5px rgba(0,0,0,.15); } .order__related-games .product-row.product-row--has-action:hover, .order__related-games .product-row.product-row--has-card.is-owned:hover, .order__related-games .product-row.product-row--has-card:hover { background: var(--bg-hover); } .order-message:first-child { border-top: 1px solid var(--border3); } .order-message:last-child { border-bottom: 1px solid var(--border3); } .order-message { border-top: 1px dashed var(--border3); } /* /work */ .sta_container h1 { color: var(--textw); } .left a, .right a, .single a { color: var(--textw); } .header h2 { color: var(--text2); } .vdark_un { color: var(--text2); } .vdark_un:hover { color: var(--textw); } .sub-menu__item { color: var(--text2); } .sub-menu:not(:hover) .btn.sub-menu__button { background: 0 0; color: var(--textw); } .single { background: #242424; } .sub-menu { background: #242424; } .offers__logos { filter: invert(1); } /* /account/friends*/ .no-friends__invite-button { color: var(--text2); } /* /account/chat */ /* /wallet */ .wallet-currency-selector__currency.is-active { color: var(--text2); } .wallet-currency-selector__currency { color: var(--text3); } .wallet-currency-selector { border-bottom: 1px dashed var(--border3); } .wallet-funds-box { border-top: 1px solid var(--border3); border-bottom: 1px solid var(--border3); } .wallet-funds-box__amount { color: var(--text4); } .wallet-header { background: var(--bg); border-bottom: 1px solid var(--bg); } .wallet-transactions-empty .content { background-color: var(--bg); } .wallet-amount { border-top: 1px solid var(--border3); color: var(--text4); box-shadow: 0 0 3px 1px rgba(0,0,0,.11); background-color: var(--bg2); vertical-align: top; } .wallet-amount__separator { border-left: 2px dashed #454545; } .wallet-amount__active-state { border: 1px solid #212700; background-image: linear-gradient(#4a5a00,#2d3700); } .wallet-transactions__head { font-size: 10px; color: var(--text3); background: var(--bg); } .wallet-transaction__details--name { color: var(--text2); } .wallet-transactions__item { border-bottom: 1px solid var(--border3); color: var(--text3); } /* account/settings/ */ .settings__nav-link.is-active, .settings__nav-link.is-active:hover { background: var(--bg-hover); } .order-item__header { background: var(--bg2); } .order-product__price { color: var(--text3); } .settings-content, .order-header-info { color: var(--text1); } .settings-item__label { color: var(--text3); } .settings__nav-svg { filter: invert(1); } .input { background: #2d2d2d; border: 1px solid var(--border3); color: var(--text1); } .input:disabled::-webkit-input-placeholder { -webkit-text-fill-color: var(--text1); } .input::-webkit-input-placeholder { color: var(--text1); } select { color: var(--text1); background-color: #2d2d2d; } .tag-item { background: rgba(0, 0, 0, 0); } .tag-input-wrapper { border: 1px solid var(--border3); background: #2d2d2d; } .tag-input-wrapper__input { color: var(--text1); } .orders-header__search { color: var(--text3); } .orders-header__search.is-search-active { color: var(--text3); background: #2d2d2d; box-shadow: inset 0 0 0 1px var(--border3), inset 0 1px 3px rgba(0,0,0,.1); } ._search__input { color: var(--text1); } /* /partner/summer_pcgamer */ .partners__game-list { background: var(--bg2); } .partners__stream-streamer-button { background: var(--bg2); } .partners__stream-streamer-button:hover { background: var(--bg-hover); } /* /work */ .job-offer-wrapper, .job-listings-footer--menu { background-color: var(--bg); } .job-listings-footer { background-image: linear-gradient(to right,#262626 0,#1d1d1d 40%,#1d1d1d 60%,#262626 100%); } .job-offer-description, .job-offer-department, .about-header--light-bg .about-header__menu--big-screen>.about-header__btn { color: var(--text2); } .about-header--light-bg { color: rgba(255, 255, 255, 0.1); } .job-company__section--jobs { background-color: var(--bg); } .offer-wrapper { background: var(--bg2); } .offer-wrapper:hover { background: var(--bg-hover); } .job-listings-search-input { background-color: #2c2c2c; box-shadow: inset 0 1px 3px rgba(0,0,0,.1); color: var(--text3); } .job-listings-search-box { border: 1px solid #303030; } /* /galaxy */ .glx-section--faq, .glx-section--footer, .about-menu-bottom-wrapper { background-color: var(--bg); } .about-header--dark-bg .about-header__menu--big-screen>.about-header__btn { color: rgba(255, 255, 255, 0.5); } .about-header--dark-bg { color: rgba(255, 255, 255, 0.08); } .glx-section--footer .glx-section__inner { color: var(--text3); } /* /reclaim */ .star-header { color: var(--textw); } .star-field__input { border: 1px solid var(--border3); background: #2c2c2c; box-shadow: inset 0 1px 3px rgba(0,0,0,.1); color: var(--text3); } .star-field__input.is-error { border-color: var(--border3); background: #2c2c2c; } .star-field__input::-webkit-input-placeholder { color: var(--text3); } .product-row.product-placeholder { border: 1px dashed var(--border3); color: var(--text2); } .product-row.product-placeholder .product-placeholder__text:after { background: var(--border3); } /* top menu */ } @-moz-document regexp("https://www.gog.com/(?!u|feed|profile).*") { /* main background */ html, body { background: var(--bg); color: var(--text1); } } @-moz-document regexp("https://www.gog.com/(?!mix).*") { .content, .wrapper { background-color: var(--bg); } } @-moz-document url-prefix("https://www.gog.com/partner"), url-prefix("https://www.gog.com/reclaim"), url-prefix("https://www.gog.com/promo") { .content:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, .3)); content: ''; position: absolute; width: 100vw; height: 100vw; } .container { z-index: 10; position: relative; } @media (min-width: 801px){ .content:before { background: linear-gradient(to top,var(--bg) 50%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1367px) { .content:before { background: linear-gradient(to top,var(--bg) 60%,rgba(0, 0, 0, 0.3)); } } @media (min-width: 1681px) { .content:before { background: linear-gradient(to top,var(--bg) 70%,rgba(0, 0, 0, 0.3)); } } }
0.210685
0.1191
*{ margin:0; padding:0; } .ant-pagination-item{ list-style: none; position:relative; left:50px; top:-16px; } .ant-pagination-next{ list-style: none; position:relative; left:100px; top:-36px; } #box{margin:0 auto} #customers { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; } #customers td, #customers th { /* font-size:1em; */ border:1px solid #1010ff; /* padding:3px 7px 2px 7px; */ } #customers th { /* font-size:1.1em; text-align:left; padding-top:5px; padding-bottom:4px; */ background-color:#1010ff; color:#ffffff; } #customers tr.alt td { color:#000000; background-color:#EAF2D3; } h1{background-color:blue;border-width: thick;} .GreenDiv{background-color:Green;} /** 更改每行的颜色**/ /**table.tr{background-color:blue;}**/ table tr:nth-child(odd){background: #ccc;} /*修改表格的样式*/ table{width: 90%;background: #ccc;margin: 10px;border-collapse: collapse;} /**th,td{height: 25px;line-height: 25px;text-align: center;border: 1px solid #ccc;}**/ th, td {height:25px;line-height:25px;text-align:center;border:1px solid #ccc;} th{background: #eee;font-weight: normal;} tr{background: #fff;} tr:hover{background: #06f;} td a{color: #06f;text-decoration: none;} td a:hove{color: #06f;text-decoration: underline;} .btnstyle { width: 86px;/*按钮控件的宽度*/ text-align: center;/*按钮控件中文本居中显示*/ line-height: 100%;/*用百分比设置行高*/ padding-top: 0.5em;/*文本顶部的内边距*/ padding-right: 2em;/*文本右侧的内边距*/ padding-bottom: 0.55em;/*文本底部的内边距*/ padding-left: 2em;/*文本左侧的内边距*/ font-family: "Arial Black", Gadget, sans-serif;/*字体*/ font-size: 14px;/*字体大小*/ font-style: normal;/*字体样式*/ font-variant: normal;/*小写字母*/ font-weight: normal;/*文本不需要加粗*/ text-decoration: none;/*文本不需要下划线等*/ margin-top: 6px;/*外边框的距离*/ margin-right: 2px;/*外边框的距离*/ margin-bottom: 0px;/*外边框的距离*/ margin-left: 2px;/*外边框的距离*/ vertical-align: text-bottom;/*图像放在文本下面*/ display: inline-block;/*段落内生出内框*/ cursor: pointer;/*鼠标的形状*/ zoom:1; outline-width:medium;/*整个轮廓的宽度*/ outline-color:inherit;/*轮廓的颜色*/ font-size-adjust:none; font-stretch:normal; border-top-left-radius:0.5em;/*圆角边框弧度*/ border-top-right-radius:0.5em;/*圆角边框弧度*/ border-bottom-left-radius:0.5em;/*圆角边框弧度*/ border-bottom-right-radius:0.5em;/*圆角边框弧度*/ box-shadow:0px 1px 2px rgba(0,0,0,0.2);/*给按钮增加阴影*/ color:#fefee9;/*设置文本的颜色*/ border-top-color:#da7c0c;/*边框的颜色*/ border-right-color:#da7c0c;/*边框的颜色*/ border-bottom-color:#da7c0c;/*边框的颜色*/ border-left-color:#da7c0c;/*边框的颜色*/ border-top-width:1px;/*边框的粗细*/ border-right-width:1px;/*边框的粗细*/ border-bottom-width:1px;/*边框的粗细*/ border-left-width:1px;/*边框的粗细*/ border-top-style:solid;/*边框的样式*/ border-right-style:solid;/*边框的样式*/ border-bottom-style:solid;/*边框的样式*/ border-left-style:solid;/*边框的样式*/ background-image:none;/*背景图片*/ background-attachment:scroll;/*背景图片是否移动*/ background-repeat:repeat;/*允许重复*/ background-position-x:0%;/*背景的x轴坐标*/ background-position-y:0%;/*背景的y轴坐标*/ background-size:auto;/*背景图片的尺寸*/ background-origin:padding-box;/*背景图像相对于内边距框来定位*/ background-clip:padding-box;/*背景被裁剪到内边距框*/ /* background-color:red;背景颜色 */ } .btn1{ width:114px; background-color: blue; } .btn2{ background-color: red; } .btnstyle:hover { background-color: #f47c20; }
law.css
*{ margin:0; padding:0; } .ant-pagination-item{ list-style: none; position:relative; left:50px; top:-16px; } .ant-pagination-next{ list-style: none; position:relative; left:100px; top:-36px; } #box{margin:0 auto} #customers { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; } #customers td, #customers th { /* font-size:1em; */ border:1px solid #1010ff; /* padding:3px 7px 2px 7px; */ } #customers th { /* font-size:1.1em; text-align:left; padding-top:5px; padding-bottom:4px; */ background-color:#1010ff; color:#ffffff; } #customers tr.alt td { color:#000000; background-color:#EAF2D3; } h1{background-color:blue;border-width: thick;} .GreenDiv{background-color:Green;} /** 更改每行的颜色**/ /**table.tr{background-color:blue;}**/ table tr:nth-child(odd){background: #ccc;} /*修改表格的样式*/ table{width: 90%;background: #ccc;margin: 10px;border-collapse: collapse;} /**th,td{height: 25px;line-height: 25px;text-align: center;border: 1px solid #ccc;}**/ th, td {height:25px;line-height:25px;text-align:center;border:1px solid #ccc;} th{background: #eee;font-weight: normal;} tr{background: #fff;} tr:hover{background: #06f;} td a{color: #06f;text-decoration: none;} td a:hove{color: #06f;text-decoration: underline;} .btnstyle { width: 86px;/*按钮控件的宽度*/ text-align: center;/*按钮控件中文本居中显示*/ line-height: 100%;/*用百分比设置行高*/ padding-top: 0.5em;/*文本顶部的内边距*/ padding-right: 2em;/*文本右侧的内边距*/ padding-bottom: 0.55em;/*文本底部的内边距*/ padding-left: 2em;/*文本左侧的内边距*/ font-family: "Arial Black", Gadget, sans-serif;/*字体*/ font-size: 14px;/*字体大小*/ font-style: normal;/*字体样式*/ font-variant: normal;/*小写字母*/ font-weight: normal;/*文本不需要加粗*/ text-decoration: none;/*文本不需要下划线等*/ margin-top: 6px;/*外边框的距离*/ margin-right: 2px;/*外边框的距离*/ margin-bottom: 0px;/*外边框的距离*/ margin-left: 2px;/*外边框的距离*/ vertical-align: text-bottom;/*图像放在文本下面*/ display: inline-block;/*段落内生出内框*/ cursor: pointer;/*鼠标的形状*/ zoom:1; outline-width:medium;/*整个轮廓的宽度*/ outline-color:inherit;/*轮廓的颜色*/ font-size-adjust:none; font-stretch:normal; border-top-left-radius:0.5em;/*圆角边框弧度*/ border-top-right-radius:0.5em;/*圆角边框弧度*/ border-bottom-left-radius:0.5em;/*圆角边框弧度*/ border-bottom-right-radius:0.5em;/*圆角边框弧度*/ box-shadow:0px 1px 2px rgba(0,0,0,0.2);/*给按钮增加阴影*/ color:#fefee9;/*设置文本的颜色*/ border-top-color:#da7c0c;/*边框的颜色*/ border-right-color:#da7c0c;/*边框的颜色*/ border-bottom-color:#da7c0c;/*边框的颜色*/ border-left-color:#da7c0c;/*边框的颜色*/ border-top-width:1px;/*边框的粗细*/ border-right-width:1px;/*边框的粗细*/ border-bottom-width:1px;/*边框的粗细*/ border-left-width:1px;/*边框的粗细*/ border-top-style:solid;/*边框的样式*/ border-right-style:solid;/*边框的样式*/ border-bottom-style:solid;/*边框的样式*/ border-left-style:solid;/*边框的样式*/ background-image:none;/*背景图片*/ background-attachment:scroll;/*背景图片是否移动*/ background-repeat:repeat;/*允许重复*/ background-position-x:0%;/*背景的x轴坐标*/ background-position-y:0%;/*背景的y轴坐标*/ background-size:auto;/*背景图片的尺寸*/ background-origin:padding-box;/*背景图像相对于内边距框来定位*/ background-clip:padding-box;/*背景被裁剪到内边距框*/ /* background-color:red;背景颜色 */ } .btn1{ width:114px; background-color: blue; } .btn2{ background-color: red; } .btnstyle:hover { background-color: #f47c20; }
0.236076
0.051368
@charset "UTF-8"; @media only screen and (min-width: 991px) { .dropdown:hover > .dropdown-menu { display: block; } .dropdown > .dropdown-toggle:active { pointer-events: none; } } @media only screen and (max-width: 991px) { div#fixed-social { right: 20px; bottom: 75px; top: auto; } div#fixed-social a { width: 40px; height: 40px; line-height: 40px; border-radius: 6px; } div#fixed-social a:hover > span { visibility: visible; opacity: 1; right: 45px; left: auto; line-height: 40px; border-radius: 6px 0px; } header .navbar-toggler:focus, header .navbar-toggler:active { outline: none; box-shadow: none; } header #header-bottom button[aria-expanded="true"] i.fas.fa-times { display: block; } header #header-bottom button[aria-expanded="true"] i.fas.fa-bars { display: none; } header #header-bottom button[aria-expanded="false"] i.fas.fa-times { display: none; } header #header-bottom button[aria-expanded="false"] i.fas.fa-bars { display: block; } header .row.bg-white.rounded-0.m-0 { background: none !important; border-left: 3px solid #ff4c4c; margin-bottom: 15px !important; padding-bottom: 0px; } header .row.bg-white.rounded-0.m-0 p { text-align: justify; } header .row.bg-white.rounded-0.m-0 h6 { margin-top: 0px; font-size: 14px; margin-bottom: 10px; } header .row.bg-white.rounded-0.m-0 .col-xs-12:nth-child(2) { border-right: none; } header .row.bg-white.rounded-0.m-0 .col-xs-12:nth-child(4) li:last-child { border: none; } header .row.bg-white.rounded-0.m-0 .col-xs-12.col-lg-4.mb-4 { margin-bottom: 0px !important; } header #header-top .logo span { font-size: 14px; } header #header-bottom .navbar { display: flex; justify-content: flex-end; align-items: flex-end; } header #header-bottom .navbar .navbar-toggler { border-radius: 0.2rem; border: 1px solid rgba(255, 255, 255, 0.6); margin: 5px 0; } header #header-bottom .navbar .navbar-toggler .navbar-toggler-icon { display: flex !important; justify-content: center; align-items: center; color: rgba(255, 255, 255, 0.9); } header #header-bottom .navbar .dropdown-toggle::after { float: right; margin-top: 10px; } header li.nav-item a:hover { background: none; color: #ff4c4c; } header nav .navbar-nav li.nav-item a:hover { background: none !important; } header nav li.nav-item.dropdown.megamenu.show a { background: none !important; line-height: 24px; padding-bottom: 10px !important; } header nav .navbar-nav li.nav-item { border-bottom: 1px solid #cccccc5c; } header nav .navbar-nav li.nav-item a { padding: 15px 0; } header nav .navbar-nav li.active a { background: transparent; color: #a71600; font-weight: 900; } footer .support .d-flex.flex-row { display: flex !important; justify-content: center; align-items: center; margin: 0; width: 100%; } footer .footer-services h2 { font-size: 15px; padding-bottom: 20px; } footer .footer-services h2:before { top: 30px; } .left-post.col-xs-12.col-sm-9.col-md-9.col-lg-9 { width: 60%; flex: 60%; max-width: 100%; } .right-sidebar.col-xs-12.col-sm-3.col-md-3.col-lg-3 { width: 40%; flex: 40%; max-width: 100%; } #details-library table.table.table-bordered.table-sm.table-xs { display: block; white-space: nowrap; overflow-x: scroll; } .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: none; } section#contact { padding: 10px 0; } section#contact .contact-info .info { padding-top: 25px; } section#details-library .ads #demo .list-card .row { display: flex; justify-content: center; align-items: center; } section#details-library .ads #demo .list-card .col-lg-4 { width: 50%; } section#recruitment .ml-auto.p-0.align-self-center { width: 250px; } section#blog-top .col-xs-12 { width: 100%; flex: 100%; max-width: 100%; } section#blog-top .left .item figure { margin: 0px; height: auto; position: relative; overflow: hidden; } section#blog-top .left .item figure img { width: 100%; height: 100%; position: relative; top: 0; transform: translateY(0); } section#blog-top .right { padding-left: 0px; padding-right: 0px; } section#blog-top .right article { width: 33.33%; padding-right: 15px; padding-left: 15px; float: left; } section#blog-top .right article .image { width: 100%; } section#blog-top .right article .content { width: 100%; padding-left: 0px; padding-top: 20px; } section#blog-bottom .most-read .row-most-read .image, section#blog-bottom .most-read .row-most-read .content { width: 100%; padding-left: 0px; padding-top: 20px; } section#library .title { font-size: 20px; } section#details-library article header h3 { font-size: 20px; } section#blog-bottom .most-read .row-most-read .image figure { height: auto; } section#blog-bottom .most-read .row-most-read .image figure img { position: relative; top: 0; transform: translateY(0); } section#prices .col-xs-12.col-lg-3 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex: 0 0 50%; max-width: 50%; } section .steps { padding: 30px 0px; padding-top: 0px; } section#cart .table-left .price { font-size: 14px; } section#cart .to-checkout a { padding: 10px; font-size: 14px; } section#cart .box .custom-control.custom-radio { padding: 10px 40px; border-bottom: 1px solid #ddd !important; } section#cart .box .custom-control.custom-radio:last-child { border: none !important; } section#cart .box h3 { font-size: 16px; font-weight: 600; color: #000; padding-bottom: 10px; } section#cart .box .table-right td { font-size: 14px; } section#cart .box .table-right th { font-size: 16px; } section#cart .box .table-right tr:nth-child(3) th { border-top: 1px solid #dee2e6; padding: 0.75rem 0; font-size: 14px; } section#cart .box .table-right tr:last-child td { font-size: 12px; } section#cart .box .table-right .text-price { font-size: 14px !important; } section#login-form form.login100-form.validate-form { width: 100% !important; margin-left: 0 !important; } section#login-form input#radio-2[type="radio"] + .btn.login:before, section#login-form input#radio-1[type="radio"] + .btn.login:before { margin-right: 5px !important; } section#login-form .btn.login { font-size: 14px; } section#login-form .accordion .card .card-header { padding: 0px; } section .ads .col-lg-4 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex: 0 0 50%; max-width: 50%; margin: auto; } section#detail-blog .ads .col-lg-4 { position: relative; width: 100%; padding-right: 0px; padding-left: 0px; flex: 0 0 100%; max-width: 100%; margin: auto; } #button-to-top, #cart-scroll { right: 0; } } @media only screen and (max-width: 767px) { #button-to-top, #cart-scroll { right: 20px; } #button-to-top { bottom: 20px; } .m-0 { margin-bottom: 25px !important; } section#login-form { padding: 0px !important; } header .menu-mobile { float: left; width: 83%; } header .menu-mobile ul { list-style: none; padding-left: 0px; margin-bottom: 0px; line-height: 50px; } header .menu-mobile ul li { display: inline-block; margin-right: 10px; padding-right: 10px; position: relative; } header .menu-mobile ul li img { width: 22px; } header .menu-mobile ul li::after { content: ""; position: absolute; border-color: #f1f1f1; top: 50%; width: 1px; border-left: 1px solid rgba(255, 255, 255, 0.6); height: 15px; margin-top: -7px; left: -10px; } header .menu-mobile ul li:first-child::after { display: none; } header #header-top .d-flex { display: block !important; } header #header-top .d-flex .my-2.my-lg-0 { position: absolute; top: 0; width: 100%; text-align: center; left: 0; margin: 0px !important; } header #header-top .d-flex .my-2.my-lg-0 ul { padding: 5px 0px; background: #f1f1f1; border-bottom: 1px solid #eee; } header #header-top .logo { margin: 0px !important; margin-top: 38px !important; width: 100%; text-align: center; } header #header-top .logo span { display: block; } header #header-top ul li { margin-left: 20px !important; } header #header-top ul li a img { margin-right: 10px; } header #header-top ul li:first-child { margin-left: 0px !important; } footer .support .d-flex.flex-row { width: 100%; margin: 0; } footer .support img { width: 50px; } footer .support a p { font-size: 15px; } footer .icon { width: 50px !important; height: 50px !important; } footer .footer-services h2 { font-size: 15px; } footer .footer-services h2:before { top: 23px; } #library table#table-library { overflow-x: scroll; display: block; width: 200% !important; } #library table#table-library { max-width: 200% !important; } #library table#table-library thead { white-space: nowrap; } #library .col-sm-12 { overflow-x: scroll; } #library .form-control:focus { border-color: #ced4da; outline: 0; box-shadow: none; } .left-post.col-xs-12.col-sm-9.col-md-9.col-lg-9, .right-sidebar.col-xs-12.col-sm-3.col-md-3.col-lg-3 { width: 100%; flex: 100%; max-width: 100%; } section { padding: 40px 0px !important; } section#prices .col-xs-12.col-lg-3 { position: relative; width: 100%; padding-right: 0px; padding-left: 0px; flex: 0 0 100%; max-width: 100%; } section#banner { padding: 0px !important; } section#banner figure { margin-bottom: 0px !important; } section#contact h2 { font-size: 25px; } section#recruitment article.item .date-post { width: 115px; } section#detail-recruitment .add-job-item { display: grid; } section#detail-recruitment .add-job-item span { padding: 5px 0; } section#blog-bottom .most-read article .image { padding-top: 0px !important; } section#detail-blog .blog-content p { text-align: justify; } section#detail-blog article header h3 { font-size: 18px; line-height: 24px; } section#blog-top { padding-bottom: 0px !important; } section#blog-top .listpost .right { padding-left: 15px; padding-right: 15px; } section#blog-top .listpost .right article { width: 100%; padding-right: 0px; padding-left: 0px; } section#blog-top .listpost .right article .image { width: 33.33% !important; float: left; } section#blog-top .listpost .right article .content { width: 66.67% !important; float: left; padding-left: 16px !important; padding-top: 0px !important; } section#blog-top .listpost .right article .image figure { height: auto; position: relative; overflow: hidden; } section#blog-top .listpost .right article .image figure img { position: relative; top: 0; transform: translateY(0); } section .steps .title-step { display: none; } section#cart .table-left .service-name a { line-height: 20px; } section#login-form .steps { padding-top: 30px !important; } section#login-form .alert-top.col-md-12 { padding: 0px; } section#login-form .col-xs-12.col-sm-6.col-md-6.col-lg-6 { padding: 0px; padding: 10px 0px; } section .ads .col-lg-4 { flex: 0 0 100%; max-width: 100%; } section#detail-service header h3 { font-size: 22px; } section#contact .contact-info .info h3 { font-size: 18px; } section#contact .form-contact { padding: 15px; } section#contact .form-contact .form-ct { padding: 15px 0px; } .sidebar .apply .apply-job { padding: 15px; } .sidebar .apply .apply-job .custom-file-input ~ .custom-file-label::after { content: "Chọn"; } } @media only screen and (max-width: 480px) { /* for sumo sized (mac) screens */ header #header-top ul li { margin-left: 10px; } footer .support img { width: 60px; } footer .support .d-flex.flex-row { padding: 10px 0; display: flex !important; justify-content: center; align-items: center; } footer .support a label, footer .support a p { font-size: 17px; } footer .footer-services .col-xs-12 { margin-bottom: 15px; } footer .footer-services .col-xs-12:last-child { margin-bottom: 0px !important; } section#details-library .ads #demo .list-card .col-lg-4 { width: 100%; } section#detail-recruitment { padding: 40px 0px 20px 0px; } .sidebar { padding: 5px 0; } .sidebar .apply .apply-job { padding: 15px; margin-bottom: 20px; } .sidebar .apply .apply-job .custom-file-input ~ .custom-file-label::after { content: "Chọn hồ sơ"; } } #float-contact { position: fixed; bottom: 90px; left: 20px; z-index: 99999; } #float-contact button { padding: 8px 20px; margin-bottom: 10px; border-radius: 20px; border: none; box-shadow: none; outline: none; display: block; } #float-contact button a { color: #fff; text-decoration: none; } #float-contact .hotline-1 { background: #fe0000; } #float-contact .hotline-2 { background: #00a859; } #float-contact .hotline-3 { background: #ff6100; } button#show-contact { position: fixed; bottom: 30px; z-index: 999; color: #fff; right: 15px; }
public/assets/web/css/responsive.css
@charset "UTF-8"; @media only screen and (min-width: 991px) { .dropdown:hover > .dropdown-menu { display: block; } .dropdown > .dropdown-toggle:active { pointer-events: none; } } @media only screen and (max-width: 991px) { div#fixed-social { right: 20px; bottom: 75px; top: auto; } div#fixed-social a { width: 40px; height: 40px; line-height: 40px; border-radius: 6px; } div#fixed-social a:hover > span { visibility: visible; opacity: 1; right: 45px; left: auto; line-height: 40px; border-radius: 6px 0px; } header .navbar-toggler:focus, header .navbar-toggler:active { outline: none; box-shadow: none; } header #header-bottom button[aria-expanded="true"] i.fas.fa-times { display: block; } header #header-bottom button[aria-expanded="true"] i.fas.fa-bars { display: none; } header #header-bottom button[aria-expanded="false"] i.fas.fa-times { display: none; } header #header-bottom button[aria-expanded="false"] i.fas.fa-bars { display: block; } header .row.bg-white.rounded-0.m-0 { background: none !important; border-left: 3px solid #ff4c4c; margin-bottom: 15px !important; padding-bottom: 0px; } header .row.bg-white.rounded-0.m-0 p { text-align: justify; } header .row.bg-white.rounded-0.m-0 h6 { margin-top: 0px; font-size: 14px; margin-bottom: 10px; } header .row.bg-white.rounded-0.m-0 .col-xs-12:nth-child(2) { border-right: none; } header .row.bg-white.rounded-0.m-0 .col-xs-12:nth-child(4) li:last-child { border: none; } header .row.bg-white.rounded-0.m-0 .col-xs-12.col-lg-4.mb-4 { margin-bottom: 0px !important; } header #header-top .logo span { font-size: 14px; } header #header-bottom .navbar { display: flex; justify-content: flex-end; align-items: flex-end; } header #header-bottom .navbar .navbar-toggler { border-radius: 0.2rem; border: 1px solid rgba(255, 255, 255, 0.6); margin: 5px 0; } header #header-bottom .navbar .navbar-toggler .navbar-toggler-icon { display: flex !important; justify-content: center; align-items: center; color: rgba(255, 255, 255, 0.9); } header #header-bottom .navbar .dropdown-toggle::after { float: right; margin-top: 10px; } header li.nav-item a:hover { background: none; color: #ff4c4c; } header nav .navbar-nav li.nav-item a:hover { background: none !important; } header nav li.nav-item.dropdown.megamenu.show a { background: none !important; line-height: 24px; padding-bottom: 10px !important; } header nav .navbar-nav li.nav-item { border-bottom: 1px solid #cccccc5c; } header nav .navbar-nav li.nav-item a { padding: 15px 0; } header nav .navbar-nav li.active a { background: transparent; color: #a71600; font-weight: 900; } footer .support .d-flex.flex-row { display: flex !important; justify-content: center; align-items: center; margin: 0; width: 100%; } footer .footer-services h2 { font-size: 15px; padding-bottom: 20px; } footer .footer-services h2:before { top: 30px; } .left-post.col-xs-12.col-sm-9.col-md-9.col-lg-9 { width: 60%; flex: 60%; max-width: 100%; } .right-sidebar.col-xs-12.col-sm-3.col-md-3.col-lg-3 { width: 40%; flex: 40%; max-width: 100%; } #details-library table.table.table-bordered.table-sm.table-xs { display: block; white-space: nowrap; overflow-x: scroll; } .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: none; } section#contact { padding: 10px 0; } section#contact .contact-info .info { padding-top: 25px; } section#details-library .ads #demo .list-card .row { display: flex; justify-content: center; align-items: center; } section#details-library .ads #demo .list-card .col-lg-4 { width: 50%; } section#recruitment .ml-auto.p-0.align-self-center { width: 250px; } section#blog-top .col-xs-12 { width: 100%; flex: 100%; max-width: 100%; } section#blog-top .left .item figure { margin: 0px; height: auto; position: relative; overflow: hidden; } section#blog-top .left .item figure img { width: 100%; height: 100%; position: relative; top: 0; transform: translateY(0); } section#blog-top .right { padding-left: 0px; padding-right: 0px; } section#blog-top .right article { width: 33.33%; padding-right: 15px; padding-left: 15px; float: left; } section#blog-top .right article .image { width: 100%; } section#blog-top .right article .content { width: 100%; padding-left: 0px; padding-top: 20px; } section#blog-bottom .most-read .row-most-read .image, section#blog-bottom .most-read .row-most-read .content { width: 100%; padding-left: 0px; padding-top: 20px; } section#library .title { font-size: 20px; } section#details-library article header h3 { font-size: 20px; } section#blog-bottom .most-read .row-most-read .image figure { height: auto; } section#blog-bottom .most-read .row-most-read .image figure img { position: relative; top: 0; transform: translateY(0); } section#prices .col-xs-12.col-lg-3 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex: 0 0 50%; max-width: 50%; } section .steps { padding: 30px 0px; padding-top: 0px; } section#cart .table-left .price { font-size: 14px; } section#cart .to-checkout a { padding: 10px; font-size: 14px; } section#cart .box .custom-control.custom-radio { padding: 10px 40px; border-bottom: 1px solid #ddd !important; } section#cart .box .custom-control.custom-radio:last-child { border: none !important; } section#cart .box h3 { font-size: 16px; font-weight: 600; color: #000; padding-bottom: 10px; } section#cart .box .table-right td { font-size: 14px; } section#cart .box .table-right th { font-size: 16px; } section#cart .box .table-right tr:nth-child(3) th { border-top: 1px solid #dee2e6; padding: 0.75rem 0; font-size: 14px; } section#cart .box .table-right tr:last-child td { font-size: 12px; } section#cart .box .table-right .text-price { font-size: 14px !important; } section#login-form form.login100-form.validate-form { width: 100% !important; margin-left: 0 !important; } section#login-form input#radio-2[type="radio"] + .btn.login:before, section#login-form input#radio-1[type="radio"] + .btn.login:before { margin-right: 5px !important; } section#login-form .btn.login { font-size: 14px; } section#login-form .accordion .card .card-header { padding: 0px; } section .ads .col-lg-4 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex: 0 0 50%; max-width: 50%; margin: auto; } section#detail-blog .ads .col-lg-4 { position: relative; width: 100%; padding-right: 0px; padding-left: 0px; flex: 0 0 100%; max-width: 100%; margin: auto; } #button-to-top, #cart-scroll { right: 0; } } @media only screen and (max-width: 767px) { #button-to-top, #cart-scroll { right: 20px; } #button-to-top { bottom: 20px; } .m-0 { margin-bottom: 25px !important; } section#login-form { padding: 0px !important; } header .menu-mobile { float: left; width: 83%; } header .menu-mobile ul { list-style: none; padding-left: 0px; margin-bottom: 0px; line-height: 50px; } header .menu-mobile ul li { display: inline-block; margin-right: 10px; padding-right: 10px; position: relative; } header .menu-mobile ul li img { width: 22px; } header .menu-mobile ul li::after { content: ""; position: absolute; border-color: #f1f1f1; top: 50%; width: 1px; border-left: 1px solid rgba(255, 255, 255, 0.6); height: 15px; margin-top: -7px; left: -10px; } header .menu-mobile ul li:first-child::after { display: none; } header #header-top .d-flex { display: block !important; } header #header-top .d-flex .my-2.my-lg-0 { position: absolute; top: 0; width: 100%; text-align: center; left: 0; margin: 0px !important; } header #header-top .d-flex .my-2.my-lg-0 ul { padding: 5px 0px; background: #f1f1f1; border-bottom: 1px solid #eee; } header #header-top .logo { margin: 0px !important; margin-top: 38px !important; width: 100%; text-align: center; } header #header-top .logo span { display: block; } header #header-top ul li { margin-left: 20px !important; } header #header-top ul li a img { margin-right: 10px; } header #header-top ul li:first-child { margin-left: 0px !important; } footer .support .d-flex.flex-row { width: 100%; margin: 0; } footer .support img { width: 50px; } footer .support a p { font-size: 15px; } footer .icon { width: 50px !important; height: 50px !important; } footer .footer-services h2 { font-size: 15px; } footer .footer-services h2:before { top: 23px; } #library table#table-library { overflow-x: scroll; display: block; width: 200% !important; } #library table#table-library { max-width: 200% !important; } #library table#table-library thead { white-space: nowrap; } #library .col-sm-12 { overflow-x: scroll; } #library .form-control:focus { border-color: #ced4da; outline: 0; box-shadow: none; } .left-post.col-xs-12.col-sm-9.col-md-9.col-lg-9, .right-sidebar.col-xs-12.col-sm-3.col-md-3.col-lg-3 { width: 100%; flex: 100%; max-width: 100%; } section { padding: 40px 0px !important; } section#prices .col-xs-12.col-lg-3 { position: relative; width: 100%; padding-right: 0px; padding-left: 0px; flex: 0 0 100%; max-width: 100%; } section#banner { padding: 0px !important; } section#banner figure { margin-bottom: 0px !important; } section#contact h2 { font-size: 25px; } section#recruitment article.item .date-post { width: 115px; } section#detail-recruitment .add-job-item { display: grid; } section#detail-recruitment .add-job-item span { padding: 5px 0; } section#blog-bottom .most-read article .image { padding-top: 0px !important; } section#detail-blog .blog-content p { text-align: justify; } section#detail-blog article header h3 { font-size: 18px; line-height: 24px; } section#blog-top { padding-bottom: 0px !important; } section#blog-top .listpost .right { padding-left: 15px; padding-right: 15px; } section#blog-top .listpost .right article { width: 100%; padding-right: 0px; padding-left: 0px; } section#blog-top .listpost .right article .image { width: 33.33% !important; float: left; } section#blog-top .listpost .right article .content { width: 66.67% !important; float: left; padding-left: 16px !important; padding-top: 0px !important; } section#blog-top .listpost .right article .image figure { height: auto; position: relative; overflow: hidden; } section#blog-top .listpost .right article .image figure img { position: relative; top: 0; transform: translateY(0); } section .steps .title-step { display: none; } section#cart .table-left .service-name a { line-height: 20px; } section#login-form .steps { padding-top: 30px !important; } section#login-form .alert-top.col-md-12 { padding: 0px; } section#login-form .col-xs-12.col-sm-6.col-md-6.col-lg-6 { padding: 0px; padding: 10px 0px; } section .ads .col-lg-4 { flex: 0 0 100%; max-width: 100%; } section#detail-service header h3 { font-size: 22px; } section#contact .contact-info .info h3 { font-size: 18px; } section#contact .form-contact { padding: 15px; } section#contact .form-contact .form-ct { padding: 15px 0px; } .sidebar .apply .apply-job { padding: 15px; } .sidebar .apply .apply-job .custom-file-input ~ .custom-file-label::after { content: "Chọn"; } } @media only screen and (max-width: 480px) { /* for sumo sized (mac) screens */ header #header-top ul li { margin-left: 10px; } footer .support img { width: 60px; } footer .support .d-flex.flex-row { padding: 10px 0; display: flex !important; justify-content: center; align-items: center; } footer .support a label, footer .support a p { font-size: 17px; } footer .footer-services .col-xs-12 { margin-bottom: 15px; } footer .footer-services .col-xs-12:last-child { margin-bottom: 0px !important; } section#details-library .ads #demo .list-card .col-lg-4 { width: 100%; } section#detail-recruitment { padding: 40px 0px 20px 0px; } .sidebar { padding: 5px 0; } .sidebar .apply .apply-job { padding: 15px; margin-bottom: 20px; } .sidebar .apply .apply-job .custom-file-input ~ .custom-file-label::after { content: "Chọn hồ sơ"; } } #float-contact { position: fixed; bottom: 90px; left: 20px; z-index: 99999; } #float-contact button { padding: 8px 20px; margin-bottom: 10px; border-radius: 20px; border: none; box-shadow: none; outline: none; display: block; } #float-contact button a { color: #fff; text-decoration: none; } #float-contact .hotline-1 { background: #fe0000; } #float-contact .hotline-2 { background: #00a859; } #float-contact .hotline-3 { background: #ff6100; } button#show-contact { position: fixed; bottom: 30px; z-index: 999; color: #fff; right: 15px; }
0.228931
0.063366
.pt-ing-left { float: left; background-position: center; background-size: auto 90%; background-repeat: no-repeat; height: 80px; } .pt-ing-right { float: right; margin-right: 10px; margin-bottom: 5px; padding-top: 5px; } .pt-ing-red { color: #e72450; } .pt-ing-gray { color: #979797; } .pt-ing-content { display: inline-block; width: 100%; } .pt-ing-goods li { border-bottom: 1px solid #dcdcdc; background: #ffffff; padding: 0 0 0 0; } .pt-ing-goods li, .pt-ing-goods { display: inline-block; width: 100%; } .pt-ing-goods li a { font-size: 12px; color: #e72450; text-decoration: underline; } .pt-ing-goods li .pt-ing-li-bottom a { display: inline-block; float: right; color: #ffffff; padding: 5px 10px; background: #e72450; border-radius: 5px; text-decoration: none; margin-right: 10px; } .pt-ing-goods li span { display: inline-block; margin-top: 5px; } .pt-ing-goods .pt-ing-top-p { margin-bottom: 10px; font-size: 14px; } .pt-ing-goods .pt-ing-small { font-size: 12px; } .pt-ing-goods .pt-ing-left { width: 30%; height: 80px; } .pt-ing-goods .pt-ing-right { width: 66%; } #pt-ing-bj { display: inline-block; font-size: 14px; position: absolute; top: 30%; left: 50%; width: 40%; margin-left: -20%; text-align: center; } #pt-ing-bj img { width: 90%; margin-left: 10%; margin-bottom: 10px; } #pt-ing-bj a { display: inline-block; margin-top: 5px; text-align: center; padding: 5px 10px; background: #e72450; color: #ffffff; border-radius: 5px; } .pt-ing-goods li .pt-ing-li-bottom { width: 100%; display: inline-block; margin-bottom: 10px; } .pt-ing-goods li .pt-ing-li-bottom a { margin-top: 5px; vertical-align: top; } .pt-ing-goods li .pt-ing-li-bottom div { display: inline-block; } .pt-ing-goods li .pt-ing-li-bottom .pt-ing-formbody { width: 40%; height: 12px; margin-top: 10px; } .pt-ing-goods .pt-ing-goods li .pt-ing-li-bottom span { display: inline-block; margin-left: 4vw; line-height: 4vw; } .pt-ing-goods li .pt-ing-li-bottom .pt-ing-right-span { margin-left: 0; font-size: 12px; } .pt-ing-goods li .pt-ing-li-bottom .pt-ing-first { margin-left: 4vw; } .pt-ing-goods .pt-ing-span-right { float: right; margin-right: 4vw; } #pt-ing-disk_a { background: #e72450; height: 100%; width: 50%; } .pt-ing-progress { margin-left: 10px; font-size: 10px; line-height: 27px; } .pt-ing-top-fill { height: 45px; }
public/css/pt_recode_ing.css
.pt-ing-left { float: left; background-position: center; background-size: auto 90%; background-repeat: no-repeat; height: 80px; } .pt-ing-right { float: right; margin-right: 10px; margin-bottom: 5px; padding-top: 5px; } .pt-ing-red { color: #e72450; } .pt-ing-gray { color: #979797; } .pt-ing-content { display: inline-block; width: 100%; } .pt-ing-goods li { border-bottom: 1px solid #dcdcdc; background: #ffffff; padding: 0 0 0 0; } .pt-ing-goods li, .pt-ing-goods { display: inline-block; width: 100%; } .pt-ing-goods li a { font-size: 12px; color: #e72450; text-decoration: underline; } .pt-ing-goods li .pt-ing-li-bottom a { display: inline-block; float: right; color: #ffffff; padding: 5px 10px; background: #e72450; border-radius: 5px; text-decoration: none; margin-right: 10px; } .pt-ing-goods li span { display: inline-block; margin-top: 5px; } .pt-ing-goods .pt-ing-top-p { margin-bottom: 10px; font-size: 14px; } .pt-ing-goods .pt-ing-small { font-size: 12px; } .pt-ing-goods .pt-ing-left { width: 30%; height: 80px; } .pt-ing-goods .pt-ing-right { width: 66%; } #pt-ing-bj { display: inline-block; font-size: 14px; position: absolute; top: 30%; left: 50%; width: 40%; margin-left: -20%; text-align: center; } #pt-ing-bj img { width: 90%; margin-left: 10%; margin-bottom: 10px; } #pt-ing-bj a { display: inline-block; margin-top: 5px; text-align: center; padding: 5px 10px; background: #e72450; color: #ffffff; border-radius: 5px; } .pt-ing-goods li .pt-ing-li-bottom { width: 100%; display: inline-block; margin-bottom: 10px; } .pt-ing-goods li .pt-ing-li-bottom a { margin-top: 5px; vertical-align: top; } .pt-ing-goods li .pt-ing-li-bottom div { display: inline-block; } .pt-ing-goods li .pt-ing-li-bottom .pt-ing-formbody { width: 40%; height: 12px; margin-top: 10px; } .pt-ing-goods .pt-ing-goods li .pt-ing-li-bottom span { display: inline-block; margin-left: 4vw; line-height: 4vw; } .pt-ing-goods li .pt-ing-li-bottom .pt-ing-right-span { margin-left: 0; font-size: 12px; } .pt-ing-goods li .pt-ing-li-bottom .pt-ing-first { margin-left: 4vw; } .pt-ing-goods .pt-ing-span-right { float: right; margin-right: 4vw; } #pt-ing-disk_a { background: #e72450; height: 100%; width: 50%; } .pt-ing-progress { margin-left: 10px; font-size: 10px; line-height: 27px; } .pt-ing-top-fill { height: 45px; }
0.570451
0.102844
@font-face { font-family: "yg-jalnan"; src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff"); font-weight: normal; font-style: normal; } html, body { font-family: "yg-jalnan"; font-size: 62.5%; height: 100%; margin: 0; } .swiper-container { width: 100%; height: 100%; } .swiper-slide:nth-child(even) { background: #9160ff; } .header-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .fanfare { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; background: 100% url("Asset/m.bg.png"); } #features { z-index: -1; } /* mobile */ @media (min-width: 20em) { html { font-size: 35%; } .swiper-pagination { display: none; } /* header */ .header-bar { height: 4.5rem; margin-bottom: 1.1rem; padding: 0 1.25rem; border-bottom: 1px solid #eaebed; } .header-bar__logo { width: 10rem; } .header-bar__btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 5.5rem; height: 3rem; border: none; border-radius: 10px; outline: none; background-color: #9160ff; box-shadow: 0px 3px 0px 0px rgb(102, 67, 184); -webkit-box-shadow: 0px 3px 0px 0px rgb(102, 67, 184); -moz-box-shadow: 0px 3px 0px 0px rgb(102, 67, 184); cursor: pointer; } .header-bar__btn:active { background-color: #8056e4; } .header-bar__btn > span { display: none; } .book-icon { width: 2.5rem; } /* Section 1 */ .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #main p { margin: 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.1rem; color: #757575; } h2 { margin: 0.7rem 0 0 0; font-size: 2rem; color: #9160ff; text-align: center; line-height: 140%; } .highlight { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 1rem; } h3 { margin: 0; font-size: 1.4rem; color: #333333; } .highlight > .underline { position: absolute; bottom: 0.5rem; width: 100%; height: 0.5rem; background-color: #9160ff; opacity: 30%; z-index: -1; } .content-imgs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 70%; margin-top: 1.5rem; } .play-store__btn, .app-store__btn { width: 12rem; height: 3.5rem; cursor: pointer; } .play-store__btn { margin-right: 1rem; } .phone { width: 55%; -webkit-transform: translateY(-0.8rem); -ms-transform: translateY(-0.8rem); transform: translateY(-0.8rem); } .background { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; } .background-purple { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100vh; -webkit-transform: translateY(-15rem); -ms-transform: translateY(-15rem); transform: translateY(-15rem); background-color: #9160ff; z-index: -1; } .scroll-icon { position: absolute; width: 3rem; height: 5rem; -webkit-transform: translateY(10.5rem); -ms-transform: translateY(10.5rem); transform: translateY(10.5rem); } .scroll-span { font-size: 1.1rem; color: white; -webkit-transform: translateY(16rem); -ms-transform: translateY(16rem); transform: translateY(16rem); font-family: "Noto Sans CJK KR", sans-serif; } /* Section 2, 3 & 4 */ .title-box { display: inline-block; position: relative; margin: 1.5rem 2rem; } #howToUse .title { color: black; } #howToUse .title-underline { background-color: #9160ff; } .title { margin: 0; font-size: 2rem; color: white; } .title-underline { position: absolute; bottom: 0.5rem; width: 100%; height: 1rem; background-color: #000000; opacity: 30%; z-index: -1; } /* Section 2 */ .container { height: 100%; } .swiper-pagination-v { position: absolute; text-align: center; -webkit-transition: 0.3s opacity; -o-transition: 0.3s opacity; transition: 0.3s opacity; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); height: 100%; z-index: 10; } .swiper-container-v > .swiper-pagination-v { bottom: 5rem; } .swiper-pagination-bullet-active { background-color: #ffffff; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .cards { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 2rem 3rem 2rem; padding: 0; height: 19rem; border-radius: 20px; background-color: white; box-shadow: 0px 4px 0px 0px rgb(102, 67, 184); -webkit-box-shadow: 0px 4px 0px 0px rgb(102, 67, 184); -moz-box-shadow: 0px 4px 0px 0px rgb(102, 67, 184); } .card img { width: 10%; /* margin-top: 2.5rem; */ } .card p { font-family: "Noto Sans CJK KR", sans-serif; text-align: center; } .icon-title { margin: 0; font-size: 1.5rem; font-weight: bold; } .icon-desc { margin-top: 0.6rem; margin-bottom: 0; font-size: 1.3rem; color: #757575; } /* Section 3 */ .video-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .video { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 50vh; margin: 3rem 2rem 7rem 2rem; border-radius: 10px; background-color: #f5f5f5; } /* Section 4 */ /* Lingory Team */ /* title-box margin 전체 바꾸기!! */ #team .title-box { margin: 0.5rem 2rem; } .team-box { margin: 0 2rem; font-family: "Noto Sans CJK KR", sans-serif; font-weight: 400; color: white; } .team-box__desc { font-size: 1.5rem; } .team-box__person { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .team-box .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin: 2rem 0; } .person-circle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .person-circle p { margin-bottom: 0; text-align: center; } .person-circle__name { margin-top: 1rem; font-size: 1.5rem; font-weight: bold; } .person-circle__position { margin-top: 0.6rem; font-size: 1.3rem; font-weight: normal; } .person { width: 7rem; height: 7rem; border-radius: 100%; } .swiper-pagination-team { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* Contact Us */ .info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .map-box { content: url("Asset/p.map@2x.png"); position: relative; width: 90%; margin: 0 auto; } .map { width: 100%; border-radius: 10px; z-index: -1; } .info-box { margin-top: 3rem; } .info-address { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .info-address__box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .info-address__box img { margin-bottom: 0.5rem; width: 8rem; height: 1.4rem; } .info-address__box p { margin: 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.5rem; color: #e5dcf9; } .info-email { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .info-email span { font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.5rem; color: #e5dcf9; text-decoration: underline; } .map-icon, .mail-icon { width: 4.5rem; margin: 1rem 1rem 0.5rem 0; } /* footer */ #footer { background-color: #9160ff; } #footer .fanfare { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .character { width: 55%; -webkit-transform: translateY(-10em); -ms-transform: translateY(-10em); transform: translateY(-10em); } .footer-container { position: absolute; bottom: 0; width: 100%; height: 30%; border-radius: 15px 15px 0 0; background-color: rgb(61, 61, 61); } .menu-box { margin-top: 3rem; margin-left: 2rem; } .menu-box a { margin: 0 3rem 0 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.3rem; color: #ffffff; text-decoration: none; } .footer-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 3rem; margin-left: 2rem; } .footer-box p { margin: 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.2rem; color: #bcbcbc; } .footer-box__copyright { margin-top: 3rem; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.2rem; color: #757575; } .footer-box__img { width: 12rem; height: 2rem; margin-bottom: 1rem; } } @media only screen and (min-width: 23em) { html { font-size: 45%; } .scroll-icon { -webkit-transform: translateY(11.5rem); -ms-transform: translateY(11.5rem); transform: translateY(11.5rem); } .scroll-span { -webkit-transform: translateY(17rem); -ms-transform: translateY(17rem); transform: translateY(17rem); } .card { height: 15rem; } .card img { width: 15%; } .swiper-container-v > .swiper-pagination-v { bottom: 4rem; } .footer-box__copyright { margin-top: 2rem; } } @media only screen and (min-width: 25em) { html { font-size: 50%; } .card { height: 20rem; } .card img { width: 20%; } .info-box { margin-top: 30px; } } /* Tablets */ @media only screen and (min-width: 40em) { html { font-size: 62.5%; } .header-bar__btn { width: 12.5rem; } .header-bar__btn > span { margin-left: 0.8rem; display: inline-block; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.2rem; color: #ffffff; } .fanfare { background: url("Asset/m.bg.png"); } #main p { font-size: 1.5rem; } h2 { font-size: 3rem; } h3 { font-size: 2rem; } .highlight > .underline { bottom: 0.7rem; } .phone { width: 45%; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .background { position: absolute; bottom: 0; /* height: 220px; */ height: 22%; } .background-purple { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .scroll-icon { -webkit-transform: translateY(10.5rem); -ms-transform: translateY(10.5rem); transform: translateY(10.5rem); } .scroll-span { font-size: 1.5rem; -webkit-transform: translateY(16rem); -ms-transform: translateY(16rem); transform: translateY(16rem); } .play-store__btn, .app-store__btn { width: 15rem; height: 4.5rem; } .title-box { margin: 1rem 2rem; } .title { font-size: 3.5rem; } .title-underline { bottom: 1rem; height: 1rem; } .cards-left { margin: 0 2rem 0 3rem; } .cards-right { margin-right: 3rem; } .card { margin: 0 0 2.5rem 0; height: 25rem; } .card img { width: 24%; } .icon-title { font-size: 1.8rem; } .icon-desc { font-size: 1.5rem; word-break: keep-all; } .video { /* height: 70vh; */ margin: 0 2rem 12rem 2rem; } .justify-persons { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-right: 0 !important; } .team-box__desc { font-size: 1.8rem; } .team-box__person { margin: 8rem 0; } .map-box { content: url("Asset/t.map@2x.png"); } .map { margin: 0 auto; } .info-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } .character { -webkit-transform: translateY(-12em); -ms-transform: translateY(-12em); transform: translateY(-12em); } .menu-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .footer-box p { font-size: 1.3rem; } .footer-box__copyright { margin-top: 9rem; font-size: 1.3rem; } } @media only screen and (min-width: 52em) { html { font-size: 70%; } .highlight > .underline { bottom: 0.9rem; height: 0.5rem; } .background { height: 23%; } } @media only screen and (min-width: 64em) { .title-box { margin: 10rem 0 10rem 3rem; } #main p { font-size: 2.5rem; } h2 { font-size: 4rem; } h3 { font-size: 3rem; } .highlight > .underline { bottom: 1.5rem; height: 1.5rem; } .play-store__btn, .app-store__btn { width: 17rem; height: 5.5rem; } .phone { width: 39rem; height: 69.2rem; } .background { /* height: 300px; */ height: 24%; } } /* PC */ @media only screen and (min-width: 76.5em) { html { font-size: 40%; } .swiper-pagination { display: block; } .swiper-pagination-bullet { background-color: #2f0b83c0; } .header-bar { height: 10rem; } .header-bar__logo { width: 12rem; } .header-bar__btn { width: 16.4rem; height: 4.2rem; } .book-icon { width: 2.404rem; height: 2.253rem; } .header-bar__btn > span { font-size: 1.5rem; } .pc-container { max-width: 1024px; height: 100%; margin: 0 auto; } .fanfare { -webkit-box-orient: initial; -webkit-box-direction: initial; -ms-flex-direction: initial; flex-direction: initial; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .content { -webkit-box-align: initial; -ms-flex-align: initial; align-items: initial; height: inherit; -webkit-transform: translateY(15%); -ms-transform: translateY(15%); transform: translateY(15%); } #main p { font-size: 1.8rem; } h2 { text-align: left; } .highlight { -webkit-box-pack: initial; -ms-flex-pack: initial; justify-content: initial; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .highlight > .underline { bottom: 1rem; height: 1rem; } .content-imgs { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .play-store__btn, .app-store__btn { width: 21rem; height: 6.2rem; } /* Section2 */ #features .pc-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .title-box { margin-top: 7.5rem; margin-bottom: 5rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .title { font-size: 5rem; } .title-underline { bottom: 1.5rem; } .card img { width: 15%; } /* Section4 */ #team .pc-container { margin-top: 6rem; } .team-box__person { margin: 6rem 0; } .person { width: 9rem; height: 9rem; } .map-box { content: url("Asset/w.map@2x.png"); } /* Section5 */ .character { width: 20%; } .menu-box a { font-size: 2rem; } .footer-box__img { width: 14rem; height: 2.5rem; } .footer-box p { font-size: 2.3rem; } .footer-box__copyright { font-size: 2.3rem; } } @media only screen and (min-width: 118em) { html { font-size: 62.5%; } .pc-container { max-width: 1880px; } .video { height: 70vh; } }
style.css
@font-face { font-family: "yg-jalnan"; src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff"); font-weight: normal; font-style: normal; } html, body { font-family: "yg-jalnan"; font-size: 62.5%; height: 100%; margin: 0; } .swiper-container { width: 100%; height: 100%; } .swiper-slide:nth-child(even) { background: #9160ff; } .header-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .fanfare { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; background: 100% url("Asset/m.bg.png"); } #features { z-index: -1; } /* mobile */ @media (min-width: 20em) { html { font-size: 35%; } .swiper-pagination { display: none; } /* header */ .header-bar { height: 4.5rem; margin-bottom: 1.1rem; padding: 0 1.25rem; border-bottom: 1px solid #eaebed; } .header-bar__logo { width: 10rem; } .header-bar__btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 5.5rem; height: 3rem; border: none; border-radius: 10px; outline: none; background-color: #9160ff; box-shadow: 0px 3px 0px 0px rgb(102, 67, 184); -webkit-box-shadow: 0px 3px 0px 0px rgb(102, 67, 184); -moz-box-shadow: 0px 3px 0px 0px rgb(102, 67, 184); cursor: pointer; } .header-bar__btn:active { background-color: #8056e4; } .header-bar__btn > span { display: none; } .book-icon { width: 2.5rem; } /* Section 1 */ .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #main p { margin: 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.1rem; color: #757575; } h2 { margin: 0.7rem 0 0 0; font-size: 2rem; color: #9160ff; text-align: center; line-height: 140%; } .highlight { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 1rem; } h3 { margin: 0; font-size: 1.4rem; color: #333333; } .highlight > .underline { position: absolute; bottom: 0.5rem; width: 100%; height: 0.5rem; background-color: #9160ff; opacity: 30%; z-index: -1; } .content-imgs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 70%; margin-top: 1.5rem; } .play-store__btn, .app-store__btn { width: 12rem; height: 3.5rem; cursor: pointer; } .play-store__btn { margin-right: 1rem; } .phone { width: 55%; -webkit-transform: translateY(-0.8rem); -ms-transform: translateY(-0.8rem); transform: translateY(-0.8rem); } .background { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; } .background-purple { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100vh; -webkit-transform: translateY(-15rem); -ms-transform: translateY(-15rem); transform: translateY(-15rem); background-color: #9160ff; z-index: -1; } .scroll-icon { position: absolute; width: 3rem; height: 5rem; -webkit-transform: translateY(10.5rem); -ms-transform: translateY(10.5rem); transform: translateY(10.5rem); } .scroll-span { font-size: 1.1rem; color: white; -webkit-transform: translateY(16rem); -ms-transform: translateY(16rem); transform: translateY(16rem); font-family: "Noto Sans CJK KR", sans-serif; } /* Section 2, 3 & 4 */ .title-box { display: inline-block; position: relative; margin: 1.5rem 2rem; } #howToUse .title { color: black; } #howToUse .title-underline { background-color: #9160ff; } .title { margin: 0; font-size: 2rem; color: white; } .title-underline { position: absolute; bottom: 0.5rem; width: 100%; height: 1rem; background-color: #000000; opacity: 30%; z-index: -1; } /* Section 2 */ .container { height: 100%; } .swiper-pagination-v { position: absolute; text-align: center; -webkit-transition: 0.3s opacity; -o-transition: 0.3s opacity; transition: 0.3s opacity; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); height: 100%; z-index: 10; } .swiper-container-v > .swiper-pagination-v { bottom: 5rem; } .swiper-pagination-bullet-active { background-color: #ffffff; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .cards { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 2rem 3rem 2rem; padding: 0; height: 19rem; border-radius: 20px; background-color: white; box-shadow: 0px 4px 0px 0px rgb(102, 67, 184); -webkit-box-shadow: 0px 4px 0px 0px rgb(102, 67, 184); -moz-box-shadow: 0px 4px 0px 0px rgb(102, 67, 184); } .card img { width: 10%; /* margin-top: 2.5rem; */ } .card p { font-family: "Noto Sans CJK KR", sans-serif; text-align: center; } .icon-title { margin: 0; font-size: 1.5rem; font-weight: bold; } .icon-desc { margin-top: 0.6rem; margin-bottom: 0; font-size: 1.3rem; color: #757575; } /* Section 3 */ .video-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .video { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 50vh; margin: 3rem 2rem 7rem 2rem; border-radius: 10px; background-color: #f5f5f5; } /* Section 4 */ /* Lingory Team */ /* title-box margin 전체 바꾸기!! */ #team .title-box { margin: 0.5rem 2rem; } .team-box { margin: 0 2rem; font-family: "Noto Sans CJK KR", sans-serif; font-weight: 400; color: white; } .team-box__desc { font-size: 1.5rem; } .team-box__person { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .team-box .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin: 2rem 0; } .person-circle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .person-circle p { margin-bottom: 0; text-align: center; } .person-circle__name { margin-top: 1rem; font-size: 1.5rem; font-weight: bold; } .person-circle__position { margin-top: 0.6rem; font-size: 1.3rem; font-weight: normal; } .person { width: 7rem; height: 7rem; border-radius: 100%; } .swiper-pagination-team { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* Contact Us */ .info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .map-box { content: url("Asset/p.map@2x.png"); position: relative; width: 90%; margin: 0 auto; } .map { width: 100%; border-radius: 10px; z-index: -1; } .info-box { margin-top: 3rem; } .info-address { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .info-address__box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .info-address__box img { margin-bottom: 0.5rem; width: 8rem; height: 1.4rem; } .info-address__box p { margin: 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.5rem; color: #e5dcf9; } .info-email { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .info-email span { font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.5rem; color: #e5dcf9; text-decoration: underline; } .map-icon, .mail-icon { width: 4.5rem; margin: 1rem 1rem 0.5rem 0; } /* footer */ #footer { background-color: #9160ff; } #footer .fanfare { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .character { width: 55%; -webkit-transform: translateY(-10em); -ms-transform: translateY(-10em); transform: translateY(-10em); } .footer-container { position: absolute; bottom: 0; width: 100%; height: 30%; border-radius: 15px 15px 0 0; background-color: rgb(61, 61, 61); } .menu-box { margin-top: 3rem; margin-left: 2rem; } .menu-box a { margin: 0 3rem 0 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.3rem; color: #ffffff; text-decoration: none; } .footer-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 3rem; margin-left: 2rem; } .footer-box p { margin: 0; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.2rem; color: #bcbcbc; } .footer-box__copyright { margin-top: 3rem; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.2rem; color: #757575; } .footer-box__img { width: 12rem; height: 2rem; margin-bottom: 1rem; } } @media only screen and (min-width: 23em) { html { font-size: 45%; } .scroll-icon { -webkit-transform: translateY(11.5rem); -ms-transform: translateY(11.5rem); transform: translateY(11.5rem); } .scroll-span { -webkit-transform: translateY(17rem); -ms-transform: translateY(17rem); transform: translateY(17rem); } .card { height: 15rem; } .card img { width: 15%; } .swiper-container-v > .swiper-pagination-v { bottom: 4rem; } .footer-box__copyright { margin-top: 2rem; } } @media only screen and (min-width: 25em) { html { font-size: 50%; } .card { height: 20rem; } .card img { width: 20%; } .info-box { margin-top: 30px; } } /* Tablets */ @media only screen and (min-width: 40em) { html { font-size: 62.5%; } .header-bar__btn { width: 12.5rem; } .header-bar__btn > span { margin-left: 0.8rem; display: inline-block; font-family: "Noto Sans CJK KR", sans-serif; font-size: 1.2rem; color: #ffffff; } .fanfare { background: url("Asset/m.bg.png"); } #main p { font-size: 1.5rem; } h2 { font-size: 3rem; } h3 { font-size: 2rem; } .highlight > .underline { bottom: 0.7rem; } .phone { width: 45%; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .background { position: absolute; bottom: 0; /* height: 220px; */ height: 22%; } .background-purple { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .scroll-icon { -webkit-transform: translateY(10.5rem); -ms-transform: translateY(10.5rem); transform: translateY(10.5rem); } .scroll-span { font-size: 1.5rem; -webkit-transform: translateY(16rem); -ms-transform: translateY(16rem); transform: translateY(16rem); } .play-store__btn, .app-store__btn { width: 15rem; height: 4.5rem; } .title-box { margin: 1rem 2rem; } .title { font-size: 3.5rem; } .title-underline { bottom: 1rem; height: 1rem; } .cards-left { margin: 0 2rem 0 3rem; } .cards-right { margin-right: 3rem; } .card { margin: 0 0 2.5rem 0; height: 25rem; } .card img { width: 24%; } .icon-title { font-size: 1.8rem; } .icon-desc { font-size: 1.5rem; word-break: keep-all; } .video { /* height: 70vh; */ margin: 0 2rem 12rem 2rem; } .justify-persons { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-right: 0 !important; } .team-box__desc { font-size: 1.8rem; } .team-box__person { margin: 8rem 0; } .map-box { content: url("Asset/t.map@2x.png"); } .map { margin: 0 auto; } .info-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } .character { -webkit-transform: translateY(-12em); -ms-transform: translateY(-12em); transform: translateY(-12em); } .menu-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .footer-box p { font-size: 1.3rem; } .footer-box__copyright { margin-top: 9rem; font-size: 1.3rem; } } @media only screen and (min-width: 52em) { html { font-size: 70%; } .highlight > .underline { bottom: 0.9rem; height: 0.5rem; } .background { height: 23%; } } @media only screen and (min-width: 64em) { .title-box { margin: 10rem 0 10rem 3rem; } #main p { font-size: 2.5rem; } h2 { font-size: 4rem; } h3 { font-size: 3rem; } .highlight > .underline { bottom: 1.5rem; height: 1.5rem; } .play-store__btn, .app-store__btn { width: 17rem; height: 5.5rem; } .phone { width: 39rem; height: 69.2rem; } .background { /* height: 300px; */ height: 24%; } } /* PC */ @media only screen and (min-width: 76.5em) { html { font-size: 40%; } .swiper-pagination { display: block; } .swiper-pagination-bullet { background-color: #2f0b83c0; } .header-bar { height: 10rem; } .header-bar__logo { width: 12rem; } .header-bar__btn { width: 16.4rem; height: 4.2rem; } .book-icon { width: 2.404rem; height: 2.253rem; } .header-bar__btn > span { font-size: 1.5rem; } .pc-container { max-width: 1024px; height: 100%; margin: 0 auto; } .fanfare { -webkit-box-orient: initial; -webkit-box-direction: initial; -ms-flex-direction: initial; flex-direction: initial; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .content { -webkit-box-align: initial; -ms-flex-align: initial; align-items: initial; height: inherit; -webkit-transform: translateY(15%); -ms-transform: translateY(15%); transform: translateY(15%); } #main p { font-size: 1.8rem; } h2 { text-align: left; } .highlight { -webkit-box-pack: initial; -ms-flex-pack: initial; justify-content: initial; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .highlight > .underline { bottom: 1rem; height: 1rem; } .content-imgs { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .play-store__btn, .app-store__btn { width: 21rem; height: 6.2rem; } /* Section2 */ #features .pc-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .title-box { margin-top: 7.5rem; margin-bottom: 5rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .title { font-size: 5rem; } .title-underline { bottom: 1.5rem; } .card img { width: 15%; } /* Section4 */ #team .pc-container { margin-top: 6rem; } .team-box__person { margin: 6rem 0; } .person { width: 9rem; height: 9rem; } .map-box { content: url("Asset/w.map@2x.png"); } /* Section5 */ .character { width: 20%; } .menu-box a { font-size: 2rem; } .footer-box__img { width: 14rem; height: 2.5rem; } .footer-box p { font-size: 2.3rem; } .footer-box__copyright { font-size: 2.3rem; } } @media only screen and (min-width: 118em) { html { font-size: 62.5%; } .pc-container { max-width: 1880px; } .video { height: 70vh; } }
0.379378
0.059265
ion-step { padding: 0 10px 24px 4px; overflow: hidden; position: relative; display: block; background: #f2f5f8; } /** header */ .ionic-step-header { display: flex; height: 54px; overflow: hidden; align-items: center; padding-left: 5px; } .ionic-step-header-icon.todo { background: gray; } .ionic-step-header-icon.doing { background: #1fb5ff; position: relative; } .ionic-step-header-icon.doing::before { content: ''; width: 36px; height: 36px; background: #1fb5ff; opacity: 0.3; position: absolute; border-radius: 50%; } .ionic-step-header-icon.done { background: #2ebc12; } .ionic-step-header-icon { display: flex; align-items: center; justify-content: center; margin-right: 8px; flex: none; width: 26px; height: 26px; border-radius: 50%; transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1); } .ionic-step-header-icon img { width: 16px; height: 16px; } .ionic-step-header-text-container { display: flex; font-size: 18px; align-items: center; } .ionic-step-header-title { margin-left: 25px; } .ionic-step-header-tag { color: #fff; border-radius: 4px; padding: 4px; font-size: 14px; margin-left: 8px; } .ionic-step-header-tag.tag-blue { background: #1fb5ff; } .ionic-step-header-tag.tag-red { background: #ff2b2b; } .ionic-step-header-username, .ionic-step-header-time { color: #595959; margin-left: 20px; font-size: 16px; } /** item */ .ion-step-container { position: relative; background-color: #fff; margin-left: 40px; } .ion-step-container::before { content: ''; position: absolute; top: -14px; bottom: -14px; left: -24px; border-left-width: 2px; border-left-style: solid; border-left-color: #d9dee2; } .ion-step-block > div:last-child .ion-step-container::before { display: none; } .ion-step-container-arrow { position: absolute; width: 24px; height: 24px; top: -24px; left: 26px; } .ion-step-container-arrow em { display: block; border-width: 12px; position: absolute; border-style: dashed dashed solid; font-size: 0; line-height: 0; } .ion-step-container-arrow em { border-color: transparent transparent #fff; } .ion-step-container-body { padding: 15px; } /** signIn **/ .sign-in-block { text-align: center; } .align-center { position: fixed; left: 50%; top: 50%; margin-left: width/2; margin-top: height/2; } .sign-in-block img { width: 30px; height: 30px; } .sign-in-block-midcircle { width: 75px; height: 75px; border-radius: 50%; background: #ffaf26; box-shadow: 0px 0px 5px #ffaf26; text-align: center; margin: 0 auto; display: flex; justify-content: center; align-items: center; } .sign-in-block-outcircle { width: 85px; height: 85px; border-radius: 50%; margin: 0 auto; border: 1px solid #ffebc8; display: flex; justify-content: center; align-items: center; } .sign-in-block-tips { font-size: 16px; color: #595959; } /** judge **/ .judge-choose-title { font-size: 16px; margin-bottom: 15px; color: #999; } .judge-choose-face-block { display: flex; } .judge-choose-face-separate-line { width: 1px; height: 40px; background: #eee; } .judge-choose-face-block-good, .judge-choose-face-block-bad { flex: 1; display: flex; position: relative; border-bottom: solid 1px #d9dee2; } .judge-choose-face-block-good div, .judge-choose-face-block-bad div { flex: 1; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; } .judge-choose-face-block-good i, .judge-choose-face-block-bad i { position: absolute; bottom: -7px; left: 40px; font-size: 22px; color: #d9dee2; background: #fff; } .judge-choose-face-img { width: 40px; } .judge-choose-face-label { font-size: 18px; margin-left: 12px; color: #999; } .judge-choose-upthumb { text-align: center; } .judge-choose-upthumb img { width: 20px; } .judge-choose-good-reason { display: flex; margin-top: 15px; } .judge-choose-good-reason-label { text-align: center; color: #fff; } .judge-choose-good-reason > div { flex: 1; margin-left: 15px; } .judge-choose-good-reason > div > div { width: 66px; height: 66px; border-radius: 50%; background: #1fb5ff; box-shadow: 0px 0px 5px #1fb5ff; display: flex; flex-direction: column; justify-content: center; } .judge-choose-bad-reason { margin-top: 15px; } .judge-choose-bad-reason textarea { width: 100%; border: solid 1px #eee; color: #999; } .judge-choose-bad-reason-wordcount { text-align: right; color: #999; font-size: 14px; } .judge-choose-submit-button{ text-align: center; display: flex; justify-content:center; } .judge-choose-submit-button button{ width: 100px; color: #1fb5ff !important; border-color:#1fb5ff !important; border-radius: 40px; }
Ion1Demo/www/css/step.css
ion-step { padding: 0 10px 24px 4px; overflow: hidden; position: relative; display: block; background: #f2f5f8; } /** header */ .ionic-step-header { display: flex; height: 54px; overflow: hidden; align-items: center; padding-left: 5px; } .ionic-step-header-icon.todo { background: gray; } .ionic-step-header-icon.doing { background: #1fb5ff; position: relative; } .ionic-step-header-icon.doing::before { content: ''; width: 36px; height: 36px; background: #1fb5ff; opacity: 0.3; position: absolute; border-radius: 50%; } .ionic-step-header-icon.done { background: #2ebc12; } .ionic-step-header-icon { display: flex; align-items: center; justify-content: center; margin-right: 8px; flex: none; width: 26px; height: 26px; border-radius: 50%; transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1); } .ionic-step-header-icon img { width: 16px; height: 16px; } .ionic-step-header-text-container { display: flex; font-size: 18px; align-items: center; } .ionic-step-header-title { margin-left: 25px; } .ionic-step-header-tag { color: #fff; border-radius: 4px; padding: 4px; font-size: 14px; margin-left: 8px; } .ionic-step-header-tag.tag-blue { background: #1fb5ff; } .ionic-step-header-tag.tag-red { background: #ff2b2b; } .ionic-step-header-username, .ionic-step-header-time { color: #595959; margin-left: 20px; font-size: 16px; } /** item */ .ion-step-container { position: relative; background-color: #fff; margin-left: 40px; } .ion-step-container::before { content: ''; position: absolute; top: -14px; bottom: -14px; left: -24px; border-left-width: 2px; border-left-style: solid; border-left-color: #d9dee2; } .ion-step-block > div:last-child .ion-step-container::before { display: none; } .ion-step-container-arrow { position: absolute; width: 24px; height: 24px; top: -24px; left: 26px; } .ion-step-container-arrow em { display: block; border-width: 12px; position: absolute; border-style: dashed dashed solid; font-size: 0; line-height: 0; } .ion-step-container-arrow em { border-color: transparent transparent #fff; } .ion-step-container-body { padding: 15px; } /** signIn **/ .sign-in-block { text-align: center; } .align-center { position: fixed; left: 50%; top: 50%; margin-left: width/2; margin-top: height/2; } .sign-in-block img { width: 30px; height: 30px; } .sign-in-block-midcircle { width: 75px; height: 75px; border-radius: 50%; background: #ffaf26; box-shadow: 0px 0px 5px #ffaf26; text-align: center; margin: 0 auto; display: flex; justify-content: center; align-items: center; } .sign-in-block-outcircle { width: 85px; height: 85px; border-radius: 50%; margin: 0 auto; border: 1px solid #ffebc8; display: flex; justify-content: center; align-items: center; } .sign-in-block-tips { font-size: 16px; color: #595959; } /** judge **/ .judge-choose-title { font-size: 16px; margin-bottom: 15px; color: #999; } .judge-choose-face-block { display: flex; } .judge-choose-face-separate-line { width: 1px; height: 40px; background: #eee; } .judge-choose-face-block-good, .judge-choose-face-block-bad { flex: 1; display: flex; position: relative; border-bottom: solid 1px #d9dee2; } .judge-choose-face-block-good div, .judge-choose-face-block-bad div { flex: 1; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; } .judge-choose-face-block-good i, .judge-choose-face-block-bad i { position: absolute; bottom: -7px; left: 40px; font-size: 22px; color: #d9dee2; background: #fff; } .judge-choose-face-img { width: 40px; } .judge-choose-face-label { font-size: 18px; margin-left: 12px; color: #999; } .judge-choose-upthumb { text-align: center; } .judge-choose-upthumb img { width: 20px; } .judge-choose-good-reason { display: flex; margin-top: 15px; } .judge-choose-good-reason-label { text-align: center; color: #fff; } .judge-choose-good-reason > div { flex: 1; margin-left: 15px; } .judge-choose-good-reason > div > div { width: 66px; height: 66px; border-radius: 50%; background: #1fb5ff; box-shadow: 0px 0px 5px #1fb5ff; display: flex; flex-direction: column; justify-content: center; } .judge-choose-bad-reason { margin-top: 15px; } .judge-choose-bad-reason textarea { width: 100%; border: solid 1px #eee; color: #999; } .judge-choose-bad-reason-wordcount { text-align: right; color: #999; font-size: 14px; } .judge-choose-submit-button{ text-align: center; display: flex; justify-content:center; } .judge-choose-submit-button button{ width: 100px; color: #1fb5ff !important; border-color:#1fb5ff !important; border-radius: 40px; }
0.442637
0.117446
margin: 0; padding: 0; list-style: none; } #menu li{ display: inline; padding: 0; margin: 0; float: left; } #menu li a{ display: block; width: 200px; padding: 3px; margin: 10px 0px 10px 0px; text-decoration: none; border:outset 3px #C2CBBD; background-color: #C2CBBD; text-align: center; color: #000000; font-size: 14px; } #menu li a:hover{ border: inset 3px #95A38D; background-color: #95A38D; } a.button{ display: inline-block; padding: 0.5em 1em; background: #cccccc; border: 1px solid #666666; border-radius: 10px; color: #000000; font-size: 15px; line-height: 1; text-shadow: 0px 1px 1px #ffffff; -webkit-box-shadow: 0 1px 5px 0 #bbb, inset 0 1px 1px #fff; -moz-box-shadow: 0 1px 5px 0 #bbb, inset 0 1px 1px #fff; box-shadow: 0 1px 5px 0 #bbb, inset 0 1px 1px #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#888888)); background-image: -moz-linear-gradient(top, #dddddd, #888888); background-image: -o-linear-gradient(top, #dddddd, #888888); } table.brwsr1 { font-size: 12px; margin: 0 auto; border-collapse: separate; border-spacing: 0px 1px; } table.brwsr1 th { padding: 12px; vertical-align: middle; text-align: left; border-bottom: #999 1px solid; color: #fff; } table.brwsr1 td { padding: 12px; vertical-align: middle; text-align: left; border-bottom: #999 1px solid; font-size: 11px; } table.brwsr1 caption { padding:0 0 5px 0; font:italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-align:right; } table.brwsr1 th.r1 { width: 152px; border-right: #999 1px solid; background: #447791; } table.brwsr1 th.r2, table.brwsr1 td.r2 { width: 128px; border-left: #fff 1px solid; border-right: #999 1px solid; background: #5893b1; } table.brwsr1 th.r2, table.brwsr1 th.r3, table.brwsr1 th.r4 { text-align: center; } table.brwsr1 th.r3, table.brwsr1 td.r3 { width: 128px; border-left: #fff 1px solid; border-right: #999 1px solid; background: #7cacc2; } table.brwsr1 th.r4, table.brwsr1 td.r4 { width: 128px; border-left: #fff 1px solid; background: #a0c2d3; }
css/style.css
margin: 0; padding: 0; list-style: none; } #menu li{ display: inline; padding: 0; margin: 0; float: left; } #menu li a{ display: block; width: 200px; padding: 3px; margin: 10px 0px 10px 0px; text-decoration: none; border:outset 3px #C2CBBD; background-color: #C2CBBD; text-align: center; color: #000000; font-size: 14px; } #menu li a:hover{ border: inset 3px #95A38D; background-color: #95A38D; } a.button{ display: inline-block; padding: 0.5em 1em; background: #cccccc; border: 1px solid #666666; border-radius: 10px; color: #000000; font-size: 15px; line-height: 1; text-shadow: 0px 1px 1px #ffffff; -webkit-box-shadow: 0 1px 5px 0 #bbb, inset 0 1px 1px #fff; -moz-box-shadow: 0 1px 5px 0 #bbb, inset 0 1px 1px #fff; box-shadow: 0 1px 5px 0 #bbb, inset 0 1px 1px #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#888888)); background-image: -moz-linear-gradient(top, #dddddd, #888888); background-image: -o-linear-gradient(top, #dddddd, #888888); } table.brwsr1 { font-size: 12px; margin: 0 auto; border-collapse: separate; border-spacing: 0px 1px; } table.brwsr1 th { padding: 12px; vertical-align: middle; text-align: left; border-bottom: #999 1px solid; color: #fff; } table.brwsr1 td { padding: 12px; vertical-align: middle; text-align: left; border-bottom: #999 1px solid; font-size: 11px; } table.brwsr1 caption { padding:0 0 5px 0; font:italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-align:right; } table.brwsr1 th.r1 { width: 152px; border-right: #999 1px solid; background: #447791; } table.brwsr1 th.r2, table.brwsr1 td.r2 { width: 128px; border-left: #fff 1px solid; border-right: #999 1px solid; background: #5893b1; } table.brwsr1 th.r2, table.brwsr1 th.r3, table.brwsr1 th.r4 { text-align: center; } table.brwsr1 th.r3, table.brwsr1 td.r3 { width: 128px; border-left: #fff 1px solid; border-right: #999 1px solid; background: #7cacc2; } table.brwsr1 th.r4, table.brwsr1 td.r4 { width: 128px; border-left: #fff 1px solid; background: #a0c2d3; }
0.238284
0.111773
# Search opener - begin ========================================================================== */ .eltd-light-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener, .eltd-light-header .eltd-top-bar .eltd-search-opener { color: #fff !important; } .eltd-light-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener:hover, .eltd-light-header .eltd-top-bar .eltd-search-opener:hover { color: #ffd94a !important; } .eltd-dark-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener, .eltd-dark-header .eltd-top-bar .eltd-search-opener { color: #333 !important; } .eltd-dark-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener:hover, .eltd-dark-header .eltd-top-bar .eltd-search-opener:hover { color: #ffd94a !important; } .eltd-search-widget-holder { position: relative; display: inline-block; width: 100%; vertical-align: middle; width: 232px; margin: 0 10px; text-align: left; /* Right Direction */ /* Expanding Layout */ } .eltd-search-widget-holder form { position: relative; display: inline-block; width: 100%; vertical-align: middle; line-height: 32px; } .eltd-search-widget-holder .eltd-search-opener { position: relative; display: inline-block; vertical-align: top; padding: 0; margin: 0; font-size: 22px; line-height: inherit; color: #000; background: none; border: 0; border-radius: 0; outline: none; cursor: pointer; -webkit-appearance: none; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } .eltd-search-widget-holder .eltd-search-opener > span { -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .eltd-light-header .eltd-search-widget-holder .eltd-search-opener { color: #fff; } .eltd-search-widget-holder .eltd-search-opener:hover { color: #ffd94a; } .eltd-page-header .eltd-search-widget-holder .eltd-search-opener:hover { color: #ffd94a; } .eltd-search-widget-holder .eltd-search-opener > * { position: relative; display: inline-block; vertical-align: top; line-height: inherit; } .eltd-search-widget-holder .eltd-search-opener > *:before { position: relative; top: -2px; display: block; line-height: inherit; } .eltd-search-widget-holder .eltd-search-opener .eltd-search-close { position: absolute; top: 0; right: 0; opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .eltd-search-widget-holder .eltd-search-opener-field { position: absolute; top: 0; left: 29px; width: 200px; } .eltd-search-widget-holder .eltd-search-field { position: relative; top: -5px; height: 30px; line-height: inherit; margin: 0; padding: 0; font-family: "Muli", sans-serif; font-size: 13px; font-weight: 300; color: #393939; font-style: italic; border: 0; background-color: #fff; outline: 0; vertical-align: middle; box-sizing: border-box; -webkit-transition: border-color 0.15s ease-in-out; -moz-transition: border-color 0.15s ease-in-out; transition: border-color 0.15s ease-in-out; } .eltd-search-widget-holder .eltd-search-field:focus { border-color: #ffd94a; } .eltd-search-widget-holder .eltd-search-field::-webkit-input-placeholder { color: #cfcece; } .eltd-search-widget-holder .eltd-search-field:-moz-placeholder { color: #cfcece; opacity: 1; } .eltd-search-widget-holder .eltd-search-field::-moz-placeholder { color: #cfcece; opacity: 1; } .eltd-search-widget-holder .eltd-search-field:-ms-input-placeholder { color: #cfcece; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field { color: #000; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field::-webkit-input-placeholder { color: inherit; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field:-moz-placeholder { color: inherit; opacity: 1; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field::-moz-placeholder { color: inherit; opacity: 1; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field:-ms-input-placeholder { color: inherit; } .eltd-search-widget-holder.eltd-search-right { text-align: right; } .eltd-search-widget-holder.eltd-search-right .eltd-search-opener-field { left: auto; right: 29px; } .eltd-search-widget-holder.eltd-search-expanding { width: auto; } .eltd-search-widget-holder.eltd-search-expanding .eltd-search-opener-field { width: 0; opacity: 0; z-index: -1; right: 56px; -webkit-transition: width 0.24s ease-in-out; -moz-transition: width 0.24s ease-in-out; transition: width 0.24s ease-in-out; } .eltd-search-widget-holder.eltd-search-expanding .eltd-search-opener-field .eltd-search-submit { width: 25px; height: 25px; font-size: 18px; position: absolute; background-color: transparent; border: none; cursor: pointer; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); } .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener > span { opacity: 0; } .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener .eltd-search-close { opacity: 1; } .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener-field { width: 722px; opacity: 1; z-index: 1; border-bottom: 1px solid #ddd; } @media only screen and (max-width: 1024px) { .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener-field { width: 150px; } } /* ========================================================================== # Search opener - end ========================================================================== */ /* ========================================================================== # Search template style - begin ========================================================================== */ .eltd-search-page-holder { position: relative; display: inline-block; width: 100%; vertical-align: middle; margin: 0 0 80px; } .eltd-search-page-holder .eltd-search-page-form { position: relative; display: inline-block; width: 100%; vertical-align: middle; margin: 0 0 30px; } .eltd-search-page-holder .eltd-search-page-form .eltd-search-title { margin: 0 0 20px; } .eltd-search-page-holder .eltd-search-page-form .eltd-search-label { display: block; font-size: 13px; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder { position: relative; display: inline-block; width: 100%; vertical-align: middle; margin: 0 0 10px; clear: both; border-bottom: 1px solid #ddd; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-column-left { display: table-cell; vertical-align: top; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-column-right { display: table-cell; width: 1%; text-align: left; vertical-align: top; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field { position: relative; width: 100%; height: 40px; line-height: 40px; margin: 0; padding: 0 20px 0 3px; font-family: inherit; font-size: inherit; color: inherit; background-color: transparent; border: none; outline: 0; vertical-align: middle; -webkit-appearance: none; box-sizing: border-box; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field::-webkit-input-placeholder { color: inherit; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field:-moz-placeholder { color: inherit; opacity: 1; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field::-moz-placeholder { color: inherit; opacity: 1; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field:-ms-input-placeholder { color: inherit; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-submit { position: relative; display: inline-block; width: auto; height: 40px; line-height: 40px; padding: 0; font-size: 18px; color: #777777; background-color: transparent; border: 0; outline: 0; cursor: pointer; vertical-align: middle; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-submit:hover { color: #000; } .eltd-search-page-holder article { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 30px 0; margin: 0; border-bottom: 1px solid #ddd; } .eltd-search-page-holder article.sticky .eltd-post-title a { color: #ffd94a; } .eltd-search-page-holder article.page .eltd-post-title-area .eltd-post-info > div.eltd-post-info-category { display: none; } .eltd-search-page-holder article .eltd-post-content { position: relative; display: inline-block; width: 100%; vertical-align: middle; } .eltd-search-page-holder article .eltd-post-image { display: block; float: left; width: 130px; } .eltd-search-page-holder article .eltd-post-image a, .eltd-search-page-holder article .eltd-post-image img { display: block; } .eltd-search-page-holder article .eltd-post-title-area { min-height: 130px; padding: 0 0 0 150px; } .eltd-search-page-holder article .eltd-post-title-area.eltd-no-thumbnail { padding: 0; min-height: inherit; } .eltd-search-page-holder article .eltd-post-title-area .eltd-post-title-area-inner { width: 100%; height: 100%; overflow: hidden; box-sizing: border-box; } .eltd-search-page-holder article .eltd-post-title-area .eltd-post-title-area-inner .eltd-post-title { margin: 0; } .eltd-search-page-holder article .eltd-post-title-area .eltd-post-title-area-inner .eltd-post-excerpt { margin: 7px 0 0; } .eltd-search-page-holder .eltd-blog-pagination { margin: 50px 0 0; } /* ========================================================================== # Search template style - end ========================================================================== */ /* ========================================================================== Search styles - end ========================================================================== */ /*# sourceMappingURL=search-map.css.map */
wp-content/themes/vakker/framework/modules/search/assets/css/search-map.css
# Search opener - begin ========================================================================== */ .eltd-light-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener, .eltd-light-header .eltd-top-bar .eltd-search-opener { color: #fff !important; } .eltd-light-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener:hover, .eltd-light-header .eltd-top-bar .eltd-search-opener:hover { color: #ffd94a !important; } .eltd-dark-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener, .eltd-dark-header .eltd-top-bar .eltd-search-opener { color: #333 !important; } .eltd-dark-header .eltd-page-header > div:not(.eltd-sticky-header):not(.fixed) .eltd-search-opener:hover, .eltd-dark-header .eltd-top-bar .eltd-search-opener:hover { color: #ffd94a !important; } .eltd-search-widget-holder { position: relative; display: inline-block; width: 100%; vertical-align: middle; width: 232px; margin: 0 10px; text-align: left; /* Right Direction */ /* Expanding Layout */ } .eltd-search-widget-holder form { position: relative; display: inline-block; width: 100%; vertical-align: middle; line-height: 32px; } .eltd-search-widget-holder .eltd-search-opener { position: relative; display: inline-block; vertical-align: top; padding: 0; margin: 0; font-size: 22px; line-height: inherit; color: #000; background: none; border: 0; border-radius: 0; outline: none; cursor: pointer; -webkit-appearance: none; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } .eltd-search-widget-holder .eltd-search-opener > span { -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .eltd-light-header .eltd-search-widget-holder .eltd-search-opener { color: #fff; } .eltd-search-widget-holder .eltd-search-opener:hover { color: #ffd94a; } .eltd-page-header .eltd-search-widget-holder .eltd-search-opener:hover { color: #ffd94a; } .eltd-search-widget-holder .eltd-search-opener > * { position: relative; display: inline-block; vertical-align: top; line-height: inherit; } .eltd-search-widget-holder .eltd-search-opener > *:before { position: relative; top: -2px; display: block; line-height: inherit; } .eltd-search-widget-holder .eltd-search-opener .eltd-search-close { position: absolute; top: 0; right: 0; opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .eltd-search-widget-holder .eltd-search-opener-field { position: absolute; top: 0; left: 29px; width: 200px; } .eltd-search-widget-holder .eltd-search-field { position: relative; top: -5px; height: 30px; line-height: inherit; margin: 0; padding: 0; font-family: "Muli", sans-serif; font-size: 13px; font-weight: 300; color: #393939; font-style: italic; border: 0; background-color: #fff; outline: 0; vertical-align: middle; box-sizing: border-box; -webkit-transition: border-color 0.15s ease-in-out; -moz-transition: border-color 0.15s ease-in-out; transition: border-color 0.15s ease-in-out; } .eltd-search-widget-holder .eltd-search-field:focus { border-color: #ffd94a; } .eltd-search-widget-holder .eltd-search-field::-webkit-input-placeholder { color: #cfcece; } .eltd-search-widget-holder .eltd-search-field:-moz-placeholder { color: #cfcece; opacity: 1; } .eltd-search-widget-holder .eltd-search-field::-moz-placeholder { color: #cfcece; opacity: 1; } .eltd-search-widget-holder .eltd-search-field:-ms-input-placeholder { color: #cfcece; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field { color: #000; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field::-webkit-input-placeholder { color: inherit; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field:-moz-placeholder { color: inherit; opacity: 1; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field::-moz-placeholder { color: inherit; opacity: 1; } .eltd-page-header .eltd-search-widget-holder .eltd-search-field:-ms-input-placeholder { color: inherit; } .eltd-search-widget-holder.eltd-search-right { text-align: right; } .eltd-search-widget-holder.eltd-search-right .eltd-search-opener-field { left: auto; right: 29px; } .eltd-search-widget-holder.eltd-search-expanding { width: auto; } .eltd-search-widget-holder.eltd-search-expanding .eltd-search-opener-field { width: 0; opacity: 0; z-index: -1; right: 56px; -webkit-transition: width 0.24s ease-in-out; -moz-transition: width 0.24s ease-in-out; transition: width 0.24s ease-in-out; } .eltd-search-widget-holder.eltd-search-expanding .eltd-search-opener-field .eltd-search-submit { width: 25px; height: 25px; font-size: 18px; position: absolute; background-color: transparent; border: none; cursor: pointer; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); } .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener > span { opacity: 0; } .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener .eltd-search-close { opacity: 1; } .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener-field { width: 722px; opacity: 1; z-index: 1; border-bottom: 1px solid #ddd; } @media only screen and (max-width: 1024px) { .eltd-search-widget-holder.eltd-search-expanding.eltd-is-active .eltd-search-opener-field { width: 150px; } } /* ========================================================================== # Search opener - end ========================================================================== */ /* ========================================================================== # Search template style - begin ========================================================================== */ .eltd-search-page-holder { position: relative; display: inline-block; width: 100%; vertical-align: middle; margin: 0 0 80px; } .eltd-search-page-holder .eltd-search-page-form { position: relative; display: inline-block; width: 100%; vertical-align: middle; margin: 0 0 30px; } .eltd-search-page-holder .eltd-search-page-form .eltd-search-title { margin: 0 0 20px; } .eltd-search-page-holder .eltd-search-page-form .eltd-search-label { display: block; font-size: 13px; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder { position: relative; display: inline-block; width: 100%; vertical-align: middle; margin: 0 0 10px; clear: both; border-bottom: 1px solid #ddd; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-column-left { display: table-cell; vertical-align: top; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-column-right { display: table-cell; width: 1%; text-align: left; vertical-align: top; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field { position: relative; width: 100%; height: 40px; line-height: 40px; margin: 0; padding: 0 20px 0 3px; font-family: inherit; font-size: inherit; color: inherit; background-color: transparent; border: none; outline: 0; vertical-align: middle; -webkit-appearance: none; box-sizing: border-box; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field::-webkit-input-placeholder { color: inherit; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field:-moz-placeholder { color: inherit; opacity: 1; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field::-moz-placeholder { color: inherit; opacity: 1; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-field:-ms-input-placeholder { color: inherit; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-submit { position: relative; display: inline-block; width: auto; height: 40px; line-height: 40px; padding: 0; font-size: 18px; color: #777777; background-color: transparent; border: 0; outline: 0; cursor: pointer; vertical-align: middle; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } .eltd-search-page-holder .eltd-search-page-form .eltd-form-holder .eltd-search-submit:hover { color: #000; } .eltd-search-page-holder article { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 30px 0; margin: 0; border-bottom: 1px solid #ddd; } .eltd-search-page-holder article.sticky .eltd-post-title a { color: #ffd94a; } .eltd-search-page-holder article.page .eltd-post-title-area .eltd-post-info > div.eltd-post-info-category { display: none; } .eltd-search-page-holder article .eltd-post-content { position: relative; display: inline-block; width: 100%; vertical-align: middle; } .eltd-search-page-holder article .eltd-post-image { display: block; float: left; width: 130px; } .eltd-search-page-holder article .eltd-post-image a, .eltd-search-page-holder article .eltd-post-image img { display: block; } .eltd-search-page-holder article .eltd-post-title-area { min-height: 130px; padding: 0 0 0 150px; } .eltd-search-page-holder article .eltd-post-title-area.eltd-no-thumbnail { padding: 0; min-height: inherit; } .eltd-search-page-holder article .eltd-post-title-area .eltd-post-title-area-inner { width: 100%; height: 100%; overflow: hidden; box-sizing: border-box; } .eltd-search-page-holder article .eltd-post-title-area .eltd-post-title-area-inner .eltd-post-title { margin: 0; } .eltd-search-page-holder article .eltd-post-title-area .eltd-post-title-area-inner .eltd-post-excerpt { margin: 7px 0 0; } .eltd-search-page-holder .eltd-blog-pagination { margin: 50px 0 0; } /* ========================================================================== # Search template style - end ========================================================================== */ /* ========================================================================== Search styles - end ========================================================================== */ /*# sourceMappingURL=search-map.css.map */
0.389895
0.080719
@media (min-width: 1200px) { .container { max-width: 925px; } } body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } h4 { margin-top: 8px; margin-bottom: 8px; text-decoration: underline; color: #05a101; font-weight: bold; font-size: 15px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .navbar-default .navbar-brand { color: #454748; } .navbar-default .navbar-nav > li > a { color: #23ab20; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background: none; text-decoration: underline; color: #23ab20; } .filter-sorting .form-control, .filter-sorting label { font-size: 12px; font-weight: normal; } .filter-sorting .form-control { height: auto; padding: 3px; min-width: 100px; } .form-control { width: auto; display: inline-block; border-radius: 0; } .thumbnail .caption { padding-top: 0; font-size: 12px; line-height: 15px; color: #454748; } .ratings { padding: 9px; } .thumb-overlap .thumbnail { border-radius: 0 !important; border: 1px solid #c6c6c6; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15); padding: 0; } .img-responsive { margin: 0 auto; height: 320px; } .gallery { margin-top: 5px; } .owl-theme .owl-item img { display: block; height: 150px; margin: 0 auto; border: 1px solid #000; } .product-title { max-width: 150px; white-space: nowrap; overflow: hidden; display: inline-block; text-overflow: ellipsis; } @media (max-width: 767px) { .owl-theme .owl-controls .owl-buttons { font-size: 0; } .owl-theme .owl-controls .owl-buttons div { display: inline-block; width: 50%; font-size: 16px; text-align: center; padding: 40px 0; } } @media only screen and (min-width: 992px) { .panel-basket { position: fixed; z-index: 1111; top: 0; } } @media (min-width: 768px) { .product-cover .img-responsive { margin: 0 auto; position: absolute; top: 0; bottom: 0; margin: auto; height: auto; } .navbar-default { padding-top: 50px; padding-bottom: 20px; background: #fff; border: none; } .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a { font-size: 12px; padding: 10px; } .thumb-overlap { height: 430px; position: relative; } .thumb-overlap .thumbnail { margin: 0; } .thumb-overlap:hover .thumbnail { width: 100%; position: absolute; z-index: 1; } .thumb-overlap .product-cover { height: 210px; position: relative; overflow: hidden; } .thumb-overlap .caption { height: 100px; min-height: 100px; overflow: hidden; } .thumb-overlap:hover .caption { height: auto; } .owl-theme .owl-controls .owl-buttons div { position: absolute; padding: 0; } .owl-theme .owl-controls .owl-buttons .owl-prev { left: 0; top: 0; } .owl-theme .owl-controls .owl-buttons .owl-next { right: 0; top: 0; } .owl-theme .owl-buttons span { line-height: 45px; top: 0; padding: 0 3px; } .owl-theme .owl-item img { display: block; max-width: 45px; height: 45px; /*max-height: 45px !important;*/ margin: 0 auto; } .gallery { margin: 3px 0; text-align: center; overflow: hidden; height: 45px; padding: 0 16px; } .gallery img { border: 1px solid #000; display: inline-block; } } .navbar-default .navbar-brand { padding-left: 0; } .panel { margin-top: 15px; background-color: #feffa7; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35); border-radius: 0; } .panel .panel-heading { white-space: nowrap; text-align: center; } .panel .panel-body { padding: 0; } .panel .panel-body .list-group-item, .panel .panel-body .list-group-item:last-child { border-left: none; border-right: none; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background: inherit; cursor: pointer; } .panel .panel-footer { background: inherit; border-top: 0; } .basket-indicator { display: inline-block; } .list-group { margin-bottom: 0; } .form-control { height: auto; display: inline-block; padding: 4px; font-size: 12px; line-height: 24px; } .price { width: 60px; display: inline-block; } .price:before { content: '$'; margin-right: 5px; } .quantity-field { width: auto; display: inline-block; font-size: 0; line-height: 1; height: 24px; } .quantity-field .btn-group { display: inline-block; vertical-align: top; } .quantity-field .btn-group > .btn { display: block; border-radius: 0; font-size: 8px; padding: 2px 6px; float: none; margin-left: 0; line-height: 1; } .quantity-field .form-control { height: 100%; display: inline-block; padding: 4px; font-size: 12px; line-height: 1; text-align: center; border-right: 0; width: 30px; } .btn-buy { font-size: 15px; position: relative; padding-right: 40px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35); } .btn-buy .basket-icon { position: absolute; height: 100%; top: 0; right: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-left: 1px solid #fff; line-height: 34px; width: 35px; } .btn-buy:hover .basket-icon { background-color: #06ee00; } .btn { line-height: 1.5; } .btn-success { text-shadow: none; border: none; color: #FFFFFF; background-color: #059b01; *background-color: #059b01; background-image: -moz-linear-gradient(top, #06EE00, #059b01); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#06EE00), to(#059b01)); background-image: -webkit-linear-gradient(top, #06EE00, #059b01); background-image: -o-linear-gradient(top, #06EE00, #059b01); background-image: linear-gradient(to bottom, #06EE00, #059b01); background-repeat: repeat-x; border-color: #059b01; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06EE00', endColorstr='#059b01', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #FFFFFF; background-color: #059b01; *background-color: #003bb3; } .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 0; } .spinner { width: 70px; height: 30px; text-align: center; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .spinner > div { width: 18px; height: 18px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } }
assets/css/style.css
@media (min-width: 1200px) { .container { max-width: 925px; } } body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } h4 { margin-top: 8px; margin-bottom: 8px; text-decoration: underline; color: #05a101; font-weight: bold; font-size: 15px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .navbar-default .navbar-brand { color: #454748; } .navbar-default .navbar-nav > li > a { color: #23ab20; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background: none; text-decoration: underline; color: #23ab20; } .filter-sorting .form-control, .filter-sorting label { font-size: 12px; font-weight: normal; } .filter-sorting .form-control { height: auto; padding: 3px; min-width: 100px; } .form-control { width: auto; display: inline-block; border-radius: 0; } .thumbnail .caption { padding-top: 0; font-size: 12px; line-height: 15px; color: #454748; } .ratings { padding: 9px; } .thumb-overlap .thumbnail { border-radius: 0 !important; border: 1px solid #c6c6c6; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15); padding: 0; } .img-responsive { margin: 0 auto; height: 320px; } .gallery { margin-top: 5px; } .owl-theme .owl-item img { display: block; height: 150px; margin: 0 auto; border: 1px solid #000; } .product-title { max-width: 150px; white-space: nowrap; overflow: hidden; display: inline-block; text-overflow: ellipsis; } @media (max-width: 767px) { .owl-theme .owl-controls .owl-buttons { font-size: 0; } .owl-theme .owl-controls .owl-buttons div { display: inline-block; width: 50%; font-size: 16px; text-align: center; padding: 40px 0; } } @media only screen and (min-width: 992px) { .panel-basket { position: fixed; z-index: 1111; top: 0; } } @media (min-width: 768px) { .product-cover .img-responsive { margin: 0 auto; position: absolute; top: 0; bottom: 0; margin: auto; height: auto; } .navbar-default { padding-top: 50px; padding-bottom: 20px; background: #fff; border: none; } .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a { font-size: 12px; padding: 10px; } .thumb-overlap { height: 430px; position: relative; } .thumb-overlap .thumbnail { margin: 0; } .thumb-overlap:hover .thumbnail { width: 100%; position: absolute; z-index: 1; } .thumb-overlap .product-cover { height: 210px; position: relative; overflow: hidden; } .thumb-overlap .caption { height: 100px; min-height: 100px; overflow: hidden; } .thumb-overlap:hover .caption { height: auto; } .owl-theme .owl-controls .owl-buttons div { position: absolute; padding: 0; } .owl-theme .owl-controls .owl-buttons .owl-prev { left: 0; top: 0; } .owl-theme .owl-controls .owl-buttons .owl-next { right: 0; top: 0; } .owl-theme .owl-buttons span { line-height: 45px; top: 0; padding: 0 3px; } .owl-theme .owl-item img { display: block; max-width: 45px; height: 45px; /*max-height: 45px !important;*/ margin: 0 auto; } .gallery { margin: 3px 0; text-align: center; overflow: hidden; height: 45px; padding: 0 16px; } .gallery img { border: 1px solid #000; display: inline-block; } } .navbar-default .navbar-brand { padding-left: 0; } .panel { margin-top: 15px; background-color: #feffa7; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35); border-radius: 0; } .panel .panel-heading { white-space: nowrap; text-align: center; } .panel .panel-body { padding: 0; } .panel .panel-body .list-group-item, .panel .panel-body .list-group-item:last-child { border-left: none; border-right: none; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background: inherit; cursor: pointer; } .panel .panel-footer { background: inherit; border-top: 0; } .basket-indicator { display: inline-block; } .list-group { margin-bottom: 0; } .form-control { height: auto; display: inline-block; padding: 4px; font-size: 12px; line-height: 24px; } .price { width: 60px; display: inline-block; } .price:before { content: '$'; margin-right: 5px; } .quantity-field { width: auto; display: inline-block; font-size: 0; line-height: 1; height: 24px; } .quantity-field .btn-group { display: inline-block; vertical-align: top; } .quantity-field .btn-group > .btn { display: block; border-radius: 0; font-size: 8px; padding: 2px 6px; float: none; margin-left: 0; line-height: 1; } .quantity-field .form-control { height: 100%; display: inline-block; padding: 4px; font-size: 12px; line-height: 1; text-align: center; border-right: 0; width: 30px; } .btn-buy { font-size: 15px; position: relative; padding-right: 40px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35); } .btn-buy .basket-icon { position: absolute; height: 100%; top: 0; right: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-left: 1px solid #fff; line-height: 34px; width: 35px; } .btn-buy:hover .basket-icon { background-color: #06ee00; } .btn { line-height: 1.5; } .btn-success { text-shadow: none; border: none; color: #FFFFFF; background-color: #059b01; *background-color: #059b01; background-image: -moz-linear-gradient(top, #06EE00, #059b01); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#06EE00), to(#059b01)); background-image: -webkit-linear-gradient(top, #06EE00, #059b01); background-image: -o-linear-gradient(top, #06EE00, #059b01); background-image: linear-gradient(to bottom, #06EE00, #059b01); background-repeat: repeat-x; border-color: #059b01; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06EE00', endColorstr='#059b01', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #FFFFFF; background-color: #059b01; *background-color: #003bb3; } .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 0; } .spinner { width: 70px; height: 30px; text-align: center; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .spinner > div { width: 18px; height: 18px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } }
0.389779
0.057071
@charset "utf-8"; html, body { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; background: transparent; } body { margin: 0; top: 0; right: 0; bottom: 0; left: 0; position: fixed; tab-size: 4; text-rendering: auto; overflow: hidden; } /* SL Headers */ h1, h2, h3, h4, h5, h6 { margin-bottom: 10px !important; margin-top: 10px !important; } h1 { font-size: 2em!important; } h2 { font-size: 1.5em!important; } h3 { font-size: 1.17em!important; } h4 { font-size: 1.12em!important; } h5 { font-size: .83em!important; } h6 { font-size: .75em!important; } p { font-size: 14px; } #outer { bottom: auto; right: auto; height: 100%; } #inner { height: 100%; background-color: #fff; } #body { height: calc(100% - 55px); overflow: auto; } .no-hover { pointer-events: none; } /* Header */ .sl-navbar-container:not(.uk-navbar-transparent) { background: linear-gradient(to left, #28a5f5, #1e87f0); min-height: 50px; } .sl-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a { color: rgba(255,255,255,0.8); min-height: 50px; font-size: 1.2em; } .sl-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a { color: #fff; font-size: 1.2em; } .sl-icon { background: #fff; border: 4px solid #5bb7f0; border-radius: 12px; position: relative; height: 30px; width: 30px; margin-left: 5px; box-sizing: unset; } /* SunLight Table table { border: 1px solid #1e87f0; border-collapse: collapse; } thead tr { background-color: #1e87f0; } th, td { border: 1px solid #1e87f0; padding: 2px 5px; } th { font-weight: bold; text-align: -internal-center; color: white!important; }*/ .uk-table td { vertical-align: unset; } .avatar-border { width: 60px; height: 60px; background-position: center; background-size: auto; background-size: 118%; background-repeat: no-repeat; box-shadow: 0 0 10px rgba(0, 0, 0, .7); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .7); border-radius: 100%; } .os-theme-dark.os-theme-sunlight > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle { background: #84a8e2; } .os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track:hover>.os-scrollbar-handle { background: rgb(108, 162, 250); } .os-theme-dark.os-theme-sunlight > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active { background: #4286f4; } /* Remove arrows from input=[number] */ /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance:textfield; } @media (min-width: 550px) { p { font-size: 16px; } .uk-tab>*>a { font-size: 1.12em; } .avatar-border { width: 80px; height: 80px; } }
resources/css/styles.css
@charset "utf-8"; html, body { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; background: transparent; } body { margin: 0; top: 0; right: 0; bottom: 0; left: 0; position: fixed; tab-size: 4; text-rendering: auto; overflow: hidden; } /* SL Headers */ h1, h2, h3, h4, h5, h6 { margin-bottom: 10px !important; margin-top: 10px !important; } h1 { font-size: 2em!important; } h2 { font-size: 1.5em!important; } h3 { font-size: 1.17em!important; } h4 { font-size: 1.12em!important; } h5 { font-size: .83em!important; } h6 { font-size: .75em!important; } p { font-size: 14px; } #outer { bottom: auto; right: auto; height: 100%; } #inner { height: 100%; background-color: #fff; } #body { height: calc(100% - 55px); overflow: auto; } .no-hover { pointer-events: none; } /* Header */ .sl-navbar-container:not(.uk-navbar-transparent) { background: linear-gradient(to left, #28a5f5, #1e87f0); min-height: 50px; } .sl-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a { color: rgba(255,255,255,0.8); min-height: 50px; font-size: 1.2em; } .sl-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a { color: #fff; font-size: 1.2em; } .sl-icon { background: #fff; border: 4px solid #5bb7f0; border-radius: 12px; position: relative; height: 30px; width: 30px; margin-left: 5px; box-sizing: unset; } /* SunLight Table table { border: 1px solid #1e87f0; border-collapse: collapse; } thead tr { background-color: #1e87f0; } th, td { border: 1px solid #1e87f0; padding: 2px 5px; } th { font-weight: bold; text-align: -internal-center; color: white!important; }*/ .uk-table td { vertical-align: unset; } .avatar-border { width: 60px; height: 60px; background-position: center; background-size: auto; background-size: 118%; background-repeat: no-repeat; box-shadow: 0 0 10px rgba(0, 0, 0, .7); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .7); border-radius: 100%; } .os-theme-dark.os-theme-sunlight > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle { background: #84a8e2; } .os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track:hover>.os-scrollbar-handle { background: rgb(108, 162, 250); } .os-theme-dark.os-theme-sunlight > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active { background: #4286f4; } /* Remove arrows from input=[number] */ /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance:textfield; } @media (min-width: 550px) { p { font-size: 16px; } .uk-tab>*>a { font-size: 1.12em; } .avatar-border { width: 80px; height: 80px; } }
0.280419
0.073065
.calendars { padding: 5px; box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.22)!important; background-color: #fff; color: #000; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em; font-family: 'Open Sans'!important; font-size: 14px; } .calendars-rtl { direction: rtl; } .calendars-popup { z-index: 99999; } .calendars-disable { position: absolute; z-index: 100; background-color: white; opacity: 0.5; filter: alpha(opacity=50); } .calendars a { color: #fff; text-decoration: none; } .calendars a.calendars-disabled { color: #888; cursor: auto; } .calendars button { margin: 0.25em; padding: 0.125em 0em; background-color: #fcc; border: none; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em; font-weight: bold; } .calendars-nav, .calendars-ctrl { float: left; width: 100%; color: #000; font-size: 14px; font-weight: 400!important; } .calendars-ctrl { } .calendars-cmd { } .calendars-cmd:hover { } .calendars-ctrl .calendars-cmd:hover { background-color: #c6c6c6; } .calendars-cmd-prevJump, .calendars-cmd-nextJump { width: 8%; } a.calendars-cmd { color: #333 !important; width: 33%; padding: 5px; } button.calendars-cmd { text-align: center; } .calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear { float: left; padding-left: 2%; } .calendars-cmd-current, .calendars-cmd-today { float: left; width: 35%; text-align: center; } .calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close { float: right; padding-right: 2%; text-align: right; } .calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump, .calendars-rtl .calendars-cmd-clear { float: right; padding-left: 0%; padding-right: 2%; text-align: right; } .calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today { float: right; } .calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump, .calendars-rtl .calendars-cmd-close { float: left; padding-left: 2%; padding-right: 0%; text-align: left; } .calendars-month-nav { float: left; background-color: #777; text-align: center; } .calendars-month-nav div { float: left; width: 12.5%; margin: 1%; padding: 1%; } .calendars-month-nav span { color: #888; } .calendars-month-row { clear: left; } .calendars-month { float: left; width: 15em; text-align: center; } .calendars-month-header{ height:36px !important; padding-top:5px; } .calendars-month-header, .calendars-month-header select, .calendars-month-header input { height: 2em; color: #333; } .calendars-month-header select, .calendars-month-header input { border: none; color: #333; font-weight: 400!important; } .calendars-month-header input { position: absolute; display: none; } .calendars-month table { width: 100%; border-collapse: collapse; border:0px; } .calendars-month thead { } .calendars-month th, .calendars-month td { margin: 0em; padding: 0em; font-weight: normal; text-align: center; } .calendars-month th { border: none; } .calendars-month th, .calendars-month th a { color: #333; font-weight: 400 !important; } .calendars-month td { background-color: #eee; border: none; font-weight: 300 !important; } .calendars-month td.calendars-week { border: 1px solid #777; } .calendars-month td.calendars-week * { background-color: #777; color: #fff; border: none; } .calendars-month a { display: block; width: 100%; padding: 6px; background-color: #eee; color: #333 !important; text-decoration: none; } .calendars-month span { display: block; width: 100%; padding:5px; } .calendars-month td span { color: #888; } .calendars-month td .calendars-other-month { background-color: #fff; color:#8a8a8a; } .calendars-month td .calendars-weekend { } .calendars-month td .calendars-today { background-color: #f0c0c0; } .calendars-month td .calendars-highlight { background-color: #c6c6c6; } .calendars-month td .calendars-selected { background-color: #777; color: #fff; } .calendars-month th.calendars-week { background-color: #777; color: #fff; } .calendars-status { clear: both; background-color: #ddd; text-align: center; } .calendars-clear-fix { clear: both; } .fullPageCalendar .calendars{ width: 100% !important; box-shadow:none !important; padding: 0px; } .fullPageCalendar .calendars-month{ width: 100% !important; } .fullPageCalendar .calendars-month td{ border: 1px #eee solid; background-color: transparent !important; height: 130px; vertical-align: top; width: 130px; } .fullPageCalendar .calendars-month a{ background-color: transparent !important; text-align: right; } .fullPageCalendar .calendars-month td .calendars-selected{ color: #333; } .sfullPageCalendar .calendars{ width: 100% !important; box-shadow:none !important; padding: 0px; } .sfullPageCalendar .calendars-month{ width: 100% !important; } .sfullPageCalendar .calendars-month td{ border: 1px #eee solid; background-color: transparent !important; height: 50px; vertical-align: top; } .sfullPageCalendar .calendars-month a{ background-color: transparent !important; text-align: right; } .sfullPageCalendar .calendars-month td .calendars-selected{ color: #333; } .sfullPageCalendar .fullCalEvent,.sfullPageCalendar td{ font-size: 9px !important; } .fullCalEvent{ font-size: 12px !important; border:1px solid #eee !important; padding-right: 3px !important; padding-left: 3px !important; padding-top: 1px !important; padding-bottom: 1px !important; margin: 1px !important; }
assets/plugins/global-calendars/jquery.calendars.picker.css
.calendars { padding: 5px; box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.22)!important; background-color: #fff; color: #000; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em; font-family: 'Open Sans'!important; font-size: 14px; } .calendars-rtl { direction: rtl; } .calendars-popup { z-index: 99999; } .calendars-disable { position: absolute; z-index: 100; background-color: white; opacity: 0.5; filter: alpha(opacity=50); } .calendars a { color: #fff; text-decoration: none; } .calendars a.calendars-disabled { color: #888; cursor: auto; } .calendars button { margin: 0.25em; padding: 0.125em 0em; background-color: #fcc; border: none; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em; font-weight: bold; } .calendars-nav, .calendars-ctrl { float: left; width: 100%; color: #000; font-size: 14px; font-weight: 400!important; } .calendars-ctrl { } .calendars-cmd { } .calendars-cmd:hover { } .calendars-ctrl .calendars-cmd:hover { background-color: #c6c6c6; } .calendars-cmd-prevJump, .calendars-cmd-nextJump { width: 8%; } a.calendars-cmd { color: #333 !important; width: 33%; padding: 5px; } button.calendars-cmd { text-align: center; } .calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear { float: left; padding-left: 2%; } .calendars-cmd-current, .calendars-cmd-today { float: left; width: 35%; text-align: center; } .calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close { float: right; padding-right: 2%; text-align: right; } .calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump, .calendars-rtl .calendars-cmd-clear { float: right; padding-left: 0%; padding-right: 2%; text-align: right; } .calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today { float: right; } .calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump, .calendars-rtl .calendars-cmd-close { float: left; padding-left: 2%; padding-right: 0%; text-align: left; } .calendars-month-nav { float: left; background-color: #777; text-align: center; } .calendars-month-nav div { float: left; width: 12.5%; margin: 1%; padding: 1%; } .calendars-month-nav span { color: #888; } .calendars-month-row { clear: left; } .calendars-month { float: left; width: 15em; text-align: center; } .calendars-month-header{ height:36px !important; padding-top:5px; } .calendars-month-header, .calendars-month-header select, .calendars-month-header input { height: 2em; color: #333; } .calendars-month-header select, .calendars-month-header input { border: none; color: #333; font-weight: 400!important; } .calendars-month-header input { position: absolute; display: none; } .calendars-month table { width: 100%; border-collapse: collapse; border:0px; } .calendars-month thead { } .calendars-month th, .calendars-month td { margin: 0em; padding: 0em; font-weight: normal; text-align: center; } .calendars-month th { border: none; } .calendars-month th, .calendars-month th a { color: #333; font-weight: 400 !important; } .calendars-month td { background-color: #eee; border: none; font-weight: 300 !important; } .calendars-month td.calendars-week { border: 1px solid #777; } .calendars-month td.calendars-week * { background-color: #777; color: #fff; border: none; } .calendars-month a { display: block; width: 100%; padding: 6px; background-color: #eee; color: #333 !important; text-decoration: none; } .calendars-month span { display: block; width: 100%; padding:5px; } .calendars-month td span { color: #888; } .calendars-month td .calendars-other-month { background-color: #fff; color:#8a8a8a; } .calendars-month td .calendars-weekend { } .calendars-month td .calendars-today { background-color: #f0c0c0; } .calendars-month td .calendars-highlight { background-color: #c6c6c6; } .calendars-month td .calendars-selected { background-color: #777; color: #fff; } .calendars-month th.calendars-week { background-color: #777; color: #fff; } .calendars-status { clear: both; background-color: #ddd; text-align: center; } .calendars-clear-fix { clear: both; } .fullPageCalendar .calendars{ width: 100% !important; box-shadow:none !important; padding: 0px; } .fullPageCalendar .calendars-month{ width: 100% !important; } .fullPageCalendar .calendars-month td{ border: 1px #eee solid; background-color: transparent !important; height: 130px; vertical-align: top; width: 130px; } .fullPageCalendar .calendars-month a{ background-color: transparent !important; text-align: right; } .fullPageCalendar .calendars-month td .calendars-selected{ color: #333; } .sfullPageCalendar .calendars{ width: 100% !important; box-shadow:none !important; padding: 0px; } .sfullPageCalendar .calendars-month{ width: 100% !important; } .sfullPageCalendar .calendars-month td{ border: 1px #eee solid; background-color: transparent !important; height: 50px; vertical-align: top; } .sfullPageCalendar .calendars-month a{ background-color: transparent !important; text-align: right; } .sfullPageCalendar .calendars-month td .calendars-selected{ color: #333; } .sfullPageCalendar .fullCalEvent,.sfullPageCalendar td{ font-size: 9px !important; } .fullCalEvent{ font-size: 12px !important; border:1px solid #eee !important; padding-right: 3px !important; padding-left: 3px !important; padding-top: 1px !important; padding-bottom: 1px !important; margin: 1px !important; }
0.251832
0.36232
.master_dropdow_list{ position: relative; display: inline-block; width: auto; } .master_dropdow_list:hover .master_dropdow_list_content{ display: block; } .master_dropdow_list:hover { background: #7c8490; } .master_dropdow_list_content{ display: none; position: absolute; top: 100%; z-index: 9999; background: #7c8490; width:auto; margin-top: -2px; padding-top: 5px; } .master_dropdow_child_list:hover,.list_result_search:hover{ background-color: #FF3399; } .master_dropdow_child_list{ width: 100%; } .list_result_search{width: 100%;padding-left: 5%;height: 30px;} .list-search{ display: none; position: absolute; top: 100%; z-index: 9999; background: #ffffff; height: auto; font-size: 14px; padding: 5px 0 5px 0; } .collapse{ margin-left: 4%; } /* Đăng Nhập*/ .container_login{ height:500px; margin-left: 10%; padding: 10px; margin-top: 20px; margin-bottom: 30px; background-color: white; width: 70%; } .in_lineblock{ color: black; width: 90%; margin: 10px 0 0 10px; } .login_form{ font-size: 14px; text-align: center; } .label_register{ margin-top: 10px; width: 25%; float: left; margin-left: 5%; text-align: right; } .input_register { margin-left: 15px; float: left; margin-bottom: 20px; width: 60%; } .stylelogin{ width: 25%; background-color: #FF3399; border-radius: 0px; } .forgot_pass{ color: #199cb7; } .container { padding: 16px; width: 100%; } .left{ width: 60%; height: 90%; padding: 0px; float: left; } .center{ float: left; height: 95%; width: 5%; padding-top: 33px; } .or_center{ position: absolute; top:50%; left: 53.5%; background-color: white; font-weight: 800; } .right{ width: 35%; float: left; height: 90%; } .inner{ border-left: 1px dotted #b6b6b6; height: 100%; margin-left: 30px; } .social_inner{ height: 100%; width: 40%; margin-left: 30px; margin-top: 20px; vertical-align: middle; } .fb_wrapper{ border: 1px solid #3B5997; margin: 0px; vertical-align: sub; } .google_wrapper{ border: 1px solid #ea4335; margin: 20px 0 0 0; } /* Mua Hàng*/ .container_buy{ width: 100%; } .ship_form{ padding: 0px; margin-left: 5%; border: 1px solid #CFCFCF; } .header_buy{ width: 100%; padding: 10px; border-bottom: 1px solid #CFCFCF; } .label_buy{ font-weight: 500; } .input_buy{ border-radius: 10px; border-color: #e7e7e7; } .button_buy{ float: left; width: 40%; margin-left: 20%; } .title_form{ margin-left: 2%; border: 1px solid #CFCFCF; padding: 0px; } .order_container{ width: 100%; background: #fafafa; font-size: 14px; } .table_order{ width: 100%; color: gray; font-weight: 500; } .table_order_left{ padding: 2% 0 3% 2%; width: 55%; text-align: left; } .table_order_center{ padding: 2% 0 2% 0; width: 10%; text-align: center; } .table_order_right{ padding: 2% 5% 2% 0; width: 35%; text-align: right; } .infor_order{ width: 100%; } .table_infor_order{ width: 100%; background: white; color: black; } .ship_order{ width: 100%; } .table_ship_order{ width: 100%; color: black; } /* sidebar Information */ .account_menu{ float: left; width: 12%; margin-left: 3%; } .account_menu_list{ font-size: 14px; padding-top: 10px; } .account_menu_group{ padding:0px; color: black; } .account_menu_item{ margin: 5px 0 5px 0; } .account_menu_link_active{ color: black; } .account_menu_item a{ color: #1a9cb7; } .account_menu_item a:focus { color: black; } .account_menu_item a:hover{ text-decoration: underline; } /* Information */ .account_content{ float: left; width: 75%; margin: 0 5% 0 5%; font-size: 14px; color: #202020; } .account_form_content{ margin-top: 15px; width: 100%; padding: 10px; background: white; } .label_info{ margin-top: 10px; width: 20%; float: left; text-align: right; } .input_info{ margin-left: 15px; float: left; margin-bottom: 20px; width: 60%; padding-top: 7px; } .info_change a{ color: #1a9cb7; } .info_change a:hover{ text-decoration: underline; } /* List_order */ .list_order_form_content{ width:100%; height: 100%; margin-top: 10px; background: white; } .list_order_table{ height: 100%; width: 100%; } .list_order_table_th{ display: table-cell; padding: 12px 15px; } .list_order_table a:hover{ text-decoration: underline; } /*change_Pass*/ .change_pass_row{ padding-left: 32%; } .change_pass_button_luu{ width: 200px; border-radius: 0px; background-color: #f57224 } .change_pass_button_huy{ width: 200px; border-radius: 0px; } /* change_info */ .change_info_row{ padding-left: 22%; } /* Follow_order */ .follow_order_form_head{ background-color: white; margin-bottom: 15px; } .follow_order_table{ width: 100%; height: 100%; } .follow_order_form_content{ background-color: white; } .status_order{ border-bottom: 1px solid #f1f1f1; padding: 15px 0 10px 15px; font-size: 18px; font-weight: 400; } .follow_order_detail_progress{ padding: 10px 100px 10px 150px; align-items: center; display: flex; } .follow_order_detail_state{ background-color: gray; border-radius: 50%; height: 14px; width: 14px; } .follow_order_detail_state_name{ left: 32%; top: 68%; padding: 10px 0; position: absolute; -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; } /*Manager*/ .manage-child-menu{ width: 100%; } /*user*/ .cart-item{ width:100%; } .button_like{ background: #f7544a;color: #fff; border: 1px solid #fe5252; } .button_like .fa{color: #fff;} .button_like:hover{ background:#fff; border: 1px solid #cccccc; } .button_like:hover .fa{ color:#f7544a; } /*detail*/ .zoomWrapper{ height:311px;width:328px; } .remove{margin-left: 50px; }
public/css/custom.css
.master_dropdow_list{ position: relative; display: inline-block; width: auto; } .master_dropdow_list:hover .master_dropdow_list_content{ display: block; } .master_dropdow_list:hover { background: #7c8490; } .master_dropdow_list_content{ display: none; position: absolute; top: 100%; z-index: 9999; background: #7c8490; width:auto; margin-top: -2px; padding-top: 5px; } .master_dropdow_child_list:hover,.list_result_search:hover{ background-color: #FF3399; } .master_dropdow_child_list{ width: 100%; } .list_result_search{width: 100%;padding-left: 5%;height: 30px;} .list-search{ display: none; position: absolute; top: 100%; z-index: 9999; background: #ffffff; height: auto; font-size: 14px; padding: 5px 0 5px 0; } .collapse{ margin-left: 4%; } /* Đăng Nhập*/ .container_login{ height:500px; margin-left: 10%; padding: 10px; margin-top: 20px; margin-bottom: 30px; background-color: white; width: 70%; } .in_lineblock{ color: black; width: 90%; margin: 10px 0 0 10px; } .login_form{ font-size: 14px; text-align: center; } .label_register{ margin-top: 10px; width: 25%; float: left; margin-left: 5%; text-align: right; } .input_register { margin-left: 15px; float: left; margin-bottom: 20px; width: 60%; } .stylelogin{ width: 25%; background-color: #FF3399; border-radius: 0px; } .forgot_pass{ color: #199cb7; } .container { padding: 16px; width: 100%; } .left{ width: 60%; height: 90%; padding: 0px; float: left; } .center{ float: left; height: 95%; width: 5%; padding-top: 33px; } .or_center{ position: absolute; top:50%; left: 53.5%; background-color: white; font-weight: 800; } .right{ width: 35%; float: left; height: 90%; } .inner{ border-left: 1px dotted #b6b6b6; height: 100%; margin-left: 30px; } .social_inner{ height: 100%; width: 40%; margin-left: 30px; margin-top: 20px; vertical-align: middle; } .fb_wrapper{ border: 1px solid #3B5997; margin: 0px; vertical-align: sub; } .google_wrapper{ border: 1px solid #ea4335; margin: 20px 0 0 0; } /* Mua Hàng*/ .container_buy{ width: 100%; } .ship_form{ padding: 0px; margin-left: 5%; border: 1px solid #CFCFCF; } .header_buy{ width: 100%; padding: 10px; border-bottom: 1px solid #CFCFCF; } .label_buy{ font-weight: 500; } .input_buy{ border-radius: 10px; border-color: #e7e7e7; } .button_buy{ float: left; width: 40%; margin-left: 20%; } .title_form{ margin-left: 2%; border: 1px solid #CFCFCF; padding: 0px; } .order_container{ width: 100%; background: #fafafa; font-size: 14px; } .table_order{ width: 100%; color: gray; font-weight: 500; } .table_order_left{ padding: 2% 0 3% 2%; width: 55%; text-align: left; } .table_order_center{ padding: 2% 0 2% 0; width: 10%; text-align: center; } .table_order_right{ padding: 2% 5% 2% 0; width: 35%; text-align: right; } .infor_order{ width: 100%; } .table_infor_order{ width: 100%; background: white; color: black; } .ship_order{ width: 100%; } .table_ship_order{ width: 100%; color: black; } /* sidebar Information */ .account_menu{ float: left; width: 12%; margin-left: 3%; } .account_menu_list{ font-size: 14px; padding-top: 10px; } .account_menu_group{ padding:0px; color: black; } .account_menu_item{ margin: 5px 0 5px 0; } .account_menu_link_active{ color: black; } .account_menu_item a{ color: #1a9cb7; } .account_menu_item a:focus { color: black; } .account_menu_item a:hover{ text-decoration: underline; } /* Information */ .account_content{ float: left; width: 75%; margin: 0 5% 0 5%; font-size: 14px; color: #202020; } .account_form_content{ margin-top: 15px; width: 100%; padding: 10px; background: white; } .label_info{ margin-top: 10px; width: 20%; float: left; text-align: right; } .input_info{ margin-left: 15px; float: left; margin-bottom: 20px; width: 60%; padding-top: 7px; } .info_change a{ color: #1a9cb7; } .info_change a:hover{ text-decoration: underline; } /* List_order */ .list_order_form_content{ width:100%; height: 100%; margin-top: 10px; background: white; } .list_order_table{ height: 100%; width: 100%; } .list_order_table_th{ display: table-cell; padding: 12px 15px; } .list_order_table a:hover{ text-decoration: underline; } /*change_Pass*/ .change_pass_row{ padding-left: 32%; } .change_pass_button_luu{ width: 200px; border-radius: 0px; background-color: #f57224 } .change_pass_button_huy{ width: 200px; border-radius: 0px; } /* change_info */ .change_info_row{ padding-left: 22%; } /* Follow_order */ .follow_order_form_head{ background-color: white; margin-bottom: 15px; } .follow_order_table{ width: 100%; height: 100%; } .follow_order_form_content{ background-color: white; } .status_order{ border-bottom: 1px solid #f1f1f1; padding: 15px 0 10px 15px; font-size: 18px; font-weight: 400; } .follow_order_detail_progress{ padding: 10px 100px 10px 150px; align-items: center; display: flex; } .follow_order_detail_state{ background-color: gray; border-radius: 50%; height: 14px; width: 14px; } .follow_order_detail_state_name{ left: 32%; top: 68%; padding: 10px 0; position: absolute; -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; } /*Manager*/ .manage-child-menu{ width: 100%; } /*user*/ .cart-item{ width:100%; } .button_like{ background: #f7544a;color: #fff; border: 1px solid #fe5252; } .button_like .fa{color: #fff;} .button_like:hover{ background:#fff; border: 1px solid #cccccc; } .button_like:hover .fa{ color:#f7544a; } /*detail*/ .zoomWrapper{ height:311px;width:328px; } .remove{margin-left: 50px; }
0.277277
0.102844
@-moz-document domain(unionmangas.net) { .cfb8f { display: none !important; } .d187823 { display: none !important; } .d187923v { display: none !important; } #aswift_1 { display: none !important; } #aswift_1_anchor { display: none !important; } #aswift_1_expand { display: none !important; } .adsbygoogle { display: none !important; } .iframe_uolcliques { display: none !important; } .ads { display: none !important; } .navbar-form:after { content: attr(title); padding: 4px 8px; color: #333; position: absolute; left: 0; top: 100%; white-space: nowrap; z-index: auto; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0px 0px 4px #222; -webkit-box-shadow: 0px 0px 4px #222; box-shadow: 0px 0px 4px #222; background-image: -moz-linear-gradient(top, #eeeeee, #cccccc); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc)); background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc); background-image: -moz-linear-gradient(top, #eeeeee, #cccccc); background-image: -ms-linear-gradient(top, #eeeeee, #cccccc); background-image: -o-linear-gradient(top, #eeeeee, #cccccc); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .slides { background-image: url("http://unionmangas.com.br/forum/public/style_images/Union_2_0/backgrounds/background1bcd.jpg"); background-repeat: no-repeat; background-color: #4C4C4E; background-attachment: fixed; } .btn-success { display: none; } #bloco-principal { width: 1155px; } .col-md-8 { width: 1155px; } #frm_login, #frm_registro { text-align: center; } #email, #password, #nome, #nome2, #rpassword { width: 600px; display: block; margin-left: auto; margin-right: auto; } h2 { text-align: center; display: block; margin-left: auto; margin-right: auto; } body { background-image: url("http://unionmangas.com.br/forum/public/style_images/Union_2_0/backgrounds/background1bcd.jpg"); background-repeat: no-repeat; background-color: #4C4C4E; background-attachment: fixed; } .avoid-clicks { pointer-events: none !important; } .content-site { pointer-events: all; } .navbar-form:after { content: "SS by RuanCarlos (v2.0)"; color: green; font-size: 90%; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } ::-webkit-scrollbar { width: 12px; height: 12px; } .row .lancamento-linha { border-bottom: none; } .link-menu:hover { border-bottom: 3px solid black; } /* .navbar-brand:hover { background-image: url("http://i.imgur.com/6RuFwpi.gif") } */ .row .col-md-4 .list-group, .row .col-md-4 .lancamento-linha, .btn-default, .col-md-4 .text-center, .sidebar-content, .col-md-4 h2 { display: none; } .img-responsive { display: none; } .col-md-perfil { width: 1155px; display: block; margin-left: auto; margin-right: auto; } .img-thumbnail { border-radius: 0%; display: block; margin-left: auto; margin-right: auto; } .col-md-2 .img-thumbnail:hover, .bloco-manga .img-thumbnail:hover { border: 1px solid black; border-bottom: 3px solid red; -webkit-transform: scale(1.60); -moz-transform: scale(1.60); -ms-transform: scale(1.60); -o-transform: scale(1.60); transform: scale(1.60); } .col-md-12 img { border: 1px solid black; } .manga-perfil { border: none; border-top: none; border-bottom: none; } .slide-body, .slides, .slides img, .slide-body img { width: 1125px; height: 400px; display: block; margin-left: auto; margin-right: auto; } .col-md-8 .tamanho-bloco-perfil:target { height: 10px; display: block; margin-left: auto; margin-right: auto; } #top { height: 53px; } .alert { border-radius: 0%; text-align: center; } active:target { border-bottom: 3px solid black; } .btn, .selectPage, #cap_manga1, #cap_manga2 { border-radius: 0%; } /* #top.navbar.navbar-static-top.bs-docs-nav.navbar-fixed-top.navbar-default, .navbar-collapse.bs-navbar-collapse.collapse { opacity: 0.0; filter: alpha(opacity=00); } #top.navbar.navbar-static-top.bs-docs-nav.navbar-fixed-top.navbar-default:hover , .navbar-collapse.bs-navbar-collapse.collapse:hover { opacity: 1; filter: alpha(opacity=100); } */ #adsframeNewDiv { display:none !important; } }
data/usercss/120449.user.css
@-moz-document domain(unionmangas.net) { .cfb8f { display: none !important; } .d187823 { display: none !important; } .d187923v { display: none !important; } #aswift_1 { display: none !important; } #aswift_1_anchor { display: none !important; } #aswift_1_expand { display: none !important; } .adsbygoogle { display: none !important; } .iframe_uolcliques { display: none !important; } .ads { display: none !important; } .navbar-form:after { content: attr(title); padding: 4px 8px; color: #333; position: absolute; left: 0; top: 100%; white-space: nowrap; z-index: auto; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0px 0px 4px #222; -webkit-box-shadow: 0px 0px 4px #222; box-shadow: 0px 0px 4px #222; background-image: -moz-linear-gradient(top, #eeeeee, #cccccc); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc)); background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc); background-image: -moz-linear-gradient(top, #eeeeee, #cccccc); background-image: -ms-linear-gradient(top, #eeeeee, #cccccc); background-image: -o-linear-gradient(top, #eeeeee, #cccccc); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .slides { background-image: url("http://unionmangas.com.br/forum/public/style_images/Union_2_0/backgrounds/background1bcd.jpg"); background-repeat: no-repeat; background-color: #4C4C4E; background-attachment: fixed; } .btn-success { display: none; } #bloco-principal { width: 1155px; } .col-md-8 { width: 1155px; } #frm_login, #frm_registro { text-align: center; } #email, #password, #nome, #nome2, #rpassword { width: 600px; display: block; margin-left: auto; margin-right: auto; } h2 { text-align: center; display: block; margin-left: auto; margin-right: auto; } body { background-image: url("http://unionmangas.com.br/forum/public/style_images/Union_2_0/backgrounds/background1bcd.jpg"); background-repeat: no-repeat; background-color: #4C4C4E; background-attachment: fixed; } .avoid-clicks { pointer-events: none !important; } .content-site { pointer-events: all; } .navbar-form:after { content: "SS by RuanCarlos (v2.0)"; color: green; font-size: 90%; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } ::-webkit-scrollbar { width: 12px; height: 12px; } .row .lancamento-linha { border-bottom: none; } .link-menu:hover { border-bottom: 3px solid black; } /* .navbar-brand:hover { background-image: url("http://i.imgur.com/6RuFwpi.gif") } */ .row .col-md-4 .list-group, .row .col-md-4 .lancamento-linha, .btn-default, .col-md-4 .text-center, .sidebar-content, .col-md-4 h2 { display: none; } .img-responsive { display: none; } .col-md-perfil { width: 1155px; display: block; margin-left: auto; margin-right: auto; } .img-thumbnail { border-radius: 0%; display: block; margin-left: auto; margin-right: auto; } .col-md-2 .img-thumbnail:hover, .bloco-manga .img-thumbnail:hover { border: 1px solid black; border-bottom: 3px solid red; -webkit-transform: scale(1.60); -moz-transform: scale(1.60); -ms-transform: scale(1.60); -o-transform: scale(1.60); transform: scale(1.60); } .col-md-12 img { border: 1px solid black; } .manga-perfil { border: none; border-top: none; border-bottom: none; } .slide-body, .slides, .slides img, .slide-body img { width: 1125px; height: 400px; display: block; margin-left: auto; margin-right: auto; } .col-md-8 .tamanho-bloco-perfil:target { height: 10px; display: block; margin-left: auto; margin-right: auto; } #top { height: 53px; } .alert { border-radius: 0%; text-align: center; } active:target { border-bottom: 3px solid black; } .btn, .selectPage, #cap_manga1, #cap_manga2 { border-radius: 0%; } /* #top.navbar.navbar-static-top.bs-docs-nav.navbar-fixed-top.navbar-default, .navbar-collapse.bs-navbar-collapse.collapse { opacity: 0.0; filter: alpha(opacity=00); } #top.navbar.navbar-static-top.bs-docs-nav.navbar-fixed-top.navbar-default:hover , .navbar-collapse.bs-navbar-collapse.collapse:hover { opacity: 1; filter: alpha(opacity=100); } */ #adsframeNewDiv { display:none !important; } }
0.283484
0.056004
@-moz-document url("https://www.animefenix.com/") { /* Scrollbar */ body::-webkit-scrollbar { width: 1em; background-color: hsl(0, 0%, 7%); } /* Scrollbar */ body::-webkit-scrollbar-thumb { background-color: rgba(240, 240, 240, 0.2); } body > div > section.section.has-background-darkx, body > section > div, body > div > section:nth-child(1) > div > div > div, body > div > section:nth-child(3), body > div > section:nth-child(2), body > nav > div > div.navbar-brand, #navbarBasicExample > div.navbar-start > a:nth-child(4), #navbarBasicExample > div.navbar-start > a:nth-child(5), #navbarBasicExample > div.navbar-start > a:nth-child(6), #navbarBasicExample > div.navbar-start > a:nth-child(7), #navbarBasicExample > div.navbar-start > a:nth-child(8), #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase > div:nth-child(1), body > div > section:nth-child(1) { display: none } body > div > section.section.page-home__latest-series > div > h1 { margin-bottom: 0.5rem !important; } #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase { position:relative; left:6px; } body > div > section:nth-child(4) > div > div { position: relative; left:-18px; width:1225px!important; } body > div > section:nth-child(4) > div > h1 { margin-bottom: 0.5rem !important; margin-top: 0.8rem !important; position:relative; left:9px; } body > div > section:nth-child(4) { margin: 0; padding: 0 } } @-moz-document url-prefix("https://www.animefenix.com/ver/") { html { overflow: hidden; } body > div > section.section.has-background-darkx, body > section > div, body > div > section:nth-child(1) > div > div > div, body > div > section:nth-child(3), body > nav > div > div.navbar-brand, #navbarBasicExample > div.navbar-start > a:nth-child(4), #navbarBasicExample > div.navbar-start > a:nth-child(5), #navbarBasicExample > div.navbar-start > a:nth-child(6), #navbarBasicExample > div.navbar-start > a:nth-child(7), #navbarBasicExample > div.navbar-start > a:nth-child(8), #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase > div:nth-child(1), body > div > section:nth-child(1), body > div > section.section.has-background-dark, body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > h5, body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > ul { display: none } #navbarBasicExample > div.navbar-start { position:relative; left:-182px; } #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase { position:relative; left:179px; } body > div > section.section.page-home__latest-series > div > h1 { margin-bottom: 0.5rem !important; } body > div > section:nth-child(4) > div > h1 { margin-bottom: 0.5rem !important; margin-top: 0.8rem !important } body > div > section:nth-child(4), body > div > section.section.has-background-darkX { margin: 0; padding: 0; } body > div > section.section.has-background-darkX > div > div > div.column.is-12 > h1 { position:relative; top:-1px } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-9-tablet.is-9-desktop { max-height:914px; } body > div > section.section.has-background-darkX > div { max-height:963px; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-9-tablet.is-9-desktop > div { max-height:878px; } body > div > section.section.has-background-darkX > div > div > div.column.is-12 { padding-top:1.44rem!important; position:relative; left:-170px } #video_player { position:relative; top:-250px; left:-350px; height:1100px!important; width: 2220px!important; } #video_player > iframe { position:relative; top:-252px; left: 171px; height:861px!important; width: 1528px!important; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-9-tablet.is-9-desktop > div > div.tabs.is-toggle.is-toggle-roundedX.is-small.episode-page__servers { position:relative; top:-251px; left:-179px; width:1528px } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-orange.is-fullwidth, body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-danger.is-fullwidth, #showModal { position:absolute; top:19px; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-orange.is-fullwidth { left:902px; width:10.8rem; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-danger.is-fullwidth { left:1080px; width:9.5rem; } #showModal { left:1237px; width:7rem; } } @-moz-document url-prefix("https://www.animefenix.com/animes") { body > div > section.section.page-home__slider-container > div > div > div, body > div > section.section.page-home__slider-container, body > nav > div > div.navbar-brand, #navbarBasicExample > div.navbar-start > a:nth-child(4), #navbarBasicExample > div.navbar-start > a:nth-child(5), #navbarBasicExample > div.navbar-start > a:nth-child(6), #navbarBasicExample > div.navbar-start > a:nth-child(7), #navbarBasicExample > div.navbar-start > a:nth-child(8), #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase > div:nth-child(1) {DISPLAY:NONE} body > div > section.section.has-background-darkx { padding-top:1rem; } }
data/usercss/181287.user.css
@-moz-document url("https://www.animefenix.com/") { /* Scrollbar */ body::-webkit-scrollbar { width: 1em; background-color: hsl(0, 0%, 7%); } /* Scrollbar */ body::-webkit-scrollbar-thumb { background-color: rgba(240, 240, 240, 0.2); } body > div > section.section.has-background-darkx, body > section > div, body > div > section:nth-child(1) > div > div > div, body > div > section:nth-child(3), body > div > section:nth-child(2), body > nav > div > div.navbar-brand, #navbarBasicExample > div.navbar-start > a:nth-child(4), #navbarBasicExample > div.navbar-start > a:nth-child(5), #navbarBasicExample > div.navbar-start > a:nth-child(6), #navbarBasicExample > div.navbar-start > a:nth-child(7), #navbarBasicExample > div.navbar-start > a:nth-child(8), #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase > div:nth-child(1), body > div > section:nth-child(1) { display: none } body > div > section.section.page-home__latest-series > div > h1 { margin-bottom: 0.5rem !important; } #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase { position:relative; left:6px; } body > div > section:nth-child(4) > div > div { position: relative; left:-18px; width:1225px!important; } body > div > section:nth-child(4) > div > h1 { margin-bottom: 0.5rem !important; margin-top: 0.8rem !important; position:relative; left:9px; } body > div > section:nth-child(4) { margin: 0; padding: 0 } } @-moz-document url-prefix("https://www.animefenix.com/ver/") { html { overflow: hidden; } body > div > section.section.has-background-darkx, body > section > div, body > div > section:nth-child(1) > div > div > div, body > div > section:nth-child(3), body > nav > div > div.navbar-brand, #navbarBasicExample > div.navbar-start > a:nth-child(4), #navbarBasicExample > div.navbar-start > a:nth-child(5), #navbarBasicExample > div.navbar-start > a:nth-child(6), #navbarBasicExample > div.navbar-start > a:nth-child(7), #navbarBasicExample > div.navbar-start > a:nth-child(8), #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase > div:nth-child(1), body > div > section:nth-child(1), body > div > section.section.has-background-dark, body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > h5, body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > ul { display: none } #navbarBasicExample > div.navbar-start { position:relative; left:-182px; } #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase { position:relative; left:179px; } body > div > section.section.page-home__latest-series > div > h1 { margin-bottom: 0.5rem !important; } body > div > section:nth-child(4) > div > h1 { margin-bottom: 0.5rem !important; margin-top: 0.8rem !important } body > div > section:nth-child(4), body > div > section.section.has-background-darkX { margin: 0; padding: 0; } body > div > section.section.has-background-darkX > div > div > div.column.is-12 > h1 { position:relative; top:-1px } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-9-tablet.is-9-desktop { max-height:914px; } body > div > section.section.has-background-darkX > div { max-height:963px; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-9-tablet.is-9-desktop > div { max-height:878px; } body > div > section.section.has-background-darkX > div > div > div.column.is-12 { padding-top:1.44rem!important; position:relative; left:-170px } #video_player { position:relative; top:-250px; left:-350px; height:1100px!important; width: 2220px!important; } #video_player > iframe { position:relative; top:-252px; left: 171px; height:861px!important; width: 1528px!important; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-9-tablet.is-9-desktop > div > div.tabs.is-toggle.is-toggle-roundedX.is-small.episode-page__servers { position:relative; top:-251px; left:-179px; width:1528px } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-orange.is-fullwidth, body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-danger.is-fullwidth, #showModal { position:absolute; top:19px; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-orange.is-fullwidth { left:902px; width:10.8rem; } body > div > section.section.has-background-darkX > div > div > div.column.is-12-mobile.is-3-tablet.is-3-deskop > div.buttons > a.button.is-danger.is-fullwidth { left:1080px; width:9.5rem; } #showModal { left:1237px; width:7rem; } } @-moz-document url-prefix("https://www.animefenix.com/animes") { body > div > section.section.page-home__slider-container > div > div > div, body > div > section.section.page-home__slider-container, body > nav > div > div.navbar-brand, #navbarBasicExample > div.navbar-start > a:nth-child(4), #navbarBasicExample > div.navbar-start > a:nth-child(5), #navbarBasicExample > div.navbar-start > a:nth-child(6), #navbarBasicExample > div.navbar-start > a:nth-child(7), #navbarBasicExample > div.navbar-start > a:nth-child(8), #navbarBasicExample > div.navbar-end.has-text-weight-semibold.is-uppercase > div:nth-child(1) {DISPLAY:NONE} body > div > section.section.has-background-darkx { padding-top:1rem; } }
0.331985
0.038647
@import "themify-icons.css"; @import "animate.css"; /*************************************************************** Venobox.css ***************************************************************/ .vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after { -webkit-backface-visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .vbox-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; bottom: 0; z-index: 1040; opacity: 0; overflow-x: hidden; overflow-y: auto; } .vbox-preloader { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; -webkit-align-content: center; display: flex; justify-content: center; align-items: center; align-content: center; } /* ----- navigation ----- */ .vbox-title { width: 100%; height: 40px; float: left; text-align: center; line-height: 28px; font-size: 12px; padding: 6px 40px; overflow: hidden; position: fixed; display: none; left: 0; z-index: 1050; } .vbox-close { cursor: pointer; position: fixed; top: -1px; right: 0; width: 50px; height: 40px; padding: 6px; display: block; background-position: 10px center; overflow: hidden; font-size: 24px; line-height: 1; text-align: center; z-index: 1050; } .vbox-num { cursor: pointer; position: fixed; left: 0; height: 40px; display: block; overflow: hidden; line-height: 28px; font-size: 12px; padding: 6px 10px; display: none; z-index: 1050; } /**************** Navigation arrows ****************/ .vbox-next, .vbox-prev { position: fixed; top: 50%; margin-top: -15px; overflow: hidden; cursor: pointer; display: block; width: 45px; height: 45px; z-index: 1050; } .vbox-next span, .vbox-prev span { position: relative; width: 20px; height: 20px; border: 2px solid transparent; border-top-color: #B6B6B6; border-right-color: #B6B6B6; text-indent: -100px; position: absolute; top: 8px; display: block; } .vbox-prev { left: 15px; } .vbox-next { right: 15px; } .vbox-prev span { left: 10px; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .vbox-next span { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 10px; } /************ Inline window ************/ .vbox-inline { width: 420px; height: 315px; height: 80vh; padding: 10px; background: #fff; margin: 0 auto; overflow: auto; text-align: left; } /********************* Video & iFrames window *********************/ .venoframe { max-width: 100%; width: 100%; border: none; width: 100%; height: 260px; height: 80vh; } .venoframe.vbvid { height: 260px; } @media (min-width: 768px) { .venoframe, .vbox-inline { width: 90%; height: 360px; height: 80vh; } .venoframe.vbvid { width: 640px; height: 360px; } } @media (min-width: 992px) { .venoframe, .vbox-inline { max-width: 1200px; width: 80%; height: 540px; height: 80vh; } .venoframe.vbvid { width: 960px; height: 540px; } } /********************************************************* Please do NOT edit this part! or at least read this note: http://i.imgur.com/7C0ws9e.gif *********************************************************/ .vbox-open { overflow: hidden; } .vbox-container { position: relative; background: #000; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0; } .vbox-content { text-align: center; float: left; width: 100%; position: relative; overflow: hidden; padding: 20px 10px; } .vbox-container img { max-width: 100%; height: auto; } .figlio { box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); max-width: 100%; text-align: initial; } .vbox-content { -webkit-overflow-scrolling: touch; } /**************** Animated headline ****************/ .cd-words-wrapper { display: inline-block; position: relative; text-align: left; } .cd-words-wrapper b { display: inline-block; position: absolute; white-space: nowrap; left: 0; top: 0; } .cd-words-wrapper b.is-visible { position: relative; } .no-js .cd-words-wrapper b { opacity: 0; } .no-js .cd-words-wrapper b.is-visible { opacity: 1; } /******** xrotate-1 *********/ .cd-headline.rotate-1 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.rotate-1 b { opacity: 0; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); } .cd-headline.rotate-1 b.is-visible { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-animation: cd-rotate-1-in 1.2s; -moz-animation: cd-rotate-1-in 1.2s; animation: cd-rotate-1-in 1.2s; } .cd-headline.rotate-1 b.is-hidden { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-animation: cd-rotate-1-out 1.2s; -moz-animation: cd-rotate-1-out 1.2s; animation: cd-rotate-1-out 1.2s; } @-webkit-keyframes cd-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); opacity: 0; } 35% { -webkit-transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(360deg); opacity: 1; } } @-moz-keyframes cd-rotate-1-in { 0% { -moz-transform: rotateX(180deg); opacity: 0; } 35% { -moz-transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -moz-transform: rotateX(360deg); opacity: 1; } } @keyframes cd-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } 35% { -webkit-transform: rotateX(120deg); -moz-transform: rotateX(120deg); -ms-transform: rotateX(120deg); -o-transform: rotateX(120deg); transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(360deg); -moz-transform: rotateX(360deg); -ms-transform: rotateX(360deg); -o-transform: rotateX(360deg); transform: rotateX(360deg); opacity: 1; } } @-webkit-keyframes cd-rotate-1-out { 0% { -webkit-transform: rotateX(0deg); opacity: 1; } 35% { -webkit-transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(180deg); opacity: 0; } } @-moz-keyframes cd-rotate-1-out { 0% { -moz-transform: rotateX(0deg); opacity: 1; } 35% { -moz-transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -moz-transform: rotateX(180deg); opacity: 0; } } @keyframes cd-rotate-1-out { 0% { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; } 35% { -webkit-transform: rotateX(-40deg); -moz-transform: rotateX(-40deg); -ms-transform: rotateX(-40deg); -o-transform: rotateX(-40deg); transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } } /**** xtype ****/ .cd-headline.type .cd-words-wrapper { vertical-align: top; overflow: hidden; } .cd-headline.type .cd-words-wrapper::after { content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 1px; background-color: #aebcb9; } .cd-headline.type .cd-words-wrapper.waiting::after { -webkit-animation: cd-pulse 1s infinite; -moz-animation: cd-pulse 1s infinite; animation: cd-pulse 1s infinite; } .cd-headline.type .cd-words-wrapper.selected { background-color: #aebcb9; } .cd-headline.type .cd-words-wrapper.selected::after { visibility: hidden; } .cd-headline.type .cd-words-wrapper.selected b { color: #0d0d0d; } .cd-headline.type b { visibility: hidden; } .cd-headline.type b.is-visible { visibility: visible; } .cd-headline.type i { position: absolute; visibility: hidden; } .cd-headline.type i.in { position: relative; visibility: visible; } @-webkit-keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); opacity: 0; } } @-moz-keyframes cd-pulse { 0% { -moz-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -moz-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -moz-transform: translateY(-50%) scale(0); opacity: 0; } } @keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); -moz-transform: translateY(-50%) scale(1); -ms-transform: translateY(-50%) scale(1); -o-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); -moz-transform: translateY(-50%) scale(0.9); -ms-transform: translateY(-50%) scale(0.9); -o-transform: translateY(-50%) scale(0.9); transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); -moz-transform: translateY(-50%) scale(0); -ms-transform: translateY(-50%) scale(0); -o-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); opacity: 0; } } /******** xrotate-2 ********/ .cd-headline.rotate-2 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.rotate-2 i, .cd-headline.rotate-2 em { display: inline-block; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cd-headline.rotate-2 b { opacity: 0; } .cd-headline.rotate-2 i { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(-20px) rotateX(90deg); -moz-transform: translateZ(-20px) rotateX(90deg); -ms-transform: translateZ(-20px) rotateX(90deg); -o-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); opacity: 0; } .is-visible .cd-headline.rotate-2 i { opacity: 1; } .cd-headline.rotate-2 i.in { -webkit-animation: cd-rotate-2-in 0.4s forwards; -moz-animation: cd-rotate-2-in 0.4s forwards; animation: cd-rotate-2-in 0.4s forwards; } .cd-headline.rotate-2 i.out { -webkit-animation: cd-rotate-2-out 0.4s forwards; -moz-animation: cd-rotate-2-out 0.4s forwards; animation: cd-rotate-2-out 0.4s forwards; } .cd-headline.rotate-2 em { -webkit-transform: translateZ(20px); -moz-transform: translateZ(20px); -ms-transform: translateZ(20px); -o-transform: translateZ(20px); transform: translateZ(20px); } .no-csstransitions .cd-headline.rotate-2 i { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 0; } .no-csstransitions .cd-headline.rotate-2 i em { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .no-csstransitions .cd-headline.rotate-2 .is-visible i { opacity: 1; } @-webkit-keyframes cd-rotate-2-in { 0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); } 60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); } 100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0deg); } } @-moz-keyframes cd-rotate-2-in { 0% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(90deg); } 60% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(-10deg); } 100% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(0deg); } } @keyframes cd-rotate-2-in { 0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); -moz-transform: translateZ(-20px) rotateX(90deg); -ms-transform: translateZ(-20px) rotateX(90deg); -o-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); } 60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); -moz-transform: translateZ(-20px) rotateX(-10deg); -ms-transform: translateZ(-20px) rotateX(-10deg); -o-transform: translateZ(-20px) rotateX(-10deg); transform: translateZ(-20px) rotateX(-10deg); } 100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0deg); -moz-transform: translateZ(-20px) rotateX(0deg); -ms-transform: translateZ(-20px) rotateX(0deg); -o-transform: translateZ(-20px) rotateX(0deg); transform: translateZ(-20px) rotateX(0deg); } } @-webkit-keyframes cd-rotate-2-out { 0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); } 60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); } 100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); } } @-moz-keyframes cd-rotate-2-out { 0% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(0); } 60% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(-100deg); } 100% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(-90deg); } } @keyframes cd-rotate-2-out { 0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); -moz-transform: translateZ(-20px) rotateX(0); -ms-transform: translateZ(-20px) rotateX(0); -o-transform: translateZ(-20px) rotateX(0); transform: translateZ(-20px) rotateX(0); } 60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); -moz-transform: translateZ(-20px) rotateX(-100deg); -ms-transform: translateZ(-20px) rotateX(-100deg); -o-transform: translateZ(-20px) rotateX(-100deg); transform: translateZ(-20px) rotateX(-100deg); } 100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); -moz-transform: translateZ(-20px) rotateX(-90deg); -ms-transform: translateZ(-20px) rotateX(-90deg); -o-transform: translateZ(-20px) rotateX(-90deg); transform: translateZ(-20px) rotateX(-90deg); } } /*********** xloading-bar ***********/ .cd-headline.loading-bar span { display: inline-block; padding: .2em 0; } .cd-headline.loading-bar .cd-words-wrapper { overflow: hidden; vertical-align: top; } .cd-headline.loading-bar .cd-words-wrapper::after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: #0096a7; z-index: 2; -webkit-transition: width 0.3s -0.1s; -moz-transition: width 0.3s -0.1s; transition: width 0.3s -0.1s; } .cd-headline.loading-bar .cd-words-wrapper.is-loading::after { width: 100%; -webkit-transition: width 3s; -moz-transition: width 3s; transition: width 3s; } .cd-headline.loading-bar b { top: .2em; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; } .cd-headline.loading-bar b.is-visible { opacity: 1; top: 0; } /***** xslide *****/ .cd-headline.slide span { display: inline-block; padding: .2em 0; } .cd-headline.slide .cd-words-wrapper { overflow: hidden; vertical-align: top; } .cd-headline.slide b { opacity: 0; top: .2em; } .cd-headline.slide b.is-visible { top: 0; opacity: 1; -webkit-animation: slide-in 0.6s; -moz-animation: slide-in 0.6s; animation: slide-in 0.6s; } .cd-headline.slide b.is-hidden { -webkit-animation: slide-out 0.6s; -moz-animation: slide-out 0.6s; animation: slide-out 0.6s; } @-webkit-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(-100%); } 60% { opacity: 1; -webkit-transform: translateY(20%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes slide-in { 0% { opacity: 0; -moz-transform: translateY(-100%); } 60% { opacity: 1; -moz-transform: translateY(20%); } 100% { opacity: 1; -moz-transform: translateY(0); } } @keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 60% { opacity: 1; -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes slide-out { 0% { opacity: 1; -webkit-transform: translateY(0); } 60% { opacity: 0; -webkit-transform: translateY(120%); } 100% { opacity: 0; -webkit-transform: translateY(100%); } } @-moz-keyframes slide-out { 0% { opacity: 1; -moz-transform: translateY(0); } 60% { opacity: 0; -moz-transform: translateY(120%); } 100% { opacity: 0; -moz-transform: translateY(100%); } } @keyframes slide-out { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 60% { opacity: 0; -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); } 100% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } } /**** xclip ****/ .cd-headline.clip span { display: inline-block; padding: 0; } .cd-headline.clip .cd-words-wrapper { overflow: hidden; vertical-align: top; } .cd-headline.clip .cd-words-wrapper::after { content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 5px; background-color: #000; } .cd-headline.clip b { opacity: 0; } .cd-headline.clip b.is-visible { opacity: 1; } /**** xzoom ****/ .cd-headline.zoom .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.zoom b { opacity: 0; } .cd-headline.zoom b.is-visible { opacity: 1; -webkit-animation: zoom-in 0.8s; -moz-animation: zoom-in 0.8s; animation: zoom-in 0.8s; } .cd-headline.zoom b.is-hidden { -webkit-animation: zoom-out 0.8s; -moz-animation: zoom-out 0.8s; animation: zoom-out 0.8s; } @-webkit-keyframes zoom-in { 0% { opacity: 0; -webkit-transform: translateZ(100px); } 100% { opacity: 1; -webkit-transform: translateZ(0); } } @-moz-keyframes zoom-in { 0% { opacity: 0; -moz-transform: translateZ(100px); } 100% { opacity: 1; -moz-transform: translateZ(0); } } @keyframes zoom-in { 0% { opacity: 0; -webkit-transform: translateZ(100px); -moz-transform: translateZ(100px); -ms-transform: translateZ(100px); -o-transform: translateZ(100px); transform: translateZ(100px); } 100% { opacity: 1; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } } @-webkit-keyframes zoom-out { 0% { opacity: 1; -webkit-transform: translateZ(0); } 100% { opacity: 0; -webkit-transform: translateZ(-100px); } } @-moz-keyframes zoom-out { 0% { opacity: 1; -moz-transform: translateZ(0); } 100% { opacity: 0; -moz-transform: translateZ(-100px); } } @keyframes zoom-out { 0% { opacity: 1; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } 100% { opacity: 0; -webkit-transform: translateZ(-100px); -moz-transform: translateZ(-100px); -ms-transform: translateZ(-100px); -o-transform: translateZ(-100px); transform: translateZ(-100px); } } /******** xrotate-3 ********/ .cd-headline.rotate-3 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.rotate-3 b { opacity: 0; } .cd-headline.rotate-3 i { display: inline-block; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .is-visible .cd-headline.rotate-3 i { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } .cd-headline.rotate-3 i.in { -webkit-animation: cd-rotate-3-in 0.6s forwards; -moz-animation: cd-rotate-3-in 0.6s forwards; animation: cd-rotate-3-in 0.6s forwards; } .cd-headline.rotate-3 i.out { -webkit-animation: cd-rotate-3-out 0.6s forwards; -moz-animation: cd-rotate-3-out 0.6s forwards; animation: cd-rotate-3-out 0.6s forwards; } .no-csstransitions .cd-headline.rotate-3 i { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 0; } .no-csstransitions .cd-headline.rotate-3 .is-visible i { opacity: 1; } @-webkit-keyframes cd-rotate-3-in { 0% { -webkit-transform: rotateY(180deg); } 100% { -webkit-transform: rotateY(0deg); } } @-moz-keyframes cd-rotate-3-in { 0% { -moz-transform: rotateY(180deg); } 100% { -moz-transform: rotateY(0deg); } } @keyframes cd-rotate-3-in { 0% { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } 100% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } } @-webkit-keyframes cd-rotate-3-out { 0% { -webkit-transform: rotateY(0); } 100% { -webkit-transform: rotateY(-180deg); } } @-moz-keyframes cd-rotate-3-out { 0% { -moz-transform: rotateY(0); } 100% { -moz-transform: rotateY(-180deg); } } @keyframes cd-rotate-3-out { 0% { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } 100% { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); } } /***** xscale *****/ .cd-headline.scale b { opacity: 0; } .cd-headline.scale i { display: inline-block; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .is-visible .cd-headline.scale i { opacity: 1; } .cd-headline.scale i.in { -webkit-animation: scale-up 0.6s forwards; -moz-animation: scale-up 0.6s forwards; animation: scale-up 0.6s forwards; } .cd-headline.scale i.out { -webkit-animation: scale-down 0.6s forwards; -moz-animation: scale-down 0.6s forwards; animation: scale-down 0.6s forwards; } .no-csstransitions .cd-headline.scale i { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; } .no-csstransitions .cd-headline.scale .is-visible i { opacity: 1; } @-webkit-keyframes scale-up { 0% { -webkit-transform: scale(0); opacity: 0; } 60% { -webkit-transform: scale(1.2); opacity: 1; } 100% { -webkit-transform: scale(1); opacity: 1; } } @-moz-keyframes scale-up { 0% { -moz-transform: scale(0); opacity: 0; } 60% { -moz-transform: scale(1.2); opacity: 1; } 100% { -moz-transform: scale(1); opacity: 1; } } @keyframes scale-up { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; } 60% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 1; } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } } @-webkit-keyframes scale-down { 0% { -webkit-transform: scale(1); opacity: 1; } 60% { -webkit-transform: scale(0); opacity: 0; } } @-moz-keyframes scale-down { 0% { -moz-transform: scale(1); opacity: 1; } 60% { -moz-transform: scale(0); opacity: 0; } } @keyframes scale-down { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } 60% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; } } /**** xpush ****/ .cd-headline.push b { opacity: 0; } .cd-headline.push b.is-visible { opacity: 1; -webkit-animation: push-in 0.6s; -moz-animation: push-in 0.6s; animation: push-in 0.6s; } .cd-headline.push b.is-hidden { -webkit-animation: push-out 0.6s; -moz-animation: push-out 0.6s; animation: push-out 0.6s; } @-webkit-keyframes push-in { 0% { opacity: 0; -webkit-transform: translateX(-100%); } 60% { opacity: 1; -webkit-transform: translateX(10%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes push-in { 0% { opacity: 0; -moz-transform: translateX(-100%); } 60% { opacity: 1; -moz-transform: translateX(10%); } 100% { opacity: 1; -moz-transform: translateX(0); } } @keyframes push-in { 0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } 60% { opacity: 1; -webkit-transform: translateX(10%); -moz-transform: translateX(10%); -ms-transform: translateX(10%); -o-transform: translateX(10%); transform: translateX(10%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes push-out { 0% { opacity: 1; -webkit-transform: translateX(0); } 60% { opacity: 0; -webkit-transform: translateX(110%); } 100% { opacity: 0; -webkit-transform: translateX(100%); } } @-moz-keyframes push-out { 0% { opacity: 1; -moz-transform: translateX(0); } 60% { opacity: 0; -moz-transform: translateX(110%); } 100% { opacity: 0; -moz-transform: translateX(100%); } } @keyframes push-out { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 60% { opacity: 0; -webkit-transform: translateX(110%); -moz-transform: translateX(110%); -ms-transform: translateX(110%); -o-transform: translateX(110%); transform: translateX(110%); } 100% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
css/elements.css
@import "themify-icons.css"; @import "animate.css"; /*************************************************************** Venobox.css ***************************************************************/ .vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after { -webkit-backface-visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .vbox-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; bottom: 0; z-index: 1040; opacity: 0; overflow-x: hidden; overflow-y: auto; } .vbox-preloader { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; -webkit-align-content: center; display: flex; justify-content: center; align-items: center; align-content: center; } /* ----- navigation ----- */ .vbox-title { width: 100%; height: 40px; float: left; text-align: center; line-height: 28px; font-size: 12px; padding: 6px 40px; overflow: hidden; position: fixed; display: none; left: 0; z-index: 1050; } .vbox-close { cursor: pointer; position: fixed; top: -1px; right: 0; width: 50px; height: 40px; padding: 6px; display: block; background-position: 10px center; overflow: hidden; font-size: 24px; line-height: 1; text-align: center; z-index: 1050; } .vbox-num { cursor: pointer; position: fixed; left: 0; height: 40px; display: block; overflow: hidden; line-height: 28px; font-size: 12px; padding: 6px 10px; display: none; z-index: 1050; } /**************** Navigation arrows ****************/ .vbox-next, .vbox-prev { position: fixed; top: 50%; margin-top: -15px; overflow: hidden; cursor: pointer; display: block; width: 45px; height: 45px; z-index: 1050; } .vbox-next span, .vbox-prev span { position: relative; width: 20px; height: 20px; border: 2px solid transparent; border-top-color: #B6B6B6; border-right-color: #B6B6B6; text-indent: -100px; position: absolute; top: 8px; display: block; } .vbox-prev { left: 15px; } .vbox-next { right: 15px; } .vbox-prev span { left: 10px; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .vbox-next span { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 10px; } /************ Inline window ************/ .vbox-inline { width: 420px; height: 315px; height: 80vh; padding: 10px; background: #fff; margin: 0 auto; overflow: auto; text-align: left; } /********************* Video & iFrames window *********************/ .venoframe { max-width: 100%; width: 100%; border: none; width: 100%; height: 260px; height: 80vh; } .venoframe.vbvid { height: 260px; } @media (min-width: 768px) { .venoframe, .vbox-inline { width: 90%; height: 360px; height: 80vh; } .venoframe.vbvid { width: 640px; height: 360px; } } @media (min-width: 992px) { .venoframe, .vbox-inline { max-width: 1200px; width: 80%; height: 540px; height: 80vh; } .venoframe.vbvid { width: 960px; height: 540px; } } /********************************************************* Please do NOT edit this part! or at least read this note: http://i.imgur.com/7C0ws9e.gif *********************************************************/ .vbox-open { overflow: hidden; } .vbox-container { position: relative; background: #000; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0; } .vbox-content { text-align: center; float: left; width: 100%; position: relative; overflow: hidden; padding: 20px 10px; } .vbox-container img { max-width: 100%; height: auto; } .figlio { box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); max-width: 100%; text-align: initial; } .vbox-content { -webkit-overflow-scrolling: touch; } /**************** Animated headline ****************/ .cd-words-wrapper { display: inline-block; position: relative; text-align: left; } .cd-words-wrapper b { display: inline-block; position: absolute; white-space: nowrap; left: 0; top: 0; } .cd-words-wrapper b.is-visible { position: relative; } .no-js .cd-words-wrapper b { opacity: 0; } .no-js .cd-words-wrapper b.is-visible { opacity: 1; } /******** xrotate-1 *********/ .cd-headline.rotate-1 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.rotate-1 b { opacity: 0; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); } .cd-headline.rotate-1 b.is-visible { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-animation: cd-rotate-1-in 1.2s; -moz-animation: cd-rotate-1-in 1.2s; animation: cd-rotate-1-in 1.2s; } .cd-headline.rotate-1 b.is-hidden { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-animation: cd-rotate-1-out 1.2s; -moz-animation: cd-rotate-1-out 1.2s; animation: cd-rotate-1-out 1.2s; } @-webkit-keyframes cd-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); opacity: 0; } 35% { -webkit-transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(360deg); opacity: 1; } } @-moz-keyframes cd-rotate-1-in { 0% { -moz-transform: rotateX(180deg); opacity: 0; } 35% { -moz-transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -moz-transform: rotateX(360deg); opacity: 1; } } @keyframes cd-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } 35% { -webkit-transform: rotateX(120deg); -moz-transform: rotateX(120deg); -ms-transform: rotateX(120deg); -o-transform: rotateX(120deg); transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(360deg); -moz-transform: rotateX(360deg); -ms-transform: rotateX(360deg); -o-transform: rotateX(360deg); transform: rotateX(360deg); opacity: 1; } } @-webkit-keyframes cd-rotate-1-out { 0% { -webkit-transform: rotateX(0deg); opacity: 1; } 35% { -webkit-transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(180deg); opacity: 0; } } @-moz-keyframes cd-rotate-1-out { 0% { -moz-transform: rotateX(0deg); opacity: 1; } 35% { -moz-transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -moz-transform: rotateX(180deg); opacity: 0; } } @keyframes cd-rotate-1-out { 0% { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; } 35% { -webkit-transform: rotateX(-40deg); -moz-transform: rotateX(-40deg); -ms-transform: rotateX(-40deg); -o-transform: rotateX(-40deg); transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } } /**** xtype ****/ .cd-headline.type .cd-words-wrapper { vertical-align: top; overflow: hidden; } .cd-headline.type .cd-words-wrapper::after { content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 1px; background-color: #aebcb9; } .cd-headline.type .cd-words-wrapper.waiting::after { -webkit-animation: cd-pulse 1s infinite; -moz-animation: cd-pulse 1s infinite; animation: cd-pulse 1s infinite; } .cd-headline.type .cd-words-wrapper.selected { background-color: #aebcb9; } .cd-headline.type .cd-words-wrapper.selected::after { visibility: hidden; } .cd-headline.type .cd-words-wrapper.selected b { color: #0d0d0d; } .cd-headline.type b { visibility: hidden; } .cd-headline.type b.is-visible { visibility: visible; } .cd-headline.type i { position: absolute; visibility: hidden; } .cd-headline.type i.in { position: relative; visibility: visible; } @-webkit-keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); opacity: 0; } } @-moz-keyframes cd-pulse { 0% { -moz-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -moz-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -moz-transform: translateY(-50%) scale(0); opacity: 0; } } @keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); -moz-transform: translateY(-50%) scale(1); -ms-transform: translateY(-50%) scale(1); -o-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); -moz-transform: translateY(-50%) scale(0.9); -ms-transform: translateY(-50%) scale(0.9); -o-transform: translateY(-50%) scale(0.9); transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); -moz-transform: translateY(-50%) scale(0); -ms-transform: translateY(-50%) scale(0); -o-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); opacity: 0; } } /******** xrotate-2 ********/ .cd-headline.rotate-2 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.rotate-2 i, .cd-headline.rotate-2 em { display: inline-block; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cd-headline.rotate-2 b { opacity: 0; } .cd-headline.rotate-2 i { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(-20px) rotateX(90deg); -moz-transform: translateZ(-20px) rotateX(90deg); -ms-transform: translateZ(-20px) rotateX(90deg); -o-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); opacity: 0; } .is-visible .cd-headline.rotate-2 i { opacity: 1; } .cd-headline.rotate-2 i.in { -webkit-animation: cd-rotate-2-in 0.4s forwards; -moz-animation: cd-rotate-2-in 0.4s forwards; animation: cd-rotate-2-in 0.4s forwards; } .cd-headline.rotate-2 i.out { -webkit-animation: cd-rotate-2-out 0.4s forwards; -moz-animation: cd-rotate-2-out 0.4s forwards; animation: cd-rotate-2-out 0.4s forwards; } .cd-headline.rotate-2 em { -webkit-transform: translateZ(20px); -moz-transform: translateZ(20px); -ms-transform: translateZ(20px); -o-transform: translateZ(20px); transform: translateZ(20px); } .no-csstransitions .cd-headline.rotate-2 i { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 0; } .no-csstransitions .cd-headline.rotate-2 i em { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .no-csstransitions .cd-headline.rotate-2 .is-visible i { opacity: 1; } @-webkit-keyframes cd-rotate-2-in { 0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); } 60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); } 100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0deg); } } @-moz-keyframes cd-rotate-2-in { 0% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(90deg); } 60% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(-10deg); } 100% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(0deg); } } @keyframes cd-rotate-2-in { 0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); -moz-transform: translateZ(-20px) rotateX(90deg); -ms-transform: translateZ(-20px) rotateX(90deg); -o-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); } 60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); -moz-transform: translateZ(-20px) rotateX(-10deg); -ms-transform: translateZ(-20px) rotateX(-10deg); -o-transform: translateZ(-20px) rotateX(-10deg); transform: translateZ(-20px) rotateX(-10deg); } 100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0deg); -moz-transform: translateZ(-20px) rotateX(0deg); -ms-transform: translateZ(-20px) rotateX(0deg); -o-transform: translateZ(-20px) rotateX(0deg); transform: translateZ(-20px) rotateX(0deg); } } @-webkit-keyframes cd-rotate-2-out { 0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); } 60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); } 100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); } } @-moz-keyframes cd-rotate-2-out { 0% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(0); } 60% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(-100deg); } 100% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(-90deg); } } @keyframes cd-rotate-2-out { 0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); -moz-transform: translateZ(-20px) rotateX(0); -ms-transform: translateZ(-20px) rotateX(0); -o-transform: translateZ(-20px) rotateX(0); transform: translateZ(-20px) rotateX(0); } 60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); -moz-transform: translateZ(-20px) rotateX(-100deg); -ms-transform: translateZ(-20px) rotateX(-100deg); -o-transform: translateZ(-20px) rotateX(-100deg); transform: translateZ(-20px) rotateX(-100deg); } 100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); -moz-transform: translateZ(-20px) rotateX(-90deg); -ms-transform: translateZ(-20px) rotateX(-90deg); -o-transform: translateZ(-20px) rotateX(-90deg); transform: translateZ(-20px) rotateX(-90deg); } } /*********** xloading-bar ***********/ .cd-headline.loading-bar span { display: inline-block; padding: .2em 0; } .cd-headline.loading-bar .cd-words-wrapper { overflow: hidden; vertical-align: top; } .cd-headline.loading-bar .cd-words-wrapper::after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: #0096a7; z-index: 2; -webkit-transition: width 0.3s -0.1s; -moz-transition: width 0.3s -0.1s; transition: width 0.3s -0.1s; } .cd-headline.loading-bar .cd-words-wrapper.is-loading::after { width: 100%; -webkit-transition: width 3s; -moz-transition: width 3s; transition: width 3s; } .cd-headline.loading-bar b { top: .2em; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; } .cd-headline.loading-bar b.is-visible { opacity: 1; top: 0; } /***** xslide *****/ .cd-headline.slide span { display: inline-block; padding: .2em 0; } .cd-headline.slide .cd-words-wrapper { overflow: hidden; vertical-align: top; } .cd-headline.slide b { opacity: 0; top: .2em; } .cd-headline.slide b.is-visible { top: 0; opacity: 1; -webkit-animation: slide-in 0.6s; -moz-animation: slide-in 0.6s; animation: slide-in 0.6s; } .cd-headline.slide b.is-hidden { -webkit-animation: slide-out 0.6s; -moz-animation: slide-out 0.6s; animation: slide-out 0.6s; } @-webkit-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(-100%); } 60% { opacity: 1; -webkit-transform: translateY(20%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes slide-in { 0% { opacity: 0; -moz-transform: translateY(-100%); } 60% { opacity: 1; -moz-transform: translateY(20%); } 100% { opacity: 1; -moz-transform: translateY(0); } } @keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 60% { opacity: 1; -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes slide-out { 0% { opacity: 1; -webkit-transform: translateY(0); } 60% { opacity: 0; -webkit-transform: translateY(120%); } 100% { opacity: 0; -webkit-transform: translateY(100%); } } @-moz-keyframes slide-out { 0% { opacity: 1; -moz-transform: translateY(0); } 60% { opacity: 0; -moz-transform: translateY(120%); } 100% { opacity: 0; -moz-transform: translateY(100%); } } @keyframes slide-out { 0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } 60% { opacity: 0; -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); } 100% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } } /**** xclip ****/ .cd-headline.clip span { display: inline-block; padding: 0; } .cd-headline.clip .cd-words-wrapper { overflow: hidden; vertical-align: top; } .cd-headline.clip .cd-words-wrapper::after { content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 5px; background-color: #000; } .cd-headline.clip b { opacity: 0; } .cd-headline.clip b.is-visible { opacity: 1; } /**** xzoom ****/ .cd-headline.zoom .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.zoom b { opacity: 0; } .cd-headline.zoom b.is-visible { opacity: 1; -webkit-animation: zoom-in 0.8s; -moz-animation: zoom-in 0.8s; animation: zoom-in 0.8s; } .cd-headline.zoom b.is-hidden { -webkit-animation: zoom-out 0.8s; -moz-animation: zoom-out 0.8s; animation: zoom-out 0.8s; } @-webkit-keyframes zoom-in { 0% { opacity: 0; -webkit-transform: translateZ(100px); } 100% { opacity: 1; -webkit-transform: translateZ(0); } } @-moz-keyframes zoom-in { 0% { opacity: 0; -moz-transform: translateZ(100px); } 100% { opacity: 1; -moz-transform: translateZ(0); } } @keyframes zoom-in { 0% { opacity: 0; -webkit-transform: translateZ(100px); -moz-transform: translateZ(100px); -ms-transform: translateZ(100px); -o-transform: translateZ(100px); transform: translateZ(100px); } 100% { opacity: 1; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } } @-webkit-keyframes zoom-out { 0% { opacity: 1; -webkit-transform: translateZ(0); } 100% { opacity: 0; -webkit-transform: translateZ(-100px); } } @-moz-keyframes zoom-out { 0% { opacity: 1; -moz-transform: translateZ(0); } 100% { opacity: 0; -moz-transform: translateZ(-100px); } } @keyframes zoom-out { 0% { opacity: 1; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } 100% { opacity: 0; -webkit-transform: translateZ(-100px); -moz-transform: translateZ(-100px); -ms-transform: translateZ(-100px); -o-transform: translateZ(-100px); transform: translateZ(-100px); } } /******** xrotate-3 ********/ .cd-headline.rotate-3 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.rotate-3 b { opacity: 0; } .cd-headline.rotate-3 i { display: inline-block; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .is-visible .cd-headline.rotate-3 i { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } .cd-headline.rotate-3 i.in { -webkit-animation: cd-rotate-3-in 0.6s forwards; -moz-animation: cd-rotate-3-in 0.6s forwards; animation: cd-rotate-3-in 0.6s forwards; } .cd-headline.rotate-3 i.out { -webkit-animation: cd-rotate-3-out 0.6s forwards; -moz-animation: cd-rotate-3-out 0.6s forwards; animation: cd-rotate-3-out 0.6s forwards; } .no-csstransitions .cd-headline.rotate-3 i { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 0; } .no-csstransitions .cd-headline.rotate-3 .is-visible i { opacity: 1; } @-webkit-keyframes cd-rotate-3-in { 0% { -webkit-transform: rotateY(180deg); } 100% { -webkit-transform: rotateY(0deg); } } @-moz-keyframes cd-rotate-3-in { 0% { -moz-transform: rotateY(180deg); } 100% { -moz-transform: rotateY(0deg); } } @keyframes cd-rotate-3-in { 0% { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } 100% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } } @-webkit-keyframes cd-rotate-3-out { 0% { -webkit-transform: rotateY(0); } 100% { -webkit-transform: rotateY(-180deg); } } @-moz-keyframes cd-rotate-3-out { 0% { -moz-transform: rotateY(0); } 100% { -moz-transform: rotateY(-180deg); } } @keyframes cd-rotate-3-out { 0% { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } 100% { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); } } /***** xscale *****/ .cd-headline.scale b { opacity: 0; } .cd-headline.scale i { display: inline-block; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .is-visible .cd-headline.scale i { opacity: 1; } .cd-headline.scale i.in { -webkit-animation: scale-up 0.6s forwards; -moz-animation: scale-up 0.6s forwards; animation: scale-up 0.6s forwards; } .cd-headline.scale i.out { -webkit-animation: scale-down 0.6s forwards; -moz-animation: scale-down 0.6s forwards; animation: scale-down 0.6s forwards; } .no-csstransitions .cd-headline.scale i { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; } .no-csstransitions .cd-headline.scale .is-visible i { opacity: 1; } @-webkit-keyframes scale-up { 0% { -webkit-transform: scale(0); opacity: 0; } 60% { -webkit-transform: scale(1.2); opacity: 1; } 100% { -webkit-transform: scale(1); opacity: 1; } } @-moz-keyframes scale-up { 0% { -moz-transform: scale(0); opacity: 0; } 60% { -moz-transform: scale(1.2); opacity: 1; } 100% { -moz-transform: scale(1); opacity: 1; } } @keyframes scale-up { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; } 60% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 1; } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } } @-webkit-keyframes scale-down { 0% { -webkit-transform: scale(1); opacity: 1; } 60% { -webkit-transform: scale(0); opacity: 0; } } @-moz-keyframes scale-down { 0% { -moz-transform: scale(1); opacity: 1; } 60% { -moz-transform: scale(0); opacity: 0; } } @keyframes scale-down { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } 60% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; } } /**** xpush ****/ .cd-headline.push b { opacity: 0; } .cd-headline.push b.is-visible { opacity: 1; -webkit-animation: push-in 0.6s; -moz-animation: push-in 0.6s; animation: push-in 0.6s; } .cd-headline.push b.is-hidden { -webkit-animation: push-out 0.6s; -moz-animation: push-out 0.6s; animation: push-out 0.6s; } @-webkit-keyframes push-in { 0% { opacity: 0; -webkit-transform: translateX(-100%); } 60% { opacity: 1; -webkit-transform: translateX(10%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes push-in { 0% { opacity: 0; -moz-transform: translateX(-100%); } 60% { opacity: 1; -moz-transform: translateX(10%); } 100% { opacity: 1; -moz-transform: translateX(0); } } @keyframes push-in { 0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } 60% { opacity: 1; -webkit-transform: translateX(10%); -moz-transform: translateX(10%); -ms-transform: translateX(10%); -o-transform: translateX(10%); transform: translateX(10%); } 100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes push-out { 0% { opacity: 1; -webkit-transform: translateX(0); } 60% { opacity: 0; -webkit-transform: translateX(110%); } 100% { opacity: 0; -webkit-transform: translateX(100%); } } @-moz-keyframes push-out { 0% { opacity: 1; -moz-transform: translateX(0); } 60% { opacity: 0; -moz-transform: translateX(110%); } 100% { opacity: 0; -moz-transform: translateX(100%); } } @keyframes push-out { 0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 60% { opacity: 0; -webkit-transform: translateX(110%); -moz-transform: translateX(110%); -ms-transform: translateX(110%); -o-transform: translateX(110%); transform: translateX(110%); } 100% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
0.380068
0.064979
.top-nav-wrapper{ background-color: #333; width: 100%; height: 40px; line-height: 40px; } /* 设置超链接的样式 */ .top-left-subnav a{ font-family:Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif; font-size: 12px; color: #b0b0b0; display: block; } /* 设置超链接移入变色 */ .top-left-subnav a:hover{ color: #fff; } /* 设置浮动 */ .top-left-menu,.top-nav-wrapper li{ float: left; } .top-shop,.top-right-menu{ float: right; } /* 设置分割线 */ .top-left-subnav .line{ color: #424242; margin: 0 8px; font-size: 12px; } /* 为下载app下拉框开启定位 */ .top-app{ position: relative; } /* 下载app的下拉效果 */ .Downloadapp{ width: 124px; height: 0px; float: left; overflow: hidden; position: absolute; top: 40px; left: -38px; background-color: #fff; text-align: center; line-height: 1; box-shadow: 0 0 10px rgb(0, 0, .3); transition: height 0.3s; z-index: 999; } /* 设置二维码图片格式 */ .Downloadapp img{ width: 90px; display: block; margin: 18px auto 12px; } /* 设置下拉app内文字 */ .Downloadapp span{ color: #000; font-size: 14px; } /* 设置小三角 */ .app::after{ content: ''; display: none; border: 8px solid transparent; border-bottom-color: white; border-top: none; position: absolute; width: 0; height: 0; left: 0; right: 0; bottom: 0; margin: 0 auto; } /* 设置鼠标移入效果 */ .top-app:hover .Downloadapp, .app:hover::after{ height: 148px; display: block; } /* 1.2 top-right-subnav */ /* 设置购物车的格式 */ .top-shop{ margin-left: 26px; } /* 设置购物车图标 */ .top-shop .shop i{ margin-right: 4px; } /* 设置kuang效果 */ .shop-kuang{ width: 316px; height: 0px; background-color: #fff; position: absolute; right: 0; top: 40px; box-shadow: 0 2px 2px rgb(0, 0, 0.3); border-top: none; transition: height 0.3s; z-index: 999; } /* 为框的父元素开启绝对定位 */ .top-shop .shop{ position: relative; } /* 为购物车移入设置效果 */ .top-shop a:hover{ background-color: #fff; } /* 设置购物车内样式 */ .top-shop a{ width: 120px; background-color: #424242; text-align: center; border: 1px solid transparent; border-bottom: 0; border-top: 0; } /* 为购物车字体移入设置效果 */ .top-shop:hover a{ color: #ff6700;; } /* 为框中文字设置样式 */ .shop-kuang span{ color: #424242; font-size: 12px; margin: 0 20px 20px; display: block; text-align: center; padding: 20px 0; display: none; } /* 为框设置移入效果 */ .top-shop:hover .shop-kuang, .top-shop:hover .shop-kuang span{ display: block; height: 100px; } /* 2.header-nav-wrapper */ .header-nav-wrapper{ height: 100px; position: relative; } /* 2.1 header-left */ /* 设置米-家 图片样式 */ .header-left{ width: 55px; height: 55px; float: left; margin-top: 22px; overflow: hidden; position: relative; text-indent: -9999px; } /* 统一设置a超链接 */ .header-left a{ background-color: #ff6700; width: 55px; height: 55px; position: absolute; left: 0; background-image: url(../img/header/mi-logo.png); background-position: center; transition: left 0.3s; } /* 设置home的样式 */ .header-nav-wrapper .img-home{ background-image: url(../img/header/mi-home.png); left: -55px; } /* 设置鼠标移入米->家 */ .header-left:hover .img-home{ left: 0px; } .header-left:hover .img-mi{ left: 55px; } /* 2.2 header-inter */ /* 设置header-inter菜单浮动 */ .header-nav-wrapper li{ float: left; } /* 设置菜单文字样式 */ .header-inter{ float: left; margin-left: 7px; } /* 设置菜单列表 */ .header-inter-list{ /* width: 850px; */ height: 100px; line-height: 100px; padding-left: 58px; } /* 隐藏全部商品分类 */ .hidden{ visibility: hidden; } /* 设置移入nav导航栏出现的白框 */ .goods-info{ height: 0; width: 100%; position: fixed; top: 140px; left: 0; transition: height 0.3s; z-index: 9999; } /* 设置移入白框出现 */ .header-inter .show-goods:hover ~ .goods-info, .header-inter .goods-info:hover{ border: 1px solid #E0E0E0; background-color: white; box-shadow: 0 5px 3px rgba(0, 0, 0, .2); height: 228px; } /* 设置header-inter-list里的li浮动 */ .header-inter-list > li{ float: left; } /* 设置菜单列表里的a */ .header-inter-list a{ margin-right: 20px; font-size: 16px; display: block; } /* 设置全部商品栏 */ .all-goods{ width: 234px; height: 420px; background-color: rgba(0, 0, 0,.2); position: absolute; left: 0; line-height: 1; padding: 20px 0; z-index: 999; } /* 设置全部商品的li */ .all-goods li a{ color: white; display: block; width: 174px; height: 42px; line-height: 42px; padding: 0 30px; margin-right: 0; font-size: 14px; } /* 设置鼠标移入li变化 */ .all-goods li:hover{ background-color: #ff6700; } /* 设置右箭头 */ .all-goods a i{ float: right; line-height: 42px; } /* 2.3 header-search */ .header-search{ width: 296px; height: 50px; /* background-color: royalblue; */ float: right; margin-top: 25px; border: 1px solid rgb(224, 224, 224); } /* 设置文本框 */ .search-inp{ border: none; width: 224px; height: 50px; float: left; padding: 10px; padding: 0 10px; font-size: 16px; } /* 设置搜索按钮 */ .search-but{ float: left; width: 52px; height: 50px; padding: 0; border: 0; color: #616161; font-size: 16px; border-left: 1px solid rgb(224, 224, 224); outline: none; } /* 设置聚焦变色 */ .search-inp:focus, .search-inp:focus + button{ outline: 1px solid #ff6700; } /* 鼠标移入按钮变话 */ .search-but:hover{ background-color: #ff6700; color: #fff; border-color: #ff6700; } /* 3.banner */ /* 给容器设置相对定位 */ .banner-wrapper{ position: relative; height: 460px; } .banner{ width: 100%; height: 460px; position: relative; overflow: hidden; } .all-imgs{ /* width: 12260px; */ position: absolute; left: 0; } .all-imgs li{ float: left; } .all-imgs li img{ width: 1226px; height: 460px; } /* 设置图片格式 */ .banner-wrapper img{ vertical-align: top; width: 100%; } /* 设置点的位置 */ .dian-list{ position: absolute; right: 35px; bottom: 22px; } /* 设置点的样式 */ .dian-list a{ float: left; background-color: rgba(0, 0, 0, .4); border: 2px solid rgba(225, 225, 225,.4); border-radius: 50%; height: 6px; width: 6px; right: 0; margin-left: 8px; } /* 设置点的聚焦 */ .dian-list .focus-dian, .dian-list a:hover{ border-color: rgba(0, 0, 0, .4); background-color:rgba(255, 255, 255, .4); } /* 设置雪碧图 */ .prev-next a{ width: 41px; height: 69px; background-image: url(../img/banner/icon-slides.png); position: absolute; bottom: 0; top: 0; margin: auto 0; } /* 雪碧图左 */ .prev{ left: 234px; background-position: -84px; } /* 左鼠标移入 */ .prev:hover{ background-position: 0; } /* 雪碧图右 */ .next{ right: 0px; background-position: -125px; } /* 右鼠标移入 */ .next:hover{ background-position: -42px; } /* .guanggao */ .guanggao{ height: 170px; margin-top: 14px; } /* 4.1 gg-left */ /* 设置广告左区域 */ .gg-left{ width: 228px; height: 168px; background-color: #5f5750; margin-right: 14px; padding-top: 2px; padding-left: 6px; } /* 设置图标列表 */ .guanggao li, .gg-left, .gg-imgs{ float: left; } /* 设置超链接 */ .gg-left li a{ display: block; text-align: center; height: 84px; width: 76px; font-size: 12px; color: #cfccca; overflow: hidden; } /* 设置图标字体 */ .gg-left li i{ display: block; margin-top: 20px; margin-bottom: 6px; font-size: 20px; } /* 为gg-left设置定位 */ .gg-left li{ position: relative; } /* 设置移入变色 */ .gg-left li a:hover{ color: white; } /* 上边框 */ .gg-left a::before{ content: ''; width: 64px; height: 1px; background-color: #665e57; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; } /* 做边框 */ .gg-left li::before{ content: ''; width: 1px; height: 70px; background-color: #665e57; position: absolute; top: 0; bottom: 0; left: 0; margin: auto 0; } /* 4.2 gg-imgs */ .guanggao .gg-imgs li{ width: 316px; margin-right: 15px; } .guanggao .gg-imgs img{ width: 100%; } .guanggao .gg-imgs li:last-child{ margin-right: 0; } /* 5.back-top */ .back-top{ width: 26px; height: 250px; position:fixed; bottom: 60px; right: 50%; margin-right: -641px; } .back-top div{ margin-top: 15px; margin-left: 2px; } /* 6.footer */ /*footer start*/ .footer { width: 100%; height: 440px; min-width: 1226px; font-size: 9px; } .f_service { width: 1226px; height: 80px; margin: 0 auto; border-bottom: 1px solid #e0e0e0; } .f_service ul { padding-top: 25px; } .f_service li { float: left; width: 244px; border-right: 1px solid #e0e0e0; } .f_service li a { margin-left: 55px; color: #616161; font-size: 16px; transition: .3s; } .f_service li a .iconfont { font-size: 24px; margin-right: 4px; } .f_service li a:hover { color: #ff6700 } .f_info { width: 1226px; height: 120px; margin: 40px auto; } .f_i_left { width: 979px; height: 120px; ; float: left; border-right: 1px solid #e0e0e0; } .f_i_left dl { float: left; width: 160px; } .f_i_left dl dt { margin-bottom: 30px; font-size: 14px; } .f_i_left dl dd { margin-bottom: 10px; } .f_i_left dl dd a { color: #757575 } .f_i_left dl dd a:hover { color: #f60; } .f_i_right { width: 246px; height: 120px; margin-top: -110px; float: right; text-align: center; } .f_i_right .p1 { font-size: 22px; color: #ff6700; } .f_i_right .p2, #footer .f_info .f_i_right .p3 { color: #616161 } .f_i_right .p2 { margin: 6px 0 2px; } .f_i_right a { width: 120px; height: 30px; display: block; border: 1px solid #ff6700; color: #ff6700; text-align: center; line-height: 30px; margin: 18px auto 0; transition: .3s; } .f_i_right a:hover { background: #ff6700; color: #fff; } .f_link { height: 129px; width: 100%; background: #fafafa; padding-top: 30px; } .f_l_info { width: 1226px; height: 57px; margin: 0px auto; } .f_l_i_left { width: 850px; height: 57px; float: left; position: relative; } .f_l_i_left img { float: left; background: #f60 center; } .f_l_i_left ul { float: left; margin-left: 4px; } .f_l_i_left ul li { float: left; } .f_l_i_left ul li a { color: #757575; margin: 0 4px; } .f_l_i_left ul li a:hover { color: #ff6700 } .f_l_i_left span { position: absolute; top: 20px; left: 64px; color: #b0b0b0; width: 594px; } .f_l_i_right { width: 376px; height: 57px; float: left; } .f_l_i_right a img { width: 85px; height: 28px; } .f_l_i_right a { float: left; margin-left: 4px; } .f_l_bottom { width: 1226px; height: 19px; background: pink; margin: 38px auto 0; background: url(image/footer/footer.png) no-repeat center; }
css/index.css
.top-nav-wrapper{ background-color: #333; width: 100%; height: 40px; line-height: 40px; } /* 设置超链接的样式 */ .top-left-subnav a{ font-family:Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif; font-size: 12px; color: #b0b0b0; display: block; } /* 设置超链接移入变色 */ .top-left-subnav a:hover{ color: #fff; } /* 设置浮动 */ .top-left-menu,.top-nav-wrapper li{ float: left; } .top-shop,.top-right-menu{ float: right; } /* 设置分割线 */ .top-left-subnav .line{ color: #424242; margin: 0 8px; font-size: 12px; } /* 为下载app下拉框开启定位 */ .top-app{ position: relative; } /* 下载app的下拉效果 */ .Downloadapp{ width: 124px; height: 0px; float: left; overflow: hidden; position: absolute; top: 40px; left: -38px; background-color: #fff; text-align: center; line-height: 1; box-shadow: 0 0 10px rgb(0, 0, .3); transition: height 0.3s; z-index: 999; } /* 设置二维码图片格式 */ .Downloadapp img{ width: 90px; display: block; margin: 18px auto 12px; } /* 设置下拉app内文字 */ .Downloadapp span{ color: #000; font-size: 14px; } /* 设置小三角 */ .app::after{ content: ''; display: none; border: 8px solid transparent; border-bottom-color: white; border-top: none; position: absolute; width: 0; height: 0; left: 0; right: 0; bottom: 0; margin: 0 auto; } /* 设置鼠标移入效果 */ .top-app:hover .Downloadapp, .app:hover::after{ height: 148px; display: block; } /* 1.2 top-right-subnav */ /* 设置购物车的格式 */ .top-shop{ margin-left: 26px; } /* 设置购物车图标 */ .top-shop .shop i{ margin-right: 4px; } /* 设置kuang效果 */ .shop-kuang{ width: 316px; height: 0px; background-color: #fff; position: absolute; right: 0; top: 40px; box-shadow: 0 2px 2px rgb(0, 0, 0.3); border-top: none; transition: height 0.3s; z-index: 999; } /* 为框的父元素开启绝对定位 */ .top-shop .shop{ position: relative; } /* 为购物车移入设置效果 */ .top-shop a:hover{ background-color: #fff; } /* 设置购物车内样式 */ .top-shop a{ width: 120px; background-color: #424242; text-align: center; border: 1px solid transparent; border-bottom: 0; border-top: 0; } /* 为购物车字体移入设置效果 */ .top-shop:hover a{ color: #ff6700;; } /* 为框中文字设置样式 */ .shop-kuang span{ color: #424242; font-size: 12px; margin: 0 20px 20px; display: block; text-align: center; padding: 20px 0; display: none; } /* 为框设置移入效果 */ .top-shop:hover .shop-kuang, .top-shop:hover .shop-kuang span{ display: block; height: 100px; } /* 2.header-nav-wrapper */ .header-nav-wrapper{ height: 100px; position: relative; } /* 2.1 header-left */ /* 设置米-家 图片样式 */ .header-left{ width: 55px; height: 55px; float: left; margin-top: 22px; overflow: hidden; position: relative; text-indent: -9999px; } /* 统一设置a超链接 */ .header-left a{ background-color: #ff6700; width: 55px; height: 55px; position: absolute; left: 0; background-image: url(../img/header/mi-logo.png); background-position: center; transition: left 0.3s; } /* 设置home的样式 */ .header-nav-wrapper .img-home{ background-image: url(../img/header/mi-home.png); left: -55px; } /* 设置鼠标移入米->家 */ .header-left:hover .img-home{ left: 0px; } .header-left:hover .img-mi{ left: 55px; } /* 2.2 header-inter */ /* 设置header-inter菜单浮动 */ .header-nav-wrapper li{ float: left; } /* 设置菜单文字样式 */ .header-inter{ float: left; margin-left: 7px; } /* 设置菜单列表 */ .header-inter-list{ /* width: 850px; */ height: 100px; line-height: 100px; padding-left: 58px; } /* 隐藏全部商品分类 */ .hidden{ visibility: hidden; } /* 设置移入nav导航栏出现的白框 */ .goods-info{ height: 0; width: 100%; position: fixed; top: 140px; left: 0; transition: height 0.3s; z-index: 9999; } /* 设置移入白框出现 */ .header-inter .show-goods:hover ~ .goods-info, .header-inter .goods-info:hover{ border: 1px solid #E0E0E0; background-color: white; box-shadow: 0 5px 3px rgba(0, 0, 0, .2); height: 228px; } /* 设置header-inter-list里的li浮动 */ .header-inter-list > li{ float: left; } /* 设置菜单列表里的a */ .header-inter-list a{ margin-right: 20px; font-size: 16px; display: block; } /* 设置全部商品栏 */ .all-goods{ width: 234px; height: 420px; background-color: rgba(0, 0, 0,.2); position: absolute; left: 0; line-height: 1; padding: 20px 0; z-index: 999; } /* 设置全部商品的li */ .all-goods li a{ color: white; display: block; width: 174px; height: 42px; line-height: 42px; padding: 0 30px; margin-right: 0; font-size: 14px; } /* 设置鼠标移入li变化 */ .all-goods li:hover{ background-color: #ff6700; } /* 设置右箭头 */ .all-goods a i{ float: right; line-height: 42px; } /* 2.3 header-search */ .header-search{ width: 296px; height: 50px; /* background-color: royalblue; */ float: right; margin-top: 25px; border: 1px solid rgb(224, 224, 224); } /* 设置文本框 */ .search-inp{ border: none; width: 224px; height: 50px; float: left; padding: 10px; padding: 0 10px; font-size: 16px; } /* 设置搜索按钮 */ .search-but{ float: left; width: 52px; height: 50px; padding: 0; border: 0; color: #616161; font-size: 16px; border-left: 1px solid rgb(224, 224, 224); outline: none; } /* 设置聚焦变色 */ .search-inp:focus, .search-inp:focus + button{ outline: 1px solid #ff6700; } /* 鼠标移入按钮变话 */ .search-but:hover{ background-color: #ff6700; color: #fff; border-color: #ff6700; } /* 3.banner */ /* 给容器设置相对定位 */ .banner-wrapper{ position: relative; height: 460px; } .banner{ width: 100%; height: 460px; position: relative; overflow: hidden; } .all-imgs{ /* width: 12260px; */ position: absolute; left: 0; } .all-imgs li{ float: left; } .all-imgs li img{ width: 1226px; height: 460px; } /* 设置图片格式 */ .banner-wrapper img{ vertical-align: top; width: 100%; } /* 设置点的位置 */ .dian-list{ position: absolute; right: 35px; bottom: 22px; } /* 设置点的样式 */ .dian-list a{ float: left; background-color: rgba(0, 0, 0, .4); border: 2px solid rgba(225, 225, 225,.4); border-radius: 50%; height: 6px; width: 6px; right: 0; margin-left: 8px; } /* 设置点的聚焦 */ .dian-list .focus-dian, .dian-list a:hover{ border-color: rgba(0, 0, 0, .4); background-color:rgba(255, 255, 255, .4); } /* 设置雪碧图 */ .prev-next a{ width: 41px; height: 69px; background-image: url(../img/banner/icon-slides.png); position: absolute; bottom: 0; top: 0; margin: auto 0; } /* 雪碧图左 */ .prev{ left: 234px; background-position: -84px; } /* 左鼠标移入 */ .prev:hover{ background-position: 0; } /* 雪碧图右 */ .next{ right: 0px; background-position: -125px; } /* 右鼠标移入 */ .next:hover{ background-position: -42px; } /* .guanggao */ .guanggao{ height: 170px; margin-top: 14px; } /* 4.1 gg-left */ /* 设置广告左区域 */ .gg-left{ width: 228px; height: 168px; background-color: #5f5750; margin-right: 14px; padding-top: 2px; padding-left: 6px; } /* 设置图标列表 */ .guanggao li, .gg-left, .gg-imgs{ float: left; } /* 设置超链接 */ .gg-left li a{ display: block; text-align: center; height: 84px; width: 76px; font-size: 12px; color: #cfccca; overflow: hidden; } /* 设置图标字体 */ .gg-left li i{ display: block; margin-top: 20px; margin-bottom: 6px; font-size: 20px; } /* 为gg-left设置定位 */ .gg-left li{ position: relative; } /* 设置移入变色 */ .gg-left li a:hover{ color: white; } /* 上边框 */ .gg-left a::before{ content: ''; width: 64px; height: 1px; background-color: #665e57; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; } /* 做边框 */ .gg-left li::before{ content: ''; width: 1px; height: 70px; background-color: #665e57; position: absolute; top: 0; bottom: 0; left: 0; margin: auto 0; } /* 4.2 gg-imgs */ .guanggao .gg-imgs li{ width: 316px; margin-right: 15px; } .guanggao .gg-imgs img{ width: 100%; } .guanggao .gg-imgs li:last-child{ margin-right: 0; } /* 5.back-top */ .back-top{ width: 26px; height: 250px; position:fixed; bottom: 60px; right: 50%; margin-right: -641px; } .back-top div{ margin-top: 15px; margin-left: 2px; } /* 6.footer */ /*footer start*/ .footer { width: 100%; height: 440px; min-width: 1226px; font-size: 9px; } .f_service { width: 1226px; height: 80px; margin: 0 auto; border-bottom: 1px solid #e0e0e0; } .f_service ul { padding-top: 25px; } .f_service li { float: left; width: 244px; border-right: 1px solid #e0e0e0; } .f_service li a { margin-left: 55px; color: #616161; font-size: 16px; transition: .3s; } .f_service li a .iconfont { font-size: 24px; margin-right: 4px; } .f_service li a:hover { color: #ff6700 } .f_info { width: 1226px; height: 120px; margin: 40px auto; } .f_i_left { width: 979px; height: 120px; ; float: left; border-right: 1px solid #e0e0e0; } .f_i_left dl { float: left; width: 160px; } .f_i_left dl dt { margin-bottom: 30px; font-size: 14px; } .f_i_left dl dd { margin-bottom: 10px; } .f_i_left dl dd a { color: #757575 } .f_i_left dl dd a:hover { color: #f60; } .f_i_right { width: 246px; height: 120px; margin-top: -110px; float: right; text-align: center; } .f_i_right .p1 { font-size: 22px; color: #ff6700; } .f_i_right .p2, #footer .f_info .f_i_right .p3 { color: #616161 } .f_i_right .p2 { margin: 6px 0 2px; } .f_i_right a { width: 120px; height: 30px; display: block; border: 1px solid #ff6700; color: #ff6700; text-align: center; line-height: 30px; margin: 18px auto 0; transition: .3s; } .f_i_right a:hover { background: #ff6700; color: #fff; } .f_link { height: 129px; width: 100%; background: #fafafa; padding-top: 30px; } .f_l_info { width: 1226px; height: 57px; margin: 0px auto; } .f_l_i_left { width: 850px; height: 57px; float: left; position: relative; } .f_l_i_left img { float: left; background: #f60 center; } .f_l_i_left ul { float: left; margin-left: 4px; } .f_l_i_left ul li { float: left; } .f_l_i_left ul li a { color: #757575; margin: 0 4px; } .f_l_i_left ul li a:hover { color: #ff6700 } .f_l_i_left span { position: absolute; top: 20px; left: 64px; color: #b0b0b0; width: 594px; } .f_l_i_right { width: 376px; height: 57px; float: left; } .f_l_i_right a img { width: 85px; height: 28px; } .f_l_i_right a { float: left; margin-left: 4px; } .f_l_bottom { width: 1226px; height: 19px; background: pink; margin: 38px auto 0; background: url(image/footer/footer.png) no-repeat center; }
0.284874
0.04798
@font-face { font-family:”Roboto Condensed”; src:url(“fonts/Roboto-Condensed.eot?”)format(“eot”), url(“fonts/Roboto-Condensed.woff”)format(“woff”), url(“fonts/Roboto-Condensed.ttf”)format(“truetype”), url(“fonts/Roboto-Condensed.svg#Roboto-Condensed”)format(“svg”); } html { } body { /*overflow-x: hidden;*/ } header { height: 50px; border-bottom: 1px solid #E2E2E2; background: #F2F2F2; } .form-group { margin-bottom: 21px; } .form-control { height: 50px !important; } .title { margin: auto; } .title h4 { text-transform: uppercase; font-size: 1.5rem; padding-left : 15px; } .account { margin: auto; } .account button { background: url("../../images/account.jpg") no-repeat; background-size: 30px; height: 30px; width: 30px; border-radius: 50%; border: none; cursor: pointer; } .menu { background: #F2F2F2; padding: 15px 0px; } .input-search { margin-left: 15px; } .input-search input { width: 80%; float: left; border: 1px solid #DDDDDD; border-radius: 4px; } .input-search button { background: url("../../images/search.png") no-repeat; background-size: 30px; width: 30px; height: 30px; border: 1px solid #DDDDDD; border-radius: 4px; cursor: pointer; } .itemNavL2 { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; overflow: auto; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .itemNavL2 a { color: #358EE1; padding: 5px 16px; text-decoration: none; display: block; } .show {display: block;} ul { list-style-type: none; margin-left: 15px; padding: 0; } li { border-bottom: 1px solid #E2E2E2; padding: 10px 15px 0px 15px; cursor: pointer; } li:hover { border: 1px solid #E2E2E2; } ul li div h4 { font-size: 1.1rem; color: #358EE0; font-weight: normal; } .itemNav:hover{ font-weight: bold; } .labelList { border-bottom: 1px solid #E2E2E2; } .searchDB input { border: 1px solid #DDDDDD; border-radius: 4px; } .disDB { margin: auto; } .detailInfo { margin: 2px 40px 2px 0px; float: left; font-weight: bold; width: 15%; } .detailInfoContent { } .table { text-align: center; } td img { width: 15px; height: 15px; } thead tr td { font-weight: bold; }
public/css/prolayout.css
@font-face { font-family:”Roboto Condensed”; src:url(“fonts/Roboto-Condensed.eot?”)format(“eot”), url(“fonts/Roboto-Condensed.woff”)format(“woff”), url(“fonts/Roboto-Condensed.ttf”)format(“truetype”), url(“fonts/Roboto-Condensed.svg#Roboto-Condensed”)format(“svg”); } html { } body { /*overflow-x: hidden;*/ } header { height: 50px; border-bottom: 1px solid #E2E2E2; background: #F2F2F2; } .form-group { margin-bottom: 21px; } .form-control { height: 50px !important; } .title { margin: auto; } .title h4 { text-transform: uppercase; font-size: 1.5rem; padding-left : 15px; } .account { margin: auto; } .account button { background: url("../../images/account.jpg") no-repeat; background-size: 30px; height: 30px; width: 30px; border-radius: 50%; border: none; cursor: pointer; } .menu { background: #F2F2F2; padding: 15px 0px; } .input-search { margin-left: 15px; } .input-search input { width: 80%; float: left; border: 1px solid #DDDDDD; border-radius: 4px; } .input-search button { background: url("../../images/search.png") no-repeat; background-size: 30px; width: 30px; height: 30px; border: 1px solid #DDDDDD; border-radius: 4px; cursor: pointer; } .itemNavL2 { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; overflow: auto; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .itemNavL2 a { color: #358EE1; padding: 5px 16px; text-decoration: none; display: block; } .show {display: block;} ul { list-style-type: none; margin-left: 15px; padding: 0; } li { border-bottom: 1px solid #E2E2E2; padding: 10px 15px 0px 15px; cursor: pointer; } li:hover { border: 1px solid #E2E2E2; } ul li div h4 { font-size: 1.1rem; color: #358EE0; font-weight: normal; } .itemNav:hover{ font-weight: bold; } .labelList { border-bottom: 1px solid #E2E2E2; } .searchDB input { border: 1px solid #DDDDDD; border-radius: 4px; } .disDB { margin: auto; } .detailInfo { margin: 2px 40px 2px 0px; float: left; font-weight: bold; width: 15%; } .detailInfoContent { } .table { text-align: center; } td img { width: 15px; height: 15px; } thead tr td { font-weight: bold; }
0.25174
0.14682
body{ height: 100%; font-family: "Open Sans",sans-serif; background-size: cover; background-image: url('https://wallpaperaccess.com/full/2471283.gif'); } a { color: #6937f2; text-decoration: none; } a:hover { color: white; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #8e37f2; width: 40px; height: 40px; border-radius: 50px; transition: all 0.4s; } .back-to-top i { font-size: 28px; color: #fff; line-height: 0; } .back-to-top:hover { background: #d87ed3; color: #fff; } .back-to-top.active { visibility: visible; opacity: 1; } /*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/ #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; } #preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #8837f2; border-top-color: #fff; border-bottom-color: #fff; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite; } @-webkit-keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*-------------------------------------------------------------- # Disable aos animation delay on mobile devices --------------------------------------------------------------*/ @media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { background: #fff; transition: all 0.5s; z-index: 997; padding: 15px 0; box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08); } #header .logo { font-size: 30px; margin: 0; padding: 0; line-height: 1; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-family: "Poppins", sans-serif; } #header .logo a { color: #f237e9; } #header .logo img { max-height: 40px; } /** * Get Startet Button */ .get-started-btn { margin-left: 22px; background: #8837f2; color: #fff; border-radius: 50px; padding: 8px 25px; white-space: nowrap; transition: 0.3s; font-size: 14px; display: inline-block; } .get-started-btn:hover { background: #c13ab6; color: #fff; } @media (max-width: 768px) { .get-started-btn { margin: 0 15px 0 0; padding: 6px 18px; } } a:link, a:visited { background-color: #6115f0; color: white; padding: 14px 25px; text-align: center; text-decoration: none; display: inline-block; } a:hover, a:active { background-color: rgb(207, 143, 236);}
files/css/style.css
body{ height: 100%; font-family: "Open Sans",sans-serif; background-size: cover; background-image: url('https://wallpaperaccess.com/full/2471283.gif'); } a { color: #6937f2; text-decoration: none; } a:hover { color: white; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #8e37f2; width: 40px; height: 40px; border-radius: 50px; transition: all 0.4s; } .back-to-top i { font-size: 28px; color: #fff; line-height: 0; } .back-to-top:hover { background: #d87ed3; color: #fff; } .back-to-top.active { visibility: visible; opacity: 1; } /*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/ #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; } #preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #8837f2; border-top-color: #fff; border-bottom-color: #fff; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite; } @-webkit-keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*-------------------------------------------------------------- # Disable aos animation delay on mobile devices --------------------------------------------------------------*/ @media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { background: #fff; transition: all 0.5s; z-index: 997; padding: 15px 0; box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08); } #header .logo { font-size: 30px; margin: 0; padding: 0; line-height: 1; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-family: "Poppins", sans-serif; } #header .logo a { color: #f237e9; } #header .logo img { max-height: 40px; } /** * Get Startet Button */ .get-started-btn { margin-left: 22px; background: #8837f2; color: #fff; border-radius: 50px; padding: 8px 25px; white-space: nowrap; transition: 0.3s; font-size: 14px; display: inline-block; } .get-started-btn:hover { background: #c13ab6; color: #fff; } @media (max-width: 768px) { .get-started-btn { margin: 0 15px 0 0; padding: 6px 18px; } } a:link, a:visited { background-color: #6115f0; color: white; padding: 14px 25px; text-align: center; text-decoration: none; display: inline-block; } a:hover, a:active { background-color: rgb(207, 143, 236);}
0.53437
0.092811
.navbar-default { background-color: #27ae60; border-color: #2ecc71; } .navbar-default .navbar-brand { color: #ffffff; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #d6d6d6; } .navbar-default .navbar-text { color: #ffffff; } .navbar-default .navbar-nav > li > a { color: #ffffff; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #d6d6d6; } .navbar-default .navbar-nav > li > .dropdown-menu { background-color: #27ae60; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a { color: #ffffff; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider { background-color: #2ecc71; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-toggle { border-color: #2ecc71; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #2ecc71; } .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #ffffff; } .navbar-default .navbar-link { color: #ffffff; } .navbar-default .navbar-link:hover { color: #d6d6d6; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #d6d6d6; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #d6d6d6; background-color: #2ecc71; } } .navbar { border-radius: 0px; } .brand{ max-width:60px !important; } .navbar-brand{ margin-top: 6px; margin-left: -5px !important; font-family: 'Indie Flower', cursive; font-size: 30px; } body{ font-family: 'Ubuntu Condensed', sans-serif; font-size:17px; }
public/css/custom.css
.navbar-default { background-color: #27ae60; border-color: #2ecc71; } .navbar-default .navbar-brand { color: #ffffff; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #d6d6d6; } .navbar-default .navbar-text { color: #ffffff; } .navbar-default .navbar-nav > li > a { color: #ffffff; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #d6d6d6; } .navbar-default .navbar-nav > li > .dropdown-menu { background-color: #27ae60; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a { color: #ffffff; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider { background-color: #2ecc71; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #d6d6d6; background-color: #2ecc71; } .navbar-default .navbar-toggle { border-color: #2ecc71; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #2ecc71; } .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #ffffff; } .navbar-default .navbar-link { color: #ffffff; } .navbar-default .navbar-link:hover { color: #d6d6d6; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #d6d6d6; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #d6d6d6; background-color: #2ecc71; } } .navbar { border-radius: 0px; } .brand{ max-width:60px !important; } .navbar-brand{ margin-top: 6px; margin-left: -5px !important; font-family: 'Indie Flower', cursive; font-size: 30px; } body{ font-family: 'Ubuntu Condensed', sans-serif; font-size:17px; }
0.336658
0.038286
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700"); * { font-family: "Poppins", sans-serif; } html { scroll-behavior: smooth; } body { /*#242038*/ color: #fff; background-color: #24233b !important; transition: all 500ms linear ease-in-out; } .Zuri-images { width: 200px; margin: 0 auto; } .Zuri-images ul { display: flex; flex-direction: row; } .Zuri-images ul li { list-style: none; width: 50%; background-color: #fff; } .Zuri-images ul li img { width: 100%; } .navbar { padding: 0.8rem 5vw; background-color: #24233b !important; height: 12vh; box-shadow: 2px 2px 5px 2px #1c1a27; } .navbar-nav li { padding-right: 20px; } .navbar-brand { display: flex; justify-content: center; align-items: center; font-size: 30px; width: 50px; height: 50px; margin-left: 2vw; font-weight: 900; background-color: #fff; border-radius: 50%; } .navbar-brand .E { color: black; } .navbar-brand .O { color: #e24d5c; } .navbar-brand:hover { color: black !important; } .nav-link { font-size: 1.1em !important; color: #fff !important; padding: 10px 20px !important; } .nav-link:hover { color: #e24d5c !important; } #welcome .row { height: 88vh; } #welcome .row h1 { font-size: 70px; color: #fff; text-shadow: 2px 2px 5px #69696b; } #welcome .row p { color: #6d6a75; font-size: 20px; width: 40%; } #welcome .row .col-md-10 { padding-top: 60px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: flex-start; text-align: left; } #welcome .row .col-md-10 h1 span { color: #e24d5c; } #welcome .row .col-md-10 .my-button { width: 30%; display: flex; justify-content: center; text-align: center; background: #e24d5c; font-weight: 700; font-size: 17px; height: 70px; padding: 20px 20px; cursor: pointer; outline: none; border: none; border-radius: 40px; transition: all 300ms linear; } #welcome .row .col-md-10 .my-button:hover { background: none; border: 2px solid #e24d5c; } #welcome .row .col-md-10 .my-button:hover a { color: #e24d5c; } #welcome .row .col-md-10 .my-button a { text-decoration: none; color: #fff; font-family: "Poppins", sans-serif; } #welcome .row .col-md-2 { padding-top: 100px; } #about { height: 100vh; } #about .col-md-12 { margin-bottom: 100px; } #about .col-md-11 { padding: 50px; box-shadow: 2px 2px 5px 2px #1c1a27; } #skills { margin-top: 15vh; height: 130vh; } #skills .head-part h1, #about .head-part h1, #work .head-part h1, #connect .head-part h1 { color: #e24d5c; font-size: 65px; font-weight: 500; } #skills .head-part h1 .skill, #about .head-part h1 span, #work .head-part h1 span, #connect .head-part h1 span { border-bottom: 10px solid #e24d5c; } #skills .col-md-12 { margin-top: 50px; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } #skills .col-md-12 .skill-cont { width: 30%; margin-left: 30px; margin-top: 10px; margin-bottom: 20px; box-shadow: 0 5px 12px rgb(0 0 0 / 0.2); padding: 30px; font-size: 15px; height: 300px; } #skills .col-md-12 .skill-cont .icon, #skills .col-md-12 .skill-cont p { width: 100%; text-align: left; } #skills .col-md-12 .skill-cont .icon { height: 40%; padding: 10px 0; } #skills .col-md-12 .skill-cont p { font-size: 16px; font-weight: 500; } #skills .col-md-12 .skill-cont p.detail { font-size: 14px; font-weight: 300; } #work .row-1 { margin-bottom: 5vh; } #work .mt-4 a { color:#e24d5c; text-decoration: none; } /* #volunteering { padding: 6em 4em 3em; } */ /* #volunteering .teaching-domains { height: 500px; width: auto; margin-top: -4em; } */ #connect { margin-top: 15vh; height: 100vh; } #connect .head-part { margin-bottom: 20vh; } #connect .col-md-4 .icon i { margin-right: 20px; } #connect .col-md-4 .icon span { font-weight: 500; } #connect .col-md-6, #connect .col-md-4 { display: flex; flex-direction: row; justify-content: left; align-items: center; } #connect .col-md-6 .icon a { margin-right: 30px; text-decoration: none; } @media only screen and (max-width: 1024px) { #about { height: 120vh; } #skills { height: 150vh; } #connect .col-md-6 .icon { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; } #connect .col-md-6 .icon a { margin-top: 30px; } } @media only screen and (max-width: 990px) { .navbar ul{ /* background-color: aqua !important; */ width: 90%; } .nav-link { font-size: 1em !important; padding: 8px 12px; } #welcome .row h1 { font-size: 60px; } #welcome .row p { width: 60%; } #welcome .row .col-md-10 { padding-top: 40px; } #welcome { margin-bottom: 10vh; } #skills { height: 200vh; } #skills .col-md-12 .skill-cont { width: 45%; } } @media only screen and (max-width: 770px) { .hideLater { display: none; } .navbar { height: unset; } #welcome .row h1 { font-size: 52px; } #welcome .row p { width: 70%; } #about { height: 140vh; } #skills { height: 380vh; } #skills .col-md-12 .skill-cont { width: 90%; } #skills .head-part h1, #about .head-part h1, #work .head-part h1, #connect .head-part h1 { font-size: 50px; } } @media only screen and (max-width: 430px) { #welcome .row h1 { font-size: 42px; } #welcome .row p { width: 90%; } #welcome .row .col-md-10 .my-button { width: 40%; margin: 0 auto; } #about { height: 160vh; } #connect .col-md-6 .icon { font-size: 12px; } #skills { height: 360vh; } } @media only screen and (max-width: 380px) { #about { height: 190vh; } #welcome .row .col-md-10 .my-button { width: 50%; } #skills { height: 360vh; } } @media only screen and (max-width: 330px) { #about { height: 230vh; } #skills { height: 350vh; } }
static/css/main.css
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700"); * { font-family: "Poppins", sans-serif; } html { scroll-behavior: smooth; } body { /*#242038*/ color: #fff; background-color: #24233b !important; transition: all 500ms linear ease-in-out; } .Zuri-images { width: 200px; margin: 0 auto; } .Zuri-images ul { display: flex; flex-direction: row; } .Zuri-images ul li { list-style: none; width: 50%; background-color: #fff; } .Zuri-images ul li img { width: 100%; } .navbar { padding: 0.8rem 5vw; background-color: #24233b !important; height: 12vh; box-shadow: 2px 2px 5px 2px #1c1a27; } .navbar-nav li { padding-right: 20px; } .navbar-brand { display: flex; justify-content: center; align-items: center; font-size: 30px; width: 50px; height: 50px; margin-left: 2vw; font-weight: 900; background-color: #fff; border-radius: 50%; } .navbar-brand .E { color: black; } .navbar-brand .O { color: #e24d5c; } .navbar-brand:hover { color: black !important; } .nav-link { font-size: 1.1em !important; color: #fff !important; padding: 10px 20px !important; } .nav-link:hover { color: #e24d5c !important; } #welcome .row { height: 88vh; } #welcome .row h1 { font-size: 70px; color: #fff; text-shadow: 2px 2px 5px #69696b; } #welcome .row p { color: #6d6a75; font-size: 20px; width: 40%; } #welcome .row .col-md-10 { padding-top: 60px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: flex-start; text-align: left; } #welcome .row .col-md-10 h1 span { color: #e24d5c; } #welcome .row .col-md-10 .my-button { width: 30%; display: flex; justify-content: center; text-align: center; background: #e24d5c; font-weight: 700; font-size: 17px; height: 70px; padding: 20px 20px; cursor: pointer; outline: none; border: none; border-radius: 40px; transition: all 300ms linear; } #welcome .row .col-md-10 .my-button:hover { background: none; border: 2px solid #e24d5c; } #welcome .row .col-md-10 .my-button:hover a { color: #e24d5c; } #welcome .row .col-md-10 .my-button a { text-decoration: none; color: #fff; font-family: "Poppins", sans-serif; } #welcome .row .col-md-2 { padding-top: 100px; } #about { height: 100vh; } #about .col-md-12 { margin-bottom: 100px; } #about .col-md-11 { padding: 50px; box-shadow: 2px 2px 5px 2px #1c1a27; } #skills { margin-top: 15vh; height: 130vh; } #skills .head-part h1, #about .head-part h1, #work .head-part h1, #connect .head-part h1 { color: #e24d5c; font-size: 65px; font-weight: 500; } #skills .head-part h1 .skill, #about .head-part h1 span, #work .head-part h1 span, #connect .head-part h1 span { border-bottom: 10px solid #e24d5c; } #skills .col-md-12 { margin-top: 50px; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } #skills .col-md-12 .skill-cont { width: 30%; margin-left: 30px; margin-top: 10px; margin-bottom: 20px; box-shadow: 0 5px 12px rgb(0 0 0 / 0.2); padding: 30px; font-size: 15px; height: 300px; } #skills .col-md-12 .skill-cont .icon, #skills .col-md-12 .skill-cont p { width: 100%; text-align: left; } #skills .col-md-12 .skill-cont .icon { height: 40%; padding: 10px 0; } #skills .col-md-12 .skill-cont p { font-size: 16px; font-weight: 500; } #skills .col-md-12 .skill-cont p.detail { font-size: 14px; font-weight: 300; } #work .row-1 { margin-bottom: 5vh; } #work .mt-4 a { color:#e24d5c; text-decoration: none; } /* #volunteering { padding: 6em 4em 3em; } */ /* #volunteering .teaching-domains { height: 500px; width: auto; margin-top: -4em; } */ #connect { margin-top: 15vh; height: 100vh; } #connect .head-part { margin-bottom: 20vh; } #connect .col-md-4 .icon i { margin-right: 20px; } #connect .col-md-4 .icon span { font-weight: 500; } #connect .col-md-6, #connect .col-md-4 { display: flex; flex-direction: row; justify-content: left; align-items: center; } #connect .col-md-6 .icon a { margin-right: 30px; text-decoration: none; } @media only screen and (max-width: 1024px) { #about { height: 120vh; } #skills { height: 150vh; } #connect .col-md-6 .icon { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; } #connect .col-md-6 .icon a { margin-top: 30px; } } @media only screen and (max-width: 990px) { .navbar ul{ /* background-color: aqua !important; */ width: 90%; } .nav-link { font-size: 1em !important; padding: 8px 12px; } #welcome .row h1 { font-size: 60px; } #welcome .row p { width: 60%; } #welcome .row .col-md-10 { padding-top: 40px; } #welcome { margin-bottom: 10vh; } #skills { height: 200vh; } #skills .col-md-12 .skill-cont { width: 45%; } } @media only screen and (max-width: 770px) { .hideLater { display: none; } .navbar { height: unset; } #welcome .row h1 { font-size: 52px; } #welcome .row p { width: 70%; } #about { height: 140vh; } #skills { height: 380vh; } #skills .col-md-12 .skill-cont { width: 90%; } #skills .head-part h1, #about .head-part h1, #work .head-part h1, #connect .head-part h1 { font-size: 50px; } } @media only screen and (max-width: 430px) { #welcome .row h1 { font-size: 42px; } #welcome .row p { width: 90%; } #welcome .row .col-md-10 .my-button { width: 40%; margin: 0 auto; } #about { height: 160vh; } #connect .col-md-6 .icon { font-size: 12px; } #skills { height: 360vh; } } @media only screen and (max-width: 380px) { #about { height: 190vh; } #welcome .row .col-md-10 .my-button { width: 50%; } #skills { height: 360vh; } } @media only screen and (max-width: 330px) { #about { height: 230vh; } #skills { height: 350vh; } }
0.241579
0.070752
:root { --body-font-size: 14px; --ui-font: var(--body-font-size) system-ui, Sans-serif; /* Firefox doesn't support system-ui yet */ --code-font: 100% Menlo, Monaco, Monospace; --heading-weight: 200; --body-line-height: 20px; --narrowest-spacing-size: 2px; --narrow-spacing-size: 5px; --spacing-size: 10px; --wide-spacing-size: 20px; --tiny-corner-radius-size: 2px; --corner-radius-size: 5px; --rounded-radius-size: 999px; --input-size: 100px; --input-padding-edges: var(--narrow-spacing-size) var(--spacing-size); --small-target-size: 25px; --touch-target-size: 45px; --focus-outline: none; --shadow-outline: 0 0 0 1px var(--black-10); --shadow-hover-outline: 0 0 0 1px var(--black-20); --shadow-active-outline: 0 0 0 1px var(--back-40); --bg-color: aliceblue; --content-bg-color: #ddd; --faded-bg-color: #ccc; --example-bg-color: rgb(229, 229, 241); --input-bg-color: #eee; --text-color: #333; --tooltip-bg-color: #ff8; --dark-text-color: #eee; --code-text-color: #444; --faded-text-color: #666; --hint-text-color: #aaa; --accent-color: royalblue; --dark-accent-color: rgb(0, 96, 163); --light-accent-color: aliceblue; --bright-accent-color: rgb(173, 212, 236); --default-bg-color: #cfb; --cancel-bg-color: #ffb; --selection-color: rgba(0, 64, 255, 0.25); --focus-color: #ff6a5c; --pullquote-bg-color: aliceblue; --black-5: rgba(0, 0, 0, 0.05); --black-10: rgba(0, 0, 0, 0.1); --black-20: rgba(0, 0, 0, 0.2); --black-40: rgba(0, 0, 0, 0.4); --black-80: rgba(0, 0, 0, 0.8); --white-25: rgba(255, 255, 255, 0.25); --white-50: rgba(255, 255, 255, 0.5); --white-75: rgba(255, 255, 255, 0.75); --grey-50: rgba(128, 128, 128, 0.5); --grey-75: rgba(128, 128, 128, 0.75); --shadow-50: rgba(0, 0, 0, 0.5); --shadow-color: rgba(0, 0, 0, 0.5); --link-color: rgba(64, 0, 255, 0.5); --link-active-color: #40f; --error-color: rgb(206, 0, 0); --warning-color: rgb(214, 121, 0); --ok-color: green; --error-bg: rgb(255, 187, 187); --warning-bg: rgb(255, 213, 159); --ok-bg: rgb(153, 255, 153); --hover-transition: 0.15s ease-out; --fade-transition: opacity 0.3s ease-out; } .darkmode { --bg-color: #282840; --tooltip-bg-color: #55a; --content-bg-color: #222; --faded-bg-color: #444; --example-bg-color: rgb(39, 39, 49); --input-bg-color: #111; --faded-text-color: #bbb; --text-color: #ddd; --dark-text-color: #222; --dark-accent-color: lightskyblue; --light-accent-color: #456; --bright-accent-color: #346; --pullquote-bg-color: #334; --code-text-color: #88f; --link-color: #88f; --link-active-color: #64f; --default-bg-color: #186040; --cancel-bg-color: #6a6d1d; --error-bg: rgb(206, 0, 0); --warning-bg: rgb(214, 121, 0); --ok-bg: green; --error-color: rgb(255, 187, 187); --warning-color: rgb(255, 213, 159); --ok-color: rgb(153, 255, 153); --black-5: rgba(255, 255, 255, 0.05); --black-10: rgba(255, 255, 255, 0.1); --black-20: rgba(255, 255, 255, 0.2); --black-40: rgba(255, 255, 255, 0.4); --black-80: rgba(255, 255, 255, 0.8); --white-25: rgba(0, 0, 0, 0.25); --white-50: rgba(0, 0, 0, 0.5); --white-75: rgba(0, 0, 0, 0.75); } body { font: var(--ui-font); color: var(--text-color); background: var(--content-bg-color); margin: 0; overflow: hidden; } @media print { body { overflow: default; } } * { box-sizing: border-box; /* overflow issue */ min-height: 0; min-width: 0; } p { line-height: var(--body-line-height); } blockquote { padding: var(--spacing-size) var(--wide-spacing-size); margin: 0; } a { color: var(--dark-accent-color); text-decoration: none; border-bottom: 1px dotted var(--link-color); } a:hover { background: var(--black-10); } a:visited { color: var(--dark-accent-color); border-bottom: 1px dotted var(--link-color); opacity: 0.8; } a:active { background: var(--black-20); border-bottom: 1px solid var(--link-active-color); } .dark { color: var(--dark-text-color); } h1, h2, h3, h4, h5, h6, p, blockquote { margin-block-start: var(--spacing-size); margin-block-end: var(--spacing-size); } h1, h2, h3, h4, h5, h6 { font-weight: var(--heading-weight); } h1 { font-size: 480%; } h2 { font-size: 240%; } h3 { font-size: 180%; } h4 { font-size: 140%; } h5 { font-size: 120%; } h6 { font-size: 100%; } .b8r-color { color: var(--bright-accent-color); } h1, h2, h3, h4, h5, h6, b, strong, i, em { color: var(--dark-accent-color); } .hidden, [data-list] { display: none !important; } .centered { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); text-align: center; } .fade-in { animation: fade-in var(--hover-transition); } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } .fade-out { opacity: 0 !important; animation: fade-out 0.5s ease-out; } @keyframes fade-out { from { opacity: inherit; } to { opacity: 0 !important; } } @keyframes spin-clockwise { 0% { transform: rotateZ(0deg); } 100% { transform: rotateZ(360deg); } } label { vertical-align: baseline; padding: var(--narrow-spacing-size) 0; } label > * { line-height: var(--body-line-height); } :disabled { opacity: 0.5; } button, .button, select, .select, input, textarea, [contenteditable='true'] { font-size: var(--body-font-size); color: var(--text-color); padding: var(--input-padding-edges); background: var(--input-bg-color); border: none; box-shadow: var(--shadow-outline); transition: var(--hover-transition); line-height: var(--body-line-height); outline: var(--focus-outline); } input[type='date'] { font: var(--ui-font); } select { -webkit-appearance: none; } select:not([multiple]) { background-image: url(select-triangle.svg); background-repeat: no-repeat; background-position: top 12px right 10px; } select[multiple] { padding: 0; } select[multiple] > option { padding: var(--input-padding-edges); } :not(input)[placeholder]:empty:after { content: attr(placeholder); color: var(--hint-text-color); } ::placeholder { color: var(--hint-text-color); } select, .select { vertical-align: top; } button, .button, input, textarea, [contenteditable='true'] { vertical-align: baseline; } input, textarea { border-radius: var(--tiny-corner-radius-size); margin: 1px 0; } textarea { vertical-align: bottom; resize: none; } input[type='range'] { box-shadow: none; vertical-align: middle; } input[type='color'] { width: var(--small-target-size); height: var(--small-target-size); padding: 0; background: none; box-shadow: none; } input[type='number'] { padding-right: var(--narrow-spacing-size); } [currency]:before { content: attr(currency); display: inline-block; } input.search { border-radius: var(--rounded-radius-size); padding: var(--narrowest-spacing-size) var(--spacing-size); } button { border-radius: var(--corner-radius-size); outline: none; vertical-align: bottom; } button.default, button[type='submit'] { background-color: var(--default-bg-color); } button.cancel, button[type='cancel'] { background-color: var(--cancel-bg-color); } .iconic { padding: 0; box-shadow: none; background: var(--white-50); width: var(--small-target-size); height: var(--small-target-size); border-radius: var(--rounded-radius-size); line-height: var(--small-target-size); text-align: center; } .iconic:focus, .iconic:hover { box-shadow: none; background: var(--white-75); } .iconic:active { box-shadow: none; background: var(--content-bg-color); } .hidden-checkbox { position: absolute; left: -99999px; } .show-after-checked, :checked + .show-after-unchecked, :checked + .show-after-checked + .show-after-unchecked { display: none; } :checked + .show-after-checked, .show-after-unchecked { display: inline-block; } button:hover, .button:hover, button.cancel:hover, .button.cancel:hover, button.default:hover, .button.default:hover, button:focus, .button:focus, button.cancel:focus, .button.cancel:focus, button.default:focus, .button.default:focus { background-color: var(--light-accent-color); box-shadow: var(--shadow-hover-outline); } button:active, .button:active, button.cancel:active, .button.cancel:active, button.default:active, .button.default:active { background-color: var(--accent-color); color: var(--content-color); box-shadow: var(--shadow-active-outline); } hr { border: none; border-top: 1px solid var(--black-20); } form { padding: var(--input-padding-edges); margin-block-start: var(--spacing-size); margin-block-end: var(--spacing-size); background-color: var(--black-10); } fieldset { border: none; box-shadow: var(--shadow-outline-hover); margin-block-start: var(--spacing-size); margin-block-end: var(--spacing-size); padding: var(--input-padding-edges); } :focus, :focus + .focus-follower { outline: none; } pre { font: var(--code-font); padding: var(--input-padding-edges); background-color: var(--pullquote-bg-color); color: var(--code-text-color); border-radius: var(--corner-radius-size); overflow: scroll; overflow: overlay; } code, .code { color: var(--code-text-color); font: var(--code-font); } pre > code { color: var(--code-text-color); } .select { background: var(--content-bg-color); cursor: pointer; } .select > * { padding: var(--input-padding-edges); } .select > *, .nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .select > :hover { background: var(--black-10); } .select > :active { background: var(--text-color); color: var(--content-bg-color); } .select > .selected { background: var(--black-20); color: var(--text-color); } [data-component] { opacity: 0; visibility: hidden !important; } ::selection { background: var(--selection-color); } ::-webkit-scrollbar { width: var(--narrow-spacing-size); height: var(--narrow-spacing-size); } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: transparent; } ::-webkit-scrollbar-thumb:window-inactive { background: transparent; } :hover::-webkit-scrollbar-track { background: var(--black-5); } :hover::-webkit-scrollbar-thumb { background: var(--black-10); } :hover::-webkit-scrollbar-thumb:window-inactive { background: var(--black-5); } progress { /* Reset the default appearance */ -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: middle; width: var(--input-size); height: var(--body-line-height); box-shadow: var(--shadow-outline); background: var(--content-bg-color); border-radius: var(--rounded-radius-size); overflow: hidden; } progress::-webkit-progress-bar { background: var(--input-bg-color); } progress::-webkit-progress-value { background-color: var(--text-color); } /* used by tooltips.js */ .tooltips-tooltip { position: fixed; background: var(--tooltip-bg-color); padding: var(--input-padding-edges); border-radius: var(--tiny-radius-size); color: var(--text-color); max-width: 25vw; opacity: 0; transition: var(--fade-transition); }
css/b8r.css
:root { --body-font-size: 14px; --ui-font: var(--body-font-size) system-ui, Sans-serif; /* Firefox doesn't support system-ui yet */ --code-font: 100% Menlo, Monaco, Monospace; --heading-weight: 200; --body-line-height: 20px; --narrowest-spacing-size: 2px; --narrow-spacing-size: 5px; --spacing-size: 10px; --wide-spacing-size: 20px; --tiny-corner-radius-size: 2px; --corner-radius-size: 5px; --rounded-radius-size: 999px; --input-size: 100px; --input-padding-edges: var(--narrow-spacing-size) var(--spacing-size); --small-target-size: 25px; --touch-target-size: 45px; --focus-outline: none; --shadow-outline: 0 0 0 1px var(--black-10); --shadow-hover-outline: 0 0 0 1px var(--black-20); --shadow-active-outline: 0 0 0 1px var(--back-40); --bg-color: aliceblue; --content-bg-color: #ddd; --faded-bg-color: #ccc; --example-bg-color: rgb(229, 229, 241); --input-bg-color: #eee; --text-color: #333; --tooltip-bg-color: #ff8; --dark-text-color: #eee; --code-text-color: #444; --faded-text-color: #666; --hint-text-color: #aaa; --accent-color: royalblue; --dark-accent-color: rgb(0, 96, 163); --light-accent-color: aliceblue; --bright-accent-color: rgb(173, 212, 236); --default-bg-color: #cfb; --cancel-bg-color: #ffb; --selection-color: rgba(0, 64, 255, 0.25); --focus-color: #ff6a5c; --pullquote-bg-color: aliceblue; --black-5: rgba(0, 0, 0, 0.05); --black-10: rgba(0, 0, 0, 0.1); --black-20: rgba(0, 0, 0, 0.2); --black-40: rgba(0, 0, 0, 0.4); --black-80: rgba(0, 0, 0, 0.8); --white-25: rgba(255, 255, 255, 0.25); --white-50: rgba(255, 255, 255, 0.5); --white-75: rgba(255, 255, 255, 0.75); --grey-50: rgba(128, 128, 128, 0.5); --grey-75: rgba(128, 128, 128, 0.75); --shadow-50: rgba(0, 0, 0, 0.5); --shadow-color: rgba(0, 0, 0, 0.5); --link-color: rgba(64, 0, 255, 0.5); --link-active-color: #40f; --error-color: rgb(206, 0, 0); --warning-color: rgb(214, 121, 0); --ok-color: green; --error-bg: rgb(255, 187, 187); --warning-bg: rgb(255, 213, 159); --ok-bg: rgb(153, 255, 153); --hover-transition: 0.15s ease-out; --fade-transition: opacity 0.3s ease-out; } .darkmode { --bg-color: #282840; --tooltip-bg-color: #55a; --content-bg-color: #222; --faded-bg-color: #444; --example-bg-color: rgb(39, 39, 49); --input-bg-color: #111; --faded-text-color: #bbb; --text-color: #ddd; --dark-text-color: #222; --dark-accent-color: lightskyblue; --light-accent-color: #456; --bright-accent-color: #346; --pullquote-bg-color: #334; --code-text-color: #88f; --link-color: #88f; --link-active-color: #64f; --default-bg-color: #186040; --cancel-bg-color: #6a6d1d; --error-bg: rgb(206, 0, 0); --warning-bg: rgb(214, 121, 0); --ok-bg: green; --error-color: rgb(255, 187, 187); --warning-color: rgb(255, 213, 159); --ok-color: rgb(153, 255, 153); --black-5: rgba(255, 255, 255, 0.05); --black-10: rgba(255, 255, 255, 0.1); --black-20: rgba(255, 255, 255, 0.2); --black-40: rgba(255, 255, 255, 0.4); --black-80: rgba(255, 255, 255, 0.8); --white-25: rgba(0, 0, 0, 0.25); --white-50: rgba(0, 0, 0, 0.5); --white-75: rgba(0, 0, 0, 0.75); } body { font: var(--ui-font); color: var(--text-color); background: var(--content-bg-color); margin: 0; overflow: hidden; } @media print { body { overflow: default; } } * { box-sizing: border-box; /* overflow issue */ min-height: 0; min-width: 0; } p { line-height: var(--body-line-height); } blockquote { padding: var(--spacing-size) var(--wide-spacing-size); margin: 0; } a { color: var(--dark-accent-color); text-decoration: none; border-bottom: 1px dotted var(--link-color); } a:hover { background: var(--black-10); } a:visited { color: var(--dark-accent-color); border-bottom: 1px dotted var(--link-color); opacity: 0.8; } a:active { background: var(--black-20); border-bottom: 1px solid var(--link-active-color); } .dark { color: var(--dark-text-color); } h1, h2, h3, h4, h5, h6, p, blockquote { margin-block-start: var(--spacing-size); margin-block-end: var(--spacing-size); } h1, h2, h3, h4, h5, h6 { font-weight: var(--heading-weight); } h1 { font-size: 480%; } h2 { font-size: 240%; } h3 { font-size: 180%; } h4 { font-size: 140%; } h5 { font-size: 120%; } h6 { font-size: 100%; } .b8r-color { color: var(--bright-accent-color); } h1, h2, h3, h4, h5, h6, b, strong, i, em { color: var(--dark-accent-color); } .hidden, [data-list] { display: none !important; } .centered { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); text-align: center; } .fade-in { animation: fade-in var(--hover-transition); } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } .fade-out { opacity: 0 !important; animation: fade-out 0.5s ease-out; } @keyframes fade-out { from { opacity: inherit; } to { opacity: 0 !important; } } @keyframes spin-clockwise { 0% { transform: rotateZ(0deg); } 100% { transform: rotateZ(360deg); } } label { vertical-align: baseline; padding: var(--narrow-spacing-size) 0; } label > * { line-height: var(--body-line-height); } :disabled { opacity: 0.5; } button, .button, select, .select, input, textarea, [contenteditable='true'] { font-size: var(--body-font-size); color: var(--text-color); padding: var(--input-padding-edges); background: var(--input-bg-color); border: none; box-shadow: var(--shadow-outline); transition: var(--hover-transition); line-height: var(--body-line-height); outline: var(--focus-outline); } input[type='date'] { font: var(--ui-font); } select { -webkit-appearance: none; } select:not([multiple]) { background-image: url(select-triangle.svg); background-repeat: no-repeat; background-position: top 12px right 10px; } select[multiple] { padding: 0; } select[multiple] > option { padding: var(--input-padding-edges); } :not(input)[placeholder]:empty:after { content: attr(placeholder); color: var(--hint-text-color); } ::placeholder { color: var(--hint-text-color); } select, .select { vertical-align: top; } button, .button, input, textarea, [contenteditable='true'] { vertical-align: baseline; } input, textarea { border-radius: var(--tiny-corner-radius-size); margin: 1px 0; } textarea { vertical-align: bottom; resize: none; } input[type='range'] { box-shadow: none; vertical-align: middle; } input[type='color'] { width: var(--small-target-size); height: var(--small-target-size); padding: 0; background: none; box-shadow: none; } input[type='number'] { padding-right: var(--narrow-spacing-size); } [currency]:before { content: attr(currency); display: inline-block; } input.search { border-radius: var(--rounded-radius-size); padding: var(--narrowest-spacing-size) var(--spacing-size); } button { border-radius: var(--corner-radius-size); outline: none; vertical-align: bottom; } button.default, button[type='submit'] { background-color: var(--default-bg-color); } button.cancel, button[type='cancel'] { background-color: var(--cancel-bg-color); } .iconic { padding: 0; box-shadow: none; background: var(--white-50); width: var(--small-target-size); height: var(--small-target-size); border-radius: var(--rounded-radius-size); line-height: var(--small-target-size); text-align: center; } .iconic:focus, .iconic:hover { box-shadow: none; background: var(--white-75); } .iconic:active { box-shadow: none; background: var(--content-bg-color); } .hidden-checkbox { position: absolute; left: -99999px; } .show-after-checked, :checked + .show-after-unchecked, :checked + .show-after-checked + .show-after-unchecked { display: none; } :checked + .show-after-checked, .show-after-unchecked { display: inline-block; } button:hover, .button:hover, button.cancel:hover, .button.cancel:hover, button.default:hover, .button.default:hover, button:focus, .button:focus, button.cancel:focus, .button.cancel:focus, button.default:focus, .button.default:focus { background-color: var(--light-accent-color); box-shadow: var(--shadow-hover-outline); } button:active, .button:active, button.cancel:active, .button.cancel:active, button.default:active, .button.default:active { background-color: var(--accent-color); color: var(--content-color); box-shadow: var(--shadow-active-outline); } hr { border: none; border-top: 1px solid var(--black-20); } form { padding: var(--input-padding-edges); margin-block-start: var(--spacing-size); margin-block-end: var(--spacing-size); background-color: var(--black-10); } fieldset { border: none; box-shadow: var(--shadow-outline-hover); margin-block-start: var(--spacing-size); margin-block-end: var(--spacing-size); padding: var(--input-padding-edges); } :focus, :focus + .focus-follower { outline: none; } pre { font: var(--code-font); padding: var(--input-padding-edges); background-color: var(--pullquote-bg-color); color: var(--code-text-color); border-radius: var(--corner-radius-size); overflow: scroll; overflow: overlay; } code, .code { color: var(--code-text-color); font: var(--code-font); } pre > code { color: var(--code-text-color); } .select { background: var(--content-bg-color); cursor: pointer; } .select > * { padding: var(--input-padding-edges); } .select > *, .nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .select > :hover { background: var(--black-10); } .select > :active { background: var(--text-color); color: var(--content-bg-color); } .select > .selected { background: var(--black-20); color: var(--text-color); } [data-component] { opacity: 0; visibility: hidden !important; } ::selection { background: var(--selection-color); } ::-webkit-scrollbar { width: var(--narrow-spacing-size); height: var(--narrow-spacing-size); } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: transparent; } ::-webkit-scrollbar-thumb:window-inactive { background: transparent; } :hover::-webkit-scrollbar-track { background: var(--black-5); } :hover::-webkit-scrollbar-thumb { background: var(--black-10); } :hover::-webkit-scrollbar-thumb:window-inactive { background: var(--black-5); } progress { /* Reset the default appearance */ -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: middle; width: var(--input-size); height: var(--body-line-height); box-shadow: var(--shadow-outline); background: var(--content-bg-color); border-radius: var(--rounded-radius-size); overflow: hidden; } progress::-webkit-progress-bar { background: var(--input-bg-color); } progress::-webkit-progress-value { background-color: var(--text-color); } /* used by tooltips.js */ .tooltips-tooltip { position: fixed; background: var(--tooltip-bg-color); padding: var(--input-padding-edges); border-radius: var(--tiny-radius-size); color: var(--text-color); max-width: 25vw; opacity: 0; transition: var(--fade-transition); }
0.400398
0.101145
:root { --font-color: whitesmoke; } body { margin: 0; padding: 0; display: grid; overflow: hidden; grid-template-columns: 1fr; } .container { display: grid; width: 100%; height: 100%; padding: 0; margin: 0; left: 0px; top: 0px; z-index: -1000; overflow: hidden; justify-items: center; } .loginStyle { border: none; text-decoration: none; outline: none; background: transparent; font-family: franchise; font-size: 50px; } * { box-sizing: border-box; } .navItem { margin-right: 3em; text-decoration: none; } @media only screen and (min-width: 1398px) { .video-background { position: absolute; right: 0; bottom: 0; min-width: 100%; z-index: -1; filter: grayscale(50%); min-height: 100vh; } .container { grid-template-columns: 2fr 5fr; grid-template-areas: "aside content"; } .title { font-family: duke; font-size: 300px; letter-spacing: 18px; text-align: center; color: var(--font-color); } aside { display: grid; grid-area: aside; grid-template-areas: "dream" "plan" "execute"; font-family: franchise; font-size: 6em; color: var(--font-color); grid-template-columns: 1fr; grid-template-rows: 1fr 1fr 1fr; align-items: center; justify-items: center; } .dream { letter-spacing: 18px; grid-area: dream; } .plan { letter-spacing: 33px; grid-area: plan; } .execute { letter-spacing: 5px; grid-area: execute; } .subtitleOne { display: none; } .subtitleTwo { font-family: franchise; font-size: 50px; text-align: center; color: var(--font-color); } .loginStyle { margin-left: 140px; color: var(--font-color); margin-top: 10%; } .content { margin-top: 13%; margin-left: 45%; grid-area: content; } } @media only screen and (min-width: 600px) and (max-width: 1398px) { .video-background { display: none; } .container { background-image: url(../images/risemountain2.jpeg); grid-template-columns: 1fr; grid-template-rows: 1fr; grid-template-areas: "content"; background-size: 100% 100%; justify-content: center; align-items: center; } .title { font-family: duke; font-size: 300px; text-align: center; color: white; } .subtitleOne { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .subtitleTwo { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .loginStyle { font-family: franchise; font-size: 50px; text-align: center; margin-left: 140px; color: whitesmoke; } .content { grid-area: content; min-height: 100vh; } aside { display: none; } } @media only screen and (max-width: 600px) { .video-background { display: none; } aside { display: none; } .container { background-size: 100% 100%; z-index: 0; background-image: url(../images/riseworkout.jpeg); grid-area: content; background-size: cover; } .title { font-family: duke; font-size: 300px; text-align: center; color: white; } .subtitleOne { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .subtitleTwo { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .loginStyle { font-family: franchise; font-size: 50px; text-align: center; margin-left: 140px; color: whitesmoke; } .content { margin-top: 1%; min-height: 100vh; } }
src/style/index.css
:root { --font-color: whitesmoke; } body { margin: 0; padding: 0; display: grid; overflow: hidden; grid-template-columns: 1fr; } .container { display: grid; width: 100%; height: 100%; padding: 0; margin: 0; left: 0px; top: 0px; z-index: -1000; overflow: hidden; justify-items: center; } .loginStyle { border: none; text-decoration: none; outline: none; background: transparent; font-family: franchise; font-size: 50px; } * { box-sizing: border-box; } .navItem { margin-right: 3em; text-decoration: none; } @media only screen and (min-width: 1398px) { .video-background { position: absolute; right: 0; bottom: 0; min-width: 100%; z-index: -1; filter: grayscale(50%); min-height: 100vh; } .container { grid-template-columns: 2fr 5fr; grid-template-areas: "aside content"; } .title { font-family: duke; font-size: 300px; letter-spacing: 18px; text-align: center; color: var(--font-color); } aside { display: grid; grid-area: aside; grid-template-areas: "dream" "plan" "execute"; font-family: franchise; font-size: 6em; color: var(--font-color); grid-template-columns: 1fr; grid-template-rows: 1fr 1fr 1fr; align-items: center; justify-items: center; } .dream { letter-spacing: 18px; grid-area: dream; } .plan { letter-spacing: 33px; grid-area: plan; } .execute { letter-spacing: 5px; grid-area: execute; } .subtitleOne { display: none; } .subtitleTwo { font-family: franchise; font-size: 50px; text-align: center; color: var(--font-color); } .loginStyle { margin-left: 140px; color: var(--font-color); margin-top: 10%; } .content { margin-top: 13%; margin-left: 45%; grid-area: content; } } @media only screen and (min-width: 600px) and (max-width: 1398px) { .video-background { display: none; } .container { background-image: url(../images/risemountain2.jpeg); grid-template-columns: 1fr; grid-template-rows: 1fr; grid-template-areas: "content"; background-size: 100% 100%; justify-content: center; align-items: center; } .title { font-family: duke; font-size: 300px; text-align: center; color: white; } .subtitleOne { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .subtitleTwo { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .loginStyle { font-family: franchise; font-size: 50px; text-align: center; margin-left: 140px; color: whitesmoke; } .content { grid-area: content; min-height: 100vh; } aside { display: none; } } @media only screen and (max-width: 600px) { .video-background { display: none; } aside { display: none; } .container { background-size: 100% 100%; z-index: 0; background-image: url(../images/riseworkout.jpeg); grid-area: content; background-size: cover; } .title { font-family: duke; font-size: 300px; text-align: center; color: white; } .subtitleOne { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .subtitleTwo { font-family: franchise; font-size: 50px; text-align: center; color: whitesmoke; } .loginStyle { font-family: franchise; font-size: 50px; text-align: center; margin-left: 140px; color: whitesmoke; } .content { margin-top: 1%; min-height: 100vh; } }
0.650911
0.198122
@charset "utf-8"; /* CSS Document */ .brand_list strong { padding-right: 20px } .brand_list a { padding: 0px 5px; color: #999999 } .brand_list_box { width: 1200px; overflow: auto; margin-top: 10px; } .brand_list_left { width: 216px; height: auto; border: 2px solid #da2040 } .brand_tableware { width: 100%; height: auto; } .brand_tableware ul li { width: 86%; overflow: auto; border-bottom: 1px dotted #dedede; margin: 0 auto; padding: 8px 0; } .brand_tableware ul li .b_t_pro { overflow: auto; width: 120px; } .brand_tableware ul li .b_t_pro h2 { color: #d51938 } .brand_tableware ul li .b_t_pro a { display: block; width: 60px; line-height: 21px; float: left; display: inline } .b_t_pro_img { width: 50px; padding-top: 10px } .b_t_pro_img img { width: 50px; height: 50px; } .brand_list_right { width: 970px; height: auto; } .b_b_r_one { width: 970px; height: 300px; } .brand_banner { width: 710px; height: 300px; } /* 单个图片幻灯片盒子 - 公用类 */ .brand_slide { width: 710px; height: 300px; overflow: hidden; position: relative; background: #fff } .brand_slide .hd { height: 25px; overflow: hidden; position: absolute; right: 10px; bottom: 10px; z-index: 1; } .brand_slide .hd ul { overflow: hidden; zoom: 1; float: left; } .brand_slide .hd ul li { width: 25px; height: 25px; line-height: 25px; text-align: center; background: #fff; cursor: pointer; float: left; display: inline; filter: alpha(opacity=70); /* IE 透明度20% */ -moz-opacity: 0.7; /* Moz + FF 透明度30%*/ opacity: 0.7; /* 支持CSS3的浏览器(FF 1.5也支持)透明度30%*/ -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; font-family: Georgia; margin-right: 5px; font-weight: bold; } .brand_slide .hd ul li.on { background: #f00; color: #fff; } .brand_slide .bd { position: relative; height: 100%; z-index: 0; } .brand_slide .bd img { width: 710px; height: 300px; display: block; } .brand_today { width: 250px; height: 300px; } .taday-tuijian { width: 248px; height: 198px; border: 1px solid #d61939 } .taday-tuijian h3 { width: 100%; line-height: 35px; background: #ebe8e8; text-indent: 10px; color: #666666 } .tj-text { width: 90%; margin-top: 10px; height: 145px; } .tj-text .t-img { width: 100px; height: auto } .tj-text .t-img img { width: 100px; height: 100px; } .tj-text .t-text { width: 110px; height: auto; color: #666666 } .tj-text .t-text p { line-height: 18px; margin: 5px 0 } .t-more { width: 100%; line-height: 35px; } .t-more a { display: block; width: 100%; line-height: 35px; color: #fff; text-align: center; background: #d61939; margin-top: 10px } .taday-tuijian:hover { border: 1px solid #0c9d30 } .taday-tuijian:hover .t-more a { background: #0c9d30; color: #FFFFFF } .taday-tuijian-img { width: 250px; height: 90px; margin-top: 10px; } .taday-tuijian-img img { width: 250px; height: 90px; } .brand_preferential { width: 969px; height: 253px; margin-top: 10px; border: 1px solid #dedede; border-top: 2px solid #d7203b; border-left: none; background: url(../img/sprite/sprite-point.jpg) left repeat-y } .brand_preferential .b_p_title { width: 100%; height: 35px; background: url(../img/sprite/sprite-point.jpg) #f7f8f8 bottom repeat-x; } .brand_preferential .b_p_title span { display: block; width: 100px; line-height: 35px; padding-left: 30px; color: #FFFFFF; background: #d7203b } .b_p_body { width: 940px; height: 195px; margin-top: 11px } .b_p_body ul li { width: 188px; height: 195px; float: left; display: inline; background: url(../img/sprite/sprite-point2.jpg) right repeat-y } .b_p_body ul li div { padding: 10px 15px; text-align: center } .b_p_body ul li div p { line-height: 18px; margin: 5px 0; } .b_p_body ul li div p img { width: 130px; height: 110px } .b_p_body_text { height: 34px; } /* 1F */ .brand-one-floor { width: 1200px; height: 300px; margin-top: 15px; background: #fff } .b-o-f-left { width: 980px; height: 300px; background: #fff } .b-o-f-right { width: 210px; height: 300px; background: #fff } .brand_floor_title { width: 100%; height: 33px; line-height: 33px; border-bottom: 2px solid #e7e6e6; font-size: 16px; font-weight: bold } .brand_floor_title span { margin-right: 10px; float: left; display: inline } .brand_floor_title .ph-btn { padding-top: 9px; } .brand_floor_one { width: 100%; height: 256px; margin-top: 9px; } .brand_floor_one_img { width: 220px; height: 256px; } .brand_floor_one_img img { width: 220px; height: 256px; } .brand_floor_one_body { width: 748px; height: 254px; border: 1px solid #e7e6e6 } .brand_floor_one_body ul li { width: 33%; height: 234px; margin-top: 10px; float: left; display: inline; background: url(../img/sprite/sprite-point2.jpg) right repeat-y } .brand_floor_one_body ul li div { padding: 15px 20px; text-align: center } .brand_floor_one_body ul li div p { line-height: 18px; margin: 5px 0 } .brand_floor_one_body ul li div p img { width: 150px; height: 130px } .brand_floor_one_body ul li div .b_p_body_text { height: 36px } .brand_paihang { width: 210px; height: 256px; margin-top: 9px; } .brand_paihang ul li { width: 100%; height: 31px; line-height: 31px; border-bottom: 1px dotted #e7e6e6 }
TermProject-2020-2021-1/框架企业级应用综合设计-2020-11/提交版/唐可寅-美博城-数据库 ,ER,我的痕迹,猜你喜欢/项目代码/项目源码/course-design-ecommerce-202011/src/main/resources/static/css/brand.css
@charset "utf-8"; /* CSS Document */ .brand_list strong { padding-right: 20px } .brand_list a { padding: 0px 5px; color: #999999 } .brand_list_box { width: 1200px; overflow: auto; margin-top: 10px; } .brand_list_left { width: 216px; height: auto; border: 2px solid #da2040 } .brand_tableware { width: 100%; height: auto; } .brand_tableware ul li { width: 86%; overflow: auto; border-bottom: 1px dotted #dedede; margin: 0 auto; padding: 8px 0; } .brand_tableware ul li .b_t_pro { overflow: auto; width: 120px; } .brand_tableware ul li .b_t_pro h2 { color: #d51938 } .brand_tableware ul li .b_t_pro a { display: block; width: 60px; line-height: 21px; float: left; display: inline } .b_t_pro_img { width: 50px; padding-top: 10px } .b_t_pro_img img { width: 50px; height: 50px; } .brand_list_right { width: 970px; height: auto; } .b_b_r_one { width: 970px; height: 300px; } .brand_banner { width: 710px; height: 300px; } /* 单个图片幻灯片盒子 - 公用类 */ .brand_slide { width: 710px; height: 300px; overflow: hidden; position: relative; background: #fff } .brand_slide .hd { height: 25px; overflow: hidden; position: absolute; right: 10px; bottom: 10px; z-index: 1; } .brand_slide .hd ul { overflow: hidden; zoom: 1; float: left; } .brand_slide .hd ul li { width: 25px; height: 25px; line-height: 25px; text-align: center; background: #fff; cursor: pointer; float: left; display: inline; filter: alpha(opacity=70); /* IE 透明度20% */ -moz-opacity: 0.7; /* Moz + FF 透明度30%*/ opacity: 0.7; /* 支持CSS3的浏览器(FF 1.5也支持)透明度30%*/ -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; font-family: Georgia; margin-right: 5px; font-weight: bold; } .brand_slide .hd ul li.on { background: #f00; color: #fff; } .brand_slide .bd { position: relative; height: 100%; z-index: 0; } .brand_slide .bd img { width: 710px; height: 300px; display: block; } .brand_today { width: 250px; height: 300px; } .taday-tuijian { width: 248px; height: 198px; border: 1px solid #d61939 } .taday-tuijian h3 { width: 100%; line-height: 35px; background: #ebe8e8; text-indent: 10px; color: #666666 } .tj-text { width: 90%; margin-top: 10px; height: 145px; } .tj-text .t-img { width: 100px; height: auto } .tj-text .t-img img { width: 100px; height: 100px; } .tj-text .t-text { width: 110px; height: auto; color: #666666 } .tj-text .t-text p { line-height: 18px; margin: 5px 0 } .t-more { width: 100%; line-height: 35px; } .t-more a { display: block; width: 100%; line-height: 35px; color: #fff; text-align: center; background: #d61939; margin-top: 10px } .taday-tuijian:hover { border: 1px solid #0c9d30 } .taday-tuijian:hover .t-more a { background: #0c9d30; color: #FFFFFF } .taday-tuijian-img { width: 250px; height: 90px; margin-top: 10px; } .taday-tuijian-img img { width: 250px; height: 90px; } .brand_preferential { width: 969px; height: 253px; margin-top: 10px; border: 1px solid #dedede; border-top: 2px solid #d7203b; border-left: none; background: url(../img/sprite/sprite-point.jpg) left repeat-y } .brand_preferential .b_p_title { width: 100%; height: 35px; background: url(../img/sprite/sprite-point.jpg) #f7f8f8 bottom repeat-x; } .brand_preferential .b_p_title span { display: block; width: 100px; line-height: 35px; padding-left: 30px; color: #FFFFFF; background: #d7203b } .b_p_body { width: 940px; height: 195px; margin-top: 11px } .b_p_body ul li { width: 188px; height: 195px; float: left; display: inline; background: url(../img/sprite/sprite-point2.jpg) right repeat-y } .b_p_body ul li div { padding: 10px 15px; text-align: center } .b_p_body ul li div p { line-height: 18px; margin: 5px 0; } .b_p_body ul li div p img { width: 130px; height: 110px } .b_p_body_text { height: 34px; } /* 1F */ .brand-one-floor { width: 1200px; height: 300px; margin-top: 15px; background: #fff } .b-o-f-left { width: 980px; height: 300px; background: #fff } .b-o-f-right { width: 210px; height: 300px; background: #fff } .brand_floor_title { width: 100%; height: 33px; line-height: 33px; border-bottom: 2px solid #e7e6e6; font-size: 16px; font-weight: bold } .brand_floor_title span { margin-right: 10px; float: left; display: inline } .brand_floor_title .ph-btn { padding-top: 9px; } .brand_floor_one { width: 100%; height: 256px; margin-top: 9px; } .brand_floor_one_img { width: 220px; height: 256px; } .brand_floor_one_img img { width: 220px; height: 256px; } .brand_floor_one_body { width: 748px; height: 254px; border: 1px solid #e7e6e6 } .brand_floor_one_body ul li { width: 33%; height: 234px; margin-top: 10px; float: left; display: inline; background: url(../img/sprite/sprite-point2.jpg) right repeat-y } .brand_floor_one_body ul li div { padding: 15px 20px; text-align: center } .brand_floor_one_body ul li div p { line-height: 18px; margin: 5px 0 } .brand_floor_one_body ul li div p img { width: 150px; height: 130px } .brand_floor_one_body ul li div .b_p_body_text { height: 36px } .brand_paihang { width: 210px; height: 256px; margin-top: 9px; } .brand_paihang ul li { width: 100%; height: 31px; line-height: 31px; border-bottom: 1px dotted #e7e6e6 }
0.346431
0.124479
-------------------------------------------------------------------*/ /*------------- #general --------------*/ body{ position: relative; padding: 0; margin: 0; font-family: 'Cairo-Regular'; direction: rtl; text-align: right; overflow-x: hidden; color: #333333; background-color: rgb(199 184 162 / 16%); } *{box-sizing: border-box} :root{ --clr-1:#5E8C70; --clr-2:#D6E8DD;; --clr-1-hover:#146c43; --clr-2-hover:#acc4b5; } a{ color: #212529 } a , a:hover{ text-decoration: none; color: inherit; } .section-style{ position: relative; padding: 3rem 0; } .title-1{ font-size: 42px; } .title-2{ font-size: 30px; } .title-3{ font-size: 26px; } .title-4{ font-size: 24px; } .fa, .fab, .fad, .fal, .far, .fas{ vertical-align: middle; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; } /* Underline From Right */ .hvr-underline-from-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hvr-underline-from-right:before { content: ""; position: absolute; z-index: -1; left: 100%; right: 0; bottom: 0; background: #2098D1; height: 3px; -webkit-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before { left: 0; } .scrollup{ position: fixed; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; bottom: 20px; left: -100px; background-color: var(--clr-1); opacity: .5; border-radius: 3px; transition: all .3s ease; color: #fff; cursor: pointer; z-index: 999; } @media(hover: hover) and (pointer: fine) { .scrollup:hover{ opacity: 1; } } .scrollup.active{ opacity: 1; } .scrollup.show{ left: 25px; } .form-select{ padding-left: 2rem !important; background-position: left .75rem center; } .form-check{ position: relative; padding-left: 0em; padding-right: 1.5em; } .form-check .form-check-label{ font-size: 16px; cursor: pointer; } .form-check .form-check-input{ float: right; margin-left: 0em; margin-right: -1.5em; box-shadow: none; transition: all .3s ease; cursor: pointer; border-color: var(--clr-1); } .form-check .form-check-input:checked{ background-color: var(--clr-1); } .form-group .form-control, .form-group .form-select{ color: var(--clr-1); border-color: var(--clr-1); border-radius: 8px; padding:.75rem ; box-shadow: none; font-size: 16px; } .form-group .form-control::placeholder{ color: var(--clr-1); } .input-focus:focus{ border-color: var(--clr-1) !important; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(94 140 112 / 60%) !important; } /** general style **/ .form-group .password-field{ position: relative; } .form-group .password-field .form-control{ padding-left: 45px !important; } .form-group .password-field .eye-icon{ position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; width:30px ; height:30px ; font-size: 30px; content: url(../img/eye-1.svg); background-position: center; background-repeat: no-repeat; transition: all .15s ease-in-out; background-size: cover; overflow: hidden; } .form-group .password-field .eye-icon.hide{ content: url(../img/eye-2.svg); } /** general style **/ .page-loader{ width: 100%; height: 100%; background-color: transparent; position: fixed; top: 0; left: 0; z-index: 1000000; display: none; align-items: center; justify-content: center; } .page-loader .animate-spin{ display: block; margin-right: 280px; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; } .page-loader .animate-spin svg{ width: 8rem; height: 8rem; fill:var(--clr-1); } @-webkit-keyframes spin { to { transform: rotate(360deg); } } @keyframes spin { to { transform: rotate(360deg); } } .page-loader.active{ display: flex; } /*** bootstrap-modal ***/ .bootstrap-modal .modal-header .btn-close{ margin: -.5rem auto -.5rem -.5rem ; box-shadow: none; transition: all .3s ease; } .bootstrap-modal .modal-header .modal-title{ color: var(--clr-1); font-family: 'Cairo-SemiBold'; } .bootstrap-modal .modal-footer{ justify-content: flex-start; } .bootstrap-modal .modal-footer .add-btn{ color: #fff } .bootstrap-modal .modal-body{ padding: 1.5rem 1rem ; } .bootstrap-modal .modal-body.p-b-none{ padding: 1.5rem 1rem 0; } .modal-body-area .form-group{ margin-bottom: 1.5rem; position: relative; } .modal-body-area .form-group .form-label{ font-size: 16px; font-family: 'Cairo-SemiBold'; margin-bottom: 10px; color: #707070; } /*** bootstrap-modal ***/ /*------------- #login-section --------------*/ .login-section{ width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; } .login-area{ background-color: #fff; max-width: 500px; margin: auto; border-radius: 15px; box-shadow: 7px 7px 5px rgba(0,0,0,.05); padding: 3rem 2rem; } .login-area .login-logo{ margin-bottom: 3rem; } .login-area .login-logo img{ max-height: 150px; min-height: 130px; display: block; width: auto; margin: auto; text-align: center; } .login-area .form-group{ position: relative; margin-bottom: 1.5rem; } .login-area .login-form-area .login-btn, .forget-password-modal .save-btn{ width: 100%; display: block; background-color: var(--clr-1); padding: .75rem; color: #fff; font-size: 16px; text-align: center; font-family: 'Cairo-SemiBold'; border-radius:8px ; border: 1px solid var(--clr-1); transition: all .3s ease; } .login-area .login-form-area .login-btn:hover, .forget-password-modal .save-btn:hover{ background-color: var(--clr-1-hover); } .login-area .forget-password{ text-align: center; margin-top: 1rem; } .login-area .forget-password .forget-password-link{ display: inline-block; color: var(--clr-1); transition: all .3s ease; font-size: 16px; } .login-area .forget-password .forget-password-link:hover{ color: var(--clr-1-hover); } .bootstrap-modal.forget-password-modal .close-btn{ border-color: var(--clr-1); color: var(--clr-1); } .bootstrap-modal.forget-password-modal .close-btn:hover{ border-color: var(--clr-1-hover); background-color: var(--clr-1-hover); color: #fff; } /*------------- #top-nav --------------*/ .top-nav{ height: 80px; background-color: var(--clr-1); position: relative; width: 100%; box-shadow: 0 3px 5px -1px rgb(0 0 0 / 8%); } .top-nav .top-nav-content{ display: flex; align-items: center; justify-content: center; height: 100%; } .top-nav .top-nav-content img{ max-height: 65px; } /*------------- #scan-code-section --------------*/ .scan-code-area, .scan-status-area{ display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: calc(100vh - 80px - 6rem) } .scan-code-area .user-name{ margin-bottom: 1.5rem; } .scan-code-area .scan-btn, .duplicated-btn{ background-color: var(--clr-1); border: 1px solid var(--clr-1); font-size: 16px; font-weight: bold; color: #fff; display: inline-block; padding: .7rem 1.5rem; border-radius: 8px; text-align: center; outline: none; transition: all .3s ease; } .scan-code-area .scan-btn:hover, .duplicated-btn:hover{ background-color: var(--clr-1-hover); border-color: var(--clr-1-hover); color: #fff } /*------------- #scan-details-section --------------*/ .scan-details-area .scan-details-title{ margin-bottom: 3rem; text-align: center; color: var(--clr-1); font-size: 30px !important; } .scan-details-area .scan-details-qr{ margin-bottom: 3rem; } .scan-details-area .scan-details-qr img{ display: block; text-align: center; margin: auto; width:200px ; height: 200px; } .scan-details-area .scan-details-items .details-item{ display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; border-bottom: 1px solid var(--clr-1); margin-bottom:12px ; } .scan-details-area .scan-details-items .details-item span{ display: block; font-size: 16px; color: var(--clr-1); padding-bottom: 12px; } .scan-details-area .scan-details-items .details-item span:first-child{ margin-left: 5px; } .scan-details-area .scan-details-items .details-item:last-of-type{ margin-bottom: 0; border-bottom: none; } .scan-details-area .scan-details-items .details-item:last-of-type span{ padding-bottom: 0; } .scan-details-area .scan-details-btns{ display: flex; align-items: center; justify-content: space-between; margin-top: 1.5rem; } .scan-details-area .scan-details-btns .scan-details-btn{ display: block; flex: 1; border-radius: 8px; font-size: 16px; font-weight: bold; padding: .7rem .75rem; text-align: center; border: 1px solid ; outline: none; transition: all .3s ease; } .scan-details-area .scan-details-btns .scan-details-btn:first-child{ margin-left: 30px; } .scan-details-area .scan-details-btns .scan-details-btn.scan-status{ background-color: var(--clr-1); border-color: var(--clr-1); color: #fff; } .scan-details-area .scan-details-btns .scan-details-btn.scan-status:hover{ background-color: var(--clr-1-hover); border-color: var(--clr-1-hover); } .scan-details-area .scan-details-btns .scan-details-btn.scan-cancel{ background-color: transparent; border-color: var(--clr-1) ; color: var(--clr-1); } .scan-details-area .scan-details-btns .scan-details-btn.scan-cancel:hover{ background-color: var(--clr-1); border-color: var(--clr-1); color: #fff; } /*------------- #scan-status-section --------------*/ .scan-status-area >*:not(:last-child){ margin-bottom: 1.5rem; } .scan-status-area .scan-status-title{ color: var(--clr-1); text-align: center } .scan-status-area .scan-status-icon img{ display: block; width: 150px; height: 150px; margin: auto; text-align: center } /*------------- #responsive --------------*/ .bounded-area { max-width: 600px; margin: auto; } @media(max-width:1199.98px){ } @media(max-width:991.98px){ } @media(max-width:767.98px){ } @media(max-width:575.98px){ .login-area{ padding: 3rem 1rem; } .title-2{ font-size: 26px; } .title-4{ font-size: 22px; } }
public/source/2-dashboards/entry-officer/css/main.css
-------------------------------------------------------------------*/ /*------------- #general --------------*/ body{ position: relative; padding: 0; margin: 0; font-family: 'Cairo-Regular'; direction: rtl; text-align: right; overflow-x: hidden; color: #333333; background-color: rgb(199 184 162 / 16%); } *{box-sizing: border-box} :root{ --clr-1:#5E8C70; --clr-2:#D6E8DD;; --clr-1-hover:#146c43; --clr-2-hover:#acc4b5; } a{ color: #212529 } a , a:hover{ text-decoration: none; color: inherit; } .section-style{ position: relative; padding: 3rem 0; } .title-1{ font-size: 42px; } .title-2{ font-size: 30px; } .title-3{ font-size: 26px; } .title-4{ font-size: 24px; } .fa, .fab, .fad, .fal, .far, .fas{ vertical-align: middle; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; } /* Underline From Right */ .hvr-underline-from-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; } .hvr-underline-from-right:before { content: ""; position: absolute; z-index: -1; left: 100%; right: 0; bottom: 0; background: #2098D1; height: 3px; -webkit-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before { left: 0; } .scrollup{ position: fixed; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; bottom: 20px; left: -100px; background-color: var(--clr-1); opacity: .5; border-radius: 3px; transition: all .3s ease; color: #fff; cursor: pointer; z-index: 999; } @media(hover: hover) and (pointer: fine) { .scrollup:hover{ opacity: 1; } } .scrollup.active{ opacity: 1; } .scrollup.show{ left: 25px; } .form-select{ padding-left: 2rem !important; background-position: left .75rem center; } .form-check{ position: relative; padding-left: 0em; padding-right: 1.5em; } .form-check .form-check-label{ font-size: 16px; cursor: pointer; } .form-check .form-check-input{ float: right; margin-left: 0em; margin-right: -1.5em; box-shadow: none; transition: all .3s ease; cursor: pointer; border-color: var(--clr-1); } .form-check .form-check-input:checked{ background-color: var(--clr-1); } .form-group .form-control, .form-group .form-select{ color: var(--clr-1); border-color: var(--clr-1); border-radius: 8px; padding:.75rem ; box-shadow: none; font-size: 16px; } .form-group .form-control::placeholder{ color: var(--clr-1); } .input-focus:focus{ border-color: var(--clr-1) !important; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(94 140 112 / 60%) !important; } /** general style **/ .form-group .password-field{ position: relative; } .form-group .password-field .form-control{ padding-left: 45px !important; } .form-group .password-field .eye-icon{ position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; width:30px ; height:30px ; font-size: 30px; content: url(../img/eye-1.svg); background-position: center; background-repeat: no-repeat; transition: all .15s ease-in-out; background-size: cover; overflow: hidden; } .form-group .password-field .eye-icon.hide{ content: url(../img/eye-2.svg); } /** general style **/ .page-loader{ width: 100%; height: 100%; background-color: transparent; position: fixed; top: 0; left: 0; z-index: 1000000; display: none; align-items: center; justify-content: center; } .page-loader .animate-spin{ display: block; margin-right: 280px; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; } .page-loader .animate-spin svg{ width: 8rem; height: 8rem; fill:var(--clr-1); } @-webkit-keyframes spin { to { transform: rotate(360deg); } } @keyframes spin { to { transform: rotate(360deg); } } .page-loader.active{ display: flex; } /*** bootstrap-modal ***/ .bootstrap-modal .modal-header .btn-close{ margin: -.5rem auto -.5rem -.5rem ; box-shadow: none; transition: all .3s ease; } .bootstrap-modal .modal-header .modal-title{ color: var(--clr-1); font-family: 'Cairo-SemiBold'; } .bootstrap-modal .modal-footer{ justify-content: flex-start; } .bootstrap-modal .modal-footer .add-btn{ color: #fff } .bootstrap-modal .modal-body{ padding: 1.5rem 1rem ; } .bootstrap-modal .modal-body.p-b-none{ padding: 1.5rem 1rem 0; } .modal-body-area .form-group{ margin-bottom: 1.5rem; position: relative; } .modal-body-area .form-group .form-label{ font-size: 16px; font-family: 'Cairo-SemiBold'; margin-bottom: 10px; color: #707070; } /*** bootstrap-modal ***/ /*------------- #login-section --------------*/ .login-section{ width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; } .login-area{ background-color: #fff; max-width: 500px; margin: auto; border-radius: 15px; box-shadow: 7px 7px 5px rgba(0,0,0,.05); padding: 3rem 2rem; } .login-area .login-logo{ margin-bottom: 3rem; } .login-area .login-logo img{ max-height: 150px; min-height: 130px; display: block; width: auto; margin: auto; text-align: center; } .login-area .form-group{ position: relative; margin-bottom: 1.5rem; } .login-area .login-form-area .login-btn, .forget-password-modal .save-btn{ width: 100%; display: block; background-color: var(--clr-1); padding: .75rem; color: #fff; font-size: 16px; text-align: center; font-family: 'Cairo-SemiBold'; border-radius:8px ; border: 1px solid var(--clr-1); transition: all .3s ease; } .login-area .login-form-area .login-btn:hover, .forget-password-modal .save-btn:hover{ background-color: var(--clr-1-hover); } .login-area .forget-password{ text-align: center; margin-top: 1rem; } .login-area .forget-password .forget-password-link{ display: inline-block; color: var(--clr-1); transition: all .3s ease; font-size: 16px; } .login-area .forget-password .forget-password-link:hover{ color: var(--clr-1-hover); } .bootstrap-modal.forget-password-modal .close-btn{ border-color: var(--clr-1); color: var(--clr-1); } .bootstrap-modal.forget-password-modal .close-btn:hover{ border-color: var(--clr-1-hover); background-color: var(--clr-1-hover); color: #fff; } /*------------- #top-nav --------------*/ .top-nav{ height: 80px; background-color: var(--clr-1); position: relative; width: 100%; box-shadow: 0 3px 5px -1px rgb(0 0 0 / 8%); } .top-nav .top-nav-content{ display: flex; align-items: center; justify-content: center; height: 100%; } .top-nav .top-nav-content img{ max-height: 65px; } /*------------- #scan-code-section --------------*/ .scan-code-area, .scan-status-area{ display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: calc(100vh - 80px - 6rem) } .scan-code-area .user-name{ margin-bottom: 1.5rem; } .scan-code-area .scan-btn, .duplicated-btn{ background-color: var(--clr-1); border: 1px solid var(--clr-1); font-size: 16px; font-weight: bold; color: #fff; display: inline-block; padding: .7rem 1.5rem; border-radius: 8px; text-align: center; outline: none; transition: all .3s ease; } .scan-code-area .scan-btn:hover, .duplicated-btn:hover{ background-color: var(--clr-1-hover); border-color: var(--clr-1-hover); color: #fff } /*------------- #scan-details-section --------------*/ .scan-details-area .scan-details-title{ margin-bottom: 3rem; text-align: center; color: var(--clr-1); font-size: 30px !important; } .scan-details-area .scan-details-qr{ margin-bottom: 3rem; } .scan-details-area .scan-details-qr img{ display: block; text-align: center; margin: auto; width:200px ; height: 200px; } .scan-details-area .scan-details-items .details-item{ display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; border-bottom: 1px solid var(--clr-1); margin-bottom:12px ; } .scan-details-area .scan-details-items .details-item span{ display: block; font-size: 16px; color: var(--clr-1); padding-bottom: 12px; } .scan-details-area .scan-details-items .details-item span:first-child{ margin-left: 5px; } .scan-details-area .scan-details-items .details-item:last-of-type{ margin-bottom: 0; border-bottom: none; } .scan-details-area .scan-details-items .details-item:last-of-type span{ padding-bottom: 0; } .scan-details-area .scan-details-btns{ display: flex; align-items: center; justify-content: space-between; margin-top: 1.5rem; } .scan-details-area .scan-details-btns .scan-details-btn{ display: block; flex: 1; border-radius: 8px; font-size: 16px; font-weight: bold; padding: .7rem .75rem; text-align: center; border: 1px solid ; outline: none; transition: all .3s ease; } .scan-details-area .scan-details-btns .scan-details-btn:first-child{ margin-left: 30px; } .scan-details-area .scan-details-btns .scan-details-btn.scan-status{ background-color: var(--clr-1); border-color: var(--clr-1); color: #fff; } .scan-details-area .scan-details-btns .scan-details-btn.scan-status:hover{ background-color: var(--clr-1-hover); border-color: var(--clr-1-hover); } .scan-details-area .scan-details-btns .scan-details-btn.scan-cancel{ background-color: transparent; border-color: var(--clr-1) ; color: var(--clr-1); } .scan-details-area .scan-details-btns .scan-details-btn.scan-cancel:hover{ background-color: var(--clr-1); border-color: var(--clr-1); color: #fff; } /*------------- #scan-status-section --------------*/ .scan-status-area >*:not(:last-child){ margin-bottom: 1.5rem; } .scan-status-area .scan-status-title{ color: var(--clr-1); text-align: center } .scan-status-area .scan-status-icon img{ display: block; width: 150px; height: 150px; margin: auto; text-align: center } /*------------- #responsive --------------*/ .bounded-area { max-width: 600px; margin: auto; } @media(max-width:1199.98px){ } @media(max-width:991.98px){ } @media(max-width:767.98px){ } @media(max-width:575.98px){ .login-area{ padding: 3rem 1rem; } .title-2{ font-size: 26px; } .title-4{ font-size: 22px; } }
0.349977
0.064949
* { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.2s; } /* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: rgba(0, 0, 0, 0.8); } /* WIDGETS */ /* Buttons */ .button { min-height: 32px; padding: 0 16px; border-width: 0; border-radius: 2px; font-size: 9.75pt; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: none; color: #F0544C; } /* Entries */ StEntry { min-height: 32px; padding: 0 8px; border-radius: 0; border-width: 0; color: rgba(0, 0, 0, 0.8); caret-color: rgba(0, 0, 0, 0.8); selection-background-color: #F0544C; selected-color: #FFFFFF; font-size: 11.25pt; font-weight: 400; background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; box-shadow: none; text-shadow: none; } StEntry:focus { border-color: transparent; border: 1px solid #F0544C; box-shadow: none; text-shadow: none; } StEntry:insensitive { color: rgba(0, 0, 0, 0.28); border-color: rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; } StEntry StIcon.capslock-warning { icon-size: 16px; warning-color: #FF6D00; padding: 0 0; } StEntry StIcon.peek-password { icon-size: 16px; padding: 0 4px; } StEntry StLabel.hint-text { margin-left: 2px; color: rgba(0, 0, 0, 0.5); } /* Scrollbars */ StScrollView.vfade { -st-vfade-offset: 32px; } StScrollView.hfade { -st-hfade-offset: 32px; } StScrollBar { padding: 0; } StScrollView StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { margin: 4px; border-radius: 100px; background-color: rgba(0, 0, 0, 0.084); } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 100px; background-color: rgba(0, 0, 0, 0.48); margin: 4px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: rgba(0, 0, 0, 0.6); } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-color: #F0544C; } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { background-color: rgba(255, 255, 255, 0.105); } #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { background-color: rgba(255, 255, 255, 0.6); } #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { background-color: rgba(255, 255, 255, 0.75); } #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { background-color: #FFFFFF; } /* Slider */ .slider { height: 20px; color: #f4817b; -slider-height: 2px; -slider-background-color: rgba(0, 0, 0, 0.24); -slider-border-color: transparent; -slider-active-background-color: #f4817b; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 7px; -slider-handle-border-width: 1px; -slider-handle-border-color: rgba(0, 0, 0, 0.1); -barlevel-height: 2px; -barlevel-background-color: rgba(0, 0, 0, 0.24); -barlevel-border-color: transparent; -barlevel-active-background-color: #f4817b; -barlevel-active-border-color: transparent; -barlevel-overdrive-color: #FF5252; -barlevel-overdrive-border-color: transparent; -barlevel-overdrive-separator-width: 2px; -barlevel-border-width: 0; } .popup-menu-item.selected .slider { color: #FFFFFF; -slider-background-color: rgba(0, 0, 0, 0.2); -slider-active-background-color: #FFFFFF; -barlevel-background-color: rgba(0, 0, 0, 0.2); -barlevel-active-background-color: #FFFFFF; } /* Check Boxes */ .check-box * { min-height: 16px; padding: 8px 0; } .check-box StBoxLayout { spacing: 8px; } .check-box StBin { width: 24px; height: 24px; padding: 4px; border-radius: 100px; background-image: url("assets/checkbox-off.svg"); } .check-box:focus StBin { background-image: url("assets/checkbox-off.svg"); } .check-box:hover StBin { background-color: rgba(0, 0, 0, 0.12); } .check-box:active StBin { background-color: rgba(0, 0, 0, 0.24); } .check-box:checked StBin { background-image: url("assets/checkbox.svg"); } .check-box:focus:checked StBin { background-image: url("assets/checkbox.svg"); } .check-box:hover:checked StBin { background-color: rgba(244, 129, 123, 0.15); } .check-box:active:checked StBin { background-color: rgba(244, 129, 123, 0.3); } /* Switches */ .toggle-switch { width: 40px; height: 20px; background-size: contain; background-image: url("assets/toggle-off.svg"); } .toggle-switch:checked { background-image: url("assets/toggle-on.svg"); } .popup-menu-item.selected .toggle-switch { background-image: url("assets/toggle-off.svg"); } .popup-menu-item.selected .toggle-switch:checked { background-image: url("assets/toggle-on.svg"); } .toggle-switch-us { background-image: url("assets/toggle-off.svg"); } .toggle-switch-us:checked { background-image: url("assets/toggle-on.svg"); } .toggle-switch-intl { background-image: url("assets/toggle-off.svg"); } .toggle-switch-intl:checked { background-image: url("assets/toggle-on.svg"); } /* links */ .shell-link { border-radius: 2px; color: #F0544C; } .shell-link:hover { color: #F0544C; background-color: rgba(240, 84, 76, 0.15); } .shell-link:active { color: #F0544C; background-color: rgba(240, 84, 76, 0.3); } .lowres-icon { icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .icon-dropshadow { icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } /* Modal Dialogs */ .headline { font-size: 15pt; font-weight: 500; } .lightbox { background-color: black; } .flashspot { background-color: white; } .modal-dialog { border-radius: 2px; color: rgba(0, 0, 0, 0.8); margin: 10px; background-color: #FAFAFA; box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.6); } .modal-dialog .modal-dialog-content-box { margin: 32px 40px; spacing: 32px; max-width: 28em; } .modal-dialog .modal-dialog-linked-button { min-height: 40px; padding: 0 16px; border-top: 1px solid rgba(0, 0, 0, 0.1) !important; border-right-width: 0; font-size: 9.75pt; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: none; color: #F0544C; } .modal-dialog .modal-dialog-linked-button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:first-child { border-radius: 0px 0px 0px 2px; } .modal-dialog .modal-dialog-linked-button:last-child { border-right-width: 0px; border-radius: 0px 0px 2px 0px; } .modal-dialog .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; border-radius: 0px 0px 2px 2px; } .modal-dialog .run-dialog-entry { width: 20em; margin-bottom: 6px; } .modal-dialog .run-dialog-error-box { padding-top: 16px; spacing: 6px; } .modal-dialog .run-dialog-button-box { padding-top: 1em; } .modal-dialog .run-dialog-label { font-size: 1em; font-weight: normal; color: rgba(0, 0, 0, 0.48); padding-bottom: .4em; } /* Message Dialog */ .message-dialog-main-layout { padding: 12px 20px 0; spacing: 12px; } .message-dialog-content { spacing: 20px; } .message-dialog-content .message-dialog-title { text-align: center; font-size: 18pt; font-weight: 800; } .message-dialog-content .message-dialog-title.leightweight { font-size: 13pt; font-weight: 800; } .message-dialog-content .message-dialog-description { text-align: center; } /* Dialog List */ .dialog-list { spacing: 18px; } .dialog-list .dialog-list-title { text-align: center; font-weight: bold; } .dialog-list .dialog-list-scrollview { max-height: 200px; } .dialog-list .dialog-list-box { spacing: 1em; } .dialog-list .dialog-list-box .dialog-list-item { spacing: 1em; } .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { font-weight: bold; } .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { color: rgba(0, 0, 0, 0.6); font-size: 15pt; font-weight: 500; } /* Run Dialog */ .run-dialog .modal-dialog-content-box { margin-top: 24px; margin-bottom: 14px; } .run-dialog .run-dialog-entry { width: 20em; } .run-dialog .run-dialog-description { text-align: center; color: rgba(0, 0, 0, 0.6); font-size: 15pt; font-weight: 500; } /* End Session Dialog */ .end-session-dialog { width: 30em; } .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #FF6D00; } /* ShellMountOperation Dialogs */ .shell-mount-operation-icon { icon-size: 48px; } .show-processes-dialog, .mount-question-dialog { spacing: 24px; } .show-processes-dialog-subject, .mount-question-dialog-subject { padding-top: 10px; padding-left: 17px; padding-bottom: 6px; } .mount-question-dialog-subject { max-width: 500px; } .show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl { padding-left: 0px; padding-right: 17px; } .show-processes-dialog-description, .mount-question-dialog-description { padding-left: 17px; width: 28em; } .show-processes-dialog-description:rtl, .mount-question-dialog-description:rtl { padding-right: 17px; } .show-processes-dialog-app-list { max-height: 200px; padding-top: 24px; padding-left: 49px; padding-right: 32px; } .show-processes-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .show-processes-dialog-app-list-item { color: rgba(0, 0, 0, 0.8); } .show-processes-dialog-app-list-item:hover { color: rgba(0, 0, 0, 0.8); } .show-processes-dialog-app-list-item:ltr { padding-right: 1em; } .show-processes-dialog-app-list-item:rtl { padding-left: 1em; } .show-processes-dialog-app-list-item-icon:ltr { padding-right: 17px; } .show-processes-dialog-app-list-item-icon:rtl { padding-left: 17px; } .show-processes-dialog-app-list-item-name { font-size: 1em; } /* ShellMountOperation Dialogs */ .shell-mount-operation-icon { icon-size: 48px; } .mount-dialog { spacing: 24px; } .mount-dialog .message-dialog-title { padding-top: 10px; padding-left: 17px; padding-bottom: 6px; max-width: 34em; } .mount-dialog .message-dialog-title:rtl { padding-left: 0px; padding-right: 17px; } .mount-dialog .message-dialog-body { padding-left: 17px; width: 28em; } .mount-dialog .message-dialog-body:rtl { padding-left: 0px; padding-right: 17px; } .mount-dialog-app-list { max-height: 200px; padding-top: 24px; padding-left: 49px; padding-right: 32px; } .mount-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .mount-dialog-app-list-item { color: rgba(0, 0, 0, 0.8); } .mount-dialog-app-list-item:hover { color: rgba(0, 0, 0, 0.48); } .mount-dialog-app-list-item:ltr { padding-right: 1em; } .mount-dialog-app-list-item:rtl { padding-left: 1em; } .mount-dialog-app-list-item-icon:ltr { padding-right: 17px; } .mount-dialog-app-list-item-icon:rtl { padding-left: 17px; } .mount-dialog-app-list-item-name { font-size: 10pt; } /* Password or Authentication Dialog */ .prompt-dialog { width: 34.5em; } .prompt-dialog .modal-dialog-content-box { margin-bottom: 24px; } .prompt-dialog-password-grid { spacing-rows: 8px; spacing-columns: 4px; } .prompt-dialog-password-grid .prompt-dialog-password-entry { width: auto; } .prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { margin-left: 20px; } .prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { margin-right: 20px; } .prompt-dialog-password-layout { spacing: 8px; } .prompt-dialog-password-entry { width: 20em; } .prompt-dialog-error-label, .prompt-dialog-info-label, .prompt-dialog-null-label { text-align: center; } .prompt-dialog-error-label { color: #FF6D00; } /* Polkit Dialog */ .polkit-dialog-user-layout { text-align: center; spacing: 8px; margin-bottom: 6px; } .polkit-dialog-user-layout .polkit-dialog-user-root-label { color: #FF6D00; } .polkit-dialog-user-layout .polkit-dialog-user-icon { border-radius: 5px; background-size: contain; } /* Audio selection dialog */ .audio-device-selection-dialog .modal-dialog-content-box { margin-bottom: 28px; } .audio-device-selection-dialog .audio-selection-box { spacing: 20px; } .audio-selection-device { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; } .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { background-color: #F0544C; color: #FFFFFF; } .audio-selection-device-box { padding: 20px; spacing: 20px; } .audio-selection-device-icon { icon-size: 64px; } /* Access Dialog */ .access-dialog { spacing: 30px; } .access-dialog-main-layout { padding: 12px 20px 0; spacing: 12px; } .access-dialog-content { max-width: 28em; spacing: 20px; } .access-dialog-icon { min-width: 48px; icon-size: 48px; } .access-dialog-title { font-weight: bold; } .access-dialog-subtitle { color: rgba(0, 0, 0, 0.48); font-weight: bold; } /* Geolocation Dialog */ .geolocation-dialog { spacing: 30px; } .geolocation-dialog-main-layout { spacing: 12px; } .geolocation-dialog-content { spacing: 20px; } .geolocation-dialog-icon { icon-size: 48px; } .geolocation-dialog-title { font-weight: bold; } .geolocation-dialog-reason { color: rgba(0, 0, 0, 0.48); font-weight: bold; } /* Extension Dialog */ .extension-dialog .message-dialog-main-layout { spacing: 24px; padding: 10px; } .extension-dialog .message-dialog-title { font-weight: normal; color: rgba(0, 0, 0, 0.48); } /* Inhibit-Shortcuts Dialog */ .inhibit-shortcuts-dialog { spacing: 30px; } /* Network Agent Dialog */ .network-dialog-secret-table { spacing-rows: 15px; spacing-columns: 1em; } .keyring-dialog-control-table { spacing-rows: 15px; spacing-columns: 1em; } /* Popovers/Menus */ .popup-menu { min-width: 15em; color: rgba(0, 0, 0, 0.8); border-image: url("assets/menu.svg") 18 18 18 18; box-shadow: none; } .popup-menu .popup-sub-menu { background: none; box-shadow: none; border-image: url("assets/submenu.svg") 18 18 2 2; } .popup-menu .popup-menu-content { padding: 1em 0; } .popup-menu .popup-menu-item { spacing: 12px; padding: 6px; transition-duration: 0s; } .popup-menu .popup-menu-item:ltr { padding-right: 1.75em; padding-left: 0; } .popup-menu .popup-menu-item:rtl { padding-right: 0; padding-left: 1.75em; } .popup-menu .popup-menu-item:checked { color: rgba(0, 0, 0, 0.8); font-weight: normal; background: none; box-shadow: none; border-image: url("assets/submenu-open.svg") 18 18 2 2; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { color: #FFFFFF; background-color: transparent; border-image: url("assets/menu-hover.svg") 18 18 2 2; } .popup-menu .popup-menu-item:insensitive { color: rgba(0, 0, 0, 0.28); } .popup-menu .popup-inactive-menu-item { color: rgba(0, 0, 0, 0.8); } .popup-menu .popup-inactive-menu-item:insensitive { color: rgba(0, 0, 0, 0.28); } .popup-menu.panel-menu { -boxpointer-gap: 4px; margin-bottom: 1.75em; } .popup-menu-ornament { text-align: right; width: 16px; height: 16px; } .popup-menu-boxpointer { -arrow-border-radius: 2px; -arrow-background-color: transparent; -arrow-border-width: 1px; -arrow-border-color: transparent; -arrow-base: 0; -arrow-rise: 0; border: 0 none transparent; } .popup-menu-boxpointer StEntry, .popup-menu-boxpointer .search-entry, .popup-menu-boxpointer .app-folder-dialog .folder-name-container .folder-name-entry, .app-folder-dialog .folder-name-container .popup-menu-boxpointer .folder-name-entry { caret-color: rgba(0, 0, 0, 0.8); } .candidate-popup-boxpointer { -arrow-border-radius: 2px; -arrow-background-color: transparent; -arrow-border-width: 1px; -arrow-border-color: transparent; -arrow-base: 5px; -arrow-rise: 5px; border: 0 none transparent; background: transparent; color: rgba(0, 0, 0, 0.8); border-image: url("assets/menu.svg") 18 18 18 18; } .candidate-popup-boxpointer .candidate-popup-content { margin: 6px; } .popup-separator-menu-item { background: none; border: none; padding: 0; } .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px; background-color: rgba(0, 0, 0, 0.1); padding: 0 0; margin: 0 40px; } .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 40px 0 0; } .system-switch-user-submenu-icon.user-icon { icon-size: 20px; padding: 0 2px; } .system-switch-user-submenu-icon.default-icon { icon-size: 16px; padding: 0 4px; } #appMenu { spinner-image: url("process-working.svg"); spacing: 4px; } #appMenu .label-shadow { color: transparent; } .aggregate-menu { min-width: 21em; } .aggregate-menu .popup-menu-icon { padding: 0; margin: 0 4px; -st-icon-style: symbolic; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { /* 12px spacing + 2*4px padding */ padding-left: 24px; margin-left: 1em; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { /* 12px spacing + 2*4px padding */ padding-right: 24px; margin-right: 1em; } .system-menu-action { color: rgba(0, 0, 0, 0.6); border-radius: 100px; /* wish we could do 50% */ padding: 14px; border: none; -st-icon-style: symbolic; } .system-menu-action:hover, .system-menu-action:focus { background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.8); border: none; padding: 14px; } .system-menu-action:active { background-color: rgba(0, 0, 0, 0.24); color: rgba(0, 0, 0, 0.8); } .system-menu-action > StIcon { icon-size: 16px; } .background-menu { -boxpointer-gap: 4px; -arrow-rise: 0; } .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.75); border-radius: 99px; } .user-icon:hover { color: rgba(255, 255, 255, 0.75); } .user-icon StIcon { background-color: rgba(255, 255, 255, 0); border-radius: 99px; } .user-widget.vertical .user-icon { icon-size: 128px; } .user-widget.vertical .user-icon StIcon { padding: 20px; padding-top: 18px; padding-bottom: 22px; width: 88px; height: 88px; } .user-widget.horizontal .user-icon { icon-size: 64px; } .user-widget.horizontal .user-icon StIcon { padding: 12px; width: 40; height: 40px; } /* OSD */ .osd-window { text-align: center; font-weight: bold; spacing: 1em; margin: 32px; min-width: 64px; min-height: 64px; } .osd-window .osd-monitor-label { font-size: 45px; font-weight: 400; } .osd-window .level { height: 4px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.24); color: #F0544C; -barlevel-height: 3px; -barlevel-background-color: rgba(0, 0, 0, 0.15); -barlevel-active-background-color: #F0544C; -barlevel-overdrive-color: #FF5252; -barlevel-overdrive-separator-width: 3px; -barlevel-border-width: 0; } .osd-window .level-bar { background-color: #F0544C; border-radius: 3px; } /* App Switcher */ .switcher-popup { padding: 8px; spacing: 16px; } .switcher-list-item-container { spacing: 8px; } .switcher-list .item-box { padding: 8px; border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; border: none; background-color: rgba(0, 0, 0, 0.084); } .switcher-list .item-box:selected { background-color: #F0544C; color: #FFFFFF; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } .switcher-list .thumbnail { width: 256px; } .switcher-list .separator { width: 1px; background: rgba(0, 0, 0, 0.1); } .switcher-arrow { border-color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0.48); } .switcher-arrow:highlighted { color: rgba(0, 0, 0, 0.8); } .input-source-switcher-symbol { font-size: 45px; font-weight: 400; width: 96px; height: 96px; } /* Workspace Switcher */ .workspace-switcher-group { padding: 8px; } .workspace-switcher { background: transparent; border: 0px; border-radius: 0px; padding: 0px; spacing: 8px; } .ws-switcher-active-up, .ws-switcher-active-down { height: 48px; background-color: #F0544C; color: #FFFFFF; background-size: 32px; border-radius: 2px; } .ws-switcher-box { height: 48px; border: none; background: rgba(0, 0, 0, 0.084); border-radius: 2px; } .osd-window, .resize-popup, .switcher-list, .workspace-switcher-container { color: rgba(0, 0, 0, 0.8); background-color: #FAFAFA; border: none; box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); border-radius: 2px; padding: 12px; } /* Tiled window previews */ .tile-preview { background-color: rgba(242, 106, 100, 0.3); border: 1px solid #f26a64; } .tile-preview-left.on-primary { border-radius: 0 0 0 0; } .tile-preview-right.on-primary { border-radius: 0 0 0 0; } .tile-preview-left.tile-preview-right.on-primary { border-radius: 0 0 0 0; } /* TOP BAR */ #panel { background-color: #222222; font-weight: bold; height: 28px; box-shadow: none; } #panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { background-color: transparent; } #panel #panelLeft, #panel #panelCenter { spacing: 0; } #panel .panel-corner { -panel-corner-radius: 0; -panel-corner-background-color: rgba(0, 0, 0, 0.6); -panel-corner-border-width: 2px; -panel-corner-border-color: transparent; } #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { -panel-corner-border-color: #FFFFFF; } #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { -panel-corner-radius: 0; -panel-corner-background-color: transparent; -panel-corner-border-color: transparent; } #panel .panel-button { -natural-hpadding: 6px; -minimum-hpadding: 6px; font-weight: bold; color: #F0F0F0; transition-duration: 0.2s; } #panel .panel-button .app-menu-icon { -st-icon-style: symbolic; margin-left: 6px; margin-right: 6px; } #panel .panel-button .popup-menu-arrow { width: 0; height: 0; } #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { background-color: rgba(255, 255, 255, 0.1); box-shadow: inset 0 -2px #F0544C; color: rgba(255, 255, 255, 0.8); border-image: none; } #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { icon-shadow: none; } #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { background-color: rgba(255, 255, 255, 0.1); box-shadow: inset 0 -2px #F0544C; } #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } #panel .panel-button .system-status-icon { icon-size: 1.2307692308em; padding: 0 4px; } .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { color: rgba(255, 255, 255, 0.75); } .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { color: #FFFFFF; } #panel .panel-status-indicators-box, #panel .panel-status-menu-box { spacing: 2px; } #panel .power-status.panel-status-indicators-box { spacing: 0; } #panel .screencast-indicator { color: #DD2C00; } #panel .remote-access-indicator { color: #FF6D00; } #panel.solid { background-color: #222222; /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; } #panel.solid:overview { background-color: transparent; } #panel.solid .panel-corner { -panel-corner-background-color: #222222; } #panel.solid .panel-button { color: #F0F0F0; text-shadow: none; } #panel.solid .panel-button:hover, #panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { color: rgba(255, 255, 255, 0.8); } /* Date/Time Menu */ .clock-display-box { spacing: 3px; } .clock-display-box .clock { padding-left: 6px; padding-right: 6px; } #calendarArea { padding: 8px 16px; } .calendar { border: none; box-shadow: none; background: none; padding: 6px; margin: 4px; text-shadow: none; } .datemenu-calendar-column { spacing: 8px; border-style: solid; border-color: transparent; } .datemenu-calendar-column:ltr { border-left-width: 1px; } .datemenu-calendar-column:rtl { border-right-width: 1px; } .datemenu-displays-section { padding-bottom: 0; } .datemenu-today-button { min-height: 48px; padding: 8px; margin: 4px; } .datemenu-today-button, .world-clocks-button, .weather-button, .events-button, .message-list-section-title, .events-section-title { min-height: 20px; padding: 12px; margin: 4px; border-radius: 2px; border: none; box-shadow: none; background: none; color: rgba(0, 0, 0, 0.6); text-shadow: none; } .datemenu-today-button:hover, .datemenu-today-button:focus, .world-clocks-button:hover, .world-clocks-button:focus, .weather-button:hover, .weather-button:focus, .events-button:hover, .events-button:focus, .message-list-section-title:hover, .message-list-section-title:focus, .events-section-title:hover, .events-section-title:focus { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); text-shadow: none; } .datemenu-today-button:active, .world-clocks-button:active, .weather-button:active, .events-button:active, .message-list-section-title:active, .events-section-title:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .datemenu-today-button .date-label { font-size: 18pt; font-weight: 400; } .world-clocks-header, .weather-header, .message-list-section-title, .events-section-title { color: rgba(0, 0, 0, 0.6); font-weight: bold; } .weather-header.location { font-weight: normal; color: rgba(0, 0, 0, 0.48); } .weather-forecast-time { color: rgba(0, 0, 0, 0.48); font-feature-settings: "tnum"; font-weight: normal; padding-top: 0.2em; padding-bottom: 0.4em; } .weather-forecast-icon { icon-size: 32px; } .weather-forecast-temp { font-weight: bold; } .weather-grid, .world-clocks-grid { spacing-rows: 0.4em; spacing-columns: 0.8em; } .world-clocks-city { color: rgba(0, 0, 0, 0.48); font-weight: bold; font-size: 0.9em; } .world-clocks-time { color: rgba(0, 0, 0, 0.48); font-feature-settings: "tnum"; font-size: 1.2em; } .world-clocks-timezone { color: rgba(0, 0, 0, 0.48); font-feature-settings: "tnum"; font-size: 0.9em; } .calendar-month-label { height: 20px; margin: 2px; padding: 6px 16px; border-radius: 2px; color: rgba(0, 0, 0, 0.8); font-weight: bold; text-align: center; text-shadow: none; } .calendar-month-label:focus { background-color: rgba(0, 0, 0, 0.12); } .pager-button { width: 28px; height: 28px; margin: 2px; border-radius: 100px; background-color: transparent; color: rgba(0, 0, 0, 0.8); } .pager-button:hover, .pager-button:focus { background-color: rgba(0, 0, 0, 0.12); } .pager-button:active { background-color: rgba(0, 0, 0, 0.24); } .calendar-change-month-back { padding: 0 2px; background-image: url("assets/calendar-arrow-left.svg"); } .calendar-change-month-back:rtl { background-image: url("assets/calendar-arrow-right.svg"); } .calendar-change-month-forward { padding: 0 2px; background-image: url("assets/calendar-arrow-right.svg"); } .calendar-change-month-forward:rtl { background-image: url("assets/calendar-arrow-left.svg"); } .calendar-change-month-back StIcon, .calendar-change-month-forward StIcon { icon-size: 16px; } .calendar-day-base { font-size: 9pt; font-weight: 400; text-align: center; text-shadow: none; width: 28px; height: 28px; padding: 0; margin: 2px; border-radius: 100px; color: rgba(0, 0, 0, 0.6); } .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.12); } .calendar-day-base:active, .calendar-day-base:selected { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; } .calendar-day-base.calendar-day-heading { width: 28px; height: 21px; margin-top: 2px; padding: 7px 0 0; border-radius: 100px; background-color: transparent; color: rgba(0, 0, 0, 0.48); font-size: 9pt; font-weight: 400; font-weight: bold; text-align: center; text-shadow: none; } .calendar-day { border-width: 0; } .calendar-day-top { border-top-width: 0; } .calendar-day-left { border-left-width: 0; } .calendar-nonwork-day { color: rgba(0, 0, 0, 0.8); } .calendar-today { font-weight: bold !important; color: #FFFFFF; background-color: #F0544C; border: none; } .calendar-today:hover, .calendar-today:focus { background-color: #f1615a; color: #FFFFFF; } .calendar-today:active, .calendar-today:selected { background-color: #F0544C; color: #FFFFFF; } .calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { background-color: #f1615a; color: #FFFFFF; } .calendar-day-with-events { background-image: url("assets/calendar-today.svg"); } .calendar-day-with-events.calendar-work-day { color: rgba(0, 0, 0, 0.48); font-weight: bold; } .calendar-other-month-day { color: rgba(0, 0, 0, 0.28); opacity: 0.5; text-shadow: none; } .calendar-week-number { width: 28px; height: 21px; margin: 2px; padding: 7px 0 0; border-radius: 100px; background-color: transparent; color: rgba(0, 0, 0, 0.48); font-size: inherit; font-weight: bold; text-align: center; text-shadow: none; } /* Events */ .events-button .events-box { spacing: 6px; } .events-button .events-list { spacing: 12px; text-shadow: none; } .events-button .events-title { color: rgba(0, 0, 0, 0.48); font-weight: bold; margin-bottom: 4px; text-shadow: none; } .events-button .event-time { color: rgba(0, 0, 0, 0.28); font-feature-settings: "tnum"; } /* Message list */ .message-list { width: 31.5em; padding: 0 8px; } .message-list .message-list-placeholder { spacing: 12px; } .message-list-sections { spacing: 6px; margin: 0 16px; } .message-list-section-list { spacing: 6px; } .message-list-section-close > StIcon { icon-size: 16px; border-radius: 16px; padding: 6px; color: rgba(0, 0, 0, 0.6); background-color: transparent; } /* FIXME: how do you do this in sass? */ .message-list-section-close:hover > StIcon, .message-list-section-close:focus > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message-list-section-close:active > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message { min-height: 56px; margin: 4px; background-color: transparent; border: none; border-radius: 2px; color: rgba(0, 0, 0, 0.6); box-shadow: none; text-shadow: none; /* FIXME: how do you do this in sass? */ } .message:hover, .message:focus { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message .message-icon-bin { margin: 8px 0; padding: 8px 0px 8px 8px; } .message .message-icon-bin:rtl { padding: 8px 8px 8px 0px; } .message .message-icon-bin > StIcon { icon-size: 32px; -st-icon-style: symbolic; } .message .message-icon-bin > .fallback-app-icon, .message .message-icon-bin > .fallback-window-icon { width: 16px; height: 16px; } .message .message-secondary-bin { color: rgba(0, 0, 0, 0.48); padding: 0 8px; text-shadow: none; } .message .message-secondary-bin > .event-time { color: rgba(0, 0, 0, 0.28); font-size: 0.7em; /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ padding-bottom: 0.13em; text-shadow: none; } .message .message-secondary-bin > StIcon { icon-size: 16px; } .message .message-close-button { color: rgba(0, 0, 0, 0.6); } .message .message-close-button:hover, .message .message-close-button:active { color: rgba(0, 0, 0, 0.8); } .message .message-body { color: rgba(0, 0, 0, 0.6); } .message .message-title { min-height: 18px; padding-top: 2px; color: rgba(0, 0, 0, 0.8); font-weight: bold; font-size: 1em; text-shadow: none; } .message .message-content { padding: 12px; color: rgba(0, 0, 0, 0.6); font-size: 1em; spacing: 4px; text-shadow: none; } .message .message-content * > StIcon { icon-size: 16px; border-radius: 16px; padding: 2px; color: rgba(0, 0, 0, 0.6); } .message .message-content *:hover > StIcon, .message .message-content *:focus > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message .message-content *:active > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message-media-control { margin: 18px 3px; padding: 8px; border-radius: 100px; color: rgba(0, 0, 0, 0.6); } .message-media-control:hover, .message-media-control:focus { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message-media-control:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message-media-control:insensitive { color: rgba(0, 0, 0, 0.21); } .message-media-control:last-child:ltr { margin-right: 16px; padding-right: 8px; } .message-media-control:last-child:rtl { margin-left: 16px; padding-left: 8px; } .media-message-cover-icon { icon-size: 48px !important; border-radius: 5px; } .media-message-cover-icon.fallback { icon-size: 48px !important; border: none; border-radius: 5px; background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.48); } .ripple-box { width: 48px; height: 48px; border-radius: 0 0 48px 0; background-color: rgba(240, 84, 76, 0.35); background-image: none; background-size: auto; } .ripple-box:rtl { border-radius: 0 0 0 48px; background-image: none; } .ripple-pointer-location { width: 50px; height: 50px; border-radius: 25px; background-color: rgba(252, 219, 217, 0.3); box-shadow: 0 0 2px 2px #f8aeaa; } .pie-timer { width: 60px; height: 60px; -pie-border-width: 3px; -pie-border-color: #F0544C; -pie-background-color: rgba(255, 255, 255, 0.3); } .popup-menu-arrow { width: 16px; height: 16px; } .popup-menu-icon { icon-size: 1.2307692308em; } .window-close { background-size: 26px; height: 26px; width: 26px; -shell-close-overlap: 10px; border-radius: 100px; border: 0 none transparent; background-color: transparent; color: transparent; box-shadow: none; background-image: url("assets/window-close.svg"); } .window-close StIcon { icon-size: 26px; } .window-close:hover { background-size: 26px; height: 26px; width: 26px; background-image: url("assets/window-close-hover.svg"); } .window-close:active { background-size: 26px; height: 26px; width: 26px; background-image: url("assets/window-close-active.svg"); } /* NETWORK DIALOGS */ .nm-dialog { max-height: 500px; min-height: 450px; min-width: 470px; } .nm-dialog-content { spacing: 20px; padding: 24px; } .nm-dialog-header-hbox { spacing: 10px; } .nm-dialog-airplane-box { spacing: 12px; } .nm-dialog-airplane-headline { font-weight: bold; text-align: center; } .nm-dialog-airplane-text { color: rgba(0, 0, 0, 0.8); } .nm-dialog-header-icon { icon-size: 32px; } .nm-dialog-scroll-view { border: 1px solid rgba(0, 0, 0, 0.1); padding: 0; background-color: #f2f2f2; border-radius: 2px; } .nm-dialog-header { font-size: 15pt; font-weight: 500; } .nm-dialog-item { font-size: 1em; border-bottom: none; border-radius: 2px; padding: 12px; spacing: 20px; } .nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(0, 0, 0, 0.12); } .nm-dialog-item:active { background-color: rgba(0, 0, 0, 0.24); } .nm-dialog-item:selected { background-color: #F0544C; color: #FFFFFF; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { icon-size: 16px; } .no-networks-label { color: rgba(0, 0, 0, 0.48); } .no-networks-box { spacing: 12px; } /* OVERVIEW */ #overview { spacing: 24px; /* App Vault/Grid */ } #overview .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; -shell-grid-vertical-item-size: 136px; } #overview .icon-grid .overview-icon { icon-size: 96px; } #overview .app-view-controls { width: 320px; padding-bottom: 32px; } #overview .app-view-control { padding: 0 16px; margin: 0; font-weight: bold; color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(0, 0, 0, 0.8); } #overview .app-view-control:hover { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.15); box-shadow: none; } #overview .app-view-control:active { color: #FFFFFF; background-color: #F0544C; border: 1px solid rgba(0, 0, 0, 0.8); box-shadow: none; } #overview .app-view-control:checked { color: #FFFFFF; background-color: #F0544C; border: 1px solid rgba(0, 0, 0, 0.8); box-shadow: none; } #overview .app-view-control:first-child { border-right-width: 0; border-radius: 2px 0 0 2px; } #overview .app-view-control:first-child:checked { border-radius: 2px 0 0 2px; } #overview .app-view-control:last-child { border-left-width: 0; border-radius: 0 2px 2px 0; } #overview .app-view-control:last-child:checked { border-radius: 0 2px 2px 0; } .overview-controls { padding-bottom: 32px; } .window-picker { -horizontal-spacing: 32px; -vertical-spacing: 32px; padding-left: 32px; padding-right: 32px; padding-bottom: 48px; } .window-picker.external-monitor { padding: 32px; } .window-clone-border { border: 4px solid rgba(240, 84, 76, 0.7); border-radius: 2px; box-shadow: inset 0 0 0 1px rgba(240, 84, 76, 0.7); } .window-caption { spacing: 25px; color: #FFFFFF; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; padding: 4px 8px; -shell-caption-spacing: 12px; border: none; font-weight: normal; } .window-caption:hover { background-color: rgba(240, 84, 76, 0.8); color: #FFFFFF; } .search-entry, .app-folder-dialog .folder-name-container .folder-name-entry { width: 320px; padding: 0 8px; border-radius: 20px; color: #FAFAFA; caret-color: #FAFAFA; background-color: rgba(255, 255, 255, 0.1); box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.8); text-shadow: none; } .search-entry:hover, .app-folder-dialog .folder-name-container .folder-name-entry:hover { box-shadow: none; background-color: rgba(255, 255, 255, 0.15); } .search-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon { color: #FFFFFF; } .search-entry:focus, .app-folder-dialog .folder-name-container .folder-name-entry:focus { padding: 0 8px; color: #FFFFFF; background-color: rgba(255, 255, 255, 0.1); box-shadow: none; border: 1px solid #F0544C; } .search-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry:insensitive { color: rgba(255, 255, 255, 0.2625); box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.45); } .search-entry:insensitive StLabel.hint-text, .app-folder-dialog .folder-name-container .folder-name-entry:insensitive StLabel.hint-text, .search-entry:insensitive .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:insensitive .search-entry-icon { color: rgba(255, 255, 255, 0.2625); } .search-entry StLabel.hint-text, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { margin-left: 2px; color: rgba(250, 250, 250, 0.7); } .search-entry .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { icon-size: 16px; padding: 0 0; color: #FAFAFA; } #searchResultsContent { max-width: 1024px; spacing: 8px; } .list-search-results { spacing: 3px; } .search-section-separator { height: 0; background-color: transparent; } .search-provider-icon-more { width: 16px; height: 16px; background-image: url("assets/more-results.svg"); } .search-section { spacing: 16px; } .search-section .search-section-separator { height: 0; background-color: transparent; } .search-section-content { background-color: rgba(255, 255, 255, 0.1); border-radius: 3px; border: none; box-shadow: none; text-shadow: none; color: #FFFFFF; padding: 18px; spacing: 8px; } .list-search-result, .search-provider-icon { transition-duration: 0ms; } .list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { background-color: #FFFFFF; transition-duration: 200ms; } .list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { background-color: rgba(255, 255, 255, 0.1); } .search-provider-icon .list-search-provider-content { spacing: 12px; } .search-provider-icon .list-search-provider-content .list-search-provider-details { width: 120px; margin-top: 0; color: #ebebeb; } .list-search-results { spacing: 6px; } .list-search-result .list-search-result-content { spacing: 6px; } .list-search-result .list-search-result-title { spacing: 8px; font-weight: bold; font-size: 1em; } .list-search-result .list-search-result-description { color: rgba(255, 255, 255, 0.75); } /* DASHBOARD */ #dash { font-size: 1em; color: #FFFFFF; background-color: rgba(255, 255, 255, 0.1); padding: 3px 0; border: none; border-left: 0px; border-radius: 0px 2px 2px 0px; } #dash:rtl { border-radius: 2px 0 0 2px; } #dash .placeholder { background-image: url("assets/dash-placeholder.svg"); background-size: contain; height: 24px; } #dash .empty-dash-drop-target { width: 24px; height: 24px; } .dash-item-container > StWidget { padding: 3px 6px; } .dash-label { min-height: 20px; border-radius: 2px; padding: 6px 8px; color: rgba(0, 0, 0, 0.8); background-color: #FAFAFA; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); text-align: center; -x-offset: 8px; } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { background-color: rgba(255, 255, 255, 0.15); transition-duration: 0s; } .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { background-color: rgba(255, 255, 255, 0.3); transition-duration: 0.2s; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon, .app-well-app.app-folder:hover .overview-icon, .app-well-app.app-folder:focus .overview-icon, .app-well-app.app-folder:selected .overview-icon, .show-apps:hover .overview-icon, .show-apps:focus .overview-icon, .show-apps:selected .overview-icon, .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { background-color: rgba(255, 255, 255, 0.15); transition-duration: 0s; border-image: none; background-image: none; } .app-well-app:active .overview-icon, .app-well-app:checked .overview-icon, .app-well-app.app-folder:active .overview-icon, .app-well-app.app-folder:checked .overview-icon, .show-apps:active .overview-icon, .show-apps:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(255, 255, 255, 0.3); box-shadow: 0 0 transparent; transition-duration: 0.2s; } .app-well-app-running-dot { width: 16px; height: 2px; background-color: rgba(255, 255, 255, 0.3); margin-bottom: 0; border-radius: 0; } StWidget.focused .app-well-app-running-dot { width: 24px; background-color: #F0544C; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .show-apps .overview-icon, .grid-search-result .overview-icon { color: #FFFFFF; border-radius: 3px; padding: 6px; border: none; transition-duration: 100ms; text-align: center; } .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.1); } .show-apps .show-apps-icon { color: rgba(255, 255, 255, 0.75); } .show-apps:hover .show-apps-icon, .show-apps:active .show-apps-icon, .show-apps:checked .show-apps-icon, .show-apps:focus .show-apps-icon { color: #FFFFFF; transition-duration: 0.2s; } .app-folder-popup { -arrow-border-radius: 2px; -arrow-background-color: rgba(255, 255, 255, 0.1); -arrow-base: 24px; -arrow-rise: 12px; } .app-folder-popup-bin { padding: 5px; } .app-folder-icon { padding: 4px; spacing-rows: 4px; spacing-columns: 4px; } .page-indicator { padding: 15px 20px; } .page-indicator .page-indicator-icon { width: 12px; height: 12px; border-radius: 12px; margin: 0; padding: 0; background-image: none; color: transparent; border: none; box-shadow: none; background-color: rgba(255, 255, 255, 0.3); } .page-indicator:hover .page-indicator-icon { margin: 0; padding: 0; background-image: none; color: transparent; border: none; box-shadow: none; background-color: rgba(255, 255, 255, 0.6); } .page-indicator:active .page-indicator-icon, .page-indicator:checked .page-indicator-icon { margin: 0; padding: 0; background-image: none; color: transparent; border: none; box-shadow: none; background-color: rgba(255, 255, 255, 0.6); transition-duration: 0s; } .page-indicator:checked:active { background-image: none; } .app-well-app > .overview-icon.overview-icon-with-label, .grid-search-result .overview-icon.overview-icon-with-label { padding: 4px 8px 8px 8px; spacing: 6px; } /* App Folders */ .app-folder { background: none; } .app-folder-dialog { border-radius: 8px; border: none; spacing: 12px; background-color: rgba(9, 9, 9, 0.75); border: 1px solid rgba(255, 255, 255, 0.15); } .app-folder-dialog .folder-name-container { padding: 24px 36px 0; spacing: 12px; /* FIXME: this is to keep the label in sync with the entry */ } .app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { font-size: 18pt; font-weight: bold; } .app-folder-dialog .folder-name-container .folder-name-label { padding: 5px 7px; color: #FFFFFF; } .app-folder-dialog .folder-name-container .edit-folder-button { background-color: rgba(255, 255, 255, 0.1); color: #FFFFFF; border: none; background-image: none; padding: 0; width: 36px; height: 36px; border-radius: 18px; } .app-folder-dialog .folder-name-container .edit-folder-button > StIcon { icon-size: 16px; } .app-folder-dialog .folder-name-container .edit-folder-button:hover { background-color: rgba(255, 255, 255, 0.15); background-image: none; } .app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { background-color: rgba(255, 255, 255, 0.25); background-image: none; } .app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { background-color: transparent; } .app-folder-dialog-container { padding: 12px; width: 600px; height: 600px; } .workspace-thumbnails { visible-width: 32px; spacing: 12px; padding: 12px; border-radius: 2px 0 0 2px; } .workspace-thumbnails:rtl { border-radius: 0 2px 2px 0; } .workspace-thumbnail-indicator { border: 0 solid #F0544C; border-left-width: 2px; padding: 6px; border-radius: 0; } .workspace-thumbnails { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.1); border: none; } .search-statustext, .no-frequent-applications-label { font-size: 2em; font-weight: bold; color: rgba(255, 255, 255, 0.6); } /* NOTIFICATIONS & MESSAGE TRAY */ .url-highlighter { link-color: #F0544C; } .notification-banner { font-size: 1em; width: 34em; min-height: 56px; margin: 5px; border-radius: 2px; color: rgba(0, 0, 0, 0.8); background-color: #FAFAFA; border: none; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); } .notification-banner:hover { background-color: #FAFAFA; } .notification-banner:focus { background-color: #FAFAFA; } .notification-banner .notification-icon { padding: 5px; } .notification-banner .notification-content { padding: 5px; spacing: 5px; } .notification-banner .secondary-icon { icon-size: 1.2307692308em; } .notification-banner .notification-actions { background-color: transparent; padding-top: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); spacing: 1px; } .notification-banner .notification-button { min-height: 40px; padding: 0 16px; background-color: transparent; color: rgba(0, 0, 0, 0.6); font-weight: 500; } .notification-banner .notification-button:first-child { border-radius: 0 0 0 2px; } .notification-banner .notification-button:last-child { border-radius: 0 0 2px 0; } .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.8); } .notification-banner .notification-button:active { background-color: rgba(0, 0, 0, 0.24); color: rgba(0, 0, 0, 0.8); } .summary-source-counter { font-size: 1em; font-weight: bold; height: 1.6em; width: 1.6em; -shell-counter-overlap-x: 3px; -shell-counter-overlap-y: 3px; background-color: #F0544C; color: #FFFFFF; border: 2px solid #FFFFFF; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); border-radius: 0.9em; } .secondary-icon { icon-size: 1.2307692308em; } .chat-body { spacing: 5px; } .chat-response { margin: 5px; } .chat-log-message { color: rgba(0, 0, 0, 0.8); } .chat-new-group { padding-top: 1em; } .chat-received { padding-left: 4px; } .chat-received:rtl { padding-left: 0px; padding-right: 4px; } .chat-sent { padding-left: 18pt; color: rgba(0, 0, 0, 0.6); } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } .chat-meta-message { padding-left: 4px; font-size: 9pt; font-weight: 400; color: rgba(0, 0, 0, 0.48); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } .hotplug-transient-box { spacing: 6px; padding: 2px 72px 2px 12px; } .hotplug-notification-item { padding: 2px 10px; } .hotplug-notification-item:focus { padding: 1px 71px 1px 11px; } .hotplug-notification-item-icon { icon-size: 24px; padding: 2px 5px; } .hotplug-resident-box { spacing: 8px; } .hotplug-resident-mount { spacing: 8px; border-radius: 2px; } .hotplug-resident-mount:hover { background-color: rgba(0, 0, 0, 0.12); } .hotplug-resident-mount:active { background-color: rgba(0, 0, 0, 0.24); } .hotplug-resident-mount-label { color: inherit; padding-left: 6px; } .hotplug-resident-mount-icon { icon-size: 24px; padding-left: 6px; } .hotplug-resident-eject-icon { icon-size: 16px; } .hotplug-resident-eject-button { padding: 7px; border-radius: 2px; color: rgba(0, 0, 0, 0.8); } /* Eeeky things */ .legacy-tray { background-color: rgba(0, 0, 0, 0.6); color: #FFFFFF; border: none; border-bottom-width: 0; } .legacy-tray:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } .legacy-tray:rtl { border-radius: 2px 0 0 0; border-right-width: 0; } .legacy-tray-handle, .legacy-tray-icon { padding: 6px; } .legacy-tray-handle StIcon, .legacy-tray-icon StIcon { icon-size: 24px; } .legacy-tray-handle:hover, .legacy-tray-handle:focus, .legacy-tray-icon:hover, .legacy-tray-icon:focus { background-color: rgba(255, 255, 255, 0.15); } .legacy-tray-handle:active, .legacy-tray-icon:active { background-color: rgba(255, 255, 255, 0.3); } .legacy-tray-icon-box { spacing: 12px; } .legacy-tray-icon-box:ltr { padding-left: 12px; } .legacy-tray-icon-box:rtl { padding-right: 12px; } .legacy-tray-icon-box StButton { width: 24px; height: 24px; } .magnifier-zoom-region { border: 2px solid #F0544C; } .magnifier-zoom-region.full-screen { border-width: 0; } /* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; min-height: 20pt; } #keyboard { background-color: rgba(16, 16, 16, 0.95); box-shadow: none; } #keyboard .page-indicator { padding: 6px; } #keyboard .page-indicator .page-indicator-icon { width: 8px; height: 8px; } .key-container, .keyboard-layout { padding: 4px; spacing: 4px; } .keyboard-key { min-height: 2em; min-width: 2em; font-size: 14pt; font-weight: bold; border-radius: 3px; border: none; color: #FFFFFF; background-color: #484848; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.75); } .keyboard-key:focus, .keyboard-key:hover { color: #FFFFFF; background-color: #f4817b; } .keyboard-key:checked, .keyboard-key:active { color: #FFFFFF; background-color: #f2665f; } .keyboard-key:grayed { background-color: #484848; color: #FFFFFF; } .keyboard-key.default-key, .keyboard-key.enter-key, .keyboard-key.shift-key-lowercase, .keyboard-key.shift-key-uppercase, .keyboard-key.hide-key, .keyboard-key.layout-key { background-color: #2f2f2f; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.75); } .keyboard-key.default-key:focus, .keyboard-key.default-key:hover, .keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover, .keyboard-key.shift-key-lowercase:focus, .keyboard-key.shift-key-lowercase:hover, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.hide-key:focus, .keyboard-key.hide-key:hover, .keyboard-key.layout-key:focus, .keyboard-key.layout-key:hover { color: #FFFFFF; background-color: #484848; } .keyboard-key.default-key:checked, .keyboard-key.default-key:active, .keyboard-key.enter-key:checked, .keyboard-key.enter-key:active, .keyboard-key.shift-key-lowercase:checked, .keyboard-key.shift-key-lowercase:active, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active, .keyboard-key.hide-key:checked, .keyboard-key.hide-key:active, .keyboard-key.layout-key:checked, .keyboard-key.layout-key:active { color: #FFFFFF; background-color: #393939; } .keyboard-key.enter-key { background-color: #F0544C; } .keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { color: #FFFFFF; background-color: #f26a64; } .keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { color: #FFFFFF; background-color: #ec271d; } .keyboard-key StIcon { icon-size: 1.125em; } .keyboard-subkeys { color: inherit; -arrow-border-radius: 3px; -arrow-background-color: rgba(0, 0, 0, 0.75); -arrow-border-width: 0; -arrow-border-color: transparent; -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 5px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35); } .emoji-page .keyboard-key { background-color: transparent; border: none; color: initial; } .emoji-panel .keyboard-key:latched { border-color: #f26a64; background-color: #F0544C; } .word-suggestions { spacing: 12px; min-height: 20pt; } .candidate-popup-content { padding: 8px; spacing: 0; } .candidate-index { padding: 0 4px 0 0; color: rgba(0, 0, 0, 0.48); } .candidate-box:selected .candidate-index { color: rgba(255, 255, 255, 0.6); } .candidate-box { transition-duration: 0s; min-height: 28px; padding: 0 8px; border-radius: 2px; } .candidate-box:hover { background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.8); } .candidate-box:active { background-color: rgba(0, 0, 0, 0.24); color: rgba(0, 0, 0, 0.8); } .candidate-box:selected { background-color: #F0544C; color: #FFFFFF; } .candidate-page-button-box { height: 28px; } .vertical .candidate-page-button-box { padding-top: 0; } .horizontal .candidate-page-button-box { padding-left: 0; } .candidate-page-button { min-width: 28px; min-height: 28px; padding: 0; } .candidate-page-button-previous { border-radius: 2px; border-right-width: 0; } .candidate-page-button-next { border-radius: 2px; } .candidate-page-button-icon { icon-size: 1.2307692308em; } /* Auth Dialogs & Screen Shield */ .framed-user-icon { background-size: contain; border: none; color: #FFFFFF; border-radius: 2px; } .framed-user-icon:hover { border-color: #FFFFFF; color: #FFFFFF; } .login-dialog-banner-view { padding-top: 24px; max-width: 23em; } .login-dialog { background-color: transparent; } .login-dialog StEntry { color: #FFFFFF; caret-color: #FFFFFF; selection-background-color: #F0544C; selected-color: #FFFFFF; border: 1px solid rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.1); } .login-dialog StEntry:focus { border: 1px solid #F0544C; background-color: rgba(255, 255, 255, 0.1); selection-background-color: #F0544C; selected-color: #FFFFFF; } .login-dialog StEntry:insensitive { color: rgba(0, 0, 0, 0.28); border-color: rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.35); } .login-dialog .modal-dialog-button-box { spacing: 3px; } .login-dialog .modal-dialog-button { padding: 4px 18px; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.24); } .login-dialog .modal-dialog-button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default { color: rgba(0, 0, 0, 0.6); background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.24); } .login-dialog .modal-dialog-button:default:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(194, 194, 194, 0.94); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:insensitive { color: rgba(0, 0, 0, 0.21); background-color: rgba(0, 0, 0, 0.084); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .cancel-button, .login-dialog .switch-user-button, .login-dialog .login-dialog-session-list-button { padding: 0; border-radius: 100px; width: 32px; height: 32px; border: 0 solid transparent; background-color: rgba(0, 0, 0, 0); } .login-dialog .cancel-button, .login-dialog .cancel-button:hover, .login-dialog .cancel-button:active, .login-dialog .cancel-button:focus, .login-dialog .switch-user-button, .login-dialog .switch-user-button:hover, .login-dialog .switch-user-button:active, .login-dialog .switch-user-button:focus, .login-dialog .login-dialog-session-list-button, .login-dialog .login-dialog-session-list-button:hover, .login-dialog .login-dialog-session-list-button:active, .login-dialog .login-dialog-session-list-button:focus { border-width: 0; } .login-dialog .cancel-button StIcon, .login-dialog .switch-user-button StIcon, .login-dialog .login-dialog-session-list-button StIcon { icon-size: 16px; } .login-dialog .caps-lock-warning-label, .login-dialog .login-dialog-message-warning { color: #FF6D00; } .login-dialog-logo-bin { padding: 24px 0px; } .login-dialog-banner { color: rgba(255, 255, 255, 0.75); } .login-dialog-button-box { width: 23em; spacing: 5px; } .login-dialog-message { text-align: center; } .login-dialog-message-warning { color: #FF6D00; } .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } .login-dialog-user-selection-box { padding: 100px 0px; } .login-dialog-not-listed-label { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { color: #FFFFFF; } .login-dialog-not-listed-label { font-size: 1em; font-weight: bold; color: rgba(255, 255, 255, 0.75); padding-top: 1em; } .login-dialog-not-listed-label:hover { color: #FFFFFF; } .login-dialog-not-listed-label:focus { background-color: rgba(255, 255, 255, 0.15); } .login-dialog-user-list-view { -st-vfade-offset: 1em; } .login-dialog-user-list { spacing: 12px; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { background-color: rgba(255, 255, 255, 0.15); color: #FFFFFF; } .login-dialog-user-list:expanded .login-dialog-user-list-item:hover { background-color: rgba(255, 255, 255, 0.15); color: #FFFFFF; } .login-dialog-user-list:expanded .login-dialog-user-list-item:active { background-color: rgba(255, 255, 255, 0.3); color: #FFFFFF; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid #FFFFFF; } .login-dialog-user-list-item { border-radius: 3px; padding: 6px; color: rgba(255, 255, 255, 0.75); } .login-dialog-user-list-item:ltr .user-widget { padding-right: 1em; } .login-dialog-user-list-item:rtl .user-widget { padding-left: 1em; } .login-dialog-user-list-item:hover { background-color: rgba(255, 255, 255, 0.15); color: #FFFFFF; } .login-dialog-user-list-item:active { background-color: rgba(255, 255, 255, 0.3); color: #FFFFFF; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin-top: 6px; background-color: #FFFFFF; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { background-color: #FFFFFF; } .user-widget-label { color: #FFFFFF; } .user-widget.horizontal .user-widget-label { font-weight: bold; text-align: left; padding-left: 15px; } .user-widget.horizontal .user-widget-label:ltr { padding-left: 14px; } .user-widget.horizontal .user-widget-label:rtl { padding-right: 14px; } .user-widget.vertical .user-widget-label { text-align: center; font-weight: normal; padding-top: 16px; } .login-dialog-prompt-entry { height: 1.5em; } .login-dialog-prompt-layout { padding-top: 24px; padding-bottom: 12px; spacing: 8px; width: 23em; } .login-dialog-prompt-label { color: rgba(255, 255, 255, 0.6); font-size: 1em; padding-top: 1em; } .screen-shield-arrows { padding-bottom: 3em; } .screen-shield-arrows Gjs_Arrow { color: white; width: 80px; height: 48px; -arrow-thickness: 12px; -arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); } .screen-shield-clock { color: white; text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); font-weight: normal; text-align: center; padding-bottom: 1.5em; } .screen-shield-clock-time { font-size: 112px; font-weight: 300; text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); } .screen-shield-clock-date { font-size: 45px; font-weight: 400; } .screen-shield-notifications-container { spacing: 6px; width: 30em; background-color: transparent; max-height: 500px; } .screen-shield-notifications-container .summary-notification-stack-scrollview { padding-top: 0; padding-bottom: 0; } .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 8px; border: none; background-color: rgba(0, 0, 0, 0.3); color: #FFFFFF; border-radius: 2px; } .screen-shield-notifications-container .notification { margin-right: 16px; } .screen-shield-notification-label { min-height: 18px; padding: 2px 0px 0px 16px; font-weight: bold; } .screen-shield-notification-count-text { min-height: 18px; padding: 2px 0px 0px 16px; color: rgba(255, 255, 255, 0.75); } #panel.lock-screen { background-color: rgba(0, 0, 0, 0.3); } .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); } #lockDialogGroup { background: #374040 url("assets/noise-texture.png"); background-repeat: repeat; } #LookingGlassDialog { color: rgba(0, 0, 0, 0.6); background-color: rgba(250, 250, 250, 0.95); spacing: 4px; padding: 0; border: none; border-radius: 2px; box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); } #LookingGlassDialog > #Toolbar { padding: 0 8px; border: none; border-radius: 0; background-color: rgba(250, 250, 250, 0.01); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); } #LookingGlassDialog .labels { spacing: 0; } #LookingGlassDialog .notebook-tab { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; color: rgba(0, 0, 0, 0.48); transition-duration: 0.2s; padding-left: 16px; padding-right: 16px; min-height: 32px; padding: 0 32px; border-bottom-width: 2px; } #LookingGlassDialog .notebook-tab:hover { color: rgba(0, 0, 0, 0.8); text-shadow: none; box-shadow: inset 0 -2px rgba(0, 0, 0, 0.24); } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 2px; border-color: transparent; background-color: rgba(250, 250, 250, 0.01); box-shadow: inset 0 -2px #F0544C; color: rgba(0, 0, 0, 0.8); text-shadow: none; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } #LookingGlassDialog StBoxLayout#ResultsArea { spacing: 4px; } .lg-dialog StEntry { selection-background-color: #F0544C; selected-color: #FFFFFF; } .lg-dialog .shell-link { color: #F0544C; } .lg-dialog .shell-link:hover { color: #F0544C; } .lg-completions-text { font-size: 1em; font-style: italic; } .lg-obj-inspector-title { spacing: 4px; } .lg-obj-inspector-button { min-height: 32px; padding: 0 16px; border: none; border-radius: 2px; font-size: 9.75pt; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: none; color: #F0544C; } .lg-obj-inspector-button:hover { border: none; } #lookingGlassExtensions { padding: 4px; } .lg-extensions-list { padding: 4px; spacing: 6px; } .lg-extension { border: none; border-radius: 3px; padding: 4px; background-color: rgba(0, 0, 0, 0.06); } .lg-extension-name { font-size: 18pt; font-weight: 400; } .lg-extension-meta { spacing: 6px; } #LookingGlassPropertyInspector { background: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; padding: 6px; box-shadow: none; } #dashtodockContainer { background: transparent; } #dashtodockContainer #dash, #dashtodockContainer:overview #dash, #dashtodockContainer.extended #dash, #dashtodockContainer.extended:overview #dash { padding: 0; border: none; margin: 0; } #dashtodockContainer.top #dash, #dashtodockContainer.top:overview #dash { border-radius: 0 0 3px 3px; } #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.extended:overview #dash { border-radius: 0 0 3px 3px; } #dashtodockContainer.bottom #dash, #dashtodockContainer.bottom:overview #dash { border-radius: 3px 3px 0 0; } #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.extended:overview #dash { border-radius: 3px 3px 0 0; } #dashtodockContainer.left #dash, #dashtodockContainer.left:overview #dash { border-radius: 0 3px 3px 0; } #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.extended:overview #dash { border-radius: 0 3px 3px 0; } #dashtodockContainer.right #dash, #dashtodockContainer.right:overview #dash { border-radius: 3px 0 0 3px; } #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.extended:overview #dash { border-radius: 3px 0 0 3px; } #dashtodockContainer #dash { background-color: rgba(0, 0, 0, 0.6); box-shadow: none; } #dashtodockContainer.opaque #dash { background-color: #222222; } #dashtodockContainer.transparent #dash { background-color: rgba(0, 0, 0, 0.3); } #dashtodockContainer:overview #dash { background-color: rgba(255, 255, 255, 0.1); } #dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { background-color: transparent !important; box-shadow: none !important; } #dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { background-color: #222222; } #dashtodockContainer .app-well-app .overview-icon, #dashtodockContainer .show-apps .overview-icon { padding: 8px; background-size: contain; } #dash:desktop { background-color: rgba(0, 0, 0, 0.6); } .openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { border: 1px solid transparent; background: none; } .openweather-provider { padding: 0 16px; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .openweather-provider:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .openweather-provider:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.24); } .openweather-provider:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(194, 194, 194, 0.94); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .openweather-provider:insensitive { color: rgba(0, 0, 0, 0.21); background-color: rgba(0, 0, 0, 0.084); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { background: none; color: rgba(0, 0, 0, 0.8); -st-icon-style: symbolic; } .openweather-current-databox-values { background: none; color: rgba(0, 0, 0, 0.6); } .openweather-current-databox-captions { background: none; color: rgba(0, 0, 0, 0.48); } .openweather-forecast-icon, .openweather-forecast-summary { background: none; color: rgba(0, 0, 0, 0.6); -st-icon-style: symbolic; } .openweather-forecast-day { background: none; color: rgba(0, 0, 0, 0.8); } .openweather-forecast-temperature { background: none; color: rgba(0, 0, 0, 0.6); } .openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { color: rgba(0, 0, 0, 0.6); -st-icon-style: symbolic; } .popup-menu .search-entry, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry { color: rgba(0, 0, 0, 0.8); selection-background-color: #F0544C; selected-color: #FFFFFF; background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; box-shadow: none; text-shadow: none; border-image: none; } .popup-menu .search-entry:focus, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry:focus, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry:focus { border-color: transparent; border: 1px solid #F0544C; box-shadow: none; text-shadow: none; color: rgba(0, 0, 0, 0.8); } .popup-menu .search-entry .search-entry-icon, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry .search-entry-icon { color: rgba(0, 0, 0, 0.48); } .popup-menu .search-entry:hover .search-entry-icon, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry:focus .search-entry-icon { color: rgba(0, 0, 0, 0.8); }
data/theme/graceful/gnome-shell/gnome-shell.css
* { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.2s; } /* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: rgba(0, 0, 0, 0.8); } /* WIDGETS */ /* Buttons */ .button { min-height: 32px; padding: 0 16px; border-width: 0; border-radius: 2px; font-size: 9.75pt; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: none; color: #F0544C; } /* Entries */ StEntry { min-height: 32px; padding: 0 8px; border-radius: 0; border-width: 0; color: rgba(0, 0, 0, 0.8); caret-color: rgba(0, 0, 0, 0.8); selection-background-color: #F0544C; selected-color: #FFFFFF; font-size: 11.25pt; font-weight: 400; background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; box-shadow: none; text-shadow: none; } StEntry:focus { border-color: transparent; border: 1px solid #F0544C; box-shadow: none; text-shadow: none; } StEntry:insensitive { color: rgba(0, 0, 0, 0.28); border-color: rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; } StEntry StIcon.capslock-warning { icon-size: 16px; warning-color: #FF6D00; padding: 0 0; } StEntry StIcon.peek-password { icon-size: 16px; padding: 0 4px; } StEntry StLabel.hint-text { margin-left: 2px; color: rgba(0, 0, 0, 0.5); } /* Scrollbars */ StScrollView.vfade { -st-vfade-offset: 32px; } StScrollView.hfade { -st-hfade-offset: 32px; } StScrollBar { padding: 0; } StScrollView StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { margin: 4px; border-radius: 100px; background-color: rgba(0, 0, 0, 0.084); } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 100px; background-color: rgba(0, 0, 0, 0.48); margin: 4px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: rgba(0, 0, 0, 0.6); } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-color: #F0544C; } #screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { background-color: rgba(255, 255, 255, 0.105); } #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { background-color: rgba(255, 255, 255, 0.6); } #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { background-color: rgba(255, 255, 255, 0.75); } #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { background-color: #FFFFFF; } /* Slider */ .slider { height: 20px; color: #f4817b; -slider-height: 2px; -slider-background-color: rgba(0, 0, 0, 0.24); -slider-border-color: transparent; -slider-active-background-color: #f4817b; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 7px; -slider-handle-border-width: 1px; -slider-handle-border-color: rgba(0, 0, 0, 0.1); -barlevel-height: 2px; -barlevel-background-color: rgba(0, 0, 0, 0.24); -barlevel-border-color: transparent; -barlevel-active-background-color: #f4817b; -barlevel-active-border-color: transparent; -barlevel-overdrive-color: #FF5252; -barlevel-overdrive-border-color: transparent; -barlevel-overdrive-separator-width: 2px; -barlevel-border-width: 0; } .popup-menu-item.selected .slider { color: #FFFFFF; -slider-background-color: rgba(0, 0, 0, 0.2); -slider-active-background-color: #FFFFFF; -barlevel-background-color: rgba(0, 0, 0, 0.2); -barlevel-active-background-color: #FFFFFF; } /* Check Boxes */ .check-box * { min-height: 16px; padding: 8px 0; } .check-box StBoxLayout { spacing: 8px; } .check-box StBin { width: 24px; height: 24px; padding: 4px; border-radius: 100px; background-image: url("assets/checkbox-off.svg"); } .check-box:focus StBin { background-image: url("assets/checkbox-off.svg"); } .check-box:hover StBin { background-color: rgba(0, 0, 0, 0.12); } .check-box:active StBin { background-color: rgba(0, 0, 0, 0.24); } .check-box:checked StBin { background-image: url("assets/checkbox.svg"); } .check-box:focus:checked StBin { background-image: url("assets/checkbox.svg"); } .check-box:hover:checked StBin { background-color: rgba(244, 129, 123, 0.15); } .check-box:active:checked StBin { background-color: rgba(244, 129, 123, 0.3); } /* Switches */ .toggle-switch { width: 40px; height: 20px; background-size: contain; background-image: url("assets/toggle-off.svg"); } .toggle-switch:checked { background-image: url("assets/toggle-on.svg"); } .popup-menu-item.selected .toggle-switch { background-image: url("assets/toggle-off.svg"); } .popup-menu-item.selected .toggle-switch:checked { background-image: url("assets/toggle-on.svg"); } .toggle-switch-us { background-image: url("assets/toggle-off.svg"); } .toggle-switch-us:checked { background-image: url("assets/toggle-on.svg"); } .toggle-switch-intl { background-image: url("assets/toggle-off.svg"); } .toggle-switch-intl:checked { background-image: url("assets/toggle-on.svg"); } /* links */ .shell-link { border-radius: 2px; color: #F0544C; } .shell-link:hover { color: #F0544C; background-color: rgba(240, 84, 76, 0.15); } .shell-link:active { color: #F0544C; background-color: rgba(240, 84, 76, 0.3); } .lowres-icon { icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .icon-dropshadow { icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } /* Modal Dialogs */ .headline { font-size: 15pt; font-weight: 500; } .lightbox { background-color: black; } .flashspot { background-color: white; } .modal-dialog { border-radius: 2px; color: rgba(0, 0, 0, 0.8); margin: 10px; background-color: #FAFAFA; box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.6); } .modal-dialog .modal-dialog-content-box { margin: 32px 40px; spacing: 32px; max-width: 28em; } .modal-dialog .modal-dialog-linked-button { min-height: 40px; padding: 0 16px; border-top: 1px solid rgba(0, 0, 0, 0.1) !important; border-right-width: 0; font-size: 9.75pt; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: none; color: #F0544C; } .modal-dialog .modal-dialog-linked-button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .modal-dialog .modal-dialog-linked-button:first-child { border-radius: 0px 0px 0px 2px; } .modal-dialog .modal-dialog-linked-button:last-child { border-right-width: 0px; border-radius: 0px 0px 2px 0px; } .modal-dialog .modal-dialog-linked-button:first-child:last-child { border-right-width: 0px; border-radius: 0px 0px 2px 2px; } .modal-dialog .run-dialog-entry { width: 20em; margin-bottom: 6px; } .modal-dialog .run-dialog-error-box { padding-top: 16px; spacing: 6px; } .modal-dialog .run-dialog-button-box { padding-top: 1em; } .modal-dialog .run-dialog-label { font-size: 1em; font-weight: normal; color: rgba(0, 0, 0, 0.48); padding-bottom: .4em; } /* Message Dialog */ .message-dialog-main-layout { padding: 12px 20px 0; spacing: 12px; } .message-dialog-content { spacing: 20px; } .message-dialog-content .message-dialog-title { text-align: center; font-size: 18pt; font-weight: 800; } .message-dialog-content .message-dialog-title.leightweight { font-size: 13pt; font-weight: 800; } .message-dialog-content .message-dialog-description { text-align: center; } /* Dialog List */ .dialog-list { spacing: 18px; } .dialog-list .dialog-list-title { text-align: center; font-weight: bold; } .dialog-list .dialog-list-scrollview { max-height: 200px; } .dialog-list .dialog-list-box { spacing: 1em; } .dialog-list .dialog-list-box .dialog-list-item { spacing: 1em; } .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { font-weight: bold; } .dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { color: rgba(0, 0, 0, 0.6); font-size: 15pt; font-weight: 500; } /* Run Dialog */ .run-dialog .modal-dialog-content-box { margin-top: 24px; margin-bottom: 14px; } .run-dialog .run-dialog-entry { width: 20em; } .run-dialog .run-dialog-description { text-align: center; color: rgba(0, 0, 0, 0.6); font-size: 15pt; font-weight: 500; } /* End Session Dialog */ .end-session-dialog { width: 30em; } .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #FF6D00; } /* ShellMountOperation Dialogs */ .shell-mount-operation-icon { icon-size: 48px; } .show-processes-dialog, .mount-question-dialog { spacing: 24px; } .show-processes-dialog-subject, .mount-question-dialog-subject { padding-top: 10px; padding-left: 17px; padding-bottom: 6px; } .mount-question-dialog-subject { max-width: 500px; } .show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl { padding-left: 0px; padding-right: 17px; } .show-processes-dialog-description, .mount-question-dialog-description { padding-left: 17px; width: 28em; } .show-processes-dialog-description:rtl, .mount-question-dialog-description:rtl { padding-right: 17px; } .show-processes-dialog-app-list { max-height: 200px; padding-top: 24px; padding-left: 49px; padding-right: 32px; } .show-processes-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .show-processes-dialog-app-list-item { color: rgba(0, 0, 0, 0.8); } .show-processes-dialog-app-list-item:hover { color: rgba(0, 0, 0, 0.8); } .show-processes-dialog-app-list-item:ltr { padding-right: 1em; } .show-processes-dialog-app-list-item:rtl { padding-left: 1em; } .show-processes-dialog-app-list-item-icon:ltr { padding-right: 17px; } .show-processes-dialog-app-list-item-icon:rtl { padding-left: 17px; } .show-processes-dialog-app-list-item-name { font-size: 1em; } /* ShellMountOperation Dialogs */ .shell-mount-operation-icon { icon-size: 48px; } .mount-dialog { spacing: 24px; } .mount-dialog .message-dialog-title { padding-top: 10px; padding-left: 17px; padding-bottom: 6px; max-width: 34em; } .mount-dialog .message-dialog-title:rtl { padding-left: 0px; padding-right: 17px; } .mount-dialog .message-dialog-body { padding-left: 17px; width: 28em; } .mount-dialog .message-dialog-body:rtl { padding-left: 0px; padding-right: 17px; } .mount-dialog-app-list { max-height: 200px; padding-top: 24px; padding-left: 49px; padding-right: 32px; } .mount-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .mount-dialog-app-list-item { color: rgba(0, 0, 0, 0.8); } .mount-dialog-app-list-item:hover { color: rgba(0, 0, 0, 0.48); } .mount-dialog-app-list-item:ltr { padding-right: 1em; } .mount-dialog-app-list-item:rtl { padding-left: 1em; } .mount-dialog-app-list-item-icon:ltr { padding-right: 17px; } .mount-dialog-app-list-item-icon:rtl { padding-left: 17px; } .mount-dialog-app-list-item-name { font-size: 10pt; } /* Password or Authentication Dialog */ .prompt-dialog { width: 34.5em; } .prompt-dialog .modal-dialog-content-box { margin-bottom: 24px; } .prompt-dialog-password-grid { spacing-rows: 8px; spacing-columns: 4px; } .prompt-dialog-password-grid .prompt-dialog-password-entry { width: auto; } .prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { margin-left: 20px; } .prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { margin-right: 20px; } .prompt-dialog-password-layout { spacing: 8px; } .prompt-dialog-password-entry { width: 20em; } .prompt-dialog-error-label, .prompt-dialog-info-label, .prompt-dialog-null-label { text-align: center; } .prompt-dialog-error-label { color: #FF6D00; } /* Polkit Dialog */ .polkit-dialog-user-layout { text-align: center; spacing: 8px; margin-bottom: 6px; } .polkit-dialog-user-layout .polkit-dialog-user-root-label { color: #FF6D00; } .polkit-dialog-user-layout .polkit-dialog-user-icon { border-radius: 5px; background-size: contain; } /* Audio selection dialog */ .audio-device-selection-dialog .modal-dialog-content-box { margin-bottom: 28px; } .audio-device-selection-dialog .audio-selection-box { spacing: 20px; } .audio-selection-device { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; } .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { background-color: #F0544C; color: #FFFFFF; } .audio-selection-device-box { padding: 20px; spacing: 20px; } .audio-selection-device-icon { icon-size: 64px; } /* Access Dialog */ .access-dialog { spacing: 30px; } .access-dialog-main-layout { padding: 12px 20px 0; spacing: 12px; } .access-dialog-content { max-width: 28em; spacing: 20px; } .access-dialog-icon { min-width: 48px; icon-size: 48px; } .access-dialog-title { font-weight: bold; } .access-dialog-subtitle { color: rgba(0, 0, 0, 0.48); font-weight: bold; } /* Geolocation Dialog */ .geolocation-dialog { spacing: 30px; } .geolocation-dialog-main-layout { spacing: 12px; } .geolocation-dialog-content { spacing: 20px; } .geolocation-dialog-icon { icon-size: 48px; } .geolocation-dialog-title { font-weight: bold; } .geolocation-dialog-reason { color: rgba(0, 0, 0, 0.48); font-weight: bold; } /* Extension Dialog */ .extension-dialog .message-dialog-main-layout { spacing: 24px; padding: 10px; } .extension-dialog .message-dialog-title { font-weight: normal; color: rgba(0, 0, 0, 0.48); } /* Inhibit-Shortcuts Dialog */ .inhibit-shortcuts-dialog { spacing: 30px; } /* Network Agent Dialog */ .network-dialog-secret-table { spacing-rows: 15px; spacing-columns: 1em; } .keyring-dialog-control-table { spacing-rows: 15px; spacing-columns: 1em; } /* Popovers/Menus */ .popup-menu { min-width: 15em; color: rgba(0, 0, 0, 0.8); border-image: url("assets/menu.svg") 18 18 18 18; box-shadow: none; } .popup-menu .popup-sub-menu { background: none; box-shadow: none; border-image: url("assets/submenu.svg") 18 18 2 2; } .popup-menu .popup-menu-content { padding: 1em 0; } .popup-menu .popup-menu-item { spacing: 12px; padding: 6px; transition-duration: 0s; } .popup-menu .popup-menu-item:ltr { padding-right: 1.75em; padding-left: 0; } .popup-menu .popup-menu-item:rtl { padding-right: 0; padding-left: 1.75em; } .popup-menu .popup-menu-item:checked { color: rgba(0, 0, 0, 0.8); font-weight: normal; background: none; box-shadow: none; border-image: url("assets/submenu-open.svg") 18 18 2 2; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { color: #FFFFFF; background-color: transparent; border-image: url("assets/menu-hover.svg") 18 18 2 2; } .popup-menu .popup-menu-item:insensitive { color: rgba(0, 0, 0, 0.28); } .popup-menu .popup-inactive-menu-item { color: rgba(0, 0, 0, 0.8); } .popup-menu .popup-inactive-menu-item:insensitive { color: rgba(0, 0, 0, 0.28); } .popup-menu.panel-menu { -boxpointer-gap: 4px; margin-bottom: 1.75em; } .popup-menu-ornament { text-align: right; width: 16px; height: 16px; } .popup-menu-boxpointer { -arrow-border-radius: 2px; -arrow-background-color: transparent; -arrow-border-width: 1px; -arrow-border-color: transparent; -arrow-base: 0; -arrow-rise: 0; border: 0 none transparent; } .popup-menu-boxpointer StEntry, .popup-menu-boxpointer .search-entry, .popup-menu-boxpointer .app-folder-dialog .folder-name-container .folder-name-entry, .app-folder-dialog .folder-name-container .popup-menu-boxpointer .folder-name-entry { caret-color: rgba(0, 0, 0, 0.8); } .candidate-popup-boxpointer { -arrow-border-radius: 2px; -arrow-background-color: transparent; -arrow-border-width: 1px; -arrow-border-color: transparent; -arrow-base: 5px; -arrow-rise: 5px; border: 0 none transparent; background: transparent; color: rgba(0, 0, 0, 0.8); border-image: url("assets/menu.svg") 18 18 18 18; } .candidate-popup-boxpointer .candidate-popup-content { margin: 6px; } .popup-separator-menu-item { background: none; border: none; padding: 0; } .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px; background-color: rgba(0, 0, 0, 0.1); padding: 0 0; margin: 0 40px; } .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; margin: 0 40px 0 0; } .system-switch-user-submenu-icon.user-icon { icon-size: 20px; padding: 0 2px; } .system-switch-user-submenu-icon.default-icon { icon-size: 16px; padding: 0 4px; } #appMenu { spinner-image: url("process-working.svg"); spacing: 4px; } #appMenu .label-shadow { color: transparent; } .aggregate-menu { min-width: 21em; } .aggregate-menu .popup-menu-icon { padding: 0; margin: 0 4px; -st-icon-style: symbolic; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { /* 12px spacing + 2*4px padding */ padding-left: 24px; margin-left: 1em; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { /* 12px spacing + 2*4px padding */ padding-right: 24px; margin-right: 1em; } .system-menu-action { color: rgba(0, 0, 0, 0.6); border-radius: 100px; /* wish we could do 50% */ padding: 14px; border: none; -st-icon-style: symbolic; } .system-menu-action:hover, .system-menu-action:focus { background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.8); border: none; padding: 14px; } .system-menu-action:active { background-color: rgba(0, 0, 0, 0.24); color: rgba(0, 0, 0, 0.8); } .system-menu-action > StIcon { icon-size: 16px; } .background-menu { -boxpointer-gap: 4px; -arrow-rise: 0; } .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.75); border-radius: 99px; } .user-icon:hover { color: rgba(255, 255, 255, 0.75); } .user-icon StIcon { background-color: rgba(255, 255, 255, 0); border-radius: 99px; } .user-widget.vertical .user-icon { icon-size: 128px; } .user-widget.vertical .user-icon StIcon { padding: 20px; padding-top: 18px; padding-bottom: 22px; width: 88px; height: 88px; } .user-widget.horizontal .user-icon { icon-size: 64px; } .user-widget.horizontal .user-icon StIcon { padding: 12px; width: 40; height: 40px; } /* OSD */ .osd-window { text-align: center; font-weight: bold; spacing: 1em; margin: 32px; min-width: 64px; min-height: 64px; } .osd-window .osd-monitor-label { font-size: 45px; font-weight: 400; } .osd-window .level { height: 4px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.24); color: #F0544C; -barlevel-height: 3px; -barlevel-background-color: rgba(0, 0, 0, 0.15); -barlevel-active-background-color: #F0544C; -barlevel-overdrive-color: #FF5252; -barlevel-overdrive-separator-width: 3px; -barlevel-border-width: 0; } .osd-window .level-bar { background-color: #F0544C; border-radius: 3px; } /* App Switcher */ .switcher-popup { padding: 8px; spacing: 16px; } .switcher-list-item-container { spacing: 8px; } .switcher-list .item-box { padding: 8px; border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; border: none; background-color: rgba(0, 0, 0, 0.084); } .switcher-list .item-box:selected { background-color: #F0544C; color: #FFFFFF; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } .switcher-list .thumbnail { width: 256px; } .switcher-list .separator { width: 1px; background: rgba(0, 0, 0, 0.1); } .switcher-arrow { border-color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0.48); } .switcher-arrow:highlighted { color: rgba(0, 0, 0, 0.8); } .input-source-switcher-symbol { font-size: 45px; font-weight: 400; width: 96px; height: 96px; } /* Workspace Switcher */ .workspace-switcher-group { padding: 8px; } .workspace-switcher { background: transparent; border: 0px; border-radius: 0px; padding: 0px; spacing: 8px; } .ws-switcher-active-up, .ws-switcher-active-down { height: 48px; background-color: #F0544C; color: #FFFFFF; background-size: 32px; border-radius: 2px; } .ws-switcher-box { height: 48px; border: none; background: rgba(0, 0, 0, 0.084); border-radius: 2px; } .osd-window, .resize-popup, .switcher-list, .workspace-switcher-container { color: rgba(0, 0, 0, 0.8); background-color: #FAFAFA; border: none; box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); border-radius: 2px; padding: 12px; } /* Tiled window previews */ .tile-preview { background-color: rgba(242, 106, 100, 0.3); border: 1px solid #f26a64; } .tile-preview-left.on-primary { border-radius: 0 0 0 0; } .tile-preview-right.on-primary { border-radius: 0 0 0 0; } .tile-preview-left.tile-preview-right.on-primary { border-radius: 0 0 0 0; } /* TOP BAR */ #panel { background-color: #222222; font-weight: bold; height: 28px; box-shadow: none; } #panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { background-color: transparent; } #panel #panelLeft, #panel #panelCenter { spacing: 0; } #panel .panel-corner { -panel-corner-radius: 0; -panel-corner-background-color: rgba(0, 0, 0, 0.6); -panel-corner-border-width: 2px; -panel-corner-border-color: transparent; } #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { -panel-corner-border-color: #FFFFFF; } #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { -panel-corner-radius: 0; -panel-corner-background-color: transparent; -panel-corner-border-color: transparent; } #panel .panel-button { -natural-hpadding: 6px; -minimum-hpadding: 6px; font-weight: bold; color: #F0F0F0; transition-duration: 0.2s; } #panel .panel-button .app-menu-icon { -st-icon-style: symbolic; margin-left: 6px; margin-right: 6px; } #panel .panel-button .popup-menu-arrow { width: 0; height: 0; } #panel .panel-button:hover { color: rgba(255, 255, 255, 0.8); } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { background-color: rgba(255, 255, 255, 0.1); box-shadow: inset 0 -2px #F0544C; color: rgba(255, 255, 255, 0.8); border-image: none; } #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { icon-shadow: none; } #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { background-color: rgba(255, 255, 255, 0.1); box-shadow: inset 0 -2px #F0544C; } #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { background-color: transparent; box-shadow: none; } #panel .panel-button .system-status-icon { icon-size: 1.2307692308em; padding: 0 4px; } .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { color: rgba(255, 255, 255, 0.75); } .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { color: #FFFFFF; } #panel .panel-status-indicators-box, #panel .panel-status-menu-box { spacing: 2px; } #panel .power-status.panel-status-indicators-box { spacing: 0; } #panel .screencast-indicator { color: #DD2C00; } #panel .remote-access-indicator { color: #FF6D00; } #panel.solid { background-color: #222222; /* transition from transparent to solid */ transition-duration: 250ms; background-gradient-direction: none; text-shadow: none; } #panel.solid:overview { background-color: transparent; } #panel.solid .panel-corner { -panel-corner-background-color: #222222; } #panel.solid .panel-button { color: #F0F0F0; text-shadow: none; } #panel.solid .panel-button:hover, #panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { color: rgba(255, 255, 255, 0.8); } /* Date/Time Menu */ .clock-display-box { spacing: 3px; } .clock-display-box .clock { padding-left: 6px; padding-right: 6px; } #calendarArea { padding: 8px 16px; } .calendar { border: none; box-shadow: none; background: none; padding: 6px; margin: 4px; text-shadow: none; } .datemenu-calendar-column { spacing: 8px; border-style: solid; border-color: transparent; } .datemenu-calendar-column:ltr { border-left-width: 1px; } .datemenu-calendar-column:rtl { border-right-width: 1px; } .datemenu-displays-section { padding-bottom: 0; } .datemenu-today-button { min-height: 48px; padding: 8px; margin: 4px; } .datemenu-today-button, .world-clocks-button, .weather-button, .events-button, .message-list-section-title, .events-section-title { min-height: 20px; padding: 12px; margin: 4px; border-radius: 2px; border: none; box-shadow: none; background: none; color: rgba(0, 0, 0, 0.6); text-shadow: none; } .datemenu-today-button:hover, .datemenu-today-button:focus, .world-clocks-button:hover, .world-clocks-button:focus, .weather-button:hover, .weather-button:focus, .events-button:hover, .events-button:focus, .message-list-section-title:hover, .message-list-section-title:focus, .events-section-title:hover, .events-section-title:focus { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); text-shadow: none; } .datemenu-today-button:active, .world-clocks-button:active, .weather-button:active, .events-button:active, .message-list-section-title:active, .events-section-title:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .datemenu-today-button .date-label { font-size: 18pt; font-weight: 400; } .world-clocks-header, .weather-header, .message-list-section-title, .events-section-title { color: rgba(0, 0, 0, 0.6); font-weight: bold; } .weather-header.location { font-weight: normal; color: rgba(0, 0, 0, 0.48); } .weather-forecast-time { color: rgba(0, 0, 0, 0.48); font-feature-settings: "tnum"; font-weight: normal; padding-top: 0.2em; padding-bottom: 0.4em; } .weather-forecast-icon { icon-size: 32px; } .weather-forecast-temp { font-weight: bold; } .weather-grid, .world-clocks-grid { spacing-rows: 0.4em; spacing-columns: 0.8em; } .world-clocks-city { color: rgba(0, 0, 0, 0.48); font-weight: bold; font-size: 0.9em; } .world-clocks-time { color: rgba(0, 0, 0, 0.48); font-feature-settings: "tnum"; font-size: 1.2em; } .world-clocks-timezone { color: rgba(0, 0, 0, 0.48); font-feature-settings: "tnum"; font-size: 0.9em; } .calendar-month-label { height: 20px; margin: 2px; padding: 6px 16px; border-radius: 2px; color: rgba(0, 0, 0, 0.8); font-weight: bold; text-align: center; text-shadow: none; } .calendar-month-label:focus { background-color: rgba(0, 0, 0, 0.12); } .pager-button { width: 28px; height: 28px; margin: 2px; border-radius: 100px; background-color: transparent; color: rgba(0, 0, 0, 0.8); } .pager-button:hover, .pager-button:focus { background-color: rgba(0, 0, 0, 0.12); } .pager-button:active { background-color: rgba(0, 0, 0, 0.24); } .calendar-change-month-back { padding: 0 2px; background-image: url("assets/calendar-arrow-left.svg"); } .calendar-change-month-back:rtl { background-image: url("assets/calendar-arrow-right.svg"); } .calendar-change-month-forward { padding: 0 2px; background-image: url("assets/calendar-arrow-right.svg"); } .calendar-change-month-forward:rtl { background-image: url("assets/calendar-arrow-left.svg"); } .calendar-change-month-back StIcon, .calendar-change-month-forward StIcon { icon-size: 16px; } .calendar-day-base { font-size: 9pt; font-weight: 400; text-align: center; text-shadow: none; width: 28px; height: 28px; padding: 0; margin: 2px; border-radius: 100px; color: rgba(0, 0, 0, 0.6); } .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.12); } .calendar-day-base:active, .calendar-day-base:selected { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; } .calendar-day-base.calendar-day-heading { width: 28px; height: 21px; margin-top: 2px; padding: 7px 0 0; border-radius: 100px; background-color: transparent; color: rgba(0, 0, 0, 0.48); font-size: 9pt; font-weight: 400; font-weight: bold; text-align: center; text-shadow: none; } .calendar-day { border-width: 0; } .calendar-day-top { border-top-width: 0; } .calendar-day-left { border-left-width: 0; } .calendar-nonwork-day { color: rgba(0, 0, 0, 0.8); } .calendar-today { font-weight: bold !important; color: #FFFFFF; background-color: #F0544C; border: none; } .calendar-today:hover, .calendar-today:focus { background-color: #f1615a; color: #FFFFFF; } .calendar-today:active, .calendar-today:selected { background-color: #F0544C; color: #FFFFFF; } .calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { background-color: #f1615a; color: #FFFFFF; } .calendar-day-with-events { background-image: url("assets/calendar-today.svg"); } .calendar-day-with-events.calendar-work-day { color: rgba(0, 0, 0, 0.48); font-weight: bold; } .calendar-other-month-day { color: rgba(0, 0, 0, 0.28); opacity: 0.5; text-shadow: none; } .calendar-week-number { width: 28px; height: 21px; margin: 2px; padding: 7px 0 0; border-radius: 100px; background-color: transparent; color: rgba(0, 0, 0, 0.48); font-size: inherit; font-weight: bold; text-align: center; text-shadow: none; } /* Events */ .events-button .events-box { spacing: 6px; } .events-button .events-list { spacing: 12px; text-shadow: none; } .events-button .events-title { color: rgba(0, 0, 0, 0.48); font-weight: bold; margin-bottom: 4px; text-shadow: none; } .events-button .event-time { color: rgba(0, 0, 0, 0.28); font-feature-settings: "tnum"; } /* Message list */ .message-list { width: 31.5em; padding: 0 8px; } .message-list .message-list-placeholder { spacing: 12px; } .message-list-sections { spacing: 6px; margin: 0 16px; } .message-list-section-list { spacing: 6px; } .message-list-section-close > StIcon { icon-size: 16px; border-radius: 16px; padding: 6px; color: rgba(0, 0, 0, 0.6); background-color: transparent; } /* FIXME: how do you do this in sass? */ .message-list-section-close:hover > StIcon, .message-list-section-close:focus > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message-list-section-close:active > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message { min-height: 56px; margin: 4px; background-color: transparent; border: none; border-radius: 2px; color: rgba(0, 0, 0, 0.6); box-shadow: none; text-shadow: none; /* FIXME: how do you do this in sass? */ } .message:hover, .message:focus { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message .message-icon-bin { margin: 8px 0; padding: 8px 0px 8px 8px; } .message .message-icon-bin:rtl { padding: 8px 8px 8px 0px; } .message .message-icon-bin > StIcon { icon-size: 32px; -st-icon-style: symbolic; } .message .message-icon-bin > .fallback-app-icon, .message .message-icon-bin > .fallback-window-icon { width: 16px; height: 16px; } .message .message-secondary-bin { color: rgba(0, 0, 0, 0.48); padding: 0 8px; text-shadow: none; } .message .message-secondary-bin > .event-time { color: rgba(0, 0, 0, 0.28); font-size: 0.7em; /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ padding-bottom: 0.13em; text-shadow: none; } .message .message-secondary-bin > StIcon { icon-size: 16px; } .message .message-close-button { color: rgba(0, 0, 0, 0.6); } .message .message-close-button:hover, .message .message-close-button:active { color: rgba(0, 0, 0, 0.8); } .message .message-body { color: rgba(0, 0, 0, 0.6); } .message .message-title { min-height: 18px; padding-top: 2px; color: rgba(0, 0, 0, 0.8); font-weight: bold; font-size: 1em; text-shadow: none; } .message .message-content { padding: 12px; color: rgba(0, 0, 0, 0.6); font-size: 1em; spacing: 4px; text-shadow: none; } .message .message-content * > StIcon { icon-size: 16px; border-radius: 16px; padding: 2px; color: rgba(0, 0, 0, 0.6); } .message .message-content *:hover > StIcon, .message .message-content *:focus > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message .message-content *:active > StIcon { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message-media-control { margin: 18px 3px; padding: 8px; border-radius: 100px; color: rgba(0, 0, 0, 0.6); } .message-media-control:hover, .message-media-control:focus { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); } .message-media-control:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); } .message-media-control:insensitive { color: rgba(0, 0, 0, 0.21); } .message-media-control:last-child:ltr { margin-right: 16px; padding-right: 8px; } .message-media-control:last-child:rtl { margin-left: 16px; padding-left: 8px; } .media-message-cover-icon { icon-size: 48px !important; border-radius: 5px; } .media-message-cover-icon.fallback { icon-size: 48px !important; border: none; border-radius: 5px; background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.48); } .ripple-box { width: 48px; height: 48px; border-radius: 0 0 48px 0; background-color: rgba(240, 84, 76, 0.35); background-image: none; background-size: auto; } .ripple-box:rtl { border-radius: 0 0 0 48px; background-image: none; } .ripple-pointer-location { width: 50px; height: 50px; border-radius: 25px; background-color: rgba(252, 219, 217, 0.3); box-shadow: 0 0 2px 2px #f8aeaa; } .pie-timer { width: 60px; height: 60px; -pie-border-width: 3px; -pie-border-color: #F0544C; -pie-background-color: rgba(255, 255, 255, 0.3); } .popup-menu-arrow { width: 16px; height: 16px; } .popup-menu-icon { icon-size: 1.2307692308em; } .window-close { background-size: 26px; height: 26px; width: 26px; -shell-close-overlap: 10px; border-radius: 100px; border: 0 none transparent; background-color: transparent; color: transparent; box-shadow: none; background-image: url("assets/window-close.svg"); } .window-close StIcon { icon-size: 26px; } .window-close:hover { background-size: 26px; height: 26px; width: 26px; background-image: url("assets/window-close-hover.svg"); } .window-close:active { background-size: 26px; height: 26px; width: 26px; background-image: url("assets/window-close-active.svg"); } /* NETWORK DIALOGS */ .nm-dialog { max-height: 500px; min-height: 450px; min-width: 470px; } .nm-dialog-content { spacing: 20px; padding: 24px; } .nm-dialog-header-hbox { spacing: 10px; } .nm-dialog-airplane-box { spacing: 12px; } .nm-dialog-airplane-headline { font-weight: bold; text-align: center; } .nm-dialog-airplane-text { color: rgba(0, 0, 0, 0.8); } .nm-dialog-header-icon { icon-size: 32px; } .nm-dialog-scroll-view { border: 1px solid rgba(0, 0, 0, 0.1); padding: 0; background-color: #f2f2f2; border-radius: 2px; } .nm-dialog-header { font-size: 15pt; font-weight: 500; } .nm-dialog-item { font-size: 1em; border-bottom: none; border-radius: 2px; padding: 12px; spacing: 20px; } .nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(0, 0, 0, 0.12); } .nm-dialog-item:active { background-color: rgba(0, 0, 0, 0.24); } .nm-dialog-item:selected { background-color: #F0544C; color: #FFFFFF; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { icon-size: 16px; } .no-networks-label { color: rgba(0, 0, 0, 0.48); } .no-networks-box { spacing: 12px; } /* OVERVIEW */ #overview { spacing: 24px; /* App Vault/Grid */ } #overview .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; -shell-grid-vertical-item-size: 136px; } #overview .icon-grid .overview-icon { icon-size: 96px; } #overview .app-view-controls { width: 320px; padding-bottom: 32px; } #overview .app-view-control { padding: 0 16px; margin: 0; font-weight: bold; color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(0, 0, 0, 0.8); } #overview .app-view-control:hover { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.15); box-shadow: none; } #overview .app-view-control:active { color: #FFFFFF; background-color: #F0544C; border: 1px solid rgba(0, 0, 0, 0.8); box-shadow: none; } #overview .app-view-control:checked { color: #FFFFFF; background-color: #F0544C; border: 1px solid rgba(0, 0, 0, 0.8); box-shadow: none; } #overview .app-view-control:first-child { border-right-width: 0; border-radius: 2px 0 0 2px; } #overview .app-view-control:first-child:checked { border-radius: 2px 0 0 2px; } #overview .app-view-control:last-child { border-left-width: 0; border-radius: 0 2px 2px 0; } #overview .app-view-control:last-child:checked { border-radius: 0 2px 2px 0; } .overview-controls { padding-bottom: 32px; } .window-picker { -horizontal-spacing: 32px; -vertical-spacing: 32px; padding-left: 32px; padding-right: 32px; padding-bottom: 48px; } .window-picker.external-monitor { padding: 32px; } .window-clone-border { border: 4px solid rgba(240, 84, 76, 0.7); border-radius: 2px; box-shadow: inset 0 0 0 1px rgba(240, 84, 76, 0.7); } .window-caption { spacing: 25px; color: #FFFFFF; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; padding: 4px 8px; -shell-caption-spacing: 12px; border: none; font-weight: normal; } .window-caption:hover { background-color: rgba(240, 84, 76, 0.8); color: #FFFFFF; } .search-entry, .app-folder-dialog .folder-name-container .folder-name-entry { width: 320px; padding: 0 8px; border-radius: 20px; color: #FAFAFA; caret-color: #FAFAFA; background-color: rgba(255, 255, 255, 0.1); box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.8); text-shadow: none; } .search-entry:hover, .app-folder-dialog .folder-name-container .folder-name-entry:hover { box-shadow: none; background-color: rgba(255, 255, 255, 0.15); } .search-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon { color: #FFFFFF; } .search-entry:focus, .app-folder-dialog .folder-name-container .folder-name-entry:focus { padding: 0 8px; color: #FFFFFF; background-color: rgba(255, 255, 255, 0.1); box-shadow: none; border: 1px solid #F0544C; } .search-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry:insensitive { color: rgba(255, 255, 255, 0.2625); box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.45); } .search-entry:insensitive StLabel.hint-text, .app-folder-dialog .folder-name-container .folder-name-entry:insensitive StLabel.hint-text, .search-entry:insensitive .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:insensitive .search-entry-icon { color: rgba(255, 255, 255, 0.2625); } .search-entry StLabel.hint-text, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { margin-left: 2px; color: rgba(250, 250, 250, 0.7); } .search-entry .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { icon-size: 16px; padding: 0 0; color: #FAFAFA; } #searchResultsContent { max-width: 1024px; spacing: 8px; } .list-search-results { spacing: 3px; } .search-section-separator { height: 0; background-color: transparent; } .search-provider-icon-more { width: 16px; height: 16px; background-image: url("assets/more-results.svg"); } .search-section { spacing: 16px; } .search-section .search-section-separator { height: 0; background-color: transparent; } .search-section-content { background-color: rgba(255, 255, 255, 0.1); border-radius: 3px; border: none; box-shadow: none; text-shadow: none; color: #FFFFFF; padding: 18px; spacing: 8px; } .list-search-result, .search-provider-icon { transition-duration: 0ms; } .list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { background-color: #FFFFFF; transition-duration: 200ms; } .list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { background-color: rgba(255, 255, 255, 0.1); } .search-provider-icon .list-search-provider-content { spacing: 12px; } .search-provider-icon .list-search-provider-content .list-search-provider-details { width: 120px; margin-top: 0; color: #ebebeb; } .list-search-results { spacing: 6px; } .list-search-result .list-search-result-content { spacing: 6px; } .list-search-result .list-search-result-title { spacing: 8px; font-weight: bold; font-size: 1em; } .list-search-result .list-search-result-description { color: rgba(255, 255, 255, 0.75); } /* DASHBOARD */ #dash { font-size: 1em; color: #FFFFFF; background-color: rgba(255, 255, 255, 0.1); padding: 3px 0; border: none; border-left: 0px; border-radius: 0px 2px 2px 0px; } #dash:rtl { border-radius: 2px 0 0 2px; } #dash .placeholder { background-image: url("assets/dash-placeholder.svg"); background-size: contain; height: 24px; } #dash .empty-dash-drop-target { width: 24px; height: 24px; } .dash-item-container > StWidget { padding: 3px 6px; } .dash-label { min-height: 20px; border-radius: 2px; padding: 6px 8px; color: rgba(0, 0, 0, 0.8); background-color: #FAFAFA; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); text-align: center; -x-offset: 8px; } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { background-color: rgba(255, 255, 255, 0.15); transition-duration: 0s; } .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { background-color: rgba(255, 255, 255, 0.3); transition-duration: 0.2s; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon, .app-well-app.app-folder:hover .overview-icon, .app-well-app.app-folder:focus .overview-icon, .app-well-app.app-folder:selected .overview-icon, .show-apps:hover .overview-icon, .show-apps:focus .overview-icon, .show-apps:selected .overview-icon, .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { background-color: rgba(255, 255, 255, 0.15); transition-duration: 0s; border-image: none; background-image: none; } .app-well-app:active .overview-icon, .app-well-app:checked .overview-icon, .app-well-app.app-folder:active .overview-icon, .app-well-app.app-folder:checked .overview-icon, .show-apps:active .overview-icon, .show-apps:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(255, 255, 255, 0.3); box-shadow: 0 0 transparent; transition-duration: 0.2s; } .app-well-app-running-dot { width: 16px; height: 2px; background-color: rgba(255, 255, 255, 0.3); margin-bottom: 0; border-radius: 0; } StWidget.focused .app-well-app-running-dot { width: 24px; background-color: #F0544C; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .show-apps .overview-icon, .grid-search-result .overview-icon { color: #FFFFFF; border-radius: 3px; padding: 6px; border: none; transition-duration: 100ms; text-align: center; } .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.1); } .show-apps .show-apps-icon { color: rgba(255, 255, 255, 0.75); } .show-apps:hover .show-apps-icon, .show-apps:active .show-apps-icon, .show-apps:checked .show-apps-icon, .show-apps:focus .show-apps-icon { color: #FFFFFF; transition-duration: 0.2s; } .app-folder-popup { -arrow-border-radius: 2px; -arrow-background-color: rgba(255, 255, 255, 0.1); -arrow-base: 24px; -arrow-rise: 12px; } .app-folder-popup-bin { padding: 5px; } .app-folder-icon { padding: 4px; spacing-rows: 4px; spacing-columns: 4px; } .page-indicator { padding: 15px 20px; } .page-indicator .page-indicator-icon { width: 12px; height: 12px; border-radius: 12px; margin: 0; padding: 0; background-image: none; color: transparent; border: none; box-shadow: none; background-color: rgba(255, 255, 255, 0.3); } .page-indicator:hover .page-indicator-icon { margin: 0; padding: 0; background-image: none; color: transparent; border: none; box-shadow: none; background-color: rgba(255, 255, 255, 0.6); } .page-indicator:active .page-indicator-icon, .page-indicator:checked .page-indicator-icon { margin: 0; padding: 0; background-image: none; color: transparent; border: none; box-shadow: none; background-color: rgba(255, 255, 255, 0.6); transition-duration: 0s; } .page-indicator:checked:active { background-image: none; } .app-well-app > .overview-icon.overview-icon-with-label, .grid-search-result .overview-icon.overview-icon-with-label { padding: 4px 8px 8px 8px; spacing: 6px; } /* App Folders */ .app-folder { background: none; } .app-folder-dialog { border-radius: 8px; border: none; spacing: 12px; background-color: rgba(9, 9, 9, 0.75); border: 1px solid rgba(255, 255, 255, 0.15); } .app-folder-dialog .folder-name-container { padding: 24px 36px 0; spacing: 12px; /* FIXME: this is to keep the label in sync with the entry */ } .app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { font-size: 18pt; font-weight: bold; } .app-folder-dialog .folder-name-container .folder-name-label { padding: 5px 7px; color: #FFFFFF; } .app-folder-dialog .folder-name-container .edit-folder-button { background-color: rgba(255, 255, 255, 0.1); color: #FFFFFF; border: none; background-image: none; padding: 0; width: 36px; height: 36px; border-radius: 18px; } .app-folder-dialog .folder-name-container .edit-folder-button > StIcon { icon-size: 16px; } .app-folder-dialog .folder-name-container .edit-folder-button:hover { background-color: rgba(255, 255, 255, 0.15); background-image: none; } .app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { background-color: rgba(255, 255, 255, 0.25); background-image: none; } .app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { background-color: transparent; } .app-folder-dialog-container { padding: 12px; width: 600px; height: 600px; } .workspace-thumbnails { visible-width: 32px; spacing: 12px; padding: 12px; border-radius: 2px 0 0 2px; } .workspace-thumbnails:rtl { border-radius: 0 2px 2px 0; } .workspace-thumbnail-indicator { border: 0 solid #F0544C; border-left-width: 2px; padding: 6px; border-radius: 0; } .workspace-thumbnails { color: #FFFFFF; background-color: rgba(255, 255, 255, 0.1); border: none; } .search-statustext, .no-frequent-applications-label { font-size: 2em; font-weight: bold; color: rgba(255, 255, 255, 0.6); } /* NOTIFICATIONS & MESSAGE TRAY */ .url-highlighter { link-color: #F0544C; } .notification-banner { font-size: 1em; width: 34em; min-height: 56px; margin: 5px; border-radius: 2px; color: rgba(0, 0, 0, 0.8); background-color: #FAFAFA; border: none; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); } .notification-banner:hover { background-color: #FAFAFA; } .notification-banner:focus { background-color: #FAFAFA; } .notification-banner .notification-icon { padding: 5px; } .notification-banner .notification-content { padding: 5px; spacing: 5px; } .notification-banner .secondary-icon { icon-size: 1.2307692308em; } .notification-banner .notification-actions { background-color: transparent; padding-top: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); spacing: 1px; } .notification-banner .notification-button { min-height: 40px; padding: 0 16px; background-color: transparent; color: rgba(0, 0, 0, 0.6); font-weight: 500; } .notification-banner .notification-button:first-child { border-radius: 0 0 0 2px; } .notification-banner .notification-button:last-child { border-radius: 0 0 2px 0; } .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.8); } .notification-banner .notification-button:active { background-color: rgba(0, 0, 0, 0.24); color: rgba(0, 0, 0, 0.8); } .summary-source-counter { font-size: 1em; font-weight: bold; height: 1.6em; width: 1.6em; -shell-counter-overlap-x: 3px; -shell-counter-overlap-y: 3px; background-color: #F0544C; color: #FFFFFF; border: 2px solid #FFFFFF; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); border-radius: 0.9em; } .secondary-icon { icon-size: 1.2307692308em; } .chat-body { spacing: 5px; } .chat-response { margin: 5px; } .chat-log-message { color: rgba(0, 0, 0, 0.8); } .chat-new-group { padding-top: 1em; } .chat-received { padding-left: 4px; } .chat-received:rtl { padding-left: 0px; padding-right: 4px; } .chat-sent { padding-left: 18pt; color: rgba(0, 0, 0, 0.6); } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } .chat-meta-message { padding-left: 4px; font-size: 9pt; font-weight: 400; color: rgba(0, 0, 0, 0.48); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } .hotplug-transient-box { spacing: 6px; padding: 2px 72px 2px 12px; } .hotplug-notification-item { padding: 2px 10px; } .hotplug-notification-item:focus { padding: 1px 71px 1px 11px; } .hotplug-notification-item-icon { icon-size: 24px; padding: 2px 5px; } .hotplug-resident-box { spacing: 8px; } .hotplug-resident-mount { spacing: 8px; border-radius: 2px; } .hotplug-resident-mount:hover { background-color: rgba(0, 0, 0, 0.12); } .hotplug-resident-mount:active { background-color: rgba(0, 0, 0, 0.24); } .hotplug-resident-mount-label { color: inherit; padding-left: 6px; } .hotplug-resident-mount-icon { icon-size: 24px; padding-left: 6px; } .hotplug-resident-eject-icon { icon-size: 16px; } .hotplug-resident-eject-button { padding: 7px; border-radius: 2px; color: rgba(0, 0, 0, 0.8); } /* Eeeky things */ .legacy-tray { background-color: rgba(0, 0, 0, 0.6); color: #FFFFFF; border: none; border-bottom-width: 0; } .legacy-tray:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } .legacy-tray:rtl { border-radius: 2px 0 0 0; border-right-width: 0; } .legacy-tray-handle, .legacy-tray-icon { padding: 6px; } .legacy-tray-handle StIcon, .legacy-tray-icon StIcon { icon-size: 24px; } .legacy-tray-handle:hover, .legacy-tray-handle:focus, .legacy-tray-icon:hover, .legacy-tray-icon:focus { background-color: rgba(255, 255, 255, 0.15); } .legacy-tray-handle:active, .legacy-tray-icon:active { background-color: rgba(255, 255, 255, 0.3); } .legacy-tray-icon-box { spacing: 12px; } .legacy-tray-icon-box:ltr { padding-left: 12px; } .legacy-tray-icon-box:rtl { padding-right: 12px; } .legacy-tray-icon-box StButton { width: 24px; height: 24px; } .magnifier-zoom-region { border: 2px solid #F0544C; } .magnifier-zoom-region.full-screen { border-width: 0; } /* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; min-height: 20pt; } #keyboard { background-color: rgba(16, 16, 16, 0.95); box-shadow: none; } #keyboard .page-indicator { padding: 6px; } #keyboard .page-indicator .page-indicator-icon { width: 8px; height: 8px; } .key-container, .keyboard-layout { padding: 4px; spacing: 4px; } .keyboard-key { min-height: 2em; min-width: 2em; font-size: 14pt; font-weight: bold; border-radius: 3px; border: none; color: #FFFFFF; background-color: #484848; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.75); } .keyboard-key:focus, .keyboard-key:hover { color: #FFFFFF; background-color: #f4817b; } .keyboard-key:checked, .keyboard-key:active { color: #FFFFFF; background-color: #f2665f; } .keyboard-key:grayed { background-color: #484848; color: #FFFFFF; } .keyboard-key.default-key, .keyboard-key.enter-key, .keyboard-key.shift-key-lowercase, .keyboard-key.shift-key-uppercase, .keyboard-key.hide-key, .keyboard-key.layout-key { background-color: #2f2f2f; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.75); } .keyboard-key.default-key:focus, .keyboard-key.default-key:hover, .keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover, .keyboard-key.shift-key-lowercase:focus, .keyboard-key.shift-key-lowercase:hover, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.hide-key:focus, .keyboard-key.hide-key:hover, .keyboard-key.layout-key:focus, .keyboard-key.layout-key:hover { color: #FFFFFF; background-color: #484848; } .keyboard-key.default-key:checked, .keyboard-key.default-key:active, .keyboard-key.enter-key:checked, .keyboard-key.enter-key:active, .keyboard-key.shift-key-lowercase:checked, .keyboard-key.shift-key-lowercase:active, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active, .keyboard-key.hide-key:checked, .keyboard-key.hide-key:active, .keyboard-key.layout-key:checked, .keyboard-key.layout-key:active { color: #FFFFFF; background-color: #393939; } .keyboard-key.enter-key { background-color: #F0544C; } .keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { color: #FFFFFF; background-color: #f26a64; } .keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { color: #FFFFFF; background-color: #ec271d; } .keyboard-key StIcon { icon-size: 1.125em; } .keyboard-subkeys { color: inherit; -arrow-border-radius: 3px; -arrow-background-color: rgba(0, 0, 0, 0.75); -arrow-border-width: 0; -arrow-border-color: transparent; -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 5px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35); } .emoji-page .keyboard-key { background-color: transparent; border: none; color: initial; } .emoji-panel .keyboard-key:latched { border-color: #f26a64; background-color: #F0544C; } .word-suggestions { spacing: 12px; min-height: 20pt; } .candidate-popup-content { padding: 8px; spacing: 0; } .candidate-index { padding: 0 4px 0 0; color: rgba(0, 0, 0, 0.48); } .candidate-box:selected .candidate-index { color: rgba(255, 255, 255, 0.6); } .candidate-box { transition-duration: 0s; min-height: 28px; padding: 0 8px; border-radius: 2px; } .candidate-box:hover { background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.8); } .candidate-box:active { background-color: rgba(0, 0, 0, 0.24); color: rgba(0, 0, 0, 0.8); } .candidate-box:selected { background-color: #F0544C; color: #FFFFFF; } .candidate-page-button-box { height: 28px; } .vertical .candidate-page-button-box { padding-top: 0; } .horizontal .candidate-page-button-box { padding-left: 0; } .candidate-page-button { min-width: 28px; min-height: 28px; padding: 0; } .candidate-page-button-previous { border-radius: 2px; border-right-width: 0; } .candidate-page-button-next { border-radius: 2px; } .candidate-page-button-icon { icon-size: 1.2307692308em; } /* Auth Dialogs & Screen Shield */ .framed-user-icon { background-size: contain; border: none; color: #FFFFFF; border-radius: 2px; } .framed-user-icon:hover { border-color: #FFFFFF; color: #FFFFFF; } .login-dialog-banner-view { padding-top: 24px; max-width: 23em; } .login-dialog { background-color: transparent; } .login-dialog StEntry { color: #FFFFFF; caret-color: #FFFFFF; selection-background-color: #F0544C; selected-color: #FFFFFF; border: 1px solid rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.1); } .login-dialog StEntry:focus { border: 1px solid #F0544C; background-color: rgba(255, 255, 255, 0.1); selection-background-color: #F0544C; selected-color: #FFFFFF; } .login-dialog StEntry:insensitive { color: rgba(0, 0, 0, 0.28); border-color: rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; color: rgba(255, 255, 255, 0.35); } .login-dialog .modal-dialog-button-box { spacing: 3px; } .login-dialog .modal-dialog-button { padding: 4px 18px; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.24); } .login-dialog .modal-dialog-button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default { color: rgba(0, 0, 0, 0.6); background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.24); } .login-dialog .modal-dialog-button:default:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(194, 194, 194, 0.94); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:insensitive { color: rgba(0, 0, 0, 0.21); background-color: rgba(0, 0, 0, 0.084); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .login-dialog .cancel-button, .login-dialog .switch-user-button, .login-dialog .login-dialog-session-list-button { padding: 0; border-radius: 100px; width: 32px; height: 32px; border: 0 solid transparent; background-color: rgba(0, 0, 0, 0); } .login-dialog .cancel-button, .login-dialog .cancel-button:hover, .login-dialog .cancel-button:active, .login-dialog .cancel-button:focus, .login-dialog .switch-user-button, .login-dialog .switch-user-button:hover, .login-dialog .switch-user-button:active, .login-dialog .switch-user-button:focus, .login-dialog .login-dialog-session-list-button, .login-dialog .login-dialog-session-list-button:hover, .login-dialog .login-dialog-session-list-button:active, .login-dialog .login-dialog-session-list-button:focus { border-width: 0; } .login-dialog .cancel-button StIcon, .login-dialog .switch-user-button StIcon, .login-dialog .login-dialog-session-list-button StIcon { icon-size: 16px; } .login-dialog .caps-lock-warning-label, .login-dialog .login-dialog-message-warning { color: #FF6D00; } .login-dialog-logo-bin { padding: 24px 0px; } .login-dialog-banner { color: rgba(255, 255, 255, 0.75); } .login-dialog-button-box { width: 23em; spacing: 5px; } .login-dialog-message { text-align: center; } .login-dialog-message-warning { color: #FF6D00; } .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } .login-dialog-user-selection-box { padding: 100px 0px; } .login-dialog-not-listed-label { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { color: #FFFFFF; } .login-dialog-not-listed-label { font-size: 1em; font-weight: bold; color: rgba(255, 255, 255, 0.75); padding-top: 1em; } .login-dialog-not-listed-label:hover { color: #FFFFFF; } .login-dialog-not-listed-label:focus { background-color: rgba(255, 255, 255, 0.15); } .login-dialog-user-list-view { -st-vfade-offset: 1em; } .login-dialog-user-list { spacing: 12px; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { background-color: rgba(255, 255, 255, 0.15); color: #FFFFFF; } .login-dialog-user-list:expanded .login-dialog-user-list-item:hover { background-color: rgba(255, 255, 255, 0.15); color: #FFFFFF; } .login-dialog-user-list:expanded .login-dialog-user-list-item:active { background-color: rgba(255, 255, 255, 0.3); color: #FFFFFF; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid #FFFFFF; } .login-dialog-user-list-item { border-radius: 3px; padding: 6px; color: rgba(255, 255, 255, 0.75); } .login-dialog-user-list-item:ltr .user-widget { padding-right: 1em; } .login-dialog-user-list-item:rtl .user-widget { padding-left: 1em; } .login-dialog-user-list-item:hover { background-color: rgba(255, 255, 255, 0.15); color: #FFFFFF; } .login-dialog-user-list-item:active { background-color: rgba(255, 255, 255, 0.3); color: #FFFFFF; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin-top: 6px; background-color: #FFFFFF; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { background-color: #FFFFFF; } .user-widget-label { color: #FFFFFF; } .user-widget.horizontal .user-widget-label { font-weight: bold; text-align: left; padding-left: 15px; } .user-widget.horizontal .user-widget-label:ltr { padding-left: 14px; } .user-widget.horizontal .user-widget-label:rtl { padding-right: 14px; } .user-widget.vertical .user-widget-label { text-align: center; font-weight: normal; padding-top: 16px; } .login-dialog-prompt-entry { height: 1.5em; } .login-dialog-prompt-layout { padding-top: 24px; padding-bottom: 12px; spacing: 8px; width: 23em; } .login-dialog-prompt-label { color: rgba(255, 255, 255, 0.6); font-size: 1em; padding-top: 1em; } .screen-shield-arrows { padding-bottom: 3em; } .screen-shield-arrows Gjs_Arrow { color: white; width: 80px; height: 48px; -arrow-thickness: 12px; -arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); } .screen-shield-clock { color: white; text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); font-weight: normal; text-align: center; padding-bottom: 1.5em; } .screen-shield-clock-time { font-size: 112px; font-weight: 300; text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); } .screen-shield-clock-date { font-size: 45px; font-weight: 400; } .screen-shield-notifications-container { spacing: 6px; width: 30em; background-color: transparent; max-height: 500px; } .screen-shield-notifications-container .summary-notification-stack-scrollview { padding-top: 0; padding-bottom: 0; } .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 8px; border: none; background-color: rgba(0, 0, 0, 0.3); color: #FFFFFF; border-radius: 2px; } .screen-shield-notifications-container .notification { margin-right: 16px; } .screen-shield-notification-label { min-height: 18px; padding: 2px 0px 0px 16px; font-weight: bold; } .screen-shield-notification-count-text { min-height: 18px; padding: 2px 0px 0px 16px; color: rgba(255, 255, 255, 0.75); } #panel.lock-screen { background-color: rgba(0, 0, 0, 0.3); } .screen-shield-background { background: black; box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); } #lockDialogGroup { background: #374040 url("assets/noise-texture.png"); background-repeat: repeat; } #LookingGlassDialog { color: rgba(0, 0, 0, 0.6); background-color: rgba(250, 250, 250, 0.95); spacing: 4px; padding: 0; border: none; border-radius: 2px; box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); } #LookingGlassDialog > #Toolbar { padding: 0 8px; border: none; border-radius: 0; background-color: rgba(250, 250, 250, 0.01); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); } #LookingGlassDialog .labels { spacing: 0; } #LookingGlassDialog .notebook-tab { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; color: rgba(0, 0, 0, 0.48); transition-duration: 0.2s; padding-left: 16px; padding-right: 16px; min-height: 32px; padding: 0 32px; border-bottom-width: 2px; } #LookingGlassDialog .notebook-tab:hover { color: rgba(0, 0, 0, 0.8); text-shadow: none; box-shadow: inset 0 -2px rgba(0, 0, 0, 0.24); } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 2px; border-color: transparent; background-color: rgba(250, 250, 250, 0.01); box-shadow: inset 0 -2px #F0544C; color: rgba(0, 0, 0, 0.8); text-shadow: none; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } #LookingGlassDialog StBoxLayout#ResultsArea { spacing: 4px; } .lg-dialog StEntry { selection-background-color: #F0544C; selected-color: #FFFFFF; } .lg-dialog .shell-link { color: #F0544C; } .lg-dialog .shell-link:hover { color: #F0544C; } .lg-completions-text { font-size: 1em; font-style: italic; } .lg-obj-inspector-title { spacing: 4px; } .lg-obj-inspector-button { min-height: 32px; padding: 0 16px; border: none; border-radius: 2px; font-size: 9.75pt; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.12); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.24); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:insensitive { color: rgba(0, 0, 0, 0.21); background-color: transparent; border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .lg-obj-inspector-button:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: none; color: #F0544C; } .lg-obj-inspector-button:hover { border: none; } #lookingGlassExtensions { padding: 4px; } .lg-extensions-list { padding: 4px; spacing: 6px; } .lg-extension { border: none; border-radius: 3px; padding: 4px; background-color: rgba(0, 0, 0, 0.06); } .lg-extension-name { font-size: 18pt; font-weight: 400; } .lg-extension-meta { spacing: 6px; } #LookingGlassPropertyInspector { background: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; padding: 6px; box-shadow: none; } #dashtodockContainer { background: transparent; } #dashtodockContainer #dash, #dashtodockContainer:overview #dash, #dashtodockContainer.extended #dash, #dashtodockContainer.extended:overview #dash { padding: 0; border: none; margin: 0; } #dashtodockContainer.top #dash, #dashtodockContainer.top:overview #dash { border-radius: 0 0 3px 3px; } #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.extended:overview #dash { border-radius: 0 0 3px 3px; } #dashtodockContainer.bottom #dash, #dashtodockContainer.bottom:overview #dash { border-radius: 3px 3px 0 0; } #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.extended:overview #dash { border-radius: 3px 3px 0 0; } #dashtodockContainer.left #dash, #dashtodockContainer.left:overview #dash { border-radius: 0 3px 3px 0; } #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.extended:overview #dash { border-radius: 0 3px 3px 0; } #dashtodockContainer.right #dash, #dashtodockContainer.right:overview #dash { border-radius: 3px 0 0 3px; } #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.extended:overview #dash { border-radius: 3px 0 0 3px; } #dashtodockContainer #dash { background-color: rgba(0, 0, 0, 0.6); box-shadow: none; } #dashtodockContainer.opaque #dash { background-color: #222222; } #dashtodockContainer.transparent #dash { background-color: rgba(0, 0, 0, 0.3); } #dashtodockContainer:overview #dash { background-color: rgba(255, 255, 255, 0.1); } #dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { background-color: transparent !important; box-shadow: none !important; } #dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { background-color: #222222; } #dashtodockContainer .app-well-app .overview-icon, #dashtodockContainer .show-apps .overview-icon { padding: 8px; background-size: contain; } #dash:desktop { background-color: rgba(0, 0, 0, 0.6); } .openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { border: 1px solid transparent; background: none; } .openweather-provider { padding: 0 16px; font-weight: 500; color: rgba(0, 0, 0, 0.6); background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .openweather-provider:hover { color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .openweather-provider:focus { color: rgba(0, 0, 0, 0.8); text-shadow: none; icon-shadow: none; box-shadow: inset 0px 0px 0px 2px rgba(240, 84, 76, 0.35); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.24); } .openweather-provider:active { color: rgba(0, 0, 0, 0.8); background-color: rgba(194, 194, 194, 0.94); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: none; text-shadow: none; icon-shadow: none; } .openweather-provider:insensitive { color: rgba(0, 0, 0, 0.21); background-color: rgba(0, 0, 0, 0.084); border-color: transparent; box-shadow: 0 0 transparent; text-shadow: none; icon-shadow: none; } .openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { background: none; color: rgba(0, 0, 0, 0.8); -st-icon-style: symbolic; } .openweather-current-databox-values { background: none; color: rgba(0, 0, 0, 0.6); } .openweather-current-databox-captions { background: none; color: rgba(0, 0, 0, 0.48); } .openweather-forecast-icon, .openweather-forecast-summary { background: none; color: rgba(0, 0, 0, 0.6); -st-icon-style: symbolic; } .openweather-forecast-day { background: none; color: rgba(0, 0, 0, 0.8); } .openweather-forecast-temperature { background: none; color: rgba(0, 0, 0, 0.6); } .openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { color: rgba(0, 0, 0, 0.6); -st-icon-style: symbolic; } .popup-menu .search-entry, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry { color: rgba(0, 0, 0, 0.8); selection-background-color: #F0544C; selected-color: #FFFFFF; background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; box-shadow: none; text-shadow: none; border-image: none; } .popup-menu .search-entry:focus, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry:focus, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry:focus { border-color: transparent; border: 1px solid #F0544C; box-shadow: none; text-shadow: none; color: rgba(0, 0, 0, 0.8); } .popup-menu .search-entry .search-entry-icon, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry .search-entry-icon { color: rgba(0, 0, 0, 0.48); } .popup-menu .search-entry:hover .search-entry-icon, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon, .popup-menu .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .app-folder-dialog .folder-name-container .popup-menu .folder-name-entry:focus .search-entry-icon { color: rgba(0, 0, 0, 0.8); }
0.418222
0.087291
@-moz-document url-prefix('https://www.shacknews.com/search'), url-prefix('http://www.shacknews.com/search'), url-prefix('https://www.shacknews.com/user/') , url-prefix('http://www.shacknews.com/user/') { h2#search_hdr { font-size: 20px; padding: 3px 0; line-height: normal; margin-bottom: 10px; } div.article ul.search-nav { margin: 0; padding: 0; height: 31px; } ul.search-nav li { border: none; margin: 0 5px 0 0; padding: 0; background-image: none; height: auto; } ul.search-nav li a { margin: 0; padding: 3px 10px; font-size: 14px; background-color: white; background-image: none; background-color: #f2f2f2; color: #444; height: auto; line-height: auto; } ul.search-nav li.on { height: auto; } ul.search-nav li.on a { margin: 0; padding: 3px 10px; font-size: 14px; background-color: white; background-image: none; background-color: #E2E2E2; height: auto; color: red; } form div#chatty_search { margin-bottom: 0; } div#chatty_search_wrap { background-color: #E2E2E2; margin: 0; padding: 5px 0 0 0; width: auto; } div#chatty_search { background: none; margin: 10px; padding: 0; } div#chatty_search_wrap div.input-wrap { margin: 0 10px 15px 0; } /* Search Form */ div.input-wrap label { font-family: Tahoma, sans-serif; font-size: 8px; } #chatty_search .search-fields input[type='text'] { padding: 3px 4px; margin: 0; font-size: 12px; } #chatty_search div.search-fields input#chatty_term { width: 462px; } #chatty_search input#chatty_search_submit { padding: 4px 10px 6px 10px; margin: 0 0 0 10px; font-size: 14px; border: none; height: auto; -webkit-border-radius: 0; } /* Search Filters */ #chatty_search .search-filters { clear: left; } /* Search Sort */ div#chatty_sort { margin: 0; } div #chatty_sort .sort-results { font-family: Tahoma, sans-serif; font-size: 11px; margin: 5px 10px 0 10px; } div#chatty_search_wrap div.sort-filters div.input-wrap { margin-bottom: 10px; } h2.search-num-found { margin-top: 10px; margin-bottom: 0; } /* Chatty Search Results */ div.article ul.results { margin: 0 10px 0 0; padding: 0; } div.article ul.results li.chatty { margin: 5px 0; padding: 0 5px; list-style: none; line-height: auto; background-color: #f2f2f2; } div.article ul.results li.chatty span.chatty-author{ margin: 0; padding: 0; font-size: 12px; line-height: auto; } div.article ul.results li.chatty span.chatty-author a.more { margin: 0; padding: 0; font-size: 12px; line-height: auto; font-family: 'Open Sans', sans-serif; font-weight: bold; color: #324258; } div.article ul.results li.chatty span.postdate { margin: 0; padding: 0; font-size: 12px; line-height: 16px; float: right; position: relative; top: -21px; color: #666; } div.article ul.results li.chatty a { margin: 0; padding: 0; font-size: 14px; line-height: 16px; clear: right; color: black; font-weight: normal; } /* Pagination */ div.article div.pagination { background-color: #CCC; font-size: 14px; font-family: Open-Sans, Sans-Serif; margin: 5px 0 0 0 !important; padding: 0 10px !important; line-height: auto !important; text-align: center; } div.article div.pagination a { background-color: #CCC; font-size: 14px; font-family: Open-Sans, Sans-Serif; font-style: normal; line-height: auto !important; margin: 0; padding: 0; } }
data/usercss/103753.user.css
@-moz-document url-prefix('https://www.shacknews.com/search'), url-prefix('http://www.shacknews.com/search'), url-prefix('https://www.shacknews.com/user/') , url-prefix('http://www.shacknews.com/user/') { h2#search_hdr { font-size: 20px; padding: 3px 0; line-height: normal; margin-bottom: 10px; } div.article ul.search-nav { margin: 0; padding: 0; height: 31px; } ul.search-nav li { border: none; margin: 0 5px 0 0; padding: 0; background-image: none; height: auto; } ul.search-nav li a { margin: 0; padding: 3px 10px; font-size: 14px; background-color: white; background-image: none; background-color: #f2f2f2; color: #444; height: auto; line-height: auto; } ul.search-nav li.on { height: auto; } ul.search-nav li.on a { margin: 0; padding: 3px 10px; font-size: 14px; background-color: white; background-image: none; background-color: #E2E2E2; height: auto; color: red; } form div#chatty_search { margin-bottom: 0; } div#chatty_search_wrap { background-color: #E2E2E2; margin: 0; padding: 5px 0 0 0; width: auto; } div#chatty_search { background: none; margin: 10px; padding: 0; } div#chatty_search_wrap div.input-wrap { margin: 0 10px 15px 0; } /* Search Form */ div.input-wrap label { font-family: Tahoma, sans-serif; font-size: 8px; } #chatty_search .search-fields input[type='text'] { padding: 3px 4px; margin: 0; font-size: 12px; } #chatty_search div.search-fields input#chatty_term { width: 462px; } #chatty_search input#chatty_search_submit { padding: 4px 10px 6px 10px; margin: 0 0 0 10px; font-size: 14px; border: none; height: auto; -webkit-border-radius: 0; } /* Search Filters */ #chatty_search .search-filters { clear: left; } /* Search Sort */ div#chatty_sort { margin: 0; } div #chatty_sort .sort-results { font-family: Tahoma, sans-serif; font-size: 11px; margin: 5px 10px 0 10px; } div#chatty_search_wrap div.sort-filters div.input-wrap { margin-bottom: 10px; } h2.search-num-found { margin-top: 10px; margin-bottom: 0; } /* Chatty Search Results */ div.article ul.results { margin: 0 10px 0 0; padding: 0; } div.article ul.results li.chatty { margin: 5px 0; padding: 0 5px; list-style: none; line-height: auto; background-color: #f2f2f2; } div.article ul.results li.chatty span.chatty-author{ margin: 0; padding: 0; font-size: 12px; line-height: auto; } div.article ul.results li.chatty span.chatty-author a.more { margin: 0; padding: 0; font-size: 12px; line-height: auto; font-family: 'Open Sans', sans-serif; font-weight: bold; color: #324258; } div.article ul.results li.chatty span.postdate { margin: 0; padding: 0; font-size: 12px; line-height: 16px; float: right; position: relative; top: -21px; color: #666; } div.article ul.results li.chatty a { margin: 0; padding: 0; font-size: 14px; line-height: 16px; clear: right; color: black; font-weight: normal; } /* Pagination */ div.article div.pagination { background-color: #CCC; font-size: 14px; font-family: Open-Sans, Sans-Serif; margin: 5px 0 0 0 !important; padding: 0 10px !important; line-height: auto !important; text-align: center; } div.article div.pagination a { background-color: #CCC; font-size: 14px; font-family: Open-Sans, Sans-Serif; font-style: normal; line-height: auto !important; margin: 0; padding: 0; } }
0.236957
0.064183
@import url(./style.css); /***qs-main*********/ .main{ margin-top:20px; } .main a{ text-decoration:none; } .dt-main{ float:left; width:840px; } .dt-silder{ float:right; width:240px; } /***dt-nav******/ .dt-nav{ width:840px; height:30px; border-bottom:1px solid #D0D6D9; } /***dt-header******/ .dt-header{ width:840px; /*height:40px;*/ margin:20px; margin-bottom:10px; } .dt-header-left{ text-decoration:none; } .dt-header-left span{ } .dt-header-right{ width:200px; height:40px; } .header-li{ float:left; margin:0 5px; } .glyphicon-heart{ color:#CED1D1; font-size:18px; cursor:pointer; } /***dt-content******/ .dt-content{ width:840px; padding:5px; padding-bottom:20px;: margin:0px 0 20px 0; border-bottom:1px solid #D0D6D9; } /* .dt-content-ke{ width:840px; padding:5px; margin:0px 0 20px 0; } */ .dt-content h2{ margin-top:0px; } /****dt-content-bottom****/ .dt-content-bottom{ margin:10px; } .dt-content-bottom .tag-list{ margin-left:20px; display:inline-block; } .content-b{ margin-left:20px; } /***dt-comment******/ .dt-comment{ width:840px; /*padding:10px 0 10px 0;*/ margin:10px 0 10px 0; } .dt-per-comment{ width:840px; padding:10px 0 10px 0; /*height:105px;*/ border-bottom:1px solid #EDF1F2; } .cm-header{ float:left; width:90px; /* height:65px;*/ margin-top:10px; } .cm-header span{ display:block; width:40px; height:20px; } .cm-content{ width:730px; /*height:100px;*/ /*margin-left:90px;*/ margin:10px 0 10px 90px; padding-left:10px; } .cm-main{ width:730px; } .cm-b{ margin-top:10px; padding:5px 0 5px 0; width:730px; } .cm-b{ color:#BFC4C4; } .cm-bf{ display:inline-block; float:right; } .cm-bf i{ margin-right:5px; } .cm-bf span{ margin-left:10px; color:#BFC4C4; cursor:pointer; } .cm-bf span:hover { color:red; } /***cm-replyall*******/ .cm-replyall{ width:730px; margin-left:110px; } .cm-replyper{ width:730px; height:110px; padding:10px 0 10px 0; border-bottom:1px solid #EDF1F2; } .cm-replyper-header{ float:left; width:40px; height:40px; } .cm-replyper-main{ padding:5px; margin-left:40px; } .cm-replyper-main a{ color:red; } .cm-replyper-b i{ margin-right:5px; } .cm-replyper-b span{ margin-left:10px; color:#BFC4C4; cursor:pointer; } .repp:hover { color:red; } /***dt-input******/ .dt-input{ width:840px; padding:5px; padding-bottom:20px; margin:0px 0 20px 0; border-bottom:1px solid #D0D6D9; } .me-header{ float:left; margin-top:10px; margin-left:15px; } .content{ float:right; } /***submit******/ .submit{ display:block; width:300px; height:40px; line-height:40px; background:#2E71E8; color:white; text-align:center; margin:0 auto; border:1px solid #F0F1F1; margin-top:10px; } .submit:hover { background:#0058EE; }
src/Public/css/wd-detail.css
@import url(./style.css); /***qs-main*********/ .main{ margin-top:20px; } .main a{ text-decoration:none; } .dt-main{ float:left; width:840px; } .dt-silder{ float:right; width:240px; } /***dt-nav******/ .dt-nav{ width:840px; height:30px; border-bottom:1px solid #D0D6D9; } /***dt-header******/ .dt-header{ width:840px; /*height:40px;*/ margin:20px; margin-bottom:10px; } .dt-header-left{ text-decoration:none; } .dt-header-left span{ } .dt-header-right{ width:200px; height:40px; } .header-li{ float:left; margin:0 5px; } .glyphicon-heart{ color:#CED1D1; font-size:18px; cursor:pointer; } /***dt-content******/ .dt-content{ width:840px; padding:5px; padding-bottom:20px;: margin:0px 0 20px 0; border-bottom:1px solid #D0D6D9; } /* .dt-content-ke{ width:840px; padding:5px; margin:0px 0 20px 0; } */ .dt-content h2{ margin-top:0px; } /****dt-content-bottom****/ .dt-content-bottom{ margin:10px; } .dt-content-bottom .tag-list{ margin-left:20px; display:inline-block; } .content-b{ margin-left:20px; } /***dt-comment******/ .dt-comment{ width:840px; /*padding:10px 0 10px 0;*/ margin:10px 0 10px 0; } .dt-per-comment{ width:840px; padding:10px 0 10px 0; /*height:105px;*/ border-bottom:1px solid #EDF1F2; } .cm-header{ float:left; width:90px; /* height:65px;*/ margin-top:10px; } .cm-header span{ display:block; width:40px; height:20px; } .cm-content{ width:730px; /*height:100px;*/ /*margin-left:90px;*/ margin:10px 0 10px 90px; padding-left:10px; } .cm-main{ width:730px; } .cm-b{ margin-top:10px; padding:5px 0 5px 0; width:730px; } .cm-b{ color:#BFC4C4; } .cm-bf{ display:inline-block; float:right; } .cm-bf i{ margin-right:5px; } .cm-bf span{ margin-left:10px; color:#BFC4C4; cursor:pointer; } .cm-bf span:hover { color:red; } /***cm-replyall*******/ .cm-replyall{ width:730px; margin-left:110px; } .cm-replyper{ width:730px; height:110px; padding:10px 0 10px 0; border-bottom:1px solid #EDF1F2; } .cm-replyper-header{ float:left; width:40px; height:40px; } .cm-replyper-main{ padding:5px; margin-left:40px; } .cm-replyper-main a{ color:red; } .cm-replyper-b i{ margin-right:5px; } .cm-replyper-b span{ margin-left:10px; color:#BFC4C4; cursor:pointer; } .repp:hover { color:red; } /***dt-input******/ .dt-input{ width:840px; padding:5px; padding-bottom:20px; margin:0px 0 20px 0; border-bottom:1px solid #D0D6D9; } .me-header{ float:left; margin-top:10px; margin-left:15px; } .content{ float:right; } /***submit******/ .submit{ display:block; width:300px; height:40px; line-height:40px; background:#2E71E8; color:white; text-align:center; margin:0 auto; border:1px solid #F0F1F1; margin-top:10px; } .submit:hover { background:#0058EE; }
0.221098
0.057414
ul li{line-height:22px;} a:link,a:visited{text-decoration:none; color:#5d5d5d;}a:hover{text-decoration:underline;}a img{overflow:hidden;} .clr:after{content:" "; display:block; height:0; font-size:0; clear:both; visibility:hidden;} .wp{overflow:hidden;}.p_r{position:relative; overflow:hidden;}.r{float:right;}.l{float:left;} ul,ol{list-style:none;} p{ margin:0px;} table{border-collapse:collapse;border-spacing:0;} .m_box{width:640px;} ul.clr{ padding:0px; margin:0px;} .ct .l{width:312px; overflow:hidden;} .r1 select{ padding:2px 0px;} .s_ipt{ background:url(../images/ipt_bgx.jpg) repeat-x 0% 0% #fff; margin-right:4px; border:1px solid #D0D0D0; padding:3px 2px; width:164px;} .s_btn{ background:url(../images/btn_bg.jpg) no-repeat; width:44px; height:24px; cursor:pointer; text-align:center; border:none; margin-left:10px; *margin-left:6px; position:relative; top:1px;} .r2{margin-top:10px; } .col3{ font-size:12px; padding-left:0px; position:relative; left:-6px; *left:0px; width:330px; margin:0px; margin-top:10px;} .col3 li{float:left; width:33%; margin:4px 0px;} .w9{ width:90px; margin-left:auto; margin-right:auto; } .w9 a.ac{position:relative;} .w9 a.ac span{background:url(../images/dh.png) no-repeat 0% 0%; width:16px; height:16px; position:absolute; right:0px; bottom:2px;} .w9 img{border:none;} .w9 p{height:22px; line-height:22px; overflow:hidden; text-align:center;} .ipages{text-align:center; font-size:12px; margin-top:8px;} .ipages a{ margin:0px 2px;} .ipages a.ac{font-weight:bold;color:#39c;} .h_box{ border-bottom:1px solid #E2E3E7; margin-bottom:10px; height:22px;} .h_box ul li{ float:left; margin-right:2px; margin-left:2px; border:1px solid #E2E3E7; border-bottom:none;} .h_box ul li a{ display:block; height:22px; font-size:12px; line-height:22px; background:url(../images/bg1.jpg) repeat-x 0% 100%; padding:0px 10px; float:left;} .h_box ul li a:hover{background:url(../images/bg1.jpg) repeat-x 0px 2px; text-decoration:none;} .h_box ul li a.ac{ background:#fff; position:relative; bottom:-1px; text-decoration:none; cursor:auto;} .frm_tb{font-size:12px; width:96%; margin-left:auto: margin-right:auto;} .frm_tb th{color:#333;} .frm_tb th,.frm_tb td{border:1px solid #efefef; border-left:none; border-right:none; padding:6px 0px;} .frm_tb fieldset{border:1px solid #dfdfdf;} .frm_tb .tbb td,.frm_tb .tbb th{ border:none;} .cke_l_dialog .cke_dialog_contents{background-color:#fff !important} .mgr4{* margin-right:2px;}
Public/User/css/video_store.css
ul li{line-height:22px;} a:link,a:visited{text-decoration:none; color:#5d5d5d;}a:hover{text-decoration:underline;}a img{overflow:hidden;} .clr:after{content:" "; display:block; height:0; font-size:0; clear:both; visibility:hidden;} .wp{overflow:hidden;}.p_r{position:relative; overflow:hidden;}.r{float:right;}.l{float:left;} ul,ol{list-style:none;} p{ margin:0px;} table{border-collapse:collapse;border-spacing:0;} .m_box{width:640px;} ul.clr{ padding:0px; margin:0px;} .ct .l{width:312px; overflow:hidden;} .r1 select{ padding:2px 0px;} .s_ipt{ background:url(../images/ipt_bgx.jpg) repeat-x 0% 0% #fff; margin-right:4px; border:1px solid #D0D0D0; padding:3px 2px; width:164px;} .s_btn{ background:url(../images/btn_bg.jpg) no-repeat; width:44px; height:24px; cursor:pointer; text-align:center; border:none; margin-left:10px; *margin-left:6px; position:relative; top:1px;} .r2{margin-top:10px; } .col3{ font-size:12px; padding-left:0px; position:relative; left:-6px; *left:0px; width:330px; margin:0px; margin-top:10px;} .col3 li{float:left; width:33%; margin:4px 0px;} .w9{ width:90px; margin-left:auto; margin-right:auto; } .w9 a.ac{position:relative;} .w9 a.ac span{background:url(../images/dh.png) no-repeat 0% 0%; width:16px; height:16px; position:absolute; right:0px; bottom:2px;} .w9 img{border:none;} .w9 p{height:22px; line-height:22px; overflow:hidden; text-align:center;} .ipages{text-align:center; font-size:12px; margin-top:8px;} .ipages a{ margin:0px 2px;} .ipages a.ac{font-weight:bold;color:#39c;} .h_box{ border-bottom:1px solid #E2E3E7; margin-bottom:10px; height:22px;} .h_box ul li{ float:left; margin-right:2px; margin-left:2px; border:1px solid #E2E3E7; border-bottom:none;} .h_box ul li a{ display:block; height:22px; font-size:12px; line-height:22px; background:url(../images/bg1.jpg) repeat-x 0% 100%; padding:0px 10px; float:left;} .h_box ul li a:hover{background:url(../images/bg1.jpg) repeat-x 0px 2px; text-decoration:none;} .h_box ul li a.ac{ background:#fff; position:relative; bottom:-1px; text-decoration:none; cursor:auto;} .frm_tb{font-size:12px; width:96%; margin-left:auto: margin-right:auto;} .frm_tb th{color:#333;} .frm_tb th,.frm_tb td{border:1px solid #efefef; border-left:none; border-right:none; padding:6px 0px;} .frm_tb fieldset{border:1px solid #dfdfdf;} .frm_tb .tbb td,.frm_tb .tbb th{ border:none;} .cke_l_dialog .cke_dialog_contents{background-color:#fff !important} .mgr4{* margin-right:2px;}
0.238284
0.159774
.icon-travel-001:before { content: "a"; } .icon-travel-014:before { content: "b"; } .icon-travel-015:before { content: "c"; } .icon-travel-002:before { content: "d"; } .icon-travel-003:before { content: "e"; } .icon-travel-016:before { content: "f"; } .icon-travel-017:before { content: "g"; } .icon-travel-004:before { content: "h"; } .icon-travel-005:before { content: "i"; } .icon-travel-018:before { content: "j"; } .icon-travel-019:before { content: "k"; } .icon-travel-006:before { content: "l"; } .icon-travel-007:before { content: "m"; } .icon-travel-020:before { content: "n"; } .icon-travel-021:before { content: "o"; } .icon-travel-008:before { content: "p"; } .icon-travel-009:before { content: "q"; } .icon-travel-022:before { content: "r"; } .icon-travel-023:before { content: "s"; } .icon-travel-010:before { content: "t"; } .icon-travel-011:before { content: "u"; } .icon-travel-024:before { content: "v"; } .icon-travel-025:before { content: "w"; } .icon-travel-012:before { content: "x"; } .icon-travel-013:before { content: "y"; } .icon-travel-026:before { content: "z"; } .icon-travel-039:before { content: "A"; } .icon-travel-052:before { content: "B"; } .icon-travel-065:before { content: "C"; } .icon-travel-064:before { content: "D"; } .icon-travel-051:before { content: "E"; } .icon-travel-038:before { content: "F"; } .icon-travel-037:before { content: "G"; } .icon-travel-050:before { content: "H"; } .icon-travel-063:before { content: "I"; } .icon-travel-062:before { content: "J"; } .icon-travel-049:before { content: "K"; } .icon-travel-036:before { content: "L"; } .icon-travel-035:before { content: "M"; } .icon-travel-048:before { content: "N"; } .icon-travel-061:before { content: "O"; } .icon-travel-060:before { content: "P"; } .icon-travel-047:before { content: "Q"; } .icon-travel-034:before { content: "R"; } .icon-travel-033:before { content: "S"; } .icon-travel-046:before { content: "T"; } .icon-travel-059:before { content: "U"; } .icon-travel-058:before { content: "V"; } .icon-travel-045:before { content: "W"; } .icon-travel-032:before { content: "X"; } .icon-travel-031:before { content: "Y"; } .icon-travel-044:before { content: "Z"; } .icon-travel-057:before { content: "0"; } .icon-travel-056:before { content: "1"; } .icon-travel-043:before { content: "2"; } .icon-travel-030:before { content: "3"; } .icon-travel-029:before { content: "4"; } .icon-travel-042:before { content: "5"; } .icon-travel-055:before { content: "6"; } .icon-travel-054:before { content: "7"; } .icon-travel-041:before { content: "8"; } .icon-travel-028:before { content: "9"; } .icon-travel-027:before { content: "!"; } .icon-travel-040:before { content: "\""; } .icon-travel-053:before { content: "#"; } .icon-travel-066:before { content: "$"; } .icon-travel-079:before { content: "%"; } .icon-travel-092:before { content: "&"; } .icon-travel-105:before { content: "'"; } .icon-travel-106:before { content: "("; } .icon-travel-093:before { content: ")"; } .icon-travel-080:before { content: "*"; } .icon-travel-067:before { content: "+"; } .icon-travel-068:before { content: ","; } .icon-travel-081:before { content: "-"; } .icon-travel-094:before { content: "."; } .icon-travel-107:before { content: "/"; } .icon-travel-108:before { content: ":"; } .icon-travel-095:before { content: ";"; } .icon-travel-082:before { content: "<"; } .icon-travel-069:before { content: "="; } .icon-travel-070:before { content: ">"; } .icon-travel-083:before { content: "?"; } .icon-travel-096:before { content: "@"; } .icon-travel-109:before { content: "["; } .icon-travel-110:before { content: "]"; } .icon-travel-097:before { content: "^"; } .icon-travel-084:before { content: "_"; } .icon-travel-071:before { content: "`"; } .icon-travel-072:before { content: "{"; } .icon-travel-085:before { content: "|"; } .icon-travel-098:before { content: "}"; } .icon-travel-111:before { content: "~"; } .icon-travel-112:before { content: "\\"; } .icon-travel-099:before { content: "\e000"; } .icon-travel-086:before { content: "\e001"; } .icon-travel-073:before { content: "\e002"; } .icon-travel-074:before { content: "\e003"; } .icon-travel-087:before { content: "\e004"; } .icon-travel-100:before { content: "\e005"; } .icon-travel-113:before { content: "\e006"; } .icon-travel-114:before { content: "\e007"; } .icon-travel-101:before { content: "\e008"; } .icon-travel-088:before { content: "\e009"; } .icon-travel-075:before { content: "\e00a"; } .icon-travel-076:before { content: "\e00b"; } .icon-travel-089:before { content: "\e00c"; } .icon-travel-102:before { content: "\e00d"; } .icon-travel-115:before { content: "\e00e"; } .icon-travel-116:before { content: "\e00f"; } .icon-travel-103:before { content: "\e010"; } .icon-travel-090:before { content: "\e011"; } .icon-travel-077:before { content: "\e012"; } .icon-travel-091:before { content: "\e013"; } .icon-travel-104:before { content: "\e014"; } .icon-travel-117:before { content: "\e015"; } .icon-travel-078:before { content: "\e016"; } .icon-travel-130:before { content: "\e017"; } .icon-travel-143:before { content: "\e018"; } .icon-travel-142:before { content: "\e019"; } .icon-travel-129:before { content: "\e01a"; } .icon-travel-128:before { content: "\e01b"; } .icon-travel-141:before { content: "\e01c"; } .icon-travel-140:before { content: "\e01d"; } .icon-travel-127:before { content: "\e01e"; } .icon-travel-126:before { content: "\e01f"; } .icon-travel-139:before { content: "\e020"; } .icon-travel-138:before { content: "\e021"; } .icon-travel-125:before { content: "\e022"; } .icon-travel-124:before { content: "\e023"; } .icon-travel-137:before { content: "\e024"; } .icon-travel-150:before { content: "\e025"; } .icon-travel-149:before { content: "\e026"; } .icon-travel-136:before { content: "\e027"; } .icon-travel-123:before { content: "\e028"; } .icon-travel-122:before { content: "\e029"; } .icon-travel-135:before { content: "\e02a"; } .icon-travel-148:before { content: "\e02b"; } .icon-travel-147:before { content: "\e02c"; } .icon-travel-134:before { content: "\e02d"; } .icon-travel-121:before { content: "\e02e"; } .icon-travel-120:before { content: "\e02f"; } .icon-travel-133:before { content: "\e030"; } .icon-travel-146:before { content: "\e031"; } .icon-travel-145:before { content: "\e032"; } .icon-travel-132:before { content: "\e033"; } .icon-travel-119:before { content: "\e034"; } .icon-travel-118:before { content: "\e035"; } .icon-travel-131:before { content: "\e036"; } .icon-travel-144:before { content: "\e037"; }
www/html/bitrix/templates/landing24/assets/vendor/icon/icon-travel/content.css
.icon-travel-001:before { content: "a"; } .icon-travel-014:before { content: "b"; } .icon-travel-015:before { content: "c"; } .icon-travel-002:before { content: "d"; } .icon-travel-003:before { content: "e"; } .icon-travel-016:before { content: "f"; } .icon-travel-017:before { content: "g"; } .icon-travel-004:before { content: "h"; } .icon-travel-005:before { content: "i"; } .icon-travel-018:before { content: "j"; } .icon-travel-019:before { content: "k"; } .icon-travel-006:before { content: "l"; } .icon-travel-007:before { content: "m"; } .icon-travel-020:before { content: "n"; } .icon-travel-021:before { content: "o"; } .icon-travel-008:before { content: "p"; } .icon-travel-009:before { content: "q"; } .icon-travel-022:before { content: "r"; } .icon-travel-023:before { content: "s"; } .icon-travel-010:before { content: "t"; } .icon-travel-011:before { content: "u"; } .icon-travel-024:before { content: "v"; } .icon-travel-025:before { content: "w"; } .icon-travel-012:before { content: "x"; } .icon-travel-013:before { content: "y"; } .icon-travel-026:before { content: "z"; } .icon-travel-039:before { content: "A"; } .icon-travel-052:before { content: "B"; } .icon-travel-065:before { content: "C"; } .icon-travel-064:before { content: "D"; } .icon-travel-051:before { content: "E"; } .icon-travel-038:before { content: "F"; } .icon-travel-037:before { content: "G"; } .icon-travel-050:before { content: "H"; } .icon-travel-063:before { content: "I"; } .icon-travel-062:before { content: "J"; } .icon-travel-049:before { content: "K"; } .icon-travel-036:before { content: "L"; } .icon-travel-035:before { content: "M"; } .icon-travel-048:before { content: "N"; } .icon-travel-061:before { content: "O"; } .icon-travel-060:before { content: "P"; } .icon-travel-047:before { content: "Q"; } .icon-travel-034:before { content: "R"; } .icon-travel-033:before { content: "S"; } .icon-travel-046:before { content: "T"; } .icon-travel-059:before { content: "U"; } .icon-travel-058:before { content: "V"; } .icon-travel-045:before { content: "W"; } .icon-travel-032:before { content: "X"; } .icon-travel-031:before { content: "Y"; } .icon-travel-044:before { content: "Z"; } .icon-travel-057:before { content: "0"; } .icon-travel-056:before { content: "1"; } .icon-travel-043:before { content: "2"; } .icon-travel-030:before { content: "3"; } .icon-travel-029:before { content: "4"; } .icon-travel-042:before { content: "5"; } .icon-travel-055:before { content: "6"; } .icon-travel-054:before { content: "7"; } .icon-travel-041:before { content: "8"; } .icon-travel-028:before { content: "9"; } .icon-travel-027:before { content: "!"; } .icon-travel-040:before { content: "\""; } .icon-travel-053:before { content: "#"; } .icon-travel-066:before { content: "$"; } .icon-travel-079:before { content: "%"; } .icon-travel-092:before { content: "&"; } .icon-travel-105:before { content: "'"; } .icon-travel-106:before { content: "("; } .icon-travel-093:before { content: ")"; } .icon-travel-080:before { content: "*"; } .icon-travel-067:before { content: "+"; } .icon-travel-068:before { content: ","; } .icon-travel-081:before { content: "-"; } .icon-travel-094:before { content: "."; } .icon-travel-107:before { content: "/"; } .icon-travel-108:before { content: ":"; } .icon-travel-095:before { content: ";"; } .icon-travel-082:before { content: "<"; } .icon-travel-069:before { content: "="; } .icon-travel-070:before { content: ">"; } .icon-travel-083:before { content: "?"; } .icon-travel-096:before { content: "@"; } .icon-travel-109:before { content: "["; } .icon-travel-110:before { content: "]"; } .icon-travel-097:before { content: "^"; } .icon-travel-084:before { content: "_"; } .icon-travel-071:before { content: "`"; } .icon-travel-072:before { content: "{"; } .icon-travel-085:before { content: "|"; } .icon-travel-098:before { content: "}"; } .icon-travel-111:before { content: "~"; } .icon-travel-112:before { content: "\\"; } .icon-travel-099:before { content: "\e000"; } .icon-travel-086:before { content: "\e001"; } .icon-travel-073:before { content: "\e002"; } .icon-travel-074:before { content: "\e003"; } .icon-travel-087:before { content: "\e004"; } .icon-travel-100:before { content: "\e005"; } .icon-travel-113:before { content: "\e006"; } .icon-travel-114:before { content: "\e007"; } .icon-travel-101:before { content: "\e008"; } .icon-travel-088:before { content: "\e009"; } .icon-travel-075:before { content: "\e00a"; } .icon-travel-076:before { content: "\e00b"; } .icon-travel-089:before { content: "\e00c"; } .icon-travel-102:before { content: "\e00d"; } .icon-travel-115:before { content: "\e00e"; } .icon-travel-116:before { content: "\e00f"; } .icon-travel-103:before { content: "\e010"; } .icon-travel-090:before { content: "\e011"; } .icon-travel-077:before { content: "\e012"; } .icon-travel-091:before { content: "\e013"; } .icon-travel-104:before { content: "\e014"; } .icon-travel-117:before { content: "\e015"; } .icon-travel-078:before { content: "\e016"; } .icon-travel-130:before { content: "\e017"; } .icon-travel-143:before { content: "\e018"; } .icon-travel-142:before { content: "\e019"; } .icon-travel-129:before { content: "\e01a"; } .icon-travel-128:before { content: "\e01b"; } .icon-travel-141:before { content: "\e01c"; } .icon-travel-140:before { content: "\e01d"; } .icon-travel-127:before { content: "\e01e"; } .icon-travel-126:before { content: "\e01f"; } .icon-travel-139:before { content: "\e020"; } .icon-travel-138:before { content: "\e021"; } .icon-travel-125:before { content: "\e022"; } .icon-travel-124:before { content: "\e023"; } .icon-travel-137:before { content: "\e024"; } .icon-travel-150:before { content: "\e025"; } .icon-travel-149:before { content: "\e026"; } .icon-travel-136:before { content: "\e027"; } .icon-travel-123:before { content: "\e028"; } .icon-travel-122:before { content: "\e029"; } .icon-travel-135:before { content: "\e02a"; } .icon-travel-148:before { content: "\e02b"; } .icon-travel-147:before { content: "\e02c"; } .icon-travel-134:before { content: "\e02d"; } .icon-travel-121:before { content: "\e02e"; } .icon-travel-120:before { content: "\e02f"; } .icon-travel-133:before { content: "\e030"; } .icon-travel-146:before { content: "\e031"; } .icon-travel-145:before { content: "\e032"; } .icon-travel-132:before { content: "\e033"; } .icon-travel-119:before { content: "\e034"; } .icon-travel-118:before { content: "\e035"; } .icon-travel-131:before { content: "\e036"; } .icon-travel-144:before { content: "\e037"; }
0.464902
0.130701
@charset "UTF-8"; /*! lightslider - v1.1.3 - 2015-04-14 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2015 <NAME>; Licensed MIT */ /** /!!! core css Should not edit !!!/**/ .lSSlideOuter { overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lightSlider:before, .lightSlider:after { content: " "; display: table; } .lightSlider { overflow: hidden; margin: 0; } .lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; } .lSSlideWrapper > .lightSlider:after { clear: both; } .lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform, height; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; transition-property: transform, height; transition-property: transform, height, -webkit-transform; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade { position: relative; } .lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; } .lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade > *.active { z-index: 10; } .lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1; } /** /!!! End of core css Should not edit !!!/**/ /* Pager */ .lSSlideOuter .lSPager.lSpg { margin: 10px 0 0; padding: 0; text-align: center; } .lSSlideOuter .lSPager.lSpg > li { cursor: pointer; display: inline-block; padding: 0 5px; } .lSSlideOuter .lSPager.lSpg > li a { background-color: #222222; border-radius: 30px; display: inline-block; height: 8px; overflow: hidden; text-indent: -999em; width: 8px; position: relative; z-index: 99; -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; } .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { background-color: #428bca; } .lSSlideOuter .media { opacity: 0.8; } .lSSlideOuter .media.active { opacity: 1; } /* End of pager */ /** Gallery */ .lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lSSlideOuter .lSPager.lSGallery li { overflow: hidden; -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s; transition: border-radius 0.12s linear 0s 0.35s linear 0s; } .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border-radius: 5px; } .lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; } .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; } .lSSlideOuter .lSPager.lSGallery:after { clear: both; } /* End of Gallery*/ /* slider actions */ .lSAction > a { width: 32px; display: block; top: 50%; height: 32px; background-image: url(/images/vendor/lightslider/src/controls.png?75e5868a6b927d223a430b1caf4521a9); cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; } .lSAction > a:hover { opacity: 1; } .lSAction > .lSPrev { background-position: 0 0; left: 10px; } .lSAction > .lSNext { background-position: -32px 0; right: 10px; } .lSAction > a.disabled { pointer-events: none; } .cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; } /* vertical */ .lSSlideOuter.vertical { position: relative; } .lSSlideOuter.vertical.noPager { padding-right: 0px !important; } .lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; } .lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; } /* vertical controlls */ .lSSlideOuter.vertical .lSAction > a { left: 50%; margin-left: -14px; margin-top: 0; } .lSSlideOuter.vertical .lSAction > .lSNext { background-position: 31px -31px; bottom: 10px; top: auto; } .lSSlideOuter.vertical .lSAction > .lSPrev { background-position: 0 -31px; bottom: auto; top: 10px; } /* vertical */ /* Rtl */ .lSSlideOuter.lSrtl { direction: rtl; } .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; } .lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { padding-right: 0; } .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { float: left; } .lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { float: right !important; } /* Rtl */ @-webkit-keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @-webkit-keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @-webkit-keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @-webkit-keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } @keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } .lSSlideOuter .rightEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } .lSSlideOuter .leftEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.vertical .rightEnd { -webkit-animation: topEnd 0.3s; animation: topEnd 0.3s; position: relative; } .lSSlideOuter.vertical .leftEnd { -webkit-animation: bottomEnd 0.3s; animation: bottomEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .rightEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .leftEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } /*/ GRab cursor */ .lightSlider.lsGrab > * { cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .lightSlider.lsGrabbing > * { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; } /*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } dfn { font-style: italic; } h1 { margin: 0.67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { box-sizing: content-box; -webkit-appearance: textfield; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: 0.35em 0.625em 0.75em; margin: 0 2px; border: 1px solid silver; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: 700; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, :after, :before { color: #000 !important; text-shadow: none !important; background: 0 0 !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } blockquote, pre { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } img, tr { page-break-inside: avoid; } img { max-width: 100% !important; } h2, h3, p { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered td, .table-bordered th { border: 1px solid #ddd !important; } } @font-face { font-family: "Glyphicons Halflings"; src: url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1); src: url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg"); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "*"; } .glyphicon-plus:before { content: "+"; } .glyphicon-eur:before, .glyphicon-euro:before { content: "\20AC"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270F"; } .glyphicon-glass:before { content: "\E001"; } .glyphicon-music:before { content: "\E002"; } .glyphicon-search:before { content: "\E003"; } .glyphicon-heart:before { content: "\E005"; } .glyphicon-star:before { content: "\E006"; } .glyphicon-star-empty:before { content: "\E007"; } .glyphicon-user:before { content: "\E008"; } .glyphicon-film:before { content: "\E009"; } .glyphicon-th-large:before { content: "\E010"; } .glyphicon-th:before { content: "\E011"; } .glyphicon-th-list:before { content: "\E012"; } .glyphicon-ok:before { content: "\E013"; } .glyphicon-remove:before { content: "\E014"; } .glyphicon-zoom-in:before { content: "\E015"; } .glyphicon-zoom-out:before { content: "\E016"; } .glyphicon-off:before { content: "\E017"; } .glyphicon-signal:before { content: "\E018"; } .glyphicon-cog:before { content: "\E019"; } .glyphicon-trash:before { content: "\E020"; } .glyphicon-home:before { content: "\E021"; } .glyphicon-file:before { content: "\E022"; } .glyphicon-time:before { content: "\E023"; } .glyphicon-road:before { content: "\E024"; } .glyphicon-download-alt:before { content: "\E025"; } .glyphicon-download:before { content: "\E026"; } .glyphicon-upload:before { content: "\E027"; } .glyphicon-inbox:before { content: "\E028"; } .glyphicon-play-circle:before { content: "\E029"; } .glyphicon-repeat:before { content: "\E030"; } .glyphicon-refresh:before { content: "\E031"; } .glyphicon-list-alt:before { content: "\E032"; } .glyphicon-lock:before { content: "\E033"; } .glyphicon-flag:before { content: "\E034"; } .glyphicon-headphones:before { content: "\E035"; } .glyphicon-volume-off:before { content: "\E036"; } .glyphicon-volume-down:before { content: "\E037"; } .glyphicon-volume-up:before { content: "\E038"; } .glyphicon-qrcode:before { content: "\E039"; } .glyphicon-barcode:before { content: "\E040"; } .glyphicon-tag:before { content: "\E041"; } .glyphicon-tags:before { content: "\E042"; } .glyphicon-book:before { content: "\E043"; } .glyphicon-bookmark:before { content: "\E044"; } .glyphicon-print:before { content: "\E045"; } .glyphicon-camera:before { content: "\E046"; } .glyphicon-font:before { content: "\E047"; } .glyphicon-bold:before { content: "\E048"; } .glyphicon-italic:before { content: "\E049"; } .glyphicon-text-height:before { content: "\E050"; } .glyphicon-text-width:before { content: "\E051"; } .glyphicon-align-left:before { content: "\E052"; } .glyphicon-align-center:before { content: "\E053"; } .glyphicon-align-right:before { content: "\E054"; } .glyphicon-align-justify:before { content: "\E055"; } .glyphicon-list:before { content: "\E056"; } .glyphicon-indent-left:before { content: "\E057"; } .glyphicon-indent-right:before { content: "\E058"; } .glyphicon-facetime-video:before { content: "\E059"; } .glyphicon-picture:before { content: "\E060"; } .glyphicon-map-marker:before { content: "\E062"; } .glyphicon-adjust:before { content: "\E063"; } .glyphicon-tint:before { content: "\E064"; } .glyphicon-edit:before { content: "\E065"; } .glyphicon-share:before { content: "\E066"; } .glyphicon-check:before { content: "\E067"; } .glyphicon-move:before { content: "\E068"; } .glyphicon-step-backward:before { content: "\E069"; } .glyphicon-fast-backward:before { content: "\E070"; } .glyphicon-backward:before { content: "\E071"; } .glyphicon-play:before { content: "\E072"; } .glyphicon-pause:before { content: "\E073"; } .glyphicon-stop:before { content: "\E074"; } .glyphicon-forward:before { content: "\E075"; } .glyphicon-fast-forward:before { content: "\E076"; } .glyphicon-step-forward:before { content: "\E077"; } .glyphicon-eject:before { content: "\E078"; } .glyphicon-chevron-left:before { content: "\E079"; } .glyphicon-chevron-right:before { content: "\E080"; } .glyphicon-plus-sign:before { content: "\E081"; } .glyphicon-minus-sign:before { content: "\E082"; } .glyphicon-remove-sign:before { content: "\E083"; } .glyphicon-ok-sign:before { content: "\E084"; } .glyphicon-question-sign:before { content: "\E085"; } .glyphicon-info-sign:before { content: "\E086"; } .glyphicon-screenshot:before { content: "\E087"; } .glyphicon-remove-circle:before { content: "\E088"; } .glyphicon-ok-circle:before { content: "\E089"; } .glyphicon-ban-circle:before { content: "\E090"; } .glyphicon-arrow-left:before { content: "\E091"; } .glyphicon-arrow-right:before { content: "\E092"; } .glyphicon-arrow-up:before { content: "\E093"; } .glyphicon-arrow-down:before { content: "\E094"; } .glyphicon-share-alt:before { content: "\E095"; } .glyphicon-resize-full:before { content: "\E096"; } .glyphicon-resize-small:before { content: "\E097"; } .glyphicon-exclamation-sign:before { content: "\E101"; } .glyphicon-gift:before { content: "\E102"; } .glyphicon-leaf:before { content: "\E103"; } .glyphicon-fire:before { content: "\E104"; } .glyphicon-eye-open:before { content: "\E105"; } .glyphicon-eye-close:before { content: "\E106"; } .glyphicon-warning-sign:before { content: "\E107"; } .glyphicon-plane:before { content: "\E108"; } .glyphicon-calendar:before { content: "\E109"; } .glyphicon-random:before { content: "\E110"; } .glyphicon-comment:before { content: "\E111"; } .glyphicon-magnet:before { content: "\E112"; } .glyphicon-chevron-up:before { content: "\E113"; } .glyphicon-chevron-down:before { content: "\E114"; } .glyphicon-retweet:before { content: "\E115"; } .glyphicon-shopping-cart:before { content: "\E116"; } .glyphicon-folder-close:before { content: "\E117"; } .glyphicon-folder-open:before { content: "\E118"; } .glyphicon-resize-vertical:before { content: "\E119"; } .glyphicon-resize-horizontal:before { content: "\E120"; } .glyphicon-hdd:before { content: "\E121"; } .glyphicon-bullhorn:before { content: "\E122"; } .glyphicon-bell:before { content: "\E123"; } .glyphicon-certificate:before { content: "\E124"; } .glyphicon-thumbs-up:before { content: "\E125"; } .glyphicon-thumbs-down:before { content: "\E126"; } .glyphicon-hand-right:before { content: "\E127"; } .glyphicon-hand-left:before { content: "\E128"; } .glyphicon-hand-up:before { content: "\E129"; } .glyphicon-hand-down:before { content: "\E130"; } .glyphicon-circle-arrow-right:before { content: "\E131"; } .glyphicon-circle-arrow-left:before { content: "\E132"; } .glyphicon-circle-arrow-up:before { content: "\E133"; } .glyphicon-circle-arrow-down:before { content: "\E134"; } .glyphicon-globe:before { content: "\E135"; } .glyphicon-wrench:before { content: "\E136"; } .glyphicon-tasks:before { content: "\E137"; } .glyphicon-filter:before { content: "\E138"; } .glyphicon-briefcase:before { content: "\E139"; } .glyphicon-fullscreen:before { content: "\E140"; } .glyphicon-dashboard:before { content: "\E141"; } .glyphicon-paperclip:before { content: "\E142"; } .glyphicon-heart-empty:before { content: "\E143"; } .glyphicon-link:before { content: "\E144"; } .glyphicon-phone:before { content: "\E145"; } .glyphicon-pushpin:before { content: "\E146"; } .glyphicon-usd:before { content: "\E148"; } .glyphicon-gbp:before { content: "\E149"; } .glyphicon-sort:before { content: "\E150"; } .glyphicon-sort-by-alphabet:before { content: "\E151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\E152"; } .glyphicon-sort-by-order:before { content: "\E153"; } .glyphicon-sort-by-order-alt:before { content: "\E154"; } .glyphicon-sort-by-attributes:before { content: "\E155"; } .glyphicon-sort-by-attributes-alt:before { content: "\E156"; } .glyphicon-unchecked:before { content: "\E157"; } .glyphicon-expand:before { content: "\E158"; } .glyphicon-collapse-down:before { content: "\E159"; } .glyphicon-collapse-up:before { content: "\E160"; } .glyphicon-log-in:before { content: "\E161"; } .glyphicon-flash:before { content: "\E162"; } .glyphicon-log-out:before { content: "\E163"; } .glyphicon-new-window:before { content: "\E164"; } .glyphicon-record:before { content: "\E165"; } .glyphicon-save:before { content: "\E166"; } .glyphicon-open:before { content: "\E167"; } .glyphicon-saved:before { content: "\E168"; } .glyphicon-import:before { content: "\E169"; } .glyphicon-export:before { content: "\E170"; } .glyphicon-send:before { content: "\E171"; } .glyphicon-floppy-disk:before { content: "\E172"; } .glyphicon-floppy-saved:before { content: "\E173"; } .glyphicon-floppy-remove:before { content: "\E174"; } .glyphicon-floppy-save:before { content: "\E175"; } .glyphicon-floppy-open:before { content: "\E176"; } .glyphicon-credit-card:before { content: "\E177"; } .glyphicon-transfer:before { content: "\E178"; } .glyphicon-cutlery:before { content: "\E179"; } .glyphicon-header:before { content: "\E180"; } .glyphicon-compressed:before { content: "\E181"; } .glyphicon-earphone:before { content: "\E182"; } .glyphicon-phone-alt:before { content: "\E183"; } .glyphicon-tower:before { content: "\E184"; } .glyphicon-stats:before { content: "\E185"; } .glyphicon-sd-video:before { content: "\E186"; } .glyphicon-hd-video:before { content: "\E187"; } .glyphicon-subtitles:before { content: "\E188"; } .glyphicon-sound-stereo:before { content: "\E189"; } .glyphicon-sound-dolby:before { content: "\E190"; } .glyphicon-sound-5-1:before { content: "\E191"; } .glyphicon-sound-6-1:before { content: "\E192"; } .glyphicon-sound-7-1:before { content: "\E193"; } .glyphicon-copyright-mark:before { content: "\E194"; } .glyphicon-registration-mark:before { content: "\E195"; } .glyphicon-cloud-download:before { content: "\E197"; } .glyphicon-cloud-upload:before { content: "\E198"; } .glyphicon-tree-conifer:before { content: "\E199"; } .glyphicon-tree-deciduous:before { content: "\E200"; } .glyphicon-cd:before { content: "\E201"; } .glyphicon-save-file:before { content: "\E202"; } .glyphicon-open-file:before { content: "\E203"; } .glyphicon-level-up:before { content: "\E204"; } .glyphicon-copy:before { content: "\E205"; } .glyphicon-paste:before { content: "\E206"; } .glyphicon-alert:before { content: "\E209"; } .glyphicon-equalizer:before { content: "\E210"; } .glyphicon-king:before { content: "\E211"; } .glyphicon-queen:before { content: "\E212"; } .glyphicon-pawn:before { content: "\E213"; } .glyphicon-bishop:before { content: "\E214"; } .glyphicon-knight:before { content: "\E215"; } .glyphicon-baby-formula:before { content: "\E216"; } .glyphicon-tent:before { content: "\26FA"; } .glyphicon-blackboard:before { content: "\E218"; } .glyphicon-bed:before { content: "\E219"; } .glyphicon-apple:before { content: "\F8FF"; } .glyphicon-erase:before { content: "\E221"; } .glyphicon-hourglass:before { content: "\231B"; } .glyphicon-lamp:before { content: "\E223"; } .glyphicon-duplicate:before { content: "\E224"; } .glyphicon-piggy-bank:before { content: "\E225"; } .glyphicon-scissors:before { content: "\E226"; } .glyphicon-bitcoin:before { content: "\E227"; } .glyphicon-btc:before { content: "\E227"; } .glyphicon-xbt:before { content: "\E227"; } .glyphicon-yen:before { content: "\A5"; } .glyphicon-jpy:before { content: "\A5"; } .glyphicon-ruble:before { content: "\20BD"; } .glyphicon-rub:before { content: "\20BD"; } .glyphicon-scale:before { content: "\E230"; } .glyphicon-ice-lolly:before { content: "\E231"; } .glyphicon-ice-lolly-tasted:before { content: "\E232"; } .glyphicon-education:before { content: "\E233"; } .glyphicon-option-horizontal:before { content: "\E234"; } .glyphicon-option-vertical:before { content: "\E235"; } .glyphicon-menu-hamburger:before { content: "\E236"; } .glyphicon-modal-window:before { content: "\E237"; } .glyphicon-oil:before { content: "\E238"; } .glyphicon-grain:before { content: "\E239"; } .glyphicon-sunglasses:before { content: "\E240"; } .glyphicon-text-size:before { content: "\E241"; } .glyphicon-text-color:before { content: "\E242"; } .glyphicon-text-background:before { content: "\E243"; } .glyphicon-object-align-top:before { content: "\E244"; } .glyphicon-object-align-bottom:before { content: "\E245"; } .glyphicon-object-align-horizontal:before { content: "\E246"; } .glyphicon-object-align-left:before { content: "\E247"; } .glyphicon-object-align-vertical:before { content: "\E248"; } .glyphicon-object-align-right:before { content: "\E249"; } .glyphicon-triangle-right:before { content: "\E250"; } .glyphicon-triangle-left:before { content: "\E251"; } .glyphicon-triangle-bottom:before { content: "\E252"; } .glyphicon-triangle-top:before { content: "\E253"; } .glyphicon-console:before { content: "\E254"; } .glyphicon-superscript:before { content: "\E255"; } .glyphicon-subscript:before { content: "\E256"; } .glyphicon-menu-left:before { content: "\E257"; } .glyphicon-menu-right:before { content: "\E258"; } .glyphicon-menu-down:before { content: "\E259"; } .glyphicon-menu-up:before { content: "\E260"; } * { box-sizing: border-box; } :after, :before { box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:focus, a:hover { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role=button] { cursor: pointer; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #777; } .h1, .h2, .h3, h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65%; } .h4, .h5, .h6, h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75%; } .h1, h1 { font-size: 36px; } .h2, h2 { font-size: 30px; } .h3, h3 { font-size: 24px; } .h4, h4 { font-size: 18px; } .h5, h5 { font-size: 14px; } .h6, h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } .small, small { font-size: 85%; } .mark, mark { padding: 0.2em; background-color: #fcf8e3; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777; } .text-primary { color: #337ab7; } a.text-primary:focus, a.text-primary:hover { color: #286090; } .text-success { color: #3c763d; } a.text-success:focus, a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:focus, a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:focus, a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:focus, a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:focus, a.bg-primary:hover { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:focus, a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:focus, a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:focus, a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:focus, a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ol, ul { margin-top: 0; margin-bottom: 10px; } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dd, dt { line-height: 1.42857143; } dt { font-weight: 700; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[data-original-title], abbr[title] { cursor: help; border-bottom: 1px dotted #777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0; } blockquote .small, blockquote footer, blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; } blockquote .small:before, blockquote footer:before, blockquote small:before { content: "\2014\A0"; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before { content: ""; } .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after { content: "\A0\2014"; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border: 1px solid #ddd; } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*=col-] { position: static; display: table-column; float: none; } table td[class*=col-], table th[class*=col-] { position: static; display: table-cell; float: none; } .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active { background-color: #f5f5f5; } .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover { background-color: #e8e8e8; } .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success { background-color: #dff0d8; } .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover { background-color: #d0e9c6; } .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info { background-color: #d9edf7; } .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover { background-color: #c4e3f3; } .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning { background-color: #fcf8e3; } .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover { background-color: #faf2cc; } .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger { background-color: #f2dede; } .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover { background-color: #ebcccc; } .table-responsive { min-height: 0.01%; overflow-x: auto; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0; } .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; } input[type=search] { box-sizing: border-box; } input[type=checkbox], input[type=radio] { margin: 4px 0 0; margin-top: 1px\9; line-height: normal; } input[type=file] { display: block; } input[type=range] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type=search] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control { line-height: 34px; } .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm { line-height: 30px; } .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg { line-height: 46px; } } .form-group { margin-bottom: 15px; } .checkbox, .radio { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .checkbox label, .radio label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; } .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { position: absolute; margin-top: 4px\9; margin-left: -20px; } .checkbox + .checkbox, .radio + .radio { margin-top: -5px; } .checkbox-inline, .radio-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; } .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 10px; } fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed; } .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline { cursor: not-allowed; } .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label { cursor: not-allowed; } .form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } select[multiple].input-sm, textarea.input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } select[multiple].input-lg, textarea.input-lg { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .form-group-lg select.form-control { height: 46px; line-height: 46px; } .form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 25px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .checkbox, .form-inline .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .checkbox label, .form-inline .radio label { padding-left: 0; } .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .checkbox, .form-horizontal .radio { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.33px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.focus, .btn:focus, .btn:hover { color: #333; text-decoration: none; } .btn.active, .btn:active { background-image: none; outline: 0; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); box-shadow: none; opacity: 0.65; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default.focus, .btn-default:focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success.focus, .btn-success:focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover { color: #fff; background-color: #398439; border-color: #255625; } .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info.focus, .btn-info:focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning.focus, .btn-warning:focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger.focus, .btn-danger:focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: 400; color: #337ab7; border-radius: 0; } .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; } .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { border-color: transparent; } .btn-link:focus, .btn-link:hover { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { color: #777; text-decoration: none; } .btn-group-lg > .btn, .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-group-sm > .btn, .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-group-xs > .btn, .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-property: height, visibility; transition-property: height, visibility; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropdown, .dropup { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { color: #777; } .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid\9; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group-vertical > .btn, .btn-group > .btn { position: relative; float: left; } .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*=col-] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto; } .input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell; } .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:focus, .nav > li > a:hover { text-decoration: none; background-color: #eee; } .nav > li.disabled > a { color: #777; } .nav > li.disabled > a:focus, .nav > li.disabled > a:hover { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 200px; } } .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-bottom, .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-bottom, .navbar-fixed-top { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .checkbox, .navbar-form .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .checkbox label, .navbar-form .radio label { padding-left: 0; } .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:focus, .navbar-default .btn-link:hover { color: #333; } .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover { color: #fff; background-color: #080808; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover { color: #fff; } .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\A0"; } .breadcrumb > .active { color: #777; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { z-index: 3; color: #23527c; background-color: #eee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; } .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:focus, .pager li > a:hover { text-decoration: none; background-color: #eee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em; } a.label:focus, a.label:hover { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777; } .label-default[href]:focus, .label-default[href]:hover { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:focus, .label-primary[href]:hover { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:focus, .label-success[href]:hover { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:focus, .label-info[href]:hover { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:focus, .label-warning[href]:hover { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:focus, .label-danger[href]:hover { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-group-xs > .btn .badge, .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:focus, a.badge:hover { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron .h1, .jumbotron h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron .h1, .jumbotron h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail a > img, .thumbnail > img { margin-right: auto; margin-left: auto; } a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: 700; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-bar-striped, .progress-striped .progress-bar { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress-bar.active, .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { overflow: hidden; zoom: 1; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-body, .media-left, .media-right { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover { color: #555; text-decoration: none; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { color: #777; cursor: not-allowed; background-color: #eee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { color: #777; } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; } .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption { padding-right: 15px; padding-left: 15px; } .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0; } .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0; } .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: 0.2; } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: 0.5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0; } .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: 0; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: 0.5; } .modal-header { min-height: 16.43px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; filter: alpha(opacity=0); opacity: 0; line-break: auto; } .tooltip.in { filter: alpha(opacity=90); opacity: 0.9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-break: auto; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { content: ""; border-width: 10px; } .popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; } .popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; } .popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); } .popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > a > img, .carousel-inner > .item > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.active.right, .carousel-inner > .item.next { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .carousel-inner > .item.active.left, .carousel-inner > .item.prev { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); filter: alpha(opacity=50); opacity: 0.5; } .carousel-control.left { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1); background-repeat: repeat-x; } .carousel-control:focus, .carousel-control:hover { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: 0.9; } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 50%; margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 50%; margin-right: -10px; } .carousel-control .icon-next, .carousel-control .icon-prev { width: 20px; height: 20px; font-family: serif; line-height: 1; } .carousel-control .icon-prev:before { content: "\2039"; } .carousel-control .icon-next:before { content: "\203A"; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before { display: table; content: " "; } .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-lg, .visible-md, .visible-sm, .visible-xs { display: none !important; } .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } td.visible-xs, th.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } td.visible-sm, th.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } td.visible-md, th.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } td.visible-lg, th.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } td.visible-print, th.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*! Animate.css - http://daneden.me/animate Licensed under the MIT license Copyright (c) 2013 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } @-webkit-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); } } @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); } } .bounce { -webkit-animation-name: bounce; animation-name: bounce; } @-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; animation-name: flash; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes rubberBand { 0% { -webkit-transform: scale(1); transform: scale(1); } 30% { -webkit-transform: scaleX(1.25) scaleY(0.75); transform: scaleX(1.25) scaleY(0.75); } 40% { -webkit-transform: scaleX(0.75) scaleY(1.25); transform: scaleX(0.75) scaleY(1.25); } 60% { -webkit-transform: scaleX(1.15) scaleY(0.85); transform: scaleX(1.15) scaleY(0.85); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes rubberBand { 0% { -webkit-transform: scale(1); transform: scale(1); } 30% { -webkit-transform: scaleX(1.25) scaleY(0.75); transform: scaleX(1.25) scaleY(0.75); } 40% { -webkit-transform: scaleX(0.75) scaleY(1.25); transform: scaleX(0.75) scaleY(1.25); } 60% { -webkit-transform: scaleX(1.15) scaleY(0.85); transform: scaleX(1.15) scaleY(0.85); } 100% { -webkit-transform: scale(1); transform: scale(1); } } .rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } } @keyframes shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } } .shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } .swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; } @-webkit-keyframes tada { 0% { -webkit-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } @keyframes tada { 0% { -webkit-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } .tada { -webkit-animation-name: tada; animation-name: tada; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } } @keyframes wobble { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } } .wobble { -webkit-animation-name: wobble; animation-name: wobble; } @-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); } 80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); } 80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 60% { opacity: 1; -webkit-transform: translateX(30px); transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 60% { opacity: 1; -webkit-transform: translateX(30px); transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 60% { opacity: 1; -webkit-transform: translateY(-30px); transform: translateY(-30px); } 80% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 60% { opacity: 1; -webkit-transform: translateY(-30px); transform: translateY(-30px); } 80% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); transform: scale(1); } 25% { -webkit-transform: scale(0.95); transform: scale(0.95); } 50% { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } } @keyframes bounceOut { 0% { -webkit-transform: scale(1); transform: scale(1); } 25% { -webkit-transform: scale(0.95); transform: scale(0.95); } 50% { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } } .bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; } @-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } } @keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } } @keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } } @keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } @keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes flip { 0% { -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } @keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } .flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } @keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } .flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } @-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } } @keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } } @keyframes flipOutY { 0% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } } .flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; } @-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } @keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes lightSpeedOut { 0% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } } @keyframes lightSpeedOut { 0% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } @-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateIn { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(200deg); transform: rotate(200deg); opacity: 0; } } @keyframes rotateOut { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(200deg); transform: rotate(200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } @-webkit-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } @-webkit-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } @-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } .slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; } @-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; } @-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes slideOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } @-webkit-keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; } @-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes slideOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } .slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; } @-webkit-keyframes hinge { 0% { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40% { -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 80% { -webkit-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } 100% { -webkit-transform: translateY(700px); transform: translateY(700px); opacity: 0; } } @keyframes hinge { 0% { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40% { -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 80% { -webkit-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } 100% { -webkit-transform: translateY(700px); transform: translateY(700px); opacity: 0; } } .hinge { -webkit-animation-name: hinge; animation-name: hinge; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } @keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } .rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); transform: translateX(100%) rotate(120deg); } } @keyframes rollOut { 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); transform: translateX(100%) rotate(120deg); } } .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; } @-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; } } @keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @-webkit-keyframes zoomInDown { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInDown { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; } @-webkit-keyframes zoomInLeft { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(48px); transform: scale(0.475) translateX(48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInLeft { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(48px); transform: scale(0.475) translateX(48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; } @-webkit-keyframes zoomInRight { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(-48px); transform: scale(0.475) translateX(-48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInRight { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(-48px); transform: scale(0.475) translateX(-48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; } @-webkit-keyframes zoomInUp { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInUp { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; } @-webkit-keyframes zoomOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { opacity: 0; } } @keyframes zoomOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { opacity: 0; } } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; } @-webkit-keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-transform-origin: center bottom; transform-origin: center bottom; } } @keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-transform-origin: center bottom; transform-origin: center bottom; } } .zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; } @-webkit-keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(42px); transform: scale(0.475) translateX(42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-transform-origin: left center; transform-origin: left center; } } @keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(42px); transform: scale(0.475) translateX(42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-transform-origin: left center; transform-origin: left center; } } .zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; } @-webkit-keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(-42px); transform: scale(0.475) translateX(-42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-transform-origin: right center; transform-origin: right center; } } @keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(-42px); transform: scale(0.475) translateX(-42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-transform-origin: right center; transform-origin: right center; } } .zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; } @-webkit-keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-transform-origin: center top; transform-origin: center top; } } @keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-transform-origin: center top; transform-origin: center top; } } .zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; } input[type=text], textarea { margin: 0; padding: 0 6px; vertical-align: middle; background: none; border: 1px solid #ddd; font-size: 13px; font-weight: 400; color: #888; font-style: italic; border-radius: 0; box-shadow: none; -webkit-transition: all 0.3s; transition: all 0.3s; } input[type=text]:focus, textarea:focus { outline: 0; border: 1px solid #bbb; box-shadow: none; } input[type=text]:-moz-placeholder, textarea:-moz-placeholder { color: #ccc; } input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc; } input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; } button.btn { height: 30px; margin: 0; padding: 0 8px; vertical-align: middle; background: #fff; border: 0; font-size: 13px; font-weight: 400; line-height: 30px; color: #000; text-shadow: none; } button.btn:hover { background: #fff; border: 0; color: #000; } button.btn:active { outline: 0; background: #fff; border: 0; color: #000; } button.btn:focus { outline: 0; background: #fff; border: 0; color: #000; } .btn:active:focus, .btn.active:focus { outline: 0; background: #fff; border: 0; color: #000; } /* * * Template Name: Andia * Template URI: http://azmind.com * Description: Andia - Responsive Agency Template * Author: <NAME> * Author URI: http://azmind.com * */ @font-face { font-family: "Bison"; src: url("/fonts/Bison-Bold(PersonalUse).ttf?d7e06b3006c000446ba07df1d4955920"); } @font-face { font-family: "Gotham"; src: url(/fonts/GothamLight.ttf?8566e2336952927984495865df90963c); } @font-face { font-family: "Battambang"; src: url(/fonts/KhmerOSBattambang.ttf?ae9811f86823ac4cdf5afa7b469cb1cf); } @font-face { font-family: "Koulen"; /*src: url('KhmerOSKoulen.ttf');*/ src: url(/fonts/Bayon-Regular.ttf?ea677caf10b7227edf7eba5604851ca2); } body { text-align: center; /*font-family: 'Open Sans', sans-serif;*/ /*font-family: 'Roboto', sans-serif;*/ /*font-family: "SAPMedium",Arial,Helvetica,sans-serif;*/ font-family: "Bison"; /*color: #888;*/ color: #000; font-size: 12px; /*background-image: url("../img/bg/bg3.jpg");*/ } p { padding-left: 5px; } * { -ms-user-select: none; user-select: none; -khtml-user-select: none; -o-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; } input, input:before, input:after { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } .phone-text { font-size: 18px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.5px; text-align: center; color: #0033a1; } .top-contain { margin: 0 auto; width: 90%; } .violet { color: #9d426b; } a { color: #9d426b; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; } a:hover, a:focus { color: #888; text-decoration: none; } strong { font-weight: bold; } img { max-width: 100%; } h1, h2 { line-height: 40px; } h3, h4 { line-height: 20px; } /* ::-moz-selection { background: #9d426b; color: #fff; text-shadow: none; } ::selection { background: #9d426b; color: #fff; text-shadow: none; }*/ /***** Big links / buttons *****/ a.big-link-1 { display: inline-block; padding: 5px 22px; color: #fff; font-style: italic; text-decoration: none; box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-1:hover { box-shadow: none; } a.big-link-1:active { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-2 { display: inline-block; width: 35px; height: 35px; padding-top: 6px; background: #00A651; font-size: 20px; color: #fff; line-height: 20px; border-radius: 19px; box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-2 i { vertical-align: middle; } a.big-link-2:hover { background: #5d5d5d; box-shadow: none; } a.big-link-2:active { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-3 { display: inline-block; padding: 5px 22px; font-size: 18px; color: #fff; font-style: italic; line-height: 24px; text-decoration: none; box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; background: linear-gradient(45deg, #00A651 0, #2A2A2A 90%); border-radius: 5px; } a.big-link-3:hover { box-shadow: none; } a.big-link-3:active { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } /***** Top menu *****/ .navbar { margin-bottom: 0; background: #fff; border: 0; border-radius: 0; } ul.navbar-nav { font-size: 14px; color: #888; text-transform: uppercase; } ul.navbar-nav li a { padding: 23px 20px; color: #5d5d5d; } ul.navbar-nav li.active a { color: #5d5d5d; } ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { color: #fff; outline: 0; } .nav .open > a { color: #5d5d5d; } .nav .open > a:hover, .nav .open > a:focus { color: #fff; } ul.navbar-nav li a i { line-height: 35px; color: #aaa; } ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff; } .dropdown-menu { border: 0; border-radius: 0; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); } .top-menu-left { margin: 0 auto; width: 500px; } .top-menu-right { float: right; } .dropdown-menu > .active > a { color: #5d5d5d; } ul li ul li ul li { font-size: 13px; font-weight: normal; text-transform: capitalize; } .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #9d426b; } ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px; } ul.navbar-nav li.active .dropdown-menu a { color: #5d5d5d; border: 0; } ul.navbar-nav li.active .dropdown-menu a:hover, ul.navbar-nav li.active .dropdown-menu a:focus { color: #fff; border: 0; } ul.navbar-nav li.active .dropdown-menu > .active > a { color: #9d426b; border: 0; } ul.navbar-nav li.active .dropdown-menu > .active > a:hover, ul.navbar-nav li.active .dropdown-menu > .active > a:focus { color: #fff; border: 0; } .navbar > .container .navbar-brand { margin-left: 0; } .navbar-brand { width: 167px; height: 92px; text-indent: -99999px; background-size: 160px; width: 170px; height: 46px; top: 46px; left: 92px; } a.main-link { font-size: 18px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: left; color: #1a1e34; } /***** Slider *****/ .slider-container { margin: 0 auto; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 15px 0 rgba(0, 0, 0, 0.05) inset; } .slider { padding-left: 5px; padding-right: 5px; } .flexslider { margin-top: 45px; margin-bottom: 55px; border: 6px solid #fff; border-radius: 0; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 -5px 15px 0 rgba(0, 0, 0, 0.05); } .flexslider .slides > li { position: relative; } .flex-caption { position: absolute; left: 0; bottom: 20px; width: 95%; padding: 10px 20px; background: #1d1d1d; /* browsers that don't support rgba */ background: rgba(0, 0, 0, 0.7); font-size: 14px; line-height: 24px; color: #eaeaea; text-align: left; font-style: italic; } .flex-direction-nav a { width: 60px; height: 60px; padding-top: 17px; color: #fff; text-shadow: none; } .flex-direction-nav a:before { font-size: 26px; } .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { text-align: center; } /***** Slider 2 *****/ .slider-2-container { padding: 180px 0; max-height: 200px; } .slider-2-text { padding: 30px 0 43px 0; background: #1d1d1d; /* browsers that don't support rgba */ background: rgba(0, 0, 0, 0); color: #fff; } .slider-2-text h1 { padding-left: 30px; padding-right: 30px; font-family: "Lobster", cursive; font-size: 30px; color: #fff; font-weight: bold; } .slider-2-text p { padding-left: 30px; padding-right: 30px; font-size: 18px; font-style: italic; } /***** Presentation *****/ .presentation-container { margin-top: 30px; } .presentation-container h1 { font-family: "Lobster", cursive; font-size: 30px; color: #5d5d5d; font-weight: bold; } .presentation-container p { font-size: 18px; font-style: italic; } /***** Services *****/ .services-container { margin-top: 10px; /*background-image: url("../img/background.jpg");*/ } .services-title { margin-top: 40px; } .services-title h2 { width: 200px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #00A651; font-weight: bold; } .service { margin-top: 40px; padding: 15px 15px 20px 15px; /*background: #f8f8f8; border-bottom: 2px solid #00A651;*/ } .product-container .service { border: 1px solid #00A651; border-radius: 2px; } .price-container .service { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } .service p { text-align: justify; } .service img { max-height: 166px; } .service:hover { /* box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset; -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s; */ } .service .service-icon { font-size: 50px; line-height: 50px; color: #db2842; } .service .service-icon i { vertical-align: middle; border-radius: 50%; color: #FFF; padding: 10px; } .service .service-icon i.fa-eye { background-color: #3591d1; } .service .service-icon i.fa-table { background-color: #1f998f; } .service .service-icon i.fa-magic { background-color: #993d8a; } .service .service-icon i.fa-print { background-color: #1f998f; } .service h3 { margin-top: 13px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .service p { padding-bottom: 7px; line-height: 24px; } /***** Latest work *****/ .work-container { margin-top: 50px; } .work-title h2 { width: 220px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; } .work { margin-top: 40px; padding-bottom: 20px; background: #f8f8f8; border-bottom: 2px solid #00A651; } .work:hover img { opacity: 0.7; -webkit-transition: all 0.3s; transition: all 0.3s; } .work:hover { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .work .work-bottom { margin-top: 15px; } .work h3 { margin-top: 20px; padding-left: 15px; padding-right: 15px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .work p { padding-left: 15px; padding-right: 15px; line-height: 24px; font-style: italic; } /***** Testimonials *****/ .testimonials-title h2 { width: 180px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; } .testimonial-list { margin-top: 30px; text-align: left; } .testimonial-list .tab-pane { overflow: hidden; } .testimonial-list .testimonial-image { float: left; width: 10%; margin: 10px 0 0 0; } .testimonial-list .testimonial-image img { max-width: 64px; border: 3px solid #eaeaea; } .testimonial-list .testimonial-text { float: left; width: 90%; font-size: 14px; line-height: 30px; font-style: italic; } .testimonial-list .nav-tabs { border: 0; text-align: right; } .testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 2px; margin-right: 2px; } .testimonial-list .nav-tabs li a { width: 12px; height: 12px; padding: 0; background: #eaeaea; border: 0; border-radius: 0; } .testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; } .testimonial-list .nav-tabs li.active a { background: #00A651; } /***** Footer *****/ footer { margin: 0 auto; padding-bottom: 10px; background-color: #00091c; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset; } .footer-box { margin-top: 10px; text-align: left; } .footer-copyright p { color: #fff; font-size: 13px; text-align: right; opacity: 0.3; font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.14; letter-spacing: normal; color: #ffffff; padding-left: 10px; } ul.list-display { margin: 0px; padding: 0px; position: relative; z-index: 999999; } ul.list-display li { list-style: none; padding: 0px 0px; } ul.list-display li a { padding: 15px 0px; text-align: left; font-family: sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.14; letter-spacing: normal; color: #ffffff; } .footer-box p, .footer-box li, .footer-box li a, .footer-copyright p a, .footer-social a, .footer-social p a { font-size: 14px; text-align: left; font-family: Gotham; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: normal; color: #ffffff; } .footer-box p { font-family: sans-serif; font-size: 16px; } .footer-box h4 { margin-top: 20px; font-size: 25px; color: #fff; font-weight: bold; text-transform: uppercase; /*text-shadow: 0 1px 0 rgba(255,255,255,.7);*/ } .footer-box-text p { line-height: 24px; } .footer-box-text-contact i { padding-right: 7px; } .footer-box-text-subscribe form { padding-bottom: 10px; } .footer-box-text-subscribe input[type=text] { width: 95%; height: 26px; } /* Flickr feed */ .flickr-feed { margin: 16px 0 0 0; } .flickr-feed a { display: inline-block; width: 54px; margin: 0 4px 4px 0; } .flickr-feed a:hover { opacity: 0.7; } .flickr-feed a img { border: 2px solid #eaeaea; } .footer-border { margin-top: 20px; height: 1px; background-color: #f8f8f8; margin-bottom: 10px; opacity: 0.4; } .footer-copyright { line-height: 24px; text-align: right; } .footer-social { margin-top: 5px; text-align: left; } .footer-social a { margin: 10px 0 0 10px; font-size: 13px; opacity: 0.3; } .footer-social a:hover, .footer-social a:focus { color: #fff; opacity: 1; } /***** Page title *****/ .page-title-container { margin: 0 auto; text-align: left; position: relative; } .page-title-container h1 { display: inline; margin-left: 10px; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); vertical-align: middle; } .page-title-container p { display: inline; margin-left: 5px; font-size: 14px; font-style: italic; vertical-align: middle; } .page-title-container i { font-size: 46px; color: #ccc; vertical-align: middle; } /* ----- ABOUT PAGE ----- */ /***** About us text *****/ .about-us-container { margin-top: 20px; } .about-us-text { padding-top: 10px; padding-bottom: 10px; text-align: left; } .about-us-text h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .about-us-text p { line-height: 28px; font-size: 13px; } /***** Meet our team *****/ .team-container { margin-top: 30px; } .team-title h2 { width: 220px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; } .team-box { margin-top: 40px; padding-bottom: 15px; background: #f8f8f8; border-bottom: 2px solid #00A651; } .team-box:hover img { opacity: 0.7; -webkit-transition: all 0.3s; transition: all 0.3s; } .team-box:hover { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .team-box h3 { margin-top: 20px; padding-left: 15px; padding-right: 15px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .team-box p { padding-left: 15px; padding-right: 15px; line-height: 24px; font-style: italic; } .team-social a { margin: 0 5px; font-size: 26px; } /* ----- CONTACT PAGE ----- */ /***** Form *****/ .contact-us-container { margin-top: 20px; padding-bottom: 50px; text-align: left; } .contact-us-container h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .contact-us-container p { line-height: 28px; font-size: 13px; } .contact-form { padding-top: 25px; padding-bottom: 30px; } .contact-form form { margin-top: 25px; } .contact-form form .form-group { margin-bottom: 20px; } .contact-form input[type=text] { width: 95%; height: 34px; } .contact-form textarea { width: 95%; height: 170px; padding-top: 6px; padding-bottom: 6px; } .contact-form label { font-size: 13px; font-weight: 400; } .contact-form label .error-label { font-style: italic; } .contact-form button { margin-top: 5px; padding: 0 45px; } /***** Google map *****/ .contact-address { padding-bottom: 15px; } .contact-address .map { margin: 20px 0 40px 0; height: 300px; border: 5px solid #f8f8f8; } /* ----- SERVICES PAGE ----- */ /***** Services full width text *****/ .services-full-width-container { margin-top: 20px; } .services-full-width-text { padding-top: 10px; text-align: left; } .services-full-width-text h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .services-full-width-text p { line-height: 28px; font-size: 13px; } /***** Services half width text *****/ .services-half-width-container { margin-top: 20px; } .services-half-width-text { padding-top: 10px; padding-bottom: 10px; text-align: left; } .services-half-width-text h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .services-half-width-text p { line-height: 28px; font-size: 13px; } /***** Call to action *****/ .call-to-action-container { margin-top: 20px; padding-bottom: 50px; } .call-to-action-text { padding-top: 25px; padding-bottom: 15px; background: #f8f8f8; text-align: left; overflow: hidden; } .call-to-action-text:hover { box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .call-to-action-text p { float: left; width: 80%; padding-left: 25px; line-height: 30px; font-size: 18px; font-style: italic; } .call-to-action-text .call-to-action-button { float: left; width: 20%; padding-right: 25px; margin-bottom: 10px; text-align: right; } /* ----- PORTFOLIO PAGE ----- */ .portfolio-container { margin-top: 20px; padding-bottom: 50px; } .portfolio-filters { padding-top: 35px; padding-bottom: 10px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-align: left; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .portfolio-filters a { color: #5d5d5d; } .portfolio-filters a:hover, .portfolio-filters a.active { color: #9d426b; } .portfolio-box { width: 255px; margin: 40px 15px 0 15px; } .portfolio-box img { cursor: pointer; -webkit-transition: all 0.3s; transition: all 0.3s; } .portfolio-box:hover img { opacity: 0.7; } .portfolio-box-container { position: relative; background: #f8f8f8; border-bottom: 2px solid #9d426b; } .portfolio-box-container:hover { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .portfolio-box-icon { position: absolute; top: 10px; right: 10px; width: 35px; height: 35px; padding-top: 7.5px; padding-left: 3px; background: #1d1d1d; /* browsers that don't support rgba */ background: rgba(0, 0, 0, 0.7); font-size: 20px; color: #fff; line-height: 20px; border-radius: 19px; } .portfolio-box-text { padding: 0 15px 20px 15px; } .portfolio-box-text h3 { margin-top: 20px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .portfolio-box-text p { line-height: 24px; font-style: italic; } /* Customize*/ .fa-facebook { color: #405E9B; } .fa-twitter { color: #1DA1F2; } .fa-google-plus { color: #FE6761; } .fa-linkedin { color: #0077B5; } .fa-envelope { margin-right: 5px; } .fa-phone { margin-right: 15px; } .social { background-color: black; /*background-color: #00A651;*/ padding: 10px; border-bottom: 1px solid #C4951D; } .lang { margin-top: 15px; float: right; margin-right: 15px; } .social-icon { text-align: left; font-size: 38px; } .social-icon a { padding: 0px 5px; } .bk-news-list { border-radius: 3px; background-repeat: no-repeat; background-size: cover; background-position: center; } .social-contact { text-align: right; padding-top: 20px; } .social a { color: #FDFEFE !important; padding: 0px 6px 0px 6px; } /* .social-icon a{ background: #FFF; border-radius: 10px; padding: 4px 6px 4px 6px; text-align: center; margin-left:10px; } */ .navbar { font-weight: bold; /*background: linear-gradient(45deg,#FBFCFC 0,#FBFCFC 10%); */ background-color: #Fff; padding-top: 15px; } .main_features_content2 { text-align: left; font-size: 15pt; font-weight: 300; } .main_features_content2 .margin-top-60 { margin-top: 60px; } .main_features_content2 ul { list-style: none; padding: 0; } .main_features_content2 ul li { margin-top: 3%; } .back-to-top { position: fixed; bottom: 60px; right: 10px; cursor: pointer; display: none; background-color: rgba(0, 0, 0, 0.5); color: #fff; border-radius: 2px; line-height: 10px; padding: 10px 14px 10px 14px; font-size: 20px; } .single_features_left img, .single_features_right img { /* border-radius: 50% 50% 50% 50%; background-size: cover; max-width:300px; */ max-width: 300px; } .thumbnail { position: relative; display: inline-block; } .caption { text-align: left; color: #000; } .clear-both { padding: 20px; clear: both; } .border-dashed { color: #00A651; padding: 10px; border-bottom: 1px dashed #00A651; } .btn-default:hover { border-color: #00A651; } .thumbnial img { max-height: 400px; float: right; } .caption p { line-height: 2.1em; font-style: normal; } .product-benifit .service .service-icon .fa-check { color: #00A651; border-radius: 50%; padding: 10px; border: 1px solid #00A651; } .product-application .service .service-icon i { color: #000; float: left; font-size: 30pt; width: 20%; right: 10px; } .product-application .service .service-icon h3 { margin: 0; padding: 10px; float: right; width: 70%; text-align: left; } .product-application .service { text-align: justify; } #formslider { width: 500px; top: 100px; position: relative; z-index: 9999; } #header { width: 260px; height: 400px; position: absolute; right: 0; border: 1px solid #d8d8d8; padding: 20px 40px; border-radius: 3px; box-shadow: 0 0 8px gray; /*background-color: lightgoldenrodyellow;*/ background: linear-gradient(45deg, #2A2A2A 0, #001a51 40%); display: none; } .formslider p { color: #001a51; text-shadow: 2px 2px #CCC; font-size: 12pt; font-weight: bold; } #sidebar { position: relative; top: 170px; left: 320px; float: right; } #sidebar p { -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; -webkit-transform: rotate(90deg); transform: rotate(180deg); white-space: nowrap; display: block; bottom: 0; text-decoration: none; cursor: pointer; /*background-image: url("../ico/message-icon.png")!important;*/ } #sidebar1 { position: absolute; top: 150px; left: 190px; } #sidebar1 p { -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; -webkit-transform: rotate(90deg); transform: rotate(180deg); white-space: nowrap; display: block; bottom: 0; text-decoration: none; cursor: pointer; /*background-image: url("../ico/message-icon.png")!important;*/ } .formslider h3 { font-family: "Exo 2", sans-serif; } .formslider input[type=text], .formslider select, .formslider textarea { background-color: #FFF; } .formslider input[type=text] { margin-top: 10px; padding: 6px; width: 100%; font-size: 15px; border-radius: 2px; border: 3px solid #98d0f1; } .formslider h4 { font-size: 15px; } .formslider div#title { position: absolute; top: 300px; left: 650px; } .formslider select { padding: 6px; width: 100%; font-size: 15px; border-radius: 2px; border: 3px solid #98d0f1; margin-top: 10px; } .formslider textarea { padding: 6px; font-size: 15px; border-radius: 2px; border: 3px solid #98d0f1; margin-top: 10px; height: 80px; width: 100%; } .formslider button { background: linear-gradient(45deg, #fff 0, #fff 90%); border: none; color: #222; width: 100%; font-size: 14px; font-weight: bolder; padding: 8px 0; border-radius: 3px; cursor: pointer; margin-top: 25px; } .price-container .service { padding: 0; } .cd-pricing-header { height: auto; padding: 1.9em 0.9em 1.6em; pointer-events: auto; text-align: center; color: #000; font-size: 14px; border: 1px solid #82ca9c; } .cd-pricing-body ul { list-style: none; } .cd-pricing-features li { float: none; width: auto; padding: 1.5em; font-size: 10pt; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .cd-pricing-footer { position: relative; height: auto; text-align: center; background: none; } a.cd-select { display: block; padding: 1.7em 0; border-radius: 0 0 4px 4px; background: #82ca9c; color: #fff; } .cd-pricing-features .fa-check-circle { color: #82ca9c; font-size: 12pt; } .cd-pricing-features .fa-remove { color: red; font-size: 12pt; } #header h4 { color: #FFF; font-weight: bold; } .demo-container .service { margin-top: 0; } .demo-form-container { text-align: left; } .demo-form-container button { left: 16px; position: relative; float: left; } .video-text { position: absolute; top: 50%; left: 10%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: left; color: #000; max-width: 50%; } .board-message { background: url(/images/testi-bg.png?6db6fedc054003b343fb0798a10e1326); background-repeat: repeat; background-attachment: scroll; background-size: auto auto; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; padding: 50px 0px 50px 0px; overflow: hidden; margin-top: 50px; } .client-pic { padding: 0em 2em; max-width: 360px; margin: 0 auto; } .client-pic img { border-radius: 50%; } .img_res { display: block; width: 100%; height: auto; max-width: 100%; } .review-desc { font-size: 24px; line-height: 1.8; font-weight: 100; font-style: italic; padding-top: 20px; color: #fff; } .client-name { float: right; font-size: 30px; color: #fff; display: inline-block; border-bottom: 2px solid rgba(255, 255, 255, 0.3); padding-bottom: 5px; } .title-box { text-align: center; margin-bottom: 50px; } .title-box h2 { color: #FFF; text-transform: uppercase; } .services-container img.img_res { max-width: 100px; left: 30px; position: relative; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } .flex-item img { max-width: 200px; } .testimonials-container h3 { margin-bottom: 30px; } .flex-item { display: table; margin: 0 auto; } h3.sunfix-color, h4.sunfix-color, h2.sunfix-color, .sunfix-color { color: #fff; } i.fa-hand-o-right, p.fa-hand-o-right { color: #fff; } #sidebar i.fa-comments, #sidebar1 i.fa-comments { font-size: 32pt; } .find-property { font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; text-transform: uppercase; } .search-property { height: 100px; border-radius: 3px; margin: 0 auto; } .search-sp { border-right: solid 1px #e0e1e8; height: 100px; } .search-sp-1 { height: 100px; } .search-title { height: 19px; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; text-transform: uppercase; } .search-con { padding-top: 25px; } .search-drop { padding-top: 5px; } .search-btn-background { border-radius: 0px 3px 3px 0px; background-color: #001a51; height: 100px; } .image-show-left { margin-top: 90px; z-index: 99; position: relative; width: 100%; text-align: left; } .image-show-left img { max-width: 100%; } .image-show-left-cam { z-index: 99; position: relative; width: 100%; text-align: left; } .image-show-left-cam img { max-width: 670px; } .cambodia-info { background-image: linear-gradient(111deg, #a98c84, #443161); position: relative; z-index: 99; min-height: 500px; padding-top: 150px; margin-left: 0px; margin-right: 0px; } .text-cam { background: #f0f0ff left top; margin-top: 90px; padding-left: 0px; padding-right: 0px; min-height: 450px; } .show-up { position: relative; z-index: 8; } .contain-right { float: right; height: 310px; margin: 0 auto; padding-left: 10px; } .contain-right p { text-align: left; } .contain-right-title { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; max-width: 536px; padding: 50px; } .contain-right-title-cam { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; } .contain-right-article { font-size: 16px; font-weight: bold; font-style: normal; line-height: 2.3; letter-spacing: normal; color: #0c1a38; font-family: Gotham; text-align: left; padding-left: 50px; max-width: 100%; } .combine-right { text-align: left; padding-left: 15px; margin-top: 20%; } .combine-right-cam { text-align: left; padding-left: 15px; padding-top: 100px; } .start-article { text-align: left; height: 80px; margin-top: 125px; } .innumber { width: 100%; } .con-about-us { background: #f0f0ff left top; padding-left: 52%; padding-right: 15px; min-height: 720px; text-align: left; margin-left: -50%; } .aboutus { font-family: Bison; font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; padding-top: 11px; text-align: center; color: #fff; background-color: #0033a1; border-radius: 0px; height: 56px; width: 267px; } .aboutus:hover { font-family: Bison; font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; padding-top: 11px; text-align: center; color: #fff; background-color: #0033a1; border-radius: 0px; height: 56px; width: 267px; } .back-style { padding-left: 15px; padding-right: 0px; margin-top: 30px; min-height: 820px; text-align: left; float: right; min-width: 50%; } .con-right { float: right; min-width: 250px; min-height: 820px; } .mark-up-style { padding-left: 0px; padding-right: 0px; float: right; width: 50%; margin-top: -150% !important; z-index: 0; position: relative; } .link-size { font-size: 22px; margin-top: 6px; width: 60%; height: 80px; color: #0033a1; font-weight: bold; text-transform: uppercase; background-color: #fff; padding-top: 20px; } .combine-number { width: 100%; } .form-widht { width: 90%; } .cam-number { padding: 50px; } .num-sp { height: 1px; background-color: #f8f8f8; opacity: 0.4; } .number-of { font-size: 90px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; margin-bottom: 25px; } .project-detail { padding-top: 30px; } .num-of-operation { margin-top: 35px; color: #fff; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; text-transform: uppercase; } .act-title-right { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: left; margin-top: -15px; padding-left: 12px; } .act-title-left, .act-title-left a { font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: right; padding-right: 12px; } .news-box { border-radius: 4px; z-index: 5; margin: 15px; text-align: left; padding-top: 155px; padding-left: 20px; background-position: center; margin-top: 35px; background-position-x: 0; background-position-y: 0; margin-left: 0px; margin-right: 0px; min-height: 350px; } .list-news { width: 80%; margin: 0 auto; margin-top: -145px; z-index: 999; position: relative; } .news-type { height: 19px; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; } .news-content { font-size: 25px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-transform: uppercase; } .search-property .search-sp { background-color: #fff; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset; } .btn-search { font-size: 35px !important; padding: 0px !important; padding-top: 5px !important; background-color: #001a51 !important; color: #fff !important; } .found-property { height: 24px; font-family: Bison; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #f8e71c; } .found-image img { width: 100%; /*object-fit: contain;*/ } .found-title { text-align: left; font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #1e202d; margin: 5px 0px; } .found-add { text-align: left; font-size: 15px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #1e202d; font-family: Gotham; margin-top: auto; line-height: 2.3; } .found-last { padding-top: 10px; } .found-last .price-rank { text-align: left; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a90e2; padding-bottom: 15px; } .found-last .quater-finish { font-size: 14px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: right; color: #0033a1; margin-top: -20px; } .project-logo { text-align: center; padding-right: 20%; } .project-logo img { max-width: 243px; max-height: 120px; } .project-text { text-align: left; font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; color: #888888; } .project-status { width: 155px; font-family: Gotham; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; } .padding-z { margin-top: 50px; } .margin-z { margin-top: 110px; } .margin-z h4 { padding-left: 110px; } .space-text { height: 30px; } .project-status-read { padding-top: 17px; height: 77px; background-color: #dc4d54; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; } .project-content { text-align: left; font-family: Gotham; line-height: 2.1; letter-spacing: normal; color: #0c1a38; font-size: 16px; } .no-margin-padding { padding: 0px !important; margin-left: 0px !important; margin-right: 0px !important; } .width-100 { width: 100% !important; } .project-size { width: 35%; float: left; margin-right: 5%; margin-left: 5%; } .no-margin-180 { margin-top: 180px; } .project-size-number { font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #1e202d; border-bottom: 1px solid #ccc; } .project-size-of { font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #1e202d; } ul.nav-pills { width: 100%; margin: 0 auto; } ul.nav-pills li { -o-object-fit: contain; object-fit: contain; } ul.nav-pills li a { font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ccc; } ul.nav-pills li.active { color: #071941; background-color: #fff; } .nav-link { border-radius: 0px !important; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #071941; background-color: #fff; border-top: 6px solid #0033a1; border-radius: none; } .pro-full { width: 100%; } .pro-full .pro-description { padding: 10px; } .pro-full .pro-description ul { margin-left: px; padding-left: 0px; } .pro-title { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #071941; } .pro-content { font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.39; letter-spacing: normal; color: #071941; } .pro-room ul li { list-style: none; text-align: left; padding: 10px; font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; color: #444548; width: 50%; float: left; } .btn-visit { font-size: 22px !important; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #fff !important; background-color: #0033a1 !important; border-radius: 0px; height: 56px !important; width: 267px !important; } .btn-call { font-family: Bison; font-size: 22px !important; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #fff !important; background-color: #0033a1 !important; border-radius: 0px; height: 56px !important; padding-top: 12px; width: 267px !important; } .btn-map { font-size: 22px !important; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #222 !important; background-color: #f8f8f8 !important; border-radius: 0px; height: 56px !important; padding-top: 12px; border: 1px solid #003168 !important; width: 100% !important; margin-top: 25px; } .icon-show { padding: 25px 36px; border: 1px solid #ccc; border-radius: 31px 31px; } .room-description { padding-left: 15px; } .fac-title { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; margin-top: 35px; text-align: left; } .fac-article { text-align: left; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; color: #ffffff; } .fac-img { padding: 15px; width: 50%; float: left; } .maring-space { margin-top: 35px; clear: both; height: 15px; } .fac-img-title { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; margin-top: -25px; } .modal-content { width: 100%; height: 100%; border-radius: 0px; } .pop-up-pro { text-align: left; font-family: Bison; font-size: 80px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: normal; color: #ffffff; } .p-title-pro { text-align: left; font-family: Gotham; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; padding: 16px; padding-left: 0px; text-transform: uppercase; } .image-slide { width: 100%; } .carousel li { border: 1px solid #8888; } .carousel li.active { border: 1px solid #8888; } .fac-article-bk { font-family: Gotham; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; text-align: center; color: #1a1e34; } .interest-visit { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #071941; } #exampleModalLabel { font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #1e202d; text-align: left; } .input-book { width: 100%; } .input-book input[type=text] { border: none; width: 100%; border-bottom: 1px solid #e5e5e5; height: 50px; font-family: sans-serif; font-size: 18px; padding-left: 25px; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; display: block; clear: both; } .input-book i, .input-book span { color: #0033a1; } .form-box { min-height: 640px; border-radius: 4px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; padding: 20px; } .loan-title { font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; text-align: left; } .slidecontainer { width: 100%; /* Width of the outside container */ } /* The slider itself */ .slider { -webkit-appearance: none; /* Override default CSS styles */ -moz-appearance: none; appearance: none; width: 100%; /* Full-width */ height: 25px; /* Specified height */ background: #0033a1; /* Grey background */ outline: none; /* Remove outline */ opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */ -webkit-transition: opacity 0.2s; transition: opacity 0.2s; } /* Mouse-over effects */ .slider:hover { opacity: 1; /* Fully shown on mouse-over */ } /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ .slider::-webkit-slider-thumb { -webkit-appearance: none; /* Override default look */ appearance: none; width: 25px; /* Set a specific slider handle width */ height: 25px; /* Slider handle height */ background: #0033a1; /* Green background */ cursor: pointer; /* Cursor on hover */ } .slider::-moz-range-thumb { width: 25px; /* Set a specific slider handle width */ height: 25px; /* Slider handle height */ background: #0033a1; /* Green background */ cursor: pointer; /* Cursor on hover */ } .input-range-title { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; padding: 25px; text-align: left; padding-left: 0px; } .loan-result { opacity: 0.6; background-image: -webkit-gradient(linear, left top, left bottom, from(#0c1a38), to(#000000)); background-image: linear-gradient(to bottom, #0c1a38, #000000); min-height: 640px; } .ln-result { color: #fff; text-align: left; } .result-title { color: #fff; text-align: left; } .result-per-month { font-family: Bison; font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; } .loan-text { font-family: Gotham; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.39; letter-spacing: normal; color: #ffffff; } .loan-info a { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.79; letter-spacing: normal; color: #ffffff; } .cml-loan { float: right; width: 50%; } .cml-loan a { width: 100%; border-radius: 3px; border: solid 1px #028444; font-family: Gotham !important; font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #028444; padding: 15px; } .apply-loan { padding-top: 40px; } .apply-loan .input-book { width: 50%; float: left; } .loan-input { font-family: Gotham !important; } .slider .ui-slider-handle .ui-label { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.79; letter-spacing: normal; color: #000; } .validate-has-error { font-family: Gotham; font-size: 14px !important; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.79; letter-spacing: normal; color: red !important; text-align: left; } .bk-success { font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #1e202d; } .sl-confirm { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.44; letter-spacing: normal; text-align: center; color: #4a4a4a; } .title-margin { font-family: Bison; font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; } .list-cat { padding-left: 10px; text-align: left; } .list-cat-found { padding-right: 20%; text-align: center; } .list-cat-found span { font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #222; text-align: center; } .home-news { width: 80%; margin: 0 auto; margin-top: -205px; } .list-cat-found a span { font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #888; text-align: center; } .list-cat span { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #fff; padding: 5px; text-align: left; } .list-cat span.selected { color: #4a90e2; } .content-news { padding: 20px; } .content-news p { text-align: left; font-family: Gotham; font-size: 20px; font-weight: normal; font-style: normal; line-height: 2.1; letter-spacing: normal; } .share-on { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; } .title-about-us { font-family: Bison; font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #0c1a38; } .content-about-us { font-family: Gotham; font-size: 25px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.6; letter-spacing: normal; text-align: center; color: #0c1a38; text-align: left; } .related-article { font-family: Bison; font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; text-align: left; } .bk-blur { min-height: 696px; background-position: center; z-index: 5; } .box-filter { height: 297px; border-radius: 3px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: #ffffff; margin: 15px 0px; cursor: pointer; } .blur-title { opacity: 0.35; font-family: Bison; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: left; } .show-title { font-family: Bison; font-size: 40px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: left; } .image { padding-top: 55px; } .title-image { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #4a4a4a; padding-top: 25px; } .radio-input { padding: 5px; padding-top: 25px; text-align: center; } .radio-input input { border: none; width: 50px; margin: 0 auto; box-shadow: none; padding: 0px; } .per-complete { height: 40px; border-bottom: 1px solid #fff; opacity: 0.5; } .bk-complete { background-color: #0051ff; opacity: 1.3; } .per-complete h3 { color: #fff; font-family: Bison; font-size: 28px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; margin-top: -2px; } .background-screen { min-height: 651px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .width-res { min-height: 600px; margin-top: -85px; } .phone-call-ass { text-align: left; position: relative; z-index: 99; margin-top: -100px; } .text-ass { -o-object-fit: contain; object-fit: contain; font-family: Gotham; font-size: 20px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: normal; color: #646773; text-align: left; margin-top: 160px; } .text-ass h1 { text-align: center; font-family: Bison; font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; } .pop-up-text { width: 400px; float: right; } .pop-up-social { width: 300px; float: right; margin-top: 70px; } .contact, .contact p { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.4; letter-spacing: normal; color: #4a4a4a; text-align: center; padding: 10px; } .contact-title { font-family: Gotham; font-size: 25px; font-weight: bold; letter-spacing: normal; color: #0b1b53; text-align: center; padding: 10px; } .contact-left { padding: 0px; width: 50%; float: left; margin-top: -150px; } .contact-right { padding: 0px; width: 50%; float: right; margin-top: -150px; } .bk-contact { min-height: 350px; background-color: #fff; width: 85%; margin: 0 auto; margin-top: -180px; position: relative; border: 1px solid #eee; border-radius: 3px; } .text-top { margin-top: -160px; padding: 0px; margin-left: 0px; margin-right: 0px; background-color: #f0f0ff; } #image-gallery li img { width: 100%; max-height: 600px; } ul.lSPager { margin: 0 auto !important; } ul.lSGallery li { margin-top: 10px; margin-bottom: 10px; } .bk-news { min-height: 550px; background-position: center; background-size: cover; z-index: 6; z-index: 999; background-repeat: no-repeat; padding-top: 380px; margin: 0px; padding-left: 0px; padding-right: 0px; } ul.lang-show { padding: 0px; } ul.lang-show li { list-style: none; display: inline; margin: 10px; float: left; font-size: 20px; } @-moz-document url-prefix() { .fire-fox { margin-top: -160px; } .fei-z1 { margin-top: 15px; } } @supports (-ms-ime-align: auto) { .fire-fox { margin-top: -160px; } .fei-z1 { margin-top: 15px; } } /* - Name: megamenu.js - style.css - Version: 1.0 - Latest update: 29.01.2016. - Author: <NAME> - Author web site: http://marioloncarek.com */ body { font-family: Bison, Koulen; } body .project-status-read.list-cat-found.interest-visit.btn-visit > span { font-family: Bison, Koulen !important; } body a { font-family: Bison, Koulen !important; } body h4 { font-family: Bison, Koulen !important; } body .found-title { font-family: Bison, Koulen !important; } body .room-description { font-family: Battambang !important; } body .fac-description { font-family: Battambang !important; } body .pro-content { font-family: Battambang !important; } body .footer-term > a { font-family: Battambang !important; } body .address > p > a { font-family: Battambang !important; } body .modal-title > span { font-family: Bison, Koulen !important; } * { box-sizing: border-box; } a { color: #fff; } .description { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); } .menu { /*font-family: 'Roboto', sans-serif;*/ margin: 0 auto; } .menu-container { width: 80%; margin: 0 auto; background: #e9e9e9; } .menu-mobile { display: none; padding-top: 20px; } .menu-mobile:after { content: "\F394"; font-family: "Ionicons"; font-size: 2.5rem; padding: 0; float: right; position: relative; top: 50%; -webkit-transform: translateY(-25%); transform: translateY(-25%); } .menu-dropdown-icon:before { content: "\F489"; font-family: "Ionicons"; display: none; cursor: pointer; float: right; padding: 1.5em 2em; background: #fff; color: #333; } .menu > ul { margin: 0 auto; width: 100%; list-style: none; padding: 0; position: relative; /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */ box-sizing: border-box; bottom: 16px; } .menu > ul:before, .menu > ul:after { content: ""; display: table; } .menu > ul:after { clear: both; } .menu > ul > li { display: inline-block; padding: 0px 0px 0px 0px; margin: 10px auto; text-transform: uppercase; font-weight: bold; } .menu > ul > li a { text-decoration: none; padding: 1.5em 2em; display: block; } .menu > ul > li:hover { background: #001a51; color: #FFF !important; } .menu > ul > li > a:hover { color: #FFF; } .menu > ul > li > ul { display: none; width: 100%; background: #00A651; padding: 20px; position: absolute; z-index: 99; left: 0; margin: 0; list-style: none; box-sizing: border-box; top: 89.8px; color: #FFF; border-bottom: 1px solid #F79F24; } .menu > ul > li > ul:before, .menu > ul > li > ul:after { content: ""; display: table; } .menu > ul > li > ul:after { clear: both; } .menu > ul > li > ul > li { margin: 0; padding-bottom: 0; list-style: none; width: 20%; background: none; float: left; text-align: left; } .menu > ul > li > ul > li a { /*color: #777;*/ color: #FFF; padding: 0.2em 0; width: 95%; display: block; border-bottom: 1px solid #ccc; } .menu > ul > li > ul > li > ul { display: block; padding: 0; margin: 10px 0 0; list-style: none; box-sizing: border-box; } .menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after { content: ""; display: table; } .menu > ul > li > ul > li > ul:after { clear: both; } .menu > ul > li > ul > li > ul > li { float: left; width: 100%; padding: 4px 0; margin: 0; font-size: 1em; padding-left: 1em; text-align: left; } .menu > ul > li > ul > li > ul > li a { border: 0; } .menu > ul > li > ul.normal-sub { width: 300px; left: auto; padding: 10px 20px; } .menu > ul > li > ul.normal-sub > li { width: 100%; } .menu > ul > li > ul.normal-sub > li a { border: 0; padding: 1em 0; } .dropdown-menu > li > a { font-size: 20px; } @media only screen and (max-width: 959px) { .menu-container { width: 100%; } .menu-mobile { display: block; } .menu-dropdown-icon:before { display: block; } .menu > ul { display: none; margin-top: 50px; } .menu > ul > li { width: 100%; float: none; display: block; } .menu > ul > li a { padding: 1.5em; width: 100%; display: block; } .menu > ul > li > ul { position: relative; } .menu > ul > li > ul.normal-sub { width: 100%; } .menu > ul > li > ul > li { float: none; width: 100%; margin-top: 20px; } .menu > ul > li > ul > li:first-child { margin: 0; } .menu > ul > li > ul > li > ul { position: relative; } .menu > ul > li > ul > li > ul > li { float: none; } .menu .show-on-mobile { display: block; } } .navbar-brand { padding: 0px !important; } .navbar-brand img { width: 140px; } .toast-message { font-family: Gotham !important; font-weight: bold; } .hide-carousel-control { display: none; } .margin-top-15 { margin-top: 15px; } .alert-info { font-family: Gotham !important; } /* GLOBAL STYLES */ /* typography */ #complicated-content-carousel .carousel-control.left, #complicated-content-carousel .carousel-control.right { background-image: none; } #complicated-content-carousel .carousel-control.left { right: 35px; } #complicated-content-carousel .index { position: absolute; top: -70px; right: 0; font-size: 16px; color: #3c3c3c; } #complicated-content-carousel .flex-item { position: relative; display: inline-block; width: 320px; height: 380px; padding: 16px 13px; background-color: #f5f6f7; border: 6px solid #f5f6f7; } #complicated-content-carousel .flex-item:hover, #complicated-content-carousel .flex-item:focus { border: 6px solid #d2d4d5; border-radius: 3px; } .good-top { height: 21px; } .good-top-left { font-size: 16px; color: #424242; text-transform: uppercase; line-height: 21px; } .good-top-right { height: 21px; text-align: right; } .choose-color div { display: inline-block; width: 21px; height: 21px; border-radius: 50%; letter-spacing: 5px; cursor: pointer; } .choose-color .blue { background-color: #165eb9; } .choose-color .yellow { background-color: #ffe637; } .choose-color .black { background-color: #535253; } .choose-color .grey { background-color: #d3a7ac; } .choose-color .dark-blue { background-color: #35374c; } .choose-color .dark-blue-women { background-color: #192b5e; } .choose-color .light-blue-women { background-color: #1682c4; } .good-top-left .fa { position: relative; top: 2px; font-size: 21px; } .good-bottom { height: 21px; } .good-bottom * { margin-top: 0; margin-bottom: 0; } .good-bottom-left a h4 { font-size: 18px; color: #3c3c3c; text-transform: uppercase; line-height: 21px; } .good-bottom-right { position: relative; top: -1px; font-size: 22px; color: #424242; text-transform: uppercase; line-height: 21px; } .good-top-left, .good-bottom-left { float: left; text-align: left; } .good-top-right, .good-bottom-right { float: right; text-align: right; } .good-image { height: 294px; text-align: center; } .good-image:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; } .good-image img { max-height: 240px; vertical-align: middle; } .size { position: absolute; padding: 0; cursor: pointer; -webkit-transition: all 0.35s; transition: all 0.35s; } .size.shown { padding: 0 5px 5px 5px; background-color: #fff; border-radius: 2px; } .size.shown .option:hover { background-color: #f5f6f7; } .carousel-control { width: 50px; height: 50px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); bottom: auto; font-size: 30px; text-align: center; opacity: 1; } a.carousel-control.left, a.carousel-control.right { background-image: none; opacity: 1; text-align: center; } /* MEDIA QUERIES */ /* styles for phones' displays */ @media only screen and (max-width: 350px) { #complicated-content-carousel .flex-item { width: 300px; } } /* styles for medium size displays */ @media only screen and (min-width: 992px) and (max-width: 1199px) { #complicated-content-carousel .flex-item { width: 300px; } } @media (min-width: 1250px) { .container { width: 100%; } .found-image img { min-height: 450px; } } @media (min-width: 992px) and (max-width: 1249px) { .contain-right-article { padding-left: 0px; } .container { width: 100%; } .image-show-left-cam img { width: 100%; max-width: 100%; } .width-50 { width: 50%; } .list-cat-found { padding-right: 0px; } .text-cam { margin-top: 40px; padding-top: 15px; } .portfolio-box { width: 205px; } .testimonial-list .testimonial-image { width: 12%; } .testimonial-list .testimonial-text { width: 88%; } .lSSlide { height: auto; } .hide-w-res { display: none; } .w-60-res { width: 60%; float: right; padding: 0px; } .w-40-res { width: 20%; margin-left: 5px; float: left; } .list-news { margin-top: 10px; width: 100%; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .margin-z h4.found-property { font-size: 20px; } .pro-room ul li { width: 50%; } .text-ass { margin-top: 0px; } } @media (min-width: 768px) and (max-width: 991px) { .act-title-left, .act-title-left a { margin-top: -16px; float: right; margin-right: -15px; } .search-sp { height: 75px; } .dropdown-menu { left: 100%; margin-left: -250px; width: 255px; } .search-drop { float: right; margin-top: -30px; } .contain-right-article { padding-left: 0px; } .text-ass { margin-top: 0px; } .home-news { width: 100%; } .list-cat-found { padding-right: 0px; } .project-logo { padding-right: 0px; } .lang { display: none; } .combine-right-cam { padding-top: 10px; } .image-show-left-cam img { width: 100%; max-width: 100%; } .width-50 { width: 50%; } .text-cam { margin-top: 0px; padding-top: 15px; min-height: 418px; } .image-show-left { margin-top: 45px; } .container { width: 100%; } .top-menu-right { padding-right: 5px; } .combine-number { min-height: 300px; } .background-screen { min-height: 471px; } .lower-768 { margin-top: 195px; } .navbar > .container .navbar-brand { margin-left: 15px; } .navbar-collapse { border: 0; } .navbar-toggle { margin-top: 16px; } /*-------------Home------------------------------*/ .find-property { font-size: 60px; } .image-show-left { width: 100%; float: none; } .up-margin { margin-top: 0px; clear: both; width: 100%; } .combine-right { margin-left: 10%; } .start-article { margin-left: 0px; } .contain-fit { clear: both; float: none; margin-top: 360px; } .mark-up-style { background: none; } .show-up { width: 100%; } .combine-right { margin-top: 0px; } .width-res { min-height: inherit; } .map-canvas { height: 450px !important; } .lSSlide { height: auto; } /*-------------end------------------------------*/ .show-up-map { margin-top: 400px; } .pop-up-pro { font-size: 50px; } .pop-up-social { float: none; margin-top: 0px; } .loan-result { min-height: inherit; } .padding-z { margin-top: 225px; } .text-top, .project-size { margin-top: 0px; } .contact-left, .contact-right { margin-top: 0px; padding: 25px; } .hide-w-res { display: none; } .w-60-res { width: 60%; padding: 0px; float: right; } .w-40-res { width: 30%; padding: 0px; float: left; margin-left: 5px; } .found-image img { min-height: 500px; } .no-margin-180 { margin-top: 0px; } .margin-z { margin-top: 0px; } .list-news { margin-top: 10px; width: 100%; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .margin-z h4 { font-size: 40px; padding-left: 10px; margin-bottom: 25px; } .margin-z h4.found-property { font-size: 20px; } .form-widht { width: 100%; } .pro-room ul li { width: 100%; } } @media (min-width: 400px) and (max-width: 767px) { .act-title-left, .act-title-left a { margin-top: -16px; float: right; margin-right: -15px; } .search-sp { height: 75px; } .dropdown-menu { left: 100%; margin-left: -250px; width: 255px; } .search-drop { float: right; margin-top: -30px; } .contain-right-article { padding-left: 0px; } .text-ass { margin-top: 0px; } .home-news { width: 100%; } .list-cat-found { padding-right: 0px; } .project-logo { padding-right: 0px; } .pro-room ul li { width: 100%; } .lang { display: none; } .combine-right-cam { padding-top: 10px; } .image-show-left-cam img { width: 100%; max-width: 100%; } .text-cam { margin-top: 0px; padding-top: 15px; } .image-show-left { margin-top: 45px; } .margin-z h4 { font-size: 40px; padding-left: 10px; margin-bottom: 25px; } .margin-z h4.found-property { font-size: 20px; } .form-widht { width: 100%; } .top-menu-right { padding-right: 5px; } .combine-number { min-height: 300px; } /*-------------Home------------------------------*/ .no-margin-180 { margin-top: 0px; } .list-news { margin-top: 10px; width: 100%; } .flex-caption { display: none; } .find-property { font-size: 50px; } .background-screen { min-height: 471px; } .container { width: 100%; } .lower-768 { margin-top: 195px; } .contain-right-title { font-size: 40px; } .contain-fit { clear: both; float: none; margin-top: 360px; } .mark-up-style { background: none; } .link-size { width: 100%; margin-top: 10px; } .combine-right { margin-top: 0px; } .width-res { min-height: inherit; } /*-------------end------------------------------*/ .lSSlide { height: auto; } .show-up-map { margin-top: 400px; } .pop-up-pro { font-size: 50px; } .pop-up-social { float: none; margin-top: 0px; } .found-image img { min-height: 420px; } .loan-result { min-height: inherit; } .map-canvas { height: 450px !important; } .padding-z { margin-top: 225px; } .text-top, .project-size { margin-top: 0px; } .contact-left, .contact-right { margin-top: 0px; float: none; width: 100%; padding-top: 20px; } .hide-w-res { display: none; } .w-60-res { width: 60%; padding: 0px; float: right; } .w-40-res { width: 30%; padding: 0px; float: left; margin-left: 5px; } .top-contain { width: 100%; } .project-background img { max-height: 500px; } .margin-z { margin-top: 0px; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .footer-copyright p { text-align: left; } } @media (max-width: 400px) { .act-title-left, .act-title-left a { margin-top: -16px; float: right; margin-right: -15px; } .search-sp { height: 75px; } .dropdown-menu { left: 100%; margin-left: -250px; width: 255px; } .search-drop { float: right; margin-top: -30px; } .contain-right-article { padding-left: 0px; } .home-news { width: 100%; } .list-cat-found { padding-right: 0px; } .lang { display: none; } .combine-right-cam { padding-top: 10px; } .image-show-left-cam img { width: 100%; max-width: 100%; } .text-cam { margin-top: 0px; padding-top: 15px; } .margin-z h4 { font-size: 40px; padding-left: 10px; margin-bottom: 25px; } .margin-z h4.found-property { font-size: 20px; } .form-widht { width: 100%; } .top-menu-right { padding-right: 5px; } .combine-number { min-height: 300px; } .no-margin-180 { margin-top: 0px; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .list-news { margin-top: 10px; width: 100%; } .project-background img { max-height: 500px; } .flex-caption { display: none; } .find-property { font-size: 40px; } .background-screen { min-height: 471px; } .container { width: 100%; } .lower-768 { margin-top: 205px; } /*-------------Home------------------------------*/ .flex-caption { display: none; } .find-property { font-size: 45px; } .background-screen { min-height: 471px; } .container { width: 100%; } .padding-z { margin-top: 225px; } .lower-768 { margin-top: 195px; } .margin-z { margin-top: 0px; } .contain-right-title { font-size: 30px; } .contain-fit { clear: both; float: none; margin-top: 360px; } .mark-up-style { background: none; } .link-size { width: 100%; margin-top: 10px; } .combine-right { margin-top: 0px; } .lSSlide { height: auto; } .width-res { min-height: inherit; } /*-------------end------------------------------*/ .show-up-map { margin-top: 400px; } .pop-up-pro { font-size: 50px; } .pop-up-social { float: none; margin-top: 0px; } .loan-result { min-height: inherit; } .map-canvas { height: 450px !important; } .text-top, .project-size { margin-top: 0px; } .contact-left, .contact-right { margin-top: 0px; float: none; width: 100%; } .hide-w-res { display: none; } .w-60-res { width: 60%; padding: 0px; float: right; } .w-40-res { width: 30%; padding: 0px; float: left; margin-left: 5px; } .top-contain { width: 100%; } .image-show-left { margin-top: 45px; } .project-logo { padding-right: 0px; } .footer-copyright p { text-align: left; } } /* Retina-ize images/icons */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { /* logo */ .navbar-brand { background-repeat: no-repeat !important; background-size: 140px !important; } } /*! * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; } .fa-xs { font-size: 0.75em; } .fa-sm { font-size: 0.875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .fa-border { border: solid 0.08em #eee; border-radius: 0.1em; padding: 0.2em 0.25em 0.15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: 0.3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: 0.3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both { -webkit-filter: none; filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\F26E"; } .fa-accessible-icon:before { content: "\F368"; } .fa-accusoft:before { content: "\F369"; } .fa-acquisitions-incorporated:before { content: "\F6AF"; } .fa-ad:before { content: "\F641"; } .fa-address-book:before { content: "\F2B9"; } .fa-address-card:before { content: "\F2BB"; } .fa-adjust:before { content: "\F042"; } .fa-adn:before { content: "\F170"; } .fa-adobe:before { content: "\F778"; } .fa-adversal:before { content: "\F36A"; } .fa-affiliatetheme:before { content: "\F36B"; } .fa-air-freshener:before { content: "\F5D0"; } .fa-airbnb:before { content: "\F834"; } .fa-algolia:before { content: "\F36C"; } .fa-align-center:before { content: "\F037"; } .fa-align-justify:before { content: "\F039"; } .fa-align-left:before { content: "\F036"; } .fa-align-right:before { content: "\F038"; } .fa-alipay:before { content: "\F642"; } .fa-allergies:before { content: "\F461"; } .fa-amazon:before { content: "\F270"; } .fa-amazon-pay:before { content: "\F42C"; } .fa-ambulance:before { content: "\F0F9"; } .fa-american-sign-language-interpreting:before { content: "\F2A3"; } .fa-amilia:before { content: "\F36D"; } .fa-anchor:before { content: "\F13D"; } .fa-android:before { content: "\F17B"; } .fa-angellist:before { content: "\F209"; } .fa-angle-double-down:before { content: "\F103"; } .fa-angle-double-left:before { content: "\F100"; } .fa-angle-double-right:before { content: "\F101"; } .fa-angle-double-up:before { content: "\F102"; } .fa-angle-down:before { content: "\F107"; } .fa-angle-left:before { content: "\F104"; } .fa-angle-right:before { content: "\F105"; } .fa-angle-up:before { content: "\F106"; } .fa-angry:before { content: "\F556"; } .fa-angrycreative:before { content: "\F36E"; } .fa-angular:before { content: "\F420"; } .fa-ankh:before { content: "\F644"; } .fa-app-store:before { content: "\F36F"; } .fa-app-store-ios:before { content: "\F370"; } .fa-apper:before { content: "\F371"; } .fa-apple:before { content: "\F179"; } .fa-apple-alt:before { content: "\F5D1"; } .fa-apple-pay:before { content: "\F415"; } .fa-archive:before { content: "\F187"; } .fa-archway:before { content: "\F557"; } .fa-arrow-alt-circle-down:before { content: "\F358"; } .fa-arrow-alt-circle-left:before { content: "\F359"; } .fa-arrow-alt-circle-right:before { content: "\F35A"; } .fa-arrow-alt-circle-up:before { content: "\F35B"; } .fa-arrow-circle-down:before { content: "\F0AB"; } .fa-arrow-circle-left:before { content: "\F0A8"; } .fa-arrow-circle-right:before { content: "\F0A9"; } .fa-arrow-circle-up:before { content: "\F0AA"; } .fa-arrow-down:before { content: "\F063"; } .fa-arrow-left:before { content: "\F060"; } .fa-arrow-right:before { content: "\F061"; } .fa-arrow-up:before { content: "\F062"; } .fa-arrows-alt:before { content: "\F0B2"; } .fa-arrows-alt-h:before { content: "\F337"; } .fa-arrows-alt-v:before { content: "\F338"; } .fa-artstation:before { content: "\F77A"; } .fa-assistive-listening-systems:before { content: "\F2A2"; } .fa-asterisk:before { content: "\F069"; } .fa-asymmetrik:before { content: "\F372"; } .fa-at:before { content: "\F1FA"; } .fa-atlas:before { content: "\F558"; } .fa-atlassian:before { content: "\F77B"; } .fa-atom:before { content: "\F5D2"; } .fa-audible:before { content: "\F373"; } .fa-audio-description:before { content: "\F29E"; } .fa-autoprefixer:before { content: "\F41C"; } .fa-avianex:before { content: "\F374"; } .fa-aviato:before { content: "\F421"; } .fa-award:before { content: "\F559"; } .fa-aws:before { content: "\F375"; } .fa-baby:before { content: "\F77C"; } .fa-baby-carriage:before { content: "\F77D"; } .fa-backspace:before { content: "\F55A"; } .fa-backward:before { content: "\F04A"; } .fa-bacon:before { content: "\F7E5"; } .fa-balance-scale:before { content: "\F24E"; } .fa-balance-scale-left:before { content: "\F515"; } .fa-balance-scale-right:before { content: "\F516"; } .fa-ban:before { content: "\F05E"; } .fa-band-aid:before { content: "\F462"; } .fa-bandcamp:before { content: "\F2D5"; } .fa-barcode:before { content: "\F02A"; } .fa-bars:before { content: "\F0C9"; } .fa-baseball-ball:before { content: "\F433"; } .fa-basketball-ball:before { content: "\F434"; } .fa-bath:before { content: "\F2CD"; } .fa-battery-empty:before { content: "\F244"; } .fa-battery-full:before { content: "\F240"; } .fa-battery-half:before { content: "\F242"; } .fa-battery-quarter:before { content: "\F243"; } .fa-battery-three-quarters:before { content: "\F241"; } .fa-battle-net:before { content: "\F835"; } .fa-bed:before { content: "\F236"; } .fa-beer:before { content: "\F0FC"; } .fa-behance:before { content: "\F1B4"; } .fa-behance-square:before { content: "\F1B5"; } .fa-bell:before { content: "\F0F3"; } .fa-bell-slash:before { content: "\F1F6"; } .fa-bezier-curve:before { content: "\F55B"; } .fa-bible:before { content: "\F647"; } .fa-bicycle:before { content: "\F206"; } .fa-biking:before { content: "\F84A"; } .fa-bimobject:before { content: "\F378"; } .fa-binoculars:before { content: "\F1E5"; } .fa-biohazard:before { content: "\F780"; } .fa-birthday-cake:before { content: "\F1FD"; } .fa-bitbucket:before { content: "\F171"; } .fa-bitcoin:before { content: "\F379"; } .fa-bity:before { content: "\F37A"; } .fa-black-tie:before { content: "\F27E"; } .fa-blackberry:before { content: "\F37B"; } .fa-blender:before { content: "\F517"; } .fa-blender-phone:before { content: "\F6B6"; } .fa-blind:before { content: "\F29D"; } .fa-blog:before { content: "\F781"; } .fa-blogger:before { content: "\F37C"; } .fa-blogger-b:before { content: "\F37D"; } .fa-bluetooth:before { content: "\F293"; } .fa-bluetooth-b:before { content: "\F294"; } .fa-bold:before { content: "\F032"; } .fa-bolt:before { content: "\F0E7"; } .fa-bomb:before { content: "\F1E2"; } .fa-bone:before { content: "\F5D7"; } .fa-bong:before { content: "\F55C"; } .fa-book:before { content: "\F02D"; } .fa-book-dead:before { content: "\F6B7"; } .fa-book-medical:before { content: "\F7E6"; } .fa-book-open:before { content: "\F518"; } .fa-book-reader:before { content: "\F5DA"; } .fa-bookmark:before { content: "\F02E"; } .fa-bootstrap:before { content: "\F836"; } .fa-border-all:before { content: "\F84C"; } .fa-border-none:before { content: "\F850"; } .fa-border-style:before { content: "\F853"; } .fa-bowling-ball:before { content: "\F436"; } .fa-box:before { content: "\F466"; } .fa-box-open:before { content: "\F49E"; } .fa-boxes:before { content: "\F468"; } .fa-braille:before { content: "\F2A1"; } .fa-brain:before { content: "\F5DC"; } .fa-bread-slice:before { content: "\F7EC"; } .fa-briefcase:before { content: "\F0B1"; } .fa-briefcase-medical:before { content: "\F469"; } .fa-broadcast-tower:before { content: "\F519"; } .fa-broom:before { content: "\F51A"; } .fa-brush:before { content: "\F55D"; } .fa-btc:before { content: "\F15A"; } .fa-buffer:before { content: "\F837"; } .fa-bug:before { content: "\F188"; } .fa-building:before { content: "\F1AD"; } .fa-bullhorn:before { content: "\F0A1"; } .fa-bullseye:before { content: "\F140"; } .fa-burn:before { content: "\F46A"; } .fa-buromobelexperte:before { content: "\F37F"; } .fa-bus:before { content: "\F207"; } .fa-bus-alt:before { content: "\F55E"; } .fa-business-time:before { content: "\F64A"; } .fa-buy-n-large:before { content: "\F8A6"; } .fa-buysellads:before { content: "\F20D"; } .fa-calculator:before { content: "\F1EC"; } .fa-calendar:before { content: "\F133"; } .fa-calendar-alt:before { content: "\F073"; } .fa-calendar-check:before { content: "\F274"; } .fa-calendar-day:before { content: "\F783"; } .fa-calendar-minus:before { content: "\F272"; } .fa-calendar-plus:before { content: "\F271"; } .fa-calendar-times:before { content: "\F273"; } .fa-calendar-week:before { content: "\F784"; } .fa-camera:before { content: "\F030"; } .fa-camera-retro:before { content: "\F083"; } .fa-campground:before { content: "\F6BB"; } .fa-canadian-maple-leaf:before { content: "\F785"; } .fa-candy-cane:before { content: "\F786"; } .fa-cannabis:before { content: "\F55F"; } .fa-capsules:before { content: "\F46B"; } .fa-car:before { content: "\F1B9"; } .fa-car-alt:before { content: "\F5DE"; } .fa-car-battery:before { content: "\F5DF"; } .fa-car-crash:before { content: "\F5E1"; } .fa-car-side:before { content: "\F5E4"; } .fa-caret-down:before { content: "\F0D7"; } .fa-caret-left:before { content: "\F0D9"; } .fa-caret-right:before { content: "\F0DA"; } .fa-caret-square-down:before { content: "\F150"; } .fa-caret-square-left:before { content: "\F191"; } .fa-caret-square-right:before { content: "\F152"; } .fa-caret-square-up:before { content: "\F151"; } .fa-caret-up:before { content: "\F0D8"; } .fa-carrot:before { content: "\F787"; } .fa-cart-arrow-down:before { content: "\F218"; } .fa-cart-plus:before { content: "\F217"; } .fa-cash-register:before { content: "\F788"; } .fa-cat:before { content: "\F6BE"; } .fa-cc-amazon-pay:before { content: "\F42D"; } .fa-cc-amex:before { content: "\F1F3"; } .fa-cc-apple-pay:before { content: "\F416"; } .fa-cc-diners-club:before { content: "\F24C"; } .fa-cc-discover:before { content: "\F1F2"; } .fa-cc-jcb:before { content: "\F24B"; } .fa-cc-mastercard:before { content: "\F1F1"; } .fa-cc-paypal:before { content: "\F1F4"; } .fa-cc-stripe:before { content: "\F1F5"; } .fa-cc-visa:before { content: "\F1F0"; } .fa-centercode:before { content: "\F380"; } .fa-centos:before { content: "\F789"; } .fa-certificate:before { content: "\F0A3"; } .fa-chair:before { content: "\F6C0"; } .fa-chalkboard:before { content: "\F51B"; } .fa-chalkboard-teacher:before { content: "\F51C"; } .fa-charging-station:before { content: "\F5E7"; } .fa-chart-area:before { content: "\F1FE"; } .fa-chart-bar:before { content: "\F080"; } .fa-chart-line:before { content: "\F201"; } .fa-chart-pie:before { content: "\F200"; } .fa-check:before { content: "\F00C"; } .fa-check-circle:before { content: "\F058"; } .fa-check-double:before { content: "\F560"; } .fa-check-square:before { content: "\F14A"; } .fa-cheese:before { content: "\F7EF"; } .fa-chess:before { content: "\F439"; } .fa-chess-bishop:before { content: "\F43A"; } .fa-chess-board:before { content: "\F43C"; } .fa-chess-king:before { content: "\F43F"; } .fa-chess-knight:before { content: "\F441"; } .fa-chess-pawn:before { content: "\F443"; } .fa-chess-queen:before { content: "\F445"; } .fa-chess-rook:before { content: "\F447"; } .fa-chevron-circle-down:before { content: "\F13A"; } .fa-chevron-circle-left:before { content: "\F137"; } .fa-chevron-circle-right:before { content: "\F138"; } .fa-chevron-circle-up:before { content: "\F139"; } .fa-chevron-down:before { content: "\F078"; } .fa-chevron-left:before { content: "\F053"; } .fa-chevron-right:before { content: "\F054"; } .fa-chevron-up:before { content: "\F077"; } .fa-child:before { content: "\F1AE"; } .fa-chrome:before { content: "\F268"; } .fa-chromecast:before { content: "\F838"; } .fa-church:before { content: "\F51D"; } .fa-circle:before { content: "\F111"; } .fa-circle-notch:before { content: "\F1CE"; } .fa-city:before { content: "\F64F"; } .fa-clinic-medical:before { content: "\F7F2"; } .fa-clipboard:before { content: "\F328"; } .fa-clipboard-check:before { content: "\F46C"; } .fa-clipboard-list:before { content: "\F46D"; } .fa-clock:before { content: "\F017"; } .fa-clone:before { content: "\F24D"; } .fa-closed-captioning:before { content: "\F20A"; } .fa-cloud:before { content: "\F0C2"; } .fa-cloud-download-alt:before { content: "\F381"; } .fa-cloud-meatball:before { content: "\F73B"; } .fa-cloud-moon:before { content: "\F6C3"; } .fa-cloud-moon-rain:before { content: "\F73C"; } .fa-cloud-rain:before { content: "\F73D"; } .fa-cloud-showers-heavy:before { content: "\F740"; } .fa-cloud-sun:before { content: "\F6C4"; } .fa-cloud-sun-rain:before { content: "\F743"; } .fa-cloud-upload-alt:before { content: "\F382"; } .fa-cloudscale:before { content: "\F383"; } .fa-cloudsmith:before { content: "\F384"; } .fa-cloudversify:before { content: "\F385"; } .fa-cocktail:before { content: "\F561"; } .fa-code:before { content: "\F121"; } .fa-code-branch:before { content: "\F126"; } .fa-codepen:before { content: "\F1CB"; } .fa-codiepie:before { content: "\F284"; } .fa-coffee:before { content: "\F0F4"; } .fa-cog:before { content: "\F013"; } .fa-cogs:before { content: "\F085"; } .fa-coins:before { content: "\F51E"; } .fa-columns:before { content: "\F0DB"; } .fa-comment:before { content: "\F075"; } .fa-comment-alt:before { content: "\F27A"; } .fa-comment-dollar:before { content: "\F651"; } .fa-comment-dots:before { content: "\F4AD"; } .fa-comment-medical:before { content: "\F7F5"; } .fa-comment-slash:before { content: "\F4B3"; } .fa-comments:before { content: "\F086"; } .fa-comments-dollar:before { content: "\F653"; } .fa-compact-disc:before { content: "\F51F"; } .fa-compass:before { content: "\F14E"; } .fa-compress:before { content: "\F066"; } .fa-compress-arrows-alt:before { content: "\F78C"; } .fa-concierge-bell:before { content: "\F562"; } .fa-confluence:before { content: "\F78D"; } .fa-connectdevelop:before { content: "\F20E"; } .fa-contao:before { content: "\F26D"; } .fa-cookie:before { content: "\F563"; } .fa-cookie-bite:before { content: "\F564"; } .fa-copy:before { content: "\F0C5"; } .fa-copyright:before { content: "\F1F9"; } .fa-cotton-bureau:before { content: "\F89E"; } .fa-couch:before { content: "\F4B8"; } .fa-cpanel:before { content: "\F388"; } .fa-creative-commons:before { content: "\F25E"; } .fa-creative-commons-by:before { content: "\F4E7"; } .fa-creative-commons-nc:before { content: "\F4E8"; } .fa-creative-commons-nc-eu:before { content: "\F4E9"; } .fa-creative-commons-nc-jp:before { content: "\F4EA"; } .fa-creative-commons-nd:before { content: "\F4EB"; } .fa-creative-commons-pd:before { content: "\F4EC"; } .fa-creative-commons-pd-alt:before { content: "\F4ED"; } .fa-creative-commons-remix:before { content: "\F4EE"; } .fa-creative-commons-sa:before { content: "\F4EF"; } .fa-creative-commons-sampling:before { content: "\F4F0"; } .fa-creative-commons-sampling-plus:before { content: "\F4F1"; } .fa-creative-commons-share:before { content: "\F4F2"; } .fa-creative-commons-zero:before { content: "\F4F3"; } .fa-credit-card:before { content: "\F09D"; } .fa-critical-role:before { content: "\F6C9"; } .fa-crop:before { content: "\F125"; } .fa-crop-alt:before { content: "\F565"; } .fa-cross:before { content: "\F654"; } .fa-crosshairs:before { content: "\F05B"; } .fa-crow:before { content: "\F520"; } .fa-crown:before { content: "\F521"; } .fa-crutch:before { content: "\F7F7"; } .fa-css3:before { content: "\F13C"; } .fa-css3-alt:before { content: "\F38B"; } .fa-cube:before { content: "\F1B2"; } .fa-cubes:before { content: "\F1B3"; } .fa-cut:before { content: "\F0C4"; } .fa-cuttlefish:before { content: "\F38C"; } .fa-d-and-d:before { content: "\F38D"; } .fa-d-and-d-beyond:before { content: "\F6CA"; } .fa-dashcube:before { content: "\F210"; } .fa-database:before { content: "\F1C0"; } .fa-deaf:before { content: "\F2A4"; } .fa-delicious:before { content: "\F1A5"; } .fa-democrat:before { content: "\F747"; } .fa-deploydog:before { content: "\F38E"; } .fa-deskpro:before { content: "\F38F"; } .fa-desktop:before { content: "\F108"; } .fa-dev:before { content: "\F6CC"; } .fa-deviantart:before { content: "\F1BD"; } .fa-dharmachakra:before { content: "\F655"; } .fa-dhl:before { content: "\F790"; } .fa-diagnoses:before { content: "\F470"; } .fa-diaspora:before { content: "\F791"; } .fa-dice:before { content: "\F522"; } .fa-dice-d20:before { content: "\F6CF"; } .fa-dice-d6:before { content: "\F6D1"; } .fa-dice-five:before { content: "\F523"; } .fa-dice-four:before { content: "\F524"; } .fa-dice-one:before { content: "\F525"; } .fa-dice-six:before { content: "\F526"; } .fa-dice-three:before { content: "\F527"; } .fa-dice-two:before { content: "\F528"; } .fa-digg:before { content: "\F1A6"; } .fa-digital-ocean:before { content: "\F391"; } .fa-digital-tachograph:before { content: "\F566"; } .fa-directions:before { content: "\F5EB"; } .fa-discord:before { content: "\F392"; } .fa-discourse:before { content: "\F393"; } .fa-divide:before { content: "\F529"; } .fa-dizzy:before { content: "\F567"; } .fa-dna:before { content: "\F471"; } .fa-dochub:before { content: "\F394"; } .fa-docker:before { content: "\F395"; } .fa-dog:before { content: "\F6D3"; } .fa-dollar-sign:before { content: "\F155"; } .fa-dolly:before { content: "\F472"; } .fa-dolly-flatbed:before { content: "\F474"; } .fa-donate:before { content: "\F4B9"; } .fa-door-closed:before { content: "\F52A"; } .fa-door-open:before { content: "\F52B"; } .fa-dot-circle:before { content: "\F192"; } .fa-dove:before { content: "\F4BA"; } .fa-download:before { content: "\F019"; } .fa-draft2digital:before { content: "\F396"; } .fa-drafting-compass:before { content: "\F568"; } .fa-dragon:before { content: "\F6D5"; } .fa-draw-polygon:before { content: "\F5EE"; } .fa-dribbble:before { content: "\F17D"; } .fa-dribbble-square:before { content: "\F397"; } .fa-dropbox:before { content: "\F16B"; } .fa-drum:before { content: "\F569"; } .fa-drum-steelpan:before { content: "\F56A"; } .fa-drumstick-bite:before { content: "\F6D7"; } .fa-drupal:before { content: "\F1A9"; } .fa-dumbbell:before { content: "\F44B"; } .fa-dumpster:before { content: "\F793"; } .fa-dumpster-fire:before { content: "\F794"; } .fa-dungeon:before { content: "\F6D9"; } .fa-dyalog:before { content: "\F399"; } .fa-earlybirds:before { content: "\F39A"; } .fa-ebay:before { content: "\F4F4"; } .fa-edge:before { content: "\F282"; } .fa-edit:before { content: "\F044"; } .fa-egg:before { content: "\F7FB"; } .fa-eject:before { content: "\F052"; } .fa-elementor:before { content: "\F430"; } .fa-ellipsis-h:before { content: "\F141"; } .fa-ellipsis-v:before { content: "\F142"; } .fa-ello:before { content: "\F5F1"; } .fa-ember:before { content: "\F423"; } .fa-empire:before { content: "\F1D1"; } .fa-envelope:before { content: "\F0E0"; } .fa-envelope-open:before { content: "\F2B6"; } .fa-envelope-open-text:before { content: "\F658"; } .fa-envelope-square:before { content: "\F199"; } .fa-envira:before { content: "\F299"; } .fa-equals:before { content: "\F52C"; } .fa-eraser:before { content: "\F12D"; } .fa-erlang:before { content: "\F39D"; } .fa-ethereum:before { content: "\F42E"; } .fa-ethernet:before { content: "\F796"; } .fa-etsy:before { content: "\F2D7"; } .fa-euro-sign:before { content: "\F153"; } .fa-evernote:before { content: "\F839"; } .fa-exchange-alt:before { content: "\F362"; } .fa-exclamation:before { content: "\F12A"; } .fa-exclamation-circle:before { content: "\F06A"; } .fa-exclamation-triangle:before { content: "\F071"; } .fa-expand:before { content: "\F065"; } .fa-expand-arrows-alt:before { content: "\F31E"; } .fa-expeditedssl:before { content: "\F23E"; } .fa-external-link-alt:before { content: "\F35D"; } .fa-external-link-square-alt:before { content: "\F360"; } .fa-eye:before { content: "\F06E"; } .fa-eye-dropper:before { content: "\F1FB"; } .fa-eye-slash:before { content: "\F070"; } .fa-facebook:before { content: "\F09A"; } .fa-facebook-f:before { content: "\F39E"; } .fa-facebook-messenger:before { content: "\F39F"; } .fa-facebook-square:before { content: "\F082"; } .fa-fan:before { content: "\F863"; } .fa-fantasy-flight-games:before { content: "\F6DC"; } .fa-fast-backward:before { content: "\F049"; } .fa-fast-forward:before { content: "\F050"; } .fa-fax:before { content: "\F1AC"; } .fa-feather:before { content: "\F52D"; } .fa-feather-alt:before { content: "\F56B"; } .fa-fedex:before { content: "\F797"; } .fa-fedora:before { content: "\F798"; } .fa-female:before { content: "\F182"; } .fa-fighter-jet:before { content: "\F0FB"; } .fa-figma:before { content: "\F799"; } .fa-file:before { content: "\F15B"; } .fa-file-alt:before { content: "\F15C"; } .fa-file-archive:before { content: "\F1C6"; } .fa-file-audio:before { content: "\F1C7"; } .fa-file-code:before { content: "\F1C9"; } .fa-file-contract:before { content: "\F56C"; } .fa-file-csv:before { content: "\F6DD"; } .fa-file-download:before { content: "\F56D"; } .fa-file-excel:before { content: "\F1C3"; } .fa-file-export:before { content: "\F56E"; } .fa-file-image:before { content: "\F1C5"; } .fa-file-import:before { content: "\F56F"; } .fa-file-invoice:before { content: "\F570"; } .fa-file-invoice-dollar:before { content: "\F571"; } .fa-file-medical:before { content: "\F477"; } .fa-file-medical-alt:before { content: "\F478"; } .fa-file-pdf:before { content: "\F1C1"; } .fa-file-powerpoint:before { content: "\F1C4"; } .fa-file-prescription:before { content: "\F572"; } .fa-file-signature:before { content: "\F573"; } .fa-file-upload:before { content: "\F574"; } .fa-file-video:before { content: "\F1C8"; } .fa-file-word:before { content: "\F1C2"; } .fa-fill:before { content: "\F575"; } .fa-fill-drip:before { content: "\F576"; } .fa-film:before { content: "\F008"; } .fa-filter:before { content: "\F0B0"; } .fa-fingerprint:before { content: "\F577"; } .fa-fire:before { content: "\F06D"; } .fa-fire-alt:before { content: "\F7E4"; } .fa-fire-extinguisher:before { content: "\F134"; } .fa-firefox:before { content: "\F269"; } .fa-first-aid:before { content: "\F479"; } .fa-first-order:before { content: "\F2B0"; } .fa-first-order-alt:before { content: "\F50A"; } .fa-firstdraft:before { content: "\F3A1"; } .fa-fish:before { content: "\F578"; } .fa-fist-raised:before { content: "\F6DE"; } .fa-flag:before { content: "\F024"; } .fa-flag-checkered:before { content: "\F11E"; } .fa-flag-usa:before { content: "\F74D"; } .fa-flask:before { content: "\F0C3"; } .fa-flickr:before { content: "\F16E"; } .fa-flipboard:before { content: "\F44D"; } .fa-flushed:before { content: "\F579"; } .fa-fly:before { content: "\F417"; } .fa-folder:before { content: "\F07B"; } .fa-folder-minus:before { content: "\F65D"; } .fa-folder-open:before { content: "\F07C"; } .fa-folder-plus:before { content: "\F65E"; } .fa-font:before { content: "\F031"; } .fa-font-awesome:before { content: "\F2B4"; } .fa-font-awesome-alt:before { content: "\F35C"; } .fa-font-awesome-flag:before { content: "\F425"; } .fa-font-awesome-logo-full:before { content: "\F4E6"; } .fa-fonticons:before { content: "\F280"; } .fa-fonticons-fi:before { content: "\F3A2"; } .fa-football-ball:before { content: "\F44E"; } .fa-fort-awesome:before { content: "\F286"; } .fa-fort-awesome-alt:before { content: "\F3A3"; } .fa-forumbee:before { content: "\F211"; } .fa-forward:before { content: "\F04E"; } .fa-foursquare:before { content: "\F180"; } .fa-free-code-camp:before { content: "\F2C5"; } .fa-freebsd:before { content: "\F3A4"; } .fa-frog:before { content: "\F52E"; } .fa-frown:before { content: "\F119"; } .fa-frown-open:before { content: "\F57A"; } .fa-fulcrum:before { content: "\F50B"; } .fa-funnel-dollar:before { content: "\F662"; } .fa-futbol:before { content: "\F1E3"; } .fa-galactic-republic:before { content: "\F50C"; } .fa-galactic-senate:before { content: "\F50D"; } .fa-gamepad:before { content: "\F11B"; } .fa-gas-pump:before { content: "\F52F"; } .fa-gavel:before { content: "\F0E3"; } .fa-gem:before { content: "\F3A5"; } .fa-genderless:before { content: "\F22D"; } .fa-get-pocket:before { content: "\F265"; } .fa-gg:before { content: "\F260"; } .fa-gg-circle:before { content: "\F261"; } .fa-ghost:before { content: "\F6E2"; } .fa-gift:before { content: "\F06B"; } .fa-gifts:before { content: "\F79C"; } .fa-git:before { content: "\F1D3"; } .fa-git-alt:before { content: "\F841"; } .fa-git-square:before { content: "\F1D2"; } .fa-github:before { content: "\F09B"; } .fa-github-alt:before { content: "\F113"; } .fa-github-square:before { content: "\F092"; } .fa-gitkraken:before { content: "\F3A6"; } .fa-gitlab:before { content: "\F296"; } .fa-gitter:before { content: "\F426"; } .fa-glass-cheers:before { content: "\F79F"; } .fa-glass-martini:before { content: "\F000"; } .fa-glass-martini-alt:before { content: "\F57B"; } .fa-glass-whiskey:before { content: "\F7A0"; } .fa-glasses:before { content: "\F530"; } .fa-glide:before { content: "\F2A5"; } .fa-glide-g:before { content: "\F2A6"; } .fa-globe:before { content: "\F0AC"; } .fa-globe-africa:before { content: "\F57C"; } .fa-globe-americas:before { content: "\F57D"; } .fa-globe-asia:before { content: "\F57E"; } .fa-globe-europe:before { content: "\F7A2"; } .fa-gofore:before { content: "\F3A7"; } .fa-golf-ball:before { content: "\F450"; } .fa-goodreads:before { content: "\F3A8"; } .fa-goodreads-g:before { content: "\F3A9"; } .fa-google:before { content: "\F1A0"; } .fa-google-drive:before { content: "\F3AA"; } .fa-google-play:before { content: "\F3AB"; } .fa-google-plus:before { content: "\F2B3"; } .fa-google-plus-g:before { content: "\F0D5"; } .fa-google-plus-square:before { content: "\F0D4"; } .fa-google-wallet:before { content: "\F1EE"; } .fa-gopuram:before { content: "\F664"; } .fa-graduation-cap:before { content: "\F19D"; } .fa-gratipay:before { content: "\F184"; } .fa-grav:before { content: "\F2D6"; } .fa-greater-than:before { content: "\F531"; } .fa-greater-than-equal:before { content: "\F532"; } .fa-grimace:before { content: "\F57F"; } .fa-grin:before { content: "\F580"; } .fa-grin-alt:before { content: "\F581"; } .fa-grin-beam:before { content: "\F582"; } .fa-grin-beam-sweat:before { content: "\F583"; } .fa-grin-hearts:before { content: "\F584"; } .fa-grin-squint:before { content: "\F585"; } .fa-grin-squint-tears:before { content: "\F586"; } .fa-grin-stars:before { content: "\F587"; } .fa-grin-tears:before { content: "\F588"; } .fa-grin-tongue:before { content: "\F589"; } .fa-grin-tongue-squint:before { content: "\F58A"; } .fa-grin-tongue-wink:before { content: "\F58B"; } .fa-grin-wink:before { content: "\F58C"; } .fa-grip-horizontal:before { content: "\F58D"; } .fa-grip-lines:before { content: "\F7A4"; } .fa-grip-lines-vertical:before { content: "\F7A5"; } .fa-grip-vertical:before { content: "\F58E"; } .fa-gripfire:before { content: "\F3AC"; } .fa-grunt:before { content: "\F3AD"; } .fa-guitar:before { content: "\F7A6"; } .fa-gulp:before { content: "\F3AE"; } .fa-h-square:before { content: "\F0FD"; } .fa-hacker-news:before { content: "\F1D4"; } .fa-hacker-news-square:before { content: "\F3AF"; } .fa-hackerrank:before { content: "\F5F7"; } .fa-hamburger:before { content: "\F805"; } .fa-hammer:before { content: "\F6E3"; } .fa-hamsa:before { content: "\F665"; } .fa-hand-holding:before { content: "\F4BD"; } .fa-hand-holding-heart:before { content: "\F4BE"; } .fa-hand-holding-usd:before { content: "\F4C0"; } .fa-hand-lizard:before { content: "\F258"; } .fa-hand-middle-finger:before { content: "\F806"; } .fa-hand-paper:before { content: "\F256"; } .fa-hand-peace:before { content: "\F25B"; } .fa-hand-point-down:before { content: "\F0A7"; } .fa-hand-point-left:before { content: "\F0A5"; } .fa-hand-point-right:before { content: "\F0A4"; } .fa-hand-point-up:before { content: "\F0A6"; } .fa-hand-pointer:before { content: "\F25A"; } .fa-hand-rock:before { content: "\F255"; } .fa-hand-scissors:before { content: "\F257"; } .fa-hand-spock:before { content: "\F259"; } .fa-hands:before { content: "\F4C2"; } .fa-hands-helping:before { content: "\F4C4"; } .fa-handshake:before { content: "\F2B5"; } .fa-hanukiah:before { content: "\F6E6"; } .fa-hard-hat:before { content: "\F807"; } .fa-hashtag:before { content: "\F292"; } .fa-hat-cowboy:before { content: "\F8C0"; } .fa-hat-cowboy-side:before { content: "\F8C1"; } .fa-hat-wizard:before { content: "\F6E8"; } .fa-haykal:before { content: "\F666"; } .fa-hdd:before { content: "\F0A0"; } .fa-heading:before { content: "\F1DC"; } .fa-headphones:before { content: "\F025"; } .fa-headphones-alt:before { content: "\F58F"; } .fa-headset:before { content: "\F590"; } .fa-heart:before { content: "\F004"; } .fa-heart-broken:before { content: "\F7A9"; } .fa-heartbeat:before { content: "\F21E"; } .fa-helicopter:before { content: "\F533"; } .fa-highlighter:before { content: "\F591"; } .fa-hiking:before { content: "\F6EC"; } .fa-hippo:before { content: "\F6ED"; } .fa-hips:before { content: "\F452"; } .fa-hire-a-helper:before { content: "\F3B0"; } .fa-history:before { content: "\F1DA"; } .fa-hockey-puck:before { content: "\F453"; } .fa-holly-berry:before { content: "\F7AA"; } .fa-home:before { content: "\F015"; } .fa-hooli:before { content: "\F427"; } .fa-hornbill:before { content: "\F592"; } .fa-horse:before { content: "\F6F0"; } .fa-horse-head:before { content: "\F7AB"; } .fa-hospital:before { content: "\F0F8"; } .fa-hospital-alt:before { content: "\F47D"; } .fa-hospital-symbol:before { content: "\F47E"; } .fa-hot-tub:before { content: "\F593"; } .fa-hotdog:before { content: "\F80F"; } .fa-hotel:before { content: "\F594"; } .fa-hotjar:before { content: "\F3B1"; } .fa-hourglass:before { content: "\F254"; } .fa-hourglass-end:before { content: "\F253"; } .fa-hourglass-half:before { content: "\F252"; } .fa-hourglass-start:before { content: "\F251"; } .fa-house-damage:before { content: "\F6F1"; } .fa-houzz:before { content: "\F27C"; } .fa-hryvnia:before { content: "\F6F2"; } .fa-html5:before { content: "\F13B"; } .fa-hubspot:before { content: "\F3B2"; } .fa-i-cursor:before { content: "\F246"; } .fa-ice-cream:before { content: "\F810"; } .fa-icicles:before { content: "\F7AD"; } .fa-icons:before { content: "\F86D"; } .fa-id-badge:before { content: "\F2C1"; } .fa-id-card:before { content: "\F2C2"; } .fa-id-card-alt:before { content: "\F47F"; } .fa-igloo:before { content: "\F7AE"; } .fa-image:before { content: "\F03E"; } .fa-images:before { content: "\F302"; } .fa-imdb:before { content: "\F2D8"; } .fa-inbox:before { content: "\F01C"; } .fa-indent:before { content: "\F03C"; } .fa-industry:before { content: "\F275"; } .fa-infinity:before { content: "\F534"; } .fa-info:before { content: "\F129"; } .fa-info-circle:before { content: "\F05A"; } .fa-instagram:before { content: "\F16D"; } .fa-intercom:before { content: "\F7AF"; } .fa-internet-explorer:before { content: "\F26B"; } .fa-invision:before { content: "\F7B0"; } .fa-ioxhost:before { content: "\F208"; } .fa-italic:before { content: "\F033"; } .fa-itch-io:before { content: "\F83A"; } .fa-itunes:before { content: "\F3B4"; } .fa-itunes-note:before { content: "\F3B5"; } .fa-java:before { content: "\F4E4"; } .fa-jedi:before { content: "\F669"; } .fa-jedi-order:before { content: "\F50E"; } .fa-jenkins:before { content: "\F3B6"; } .fa-jira:before { content: "\F7B1"; } .fa-joget:before { content: "\F3B7"; } .fa-joint:before { content: "\F595"; } .fa-joomla:before { content: "\F1AA"; } .fa-journal-whills:before { content: "\F66A"; } .fa-js:before { content: "\F3B8"; } .fa-js-square:before { content: "\F3B9"; } .fa-jsfiddle:before { content: "\F1CC"; } .fa-kaaba:before { content: "\F66B"; } .fa-kaggle:before { content: "\F5FA"; } .fa-key:before { content: "\F084"; } .fa-keybase:before { content: "\F4F5"; } .fa-keyboard:before { content: "\F11C"; } .fa-keycdn:before { content: "\F3BA"; } .fa-khanda:before { content: "\F66D"; } .fa-kickstarter:before { content: "\F3BB"; } .fa-kickstarter-k:before { content: "\F3BC"; } .fa-kiss:before { content: "\F596"; } .fa-kiss-beam:before { content: "\F597"; } .fa-kiss-wink-heart:before { content: "\F598"; } .fa-kiwi-bird:before { content: "\F535"; } .fa-korvue:before { content: "\F42F"; } .fa-landmark:before { content: "\F66F"; } .fa-language:before { content: "\F1AB"; } .fa-laptop:before { content: "\F109"; } .fa-laptop-code:before { content: "\F5FC"; } .fa-laptop-medical:before { content: "\F812"; } .fa-laravel:before { content: "\F3BD"; } .fa-lastfm:before { content: "\F202"; } .fa-lastfm-square:before { content: "\F203"; } .fa-laugh:before { content: "\F599"; } .fa-laugh-beam:before { content: "\F59A"; } .fa-laugh-squint:before { content: "\F59B"; } .fa-laugh-wink:before { content: "\F59C"; } .fa-layer-group:before { content: "\F5FD"; } .fa-leaf:before { content: "\F06C"; } .fa-leanpub:before { content: "\F212"; } .fa-lemon:before { content: "\F094"; } .fa-less:before { content: "\F41D"; } .fa-less-than:before { content: "\F536"; } .fa-less-than-equal:before { content: "\F537"; } .fa-level-down-alt:before { content: "\F3BE"; } .fa-level-up-alt:before { content: "\F3BF"; } .fa-life-ring:before { content: "\F1CD"; } .fa-lightbulb:before { content: "\F0EB"; } .fa-line:before { content: "\F3C0"; } .fa-link:before { content: "\F0C1"; } .fa-linkedin:before { content: "\F08C"; } .fa-linkedin-in:before { content: "\F0E1"; } .fa-linode:before { content: "\F2B8"; } .fa-linux:before { content: "\F17C"; } .fa-lira-sign:before { content: "\F195"; } .fa-list:before { content: "\F03A"; } .fa-list-alt:before { content: "\F022"; } .fa-list-ol:before { content: "\F0CB"; } .fa-list-ul:before { content: "\F0CA"; } .fa-location-arrow:before { content: "\F124"; } .fa-lock:before { content: "\F023"; } .fa-lock-open:before { content: "\F3C1"; } .fa-long-arrow-alt-down:before { content: "\F309"; } .fa-long-arrow-alt-left:before { content: "\F30A"; } .fa-long-arrow-alt-right:before { content: "\F30B"; } .fa-long-arrow-alt-up:before { content: "\F30C"; } .fa-low-vision:before { content: "\F2A8"; } .fa-luggage-cart:before { content: "\F59D"; } .fa-lyft:before { content: "\F3C3"; } .fa-magento:before { content: "\F3C4"; } .fa-magic:before { content: "\F0D0"; } .fa-magnet:before { content: "\F076"; } .fa-mail-bulk:before { content: "\F674"; } .fa-mailchimp:before { content: "\F59E"; } .fa-male:before { content: "\F183"; } .fa-mandalorian:before { content: "\F50F"; } .fa-map:before { content: "\F279"; } .fa-map-marked:before { content: "\F59F"; } .fa-map-marked-alt:before { content: "\F5A0"; } .fa-map-marker:before { content: "\F041"; } .fa-map-marker-alt:before { content: "\F3C5"; } .fa-map-pin:before { content: "\F276"; } .fa-map-signs:before { content: "\F277"; } .fa-markdown:before { content: "\F60F"; } .fa-marker:before { content: "\F5A1"; } .fa-mars:before { content: "\F222"; } .fa-mars-double:before { content: "\F227"; } .fa-mars-stroke:before { content: "\F229"; } .fa-mars-stroke-h:before { content: "\F22B"; } .fa-mars-stroke-v:before { content: "\F22A"; } .fa-mask:before { content: "\F6FA"; } .fa-mastodon:before { content: "\F4F6"; } .fa-maxcdn:before { content: "\F136"; } .fa-mdb:before { content: "\F8CA"; } .fa-medal:before { content: "\F5A2"; } .fa-medapps:before { content: "\F3C6"; } .fa-medium:before { content: "\F23A"; } .fa-medium-m:before { content: "\F3C7"; } .fa-medkit:before { content: "\F0FA"; } .fa-medrt:before { content: "\F3C8"; } .fa-meetup:before { content: "\F2E0"; } .fa-megaport:before { content: "\F5A3"; } .fa-meh:before { content: "\F11A"; } .fa-meh-blank:before { content: "\F5A4"; } .fa-meh-rolling-eyes:before { content: "\F5A5"; } .fa-memory:before { content: "\F538"; } .fa-mendeley:before { content: "\F7B3"; } .fa-menorah:before { content: "\F676"; } .fa-mercury:before { content: "\F223"; } .fa-meteor:before { content: "\F753"; } .fa-microchip:before { content: "\F2DB"; } .fa-microphone:before { content: "\F130"; } .fa-microphone-alt:before { content: "\F3C9"; } .fa-microphone-alt-slash:before { content: "\F539"; } .fa-microphone-slash:before { content: "\F131"; } .fa-microscope:before { content: "\F610"; } .fa-microsoft:before { content: "\F3CA"; } .fa-minus:before { content: "\F068"; } .fa-minus-circle:before { content: "\F056"; } .fa-minus-square:before { content: "\F146"; } .fa-mitten:before { content: "\F7B5"; } .fa-mix:before { content: "\F3CB"; } .fa-mixcloud:before { content: "\F289"; } .fa-mizuni:before { content: "\F3CC"; } .fa-mobile:before { content: "\F10B"; } .fa-mobile-alt:before { content: "\F3CD"; } .fa-modx:before { content: "\F285"; } .fa-monero:before { content: "\F3D0"; } .fa-money-bill:before { content: "\F0D6"; } .fa-money-bill-alt:before { content: "\F3D1"; } .fa-money-bill-wave:before { content: "\F53A"; } .fa-money-bill-wave-alt:before { content: "\F53B"; } .fa-money-check:before { content: "\F53C"; } .fa-money-check-alt:before { content: "\F53D"; } .fa-monument:before { content: "\F5A6"; } .fa-moon:before { content: "\F186"; } .fa-mortar-pestle:before { content: "\F5A7"; } .fa-mosque:before { content: "\F678"; } .fa-motorcycle:before { content: "\F21C"; } .fa-mountain:before { content: "\F6FC"; } .fa-mouse:before { content: "\F8CC"; } .fa-mouse-pointer:before { content: "\F245"; } .fa-mug-hot:before { content: "\F7B6"; } .fa-music:before { content: "\F001"; } .fa-napster:before { content: "\F3D2"; } .fa-neos:before { content: "\F612"; } .fa-network-wired:before { content: "\F6FF"; } .fa-neuter:before { content: "\F22C"; } .fa-newspaper:before { content: "\F1EA"; } .fa-nimblr:before { content: "\F5A8"; } .fa-node:before { content: "\F419"; } .fa-node-js:before { content: "\F3D3"; } .fa-not-equal:before { content: "\F53E"; } .fa-notes-medical:before { content: "\F481"; } .fa-npm:before { content: "\F3D4"; } .fa-ns8:before { content: "\F3D5"; } .fa-nutritionix:before { content: "\F3D6"; } .fa-object-group:before { content: "\F247"; } .fa-object-ungroup:before { content: "\F248"; } .fa-odnoklassniki:before { content: "\F263"; } .fa-odnoklassniki-square:before { content: "\F264"; } .fa-oil-can:before { content: "\F613"; } .fa-old-republic:before { content: "\F510"; } .fa-om:before { content: "\F679"; } .fa-opencart:before { content: "\F23D"; } .fa-openid:before { content: "\F19B"; } .fa-opera:before { content: "\F26A"; } .fa-optin-monster:before { content: "\F23C"; } .fa-orcid:before { content: "\F8D2"; } .fa-osi:before { content: "\F41A"; } .fa-otter:before { content: "\F700"; } .fa-outdent:before { content: "\F03B"; } .fa-page4:before { content: "\F3D7"; } .fa-pagelines:before { content: "\F18C"; } .fa-pager:before { content: "\F815"; } .fa-paint-brush:before { content: "\F1FC"; } .fa-paint-roller:before { content: "\F5AA"; } .fa-palette:before { content: "\F53F"; } .fa-palfed:before { content: "\F3D8"; } .fa-pallet:before { content: "\F482"; } .fa-paper-plane:before { content: "\F1D8"; } .fa-paperclip:before { content: "\F0C6"; } .fa-parachute-box:before { content: "\F4CD"; } .fa-paragraph:before { content: "\F1DD"; } .fa-parking:before { content: "\F540"; } .fa-passport:before { content: "\F5AB"; } .fa-pastafarianism:before { content: "\F67B"; } .fa-paste:before { content: "\F0EA"; } .fa-patreon:before { content: "\F3D9"; } .fa-pause:before { content: "\F04C"; } .fa-pause-circle:before { content: "\F28B"; } .fa-paw:before { content: "\F1B0"; } .fa-paypal:before { content: "\F1ED"; } .fa-peace:before { content: "\F67C"; } .fa-pen:before { content: "\F304"; } .fa-pen-alt:before { content: "\F305"; } .fa-pen-fancy:before { content: "\F5AC"; } .fa-pen-nib:before { content: "\F5AD"; } .fa-pen-square:before { content: "\F14B"; } .fa-pencil-alt:before { content: "\F303"; } .fa-pencil-ruler:before { content: "\F5AE"; } .fa-penny-arcade:before { content: "\F704"; } .fa-people-carry:before { content: "\F4CE"; } .fa-pepper-hot:before { content: "\F816"; } .fa-percent:before { content: "\F295"; } .fa-percentage:before { content: "\F541"; } .fa-periscope:before { content: "\F3DA"; } .fa-person-booth:before { content: "\F756"; } .fa-phabricator:before { content: "\F3DB"; } .fa-phoenix-framework:before { content: "\F3DC"; } .fa-phoenix-squadron:before { content: "\F511"; } .fa-phone:before { content: "\F095"; } .fa-phone-alt:before { content: "\F879"; } .fa-phone-slash:before { content: "\F3DD"; } .fa-phone-square:before { content: "\F098"; } .fa-phone-square-alt:before { content: "\F87B"; } .fa-phone-volume:before { content: "\F2A0"; } .fa-photo-video:before { content: "\F87C"; } .fa-php:before { content: "\F457"; } .fa-pied-piper:before { content: "\F2AE"; } .fa-pied-piper-alt:before { content: "\F1A8"; } .fa-pied-piper-hat:before { content: "\F4E5"; } .fa-pied-piper-pp:before { content: "\F1A7"; } .fa-piggy-bank:before { content: "\F4D3"; } .fa-pills:before { content: "\F484"; } .fa-pinterest:before { content: "\F0D2"; } .fa-pinterest-p:before { content: "\F231"; } .fa-pinterest-square:before { content: "\F0D3"; } .fa-pizza-slice:before { content: "\F818"; } .fa-place-of-worship:before { content: "\F67F"; } .fa-plane:before { content: "\F072"; } .fa-plane-arrival:before { content: "\F5AF"; } .fa-plane-departure:before { content: "\F5B0"; } .fa-play:before { content: "\F04B"; } .fa-play-circle:before { content: "\F144"; } .fa-playstation:before { content: "\F3DF"; } .fa-plug:before { content: "\F1E6"; } .fa-plus:before { content: "\F067"; } .fa-plus-circle:before { content: "\F055"; } .fa-plus-square:before { content: "\F0FE"; } .fa-podcast:before { content: "\F2CE"; } .fa-poll:before { content: "\F681"; } .fa-poll-h:before { content: "\F682"; } .fa-poo:before { content: "\F2FE"; } .fa-poo-storm:before { content: "\F75A"; } .fa-poop:before { content: "\F619"; } .fa-portrait:before { content: "\F3E0"; } .fa-pound-sign:before { content: "\F154"; } .fa-power-off:before { content: "\F011"; } .fa-pray:before { content: "\F683"; } .fa-praying-hands:before { content: "\F684"; } .fa-prescription:before { content: "\F5B1"; } .fa-prescription-bottle:before { content: "\F485"; } .fa-prescription-bottle-alt:before { content: "\F486"; } .fa-print:before { content: "\F02F"; } .fa-procedures:before { content: "\F487"; } .fa-product-hunt:before { content: "\F288"; } .fa-project-diagram:before { content: "\F542"; } .fa-pushed:before { content: "\F3E1"; } .fa-puzzle-piece:before { content: "\F12E"; } .fa-python:before { content: "\F3E2"; } .fa-qq:before { content: "\F1D6"; } .fa-qrcode:before { content: "\F029"; } .fa-question:before { content: "\F128"; } .fa-question-circle:before { content: "\F059"; } .fa-quidditch:before { content: "\F458"; } .fa-quinscape:before { content: "\F459"; } .fa-quora:before { content: "\F2C4"; } .fa-quote-left:before { content: "\F10D"; } .fa-quote-right:before { content: "\F10E"; } .fa-quran:before { content: "\F687"; } .fa-r-project:before { content: "\F4F7"; } .fa-radiation:before { content: "\F7B9"; } .fa-radiation-alt:before { content: "\F7BA"; } .fa-rainbow:before { content: "\F75B"; } .fa-random:before { content: "\F074"; } .fa-raspberry-pi:before { content: "\F7BB"; } .fa-ravelry:before { content: "\F2D9"; } .fa-react:before { content: "\F41B"; } .fa-reacteurope:before { content: "\F75D"; } .fa-readme:before { content: "\F4D5"; } .fa-rebel:before { content: "\F1D0"; } .fa-receipt:before { content: "\F543"; } .fa-record-vinyl:before { content: "\F8D9"; } .fa-recycle:before { content: "\F1B8"; } .fa-red-river:before { content: "\F3E3"; } .fa-reddit:before { content: "\F1A1"; } .fa-reddit-alien:before { content: "\F281"; } .fa-reddit-square:before { content: "\F1A2"; } .fa-redhat:before { content: "\F7BC"; } .fa-redo:before { content: "\F01E"; } .fa-redo-alt:before { content: "\F2F9"; } .fa-registered:before { content: "\F25D"; } .fa-remove-format:before { content: "\F87D"; } .fa-renren:before { content: "\F18B"; } .fa-reply:before { content: "\F3E5"; } .fa-reply-all:before { content: "\F122"; } .fa-replyd:before { content: "\F3E6"; } .fa-republican:before { content: "\F75E"; } .fa-researchgate:before { content: "\F4F8"; } .fa-resolving:before { content: "\F3E7"; } .fa-restroom:before { content: "\F7BD"; } .fa-retweet:before { content: "\F079"; } .fa-rev:before { content: "\F5B2"; } .fa-ribbon:before { content: "\F4D6"; } .fa-ring:before { content: "\F70B"; } .fa-road:before { content: "\F018"; } .fa-robot:before { content: "\F544"; } .fa-rocket:before { content: "\F135"; } .fa-rocketchat:before { content: "\F3E8"; } .fa-rockrms:before { content: "\F3E9"; } .fa-route:before { content: "\F4D7"; } .fa-rss:before { content: "\F09E"; } .fa-rss-square:before { content: "\F143"; } .fa-ruble-sign:before { content: "\F158"; } .fa-ruler:before { content: "\F545"; } .fa-ruler-combined:before { content: "\F546"; } .fa-ruler-horizontal:before { content: "\F547"; } .fa-ruler-vertical:before { content: "\F548"; } .fa-running:before { content: "\F70C"; } .fa-rupee-sign:before { content: "\F156"; } .fa-sad-cry:before { content: "\F5B3"; } .fa-sad-tear:before { content: "\F5B4"; } .fa-safari:before { content: "\F267"; } .fa-salesforce:before { content: "\F83B"; } .fa-sass:before { content: "\F41E"; } .fa-satellite:before { content: "\F7BF"; } .fa-satellite-dish:before { content: "\F7C0"; } .fa-save:before { content: "\F0C7"; } .fa-schlix:before { content: "\F3EA"; } .fa-school:before { content: "\F549"; } .fa-screwdriver:before { content: "\F54A"; } .fa-scribd:before { content: "\F28A"; } .fa-scroll:before { content: "\F70E"; } .fa-sd-card:before { content: "\F7C2"; } .fa-search:before { content: "\F002"; } .fa-search-dollar:before { content: "\F688"; } .fa-search-location:before { content: "\F689"; } .fa-search-minus:before { content: "\F010"; } .fa-search-plus:before { content: "\F00E"; } .fa-searchengin:before { content: "\F3EB"; } .fa-seedling:before { content: "\F4D8"; } .fa-sellcast:before { content: "\F2DA"; } .fa-sellsy:before { content: "\F213"; } .fa-server:before { content: "\F233"; } .fa-servicestack:before { content: "\F3EC"; } .fa-shapes:before { content: "\F61F"; } .fa-share:before { content: "\F064"; } .fa-share-alt:before { content: "\F1E0"; } .fa-share-alt-square:before { content: "\F1E1"; } .fa-share-square:before { content: "\F14D"; } .fa-shekel-sign:before { content: "\F20B"; } .fa-shield-alt:before { content: "\F3ED"; } .fa-ship:before { content: "\F21A"; } .fa-shipping-fast:before { content: "\F48B"; } .fa-shirtsinbulk:before { content: "\F214"; } .fa-shoe-prints:before { content: "\F54B"; } .fa-shopping-bag:before { content: "\F290"; } .fa-shopping-basket:before { content: "\F291"; } .fa-shopping-cart:before { content: "\F07A"; } .fa-shopware:before { content: "\F5B5"; } .fa-shower:before { content: "\F2CC"; } .fa-shuttle-van:before { content: "\F5B6"; } .fa-sign:before { content: "\F4D9"; } .fa-sign-in-alt:before { content: "\F2F6"; } .fa-sign-language:before { content: "\F2A7"; } .fa-sign-out-alt:before { content: "\F2F5"; } .fa-signal:before { content: "\F012"; } .fa-signature:before { content: "\F5B7"; } .fa-sim-card:before { content: "\F7C4"; } .fa-simplybuilt:before { content: "\F215"; } .fa-sistrix:before { content: "\F3EE"; } .fa-sitemap:before { content: "\F0E8"; } .fa-sith:before { content: "\F512"; } .fa-skating:before { content: "\F7C5"; } .fa-sketch:before { content: "\F7C6"; } .fa-skiing:before { content: "\F7C9"; } .fa-skiing-nordic:before { content: "\F7CA"; } .fa-skull:before { content: "\F54C"; } .fa-skull-crossbones:before { content: "\F714"; } .fa-skyatlas:before { content: "\F216"; } .fa-skype:before { content: "\F17E"; } .fa-slack:before { content: "\F198"; } .fa-slack-hash:before { content: "\F3EF"; } .fa-slash:before { content: "\F715"; } .fa-sleigh:before { content: "\F7CC"; } .fa-sliders-h:before { content: "\F1DE"; } .fa-slideshare:before { content: "\F1E7"; } .fa-smile:before { content: "\F118"; } .fa-smile-beam:before { content: "\F5B8"; } .fa-smile-wink:before { content: "\F4DA"; } .fa-smog:before { content: "\F75F"; } .fa-smoking:before { content: "\F48D"; } .fa-smoking-ban:before { content: "\F54D"; } .fa-sms:before { content: "\F7CD"; } .fa-snapchat:before { content: "\F2AB"; } .fa-snapchat-ghost:before { content: "\F2AC"; } .fa-snapchat-square:before { content: "\F2AD"; } .fa-snowboarding:before { content: "\F7CE"; } .fa-snowflake:before { content: "\F2DC"; } .fa-snowman:before { content: "\F7D0"; } .fa-snowplow:before { content: "\F7D2"; } .fa-socks:before { content: "\F696"; } .fa-solar-panel:before { content: "\F5BA"; } .fa-sort:before { content: "\F0DC"; } .fa-sort-alpha-down:before { content: "\F15D"; } .fa-sort-alpha-down-alt:before { content: "\F881"; } .fa-sort-alpha-up:before { content: "\F15E"; } .fa-sort-alpha-up-alt:before { content: "\F882"; } .fa-sort-amount-down:before { content: "\F160"; } .fa-sort-amount-down-alt:before { content: "\F884"; } .fa-sort-amount-up:before { content: "\F161"; } .fa-sort-amount-up-alt:before { content: "\F885"; } .fa-sort-down:before { content: "\F0DD"; } .fa-sort-numeric-down:before { content: "\F162"; } .fa-sort-numeric-down-alt:before { content: "\F886"; } .fa-sort-numeric-up:before { content: "\F163"; } .fa-sort-numeric-up-alt:before { content: "\F887"; } .fa-sort-up:before { content: "\F0DE"; } .fa-soundcloud:before { content: "\F1BE"; } .fa-sourcetree:before { content: "\F7D3"; } .fa-spa:before { content: "\F5BB"; } .fa-space-shuttle:before { content: "\F197"; } .fa-speakap:before { content: "\F3F3"; } .fa-speaker-deck:before { content: "\F83C"; } .fa-spell-check:before { content: "\F891"; } .fa-spider:before { content: "\F717"; } .fa-spinner:before { content: "\F110"; } .fa-splotch:before { content: "\F5BC"; } .fa-spotify:before { content: "\F1BC"; } .fa-spray-can:before { content: "\F5BD"; } .fa-square:before { content: "\F0C8"; } .fa-square-full:before { content: "\F45C"; } .fa-square-root-alt:before { content: "\F698"; } .fa-squarespace:before { content: "\F5BE"; } .fa-stack-exchange:before { content: "\F18D"; } .fa-stack-overflow:before { content: "\F16C"; } .fa-stackpath:before { content: "\F842"; } .fa-stamp:before { content: "\F5BF"; } .fa-star:before { content: "\F005"; } .fa-star-and-crescent:before { content: "\F699"; } .fa-star-half:before { content: "\F089"; } .fa-star-half-alt:before { content: "\F5C0"; } .fa-star-of-david:before { content: "\F69A"; } .fa-star-of-life:before { content: "\F621"; } .fa-staylinked:before { content: "\F3F5"; } .fa-steam:before { content: "\F1B6"; } .fa-steam-square:before { content: "\F1B7"; } .fa-steam-symbol:before { content: "\F3F6"; } .fa-step-backward:before { content: "\F048"; } .fa-step-forward:before { content: "\F051"; } .fa-stethoscope:before { content: "\F0F1"; } .fa-sticker-mule:before { content: "\F3F7"; } .fa-sticky-note:before { content: "\F249"; } .fa-stop:before { content: "\F04D"; } .fa-stop-circle:before { content: "\F28D"; } .fa-stopwatch:before { content: "\F2F2"; } .fa-store:before { content: "\F54E"; } .fa-store-alt:before { content: "\F54F"; } .fa-strava:before { content: "\F428"; } .fa-stream:before { content: "\F550"; } .fa-street-view:before { content: "\F21D"; } .fa-strikethrough:before { content: "\F0CC"; } .fa-stripe:before { content: "\F429"; } .fa-stripe-s:before { content: "\F42A"; } .fa-stroopwafel:before { content: "\F551"; } .fa-studiovinari:before { content: "\F3F8"; } .fa-stumbleupon:before { content: "\F1A4"; } .fa-stumbleupon-circle:before { content: "\F1A3"; } .fa-subscript:before { content: "\F12C"; } .fa-subway:before { content: "\F239"; } .fa-suitcase:before { content: "\F0F2"; } .fa-suitcase-rolling:before { content: "\F5C1"; } .fa-sun:before { content: "\F185"; } .fa-superpowers:before { content: "\F2DD"; } .fa-superscript:before { content: "\F12B"; } .fa-supple:before { content: "\F3F9"; } .fa-surprise:before { content: "\F5C2"; } .fa-suse:before { content: "\F7D6"; } .fa-swatchbook:before { content: "\F5C3"; } .fa-swift:before { content: "\F8E1"; } .fa-swimmer:before { content: "\F5C4"; } .fa-swimming-pool:before { content: "\F5C5"; } .fa-symfony:before { content: "\F83D"; } .fa-synagogue:before { content: "\F69B"; } .fa-sync:before { content: "\F021"; } .fa-sync-alt:before { content: "\F2F1"; } .fa-syringe:before { content: "\F48E"; } .fa-table:before { content: "\F0CE"; } .fa-table-tennis:before { content: "\F45D"; } .fa-tablet:before { content: "\F10A"; } .fa-tablet-alt:before { content: "\F3FA"; } .fa-tablets:before { content: "\F490"; } .fa-tachometer-alt:before { content: "\F3FD"; } .fa-tag:before { content: "\F02B"; } .fa-tags:before { content: "\F02C"; } .fa-tape:before { content: "\F4DB"; } .fa-tasks:before { content: "\F0AE"; } .fa-taxi:before { content: "\F1BA"; } .fa-teamspeak:before { content: "\F4F9"; } .fa-teeth:before { content: "\F62E"; } .fa-teeth-open:before { content: "\F62F"; } .fa-telegram:before { content: "\F2C6"; } .fa-telegram-plane:before { content: "\F3FE"; } .fa-temperature-high:before { content: "\F769"; } .fa-temperature-low:before { content: "\F76B"; } .fa-tencent-weibo:before { content: "\F1D5"; } .fa-tenge:before { content: "\F7D7"; } .fa-terminal:before { content: "\F120"; } .fa-text-height:before { content: "\F034"; } .fa-text-width:before { content: "\F035"; } .fa-th:before { content: "\F00A"; } .fa-th-large:before { content: "\F009"; } .fa-th-list:before { content: "\F00B"; } .fa-the-red-yeti:before { content: "\F69D"; } .fa-theater-masks:before { content: "\F630"; } .fa-themeco:before { content: "\F5C6"; } .fa-themeisle:before { content: "\F2B2"; } .fa-thermometer:before { content: "\F491"; } .fa-thermometer-empty:before { content: "\F2CB"; } .fa-thermometer-full:before { content: "\F2C7"; } .fa-thermometer-half:before { content: "\F2C9"; } .fa-thermometer-quarter:before { content: "\F2CA"; } .fa-thermometer-three-quarters:before { content: "\F2C8"; } .fa-think-peaks:before { content: "\F731"; } .fa-thumbs-down:before { content: "\F165"; } .fa-thumbs-up:before { content: "\F164"; } .fa-thumbtack:before { content: "\F08D"; } .fa-ticket-alt:before { content: "\F3FF"; } .fa-times:before { content: "\F00D"; } .fa-times-circle:before { content: "\F057"; } .fa-tint:before { content: "\F043"; } .fa-tint-slash:before { content: "\F5C7"; } .fa-tired:before { content: "\F5C8"; } .fa-toggle-off:before { content: "\F204"; } .fa-toggle-on:before { content: "\F205"; } .fa-toilet:before { content: "\F7D8"; } .fa-toilet-paper:before { content: "\F71E"; } .fa-toolbox:before { content: "\F552"; } .fa-tools:before { content: "\F7D9"; } .fa-tooth:before { content: "\F5C9"; } .fa-torah:before { content: "\F6A0"; } .fa-torii-gate:before { content: "\F6A1"; } .fa-tractor:before { content: "\F722"; } .fa-trade-federation:before { content: "\F513"; } .fa-trademark:before { content: "\F25C"; } .fa-traffic-light:before { content: "\F637"; } .fa-train:before { content: "\F238"; } .fa-tram:before { content: "\F7DA"; } .fa-transgender:before { content: "\F224"; } .fa-transgender-alt:before { content: "\F225"; } .fa-trash:before { content: "\F1F8"; } .fa-trash-alt:before { content: "\F2ED"; } .fa-trash-restore:before { content: "\F829"; } .fa-trash-restore-alt:before { content: "\F82A"; } .fa-tree:before { content: "\F1BB"; } .fa-trello:before { content: "\F181"; } .fa-tripadvisor:before { content: "\F262"; } .fa-trophy:before { content: "\F091"; } .fa-truck:before { content: "\F0D1"; } .fa-truck-loading:before { content: "\F4DE"; } .fa-truck-monster:before { content: "\F63B"; } .fa-truck-moving:before { content: "\F4DF"; } .fa-truck-pickup:before { content: "\F63C"; } .fa-tshirt:before { content: "\F553"; } .fa-tty:before { content: "\F1E4"; } .fa-tumblr:before { content: "\F173"; } .fa-tumblr-square:before { content: "\F174"; } .fa-tv:before { content: "\F26C"; } .fa-twitch:before { content: "\F1E8"; } .fa-twitter:before { content: "\F099"; } .fa-twitter-square:before { content: "\F081"; } .fa-typo3:before { content: "\F42B"; } .fa-uber:before { content: "\F402"; } .fa-ubuntu:before { content: "\F7DF"; } .fa-uikit:before { content: "\F403"; } .fa-umbraco:before { content: "\F8E8"; } .fa-umbrella:before { content: "\F0E9"; } .fa-umbrella-beach:before { content: "\F5CA"; } .fa-underline:before { content: "\F0CD"; } .fa-undo:before { content: "\F0E2"; } .fa-undo-alt:before { content: "\F2EA"; } .fa-uniregistry:before { content: "\F404"; } .fa-universal-access:before { content: "\F29A"; } .fa-university:before { content: "\F19C"; } .fa-unlink:before { content: "\F127"; } .fa-unlock:before { content: "\F09C"; } .fa-unlock-alt:before { content: "\F13E"; } .fa-untappd:before { content: "\F405"; } .fa-upload:before { content: "\F093"; } .fa-ups:before { content: "\F7E0"; } .fa-usb:before { content: "\F287"; } .fa-user:before { content: "\F007"; } .fa-user-alt:before { content: "\F406"; } .fa-user-alt-slash:before { content: "\F4FA"; } .fa-user-astronaut:before { content: "\F4FB"; } .fa-user-check:before { content: "\F4FC"; } .fa-user-circle:before { content: "\F2BD"; } .fa-user-clock:before { content: "\F4FD"; } .fa-user-cog:before { content: "\F4FE"; } .fa-user-edit:before { content: "\F4FF"; } .fa-user-friends:before { content: "\F500"; } .fa-user-graduate:before { content: "\F501"; } .fa-user-injured:before { content: "\F728"; } .fa-user-lock:before { content: "\F502"; } .fa-user-md:before { content: "\F0F0"; } .fa-user-minus:before { content: "\F503"; } .fa-user-ninja:before { content: "\F504"; } .fa-user-nurse:before { content: "\F82F"; } .fa-user-plus:before { content: "\F234"; } .fa-user-secret:before { content: "\F21B"; } .fa-user-shield:before { content: "\F505"; } .fa-user-slash:before { content: "\F506"; } .fa-user-tag:before { content: "\F507"; } .fa-user-tie:before { content: "\F508"; } .fa-user-times:before { content: "\F235"; } .fa-users:before { content: "\F0C0"; } .fa-users-cog:before { content: "\F509"; } .fa-usps:before { content: "\F7E1"; } .fa-ussunnah:before { content: "\F407"; } .fa-utensil-spoon:before { content: "\F2E5"; } .fa-utensils:before { content: "\F2E7"; } .fa-vaadin:before { content: "\F408"; } .fa-vector-square:before { content: "\F5CB"; } .fa-venus:before { content: "\F221"; } .fa-venus-double:before { content: "\F226"; } .fa-venus-mars:before { content: "\F228"; } .fa-viacoin:before { content: "\F237"; } .fa-viadeo:before { content: "\F2A9"; } .fa-viadeo-square:before { content: "\F2AA"; } .fa-vial:before { content: "\F492"; } .fa-vials:before { content: "\F493"; } .fa-viber:before { content: "\F409"; } .fa-video:before { content: "\F03D"; } .fa-video-slash:before { content: "\F4E2"; } .fa-vihara:before { content: "\F6A7"; } .fa-vimeo:before { content: "\F40A"; } .fa-vimeo-square:before { content: "\F194"; } .fa-vimeo-v:before { content: "\F27D"; } .fa-vine:before { content: "\F1CA"; } .fa-vk:before { content: "\F189"; } .fa-vnv:before { content: "\F40B"; } .fa-voicemail:before { content: "\F897"; } .fa-volleyball-ball:before { content: "\F45F"; } .fa-volume-down:before { content: "\F027"; } .fa-volume-mute:before { content: "\F6A9"; } .fa-volume-off:before { content: "\F026"; } .fa-volume-up:before { content: "\F028"; } .fa-vote-yea:before { content: "\F772"; } .fa-vr-cardboard:before { content: "\F729"; } .fa-vuejs:before { content: "\F41F"; } .fa-walking:before { content: "\F554"; } .fa-wallet:before { content: "\F555"; } .fa-warehouse:before { content: "\F494"; } .fa-water:before { content: "\F773"; } .fa-wave-square:before { content: "\F83E"; } .fa-waze:before { content: "\F83F"; } .fa-weebly:before { content: "\F5CC"; } .fa-weibo:before { content: "\F18A"; } .fa-weight:before { content: "\F496"; } .fa-weight-hanging:before { content: "\F5CD"; } .fa-weixin:before { content: "\F1D7"; } .fa-whatsapp:before { content: "\F232"; } .fa-whatsapp-square:before { content: "\F40C"; } .fa-wheelchair:before { content: "\F193"; } .fa-whmcs:before { content: "\F40D"; } .fa-wifi:before { content: "\F1EB"; } .fa-wikipedia-w:before { content: "\F266"; } .fa-wind:before { content: "\F72E"; } .fa-window-close:before { content: "\F410"; } .fa-window-maximize:before { content: "\F2D0"; } .fa-window-minimize:before { content: "\F2D1"; } .fa-window-restore:before { content: "\F2D2"; } .fa-windows:before { content: "\F17A"; } .fa-wine-bottle:before { content: "\F72F"; } .fa-wine-glass:before { content: "\F4E3"; } .fa-wine-glass-alt:before { content: "\F5CE"; } .fa-wix:before { content: "\F5CF"; } .fa-wizards-of-the-coast:before { content: "\F730"; } .fa-wolf-pack-battalion:before { content: "\F514"; } .fa-won-sign:before { content: "\F159"; } .fa-wordpress:before { content: "\F19A"; } .fa-wordpress-simple:before { content: "\F411"; } .fa-wpbeginner:before { content: "\F297"; } .fa-wpexplorer:before { content: "\F2DE"; } .fa-wpforms:before { content: "\F298"; } .fa-wpressr:before { content: "\F3E4"; } .fa-wrench:before { content: "\F0AD"; } .fa-x-ray:before { content: "\F497"; } .fa-xbox:before { content: "\F412"; } .fa-xing:before { content: "\F168"; } .fa-xing-square:before { content: "\F169"; } .fa-y-combinator:before { content: "\F23B"; } .fa-yahoo:before { content: "\F19E"; } .fa-yammer:before { content: "\F840"; } .fa-yandex:before { content: "\F413"; } .fa-yandex-international:before { content: "\F414"; } .fa-yarn:before { content: "\F7E3"; } .fa-yelp:before { content: "\F1E9"; } .fa-yen-sign:before { content: "\F157"; } .fa-yin-yang:before { content: "\F6AD"; } .fa-yoast:before { content: "\F2B1"; } .fa-youtube:before { content: "\F167"; } .fa-youtube-square:before { content: "\F431"; } .fa-zhihu:before { content: "\F63F"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } @font-face { font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: normal; font-display: auto; src: url(/fonts/fa-brands-400.eot?5063b105c7646c8043d58c5289f02cca); src: url(/fonts/fa-brands-400.eot?5063b105c7646c8043d58c5289f02cca) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2?cccc9d29470e879e40eb70249d9a2705) format("woff2"), url(/fonts/fa-brands-400.woff?c5e0f14f88a828261ba01558ce2bf26f) format("woff"), url(/fonts/fa-brands-400.ttf?06147b6cd88c7346cecd1edd060cd5de) format("truetype"), url(/fonts/fa-brands-400.svg?a9c4bb7348f42626454c988dbde1d0a0) format("svg"); } .fab { font-family: "Font Awesome 5 Brands"; } @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; font-display: auto; src: url(/fonts/fa-regular-400.eot?c1a866ec0e04a5e1915b41fcf261457c); src: url(/fonts/fa-regular-400.eot?c1a866ec0e04a5e1915b41fcf261457c) format("embedded-opentype"), url(/fonts/fa-regular-400.woff2?f5f2566b93e89391da4db79462b8078b) format("woff2"), url(/fonts/fa-regular-400.woff?c4f508e7c4f01a9eeba7f08155cde04e) format("woff"), url(/fonts/fa-regular-400.ttf?65b286af947c0d982ca01b40e1fcab38) format("truetype"), url(/fonts/fa-regular-400.svg?7b9568e6389b1f8ae0902cd39665fc1e) format("svg"); } .far { font-family: "Font Awesome 5 Free"; font-weight: 400; } @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; font-display: auto; src: url(/fonts/fa-solid-900.eot?8e4a6dcc692b3887f9f542cd6894d6d4); src: url(/fonts/fa-solid-900.eot?8e4a6dcc692b3887f9f542cd6894d6d4) format("embedded-opentype"), url(/fonts/fa-solid-900.woff2?44d537ab79f921fde5a28b2c1636f397) format("woff2"), url(/fonts/fa-solid-900.woff?333bae208dc363746961b234ff6c2500) format("woff"), url(/fonts/fa-solid-900.ttf?0bff33a5fd7ec390235476b4859747a0) format("truetype"), url(/fonts/fa-solid-900.svg?c2801fb415f03c7b170934769d7b5397) format("svg"); } .fa, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; } /*! jQuery UI - v1.10.3 - 2013-11-13 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-clearfix { min-height: 0; } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); } .ui-front { z-index: 100; } .ui-state-disabled { cursor: default !important; } .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: 0.5em 0.5em 0.5em 0.7em; min-height: 0; } .ui-accordion .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-noicons { padding-left: 0.7em; } .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: 0.5em; top: 50%; margin-top: -8px; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: 0.1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; } .ui-button-icon-only { width: 2.2em; } button.ui-button-icon-only { width: 2.4em; } .ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } .ui-button .ui-button-text { display: block; line-height: normal; } .ui-button-text-only .ui-button-text { padding: 0.4em 1em; } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 0.4em; text-indent: -9999999px; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 1em 0.4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 2.1em 0.4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } input.ui-button { padding: 0.4em 1em; } .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: 0.5em; } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: 0.5em; } .ui-buttonset { margin-right: 7px; } .ui-buttonset .ui-button { margin-left: 0; margin-right: -0.3em; } input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-datepicker { width: 17em; padding: 0.2em 0.2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 2px; } .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month-year { width: 100%; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.7em 0 0 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-dialog { position: absolute; top: 0; left: 0; padding: 0.2em; outline: 0; } .ui-dialog .ui-dialog-titlebar { padding: 0.4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: 0.1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0.3em; top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0.5em 1em; background: none; overflow: auto; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: 0.5em; padding: 0.3em 1em 0.5em 0.4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: 0.5em 0.4em 0.5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-menu { list-style: none; padding: 2px; margin: 0; display: block; outline: none; } .ui-menu .ui-menu { margin-top: -3px; position: absolute; } .ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); } .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px 0.4em; line-height: 1.5; min-height: 0; font-weight: normal; } .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; } .ui-menu .ui-state-disabled { font-weight: normal; margin: 0.4em 0 0.2em; line-height: 1.5; } .ui-menu .ui-state-disabled a { cursor: default; } .ui-menu-icons { position: relative; } .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; } .ui-menu .ui-icon { position: absolute; top: 0.2em; left: 0.2em; } .ui-menu .ui-menu-icon { position: static; float: right; } .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .ui-progressbar .ui-progressbar-overlay { background: url(/images/animated-overlay.gif?2b912f7c0653008ca28ebacda49025e7); height: 100%; filter: alpha(opacity=25); opacity: 0.25; } .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .ui-slider { position: relative; text-align: left; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 0.7em; display: block; border: 0; background-position: 0 0; } .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; } .ui-slider-horizontal { height: 0.8em; } .ui-slider-horizontal .ui-slider-handle { top: -0.3em; margin-left: -0.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: 0.8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -0.3em; margin-left: 0; margin-bottom: -0.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: 0.2em 0; vertical-align: middle; margin-left: 0.4em; margin-right: 22px; } .ui-spinner-button { width: 16px; height: 50%; font-size: 0.5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .ui-spinner-up { top: 0; } .ui-spinner-down { bottom: 0; } .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px; } .ui-tabs { position: relative; padding: 0.2em; } .ui-tabs .ui-tabs-nav { margin: 0; padding: 0.2em 0.2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px 0.2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav li a { float: left; padding: 0.5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; } .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; box-shadow: 0 0 5px #aaa; } body .ui-tooltip { border-width: 2px; } /* ============================================================ * bootstrapSwitch v1.8 by <NAME> @SpiritualGuru * http://www.larentis.eu/ * * Enhanced for radiobuttons by <NAME> @BdMdesigN * http://www.bdmdesign.org/ * * Project site: * http://www.larentis.eu/switch/ * ============================================================ * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 * ============================================================ */ /*.opacity(@opacity) { opacity: @opacity / 100; filter: ~"alpha(opacity=@{opacity})"; }*/ .has-switch { display: inline-block; cursor: pointer; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50px; border: 1px solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); position: relative; text-align: left; overflow: hidden; line-height: 8px; -o-user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; min-width: 100px; } .has-switch.switch-mini, .has-switch.switch-xs { min-width: 72px; } .has-switch.switch-mini i.switch-mini-icons, .has-switch.switch-xs i.switch-mini-icons { height: 1.2em; line-height: 9px; vertical-align: text-top; text-align: center; -webkit-transform: scale(0.6); transform: scale(0.6); margin-top: -1px; margin-bottom: -1px; } .has-switch.switch-small, .has-switch.switch-sm { min-width: 80px; } .has-switch.switch-large, .has-switch.switch-lg { min-width: 120px; } .has-switch.deactivate { zoom: 1; -webkit-opacity: 50; -moz-opacity: 50; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5000); opacity: 50; filter: alpha(opacity=5000); cursor: default !important; } .has-switch.deactivate label, .has-switch.deactivate span { cursor: default !important; } .has-switch > div { display: inline-block; width: 150%; position: relative; top: 0; } .has-switch > div.switch-animate { -webkit-transition: left 0.5s; transition: left 0.5s; } .has-switch > div.switch-off { left: -50%; } .has-switch > div.switch-on { left: 0%; } .has-switch input[type=radio], .has-switch input[type=checkbox] { display: block; position: absolute; margin-left: -60%; } .has-switch span, .has-switch label { box-sizing: border-box; cursor: pointer; position: relative; display: inline-block; height: 100%; padding-bottom: 4px; padding-top: 4px; font-size: 14px; line-height: 20px; } .has-switch span.switch-mini, .has-switch label.switch-mini, .has-switch span.switch-xs, .has-switch label.switch-xs { padding-bottom: 4px; padding-top: 4px; font-size: 10px; line-height: 9px; } .has-switch span.switch-small, .has-switch label.switch-small, .has-switch span.switch-sm, .has-switch label.switch-sm { padding-bottom: 3px; padding-top: 3px; font-size: 12px; line-height: 18px; } .has-switch span.switch-large, .has-switch label.switch-large, .has-switch span.switch-lg, .has-switch label.switch-lg { padding-bottom: 9px; padding-top: 9px; font-size: 16px; line-height: normal; } .has-switch label { text-align: center; margin-top: -1px; margin-bottom: -1px; z-index: 100; width: 34%; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch label.switch-left { background-color: #e6e6e6; color: #333; } .has-switch label.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch label.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] { color: #333; *background-color: #d9d9d9; } .has-switch label:active, .has-switch label.active { background-color: #cccccc \9; } .has-switch label i { color: #000; line-height: 18px; pointer-events: none; } .has-switch span { text-align: center; z-index: 1; width: 33%; } .has-switch span.switch-left { -webkit-border-top-left-radius: 49px; -moz-border-radius-topleft: 49px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-bottom-left-radius: 49px; border-top-left-radius: 49px; } .has-switch span.switch-right { *background-color: #FFFFFF; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-right.switch-left { background-color: #FFFFFF; color: #333; } .has-switch span.switch-right.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-right.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-right:hover, .has-switch span.switch-right:focus, .has-switch span.switch-right:active, .has-switch span.switch-right.active, .has-switch span.switch-right.disabled, .has-switch span.switch-right[disabled] { color: #333; *background-color: #f2f2f2; } .has-switch span.switch-right:active, .has-switch span.switch-right.active { background-color: #e6e6e6 \9; } .has-switch span.switch-primary, .has-switch span.switch-left { *background-color: #08c; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-primary.switch-left, .has-switch span.switch-left.switch-left { background-color: #08c; color: #fff; } .has-switch span.switch-primary.switch-right, .has-switch span.switch-left.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-primary.switch-right:hover, .has-switch span.switch-left.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-primary:hover, .has-switch span.switch-left:hover, .has-switch span.switch-primary:focus, .has-switch span.switch-left:focus, .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active, .has-switch span.switch-primary.disabled, .has-switch span.switch-left.disabled, .has-switch span.switch-primary[disabled], .has-switch span.switch-left[disabled] { color: #fff; *background-color: #0077b3; } .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active { background-color: #006699 \9; } .has-switch span.switch-info { *background-color: #5bc0de; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-info.switch-left { background-color: #5bc0de; color: #fff; } .has-switch span.switch-info.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-info.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-info:hover, .has-switch span.switch-info:focus, .has-switch span.switch-info:active, .has-switch span.switch-info.active, .has-switch span.switch-info.disabled, .has-switch span.switch-info[disabled] { color: #fff; *background-color: #46b8da; } .has-switch span.switch-info:active, .has-switch span.switch-info.active { background-color: #31b0d5 \9; } .has-switch span.switch-success { *background-color: #62c462; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-success.switch-left { background-color: #62c462; color: #fff; } .has-switch span.switch-success.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-success.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-success:hover, .has-switch span.switch-success:focus, .has-switch span.switch-success:active, .has-switch span.switch-success.active, .has-switch span.switch-success.disabled, .has-switch span.switch-success[disabled] { color: #fff; *background-color: #4fbd4f; } .has-switch span.switch-success:active, .has-switch span.switch-success.active { background-color: #42b142 \9; } .has-switch span.switch-warning { *background-color: #fbb450; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-warning.switch-left { background-color: #fbb450; color: #fff; } .has-switch span.switch-warning.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-warning.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-warning:hover, .has-switch span.switch-warning:focus, .has-switch span.switch-warning:active, .has-switch span.switch-warning.active, .has-switch span.switch-warning.disabled, .has-switch span.switch-warning[disabled] { color: #fff; *background-color: #faa937; } .has-switch span.switch-warning:active, .has-switch span.switch-warning.active { background-color: #fa9f1e \9; } .has-switch span.switch-danger { *background-color: #ee5f5b; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-danger.switch-left { background-color: #ee5f5b; color: #fff; } .has-switch span.switch-danger.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-danger.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-danger:hover, .has-switch span.switch-danger:focus, .has-switch span.switch-danger:active, .has-switch span.switch-danger.active, .has-switch span.switch-danger.disabled, .has-switch span.switch-danger[disabled] { color: #fff; *background-color: #ec4844; } .has-switch span.switch-danger:active, .has-switch span.switch-danger.active { background-color: #e9322d \9; } .has-switch span.switch-default { *background-color: #FFFFFF; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-default.switch-left { background-color: #FFFFFF; color: #333; } .has-switch span.switch-default.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-default.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-default:hover, .has-switch span.switch-default:focus, .has-switch span.switch-default:active, .has-switch span.switch-default.active, .has-switch span.switch-default.disabled, .has-switch span.switch-default[disabled] { color: #333; *background-color: #f2f2f2; } .has-switch span.switch-default:active, .has-switch span.switch-default.active { background-color: #e6e6e6 \9; } .bootstrap-tagsinput { background-color: #fff; border: 1px solid #ccc; display: block; padding: 6px 8px; padding-bottom: 8px; margin-bottom: 10px; color: #555; vertical-align: middle; max-width: 100%; line-height: 22px; border: 1px solid #ebebeb; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .bootstrap-tagsinput:hover { border-color: #cbd0d9; } .bootstrap-tagsinput input { border: none; box-shadow: none; outline: none; background-color: transparent; padding: 0; margin: 0; width: auto !important; max-width: inherit; } .bootstrap-tagsinput input:focus { border: none; box-shadow: none; } .bootstrap-tagsinput .tag { display: inline-block; margin-right: 2px; color: white; font-size: 10px; } .bootstrap-tagsinput .tag [data-role=remove] { margin-left: 8px; cursor: pointer; } .bootstrap-tagsinput .tag [data-role=remove]:after { content: "x"; padding: 0px 2px; } /*! * Datepicker for Bootstrap * * Copyright 2012 <NAME> * Improvements by <NAME> * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */ div.datepicker { padding: 4px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; direction: ltr; /*.dow { border-top: 1px solid #ddd !important; }*/ } div.datepicker-inline { width: 206px; } div.datepickerdiv.datepicker-rtl { direction: rtl; } div.datepickerdiv.datepicker-rtl table tr td span { float: right; } div.datepicker-dropdown { top: 0; left: 0; } div.datepicker-dropdown:before { content: ""; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ebebeb; border-top: 0; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; } div.datepicker-dropdown:after { content: ""; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #FFFFFF; border-top: 0; position: absolute; } div.datepicker-dropdown.datepicker-orient-left:before { left: 6px; } div.datepicker-dropdown.datepicker-orient-left:after { left: 7px; } div.datepicker-dropdown.datepicker-orient-right:before { right: 6px; } div.datepicker-dropdown.datepicker-orient-right:after { right: 7px; } div.datepicker-dropdown.datepicker-orient-top:before { top: -7px; } div.datepicker-dropdown.datepicker-orient-top:after { top: -6px; } div.datepicker-dropdown.datepicker-orient-bottom:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #CCC; } div.datepicker-dropdown.datepicker-orient-bottom:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #FFFFFF; } div.datepicker > div { display: none; } div.datepicker.days div.datepicker-days { display: block; } div.datepicker.months div.datepicker-months { display: block; } div.datepicker.years div.datepicker-years { display: block; } div.datepicker table { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.datepicker td, div.datepicker th { text-align: center; width: 20px; height: 20px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; border: none; } .table-striped div.datepicker table tr td, .table-striped div.datepicker table tr th { background-color: transparent; } div.datepicker table tr td.day:hover { background: #eeeeee; cursor: pointer; color: #303641; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } div.datepicker table tr td.old, div.datepicker table tr td.new { color: #999999; } div.datepicker table tr td.disabled, div.datepicker table tr td.disabled:hover { background: none; color: #999999; color: #dee0e4; cursor: default; } div.datepicker table tr td.today, div.datepicker table tr td.today:hover, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today.disabled:hover { *background-color: #737397; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #000; } div.datepicker table tr td.today.switch-left, div.datepicker table tr td.today:hover.switch-left, div.datepicker table tr td.today.disabled.switch-left, div.datepicker table tr td.today.disabled:hover.switch-left { background-color: #737397; color: #fff; } div.datepicker table tr td.today.switch-right, div.datepicker table tr td.today:hover.switch-right, div.datepicker table tr td.today.disabled.switch-right, div.datepicker table tr td.today.disabled:hover.switch-right { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.today.switch-right:hover, div.datepicker table tr td.today:hover.switch-right:hover, div.datepicker table tr td.today.disabled.switch-right:hover, div.datepicker table tr td.today.disabled:hover.switch-right:hover { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.today:hover, div.datepicker table tr td.today:hover:hover, div.datepicker table tr td.today.disabled:hover, div.datepicker table tr td.today.disabled:hover:hover, div.datepicker table tr td.today:focus, div.datepicker table tr td.today:hover:focus, div.datepicker table tr td.today.disabled:focus, div.datepicker table tr td.today.disabled:hover:focus, div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today:hover.disabled, div.datepicker table tr td.today.disabled.disabled, div.datepicker table tr td.today.disabled:hover.disabled, div.datepicker table tr td.today[disabled], div.datepicker table tr td.today:hover[disabled], div.datepicker table tr td.today.disabled[disabled], div.datepicker table tr td.today.disabled:hover[disabled] { color: #fff; *background-color: #66678a; } div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active { background-color: #5b5c7c \9; } div.datepicker table tr td.today:hover:hover { color: #000; } div.datepicker table tr td.today.active:hover { color: #fff; } div.datepicker table tr td.range, div.datepicker table tr td.range:hover, div.datepicker table tr td.range.disabled, div.datepicker table tr td.range.disabled:hover { background: #eeeeee; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0; } div.datepicker table tr td.range.today, div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today.disabled:hover { *background-color: #f3ea7a; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0; } div.datepicker table tr td.range.today.switch-left, div.datepicker table tr td.range.today:hover.switch-left, div.datepicker table tr td.range.today.disabled.switch-left, div.datepicker table tr td.range.today.disabled:hover.switch-left { background-color: #f3ea7a; color: #fff; } div.datepicker table tr td.range.today.switch-right, div.datepicker table tr td.range.today:hover.switch-right, div.datepicker table tr td.range.today.disabled.switch-right, div.datepicker table tr td.range.today.disabled:hover.switch-right { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.range.today.switch-right:hover, div.datepicker table tr td.range.today:hover.switch-right:hover, div.datepicker table tr td.range.today.disabled.switch-right:hover, div.datepicker table tr td.range.today.disabled:hover.switch-right:hover { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today:hover:hover, div.datepicker table tr td.range.today.disabled:hover, div.datepicker table tr td.range.today.disabled:hover:hover, div.datepicker table tr td.range.today:focus, div.datepicker table tr td.range.today:hover:focus, div.datepicker table tr td.range.today.disabled:focus, div.datepicker table tr td.range.today.disabled:hover:focus, div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today:hover.disabled, div.datepicker table tr td.range.today.disabled.disabled, div.datepicker table tr td.range.today.disabled:hover.disabled, div.datepicker table tr td.range.today[disabled], div.datepicker table tr td.range.today:hover[disabled], div.datepicker table tr td.range.today.disabled[disabled], div.datepicker table tr td.range.today.disabled:hover[disabled] { color: #fff; *background-color: #f1e663; } div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active { background-color: #efe24b \9; } div.datepicker table tr td.selected, div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected.disabled:hover { *background-color: #808080; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } div.datepicker table tr td.selected.switch-left, div.datepicker table tr td.selected:hover.switch-left, div.datepicker table tr td.selected.disabled.switch-left, div.datepicker table tr td.selected.disabled:hover.switch-left { background-color: #808080; color: #fff; } div.datepicker table tr td.selected.switch-right, div.datepicker table tr td.selected:hover.switch-right, div.datepicker table tr td.selected.disabled.switch-right, div.datepicker table tr td.selected.disabled:hover.switch-right { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.selected.switch-right:hover, div.datepicker table tr td.selected:hover.switch-right:hover, div.datepicker table tr td.selected.disabled.switch-right:hover, div.datepicker table tr td.selected.disabled:hover.switch-right:hover { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected:hover:hover, div.datepicker table tr td.selected.disabled:hover, div.datepicker table tr td.selected.disabled:hover:hover, div.datepicker table tr td.selected:focus, div.datepicker table tr td.selected:hover:focus, div.datepicker table tr td.selected.disabled:focus, div.datepicker table tr td.selected.disabled:hover:focus, div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected:hover.disabled, div.datepicker table tr td.selected.disabled.disabled, div.datepicker table tr td.selected.disabled:hover.disabled, div.datepicker table tr td.selected[disabled], div.datepicker table tr td.selected:hover[disabled], div.datepicker table tr td.selected.disabled[disabled], div.datepicker table tr td.selected.disabled:hover[disabled] { color: #fff; *background-color: #737373; } div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active { background-color: #666666 \9; } div.datepicker table tr td.active, div.datepicker table tr td.active:hover, div.datepicker table tr td.active.disabled, div.datepicker table tr td.active.disabled:hover { background: #303641; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } div.datepicker table tr td span { display: block; width: 23%; height: 54px; line-height: 54px; float: left; margin: 1%; cursor: pointer; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; } div.datepicker table tr td span:hover { background: #eeeeee; } div.datepicker table tr td span.disabled, div.datepicker table tr td span.disabled:hover { background: none; color: #999999; cursor: default; } div.datepicker table tr td span.active, div.datepicker table tr td span.active:hover, div.datepicker table tr td span.active.disabled, div.datepicker table tr td span.active.disabled:hover { background: #303641; color: #fff; } div.datepicker table tr td span.old, div.datepicker table tr td span.new { color: #999999; } div.datepicker th.datepicker-switch { width: 145px; } div.datepicker thead tr:first-child th, div.datepicker tfoot tr th { cursor: pointer; } div.datepicker thead tr:first-child th:hover, div.datepicker tfoot tr th:hover { background: #eeeeee; } div.datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle; } div.datepicker thead tr:first-child th.cw { cursor: default; background-color: transparent; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; } .input-daterange input { text-align: center; } .input-daterange input:first-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 0 0 3px; } .input-daterange input:last-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 3px 3px 0; } .input-daterange .add-on { display: inline-block; width: auto; min-width: 16px; height: 1.42857143; padding: 4px 5px; font-weight: normal; line-height: 1.42857143; text-align: center; text-shadow: 0 1px 0 #FFFFFF; vertical-align: middle; background-color: #eeeeee; border: 1px solid #ccc; margin-left: -5px; margin-right: -5px; } .datepicker-inline { border: 1px solid #ebebeb; } .datepicker-inline.no-border { border-color: transparent; } .datepicker-inline table { width: 195px; } .input-group-addon .color-preview { width: 16px; height: 16px; background: #FFF; display: inline-block; border: 1px solid #ebebeb; } /*! * Timepicker Component for Twitter Bootstrap * * Copyright 2013 <NAME> * * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ .bootstrap-timepicker { position: relative; } .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu { left: auto; right: 0; } .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before { left: auto; right: 12px; } .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after { left: auto; right: 13px; } .bootstrap-timepicker .add-on { cursor: pointer; } .bootstrap-timepicker .add-on i { display: inline-block; width: 16px; height: 16px; } .bootstrap-timepicker-widget.dropdown-menu { padding: 4px; } .bootstrap-timepicker-widget.dropdown-menu.open { display: inline-block; z-index: 10000; } .bootstrap-timepicker-widget.dropdown-menu:before { border-bottom: 7px solid rgba(0, 0, 0, 0.2); border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; display: inline-block; position: absolute; } .bootstrap-timepicker-widget.dropdown-menu:after { border-bottom: 6px solid #FFFFFF; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; position: absolute; } .bootstrap-timepicker-widget.timepicker-orient-left:before { left: 6px; } .bootstrap-timepicker-widget.timepicker-orient-left:after { left: 7px; } .bootstrap-timepicker-widget.timepicker-orient-right:before { right: 6px; } .bootstrap-timepicker-widget.timepicker-orient-right:after { right: 7px; } .bootstrap-timepicker-widget.timepicker-orient-top:before { top: -7px; } .bootstrap-timepicker-widget.timepicker-orient-top:after { top: -6px; } .bootstrap-timepicker-widget.timepicker-orient-bottom:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #CCC; } .bootstrap-timepicker-widget.timepicker-orient-bottom:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #ffffff; } .bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input { border-radius: 3px; } .bootstrap-timepicker-widget table { width: 100%; margin: 0; } .bootstrap-timepicker-widget table td { text-align: center; height: 30px; margin: 0; padding: 2px; } .bootstrap-timepicker-widget table td:not(.separator) { min-width: 30px; } .bootstrap-timepicker-widget table td span { width: 100%; } .bootstrap-timepicker-widget table td a { border: 1px transparent solid; width: 100%; display: inline-block; margin: 0; padding: 0 0; outline: 0; color: #303641; } .bootstrap-timepicker-widget table td a:hover { text-decoration: none; background-color: #f5f5f6; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; border-color: #ebebeb; } .bootstrap-timepicker-widget table td a i { margin-top: 2px; } .bootstrap-timepicker-widget table td a i:before { font-family: "Entypo"; font-size: 12px; font-style: normal; } .bootstrap-timepicker-widget table td a i.icon-chevron-up:before { content: "\E876"; } .bootstrap-timepicker-widget table td a i.icon-chevron-down:before { content: "\E873"; } .bootstrap-timepicker-widget table td input { width: 25px; margin: 0; text-align: center; outline: none; border: 0; background: transparent; } .bootstrap-timepicker-widget table td input:focus { background: #f5f5f6; } .bootstrap-timepicker-widget .modal-content { padding: 4px; } .date-and-time > input.datepicker { float: left; width: 70%; } .date-and-time > input.timepicker { float: right; width: 30%; } .date-and-time > input:first-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 0 0 3px; border-right: 0; } .date-and-time > input:last-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 3px 3px 0; } @media (min-width: 767px) { .bootstrap-timepicker-widget.modal { width: 200px; margin-left: -100px; } } @media (max-width: 767px) { .bootstrap-timepicker { width: 100%; } .bootstrap-timepicker .dropdown-menu { width: 100%; } } /*! * Bootstrap Colorpicker * http://mjolnic.github.io/bootstrap-colorpicker/ * * Originally written by (c) 2012 <NAME> * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0.txt * */ .colorpicker-saturation { width: 100px; height: 100px; background-image: url(/images/saturation.png?4bcec938af4ea7846dceff3da9328df5); cursor: crosshair; float: left; } .colorpicker-saturation i { display: block; height: 5px; width: 5px; border: 1px solid #000; border-radius: 3px; position: absolute; top: 0; left: 0; margin: -4px 0 0 -4px; } .colorpicker-saturation i b { display: block; height: 5px; width: 5px; border: 1px solid #fff; border-radius: 3px; } .colorpicker-hue, .colorpicker-alpha { width: 15px; height: 100px; float: left; cursor: row-resize; margin-left: 4px; margin-bottom: 4px; } .colorpicker-hue i, .colorpicker-alpha i { display: block; height: 1px; background: #000; border-top: 1px solid #fff; position: absolute; top: 0; left: 0; width: 100%; margin-top: -1px; } .colorpicker-hue { background-image: url(/images/hue.png?5d6cf2eaaaa7406f1858c6476350dfa4); } .colorpicker-alpha { background-image: url(/images/alpha.png?cca171acacae8bc5046afcd85ce33a66); display: none; } div.colorpicker { *zoom: 1; top: 0; left: 0; padding: 4px; min-width: 130px; margin-top: 1px; border-radius: 2px; z-index: 2500; } .colorpicker:before, .colorpicker:after { display: table; content: ""; line-height: 0; } .colorpicker:after { clear: both; } .colorpicker:before { content: ""; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ebebeb; border-bottom-color: #e6e6e6; position: absolute; top: -7px; left: 6px; } .colorpicker:after { content: ""; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; } .colorpicker div { position: relative; } .colorpicker.colorpicker-with-alpha { min-width: 140px; } .colorpicker.colorpicker-with-alpha .colorpicker-alpha { display: block; } .colorpicker-color { height: 10px; margin-top: 5px; clear: both; background-image: url(/images/alpha.png?cca171acacae8bc5046afcd85ce33a66); background-position: 0 100%; } .colorpicker-color div { height: 10px; } .colorpicker-element .input-group-addon i { display: block; cursor: pointer; width: 16px; height: 16px; } .colorpicker.colorpicker-inline { position: relative; display: inline-block; float: none; } .colorpicker.colorpicker-horizontal { width: 110px; min-width: 110px; height: auto; } .colorpicker.colorpicker-horizontal .colorpicker-saturation { margin-bottom: 4px; } .colorpicker.colorpicker-horizontal .colorpicker-color { width: 100px; } .colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha { width: 100px; height: 15px; float: left; cursor: col-resize; margin-left: 0px; margin-bottom: 4px; } .colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i { display: block; height: 15px; background: #ffffff; position: absolute; top: 0; left: 0; width: 1px; border: none; margin-top: 0px; } .colorpicker.colorpicker-horizontal .colorpicker-hue { background-image: url(/images/hue-horizontal.png?333aa9a0131732342a7eb482649870dc); } .colorpicker.colorpicker-horizontal .colorpicker-alpha { background-image: url(/images/alpha-horizontal.png?f91dc793722cfef04ce8bd0aced504f1); } .colorpicker.colorpicker-hidden { display: none; } .colorpicker.colorpicker-visible { display: block; } .colorpicker-inline.colorpicker-visible { display: inline-block; } .btn-file { overflow: hidden; position: relative; vertical-align: middle; } .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate(-300px, 0) scale(4); transform: translate(-300px, 0) scale(4); font-size: 23px; direction: ltr; cursor: pointer; } .fileinput { margin-bottom: 9px; display: inline-block; } .fileinput .uneditable-input { display: inline-block; margin-bottom: 0px; vertical-align: middle; cursor: text; } .fileinput i + .fileinput-filename, .fileinput .btn + .fileinput-filename { padding-left: 5px; } .fileinput.fileinput-exists .close { opacity: 1; color: #dee0e4; position: relative; top: 3px; margin-left: 5px; } .fileinput .thumbnail { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; } .fileinput .thumbnail[data-trigger=fileinput] { cursor: pointer; } .fileinput .thumbnail:before, .fileinput .thumbnail:after { content: " "; display: table; } .fileinput .thumbnail:after { clear: both; } .fileinput .thumbnail > img { max-height: 100%; display: block; } .fileinput .btn { vertical-align: middle; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput-inline .fileinput-controls { display: inline; } .fileinput .uneditable-input { white-space: normal; } .fileinput-new .input-group .btn-file { border-radius: 0 3px 3px 0; } .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-sm { border-radius: 0 2px 2px 0; } .fileinput-new .input-group .btn-file.btn-lg { border-radius: 0 3px 3px 0; } .form-group.has-warning .fileinput .uneditable-input { color: #574802; border-color: #ffd78a; } .form-group.has-warning .fileinput .fileinput-preview { color: #574802; } .form-group.has-warning .fileinput .thumbnail { border-color: #ffd78a; } .form-group.has-error .fileinput .uneditable-input { color: #ac1818; border-color: #ffafbd; } .form-group.has-error .fileinput .fileinput-preview { color: #ac1818; } .form-group.has-error .fileinput .thumbnail { border-color: #ffafbd; } .form-group.has-success .fileinput .uneditable-input { color: #045702; border-color: #b4e8a8; } .form-group.has-success .fileinput .fileinput-preview { color: #045702; } .form-group.has-success .fileinput .thumbnail { border-color: #b4e8a8; } .input-group-addon:not(:first-child) { border-left: 0; } .fileinput .uneditable-input, .fileinput-new .input-group .btn-file { display: table-cell !important; } .toast-title { font-weight: bold; } .toast-message { -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #FFFFFF; } .toast-message a:hover { color: #CCCCCC; text-decoration: none; } .toast-close-button { position: relative; right: -0.3em; top: -0.3em; float: right; font-size: 20px; font-weight: bold; color: #FFFFFF; -webkit-text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff; zoom: 1; -webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; filter: alpha(opacity=80); } .toast-close-button:hover, .toast-close-button:focus { color: #000000; text-decoration: none; cursor: pointer; zoom: 1; -webkit-opacity: 0.4; -moz-opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; filter: alpha(opacity=40); } /*Additional properties for button version iOS requires the button element instead of an anchor tag. If you want the anchor version, it requires `href="#"`.*/ button.toast-close-button { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .toast-top-full-width { top: 0; right: 0; width: 100%; margin-top: 10px; margin-bottom: 10px; } .toast-bottom-full-width { bottom: 0; right: 0; width: 100%; } .toast-top-left { top: 12px; left: 12px; } .toast-top-right { top: 12px; right: 12px; } .toast-bottom-right { right: 12px; bottom: 12px; } .toast-bottom-left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999999; /*overrides*/ } #toast-container * { box-sizing: border-box; } #toast-container > div { margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; border-radius: 3px; background-position: 15px center; background-repeat: no-repeat; color: #FFFFFF; zoom: 1; -webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; filter: alpha(opacity=80); } #toast-container > :hover { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); cursor: pointer; } #toast-container > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; } #toast-container > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; } #toast-container > .toast-success { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA<KEY>) !important; } #toast-container > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; } #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { width: 96%; margin: auto; } #toast-container .toast-success.black, #toast-container .toast-error.black, #toast-container .toast-info.black, #toast-container .toast-warning.black { background-color: rgba(0, 0, 0, 0.7); color: #fff; } .toast { background-color: #030303; } .toast-success { background-color: #00a651; } .toast-error { background-color: #cc2424; } .toast-info { background-color: #21a9e1; } .toast-warning { background-color: #F89406; } /*Responsive Design*/ @media all and (max-width: 240px) { #toast-container > div { padding: 8px 8px 8px 50px; width: 11em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } } @media all and (min-width: 241px) and (max-width: 480px) { #toast-container > div { padding: 8px 8px 8px 50px; width: 18em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } } @media all and (min-width: 481px) and (max-width: 768px) { #toast-container > div { padding: 15px 15px 15px 50px; width: 25em; } } a.text-primary:hover, a.text-primary:focus { color: #7b7b7b; } a.text-success:hover, a.text-success:focus { color: #022501; } a.text-info:hover, a.text-info:focus { color: #215f79; } a.text-warning:hover, a.text-warning:focus { color: #251f01; } a.text-danger:hover, a.text-danger:focus { color: #7f1212; } a.bg-primary:hover, a.bg-primary:focus { background-color: #7b7b7b; } a.bg-success:hover, a.bg-success:focus { background-color: #95e294; } a.bg-info:hover, a.bg-info:focus { background-color: #98d6f1; } a.bg-warning:hover, a.bg-warning:focus { background-color: #ffe671; } a.bg-danger:hover, a.bg-danger:focus { background-color: #ff9696; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #bdedbc; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #a9e8a8; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #c5e8f7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #afdff4; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #ffefa4; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #ffeb8a; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #ffc9c9; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ffafaf; } .form-control:focus { border-color: #cbd0d9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 208, 217, 0.6); } .form-control::-webkit-input-placeholder { color: #aaa; } .form-control:-moz-placeholder { color: #aaa; } .form-control::-moz-placeholder { color: #aaa; } .form-control:-ms-input-placeholder { color: #aaa; } .form-control::-moz-placeholder { color: #999999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } select.input-sm { height: 28px; line-height: 28px; } textarea.input-sm, select[multiple].input-sm { height: auto; } select.input-lg { height: 42px; line-height: 42px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #045702; } .has-success .form-control { border-color: #045702; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #022501; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04; } .has-success .input-group-addon { color: #045702; border-color: #045702; background-color: #bdedbc; } .has-success .form-control-feedback { color: #045702; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #574802; } .has-warning .form-control { border-color: #574802; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #251f01; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04; } .has-warning .input-group-addon { color: #574802; border-color: #574802; background-color: #ffefa4; } .has-warning .form-control-feedback { color: #574802; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #ac1818; } .has-error .form-control { border-color: #ac1818; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #7f1212; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545; } .has-error .input-group-addon { color: #ac1818; border-color: #ac1818; background-color: #ffc9c9; } .has-error .form-control-feedback { color: #ac1818; } .btn-default:focus, .btn-default.focus { color: #303641; background-color: #d6d6d8; border-color: #aeaeb3; } .btn-default:hover { color: #303641; background-color: #d6d6d8; border-color: #d0d0d3; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #303641; background-color: #d6d6d8; border-color: #d0d0d3; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #303641; background-color: #c3c3c7; border-color: #aeaeb3; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #f0f0f1; border-color: #f0f0f1; } .btn-default .badge { color: #f0f0f1; background-color: #303641; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #1a1e24; border-color: #000000; } .btn-primary:hover { color: #fff; background-color: #1a1e24; border-color: #0b0d0f; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #1a1e24; border-color: #0b0d0f; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #0b0d0f; border-color: #000000; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #303641; border-color: #252a32; } .btn-primary .badge { color: #303641; background-color: #fff; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #007338; border-color: #000d06; } .btn-success:hover { color: #fff; background-color: #007338; border-color: #004f27; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #007338; border-color: #004f27; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #004f27; border-color: #000d06; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #00a651; border-color: #008d45; } .btn-success .badge { color: #00a651; background-color: #fff; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #1988b6; border-color: #0c455d; } .btn-info:hover { color: #fff; background-color: #1988b6; border-color: #147197; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #1988b6; border-color: #147197; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #147197; border-color: #0c455d; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #21a9e1; border-color: #1c99cd; } .btn-info .badge { color: #21a9e1; background-color: #fff; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #f9ce07; border-color: #967c04; } .btn-warning:hover { color: #fff; background-color: #f9ce07; border-color: #d7b205; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #f9ce07; border-color: #d7b205; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d7b205; border-color: #967c04; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #fad839; border-color: #f9d320; } .btn-warning .badge { color: #fad839; background-color: #fff; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #a11c1c; border-color: #4a0d0d; } .btn-danger:hover { color: #fff; background-color: #a11c1c; border-color: #821717; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #a11c1c; border-color: #821717; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #821717; border-color: #4a0d0d; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #cc2424; border-color: #b62020; } .btn-danger .badge { color: #cc2424; background-color: #fff; } .ui-rangeSlider .ui-rangeSlider-container { height: 10px; background: #ebebeb; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar { background: #ec5956; height: 10px; } .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle { position: relative; background: #ec5956; width: 10px; height: 10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50%; border: 2px solid #FFF; padding: 10px; margin-top: -7px; } .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle.ui-rangeSlider-leftHandle { -webkit-transform: translateX(-100px); transform: translateX(-100px); } .ui-rangeSlider .ui-rangeSlider-label { visibility: hidden; } .slider { height: 10px; margin-bottom: 30px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; background: #ebebeb; } .slider .ui-slider-handle { background: #ec5956; top: 0; border: 2px solid #fff; width: 20px; height: 20px; border-radius: 50%; margin-top: -5px; outline: none; cursor: pointer; } .slider .ui-slider-handle .ui-label { position: absolute; left: -50%; top: 20px; color: #fff; margin-left: 5px; white-space: nowrap; display: none; } .slider .ui-slider-range { background: #ec5956; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .slider.ui-slider-vertical { height: 250px; } .slider.ui-slider-vertical .ui-slider-handle { top: auto; margin-left: -1px; } .slider.ui-slider-vertical .ui-slider-handle .ui-label { top: 1px; left: 15px; } .slider .ui-slider-handle { background: #ec5956; border: 2px solid #fff; } .slider .ui-slider-range, .slider .ui-fill { background: #ec5956; } .slider.slider-green, .slider.slider-success { background: #ebebeb; } .slider.slider-green .ui-slider-handle, .slider.slider-success .ui-slider-handle { background: #0fbd71; border: 2px solid #fff; } .slider.slider-green .ui-slider-range, .slider.slider-success .ui-slider-range, .slider.slider-green .ui-fill, .slider.slider-success .ui-fill { background: #0fbd71; } .slider.slider-blue, .slider.slider-info { background: #ebebeb; } .slider.slider-blue .ui-slider-handle, .slider.slider-info .ui-slider-handle { background: #0033a1; border: 2px solid #fff; } .slider.slider-blue .ui-slider-range, .slider.slider-info .ui-slider-range, .slider.slider-blue .ui-fill, .slider.slider-info .ui-fill { background: #0033a1; } .slider.slider-gold, .slider.slider-warning { background: #ebebeb; } .slider.slider-gold .ui-slider-handle, .slider.slider-warning .ui-slider-handle { background: #f7d227; border: 2px solid #fff; } .slider.slider-gold .ui-slider-range, .slider.slider-warning .ui-slider-range, .slider.slider-gold .ui-fill, .slider.slider-warning .ui-fill { background: #f7d227; } .radio label input, .checkbox label input { position: relative; top: 4px; } .checkbox-replace, .radio-replace { position: relative; padding-left: 0; margin: 0; } .checkbox-replace input[type=checkbox], .radio-replace input[type=checkbox], .checkbox-replace input[type=radio], .radio-replace input[type=radio] { visibility: hidden; } .checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper { position: relative; display: inline-block; border: 1px solid #ebebeb; padding: 0; padding-right: 16px; margin-bottom: 0; width: 16px; height: 15px; box-sizing: border-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox-replace .cb-wrapper input, .radio-replace .cb-wrapper input { position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; margin: 0; visibility: hidden; } .checkbox-replace .cb-wrapper.disabled, .radio-replace .cb-wrapper.disabled { zoom: 1; -webkit-opacity: 0.3; -moz-opacity: 0.3; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; filter: alpha(opacity=30); } .checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked { position: absolute; background: #ebebeb; display: block; left: 2px; right: 2px; bottom: 2px; top: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 2px; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955); } .checkbox-replace .cb-wrapper + label, .radio-replace .cb-wrapper + label { position: relative; top: -5px; margin-left: 6px; padding-left: 0; } .checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03); } .checkbox-replace.radio-replace .cb-wrapper, .radio-replace.radio-replace .cb-wrapper { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 16px; } .checkbox-replace.radio-replace .cb-wrapper .checked, .radio-replace.radio-replace .cb-wrapper .checked { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 16px; } .checkbox-replace.checked .cb-wrapper .checked, .radio-replace.checked .cb-wrapper .checked { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); } .checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper { border: 1px solid #d2d2d2; } .checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked { background: #d2d2d2; } .checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(210, 210, 210, 0.1); } .checkbox-replace.color-primary .cb-wrapper, .radio-replace.color-primary .cb-wrapper { border: 1px solid #303641; } .checkbox-replace.color-primary .cb-wrapper .checked, .radio-replace.color-primary .cb-wrapper .checked { background: #303641; } .checkbox-replace.color-primary:hover .cb-wrapper, .radio-replace.color-primary:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(48, 54, 65, 0.1); } .checkbox-replace.color-red .cb-wrapper, .radio-replace.color-red .cb-wrapper { border: 1px solid #ee4749; } .checkbox-replace.color-red .cb-wrapper .checked, .radio-replace.color-red .cb-wrapper .checked { background: #ee4749; } .checkbox-replace.color-red:hover .cb-wrapper, .radio-replace.color-red:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(238, 71, 73, 0.1); } .checkbox-replace.color-blue .cb-wrapper, .radio-replace.color-blue .cb-wrapper { border: 1px solid #21a9e1; } .checkbox-replace.color-blue .cb-wrapper .checked, .radio-replace.color-blue .cb-wrapper .checked { background: #21a9e1; } .checkbox-replace.color-blue:hover .cb-wrapper, .radio-replace.color-blue:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(33, 169, 225, 0.1); } .checkbox-replace.color-green .cb-wrapper, .radio-replace.color-green .cb-wrapper { border: 1px solid #00a651; } .checkbox-replace.color-green .cb-wrapper .checked, .radio-replace.color-green .cb-wrapper .checked { background: #00a651; } .checkbox-replace.color-green:hover .cb-wrapper, .radio-replace.color-green:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(0, 166, 81, 0.1); } .checkbox-replace.color-gold .cb-wrapper, .radio-replace.color-gold .cb-wrapper { border: 1px solid #fad839; } .checkbox-replace.color-gold .cb-wrapper .checked, .radio-replace.color-gold .cb-wrapper .checked { background: #fad839; } .checkbox-replace.color-gold:hover .cb-wrapper, .radio-replace.color-gold:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(250, 216, 57, 0.1); } .checkbox-replace.color-white .cb-wrapper, .radio-replace.color-white .cb-wrapper { border: 1px solid #fff; } .checkbox-replace.color-white .cb-wrapper .checked, .radio-replace.color-white .cb-wrapper .checked { background: #fff; } .checkbox-replace.color-white:hover .cb-wrapper, .radio-replace.color-white:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); } .select2 { visibility: hidden; } .page-body .select2-container { display: block; } .page-body .select2-container.select2-dropdown-open .select2-choice, .page-body .select2-container.select2-dropdown-open .select2-choices { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .page-body .select2-container .select2-choice { border-color: #ebebeb !important; background: #fff; box-shadow: none; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; height: 42px; line-height: 41px; outline: none; padding-left: 15px; } .page-body .select2-container .select2-choice .select2-arrow { border-left: 1px solid #ebebeb; width: 40px; text-align: center; background: none !important; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-container .select2-choice .select2-arrow b { background: transparent !important; } .page-body .select2-container .select2-choice .select2-arrow b:before { position: relative; font-family: "Entypo"; content: "\E873"; display: block; color: #303641; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; } .page-body .select2-container .select2-choice .select2-search-choice-close { right: 50px; top: 50%; margin-top: -7px; } .page-body .select2-container .select2-choices { border-color: #ebebeb !important; box-shadow: none; background: #fff; padding: 0 6px; padding-top: 4px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .select2-container .select2-choices .select2-search-field input { padding: 6px 12px; } .page-body .select2-container .select2-choices .select2-search-choice { border-radius: 0; border: 0; background: #f3f3f3; color: #666; font-size: 11px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-container .select2-choices .select2-search-choice .select2-search-choice-close { top: 50%; margin-top: -7px; } .page-body .select2-container .select2-choices .select2-search-choice:hover { background-color: #e6e6e6; color: #303641; } .page-body .select2-container.select2-container-active .select2-choices { box-shadow: none; } .page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow { background-color: rgba(245, 245, 246, 0.8); } .page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .page-body .select2.visible { visibility: visible; } .page-body .select2-drop { border: 1px solid #ebebeb; background-color: #fff; border-radius: 1px 1px 4px 4px; box-shadow: none; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 0 3px 3px; } .page-body .select2-drop .select2-search, .page-body .select2-drop .select2-results { padding: 0; margin: 0; } .page-body .select2-drop .select2-search .select2-no-results, .page-body .select2-drop .select2-results .select2-no-results { padding: 12px 15px; color: #737881; } .page-body .select2-drop .select2-search .select2-result-label, .page-body .select2-drop .select2-results .select2-result-label { padding: 4px 15px; } .page-body .select2-drop .select2-search .select2-result-selectable, .page-body .select2-drop .select2-results .select2-result-selectable { background: transparent; color: #888; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-drop .select2-search .select2-result-selectable:hover, .page-body .select2-drop .select2-results .select2-result-selectable:hover, .page-body .select2-drop .select2-search .select2-result-selectable.select2-highlighted, .page-body .select2-drop .select2-results .select2-result-selectable.select2-highlighted { background: #f3f3f3; color: #303641; } .page-body .select2-drop .select2-search .select2-result-sub li, .page-body .select2-drop .select2-results .select2-result-sub li { background: none !important; } .page-body .select2-drop .select2-search .select2-result-sub .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label { padding: 5px 25px; color: #888888; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-drop .select2-search .select2-result-sub .select2-result-label:hover, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label:hover { background: #f3f3f3; color: #303641; } .page-body .select2-drop .select2-search .select2-result-sub .select2-highlighted .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-highlighted .select2-result-label { background: #f3f3f3; color: #303641; } .page-body .select2-drop .select2-search { position: relative; padding: 12px 15px; } .page-body .select2-drop .select2-search input { background: #f3f3f3 !important; border: 0; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03); padding: 10px 12px; padding-right: 30px; font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif; box-sizing: border-box; } .page-body .select2-drop .select2-search:after { position: absolute; font-family: "Entypo"; right: 15px; top: 12px; content: "\E803"; font-size: 14px; color: #c2c2c2; margin-right: 12px; margin-top: 8px; } .selectboxit { visibility: hidden; } .page-body .selectboxit { display: block; } .page-body .selectboxit.visible { visibility: visible; } .page-body .selectboxit-container { display: block; } .page-body .selectboxit-container .selectboxit { width: 100% !important; background: #fff; border: 1px solid #ebebeb; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus { background-color: #fff; } .page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus .selectboxit-text { color: #303641; } .page-body .selectboxit-container .selectboxit:hover, .page-body .selectboxit-container .selectboxit.selectboxit-open { background-color: rgba(245, 245, 246, 0.8); } .page-body .selectboxit-container .selectboxit:hover .selectboxit-text, .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-text { color: #303641; } .page-body .selectboxit-container .selectboxit.selectboxit-open { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container { background-color: rgba(245, 245, 246, 0.8); } .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .page-body .selectboxit-container .selectboxit .selectboxit-option-icon-container .selectboxit-option-icon { margin-left: 5px; } .page-body .selectboxit-container .selectboxit .selectboxit-text { max-width: 100% !important; font-size: 12px; font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif; color: #888; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container { border-left: 1px solid #ebebeb; text-align: center; width: 40px; } .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow { display: none; } .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container:after { position: relative; font-family: "Entypo"; content: "\E873"; display: block; color: #303641; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; font-size: 12px; } .page-body .selectboxit-container .selectboxit-options { width: 100%; background: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 0 3px 3px; border-top: 0; border-color: #ebebeb; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06); max-height: 350px; } .page-body .selectboxit-container .selectboxit-options > span.selectboxit-optgroup-header { font-size: 12px; color: #303641; background: #fafafa; border-bottom: 1px solid #f5f5f5; padding-left: 5px; padding-right: 5px; } .page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor { font-size: 12px; padding-left: 5px; padding-right: 5px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor .selectboxit-option-icon-container .selectboxit-option-icon { margin-left: 5px; } .page-body .selectboxit-container .selectboxit-options li.selectboxit-focus .selectboxit-option-anchor { background: #f3f3f3; color: #666; } input.typeahead { display: block; } .twitter-typeahead { width: 100%; } .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint { margin-bottom: 0; } .tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid #ebebeb; *border-right-width: 2px; *border-bottom-width: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; width: 100%; } .tt-suggestion { display: block; padding: 4px 12px; } .tt-suggestion p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 17px; } .tt-suggestion .thumb-entry:before, .tt-suggestion .thumb-entry:after { content: " "; display: table; } .tt-suggestion .thumb-entry:after { clear: both; } .tt-suggestion .thumb-entry > span.image { float: left; } .tt-suggestion .thumb-entry > span.text { float: left; width: 80%; margin-left: 12px; } .tt-suggestion .thumb-entry > span.text strong { display: block; color: #303641; } .tt-suggestion .thumb-entry > span.text em { font-style: normal; font-size: 10px; color: #757b84; display: block; padding-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .tt-suggestion.tt-is-under-cursor { color: #303641; background: #f3f3f3; } .tt-suggestion.tt-is-under-cursor a { color: #303641; } .tt-suggestion p { margin: 0; } .twitter-typeahead .tt-hint { padding: 6px 12px; color: #dee0e4; line-height: 1.42857143; margin: 0; padding-top: 5.5px; width: 100%; box-sizing: border-box; } .page-body .daterangepicker.dropdown-menu { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu:before { border-bottom-color: #ccc; } .page-body .daterangepicker.dropdown-menu .ranges .input-mini { background: #fff; border: 1px solid #ebebeb; width: 100%; box-sizing: border-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu .ranges .btn { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input { float: none !important; margin: 0; padding: 0; } .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input.daterangepicker_end_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input.daterangepicker_end_input { padding-left: 0 !important; } .page-body .daterangepicker.dropdown-menu .ranges ul li { background: #f5f5f6; color: #737881; font-size: 11px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .daterangepicker.dropdown-menu .ranges ul li:hover, .page-body .daterangepicker.dropdown-menu .ranges ul li.active { background: #f0f0f0; color: #303641; border-color: #ebebeb; } .page-body .daterangepicker.dropdown-menu .ranges ul li:hover.active, .page-body .daterangepicker.dropdown-menu .ranges ul li.active.active { background: #303641; color: #fff; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date { border: 1px solid #ebebeb; background: #fdfdfd; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .active { background: #303641; color: #fff; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .in-range { background: #f3f3f3; color: #737881; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .prev:hover, .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .next:hover { background-color: #f5f5f6; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .disabled { color: #dee0e4; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-time { border: 1px solid #ebebeb; background: #fdfdfd; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .daterange-inline { border: 1px solid #ebebeb; background: #f5f5f6; padding: 6px 6px; cursor: pointer; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .daterange-inline i { color: #303641; font-size: 14px; } .ms-container:before, .ms-container:after { content: " "; display: table; } .ms-container:after { clear: both; } .ms-container .ms-selectable, .ms-container .ms-selection { display: block; background: #f5f5f6; } .ms-container .ms-selectable { position: relative; float: left; margin-right: 25px; } .ms-container .ms-selectable:after { content: "\E120"; font-family: "Glyphicons Halflings"; display: block; position: absolute; right: -19px; color: #303641; font-size: 15px; top: 50%; margin-top: -8px; } .ms-container .ms-selection { float: left; } .ms-container .ms-list { display: block; list-style: none; padding: 0; margin: 0; width: 150px; height: 150px; outline: none; border: 1px solid #ebebeb; overflow: auto; -o-user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ms-container .ms-list::-webkit-scrollbar { width: 5px; } .ms-container .ms-list::-webkit-scrollbar-track { width: 5px; background-color: #f5f5f6; } .ms-container .ms-list::-webkit-scrollbar-thumb { background-color: #d2d2d2; } .ms-container .ms-list > li { border-bottom: 1px solid #ebebeb; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .ms-container .ms-list > li:hover { background: #303641; color: #fff; } .ms-container .ms-list > li span { display: block; padding: 4px 8px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .ms-container .ms-list > li:last-child { border-bottom: 0; } .form-wizard { margin-top: 45px; } .form-wizard .steps-progress { display: block; background: #ebebeb; width: auto; height: 10px; margin: 0 70px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .form-wizard .steps-progress .progress-indicator { background: #00a651; width: 0%; height: 10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .form-wizard.no-margin .tab-content { margin-left: 0 !important; margin-right: 0 !important; } .form-wizard > ul { display: table; margin: 0; padding: 0; list-style: none; } .form-wizard > ul > li { display: table-cell; width: 1%; text-align: center; position: relative; } .form-wizard > ul > li a { position: relative; display: block; padding-top: 35px; font-weight: bold; color: #ababab; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .form-wizard > ul > li a span { position: absolute; display: block; background: #ebebeb; color: #8e9094; line-height: 35px; text-align: center; margin-top: -57.5px; left: 50%; margin-left: -17.5px; width: 35px; height: 35px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50%; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .form-wizard > ul > li.completed a { color: #00a651; } .form-wizard > ul > li.completed a span { background: #00a651; color: #fff; box-shadow: 0px 0px 0px 5px #00a651; } .form-wizard > ul > li.disabled a { color: rgba(142, 144, 148, 0.5); } .form-wizard > ul > li.disabled a span { background: #f5f5f6; color: rgba(142, 144, 148, 0.5); box-shadow: 0px 0px 0px 5px #f5f5f6; } .form-wizard > ul > li.active a, .form-wizard > ul > li.current a { color: #c5c5c5; font-weight: bold; color: #303641; } .form-wizard > ul > li.active a span, .form-wizard > ul > li.current a span { background: #c5c5c5; background: #fff; color: #525252; box-shadow: 0px 0px 0px 5px #ebebeb; } .form-wizard .tab-content { margin: 0 52.5px; margin-top: 35px; } .form-wizard .tab-content .pager { margin-top: 35px; } .form-wizard .tab-content .pager .first a { margin-right: 10px; } .form-wizard .tab-content .pager .last a { margin-left: 10px; } .wysihtml5-toolbar:before, .wysihtml5-toolbar:after { content: " "; display: table; } .wysihtml5-toolbar:after { clear: both; } .wysihtml5-toolbar li { margin-right: 8px !important; } .wysihtml5-toolbar li.pull-right { margin-right: 0 !important; margin-left: 8px !important; } .mail-env { position: relative; } .mail-env:before, .mail-env:after { content: " "; display: table; } .mail-env:after { clear: both; } hr + .mail-env { margin-top: -18px; border-top: 1px solid #ebebeb; margin-left: -20px; margin-right: -20px; } .mail-env + hr { margin-top: 0px; position: relative; margin-left: -20px; margin-right: -20px; } .mail-env .mail-sidebar, .mail-env .mail-body { float: left; box-sizing: border-box; } .mail-env .mail-sidebar:before, .mail-env .mail-body:before, .mail-env .mail-sidebar:after, .mail-env .mail-body:after { content: " "; display: table; } .mail-env .mail-sidebar:after, .mail-env .mail-body:after { clear: both; } .mail-env .mail-sidebar-row { padding: 20px; } .mail-env > .mail-sidebar-row.visible-xs { padding-bottom: 0; } .mail-env .mail-sidebar { width: 22%; background: #f9f9f9; border-right: 1px solid #ebebeb; position: relative; } .mail-env .mail-sidebar > h4 { padding: 20px; } .mail-env .mail-sidebar .mail-menu { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ebebeb; } .mail-env .mail-sidebar .mail-menu > li { margin: 0; padding: 0; border-bottom: 1px solid #ebebeb; } .mail-env .mail-sidebar .mail-menu > li a { display: block; padding: 20px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-sidebar .mail-menu > li a .badge { font-size: 13px; } .mail-env .mail-sidebar .mail-menu > li a .badge-gray { background: transparent; border: 1px solid #ebebeb; } .mail-env .mail-sidebar .mail-menu > li a .badge-roundless { display: inline-block; width: 14px; height: 14px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 2px; } .mail-env .mail-sidebar .mail-menu > li:hover a { background: rgba(255, 255, 255, 0.8); } .mail-env .mail-sidebar .mail-menu > li.active a { background: #fff; font-weight: bold; } .mail-env .mail-sidebar .mail-distancer { height: 40px; } .mail-env .mail-body { width: 78%; float: right; overflow: hidden; } .mail-env .mail-body .mail-header { padding: 20px; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-header:before, .mail-env .mail-body .mail-header:after { content: " "; display: table; } .mail-env .mail-body .mail-header:after { clear: both; } .mail-env .mail-body .mail-header .mail-title { margin: 0; padding: 0; font-size: 20px; float: left; width: 75%; padding-right: 20px; color: #303641; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mail-env .mail-body .mail-header .mail-title span.count { font-weight: normal; zoom: 1; -webkit-opacity: 0.3; -moz-opacity: 0.3; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; filter: alpha(opacity=30); } .mail-env .mail-body .mail-header .mail-title .label { font-size: 9px; position: relative; top: -4px; } .mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links { float: left; text-align: right; width: 25%; } .mail-env .mail-body .mail-header .mail-search.mail-links > .btn, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn { margin-left: 5px; font-size: 11px; } .mail-env .mail-body .mail-header .mail-search.mail-links > .btn:first-child, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn:first-child { margin-left: 0; } .mail-env .mail-body .mail-header .mail-search .form-control[type=text], .mail-env .mail-body .mail-header .mail-links .form-control[type=text] { height: 29px; } .mail-env .mail-body .mail-info { background: #f3f4f4; display: table; width: 100%; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-info:before, .mail-env .mail-body .mail-info:after { content: " "; display: table; } .mail-env .mail-body .mail-info:after { clear: both; } .mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date { display: table-cell; width: 50%; color: #a6a6a6; padding: 20px; } .mail-env .mail-body .mail-info .mail-sender.mail-sender span, .mail-env .mail-body .mail-info .mail-date.mail-sender span { font-weight: bold; color: #ec5956; } .mail-env .mail-body .mail-info .mail-sender.mail-sender img, .mail-env .mail-body .mail-info .mail-date.mail-sender img { margin-right: 5px; border: 2px solid #ebebeb; } .mail-env .mail-body .mail-info .mail-sender.mail-sender .dropdown-menu:after, .mail-env .mail-body .mail-info .mail-date.mail-sender .dropdown-menu:after { position: absolute; content: ""; display: block; top: -5px; left: 17%; width: 0px; height: 0px; border-style: solid; border-width: 0 3px 4px 3px; border-color: transparent transparent #cc2424 transparent; } .mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date { text-align: right; } .mail-env .mail-body .mail-text { border-bottom: 1px solid #ebebeb; padding: 20px; } .mail-env .mail-body .mail-attachments { padding: 20px; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-attachments h4 { margin-bottom: 30px; line-height: 1; } .mail-env .mail-body .mail-attachments h4 span { zoom: 1; -webkit-opacity: 0.4; -moz-opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; filter: alpha(opacity=40); } .mail-env .mail-body .mail-attachments ul { list-style: none; padding: 0; margin: 0; } .mail-env .mail-body .mail-attachments ul:before, .mail-env .mail-body .mail-attachments ul:after { content: " "; display: table; } .mail-env .mail-body .mail-attachments ul:after { clear: both; } .mail-env .mail-body .mail-attachments ul li { float: left; margin: 0; padding: 0; margin-right: 30px; margin-bottom: 20px; } .mail-env .mail-body .mail-attachments ul li > a { display: block; } .mail-env .mail-body .mail-attachments ul li > a img { position: relative; display: block; line-height: 1; margin-bottom: 10px; } .mail-env .mail-body .mail-attachments ul li > a.thumb { position: relative; } .mail-env .mail-body .mail-attachments ul li > a.thumb:after { font-family: "Entypo"; content: "\E826"; display: block; position: absolute; left: 50%; top: 50%; background: #fff; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; font-size: 28px; text-align: center; line-height: 40px; vertical-align: text-top; color: #fff; background: rgba(0, 0, 0, 0.25); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-body .mail-attachments ul li > a.thumb:hover:after { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); } .mail-env .mail-body .mail-attachments ul li > a.thumb.download:after { content: "\E82D"; } .mail-env .mail-body .mail-attachments ul li > a.name span { color: #666666; float: right; } .mail-env .mail-body .mail-attachments ul li .links { display: block; font-size: 11px; color: #666666; margin-top: 6px; } .mail-env .mail-body .mail-attachments ul li .links a { color: #666666; } .mail-env .mail-body .mail-reply { border-bottom: 1px solid #ebebeb; padding: 20px; } .mail-env .mail-body .mail-reply .fake-form { padding: 20px; border: 2px solid #ebebeb; min-height: 100px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; } .mail-env .mail-body .mail-reply .fake-form > div a { font-weight: bold; color: #ec5956; } .mail-env .mail-body .mail-compose { padding: 20px; } .mail-env .mail-body .mail-compose .form-group { position: relative; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; } .mail-env .mail-body .mail-compose .form-group label { position: absolute; left: 10px; top: 7px; z-index: 10; } .mail-env .mail-body .mail-compose .form-group input { border-color: transparent; position: relative; z-index: 5; padding-left: 100px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-body .mail-compose .form-group input:focus { background: #f9f9f9; border-color: #f4f4f4; } .mail-env .mail-body .mail-compose .form-group .field-options { position: absolute; right: 5px; top: 5px; z-index: 12; } .mail-env .mail-body .mail-compose .form-group .field-options a { display: inline-block; background: #f3f4f4; color: #7e8186; padding: 2px 6px; margin-left: 4px; text-align: center; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .mail-env .mail-body .mail-compose .compose-message-editor { padding-top: 5px; } .mail-env .mail-body .mail-compose .compose-message-editor textarea { height: 400px; } .mail-env .mail-body > div:last-child { border-bottom: 0; } .mail-env .mail-body .mail-table { margin-bottom: 0; } .mail-env .mail-body .mail-table thead tr th, .mail-env .mail-body .mail-table tfoot tr th { background: #ebebeb; border: 0; color: #666666; vertical-align: middle; border-bottom: 0; } .mail-env .mail-body .mail-table thead tr th a, .mail-env .mail-body .mail-table tfoot tr th a { color: #666666; } .mail-env .mail-body .mail-table thead tr th .mail-select-options, .mail-env .mail-body .mail-table tfoot tr th .mail-select-options { float: left; padding-top: 5px; } .mail-env .mail-body .mail-table thead tr th .mail-pagination, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination { float: right; } .mail-env .mail-body .mail-table thead tr th .mail-pagination span, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination span { color: rgba(102, 102, 102, 0.5); } .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group { margin-left: 5px; } .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group .btn-sm, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group .btn-sm { padding-left: 7px; padding-right: 7px; } .mail-env .mail-body .mail-table tbody tr td { border-top: 0; border-bottom: 1px solid #ebebeb; height: 50px; vertical-align: middle; background: #f9f9f9; } .mail-env .mail-body .mail-table tbody tr td.col-name, .mail-env .mail-body .mail-table tbody tr td.col-subject { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a { color: #8c8c8c; } .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a.label, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a.label { color: #fff; } .mail-env .mail-body .mail-table tbody tr td.col-name { width: 25%; } .mail-env .mail-body .mail-table tbody tr td.col-subject a { display: inline-block; max-width: 400px; height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mail-env .mail-body .mail-table tbody tr td.col-options { text-align: right; } .mail-env .mail-body .mail-table tbody tr td.col-options a { color: #999999; } .mail-env .mail-body .mail-table tbody tr td.col-time { width: 12%; text-align: right; color: rgba(102, 102, 102, 0.5); } .mail-env .mail-body .mail-table tbody tr td .star { display: inline-block; color: #dddddd; margin-right: 5px; font-size: 14px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-body .mail-table tbody tr td .star.stared, .mail-env .mail-body .mail-table tbody tr td .star.starred { color: #ff9600; } .mail-env .mail-body .mail-table tbody tr td > .label:first-child { margin-left: 0; } .mail-env .mail-body .mail-table tbody tr.unread > td { background-color: #fff !important; } .mail-env .mail-body .mail-table tbody tr.unread > td.col-name a { font-weight: bold; } .mail-env .mail-body .mail-table tbody tr.highlight > td { background-color: #ffffcc !important; } .mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child { padding-left: 20px; } .mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child { padding-right: 20px; } .mail-env .mail-body .mail-table > thead > tr > thX:first-child, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child { position: relative; } .mail-env .mail-body .mail-table > thead > tr > thX:first-child:before, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child:before, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child:before { position: absolute; content: ""; top: 0; left: 0; bottom: 0; width: 20px; background: #FFF; } .mail-env .mail-body .mail-table > thead > tr > thX:last-child, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child { position: relative; } .mail-env .mail-body .mail-table > thead > tr > thX:last-child:before, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child:before, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; width: 20px; background: #FFF; } .mail-env .mail-body .mail-table > tbody > tr:nth-child(odd) > td { background: #fbfbfb; } .mail-env .mail-body .mail-table .neon-cb-replacement { top: 2px; } .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper { background: #fff; border-color: #dfdfdf; } .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper .checked { background: #dfdfdf; } .mail-env.right-sidebar .mail-sidebar { border-left: 1px solid #ebebeb; border-right: 0; } .mail-env.right-sidebar .mail-body { float: left; } @media (max-width: 999px) { .mail-env .mail-body .mail-table tbody tr td.col-subject a { max-width: 280px; } } @media (max-width: 959px) { .mail-env .mail-body .mail-header div.mail-title { width: 100%; white-space: normal; } .mail-env .mail-body .mail-header .mail-links { float: none; width: 100%; text-align: left; clear: left; padding-top: 10px; } .mail-env .mail-body .mail-info { display: block; } .mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date { display: block; width: 100%; } .mail-env .mail-body .mail-info .mail-sender.mail-sender, .mail-env .mail-body .mail-info .mail-date.mail-sender { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date { text-align: left; padding-top: 10px; padding-bottom: 10px; } .mail-env .mail-body .mail-compose .compose-message-editor textarea { height: 300px; } } @media (max-width: 768px) { .mail-env .mail-sidebar { width: 30.8%; } .mail-env .mail-body { width: 69.2%; } .mail-env .mail-body .mail-table tbody tr td.col-options { display: none; } .mail-env .mail-body .mail-table tbody tr td.col-subject a { max-width: 160px; } .mail-env .mail-body .mail-compose .compose-message-editor textarea { height: 240px; } } @media (max-width: 767px) { .mail-env .mail-sidebar, .mail-env .mail-body { width: 100%; float: none; } .mail-env .mail-body .mail-header .mail-title, .mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links { float: none; width: 100%; } .mail-env .mail-body .mail-header .mail-title.mail-search, .mail-env .mail-body .mail-header .mail-search.mail-search, .mail-env .mail-body .mail-header .mail-links.mail-search, .mail-env .mail-body .mail-header .mail-title.mail-links, .mail-env .mail-body .mail-header .mail-search.mail-links, .mail-env .mail-body .mail-header .mail-links.mail-links { margin-top: 20px; } .mail-env .mail-body .mail-header .mail-links { padding-top: 0; } } @media (max-width: 449px) { .mail-env .mail-body .mail-table tbody tr td.col-subject a { max-width: 40px; } .mail-env .mail-body .mail-table tbody tr > td.col-name a.star { display: none; } .mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child { padding-right: 10px; } .mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child { padding-left: 10px; } } .login-page { background: #303641; } .login-page .login-content { position: relative; width: 320px; margin: 0 auto; text-align: center; padding: 20px 0; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-content a { color: #949494; } .login-page .login-header { position: relative; background: #373e4a; padding: 100px 0; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-header .description { font-size: 13px; margin-top: 20px; margin-bottom: 0; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-header.login-caret:after { position: absolute; content: ""; left: 50%; bottom: 0; margin-left: -12.5px; width: 0px; height: 0px; border-style: solid; border-width: 13px 12.5px 0 12.5px; border-color: #373e4a transparent transparent transparent; bottom: -13px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-form { position: relative; padding-top: 60px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-form .form-group { margin-bottom: 20px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-form .form-group .input-group { background: #373e4a; border: 1px solid #373e4a; padding-top: 6px; padding-bottom: 6px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .login-page .login-form .form-group .input-group.focused { border-color: #626f85; border-color: rgba(98, 111, 133, 0.5); } .login-page .login-form .form-group .input-group.validate-has-error { border-color: #ec5956; border-color: rgba(236, 89, 86, 0.5); } .login-page .login-form .form-group .input-group.validate-has-error .error { position: absolute; right: 10px; top: 50%; margin-top: -8px; font-size: 10px; } .login-page .login-form .form-group .input-group .input-group-addon, .login-page .login-form .form-group .input-group .form-control { background: transparent; border: 0; } .login-page .login-form .form-group .input-group .input-group-addon { position: relative; } .login-page .login-form .form-group .input-group .input-group-addon:after { position: absolute; display: block; content: ""; right: 0; top: 0; height: 100%; width: 1px; background: #454a54; -webkit-transform: scaleY(0.56); transform: scaleY(0.56); } .login-page .login-form .form-group .input-group .form-control { color: #fff; } .login-page .login-form .form-group .input-group .form-control:focus { box-shadow: none; } .login-page .login-form .form-group.lockscreen-input { margin-top: -155px; } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb { position: relative; display: inline-block; } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img { border: 5px solid #373e4a; } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator { display: block; position: absolute; margin: 5px; left: 0; top: 0; right: 0; bottom: 0; color: #fff; font-size: 19px; text-align: center; line-height: 145px; background: rgba(0, 0, 0, 0.3); visibility: hidden; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50%; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb canvas { position: absolute; left: 0; top: 0; } .login-page .login-form .form-group.lockscreen-input .lockscreen-details { position: relative; padding-top: 5px; } .login-page .login-form .form-group.lockscreen-input .lockscreen-details h4 { color: #fff; } .login-page .login-form .form-group.lockscreen-input .lockscreen-details span { display: block; padding-bottom: 5px; } .login-page .login-form .form-group .btn-login { border: 1px solid #454a54; text-align: left; padding: 15px 20px; font-size: 14px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-form .form-group .btn-login i { float: right; } .login-page .login-form .form-group .btn-login:hover, .login-page .login-form .form-group .btn-login:active { background: #373e4a; } .login-page .login-form .form-group .facebook-button, .login-page .login-form .form-group .twitter-button, .login-page .login-form .form-group .google-button { text-align: left; color: #fff; background-color: #3b5998; font-size: 12px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-form .form-group .facebook-button i, .login-page .login-form .form-group .twitter-button i, .login-page .login-form .form-group .google-button i { background-color: #385490; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-form .form-group .facebook-button:hover, .login-page .login-form .form-group .twitter-button:hover, .login-page .login-form .form-group .google-button:hover { background-color: rgba(59, 89, 152, 0.8); } .login-page .login-form .form-group .facebook-button:hover i, .login-page .login-form .form-group .twitter-button:hover i, .login-page .login-form .form-group .google-button:hover i { background-color: #31497e; } .login-page .login-form .form-group .facebook-button.twitter-button, .login-page .login-form .form-group .twitter-button.twitter-button, .login-page .login-form .form-group .google-button.twitter-button { background-color: #4099FF; } .login-page .login-form .form-group .facebook-button.twitter-button i, .login-page .login-form .form-group .twitter-button.twitter-button i, .login-page .login-form .form-group .google-button.twitter-button i { background-color: #0d7eff; } .login-page .login-form .form-group .facebook-button.twitter-button:hover, .login-page .login-form .form-group .twitter-button.twitter-button:hover, .login-page .login-form .form-group .google-button.twitter-button:hover { background-color: rgba(64, 153, 255, 0.8); } .login-page .login-form .form-group .facebook-button.twitter-button:hover i, .login-page .login-form .form-group .twitter-button.twitter-button:hover i, .login-page .login-form .form-group .google-button.twitter-button:hover i { background-color: #0071f3; } .login-page .login-form .form-group .facebook-button.google-button, .login-page .login-form .form-group .twitter-button.google-button, .login-page .login-form .form-group .google-button.google-button { background-color: #D34836; } .login-page .login-form .form-group .facebook-button.google-button i, .login-page .login-form .form-group .twitter-button.google-button i, .login-page .login-form .form-group .google-button.google-button i { background-color: #b03626; } .login-page .login-form .form-group .facebook-button.google-button:hover, .login-page .login-form .form-group .twitter-button.google-button:hover, .login-page .login-form .form-group .google-button.google-button:hover { background-color: rgba(211, 72, 54, 0.8); } .login-page .login-form .form-group .facebook-button.google-button:hover i, .login-page .login-form .form-group .twitter-button.google-button:hover i, .login-page .login-form .form-group .google-button.google-button:hover i { background-color: #9b3022; } .login-page .login-bottom-links { padding-top: 40px; padding-bottom: 30px; } .login-page .login-bottom-links a { -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-bottom-links a:hover { color: #aeaeae; } .login-page .login-bottom-links .link { font-size: 14px; display: inline-block; margin-bottom: 10px; color: rgba(255, 255, 255, 0.7); -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-bottom-links .link:hover { color: #fff; } .login-page .login-progressbar { height: 0px; width: 100%; overflow: hidden; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-progressbar div { width: 0%; -webkit-transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1); transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1); } .login-page .login-progressbar-indicator { position: absolute; width: 100%; text-align: center; top: 100%; margin-top: 80px; visibility: hidden; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(100px) scale(0.2); transform: translateY(100px) scale(0.2); -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-progressbar-indicator h3 { color: #fff; margin: 0; margin-bottom: 10px; font-size: 20px; } .login-page.logging-in { overflow: hidden; } .login-page.logging-in .login-header { padding-top: 170px; padding-bottom: 30px; } .login-page.logging-in .login-header.login-caret:after { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page.logging-in .login-header .description { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page.logging-in .login-form form, .login-page.logging-in .login-form .link { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-200px) scale(0.8); transform: translateY(-200px) scale(0.8); } .login-page.logging-in .login-progressbar { background: #515b6d; height: 2px; } .login-page.logging-in .login-progressbar div { background: #de6c65; height: 2px; } .login-page.logging-in .login-progressbar-indicator { visibility: visible; zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); } .login-page.logging-in-lockscreen .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); visibility: visible; } .login-page.logging-in-lockscreen .login-form .form-group:nth-child(n+2), .login-page.logging-in-lockscreen .login-form .link { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-50px) scale(0.5); transform: translateY(-50px) scale(0.5); } .login-page.login-form-fall .login-form { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); top: -100px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page.login-form-fall .login-form .form-group { -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; -webkit-transition-delay: 250ms; transition-delay: 250ms; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page.login-form-fall .login-form .form-group:nth-child(2) { -webkit-transition-delay: 350ms; transition-delay: 350ms; } .login-page.login-form-fall .login-form .form-group:nth-child(3) { -webkit-transition-delay: 450ms; transition-delay: 450ms; } .login-page.login-form-fall .login-form .form-group:nth-child(4) { -webkit-transition-delay: 550ms; transition-delay: 550ms; } .login-page.login-form-fall .login-form .form-group:nth-child(5) { -webkit-transition-delay: 650ms; transition-delay: 650ms; } .login-page.login-form-fall .login-form .form-group:nth-child(6) { -webkit-transition-delay: 750ms; transition-delay: 750ms; } .login-page.login-form-fall .login-form .form-group:nth-child(8) { -webkit-transition-delay: 850ms; transition-delay: 850ms; } .login-page.login-form-fall .login-form .form-group:nth-child(9) { -webkit-transition-delay: 950ms; transition-delay: 950ms; } .login-page.login-form-fall-init .login-form { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); top: 0; } .login-page.login-form-fall-init .login-form .form-group { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); } .login-page .form-steps .step { display: none; } .login-page .form-steps .step.current { display: block; } .login-page .form-register-success, .login-page .form-forgotpassword-success, .login-page .form-login-error { display: none; background: #00a651; color: #fff; padding: 10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; margin-bottom: 30px; overflow: hidden; } .login-page .form-register-success.visible, .login-page .form-forgotpassword-success.visible, .login-page .form-login-error.visible { display: block; } .login-page .form-register-success i, .login-page .form-forgotpassword-success i, .login-page .form-login-error i { position: relative; font-size: 25px; background: #008d45; display: block; text-align: center; padding-top: 10px; padding-bottom: 10px; margin-top: -10px; margin-left: -10px; margin-right: -10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .login-page .form-register-success h3, .login-page .form-forgotpassword-success h3, .login-page .form-login-error h3 { font-size: 15px; color: #fff; margin: 0; margin-top: 10px; margin-bottom: 5px; } .login-page .form-register-success p, .login-page .form-forgotpassword-success p, .login-page .form-login-error p { font-size: 11px; margin: 0; } .login-page .form-register-success.form-login-error, .login-page .form-forgotpassword-success.form-login-error, .login-page .form-login-error.form-login-error { padding: 0; background: #cc2424; } .login-page .form-register-success.form-login-error h3, .login-page .form-forgotpassword-success.form-login-error h3, .login-page .form-login-error.form-login-error h3 { background: #b62020; padding: 10px; margin: 0; margin-bottom: 5px; font-size: 12px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .login-page .form-register-success.form-login-error p, .login-page .form-forgotpassword-success.form-login-error p, .login-page .form-login-error.form-login-error p { padding: 10px; } @media (max-width: 991px) { .login-page .login-header { padding: 20px 0; } .login-page .login-form { padding-top: 30px; } .login-page .login-form .form-group.lockscreen-input { margin-top: 0; } .login-page.logging-in .login-header { padding-top: 34px; padding-bottom: 6px; } .login-page.logging-in .login-progressbar-indicator { margin-top: 60px; } .login-page.logging-in .login-form form, .login-page.logging-in .login-form .link { -webkit-transform: translateY(-100px) scale(0.6); transform: translateY(-100px) scale(0.6); } } @media (max-width: 350px) { .login-page .login-content { width: 280px; } } .icheck-list { width: 100%; padding: 0; margin: 0; list-style: none; } .icheck-list > li { display: block; margin-bottom: 10px; } .icheck-list > li:last-child { margin-bottom: 0; } .icheck-skins { display: block; margin-top: 10px; } .icheck-skins:before, .icheck-skins:after { content: " "; display: table; } .icheck-skins:after { clear: both; } .icheck-skins a { display: inline-block; border: 1px solid transparent; background: #333; -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275); width: 20px; height: 20px; margin-right: 5px; } .icheck-skins a[data-color-class=red] { background-color: #d54e21; } .icheck-skins a[data-color-class=green] { background-color: #1b7e5a; } .icheck-skins a[data-color-class=blue] { background-color: #2489c5; } .icheck-skins a[data-color-class=aero] { background-color: #9cc2cb; } .icheck-skins a[data-color-class=grey] { background-color: #73716e; } .icheck-skins a[data-color-class=orange] { background-color: #f70; } .icheck-skins a[data-color-class=yellow] { background-color: #fc3; } .icheck-skins a[data-color-class=pink] { background-color: #a77a94; } .icheck-skins a[data-color-class=purple] { background-color: #6a5a8c; } .icheck-skins a.current { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5); -webkit-transform: scale(1.15); transform: scale(1.15); } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .background-screen-res { min-height: 250px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .row-space-responsive { margin-top: 0px; } .row-space-responsive h4 { margin-top: 0px; margin-bottom: 0px; } .search-sp-responsive { height: 195px; } .background-screen-res-about { min-height: 200px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .contact-info-res { margin-top: 0px; } } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { .background-screen-res { min-height: 500px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .row-space-responsive { margin-top: 195px; } .row-space-responsive h4 { margin-top: 0px; margin-bottom: 0px; } .search-sp-responsive { height: 195px; } .background-screen-res-about { min-height: 400px; } .contact-info-res { margin-top: -150px; } } /* Desktops and laptops ----------- */ @media only screen and (min-width: 1224px) { .background-screen-res { min-height: 651px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .row-space-responsive { margin-top: 195px; } .row-space-responsive h4 { margin-top: 10px; margin-bottom: 10px; } .search-sp-responsive { height: 100px; } .contact-info-res { margin-top: -150px; } } /* Large screens ----------- */ @media only screen and (min-width: 1824px) { .background-screen-res { min-height: 900px; } .bk-news { padding-top: 650px !important; } } /* General screens -----------*/ .container-responsive { display: -webkit-box; display: flex; flex-wrap: wrap; } .container-responsive .box { padding: 20px 15px 20px 15px; }
public/css/app.css
@charset "UTF-8"; /*! lightslider - v1.1.3 - 2015-04-14 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2015 <NAME>; Licensed MIT */ /** /!!! core css Should not edit !!!/**/ .lSSlideOuter { overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lightSlider:before, .lightSlider:after { content: " "; display: table; } .lightSlider { overflow: hidden; margin: 0; } .lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; } .lSSlideWrapper > .lightSlider:after { clear: both; } .lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform, height; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; transition-property: transform, height; transition-property: transform, height, -webkit-transform; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade { position: relative; } .lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; } .lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; } .lSSlideWrapper .lSFade > *.active { z-index: 10; } .lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1; } /** /!!! End of core css Should not edit !!!/**/ /* Pager */ .lSSlideOuter .lSPager.lSpg { margin: 10px 0 0; padding: 0; text-align: center; } .lSSlideOuter .lSPager.lSpg > li { cursor: pointer; display: inline-block; padding: 0 5px; } .lSSlideOuter .lSPager.lSpg > li a { background-color: #222222; border-radius: 30px; display: inline-block; height: 8px; overflow: hidden; text-indent: -999em; width: 8px; position: relative; z-index: 99; -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; } .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { background-color: #428bca; } .lSSlideOuter .media { opacity: 0.8; } .lSSlideOuter .media.active { opacity: 1; } /* End of pager */ /** Gallery */ .lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lSSlideOuter .lSPager.lSGallery li { overflow: hidden; -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s; transition: border-radius 0.12s linear 0s 0.35s linear 0s; } .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border-radius: 5px; } .lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; } .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; } .lSSlideOuter .lSPager.lSGallery:after { clear: both; } /* End of Gallery*/ /* slider actions */ .lSAction > a { width: 32px; display: block; top: 50%; height: 32px; background-image: url(/images/vendor/lightslider/src/controls.png?75e5868a6b927d223a430b1caf4521a9); cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; } .lSAction > a:hover { opacity: 1; } .lSAction > .lSPrev { background-position: 0 0; left: 10px; } .lSAction > .lSNext { background-position: -32px 0; right: 10px; } .lSAction > a.disabled { pointer-events: none; } .cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; } /* vertical */ .lSSlideOuter.vertical { position: relative; } .lSSlideOuter.vertical.noPager { padding-right: 0px !important; } .lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; } .lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; } /* vertical controlls */ .lSSlideOuter.vertical .lSAction > a { left: 50%; margin-left: -14px; margin-top: 0; } .lSSlideOuter.vertical .lSAction > .lSNext { background-position: 31px -31px; bottom: 10px; top: auto; } .lSSlideOuter.vertical .lSAction > .lSPrev { background-position: 0 -31px; bottom: auto; top: 10px; } /* vertical */ /* Rtl */ .lSSlideOuter.lSrtl { direction: rtl; } .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; } .lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { padding-right: 0; } .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { float: left; } .lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { float: right !important; } /* Rtl */ @-webkit-keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @keyframes rightEnd { 0% { left: 0; } 50% { left: -15px; } 100% { left: 0; } } @-webkit-keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @keyframes topEnd { 0% { top: 0; } 50% { top: -15px; } 100% { top: 0; } } @-webkit-keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @keyframes leftEnd { 0% { left: 0; } 50% { left: 15px; } 100% { left: 0; } } @-webkit-keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } @keyframes bottomEnd { 0% { bottom: 0; } 50% { bottom: -15px; } 100% { bottom: 0; } } .lSSlideOuter .rightEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } .lSSlideOuter .leftEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.vertical .rightEnd { -webkit-animation: topEnd 0.3s; animation: topEnd 0.3s; position: relative; } .lSSlideOuter.vertical .leftEnd { -webkit-animation: bottomEnd 0.3s; animation: bottomEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .rightEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; } .lSSlideOuter.lSrtl .leftEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; } /*/ GRab cursor */ .lightSlider.lsGrab > * { cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .lightSlider.lsGrabbing > * { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; } /*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } dfn { font-style: italic; } h1 { margin: 0.67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { box-sizing: content-box; -webkit-appearance: textfield; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: 0.35em 0.625em 0.75em; margin: 0 2px; border: 1px solid silver; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: 700; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, :after, :before { color: #000 !important; text-shadow: none !important; background: 0 0 !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } blockquote, pre { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } img, tr { page-break-inside: avoid; } img { max-width: 100% !important; } h2, h3, p { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered td, .table-bordered th { border: 1px solid #ddd !important; } } @font-face { font-family: "Glyphicons Halflings"; src: url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1); src: url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap3/dist/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg"); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "*"; } .glyphicon-plus:before { content: "+"; } .glyphicon-eur:before, .glyphicon-euro:before { content: "\20AC"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270F"; } .glyphicon-glass:before { content: "\E001"; } .glyphicon-music:before { content: "\E002"; } .glyphicon-search:before { content: "\E003"; } .glyphicon-heart:before { content: "\E005"; } .glyphicon-star:before { content: "\E006"; } .glyphicon-star-empty:before { content: "\E007"; } .glyphicon-user:before { content: "\E008"; } .glyphicon-film:before { content: "\E009"; } .glyphicon-th-large:before { content: "\E010"; } .glyphicon-th:before { content: "\E011"; } .glyphicon-th-list:before { content: "\E012"; } .glyphicon-ok:before { content: "\E013"; } .glyphicon-remove:before { content: "\E014"; } .glyphicon-zoom-in:before { content: "\E015"; } .glyphicon-zoom-out:before { content: "\E016"; } .glyphicon-off:before { content: "\E017"; } .glyphicon-signal:before { content: "\E018"; } .glyphicon-cog:before { content: "\E019"; } .glyphicon-trash:before { content: "\E020"; } .glyphicon-home:before { content: "\E021"; } .glyphicon-file:before { content: "\E022"; } .glyphicon-time:before { content: "\E023"; } .glyphicon-road:before { content: "\E024"; } .glyphicon-download-alt:before { content: "\E025"; } .glyphicon-download:before { content: "\E026"; } .glyphicon-upload:before { content: "\E027"; } .glyphicon-inbox:before { content: "\E028"; } .glyphicon-play-circle:before { content: "\E029"; } .glyphicon-repeat:before { content: "\E030"; } .glyphicon-refresh:before { content: "\E031"; } .glyphicon-list-alt:before { content: "\E032"; } .glyphicon-lock:before { content: "\E033"; } .glyphicon-flag:before { content: "\E034"; } .glyphicon-headphones:before { content: "\E035"; } .glyphicon-volume-off:before { content: "\E036"; } .glyphicon-volume-down:before { content: "\E037"; } .glyphicon-volume-up:before { content: "\E038"; } .glyphicon-qrcode:before { content: "\E039"; } .glyphicon-barcode:before { content: "\E040"; } .glyphicon-tag:before { content: "\E041"; } .glyphicon-tags:before { content: "\E042"; } .glyphicon-book:before { content: "\E043"; } .glyphicon-bookmark:before { content: "\E044"; } .glyphicon-print:before { content: "\E045"; } .glyphicon-camera:before { content: "\E046"; } .glyphicon-font:before { content: "\E047"; } .glyphicon-bold:before { content: "\E048"; } .glyphicon-italic:before { content: "\E049"; } .glyphicon-text-height:before { content: "\E050"; } .glyphicon-text-width:before { content: "\E051"; } .glyphicon-align-left:before { content: "\E052"; } .glyphicon-align-center:before { content: "\E053"; } .glyphicon-align-right:before { content: "\E054"; } .glyphicon-align-justify:before { content: "\E055"; } .glyphicon-list:before { content: "\E056"; } .glyphicon-indent-left:before { content: "\E057"; } .glyphicon-indent-right:before { content: "\E058"; } .glyphicon-facetime-video:before { content: "\E059"; } .glyphicon-picture:before { content: "\E060"; } .glyphicon-map-marker:before { content: "\E062"; } .glyphicon-adjust:before { content: "\E063"; } .glyphicon-tint:before { content: "\E064"; } .glyphicon-edit:before { content: "\E065"; } .glyphicon-share:before { content: "\E066"; } .glyphicon-check:before { content: "\E067"; } .glyphicon-move:before { content: "\E068"; } .glyphicon-step-backward:before { content: "\E069"; } .glyphicon-fast-backward:before { content: "\E070"; } .glyphicon-backward:before { content: "\E071"; } .glyphicon-play:before { content: "\E072"; } .glyphicon-pause:before { content: "\E073"; } .glyphicon-stop:before { content: "\E074"; } .glyphicon-forward:before { content: "\E075"; } .glyphicon-fast-forward:before { content: "\E076"; } .glyphicon-step-forward:before { content: "\E077"; } .glyphicon-eject:before { content: "\E078"; } .glyphicon-chevron-left:before { content: "\E079"; } .glyphicon-chevron-right:before { content: "\E080"; } .glyphicon-plus-sign:before { content: "\E081"; } .glyphicon-minus-sign:before { content: "\E082"; } .glyphicon-remove-sign:before { content: "\E083"; } .glyphicon-ok-sign:before { content: "\E084"; } .glyphicon-question-sign:before { content: "\E085"; } .glyphicon-info-sign:before { content: "\E086"; } .glyphicon-screenshot:before { content: "\E087"; } .glyphicon-remove-circle:before { content: "\E088"; } .glyphicon-ok-circle:before { content: "\E089"; } .glyphicon-ban-circle:before { content: "\E090"; } .glyphicon-arrow-left:before { content: "\E091"; } .glyphicon-arrow-right:before { content: "\E092"; } .glyphicon-arrow-up:before { content: "\E093"; } .glyphicon-arrow-down:before { content: "\E094"; } .glyphicon-share-alt:before { content: "\E095"; } .glyphicon-resize-full:before { content: "\E096"; } .glyphicon-resize-small:before { content: "\E097"; } .glyphicon-exclamation-sign:before { content: "\E101"; } .glyphicon-gift:before { content: "\E102"; } .glyphicon-leaf:before { content: "\E103"; } .glyphicon-fire:before { content: "\E104"; } .glyphicon-eye-open:before { content: "\E105"; } .glyphicon-eye-close:before { content: "\E106"; } .glyphicon-warning-sign:before { content: "\E107"; } .glyphicon-plane:before { content: "\E108"; } .glyphicon-calendar:before { content: "\E109"; } .glyphicon-random:before { content: "\E110"; } .glyphicon-comment:before { content: "\E111"; } .glyphicon-magnet:before { content: "\E112"; } .glyphicon-chevron-up:before { content: "\E113"; } .glyphicon-chevron-down:before { content: "\E114"; } .glyphicon-retweet:before { content: "\E115"; } .glyphicon-shopping-cart:before { content: "\E116"; } .glyphicon-folder-close:before { content: "\E117"; } .glyphicon-folder-open:before { content: "\E118"; } .glyphicon-resize-vertical:before { content: "\E119"; } .glyphicon-resize-horizontal:before { content: "\E120"; } .glyphicon-hdd:before { content: "\E121"; } .glyphicon-bullhorn:before { content: "\E122"; } .glyphicon-bell:before { content: "\E123"; } .glyphicon-certificate:before { content: "\E124"; } .glyphicon-thumbs-up:before { content: "\E125"; } .glyphicon-thumbs-down:before { content: "\E126"; } .glyphicon-hand-right:before { content: "\E127"; } .glyphicon-hand-left:before { content: "\E128"; } .glyphicon-hand-up:before { content: "\E129"; } .glyphicon-hand-down:before { content: "\E130"; } .glyphicon-circle-arrow-right:before { content: "\E131"; } .glyphicon-circle-arrow-left:before { content: "\E132"; } .glyphicon-circle-arrow-up:before { content: "\E133"; } .glyphicon-circle-arrow-down:before { content: "\E134"; } .glyphicon-globe:before { content: "\E135"; } .glyphicon-wrench:before { content: "\E136"; } .glyphicon-tasks:before { content: "\E137"; } .glyphicon-filter:before { content: "\E138"; } .glyphicon-briefcase:before { content: "\E139"; } .glyphicon-fullscreen:before { content: "\E140"; } .glyphicon-dashboard:before { content: "\E141"; } .glyphicon-paperclip:before { content: "\E142"; } .glyphicon-heart-empty:before { content: "\E143"; } .glyphicon-link:before { content: "\E144"; } .glyphicon-phone:before { content: "\E145"; } .glyphicon-pushpin:before { content: "\E146"; } .glyphicon-usd:before { content: "\E148"; } .glyphicon-gbp:before { content: "\E149"; } .glyphicon-sort:before { content: "\E150"; } .glyphicon-sort-by-alphabet:before { content: "\E151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\E152"; } .glyphicon-sort-by-order:before { content: "\E153"; } .glyphicon-sort-by-order-alt:before { content: "\E154"; } .glyphicon-sort-by-attributes:before { content: "\E155"; } .glyphicon-sort-by-attributes-alt:before { content: "\E156"; } .glyphicon-unchecked:before { content: "\E157"; } .glyphicon-expand:before { content: "\E158"; } .glyphicon-collapse-down:before { content: "\E159"; } .glyphicon-collapse-up:before { content: "\E160"; } .glyphicon-log-in:before { content: "\E161"; } .glyphicon-flash:before { content: "\E162"; } .glyphicon-log-out:before { content: "\E163"; } .glyphicon-new-window:before { content: "\E164"; } .glyphicon-record:before { content: "\E165"; } .glyphicon-save:before { content: "\E166"; } .glyphicon-open:before { content: "\E167"; } .glyphicon-saved:before { content: "\E168"; } .glyphicon-import:before { content: "\E169"; } .glyphicon-export:before { content: "\E170"; } .glyphicon-send:before { content: "\E171"; } .glyphicon-floppy-disk:before { content: "\E172"; } .glyphicon-floppy-saved:before { content: "\E173"; } .glyphicon-floppy-remove:before { content: "\E174"; } .glyphicon-floppy-save:before { content: "\E175"; } .glyphicon-floppy-open:before { content: "\E176"; } .glyphicon-credit-card:before { content: "\E177"; } .glyphicon-transfer:before { content: "\E178"; } .glyphicon-cutlery:before { content: "\E179"; } .glyphicon-header:before { content: "\E180"; } .glyphicon-compressed:before { content: "\E181"; } .glyphicon-earphone:before { content: "\E182"; } .glyphicon-phone-alt:before { content: "\E183"; } .glyphicon-tower:before { content: "\E184"; } .glyphicon-stats:before { content: "\E185"; } .glyphicon-sd-video:before { content: "\E186"; } .glyphicon-hd-video:before { content: "\E187"; } .glyphicon-subtitles:before { content: "\E188"; } .glyphicon-sound-stereo:before { content: "\E189"; } .glyphicon-sound-dolby:before { content: "\E190"; } .glyphicon-sound-5-1:before { content: "\E191"; } .glyphicon-sound-6-1:before { content: "\E192"; } .glyphicon-sound-7-1:before { content: "\E193"; } .glyphicon-copyright-mark:before { content: "\E194"; } .glyphicon-registration-mark:before { content: "\E195"; } .glyphicon-cloud-download:before { content: "\E197"; } .glyphicon-cloud-upload:before { content: "\E198"; } .glyphicon-tree-conifer:before { content: "\E199"; } .glyphicon-tree-deciduous:before { content: "\E200"; } .glyphicon-cd:before { content: "\E201"; } .glyphicon-save-file:before { content: "\E202"; } .glyphicon-open-file:before { content: "\E203"; } .glyphicon-level-up:before { content: "\E204"; } .glyphicon-copy:before { content: "\E205"; } .glyphicon-paste:before { content: "\E206"; } .glyphicon-alert:before { content: "\E209"; } .glyphicon-equalizer:before { content: "\E210"; } .glyphicon-king:before { content: "\E211"; } .glyphicon-queen:before { content: "\E212"; } .glyphicon-pawn:before { content: "\E213"; } .glyphicon-bishop:before { content: "\E214"; } .glyphicon-knight:before { content: "\E215"; } .glyphicon-baby-formula:before { content: "\E216"; } .glyphicon-tent:before { content: "\26FA"; } .glyphicon-blackboard:before { content: "\E218"; } .glyphicon-bed:before { content: "\E219"; } .glyphicon-apple:before { content: "\F8FF"; } .glyphicon-erase:before { content: "\E221"; } .glyphicon-hourglass:before { content: "\231B"; } .glyphicon-lamp:before { content: "\E223"; } .glyphicon-duplicate:before { content: "\E224"; } .glyphicon-piggy-bank:before { content: "\E225"; } .glyphicon-scissors:before { content: "\E226"; } .glyphicon-bitcoin:before { content: "\E227"; } .glyphicon-btc:before { content: "\E227"; } .glyphicon-xbt:before { content: "\E227"; } .glyphicon-yen:before { content: "\A5"; } .glyphicon-jpy:before { content: "\A5"; } .glyphicon-ruble:before { content: "\20BD"; } .glyphicon-rub:before { content: "\20BD"; } .glyphicon-scale:before { content: "\E230"; } .glyphicon-ice-lolly:before { content: "\E231"; } .glyphicon-ice-lolly-tasted:before { content: "\E232"; } .glyphicon-education:before { content: "\E233"; } .glyphicon-option-horizontal:before { content: "\E234"; } .glyphicon-option-vertical:before { content: "\E235"; } .glyphicon-menu-hamburger:before { content: "\E236"; } .glyphicon-modal-window:before { content: "\E237"; } .glyphicon-oil:before { content: "\E238"; } .glyphicon-grain:before { content: "\E239"; } .glyphicon-sunglasses:before { content: "\E240"; } .glyphicon-text-size:before { content: "\E241"; } .glyphicon-text-color:before { content: "\E242"; } .glyphicon-text-background:before { content: "\E243"; } .glyphicon-object-align-top:before { content: "\E244"; } .glyphicon-object-align-bottom:before { content: "\E245"; } .glyphicon-object-align-horizontal:before { content: "\E246"; } .glyphicon-object-align-left:before { content: "\E247"; } .glyphicon-object-align-vertical:before { content: "\E248"; } .glyphicon-object-align-right:before { content: "\E249"; } .glyphicon-triangle-right:before { content: "\E250"; } .glyphicon-triangle-left:before { content: "\E251"; } .glyphicon-triangle-bottom:before { content: "\E252"; } .glyphicon-triangle-top:before { content: "\E253"; } .glyphicon-console:before { content: "\E254"; } .glyphicon-superscript:before { content: "\E255"; } .glyphicon-subscript:before { content: "\E256"; } .glyphicon-menu-left:before { content: "\E257"; } .glyphicon-menu-right:before { content: "\E258"; } .glyphicon-menu-down:before { content: "\E259"; } .glyphicon-menu-up:before { content: "\E260"; } * { box-sizing: border-box; } :after, :before { box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:focus, a:hover { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role=button] { cursor: pointer; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #777; } .h1, .h2, .h3, h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65%; } .h4, .h5, .h6, h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75%; } .h1, h1 { font-size: 36px; } .h2, h2 { font-size: 30px; } .h3, h3 { font-size: 24px; } .h4, h4 { font-size: 18px; } .h5, h5 { font-size: 14px; } .h6, h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } .small, small { font-size: 85%; } .mark, mark { padding: 0.2em; background-color: #fcf8e3; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777; } .text-primary { color: #337ab7; } a.text-primary:focus, a.text-primary:hover { color: #286090; } .text-success { color: #3c763d; } a.text-success:focus, a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:focus, a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:focus, a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:focus, a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:focus, a.bg-primary:hover { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:focus, a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:focus, a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:focus, a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:focus, a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ol, ul { margin-top: 0; margin-bottom: 10px; } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dd, dt { line-height: 1.42857143; } dt { font-weight: 700; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[data-original-title], abbr[title] { cursor: help; border-bottom: 1px dotted #777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0; } blockquote .small, blockquote footer, blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; } blockquote .small:before, blockquote footer:before, blockquote small:before { content: "\2014\A0"; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before { content: ""; } .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after { content: "\A0\2014"; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border: 1px solid #ddd; } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*=col-] { position: static; display: table-column; float: none; } table td[class*=col-], table th[class*=col-] { position: static; display: table-cell; float: none; } .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active { background-color: #f5f5f5; } .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover { background-color: #e8e8e8; } .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success { background-color: #dff0d8; } .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover { background-color: #d0e9c6; } .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info { background-color: #d9edf7; } .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover { background-color: #c4e3f3; } .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning { background-color: #fcf8e3; } .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover { background-color: #faf2cc; } .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger { background-color: #f2dede; } .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover { background-color: #ebcccc; } .table-responsive { min-height: 0.01%; overflow-x: auto; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0; } .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; } input[type=search] { box-sizing: border-box; } input[type=checkbox], input[type=radio] { margin: 4px 0 0; margin-top: 1px\9; line-height: normal; } input[type=file] { display: block; } input[type=range] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type=search] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control { line-height: 34px; } .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm { line-height: 30px; } .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg { line-height: 46px; } } .form-group { margin-bottom: 15px; } .checkbox, .radio { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .checkbox label, .radio label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; } .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { position: absolute; margin-top: 4px\9; margin-left: -20px; } .checkbox + .checkbox, .radio + .radio { margin-top: -5px; } .checkbox-inline, .radio-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; } .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 10px; } fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed; } .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline { cursor: not-allowed; } .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label { cursor: not-allowed; } .form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } select[multiple].input-sm, textarea.input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } select[multiple].input-lg, textarea.input-lg { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .form-group-lg select.form-control { height: 46px; line-height: 46px; } .form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 25px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .checkbox, .form-inline .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .checkbox label, .form-inline .radio label { padding-left: 0; } .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .checkbox, .form-horizontal .radio { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.33px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.focus, .btn:focus, .btn:hover { color: #333; text-decoration: none; } .btn.active, .btn:active { background-image: none; outline: 0; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); box-shadow: none; opacity: 0.65; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default.focus, .btn-default:focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success.focus, .btn-success:focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover { color: #fff; background-color: #398439; border-color: #255625; } .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info.focus, .btn-info:focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning.focus, .btn-warning:focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger.focus, .btn-danger:focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: 400; color: #337ab7; border-radius: 0; } .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; } .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { border-color: transparent; } .btn-link:focus, .btn-link:hover { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { color: #777; text-decoration: none; } .btn-group-lg > .btn, .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-group-sm > .btn, .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-group-xs > .btn, .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-property: height, visibility; transition-property: height, visibility; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropdown, .dropup { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { color: #777; } .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid\9; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group-vertical > .btn, .btn-group > .btn { position: relative; float: left; } .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*=col-] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto; } .input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell; } .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:focus, .nav > li > a:hover { text-decoration: none; background-color: #eee; } .nav > li.disabled > a { color: #777; } .nav > li.disabled > a:focus, .nav > li.disabled > a:hover { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 200px; } } .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-bottom, .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-bottom, .navbar-fixed-top { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .checkbox, .navbar-form .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .checkbox label, .navbar-form .radio label { padding-left: 0; } .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:focus, .navbar-default .btn-link:hover { color: #333; } .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover { color: #fff; background-color: #080808; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover { color: #fff; } .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\A0"; } .breadcrumb > .active { color: #777; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { z-index: 3; color: #23527c; background-color: #eee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; } .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:focus, .pager li > a:hover { text-decoration: none; background-color: #eee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em; } a.label:focus, a.label:hover { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777; } .label-default[href]:focus, .label-default[href]:hover { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:focus, .label-primary[href]:hover { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:focus, .label-success[href]:hover { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:focus, .label-info[href]:hover { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:focus, .label-warning[href]:hover { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:focus, .label-danger[href]:hover { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-group-xs > .btn .badge, .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:focus, a.badge:hover { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron .h1, .jumbotron h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron .h1, .jumbotron h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail a > img, .thumbnail > img { margin-right: auto; margin-left: auto; } a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: 700; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-bar-striped, .progress-striped .progress-bar { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress-bar.active, .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { overflow: hidden; zoom: 1; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-body, .media-left, .media-right { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover { color: #555; text-decoration: none; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { color: #777; cursor: not-allowed; background-color: #eee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { color: #777; } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; } .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption { padding-right: 15px; padding-left: 15px; } .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0; } .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0; } .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: 0.2; } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: 0.5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0; } .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: 0; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: 0.5; } .modal-header { min-height: 16.43px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; filter: alpha(opacity=0); opacity: 0; line-break: auto; } .tooltip.in { filter: alpha(opacity=90); opacity: 0.9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); line-break: auto; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { content: ""; border-width: 10px; } .popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; } .popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; } .popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); } .popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > a > img, .carousel-inner > .item > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.active.right, .carousel-inner > .item.next { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .carousel-inner > .item.active.left, .carousel-inner > .item.prev { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); filter: alpha(opacity=50); opacity: 0.5; } .carousel-control.left { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1); background-repeat: repeat-x; } .carousel-control:focus, .carousel-control:hover { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: 0.9; } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 50%; margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 50%; margin-right: -10px; } .carousel-control .icon-next, .carousel-control .icon-prev { width: 20px; height: 20px; font-family: serif; line-height: 1; } .carousel-control .icon-prev:before { content: "\2039"; } .carousel-control .icon-next:before { content: "\203A"; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before { display: table; content: " "; } .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-lg, .visible-md, .visible-sm, .visible-xs { display: none !important; } .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } td.visible-xs, th.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } td.visible-sm, th.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } td.visible-md, th.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } td.visible-lg, th.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } td.visible-print, th.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*! Animate.css - http://daneden.me/animate Licensed under the MIT license Copyright (c) 2013 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } @-webkit-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); } } @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); } } .bounce { -webkit-animation-name: bounce; animation-name: bounce; } @-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; animation-name: flash; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes rubberBand { 0% { -webkit-transform: scale(1); transform: scale(1); } 30% { -webkit-transform: scaleX(1.25) scaleY(0.75); transform: scaleX(1.25) scaleY(0.75); } 40% { -webkit-transform: scaleX(0.75) scaleY(1.25); transform: scaleX(0.75) scaleY(1.25); } 60% { -webkit-transform: scaleX(1.15) scaleY(0.85); transform: scaleX(1.15) scaleY(0.85); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes rubberBand { 0% { -webkit-transform: scale(1); transform: scale(1); } 30% { -webkit-transform: scaleX(1.25) scaleY(0.75); transform: scaleX(1.25) scaleY(0.75); } 40% { -webkit-transform: scaleX(0.75) scaleY(1.25); transform: scaleX(0.75) scaleY(1.25); } 60% { -webkit-transform: scaleX(1.15) scaleY(0.85); transform: scaleX(1.15) scaleY(0.85); } 100% { -webkit-transform: scale(1); transform: scale(1); } } .rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } } @keyframes shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } } .shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } .swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; } @-webkit-keyframes tada { 0% { -webkit-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } @keyframes tada { 0% { -webkit-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } .tada { -webkit-animation-name: tada; animation-name: tada; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } } @keyframes wobble { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } } .wobble { -webkit-animation-name: wobble; animation-name: wobble; } @-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); } 80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); } 80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 60% { opacity: 1; -webkit-transform: translateX(30px); transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 60% { opacity: 1; -webkit-transform: translateX(30px); transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 60% { opacity: 1; -webkit-transform: translateY(-30px); transform: translateY(-30px); } 80% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 60% { opacity: 1; -webkit-transform: translateY(-30px); transform: translateY(-30px); } 80% { -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); transform: scale(1); } 25% { -webkit-transform: scale(0.95); transform: scale(0.95); } 50% { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } } @keyframes bounceOut { 0% { -webkit-transform: scale(1); transform: scale(1); } 25% { -webkit-transform: scale(0.95); transform: scale(0.95); } 50% { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } } .bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; } @-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } } @keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } } @keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } } @keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } @keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes flip { 0% { -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } @keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } .flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } @keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } .flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } @-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } } @keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } } @keyframes flipOutY { 0% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } } .flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; } @-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } @keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes lightSpeedOut { 0% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } } @keyframes lightSpeedOut { 0% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } @-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateIn { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(200deg); transform: rotate(200deg); opacity: 0; } } @keyframes rotateOut { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(200deg); transform: rotate(200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } @-webkit-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } @-webkit-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } @-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } } .slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; } @-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; } @-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes slideOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } } .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } @-webkit-keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; } @-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes slideOutDown { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } } .slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; } @-webkit-keyframes hinge { 0% { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40% { -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 80% { -webkit-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } 100% { -webkit-transform: translateY(700px); transform: translateY(700px); opacity: 0; } } @keyframes hinge { 0% { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40% { -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 80% { -webkit-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } 100% { -webkit-transform: translateY(700px); transform: translateY(700px); opacity: 0; } } .hinge { -webkit-animation-name: hinge; animation-name: hinge; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } @keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } .rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); transform: translateX(100%) rotate(120deg); } } @keyframes rollOut { 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); transform: translateX(100%) rotate(120deg); } } .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; } @-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; } } @keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @-webkit-keyframes zoomInDown { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInDown { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; } @-webkit-keyframes zoomInLeft { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(48px); transform: scale(0.475) translateX(48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInLeft { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(48px); transform: scale(0.475) translateX(48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; } @-webkit-keyframes zoomInRight { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(-48px); transform: scale(0.475) translateX(-48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInRight { 0% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateX(-48px); transform: scale(0.475) translateX(-48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; } @-webkit-keyframes zoomInUp { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes zoomInUp { 0% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 60% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; } @-webkit-keyframes zoomOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { opacity: 0; } } @keyframes zoomOut { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { opacity: 0; } } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; } @-webkit-keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-transform-origin: center bottom; transform-origin: center bottom; } } @keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-transform-origin: center bottom; transform-origin: center bottom; } } .zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; } @-webkit-keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(42px); transform: scale(0.475) translateX(42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-transform-origin: left center; transform-origin: left center; } } @keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(42px); transform: scale(0.475) translateX(42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-transform-origin: left center; transform-origin: left center; } } .zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; } @-webkit-keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(-42px); transform: scale(0.475) translateX(-42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-transform-origin: right center; transform-origin: right center; } } @keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale(0.475) translateX(-42px); transform: scale(0.475) translateX(-42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-transform-origin: right center; transform-origin: right center; } } .zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; } @-webkit-keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-transform-origin: center top; transform-origin: center top; } } @keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 100% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-transform-origin: center top; transform-origin: center top; } } .zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; } input[type=text], textarea { margin: 0; padding: 0 6px; vertical-align: middle; background: none; border: 1px solid #ddd; font-size: 13px; font-weight: 400; color: #888; font-style: italic; border-radius: 0; box-shadow: none; -webkit-transition: all 0.3s; transition: all 0.3s; } input[type=text]:focus, textarea:focus { outline: 0; border: 1px solid #bbb; box-shadow: none; } input[type=text]:-moz-placeholder, textarea:-moz-placeholder { color: #ccc; } input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc; } input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; } button.btn { height: 30px; margin: 0; padding: 0 8px; vertical-align: middle; background: #fff; border: 0; font-size: 13px; font-weight: 400; line-height: 30px; color: #000; text-shadow: none; } button.btn:hover { background: #fff; border: 0; color: #000; } button.btn:active { outline: 0; background: #fff; border: 0; color: #000; } button.btn:focus { outline: 0; background: #fff; border: 0; color: #000; } .btn:active:focus, .btn.active:focus { outline: 0; background: #fff; border: 0; color: #000; } /* * * Template Name: Andia * Template URI: http://azmind.com * Description: Andia - Responsive Agency Template * Author: <NAME> * Author URI: http://azmind.com * */ @font-face { font-family: "Bison"; src: url("/fonts/Bison-Bold(PersonalUse).ttf?d7e06b3006c000446ba07df1d4955920"); } @font-face { font-family: "Gotham"; src: url(/fonts/GothamLight.ttf?8566e2336952927984495865df90963c); } @font-face { font-family: "Battambang"; src: url(/fonts/KhmerOSBattambang.ttf?ae9811f86823ac4cdf5afa7b469cb1cf); } @font-face { font-family: "Koulen"; /*src: url('KhmerOSKoulen.ttf');*/ src: url(/fonts/Bayon-Regular.ttf?ea677caf10b7227edf7eba5604851ca2); } body { text-align: center; /*font-family: 'Open Sans', sans-serif;*/ /*font-family: 'Roboto', sans-serif;*/ /*font-family: "SAPMedium",Arial,Helvetica,sans-serif;*/ font-family: "Bison"; /*color: #888;*/ color: #000; font-size: 12px; /*background-image: url("../img/bg/bg3.jpg");*/ } p { padding-left: 5px; } * { -ms-user-select: none; user-select: none; -khtml-user-select: none; -o-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; } input, input:before, input:after { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } .phone-text { font-size: 18px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.5px; text-align: center; color: #0033a1; } .top-contain { margin: 0 auto; width: 90%; } .violet { color: #9d426b; } a { color: #9d426b; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; } a:hover, a:focus { color: #888; text-decoration: none; } strong { font-weight: bold; } img { max-width: 100%; } h1, h2 { line-height: 40px; } h3, h4 { line-height: 20px; } /* ::-moz-selection { background: #9d426b; color: #fff; text-shadow: none; } ::selection { background: #9d426b; color: #fff; text-shadow: none; }*/ /***** Big links / buttons *****/ a.big-link-1 { display: inline-block; padding: 5px 22px; color: #fff; font-style: italic; text-decoration: none; box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-1:hover { box-shadow: none; } a.big-link-1:active { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-2 { display: inline-block; width: 35px; height: 35px; padding-top: 6px; background: #00A651; font-size: 20px; color: #fff; line-height: 20px; border-radius: 19px; box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-2 i { vertical-align: middle; } a.big-link-2:hover { background: #5d5d5d; box-shadow: none; } a.big-link-2:active { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } a.big-link-3 { display: inline-block; padding: 5px 22px; font-size: 18px; color: #fff; font-style: italic; line-height: 24px; text-decoration: none; box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; background: linear-gradient(45deg, #00A651 0, #2A2A2A 90%); border-radius: 5px; } a.big-link-3:hover { box-shadow: none; } a.big-link-3:active { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; } /***** Top menu *****/ .navbar { margin-bottom: 0; background: #fff; border: 0; border-radius: 0; } ul.navbar-nav { font-size: 14px; color: #888; text-transform: uppercase; } ul.navbar-nav li a { padding: 23px 20px; color: #5d5d5d; } ul.navbar-nav li.active a { color: #5d5d5d; } ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { color: #fff; outline: 0; } .nav .open > a { color: #5d5d5d; } .nav .open > a:hover, .nav .open > a:focus { color: #fff; } ul.navbar-nav li a i { line-height: 35px; color: #aaa; } ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff; } .dropdown-menu { border: 0; border-radius: 0; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); } .top-menu-left { margin: 0 auto; width: 500px; } .top-menu-right { float: right; } .dropdown-menu > .active > a { color: #5d5d5d; } ul li ul li ul li { font-size: 13px; font-weight: normal; text-transform: capitalize; } .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #9d426b; } ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px; } ul.navbar-nav li.active .dropdown-menu a { color: #5d5d5d; border: 0; } ul.navbar-nav li.active .dropdown-menu a:hover, ul.navbar-nav li.active .dropdown-menu a:focus { color: #fff; border: 0; } ul.navbar-nav li.active .dropdown-menu > .active > a { color: #9d426b; border: 0; } ul.navbar-nav li.active .dropdown-menu > .active > a:hover, ul.navbar-nav li.active .dropdown-menu > .active > a:focus { color: #fff; border: 0; } .navbar > .container .navbar-brand { margin-left: 0; } .navbar-brand { width: 167px; height: 92px; text-indent: -99999px; background-size: 160px; width: 170px; height: 46px; top: 46px; left: 92px; } a.main-link { font-size: 18px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: left; color: #1a1e34; } /***** Slider *****/ .slider-container { margin: 0 auto; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 15px 0 rgba(0, 0, 0, 0.05) inset; } .slider { padding-left: 5px; padding-right: 5px; } .flexslider { margin-top: 45px; margin-bottom: 55px; border: 6px solid #fff; border-radius: 0; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 -5px 15px 0 rgba(0, 0, 0, 0.05); } .flexslider .slides > li { position: relative; } .flex-caption { position: absolute; left: 0; bottom: 20px; width: 95%; padding: 10px 20px; background: #1d1d1d; /* browsers that don't support rgba */ background: rgba(0, 0, 0, 0.7); font-size: 14px; line-height: 24px; color: #eaeaea; text-align: left; font-style: italic; } .flex-direction-nav a { width: 60px; height: 60px; padding-top: 17px; color: #fff; text-shadow: none; } .flex-direction-nav a:before { font-size: 26px; } .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { text-align: center; } /***** Slider 2 *****/ .slider-2-container { padding: 180px 0; max-height: 200px; } .slider-2-text { padding: 30px 0 43px 0; background: #1d1d1d; /* browsers that don't support rgba */ background: rgba(0, 0, 0, 0); color: #fff; } .slider-2-text h1 { padding-left: 30px; padding-right: 30px; font-family: "Lobster", cursive; font-size: 30px; color: #fff; font-weight: bold; } .slider-2-text p { padding-left: 30px; padding-right: 30px; font-size: 18px; font-style: italic; } /***** Presentation *****/ .presentation-container { margin-top: 30px; } .presentation-container h1 { font-family: "Lobster", cursive; font-size: 30px; color: #5d5d5d; font-weight: bold; } .presentation-container p { font-size: 18px; font-style: italic; } /***** Services *****/ .services-container { margin-top: 10px; /*background-image: url("../img/background.jpg");*/ } .services-title { margin-top: 40px; } .services-title h2 { width: 200px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #00A651; font-weight: bold; } .service { margin-top: 40px; padding: 15px 15px 20px 15px; /*background: #f8f8f8; border-bottom: 2px solid #00A651;*/ } .product-container .service { border: 1px solid #00A651; border-radius: 2px; } .price-container .service { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } .service p { text-align: justify; } .service img { max-height: 166px; } .service:hover { /* box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset; -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s; */ } .service .service-icon { font-size: 50px; line-height: 50px; color: #db2842; } .service .service-icon i { vertical-align: middle; border-radius: 50%; color: #FFF; padding: 10px; } .service .service-icon i.fa-eye { background-color: #3591d1; } .service .service-icon i.fa-table { background-color: #1f998f; } .service .service-icon i.fa-magic { background-color: #993d8a; } .service .service-icon i.fa-print { background-color: #1f998f; } .service h3 { margin-top: 13px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .service p { padding-bottom: 7px; line-height: 24px; } /***** Latest work *****/ .work-container { margin-top: 50px; } .work-title h2 { width: 220px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; } .work { margin-top: 40px; padding-bottom: 20px; background: #f8f8f8; border-bottom: 2px solid #00A651; } .work:hover img { opacity: 0.7; -webkit-transition: all 0.3s; transition: all 0.3s; } .work:hover { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .work .work-bottom { margin-top: 15px; } .work h3 { margin-top: 20px; padding-left: 15px; padding-right: 15px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .work p { padding-left: 15px; padding-right: 15px; line-height: 24px; font-style: italic; } /***** Testimonials *****/ .testimonials-title h2 { width: 180px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; } .testimonial-list { margin-top: 30px; text-align: left; } .testimonial-list .tab-pane { overflow: hidden; } .testimonial-list .testimonial-image { float: left; width: 10%; margin: 10px 0 0 0; } .testimonial-list .testimonial-image img { max-width: 64px; border: 3px solid #eaeaea; } .testimonial-list .testimonial-text { float: left; width: 90%; font-size: 14px; line-height: 30px; font-style: italic; } .testimonial-list .nav-tabs { border: 0; text-align: right; } .testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 2px; margin-right: 2px; } .testimonial-list .nav-tabs li a { width: 12px; height: 12px; padding: 0; background: #eaeaea; border: 0; border-radius: 0; } .testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; } .testimonial-list .nav-tabs li.active a { background: #00A651; } /***** Footer *****/ footer { margin: 0 auto; padding-bottom: 10px; background-color: #00091c; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset; } .footer-box { margin-top: 10px; text-align: left; } .footer-copyright p { color: #fff; font-size: 13px; text-align: right; opacity: 0.3; font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.14; letter-spacing: normal; color: #ffffff; padding-left: 10px; } ul.list-display { margin: 0px; padding: 0px; position: relative; z-index: 999999; } ul.list-display li { list-style: none; padding: 0px 0px; } ul.list-display li a { padding: 15px 0px; text-align: left; font-family: sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.14; letter-spacing: normal; color: #ffffff; } .footer-box p, .footer-box li, .footer-box li a, .footer-copyright p a, .footer-social a, .footer-social p a { font-size: 14px; text-align: left; font-family: Gotham; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: normal; color: #ffffff; } .footer-box p { font-family: sans-serif; font-size: 16px; } .footer-box h4 { margin-top: 20px; font-size: 25px; color: #fff; font-weight: bold; text-transform: uppercase; /*text-shadow: 0 1px 0 rgba(255,255,255,.7);*/ } .footer-box-text p { line-height: 24px; } .footer-box-text-contact i { padding-right: 7px; } .footer-box-text-subscribe form { padding-bottom: 10px; } .footer-box-text-subscribe input[type=text] { width: 95%; height: 26px; } /* Flickr feed */ .flickr-feed { margin: 16px 0 0 0; } .flickr-feed a { display: inline-block; width: 54px; margin: 0 4px 4px 0; } .flickr-feed a:hover { opacity: 0.7; } .flickr-feed a img { border: 2px solid #eaeaea; } .footer-border { margin-top: 20px; height: 1px; background-color: #f8f8f8; margin-bottom: 10px; opacity: 0.4; } .footer-copyright { line-height: 24px; text-align: right; } .footer-social { margin-top: 5px; text-align: left; } .footer-social a { margin: 10px 0 0 10px; font-size: 13px; opacity: 0.3; } .footer-social a:hover, .footer-social a:focus { color: #fff; opacity: 1; } /***** Page title *****/ .page-title-container { margin: 0 auto; text-align: left; position: relative; } .page-title-container h1 { display: inline; margin-left: 10px; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); vertical-align: middle; } .page-title-container p { display: inline; margin-left: 5px; font-size: 14px; font-style: italic; vertical-align: middle; } .page-title-container i { font-size: 46px; color: #ccc; vertical-align: middle; } /* ----- ABOUT PAGE ----- */ /***** About us text *****/ .about-us-container { margin-top: 20px; } .about-us-text { padding-top: 10px; padding-bottom: 10px; text-align: left; } .about-us-text h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .about-us-text p { line-height: 28px; font-size: 13px; } /***** Meet our team *****/ .team-container { margin-top: 30px; } .team-title h2 { width: 220px; margin: 0 auto; background: #fff; font-family: "Lobster", cursive; font-size: 24px; color: #5d5d5d; font-weight: bold; } .team-box { margin-top: 40px; padding-bottom: 15px; background: #f8f8f8; border-bottom: 2px solid #00A651; } .team-box:hover img { opacity: 0.7; -webkit-transition: all 0.3s; transition: all 0.3s; } .team-box:hover { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .team-box h3 { margin-top: 20px; padding-left: 15px; padding-right: 15px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .team-box p { padding-left: 15px; padding-right: 15px; line-height: 24px; font-style: italic; } .team-social a { margin: 0 5px; font-size: 26px; } /* ----- CONTACT PAGE ----- */ /***** Form *****/ .contact-us-container { margin-top: 20px; padding-bottom: 50px; text-align: left; } .contact-us-container h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .contact-us-container p { line-height: 28px; font-size: 13px; } .contact-form { padding-top: 25px; padding-bottom: 30px; } .contact-form form { margin-top: 25px; } .contact-form form .form-group { margin-bottom: 20px; } .contact-form input[type=text] { width: 95%; height: 34px; } .contact-form textarea { width: 95%; height: 170px; padding-top: 6px; padding-bottom: 6px; } .contact-form label { font-size: 13px; font-weight: 400; } .contact-form label .error-label { font-style: italic; } .contact-form button { margin-top: 5px; padding: 0 45px; } /***** Google map *****/ .contact-address { padding-bottom: 15px; } .contact-address .map { margin: 20px 0 40px 0; height: 300px; border: 5px solid #f8f8f8; } /* ----- SERVICES PAGE ----- */ /***** Services full width text *****/ .services-full-width-container { margin-top: 20px; } .services-full-width-text { padding-top: 10px; text-align: left; } .services-full-width-text h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .services-full-width-text p { line-height: 28px; font-size: 13px; } /***** Services half width text *****/ .services-half-width-container { margin-top: 20px; } .services-half-width-text { padding-top: 10px; padding-bottom: 10px; text-align: left; } .services-half-width-text h3 { margin-top: 25px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .services-half-width-text p { line-height: 28px; font-size: 13px; } /***** Call to action *****/ .call-to-action-container { margin-top: 20px; padding-bottom: 50px; } .call-to-action-text { padding-top: 25px; padding-bottom: 15px; background: #f8f8f8; text-align: left; overflow: hidden; } .call-to-action-text:hover { box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .call-to-action-text p { float: left; width: 80%; padding-left: 25px; line-height: 30px; font-size: 18px; font-style: italic; } .call-to-action-text .call-to-action-button { float: left; width: 20%; padding-right: 25px; margin-bottom: 10px; text-align: right; } /* ----- PORTFOLIO PAGE ----- */ .portfolio-container { margin-top: 20px; padding-bottom: 50px; } .portfolio-filters { padding-top: 35px; padding-bottom: 10px; font-family: "Droid Sans", sans-serif; font-size: 16px; color: #5d5d5d; font-weight: bold; text-align: left; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .portfolio-filters a { color: #5d5d5d; } .portfolio-filters a:hover, .portfolio-filters a.active { color: #9d426b; } .portfolio-box { width: 255px; margin: 40px 15px 0 15px; } .portfolio-box img { cursor: pointer; -webkit-transition: all 0.3s; transition: all 0.3s; } .portfolio-box:hover img { opacity: 0.7; } .portfolio-box-container { position: relative; background: #f8f8f8; border-bottom: 2px solid #9d426b; } .portfolio-box-container:hover { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset; -webkit-transition: all 0.5s; transition: all 0.5s; } .portfolio-box-icon { position: absolute; top: 10px; right: 10px; width: 35px; height: 35px; padding-top: 7.5px; padding-left: 3px; background: #1d1d1d; /* browsers that don't support rgba */ background: rgba(0, 0, 0, 0.7); font-size: 20px; color: #fff; line-height: 20px; border-radius: 19px; } .portfolio-box-text { padding: 0 15px 20px 15px; } .portfolio-box-text h3 { margin-top: 20px; font-family: "Droid Sans", sans-serif; font-size: 14px; color: #5d5d5d; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); } .portfolio-box-text p { line-height: 24px; font-style: italic; } /* Customize*/ .fa-facebook { color: #405E9B; } .fa-twitter { color: #1DA1F2; } .fa-google-plus { color: #FE6761; } .fa-linkedin { color: #0077B5; } .fa-envelope { margin-right: 5px; } .fa-phone { margin-right: 15px; } .social { background-color: black; /*background-color: #00A651;*/ padding: 10px; border-bottom: 1px solid #C4951D; } .lang { margin-top: 15px; float: right; margin-right: 15px; } .social-icon { text-align: left; font-size: 38px; } .social-icon a { padding: 0px 5px; } .bk-news-list { border-radius: 3px; background-repeat: no-repeat; background-size: cover; background-position: center; } .social-contact { text-align: right; padding-top: 20px; } .social a { color: #FDFEFE !important; padding: 0px 6px 0px 6px; } /* .social-icon a{ background: #FFF; border-radius: 10px; padding: 4px 6px 4px 6px; text-align: center; margin-left:10px; } */ .navbar { font-weight: bold; /*background: linear-gradient(45deg,#FBFCFC 0,#FBFCFC 10%); */ background-color: #Fff; padding-top: 15px; } .main_features_content2 { text-align: left; font-size: 15pt; font-weight: 300; } .main_features_content2 .margin-top-60 { margin-top: 60px; } .main_features_content2 ul { list-style: none; padding: 0; } .main_features_content2 ul li { margin-top: 3%; } .back-to-top { position: fixed; bottom: 60px; right: 10px; cursor: pointer; display: none; background-color: rgba(0, 0, 0, 0.5); color: #fff; border-radius: 2px; line-height: 10px; padding: 10px 14px 10px 14px; font-size: 20px; } .single_features_left img, .single_features_right img { /* border-radius: 50% 50% 50% 50%; background-size: cover; max-width:300px; */ max-width: 300px; } .thumbnail { position: relative; display: inline-block; } .caption { text-align: left; color: #000; } .clear-both { padding: 20px; clear: both; } .border-dashed { color: #00A651; padding: 10px; border-bottom: 1px dashed #00A651; } .btn-default:hover { border-color: #00A651; } .thumbnial img { max-height: 400px; float: right; } .caption p { line-height: 2.1em; font-style: normal; } .product-benifit .service .service-icon .fa-check { color: #00A651; border-radius: 50%; padding: 10px; border: 1px solid #00A651; } .product-application .service .service-icon i { color: #000; float: left; font-size: 30pt; width: 20%; right: 10px; } .product-application .service .service-icon h3 { margin: 0; padding: 10px; float: right; width: 70%; text-align: left; } .product-application .service { text-align: justify; } #formslider { width: 500px; top: 100px; position: relative; z-index: 9999; } #header { width: 260px; height: 400px; position: absolute; right: 0; border: 1px solid #d8d8d8; padding: 20px 40px; border-radius: 3px; box-shadow: 0 0 8px gray; /*background-color: lightgoldenrodyellow;*/ background: linear-gradient(45deg, #2A2A2A 0, #001a51 40%); display: none; } .formslider p { color: #001a51; text-shadow: 2px 2px #CCC; font-size: 12pt; font-weight: bold; } #sidebar { position: relative; top: 170px; left: 320px; float: right; } #sidebar p { -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; -webkit-transform: rotate(90deg); transform: rotate(180deg); white-space: nowrap; display: block; bottom: 0; text-decoration: none; cursor: pointer; /*background-image: url("../ico/message-icon.png")!important;*/ } #sidebar1 { position: absolute; top: 150px; left: 190px; } #sidebar1 p { -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; -webkit-transform: rotate(90deg); transform: rotate(180deg); white-space: nowrap; display: block; bottom: 0; text-decoration: none; cursor: pointer; /*background-image: url("../ico/message-icon.png")!important;*/ } .formslider h3 { font-family: "Exo 2", sans-serif; } .formslider input[type=text], .formslider select, .formslider textarea { background-color: #FFF; } .formslider input[type=text] { margin-top: 10px; padding: 6px; width: 100%; font-size: 15px; border-radius: 2px; border: 3px solid #98d0f1; } .formslider h4 { font-size: 15px; } .formslider div#title { position: absolute; top: 300px; left: 650px; } .formslider select { padding: 6px; width: 100%; font-size: 15px; border-radius: 2px; border: 3px solid #98d0f1; margin-top: 10px; } .formslider textarea { padding: 6px; font-size: 15px; border-radius: 2px; border: 3px solid #98d0f1; margin-top: 10px; height: 80px; width: 100%; } .formslider button { background: linear-gradient(45deg, #fff 0, #fff 90%); border: none; color: #222; width: 100%; font-size: 14px; font-weight: bolder; padding: 8px 0; border-radius: 3px; cursor: pointer; margin-top: 25px; } .price-container .service { padding: 0; } .cd-pricing-header { height: auto; padding: 1.9em 0.9em 1.6em; pointer-events: auto; text-align: center; color: #000; font-size: 14px; border: 1px solid #82ca9c; } .cd-pricing-body ul { list-style: none; } .cd-pricing-features li { float: none; width: auto; padding: 1.5em; font-size: 10pt; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .cd-pricing-footer { position: relative; height: auto; text-align: center; background: none; } a.cd-select { display: block; padding: 1.7em 0; border-radius: 0 0 4px 4px; background: #82ca9c; color: #fff; } .cd-pricing-features .fa-check-circle { color: #82ca9c; font-size: 12pt; } .cd-pricing-features .fa-remove { color: red; font-size: 12pt; } #header h4 { color: #FFF; font-weight: bold; } .demo-container .service { margin-top: 0; } .demo-form-container { text-align: left; } .demo-form-container button { left: 16px; position: relative; float: left; } .video-text { position: absolute; top: 50%; left: 10%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: left; color: #000; max-width: 50%; } .board-message { background: url(/images/testi-bg.png?6db6fedc054003b343fb0798a10e1326); background-repeat: repeat; background-attachment: scroll; background-size: auto auto; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; padding: 50px 0px 50px 0px; overflow: hidden; margin-top: 50px; } .client-pic { padding: 0em 2em; max-width: 360px; margin: 0 auto; } .client-pic img { border-radius: 50%; } .img_res { display: block; width: 100%; height: auto; max-width: 100%; } .review-desc { font-size: 24px; line-height: 1.8; font-weight: 100; font-style: italic; padding-top: 20px; color: #fff; } .client-name { float: right; font-size: 30px; color: #fff; display: inline-block; border-bottom: 2px solid rgba(255, 255, 255, 0.3); padding-bottom: 5px; } .title-box { text-align: center; margin-bottom: 50px; } .title-box h2 { color: #FFF; text-transform: uppercase; } .services-container img.img_res { max-width: 100px; left: 30px; position: relative; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } .flex-item img { max-width: 200px; } .testimonials-container h3 { margin-bottom: 30px; } .flex-item { display: table; margin: 0 auto; } h3.sunfix-color, h4.sunfix-color, h2.sunfix-color, .sunfix-color { color: #fff; } i.fa-hand-o-right, p.fa-hand-o-right { color: #fff; } #sidebar i.fa-comments, #sidebar1 i.fa-comments { font-size: 32pt; } .find-property { font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; text-transform: uppercase; } .search-property { height: 100px; border-radius: 3px; margin: 0 auto; } .search-sp { border-right: solid 1px #e0e1e8; height: 100px; } .search-sp-1 { height: 100px; } .search-title { height: 19px; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; text-transform: uppercase; } .search-con { padding-top: 25px; } .search-drop { padding-top: 5px; } .search-btn-background { border-radius: 0px 3px 3px 0px; background-color: #001a51; height: 100px; } .image-show-left { margin-top: 90px; z-index: 99; position: relative; width: 100%; text-align: left; } .image-show-left img { max-width: 100%; } .image-show-left-cam { z-index: 99; position: relative; width: 100%; text-align: left; } .image-show-left-cam img { max-width: 670px; } .cambodia-info { background-image: linear-gradient(111deg, #a98c84, #443161); position: relative; z-index: 99; min-height: 500px; padding-top: 150px; margin-left: 0px; margin-right: 0px; } .text-cam { background: #f0f0ff left top; margin-top: 90px; padding-left: 0px; padding-right: 0px; min-height: 450px; } .show-up { position: relative; z-index: 8; } .contain-right { float: right; height: 310px; margin: 0 auto; padding-left: 10px; } .contain-right p { text-align: left; } .contain-right-title { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; max-width: 536px; padding: 50px; } .contain-right-title-cam { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; } .contain-right-article { font-size: 16px; font-weight: bold; font-style: normal; line-height: 2.3; letter-spacing: normal; color: #0c1a38; font-family: Gotham; text-align: left; padding-left: 50px; max-width: 100%; } .combine-right { text-align: left; padding-left: 15px; margin-top: 20%; } .combine-right-cam { text-align: left; padding-left: 15px; padding-top: 100px; } .start-article { text-align: left; height: 80px; margin-top: 125px; } .innumber { width: 100%; } .con-about-us { background: #f0f0ff left top; padding-left: 52%; padding-right: 15px; min-height: 720px; text-align: left; margin-left: -50%; } .aboutus { font-family: Bison; font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; padding-top: 11px; text-align: center; color: #fff; background-color: #0033a1; border-radius: 0px; height: 56px; width: 267px; } .aboutus:hover { font-family: Bison; font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; padding-top: 11px; text-align: center; color: #fff; background-color: #0033a1; border-radius: 0px; height: 56px; width: 267px; } .back-style { padding-left: 15px; padding-right: 0px; margin-top: 30px; min-height: 820px; text-align: left; float: right; min-width: 50%; } .con-right { float: right; min-width: 250px; min-height: 820px; } .mark-up-style { padding-left: 0px; padding-right: 0px; float: right; width: 50%; margin-top: -150% !important; z-index: 0; position: relative; } .link-size { font-size: 22px; margin-top: 6px; width: 60%; height: 80px; color: #0033a1; font-weight: bold; text-transform: uppercase; background-color: #fff; padding-top: 20px; } .combine-number { width: 100%; } .form-widht { width: 90%; } .cam-number { padding: 50px; } .num-sp { height: 1px; background-color: #f8f8f8; opacity: 0.4; } .number-of { font-size: 90px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; margin-bottom: 25px; } .project-detail { padding-top: 30px; } .num-of-operation { margin-top: 35px; color: #fff; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; text-transform: uppercase; } .act-title-right { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: left; margin-top: -15px; padding-left: 12px; } .act-title-left, .act-title-left a { font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: right; padding-right: 12px; } .news-box { border-radius: 4px; z-index: 5; margin: 15px; text-align: left; padding-top: 155px; padding-left: 20px; background-position: center; margin-top: 35px; background-position-x: 0; background-position-y: 0; margin-left: 0px; margin-right: 0px; min-height: 350px; } .list-news { width: 80%; margin: 0 auto; margin-top: -145px; z-index: 999; position: relative; } .news-type { height: 19px; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; } .news-content { font-size: 25px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-transform: uppercase; } .search-property .search-sp { background-color: #fff; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset; } .btn-search { font-size: 35px !important; padding: 0px !important; padding-top: 5px !important; background-color: #001a51 !important; color: #fff !important; } .found-property { height: 24px; font-family: Bison; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #f8e71c; } .found-image img { width: 100%; /*object-fit: contain;*/ } .found-title { text-align: left; font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #1e202d; margin: 5px 0px; } .found-add { text-align: left; font-size: 15px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #1e202d; font-family: Gotham; margin-top: auto; line-height: 2.3; } .found-last { padding-top: 10px; } .found-last .price-rank { text-align: left; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a90e2; padding-bottom: 15px; } .found-last .quater-finish { font-size: 14px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: right; color: #0033a1; margin-top: -20px; } .project-logo { text-align: center; padding-right: 20%; } .project-logo img { max-width: 243px; max-height: 120px; } .project-text { text-align: left; font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; color: #888888; } .project-status { width: 155px; font-family: Gotham; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; } .padding-z { margin-top: 50px; } .margin-z { margin-top: 110px; } .margin-z h4 { padding-left: 110px; } .space-text { height: 30px; } .project-status-read { padding-top: 17px; height: 77px; background-color: #dc4d54; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; } .project-content { text-align: left; font-family: Gotham; line-height: 2.1; letter-spacing: normal; color: #0c1a38; font-size: 16px; } .no-margin-padding { padding: 0px !important; margin-left: 0px !important; margin-right: 0px !important; } .width-100 { width: 100% !important; } .project-size { width: 35%; float: left; margin-right: 5%; margin-left: 5%; } .no-margin-180 { margin-top: 180px; } .project-size-number { font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #1e202d; border-bottom: 1px solid #ccc; } .project-size-of { font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #1e202d; } ul.nav-pills { width: 100%; margin: 0 auto; } ul.nav-pills li { -o-object-fit: contain; object-fit: contain; } ul.nav-pills li a { font-size: 22px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ccc; } ul.nav-pills li.active { color: #071941; background-color: #fff; } .nav-link { border-radius: 0px !important; } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #071941; background-color: #fff; border-top: 6px solid #0033a1; border-radius: none; } .pro-full { width: 100%; } .pro-full .pro-description { padding: 10px; } .pro-full .pro-description ul { margin-left: px; padding-left: 0px; } .pro-title { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #071941; } .pro-content { font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.39; letter-spacing: normal; color: #071941; } .pro-room ul li { list-style: none; text-align: left; padding: 10px; font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; color: #444548; width: 50%; float: left; } .btn-visit { font-size: 22px !important; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #fff !important; background-color: #0033a1 !important; border-radius: 0px; height: 56px !important; width: 267px !important; } .btn-call { font-family: Bison; font-size: 22px !important; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #fff !important; background-color: #0033a1 !important; border-radius: 0px; height: 56px !important; padding-top: 12px; width: 267px !important; } .btn-map { font-size: 22px !important; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #222 !important; background-color: #f8f8f8 !important; border-radius: 0px; height: 56px !important; padding-top: 12px; border: 1px solid #003168 !important; width: 100% !important; margin-top: 25px; } .icon-show { padding: 25px 36px; border: 1px solid #ccc; border-radius: 31px 31px; } .room-description { padding-left: 15px; } .fac-title { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; margin-top: 35px; text-align: left; } .fac-article { text-align: left; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; color: #ffffff; } .fac-img { padding: 15px; width: 50%; float: left; } .maring-space { margin-top: 35px; clear: both; height: 15px; } .fac-img-title { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; margin-top: -25px; } .modal-content { width: 100%; height: 100%; border-radius: 0px; } .pop-up-pro { text-align: left; font-family: Bison; font-size: 80px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: normal; color: #ffffff; } .p-title-pro { text-align: left; font-family: Gotham; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; padding: 16px; padding-left: 0px; text-transform: uppercase; } .image-slide { width: 100%; } .carousel li { border: 1px solid #8888; } .carousel li.active { border: 1px solid #8888; } .fac-article-bk { font-family: Gotham; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.56; letter-spacing: normal; text-align: center; color: #1a1e34; } .interest-visit { font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #071941; } #exampleModalLabel { font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #1e202d; text-align: left; } .input-book { width: 100%; } .input-book input[type=text] { border: none; width: 100%; border-bottom: 1px solid #e5e5e5; height: 50px; font-family: sans-serif; font-size: 18px; padding-left: 25px; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; display: block; clear: both; } .input-book i, .input-book span { color: #0033a1; } .form-box { min-height: 640px; border-radius: 4px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; padding: 20px; } .loan-title { font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; text-align: left; } .slidecontainer { width: 100%; /* Width of the outside container */ } /* The slider itself */ .slider { -webkit-appearance: none; /* Override default CSS styles */ -moz-appearance: none; appearance: none; width: 100%; /* Full-width */ height: 25px; /* Specified height */ background: #0033a1; /* Grey background */ outline: none; /* Remove outline */ opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */ -webkit-transition: opacity 0.2s; transition: opacity 0.2s; } /* Mouse-over effects */ .slider:hover { opacity: 1; /* Fully shown on mouse-over */ } /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ .slider::-webkit-slider-thumb { -webkit-appearance: none; /* Override default look */ appearance: none; width: 25px; /* Set a specific slider handle width */ height: 25px; /* Slider handle height */ background: #0033a1; /* Green background */ cursor: pointer; /* Cursor on hover */ } .slider::-moz-range-thumb { width: 25px; /* Set a specific slider handle width */ height: 25px; /* Slider handle height */ background: #0033a1; /* Green background */ cursor: pointer; /* Cursor on hover */ } .input-range-title { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; padding: 25px; text-align: left; padding-left: 0px; } .loan-result { opacity: 0.6; background-image: -webkit-gradient(linear, left top, left bottom, from(#0c1a38), to(#000000)); background-image: linear-gradient(to bottom, #0c1a38, #000000); min-height: 640px; } .ln-result { color: #fff; text-align: left; } .result-title { color: #fff; text-align: left; } .result-per-month { font-family: Bison; font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; } .loan-text { font-family: Gotham; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.39; letter-spacing: normal; color: #ffffff; } .loan-info a { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.79; letter-spacing: normal; color: #ffffff; } .cml-loan { float: right; width: 50%; } .cml-loan a { width: 100%; border-radius: 3px; border: solid 1px #028444; font-family: Gotham !important; font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #028444; padding: 15px; } .apply-loan { padding-top: 40px; } .apply-loan .input-book { width: 50%; float: left; } .loan-input { font-family: Gotham !important; } .slider .ui-slider-handle .ui-label { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.79; letter-spacing: normal; color: #000; } .validate-has-error { font-family: Gotham; font-size: 14px !important; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.79; letter-spacing: normal; color: red !important; text-align: left; } .bk-success { font-family: Bison; font-size: 30px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #1e202d; } .sl-confirm { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.44; letter-spacing: normal; text-align: center; color: #4a4a4a; } .title-margin { font-family: Bison; font-size: 70px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; } .list-cat { padding-left: 10px; text-align: left; } .list-cat-found { padding-right: 20%; text-align: center; } .list-cat-found span { font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #222; text-align: center; } .home-news { width: 80%; margin: 0 auto; margin-top: -205px; } .list-cat-found a span { font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #888; text-align: center; } .list-cat span { font-family: Gotham; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #fff; padding: 5px; text-align: left; } .list-cat span.selected { color: #4a90e2; } .content-news { padding: 20px; } .content-news p { text-align: left; font-family: Gotham; font-size: 20px; font-weight: normal; font-style: normal; line-height: 2.1; letter-spacing: normal; } .share-on { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; } .title-about-us { font-family: Bison; font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #0c1a38; } .content-about-us { font-family: Gotham; font-size: 25px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.6; letter-spacing: normal; text-align: center; color: #0c1a38; text-align: left; } .related-article { font-family: Bison; font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; text-align: left; } .bk-blur { min-height: 696px; background-position: center; z-index: 5; } .box-filter { height: 297px; border-radius: 3px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: #ffffff; margin: 15px 0px; cursor: pointer; } .blur-title { opacity: 0.35; font-family: Bison; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: left; } .show-title { font-family: Bison; font-size: 40px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #ffffff; text-align: left; } .image { padding-top: 55px; } .title-image { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #4a4a4a; padding-top: 25px; } .radio-input { padding: 5px; padding-top: 25px; text-align: center; } .radio-input input { border: none; width: 50px; margin: 0 auto; box-shadow: none; padding: 0px; } .per-complete { height: 40px; border-bottom: 1px solid #fff; opacity: 0.5; } .bk-complete { background-color: #0051ff; opacity: 1.3; } .per-complete h3 { color: #fff; font-family: Bison; font-size: 28px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; margin-top: -2px; } .background-screen { min-height: 651px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .width-res { min-height: 600px; margin-top: -85px; } .phone-call-ass { text-align: left; position: relative; z-index: 99; margin-top: -100px; } .text-ass { -o-object-fit: contain; object-fit: contain; font-family: Gotham; font-size: 20px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: normal; color: #646773; text-align: left; margin-top: 160px; } .text-ass h1 { text-align: center; font-family: Bison; font-size: 45px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #0c1a38; } .pop-up-text { width: 400px; float: right; } .pop-up-social { width: 300px; float: right; margin-top: 70px; } .contact, .contact p { font-family: Gotham; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.4; letter-spacing: normal; color: #4a4a4a; text-align: center; padding: 10px; } .contact-title { font-family: Gotham; font-size: 25px; font-weight: bold; letter-spacing: normal; color: #0b1b53; text-align: center; padding: 10px; } .contact-left { padding: 0px; width: 50%; float: left; margin-top: -150px; } .contact-right { padding: 0px; width: 50%; float: right; margin-top: -150px; } .bk-contact { min-height: 350px; background-color: #fff; width: 85%; margin: 0 auto; margin-top: -180px; position: relative; border: 1px solid #eee; border-radius: 3px; } .text-top { margin-top: -160px; padding: 0px; margin-left: 0px; margin-right: 0px; background-color: #f0f0ff; } #image-gallery li img { width: 100%; max-height: 600px; } ul.lSPager { margin: 0 auto !important; } ul.lSGallery li { margin-top: 10px; margin-bottom: 10px; } .bk-news { min-height: 550px; background-position: center; background-size: cover; z-index: 6; z-index: 999; background-repeat: no-repeat; padding-top: 380px; margin: 0px; padding-left: 0px; padding-right: 0px; } ul.lang-show { padding: 0px; } ul.lang-show li { list-style: none; display: inline; margin: 10px; float: left; font-size: 20px; } @-moz-document url-prefix() { .fire-fox { margin-top: -160px; } .fei-z1 { margin-top: 15px; } } @supports (-ms-ime-align: auto) { .fire-fox { margin-top: -160px; } .fei-z1 { margin-top: 15px; } } /* - Name: megamenu.js - style.css - Version: 1.0 - Latest update: 29.01.2016. - Author: <NAME> - Author web site: http://marioloncarek.com */ body { font-family: Bison, Koulen; } body .project-status-read.list-cat-found.interest-visit.btn-visit > span { font-family: Bison, Koulen !important; } body a { font-family: Bison, Koulen !important; } body h4 { font-family: Bison, Koulen !important; } body .found-title { font-family: Bison, Koulen !important; } body .room-description { font-family: Battambang !important; } body .fac-description { font-family: Battambang !important; } body .pro-content { font-family: Battambang !important; } body .footer-term > a { font-family: Battambang !important; } body .address > p > a { font-family: Battambang !important; } body .modal-title > span { font-family: Bison, Koulen !important; } * { box-sizing: border-box; } a { color: #fff; } .description { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); } .menu { /*font-family: 'Roboto', sans-serif;*/ margin: 0 auto; } .menu-container { width: 80%; margin: 0 auto; background: #e9e9e9; } .menu-mobile { display: none; padding-top: 20px; } .menu-mobile:after { content: "\F394"; font-family: "Ionicons"; font-size: 2.5rem; padding: 0; float: right; position: relative; top: 50%; -webkit-transform: translateY(-25%); transform: translateY(-25%); } .menu-dropdown-icon:before { content: "\F489"; font-family: "Ionicons"; display: none; cursor: pointer; float: right; padding: 1.5em 2em; background: #fff; color: #333; } .menu > ul { margin: 0 auto; width: 100%; list-style: none; padding: 0; position: relative; /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */ box-sizing: border-box; bottom: 16px; } .menu > ul:before, .menu > ul:after { content: ""; display: table; } .menu > ul:after { clear: both; } .menu > ul > li { display: inline-block; padding: 0px 0px 0px 0px; margin: 10px auto; text-transform: uppercase; font-weight: bold; } .menu > ul > li a { text-decoration: none; padding: 1.5em 2em; display: block; } .menu > ul > li:hover { background: #001a51; color: #FFF !important; } .menu > ul > li > a:hover { color: #FFF; } .menu > ul > li > ul { display: none; width: 100%; background: #00A651; padding: 20px; position: absolute; z-index: 99; left: 0; margin: 0; list-style: none; box-sizing: border-box; top: 89.8px; color: #FFF; border-bottom: 1px solid #F79F24; } .menu > ul > li > ul:before, .menu > ul > li > ul:after { content: ""; display: table; } .menu > ul > li > ul:after { clear: both; } .menu > ul > li > ul > li { margin: 0; padding-bottom: 0; list-style: none; width: 20%; background: none; float: left; text-align: left; } .menu > ul > li > ul > li a { /*color: #777;*/ color: #FFF; padding: 0.2em 0; width: 95%; display: block; border-bottom: 1px solid #ccc; } .menu > ul > li > ul > li > ul { display: block; padding: 0; margin: 10px 0 0; list-style: none; box-sizing: border-box; } .menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after { content: ""; display: table; } .menu > ul > li > ul > li > ul:after { clear: both; } .menu > ul > li > ul > li > ul > li { float: left; width: 100%; padding: 4px 0; margin: 0; font-size: 1em; padding-left: 1em; text-align: left; } .menu > ul > li > ul > li > ul > li a { border: 0; } .menu > ul > li > ul.normal-sub { width: 300px; left: auto; padding: 10px 20px; } .menu > ul > li > ul.normal-sub > li { width: 100%; } .menu > ul > li > ul.normal-sub > li a { border: 0; padding: 1em 0; } .dropdown-menu > li > a { font-size: 20px; } @media only screen and (max-width: 959px) { .menu-container { width: 100%; } .menu-mobile { display: block; } .menu-dropdown-icon:before { display: block; } .menu > ul { display: none; margin-top: 50px; } .menu > ul > li { width: 100%; float: none; display: block; } .menu > ul > li a { padding: 1.5em; width: 100%; display: block; } .menu > ul > li > ul { position: relative; } .menu > ul > li > ul.normal-sub { width: 100%; } .menu > ul > li > ul > li { float: none; width: 100%; margin-top: 20px; } .menu > ul > li > ul > li:first-child { margin: 0; } .menu > ul > li > ul > li > ul { position: relative; } .menu > ul > li > ul > li > ul > li { float: none; } .menu .show-on-mobile { display: block; } } .navbar-brand { padding: 0px !important; } .navbar-brand img { width: 140px; } .toast-message { font-family: Gotham !important; font-weight: bold; } .hide-carousel-control { display: none; } .margin-top-15 { margin-top: 15px; } .alert-info { font-family: Gotham !important; } /* GLOBAL STYLES */ /* typography */ #complicated-content-carousel .carousel-control.left, #complicated-content-carousel .carousel-control.right { background-image: none; } #complicated-content-carousel .carousel-control.left { right: 35px; } #complicated-content-carousel .index { position: absolute; top: -70px; right: 0; font-size: 16px; color: #3c3c3c; } #complicated-content-carousel .flex-item { position: relative; display: inline-block; width: 320px; height: 380px; padding: 16px 13px; background-color: #f5f6f7; border: 6px solid #f5f6f7; } #complicated-content-carousel .flex-item:hover, #complicated-content-carousel .flex-item:focus { border: 6px solid #d2d4d5; border-radius: 3px; } .good-top { height: 21px; } .good-top-left { font-size: 16px; color: #424242; text-transform: uppercase; line-height: 21px; } .good-top-right { height: 21px; text-align: right; } .choose-color div { display: inline-block; width: 21px; height: 21px; border-radius: 50%; letter-spacing: 5px; cursor: pointer; } .choose-color .blue { background-color: #165eb9; } .choose-color .yellow { background-color: #ffe637; } .choose-color .black { background-color: #535253; } .choose-color .grey { background-color: #d3a7ac; } .choose-color .dark-blue { background-color: #35374c; } .choose-color .dark-blue-women { background-color: #192b5e; } .choose-color .light-blue-women { background-color: #1682c4; } .good-top-left .fa { position: relative; top: 2px; font-size: 21px; } .good-bottom { height: 21px; } .good-bottom * { margin-top: 0; margin-bottom: 0; } .good-bottom-left a h4 { font-size: 18px; color: #3c3c3c; text-transform: uppercase; line-height: 21px; } .good-bottom-right { position: relative; top: -1px; font-size: 22px; color: #424242; text-transform: uppercase; line-height: 21px; } .good-top-left, .good-bottom-left { float: left; text-align: left; } .good-top-right, .good-bottom-right { float: right; text-align: right; } .good-image { height: 294px; text-align: center; } .good-image:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; } .good-image img { max-height: 240px; vertical-align: middle; } .size { position: absolute; padding: 0; cursor: pointer; -webkit-transition: all 0.35s; transition: all 0.35s; } .size.shown { padding: 0 5px 5px 5px; background-color: #fff; border-radius: 2px; } .size.shown .option:hover { background-color: #f5f6f7; } .carousel-control { width: 50px; height: 50px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); bottom: auto; font-size: 30px; text-align: center; opacity: 1; } a.carousel-control.left, a.carousel-control.right { background-image: none; opacity: 1; text-align: center; } /* MEDIA QUERIES */ /* styles for phones' displays */ @media only screen and (max-width: 350px) { #complicated-content-carousel .flex-item { width: 300px; } } /* styles for medium size displays */ @media only screen and (min-width: 992px) and (max-width: 1199px) { #complicated-content-carousel .flex-item { width: 300px; } } @media (min-width: 1250px) { .container { width: 100%; } .found-image img { min-height: 450px; } } @media (min-width: 992px) and (max-width: 1249px) { .contain-right-article { padding-left: 0px; } .container { width: 100%; } .image-show-left-cam img { width: 100%; max-width: 100%; } .width-50 { width: 50%; } .list-cat-found { padding-right: 0px; } .text-cam { margin-top: 40px; padding-top: 15px; } .portfolio-box { width: 205px; } .testimonial-list .testimonial-image { width: 12%; } .testimonial-list .testimonial-text { width: 88%; } .lSSlide { height: auto; } .hide-w-res { display: none; } .w-60-res { width: 60%; float: right; padding: 0px; } .w-40-res { width: 20%; margin-left: 5px; float: left; } .list-news { margin-top: 10px; width: 100%; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .margin-z h4.found-property { font-size: 20px; } .pro-room ul li { width: 50%; } .text-ass { margin-top: 0px; } } @media (min-width: 768px) and (max-width: 991px) { .act-title-left, .act-title-left a { margin-top: -16px; float: right; margin-right: -15px; } .search-sp { height: 75px; } .dropdown-menu { left: 100%; margin-left: -250px; width: 255px; } .search-drop { float: right; margin-top: -30px; } .contain-right-article { padding-left: 0px; } .text-ass { margin-top: 0px; } .home-news { width: 100%; } .list-cat-found { padding-right: 0px; } .project-logo { padding-right: 0px; } .lang { display: none; } .combine-right-cam { padding-top: 10px; } .image-show-left-cam img { width: 100%; max-width: 100%; } .width-50 { width: 50%; } .text-cam { margin-top: 0px; padding-top: 15px; min-height: 418px; } .image-show-left { margin-top: 45px; } .container { width: 100%; } .top-menu-right { padding-right: 5px; } .combine-number { min-height: 300px; } .background-screen { min-height: 471px; } .lower-768 { margin-top: 195px; } .navbar > .container .navbar-brand { margin-left: 15px; } .navbar-collapse { border: 0; } .navbar-toggle { margin-top: 16px; } /*-------------Home------------------------------*/ .find-property { font-size: 60px; } .image-show-left { width: 100%; float: none; } .up-margin { margin-top: 0px; clear: both; width: 100%; } .combine-right { margin-left: 10%; } .start-article { margin-left: 0px; } .contain-fit { clear: both; float: none; margin-top: 360px; } .mark-up-style { background: none; } .show-up { width: 100%; } .combine-right { margin-top: 0px; } .width-res { min-height: inherit; } .map-canvas { height: 450px !important; } .lSSlide { height: auto; } /*-------------end------------------------------*/ .show-up-map { margin-top: 400px; } .pop-up-pro { font-size: 50px; } .pop-up-social { float: none; margin-top: 0px; } .loan-result { min-height: inherit; } .padding-z { margin-top: 225px; } .text-top, .project-size { margin-top: 0px; } .contact-left, .contact-right { margin-top: 0px; padding: 25px; } .hide-w-res { display: none; } .w-60-res { width: 60%; padding: 0px; float: right; } .w-40-res { width: 30%; padding: 0px; float: left; margin-left: 5px; } .found-image img { min-height: 500px; } .no-margin-180 { margin-top: 0px; } .margin-z { margin-top: 0px; } .list-news { margin-top: 10px; width: 100%; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .margin-z h4 { font-size: 40px; padding-left: 10px; margin-bottom: 25px; } .margin-z h4.found-property { font-size: 20px; } .form-widht { width: 100%; } .pro-room ul li { width: 100%; } } @media (min-width: 400px) and (max-width: 767px) { .act-title-left, .act-title-left a { margin-top: -16px; float: right; margin-right: -15px; } .search-sp { height: 75px; } .dropdown-menu { left: 100%; margin-left: -250px; width: 255px; } .search-drop { float: right; margin-top: -30px; } .contain-right-article { padding-left: 0px; } .text-ass { margin-top: 0px; } .home-news { width: 100%; } .list-cat-found { padding-right: 0px; } .project-logo { padding-right: 0px; } .pro-room ul li { width: 100%; } .lang { display: none; } .combine-right-cam { padding-top: 10px; } .image-show-left-cam img { width: 100%; max-width: 100%; } .text-cam { margin-top: 0px; padding-top: 15px; } .image-show-left { margin-top: 45px; } .margin-z h4 { font-size: 40px; padding-left: 10px; margin-bottom: 25px; } .margin-z h4.found-property { font-size: 20px; } .form-widht { width: 100%; } .top-menu-right { padding-right: 5px; } .combine-number { min-height: 300px; } /*-------------Home------------------------------*/ .no-margin-180 { margin-top: 0px; } .list-news { margin-top: 10px; width: 100%; } .flex-caption { display: none; } .find-property { font-size: 50px; } .background-screen { min-height: 471px; } .container { width: 100%; } .lower-768 { margin-top: 195px; } .contain-right-title { font-size: 40px; } .contain-fit { clear: both; float: none; margin-top: 360px; } .mark-up-style { background: none; } .link-size { width: 100%; margin-top: 10px; } .combine-right { margin-top: 0px; } .width-res { min-height: inherit; } /*-------------end------------------------------*/ .lSSlide { height: auto; } .show-up-map { margin-top: 400px; } .pop-up-pro { font-size: 50px; } .pop-up-social { float: none; margin-top: 0px; } .found-image img { min-height: 420px; } .loan-result { min-height: inherit; } .map-canvas { height: 450px !important; } .padding-z { margin-top: 225px; } .text-top, .project-size { margin-top: 0px; } .contact-left, .contact-right { margin-top: 0px; float: none; width: 100%; padding-top: 20px; } .hide-w-res { display: none; } .w-60-res { width: 60%; padding: 0px; float: right; } .w-40-res { width: 30%; padding: 0px; float: left; margin-left: 5px; } .top-contain { width: 100%; } .project-background img { max-height: 500px; } .margin-z { margin-top: 0px; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .footer-copyright p { text-align: left; } } @media (max-width: 400px) { .act-title-left, .act-title-left a { margin-top: -16px; float: right; margin-right: -15px; } .search-sp { height: 75px; } .dropdown-menu { left: 100%; margin-left: -250px; width: 255px; } .search-drop { float: right; margin-top: -30px; } .contain-right-article { padding-left: 0px; } .home-news { width: 100%; } .list-cat-found { padding-right: 0px; } .lang { display: none; } .combine-right-cam { padding-top: 10px; } .image-show-left-cam img { width: 100%; max-width: 100%; } .text-cam { margin-top: 0px; padding-top: 15px; } .margin-z h4 { font-size: 40px; padding-left: 10px; margin-bottom: 25px; } .margin-z h4.found-property { font-size: 20px; } .form-widht { width: 100%; } .top-menu-right { padding-right: 5px; } .combine-number { min-height: 300px; } .no-margin-180 { margin-top: 0px; } .form-box { min-height: 500px; } .result-per-month { font-size: 60px; } .list-news { margin-top: 10px; width: 100%; } .project-background img { max-height: 500px; } .flex-caption { display: none; } .find-property { font-size: 40px; } .background-screen { min-height: 471px; } .container { width: 100%; } .lower-768 { margin-top: 205px; } /*-------------Home------------------------------*/ .flex-caption { display: none; } .find-property { font-size: 45px; } .background-screen { min-height: 471px; } .container { width: 100%; } .padding-z { margin-top: 225px; } .lower-768 { margin-top: 195px; } .margin-z { margin-top: 0px; } .contain-right-title { font-size: 30px; } .contain-fit { clear: both; float: none; margin-top: 360px; } .mark-up-style { background: none; } .link-size { width: 100%; margin-top: 10px; } .combine-right { margin-top: 0px; } .lSSlide { height: auto; } .width-res { min-height: inherit; } /*-------------end------------------------------*/ .show-up-map { margin-top: 400px; } .pop-up-pro { font-size: 50px; } .pop-up-social { float: none; margin-top: 0px; } .loan-result { min-height: inherit; } .map-canvas { height: 450px !important; } .text-top, .project-size { margin-top: 0px; } .contact-left, .contact-right { margin-top: 0px; float: none; width: 100%; } .hide-w-res { display: none; } .w-60-res { width: 60%; padding: 0px; float: right; } .w-40-res { width: 30%; padding: 0px; float: left; margin-left: 5px; } .top-contain { width: 100%; } .image-show-left { margin-top: 45px; } .project-logo { padding-right: 0px; } .footer-copyright p { text-align: left; } } /* Retina-ize images/icons */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { /* logo */ .navbar-brand { background-repeat: no-repeat !important; background-size: 140px !important; } } /*! * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; } .fa-xs { font-size: 0.75em; } .fa-sm { font-size: 0.875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .fa-border { border: solid 0.08em #eee; border-radius: 0.1em; padding: 0.2em 0.25em 0.15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: 0.3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: 0.3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both { -webkit-filter: none; filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\F26E"; } .fa-accessible-icon:before { content: "\F368"; } .fa-accusoft:before { content: "\F369"; } .fa-acquisitions-incorporated:before { content: "\F6AF"; } .fa-ad:before { content: "\F641"; } .fa-address-book:before { content: "\F2B9"; } .fa-address-card:before { content: "\F2BB"; } .fa-adjust:before { content: "\F042"; } .fa-adn:before { content: "\F170"; } .fa-adobe:before { content: "\F778"; } .fa-adversal:before { content: "\F36A"; } .fa-affiliatetheme:before { content: "\F36B"; } .fa-air-freshener:before { content: "\F5D0"; } .fa-airbnb:before { content: "\F834"; } .fa-algolia:before { content: "\F36C"; } .fa-align-center:before { content: "\F037"; } .fa-align-justify:before { content: "\F039"; } .fa-align-left:before { content: "\F036"; } .fa-align-right:before { content: "\F038"; } .fa-alipay:before { content: "\F642"; } .fa-allergies:before { content: "\F461"; } .fa-amazon:before { content: "\F270"; } .fa-amazon-pay:before { content: "\F42C"; } .fa-ambulance:before { content: "\F0F9"; } .fa-american-sign-language-interpreting:before { content: "\F2A3"; } .fa-amilia:before { content: "\F36D"; } .fa-anchor:before { content: "\F13D"; } .fa-android:before { content: "\F17B"; } .fa-angellist:before { content: "\F209"; } .fa-angle-double-down:before { content: "\F103"; } .fa-angle-double-left:before { content: "\F100"; } .fa-angle-double-right:before { content: "\F101"; } .fa-angle-double-up:before { content: "\F102"; } .fa-angle-down:before { content: "\F107"; } .fa-angle-left:before { content: "\F104"; } .fa-angle-right:before { content: "\F105"; } .fa-angle-up:before { content: "\F106"; } .fa-angry:before { content: "\F556"; } .fa-angrycreative:before { content: "\F36E"; } .fa-angular:before { content: "\F420"; } .fa-ankh:before { content: "\F644"; } .fa-app-store:before { content: "\F36F"; } .fa-app-store-ios:before { content: "\F370"; } .fa-apper:before { content: "\F371"; } .fa-apple:before { content: "\F179"; } .fa-apple-alt:before { content: "\F5D1"; } .fa-apple-pay:before { content: "\F415"; } .fa-archive:before { content: "\F187"; } .fa-archway:before { content: "\F557"; } .fa-arrow-alt-circle-down:before { content: "\F358"; } .fa-arrow-alt-circle-left:before { content: "\F359"; } .fa-arrow-alt-circle-right:before { content: "\F35A"; } .fa-arrow-alt-circle-up:before { content: "\F35B"; } .fa-arrow-circle-down:before { content: "\F0AB"; } .fa-arrow-circle-left:before { content: "\F0A8"; } .fa-arrow-circle-right:before { content: "\F0A9"; } .fa-arrow-circle-up:before { content: "\F0AA"; } .fa-arrow-down:before { content: "\F063"; } .fa-arrow-left:before { content: "\F060"; } .fa-arrow-right:before { content: "\F061"; } .fa-arrow-up:before { content: "\F062"; } .fa-arrows-alt:before { content: "\F0B2"; } .fa-arrows-alt-h:before { content: "\F337"; } .fa-arrows-alt-v:before { content: "\F338"; } .fa-artstation:before { content: "\F77A"; } .fa-assistive-listening-systems:before { content: "\F2A2"; } .fa-asterisk:before { content: "\F069"; } .fa-asymmetrik:before { content: "\F372"; } .fa-at:before { content: "\F1FA"; } .fa-atlas:before { content: "\F558"; } .fa-atlassian:before { content: "\F77B"; } .fa-atom:before { content: "\F5D2"; } .fa-audible:before { content: "\F373"; } .fa-audio-description:before { content: "\F29E"; } .fa-autoprefixer:before { content: "\F41C"; } .fa-avianex:before { content: "\F374"; } .fa-aviato:before { content: "\F421"; } .fa-award:before { content: "\F559"; } .fa-aws:before { content: "\F375"; } .fa-baby:before { content: "\F77C"; } .fa-baby-carriage:before { content: "\F77D"; } .fa-backspace:before { content: "\F55A"; } .fa-backward:before { content: "\F04A"; } .fa-bacon:before { content: "\F7E5"; } .fa-balance-scale:before { content: "\F24E"; } .fa-balance-scale-left:before { content: "\F515"; } .fa-balance-scale-right:before { content: "\F516"; } .fa-ban:before { content: "\F05E"; } .fa-band-aid:before { content: "\F462"; } .fa-bandcamp:before { content: "\F2D5"; } .fa-barcode:before { content: "\F02A"; } .fa-bars:before { content: "\F0C9"; } .fa-baseball-ball:before { content: "\F433"; } .fa-basketball-ball:before { content: "\F434"; } .fa-bath:before { content: "\F2CD"; } .fa-battery-empty:before { content: "\F244"; } .fa-battery-full:before { content: "\F240"; } .fa-battery-half:before { content: "\F242"; } .fa-battery-quarter:before { content: "\F243"; } .fa-battery-three-quarters:before { content: "\F241"; } .fa-battle-net:before { content: "\F835"; } .fa-bed:before { content: "\F236"; } .fa-beer:before { content: "\F0FC"; } .fa-behance:before { content: "\F1B4"; } .fa-behance-square:before { content: "\F1B5"; } .fa-bell:before { content: "\F0F3"; } .fa-bell-slash:before { content: "\F1F6"; } .fa-bezier-curve:before { content: "\F55B"; } .fa-bible:before { content: "\F647"; } .fa-bicycle:before { content: "\F206"; } .fa-biking:before { content: "\F84A"; } .fa-bimobject:before { content: "\F378"; } .fa-binoculars:before { content: "\F1E5"; } .fa-biohazard:before { content: "\F780"; } .fa-birthday-cake:before { content: "\F1FD"; } .fa-bitbucket:before { content: "\F171"; } .fa-bitcoin:before { content: "\F379"; } .fa-bity:before { content: "\F37A"; } .fa-black-tie:before { content: "\F27E"; } .fa-blackberry:before { content: "\F37B"; } .fa-blender:before { content: "\F517"; } .fa-blender-phone:before { content: "\F6B6"; } .fa-blind:before { content: "\F29D"; } .fa-blog:before { content: "\F781"; } .fa-blogger:before { content: "\F37C"; } .fa-blogger-b:before { content: "\F37D"; } .fa-bluetooth:before { content: "\F293"; } .fa-bluetooth-b:before { content: "\F294"; } .fa-bold:before { content: "\F032"; } .fa-bolt:before { content: "\F0E7"; } .fa-bomb:before { content: "\F1E2"; } .fa-bone:before { content: "\F5D7"; } .fa-bong:before { content: "\F55C"; } .fa-book:before { content: "\F02D"; } .fa-book-dead:before { content: "\F6B7"; } .fa-book-medical:before { content: "\F7E6"; } .fa-book-open:before { content: "\F518"; } .fa-book-reader:before { content: "\F5DA"; } .fa-bookmark:before { content: "\F02E"; } .fa-bootstrap:before { content: "\F836"; } .fa-border-all:before { content: "\F84C"; } .fa-border-none:before { content: "\F850"; } .fa-border-style:before { content: "\F853"; } .fa-bowling-ball:before { content: "\F436"; } .fa-box:before { content: "\F466"; } .fa-box-open:before { content: "\F49E"; } .fa-boxes:before { content: "\F468"; } .fa-braille:before { content: "\F2A1"; } .fa-brain:before { content: "\F5DC"; } .fa-bread-slice:before { content: "\F7EC"; } .fa-briefcase:before { content: "\F0B1"; } .fa-briefcase-medical:before { content: "\F469"; } .fa-broadcast-tower:before { content: "\F519"; } .fa-broom:before { content: "\F51A"; } .fa-brush:before { content: "\F55D"; } .fa-btc:before { content: "\F15A"; } .fa-buffer:before { content: "\F837"; } .fa-bug:before { content: "\F188"; } .fa-building:before { content: "\F1AD"; } .fa-bullhorn:before { content: "\F0A1"; } .fa-bullseye:before { content: "\F140"; } .fa-burn:before { content: "\F46A"; } .fa-buromobelexperte:before { content: "\F37F"; } .fa-bus:before { content: "\F207"; } .fa-bus-alt:before { content: "\F55E"; } .fa-business-time:before { content: "\F64A"; } .fa-buy-n-large:before { content: "\F8A6"; } .fa-buysellads:before { content: "\F20D"; } .fa-calculator:before { content: "\F1EC"; } .fa-calendar:before { content: "\F133"; } .fa-calendar-alt:before { content: "\F073"; } .fa-calendar-check:before { content: "\F274"; } .fa-calendar-day:before { content: "\F783"; } .fa-calendar-minus:before { content: "\F272"; } .fa-calendar-plus:before { content: "\F271"; } .fa-calendar-times:before { content: "\F273"; } .fa-calendar-week:before { content: "\F784"; } .fa-camera:before { content: "\F030"; } .fa-camera-retro:before { content: "\F083"; } .fa-campground:before { content: "\F6BB"; } .fa-canadian-maple-leaf:before { content: "\F785"; } .fa-candy-cane:before { content: "\F786"; } .fa-cannabis:before { content: "\F55F"; } .fa-capsules:before { content: "\F46B"; } .fa-car:before { content: "\F1B9"; } .fa-car-alt:before { content: "\F5DE"; } .fa-car-battery:before { content: "\F5DF"; } .fa-car-crash:before { content: "\F5E1"; } .fa-car-side:before { content: "\F5E4"; } .fa-caret-down:before { content: "\F0D7"; } .fa-caret-left:before { content: "\F0D9"; } .fa-caret-right:before { content: "\F0DA"; } .fa-caret-square-down:before { content: "\F150"; } .fa-caret-square-left:before { content: "\F191"; } .fa-caret-square-right:before { content: "\F152"; } .fa-caret-square-up:before { content: "\F151"; } .fa-caret-up:before { content: "\F0D8"; } .fa-carrot:before { content: "\F787"; } .fa-cart-arrow-down:before { content: "\F218"; } .fa-cart-plus:before { content: "\F217"; } .fa-cash-register:before { content: "\F788"; } .fa-cat:before { content: "\F6BE"; } .fa-cc-amazon-pay:before { content: "\F42D"; } .fa-cc-amex:before { content: "\F1F3"; } .fa-cc-apple-pay:before { content: "\F416"; } .fa-cc-diners-club:before { content: "\F24C"; } .fa-cc-discover:before { content: "\F1F2"; } .fa-cc-jcb:before { content: "\F24B"; } .fa-cc-mastercard:before { content: "\F1F1"; } .fa-cc-paypal:before { content: "\F1F4"; } .fa-cc-stripe:before { content: "\F1F5"; } .fa-cc-visa:before { content: "\F1F0"; } .fa-centercode:before { content: "\F380"; } .fa-centos:before { content: "\F789"; } .fa-certificate:before { content: "\F0A3"; } .fa-chair:before { content: "\F6C0"; } .fa-chalkboard:before { content: "\F51B"; } .fa-chalkboard-teacher:before { content: "\F51C"; } .fa-charging-station:before { content: "\F5E7"; } .fa-chart-area:before { content: "\F1FE"; } .fa-chart-bar:before { content: "\F080"; } .fa-chart-line:before { content: "\F201"; } .fa-chart-pie:before { content: "\F200"; } .fa-check:before { content: "\F00C"; } .fa-check-circle:before { content: "\F058"; } .fa-check-double:before { content: "\F560"; } .fa-check-square:before { content: "\F14A"; } .fa-cheese:before { content: "\F7EF"; } .fa-chess:before { content: "\F439"; } .fa-chess-bishop:before { content: "\F43A"; } .fa-chess-board:before { content: "\F43C"; } .fa-chess-king:before { content: "\F43F"; } .fa-chess-knight:before { content: "\F441"; } .fa-chess-pawn:before { content: "\F443"; } .fa-chess-queen:before { content: "\F445"; } .fa-chess-rook:before { content: "\F447"; } .fa-chevron-circle-down:before { content: "\F13A"; } .fa-chevron-circle-left:before { content: "\F137"; } .fa-chevron-circle-right:before { content: "\F138"; } .fa-chevron-circle-up:before { content: "\F139"; } .fa-chevron-down:before { content: "\F078"; } .fa-chevron-left:before { content: "\F053"; } .fa-chevron-right:before { content: "\F054"; } .fa-chevron-up:before { content: "\F077"; } .fa-child:before { content: "\F1AE"; } .fa-chrome:before { content: "\F268"; } .fa-chromecast:before { content: "\F838"; } .fa-church:before { content: "\F51D"; } .fa-circle:before { content: "\F111"; } .fa-circle-notch:before { content: "\F1CE"; } .fa-city:before { content: "\F64F"; } .fa-clinic-medical:before { content: "\F7F2"; } .fa-clipboard:before { content: "\F328"; } .fa-clipboard-check:before { content: "\F46C"; } .fa-clipboard-list:before { content: "\F46D"; } .fa-clock:before { content: "\F017"; } .fa-clone:before { content: "\F24D"; } .fa-closed-captioning:before { content: "\F20A"; } .fa-cloud:before { content: "\F0C2"; } .fa-cloud-download-alt:before { content: "\F381"; } .fa-cloud-meatball:before { content: "\F73B"; } .fa-cloud-moon:before { content: "\F6C3"; } .fa-cloud-moon-rain:before { content: "\F73C"; } .fa-cloud-rain:before { content: "\F73D"; } .fa-cloud-showers-heavy:before { content: "\F740"; } .fa-cloud-sun:before { content: "\F6C4"; } .fa-cloud-sun-rain:before { content: "\F743"; } .fa-cloud-upload-alt:before { content: "\F382"; } .fa-cloudscale:before { content: "\F383"; } .fa-cloudsmith:before { content: "\F384"; } .fa-cloudversify:before { content: "\F385"; } .fa-cocktail:before { content: "\F561"; } .fa-code:before { content: "\F121"; } .fa-code-branch:before { content: "\F126"; } .fa-codepen:before { content: "\F1CB"; } .fa-codiepie:before { content: "\F284"; } .fa-coffee:before { content: "\F0F4"; } .fa-cog:before { content: "\F013"; } .fa-cogs:before { content: "\F085"; } .fa-coins:before { content: "\F51E"; } .fa-columns:before { content: "\F0DB"; } .fa-comment:before { content: "\F075"; } .fa-comment-alt:before { content: "\F27A"; } .fa-comment-dollar:before { content: "\F651"; } .fa-comment-dots:before { content: "\F4AD"; } .fa-comment-medical:before { content: "\F7F5"; } .fa-comment-slash:before { content: "\F4B3"; } .fa-comments:before { content: "\F086"; } .fa-comments-dollar:before { content: "\F653"; } .fa-compact-disc:before { content: "\F51F"; } .fa-compass:before { content: "\F14E"; } .fa-compress:before { content: "\F066"; } .fa-compress-arrows-alt:before { content: "\F78C"; } .fa-concierge-bell:before { content: "\F562"; } .fa-confluence:before { content: "\F78D"; } .fa-connectdevelop:before { content: "\F20E"; } .fa-contao:before { content: "\F26D"; } .fa-cookie:before { content: "\F563"; } .fa-cookie-bite:before { content: "\F564"; } .fa-copy:before { content: "\F0C5"; } .fa-copyright:before { content: "\F1F9"; } .fa-cotton-bureau:before { content: "\F89E"; } .fa-couch:before { content: "\F4B8"; } .fa-cpanel:before { content: "\F388"; } .fa-creative-commons:before { content: "\F25E"; } .fa-creative-commons-by:before { content: "\F4E7"; } .fa-creative-commons-nc:before { content: "\F4E8"; } .fa-creative-commons-nc-eu:before { content: "\F4E9"; } .fa-creative-commons-nc-jp:before { content: "\F4EA"; } .fa-creative-commons-nd:before { content: "\F4EB"; } .fa-creative-commons-pd:before { content: "\F4EC"; } .fa-creative-commons-pd-alt:before { content: "\F4ED"; } .fa-creative-commons-remix:before { content: "\F4EE"; } .fa-creative-commons-sa:before { content: "\F4EF"; } .fa-creative-commons-sampling:before { content: "\F4F0"; } .fa-creative-commons-sampling-plus:before { content: "\F4F1"; } .fa-creative-commons-share:before { content: "\F4F2"; } .fa-creative-commons-zero:before { content: "\F4F3"; } .fa-credit-card:before { content: "\F09D"; } .fa-critical-role:before { content: "\F6C9"; } .fa-crop:before { content: "\F125"; } .fa-crop-alt:before { content: "\F565"; } .fa-cross:before { content: "\F654"; } .fa-crosshairs:before { content: "\F05B"; } .fa-crow:before { content: "\F520"; } .fa-crown:before { content: "\F521"; } .fa-crutch:before { content: "\F7F7"; } .fa-css3:before { content: "\F13C"; } .fa-css3-alt:before { content: "\F38B"; } .fa-cube:before { content: "\F1B2"; } .fa-cubes:before { content: "\F1B3"; } .fa-cut:before { content: "\F0C4"; } .fa-cuttlefish:before { content: "\F38C"; } .fa-d-and-d:before { content: "\F38D"; } .fa-d-and-d-beyond:before { content: "\F6CA"; } .fa-dashcube:before { content: "\F210"; } .fa-database:before { content: "\F1C0"; } .fa-deaf:before { content: "\F2A4"; } .fa-delicious:before { content: "\F1A5"; } .fa-democrat:before { content: "\F747"; } .fa-deploydog:before { content: "\F38E"; } .fa-deskpro:before { content: "\F38F"; } .fa-desktop:before { content: "\F108"; } .fa-dev:before { content: "\F6CC"; } .fa-deviantart:before { content: "\F1BD"; } .fa-dharmachakra:before { content: "\F655"; } .fa-dhl:before { content: "\F790"; } .fa-diagnoses:before { content: "\F470"; } .fa-diaspora:before { content: "\F791"; } .fa-dice:before { content: "\F522"; } .fa-dice-d20:before { content: "\F6CF"; } .fa-dice-d6:before { content: "\F6D1"; } .fa-dice-five:before { content: "\F523"; } .fa-dice-four:before { content: "\F524"; } .fa-dice-one:before { content: "\F525"; } .fa-dice-six:before { content: "\F526"; } .fa-dice-three:before { content: "\F527"; } .fa-dice-two:before { content: "\F528"; } .fa-digg:before { content: "\F1A6"; } .fa-digital-ocean:before { content: "\F391"; } .fa-digital-tachograph:before { content: "\F566"; } .fa-directions:before { content: "\F5EB"; } .fa-discord:before { content: "\F392"; } .fa-discourse:before { content: "\F393"; } .fa-divide:before { content: "\F529"; } .fa-dizzy:before { content: "\F567"; } .fa-dna:before { content: "\F471"; } .fa-dochub:before { content: "\F394"; } .fa-docker:before { content: "\F395"; } .fa-dog:before { content: "\F6D3"; } .fa-dollar-sign:before { content: "\F155"; } .fa-dolly:before { content: "\F472"; } .fa-dolly-flatbed:before { content: "\F474"; } .fa-donate:before { content: "\F4B9"; } .fa-door-closed:before { content: "\F52A"; } .fa-door-open:before { content: "\F52B"; } .fa-dot-circle:before { content: "\F192"; } .fa-dove:before { content: "\F4BA"; } .fa-download:before { content: "\F019"; } .fa-draft2digital:before { content: "\F396"; } .fa-drafting-compass:before { content: "\F568"; } .fa-dragon:before { content: "\F6D5"; } .fa-draw-polygon:before { content: "\F5EE"; } .fa-dribbble:before { content: "\F17D"; } .fa-dribbble-square:before { content: "\F397"; } .fa-dropbox:before { content: "\F16B"; } .fa-drum:before { content: "\F569"; } .fa-drum-steelpan:before { content: "\F56A"; } .fa-drumstick-bite:before { content: "\F6D7"; } .fa-drupal:before { content: "\F1A9"; } .fa-dumbbell:before { content: "\F44B"; } .fa-dumpster:before { content: "\F793"; } .fa-dumpster-fire:before { content: "\F794"; } .fa-dungeon:before { content: "\F6D9"; } .fa-dyalog:before { content: "\F399"; } .fa-earlybirds:before { content: "\F39A"; } .fa-ebay:before { content: "\F4F4"; } .fa-edge:before { content: "\F282"; } .fa-edit:before { content: "\F044"; } .fa-egg:before { content: "\F7FB"; } .fa-eject:before { content: "\F052"; } .fa-elementor:before { content: "\F430"; } .fa-ellipsis-h:before { content: "\F141"; } .fa-ellipsis-v:before { content: "\F142"; } .fa-ello:before { content: "\F5F1"; } .fa-ember:before { content: "\F423"; } .fa-empire:before { content: "\F1D1"; } .fa-envelope:before { content: "\F0E0"; } .fa-envelope-open:before { content: "\F2B6"; } .fa-envelope-open-text:before { content: "\F658"; } .fa-envelope-square:before { content: "\F199"; } .fa-envira:before { content: "\F299"; } .fa-equals:before { content: "\F52C"; } .fa-eraser:before { content: "\F12D"; } .fa-erlang:before { content: "\F39D"; } .fa-ethereum:before { content: "\F42E"; } .fa-ethernet:before { content: "\F796"; } .fa-etsy:before { content: "\F2D7"; } .fa-euro-sign:before { content: "\F153"; } .fa-evernote:before { content: "\F839"; } .fa-exchange-alt:before { content: "\F362"; } .fa-exclamation:before { content: "\F12A"; } .fa-exclamation-circle:before { content: "\F06A"; } .fa-exclamation-triangle:before { content: "\F071"; } .fa-expand:before { content: "\F065"; } .fa-expand-arrows-alt:before { content: "\F31E"; } .fa-expeditedssl:before { content: "\F23E"; } .fa-external-link-alt:before { content: "\F35D"; } .fa-external-link-square-alt:before { content: "\F360"; } .fa-eye:before { content: "\F06E"; } .fa-eye-dropper:before { content: "\F1FB"; } .fa-eye-slash:before { content: "\F070"; } .fa-facebook:before { content: "\F09A"; } .fa-facebook-f:before { content: "\F39E"; } .fa-facebook-messenger:before { content: "\F39F"; } .fa-facebook-square:before { content: "\F082"; } .fa-fan:before { content: "\F863"; } .fa-fantasy-flight-games:before { content: "\F6DC"; } .fa-fast-backward:before { content: "\F049"; } .fa-fast-forward:before { content: "\F050"; } .fa-fax:before { content: "\F1AC"; } .fa-feather:before { content: "\F52D"; } .fa-feather-alt:before { content: "\F56B"; } .fa-fedex:before { content: "\F797"; } .fa-fedora:before { content: "\F798"; } .fa-female:before { content: "\F182"; } .fa-fighter-jet:before { content: "\F0FB"; } .fa-figma:before { content: "\F799"; } .fa-file:before { content: "\F15B"; } .fa-file-alt:before { content: "\F15C"; } .fa-file-archive:before { content: "\F1C6"; } .fa-file-audio:before { content: "\F1C7"; } .fa-file-code:before { content: "\F1C9"; } .fa-file-contract:before { content: "\F56C"; } .fa-file-csv:before { content: "\F6DD"; } .fa-file-download:before { content: "\F56D"; } .fa-file-excel:before { content: "\F1C3"; } .fa-file-export:before { content: "\F56E"; } .fa-file-image:before { content: "\F1C5"; } .fa-file-import:before { content: "\F56F"; } .fa-file-invoice:before { content: "\F570"; } .fa-file-invoice-dollar:before { content: "\F571"; } .fa-file-medical:before { content: "\F477"; } .fa-file-medical-alt:before { content: "\F478"; } .fa-file-pdf:before { content: "\F1C1"; } .fa-file-powerpoint:before { content: "\F1C4"; } .fa-file-prescription:before { content: "\F572"; } .fa-file-signature:before { content: "\F573"; } .fa-file-upload:before { content: "\F574"; } .fa-file-video:before { content: "\F1C8"; } .fa-file-word:before { content: "\F1C2"; } .fa-fill:before { content: "\F575"; } .fa-fill-drip:before { content: "\F576"; } .fa-film:before { content: "\F008"; } .fa-filter:before { content: "\F0B0"; } .fa-fingerprint:before { content: "\F577"; } .fa-fire:before { content: "\F06D"; } .fa-fire-alt:before { content: "\F7E4"; } .fa-fire-extinguisher:before { content: "\F134"; } .fa-firefox:before { content: "\F269"; } .fa-first-aid:before { content: "\F479"; } .fa-first-order:before { content: "\F2B0"; } .fa-first-order-alt:before { content: "\F50A"; } .fa-firstdraft:before { content: "\F3A1"; } .fa-fish:before { content: "\F578"; } .fa-fist-raised:before { content: "\F6DE"; } .fa-flag:before { content: "\F024"; } .fa-flag-checkered:before { content: "\F11E"; } .fa-flag-usa:before { content: "\F74D"; } .fa-flask:before { content: "\F0C3"; } .fa-flickr:before { content: "\F16E"; } .fa-flipboard:before { content: "\F44D"; } .fa-flushed:before { content: "\F579"; } .fa-fly:before { content: "\F417"; } .fa-folder:before { content: "\F07B"; } .fa-folder-minus:before { content: "\F65D"; } .fa-folder-open:before { content: "\F07C"; } .fa-folder-plus:before { content: "\F65E"; } .fa-font:before { content: "\F031"; } .fa-font-awesome:before { content: "\F2B4"; } .fa-font-awesome-alt:before { content: "\F35C"; } .fa-font-awesome-flag:before { content: "\F425"; } .fa-font-awesome-logo-full:before { content: "\F4E6"; } .fa-fonticons:before { content: "\F280"; } .fa-fonticons-fi:before { content: "\F3A2"; } .fa-football-ball:before { content: "\F44E"; } .fa-fort-awesome:before { content: "\F286"; } .fa-fort-awesome-alt:before { content: "\F3A3"; } .fa-forumbee:before { content: "\F211"; } .fa-forward:before { content: "\F04E"; } .fa-foursquare:before { content: "\F180"; } .fa-free-code-camp:before { content: "\F2C5"; } .fa-freebsd:before { content: "\F3A4"; } .fa-frog:before { content: "\F52E"; } .fa-frown:before { content: "\F119"; } .fa-frown-open:before { content: "\F57A"; } .fa-fulcrum:before { content: "\F50B"; } .fa-funnel-dollar:before { content: "\F662"; } .fa-futbol:before { content: "\F1E3"; } .fa-galactic-republic:before { content: "\F50C"; } .fa-galactic-senate:before { content: "\F50D"; } .fa-gamepad:before { content: "\F11B"; } .fa-gas-pump:before { content: "\F52F"; } .fa-gavel:before { content: "\F0E3"; } .fa-gem:before { content: "\F3A5"; } .fa-genderless:before { content: "\F22D"; } .fa-get-pocket:before { content: "\F265"; } .fa-gg:before { content: "\F260"; } .fa-gg-circle:before { content: "\F261"; } .fa-ghost:before { content: "\F6E2"; } .fa-gift:before { content: "\F06B"; } .fa-gifts:before { content: "\F79C"; } .fa-git:before { content: "\F1D3"; } .fa-git-alt:before { content: "\F841"; } .fa-git-square:before { content: "\F1D2"; } .fa-github:before { content: "\F09B"; } .fa-github-alt:before { content: "\F113"; } .fa-github-square:before { content: "\F092"; } .fa-gitkraken:before { content: "\F3A6"; } .fa-gitlab:before { content: "\F296"; } .fa-gitter:before { content: "\F426"; } .fa-glass-cheers:before { content: "\F79F"; } .fa-glass-martini:before { content: "\F000"; } .fa-glass-martini-alt:before { content: "\F57B"; } .fa-glass-whiskey:before { content: "\F7A0"; } .fa-glasses:before { content: "\F530"; } .fa-glide:before { content: "\F2A5"; } .fa-glide-g:before { content: "\F2A6"; } .fa-globe:before { content: "\F0AC"; } .fa-globe-africa:before { content: "\F57C"; } .fa-globe-americas:before { content: "\F57D"; } .fa-globe-asia:before { content: "\F57E"; } .fa-globe-europe:before { content: "\F7A2"; } .fa-gofore:before { content: "\F3A7"; } .fa-golf-ball:before { content: "\F450"; } .fa-goodreads:before { content: "\F3A8"; } .fa-goodreads-g:before { content: "\F3A9"; } .fa-google:before { content: "\F1A0"; } .fa-google-drive:before { content: "\F3AA"; } .fa-google-play:before { content: "\F3AB"; } .fa-google-plus:before { content: "\F2B3"; } .fa-google-plus-g:before { content: "\F0D5"; } .fa-google-plus-square:before { content: "\F0D4"; } .fa-google-wallet:before { content: "\F1EE"; } .fa-gopuram:before { content: "\F664"; } .fa-graduation-cap:before { content: "\F19D"; } .fa-gratipay:before { content: "\F184"; } .fa-grav:before { content: "\F2D6"; } .fa-greater-than:before { content: "\F531"; } .fa-greater-than-equal:before { content: "\F532"; } .fa-grimace:before { content: "\F57F"; } .fa-grin:before { content: "\F580"; } .fa-grin-alt:before { content: "\F581"; } .fa-grin-beam:before { content: "\F582"; } .fa-grin-beam-sweat:before { content: "\F583"; } .fa-grin-hearts:before { content: "\F584"; } .fa-grin-squint:before { content: "\F585"; } .fa-grin-squint-tears:before { content: "\F586"; } .fa-grin-stars:before { content: "\F587"; } .fa-grin-tears:before { content: "\F588"; } .fa-grin-tongue:before { content: "\F589"; } .fa-grin-tongue-squint:before { content: "\F58A"; } .fa-grin-tongue-wink:before { content: "\F58B"; } .fa-grin-wink:before { content: "\F58C"; } .fa-grip-horizontal:before { content: "\F58D"; } .fa-grip-lines:before { content: "\F7A4"; } .fa-grip-lines-vertical:before { content: "\F7A5"; } .fa-grip-vertical:before { content: "\F58E"; } .fa-gripfire:before { content: "\F3AC"; } .fa-grunt:before { content: "\F3AD"; } .fa-guitar:before { content: "\F7A6"; } .fa-gulp:before { content: "\F3AE"; } .fa-h-square:before { content: "\F0FD"; } .fa-hacker-news:before { content: "\F1D4"; } .fa-hacker-news-square:before { content: "\F3AF"; } .fa-hackerrank:before { content: "\F5F7"; } .fa-hamburger:before { content: "\F805"; } .fa-hammer:before { content: "\F6E3"; } .fa-hamsa:before { content: "\F665"; } .fa-hand-holding:before { content: "\F4BD"; } .fa-hand-holding-heart:before { content: "\F4BE"; } .fa-hand-holding-usd:before { content: "\F4C0"; } .fa-hand-lizard:before { content: "\F258"; } .fa-hand-middle-finger:before { content: "\F806"; } .fa-hand-paper:before { content: "\F256"; } .fa-hand-peace:before { content: "\F25B"; } .fa-hand-point-down:before { content: "\F0A7"; } .fa-hand-point-left:before { content: "\F0A5"; } .fa-hand-point-right:before { content: "\F0A4"; } .fa-hand-point-up:before { content: "\F0A6"; } .fa-hand-pointer:before { content: "\F25A"; } .fa-hand-rock:before { content: "\F255"; } .fa-hand-scissors:before { content: "\F257"; } .fa-hand-spock:before { content: "\F259"; } .fa-hands:before { content: "\F4C2"; } .fa-hands-helping:before { content: "\F4C4"; } .fa-handshake:before { content: "\F2B5"; } .fa-hanukiah:before { content: "\F6E6"; } .fa-hard-hat:before { content: "\F807"; } .fa-hashtag:before { content: "\F292"; } .fa-hat-cowboy:before { content: "\F8C0"; } .fa-hat-cowboy-side:before { content: "\F8C1"; } .fa-hat-wizard:before { content: "\F6E8"; } .fa-haykal:before { content: "\F666"; } .fa-hdd:before { content: "\F0A0"; } .fa-heading:before { content: "\F1DC"; } .fa-headphones:before { content: "\F025"; } .fa-headphones-alt:before { content: "\F58F"; } .fa-headset:before { content: "\F590"; } .fa-heart:before { content: "\F004"; } .fa-heart-broken:before { content: "\F7A9"; } .fa-heartbeat:before { content: "\F21E"; } .fa-helicopter:before { content: "\F533"; } .fa-highlighter:before { content: "\F591"; } .fa-hiking:before { content: "\F6EC"; } .fa-hippo:before { content: "\F6ED"; } .fa-hips:before { content: "\F452"; } .fa-hire-a-helper:before { content: "\F3B0"; } .fa-history:before { content: "\F1DA"; } .fa-hockey-puck:before { content: "\F453"; } .fa-holly-berry:before { content: "\F7AA"; } .fa-home:before { content: "\F015"; } .fa-hooli:before { content: "\F427"; } .fa-hornbill:before { content: "\F592"; } .fa-horse:before { content: "\F6F0"; } .fa-horse-head:before { content: "\F7AB"; } .fa-hospital:before { content: "\F0F8"; } .fa-hospital-alt:before { content: "\F47D"; } .fa-hospital-symbol:before { content: "\F47E"; } .fa-hot-tub:before { content: "\F593"; } .fa-hotdog:before { content: "\F80F"; } .fa-hotel:before { content: "\F594"; } .fa-hotjar:before { content: "\F3B1"; } .fa-hourglass:before { content: "\F254"; } .fa-hourglass-end:before { content: "\F253"; } .fa-hourglass-half:before { content: "\F252"; } .fa-hourglass-start:before { content: "\F251"; } .fa-house-damage:before { content: "\F6F1"; } .fa-houzz:before { content: "\F27C"; } .fa-hryvnia:before { content: "\F6F2"; } .fa-html5:before { content: "\F13B"; } .fa-hubspot:before { content: "\F3B2"; } .fa-i-cursor:before { content: "\F246"; } .fa-ice-cream:before { content: "\F810"; } .fa-icicles:before { content: "\F7AD"; } .fa-icons:before { content: "\F86D"; } .fa-id-badge:before { content: "\F2C1"; } .fa-id-card:before { content: "\F2C2"; } .fa-id-card-alt:before { content: "\F47F"; } .fa-igloo:before { content: "\F7AE"; } .fa-image:before { content: "\F03E"; } .fa-images:before { content: "\F302"; } .fa-imdb:before { content: "\F2D8"; } .fa-inbox:before { content: "\F01C"; } .fa-indent:before { content: "\F03C"; } .fa-industry:before { content: "\F275"; } .fa-infinity:before { content: "\F534"; } .fa-info:before { content: "\F129"; } .fa-info-circle:before { content: "\F05A"; } .fa-instagram:before { content: "\F16D"; } .fa-intercom:before { content: "\F7AF"; } .fa-internet-explorer:before { content: "\F26B"; } .fa-invision:before { content: "\F7B0"; } .fa-ioxhost:before { content: "\F208"; } .fa-italic:before { content: "\F033"; } .fa-itch-io:before { content: "\F83A"; } .fa-itunes:before { content: "\F3B4"; } .fa-itunes-note:before { content: "\F3B5"; } .fa-java:before { content: "\F4E4"; } .fa-jedi:before { content: "\F669"; } .fa-jedi-order:before { content: "\F50E"; } .fa-jenkins:before { content: "\F3B6"; } .fa-jira:before { content: "\F7B1"; } .fa-joget:before { content: "\F3B7"; } .fa-joint:before { content: "\F595"; } .fa-joomla:before { content: "\F1AA"; } .fa-journal-whills:before { content: "\F66A"; } .fa-js:before { content: "\F3B8"; } .fa-js-square:before { content: "\F3B9"; } .fa-jsfiddle:before { content: "\F1CC"; } .fa-kaaba:before { content: "\F66B"; } .fa-kaggle:before { content: "\F5FA"; } .fa-key:before { content: "\F084"; } .fa-keybase:before { content: "\F4F5"; } .fa-keyboard:before { content: "\F11C"; } .fa-keycdn:before { content: "\F3BA"; } .fa-khanda:before { content: "\F66D"; } .fa-kickstarter:before { content: "\F3BB"; } .fa-kickstarter-k:before { content: "\F3BC"; } .fa-kiss:before { content: "\F596"; } .fa-kiss-beam:before { content: "\F597"; } .fa-kiss-wink-heart:before { content: "\F598"; } .fa-kiwi-bird:before { content: "\F535"; } .fa-korvue:before { content: "\F42F"; } .fa-landmark:before { content: "\F66F"; } .fa-language:before { content: "\F1AB"; } .fa-laptop:before { content: "\F109"; } .fa-laptop-code:before { content: "\F5FC"; } .fa-laptop-medical:before { content: "\F812"; } .fa-laravel:before { content: "\F3BD"; } .fa-lastfm:before { content: "\F202"; } .fa-lastfm-square:before { content: "\F203"; } .fa-laugh:before { content: "\F599"; } .fa-laugh-beam:before { content: "\F59A"; } .fa-laugh-squint:before { content: "\F59B"; } .fa-laugh-wink:before { content: "\F59C"; } .fa-layer-group:before { content: "\F5FD"; } .fa-leaf:before { content: "\F06C"; } .fa-leanpub:before { content: "\F212"; } .fa-lemon:before { content: "\F094"; } .fa-less:before { content: "\F41D"; } .fa-less-than:before { content: "\F536"; } .fa-less-than-equal:before { content: "\F537"; } .fa-level-down-alt:before { content: "\F3BE"; } .fa-level-up-alt:before { content: "\F3BF"; } .fa-life-ring:before { content: "\F1CD"; } .fa-lightbulb:before { content: "\F0EB"; } .fa-line:before { content: "\F3C0"; } .fa-link:before { content: "\F0C1"; } .fa-linkedin:before { content: "\F08C"; } .fa-linkedin-in:before { content: "\F0E1"; } .fa-linode:before { content: "\F2B8"; } .fa-linux:before { content: "\F17C"; } .fa-lira-sign:before { content: "\F195"; } .fa-list:before { content: "\F03A"; } .fa-list-alt:before { content: "\F022"; } .fa-list-ol:before { content: "\F0CB"; } .fa-list-ul:before { content: "\F0CA"; } .fa-location-arrow:before { content: "\F124"; } .fa-lock:before { content: "\F023"; } .fa-lock-open:before { content: "\F3C1"; } .fa-long-arrow-alt-down:before { content: "\F309"; } .fa-long-arrow-alt-left:before { content: "\F30A"; } .fa-long-arrow-alt-right:before { content: "\F30B"; } .fa-long-arrow-alt-up:before { content: "\F30C"; } .fa-low-vision:before { content: "\F2A8"; } .fa-luggage-cart:before { content: "\F59D"; } .fa-lyft:before { content: "\F3C3"; } .fa-magento:before { content: "\F3C4"; } .fa-magic:before { content: "\F0D0"; } .fa-magnet:before { content: "\F076"; } .fa-mail-bulk:before { content: "\F674"; } .fa-mailchimp:before { content: "\F59E"; } .fa-male:before { content: "\F183"; } .fa-mandalorian:before { content: "\F50F"; } .fa-map:before { content: "\F279"; } .fa-map-marked:before { content: "\F59F"; } .fa-map-marked-alt:before { content: "\F5A0"; } .fa-map-marker:before { content: "\F041"; } .fa-map-marker-alt:before { content: "\F3C5"; } .fa-map-pin:before { content: "\F276"; } .fa-map-signs:before { content: "\F277"; } .fa-markdown:before { content: "\F60F"; } .fa-marker:before { content: "\F5A1"; } .fa-mars:before { content: "\F222"; } .fa-mars-double:before { content: "\F227"; } .fa-mars-stroke:before { content: "\F229"; } .fa-mars-stroke-h:before { content: "\F22B"; } .fa-mars-stroke-v:before { content: "\F22A"; } .fa-mask:before { content: "\F6FA"; } .fa-mastodon:before { content: "\F4F6"; } .fa-maxcdn:before { content: "\F136"; } .fa-mdb:before { content: "\F8CA"; } .fa-medal:before { content: "\F5A2"; } .fa-medapps:before { content: "\F3C6"; } .fa-medium:before { content: "\F23A"; } .fa-medium-m:before { content: "\F3C7"; } .fa-medkit:before { content: "\F0FA"; } .fa-medrt:before { content: "\F3C8"; } .fa-meetup:before { content: "\F2E0"; } .fa-megaport:before { content: "\F5A3"; } .fa-meh:before { content: "\F11A"; } .fa-meh-blank:before { content: "\F5A4"; } .fa-meh-rolling-eyes:before { content: "\F5A5"; } .fa-memory:before { content: "\F538"; } .fa-mendeley:before { content: "\F7B3"; } .fa-menorah:before { content: "\F676"; } .fa-mercury:before { content: "\F223"; } .fa-meteor:before { content: "\F753"; } .fa-microchip:before { content: "\F2DB"; } .fa-microphone:before { content: "\F130"; } .fa-microphone-alt:before { content: "\F3C9"; } .fa-microphone-alt-slash:before { content: "\F539"; } .fa-microphone-slash:before { content: "\F131"; } .fa-microscope:before { content: "\F610"; } .fa-microsoft:before { content: "\F3CA"; } .fa-minus:before { content: "\F068"; } .fa-minus-circle:before { content: "\F056"; } .fa-minus-square:before { content: "\F146"; } .fa-mitten:before { content: "\F7B5"; } .fa-mix:before { content: "\F3CB"; } .fa-mixcloud:before { content: "\F289"; } .fa-mizuni:before { content: "\F3CC"; } .fa-mobile:before { content: "\F10B"; } .fa-mobile-alt:before { content: "\F3CD"; } .fa-modx:before { content: "\F285"; } .fa-monero:before { content: "\F3D0"; } .fa-money-bill:before { content: "\F0D6"; } .fa-money-bill-alt:before { content: "\F3D1"; } .fa-money-bill-wave:before { content: "\F53A"; } .fa-money-bill-wave-alt:before { content: "\F53B"; } .fa-money-check:before { content: "\F53C"; } .fa-money-check-alt:before { content: "\F53D"; } .fa-monument:before { content: "\F5A6"; } .fa-moon:before { content: "\F186"; } .fa-mortar-pestle:before { content: "\F5A7"; } .fa-mosque:before { content: "\F678"; } .fa-motorcycle:before { content: "\F21C"; } .fa-mountain:before { content: "\F6FC"; } .fa-mouse:before { content: "\F8CC"; } .fa-mouse-pointer:before { content: "\F245"; } .fa-mug-hot:before { content: "\F7B6"; } .fa-music:before { content: "\F001"; } .fa-napster:before { content: "\F3D2"; } .fa-neos:before { content: "\F612"; } .fa-network-wired:before { content: "\F6FF"; } .fa-neuter:before { content: "\F22C"; } .fa-newspaper:before { content: "\F1EA"; } .fa-nimblr:before { content: "\F5A8"; } .fa-node:before { content: "\F419"; } .fa-node-js:before { content: "\F3D3"; } .fa-not-equal:before { content: "\F53E"; } .fa-notes-medical:before { content: "\F481"; } .fa-npm:before { content: "\F3D4"; } .fa-ns8:before { content: "\F3D5"; } .fa-nutritionix:before { content: "\F3D6"; } .fa-object-group:before { content: "\F247"; } .fa-object-ungroup:before { content: "\F248"; } .fa-odnoklassniki:before { content: "\F263"; } .fa-odnoklassniki-square:before { content: "\F264"; } .fa-oil-can:before { content: "\F613"; } .fa-old-republic:before { content: "\F510"; } .fa-om:before { content: "\F679"; } .fa-opencart:before { content: "\F23D"; } .fa-openid:before { content: "\F19B"; } .fa-opera:before { content: "\F26A"; } .fa-optin-monster:before { content: "\F23C"; } .fa-orcid:before { content: "\F8D2"; } .fa-osi:before { content: "\F41A"; } .fa-otter:before { content: "\F700"; } .fa-outdent:before { content: "\F03B"; } .fa-page4:before { content: "\F3D7"; } .fa-pagelines:before { content: "\F18C"; } .fa-pager:before { content: "\F815"; } .fa-paint-brush:before { content: "\F1FC"; } .fa-paint-roller:before { content: "\F5AA"; } .fa-palette:before { content: "\F53F"; } .fa-palfed:before { content: "\F3D8"; } .fa-pallet:before { content: "\F482"; } .fa-paper-plane:before { content: "\F1D8"; } .fa-paperclip:before { content: "\F0C6"; } .fa-parachute-box:before { content: "\F4CD"; } .fa-paragraph:before { content: "\F1DD"; } .fa-parking:before { content: "\F540"; } .fa-passport:before { content: "\F5AB"; } .fa-pastafarianism:before { content: "\F67B"; } .fa-paste:before { content: "\F0EA"; } .fa-patreon:before { content: "\F3D9"; } .fa-pause:before { content: "\F04C"; } .fa-pause-circle:before { content: "\F28B"; } .fa-paw:before { content: "\F1B0"; } .fa-paypal:before { content: "\F1ED"; } .fa-peace:before { content: "\F67C"; } .fa-pen:before { content: "\F304"; } .fa-pen-alt:before { content: "\F305"; } .fa-pen-fancy:before { content: "\F5AC"; } .fa-pen-nib:before { content: "\F5AD"; } .fa-pen-square:before { content: "\F14B"; } .fa-pencil-alt:before { content: "\F303"; } .fa-pencil-ruler:before { content: "\F5AE"; } .fa-penny-arcade:before { content: "\F704"; } .fa-people-carry:before { content: "\F4CE"; } .fa-pepper-hot:before { content: "\F816"; } .fa-percent:before { content: "\F295"; } .fa-percentage:before { content: "\F541"; } .fa-periscope:before { content: "\F3DA"; } .fa-person-booth:before { content: "\F756"; } .fa-phabricator:before { content: "\F3DB"; } .fa-phoenix-framework:before { content: "\F3DC"; } .fa-phoenix-squadron:before { content: "\F511"; } .fa-phone:before { content: "\F095"; } .fa-phone-alt:before { content: "\F879"; } .fa-phone-slash:before { content: "\F3DD"; } .fa-phone-square:before { content: "\F098"; } .fa-phone-square-alt:before { content: "\F87B"; } .fa-phone-volume:before { content: "\F2A0"; } .fa-photo-video:before { content: "\F87C"; } .fa-php:before { content: "\F457"; } .fa-pied-piper:before { content: "\F2AE"; } .fa-pied-piper-alt:before { content: "\F1A8"; } .fa-pied-piper-hat:before { content: "\F4E5"; } .fa-pied-piper-pp:before { content: "\F1A7"; } .fa-piggy-bank:before { content: "\F4D3"; } .fa-pills:before { content: "\F484"; } .fa-pinterest:before { content: "\F0D2"; } .fa-pinterest-p:before { content: "\F231"; } .fa-pinterest-square:before { content: "\F0D3"; } .fa-pizza-slice:before { content: "\F818"; } .fa-place-of-worship:before { content: "\F67F"; } .fa-plane:before { content: "\F072"; } .fa-plane-arrival:before { content: "\F5AF"; } .fa-plane-departure:before { content: "\F5B0"; } .fa-play:before { content: "\F04B"; } .fa-play-circle:before { content: "\F144"; } .fa-playstation:before { content: "\F3DF"; } .fa-plug:before { content: "\F1E6"; } .fa-plus:before { content: "\F067"; } .fa-plus-circle:before { content: "\F055"; } .fa-plus-square:before { content: "\F0FE"; } .fa-podcast:before { content: "\F2CE"; } .fa-poll:before { content: "\F681"; } .fa-poll-h:before { content: "\F682"; } .fa-poo:before { content: "\F2FE"; } .fa-poo-storm:before { content: "\F75A"; } .fa-poop:before { content: "\F619"; } .fa-portrait:before { content: "\F3E0"; } .fa-pound-sign:before { content: "\F154"; } .fa-power-off:before { content: "\F011"; } .fa-pray:before { content: "\F683"; } .fa-praying-hands:before { content: "\F684"; } .fa-prescription:before { content: "\F5B1"; } .fa-prescription-bottle:before { content: "\F485"; } .fa-prescription-bottle-alt:before { content: "\F486"; } .fa-print:before { content: "\F02F"; } .fa-procedures:before { content: "\F487"; } .fa-product-hunt:before { content: "\F288"; } .fa-project-diagram:before { content: "\F542"; } .fa-pushed:before { content: "\F3E1"; } .fa-puzzle-piece:before { content: "\F12E"; } .fa-python:before { content: "\F3E2"; } .fa-qq:before { content: "\F1D6"; } .fa-qrcode:before { content: "\F029"; } .fa-question:before { content: "\F128"; } .fa-question-circle:before { content: "\F059"; } .fa-quidditch:before { content: "\F458"; } .fa-quinscape:before { content: "\F459"; } .fa-quora:before { content: "\F2C4"; } .fa-quote-left:before { content: "\F10D"; } .fa-quote-right:before { content: "\F10E"; } .fa-quran:before { content: "\F687"; } .fa-r-project:before { content: "\F4F7"; } .fa-radiation:before { content: "\F7B9"; } .fa-radiation-alt:before { content: "\F7BA"; } .fa-rainbow:before { content: "\F75B"; } .fa-random:before { content: "\F074"; } .fa-raspberry-pi:before { content: "\F7BB"; } .fa-ravelry:before { content: "\F2D9"; } .fa-react:before { content: "\F41B"; } .fa-reacteurope:before { content: "\F75D"; } .fa-readme:before { content: "\F4D5"; } .fa-rebel:before { content: "\F1D0"; } .fa-receipt:before { content: "\F543"; } .fa-record-vinyl:before { content: "\F8D9"; } .fa-recycle:before { content: "\F1B8"; } .fa-red-river:before { content: "\F3E3"; } .fa-reddit:before { content: "\F1A1"; } .fa-reddit-alien:before { content: "\F281"; } .fa-reddit-square:before { content: "\F1A2"; } .fa-redhat:before { content: "\F7BC"; } .fa-redo:before { content: "\F01E"; } .fa-redo-alt:before { content: "\F2F9"; } .fa-registered:before { content: "\F25D"; } .fa-remove-format:before { content: "\F87D"; } .fa-renren:before { content: "\F18B"; } .fa-reply:before { content: "\F3E5"; } .fa-reply-all:before { content: "\F122"; } .fa-replyd:before { content: "\F3E6"; } .fa-republican:before { content: "\F75E"; } .fa-researchgate:before { content: "\F4F8"; } .fa-resolving:before { content: "\F3E7"; } .fa-restroom:before { content: "\F7BD"; } .fa-retweet:before { content: "\F079"; } .fa-rev:before { content: "\F5B2"; } .fa-ribbon:before { content: "\F4D6"; } .fa-ring:before { content: "\F70B"; } .fa-road:before { content: "\F018"; } .fa-robot:before { content: "\F544"; } .fa-rocket:before { content: "\F135"; } .fa-rocketchat:before { content: "\F3E8"; } .fa-rockrms:before { content: "\F3E9"; } .fa-route:before { content: "\F4D7"; } .fa-rss:before { content: "\F09E"; } .fa-rss-square:before { content: "\F143"; } .fa-ruble-sign:before { content: "\F158"; } .fa-ruler:before { content: "\F545"; } .fa-ruler-combined:before { content: "\F546"; } .fa-ruler-horizontal:before { content: "\F547"; } .fa-ruler-vertical:before { content: "\F548"; } .fa-running:before { content: "\F70C"; } .fa-rupee-sign:before { content: "\F156"; } .fa-sad-cry:before { content: "\F5B3"; } .fa-sad-tear:before { content: "\F5B4"; } .fa-safari:before { content: "\F267"; } .fa-salesforce:before { content: "\F83B"; } .fa-sass:before { content: "\F41E"; } .fa-satellite:before { content: "\F7BF"; } .fa-satellite-dish:before { content: "\F7C0"; } .fa-save:before { content: "\F0C7"; } .fa-schlix:before { content: "\F3EA"; } .fa-school:before { content: "\F549"; } .fa-screwdriver:before { content: "\F54A"; } .fa-scribd:before { content: "\F28A"; } .fa-scroll:before { content: "\F70E"; } .fa-sd-card:before { content: "\F7C2"; } .fa-search:before { content: "\F002"; } .fa-search-dollar:before { content: "\F688"; } .fa-search-location:before { content: "\F689"; } .fa-search-minus:before { content: "\F010"; } .fa-search-plus:before { content: "\F00E"; } .fa-searchengin:before { content: "\F3EB"; } .fa-seedling:before { content: "\F4D8"; } .fa-sellcast:before { content: "\F2DA"; } .fa-sellsy:before { content: "\F213"; } .fa-server:before { content: "\F233"; } .fa-servicestack:before { content: "\F3EC"; } .fa-shapes:before { content: "\F61F"; } .fa-share:before { content: "\F064"; } .fa-share-alt:before { content: "\F1E0"; } .fa-share-alt-square:before { content: "\F1E1"; } .fa-share-square:before { content: "\F14D"; } .fa-shekel-sign:before { content: "\F20B"; } .fa-shield-alt:before { content: "\F3ED"; } .fa-ship:before { content: "\F21A"; } .fa-shipping-fast:before { content: "\F48B"; } .fa-shirtsinbulk:before { content: "\F214"; } .fa-shoe-prints:before { content: "\F54B"; } .fa-shopping-bag:before { content: "\F290"; } .fa-shopping-basket:before { content: "\F291"; } .fa-shopping-cart:before { content: "\F07A"; } .fa-shopware:before { content: "\F5B5"; } .fa-shower:before { content: "\F2CC"; } .fa-shuttle-van:before { content: "\F5B6"; } .fa-sign:before { content: "\F4D9"; } .fa-sign-in-alt:before { content: "\F2F6"; } .fa-sign-language:before { content: "\F2A7"; } .fa-sign-out-alt:before { content: "\F2F5"; } .fa-signal:before { content: "\F012"; } .fa-signature:before { content: "\F5B7"; } .fa-sim-card:before { content: "\F7C4"; } .fa-simplybuilt:before { content: "\F215"; } .fa-sistrix:before { content: "\F3EE"; } .fa-sitemap:before { content: "\F0E8"; } .fa-sith:before { content: "\F512"; } .fa-skating:before { content: "\F7C5"; } .fa-sketch:before { content: "\F7C6"; } .fa-skiing:before { content: "\F7C9"; } .fa-skiing-nordic:before { content: "\F7CA"; } .fa-skull:before { content: "\F54C"; } .fa-skull-crossbones:before { content: "\F714"; } .fa-skyatlas:before { content: "\F216"; } .fa-skype:before { content: "\F17E"; } .fa-slack:before { content: "\F198"; } .fa-slack-hash:before { content: "\F3EF"; } .fa-slash:before { content: "\F715"; } .fa-sleigh:before { content: "\F7CC"; } .fa-sliders-h:before { content: "\F1DE"; } .fa-slideshare:before { content: "\F1E7"; } .fa-smile:before { content: "\F118"; } .fa-smile-beam:before { content: "\F5B8"; } .fa-smile-wink:before { content: "\F4DA"; } .fa-smog:before { content: "\F75F"; } .fa-smoking:before { content: "\F48D"; } .fa-smoking-ban:before { content: "\F54D"; } .fa-sms:before { content: "\F7CD"; } .fa-snapchat:before { content: "\F2AB"; } .fa-snapchat-ghost:before { content: "\F2AC"; } .fa-snapchat-square:before { content: "\F2AD"; } .fa-snowboarding:before { content: "\F7CE"; } .fa-snowflake:before { content: "\F2DC"; } .fa-snowman:before { content: "\F7D0"; } .fa-snowplow:before { content: "\F7D2"; } .fa-socks:before { content: "\F696"; } .fa-solar-panel:before { content: "\F5BA"; } .fa-sort:before { content: "\F0DC"; } .fa-sort-alpha-down:before { content: "\F15D"; } .fa-sort-alpha-down-alt:before { content: "\F881"; } .fa-sort-alpha-up:before { content: "\F15E"; } .fa-sort-alpha-up-alt:before { content: "\F882"; } .fa-sort-amount-down:before { content: "\F160"; } .fa-sort-amount-down-alt:before { content: "\F884"; } .fa-sort-amount-up:before { content: "\F161"; } .fa-sort-amount-up-alt:before { content: "\F885"; } .fa-sort-down:before { content: "\F0DD"; } .fa-sort-numeric-down:before { content: "\F162"; } .fa-sort-numeric-down-alt:before { content: "\F886"; } .fa-sort-numeric-up:before { content: "\F163"; } .fa-sort-numeric-up-alt:before { content: "\F887"; } .fa-sort-up:before { content: "\F0DE"; } .fa-soundcloud:before { content: "\F1BE"; } .fa-sourcetree:before { content: "\F7D3"; } .fa-spa:before { content: "\F5BB"; } .fa-space-shuttle:before { content: "\F197"; } .fa-speakap:before { content: "\F3F3"; } .fa-speaker-deck:before { content: "\F83C"; } .fa-spell-check:before { content: "\F891"; } .fa-spider:before { content: "\F717"; } .fa-spinner:before { content: "\F110"; } .fa-splotch:before { content: "\F5BC"; } .fa-spotify:before { content: "\F1BC"; } .fa-spray-can:before { content: "\F5BD"; } .fa-square:before { content: "\F0C8"; } .fa-square-full:before { content: "\F45C"; } .fa-square-root-alt:before { content: "\F698"; } .fa-squarespace:before { content: "\F5BE"; } .fa-stack-exchange:before { content: "\F18D"; } .fa-stack-overflow:before { content: "\F16C"; } .fa-stackpath:before { content: "\F842"; } .fa-stamp:before { content: "\F5BF"; } .fa-star:before { content: "\F005"; } .fa-star-and-crescent:before { content: "\F699"; } .fa-star-half:before { content: "\F089"; } .fa-star-half-alt:before { content: "\F5C0"; } .fa-star-of-david:before { content: "\F69A"; } .fa-star-of-life:before { content: "\F621"; } .fa-staylinked:before { content: "\F3F5"; } .fa-steam:before { content: "\F1B6"; } .fa-steam-square:before { content: "\F1B7"; } .fa-steam-symbol:before { content: "\F3F6"; } .fa-step-backward:before { content: "\F048"; } .fa-step-forward:before { content: "\F051"; } .fa-stethoscope:before { content: "\F0F1"; } .fa-sticker-mule:before { content: "\F3F7"; } .fa-sticky-note:before { content: "\F249"; } .fa-stop:before { content: "\F04D"; } .fa-stop-circle:before { content: "\F28D"; } .fa-stopwatch:before { content: "\F2F2"; } .fa-store:before { content: "\F54E"; } .fa-store-alt:before { content: "\F54F"; } .fa-strava:before { content: "\F428"; } .fa-stream:before { content: "\F550"; } .fa-street-view:before { content: "\F21D"; } .fa-strikethrough:before { content: "\F0CC"; } .fa-stripe:before { content: "\F429"; } .fa-stripe-s:before { content: "\F42A"; } .fa-stroopwafel:before { content: "\F551"; } .fa-studiovinari:before { content: "\F3F8"; } .fa-stumbleupon:before { content: "\F1A4"; } .fa-stumbleupon-circle:before { content: "\F1A3"; } .fa-subscript:before { content: "\F12C"; } .fa-subway:before { content: "\F239"; } .fa-suitcase:before { content: "\F0F2"; } .fa-suitcase-rolling:before { content: "\F5C1"; } .fa-sun:before { content: "\F185"; } .fa-superpowers:before { content: "\F2DD"; } .fa-superscript:before { content: "\F12B"; } .fa-supple:before { content: "\F3F9"; } .fa-surprise:before { content: "\F5C2"; } .fa-suse:before { content: "\F7D6"; } .fa-swatchbook:before { content: "\F5C3"; } .fa-swift:before { content: "\F8E1"; } .fa-swimmer:before { content: "\F5C4"; } .fa-swimming-pool:before { content: "\F5C5"; } .fa-symfony:before { content: "\F83D"; } .fa-synagogue:before { content: "\F69B"; } .fa-sync:before { content: "\F021"; } .fa-sync-alt:before { content: "\F2F1"; } .fa-syringe:before { content: "\F48E"; } .fa-table:before { content: "\F0CE"; } .fa-table-tennis:before { content: "\F45D"; } .fa-tablet:before { content: "\F10A"; } .fa-tablet-alt:before { content: "\F3FA"; } .fa-tablets:before { content: "\F490"; } .fa-tachometer-alt:before { content: "\F3FD"; } .fa-tag:before { content: "\F02B"; } .fa-tags:before { content: "\F02C"; } .fa-tape:before { content: "\F4DB"; } .fa-tasks:before { content: "\F0AE"; } .fa-taxi:before { content: "\F1BA"; } .fa-teamspeak:before { content: "\F4F9"; } .fa-teeth:before { content: "\F62E"; } .fa-teeth-open:before { content: "\F62F"; } .fa-telegram:before { content: "\F2C6"; } .fa-telegram-plane:before { content: "\F3FE"; } .fa-temperature-high:before { content: "\F769"; } .fa-temperature-low:before { content: "\F76B"; } .fa-tencent-weibo:before { content: "\F1D5"; } .fa-tenge:before { content: "\F7D7"; } .fa-terminal:before { content: "\F120"; } .fa-text-height:before { content: "\F034"; } .fa-text-width:before { content: "\F035"; } .fa-th:before { content: "\F00A"; } .fa-th-large:before { content: "\F009"; } .fa-th-list:before { content: "\F00B"; } .fa-the-red-yeti:before { content: "\F69D"; } .fa-theater-masks:before { content: "\F630"; } .fa-themeco:before { content: "\F5C6"; } .fa-themeisle:before { content: "\F2B2"; } .fa-thermometer:before { content: "\F491"; } .fa-thermometer-empty:before { content: "\F2CB"; } .fa-thermometer-full:before { content: "\F2C7"; } .fa-thermometer-half:before { content: "\F2C9"; } .fa-thermometer-quarter:before { content: "\F2CA"; } .fa-thermometer-three-quarters:before { content: "\F2C8"; } .fa-think-peaks:before { content: "\F731"; } .fa-thumbs-down:before { content: "\F165"; } .fa-thumbs-up:before { content: "\F164"; } .fa-thumbtack:before { content: "\F08D"; } .fa-ticket-alt:before { content: "\F3FF"; } .fa-times:before { content: "\F00D"; } .fa-times-circle:before { content: "\F057"; } .fa-tint:before { content: "\F043"; } .fa-tint-slash:before { content: "\F5C7"; } .fa-tired:before { content: "\F5C8"; } .fa-toggle-off:before { content: "\F204"; } .fa-toggle-on:before { content: "\F205"; } .fa-toilet:before { content: "\F7D8"; } .fa-toilet-paper:before { content: "\F71E"; } .fa-toolbox:before { content: "\F552"; } .fa-tools:before { content: "\F7D9"; } .fa-tooth:before { content: "\F5C9"; } .fa-torah:before { content: "\F6A0"; } .fa-torii-gate:before { content: "\F6A1"; } .fa-tractor:before { content: "\F722"; } .fa-trade-federation:before { content: "\F513"; } .fa-trademark:before { content: "\F25C"; } .fa-traffic-light:before { content: "\F637"; } .fa-train:before { content: "\F238"; } .fa-tram:before { content: "\F7DA"; } .fa-transgender:before { content: "\F224"; } .fa-transgender-alt:before { content: "\F225"; } .fa-trash:before { content: "\F1F8"; } .fa-trash-alt:before { content: "\F2ED"; } .fa-trash-restore:before { content: "\F829"; } .fa-trash-restore-alt:before { content: "\F82A"; } .fa-tree:before { content: "\F1BB"; } .fa-trello:before { content: "\F181"; } .fa-tripadvisor:before { content: "\F262"; } .fa-trophy:before { content: "\F091"; } .fa-truck:before { content: "\F0D1"; } .fa-truck-loading:before { content: "\F4DE"; } .fa-truck-monster:before { content: "\F63B"; } .fa-truck-moving:before { content: "\F4DF"; } .fa-truck-pickup:before { content: "\F63C"; } .fa-tshirt:before { content: "\F553"; } .fa-tty:before { content: "\F1E4"; } .fa-tumblr:before { content: "\F173"; } .fa-tumblr-square:before { content: "\F174"; } .fa-tv:before { content: "\F26C"; } .fa-twitch:before { content: "\F1E8"; } .fa-twitter:before { content: "\F099"; } .fa-twitter-square:before { content: "\F081"; } .fa-typo3:before { content: "\F42B"; } .fa-uber:before { content: "\F402"; } .fa-ubuntu:before { content: "\F7DF"; } .fa-uikit:before { content: "\F403"; } .fa-umbraco:before { content: "\F8E8"; } .fa-umbrella:before { content: "\F0E9"; } .fa-umbrella-beach:before { content: "\F5CA"; } .fa-underline:before { content: "\F0CD"; } .fa-undo:before { content: "\F0E2"; } .fa-undo-alt:before { content: "\F2EA"; } .fa-uniregistry:before { content: "\F404"; } .fa-universal-access:before { content: "\F29A"; } .fa-university:before { content: "\F19C"; } .fa-unlink:before { content: "\F127"; } .fa-unlock:before { content: "\F09C"; } .fa-unlock-alt:before { content: "\F13E"; } .fa-untappd:before { content: "\F405"; } .fa-upload:before { content: "\F093"; } .fa-ups:before { content: "\F7E0"; } .fa-usb:before { content: "\F287"; } .fa-user:before { content: "\F007"; } .fa-user-alt:before { content: "\F406"; } .fa-user-alt-slash:before { content: "\F4FA"; } .fa-user-astronaut:before { content: "\F4FB"; } .fa-user-check:before { content: "\F4FC"; } .fa-user-circle:before { content: "\F2BD"; } .fa-user-clock:before { content: "\F4FD"; } .fa-user-cog:before { content: "\F4FE"; } .fa-user-edit:before { content: "\F4FF"; } .fa-user-friends:before { content: "\F500"; } .fa-user-graduate:before { content: "\F501"; } .fa-user-injured:before { content: "\F728"; } .fa-user-lock:before { content: "\F502"; } .fa-user-md:before { content: "\F0F0"; } .fa-user-minus:before { content: "\F503"; } .fa-user-ninja:before { content: "\F504"; } .fa-user-nurse:before { content: "\F82F"; } .fa-user-plus:before { content: "\F234"; } .fa-user-secret:before { content: "\F21B"; } .fa-user-shield:before { content: "\F505"; } .fa-user-slash:before { content: "\F506"; } .fa-user-tag:before { content: "\F507"; } .fa-user-tie:before { content: "\F508"; } .fa-user-times:before { content: "\F235"; } .fa-users:before { content: "\F0C0"; } .fa-users-cog:before { content: "\F509"; } .fa-usps:before { content: "\F7E1"; } .fa-ussunnah:before { content: "\F407"; } .fa-utensil-spoon:before { content: "\F2E5"; } .fa-utensils:before { content: "\F2E7"; } .fa-vaadin:before { content: "\F408"; } .fa-vector-square:before { content: "\F5CB"; } .fa-venus:before { content: "\F221"; } .fa-venus-double:before { content: "\F226"; } .fa-venus-mars:before { content: "\F228"; } .fa-viacoin:before { content: "\F237"; } .fa-viadeo:before { content: "\F2A9"; } .fa-viadeo-square:before { content: "\F2AA"; } .fa-vial:before { content: "\F492"; } .fa-vials:before { content: "\F493"; } .fa-viber:before { content: "\F409"; } .fa-video:before { content: "\F03D"; } .fa-video-slash:before { content: "\F4E2"; } .fa-vihara:before { content: "\F6A7"; } .fa-vimeo:before { content: "\F40A"; } .fa-vimeo-square:before { content: "\F194"; } .fa-vimeo-v:before { content: "\F27D"; } .fa-vine:before { content: "\F1CA"; } .fa-vk:before { content: "\F189"; } .fa-vnv:before { content: "\F40B"; } .fa-voicemail:before { content: "\F897"; } .fa-volleyball-ball:before { content: "\F45F"; } .fa-volume-down:before { content: "\F027"; } .fa-volume-mute:before { content: "\F6A9"; } .fa-volume-off:before { content: "\F026"; } .fa-volume-up:before { content: "\F028"; } .fa-vote-yea:before { content: "\F772"; } .fa-vr-cardboard:before { content: "\F729"; } .fa-vuejs:before { content: "\F41F"; } .fa-walking:before { content: "\F554"; } .fa-wallet:before { content: "\F555"; } .fa-warehouse:before { content: "\F494"; } .fa-water:before { content: "\F773"; } .fa-wave-square:before { content: "\F83E"; } .fa-waze:before { content: "\F83F"; } .fa-weebly:before { content: "\F5CC"; } .fa-weibo:before { content: "\F18A"; } .fa-weight:before { content: "\F496"; } .fa-weight-hanging:before { content: "\F5CD"; } .fa-weixin:before { content: "\F1D7"; } .fa-whatsapp:before { content: "\F232"; } .fa-whatsapp-square:before { content: "\F40C"; } .fa-wheelchair:before { content: "\F193"; } .fa-whmcs:before { content: "\F40D"; } .fa-wifi:before { content: "\F1EB"; } .fa-wikipedia-w:before { content: "\F266"; } .fa-wind:before { content: "\F72E"; } .fa-window-close:before { content: "\F410"; } .fa-window-maximize:before { content: "\F2D0"; } .fa-window-minimize:before { content: "\F2D1"; } .fa-window-restore:before { content: "\F2D2"; } .fa-windows:before { content: "\F17A"; } .fa-wine-bottle:before { content: "\F72F"; } .fa-wine-glass:before { content: "\F4E3"; } .fa-wine-glass-alt:before { content: "\F5CE"; } .fa-wix:before { content: "\F5CF"; } .fa-wizards-of-the-coast:before { content: "\F730"; } .fa-wolf-pack-battalion:before { content: "\F514"; } .fa-won-sign:before { content: "\F159"; } .fa-wordpress:before { content: "\F19A"; } .fa-wordpress-simple:before { content: "\F411"; } .fa-wpbeginner:before { content: "\F297"; } .fa-wpexplorer:before { content: "\F2DE"; } .fa-wpforms:before { content: "\F298"; } .fa-wpressr:before { content: "\F3E4"; } .fa-wrench:before { content: "\F0AD"; } .fa-x-ray:before { content: "\F497"; } .fa-xbox:before { content: "\F412"; } .fa-xing:before { content: "\F168"; } .fa-xing-square:before { content: "\F169"; } .fa-y-combinator:before { content: "\F23B"; } .fa-yahoo:before { content: "\F19E"; } .fa-yammer:before { content: "\F840"; } .fa-yandex:before { content: "\F413"; } .fa-yandex-international:before { content: "\F414"; } .fa-yarn:before { content: "\F7E3"; } .fa-yelp:before { content: "\F1E9"; } .fa-yen-sign:before { content: "\F157"; } .fa-yin-yang:before { content: "\F6AD"; } .fa-yoast:before { content: "\F2B1"; } .fa-youtube:before { content: "\F167"; } .fa-youtube-square:before { content: "\F431"; } .fa-zhihu:before { content: "\F63F"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } @font-face { font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: normal; font-display: auto; src: url(/fonts/fa-brands-400.eot?5063b105c7646c8043d58c5289f02cca); src: url(/fonts/fa-brands-400.eot?5063b105c7646c8043d58c5289f02cca) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2?cccc9d29470e879e40eb70249d9a2705) format("woff2"), url(/fonts/fa-brands-400.woff?c5e0f14f88a828261ba01558ce2bf26f) format("woff"), url(/fonts/fa-brands-400.ttf?06147b6cd88c7346cecd1edd060cd5de) format("truetype"), url(/fonts/fa-brands-400.svg?a9c4bb7348f42626454c988dbde1d0a0) format("svg"); } .fab { font-family: "Font Awesome 5 Brands"; } @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; font-display: auto; src: url(/fonts/fa-regular-400.eot?c1a866ec0e04a5e1915b41fcf261457c); src: url(/fonts/fa-regular-400.eot?c1a866ec0e04a5e1915b41fcf261457c) format("embedded-opentype"), url(/fonts/fa-regular-400.woff2?f5f2566b93e89391da4db79462b8078b) format("woff2"), url(/fonts/fa-regular-400.woff?c4f508e7c4f01a9eeba7f08155cde04e) format("woff"), url(/fonts/fa-regular-400.ttf?65b286af947c0d982ca01b40e1fcab38) format("truetype"), url(/fonts/fa-regular-400.svg?7b9568e6389b1f8ae0902cd39665fc1e) format("svg"); } .far { font-family: "Font Awesome 5 Free"; font-weight: 400; } @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; font-display: auto; src: url(/fonts/fa-solid-900.eot?8e4a6dcc692b3887f9f542cd6894d6d4); src: url(/fonts/fa-solid-900.eot?8e4a6dcc692b3887f9f542cd6894d6d4) format("embedded-opentype"), url(/fonts/fa-solid-900.woff2?44d537ab79f921fde5a28b2c1636f397) format("woff2"), url(/fonts/fa-solid-900.woff?333bae208dc363746961b234ff6c2500) format("woff"), url(/fonts/fa-solid-900.ttf?0bff33a5fd7ec390235476b4859747a0) format("truetype"), url(/fonts/fa-solid-900.svg?c2801fb415f03c7b170934769d7b5397) format("svg"); } .fa, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; } /*! jQuery UI - v1.10.3 - 2013-11-13 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .ui-helper-clearfix:after { clear: both; } .ui-helper-clearfix { min-height: 0; } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); } .ui-front { z-index: 100; } .ui-state-disabled { cursor: default !important; } .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: 0.5em 0.5em 0.5em 0.7em; min-height: 0; } .ui-accordion .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-noicons { padding-left: 0.7em; } .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: 0.5em; top: 50%; margin-top: -8px; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: 0.1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; } .ui-button-icon-only { width: 2.2em; } button.ui-button-icon-only { width: 2.4em; } .ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } .ui-button .ui-button-text { display: block; line-height: normal; } .ui-button-text-only .ui-button-text { padding: 0.4em 1em; } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 0.4em; text-indent: -9999999px; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 1em 0.4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.4em 2.1em 0.4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } input.ui-button { padding: 0.4em 1em; } .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: 0.5em; } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: 0.5em; } .ui-buttonset { margin-right: 7px; } .ui-buttonset .ui-button { margin-left: 0; margin-right: -0.3em; } input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-datepicker { width: 17em; padding: 0.2em 0.2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 2px; } .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month-year { width: 100%; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; } .ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; } .ui-datepicker th { padding: 0.7em 0.3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.7em 0 0 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 0.2em 0.6em 0.3em 0.6em; width: auto; overflow: visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .ui-datepicker.ui-datepicker-multi { width: auto; } .ui-datepicker-multi .ui-datepicker-group { float: left; } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-dialog { position: absolute; top: 0; left: 0; padding: 0.2em; outline: 0; } .ui-dialog .ui-dialog-titlebar { padding: 0.4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: 0.1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0.3em; top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0.5em 1em; background: none; overflow: auto; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: 0.5em; padding: 0.3em 1em 0.5em 0.4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: 0.5em 0.4em 0.5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-menu { list-style: none; padding: 2px; margin: 0; display: block; outline: none; } .ui-menu .ui-menu { margin-top: -3px; position: absolute; } .ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); } .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px 0.4em; line-height: 1.5; min-height: 0; font-weight: normal; } .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; } .ui-menu .ui-state-disabled { font-weight: normal; margin: 0.4em 0 0.2em; line-height: 1.5; } .ui-menu .ui-state-disabled a { cursor: default; } .ui-menu-icons { position: relative; } .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; } .ui-menu .ui-icon { position: absolute; top: 0.2em; left: 0.2em; } .ui-menu .ui-menu-icon { position: static; float: right; } .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .ui-progressbar .ui-progressbar-overlay { background: url(/images/animated-overlay.gif?2b912f7c0653008ca28ebacda49025e7); height: 100%; filter: alpha(opacity=25); opacity: 0.25; } .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .ui-slider { position: relative; text-align: left; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 0.7em; display: block; border: 0; background-position: 0 0; } .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; } .ui-slider-horizontal { height: 0.8em; } .ui-slider-horizontal .ui-slider-handle { top: -0.3em; margin-left: -0.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: 0.8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -0.3em; margin-left: 0; margin-bottom: -0.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: 0.2em 0; vertical-align: middle; margin-left: 0.4em; margin-right: 22px; } .ui-spinner-button { width: 16px; height: 50%; font-size: 0.5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .ui-spinner-up { top: 0; } .ui-spinner-down { bottom: 0; } .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px; } .ui-tabs { position: relative; padding: 0.2em; } .ui-tabs .ui-tabs-nav { margin: 0; padding: 0.2em 0.2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px 0.2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav li a { float: left; padding: 0.5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; } .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; box-shadow: 0 0 5px #aaa; } body .ui-tooltip { border-width: 2px; } /* ============================================================ * bootstrapSwitch v1.8 by <NAME> @SpiritualGuru * http://www.larentis.eu/ * * Enhanced for radiobuttons by <NAME> @BdMdesigN * http://www.bdmdesign.org/ * * Project site: * http://www.larentis.eu/switch/ * ============================================================ * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 * ============================================================ */ /*.opacity(@opacity) { opacity: @opacity / 100; filter: ~"alpha(opacity=@{opacity})"; }*/ .has-switch { display: inline-block; cursor: pointer; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50px; border: 1px solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); position: relative; text-align: left; overflow: hidden; line-height: 8px; -o-user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; min-width: 100px; } .has-switch.switch-mini, .has-switch.switch-xs { min-width: 72px; } .has-switch.switch-mini i.switch-mini-icons, .has-switch.switch-xs i.switch-mini-icons { height: 1.2em; line-height: 9px; vertical-align: text-top; text-align: center; -webkit-transform: scale(0.6); transform: scale(0.6); margin-top: -1px; margin-bottom: -1px; } .has-switch.switch-small, .has-switch.switch-sm { min-width: 80px; } .has-switch.switch-large, .has-switch.switch-lg { min-width: 120px; } .has-switch.deactivate { zoom: 1; -webkit-opacity: 50; -moz-opacity: 50; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5000); opacity: 50; filter: alpha(opacity=5000); cursor: default !important; } .has-switch.deactivate label, .has-switch.deactivate span { cursor: default !important; } .has-switch > div { display: inline-block; width: 150%; position: relative; top: 0; } .has-switch > div.switch-animate { -webkit-transition: left 0.5s; transition: left 0.5s; } .has-switch > div.switch-off { left: -50%; } .has-switch > div.switch-on { left: 0%; } .has-switch input[type=radio], .has-switch input[type=checkbox] { display: block; position: absolute; margin-left: -60%; } .has-switch span, .has-switch label { box-sizing: border-box; cursor: pointer; position: relative; display: inline-block; height: 100%; padding-bottom: 4px; padding-top: 4px; font-size: 14px; line-height: 20px; } .has-switch span.switch-mini, .has-switch label.switch-mini, .has-switch span.switch-xs, .has-switch label.switch-xs { padding-bottom: 4px; padding-top: 4px; font-size: 10px; line-height: 9px; } .has-switch span.switch-small, .has-switch label.switch-small, .has-switch span.switch-sm, .has-switch label.switch-sm { padding-bottom: 3px; padding-top: 3px; font-size: 12px; line-height: 18px; } .has-switch span.switch-large, .has-switch label.switch-large, .has-switch span.switch-lg, .has-switch label.switch-lg { padding-bottom: 9px; padding-top: 9px; font-size: 16px; line-height: normal; } .has-switch label { text-align: center; margin-top: -1px; margin-bottom: -1px; z-index: 100; width: 34%; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch label.switch-left { background-color: #e6e6e6; color: #333; } .has-switch label.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch label.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] { color: #333; *background-color: #d9d9d9; } .has-switch label:active, .has-switch label.active { background-color: #cccccc \9; } .has-switch label i { color: #000; line-height: 18px; pointer-events: none; } .has-switch span { text-align: center; z-index: 1; width: 33%; } .has-switch span.switch-left { -webkit-border-top-left-radius: 49px; -moz-border-radius-topleft: 49px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-bottom-left-radius: 49px; border-top-left-radius: 49px; } .has-switch span.switch-right { *background-color: #FFFFFF; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-right.switch-left { background-color: #FFFFFF; color: #333; } .has-switch span.switch-right.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-right.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-right:hover, .has-switch span.switch-right:focus, .has-switch span.switch-right:active, .has-switch span.switch-right.active, .has-switch span.switch-right.disabled, .has-switch span.switch-right[disabled] { color: #333; *background-color: #f2f2f2; } .has-switch span.switch-right:active, .has-switch span.switch-right.active { background-color: #e6e6e6 \9; } .has-switch span.switch-primary, .has-switch span.switch-left { *background-color: #08c; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-primary.switch-left, .has-switch span.switch-left.switch-left { background-color: #08c; color: #fff; } .has-switch span.switch-primary.switch-right, .has-switch span.switch-left.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-primary.switch-right:hover, .has-switch span.switch-left.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-primary:hover, .has-switch span.switch-left:hover, .has-switch span.switch-primary:focus, .has-switch span.switch-left:focus, .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active, .has-switch span.switch-primary.disabled, .has-switch span.switch-left.disabled, .has-switch span.switch-primary[disabled], .has-switch span.switch-left[disabled] { color: #fff; *background-color: #0077b3; } .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active { background-color: #006699 \9; } .has-switch span.switch-info { *background-color: #5bc0de; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-info.switch-left { background-color: #5bc0de; color: #fff; } .has-switch span.switch-info.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-info.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-info:hover, .has-switch span.switch-info:focus, .has-switch span.switch-info:active, .has-switch span.switch-info.active, .has-switch span.switch-info.disabled, .has-switch span.switch-info[disabled] { color: #fff; *background-color: #46b8da; } .has-switch span.switch-info:active, .has-switch span.switch-info.active { background-color: #31b0d5 \9; } .has-switch span.switch-success { *background-color: #62c462; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-success.switch-left { background-color: #62c462; color: #fff; } .has-switch span.switch-success.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-success.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-success:hover, .has-switch span.switch-success:focus, .has-switch span.switch-success:active, .has-switch span.switch-success.active, .has-switch span.switch-success.disabled, .has-switch span.switch-success[disabled] { color: #fff; *background-color: #4fbd4f; } .has-switch span.switch-success:active, .has-switch span.switch-success.active { background-color: #42b142 \9; } .has-switch span.switch-warning { *background-color: #fbb450; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-warning.switch-left { background-color: #fbb450; color: #fff; } .has-switch span.switch-warning.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-warning.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-warning:hover, .has-switch span.switch-warning:focus, .has-switch span.switch-warning:active, .has-switch span.switch-warning.active, .has-switch span.switch-warning.disabled, .has-switch span.switch-warning[disabled] { color: #fff; *background-color: #faa937; } .has-switch span.switch-warning:active, .has-switch span.switch-warning.active { background-color: #fa9f1e \9; } .has-switch span.switch-danger { *background-color: #ee5f5b; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-danger.switch-left { background-color: #ee5f5b; color: #fff; } .has-switch span.switch-danger.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-danger.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-danger:hover, .has-switch span.switch-danger:focus, .has-switch span.switch-danger:active, .has-switch span.switch-danger.active, .has-switch span.switch-danger.disabled, .has-switch span.switch-danger[disabled] { color: #fff; *background-color: #ec4844; } .has-switch span.switch-danger:active, .has-switch span.switch-danger.active { background-color: #e9322d \9; } .has-switch span.switch-default { *background-color: #FFFFFF; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .has-switch span.switch-default.switch-left { background-color: #FFFFFF; color: #333; } .has-switch span.switch-default.switch-right { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-default.switch-right:hover { background-color: #f5f5f6; color: #737881; } .has-switch span.switch-default:hover, .has-switch span.switch-default:focus, .has-switch span.switch-default:active, .has-switch span.switch-default.active, .has-switch span.switch-default.disabled, .has-switch span.switch-default[disabled] { color: #333; *background-color: #f2f2f2; } .has-switch span.switch-default:active, .has-switch span.switch-default.active { background-color: #e6e6e6 \9; } .bootstrap-tagsinput { background-color: #fff; border: 1px solid #ccc; display: block; padding: 6px 8px; padding-bottom: 8px; margin-bottom: 10px; color: #555; vertical-align: middle; max-width: 100%; line-height: 22px; border: 1px solid #ebebeb; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .bootstrap-tagsinput:hover { border-color: #cbd0d9; } .bootstrap-tagsinput input { border: none; box-shadow: none; outline: none; background-color: transparent; padding: 0; margin: 0; width: auto !important; max-width: inherit; } .bootstrap-tagsinput input:focus { border: none; box-shadow: none; } .bootstrap-tagsinput .tag { display: inline-block; margin-right: 2px; color: white; font-size: 10px; } .bootstrap-tagsinput .tag [data-role=remove] { margin-left: 8px; cursor: pointer; } .bootstrap-tagsinput .tag [data-role=remove]:after { content: "x"; padding: 0px 2px; } /*! * Datepicker for Bootstrap * * Copyright 2012 <NAME> * Improvements by <NAME> * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */ div.datepicker { padding: 4px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; direction: ltr; /*.dow { border-top: 1px solid #ddd !important; }*/ } div.datepicker-inline { width: 206px; } div.datepickerdiv.datepicker-rtl { direction: rtl; } div.datepickerdiv.datepicker-rtl table tr td span { float: right; } div.datepicker-dropdown { top: 0; left: 0; } div.datepicker-dropdown:before { content: ""; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ebebeb; border-top: 0; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; } div.datepicker-dropdown:after { content: ""; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #FFFFFF; border-top: 0; position: absolute; } div.datepicker-dropdown.datepicker-orient-left:before { left: 6px; } div.datepicker-dropdown.datepicker-orient-left:after { left: 7px; } div.datepicker-dropdown.datepicker-orient-right:before { right: 6px; } div.datepicker-dropdown.datepicker-orient-right:after { right: 7px; } div.datepicker-dropdown.datepicker-orient-top:before { top: -7px; } div.datepicker-dropdown.datepicker-orient-top:after { top: -6px; } div.datepicker-dropdown.datepicker-orient-bottom:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #CCC; } div.datepicker-dropdown.datepicker-orient-bottom:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #FFFFFF; } div.datepicker > div { display: none; } div.datepicker.days div.datepicker-days { display: block; } div.datepicker.months div.datepicker-months { display: block; } div.datepicker.years div.datepicker-years { display: block; } div.datepicker table { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } div.datepicker td, div.datepicker th { text-align: center; width: 20px; height: 20px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; border: none; } .table-striped div.datepicker table tr td, .table-striped div.datepicker table tr th { background-color: transparent; } div.datepicker table tr td.day:hover { background: #eeeeee; cursor: pointer; color: #303641; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } div.datepicker table tr td.old, div.datepicker table tr td.new { color: #999999; } div.datepicker table tr td.disabled, div.datepicker table tr td.disabled:hover { background: none; color: #999999; color: #dee0e4; cursor: default; } div.datepicker table tr td.today, div.datepicker table tr td.today:hover, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today.disabled:hover { *background-color: #737397; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #000; } div.datepicker table tr td.today.switch-left, div.datepicker table tr td.today:hover.switch-left, div.datepicker table tr td.today.disabled.switch-left, div.datepicker table tr td.today.disabled:hover.switch-left { background-color: #737397; color: #fff; } div.datepicker table tr td.today.switch-right, div.datepicker table tr td.today:hover.switch-right, div.datepicker table tr td.today.disabled.switch-right, div.datepicker table tr td.today.disabled:hover.switch-right { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.today.switch-right:hover, div.datepicker table tr td.today:hover.switch-right:hover, div.datepicker table tr td.today.disabled.switch-right:hover, div.datepicker table tr td.today.disabled:hover.switch-right:hover { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.today:hover, div.datepicker table tr td.today:hover:hover, div.datepicker table tr td.today.disabled:hover, div.datepicker table tr td.today.disabled:hover:hover, div.datepicker table tr td.today:focus, div.datepicker table tr td.today:hover:focus, div.datepicker table tr td.today.disabled:focus, div.datepicker table tr td.today.disabled:hover:focus, div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today:hover.disabled, div.datepicker table tr td.today.disabled.disabled, div.datepicker table tr td.today.disabled:hover.disabled, div.datepicker table tr td.today[disabled], div.datepicker table tr td.today:hover[disabled], div.datepicker table tr td.today.disabled[disabled], div.datepicker table tr td.today.disabled:hover[disabled] { color: #fff; *background-color: #66678a; } div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today:hover.active, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled:hover.active { background-color: #5b5c7c \9; } div.datepicker table tr td.today:hover:hover { color: #000; } div.datepicker table tr td.today.active:hover { color: #fff; } div.datepicker table tr td.range, div.datepicker table tr td.range:hover, div.datepicker table tr td.range.disabled, div.datepicker table tr td.range.disabled:hover { background: #eeeeee; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0; } div.datepicker table tr td.range.today, div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today.disabled:hover { *background-color: #f3ea7a; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0; } div.datepicker table tr td.range.today.switch-left, div.datepicker table tr td.range.today:hover.switch-left, div.datepicker table tr td.range.today.disabled.switch-left, div.datepicker table tr td.range.today.disabled:hover.switch-left { background-color: #f3ea7a; color: #fff; } div.datepicker table tr td.range.today.switch-right, div.datepicker table tr td.range.today:hover.switch-right, div.datepicker table tr td.range.today.disabled.switch-right, div.datepicker table tr td.range.today.disabled:hover.switch-right { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.range.today.switch-right:hover, div.datepicker table tr td.range.today:hover.switch-right:hover, div.datepicker table tr td.range.today.disabled.switch-right:hover, div.datepicker table tr td.range.today.disabled:hover.switch-right:hover { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today:hover:hover, div.datepicker table tr td.range.today.disabled:hover, div.datepicker table tr td.range.today.disabled:hover:hover, div.datepicker table tr td.range.today:focus, div.datepicker table tr td.range.today:hover:focus, div.datepicker table tr td.range.today.disabled:focus, div.datepicker table tr td.range.today.disabled:hover:focus, div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today:hover.disabled, div.datepicker table tr td.range.today.disabled.disabled, div.datepicker table tr td.range.today.disabled:hover.disabled, div.datepicker table tr td.range.today[disabled], div.datepicker table tr td.range.today:hover[disabled], div.datepicker table tr td.range.today.disabled[disabled], div.datepicker table tr td.range.today.disabled:hover[disabled] { color: #fff; *background-color: #f1e663; } div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today:hover.active, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled:hover.active { background-color: #efe24b \9; } div.datepicker table tr td.selected, div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected.disabled:hover { *background-color: #808080; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } div.datepicker table tr td.selected.switch-left, div.datepicker table tr td.selected:hover.switch-left, div.datepicker table tr td.selected.disabled.switch-left, div.datepicker table tr td.selected.disabled:hover.switch-left { background-color: #808080; color: #fff; } div.datepicker table tr td.selected.switch-right, div.datepicker table tr td.selected:hover.switch-right, div.datepicker table tr td.selected.disabled.switch-right, div.datepicker table tr td.selected.disabled:hover.switch-right { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.selected.switch-right:hover, div.datepicker table tr td.selected:hover.switch-right:hover, div.datepicker table tr td.selected.disabled.switch-right:hover, div.datepicker table tr td.selected.disabled:hover.switch-right:hover { background-color: #f5f5f6; color: #737881; } div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected:hover:hover, div.datepicker table tr td.selected.disabled:hover, div.datepicker table tr td.selected.disabled:hover:hover, div.datepicker table tr td.selected:focus, div.datepicker table tr td.selected:hover:focus, div.datepicker table tr td.selected.disabled:focus, div.datepicker table tr td.selected.disabled:hover:focus, div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected:hover.disabled, div.datepicker table tr td.selected.disabled.disabled, div.datepicker table tr td.selected.disabled:hover.disabled, div.datepicker table tr td.selected[disabled], div.datepicker table tr td.selected:hover[disabled], div.datepicker table tr td.selected.disabled[disabled], div.datepicker table tr td.selected.disabled:hover[disabled] { color: #fff; *background-color: #737373; } div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected:hover.active, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled:hover.active { background-color: #666666 \9; } div.datepicker table tr td.active, div.datepicker table tr td.active:hover, div.datepicker table tr td.active.disabled, div.datepicker table tr td.active.disabled:hover { background: #303641; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } div.datepicker table tr td span { display: block; width: 23%; height: 54px; line-height: 54px; float: left; margin: 1%; cursor: pointer; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; } div.datepicker table tr td span:hover { background: #eeeeee; } div.datepicker table tr td span.disabled, div.datepicker table tr td span.disabled:hover { background: none; color: #999999; cursor: default; } div.datepicker table tr td span.active, div.datepicker table tr td span.active:hover, div.datepicker table tr td span.active.disabled, div.datepicker table tr td span.active.disabled:hover { background: #303641; color: #fff; } div.datepicker table tr td span.old, div.datepicker table tr td span.new { color: #999999; } div.datepicker th.datepicker-switch { width: 145px; } div.datepicker thead tr:first-child th, div.datepicker tfoot tr th { cursor: pointer; } div.datepicker thead tr:first-child th:hover, div.datepicker tfoot tr th:hover { background: #eeeeee; } div.datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle; } div.datepicker thead tr:first-child th.cw { cursor: default; background-color: transparent; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; } .input-daterange input { text-align: center; } .input-daterange input:first-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 0 0 3px; } .input-daterange input:last-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 3px 3px 0; } .input-daterange .add-on { display: inline-block; width: auto; min-width: 16px; height: 1.42857143; padding: 4px 5px; font-weight: normal; line-height: 1.42857143; text-align: center; text-shadow: 0 1px 0 #FFFFFF; vertical-align: middle; background-color: #eeeeee; border: 1px solid #ccc; margin-left: -5px; margin-right: -5px; } .datepicker-inline { border: 1px solid #ebebeb; } .datepicker-inline.no-border { border-color: transparent; } .datepicker-inline table { width: 195px; } .input-group-addon .color-preview { width: 16px; height: 16px; background: #FFF; display: inline-block; border: 1px solid #ebebeb; } /*! * Timepicker Component for Twitter Bootstrap * * Copyright 2013 <NAME> * * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ .bootstrap-timepicker { position: relative; } .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu { left: auto; right: 0; } .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before { left: auto; right: 12px; } .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after { left: auto; right: 13px; } .bootstrap-timepicker .add-on { cursor: pointer; } .bootstrap-timepicker .add-on i { display: inline-block; width: 16px; height: 16px; } .bootstrap-timepicker-widget.dropdown-menu { padding: 4px; } .bootstrap-timepicker-widget.dropdown-menu.open { display: inline-block; z-index: 10000; } .bootstrap-timepicker-widget.dropdown-menu:before { border-bottom: 7px solid rgba(0, 0, 0, 0.2); border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; display: inline-block; position: absolute; } .bootstrap-timepicker-widget.dropdown-menu:after { border-bottom: 6px solid #FFFFFF; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; position: absolute; } .bootstrap-timepicker-widget.timepicker-orient-left:before { left: 6px; } .bootstrap-timepicker-widget.timepicker-orient-left:after { left: 7px; } .bootstrap-timepicker-widget.timepicker-orient-right:before { right: 6px; } .bootstrap-timepicker-widget.timepicker-orient-right:after { right: 7px; } .bootstrap-timepicker-widget.timepicker-orient-top:before { top: -7px; } .bootstrap-timepicker-widget.timepicker-orient-top:after { top: -6px; } .bootstrap-timepicker-widget.timepicker-orient-bottom:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #CCC; } .bootstrap-timepicker-widget.timepicker-orient-bottom:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #ffffff; } .bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input { border-radius: 3px; } .bootstrap-timepicker-widget table { width: 100%; margin: 0; } .bootstrap-timepicker-widget table td { text-align: center; height: 30px; margin: 0; padding: 2px; } .bootstrap-timepicker-widget table td:not(.separator) { min-width: 30px; } .bootstrap-timepicker-widget table td span { width: 100%; } .bootstrap-timepicker-widget table td a { border: 1px transparent solid; width: 100%; display: inline-block; margin: 0; padding: 0 0; outline: 0; color: #303641; } .bootstrap-timepicker-widget table td a:hover { text-decoration: none; background-color: #f5f5f6; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; border-color: #ebebeb; } .bootstrap-timepicker-widget table td a i { margin-top: 2px; } .bootstrap-timepicker-widget table td a i:before { font-family: "Entypo"; font-size: 12px; font-style: normal; } .bootstrap-timepicker-widget table td a i.icon-chevron-up:before { content: "\E876"; } .bootstrap-timepicker-widget table td a i.icon-chevron-down:before { content: "\E873"; } .bootstrap-timepicker-widget table td input { width: 25px; margin: 0; text-align: center; outline: none; border: 0; background: transparent; } .bootstrap-timepicker-widget table td input:focus { background: #f5f5f6; } .bootstrap-timepicker-widget .modal-content { padding: 4px; } .date-and-time > input.datepicker { float: left; width: 70%; } .date-and-time > input.timepicker { float: right; width: 30%; } .date-and-time > input:first-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 0 0 3px; border-right: 0; } .date-and-time > input:last-child { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 3px 3px 0; } @media (min-width: 767px) { .bootstrap-timepicker-widget.modal { width: 200px; margin-left: -100px; } } @media (max-width: 767px) { .bootstrap-timepicker { width: 100%; } .bootstrap-timepicker .dropdown-menu { width: 100%; } } /*! * Bootstrap Colorpicker * http://mjolnic.github.io/bootstrap-colorpicker/ * * Originally written by (c) 2012 <NAME> * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0.txt * */ .colorpicker-saturation { width: 100px; height: 100px; background-image: url(/images/saturation.png?4bcec938af4ea7846dceff3da9328df5); cursor: crosshair; float: left; } .colorpicker-saturation i { display: block; height: 5px; width: 5px; border: 1px solid #000; border-radius: 3px; position: absolute; top: 0; left: 0; margin: -4px 0 0 -4px; } .colorpicker-saturation i b { display: block; height: 5px; width: 5px; border: 1px solid #fff; border-radius: 3px; } .colorpicker-hue, .colorpicker-alpha { width: 15px; height: 100px; float: left; cursor: row-resize; margin-left: 4px; margin-bottom: 4px; } .colorpicker-hue i, .colorpicker-alpha i { display: block; height: 1px; background: #000; border-top: 1px solid #fff; position: absolute; top: 0; left: 0; width: 100%; margin-top: -1px; } .colorpicker-hue { background-image: url(/images/hue.png?5d6cf2eaaaa7406f1858c6476350dfa4); } .colorpicker-alpha { background-image: url(/images/alpha.png?cca171acacae8bc5046afcd85ce33a66); display: none; } div.colorpicker { *zoom: 1; top: 0; left: 0; padding: 4px; min-width: 130px; margin-top: 1px; border-radius: 2px; z-index: 2500; } .colorpicker:before, .colorpicker:after { display: table; content: ""; line-height: 0; } .colorpicker:after { clear: both; } .colorpicker:before { content: ""; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ebebeb; border-bottom-color: #e6e6e6; position: absolute; top: -7px; left: 6px; } .colorpicker:after { content: ""; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; } .colorpicker div { position: relative; } .colorpicker.colorpicker-with-alpha { min-width: 140px; } .colorpicker.colorpicker-with-alpha .colorpicker-alpha { display: block; } .colorpicker-color { height: 10px; margin-top: 5px; clear: both; background-image: url(/images/alpha.png?cca171acacae8bc5046afcd85ce33a66); background-position: 0 100%; } .colorpicker-color div { height: 10px; } .colorpicker-element .input-group-addon i { display: block; cursor: pointer; width: 16px; height: 16px; } .colorpicker.colorpicker-inline { position: relative; display: inline-block; float: none; } .colorpicker.colorpicker-horizontal { width: 110px; min-width: 110px; height: auto; } .colorpicker.colorpicker-horizontal .colorpicker-saturation { margin-bottom: 4px; } .colorpicker.colorpicker-horizontal .colorpicker-color { width: 100px; } .colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha { width: 100px; height: 15px; float: left; cursor: col-resize; margin-left: 0px; margin-bottom: 4px; } .colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i { display: block; height: 15px; background: #ffffff; position: absolute; top: 0; left: 0; width: 1px; border: none; margin-top: 0px; } .colorpicker.colorpicker-horizontal .colorpicker-hue { background-image: url(/images/hue-horizontal.png?333aa9a0131732342a7eb482649870dc); } .colorpicker.colorpicker-horizontal .colorpicker-alpha { background-image: url(/images/alpha-horizontal.png?f91dc793722cfef04ce8bd0aced504f1); } .colorpicker.colorpicker-hidden { display: none; } .colorpicker.colorpicker-visible { display: block; } .colorpicker-inline.colorpicker-visible { display: inline-block; } .btn-file { overflow: hidden; position: relative; vertical-align: middle; } .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate(-300px, 0) scale(4); transform: translate(-300px, 0) scale(4); font-size: 23px; direction: ltr; cursor: pointer; } .fileinput { margin-bottom: 9px; display: inline-block; } .fileinput .uneditable-input { display: inline-block; margin-bottom: 0px; vertical-align: middle; cursor: text; } .fileinput i + .fileinput-filename, .fileinput .btn + .fileinput-filename { padding-left: 5px; } .fileinput.fileinput-exists .close { opacity: 1; color: #dee0e4; position: relative; top: 3px; margin-left: 5px; } .fileinput .thumbnail { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; } .fileinput .thumbnail[data-trigger=fileinput] { cursor: pointer; } .fileinput .thumbnail:before, .fileinput .thumbnail:after { content: " "; display: table; } .fileinput .thumbnail:after { clear: both; } .fileinput .thumbnail > img { max-height: 100%; display: block; } .fileinput .btn { vertical-align: middle; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput-inline .fileinput-controls { display: inline; } .fileinput .uneditable-input { white-space: normal; } .fileinput-new .input-group .btn-file { border-radius: 0 3px 3px 0; } .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-sm { border-radius: 0 2px 2px 0; } .fileinput-new .input-group .btn-file.btn-lg { border-radius: 0 3px 3px 0; } .form-group.has-warning .fileinput .uneditable-input { color: #574802; border-color: #ffd78a; } .form-group.has-warning .fileinput .fileinput-preview { color: #574802; } .form-group.has-warning .fileinput .thumbnail { border-color: #ffd78a; } .form-group.has-error .fileinput .uneditable-input { color: #ac1818; border-color: #ffafbd; } .form-group.has-error .fileinput .fileinput-preview { color: #ac1818; } .form-group.has-error .fileinput .thumbnail { border-color: #ffafbd; } .form-group.has-success .fileinput .uneditable-input { color: #045702; border-color: #b4e8a8; } .form-group.has-success .fileinput .fileinput-preview { color: #045702; } .form-group.has-success .fileinput .thumbnail { border-color: #b4e8a8; } .input-group-addon:not(:first-child) { border-left: 0; } .fileinput .uneditable-input, .fileinput-new .input-group .btn-file { display: table-cell !important; } .toast-title { font-weight: bold; } .toast-message { -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #FFFFFF; } .toast-message a:hover { color: #CCCCCC; text-decoration: none; } .toast-close-button { position: relative; right: -0.3em; top: -0.3em; float: right; font-size: 20px; font-weight: bold; color: #FFFFFF; -webkit-text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff; zoom: 1; -webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; filter: alpha(opacity=80); } .toast-close-button:hover, .toast-close-button:focus { color: #000000; text-decoration: none; cursor: pointer; zoom: 1; -webkit-opacity: 0.4; -moz-opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; filter: alpha(opacity=40); } /*Additional properties for button version iOS requires the button element instead of an anchor tag. If you want the anchor version, it requires `href="#"`.*/ button.toast-close-button { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .toast-top-full-width { top: 0; right: 0; width: 100%; margin-top: 10px; margin-bottom: 10px; } .toast-bottom-full-width { bottom: 0; right: 0; width: 100%; } .toast-top-left { top: 12px; left: 12px; } .toast-top-right { top: 12px; right: 12px; } .toast-bottom-right { right: 12px; bottom: 12px; } .toast-bottom-left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999999; /*overrides*/ } #toast-container * { box-sizing: border-box; } #toast-container > div { margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; border-radius: 3px; background-position: 15px center; background-repeat: no-repeat; color: #FFFFFF; zoom: 1; -webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; filter: alpha(opacity=80); } #toast-container > :hover { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); cursor: pointer; } #toast-container > .toast-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; } #toast-container > .toast-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; } #toast-container > .toast-success { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA<KEY>) !important; } #toast-container > .toast-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; } #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { width: 96%; margin: auto; } #toast-container .toast-success.black, #toast-container .toast-error.black, #toast-container .toast-info.black, #toast-container .toast-warning.black { background-color: rgba(0, 0, 0, 0.7); color: #fff; } .toast { background-color: #030303; } .toast-success { background-color: #00a651; } .toast-error { background-color: #cc2424; } .toast-info { background-color: #21a9e1; } .toast-warning { background-color: #F89406; } /*Responsive Design*/ @media all and (max-width: 240px) { #toast-container > div { padding: 8px 8px 8px 50px; width: 11em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } } @media all and (min-width: 241px) and (max-width: 480px) { #toast-container > div { padding: 8px 8px 8px 50px; width: 18em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } } @media all and (min-width: 481px) and (max-width: 768px) { #toast-container > div { padding: 15px 15px 15px 50px; width: 25em; } } a.text-primary:hover, a.text-primary:focus { color: #7b7b7b; } a.text-success:hover, a.text-success:focus { color: #022501; } a.text-info:hover, a.text-info:focus { color: #215f79; } a.text-warning:hover, a.text-warning:focus { color: #251f01; } a.text-danger:hover, a.text-danger:focus { color: #7f1212; } a.bg-primary:hover, a.bg-primary:focus { background-color: #7b7b7b; } a.bg-success:hover, a.bg-success:focus { background-color: #95e294; } a.bg-info:hover, a.bg-info:focus { background-color: #98d6f1; } a.bg-warning:hover, a.bg-warning:focus { background-color: #ffe671; } a.bg-danger:hover, a.bg-danger:focus { background-color: #ff9696; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #bdedbc; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #a9e8a8; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #c5e8f7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #afdff4; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #ffefa4; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #ffeb8a; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #ffc9c9; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ffafaf; } .form-control:focus { border-color: #cbd0d9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 208, 217, 0.6); } .form-control::-webkit-input-placeholder { color: #aaa; } .form-control:-moz-placeholder { color: #aaa; } .form-control::-moz-placeholder { color: #aaa; } .form-control:-ms-input-placeholder { color: #aaa; } .form-control::-moz-placeholder { color: #999999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } select.input-sm { height: 28px; line-height: 28px; } textarea.input-sm, select[multiple].input-sm { height: auto; } select.input-lg { height: 42px; line-height: 42px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #045702; } .has-success .form-control { border-color: #045702; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #022501; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04; } .has-success .input-group-addon { color: #045702; border-color: #045702; background-color: #bdedbc; } .has-success .form-control-feedback { color: #045702; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #574802; } .has-warning .form-control { border-color: #574802; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #251f01; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04; } .has-warning .input-group-addon { color: #574802; border-color: #574802; background-color: #ffefa4; } .has-warning .form-control-feedback { color: #574802; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #ac1818; } .has-error .form-control { border-color: #ac1818; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #7f1212; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545; } .has-error .input-group-addon { color: #ac1818; border-color: #ac1818; background-color: #ffc9c9; } .has-error .form-control-feedback { color: #ac1818; } .btn-default:focus, .btn-default.focus { color: #303641; background-color: #d6d6d8; border-color: #aeaeb3; } .btn-default:hover { color: #303641; background-color: #d6d6d8; border-color: #d0d0d3; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #303641; background-color: #d6d6d8; border-color: #d0d0d3; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #303641; background-color: #c3c3c7; border-color: #aeaeb3; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #f0f0f1; border-color: #f0f0f1; } .btn-default .badge { color: #f0f0f1; background-color: #303641; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #1a1e24; border-color: #000000; } .btn-primary:hover { color: #fff; background-color: #1a1e24; border-color: #0b0d0f; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #1a1e24; border-color: #0b0d0f; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #0b0d0f; border-color: #000000; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #303641; border-color: #252a32; } .btn-primary .badge { color: #303641; background-color: #fff; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #007338; border-color: #000d06; } .btn-success:hover { color: #fff; background-color: #007338; border-color: #004f27; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #007338; border-color: #004f27; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #004f27; border-color: #000d06; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #00a651; border-color: #008d45; } .btn-success .badge { color: #00a651; background-color: #fff; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #1988b6; border-color: #0c455d; } .btn-info:hover { color: #fff; background-color: #1988b6; border-color: #147197; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #1988b6; border-color: #147197; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #147197; border-color: #0c455d; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #21a9e1; border-color: #1c99cd; } .btn-info .badge { color: #21a9e1; background-color: #fff; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #f9ce07; border-color: #967c04; } .btn-warning:hover { color: #fff; background-color: #f9ce07; border-color: #d7b205; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #f9ce07; border-color: #d7b205; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d7b205; border-color: #967c04; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #fad839; border-color: #f9d320; } .btn-warning .badge { color: #fad839; background-color: #fff; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #a11c1c; border-color: #4a0d0d; } .btn-danger:hover { color: #fff; background-color: #a11c1c; border-color: #821717; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #a11c1c; border-color: #821717; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #821717; border-color: #4a0d0d; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #cc2424; border-color: #b62020; } .btn-danger .badge { color: #cc2424; background-color: #fff; } .ui-rangeSlider .ui-rangeSlider-container { height: 10px; background: #ebebeb; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar { background: #ec5956; height: 10px; } .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle { position: relative; background: #ec5956; width: 10px; height: 10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50%; border: 2px solid #FFF; padding: 10px; margin-top: -7px; } .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle.ui-rangeSlider-leftHandle { -webkit-transform: translateX(-100px); transform: translateX(-100px); } .ui-rangeSlider .ui-rangeSlider-label { visibility: hidden; } .slider { height: 10px; margin-bottom: 30px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; background: #ebebeb; } .slider .ui-slider-handle { background: #ec5956; top: 0; border: 2px solid #fff; width: 20px; height: 20px; border-radius: 50%; margin-top: -5px; outline: none; cursor: pointer; } .slider .ui-slider-handle .ui-label { position: absolute; left: -50%; top: 20px; color: #fff; margin-left: 5px; white-space: nowrap; display: none; } .slider .ui-slider-range { background: #ec5956; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .slider.ui-slider-vertical { height: 250px; } .slider.ui-slider-vertical .ui-slider-handle { top: auto; margin-left: -1px; } .slider.ui-slider-vertical .ui-slider-handle .ui-label { top: 1px; left: 15px; } .slider .ui-slider-handle { background: #ec5956; border: 2px solid #fff; } .slider .ui-slider-range, .slider .ui-fill { background: #ec5956; } .slider.slider-green, .slider.slider-success { background: #ebebeb; } .slider.slider-green .ui-slider-handle, .slider.slider-success .ui-slider-handle { background: #0fbd71; border: 2px solid #fff; } .slider.slider-green .ui-slider-range, .slider.slider-success .ui-slider-range, .slider.slider-green .ui-fill, .slider.slider-success .ui-fill { background: #0fbd71; } .slider.slider-blue, .slider.slider-info { background: #ebebeb; } .slider.slider-blue .ui-slider-handle, .slider.slider-info .ui-slider-handle { background: #0033a1; border: 2px solid #fff; } .slider.slider-blue .ui-slider-range, .slider.slider-info .ui-slider-range, .slider.slider-blue .ui-fill, .slider.slider-info .ui-fill { background: #0033a1; } .slider.slider-gold, .slider.slider-warning { background: #ebebeb; } .slider.slider-gold .ui-slider-handle, .slider.slider-warning .ui-slider-handle { background: #f7d227; border: 2px solid #fff; } .slider.slider-gold .ui-slider-range, .slider.slider-warning .ui-slider-range, .slider.slider-gold .ui-fill, .slider.slider-warning .ui-fill { background: #f7d227; } .radio label input, .checkbox label input { position: relative; top: 4px; } .checkbox-replace, .radio-replace { position: relative; padding-left: 0; margin: 0; } .checkbox-replace input[type=checkbox], .radio-replace input[type=checkbox], .checkbox-replace input[type=radio], .radio-replace input[type=radio] { visibility: hidden; } .checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper { position: relative; display: inline-block; border: 1px solid #ebebeb; padding: 0; padding-right: 16px; margin-bottom: 0; width: 16px; height: 15px; box-sizing: border-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox-replace .cb-wrapper input, .radio-replace .cb-wrapper input { position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; margin: 0; visibility: hidden; } .checkbox-replace .cb-wrapper.disabled, .radio-replace .cb-wrapper.disabled { zoom: 1; -webkit-opacity: 0.3; -moz-opacity: 0.3; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; filter: alpha(opacity=30); } .checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked { position: absolute; background: #ebebeb; display: block; left: 2px; right: 2px; bottom: 2px; top: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 2px; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 250ms all cubic-bezier(0.455, 0.03, 0.515, 0.955); } .checkbox-replace .cb-wrapper + label, .radio-replace .cb-wrapper + label { position: relative; top: -5px; margin-left: 6px; padding-left: 0; } .checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03); } .checkbox-replace.radio-replace .cb-wrapper, .radio-replace.radio-replace .cb-wrapper { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 16px; } .checkbox-replace.radio-replace .cb-wrapper .checked, .radio-replace.radio-replace .cb-wrapper .checked { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 16px; } .checkbox-replace.checked .cb-wrapper .checked, .radio-replace.checked .cb-wrapper .checked { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); } .checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper { border: 1px solid #d2d2d2; } .checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked { background: #d2d2d2; } .checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(210, 210, 210, 0.1); } .checkbox-replace.color-primary .cb-wrapper, .radio-replace.color-primary .cb-wrapper { border: 1px solid #303641; } .checkbox-replace.color-primary .cb-wrapper .checked, .radio-replace.color-primary .cb-wrapper .checked { background: #303641; } .checkbox-replace.color-primary:hover .cb-wrapper, .radio-replace.color-primary:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(48, 54, 65, 0.1); } .checkbox-replace.color-red .cb-wrapper, .radio-replace.color-red .cb-wrapper { border: 1px solid #ee4749; } .checkbox-replace.color-red .cb-wrapper .checked, .radio-replace.color-red .cb-wrapper .checked { background: #ee4749; } .checkbox-replace.color-red:hover .cb-wrapper, .radio-replace.color-red:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(238, 71, 73, 0.1); } .checkbox-replace.color-blue .cb-wrapper, .radio-replace.color-blue .cb-wrapper { border: 1px solid #21a9e1; } .checkbox-replace.color-blue .cb-wrapper .checked, .radio-replace.color-blue .cb-wrapper .checked { background: #21a9e1; } .checkbox-replace.color-blue:hover .cb-wrapper, .radio-replace.color-blue:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(33, 169, 225, 0.1); } .checkbox-replace.color-green .cb-wrapper, .radio-replace.color-green .cb-wrapper { border: 1px solid #00a651; } .checkbox-replace.color-green .cb-wrapper .checked, .radio-replace.color-green .cb-wrapper .checked { background: #00a651; } .checkbox-replace.color-green:hover .cb-wrapper, .radio-replace.color-green:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(0, 166, 81, 0.1); } .checkbox-replace.color-gold .cb-wrapper, .radio-replace.color-gold .cb-wrapper { border: 1px solid #fad839; } .checkbox-replace.color-gold .cb-wrapper .checked, .radio-replace.color-gold .cb-wrapper .checked { background: #fad839; } .checkbox-replace.color-gold:hover .cb-wrapper, .radio-replace.color-gold:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(250, 216, 57, 0.1); } .checkbox-replace.color-white .cb-wrapper, .radio-replace.color-white .cb-wrapper { border: 1px solid #fff; } .checkbox-replace.color-white .cb-wrapper .checked, .radio-replace.color-white .cb-wrapper .checked { background: #fff; } .checkbox-replace.color-white:hover .cb-wrapper, .radio-replace.color-white:hover .cb-wrapper { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); } .select2 { visibility: hidden; } .page-body .select2-container { display: block; } .page-body .select2-container.select2-dropdown-open .select2-choice, .page-body .select2-container.select2-dropdown-open .select2-choices { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .page-body .select2-container .select2-choice { border-color: #ebebeb !important; background: #fff; box-shadow: none; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; height: 42px; line-height: 41px; outline: none; padding-left: 15px; } .page-body .select2-container .select2-choice .select2-arrow { border-left: 1px solid #ebebeb; width: 40px; text-align: center; background: none !important; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-container .select2-choice .select2-arrow b { background: transparent !important; } .page-body .select2-container .select2-choice .select2-arrow b:before { position: relative; font-family: "Entypo"; content: "\E873"; display: block; color: #303641; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; } .page-body .select2-container .select2-choice .select2-search-choice-close { right: 50px; top: 50%; margin-top: -7px; } .page-body .select2-container .select2-choices { border-color: #ebebeb !important; box-shadow: none; background: #fff; padding: 0 6px; padding-top: 4px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .select2-container .select2-choices .select2-search-field input { padding: 6px 12px; } .page-body .select2-container .select2-choices .select2-search-choice { border-radius: 0; border: 0; background: #f3f3f3; color: #666; font-size: 11px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-container .select2-choices .select2-search-choice .select2-search-choice-close { top: 50%; margin-top: -7px; } .page-body .select2-container .select2-choices .select2-search-choice:hover { background-color: #e6e6e6; color: #303641; } .page-body .select2-container.select2-container-active .select2-choices { box-shadow: none; } .page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow { background-color: rgba(245, 245, 246, 0.8); } .page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .page-body .select2.visible { visibility: visible; } .page-body .select2-drop { border: 1px solid #ebebeb; background-color: #fff; border-radius: 1px 1px 4px 4px; box-shadow: none; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 0 3px 3px; } .page-body .select2-drop .select2-search, .page-body .select2-drop .select2-results { padding: 0; margin: 0; } .page-body .select2-drop .select2-search .select2-no-results, .page-body .select2-drop .select2-results .select2-no-results { padding: 12px 15px; color: #737881; } .page-body .select2-drop .select2-search .select2-result-label, .page-body .select2-drop .select2-results .select2-result-label { padding: 4px 15px; } .page-body .select2-drop .select2-search .select2-result-selectable, .page-body .select2-drop .select2-results .select2-result-selectable { background: transparent; color: #888; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-drop .select2-search .select2-result-selectable:hover, .page-body .select2-drop .select2-results .select2-result-selectable:hover, .page-body .select2-drop .select2-search .select2-result-selectable.select2-highlighted, .page-body .select2-drop .select2-results .select2-result-selectable.select2-highlighted { background: #f3f3f3; color: #303641; } .page-body .select2-drop .select2-search .select2-result-sub li, .page-body .select2-drop .select2-results .select2-result-sub li { background: none !important; } .page-body .select2-drop .select2-search .select2-result-sub .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label { padding: 5px 25px; color: #888888; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .select2-drop .select2-search .select2-result-sub .select2-result-label:hover, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label:hover { background: #f3f3f3; color: #303641; } .page-body .select2-drop .select2-search .select2-result-sub .select2-highlighted .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-highlighted .select2-result-label { background: #f3f3f3; color: #303641; } .page-body .select2-drop .select2-search { position: relative; padding: 12px 15px; } .page-body .select2-drop .select2-search input { background: #f3f3f3 !important; border: 0; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03); padding: 10px 12px; padding-right: 30px; font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif; box-sizing: border-box; } .page-body .select2-drop .select2-search:after { position: absolute; font-family: "Entypo"; right: 15px; top: 12px; content: "\E803"; font-size: 14px; color: #c2c2c2; margin-right: 12px; margin-top: 8px; } .selectboxit { visibility: hidden; } .page-body .selectboxit { display: block; } .page-body .selectboxit.visible { visibility: visible; } .page-body .selectboxit-container { display: block; } .page-body .selectboxit-container .selectboxit { width: 100% !important; background: #fff; border: 1px solid #ebebeb; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus { background-color: #fff; } .page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus .selectboxit-text { color: #303641; } .page-body .selectboxit-container .selectboxit:hover, .page-body .selectboxit-container .selectboxit.selectboxit-open { background-color: rgba(245, 245, 246, 0.8); } .page-body .selectboxit-container .selectboxit:hover .selectboxit-text, .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-text { color: #303641; } .page-body .selectboxit-container .selectboxit.selectboxit-open { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container { background-color: rgba(245, 245, 246, 0.8); } .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .page-body .selectboxit-container .selectboxit .selectboxit-option-icon-container .selectboxit-option-icon { margin-left: 5px; } .page-body .selectboxit-container .selectboxit .selectboxit-text { max-width: 100% !important; font-size: 12px; font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif; color: #888; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container { border-left: 1px solid #ebebeb; text-align: center; width: 40px; } .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow { display: none; } .page-body .selectboxit-container .selectboxit .selectboxit-arrow-container:after { position: relative; font-family: "Entypo"; content: "\E873"; display: block; color: #303641; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; font-size: 12px; } .page-body .selectboxit-container .selectboxit-options { width: 100%; background: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 0 0 3px 3px; border-top: 0; border-color: #ebebeb; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06); max-height: 350px; } .page-body .selectboxit-container .selectboxit-options > span.selectboxit-optgroup-header { font-size: 12px; color: #303641; background: #fafafa; border-bottom: 1px solid #f5f5f5; padding-left: 5px; padding-right: 5px; } .page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor { font-size: 12px; padding-left: 5px; padding-right: 5px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor .selectboxit-option-icon-container .selectboxit-option-icon { margin-left: 5px; } .page-body .selectboxit-container .selectboxit-options li.selectboxit-focus .selectboxit-option-anchor { background: #f3f3f3; color: #666; } input.typeahead { display: block; } .twitter-typeahead { width: 100%; } .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint { margin-bottom: 0; } .tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid #ebebeb; *border-right-width: 2px; *border-bottom-width: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; width: 100%; } .tt-suggestion { display: block; padding: 4px 12px; } .tt-suggestion p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 17px; } .tt-suggestion .thumb-entry:before, .tt-suggestion .thumb-entry:after { content: " "; display: table; } .tt-suggestion .thumb-entry:after { clear: both; } .tt-suggestion .thumb-entry > span.image { float: left; } .tt-suggestion .thumb-entry > span.text { float: left; width: 80%; margin-left: 12px; } .tt-suggestion .thumb-entry > span.text strong { display: block; color: #303641; } .tt-suggestion .thumb-entry > span.text em { font-style: normal; font-size: 10px; color: #757b84; display: block; padding-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .tt-suggestion.tt-is-under-cursor { color: #303641; background: #f3f3f3; } .tt-suggestion.tt-is-under-cursor a { color: #303641; } .tt-suggestion p { margin: 0; } .twitter-typeahead .tt-hint { padding: 6px 12px; color: #dee0e4; line-height: 1.42857143; margin: 0; padding-top: 5.5px; width: 100%; box-sizing: border-box; } .page-body .daterangepicker.dropdown-menu { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu:before { border-bottom-color: #ccc; } .page-body .daterangepicker.dropdown-menu .ranges .input-mini { background: #fff; border: 1px solid #ebebeb; width: 100%; box-sizing: border-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu .ranges .btn { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input { float: none !important; margin: 0; padding: 0; } .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input.daterangepicker_end_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input.daterangepicker_end_input { padding-left: 0 !important; } .page-body .daterangepicker.dropdown-menu .ranges ul li { background: #f5f5f6; color: #737881; font-size: 11px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .page-body .daterangepicker.dropdown-menu .ranges ul li:hover, .page-body .daterangepicker.dropdown-menu .ranges ul li.active { background: #f0f0f0; color: #303641; border-color: #ebebeb; } .page-body .daterangepicker.dropdown-menu .ranges ul li:hover.active, .page-body .daterangepicker.dropdown-menu .ranges ul li.active.active { background: #303641; color: #fff; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date { border: 1px solid #ebebeb; background: #fdfdfd; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .active { background: #303641; color: #fff; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .in-range { background: #f3f3f3; color: #737881; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .prev:hover, .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .next:hover { background-color: #f5f5f6; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .disabled { color: #dee0e4; } .page-body .daterangepicker.dropdown-menu .calendar .calendar-time { border: 1px solid #ebebeb; background: #fdfdfd; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .daterange-inline { border: 1px solid #ebebeb; background: #f5f5f6; padding: 6px 6px; cursor: pointer; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .daterange-inline i { color: #303641; font-size: 14px; } .ms-container:before, .ms-container:after { content: " "; display: table; } .ms-container:after { clear: both; } .ms-container .ms-selectable, .ms-container .ms-selection { display: block; background: #f5f5f6; } .ms-container .ms-selectable { position: relative; float: left; margin-right: 25px; } .ms-container .ms-selectable:after { content: "\E120"; font-family: "Glyphicons Halflings"; display: block; position: absolute; right: -19px; color: #303641; font-size: 15px; top: 50%; margin-top: -8px; } .ms-container .ms-selection { float: left; } .ms-container .ms-list { display: block; list-style: none; padding: 0; margin: 0; width: 150px; height: 150px; outline: none; border: 1px solid #ebebeb; overflow: auto; -o-user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ms-container .ms-list::-webkit-scrollbar { width: 5px; } .ms-container .ms-list::-webkit-scrollbar-track { width: 5px; background-color: #f5f5f6; } .ms-container .ms-list::-webkit-scrollbar-thumb { background-color: #d2d2d2; } .ms-container .ms-list > li { border-bottom: 1px solid #ebebeb; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .ms-container .ms-list > li:hover { background: #303641; color: #fff; } .ms-container .ms-list > li span { display: block; padding: 4px 8px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .ms-container .ms-list > li:last-child { border-bottom: 0; } .form-wizard { margin-top: 45px; } .form-wizard .steps-progress { display: block; background: #ebebeb; width: auto; height: 10px; margin: 0 70px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .form-wizard .steps-progress .progress-indicator { background: #00a651; width: 0%; height: 10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .form-wizard.no-margin .tab-content { margin-left: 0 !important; margin-right: 0 !important; } .form-wizard > ul { display: table; margin: 0; padding: 0; list-style: none; } .form-wizard > ul > li { display: table-cell; width: 1%; text-align: center; position: relative; } .form-wizard > ul > li a { position: relative; display: block; padding-top: 35px; font-weight: bold; color: #ababab; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .form-wizard > ul > li a span { position: absolute; display: block; background: #ebebeb; color: #8e9094; line-height: 35px; text-align: center; margin-top: -57.5px; left: 50%; margin-left: -17.5px; width: 35px; height: 35px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50%; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .form-wizard > ul > li.completed a { color: #00a651; } .form-wizard > ul > li.completed a span { background: #00a651; color: #fff; box-shadow: 0px 0px 0px 5px #00a651; } .form-wizard > ul > li.disabled a { color: rgba(142, 144, 148, 0.5); } .form-wizard > ul > li.disabled a span { background: #f5f5f6; color: rgba(142, 144, 148, 0.5); box-shadow: 0px 0px 0px 5px #f5f5f6; } .form-wizard > ul > li.active a, .form-wizard > ul > li.current a { color: #c5c5c5; font-weight: bold; color: #303641; } .form-wizard > ul > li.active a span, .form-wizard > ul > li.current a span { background: #c5c5c5; background: #fff; color: #525252; box-shadow: 0px 0px 0px 5px #ebebeb; } .form-wizard .tab-content { margin: 0 52.5px; margin-top: 35px; } .form-wizard .tab-content .pager { margin-top: 35px; } .form-wizard .tab-content .pager .first a { margin-right: 10px; } .form-wizard .tab-content .pager .last a { margin-left: 10px; } .wysihtml5-toolbar:before, .wysihtml5-toolbar:after { content: " "; display: table; } .wysihtml5-toolbar:after { clear: both; } .wysihtml5-toolbar li { margin-right: 8px !important; } .wysihtml5-toolbar li.pull-right { margin-right: 0 !important; margin-left: 8px !important; } .mail-env { position: relative; } .mail-env:before, .mail-env:after { content: " "; display: table; } .mail-env:after { clear: both; } hr + .mail-env { margin-top: -18px; border-top: 1px solid #ebebeb; margin-left: -20px; margin-right: -20px; } .mail-env + hr { margin-top: 0px; position: relative; margin-left: -20px; margin-right: -20px; } .mail-env .mail-sidebar, .mail-env .mail-body { float: left; box-sizing: border-box; } .mail-env .mail-sidebar:before, .mail-env .mail-body:before, .mail-env .mail-sidebar:after, .mail-env .mail-body:after { content: " "; display: table; } .mail-env .mail-sidebar:after, .mail-env .mail-body:after { clear: both; } .mail-env .mail-sidebar-row { padding: 20px; } .mail-env > .mail-sidebar-row.visible-xs { padding-bottom: 0; } .mail-env .mail-sidebar { width: 22%; background: #f9f9f9; border-right: 1px solid #ebebeb; position: relative; } .mail-env .mail-sidebar > h4 { padding: 20px; } .mail-env .mail-sidebar .mail-menu { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ebebeb; } .mail-env .mail-sidebar .mail-menu > li { margin: 0; padding: 0; border-bottom: 1px solid #ebebeb; } .mail-env .mail-sidebar .mail-menu > li a { display: block; padding: 20px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-sidebar .mail-menu > li a .badge { font-size: 13px; } .mail-env .mail-sidebar .mail-menu > li a .badge-gray { background: transparent; border: 1px solid #ebebeb; } .mail-env .mail-sidebar .mail-menu > li a .badge-roundless { display: inline-block; width: 14px; height: 14px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 2px; } .mail-env .mail-sidebar .mail-menu > li:hover a { background: rgba(255, 255, 255, 0.8); } .mail-env .mail-sidebar .mail-menu > li.active a { background: #fff; font-weight: bold; } .mail-env .mail-sidebar .mail-distancer { height: 40px; } .mail-env .mail-body { width: 78%; float: right; overflow: hidden; } .mail-env .mail-body .mail-header { padding: 20px; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-header:before, .mail-env .mail-body .mail-header:after { content: " "; display: table; } .mail-env .mail-body .mail-header:after { clear: both; } .mail-env .mail-body .mail-header .mail-title { margin: 0; padding: 0; font-size: 20px; float: left; width: 75%; padding-right: 20px; color: #303641; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mail-env .mail-body .mail-header .mail-title span.count { font-weight: normal; zoom: 1; -webkit-opacity: 0.3; -moz-opacity: 0.3; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; filter: alpha(opacity=30); } .mail-env .mail-body .mail-header .mail-title .label { font-size: 9px; position: relative; top: -4px; } .mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links { float: left; text-align: right; width: 25%; } .mail-env .mail-body .mail-header .mail-search.mail-links > .btn, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn { margin-left: 5px; font-size: 11px; } .mail-env .mail-body .mail-header .mail-search.mail-links > .btn:first-child, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn:first-child { margin-left: 0; } .mail-env .mail-body .mail-header .mail-search .form-control[type=text], .mail-env .mail-body .mail-header .mail-links .form-control[type=text] { height: 29px; } .mail-env .mail-body .mail-info { background: #f3f4f4; display: table; width: 100%; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-info:before, .mail-env .mail-body .mail-info:after { content: " "; display: table; } .mail-env .mail-body .mail-info:after { clear: both; } .mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date { display: table-cell; width: 50%; color: #a6a6a6; padding: 20px; } .mail-env .mail-body .mail-info .mail-sender.mail-sender span, .mail-env .mail-body .mail-info .mail-date.mail-sender span { font-weight: bold; color: #ec5956; } .mail-env .mail-body .mail-info .mail-sender.mail-sender img, .mail-env .mail-body .mail-info .mail-date.mail-sender img { margin-right: 5px; border: 2px solid #ebebeb; } .mail-env .mail-body .mail-info .mail-sender.mail-sender .dropdown-menu:after, .mail-env .mail-body .mail-info .mail-date.mail-sender .dropdown-menu:after { position: absolute; content: ""; display: block; top: -5px; left: 17%; width: 0px; height: 0px; border-style: solid; border-width: 0 3px 4px 3px; border-color: transparent transparent #cc2424 transparent; } .mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date { text-align: right; } .mail-env .mail-body .mail-text { border-bottom: 1px solid #ebebeb; padding: 20px; } .mail-env .mail-body .mail-attachments { padding: 20px; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-attachments h4 { margin-bottom: 30px; line-height: 1; } .mail-env .mail-body .mail-attachments h4 span { zoom: 1; -webkit-opacity: 0.4; -moz-opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; filter: alpha(opacity=40); } .mail-env .mail-body .mail-attachments ul { list-style: none; padding: 0; margin: 0; } .mail-env .mail-body .mail-attachments ul:before, .mail-env .mail-body .mail-attachments ul:after { content: " "; display: table; } .mail-env .mail-body .mail-attachments ul:after { clear: both; } .mail-env .mail-body .mail-attachments ul li { float: left; margin: 0; padding: 0; margin-right: 30px; margin-bottom: 20px; } .mail-env .mail-body .mail-attachments ul li > a { display: block; } .mail-env .mail-body .mail-attachments ul li > a img { position: relative; display: block; line-height: 1; margin-bottom: 10px; } .mail-env .mail-body .mail-attachments ul li > a.thumb { position: relative; } .mail-env .mail-body .mail-attachments ul li > a.thumb:after { font-family: "Entypo"; content: "\E826"; display: block; position: absolute; left: 50%; top: 50%; background: #fff; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; font-size: 28px; text-align: center; line-height: 40px; vertical-align: text-top; color: #fff; background: rgba(0, 0, 0, 0.25); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-body .mail-attachments ul li > a.thumb:hover:after { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); } .mail-env .mail-body .mail-attachments ul li > a.thumb.download:after { content: "\E82D"; } .mail-env .mail-body .mail-attachments ul li > a.name span { color: #666666; float: right; } .mail-env .mail-body .mail-attachments ul li .links { display: block; font-size: 11px; color: #666666; margin-top: 6px; } .mail-env .mail-body .mail-attachments ul li .links a { color: #666666; } .mail-env .mail-body .mail-reply { border-bottom: 1px solid #ebebeb; padding: 20px; } .mail-env .mail-body .mail-reply .fake-form { padding: 20px; border: 2px solid #ebebeb; min-height: 100px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 4px; } .mail-env .mail-body .mail-reply .fake-form > div a { font-weight: bold; color: #ec5956; } .mail-env .mail-body .mail-compose { padding: 20px; } .mail-env .mail-body .mail-compose .form-group { position: relative; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; } .mail-env .mail-body .mail-compose .form-group label { position: absolute; left: 10px; top: 7px; z-index: 10; } .mail-env .mail-body .mail-compose .form-group input { border-color: transparent; position: relative; z-index: 5; padding-left: 100px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-body .mail-compose .form-group input:focus { background: #f9f9f9; border-color: #f4f4f4; } .mail-env .mail-body .mail-compose .form-group .field-options { position: absolute; right: 5px; top: 5px; z-index: 12; } .mail-env .mail-body .mail-compose .form-group .field-options a { display: inline-block; background: #f3f4f4; color: #7e8186; padding: 2px 6px; margin-left: 4px; text-align: center; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .mail-env .mail-body .mail-compose .compose-message-editor { padding-top: 5px; } .mail-env .mail-body .mail-compose .compose-message-editor textarea { height: 400px; } .mail-env .mail-body > div:last-child { border-bottom: 0; } .mail-env .mail-body .mail-table { margin-bottom: 0; } .mail-env .mail-body .mail-table thead tr th, .mail-env .mail-body .mail-table tfoot tr th { background: #ebebeb; border: 0; color: #666666; vertical-align: middle; border-bottom: 0; } .mail-env .mail-body .mail-table thead tr th a, .mail-env .mail-body .mail-table tfoot tr th a { color: #666666; } .mail-env .mail-body .mail-table thead tr th .mail-select-options, .mail-env .mail-body .mail-table tfoot tr th .mail-select-options { float: left; padding-top: 5px; } .mail-env .mail-body .mail-table thead tr th .mail-pagination, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination { float: right; } .mail-env .mail-body .mail-table thead tr th .mail-pagination span, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination span { color: rgba(102, 102, 102, 0.5); } .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group { margin-left: 5px; } .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group .btn-sm, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group .btn-sm { padding-left: 7px; padding-right: 7px; } .mail-env .mail-body .mail-table tbody tr td { border-top: 0; border-bottom: 1px solid #ebebeb; height: 50px; vertical-align: middle; background: #f9f9f9; } .mail-env .mail-body .mail-table tbody tr td.col-name, .mail-env .mail-body .mail-table tbody tr td.col-subject { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a { color: #8c8c8c; } .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a.label, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a.label { color: #fff; } .mail-env .mail-body .mail-table tbody tr td.col-name { width: 25%; } .mail-env .mail-body .mail-table tbody tr td.col-subject a { display: inline-block; max-width: 400px; height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mail-env .mail-body .mail-table tbody tr td.col-options { text-align: right; } .mail-env .mail-body .mail-table tbody tr td.col-options a { color: #999999; } .mail-env .mail-body .mail-table tbody tr td.col-time { width: 12%; text-align: right; color: rgba(102, 102, 102, 0.5); } .mail-env .mail-body .mail-table tbody tr td .star { display: inline-block; color: #dddddd; margin-right: 5px; font-size: 14px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mail-env .mail-body .mail-table tbody tr td .star.stared, .mail-env .mail-body .mail-table tbody tr td .star.starred { color: #ff9600; } .mail-env .mail-body .mail-table tbody tr td > .label:first-child { margin-left: 0; } .mail-env .mail-body .mail-table tbody tr.unread > td { background-color: #fff !important; } .mail-env .mail-body .mail-table tbody tr.unread > td.col-name a { font-weight: bold; } .mail-env .mail-body .mail-table tbody tr.highlight > td { background-color: #ffffcc !important; } .mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child { padding-left: 20px; } .mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child { padding-right: 20px; } .mail-env .mail-body .mail-table > thead > tr > thX:first-child, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child { position: relative; } .mail-env .mail-body .mail-table > thead > tr > thX:first-child:before, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child:before, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child:before { position: absolute; content: ""; top: 0; left: 0; bottom: 0; width: 20px; background: #FFF; } .mail-env .mail-body .mail-table > thead > tr > thX:last-child, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child { position: relative; } .mail-env .mail-body .mail-table > thead > tr > thX:last-child:before, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child:before, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child:before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; width: 20px; background: #FFF; } .mail-env .mail-body .mail-table > tbody > tr:nth-child(odd) > td { background: #fbfbfb; } .mail-env .mail-body .mail-table .neon-cb-replacement { top: 2px; } .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper { background: #fff; border-color: #dfdfdf; } .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper .checked { background: #dfdfdf; } .mail-env.right-sidebar .mail-sidebar { border-left: 1px solid #ebebeb; border-right: 0; } .mail-env.right-sidebar .mail-body { float: left; } @media (max-width: 999px) { .mail-env .mail-body .mail-table tbody tr td.col-subject a { max-width: 280px; } } @media (max-width: 959px) { .mail-env .mail-body .mail-header div.mail-title { width: 100%; white-space: normal; } .mail-env .mail-body .mail-header .mail-links { float: none; width: 100%; text-align: left; clear: left; padding-top: 10px; } .mail-env .mail-body .mail-info { display: block; } .mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date { display: block; width: 100%; } .mail-env .mail-body .mail-info .mail-sender.mail-sender, .mail-env .mail-body .mail-info .mail-date.mail-sender { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #ebebeb; } .mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date { text-align: left; padding-top: 10px; padding-bottom: 10px; } .mail-env .mail-body .mail-compose .compose-message-editor textarea { height: 300px; } } @media (max-width: 768px) { .mail-env .mail-sidebar { width: 30.8%; } .mail-env .mail-body { width: 69.2%; } .mail-env .mail-body .mail-table tbody tr td.col-options { display: none; } .mail-env .mail-body .mail-table tbody tr td.col-subject a { max-width: 160px; } .mail-env .mail-body .mail-compose .compose-message-editor textarea { height: 240px; } } @media (max-width: 767px) { .mail-env .mail-sidebar, .mail-env .mail-body { width: 100%; float: none; } .mail-env .mail-body .mail-header .mail-title, .mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links { float: none; width: 100%; } .mail-env .mail-body .mail-header .mail-title.mail-search, .mail-env .mail-body .mail-header .mail-search.mail-search, .mail-env .mail-body .mail-header .mail-links.mail-search, .mail-env .mail-body .mail-header .mail-title.mail-links, .mail-env .mail-body .mail-header .mail-search.mail-links, .mail-env .mail-body .mail-header .mail-links.mail-links { margin-top: 20px; } .mail-env .mail-body .mail-header .mail-links { padding-top: 0; } } @media (max-width: 449px) { .mail-env .mail-body .mail-table tbody tr td.col-subject a { max-width: 40px; } .mail-env .mail-body .mail-table tbody tr > td.col-name a.star { display: none; } .mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child { padding-right: 10px; } .mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child { padding-left: 10px; } } .login-page { background: #303641; } .login-page .login-content { position: relative; width: 320px; margin: 0 auto; text-align: center; padding: 20px 0; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-content a { color: #949494; } .login-page .login-header { position: relative; background: #373e4a; padding: 100px 0; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-header .description { font-size: 13px; margin-top: 20px; margin-bottom: 0; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-header.login-caret:after { position: absolute; content: ""; left: 50%; bottom: 0; margin-left: -12.5px; width: 0px; height: 0px; border-style: solid; border-width: 13px 12.5px 0 12.5px; border-color: #373e4a transparent transparent transparent; bottom: -13px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-form { position: relative; padding-top: 60px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-form .form-group { margin-bottom: 20px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-form .form-group .input-group { background: #373e4a; border: 1px solid #373e4a; padding-top: 6px; padding-bottom: 6px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; } .login-page .login-form .form-group .input-group.focused { border-color: #626f85; border-color: rgba(98, 111, 133, 0.5); } .login-page .login-form .form-group .input-group.validate-has-error { border-color: #ec5956; border-color: rgba(236, 89, 86, 0.5); } .login-page .login-form .form-group .input-group.validate-has-error .error { position: absolute; right: 10px; top: 50%; margin-top: -8px; font-size: 10px; } .login-page .login-form .form-group .input-group .input-group-addon, .login-page .login-form .form-group .input-group .form-control { background: transparent; border: 0; } .login-page .login-form .form-group .input-group .input-group-addon { position: relative; } .login-page .login-form .form-group .input-group .input-group-addon:after { position: absolute; display: block; content: ""; right: 0; top: 0; height: 100%; width: 1px; background: #454a54; -webkit-transform: scaleY(0.56); transform: scaleY(0.56); } .login-page .login-form .form-group .input-group .form-control { color: #fff; } .login-page .login-form .form-group .input-group .form-control:focus { box-shadow: none; } .login-page .login-form .form-group.lockscreen-input { margin-top: -155px; } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb { position: relative; display: inline-block; } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img { border: 5px solid #373e4a; } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator { display: block; position: absolute; margin: 5px; left: 0; top: 0; right: 0; bottom: 0; color: #fff; font-size: 19px; text-align: center; line-height: 145px; background: rgba(0, 0, 0, 0.3); visibility: hidden; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 50%; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page .login-form .form-group.lockscreen-input .lockscreen-thumb canvas { position: absolute; left: 0; top: 0; } .login-page .login-form .form-group.lockscreen-input .lockscreen-details { position: relative; padding-top: 5px; } .login-page .login-form .form-group.lockscreen-input .lockscreen-details h4 { color: #fff; } .login-page .login-form .form-group.lockscreen-input .lockscreen-details span { display: block; padding-bottom: 5px; } .login-page .login-form .form-group .btn-login { border: 1px solid #454a54; text-align: left; padding: 15px 20px; font-size: 14px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-form .form-group .btn-login i { float: right; } .login-page .login-form .form-group .btn-login:hover, .login-page .login-form .form-group .btn-login:active { background: #373e4a; } .login-page .login-form .form-group .facebook-button, .login-page .login-form .form-group .twitter-button, .login-page .login-form .form-group .google-button { text-align: left; color: #fff; background-color: #3b5998; font-size: 12px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-form .form-group .facebook-button i, .login-page .login-form .form-group .twitter-button i, .login-page .login-form .form-group .google-button i { background-color: #385490; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-form .form-group .facebook-button:hover, .login-page .login-form .form-group .twitter-button:hover, .login-page .login-form .form-group .google-button:hover { background-color: rgba(59, 89, 152, 0.8); } .login-page .login-form .form-group .facebook-button:hover i, .login-page .login-form .form-group .twitter-button:hover i, .login-page .login-form .form-group .google-button:hover i { background-color: #31497e; } .login-page .login-form .form-group .facebook-button.twitter-button, .login-page .login-form .form-group .twitter-button.twitter-button, .login-page .login-form .form-group .google-button.twitter-button { background-color: #4099FF; } .login-page .login-form .form-group .facebook-button.twitter-button i, .login-page .login-form .form-group .twitter-button.twitter-button i, .login-page .login-form .form-group .google-button.twitter-button i { background-color: #0d7eff; } .login-page .login-form .form-group .facebook-button.twitter-button:hover, .login-page .login-form .form-group .twitter-button.twitter-button:hover, .login-page .login-form .form-group .google-button.twitter-button:hover { background-color: rgba(64, 153, 255, 0.8); } .login-page .login-form .form-group .facebook-button.twitter-button:hover i, .login-page .login-form .form-group .twitter-button.twitter-button:hover i, .login-page .login-form .form-group .google-button.twitter-button:hover i { background-color: #0071f3; } .login-page .login-form .form-group .facebook-button.google-button, .login-page .login-form .form-group .twitter-button.google-button, .login-page .login-form .form-group .google-button.google-button { background-color: #D34836; } .login-page .login-form .form-group .facebook-button.google-button i, .login-page .login-form .form-group .twitter-button.google-button i, .login-page .login-form .form-group .google-button.google-button i { background-color: #b03626; } .login-page .login-form .form-group .facebook-button.google-button:hover, .login-page .login-form .form-group .twitter-button.google-button:hover, .login-page .login-form .form-group .google-button.google-button:hover { background-color: rgba(211, 72, 54, 0.8); } .login-page .login-form .form-group .facebook-button.google-button:hover i, .login-page .login-form .form-group .twitter-button.google-button:hover i, .login-page .login-form .form-group .google-button.google-button:hover i { background-color: #9b3022; } .login-page .login-bottom-links { padding-top: 40px; padding-bottom: 30px; } .login-page .login-bottom-links a { -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .login-page .login-bottom-links a:hover { color: #aeaeae; } .login-page .login-bottom-links .link { font-size: 14px; display: inline-block; margin-bottom: 10px; color: rgba(255, 255, 255, 0.7); -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-bottom-links .link:hover { color: #fff; } .login-page .login-progressbar { height: 0px; width: 100%; overflow: hidden; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-progressbar div { width: 0%; -webkit-transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1); transition: 700ms all cubic-bezier(0.77, 0, 0.175, 1); } .login-page .login-progressbar-indicator { position: absolute; width: 100%; text-align: center; top: 100%; margin-top: 80px; visibility: hidden; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(100px) scale(0.2); transform: translateY(100px) scale(0.2); -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page .login-progressbar-indicator h3 { color: #fff; margin: 0; margin-bottom: 10px; font-size: 20px; } .login-page.logging-in { overflow: hidden; } .login-page.logging-in .login-header { padding-top: 170px; padding-bottom: 30px; } .login-page.logging-in .login-header.login-caret:after { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page.logging-in .login-header .description { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page.logging-in .login-form form, .login-page.logging-in .login-form .link { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-200px) scale(0.8); transform: translateY(-200px) scale(0.8); } .login-page.logging-in .login-progressbar { background: #515b6d; height: 2px; } .login-page.logging-in .login-progressbar div { background: #de6c65; height: 2px; } .login-page.logging-in .login-progressbar-indicator { visibility: visible; zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); } .login-page.logging-in-lockscreen .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); visibility: visible; } .login-page.logging-in-lockscreen .login-form .form-group:nth-child(n+2), .login-page.logging-in-lockscreen .login-form .link { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-50px) scale(0.5); transform: translateY(-50px) scale(0.5); } .login-page.login-form-fall .login-form { zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); top: -100px; -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; } .login-page.login-form-fall .login-form .form-group { -webkit-transition: all 550ms ease-in-out; transition: all 550ms ease-in-out; -webkit-transition-delay: 250ms; transition-delay: 250ms; zoom: 1; -webkit-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; filter: alpha(opacity=0); } .login-page.login-form-fall .login-form .form-group:nth-child(2) { -webkit-transition-delay: 350ms; transition-delay: 350ms; } .login-page.login-form-fall .login-form .form-group:nth-child(3) { -webkit-transition-delay: 450ms; transition-delay: 450ms; } .login-page.login-form-fall .login-form .form-group:nth-child(4) { -webkit-transition-delay: 550ms; transition-delay: 550ms; } .login-page.login-form-fall .login-form .form-group:nth-child(5) { -webkit-transition-delay: 650ms; transition-delay: 650ms; } .login-page.login-form-fall .login-form .form-group:nth-child(6) { -webkit-transition-delay: 750ms; transition-delay: 750ms; } .login-page.login-form-fall .login-form .form-group:nth-child(8) { -webkit-transition-delay: 850ms; transition-delay: 850ms; } .login-page.login-form-fall .login-form .form-group:nth-child(9) { -webkit-transition-delay: 950ms; transition-delay: 950ms; } .login-page.login-form-fall-init .login-form { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); top: 0; } .login-page.login-form-fall-init .login-form .form-group { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; filter: alpha(opacity=100); } .login-page .form-steps .step { display: none; } .login-page .form-steps .step.current { display: block; } .login-page .form-register-success, .login-page .form-forgotpassword-success, .login-page .form-login-error { display: none; background: #00a651; color: #fff; padding: 10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px; margin-bottom: 30px; overflow: hidden; } .login-page .form-register-success.visible, .login-page .form-forgotpassword-success.visible, .login-page .form-login-error.visible { display: block; } .login-page .form-register-success i, .login-page .form-forgotpassword-success i, .login-page .form-login-error i { position: relative; font-size: 25px; background: #008d45; display: block; text-align: center; padding-top: 10px; padding-bottom: 10px; margin-top: -10px; margin-left: -10px; margin-right: -10px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .login-page .form-register-success h3, .login-page .form-forgotpassword-success h3, .login-page .form-login-error h3 { font-size: 15px; color: #fff; margin: 0; margin-top: 10px; margin-bottom: 5px; } .login-page .form-register-success p, .login-page .form-forgotpassword-success p, .login-page .form-login-error p { font-size: 11px; margin: 0; } .login-page .form-register-success.form-login-error, .login-page .form-forgotpassword-success.form-login-error, .login-page .form-login-error.form-login-error { padding: 0; background: #cc2424; } .login-page .form-register-success.form-login-error h3, .login-page .form-forgotpassword-success.form-login-error h3, .login-page .form-login-error.form-login-error h3 { background: #b62020; padding: 10px; margin: 0; margin-bottom: 5px; font-size: 12px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border-radius: 3px 3px 0 0; } .login-page .form-register-success.form-login-error p, .login-page .form-forgotpassword-success.form-login-error p, .login-page .form-login-error.form-login-error p { padding: 10px; } @media (max-width: 991px) { .login-page .login-header { padding: 20px 0; } .login-page .login-form { padding-top: 30px; } .login-page .login-form .form-group.lockscreen-input { margin-top: 0; } .login-page.logging-in .login-header { padding-top: 34px; padding-bottom: 6px; } .login-page.logging-in .login-progressbar-indicator { margin-top: 60px; } .login-page.logging-in .login-form form, .login-page.logging-in .login-form .link { -webkit-transform: translateY(-100px) scale(0.6); transform: translateY(-100px) scale(0.6); } } @media (max-width: 350px) { .login-page .login-content { width: 280px; } } .icheck-list { width: 100%; padding: 0; margin: 0; list-style: none; } .icheck-list > li { display: block; margin-bottom: 10px; } .icheck-list > li:last-child { margin-bottom: 0; } .icheck-skins { display: block; margin-top: 10px; } .icheck-skins:before, .icheck-skins:after { content: " "; display: table; } .icheck-skins:after { clear: both; } .icheck-skins a { display: inline-block; border: 1px solid transparent; background: #333; -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275); width: 20px; height: 20px; margin-right: 5px; } .icheck-skins a[data-color-class=red] { background-color: #d54e21; } .icheck-skins a[data-color-class=green] { background-color: #1b7e5a; } .icheck-skins a[data-color-class=blue] { background-color: #2489c5; } .icheck-skins a[data-color-class=aero] { background-color: #9cc2cb; } .icheck-skins a[data-color-class=grey] { background-color: #73716e; } .icheck-skins a[data-color-class=orange] { background-color: #f70; } .icheck-skins a[data-color-class=yellow] { background-color: #fc3; } .icheck-skins a[data-color-class=pink] { background-color: #a77a94; } .icheck-skins a[data-color-class=purple] { background-color: #6a5a8c; } .icheck-skins a.current { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5); -webkit-transform: scale(1.15); transform: scale(1.15); } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .background-screen-res { min-height: 250px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .row-space-responsive { margin-top: 0px; } .row-space-responsive h4 { margin-top: 0px; margin-bottom: 0px; } .search-sp-responsive { height: 195px; } .background-screen-res-about { min-height: 200px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .contact-info-res { margin-top: 0px; } } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { .background-screen-res { min-height: 500px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .row-space-responsive { margin-top: 195px; } .row-space-responsive h4 { margin-top: 0px; margin-bottom: 0px; } .search-sp-responsive { height: 195px; } .background-screen-res-about { min-height: 400px; } .contact-info-res { margin-top: -150px; } } /* Desktops and laptops ----------- */ @media only screen and (min-width: 1224px) { .background-screen-res { min-height: 651px; z-index: 9; background-size: cover; background-position: top center; background-repeat: no-repeat; } .row-space-responsive { margin-top: 195px; } .row-space-responsive h4 { margin-top: 10px; margin-bottom: 10px; } .search-sp-responsive { height: 100px; } .contact-info-res { margin-top: -150px; } } /* Large screens ----------- */ @media only screen and (min-width: 1824px) { .background-screen-res { min-height: 900px; } .bk-news { padding-top: 650px !important; } } /* General screens -----------*/ .container-responsive { display: -webkit-box; display: flex; flex-wrap: wrap; } .container-responsive .box { padding: 20px 15px 20px 15px; }
0.373076
0.043691
.TituloImagen { margin-top: auto; } @media (max-width:995px){ .TituloImagen { margin-top: 340px; } } @media (max-width:700px){ .TituloImagen { margin-top: 230px; } } .bg_animate .contenedor{ width: 90%; max-width: 60vh; margin: auto; } .bg_animate{ width: 100%; min-height: 100vh; position: relative; overflow: hidden; background: linear-gradient(65deg, rgba(91, 133, 196,0.6), rgba(255, 255, 255, 1)); } .bg_animate .header_nav{ width: 100%; position: absolute; top: 0; left: 0; } .bg_animate .header_nav .contenedor{ display: flex; justify-content: space-between; align-items: center; padding: 15px 0; } .bg_animate .header_nav h1{ color: #fff; font-family: 'Gagalin'; } .bg_animate .header_nav nav a{ color: #fff; text-decoration: none; margin-right: 10px; } .bg_animate .banner{ display: flex; justify-content: space-between; align-items: center; height: 100%; } .bg_animate .banner_title h2{ color: #fff; font-size: 60px; font-weight: 800; margin-bottom: 20px; } .bg_animate .banner_title .llamanos{ color: #fff; font-size: 20px; text-decoration: none; display: inline-block; background: #1A2849; padding: 20px; } .bg_animate .banner_img{ animation: movimiento 2.5s linear infinite; } .bg_animate .banner_img img{ display: block; } /* burbujas */ .bg_animate .ti-heart{ font-size: 50px; color: #fff; opacity: .2; position: absolute; bottom: 100vh; animation: corazones 3s linear infinite ; } .bg_animate .burbuja{ border-radius: 50%; background: #fff; opacity: .2; position: absolute; bottom: 100vh; animation: burbujas 3s linear infinite ; } .bg_animate .burbuja:nth-child(1), .bg_animate .ti-heart:nth-child(1){ width: 80px; height: 80px; left: 7%; animation-duration: 3.6s; animation-delay: .15s; } .bg_animate .burbuja:nth-child(2), .bg_animate .ti-heart:nth-child(2){ width: 100px; height: 100px; left: 35%; animation-duration: 3s; animation-delay: 5s; } .bg_animate .burbuja:nth-child(3), .bg_animate .ti-heart:nth-child(3){ width: 20px; height: 20px; left: 15%; animation-duration: 2s; animation-delay: 4s; } .bg_animate .burbuja:nth-child(4), .bg_animate .ti-heart:nth-child(4){ width: 50px; height: 50px; left: 90%; animation-duration: 6s; animation-delay: 3s; } .bg_animate .burbuja:nth-child(5), .bg_animate .ti-heart:nth-child(5){ width: 70px; height: 70px; left: 65%; animation-duration: 3s; animation-delay: 1s; } .bg_animate .burbuja:nth-child(6), .bg_animate .ti-heart:nth-child(6){ width: 20px; height: 20px; left: 50%; animation-duration: 4s; animation-delay: 4s; } .bg_animate .burbuja:nth-child(7), .bg_animate .ti-heart:nth-child(7){ width: 20px; height: 20px; left: 50%; animation-duration: 4s; animation-delay: 5s; } .bg_animate .burbuja:nth-child(8), .bg_animate .ti-heart:nth-child(8){ width: 100; height: 100px; left: 52%; animation-duration: 5s; animation-delay: 5s; } .bg_animate .burbuja:nth-child(9), .bg_animate .ti-heart:nth-child(9){ width: 65px; height: 65px; left: 51%; animation-duration: 3s; animation-delay: 2s; } .bg_animate .burbuja:nth-child(10), .bg_animate .ti-heart:nth-child(10){ width: 40px; height: 40px; left: 35%; animation-duration: 3s; animation-delay: 4s; } @keyframes corazones{ 0%{ bottom: 0; opacity: 0; transform: translatex(0px); } 30%{ transform: translateX(10px); opacity: .1; } 35%{ opacity: .2; transform: translatex(20px); } 50%{ opacity: .3; transform: translatex(30px); } 65%{ opacity: .2; transform: translatex(20px); } 75%{ opacity: .1; transform: translatex(10px); } 100%{ bottom: 100vh; transform: translatex(0px); opacity: 0; } } @keyframes burbujas{ 0%{ bottom: 0; opacity: 0; transform: translatex(0px); } 30%{ transform: translateX(10px); opacity: .05; } 35%{ opacity: .1; transform: translatex(20px); } 50%{ opacity: .2; transform: translatex(30px); } 65%{ opacity: .1; transform: translatex(20px); } 75%{ opacity: .05; transform: translatex(10px); } 100%{ bottom: 100vh; transform: translatex(0px); opacity: 0; } } @keyframes movimiento{ 0%{ transform: translateY(0); } 50%{ transform: translateY(30px); } 100%{ transform: translateY(0); } }
public/Pagina/css/encabezado.css
.TituloImagen { margin-top: auto; } @media (max-width:995px){ .TituloImagen { margin-top: 340px; } } @media (max-width:700px){ .TituloImagen { margin-top: 230px; } } .bg_animate .contenedor{ width: 90%; max-width: 60vh; margin: auto; } .bg_animate{ width: 100%; min-height: 100vh; position: relative; overflow: hidden; background: linear-gradient(65deg, rgba(91, 133, 196,0.6), rgba(255, 255, 255, 1)); } .bg_animate .header_nav{ width: 100%; position: absolute; top: 0; left: 0; } .bg_animate .header_nav .contenedor{ display: flex; justify-content: space-between; align-items: center; padding: 15px 0; } .bg_animate .header_nav h1{ color: #fff; font-family: 'Gagalin'; } .bg_animate .header_nav nav a{ color: #fff; text-decoration: none; margin-right: 10px; } .bg_animate .banner{ display: flex; justify-content: space-between; align-items: center; height: 100%; } .bg_animate .banner_title h2{ color: #fff; font-size: 60px; font-weight: 800; margin-bottom: 20px; } .bg_animate .banner_title .llamanos{ color: #fff; font-size: 20px; text-decoration: none; display: inline-block; background: #1A2849; padding: 20px; } .bg_animate .banner_img{ animation: movimiento 2.5s linear infinite; } .bg_animate .banner_img img{ display: block; } /* burbujas */ .bg_animate .ti-heart{ font-size: 50px; color: #fff; opacity: .2; position: absolute; bottom: 100vh; animation: corazones 3s linear infinite ; } .bg_animate .burbuja{ border-radius: 50%; background: #fff; opacity: .2; position: absolute; bottom: 100vh; animation: burbujas 3s linear infinite ; } .bg_animate .burbuja:nth-child(1), .bg_animate .ti-heart:nth-child(1){ width: 80px; height: 80px; left: 7%; animation-duration: 3.6s; animation-delay: .15s; } .bg_animate .burbuja:nth-child(2), .bg_animate .ti-heart:nth-child(2){ width: 100px; height: 100px; left: 35%; animation-duration: 3s; animation-delay: 5s; } .bg_animate .burbuja:nth-child(3), .bg_animate .ti-heart:nth-child(3){ width: 20px; height: 20px; left: 15%; animation-duration: 2s; animation-delay: 4s; } .bg_animate .burbuja:nth-child(4), .bg_animate .ti-heart:nth-child(4){ width: 50px; height: 50px; left: 90%; animation-duration: 6s; animation-delay: 3s; } .bg_animate .burbuja:nth-child(5), .bg_animate .ti-heart:nth-child(5){ width: 70px; height: 70px; left: 65%; animation-duration: 3s; animation-delay: 1s; } .bg_animate .burbuja:nth-child(6), .bg_animate .ti-heart:nth-child(6){ width: 20px; height: 20px; left: 50%; animation-duration: 4s; animation-delay: 4s; } .bg_animate .burbuja:nth-child(7), .bg_animate .ti-heart:nth-child(7){ width: 20px; height: 20px; left: 50%; animation-duration: 4s; animation-delay: 5s; } .bg_animate .burbuja:nth-child(8), .bg_animate .ti-heart:nth-child(8){ width: 100; height: 100px; left: 52%; animation-duration: 5s; animation-delay: 5s; } .bg_animate .burbuja:nth-child(9), .bg_animate .ti-heart:nth-child(9){ width: 65px; height: 65px; left: 51%; animation-duration: 3s; animation-delay: 2s; } .bg_animate .burbuja:nth-child(10), .bg_animate .ti-heart:nth-child(10){ width: 40px; height: 40px; left: 35%; animation-duration: 3s; animation-delay: 4s; } @keyframes corazones{ 0%{ bottom: 0; opacity: 0; transform: translatex(0px); } 30%{ transform: translateX(10px); opacity: .1; } 35%{ opacity: .2; transform: translatex(20px); } 50%{ opacity: .3; transform: translatex(30px); } 65%{ opacity: .2; transform: translatex(20px); } 75%{ opacity: .1; transform: translatex(10px); } 100%{ bottom: 100vh; transform: translatex(0px); opacity: 0; } } @keyframes burbujas{ 0%{ bottom: 0; opacity: 0; transform: translatex(0px); } 30%{ transform: translateX(10px); opacity: .05; } 35%{ opacity: .1; transform: translatex(20px); } 50%{ opacity: .2; transform: translatex(30px); } 65%{ opacity: .1; transform: translatex(20px); } 75%{ opacity: .05; transform: translatex(10px); } 100%{ bottom: 100vh; transform: translatex(0px); opacity: 0; } } @keyframes movimiento{ 0%{ transform: translateY(0); } 50%{ transform: translateY(30px); } 100%{ transform: translateY(0); } }
0.505127
0.090735
html { background-color:#092E20; } body { position:relative; border-radius:8px; box-shadow:black 0px 0px 2px; width: 812px; background:#FFF; margin:20px auto; border:solid 1px black; font-family: arial, sans-serif; padding:20px; } #buttons { text-align:center; } a img { position: absolute; top: 0; right: 0; border: 0; } button { height:30px; width:100px; margin:8px auto; } img.preload { display:none; } h1 { font-size:24px; text-align:left; padding:0px; margin:4px auto; } #card-table { background-color:green; height:500px; width:800px; border:solid 6px brown; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; box-shadow:#111 1px 1px 2px; } a:visited {color:blue;} #deal { position: absolute; left:310px; top:170px; } footer { font-size : 12px; color:grey; margin:10px; } footer a, footer a:visited{ color:grey; } footer a:hover { color:black; } .shadow { border: 2px black solid; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; box-shadow:#111 1px 1px 2px; } .joining { height:68px; width:160px; background-color: white; font-size: 10px; padding: 4px; position: absolute; } .joining h6 { font-size: 12px; margin: 2px; } .joining h5 { font-size: 16px; margin: 2px; } .joining input { width: 140px; font-size: 10px; } .joining button { font-size: 10px; width: 85px; height: 20px; margin: 2px auto; text-align: left; } #change-name { top: 246px; left: 294px; height:100px; width:250px; background-color: #DDCC00; font-size: 10px; padding: 4px; position: absolute; } #change-name h5 { font-size: 14px; padding: 4px; padding-bottom: 12px; margin: 0px; line-height: 14px; } .name-plate { position: absolute; font-weight: bold; } .name-plate-0 { left: 696px; top: 393px; } .name-plate-1 { left: 18px; top: 288px; } .name-plate-2 { left: 438px; top: 24px; } .name-plate-3 { left: 696px; top: 288px; } .info-plate { position: absolute; font-weight: bold; font-size: smaller; } .info-plate ul { list-style-type: none; margin: 0; padding: 0; } .info-plate li { margin-top: 4px; } .info-plate-0 { left: 707px; top: 415px; } .info-plate-1 { left: 31px; top: 308px; } .info-plate-2 { left: 449px; top: 44px; } .info-plate-3 { left: 707px; top: 308px; } li.to-play { font-weight: bold; background-color: white; padding: 4px; font-size: 14px; border: 2px solid black; border-radius:12px; box-shadow:black 0px 0px 2px; } li.your-turn { animation: pulse 3s infinite; } @keyframes pulse { 0% { background-color: white; } 50% { background-color: #CC0000; } 100% { background-color: white; } } #trump { position: absolute; left: 379px; top: 220px; display: none; text-align: center; font-weight: bold; font-size: 48px; } #no-trump { position: absolute; left: 340px; top: 218px; display: none; text-align: center; font-weight: bold; font-size: 28px; } #hand-result { position: absolute; left: 440px; top: 150px; display: none; text-align: center; font-weight: bold; font-size: 18px; background: #DDCC00; padding: 8px; } .action-plate { position: absolute; height: 50px; width: 125px; font-size: 24px; line-height: 50px; font-weight: bold; text-align: center; background: #DDCC00; } .action-plate-0 { left: 327px; top: 329px; } .action-plate-1 { left: 98px; top: 180px; } .action-plate-2 { left: 327px; top: 126px; } .action-plate-3 { left: 559px; top: 180px; } .action-plate-me { left: 300px; width: 196px; } .think { background: green url(/static/images/thinking.png) no-repeat 0 0; background-size: 125px; height: 62px; font-size: 18px; } .say-vertical { background: green url(/static/images/saying-vertical.png) no-repeat 0 0; background-size: 125px; height: 62px; font-size: 24px; } .say-horizontal { background: green url(/static/images/saying-horizontal.png) no-repeat 0 0; background-size: 125px; height: 62px; font-size: 24px; } .bubble-0 div { line-height: 60px; } .bubble-1 { transform: scaleX(-1); } .bubble-1 div { line-height: 60px; transform: scaleX(-1); } .bubble-2 { transform: scaleY(-1); } .bubble-2 div { line-height: 60px; transform: scaleY(-1); } .bubble-3 div { line-height: 60px; } .think .emoji { font-size: 36px; } .calling { background: white; font-size: 18px; line-height: 20px; } #bidding { position: absolute; left: 116px; top: 245px; width: 550px; height: 142px; background: #DDCC00; display: none; } #bidding h5 { font-size: 16px; margin: 2px; } #bidding div { text-align: center; margin: 0px; padding: 0px; } #bidding button { width: 100px; height: 36px; font-size: 24px; text-align: center; font-weight: bold; margin-right: 2px; margin-top: 1px; margin-bottom: 1px; } #dealing { position: absolute; left: 315px; top: 365px; width: 170px; height: 80px; background: #DDCC00; display: none; text-align: center; padding: 4px; } #dealing h5 { font-size: 16px; margin: 0px; padding: 0px; } #dealing button { width: 100px; height: 36px; font-size: 24px; text-align: center; font-weight: bold; margin-top: 12px; } #calling { position: absolute; left: 120px; top: 300px; width: 550px; height: 80px; background: #DDCC00; display: none; } #calling h5 { font-size: 16px; margin: 2px; } #calling div { text-align: center; } #calling button { font-size: 24px; font-weight: bold; height: 34px; margin-left: 2px; margin-right: 2px; } #called { position: absolute; left: 192px; top: 184px; width: 400px; height: 80px; background: #DDCC00; display: none; text-align:center; line-height: 80px; z-index: 2000000000; } #called h5 { padding: 0px; margin: 0px; font-size: 40px; } #last-trick { position: absolute; left: 10px; top: 10px; width: 280px; height: 128px; background: #DDCC00; font-size: 11px; font-weight: bold; padding: 3px; } .lead-card { padding: 0px; border: 3px solid red; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; background-clip: border-box; } .winning-card { padding: 0px; border: 3px solid blue; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; background-clip: border-box; } .card-received { padding: 0px; border: 5px solid #DC0; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; background-clip: border-box; } #trick-tally table { width: 120px; border-spacing: 0; margin-top: 16px; } #trick-tally th { border-bottom: 1px solid black; text-align: center; } #trick-tally td { font-size: 18px; text-align: center; } #score { position: absolute; left: 621px; top: 10px; width: 160px; height: 128px; background: #DDCC00; font-size: 11px; font-weight: bold; padding: 3px; } #score table { margin-top: 20px; width: 100%; border-spacing: 0; } #score th { border-bottom: 1px solid black; text-align: center; } #score td { font-size: 18px; text-align: center; } #score-detail { position: absolute; left: 187px; top: 20px; width: 400px; height: 400px; display: none; background-color: white; z-index: 2000000001; font-size: 18px; font-weight: bold; padding: 4px; } #score-detail table { width: 100%; border-spacing: 0; } #score-detail tbody, #score-detail thead { display: block; } #score-detail thead tr th { height: 40px; line-height: 20px; } #score-detail th { border-bottom: 1px solid black; text-align: center; width: 195px; } #score-detail td { text-align: right; width: 195px; } #score-detail tbody { height: 290px; overflow-y: auto; overflow-x: hidden; } #score-detail .score-note { font-size: 10px; text-align: left; padding-left: 12px; } .winner { border-radius:8px; background: green; color: white; padding: 5px; margin: 5px; }
server/static/css/game.css
html { background-color:#092E20; } body { position:relative; border-radius:8px; box-shadow:black 0px 0px 2px; width: 812px; background:#FFF; margin:20px auto; border:solid 1px black; font-family: arial, sans-serif; padding:20px; } #buttons { text-align:center; } a img { position: absolute; top: 0; right: 0; border: 0; } button { height:30px; width:100px; margin:8px auto; } img.preload { display:none; } h1 { font-size:24px; text-align:left; padding:0px; margin:4px auto; } #card-table { background-color:green; height:500px; width:800px; border:solid 6px brown; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; box-shadow:#111 1px 1px 2px; } a:visited {color:blue;} #deal { position: absolute; left:310px; top:170px; } footer { font-size : 12px; color:grey; margin:10px; } footer a, footer a:visited{ color:grey; } footer a:hover { color:black; } .shadow { border: 2px black solid; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; box-shadow:#111 1px 1px 2px; } .joining { height:68px; width:160px; background-color: white; font-size: 10px; padding: 4px; position: absolute; } .joining h6 { font-size: 12px; margin: 2px; } .joining h5 { font-size: 16px; margin: 2px; } .joining input { width: 140px; font-size: 10px; } .joining button { font-size: 10px; width: 85px; height: 20px; margin: 2px auto; text-align: left; } #change-name { top: 246px; left: 294px; height:100px; width:250px; background-color: #DDCC00; font-size: 10px; padding: 4px; position: absolute; } #change-name h5 { font-size: 14px; padding: 4px; padding-bottom: 12px; margin: 0px; line-height: 14px; } .name-plate { position: absolute; font-weight: bold; } .name-plate-0 { left: 696px; top: 393px; } .name-plate-1 { left: 18px; top: 288px; } .name-plate-2 { left: 438px; top: 24px; } .name-plate-3 { left: 696px; top: 288px; } .info-plate { position: absolute; font-weight: bold; font-size: smaller; } .info-plate ul { list-style-type: none; margin: 0; padding: 0; } .info-plate li { margin-top: 4px; } .info-plate-0 { left: 707px; top: 415px; } .info-plate-1 { left: 31px; top: 308px; } .info-plate-2 { left: 449px; top: 44px; } .info-plate-3 { left: 707px; top: 308px; } li.to-play { font-weight: bold; background-color: white; padding: 4px; font-size: 14px; border: 2px solid black; border-radius:12px; box-shadow:black 0px 0px 2px; } li.your-turn { animation: pulse 3s infinite; } @keyframes pulse { 0% { background-color: white; } 50% { background-color: #CC0000; } 100% { background-color: white; } } #trump { position: absolute; left: 379px; top: 220px; display: none; text-align: center; font-weight: bold; font-size: 48px; } #no-trump { position: absolute; left: 340px; top: 218px; display: none; text-align: center; font-weight: bold; font-size: 28px; } #hand-result { position: absolute; left: 440px; top: 150px; display: none; text-align: center; font-weight: bold; font-size: 18px; background: #DDCC00; padding: 8px; } .action-plate { position: absolute; height: 50px; width: 125px; font-size: 24px; line-height: 50px; font-weight: bold; text-align: center; background: #DDCC00; } .action-plate-0 { left: 327px; top: 329px; } .action-plate-1 { left: 98px; top: 180px; } .action-plate-2 { left: 327px; top: 126px; } .action-plate-3 { left: 559px; top: 180px; } .action-plate-me { left: 300px; width: 196px; } .think { background: green url(/static/images/thinking.png) no-repeat 0 0; background-size: 125px; height: 62px; font-size: 18px; } .say-vertical { background: green url(/static/images/saying-vertical.png) no-repeat 0 0; background-size: 125px; height: 62px; font-size: 24px; } .say-horizontal { background: green url(/static/images/saying-horizontal.png) no-repeat 0 0; background-size: 125px; height: 62px; font-size: 24px; } .bubble-0 div { line-height: 60px; } .bubble-1 { transform: scaleX(-1); } .bubble-1 div { line-height: 60px; transform: scaleX(-1); } .bubble-2 { transform: scaleY(-1); } .bubble-2 div { line-height: 60px; transform: scaleY(-1); } .bubble-3 div { line-height: 60px; } .think .emoji { font-size: 36px; } .calling { background: white; font-size: 18px; line-height: 20px; } #bidding { position: absolute; left: 116px; top: 245px; width: 550px; height: 142px; background: #DDCC00; display: none; } #bidding h5 { font-size: 16px; margin: 2px; } #bidding div { text-align: center; margin: 0px; padding: 0px; } #bidding button { width: 100px; height: 36px; font-size: 24px; text-align: center; font-weight: bold; margin-right: 2px; margin-top: 1px; margin-bottom: 1px; } #dealing { position: absolute; left: 315px; top: 365px; width: 170px; height: 80px; background: #DDCC00; display: none; text-align: center; padding: 4px; } #dealing h5 { font-size: 16px; margin: 0px; padding: 0px; } #dealing button { width: 100px; height: 36px; font-size: 24px; text-align: center; font-weight: bold; margin-top: 12px; } #calling { position: absolute; left: 120px; top: 300px; width: 550px; height: 80px; background: #DDCC00; display: none; } #calling h5 { font-size: 16px; margin: 2px; } #calling div { text-align: center; } #calling button { font-size: 24px; font-weight: bold; height: 34px; margin-left: 2px; margin-right: 2px; } #called { position: absolute; left: 192px; top: 184px; width: 400px; height: 80px; background: #DDCC00; display: none; text-align:center; line-height: 80px; z-index: 2000000000; } #called h5 { padding: 0px; margin: 0px; font-size: 40px; } #last-trick { position: absolute; left: 10px; top: 10px; width: 280px; height: 128px; background: #DDCC00; font-size: 11px; font-weight: bold; padding: 3px; } .lead-card { padding: 0px; border: 3px solid red; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; background-clip: border-box; } .winning-card { padding: 0px; border: 3px solid blue; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; background-clip: border-box; } .card-received { padding: 0px; border: 5px solid #DC0; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; background-clip: border-box; } #trick-tally table { width: 120px; border-spacing: 0; margin-top: 16px; } #trick-tally th { border-bottom: 1px solid black; text-align: center; } #trick-tally td { font-size: 18px; text-align: center; } #score { position: absolute; left: 621px; top: 10px; width: 160px; height: 128px; background: #DDCC00; font-size: 11px; font-weight: bold; padding: 3px; } #score table { margin-top: 20px; width: 100%; border-spacing: 0; } #score th { border-bottom: 1px solid black; text-align: center; } #score td { font-size: 18px; text-align: center; } #score-detail { position: absolute; left: 187px; top: 20px; width: 400px; height: 400px; display: none; background-color: white; z-index: 2000000001; font-size: 18px; font-weight: bold; padding: 4px; } #score-detail table { width: 100%; border-spacing: 0; } #score-detail tbody, #score-detail thead { display: block; } #score-detail thead tr th { height: 40px; line-height: 20px; } #score-detail th { border-bottom: 1px solid black; text-align: center; width: 195px; } #score-detail td { text-align: right; width: 195px; } #score-detail tbody { height: 290px; overflow-y: auto; overflow-x: hidden; } #score-detail .score-note { font-size: 10px; text-align: left; padding-left: 12px; } .winner { border-radius:8px; background: green; color: white; padding: 5px; margin: 5px; }
0.445047
0.101545
@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Roboto+Condensed'); body { font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; margin-left: 400px; margin-right: 400px; margin-top: 100px; } input[type=text], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=date], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=number], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=submit] { width: 100%; background-color: #27ae60; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=submit]:hover { background-color: #45a049; } div { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } .new-loan { margin-left: 200px; margin-right: 200px; margin-top: 100px; } .loan { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } .loan .date { width: 20%; } .loan td, .loan th { border: 1px solid #ddd; padding: 8px; } .loan tr:hover {background-color: #ddd;} .loan tr.due-date {background-color: #ecf0f1} .loan th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #565ef0; color: white; } .headings { width: 100% } .headings td, .headings th { padding: 5px; } .headings .label { color: #7f8c8d; } .headings .early { background-color: #27ae60; color: #fff; } .headings .late { background-color: #e74c3c; color: #fff; } .headings .ontime { background-color: #ecf0f1; } .headings .figure-label { text-align: right; } .loan-details { width: 13%; } .controls { width: 20%; text-align: right; } .loan-figures { width: 15%; } .numbers { width: 5%; } .period { background-color: #2ecc71; } .date { text-align: right; } .totals { color: #fff; background-color: #34495e } .due-today { color: #fff; background-color: #e74c3c; } .next-due { color: #fff; background-color: #f1c40f; } .not-yet-due { color: #7f8c8d; }
app/assets/stylesheets/lms/application.css
@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Roboto+Condensed'); body { font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; margin-left: 400px; margin-right: 400px; margin-top: 100px; } input[type=text], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=date], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=number], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=submit] { width: 100%; background-color: #27ae60; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } input[type=submit]:hover { background-color: #45a049; } div { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } .new-loan { margin-left: 200px; margin-right: 200px; margin-top: 100px; } .loan { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; font-family: 'Roboto Condensed', sans-serif; font-family: 'Bree Serif', serif; } .loan .date { width: 20%; } .loan td, .loan th { border: 1px solid #ddd; padding: 8px; } .loan tr:hover {background-color: #ddd;} .loan tr.due-date {background-color: #ecf0f1} .loan th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #565ef0; color: white; } .headings { width: 100% } .headings td, .headings th { padding: 5px; } .headings .label { color: #7f8c8d; } .headings .early { background-color: #27ae60; color: #fff; } .headings .late { background-color: #e74c3c; color: #fff; } .headings .ontime { background-color: #ecf0f1; } .headings .figure-label { text-align: right; } .loan-details { width: 13%; } .controls { width: 20%; text-align: right; } .loan-figures { width: 15%; } .numbers { width: 5%; } .period { background-color: #2ecc71; } .date { text-align: right; } .totals { color: #fff; background-color: #34495e } .due-today { color: #fff; background-color: #e74c3c; } .next-due { color: #fff; background-color: #f1c40f; } .not-yet-due { color: #7f8c8d; }
0.326164
0.088308
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, strong, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, .table-forms .tfoot-buttons, thead, tr, th, td, article, .article, aside, canvas, details, embed, figure, figcaption, footer, .footer, header, hgroup, menu, nav, .nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, .article, aside, details, figcaption, figure, footer, .footer, header, hgroup, menu, nav, .nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } html { position: relative; min-height: 100%; } body { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 75%; line-height: 1.4em; color: #1f2c33; background-color: #ebeef0; margin-bottom: 60px; min-width: 950px; } a:link { color: #0275b8; text-decoration: none; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } a:visited { color: #0275b8; text-decoration: none; } a:hover { outline: 0; color: #0275b8; border-bottom: 1px solid rgba(2, 117, 184, 0.5); } a:focus { position: relative; color: #0275b8; border-bottom: 1px solid rgba(2, 117, 184, 0.5); } a:active { outline: 0; color: #0275b8; border-bottom: 1px solid rgba(2, 117, 184, 0.5); } h1 { font-size: 1.75em; line-height: 1.2em; } :-ms-input-placeholder { color: #6d6d6d !important; } nav a:link, .nav a:link, nav a:visited, .nav a:visited, nav a:hover, .nav a:hover, nav a:focus, .nav a:focus, nav a:active, .nav a:active, .ui-tabs-nav li a, .ui-tabs-nav li.ui-state-disabled a { border: none; } .header-title { position: relative; width: 100%; padding: 0 0 6px 0; margin: 0 0 10px 0; text-align: right; border-bottom: 1px solid #dfe4e7; } .header-title h1 { text-align: left; } article, .article { padding: 10px 10px 0 10px; } .table { display: table; } .cell { display: table-cell; vertical-align: top; } .table-forms-container, .browser-warning-container { margin: 0 0 10px 0; background-color: #fff; border: 1px solid #dfe4e7; padding: 10px; text-align: left; } .table-forms-container > .ui-tabs-nav, .browser-warning-container > .ui-tabs-nav { margin: -10px -10px 10px -10px; } .table-forms { display: table; width: 100%; color: #1f2c33; } .table-forms li { display: table-row; } .table-forms .multiselect-suggest li, .table-forms .multiselect-matches li { display: block; } .table-forms th { color: #768d99; padding: 0 5px 0 0; text-align: left; } .table-forms th:last-child { padding: 0; } .table-forms tfoot .table-forms-td-right, .table-forms .tfoot-buttons .table-forms-td-right { padding-top: 5px; } .table-forms tfoot button, .table-forms .tfoot-buttons button { margin: 0 10px 0 0; } .table-forms .table-forms-td-left { display: table-cell; padding: 5px 0; text-align: right; vertical-align: top; width: 15%; white-space: nowrap; } .table-forms .table-forms-td-left label { display: block; height: 24px; line-height: 24px; } .table-forms .table-forms-td-right { display: table-cell; padding: 5px 0 5px 10px; vertical-align: middle; width: 85%; } .table-forms .table-forms-td-right td { padding: 5px 5px 5px 0; position: relative; } .table-forms .table-forms-td-right td.td-drag-icon { padding: 0 11px 0 0; vertical-align: middle; } .table-forms .table-forms-td-right td .drag-icon { position: absolute; top: 5px; margin-right: 5px; } .table-forms .table-forms-td-right td.center { text-align: center; vertical-align: middle; } .table-forms .table-forms-td-right td.center .btn-grey { margin: 3px 0; } .table-forms h4 { margin-bottom: -5px; } .table-forms .hor-list li { display: inline-block; } input { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 1em; } textarea { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 1em; padding: 4px 5px; margin: 0; overflow: auto; } input[type="checkbox"], input[type="radio"] { margin: 0; padding: 0; border: 0; vertical-align: middle; position: relative; top: -1px; overflow: hidden; width: 13px; height: 13px; background: none; } input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="time"] { margin: 0; padding: 0 5px; min-height: 24px; } .multiselect, input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="time"], input[type="file"], textarea, select { border: 1px solid #acbbc2; color: #1f2c33; background-color: #fff; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color 0.2s ease-out; -moz-transition: border-color 0.2s ease-out; transition: border-color 0.2s ease-out; } .multiselect:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="time"]:focus, input[type="file"]:focus, textarea:focus, select:focus { border-color: #02659f; } button::-moz-focus-inner { padding: 0; border: 0; vertical-align: middle; } button { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 1em; color: #fff; background-color: #0275b8; border: 1px solid #0275b8; margin: 0; padding: 0 11px; min-height: 24px; cursor: pointer; outline: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: border-color, background-color 0.2s ease-out; -moz-transition: border-color, background-color 0.2s ease-out; transition: border-color, background-color 0.2s ease-out; } button:hover { color: #fff; background-color: #02659f; border-color: #02659f; } button:focus { -webkit-box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); -moz-box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); color: #fff; background-color: #02659f; border-color: #02659f; } button:active { color: #fff; background-color: #02659f; border-color: #02659f; } .ui-tabs-nav { height: 30px; line-height: 30px; border-bottom: 1px solid #ebeef0; } .ui-tabs-nav li { display: inline-block; } .ui-tabs-nav li a { padding: 8px 10px; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } .ui-tabs-nav li a:hover { background-color: #e8f5ff; } .ui-tabs-nav li a:focus { background-color: #e8f5ff; } .ui-tabs-nav li a:active { background-color: #e8f5ff; } .ui-tabs-nav li.ui-tabs-active:first-child { border-left: 0; } .ui-tabs-nav li.ui-tabs-active a { padding: 8px 10px 6px 10px; background-color: transparent; color: #1f2c33; text-decoration: none; cursor: default; border-bottom: 3px solid #0275b8; }
blue-theme.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, strong, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, .table-forms .tfoot-buttons, thead, tr, th, td, article, .article, aside, canvas, details, embed, figure, figcaption, footer, .footer, header, hgroup, menu, nav, .nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, .article, aside, details, figcaption, figure, footer, .footer, header, hgroup, menu, nav, .nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } html { position: relative; min-height: 100%; } body { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 75%; line-height: 1.4em; color: #1f2c33; background-color: #ebeef0; margin-bottom: 60px; min-width: 950px; } a:link { color: #0275b8; text-decoration: none; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } a:visited { color: #0275b8; text-decoration: none; } a:hover { outline: 0; color: #0275b8; border-bottom: 1px solid rgba(2, 117, 184, 0.5); } a:focus { position: relative; color: #0275b8; border-bottom: 1px solid rgba(2, 117, 184, 0.5); } a:active { outline: 0; color: #0275b8; border-bottom: 1px solid rgba(2, 117, 184, 0.5); } h1 { font-size: 1.75em; line-height: 1.2em; } :-ms-input-placeholder { color: #6d6d6d !important; } nav a:link, .nav a:link, nav a:visited, .nav a:visited, nav a:hover, .nav a:hover, nav a:focus, .nav a:focus, nav a:active, .nav a:active, .ui-tabs-nav li a, .ui-tabs-nav li.ui-state-disabled a { border: none; } .header-title { position: relative; width: 100%; padding: 0 0 6px 0; margin: 0 0 10px 0; text-align: right; border-bottom: 1px solid #dfe4e7; } .header-title h1 { text-align: left; } article, .article { padding: 10px 10px 0 10px; } .table { display: table; } .cell { display: table-cell; vertical-align: top; } .table-forms-container, .browser-warning-container { margin: 0 0 10px 0; background-color: #fff; border: 1px solid #dfe4e7; padding: 10px; text-align: left; } .table-forms-container > .ui-tabs-nav, .browser-warning-container > .ui-tabs-nav { margin: -10px -10px 10px -10px; } .table-forms { display: table; width: 100%; color: #1f2c33; } .table-forms li { display: table-row; } .table-forms .multiselect-suggest li, .table-forms .multiselect-matches li { display: block; } .table-forms th { color: #768d99; padding: 0 5px 0 0; text-align: left; } .table-forms th:last-child { padding: 0; } .table-forms tfoot .table-forms-td-right, .table-forms .tfoot-buttons .table-forms-td-right { padding-top: 5px; } .table-forms tfoot button, .table-forms .tfoot-buttons button { margin: 0 10px 0 0; } .table-forms .table-forms-td-left { display: table-cell; padding: 5px 0; text-align: right; vertical-align: top; width: 15%; white-space: nowrap; } .table-forms .table-forms-td-left label { display: block; height: 24px; line-height: 24px; } .table-forms .table-forms-td-right { display: table-cell; padding: 5px 0 5px 10px; vertical-align: middle; width: 85%; } .table-forms .table-forms-td-right td { padding: 5px 5px 5px 0; position: relative; } .table-forms .table-forms-td-right td.td-drag-icon { padding: 0 11px 0 0; vertical-align: middle; } .table-forms .table-forms-td-right td .drag-icon { position: absolute; top: 5px; margin-right: 5px; } .table-forms .table-forms-td-right td.center { text-align: center; vertical-align: middle; } .table-forms .table-forms-td-right td.center .btn-grey { margin: 3px 0; } .table-forms h4 { margin-bottom: -5px; } .table-forms .hor-list li { display: inline-block; } input { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 1em; } textarea { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 1em; padding: 4px 5px; margin: 0; overflow: auto; } input[type="checkbox"], input[type="radio"] { margin: 0; padding: 0; border: 0; vertical-align: middle; position: relative; top: -1px; overflow: hidden; width: 13px; height: 13px; background: none; } input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="time"] { margin: 0; padding: 0 5px; min-height: 24px; } .multiselect, input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="time"], input[type="file"], textarea, select { border: 1px solid #acbbc2; color: #1f2c33; background-color: #fff; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color 0.2s ease-out; -moz-transition: border-color 0.2s ease-out; transition: border-color 0.2s ease-out; } .multiselect:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="time"]:focus, input[type="file"]:focus, textarea:focus, select:focus { border-color: #02659f; } button::-moz-focus-inner { padding: 0; border: 0; vertical-align: middle; } button { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 1em; color: #fff; background-color: #0275b8; border: 1px solid #0275b8; margin: 0; padding: 0 11px; min-height: 24px; cursor: pointer; outline: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: border-color, background-color 0.2s ease-out; -moz-transition: border-color, background-color 0.2s ease-out; transition: border-color, background-color 0.2s ease-out; } button:hover { color: #fff; background-color: #02659f; border-color: #02659f; } button:focus { -webkit-box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); -moz-box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); box-shadow: 0 0 0 2px rgba(30, 135, 227, 0.35); color: #fff; background-color: #02659f; border-color: #02659f; } button:active { color: #fff; background-color: #02659f; border-color: #02659f; } .ui-tabs-nav { height: 30px; line-height: 30px; border-bottom: 1px solid #ebeef0; } .ui-tabs-nav li { display: inline-block; } .ui-tabs-nav li a { padding: 8px 10px; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } .ui-tabs-nav li a:hover { background-color: #e8f5ff; } .ui-tabs-nav li a:focus { background-color: #e8f5ff; } .ui-tabs-nav li a:active { background-color: #e8f5ff; } .ui-tabs-nav li.ui-tabs-active:first-child { border-left: 0; } .ui-tabs-nav li.ui-tabs-active a { padding: 8px 10px 6px 10px; background-color: transparent; color: #1f2c33; text-decoration: none; cursor: default; border-bottom: 3px solid #0275b8; }
0.368747
0.100967
* { padding: 0; margin: 0; } body { background: #E7E7E7FF; } .navbar { width: 100%; height: 60px; background: #3A6EFFFF; border-bottom: 2px solid #585858FF; } .sidebar { width: 70px; height: 1120px; background: #3A3A3AFF; float: left; } /*.wrapper { width: 1270px; height: 549px; background: #E7E7E7FF; float: left; margin:5px; }*/ .box1 { width: 250px; height: 150px; background: #5AAA4CFF; float: left; box-shadow: 2px 4px 4px grey; cursor: pointer; } .box2 { width: 250px; height: 150px; background: blue; float: left; margin-left: 30px; box-shadow: 2px 4px 4px grey; cursor: pointer; } .box3 { width: 250px; height: 150px; background: #DC7E3BFF; float: left; margin-left: 30px; box-shadow: 2px 4px 4px grey; cursor: pointer; } .box4 { width: 250px; height: 150px; background: #F74C4FFF; float: left; margin-left: 30px; box-shadow: 2px 4px 4px grey; cursor: pointer; } .boxx { width: 1140px; height: 150px; margin-top: 20px; margin-left:170px; } .admin { color: white; font-size: 35px; line-height: 60px; margin-left: 20px; } .btn { width: 70px; height: 40px; background: #3A3A3AFF; border: none; border-bottom: 1px solid #666666FF; color: white; cursor: pointer; outline-color: #3A3A3AFF; } .btnt { width: 70px; height: 40px; background: #2D2D2DFF; border: none; border-bottom: 1px solid #666666FF; color: white; cursor: pointer; outline-color: #2D2D2DFF; } .btnn { width: 70px; height: 40px; background: #595959FF; border: none; border-bottom: 1px solid #666666FF; color: white; cursor: pointer; outline-color: #595959FF; } .btn:hover { background: #595959FF; } .btnn:hover { background: #353535FF; } .title { width: 120px; height: 150px; float: right; } .int { color: white; margin: 30px 30px; } .intt { color: white; margin: 30px 30px; } .inttt { color: white; margin: 30px 30px; } .intttt { color: white; margin: 30px 30px; } .box1:hover { background: #529646FF; } .box2:hover { background: #5160B4FF; } .box3:hover { background: #F1873AFF; } .box4:hover { background: #CF4330FF; } .insert { margin-top: 40px; margin-left: 20px; width: 150px; height: 30px; background: #507AC7FF; border:none; color: white; font-weight: bold; box-shadow: 2px 2px 4px grey; cursor: pointer; } .insert:hover { background: #335FFFFF; } .hapus { width: 20px; height: 20px; background: #FF1919FF; border: none; color: white; border-radius: 3px; cursor: pointer; margin-left: 30px; } .edit { width: 20px; height: 20px; background: #0808BDFF; border: none; color: white; margin-left: 5px; border-radius: 3px; cursor: pointer; } .dasare { width: 500px; height: 300px; margin:30px auto; border-radius: 20px; border: 1px solid #D9D9D9FF; } .in { width: 400px; margin-left: 50px; margin-top: 50px; height: 40px; background: none; border :1px solid #55B6FFFF; border-radius: 20px; outline:none; text-align: center; } .inn { width: 400px; margin-left: 50px; margin-top: 10px; height: 40px; background: none; border :1px solid #55B6FFFF; border-radius: 20px; text-align: center; outline: none; } .innn { margin-left: 50px; margin-top: 10px; } .sbm { width: 148px; height: 30px; background-color: #5180EEFF; border: none; color: white; font-weight: bold; box-shadow: 2px 2px 3px grey; }
admin css/style1.css
* { padding: 0; margin: 0; } body { background: #E7E7E7FF; } .navbar { width: 100%; height: 60px; background: #3A6EFFFF; border-bottom: 2px solid #585858FF; } .sidebar { width: 70px; height: 1120px; background: #3A3A3AFF; float: left; } /*.wrapper { width: 1270px; height: 549px; background: #E7E7E7FF; float: left; margin:5px; }*/ .box1 { width: 250px; height: 150px; background: #5AAA4CFF; float: left; box-shadow: 2px 4px 4px grey; cursor: pointer; } .box2 { width: 250px; height: 150px; background: blue; float: left; margin-left: 30px; box-shadow: 2px 4px 4px grey; cursor: pointer; } .box3 { width: 250px; height: 150px; background: #DC7E3BFF; float: left; margin-left: 30px; box-shadow: 2px 4px 4px grey; cursor: pointer; } .box4 { width: 250px; height: 150px; background: #F74C4FFF; float: left; margin-left: 30px; box-shadow: 2px 4px 4px grey; cursor: pointer; } .boxx { width: 1140px; height: 150px; margin-top: 20px; margin-left:170px; } .admin { color: white; font-size: 35px; line-height: 60px; margin-left: 20px; } .btn { width: 70px; height: 40px; background: #3A3A3AFF; border: none; border-bottom: 1px solid #666666FF; color: white; cursor: pointer; outline-color: #3A3A3AFF; } .btnt { width: 70px; height: 40px; background: #2D2D2DFF; border: none; border-bottom: 1px solid #666666FF; color: white; cursor: pointer; outline-color: #2D2D2DFF; } .btnn { width: 70px; height: 40px; background: #595959FF; border: none; border-bottom: 1px solid #666666FF; color: white; cursor: pointer; outline-color: #595959FF; } .btn:hover { background: #595959FF; } .btnn:hover { background: #353535FF; } .title { width: 120px; height: 150px; float: right; } .int { color: white; margin: 30px 30px; } .intt { color: white; margin: 30px 30px; } .inttt { color: white; margin: 30px 30px; } .intttt { color: white; margin: 30px 30px; } .box1:hover { background: #529646FF; } .box2:hover { background: #5160B4FF; } .box3:hover { background: #F1873AFF; } .box4:hover { background: #CF4330FF; } .insert { margin-top: 40px; margin-left: 20px; width: 150px; height: 30px; background: #507AC7FF; border:none; color: white; font-weight: bold; box-shadow: 2px 2px 4px grey; cursor: pointer; } .insert:hover { background: #335FFFFF; } .hapus { width: 20px; height: 20px; background: #FF1919FF; border: none; color: white; border-radius: 3px; cursor: pointer; margin-left: 30px; } .edit { width: 20px; height: 20px; background: #0808BDFF; border: none; color: white; margin-left: 5px; border-radius: 3px; cursor: pointer; } .dasare { width: 500px; height: 300px; margin:30px auto; border-radius: 20px; border: 1px solid #D9D9D9FF; } .in { width: 400px; margin-left: 50px; margin-top: 50px; height: 40px; background: none; border :1px solid #55B6FFFF; border-radius: 20px; outline:none; text-align: center; } .inn { width: 400px; margin-left: 50px; margin-top: 10px; height: 40px; background: none; border :1px solid #55B6FFFF; border-radius: 20px; text-align: center; outline: none; } .innn { margin-left: 50px; margin-top: 10px; } .sbm { width: 148px; height: 30px; background-color: #5180EEFF; border: none; color: white; font-weight: bold; box-shadow: 2px 2px 3px grey; }
0.454714
0.163379
@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap'); :root { --main-brown: #251b13; --secondary-brown: #493526; --orange: orange; font-size: 16px; } @keyframes button { from { background-color: var(--main-brown); color: var(--orange); } to { background-color: var(--orange); color: var(--main-brown); } } * { margin: 0; padding: 0; font-family: "Sen", Monospace; } body { background-color: var(--secondary-brown); } label { color: var(--orange); } .page-warpper { display: flex; width: 70%; } .parallax_0 { width: 100%; height: auto; } .parallax_1 { width: 90%; height: auto; } header { display: flex; width: 100%; background-color: var(--main-brown); justify-content: space-between; height: 4rem; } header div { display: flex; } a, a:focus, a:active, a:hover { color: var(--orange); text-decoration: underline; } header a, header a:focus, header a:active { display: flex; background-color: var(--main-brown); text-decoration: none; font-size: 2rem; padding: 0 1rem; align-items: center; } header a:hover { display: flex; background-color: var(--orange); color: var(--main-brown); animation-name: button; animation-duration: .5s; align-items: center; text-decoration: none; } .register, .register:focus, .register:active { display: flex; background-color: var(--main-brown); color: var(--orange); text-decoration: none; font-size: 2rem; padding: 2rem 2rem; justify-content: center; width: auto; align-items: center; margin: auto auto; width: 20%; } .register:hover { display: flex; background-color: var(--orange); color: var(--main-brown); animation-name: button; animation-duration: .5s; align-items: center; text-decoration: none; } .parallax { background-color: orange; display: flex; flex-wrap: wrap; height: 1000px; max-height: 1300px; justify-content: center; align-content: flex-end; overflow-y: hidden; width: 70%; margin: 0 auto; } .parallax img { display: block; overflow-x: hidden; } .content { display: flex; justify-content: center; background-color: var(--main-brown); color: var(--orange); padding: 0 0 4rem 0; width: 70%; margin: 0 auto; } .user-content { display: grid; grid-template-columns: 2fr 4fr; grid-template-areas: "left right"; justify-content: center; background-color: var(--main-brown); color: var(--orange); padding: 0 0 4rem 0; width: 70%; margin: 0 auto; } .requests { grid-area: left; } .history { grid-area: right; } small { display: flex; margin: 0 auto; color: var(--main-brown); width: 60%; padding: 1rem 0; } footer { display: block; color: var(--main-brown); background-color: var(--orange); } .confirmation { width: 100%; height: 100vh; color: var(--orange); font-size: 6rem; display: flex; } .confirmation > p { display: inline; text-align: center; vertical-align: middle; } table { margin: 0 auto; border: var(--orange) 2px; border-style: none solid; border-collapse: separate; border-spacing: 0; } tr { background: var(--main-brown); margin: 0; padding: 0; } td, th { font-size: 2rem; color: var(--orange); padding: 0 .5rem; } form { border-radius: .5rem; padding: 2rem; background-color: var(--main-brown); align-content: center; display: flex; flex-direction: column; border: var(--orange) 2px solid; justify-content: center; } form label { margin: 0.5rem 0; } form input { background-color: var(--secondary-brown); border: none; padding: 0.5rem; width: auto; } form button { margin: 0.5rem auto; font-size: 1rem; width: 50%; background-color: var(--orange); border: none; padding: 0.5rem 0; } form button:hover { background-color: var(--secondary-brown); } tr:nth-child(odd) { background: var(--secondary-brown) } .form-wrapper { height: calc(100vh - 4rem); display: flex; justify-content: center; align-items: center; } .search, .game-request { display: flex; flex-direction: row; padding: 0.5rem; border: none; } .search input, .game-request input { width: 20rem; margin: 0; padding: 0.5rem; } .game-request { align-items: center; } .search button, .game-request button { margin: 0; padding: 0.5rem 0; } article { margin: 0 0 2rem 0; } @media screen and (max-width: 1600px) { .parallax, .content, .page-warpper, .user-content { width: 100%; } } @media screen and (min-width: 660px) { .content-wrapper { width: 70%; } article { width: 55%; margin: 0 0 10rem 0; } article:nth-child(even) { margin: 0 0 10rem 45%; } article h2 { margin-bottom: .5rem; } article p { text-indent: 2rem; } }
css/index.css
@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap'); :root { --main-brown: #251b13; --secondary-brown: #493526; --orange: orange; font-size: 16px; } @keyframes button { from { background-color: var(--main-brown); color: var(--orange); } to { background-color: var(--orange); color: var(--main-brown); } } * { margin: 0; padding: 0; font-family: "Sen", Monospace; } body { background-color: var(--secondary-brown); } label { color: var(--orange); } .page-warpper { display: flex; width: 70%; } .parallax_0 { width: 100%; height: auto; } .parallax_1 { width: 90%; height: auto; } header { display: flex; width: 100%; background-color: var(--main-brown); justify-content: space-between; height: 4rem; } header div { display: flex; } a, a:focus, a:active, a:hover { color: var(--orange); text-decoration: underline; } header a, header a:focus, header a:active { display: flex; background-color: var(--main-brown); text-decoration: none; font-size: 2rem; padding: 0 1rem; align-items: center; } header a:hover { display: flex; background-color: var(--orange); color: var(--main-brown); animation-name: button; animation-duration: .5s; align-items: center; text-decoration: none; } .register, .register:focus, .register:active { display: flex; background-color: var(--main-brown); color: var(--orange); text-decoration: none; font-size: 2rem; padding: 2rem 2rem; justify-content: center; width: auto; align-items: center; margin: auto auto; width: 20%; } .register:hover { display: flex; background-color: var(--orange); color: var(--main-brown); animation-name: button; animation-duration: .5s; align-items: center; text-decoration: none; } .parallax { background-color: orange; display: flex; flex-wrap: wrap; height: 1000px; max-height: 1300px; justify-content: center; align-content: flex-end; overflow-y: hidden; width: 70%; margin: 0 auto; } .parallax img { display: block; overflow-x: hidden; } .content { display: flex; justify-content: center; background-color: var(--main-brown); color: var(--orange); padding: 0 0 4rem 0; width: 70%; margin: 0 auto; } .user-content { display: grid; grid-template-columns: 2fr 4fr; grid-template-areas: "left right"; justify-content: center; background-color: var(--main-brown); color: var(--orange); padding: 0 0 4rem 0; width: 70%; margin: 0 auto; } .requests { grid-area: left; } .history { grid-area: right; } small { display: flex; margin: 0 auto; color: var(--main-brown); width: 60%; padding: 1rem 0; } footer { display: block; color: var(--main-brown); background-color: var(--orange); } .confirmation { width: 100%; height: 100vh; color: var(--orange); font-size: 6rem; display: flex; } .confirmation > p { display: inline; text-align: center; vertical-align: middle; } table { margin: 0 auto; border: var(--orange) 2px; border-style: none solid; border-collapse: separate; border-spacing: 0; } tr { background: var(--main-brown); margin: 0; padding: 0; } td, th { font-size: 2rem; color: var(--orange); padding: 0 .5rem; } form { border-radius: .5rem; padding: 2rem; background-color: var(--main-brown); align-content: center; display: flex; flex-direction: column; border: var(--orange) 2px solid; justify-content: center; } form label { margin: 0.5rem 0; } form input { background-color: var(--secondary-brown); border: none; padding: 0.5rem; width: auto; } form button { margin: 0.5rem auto; font-size: 1rem; width: 50%; background-color: var(--orange); border: none; padding: 0.5rem 0; } form button:hover { background-color: var(--secondary-brown); } tr:nth-child(odd) { background: var(--secondary-brown) } .form-wrapper { height: calc(100vh - 4rem); display: flex; justify-content: center; align-items: center; } .search, .game-request { display: flex; flex-direction: row; padding: 0.5rem; border: none; } .search input, .game-request input { width: 20rem; margin: 0; padding: 0.5rem; } .game-request { align-items: center; } .search button, .game-request button { margin: 0; padding: 0.5rem 0; } article { margin: 0 0 2rem 0; } @media screen and (max-width: 1600px) { .parallax, .content, .page-warpper, .user-content { width: 100%; } } @media screen and (min-width: 660px) { .content-wrapper { width: 70%; } article { width: 55%; margin: 0 0 10rem 0; } article:nth-child(even) { margin: 0 0 10rem 45%; } article h2 { margin-bottom: .5rem; } article p { text-indent: 2rem; } }
0.618204
0.119459
.pagination { clear:both; margin:1em 0; padding:0; text-align:center; } .pagination li { display:inline-block; *display:inline; vertical-align:top; list-style:none; } .pagination li.previous { margin-right:.3em; } .pagination li.next { margin-left:.3em; } .pagination li a, .pagination li em { display:inline-block; min-width:1em; min-height:1.2em; padding:.1em .2em; font-size:.9em; text-decoration:none; background:#EEE; border:1px solid #CCC; font-style:normal; } .pagination li a:hover, .pagination li a:focus, .pagination li em:hover, .pagination li em:focus { color:#FFF; background:#000; } .pagination li.on a, .pagination li.on em, .pagination li span em { color:#F50; font-weight:bold; background:#FFF; } .pagination li.first a, .pagination li.previous a, .pagination li.next a, .pagination li.last a, .pagination li.first em, .pagination li.previous em, .pagination li.next em, .pagination li.last em { vertical-align:middle; background-position:center center; background-repeat:no-repeat; } .pagination li.first a, .pagination li.first em {background-image:url("big_goto-m-orange-w.png");} .pagination li.previous a, .pagination li.previous em {background-image:url("big_triangle-m-orange-w.png");} .pagination li.next a, .pagination li.next em {background-image:url("big_triangle-m-orange-e.png");} .pagination li.last a, .pagination li.last em {background-image:url("big_goto-m-orange-e.png");} .pagination li.first a:hover, .pagination li.first em:hover {background-image:url("big_goto-m-white-w.png");} .pagination li.previous a:hover, .pagination li.previous em:hover {background-image:url("big_triangle-m-white-w.png");} .pagination li.next a:hover, .pagination li.next em:hover {background-image:url("big_triangle-m-white-e.png");} .pagination li.last a:hover, .pagination li.last em:hover {background-image:url("big_goto-m-white-e.png");} .pagination li.first a:focus {background-image:url("big_goto-m-white-w.png");} .pagination li.previous a:focus {background-image:url("big_triangle-m-white-w.png");} .pagination li.next a:focus {background-image:url("big_triangle-m-white-e.png");} .pagination li.last a:focus {background-image:url("big_goto-m-white-e.png");} .pagination li.direct { font-size:.9em; } .pagination li.direct form { padding:0; *display:inline; }
cloud-paas/cloud-paas-webapp/cloud-paas-webapp-war/src/main/java/com/francetelecom/clara/cloud/presentation/tools/component/OBigPagingNavigator-adapted.css
.pagination { clear:both; margin:1em 0; padding:0; text-align:center; } .pagination li { display:inline-block; *display:inline; vertical-align:top; list-style:none; } .pagination li.previous { margin-right:.3em; } .pagination li.next { margin-left:.3em; } .pagination li a, .pagination li em { display:inline-block; min-width:1em; min-height:1.2em; padding:.1em .2em; font-size:.9em; text-decoration:none; background:#EEE; border:1px solid #CCC; font-style:normal; } .pagination li a:hover, .pagination li a:focus, .pagination li em:hover, .pagination li em:focus { color:#FFF; background:#000; } .pagination li.on a, .pagination li.on em, .pagination li span em { color:#F50; font-weight:bold; background:#FFF; } .pagination li.first a, .pagination li.previous a, .pagination li.next a, .pagination li.last a, .pagination li.first em, .pagination li.previous em, .pagination li.next em, .pagination li.last em { vertical-align:middle; background-position:center center; background-repeat:no-repeat; } .pagination li.first a, .pagination li.first em {background-image:url("big_goto-m-orange-w.png");} .pagination li.previous a, .pagination li.previous em {background-image:url("big_triangle-m-orange-w.png");} .pagination li.next a, .pagination li.next em {background-image:url("big_triangle-m-orange-e.png");} .pagination li.last a, .pagination li.last em {background-image:url("big_goto-m-orange-e.png");} .pagination li.first a:hover, .pagination li.first em:hover {background-image:url("big_goto-m-white-w.png");} .pagination li.previous a:hover, .pagination li.previous em:hover {background-image:url("big_triangle-m-white-w.png");} .pagination li.next a:hover, .pagination li.next em:hover {background-image:url("big_triangle-m-white-e.png");} .pagination li.last a:hover, .pagination li.last em:hover {background-image:url("big_goto-m-white-e.png");} .pagination li.first a:focus {background-image:url("big_goto-m-white-w.png");} .pagination li.previous a:focus {background-image:url("big_triangle-m-white-w.png");} .pagination li.next a:focus {background-image:url("big_triangle-m-white-e.png");} .pagination li.last a:focus {background-image:url("big_goto-m-white-e.png");} .pagination li.direct { font-size:.9em; } .pagination li.direct form { padding:0; *display:inline; }
0.346762
0.110615
html { width: 500px; min-height: 300px; } body { font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif; font-size: 12px; width: 500px; min-height: 300px; background-image: url("../img/gears.gif"); background-repeat: no-repeat; background-position: center; } body.bing-translate { background-color: #fff; background-image: none; } .container-fluid { overflow: hidden; max-height: 600px; background: #fff; } .app-vers { font-size: small; padding-left: 7px; } .tab-pane { padding-top: 20px; padding-bottom: 20px; margin-bottom: 0; } .cmn-toggle { position: absolute; margin-left: -9999px; visibility: hidden; } .cmn-toggle+label { display: block; position: relative; cursor: pointer; outline: none; user-select: none; } input.cmn-toggle-round+label { padding: 2px; background-color: #dddddd; border-radius: 20px; } input.cmn-toggle-round.cmn-horizontal+label { width: 40px; height: 20px; } input.cmn-toggle-round.cmn-vertical+label { height: 40px; width: 20px; } input.cmn-toggle-round+label:before, input.cmn-toggle-round+label:after { display: block; position: absolute; top: 0px; left: 1px; bottom: 1px; content: ""; } input.cmn-toggle-round+label:before { right: 1px; background-color: #f1f1f1; border-radius: 20px; transition: background 0.4s; } input.cmn-toggle-round+label:after { height: 20px; width: 20px; background-color: #fff; border-radius: 100%; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); transition: margin 0.4s; } input.cmn-toggle-round:disabled+label:after { box-shadow: 0 2px 5px rgba(0, 0, 0, 0); } input.cmn-toggle-round:checked+label:before { background-color: #8ce196; } input.cmn-toggle-round.cmn-horizontal:checked+label:after { margin-left: 20px; } input.cmn-toggle-round.cmn-vertical:checked+label:after { margin-top: 20px; } #overlay { display: none; } #overlay.overlay { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); color: white; padding: 30px; height: 100%; margin: 10px -8px; } .panel { padding-top: 20px; } ul#nav>li { position: relative; width: 20%; } ul#nav #navHtml { display: none; } #nav>li .switch { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); z-index: 2; } .sub-nav-tabs { display: none; } .sub-nav-tabs.active { display: block; } #nav a[data-toggle=tab-disabled], .cmn-toggle[disabled]+label { cursor: no-drop } .picto-warning { display: inline-block; padding-left: 60px; width: 50px; background-repeat: no-repeat; background-position: center; background-image: url("../img/warning.png"); }
resources/css/popup.css
html { width: 500px; min-height: 300px; } body { font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif; font-size: 12px; width: 500px; min-height: 300px; background-image: url("../img/gears.gif"); background-repeat: no-repeat; background-position: center; } body.bing-translate { background-color: #fff; background-image: none; } .container-fluid { overflow: hidden; max-height: 600px; background: #fff; } .app-vers { font-size: small; padding-left: 7px; } .tab-pane { padding-top: 20px; padding-bottom: 20px; margin-bottom: 0; } .cmn-toggle { position: absolute; margin-left: -9999px; visibility: hidden; } .cmn-toggle+label { display: block; position: relative; cursor: pointer; outline: none; user-select: none; } input.cmn-toggle-round+label { padding: 2px; background-color: #dddddd; border-radius: 20px; } input.cmn-toggle-round.cmn-horizontal+label { width: 40px; height: 20px; } input.cmn-toggle-round.cmn-vertical+label { height: 40px; width: 20px; } input.cmn-toggle-round+label:before, input.cmn-toggle-round+label:after { display: block; position: absolute; top: 0px; left: 1px; bottom: 1px; content: ""; } input.cmn-toggle-round+label:before { right: 1px; background-color: #f1f1f1; border-radius: 20px; transition: background 0.4s; } input.cmn-toggle-round+label:after { height: 20px; width: 20px; background-color: #fff; border-radius: 100%; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); transition: margin 0.4s; } input.cmn-toggle-round:disabled+label:after { box-shadow: 0 2px 5px rgba(0, 0, 0, 0); } input.cmn-toggle-round:checked+label:before { background-color: #8ce196; } input.cmn-toggle-round.cmn-horizontal:checked+label:after { margin-left: 20px; } input.cmn-toggle-round.cmn-vertical:checked+label:after { margin-top: 20px; } #overlay { display: none; } #overlay.overlay { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); color: white; padding: 30px; height: 100%; margin: 10px -8px; } .panel { padding-top: 20px; } ul#nav>li { position: relative; width: 20%; } ul#nav #navHtml { display: none; } #nav>li .switch { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); z-index: 2; } .sub-nav-tabs { display: none; } .sub-nav-tabs.active { display: block; } #nav a[data-toggle=tab-disabled], .cmn-toggle[disabled]+label { cursor: no-drop } .picto-warning { display: inline-block; padding-left: 60px; width: 50px; background-repeat: no-repeat; background-position: center; background-image: url("../img/warning.png"); }
0.475118
0.087019
.fade_in_mobile{ opacity:0; } .mobile_graph_container{ -webkit-transition: opacity .5s; -moz-transition: opacity .5s; transition: opacity .5s; overflow:scroll; position:absolute; padding-top:75px; top:0px; width:100%; bottom:0px; } .graphs_mobile{ font-size:20px; z-index:0; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background:white; } #back{ text-decoration:none; color:black; padding:20px; padding-left:15px; } .leader_board_mobile_title{ color:#858585; background:#f3f3f3; width:100%; box-sizing:border-box; padding:15px; text-align:center; font-weight:bold; } .leader_board_mobile_sub_title{ color:#858585; background:#f3f3f3; width:100%; box-sizing:border-box; padding:15px; text-align:center; font-weight:bold; } .leader_board_mobile_th{ width:100%; box-sizing:border-box; background:white; color:#bababa; font-size:12px; text-transform:uppercase; } .leader_board_mobile_th div{ width:33.33333333333333333333%; padding-top:0px; padding-bottom:15px; text-align:center; display:inline-block; } .leader_board_mobile_footer{ width:100%; box-sizing:border-box; background:white; color:#858585; } .leader_board_mobile_footer div{ transition: background .2s ease-in-out; width:33.33333333333333333333%; padding-top:15px; padding-bottom:15px; text-align:center; display:inline-block; } .leader_board_mobile{ width:100%; box-sizing:border-box; background:white; color:#757575; } .leader_board_mobile_stats div{ width:33.33333333333333333333%; padding-top:15px; padding-bottom:15px; font-weight:bold; text-align:center; display:inline-block; } .highlight_mobile_table{ /* background:#63d1f8; color:white!important; */ background:#63d1f8; color:white!important; } .selected_mobile{ background:#f3f3f3; font-weight:bold; } .leader_board_mobile_table{ width:100%; box-sizing:border-box; color:#858585; border-spacing:0; border-collapse:collapse; } .leader_board_mobile_table tr{ /*border-bottom:1px solid #f8f8f8;*/ color:white; transition: opacity .3s ease-in-out; transition-delay: .4s; } .leader_board_mobile_table tr td{ text-align:center; padding:15px; } .leader_board_mobile_table tr td:last-child{ text-align:right; } .leader_board_mobile_table tr td:first-child{ text-align:left; font-weight:bold; } .zone_times_table_mobile tr td:first-child, .zone_times_table_mobile tr th:first-child{ text-align:center; font-weight:bold; width:7%; line-height:40px; } .zone_times_table_mobile{ width:100%; -webkit-user-select: none; color:#858585; margin-bottom:15px; } .zone_times_table_mobile th, .zone_times_table_mobile td { padding:15px; } .h_graph_mobile_container{ height:40px; background:#f3f3f3; width:100%; position:relative; } .h_graph_mobile_complete{ transition-delay: .2s; transition: width .6s ease; height:40px; line-height:40px; text-align:center; color:white; font-weight:bold; } .gradient_redish{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db4ef4+0,ea2779+100 */ background: #db4ef4; /* Old browsers */ background: -moz-linear-gradient(top, #db4ef4 0%, #ea2779 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #db4ef4 0%,#ea2779 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #db4ef4 0%,#ea2779 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4ef4', endColorstr='#ea2779',GradientType=0 ); /* IE6-9 */ background-size: 1000px 150px; } .leader_board_wrapper{ overflow:hidden; transition: height .3s ease-in-out; } .invisible_mobile{ opacity:0; }
app/assets/stylesheets/graph_mobile.css
.fade_in_mobile{ opacity:0; } .mobile_graph_container{ -webkit-transition: opacity .5s; -moz-transition: opacity .5s; transition: opacity .5s; overflow:scroll; position:absolute; padding-top:75px; top:0px; width:100%; bottom:0px; } .graphs_mobile{ font-size:20px; z-index:0; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background:white; } #back{ text-decoration:none; color:black; padding:20px; padding-left:15px; } .leader_board_mobile_title{ color:#858585; background:#f3f3f3; width:100%; box-sizing:border-box; padding:15px; text-align:center; font-weight:bold; } .leader_board_mobile_sub_title{ color:#858585; background:#f3f3f3; width:100%; box-sizing:border-box; padding:15px; text-align:center; font-weight:bold; } .leader_board_mobile_th{ width:100%; box-sizing:border-box; background:white; color:#bababa; font-size:12px; text-transform:uppercase; } .leader_board_mobile_th div{ width:33.33333333333333333333%; padding-top:0px; padding-bottom:15px; text-align:center; display:inline-block; } .leader_board_mobile_footer{ width:100%; box-sizing:border-box; background:white; color:#858585; } .leader_board_mobile_footer div{ transition: background .2s ease-in-out; width:33.33333333333333333333%; padding-top:15px; padding-bottom:15px; text-align:center; display:inline-block; } .leader_board_mobile{ width:100%; box-sizing:border-box; background:white; color:#757575; } .leader_board_mobile_stats div{ width:33.33333333333333333333%; padding-top:15px; padding-bottom:15px; font-weight:bold; text-align:center; display:inline-block; } .highlight_mobile_table{ /* background:#63d1f8; color:white!important; */ background:#63d1f8; color:white!important; } .selected_mobile{ background:#f3f3f3; font-weight:bold; } .leader_board_mobile_table{ width:100%; box-sizing:border-box; color:#858585; border-spacing:0; border-collapse:collapse; } .leader_board_mobile_table tr{ /*border-bottom:1px solid #f8f8f8;*/ color:white; transition: opacity .3s ease-in-out; transition-delay: .4s; } .leader_board_mobile_table tr td{ text-align:center; padding:15px; } .leader_board_mobile_table tr td:last-child{ text-align:right; } .leader_board_mobile_table tr td:first-child{ text-align:left; font-weight:bold; } .zone_times_table_mobile tr td:first-child, .zone_times_table_mobile tr th:first-child{ text-align:center; font-weight:bold; width:7%; line-height:40px; } .zone_times_table_mobile{ width:100%; -webkit-user-select: none; color:#858585; margin-bottom:15px; } .zone_times_table_mobile th, .zone_times_table_mobile td { padding:15px; } .h_graph_mobile_container{ height:40px; background:#f3f3f3; width:100%; position:relative; } .h_graph_mobile_complete{ transition-delay: .2s; transition: width .6s ease; height:40px; line-height:40px; text-align:center; color:white; font-weight:bold; } .gradient_redish{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db4ef4+0,ea2779+100 */ background: #db4ef4; /* Old browsers */ background: -moz-linear-gradient(top, #db4ef4 0%, #ea2779 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #db4ef4 0%,#ea2779 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #db4ef4 0%,#ea2779 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4ef4', endColorstr='#ea2779',GradientType=0 ); /* IE6-9 */ background-size: 1000px 150px; } .leader_board_wrapper{ overflow:hidden; transition: height .3s ease-in-out; } .invisible_mobile{ opacity:0; }
0.29931
0.048339
@import "colors.css"; @import "media-queries.css"; .button { width: 100%; font-weight: 900; font-size: 16px; line-height: 2.75; padding: 0; border: none; border-radius: 4px; background-color: var(--button-default-background); color: var(--button-label-color); text-align: center; cursor: pointer; &:active { background: var(--button-active-background); } &:focus { /* outline: 4px solid var(--baby-blue); */ box-shadow: 0 0 3pt 2pt var(--baby-blue); background: var(--button-focus-background); } & > span { vertical-align: middle; } & > :global(.icon) { vertical-align: middle; margin-right: 0.3em; } &:disabled { color: var(--button-disabled-color); background: var(--button-disabled-background); &:hover { cursor: not-allowed; } } } ._loading { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAF/VASP8AAABBSURBVHheZckxFYAgFADA8zkwYgMr2MBKNpBoRCHCHxl4YADnsxymy/DoQmyh7aGmUHJwBnfjraxiW+yTNMj9xx9ZVxpfjbpEWgAAAABJRU5ErkJggg==); animation: caramel .5s linear infinite; &:hover { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAF/VASP8AAABBSURBVHheZckxFYAgFADA8zkwYgMr2MBKNpBoRCHCHxl4YADnsxymy/DoQmyh7aGmUHJwBnfjraxiW+yTNMj9xx9ZVxpfjbpEWgAAAABJRU5ErkJggg==); animation: caramel .5s linear infinite; } &:disabled { color: var(--button-disabled-color); background: var(--button-disabled-background); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAF/VASP8AAABBSURBVHheZckxFYAgFADA8zkwYgMr2MBKNpBoRCHCHxl4YADnsxymy/DoQmyh7aGmUHJwBnfjraxiW+yTNMj9xx9ZVxpfjbpEWgAAAABJRU5ErkJggg==); animation: caramel .5s linear infinite; &:hover { color: var(--button-disabled-color); cursor: not-allowed; } } } ._secondary { background: var(--button-alt-default-background); color: var(--button-label-color); &:active { background: var(--button-alt-active-background); } &:focus { background: var(--button-alt-default-background); color: var(--button-label-color); } } @media (--large) { .button { font-size: 20px; line-height: 2.9; } } @keyframes caramel { from { background-position: 0 0; } to { background-position: 20px 0; } }
demo/peacock/src/ui/css/buttons.css
@import "colors.css"; @import "media-queries.css"; .button { width: 100%; font-weight: 900; font-size: 16px; line-height: 2.75; padding: 0; border: none; border-radius: 4px; background-color: var(--button-default-background); color: var(--button-label-color); text-align: center; cursor: pointer; &:active { background: var(--button-active-background); } &:focus { /* outline: 4px solid var(--baby-blue); */ box-shadow: 0 0 3pt 2pt var(--baby-blue); background: var(--button-focus-background); } & > span { vertical-align: middle; } & > :global(.icon) { vertical-align: middle; margin-right: 0.3em; } &:disabled { color: var(--button-disabled-color); background: var(--button-disabled-background); &:hover { cursor: not-allowed; } } } ._loading { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAF/VASP8AAABBSURBVHheZckxFYAgFADA8zkwYgMr2MBKNpBoRCHCHxl4YADnsxymy/DoQmyh7aGmUHJwBnfjraxiW+yTNMj9xx9ZVxpfjbpEWgAAAABJRU5ErkJggg==); animation: caramel .5s linear infinite; &:hover { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAF/VASP8AAABBSURBVHheZckxFYAgFADA8zkwYgMr2MBKNpBoRCHCHxl4YADnsxymy/DoQmyh7aGmUHJwBnfjraxiW+yTNMj9xx9ZVxpfjbpEWgAAAABJRU5ErkJggg==); animation: caramel .5s linear infinite; } &:disabled { color: var(--button-disabled-color); background: var(--button-disabled-background); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAF/VASP8AAABBSURBVHheZckxFYAgFADA8zkwYgMr2MBKNpBoRCHCHxl4YADnsxymy/DoQmyh7aGmUHJwBnfjraxiW+yTNMj9xx9ZVxpfjbpEWgAAAABJRU5ErkJggg==); animation: caramel .5s linear infinite; &:hover { color: var(--button-disabled-color); cursor: not-allowed; } } } ._secondary { background: var(--button-alt-default-background); color: var(--button-label-color); &:active { background: var(--button-alt-active-background); } &:focus { background: var(--button-alt-default-background); color: var(--button-label-color); } } @media (--large) { .button { font-size: 20px; line-height: 2.9; } } @keyframes caramel { from { background-position: 0 0; } to { background-position: 20px 0; } }
0.480966
0.098469
body, html { width: 100%; height: 100%; margin: 0; overflow: hidden; background-color: black; color: white; font-family: 'Ubuntu'; } .landscape-warn { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); font-size: 400%; } .landscape-warn { display: none; } .content { display: inline-block; } h1 { font-size: 1000%; font-family: 'Overpass Mono'; color: lime; margin: 5px; } h2 { font-size: 800%; font-family: 'Overpass Mono'; color: lime; margin-bottom: 16px; } .description, #alert-msg { color: white; text-decoration: none; } .description { font-size: 300%; } .theme-desc { font-size: 325%; color: white; padding: 3px; } #theme-bg-picker, #theme-sc-picker { font-size: 400%; } .start-body { width: 100%; } input { display: block; font-size: 500%; background: none; border: 10px solid lime; border-radius: 20px; opacity: 0.7; transition: opacity 750ms; color: white; padding: 12px; text-align: center; width: 95%; } #name-area, #client-count-area, #pid { width: 90vw; } button { background: none; font-size: 500%; border: 10px solid lime; border-radius: 20px; opacity: 0.7; transition: opacity 750ms; padding: 12px; color: white; } #loading, #alert-box, #overlay, #tooltipArea, #playing-area, #finish-area, #theme-editor { display: none; } .mobile-center { position: absolute; top: 35%; left: 50%; transform: translate(-50%, -35%); display: block; } #overlay { position: absolute; width: 100%; height: 100%; opacity: 0.8; background-color: black; z-index: 2; } #loading { font-size: 800%; color: white; opacity: 1; margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); } #theme-editor { width: 75%; position: fixed; top: 50%; left: 50%; padding: 9px; color: white; border: 9px solid lime; border-radius: 13px; transform: translate(-50%, -50%); z-index: 1000; padding: 20px; } #join-game { font-size: 700%; width: 60%; } #join, #show-theme { width: 60%; } #alert-box { margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); padding: 25px; border: 10px solid lime; border-radius: 10px; z-index: 3; } #alert-msg { font-size: 300%; } #alert-ok { font-size: 300%; width: 70%; } #wait-message { font-size: 700%; } #wait { font-size: 400%; position: relative; font-family: 'Ubuntu'; color: lime; opacity: 0.5; transition: opacity 750ms; } .mobile-wait { position: absolute; top: 20%; left: 50%; margin-right: -50%; transform: translate(-50%, -20%); } .ans { position: absolute; font-size: 150%; font-family: 'Ubuntu'; color: lime; width: 44%; height: 45%; opacity: 0.7; background-color: black; cursor: pointer; border: 10px solid lime; transition: opacity 250ms; } #ans0 { top: 4%; left: 4%; transform: translate(-3%, -3%); } #ans1 { top: 4%; left: 97%; transform: translate(-97%, -3%); } #ans2 { top: 96%; left: 4%; transform: translate(-3%, -97%); } #ans3 { top: 96%; left: 97%; transform: translate(-97%, -97%); } .shape { position: relative; top: 50%; left: 50%; color: lime; transform: translate(-50%, -50%); -webkit-box-align: center; -webkit-box-pack: center; display:-webkit-box; font-size: 1000%; } .dropdown { font-size: 350%; font-family: 'Ubuntu'; color: black; background-color: lime; border-radius: 12px; padding: 5px; z-index: 99; margin: 10px; width: auto; display: inline-block; position: relative; width: 90%; } #dropdowns { position: absolute; width: 100%; height: 100%; z-index: 98; pointer-events: none; } .mobile-ended { font-size: 500%; margin-bottom: 20px; white-space: nowrap; } .mobile-ended-2 { font-size: 400%; text-align: center; } .finish-data { font-size: 400%; } @media only screen and (orientation:landscape) { /* TODO: add landscape specific CSS */ }
ukahoot/src/mobile/mobileInterface.css
body, html { width: 100%; height: 100%; margin: 0; overflow: hidden; background-color: black; color: white; font-family: 'Ubuntu'; } .landscape-warn { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); font-size: 400%; } .landscape-warn { display: none; } .content { display: inline-block; } h1 { font-size: 1000%; font-family: 'Overpass Mono'; color: lime; margin: 5px; } h2 { font-size: 800%; font-family: 'Overpass Mono'; color: lime; margin-bottom: 16px; } .description, #alert-msg { color: white; text-decoration: none; } .description { font-size: 300%; } .theme-desc { font-size: 325%; color: white; padding: 3px; } #theme-bg-picker, #theme-sc-picker { font-size: 400%; } .start-body { width: 100%; } input { display: block; font-size: 500%; background: none; border: 10px solid lime; border-radius: 20px; opacity: 0.7; transition: opacity 750ms; color: white; padding: 12px; text-align: center; width: 95%; } #name-area, #client-count-area, #pid { width: 90vw; } button { background: none; font-size: 500%; border: 10px solid lime; border-radius: 20px; opacity: 0.7; transition: opacity 750ms; padding: 12px; color: white; } #loading, #alert-box, #overlay, #tooltipArea, #playing-area, #finish-area, #theme-editor { display: none; } .mobile-center { position: absolute; top: 35%; left: 50%; transform: translate(-50%, -35%); display: block; } #overlay { position: absolute; width: 100%; height: 100%; opacity: 0.8; background-color: black; z-index: 2; } #loading { font-size: 800%; color: white; opacity: 1; margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); } #theme-editor { width: 75%; position: fixed; top: 50%; left: 50%; padding: 9px; color: white; border: 9px solid lime; border-radius: 13px; transform: translate(-50%, -50%); z-index: 1000; padding: 20px; } #join-game { font-size: 700%; width: 60%; } #join, #show-theme { width: 60%; } #alert-box { margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); padding: 25px; border: 10px solid lime; border-radius: 10px; z-index: 3; } #alert-msg { font-size: 300%; } #alert-ok { font-size: 300%; width: 70%; } #wait-message { font-size: 700%; } #wait { font-size: 400%; position: relative; font-family: 'Ubuntu'; color: lime; opacity: 0.5; transition: opacity 750ms; } .mobile-wait { position: absolute; top: 20%; left: 50%; margin-right: -50%; transform: translate(-50%, -20%); } .ans { position: absolute; font-size: 150%; font-family: 'Ubuntu'; color: lime; width: 44%; height: 45%; opacity: 0.7; background-color: black; cursor: pointer; border: 10px solid lime; transition: opacity 250ms; } #ans0 { top: 4%; left: 4%; transform: translate(-3%, -3%); } #ans1 { top: 4%; left: 97%; transform: translate(-97%, -3%); } #ans2 { top: 96%; left: 4%; transform: translate(-3%, -97%); } #ans3 { top: 96%; left: 97%; transform: translate(-97%, -97%); } .shape { position: relative; top: 50%; left: 50%; color: lime; transform: translate(-50%, -50%); -webkit-box-align: center; -webkit-box-pack: center; display:-webkit-box; font-size: 1000%; } .dropdown { font-size: 350%; font-family: 'Ubuntu'; color: black; background-color: lime; border-radius: 12px; padding: 5px; z-index: 99; margin: 10px; width: auto; display: inline-block; position: relative; width: 90%; } #dropdowns { position: absolute; width: 100%; height: 100%; z-index: 98; pointer-events: none; } .mobile-ended { font-size: 500%; margin-bottom: 20px; white-space: nowrap; } .mobile-ended-2 { font-size: 400%; text-align: center; } .finish-data { font-size: 400%; } @media only screen and (orientation:landscape) { /* TODO: add landscape specific CSS */ }
0.283583
0.05902
a { text-decoration: none; color: inherit; } * { box-sizing: border-box; } .menu { display: block; position: relative; cursor: pointer; } .menu-title:hover { text-shadow: 0 0 1px #999, 1px 1px 1px #888, 2px 2px 1px #777, 3px 3px 1px #666, 4px 4px 1px #555, 5px 5px 1px #444; } .menu:hover > .menu-title:before { border-top-width: 0; transition: 0.2s border-top-width ease-in, 0.3s border-top-color; } .menu:hover > .menu-title:after { border-bottom-width: 5px; transition: 0.2s 0.2s border-bottom-width ease-out; } .menu-dropdown { min-width: 100%; padding: 5px 0; position: absolute; background: #ebebeb; z-index: 100; transition: 0.5s padding, 0.5s background; text-shadow: 0 0 0px #999, 0px 0px 0px #888, 0px 0px 0px #777, 0px 0px 0px #666, 0px 0px 0px #555, 0px 0px 0px #444; border: 1px solid #696;padding: 60px 0;text-align: center; width: 200px; border-radius: 8px; box-shadow: #666 0px 0px 10px; } .menu:not(:hover) > .menu-dropdown { padding: 0px 0; background: #dddddd; z-index: 99; } .menu:not(:hover) > .menu-dropdown:after { border-top-color: #dddddd; } .menu:not(:hover) > .menu-title:after { border-bottom-color: #dddddd; } .menu-dropdown > * { overflow: hidden; height: 35px; padding: 8px 0px; background: transparent; white-space: nowrap; transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color; } .menu-dropdown > *:hover { background: rgba(0, 0, 0, 0.1); } .menu:not(:hover) > .menu-dropdown > * { visibility: hidden; height: 0; padding-top: 0; padding-bottom: 0; margin: 0; color: rgba(25, 25, 25, 0); transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility; z-index: 99; } .hList > * { float: left; } .hList > * + * { margin-left: 0; }
src/assets/css/home/dropMenu1.css
a { text-decoration: none; color: inherit; } * { box-sizing: border-box; } .menu { display: block; position: relative; cursor: pointer; } .menu-title:hover { text-shadow: 0 0 1px #999, 1px 1px 1px #888, 2px 2px 1px #777, 3px 3px 1px #666, 4px 4px 1px #555, 5px 5px 1px #444; } .menu:hover > .menu-title:before { border-top-width: 0; transition: 0.2s border-top-width ease-in, 0.3s border-top-color; } .menu:hover > .menu-title:after { border-bottom-width: 5px; transition: 0.2s 0.2s border-bottom-width ease-out; } .menu-dropdown { min-width: 100%; padding: 5px 0; position: absolute; background: #ebebeb; z-index: 100; transition: 0.5s padding, 0.5s background; text-shadow: 0 0 0px #999, 0px 0px 0px #888, 0px 0px 0px #777, 0px 0px 0px #666, 0px 0px 0px #555, 0px 0px 0px #444; border: 1px solid #696;padding: 60px 0;text-align: center; width: 200px; border-radius: 8px; box-shadow: #666 0px 0px 10px; } .menu:not(:hover) > .menu-dropdown { padding: 0px 0; background: #dddddd; z-index: 99; } .menu:not(:hover) > .menu-dropdown:after { border-top-color: #dddddd; } .menu:not(:hover) > .menu-title:after { border-bottom-color: #dddddd; } .menu-dropdown > * { overflow: hidden; height: 35px; padding: 8px 0px; background: transparent; white-space: nowrap; transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color; } .menu-dropdown > *:hover { background: rgba(0, 0, 0, 0.1); } .menu:not(:hover) > .menu-dropdown > * { visibility: hidden; height: 0; padding-top: 0; padding-bottom: 0; margin: 0; color: rgba(25, 25, 25, 0); transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility; z-index: 99; } .hList > * { float: left; } .hList > * + * { margin-left: 0; }
0.449151
0.191611
.modal-container { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); --tw-bg-opacity: 0.6; height: 100%; overflow: auto; padding-top: 2rem; position: fixed; top: 0px; left: 0px; width: 100%; z-index: 20; } .modal-light { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); --tw-bg-opacity: 1; margin: auto; max-width: 1024px; opacity: 1; padding: 0px; position: relative; width: 91.666667%; z-index: 30; } .modal-close:hover { cursor: pointer; } .modal-close:focus { cursor: pointer; } .modal-close { font-weight: 700; height: 1.5rem; font-size: 1.125rem; line-height: 1.75rem; opacity: 1; position: absolute; top: 0.5rem; right: 1.25rem; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .modal-close:hover { --tw-text-opacity: 1; color: rgba(209, 213, 219, var(--tw-text-opacity)); } .modal-close:focus { --tw-text-opacity: 1; color: rgba(209, 213, 219, var(--tw-text-opacity)); } .modal-close { width: 1.5rem; z-index: 50; } .modal-content { --tw-bg-opacity: 1; opacity: 1; width: 100%; } .upload-image { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); border-radius: 0.25rem; margin-left: auto; margin-right: auto; margin-top: 1rem; max-width: 28rem; top: 1.5rem; --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .upload-image:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .upload-image { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; } @media (min-width: 640px) { .upload-image { -o-object-position: bottom; object-position: bottom; } } @media (min-width: 768px) { .upload-image { float: right; } .upload-image:hover { opacity: 1; } .upload-image { position: -webkit-sticky; position: sticky; } } .upload-image-container { display: inline-flex; flex-direction: column; margin: 0.5rem; width: 100%; } .upload-image-container-text { font-size: 0.875rem; line-height: 1.25rem; --tw-text-opacity: 1; color: rgba(75, 85, 99, var(--tw-text-opacity)); } .upload-image-icon { --tw-bg-opacity: 1; background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); display: flex; align-items: center; justify-content: center; width: 91.666667%; } .upload-image-icon-color { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .upload-image-icon-color:hover { --tw-bg-opacity: 1; background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); } .upload-image-icon-color { --tw-border-opacity: 1; border-color: rgba(253, 230, 138, var(--tw-border-opacity)); border-radius: 0.5rem; border-width: 1px; cursor: pointer; display: flex; flex-direction: column; align-items: center; padding-left: 1rem; padding-right: 1rem; padding-top: 1.5rem; padding-bottom: 1.5rem; --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); --tw-text-opacity: 1; color: rgba(245, 158, 11, var(--tw-text-opacity)); } .upload-image-icon-color:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .upload-image-icon-color { text-transform: uppercase; letter-spacing: 0.025em; width: 16rem; } .upload-image-icon-size { height: 2rem; width: 2rem; } .upload-image-text-decorator { font-size: 1rem; line-height: 1.5rem; line-height: 1.5; margin-top: 0.5rem; } .upload-image-autor-container { display: inline-flex; flex-direction: column; padding-top: 0.5rem; } .upload-image-autor-label { font-size: 0.875rem; line-height: 1.25rem; --tw-text-opacity: 1; color: rgba(75, 85, 99, var(--tw-text-opacity)); } .upload-image-autor-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); --tw-border-opacity: 1; border-color: rgba(243, 244, 246, var(--tw-border-opacity)); } .upload-image-autor-input:hover { --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); } .upload-image-autor-input { border-radius: 0.25rem; border-width: 1px; display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; padding-right: 0.5rem; --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); width: 91.666667%; } .upload-image-submit { --tw-bg-opacity: 1; background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); } .upload-image-submit:hover { --tw-bg-opacity: 1; background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); } .upload-image-submit { border-radius: 0.375rem; font-weight: 700; margin-right: 0.5rem; margin-top: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); width: 91.666667%; } .gallery-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; overflow: hidden; } @media (min-width: 640px) { .gallery-wrapper { margin-left: -1rem; margin-right: -1rem; padding-left: 0.5rem; } } @media (min-width: 768px) { .gallery-wrapper { margin-left: -1rem; margin-right: -1rem; margin-left: -1.25rem; margin-right: -1.25rem; padding-left: 2rem; } } @media (min-width: 1024px) { .gallery-wrapper { margin-left: -1rem; margin-right: -1rem; } } @media (min-width: 1280px) { .gallery-wrapper { margin-left: -0.75rem; margin-right: -0.75rem; } } .gallery-image-wrapper { margin-top: 0.5rem; margin-bottom: 0.5rem; overflow: hidden; padding-left: 0.5rem; padding-right: 0.5rem; width: 50%; } @media (min-width: 640px) { .gallery-image-wrapper { margin-top: 1rem; margin-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; width: 50%; } } @media (min-width: 768px) { .gallery-image-wrapper { margin-top: 1.25rem; margin-bottom: 1.25rem; padding-left: 1.25rem; padding-right: 1.25rem; width: 33.333333%; } } @media (min-width: 1024px) { .gallery-image-wrapper { margin-top: 1rem; margin-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; width: 25%; } } @media (min-width: 1280px) { .gallery-image-wrapper { margin-top: 0.75rem; margin-bottom: 0.75rem; padding-left: 0.75rem; padding-right: 0.75rem; width: 25%; } } @media (min-width: 1536px) { .gallery-image-wrapper { margin-top: 0.75rem; margin-bottom: 0.75rem; padding-left: 0.75rem; padding-right: 0.75rem; width: 25%; } } .gallery-image { margin-bottom: 2.5rem; --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .gallery-image:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); z-index: 50; } .gallery-image { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 500ms; } @media (min-width: 640px) { .gallery-image:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; } } @media (min-width: 768px) { .gallery-image:hover { --tw-scale-x: 1.25; --tw-scale-y: 1.25; } } @media (min-width: 1280px) { .gallery-image { margin-bottom: 5rem; } } .gallery-edit-button { --tw-bg-opacity: 1; background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); border-radius: 0.375rem; display: block; padding: 0.25rem; position: relative; }
css/gallery.css
.modal-container { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); --tw-bg-opacity: 0.6; height: 100%; overflow: auto; padding-top: 2rem; position: fixed; top: 0px; left: 0px; width: 100%; z-index: 20; } .modal-light { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); --tw-bg-opacity: 1; margin: auto; max-width: 1024px; opacity: 1; padding: 0px; position: relative; width: 91.666667%; z-index: 30; } .modal-close:hover { cursor: pointer; } .modal-close:focus { cursor: pointer; } .modal-close { font-weight: 700; height: 1.5rem; font-size: 1.125rem; line-height: 1.75rem; opacity: 1; position: absolute; top: 0.5rem; right: 1.25rem; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .modal-close:hover { --tw-text-opacity: 1; color: rgba(209, 213, 219, var(--tw-text-opacity)); } .modal-close:focus { --tw-text-opacity: 1; color: rgba(209, 213, 219, var(--tw-text-opacity)); } .modal-close { width: 1.5rem; z-index: 50; } .modal-content { --tw-bg-opacity: 1; opacity: 1; width: 100%; } .upload-image { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); border-radius: 0.25rem; margin-left: auto; margin-right: auto; margin-top: 1rem; max-width: 28rem; top: 1.5rem; --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .upload-image:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .upload-image { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; } @media (min-width: 640px) { .upload-image { -o-object-position: bottom; object-position: bottom; } } @media (min-width: 768px) { .upload-image { float: right; } .upload-image:hover { opacity: 1; } .upload-image { position: -webkit-sticky; position: sticky; } } .upload-image-container { display: inline-flex; flex-direction: column; margin: 0.5rem; width: 100%; } .upload-image-container-text { font-size: 0.875rem; line-height: 1.25rem; --tw-text-opacity: 1; color: rgba(75, 85, 99, var(--tw-text-opacity)); } .upload-image-icon { --tw-bg-opacity: 1; background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); display: flex; align-items: center; justify-content: center; width: 91.666667%; } .upload-image-icon-color { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .upload-image-icon-color:hover { --tw-bg-opacity: 1; background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); } .upload-image-icon-color { --tw-border-opacity: 1; border-color: rgba(253, 230, 138, var(--tw-border-opacity)); border-radius: 0.5rem; border-width: 1px; cursor: pointer; display: flex; flex-direction: column; align-items: center; padding-left: 1rem; padding-right: 1rem; padding-top: 1.5rem; padding-bottom: 1.5rem; --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); --tw-text-opacity: 1; color: rgba(245, 158, 11, var(--tw-text-opacity)); } .upload-image-icon-color:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .upload-image-icon-color { text-transform: uppercase; letter-spacing: 0.025em; width: 16rem; } .upload-image-icon-size { height: 2rem; width: 2rem; } .upload-image-text-decorator { font-size: 1rem; line-height: 1.5rem; line-height: 1.5; margin-top: 0.5rem; } .upload-image-autor-container { display: inline-flex; flex-direction: column; padding-top: 0.5rem; } .upload-image-autor-label { font-size: 0.875rem; line-height: 1.25rem; --tw-text-opacity: 1; color: rgba(75, 85, 99, var(--tw-text-opacity)); } .upload-image-autor-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); --tw-border-opacity: 1; border-color: rgba(243, 244, 246, var(--tw-border-opacity)); } .upload-image-autor-input:hover { --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); } .upload-image-autor-input { border-radius: 0.25rem; border-width: 1px; display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; padding-right: 0.5rem; --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); width: 91.666667%; } .upload-image-submit { --tw-bg-opacity: 1; background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); } .upload-image-submit:hover { --tw-bg-opacity: 1; background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); } .upload-image-submit { border-radius: 0.375rem; font-weight: 700; margin-right: 0.5rem; margin-top: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); width: 91.666667%; } .gallery-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; overflow: hidden; } @media (min-width: 640px) { .gallery-wrapper { margin-left: -1rem; margin-right: -1rem; padding-left: 0.5rem; } } @media (min-width: 768px) { .gallery-wrapper { margin-left: -1rem; margin-right: -1rem; margin-left: -1.25rem; margin-right: -1.25rem; padding-left: 2rem; } } @media (min-width: 1024px) { .gallery-wrapper { margin-left: -1rem; margin-right: -1rem; } } @media (min-width: 1280px) { .gallery-wrapper { margin-left: -0.75rem; margin-right: -0.75rem; } } .gallery-image-wrapper { margin-top: 0.5rem; margin-bottom: 0.5rem; overflow: hidden; padding-left: 0.5rem; padding-right: 0.5rem; width: 50%; } @media (min-width: 640px) { .gallery-image-wrapper { margin-top: 1rem; margin-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; width: 50%; } } @media (min-width: 768px) { .gallery-image-wrapper { margin-top: 1.25rem; margin-bottom: 1.25rem; padding-left: 1.25rem; padding-right: 1.25rem; width: 33.333333%; } } @media (min-width: 1024px) { .gallery-image-wrapper { margin-top: 1rem; margin-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; width: 25%; } } @media (min-width: 1280px) { .gallery-image-wrapper { margin-top: 0.75rem; margin-bottom: 0.75rem; padding-left: 0.75rem; padding-right: 0.75rem; width: 25%; } } @media (min-width: 1536px) { .gallery-image-wrapper { margin-top: 0.75rem; margin-bottom: 0.75rem; padding-left: 0.75rem; padding-right: 0.75rem; width: 25%; } } .gallery-image { margin-bottom: 2.5rem; --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .gallery-image:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); z-index: 50; } .gallery-image { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 500ms; } @media (min-width: 640px) { .gallery-image:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; } } @media (min-width: 768px) { .gallery-image:hover { --tw-scale-x: 1.25; --tw-scale-y: 1.25; } } @media (min-width: 1280px) { .gallery-image { margin-bottom: 5rem; } } .gallery-edit-button { --tw-bg-opacity: 1; background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); border-radius: 0.375rem; display: block; padding: 0.25rem; position: relative; }
0.582372
0.091748
.deck-container { font-family: Georgia, Times, "Times New Roman", serif; font-size: 1.25em; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; background: #fff; -webkit-box-shadow: 0 0 4em #ccc; -moz-box-shadow: 0 0 4em #ccc; box-shadow: 0 0 4em #ccc; } .deck-container .slide { background: #fafafa; } .deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5 { font-weight: normal; border-top: 8px solid #333333; border-bottom: 1px solid #333333; text-transform: uppercase; } .deck-container h1 { min-height: 215px } .deck-container h1 span { font-size: .7em; display: block; } .deck-container h2 { font-size: 1.5em; min-height: 60px; margin-top: 1.5em; } .deck-container h3, .deck-container h4 { margin-top: 1em; margin-bottom: .5em; padding-bottom: .2em; } .deck-container h3 { font-size: 1.3em; border-top: 0; } .deck-container h4 { color: #27bbd1; padding-top: 1em; border-bottom: 0; } .deck-container .slide pre { border-color: #ccc } .deck-container .slide code { color: #888 } .deck-container .slide blockquote { font-size: 1.5em; font-style: italic; margin-left: 1em; padding: .5em 2em; color: #000; border: none; border-left: 2px #ccc solid; } .deck-container .slide blockquote p { margin: 0 } .deck-container .slide blockquote cite { font-size: .5em; font-style: normal; font-weight: bold; color: #888; } .deck-container .slide ::-moz-selection { background: #c00; color: #fff; } .deck-container .slide ::selection { background: #c00; color: #fff; } .deck-container .slide a, .deck-container .slide a:hover, .deck-container .slide a:focus, .deck-container .slide a:active, .deck-container .slide a:visited { color: #c00; text-decoration: none; } .deck-container .slide a:hover, .deck-container .slide a:focus { text-decoration: underline } .deck-container > .slide .deck-before, .deck-container > .slide .deck-previous { opacity: 0.4 } .deck-container .deck-prev-link, .deck-container .deck-next-link { background: #ccc; font-family: serif; } .deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited { color: #fff } .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus { background: #c00; text-decoration: none; } .deck-container .deck-status { font-size: 0.6666em } .deck-container.deck-menu .slide { background: #eee } .deck-container.deck-menu .deck-current, .no-touch .deck-container.deck-menu .slide:hover { background: #ddf }
presentation/themes/style/mnml.css
.deck-container { font-family: Georgia, Times, "Times New Roman", serif; font-size: 1.25em; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; background: #fff; -webkit-box-shadow: 0 0 4em #ccc; -moz-box-shadow: 0 0 4em #ccc; box-shadow: 0 0 4em #ccc; } .deck-container .slide { background: #fafafa; } .deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5 { font-weight: normal; border-top: 8px solid #333333; border-bottom: 1px solid #333333; text-transform: uppercase; } .deck-container h1 { min-height: 215px } .deck-container h1 span { font-size: .7em; display: block; } .deck-container h2 { font-size: 1.5em; min-height: 60px; margin-top: 1.5em; } .deck-container h3, .deck-container h4 { margin-top: 1em; margin-bottom: .5em; padding-bottom: .2em; } .deck-container h3 { font-size: 1.3em; border-top: 0; } .deck-container h4 { color: #27bbd1; padding-top: 1em; border-bottom: 0; } .deck-container .slide pre { border-color: #ccc } .deck-container .slide code { color: #888 } .deck-container .slide blockquote { font-size: 1.5em; font-style: italic; margin-left: 1em; padding: .5em 2em; color: #000; border: none; border-left: 2px #ccc solid; } .deck-container .slide blockquote p { margin: 0 } .deck-container .slide blockquote cite { font-size: .5em; font-style: normal; font-weight: bold; color: #888; } .deck-container .slide ::-moz-selection { background: #c00; color: #fff; } .deck-container .slide ::selection { background: #c00; color: #fff; } .deck-container .slide a, .deck-container .slide a:hover, .deck-container .slide a:focus, .deck-container .slide a:active, .deck-container .slide a:visited { color: #c00; text-decoration: none; } .deck-container .slide a:hover, .deck-container .slide a:focus { text-decoration: underline } .deck-container > .slide .deck-before, .deck-container > .slide .deck-previous { opacity: 0.4 } .deck-container .deck-prev-link, .deck-container .deck-next-link { background: #ccc; font-family: serif; } .deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited { color: #fff } .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus { background: #c00; text-decoration: none; } .deck-container .deck-status { font-size: 0.6666em } .deck-container.deck-menu .slide { background: #eee } .deck-container.deck-menu .deck-current, .no-touch .deck-container.deck-menu .slide:hover { background: #ddf }
0.368406
0.079818
a, a:visited { text-decoration: none; color: royalblue; } a:hover { text-decoration: underline; } blockquote { border-left: 0.25em solid #ddd; color: #89a; margin-left: 0px; padding: 0px 1em; } body { margin: 0px; font-family: sans-serif; font-size: 1.1em; font-weight: normal; line-height: 1.5em; background-color: white; color: black; word-break: break-all; } footer { padding: 2rem; padding-bottom: 1rem; border-top: 2px solid #ddd; } h1 { font-size: 2em; color: dodgerblue; } h2 { font-size: 1.8em; color: forestgreen; } h3 { font-size: 1.6em; color: midnightblue; } h4 { font-size: 1.4em; color: blueviolet; } header .btn, nav.side-content .btn { color: white; border-color: white; } table { display: block; width: 100%; overflow: auto; word-break: normal; word-break: keep-all; -webkit-overflow-scrolling: touch; border-collapse: collapse; border-spacing: 0; } table td, table th { padding: 0.5rem 1rem; border: 1px solid #ddd; } .active { display: block; } .btn { padding: 1rem 1rem; display: inline-block; color: black; border-radius: 25%; border: black solid 1px; background-image: linear-gradient(120deg, cornflowerblue, dodgerblue); } .btn:hover { background-image: none; background-color: cornflowerblue; text-decoration: none; cursor: pointer; } .center-text { text-align: center; } .padded-content { padding: 8px; padding-left: 16px; } .quick-links-content a, .quick-links a { display: block; width: 100%; } .relative { position: relative; } .relative a[id] { position: absolute; top: -75px; } .toggle-btn::before { content: "\25be "; } .toggle-btn.toggled::before { content: "\25b8 "; } .toggle-content { transition: opacity 1s, height 1s; } .toggle-content.toggled { visibility: hidden; height: 0px; opacity: 0.0; } /*** Header ***/ header { width: 100%; height: 8rem; background-color: cornflowerblue; background-image: linear-gradient(dodgerblue, cornflowerblue); color: white; text-align: center; padding: 1rem 0px; } h1.project-name { color: white; font-size: 2.25em; margin-bottom: 0.25em; } h2.project-tagline { margin-top: 0.25em; font-size: 1.2em; font-weight: normal; color: #eee; } /*** Main Content ***/ .main-content { padding: 1rem 4rem; } /*** Footer ***/ /*** Navigation ***/ nav.side-content { position: relative; width: 100%; height: 75px; background-color: cornflowerblue; background-image: none; color: white; transition: background-image 2s; z-index: 2; } .hamburger::before { content: "\2630"; } .nav-modal .exit, .side-content details > summary:hover, .toggle-btn:hover { cursor: pointer; } .open-nav-btn { position: absolute; top: 8px; left: 2%; width: 3em; text-align: center; } .search-bar { position: absolute; top: 16px; left: 15%; width: calc(70% - 2rem); border-radius: 32px; padding: 0.5rem 1rem; border: none; font-size: 1.3em; } nav.sticky { position: fixed; top: 0px; left: 0px; background-image: linear-gradient(dodgerblue 5%, cornflowerblue); } .sticky + .main-content { margin-top: 115px; } .top-btn { position: absolute; top: 8px; right: 2%; width: 3em; text-align: center; } /*** Modal ***/ kbd.search-bar-help-desc { color: #047; } kbd.search-bar-help-name { color: #050; } .nav-modal.toggled { display: block; } .nav-modal { display: none; position: fixed; top: calc(70px + 2%); left: 2%; width: 96%; height: calc(97% - (70px + 2%)); background-color: white; box-shadow: 8px 8px 24px dimgray; overflow: auto; padding: 8px; color: black; overflow: hidden; z-index: 100; } .nav-modal .exit, .side-content details > summary:hover, .toggle-btn:hover { cursor: pointer; } .nav-modal details > summary { list-style-type: none; font-size: 1.2em; font-weight: bold; border: 1px solid black; padding: 0.5rem 1rem; } .nav-modal details > * { margin: 16px; } .nav-modal details > *:not(summary):last-child { margin-bottom: 32px; } .nav-modal details > summary::-webkit-details-marker { display: none; } .nav-modal details[open] > summary::before { content: "- "; } .nav-modal details > summary::before { padding-right: 0.25rem; content: "+ "; } .nav-modal iframe { border: none; margin: 16px; position: absolute; width: calc(50% - 16px); height: calc(100% - 75px); } .nav-modal .exit { position: absolute; top: 0px; right: 0px; width: 1.5em; height: 1.5em; text-align: center; font-size: 1.5em; line-height: 1.5em; background-color: tomato; font-family: monospace; color: white; z-index: 100; } .nav-modal .exit:hover { color: ghostwhite; background-color: coral; } .nav-modal .extra-side-content { position: absolute; top: 64px; right: 16px; width: calc(50% - 32px); height: calc(100% - 75px); overflow: auto; overflow-x: hidden; } .nav-modal .heading { display: block; margin: 8px 0px; font-size: 1.2em; } .select-member-list { max-width: 90%; margin: 8px 0px 24px 0px; } .type-nav-label { padding: 0px 16px; } /*** Searching ***/ .search-results.active { display: block; } .search-results { display: none; z-index: 10; background-color: white; position: absolute; top: 60px; left: 5%; width: 90%; height: 500%; overflow: hidden; overflow-y: scroll; border: 1px solid #101820; color: black; } .search-results li:nth-child(2n) { background-color: #ddd; } .search-results li { width: 100%; padding: 1rem 1rem; display: block; } .search-results li a { font-size: 1.5em; line-height: 2rem; font-family: monospace; } .search-results ul { margin: 0px; padding: 0px; list-style-type: none; } /*** Description Tables ***/ table.full-width { width: 100%; display: table; } table.modifier-description th:first-child, table.modifier-description td:first-child { width: 30%; } table.modifier-description td:first-child { text-align: right; } table.constructor-description td, table.modifier-description td { font-size: 80%; vertical-align: top; padding-bottom: 8px; } td a.name { font-size: 120%; font-weight: bold; display: block; margin-bottom: 4px; } table.modifier-description td p { display: inline; color: #101820; } /*** Documentation Specific ***/ .defined-type { color: mediumblue; } .langword { color: mediumorchid; } .member-details:last-child { border: none; } .member-details { border-bottom: grey solid 1px; margin-bottom: 8px; padding: 16px; } .member-details-compact { margin-bottom: 8px; padding: 16px; } .doc-desc p, .quick-links-content a, .quick-links a { margin-left: 1em; } .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { margin-top: 2rem; margin-bottom: 1rem; font-weight: normal; } .member-details h3:first-child { margin-top: 0px; } .member-details h3, .member-details h4 { font-family: monospace; } .mini-header { font-size: 1.01em; display: block; } .mini-header, .param-id, .type-param-name { font-weight: bold; } .paramref { color: purple; } /*** Mobile ***/ @media screen and (max-width: 42em) { /*** General ***/ .btn { padding: 0.5em 0px; border-radius: 0px; } .relative a[id] { top: -170px; } .block-on-mobile { display: block; overflow: auto; margin-top: 48px; padding: 8px; } /*** Navigation ***/ .hamburger::before { content: "Open Menu..."; } .open-nav-btn, .search-bar, .top-btn { position: relative; top: 4px; left: 5%; width: 90%; margin: 8px 0px 0px 0px; } .search-bar { width: calc(90% - 2rem); } nav.side-content { height: 170px; } .side-content .btn { margin: 8px 0px 0px 0px; } .sticky + .main-content { padding-top: 210px; } /*** Searching ***/ .search-results { top: 110px; left: 10%; width: 80%; } /*** Modal ***/ .nav-modal iframe { height: 100%; } .nav-modal iframe, .nav-modal .extra-side-content { display: block; position: relative; top: 0px; left: 0px; width: calc(100% - 32px); height: auto; overflow: initial; } } @media(prefers-color-scheme: dark) { a, a:visited { color: aquamarine; } blockquote { color: #ccc; } body { background-color: #353d45; color: white; } footer { border-top: 2px solid #789; } h1 { color: lightgreen; } h2 { color: skyblue; } h3 { color: lightsalmon; } h4 { color: peachpuff; } table td, table th { border: 1px solid #789; } .btn { color: white; border: white solid 1px; background-image: linear-gradient(120deg, #101820, #202830); } .btn:hover { background-color: #101820; } header { background-color: #101820; background-image: linear-gradient(black, #202830); } nav.side-content { background-color: #202830; border-bottom: 4px solid #101820; } nav.sticky { background-image: linear-gradient(black 5%, #202830); } kbd.search-bar-help-desc { color: #fda; } kbd.search-bar-help-name { color: #afa; } .nav-modal { background-color: #353d45; box-shadow: 8px 8px 24px white; color: white; border: 1px solid ghostwhite; } .nav-modal details > summary { border: 1px solid ghostwhite; } .search-results { background-color: #303840; border: 1px solid ghostwhite; color: ghostwhite; } .search-results li:nth-child(2n) { background-color: #202830; } table.modifier-description td p { color: white; } .defined-type { color: aquamarine; } .langword { color: plum; } .member-details { border-bottom: lightcyan solid 1px; } .paramref { color: khaki; } }
Docs/api/css/default.css
a, a:visited { text-decoration: none; color: royalblue; } a:hover { text-decoration: underline; } blockquote { border-left: 0.25em solid #ddd; color: #89a; margin-left: 0px; padding: 0px 1em; } body { margin: 0px; font-family: sans-serif; font-size: 1.1em; font-weight: normal; line-height: 1.5em; background-color: white; color: black; word-break: break-all; } footer { padding: 2rem; padding-bottom: 1rem; border-top: 2px solid #ddd; } h1 { font-size: 2em; color: dodgerblue; } h2 { font-size: 1.8em; color: forestgreen; } h3 { font-size: 1.6em; color: midnightblue; } h4 { font-size: 1.4em; color: blueviolet; } header .btn, nav.side-content .btn { color: white; border-color: white; } table { display: block; width: 100%; overflow: auto; word-break: normal; word-break: keep-all; -webkit-overflow-scrolling: touch; border-collapse: collapse; border-spacing: 0; } table td, table th { padding: 0.5rem 1rem; border: 1px solid #ddd; } .active { display: block; } .btn { padding: 1rem 1rem; display: inline-block; color: black; border-radius: 25%; border: black solid 1px; background-image: linear-gradient(120deg, cornflowerblue, dodgerblue); } .btn:hover { background-image: none; background-color: cornflowerblue; text-decoration: none; cursor: pointer; } .center-text { text-align: center; } .padded-content { padding: 8px; padding-left: 16px; } .quick-links-content a, .quick-links a { display: block; width: 100%; } .relative { position: relative; } .relative a[id] { position: absolute; top: -75px; } .toggle-btn::before { content: "\25be "; } .toggle-btn.toggled::before { content: "\25b8 "; } .toggle-content { transition: opacity 1s, height 1s; } .toggle-content.toggled { visibility: hidden; height: 0px; opacity: 0.0; } /*** Header ***/ header { width: 100%; height: 8rem; background-color: cornflowerblue; background-image: linear-gradient(dodgerblue, cornflowerblue); color: white; text-align: center; padding: 1rem 0px; } h1.project-name { color: white; font-size: 2.25em; margin-bottom: 0.25em; } h2.project-tagline { margin-top: 0.25em; font-size: 1.2em; font-weight: normal; color: #eee; } /*** Main Content ***/ .main-content { padding: 1rem 4rem; } /*** Footer ***/ /*** Navigation ***/ nav.side-content { position: relative; width: 100%; height: 75px; background-color: cornflowerblue; background-image: none; color: white; transition: background-image 2s; z-index: 2; } .hamburger::before { content: "\2630"; } .nav-modal .exit, .side-content details > summary:hover, .toggle-btn:hover { cursor: pointer; } .open-nav-btn { position: absolute; top: 8px; left: 2%; width: 3em; text-align: center; } .search-bar { position: absolute; top: 16px; left: 15%; width: calc(70% - 2rem); border-radius: 32px; padding: 0.5rem 1rem; border: none; font-size: 1.3em; } nav.sticky { position: fixed; top: 0px; left: 0px; background-image: linear-gradient(dodgerblue 5%, cornflowerblue); } .sticky + .main-content { margin-top: 115px; } .top-btn { position: absolute; top: 8px; right: 2%; width: 3em; text-align: center; } /*** Modal ***/ kbd.search-bar-help-desc { color: #047; } kbd.search-bar-help-name { color: #050; } .nav-modal.toggled { display: block; } .nav-modal { display: none; position: fixed; top: calc(70px + 2%); left: 2%; width: 96%; height: calc(97% - (70px + 2%)); background-color: white; box-shadow: 8px 8px 24px dimgray; overflow: auto; padding: 8px; color: black; overflow: hidden; z-index: 100; } .nav-modal .exit, .side-content details > summary:hover, .toggle-btn:hover { cursor: pointer; } .nav-modal details > summary { list-style-type: none; font-size: 1.2em; font-weight: bold; border: 1px solid black; padding: 0.5rem 1rem; } .nav-modal details > * { margin: 16px; } .nav-modal details > *:not(summary):last-child { margin-bottom: 32px; } .nav-modal details > summary::-webkit-details-marker { display: none; } .nav-modal details[open] > summary::before { content: "- "; } .nav-modal details > summary::before { padding-right: 0.25rem; content: "+ "; } .nav-modal iframe { border: none; margin: 16px; position: absolute; width: calc(50% - 16px); height: calc(100% - 75px); } .nav-modal .exit { position: absolute; top: 0px; right: 0px; width: 1.5em; height: 1.5em; text-align: center; font-size: 1.5em; line-height: 1.5em; background-color: tomato; font-family: monospace; color: white; z-index: 100; } .nav-modal .exit:hover { color: ghostwhite; background-color: coral; } .nav-modal .extra-side-content { position: absolute; top: 64px; right: 16px; width: calc(50% - 32px); height: calc(100% - 75px); overflow: auto; overflow-x: hidden; } .nav-modal .heading { display: block; margin: 8px 0px; font-size: 1.2em; } .select-member-list { max-width: 90%; margin: 8px 0px 24px 0px; } .type-nav-label { padding: 0px 16px; } /*** Searching ***/ .search-results.active { display: block; } .search-results { display: none; z-index: 10; background-color: white; position: absolute; top: 60px; left: 5%; width: 90%; height: 500%; overflow: hidden; overflow-y: scroll; border: 1px solid #101820; color: black; } .search-results li:nth-child(2n) { background-color: #ddd; } .search-results li { width: 100%; padding: 1rem 1rem; display: block; } .search-results li a { font-size: 1.5em; line-height: 2rem; font-family: monospace; } .search-results ul { margin: 0px; padding: 0px; list-style-type: none; } /*** Description Tables ***/ table.full-width { width: 100%; display: table; } table.modifier-description th:first-child, table.modifier-description td:first-child { width: 30%; } table.modifier-description td:first-child { text-align: right; } table.constructor-description td, table.modifier-description td { font-size: 80%; vertical-align: top; padding-bottom: 8px; } td a.name { font-size: 120%; font-weight: bold; display: block; margin-bottom: 4px; } table.modifier-description td p { display: inline; color: #101820; } /*** Documentation Specific ***/ .defined-type { color: mediumblue; } .langword { color: mediumorchid; } .member-details:last-child { border: none; } .member-details { border-bottom: grey solid 1px; margin-bottom: 8px; padding: 16px; } .member-details-compact { margin-bottom: 8px; padding: 16px; } .doc-desc p, .quick-links-content a, .quick-links a { margin-left: 1em; } .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { margin-top: 2rem; margin-bottom: 1rem; font-weight: normal; } .member-details h3:first-child { margin-top: 0px; } .member-details h3, .member-details h4 { font-family: monospace; } .mini-header { font-size: 1.01em; display: block; } .mini-header, .param-id, .type-param-name { font-weight: bold; } .paramref { color: purple; } /*** Mobile ***/ @media screen and (max-width: 42em) { /*** General ***/ .btn { padding: 0.5em 0px; border-radius: 0px; } .relative a[id] { top: -170px; } .block-on-mobile { display: block; overflow: auto; margin-top: 48px; padding: 8px; } /*** Navigation ***/ .hamburger::before { content: "Open Menu..."; } .open-nav-btn, .search-bar, .top-btn { position: relative; top: 4px; left: 5%; width: 90%; margin: 8px 0px 0px 0px; } .search-bar { width: calc(90% - 2rem); } nav.side-content { height: 170px; } .side-content .btn { margin: 8px 0px 0px 0px; } .sticky + .main-content { padding-top: 210px; } /*** Searching ***/ .search-results { top: 110px; left: 10%; width: 80%; } /*** Modal ***/ .nav-modal iframe { height: 100%; } .nav-modal iframe, .nav-modal .extra-side-content { display: block; position: relative; top: 0px; left: 0px; width: calc(100% - 32px); height: auto; overflow: initial; } } @media(prefers-color-scheme: dark) { a, a:visited { color: aquamarine; } blockquote { color: #ccc; } body { background-color: #353d45; color: white; } footer { border-top: 2px solid #789; } h1 { color: lightgreen; } h2 { color: skyblue; } h3 { color: lightsalmon; } h4 { color: peachpuff; } table td, table th { border: 1px solid #789; } .btn { color: white; border: white solid 1px; background-image: linear-gradient(120deg, #101820, #202830); } .btn:hover { background-color: #101820; } header { background-color: #101820; background-image: linear-gradient(black, #202830); } nav.side-content { background-color: #202830; border-bottom: 4px solid #101820; } nav.sticky { background-image: linear-gradient(black 5%, #202830); } kbd.search-bar-help-desc { color: #fda; } kbd.search-bar-help-name { color: #afa; } .nav-modal { background-color: #353d45; box-shadow: 8px 8px 24px white; color: white; border: 1px solid ghostwhite; } .nav-modal details > summary { border: 1px solid ghostwhite; } .search-results { background-color: #303840; border: 1px solid ghostwhite; color: ghostwhite; } .search-results li:nth-child(2n) { background-color: #202830; } table.modifier-description td p { color: white; } .defined-type { color: aquamarine; } .langword { color: plum; } .member-details { border-bottom: lightcyan solid 1px; } .paramref { color: khaki; } }
0.414899
0.092319
@charset "utf-8"; body { background:#000; color:#fff; } body a, .footer-bottom-wrapper a, body .nav-wrapper ul li a{ color:#ffff00; } .top-wrapper { background:#000; } .header-wrapper,.common-wrapper { border-bottom: 1px solid #333; } .video-icon { background: #333; } .common-right ul li ul li { border-left: 0px solid #444; border-top: 1px solid #444; } .common-wrapper{background:#272727;} .toggle-nav-bar .menu-icon { background:url(../images/toggle-bar-light.png) no-repeat; } .nav-wrapper { background:#000; } .top-left a span { background:url(../images/ico-link-light.png) no-repeat; } .logo a { color:#fff; } .inner-content .boxed-text h3, .boxed-text h3 { color: #fff; } .boxed-text h4 { color: #fff; } caption { color: #fff; } .common-left ul li span { color: #fff; } .footer-top-wrapper { background:#000; border-top:1px solid #fff; } .footer-bottom-wrapper { background-color:#000; color:#fff; } .nav-wrapper ul li { border-left:1px solid #3b3b3b; } .nav-wrapper ul ul li { border-bottom:1px solid #666; } .nav-wrapper ul ul { background:#3b3b3b; } .nav-wrapper ul li:hover a, .nav-wrapper ul li.hover a, .nav-wrapper ul li.active a { background:#3b3b3b; } .nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a, .nav-wrapper ul ul li a:hover { background:#1a1a1a; } .bttn { background:#000; border:1px solid #fff; padding:4px 9px; } .bttn:hover { background:#000; color:#fff; } .inp-search { background:#000; border:1px solid #fff; color:#fff; } .bttn-search { background-color:#303030; } .lan select, .ft-lan select { background:#000; color:#fff; border:1px solid #fff; } .common-right ul li a{opacity:1 !important;} .common-right ul li.ico-skip a{background:url(../images/ico-skip-y.png) no-repeat;} .common-right ul li.ico-accessibility a{/*background:url(../images/ico-accessibility-y.png) no-repeat;*/} .common-right ul li.ico-social a{background:url(../images/ico-social-y.png) no-repeat;} .common-right ul li.ico-login a{background:url(../images/ico-login-y.png) no-repeat;} .common-right ul li.ico-site-search a{background:url(../images/ico-site-search-y.png) no-repeat;} .common-right ul li.ico-sitemap a{background:url(../images/ico-sitemap-y.png) no-repeat;} .common-left ul li.ministry{color:#fff;} @media all and (max-width : 940px) { #nav li{background:#3B3B3B;} .nav-wrapper ul li.open ul li a {background:#454545 !important;} .nav-wrapper ul li.open ul li:hover a { background:#353535 !important; } .nav-wrapper ul li:hover a { background:#212121 !important; } .nav-wrapper ul li.open ul li a{color:#ffff00 !important;} } .common-right ul li.ico-accessibility ul li a { color: #ffff00; background:#333; } .four_content .common-right { border-top: 1px solid #333; } .common-right ul li { border-left: 1px solid #090808; } .common-left ul li.ministry { border-left: 1px solid #333; } .common-right ul li.ico-accessibility ul li a.light{background:#eeeeee; color:#000 !important;} .main-menu a.btn-more, .main-menu a.btn-more:focus, .main-menu a.btn-more:hover, .main-menu a.btn-more.hover { background: #000 !important; } .main-menu a.btn-more.opened, .main-menu a.btn-more.opened:hover, .main-menu a.btn-more.opened:focus { background: #000 url(../images/close.png) no-repeat center center !important; } .sw-logo{display:inline-block;} .main-menu{border-bottom:1px solid #111;} a:focus{outline:1px dotted #fff !important;} .common-left ul li.gov-india a:hover {color:#ffff00 !important;} .common-left ul li.gov-india a:focus {color:#ffff00 !important;} .common-left a{display:block;} .common-left a:focus{color:#ffff00 !important;} /* shivani*/ body .nav-wrapper ul li:hover a, body .nav-wrapper ul li.hover a, body .nav-wrapper ul li.active a{ color:#ffff00 } .header-container .logo a, .common-container .common-left ul li.ministry{ color:#ffff00 } .body-left-container .news-block h3, footer .footer-top-wrapper ul li a{color:#ffff00;} .region-home-content #quicktabs-home_content_hindi ul.quicktabs-tabs.quicktabs-style-zen{height:50px;} #cmf-analytics .c3 path, #cmf-analytics .c3 line{stroke:#ffff00;} #cmf-analytics{ background:#fff; } .skiptranslate .gtflag[title="Hindi"]{ background-image:url("../images/hindi.png"); background-position:0 -38px!important; transition:none; } .skiptranslate .gtflag[title="Hindi"]:hover{ background-image:url("../images/hindi.png"); background-position:0 -38px!important; transition:none; } .skiptranslate .gtflag[title="English"]{ background-image:url("../images/english.png"); background-position:0 -37px!important; transition:none; } .skiptranslate .gtflag[title="English"]:hover{ background-image:url("../images/english.png"); background-position:0 -37px!important; transition:none; } .flex-direction-nav a:before { color: #ffff00; } .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(255, 255, 0, 0.5); } .common-right ul li.ico-skip a { background-position:-124px -61px !important; } .common-right ul li.ico-accessibility a { background-position: 7px -27px !important; } .common-right ul li.ico-social a { background-position: -28px -61px !important; } .common-right ul li.ico-login a { background-image:url(../images/ico-login-y.png); } .common-right ul li.ico-site-search a { background-position:-59px -61px !important; } .common-right ul li.ico-sitemap a { background-position:-90px -61px !important; } .flex-pauseplay { background: #000; } .flex-pauseplay a { color: #ffff00 !important; } tr:nth-of-type(2n+1) { background: #1b1b1b; } .common-right ul li ul { background: #222; } .common-right ul li.ico-accessibility ul, .common-right ul li.ico-social ul, .common-right ul li.hover a, .common-right ul li.hover a:hover{ background: #222; }
public/home_theme/css/change.css
@charset "utf-8"; body { background:#000; color:#fff; } body a, .footer-bottom-wrapper a, body .nav-wrapper ul li a{ color:#ffff00; } .top-wrapper { background:#000; } .header-wrapper,.common-wrapper { border-bottom: 1px solid #333; } .video-icon { background: #333; } .common-right ul li ul li { border-left: 0px solid #444; border-top: 1px solid #444; } .common-wrapper{background:#272727;} .toggle-nav-bar .menu-icon { background:url(../images/toggle-bar-light.png) no-repeat; } .nav-wrapper { background:#000; } .top-left a span { background:url(../images/ico-link-light.png) no-repeat; } .logo a { color:#fff; } .inner-content .boxed-text h3, .boxed-text h3 { color: #fff; } .boxed-text h4 { color: #fff; } caption { color: #fff; } .common-left ul li span { color: #fff; } .footer-top-wrapper { background:#000; border-top:1px solid #fff; } .footer-bottom-wrapper { background-color:#000; color:#fff; } .nav-wrapper ul li { border-left:1px solid #3b3b3b; } .nav-wrapper ul ul li { border-bottom:1px solid #666; } .nav-wrapper ul ul { background:#3b3b3b; } .nav-wrapper ul li:hover a, .nav-wrapper ul li.hover a, .nav-wrapper ul li.active a { background:#3b3b3b; } .nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a, .nav-wrapper ul ul li a:hover { background:#1a1a1a; } .bttn { background:#000; border:1px solid #fff; padding:4px 9px; } .bttn:hover { background:#000; color:#fff; } .inp-search { background:#000; border:1px solid #fff; color:#fff; } .bttn-search { background-color:#303030; } .lan select, .ft-lan select { background:#000; color:#fff; border:1px solid #fff; } .common-right ul li a{opacity:1 !important;} .common-right ul li.ico-skip a{background:url(../images/ico-skip-y.png) no-repeat;} .common-right ul li.ico-accessibility a{/*background:url(../images/ico-accessibility-y.png) no-repeat;*/} .common-right ul li.ico-social a{background:url(../images/ico-social-y.png) no-repeat;} .common-right ul li.ico-login a{background:url(../images/ico-login-y.png) no-repeat;} .common-right ul li.ico-site-search a{background:url(../images/ico-site-search-y.png) no-repeat;} .common-right ul li.ico-sitemap a{background:url(../images/ico-sitemap-y.png) no-repeat;} .common-left ul li.ministry{color:#fff;} @media all and (max-width : 940px) { #nav li{background:#3B3B3B;} .nav-wrapper ul li.open ul li a {background:#454545 !important;} .nav-wrapper ul li.open ul li:hover a { background:#353535 !important; } .nav-wrapper ul li:hover a { background:#212121 !important; } .nav-wrapper ul li.open ul li a{color:#ffff00 !important;} } .common-right ul li.ico-accessibility ul li a { color: #ffff00; background:#333; } .four_content .common-right { border-top: 1px solid #333; } .common-right ul li { border-left: 1px solid #090808; } .common-left ul li.ministry { border-left: 1px solid #333; } .common-right ul li.ico-accessibility ul li a.light{background:#eeeeee; color:#000 !important;} .main-menu a.btn-more, .main-menu a.btn-more:focus, .main-menu a.btn-more:hover, .main-menu a.btn-more.hover { background: #000 !important; } .main-menu a.btn-more.opened, .main-menu a.btn-more.opened:hover, .main-menu a.btn-more.opened:focus { background: #000 url(../images/close.png) no-repeat center center !important; } .sw-logo{display:inline-block;} .main-menu{border-bottom:1px solid #111;} a:focus{outline:1px dotted #fff !important;} .common-left ul li.gov-india a:hover {color:#ffff00 !important;} .common-left ul li.gov-india a:focus {color:#ffff00 !important;} .common-left a{display:block;} .common-left a:focus{color:#ffff00 !important;} /* shivani*/ body .nav-wrapper ul li:hover a, body .nav-wrapper ul li.hover a, body .nav-wrapper ul li.active a{ color:#ffff00 } .header-container .logo a, .common-container .common-left ul li.ministry{ color:#ffff00 } .body-left-container .news-block h3, footer .footer-top-wrapper ul li a{color:#ffff00;} .region-home-content #quicktabs-home_content_hindi ul.quicktabs-tabs.quicktabs-style-zen{height:50px;} #cmf-analytics .c3 path, #cmf-analytics .c3 line{stroke:#ffff00;} #cmf-analytics{ background:#fff; } .skiptranslate .gtflag[title="Hindi"]{ background-image:url("../images/hindi.png"); background-position:0 -38px!important; transition:none; } .skiptranslate .gtflag[title="Hindi"]:hover{ background-image:url("../images/hindi.png"); background-position:0 -38px!important; transition:none; } .skiptranslate .gtflag[title="English"]{ background-image:url("../images/english.png"); background-position:0 -37px!important; transition:none; } .skiptranslate .gtflag[title="English"]:hover{ background-image:url("../images/english.png"); background-position:0 -37px!important; transition:none; } .flex-direction-nav a:before { color: #ffff00; } .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(255, 255, 0, 0.5); } .common-right ul li.ico-skip a { background-position:-124px -61px !important; } .common-right ul li.ico-accessibility a { background-position: 7px -27px !important; } .common-right ul li.ico-social a { background-position: -28px -61px !important; } .common-right ul li.ico-login a { background-image:url(../images/ico-login-y.png); } .common-right ul li.ico-site-search a { background-position:-59px -61px !important; } .common-right ul li.ico-sitemap a { background-position:-90px -61px !important; } .flex-pauseplay { background: #000; } .flex-pauseplay a { color: #ffff00 !important; } tr:nth-of-type(2n+1) { background: #1b1b1b; } .common-right ul li ul { background: #222; } .common-right ul li.ico-accessibility ul, .common-right ul li.ico-social ul, .common-right ul li.hover a, .common-right ul li.hover a:hover{ background: #222; }
0.226698
0.059483
:root { --text-color: #000; --primary-color: #FFEDE9; --secondary-color: #F3F6FF; --tet-color: #F7F4FB; --font-color: #210095; --font-dark: #17006b; --bg-color: #fff; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ; background: var(--bg-color); font-size: 1rem; color: var(--text-color); } /* utilities */ a { text-decoration: none; } img { max-width: 100%; } .text-lg { font-size: 2rem; font-weight: bolder; color: var(--font-dark); text-align: left; } .text-md { font-size: 1.2rem; font-weight: bold; color: var(--font-dark); text-align: left; } .text-sm { font-size: 1.1rem; color: var(--font-color); text-align: left; } .little-dash { width: .8rem; height: 1px; margin-left: .5em; } .container { padding: 0rem 2rem; } header { width: 100%; height: 23rem; position: relative; background: var(--bg-color); } .skewed__bg { background: var(--primary-color); transform: skew(0deg, -3deg); position: absolute; content: ""; top: 0; right: 0; width: 79.4%; padding: 12.5rem 0; margin-top: -4rem; } nav { width: 100%; display: flex; justify-content: space-between; align-items: center; position: absolute; z-index: 2; padding: .6rem .7rem .7rem .3rem; } .navbar { list-style: none; display: flex; justify-content: space-between; } main { width: 100%; height: fit-content; } .first-section .text-md { margin-bottom: 2rem; } .section1 { display: grid; grid-template-columns: repeat(2, 1fr); position: absolute; z-index: 2; padding-top: 4rem; } .first-section .text-md { margin-bottom: 3rem; } .section1-content { display: block; padding: 2rem 2rem 0rem 0rem; line-height: 1; } .section1-content a { display: flex; flex-direction: row; align-items: center; } .section1-content h2 { margin-bottom: .8rem; } .section1-content p { text-align: left; line-height: 1.4em; color: var(--font-color); } .section2 { display: grid; grid-template-columns: repeat(2, 1fr); } .section2 img { z-index: 2; } .section3 { display: grid; grid-template-columns: repeat(2, 1fr); position: relative; } .section3 img { z-index: 2; } .section3-content { z-index: 2; } .section4-content { z-index: 2; } .position-bg { background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color)); ; transform: skew(0deg, -5deg); position: absolute; content: ""; top: 0; right: 0; width: 84%; padding: 12.5rem 0; margin-top: .3rem; } .section5 { display: grid; grid-template-columns: repeat(2, 1fr); position: relative; height: 60rem; } .fifth-bg { background: var(--secondary-color); } .section5 img { z-index: 2; } .section5-content { z-index: 2; } /* section 2 */ .section__2 { margin-top: 8rem; } .section__2 .text-md { margin: 0rem 0rem 4rem 2rem; } .section__2 img { margin: 0rem 0rem 2rem 0rem; } .skewed-bg-3 { background: var(--primary-color); width: 90%; padding: 4rem 0px; transform: skew(0deg, 4deg); position: relative; } .section__4 { margin: 5rem 3rem; } .section__4 .contact-1 img { width: 7%; } .contact-1 .title { font-size: xx-large; margin: 2rem 0 2rem 0; } @media screen and (min-width: 401px) { /* mobile version */ .logo { width: 9%; height: 9%; } header { width: 100%; height: 27rem; } .links { color: var(--font-color); font-size: .6em; margin-left: .8rem; } .section1 img { width: 90%; } .section1-content { font-size: .7rem; padding: 2rem 4rem 0rem 0rem; } .section1-content a { font-size: .8rem; margin: .7rem 0rem; } .section1-content h2 { margin-bottom: .8rem; } /* main first section */ .section2 { padding-top: 1rem; } .section2 .text-md { font-size: 1.2rem; } .section1 { padding-top: 2.5rem; } .section1-content { padding-top: 3.3rem; padding-left: 1rem; } .section2-content { padding-right: 0rem; padding-left: 1rem; } .section3 { padding-top: 3rem; } .section3-content { padding: 3rem 0rem 0rem 1rem; } .section4-content { padding: 6rem 0rem 0rem 2rem; } /* skewed bg-color for section 1-4 */ .position-bg { width: 83.7%; padding: 12.2rem 0; margin-top: -2rem; } .section5 { padding-top: 3rem; } .fifth-bg { width: 87%; padding: 10rem 0; margin-top: 4.3rem; } .section5-content { padding: 5rem 0rem 0rem 2rem; } .section__2 { margin-top: 8rem; } .section__2 .text-md { margin: 0rem 0rem 4rem 2rem; } .section__2 img { margin: 0rem 0rem 5rem 0rem; } .content { transform: skew(0deg, -4deg); text-align: center; } .title { align-items: center; margin-left: 7rem; } .text { width: 50%; margin: 1.7rem 7rem; } .btn-blue { width: 30%; display: block; padding: 1rem 1rem; margin: 0 7rem; background: var(--font-dark); color: var(--bg-color); } .skewed-bg-3 .img-dots { width: 10%; height: 10%; margin: -4.8rem 0rem 2rem 3rem; } .skewed-bg-3 .img__color-boxes { position: absolute; top: 21.7rem; left: 22.7rem; width: 30%; } } /* media query */ @media screen and (min-width: 760px) { header { height: 40rem; } .logo { width: 6%; height: 6%; } .links { font-size: 1em; } .section1 img { width: 100%; } .skewed__bg { width: 77.5%; padding: 19rem 0; } .section1-content { font-size: 1rem; padding: 3.5rem 5rem 0rem 0rem; } .section1-content a { font-size: 1rem; margin: .7rem 0rem; } .section1-content .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem .7rem; } .section1-content h2 { margin-bottom: 1.5rem; } .text-lg { font-size: 3.5rem; } a .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem 0rem; } .little-dash { width: 1.5rem; height: 3px; background: var(--font-dark); margin: 0rem 0rem 1rem 0rem; } .text-md { font-size: 1.7rem; } .section2 .text-md { font-size: 3rem; margin-bottom: 2rem; } .section1-content { padding: 5.5rem 2rem 0rem 2rem; } .section2 { padding-top: 1.7rem; } .section2-content { padding: 6rem 0rem 0rem 3rem; } .position-bg { width: 86%; padding: 21.17rem 0; margin-top: -1.5rem; } .section4-content { padding: 9rem 0rem 0rem 4rem; } .fifth-bg { width: 89%; padding: 16rem 0; margin-top: 5.6rem; } .section5-content { padding: 7rem 2rem 0rem 3rem; } .section5-content h2 { font-size: 2.5rem; } .section__2 .little-dash { margin-left: 2rem; } .skewed-bg-3 { transform: skew(0deg, 6deg); padding: 5.5rem 0px; } .skewed-bg-3 .img-dots { display: none; } .content { transform: skew(0deg, -6deg); text-align: center; padding: 0rem 9rem; } .content .title { font-size: 2.5rem; } .content .text { width: 70%; font-size: 1rem; } .btn-blue { width: 30%; } .skewed-bg-3 .img__color-boxes { position: absolute; top: 19.5rem; left: 35.6rem; width: 33%; } } @media screen and (min-width: 920px) { img { width: 100%; } header { height: 56em; } .logo { width: 6%; height: 6%; } .links { font-size: 1.2em; margin-left: 2rem; } .section1 img { width: 100%; } .skewed__bg { width: 78.6%; padding: 26rem 0; } .section1-content { font-size: 1.5rem; padding: 9rem 10rem 0rem 3rem; } .section1-content a { font-size: 1.4rem; margin: .7rem 0rem; } .section1-content .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem .7rem; } .section1-content h2 { margin-bottom: 1.7rem; } .text-lg { font-size: 6rem; } a .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem 0rem; } .little-dash { width: 1.5rem; height: 3px; background: var(--font-dark); margin: 0rem 0rem 1rem 0rem; } .text-md { font-size: 2.5rem; } .first-section .text-md { margin-bottom: 10rem; } .section2 .text-md { font-size: 3rem; margin-bottom: 2rem; } .section1-content { padding: 10rem 2rem 0rem 3rem; } .section2 { margin-top: -7.3rem; } .section1-content p { margin-bottom: 1rem; } .section1-content a { margin: 2rem 0rem; } .section2-content { padding: 10rem 4rem 0rem 3rem; } .position-bg { width: 87%; padding: 28rem 0; margin-top: -2.1rem; } .section4-content { padding: 18rem 0rem 0rem 8rem; } .fifth-bg { width: 90%; padding: 25rem 0; margin-top: 7rem; } .section5-content { padding: 7rem 2rem 0rem 3rem; } .section5-content h2 { font-size: 2.5rem; } .section__2 .little-dash { margin-left: 2rem; } .section__2, .little-dash .text-md { margin-left: 5rem; } .section__3 { height: 50rem; } .skewed-bg-3 { transform: skew(0deg, 6deg); padding: 10rem 0px; } .skewed-bg-3 .img-dots { display: none; } .content { transform: skew(0deg, -6deg); text-align: center; padding: 0rem 17rem; } .content .title { font-size: 4.3rem; } .content .text { width: 70%; font-size: 1.2rem; } .btn-blue { width: 30%; } .skewed-bg-3 .img__color-boxes { position: absolute; top: 64%; left: 71%; width: 33%; } .section__4 { display: grid; grid-template-columns: 1fr 2fr 1fr; margin: 5rem 3rem; } .section__4 .contact-1 img { width: 25%; } .contact-1 .title { font-size: x-large; margin: 2rem 0 2rem 0; } .contact-1 a { display: flex; flex-direction: row; align-items: center; } .contact-2 { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2rem; } .contact-2 ul { list-style: none; } .contact-2 li { font-size: 1rem; line-height: 2.5rem; } .titl { font-size: 1.2rem !important; font-weight: bolder; margin-left: 0; } .contact-2 li a { color: #000; } .contact-3 .list { list-style: none; } .contact-3 li { font-size: 1rem; line-height: 2.5rem; list-style: none; margin-left: 3rem; } .contact-3 li a { color: #000; }
assignment/week-2/meenarh/drib.css
:root { --text-color: #000; --primary-color: #FFEDE9; --secondary-color: #F3F6FF; --tet-color: #F7F4FB; --font-color: #210095; --font-dark: #17006b; --bg-color: #fff; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ; background: var(--bg-color); font-size: 1rem; color: var(--text-color); } /* utilities */ a { text-decoration: none; } img { max-width: 100%; } .text-lg { font-size: 2rem; font-weight: bolder; color: var(--font-dark); text-align: left; } .text-md { font-size: 1.2rem; font-weight: bold; color: var(--font-dark); text-align: left; } .text-sm { font-size: 1.1rem; color: var(--font-color); text-align: left; } .little-dash { width: .8rem; height: 1px; margin-left: .5em; } .container { padding: 0rem 2rem; } header { width: 100%; height: 23rem; position: relative; background: var(--bg-color); } .skewed__bg { background: var(--primary-color); transform: skew(0deg, -3deg); position: absolute; content: ""; top: 0; right: 0; width: 79.4%; padding: 12.5rem 0; margin-top: -4rem; } nav { width: 100%; display: flex; justify-content: space-between; align-items: center; position: absolute; z-index: 2; padding: .6rem .7rem .7rem .3rem; } .navbar { list-style: none; display: flex; justify-content: space-between; } main { width: 100%; height: fit-content; } .first-section .text-md { margin-bottom: 2rem; } .section1 { display: grid; grid-template-columns: repeat(2, 1fr); position: absolute; z-index: 2; padding-top: 4rem; } .first-section .text-md { margin-bottom: 3rem; } .section1-content { display: block; padding: 2rem 2rem 0rem 0rem; line-height: 1; } .section1-content a { display: flex; flex-direction: row; align-items: center; } .section1-content h2 { margin-bottom: .8rem; } .section1-content p { text-align: left; line-height: 1.4em; color: var(--font-color); } .section2 { display: grid; grid-template-columns: repeat(2, 1fr); } .section2 img { z-index: 2; } .section3 { display: grid; grid-template-columns: repeat(2, 1fr); position: relative; } .section3 img { z-index: 2; } .section3-content { z-index: 2; } .section4-content { z-index: 2; } .position-bg { background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color)); ; transform: skew(0deg, -5deg); position: absolute; content: ""; top: 0; right: 0; width: 84%; padding: 12.5rem 0; margin-top: .3rem; } .section5 { display: grid; grid-template-columns: repeat(2, 1fr); position: relative; height: 60rem; } .fifth-bg { background: var(--secondary-color); } .section5 img { z-index: 2; } .section5-content { z-index: 2; } /* section 2 */ .section__2 { margin-top: 8rem; } .section__2 .text-md { margin: 0rem 0rem 4rem 2rem; } .section__2 img { margin: 0rem 0rem 2rem 0rem; } .skewed-bg-3 { background: var(--primary-color); width: 90%; padding: 4rem 0px; transform: skew(0deg, 4deg); position: relative; } .section__4 { margin: 5rem 3rem; } .section__4 .contact-1 img { width: 7%; } .contact-1 .title { font-size: xx-large; margin: 2rem 0 2rem 0; } @media screen and (min-width: 401px) { /* mobile version */ .logo { width: 9%; height: 9%; } header { width: 100%; height: 27rem; } .links { color: var(--font-color); font-size: .6em; margin-left: .8rem; } .section1 img { width: 90%; } .section1-content { font-size: .7rem; padding: 2rem 4rem 0rem 0rem; } .section1-content a { font-size: .8rem; margin: .7rem 0rem; } .section1-content h2 { margin-bottom: .8rem; } /* main first section */ .section2 { padding-top: 1rem; } .section2 .text-md { font-size: 1.2rem; } .section1 { padding-top: 2.5rem; } .section1-content { padding-top: 3.3rem; padding-left: 1rem; } .section2-content { padding-right: 0rem; padding-left: 1rem; } .section3 { padding-top: 3rem; } .section3-content { padding: 3rem 0rem 0rem 1rem; } .section4-content { padding: 6rem 0rem 0rem 2rem; } /* skewed bg-color for section 1-4 */ .position-bg { width: 83.7%; padding: 12.2rem 0; margin-top: -2rem; } .section5 { padding-top: 3rem; } .fifth-bg { width: 87%; padding: 10rem 0; margin-top: 4.3rem; } .section5-content { padding: 5rem 0rem 0rem 2rem; } .section__2 { margin-top: 8rem; } .section__2 .text-md { margin: 0rem 0rem 4rem 2rem; } .section__2 img { margin: 0rem 0rem 5rem 0rem; } .content { transform: skew(0deg, -4deg); text-align: center; } .title { align-items: center; margin-left: 7rem; } .text { width: 50%; margin: 1.7rem 7rem; } .btn-blue { width: 30%; display: block; padding: 1rem 1rem; margin: 0 7rem; background: var(--font-dark); color: var(--bg-color); } .skewed-bg-3 .img-dots { width: 10%; height: 10%; margin: -4.8rem 0rem 2rem 3rem; } .skewed-bg-3 .img__color-boxes { position: absolute; top: 21.7rem; left: 22.7rem; width: 30%; } } /* media query */ @media screen and (min-width: 760px) { header { height: 40rem; } .logo { width: 6%; height: 6%; } .links { font-size: 1em; } .section1 img { width: 100%; } .skewed__bg { width: 77.5%; padding: 19rem 0; } .section1-content { font-size: 1rem; padding: 3.5rem 5rem 0rem 0rem; } .section1-content a { font-size: 1rem; margin: .7rem 0rem; } .section1-content .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem .7rem; } .section1-content h2 { margin-bottom: 1.5rem; } .text-lg { font-size: 3.5rem; } a .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem 0rem; } .little-dash { width: 1.5rem; height: 3px; background: var(--font-dark); margin: 0rem 0rem 1rem 0rem; } .text-md { font-size: 1.7rem; } .section2 .text-md { font-size: 3rem; margin-bottom: 2rem; } .section1-content { padding: 5.5rem 2rem 0rem 2rem; } .section2 { padding-top: 1.7rem; } .section2-content { padding: 6rem 0rem 0rem 3rem; } .position-bg { width: 86%; padding: 21.17rem 0; margin-top: -1.5rem; } .section4-content { padding: 9rem 0rem 0rem 4rem; } .fifth-bg { width: 89%; padding: 16rem 0; margin-top: 5.6rem; } .section5-content { padding: 7rem 2rem 0rem 3rem; } .section5-content h2 { font-size: 2.5rem; } .section__2 .little-dash { margin-left: 2rem; } .skewed-bg-3 { transform: skew(0deg, 6deg); padding: 5.5rem 0px; } .skewed-bg-3 .img-dots { display: none; } .content { transform: skew(0deg, -6deg); text-align: center; padding: 0rem 9rem; } .content .title { font-size: 2.5rem; } .content .text { width: 70%; font-size: 1rem; } .btn-blue { width: 30%; } .skewed-bg-3 .img__color-boxes { position: absolute; top: 19.5rem; left: 35.6rem; width: 33%; } } @media screen and (min-width: 920px) { img { width: 100%; } header { height: 56em; } .logo { width: 6%; height: 6%; } .links { font-size: 1.2em; margin-left: 2rem; } .section1 img { width: 100%; } .skewed__bg { width: 78.6%; padding: 26rem 0; } .section1-content { font-size: 1.5rem; padding: 9rem 10rem 0rem 3rem; } .section1-content a { font-size: 1.4rem; margin: .7rem 0rem; } .section1-content .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem .7rem; } .section1-content h2 { margin-bottom: 1.7rem; } .text-lg { font-size: 6rem; } a .little-dash { width: 1rem; height: 2px; background: var(--font-dark); margin: 0rem .7rem 0rem 0rem; } .little-dash { width: 1.5rem; height: 3px; background: var(--font-dark); margin: 0rem 0rem 1rem 0rem; } .text-md { font-size: 2.5rem; } .first-section .text-md { margin-bottom: 10rem; } .section2 .text-md { font-size: 3rem; margin-bottom: 2rem; } .section1-content { padding: 10rem 2rem 0rem 3rem; } .section2 { margin-top: -7.3rem; } .section1-content p { margin-bottom: 1rem; } .section1-content a { margin: 2rem 0rem; } .section2-content { padding: 10rem 4rem 0rem 3rem; } .position-bg { width: 87%; padding: 28rem 0; margin-top: -2.1rem; } .section4-content { padding: 18rem 0rem 0rem 8rem; } .fifth-bg { width: 90%; padding: 25rem 0; margin-top: 7rem; } .section5-content { padding: 7rem 2rem 0rem 3rem; } .section5-content h2 { font-size: 2.5rem; } .section__2 .little-dash { margin-left: 2rem; } .section__2, .little-dash .text-md { margin-left: 5rem; } .section__3 { height: 50rem; } .skewed-bg-3 { transform: skew(0deg, 6deg); padding: 10rem 0px; } .skewed-bg-3 .img-dots { display: none; } .content { transform: skew(0deg, -6deg); text-align: center; padding: 0rem 17rem; } .content .title { font-size: 4.3rem; } .content .text { width: 70%; font-size: 1.2rem; } .btn-blue { width: 30%; } .skewed-bg-3 .img__color-boxes { position: absolute; top: 64%; left: 71%; width: 33%; } .section__4 { display: grid; grid-template-columns: 1fr 2fr 1fr; margin: 5rem 3rem; } .section__4 .contact-1 img { width: 25%; } .contact-1 .title { font-size: x-large; margin: 2rem 0 2rem 0; } .contact-1 a { display: flex; flex-direction: row; align-items: center; } .contact-2 { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2rem; } .contact-2 ul { list-style: none; } .contact-2 li { font-size: 1rem; line-height: 2.5rem; } .titl { font-size: 1.2rem !important; font-weight: bolder; margin-left: 0; } .contact-2 li a { color: #000; } .contact-3 .list { list-style: none; } .contact-3 li { font-size: 1rem; line-height: 2.5rem; list-style: none; margin-left: 3rem; } .contact-3 li a { color: #000; }
0.669096
0.143098
@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap'); body, html { height: 100%; width: 100%; padding: 0; margin: 0; font-size: 15px; line-height: 1.6; font-family: Open Sans,Arial,sans-serif; } html { scroll-behavior: smooth; } a { color: #2970fa; } body { background: #FFFFFF; color: #666; } img { max-width: 100%;} button:focus { box-shadow: none !important; outline: none !important; } .text-orange { color: #2970fa; } .text-blue { color: #007BFF !important; } .text-secondary { color: #d8d5aa !important; } .text-success { color: #29cf8d !important; } .text-primary { color: #2970fa !important; } .btn-blue { background: #007BFF; color: #fff; } .btn { border-width: 10px; border-color: rgba(0,0,0,0); border-radius: 5px; letter-spacing: 1px; font-size: 13px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; text-transform: uppercase !important; } .btn-secondary { background-color: #263547; box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.2); } .btn-primary { color: #ffffff !important; background-color: #2970fa; } .btn-warning { color: #ff8f00 !important; border-width: 10px !important; border-color: rgba(0,0,0,0); border-radius: 5px; letter-spacing: 1px; font-size: 13px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; text-transform: uppercase !important; background-color: rgba(255,143,0,0.1); } .btn-success { color: #29cf8d !important; border-width: 10px !important; border-color: rgba(0,0,0,0); border-radius: 5px; letter-spacing: 1px; font-size: 13px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; text-transform: uppercase !important; background-color: rgba(41,207,141,0.1); } .navbar { transition: 0.5s all; padding-top: 8px; padding-bottom: 8px; box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1); } .navbar .nav-item { font-size: 15px; font-weight: 500 !important; } .navbar .nav-item .nav-link { color: #20292f; position: relative; padding: 10px 16px; } .navbar .nav-item .nav-link.btn { font-size: 15px; color: white; font-weight: 500; margin: 6px 6px; border-width: 0; padding: 6px 12px; } .dropdown-toggle::after { border: none !important; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; content: "\f078"; vertical-align: 0; /* to center vertically */ } .dropdown.show .dropdown-toggle::after { content: "\f077"; } @media (max-width: 768px){ .navbar .nav-item .nav-link { padding: 6px 16px; } .navbar .nav-item .nav-link.btn { padding: 8px 16px; margin: 3px 6px; } } button.navbar-toggler { border: none; } .navbar .nav-item .nav-link:hover { color: #2970fa; } .hero-image { background-color: #303030; min-height: 500px; position: relative; background-repeat: no-repeat; background-size: contain; background-position: bottom center; background-image: url(../images/hosting-company-01.png), linear-gradient(237deg,#46b3ff 0%,#0752fe 100%) !important; } .hero-image .container { position: relative; height: 100%; } .hero-text { color: white; width: 100%; padding: 80px 0 300px 0; z-index: 1; position: relative; } h1 { font-weight: 500; font-size: 52px; line-height: 1.2em; text-shadow: 0em 0.1em 2em rgba(0,0,0,0.4); font-family: 'Rubik', sans-serif; } @media (min-width: 768px){ .hero-image .hero-image-holder{ position: absolute; bottom: 180px; width: 45%; right: 0; } } @media (max-width: 768px){ h1 { font-size: 38px; } .hero-text { padding: 60px 0 20px 0; } .hero-image .container .hero-image-holder{ width: 70%; margin: 0 auto; padding-bottom: 60px; } } .hero-object {position: relative;} .hero-object img { position: absolute; left: 0; width: 60px !important; } .hero-object div { padding-left: 80px; } .hero-object h3 { font-size: 20px; font-family: 'Rubik', sans-serif; font-weight: 500; } .hero-object p { font-size: 15px; color: #666; } .card { position: relative; border: 0; background-color: #ffffff; border-radius: 24px 24px 24px 24px; overflow: hidden; box-shadow: 0px 90px 160px 0px rgba(0,0,0,0.06); } .card-header { color: #333; background-color: #fff; border-color: rgba(0,0,0,0.06) !important; position: relative; padding: 1.25rem 2.25rem; font-size: 16px; } .card-header a{ color: #333; } .card-body { padding: 1.25rem 2.25rem; } ul.list-folder { margin: 0; padding: 0 0 0 20px; } ul.list-success li::marker { color: #29cf8d; } ul.list-warning li::marker { color: #ff8f00; } ul.list-primary li::marker { color: #2970fa; } ul.list-folder li { padding: 10px 0 10px 10px; color: #666; } ul.icon-list { margin: 0; padding: 0; list-style: none; } ul.icon-list li { position: relative; padding-bottom: 20px; } ul.icon-list li img { position: absolute; left: 0; width: 70px; } ul.icon-list li div { padding-left: 80px; } ul.icon-list li div h3 { font-size: 18px; color: #333; } ul.icon-list li div p { font-size: 13px; } .testimonials { list-style: none; margin: 0; padding: 0; line-height: 2em; border-radius: 24px; box-shadow: 0px 10px 160px 0px rgba(0,0,0,0.06); padding: 20px; } .testimonials p { font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif; font-weight: 500; font-size: 32px !important; color: #2970fa !important; line-height: 1.6em; text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0); } @media (max-width: 768px){ .testimonials p { font-size: 26px !important; line-height: 1.2em; } } .testimonials img { width: 50px; } .testimonials .author { color: rgba(0,0,0,0.37) !important; line-height: 2em; text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0); } footer { background-size: contain; background-position: top center; background-repeat: no-repeat; background-image: url(../images/hosting-company-11.png),linear-gradient(237deg,#46b3ff 0%,#0752fe 100%) !important; background-color: #0752fe; padding-top: 250px; color: #fff; } footer .footer-container { padding-bottom: 60px } footer ul { margin: 0; padding: 0; list-style: none; } footer li { display: inline-block; } footer ul li a { text-transform: capitalize; padding: 6px 12px; font-weight: 500; color: #fff; } @media (max-width: 768px){ footer { padding-top: 150px; } footer .footer-container { padding-bottom: 80px } } .auth-body { background-attachment: fixed; background-position: center; background-color: #fff; background-repeat: no-repeat; background-image: url(../images/loginbg.png), linear-gradient(180deg,#ffffff 0%,#eef9ff 100%); background-size: cover; color: #333; padding: 30px 0; height: 100%; } .auth-body .container { max-width: 550px; margin: auto; } .auth-container { background: rgba(255, 255, 255, 0.3); box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.06); border-radius: 30px; padding: 35px 38px; margin-top: 30px; margin-bottom: 18px; border: 1px solid rgba(0, 0, 0, 0.1); } .auth-brand { margin: 0; padding: 0; list-style: none; font-size: 36px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; } .auth-brand li { display: inline-block; border-right: 1px solid rgba(0, 0, 0, 0.05); padding-right: 12px } .auth-brand li:last-child { border-right: 0px; padding-right: 0; padding-left: 12px; } @media (max-width: 600px){ .auth-body { padding: 20px 0; margin: 0; } .auth-container { padding: 25px 28px; } } .input-group-text, .form-control, .custom-select, .form-control, .input-group-text, .custom-select { background: white; color: #2970fa; height: 50px; } .section_container a:not(.btn) { color: #2970fa; } .auth-body a { color: #2970fa; } .validate input:focus:invalid, .validate textarea:focus:invalid, .invalid { /* when a field is considered invalid by the browser */ border-color: #b03535 } .validate input:required:valid, .validate textarea:required:valid { /* when a field is considered valid by the browser */ border-color: #28921f; } .form_hint { background: #333; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; color: white; margin-left:8px; padding: 1px 6px; z-index: 999; /* hints stay above all other elements */ position: absolute; /* allows proper formatting if hint is two lines */ display:none; } .form_hint::before { content: "\25B2"; /* left point triangle in escaped unicode */ color:#333; position: absolute; bottom:73%; left: 5%; } .validate input:focus + .form_hint {display: block;} .validate input:required:valid + .form_hint {background: #333;} /* change form hint color when valid */ .validate input:required:valid + .form_hint::before {color:#333;} /* change form hint arrow color when valid */ .work_step .work_icon i::before { font-size: 90px; color: #2970fa; line-height: 90px; } .work_step { position: relative; } .work_step .work_icon { position: relative; z-index: 1; } @media (min-width: 600px){ .work_step.work_first::after { content: ''; position: absolute; top: 20px; right: -140px; width: 240px; height: 30px; background: url(../images/arrow.png) center center no-repeat; } .work_step.work_middle::after { content: ''; position: absolute; top: 37px; right: -136px; width: 240px; height: 30px; background: url(../images/arrow2.png) center center no-repeat; } } .work_step .work_icon::before { content: ""; width: 50px; height: 50px; border-radius: 50%; left: 60%; bottom: -20px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #f1f1f1; position: absolute; z-index: -1; } .work_step h2 { font-family: 'Rubik', sans-serif; font-size: 20px; color: #242424; padding: 30px 0px 14px; } .section_title h2, h2, h3, h4, h5, h6 { font-family: 'Rubik', sans-serif; color: #242424; font-weight: 500; line-height: 1.4em; margin-bottom: 0px; } .section_title h2 { font-size: 38px; } .section_title p { font-family: 'Rubik', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 14px; color: #ff8f00; letter-spacing: 1px; line-height: 1.5em; margin-bottom: 0px; } .primary_section { background-size: contain; background-position: bottom center; background-repeat: no-repeat; padding-bottom: 180px; background-image: url(../images/hosting-company-01.png),linear-gradient(180deg,#ffffff 0%,#eef9ff 100%) !important; } .about_item { background: linear-gradient(237deg,#46b3ff 0%,#0752fe 100%); background-color: #7EBEC5; border-radius: 24px 24px 24px 24px; padding: 20px 30px; overflow: hidden; position: relative; } .about_item i::before { font-size: 200px; line-height: 55px; position: absolute; bottom: 0; right: 0; } .about_item .media-body { position: relative; } .about_item .media-body h3 { font-family: 'Rubik', sans-serif; font-size: 20px; font-weight: 500; color:#fff; padding-bottom: 12px; } .about_item .media-body p { color:#fff; margin: 0; } .about_item i { color: rgba(0, 0, 0, 0.05); } .bg-primary { background: linear-gradient(237deg,#46b3ff 0%,#0752fe 100%); background-color: #7EBEC5; } .bg-warning { background: linear-gradient(150deg,#ffba61 0%,#ffdc71 100%); background-color: #ffdc71; } .bg-danger { background: linear-gradient(150deg,#ff6161 0%,#ff7171 100%); background-color: #ff7171; } .bg-about { background-color: #303030; padding: 80px 0 300px 0; color: #fff; position: relative; background-repeat: no-repeat; background-size: contain; background-position: bottom center; background-image: url(../images/hosting-company-01.png), linear-gradient(237deg,#315770 0%,#000000 100%) !important; } @media (max-width: 768px) { .bg-about { padding: 60px 0 150px 0 !important; } } #confirm { display: none; position: fixed; top: 0; bottom: 0; right: 0; left: 0; height: 100%; z-index: 10000000; background: rgba(0,0,0,.5); transition: all 0.5s ease; text-align: center; padding: 20px; } #confirm .container { background-color: #fff; width: 350px; top: 20%; padding: 0px; max-height: 95%; overflow: auto; } #confirm button { cursor: pointer; } #confirm .message { max-height: 50%; font-size: 16px; } @media (max-width: 768px){ #confirm .container { width: 90%; margin-top: 0; position: absolute; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } } .list_style { list-style: none; margin: 0px; padding: 0px; } .growing_facts ul li p { font: 400 18px/28px "Lora", serif; font-style: italic; } blockquote { border: 2px dotted #b03535; padding: 12px; border-radius: 10px; margin: 10px 0; } ul.contact_list { list-style: none; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.8); border-radius: 12px; } ul.contact_list li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 20px 10px; position: relative; } ul.contact_list li h2 { font-size: 16px; color: #333; text-transform: uppercase; font-weight: 600; } ul.contact_list li:last-child { border: 0; } ul.contact_list li div { padding-left: 60px; } ul.contact_list li i { position: absolute; left: 24px; top: 30px; font-size: 22px; } .no-select { border:none; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/ } #language option { color: #333; } .skiptranslate { display: none !important; } body { top: 0 !important; } .breadcrumb{ padding: 0; margin: 0; background-color: transparent; font-size: 14px; font-style: italic; } .list-image { position: relative; } .list-image img { position: absolute; left: 10px; top: 18px } .list-image div { padding-left: 40px; } .tradingview-widget-container { position: relative; } .tradingview-widget-container > img { position: absolute; bottom: 33px; left: 5px; z-index: 9; width: 45px; } .loading-container { background-color: rgba(255, 255, 255, 0.9); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10; } .loading-item { position: absolute; width: 100px; height: 100px; left: calc(50% - 50px); top: calc(50% - 50px); }
public/css/main.css
@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap'); body, html { height: 100%; width: 100%; padding: 0; margin: 0; font-size: 15px; line-height: 1.6; font-family: Open Sans,Arial,sans-serif; } html { scroll-behavior: smooth; } a { color: #2970fa; } body { background: #FFFFFF; color: #666; } img { max-width: 100%;} button:focus { box-shadow: none !important; outline: none !important; } .text-orange { color: #2970fa; } .text-blue { color: #007BFF !important; } .text-secondary { color: #d8d5aa !important; } .text-success { color: #29cf8d !important; } .text-primary { color: #2970fa !important; } .btn-blue { background: #007BFF; color: #fff; } .btn { border-width: 10px; border-color: rgba(0,0,0,0); border-radius: 5px; letter-spacing: 1px; font-size: 13px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; text-transform: uppercase !important; } .btn-secondary { background-color: #263547; box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.2); } .btn-primary { color: #ffffff !important; background-color: #2970fa; } .btn-warning { color: #ff8f00 !important; border-width: 10px !important; border-color: rgba(0,0,0,0); border-radius: 5px; letter-spacing: 1px; font-size: 13px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; text-transform: uppercase !important; background-color: rgba(255,143,0,0.1); } .btn-success { color: #29cf8d !important; border-width: 10px !important; border-color: rgba(0,0,0,0); border-radius: 5px; letter-spacing: 1px; font-size: 13px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; text-transform: uppercase !important; background-color: rgba(41,207,141,0.1); } .navbar { transition: 0.5s all; padding-top: 8px; padding-bottom: 8px; box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1); } .navbar .nav-item { font-size: 15px; font-weight: 500 !important; } .navbar .nav-item .nav-link { color: #20292f; position: relative; padding: 10px 16px; } .navbar .nav-item .nav-link.btn { font-size: 15px; color: white; font-weight: 500; margin: 6px 6px; border-width: 0; padding: 6px 12px; } .dropdown-toggle::after { border: none !important; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; content: "\f078"; vertical-align: 0; /* to center vertically */ } .dropdown.show .dropdown-toggle::after { content: "\f077"; } @media (max-width: 768px){ .navbar .nav-item .nav-link { padding: 6px 16px; } .navbar .nav-item .nav-link.btn { padding: 8px 16px; margin: 3px 6px; } } button.navbar-toggler { border: none; } .navbar .nav-item .nav-link:hover { color: #2970fa; } .hero-image { background-color: #303030; min-height: 500px; position: relative; background-repeat: no-repeat; background-size: contain; background-position: bottom center; background-image: url(../images/hosting-company-01.png), linear-gradient(237deg,#46b3ff 0%,#0752fe 100%) !important; } .hero-image .container { position: relative; height: 100%; } .hero-text { color: white; width: 100%; padding: 80px 0 300px 0; z-index: 1; position: relative; } h1 { font-weight: 500; font-size: 52px; line-height: 1.2em; text-shadow: 0em 0.1em 2em rgba(0,0,0,0.4); font-family: 'Rubik', sans-serif; } @media (min-width: 768px){ .hero-image .hero-image-holder{ position: absolute; bottom: 180px; width: 45%; right: 0; } } @media (max-width: 768px){ h1 { font-size: 38px; } .hero-text { padding: 60px 0 20px 0; } .hero-image .container .hero-image-holder{ width: 70%; margin: 0 auto; padding-bottom: 60px; } } .hero-object {position: relative;} .hero-object img { position: absolute; left: 0; width: 60px !important; } .hero-object div { padding-left: 80px; } .hero-object h3 { font-size: 20px; font-family: 'Rubik', sans-serif; font-weight: 500; } .hero-object p { font-size: 15px; color: #666; } .card { position: relative; border: 0; background-color: #ffffff; border-radius: 24px 24px 24px 24px; overflow: hidden; box-shadow: 0px 90px 160px 0px rgba(0,0,0,0.06); } .card-header { color: #333; background-color: #fff; border-color: rgba(0,0,0,0.06) !important; position: relative; padding: 1.25rem 2.25rem; font-size: 16px; } .card-header a{ color: #333; } .card-body { padding: 1.25rem 2.25rem; } ul.list-folder { margin: 0; padding: 0 0 0 20px; } ul.list-success li::marker { color: #29cf8d; } ul.list-warning li::marker { color: #ff8f00; } ul.list-primary li::marker { color: #2970fa; } ul.list-folder li { padding: 10px 0 10px 10px; color: #666; } ul.icon-list { margin: 0; padding: 0; list-style: none; } ul.icon-list li { position: relative; padding-bottom: 20px; } ul.icon-list li img { position: absolute; left: 0; width: 70px; } ul.icon-list li div { padding-left: 80px; } ul.icon-list li div h3 { font-size: 18px; color: #333; } ul.icon-list li div p { font-size: 13px; } .testimonials { list-style: none; margin: 0; padding: 0; line-height: 2em; border-radius: 24px; box-shadow: 0px 10px 160px 0px rgba(0,0,0,0.06); padding: 20px; } .testimonials p { font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif; font-weight: 500; font-size: 32px !important; color: #2970fa !important; line-height: 1.6em; text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0); } @media (max-width: 768px){ .testimonials p { font-size: 26px !important; line-height: 1.2em; } } .testimonials img { width: 50px; } .testimonials .author { color: rgba(0,0,0,0.37) !important; line-height: 2em; text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0); } footer { background-size: contain; background-position: top center; background-repeat: no-repeat; background-image: url(../images/hosting-company-11.png),linear-gradient(237deg,#46b3ff 0%,#0752fe 100%) !important; background-color: #0752fe; padding-top: 250px; color: #fff; } footer .footer-container { padding-bottom: 60px } footer ul { margin: 0; padding: 0; list-style: none; } footer li { display: inline-block; } footer ul li a { text-transform: capitalize; padding: 6px 12px; font-weight: 500; color: #fff; } @media (max-width: 768px){ footer { padding-top: 150px; } footer .footer-container { padding-bottom: 80px } } .auth-body { background-attachment: fixed; background-position: center; background-color: #fff; background-repeat: no-repeat; background-image: url(../images/loginbg.png), linear-gradient(180deg,#ffffff 0%,#eef9ff 100%); background-size: cover; color: #333; padding: 30px 0; height: 100%; } .auth-body .container { max-width: 550px; margin: auto; } .auth-container { background: rgba(255, 255, 255, 0.3); box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.06); border-radius: 30px; padding: 35px 38px; margin-top: 30px; margin-bottom: 18px; border: 1px solid rgba(0, 0, 0, 0.1); } .auth-brand { margin: 0; padding: 0; list-style: none; font-size: 36px; font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important; } .auth-brand li { display: inline-block; border-right: 1px solid rgba(0, 0, 0, 0.05); padding-right: 12px } .auth-brand li:last-child { border-right: 0px; padding-right: 0; padding-left: 12px; } @media (max-width: 600px){ .auth-body { padding: 20px 0; margin: 0; } .auth-container { padding: 25px 28px; } } .input-group-text, .form-control, .custom-select, .form-control, .input-group-text, .custom-select { background: white; color: #2970fa; height: 50px; } .section_container a:not(.btn) { color: #2970fa; } .auth-body a { color: #2970fa; } .validate input:focus:invalid, .validate textarea:focus:invalid, .invalid { /* when a field is considered invalid by the browser */ border-color: #b03535 } .validate input:required:valid, .validate textarea:required:valid { /* when a field is considered valid by the browser */ border-color: #28921f; } .form_hint { background: #333; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; color: white; margin-left:8px; padding: 1px 6px; z-index: 999; /* hints stay above all other elements */ position: absolute; /* allows proper formatting if hint is two lines */ display:none; } .form_hint::before { content: "\25B2"; /* left point triangle in escaped unicode */ color:#333; position: absolute; bottom:73%; left: 5%; } .validate input:focus + .form_hint {display: block;} .validate input:required:valid + .form_hint {background: #333;} /* change form hint color when valid */ .validate input:required:valid + .form_hint::before {color:#333;} /* change form hint arrow color when valid */ .work_step .work_icon i::before { font-size: 90px; color: #2970fa; line-height: 90px; } .work_step { position: relative; } .work_step .work_icon { position: relative; z-index: 1; } @media (min-width: 600px){ .work_step.work_first::after { content: ''; position: absolute; top: 20px; right: -140px; width: 240px; height: 30px; background: url(../images/arrow.png) center center no-repeat; } .work_step.work_middle::after { content: ''; position: absolute; top: 37px; right: -136px; width: 240px; height: 30px; background: url(../images/arrow2.png) center center no-repeat; } } .work_step .work_icon::before { content: ""; width: 50px; height: 50px; border-radius: 50%; left: 60%; bottom: -20px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #f1f1f1; position: absolute; z-index: -1; } .work_step h2 { font-family: 'Rubik', sans-serif; font-size: 20px; color: #242424; padding: 30px 0px 14px; } .section_title h2, h2, h3, h4, h5, h6 { font-family: 'Rubik', sans-serif; color: #242424; font-weight: 500; line-height: 1.4em; margin-bottom: 0px; } .section_title h2 { font-size: 38px; } .section_title p { font-family: 'Rubik', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 14px; color: #ff8f00; letter-spacing: 1px; line-height: 1.5em; margin-bottom: 0px; } .primary_section { background-size: contain; background-position: bottom center; background-repeat: no-repeat; padding-bottom: 180px; background-image: url(../images/hosting-company-01.png),linear-gradient(180deg,#ffffff 0%,#eef9ff 100%) !important; } .about_item { background: linear-gradient(237deg,#46b3ff 0%,#0752fe 100%); background-color: #7EBEC5; border-radius: 24px 24px 24px 24px; padding: 20px 30px; overflow: hidden; position: relative; } .about_item i::before { font-size: 200px; line-height: 55px; position: absolute; bottom: 0; right: 0; } .about_item .media-body { position: relative; } .about_item .media-body h3 { font-family: 'Rubik', sans-serif; font-size: 20px; font-weight: 500; color:#fff; padding-bottom: 12px; } .about_item .media-body p { color:#fff; margin: 0; } .about_item i { color: rgba(0, 0, 0, 0.05); } .bg-primary { background: linear-gradient(237deg,#46b3ff 0%,#0752fe 100%); background-color: #7EBEC5; } .bg-warning { background: linear-gradient(150deg,#ffba61 0%,#ffdc71 100%); background-color: #ffdc71; } .bg-danger { background: linear-gradient(150deg,#ff6161 0%,#ff7171 100%); background-color: #ff7171; } .bg-about { background-color: #303030; padding: 80px 0 300px 0; color: #fff; position: relative; background-repeat: no-repeat; background-size: contain; background-position: bottom center; background-image: url(../images/hosting-company-01.png), linear-gradient(237deg,#315770 0%,#000000 100%) !important; } @media (max-width: 768px) { .bg-about { padding: 60px 0 150px 0 !important; } } #confirm { display: none; position: fixed; top: 0; bottom: 0; right: 0; left: 0; height: 100%; z-index: 10000000; background: rgba(0,0,0,.5); transition: all 0.5s ease; text-align: center; padding: 20px; } #confirm .container { background-color: #fff; width: 350px; top: 20%; padding: 0px; max-height: 95%; overflow: auto; } #confirm button { cursor: pointer; } #confirm .message { max-height: 50%; font-size: 16px; } @media (max-width: 768px){ #confirm .container { width: 90%; margin-top: 0; position: absolute; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } } .list_style { list-style: none; margin: 0px; padding: 0px; } .growing_facts ul li p { font: 400 18px/28px "Lora", serif; font-style: italic; } blockquote { border: 2px dotted #b03535; padding: 12px; border-radius: 10px; margin: 10px 0; } ul.contact_list { list-style: none; margin: 0; padding: 0; color: rgba(0, 0, 0, 0.8); border-radius: 12px; } ul.contact_list li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 20px 10px; position: relative; } ul.contact_list li h2 { font-size: 16px; color: #333; text-transform: uppercase; font-weight: 600; } ul.contact_list li:last-child { border: 0; } ul.contact_list li div { padding-left: 60px; } ul.contact_list li i { position: absolute; left: 24px; top: 30px; font-size: 22px; } .no-select { border:none; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/ } #language option { color: #333; } .skiptranslate { display: none !important; } body { top: 0 !important; } .breadcrumb{ padding: 0; margin: 0; background-color: transparent; font-size: 14px; font-style: italic; } .list-image { position: relative; } .list-image img { position: absolute; left: 10px; top: 18px } .list-image div { padding-left: 40px; } .tradingview-widget-container { position: relative; } .tradingview-widget-container > img { position: absolute; bottom: 33px; left: 5px; z-index: 9; width: 45px; } .loading-container { background-color: rgba(255, 255, 255, 0.9); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10; } .loading-item { position: absolute; width: 100px; height: 100px; left: calc(50% - 50px); top: calc(50% - 50px); }
0.26322
0.073132
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); @import url('/css/style.css'); * { margin:0; padding:0; box-sizing: border-box; } html {scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef; } /* Chrome, Safari용 스크롤 바 */ ::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef} ::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)} ::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)} html { font-family: 'Noto Sans KR', sans-serif; } html,body { height:100%; position:relative; } li { list-style-type: none; } #__tx__input__chat { margin:auto; bottom:0; } #messages { overflow-y:scroll; height:90.5%; padding:5px 10px; } #send__message__form { height:9.5%; } #chat__frame { height:100%; width:100%; } .btn, input { border-radius:0 !important; } input:focus { outline:none; } .bubble { position: relative; width: 120px; padding: 10px; background: #FFFFFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: #7F7F7F solid 1px; margin-bottom:10px; font-size:11px; } .bubble:after { content: ''; position: absolute; border-style: solid; border-width: 7px 11px 7px 0; border-color: transparent #FFFFFF; display: block; width: 0; z-index: 1; left: -11px; top: 5px; } .bubble:before { content: ''; position: absolute; border-style: solid; border-width: 7px 12px 8px 0; border-color: transparent #7F7F7F; display: block; width: 0; z-index: 0; left: -12px; top: 5px; }
css/chat/chat.css
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); @import url('/css/style.css'); * { margin:0; padding:0; box-sizing: border-box; } html {scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef; } /* Chrome, Safari용 스크롤 바 */ ::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef} ::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)} ::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)} html { font-family: 'Noto Sans KR', sans-serif; } html,body { height:100%; position:relative; } li { list-style-type: none; } #__tx__input__chat { margin:auto; bottom:0; } #messages { overflow-y:scroll; height:90.5%; padding:5px 10px; } #send__message__form { height:9.5%; } #chat__frame { height:100%; width:100%; } .btn, input { border-radius:0 !important; } input:focus { outline:none; } .bubble { position: relative; width: 120px; padding: 10px; background: #FFFFFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: #7F7F7F solid 1px; margin-bottom:10px; font-size:11px; } .bubble:after { content: ''; position: absolute; border-style: solid; border-width: 7px 11px 7px 0; border-color: transparent #FFFFFF; display: block; width: 0; z-index: 1; left: -11px; top: 5px; } .bubble:before { content: ''; position: absolute; border-style: solid; border-width: 7px 12px 8px 0; border-color: transparent #7F7F7F; display: block; width: 0; z-index: 0; left: -12px; top: 5px; }
0.206974
0.050144
#bg { position: fixed; top: 0; left: 0; /* Preserve aspet ratio */ min-width: 100%; min-height: 100%; } body{ box-sizing: border-box; display: grid; grid-template-columns: 2fr 3fr; grid-template-rows: auto auto auto; grid-gap: 10px; } header{ grid-column: 1 / span 2; grid-row: 1 / span 1; margin-right: 0%; width: 100%; margin-left: 10px; } /* styling of header jumbotron */ .container.jumbo{ background-color: whitesmoke; opacity: 85%; } .container.jumbo:hover{ background-color: cornflowerblue; transition: 2s; } #jumbo-text{ font-family: Georgia, 'Times New Roman', Times, serif; text-align: center; transition-property:all; transition-duration: 3s; transition-delay: 1s; } #jumbo-text:hover{ font-size: 66px; } .jumbo p{ font-family: Georgia, 'Times New Roman', Times, serif; text-align: center; font-style: italic; } /* Styling of main ticker contianer */ #ticker-container{ grid-column: 1 / span 1; grid-row: 2 / span 1; order: 1; border-style: solid; border-width: 1px; width: 60%; min-width: 450px; margin-right: 0%; background-color: whitesmoke; opacity: 85%; } /* Styling of favorites container */ #favorites{ grid-column: 2 / span 1; grid-row: 2 / span 1; border-style: solid; border-width: 1px; height: auto; margin-left: 0%; max-width: 75%; background-color: whitesmoke; opacity: 85%; display: flex; flex-direction: row; flex-wrap: wrap; flex-basis: auto; } #container-news{ grid-column: 1 / span 1; grid-row: 3 / span 1; border-style: solid; border-width: 1px; height: auto; width: 60%; min-width: 450px; background-color: whitesmoke; opacity: 85%; margin-right: 0%; flex-basis: auto; } div .bgcolor{ background-color: none; } #ticker-name{ font-family: Georgia, 'Times New Roman', Times, serif; font-style: oblique; } .container p{ font-family: Georgia, 'Times New Roman', Times, serif; } .card{ margin-top: 8px; margin-bottom: 8px; } #btnAddFavorite:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1info:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1news:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1del:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1info{ display: flex; flex-direction: row; width: 40px; } .savebtn1news{ display: flex; flex-direction: row; width: 40px; position: relative; left: 60px; bottom: 40px; } .savebtn1del{ display: flex; flex-direction: row; width: 40px; position: relative; left: 113px; bottom: 80px; } #btnAddFavorite{ position: relative; width: 80px; left: 270px; } .green{ background-color: green; } .red{ background-color: rgb(167, 40, 40); } /* Styling for cards from API Favorites */ body .card-text{ font-size: 0.8rem; } body .card-text-winner{ font-size: 0.8rem; color: black; background-color: chartreuse; } body .card-text-loser{ font-size: 0.8rem; background-color: crimson; } .winner{ background-color: chartreuse; } .loser{ background-color: crimson; } /* Styling for Modal */ .modal-title{ font-family:monospace; position: relative; left: 50px; font-size: 45px; color: whitesmoke; font-weight: bolder; } .modal-body{ background-color: rgb(236, 131, 45); } #modalMessage{ font-style:italic; font-weight: normal; position: relative; left: 30px; color: white; font-family:monospace; font-size: 20px; } div.modal-content{ background-color: rgb(236, 131, 45); } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; }
assets/css/genesis.css
#bg { position: fixed; top: 0; left: 0; /* Preserve aspet ratio */ min-width: 100%; min-height: 100%; } body{ box-sizing: border-box; display: grid; grid-template-columns: 2fr 3fr; grid-template-rows: auto auto auto; grid-gap: 10px; } header{ grid-column: 1 / span 2; grid-row: 1 / span 1; margin-right: 0%; width: 100%; margin-left: 10px; } /* styling of header jumbotron */ .container.jumbo{ background-color: whitesmoke; opacity: 85%; } .container.jumbo:hover{ background-color: cornflowerblue; transition: 2s; } #jumbo-text{ font-family: Georgia, 'Times New Roman', Times, serif; text-align: center; transition-property:all; transition-duration: 3s; transition-delay: 1s; } #jumbo-text:hover{ font-size: 66px; } .jumbo p{ font-family: Georgia, 'Times New Roman', Times, serif; text-align: center; font-style: italic; } /* Styling of main ticker contianer */ #ticker-container{ grid-column: 1 / span 1; grid-row: 2 / span 1; order: 1; border-style: solid; border-width: 1px; width: 60%; min-width: 450px; margin-right: 0%; background-color: whitesmoke; opacity: 85%; } /* Styling of favorites container */ #favorites{ grid-column: 2 / span 1; grid-row: 2 / span 1; border-style: solid; border-width: 1px; height: auto; margin-left: 0%; max-width: 75%; background-color: whitesmoke; opacity: 85%; display: flex; flex-direction: row; flex-wrap: wrap; flex-basis: auto; } #container-news{ grid-column: 1 / span 1; grid-row: 3 / span 1; border-style: solid; border-width: 1px; height: auto; width: 60%; min-width: 450px; background-color: whitesmoke; opacity: 85%; margin-right: 0%; flex-basis: auto; } div .bgcolor{ background-color: none; } #ticker-name{ font-family: Georgia, 'Times New Roman', Times, serif; font-style: oblique; } .container p{ font-family: Georgia, 'Times New Roman', Times, serif; } .card{ margin-top: 8px; margin-bottom: 8px; } #btnAddFavorite:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1info:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1news:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1del:hover{ transition: all .2s ease-in-out; transform: scale(1.1); } .savebtn1info{ display: flex; flex-direction: row; width: 40px; } .savebtn1news{ display: flex; flex-direction: row; width: 40px; position: relative; left: 60px; bottom: 40px; } .savebtn1del{ display: flex; flex-direction: row; width: 40px; position: relative; left: 113px; bottom: 80px; } #btnAddFavorite{ position: relative; width: 80px; left: 270px; } .green{ background-color: green; } .red{ background-color: rgb(167, 40, 40); } /* Styling for cards from API Favorites */ body .card-text{ font-size: 0.8rem; } body .card-text-winner{ font-size: 0.8rem; color: black; background-color: chartreuse; } body .card-text-loser{ font-size: 0.8rem; background-color: crimson; } .winner{ background-color: chartreuse; } .loser{ background-color: crimson; } /* Styling for Modal */ .modal-title{ font-family:monospace; position: relative; left: 50px; font-size: 45px; color: whitesmoke; font-weight: bolder; } .modal-body{ background-color: rgb(236, 131, 45); } #modalMessage{ font-style:italic; font-weight: normal; position: relative; left: 30px; color: white; font-family:monospace; font-size: 20px; } div.modal-content{ background-color: rgb(236, 131, 45); } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; }
0.388038
0.095687
.navbar { margin-bottom: 0; } /*Поменял цвет фона*/ .navbar-nav li:hover { background: #c9c9c9; background-color: #c9c9c9; } h2 { color: #2e6da4; font-weight: bold; } h4 { color: #A9A9A9; font-weight: bold; margin: 5px; } hr { border: none; /* Убираем границу для браузера Firefox */ color: #808080; /* Цвет линии для остальных браузеров */ background-color: #808080; /* Цвет линии для браузера Firefox и Opera */ height: 1px; /* Толщина линии */ /*width: 50%;*/ } /*END Переопределённые-------------------------------------------------------------------------*/ /* * App Container */ .app-container { /*padding: 10px;*/ } /*GO for footer ------------------------------------*/ #footer { position: relative; z-index: 100; background: #eff0f1; background: -moz-linear-gradient(top, #eff0f1 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #eff0f1 0%, #ffffff 100%); background: linear-gradient(to bottom, #eff0f1 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f1', endColorstr='#ffffff',GradientType=0 ); } #footer > .layout { padding: 0; } /*style for only footer*/ .menu--footer { padding-left: 30px; } .b-footer .b-search { bottom: 70px; } .b-footer__bottom { height: 70px; line-height: 30px; overflow: hidden; } .footer__copy { float: left; color: #6c7073; font-size: 13px; font-family: ToyotaDisplay-Reg, 'sans-serif'; margin-left: 64px; } .footer__social { float: right; overflow: hidden; margin: 0 5.2% 0 0; } .footer__social__item { display: block; float: left; width: 31px; height: 31px; margin-left: 6px; background: url("../images/icons--social.png") no-repeat; } .footer__social__item:first-child { margin-left: 0; } .footer__social__item--fb { background-position: 0 center; } .footer__social__item--vk { background-position: -31px center; } .footer__social__item--yt { background-position: -62px center; } .footer__social__item--ig { background-position: -93px center; } #footer .b-order { bottom: 140px; } @media (min-width: 1025px) { .footer__social__item:hover { opacity: 0.8; } } /*****ADAPTIVE******/ @media (max-width: 1023px) { .menu--footer { bottom: 70px; padding: 45px 0 0 0; } .b-footer .b-search { bottom: 0; } .footer__copy { margin-left: 35px; } .footer__social { margin-right: 35px; } } @media (max-width: 767px) { .b-menu { height: auto; } .menu_footer { flex-wrap: wrap; padding: 15px 0 15px 15px; } .footer__copy { padding-left: 15px; margin-left: 10px !important; float: none; } .footer__social { float: none; padding: 10px 0 10px 25px; } .menu__item_footer { height: auto; } .menu__item__link_footer { line-height: 1.2; font-family: ToyotaText-Reg; text-decoration: underline; font-size: 13px; padding: 5px 0; } .b-footer__bottom { line-height: 1 !important; height: 100px } } /*additions*/ .menu_footer { display: -ms-flexbox; display: flex; height: inherit; } .menu_footer--footer { padding-left: 55px; } .menu__item_footer { text-decoration: none; list-style: none; width: auto; padding: 0 10px 0 10px; height: 100%; } .menu__item__link_footer { display: block; line-height: 70px; color: #6c7073; font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: bold; text-align: center; } .menu__item_footer:hover { text-decoration: underline; } /*END for footer ------------------------------------*/ /* * Для nextOrPrevLesson */ .previous-button { margin-right: 10px; } .next-button { margin-right: 10px; } /* * Текст и кнопка на слайдере главной страницы */ .slide-inner { position: absolute; top: 50%; left: 0; right: 0; text-align: center; z-index: 2; width: 100%; min-height: 260px; padding-top: 5px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .text-slider { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } .slide-inner { text-align: center; } .text-slider .maintitle { position: relative; display: inline-block; font-size: 42px; line-height: 67px; font-weight: 700; padding-bottom: 10px; } .text-slider .maintitle, .text-slider .subtitle { z-index: 10; color: #fff; margin: 0; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .text-slider .maintitle, .text-slider .subtitle { color: #ffffff; } .text-slider .subtitle { font-size: 24px; line-height: 40px; padding: 20px 0 50px; font-weight: 300; } .text-slider .maintitle, .text-slider .subtitle { z-index: 10; color: #fff; margin: 0; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .roll-button:hover { color: #d65050; } .roll-button:hover { background-color: transparent; } a:hover, a:focus { color: #443f3f; text-decoration: none; outline: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:focus, a:hover { color: #23527c; text-decoration: underline; } a:active, a:hover { outline: 0; } .roll-button { background-color: #d65050; border: 1px solid #d65050; } .roll-button { position: relative; display: inline-block; font-family: "Raleway", sans-serif; font-size: 13px; line-height: 24px; font-weight: 700; padding: 12px 35px; color: #fff; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } /* * Постояные стили для лекций */ .lesson-number { margin-left: 20px; } .main-blok { display: inline-block; height: 100%; font-family: ToyotaText-Reg, 'sans-serif'; text-align: justify; color: #808080; font-size: 14px; position: relative; } .block-console-left { border: 2px solid #e8e8e8; position: relative; overflow-y: hidden; overflow-x: hidden; height: 200px; float: left; width: 49%; margin-left: 10px; margin-top: 10px; } .descrption { margin: 0px; width: 100%; height: 30px; background:#e8e8e8; padding: 4px; color: #696969; font-weight: bold; } .inside-console { color: steelblue; width: 49%; } #textareaCode { background-color: #ffffff; font-family: consolas,"courier new",monospace; font-size: 15px; height: 100%; width: 100%; padding: 8px; resize: none; border: none; line-height: normal; } textarea { overflow: auto; } button, input, select, textarea { font: inherit; margin: 0; }
public/css/main.css
.navbar { margin-bottom: 0; } /*Поменял цвет фона*/ .navbar-nav li:hover { background: #c9c9c9; background-color: #c9c9c9; } h2 { color: #2e6da4; font-weight: bold; } h4 { color: #A9A9A9; font-weight: bold; margin: 5px; } hr { border: none; /* Убираем границу для браузера Firefox */ color: #808080; /* Цвет линии для остальных браузеров */ background-color: #808080; /* Цвет линии для браузера Firefox и Opera */ height: 1px; /* Толщина линии */ /*width: 50%;*/ } /*END Переопределённые-------------------------------------------------------------------------*/ /* * App Container */ .app-container { /*padding: 10px;*/ } /*GO for footer ------------------------------------*/ #footer { position: relative; z-index: 100; background: #eff0f1; background: -moz-linear-gradient(top, #eff0f1 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #eff0f1 0%, #ffffff 100%); background: linear-gradient(to bottom, #eff0f1 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f1', endColorstr='#ffffff',GradientType=0 ); } #footer > .layout { padding: 0; } /*style for only footer*/ .menu--footer { padding-left: 30px; } .b-footer .b-search { bottom: 70px; } .b-footer__bottom { height: 70px; line-height: 30px; overflow: hidden; } .footer__copy { float: left; color: #6c7073; font-size: 13px; font-family: ToyotaDisplay-Reg, 'sans-serif'; margin-left: 64px; } .footer__social { float: right; overflow: hidden; margin: 0 5.2% 0 0; } .footer__social__item { display: block; float: left; width: 31px; height: 31px; margin-left: 6px; background: url("../images/icons--social.png") no-repeat; } .footer__social__item:first-child { margin-left: 0; } .footer__social__item--fb { background-position: 0 center; } .footer__social__item--vk { background-position: -31px center; } .footer__social__item--yt { background-position: -62px center; } .footer__social__item--ig { background-position: -93px center; } #footer .b-order { bottom: 140px; } @media (min-width: 1025px) { .footer__social__item:hover { opacity: 0.8; } } /*****ADAPTIVE******/ @media (max-width: 1023px) { .menu--footer { bottom: 70px; padding: 45px 0 0 0; } .b-footer .b-search { bottom: 0; } .footer__copy { margin-left: 35px; } .footer__social { margin-right: 35px; } } @media (max-width: 767px) { .b-menu { height: auto; } .menu_footer { flex-wrap: wrap; padding: 15px 0 15px 15px; } .footer__copy { padding-left: 15px; margin-left: 10px !important; float: none; } .footer__social { float: none; padding: 10px 0 10px 25px; } .menu__item_footer { height: auto; } .menu__item__link_footer { line-height: 1.2; font-family: ToyotaText-Reg; text-decoration: underline; font-size: 13px; padding: 5px 0; } .b-footer__bottom { line-height: 1 !important; height: 100px } } /*additions*/ .menu_footer { display: -ms-flexbox; display: flex; height: inherit; } .menu_footer--footer { padding-left: 55px; } .menu__item_footer { text-decoration: none; list-style: none; width: auto; padding: 0 10px 0 10px; height: 100%; } .menu__item__link_footer { display: block; line-height: 70px; color: #6c7073; font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: bold; text-align: center; } .menu__item_footer:hover { text-decoration: underline; } /*END for footer ------------------------------------*/ /* * Для nextOrPrevLesson */ .previous-button { margin-right: 10px; } .next-button { margin-right: 10px; } /* * Текст и кнопка на слайдере главной страницы */ .slide-inner { position: absolute; top: 50%; left: 0; right: 0; text-align: center; z-index: 2; width: 100%; min-height: 260px; padding-top: 5px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .text-slider { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } .slide-inner { text-align: center; } .text-slider .maintitle { position: relative; display: inline-block; font-size: 42px; line-height: 67px; font-weight: 700; padding-bottom: 10px; } .text-slider .maintitle, .text-slider .subtitle { z-index: 10; color: #fff; margin: 0; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .text-slider .maintitle, .text-slider .subtitle { color: #ffffff; } .text-slider .subtitle { font-size: 24px; line-height: 40px; padding: 20px 0 50px; font-weight: 300; } .text-slider .maintitle, .text-slider .subtitle { z-index: 10; color: #fff; margin: 0; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .roll-button:hover { color: #d65050; } .roll-button:hover { background-color: transparent; } a:hover, a:focus { color: #443f3f; text-decoration: none; outline: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:focus, a:hover { color: #23527c; text-decoration: underline; } a:active, a:hover { outline: 0; } .roll-button { background-color: #d65050; border: 1px solid #d65050; } .roll-button { position: relative; display: inline-block; font-family: "Raleway", sans-serif; font-size: 13px; line-height: 24px; font-weight: 700; padding: 12px 35px; color: #fff; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } /* * Постояные стили для лекций */ .lesson-number { margin-left: 20px; } .main-blok { display: inline-block; height: 100%; font-family: ToyotaText-Reg, 'sans-serif'; text-align: justify; color: #808080; font-size: 14px; position: relative; } .block-console-left { border: 2px solid #e8e8e8; position: relative; overflow-y: hidden; overflow-x: hidden; height: 200px; float: left; width: 49%; margin-left: 10px; margin-top: 10px; } .descrption { margin: 0px; width: 100%; height: 30px; background:#e8e8e8; padding: 4px; color: #696969; font-weight: bold; } .inside-console { color: steelblue; width: 49%; } #textareaCode { background-color: #ffffff; font-family: consolas,"courier new",monospace; font-size: 15px; height: 100%; width: 100%; padding: 8px; resize: none; border: none; line-height: normal; } textarea { overflow: auto; } button, input, select, textarea { font: inherit; margin: 0; }
0.349089
0.069195
@import url(fontawesome-all.min.css);@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;} body{line-height:1;} ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} body{-webkit-text-size-adjust:none;} mark{background-color:transparent;color:inherit;} input::-moz-focus-inner{border:0;padding:0;} input, select, textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;} @media screen and (max-width:480px){html, body{min-width:320px;} } html{box-sizing:border-box;} *, *:before, *:after{box-sizing:inherit;} body.is-preload *, body.is-preload *:before, body.is-preload *:after{-moz-animation:none !important;-webkit-animation:none !important;-ms-animation:none !important;animation:none !important;-moz-transition:none !important;-webkit-transition:none !important;-ms-transition:none !important;transition:none !important;} html{height:100%;} body{height:100%;background-color:#ffffff;background-image:url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-image:url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-image:url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-image:url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-repeat:repeat, no-repeat, no-repeat;background-size:100px 100px, cover, cover;background-position:top left, center center, bottom center;background-attachment:fixed, fixed, fixed;} body:after{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:inherit;opacity:0;z-index:1;background-color:#ffffff;background-image:url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-image:url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-image:url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-image:url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-repeat:repeat, no-repeat;background-size:100px 100px, cover;background-position:top left, center center;-moz-transition:opacity 1.75s ease-out;-webkit-transition:opacity 1.75s ease-out;-ms-transition:opacity 1.75s ease-out;transition:opacity 1.75s ease-out;} body.is-preload:after{opacity:1;} body, input, select, textarea{color:#414f57;font-family:"Source Sans Pro", Helvetica, sans-serif;font-size:14pt;font-weight:300;line-height:2;letter-spacing:0.2em;text-transform:uppercase;} @media screen and (max-width:1680px){body, input, select, textarea{font-size:11pt;} } @media screen and (max-width:480px){body, input, select, textarea{font-size:10pt;line-height:1.75;} } a{-moz-transition:color 0.2s ease, border-color 0.2s ease;-webkit-transition:color 0.2s ease, border-color 0.2s ease;-ms-transition:color 0.2s ease, border-color 0.2s ease;transition:color 0.2s ease, border-color 0.2s ease;color:inherit;text-decoration:none;} a:before{-moz-transition:color 0.2s ease, text-shadow 0.2s ease;-webkit-transition:color 0.2s ease, text-shadow 0.2s ease;-ms-transition:color 0.2s ease, text-shadow 0.2s ease;transition:color 0.2s ease, text-shadow 0.2s ease;} a:hover{color:#ff7496;} strong, b{color:#313f47;} em, i{font-style:italic;} p{margin:0 0 1.5em 0;} h1, h2, h3, h4, h5, h6{color:#313f47;line-height:1.5;margin:0 0 0.75em 0;} h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:inherit;text-decoration:none;} h1{font-size:1.85em;letter-spacing:0.22em;margin:0 0 0.525em 0;} h2{font-size:1.25em;} h3{font-size:1em;} h4{font-size:1em;} h5{font-size:1em;} h6{font-size:1em;} @media screen and (max-width:480px){h1{font-size:1.65em;} } sub{font-size:0.8em;position:relative;top:0.5em;} sup{font-size:0.8em;position:relative;top:-0.5em;} hr{border:0;border-bottom:solid 1px #c8cccf;margin:3em 0;} form{margin:0 0 1.5em 0;} form >:last-child{margin-bottom:0;} form > .fields{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 2.25em);margin:-1.125em 0 1.5em -1.125em;} form > .fields > .field{-moz-flex-grow:0;-webkit-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-moz-flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;padding:1.125em 0 0 1.125em;width:calc(100% - 1.125em);} form > .fields > .field.half{width:calc(50% - 0.5625em);} form > .fields > .field.third{width:calc(100%/3 - 0.375em);} form > .fields > .field.quarter{width:calc(25% - 0.28125em);} @media screen and (max-width:480px){form > .fields{width:calc(100% + 2.25em);margin:-1.125em 0 1.5em -1.125em;} form > .fields > .field{padding:1.125em 0 0 1.125em;width:calc(100% - 1.125em);} form > .fields > .field.half{width:calc(100% - 1.125em);} form > .fields > .field.third{width:calc(100% - 1.125em);} form > .fields > .field.quarter{width:calc(100% - 1.125em);} } label{color:#313f47;display:block;font-size:0.9em;margin:0 0 0.75em 0;} input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;border-radius:4px;border:solid 1px #c8cccf;color:inherit;display:block;outline:0;padding:0 1em;text-decoration:none;width:100%;} input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid{box-shadow:none;} input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus{border-color:#ff7496;} select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c8cccf' /%3E%3C/svg%3E");background-size:1.25rem;background-repeat:no-repeat;background-position:calc(100% - 1rem) center;height:2.75em;padding-right:2.75em;text-overflow:ellipsis;} select option{color:#313f47;background:#ffffff;} select:focus::-ms-value{background-color:transparent;} select::-ms-expand{display:none;} input[type="text"], input[type="password"], input[type="email"], select{height:2.75em;} textarea{padding:0.75em 1em;} input[type="checkbox"], input[type="radio"]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;display:block;float:left;margin-right:-2em;opacity:0;width:1em;z-index:-1;} input[type="checkbox"] + label, input[type="radio"] + label{text-decoration:none;color:#414f57;cursor:pointer;display:inline-block;font-size:1em;font-weight:300;padding-left:2.4em;padding-right:0.75em;position:relative;} input[type="checkbox"] + label:before, input[type="radio"] + label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900;} input[type="checkbox"] + label:before, input[type="radio"] + label:before{border-radius:4px;border:solid 1px #c8cccf;content:'';display:inline-block;font-size:0.8em;height:2.0625em;left:0;line-height:2.0625em;position:absolute;text-align:center;top:0.15em;width:2.0625em;} input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before{color:#ff7496;content:'\f00c';} input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before{border-color:#ff7496;} input[type="checkbox"] + label:before{border-radius:4px;} input[type="radio"] + label:before{border-radius:100%;} ::-webkit-input-placeholder{color:#616f77 !important;opacity:1.0;} :-moz-placeholder{color:#616f77 !important;opacity:1.0;} ::-moz-placeholder{color:#616f77 !important;opacity:1.0;} :-ms-input-placeholder{color:#616f77 !important;opacity:1.0;} .icon{text-decoration:none;position:relative;border-bottom:none;} .icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400;} .icon > .label{display:none;} .icon:before{line-height:inherit;} .icon.solid:before{font-weight:900;} .icon.brands:before{font-family:'Font Awesome 5 Brands';} ol{list-style:decimal;margin:0 0 1.5em 0;padding-left:1.25em;} ol li{padding-left:0.25em;} ul{list-style:disc;margin:0 0 1.5em 0;padding-left:1em;} ul li{padding-left:0.5em;} ul.alt{list-style:none;padding-left:0;} ul.alt li{border-top:solid 1px #c8cccf;padding:0.5em 0;} ul.alt li:first-child{border-top:0;padding-top:0;} dl{margin:0 0 1.5em 0;} dl dt{display:block;margin:0 0 0.75em 0;} dl dd{margin-left:1.5em;} ul.actions{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;cursor:default;list-style:none;margin-left:-0.75em;padding-left:0;} ul.actions li{padding:0 0 0 0.75em;vertical-align:middle;} ul.actions.special{-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;width:100%;margin-left:0;} ul.actions.special li:first-child{padding-left:0;} ul.actions.stacked{-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;} ul.actions.stacked li{padding:0.975em 0 0 0;} ul.actions.stacked li:first-child{padding-top:0;} ul.actions.fit{width:calc(100% + 0.75em);} ul.actions.fit li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;width:100%;} ul.actions.fit li > *{width:100%;} ul.actions.fit.stacked{width:100%;} @media screen and (max-width:480px){ul.actions:not(.fixed){-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;width:100% !important;} ul.actions:not(.fixed) li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;padding:0.75em 0 0 0;text-align:center;width:100%;} ul.actions:not(.fixed) li > *{width:100%;} ul.actions:not(.fixed) li:first-child{padding-top:0;} ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button{width:100%;} ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before{margin-left:-0.5rem;} } ul.icons{cursor:default;list-style:none;padding-left:0;margin-top:-0.675em;} ul.icons li{display:inline-block;padding:0.675em 0.5em;} ul.icons li a{text-decoration:none;position:relative;display:block;width:3.75em;height:3.75em;border-radius:100%;border:solid 1px #c8cccf;line-height:3.75em;overflow:hidden;text-align:center;text-indent:3.75em;white-space:nowrap;} ul.icons li a:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400;} ul.icons li a:before{color:#ffffff;text-shadow:1.25px 0px 0px #c8cccf, -1.25px 0px 0px #c8cccf, 0px 1.25px 0px #c8cccf, 0px -1.25px 0px #c8cccf;} ul.icons li a:hover:before{text-shadow:1.25px 0px 0px #ff7496, -1.25px 0px 0px #ff7496, 0px 1.25px 0px #ff7496, 0px -1.25px 0px #ff7496;} ul.icons li a:before{position:absolute;top:0;left:0;width:inherit;height:inherit;font-size:1.85rem;line-height:inherit;text-align:center;text-indent:0;} ul.icons li a:hover{border-color:#ff7496;} @media screen and (max-width:480px){ul.icons li a:before{font-size:1.5rem;} } input[type="submit"], input[type="reset"], input[type="button"], button, .button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;-webkit-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;-ms-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;display:inline-block;height:2.75em;line-height:2.75em;padding:0 1.5em;background-color:transparent;border-radius:4px;border:solid 1px #c8cccf;color:#414f57 !important;cursor:pointer;text-align:center;text-decoration:none;white-space:nowrap;} input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover{border-color:#ff7496;color:#ff7496 !important;} input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon{padding-left:1.35em;} input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before{margin-right:0.5em;} input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit{width:100%;} input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small{font-size:0.8em;} input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large{font-size:1.35em;} input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled{pointer-events:none;opacity:0.5;} #main{-moz-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-moz-transform:rotateX(0deg);-webkit-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);-moz-transition:opacity 1s ease, -moz-transform 1s ease;-webkit-transition:opacity 1s ease, -webkit-transform 1s ease;-ms-transition:opacity 1s ease, -ms-transform 1s ease;transition:opacity 1s ease, transform 1s ease;padding:4.5em 3em 3em 3em;background:#ffffff;border-radius:4px;cursor:default;max-width:100%;opacity:0.95;position:relative;text-align:center;width:27em;} #main .avatar{position:relative;display:block;margin-bottom:1.5em;} #main .avatar img{display:block;margin:0 auto;border-radius:100%;box-shadow:0 0 0 1.5em #ffffff;} #main .avatar:before{content:'';display:block;position:absolute;top:50%;left:-3em;width:calc(100% + 6em);height:1px;z-index:-1;background:#c8cccf;} @media screen and (max-width:480px){#main{padding:4em 2em 2.5em 2em;width:100%;} #main .avatar:before{left:-2em;width:calc(100% + 4em);} } body.is-preload #main{-moz-transform:rotateX(15deg);-webkit-transform:rotateX(15deg);-ms-transform:rotateX(15deg);transform:rotateX(15deg);opacity:0;} #footer{-moz-align-self:-moz-flex-end;-webkit-align-self:-webkit-flex-end;-ms-align-self:-ms-flex-end;align-self:flex-end;width:100%;padding:1.5em 0 0 0;color:rgba(255, 255, 255, 0.75);cursor:default;text-align:center;} #footer .copyright{margin:0;padding:0;font-size:0.9em;list-style:none;} #footer .copyright li{display:inline-block;margin:0 0 0 0.45em;padding:0 0 0 0.85em;border-left:solid 1px rgba(255, 255, 255, 0.5);line-height:1;} #footer .copyright li:first-child{border-left:0;} #wrapper{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:space-between;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-perspective:1000px;-webkit-perspective:1000px;-ms-perspective:1000px;perspective:1000px;position:relative;min-height:100%;padding:1.5em;z-index:2;} #wrapper > *{z-index:1;} #wrapper:before{content:'';display:block;} @media screen and (max-width:360px){#wrapper{padding:0.75em;} } body.is-ie #wrapper{height:100%;}
assets/css/main.css
@import url(fontawesome-all.min.css);@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;} body{line-height:1;} ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} body{-webkit-text-size-adjust:none;} mark{background-color:transparent;color:inherit;} input::-moz-focus-inner{border:0;padding:0;} input, select, textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;} @media screen and (max-width:480px){html, body{min-width:320px;} } html{box-sizing:border-box;} *, *:before, *:after{box-sizing:inherit;} body.is-preload *, body.is-preload *:before, body.is-preload *:after{-moz-animation:none !important;-webkit-animation:none !important;-ms-animation:none !important;animation:none !important;-moz-transition:none !important;-webkit-transition:none !important;-ms-transition:none !important;transition:none !important;} html{height:100%;} body{height:100%;background-color:#ffffff;background-image:url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-image:url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-image:url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-image:url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");background-repeat:repeat, no-repeat, no-repeat;background-size:100px 100px, cover, cover;background-position:top left, center center, bottom center;background-attachment:fixed, fixed, fixed;} body:after{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:inherit;opacity:0;z-index:1;background-color:#ffffff;background-image:url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-image:url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-image:url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-image:url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));background-repeat:repeat, no-repeat;background-size:100px 100px, cover;background-position:top left, center center;-moz-transition:opacity 1.75s ease-out;-webkit-transition:opacity 1.75s ease-out;-ms-transition:opacity 1.75s ease-out;transition:opacity 1.75s ease-out;} body.is-preload:after{opacity:1;} body, input, select, textarea{color:#414f57;font-family:"Source Sans Pro", Helvetica, sans-serif;font-size:14pt;font-weight:300;line-height:2;letter-spacing:0.2em;text-transform:uppercase;} @media screen and (max-width:1680px){body, input, select, textarea{font-size:11pt;} } @media screen and (max-width:480px){body, input, select, textarea{font-size:10pt;line-height:1.75;} } a{-moz-transition:color 0.2s ease, border-color 0.2s ease;-webkit-transition:color 0.2s ease, border-color 0.2s ease;-ms-transition:color 0.2s ease, border-color 0.2s ease;transition:color 0.2s ease, border-color 0.2s ease;color:inherit;text-decoration:none;} a:before{-moz-transition:color 0.2s ease, text-shadow 0.2s ease;-webkit-transition:color 0.2s ease, text-shadow 0.2s ease;-ms-transition:color 0.2s ease, text-shadow 0.2s ease;transition:color 0.2s ease, text-shadow 0.2s ease;} a:hover{color:#ff7496;} strong, b{color:#313f47;} em, i{font-style:italic;} p{margin:0 0 1.5em 0;} h1, h2, h3, h4, h5, h6{color:#313f47;line-height:1.5;margin:0 0 0.75em 0;} h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:inherit;text-decoration:none;} h1{font-size:1.85em;letter-spacing:0.22em;margin:0 0 0.525em 0;} h2{font-size:1.25em;} h3{font-size:1em;} h4{font-size:1em;} h5{font-size:1em;} h6{font-size:1em;} @media screen and (max-width:480px){h1{font-size:1.65em;} } sub{font-size:0.8em;position:relative;top:0.5em;} sup{font-size:0.8em;position:relative;top:-0.5em;} hr{border:0;border-bottom:solid 1px #c8cccf;margin:3em 0;} form{margin:0 0 1.5em 0;} form >:last-child{margin-bottom:0;} form > .fields{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 2.25em);margin:-1.125em 0 1.5em -1.125em;} form > .fields > .field{-moz-flex-grow:0;-webkit-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-moz-flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;padding:1.125em 0 0 1.125em;width:calc(100% - 1.125em);} form > .fields > .field.half{width:calc(50% - 0.5625em);} form > .fields > .field.third{width:calc(100%/3 - 0.375em);} form > .fields > .field.quarter{width:calc(25% - 0.28125em);} @media screen and (max-width:480px){form > .fields{width:calc(100% + 2.25em);margin:-1.125em 0 1.5em -1.125em;} form > .fields > .field{padding:1.125em 0 0 1.125em;width:calc(100% - 1.125em);} form > .fields > .field.half{width:calc(100% - 1.125em);} form > .fields > .field.third{width:calc(100% - 1.125em);} form > .fields > .field.quarter{width:calc(100% - 1.125em);} } label{color:#313f47;display:block;font-size:0.9em;margin:0 0 0.75em 0;} input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;border-radius:4px;border:solid 1px #c8cccf;color:inherit;display:block;outline:0;padding:0 1em;text-decoration:none;width:100%;} input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid{box-shadow:none;} input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus{border-color:#ff7496;} select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c8cccf' /%3E%3C/svg%3E");background-size:1.25rem;background-repeat:no-repeat;background-position:calc(100% - 1rem) center;height:2.75em;padding-right:2.75em;text-overflow:ellipsis;} select option{color:#313f47;background:#ffffff;} select:focus::-ms-value{background-color:transparent;} select::-ms-expand{display:none;} input[type="text"], input[type="password"], input[type="email"], select{height:2.75em;} textarea{padding:0.75em 1em;} input[type="checkbox"], input[type="radio"]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;display:block;float:left;margin-right:-2em;opacity:0;width:1em;z-index:-1;} input[type="checkbox"] + label, input[type="radio"] + label{text-decoration:none;color:#414f57;cursor:pointer;display:inline-block;font-size:1em;font-weight:300;padding-left:2.4em;padding-right:0.75em;position:relative;} input[type="checkbox"] + label:before, input[type="radio"] + label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:900;} input[type="checkbox"] + label:before, input[type="radio"] + label:before{border-radius:4px;border:solid 1px #c8cccf;content:'';display:inline-block;font-size:0.8em;height:2.0625em;left:0;line-height:2.0625em;position:absolute;text-align:center;top:0.15em;width:2.0625em;} input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before{color:#ff7496;content:'\f00c';} input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before{border-color:#ff7496;} input[type="checkbox"] + label:before{border-radius:4px;} input[type="radio"] + label:before{border-radius:100%;} ::-webkit-input-placeholder{color:#616f77 !important;opacity:1.0;} :-moz-placeholder{color:#616f77 !important;opacity:1.0;} ::-moz-placeholder{color:#616f77 !important;opacity:1.0;} :-ms-input-placeholder{color:#616f77 !important;opacity:1.0;} .icon{text-decoration:none;position:relative;border-bottom:none;} .icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400;} .icon > .label{display:none;} .icon:before{line-height:inherit;} .icon.solid:before{font-weight:900;} .icon.brands:before{font-family:'Font Awesome 5 Brands';} ol{list-style:decimal;margin:0 0 1.5em 0;padding-left:1.25em;} ol li{padding-left:0.25em;} ul{list-style:disc;margin:0 0 1.5em 0;padding-left:1em;} ul li{padding-left:0.5em;} ul.alt{list-style:none;padding-left:0;} ul.alt li{border-top:solid 1px #c8cccf;padding:0.5em 0;} ul.alt li:first-child{border-top:0;padding-top:0;} dl{margin:0 0 1.5em 0;} dl dt{display:block;margin:0 0 0.75em 0;} dl dd{margin-left:1.5em;} ul.actions{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;cursor:default;list-style:none;margin-left:-0.75em;padding-left:0;} ul.actions li{padding:0 0 0 0.75em;vertical-align:middle;} ul.actions.special{-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;width:100%;margin-left:0;} ul.actions.special li:first-child{padding-left:0;} ul.actions.stacked{-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;} ul.actions.stacked li{padding:0.975em 0 0 0;} ul.actions.stacked li:first-child{padding-top:0;} ul.actions.fit{width:calc(100% + 0.75em);} ul.actions.fit li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;width:100%;} ul.actions.fit li > *{width:100%;} ul.actions.fit.stacked{width:100%;} @media screen and (max-width:480px){ul.actions:not(.fixed){-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0;width:100% !important;} ul.actions:not(.fixed) li{-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-moz-flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-shrink:1;flex-shrink:1;padding:0.75em 0 0 0;text-align:center;width:100%;} ul.actions:not(.fixed) li > *{width:100%;} ul.actions:not(.fixed) li:first-child{padding-top:0;} ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button{width:100%;} ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before{margin-left:-0.5rem;} } ul.icons{cursor:default;list-style:none;padding-left:0;margin-top:-0.675em;} ul.icons li{display:inline-block;padding:0.675em 0.5em;} ul.icons li a{text-decoration:none;position:relative;display:block;width:3.75em;height:3.75em;border-radius:100%;border:solid 1px #c8cccf;line-height:3.75em;overflow:hidden;text-align:center;text-indent:3.75em;white-space:nowrap;} ul.icons li a:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;text-transform:none !important;font-family:'Font Awesome 5 Free';font-weight:400;} ul.icons li a:before{color:#ffffff;text-shadow:1.25px 0px 0px #c8cccf, -1.25px 0px 0px #c8cccf, 0px 1.25px 0px #c8cccf, 0px -1.25px 0px #c8cccf;} ul.icons li a:hover:before{text-shadow:1.25px 0px 0px #ff7496, -1.25px 0px 0px #ff7496, 0px 1.25px 0px #ff7496, 0px -1.25px 0px #ff7496;} ul.icons li a:before{position:absolute;top:0;left:0;width:inherit;height:inherit;font-size:1.85rem;line-height:inherit;text-align:center;text-indent:0;} ul.icons li a:hover{border-color:#ff7496;} @media screen and (max-width:480px){ul.icons li a:before{font-size:1.5rem;} } input[type="submit"], input[type="reset"], input[type="button"], button, .button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;-webkit-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;-ms-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;display:inline-block;height:2.75em;line-height:2.75em;padding:0 1.5em;background-color:transparent;border-radius:4px;border:solid 1px #c8cccf;color:#414f57 !important;cursor:pointer;text-align:center;text-decoration:none;white-space:nowrap;} input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover{border-color:#ff7496;color:#ff7496 !important;} input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon{padding-left:1.35em;} input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before{margin-right:0.5em;} input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit{width:100%;} input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small{font-size:0.8em;} input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large{font-size:1.35em;} input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled{pointer-events:none;opacity:0.5;} #main{-moz-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-moz-transform:rotateX(0deg);-webkit-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);-moz-transition:opacity 1s ease, -moz-transform 1s ease;-webkit-transition:opacity 1s ease, -webkit-transform 1s ease;-ms-transition:opacity 1s ease, -ms-transform 1s ease;transition:opacity 1s ease, transform 1s ease;padding:4.5em 3em 3em 3em;background:#ffffff;border-radius:4px;cursor:default;max-width:100%;opacity:0.95;position:relative;text-align:center;width:27em;} #main .avatar{position:relative;display:block;margin-bottom:1.5em;} #main .avatar img{display:block;margin:0 auto;border-radius:100%;box-shadow:0 0 0 1.5em #ffffff;} #main .avatar:before{content:'';display:block;position:absolute;top:50%;left:-3em;width:calc(100% + 6em);height:1px;z-index:-1;background:#c8cccf;} @media screen and (max-width:480px){#main{padding:4em 2em 2.5em 2em;width:100%;} #main .avatar:before{left:-2em;width:calc(100% + 4em);} } body.is-preload #main{-moz-transform:rotateX(15deg);-webkit-transform:rotateX(15deg);-ms-transform:rotateX(15deg);transform:rotateX(15deg);opacity:0;} #footer{-moz-align-self:-moz-flex-end;-webkit-align-self:-webkit-flex-end;-ms-align-self:-ms-flex-end;align-self:flex-end;width:100%;padding:1.5em 0 0 0;color:rgba(255, 255, 255, 0.75);cursor:default;text-align:center;} #footer .copyright{margin:0;padding:0;font-size:0.9em;list-style:none;} #footer .copyright li{display:inline-block;margin:0 0 0 0.45em;padding:0 0 0 0.85em;border-left:solid 1px rgba(255, 255, 255, 0.5);line-height:1;} #footer .copyright li:first-child{border-left:0;} #wrapper{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:space-between;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-perspective:1000px;-webkit-perspective:1000px;-ms-perspective:1000px;perspective:1000px;position:relative;min-height:100%;padding:1.5em;z-index:2;} #wrapper > *{z-index:1;} #wrapper:before{content:'';display:block;} @media screen and (max-width:360px){#wrapper{padding:0.75em;} } body.is-ie #wrapper{height:100%;}
0.184547
0.067179
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1 { font-weight: 700; } h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } header.masthead { position: relative; background-color: #343a40; background: url("../images/bg-masthead.jpg") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-top: 8rem; padding-bottom: 8rem; } header.masthead .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } header.masthead h1 { font-size: 2rem; } @media (min-width: 768px) { header.masthead { padding-top: 12rem; padding-bottom: 12rem; } header.masthead h1 { font-size: 3rem; } } .showcase .showcase-text { padding: 3rem; } .showcase .showcase-img { min-height: 30rem; background-size: cover; } @media (min-width: 768px) { .showcase .showcase-text { padding: 7rem; } } .features-icons { padding-top: 7rem; padding-bottom: 7rem; } .features-icons .features-icons-item { max-width: 20rem; } .features-icons .features-icons-item .features-icons-icon { height: 7rem; } .features-icons .features-icons-item .features-icons-icon i { font-size: 4.5rem; } .features-icons .features-icons-item:hover .features-icons-icon i { font-size: 5rem; } .testimonials { padding-top: 7rem; padding-bottom: 7rem; } .testimonials .testimonial-item { max-width: 18rem; } .testimonials .testimonial-item img { max-width: 12rem; box-shadow: 0px 5px 5px 0px #adb5bd; } .call-to-action { position: relative; background-color: #343a40; background: url("../images/bg-masthead.jpg") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-top: 7rem; padding-bottom: 7rem; } .call-to-action .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } footer.footer { padding-top: 4rem; padding-bottom: 4rem; }
static/css/landing-page.min.css
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1 { font-weight: 700; } h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } header.masthead { position: relative; background-color: #343a40; background: url("../images/bg-masthead.jpg") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-top: 8rem; padding-bottom: 8rem; } header.masthead .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } header.masthead h1 { font-size: 2rem; } @media (min-width: 768px) { header.masthead { padding-top: 12rem; padding-bottom: 12rem; } header.masthead h1 { font-size: 3rem; } } .showcase .showcase-text { padding: 3rem; } .showcase .showcase-img { min-height: 30rem; background-size: cover; } @media (min-width: 768px) { .showcase .showcase-text { padding: 7rem; } } .features-icons { padding-top: 7rem; padding-bottom: 7rem; } .features-icons .features-icons-item { max-width: 20rem; } .features-icons .features-icons-item .features-icons-icon { height: 7rem; } .features-icons .features-icons-item .features-icons-icon i { font-size: 4.5rem; } .features-icons .features-icons-item:hover .features-icons-icon i { font-size: 5rem; } .testimonials { padding-top: 7rem; padding-bottom: 7rem; } .testimonials .testimonial-item { max-width: 18rem; } .testimonials .testimonial-item img { max-width: 12rem; box-shadow: 0px 5px 5px 0px #adb5bd; } .call-to-action { position: relative; background-color: #343a40; background: url("../images/bg-masthead.jpg") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-top: 7rem; padding-bottom: 7rem; } .call-to-action .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } footer.footer { padding-top: 4rem; padding-bottom: 4rem; }
0.434461
0.07117
body { padding: 0; margin:0; font-family: 'DINNextLTPro-Medium'; color: #111; background: url(../../images/77warren_bg.jpg) no-repeat #cacbcc ; background-position: 50% 0; width: 100%; text-align: center; } /* Some additional grids */ .grid .one-tenth, .grid .w-1-10 { width: 10%; } .grid .two-tenths, .grid .w-2-10 { width: 20%; } .grid .three-tenths, .grid .w-3-10 { width: 30%; } .grid .four-tenths, .grid .w-3-10 { width: 40%; } .grid .six-tenths, .grid .w-6-10 { width: 60%; } .grid .seven-tenths, .grid .w-6-10 { width: 70%; } .grid .eight-tenths, .grid .w-8-10 { width: 80%; } .grid .sixtyfive-percent, .grid .w-65-100 { width: 65%; } .grid .twentyone-percent, .grid .w-21-100 { width: 21%; } .grid .sixtytwo-percent, .grid .w-62-100 { width: 62%; } /*Gridism Overrides*/ .grid .unit:first-child { padding-left: 0; } .grid .unit:last-child { padding-right: 10px; } /* I use full-width horizontal sections a lot */ body > header, body > section, body > footer { display: block; width: 100%; clear: both; float: left; } body > header{ margin-top: 102px; } body > header img{ padding: 0 9px 0 0; } body > header h2{ padding: 71px 0 0 0; margin: 0 0 16px 0; } body > header em{ font-family: 'DINNextLTPro-Medium'; clear: both; font-size: 1.3045em; font-weight: normal; letter-spacing: 0.009em; } .err{ font-family: 'DINNextLTPro-Medium'; font-weight: normal; font-size: 100%; letter-spacing: 0.02em; height: 36px; display: block; visibility: hidden; } .boxed { color: #fff; width: 241px; height: 145px; text-align: center; display: table; margin: 0 auto; position: relative; } .boxed div { display: table-cell; vertical-align: middle; top: 54px; left: 50%; background-color: #06070a; line-height: 27px; font-size: 100%; font-size: 17px; } .optin_form{ padding:0; margin: 0; } .optin_form label{ visibility: hidden; display:none; } .optin_form input[type="text"],input[type="email"] { width: 218px; height: 37px; text-align:center; border-radius: 0; border-color: #ddd; padding: 2px; border-width: 1px; border-style:none; font-family: 'DINNextLTPro-Medium'; color: #06080a; } ::-webkit-input-placeholder { color: #06080a; font-family: 'DINNextLTPro-Medium'; } :-moz-placeholder { /* Firefox 18- */ color: #06080a; font-family: 'DINNextLTPro-Medium'; } ::-moz-placeholder { /* Firefox 19+ */ color: #06080a; font-family: 'DINNextLTPro-Medium'; } :-ms-input-placeholder { color: #06080a; font-family: 'DINNextLTPro-Medium'; } input[type="submit"]{ font-family: 'DINNextLTPro-Medium'; width: 174px; height: 43px; background-color: #06080a; color: #fff; border: none; font-size: 17px; font-weight:normal; } input:valid:not([type=submit]) { border-color: #080; background: #e6ffe6 url(../../images/valid.png) no-repeat 97% center; } input:focus:invalid:not([type=submit]) { border-color: #800; background: #ffe6e6 url(../../images/invalid.png) no-repeat 97% center; } h1, h2, h3, h4, h5 { font-family: 'DINNextLTPro-Medium'; font-weight: 500; letter-spacing: -0.04em; font-style: inherit; line-height: 81%; } h1 { font-size: 4em; } h2 { font-size: 1.6em; } h3 { font-size: 1.4em; } a { color: #06070a; text-decoration: none; } header, section { /* border-bottom: 1px solid #eee;*/ } section, footer { padding: 30px 0; } header h1 a { color: #06070a; border-bottom: none; } header p { margin: 2em 0; } .lead { font-size: 1.5em; } p, pre { font-size: 1.2em; line-height: 1.8em; } .button { border-radius: 0; background: #06070a; padding: 8px 16px; width: 223px; height: 42px; font-family: 'DINNextLTPro-Medium'; font-weight: 700; text-transform: capitalize; display: inline-block; margin-bottom: .5em; color: #fff; } footer p { margin: 0; font-size: 1em; } .legal-team { font-size: 0.9em; font-weight: 100%; font-family: 'DINNextLTPro-Medium'; color: #06070a; } #team { cursor: pointer; } .team { font-family: 'DINNextLTPro-Medium'; font-size: 13px; text-align: center; } .team #logo1{ font-size: 13px; padding: 0 15px 0 0; } .team #logo2{ font-size: 13px; text-align: center; padding:0 0 0 20px; } .team img{ margin: -5px 0 0 0; padding: 0; } #legal { cursor: pointer; } .legal-text { font-family: 'DINNextLTPro-Medium'; font-size: 9px; text-align: justify; } .legal-text span{ padding-top: 30px; } #logo1container{ padding-right:50px; } #logo2container{ padding-left:50px; } a{ border: none; } span { font-family: 'DINNextLTPro-Medium'; } /* Don't display legal and team info; both until link clicked */ #team-info{ display:none; } #legal-info { display:none; } /* an average desktop*/ @media (min-width: 960px){ h1 { font-size: 5em; } h2 { font-size: 1.99em; margin-top: 18px; } h3 { font-size: 1.4em; } .lead { font-size: 1.8em; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-width: 568px) { /* Styles */ body { background: url(../../images/77warren_bg_small.jpg) no-repeat #d2d3d5 ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: 100% auto; background-position: center 10px; } body > header{ margin-top: 20px; } body > header .logo{ width:186px; height: 268px; } .align-right, .align-left{ text-align:center; padding: 0; margin: 0; } body > header h2 { font-size: 1.2em; margin: 0; padding-top: 42px; padding-bottom: 10px; } body > header em { font-size: 1em; padding: 10px; } .grid .unit { padding: 10px 0 0 0; margin: 0; text-align:center; } .grid .unit:first-child { padding-left: 0; } .grid .unit:last-child { padding-right: 0; } .align-right, .align-left{ text-align:center; padding: 0; margin: 0; } .grid .unit { padding: 10px 0 0 0; margin: 0; text-align:center; } .grid .unit:first-child { padding-left: 0; } .grid .unit:last-child { padding-right: 0; } /* for links below 'notify me'*/ .legal-team { font-size: 0.9em; font-weight: 100%; font-family: 'DINNextLTPro-Medium'; color: #06070a; } /* Show mouse pointer for the link*/ #team { cursor: pointer; } .team { padding-top: 25px; font-family: 'DINNextLTPro-Medium'; font-size: 13px; text-align: center; } .team #logo1{ padding-top: 25px; font-size: 13px; padding: 0; } .team #logo2{ padding-top: 40px; font-size: 13px; text-align: center; padding:0; } .team img{ margin: -5px 0 0 0; padding: 0; } /* override for cell phones */ #team-info{ padding-top: 40px; } #team-info #logo2container{ padding:0; padding-top: 40px; } #logo1container{ padding:0; } /* legal info for cell phones*/ #legal { cursor: pointer; } #legal-info{ margin-top: 40px; width: 218px; text-align: justify; } .legal-text span { padding-top: 30px; text-align: justify; } } /* Smartphones (landscape) ----------- */ @media only screen and (min-width : 321px) { /* Styles */ } /*iPhone 2G-4S in landscape */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) { body { background-position: center -90px; } /* STYLES GO HERE */} /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 320px) { /* Styles */ } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* Styles */ } /* iPads (landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* Styles */ } /* iPads (portrait) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* Styles */ } /* Desktops and laptops ----------- */ @media only screen and (min-width : 1224px) { /* Styles */ } /* Large screens ----------- */ @media only screen and (min-width : 1824px) { /* Styles */ } /* iPhone 4 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { /* Styles */ } /*Grid Styles*/ header .unit{ text-align: center; } /* CSS slider*/ .slider { max-height: 500px; height: auto; }
src/css/style.css
body { padding: 0; margin:0; font-family: 'DINNextLTPro-Medium'; color: #111; background: url(../../images/77warren_bg.jpg) no-repeat #cacbcc ; background-position: 50% 0; width: 100%; text-align: center; } /* Some additional grids */ .grid .one-tenth, .grid .w-1-10 { width: 10%; } .grid .two-tenths, .grid .w-2-10 { width: 20%; } .grid .three-tenths, .grid .w-3-10 { width: 30%; } .grid .four-tenths, .grid .w-3-10 { width: 40%; } .grid .six-tenths, .grid .w-6-10 { width: 60%; } .grid .seven-tenths, .grid .w-6-10 { width: 70%; } .grid .eight-tenths, .grid .w-8-10 { width: 80%; } .grid .sixtyfive-percent, .grid .w-65-100 { width: 65%; } .grid .twentyone-percent, .grid .w-21-100 { width: 21%; } .grid .sixtytwo-percent, .grid .w-62-100 { width: 62%; } /*Gridism Overrides*/ .grid .unit:first-child { padding-left: 0; } .grid .unit:last-child { padding-right: 10px; } /* I use full-width horizontal sections a lot */ body > header, body > section, body > footer { display: block; width: 100%; clear: both; float: left; } body > header{ margin-top: 102px; } body > header img{ padding: 0 9px 0 0; } body > header h2{ padding: 71px 0 0 0; margin: 0 0 16px 0; } body > header em{ font-family: 'DINNextLTPro-Medium'; clear: both; font-size: 1.3045em; font-weight: normal; letter-spacing: 0.009em; } .err{ font-family: 'DINNextLTPro-Medium'; font-weight: normal; font-size: 100%; letter-spacing: 0.02em; height: 36px; display: block; visibility: hidden; } .boxed { color: #fff; width: 241px; height: 145px; text-align: center; display: table; margin: 0 auto; position: relative; } .boxed div { display: table-cell; vertical-align: middle; top: 54px; left: 50%; background-color: #06070a; line-height: 27px; font-size: 100%; font-size: 17px; } .optin_form{ padding:0; margin: 0; } .optin_form label{ visibility: hidden; display:none; } .optin_form input[type="text"],input[type="email"] { width: 218px; height: 37px; text-align:center; border-radius: 0; border-color: #ddd; padding: 2px; border-width: 1px; border-style:none; font-family: 'DINNextLTPro-Medium'; color: #06080a; } ::-webkit-input-placeholder { color: #06080a; font-family: 'DINNextLTPro-Medium'; } :-moz-placeholder { /* Firefox 18- */ color: #06080a; font-family: 'DINNextLTPro-Medium'; } ::-moz-placeholder { /* Firefox 19+ */ color: #06080a; font-family: 'DINNextLTPro-Medium'; } :-ms-input-placeholder { color: #06080a; font-family: 'DINNextLTPro-Medium'; } input[type="submit"]{ font-family: 'DINNextLTPro-Medium'; width: 174px; height: 43px; background-color: #06080a; color: #fff; border: none; font-size: 17px; font-weight:normal; } input:valid:not([type=submit]) { border-color: #080; background: #e6ffe6 url(../../images/valid.png) no-repeat 97% center; } input:focus:invalid:not([type=submit]) { border-color: #800; background: #ffe6e6 url(../../images/invalid.png) no-repeat 97% center; } h1, h2, h3, h4, h5 { font-family: 'DINNextLTPro-Medium'; font-weight: 500; letter-spacing: -0.04em; font-style: inherit; line-height: 81%; } h1 { font-size: 4em; } h2 { font-size: 1.6em; } h3 { font-size: 1.4em; } a { color: #06070a; text-decoration: none; } header, section { /* border-bottom: 1px solid #eee;*/ } section, footer { padding: 30px 0; } header h1 a { color: #06070a; border-bottom: none; } header p { margin: 2em 0; } .lead { font-size: 1.5em; } p, pre { font-size: 1.2em; line-height: 1.8em; } .button { border-radius: 0; background: #06070a; padding: 8px 16px; width: 223px; height: 42px; font-family: 'DINNextLTPro-Medium'; font-weight: 700; text-transform: capitalize; display: inline-block; margin-bottom: .5em; color: #fff; } footer p { margin: 0; font-size: 1em; } .legal-team { font-size: 0.9em; font-weight: 100%; font-family: 'DINNextLTPro-Medium'; color: #06070a; } #team { cursor: pointer; } .team { font-family: 'DINNextLTPro-Medium'; font-size: 13px; text-align: center; } .team #logo1{ font-size: 13px; padding: 0 15px 0 0; } .team #logo2{ font-size: 13px; text-align: center; padding:0 0 0 20px; } .team img{ margin: -5px 0 0 0; padding: 0; } #legal { cursor: pointer; } .legal-text { font-family: 'DINNextLTPro-Medium'; font-size: 9px; text-align: justify; } .legal-text span{ padding-top: 30px; } #logo1container{ padding-right:50px; } #logo2container{ padding-left:50px; } a{ border: none; } span { font-family: 'DINNextLTPro-Medium'; } /* Don't display legal and team info; both until link clicked */ #team-info{ display:none; } #legal-info { display:none; } /* an average desktop*/ @media (min-width: 960px){ h1 { font-size: 5em; } h2 { font-size: 1.99em; margin-top: 18px; } h3 { font-size: 1.4em; } .lead { font-size: 1.8em; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-width: 568px) { /* Styles */ body { background: url(../../images/77warren_bg_small.jpg) no-repeat #d2d3d5 ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: 100% auto; background-position: center 10px; } body > header{ margin-top: 20px; } body > header .logo{ width:186px; height: 268px; } .align-right, .align-left{ text-align:center; padding: 0; margin: 0; } body > header h2 { font-size: 1.2em; margin: 0; padding-top: 42px; padding-bottom: 10px; } body > header em { font-size: 1em; padding: 10px; } .grid .unit { padding: 10px 0 0 0; margin: 0; text-align:center; } .grid .unit:first-child { padding-left: 0; } .grid .unit:last-child { padding-right: 0; } .align-right, .align-left{ text-align:center; padding: 0; margin: 0; } .grid .unit { padding: 10px 0 0 0; margin: 0; text-align:center; } .grid .unit:first-child { padding-left: 0; } .grid .unit:last-child { padding-right: 0; } /* for links below 'notify me'*/ .legal-team { font-size: 0.9em; font-weight: 100%; font-family: 'DINNextLTPro-Medium'; color: #06070a; } /* Show mouse pointer for the link*/ #team { cursor: pointer; } .team { padding-top: 25px; font-family: 'DINNextLTPro-Medium'; font-size: 13px; text-align: center; } .team #logo1{ padding-top: 25px; font-size: 13px; padding: 0; } .team #logo2{ padding-top: 40px; font-size: 13px; text-align: center; padding:0; } .team img{ margin: -5px 0 0 0; padding: 0; } /* override for cell phones */ #team-info{ padding-top: 40px; } #team-info #logo2container{ padding:0; padding-top: 40px; } #logo1container{ padding:0; } /* legal info for cell phones*/ #legal { cursor: pointer; } #legal-info{ margin-top: 40px; width: 218px; text-align: justify; } .legal-text span { padding-top: 30px; text-align: justify; } } /* Smartphones (landscape) ----------- */ @media only screen and (min-width : 321px) { /* Styles */ } /*iPhone 2G-4S in landscape */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) { body { background-position: center -90px; } /* STYLES GO HERE */} /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 320px) { /* Styles */ } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* Styles */ } /* iPads (landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* Styles */ } /* iPads (portrait) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* Styles */ } /* Desktops and laptops ----------- */ @media only screen and (min-width : 1224px) { /* Styles */ } /* Large screens ----------- */ @media only screen and (min-width : 1824px) { /* Styles */ } /* iPhone 4 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { /* Styles */ } /*Grid Styles*/ header .unit{ text-align: center; } /* CSS slider*/ .slider { max-height: 500px; height: auto; }
0.316264
0.147893
html, body { margin: 0px; padding: 0px; font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif; font-weight: 400; font-size: 12px; color: #565656; } body { background-color: #efefef; } h1, h2, h3, h4, h5, h6 { font-family:'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', Helvetica, 'Trebuchet MS', 'Droid Sans', Tahoma, Geneva, sans-serif; font-weight: 200; font-size: 18px; margin: 0px; } .header { position: relative; height: 62px; background-color: #ffffff; padding: 0px 40px; } .line { background-color: #707070; height: 5px; margin: 0 0 20px; } .header .content { width: 950px; margin: 0 auto; padding: 0px; } .header .content .button { float: right; margin: 18px 0 0 0; text-decoration: none; color: #565656; font-size: 14px; padding: 4px 18px 5px; background-color: #E8E8E8; background-repeat: no-repeat; background-image: linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -o-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -moz-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -webkit-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -ms-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #e3e3e3)); border-radius: 3px; border: 1px solid #c3c3c3; text-shadow: 1px 1px #ffffff; box-shadow: 0px 1px 2px 0px #d7d7d7; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); } .header .content a.logo, .header .content a.logo:link, .header .content a.logo:visited, .header .content a.logo:hover, .header .content a.logo:active { text-decoration: none; display: block; height: 62px; color: #8c8c8c; font-size: 24px; background-image: url("images/logo.png"); background-repeat: no-repeat; } .header .content div.logo{ padding:14px 0 0 0; } .menu-content { background-color: #707070; border: 0 solid #606060; border-top-width: 1px; min-height: 4px; min-width: 950px; padding: 0 40px; } .menu-content .democase-menu { color: #ffffff; width: 950px; margin: 0 auto; padding: 30px 0; } .menu-content .democase-menu:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .menu-content .democase-menu h5, .menu-content .democase-menu h6 { font-weight: 400; text-transform: none; padding: 0 0 10px 0; } .menu-content .democase-menu h6 { font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif; font-weight: 700; font-size: 12px; padding: 0; } .menu-content .democase-menu .category { height: 100%; width: 25%; float: left; } .category .subcategory { padding: 0 0 20px 0; } .category h5 { margin: 0px; } .category .subcategory h6 { margin: 0px; } .category .subcategory ul { list-style-type: none; margin: 0px; padding: 0px; } .category .subcategory ul li { line-height: 18px; } .category .subcategory ul li a { cursor: pointer; text-decoration: none; color: white; } .category .subcategory ul li.active a, .category .subcategory ul li a:hover { background-color: #B0B0B0; margin: -2px -3px; padding: 2px 3px; } .category .subcategory ul li.active a { background-color: #ffffff; color: #707070; } .category .subcategory ul li.isnew a:after { content: ' '; position: relative; display: inline-block; background-image: url('images/newdemo.png'); width: 26px; height: 14px; top: 3px; left: 5px; margin: 0 5px 0 0; } .title { height: 45px; line-height: 45px; margin: 0 auto; padding: 0 40px; width: 950px; } .title h1, .title h2 { display: inline; font-size: 30px; color: #565656; text-transform: none; } .title h2 { color: #f17f21 } .content { margin: 0 auto; padding: 0 40px; width: 950px; } .pane { position: relative; background-color: #ffffff; border: 1px solid #cfcfcf; border-radius: 3px; text-align: center; width: 850px; height: 440px; padding: 50px; margin: 0 auto; box-shadow: 0px 1px 3px 0px #e3e3e3; box-shadow: 0px 1px 3px 0px rgba(112,112,112,0.05); } .pane .long-title { position: absolute; top: 15px; text-align: center; width: 850px; overflow: hidden; } .pane .long-title h3 { font-size: 28px; } .pane .credits { color: rgba(128, 128, 128, 0.75); position: absolute; bottom: 20px; right: 30px; } /*Sparklines demo*/ .demo-table { margin-top: 80px; width: 100%; border: 1px solid #c2c2c2; color: #565656; border-collapse: collapse; } .demo-table th, .demo-table td { font-weight: 400; width: 200px; padding: 25px 10px 5px 10px; border: 1px solid #e5e5e5; } .demo-table th { padding: 25px 15px 20px 15px; border: 1px solid #c2c2c2; } .demo-table tr:nth-child(2) td { border-top: 1px solid #c2c2c2; } .demo-table td:first-of-type { border-left: 1px solid #c2c2c2; } .demo-table .sparkline { width: 200px; height: 30px; }
WebContent/thunderstorm/analysis/js/DevExpressChartJS-13/Demos/VizGallery/styles.css
html, body { margin: 0px; padding: 0px; font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif; font-weight: 400; font-size: 12px; color: #565656; } body { background-color: #efefef; } h1, h2, h3, h4, h5, h6 { font-family:'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', Helvetica, 'Trebuchet MS', 'Droid Sans', Tahoma, Geneva, sans-serif; font-weight: 200; font-size: 18px; margin: 0px; } .header { position: relative; height: 62px; background-color: #ffffff; padding: 0px 40px; } .line { background-color: #707070; height: 5px; margin: 0 0 20px; } .header .content { width: 950px; margin: 0 auto; padding: 0px; } .header .content .button { float: right; margin: 18px 0 0 0; text-decoration: none; color: #565656; font-size: 14px; padding: 4px 18px 5px; background-color: #E8E8E8; background-repeat: no-repeat; background-image: linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -o-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -moz-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -webkit-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -ms-linear-gradient(top, #eeeeee 0%, #e3e3e3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #e3e3e3)); border-radius: 3px; border: 1px solid #c3c3c3; text-shadow: 1px 1px #ffffff; box-shadow: 0px 1px 2px 0px #d7d7d7; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); } .header .content a.logo, .header .content a.logo:link, .header .content a.logo:visited, .header .content a.logo:hover, .header .content a.logo:active { text-decoration: none; display: block; height: 62px; color: #8c8c8c; font-size: 24px; background-image: url("images/logo.png"); background-repeat: no-repeat; } .header .content div.logo{ padding:14px 0 0 0; } .menu-content { background-color: #707070; border: 0 solid #606060; border-top-width: 1px; min-height: 4px; min-width: 950px; padding: 0 40px; } .menu-content .democase-menu { color: #ffffff; width: 950px; margin: 0 auto; padding: 30px 0; } .menu-content .democase-menu:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .menu-content .democase-menu h5, .menu-content .democase-menu h6 { font-weight: 400; text-transform: none; padding: 0 0 10px 0; } .menu-content .democase-menu h6 { font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif; font-weight: 700; font-size: 12px; padding: 0; } .menu-content .democase-menu .category { height: 100%; width: 25%; float: left; } .category .subcategory { padding: 0 0 20px 0; } .category h5 { margin: 0px; } .category .subcategory h6 { margin: 0px; } .category .subcategory ul { list-style-type: none; margin: 0px; padding: 0px; } .category .subcategory ul li { line-height: 18px; } .category .subcategory ul li a { cursor: pointer; text-decoration: none; color: white; } .category .subcategory ul li.active a, .category .subcategory ul li a:hover { background-color: #B0B0B0; margin: -2px -3px; padding: 2px 3px; } .category .subcategory ul li.active a { background-color: #ffffff; color: #707070; } .category .subcategory ul li.isnew a:after { content: ' '; position: relative; display: inline-block; background-image: url('images/newdemo.png'); width: 26px; height: 14px; top: 3px; left: 5px; margin: 0 5px 0 0; } .title { height: 45px; line-height: 45px; margin: 0 auto; padding: 0 40px; width: 950px; } .title h1, .title h2 { display: inline; font-size: 30px; color: #565656; text-transform: none; } .title h2 { color: #f17f21 } .content { margin: 0 auto; padding: 0 40px; width: 950px; } .pane { position: relative; background-color: #ffffff; border: 1px solid #cfcfcf; border-radius: 3px; text-align: center; width: 850px; height: 440px; padding: 50px; margin: 0 auto; box-shadow: 0px 1px 3px 0px #e3e3e3; box-shadow: 0px 1px 3px 0px rgba(112,112,112,0.05); } .pane .long-title { position: absolute; top: 15px; text-align: center; width: 850px; overflow: hidden; } .pane .long-title h3 { font-size: 28px; } .pane .credits { color: rgba(128, 128, 128, 0.75); position: absolute; bottom: 20px; right: 30px; } /*Sparklines demo*/ .demo-table { margin-top: 80px; width: 100%; border: 1px solid #c2c2c2; color: #565656; border-collapse: collapse; } .demo-table th, .demo-table td { font-weight: 400; width: 200px; padding: 25px 10px 5px 10px; border: 1px solid #e5e5e5; } .demo-table th { padding: 25px 15px 20px 15px; border: 1px solid #c2c2c2; } .demo-table tr:nth-child(2) td { border-top: 1px solid #c2c2c2; } .demo-table td:first-of-type { border-left: 1px solid #c2c2c2; } .demo-table .sparkline { width: 200px; height: 30px; }
0.462473
0.1015
*{ font-family: 'Montserrat', sans-serif; } body { max-width: 1920px; padding: 0; margin: 0; width: 100vw; font-family: 'Montserrat', sans-serif; } /*header*/ ul { list-style: none; } a { text-decoration: none; } .header{ display: flex; flex-direction: column; width: 100%; } .header-barraSuperio{ display: flex; justify-content: space-around; background-color: #505A5A; align-items: center; height: 50px; color: #fff; } .header-barraSuperio-social{ display: flex; justify-content: space-around; min-width: 200px; } .header-barraSuperio-log { display: flex; justify-content: space-around; align-items: center; } .iconHeader { width: 20px; height: 20px; font-size: 20px; border: none; background-color: #505A5A; color: #fff; } .header-barraSuperio-log-elemento { display: flex; align-items: center; } #btnLogin { background-color: #505A5A; border: none; color: #fff; text-decoration: none; } .iconLogin{ color: #FFE800; font-size: 20px; font-weight: 100; } .header-barraSuperio-log-btn { align-items: center; } /*login*/ .login-cerrado { display: none; } .login-abierto { display: block; position: absolute; top: 50px; padding: 40px 20px 20px 20px; background: #fff; } .contendor-form-login{ color: black; } .contendor-form-login h5 { font-size: 18px; letter-spacing: 3px; font-weight: 600; } .form-login-inputs { margin-top: 10px; padding: 20px; border: 2px solid #FFE800; display: flex; flex-direction: column; } .form-login-inputs label { font-size: 10px; } .form-login-inputs input { margin-bottom: 10px; font-size: 15px; } .form-login-inputs ul { margin: 0; padding: 0; font-size: 10px; } .form-login-inputs li { align-items: center; } .form-login-inputs li a { text-decoration: none; color: #505A5A; align-items: center; margin-bottom: 5px; } .form-login-inputs li::before { content: "- "; color: #FFE900; font-size: 25px; height: 20px; } .btn-ingresar{ color: #fff; background: #2D3A4B; width: 100%; height: 30px; margin-top: 20px; } /*carrito*/ #btnCarrito { color: #fff; border: none; background: #505A5A; width: 100%; height: 30px; } .btn-carrito-activo{ display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top:50px; right: 120px; z-index: 300; background-color: #fff; color: #505A5A; padding: 20px; } .btn-carrito-inactivo{ display: none; } .btn-carrito-activo h5{ font-size: 20px; letter-spacing: 2px; font-weight: 600; margin: 0; margin-bottom: 20px; } .producto-en-carrito{ display: flex; justify-content: space-between; align-items: center; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; padding: 3px 0px 5px 0px; } .producto-en-carrito-imagen{ width: 70px; height: 90px; border: rgba(0, 0, 0, 0.3) solid 1px; } .producto-en-carrito-producto{ color: #2D3A4B; max-width: 40%; } .producto-en-carrito-producto h6{ color: #2D3A4B; font-size: 12px; height: 28px; } .producto-en-carrito-valor{ display: flex; justify-content: space-between; align-items: center; width: 80px; } .producto-en-carrito-valor p{ margin: 0; font-size: 12px; font-weight: normal; color: #2D3A4B; } .btnBorrar { border: none; background-color: #ffff; color: #2D3A4B; font-size: 15px; } .carrito-activo-resumen{ justify-content: center; align-items: center; border: #FFE432 solid; width: 100%; margin: 15px; } .carrito-activo-resumen-item{ width: 90%; display: flex; justify-content: space-between; align-items: center; color: #2D3A4B; font-size: 12px; margin: auto; padding: 10px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .carrito-activo-resumen-item p{ margin: 0; } .carrito-activo-resumen-total{ font-size: 14px; font-weight: 600; border: none; } .btn-irACarrito{ text-align: center; text-decoration: none; color: #F7F7F7; background-color: #2C394A; width: 100%; font-size: 18px; padding: 10px; } /*barra inferio header */ .header-barraInferio { display: flex; justify-content: space-around; flex-wrap: wrap; width: 95%; margin: auto; align-items: center; padding: 10px 0px; } .logo-expofer{ padding: 10px 0px; } .menu-icon{ display: none; } .nav-header{ width: 60%; min-width: 622px; padding: 10px 0px; } .nav-header .contenedor-nav { width: 100%; margin: 0; display: flex; justify-content: space-around; flex-wrap: wrap; } .nav-header .contenedor-nav li { display: inline-block; margin: 0px 5px; } .nav-header a { color: #505A5A; } .link-nav-activo { color: #505A5A; background: rgba(252,236,252,1); background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,236,252,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(51%, rgba(247,255,0,1)), color-stop(67%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ffffff', GradientType=0 ); } .nav-inactivo { display: none; } .nav-activo { display: block; position: absolute; top: 125px; left: 0; width: 100vw; height: 330px; background: #F8F8F8; } .contenedor-nav-activo { width: 90vw; margin: auto; display: flex; padding: 30px 0px 30px 0px; justify-content: space-around; height: 100%; } .contenedor-nav-activo-primera { display: flex; flex-direction: column; height: 250px; width: 30%; justify-content: center; } .contenedor-nav-activo-primera h5 { justify-content: center; align-items: center; font-size: 15px; width: 40%; padding: 0px 10px; font-weight: 600; color: #505A5A; margin: 0; } .contenedor-nav-activo-primera-lista { display: flex; flex-direction: column; max-height: 95%; font-size: 10px; color: #505A5A; flex-wrap: wrap; } .contenedor-nav-activo-primera-lista h6 { font-size: 10px; font-weight: 600; margin: 0; padding-bottom: 10px; } .contenedor-nav-activo-primera-lista li::before { content: "-"; color: #D9000D; font-size: 15px; padding: 10px; } .contenedor-nav-activo-primera-lista ul { display: flex; flex-direction: column; max-height: 100%; flex-wrap: wrap; padding-top: 15px; } .contenedor-nav-activo-segunda h6 { font-weight: 600; font-size: 15px; color: #505A5A; } .imagen-menu-abierto { width: 120px; height: 160px; border: 1px solid; } .menu-cards { color: #505A5A; display: flex; } .menu-card { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; } .menu-card h6 { font-size: 15px; font-weight: 600; margin: 5px; } .menu-card > p { font-size: 10px; margin: 5px; } .card-precio{ display: flex; align-items: center; } .menu-card-valor { font-size: 15px; font-weight: 600; } .signo-pesos { padding-right: 3px; font-size: 5px; } .search { display: flex; justify-content: center; height: 30px; margin: 10px 0px; } .search-input { width: 180px; border: 1px solid #505A5A; border-right: none; text-decoration: none; } .search-btn { border: 1px solid #505A5A; border-left: none; background: #fff; justify-content: center; text-decoration: none; } /*seccion 1*/ .fondo{ margin: 0; padding: 0; max-width: 1920px; background: transparent url("../../library/images/tractor-fondo.jpg") 0% 0% ; width: 100vw; height: 100vh; background-size:cover; background-position: center; display: flex; } .container-texto1{ margin: 0; display: flex; flex-direction: column; justify-content: center; width: 70%; font-family: 'Montserrat', sans-serif; padding: 0px 0px 0px 150px; } .container-texto1 h1 { font-size: 80px; color: white; margin: 0px ; font-family: 'Montserrat', sans-serif; width: 100%; font-weight: 600; } .container-texto1 a { text-decoration: none; text-align: center; background: #505A5A; border:none; color: #fff; max-width: 250px; margin: 30px; padding: 20px; font-weight: 600; } /* seccion categorias*/ .seccion-categorias{ max-width: 100vw; display: flex; flex-direction: column; align-items: center; } .container-texto-categorias{ background: #D9000D; color: #fff; } .container-texto-home{ padding: 30px 0px; width: 100%; display: flex; flex-direction: column; align-items: center; } .container-texto-home h3 { width: 45%; font-size: 25px; font-weight: 600; text-align: center; letter-spacing: 4px; margin: 0; } .container-texto-home p { font-size: 13px; width: 40%; text-align: center; justify-self: center; margin-top: 10px; } .categorias-cards{ display: flex; flex-wrap: wrap; width: 100%; } .card-general{ width: 25%; height: 40vh; margin: 0; } .card-indexposicion{ position: relative; } .card-fondo{ width: 100%; height: 100%; padding: 1px; } #fondoVerTodos{ opacity: 0.7; } .card-contenido{ top:-37vh; width: 90%; height: 87%; margin: auto; padding: 15px; align-items: center; color: #fff; } .icono-plus{ padding: 10px; margin: 100px; border-radius: 50%; display: none; } .card-contenido:hover .icono-plus{ display: block; font-size: 50px; color: #ffff; background: #2D3A4B; } .card-contenido-index { width: 90%; height: 90%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; } .card-contenido-index h5 { font-weight: 600; letter-spacing: 2px; font-size: 20px; margin-top: 10px; text-align: center; } .card-contenido-index a { color: #fff; text-decoration: none; font-size: 16px; } .card-contenido:hover { background:rgba(252,235,121,.5); color: #2D3A4B ; } .card-contenido:hover a { color: #2D3A4B ; } /*seccion accesorios*/ .seccion-accesorios{ max-width: 100vw; max-height: 100vh; display: flex; flex-direction: column; align-items: center; color: #2D3A4B; margin-bottom: 60px; } .contenedor-carrousel { width: 80%; margin: auto; } .card-carrusel{ display: flex; flex-direction: column; align-items: center; justify-content: center; } .card-carrusel img { max-height: 350px; max-width: 240px; } .card-carrusel h5 { max-width: 90%; min-height: 48px; font-weight: 600; font-size: 20px; text-align: center; color: #2D3A4B; margin: auto; } .card-carrusel-texto { font-size: 15px; margin: 15px 0px; text-align: center; } .card-carrrusel-precio{ display: flex; align-items: center; justify-content: center; } .card-carrousel-precio-signo{ font-size: 10px; } .card-carrousel-precio-valor{ font-size: 18px; font-weight: 600; } .btn-accesorios{ background: #2D3A4B ; color: #fff; font-weight: 600; border: none; width: auto; margin: auto; padding: 15px 15px; } /*nosotros home*/ .container-nosortros{ max-width: 100%; display: flex; flex-direction: column; } .container-nosortros-espacio-superio{ max-width: 100%; max-height: 10%; height: 40px; background: #F7F7F7; } .container-nosortros-fondo{ max-width: 100%; max-height: 90%; height: 90%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #E4E4E4; } .contenedor-video{ width: 40%; max-width: 90vw; margin: 50px 0px 100px 0px; } .contenedor-video iframe { max-width: 100%; } /*marcas*/ .container-marcas { max-width: 1920px; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 50px; padding-bottom: 50px; } .container-marcas-logos{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 90%; } .logo-marca{ width: 185px; height: 195px; padding: 5px; } /*mapa*/ .mapa { max-width: 1920px; width: 100%; height: 50vh; margin: 0; } /* Footer */ .footer { background: #505A5A; max-width: 1920px; width: 100vw; height: 100%; border-style: none; display: block; color: #fff; } ul { list-style: none; } .contenedor-footer { height: 100%; width: 100%; } /*section - footer*/ .contenedor-footer-section { width: 100%; } .contenedor-footer-section-elements { width: 100%; height: 90%; display: flex; flex-wrap: wrap; justify-content: center; padding: 0vh 5vw; } .contenedor-footer-section-element{ height: 100%; width: 50%; margin: 10px; } .primer-elemento{ width: 20%; } .tercer-elemento { max-width: 20%; padding-left: 15px; } .logo { margin: 30px 0px 50px 30px; } #footer-parrafo { margin-left: 30px; max-width: 80%; font-size: 14px; } .footer-titulos { margin-top: 100px; font-size: 14px; } .contenedor-listas { height: 40vh; max-height: 60vh; display: flex; flex-direction: column; flex-wrap: wrap; max-width: 60vw; font-size: 12px; } .contenedor-listas li { width: 15vw; } .contenedor-lista-productos{ height: 40vh; max-height: 60vh; width: 40vh; display: flex; flex-direction: column; flex-wrap: wrap; font-size: 12px; } .ccontenedor-listas li { padding-left: 1em; text-indent: -.7em; } .contenedor-listas li::before { content: "• "; color: #FFE900; /* or whatever color you prefer */ } .contenedor-lista-productos li::before { content: "- "; color: #FFE900; /* or whatever color you prefer */ } .contenedor-contactenos{ justify-content:center; } .titulo-contactenos{ color: #fff; } .contacto { font-size: 12px; display: flex; align-items: center; margin: 0px 0px 20px 0px; } .contacto p { margin: 0; } .redes-sociales { display: flex; justify-content: space-around; padding-left: 15px; margin-top: 40px; } .logo-contacto{ width: 20px; height: 20px; margin-right: 8px; } /*AGENCIA*/ .agencia { display: flex; justify-content: center; align-items: center; height: 7vh; } .agencia img{ width: 130px; height: 18px; } .agencia p { margin: 0; font-size: 12px; } /*------------productos---------------*/ /* primera seccion*/ .productos-primera-seccion { width: 100vw; height: 50vh; background-image: url('../../library/images/paginaProductos/fondo.png'); background-size: cover; background-position: center; } .productos-primera-seccion-fondo{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; } .productos-primera-seccion h2 { font-size: 40px; font-weight: 600; letter-spacing: 10px; } .productos-primera-seccion p { font-size: 15px; text-align: center; width: 40%; } .productos-primera-seccion button { color: #505A5A; font-size: 18px; font-weight: 600; text-align: center; background-color: #FEE115; padding: 10px; border-style: none; } /* segunda seccion - vista cards productos*/ .seccion-vistaProductos{ width: 100%; display: flex; align-items: center; justify-content: center; } .vistaProductos{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 75%; } .vistaProductos-productos { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0px 20px; } .vistaProductos-container{ display: flex; flex-direction: column; align-items: center; justify-content: center; } .card-producto { width: 360px; height: 450px; flex-direction: column; align-items: center; justify-content: center; padding: 10px; display: inline-block; } .container-imagen-card-producto{ width: 90%; height: 350px; position: relative; } .card-imagen { width: 100%; height: 100%; position: relative; } .producto-con-descuento{ width: 50px; height: 50px; background-color: #FEE115; display: block; align-items: center; padding: 5px; color: #2D3A4B; margin: 0; position: absolute; left: 200px; } .producto-sin-descuento{ display: none; } .card-productos-hover{ display: none; width: 100%; height: 100%; background-color: rgba(252, 235, 121, 0.58); justify-content: center; align-items: center; position: absolute; z-index: 300; margin: 0; } .card-producto:hover .card-productos-hover{ display: flex; } .card-productos-hover-iconos{ display: flex; justify-content: center; align-items: center; background-color: #2D3A4B; width: 147px; height: 45px; border-radius: 30px; color: #ffff; } .card-productos-hover-iconos a{ text-decoration: none; font-size: 18px; color: #fff; margin: 0px 5px; display: flex; align-items: center; padding: 0; } .productos-hover-icon { color: #ffff; margin: 0; padding: 0; } .valor-descuento{ font-size: 18px; font-weight: 600; margin: 0px; } .off-descuento{ font-size: 10px; text-align: center; margin: 0; } .card-producto h5 { max-width: 90%; height: 50px; text-align: center; font-size: 20px; font-weight: 600; letter-spacing: 2px; margin: auto; } .card-producto-texto { text-align: center; font-size: 14px; margin: 5px; } .card-producto-precio { display: flex; justify-content: center; align-items: center; margin: auto; } .card-producto-precio-signo{ font-size: 10px; margin: 5px 0px; padding-top: 5px; } .card-producto-precio-valor{ font-size: 18px; font-weight: 600; margin: 5px 0px; } /*paginacion*/ .contenedor-paginacion { display: flex; align-items: center; margin: 100px; } .contenedor-paginacion img { width: 5px; height: 5px; } .vistaProductos-paginacion{ display: flex; margin: 0px 10px; justify-content: center; align-items: center; padding: 0; width: 110px; height: 30px; } .vistaProductos-paginacion-pagina a { text-decoration: none; color: #fff; align-items: center; } .vistaProductos-paginacion-pagina{ list-style: none; color: #fff; background-color: #505A5A; width: 20px; height: 20px; text-align: center; margin: 3px; } /*filtros y categorias*/ .vistaProductos-categorias { width: 15%; } /*------------producto singular---------*/ .prod-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/paginaProducto/fondo.png'); background-size: cover; background-position: center; } .prod-primera-seccion-fondo{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); color: #fff; display: flex; flex-direction: row; align-items: flex-end; } .prod-primera-seccion-fondo ul { display: flex; align-items: center; } .prod-primera-seccion-fondo li { margin: 5px; } .prod-primera-seccion-fondo li::before { content: "- "; padding: 5px; color: #FFE800; font-weight: 600; } /*presentacion fotos del producto*/ .Seccion-presentacionProducto{ display: flex; justify-content: center; align-items: flex-start; height: 90vh; padding: 50px 0px; } .container-slider-fotos { height: 90%; display: flex; justify-content:space-around; align-items: flex-start; } .container-slider-fotos ul, li { padding: 0; margin: 0; list-style: none; } ul.slider{ position: relative; width: 60%; max-width: 570px; height: 100%; } ul.slider li { position: absolute; left: 0px; top: 0px; opacity: 0; width: 100%; height: 100%; transition: opacity .5s; background:#fff; } ul.slider li img{ width: 100%; height: 100%; } ul.slider li:first-child { opacity: 1; /*Mostramos el primer <li>*/ } ul.slider li:target { opacity: 1; /*Mostramos el <li> del enlace que pulsemos*/ } .menu-slider{ text-align: center; margin: 20px; display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 100%; } .menu-slider li{ height: 20%; width: 75%; } .menu-slider li a{ text-decoration: none; } .imagenes-producto-grande{ width: inherit; height: inherit; } .imagenes-producto-lateral{ height: 100%; width: 100%; } .descuento-slider{ left: 15px; top: 15px; } .presentacionProducto-agregar-carrito{ width: 20%; min-width: 270px; display: flex; flex-direction: column; } .presentacionProducto-agregar-carrito-cajaSuperio{ align-items: center; color: #2D3A4B; border-bottom: gray solid 0.5px; } .presentacionProducto-agregar-carrito-cajaSuperio h6{ align-items: center; font-size: 21px; font-weight: 600; letter-spacing: 3px; } .presentacionProducto-agregar-carrito-precio{ display: flex; height: 80px; align-items: center; } .precio-signo{ font-size: 10px; margin: 5px 0px; padding-top: 5px; } .precio-valor{ font-size: 18px; font-weight: 600; margin: 5px 0px; } .presentacionProducto-agregar-carrito-referencia{ display: flex; justify-content: space-around; } .contenedor-referencia{ display: flex; } .referencia-titulo{ color: #2D3A4B; font-size: 12px; } .referencia-valor{ color: #FFE115; font-size: 12px; } .presentacionProducto-agregar-carrito-cajaMedio{ align-items: center; padding: 20px 0px; border-bottom: gray solid 0.5px; } .cantidad{ display: flex; align-items: center; height: 120px; } .titulo-cantidad{ font-size: 12px; margin: 0px 20px 0px 0px; } .caja-cantidad{ width: 60px; height: 30px; } .cantidad-agregarAlCarrito{ background-color: #2D3A4B; color: #F7F7F7; width: 100%; height: 55px; font-size: 18px; font-weight: 600; } .presentacionProducto-agregar-carrito-cajaBaja h6{ color: #2D3A4B; font-size: 14px; } .presentacionProducto-agregar-carrito-cajaBaja p{ color: #2D3A4B; font-size: 12px; } /*tab descripcion*/ .titulo-descripcion{ color: #2D3A4B; font-size: 14px; font-weight: 600; letter-spacing: 2px; } .titulo-descripcion a{ color: #2D3A4B; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-decoration: none; } .contenedor-descripcion{ margin: 10px ; display: flex; flex-wrap: wrap; padding: 50px; justify-content: start; } .contenedor-descripcion-parrafo{ width: 50%; color: #2D3A4B; font-size: 12px; margin: 0px 30px; } .contenedor-descripcion ul { margin: 0; font-size: 14px; color: #2D3A4B; display: flex; flex-direction: column; flex-wrap: wrap; max-height: 80%; width: 30%; } .contenedor-descripcion ul li{ font-size: 12px; color: #2D3A4B; } .contenedor-descripcion ul li::before{ content: "- "; color: #FEE115; font-weight: 600; padding: 5px; } .contenedor-caracteristicas{ width: 70%; margin: 10px ; display: flex; flex-wrap: wrap; padding: 50px; justify-content: start; } .contenedor-caracteristicas ul { margin: 0; font-size: 14px; color: #2D3A4B; display: flex; flex-direction: column; flex-wrap: wrap; max-height: 80%; width: 405px; } .contenedor-caracteristicas ul li{ font-size: 12px; color: #2D3A4B; margin: 15px; display: flex; } .contenedor-caracteristicas ul li::before{ content: "- "; color: #FEE115; font-weight: 600; padding: 5px; align-items: center; } .contenedor-accesorios{ width: 70%; margin: 10px ; display: flex; flex-wrap: wrap; padding: 50px; justify-content: start; } .contenedor-accesorios ul { margin: 0; font-size: 14px; color: #2D3A4B; display: flex; flex-direction: column; flex-wrap: wrap; max-height: 80%; } .contenedor-accesorios ul li{ font-size: 12px; color: #2D3A4B; display: flex; align-items: center; margin: 15px; } .contenedor-accesorios ul li a{ font-size: 12px; color: #2D3A4B; text-decoration: none; } .contenedor-accesorios ul li::before{ content: "- "; color: #FEE115; font-weight: 600; padding: 5px; align-items: center; } .contenedor-descargables{ width: 60%; margin: 10px ; padding: 50px; justify-content: start; } .contenedor-descargables-item{ display: flex; align-items: center; justify-content: space-around; margin: 20px 0px; } .descargables-imagen{ width: 35px; height: 40px; background-image: url('../../library/images/paginaProducto/descargar.png'); } .contenedor-descargables-item p{ color: #666666; font-size: 12px; margin: 0; max-width: 40%; width: 250px; } .contenedor-descargables-item a{ text-decoration: none; color: #2D3A4B; font-size: 14px; letter-spacing: 1px; } /*carrusel complementa tu compra*/ .seccion-complementa{ background-color:#F7F7F7; padding: 50px; } /*---------------------------------Carrito de compra page -----------------------------*/ .seccion-carrito{ display: flex; justify-content: center; flex-direction: column; } .productosEnCarrito{ padding: 50px; width: 80%; justify-content: flex-start; margin: auto; } .productosEnCarrito h3{ color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 3px; padding: 20px; margin-bottom: 15px; } .tabla-productos{ width: 100%; } .tabla-productos th{ color: #2D3A4B; font-size: 12px; font-weight: 200; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .tabla-item{ height: 200px; align-items: center; } .tabla-productos td{ color: #2D3A4B; font-size: 12px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; align-items: center; } .imagen-producto-tabla{ width: 150px; height: 200px; border: rgba(0, 0, 0, 0.3) solid 1px; align-items: center; margin: 15px; } .tabla-item-nombreProducto{ color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 2px; } .tabla-item-categoriaProducto{ color: #2D3A4B; font-size: 15px; } .tabla-item-valor{ display: flex; align-items: center; } .item-signo{ margin: 0; color: #2D3A4B; font-size: 10px; } .item-valor{ margin: 0; color: #2D3A4B; font-size: 18px; font-weight: 600; } /* seccion de resumen en carrito*/ .seccion-resumen{ background-color: #F7F7F7; display: flex; align-items: center; justify-content: space-around; padding: 50px; } .contendor-agregarCupon{ width: 700px; height: 180px; display: flex; justify-content: center; align-items: center; background: #E4E4E4 } .input-cupon{ width: 380px; height: 42px; border: none; margin-right: 20px; } .contendor-agregarCupon button { width: 180px; height: 42px; background-color: #2D3A4B; color: #fff; border: none; } .titulo-resumen{ color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 3px; margin: 15px 0px; } .contenedor-resumen{ background: #fff; border: #FFE115 solid 2px; padding: 15px 15px 0px 15px; width: 400px; } .resumen-item{ display: flex; justify-content: space-between; font-size: 12px; color: #2D3A4B; padding: 10px 0px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .resumen-item p { margin: 0; } .resumen-item-total{ color: #2D3A4B; font-size: 18px; font-weight: 600; margin-bottom: 0px; border: none; } .btn-continuarConLacompra{ background: #FEE115; width: 100%; height: 53px; display: flex; justify-content: center; align-items: center; } .btn-continuarConLacompra a{ text-decoration: none; color: #2D3A4B; font-size: 18px; font-weight: 600; } /*carrusel carrito*/ .carrusel-carrito{ background-color: #ffff; } /*----------------------------------comprar como invitado-------------------------------------*/ .seccion-comprarComoInvitado{ width: 100%; padding: 50px; } .contenedor-total{ width: 90%; margin: auto; } .contendor-formularioYResumen{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; } .formulario-comprarComoInvitado{ display: flex; flex-wrap: wrap; width: 705px; border-top: rgba(0, 0, 0, 0.3) solid 1px; padding-top: 30px; justify-content: space-between; } .resumenYMedios{ width: 415px; } .contenedor-titulo h4{ color: #2D3A4B; font-size: 14px; font-weight: 2px; margin: 10px 0px; } .contenedor-titulo{ border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .seccion-comprarComoInvitado h3{ color: #2D3A4B; font-size: 21px; font-weight: 3px; margin: 20px 0px; } .comprarComoInvitado select, option{ color: #2D3A4B; font-size: 12px; } .comprarComoInvitado select{ height: 43px; margin: 10px 0px; } .comprarComoInvitado a{ color: #008FE8; font-size: 12px; } .item-formulario{ display: flex; flex-direction: column; justify-content: center; width: 300px; } .comprarComoInvitado label{ color: #2D3A4B; font-size: 12px; margin: 5px 0px; } .item-formulario input { width: 100%; height: 43px; margin: 10px 0px; } .EspecificacionesDeEntrega{ width: 100%; } .datosPersonales{ width: 100%; } .contendor-checkbox-formulario{ width: 100%; margin: 10px 0px; border-top: rgba(0, 0, 0, 0.3) solid 1px; padding: 15px 0px; } .checkbox{ width: 100%; flex-direction: row; align-items: center; justify-content: flex-start; } .checkbox label{ width: 95%; margin: 0; } .checkbox input{ width: 10px; height: 10px; margin-right: 15px; } #guardarYEnviar{ background-color: #2D3A4B; color: #ffff; text-align: center; padding: 10px; margin-bottom: 15px; } /*------resumen con medios de pago-----*/ .contenedor-resumen{ width: 100%; } .btn-pagarAhora a{ text-decoration: none; color: #2D3A4B ; } .btn-pagarAhora{ text-decoration: none; background: #FEE115; width: 100%; text-align: center; padding: 10px; font-weight: 600; } .tipos-de-pago{ flex-direction: column; justify-content: center; border: none; margin: 10px 0px; } .tipo-de-pago{ display: flex; width: 100%; align-items: center; margin: 5px 0px; } .tipo-de-pago input{ margin-right: 10px; } .tipo-de-pago label{ margin: 0; } .mediosDePago{ width: 90%; height: 270px; margin: auto; margin-top: 10px; background: url('../../library/images/comprarComoInvitado/formasDePago.png'); background-size: cover; background-position: center; } /*-----------------------------------------contactenos----------------------------------------------*/ .contactenos-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/contactenos/fondoContacto.png'); background-size: cover; background-position: center; } .seccion-contactenos{ width: 100%; display: flex; justify-content: center; padding-top: 60px; } .contenedor-contactenos{ width: 80%; } .contactenos-titulo{ font-size: 21px; color: #2D3A4B; font-weight: 600; letter-spacing: 2px; } .contactenos-formularioYDatos{ display: flex; flex-wrap: wrap; justify-content: space-between; } .contactenos-formulario{ width: 700px; border-top: rgba(0, 0, 0, 0.3) solid 1px; padding: 50px 0px; display: flex; flex-wrap: wrap; justify-content: space-between; } .asunto-contactenos select{ height: 43px; margin: 10px 0px; color: #2D3A4B; } .asunto-contactenos select option{ color: #2D3A4B; } .mensaje-contactenos{ width: 100%; } .mensaje-contactenos input{ height: 100px; } .contactenos-formularioYDatos button{ padding: 15px 50px; margin: 20px 0px; background-color: #2D3A4B; color: #fff; font-size: 14px; font-weight: 600; } .contactenos-datos{ width: 400px; height: 400px; border: #FEE115 solid 2px; padding: 30px; display: flex; flex-wrap: wrap; color: #666666; } .contactenos-logo{ margin-right: 20px; } .contactenos-contacto p{ font-size: 16px; } .contactenos-redesSociales{ width: 100%; } .contactenos-redesSociales{ margin: 5px 0px; } .contactenos-parrafo{ font-size: 10px; margin: 10px 0px; } .contactenos-logo{ height: 30px; border: none; color: #FEE115; background-color: #fff; margin: 0px 10px; font-size: 20px; } .contactenos-redesSociales{ display: flex; justify-content: space-around; background-color: #fff; } .contactenos-redesSociales button{ width: 20px; background-color: #fff; } .contactenos-logo-redes{ font-size: 20px; color: #666666; background-color: #fff; } /*---------------------------------------servicio tecnico ------------------------------------*/ .servicioTecnico-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/servicioTecnico/fondoSeccion1.png'); background-size: cover; background-position: center; } .secccionPrincipal-servicioTecnico{ width: 100%; display: flex; flex-wrap: wrap; } .secccionPrincipal-servicioTecnico-cuadricula{ width: 50%; min-width: 300px; display: flex; } .primer-cuadro{ height: 40vh; background-color: #D9000D; justify-content: flex-end; align-items: center; } .primerCuadro-contenido{ width: 60%; font-size: 60px; justify-content: flex-start; } .primerCuadro-contenido h2{ width: 80%; margin: 0px; font-size: 60px; font-weight: 400; letter-spacing: 3px; color: #fff; text-align: end; } .segundo-cuadro{ height: 40vh; background: #F7F7F7; justify-content: flex-end; align-items: center; } .segundoCuadro-contenido{ width: 90%; align-items: center; } .segundoCuadro-contenido p{ width: 55%; min-width: 250px; margin: 0; color:#666666; font-size: 14px; font-weight: normal; } .tercer-cuadro{ background: #F7F7F7; justify-content: center; align-items: center; padding: 50px; } .tercerCuadro-contenido{ width: 70%; margin: auto; color: #2D3A4B; } .tercerCuadro-contenido h3{ margin: 20px 0px; font-size: 25px; font-weight: 600; letter-spacing: 3px; } .tercerCuadro-contenido ul{ margin: 20px 0px; padding: 0; } .tercerCuadro-contenido li{ display: flex; align-items: baseline; } .tercerCuadro-contenido li::before{ content: "- "; color: #D9000D; font-weight: 600; font-size: 30px; align-items: flex-end; margin-right: 10px; } .tercerCuadro-contenido h4{ margin: 0; font-size: 21px; font-weight: 600; letter-spacing: 3px; } .tercerCuadro-contenido p{ margin: 10px 0px; font-size: 14px; color: #666666; } .cuarto-cuadro{ background: url('../../library/images/servicioTecnico/fondoCuadro.png'); background-size: cover; background-position: center; } /*-------------garantia y soporte----------*/ .seccion-garantia{ width: 100%; padding: 5%; display: flex; flex-wrap: wrap; color: #2D3A4B; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .seccion-garantia h3{ width: 100%; text-align: center; font-size: 25px; letter-spacing: 3px; font-weight: 600; margin-bottom: 70px; } .garantia-contenido{ width: 32%; display: flex; flex-direction: column; align-items: flex-start; } .seccion-garantia h4{ font-size: 25px; letter-spacing: 3px; font-weight: 600; background: rgba(252,236,252,1); background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,236,252,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(51%, rgba(247,255,0,1)), color-stop(67%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ffffff', GradientType=0 ); margin: 0; } .seccion-garantia p{ font-size: 15px; color: #666666; margin-top: 15px; } .garantia-logos{ width: 68%; min-width: 318px; display: flex; flex-wrap: wrap; justify-content: space-around; } .garantia-logos img{ width: 155px; height: 155px; margin: 15px; } .grandesSuperficies{ border: none; } .garantia-grandesSuperficies img { width: 200px; height: 160px; margin: 15px; } /*-------------------------------------------------nosotros---------------------------------------------*/ .nosotros-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/nosotros/fondoNosotros.png'); background-size: cover; background-position: center; } .seccion-quienesSomos{ justify-content: center; padding: 5%; padding-bottom: 2%; } .seccion-quienesSomos h3{ text-align: center; font-size: 25px; color: #2D3A4B; letter-spacing: 3px; font-weight: 600; margin-bottom: 15px; } .seccion-quienesSomos p{ text-align: center; font-size: 14px; color: #666666; margin-bottom: 50px; } .quienesSomos-contenido{ width: 50%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; } .quienesSomos-contenido-primerParrafo{ width: 80%; } /*----valores----*/ .seccion-valores{ margin: 0; padding: 90px; background-color: #FEE115; display: flex; flex-direction: column; justify-content: center; align-items: center; } .encabezado-valores h2{ font-size: 25px; font-weight: 600; letter-spacing: 3px; color: #2D3A4B; text-align: center; } .encabezado-valores p{ font-size: 14px; color: #666666; text-align: center; width: 60%; margin: 15px auto; } .valores{ position: relative; max-width: 1200px; margin: 30px auto; padding: 40px 0; box-sizing: border-box; } .valores::before{ content: ''; position: absolute; left: 50%; width: 1px; height: 83%; background-color: #000000; } .valores ol{ margin: 0; padding: 30px; } .valores ol li{ list-style: none; line-height: normal; position: relative; width: 50%; padding: 20px 70px; box-sizing: border-box; } .valores ol li:nth-child(odd){ float: left; text-align: right; clear: both; } .valores ol li:nth-child(even){ float: right; text-align: left; clear: both; } .content{ padding-bottom: 20px; } .valores ol li:nth-child(odd)::before{ content: ''; position: absolute; top: 15px; right: -35px; width: 70px; height: 70px; background: #ffff; border-radius: 50%; } .valores ol li:nth-child(even)::before{ content: ''; position: absolute; top: 15px; left: -35px; width: 70px; height: 70px; background: #ffff; border-radius: 50%; } .valores ol li h3 { margin: 0; padding: 0; color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 2px; } .valores ol li p { padding: 10px 0 0 0; font-size: 14px; color: #666666; } .valores ol li .content-numero{ font-size: 25px; margin: 0; color: #2D3A4B; } .valores ol li .content-numero h4{ margin: 0; } .valores ol li:nth-child(odd) .content-numero{ position: absolute; top: 38px; right: -8px; margin: 0; } .valores ol li:nth-child(even) .content-numero{ position: absolute; top: 38px; left: -8px; margin: 0; } /*---------------------------------responsive----------------------------------*/ @media (max-width: 800px) { body{ max-width: 100vw; } /*----------------------home------*/ .header-barraSuperio-log-elemento{ padding: 10px 0px; } .btn-carrito-activo{ top:81px; left: 20px; width: 90vw; } .login-abierto { display: block; position: absolute; top: 81px; left: 20px; width: 90vw; padding: 40px 20px 20px 20px; } /*nav*/ .header-barraSuperio{ display: flex; flex-direction: column; padding-top: 10px; padding-bottom: 10px; height: 80px; } .header-barraInferio { display: flex; flex-wrap: wrap; } .nav-header { display: none; } .contenedor-nav{ display: flex; flex-direction: column; height: 50%; width: 80%; min-width: 340px; margin: 0px auto; background: #E4E4E4; align-items: flex-start; } .contenedor-nav a{ text-decoration: none; color: #505A5A; } .menu-icon{ display: block; font-size: 30px; border: none; color:#505A5A; background-color: #ffff; cursor: pointer; } .nav-header li { list-style: none; } .search{ margin: 10px 0px; width: 90%; } /*seccion 1*/ .fondo{ margin: 0; padding: 0; background: transparent url("../../library/images/tractor-fondo.jpg") 0% 0% ; max-width: 100vw; height: 50vh; background-size:cover; background-position: center; display: flex; } .container-texto1{ margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; font-family: 'Montserrat', sans-serif; padding: 20px; } .container-texto1 h1 { font-size: 45px; color: white; margin: 0px ; font-family: 'Montserrat', sans-serif; width: 100%; font-weight: 600; text-align: center; } .container-texto1 button { background: #505A5A; border:none; color: #fff; max-width: 70%; margin: 30px; padding: 20px; font-weight: 600; } .container-texto-home{ padding: 30px 0px; width: 100%; display: flex; flex-direction: column; align-items: center; } .container-texto-home h3 { width: 85%; font-size: 25px; font-weight: 600; text-align: center; letter-spacing: 4px; margin: 0; } .container-texto-home p { font-size: 13px; width: 85%; text-align: center; justify-self: center; margin-top: 10px; } /*categorias*/ .categorias-cards{ display: flex; flex-direction: column; } .card-general { width: 100vw; height: 45vh; } .card-contenido{ top: -43vh; height: 90%; } .icono-plus{ padding: 10px; margin-bottom: 40px; } /*nosotros---home*/ .container-nosortros-fondo{ padding-bottom: 15px; } .contenedor-video{ margin: auto; width: 90%; } /*marcas*/ .container-marcas-logos { display: flex; flex-wrap: wrap; } .logo-marca{ width: 150px; height: 175px; } /* Footer */ .footer { width: 100vw; height: 100%; } .contenedor-footer-section-elements { width: 100%; height: 90%; justify-content: center; padding: 0vh 5vw; } .logo { margin: auto; padding: 15px; } .primer-elemento{ width: 100%; text-align: center; } .contenedor-footer-section-element{ height: 100%; width: 100%; margin: auto; } .footer-titulos { margin: auto; padding: 15px; text-align: center; } .footer-titulos{ display: flex; justify-content: center; text-align: center; } .titulo-contactenos{ text-decoration: none; color: #ffff; } .contenedor-listas { height: 30vh; max-height: 60vh; display: block; } .contenedor-listas li { width: 100%; } .contenedor-lista-productos{ padding: 0px 20px; width: 100%; } .tercer-elemento { max-width: 100%; } .contacto { font-size: 12px; display: flex; align-items: center; margin: auto; } .social-footer{ margin: 10px; } /*-----------------------productos-------------------------------*/ /*primera seccion*/ .productos-primera-seccion h2{ font-size: 35px; text-align: center; } .productos-primera-seccion p{ width: 80%; margin: 10px 0px; } .productos-primera-seccion button{ margin: 10px 0px; } /*vista productos*/ .seccion-vistaProductos{ flex-wrap: wrap; } .vistaProductos-productos{ padding: 20px; } .vistaProductos-container{ width: 100vw; } .vistaProductos{ flex-wrap: wrap; width: 100%; } .vistaProductos-categorias{ width: 100%; } /*--------------------------------producto (singular)----------------------*/ /*presnetacion producto imagenes y cuadro de agregar a carrito*/ .Seccion-presentacionProducto{ height: 100%; flex-wrap: wrap; } /*----------- nav caracteristicas------*/ .nav{ min-width: 100%; } .titulo-descripcion{ display: flex; flex-direction: column; width: 100%; } .titulo-descripcion .nav-item.show .nav-link, .nav-tabs .nav-link.active{ background-color: #dee2e6; width: 100%; } .contenedor-descripcion{ padding: 10px; } .contenedor-descripcion ul{ margin-top: 15px; width: 100%; } .contenedor-descripcion-parrafo{ width: 100%; } .contenedor-caracteristicas{ padding: 10px; width: 100%; } .contenedor-caracteristicas ul{ padding: 10px; width: 100%; } .contenedor-caracteristicas ul li{ margin: 10px; width: 90%; } .contenedor-accesorios{ padding: 10px; width: 90%; } .contenedor-accesorios ul { width: 100%; } .contenedor-accesorios ul li{ margin: 5px; width: 100%; } .contenedor-descargables{ width: 90%; padding: 0px; } /*------complementa tu compra---------*/ .seccion-complementa{ padding: 10px; } /*tabla-carrito*/ .productosEnCarrito{ width: 95%; padding: 30px 10px; } .productosEnCarrito h3{ text-align: center; margin: 0; } .tabla-productos th { font-size: 8px; padding: 3px; text-align: center; } .imagen-producto-tabla{ margin: 0px; width: 95%; height: 95px; } .tabla-item-nombreProducto{ font-size: 15px; } .tabla-item-categoriaProducto{ font-size: 10px; margin: 0; } .item-valor{ font-size: 12px; } .tabla-productos td { font-size: 10px; width: 95%; margin: auto; } .tabla-productos tbody tr { height: 110px; } /*------resumen y cupon------*/ .seccion-resumen{ flex-wrap: wrap; padding: 20px; } .cuponDescuento{ width: 100%; display: flex; flex-wrap: wrap; } .cuponDescuento h3 { text-align: center; width: 100%; } .contendor-agregarCupon{ flex-wrap: wrap; height: 120px; } .input-cupon{ width: 90%; margin: auto; } /*------------servicio tecnico----------------*/ .secccionPrincipal-servicioTecnico-cuadricula{ width: 100%; } .primer-cuadro{ justify-content: center; } .primerCuadro-contenido{ font-size: 50px; width: 80%; margin: auto; } .primerCuadro-contenido h2{ font-size: 50px; width: 90%; margin: auto; } .segundoCuadro-contenido p { width: 90%; font-size: 20px; } .tercer-cuadro{ padding-top: 0px; } .tercerCuadro-contenido{ width: 100%; } /*----- garantia----*/ .seccion-garantia h3{ margin-bottom: 25px; } .garantia-contenido h4 { font-size: 20px; } .garantia-contenido p { width: 85vw; } .garantia-logos img { width: 110px; height: 120px; margin: 10px; } /*--------------nosotros------------------*/ .quienesSomos-contenido{ width: 90%; } .quienesSomos-contenido p{ margin-bottom: 10px; } .quienesSomos-contenido-primerParrafo{ width: 95%; } /*-------valores-------*/ .seccion-valores{ padding: 30px; } .valores{ position: relative; max-width: 1200px; margin: 30px auto; padding: 0; box-sizing: border-box; } .valores::before{ content: ''; position: absolute; left: 5%; width: 1px; height: 83%; background-color: #000000; } .valores ol{ margin: 0; padding: 0px; } .valores ol li{ list-style: none; line-height: normal; position: relative; width: 100%; padding: 20px 30px 20px 50px; box-sizing: border-box; } .valores ol li:nth-child(odd){ float: right; text-align: left; clear: both; } .valores ol li:nth-child(even){ float: right; text-align: left; clear: both; } .content{ padding-bottom: 0px; } .valores ol li:nth-child(odd)::before{ content: ''; position: absolute; top: 10px; left: -8px; width: 50px; height: 50px; background: #ffff; border-radius: 50%; } .valores ol li:nth-child(even)::before{ content: ''; position: absolute; top: 10px; left: -8px; width: 50px; height: 50px; background: #ffff; border-radius: 50%; } .valores ol li h3 { margin: 0; padding: 0; color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 2px; } .valores ol li p { padding: 10px 0 0 0; font-size: 14px; color: #666666; } .valores ol li .content-numero{ font-size: 20px; margin: 0; color: #2D3A4B; } .valores ol li .content-numero h4{ margin: 0; } .valores ol li:nth-child(odd) .content-numero{ position: absolute; top: 25px; left: 10px; margin: 0; } .valores ol li:nth-child(even) .content-numero{ position: absolute; top: 25px; left: 10px; margin: 0; } /*---------------------comprar como invitado----------------------*/ .seccion-comprarComoInvitado{ padding: 20px; } .contenedor-total{ width: 100%; } .contendor-formularioYResumen{ width: 100%; } .seccion-comprarComoInvitado h3{ font-size: 20px; } .formulario-comprarComoInvitado{ width: 100%; padding-bottom: 40px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .item-formulario{ width: 90%; } .EspecificacionesDeEntrega input{ height: 80px; } /*---------------------contactenos-------------------------*/ .contactenos-formularioYDatos{ margin-bottom: 50px; } } @media (min-width: 700px) and (max-width: 900px){ /*---------------home-----------------------*/ /*-----header---*/ .nav-responsive-abierto{ width: 90%; } }
library/css/style.css
*{ font-family: 'Montserrat', sans-serif; } body { max-width: 1920px; padding: 0; margin: 0; width: 100vw; font-family: 'Montserrat', sans-serif; } /*header*/ ul { list-style: none; } a { text-decoration: none; } .header{ display: flex; flex-direction: column; width: 100%; } .header-barraSuperio{ display: flex; justify-content: space-around; background-color: #505A5A; align-items: center; height: 50px; color: #fff; } .header-barraSuperio-social{ display: flex; justify-content: space-around; min-width: 200px; } .header-barraSuperio-log { display: flex; justify-content: space-around; align-items: center; } .iconHeader { width: 20px; height: 20px; font-size: 20px; border: none; background-color: #505A5A; color: #fff; } .header-barraSuperio-log-elemento { display: flex; align-items: center; } #btnLogin { background-color: #505A5A; border: none; color: #fff; text-decoration: none; } .iconLogin{ color: #FFE800; font-size: 20px; font-weight: 100; } .header-barraSuperio-log-btn { align-items: center; } /*login*/ .login-cerrado { display: none; } .login-abierto { display: block; position: absolute; top: 50px; padding: 40px 20px 20px 20px; background: #fff; } .contendor-form-login{ color: black; } .contendor-form-login h5 { font-size: 18px; letter-spacing: 3px; font-weight: 600; } .form-login-inputs { margin-top: 10px; padding: 20px; border: 2px solid #FFE800; display: flex; flex-direction: column; } .form-login-inputs label { font-size: 10px; } .form-login-inputs input { margin-bottom: 10px; font-size: 15px; } .form-login-inputs ul { margin: 0; padding: 0; font-size: 10px; } .form-login-inputs li { align-items: center; } .form-login-inputs li a { text-decoration: none; color: #505A5A; align-items: center; margin-bottom: 5px; } .form-login-inputs li::before { content: "- "; color: #FFE900; font-size: 25px; height: 20px; } .btn-ingresar{ color: #fff; background: #2D3A4B; width: 100%; height: 30px; margin-top: 20px; } /*carrito*/ #btnCarrito { color: #fff; border: none; background: #505A5A; width: 100%; height: 30px; } .btn-carrito-activo{ display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top:50px; right: 120px; z-index: 300; background-color: #fff; color: #505A5A; padding: 20px; } .btn-carrito-inactivo{ display: none; } .btn-carrito-activo h5{ font-size: 20px; letter-spacing: 2px; font-weight: 600; margin: 0; margin-bottom: 20px; } .producto-en-carrito{ display: flex; justify-content: space-between; align-items: center; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; padding: 3px 0px 5px 0px; } .producto-en-carrito-imagen{ width: 70px; height: 90px; border: rgba(0, 0, 0, 0.3) solid 1px; } .producto-en-carrito-producto{ color: #2D3A4B; max-width: 40%; } .producto-en-carrito-producto h6{ color: #2D3A4B; font-size: 12px; height: 28px; } .producto-en-carrito-valor{ display: flex; justify-content: space-between; align-items: center; width: 80px; } .producto-en-carrito-valor p{ margin: 0; font-size: 12px; font-weight: normal; color: #2D3A4B; } .btnBorrar { border: none; background-color: #ffff; color: #2D3A4B; font-size: 15px; } .carrito-activo-resumen{ justify-content: center; align-items: center; border: #FFE432 solid; width: 100%; margin: 15px; } .carrito-activo-resumen-item{ width: 90%; display: flex; justify-content: space-between; align-items: center; color: #2D3A4B; font-size: 12px; margin: auto; padding: 10px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .carrito-activo-resumen-item p{ margin: 0; } .carrito-activo-resumen-total{ font-size: 14px; font-weight: 600; border: none; } .btn-irACarrito{ text-align: center; text-decoration: none; color: #F7F7F7; background-color: #2C394A; width: 100%; font-size: 18px; padding: 10px; } /*barra inferio header */ .header-barraInferio { display: flex; justify-content: space-around; flex-wrap: wrap; width: 95%; margin: auto; align-items: center; padding: 10px 0px; } .logo-expofer{ padding: 10px 0px; } .menu-icon{ display: none; } .nav-header{ width: 60%; min-width: 622px; padding: 10px 0px; } .nav-header .contenedor-nav { width: 100%; margin: 0; display: flex; justify-content: space-around; flex-wrap: wrap; } .nav-header .contenedor-nav li { display: inline-block; margin: 0px 5px; } .nav-header a { color: #505A5A; } .link-nav-activo { color: #505A5A; background: rgba(252,236,252,1); background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,236,252,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(51%, rgba(247,255,0,1)), color-stop(67%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ffffff', GradientType=0 ); } .nav-inactivo { display: none; } .nav-activo { display: block; position: absolute; top: 125px; left: 0; width: 100vw; height: 330px; background: #F8F8F8; } .contenedor-nav-activo { width: 90vw; margin: auto; display: flex; padding: 30px 0px 30px 0px; justify-content: space-around; height: 100%; } .contenedor-nav-activo-primera { display: flex; flex-direction: column; height: 250px; width: 30%; justify-content: center; } .contenedor-nav-activo-primera h5 { justify-content: center; align-items: center; font-size: 15px; width: 40%; padding: 0px 10px; font-weight: 600; color: #505A5A; margin: 0; } .contenedor-nav-activo-primera-lista { display: flex; flex-direction: column; max-height: 95%; font-size: 10px; color: #505A5A; flex-wrap: wrap; } .contenedor-nav-activo-primera-lista h6 { font-size: 10px; font-weight: 600; margin: 0; padding-bottom: 10px; } .contenedor-nav-activo-primera-lista li::before { content: "-"; color: #D9000D; font-size: 15px; padding: 10px; } .contenedor-nav-activo-primera-lista ul { display: flex; flex-direction: column; max-height: 100%; flex-wrap: wrap; padding-top: 15px; } .contenedor-nav-activo-segunda h6 { font-weight: 600; font-size: 15px; color: #505A5A; } .imagen-menu-abierto { width: 120px; height: 160px; border: 1px solid; } .menu-cards { color: #505A5A; display: flex; } .menu-card { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; } .menu-card h6 { font-size: 15px; font-weight: 600; margin: 5px; } .menu-card > p { font-size: 10px; margin: 5px; } .card-precio{ display: flex; align-items: center; } .menu-card-valor { font-size: 15px; font-weight: 600; } .signo-pesos { padding-right: 3px; font-size: 5px; } .search { display: flex; justify-content: center; height: 30px; margin: 10px 0px; } .search-input { width: 180px; border: 1px solid #505A5A; border-right: none; text-decoration: none; } .search-btn { border: 1px solid #505A5A; border-left: none; background: #fff; justify-content: center; text-decoration: none; } /*seccion 1*/ .fondo{ margin: 0; padding: 0; max-width: 1920px; background: transparent url("../../library/images/tractor-fondo.jpg") 0% 0% ; width: 100vw; height: 100vh; background-size:cover; background-position: center; display: flex; } .container-texto1{ margin: 0; display: flex; flex-direction: column; justify-content: center; width: 70%; font-family: 'Montserrat', sans-serif; padding: 0px 0px 0px 150px; } .container-texto1 h1 { font-size: 80px; color: white; margin: 0px ; font-family: 'Montserrat', sans-serif; width: 100%; font-weight: 600; } .container-texto1 a { text-decoration: none; text-align: center; background: #505A5A; border:none; color: #fff; max-width: 250px; margin: 30px; padding: 20px; font-weight: 600; } /* seccion categorias*/ .seccion-categorias{ max-width: 100vw; display: flex; flex-direction: column; align-items: center; } .container-texto-categorias{ background: #D9000D; color: #fff; } .container-texto-home{ padding: 30px 0px; width: 100%; display: flex; flex-direction: column; align-items: center; } .container-texto-home h3 { width: 45%; font-size: 25px; font-weight: 600; text-align: center; letter-spacing: 4px; margin: 0; } .container-texto-home p { font-size: 13px; width: 40%; text-align: center; justify-self: center; margin-top: 10px; } .categorias-cards{ display: flex; flex-wrap: wrap; width: 100%; } .card-general{ width: 25%; height: 40vh; margin: 0; } .card-indexposicion{ position: relative; } .card-fondo{ width: 100%; height: 100%; padding: 1px; } #fondoVerTodos{ opacity: 0.7; } .card-contenido{ top:-37vh; width: 90%; height: 87%; margin: auto; padding: 15px; align-items: center; color: #fff; } .icono-plus{ padding: 10px; margin: 100px; border-radius: 50%; display: none; } .card-contenido:hover .icono-plus{ display: block; font-size: 50px; color: #ffff; background: #2D3A4B; } .card-contenido-index { width: 90%; height: 90%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; } .card-contenido-index h5 { font-weight: 600; letter-spacing: 2px; font-size: 20px; margin-top: 10px; text-align: center; } .card-contenido-index a { color: #fff; text-decoration: none; font-size: 16px; } .card-contenido:hover { background:rgba(252,235,121,.5); color: #2D3A4B ; } .card-contenido:hover a { color: #2D3A4B ; } /*seccion accesorios*/ .seccion-accesorios{ max-width: 100vw; max-height: 100vh; display: flex; flex-direction: column; align-items: center; color: #2D3A4B; margin-bottom: 60px; } .contenedor-carrousel { width: 80%; margin: auto; } .card-carrusel{ display: flex; flex-direction: column; align-items: center; justify-content: center; } .card-carrusel img { max-height: 350px; max-width: 240px; } .card-carrusel h5 { max-width: 90%; min-height: 48px; font-weight: 600; font-size: 20px; text-align: center; color: #2D3A4B; margin: auto; } .card-carrusel-texto { font-size: 15px; margin: 15px 0px; text-align: center; } .card-carrrusel-precio{ display: flex; align-items: center; justify-content: center; } .card-carrousel-precio-signo{ font-size: 10px; } .card-carrousel-precio-valor{ font-size: 18px; font-weight: 600; } .btn-accesorios{ background: #2D3A4B ; color: #fff; font-weight: 600; border: none; width: auto; margin: auto; padding: 15px 15px; } /*nosotros home*/ .container-nosortros{ max-width: 100%; display: flex; flex-direction: column; } .container-nosortros-espacio-superio{ max-width: 100%; max-height: 10%; height: 40px; background: #F7F7F7; } .container-nosortros-fondo{ max-width: 100%; max-height: 90%; height: 90%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #E4E4E4; } .contenedor-video{ width: 40%; max-width: 90vw; margin: 50px 0px 100px 0px; } .contenedor-video iframe { max-width: 100%; } /*marcas*/ .container-marcas { max-width: 1920px; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 50px; padding-bottom: 50px; } .container-marcas-logos{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 90%; } .logo-marca{ width: 185px; height: 195px; padding: 5px; } /*mapa*/ .mapa { max-width: 1920px; width: 100%; height: 50vh; margin: 0; } /* Footer */ .footer { background: #505A5A; max-width: 1920px; width: 100vw; height: 100%; border-style: none; display: block; color: #fff; } ul { list-style: none; } .contenedor-footer { height: 100%; width: 100%; } /*section - footer*/ .contenedor-footer-section { width: 100%; } .contenedor-footer-section-elements { width: 100%; height: 90%; display: flex; flex-wrap: wrap; justify-content: center; padding: 0vh 5vw; } .contenedor-footer-section-element{ height: 100%; width: 50%; margin: 10px; } .primer-elemento{ width: 20%; } .tercer-elemento { max-width: 20%; padding-left: 15px; } .logo { margin: 30px 0px 50px 30px; } #footer-parrafo { margin-left: 30px; max-width: 80%; font-size: 14px; } .footer-titulos { margin-top: 100px; font-size: 14px; } .contenedor-listas { height: 40vh; max-height: 60vh; display: flex; flex-direction: column; flex-wrap: wrap; max-width: 60vw; font-size: 12px; } .contenedor-listas li { width: 15vw; } .contenedor-lista-productos{ height: 40vh; max-height: 60vh; width: 40vh; display: flex; flex-direction: column; flex-wrap: wrap; font-size: 12px; } .ccontenedor-listas li { padding-left: 1em; text-indent: -.7em; } .contenedor-listas li::before { content: "• "; color: #FFE900; /* or whatever color you prefer */ } .contenedor-lista-productos li::before { content: "- "; color: #FFE900; /* or whatever color you prefer */ } .contenedor-contactenos{ justify-content:center; } .titulo-contactenos{ color: #fff; } .contacto { font-size: 12px; display: flex; align-items: center; margin: 0px 0px 20px 0px; } .contacto p { margin: 0; } .redes-sociales { display: flex; justify-content: space-around; padding-left: 15px; margin-top: 40px; } .logo-contacto{ width: 20px; height: 20px; margin-right: 8px; } /*AGENCIA*/ .agencia { display: flex; justify-content: center; align-items: center; height: 7vh; } .agencia img{ width: 130px; height: 18px; } .agencia p { margin: 0; font-size: 12px; } /*------------productos---------------*/ /* primera seccion*/ .productos-primera-seccion { width: 100vw; height: 50vh; background-image: url('../../library/images/paginaProductos/fondo.png'); background-size: cover; background-position: center; } .productos-primera-seccion-fondo{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; } .productos-primera-seccion h2 { font-size: 40px; font-weight: 600; letter-spacing: 10px; } .productos-primera-seccion p { font-size: 15px; text-align: center; width: 40%; } .productos-primera-seccion button { color: #505A5A; font-size: 18px; font-weight: 600; text-align: center; background-color: #FEE115; padding: 10px; border-style: none; } /* segunda seccion - vista cards productos*/ .seccion-vistaProductos{ width: 100%; display: flex; align-items: center; justify-content: center; } .vistaProductos{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 75%; } .vistaProductos-productos { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0px 20px; } .vistaProductos-container{ display: flex; flex-direction: column; align-items: center; justify-content: center; } .card-producto { width: 360px; height: 450px; flex-direction: column; align-items: center; justify-content: center; padding: 10px; display: inline-block; } .container-imagen-card-producto{ width: 90%; height: 350px; position: relative; } .card-imagen { width: 100%; height: 100%; position: relative; } .producto-con-descuento{ width: 50px; height: 50px; background-color: #FEE115; display: block; align-items: center; padding: 5px; color: #2D3A4B; margin: 0; position: absolute; left: 200px; } .producto-sin-descuento{ display: none; } .card-productos-hover{ display: none; width: 100%; height: 100%; background-color: rgba(252, 235, 121, 0.58); justify-content: center; align-items: center; position: absolute; z-index: 300; margin: 0; } .card-producto:hover .card-productos-hover{ display: flex; } .card-productos-hover-iconos{ display: flex; justify-content: center; align-items: center; background-color: #2D3A4B; width: 147px; height: 45px; border-radius: 30px; color: #ffff; } .card-productos-hover-iconos a{ text-decoration: none; font-size: 18px; color: #fff; margin: 0px 5px; display: flex; align-items: center; padding: 0; } .productos-hover-icon { color: #ffff; margin: 0; padding: 0; } .valor-descuento{ font-size: 18px; font-weight: 600; margin: 0px; } .off-descuento{ font-size: 10px; text-align: center; margin: 0; } .card-producto h5 { max-width: 90%; height: 50px; text-align: center; font-size: 20px; font-weight: 600; letter-spacing: 2px; margin: auto; } .card-producto-texto { text-align: center; font-size: 14px; margin: 5px; } .card-producto-precio { display: flex; justify-content: center; align-items: center; margin: auto; } .card-producto-precio-signo{ font-size: 10px; margin: 5px 0px; padding-top: 5px; } .card-producto-precio-valor{ font-size: 18px; font-weight: 600; margin: 5px 0px; } /*paginacion*/ .contenedor-paginacion { display: flex; align-items: center; margin: 100px; } .contenedor-paginacion img { width: 5px; height: 5px; } .vistaProductos-paginacion{ display: flex; margin: 0px 10px; justify-content: center; align-items: center; padding: 0; width: 110px; height: 30px; } .vistaProductos-paginacion-pagina a { text-decoration: none; color: #fff; align-items: center; } .vistaProductos-paginacion-pagina{ list-style: none; color: #fff; background-color: #505A5A; width: 20px; height: 20px; text-align: center; margin: 3px; } /*filtros y categorias*/ .vistaProductos-categorias { width: 15%; } /*------------producto singular---------*/ .prod-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/paginaProducto/fondo.png'); background-size: cover; background-position: center; } .prod-primera-seccion-fondo{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); color: #fff; display: flex; flex-direction: row; align-items: flex-end; } .prod-primera-seccion-fondo ul { display: flex; align-items: center; } .prod-primera-seccion-fondo li { margin: 5px; } .prod-primera-seccion-fondo li::before { content: "- "; padding: 5px; color: #FFE800; font-weight: 600; } /*presentacion fotos del producto*/ .Seccion-presentacionProducto{ display: flex; justify-content: center; align-items: flex-start; height: 90vh; padding: 50px 0px; } .container-slider-fotos { height: 90%; display: flex; justify-content:space-around; align-items: flex-start; } .container-slider-fotos ul, li { padding: 0; margin: 0; list-style: none; } ul.slider{ position: relative; width: 60%; max-width: 570px; height: 100%; } ul.slider li { position: absolute; left: 0px; top: 0px; opacity: 0; width: 100%; height: 100%; transition: opacity .5s; background:#fff; } ul.slider li img{ width: 100%; height: 100%; } ul.slider li:first-child { opacity: 1; /*Mostramos el primer <li>*/ } ul.slider li:target { opacity: 1; /*Mostramos el <li> del enlace que pulsemos*/ } .menu-slider{ text-align: center; margin: 20px; display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 100%; } .menu-slider li{ height: 20%; width: 75%; } .menu-slider li a{ text-decoration: none; } .imagenes-producto-grande{ width: inherit; height: inherit; } .imagenes-producto-lateral{ height: 100%; width: 100%; } .descuento-slider{ left: 15px; top: 15px; } .presentacionProducto-agregar-carrito{ width: 20%; min-width: 270px; display: flex; flex-direction: column; } .presentacionProducto-agregar-carrito-cajaSuperio{ align-items: center; color: #2D3A4B; border-bottom: gray solid 0.5px; } .presentacionProducto-agregar-carrito-cajaSuperio h6{ align-items: center; font-size: 21px; font-weight: 600; letter-spacing: 3px; } .presentacionProducto-agregar-carrito-precio{ display: flex; height: 80px; align-items: center; } .precio-signo{ font-size: 10px; margin: 5px 0px; padding-top: 5px; } .precio-valor{ font-size: 18px; font-weight: 600; margin: 5px 0px; } .presentacionProducto-agregar-carrito-referencia{ display: flex; justify-content: space-around; } .contenedor-referencia{ display: flex; } .referencia-titulo{ color: #2D3A4B; font-size: 12px; } .referencia-valor{ color: #FFE115; font-size: 12px; } .presentacionProducto-agregar-carrito-cajaMedio{ align-items: center; padding: 20px 0px; border-bottom: gray solid 0.5px; } .cantidad{ display: flex; align-items: center; height: 120px; } .titulo-cantidad{ font-size: 12px; margin: 0px 20px 0px 0px; } .caja-cantidad{ width: 60px; height: 30px; } .cantidad-agregarAlCarrito{ background-color: #2D3A4B; color: #F7F7F7; width: 100%; height: 55px; font-size: 18px; font-weight: 600; } .presentacionProducto-agregar-carrito-cajaBaja h6{ color: #2D3A4B; font-size: 14px; } .presentacionProducto-agregar-carrito-cajaBaja p{ color: #2D3A4B; font-size: 12px; } /*tab descripcion*/ .titulo-descripcion{ color: #2D3A4B; font-size: 14px; font-weight: 600; letter-spacing: 2px; } .titulo-descripcion a{ color: #2D3A4B; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-decoration: none; } .contenedor-descripcion{ margin: 10px ; display: flex; flex-wrap: wrap; padding: 50px; justify-content: start; } .contenedor-descripcion-parrafo{ width: 50%; color: #2D3A4B; font-size: 12px; margin: 0px 30px; } .contenedor-descripcion ul { margin: 0; font-size: 14px; color: #2D3A4B; display: flex; flex-direction: column; flex-wrap: wrap; max-height: 80%; width: 30%; } .contenedor-descripcion ul li{ font-size: 12px; color: #2D3A4B; } .contenedor-descripcion ul li::before{ content: "- "; color: #FEE115; font-weight: 600; padding: 5px; } .contenedor-caracteristicas{ width: 70%; margin: 10px ; display: flex; flex-wrap: wrap; padding: 50px; justify-content: start; } .contenedor-caracteristicas ul { margin: 0; font-size: 14px; color: #2D3A4B; display: flex; flex-direction: column; flex-wrap: wrap; max-height: 80%; width: 405px; } .contenedor-caracteristicas ul li{ font-size: 12px; color: #2D3A4B; margin: 15px; display: flex; } .contenedor-caracteristicas ul li::before{ content: "- "; color: #FEE115; font-weight: 600; padding: 5px; align-items: center; } .contenedor-accesorios{ width: 70%; margin: 10px ; display: flex; flex-wrap: wrap; padding: 50px; justify-content: start; } .contenedor-accesorios ul { margin: 0; font-size: 14px; color: #2D3A4B; display: flex; flex-direction: column; flex-wrap: wrap; max-height: 80%; } .contenedor-accesorios ul li{ font-size: 12px; color: #2D3A4B; display: flex; align-items: center; margin: 15px; } .contenedor-accesorios ul li a{ font-size: 12px; color: #2D3A4B; text-decoration: none; } .contenedor-accesorios ul li::before{ content: "- "; color: #FEE115; font-weight: 600; padding: 5px; align-items: center; } .contenedor-descargables{ width: 60%; margin: 10px ; padding: 50px; justify-content: start; } .contenedor-descargables-item{ display: flex; align-items: center; justify-content: space-around; margin: 20px 0px; } .descargables-imagen{ width: 35px; height: 40px; background-image: url('../../library/images/paginaProducto/descargar.png'); } .contenedor-descargables-item p{ color: #666666; font-size: 12px; margin: 0; max-width: 40%; width: 250px; } .contenedor-descargables-item a{ text-decoration: none; color: #2D3A4B; font-size: 14px; letter-spacing: 1px; } /*carrusel complementa tu compra*/ .seccion-complementa{ background-color:#F7F7F7; padding: 50px; } /*---------------------------------Carrito de compra page -----------------------------*/ .seccion-carrito{ display: flex; justify-content: center; flex-direction: column; } .productosEnCarrito{ padding: 50px; width: 80%; justify-content: flex-start; margin: auto; } .productosEnCarrito h3{ color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 3px; padding: 20px; margin-bottom: 15px; } .tabla-productos{ width: 100%; } .tabla-productos th{ color: #2D3A4B; font-size: 12px; font-weight: 200; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .tabla-item{ height: 200px; align-items: center; } .tabla-productos td{ color: #2D3A4B; font-size: 12px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; align-items: center; } .imagen-producto-tabla{ width: 150px; height: 200px; border: rgba(0, 0, 0, 0.3) solid 1px; align-items: center; margin: 15px; } .tabla-item-nombreProducto{ color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 2px; } .tabla-item-categoriaProducto{ color: #2D3A4B; font-size: 15px; } .tabla-item-valor{ display: flex; align-items: center; } .item-signo{ margin: 0; color: #2D3A4B; font-size: 10px; } .item-valor{ margin: 0; color: #2D3A4B; font-size: 18px; font-weight: 600; } /* seccion de resumen en carrito*/ .seccion-resumen{ background-color: #F7F7F7; display: flex; align-items: center; justify-content: space-around; padding: 50px; } .contendor-agregarCupon{ width: 700px; height: 180px; display: flex; justify-content: center; align-items: center; background: #E4E4E4 } .input-cupon{ width: 380px; height: 42px; border: none; margin-right: 20px; } .contendor-agregarCupon button { width: 180px; height: 42px; background-color: #2D3A4B; color: #fff; border: none; } .titulo-resumen{ color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 3px; margin: 15px 0px; } .contenedor-resumen{ background: #fff; border: #FFE115 solid 2px; padding: 15px 15px 0px 15px; width: 400px; } .resumen-item{ display: flex; justify-content: space-between; font-size: 12px; color: #2D3A4B; padding: 10px 0px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .resumen-item p { margin: 0; } .resumen-item-total{ color: #2D3A4B; font-size: 18px; font-weight: 600; margin-bottom: 0px; border: none; } .btn-continuarConLacompra{ background: #FEE115; width: 100%; height: 53px; display: flex; justify-content: center; align-items: center; } .btn-continuarConLacompra a{ text-decoration: none; color: #2D3A4B; font-size: 18px; font-weight: 600; } /*carrusel carrito*/ .carrusel-carrito{ background-color: #ffff; } /*----------------------------------comprar como invitado-------------------------------------*/ .seccion-comprarComoInvitado{ width: 100%; padding: 50px; } .contenedor-total{ width: 90%; margin: auto; } .contendor-formularioYResumen{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; } .formulario-comprarComoInvitado{ display: flex; flex-wrap: wrap; width: 705px; border-top: rgba(0, 0, 0, 0.3) solid 1px; padding-top: 30px; justify-content: space-between; } .resumenYMedios{ width: 415px; } .contenedor-titulo h4{ color: #2D3A4B; font-size: 14px; font-weight: 2px; margin: 10px 0px; } .contenedor-titulo{ border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .seccion-comprarComoInvitado h3{ color: #2D3A4B; font-size: 21px; font-weight: 3px; margin: 20px 0px; } .comprarComoInvitado select, option{ color: #2D3A4B; font-size: 12px; } .comprarComoInvitado select{ height: 43px; margin: 10px 0px; } .comprarComoInvitado a{ color: #008FE8; font-size: 12px; } .item-formulario{ display: flex; flex-direction: column; justify-content: center; width: 300px; } .comprarComoInvitado label{ color: #2D3A4B; font-size: 12px; margin: 5px 0px; } .item-formulario input { width: 100%; height: 43px; margin: 10px 0px; } .EspecificacionesDeEntrega{ width: 100%; } .datosPersonales{ width: 100%; } .contendor-checkbox-formulario{ width: 100%; margin: 10px 0px; border-top: rgba(0, 0, 0, 0.3) solid 1px; padding: 15px 0px; } .checkbox{ width: 100%; flex-direction: row; align-items: center; justify-content: flex-start; } .checkbox label{ width: 95%; margin: 0; } .checkbox input{ width: 10px; height: 10px; margin-right: 15px; } #guardarYEnviar{ background-color: #2D3A4B; color: #ffff; text-align: center; padding: 10px; margin-bottom: 15px; } /*------resumen con medios de pago-----*/ .contenedor-resumen{ width: 100%; } .btn-pagarAhora a{ text-decoration: none; color: #2D3A4B ; } .btn-pagarAhora{ text-decoration: none; background: #FEE115; width: 100%; text-align: center; padding: 10px; font-weight: 600; } .tipos-de-pago{ flex-direction: column; justify-content: center; border: none; margin: 10px 0px; } .tipo-de-pago{ display: flex; width: 100%; align-items: center; margin: 5px 0px; } .tipo-de-pago input{ margin-right: 10px; } .tipo-de-pago label{ margin: 0; } .mediosDePago{ width: 90%; height: 270px; margin: auto; margin-top: 10px; background: url('../../library/images/comprarComoInvitado/formasDePago.png'); background-size: cover; background-position: center; } /*-----------------------------------------contactenos----------------------------------------------*/ .contactenos-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/contactenos/fondoContacto.png'); background-size: cover; background-position: center; } .seccion-contactenos{ width: 100%; display: flex; justify-content: center; padding-top: 60px; } .contenedor-contactenos{ width: 80%; } .contactenos-titulo{ font-size: 21px; color: #2D3A4B; font-weight: 600; letter-spacing: 2px; } .contactenos-formularioYDatos{ display: flex; flex-wrap: wrap; justify-content: space-between; } .contactenos-formulario{ width: 700px; border-top: rgba(0, 0, 0, 0.3) solid 1px; padding: 50px 0px; display: flex; flex-wrap: wrap; justify-content: space-between; } .asunto-contactenos select{ height: 43px; margin: 10px 0px; color: #2D3A4B; } .asunto-contactenos select option{ color: #2D3A4B; } .mensaje-contactenos{ width: 100%; } .mensaje-contactenos input{ height: 100px; } .contactenos-formularioYDatos button{ padding: 15px 50px; margin: 20px 0px; background-color: #2D3A4B; color: #fff; font-size: 14px; font-weight: 600; } .contactenos-datos{ width: 400px; height: 400px; border: #FEE115 solid 2px; padding: 30px; display: flex; flex-wrap: wrap; color: #666666; } .contactenos-logo{ margin-right: 20px; } .contactenos-contacto p{ font-size: 16px; } .contactenos-redesSociales{ width: 100%; } .contactenos-redesSociales{ margin: 5px 0px; } .contactenos-parrafo{ font-size: 10px; margin: 10px 0px; } .contactenos-logo{ height: 30px; border: none; color: #FEE115; background-color: #fff; margin: 0px 10px; font-size: 20px; } .contactenos-redesSociales{ display: flex; justify-content: space-around; background-color: #fff; } .contactenos-redesSociales button{ width: 20px; background-color: #fff; } .contactenos-logo-redes{ font-size: 20px; color: #666666; background-color: #fff; } /*---------------------------------------servicio tecnico ------------------------------------*/ .servicioTecnico-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/servicioTecnico/fondoSeccion1.png'); background-size: cover; background-position: center; } .secccionPrincipal-servicioTecnico{ width: 100%; display: flex; flex-wrap: wrap; } .secccionPrincipal-servicioTecnico-cuadricula{ width: 50%; min-width: 300px; display: flex; } .primer-cuadro{ height: 40vh; background-color: #D9000D; justify-content: flex-end; align-items: center; } .primerCuadro-contenido{ width: 60%; font-size: 60px; justify-content: flex-start; } .primerCuadro-contenido h2{ width: 80%; margin: 0px; font-size: 60px; font-weight: 400; letter-spacing: 3px; color: #fff; text-align: end; } .segundo-cuadro{ height: 40vh; background: #F7F7F7; justify-content: flex-end; align-items: center; } .segundoCuadro-contenido{ width: 90%; align-items: center; } .segundoCuadro-contenido p{ width: 55%; min-width: 250px; margin: 0; color:#666666; font-size: 14px; font-weight: normal; } .tercer-cuadro{ background: #F7F7F7; justify-content: center; align-items: center; padding: 50px; } .tercerCuadro-contenido{ width: 70%; margin: auto; color: #2D3A4B; } .tercerCuadro-contenido h3{ margin: 20px 0px; font-size: 25px; font-weight: 600; letter-spacing: 3px; } .tercerCuadro-contenido ul{ margin: 20px 0px; padding: 0; } .tercerCuadro-contenido li{ display: flex; align-items: baseline; } .tercerCuadro-contenido li::before{ content: "- "; color: #D9000D; font-weight: 600; font-size: 30px; align-items: flex-end; margin-right: 10px; } .tercerCuadro-contenido h4{ margin: 0; font-size: 21px; font-weight: 600; letter-spacing: 3px; } .tercerCuadro-contenido p{ margin: 10px 0px; font-size: 14px; color: #666666; } .cuarto-cuadro{ background: url('../../library/images/servicioTecnico/fondoCuadro.png'); background-size: cover; background-position: center; } /*-------------garantia y soporte----------*/ .seccion-garantia{ width: 100%; padding: 5%; display: flex; flex-wrap: wrap; color: #2D3A4B; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .seccion-garantia h3{ width: 100%; text-align: center; font-size: 25px; letter-spacing: 3px; font-weight: 600; margin-bottom: 70px; } .garantia-contenido{ width: 32%; display: flex; flex-direction: column; align-items: flex-start; } .seccion-garantia h4{ font-size: 25px; letter-spacing: 3px; font-weight: 600; background: rgba(252,236,252,1); background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,236,252,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(51%, rgba(247,255,0,1)), color-stop(67%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(252,236,252,1) 0%, rgba(255,255,255,1) 33%, rgba(247,255,0,1) 51%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ffffff', GradientType=0 ); margin: 0; } .seccion-garantia p{ font-size: 15px; color: #666666; margin-top: 15px; } .garantia-logos{ width: 68%; min-width: 318px; display: flex; flex-wrap: wrap; justify-content: space-around; } .garantia-logos img{ width: 155px; height: 155px; margin: 15px; } .grandesSuperficies{ border: none; } .garantia-grandesSuperficies img { width: 200px; height: 160px; margin: 15px; } /*-------------------------------------------------nosotros---------------------------------------------*/ .nosotros-primera-seccion{ width: 100%; height: 30vh; background-image: url('../../library/images/nosotros/fondoNosotros.png'); background-size: cover; background-position: center; } .seccion-quienesSomos{ justify-content: center; padding: 5%; padding-bottom: 2%; } .seccion-quienesSomos h3{ text-align: center; font-size: 25px; color: #2D3A4B; letter-spacing: 3px; font-weight: 600; margin-bottom: 15px; } .seccion-quienesSomos p{ text-align: center; font-size: 14px; color: #666666; margin-bottom: 50px; } .quienesSomos-contenido{ width: 50%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; } .quienesSomos-contenido-primerParrafo{ width: 80%; } /*----valores----*/ .seccion-valores{ margin: 0; padding: 90px; background-color: #FEE115; display: flex; flex-direction: column; justify-content: center; align-items: center; } .encabezado-valores h2{ font-size: 25px; font-weight: 600; letter-spacing: 3px; color: #2D3A4B; text-align: center; } .encabezado-valores p{ font-size: 14px; color: #666666; text-align: center; width: 60%; margin: 15px auto; } .valores{ position: relative; max-width: 1200px; margin: 30px auto; padding: 40px 0; box-sizing: border-box; } .valores::before{ content: ''; position: absolute; left: 50%; width: 1px; height: 83%; background-color: #000000; } .valores ol{ margin: 0; padding: 30px; } .valores ol li{ list-style: none; line-height: normal; position: relative; width: 50%; padding: 20px 70px; box-sizing: border-box; } .valores ol li:nth-child(odd){ float: left; text-align: right; clear: both; } .valores ol li:nth-child(even){ float: right; text-align: left; clear: both; } .content{ padding-bottom: 20px; } .valores ol li:nth-child(odd)::before{ content: ''; position: absolute; top: 15px; right: -35px; width: 70px; height: 70px; background: #ffff; border-radius: 50%; } .valores ol li:nth-child(even)::before{ content: ''; position: absolute; top: 15px; left: -35px; width: 70px; height: 70px; background: #ffff; border-radius: 50%; } .valores ol li h3 { margin: 0; padding: 0; color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 2px; } .valores ol li p { padding: 10px 0 0 0; font-size: 14px; color: #666666; } .valores ol li .content-numero{ font-size: 25px; margin: 0; color: #2D3A4B; } .valores ol li .content-numero h4{ margin: 0; } .valores ol li:nth-child(odd) .content-numero{ position: absolute; top: 38px; right: -8px; margin: 0; } .valores ol li:nth-child(even) .content-numero{ position: absolute; top: 38px; left: -8px; margin: 0; } /*---------------------------------responsive----------------------------------*/ @media (max-width: 800px) { body{ max-width: 100vw; } /*----------------------home------*/ .header-barraSuperio-log-elemento{ padding: 10px 0px; } .btn-carrito-activo{ top:81px; left: 20px; width: 90vw; } .login-abierto { display: block; position: absolute; top: 81px; left: 20px; width: 90vw; padding: 40px 20px 20px 20px; } /*nav*/ .header-barraSuperio{ display: flex; flex-direction: column; padding-top: 10px; padding-bottom: 10px; height: 80px; } .header-barraInferio { display: flex; flex-wrap: wrap; } .nav-header { display: none; } .contenedor-nav{ display: flex; flex-direction: column; height: 50%; width: 80%; min-width: 340px; margin: 0px auto; background: #E4E4E4; align-items: flex-start; } .contenedor-nav a{ text-decoration: none; color: #505A5A; } .menu-icon{ display: block; font-size: 30px; border: none; color:#505A5A; background-color: #ffff; cursor: pointer; } .nav-header li { list-style: none; } .search{ margin: 10px 0px; width: 90%; } /*seccion 1*/ .fondo{ margin: 0; padding: 0; background: transparent url("../../library/images/tractor-fondo.jpg") 0% 0% ; max-width: 100vw; height: 50vh; background-size:cover; background-position: center; display: flex; } .container-texto1{ margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; font-family: 'Montserrat', sans-serif; padding: 20px; } .container-texto1 h1 { font-size: 45px; color: white; margin: 0px ; font-family: 'Montserrat', sans-serif; width: 100%; font-weight: 600; text-align: center; } .container-texto1 button { background: #505A5A; border:none; color: #fff; max-width: 70%; margin: 30px; padding: 20px; font-weight: 600; } .container-texto-home{ padding: 30px 0px; width: 100%; display: flex; flex-direction: column; align-items: center; } .container-texto-home h3 { width: 85%; font-size: 25px; font-weight: 600; text-align: center; letter-spacing: 4px; margin: 0; } .container-texto-home p { font-size: 13px; width: 85%; text-align: center; justify-self: center; margin-top: 10px; } /*categorias*/ .categorias-cards{ display: flex; flex-direction: column; } .card-general { width: 100vw; height: 45vh; } .card-contenido{ top: -43vh; height: 90%; } .icono-plus{ padding: 10px; margin-bottom: 40px; } /*nosotros---home*/ .container-nosortros-fondo{ padding-bottom: 15px; } .contenedor-video{ margin: auto; width: 90%; } /*marcas*/ .container-marcas-logos { display: flex; flex-wrap: wrap; } .logo-marca{ width: 150px; height: 175px; } /* Footer */ .footer { width: 100vw; height: 100%; } .contenedor-footer-section-elements { width: 100%; height: 90%; justify-content: center; padding: 0vh 5vw; } .logo { margin: auto; padding: 15px; } .primer-elemento{ width: 100%; text-align: center; } .contenedor-footer-section-element{ height: 100%; width: 100%; margin: auto; } .footer-titulos { margin: auto; padding: 15px; text-align: center; } .footer-titulos{ display: flex; justify-content: center; text-align: center; } .titulo-contactenos{ text-decoration: none; color: #ffff; } .contenedor-listas { height: 30vh; max-height: 60vh; display: block; } .contenedor-listas li { width: 100%; } .contenedor-lista-productos{ padding: 0px 20px; width: 100%; } .tercer-elemento { max-width: 100%; } .contacto { font-size: 12px; display: flex; align-items: center; margin: auto; } .social-footer{ margin: 10px; } /*-----------------------productos-------------------------------*/ /*primera seccion*/ .productos-primera-seccion h2{ font-size: 35px; text-align: center; } .productos-primera-seccion p{ width: 80%; margin: 10px 0px; } .productos-primera-seccion button{ margin: 10px 0px; } /*vista productos*/ .seccion-vistaProductos{ flex-wrap: wrap; } .vistaProductos-productos{ padding: 20px; } .vistaProductos-container{ width: 100vw; } .vistaProductos{ flex-wrap: wrap; width: 100%; } .vistaProductos-categorias{ width: 100%; } /*--------------------------------producto (singular)----------------------*/ /*presnetacion producto imagenes y cuadro de agregar a carrito*/ .Seccion-presentacionProducto{ height: 100%; flex-wrap: wrap; } /*----------- nav caracteristicas------*/ .nav{ min-width: 100%; } .titulo-descripcion{ display: flex; flex-direction: column; width: 100%; } .titulo-descripcion .nav-item.show .nav-link, .nav-tabs .nav-link.active{ background-color: #dee2e6; width: 100%; } .contenedor-descripcion{ padding: 10px; } .contenedor-descripcion ul{ margin-top: 15px; width: 100%; } .contenedor-descripcion-parrafo{ width: 100%; } .contenedor-caracteristicas{ padding: 10px; width: 100%; } .contenedor-caracteristicas ul{ padding: 10px; width: 100%; } .contenedor-caracteristicas ul li{ margin: 10px; width: 90%; } .contenedor-accesorios{ padding: 10px; width: 90%; } .contenedor-accesorios ul { width: 100%; } .contenedor-accesorios ul li{ margin: 5px; width: 100%; } .contenedor-descargables{ width: 90%; padding: 0px; } /*------complementa tu compra---------*/ .seccion-complementa{ padding: 10px; } /*tabla-carrito*/ .productosEnCarrito{ width: 95%; padding: 30px 10px; } .productosEnCarrito h3{ text-align: center; margin: 0; } .tabla-productos th { font-size: 8px; padding: 3px; text-align: center; } .imagen-producto-tabla{ margin: 0px; width: 95%; height: 95px; } .tabla-item-nombreProducto{ font-size: 15px; } .tabla-item-categoriaProducto{ font-size: 10px; margin: 0; } .item-valor{ font-size: 12px; } .tabla-productos td { font-size: 10px; width: 95%; margin: auto; } .tabla-productos tbody tr { height: 110px; } /*------resumen y cupon------*/ .seccion-resumen{ flex-wrap: wrap; padding: 20px; } .cuponDescuento{ width: 100%; display: flex; flex-wrap: wrap; } .cuponDescuento h3 { text-align: center; width: 100%; } .contendor-agregarCupon{ flex-wrap: wrap; height: 120px; } .input-cupon{ width: 90%; margin: auto; } /*------------servicio tecnico----------------*/ .secccionPrincipal-servicioTecnico-cuadricula{ width: 100%; } .primer-cuadro{ justify-content: center; } .primerCuadro-contenido{ font-size: 50px; width: 80%; margin: auto; } .primerCuadro-contenido h2{ font-size: 50px; width: 90%; margin: auto; } .segundoCuadro-contenido p { width: 90%; font-size: 20px; } .tercer-cuadro{ padding-top: 0px; } .tercerCuadro-contenido{ width: 100%; } /*----- garantia----*/ .seccion-garantia h3{ margin-bottom: 25px; } .garantia-contenido h4 { font-size: 20px; } .garantia-contenido p { width: 85vw; } .garantia-logos img { width: 110px; height: 120px; margin: 10px; } /*--------------nosotros------------------*/ .quienesSomos-contenido{ width: 90%; } .quienesSomos-contenido p{ margin-bottom: 10px; } .quienesSomos-contenido-primerParrafo{ width: 95%; } /*-------valores-------*/ .seccion-valores{ padding: 30px; } .valores{ position: relative; max-width: 1200px; margin: 30px auto; padding: 0; box-sizing: border-box; } .valores::before{ content: ''; position: absolute; left: 5%; width: 1px; height: 83%; background-color: #000000; } .valores ol{ margin: 0; padding: 0px; } .valores ol li{ list-style: none; line-height: normal; position: relative; width: 100%; padding: 20px 30px 20px 50px; box-sizing: border-box; } .valores ol li:nth-child(odd){ float: right; text-align: left; clear: both; } .valores ol li:nth-child(even){ float: right; text-align: left; clear: both; } .content{ padding-bottom: 0px; } .valores ol li:nth-child(odd)::before{ content: ''; position: absolute; top: 10px; left: -8px; width: 50px; height: 50px; background: #ffff; border-radius: 50%; } .valores ol li:nth-child(even)::before{ content: ''; position: absolute; top: 10px; left: -8px; width: 50px; height: 50px; background: #ffff; border-radius: 50%; } .valores ol li h3 { margin: 0; padding: 0; color: #2D3A4B; font-size: 21px; font-weight: 600; letter-spacing: 2px; } .valores ol li p { padding: 10px 0 0 0; font-size: 14px; color: #666666; } .valores ol li .content-numero{ font-size: 20px; margin: 0; color: #2D3A4B; } .valores ol li .content-numero h4{ margin: 0; } .valores ol li:nth-child(odd) .content-numero{ position: absolute; top: 25px; left: 10px; margin: 0; } .valores ol li:nth-child(even) .content-numero{ position: absolute; top: 25px; left: 10px; margin: 0; } /*---------------------comprar como invitado----------------------*/ .seccion-comprarComoInvitado{ padding: 20px; } .contenedor-total{ width: 100%; } .contendor-formularioYResumen{ width: 100%; } .seccion-comprarComoInvitado h3{ font-size: 20px; } .formulario-comprarComoInvitado{ width: 100%; padding-bottom: 40px; border-bottom: rgba(0, 0, 0, 0.3) solid 1px; } .item-formulario{ width: 90%; } .EspecificacionesDeEntrega input{ height: 80px; } /*---------------------contactenos-------------------------*/ .contactenos-formularioYDatos{ margin-bottom: 50px; } } @media (min-width: 700px) and (max-width: 900px){ /*---------------home-----------------------*/ /*-----header---*/ .nav-responsive-abierto{ width: 90%; } }
0.239972
0.071884
.body { margin: 0px 0px 0px 0px; } .hero-image { background-image: url("alberto-restifo-mountain.jpg"); height: 350px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .display-4{ color: whitesmoke } h4 { color: whitesmoke } small { color: whitesmoke } .footer { background-color: #3b393b; height: 70px; color: white } a:link { color:white; text-decoration: none; } a:visited { color: white; text-decoration: none; } a:hover { color: white; text-decoration: none; } a:active { color: white; text-decoration: none; } .secondparallax { background-image: url("../assets/white\ vector.PNG"); min-height: 200px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin-left: 0px !important; margin-right: 0px !important; } * {box-sizing: border-box;} .container { position: relative; width: 50%; max-width: 300px; margin-left: 0px !important; margin-right: 0px !important; } /* .desc { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; opacity: 0; transition: opacity 0.2s; color: rgb(255, 255, 255); font-size: 2rem; width: calc(100% - 0.25rem); text-align: center; } */ .parallax { background-image: url("https://images.unsplash.com/photo-1539584491287-91b0f6fecae7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=660a4368a544c20466a5f5d92ab4de65&auto=format&fit=crop&w=1050&q=80"); min-height: 300px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin: 0px 0px 0px 0px; } .container { position: relative; width: 50%; } .image { display: block; width: 100%; height: auto; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: rgba(53, 53, 53, 0.472); } .container:hover .overlay { opacity: 1; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } /* Tooltip container */ .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; }
assets/style.css
.body { margin: 0px 0px 0px 0px; } .hero-image { background-image: url("alberto-restifo-mountain.jpg"); height: 350px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .display-4{ color: whitesmoke } h4 { color: whitesmoke } small { color: whitesmoke } .footer { background-color: #3b393b; height: 70px; color: white } a:link { color:white; text-decoration: none; } a:visited { color: white; text-decoration: none; } a:hover { color: white; text-decoration: none; } a:active { color: white; text-decoration: none; } .secondparallax { background-image: url("../assets/white\ vector.PNG"); min-height: 200px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin-left: 0px !important; margin-right: 0px !important; } * {box-sizing: border-box;} .container { position: relative; width: 50%; max-width: 300px; margin-left: 0px !important; margin-right: 0px !important; } /* .desc { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; opacity: 0; transition: opacity 0.2s; color: rgb(255, 255, 255); font-size: 2rem; width: calc(100% - 0.25rem); text-align: center; } */ .parallax { background-image: url("https://images.unsplash.com/photo-1539584491287-91b0f6fecae7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=660a4368a544c20466a5f5d92ab4de65&auto=format&fit=crop&w=1050&q=80"); min-height: 300px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin: 0px 0px 0px 0px; } .container { position: relative; width: 50%; } .image { display: block; width: 100%; height: auto; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: rgba(53, 53, 53, 0.472); } .container:hover .overlay { opacity: 1; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } /* Tooltip container */ .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; }
0.525369
0.138812
h1,h2,h3,h4, h5 { text-transform: uppercase; } hr { width: 60%; margin-top: 1em; } .removebullet { list-style-type: none; padding: 0; margin: 0; } .nobreak { display: inline; } h4.nobreak { margin-top: 5em; } h5.nobreak { margin-top: 5em; margin-right: 2em; } div#container { margin: 0 .25em 0 .25em; padding: 0 .25em 0 .25em; } div#header, div#footer { text-align:center; } div#header hr, div#footer hr { margin-top: 0; width: 100%; } div#header h3, div#header h1, div#header h4 { margin-bottom: 0pt; } div#header h1 { margin-bottom: 0pt; } div#header h2 { margin-top: 0pt; } div#header h1, div#header h2 { font-size: 25pt; } div#header div { margin-bottom: 1em; margin-left: auto; margin-right: auto; overflow: hidden; width:800px; text-align: center; } div#header ol { list-style-type: none; margin: 0; padding: 0; text-align: center; } div#header ol li { display: inline; } div#header li { border-left: 1px solid #000; line-height: 1.1em; margin: 0 .5em 0 -.5em; padding: 0 .5em 0 .5em; } div#header li:first-child { border-left: 0px solid #fff; } div#gen_definition h2 { text-align:center; font-size: 15pt; } div#gen_definition h3 { display: inline; font-size: 13pt; margin-left: 2em; margin-top: 2em; } div#gen_definition ul.removebullet { margin-bottom: 1em; } div#gen_definition ul.removebullet li { text-indent: 20pt; } div#gen_definition ul.removebullet li { margin: .25em .3em .25em .25em; padding: .25em .3em .25em .25em; } div#gen_definition ul { margin-left: 12px; margin-top: 0; } div#gen_definition ul li{ margin-left: 4em; } div#gen_definition ol { margin-left: 12px; margin-top: 0; } div#gen_definition ol li{ margin-left: 4em; } div#examples_of_work h2 { text-align: center; font-size: 15pt; } div#examples_of_work h3 { display: inline; font-size: 12pt; } div#examples_of_work h4 { display: inline; font-size: 12pt; margin-left: 4.4em; } div#examples_of_work ul { list-style-type: none; padding: 0; margin: 0; } div#examples_of_work ul li { margin: .5em .3em .25em 1em; padding: .5em .3em .25em 1em; text-indent: 20pt; } div#examples_of_work ul ul li { margin: .5em .3em .25em 3.5em; padding: .5em .3em .25em 3.5em; } div#ksa h2 { text-align: center; font-size: 15pt; } div#ksa h3 { display: inline; font-size: 12pt; } div#minimun_training_experience h2 { text-align: center; font-size: 15pt; margin-bottom: 0; } div#minimun_training_experience h3 { font-size: 12pt; text-transform: none; font-weight: normal; text-align: center; margin: 0 12em 0 12em; } div#minimun_training_experience h4 { font-size: 12pt; margin: 0 2em .5em 2em; } div#minimun_training_experience ul { list-style-type: none; margin:0 2em 1em 2em; } div#minimun_training_experience h5 { font-size: 12pt; } div#minimun_training_experience div { margin: 2em 0 2em 0; } div#payrange_history h3 { display: inline; font-size: 12pt; } div#payrange_history h4 { margin-bottom: 0; } div#payrange_history ul { list-style-type: none; margin-bottom: .5em; } div#footer h3 { margin-top: 0; }
specs/stylesheet_main.css
h1,h2,h3,h4, h5 { text-transform: uppercase; } hr { width: 60%; margin-top: 1em; } .removebullet { list-style-type: none; padding: 0; margin: 0; } .nobreak { display: inline; } h4.nobreak { margin-top: 5em; } h5.nobreak { margin-top: 5em; margin-right: 2em; } div#container { margin: 0 .25em 0 .25em; padding: 0 .25em 0 .25em; } div#header, div#footer { text-align:center; } div#header hr, div#footer hr { margin-top: 0; width: 100%; } div#header h3, div#header h1, div#header h4 { margin-bottom: 0pt; } div#header h1 { margin-bottom: 0pt; } div#header h2 { margin-top: 0pt; } div#header h1, div#header h2 { font-size: 25pt; } div#header div { margin-bottom: 1em; margin-left: auto; margin-right: auto; overflow: hidden; width:800px; text-align: center; } div#header ol { list-style-type: none; margin: 0; padding: 0; text-align: center; } div#header ol li { display: inline; } div#header li { border-left: 1px solid #000; line-height: 1.1em; margin: 0 .5em 0 -.5em; padding: 0 .5em 0 .5em; } div#header li:first-child { border-left: 0px solid #fff; } div#gen_definition h2 { text-align:center; font-size: 15pt; } div#gen_definition h3 { display: inline; font-size: 13pt; margin-left: 2em; margin-top: 2em; } div#gen_definition ul.removebullet { margin-bottom: 1em; } div#gen_definition ul.removebullet li { text-indent: 20pt; } div#gen_definition ul.removebullet li { margin: .25em .3em .25em .25em; padding: .25em .3em .25em .25em; } div#gen_definition ul { margin-left: 12px; margin-top: 0; } div#gen_definition ul li{ margin-left: 4em; } div#gen_definition ol { margin-left: 12px; margin-top: 0; } div#gen_definition ol li{ margin-left: 4em; } div#examples_of_work h2 { text-align: center; font-size: 15pt; } div#examples_of_work h3 { display: inline; font-size: 12pt; } div#examples_of_work h4 { display: inline; font-size: 12pt; margin-left: 4.4em; } div#examples_of_work ul { list-style-type: none; padding: 0; margin: 0; } div#examples_of_work ul li { margin: .5em .3em .25em 1em; padding: .5em .3em .25em 1em; text-indent: 20pt; } div#examples_of_work ul ul li { margin: .5em .3em .25em 3.5em; padding: .5em .3em .25em 3.5em; } div#ksa h2 { text-align: center; font-size: 15pt; } div#ksa h3 { display: inline; font-size: 12pt; } div#minimun_training_experience h2 { text-align: center; font-size: 15pt; margin-bottom: 0; } div#minimun_training_experience h3 { font-size: 12pt; text-transform: none; font-weight: normal; text-align: center; margin: 0 12em 0 12em; } div#minimun_training_experience h4 { font-size: 12pt; margin: 0 2em .5em 2em; } div#minimun_training_experience ul { list-style-type: none; margin:0 2em 1em 2em; } div#minimun_training_experience h5 { font-size: 12pt; } div#minimun_training_experience div { margin: 2em 0 2em 0; } div#payrange_history h3 { display: inline; font-size: 12pt; } div#payrange_history h4 { margin-bottom: 0; } div#payrange_history ul { list-style-type: none; margin-bottom: .5em; } div#footer h3 { margin-top: 0; }
0.21984
0.057945
*, *:after, *:before { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } #sidebarCollapse { color: #fff; background: transparent; outline: none; margin: 0 20px; } #sidebarCollapse:hover { color: #2abdfc; background: #fff; outline: none; } .wrapper { display: flex; width: 100%; align-items: stretch; } #sidebar { min-width: 130px; max-width: 130px; margin-top: 0px; height: 100%; background: #ffdf4f; color: #fff; transition: all 0.3s; position: fixed; } #navbar-moovle{ background-color: #ffdf4f; font-size: 3em;; margin-left: 130px; width: 100%; color: white; letter-spacing: 20px; margin-left: 130px; text-transform: uppercase; transition: all 0.4s; padding: 0 40%; } #sidebar .sidebar-header{ padding: 10px 0px 10px 40px; background: #ffdf4f ; } #sidebar ul.components{ padding: 0px 0px; width: 100%; margin: 0; } #sidebar ul p{ padding: 10px; font-size: 1.1em; display: block; } #sidebar ul li a{ padding: 10px 10px 10px 20px; font-size: 1.1em; display: block; color: #fff; font-weight: bold; } #sidebar ul li a:hover { color: #0b0b0c; background: #fff; text-decoration: none; } #sidebar ul ul{ position: absolute; left: 131px; top: 80px; display: none; } #sidebar ul li{ width: 100%; } #sidebar ul ul li{ width: 130px; float: none; display: list-item; position: relative; } #sidebar ul li:hover > ul{ display: block; } .scrolled { display: none; transition: display 1000ms; } #sidebar ul li.active>a, a[aria-expanded="true"] { color: #fff; background: #8a5fff; } a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } #content { width: 100%; padding: 40px; min-height: 100vh; transition: all 0.3s; margin-top: 70px; } .navbar-brand{ text-align: center; line-height: 1em; font-size: 3em; font-weight: 500; color:rgb(255, 255, 255); } .navbar-brand:hover{ color:white; } body{ background-color: rgb(252, 252, 252); } .container-moovle{ margin : 3% 10% 3% 20%; } nav ul{ padding: 0; margin: 0; float: right; margin-right: 30px; } nav ul li{ background-color: #ffdf4f; position: relativa; list-style: none; display: inline-block; } .img-gallery{ width: 400px; margin: 0; padding: 0; } .col-nopad{ padding:0; } @media (max-width:2000px) { #navbar-moovle{ margin-left: 0; padding: 0 45%; } .container-moovle{ margin : 3% 10% 3% 20%; } } @media (max-width:992px) { #navbar-moovle{ margin-left: 0; padding: 0 45%; } .container-moovle{ margin : 3% 10% 3% 30%; } } @media (max-width:768px) { #sidebar { margin-left: -250px;} #sidebar.active{ margin-left: 0px; } #navbar-moovle.nofull{ margin-left: 130px; padding: 0 10%; } #navbar-moovle{ margin-left: 0; padding: 0 30%; } .container-moovle{ margin : 3% 10% 3% 20%; } #sidebarCollapse span{ display: none; } .card { width:100%; } } @media (max-width:576px) { #logo { display: none; } .container-moovle{ margin : 3% 10% 3% 10%; } #navbar-moovle{ width: 100%; padding: 0 20%; } } .row { display: flex; flex-wrap: wrap; padding: 0 4px; } /* Create four equal columns that sits next to each other */ .column { flex: 25%; max-width: 25%; padding: 0 4px; } .column img { margin-top: 8px; vertical-align: middle; width: 100%; } /* Responsive layout - makes a two column-layout instead of four columns */ @media screen and (max-width: 1000px) { .column { flex: 50%; max-width: 50%; } } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 768px) { .column { flex: 100%; max-width: 100%; } }
style.css
*, *:after, *:before { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } #sidebarCollapse { color: #fff; background: transparent; outline: none; margin: 0 20px; } #sidebarCollapse:hover { color: #2abdfc; background: #fff; outline: none; } .wrapper { display: flex; width: 100%; align-items: stretch; } #sidebar { min-width: 130px; max-width: 130px; margin-top: 0px; height: 100%; background: #ffdf4f; color: #fff; transition: all 0.3s; position: fixed; } #navbar-moovle{ background-color: #ffdf4f; font-size: 3em;; margin-left: 130px; width: 100%; color: white; letter-spacing: 20px; margin-left: 130px; text-transform: uppercase; transition: all 0.4s; padding: 0 40%; } #sidebar .sidebar-header{ padding: 10px 0px 10px 40px; background: #ffdf4f ; } #sidebar ul.components{ padding: 0px 0px; width: 100%; margin: 0; } #sidebar ul p{ padding: 10px; font-size: 1.1em; display: block; } #sidebar ul li a{ padding: 10px 10px 10px 20px; font-size: 1.1em; display: block; color: #fff; font-weight: bold; } #sidebar ul li a:hover { color: #0b0b0c; background: #fff; text-decoration: none; } #sidebar ul ul{ position: absolute; left: 131px; top: 80px; display: none; } #sidebar ul li{ width: 100%; } #sidebar ul ul li{ width: 130px; float: none; display: list-item; position: relative; } #sidebar ul li:hover > ul{ display: block; } .scrolled { display: none; transition: display 1000ms; } #sidebar ul li.active>a, a[aria-expanded="true"] { color: #fff; background: #8a5fff; } a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } #content { width: 100%; padding: 40px; min-height: 100vh; transition: all 0.3s; margin-top: 70px; } .navbar-brand{ text-align: center; line-height: 1em; font-size: 3em; font-weight: 500; color:rgb(255, 255, 255); } .navbar-brand:hover{ color:white; } body{ background-color: rgb(252, 252, 252); } .container-moovle{ margin : 3% 10% 3% 20%; } nav ul{ padding: 0; margin: 0; float: right; margin-right: 30px; } nav ul li{ background-color: #ffdf4f; position: relativa; list-style: none; display: inline-block; } .img-gallery{ width: 400px; margin: 0; padding: 0; } .col-nopad{ padding:0; } @media (max-width:2000px) { #navbar-moovle{ margin-left: 0; padding: 0 45%; } .container-moovle{ margin : 3% 10% 3% 20%; } } @media (max-width:992px) { #navbar-moovle{ margin-left: 0; padding: 0 45%; } .container-moovle{ margin : 3% 10% 3% 30%; } } @media (max-width:768px) { #sidebar { margin-left: -250px;} #sidebar.active{ margin-left: 0px; } #navbar-moovle.nofull{ margin-left: 130px; padding: 0 10%; } #navbar-moovle{ margin-left: 0; padding: 0 30%; } .container-moovle{ margin : 3% 10% 3% 20%; } #sidebarCollapse span{ display: none; } .card { width:100%; } } @media (max-width:576px) { #logo { display: none; } .container-moovle{ margin : 3% 10% 3% 10%; } #navbar-moovle{ width: 100%; padding: 0 20%; } } .row { display: flex; flex-wrap: wrap; padding: 0 4px; } /* Create four equal columns that sits next to each other */ .column { flex: 25%; max-width: 25%; padding: 0 4px; } .column img { margin-top: 8px; vertical-align: middle; width: 100%; } /* Responsive layout - makes a two column-layout instead of four columns */ @media screen and (max-width: 1000px) { .column { flex: 50%; max-width: 50%; } } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 768px) { .column { flex: 100%; max-width: 100%; } }
0.39712
0.0643
html, body { height: 100%; overflow-y: hidden; } body { margin: 0; padding: 0; background-color: #FFFFFF; } #gamePageContainer { border: 0 none; font: inherit; margin: 0; padding: 0; vertical-align: baseline; overflow: auto; width: 1300px; } #topBar { position:absolute; top: 2px; left: 0px; height: 26px; width: 100%; border-bottom: 1px solid gray; box-shadow: 1px 0px 2px #888; min-width: 1180px; } #game, #loadingContainer { position:absolute; bottom: 0; top: 26px; width: 100%; min-width: 1180px; margin: 0 auto; height: auto; white-space: nowrap; /* to prevent log column from wrapping */ } #loadingContainer .content{ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 100vh; margin-left: 30%; margin-right: 30%; } #game * { white-space: normal; } #game.centered { display: flex; justify-content: center; } .column { min-height: 100%; height: 100%; display: inline-block; margin-top: 4px; } #leftColumn { width: 25%; max-width: 400px; min-width: 300px; padding-right: 20px; overflow-y: auto; overflow-x: hidden; } #midColumn { width: 630px; overflow-y: auto; overflow-x: hidden; margin-top: 30px; } #rightColumn { width: 250px; vertical-align: top; padding-left: 8px; top: 20px; position: relative; } .tabsContainer { padding-bottom: 15px; position:absolute; top: 5px; } div#gameLog { overflow-y: auto !important; } #footerLinks { position: absolute; bottom: 10px; right: 5px; } .activeTab { text-decoration: none; color: black; } .resourceRow { white-space: nowrap; } .resourceRow .resource-name, .resourceRow > td:first-child { cursor: pointer; } .clear { clear: both; float: none; } .dialog input[type="button"] { cursor: pointer; background-color: #fff !important; cursor: pointer !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.3) !important; border: none !important; border-radius: 1px !important; outline: 0 !important; color: black; padding: 5px 20px; } select { background-color: #fff; color: black; padding-left: 4px; } select>option { background-color: #fff; color: black; padding: 4px 10px; } .nosel { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn { border: 1px solid black; padding: 5px; cursor: default; width: 170px; text-align: center; margin-bottom:10px; } .btn:hover { cursor: pointer; } .btn.disabled:hover { cursor: inherit; } .btn.disabled div.btnContent { cursor: default; } .btn.bldEnabled div.btnContent { padding: 4px; border: 1px solid green; } .btn.bldlackResConvert div.btnContent { padding: 4px; border: 1px solid #FF3030; } .btn .btnContent a { max-width: 50px; overflow-x: hidden; text-overflow: ellipsis; display: inline-block; } .btn.small-text span { font-size: 90%; } .btn a:hover { color: orange; text-shadow: 1px 0px 10px coral; } .btn .noRes { color: #FF3030; } .dropdown-link { cursor: pointer; } .spacer { border-bottom: 1px solid gray; margin-bottom: 12px; } .highlited { background-color: #EEE; } .dialog { position: absolute; border: 1px solid black; left: 50%; top: 50%; background-color: #FFF; padding: 20px; } .help { width: 600px; /*height: 300px;*/ margin-top: -150px; margin-left: -300px; } .credits { width: 600px; height: 400px; margin-top: -200px; margin-left: -300px; } .disabled { color: #999 } .tipr_content { border: 1px solid black; background-color: #F6F6F6; padding: 3px; margin: 2px; } .button_tooltip { background-color: #FFF; color: black; z-index: 9000; } .panelContainer { border: 1px solid black; min-height: 30px; margin-top: 8px; } .panelContainer .title { padding: 4px; padding-left: 10px; } .panelContainer .toggle { border: 1px solid black; margin: 4px; padding-left: 6px; padding-right: 6px; cursor: pointer; } .panelContainer .container { padding: 10px; } .maxRes { color: #AAA; } .achievement { display: block; margin-bottom: 10px; padding: 5px; padding-left: 10px; border: 1px solid gray; } .achievement.unethical { border-color: red; } @media screen { .achievement[title]::after{ content: ' ' attr(title); transition: opacity 0.25s; opacity: 0; } .achievement[title]:hover::after{ opacity: 0.6; } } td.resLimitNotice, .res-cell.resLimitNotice { color: orange; } td.resLimitWarn, .res-cell.resLimitWarn { color: coral; opacity: 0.75; } .tooltipExt { position: absolute; border: 1px solid gray; padding: 5px; pointer-events: none; } .msg { display: block; } .msg.type_notice { color: #01A9DB; } .msg.type_important { color: coral; } .msg.type_alert { color: red; } .msg.type_date { color: #ff7f50; margin-top: 15px; text-transform: uppercase; font-size: 90%; border-bottom: solid 1px #ff7f50; } .msg.type_date:first-child { margin-top: 0px; } #gameContainerId { border: 0px solid white !important; padding: 0px; } .bldGroupContainer { padding-top: 15px; border-top: 1px solid gray; margin-top: 10px; } .btn.modern { font-family: Helvetica; font-size: 14px; border-radius: 3px; border: 1px solid #888; padding: 0; width: 264px; } .btn.modern:hover { border-color: #777; background: #F9F9F9; } .btn.modern.disabled { border-color: #aaa; } .btn.modern.disabled:hover { border-color: #aaa; background: inherit; } .modern .btnContent { padding: 10px 0 10px 10px; } .btn.modern a { background-color: #EEE; border-left: 1px solid #888; padding: 10px 6px 10px 6px !important; margin: -10px 0; min-width: 20px; text-decoration: none; } .btn.bldEnabled.modern div.btnContent, .btn.bldlackResConvert.modern div.btnContent{ border-width: 0 0 0 8px; padding: 10px 0px 10px 10px; } .btn.modern .linkBreak{ display: none; } .button_tooltip .noRes, .limited { color: #FF3030; } .tabInner { margin-bottom: 20px; padding: 15px; border: 1px solid gray; } .toggleCenter { opacity: 0.2; cursor:pointer; width:200px; } table.craftTable tr:hover td { background-color: rgba(155, 200, 155, 0.8); } .craftTable { padding-bottom: 50px; } #devPanel div { display: inline-block; } .toolbarIcon { padding-right: 15px; font-size: 12px; cursor: default; } .attitude { color: #777; font-size: 90%; } .attitude:before { content: "("; } .attitude:after { content: ")"; } .trade-race > .left { width: 50%; float: left; } .trade-race > .right { width: 50%; float: right; } .trade-race .buys { color: #01A9DB; width: 40px; display: inline-block; } .trade-race .sells { color: green; width: 40px; display: inline-block; } .trade-race .ammount { color: #777; } .trade-race .ammount:before { content: "("; } .trade-race .ammount:after { content: ")"; } .btn.explore { float: right; margin-right: 9px; } label { cursor: pointer; } label i { font-size: 90%; color: grey; } label:hover { opacity: 0.7; } input[type="checkbox"] { display: none; } input[type="checkbox"] + label:before { content: "x"; display: inline-block; font: 16px sans-serif; margin: 0px 6px 0px 2px; } input[type="checkbox"]:checked + label:before { content: "\2713"; font: 12px sans-serif; } /*New Styles*/ .achievement { cursor: default; } .achievement .star { float: right; padding-right: 0px; margin-top: -4px; font-size: 18px; color: orange; } .achievement.starUnlocked .star { text-shadow: 1px 0px 10px Coral; } .statTable tr td:nth-child(2) { padding-left: 20px; } h1 { font-size: 12px; color: Coral; text-transform: uppercase; margin-top: 30px; font-weight: normal; } .expandAllBar { float: right; margin-top: -15px; } #gameLog span.msg:not(.type_date) { display: list-item; margin-left: 1.0em; list-style-type: circle; } #gameLog span.noBullet { list-style-type: none !important; } #calendarDiv { white-space:nowrap; } .right-tab-header { padding: 5px; } .right-tab-header a { padding: 5px; } .right-tab-header a.active { text-decoration: none; } #sorrowTooltip { color: black; } #adsColumn { float: right; padding-right: 15px; } .adblock-container { padding: 15px; } .adblock-header a { font-size: 0.8em; } .adblock { padding-top: 25px; } a { color: #000; } a:hover { opacity: 0.6; } .freshMessage { animation: pulse 5s infinite; -webkit-animation: pulse 5s infinite; -moz-animation: pulse 5s infinite; -o-animation: pulse 5s infinite; } @keyframes pulse{ 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } @-webkit-keyframes pulse { 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } @-moz-keyframes pulse { 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } @-o-keyframes pulse { 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } .flavor { float: right; display: inline-block; } .effectName { float: left; clear: both; } /*------------------------------*/ .tooltip-inner { width: 280px; } .tooltip-inner .desc { max-width: 280px; } .links-block a{ text-decoration: none; padding-left: 2px; padding-right: 2px; } .links-block a:hover{ text-decoration: underline; } .crypto-trade .btn { display: inline-block !important; margin-right: 10px; width: 45%; } progress[value] { -webkit-appearance: none; appearance: none; height: 2px; display: block; width: 100%; margin-bottom: -1px; } progress[value]::-webkit-progress-bar { background-color: rgb(206, 206, 195); } progress[value]::-webkit-progress-value { background-color: rgb(100,200,100); } #loadingProgressInfo { padding-top: 5px; } /*======================================================================*/ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 40px; } ::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 50px; } ::-webkit-scrollbar-corner { background: transparent; } /*======================================================================*/ .tooltip-block, .tooltip-block div { z-index: 9999; display: inline-block; cursor: pointer; padding-left: 3px; } .tooltip-content { background-color: rgb(239, 239, 244); border: 1px solid #a8a7ac; position: absolute; margin-left: 20px; padding-right: 10px; } .copyright { text-decoration: none; } .copyright:hover { text-decoration: underline; } .link { cursor: pointer; padding-right: 10px; } a.link.collapse { opacity: 0.2; } a.link.collapse:hover { opacity: 0.9; } .res-toolbar { display: inline-block; } .res-toolbar.right { text-align: right; margin-right:-18px; float: right; } .res-toolbar.left { padding-left:5px; } .res-table { max-width: 340px; width: 100%; display: table; border-collapse: separate; border-spacing: 3px; } .res-row { padding-bottom: 4px; display:table-row; } .res-row.craft:hover { background-color: rgba(155, 200, 155, 0.3); } .res-cell { padding-left: 2px; padding-right: 2px; display:table-cell; } .res-cell.resource-name { width: 60px; } .res-cell.resource-value { width: 75px; } .res-cell.resPerTick { cursor: pointer; } .res-cell.craft-link { cursor: pointer; width: 20px; } .res-cell.craft-link:hover { text-decoration: underline; text-shadow: -0.06ex 0 black, 0.06ex 0 black; } .res-cell.craft-link:active { animation: pulseShort 0.5s; user-select: none; } @keyframes pulseShort { 100% { transform: scale(1.1); } } .map-viewport { border: 1px solid lightgray; height: 250px; padding: 20px; } /*-------------------------------------- Map --------------------------------------*/ .map-container { overflow: hidden; } .map-viewport { max-width: 250px; overflow: hidden; } .map-row { white-space: nowrap !important; } .map-cell { border: 1px solid lightgray; width: 35px; height: 35px; display: inline-block; margin: 2px; cursor: pointer; fill: lightgray; user-select: none; } .map-cell.focused { border: 1px solid lightskyblue; } .map-cell.selected { border: 1px solid darkorange; } .map-cell.active { animation: border-pulse 4s infinite; } .map-cell.locked { visibility: hidden; } @keyframes border-pulse{ 0% {border: 1px solid lightgray} 50% {border: 1px solid red} 100%{border: 1px solid lightgray} } .map-cell .coord { font-size: 10px; color: lightgray; } .map-cell .label { position: relative; float:left; } .map-cell progress { height: 2px; display: block; width: 100%; margin-bottom: -1px; -webkit-appearance: none; appearance: none; } .map-cell .tooltip-content { margin-left: 50px; position: relative; float:left; z-index: 99999; } .map-cell .tooltip-content div { white-space: nowrap !important; } .map-viewport, .map-dashboard { display: inline-block; vertical-align: top; border: 1px solid lightgray; height: 250px; margin-right: 10px; } .map-dashboard { width: 150px; padding: 5px; } .map-dashboard .btn { width: 120px; }
03 Kittens Game/res/default.css
html, body { height: 100%; overflow-y: hidden; } body { margin: 0; padding: 0; background-color: #FFFFFF; } #gamePageContainer { border: 0 none; font: inherit; margin: 0; padding: 0; vertical-align: baseline; overflow: auto; width: 1300px; } #topBar { position:absolute; top: 2px; left: 0px; height: 26px; width: 100%; border-bottom: 1px solid gray; box-shadow: 1px 0px 2px #888; min-width: 1180px; } #game, #loadingContainer { position:absolute; bottom: 0; top: 26px; width: 100%; min-width: 1180px; margin: 0 auto; height: auto; white-space: nowrap; /* to prevent log column from wrapping */ } #loadingContainer .content{ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 100vh; margin-left: 30%; margin-right: 30%; } #game * { white-space: normal; } #game.centered { display: flex; justify-content: center; } .column { min-height: 100%; height: 100%; display: inline-block; margin-top: 4px; } #leftColumn { width: 25%; max-width: 400px; min-width: 300px; padding-right: 20px; overflow-y: auto; overflow-x: hidden; } #midColumn { width: 630px; overflow-y: auto; overflow-x: hidden; margin-top: 30px; } #rightColumn { width: 250px; vertical-align: top; padding-left: 8px; top: 20px; position: relative; } .tabsContainer { padding-bottom: 15px; position:absolute; top: 5px; } div#gameLog { overflow-y: auto !important; } #footerLinks { position: absolute; bottom: 10px; right: 5px; } .activeTab { text-decoration: none; color: black; } .resourceRow { white-space: nowrap; } .resourceRow .resource-name, .resourceRow > td:first-child { cursor: pointer; } .clear { clear: both; float: none; } .dialog input[type="button"] { cursor: pointer; background-color: #fff !important; cursor: pointer !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.3) !important; border: none !important; border-radius: 1px !important; outline: 0 !important; color: black; padding: 5px 20px; } select { background-color: #fff; color: black; padding-left: 4px; } select>option { background-color: #fff; color: black; padding: 4px 10px; } .nosel { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn { border: 1px solid black; padding: 5px; cursor: default; width: 170px; text-align: center; margin-bottom:10px; } .btn:hover { cursor: pointer; } .btn.disabled:hover { cursor: inherit; } .btn.disabled div.btnContent { cursor: default; } .btn.bldEnabled div.btnContent { padding: 4px; border: 1px solid green; } .btn.bldlackResConvert div.btnContent { padding: 4px; border: 1px solid #FF3030; } .btn .btnContent a { max-width: 50px; overflow-x: hidden; text-overflow: ellipsis; display: inline-block; } .btn.small-text span { font-size: 90%; } .btn a:hover { color: orange; text-shadow: 1px 0px 10px coral; } .btn .noRes { color: #FF3030; } .dropdown-link { cursor: pointer; } .spacer { border-bottom: 1px solid gray; margin-bottom: 12px; } .highlited { background-color: #EEE; } .dialog { position: absolute; border: 1px solid black; left: 50%; top: 50%; background-color: #FFF; padding: 20px; } .help { width: 600px; /*height: 300px;*/ margin-top: -150px; margin-left: -300px; } .credits { width: 600px; height: 400px; margin-top: -200px; margin-left: -300px; } .disabled { color: #999 } .tipr_content { border: 1px solid black; background-color: #F6F6F6; padding: 3px; margin: 2px; } .button_tooltip { background-color: #FFF; color: black; z-index: 9000; } .panelContainer { border: 1px solid black; min-height: 30px; margin-top: 8px; } .panelContainer .title { padding: 4px; padding-left: 10px; } .panelContainer .toggle { border: 1px solid black; margin: 4px; padding-left: 6px; padding-right: 6px; cursor: pointer; } .panelContainer .container { padding: 10px; } .maxRes { color: #AAA; } .achievement { display: block; margin-bottom: 10px; padding: 5px; padding-left: 10px; border: 1px solid gray; } .achievement.unethical { border-color: red; } @media screen { .achievement[title]::after{ content: ' ' attr(title); transition: opacity 0.25s; opacity: 0; } .achievement[title]:hover::after{ opacity: 0.6; } } td.resLimitNotice, .res-cell.resLimitNotice { color: orange; } td.resLimitWarn, .res-cell.resLimitWarn { color: coral; opacity: 0.75; } .tooltipExt { position: absolute; border: 1px solid gray; padding: 5px; pointer-events: none; } .msg { display: block; } .msg.type_notice { color: #01A9DB; } .msg.type_important { color: coral; } .msg.type_alert { color: red; } .msg.type_date { color: #ff7f50; margin-top: 15px; text-transform: uppercase; font-size: 90%; border-bottom: solid 1px #ff7f50; } .msg.type_date:first-child { margin-top: 0px; } #gameContainerId { border: 0px solid white !important; padding: 0px; } .bldGroupContainer { padding-top: 15px; border-top: 1px solid gray; margin-top: 10px; } .btn.modern { font-family: Helvetica; font-size: 14px; border-radius: 3px; border: 1px solid #888; padding: 0; width: 264px; } .btn.modern:hover { border-color: #777; background: #F9F9F9; } .btn.modern.disabled { border-color: #aaa; } .btn.modern.disabled:hover { border-color: #aaa; background: inherit; } .modern .btnContent { padding: 10px 0 10px 10px; } .btn.modern a { background-color: #EEE; border-left: 1px solid #888; padding: 10px 6px 10px 6px !important; margin: -10px 0; min-width: 20px; text-decoration: none; } .btn.bldEnabled.modern div.btnContent, .btn.bldlackResConvert.modern div.btnContent{ border-width: 0 0 0 8px; padding: 10px 0px 10px 10px; } .btn.modern .linkBreak{ display: none; } .button_tooltip .noRes, .limited { color: #FF3030; } .tabInner { margin-bottom: 20px; padding: 15px; border: 1px solid gray; } .toggleCenter { opacity: 0.2; cursor:pointer; width:200px; } table.craftTable tr:hover td { background-color: rgba(155, 200, 155, 0.8); } .craftTable { padding-bottom: 50px; } #devPanel div { display: inline-block; } .toolbarIcon { padding-right: 15px; font-size: 12px; cursor: default; } .attitude { color: #777; font-size: 90%; } .attitude:before { content: "("; } .attitude:after { content: ")"; } .trade-race > .left { width: 50%; float: left; } .trade-race > .right { width: 50%; float: right; } .trade-race .buys { color: #01A9DB; width: 40px; display: inline-block; } .trade-race .sells { color: green; width: 40px; display: inline-block; } .trade-race .ammount { color: #777; } .trade-race .ammount:before { content: "("; } .trade-race .ammount:after { content: ")"; } .btn.explore { float: right; margin-right: 9px; } label { cursor: pointer; } label i { font-size: 90%; color: grey; } label:hover { opacity: 0.7; } input[type="checkbox"] { display: none; } input[type="checkbox"] + label:before { content: "x"; display: inline-block; font: 16px sans-serif; margin: 0px 6px 0px 2px; } input[type="checkbox"]:checked + label:before { content: "\2713"; font: 12px sans-serif; } /*New Styles*/ .achievement { cursor: default; } .achievement .star { float: right; padding-right: 0px; margin-top: -4px; font-size: 18px; color: orange; } .achievement.starUnlocked .star { text-shadow: 1px 0px 10px Coral; } .statTable tr td:nth-child(2) { padding-left: 20px; } h1 { font-size: 12px; color: Coral; text-transform: uppercase; margin-top: 30px; font-weight: normal; } .expandAllBar { float: right; margin-top: -15px; } #gameLog span.msg:not(.type_date) { display: list-item; margin-left: 1.0em; list-style-type: circle; } #gameLog span.noBullet { list-style-type: none !important; } #calendarDiv { white-space:nowrap; } .right-tab-header { padding: 5px; } .right-tab-header a { padding: 5px; } .right-tab-header a.active { text-decoration: none; } #sorrowTooltip { color: black; } #adsColumn { float: right; padding-right: 15px; } .adblock-container { padding: 15px; } .adblock-header a { font-size: 0.8em; } .adblock { padding-top: 25px; } a { color: #000; } a:hover { opacity: 0.6; } .freshMessage { animation: pulse 5s infinite; -webkit-animation: pulse 5s infinite; -moz-animation: pulse 5s infinite; -o-animation: pulse 5s infinite; } @keyframes pulse{ 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } @-webkit-keyframes pulse { 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } @-moz-keyframes pulse { 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } @-o-keyframes pulse { 0% {color: #001F3F;} 50% {color: #FF4136;} 100%{color: #001F3F;} } .flavor { float: right; display: inline-block; } .effectName { float: left; clear: both; } /*------------------------------*/ .tooltip-inner { width: 280px; } .tooltip-inner .desc { max-width: 280px; } .links-block a{ text-decoration: none; padding-left: 2px; padding-right: 2px; } .links-block a:hover{ text-decoration: underline; } .crypto-trade .btn { display: inline-block !important; margin-right: 10px; width: 45%; } progress[value] { -webkit-appearance: none; appearance: none; height: 2px; display: block; width: 100%; margin-bottom: -1px; } progress[value]::-webkit-progress-bar { background-color: rgb(206, 206, 195); } progress[value]::-webkit-progress-value { background-color: rgb(100,200,100); } #loadingProgressInfo { padding-top: 5px; } /*======================================================================*/ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 40px; } ::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 50px; } ::-webkit-scrollbar-corner { background: transparent; } /*======================================================================*/ .tooltip-block, .tooltip-block div { z-index: 9999; display: inline-block; cursor: pointer; padding-left: 3px; } .tooltip-content { background-color: rgb(239, 239, 244); border: 1px solid #a8a7ac; position: absolute; margin-left: 20px; padding-right: 10px; } .copyright { text-decoration: none; } .copyright:hover { text-decoration: underline; } .link { cursor: pointer; padding-right: 10px; } a.link.collapse { opacity: 0.2; } a.link.collapse:hover { opacity: 0.9; } .res-toolbar { display: inline-block; } .res-toolbar.right { text-align: right; margin-right:-18px; float: right; } .res-toolbar.left { padding-left:5px; } .res-table { max-width: 340px; width: 100%; display: table; border-collapse: separate; border-spacing: 3px; } .res-row { padding-bottom: 4px; display:table-row; } .res-row.craft:hover { background-color: rgba(155, 200, 155, 0.3); } .res-cell { padding-left: 2px; padding-right: 2px; display:table-cell; } .res-cell.resource-name { width: 60px; } .res-cell.resource-value { width: 75px; } .res-cell.resPerTick { cursor: pointer; } .res-cell.craft-link { cursor: pointer; width: 20px; } .res-cell.craft-link:hover { text-decoration: underline; text-shadow: -0.06ex 0 black, 0.06ex 0 black; } .res-cell.craft-link:active { animation: pulseShort 0.5s; user-select: none; } @keyframes pulseShort { 100% { transform: scale(1.1); } } .map-viewport { border: 1px solid lightgray; height: 250px; padding: 20px; } /*-------------------------------------- Map --------------------------------------*/ .map-container { overflow: hidden; } .map-viewport { max-width: 250px; overflow: hidden; } .map-row { white-space: nowrap !important; } .map-cell { border: 1px solid lightgray; width: 35px; height: 35px; display: inline-block; margin: 2px; cursor: pointer; fill: lightgray; user-select: none; } .map-cell.focused { border: 1px solid lightskyblue; } .map-cell.selected { border: 1px solid darkorange; } .map-cell.active { animation: border-pulse 4s infinite; } .map-cell.locked { visibility: hidden; } @keyframes border-pulse{ 0% {border: 1px solid lightgray} 50% {border: 1px solid red} 100%{border: 1px solid lightgray} } .map-cell .coord { font-size: 10px; color: lightgray; } .map-cell .label { position: relative; float:left; } .map-cell progress { height: 2px; display: block; width: 100%; margin-bottom: -1px; -webkit-appearance: none; appearance: none; } .map-cell .tooltip-content { margin-left: 50px; position: relative; float:left; z-index: 99999; } .map-cell .tooltip-content div { white-space: nowrap !important; } .map-viewport, .map-dashboard { display: inline-block; vertical-align: top; border: 1px solid lightgray; height: 250px; margin-right: 10px; } .map-dashboard { width: 150px; padding: 5px; } .map-dashboard .btn { width: 120px; }
0.539226
0.093182
body { /*zoom: 100%;*/ } /*.bootstrap-select .dropdown-menu li{*/ /*text-align: left;*/ /*}*/ /*.bootstrap-select .dropdown-menu li a span.text {*/ /*color: #000;*/ /*}*/ .bootstrap-switch .bootstrap-switch-label { background: #673AB7; } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { direction: ltr !important; } .media a .avatar { width: 70px; } .media-body { padding: 0 5px 0 5px; } .section { background: #eee; } .card a:not(.btn):not(.nav-link):not([data-toggle=collapse]):not(.footer-link):focus, .card a:not(.btn):not(.nav-link):not([data-toggle=collapse]):not(.footer-link):hover { border-color: transparent; } .footer { padding: 1.125rem 0; } .dark-scroll { transition: all 0.5s ease-in-out; } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #3e4bb3; } ::-webkit-scrollbar-thumb:hover { background: #7929c4; } .nav-item { margin: 0 2px 0 2px; } .form-control:focus { border: 1px solid #7929c4; } .form-group.input-group-focus .input-group-prepend .input-group-text, .input-group.input-group-focus .input-group-prepend .input-group-text { border-left: 1px solid #7929c4; } .input-group-focus .input-group-text { border-color: #7929c4; } .btn.btn-main { background: linear-gradient(to right, #3e4bb3, #7929c4); color: #fff } .btn.btn-main-bordered, .btn.btn-main-bordered:active { background: linear-gradient(to right, #3e4bb3, #7929c4); color: #fff; box-sizing: border-box; color: #000; margin: 0 auto; padding: 4px; position: relative; text-decoration: none; text-transform: uppercase; min-width: 120px; } .btn.btn-main-bordered span { align-items: center; background: #e7e8e9; border-radius: 40px; display: flex; justify-content: center; height: 100%; transition: background .5s ease; width: 100%; padding: 12px; font-weight: bold; } .btn.btn-main.active:hover, .btn.btn-main:active:hover, .btn.btn-main:focus, .btn.btn-main:hover, .btn.btn-main:not(:disabled):not(.disabled).active, .btn.btn-main:not(:disabled):not(.disabled).active:focus, .btn.btn-main:not(:disabled):not(.disabled):active, .btn.btn-main:not(:disabled):not(.disabled):active:focus, .show > .btn.btn-main.dropdown-toggle, .show > .btn.btn-main.dropdown-toggle:focus, .show > .btn.btn-main.dropdown-toggle:hover { background: linear-gradient(to right, #3e4bb3, #7d27c6); color: #fff } .header-filter[filter-color=purple] { background: linear-gradient(0deg, rgba(44, 44, 44, .2), #4b2e73); } .post-time { display: block; font-size: 10px; direction: ltr; color: #888; } .post-head-text { font-size: 13px; color: #2e2e2e; padding-top: 8px; } .bar-actionsbox { display: flex; flex: 1; flex-direction: row; align-items: center; justify-content: center; } .action-item { display: flex; flex: 1; align-items: center; justify-content: center; font-weight: bold; cursor: pointer; } .like-button { color: #878787; font-weight: bold; transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .like-button.liked { color: #ff6e6f; border-color: currentColor; -webkit-filter: grayscale(0); filter: grayscale(0); } .like-button:hover { border-color: currentColor; } .like-icon { width: 18px; height: 16px; display: inline-block; position: relative; margin-right: .25em; font-size: 1.5rem; background: url('data:image/svg+xml;utf8,<svg width="21" height="18" viewBox="0 0 21 18" xmlns="http://www.w3.org/2000/svg"><title>heart-colored</title><path d="M10.101 4.417S8.895.207 5.111.207c-4.465 0-10.967 6.846 5.082 17.592C25.237 7.03 19.665.202 15.501.202c-4.162 0-5.4 4.215-5.4 4.215z" fill="#FF6E6F" fill-rule="evenodd"/></svg>') no-repeat center; background-size: 100%; -webkit-animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon { -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon [class^="heart-animation-"] { background: url('data:image/svg+xml;utf8,<svg width="21" height="18" viewBox="0 0 21 18" xmlns="http://www.w3.org/2000/svg"><title>heart-colored</title><path d="M10.101 4.417S8.895.207 5.111.207c-4.465 0-10.967 6.846 5.082 17.592C25.237 7.03 19.665.202 15.501.202c-4.162 0-5.4 4.215-5.4 4.215z" fill="#FF6E6F" fill-rule="evenodd"/></svg>') no-repeat center; background-size: 100%; display: block; position: absolute; top: 0; left: 0; width: 16px; height: 14px; opacity: 0; } .liked .like-icon [class^="heart-animation-"]::before, .liked .like-icon [class^="heart-animation-"]::after { content: ''; background: inherit; background-size: 100%; width: inherit; height: inherit; display: inherit; position: relative; top: inherit; left: inherit; opacity: 0; } .liked .like-icon .heart-animation-1 { -webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon .heart-animation-1::before, .liked .like-icon .heart-animation-1::after { width: 12px; height: 10px; visibility: hidden; } .liked .like-icon .heart-animation-1::before { opacity: .6; -webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon .heart-animation-1::after { -webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; opacity: .75; } .liked .like-icon .heart-animation-2 { -webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon .heart-animation-2::before, .liked .like-icon .heart-animation-2::after { width: 10px; height: 8px; visibility: hidden; } .liked .like-icon .heart-animation-2::before { -webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; opacity: .25; } .liked .like-icon .heart-animation-2::after { -webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; opacity: .4; } @-webkit-keyframes heartPulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); } } @keyframes heartPulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); } } @-webkit-keyframes heartUnlike { 50% { -webkit-transform: scale(0.75); transform: scale(0.75); } } @keyframes heartUnlike { 50% { -webkit-transform: scale(0.75); transform: scale(0.75); } } @-webkit-keyframes heartFloatMain-1 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { opacity: 1; -webkit-transform: translate(0, -25px) rotate(-20deg); transform: translate(0, -25px) rotate(-20deg); } } @keyframes heartFloatMain-1 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { opacity: 1; -webkit-transform: translate(0, -25px) rotate(-20deg); transform: translate(0, -25px) rotate(-20deg); } } @-webkit-keyframes heartFloatMain-2 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0) scale(0); transform: translate(0) rotate(0) scale(0); } 50% { opacity: .9; -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1); transform: translate(-10px, -38px) rotate(25deg) scale(1); } } @keyframes heartFloatMain-2 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0) scale(0); transform: translate(0) rotate(0) scale(0); } 50% { opacity: .9; -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1); transform: translate(-10px, -38px) rotate(25deg) scale(1); } } @-webkit-keyframes heartFloatSub-1 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(13px, -13px) rotate(30deg); transform: translate(13px, -13px) rotate(30deg); } } @keyframes heartFloatSub-1 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(13px, -13px) rotate(30deg); transform: translate(13px, -13px) rotate(30deg); } } @-webkit-keyframes heartFloatSub-2 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(18px, -10px) rotate(55deg); transform: translate(18px, -10px) rotate(55deg); } } @keyframes heartFloatSub-2 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(18px, -10px) rotate(55deg); transform: translate(18px, -10px) rotate(55deg); } } @-webkit-keyframes heartFloatSub-3 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(-10px, -10px) rotate(-40deg); transform: translate(-10px, -10px) rotate(-40deg); } 100% { -webkit-transform: translate(-50px, 0); transform: translate(-50px, 0); } } @keyframes heartFloatSub-3 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(-10px, -10px) rotate(-40deg); transform: translate(-10px, -10px) rotate(-40deg); } 100% { -webkit-transform: translate(-50px, 0); transform: translate(-50px, 0); } } @-webkit-keyframes heartFloatSub-4 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(2px, -18px) rotate(-25deg); transform: translate(2px, -18px) rotate(-25deg); } } @keyframes heartFloatSub-4 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(2px, -18px) rotate(-25deg); transform: translate(2px, -18px) rotate(-25deg); } } .post-text-comment { padding: 10px; background: #efefefc9; border-radius: 20px; font-size: 12px !important; color: #404040 !important; direction: initial; } .post-text-comment a { color: #7d27c6 !important; font-weight: bold; } .post-image-more { position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: 0.5rem; cursor: pointer; z-index: 9; background: rgba(0, 0, 0, 0.5); } .post-image-more .info { display: flex; justify-content: center; top: 10%; } .modal .modal-header .close { color: #2e0c6b; } @keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-o-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-ms-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-moz-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-webkit-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } .post-load { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 226px; padding: 10px; margin: 10px auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #fff; } .panel-effect { position: relative; background: #f6f7f8 no-repeat 800px 104px; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZWRlZWYxIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmNmY3ZjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY3ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), color-stop(100%, #f6f7f8)); background-image: -moz-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); height: 204px; -moz-animation: anim 1s forwards infinite linear; -webkit-animation: anim 1s forwards infinite linear; animation: anim 1s forwards infinite linear; } .fake-effect { position: absolute; background: #fff; right: 0; left: 0; height: 6px; } .fe-0 { height: 40px; left: 40px; width: 8px; } .fe-1 { height: 8px; left: 48px; top: 0; right: 0; } .fe-2 { left: 136px; top: 8px; } .fe-3 { height: 12px; left: 48px; top: 14px; } .fe-4 { left: 100px; top: 26px; } .fe-5 { height: 10px; left: 48px; top: 32px; } .fe-6 { height: 20px; top: 40px; } .fe-7 { left: 410px; top: 60px; } .fe-8 { height: 13px; top: 66px; } .fe-9 { left: 440px; top: 79px; } .fe-10 { height: 13px; top: 85px; } .fe-11 { left: 178px; top: 98px; } @media only screen and (min-width: 600px) { .profile-float { bottom: 250px; } } .bg-purple-transparent { /*background-color: #4e42b847!important;*/ /*background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));*/ } .progress-container.progress-info .progress-badge, .progress-container.progress-info .progress-value { color: #544eb9; } .progress-container.progress-info .progress-bar { background: #7d56c4; } .progress-container.progress-info .progress { background: rgba(122, 85, 195, 0.28); } .mention_name { font-size: 12px; } .mention_username { font-size: 12px; color: #999; } .mention_image { float: left; margin-right: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 20px; height: 20px; } .active .mention_username { color: #fff; } ul.typeahead li.active { background-color: #4d43b782; color: #fff; } .iziToast-icon { position: absolute; font-family: "Font Awesome 5 Free"; left: 0; top: 50%; display: table; font-size: 23px; line-height: 24px; margin-top: -12px; color: #000; width: 24px; height: 24px } @media screen and (max-width: 576px) { .like_avatars { display: flex !important; } .p-xs-0 { padding: 0 !important; } } a span i { position: relative; display: block; cursor: pointer; outline: 0; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); -webkit-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; transition: transform 0.3s ease; font-size: 30px; height: 35px; color: #3e236d; } a.previous span:hover i { -webkit-transform: translateX(-10px) scale(1.2); -moz-transform: translateX(-10px) scale(1.2); transform: translateX(-10px) scale(1.2); } a.next span:hover i { -webkit-transform: translateX(10px) scale(1.2); -moz-transform: translateX(10px) scale(1.2); transform: translateX(10px) scale(1.2); } .slider-nav ul { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; } .slider-nav li { -webkit-box-flex: 2; flex: 2; text-align: center; display: -webkit-box; display: flex; } .slideimg { max-width: 100%; display: none; -webkit-box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2); -moz-box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2); box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2); } .slideimg.active { display: block; -webkit-animation: fadeImg 0.8s; -moz-animation: fadeImg 0.8s; animation: fadeImg 0.8s; } .slider-nav .arrow { flex: 0 0 15%; } .slider-nav a { flex-basis: 100%; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; } .slider-nav span { display: block; width: 100%; } @-webkit-keyframes fadeImg { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadeImg { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeImg { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 992px) { .modal-full { max-width: 1200px !important; } } .griditem { border: 1px solid #555; /*height: 280px;*/ padding-top:5px; padding-bottom:5px; color: #FFF; display: block; justify-content: space-evenly; align-items: center; flex-direction: column; cursor: pointer; } .griditem a img { font-size: 50px !important; transition: all 0.5s ease-in-out; } .griditem a p { transition: all 0.5s ease-in-out; } .griditem a span { height: 75px; } .griditem:hover a > img { transform: rotateY(360deg); } .griditem:hover a > p { color: #544eb9; } .griditem p { font-weight: bold; color: #eee; margin:0; } a:hover { text-decoration: none; } a, a:focus, a:hover { color: #ffffff; } .loading-overlay { position: fixed; z-index: 9999999; background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; left: 0; top: 0; /*display: none;*/ } .loading-overlay-icon { width: 40px; height: 40px; position: fixed; left: 50%; top: 50%; } .loading-overlay-icon:before, .loading-overlay-icon:after { content: ""; position: absolute; top: -10px; left: -10px; width: 100%; height: 100%; border-radius: 100%; border: 2px solid #7777778c; border-top-color: #eee; } .loading-overlay-icon:before { z-index: 100; animation: spin 0.8s infinite; } .loading-overlay-icon:after { border: 2px solid #ccc; } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .text_purple_gradient { background: linear-gradient(30deg, #673ab7 65%, #000000 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .text_h2_gradient { background: linear-gradient(0deg, #673ab7 50%, #fff 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-bottom: 0; /*text-shadow: -1px 0 #FFF, 0 1px black, 1px 0 #4a44b6, 0 -1px black*/ } .fa-star, .fa-star-half-alt { color: gold; } .cart-path { background: url("../img/circle-background2.png") center center no-repeat; background-size: cover; width: 100px; height: 100px; margin:auto; } .cart-path h2 { color: #FFF; line-height: 100px; } h4.cart-active:after { content: ""; display: block; width: 35px; background-color: #6037bc; height: 4px; margin: auto; } .table-scroll { overflow-x: scroll; overflow-y: hidden; } .tt-menu { z-index: 99 } span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu { cursor: pointer; position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 100%; padding: 0; margin: 1px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } span.twitter-typeahead .tt-suggestion { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #673ab775; } .input-group.input-group-lg span.twitter-typeahead .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .input-group.input-group-sm span.twitter-typeahead .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } span.twitter-typeahead { width: 100%; } .input-group span.twitter-typeahead { display: block !important; height: 34px; } .input-group span.twitter-typeahead .tt-menu, .input-group span.twitter-typeahead .tt-dropdown-menu { top: 32px !important; } .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control { border-radius: 0; } .input-group span.twitter-typeahead:first-child .form-control { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group span.twitter-typeahead:last-child .form-control { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .input-group.input-group-sm span.twitter-typeahead { height: 30px; } .input-group.input-group-sm span.twitter-typeahead .tt-menu, .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu { top: 30px !important; } .input-group.input-group-lg span.twitter-typeahead { height: 46px; } .input-group.input-group-lg span.twitter-typeahead .tt-menu, .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu { top: 46px !important; } .list-group-item { color: #000; font-family: inherit; } .ads-flash { background-color: #FFF!important; color: #4f42b8!important;; border-color: #4f42b8!important;; /*animation: ads-flash-animation 0.7s infinite;*/ } @keyframes ads-flash-animation { 0%{ background-color: #FFF; color: #4f42b8; border-color: #4f42b8; } 50%{ background-color: #4f42b8; color: #FFF; border-color: #4f42b8; } 100%{ border-color: #4f42b8; background-color: #FFF; color: #4f42b8; } } .form-group .form-control, .input-group .form-control { padding: 5px 18px; }
assets/css/main.css
body { /*zoom: 100%;*/ } /*.bootstrap-select .dropdown-menu li{*/ /*text-align: left;*/ /*}*/ /*.bootstrap-select .dropdown-menu li a span.text {*/ /*color: #000;*/ /*}*/ .bootstrap-switch .bootstrap-switch-label { background: #673AB7; } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { direction: ltr !important; } .media a .avatar { width: 70px; } .media-body { padding: 0 5px 0 5px; } .section { background: #eee; } .card a:not(.btn):not(.nav-link):not([data-toggle=collapse]):not(.footer-link):focus, .card a:not(.btn):not(.nav-link):not([data-toggle=collapse]):not(.footer-link):hover { border-color: transparent; } .footer { padding: 1.125rem 0; } .dark-scroll { transition: all 0.5s ease-in-out; } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #3e4bb3; } ::-webkit-scrollbar-thumb:hover { background: #7929c4; } .nav-item { margin: 0 2px 0 2px; } .form-control:focus { border: 1px solid #7929c4; } .form-group.input-group-focus .input-group-prepend .input-group-text, .input-group.input-group-focus .input-group-prepend .input-group-text { border-left: 1px solid #7929c4; } .input-group-focus .input-group-text { border-color: #7929c4; } .btn.btn-main { background: linear-gradient(to right, #3e4bb3, #7929c4); color: #fff } .btn.btn-main-bordered, .btn.btn-main-bordered:active { background: linear-gradient(to right, #3e4bb3, #7929c4); color: #fff; box-sizing: border-box; color: #000; margin: 0 auto; padding: 4px; position: relative; text-decoration: none; text-transform: uppercase; min-width: 120px; } .btn.btn-main-bordered span { align-items: center; background: #e7e8e9; border-radius: 40px; display: flex; justify-content: center; height: 100%; transition: background .5s ease; width: 100%; padding: 12px; font-weight: bold; } .btn.btn-main.active:hover, .btn.btn-main:active:hover, .btn.btn-main:focus, .btn.btn-main:hover, .btn.btn-main:not(:disabled):not(.disabled).active, .btn.btn-main:not(:disabled):not(.disabled).active:focus, .btn.btn-main:not(:disabled):not(.disabled):active, .btn.btn-main:not(:disabled):not(.disabled):active:focus, .show > .btn.btn-main.dropdown-toggle, .show > .btn.btn-main.dropdown-toggle:focus, .show > .btn.btn-main.dropdown-toggle:hover { background: linear-gradient(to right, #3e4bb3, #7d27c6); color: #fff } .header-filter[filter-color=purple] { background: linear-gradient(0deg, rgba(44, 44, 44, .2), #4b2e73); } .post-time { display: block; font-size: 10px; direction: ltr; color: #888; } .post-head-text { font-size: 13px; color: #2e2e2e; padding-top: 8px; } .bar-actionsbox { display: flex; flex: 1; flex-direction: row; align-items: center; justify-content: center; } .action-item { display: flex; flex: 1; align-items: center; justify-content: center; font-weight: bold; cursor: pointer; } .like-button { color: #878787; font-weight: bold; transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .like-button.liked { color: #ff6e6f; border-color: currentColor; -webkit-filter: grayscale(0); filter: grayscale(0); } .like-button:hover { border-color: currentColor; } .like-icon { width: 18px; height: 16px; display: inline-block; position: relative; margin-right: .25em; font-size: 1.5rem; background: url('data:image/svg+xml;utf8,<svg width="21" height="18" viewBox="0 0 21 18" xmlns="http://www.w3.org/2000/svg"><title>heart-colored</title><path d="M10.101 4.417S8.895.207 5.111.207c-4.465 0-10.967 6.846 5.082 17.592C25.237 7.03 19.665.202 15.501.202c-4.162 0-5.4 4.215-5.4 4.215z" fill="#FF6E6F" fill-rule="evenodd"/></svg>') no-repeat center; background-size: 100%; -webkit-animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon { -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon [class^="heart-animation-"] { background: url('data:image/svg+xml;utf8,<svg width="21" height="18" viewBox="0 0 21 18" xmlns="http://www.w3.org/2000/svg"><title>heart-colored</title><path d="M10.101 4.417S8.895.207 5.111.207c-4.465 0-10.967 6.846 5.082 17.592C25.237 7.03 19.665.202 15.501.202c-4.162 0-5.4 4.215-5.4 4.215z" fill="#FF6E6F" fill-rule="evenodd"/></svg>') no-repeat center; background-size: 100%; display: block; position: absolute; top: 0; left: 0; width: 16px; height: 14px; opacity: 0; } .liked .like-icon [class^="heart-animation-"]::before, .liked .like-icon [class^="heart-animation-"]::after { content: ''; background: inherit; background-size: 100%; width: inherit; height: inherit; display: inherit; position: relative; top: inherit; left: inherit; opacity: 0; } .liked .like-icon .heart-animation-1 { -webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon .heart-animation-1::before, .liked .like-icon .heart-animation-1::after { width: 12px; height: 10px; visibility: hidden; } .liked .like-icon .heart-animation-1::before { opacity: .6; -webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon .heart-animation-1::after { -webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; opacity: .75; } .liked .like-icon .heart-animation-2 { -webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; } .liked .like-icon .heart-animation-2::before, .liked .like-icon .heart-animation-2::after { width: 10px; height: 8px; visibility: hidden; } .liked .like-icon .heart-animation-2::before { -webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; opacity: .25; } .liked .like-icon .heart-animation-2::after { -webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; opacity: .4; } @-webkit-keyframes heartPulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); } } @keyframes heartPulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.5); transform: scale(1.5); } } @-webkit-keyframes heartUnlike { 50% { -webkit-transform: scale(0.75); transform: scale(0.75); } } @keyframes heartUnlike { 50% { -webkit-transform: scale(0.75); transform: scale(0.75); } } @-webkit-keyframes heartFloatMain-1 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { opacity: 1; -webkit-transform: translate(0, -25px) rotate(-20deg); transform: translate(0, -25px) rotate(-20deg); } } @keyframes heartFloatMain-1 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { opacity: 1; -webkit-transform: translate(0, -25px) rotate(-20deg); transform: translate(0, -25px) rotate(-20deg); } } @-webkit-keyframes heartFloatMain-2 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0) scale(0); transform: translate(0) rotate(0) scale(0); } 50% { opacity: .9; -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1); transform: translate(-10px, -38px) rotate(25deg) scale(1); } } @keyframes heartFloatMain-2 { 0% { opacity: 0; -webkit-transform: translate(0) rotate(0) scale(0); transform: translate(0) rotate(0) scale(0); } 50% { opacity: .9; -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1); transform: translate(-10px, -38px) rotate(25deg) scale(1); } } @-webkit-keyframes heartFloatSub-1 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(13px, -13px) rotate(30deg); transform: translate(13px, -13px) rotate(30deg); } } @keyframes heartFloatSub-1 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(13px, -13px) rotate(30deg); transform: translate(13px, -13px) rotate(30deg); } } @-webkit-keyframes heartFloatSub-2 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(18px, -10px) rotate(55deg); transform: translate(18px, -10px) rotate(55deg); } } @keyframes heartFloatSub-2 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(18px, -10px) rotate(55deg); transform: translate(18px, -10px) rotate(55deg); } } @-webkit-keyframes heartFloatSub-3 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(-10px, -10px) rotate(-40deg); transform: translate(-10px, -10px) rotate(-40deg); } 100% { -webkit-transform: translate(-50px, 0); transform: translate(-50px, 0); } } @keyframes heartFloatSub-3 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(-10px, -10px) rotate(-40deg); transform: translate(-10px, -10px) rotate(-40deg); } 100% { -webkit-transform: translate(-50px, 0); transform: translate(-50px, 0); } } @-webkit-keyframes heartFloatSub-4 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(2px, -18px) rotate(-25deg); transform: translate(2px, -18px) rotate(-25deg); } } @keyframes heartFloatSub-4 { 0% { visibility: hidden; -webkit-transform: translate(0) rotate(0); transform: translate(0) rotate(0); } 50% { visibility: visible; -webkit-transform: translate(2px, -18px) rotate(-25deg); transform: translate(2px, -18px) rotate(-25deg); } } .post-text-comment { padding: 10px; background: #efefefc9; border-radius: 20px; font-size: 12px !important; color: #404040 !important; direction: initial; } .post-text-comment a { color: #7d27c6 !important; font-weight: bold; } .post-image-more { position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: 0.5rem; cursor: pointer; z-index: 9; background: rgba(0, 0, 0, 0.5); } .post-image-more .info { display: flex; justify-content: center; top: 10%; } .modal .modal-header .close { color: #2e0c6b; } @keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-o-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-ms-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-moz-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @-webkit-keyframes anim { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } .post-load { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 226px; padding: 10px; margin: 10px auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #fff; } .panel-effect { position: relative; background: #f6f7f8 no-repeat 800px 104px; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZWRlZWYxIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmNmY3ZjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY3ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), color-stop(100%, #f6f7f8)); background-image: -moz-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); height: 204px; -moz-animation: anim 1s forwards infinite linear; -webkit-animation: anim 1s forwards infinite linear; animation: anim 1s forwards infinite linear; } .fake-effect { position: absolute; background: #fff; right: 0; left: 0; height: 6px; } .fe-0 { height: 40px; left: 40px; width: 8px; } .fe-1 { height: 8px; left: 48px; top: 0; right: 0; } .fe-2 { left: 136px; top: 8px; } .fe-3 { height: 12px; left: 48px; top: 14px; } .fe-4 { left: 100px; top: 26px; } .fe-5 { height: 10px; left: 48px; top: 32px; } .fe-6 { height: 20px; top: 40px; } .fe-7 { left: 410px; top: 60px; } .fe-8 { height: 13px; top: 66px; } .fe-9 { left: 440px; top: 79px; } .fe-10 { height: 13px; top: 85px; } .fe-11 { left: 178px; top: 98px; } @media only screen and (min-width: 600px) { .profile-float { bottom: 250px; } } .bg-purple-transparent { /*background-color: #4e42b847!important;*/ /*background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));*/ } .progress-container.progress-info .progress-badge, .progress-container.progress-info .progress-value { color: #544eb9; } .progress-container.progress-info .progress-bar { background: #7d56c4; } .progress-container.progress-info .progress { background: rgba(122, 85, 195, 0.28); } .mention_name { font-size: 12px; } .mention_username { font-size: 12px; color: #999; } .mention_image { float: left; margin-right: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 20px; height: 20px; } .active .mention_username { color: #fff; } ul.typeahead li.active { background-color: #4d43b782; color: #fff; } .iziToast-icon { position: absolute; font-family: "Font Awesome 5 Free"; left: 0; top: 50%; display: table; font-size: 23px; line-height: 24px; margin-top: -12px; color: #000; width: 24px; height: 24px } @media screen and (max-width: 576px) { .like_avatars { display: flex !important; } .p-xs-0 { padding: 0 !important; } } a span i { position: relative; display: block; cursor: pointer; outline: 0; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); -webkit-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; transition: transform 0.3s ease; font-size: 30px; height: 35px; color: #3e236d; } a.previous span:hover i { -webkit-transform: translateX(-10px) scale(1.2); -moz-transform: translateX(-10px) scale(1.2); transform: translateX(-10px) scale(1.2); } a.next span:hover i { -webkit-transform: translateX(10px) scale(1.2); -moz-transform: translateX(10px) scale(1.2); transform: translateX(10px) scale(1.2); } .slider-nav ul { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; } .slider-nav li { -webkit-box-flex: 2; flex: 2; text-align: center; display: -webkit-box; display: flex; } .slideimg { max-width: 100%; display: none; -webkit-box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2); -moz-box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2); box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2); } .slideimg.active { display: block; -webkit-animation: fadeImg 0.8s; -moz-animation: fadeImg 0.8s; animation: fadeImg 0.8s; } .slider-nav .arrow { flex: 0 0 15%; } .slider-nav a { flex-basis: 100%; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; } .slider-nav span { display: block; width: 100%; } @-webkit-keyframes fadeImg { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadeImg { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeImg { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 992px) { .modal-full { max-width: 1200px !important; } } .griditem { border: 1px solid #555; /*height: 280px;*/ padding-top:5px; padding-bottom:5px; color: #FFF; display: block; justify-content: space-evenly; align-items: center; flex-direction: column; cursor: pointer; } .griditem a img { font-size: 50px !important; transition: all 0.5s ease-in-out; } .griditem a p { transition: all 0.5s ease-in-out; } .griditem a span { height: 75px; } .griditem:hover a > img { transform: rotateY(360deg); } .griditem:hover a > p { color: #544eb9; } .griditem p { font-weight: bold; color: #eee; margin:0; } a:hover { text-decoration: none; } a, a:focus, a:hover { color: #ffffff; } .loading-overlay { position: fixed; z-index: 9999999; background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; left: 0; top: 0; /*display: none;*/ } .loading-overlay-icon { width: 40px; height: 40px; position: fixed; left: 50%; top: 50%; } .loading-overlay-icon:before, .loading-overlay-icon:after { content: ""; position: absolute; top: -10px; left: -10px; width: 100%; height: 100%; border-radius: 100%; border: 2px solid #7777778c; border-top-color: #eee; } .loading-overlay-icon:before { z-index: 100; animation: spin 0.8s infinite; } .loading-overlay-icon:after { border: 2px solid #ccc; } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .text_purple_gradient { background: linear-gradient(30deg, #673ab7 65%, #000000 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .text_h2_gradient { background: linear-gradient(0deg, #673ab7 50%, #fff 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-bottom: 0; /*text-shadow: -1px 0 #FFF, 0 1px black, 1px 0 #4a44b6, 0 -1px black*/ } .fa-star, .fa-star-half-alt { color: gold; } .cart-path { background: url("../img/circle-background2.png") center center no-repeat; background-size: cover; width: 100px; height: 100px; margin:auto; } .cart-path h2 { color: #FFF; line-height: 100px; } h4.cart-active:after { content: ""; display: block; width: 35px; background-color: #6037bc; height: 4px; margin: auto; } .table-scroll { overflow-x: scroll; overflow-y: hidden; } .tt-menu { z-index: 99 } span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu { cursor: pointer; position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 100%; padding: 0; margin: 1px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } span.twitter-typeahead .tt-suggestion { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #673ab775; } .input-group.input-group-lg span.twitter-typeahead .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .input-group.input-group-sm span.twitter-typeahead .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } span.twitter-typeahead { width: 100%; } .input-group span.twitter-typeahead { display: block !important; height: 34px; } .input-group span.twitter-typeahead .tt-menu, .input-group span.twitter-typeahead .tt-dropdown-menu { top: 32px !important; } .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control { border-radius: 0; } .input-group span.twitter-typeahead:first-child .form-control { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group span.twitter-typeahead:last-child .form-control { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .input-group.input-group-sm span.twitter-typeahead { height: 30px; } .input-group.input-group-sm span.twitter-typeahead .tt-menu, .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu { top: 30px !important; } .input-group.input-group-lg span.twitter-typeahead { height: 46px; } .input-group.input-group-lg span.twitter-typeahead .tt-menu, .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu { top: 46px !important; } .list-group-item { color: #000; font-family: inherit; } .ads-flash { background-color: #FFF!important; color: #4f42b8!important;; border-color: #4f42b8!important;; /*animation: ads-flash-animation 0.7s infinite;*/ } @keyframes ads-flash-animation { 0%{ background-color: #FFF; color: #4f42b8; border-color: #4f42b8; } 50%{ background-color: #4f42b8; color: #FFF; border-color: #4f42b8; } 100%{ border-color: #4f42b8; background-color: #FFF; color: #4f42b8; } } .form-group .form-control, .input-group .form-control { padding: 5px 18px; }
0.431824
0.055566
html, body { height: 100vh; width: 100vw; } body { font-family: 'Muli', sans-serif; background-color: #d0dbed; overflow: hidden; } .container-fluid { height: 100%; } h1 { font-size: 3.9vw; } h2 { font-size: 3.0vh; } h3 { font-size: 2.7vh; } p { font-size: 2vmin; } div { min-height: 50px; min-width: 10px; } .row.top { position: relative; height: 90vh; width: 100vw; min-height: 150px; min-width: 100px; } .sidebar { position: relative; height: 100%; background-color: rgba(136,134,160,.4); float: left; overflow: hidden; max-width: 400px; padding: 0; border: black solid 2px; border-bottom: none; } .infobox { position: relative; text-align: center; height: 15%; width: 100%; float: left; border-bottom: solid black 2px; overflow: hidden; } .infobox.room { height: 55%; } .upper { position: relative; height: 35%; width: 85%; min-height: 0px; margin-left: 6%; border-bottom: solid 1px grey; } .lower { position: relative; height: 45%; min-height: 0px; } .rooms { height: 10%; min-height: 0px; padding-top: 8%; text-align: center; } a:hover { text-decoration: none; color: darkblue; } .infobox.buttons { position: relative; height: 15%; padding-top: 5%; border-bottom: 0px; } .chat-room { position: relative; height: 100%; padding: 0; } .table .table-striped { width: 100%; height: 10%; } td { margin-right: -15px; border-bottom: solid 1px grey; } .message { position: relative; margin-left: 5%; } .time { text-align: right; } .row.bottom { position: relative; height: 10vh; width: 100vw; } .sendbar { position: relative; height: 100%; padding: 0; background-color: rgba(136,134,160,.4); text-align: center; border: solid 2px black; } .btn-top { margin-top: 2%; } .btn-send { margin: 8%; } .textbox { position: relative; height: 100%; padding: 0; } .typebar { position: relative; height: 100%; width: 100vw; background-color: #e1ecfe; border: none; border-top: black solid 2px; border-bottom: black solid 2px; font-size: 2.7vh; } .typebar:focus { background-color: white; outline: none; }
dist/styles/style.css
html, body { height: 100vh; width: 100vw; } body { font-family: 'Muli', sans-serif; background-color: #d0dbed; overflow: hidden; } .container-fluid { height: 100%; } h1 { font-size: 3.9vw; } h2 { font-size: 3.0vh; } h3 { font-size: 2.7vh; } p { font-size: 2vmin; } div { min-height: 50px; min-width: 10px; } .row.top { position: relative; height: 90vh; width: 100vw; min-height: 150px; min-width: 100px; } .sidebar { position: relative; height: 100%; background-color: rgba(136,134,160,.4); float: left; overflow: hidden; max-width: 400px; padding: 0; border: black solid 2px; border-bottom: none; } .infobox { position: relative; text-align: center; height: 15%; width: 100%; float: left; border-bottom: solid black 2px; overflow: hidden; } .infobox.room { height: 55%; } .upper { position: relative; height: 35%; width: 85%; min-height: 0px; margin-left: 6%; border-bottom: solid 1px grey; } .lower { position: relative; height: 45%; min-height: 0px; } .rooms { height: 10%; min-height: 0px; padding-top: 8%; text-align: center; } a:hover { text-decoration: none; color: darkblue; } .infobox.buttons { position: relative; height: 15%; padding-top: 5%; border-bottom: 0px; } .chat-room { position: relative; height: 100%; padding: 0; } .table .table-striped { width: 100%; height: 10%; } td { margin-right: -15px; border-bottom: solid 1px grey; } .message { position: relative; margin-left: 5%; } .time { text-align: right; } .row.bottom { position: relative; height: 10vh; width: 100vw; } .sendbar { position: relative; height: 100%; padding: 0; background-color: rgba(136,134,160,.4); text-align: center; border: solid 2px black; } .btn-top { margin-top: 2%; } .btn-send { margin: 8%; } .textbox { position: relative; height: 100%; padding: 0; } .typebar { position: relative; height: 100%; width: 100vw; background-color: #e1ecfe; border: none; border-top: black solid 2px; border-bottom: black solid 2px; font-size: 2.7vh; } .typebar:focus { background-color: white; outline: none; }
0.68595
0.096791
* { margin: 0; padding: 0; box-sizing: border-box; } body { position: relative; height: 100vh; background: rgb(238, 228, 255); } .edge { position: absolute; top: 400px; left: 312px; height: 43px; width: 660px; background: linear-gradient(to right, rgb(78, 68, 133)1%, rgb(190, 187, 233)3%, rgb(109, 98, 156)8%, rgb(175, 167, 219)20%, rgb(109, 98, 156)92%, rgb(196, 193, 240)97.5%, rgb(94, 90, 131)100%); border-radius: 0 0 20px 20px; box-shadow: inset 0px 1px 2px 3px rgb(103, 90, 128); z-index: -1; } .edge::before /*vertical stripes*/ { content: ""; ; position: absolute; left: 60px; height: 40px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .edge::after /*vertical stripes*/ { content: ""; ; position: absolute; right: 60px; height: 40px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .volume-up { position: absolute; top: 19px; left: 160px; height: 13px; width: 50px; background: transparent; border-radius: 50px; box-shadow: 0px -0.7px 1px 1px rgb(85, 76, 112), inset 0px 0.8px 1px 1px rgb(190, 187, 233); } .volume-up::before /*silent*/ { content: ""; position: absolute; top: 4px; left: -60px; height: 8px; width: 30px; background: transparent; border-radius: 50px; box-shadow: 0px -0.7px 0px 1px rgb(62, 53, 83), inset 0px -1px 3px 2px rgb(88, 72, 110); } .volume-up::after /*silent*/ { content: ""; position: absolute; top: 1px; left: -60px; height: 5px; width: 30px; background: rgb(161, 151, 202); border-bottom: 1px solid rgb(100, 82, 124); border-top: 1.7px solid rgb(75, 56, 105); border-radius: 50px; box-shadow: inset 0px 0.9px 1px 0.5px rgb(189, 159, 231); } .volume-down { position: absolute; top: 19px; left: 225px; height: 13px; width: 50px; background: transparent; border-radius: 50px; box-shadow: 0px -0.7px 0px 1px rgb(77, 72, 105), inset 0px 1px 1px 1px rgb(190, 187, 233); } .volume-down:before /*sim insert*/ { content: ""; position: absolute; top: 0px; left: 235px; width: 75px; height: 12px; background: transparent; border: rgb(110, 89, 134) solid 1px; border-radius: 50px; } .volume-down::after /*sim insert*/ { content: ""; position: absolute; top: 4px; left: 300px; width: 6px; height: 5px; background: rgb(16, 10, 24); box-shadow: inset -0.5px -1px 1px rgb(231, 212, 255); border-radius: 50%; } .screen-base { position: absolute; top: 320px; left: 300px; height: 90px; width: 685px; background-color: #000; clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%); border-radius: 40px; box-shadow: inset 2px 1px 2px 4.5px rgb(190, 181, 235); } .screen-top { position: absolute; top: 322px; left: 320px; height: 80px; width: 644px; background: linear-gradient(40deg, rgb(170, 156, 231)5%, rgb(73, 57, 165)20%, rgb(16, 9, 77)80%, rgb(52, 0, 155)93%); clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%); border-radius: 28px; } .screen-top::before /*left*/ { content: ""; position: absolute; top: 64px; left: 6px; height: 20px; width: 10px; background: rgb(0, 0, 0); clip-path: polygon(57% 29%, 53% 46%, 57% 64%, 71% 80%, 20% 75%, 20% 28%, 71% 9%); } .screen-top::after /*right*/ { content: ""; position: absolute; top: 65px; right: 6px; height: 20px; width: 10px; background: rgb(0, 0, 0); clip-path: polygon(57% 23%, 60% 39%, 57% 57%, 48% 75%, 98% 67%, 95% 28%, 48% 6%); } /* graphics-lower */ .graphic-lower { position: absolute; top: 50%; left: 50%; transform: translate(-85%, -38%); height: 120px; width: 300px; border-radius: 50%; background: radial-gradient(rgba(97, 68, 194, 0.835)40%, rgb(234, 219, 255)80%); z-index: 2; } .graphic-lower::before { content: ""; position: absolute; top: 18px; left: -40px; height: 50px; width: 40px; background: black; border-radius: 1% 20% 20% 1%; transform: skew(-44deg); } .graphic-lower:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(20%, -47%); height: 105px; width: 300px; border-radius: 50%; background: radial-gradient(rgba(62, 47, 153, 0.925)55%, rgb(208, 197, 255)85%); z-index: 3; } /* middle */ .graphic-middle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -30%); height: 98px; width: 360px; border-radius: 50%; background: radial-gradient(rgba(41, 10, 126, 0.911)30%, rgba(255, 50, 211, 0.5)60%, rgb(255, 255, 255)82%); z-index: 4; } /* top */ .graphic-middle:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -80%); height: 40px; width: 160px; border-radius: 50%; box-shadow: inset -3px -1px 9px 2px rgb(85, 66, 170); background: linear-gradient(165deg, rgb(223, 145, 226)33%, rgba(255, 124, 237, 0.746)42%, rgb(51, 18, 112)80%, rgb(21, 0, 92)99%); } /* ######## reflection ######### */ .graphic-middle::before { content: ""; position: absolute; top: -8px; left: -37px; height: 98px; width: 434px; border-radius: 50%; box-shadow: inset 1px 1px 10px rgba(255, 255, 255, 0.236); } .reflection-screen { position: absolute; top: 50%; left: 50%; transform: translate(-51%, -57%); height: 90px; width: 560px; clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%); border-radius: 50px; border: solid rgba(0, 0, 0, 0.25) 4px; border-left: solid rgba(0, 0, 0, 0.25) 14px; box-shadow: -2px 1px 4px 4.5px rgb(202, 181, 255); opacity: 0.5; z-index: 5; } .reflection-screen::before /*black top screen*/ { content: ""; position: absolute; top: 18px; left: 25px; height: 50px; width: 35px; background: rgb(0, 0, 0, 0.25); border-radius: 1% 20% 20% 1%; transform: skew(-44deg); } .reflection-screen::after { content: ""; position: absolute; top: 30px; left: 120px; height: 70px; width: 300px; border-radius: 50%; box-shadow: inset 1px 1px 9px 1px rgb(193, 187, 226, 0.4); } /*####### upper ####### */ .edge-u { position: absolute; top: 335px; left: 366px; height: 36px; width: 550px; background: linear-gradient(to right, rgb(78, 68, 133)1%, rgb(189, 185, 236)3%, rgb(109, 98, 156)8%, rgb(175, 167, 219)20%, rgb(109, 98, 156)92%, rgb(189, 185, 236)97.5%, rgb(94, 90, 131)100%); box-shadow: inset 1px 1px 2px 2px rgb(79, 64, 121); border-radius: 0 0 20px 20px; z-index: 6; } .edge-u::before { content: ""; ; position: absolute; left: 55px; height: 34px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .edge-u::after { content: ""; ; position: absolute; right: 50px; height: 34px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .lock { position: absolute; top: 14px; left: 145px; height: 11px; width: 80px; background: transparent; border-radius: 50px; border-right: solid rgb(179, 153, 209) 2px; border-left: rgb(183, 157, 224) solid 2px; border-bottom: solid rgb(111, 90, 136) 1px; box-shadow: 0px -0.7px 0px 1px rgb(92, 86, 124); } .lock::after { content: ""; position: absolute; top: 0px; left: 150px; height: 14px; width: 80px; background: linear-gradient(to right, rgb(184, 170, 223), rgb(151, 141, 207)); border-radius: 50px; } .back { position: absolute; top: 284px; left: 356px; height: 60px; width: 570px; background: rgb(171, 162, 221); clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%); border-radius: 40px; border-bottom: rgb(195, 187, 231) solid 2px; z-index: 7; } .back::before { content: ""; position: absolute; top: -2px; left: 1px; height: 58px; width: 570px; background: linear-gradient(to right, rgb(204, 195, 247)30%, rgb(169, 160, 218)60%); clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%); border-radius: 40px; border-bottom: rgb(125, 108, 163) solid 2px; } .back::after /*diagonal shading*/ { content: ""; position: absolute; top: 6px; left: 260px; height: 50px; width: 270px; background: rgb(169, 160, 218); transform: skew(-84deg); overflow: hidden; } .camera-base { position: absolute; top: 29px; left: 30px; height: 22px; width: 120px; background: rgb(197, 187, 241); border-radius: 30% 20% 30% 20%; box-shadow: 1px 1px 1px 1px rgba(78, 58, 126, 0.507); transform: skew(-45deg); z-index: 9; } .camera-base::before { content: ""; position: absolute; top: 5px; left: 50px; height: 4px; width: 20px; background: rgb(240, 237, 227); border-radius: 50%; box-shadow: -3px -1px 2px 0px rgb(105, 85, 131), inset 1px 1px 1px 0.5px grey; } .camera-base::after { content: ""; position: absolute; top: 6px; left: 20px; height: 2px; width: 11px; background: rgb(148, 148, 148); border-radius: 50%; filter: blur(0.4px); } .camera1 /*base*/ { position: absolute; top: 40px; left: 30px; height: 8px; width: 48px; background: linear-gradient(to right, rgb(146, 133, 206)20%, rgb(187, 174, 236)60%, rgb(137, 116, 194)); border-radius: 50%; box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.562); z-index: 9; } .camera1::after /*black lens*/ { content: ""; position: absolute; top: -2px; left: 2px; height: 8px; width: 43px; background: radial-gradient(rgb(6, 27, 95) 1%, black 30%); border-radius: 50%; transform: rotate(-1deg); z-index: 10; } .camera2 { position: absolute; top: 40px; left: 89px; height: 8px; width: 48px; background: linear-gradient(to right, rgb(146, 133, 206)20%, rgb(187, 174, 236)60%, rgb(137, 116, 194)); border-radius: 50%; box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.562); z-index: 9; } .camera2::after { content: ""; position: absolute; top: -2px; left: 3px; height: 8px; width: 43px; background: radial-gradient(rgb(9, 10, 94) 1%, black 40%); border-radius: 50%; transform: rotate(-1deg); z-index: 9; } /* img { position: absolute; top: 32.7%; left: 49%; height: 150px; width: 40px; transform: rotate(-90deg); z-index: 12; } */ /* ### rounding off corners ### */ body::before { content: ""; position: absolute; top: 278px; left: 410px; height: 15px; width: 32px; background: rgb(238, 228, 255); clip-path: polygon(97% 6%, 76% 21%, 61% 34%, 48% 50%, 40% 68%, 33% 85%, 28% 100%, 9% 48%, 30% 10%); transform: rotate(19deg); z-index: 10; } .camera2::before { content: ""; position: absolute; top: -47px; left: 402px; height: 15px; width: 20px; background: rgb(255, 255, 255); clip-path: polygon(97% 6%, 76% 21%, 61% 34%, 48% 50%, 40% 68%, 33% 85%, 28% 100%, 9% 48%, 30% 10%); transform: rotate(72deg); z-index: 10; }
src/web/css/iphone12.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { position: relative; height: 100vh; background: rgb(238, 228, 255); } .edge { position: absolute; top: 400px; left: 312px; height: 43px; width: 660px; background: linear-gradient(to right, rgb(78, 68, 133)1%, rgb(190, 187, 233)3%, rgb(109, 98, 156)8%, rgb(175, 167, 219)20%, rgb(109, 98, 156)92%, rgb(196, 193, 240)97.5%, rgb(94, 90, 131)100%); border-radius: 0 0 20px 20px; box-shadow: inset 0px 1px 2px 3px rgb(103, 90, 128); z-index: -1; } .edge::before /*vertical stripes*/ { content: ""; ; position: absolute; left: 60px; height: 40px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .edge::after /*vertical stripes*/ { content: ""; ; position: absolute; right: 60px; height: 40px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .volume-up { position: absolute; top: 19px; left: 160px; height: 13px; width: 50px; background: transparent; border-radius: 50px; box-shadow: 0px -0.7px 1px 1px rgb(85, 76, 112), inset 0px 0.8px 1px 1px rgb(190, 187, 233); } .volume-up::before /*silent*/ { content: ""; position: absolute; top: 4px; left: -60px; height: 8px; width: 30px; background: transparent; border-radius: 50px; box-shadow: 0px -0.7px 0px 1px rgb(62, 53, 83), inset 0px -1px 3px 2px rgb(88, 72, 110); } .volume-up::after /*silent*/ { content: ""; position: absolute; top: 1px; left: -60px; height: 5px; width: 30px; background: rgb(161, 151, 202); border-bottom: 1px solid rgb(100, 82, 124); border-top: 1.7px solid rgb(75, 56, 105); border-radius: 50px; box-shadow: inset 0px 0.9px 1px 0.5px rgb(189, 159, 231); } .volume-down { position: absolute; top: 19px; left: 225px; height: 13px; width: 50px; background: transparent; border-radius: 50px; box-shadow: 0px -0.7px 0px 1px rgb(77, 72, 105), inset 0px 1px 1px 1px rgb(190, 187, 233); } .volume-down:before /*sim insert*/ { content: ""; position: absolute; top: 0px; left: 235px; width: 75px; height: 12px; background: transparent; border: rgb(110, 89, 134) solid 1px; border-radius: 50px; } .volume-down::after /*sim insert*/ { content: ""; position: absolute; top: 4px; left: 300px; width: 6px; height: 5px; background: rgb(16, 10, 24); box-shadow: inset -0.5px -1px 1px rgb(231, 212, 255); border-radius: 50%; } .screen-base { position: absolute; top: 320px; left: 300px; height: 90px; width: 685px; background-color: #000; clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%); border-radius: 40px; box-shadow: inset 2px 1px 2px 4.5px rgb(190, 181, 235); } .screen-top { position: absolute; top: 322px; left: 320px; height: 80px; width: 644px; background: linear-gradient(40deg, rgb(170, 156, 231)5%, rgb(73, 57, 165)20%, rgb(16, 9, 77)80%, rgb(52, 0, 155)93%); clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%); border-radius: 28px; } .screen-top::before /*left*/ { content: ""; position: absolute; top: 64px; left: 6px; height: 20px; width: 10px; background: rgb(0, 0, 0); clip-path: polygon(57% 29%, 53% 46%, 57% 64%, 71% 80%, 20% 75%, 20% 28%, 71% 9%); } .screen-top::after /*right*/ { content: ""; position: absolute; top: 65px; right: 6px; height: 20px; width: 10px; background: rgb(0, 0, 0); clip-path: polygon(57% 23%, 60% 39%, 57% 57%, 48% 75%, 98% 67%, 95% 28%, 48% 6%); } /* graphics-lower */ .graphic-lower { position: absolute; top: 50%; left: 50%; transform: translate(-85%, -38%); height: 120px; width: 300px; border-radius: 50%; background: radial-gradient(rgba(97, 68, 194, 0.835)40%, rgb(234, 219, 255)80%); z-index: 2; } .graphic-lower::before { content: ""; position: absolute; top: 18px; left: -40px; height: 50px; width: 40px; background: black; border-radius: 1% 20% 20% 1%; transform: skew(-44deg); } .graphic-lower:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(20%, -47%); height: 105px; width: 300px; border-radius: 50%; background: radial-gradient(rgba(62, 47, 153, 0.925)55%, rgb(208, 197, 255)85%); z-index: 3; } /* middle */ .graphic-middle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -30%); height: 98px; width: 360px; border-radius: 50%; background: radial-gradient(rgba(41, 10, 126, 0.911)30%, rgba(255, 50, 211, 0.5)60%, rgb(255, 255, 255)82%); z-index: 4; } /* top */ .graphic-middle:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -80%); height: 40px; width: 160px; border-radius: 50%; box-shadow: inset -3px -1px 9px 2px rgb(85, 66, 170); background: linear-gradient(165deg, rgb(223, 145, 226)33%, rgba(255, 124, 237, 0.746)42%, rgb(51, 18, 112)80%, rgb(21, 0, 92)99%); } /* ######## reflection ######### */ .graphic-middle::before { content: ""; position: absolute; top: -8px; left: -37px; height: 98px; width: 434px; border-radius: 50%; box-shadow: inset 1px 1px 10px rgba(255, 255, 255, 0.236); } .reflection-screen { position: absolute; top: 50%; left: 50%; transform: translate(-51%, -57%); height: 90px; width: 560px; clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%); border-radius: 50px; border: solid rgba(0, 0, 0, 0.25) 4px; border-left: solid rgba(0, 0, 0, 0.25) 14px; box-shadow: -2px 1px 4px 4.5px rgb(202, 181, 255); opacity: 0.5; z-index: 5; } .reflection-screen::before /*black top screen*/ { content: ""; position: absolute; top: 18px; left: 25px; height: 50px; width: 35px; background: rgb(0, 0, 0, 0.25); border-radius: 1% 20% 20% 1%; transform: skew(-44deg); } .reflection-screen::after { content: ""; position: absolute; top: 30px; left: 120px; height: 70px; width: 300px; border-radius: 50%; box-shadow: inset 1px 1px 9px 1px rgb(193, 187, 226, 0.4); } /*####### upper ####### */ .edge-u { position: absolute; top: 335px; left: 366px; height: 36px; width: 550px; background: linear-gradient(to right, rgb(78, 68, 133)1%, rgb(189, 185, 236)3%, rgb(109, 98, 156)8%, rgb(175, 167, 219)20%, rgb(109, 98, 156)92%, rgb(189, 185, 236)97.5%, rgb(94, 90, 131)100%); box-shadow: inset 1px 1px 2px 2px rgb(79, 64, 121); border-radius: 0 0 20px 20px; z-index: 6; } .edge-u::before { content: ""; ; position: absolute; left: 55px; height: 34px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .edge-u::after { content: ""; ; position: absolute; right: 50px; height: 34px; width: 8px; background: linear-gradient(to bottom, rgb(146, 133, 206)20%, rgb(168, 155, 216)60%, rgb(137, 116, 194)); } .lock { position: absolute; top: 14px; left: 145px; height: 11px; width: 80px; background: transparent; border-radius: 50px; border-right: solid rgb(179, 153, 209) 2px; border-left: rgb(183, 157, 224) solid 2px; border-bottom: solid rgb(111, 90, 136) 1px; box-shadow: 0px -0.7px 0px 1px rgb(92, 86, 124); } .lock::after { content: ""; position: absolute; top: 0px; left: 150px; height: 14px; width: 80px; background: linear-gradient(to right, rgb(184, 170, 223), rgb(151, 141, 207)); border-radius: 50px; } .back { position: absolute; top: 284px; left: 356px; height: 60px; width: 570px; background: rgb(171, 162, 221); clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%); border-radius: 40px; border-bottom: rgb(195, 187, 231) solid 2px; z-index: 7; } .back::before { content: ""; position: absolute; top: -2px; left: 1px; height: 58px; width: 570px; background: linear-gradient(to right, rgb(204, 195, 247)30%, rgb(169, 160, 218)60%); clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%); border-radius: 40px; border-bottom: rgb(125, 108, 163) solid 2px; } .back::after /*diagonal shading*/ { content: ""; position: absolute; top: 6px; left: 260px; height: 50px; width: 270px; background: rgb(169, 160, 218); transform: skew(-84deg); overflow: hidden; } .camera-base { position: absolute; top: 29px; left: 30px; height: 22px; width: 120px; background: rgb(197, 187, 241); border-radius: 30% 20% 30% 20%; box-shadow: 1px 1px 1px 1px rgba(78, 58, 126, 0.507); transform: skew(-45deg); z-index: 9; } .camera-base::before { content: ""; position: absolute; top: 5px; left: 50px; height: 4px; width: 20px; background: rgb(240, 237, 227); border-radius: 50%; box-shadow: -3px -1px 2px 0px rgb(105, 85, 131), inset 1px 1px 1px 0.5px grey; } .camera-base::after { content: ""; position: absolute; top: 6px; left: 20px; height: 2px; width: 11px; background: rgb(148, 148, 148); border-radius: 50%; filter: blur(0.4px); } .camera1 /*base*/ { position: absolute; top: 40px; left: 30px; height: 8px; width: 48px; background: linear-gradient(to right, rgb(146, 133, 206)20%, rgb(187, 174, 236)60%, rgb(137, 116, 194)); border-radius: 50%; box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.562); z-index: 9; } .camera1::after /*black lens*/ { content: ""; position: absolute; top: -2px; left: 2px; height: 8px; width: 43px; background: radial-gradient(rgb(6, 27, 95) 1%, black 30%); border-radius: 50%; transform: rotate(-1deg); z-index: 10; } .camera2 { position: absolute; top: 40px; left: 89px; height: 8px; width: 48px; background: linear-gradient(to right, rgb(146, 133, 206)20%, rgb(187, 174, 236)60%, rgb(137, 116, 194)); border-radius: 50%; box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.562); z-index: 9; } .camera2::after { content: ""; position: absolute; top: -2px; left: 3px; height: 8px; width: 43px; background: radial-gradient(rgb(9, 10, 94) 1%, black 40%); border-radius: 50%; transform: rotate(-1deg); z-index: 9; } /* img { position: absolute; top: 32.7%; left: 49%; height: 150px; width: 40px; transform: rotate(-90deg); z-index: 12; } */ /* ### rounding off corners ### */ body::before { content: ""; position: absolute; top: 278px; left: 410px; height: 15px; width: 32px; background: rgb(238, 228, 255); clip-path: polygon(97% 6%, 76% 21%, 61% 34%, 48% 50%, 40% 68%, 33% 85%, 28% 100%, 9% 48%, 30% 10%); transform: rotate(19deg); z-index: 10; } .camera2::before { content: ""; position: absolute; top: -47px; left: 402px; height: 15px; width: 20px; background: rgb(255, 255, 255); clip-path: polygon(97% 6%, 76% 21%, 61% 34%, 48% 50%, 40% 68%, 33% 85%, 28% 100%, 9% 48%, 30% 10%); transform: rotate(72deg); z-index: 10; }
0.402392
0.128744
.navbar-fixed-top { border: none; } html{ height: 100%; } body { background: #3D3D3D; font-family: Open Sans,sans-serif; height: 100%; min-height: 100%; } body.white { background: #fff; font-family: Open Sans,sans-serif; height: 100%; min-height: 100%; padding-top: 30px; } #loginWrapper { margin-top: 10%; padding: 160px 0 0; position: relative; } #login { padding: 20px; border: 1px solid #ddd; box-shadow: 0 0 6px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.15); -o-box-shadow: 0 0 6px rgba(0,0,0,0.15); -ms-box-shadow: 0 0 6px rgba(0,0,0,0.15); } #logo { position: absolute; top: 0; width: 100%; text-align: center; } #wrapper { margin: 0; min-height: 100%; background-color: #F5F5F5; } #page-wrapper { padding: 150px 10px 20px 10px; } .affix-top { margin-top: 50px; margin-bottom: 20px; } .page-header { background-color: #fff; box-shadow: 3px 0 3px rgba(0,0,0,0.25); border: 0 none; left: 0; margin: 0; padding: 0; position: fixed; width: 100%; top: 50px; z-index: 9; white-space: nowrap; } @media (max-width: 767px) { .page-header h1 { font-size: 22px; } } @media (min-width: 768px) { #wrapper { margin-left: 212px; } .page-header .container-fluid { padding-left: 232px; } } .huge { font-size: 50px; line-height: normal; } a { color: #2F9DF2; } a:hover { text-decoration: none; color: #2F9DF2; } a:active, a:visited, a:focus { outline: 0; } h1 { margin-bottom: 20px; font-size: 26px; } @media(min-width:768px) { h1 { font-size: 32px; } } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; } .form-control { border-radius: 0; border: 1px solid #ccc; background: #fff; } .form-control:not(.input-sm):not([multiple="multiple"]) { height: 40px; } textarea.form-control { height: auto!important; } .form-control:focus { border-color: #2F9DF2; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #8BE0E0; } .btn { border-radius: 0; } .btn:not(.btn-sm) { padding: 8px 15px; } .btn svg::before { margin-left: -0.2em; } .btn-default { background-color: #2F9DF2; border-color: #2F9DF2; color: #fff; } .btn-default:hover { background-color: #2F9DF2; border-color: #2F9DF2; color: #fff; } .btn-primary { background-color: #F36A59; border-color: #F36A59; } .btn-primary:hover { background-color: #F36A59; border-color: #F36A59; } .navbar-inverse { background: #2F9DF2; } .navbar-inverse .navbar-nav > li > a, .navbar-header, .navbar-header a, .navbar-inverse .navbar-brand { color: #fff; } .navbar-fixed-top { z-index: 10; } .navbar-header { width: 100%; } .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #999; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; } li.dropdown > ul { height: auto; } #info-header { padding: 15px; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } .alert-container .alert { display: none; } .alert { margin-bottom: 20px; border-radius: 0; } .alert-dismissable { position: relative; } .alert-dismissable .close { position: absolute; right: 18px; top: 14px; } @media(min-width:768px) { .side-nav { background-color: #3D3D3D; border: medium none; border-radius: 0; left: 212px; margin-left: -212px; overflow-x: hidden; overflow-y: auto; position: fixed; top: 50px; width: 212px; } .side-nav>li>a { width: 212px; } .side-nav li a:hover, .side-nav li a.active { outline: none; background-color: #F36A59 !important; } .side-nav li a:focus { outline: none; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 5px 15px 5px 24px; text-decoration: none; color: #ccc; } .side-nav>li>ul>li>a:hover, .side-nav>li>ul>li>a.active { color: #fff; } .nav-tabs { background: #f8f8f8; padding-left: 10px; border: 0; } .nav-tabs > li > a { background: #f8f8f8; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: 0; color: #555; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: #fff; } .panel { background: none; } .panel-default { border: none; border-radius: none; margin-bottom: 0; } .panel-default > .panel-heading, .panel-default > .panel-footer { background: #d9ecf7; border: 1px solid #87cbff; color: #555; } .panel-default > .panel-heading { margin-bottom: 15px; } .panel-default > .panel-footer { margin-top: 15px; } .panel-primary > .panel-heading { background: #2F9DF2; border-color: #2F9DF2; } .panel-primary { border-color: #2F9DF2; } .panel-body { background: #fff; } .well { margin-top: 15px; border-radius: 0; } th { text-align: center; } .huge { font-size: 40px; } .huge svg { font-size: 70px; color: #000; opacity: 0.15; margin-top: 15px; } #dashboard .dashboard-entry a { color: #fff; } #dashboard .dashboard-entry .panel-primary, #dashboard .dashboard-entry .panel-heading, #dashboard .dashboard-entry .panel-footer { border: none; } #dashboard .dashboard-entry .panel-heading { background: none; } #dashboard .dashboard-entry .panel-footer { background: rgba(0, 0, 0, 0.15); } #dashboard .dashboard-entry .panel-primary { background: #ccc; } #dashboard .dashboard-entry:first-child .panel-primary { background: #2F9DF2; } #dashboard .dashboard-entry:nth-child(2) .panel-primary { background: #FCA92D; } #dashboard .dashboard-entry:nth-child(3) .panel-primary { background: #1BBA97; } #dashboard .dashboard-entry:nth-child(4) .panel-primary { background: #F36A59; } .table > tbody > tr > td.wrap-img{ padding:0; overflow:hidden; } #listing_base { background: #fff; } .table > thead > tr > th, .table-bordered > thead > tr > th { background: #fff; color: #555; font-weight: normal; text-align: center; } .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #F5F5F5; } #listing_base th.sortable:hover, #listing_base th.asc:hover, #listing_base th.desc:hover{ background-image:url("../images/bg-th-on.png"); } #listing_base th a { color: #555; display:block; line-height: 34px; } #listing_base th a svg { color: #888; } .checkitem { margin-right: 8px!important; margin-left: 12px!important; float: left; } .panel, .panel-heading, .panel-footer { border-radius: 0; } .panel-body { border: 1px solid #ddd; } legend { font-size: 16px; padding-bottom: 10px; } .red{ color: #ff0000; } .help-block { text-align: left; } .table > thead > tr > th { vertical-align: middle; } .form-table { width: auto; } .form-table td { min-width: 50px; } th .text-info small { font-weight: normal; } .form-table td.form-inline .form-control { display: block; width: 100%; } .form-table td.input-text.numeric { max-width: 90px; } .form-table td.input-date, .form-table td.input-datetime { white-space: nowrap; width: auto; min-width: 295px; } .form-table td.input-date input.form-control, .form-table td.input-datetime input.form-control { display: inline-block; max-width: 110px; } #ui-datepicker-div { z-index: 999!important; } .form-table select.form-control { padding: 6px 5px; } .form-table td.input-date select.form-control, .form-table td.input-datetime select.form-control { display: inline-block; max-width: 50px; } .form-table td.has-feedback .form-control-feedback { display: none; } .form-table td.has-feedback .form-control { padding-right: initial; } .input-group .form-control { z-index: 0; } .form-inline .form-control { display: inline-block; width: auto; } .uploadify { margin-left: 10px; display: inline-block; } .uploadifive-button { cursor: pointer; background: #2F9DF2; border: none; border-radius: 4px; color: #fff; display: inline-block; font-size: 14px; font-weight: 400; line-height: 1.42857; padding: 6px 12px; text-align: center; vertical-align: middle; white-space: nowrap; } ul.files-list{ margin:0; padding:0; list-style-type:none; } ul.files-list > li{ width:240px; height:264px; float:left; margin:10px 20px 0 0; padding:0; background:#fff; border:1px solid #ddd; color:#666; font-size:14px; position:relative; } ul.files-list.sortable > li{ cursor:move; } .prev-file{ width:238px; height:135px; text-align:center; background:#fff; font-size:14px; } .prev-file img{ max-height:135px; max-width:240px; } .uploaded{ display: none; } .uploaded .prev-file{ border: 1px solid #ccc; float: left; height: 180px; margin: 10px; width: 225px; color: #555; } .uploaded .prev-file img{ max-width:225px; max-height:120px; margin:0 auto 10px auto; display:block; } .actions-file{ position:absolute; bottom:10px; right:10px; font-size:16px; } .actions-file img{ float:left; margin:0 0 0 5px; height:100%; } .infos-file{ padding:10px; } .uploaded p{ margin:10px; } .filesize{ font-size:12px; } input.filename{ width:156px!important; text-align:center!important; border:0!important; background:transparent!important; min-width:156px!important; } #wrap-library{ position:fixed; top:148px; right:-313px; width:313px; height:405px; z-index:1; background: url("../images/drag-drop.png") no-repeat center bottom #fff; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; border-left: 1px solid #ccc; -webkit-border-radius:2px 0 0 2px; -moz-border-radius:2px 0 0 2px; -o-border-radius:2px 0 0 2px; -ms-border-radius:2px 0 0 2px; border-radius:2px 0 0 2px; } #library{ height:100%; overflow: scroll; } #library .heading{ border-bottom: 1px solid #fff; padding: 10px 15px; background: #ccc; } #library [class^="col-"] { background: #ebebeb; border-bottom: 1px solid #fff; border-right: 1px solid #fff; padding: 8px; color: #666; font-size: 12px; height: 118px; } #library a { display: block; height: 50px; overflow: hidden; } a.btn-slide{ position:absolute; top:192px; left:-17px; display:block; width:16px; height:40px; } a.btn-slide.left{ background:url("../images/slide-left.png") no-repeat; } a.btn-slide.right{ background:url("../images/slide-right.png") no-repeat; } #overlay{ background:url("../images/bg-overlay.png"); height:100%; width:100%; position:fixed; top:0; left:0; z-index:2000; display:none; } #loading{ background:url("../images/loading.gif") no-repeat center center; height:100%; width:100%; position:relative; display:block; } .twitter-typeahead { display: block!important; } .tt-input { background-color: #fff!important; } .tt-menu { background-color: #fff; border: 1px solid #308CFC; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); min-width: 200px; } .tt-suggestion { padding: 2px 15px; text-align: left; white-space: nowrap; } .tt-suggestion:hover { cursor: pointer; background-color: #308CFC; color: #fff; } .tt-suggestion p { margin: 0; } .white-popup-block { background: #fff none repeat scroll 0 0; margin: 40px auto; max-width: 650px; padding: 20px 30px; position: relative; text-align: left; } #context-menu { position: absolute; display: none; background: #fff; width: auto; z-index: 8; min-width: 220px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } #context-menu a { display: block; padding: 6px 10px; white-space: nowrap; color: #333; } #context-menu a:hover { background: #2F9DF2; color: #fff; }
backend/css/layout.css
.navbar-fixed-top { border: none; } html{ height: 100%; } body { background: #3D3D3D; font-family: Open Sans,sans-serif; height: 100%; min-height: 100%; } body.white { background: #fff; font-family: Open Sans,sans-serif; height: 100%; min-height: 100%; padding-top: 30px; } #loginWrapper { margin-top: 10%; padding: 160px 0 0; position: relative; } #login { padding: 20px; border: 1px solid #ddd; box-shadow: 0 0 6px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.15); -o-box-shadow: 0 0 6px rgba(0,0,0,0.15); -ms-box-shadow: 0 0 6px rgba(0,0,0,0.15); } #logo { position: absolute; top: 0; width: 100%; text-align: center; } #wrapper { margin: 0; min-height: 100%; background-color: #F5F5F5; } #page-wrapper { padding: 150px 10px 20px 10px; } .affix-top { margin-top: 50px; margin-bottom: 20px; } .page-header { background-color: #fff; box-shadow: 3px 0 3px rgba(0,0,0,0.25); border: 0 none; left: 0; margin: 0; padding: 0; position: fixed; width: 100%; top: 50px; z-index: 9; white-space: nowrap; } @media (max-width: 767px) { .page-header h1 { font-size: 22px; } } @media (min-width: 768px) { #wrapper { margin-left: 212px; } .page-header .container-fluid { padding-left: 232px; } } .huge { font-size: 50px; line-height: normal; } a { color: #2F9DF2; } a:hover { text-decoration: none; color: #2F9DF2; } a:active, a:visited, a:focus { outline: 0; } h1 { margin-bottom: 20px; font-size: 26px; } @media(min-width:768px) { h1 { font-size: 32px; } } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; } .form-control { border-radius: 0; border: 1px solid #ccc; background: #fff; } .form-control:not(.input-sm):not([multiple="multiple"]) { height: 40px; } textarea.form-control { height: auto!important; } .form-control:focus { border-color: #2F9DF2; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #8BE0E0; } .btn { border-radius: 0; } .btn:not(.btn-sm) { padding: 8px 15px; } .btn svg::before { margin-left: -0.2em; } .btn-default { background-color: #2F9DF2; border-color: #2F9DF2; color: #fff; } .btn-default:hover { background-color: #2F9DF2; border-color: #2F9DF2; color: #fff; } .btn-primary { background-color: #F36A59; border-color: #F36A59; } .btn-primary:hover { background-color: #F36A59; border-color: #F36A59; } .navbar-inverse { background: #2F9DF2; } .navbar-inverse .navbar-nav > li > a, .navbar-header, .navbar-header a, .navbar-inverse .navbar-brand { color: #fff; } .navbar-fixed-top { z-index: 10; } .navbar-header { width: 100%; } .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #999; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; } li.dropdown > ul { height: auto; } #info-header { padding: 15px; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } .alert-container .alert { display: none; } .alert { margin-bottom: 20px; border-radius: 0; } .alert-dismissable { position: relative; } .alert-dismissable .close { position: absolute; right: 18px; top: 14px; } @media(min-width:768px) { .side-nav { background-color: #3D3D3D; border: medium none; border-radius: 0; left: 212px; margin-left: -212px; overflow-x: hidden; overflow-y: auto; position: fixed; top: 50px; width: 212px; } .side-nav>li>a { width: 212px; } .side-nav li a:hover, .side-nav li a.active { outline: none; background-color: #F36A59 !important; } .side-nav li a:focus { outline: none; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 5px 15px 5px 24px; text-decoration: none; color: #ccc; } .side-nav>li>ul>li>a:hover, .side-nav>li>ul>li>a.active { color: #fff; } .nav-tabs { background: #f8f8f8; padding-left: 10px; border: 0; } .nav-tabs > li > a { background: #f8f8f8; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: 0; color: #555; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: #fff; } .panel { background: none; } .panel-default { border: none; border-radius: none; margin-bottom: 0; } .panel-default > .panel-heading, .panel-default > .panel-footer { background: #d9ecf7; border: 1px solid #87cbff; color: #555; } .panel-default > .panel-heading { margin-bottom: 15px; } .panel-default > .panel-footer { margin-top: 15px; } .panel-primary > .panel-heading { background: #2F9DF2; border-color: #2F9DF2; } .panel-primary { border-color: #2F9DF2; } .panel-body { background: #fff; } .well { margin-top: 15px; border-radius: 0; } th { text-align: center; } .huge { font-size: 40px; } .huge svg { font-size: 70px; color: #000; opacity: 0.15; margin-top: 15px; } #dashboard .dashboard-entry a { color: #fff; } #dashboard .dashboard-entry .panel-primary, #dashboard .dashboard-entry .panel-heading, #dashboard .dashboard-entry .panel-footer { border: none; } #dashboard .dashboard-entry .panel-heading { background: none; } #dashboard .dashboard-entry .panel-footer { background: rgba(0, 0, 0, 0.15); } #dashboard .dashboard-entry .panel-primary { background: #ccc; } #dashboard .dashboard-entry:first-child .panel-primary { background: #2F9DF2; } #dashboard .dashboard-entry:nth-child(2) .panel-primary { background: #FCA92D; } #dashboard .dashboard-entry:nth-child(3) .panel-primary { background: #1BBA97; } #dashboard .dashboard-entry:nth-child(4) .panel-primary { background: #F36A59; } .table > tbody > tr > td.wrap-img{ padding:0; overflow:hidden; } #listing_base { background: #fff; } .table > thead > tr > th, .table-bordered > thead > tr > th { background: #fff; color: #555; font-weight: normal; text-align: center; } .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #F5F5F5; } #listing_base th.sortable:hover, #listing_base th.asc:hover, #listing_base th.desc:hover{ background-image:url("../images/bg-th-on.png"); } #listing_base th a { color: #555; display:block; line-height: 34px; } #listing_base th a svg { color: #888; } .checkitem { margin-right: 8px!important; margin-left: 12px!important; float: left; } .panel, .panel-heading, .panel-footer { border-radius: 0; } .panel-body { border: 1px solid #ddd; } legend { font-size: 16px; padding-bottom: 10px; } .red{ color: #ff0000; } .help-block { text-align: left; } .table > thead > tr > th { vertical-align: middle; } .form-table { width: auto; } .form-table td { min-width: 50px; } th .text-info small { font-weight: normal; } .form-table td.form-inline .form-control { display: block; width: 100%; } .form-table td.input-text.numeric { max-width: 90px; } .form-table td.input-date, .form-table td.input-datetime { white-space: nowrap; width: auto; min-width: 295px; } .form-table td.input-date input.form-control, .form-table td.input-datetime input.form-control { display: inline-block; max-width: 110px; } #ui-datepicker-div { z-index: 999!important; } .form-table select.form-control { padding: 6px 5px; } .form-table td.input-date select.form-control, .form-table td.input-datetime select.form-control { display: inline-block; max-width: 50px; } .form-table td.has-feedback .form-control-feedback { display: none; } .form-table td.has-feedback .form-control { padding-right: initial; } .input-group .form-control { z-index: 0; } .form-inline .form-control { display: inline-block; width: auto; } .uploadify { margin-left: 10px; display: inline-block; } .uploadifive-button { cursor: pointer; background: #2F9DF2; border: none; border-radius: 4px; color: #fff; display: inline-block; font-size: 14px; font-weight: 400; line-height: 1.42857; padding: 6px 12px; text-align: center; vertical-align: middle; white-space: nowrap; } ul.files-list{ margin:0; padding:0; list-style-type:none; } ul.files-list > li{ width:240px; height:264px; float:left; margin:10px 20px 0 0; padding:0; background:#fff; border:1px solid #ddd; color:#666; font-size:14px; position:relative; } ul.files-list.sortable > li{ cursor:move; } .prev-file{ width:238px; height:135px; text-align:center; background:#fff; font-size:14px; } .prev-file img{ max-height:135px; max-width:240px; } .uploaded{ display: none; } .uploaded .prev-file{ border: 1px solid #ccc; float: left; height: 180px; margin: 10px; width: 225px; color: #555; } .uploaded .prev-file img{ max-width:225px; max-height:120px; margin:0 auto 10px auto; display:block; } .actions-file{ position:absolute; bottom:10px; right:10px; font-size:16px; } .actions-file img{ float:left; margin:0 0 0 5px; height:100%; } .infos-file{ padding:10px; } .uploaded p{ margin:10px; } .filesize{ font-size:12px; } input.filename{ width:156px!important; text-align:center!important; border:0!important; background:transparent!important; min-width:156px!important; } #wrap-library{ position:fixed; top:148px; right:-313px; width:313px; height:405px; z-index:1; background: url("../images/drag-drop.png") no-repeat center bottom #fff; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; border-left: 1px solid #ccc; -webkit-border-radius:2px 0 0 2px; -moz-border-radius:2px 0 0 2px; -o-border-radius:2px 0 0 2px; -ms-border-radius:2px 0 0 2px; border-radius:2px 0 0 2px; } #library{ height:100%; overflow: scroll; } #library .heading{ border-bottom: 1px solid #fff; padding: 10px 15px; background: #ccc; } #library [class^="col-"] { background: #ebebeb; border-bottom: 1px solid #fff; border-right: 1px solid #fff; padding: 8px; color: #666; font-size: 12px; height: 118px; } #library a { display: block; height: 50px; overflow: hidden; } a.btn-slide{ position:absolute; top:192px; left:-17px; display:block; width:16px; height:40px; } a.btn-slide.left{ background:url("../images/slide-left.png") no-repeat; } a.btn-slide.right{ background:url("../images/slide-right.png") no-repeat; } #overlay{ background:url("../images/bg-overlay.png"); height:100%; width:100%; position:fixed; top:0; left:0; z-index:2000; display:none; } #loading{ background:url("../images/loading.gif") no-repeat center center; height:100%; width:100%; position:relative; display:block; } .twitter-typeahead { display: block!important; } .tt-input { background-color: #fff!important; } .tt-menu { background-color: #fff; border: 1px solid #308CFC; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); min-width: 200px; } .tt-suggestion { padding: 2px 15px; text-align: left; white-space: nowrap; } .tt-suggestion:hover { cursor: pointer; background-color: #308CFC; color: #fff; } .tt-suggestion p { margin: 0; } .white-popup-block { background: #fff none repeat scroll 0 0; margin: 40px auto; max-width: 650px; padding: 20px 30px; position: relative; text-align: left; } #context-menu { position: absolute; display: none; background: #fff; width: auto; z-index: 8; min-width: 220px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } #context-menu a { display: block; padding: 6px 10px; white-space: nowrap; color: #333; } #context-menu a:hover { background: #2F9DF2; color: #fff; }
0.282295
0.057546
:root { --font-body: system-ui, sans-serif; --font-mono: Consolas, Monaco, monospace; } body { display: flex; flex-flow: column wrap; align-items: center; justify-content: center; font: 200%/1.5 var(--font-body); padding: 1em; } h1 { margin: 0; text-align: right; font-size: 300%; font-weight: bold; color: hsl(220 10% 80%); } h1 strong { color: black; } [mv-app] { display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: 1em; } input { font: inherit; } code { font-family: var(--font-mono); } .viewport-container { --chrome-color: hsl(220 11% 89%); --chrome-thickness: 10px; --body-margin: 0px; } .viewport { width: 50vw; aspect-ratio: 16 / 10; padding: var(--body-margin); border: 0 solid transparent; border-top-width: 40px; box-shadow: 0 0 0 10px var(--chrome-color); background: radial-gradient(#27C841 70%, transparent 71%) 40px 0 / 12px 12px, radial-gradient(#FEBD2E 70%, transparent 71%) 20px 0 / 12px 12px, radial-gradient(#FF6058 70%, transparent 71%) 0 0 / 12px 12px, linear-gradient(white, white) 80px 2.5px / 84% 25px, linear-gradient(var(--chrome-color), var(--chrome-color)) 0 0 / 100% 40px; background-repeat: no-repeat; background-origin: border-box; background-clip: border-box; border-radius: .1px; box-sizing: border-box; overflow: auto; font-size: 32px; } .box { background: skyblue; } .dimension { display: flex; align-items: center; justify-content: center; margin-top: 1em; border: solid; border-width: 0 1px; background: linear-gradient(currentColor, currentColor) center / 100% 1px no-repeat } .dimension .dimension-label { background: white; padding: 0 .5em; font: 100% / 1 var(--font-mono) } .dimension .dimension-label [property="outer_width"]::after { content: "px"; } .dimension.outer { margin-left: calc(var(--body-margin, 0px) + (var(--margin, 0) * 1px)) } .no-width .dimension.outer { width: auto !important; margin-right: calc(var(--body-margin, 0px) + (var(--margin, 0) * 1px)) } .code-container { min-width: 37ch; } .declaration:not(.active) { --custom-visibility: hidden; opacity: .4 } .declaration:not(.active) .value { display: none; } .declaration.active label::after, .declaration.active .value::after { content: ":"; opacity: .4; } .declaration.active .value::after { content: ";"; } .declaration label { font-weight: bold; } .code > code { display: block; } footer { grid-column: 1 / span 2; font-size: 50%; opacity: .5; } footer details:not([open]) { display: inline; }
box-model/style.css
:root { --font-body: system-ui, sans-serif; --font-mono: Consolas, Monaco, monospace; } body { display: flex; flex-flow: column wrap; align-items: center; justify-content: center; font: 200%/1.5 var(--font-body); padding: 1em; } h1 { margin: 0; text-align: right; font-size: 300%; font-weight: bold; color: hsl(220 10% 80%); } h1 strong { color: black; } [mv-app] { display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: 1em; } input { font: inherit; } code { font-family: var(--font-mono); } .viewport-container { --chrome-color: hsl(220 11% 89%); --chrome-thickness: 10px; --body-margin: 0px; } .viewport { width: 50vw; aspect-ratio: 16 / 10; padding: var(--body-margin); border: 0 solid transparent; border-top-width: 40px; box-shadow: 0 0 0 10px var(--chrome-color); background: radial-gradient(#27C841 70%, transparent 71%) 40px 0 / 12px 12px, radial-gradient(#FEBD2E 70%, transparent 71%) 20px 0 / 12px 12px, radial-gradient(#FF6058 70%, transparent 71%) 0 0 / 12px 12px, linear-gradient(white, white) 80px 2.5px / 84% 25px, linear-gradient(var(--chrome-color), var(--chrome-color)) 0 0 / 100% 40px; background-repeat: no-repeat; background-origin: border-box; background-clip: border-box; border-radius: .1px; box-sizing: border-box; overflow: auto; font-size: 32px; } .box { background: skyblue; } .dimension { display: flex; align-items: center; justify-content: center; margin-top: 1em; border: solid; border-width: 0 1px; background: linear-gradient(currentColor, currentColor) center / 100% 1px no-repeat } .dimension .dimension-label { background: white; padding: 0 .5em; font: 100% / 1 var(--font-mono) } .dimension .dimension-label [property="outer_width"]::after { content: "px"; } .dimension.outer { margin-left: calc(var(--body-margin, 0px) + (var(--margin, 0) * 1px)) } .no-width .dimension.outer { width: auto !important; margin-right: calc(var(--body-margin, 0px) + (var(--margin, 0) * 1px)) } .code-container { min-width: 37ch; } .declaration:not(.active) { --custom-visibility: hidden; opacity: .4 } .declaration:not(.active) .value { display: none; } .declaration.active label::after, .declaration.active .value::after { content: ":"; opacity: .4; } .declaration.active .value::after { content: ";"; } .declaration label { font-weight: bold; } .code > code { display: block; } footer { grid-column: 1 / span 2; font-size: 50%; opacity: .5; } footer details:not([open]) { display: inline; }
0.473657
0.168994
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400"); @import url("https://fonts.googleapis.com/css?family=Roboto:100"); @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"); * { margin: 0; padding: 0; box-sizing: border-box; } body { margin: 0; font-family: sans-serif; line-height: 1.6; font-size: 18px; background-image: url('/images/iron-man-3-wallpaper-191.jpg'); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; overflow: scroll; } .nav { position: absolute; left:200px; font-weight:bold; } .button-container-3 { position: relative; display:inline-block; width: 150px; height: 50px; margin-left: 50px; margin-right: 50px; margin-top: 8vh; overflow: hidden; font-family: 'Lato', sans-serif; font-weight: 300; transition: 0.5s; letter-spacing: 1px; } .button-container-3 button { width: 101%; height: 100%; font-family: 'Lato', sans-serif; font-weight: 500; font-size: 20px; letter-spacing: 1px; background: #000; -webkit-mask: url("https://github.com/robin-dela/css-mask-animation/blob/master/img/nature-sprite-2.png?raw=true"); mask: url("https://github.com/robin-dela/css-mask-animation/blob/master/img/nature-sprite-2.png?raw=true"); -webkit-mask-size: 7100% 100%; mask-size: 7100% 100%; border-radius: 6px 22px; color: #800000; cursor: pointer; -webkit-animation: ani2 0.7s steps(70) forwards; animation: ani2 0.7s steps(70) forwards; border-radius: 6px 22px; border-color:black; } .button-container-3 button:hover { -webkit-animation: ani 0.7s steps(70) forwards; animation: ani 0.7s steps(70) forwards; } .mas { position: absolute; color: black; text-align: center; width: 101%; font-family: 'Lato', sans-serif; font-weight: 500; position: absolute; font-size: 20px; margin-top: 12px; overflow: hidden; } @-webkit-keyframes ani { from { -webkit-mask-position: 0 0; mask-position: 0 0; } to { -webkit-mask-position: 100% 0; mask-position: 100% 0; } } @keyframes ani { from { -webkit-mask-position: 0 0; mask-position: 0 0; } to { -webkit-mask-position: 100% 0; mask-position: 100% 0; } } @-webkit-keyframes ani2 { from { -webkit-mask-position: 100% 0; mask-position: 100% 0; } to { -webkit-mask-position: 0 0; mask-position: 0 0; } } @keyframes ani2 { from { -webkit-mask-position: 100% 0; mask-position: 100% 0; } to { -webkit-mask-position: 0 0; mask-position: 0 0; } } a { color:#990000; } .btn { width: 200px; height: 50px; margin:auto; border-radius: 6px 22px; transition: all .2s ease; box-sizing: border-box; text-align: center; color: rgb(236, 240, 241); text-transform: lowercase; letter-spacing: 2px; padding: 14px 0; overflow: hidden; border:none; font-weight:500; } .btn:hover { border-radius: 22px 6px; cursor: pointer; height: 200px; border: 2px solid black; } #message { font-size: 15px; } .btn--stars { background: transparent; } .btn--stars:hover { background: transparent; padding: 13px; } .fa-star { position: relative; transition: all .2s ease; top: -60px; } .btn:hover .fa-star { top: -166px; } .btn:hover .fa-star.star-one, .btn:hover .fa-star.star-three { top: -164px; } .fa-star.star-three { transition-delay: .14s; font-size: 14px; } .fa-star.star-two { transition-delay: .07s; } .fa-star.star-one { font-size: 14px; } .section { padding: 300px 0 30px 0; }
src/main/webapp/css/test.css
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400"); @import url("https://fonts.googleapis.com/css?family=Roboto:100"); @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"); * { margin: 0; padding: 0; box-sizing: border-box; } body { margin: 0; font-family: sans-serif; line-height: 1.6; font-size: 18px; background-image: url('/images/iron-man-3-wallpaper-191.jpg'); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; overflow: scroll; } .nav { position: absolute; left:200px; font-weight:bold; } .button-container-3 { position: relative; display:inline-block; width: 150px; height: 50px; margin-left: 50px; margin-right: 50px; margin-top: 8vh; overflow: hidden; font-family: 'Lato', sans-serif; font-weight: 300; transition: 0.5s; letter-spacing: 1px; } .button-container-3 button { width: 101%; height: 100%; font-family: 'Lato', sans-serif; font-weight: 500; font-size: 20px; letter-spacing: 1px; background: #000; -webkit-mask: url("https://github.com/robin-dela/css-mask-animation/blob/master/img/nature-sprite-2.png?raw=true"); mask: url("https://github.com/robin-dela/css-mask-animation/blob/master/img/nature-sprite-2.png?raw=true"); -webkit-mask-size: 7100% 100%; mask-size: 7100% 100%; border-radius: 6px 22px; color: #800000; cursor: pointer; -webkit-animation: ani2 0.7s steps(70) forwards; animation: ani2 0.7s steps(70) forwards; border-radius: 6px 22px; border-color:black; } .button-container-3 button:hover { -webkit-animation: ani 0.7s steps(70) forwards; animation: ani 0.7s steps(70) forwards; } .mas { position: absolute; color: black; text-align: center; width: 101%; font-family: 'Lato', sans-serif; font-weight: 500; position: absolute; font-size: 20px; margin-top: 12px; overflow: hidden; } @-webkit-keyframes ani { from { -webkit-mask-position: 0 0; mask-position: 0 0; } to { -webkit-mask-position: 100% 0; mask-position: 100% 0; } } @keyframes ani { from { -webkit-mask-position: 0 0; mask-position: 0 0; } to { -webkit-mask-position: 100% 0; mask-position: 100% 0; } } @-webkit-keyframes ani2 { from { -webkit-mask-position: 100% 0; mask-position: 100% 0; } to { -webkit-mask-position: 0 0; mask-position: 0 0; } } @keyframes ani2 { from { -webkit-mask-position: 100% 0; mask-position: 100% 0; } to { -webkit-mask-position: 0 0; mask-position: 0 0; } } a { color:#990000; } .btn { width: 200px; height: 50px; margin:auto; border-radius: 6px 22px; transition: all .2s ease; box-sizing: border-box; text-align: center; color: rgb(236, 240, 241); text-transform: lowercase; letter-spacing: 2px; padding: 14px 0; overflow: hidden; border:none; font-weight:500; } .btn:hover { border-radius: 22px 6px; cursor: pointer; height: 200px; border: 2px solid black; } #message { font-size: 15px; } .btn--stars { background: transparent; } .btn--stars:hover { background: transparent; padding: 13px; } .fa-star { position: relative; transition: all .2s ease; top: -60px; } .btn:hover .fa-star { top: -166px; } .btn:hover .fa-star.star-one, .btn:hover .fa-star.star-three { top: -164px; } .fa-star.star-three { transition-delay: .14s; font-size: 14px; } .fa-star.star-two { transition-delay: .07s; } .fa-star.star-one { font-size: 14px; } .section { padding: 300px 0 30px 0; }
0.394667
0.1011
@-moz-document domain("tacomaworld.com") { html { color: #000; background: #fff; min-height: 100%; min-width: 240px; overflow-y: scroll!important } table { border-collapse: collapse; border-spacing: 0; font: 100% } q:after,q:before { content: '' } abbr,acronym { border: 0; font-variant: normal; text-decoration: none } sub,sup { vertical-align: baseline } #headerMover { background-repeat: repeat; background-position: top } .titleBar h1 em { color: #b0b0b0 } #sitenav div { background-color: inherit } .discussionList .sectionHeaders { background-color: #777 } .vehicleDesc { color: #999 } .profilePage .tabs.mainTabs { background: inherit } #convoPlusNavigation { background-color: #444 } .profilePage .tabs.mainTabs li.active a { background-color: #ffb700 } .relProd { background-color: #222 } .errorPanel:after,.memberList:after,.nodeDescriptionTip:after,.profilePage .mast .primaryContent:after,.profilePage .mast .secondaryContent:after,.resourceListSidebar .secondaryContent:after,.sectionMain:after,.sidebar .secondaryContent:after,.xengallerySideBar .secondaryContent:after { background-repeat: no-repeat; background-position: 50% 0 } .dataTable tr.dataRow td { border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; padding: 5px 10px; word-wrap: break-word } .dataTable tr.dataRow th { background: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); color: #fff; font-size: 11px; padding: 6px 10px } .dataTable tr.dataRow th a { color: inherit; text-decoration: underline } .baseHtml abbr,.baseHtml acronym { border-bottom: 1px dotted #000; cursor: help } .baseHtml em { font-style: italic } .baseHtml dl dd { margin-left: 1em } .resourceTabs ul.tabs { padding-left: 0 } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:400;src:local('Droid Sans'),local('DroidSans'),url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:700;src:local('Droid Sans Bold'),local('DroidSans-Bold'),url(https://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } select.textCtrl { word-wrap: normal; -webkit-appearance: menulist } textarea.textCtrl { word-wrap: break-word; resize: vertical } .sidebar textarea.textCtrl.Elastic { max-width: 97% } html .taggingInput .tag>span:first-child+a:last-child:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0 } .ctrlUnit.fullWidth dt dfn { display: inline; margin: 0 } .ctrlUnit>dd>*>li:first-child>.textCtrl:first-child { margin-top: -3px } .ctrlUnit>dd>*>li>ul>li:first-child { margin-top: 6px } ul.autoCompleteList img.autoCompleteAvatar { float: left; margin-right: 3px; width: 24px; height: 24px } .xenForm .ctrlUnit.fullWidth dd .bbCodeEditorContainer textarea { margin-left: 0; min-height: 200px } html[dir=rtl] #helper_birthday input,html[dir=rtl] #helper_birthday select { direction: rtl } .formPopup .primaryControls input.textCtrl { margin-bottom: 0 } #navigationContainer { position: relative; margin: 0 auto; background-color: #404040; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%) } .navTabs .navLink strong { display: inline; float: left; height: 30px } #AccountMenu .menuColumns ul { float: left; padding: 0; max-height: none; overflow: hidden } #AccountMenu .statusPoster textarea { width: 245px; margin: 0; resize: vertical; overflow: hidden } .navPopup .listPlaceholder ol.secondaryContent { padding: 0 10px } #QuickSearch input.button.primary { float: left; width: 110px } input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration { display: none } .NoResponsive body { min-width: 976px } .sidebar .section .primaryContent h3:after,.sidebar .section .secondaryContent h3:after { border-bottom: 1px solid #343434; content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 0 } a.callToAction span { font-weight: 700; font-size: 12px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #303030; background-color: #ffb700; padding: 0 14px; border: 1px solid #ffb700; display: block; box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; line-height: 24px; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); min-height: 24px; box-sizing: content-box } del,ins { text-decoration: none } a.callToAction span small.minorText { display: block; line-height: 1.2em; padding-bottom: 10px } #StackAlerts .stackAlertContent a { color: inherit } blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul { margin: 0; padding: 0 } fieldset,img { border: 0 } address,caption,cite,code,dfn,em,optgroup,option,strong,th,var { font-style: inherit; font-weight: inherit } li { list-style: none } [dir=auto],caption,th { text-align: left } h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: 400 } legend { color: #000 } optgroup,option { font-family: inherit; font-size: inherit } button,input,select,textarea { *font-size: 100%; font: 99% arial,helvetica,clean,sans-serif } body { font: 13px/1.231 arial,helvetica,clean,sans-serif; *font: x-small; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif; color: black; word-wrap: break-word; line-height: 1.28 } code,kbd,pre,samp,tt { font-family: monospace; *font-size: 108%; line-height: 100% } img:-moz-broken,img:-moz-user-disabled { -moz-force-broken-image-icon: 1 } img:-moz-broken:not([width]),img:-moz-user-disabled:not([width]) { width: 50px } img:-moz-broken:not([height]),img:-moz-user-disabled:not([height]) { height: 50px } #Mover { background-color: #2b2b2b; background-repeat: repeat; background-position: top } pre,textarea { word-wrap: normal } a:link,a:visited { color: #ccc; text-decoration: none } a[href]:hover { color: #ffb700; text-decoration: underline } a:hover { _color: #ffb700; _text-decoration: underline } a.noOutline { outline: 0 } .emCtrl:focus,.emCtrl:hover,.ugc a:focus,.ugc a:hover { text-decoration: none; box-shadow: 5px 5px 7px rgba(0,0,0,.5); outline: 0 } .emCtrl:active,.ugc a:active { position: relative; top: 1px; box-shadow: 5px 5px 7px rgba(0,0,0,.5); outline: 0 } .ugc a:link,.ugc a:visited { color: #ffb700; padding: 0 3px; margin: 0 -3px } .ugc a:focus,.ugc a:hover { color: #7e5a00; background-color: #404040 } .titleBar { margin-bottom: 10px; zoom: 1 } #header .pageWidth .pageContent:after,.titleBar:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .titleBar h1 { font-size: 18pt; overflow: hidden; zoom: 1; text-shadow: 1px 1px 2px rgba(0,0,0,.5) } .titleBar h1 .Popup { float: left } #pageDescription { font-size: 11px; color: #888; margin-top: 2px } .topCtrl { float: right } .topCtrl h2 { font-size: 12pt } img { -ms-interpolation-mode: bicubic } a.avatar { *cursor: pointer } .avatar .img,.avatar img,.avatarCropper { background-color: #404040; padding: 2px; border: 1px solid #404040 } .avatar.plainImage .img,.avatar.plainImage img { border: 0; border-radius: 0; padding: 0; background-color: transparent; background-position: left top } .avatar .img { display: block; background-repeat: no-repeat; background-position: 2px 2px; text-indent: 1000px; overflow: hidden; white-space: nowrap; word-wrap: normal } .avatar .img.s { width: 48px; height: 48px } .avatar .img.m { width: 96px; height: 96px } .avatar .img.l,.avatarCropper { width: 192px; height: 192px } .avatarCropper { direction: ltr } .avatarCropper a,.avatarCropper label,.avatarCropper span { overflow: hidden; position: relative; display: block; width: 192px; height: 192px } .avatarCropper img { padding: 0; border: 0; border-radius: 0; position: relative; display: block } .avatarScaler img { max-width: 192px; _width: 192px } .ctrlUnit>dd .explain b,.ctrlUnit>dd .explain strong,.ctrlUnit>dt dfn b,.ctrlUnit>dt dfn strong,body .dimmed,body .dimmed a,body a.dimmed { color: #b0b0b0 } body .muted,body .muted a,body a.muted { color: #888 } body .faint,body .faint a,body a.faint { color: #707070 } .highlight { font-weight: 700 } .cloaked,.cloaked a,.concealed,.concealed a { text-decoration: inherit!important; color: inherit!important } .concealed a:hover,a.concealed:hover { text-decoration: underline!important } .xenPreviewTooltip,.xenTooltip { display: none; z-index: 15000; cursor: default } .xenTooltip { font-size: 11px; color: #fff; background-color: #303030; padding: 5px 10px; border-radius: 0 } .importantMessage a,.xenTooltip a,.xenTooltip a:hover { color: #fff; text-decoration: underline } .xenTooltip .arrow { border-top: 6px solid #303030; border-right: 6px solid transparent; border-bottom: 1px none #000; border-left: 6px solid transparent; position: absolute; bottom: -6px; line-height: 0; width: 0; height: 0; left: 9px; _display: none } .xenTooltip.flipped .arrow { left: auto; right: 9px } .xenTooltip.statusTip { padding: 5px 10px; line-height: 17px; width: 250px; height: auto } .xenTooltip.statusTip .arrow { border: 6px solid transparent; border-right-color: #303030; border-left: 1px none #000; top: 6px; left: -6px; bottom: auto; right: auto } .xenTooltip.iconTip { margin-left: -6px } .xenTooltip.iconTip.flipped { margin-left: 7px } #PreviewTooltip { display: none } .xenPreviewTooltip { border: 10px solid #606060; border-radius: 10px; position: relative; box-shadow: 0 12px 25px rgba(0,0,0,.75); width: 400px; border-color: #606060; border-color: rgba(96,96,96,.75); _border-color: #606060 } .xenPreviewTooltip .arrow,.xenPreviewTooltip .arrow span { border-top: 15px solid #404040; border-right: 15px solid transparent; border-bottom: 1px none #606060; border-left: 15px solid transparent; position: absolute } .xenPreviewTooltip .arrow { bottom: -15px; _display: none; left: 22px } .xenPreviewTooltip .arrow span { top: -17px; left: -15px } .xenPreviewTooltip .primaryContent,.xenPreviewTooltip .secondaryContent,.xenPreviewTooltip .section,.xenPreviewTooltip .sectionMain { background: 0 0; padding: 0; border-width: 0; border-radius: 0; box-shadow: none!important; margin: 0 } .xenPreviewTooltip .section { background-color: #404040; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 70%); background-image: linear-gradient(to bottom,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 70%) } .xenPreviewTooltip .previewContent { overflow: hidden; zoom: 1; min-height: 1em; padding: 10px } .importantMessage { position: relative; color: #282828; background-color: #ffb700; padding: 5px; margin: 10px 0 12px; border: 1px solid #ffb700; text-align: center; box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,.1) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,.1) 100%); -moz-osx-font-smoothing: grayscale } .importantMessage a { font-weight: 600; color: inherit!important } .section { margin: 10px auto } .tabs+.section { margin-top: 0 } .find_new_posts_none .tabs+.section,.xengallery_find_new_no_response .tabs+.section { margin-top: 10px } .sectionMain>.section:first-child,.sectionMain>table.dataTable:first-child { margin-top: 0 } .sectionMain>.section:last-child,.sectionMain>table.dataTable:last-child { margin-bottom: 0 } .dataTable caption,.heading { color: #ccc } .dataTable caption,.heading,.xenForm .formHeader { font-weight: 700; font-size: 11pt; padding: 5px 10px; margin-bottom: 3px } .heading a { color: #ccc } .editorPopup .heading,.xenForm .formHeader,.xenOverlay .heading { background-color: #ffb700; color: #fff; border-bottom-width: 0 } .subHeading { font-size: 11px; color: #888; padding: 5px 10px; margin: 3px auto 0 } #customFooter .boxContent a,#customFooter .boxContent a:visited,.pairs dt,.pairsColumns dt,.pairsInline dt,.pairsJustified dt,.pairsRows dt,.subHeading a { color: #888 } .primaryContent a,.secondaryContent a { color: #ccc } .sectionFooter { overflow: hidden; zoom: 1; font-size: 11px; color: #888; background: 0 0; padding: 4px 10px; border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; line-height: 16px } .handleReportForm .sectionFooter { margin: 10px 0; background: #404040 } .section .secondaryContent+.sectionFooter { background: 0 0; border-width: 0 } .sectionFooter .left { float: left } .sectionFooter .right { float: right } .actionList,.formPopup .submitUnit dd { text-align: center } .opposedOptions { overflow: hidden; zoom: 1 } .opposedOptions .left { float: left } .opposedOptions .right { float: right } .primaryContent,.secondaryContent,.sectionMain { background-color: #404040; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; position: relative } .sectionMain { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.04) 0%,rgba(255,255,255,0) 50%); background-image: linear-gradient(to bottom,rgba(255,255,255,.04) 0%,rgba(255,255,255,0)50 75%) } .primaryContent,.secondaryContent { padding: 9px; margin-bottom: 10px } #recentActivity,#warnings>div[class=""],.memberList,.primaryContent,.resourceList,.secondaryContent { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.04) 0%,rgba(255,255,255,0) 50%); background-image: linear-gradient(to bottom,rgba(255,255,255,.04) 0%,rgba(255,255,255,0)50 75%) } #recentActivity,#warnings>div[class=""],.resourceList { padding: 9px; margin-bottom: 10px } #ProfilePanes #info,#recentActivity,#warnings>div[class=""],.discussionList,.memberList,.messageList .message.messageFullBlock,.resourceList { background-color: #404040; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; position: relative } #ProfilePanes #info,.memberList,.messageList .message.messageFullBlock { padding: 9px; margin-bottom: 10px } .messageList li.message { background-color: #2b2b2b!important; border: 0 } .FollowList.memberList,.sidebar .sectionMain .secondaryContent,.watch_forums .sectionMain,a.primaryContent,a.secondaryContent,form.sectionMain .secondaryContent { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .errorPanel:after,.memberList:after,.nodeDescriptionTip:after,.profilePage .mast .primaryContent:after,.profilePage .mast .secondaryContent:after,.resourceListSidebar .secondaryContent:after,.sectionMain:after,.sidebar .secondaryContent:after,.xengallerySideBar .secondaryContent:after { background-size: 100% 30px; content: ''; display: block; position: absolute; bottom: -11px; left: 3px; right: 3px; pointer-events: none; height: 10px } .nodeDescriptionTip:after,.resourceListSidebar .secondaryContent:after { bottom: -10px } .resourceListSidebar .secondaryContent:after { bottom: -11px } .FollowList.memberList:after,.sidebar .sectionMain .secondaryContent:after,.watch_forums .sectionMain:after,form.sectionMain .secondaryContent:after { display: none } #recentActivity:after,.importantMessage:after,.message .messageInfo:after,.messageList .message.messageFullBlock:after,.primaryContent.resourceHistory:after,.profilePage #info:after { content: ''; display: block; position: absolute; left: 0; right: 0; bottom: -11px; height: 10px } .mainContentBlock:after { display: none } .discussionList,.sectionMain { padding: 3px 7px; margin: 10px auto 20px } .columns { overflow: hidden; zoom: 1 } .columns .columnContainer,.tabs li { float: left } .columns .columnContainer .column { margin-left: 3px } .columns .columnContainer:first-child .column { margin-left: 0 } .c50_50 .c1,.c50_50 .c2 { width: 49.99% } .c70_30 .c1 { width: 70% } .c70_30 .c2 { width: 29.99% } .c60_40 .c1 { width: 60% } .c60_40 .c2 { width: 39.99% } .c40_30_30 .c1 { width: 40% } .c40_30_30 .c2,.c40_30_30 .c3 { width: 29.99% } .c50_25_25 .c1 { width: 50% } .c50_25_25 .c2,.c50_25_25 .c3 { width: 25% } .tabs { font-size: 11px; word-wrap: normal; min-height: 23px; _height: 23px; display: table; width: 100%; *width: auto; box-sizing: border-box } .tabs li a,.tabs.noLinks li { color: #fff; text-decoration: none; background-color: #606060; padding: 0 8px; margin-right: 1px; border: 1px solid #606060; display: inline-block; line-height: 22px; cursor: pointer; outline: 0; white-space: nowrap; word-wrap: normal; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%); height: 22px } .tabs li:hover a,.tabs.noLinks li:hover { color: #282828; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .tabs li.active a,.tabs.noLinks li.active { color: #fff; background-color: #ffb700; padding-bottom: 1px; border-color: #ffb700; border-bottom: 1px none #000; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: none } .xenForm .tabs,.xenFormTabs { padding: 5px 30px 0 } .Popup { position: relative } .Popup.inline,.alerts h3 { display: inline } .Popup .arrowWidget { margin-top: -2px; margin-left: 2px; display: inline-block; *margin-top: 0; vertical-align: middle; width: 16px; height: 14px } .Popup:hover .arrowWidget { background-position: -32px 0 } .PopupOpen .arrowWidget,.PopupOpen:hover .arrowWidget { background-position: -48px 0 } .Popup .PopupControl,.Popup.PopupContainerControl { display: inline-block; cursor: pointer } .Popup .PopupControl:hover,.Popup.PopupContainerControl:hover { color: #ffb700; text-decoration: none } .Popup .PopupControl:active,.Popup .PopupControl:focus,.Popup.PopupContainerControl:active,.Popup.PopupContainerControl:focus { outline: 0 } .Popup .PopupControl.PopupOpen,.Popup.PopupContainerControl.PopupOpen { background-color: #ffb700; border-color: #888; color: #fff!important; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } #logo a:hover,.Popup .PopupControl.PopupOpen:hover,.Popup.PopupContainerControl.PopupOpen:hover { text-decoration: none } .Menu { border: 0 solid #ffb700; border-left-width: 2px; overflow: hidden; box-shadow: 0 5px 5px rgba(0,0,0,.4),2px 1px 1px rgba(0,0,0,.3); min-width: 200px; *width: 200px; position: absolute; z-index: 7500 } #ResourceFilterMenu { background: #404040 } .Menu,.Popup:hover .Menu.JsOnly,.memberListItem:after { display: none } .Menu.BottomControl { box-shadow: 0 -5px 5px rgba(0,0,0,.4),2px -1px 1px rgba(0,0,0,.3) } .Menu .menuRow,.Menu>li>a,.Popup:hover .Menu { display: block } .Menu.inOverlay { z-index: 10000 } .Menu .menuHeader { overflow: hidden; zoom: 1 } .Menu .menuHeader h3 { font-size: 15pt } .Menu,.Menu .menuHeader .muted { font-size: 11px } .Menu .primaryContent,.Menu .secondaryContent { background: 0 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .Menu .primaryContent { background: rgba(64,64,64,.9); position: relative; border-bottom: 1px solid #4e4e4e; padding: 10px } .Menu .primaryContent:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 0; border-bottom: 1px solid #343434 } .Menu .primaryContent.menuHeader { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%) } .Menu .secondaryContent { background: #404040; border-bottom: 1px solid #343434; padding: 9px } .Menu .secondaryContent+.secondaryContent { border-top: 1px solid #4e4e4e } .Menu .secondaryContent.menuColumns { padding: 2px } .Menu .sectionFooter,.formPopup { background: rgba(64,64,64,.9) } .Menu .blockLinksList { max-height: 400px; overflow: auto; padding: 2px } .formPopup { width: 250px } .formPopup .formPopup,.formPopup .primaryControls,.formPopup .secondaryControls { background: 0 0 } .formPopup .ctrlUnit,.formPopup form { margin: 5px auto } .formPopup .button,.formPopup .textCtrl { width: 232px } .formPopup .ctrlUnit>dt label { display: block; margin-bottom: 2px } .formPopup .ctrlUnit>dd .explain,.messageUserBlock .extraUserInfo dl { margin: 2px 0 0 } .formPopup .primaryControls { zoom: 1; white-space: nowrap; word-wrap: normal; padding: 0 5px } .formPopup .secondaryControls { padding: 0 5px } .formPopup .controlsWrapper { border-radius: 5px; padding: 5px; margin: 5px 0; font-size: 11px } .formPopup .controlsWrapper .textCtrl { width: 222px } #exposeMask { background-color: #282828!important } #StackAlerts { position: fixed; bottom: 70px; left: 35px; z-index: 9999 } #StackAlerts .stackAlert { margin-top: 5px; border: 1px solid #fff; position: relative; box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4); width: 270px } #StackAlerts .stackAlertContent { font-weight: 700; font-size: 11px; color: #000; background-color: #fff; padding: 10px 30px 10px 10px; border: 2px solid #fff; background-color: rgba(255,255,255,.9) } .Tinhte_XenTag_TagsEditor .Tinhte_XenTag_Tag { background: #303030!important } .xenOverlay.lightBox #LightBox #LbUpper { border-radius: 0 } .alerts .alertGroup { margin-bottom: 20px } .alerts .primaryContent { overflow: hidden; zoom: 1; padding: 5px } .sectionMain .alerts .primaryContent { background: 0 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important; border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; padding: 5px } .dataTable tr.dataRow:first-child td,.sectionMain .alerts .primaryContent:first-child { border-top-width: 0 } .sectionMain .alerts .primaryContent:last-child { border-bottom-width: 0 } .alerts .avatar { float: left } .alerts .avatar img,.navPopup .avatar img { width: 32px; height: 32px } .alerts .alertText { margin-left: 32px; padding: 0 5px } .alerts h3 .subject { font-weight: 700 } .alerts .timeRow { font-size: 11px; margin-top: 5px } .alerts .newIcon,.alertsPopup .newIcon { display: inline-block; vertical-align: baseline; margin-left: 2px; width: 11px; height: 11px } .dataTableWrapper { overflow-x: auto; overflow-y: visible } table.dataTable { width: 100%; _width: 99.5%; margin: 10px 0; border-collapse: separate } .dataTable tr.dataRow.first-child td { border-top-width: 0 } .dataTable tr.dataRow:last-child td { border-bottom-width: 0 } .dataTable tr.dataRow.last-child td { border-bottom-width: 0 } .dataTable tr.dataRow td.secondary { background: #ccc; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .dataTable .dataRow .dataOptions { text-align: right; white-space: nowrap; word-wrap: normal; padding: 0 } .dataTable .dataRow .important,.dataTable .dataRow.important { font-weight: 700 } .dataTable .dataRow .dataOptions a.secondaryContent { display: inline-block; border-bottom: none; padding: 7px 10px; font-size: 11px } .dataTable .dataRow .dataOptions a.secondaryContent:hover { background-color: #ffb700; color: #fff; text-decoration: none } .dataTable .dataRow .delete { padding: 0; width: 26px } .dataTable .dataRow .delete a { display: block; cursor: pointer; padding: 5px; width: 16px; height: 16px; overflow: hidden; white-space: nowrap; text-indent: -1000px } .memberListItem { background: 0 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important; border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; padding: 4px 0; overflow: hidden; zoom: 1 } .memberListItem:first-child { border-top-width: 0; padding-top: 0 } .memberListItem:last-child { border-bottom-width: 0; padding-bottom: 0 } .resource_author_list .memberListItem { background-color: #404040; border: 1px solid #4e4e4e; border-right-color: #343434; border-bottom-color: #343434; padding: 5px } .memberListItem .avatar,.memberListItem .icon { float: left } .memberListItem .extra { font-size: 11px; float: right } .blockLinksList span.depthPad,.memberListItem .extra .DateTime { display: block } .memberListItem .extra .bigNumber { font-size: 250%; color: #888 } .memberListItem .member { margin-left: 65px } .memberListItem h3.username { font-weight: 700; font-size: 13pt; margin-bottom: 3px } .memberListItem .username.guest { font-style: italic; font-weight: 400 } .memberListItem .userInfo { font-size: 11px; margin-bottom: 3px } .memberListItem .userBlurb .userTitle { font-weight: 700 } .PageNav,.memberListItem .userStats dd,.memberListItem .userStats dt { white-space: nowrap } .memberListItem .member .contentInfo { margin-top: 5px } .memberListItem.extended .extra { width: 200px } .memberListItem.extended .member { margin-right: 210px } .DismissParent .DismissCtrl { position: absolute; top: 12px; right: 5px; display: block; color: #fff; width: 15px; height: 15px; line-height: 15px; text-align: center; opacity: .4; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; font-size: 10px; overflow: hidden; white-space: nowrap; text-indent: 20000em; cursor: pointer } #StackAlerts .DismissParent .DismissCtrl,.DismissParent:hover .DismissCtrl,.Touch .DismissParent .DismissCtrl { opacity: 1 } #StackAlerts .DismissParent .DismissCtrl,.DismissParent:hover .DismissCtrl:hover { background-position: -96px 0 } .DismissParent:hover .DismissCtrl:active { background-position: -112px 0 } .baseHtml h1 { font-size: 138.5%; margin: 1em 0 } .baseHtml h2 { font-size: 123.1%; margin: 1em 0 } .baseHtml h3 { font-size: 108%; margin: 1em 0 } .baseHtml h1,.baseHtml h2,.baseHtml h3,.baseHtml h4,.baseHtml h5,.baseHtml h6,.baseHtml strong { font-weight: 700 } .baseHtml blockquote,.baseHtml dl,.baseHtml ol,.baseHtml ul { margin: 1em } .baseHtml dl,.baseHtml ol,.baseHtml ul { margin-left: 3em; margin-right: 0 } .baseHtml dl dl,.baseHtml dl ol,.baseHtml dl ul,.baseHtml ol dl,.baseHtml ol ol,.baseHtml ol ul,.baseHtml ul dl,.baseHtml ul ol,.baseHtml ul ul { margin-top: 0; margin-bottom: 0 } .baseHtml ol li { list-style: decimal outside } .baseHtml ul li { list-style: disc outside } .baseHtml ol ul li,.baseHtml ul ul li { list-style-type: circle } .baseHtml ol ol ul li,.baseHtml ol ul ul li,.baseHtml ul ol ul li,.baseHtml ul ul ul li { list-style-type: square } .baseHtml ol ul ol li,.baseHtml ul ol li,.baseHtml ul ol ol li { list-style: decimal outside } .baseHtml td,.baseHtml th { border: 1px solid #000; padding: .5em } .baseHtml th { font-weight: 700; text-align: center } .baseHtml caption { margin-bottom: .5em; text-align: center } .baseHtml fieldset,.baseHtml p,.baseHtml pre,.baseHtml table { margin-bottom: 1em } .PageNav { font-size: 11px; padding: 2px 0; overflow: hidden; zoom: 1; line-height: 16px; word-wrap: normal; min-width: 150px; margin-bottom: -.5em } .PageNav .hidden { display: none } .PageNav .pageNavHeader,.PageNav .scrollable,.PageNav a { display: block; float: left; margin-right: 3px; margin-bottom: .5em } .PageNav .pageNavHeader { padding: 1px 0 } .PageNav a { color: #ffb700; text-decoration: none; background-color: #404040; border: 1px solid #404040; text-align: center; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset; min-width: 19px } .PageNav a[rel=start] { width: 19px!important } .PageNav a.text { width: auto!important; padding: 0 4px } .PageNav a.currentPage { color: #fff; background-color: #888; border-color: #888; position: relative } a.PageNavNext,a.PageNavPrev { color: #ccc; background: 0 0; padding: 1px; border: 1px transparent; cursor: pointer; width: 19px!important } .PageNav a:focus,.PageNav a:hover { color: #282828; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .PageNav a.distinct { margin-left: 3px } .PageNav .scrollable { position: relative; overflow: hidden; width: 117px; height: 18px } .PageNav .scrollable .items { width: 20000em; position: absolute; display: block } .PageNav .gt999 { font-size: 9px; letter-spacing: -.05em } .PageNav.pn5 a { width: 29px } .PageNav.pn5 .scrollable { width: 167px } .PageNav.pn6 a { width: 33px } .PageNav.pn6 .scrollable { width: 187px } .PageNav.pn7 a { width: 37px } .PageNav.pn7 .scrollable { width: 207px } .pairsColumns,.pairsJustified,.pairsRows { line-height: 1.5 } .pairsInline dd,.pairsInline dl,.pairsInline dt { display: inline } .pairsRows dd,.pairsRows dt { display: inline-block; vertical-align: top; *display: inline; *margin-right: 1ex; *zoom: 1 } .pairsColumns dl,.pairsJustified dl,.threeColumnList,.twoColumnList,dl.pairsColumns,dl.pairsJustified { overflow: hidden; zoom: 1 } .pairsColumns dd,.pairsColumns dt { float: left; width: 48% } .pairsJustified dt { float: left; max-width: 100%; margin-right: 5px } .pairsJustified dd { float: right; text-align: right; max-width: 100% } .listInline dd,.listInline dl,.listInline dt,.listInline li,.listInline ol,.listInline ul { display: inline } .commaElements>:after,.commaImplode li:after { content: ', ' } .commaElements>:last-child:after,.commaImplode li:last-child:after { content: '' } .bulletImplode li:before { content: '\2022\a0' } .bulletImplode li:first-child:before { content: '' } .threeColumnList li,.twoColumnList li { float: left; width: 32%; margin: 2px 1% 2px 0 } .twoColumnList li { width: 48% } .previewTooltip .avatar { float: left } .previewTooltip .text { margin-left: 64px } .previewTooltip blockquote { font-family: Georgia,"Times New Roman",Times,serif; line-height: 1.4; font-size: 10pt; max-height: 150px; overflow: hidden } .previewTooltip .posterDate { font-size: 11px; padding-top: 5px; border-top: 1px solid #4e4e4e; margin-top: 5px; position: relative } .previewTooltip .posterDate:before { content: ''; display: block; position: absolute; top: -2px; left: 0; right: 0; border-top: 1px solid #343434 } .blockLinksList { font-size: 11px; padding: 2px } .blockLinksList a,.blockLinksList label { color: #ccc; padding: 5px 10px; border-radius: 0; display: block; outline: 0 } .blockLinksList a:focus,.blockLinksList a:hover,.blockLinksList label:focus,.blockLinksList label:hover,.blockLinksList li.kbSelect a,.blockLinksList li.kbSelect label { color: #282828; text-decoration: none; background-color: #ffb700 } .blockLinksList a.selected,.blockLinksList a:active,.blockLinksList label.selected,.blockLinksList label:active,.blockLinksList li.kbSelect a.selected,.blockLinksList li.kbSelect a:active,.blockLinksList li.kbSelect label.selected,.blockLinksList li.kbSelect label:active { background-color: #ffb700 } .blockLinksList a.selected,.blockLinksList label.selected,.blockLinksList li.kbSelect a.selected,.blockLinksList li.kbSelect label.selected { font-weight: 700; display: block } .blockLinksList .itemCount { float: right; font-size: 9px; line-height: 16px; color: #fff; background-color: #ffb700; padding: 0 2px; border-radius: 4px; min-width: 12px; _width: 12px; text-align: center; text-shadow: none; white-space: nowrap; word-wrap: normal } #header.staticNav .navTabs .navTab.selected .tabLinks,#header.staticNav .selectedTabLinks .tabLinks,.blockLinksList .itemCount.Zero { display: none } .bubbleLinksList,.unitPairsJustified li { overflow: hidden } .bubbleLinksList a { float: left; padding: 2px 4px; margin-right: 2px; border-radius: 3px; text-decoration: none } .bubbleLinksList a:active,.bubbleLinksList a:hover { color: #282828; text-decoration: none; background-color: #ffb700 } .bubbleLinksList a.active { background-color: #ffb700; font-weight: 700; display: block } .indentList ol,.indentList ul { margin-left: 2em } .hiddenIframe { display: block; width: 500px; height: 300px } .traceHtml { font-size: 11px; font-family: calibri,verdana,arial,sans-serif } .traceHtml .function { color: #b45050; font-weight: 400 } .traceHtml .file { font-weight: 400 } .traceHtml .shade { color: gray } .traceHtml .link { font-weight: 700 } ._depth0 { padding-left: 0 } ._depth1 { padding-left: 2em } ._depth2 { padding-left: 4em } ._depth3 { padding-left: 6em } ._depth4 { padding-left: 8em } ._depth5 { padding-left: 10em } ._depth6 { padding-left: 12em } ._depth7 { padding-left: 14em } ._depth8 { padding-left: 16em } ._depth9 { padding-left: 18em } .errorPanel,.formValidationInlineError { color: #fff; background-color: #ffb700; border: 1px solid #ffb700; box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .formValidationInlineError { display: none; z-index: 5000; border-radius: 0; padding: 2px 5px; font-size: 11px; width: 175px; min-height: 2.5em; _height: 2.5em; word-wrap: break-word; position: absolute } .formValidationInlineError.inlineError { position: static; width: auto; min-height: 0 } .errorPanel { margin: 10px 0 20px; position: relative } .errorPanel .errorHeading { margin: .75em; font-weight: 700; font-size: 12pt } .errorPanel .errors { margin: .75em 2em; display: block; line-height: 1.5 } input[type=search] { box-sizing: content-box } .ignored,.widget-tabs h3:after { display: none!important } .floatLeft { float: left } .floatRight { float: right } .horizontalContain { overflow-x: auto } .SquareThumb,.ltr,input[type=email],input[type=url] { direction: ltr } .SquareThumb { overflow: hidden; padding: 0; width: 48px; height: 48px } .SquareThumb,.SquareThumb img { position: relative; display: block } #recaptcha_image img,.bbCodeImage { max-width: 100% } .bbCodeImageFullSize { position: absolute; z-index: 50000 } .bbCodeStrike { text-decoration: line-through } img.mceSmilie,img.mceSmilieSprite { vertical-align: text-bottom; margin: 0 1px } .section.widget-container.widget-tabs { clear: both } .widget-tabs .primaryContent { background: 0 0; padding: 0; border-width: 0; border-radius: 0; box-shadow: none!important; margin: 0 } .widget-tabs .tabs { margin: 0 10px } .widget-tabs h3 { margin: 0!important; padding: 0!important; font: inherit!important; color: inherit!important; line-height: 25px } #customFooter .boxContent a:active,#customFooter .boxContent a:hover { color: #ffb700 } .captchaPhotos ul.captchaPhotos li { border-radius: 0; border-color: #4e4e4e #343434 #343434 #4e4e4e } .captchaPhotos ul.captchaPhotos li.checked { border-radius: 0 } .xenOverlay .captchaPhotos ul.captchaPhotos li,.xenOverlay .captchaPhotos ul.captchaPhotos li.checked { border-color: #383838 } .captchaPhotos ul.captchaPhotos li.checked { background-color: #4e4e4e; border-color: #ffb700 } div#taigachat_box { background: 0 0; border-color: #4e4e4e; box-shadow: 0 0 1px rgba(0,0,0,.25) } blockquote.taigachat_motd { border-top-width: 0 } ul.ribbons { margin: 0 -14px } .sectionMain.Tinhte_XenTag_Tags_ThreadView { padding: 9px } .Tinhte_XenTag_TagsEditor .Tinhte_XenTag_TagNew .textCtrl.Tinhte_XenTag_TagNewInput { color: #ccc } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag { font-size: 13px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #282828; background-color: #ffb700; padding: 0 5px; border: 1px solid #ffb700; border-radius: 0; text-align: center; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset; outline: 0; line-height: 21px; display: inline-block; cursor: pointer; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-sizing: content-box; height: 21px } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag a.delete { color: inherit } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag:active,.Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag:hover { color: #000; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag:active { color: #282828; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .visibleResponsiveFull { display: inherit!important } .hiddenResponsiveFull,.visibleResponsiveMedium,.visibleResponsiveNarrow,.visibleResponsiveWide { display: none!important } .hiddenResponsiveMedium,.hiddenResponsiveNarrow,.hiddenResponsiveWide { display: inherit!important } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:400;src:local('Droid Sans'),local('DroidSans'),url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:700;src:local('Droid Sans Bold'),local('DroidSans-Bold'),url(https://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } .userLevel { display: inline-block; font-size: 16px; border-radius: 50%; border: solid #ccc 2px; height: 28px; width: 28px; line-height: 28px; text-align: center; cursor: default; font-weight: 400 } .userLevel .userLevelNum { font-family: 'Droid Serif',serif; color: #ccc } a .userLevel { cursor: pointer } .memberCard .userLevel { border-color: #303030 } .memberCard .userLevel .userLevelNum,.navTabs .navTab.PopupClosed:hover .navLink { color: #303030 } .memberListItem .extra .userLevel { position: relative; top: -3px; margin-right: 6px } .followingList .userLevel { float: right } .userLevel.lvl_0 { border-color: #9b9b9b } .userLevel.lvl_10 { border-color: #c02942 } .userLevel.lvl_20 { border-color: #d95b43 } .userLevel.lvl_30 { border-color: #fecc23 } .userLevel.lvl_40 { border-color: #467a3c } .userLevel.lvl_50 { border-color: #4e8ddb } .userLevel.lvl_60 { border-color: #7652c9 } .userLevel.lvl_70 { border-color: #c252c9 } .userLevel.lvl_80 { border-color: #542437 } .userLevel.lvl_90 { border-color: #997c52 } .ctrlUnit.submitUnit dd .explain,.ctrlUnit.submitUnit dd .text,.ctrlUnit.submitUnit dd label { line-height: 1.28 } #QuickSearch .ctrlUnit.submitUnit dd,.Menu .ctrlUnit.submitUnit dd,.xenOverlay .ctrlUnit.submitUnit dd { border: 0; background: 0 0 } .textCtrl { font-size: 13px; font-family: Calibri,'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #eee; background-color: #303030; padding: 3px; margin-bottom: 2px; border: 1px solid #303030; outline: 0 } select[multiple].textCtrl,select[size].textCtrl { -webkit-appearance: listbox } select[size="0"].textCtrl,select[size="1"].textCtrl { -webkit-appearance: menulist } .textCtrl.Focus,.textCtrl:focus { color: #000; background-color: #ffe57c; border-color: #ffc800; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset } .disabled .textCtrl,input.textCtrl.disabled,textarea.textCtrl.disabled { font-style: italic; color: #ccc; background-color: #202020; border-color: #444 } .textCtrl.prompt { font-style: italic; color: #e8e8e8 } .textCtrl:-moz-placeholder,.textCtrl::-moz-placeholder { font-style: italic; color: #e8e8e8 } .textCtrl::-webkit-input-placeholder { font-style: italic; color: #e8e8e8 } .textCtrl:-ms-input-placeholder { font-style: italic; color: #e8e8e8 } .textCtrl.autoSize { width: auto!important } .textCtrl.number,.textCtrl.number input { text-align: right; width: 150px } .textCtrl.number input::-ms-clear,.textCtrl.number::-ms-clear { display: none; width: 0; height: 0 } .textCtrl.fillSpace { width: 100%; box-sizing: border-box; _width: 95% } .textCtrl.code,.textCtrl.code input { font-family: Consolas,"Courier New",Courier,monospace; white-space: pre; word-wrap: normal; direction: ltr } input.textCtrl[type=password] { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif } input[type=search] { -webkit-appearance: none } .textCtrl.titleCtrl,.textCtrl.titleCtrl input { font-size: 18pt } textarea.textCtrl.Elastic { max-height: 300px } .button,.textCtrlWrap { display: inline-block } .textCtrlWrap input.textCtrl { color: inherit!important; padding: 0!important; margin: 0!important; border: 0!important; background: 0 0!important; border-radius: 0!important; box-shadow: none!important } .textCtrlWrap.blockInput input.textCtrl { margin-top: 4px!important } .taggingInput.textCtrl { padding-top: 1px; min-height: 25px } .taggingInput input { margin: 0; font-size: 12px; border: 1px solid transparent; padding: 0; background: 0 0; outline: 0; color: inherit; font-family: inherit } .taggingInput .tag { border: 1px solid #aeaeae; border-radius: 0; display: inline-block; padding: 0 3px; text-decoration: none; background: #aeaeae; color: #404040; margin-right: 3px; margin-top: 2px; font-size: 12px; max-width: 98%; box-shadow: 1px 1px 3px rgba(0,0,0,.25); position: relative } .disabled.taggingInput .tag { opacity: .7 } .disabled.taggingInput .tag a { pointer-events: none } html .taggingInput .tag a { color: inherit; font-weight: 700; text-decoration: none } .taggingInput .tag:hover { background-color: #ffb700; border-color: #ffb700; color: #fff } .taggingInput .addTag { display: inline-block; min-width: 150px; max-width: 100%; margin-top: 2px } .taggingInput .tagsClear { clear: both; width: 100%; height: 0; float: none } .button { font-style: normal; -webkit-appearance: none; font-size: 13px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #282828; background-color: #ffb700; padding: 0 5px; border: 1px solid #ffb700; border-radius: 0; text-align: center; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset; outline: 0; line-height: 21px; cursor: pointer; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-sizing: content-box; height: 21px } .formPopup .advSearchLink { display: block; margin: 0 4px } .button.smallButton { font-size: 11px; padding: 0 3px; line-height: 19px; height: 19px } .button.light,a.button.disabled,a.button.primary.disabled,html .buttonProxy .button.disabled,input.button.disabled,input.button.primary.disabled { color: #fff; background-color: #4e4e4e; border-color: #4e4e4e; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.5) inset } .button::-moz-focus-inner { border: 0 } a.button { display: inline-block; color: #282828 } .button:hover,.buttonProxy:hover .button,.button[href]:hover,.formPopup .advSearchLink:hover { color: #000; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button:focus { color: #282828; text-decoration: none; background-color: #ffb700; border-color: #ffb700; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button:active,.button[href]:active { color: #282828; background-color: #ffb700; border-color: #ffb700; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button.ToggleButton.checked,.button:active,.buttonProxy:active .button,.button[href]:active,.formPopup .advSearchLink:active { text-decoration: none; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .buttonProxy:active .button,.formPopup .advSearchLink:active { color: #282828; background-color: #ffb700; border-color: #ffb700; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button.ToggleButton { cursor: default; width: auto } .button.ToggleButton.checked { color: #000; background-color: #ffe57c; border-color: #ffc800; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset } .button.inputSupplementary { width: 25px; position: absolute; top: 0; right: 0 } .button.inputSupplementary.add { color: green } .button.inputSupplementary.delete { color: red } .submitUnit .button { min-width: 100px; *min-width: 0 } .ctrlUnit.sectionLink dt { text-align: left; font-size: 11px } .ctrlUnit.sectionLink dt a { margin-left: 11px } .ctrlUnit>dt .error,.ctrlUnit>dt dfn { font-size: 10px; display: block; font-weight: 400 } .ctrlUnit>dt dfn { font-style: italic; margin-left: 30px; color: #888 } .ctrlUnit>dt .error { color: red } .ctrlUnit>dt a { font-weight: 400 } .ctrlUnit>dd .explain,.ctrlUnit>dd>*>li .hint { font-size: 11px; color: #888; margin-top: 2px } .ctrlUnit>dd>*>li { margin: 4px 0 8px; padding-left: 1px } .ctrlUnit>dd .break { margin-bottom: .75em; padding-bottom: .75em } .ctrlUnit>dd .rule { border-bottom: 1px solid silver } .ctrlUnit>dd .ddText { margin-bottom: 2px } .ctrlUnit>dd>*>li .hint { margin-left: 16px } .ctrlUnit .disablerList,.ctrlUnit .indented,.ctrlUnit>dd>*>li>ul { margin-left: 16px } .ctrlUnit>dd .checkboxColumns>li,.ctrlUnit>dd .choiceList>li,.ctrlUnit>dd .disablerList>li { margin-top: 6px } .ctrlUnit>dd .helpLink { font-size: 10px } .ctrlUnit.textValue dt { padding-top: 0 } .button.spinBoxButton { font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif; font-size: 11pt } .footer .choosers dd,.footerLinks li,.unitPairsJustified li .label { float: left } .unitPairsJustified li .value { float: right } #calroot { margin-top: -1px; width: 198px; padding: 2px; background-color: #404040; font-size: 11px; border: 1px solid #ffb700; border-width: 0 0 0 2px; box-shadow: 0 0 15px #000; z-index: 7500 } #calhead { padding: 2px 0; height: 22px } #calnext,#calprev,#caltitle { font-size: 11pt; line-height: 20px; text-align: center } #caltitle { color: #a0a0a0; float: left; width: 155px } #calnext,#calprev { display: block; width: 20px; height: 20px; cursor: pointer } #calprev { float: left } #calnext { float: right } #calnext.caldisabled,#calprev.caldisabled { visibility: hidden } #caldays { height: 14px; border-bottom: 1px solid #a0a0a0 } #caldays span,.calweek a { display: block; float: left; text-align: center } #caldays span { color: #a0a0a0; width: 28px } #calweeks { margin-top: 4px } .calweek { clear: left; height: 22px } .calweek a { width: 27px; height: 20px; text-decoration: none; font-size: 11px; margin-left: 1px; line-height: 20px; border-radius: 3px } .calfocus,.calweek a:hover { background-color: #ffb700; color: #fff } a.caloff { color: #888 } a.caloff:hover { background-color: #606060; color: #fff } a.caldisabled { background-color: #efefef!important; color: #ccc!important; cursor: default } #caltoday,ul.autoCompleteList li strong { font-weight: 700 } #calcurrent { background-color: #ffb700; color: #fff } ul.autoCompleteList { border: 1px solid #a4a4a4; padding: 0; font-size: 11px; min-width: 180px; _width: 180px; z-index: 1000 } ul.autoCompleteList li { padding: 3px; height: 24px; line-height: 24px; background: rgba(64,64,64,.9); border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434 } ul.autoCompleteList li:first-child { border-top-width: 0 } ul.autoCompleteList li:last-child { border-bottom-width: 0 } ul.autoCompleteList li.selected,ul.autoCompleteList li:hover { background-color: #ffb700; border-color: #ffb700; color: #fff; border-radius: 0 } .statusEditorCounter { color: green } .statusEditorCounter.warning { color: orange; font-weight: 700 } .statusEditorCounter.error { color: red; font-weight: 700 } #helper_birthday>li,.explain .statusHeader { display: inline } .explain .CurrentStatus { color: #ccc; font-style: italic; padding-left: 5px } #alerts li.alertItem,.bbCodeEditorContainer a { font-size: 11px } #recaptcha_image { box-sizing: content-box; max-width: 100% } #helper_birthday { display: inline-block } #header { margin-bottom: 28px } #header.movedSelectedRow { margin-bottom: 0 } #header .pageWidth .pageContent { zoom: 1 } #header.staticNav #navigationContainer { position: fixed; left: 0; right: 0; top: 0; z-index: 55 } #header.staticNav.navigationFirst { padding-top: 30px } #header.staticNav .beforeNavigation { margin-bottom: 30px } #logo { display: block; float: left; overflow: hidden } #logo div { line-height: 98px; *line-height: 102px; height: 102px; max-width: 100% } #logo span { *display: inline-block; *height: 100% } #logo div,#logo img { vertical-align: middle } #visitorInfo { float: right; min-width: 250px; _width: 250px; overflow: hidden; zoom: 1; background: #aeaeae; padding: 5px; border-radius: 5px; margin: 10px 0; border: 1px solid #606060; color: #606060 } #visitorInfo .avatar { float: left; display: block } #visitorInfo .avatar .img { border-color: #a0a0a0 } #visitorInfo .username { font-size: 18px; text-shadow: 1px 1px 10px #fff; color: #606060; white-space: nowrap; word-wrap: normal } #alerts,#navigation .PopupOpen .menuIcon:before,#navigation .navLink .menuIcon:before { zoom: 1 } #alerts #alertMessages { padding-left: 5px } #alerts .label { color: #606060 } #forumFooter { overflow: hidden } #forumFooter .footerInner { border: 2px solid #404040; box-shadow: 0 0 0 1px rgba(0,0,0,.3) inset; margin: 0 -5px; padding: 0 3px; background-color: #404040 } .footer .pageContent { font-size: 11px; padding: 8px 0 0; color: #a0a0a0!important; overflow: hidden; zoom: 1 } .footer a,.footer a:visited { padding: 5px; color: #ccc!important; display: block } .footerLegal a,.footerLegal a:visited { color: #ccc!important } .footer a:active,.footer a:hover,.footerLegal a:active,.footerLegal a:hover { text-decoration: underline; color: #fff!important } .footer .choosers,.footerLinks { float: left; overflow: hidden; zoom: 1 } .footer .choosers dt { display: none } .footerLinks { float: right } .footerLinks.left { float: left; padding-left: 5px } .footerLinks a.globalFeed,.footerLinks a.topLink { width: 14px } .footerLinks a.globalFeed,.footerLinks a.homeLink,.footerLinks a.topLink { height: 14px; display: block; text-indent: -9999px; white-space: nowrap; padding: 0; margin: 5px } .footerLinks a.topLink { background-position: -186px -28px } .footerLinks a.homeLink { width: 15px; background-position: -170px -43px } .footer .choosers dd,.footerLinks .contactLink { padding-left: 13px; position: relative } .footer .choosers dd:before,.footerLinks .contactLink:before { content: ''; display: block; position: absolute; left: 0; top: 5px; width: 14px; height: 14px } .footer .choosers dd:before { background-position: -171px -58px } .footerLegal .pageContent { font-size: 11px; overflow: hidden; zoom: 1; padding: 5px 5px 15px; text-align: left } #copyright { color: #a0a0a0; float: right; text-align: right } #legal li { float: left; margin-left: 10px } .breadBoxBottom,.breadBoxTop { padding: 0; margin: 10px 0; zoom: 1; clear: both } .breadBoxBottom:after,.breadBoxBottom:before,.breadBoxTop:after,.breadBoxTop:before { content: ' '; display: table; clear: both } .breadBoxTop .topCtrl { margin-left: 10px; float: right; line-height: 26px } #legal,.breadBoxTop .callToAction { float: right } .breadcrumb { font-size: 11px; background-color: #404040; padding: 0 6px 0 9px; margin: 0; border: 1px solid #404040; position: relative; zoom: 1; box-shadow: 0 0 0 1px #383838 inset; height: 24px } .breadcrumb .crumbs { display: block; line-height: 24px; margin-right: 20px } .breadcrumb.showAll { height: auto } .breadcrumb .boardTitle { display: none } .breadcrumb .crust a.crumb { cursor: pointer; text-decoration: none; outline: 0; background: 0 0; -moz-outline-style: 0 none } .breadcrumb .crust a.crumb:hover { background: 0 0 } .breadcrumb .crust:last-child a.crumb { font-weight: 700 } .breadcrumb .crust .arrow { color: #888; padding: 0 2px; display: inline-block; border: 0; position: absolute; right: 0; top: 0; z-index: 50; width: 0; height: 0 } .breadcrumb .crust .arrow:after { content: '»'; display: inline-block; font-size: 11px; color: #ccc } .breadcrumb .crust:last-child .arrow { display: none } .breadcrumb .crust .arrow span,.breadcrumb .crust.last-child .arrow { display: none } .breadcrumb .crust:hover a.crumb { text-decoration: underline } .breadcrumb .jumpMenuTrigger { margin: 4px 0 0; display: block; float: right; white-space: nowrap; text-indent: 9999px; overflow: hidden; width: 13px; height: 16px } .navTabs { margin: 0 auto; background-color: #404040; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); font-size: 11px; padding: 0 10px } #navigation .pageContent,.navTabs { height: 30px; position: relative } #navigation .menuIcon { position: relative; font-size: 18px; width: 16px; display: inline-block; text-indent: -9999px } #navigation .menuIcon:before { content: ""; font-size: 18px; position: absolute; top: .6em; left: 0; width: 16px; height: 2px; border-top: 6px double currentColor; border-bottom: 2px solid currentColor } .navTabs .publicTabs { float: left } .navTabs .visitorTabs { float: right } .navTabs .navLink,.navTabs .navTab { margin: 0; float: left; white-space: nowrap } .navTabs .navTab { word-wrap: normal; max-height: 30px; padding: 0 } .navTabs .navTab.PopupOpen,.navTabs .navTab.PopupOpen.selected { text-shadow: none } .hasHiddenTabs .navTab.responsiveHiddenTabs { display: block!important } .hasHiddenTabs .navTab.hiddenTab { display: none } .navTabs .navLink { font-size: 13px; color: #ccc; padding: 1px 12px; display: block; vertical-align: text-bottom; text-align: center; outline: 0; position: relative; text-shadow: 1px 1px 2px rgba(0,0,0,.5); height: 28px; line-height: 28px } .navTabs .navLink.hasSplitCtrl { padding-right: 26px } .navTabs .navLink:hover { color: #303030; text-decoration: none; background: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .navTabs .navLink:after,.navTabs .navLink:before { content: ''; display: block; position: absolute; top: 2px; bottom: 2px; width: 0; left: 0; border-left: 1px solid #4e4e4e } .navTabs .navLink:after { left: auto; right: 0; border-left-color: #343434 } .navTabs .PopupOpen+.navTab .navLink:before,.navTabs .lastVisible .navLink:after,.navTabs .navTab.selected .tabLinks li:first-child a:before,.navTabs .navTab.selected .tabLinks li:last-child a:after,.navTabs .navTab:first-child .navLink:before,.navTabs .navTab:hover+.navTab .navLink:before,.navTabs .navTab:last-child .navLink:after,.selectedTabLinks .tabLinks li:first-child a:before,.selectedTabLinks .tabLinks li:last-child a:after { display: none } .navTabs.hasHiddenTabs .lastVisible .navLink:after,.sidebar .visitorPanel .avatar img { display: block } .navTabs .navTab.PopupClosed { position: relative } .navTabs .navTab.selected .navLink { color: #ffb700; background-color: #2b2b2b; font-weight: 500; position: relative; text-shadow: 1px 1px 1px #000; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%) } .navTabs .navTab.PopupOpen .navLink,.navTabs .navTab.PopupOpen.selected .navLink { color: #fff; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .navTabs .navTab .navLink:hover:after,.navTabs .navTab .navLink:hover:before,.navTabs .navTab.PopupOpen .navLink:after,.navTabs .navTab.PopupOpen .navLink:before,.navTabs .navTab.selected .SplitCtrl,.navTabs .navTab.selected .arrowWidget,.navTabs .navTab.selected .navLink:after,.navTabs .navTab.selected .navLink:before { display: none } .navTabs .SplitCtrl { width: 22px; height: 30px; position: relative; vertical-align: top; margin-left: -22px; margin-top: 1px } .navTabs .navTab .arrowWidget { display: inline-block; height: 30px; position: relative; vertical-align: top; background: 0 0!important; margin: 0 0 0 4px; width: 10px } .navTabs .SplitCtrl:after,.navTabs .navTab .arrowWidget:after { content: ''; display: block; position: absolute; height: 14px; left: 0; top: 9px; width: 14px } .navTabs .navTab.PopupClosed.selected .SplitCtrl:after,.navTabs .navTab.PopupClosed.selected .arrowWidget:after { background-position: -32px 0 } .navTabs .navTab.PopupClosed .SplitCtrl:hover:after,.navTabs .navTab.PopupClosed .arrowWidget:hover:after,.navTabs .navTab.PopupClosed:hover .SplitCtrl:after,.navTabs .navTab.PopupClosed:hover .arrowWidget:after { background-position: -16px 0 } .navTabs .navTab.PopupOpen .SplitCtrl:after,.navTabs .navTab.PopupOpen .arrowWidget:after,.navTabs .navTab.PopupOpen.selected .SplitCtrl:after,.navTabs .navTab.PopupOpen.selected .arrowWidget:after { background-position: -48px 0 } .navTabs .SplitCtrl,.navTabs .navTab.selected.PopupControl .SplitCtrl,.navTabs .navTab.selected.PopupControl .arrowWidget { display: inline-block } .navTabs .navTab.selected .tabLinks,.selectedTabLinks .tabLinks { background-color: #404040; padding: 0 1px; margin: 0; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); height: 26px } .navTabs .navTab.selected .tabLinks:hover,.selectedTabLinks .tabLinks:hover { color: #282828 } .navTabs .navTab.selected .blockLinksList,.selectedTabLinks .tabLinks .blockLinksList { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .navTabs .navLink .itemCount .arrow,.navTabs .navLink .itemCount.Zero,.navTabs .navTab.selected .tabLinks .menuHeader,.selectedTabLinks .tabLinks .menuHeader { display: none } .navTabs .navTab.selected .tabLinks li,.selectedTabLinks .tabLinks li { padding: 2px 0; float: left } .navTabs .navTab.selected .tabLinks a,.selectedTabLinks .tabLinks a { line-height: 20px; white-space: nowrap; font-size: 11px; color: #ccc; padding: 1px 8px; display: block; position: relative } .navTabs .navTab.selected .tabLinks a:before { content: ''; position: absolute; top: 2px; bottom: 2px; left: 0; width: 0; border-left: 1px solid #4e4e4e } .selectedTabLinks .tabLinks a:before { left: 0 } .navTabs .navTab.selected .tabLinks a:after,.selectedTabLinks .tabLinks a:after,.selectedTabLinks .tabLinks a:before { content: ''; position: absolute; top: 2px; bottom: 2px; width: 0; border-left: 1px solid #4e4e4e } .navTabs .navTab.selected .tabLinks a:after,.selectedTabLinks .tabLinks a:after { left: auto; right: 0; border-left-color: #343434 } .navTabs .navTab.selected .tabLinks a:focus,.navTabs .navTab.selected .tabLinks a:hover,.selectedTabLinks .tabLinks a:focus,.selectedTabLinks .tabLinks a:hover { color: #282828; text-decoration: none; background-color: #ffb700; padding: 0 7px; border: 1px solid #ffb700; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .navTabs .navTab.selected .tabLinks a:focus:after,.navTabs .navTab.selected .tabLinks a:focus:before,.navTabs .navTab.selected .tabLinks a:hover:after,.navTabs .navTab.selected .tabLinks a:hover:before,.selectedTabLinks .tabLinks a:focus:after,.selectedTabLinks .tabLinks a:focus:before,.selectedTabLinks .tabLinks a:hover:after,.selectedTabLinks .tabLinks a:hover:before { display: none } .navTabs .navTab.selected .tabLinks a .itemCount,.navTabs .navTab.selected .tabLinks a .postItemCount,.selectedTabLinks .tabLinks a .itemCount,.selectedTabLinks .tabLinks a .postItemCount { color: #fff; background-color: #888; float: none; margin-top: 2px; margin-left: 2px; font-weight: 700; padding: 2px 4px; text-align: center } .navTabs .navLink .itemCount,.navTabs .navTab.selected .tabLinks a .itemCount.alert,.navTabs .navTab.selected .tabLinks a .postItemCount.alert,.selectedTabLinks .tabLinks a .itemCount.alert,.selectedTabLinks .tabLinks a .postItemCount.alert { color: #fff; background-color: #ffb700 } .navTabs .navTab.selected .tabLinks a:hover .itemCount,.navTabs .navTab.selected .tabLinks a:hover .postItemCount,.selectedTabLinks .tabLinks a:hover .itemCount,.selectedTabLinks .tabLinks a:hover .postItemCount { color: #ffb700; background-color: #fff } .navTabs .navLink .itemCount { font-weight: 700; font-size: 9px; padding: 0 2px; margin: 0 0 0 4px; border-radius: 4px; line-height: 16px; min-width: 12px; _width: 12px; text-align: center; text-shadow: none; white-space: nowrap; word-wrap: normal; display: inline-block; box-shadow: 2px 2px 5px rgba(0,0,0,.25); float: none; position: relative; top: -1px; height: 16px } #unreadPostsCount .itemCount.alert { background-color: #ffb700!important; border-radius: 4px } .NoResponsive #VisitorExtraMenu_AlertsCounter,.NoResponsive #VisitorExtraMenu_ConversationsCounter,.NoResponsive #VisitorExtraMenu_Counter,.navTabs .navLink .itemCount.ResponsiveOnly { display: none!important } .navTabs .navTab.account .navLink { font-weight: 700 } .navTabs .navTab.account .navLink .accountUsername { display: block; max-width: 100px; overflow: hidden; text-overflow: ellipsis } #AccountMenu { width: 274px } #AccountMenu .menuHeader { position: relative } #AccountMenu .menuHeader .avatar { float: left; margin-right: 10px } #AccountMenu .menuHeader .visibilityForm { margin-top: 10px; color: #888 } #AccountMenu .menuHeader .links .fl { position: absolute; bottom: 10px; left: 116px } #AccountMenu .menuHeader .links .fr { position: absolute; bottom: 10px; right: 10px } #AccountMenu .menuColumns { overflow: hidden; zoom: 1 } #AccountMenu .menuColumns a,#AccountMenu .menuColumns label { width: 115px } #AccountMenu .statusPoster .submitUnit { margin-top: 5px; text-align: right } #AccountMenu .statusPoster .submitUnit .statusEditorCounter { float: left; line-height: 23px; height: 23px } .navPopup { width: 260px } .navPopup .listItemText a:hover,.navPopup a:hover { background: 0 0; text-decoration: underline } .navPopup .menuHeader .InProgress { float: right; display: block; width: 20px; height: 20px } .navPopup .listPlaceholder { max-height: 350px; overflow: auto } .navPopup .listPlaceholder ol.secondaryContent.Unread .title a,.sidebar .section .primaryContent h3 a:hover,.sidebar .section .secondaryContent h3 a:hover { color: #ffb700 } .navPopup .listItem { overflow: hidden; zoom: 1; border-bottom: 1px solid #343434; border-top: 1px solid #4e4e4e; padding: 5px 0 } .navPopup .listItem:first-child { border-top: none } .navPopup .listItem:last-child { border-bottom: none } .navPopup .PopupItemLinkActive:hover { margin: 0 -8px; padding: 5px 8px; background-color: #4e4e4e; cursor: pointer } .navPopup .avatar { float: left } .navPopup .listItemText { margin-left: 37px } .SedoGoToTop.mini ul li.AdvQm,.navPopup .listItemText .muted { font-size: 9px } .navPopup .listItemText .subject,.navPopup .unread .listItemText .title { font-weight: 700 } #QuickSearch #commonSearches,.navPopup .sectionFooter .floatLink { float: right } #floatingNavigation { font-weight: 700; font-size: 13px; color: #fff; text-decoration: none; background-color: #fff; border: 1px solid #fff; border-radius: 8px; line-height: 1em; box-shadow: 0 0 1px 1px #fff; opacity: .7; -webkit-transition: opacity .25s ease; -moz-transition: opacity .25s ease; -o-transition: opacity .25s ease; -ms-transition: opacity .25s ease; transition: opacity .25s ease; display: block; position: fixed; top: 0; right: 0; overflow: hidden; white-space: nowrap } #floatingNavigation:hover,.Touch #floatingNavigation { opacity: 1 } #floatingNavigation a { background-color: #888 } #floatingNavigation a,#floatingNavigation a:hover { text-decoration: none; padding: 4px 10px 8px; margin: 0; display: inline-block; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); color: inherit } #floatingNavigation a:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px } #floatingNavigation a:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px } #floatingNavigation a:hover { background-color: #ffb700 } #searchBar { position: relative; zoom: 1; z-index: 52 } #QuickSearchPlaceholder { position: absolute; right: 8px; top: 138px; display: none; border-radius: 5px; cursor: pointer; font-size: 11px; height: 16px; width: 16px; box-sizing: border-box; text-indent: -9999px; overflow: hidden; z-index: 10 } #QuickSearch { display: block; position: absolute; right: -9px; top: -67px; margin: 0; background-color: inherit; border: 1px solid transparent; padding-top: 5px; z-index: 7500 } #QuickSearch:after { content: ''; position: absolute; direction: block; top: 9px; left: 10px; width: 15px; height: 15px } .breadBoxTop .quickSearchContainer { float: right; position: relative; width: 247px; height: 24px } .breadBoxTop #searchBar { margin: 0!important; min-width: 0!important; width: auto!important } .breadBoxTop #QuickSearch { top: -6px; left: auto; right: -9px } .breadBoxTop #QuickSearch:after { top: 10px } .breadBoxTop #QuickSearchQuery { height: 18px; line-height: 18px } #QuickSearch .formPopup { background: 0 0 } #QuickSearch .secondaryControls,.sidebar .visitorPanel h2 .muted { display: none } #QuickSearch.active { background-color: #404040; padding-top: 0; padding-bottom: 5px; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset,0 0 8px #282828 ,0 0 4px #282828 } #QuickSearch.active:before { content: ''; display: block; position: absolute; top: 0; left: -1px; bottom: -1px; width: 0; border-left: 2px solid #ffb700 } #QuickSearch.active:after { background-position: -96px 0 } #QuickSearch.active .primaryControls { background: #ffb700; padding-top: 5px; position: relative } #QuickSearch.active .primaryControls:after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 4px; background: #ffb700 } #QuickSearch .submitUnit .button { min-width: 0 } #QuickSearch #commonSearches .button { width: 23px; padding: 0; border-color: #ffb700!important } #QuickSearch #commonSearches .arrowWidget { float: left; margin: 4px 0 0 4px } #QuickSearch #commonSearches .arrowWidget:hover { background-position: -64px 0 } #QuickSearch .moreOptions { display: block; margin: 0 27px 0 113px; width: auto } #QuickSearchQuery { background-color: #404040; border-color: #404040; border-radius: 0; box-shadow: 0 0 0 1px #383838 inset; padding-left: 21px; width: 211px } #QuickSearchQuery::-webkit-search-decoration,#QuickSearchQuery::-webkit-search-results-button,#QuickSearchQuery::-webkit-search-results-decoration { display: none } .active #QuickSearchQuery { border-color: transparent; background: rgba(255,255,255,.1); box-shadow: 0 0 0 1px rgba(0,0,0,.05) inset; color: #fff } #QuickSearch.active::-moz-placeholder { color: #fff; opacity: 1; font-style: normal } #QuickSearch.active::-ms-input-placeholder,#QuickSearch.active::-webkit-input-placeholder { color: #fff; opacity: 1; font-style: normal } #headerMover { position: relative; zoom: 1; color:#ccc; background-color: #2b2b2b } #headerMover #headerProxy { height: 0 } #headerMover #header { width: 100%; position: relative; top: 0; left: 0 } .pageWidth { margin: 0 15px } #content .pageContent { padding: 1px 0; margin: -1px 0; background: 0 0; zoom: 1 } #content .pageContent:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .mainContainer { float: left; margin-right: -260px; margin-bottom: 10px; width: 100% } .mainContent { margin-right: 260px } .sidebar .section { background: 0 0; border-radius: 0; border-width: 0; box-shadow: none; padding: 0 } .sidebar .visitorPanel { zoom: 1 } .sidebar .visitorPanel .avatar { margin-right: 5px; float: left; width: auto; height: auto } .sidebar .visitorPanel .visitorText:after { content: ''; display: block; clear: both } .sidebar .visitorPanel .username { font-weight: 700; font-size: 11pt } .sidebar .visitorPanel .stats { margin-top: 2px } .sidebar .visitorPanel .stats .pairsJustified { line-height: normal } .profilePage .mast .section.infoBlock h3,.sidebar .section .primaryContent h3,.sidebar .section .secondaryContent h3 { font-size: 12pt; color: #ccc; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #4e4e4e; position: relative } .sidebar .section .primaryContent>h3:first-child,.sidebar .section .secondaryContent>h3:first-child { margin: -8px -8px 5px; padding: 8px 8px 6px; border-bottom-width: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%) } .sidebar .section .primaryContent>h3:first-child:before,.sidebar .section .secondaryContent>h3:first-child:before { content: ''; display: block; position: absolute; bottom: -1px; left: 8px; right: 8px; height: 0; border-bottom: 1px solid #4e4e4e } .sidebar .section .primaryContent>h3:first-child:after,.sidebar .section .secondaryContent>h3:first-child:after { left: 8px; right: 8px } .sidebar .section .primaryContent h3 a,.sidebar .section .secondaryContent h3 a { font-size: 12pt; color: #ccc } .sidebar .section .secondaryContent .footnote,.sidebar .section .secondaryContent .minorHeading { color: #888; margin-top: 5px } .sidebar .section .secondaryContent .minorHeading a { color: #888 } .sidebar .section.loginButton .secondaryContent { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .sidebar .avatarList li { margin: 5px 0; overflow: hidden; zoom: 1 } .sidebar .avatarList .avatar { margin-right: 5px; float: left; width: auto; height: auto } .followedOnline .avatar img,.sidebar .avatarList .avatar img { width: 32px; height: 32px } .sidebar .avatarList .username { font-size: 11pt; margin-top: 2px; display: block } .sidebar .avatarList .userTitle { color: #888 } .sidebar .userList .username { font-size: 11px } .sidebar .userList .username.invisible { color: #a0a0a0 } .avatarHeap li .avatar,.sidebar .userList .moreLink { display: block } .followedOnline { margin-top: 3px; margin-bottom: -5px; overflow: hidden; zoom: 1 } .followedOnline li { margin-right: 5px; margin-bottom: 5px; float: left } .followedOnline .avatar { width: auto; height: auto } #SignupButton { text-decoration: none; padding: 0; margin: 0; text-align: center; line-height: 36px; display: block; cursor: pointer; height: 36px } #SignupButton .inner { font-weight: 700; font-size: 12pt; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #282828; background-color: #ffb700; padding: 0 15px; border: 1px solid #ffb700; line-height: 34px; display: block; text-shadow: 0 0 3px rgba(0,0,0,.5); box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); height: 34px } #SignupButton:hover .inner { color: #000; text-decoration: none; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } #SignupButton:active { outline-style: none } .sidebarClone { display: none!important } .sidebarToggle { display: none } .latestMember { text-align: center } .latestMember .latestMemberValue { font-size: 400%; font-family: Arial #000; color: #ffb700; text-shadow: 1px 2px 1px #000 } .messageText { font-size: 11pt; font-family: Georgia,"Times New Roman",Times,serif; line-height: 1.4 } .messageText embed,.messageText iframe,.messageText img,.messageText object { max-width: 100% } .pageNavLinkGroup { display: table; *zoom: 1; table-layout: fixed; box-sizing: border-box; font-size: 11px; margin: 10px 0; line-height: 16px; width: 100% } .pageNavLinkGroup,opera:-o-prefocus { display: block; overflow: hidden } .pageNavLinkGroup:after { content: ". ."; display: block; word-spacing: 99in; overflow: hidden; height: 0; font-size: .13em; line-height: 0 } .pageNavLinkGroup .linkGroup { float: right } .linkGroup a { padding: 3px 0 } .linkGroup a.inline { padding: 0 } .linkGroup .Popup,.linkGroup .element,.linkGroup a { margin-left: 10px; display: block; float: left } .linkGroup .Popup a { margin-left: -2px; margin-right: -5px; *margin-left: 10px; padding: 3px 5px } .linkGroup .element { padding: 3px 0 } a.callToAction { padding: 0; display: inline-block; line-height: 26px; outline: 0; cursor: pointer; min-height: 26px } .breadBoxTop a.callToAction+a.callToAction { margin-right: 5px } .sidebar a.callToAction+a.callToAction { margin-top: 5px } .tagList .tag:hover,a.callToAction:hover,a.prefixLink:hover { text-decoration: none } a.callToAction:hover span { color: #282828; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } a.callToAction:active span { text-decoration: none; background-color: #ffb700 } .sidebarToggle .callToAction { text-align: center; display: block; margin: 5px auto 0; max-width: 250px; min-height: 34px; line-height: 34px } .sidebarToggle .callToAction span { min-height: 32px; line-height: 32px; font-size: 14px } .sidebarToggle .callToAction span strong { display: inline-block; padding-left: 5px } .avatarHeap { overflow: hidden; zoom: 1 } .avatarHeap ol,ol.avatarHeap,ul.avatarHeap { margin-right: -4px; margin-top: -4px } .avatarHeap ol:after,ol.avatarHeap:after,ul.avatarHeap:after { display: block; content: ''; clear: both } .avatarHeap li { float: left; margin-right: 4px; margin-top: 4px } .fbWidgetBlock .fb_iframe_widget,.fbWidgetBlock .fb_iframe_widget iframe,.fbWidgetBlock .fb_iframe_widget>span { width: 100%!important } .tagBlock { margin: 10px 0; font-size: 11px } .tagList,.tagList li { display: inline } .tagList .tag { position: relative; display: inline-block; margin-left: 15px; margin-right: 6px; height: 18px; line-height: 18px; padding: 0 0 0 3px; border-width: 0; color: #ccc; font-size: 12px; margin-bottom: 2px } .tagList .tag .arrow,.tagList .tag:after { position: absolute; display: block; width: 15px; left: -15px; top: 0; bottom: 0; background: inherit; background-repeat: no-repeat; background-position: 0 -20px } .tagList .tag:after { content: ''; left: auto; right: -6px; width: 6px; background-position: 0 -40px } .tagList .tag:hover { color: #fff; background-position: 0 -120px } .tagList .tag:hover .arrow { background-position: 0 -140px } .tagList .tag:hover:after { background-position: 0 -160px } .username .banned { text-decoration: line-through } .prefix,.userBanner { background: 0 0; border: 1px solid transparent } .prefix { margin: -1px 0; display: inline-block; text-shadow: none; padding: 0 6px; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset } a.prefixLink:hover .prefix { color: #fff; text-decoration: none; background-color: #ffb700; border-color: #ffb700 } .prefix a { color: inherit } .prefix.prefixPrimary { color: #606060; background-color: silver; border-color: silver } .prefix.prefixSecondary { color: #da9c00; background-color: #f0d187; border-color: #f0d187 } .prefix.prefixRed { color: #fff; background-color: red; border-color: red } .prefix.prefixGreen { color: #fff; background-color: green; border-color: green } .prefix.prefixOlive { color: #000; background-color: olive; border-color: olive } .prefix.prefixLightGreen { color: #000; background-color: #90ee90; border-color: #90ee90 } .prefix.prefixBlue { color: #fff; background-color: #00f; border-color: #00f } .prefix.prefixRoyalBlue { color: #fff; background-color: #4169e1; border-color: #4169e1 } .prefix.prefixSkyBlue { color: #000; background-color: #87ceeb; border-color: #87ceeb } .prefix.prefixGray { color: #000; background-color: gray; border-color: gray } .prefix.prefixSilver { color: #000; background-color: silver; border-color: silver } .prefix.prefixYellow { color: #000; background-color: #ff0; border-color: #ff0 } .prefix.prefixOrange { color: #000; background-color: orange; border-color: orange } .discussionListItem .prefix,.searchResult .prefix { font-size: 80%; margin: 0; line-height: 16px; font-weight: 400 } h1 .prefix { font-size: 80%; margin: 0; line-height: normal } .breadcrumb span.prefix,.heading span.prefix { font-style: italic; background: 0 0; padding: 0; margin: 0; border: 0 #000; border-radius: 0; font-weight: 400; display: inline; color: inherit } .userBanner { font-size: 11px; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); padding: 1px 5px; box-shadow: 1px 1px 3px rgba(0,0,0,.25); text-align: center } .userBanner.wrapped { border-top-right-radius: 0; border-top-left-radius: 0; position: relative } .userBanner.wrapped span { position: absolute; top: -4px; width: 5px; height: 4px; background-color: inherit } .userBanner.wrapped span.before { border-top-left-radius: 3px; left: -1px } .userBanner.wrapped span.after { border-top-right-radius: 3px; right: -1px } .userBanner.bannerHidden { background: 0 0; box-shadow: none; border: 0 } .userBanner.bannerHidden.wrapped { margin-left: 0; margin-right: 0 } .userBanner.bannerHidden.wrapped span { display: none } .userBanner.bannerStaff { color: #fff; background-color: #fa0; border-color: #da9c00; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerStaff.wrapped span { background-color: #da9c00 } .userBanner.bannerPrimary { color: #606060; background-color: #ccc; border-color: #888 } .userBanner.bannerPrimary.wrapped span { background-color: #888 } .userBanner.bannerSecondary { color: #fa0; background-color: #ecc770; border-color: #ecc770 } .userBanner.bannerSecondary.wrapped span { background-color: #ecc770 } .userBanner.bannerGreen,.userBanner.bannerOlive,.userBanner.bannerRed { color: #fff; background-color: red; border-color: #8b0000; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerRed.wrapped span { background-color: #8b0000 } .userBanner.bannerGreen,.userBanner.bannerOlive { background-color: green; border-color: #006400 } .userBanner.bannerGreen.wrapped span { background-color: #006400 } .userBanner.bannerOlive { background-color: olive; border-color: olive } .userBanner.bannerOlive.wrapped span { background-color: olive } .userBanner.bannerLightGreen { color: #000; background-color: #90ee90; border-color: #90ee90; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerLightGreen.wrapped span { background-color: #90ee90 } .userBanner.bannerBlue,.userBanner.bannerRoyalBlue { color: #fff; background-color: #00f; border-color: #00008b; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerBlue.wrapped span { background-color: #00008b } .userBanner.bannerRoyalBlue { color: #000; background-color: #4169e1; border-color: navy } .userBanner.bannerRoyalBlue.wrapped span { background-color: navy } .userBanner.bannerSkyBlue { color: #000; background-color: #87ceeb; border-color: #add8e6 } .userBanner.bannerSkyBlue.wrapped span { background-color: #add8e6 } .userBanner.bannerGray { color: #000; background-color: gray; border-color: #696969 } .userBanner.bannerGray.wrapped span { background-color: #696969 } .userBanner.bannerSilver { color: #000; background-color: silver; border-color: gray } .userBanner.bannerSilver.wrapped span { background-color: gray } .userBanner.bannerOrange,.userBanner.bannerYellow { color: #000; background-color: #ff0; border-color: gold; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerYellow.wrapped span { background-color: gold } .userBanner.bannerOrange { background-color: orange; border-color: #ff8c00 } .userBanner.bannerOrange.wrapped span { background-color: #ff8c00 } .discussionListItem.sticky { background-color: #505050 } .signature.messageText img { max-width: 420px!important } .discussionListItem { background-color: inherit!important } .discussionListItem:hover,.listBlock.main:hover { background-color: #777!important } .fc-wpuri-bbcode { background: #ffb700; border: 1px solid #ffb700; padding: 5px; cursor: pointer; font-size: 13px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; font-style: normal; text-align: center; z-index: 100; display: block; max-width: 140px; white-space: nowrap; overflow: hidden; margin-bottom: 10px; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); color: #000!important; margin-top: 12px!important } .fc-wpuri-bbcode:focus,.fc-wpuri-bbcode:hover { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); color: #000!important; background-color: #ffb700!important } #moderatorBar.alert { background-color: #000!important; border-bottom-color: #000!important } .SedoGoToTop { font-size: 24px; color: #303030; text-decoration: none; background-color: #888; border-radius: 3px; display: none; position: fixed; overflow: hidden; cursor: pointer; box-shadow: 0 0 2px 1px #aeaeae; opacity: .92; z-index: 90; width: 40px; height: auto; bottom: 75px; right: 16px } .SedoGoToTop.mini { font-size: 13px; border-radius: 5px; width: 27px; height: auto } #toTop:focus,.SedoGoToTop:active { outline: 0 } .SedoGoToTop #toTopHover { color: #888; background-color: gray; display: block; position: absolute; overflow: hidden; float: left; opacity: 0; filter: alpha(opacity=0); width: 40px; height: 100% } .SedoGoToTop.mini #toTopHover { width: 27px } .SedoGoToTop ul { display: inline-block; text-align: center; vertical-align: middle; width: 100%; height: 100% } .SedoGoToTop ul li { padding-bottom: 2px; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none } .SedoGoToTop ul li.AdvQm,.SedoGoToTop ul li:first-child { border-bottom: 1px solid #303030 } .SedoGoToTop #toTopHover ul li.AdvQm,.SedoGoToTop #toTopHover ul li:first-child { border-bottom: 1px solid #888 } .SedoGoToTop li { height: 21px; line-height: 21px } .SedoGoToTop.mini li { height: 14px; line-height: 14px } .SedoGoToTop ul li:hover { background-color: silver } .SedoGoToTop p.solo { width: 100%; text-align: center; height: 40px; line-height: 40px } .SedoGoToTop.mini p.solo { height: 26px; line-height: 26px } .SedoGoToTop ul li.AdvQm { font-style: italic; font-size: 15px } .SedoGoToTop ul li.AdvQm.active { background-color: #545454 } .messageTrophyInfoContainer.carousel { padding: 2px 0 0; margin-top: 2px; margin-bottom: 8px } .messageTrophyInfoContainer.minimal { margin: 2px auto; text-align: center } .trophyTooltip { max-width: 400px } .messageTrophyInfo .trophyInfo { zoom: 1 } .messageTrophyInfo .trophyInfo:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .messageTrophyInfo { padding-top: 3px } .messageTrophyInfo .trophyIcon { float: left } .messageTrophyInfo .trophyIcon img { width: 28px; height: 28px } .messageTrophyInfo .trophyInfo { margin-left: 42px; text-align: left } .messageTrophyInfo .trophyTitle { overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .messageTrophyInfo .trophyPoints { font-size: 11px } .messageTrophyInfo.slick-slider { margin-bottom: 3px } .messageTrophyInfo .slick-next,.messageTrophyInfo .slick-prev { opacity: 0 } .messageTrophyInfo:hover .slick-next,.messageTrophyInfo:hover .slick-prev { opacity: 1 } .messageTrophyInfo .slick-prev { left: -5px } [dir=rtl] .messageTrophyInfo .slick-prev { left: auto; right: -5px } .messageTrophyInfo .slick-next { right: -5px } [dir=rtl] .messageTrophyInfo .slick-next { left: -5px; right: auto } .trophyMiniIcon img { width: 24px; height: 24px } .headerthumbs_table { background: 0 0; float: right; margin: 10px 0 0 } .headerthumbs_image { padding: 0 10px 0 0 } .quoteContainer.expanded [data-s9e-mediaembed] iframe,.quoteContainer.expanded iframe[data-s9e-mediaembed] { max-height: none; max-width: none } .bbCodeBlock { background-color: #4e4e4e; margin: 1em 0; border: 1px solid #4e4e4e; box-shadow: 0 0 5px rgba(0,0,0,.1) } .bbCodeBlock .bbCodeBlock { background-color: #404040; border-color: #404040; margin-right: 0 } .bbCodeBlock .bbCodeBlock .bbCodeBlock { background-color: #4e4e4e; border-color: #383838 } .hasJs .bbCodeBlock .bbCodeSpoilerText,.messageList.withSidebar .bbCodeBlock { margin-right: 0 } .bbCodeBlock blockquote,.bbCodeBlock pre { margin: 0 } .bbCodeBlock img { border: 0 } .bbCodeBlock .type { font-size: 11px; font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif; color: #fff; padding: 3px 8px } .bbCodeBlock .code,.bbCodeBlock pre { font-size: 10pt; font-family: Consolas,'Courier New',Courier,monospace; padding: 10px; word-wrap: normal; overflow: auto; line-height: 1.24; min-height: 30px; max-height: 550px; _width: 600px; direction: ltr } .bbCodeBlock .code { white-space: nowrap } .bbCodeQuote { overflow: inherit } .bbCodeQuote .attribution { color: #fff; background: #444 } .bbCodeQuote .attribution .AttributionLink { color: #fff; background: 0 0; box-shadow: none; display: inline-block; min-width: 12px; text-align: center } .bbCodeQuote .attribution .AttributionLink:hover { position: relative; top: -2px } .bbCodeQuote .quoteContainer { position: relative; font-style: italic; font-size: 9pt; background-color: #4e4e4e; padding: 10px; overflow: auto } .bbCodeBlock,.bbCodeQuote { position: relative } .bbCodeBlock:after,.bbCodeQuote:after,.bbCodeSpoilerText:after { background-position: 50% 0; background-size: 100% 30px; content: ''; display: block; position: absolute; bottom: -11px; left: 3px; right: 3px; pointer-events: none; height: 10px; opacity: .5 } .OldIE .bbCodeBlock:after,.OldIE .bbCodeQuote:after { display: none } .bbCodeQuote .quoteContainer .quote { max-height: 150px; overflow: hidden; padding-bottom: 1px } .NoJs .bbCodeQuote .quoteContainer .quote { max-height: none } .bbCodeQuote .quoteContainer .quoteExpand { display: none; box-sizing: border-box; position: absolute; height: 80px; top: 90px; left: 0; right: 0; font-size: 11px; line-height: 1; text-align: center; color: #ffb700; cursor: pointer; padding-top: 65px; background: -webkit-linear-gradient(top,rgba(78,78,78,0) 0%,#4e4e4e 80%); background: linear-gradient(to bottom,rgba(78,78,78,0) 0%,#4e4e4e 80%) } .bbCodeQuote .quoteContainer .quoteExpand.quoteCut { display: block } .bbCodeQuote .quoteContainer.expanded .quote { max-height: none } .bbCodeQuote .quoteContainer.expanded .quoteExpand,.message.messageFullBlock .messageInfo:after { display: none } .bbCodeQuote img { max-height: 150px } .bbCodeQuote .fb_iframe_widget,.bbCodeQuote [data-s9e-mediaembed],.bbCodeQuote embed,.bbCodeQuote iframe,.bbCodeQuote object { max-width: 200px; max-height: 150px } .bbCodeQuote iframe:-webkit-full-screen { max-width: none; max-height: none } .bbCodeQuote iframe:-moz-full-screen { max-width: none; max-height: none } .bbCodeQuote iframe:-ms-fullscreen { max-width: none; max-height: none } .bbCodeQuote iframe:fullscreen { max-width: none; max-height: none } .bbCodeSpoilerButton { margin: 5px 0; max-width: 99% } .bbCodeSpoilerButton>span { display: inline-block; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } #loginBar,.bbCodeSpoilerText { position: relative } .hasJs .bbCodeSpoilerText { display: none; background-color: #4e4e4e; padding: 5px; margin-top: 5px; margin-bottom: 5px; border: 1px solid #da9c00; box-shadow: 0 0 5px rgba(0,0,0,.1) } .hasJs .bbCodeSpoilerText .bbCodeBlock,.hasJs .bbCodeSpoilerText .bbCodeSpoilerText,.hasJs .messageList.withSidebar .bbCodeSpoilerText { margin-right: 0 } .NoJs .bbCodeSpoilerContainer { background-color: currentColor } .NoJs .bbCodeSpoilerContainer>.bbCodeSpoilerText { visibility: hidden } .NoJs .bbCodeSpoilerContainer:hover { background-color: transparent } .NoJs .bbCodeSpoilerContainer:hover>.bbCodeSpoilerText { visibility: visible } .baseHtml .advbbcodebar_encadre .adv_enc_fieldset { border-top: 1px solid #000 } .baseHtml .advbbcodebar_article fieldset,.baseHtml .advbbcodebar_fieldset fieldset { background: 0 0; border-radius: 0; border-color: #4e4e4e #343434 #343434 #4e4e4e } .baseHtml .advbbcodebar_encadre .adv_enc_abovefieldset,.baseHtml .advbbcodebar_encadre .adv_enc_fieldset { background: 0 0; border-color: #4e4e4e #343434 #343434 #4e4e4e } .baseHtml .advbbcodebar_encadre .adv_enc_fieldset { border-radius: 0 } .baseHtml .advbbcodebar_encadre_skin2 .adv_enc_fieldset { border-color: #343434 #4e4e4e #4e4e4e #343434 } .baseHtml .advbbcodebar_article legend,.baseHtml .advbbcodebar_fieldset legend { color: #fff; background: #ffb700; border-width: 0; border-radius: 0; font-weight: 400 } .baseHtml div .adv_enc_fieldset,.baseHtml div .adv_enc_title { color: inherit; background: 0 0 } .baseHtml .advbbcodebar_encadre .adv_enc_abovefieldset { border-radius: 0 } .likesSummary,.message .likesSummary.secondaryContent { background: 0 0; border-width: 0; border-radius: 0; box-shadow: none!important; font-size: 11px; color: #888; padding: 5px 5px 5px 18px; margin: 10px 0 0; overflow: hidden; zoom: 1; position: relative; padding-left: 18px!important } .likesSummary:before { margin-top: -7px; content: ''; display: block; position: absolute; left: 0; top: 50%; width: 15px; height: 14px } .likeInfo { float: right } #loginBar { color: #fff; background-color: #282828; border-bottom: 1px solid #282828; box-shadow: 0 0 0 1px #383838 inset; z-index: 1; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%) } #loginBar .ctrlWrapper { margin: 0 10px } #loginBar .pageContent { padding-top: 0; position: relative; _height: 0 } #loginBar a { color: #fff; text-decoration: underline } #loginBar #loginBarHandle label a,#loginBar form { padding: 5px 10px; margin: 0 auto; display: none; line-height: 20px; position: relative } #loginBar .lostPassword,#loginBar .lostPasswordLogin,#loginBar .rememberPassword { font-size: 11px } #loginBar .textCtrl { box-shadow: 0 0 0 1px #4e4e4e ,0 0 1px #343434 inset } #loginBar .textCtrl[type=text] { font-weight: 700; font-size: 18px } #loginBar input.textCtrl.disabled { color: #aeaeae; background-color: #606060; border-style: dashed } #loginBar .button { min-width: 85px; *width: 85px } #loginBar .button.primary { font-weight: 700 } #loginBar form.eAuth { -x-max-width: 700px } #loginBar form.eAuth .ctrlWrapper { border-right: 1px solid gray; border-right: 1px solid rgba(128,128,128,.1); _border-right: 1px solid gray; margin-right: 200px; box-sizing: border-box; position: relative } #loginBar form.eAuth .ctrlWrapper:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 0; border-right: 1px solid #000; border-right: 1px solid rgba(0,0,0,.2); _border-right: 1px solid #000 } #loginBar form.eAuth #eAuthUnit { position: absolute; top: 0; right: 10px } #eAuthUnit li { margin-top: 10px; line-height: 0 } #loginBar #loginBarHandle { display: block; position: absolute; right: 20px; bottom: -31px; z-index: 1; height: 31px } #loginBar #loginBarHandle label { display: block; overflow: hidden; height: 31px } #loginBar #loginBarHandle label a { font-size: 12px; color: #282828; background-color: #ffb700; padding: 8px 10px 5px; margin: -3px 0 0; border: 1px solid #ffb700; border-top-width: 0; display: block; text-align: center; white-space: nowrap; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } #loginBar #loginBarHandle label a:hover { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .message .messageInfo,.messageList .message { padding: 0; margin-bottom: 10px; position: relative; zoom: 1 } .message .messageInfo { background-color: #404040; padding: 9px; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; margin-left: 135px } .message.messageFullBlock .messageInfo { background: 0 0; padding: 0; border-width: 0; border-radius: 0; box-shadow: none!important; margin: 0 0 0 115px } .message.messageRight .messageInfo { margin-left: 0; margin-right: 135px } .message.messageRight.messageFullBlock .messageInfo { margin-left: 0; margin-right: 115px } .message .newIndicator,.message .newIndicator span { background-color: #ffb700; display: block; position: absolute } .message .newIndicator { font-size: 10px; color: #fff; padding: 0 4px; margin: 0; border: 1px solid #ffb700; box-shadow: 1px 1px 3px rgba(0,0,0,.25); top: -4px; z-index: 2; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); right: -6px } .message .newIndicator span { border-bottom-right-radius: 3px; bottom: -4px; right: -1px; width: 5px; height: 4px } .message .messageContent { min-height: 120px; zoom: 1 } .message .messageContent:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .message.unread .messageUserInfo:first-child,.message.unread .newIndicator+.messageContent { padding-top: 24px } .message .messageTextEndMarker { height: 0; font-size: 0; overflow: hidden } .message .editDate { text-align: right; margin-top: 5px; font-size: 11px; color: #888 } .message .signature { font-size: 9pt; padding: 5px 0 0; margin-top: 5px; border-top: 1px solid #343434; position: relative } .message .signature:after { content: ''; border-top: 1px solid #4e4e4e; display: block; position: absolute; top: 0; left: 0; right: 0 } .message .messageMeta { font-size: 11px; padding: 15px 5px 5px; margin: -5px; overflow: hidden; zoom: 1 } .message .privateControls { float: left; clear: both } .message .publicControls { float: right } .message .privateControls .item { margin-right: 10px; float: left } .message .privateControls .item:last-child { margin-right: 0 } .message .publicControls .item { margin-left: 10px; float: left } .message .publicControls .MultiQuoteControl { padding-left: 4px; padding-right: 4px; margin-left: 6px; margin-right: -4px } .message .publicControls .MultiQuoteControl.active { background-color: #ffb700; color: #fff; text-decoration: none!important; box-shadow: 0 1px 0 #ffb700 } .messageNotices li { font-size: 11px; color: #fff; background-color: #ffb700; padding: 5px; margin: 10px 0; border: 1px solid #ffb700; line-height: 16px; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%) } .messageNotices .icon { float: right; width: 16px; height: 16px } .messageNotices .warningNotice .icon { background-position: -48px -32px } .messageNotices .deletedNotice .icon { background-position: -64px -32px } .messageNotices .moderatedNotice .icon { background-position: -32px -16px } .message .likesSummary { border: 1px solid #a0b7c7!important; background-color: inherit!important } .message .messageText>:first-child { margin-top: 0 } .primaryContent>.dark_postrating { background: 0 0; margin: 0; border-radius: 0; box-shadow: none!important; background-color: #404040; border: 1px solid #4e4e4e; border-right-color: #343434; border-bottom-color: #343434; padding: 4px } .InlineModChecked .bbCodeBlock blockquote,.InlineModChecked .messageInfo,.InlineModChecked .messageNotices { background-color: #545454; border-color: #545454 } .InlineModChecked .messageUserBlock .extraUserInfo,.InlineModChecked .messageUserBlock div.avatarHolder { background: 0 0 } .InlineModChecked .messageUserBlock .arrow span { border-left-color: #545454 } .messageList .newMessagesNotice { margin: 10px auto; padding: 5px 10px; border-radius: 5px; border: 1px solid #aeaeae; background: silver; font-size: 11px } .messageList .placeholder .placeholderContent { overflow: hidden; zoom: 1; color: #a0a0a0; font-size: 11px } .messageList .placeholder a.avatar { float: left; display: block } .messageList .placeholder a.avatar img { display: block; width: 32px; height: 32px } .messageList .placeholder .privateControls { margin-top: -5px } .postsRemaining a,a.postsRemaining { font-size: 11px; color: #888 } .messageUserInfo { background-color: #404040; padding: 9px; border: 1px solid #404040; float: left; box-shadow: 0 0 0 1px #383838 inset; position: relative; width: 102px } .messageRight .messageUserInfo { float: right } .messageUserInfo:after { content: ''; display: block; position: absolute; top: 15px; right: -10px; width: 11px; height: 17px } .messageRight .messageUserInfo:after { right: auto; left: -10px; background-position: -120px -55px } .messageFullBlock .messageUserInfo { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .messageFullBlock .messageUserBlock .userBanner.wrapped span.after,.messageFullBlock .messageUserInfo:after,.messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped span.before { display: none } .messageUserBlock { background: 0 0!important; border: 0; position: relative } .messageUserBlock div.avatarHolder { background-color: none; padding: 0; position: relative } .messageUserBlock div.avatarHolder .avatar { display: block; font-size: 0 } .messageUserBlock div.avatarHolder .onlineMarker { position: absolute; top: 2px; left: 2px; border: 7px solid transparent; border-top-color: #7fb900; border-left-color: #7fb900; border-top-right-radius: 3px; border-bottom-left-radius: 3px } .messageUserBlock h3.userText { padding: 6px 0 0 } .messageUserBlock .userBanner { display: block; margin: 1px -14px 5px } .messageFullBlock .messageUserBlock .userBanner { margin-right: -5px; border-top-right-radius: 3px } .messageFullBlock.messageRight .messageUserBlock .userBanner { margin-left: -5px; margin-right: -14px; border-top-left-radius: 3px } .messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped { border-top-right-radius: 0 } .messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped span.after,.slick-slide img { display: block } .messageUserBlock .userBanner:last-child { margin-bottom: 0 } .messageUserBlock a.username { font-weight: 700; display: block; overflow: hidden; line-height: 16px } .messageUserBlock .userTitle { font-size: 11px; display: block } .messageUserBlock .extraUserInfo { font-size: 10px; padding: 4px 0; border-width: 0 } .messageUserBlock .extraUserInfo img { max-width: 100% } .hasJs .FloatingContainer .Notice,.messageUserBlock .arrow { display: none } .FloatingContainer { position: fixed; width: 300px; z-index: 9997; top: auto; left: auto; bottom: 0; right: 20px } .Notices .Notice .blockImage { padding: 10px 0 5px 10px; float: left } .FloatingContainer .floatingImage { float: left } .FloatingContainer .floatingImage img,.Notices .Notice .blockImage img { max-width: 48px; max-height: 48px } .FloatingContainer .hasImage,.Notices .hasImage { margin-left: 64px; min-height: 52px } .FloatingContainer .floatingItem { display: block; padding: 10px; font-size: 11px; position: relative; margin-bottom: 20px; border: 1px solid #404040; border-radius: 0; box-shadow: 0 0 0 1px #383838 inset,1px 1px 10px rgba(0,0,0,.5),0 10px 10px -10px rgba(0,0,0,.5); background-color: #404040 } .FloatingContainer .floatingItem.secondary { color: #fff; background-color: #ffb700; border-color: #ffb700; box-shadow: 1px 1px 10px rgba(0,0,0,.5),0 10px 10px -10px rgba(0,0,0,.5) } .FloatingContainer .floatingItem.light a,.FloatingContainer .floatingItem.secondary a { color: inherit; text-decoration: underline } .FloatingContainer .floatingItem.dark { color: #fff; background: #000; background: rgba(0,0,0,.8); border-color: #000 } .FloatingContainer .floatingItem.light { color: #000; background: #fff; background: rgba(255,255,255,.8); border-color: #fff; box-shadow: 1px 1px 10px rgba(0,0,0,.5),0 10px 10px -10px rgba(0,0,0,.5) } .FloatingContainer .floatingItem .title { font-size: 14px; padding-bottom: 5px; font-weight: 700; display: block } .FloatingContainer .DismissCtrl+.floatingImage+.noticeContent,.FloatingContainer .DismissCtrl+.noticeContent { margin-right: 12px } .Notices,.slick-slide.slick-loading img { display: none } .sharePage { zoom: 1 } .sharePage:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .sharePage .shareControl { float: left } .sharePage .tweet { margin-right: 30px } .sharePage .facebookLike .label { font-size: 11px; line-height: 24px; float: left; margin-right: 7px; display: none } .sharePage iframe { height: 20px } .sharePage .facebookLike iframe { z-index: 52 } .slick-list,.slick-slider { position: relative; display: block } .slick-slider { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent } .slick-list { overflow: hidden; margin: 0; padding: 0 } .slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus { outline: 0 } .slick-list.dragging { cursor: pointer; cursor: hand } .slick-slider .slick-track { -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0) } .slick-track { position: relative; left: 0; top: 0; display: block } .slick-track:after,.slick-track:before { content: ""; display: table } .slick-track:after { clear: both } .slick-loading .slick-track { visibility: hidden } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; outline: 0 } [dir=rtl] .slick-slide { float: right } .slick-slide.dragging img { pointer-events: none } .slick-initialized .slick-slide { display: block } .slick-loading .slick-slide { visibility: hidden } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent } .slick-next,.slick-prev { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: 0 0; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: 0; outline: 0; z-index: 99 } .slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover { outline: 0; background: 0 0; color: transparent } .slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before { opacity: 1 } .slick-next.slick-disabled:before,.slick-prev.slick-disabled:before { opacity: .25 } .slick-dots li button:before,.slick-next:before,.slick-prev:before { font-family: "slick"; font-size: 20px; line-height: 1; color: #aeaeae; opacity: .75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .slick-prev { left: -25px } [dir=rtl] .slick-prev { left: auto; right: -25px } .slick-prev:before { content: "←" } .slick-next:before,[dir=rtl] .slick-prev:before { content: "→" } .slick-next { right: -25px } [dir=rtl] .slick-next { left: -25px; right: auto } [dir=rtl] .slick-next:before { content: "←" } .slick-slider { margin-bottom: 30px } .slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100% } .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer } .slick-dots li button { border: 0; background: 0 0; display: block; height: 20px; width: 20px; outline: 0; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer } .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-size: 6px; line-height: 20px; text-align: center; color: #000; opacity: .25 } .slick-dots li.slick-active button:before { color: #000; opacity: .75 } .thread_view .threadAlerts { background-color: #404040; border: 1px solid #4e4e4e; border-right-color: #343434; border-bottom-color: #343434; font-size: 11px; margin: 10px 0; padding: 5px; line-height: 16px } .thread_view .threadAlerts dt { color: #a4a4a4; display: inline } .thread_view .threadAlerts dd { color: gray; font-weight: 700; display: inline } .thread_view .threadAlerts .icon { float: right; width: 16px; height: 16px; margin-left: 5px } .thread_view .threadAlerts .deletedAlert .icon { background-position: -64px -32px } .thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -16px } .thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -16px } .thread_view .threadAlerts+*>.messageList { border-top: none } .thread_view .threadNotices { background-color: #ccc; border: 1px solid #aeaeae; border-radius: 5px; padding: 10px; margin: 10px auto } .thread_view .InlineMod { overflow: hidden; zoom: 1 } .widget-container.sidebar.act-as-sidebar { float: none; font-size: inherit; width: auto } .widget-tabs { border: 0 #000 } .widget-tabs .tabs { white-space: nowrap } .widget-tabs .tabs>li { display: inline; float: none } .widget-tabs .widget-panes { padding: 10px; border-right: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae; border-left: 1px solid #aeaeae; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px } .columns-table { display: table; table-layout: fixed; width: 100%!important } .columns-row { display: table-row } .widget-column { display: table-cell } .widget-columns>.columns-container>.widget-column>div { margin-left: 5px } .widget-columns>.columns-container>.widget-column.column-1>div { margin-left: 0 } .widget-columns>.columns-container>.widget-column { border-left: 1px solid #aeaeae; margin-left: -1px!important } .widget-columns>.columns-container>.widget-column.column-1 { border-left: 0; margin-left: 0!important } .widget-rows>div { border-top: 1px solid #aeaeae; margin-top: 5px; padding-top: 5px } .widget-rows>div.row-1 { border-top: 0; margin-top: 0; padding-top: 0 } .hook-widget>h3 { color: #888; font-size: 1.1em; font-weight: 700 } .widget .avatarHeap { margin-right: -10px } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem { overflow: hidden; zoom: 1; margin: 5px 0; padding-top: 5px; border-top: 1px solid silver } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem:first-child { border-top: none; padding-top: 0 } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar { float: left; font-size: 0 } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar img { width: 24px; height: 24px } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageInfo { margin-left: 34px } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent article,.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent blockquote { display: inline } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .poster,.WidgetFramework_WidgetRenderer_Threads_Sidebar .unread>a { font-weight: 700 } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageMeta { overflow: hidden; zoom: 1; font-size: 11px; line-height: 14px; padding-top: 4px } .widget .statusPoster textarea { box-sizing: border-box; width: 100%; margin: 0; resize: vertical; overflow: hidden } .WidgetFramework_WidgetRenderer_Threads_Sidebar.avatarList .username { display: inline; font-size: inherit; margin: 0 } .WidgetFramework_WidgetRenderer_Threads_List.discussionList { overflow: hidden; width: 100% } .WidgetFramework_WidgetRenderer_Threads_List .DiscussionList { min-width: 450px; width: 100% } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .subHeading { font-size: 1.3em } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .info { padding: 5px 10px; border-top: 1px dashed silver } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .counters { float: right } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message { margin-bottom: 10px; zoom: 1 } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message:after,.WidgetFramework_WidgetRenderer_UserFollow h3:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageInfo { margin: 0; padding: 5px 10px } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator { font-size: 10px; color: #fff; background-color: #ffb700; padding: 0 4px; border: 1px solid #ffb700; display: block; position: absolute; box-shadow: 1px 1px 3px rgba(0,0,0,.25); top: -4px; right: -6px; z-index: 2; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); margin: 0 -5px 0 0 } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator span { background-color: #ffb700; border-bottom-right-radius: 3px; display: block; position: absolute; bottom: -4px; right: -1px; width: 5px; height: 4px } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageText .readMoreLink { display: block; text-align: right } .widget-poll .pollBlock .pollContent { padding-left: 0; width: auto } .widget-poll .pollBlock .pollOptions,.widget-poll .pollBlock .pollResults { border: 0 } .widget-poll .pollBlock .pollResult h3.optionText { border: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .widget-poll .pollBlock .pollResult .count { padding: 0 } .WidgetFramework_WidgetRenderer_ShareThisPage .sharePage .shareControl { float: none } .WidgetFramework_WidgetRenderer_FeedReader_Entries .limitedHeight { max-height: 54px } .WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry { text-align: justify; display: block; overflow: hidden; margin-bottom: 3px } .WidgetFramework_WidgetRenderer_FeedReader_Entries img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail { width: auto; float: right; margin-left: 3px } .WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry:nth-child(2n) img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail { float: left; margin-right: 3px } .widget-tabs .WidgetFramework_WidgetRenderer_XFMG_Media .sectionMain { background: 0 0; border: 0; margin: 0; padding: 0 } .widget-tabs .WidgetFramework_WidgetRenderer_XFMG_Media .sectionMain .titleStrip { display: none } .WidgetFramework_WidgetRenderer_XFRM_Resources .Hint { float: right } .WidgetFramework_WidgetRenderer_UserFollow h3 { zoom: 1 } .widget.WidgetFramework_WidgetRenderer_UserFollow h3>a.count { background-color: #ccc; border: 1px solid #aeaeae; border-radius: 5px; color: #606060; float: right; font-size: .8em; margin: -3px 0; padding: 2px 6px } input.userFieldSearch { width: 97% } div.submitUnit.userFieldSearch { text-align: right; margin-top: 3px } .discussionListItems .title a { color: inherit; font-family: Verdana; font-size: 15px } .discussionListItem .stats { background: inherit!important; background-color: inherit!important } .discussionListItem { border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434 } .discussionListItem .stats dl { padding: 0 10px; border-left: 1px solid #000; border-left: 1px solid rgba(0,0,0,.3); border-right: 1px solid #000; border-right: 1px solid rgba(0,0,0,.3) } .nodeList .categoryForumNodeInfo,.nodeList .forumNodeInfo,.nodeList .linkNodeInfo,.nodeList .pageNodeInfo { background-color: inherit; border-bottom: 0; padding: 0 } .node .nodeLastPost { background: inherit; border: 0 } .footer .pageContent { background-color: #555 } footer { background: #2b2b2b; } #fnav { background-color: inherit } }
data/usercss/146179.user.css
@-moz-document domain("tacomaworld.com") { html { color: #000; background: #fff; min-height: 100%; min-width: 240px; overflow-y: scroll!important } table { border-collapse: collapse; border-spacing: 0; font: 100% } q:after,q:before { content: '' } abbr,acronym { border: 0; font-variant: normal; text-decoration: none } sub,sup { vertical-align: baseline } #headerMover { background-repeat: repeat; background-position: top } .titleBar h1 em { color: #b0b0b0 } #sitenav div { background-color: inherit } .discussionList .sectionHeaders { background-color: #777 } .vehicleDesc { color: #999 } .profilePage .tabs.mainTabs { background: inherit } #convoPlusNavigation { background-color: #444 } .profilePage .tabs.mainTabs li.active a { background-color: #ffb700 } .relProd { background-color: #222 } .errorPanel:after,.memberList:after,.nodeDescriptionTip:after,.profilePage .mast .primaryContent:after,.profilePage .mast .secondaryContent:after,.resourceListSidebar .secondaryContent:after,.sectionMain:after,.sidebar .secondaryContent:after,.xengallerySideBar .secondaryContent:after { background-repeat: no-repeat; background-position: 50% 0 } .dataTable tr.dataRow td { border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; padding: 5px 10px; word-wrap: break-word } .dataTable tr.dataRow th { background: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); color: #fff; font-size: 11px; padding: 6px 10px } .dataTable tr.dataRow th a { color: inherit; text-decoration: underline } .baseHtml abbr,.baseHtml acronym { border-bottom: 1px dotted #000; cursor: help } .baseHtml em { font-style: italic } .baseHtml dl dd { margin-left: 1em } .resourceTabs ul.tabs { padding-left: 0 } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:400;src:local('Droid Sans'),local('DroidSans'),url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:700;src:local('Droid Sans Bold'),local('DroidSans-Bold'),url(https://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } select.textCtrl { word-wrap: normal; -webkit-appearance: menulist } textarea.textCtrl { word-wrap: break-word; resize: vertical } .sidebar textarea.textCtrl.Elastic { max-width: 97% } html .taggingInput .tag>span:first-child+a:last-child:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0 } .ctrlUnit.fullWidth dt dfn { display: inline; margin: 0 } .ctrlUnit>dd>*>li:first-child>.textCtrl:first-child { margin-top: -3px } .ctrlUnit>dd>*>li>ul>li:first-child { margin-top: 6px } ul.autoCompleteList img.autoCompleteAvatar { float: left; margin-right: 3px; width: 24px; height: 24px } .xenForm .ctrlUnit.fullWidth dd .bbCodeEditorContainer textarea { margin-left: 0; min-height: 200px } html[dir=rtl] #helper_birthday input,html[dir=rtl] #helper_birthday select { direction: rtl } .formPopup .primaryControls input.textCtrl { margin-bottom: 0 } #navigationContainer { position: relative; margin: 0 auto; background-color: #404040; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%) } .navTabs .navLink strong { display: inline; float: left; height: 30px } #AccountMenu .menuColumns ul { float: left; padding: 0; max-height: none; overflow: hidden } #AccountMenu .statusPoster textarea { width: 245px; margin: 0; resize: vertical; overflow: hidden } .navPopup .listPlaceholder ol.secondaryContent { padding: 0 10px } #QuickSearch input.button.primary { float: left; width: 110px } input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration { display: none } .NoResponsive body { min-width: 976px } .sidebar .section .primaryContent h3:after,.sidebar .section .secondaryContent h3:after { border-bottom: 1px solid #343434; content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 0 } a.callToAction span { font-weight: 700; font-size: 12px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #303030; background-color: #ffb700; padding: 0 14px; border: 1px solid #ffb700; display: block; box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; line-height: 24px; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); min-height: 24px; box-sizing: content-box } del,ins { text-decoration: none } a.callToAction span small.minorText { display: block; line-height: 1.2em; padding-bottom: 10px } #StackAlerts .stackAlertContent a { color: inherit } blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul { margin: 0; padding: 0 } fieldset,img { border: 0 } address,caption,cite,code,dfn,em,optgroup,option,strong,th,var { font-style: inherit; font-weight: inherit } li { list-style: none } [dir=auto],caption,th { text-align: left } h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: 400 } legend { color: #000 } optgroup,option { font-family: inherit; font-size: inherit } button,input,select,textarea { *font-size: 100%; font: 99% arial,helvetica,clean,sans-serif } body { font: 13px/1.231 arial,helvetica,clean,sans-serif; *font: x-small; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif; color: black; word-wrap: break-word; line-height: 1.28 } code,kbd,pre,samp,tt { font-family: monospace; *font-size: 108%; line-height: 100% } img:-moz-broken,img:-moz-user-disabled { -moz-force-broken-image-icon: 1 } img:-moz-broken:not([width]),img:-moz-user-disabled:not([width]) { width: 50px } img:-moz-broken:not([height]),img:-moz-user-disabled:not([height]) { height: 50px } #Mover { background-color: #2b2b2b; background-repeat: repeat; background-position: top } pre,textarea { word-wrap: normal } a:link,a:visited { color: #ccc; text-decoration: none } a[href]:hover { color: #ffb700; text-decoration: underline } a:hover { _color: #ffb700; _text-decoration: underline } a.noOutline { outline: 0 } .emCtrl:focus,.emCtrl:hover,.ugc a:focus,.ugc a:hover { text-decoration: none; box-shadow: 5px 5px 7px rgba(0,0,0,.5); outline: 0 } .emCtrl:active,.ugc a:active { position: relative; top: 1px; box-shadow: 5px 5px 7px rgba(0,0,0,.5); outline: 0 } .ugc a:link,.ugc a:visited { color: #ffb700; padding: 0 3px; margin: 0 -3px } .ugc a:focus,.ugc a:hover { color: #7e5a00; background-color: #404040 } .titleBar { margin-bottom: 10px; zoom: 1 } #header .pageWidth .pageContent:after,.titleBar:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .titleBar h1 { font-size: 18pt; overflow: hidden; zoom: 1; text-shadow: 1px 1px 2px rgba(0,0,0,.5) } .titleBar h1 .Popup { float: left } #pageDescription { font-size: 11px; color: #888; margin-top: 2px } .topCtrl { float: right } .topCtrl h2 { font-size: 12pt } img { -ms-interpolation-mode: bicubic } a.avatar { *cursor: pointer } .avatar .img,.avatar img,.avatarCropper { background-color: #404040; padding: 2px; border: 1px solid #404040 } .avatar.plainImage .img,.avatar.plainImage img { border: 0; border-radius: 0; padding: 0; background-color: transparent; background-position: left top } .avatar .img { display: block; background-repeat: no-repeat; background-position: 2px 2px; text-indent: 1000px; overflow: hidden; white-space: nowrap; word-wrap: normal } .avatar .img.s { width: 48px; height: 48px } .avatar .img.m { width: 96px; height: 96px } .avatar .img.l,.avatarCropper { width: 192px; height: 192px } .avatarCropper { direction: ltr } .avatarCropper a,.avatarCropper label,.avatarCropper span { overflow: hidden; position: relative; display: block; width: 192px; height: 192px } .avatarCropper img { padding: 0; border: 0; border-radius: 0; position: relative; display: block } .avatarScaler img { max-width: 192px; _width: 192px } .ctrlUnit>dd .explain b,.ctrlUnit>dd .explain strong,.ctrlUnit>dt dfn b,.ctrlUnit>dt dfn strong,body .dimmed,body .dimmed a,body a.dimmed { color: #b0b0b0 } body .muted,body .muted a,body a.muted { color: #888 } body .faint,body .faint a,body a.faint { color: #707070 } .highlight { font-weight: 700 } .cloaked,.cloaked a,.concealed,.concealed a { text-decoration: inherit!important; color: inherit!important } .concealed a:hover,a.concealed:hover { text-decoration: underline!important } .xenPreviewTooltip,.xenTooltip { display: none; z-index: 15000; cursor: default } .xenTooltip { font-size: 11px; color: #fff; background-color: #303030; padding: 5px 10px; border-radius: 0 } .importantMessage a,.xenTooltip a,.xenTooltip a:hover { color: #fff; text-decoration: underline } .xenTooltip .arrow { border-top: 6px solid #303030; border-right: 6px solid transparent; border-bottom: 1px none #000; border-left: 6px solid transparent; position: absolute; bottom: -6px; line-height: 0; width: 0; height: 0; left: 9px; _display: none } .xenTooltip.flipped .arrow { left: auto; right: 9px } .xenTooltip.statusTip { padding: 5px 10px; line-height: 17px; width: 250px; height: auto } .xenTooltip.statusTip .arrow { border: 6px solid transparent; border-right-color: #303030; border-left: 1px none #000; top: 6px; left: -6px; bottom: auto; right: auto } .xenTooltip.iconTip { margin-left: -6px } .xenTooltip.iconTip.flipped { margin-left: 7px } #PreviewTooltip { display: none } .xenPreviewTooltip { border: 10px solid #606060; border-radius: 10px; position: relative; box-shadow: 0 12px 25px rgba(0,0,0,.75); width: 400px; border-color: #606060; border-color: rgba(96,96,96,.75); _border-color: #606060 } .xenPreviewTooltip .arrow,.xenPreviewTooltip .arrow span { border-top: 15px solid #404040; border-right: 15px solid transparent; border-bottom: 1px none #606060; border-left: 15px solid transparent; position: absolute } .xenPreviewTooltip .arrow { bottom: -15px; _display: none; left: 22px } .xenPreviewTooltip .arrow span { top: -17px; left: -15px } .xenPreviewTooltip .primaryContent,.xenPreviewTooltip .secondaryContent,.xenPreviewTooltip .section,.xenPreviewTooltip .sectionMain { background: 0 0; padding: 0; border-width: 0; border-radius: 0; box-shadow: none!important; margin: 0 } .xenPreviewTooltip .section { background-color: #404040; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 70%); background-image: linear-gradient(to bottom,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 70%) } .xenPreviewTooltip .previewContent { overflow: hidden; zoom: 1; min-height: 1em; padding: 10px } .importantMessage { position: relative; color: #282828; background-color: #ffb700; padding: 5px; margin: 10px 0 12px; border: 1px solid #ffb700; text-align: center; box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,.1) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,.1) 100%); -moz-osx-font-smoothing: grayscale } .importantMessage a { font-weight: 600; color: inherit!important } .section { margin: 10px auto } .tabs+.section { margin-top: 0 } .find_new_posts_none .tabs+.section,.xengallery_find_new_no_response .tabs+.section { margin-top: 10px } .sectionMain>.section:first-child,.sectionMain>table.dataTable:first-child { margin-top: 0 } .sectionMain>.section:last-child,.sectionMain>table.dataTable:last-child { margin-bottom: 0 } .dataTable caption,.heading { color: #ccc } .dataTable caption,.heading,.xenForm .formHeader { font-weight: 700; font-size: 11pt; padding: 5px 10px; margin-bottom: 3px } .heading a { color: #ccc } .editorPopup .heading,.xenForm .formHeader,.xenOverlay .heading { background-color: #ffb700; color: #fff; border-bottom-width: 0 } .subHeading { font-size: 11px; color: #888; padding: 5px 10px; margin: 3px auto 0 } #customFooter .boxContent a,#customFooter .boxContent a:visited,.pairs dt,.pairsColumns dt,.pairsInline dt,.pairsJustified dt,.pairsRows dt,.subHeading a { color: #888 } .primaryContent a,.secondaryContent a { color: #ccc } .sectionFooter { overflow: hidden; zoom: 1; font-size: 11px; color: #888; background: 0 0; padding: 4px 10px; border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; line-height: 16px } .handleReportForm .sectionFooter { margin: 10px 0; background: #404040 } .section .secondaryContent+.sectionFooter { background: 0 0; border-width: 0 } .sectionFooter .left { float: left } .sectionFooter .right { float: right } .actionList,.formPopup .submitUnit dd { text-align: center } .opposedOptions { overflow: hidden; zoom: 1 } .opposedOptions .left { float: left } .opposedOptions .right { float: right } .primaryContent,.secondaryContent,.sectionMain { background-color: #404040; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; position: relative } .sectionMain { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.04) 0%,rgba(255,255,255,0) 50%); background-image: linear-gradient(to bottom,rgba(255,255,255,.04) 0%,rgba(255,255,255,0)50 75%) } .primaryContent,.secondaryContent { padding: 9px; margin-bottom: 10px } #recentActivity,#warnings>div[class=""],.memberList,.primaryContent,.resourceList,.secondaryContent { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.04) 0%,rgba(255,255,255,0) 50%); background-image: linear-gradient(to bottom,rgba(255,255,255,.04) 0%,rgba(255,255,255,0)50 75%) } #recentActivity,#warnings>div[class=""],.resourceList { padding: 9px; margin-bottom: 10px } #ProfilePanes #info,#recentActivity,#warnings>div[class=""],.discussionList,.memberList,.messageList .message.messageFullBlock,.resourceList { background-color: #404040; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; position: relative } #ProfilePanes #info,.memberList,.messageList .message.messageFullBlock { padding: 9px; margin-bottom: 10px } .messageList li.message { background-color: #2b2b2b!important; border: 0 } .FollowList.memberList,.sidebar .sectionMain .secondaryContent,.watch_forums .sectionMain,a.primaryContent,a.secondaryContent,form.sectionMain .secondaryContent { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .errorPanel:after,.memberList:after,.nodeDescriptionTip:after,.profilePage .mast .primaryContent:after,.profilePage .mast .secondaryContent:after,.resourceListSidebar .secondaryContent:after,.sectionMain:after,.sidebar .secondaryContent:after,.xengallerySideBar .secondaryContent:after { background-size: 100% 30px; content: ''; display: block; position: absolute; bottom: -11px; left: 3px; right: 3px; pointer-events: none; height: 10px } .nodeDescriptionTip:after,.resourceListSidebar .secondaryContent:after { bottom: -10px } .resourceListSidebar .secondaryContent:after { bottom: -11px } .FollowList.memberList:after,.sidebar .sectionMain .secondaryContent:after,.watch_forums .sectionMain:after,form.sectionMain .secondaryContent:after { display: none } #recentActivity:after,.importantMessage:after,.message .messageInfo:after,.messageList .message.messageFullBlock:after,.primaryContent.resourceHistory:after,.profilePage #info:after { content: ''; display: block; position: absolute; left: 0; right: 0; bottom: -11px; height: 10px } .mainContentBlock:after { display: none } .discussionList,.sectionMain { padding: 3px 7px; margin: 10px auto 20px } .columns { overflow: hidden; zoom: 1 } .columns .columnContainer,.tabs li { float: left } .columns .columnContainer .column { margin-left: 3px } .columns .columnContainer:first-child .column { margin-left: 0 } .c50_50 .c1,.c50_50 .c2 { width: 49.99% } .c70_30 .c1 { width: 70% } .c70_30 .c2 { width: 29.99% } .c60_40 .c1 { width: 60% } .c60_40 .c2 { width: 39.99% } .c40_30_30 .c1 { width: 40% } .c40_30_30 .c2,.c40_30_30 .c3 { width: 29.99% } .c50_25_25 .c1 { width: 50% } .c50_25_25 .c2,.c50_25_25 .c3 { width: 25% } .tabs { font-size: 11px; word-wrap: normal; min-height: 23px; _height: 23px; display: table; width: 100%; *width: auto; box-sizing: border-box } .tabs li a,.tabs.noLinks li { color: #fff; text-decoration: none; background-color: #606060; padding: 0 8px; margin-right: 1px; border: 1px solid #606060; display: inline-block; line-height: 22px; cursor: pointer; outline: 0; white-space: nowrap; word-wrap: normal; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%); height: 22px } .tabs li:hover a,.tabs.noLinks li:hover { color: #282828; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .tabs li.active a,.tabs.noLinks li.active { color: #fff; background-color: #ffb700; padding-bottom: 1px; border-color: #ffb700; border-bottom: 1px none #000; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: none } .xenForm .tabs,.xenFormTabs { padding: 5px 30px 0 } .Popup { position: relative } .Popup.inline,.alerts h3 { display: inline } .Popup .arrowWidget { margin-top: -2px; margin-left: 2px; display: inline-block; *margin-top: 0; vertical-align: middle; width: 16px; height: 14px } .Popup:hover .arrowWidget { background-position: -32px 0 } .PopupOpen .arrowWidget,.PopupOpen:hover .arrowWidget { background-position: -48px 0 } .Popup .PopupControl,.Popup.PopupContainerControl { display: inline-block; cursor: pointer } .Popup .PopupControl:hover,.Popup.PopupContainerControl:hover { color: #ffb700; text-decoration: none } .Popup .PopupControl:active,.Popup .PopupControl:focus,.Popup.PopupContainerControl:active,.Popup.PopupContainerControl:focus { outline: 0 } .Popup .PopupControl.PopupOpen,.Popup.PopupContainerControl.PopupOpen { background-color: #ffb700; border-color: #888; color: #fff!important; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } #logo a:hover,.Popup .PopupControl.PopupOpen:hover,.Popup.PopupContainerControl.PopupOpen:hover { text-decoration: none } .Menu { border: 0 solid #ffb700; border-left-width: 2px; overflow: hidden; box-shadow: 0 5px 5px rgba(0,0,0,.4),2px 1px 1px rgba(0,0,0,.3); min-width: 200px; *width: 200px; position: absolute; z-index: 7500 } #ResourceFilterMenu { background: #404040 } .Menu,.Popup:hover .Menu.JsOnly,.memberListItem:after { display: none } .Menu.BottomControl { box-shadow: 0 -5px 5px rgba(0,0,0,.4),2px -1px 1px rgba(0,0,0,.3) } .Menu .menuRow,.Menu>li>a,.Popup:hover .Menu { display: block } .Menu.inOverlay { z-index: 10000 } .Menu .menuHeader { overflow: hidden; zoom: 1 } .Menu .menuHeader h3 { font-size: 15pt } .Menu,.Menu .menuHeader .muted { font-size: 11px } .Menu .primaryContent,.Menu .secondaryContent { background: 0 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .Menu .primaryContent { background: rgba(64,64,64,.9); position: relative; border-bottom: 1px solid #4e4e4e; padding: 10px } .Menu .primaryContent:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 0; border-bottom: 1px solid #343434 } .Menu .primaryContent.menuHeader { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%) } .Menu .secondaryContent { background: #404040; border-bottom: 1px solid #343434; padding: 9px } .Menu .secondaryContent+.secondaryContent { border-top: 1px solid #4e4e4e } .Menu .secondaryContent.menuColumns { padding: 2px } .Menu .sectionFooter,.formPopup { background: rgba(64,64,64,.9) } .Menu .blockLinksList { max-height: 400px; overflow: auto; padding: 2px } .formPopup { width: 250px } .formPopup .formPopup,.formPopup .primaryControls,.formPopup .secondaryControls { background: 0 0 } .formPopup .ctrlUnit,.formPopup form { margin: 5px auto } .formPopup .button,.formPopup .textCtrl { width: 232px } .formPopup .ctrlUnit>dt label { display: block; margin-bottom: 2px } .formPopup .ctrlUnit>dd .explain,.messageUserBlock .extraUserInfo dl { margin: 2px 0 0 } .formPopup .primaryControls { zoom: 1; white-space: nowrap; word-wrap: normal; padding: 0 5px } .formPopup .secondaryControls { padding: 0 5px } .formPopup .controlsWrapper { border-radius: 5px; padding: 5px; margin: 5px 0; font-size: 11px } .formPopup .controlsWrapper .textCtrl { width: 222px } #exposeMask { background-color: #282828!important } #StackAlerts { position: fixed; bottom: 70px; left: 35px; z-index: 9999 } #StackAlerts .stackAlert { margin-top: 5px; border: 1px solid #fff; position: relative; box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4); width: 270px } #StackAlerts .stackAlertContent { font-weight: 700; font-size: 11px; color: #000; background-color: #fff; padding: 10px 30px 10px 10px; border: 2px solid #fff; background-color: rgba(255,255,255,.9) } .Tinhte_XenTag_TagsEditor .Tinhte_XenTag_Tag { background: #303030!important } .xenOverlay.lightBox #LightBox #LbUpper { border-radius: 0 } .alerts .alertGroup { margin-bottom: 20px } .alerts .primaryContent { overflow: hidden; zoom: 1; padding: 5px } .sectionMain .alerts .primaryContent { background: 0 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important; border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; padding: 5px } .dataTable tr.dataRow:first-child td,.sectionMain .alerts .primaryContent:first-child { border-top-width: 0 } .sectionMain .alerts .primaryContent:last-child { border-bottom-width: 0 } .alerts .avatar { float: left } .alerts .avatar img,.navPopup .avatar img { width: 32px; height: 32px } .alerts .alertText { margin-left: 32px; padding: 0 5px } .alerts h3 .subject { font-weight: 700 } .alerts .timeRow { font-size: 11px; margin-top: 5px } .alerts .newIcon,.alertsPopup .newIcon { display: inline-block; vertical-align: baseline; margin-left: 2px; width: 11px; height: 11px } .dataTableWrapper { overflow-x: auto; overflow-y: visible } table.dataTable { width: 100%; _width: 99.5%; margin: 10px 0; border-collapse: separate } .dataTable tr.dataRow.first-child td { border-top-width: 0 } .dataTable tr.dataRow:last-child td { border-bottom-width: 0 } .dataTable tr.dataRow.last-child td { border-bottom-width: 0 } .dataTable tr.dataRow td.secondary { background: #ccc; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .dataTable .dataRow .dataOptions { text-align: right; white-space: nowrap; word-wrap: normal; padding: 0 } .dataTable .dataRow .important,.dataTable .dataRow.important { font-weight: 700 } .dataTable .dataRow .dataOptions a.secondaryContent { display: inline-block; border-bottom: none; padding: 7px 10px; font-size: 11px } .dataTable .dataRow .dataOptions a.secondaryContent:hover { background-color: #ffb700; color: #fff; text-decoration: none } .dataTable .dataRow .delete { padding: 0; width: 26px } .dataTable .dataRow .delete a { display: block; cursor: pointer; padding: 5px; width: 16px; height: 16px; overflow: hidden; white-space: nowrap; text-indent: -1000px } .memberListItem { background: 0 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important; border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434; padding: 4px 0; overflow: hidden; zoom: 1 } .memberListItem:first-child { border-top-width: 0; padding-top: 0 } .memberListItem:last-child { border-bottom-width: 0; padding-bottom: 0 } .resource_author_list .memberListItem { background-color: #404040; border: 1px solid #4e4e4e; border-right-color: #343434; border-bottom-color: #343434; padding: 5px } .memberListItem .avatar,.memberListItem .icon { float: left } .memberListItem .extra { font-size: 11px; float: right } .blockLinksList span.depthPad,.memberListItem .extra .DateTime { display: block } .memberListItem .extra .bigNumber { font-size: 250%; color: #888 } .memberListItem .member { margin-left: 65px } .memberListItem h3.username { font-weight: 700; font-size: 13pt; margin-bottom: 3px } .memberListItem .username.guest { font-style: italic; font-weight: 400 } .memberListItem .userInfo { font-size: 11px; margin-bottom: 3px } .memberListItem .userBlurb .userTitle { font-weight: 700 } .PageNav,.memberListItem .userStats dd,.memberListItem .userStats dt { white-space: nowrap } .memberListItem .member .contentInfo { margin-top: 5px } .memberListItem.extended .extra { width: 200px } .memberListItem.extended .member { margin-right: 210px } .DismissParent .DismissCtrl { position: absolute; top: 12px; right: 5px; display: block; color: #fff; width: 15px; height: 15px; line-height: 15px; text-align: center; opacity: .4; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; font-size: 10px; overflow: hidden; white-space: nowrap; text-indent: 20000em; cursor: pointer } #StackAlerts .DismissParent .DismissCtrl,.DismissParent:hover .DismissCtrl,.Touch .DismissParent .DismissCtrl { opacity: 1 } #StackAlerts .DismissParent .DismissCtrl,.DismissParent:hover .DismissCtrl:hover { background-position: -96px 0 } .DismissParent:hover .DismissCtrl:active { background-position: -112px 0 } .baseHtml h1 { font-size: 138.5%; margin: 1em 0 } .baseHtml h2 { font-size: 123.1%; margin: 1em 0 } .baseHtml h3 { font-size: 108%; margin: 1em 0 } .baseHtml h1,.baseHtml h2,.baseHtml h3,.baseHtml h4,.baseHtml h5,.baseHtml h6,.baseHtml strong { font-weight: 700 } .baseHtml blockquote,.baseHtml dl,.baseHtml ol,.baseHtml ul { margin: 1em } .baseHtml dl,.baseHtml ol,.baseHtml ul { margin-left: 3em; margin-right: 0 } .baseHtml dl dl,.baseHtml dl ol,.baseHtml dl ul,.baseHtml ol dl,.baseHtml ol ol,.baseHtml ol ul,.baseHtml ul dl,.baseHtml ul ol,.baseHtml ul ul { margin-top: 0; margin-bottom: 0 } .baseHtml ol li { list-style: decimal outside } .baseHtml ul li { list-style: disc outside } .baseHtml ol ul li,.baseHtml ul ul li { list-style-type: circle } .baseHtml ol ol ul li,.baseHtml ol ul ul li,.baseHtml ul ol ul li,.baseHtml ul ul ul li { list-style-type: square } .baseHtml ol ul ol li,.baseHtml ul ol li,.baseHtml ul ol ol li { list-style: decimal outside } .baseHtml td,.baseHtml th { border: 1px solid #000; padding: .5em } .baseHtml th { font-weight: 700; text-align: center } .baseHtml caption { margin-bottom: .5em; text-align: center } .baseHtml fieldset,.baseHtml p,.baseHtml pre,.baseHtml table { margin-bottom: 1em } .PageNav { font-size: 11px; padding: 2px 0; overflow: hidden; zoom: 1; line-height: 16px; word-wrap: normal; min-width: 150px; margin-bottom: -.5em } .PageNav .hidden { display: none } .PageNav .pageNavHeader,.PageNav .scrollable,.PageNav a { display: block; float: left; margin-right: 3px; margin-bottom: .5em } .PageNav .pageNavHeader { padding: 1px 0 } .PageNav a { color: #ffb700; text-decoration: none; background-color: #404040; border: 1px solid #404040; text-align: center; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset; min-width: 19px } .PageNav a[rel=start] { width: 19px!important } .PageNav a.text { width: auto!important; padding: 0 4px } .PageNav a.currentPage { color: #fff; background-color: #888; border-color: #888; position: relative } a.PageNavNext,a.PageNavPrev { color: #ccc; background: 0 0; padding: 1px; border: 1px transparent; cursor: pointer; width: 19px!important } .PageNav a:focus,.PageNav a:hover { color: #282828; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .PageNav a.distinct { margin-left: 3px } .PageNav .scrollable { position: relative; overflow: hidden; width: 117px; height: 18px } .PageNav .scrollable .items { width: 20000em; position: absolute; display: block } .PageNav .gt999 { font-size: 9px; letter-spacing: -.05em } .PageNav.pn5 a { width: 29px } .PageNav.pn5 .scrollable { width: 167px } .PageNav.pn6 a { width: 33px } .PageNav.pn6 .scrollable { width: 187px } .PageNav.pn7 a { width: 37px } .PageNav.pn7 .scrollable { width: 207px } .pairsColumns,.pairsJustified,.pairsRows { line-height: 1.5 } .pairsInline dd,.pairsInline dl,.pairsInline dt { display: inline } .pairsRows dd,.pairsRows dt { display: inline-block; vertical-align: top; *display: inline; *margin-right: 1ex; *zoom: 1 } .pairsColumns dl,.pairsJustified dl,.threeColumnList,.twoColumnList,dl.pairsColumns,dl.pairsJustified { overflow: hidden; zoom: 1 } .pairsColumns dd,.pairsColumns dt { float: left; width: 48% } .pairsJustified dt { float: left; max-width: 100%; margin-right: 5px } .pairsJustified dd { float: right; text-align: right; max-width: 100% } .listInline dd,.listInline dl,.listInline dt,.listInline li,.listInline ol,.listInline ul { display: inline } .commaElements>:after,.commaImplode li:after { content: ', ' } .commaElements>:last-child:after,.commaImplode li:last-child:after { content: '' } .bulletImplode li:before { content: '\2022\a0' } .bulletImplode li:first-child:before { content: '' } .threeColumnList li,.twoColumnList li { float: left; width: 32%; margin: 2px 1% 2px 0 } .twoColumnList li { width: 48% } .previewTooltip .avatar { float: left } .previewTooltip .text { margin-left: 64px } .previewTooltip blockquote { font-family: Georgia,"Times New Roman",Times,serif; line-height: 1.4; font-size: 10pt; max-height: 150px; overflow: hidden } .previewTooltip .posterDate { font-size: 11px; padding-top: 5px; border-top: 1px solid #4e4e4e; margin-top: 5px; position: relative } .previewTooltip .posterDate:before { content: ''; display: block; position: absolute; top: -2px; left: 0; right: 0; border-top: 1px solid #343434 } .blockLinksList { font-size: 11px; padding: 2px } .blockLinksList a,.blockLinksList label { color: #ccc; padding: 5px 10px; border-radius: 0; display: block; outline: 0 } .blockLinksList a:focus,.blockLinksList a:hover,.blockLinksList label:focus,.blockLinksList label:hover,.blockLinksList li.kbSelect a,.blockLinksList li.kbSelect label { color: #282828; text-decoration: none; background-color: #ffb700 } .blockLinksList a.selected,.blockLinksList a:active,.blockLinksList label.selected,.blockLinksList label:active,.blockLinksList li.kbSelect a.selected,.blockLinksList li.kbSelect a:active,.blockLinksList li.kbSelect label.selected,.blockLinksList li.kbSelect label:active { background-color: #ffb700 } .blockLinksList a.selected,.blockLinksList label.selected,.blockLinksList li.kbSelect a.selected,.blockLinksList li.kbSelect label.selected { font-weight: 700; display: block } .blockLinksList .itemCount { float: right; font-size: 9px; line-height: 16px; color: #fff; background-color: #ffb700; padding: 0 2px; border-radius: 4px; min-width: 12px; _width: 12px; text-align: center; text-shadow: none; white-space: nowrap; word-wrap: normal } #header.staticNav .navTabs .navTab.selected .tabLinks,#header.staticNav .selectedTabLinks .tabLinks,.blockLinksList .itemCount.Zero { display: none } .bubbleLinksList,.unitPairsJustified li { overflow: hidden } .bubbleLinksList a { float: left; padding: 2px 4px; margin-right: 2px; border-radius: 3px; text-decoration: none } .bubbleLinksList a:active,.bubbleLinksList a:hover { color: #282828; text-decoration: none; background-color: #ffb700 } .bubbleLinksList a.active { background-color: #ffb700; font-weight: 700; display: block } .indentList ol,.indentList ul { margin-left: 2em } .hiddenIframe { display: block; width: 500px; height: 300px } .traceHtml { font-size: 11px; font-family: calibri,verdana,arial,sans-serif } .traceHtml .function { color: #b45050; font-weight: 400 } .traceHtml .file { font-weight: 400 } .traceHtml .shade { color: gray } .traceHtml .link { font-weight: 700 } ._depth0 { padding-left: 0 } ._depth1 { padding-left: 2em } ._depth2 { padding-left: 4em } ._depth3 { padding-left: 6em } ._depth4 { padding-left: 8em } ._depth5 { padding-left: 10em } ._depth6 { padding-left: 12em } ._depth7 { padding-left: 14em } ._depth8 { padding-left: 16em } ._depth9 { padding-left: 18em } .errorPanel,.formValidationInlineError { color: #fff; background-color: #ffb700; border: 1px solid #ffb700; box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .formValidationInlineError { display: none; z-index: 5000; border-radius: 0; padding: 2px 5px; font-size: 11px; width: 175px; min-height: 2.5em; _height: 2.5em; word-wrap: break-word; position: absolute } .formValidationInlineError.inlineError { position: static; width: auto; min-height: 0 } .errorPanel { margin: 10px 0 20px; position: relative } .errorPanel .errorHeading { margin: .75em; font-weight: 700; font-size: 12pt } .errorPanel .errors { margin: .75em 2em; display: block; line-height: 1.5 } input[type=search] { box-sizing: content-box } .ignored,.widget-tabs h3:after { display: none!important } .floatLeft { float: left } .floatRight { float: right } .horizontalContain { overflow-x: auto } .SquareThumb,.ltr,input[type=email],input[type=url] { direction: ltr } .SquareThumb { overflow: hidden; padding: 0; width: 48px; height: 48px } .SquareThumb,.SquareThumb img { position: relative; display: block } #recaptcha_image img,.bbCodeImage { max-width: 100% } .bbCodeImageFullSize { position: absolute; z-index: 50000 } .bbCodeStrike { text-decoration: line-through } img.mceSmilie,img.mceSmilieSprite { vertical-align: text-bottom; margin: 0 1px } .section.widget-container.widget-tabs { clear: both } .widget-tabs .primaryContent { background: 0 0; padding: 0; border-width: 0; border-radius: 0; box-shadow: none!important; margin: 0 } .widget-tabs .tabs { margin: 0 10px } .widget-tabs h3 { margin: 0!important; padding: 0!important; font: inherit!important; color: inherit!important; line-height: 25px } #customFooter .boxContent a:active,#customFooter .boxContent a:hover { color: #ffb700 } .captchaPhotos ul.captchaPhotos li { border-radius: 0; border-color: #4e4e4e #343434 #343434 #4e4e4e } .captchaPhotos ul.captchaPhotos li.checked { border-radius: 0 } .xenOverlay .captchaPhotos ul.captchaPhotos li,.xenOverlay .captchaPhotos ul.captchaPhotos li.checked { border-color: #383838 } .captchaPhotos ul.captchaPhotos li.checked { background-color: #4e4e4e; border-color: #ffb700 } div#taigachat_box { background: 0 0; border-color: #4e4e4e; box-shadow: 0 0 1px rgba(0,0,0,.25) } blockquote.taigachat_motd { border-top-width: 0 } ul.ribbons { margin: 0 -14px } .sectionMain.Tinhte_XenTag_Tags_ThreadView { padding: 9px } .Tinhte_XenTag_TagsEditor .Tinhte_XenTag_TagNew .textCtrl.Tinhte_XenTag_TagNewInput { color: #ccc } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag { font-size: 13px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #282828; background-color: #ffb700; padding: 0 5px; border: 1px solid #ffb700; border-radius: 0; text-align: center; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset; outline: 0; line-height: 21px; display: inline-block; cursor: pointer; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-sizing: content-box; height: 21px } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag a.delete { color: inherit } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag:active,.Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag:hover { color: #000; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .Tinhte_XenTag_TagsEditor li.Tinhte_XenTag_Tag:active { color: #282828; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .visibleResponsiveFull { display: inherit!important } .hiddenResponsiveFull,.visibleResponsiveMedium,.visibleResponsiveNarrow,.visibleResponsiveWide { display: none!important } .hiddenResponsiveMedium,.hiddenResponsiveNarrow,.hiddenResponsiveWide { display: inherit!important } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:400;src:local('Droid Sans'),local('DroidSans'),url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } @font-face { font-family:'Droid Sans';font-style:normal;font-weight:700;src:local('Droid Sans Bold'),local('DroidSans-Bold'),url(https://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000 } .userLevel { display: inline-block; font-size: 16px; border-radius: 50%; border: solid #ccc 2px; height: 28px; width: 28px; line-height: 28px; text-align: center; cursor: default; font-weight: 400 } .userLevel .userLevelNum { font-family: 'Droid Serif',serif; color: #ccc } a .userLevel { cursor: pointer } .memberCard .userLevel { border-color: #303030 } .memberCard .userLevel .userLevelNum,.navTabs .navTab.PopupClosed:hover .navLink { color: #303030 } .memberListItem .extra .userLevel { position: relative; top: -3px; margin-right: 6px } .followingList .userLevel { float: right } .userLevel.lvl_0 { border-color: #9b9b9b } .userLevel.lvl_10 { border-color: #c02942 } .userLevel.lvl_20 { border-color: #d95b43 } .userLevel.lvl_30 { border-color: #fecc23 } .userLevel.lvl_40 { border-color: #467a3c } .userLevel.lvl_50 { border-color: #4e8ddb } .userLevel.lvl_60 { border-color: #7652c9 } .userLevel.lvl_70 { border-color: #c252c9 } .userLevel.lvl_80 { border-color: #542437 } .userLevel.lvl_90 { border-color: #997c52 } .ctrlUnit.submitUnit dd .explain,.ctrlUnit.submitUnit dd .text,.ctrlUnit.submitUnit dd label { line-height: 1.28 } #QuickSearch .ctrlUnit.submitUnit dd,.Menu .ctrlUnit.submitUnit dd,.xenOverlay .ctrlUnit.submitUnit dd { border: 0; background: 0 0 } .textCtrl { font-size: 13px; font-family: Calibri,'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #eee; background-color: #303030; padding: 3px; margin-bottom: 2px; border: 1px solid #303030; outline: 0 } select[multiple].textCtrl,select[size].textCtrl { -webkit-appearance: listbox } select[size="0"].textCtrl,select[size="1"].textCtrl { -webkit-appearance: menulist } .textCtrl.Focus,.textCtrl:focus { color: #000; background-color: #ffe57c; border-color: #ffc800; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset } .disabled .textCtrl,input.textCtrl.disabled,textarea.textCtrl.disabled { font-style: italic; color: #ccc; background-color: #202020; border-color: #444 } .textCtrl.prompt { font-style: italic; color: #e8e8e8 } .textCtrl:-moz-placeholder,.textCtrl::-moz-placeholder { font-style: italic; color: #e8e8e8 } .textCtrl::-webkit-input-placeholder { font-style: italic; color: #e8e8e8 } .textCtrl:-ms-input-placeholder { font-style: italic; color: #e8e8e8 } .textCtrl.autoSize { width: auto!important } .textCtrl.number,.textCtrl.number input { text-align: right; width: 150px } .textCtrl.number input::-ms-clear,.textCtrl.number::-ms-clear { display: none; width: 0; height: 0 } .textCtrl.fillSpace { width: 100%; box-sizing: border-box; _width: 95% } .textCtrl.code,.textCtrl.code input { font-family: Consolas,"Courier New",Courier,monospace; white-space: pre; word-wrap: normal; direction: ltr } input.textCtrl[type=password] { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif } input[type=search] { -webkit-appearance: none } .textCtrl.titleCtrl,.textCtrl.titleCtrl input { font-size: 18pt } textarea.textCtrl.Elastic { max-height: 300px } .button,.textCtrlWrap { display: inline-block } .textCtrlWrap input.textCtrl { color: inherit!important; padding: 0!important; margin: 0!important; border: 0!important; background: 0 0!important; border-radius: 0!important; box-shadow: none!important } .textCtrlWrap.blockInput input.textCtrl { margin-top: 4px!important } .taggingInput.textCtrl { padding-top: 1px; min-height: 25px } .taggingInput input { margin: 0; font-size: 12px; border: 1px solid transparent; padding: 0; background: 0 0; outline: 0; color: inherit; font-family: inherit } .taggingInput .tag { border: 1px solid #aeaeae; border-radius: 0; display: inline-block; padding: 0 3px; text-decoration: none; background: #aeaeae; color: #404040; margin-right: 3px; margin-top: 2px; font-size: 12px; max-width: 98%; box-shadow: 1px 1px 3px rgba(0,0,0,.25); position: relative } .disabled.taggingInput .tag { opacity: .7 } .disabled.taggingInput .tag a { pointer-events: none } html .taggingInput .tag a { color: inherit; font-weight: 700; text-decoration: none } .taggingInput .tag:hover { background-color: #ffb700; border-color: #ffb700; color: #fff } .taggingInput .addTag { display: inline-block; min-width: 150px; max-width: 100%; margin-top: 2px } .taggingInput .tagsClear { clear: both; width: 100%; height: 0; float: none } .button { font-style: normal; -webkit-appearance: none; font-size: 13px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #282828; background-color: #ffb700; padding: 0 5px; border: 1px solid #ffb700; border-radius: 0; text-align: center; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset; outline: 0; line-height: 21px; cursor: pointer; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-sizing: content-box; height: 21px } .formPopup .advSearchLink { display: block; margin: 0 4px } .button.smallButton { font-size: 11px; padding: 0 3px; line-height: 19px; height: 19px } .button.light,a.button.disabled,a.button.primary.disabled,html .buttonProxy .button.disabled,input.button.disabled,input.button.primary.disabled { color: #fff; background-color: #4e4e4e; border-color: #4e4e4e; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.5) inset } .button::-moz-focus-inner { border: 0 } a.button { display: inline-block; color: #282828 } .button:hover,.buttonProxy:hover .button,.button[href]:hover,.formPopup .advSearchLink:hover { color: #000; text-decoration: none; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button:focus { color: #282828; text-decoration: none; background-color: #ffb700; border-color: #ffb700; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button:active,.button[href]:active { color: #282828; background-color: #ffb700; border-color: #ffb700; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button.ToggleButton.checked,.button:active,.buttonProxy:active .button,.button[href]:active,.formPopup .advSearchLink:active { text-decoration: none; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .buttonProxy:active .button,.formPopup .advSearchLink:active { color: #282828; background-color: #ffb700; border-color: #ffb700; box-shadow: 0 1px 4px 0 #383838 ,0 0 0 1px rgba(0,0,0,.15) inset } .button.ToggleButton { cursor: default; width: auto } .button.ToggleButton.checked { color: #000; background-color: #ffe57c; border-color: #ffc800; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset } .button.inputSupplementary { width: 25px; position: absolute; top: 0; right: 0 } .button.inputSupplementary.add { color: green } .button.inputSupplementary.delete { color: red } .submitUnit .button { min-width: 100px; *min-width: 0 } .ctrlUnit.sectionLink dt { text-align: left; font-size: 11px } .ctrlUnit.sectionLink dt a { margin-left: 11px } .ctrlUnit>dt .error,.ctrlUnit>dt dfn { font-size: 10px; display: block; font-weight: 400 } .ctrlUnit>dt dfn { font-style: italic; margin-left: 30px; color: #888 } .ctrlUnit>dt .error { color: red } .ctrlUnit>dt a { font-weight: 400 } .ctrlUnit>dd .explain,.ctrlUnit>dd>*>li .hint { font-size: 11px; color: #888; margin-top: 2px } .ctrlUnit>dd>*>li { margin: 4px 0 8px; padding-left: 1px } .ctrlUnit>dd .break { margin-bottom: .75em; padding-bottom: .75em } .ctrlUnit>dd .rule { border-bottom: 1px solid silver } .ctrlUnit>dd .ddText { margin-bottom: 2px } .ctrlUnit>dd>*>li .hint { margin-left: 16px } .ctrlUnit .disablerList,.ctrlUnit .indented,.ctrlUnit>dd>*>li>ul { margin-left: 16px } .ctrlUnit>dd .checkboxColumns>li,.ctrlUnit>dd .choiceList>li,.ctrlUnit>dd .disablerList>li { margin-top: 6px } .ctrlUnit>dd .helpLink { font-size: 10px } .ctrlUnit.textValue dt { padding-top: 0 } .button.spinBoxButton { font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif; font-size: 11pt } .footer .choosers dd,.footerLinks li,.unitPairsJustified li .label { float: left } .unitPairsJustified li .value { float: right } #calroot { margin-top: -1px; width: 198px; padding: 2px; background-color: #404040; font-size: 11px; border: 1px solid #ffb700; border-width: 0 0 0 2px; box-shadow: 0 0 15px #000; z-index: 7500 } #calhead { padding: 2px 0; height: 22px } #calnext,#calprev,#caltitle { font-size: 11pt; line-height: 20px; text-align: center } #caltitle { color: #a0a0a0; float: left; width: 155px } #calnext,#calprev { display: block; width: 20px; height: 20px; cursor: pointer } #calprev { float: left } #calnext { float: right } #calnext.caldisabled,#calprev.caldisabled { visibility: hidden } #caldays { height: 14px; border-bottom: 1px solid #a0a0a0 } #caldays span,.calweek a { display: block; float: left; text-align: center } #caldays span { color: #a0a0a0; width: 28px } #calweeks { margin-top: 4px } .calweek { clear: left; height: 22px } .calweek a { width: 27px; height: 20px; text-decoration: none; font-size: 11px; margin-left: 1px; line-height: 20px; border-radius: 3px } .calfocus,.calweek a:hover { background-color: #ffb700; color: #fff } a.caloff { color: #888 } a.caloff:hover { background-color: #606060; color: #fff } a.caldisabled { background-color: #efefef!important; color: #ccc!important; cursor: default } #caltoday,ul.autoCompleteList li strong { font-weight: 700 } #calcurrent { background-color: #ffb700; color: #fff } ul.autoCompleteList { border: 1px solid #a4a4a4; padding: 0; font-size: 11px; min-width: 180px; _width: 180px; z-index: 1000 } ul.autoCompleteList li { padding: 3px; height: 24px; line-height: 24px; background: rgba(64,64,64,.9); border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434 } ul.autoCompleteList li:first-child { border-top-width: 0 } ul.autoCompleteList li:last-child { border-bottom-width: 0 } ul.autoCompleteList li.selected,ul.autoCompleteList li:hover { background-color: #ffb700; border-color: #ffb700; color: #fff; border-radius: 0 } .statusEditorCounter { color: green } .statusEditorCounter.warning { color: orange; font-weight: 700 } .statusEditorCounter.error { color: red; font-weight: 700 } #helper_birthday>li,.explain .statusHeader { display: inline } .explain .CurrentStatus { color: #ccc; font-style: italic; padding-left: 5px } #alerts li.alertItem,.bbCodeEditorContainer a { font-size: 11px } #recaptcha_image { box-sizing: content-box; max-width: 100% } #helper_birthday { display: inline-block } #header { margin-bottom: 28px } #header.movedSelectedRow { margin-bottom: 0 } #header .pageWidth .pageContent { zoom: 1 } #header.staticNav #navigationContainer { position: fixed; left: 0; right: 0; top: 0; z-index: 55 } #header.staticNav.navigationFirst { padding-top: 30px } #header.staticNav .beforeNavigation { margin-bottom: 30px } #logo { display: block; float: left; overflow: hidden } #logo div { line-height: 98px; *line-height: 102px; height: 102px; max-width: 100% } #logo span { *display: inline-block; *height: 100% } #logo div,#logo img { vertical-align: middle } #visitorInfo { float: right; min-width: 250px; _width: 250px; overflow: hidden; zoom: 1; background: #aeaeae; padding: 5px; border-radius: 5px; margin: 10px 0; border: 1px solid #606060; color: #606060 } #visitorInfo .avatar { float: left; display: block } #visitorInfo .avatar .img { border-color: #a0a0a0 } #visitorInfo .username { font-size: 18px; text-shadow: 1px 1px 10px #fff; color: #606060; white-space: nowrap; word-wrap: normal } #alerts,#navigation .PopupOpen .menuIcon:before,#navigation .navLink .menuIcon:before { zoom: 1 } #alerts #alertMessages { padding-left: 5px } #alerts .label { color: #606060 } #forumFooter { overflow: hidden } #forumFooter .footerInner { border: 2px solid #404040; box-shadow: 0 0 0 1px rgba(0,0,0,.3) inset; margin: 0 -5px; padding: 0 3px; background-color: #404040 } .footer .pageContent { font-size: 11px; padding: 8px 0 0; color: #a0a0a0!important; overflow: hidden; zoom: 1 } .footer a,.footer a:visited { padding: 5px; color: #ccc!important; display: block } .footerLegal a,.footerLegal a:visited { color: #ccc!important } .footer a:active,.footer a:hover,.footerLegal a:active,.footerLegal a:hover { text-decoration: underline; color: #fff!important } .footer .choosers,.footerLinks { float: left; overflow: hidden; zoom: 1 } .footer .choosers dt { display: none } .footerLinks { float: right } .footerLinks.left { float: left; padding-left: 5px } .footerLinks a.globalFeed,.footerLinks a.topLink { width: 14px } .footerLinks a.globalFeed,.footerLinks a.homeLink,.footerLinks a.topLink { height: 14px; display: block; text-indent: -9999px; white-space: nowrap; padding: 0; margin: 5px } .footerLinks a.topLink { background-position: -186px -28px } .footerLinks a.homeLink { width: 15px; background-position: -170px -43px } .footer .choosers dd,.footerLinks .contactLink { padding-left: 13px; position: relative } .footer .choosers dd:before,.footerLinks .contactLink:before { content: ''; display: block; position: absolute; left: 0; top: 5px; width: 14px; height: 14px } .footer .choosers dd:before { background-position: -171px -58px } .footerLegal .pageContent { font-size: 11px; overflow: hidden; zoom: 1; padding: 5px 5px 15px; text-align: left } #copyright { color: #a0a0a0; float: right; text-align: right } #legal li { float: left; margin-left: 10px } .breadBoxBottom,.breadBoxTop { padding: 0; margin: 10px 0; zoom: 1; clear: both } .breadBoxBottom:after,.breadBoxBottom:before,.breadBoxTop:after,.breadBoxTop:before { content: ' '; display: table; clear: both } .breadBoxTop .topCtrl { margin-left: 10px; float: right; line-height: 26px } #legal,.breadBoxTop .callToAction { float: right } .breadcrumb { font-size: 11px; background-color: #404040; padding: 0 6px 0 9px; margin: 0; border: 1px solid #404040; position: relative; zoom: 1; box-shadow: 0 0 0 1px #383838 inset; height: 24px } .breadcrumb .crumbs { display: block; line-height: 24px; margin-right: 20px } .breadcrumb.showAll { height: auto } .breadcrumb .boardTitle { display: none } .breadcrumb .crust a.crumb { cursor: pointer; text-decoration: none; outline: 0; background: 0 0; -moz-outline-style: 0 none } .breadcrumb .crust a.crumb:hover { background: 0 0 } .breadcrumb .crust:last-child a.crumb { font-weight: 700 } .breadcrumb .crust .arrow { color: #888; padding: 0 2px; display: inline-block; border: 0; position: absolute; right: 0; top: 0; z-index: 50; width: 0; height: 0 } .breadcrumb .crust .arrow:after { content: '»'; display: inline-block; font-size: 11px; color: #ccc } .breadcrumb .crust:last-child .arrow { display: none } .breadcrumb .crust .arrow span,.breadcrumb .crust.last-child .arrow { display: none } .breadcrumb .crust:hover a.crumb { text-decoration: underline } .breadcrumb .jumpMenuTrigger { margin: 4px 0 0; display: block; float: right; white-space: nowrap; text-indent: 9999px; overflow: hidden; width: 13px; height: 16px } .navTabs { margin: 0 auto; background-color: #404040; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); font-size: 11px; padding: 0 10px } #navigation .pageContent,.navTabs { height: 30px; position: relative } #navigation .menuIcon { position: relative; font-size: 18px; width: 16px; display: inline-block; text-indent: -9999px } #navigation .menuIcon:before { content: ""; font-size: 18px; position: absolute; top: .6em; left: 0; width: 16px; height: 2px; border-top: 6px double currentColor; border-bottom: 2px solid currentColor } .navTabs .publicTabs { float: left } .navTabs .visitorTabs { float: right } .navTabs .navLink,.navTabs .navTab { margin: 0; float: left; white-space: nowrap } .navTabs .navTab { word-wrap: normal; max-height: 30px; padding: 0 } .navTabs .navTab.PopupOpen,.navTabs .navTab.PopupOpen.selected { text-shadow: none } .hasHiddenTabs .navTab.responsiveHiddenTabs { display: block!important } .hasHiddenTabs .navTab.hiddenTab { display: none } .navTabs .navLink { font-size: 13px; color: #ccc; padding: 1px 12px; display: block; vertical-align: text-bottom; text-align: center; outline: 0; position: relative; text-shadow: 1px 1px 2px rgba(0,0,0,.5); height: 28px; line-height: 28px } .navTabs .navLink.hasSplitCtrl { padding-right: 26px } .navTabs .navLink:hover { color: #303030; text-decoration: none; background: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .navTabs .navLink:after,.navTabs .navLink:before { content: ''; display: block; position: absolute; top: 2px; bottom: 2px; width: 0; left: 0; border-left: 1px solid #4e4e4e } .navTabs .navLink:after { left: auto; right: 0; border-left-color: #343434 } .navTabs .PopupOpen+.navTab .navLink:before,.navTabs .lastVisible .navLink:after,.navTabs .navTab.selected .tabLinks li:first-child a:before,.navTabs .navTab.selected .tabLinks li:last-child a:after,.navTabs .navTab:first-child .navLink:before,.navTabs .navTab:hover+.navTab .navLink:before,.navTabs .navTab:last-child .navLink:after,.selectedTabLinks .tabLinks li:first-child a:before,.selectedTabLinks .tabLinks li:last-child a:after { display: none } .navTabs.hasHiddenTabs .lastVisible .navLink:after,.sidebar .visitorPanel .avatar img { display: block } .navTabs .navTab.PopupClosed { position: relative } .navTabs .navTab.selected .navLink { color: #ffb700; background-color: #2b2b2b; font-weight: 500; position: relative; text-shadow: 1px 1px 1px #000; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%) } .navTabs .navTab.PopupOpen .navLink,.navTabs .navTab.PopupOpen.selected .navLink { color: #fff; background-color: #ffb700; border-color: #ffb700; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .navTabs .navTab .navLink:hover:after,.navTabs .navTab .navLink:hover:before,.navTabs .navTab.PopupOpen .navLink:after,.navTabs .navTab.PopupOpen .navLink:before,.navTabs .navTab.selected .SplitCtrl,.navTabs .navTab.selected .arrowWidget,.navTabs .navTab.selected .navLink:after,.navTabs .navTab.selected .navLink:before { display: none } .navTabs .SplitCtrl { width: 22px; height: 30px; position: relative; vertical-align: top; margin-left: -22px; margin-top: 1px } .navTabs .navTab .arrowWidget { display: inline-block; height: 30px; position: relative; vertical-align: top; background: 0 0!important; margin: 0 0 0 4px; width: 10px } .navTabs .SplitCtrl:after,.navTabs .navTab .arrowWidget:after { content: ''; display: block; position: absolute; height: 14px; left: 0; top: 9px; width: 14px } .navTabs .navTab.PopupClosed.selected .SplitCtrl:after,.navTabs .navTab.PopupClosed.selected .arrowWidget:after { background-position: -32px 0 } .navTabs .navTab.PopupClosed .SplitCtrl:hover:after,.navTabs .navTab.PopupClosed .arrowWidget:hover:after,.navTabs .navTab.PopupClosed:hover .SplitCtrl:after,.navTabs .navTab.PopupClosed:hover .arrowWidget:after { background-position: -16px 0 } .navTabs .navTab.PopupOpen .SplitCtrl:after,.navTabs .navTab.PopupOpen .arrowWidget:after,.navTabs .navTab.PopupOpen.selected .SplitCtrl:after,.navTabs .navTab.PopupOpen.selected .arrowWidget:after { background-position: -48px 0 } .navTabs .SplitCtrl,.navTabs .navTab.selected.PopupControl .SplitCtrl,.navTabs .navTab.selected.PopupControl .arrowWidget { display: inline-block } .navTabs .navTab.selected .tabLinks,.selectedTabLinks .tabLinks { background-color: #404040; padding: 0 1px; margin: 0; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%); height: 26px } .navTabs .navTab.selected .tabLinks:hover,.selectedTabLinks .tabLinks:hover { color: #282828 } .navTabs .navTab.selected .blockLinksList,.selectedTabLinks .tabLinks .blockLinksList { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .navTabs .navLink .itemCount .arrow,.navTabs .navLink .itemCount.Zero,.navTabs .navTab.selected .tabLinks .menuHeader,.selectedTabLinks .tabLinks .menuHeader { display: none } .navTabs .navTab.selected .tabLinks li,.selectedTabLinks .tabLinks li { padding: 2px 0; float: left } .navTabs .navTab.selected .tabLinks a,.selectedTabLinks .tabLinks a { line-height: 20px; white-space: nowrap; font-size: 11px; color: #ccc; padding: 1px 8px; display: block; position: relative } .navTabs .navTab.selected .tabLinks a:before { content: ''; position: absolute; top: 2px; bottom: 2px; left: 0; width: 0; border-left: 1px solid #4e4e4e } .selectedTabLinks .tabLinks a:before { left: 0 } .navTabs .navTab.selected .tabLinks a:after,.selectedTabLinks .tabLinks a:after,.selectedTabLinks .tabLinks a:before { content: ''; position: absolute; top: 2px; bottom: 2px; width: 0; border-left: 1px solid #4e4e4e } .navTabs .navTab.selected .tabLinks a:after,.selectedTabLinks .tabLinks a:after { left: auto; right: 0; border-left-color: #343434 } .navTabs .navTab.selected .tabLinks a:focus,.navTabs .navTab.selected .tabLinks a:hover,.selectedTabLinks .tabLinks a:focus,.selectedTabLinks .tabLinks a:hover { color: #282828; text-decoration: none; background-color: #ffb700; padding: 0 7px; border: 1px solid #ffb700; outline: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .navTabs .navTab.selected .tabLinks a:focus:after,.navTabs .navTab.selected .tabLinks a:focus:before,.navTabs .navTab.selected .tabLinks a:hover:after,.navTabs .navTab.selected .tabLinks a:hover:before,.selectedTabLinks .tabLinks a:focus:after,.selectedTabLinks .tabLinks a:focus:before,.selectedTabLinks .tabLinks a:hover:after,.selectedTabLinks .tabLinks a:hover:before { display: none } .navTabs .navTab.selected .tabLinks a .itemCount,.navTabs .navTab.selected .tabLinks a .postItemCount,.selectedTabLinks .tabLinks a .itemCount,.selectedTabLinks .tabLinks a .postItemCount { color: #fff; background-color: #888; float: none; margin-top: 2px; margin-left: 2px; font-weight: 700; padding: 2px 4px; text-align: center } .navTabs .navLink .itemCount,.navTabs .navTab.selected .tabLinks a .itemCount.alert,.navTabs .navTab.selected .tabLinks a .postItemCount.alert,.selectedTabLinks .tabLinks a .itemCount.alert,.selectedTabLinks .tabLinks a .postItemCount.alert { color: #fff; background-color: #ffb700 } .navTabs .navTab.selected .tabLinks a:hover .itemCount,.navTabs .navTab.selected .tabLinks a:hover .postItemCount,.selectedTabLinks .tabLinks a:hover .itemCount,.selectedTabLinks .tabLinks a:hover .postItemCount { color: #ffb700; background-color: #fff } .navTabs .navLink .itemCount { font-weight: 700; font-size: 9px; padding: 0 2px; margin: 0 0 0 4px; border-radius: 4px; line-height: 16px; min-width: 12px; _width: 12px; text-align: center; text-shadow: none; white-space: nowrap; word-wrap: normal; display: inline-block; box-shadow: 2px 2px 5px rgba(0,0,0,.25); float: none; position: relative; top: -1px; height: 16px } #unreadPostsCount .itemCount.alert { background-color: #ffb700!important; border-radius: 4px } .NoResponsive #VisitorExtraMenu_AlertsCounter,.NoResponsive #VisitorExtraMenu_ConversationsCounter,.NoResponsive #VisitorExtraMenu_Counter,.navTabs .navLink .itemCount.ResponsiveOnly { display: none!important } .navTabs .navTab.account .navLink { font-weight: 700 } .navTabs .navTab.account .navLink .accountUsername { display: block; max-width: 100px; overflow: hidden; text-overflow: ellipsis } #AccountMenu { width: 274px } #AccountMenu .menuHeader { position: relative } #AccountMenu .menuHeader .avatar { float: left; margin-right: 10px } #AccountMenu .menuHeader .visibilityForm { margin-top: 10px; color: #888 } #AccountMenu .menuHeader .links .fl { position: absolute; bottom: 10px; left: 116px } #AccountMenu .menuHeader .links .fr { position: absolute; bottom: 10px; right: 10px } #AccountMenu .menuColumns { overflow: hidden; zoom: 1 } #AccountMenu .menuColumns a,#AccountMenu .menuColumns label { width: 115px } #AccountMenu .statusPoster .submitUnit { margin-top: 5px; text-align: right } #AccountMenu .statusPoster .submitUnit .statusEditorCounter { float: left; line-height: 23px; height: 23px } .navPopup { width: 260px } .navPopup .listItemText a:hover,.navPopup a:hover { background: 0 0; text-decoration: underline } .navPopup .menuHeader .InProgress { float: right; display: block; width: 20px; height: 20px } .navPopup .listPlaceholder { max-height: 350px; overflow: auto } .navPopup .listPlaceholder ol.secondaryContent.Unread .title a,.sidebar .section .primaryContent h3 a:hover,.sidebar .section .secondaryContent h3 a:hover { color: #ffb700 } .navPopup .listItem { overflow: hidden; zoom: 1; border-bottom: 1px solid #343434; border-top: 1px solid #4e4e4e; padding: 5px 0 } .navPopup .listItem:first-child { border-top: none } .navPopup .listItem:last-child { border-bottom: none } .navPopup .PopupItemLinkActive:hover { margin: 0 -8px; padding: 5px 8px; background-color: #4e4e4e; cursor: pointer } .navPopup .avatar { float: left } .navPopup .listItemText { margin-left: 37px } .SedoGoToTop.mini ul li.AdvQm,.navPopup .listItemText .muted { font-size: 9px } .navPopup .listItemText .subject,.navPopup .unread .listItemText .title { font-weight: 700 } #QuickSearch #commonSearches,.navPopup .sectionFooter .floatLink { float: right } #floatingNavigation { font-weight: 700; font-size: 13px; color: #fff; text-decoration: none; background-color: #fff; border: 1px solid #fff; border-radius: 8px; line-height: 1em; box-shadow: 0 0 1px 1px #fff; opacity: .7; -webkit-transition: opacity .25s ease; -moz-transition: opacity .25s ease; -o-transition: opacity .25s ease; -ms-transition: opacity .25s ease; transition: opacity .25s ease; display: block; position: fixed; top: 0; right: 0; overflow: hidden; white-space: nowrap } #floatingNavigation:hover,.Touch #floatingNavigation { opacity: 1 } #floatingNavigation a { background-color: #888 } #floatingNavigation a,#floatingNavigation a:hover { text-decoration: none; padding: 4px 10px 8px; margin: 0; display: inline-block; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); color: inherit } #floatingNavigation a:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px } #floatingNavigation a:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px } #floatingNavigation a:hover { background-color: #ffb700 } #searchBar { position: relative; zoom: 1; z-index: 52 } #QuickSearchPlaceholder { position: absolute; right: 8px; top: 138px; display: none; border-radius: 5px; cursor: pointer; font-size: 11px; height: 16px; width: 16px; box-sizing: border-box; text-indent: -9999px; overflow: hidden; z-index: 10 } #QuickSearch { display: block; position: absolute; right: -9px; top: -67px; margin: 0; background-color: inherit; border: 1px solid transparent; padding-top: 5px; z-index: 7500 } #QuickSearch:after { content: ''; position: absolute; direction: block; top: 9px; left: 10px; width: 15px; height: 15px } .breadBoxTop .quickSearchContainer { float: right; position: relative; width: 247px; height: 24px } .breadBoxTop #searchBar { margin: 0!important; min-width: 0!important; width: auto!important } .breadBoxTop #QuickSearch { top: -6px; left: auto; right: -9px } .breadBoxTop #QuickSearch:after { top: 10px } .breadBoxTop #QuickSearchQuery { height: 18px; line-height: 18px } #QuickSearch .formPopup { background: 0 0 } #QuickSearch .secondaryControls,.sidebar .visitorPanel h2 .muted { display: none } #QuickSearch.active { background-color: #404040; padding-top: 0; padding-bottom: 5px; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset,0 0 8px #282828 ,0 0 4px #282828 } #QuickSearch.active:before { content: ''; display: block; position: absolute; top: 0; left: -1px; bottom: -1px; width: 0; border-left: 2px solid #ffb700 } #QuickSearch.active:after { background-position: -96px 0 } #QuickSearch.active .primaryControls { background: #ffb700; padding-top: 5px; position: relative } #QuickSearch.active .primaryControls:after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 4px; background: #ffb700 } #QuickSearch .submitUnit .button { min-width: 0 } #QuickSearch #commonSearches .button { width: 23px; padding: 0; border-color: #ffb700!important } #QuickSearch #commonSearches .arrowWidget { float: left; margin: 4px 0 0 4px } #QuickSearch #commonSearches .arrowWidget:hover { background-position: -64px 0 } #QuickSearch .moreOptions { display: block; margin: 0 27px 0 113px; width: auto } #QuickSearchQuery { background-color: #404040; border-color: #404040; border-radius: 0; box-shadow: 0 0 0 1px #383838 inset; padding-left: 21px; width: 211px } #QuickSearchQuery::-webkit-search-decoration,#QuickSearchQuery::-webkit-search-results-button,#QuickSearchQuery::-webkit-search-results-decoration { display: none } .active #QuickSearchQuery { border-color: transparent; background: rgba(255,255,255,.1); box-shadow: 0 0 0 1px rgba(0,0,0,.05) inset; color: #fff } #QuickSearch.active::-moz-placeholder { color: #fff; opacity: 1; font-style: normal } #QuickSearch.active::-ms-input-placeholder,#QuickSearch.active::-webkit-input-placeholder { color: #fff; opacity: 1; font-style: normal } #headerMover { position: relative; zoom: 1; color:#ccc; background-color: #2b2b2b } #headerMover #headerProxy { height: 0 } #headerMover #header { width: 100%; position: relative; top: 0; left: 0 } .pageWidth { margin: 0 15px } #content .pageContent { padding: 1px 0; margin: -1px 0; background: 0 0; zoom: 1 } #content .pageContent:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .mainContainer { float: left; margin-right: -260px; margin-bottom: 10px; width: 100% } .mainContent { margin-right: 260px } .sidebar .section { background: 0 0; border-radius: 0; border-width: 0; box-shadow: none; padding: 0 } .sidebar .visitorPanel { zoom: 1 } .sidebar .visitorPanel .avatar { margin-right: 5px; float: left; width: auto; height: auto } .sidebar .visitorPanel .visitorText:after { content: ''; display: block; clear: both } .sidebar .visitorPanel .username { font-weight: 700; font-size: 11pt } .sidebar .visitorPanel .stats { margin-top: 2px } .sidebar .visitorPanel .stats .pairsJustified { line-height: normal } .profilePage .mast .section.infoBlock h3,.sidebar .section .primaryContent h3,.sidebar .section .secondaryContent h3 { font-size: 12pt; color: #ccc; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #4e4e4e; position: relative } .sidebar .section .primaryContent>h3:first-child,.sidebar .section .secondaryContent>h3:first-child { margin: -8px -8px 5px; padding: 8px 8px 6px; border-bottom-width: 0; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 100%) } .sidebar .section .primaryContent>h3:first-child:before,.sidebar .section .secondaryContent>h3:first-child:before { content: ''; display: block; position: absolute; bottom: -1px; left: 8px; right: 8px; height: 0; border-bottom: 1px solid #4e4e4e } .sidebar .section .primaryContent>h3:first-child:after,.sidebar .section .secondaryContent>h3:first-child:after { left: 8px; right: 8px } .sidebar .section .primaryContent h3 a,.sidebar .section .secondaryContent h3 a { font-size: 12pt; color: #ccc } .sidebar .section .secondaryContent .footnote,.sidebar .section .secondaryContent .minorHeading { color: #888; margin-top: 5px } .sidebar .section .secondaryContent .minorHeading a { color: #888 } .sidebar .section.loginButton .secondaryContent { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .sidebar .avatarList li { margin: 5px 0; overflow: hidden; zoom: 1 } .sidebar .avatarList .avatar { margin-right: 5px; float: left; width: auto; height: auto } .followedOnline .avatar img,.sidebar .avatarList .avatar img { width: 32px; height: 32px } .sidebar .avatarList .username { font-size: 11pt; margin-top: 2px; display: block } .sidebar .avatarList .userTitle { color: #888 } .sidebar .userList .username { font-size: 11px } .sidebar .userList .username.invisible { color: #a0a0a0 } .avatarHeap li .avatar,.sidebar .userList .moreLink { display: block } .followedOnline { margin-top: 3px; margin-bottom: -5px; overflow: hidden; zoom: 1 } .followedOnline li { margin-right: 5px; margin-bottom: 5px; float: left } .followedOnline .avatar { width: auto; height: auto } #SignupButton { text-decoration: none; padding: 0; margin: 0; text-align: center; line-height: 36px; display: block; cursor: pointer; height: 36px } #SignupButton .inner { font-weight: 700; font-size: 12pt; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; color: #282828; background-color: #ffb700; padding: 0 15px; border: 1px solid #ffb700; line-height: 34px; display: block; text-shadow: 0 0 3px rgba(0,0,0,.5); box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); height: 34px } #SignupButton:hover .inner { color: #000; text-decoration: none; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } #SignupButton:active { outline-style: none } .sidebarClone { display: none!important } .sidebarToggle { display: none } .latestMember { text-align: center } .latestMember .latestMemberValue { font-size: 400%; font-family: Arial #000; color: #ffb700; text-shadow: 1px 2px 1px #000 } .messageText { font-size: 11pt; font-family: Georgia,"Times New Roman",Times,serif; line-height: 1.4 } .messageText embed,.messageText iframe,.messageText img,.messageText object { max-width: 100% } .pageNavLinkGroup { display: table; *zoom: 1; table-layout: fixed; box-sizing: border-box; font-size: 11px; margin: 10px 0; line-height: 16px; width: 100% } .pageNavLinkGroup,opera:-o-prefocus { display: block; overflow: hidden } .pageNavLinkGroup:after { content: ". ."; display: block; word-spacing: 99in; overflow: hidden; height: 0; font-size: .13em; line-height: 0 } .pageNavLinkGroup .linkGroup { float: right } .linkGroup a { padding: 3px 0 } .linkGroup a.inline { padding: 0 } .linkGroup .Popup,.linkGroup .element,.linkGroup a { margin-left: 10px; display: block; float: left } .linkGroup .Popup a { margin-left: -2px; margin-right: -5px; *margin-left: 10px; padding: 3px 5px } .linkGroup .element { padding: 3px 0 } a.callToAction { padding: 0; display: inline-block; line-height: 26px; outline: 0; cursor: pointer; min-height: 26px } .breadBoxTop a.callToAction+a.callToAction { margin-right: 5px } .sidebar a.callToAction+a.callToAction { margin-top: 5px } .tagList .tag:hover,a.callToAction:hover,a.prefixLink:hover { text-decoration: none } a.callToAction:hover span { color: #282828; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } a.callToAction:active span { text-decoration: none; background-color: #ffb700 } .sidebarToggle .callToAction { text-align: center; display: block; margin: 5px auto 0; max-width: 250px; min-height: 34px; line-height: 34px } .sidebarToggle .callToAction span { min-height: 32px; line-height: 32px; font-size: 14px } .sidebarToggle .callToAction span strong { display: inline-block; padding-left: 5px } .avatarHeap { overflow: hidden; zoom: 1 } .avatarHeap ol,ol.avatarHeap,ul.avatarHeap { margin-right: -4px; margin-top: -4px } .avatarHeap ol:after,ol.avatarHeap:after,ul.avatarHeap:after { display: block; content: ''; clear: both } .avatarHeap li { float: left; margin-right: 4px; margin-top: 4px } .fbWidgetBlock .fb_iframe_widget,.fbWidgetBlock .fb_iframe_widget iframe,.fbWidgetBlock .fb_iframe_widget>span { width: 100%!important } .tagBlock { margin: 10px 0; font-size: 11px } .tagList,.tagList li { display: inline } .tagList .tag { position: relative; display: inline-block; margin-left: 15px; margin-right: 6px; height: 18px; line-height: 18px; padding: 0 0 0 3px; border-width: 0; color: #ccc; font-size: 12px; margin-bottom: 2px } .tagList .tag .arrow,.tagList .tag:after { position: absolute; display: block; width: 15px; left: -15px; top: 0; bottom: 0; background: inherit; background-repeat: no-repeat; background-position: 0 -20px } .tagList .tag:after { content: ''; left: auto; right: -6px; width: 6px; background-position: 0 -40px } .tagList .tag:hover { color: #fff; background-position: 0 -120px } .tagList .tag:hover .arrow { background-position: 0 -140px } .tagList .tag:hover:after { background-position: 0 -160px } .username .banned { text-decoration: line-through } .prefix,.userBanner { background: 0 0; border: 1px solid transparent } .prefix { margin: -1px 0; display: inline-block; text-shadow: none; padding: 0 6px; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset } a.prefixLink:hover .prefix { color: #fff; text-decoration: none; background-color: #ffb700; border-color: #ffb700 } .prefix a { color: inherit } .prefix.prefixPrimary { color: #606060; background-color: silver; border-color: silver } .prefix.prefixSecondary { color: #da9c00; background-color: #f0d187; border-color: #f0d187 } .prefix.prefixRed { color: #fff; background-color: red; border-color: red } .prefix.prefixGreen { color: #fff; background-color: green; border-color: green } .prefix.prefixOlive { color: #000; background-color: olive; border-color: olive } .prefix.prefixLightGreen { color: #000; background-color: #90ee90; border-color: #90ee90 } .prefix.prefixBlue { color: #fff; background-color: #00f; border-color: #00f } .prefix.prefixRoyalBlue { color: #fff; background-color: #4169e1; border-color: #4169e1 } .prefix.prefixSkyBlue { color: #000; background-color: #87ceeb; border-color: #87ceeb } .prefix.prefixGray { color: #000; background-color: gray; border-color: gray } .prefix.prefixSilver { color: #000; background-color: silver; border-color: silver } .prefix.prefixYellow { color: #000; background-color: #ff0; border-color: #ff0 } .prefix.prefixOrange { color: #000; background-color: orange; border-color: orange } .discussionListItem .prefix,.searchResult .prefix { font-size: 80%; margin: 0; line-height: 16px; font-weight: 400 } h1 .prefix { font-size: 80%; margin: 0; line-height: normal } .breadcrumb span.prefix,.heading span.prefix { font-style: italic; background: 0 0; padding: 0; margin: 0; border: 0 #000; border-radius: 0; font-weight: 400; display: inline; color: inherit } .userBanner { font-size: 11px; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); padding: 1px 5px; box-shadow: 1px 1px 3px rgba(0,0,0,.25); text-align: center } .userBanner.wrapped { border-top-right-radius: 0; border-top-left-radius: 0; position: relative } .userBanner.wrapped span { position: absolute; top: -4px; width: 5px; height: 4px; background-color: inherit } .userBanner.wrapped span.before { border-top-left-radius: 3px; left: -1px } .userBanner.wrapped span.after { border-top-right-radius: 3px; right: -1px } .userBanner.bannerHidden { background: 0 0; box-shadow: none; border: 0 } .userBanner.bannerHidden.wrapped { margin-left: 0; margin-right: 0 } .userBanner.bannerHidden.wrapped span { display: none } .userBanner.bannerStaff { color: #fff; background-color: #fa0; border-color: #da9c00; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerStaff.wrapped span { background-color: #da9c00 } .userBanner.bannerPrimary { color: #606060; background-color: #ccc; border-color: #888 } .userBanner.bannerPrimary.wrapped span { background-color: #888 } .userBanner.bannerSecondary { color: #fa0; background-color: #ecc770; border-color: #ecc770 } .userBanner.bannerSecondary.wrapped span { background-color: #ecc770 } .userBanner.bannerGreen,.userBanner.bannerOlive,.userBanner.bannerRed { color: #fff; background-color: red; border-color: #8b0000; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerRed.wrapped span { background-color: #8b0000 } .userBanner.bannerGreen,.userBanner.bannerOlive { background-color: green; border-color: #006400 } .userBanner.bannerGreen.wrapped span { background-color: #006400 } .userBanner.bannerOlive { background-color: olive; border-color: olive } .userBanner.bannerOlive.wrapped span { background-color: olive } .userBanner.bannerLightGreen { color: #000; background-color: #90ee90; border-color: #90ee90; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerLightGreen.wrapped span { background-color: #90ee90 } .userBanner.bannerBlue,.userBanner.bannerRoyalBlue { color: #fff; background-color: #00f; border-color: #00008b; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerBlue.wrapped span { background-color: #00008b } .userBanner.bannerRoyalBlue { color: #000; background-color: #4169e1; border-color: navy } .userBanner.bannerRoyalBlue.wrapped span { background-color: navy } .userBanner.bannerSkyBlue { color: #000; background-color: #87ceeb; border-color: #add8e6 } .userBanner.bannerSkyBlue.wrapped span { background-color: #add8e6 } .userBanner.bannerGray { color: #000; background-color: gray; border-color: #696969 } .userBanner.bannerGray.wrapped span { background-color: #696969 } .userBanner.bannerSilver { color: #000; background-color: silver; border-color: gray } .userBanner.bannerSilver.wrapped span { background-color: gray } .userBanner.bannerOrange,.userBanner.bannerYellow { color: #000; background-color: #ff0; border-color: gold; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%) } .userBanner.bannerYellow.wrapped span { background-color: gold } .userBanner.bannerOrange { background-color: orange; border-color: #ff8c00 } .userBanner.bannerOrange.wrapped span { background-color: #ff8c00 } .discussionListItem.sticky { background-color: #505050 } .signature.messageText img { max-width: 420px!important } .discussionListItem { background-color: inherit!important } .discussionListItem:hover,.listBlock.main:hover { background-color: #777!important } .fc-wpuri-bbcode { background: #ffb700; border: 1px solid #ffb700; padding: 5px; cursor: pointer; font-size: 13px; font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif; font-style: normal; text-align: center; z-index: 100; display: block; max-width: 140px; white-space: nowrap; overflow: hidden; margin-bottom: 10px; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); color: #000!important; margin-top: 12px!important } .fc-wpuri-bbcode:focus,.fc-wpuri-bbcode:hover { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); color: #000!important; background-color: #ffb700!important } #moderatorBar.alert { background-color: #000!important; border-bottom-color: #000!important } .SedoGoToTop { font-size: 24px; color: #303030; text-decoration: none; background-color: #888; border-radius: 3px; display: none; position: fixed; overflow: hidden; cursor: pointer; box-shadow: 0 0 2px 1px #aeaeae; opacity: .92; z-index: 90; width: 40px; height: auto; bottom: 75px; right: 16px } .SedoGoToTop.mini { font-size: 13px; border-radius: 5px; width: 27px; height: auto } #toTop:focus,.SedoGoToTop:active { outline: 0 } .SedoGoToTop #toTopHover { color: #888; background-color: gray; display: block; position: absolute; overflow: hidden; float: left; opacity: 0; filter: alpha(opacity=0); width: 40px; height: 100% } .SedoGoToTop.mini #toTopHover { width: 27px } .SedoGoToTop ul { display: inline-block; text-align: center; vertical-align: middle; width: 100%; height: 100% } .SedoGoToTop ul li { padding-bottom: 2px; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none } .SedoGoToTop ul li.AdvQm,.SedoGoToTop ul li:first-child { border-bottom: 1px solid #303030 } .SedoGoToTop #toTopHover ul li.AdvQm,.SedoGoToTop #toTopHover ul li:first-child { border-bottom: 1px solid #888 } .SedoGoToTop li { height: 21px; line-height: 21px } .SedoGoToTop.mini li { height: 14px; line-height: 14px } .SedoGoToTop ul li:hover { background-color: silver } .SedoGoToTop p.solo { width: 100%; text-align: center; height: 40px; line-height: 40px } .SedoGoToTop.mini p.solo { height: 26px; line-height: 26px } .SedoGoToTop ul li.AdvQm { font-style: italic; font-size: 15px } .SedoGoToTop ul li.AdvQm.active { background-color: #545454 } .messageTrophyInfoContainer.carousel { padding: 2px 0 0; margin-top: 2px; margin-bottom: 8px } .messageTrophyInfoContainer.minimal { margin: 2px auto; text-align: center } .trophyTooltip { max-width: 400px } .messageTrophyInfo .trophyInfo { zoom: 1 } .messageTrophyInfo .trophyInfo:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .messageTrophyInfo { padding-top: 3px } .messageTrophyInfo .trophyIcon { float: left } .messageTrophyInfo .trophyIcon img { width: 28px; height: 28px } .messageTrophyInfo .trophyInfo { margin-left: 42px; text-align: left } .messageTrophyInfo .trophyTitle { overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .messageTrophyInfo .trophyPoints { font-size: 11px } .messageTrophyInfo.slick-slider { margin-bottom: 3px } .messageTrophyInfo .slick-next,.messageTrophyInfo .slick-prev { opacity: 0 } .messageTrophyInfo:hover .slick-next,.messageTrophyInfo:hover .slick-prev { opacity: 1 } .messageTrophyInfo .slick-prev { left: -5px } [dir=rtl] .messageTrophyInfo .slick-prev { left: auto; right: -5px } .messageTrophyInfo .slick-next { right: -5px } [dir=rtl] .messageTrophyInfo .slick-next { left: -5px; right: auto } .trophyMiniIcon img { width: 24px; height: 24px } .headerthumbs_table { background: 0 0; float: right; margin: 10px 0 0 } .headerthumbs_image { padding: 0 10px 0 0 } .quoteContainer.expanded [data-s9e-mediaembed] iframe,.quoteContainer.expanded iframe[data-s9e-mediaembed] { max-height: none; max-width: none } .bbCodeBlock { background-color: #4e4e4e; margin: 1em 0; border: 1px solid #4e4e4e; box-shadow: 0 0 5px rgba(0,0,0,.1) } .bbCodeBlock .bbCodeBlock { background-color: #404040; border-color: #404040; margin-right: 0 } .bbCodeBlock .bbCodeBlock .bbCodeBlock { background-color: #4e4e4e; border-color: #383838 } .hasJs .bbCodeBlock .bbCodeSpoilerText,.messageList.withSidebar .bbCodeBlock { margin-right: 0 } .bbCodeBlock blockquote,.bbCodeBlock pre { margin: 0 } .bbCodeBlock img { border: 0 } .bbCodeBlock .type { font-size: 11px; font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif; color: #fff; padding: 3px 8px } .bbCodeBlock .code,.bbCodeBlock pre { font-size: 10pt; font-family: Consolas,'Courier New',Courier,monospace; padding: 10px; word-wrap: normal; overflow: auto; line-height: 1.24; min-height: 30px; max-height: 550px; _width: 600px; direction: ltr } .bbCodeBlock .code { white-space: nowrap } .bbCodeQuote { overflow: inherit } .bbCodeQuote .attribution { color: #fff; background: #444 } .bbCodeQuote .attribution .AttributionLink { color: #fff; background: 0 0; box-shadow: none; display: inline-block; min-width: 12px; text-align: center } .bbCodeQuote .attribution .AttributionLink:hover { position: relative; top: -2px } .bbCodeQuote .quoteContainer { position: relative; font-style: italic; font-size: 9pt; background-color: #4e4e4e; padding: 10px; overflow: auto } .bbCodeBlock,.bbCodeQuote { position: relative } .bbCodeBlock:after,.bbCodeQuote:after,.bbCodeSpoilerText:after { background-position: 50% 0; background-size: 100% 30px; content: ''; display: block; position: absolute; bottom: -11px; left: 3px; right: 3px; pointer-events: none; height: 10px; opacity: .5 } .OldIE .bbCodeBlock:after,.OldIE .bbCodeQuote:after { display: none } .bbCodeQuote .quoteContainer .quote { max-height: 150px; overflow: hidden; padding-bottom: 1px } .NoJs .bbCodeQuote .quoteContainer .quote { max-height: none } .bbCodeQuote .quoteContainer .quoteExpand { display: none; box-sizing: border-box; position: absolute; height: 80px; top: 90px; left: 0; right: 0; font-size: 11px; line-height: 1; text-align: center; color: #ffb700; cursor: pointer; padding-top: 65px; background: -webkit-linear-gradient(top,rgba(78,78,78,0) 0%,#4e4e4e 80%); background: linear-gradient(to bottom,rgba(78,78,78,0) 0%,#4e4e4e 80%) } .bbCodeQuote .quoteContainer .quoteExpand.quoteCut { display: block } .bbCodeQuote .quoteContainer.expanded .quote { max-height: none } .bbCodeQuote .quoteContainer.expanded .quoteExpand,.message.messageFullBlock .messageInfo:after { display: none } .bbCodeQuote img { max-height: 150px } .bbCodeQuote .fb_iframe_widget,.bbCodeQuote [data-s9e-mediaembed],.bbCodeQuote embed,.bbCodeQuote iframe,.bbCodeQuote object { max-width: 200px; max-height: 150px } .bbCodeQuote iframe:-webkit-full-screen { max-width: none; max-height: none } .bbCodeQuote iframe:-moz-full-screen { max-width: none; max-height: none } .bbCodeQuote iframe:-ms-fullscreen { max-width: none; max-height: none } .bbCodeQuote iframe:fullscreen { max-width: none; max-height: none } .bbCodeSpoilerButton { margin: 5px 0; max-width: 99% } .bbCodeSpoilerButton>span { display: inline-block; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } #loginBar,.bbCodeSpoilerText { position: relative } .hasJs .bbCodeSpoilerText { display: none; background-color: #4e4e4e; padding: 5px; margin-top: 5px; margin-bottom: 5px; border: 1px solid #da9c00; box-shadow: 0 0 5px rgba(0,0,0,.1) } .hasJs .bbCodeSpoilerText .bbCodeBlock,.hasJs .bbCodeSpoilerText .bbCodeSpoilerText,.hasJs .messageList.withSidebar .bbCodeSpoilerText { margin-right: 0 } .NoJs .bbCodeSpoilerContainer { background-color: currentColor } .NoJs .bbCodeSpoilerContainer>.bbCodeSpoilerText { visibility: hidden } .NoJs .bbCodeSpoilerContainer:hover { background-color: transparent } .NoJs .bbCodeSpoilerContainer:hover>.bbCodeSpoilerText { visibility: visible } .baseHtml .advbbcodebar_encadre .adv_enc_fieldset { border-top: 1px solid #000 } .baseHtml .advbbcodebar_article fieldset,.baseHtml .advbbcodebar_fieldset fieldset { background: 0 0; border-radius: 0; border-color: #4e4e4e #343434 #343434 #4e4e4e } .baseHtml .advbbcodebar_encadre .adv_enc_abovefieldset,.baseHtml .advbbcodebar_encadre .adv_enc_fieldset { background: 0 0; border-color: #4e4e4e #343434 #343434 #4e4e4e } .baseHtml .advbbcodebar_encadre .adv_enc_fieldset { border-radius: 0 } .baseHtml .advbbcodebar_encadre_skin2 .adv_enc_fieldset { border-color: #343434 #4e4e4e #4e4e4e #343434 } .baseHtml .advbbcodebar_article legend,.baseHtml .advbbcodebar_fieldset legend { color: #fff; background: #ffb700; border-width: 0; border-radius: 0; font-weight: 400 } .baseHtml div .adv_enc_fieldset,.baseHtml div .adv_enc_title { color: inherit; background: 0 0 } .baseHtml .advbbcodebar_encadre .adv_enc_abovefieldset { border-radius: 0 } .likesSummary,.message .likesSummary.secondaryContent { background: 0 0; border-width: 0; border-radius: 0; box-shadow: none!important; font-size: 11px; color: #888; padding: 5px 5px 5px 18px; margin: 10px 0 0; overflow: hidden; zoom: 1; position: relative; padding-left: 18px!important } .likesSummary:before { margin-top: -7px; content: ''; display: block; position: absolute; left: 0; top: 50%; width: 15px; height: 14px } .likeInfo { float: right } #loginBar { color: #fff; background-color: #282828; border-bottom: 1px solid #282828; box-shadow: 0 0 0 1px #383838 inset; z-index: 1; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%) } #loginBar .ctrlWrapper { margin: 0 10px } #loginBar .pageContent { padding-top: 0; position: relative; _height: 0 } #loginBar a { color: #fff; text-decoration: underline } #loginBar #loginBarHandle label a,#loginBar form { padding: 5px 10px; margin: 0 auto; display: none; line-height: 20px; position: relative } #loginBar .lostPassword,#loginBar .lostPasswordLogin,#loginBar .rememberPassword { font-size: 11px } #loginBar .textCtrl { box-shadow: 0 0 0 1px #4e4e4e ,0 0 1px #343434 inset } #loginBar .textCtrl[type=text] { font-weight: 700; font-size: 18px } #loginBar input.textCtrl.disabled { color: #aeaeae; background-color: #606060; border-style: dashed } #loginBar .button { min-width: 85px; *width: 85px } #loginBar .button.primary { font-weight: 700 } #loginBar form.eAuth { -x-max-width: 700px } #loginBar form.eAuth .ctrlWrapper { border-right: 1px solid gray; border-right: 1px solid rgba(128,128,128,.1); _border-right: 1px solid gray; margin-right: 200px; box-sizing: border-box; position: relative } #loginBar form.eAuth .ctrlWrapper:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 0; border-right: 1px solid #000; border-right: 1px solid rgba(0,0,0,.2); _border-right: 1px solid #000 } #loginBar form.eAuth #eAuthUnit { position: absolute; top: 0; right: 10px } #eAuthUnit li { margin-top: 10px; line-height: 0 } #loginBar #loginBarHandle { display: block; position: absolute; right: 20px; bottom: -31px; z-index: 1; height: 31px } #loginBar #loginBarHandle label { display: block; overflow: hidden; height: 31px } #loginBar #loginBarHandle label a { font-size: 12px; color: #282828; background-color: #ffb700; padding: 8px 10px 5px; margin: -3px 0 0; border: 1px solid #ffb700; border-top-width: 0; display: block; text-align: center; white-space: nowrap; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.15) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } #loginBar #loginBarHandle label a:hover { background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,.1) 100%),linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%) } .message .messageInfo,.messageList .message { padding: 0; margin-bottom: 10px; position: relative; zoom: 1 } .message .messageInfo { background-color: #404040; padding: 9px; border: 1px solid #404040; box-shadow: 0 0 0 1px #383838 inset; margin-left: 135px } .message.messageFullBlock .messageInfo { background: 0 0; padding: 0; border-width: 0; border-radius: 0; box-shadow: none!important; margin: 0 0 0 115px } .message.messageRight .messageInfo { margin-left: 0; margin-right: 135px } .message.messageRight.messageFullBlock .messageInfo { margin-left: 0; margin-right: 115px } .message .newIndicator,.message .newIndicator span { background-color: #ffb700; display: block; position: absolute } .message .newIndicator { font-size: 10px; color: #fff; padding: 0 4px; margin: 0; border: 1px solid #ffb700; box-shadow: 1px 1px 3px rgba(0,0,0,.25); top: -4px; z-index: 2; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); right: -6px } .message .newIndicator span { border-bottom-right-radius: 3px; bottom: -4px; right: -1px; width: 5px; height: 4px } .message .messageContent { min-height: 120px; zoom: 1 } .message .messageContent:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .message.unread .messageUserInfo:first-child,.message.unread .newIndicator+.messageContent { padding-top: 24px } .message .messageTextEndMarker { height: 0; font-size: 0; overflow: hidden } .message .editDate { text-align: right; margin-top: 5px; font-size: 11px; color: #888 } .message .signature { font-size: 9pt; padding: 5px 0 0; margin-top: 5px; border-top: 1px solid #343434; position: relative } .message .signature:after { content: ''; border-top: 1px solid #4e4e4e; display: block; position: absolute; top: 0; left: 0; right: 0 } .message .messageMeta { font-size: 11px; padding: 15px 5px 5px; margin: -5px; overflow: hidden; zoom: 1 } .message .privateControls { float: left; clear: both } .message .publicControls { float: right } .message .privateControls .item { margin-right: 10px; float: left } .message .privateControls .item:last-child { margin-right: 0 } .message .publicControls .item { margin-left: 10px; float: left } .message .publicControls .MultiQuoteControl { padding-left: 4px; padding-right: 4px; margin-left: 6px; margin-right: -4px } .message .publicControls .MultiQuoteControl.active { background-color: #ffb700; color: #fff; text-decoration: none!important; box-shadow: 0 1px 0 #ffb700 } .messageNotices li { font-size: 11px; color: #fff; background-color: #ffb700; padding: 5px; margin: 10px 0; border: 1px solid #ffb700; line-height: 16px; box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%),-webkit-linear-gradient(left,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%),linear-gradient(to right,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%) } .messageNotices .icon { float: right; width: 16px; height: 16px } .messageNotices .warningNotice .icon { background-position: -48px -32px } .messageNotices .deletedNotice .icon { background-position: -64px -32px } .messageNotices .moderatedNotice .icon { background-position: -32px -16px } .message .likesSummary { border: 1px solid #a0b7c7!important; background-color: inherit!important } .message .messageText>:first-child { margin-top: 0 } .primaryContent>.dark_postrating { background: 0 0; margin: 0; border-radius: 0; box-shadow: none!important; background-color: #404040; border: 1px solid #4e4e4e; border-right-color: #343434; border-bottom-color: #343434; padding: 4px } .InlineModChecked .bbCodeBlock blockquote,.InlineModChecked .messageInfo,.InlineModChecked .messageNotices { background-color: #545454; border-color: #545454 } .InlineModChecked .messageUserBlock .extraUserInfo,.InlineModChecked .messageUserBlock div.avatarHolder { background: 0 0 } .InlineModChecked .messageUserBlock .arrow span { border-left-color: #545454 } .messageList .newMessagesNotice { margin: 10px auto; padding: 5px 10px; border-radius: 5px; border: 1px solid #aeaeae; background: silver; font-size: 11px } .messageList .placeholder .placeholderContent { overflow: hidden; zoom: 1; color: #a0a0a0; font-size: 11px } .messageList .placeholder a.avatar { float: left; display: block } .messageList .placeholder a.avatar img { display: block; width: 32px; height: 32px } .messageList .placeholder .privateControls { margin-top: -5px } .postsRemaining a,a.postsRemaining { font-size: 11px; color: #888 } .messageUserInfo { background-color: #404040; padding: 9px; border: 1px solid #404040; float: left; box-shadow: 0 0 0 1px #383838 inset; position: relative; width: 102px } .messageRight .messageUserInfo { float: right } .messageUserInfo:after { content: ''; display: block; position: absolute; top: 15px; right: -10px; width: 11px; height: 17px } .messageRight .messageUserInfo:after { right: auto; left: -10px; background-position: -120px -55px } .messageFullBlock .messageUserInfo { background: 0 0; padding: 0; margin: 0; border-width: 0; border-radius: 0; box-shadow: none!important } .messageFullBlock .messageUserBlock .userBanner.wrapped span.after,.messageFullBlock .messageUserInfo:after,.messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped span.before { display: none } .messageUserBlock { background: 0 0!important; border: 0; position: relative } .messageUserBlock div.avatarHolder { background-color: none; padding: 0; position: relative } .messageUserBlock div.avatarHolder .avatar { display: block; font-size: 0 } .messageUserBlock div.avatarHolder .onlineMarker { position: absolute; top: 2px; left: 2px; border: 7px solid transparent; border-top-color: #7fb900; border-left-color: #7fb900; border-top-right-radius: 3px; border-bottom-left-radius: 3px } .messageUserBlock h3.userText { padding: 6px 0 0 } .messageUserBlock .userBanner { display: block; margin: 1px -14px 5px } .messageFullBlock .messageUserBlock .userBanner { margin-right: -5px; border-top-right-radius: 3px } .messageFullBlock.messageRight .messageUserBlock .userBanner { margin-left: -5px; margin-right: -14px; border-top-left-radius: 3px } .messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped { border-top-right-radius: 0 } .messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped span.after,.slick-slide img { display: block } .messageUserBlock .userBanner:last-child { margin-bottom: 0 } .messageUserBlock a.username { font-weight: 700; display: block; overflow: hidden; line-height: 16px } .messageUserBlock .userTitle { font-size: 11px; display: block } .messageUserBlock .extraUserInfo { font-size: 10px; padding: 4px 0; border-width: 0 } .messageUserBlock .extraUserInfo img { max-width: 100% } .hasJs .FloatingContainer .Notice,.messageUserBlock .arrow { display: none } .FloatingContainer { position: fixed; width: 300px; z-index: 9997; top: auto; left: auto; bottom: 0; right: 20px } .Notices .Notice .blockImage { padding: 10px 0 5px 10px; float: left } .FloatingContainer .floatingImage { float: left } .FloatingContainer .floatingImage img,.Notices .Notice .blockImage img { max-width: 48px; max-height: 48px } .FloatingContainer .hasImage,.Notices .hasImage { margin-left: 64px; min-height: 52px } .FloatingContainer .floatingItem { display: block; padding: 10px; font-size: 11px; position: relative; margin-bottom: 20px; border: 1px solid #404040; border-radius: 0; box-shadow: 0 0 0 1px #383838 inset,1px 1px 10px rgba(0,0,0,.5),0 10px 10px -10px rgba(0,0,0,.5); background-color: #404040 } .FloatingContainer .floatingItem.secondary { color: #fff; background-color: #ffb700; border-color: #ffb700; box-shadow: 1px 1px 10px rgba(0,0,0,.5),0 10px 10px -10px rgba(0,0,0,.5) } .FloatingContainer .floatingItem.light a,.FloatingContainer .floatingItem.secondary a { color: inherit; text-decoration: underline } .FloatingContainer .floatingItem.dark { color: #fff; background: #000; background: rgba(0,0,0,.8); border-color: #000 } .FloatingContainer .floatingItem.light { color: #000; background: #fff; background: rgba(255,255,255,.8); border-color: #fff; box-shadow: 1px 1px 10px rgba(0,0,0,.5),0 10px 10px -10px rgba(0,0,0,.5) } .FloatingContainer .floatingItem .title { font-size: 14px; padding-bottom: 5px; font-weight: 700; display: block } .FloatingContainer .DismissCtrl+.floatingImage+.noticeContent,.FloatingContainer .DismissCtrl+.noticeContent { margin-right: 12px } .Notices,.slick-slide.slick-loading img { display: none } .sharePage { zoom: 1 } .sharePage:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .sharePage .shareControl { float: left } .sharePage .tweet { margin-right: 30px } .sharePage .facebookLike .label { font-size: 11px; line-height: 24px; float: left; margin-right: 7px; display: none } .sharePage iframe { height: 20px } .sharePage .facebookLike iframe { z-index: 52 } .slick-list,.slick-slider { position: relative; display: block } .slick-slider { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent } .slick-list { overflow: hidden; margin: 0; padding: 0 } .slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus { outline: 0 } .slick-list.dragging { cursor: pointer; cursor: hand } .slick-slider .slick-track { -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0) } .slick-track { position: relative; left: 0; top: 0; display: block } .slick-track:after,.slick-track:before { content: ""; display: table } .slick-track:after { clear: both } .slick-loading .slick-track { visibility: hidden } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; outline: 0 } [dir=rtl] .slick-slide { float: right } .slick-slide.dragging img { pointer-events: none } .slick-initialized .slick-slide { display: block } .slick-loading .slick-slide { visibility: hidden } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent } .slick-next,.slick-prev { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: 0 0; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: 0; outline: 0; z-index: 99 } .slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover { outline: 0; background: 0 0; color: transparent } .slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before { opacity: 1 } .slick-next.slick-disabled:before,.slick-prev.slick-disabled:before { opacity: .25 } .slick-dots li button:before,.slick-next:before,.slick-prev:before { font-family: "slick"; font-size: 20px; line-height: 1; color: #aeaeae; opacity: .75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .slick-prev { left: -25px } [dir=rtl] .slick-prev { left: auto; right: -25px } .slick-prev:before { content: "←" } .slick-next:before,[dir=rtl] .slick-prev:before { content: "→" } .slick-next { right: -25px } [dir=rtl] .slick-next { left: -25px; right: auto } [dir=rtl] .slick-next:before { content: "←" } .slick-slider { margin-bottom: 30px } .slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100% } .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer } .slick-dots li button { border: 0; background: 0 0; display: block; height: 20px; width: 20px; outline: 0; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer } .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-size: 6px; line-height: 20px; text-align: center; color: #000; opacity: .25 } .slick-dots li.slick-active button:before { color: #000; opacity: .75 } .thread_view .threadAlerts { background-color: #404040; border: 1px solid #4e4e4e; border-right-color: #343434; border-bottom-color: #343434; font-size: 11px; margin: 10px 0; padding: 5px; line-height: 16px } .thread_view .threadAlerts dt { color: #a4a4a4; display: inline } .thread_view .threadAlerts dd { color: gray; font-weight: 700; display: inline } .thread_view .threadAlerts .icon { float: right; width: 16px; height: 16px; margin-left: 5px } .thread_view .threadAlerts .deletedAlert .icon { background-position: -64px -32px } .thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -16px } .thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -16px } .thread_view .threadAlerts+*>.messageList { border-top: none } .thread_view .threadNotices { background-color: #ccc; border: 1px solid #aeaeae; border-radius: 5px; padding: 10px; margin: 10px auto } .thread_view .InlineMod { overflow: hidden; zoom: 1 } .widget-container.sidebar.act-as-sidebar { float: none; font-size: inherit; width: auto } .widget-tabs { border: 0 #000 } .widget-tabs .tabs { white-space: nowrap } .widget-tabs .tabs>li { display: inline; float: none } .widget-tabs .widget-panes { padding: 10px; border-right: 1px solid #aeaeae; border-bottom: 1px solid #aeaeae; border-left: 1px solid #aeaeae; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px } .columns-table { display: table; table-layout: fixed; width: 100%!important } .columns-row { display: table-row } .widget-column { display: table-cell } .widget-columns>.columns-container>.widget-column>div { margin-left: 5px } .widget-columns>.columns-container>.widget-column.column-1>div { margin-left: 0 } .widget-columns>.columns-container>.widget-column { border-left: 1px solid #aeaeae; margin-left: -1px!important } .widget-columns>.columns-container>.widget-column.column-1 { border-left: 0; margin-left: 0!important } .widget-rows>div { border-top: 1px solid #aeaeae; margin-top: 5px; padding-top: 5px } .widget-rows>div.row-1 { border-top: 0; margin-top: 0; padding-top: 0 } .hook-widget>h3 { color: #888; font-size: 1.1em; font-weight: 700 } .widget .avatarHeap { margin-right: -10px } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem { overflow: hidden; zoom: 1; margin: 5px 0; padding-top: 5px; border-top: 1px solid silver } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem:first-child { border-top: none; padding-top: 0 } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar { float: left; font-size: 0 } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar img { width: 24px; height: 24px } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageInfo { margin-left: 34px } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent article,.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent blockquote { display: inline } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .poster,.WidgetFramework_WidgetRenderer_Threads_Sidebar .unread>a { font-weight: 700 } .WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageMeta { overflow: hidden; zoom: 1; font-size: 11px; line-height: 14px; padding-top: 4px } .widget .statusPoster textarea { box-sizing: border-box; width: 100%; margin: 0; resize: vertical; overflow: hidden } .WidgetFramework_WidgetRenderer_Threads_Sidebar.avatarList .username { display: inline; font-size: inherit; margin: 0 } .WidgetFramework_WidgetRenderer_Threads_List.discussionList { overflow: hidden; width: 100% } .WidgetFramework_WidgetRenderer_Threads_List .DiscussionList { min-width: 450px; width: 100% } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .subHeading { font-size: 1.3em } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .info { padding: 5px 10px; border-top: 1px dashed silver } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .counters { float: right } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message { margin-bottom: 10px; zoom: 1 } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message:after,.WidgetFramework_WidgetRenderer_UserFollow h3:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageInfo { margin: 0; padding: 5px 10px } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator { font-size: 10px; color: #fff; background-color: #ffb700; padding: 0 4px; border: 1px solid #ffb700; display: block; position: absolute; box-shadow: 1px 1px 3px rgba(0,0,0,.25); top: -4px; right: -6px; z-index: 2; background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); margin: 0 -5px 0 0 } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator span { background-color: #ffb700; border-bottom-right-radius: 3px; display: block; position: absolute; bottom: -4px; right: -1px; width: 5px; height: 4px } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageText .readMoreLink { display: block; text-align: right } .widget-poll .pollBlock .pollContent { padding-left: 0; width: auto } .widget-poll .pollBlock .pollOptions,.widget-poll .pollBlock .pollResults { border: 0 } .widget-poll .pollBlock .pollResult h3.optionText { border: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .widget-poll .pollBlock .pollResult .count { padding: 0 } .WidgetFramework_WidgetRenderer_ShareThisPage .sharePage .shareControl { float: none } .WidgetFramework_WidgetRenderer_FeedReader_Entries .limitedHeight { max-height: 54px } .WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry { text-align: justify; display: block; overflow: hidden; margin-bottom: 3px } .WidgetFramework_WidgetRenderer_FeedReader_Entries img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail { width: auto; float: right; margin-left: 3px } .WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry:nth-child(2n) img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail { float: left; margin-right: 3px } .widget-tabs .WidgetFramework_WidgetRenderer_XFMG_Media .sectionMain { background: 0 0; border: 0; margin: 0; padding: 0 } .widget-tabs .WidgetFramework_WidgetRenderer_XFMG_Media .sectionMain .titleStrip { display: none } .WidgetFramework_WidgetRenderer_XFRM_Resources .Hint { float: right } .WidgetFramework_WidgetRenderer_UserFollow h3 { zoom: 1 } .widget.WidgetFramework_WidgetRenderer_UserFollow h3>a.count { background-color: #ccc; border: 1px solid #aeaeae; border-radius: 5px; color: #606060; float: right; font-size: .8em; margin: -3px 0; padding: 2px 6px } input.userFieldSearch { width: 97% } div.submitUnit.userFieldSearch { text-align: right; margin-top: 3px } .discussionListItems .title a { color: inherit; font-family: Verdana; font-size: 15px } .discussionListItem .stats { background: inherit!important; background-color: inherit!important } .discussionListItem { border-top: 1px solid #4e4e4e; border-bottom: 1px solid #343434 } .discussionListItem .stats dl { padding: 0 10px; border-left: 1px solid #000; border-left: 1px solid rgba(0,0,0,.3); border-right: 1px solid #000; border-right: 1px solid rgba(0,0,0,.3) } .nodeList .categoryForumNodeInfo,.nodeList .forumNodeInfo,.nodeList .linkNodeInfo,.nodeList .pageNodeInfo { background-color: inherit; border-bottom: 0; padding: 0 } .node .nodeLastPost { background: inherit; border: 0 } .footer .pageContent { background-color: #555 } footer { background: #2b2b2b; } #fnav { background-color: inherit } }
0.391173
0.086093
.daterangepicker { position: absolute; max-width: none; padding: 0; display: none; border-radius: 0.3125rem; } .daterangepicker tbody:before { content: "@"; display: block; line-height: 6px; text-indent: -99999px; } .daterangepicker .month { font-family: "Rubik", "Times New Roman", serif; font-weight: 500; font-size: 0.9375rem; } [dir=rtl] .daterangepicker { direction: rtl !important; } .daterangepicker:not(.single) .drp-calendar .calendar-table { padding: 0 0.3rem 0.3rem; } .daterangepicker.auto-apply .drp-buttons { display: none; } .daterangepicker.show-calendar .drp-calendar, .daterangepicker.show-calendar .drp-buttons { display: block; } .daterangepicker .drp-calendar { display: none; } .daterangepicker .drp-calendar.single .calendar-table { border: 0; } .daterangepicker.single .drp-selected { display: none; } .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar { float: none; } .daterangepicker .calendar-table { border: 0; } .daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev { position: relative; min-width: 1.5rem; width: 1.5rem; height: 1.5rem; display: table-caption; border-radius: 50%; top: 0.75rem; } html:not([dir=rtl]) .daterangepicker .calendar-table .prev { left: 0.5rem; } [dir=rtl] .daterangepicker .calendar-table .prev { right: 0.5rem; } html:not([dir=rtl]) .daterangepicker .calendar-table .next { right: -0.25rem; } [dir=rtl] .daterangepicker .calendar-table .next { left: -0.25rem; } .daterangepicker .calendar-table .month { padding: 0.5rem; font-weight: 500; } .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { position: relative; display: inline-block; border-width: 0 1px 1px 0; border-style: solid; border-radius: 0; height: 0.45rem; width: 0.45rem; bottom: 0.45rem; } .daterangepicker .calendar-table .prev span { margin-right: -0.225rem; transform: rotate(135deg); } [dir=rtl] .daterangepicker .calendar-table .prev span { margin-left: -0.225rem; margin-right: 0; transform: rotate(-45deg); } .daterangepicker .calendar-table .next span { margin-left: -0.18rem; transform: rotate(-45deg); } [dir=rtl] .daterangepicker .calendar-table .next span { margin-left: 0; margin-right: -0.18rem; transform: rotate(135deg); } .daterangepicker .calendar-table table { border: 0; border-spacing: 0; border-collapse: collapse; margin: 0; width: 100%; } .daterangepicker .calendar-table th, .daterangepicker .calendar-table td { vertical-align: middle; min-width: 2.125rem; height: 2.125rem; width: 2.125rem; line-height: calc(2.125rem - 2px); white-space: nowrap; text-align: center; cursor: pointer; } html:not([dir=rtl]) .daterangepicker td.start-date:not(.end-date) { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } html:not([dir=rtl]) .daterangepicker td.end-date:not(.start-date) { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .daterangepicker td.in-range:not(.start-date):not(.end-date) { border-radius: 0 !important; } [dir=rtl] .daterangepicker td.start-date:not(.end-date) { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } [dir=rtl] .daterangepicker td.end-date:not(.start-date) { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .daterangepicker td.disabled, .daterangepicker option.disabled { cursor: not-allowed; text-decoration: line-through; } .daterangepicker th.month { width: auto; } .daterangepicker select.monthselect, .daterangepicker select.yearselect { height: auto; padding: 1px; margin: 0; border: 0; cursor: default; } .daterangepicker select:focus-visible { outline: 0; } .daterangepicker select.monthselect { width: 40%; margin-right: 2%; } [dir=rtl] .daterangepicker select.monthselect { margin-left: 2%; margin-right: 0; } .daterangepicker select.yearselect { width: 40%; } .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { outline: 0; width: 3.125rem; padding: 2px; margin: 0 auto; } .daterangepicker .calendar-time { position: relative; line-height: 30px; text-align: center; margin: 0 auto; } .daterangepicker .calendar-time select.disabled { cursor: not-allowed; } .daterangepicker .drp-buttons { padding: 0.5rem 0.8125rem; clear: both; display: none; text-align: right; vertical-align: middle; border-top: 1px solid; } .daterangepicker .drp-buttons .btn { margin-left: 0.2rem; } [dir=rtl] .daterangepicker .drp-buttons { text-align: left; } [dir=rtl] .daterangepicker .drp-buttons .btn { margin-left: 0; margin-right: 0.2rem; } .daterangepicker .calendar-table td { border-radius: 50%; } .daterangepicker .drp-selected { width: 100%; padding-bottom: 0.2rem; display: block; font-size: 0.813rem; } html:not([dir=rtl]) .daterangepicker .drp-selected { margin-right: 0.4rem; } [dir=rtl] .daterangepicker .drp-selected { margin-left: 0.4rem; } .daterangepicker .ranges { text-align: left; float: none; margin: 0; } .daterangepicker .ranges ul { padding: 0; margin: 0 auto; list-style: none; width: 100%; } [dir=rtl] .daterangepicker .ranges { text-align: right; } .daterangepicker.show-calendar .ranges { border-bottom: 1px solid; } .daterangepicker.show-calendar .ranges:empty { display: none; } html:not([dir=rtl]) .daterangepicker .drp-calendar.right { padding-left: 1px; } [dir=rtl] .daterangepicker .drp-calendar.right { padding-right: 1px; } .daterangepicker .calendar-table thead tr:last-child th { border-radius: 0 !important; font-size: 0.813rem; font-weight: normal; } .daterangepicker.with-week-numbers .drp-calendar.left thead tr:first-child th:first-child { display: none; } @media (min-width: 768px) { .daterangepicker .drp-calendar { padding: 0.2rem; } } .light-style .daterangepicker { margin-top: 0.125rem; z-index: 1091 !important; border: 0 solid transparent; width: 15.275rem; box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45); background-color: #fff; } .light-style .daterangepicker.drop-up { margin-top: -0.125rem; } .light-style .daterangepicker.with-week-numbers { width: 17.4rem; } .light-style .daterangepicker .month { color: #516377; } .light-style .daterangepicker td.active:not(.off) { box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4); } .light-style .daterangepicker .drp-buttons, .light-style .daterangepicker .ranges { border-color: #d4d8dd; } .light-style .daterangepicker td.week, .light-style .daterangepicker th.week { color: #677788; background: #f2f3f5; border-radius: 0; } .light-style .daterangepicker td.disabled, .light-style .daterangepicker option.disabled { color: #a8b1bb; } .light-style .daterangepicker td.available:not(.active):hover, .light-style .daterangepicker th.available:hover:not(.prev, .next) { background: #f2f3f5; } .light-style .daterangepicker td.off { color: #a8b1bb; } .light-style .daterangepicker .ranges li { cursor: pointer; padding: 0.5rem 1rem; } .light-style .daterangepicker .ranges li:hover { background-color: rgba(38, 60, 85, 0.06); } .light-style .daterangepicker select { color: #677788; } .light-style .daterangepicker select.hourselect, .light-style .daterangepicker select.minuteselect, .light-style .daterangepicker select.secondselect, .light-style .daterangepicker select.ampmselect { background: rgba(38, 60, 85, 0.1); font-size: 0.813rem; color: #677788; border: 1px solid transparent; border-radius: 0.1875rem; } .light-style .daterangepicker select.monthselect option, .light-style .daterangepicker select.yearselect option { color: #677788; background: #fff; } .light-style .daterangepicker select.monthselect option:disabled, .light-style .daterangepicker select.yearselect option:disabled { color: #a8b1bb; } .light-style .daterangepicker .calendar-time select.disabled { color: #a8b1bb; } @media (min-width: 768px) { .light-style .daterangepicker:not(.single) { width: auto !important; } .light-style .daterangepicker:not(.single) .drp-selected { width: auto; padding: 0; display: inline-block; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar { float: left; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { padding-right: 0; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .ranges { float: left; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { border-right: 1px solid #d4d8dd; } .light-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar { float: right; } .light-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { padding-left: 0; } .light-style[dir=rtl] .daterangepicker:not(.single) .ranges { float: right; } .light-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { border-left: 1px solid #d4d8dd; } } @media (max-width: 767.98px) { .light-style .daterangepicker:not(.single) .drp-calendar.left { border-bottom: 1px solid #d4d8dd; } } .dark-style .daterangepicker { box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25); width: 15.275rem; margin-top: 0.125rem; background-color: #283144; border: 0 solid transparent; z-index: 1091 !important; } .dark-style .daterangepicker.with-week-numbers { width: 17.4rem; } .dark-style .daterangepicker.drop-up { margin-top: -0.125rem; } .dark-style .daterangepicker .month { color: #d8deea; } .dark-style .daterangepicker td.active:not(.off) { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2); } .dark-style .daterangepicker .drp-buttons, .dark-style .daterangepicker .ranges { border-color: #36445d; } .dark-style .daterangepicker td.week, .dark-style .daterangepicker th.week { color: #a1b0cb; background: #2e374a; border-radius: 0; } .dark-style .daterangepicker td.available:not(.active):hover, .dark-style .daterangepicker th.available:hover:not(.prev, .next) { background: rgba(99, 123, 169, 0.06); } .dark-style .daterangepicker td.disabled, .dark-style .daterangepicker option.disabled { color: #8295ba; } .dark-style .daterangepicker td.off { color: #8295ba; } .dark-style .daterangepicker .ranges li { cursor: pointer; padding: 0.5rem 1rem; } .dark-style .daterangepicker .ranges li:hover { background-color: rgba(99, 123, 169, 0.08); } .dark-style .daterangepicker select { color: #a1b0cb; } .dark-style .daterangepicker select.hourselect, .dark-style .daterangepicker select.minuteselect, .dark-style .daterangepicker select.secondselect, .dark-style .daterangepicker select.ampmselect { background: #36445d; border: 1px solid transparent; border-radius: 0.1875rem; font-size: 0.813rem; color: #a1b0cb; } .dark-style .daterangepicker select.monthselect option, .dark-style .daterangepicker select.yearselect option { color: #a1b0cb; background: #283144; } .dark-style .daterangepicker select.monthselect option:disabled, .dark-style .daterangepicker select.yearselect option:disabled { color: #8295ba; } .dark-style .daterangepicker .calendar-time select.disabled { color: #8295ba; } @media (min-width: 768px) { .dark-style .daterangepicker:not(.single) { width: auto !important; } .dark-style .daterangepicker:not(.single) .drp-selected { display: inline-block; width: auto; padding: 0; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar { float: left; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { padding-right: 0; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { border-right: 1px solid #36445d; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .ranges { float: left; } .dark-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar { float: right; } .dark-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { padding-left: 0; } .dark-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { border-left: 1px solid #36445d; } .dark-style[dir=rtl] .daterangepicker:not(.single) .ranges { float: right; } } @media (max-width: 767.98px) { .dark-style .daterangepicker:not(.single) .drp-calendar.left { border-bottom: 1px solid #36445d; } }
public/admin/assets/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.css
.daterangepicker { position: absolute; max-width: none; padding: 0; display: none; border-radius: 0.3125rem; } .daterangepicker tbody:before { content: "@"; display: block; line-height: 6px; text-indent: -99999px; } .daterangepicker .month { font-family: "Rubik", "Times New Roman", serif; font-weight: 500; font-size: 0.9375rem; } [dir=rtl] .daterangepicker { direction: rtl !important; } .daterangepicker:not(.single) .drp-calendar .calendar-table { padding: 0 0.3rem 0.3rem; } .daterangepicker.auto-apply .drp-buttons { display: none; } .daterangepicker.show-calendar .drp-calendar, .daterangepicker.show-calendar .drp-buttons { display: block; } .daterangepicker .drp-calendar { display: none; } .daterangepicker .drp-calendar.single .calendar-table { border: 0; } .daterangepicker.single .drp-selected { display: none; } .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar { float: none; } .daterangepicker .calendar-table { border: 0; } .daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev { position: relative; min-width: 1.5rem; width: 1.5rem; height: 1.5rem; display: table-caption; border-radius: 50%; top: 0.75rem; } html:not([dir=rtl]) .daterangepicker .calendar-table .prev { left: 0.5rem; } [dir=rtl] .daterangepicker .calendar-table .prev { right: 0.5rem; } html:not([dir=rtl]) .daterangepicker .calendar-table .next { right: -0.25rem; } [dir=rtl] .daterangepicker .calendar-table .next { left: -0.25rem; } .daterangepicker .calendar-table .month { padding: 0.5rem; font-weight: 500; } .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { position: relative; display: inline-block; border-width: 0 1px 1px 0; border-style: solid; border-radius: 0; height: 0.45rem; width: 0.45rem; bottom: 0.45rem; } .daterangepicker .calendar-table .prev span { margin-right: -0.225rem; transform: rotate(135deg); } [dir=rtl] .daterangepicker .calendar-table .prev span { margin-left: -0.225rem; margin-right: 0; transform: rotate(-45deg); } .daterangepicker .calendar-table .next span { margin-left: -0.18rem; transform: rotate(-45deg); } [dir=rtl] .daterangepicker .calendar-table .next span { margin-left: 0; margin-right: -0.18rem; transform: rotate(135deg); } .daterangepicker .calendar-table table { border: 0; border-spacing: 0; border-collapse: collapse; margin: 0; width: 100%; } .daterangepicker .calendar-table th, .daterangepicker .calendar-table td { vertical-align: middle; min-width: 2.125rem; height: 2.125rem; width: 2.125rem; line-height: calc(2.125rem - 2px); white-space: nowrap; text-align: center; cursor: pointer; } html:not([dir=rtl]) .daterangepicker td.start-date:not(.end-date) { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } html:not([dir=rtl]) .daterangepicker td.end-date:not(.start-date) { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .daterangepicker td.in-range:not(.start-date):not(.end-date) { border-radius: 0 !important; } [dir=rtl] .daterangepicker td.start-date:not(.end-date) { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } [dir=rtl] .daterangepicker td.end-date:not(.start-date) { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .daterangepicker td.disabled, .daterangepicker option.disabled { cursor: not-allowed; text-decoration: line-through; } .daterangepicker th.month { width: auto; } .daterangepicker select.monthselect, .daterangepicker select.yearselect { height: auto; padding: 1px; margin: 0; border: 0; cursor: default; } .daterangepicker select:focus-visible { outline: 0; } .daterangepicker select.monthselect { width: 40%; margin-right: 2%; } [dir=rtl] .daterangepicker select.monthselect { margin-left: 2%; margin-right: 0; } .daterangepicker select.yearselect { width: 40%; } .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { outline: 0; width: 3.125rem; padding: 2px; margin: 0 auto; } .daterangepicker .calendar-time { position: relative; line-height: 30px; text-align: center; margin: 0 auto; } .daterangepicker .calendar-time select.disabled { cursor: not-allowed; } .daterangepicker .drp-buttons { padding: 0.5rem 0.8125rem; clear: both; display: none; text-align: right; vertical-align: middle; border-top: 1px solid; } .daterangepicker .drp-buttons .btn { margin-left: 0.2rem; } [dir=rtl] .daterangepicker .drp-buttons { text-align: left; } [dir=rtl] .daterangepicker .drp-buttons .btn { margin-left: 0; margin-right: 0.2rem; } .daterangepicker .calendar-table td { border-radius: 50%; } .daterangepicker .drp-selected { width: 100%; padding-bottom: 0.2rem; display: block; font-size: 0.813rem; } html:not([dir=rtl]) .daterangepicker .drp-selected { margin-right: 0.4rem; } [dir=rtl] .daterangepicker .drp-selected { margin-left: 0.4rem; } .daterangepicker .ranges { text-align: left; float: none; margin: 0; } .daterangepicker .ranges ul { padding: 0; margin: 0 auto; list-style: none; width: 100%; } [dir=rtl] .daterangepicker .ranges { text-align: right; } .daterangepicker.show-calendar .ranges { border-bottom: 1px solid; } .daterangepicker.show-calendar .ranges:empty { display: none; } html:not([dir=rtl]) .daterangepicker .drp-calendar.right { padding-left: 1px; } [dir=rtl] .daterangepicker .drp-calendar.right { padding-right: 1px; } .daterangepicker .calendar-table thead tr:last-child th { border-radius: 0 !important; font-size: 0.813rem; font-weight: normal; } .daterangepicker.with-week-numbers .drp-calendar.left thead tr:first-child th:first-child { display: none; } @media (min-width: 768px) { .daterangepicker .drp-calendar { padding: 0.2rem; } } .light-style .daterangepicker { margin-top: 0.125rem; z-index: 1091 !important; border: 0 solid transparent; width: 15.275rem; box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45); background-color: #fff; } .light-style .daterangepicker.drop-up { margin-top: -0.125rem; } .light-style .daterangepicker.with-week-numbers { width: 17.4rem; } .light-style .daterangepicker .month { color: #516377; } .light-style .daterangepicker td.active:not(.off) { box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4); } .light-style .daterangepicker .drp-buttons, .light-style .daterangepicker .ranges { border-color: #d4d8dd; } .light-style .daterangepicker td.week, .light-style .daterangepicker th.week { color: #677788; background: #f2f3f5; border-radius: 0; } .light-style .daterangepicker td.disabled, .light-style .daterangepicker option.disabled { color: #a8b1bb; } .light-style .daterangepicker td.available:not(.active):hover, .light-style .daterangepicker th.available:hover:not(.prev, .next) { background: #f2f3f5; } .light-style .daterangepicker td.off { color: #a8b1bb; } .light-style .daterangepicker .ranges li { cursor: pointer; padding: 0.5rem 1rem; } .light-style .daterangepicker .ranges li:hover { background-color: rgba(38, 60, 85, 0.06); } .light-style .daterangepicker select { color: #677788; } .light-style .daterangepicker select.hourselect, .light-style .daterangepicker select.minuteselect, .light-style .daterangepicker select.secondselect, .light-style .daterangepicker select.ampmselect { background: rgba(38, 60, 85, 0.1); font-size: 0.813rem; color: #677788; border: 1px solid transparent; border-radius: 0.1875rem; } .light-style .daterangepicker select.monthselect option, .light-style .daterangepicker select.yearselect option { color: #677788; background: #fff; } .light-style .daterangepicker select.monthselect option:disabled, .light-style .daterangepicker select.yearselect option:disabled { color: #a8b1bb; } .light-style .daterangepicker .calendar-time select.disabled { color: #a8b1bb; } @media (min-width: 768px) { .light-style .daterangepicker:not(.single) { width: auto !important; } .light-style .daterangepicker:not(.single) .drp-selected { width: auto; padding: 0; display: inline-block; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar { float: left; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { padding-right: 0; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .ranges { float: left; } .light-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { border-right: 1px solid #d4d8dd; } .light-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar { float: right; } .light-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { padding-left: 0; } .light-style[dir=rtl] .daterangepicker:not(.single) .ranges { float: right; } .light-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { border-left: 1px solid #d4d8dd; } } @media (max-width: 767.98px) { .light-style .daterangepicker:not(.single) .drp-calendar.left { border-bottom: 1px solid #d4d8dd; } } .dark-style .daterangepicker { box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25); width: 15.275rem; margin-top: 0.125rem; background-color: #283144; border: 0 solid transparent; z-index: 1091 !important; } .dark-style .daterangepicker.with-week-numbers { width: 17.4rem; } .dark-style .daterangepicker.drop-up { margin-top: -0.125rem; } .dark-style .daterangepicker .month { color: #d8deea; } .dark-style .daterangepicker td.active:not(.off) { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2); } .dark-style .daterangepicker .drp-buttons, .dark-style .daterangepicker .ranges { border-color: #36445d; } .dark-style .daterangepicker td.week, .dark-style .daterangepicker th.week { color: #a1b0cb; background: #2e374a; border-radius: 0; } .dark-style .daterangepicker td.available:not(.active):hover, .dark-style .daterangepicker th.available:hover:not(.prev, .next) { background: rgba(99, 123, 169, 0.06); } .dark-style .daterangepicker td.disabled, .dark-style .daterangepicker option.disabled { color: #8295ba; } .dark-style .daterangepicker td.off { color: #8295ba; } .dark-style .daterangepicker .ranges li { cursor: pointer; padding: 0.5rem 1rem; } .dark-style .daterangepicker .ranges li:hover { background-color: rgba(99, 123, 169, 0.08); } .dark-style .daterangepicker select { color: #a1b0cb; } .dark-style .daterangepicker select.hourselect, .dark-style .daterangepicker select.minuteselect, .dark-style .daterangepicker select.secondselect, .dark-style .daterangepicker select.ampmselect { background: #36445d; border: 1px solid transparent; border-radius: 0.1875rem; font-size: 0.813rem; color: #a1b0cb; } .dark-style .daterangepicker select.monthselect option, .dark-style .daterangepicker select.yearselect option { color: #a1b0cb; background: #283144; } .dark-style .daterangepicker select.monthselect option:disabled, .dark-style .daterangepicker select.yearselect option:disabled { color: #8295ba; } .dark-style .daterangepicker .calendar-time select.disabled { color: #8295ba; } @media (min-width: 768px) { .dark-style .daterangepicker:not(.single) { width: auto !important; } .dark-style .daterangepicker:not(.single) .drp-selected { display: inline-block; width: auto; padding: 0; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar { float: left; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { padding-right: 0; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .drp-calendar.left { border-right: 1px solid #36445d; } .dark-style:not([dir=rtl]) .daterangepicker:not(.single) .ranges { float: left; } .dark-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar { float: right; } .dark-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { padding-left: 0; } .dark-style[dir=rtl] .daterangepicker:not(.single) .drp-calendar.left { border-left: 1px solid #36445d; } .dark-style[dir=rtl] .daterangepicker:not(.single) .ranges { float: right; } } @media (max-width: 767.98px) { .dark-style .daterangepicker:not(.single) .drp-calendar.left { border-bottom: 1px solid #36445d; } }
0.560253
0.11864
.mdui-theme-primary-pink .mdui-color-theme { color: #fff !important; background-color: #e91e63 !important; } .mdui-theme-primary-pink .mdui-color-theme-700 { color: #fff !important; background-color: #c2185b !important; } .mdui-theme-accent-pink .mdui-color-theme-accent { color: #fff !important; background-color: #ff4081 !important; } .mdui-theme-accent-pink .mdui-color-theme-a700 { color: #fff !important; background-color: #c51162 !important; } .mdui-color-pink { color: #fff !important; background-color: #e91e63 !important; } .mdui-color-pink-700 { color: #fff !important; background-color: #c2185b !important; } .mdui-color-pink-accent { color: #fff !important; background-color: #ff4081 !important; } .mdui-color-pink-a700 { color: #fff !important; background-color: #c51162 !important; } .mdui-color-black { color: #fff !important; background-color: #000 !important; } .mdui-color-white { color: rgba(0, 0, 0, 0.87) !important; background-color: #fff !important; } .mdui-color-transparent { background-color: transparent !important; } .mdui-theme-primary-pink .mdui-text-color-theme { color: #e91e63 !important; } .mdui-theme-primary-pink .mdui-text-color-theme-700 { color: #c2185b !important; } .mdui-theme-accent-pink .mdui-text-color-theme-accent { color: #ff4081 !important; } .mdui-theme-accent-pink .mdui-text-color-theme-a700 { color: #c51162 !important; } .mdui-text-color-pink { color: #e91e63 !important; } .mdui-text-color-pink-700 { color: #c2185b !important; } .mdui-text-color-pink-accent { color: #fe6061 !important; } .mdui-text-color-pink-a700 { color: #c51162 !important; } .mdui-text-color-black { color: #000 !important; } .mdui-text-color-black-text, .mdui-text-color-theme-text { color: rgba(0, 0, 0, 0.87) !important; } .mdui-text-color-black-secondary, .mdui-text-color-theme-secondary { color: rgba(0, 0, 0, 0.54) !important; } .mdui-text-color-black-disabled, .mdui-text-color-theme-disabled { color: rgba(0, 0, 0, 0.38) !important; } .mdui-text-color-black-divider, .mdui-text-color-theme-divider { color: rgba(0, 0, 0, 0.12) !important; } .mdui-text-color-black-icon, .mdui-text-color-theme-icon { color: rgba(0, 0, 0, 0.54) !important; } .mdui-text-color-black-icon-disabled, .mdui-text-color-theme-icon-disabled { color: rgba(0, 0, 0, 0.26) !important; } .mdui-text-color-white { color: #fff !important; } .mdui-text-color-white-text { color: #fff !important; } .mdui-text-color-white-secondary { color: rgba(255, 255, 255, 0.7) !important; } .mdui-text-color-white-disabled { color: rgba(255, 255, 255, 0.5) !important; } .mdui-text-color-white-divider { color: rgba(255, 255, 255, 0.12) !important; } .mdui-text-color-white-icon { color: #fff !important; } .mdui-text-color-white-icon-disabled { color: rgba(255, 255, 255, 0.3) !important; } .mdui-m-a-0 { margin: 0 !important; } .mdui-m-t-0 { margin-top: 0 !important; } .mdui-m-r-0 { margin-right: 0 !important; } .mdui-m-b-0 { margin-bottom: 0 !important; } .mdui-m-l-0 { margin-left: 0 !important; } .mdui-m-x-0 { margin-right: 0!important; margin-left: 0 !important; } .mdui-m-y-0 { margin-top: 0!important; margin-bottom: 0 !important; } .mdui-p-a-0 { padding: 0 !important; } .mdui-p-t-0 { padding-top: 0 !important; } .mdui-p-r-0 { padding-right: 0 !important; } .mdui-p-b-0 { padding-bottom: 0 !important; } .mdui-p-l-0 { padding-left: 0 !important; } .mdui-p-x-0 { padding-right: 0!important; padding-left: 0 !important; } .mdui-p-y-0 { padding-top: 0!important; padding-bottom: 0 !important; } .mdui-m-a-1 { margin: 8px !important; } .mdui-m-t-1 { margin-top: 8px !important; } .mdui-m-r-1 { margin-right: 8px !important; } .mdui-m-b-1 { margin-bottom: 8px !important; } .mdui-m-l-1 { margin-left: 8px !important; } .mdui-m-x-1 { margin-right: 8px!important; margin-left: 8px !important; } .mdui-m-y-1 { margin-top: 8px!important; margin-bottom: 8px !important; } .mdui-p-a-1 { padding: 8px !important; } .mdui-p-t-1 { padding-top: 8px !important; } .mdui-p-r-1 { padding-right: 8px !important; } .mdui-p-b-1 { padding-bottom: 8px !important; } .mdui-p-l-1 { padding-left: 8px !important; } .mdui-p-x-1 { padding-right: 8px!important; padding-left: 8px !important; } .mdui-p-y-1 { padding-top: 8px!important; padding-bottom: 8px !important; } .mdui-m-a-2 { margin: 16px !important; } .mdui-m-t-2 { margin-top: 16px !important; } .mdui-m-r-2 { margin-right: 16px !important; } .mdui-m-b-2 { margin-bottom: 16px !important; } .mdui-m-l-2 { margin-left: 16px !important; } .mdui-m-x-2 { margin-right: 16px!important; margin-left: 16px !important; } .mdui-m-y-2 { margin-top: 16px!important; margin-bottom: 16px !important; } .mdui-p-a-2 { padding: 16px !important; } .mdui-p-t-2 { padding-top: 16px !important; } .mdui-p-r-2 { padding-right: 16px !important; } .mdui-p-b-2 { padding-bottom: 16px !important; } .mdui-p-l-2 { padding-left: 16px !important; } .mdui-p-x-2 { padding-right: 16px!important; padding-left: 16px !important; } .mdui-p-y-2 { padding-top: 16px!important; padding-bottom: 16px !important; } .mdui-m-a-3 { margin: 24px !important; } .mdui-m-t-3 { margin-top: 24px !important; } .mdui-m-r-3 { margin-right: 24px !important; } .mdui-m-b-3 { margin-bottom: 24px !important; } .mdui-m-l-3 { margin-left: 24px !important; } .mdui-m-x-3 { margin-right: 24px!important; margin-left: 24px !important; } .mdui-m-y-3 { margin-top: 24px!important; margin-bottom: 24px !important; } .mdui-p-a-3 { padding: 24px !important; } .mdui-p-t-3 { padding-top: 24px !important; } .mdui-p-r-3 { padding-right: 24px !important; } .mdui-p-b-3 { padding-bottom: 24px !important; } .mdui-p-l-3 { padding-left: 24px !important; } .mdui-p-x-3 { padding-right: 24px!important; padding-left: 24px !important; } .mdui-p-y-3 { padding-top: 24px!important; padding-bottom: 24px !important; } .mdui-m-a-4 { margin: 32px !important; } .mdui-m-t-4 { margin-top: 32px !important; } .mdui-m-r-4 { margin-right: 32px !important; } .mdui-m-b-4 { margin-bottom: 32px !important; } .mdui-m-l-4 { margin-left: 32px !important; } .mdui-m-x-4 { margin-right: 32px!important; margin-left: 32px !important; } .mdui-m-y-4 { margin-top: 32px!important; margin-bottom: 32px !important; } .mdui-p-a-4 { padding: 32px !important; } .mdui-p-t-4 { padding-top: 32px !important; } .mdui-p-r-4 { padding-right: 32px !important; } .mdui-p-b-4 { padding-bottom: 32px !important; } .mdui-p-l-4 { padding-left: 32px !important; } .mdui-p-x-4 { padding-right: 32px!important; padding-left: 32px !important; } .mdui-p-y-4 { padding-top: 32px!important; padding-bottom: 32px !important; } .mdui-m-a-5 { margin: 40px !important; } .mdui-m-t-5 { margin-top: 40px !important; } .mdui-m-r-5 { margin-right: 40px !important; } .mdui-m-b-5 { margin-bottom: 40px !important; } .mdui-m-l-5 { margin-left: 40px !important; } .mdui-m-x-5 { margin-right: 40px!important; margin-left: 40px !important; } .mdui-m-y-5 { margin-top: 40px!important; margin-bottom: 40px !important; } .mdui-p-a-5 { padding: 40px !important; } .mdui-p-t-5 { padding-top: 40px !important; } .mdui-p-r-5 { padding-right: 40px !important; } .mdui-p-b-5 { padding-bottom: 40px !important; } .mdui-p-l-5 { padding-left: 40px !important; } .mdui-p-x-5 { padding-right: 40px!important; padding-left: 40px !important; } .mdui-p-y-5 { padding-top: 40px!important; padding-bottom: 40px !important; } .mdui-float-left { float: left !important; } .mdui-float-right { float: right !important; } .mdui-center { display: block!important; margin-right: auto!important; margin-left: auto !important; } .mdui-valign { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex!important; -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center !important; } .mdui-text-left { text-align: left !important; } .mdui-text-center { text-align: center !important; } .mdui-text-right { text-align: right !important; } .mdui-text-lowercase { text-transform: lowercase !important; } .mdui-text-uppercase { text-transform: uppercase !important; } .mdui-text-capitalize { text-transform: capitalize !important; } .mdui-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mdui-clearfix:after, .mdui-clearfix:before { display: table; content: " "; } .mdui-clearfix:after { clear: both; } .mdui-hidden, [hidden] { display: none !important; } .mdui-invisible { visibility: hidden; } @media (max-width: 599px) { .mdui-hidden-xs { display: none !important; } } @media (min-width: 600px) and (max-width: 1023px) { .mdui-hidden-sm { display: none !important; } } @media (min-width: 1024px) and (max-width: 1439px) { .mdui-hidden-md { display: none !important; } } @media (min-width: 1440px) and (max-width: 1919px) { .mdui-hidden-lg { display: none !important; } } @media (min-width: 1920px) { .mdui-hidden-xl { display: none !important; } } @media (max-width: 599px) { .mdui-hidden-xs-down { display: none !important; } } @media (max-width: 1023px) { .mdui-hidden-sm-down { display: none !important; } } @media (max-width: 1439px) { .mdui-hidden-md-down { display: none !important; } } @media (max-width: 1919px) { .mdui-hidden-lg-down { display: none !important; } } .mdui-hidden-xl-down { display: none !important; } .mdui-hidden-xs-up { display: none !important; } @media (min-width: 600px) { .mdui-hidden-sm-up { display: none !important; } } @media (min-width: 1024px) { .mdui-hidden-md-up { display: none !important; } } @media (min-width: 1440px) { .mdui-hidden-lg-up { display: none !important; } } @media (min-width: 1920px) { .mdui-hidden-xl-up { display: none !important; } } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { margin: 0.67em 0; font-size: 2em; } hr { height: 0; -webkit-box-sizing: content-box; box-sizing: content-box; overflow: visible; } pre { font-family: monospace,monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { text-decoration: underline; text-decoration: underline dotted; border-bottom: none; -webkit-text-decoration: underline dotted; -moz-text-decoration: underline dotted; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace,monospace; font-size: 1em; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: 100%; line-height: 1.15; } button, input { overflow: visible; } button, select { text-transform: none; } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { display: table; max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; color: inherit; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { -webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } body { font-family: Roboto, Noto, Helvetica, Arial, sans-serif; font-size: 14px; color: rgba(0, 0, 0, 0.87); background-color: #fff; } @media (min-width: 600px) { body { font-size: 14.5px; } } @media (min-width: 1024px) { body { font-size: 15px; } } body ::-webkit-scrollbar { width: 5px; height: 5px; background: 0 0; } @media (min-width: 1024px) { body ::-webkit-scrollbar { width: 8px; height: 8px; } } body ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); } body.mdui-theme-layout-dark ::-webkit-scrollbar { width: 5px; height: 5px; background: 0 0; } @media (min-width: 1024px) { body.mdui-theme-layout-dark ::-webkit-scrollbar { width: 8px; height: 8px; } } body.mdui-theme-layout-dark ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3); } * { -webkit-tap-highlight-color: transparent; } body.mdui-locked { overflow: hidden; } .mdui-overlay { position: fixed; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; z-index: 2000; visibility: hidden; background: rgba(0, 0, 0, 0.4); opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: opacity,visibility; transition-property: opacity,visibility; -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: opacity; } .mdui-overlay-show { visibility: visible; opacity: 1; } .mdui-no-transition { -webkit-transition-property: none!important; transition-property: none !important; } .mdui-icon, .mdui-icon::before { font-size: 24px; font-style: normal; font-weight: 400; line-height: 1; color: inherit; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; vertical-align: middle; direction: ltr; } .mdui-icon { display: inline-block; text-align: center; } .mdui-icon::before { display: block!important; width: 24px; height: 24px; } .mdui-typo-display-4, .mdui-typo-display-4-opacity { font-size: 112px; font-weight: 300; letter-spacing: -0.04em; } .mdui-typo-display-4-opacity { opacity: 0.54; } .mdui-typo-display-3, .mdui-typo-display-3-opacity { font-size: 56px; font-weight: 400; letter-spacing: -0.02em; } .mdui-typo-display-3-opacity { opacity: 0.54; } .mdui-typo-display-2, .mdui-typo-display-2-opacity { font-size: 45px; font-weight: 400; letter-spacing: 0; } .mdui-typo-display-2-opacity { opacity: 0.54; } .mdui-typo-display-1, .mdui-typo-display-1-opacity { font-size: 34px; font-weight: 400; letter-spacing: 0; } .mdui-typo-display-1-opacity { opacity: 0.54; } .mdui-typo-headline, .mdui-typo-headline-opacity { font-size: 24px; font-weight: 400; -moz-osx-font-smoothing: grayscale; } .mdui-typo-headline-opacity { opacity: 0.87; } .mdui-typo-title, .mdui-typo-title-opacity { font-size: 20px; font-weight: 500; letter-spacing: 0.02em; } .mdui-typo-title-opacity { opacity: 0.87; } .mdui-typo-subheading, .mdui-typo-subheading-opacity { font-size: 16px; font-weight: 400; letter-spacing: 0.04em; } .mdui-typo-subheading-opacity { opacity: 0.87; } .mdui-typo-body-2, .mdui-typo-body-2-opacity { font-size: 14px; font-weight: 500; letter-spacing: 0.04em; } .mdui-typo-body-2-opacity { opacity: 0.87; } .mdui-typo-body-1, .mdui-typo-body-1-opacity { font-size: 14px; font-weight: 400; letter-spacing: 0.04em; } .mdui-typo-body-1-opacity { opacity: 0.87; } .mdui-typo-caption, .mdui-typo-caption-opacity { font-size: 12px; font-weight: 400; letter-spacing: 0.08em; } .mdui-typo-caption-opacity { opacity: 0.54; } .mdui-typo { line-height: 1.8; word-wrap: break-word; } .mdui-typo address, .mdui-typo caption, .mdui-typo cite, .mdui-typo code, .mdui-typo dfn, .mdui-typo th { font-style: normal; font-weight: 400; } .mdui-typo caption, .mdui-typo th { text-align: left; } .mdui-typo q:after, .mdui-typo q:before { content: ''; } .mdui-typo code, .mdui-typo kbd, .mdui-typo pre, .mdui-typo pre tt, .mdui-typo samp { font-family: Consolas, Courier, 'Courier New', monospace; } .mdui-typo figcaption { font-size: 80%; color: rgba(0, 0, 0, 0.54); } .mdui-typo [draggable=true], .mdui-typo [draggable] { cursor: move; } .mdui-typo [draggable=false] { cursor: inherit; } .mdui-typo .mdui-table, .mdui-typo .mdui-table-fluid, .mdui-typo dl, .mdui-typo figure, .mdui-typo form, .mdui-typo hr, .mdui-typo ol, .mdui-typo p, .mdui-typo pre, .mdui-typo table, .mdui-typo ul { margin: 0 0 1.2em 0; } .mdui-typo a { position: relative; display: inline-block; overflow: hidden; color: #fe6061; text-decoration: none; vertical-align: top; outline: 0; } .mdui-typo a:before { position: absolute; top: auto; bottom: 1px; left: 0; width: 100%; height: 1px; content: ' '; background-color: #fe6061; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .mdui-typo a:focus:before, .mdui-typo a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); } .mdui-typo small { font-size: 80%; } .mdui-typo blockquote { padding-left: 1em; margin: 1em 3em 1em 2em; font-weight: 400; border-left: 4px solid rgba(0, 0, 0, 0.12); } @media only screen and (max-width: 599px) { .mdui-typo blockquote { margin: 1em 0; } } .mdui-typo blockquote footer { font-size: 86%; color: rgba(0, 0, 0, 0.54); } .mdui-typo mark { padding: 2px; margin: 0 5px; background: #fffdd1; border-bottom: 1px solid #ffedce; } .mdui-typo h1, .mdui-typo h2, .mdui-typo h3, .mdui-typo h4, .mdui-typo h5, .mdui-typo h6 { margin-top: 1.2em; margin-bottom: 0.6em; font-family: inherit; font-weight: 400; line-height: 1.35; color: inherit; } .mdui-typo h1 small, .mdui-typo h2 small, .mdui-typo h3 small, .mdui-typo h4 small, .mdui-typo h5 small, .mdui-typo h6 small { font-size: 65%; font-weight: 400; line-height: 1; color: rgba(0, 0, 0, 0.54); } .mdui-typo h1 { font-size: 2em; } .mdui-typo h2 { font-size: 1.8em; } .mdui-typo h3 { font-size: 1.6em; } .mdui-typo h4 { font-size: 1.4em; } .mdui-typo h5 { font-size: 1.2em; } .mdui-typo h6 { font-size: 1.1em; } .mdui-typo code { padding: 2px 6px; color: #c7254e; background-color: #f7f7f9; border-radius: 2px; } .mdui-typo pre code { padding: 0; font-size: inherit; line-height: 1.7; color: inherit; background-color: transparent; border-radius: 0; } .mdui-typo abbr[title] { text-decoration: none; cursor: help; border-bottom: 1px dotted; } .mdui-typo ins { text-decoration: none; border-bottom: 1px solid; } .mdui-typo u { text-decoration: none; border-bottom: 1px solid; } .mdui-typo del { text-decoration: line-through; } .mdui-typo hr { height: 10px; margin-bottom: 0.8em; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .mdui-typo pre { padding: 12px 16px; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; } .mdui-typo kbd { padding: 2px 6px; font-size: 90%; color: #fff; background-color: #333; border-radius: 2px; } .mdui-typo ul { padding-left: 2em; list-style: disc; } .mdui-typo ol { padding-left: 2em; list-style: decimal; } .mdui-typo li ol, .mdui-typo li ul { margin: 0.8em 0; } .mdui-typo li ul { list-style: circle; } .mdui-typo img { max-width: 100%; } .mdui-theme-accent-pink .mdui-typo a { color: #fe6061; } .mdui-theme-accent-pink .mdui-typo a:before { background-color: #fe6061; } .mdui-divider, .mdui-divider-dark, .mdui-divider-inset, .mdui-divider-inset-dark, .mdui-divider-inset-light, .mdui-divider-light { height: 1px; margin: -1px 0 0 0; border: none; } .mdui-divider-inset, .mdui-divider-inset-dark, .mdui-divider-inset-light { margin-left: 72px; } .mdui-divider, .mdui-divider-inset { background-color: rgba(0, 0, 0, 0.12); } .mdui-theme-layout-dark .mdui-divider, .mdui-theme-layout-dark .mdui-divider-inset { background-color: rgba(255, 255, 255, 0.12); } .mdui-divider-inset-light, .mdui-divider-light { background-color: rgba(255, 255, 255, 0.12); } .mdui-divider-dark, .mdui-divider-inset-dark { background-color: rgba(0, 0, 0, 0.12); } .mdui-container, .mdui-container-fluid { -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 8px; padding-left: 8px; margin-right: auto; margin-left: auto; } .mdui-container-fluid:after, .mdui-container:after { display: table; clear: both; content: ''; } .mdui-container { width: 96%; max-width: 1280px; } @media (min-width: 600px) { .mdui-container { width: 94%; } } @media (min-width: 1024px) { .mdui-container { width: 92%; } } .mdui-row, [class*=mdui-row-] { margin-right: -8px; margin-left: -8px; } .mdui-row:after, [class*=mdui-row-]:after { display: table; clear: both; content: ''; } .mdui-col, [class*=mdui-col-lg-], [class*=mdui-col-md-], [class*=mdui-col-sm-], [class*=mdui-col-xl-], [class*=mdui-col-xs-] { position: relative; min-height: 1px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 8px; padding-left: 8px; } .mdui-row-gapless .mdui-col, .mdui-row-gapless [class*=mdui-col-lg-], .mdui-row-gapless [class*=mdui-col-md-], .mdui-row-gapless [class*=mdui-col-sm-], .mdui-row-gapless [class*=mdui-col-xl-], .mdui-row-gapless [class*=mdui-col-xs-] { padding-right: 0; padding-left: 0; } .mdui-row-gapless .mdui-row, .mdui-row-gapless [class*=mdui-row-] { margin-right: 0; margin-left: 0; } .mdui-col-xs-1 { float: left; width: 8.333333%; } .mdui-col-offset-xs-1 { margin-left: 8.333333%; } .mdui-row-xs-1 .mdui-col { float: left; width: 100%; } .mdui-col-xs-2 { float: left; width: 16.666667%; } .mdui-col-offset-xs-2 { margin-left: 16.666667%; } .mdui-row-xs-2 .mdui-col { float: left; width: 50%; } .mdui-col-xs-3 { float: left; width: 25%; } .mdui-col-offset-xs-3 { margin-left: 25%; } .mdui-row-xs-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-xs-4 { float: left; width: 33.333333%; } .mdui-col-offset-xs-4 { margin-left: 33.333333%; } .mdui-row-xs-4 .mdui-col { float: left; width: 25%; } .mdui-col-xs-5 { float: left; width: 41.666667%; } .mdui-col-offset-xs-5 { margin-left: 41.666667%; } .mdui-row-xs-5 .mdui-col { float: left; width: 20%; } .mdui-col-xs-6 { float: left; width: 50%; } .mdui-col-offset-xs-6 { margin-left: 50%; } .mdui-row-xs-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-xs-7 { float: left; width: 58.333333%; } .mdui-col-offset-xs-7 { margin-left: 58.333333%; } .mdui-row-xs-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-xs-8 { float: left; width: 66.666667%; } .mdui-col-offset-xs-8 { margin-left: 66.666667%; } .mdui-row-xs-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-xs-9 { float: left; width: 75%; } .mdui-col-offset-xs-9 { margin-left: 75%; } .mdui-row-xs-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-xs-10 { float: left; width: 83.333333%; } .mdui-col-offset-xs-10 { margin-left: 83.333333%; } .mdui-row-xs-10 .mdui-col { float: left; width: 10%; } .mdui-col-xs-11 { float: left; width: 91.666667%; } .mdui-col-offset-xs-11 { margin-left: 91.666667%; } .mdui-row-xs-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-xs-12 { float: left; width: 100%; } .mdui-col-offset-xs-12 { margin-left: 100%; } .mdui-row-xs-12 .mdui-col { float: left; width: 8.333333%; } @media (min-width: 600px) { .mdui-col-sm-1 { float: left; width: 8.333333%; } .mdui-col-offset-sm-1 { margin-left: 8.333333%; } .mdui-row-sm-1 .mdui-col { float: left; width: 100%; } .mdui-col-sm-2 { float: left; width: 16.666667%; } .mdui-col-offset-sm-2 { margin-left: 16.666667%; } .mdui-row-sm-2 .mdui-col { float: left; width: 50%; } .mdui-col-sm-3 { float: left; width: 25%; } .mdui-col-offset-sm-3 { margin-left: 25%; } .mdui-row-sm-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-sm-4 { float: left; width: 33.333333%; } .mdui-col-offset-sm-4 { margin-left: 33.333333%; } .mdui-row-sm-4 .mdui-col { float: left; width: 25%; } .mdui-col-sm-5 { float: left; width: 41.666667%; } .mdui-col-offset-sm-5 { margin-left: 41.666667%; } .mdui-row-sm-5 .mdui-col { float: left; width: 20%; } .mdui-col-sm-6 { float: left; width: 50%; } .mdui-col-offset-sm-6 { margin-left: 50%; } .mdui-row-sm-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-sm-7 { float: left; width: 58.333333%; } .mdui-col-offset-sm-7 { margin-left: 58.333333%; } .mdui-row-sm-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-sm-8 { float: left; width: 66.666667%; } .mdui-col-offset-sm-8 { margin-left: 66.666667%; } .mdui-row-sm-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-sm-9 { float: left; width: 75%; } .mdui-col-offset-sm-9 { margin-left: 75%; } .mdui-row-sm-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-sm-10 { float: left; width: 83.333333%; } .mdui-col-offset-sm-10 { margin-left: 83.333333%; } .mdui-row-sm-10 .mdui-col { float: left; width: 10%; } .mdui-col-sm-11 { float: left; width: 91.666667%; } .mdui-col-offset-sm-11 { margin-left: 91.666667%; } .mdui-row-sm-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-sm-12 { float: left; width: 100%; } .mdui-col-offset-sm-12 { margin-left: 100%; } .mdui-row-sm-12 .mdui-col { float: left; width: 8.333333%; } } @media (min-width: 1024px) { .mdui-col-md-1 { float: left; width: 8.333333%; } .mdui-col-offset-md-1 { margin-left: 8.333333%; } .mdui-row-md-1 .mdui-col { float: left; width: 100%; } .mdui-col-md-2 { float: left; width: 16.666667%; } .mdui-col-offset-md-2 { margin-left: 16.666667%; } .mdui-row-md-2 .mdui-col { float: left; width: 50%; } .mdui-col-md-3 { float: left; width: 25%; } .mdui-col-offset-md-3 { margin-left: 25%; } .mdui-row-md-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-md-4 { float: left; width: 33.333333%; } .mdui-col-offset-md-4 { margin-left: 33.333333%; } .mdui-row-md-4 .mdui-col { float: left; width: 25%; } .mdui-col-md-5 { float: left; width: 41.666667%; } .mdui-col-offset-md-5 { margin-left: 41.666667%; } .mdui-row-md-5 .mdui-col { float: left; width: 20%; } .mdui-col-md-6 { float: left; width: 50%; } .mdui-col-offset-md-6 { margin-left: 50%; } .mdui-row-md-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-md-7 { float: left; width: 58.333333%; } .mdui-col-offset-md-7 { margin-left: 58.333333%; } .mdui-row-md-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-md-8 { float: left; width: 66.666667%; } .mdui-col-offset-md-8 { margin-left: 66.666667%; } .mdui-row-md-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-md-9 { float: left; width: 75%; } .mdui-col-offset-md-9 { margin-left: 75%; } .mdui-row-md-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-md-10 { float: left; width: 83.333333%; } .mdui-col-offset-md-10 { margin-left: 83.333333%; } .mdui-row-md-10 .mdui-col { float: left; width: 10%; } .mdui-col-md-11 { float: left; width: 91.666667%; } .mdui-col-offset-md-11 { margin-left: 91.666667%; } .mdui-row-md-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-md-12 { float: left; width: 100%; } .mdui-col-offset-md-12 { margin-left: 100%; } .mdui-row-md-12 .mdui-col { float: left; width: 8.333333%; } } @media (min-width: 1440px) { .mdui-col-lg-1 { float: left; width: 8.333333%; } .mdui-col-offset-lg-1 { margin-left: 8.333333%; } .mdui-row-lg-1 .mdui-col { float: left; width: 100%; } .mdui-col-lg-2 { float: left; width: 16.666667%; } .mdui-col-offset-lg-2 { margin-left: 16.666667%; } .mdui-row-lg-2 .mdui-col { float: left; width: 50%; } .mdui-col-lg-3 { float: left; width: 25%; } .mdui-col-offset-lg-3 { margin-left: 25%; } .mdui-row-lg-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-lg-4 { float: left; width: 33.333333%; } .mdui-col-offset-lg-4 { margin-left: 33.333333%; } .mdui-row-lg-4 .mdui-col { float: left; width: 25%; } .mdui-col-lg-5 { float: left; width: 41.666667%; } .mdui-col-offset-lg-5 { margin-left: 41.666667%; } .mdui-row-lg-5 .mdui-col { float: left; width: 20%; } .mdui-col-lg-6 { float: left; width: 50%; } .mdui-col-offset-lg-6 { margin-left: 50%; } .mdui-row-lg-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-lg-7 { float: left; width: 58.333333%; } .mdui-col-offset-lg-7 { margin-left: 58.333333%; } .mdui-row-lg-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-lg-8 { float: left; width: 66.666667%; } .mdui-col-offset-lg-8 { margin-left: 66.666667%; } .mdui-row-lg-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-lg-9 { float: left; width: 75%; } .mdui-col-offset-lg-9 { margin-left: 75%; } .mdui-row-lg-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-lg-10 { float: left; width: 83.333333%; } .mdui-col-offset-lg-10 { margin-left: 83.333333%; } .mdui-row-lg-10 .mdui-col { float: left; width: 10%; } .mdui-col-lg-11 { float: left; width: 91.666667%; } .mdui-col-offset-lg-11 { margin-left: 91.666667%; } .mdui-row-lg-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-lg-12 { float: left; width: 100%; } .mdui-col-offset-lg-12 { margin-left: 100%; } .mdui-row-lg-12 .mdui-col { float: left; width: 8.333333%; } } @media (min-width: 1920px) { .mdui-col-xl-1 { float: left; width: 8.333333%; } .mdui-col-offset-xl-1 { margin-left: 8.333333%; } .mdui-row-xl-1 .mdui-col { float: left; width: 100%; } .mdui-col-xl-2 { float: left; width: 16.666667%; } .mdui-col-offset-xl-2 { margin-left: 16.666667%; } .mdui-row-xl-2 .mdui-col { float: left; width: 50%; } .mdui-col-xl-3 { float: left; width: 25%; } .mdui-col-offset-xl-3 { margin-left: 25%; } .mdui-row-xl-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-xl-4 { float: left; width: 33.333333%; } .mdui-col-offset-xl-4 { margin-left: 33.333333%; } .mdui-row-xl-4 .mdui-col { float: left; width: 25%; } .mdui-col-xl-5 { float: left; width: 41.666667%; } .mdui-col-offset-xl-5 { margin-left: 41.666667%; } .mdui-row-xl-5 .mdui-col { float: left; width: 20%; } .mdui-col-xl-6 { float: left; width: 50%; } .mdui-col-offset-xl-6 { margin-left: 50%; } .mdui-row-xl-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-xl-7 { float: left; width: 58.333333%; } .mdui-col-offset-xl-7 { margin-left: 58.333333%; } .mdui-row-xl-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-xl-8 { float: left; width: 66.666667%; } .mdui-col-offset-xl-8 { margin-left: 66.666667%; } .mdui-row-xl-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-xl-9 { float: left; width: 75%; } .mdui-col-offset-xl-9 { margin-left: 75%; } .mdui-row-xl-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-xl-10 { float: left; width: 83.333333%; } .mdui-col-offset-xl-10 { margin-left: 83.333333%; } .mdui-row-xl-10 .mdui-col { float: left; width: 10%; } .mdui-col-xl-11 { float: left; width: 91.666667%; } .mdui-col-offset-xl-11 { margin-left: 91.666667%; } .mdui-row-xl-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-xl-12 { float: left; width: 100%; } .mdui-col-offset-xl-12 { margin-left: 100%; } .mdui-row-xl-12 .mdui-col { float: left; width: 8.333333%; } } .mdui-grid-list { margin: 0 -2px; } .mdui-grid-list .mdui-col, .mdui-grid-list [class*=mdui-col-lg-], .mdui-grid-list [class*=mdui-col-md-], .mdui-grid-list [class*=mdui-col-sm-], .mdui-grid-list [class*=mdui-col-xl-], .mdui-grid-list [class*=mdui-col-xs-] { padding-right: 2px; padding-left: 2px; } .mdui-grid-tile { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 4px; overflow: hidden; } .mdui-grid-tile img { display: block; width: 100%; } .mdui-grid-tile-actions { position: absolute; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; min-height: 48px; max-height: 68px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 16px; color: #fff; background: rgba(0, 0, 0, 0.2); -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .mdui-grid-tile-actions .mdui-icon { color: #fff; } .mdui-grid-tile-text { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .mdui-grid-tile-title { height: 16px; overflow: hidden; font-size: 16px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; } .mdui-grid-tile-title .mdui-icon { margin-right: 8px; } .mdui-grid-tile-subtitle { height: 18px; margin-top: 4px; overflow: hidden; font-size: 12px; line-height: 18px; text-overflow: ellipsis; white-space: nowrap; } .mdui-grid-tile-subtitle .mdui-icon { margin-right: 8px; font-size: 18px; } .mdui-grid-tile-buttons { margin: -8px; white-space: nowrap; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; } .mdui-grid-tile-buttons .mdui-btn { margin-left: 8px; } .mdui-grid-tile-buttons .mdui-btn:first-child { margin-left: 0; } .mdui-grid-tile-text + .mdui-grid-tile-buttons { margin-left: 8px; } .mdui-grid-tile-buttons + .mdui-grid-tile-text { margin-left: 16px; } .mdui-grid-tile-actions-top { top: 0; bottom: auto; } .mdui-grid-tile-actions-transparent { background: 0 0; } .mdui-grid-tile-actions-gradient { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0))); background: linear-gradient(to top, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0)); } .mdui-grid-tile-actions-gradient.mdui-grid-tile-actions-top { background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0)); } /*# sourceMappingURL=mdui.custom.min.css.map */ .v { font-size: 16px; text-align: left; } .v * { box-sizing: border-box; line-height: 2; color: #555; transition: all 0.3s ease; } .v hr { margin: 0.825rem 0; border-color: #f6f6f6; border-style: dashed; } .v.hide-avatar .vimg { display: none; } .v a { position: relative; cursor: pointer; color: #1abc9c; display: inline-block; text-decoration: none; } .v code, .v pre { background-color: #f6f6f6; color: #555; padding: 0.2em 0.4em; border-radius: 3px; font-size: 85%; margin: 0; font-family: monospace; } .v pre { padding: 10px; overflow: auto; line-height: 1.45; } .v pre code { padding: 0; background: transparent; white-space: pre-wrap; word-break: keep-all; } .v blockquote { color: #666; margin: 0.5rem 0; padding: 0 0 0 1rem; border-left: 8px solid rgba(237, 237, 237, 0.5); } .v .vinput { border: none; resize: none; outline: none; padding: 10px 5px; max-width: 100%; font-size: 0.775rem; } .v input[type=checkbox], .v input[type=radio] { display: inline-block; vertical-align: middle; margin-top: -2px; } .v .vwrap { border: 1px solid #f0f0f0; border-radius: 4px; margin-bottom: 10px; overflow: hidden; position: relative; padding: 0 0 44px; } .v .vwrap input { background: transparent; } .v .vwrap .vedit { position: relative; } .v .vwrap .vedit .vctrl { text-align: right; font-size: 12px; margin-top: -44px; right: 0; position: absolute; margin-right: -10px; } .v .vwrap .vedit .vctrl span { padding: 10px; display: inline-block; vertical-align: middle; cursor: pointer; } .v .vwrap .vedit .vemojis { display: none; font-size: 18px; text-align: justify; max-height: 145px; overflow: auto; margin-bottom: 10px; box-shadow: 0 0 1px #f0f0f0; } .v .vwrap .vedit .vemojis i { font-style: normal; padding: 7px 0; width: 38px; cursor: pointer; text-align: center; display: inline-block; vertical-align: middle; } .v .vinput { padding: 10px 15px; } @media screen and (max-width: 520px) { .v .vwrap .vheader .vinput { padding: 10px 5px; } } .v .vwrap .vheader { width: 80%; bottom: 0; position: absolute; background: #f7f7f7; } .v .vwrap .vheader .vinput { width: 40%; border: 0; } .v .vwrap .vheader .vinput.vnick { width: 20%; } .v .vwrap .vcontrol { font-size: 0; position: absolute; right: 0; bottom: 0; width: 20%; } .v .vwrap .vcontrol .col { display: inline-block; font-size: 0.725rem; vertical-align: middle; color: #ccc; } .v .vwrap .vcontrol .col.text-right { text-align: right; } .v .vwrap .vcontrol .col svg { margin-right: 2px; overflow: hidden; fill: currentColor; vertical-align: middle; } .v .vwrap .vcontrol .col.col-20 { width: 20%; } .v .vwrap .vcontrol .col.col-40 { width: 40%; } .v .vwrap .vcontrol .col.col-60 { width: 60%; } .v .vwrap .vcontrol .col.col-80 { width: 100%; } .v .vwrap .vcontrol .col.split { width: 50%; } .v .vwrap .vmark { position: absolute; background: rgba(0, 0, 0, 0.65); width: 100%; height: 100%; left: 0; top: 0; } .v .vwrap .vmark .valert { padding-top: 3rem; } .v .vwrap .vmark .valert .vtext { color: #fff; padding: 1rem 0; } .v .vwrap .vmark .valert .vcode { width: 4.6875rem; border-radius: 0.3125rem; padding: 0.5rem; background: #dedede; } .v .vwrap .vmark .valert .vcode:focus { border-color: #3090e4; background-color: #fff; } @media screen and (max-width: 720px) { .v .vwrap .vmark .valert { padding-top: 5.5rem; } .v .vwrap .vmark .valert .vtext { color: #fff; padding: 1rem 0; } } .v .power, .v .power a { text-align: right; font-size: 0.75rem; color: #999; } .v .vinfo { font-size: 0; padding: 5px; } .v .vinfo .col { font-size: 0.875rem; display: inline-block; width: 50%; vertical-align: middle; } .v .vinfo .vcount .vnum { font-weight: 600; font-size: 1.25rem; } .v ol, .v ul { padding: 0; margin-left: 1.25rem; } .v .txt-center { text-align: center; } .v .veditor { width: 100%; min-height: 7rem; font-size: 0.875rem; background: transparent; resize: none; transition: all 0.25s ease; } .v .vbtn { transition-duration: 0.4s; text-align: center; color: #313131; border: 0; display: inline-block; background: #1abc9c; margin-bottom: 0; font-weight: 400; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; white-space: nowrap; font-size: 0.875em; line-height: 44px; user-select: none; outline: none; color: #fff; width: 100%; padding: 0; } .v .vbtn:active, .v .vbtn:hover { background-color: #fe6061; } .v .vempty { padding: 1.25rem; text-align: center; color: #999; } .v .vlist { width: 100%; } .v .vlist .vcard { padding-top: 1.5rem; position: relative; display: block; } .v .vlist .vcard:after { content: ""; clear: both; display: block; } .v .vlist .vcard .vimg { width: 3.125rem; height: 3.125rem; float: left; border-radius: 50%; margin-right: 0.7525rem; border: 1px solid #f5f5f5; padding: 0.125rem; } @media screen and (max-width: 720px) { .v .vlist .vcard .vimg { width: 2.5rem; height: 2.5rem; } } .v .vlist .vcard .vhead { line-height: 1.5; margin-top: 0; } .v .vlist .vcard .vhead .vnick { position: relative; font-size: 1rem; font-weight: 500; margin-right: 0.875rem; cursor: pointer; color: #1abc9c; text-decoration: none; display: inline-block; } .v .vlist .vcard .vhead .vnick:before { content: ""; position: absolute; width: 0; right: 0; bottom: 0; height: 1px; background: #1abc9c; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .v .vlist .vcard .vhead .vnick:hover { color: #d7191a; } .v .vlist .vcard .vhead .vnick:hover:before { width: 100%; left: 0; right: auto; } .v .vlist .vcard .vh { overflow: hidden; padding-bottom: 0.5rem; border-bottom: 1px dashed #f5f5f5; } .v .vlist .vcard .vh .vtime { color: #b3b3b3; font-size: 0.75rem; margin-right: 0.875rem; } .v .vlist .vcard .vh .vmeta { line-height: 1; position: relative; } .v .vlist .vcard .vh .vmeta .vat { font-size: 0.8125rem; color: #ef2f11; cursor: pointer; float: right; } .v .vlist .vcard:last-child .vh { border-bottom: none; } .v .vlist .vcard .vcontent { word-wrap: break-word; word-break: break-all; text-align: justify; color: #4a4a4a; font-size: 1rem; line-height: 2; position: relative; margin-bottom: 0.75rem; padding-top: 0.625rem; } .v .vlist .vcard .vcontent frame, .v .vlist .vcard .vcontent iframe, .v .vlist .vcard .vcontent img { max-width: 100%; border: none; } .v .vlist .vcard .vcontent.expand { cursor: pointer; max-height: 11.25rem; overflow: hidden; } .v .vlist .vcard .vcontent.expand:before { display: block; content: ""; position: absolute; width: 100%; left: 0; top: 0; bottom: 3.15rem; pointer-events: none; background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)); } .v .vlist .vcard .vcontent.expand:after { display: block; content: "Click on expand"; text-align: center; color: #828586; position: absolute; width: 100%; height: 3.15rem; line-height: 3.15rem; left: 0; bottom: 0; pointer-events: none; background: rgba(255, 255, 255, 0.9); } .v .vlist .vcard .vquote { color: #666; margin-top: 1rem; padding-left: 1rem; border-left: 1px dashed rgba(237, 237, 237, 0.5); } .v .vlist .vcard .vquote .vimg { width: 2.225rem; height: 2.225rem; } .v .vpage .vmore { margin: 1rem 0; } @keyframes spin { 0% { transform: rotate(0deg); } to { transform: rotate(1turn); } } @keyframes pulse { 50% { background: #dcdcdc; } } .v .vloading { position: fixed; padding: 20px; top: 0; right: 45px; } .v .vloading:before { box-sizing: border-box; content: ""; position: absolute; display: inline-block; width: 40px; height: 40px; border: 6px double #a0a0a0; border-top-color: transparent; border-bottom-color: transparent; border-radius: 50%; animation: spin 1s infinite linear; } .v .vwrap .vedit .vctrl span.vpreview-btn, .v .vwrap .vcontrol .col.col-20, .v .vlist .vcard .vhead .vsys { display: none; } body { font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; background: #fafafa; color: #404040; } a { text-decoration: none; color: #333; } .post-neirong img { display: block; max-width: 100%; height: auto; margin: 0 auto; } /* 头部 */ .header { padding: 70px 0px 70px 0px; background-color: #63cdb5; } .container { max-width: 820px; margin-left: auto; margin-right: auto; position: relative; width: 95%; } .index-title { font-size: 45px; font-weight: 600; } .index-title a { color: #FFF; transition: all 0.5s; } .index-title a:hover { color: #fe6061; } /* 导航 */ #nav { position: relative; z-index: 2; } #nav li { list-style: none; display: inline-block; } #nav li a { box-sizing: border-box; display: block; padding: 5px 20px; font-size: 13px; color: #fff; position: relative; } /*奇数*/ #nav li:nth-of-type(odd), #nav li:nth-of-type(even) { position: relative; } #nav li:nth-of-type(odd) .nav-style { display: block; background: #FFFFFF; transition: all 0.5s; } #nav li:nth-of-type(odd) .top { position: absolute; top: 0; left: 50%; width: 0; height: 2px; } #nav li:nth-of-type(odd) .bottom { position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; } #nav li:nth-of-type(odd):hover .top, #nav li:nth-of-type(odd):hover .bottom { width: 100%; left: 0; } #nav li:nth-of-type(odd) .left { position: absolute; left: 0; top: 50%; height: 0; width: 2px; } #nav li:nth-of-type(odd) .right { position: absolute; right: 0; top: 50%; height: 0; width: 2px; } #nav li:nth-of-type(odd):hover .left, #nav li:nth-of-type(odd):hover .right { height: 100%; top: 0; } /*偶数*/ #nav li:nth-of-type(even) .nav-style { display: block; background: #FFFFFF; } #nav li:nth-of-type(even) .left { position: absolute; top: 0; left: 0; width: 2px; height: 0; transition: height 0.5s; } #nav li:nth-of-type(even):hover .left { height: 100%; } #nav li:nth-of-type(even) .bottom { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; transition: width 0.5s; } #nav li:nth-of-type(even):hover .bottom { width: 100%; } #nav li:nth-of-type(even) .right { position: absolute; right: 0; bottom: 0; width: 2px; height: 0; transition: height 0.5s; } #nav li:nth-of-type(even):hover .right { height: 100%; } #nav li:nth-of-type(even) .top { position: absolute; top: 0; right: 0; width: 0; height: 2px; transition: width 0.5s; } #nav li:nth-of-type(even):hover .top { width: 100%; } /* 列表 */ .index-list { border: 1px solid #eae4e45c; box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27); border-radius: 4px; background-color: #FFF; transition: all 0.5s; } .index-list-title { font-weight: 600; } .mdui-text-truncate p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .index-neirong p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 150%; } .index-list-rm a { color: #404040; font-weight: 600; } .index-guo a:hover { transition: all 0.4s ease-out; color: #fe6061; } .index-list:hover { transform: scale(1.03, 1.03); box-shadow: 0 15px 40px -5px rgba(42, 154, 108, 0.23); } /* 页码 */ .index-yema a { display: block; transition: all 0.4s linear; color: #404040; border-radius: 35px; padding: 10px 25px; box-shadow: 0 15px 40px -5px rgba(42, 154, 108, 0.23); } .index-yema a:hover { color: #ffffff; } .index-yema :hover { background-color: #fe6061; } /* 页脚 */ .footer { background: #fff; padding: 15px 0; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; } .copyright { margin-bottom: 10px; } .copyright a { color: #63cdb5; transition: all 0.5s; } .copyright a:hover { color: #fe6061; } .copyright p { font-size: 13px; color: #999; font-weight: 400; line-height: 22px; } .social-links { list-style: none; } .social-links ul { margin: 0; padding: 0; } .social-link { display: inline-block; margin-right: 10px; } .social-link a { color: #63cdb5; font-size: 22px; transition: all 0.5s; } .social-link a:hover { color: #fe6061; } /* 归档 */ .archives { border: 1px solid #eae4e45c; box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27); border-radius: 4px; background-color: #FFF; transition: all 0.5s; } .archives:hover { background-color: #fe6061; color: #FFF; } .archives-title a { font-size: 20px; color: #fe6061; font-weight: 600; transition: all 0.5s; } .archives:hover a { color: #FFF; } /* 内容页 */ .post { border: 1px solid #eae4e45c; box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27); border-radius: 4px; background-color: #FFF; } .post-neirong { text-align: justify; font-size: 17px; } .post-title { font-size: 34px; font-weight: 400; letter-spacing: 0; } /* 上一篇 下一篇 */ .post-fenye a { transition: all 0.5s; } .post-fenye a:hover { color: #fe6061; } /* 友情链接 */ .cheng img { border-radius: 35px; float: left; } .index-post { border: 1px solid #cfd8dc; background: #fff; border-radius: 4px; } .cheng a { color: #333; } /*表格*/ table { width: 100%; max-width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em; font-size: 0.96em; box-sizing: border-box; border-width: 1; } th, td { text-align: left; padding: 8px; border: 1px solid #efefef; } tr:nth-child(even) { background-color: #F7FAFC; } code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; } .hljs, .hljs-tag, .css .hljs-rules, .css .hljs-value, .css .hljs-function .hljs-preprocessor, .hljs-pragma { color: #8B008B; } .hljs-strongemphasis, .hljs-strong, .hljs-emphasis { color: #a8a8a2; } .hljs-bullet, .hljs-blockquote, .hljs-horizontal_rule, .hljs-number, .hljs-regexp, .alias .hljs-keyword, .hljs-literal, .hljs-hexcolor { color: #ae81ff; } .hljs-tag .hljs-value, .hljs-code, .hljs-title, .css .hljs-class, .hljs-class .hljs-title:last-child { color: #a6e22e; } .hljs-link_url { font-size: 80%; } .hljs-strong, .hljs-strongemphasis { font-weight: bold; } .hljs-emphasis, .hljs-strongemphasis, .hljs-class .hljs-title:last-child { font-style: italic; } .hljs-keyword, .hljs-function, .hljs-change, .hljs-winutils, .hljs-flow, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title, .tex .hljs-special, .hljs-header, .hljs-attribute, .hljs-symbol, .hljs-symbol .hljs-string, .hljs-tag .hljs-title, .hljs-value, .alias .hljs-keyword:first-child, .css .hljs-tag, .css .unit, .css .hljs-important { color: #f92672; } .hljs-function .hljs-keyword, .hljs-class .hljs-keyword:first-child, .hljs-constant, .css .hljs-attribute { color: #CD5555; } .hljs-variable, .hljs-params, .hljs-class .hljs-title { color: #607d8b; } .hljs-string, .css .hljs-id, .hljs-subst, .haskell .hljs-type, .ruby .hljs-class .hljs-parent, .hljs-built_in, .sql .hljs-aggregate, .django .hljs-template_tag, .django .hljs-variable, .smalltalk .hljs-class, .django .hljs-filter .hljs-argument, .smalltalk .hljs-localvars, .smalltalk .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-addition, .hljs-stream, .hljs-envvar, .apache .hljs-tag, .apache .hljs-cbracket, .tex .hljs-command, .hljs-prompt, .hljs-link_label, .hljs-link_url { color: #658b00; } .hljs-comment, .hljs-javadoc, .java .hljs-annotation, .python .hljs-decorator, .hljs-template_comment, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-shebang, .apache .hljs-sqbracket, .tex .hljs-formula { color: #75715e; } /*工具条*/ @media (min-width: 991px) { pre code::-webkit-scrollbar { height: 6px; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: rgba(51, 51, 51, 0.1); } ::-webkit-scrollbar-thumb { background: #d2d2d2; border-radius: 4px; } ::-webkit-scrollbar-thumb:active { background-color: #aaa; } } /*自适应*/ @media (max-width: 384px) { .post-title { font-size: 30px; } } @media (max-width: 384px) { .post-title { font-size: 25px; } #nav li a { padding: 5px 15px; } } @media (min-width: 768px) { .linshi { position: fixed; bottom: 0; width: 100%; } }
styles/main.css
.mdui-theme-primary-pink .mdui-color-theme { color: #fff !important; background-color: #e91e63 !important; } .mdui-theme-primary-pink .mdui-color-theme-700 { color: #fff !important; background-color: #c2185b !important; } .mdui-theme-accent-pink .mdui-color-theme-accent { color: #fff !important; background-color: #ff4081 !important; } .mdui-theme-accent-pink .mdui-color-theme-a700 { color: #fff !important; background-color: #c51162 !important; } .mdui-color-pink { color: #fff !important; background-color: #e91e63 !important; } .mdui-color-pink-700 { color: #fff !important; background-color: #c2185b !important; } .mdui-color-pink-accent { color: #fff !important; background-color: #ff4081 !important; } .mdui-color-pink-a700 { color: #fff !important; background-color: #c51162 !important; } .mdui-color-black { color: #fff !important; background-color: #000 !important; } .mdui-color-white { color: rgba(0, 0, 0, 0.87) !important; background-color: #fff !important; } .mdui-color-transparent { background-color: transparent !important; } .mdui-theme-primary-pink .mdui-text-color-theme { color: #e91e63 !important; } .mdui-theme-primary-pink .mdui-text-color-theme-700 { color: #c2185b !important; } .mdui-theme-accent-pink .mdui-text-color-theme-accent { color: #ff4081 !important; } .mdui-theme-accent-pink .mdui-text-color-theme-a700 { color: #c51162 !important; } .mdui-text-color-pink { color: #e91e63 !important; } .mdui-text-color-pink-700 { color: #c2185b !important; } .mdui-text-color-pink-accent { color: #fe6061 !important; } .mdui-text-color-pink-a700 { color: #c51162 !important; } .mdui-text-color-black { color: #000 !important; } .mdui-text-color-black-text, .mdui-text-color-theme-text { color: rgba(0, 0, 0, 0.87) !important; } .mdui-text-color-black-secondary, .mdui-text-color-theme-secondary { color: rgba(0, 0, 0, 0.54) !important; } .mdui-text-color-black-disabled, .mdui-text-color-theme-disabled { color: rgba(0, 0, 0, 0.38) !important; } .mdui-text-color-black-divider, .mdui-text-color-theme-divider { color: rgba(0, 0, 0, 0.12) !important; } .mdui-text-color-black-icon, .mdui-text-color-theme-icon { color: rgba(0, 0, 0, 0.54) !important; } .mdui-text-color-black-icon-disabled, .mdui-text-color-theme-icon-disabled { color: rgba(0, 0, 0, 0.26) !important; } .mdui-text-color-white { color: #fff !important; } .mdui-text-color-white-text { color: #fff !important; } .mdui-text-color-white-secondary { color: rgba(255, 255, 255, 0.7) !important; } .mdui-text-color-white-disabled { color: rgba(255, 255, 255, 0.5) !important; } .mdui-text-color-white-divider { color: rgba(255, 255, 255, 0.12) !important; } .mdui-text-color-white-icon { color: #fff !important; } .mdui-text-color-white-icon-disabled { color: rgba(255, 255, 255, 0.3) !important; } .mdui-m-a-0 { margin: 0 !important; } .mdui-m-t-0 { margin-top: 0 !important; } .mdui-m-r-0 { margin-right: 0 !important; } .mdui-m-b-0 { margin-bottom: 0 !important; } .mdui-m-l-0 { margin-left: 0 !important; } .mdui-m-x-0 { margin-right: 0!important; margin-left: 0 !important; } .mdui-m-y-0 { margin-top: 0!important; margin-bottom: 0 !important; } .mdui-p-a-0 { padding: 0 !important; } .mdui-p-t-0 { padding-top: 0 !important; } .mdui-p-r-0 { padding-right: 0 !important; } .mdui-p-b-0 { padding-bottom: 0 !important; } .mdui-p-l-0 { padding-left: 0 !important; } .mdui-p-x-0 { padding-right: 0!important; padding-left: 0 !important; } .mdui-p-y-0 { padding-top: 0!important; padding-bottom: 0 !important; } .mdui-m-a-1 { margin: 8px !important; } .mdui-m-t-1 { margin-top: 8px !important; } .mdui-m-r-1 { margin-right: 8px !important; } .mdui-m-b-1 { margin-bottom: 8px !important; } .mdui-m-l-1 { margin-left: 8px !important; } .mdui-m-x-1 { margin-right: 8px!important; margin-left: 8px !important; } .mdui-m-y-1 { margin-top: 8px!important; margin-bottom: 8px !important; } .mdui-p-a-1 { padding: 8px !important; } .mdui-p-t-1 { padding-top: 8px !important; } .mdui-p-r-1 { padding-right: 8px !important; } .mdui-p-b-1 { padding-bottom: 8px !important; } .mdui-p-l-1 { padding-left: 8px !important; } .mdui-p-x-1 { padding-right: 8px!important; padding-left: 8px !important; } .mdui-p-y-1 { padding-top: 8px!important; padding-bottom: 8px !important; } .mdui-m-a-2 { margin: 16px !important; } .mdui-m-t-2 { margin-top: 16px !important; } .mdui-m-r-2 { margin-right: 16px !important; } .mdui-m-b-2 { margin-bottom: 16px !important; } .mdui-m-l-2 { margin-left: 16px !important; } .mdui-m-x-2 { margin-right: 16px!important; margin-left: 16px !important; } .mdui-m-y-2 { margin-top: 16px!important; margin-bottom: 16px !important; } .mdui-p-a-2 { padding: 16px !important; } .mdui-p-t-2 { padding-top: 16px !important; } .mdui-p-r-2 { padding-right: 16px !important; } .mdui-p-b-2 { padding-bottom: 16px !important; } .mdui-p-l-2 { padding-left: 16px !important; } .mdui-p-x-2 { padding-right: 16px!important; padding-left: 16px !important; } .mdui-p-y-2 { padding-top: 16px!important; padding-bottom: 16px !important; } .mdui-m-a-3 { margin: 24px !important; } .mdui-m-t-3 { margin-top: 24px !important; } .mdui-m-r-3 { margin-right: 24px !important; } .mdui-m-b-3 { margin-bottom: 24px !important; } .mdui-m-l-3 { margin-left: 24px !important; } .mdui-m-x-3 { margin-right: 24px!important; margin-left: 24px !important; } .mdui-m-y-3 { margin-top: 24px!important; margin-bottom: 24px !important; } .mdui-p-a-3 { padding: 24px !important; } .mdui-p-t-3 { padding-top: 24px !important; } .mdui-p-r-3 { padding-right: 24px !important; } .mdui-p-b-3 { padding-bottom: 24px !important; } .mdui-p-l-3 { padding-left: 24px !important; } .mdui-p-x-3 { padding-right: 24px!important; padding-left: 24px !important; } .mdui-p-y-3 { padding-top: 24px!important; padding-bottom: 24px !important; } .mdui-m-a-4 { margin: 32px !important; } .mdui-m-t-4 { margin-top: 32px !important; } .mdui-m-r-4 { margin-right: 32px !important; } .mdui-m-b-4 { margin-bottom: 32px !important; } .mdui-m-l-4 { margin-left: 32px !important; } .mdui-m-x-4 { margin-right: 32px!important; margin-left: 32px !important; } .mdui-m-y-4 { margin-top: 32px!important; margin-bottom: 32px !important; } .mdui-p-a-4 { padding: 32px !important; } .mdui-p-t-4 { padding-top: 32px !important; } .mdui-p-r-4 { padding-right: 32px !important; } .mdui-p-b-4 { padding-bottom: 32px !important; } .mdui-p-l-4 { padding-left: 32px !important; } .mdui-p-x-4 { padding-right: 32px!important; padding-left: 32px !important; } .mdui-p-y-4 { padding-top: 32px!important; padding-bottom: 32px !important; } .mdui-m-a-5 { margin: 40px !important; } .mdui-m-t-5 { margin-top: 40px !important; } .mdui-m-r-5 { margin-right: 40px !important; } .mdui-m-b-5 { margin-bottom: 40px !important; } .mdui-m-l-5 { margin-left: 40px !important; } .mdui-m-x-5 { margin-right: 40px!important; margin-left: 40px !important; } .mdui-m-y-5 { margin-top: 40px!important; margin-bottom: 40px !important; } .mdui-p-a-5 { padding: 40px !important; } .mdui-p-t-5 { padding-top: 40px !important; } .mdui-p-r-5 { padding-right: 40px !important; } .mdui-p-b-5 { padding-bottom: 40px !important; } .mdui-p-l-5 { padding-left: 40px !important; } .mdui-p-x-5 { padding-right: 40px!important; padding-left: 40px !important; } .mdui-p-y-5 { padding-top: 40px!important; padding-bottom: 40px !important; } .mdui-float-left { float: left !important; } .mdui-float-right { float: right !important; } .mdui-center { display: block!important; margin-right: auto!important; margin-left: auto !important; } .mdui-valign { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex!important; -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center !important; } .mdui-text-left { text-align: left !important; } .mdui-text-center { text-align: center !important; } .mdui-text-right { text-align: right !important; } .mdui-text-lowercase { text-transform: lowercase !important; } .mdui-text-uppercase { text-transform: uppercase !important; } .mdui-text-capitalize { text-transform: capitalize !important; } .mdui-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mdui-clearfix:after, .mdui-clearfix:before { display: table; content: " "; } .mdui-clearfix:after { clear: both; } .mdui-hidden, [hidden] { display: none !important; } .mdui-invisible { visibility: hidden; } @media (max-width: 599px) { .mdui-hidden-xs { display: none !important; } } @media (min-width: 600px) and (max-width: 1023px) { .mdui-hidden-sm { display: none !important; } } @media (min-width: 1024px) and (max-width: 1439px) { .mdui-hidden-md { display: none !important; } } @media (min-width: 1440px) and (max-width: 1919px) { .mdui-hidden-lg { display: none !important; } } @media (min-width: 1920px) { .mdui-hidden-xl { display: none !important; } } @media (max-width: 599px) { .mdui-hidden-xs-down { display: none !important; } } @media (max-width: 1023px) { .mdui-hidden-sm-down { display: none !important; } } @media (max-width: 1439px) { .mdui-hidden-md-down { display: none !important; } } @media (max-width: 1919px) { .mdui-hidden-lg-down { display: none !important; } } .mdui-hidden-xl-down { display: none !important; } .mdui-hidden-xs-up { display: none !important; } @media (min-width: 600px) { .mdui-hidden-sm-up { display: none !important; } } @media (min-width: 1024px) { .mdui-hidden-md-up { display: none !important; } } @media (min-width: 1440px) { .mdui-hidden-lg-up { display: none !important; } } @media (min-width: 1920px) { .mdui-hidden-xl-up { display: none !important; } } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { margin: 0.67em 0; font-size: 2em; } hr { height: 0; -webkit-box-sizing: content-box; box-sizing: content-box; overflow: visible; } pre { font-family: monospace,monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { text-decoration: underline; text-decoration: underline dotted; border-bottom: none; -webkit-text-decoration: underline dotted; -moz-text-decoration: underline dotted; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace,monospace; font-size: 1em; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: 100%; line-height: 1.15; } button, input { overflow: visible; } button, select { text-transform: none; } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { display: table; max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; color: inherit; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { -webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } body { font-family: Roboto, Noto, Helvetica, Arial, sans-serif; font-size: 14px; color: rgba(0, 0, 0, 0.87); background-color: #fff; } @media (min-width: 600px) { body { font-size: 14.5px; } } @media (min-width: 1024px) { body { font-size: 15px; } } body ::-webkit-scrollbar { width: 5px; height: 5px; background: 0 0; } @media (min-width: 1024px) { body ::-webkit-scrollbar { width: 8px; height: 8px; } } body ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); } body.mdui-theme-layout-dark ::-webkit-scrollbar { width: 5px; height: 5px; background: 0 0; } @media (min-width: 1024px) { body.mdui-theme-layout-dark ::-webkit-scrollbar { width: 8px; height: 8px; } } body.mdui-theme-layout-dark ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3); } * { -webkit-tap-highlight-color: transparent; } body.mdui-locked { overflow: hidden; } .mdui-overlay { position: fixed; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; z-index: 2000; visibility: hidden; background: rgba(0, 0, 0, 0.4); opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: opacity,visibility; transition-property: opacity,visibility; -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: opacity; } .mdui-overlay-show { visibility: visible; opacity: 1; } .mdui-no-transition { -webkit-transition-property: none!important; transition-property: none !important; } .mdui-icon, .mdui-icon::before { font-size: 24px; font-style: normal; font-weight: 400; line-height: 1; color: inherit; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; vertical-align: middle; direction: ltr; } .mdui-icon { display: inline-block; text-align: center; } .mdui-icon::before { display: block!important; width: 24px; height: 24px; } .mdui-typo-display-4, .mdui-typo-display-4-opacity { font-size: 112px; font-weight: 300; letter-spacing: -0.04em; } .mdui-typo-display-4-opacity { opacity: 0.54; } .mdui-typo-display-3, .mdui-typo-display-3-opacity { font-size: 56px; font-weight: 400; letter-spacing: -0.02em; } .mdui-typo-display-3-opacity { opacity: 0.54; } .mdui-typo-display-2, .mdui-typo-display-2-opacity { font-size: 45px; font-weight: 400; letter-spacing: 0; } .mdui-typo-display-2-opacity { opacity: 0.54; } .mdui-typo-display-1, .mdui-typo-display-1-opacity { font-size: 34px; font-weight: 400; letter-spacing: 0; } .mdui-typo-display-1-opacity { opacity: 0.54; } .mdui-typo-headline, .mdui-typo-headline-opacity { font-size: 24px; font-weight: 400; -moz-osx-font-smoothing: grayscale; } .mdui-typo-headline-opacity { opacity: 0.87; } .mdui-typo-title, .mdui-typo-title-opacity { font-size: 20px; font-weight: 500; letter-spacing: 0.02em; } .mdui-typo-title-opacity { opacity: 0.87; } .mdui-typo-subheading, .mdui-typo-subheading-opacity { font-size: 16px; font-weight: 400; letter-spacing: 0.04em; } .mdui-typo-subheading-opacity { opacity: 0.87; } .mdui-typo-body-2, .mdui-typo-body-2-opacity { font-size: 14px; font-weight: 500; letter-spacing: 0.04em; } .mdui-typo-body-2-opacity { opacity: 0.87; } .mdui-typo-body-1, .mdui-typo-body-1-opacity { font-size: 14px; font-weight: 400; letter-spacing: 0.04em; } .mdui-typo-body-1-opacity { opacity: 0.87; } .mdui-typo-caption, .mdui-typo-caption-opacity { font-size: 12px; font-weight: 400; letter-spacing: 0.08em; } .mdui-typo-caption-opacity { opacity: 0.54; } .mdui-typo { line-height: 1.8; word-wrap: break-word; } .mdui-typo address, .mdui-typo caption, .mdui-typo cite, .mdui-typo code, .mdui-typo dfn, .mdui-typo th { font-style: normal; font-weight: 400; } .mdui-typo caption, .mdui-typo th { text-align: left; } .mdui-typo q:after, .mdui-typo q:before { content: ''; } .mdui-typo code, .mdui-typo kbd, .mdui-typo pre, .mdui-typo pre tt, .mdui-typo samp { font-family: Consolas, Courier, 'Courier New', monospace; } .mdui-typo figcaption { font-size: 80%; color: rgba(0, 0, 0, 0.54); } .mdui-typo [draggable=true], .mdui-typo [draggable] { cursor: move; } .mdui-typo [draggable=false] { cursor: inherit; } .mdui-typo .mdui-table, .mdui-typo .mdui-table-fluid, .mdui-typo dl, .mdui-typo figure, .mdui-typo form, .mdui-typo hr, .mdui-typo ol, .mdui-typo p, .mdui-typo pre, .mdui-typo table, .mdui-typo ul { margin: 0 0 1.2em 0; } .mdui-typo a { position: relative; display: inline-block; overflow: hidden; color: #fe6061; text-decoration: none; vertical-align: top; outline: 0; } .mdui-typo a:before { position: absolute; top: auto; bottom: 1px; left: 0; width: 100%; height: 1px; content: ' '; background-color: #fe6061; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .mdui-typo a:focus:before, .mdui-typo a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); } .mdui-typo small { font-size: 80%; } .mdui-typo blockquote { padding-left: 1em; margin: 1em 3em 1em 2em; font-weight: 400; border-left: 4px solid rgba(0, 0, 0, 0.12); } @media only screen and (max-width: 599px) { .mdui-typo blockquote { margin: 1em 0; } } .mdui-typo blockquote footer { font-size: 86%; color: rgba(0, 0, 0, 0.54); } .mdui-typo mark { padding: 2px; margin: 0 5px; background: #fffdd1; border-bottom: 1px solid #ffedce; } .mdui-typo h1, .mdui-typo h2, .mdui-typo h3, .mdui-typo h4, .mdui-typo h5, .mdui-typo h6 { margin-top: 1.2em; margin-bottom: 0.6em; font-family: inherit; font-weight: 400; line-height: 1.35; color: inherit; } .mdui-typo h1 small, .mdui-typo h2 small, .mdui-typo h3 small, .mdui-typo h4 small, .mdui-typo h5 small, .mdui-typo h6 small { font-size: 65%; font-weight: 400; line-height: 1; color: rgba(0, 0, 0, 0.54); } .mdui-typo h1 { font-size: 2em; } .mdui-typo h2 { font-size: 1.8em; } .mdui-typo h3 { font-size: 1.6em; } .mdui-typo h4 { font-size: 1.4em; } .mdui-typo h5 { font-size: 1.2em; } .mdui-typo h6 { font-size: 1.1em; } .mdui-typo code { padding: 2px 6px; color: #c7254e; background-color: #f7f7f9; border-radius: 2px; } .mdui-typo pre code { padding: 0; font-size: inherit; line-height: 1.7; color: inherit; background-color: transparent; border-radius: 0; } .mdui-typo abbr[title] { text-decoration: none; cursor: help; border-bottom: 1px dotted; } .mdui-typo ins { text-decoration: none; border-bottom: 1px solid; } .mdui-typo u { text-decoration: none; border-bottom: 1px solid; } .mdui-typo del { text-decoration: line-through; } .mdui-typo hr { height: 10px; margin-bottom: 0.8em; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .mdui-typo pre { padding: 12px 16px; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; } .mdui-typo kbd { padding: 2px 6px; font-size: 90%; color: #fff; background-color: #333; border-radius: 2px; } .mdui-typo ul { padding-left: 2em; list-style: disc; } .mdui-typo ol { padding-left: 2em; list-style: decimal; } .mdui-typo li ol, .mdui-typo li ul { margin: 0.8em 0; } .mdui-typo li ul { list-style: circle; } .mdui-typo img { max-width: 100%; } .mdui-theme-accent-pink .mdui-typo a { color: #fe6061; } .mdui-theme-accent-pink .mdui-typo a:before { background-color: #fe6061; } .mdui-divider, .mdui-divider-dark, .mdui-divider-inset, .mdui-divider-inset-dark, .mdui-divider-inset-light, .mdui-divider-light { height: 1px; margin: -1px 0 0 0; border: none; } .mdui-divider-inset, .mdui-divider-inset-dark, .mdui-divider-inset-light { margin-left: 72px; } .mdui-divider, .mdui-divider-inset { background-color: rgba(0, 0, 0, 0.12); } .mdui-theme-layout-dark .mdui-divider, .mdui-theme-layout-dark .mdui-divider-inset { background-color: rgba(255, 255, 255, 0.12); } .mdui-divider-inset-light, .mdui-divider-light { background-color: rgba(255, 255, 255, 0.12); } .mdui-divider-dark, .mdui-divider-inset-dark { background-color: rgba(0, 0, 0, 0.12); } .mdui-container, .mdui-container-fluid { -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 8px; padding-left: 8px; margin-right: auto; margin-left: auto; } .mdui-container-fluid:after, .mdui-container:after { display: table; clear: both; content: ''; } .mdui-container { width: 96%; max-width: 1280px; } @media (min-width: 600px) { .mdui-container { width: 94%; } } @media (min-width: 1024px) { .mdui-container { width: 92%; } } .mdui-row, [class*=mdui-row-] { margin-right: -8px; margin-left: -8px; } .mdui-row:after, [class*=mdui-row-]:after { display: table; clear: both; content: ''; } .mdui-col, [class*=mdui-col-lg-], [class*=mdui-col-md-], [class*=mdui-col-sm-], [class*=mdui-col-xl-], [class*=mdui-col-xs-] { position: relative; min-height: 1px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 8px; padding-left: 8px; } .mdui-row-gapless .mdui-col, .mdui-row-gapless [class*=mdui-col-lg-], .mdui-row-gapless [class*=mdui-col-md-], .mdui-row-gapless [class*=mdui-col-sm-], .mdui-row-gapless [class*=mdui-col-xl-], .mdui-row-gapless [class*=mdui-col-xs-] { padding-right: 0; padding-left: 0; } .mdui-row-gapless .mdui-row, .mdui-row-gapless [class*=mdui-row-] { margin-right: 0; margin-left: 0; } .mdui-col-xs-1 { float: left; width: 8.333333%; } .mdui-col-offset-xs-1 { margin-left: 8.333333%; } .mdui-row-xs-1 .mdui-col { float: left; width: 100%; } .mdui-col-xs-2 { float: left; width: 16.666667%; } .mdui-col-offset-xs-2 { margin-left: 16.666667%; } .mdui-row-xs-2 .mdui-col { float: left; width: 50%; } .mdui-col-xs-3 { float: left; width: 25%; } .mdui-col-offset-xs-3 { margin-left: 25%; } .mdui-row-xs-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-xs-4 { float: left; width: 33.333333%; } .mdui-col-offset-xs-4 { margin-left: 33.333333%; } .mdui-row-xs-4 .mdui-col { float: left; width: 25%; } .mdui-col-xs-5 { float: left; width: 41.666667%; } .mdui-col-offset-xs-5 { margin-left: 41.666667%; } .mdui-row-xs-5 .mdui-col { float: left; width: 20%; } .mdui-col-xs-6 { float: left; width: 50%; } .mdui-col-offset-xs-6 { margin-left: 50%; } .mdui-row-xs-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-xs-7 { float: left; width: 58.333333%; } .mdui-col-offset-xs-7 { margin-left: 58.333333%; } .mdui-row-xs-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-xs-8 { float: left; width: 66.666667%; } .mdui-col-offset-xs-8 { margin-left: 66.666667%; } .mdui-row-xs-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-xs-9 { float: left; width: 75%; } .mdui-col-offset-xs-9 { margin-left: 75%; } .mdui-row-xs-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-xs-10 { float: left; width: 83.333333%; } .mdui-col-offset-xs-10 { margin-left: 83.333333%; } .mdui-row-xs-10 .mdui-col { float: left; width: 10%; } .mdui-col-xs-11 { float: left; width: 91.666667%; } .mdui-col-offset-xs-11 { margin-left: 91.666667%; } .mdui-row-xs-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-xs-12 { float: left; width: 100%; } .mdui-col-offset-xs-12 { margin-left: 100%; } .mdui-row-xs-12 .mdui-col { float: left; width: 8.333333%; } @media (min-width: 600px) { .mdui-col-sm-1 { float: left; width: 8.333333%; } .mdui-col-offset-sm-1 { margin-left: 8.333333%; } .mdui-row-sm-1 .mdui-col { float: left; width: 100%; } .mdui-col-sm-2 { float: left; width: 16.666667%; } .mdui-col-offset-sm-2 { margin-left: 16.666667%; } .mdui-row-sm-2 .mdui-col { float: left; width: 50%; } .mdui-col-sm-3 { float: left; width: 25%; } .mdui-col-offset-sm-3 { margin-left: 25%; } .mdui-row-sm-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-sm-4 { float: left; width: 33.333333%; } .mdui-col-offset-sm-4 { margin-left: 33.333333%; } .mdui-row-sm-4 .mdui-col { float: left; width: 25%; } .mdui-col-sm-5 { float: left; width: 41.666667%; } .mdui-col-offset-sm-5 { margin-left: 41.666667%; } .mdui-row-sm-5 .mdui-col { float: left; width: 20%; } .mdui-col-sm-6 { float: left; width: 50%; } .mdui-col-offset-sm-6 { margin-left: 50%; } .mdui-row-sm-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-sm-7 { float: left; width: 58.333333%; } .mdui-col-offset-sm-7 { margin-left: 58.333333%; } .mdui-row-sm-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-sm-8 { float: left; width: 66.666667%; } .mdui-col-offset-sm-8 { margin-left: 66.666667%; } .mdui-row-sm-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-sm-9 { float: left; width: 75%; } .mdui-col-offset-sm-9 { margin-left: 75%; } .mdui-row-sm-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-sm-10 { float: left; width: 83.333333%; } .mdui-col-offset-sm-10 { margin-left: 83.333333%; } .mdui-row-sm-10 .mdui-col { float: left; width: 10%; } .mdui-col-sm-11 { float: left; width: 91.666667%; } .mdui-col-offset-sm-11 { margin-left: 91.666667%; } .mdui-row-sm-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-sm-12 { float: left; width: 100%; } .mdui-col-offset-sm-12 { margin-left: 100%; } .mdui-row-sm-12 .mdui-col { float: left; width: 8.333333%; } } @media (min-width: 1024px) { .mdui-col-md-1 { float: left; width: 8.333333%; } .mdui-col-offset-md-1 { margin-left: 8.333333%; } .mdui-row-md-1 .mdui-col { float: left; width: 100%; } .mdui-col-md-2 { float: left; width: 16.666667%; } .mdui-col-offset-md-2 { margin-left: 16.666667%; } .mdui-row-md-2 .mdui-col { float: left; width: 50%; } .mdui-col-md-3 { float: left; width: 25%; } .mdui-col-offset-md-3 { margin-left: 25%; } .mdui-row-md-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-md-4 { float: left; width: 33.333333%; } .mdui-col-offset-md-4 { margin-left: 33.333333%; } .mdui-row-md-4 .mdui-col { float: left; width: 25%; } .mdui-col-md-5 { float: left; width: 41.666667%; } .mdui-col-offset-md-5 { margin-left: 41.666667%; } .mdui-row-md-5 .mdui-col { float: left; width: 20%; } .mdui-col-md-6 { float: left; width: 50%; } .mdui-col-offset-md-6 { margin-left: 50%; } .mdui-row-md-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-md-7 { float: left; width: 58.333333%; } .mdui-col-offset-md-7 { margin-left: 58.333333%; } .mdui-row-md-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-md-8 { float: left; width: 66.666667%; } .mdui-col-offset-md-8 { margin-left: 66.666667%; } .mdui-row-md-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-md-9 { float: left; width: 75%; } .mdui-col-offset-md-9 { margin-left: 75%; } .mdui-row-md-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-md-10 { float: left; width: 83.333333%; } .mdui-col-offset-md-10 { margin-left: 83.333333%; } .mdui-row-md-10 .mdui-col { float: left; width: 10%; } .mdui-col-md-11 { float: left; width: 91.666667%; } .mdui-col-offset-md-11 { margin-left: 91.666667%; } .mdui-row-md-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-md-12 { float: left; width: 100%; } .mdui-col-offset-md-12 { margin-left: 100%; } .mdui-row-md-12 .mdui-col { float: left; width: 8.333333%; } } @media (min-width: 1440px) { .mdui-col-lg-1 { float: left; width: 8.333333%; } .mdui-col-offset-lg-1 { margin-left: 8.333333%; } .mdui-row-lg-1 .mdui-col { float: left; width: 100%; } .mdui-col-lg-2 { float: left; width: 16.666667%; } .mdui-col-offset-lg-2 { margin-left: 16.666667%; } .mdui-row-lg-2 .mdui-col { float: left; width: 50%; } .mdui-col-lg-3 { float: left; width: 25%; } .mdui-col-offset-lg-3 { margin-left: 25%; } .mdui-row-lg-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-lg-4 { float: left; width: 33.333333%; } .mdui-col-offset-lg-4 { margin-left: 33.333333%; } .mdui-row-lg-4 .mdui-col { float: left; width: 25%; } .mdui-col-lg-5 { float: left; width: 41.666667%; } .mdui-col-offset-lg-5 { margin-left: 41.666667%; } .mdui-row-lg-5 .mdui-col { float: left; width: 20%; } .mdui-col-lg-6 { float: left; width: 50%; } .mdui-col-offset-lg-6 { margin-left: 50%; } .mdui-row-lg-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-lg-7 { float: left; width: 58.333333%; } .mdui-col-offset-lg-7 { margin-left: 58.333333%; } .mdui-row-lg-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-lg-8 { float: left; width: 66.666667%; } .mdui-col-offset-lg-8 { margin-left: 66.666667%; } .mdui-row-lg-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-lg-9 { float: left; width: 75%; } .mdui-col-offset-lg-9 { margin-left: 75%; } .mdui-row-lg-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-lg-10 { float: left; width: 83.333333%; } .mdui-col-offset-lg-10 { margin-left: 83.333333%; } .mdui-row-lg-10 .mdui-col { float: left; width: 10%; } .mdui-col-lg-11 { float: left; width: 91.666667%; } .mdui-col-offset-lg-11 { margin-left: 91.666667%; } .mdui-row-lg-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-lg-12 { float: left; width: 100%; } .mdui-col-offset-lg-12 { margin-left: 100%; } .mdui-row-lg-12 .mdui-col { float: left; width: 8.333333%; } } @media (min-width: 1920px) { .mdui-col-xl-1 { float: left; width: 8.333333%; } .mdui-col-offset-xl-1 { margin-left: 8.333333%; } .mdui-row-xl-1 .mdui-col { float: left; width: 100%; } .mdui-col-xl-2 { float: left; width: 16.666667%; } .mdui-col-offset-xl-2 { margin-left: 16.666667%; } .mdui-row-xl-2 .mdui-col { float: left; width: 50%; } .mdui-col-xl-3 { float: left; width: 25%; } .mdui-col-offset-xl-3 { margin-left: 25%; } .mdui-row-xl-3 .mdui-col { float: left; width: 33.333333%; } .mdui-col-xl-4 { float: left; width: 33.333333%; } .mdui-col-offset-xl-4 { margin-left: 33.333333%; } .mdui-row-xl-4 .mdui-col { float: left; width: 25%; } .mdui-col-xl-5 { float: left; width: 41.666667%; } .mdui-col-offset-xl-5 { margin-left: 41.666667%; } .mdui-row-xl-5 .mdui-col { float: left; width: 20%; } .mdui-col-xl-6 { float: left; width: 50%; } .mdui-col-offset-xl-6 { margin-left: 50%; } .mdui-row-xl-6 .mdui-col { float: left; width: 16.666667%; } .mdui-col-xl-7 { float: left; width: 58.333333%; } .mdui-col-offset-xl-7 { margin-left: 58.333333%; } .mdui-row-xl-7 .mdui-col { float: left; width: 14.285714%; } .mdui-col-xl-8 { float: left; width: 66.666667%; } .mdui-col-offset-xl-8 { margin-left: 66.666667%; } .mdui-row-xl-8 .mdui-col { float: left; width: 12.5%; } .mdui-col-xl-9 { float: left; width: 75%; } .mdui-col-offset-xl-9 { margin-left: 75%; } .mdui-row-xl-9 .mdui-col { float: left; width: 11.111111%; } .mdui-col-xl-10 { float: left; width: 83.333333%; } .mdui-col-offset-xl-10 { margin-left: 83.333333%; } .mdui-row-xl-10 .mdui-col { float: left; width: 10%; } .mdui-col-xl-11 { float: left; width: 91.666667%; } .mdui-col-offset-xl-11 { margin-left: 91.666667%; } .mdui-row-xl-11 .mdui-col { float: left; width: 9.090909%; } .mdui-col-xl-12 { float: left; width: 100%; } .mdui-col-offset-xl-12 { margin-left: 100%; } .mdui-row-xl-12 .mdui-col { float: left; width: 8.333333%; } } .mdui-grid-list { margin: 0 -2px; } .mdui-grid-list .mdui-col, .mdui-grid-list [class*=mdui-col-lg-], .mdui-grid-list [class*=mdui-col-md-], .mdui-grid-list [class*=mdui-col-sm-], .mdui-grid-list [class*=mdui-col-xl-], .mdui-grid-list [class*=mdui-col-xs-] { padding-right: 2px; padding-left: 2px; } .mdui-grid-tile { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 4px; overflow: hidden; } .mdui-grid-tile img { display: block; width: 100%; } .mdui-grid-tile-actions { position: absolute; right: 0; bottom: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; min-height: 48px; max-height: 68px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 16px; color: #fff; background: rgba(0, 0, 0, 0.2); -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .mdui-grid-tile-actions .mdui-icon { color: #fff; } .mdui-grid-tile-text { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .mdui-grid-tile-title { height: 16px; overflow: hidden; font-size: 16px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; } .mdui-grid-tile-title .mdui-icon { margin-right: 8px; } .mdui-grid-tile-subtitle { height: 18px; margin-top: 4px; overflow: hidden; font-size: 12px; line-height: 18px; text-overflow: ellipsis; white-space: nowrap; } .mdui-grid-tile-subtitle .mdui-icon { margin-right: 8px; font-size: 18px; } .mdui-grid-tile-buttons { margin: -8px; white-space: nowrap; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; } .mdui-grid-tile-buttons .mdui-btn { margin-left: 8px; } .mdui-grid-tile-buttons .mdui-btn:first-child { margin-left: 0; } .mdui-grid-tile-text + .mdui-grid-tile-buttons { margin-left: 8px; } .mdui-grid-tile-buttons + .mdui-grid-tile-text { margin-left: 16px; } .mdui-grid-tile-actions-top { top: 0; bottom: auto; } .mdui-grid-tile-actions-transparent { background: 0 0; } .mdui-grid-tile-actions-gradient { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0))); background: linear-gradient(to top, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0)); } .mdui-grid-tile-actions-gradient.mdui-grid-tile-actions-top { background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0)); } /*# sourceMappingURL=mdui.custom.min.css.map */ .v { font-size: 16px; text-align: left; } .v * { box-sizing: border-box; line-height: 2; color: #555; transition: all 0.3s ease; } .v hr { margin: 0.825rem 0; border-color: #f6f6f6; border-style: dashed; } .v.hide-avatar .vimg { display: none; } .v a { position: relative; cursor: pointer; color: #1abc9c; display: inline-block; text-decoration: none; } .v code, .v pre { background-color: #f6f6f6; color: #555; padding: 0.2em 0.4em; border-radius: 3px; font-size: 85%; margin: 0; font-family: monospace; } .v pre { padding: 10px; overflow: auto; line-height: 1.45; } .v pre code { padding: 0; background: transparent; white-space: pre-wrap; word-break: keep-all; } .v blockquote { color: #666; margin: 0.5rem 0; padding: 0 0 0 1rem; border-left: 8px solid rgba(237, 237, 237, 0.5); } .v .vinput { border: none; resize: none; outline: none; padding: 10px 5px; max-width: 100%; font-size: 0.775rem; } .v input[type=checkbox], .v input[type=radio] { display: inline-block; vertical-align: middle; margin-top: -2px; } .v .vwrap { border: 1px solid #f0f0f0; border-radius: 4px; margin-bottom: 10px; overflow: hidden; position: relative; padding: 0 0 44px; } .v .vwrap input { background: transparent; } .v .vwrap .vedit { position: relative; } .v .vwrap .vedit .vctrl { text-align: right; font-size: 12px; margin-top: -44px; right: 0; position: absolute; margin-right: -10px; } .v .vwrap .vedit .vctrl span { padding: 10px; display: inline-block; vertical-align: middle; cursor: pointer; } .v .vwrap .vedit .vemojis { display: none; font-size: 18px; text-align: justify; max-height: 145px; overflow: auto; margin-bottom: 10px; box-shadow: 0 0 1px #f0f0f0; } .v .vwrap .vedit .vemojis i { font-style: normal; padding: 7px 0; width: 38px; cursor: pointer; text-align: center; display: inline-block; vertical-align: middle; } .v .vinput { padding: 10px 15px; } @media screen and (max-width: 520px) { .v .vwrap .vheader .vinput { padding: 10px 5px; } } .v .vwrap .vheader { width: 80%; bottom: 0; position: absolute; background: #f7f7f7; } .v .vwrap .vheader .vinput { width: 40%; border: 0; } .v .vwrap .vheader .vinput.vnick { width: 20%; } .v .vwrap .vcontrol { font-size: 0; position: absolute; right: 0; bottom: 0; width: 20%; } .v .vwrap .vcontrol .col { display: inline-block; font-size: 0.725rem; vertical-align: middle; color: #ccc; } .v .vwrap .vcontrol .col.text-right { text-align: right; } .v .vwrap .vcontrol .col svg { margin-right: 2px; overflow: hidden; fill: currentColor; vertical-align: middle; } .v .vwrap .vcontrol .col.col-20 { width: 20%; } .v .vwrap .vcontrol .col.col-40 { width: 40%; } .v .vwrap .vcontrol .col.col-60 { width: 60%; } .v .vwrap .vcontrol .col.col-80 { width: 100%; } .v .vwrap .vcontrol .col.split { width: 50%; } .v .vwrap .vmark { position: absolute; background: rgba(0, 0, 0, 0.65); width: 100%; height: 100%; left: 0; top: 0; } .v .vwrap .vmark .valert { padding-top: 3rem; } .v .vwrap .vmark .valert .vtext { color: #fff; padding: 1rem 0; } .v .vwrap .vmark .valert .vcode { width: 4.6875rem; border-radius: 0.3125rem; padding: 0.5rem; background: #dedede; } .v .vwrap .vmark .valert .vcode:focus { border-color: #3090e4; background-color: #fff; } @media screen and (max-width: 720px) { .v .vwrap .vmark .valert { padding-top: 5.5rem; } .v .vwrap .vmark .valert .vtext { color: #fff; padding: 1rem 0; } } .v .power, .v .power a { text-align: right; font-size: 0.75rem; color: #999; } .v .vinfo { font-size: 0; padding: 5px; } .v .vinfo .col { font-size: 0.875rem; display: inline-block; width: 50%; vertical-align: middle; } .v .vinfo .vcount .vnum { font-weight: 600; font-size: 1.25rem; } .v ol, .v ul { padding: 0; margin-left: 1.25rem; } .v .txt-center { text-align: center; } .v .veditor { width: 100%; min-height: 7rem; font-size: 0.875rem; background: transparent; resize: none; transition: all 0.25s ease; } .v .vbtn { transition-duration: 0.4s; text-align: center; color: #313131; border: 0; display: inline-block; background: #1abc9c; margin-bottom: 0; font-weight: 400; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; white-space: nowrap; font-size: 0.875em; line-height: 44px; user-select: none; outline: none; color: #fff; width: 100%; padding: 0; } .v .vbtn:active, .v .vbtn:hover { background-color: #fe6061; } .v .vempty { padding: 1.25rem; text-align: center; color: #999; } .v .vlist { width: 100%; } .v .vlist .vcard { padding-top: 1.5rem; position: relative; display: block; } .v .vlist .vcard:after { content: ""; clear: both; display: block; } .v .vlist .vcard .vimg { width: 3.125rem; height: 3.125rem; float: left; border-radius: 50%; margin-right: 0.7525rem; border: 1px solid #f5f5f5; padding: 0.125rem; } @media screen and (max-width: 720px) { .v .vlist .vcard .vimg { width: 2.5rem; height: 2.5rem; } } .v .vlist .vcard .vhead { line-height: 1.5; margin-top: 0; } .v .vlist .vcard .vhead .vnick { position: relative; font-size: 1rem; font-weight: 500; margin-right: 0.875rem; cursor: pointer; color: #1abc9c; text-decoration: none; display: inline-block; } .v .vlist .vcard .vhead .vnick:before { content: ""; position: absolute; width: 0; right: 0; bottom: 0; height: 1px; background: #1abc9c; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .v .vlist .vcard .vhead .vnick:hover { color: #d7191a; } .v .vlist .vcard .vhead .vnick:hover:before { width: 100%; left: 0; right: auto; } .v .vlist .vcard .vh { overflow: hidden; padding-bottom: 0.5rem; border-bottom: 1px dashed #f5f5f5; } .v .vlist .vcard .vh .vtime { color: #b3b3b3; font-size: 0.75rem; margin-right: 0.875rem; } .v .vlist .vcard .vh .vmeta { line-height: 1; position: relative; } .v .vlist .vcard .vh .vmeta .vat { font-size: 0.8125rem; color: #ef2f11; cursor: pointer; float: right; } .v .vlist .vcard:last-child .vh { border-bottom: none; } .v .vlist .vcard .vcontent { word-wrap: break-word; word-break: break-all; text-align: justify; color: #4a4a4a; font-size: 1rem; line-height: 2; position: relative; margin-bottom: 0.75rem; padding-top: 0.625rem; } .v .vlist .vcard .vcontent frame, .v .vlist .vcard .vcontent iframe, .v .vlist .vcard .vcontent img { max-width: 100%; border: none; } .v .vlist .vcard .vcontent.expand { cursor: pointer; max-height: 11.25rem; overflow: hidden; } .v .vlist .vcard .vcontent.expand:before { display: block; content: ""; position: absolute; width: 100%; left: 0; top: 0; bottom: 3.15rem; pointer-events: none; background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)); } .v .vlist .vcard .vcontent.expand:after { display: block; content: "Click on expand"; text-align: center; color: #828586; position: absolute; width: 100%; height: 3.15rem; line-height: 3.15rem; left: 0; bottom: 0; pointer-events: none; background: rgba(255, 255, 255, 0.9); } .v .vlist .vcard .vquote { color: #666; margin-top: 1rem; padding-left: 1rem; border-left: 1px dashed rgba(237, 237, 237, 0.5); } .v .vlist .vcard .vquote .vimg { width: 2.225rem; height: 2.225rem; } .v .vpage .vmore { margin: 1rem 0; } @keyframes spin { 0% { transform: rotate(0deg); } to { transform: rotate(1turn); } } @keyframes pulse { 50% { background: #dcdcdc; } } .v .vloading { position: fixed; padding: 20px; top: 0; right: 45px; } .v .vloading:before { box-sizing: border-box; content: ""; position: absolute; display: inline-block; width: 40px; height: 40px; border: 6px double #a0a0a0; border-top-color: transparent; border-bottom-color: transparent; border-radius: 50%; animation: spin 1s infinite linear; } .v .vwrap .vedit .vctrl span.vpreview-btn, .v .vwrap .vcontrol .col.col-20, .v .vlist .vcard .vhead .vsys { display: none; } body { font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; background: #fafafa; color: #404040; } a { text-decoration: none; color: #333; } .post-neirong img { display: block; max-width: 100%; height: auto; margin: 0 auto; } /* 头部 */ .header { padding: 70px 0px 70px 0px; background-color: #63cdb5; } .container { max-width: 820px; margin-left: auto; margin-right: auto; position: relative; width: 95%; } .index-title { font-size: 45px; font-weight: 600; } .index-title a { color: #FFF; transition: all 0.5s; } .index-title a:hover { color: #fe6061; } /* 导航 */ #nav { position: relative; z-index: 2; } #nav li { list-style: none; display: inline-block; } #nav li a { box-sizing: border-box; display: block; padding: 5px 20px; font-size: 13px; color: #fff; position: relative; } /*奇数*/ #nav li:nth-of-type(odd), #nav li:nth-of-type(even) { position: relative; } #nav li:nth-of-type(odd) .nav-style { display: block; background: #FFFFFF; transition: all 0.5s; } #nav li:nth-of-type(odd) .top { position: absolute; top: 0; left: 50%; width: 0; height: 2px; } #nav li:nth-of-type(odd) .bottom { position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; } #nav li:nth-of-type(odd):hover .top, #nav li:nth-of-type(odd):hover .bottom { width: 100%; left: 0; } #nav li:nth-of-type(odd) .left { position: absolute; left: 0; top: 50%; height: 0; width: 2px; } #nav li:nth-of-type(odd) .right { position: absolute; right: 0; top: 50%; height: 0; width: 2px; } #nav li:nth-of-type(odd):hover .left, #nav li:nth-of-type(odd):hover .right { height: 100%; top: 0; } /*偶数*/ #nav li:nth-of-type(even) .nav-style { display: block; background: #FFFFFF; } #nav li:nth-of-type(even) .left { position: absolute; top: 0; left: 0; width: 2px; height: 0; transition: height 0.5s; } #nav li:nth-of-type(even):hover .left { height: 100%; } #nav li:nth-of-type(even) .bottom { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; transition: width 0.5s; } #nav li:nth-of-type(even):hover .bottom { width: 100%; } #nav li:nth-of-type(even) .right { position: absolute; right: 0; bottom: 0; width: 2px; height: 0; transition: height 0.5s; } #nav li:nth-of-type(even):hover .right { height: 100%; } #nav li:nth-of-type(even) .top { position: absolute; top: 0; right: 0; width: 0; height: 2px; transition: width 0.5s; } #nav li:nth-of-type(even):hover .top { width: 100%; } /* 列表 */ .index-list { border: 1px solid #eae4e45c; box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27); border-radius: 4px; background-color: #FFF; transition: all 0.5s; } .index-list-title { font-weight: 600; } .mdui-text-truncate p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .index-neirong p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 150%; } .index-list-rm a { color: #404040; font-weight: 600; } .index-guo a:hover { transition: all 0.4s ease-out; color: #fe6061; } .index-list:hover { transform: scale(1.03, 1.03); box-shadow: 0 15px 40px -5px rgba(42, 154, 108, 0.23); } /* 页码 */ .index-yema a { display: block; transition: all 0.4s linear; color: #404040; border-radius: 35px; padding: 10px 25px; box-shadow: 0 15px 40px -5px rgba(42, 154, 108, 0.23); } .index-yema a:hover { color: #ffffff; } .index-yema :hover { background-color: #fe6061; } /* 页脚 */ .footer { background: #fff; padding: 15px 0; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; } .copyright { margin-bottom: 10px; } .copyright a { color: #63cdb5; transition: all 0.5s; } .copyright a:hover { color: #fe6061; } .copyright p { font-size: 13px; color: #999; font-weight: 400; line-height: 22px; } .social-links { list-style: none; } .social-links ul { margin: 0; padding: 0; } .social-link { display: inline-block; margin-right: 10px; } .social-link a { color: #63cdb5; font-size: 22px; transition: all 0.5s; } .social-link a:hover { color: #fe6061; } /* 归档 */ .archives { border: 1px solid #eae4e45c; box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27); border-radius: 4px; background-color: #FFF; transition: all 0.5s; } .archives:hover { background-color: #fe6061; color: #FFF; } .archives-title a { font-size: 20px; color: #fe6061; font-weight: 600; transition: all 0.5s; } .archives:hover a { color: #FFF; } /* 内容页 */ .post { border: 1px solid #eae4e45c; box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27); border-radius: 4px; background-color: #FFF; } .post-neirong { text-align: justify; font-size: 17px; } .post-title { font-size: 34px; font-weight: 400; letter-spacing: 0; } /* 上一篇 下一篇 */ .post-fenye a { transition: all 0.5s; } .post-fenye a:hover { color: #fe6061; } /* 友情链接 */ .cheng img { border-radius: 35px; float: left; } .index-post { border: 1px solid #cfd8dc; background: #fff; border-radius: 4px; } .cheng a { color: #333; } /*表格*/ table { width: 100%; max-width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em; font-size: 0.96em; box-sizing: border-box; border-width: 1; } th, td { text-align: left; padding: 8px; border: 1px solid #efefef; } tr:nth-child(even) { background-color: #F7FAFC; } code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; } .hljs, .hljs-tag, .css .hljs-rules, .css .hljs-value, .css .hljs-function .hljs-preprocessor, .hljs-pragma { color: #8B008B; } .hljs-strongemphasis, .hljs-strong, .hljs-emphasis { color: #a8a8a2; } .hljs-bullet, .hljs-blockquote, .hljs-horizontal_rule, .hljs-number, .hljs-regexp, .alias .hljs-keyword, .hljs-literal, .hljs-hexcolor { color: #ae81ff; } .hljs-tag .hljs-value, .hljs-code, .hljs-title, .css .hljs-class, .hljs-class .hljs-title:last-child { color: #a6e22e; } .hljs-link_url { font-size: 80%; } .hljs-strong, .hljs-strongemphasis { font-weight: bold; } .hljs-emphasis, .hljs-strongemphasis, .hljs-class .hljs-title:last-child { font-style: italic; } .hljs-keyword, .hljs-function, .hljs-change, .hljs-winutils, .hljs-flow, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title, .tex .hljs-special, .hljs-header, .hljs-attribute, .hljs-symbol, .hljs-symbol .hljs-string, .hljs-tag .hljs-title, .hljs-value, .alias .hljs-keyword:first-child, .css .hljs-tag, .css .unit, .css .hljs-important { color: #f92672; } .hljs-function .hljs-keyword, .hljs-class .hljs-keyword:first-child, .hljs-constant, .css .hljs-attribute { color: #CD5555; } .hljs-variable, .hljs-params, .hljs-class .hljs-title { color: #607d8b; } .hljs-string, .css .hljs-id, .hljs-subst, .haskell .hljs-type, .ruby .hljs-class .hljs-parent, .hljs-built_in, .sql .hljs-aggregate, .django .hljs-template_tag, .django .hljs-variable, .smalltalk .hljs-class, .django .hljs-filter .hljs-argument, .smalltalk .hljs-localvars, .smalltalk .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-addition, .hljs-stream, .hljs-envvar, .apache .hljs-tag, .apache .hljs-cbracket, .tex .hljs-command, .hljs-prompt, .hljs-link_label, .hljs-link_url { color: #658b00; } .hljs-comment, .hljs-javadoc, .java .hljs-annotation, .python .hljs-decorator, .hljs-template_comment, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-shebang, .apache .hljs-sqbracket, .tex .hljs-formula { color: #75715e; } /*工具条*/ @media (min-width: 991px) { pre code::-webkit-scrollbar { height: 6px; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: rgba(51, 51, 51, 0.1); } ::-webkit-scrollbar-thumb { background: #d2d2d2; border-radius: 4px; } ::-webkit-scrollbar-thumb:active { background-color: #aaa; } } /*自适应*/ @media (max-width: 384px) { .post-title { font-size: 30px; } } @media (max-width: 384px) { .post-title { font-size: 25px; } #nav li a { padding: 5px 15px; } } @media (min-width: 768px) { .linshi { position: fixed; bottom: 0; width: 100%; } }
0.261991
0.045416
Layout & Grid ------------------------------------*/ @media (min-width: 950px) { #body__grid-container { max-width: 1000px; margin: auto; display: -ms-grid; display: grid; -ms-grid-columns: 25% 5% 70%; grid-template-columns: 25% 5% 70%; } .global-header { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3/4; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; } main { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3/4; -ms-grid-row: 2; -ms-grid-row-span: 2; grid-row: 2/4; } aside { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1/2; -ms-grid-row: 1; -ms-grid-row-span: 3; grid-row: 1/4; } } @media (min-width: 700px) and (max-width: 950px) { #body__grid-container { max-width: 700px; margin: auto; display: -ms-grid; display: grid; -ms-grid-columns: 24% 2% 74%; grid-template-columns: 24% 2% 74%; } .global-header { -ms-grid-column: 1; -ms-grid-column-span: 3; grid-column: 1/4; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; } main { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3/4; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2/3; } aside { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1/2; -ms-grid-row: 2; -ms-grid-row-span: 2; grid-row: 2/4; } } @media (max-width: 700px) { #body__grid-container { min-width: 350px; margin: auto; display: -ms-grid; display: grid; -ms-grid-columns: 90% auto; grid-template-columns: 90% auto; } .global-header { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; } main { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2/3; } aside { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; -ms-grid-row: 3; -ms-grid-row-span: 1; grid-row: 3/4; } } /*----------------------------------- Variables & Mixins ------------------------------------*/ /* Colors */ /* Font sizing */ /* Typeface */ /*----------------------------------- Typography ------------------------------------*/ h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; } h1 { font-size: 42px; text-transform: uppercase; font-weight: 700; } h2 { font-size: 36px; font-weight: 600; } h3 { font-size: 28px; font-style: italic; font-weight: 400; } body { font-family: "Raleway", Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; } code { font-family: "Courier New", Courier, monospace; } /* ---------------------------------------------------------- Theme -------------------------------------------------------------*/ a:link { text-decoration: none; color: #0170ba; } a:visited { color: #0170ba; } a:hover { color: #29a9df; } a:focus { outline: none; color: #29a9df; } /*----------------------------------- Main ------------------------------------*/ main { border: #0170ba 8px solid; margin-top: 40px; margin-bottom: 40px; } main div { width: 85%; margin: 10px 6% 40px 9%; } @media (min-width: 700px) and (max-width: 950px) { main > div { width: 95%; margin: auto; } } .separator { height: 30px; width: 30%; border-bottom: #0170ba 2px solid; margin: -1rem 6% 2rem 70%; } h1, h2, h3 { -webkit-margin-before: 0; margin-block-start: 0; -webkit-margin-after: 0; margin-block-end: 0; } h1 { font-family: "Raleway", Arial, Helvetica, sans-serif; text-align: right; -webkit-margin-before: 2rem; margin-block-start: 2rem; -webkit-margin-after: 0.6rem; margin-block-end: 0.6rem; } h2 { -webkit-margin-after: 1rem; margin-block-end: 1rem; } p { -webkit-margin-before: 0px; margin-block-start: 0px; -webkit-margin-after: 2rem; margin-block-end: 2rem; line-height: 1.7rem; } p.intro-text { text-align: justify; font-size: 18px; } article { width: 90%; margin-left: 3%; padding-left: 2%; border-left: #0170ba 2px solid; } code { display: block; font-size: 16px; color: white; background-color: #333333; text-align: left; white-space: pre; line-height: 1.2rem; border-radius: 5px; width: 90%; margin-left: 5%; margin-top: -1.5rem; -webkit-margin-after: 2rem; margin-block-end: 2rem; padding: 10px 20px; } li { list-style: square; margin: -2rem 0 3rem 20px; font-size: 16px; } /* ---------------------------------------------------------- Global header -------------------------------------------------------------*/ /* page indicator */ body.intro a.intro, body.cascading a.cascading, body.box a.box, body.layout a.layout, body.animation a.animation { color: black; font-weight: 700; } .global-nav { text-transform: uppercase; margin-top: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 7px; border-bottom: #cccccc 8px solid; } .global-header-link { text-decoration: none; font-weight: 600; font-size: 18px; } .global-header__css3-logo { display: none; } @media (max-width: 700px) { .global-nav { margin-top: 0px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .global-header-link { font-weight: 400; font-size: 18px; } .global-header { display: -ms-grid; display: grid; -ms-grid-columns: 80% 20%; grid-template-columns: 80% 20%; width: 100%; } .global-header__css3-logo { display: block; height: 92px; width: auto; margin: auto; } } /*----------------------------------- Sidebar ------------------------------------*/ aside { font-size: 18px; font-weight: 500; } aside div { position: -webkit-sticky; position: sticky; top: 40px; } .css3-logo { display: block; width: 108px; height: 146px; margin: auto; margin-top: 41px; } nav#navbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 70%; margin: 40px auto; } nav#navbar header { background-color: #0170ba; text-align: center; margin-bottom: 1rem; padding: 10px 0; } nav#navbar header a { color: white; font-size: 22px; font-weight: 500; } nav#navbar a { margin-bottom: 0.5rem; } .fixed-sidebar { height: 98vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (min-width: 700px) and (max-width: 950px) { nav#navbar { width: 90%; margin: 20px auto; } nav#navbar header { padding: 2px 0; } .css3-logo { height: 92px; width: auto; } } @media (max-width: 700px) { .css3-logo { display: none; } nav#navbar { display: none; } .fixed-sidebar { height: auto; } } /*----------------------------------- footer ------------------------------------*/ footer { border-top: #cccccc 8px solid; width: 90%; margin: 10px auto; } footer p { margin-top: 1rem; font-size: 12px; text-align: center; } section.social-media-icon { width: 90%; margin: auto; margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } section.social-media-icon img { display: block; height: 30px; } form { margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } input { display: block; border: 1px solid #cccccc; border-radius: 5px; height: 33px; width: 90%; margin: auto; } button[type="submit"] { display: block; border-radius: 5px; border: 1px solid #ffcc99; background-color: #ffcc99; color: white; font-size: 18px; height: 35px; width: 91%; margin: auto; margin-top: 0.5rem; cursor: pointer; } @media (min-width: 700px) and (max-width: 950px) { footer p { margin-top: 1rem; line-height: 12px; } section.social-media-icon { width: 100%; margin: auto; margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } section.social-media-icon img { display: block; height: 18px; } input { height: 25px; width: 99%; } button[type="submit"] { height: 25px; width: 100%; } } @media (max-width: 700px) { footer { width: 70%; } section.social-media-icon { width: 70%; } input { display: block; border: 1px solid #cccccc; border-radius: 5px; height: 30px; width: 70%; margin: auto; } button[type="submit"] { font-size: 18px; height: 33px; width: 71%; } } /*# sourceMappingURL=styles.css.map */
styles/styles.css
Layout & Grid ------------------------------------*/ @media (min-width: 950px) { #body__grid-container { max-width: 1000px; margin: auto; display: -ms-grid; display: grid; -ms-grid-columns: 25% 5% 70%; grid-template-columns: 25% 5% 70%; } .global-header { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3/4; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; } main { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3/4; -ms-grid-row: 2; -ms-grid-row-span: 2; grid-row: 2/4; } aside { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1/2; -ms-grid-row: 1; -ms-grid-row-span: 3; grid-row: 1/4; } } @media (min-width: 700px) and (max-width: 950px) { #body__grid-container { max-width: 700px; margin: auto; display: -ms-grid; display: grid; -ms-grid-columns: 24% 2% 74%; grid-template-columns: 24% 2% 74%; } .global-header { -ms-grid-column: 1; -ms-grid-column-span: 3; grid-column: 1/4; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; } main { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3/4; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2/3; } aside { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1/2; -ms-grid-row: 2; -ms-grid-row-span: 2; grid-row: 2/4; } } @media (max-width: 700px) { #body__grid-container { min-width: 350px; margin: auto; display: -ms-grid; display: grid; -ms-grid-columns: 90% auto; grid-template-columns: 90% auto; } .global-header { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1/2; } main { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2/3; } aside { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/3; -ms-grid-row: 3; -ms-grid-row-span: 1; grid-row: 3/4; } } /*----------------------------------- Variables & Mixins ------------------------------------*/ /* Colors */ /* Font sizing */ /* Typeface */ /*----------------------------------- Typography ------------------------------------*/ h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; } h1 { font-size: 42px; text-transform: uppercase; font-weight: 700; } h2 { font-size: 36px; font-weight: 600; } h3 { font-size: 28px; font-style: italic; font-weight: 400; } body { font-family: "Raleway", Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; } code { font-family: "Courier New", Courier, monospace; } /* ---------------------------------------------------------- Theme -------------------------------------------------------------*/ a:link { text-decoration: none; color: #0170ba; } a:visited { color: #0170ba; } a:hover { color: #29a9df; } a:focus { outline: none; color: #29a9df; } /*----------------------------------- Main ------------------------------------*/ main { border: #0170ba 8px solid; margin-top: 40px; margin-bottom: 40px; } main div { width: 85%; margin: 10px 6% 40px 9%; } @media (min-width: 700px) and (max-width: 950px) { main > div { width: 95%; margin: auto; } } .separator { height: 30px; width: 30%; border-bottom: #0170ba 2px solid; margin: -1rem 6% 2rem 70%; } h1, h2, h3 { -webkit-margin-before: 0; margin-block-start: 0; -webkit-margin-after: 0; margin-block-end: 0; } h1 { font-family: "Raleway", Arial, Helvetica, sans-serif; text-align: right; -webkit-margin-before: 2rem; margin-block-start: 2rem; -webkit-margin-after: 0.6rem; margin-block-end: 0.6rem; } h2 { -webkit-margin-after: 1rem; margin-block-end: 1rem; } p { -webkit-margin-before: 0px; margin-block-start: 0px; -webkit-margin-after: 2rem; margin-block-end: 2rem; line-height: 1.7rem; } p.intro-text { text-align: justify; font-size: 18px; } article { width: 90%; margin-left: 3%; padding-left: 2%; border-left: #0170ba 2px solid; } code { display: block; font-size: 16px; color: white; background-color: #333333; text-align: left; white-space: pre; line-height: 1.2rem; border-radius: 5px; width: 90%; margin-left: 5%; margin-top: -1.5rem; -webkit-margin-after: 2rem; margin-block-end: 2rem; padding: 10px 20px; } li { list-style: square; margin: -2rem 0 3rem 20px; font-size: 16px; } /* ---------------------------------------------------------- Global header -------------------------------------------------------------*/ /* page indicator */ body.intro a.intro, body.cascading a.cascading, body.box a.box, body.layout a.layout, body.animation a.animation { color: black; font-weight: 700; } .global-nav { text-transform: uppercase; margin-top: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 7px; border-bottom: #cccccc 8px solid; } .global-header-link { text-decoration: none; font-weight: 600; font-size: 18px; } .global-header__css3-logo { display: none; } @media (max-width: 700px) { .global-nav { margin-top: 0px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .global-header-link { font-weight: 400; font-size: 18px; } .global-header { display: -ms-grid; display: grid; -ms-grid-columns: 80% 20%; grid-template-columns: 80% 20%; width: 100%; } .global-header__css3-logo { display: block; height: 92px; width: auto; margin: auto; } } /*----------------------------------- Sidebar ------------------------------------*/ aside { font-size: 18px; font-weight: 500; } aside div { position: -webkit-sticky; position: sticky; top: 40px; } .css3-logo { display: block; width: 108px; height: 146px; margin: auto; margin-top: 41px; } nav#navbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 70%; margin: 40px auto; } nav#navbar header { background-color: #0170ba; text-align: center; margin-bottom: 1rem; padding: 10px 0; } nav#navbar header a { color: white; font-size: 22px; font-weight: 500; } nav#navbar a { margin-bottom: 0.5rem; } .fixed-sidebar { height: 98vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (min-width: 700px) and (max-width: 950px) { nav#navbar { width: 90%; margin: 20px auto; } nav#navbar header { padding: 2px 0; } .css3-logo { height: 92px; width: auto; } } @media (max-width: 700px) { .css3-logo { display: none; } nav#navbar { display: none; } .fixed-sidebar { height: auto; } } /*----------------------------------- footer ------------------------------------*/ footer { border-top: #cccccc 8px solid; width: 90%; margin: 10px auto; } footer p { margin-top: 1rem; font-size: 12px; text-align: center; } section.social-media-icon { width: 90%; margin: auto; margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } section.social-media-icon img { display: block; height: 30px; } form { margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } input { display: block; border: 1px solid #cccccc; border-radius: 5px; height: 33px; width: 90%; margin: auto; } button[type="submit"] { display: block; border-radius: 5px; border: 1px solid #ffcc99; background-color: #ffcc99; color: white; font-size: 18px; height: 35px; width: 91%; margin: auto; margin-top: 0.5rem; cursor: pointer; } @media (min-width: 700px) and (max-width: 950px) { footer p { margin-top: 1rem; line-height: 12px; } section.social-media-icon { width: 100%; margin: auto; margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } section.social-media-icon img { display: block; height: 18px; } input { height: 25px; width: 99%; } button[type="submit"] { height: 25px; width: 100%; } } @media (max-width: 700px) { footer { width: 70%; } section.social-media-icon { width: 70%; } input { display: block; border: 1px solid #cccccc; border-radius: 5px; height: 30px; width: 70%; margin: auto; } button[type="submit"] { font-size: 18px; height: 33px; width: 71%; } } /*# sourceMappingURL=styles.css.map */
0.512449
0.15961
@charset "UTF-8"; /* Template Name: LiveKitchen Template URI: http://livekitchen-html.htmlguru.net/ Author: htmlguru Author URI: http://softhopper.net Description: It\' s a Restaurant Template. Which is a unique feature and user competitive feature. Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html. */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Typography # Elements ## Post, Page, Comments Table # Forms # Navigation ## Links ## Menus ## Pagination ## Navigation responsive ### Mobile CSS ### Pagination responsive # Accessibility # Alignments # Clearings # Widgets #layouts ## Header Content ### Pre-Loader ### Site Header ### Header Top ### Header Bottom ## Welcome Content ## Main Content ### Head chef and Booking ### Menu Item area ### About And Special Menu ### Our Delicious Menu ### Our gallery Section ### Gallery Item ### Our Gallery Section ### Our Experts chefs Section ### Special Food Time ### Our features Section ### Menu title Section ### Food Shop and Event Section ### Review Single ### Related Shop ### Service Section ### Our Customer Area ### Blog Post area ### Fun facts Content ### Gallery Content ### Event Content ### Dining Menu Item ### Coming Soon Page ### Extra Style ## Widget-content ### widget-social ### About Us widget ### Email Subscribe Widget ### Popular, Latest Post, Recent Comment widget ### text widget ### Categories And Archive Widget ### TagCloud Widget ### Follow Us Widget ### Search Widget ### Search Widget ### Calender Widget ### Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries Widget ### RSS Widget ### Text Widget ### Custom nav for layout Eight ### Extra widget ## Footer Content ### Scroll Top # Site Content ## Posts and pages ### Post Meta ## Comments ## About Page ## Contact Page ## 404 Page ## Site Responsive ### About US Page # Media ## Captions ## Galleries ### WordPress Default Gallery ### Gallery pop Up --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ html { font-size: 100%; } body { background-color: white; font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.45em; color: #393939; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { clear: both; line-height: 1.4em; color: #3d4348; font-weight: 400; -webkit-font-smoothing: antialiased; font-family: "Playfair Display", serif; } h1, h2, h3, h4 { font-weight: inherit; } h1 { font-size: 2.441em; margin: 0 0 1.875em; } h2 { font-size: 1.953em; } h3 { font-size: 1.563em; } h4 { font-size: 1.25em; } h5 { font-size: 1em; } h6 { font-size: 0.8em; } small, .font_small { font-size: 0.8em; } h1 a, h2 a, h3 a, h4 a, h5 a { color: inherit; text-decoration: none; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: inherit; text-decoration: none; border-bottom: 1px dotted black; } .page-heading-area { padding: 60px 0 60px; position: relative; } .page-heading-area .page-heading { color: white; font-size: 32px; font-weight: 900; margin: 0; text-transform: capitalize; } @media only screen and (max-width: 480px) { .page-heading-area .page-heading { font-size: 26px; } } .page-heading-area .page-sub-text { margin: 0; font-family: inherit; font-size: 16px; font-weight: 600; margin-top: 15px; position: relative; } .page-heading-area .page-sub-text:before { content: ""; width: 90px; background: #333; height: 1px; position: absolute; left: 0; right: 0; margin: auto; top: -8px; } .page-heading-area:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.25); } .section-title-area { padding: 30px 0; } .section-title-area .section-title { color: black; font-size: 45px; font-weight: bold; margin-bottom: -3px; text-transform: capitalize; } @media only screen and (max-width: 767px) { .section-title-area .section-title { font-size: 30px; margin-bottom: 0; } } .section-title-area .section-title-dec { font-family: inherit; color: #777777; font-size: 18px; font-weight: 500; letter-spacing: 0.015em; } .section-title-area .section-name { font-family: inherit; margin-bottom: 0; font-size: 22px; } .section-title-area.style-two .section-title { font-size: 75px; color: #484848; } @media only screen and (max-width: 767px) { .section-title-area.style-two .section-title { font-size: 45px; } } .section-title-area.style-two .section-title-dec { font-size: 20px; font-weight: 600; } @media only screen and (max-width: 767px) { .section-title-area.style-two .section-title-dec { font-size: 18px; } } .section-title-area .section-title-one .section-title-dec, .hotel-room-section-title .section-title-dec { padding: 0 60px; } @media only screen and (max-width: 767px) { .section-title-area .section-title-one .section-title-dec, .hotel-room-section-title .section-title-dec { padding: 0; } } .section-align-title-area .section-align-title { color: #484848; font-size: 75px; font-weight: bold; line-height: 1.12em; margin: 0 0 15px; } @media only screen and (max-width: 767px) { .section-align-title-area .section-align-title { font-size: 45px; } } .section-align-title-area .section-align-title-dec { color: #525252; font-size: 20px; font-weight: 600; line-height: 1.75em; margin-bottom: 30px; } .section-align-title-area .section-name { font-family: inherit; font-size: 20px; color: #7f7f7f; font-weight: 600; margin-bottom: 0; text-transform: capitalize; } .section-align-title-area .section-align-sub-title { font-family: inherit; font-size: 16px; font-weight: 600; margin-bottom: 15px; } .gallery-section-name { font-size: 125px; font-weight: bold; text-align: center; line-height: 1; color: #d8a16c; } @media only screen and (max-width: 992px) { .gallery-section-name { font-size: 75px; } } .gallery-section-name span { display: block; } .gallery-section-name span:nth-child(1) { font-size: 30px; font-family: "Poppins", sans-serif; margin-bottom: -25px; color: #616161; } @media only screen and (max-width: 992px) { .gallery-section-name span:nth-child(1) { margin-bottom: 0; } } .gallery-section-name span:nth-child(2) { font-size: 160px; font-family: "Poppins", sans-serif; color: #494949; } @media only screen and (max-width: 992px) { .gallery-section-name span:nth-child(2) { font-size: 75px; } } .customer-section-title-area { color: #d8a16c; margin: 90px 0 60px; } .customer-section-title-area > .fa { font-size: 26px; margin-bottom: 15px; } .customer-section-title-area .section-title { text-transform: uppercase; color: inherit; font-family: inherit; font-size: 32px; font-weight: normal; } .customer-section-title-area .section-title span { font-weight: bold; } @media only screen and (max-width: 992px) { .customer-section-title-area .section-title { font-size: 25px; margin-top: 0; } } .section-title-area.section-title-area-four { padding: 30px 0 10px; } .section-title-area.section-title-area-four .sub-title { font-size: 30px; font-style: italic; margin: 0 0 -15px; text-transform: capitalize; } .section-title-area.section-title-area-four .section-title { font-size: 75px; margin: 0 0 20px; } @media only screen and (max-width: 767px) { .section-title-area.section-title-area-four .section-title { font-size: 45px; } } .section-title-area.section-title-area-four .section-title-dec { color: #666666; font-size: 24px; font-weight: bold; } .section-align-title-area.style-two { text-align: right; } .section-align-title-area.style-two .section-align-title { color: #2b2b2b; font-size: 42px; font-weight: normal; } .section-align-title-area.style-two .section-align-title-dec { font-weight: normal; line-height: 1.75em; } .page-sub-heading { color: #656565; font-family: "Poppins", sans-serif; font-size: 18px; font-weight: bold; padding: 35px 0 60px; } .page-sub-heading > .rating { margin: 0 15px; } .title-text.text-center { font-size: 40px; font-weight: bold; margin: 30px 0 45px; color: #3d4348; } .single-gallery-group .section-title-area { padding: 0 0 60px; } @media only screen and (max-width: 767px) { .single-gallery-group .section-title-area { padding-bottom: 30px; } } .single-gallery-group .section-title-area .section-title { font-size: 90px; line-height: 1em; margin: 0 0 15px; color: #3d4348; } @media only screen and (max-width: 767px) { .single-gallery-group .section-title-area .section-title { font-size: 45px; } } .related-post-heading .heading { color: #484848; font-family: "Poppins", sans-serif; font-size: 26px; font-weight: bold; margin: 10px 0 15px; text-transform: capitalize; } .spa-pricing-area .section-title-area .section-title, .wedding-plan-area .section-title-area .section-title { color: #656565; font-size: 30px; } @media only screen and (min-width: 992px) { .wedding-page-area .section-align-title-area { margin-top: 20px; } } .wedding-page-area .section-align-title-area .section-align-title-dec { font-size: 25px; font-weight: 600; line-height: 1.75em; } @media only screen and (min-width: 992px) { .wedding-page-area .col-md-5 { padding-left: 75px; } } ::-moz-selection { color: white; display: inline-block; text-shadow: none; } ::selection { color: white; display: inline-block; text-shadow: none; } p { margin-bottom: 1.875em; line-height: 1.875em; } blockquote { margin: 0 0 1.875em; } address { margin: 0 0 1.3em; } dfn, em, cite, i, code, kbd, tt, var { font-size: 1em; } em, cite, i { font-style: italic; } abbr, acronym { border-bottom: 1px dotted #666666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } pre { background: #f8f8f8; padding: 20px 30px; margin-bottom: 30px; max-width: 100%; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; border-left: 10px solid #ccc; font-size: 0.929em; overflow: auto; } .dropcap { display: block; float: left; margin: 15px 5px 0 0; font-weight: bold; font-size: 60px; color: #ccc; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ body { background: white; /* Fallback for when there is no custom background color defined. */ word-wrap: break-word; overflow-x: hidden; } q { quotes: "" ""; } q:before, q:after { content: ""; } b, strong { font-weight: 600; } blockquote { border: 0; padding: 0; font-style: italic; font-size: 18px; position: relative; border-left: 4px solid #c2c2c2; font-weight: bold; color: #737373; padding: 0 0 0 25px; } blockquote p { margin-bottom: 10px; position: relative; } blockquote p:last-child { margin-bottom: 0; } blockquote p cite { margin-left: 0; padding-left: 0; } blockquote p cite a { padding-left: 0; } blockquote footer { position: relative; } blockquote cite, blockquote a, blockquote span { padding: 0 1.2em; font-size: 0.8em; font-weight: 500; font-style: normal; position: relative; text-indent: 0; } blockquote cite { display: block; } blockquote cite::before { content: ""; padding-right: 5px; } blockquote .small::before, blockquote footer::before, blockquote small::before, blockquote .font_small::before { margin-left: 18px; } ul, ol { padding-left: 0.9em; } li > ul, li > ol { margin-bottom: 0; margin-left: 1em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; line-height: 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; border: 1px solid #969696; } th, td { border: 1px solid #969696; } td { border-width: 0 1px 1px 0; } .tb { display: table; } .tb .tb-cell { vertical-align: middle; display: table-cell; height: 100%; width: 100%; } .full-width-content { float: none; margin: auto; } .bg-white-smoke { background-color: #f8f8f8; } .color-ash { color: #f1f1f1 !important; } .color-dark-gray { color: #afafaf !important; } .color-black { color: black !important; } .color-white { color: white !important; } .jarallax { position: relative; } .italic-style { font-style: italic; } .padding-reset-section { margin: 0; padding: 0 15px; } @media only screen and (max-width: 480px) { .padding-reset-section { padding: 0; } } .padding-reset { padding: 0 5px; } .bg-image { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; } .box-radius { border-radius: 7px; } @media only screen and (min-width: 992px) { .padding-right { padding-right: 0; } } .padding-left { padding-left: 0; } .margin-less { margin-top: -30px; } .section-align-title-area { margin-bottom: 30px; } .overlay-bg { position: relative; } .overlay-bg:before { position: absolute; background-color: rgba(0, 0, 0, 0.65); left: 0; right: 0; top: 0; bottom: 0; content: ""; } @media only screen and (min-width: 1581px) { .container-large-screen { max-width: 1485px; margin: auto; } } @media only screen and (min-width: 1400px) and (max-width: 1580px) { .container-large-screen { max-width: 1350px; margin: auto; } } @media only screen and (min-width: 1250px) and (max-width: 1399px) { .container-large-screen { max-width: 1230px; margin: auto; } } @media only screen and (max-width: 1249px) { .container-large-screen { padding-left: 15px; padding-right: 15px; } } @media only screen and (max-width: 530px) { .mobile-full { width: 100%; } } .modal { text-align: center; padding: 0 !important; } @media only screen and (min-width: 992px) { .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; /* Adjusts for spacing */ } } @media only screen and (min-width: 992px) { .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; } } .pignose-calendar-top-year { font-family: inherit; } .margin-top { margin-top: 30px; } .pd-left { padding-left: 0; } .bg-pattern { background-repeat: repeat; background-size: contain; background-position: center center; } .zero-pd-top { padding-top: 0 !important; } .zero-mr-top { margin-top: 0 !important; } @media only screen and (max-width: 992px) { .mobile-extend { max-height: 600px; overflow: hidden; } } .extend-icon { font-size: 35px; padding: 0; display: block; cursor: pointer; } .extend-icon.up .fa:before { content: "\f106"; } .extend-btn { text-align: center; position: relative; margin-top: -95px; padding-top: 60px; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 97%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.9)), color-stop(100%, white)); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); } .panel { border-radius: 0 !important; } .panel .panel-heading { padding: 0; border-radius: 0 !important; } .panel .panel-title { font-family: inherit; font-weight: bold; } .panel .panel-title a { padding: 12px 15px; display: block; position: relative; } .panel .panel-title a:hover { border-bottom: 0 none; } .panel .panel-title a:after { content: "\f107"; font-family: FontAwesome; position: absolute; right: 20px; top: 12px; } .panel .menu-item-one:first-child { padding-top: 0; margin-top: 0; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button:focus, .btn:focus { outline: none; } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; color: white; } .btn { border-radius: 0px; border-radius: 30px; color: white; font-size: 20px; font-weight: 600; padding: 13px 45px; line-height: normal; } .btn:active { box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset; } .btn-default { border: 0 none; font-size: 16px; font-weight: bold; text-transform: uppercase; background-color: #d8a16c; position: relative; z-index: 5; -webkit-transition: 0.25s ease-in; transition: 0.25s ease-in; } .btn-default:hover, .btn-default:focus { color: white !important; } button[type="submit"] { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } button[type="submit"]:hover, .btn-submit:hover { color: white !important; } .form-submit button[type="submit"] { background-color: #333333; } .btn-offer { border: 2px solid; margin-right: 20px; letter-spacing: 0.010em; font-size: 22px; padding: 10px 45px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .btn-offer.active { box-shadow: 0 0 0 transparent; } .btn-offer.active > span { color: white; } .btn-offer:hover, .btn-offer:focus { color: white !important; } .btn-offer:hover > span, .btn-offer:focus > span { color: white; } @media only screen and (max-width: 767px) { .btn-offer { font-size: 18px; padding: 13px 20px; line-height: 1; clear: both; overflow: hidden; margin-bottom: 15px; } } .btn-more { padding-left: 15px; padding-right: 15px; } .btn-more span { padding: 0 70px; position: relative; } .btn-more span:before { background-color: white; content: ""; height: 40px; left: 50%; position: absolute; top: -10px; width: 1px; z-index: 0; } .btn-more > i.fa { font-size: 18px; } .btn-details:hover { color: white !important; } .hospitality-more { padding-left: 15px; padding-right: 15px; display: table; margin: 60px auto 0; cursor: inherit; } .hospitality-more span.text { padding: 0 45px; position: relative; } .hospitality-more span.text:before { background-color: white; content: ""; height: 40px; left: 50%; position: absolute; top: 50%; width: 1px; z-index: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); opacity: 0.65; margin-left: 3px; } .hospitality-more > i.fa { font-size: 18px; } .hospitality-more:hover { color: white !important; } .hospitality-more .next, .hospitality-more .prev { cursor: pointer; padding: 2px 15px; } .btn-details { background-color: #e7272d; border-radius: 5px; font-size: 14px; font-weight: bold; padding: 8px 25px; text-transform: capitalize; } .btn-submit { font-size: 14px; padding: 5px 0; text-transform: uppercase; width: 100%; border-radius: 5px; font-weight: bold; line-height: 45px; } #login-modal .btn-submit, #registrar-modal .btn-submit, #booking-modal .btn-submit { line-height: normal; } .form-submit #submit { font-size: 14px; font-weight: bold; margin-top: 40px; padding: 10px 30px; } input[type="button"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { outline: none; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 0.5em 1em; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus { outline: none; } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent url("images/select-bg.png") no-repeat scroll 95% 50%; width: 100%; } select option[selected] { color: white; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px transparent inset; -webkit-text-fill-color: #393939 !important; } input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px transparent inset; -webkit-text-fill-color: #393939 !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; } textarea { display: block; width: 100%; font-size: 0.8em; padding: 15px; display: block; } option { background-color: white; border-bottom: 1px solid #e7e7e7; border-radius: 25px; color: #484848; padding: 5px 15px; } input, select, textarea { margin: 0; border: none; vertical-align: baseline; font-size: 100%; font-weight: 400; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } /* Placeholder Color */ ::-webkit-input-placeholder { color: #bababa; } :-moz-placeholder { color: #bababa; opacity: 1; } ::-moz-placeholder { color: #bababa; opacity: 1; } :-ms-input-placeholder { color: #bababa; } .contact-respond input.form-controllar, .contact-respond textarea.form-controllar, .comment-respond input.form-controllar, .comment-respond textarea.form-controllar { border-bottom: 1px solid #e2e2e2; border-left: 0 none; border-right: 0 none; border-top: 0 none; padding: 5px 15px; width: 100%; max-width: 100%; background-color: transparent; font-size: 12px; } .contact-respond #name, .contact-respond #email, .contact-respond #subject, .comment-respond #name, .comment-respond #email, .comment-respond #subject { height: 45px; } /* Form Controls */ .form-controller { border: 0 none; border-radius: 0; box-shadow: 0 0 0 transparent inset; background-color: transparent; width: 100%; } .form-controller:focus { border-color: none; -webkit-box-shadow: none; box-shadow: none; } .search-box .form-controller { font-size: 16px; letter-spacing: 0.03em; text-transform: capitalize; padding: 12px 20px; color: inherit; } .input { background-color: white; border: 1px solid #e7e7e7; font-size: 13px; position: relative; width: 100%; } .input input, .input select { color: #e1e1e1; font-weight: 500; height: 50px; padding: 12px 15px 10px; } .input select { border-radius: inherit; } .input > i.fa { position: absolute; right: 15px; top: 38%; } .review-comment-form { background-color: #313131; padding: 30px; font-weight: bold; margin-bottom: 30px; } .review-comment-form h4 { color: white; font-family: inherit; } .review-comment-form .single-input input, .review-comment-form .single-input textarea { border-radius: 0; border-color: #777777; background: transparent; color: #777777; } .review-comment-form label { color: #777777; } .review-comment-form .btn-submit { line-height: 30px; } .single-input { margin-bottom: 15px; } .single-input input, .single-input textarea { border: 1px solid #e7e7e7; border-radius: 5px; } .single-input textarea { min-height: 200px; max-width: 100%; } .single-input #check { margin-right: 5px; } .single-input .review-rating { font-size: 14px; margin-left: 15px; } .single-input select { background: transparent; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: inherit; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; } a:hover, a:focus, a:active { text-decoration: none; } a:focus { outline: none; } a:hover, a:active { outline: 0; text-decoration: none; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ #mobile-menu { display: none; } .collapse.navbar-collapse { display: inline-block; float: right; padding: 0; } .overlapblackbg { display: none; } .menu-wrapper { border-radius: 0px; margin-bottom: 0px; background-color: transparent; border: 0px solid; } @media only screen and (min-width: 992px) { .mainmenu > li > a { padding: 25px 20px; color: black; background-color: inherit; display: block; font-size: 17px; letter-spacing: 0.01em; font-weight: bold; text-transform: capitalize; text-decoration: none; position: relative; vertical-align: middle; line-height: normal; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; white-space: nowrap; } .mainmenu > li > a > span { margin-left: 3px; vertical-align: middle; font-size: 14px; color: #999; } } .mainmenu > li:last-child a { padding-right: 0px; } .mainmenu > li.current-menu-item > a:before, .mainmenu > li.current-menu-ancestor > a:before { -webkit-transform: translateY(0); transform: translateY(0); } .menu-click { display: none; } /* Sub Menu CSS */ @media only screen and (min-width: 992px) { .sub-menu { position: absolute; z-index: 1000; margin: 0; padding: 0; border: solid 1px #f1f1f1; background-color: white; opacity: 0; filter: alpha(opacity=0); font-weight: normal; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transition: transform 0.3s,opacity 0.4s; transition: transform 0.3s,opacity 0.4s; } .sub-menu li { position: relative; } .sub-menu li a { background: white; background-image: none; color: #000; border-right: 0 none; text-align: left; display: block; line-height: 1.5em; padding: 12px 12px 12px 18px; text-transform: capitalize; font-size: 13px; letter-spacing: normal; font-weight: 600; } .sub-menu li:last-child a { border-bottom: none; } } .sub-menu li a, .sub-menu .sub-menu li a { border-bottom: 1px solid #f1f1f1; } .sub-menu li:last-child > a { border-bottom: 0; } .menuexpandermain { display: none; } .mainmenu { filter: alpha(opacity=100); filter: alpha(opacity=0); } .mainmenu .sub-menu { min-width: 200px; } @media only screen and (min-width: 992px) { .mainmenu li:hover .sub-menu, .mainmenu .sub-menu li:hover .sub-menu { display: block; } } @media only screen and (min-width: 992px) { .mainmenu .sub-menu .sub-menu, .mainmenu .sub-menu .sub-menu .sub-menu { min-width: 200px; position: absolute; left: 100%; top: -1px; margin: 0; padding: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transition: transform 0.4s,opacity 0.4s; transition: transform 0.4s,opacity 0.4s; z-index: 1001; } } @media only screen and (min-width: 992px) { .mainmenu .sub-menu li:hover .sub-menu, .mainmenu .sub-menu .sub-menu li:hover .sub-menu { opacity: 1; filter: alpha(opacity=100); list-style: none; background-color: white; } } @media only screen and (min-width: 992px) { .mainmenu .sub-menu a span { margin-top: 5px; float: right; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); vertical-align: middle; color: #999; font-size: 14px; margin-right: 5px; } } .sub-menu li { position: relative; display: block; } /*Animation*/ .mainmenu { filter: alpha(opacity=100); } .mainmenu li { filter: alpha(opacity=100); } @media only screen and (min-width: 992px) { .mainmenu li > .sub-menu { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; visibility: hidden; } } .mainmenu li:hover { filter: alpha(opacity=100); } @media only screen and (min-width: 992px) { .mainmenu li:hover > .sub-menu { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; filter: alpha(opacity=100); visibility: visible; } } /* hover Color */ .mainmenu li a, .sub-menu > li a, .sub-menu > li > a > span { -webkit-transition: all 0.15s ease 0s; transition: all 0.15s ease 0s; } .mainmenu li .sub-menu > li:hover > a { background-color: #fafafa; } .mainmenu li .sub-menu > li:hover > a span { margin-right: 5px; } .sub-menu > li > a:hover, .sub-menu .sub-menu > li > a:hover, .sub-menu .sub-menu .sub-menu > li > a:hover { background-color: #f1f1f1; -webkit-border-radius: 0; border-radius: 0; text-decoration: none; } @media only screen and (min-width: 991px) { #header-top #mobile-main-nav { display: none; } } .mainmenu > li > a { color: black; } .mainmenu > li::after { color: #5a5a5a; } .right-side-menu .sub-menu { right: -15px; } .right-side-menu .right-side-menu .sub-menu, .right-side-menu .sub-menu .right-side-menu .sub-menu { right: 100%; left: auto; } .right-side-menu .sub-menu > li:hover > a span { transform: rotate(90deg); -webkit-transform: rotate(90deg); } .sub-menu .sub-menu { box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.25); } .nav > li > a:focus, .nav > li > a:hover { background: transparent; } /*-------------------------------------------------------------- ## Pagination --------------------------------------------------------------*/ .page-nav.breadcrumb { background-color: transparent; margin-bottom: 0; padding: 30px 0 30px; } .page-nav.breadcrumb > li { text-transform: capitalize; color: #969696; font-weight: bold; } .page-nav.breadcrumb > li > a { color: #3d4348; font-size: 18px; } .paginations { margin: 25px 0; } .paginations .paging-navigation { font-family: inherit; font-size: 14px; } .paginations .paging-navigation ul { padding: 0px; margin: 0px; list-style: none; } .paginations .paging-navigation ul li { display: inline-block; font-weight: bold; } .paginations .paging-navigation ul li a { background-color: #f2f2f2; border-radius: 25px; color: black; display: block; height: 35px; line-height: 35px; overflow: hidden; text-align: center; width: 45px; } .paginations .paging-navigation ul li a .fa { font-size: 20px; line-height: 35px; } .paginations .paging-navigation ul li.active a { color: white; } /*-------------------# Post Navigation----------------------*/ .post-navigation { border-bottom: 1px solid #d6d6d6; border-top: 1px solid #d6d6d6; padding: 7px 10px; } .post-navigation .nav-links { margin: 0; padding: 0; list-style: none; } .post-navigation .post-previous, .post-navigation .post-next { display: inline; } .post-navigation .post-next { float: right; } .post-navigation a { color: #6c6c6c; font-size: 14px; text-transform: capitalize; font-weight: bold; -webkit-transition: all 0.20s ease 0s; transition: all 0.20s ease 0s; } .post-navigation a i { margin: 0 4px; } /*-------------------------------------------------------------- ## Navigation Responsive --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Mobile CSS --------------------------------------------------------------*/ @media only screen and (max-width: 991px) { .site-navigation { display: none; } .menuexpandermain, #mobile-main-nav { display: block; } .main-navigation .mainmenu { margin: 0; } .menu-area { margin-top: 0; } .menu-area:before { border: 0 none; } .navigation.menuopen { display: block; } .mainmenu li a span:not(.my-cart) { display: none; } #mobile-menu { display: block; } .mainmenu > li:hover > a { background-color: rgba(0, 0, 0, 0.04); text-decoration: none; } .main-navigation .mainmenu > li.current-menu-item > a, .main-navigation .mainmenu > li.current-menu-ancestor > a { background-color: rgba(0, 0, 0, 0.04); } .overlaybg { left: 0; z-index: 100; width: 100%; height: 100%; position: fixed; top: 0; display: none; background-color: rgba(0, 0, 0, 0.45); cursor: pointer; } .overlaybg.menuopen { display: block; } .main-navigation .mainmenu > li > a { backface-visibility: hidden; background-color: white; box-shadow: 0 0 1px transparent; color: #fff; display: block; font-weight: 600; line-height: 30px; overflow: hidden; padding: 5px 14px; position: relative; text-decoration: none; -webkit-transform: translateZ(0px); transform: translateZ(0px); vertical-align: middle; } /* Default Color */ .mainmenu li:hover .sub-menu { display: none; } .mainmenu li:hover .sub-menu .sub-menu { display: none; } .mainmenu li:hover .megamenu { display: none; } #main-mobile-container .mainmenu > li::after { content: ""; } .mainmenu .sub-menu .sub-menu li:hover .sub-menu { display: none; list-style: none; padding: 2px; background-color: white; } .mainmenu li:first-child a { -webkit-border-radius: 0; border-radius: 0; } .mainmenu li:last-child a { border-right: 0; -webkit-border-radius: 0; border-radius: 0; } .innerpnd { padding: 0; } .menu-container { overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; min-height: 800px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .menuexpander { display: inline-block; height: 53px; margin-bottom: -6px; position: relative; width: 56px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } /* Mobile click to drop arrow */ .menu-click { position: absolute; top: 0; right: 0; display: block; cursor: pointer; z-index: 120; } .menu-click i { display: block; background-size: 25px; font-size: 14px; color: rgba(0, 0, 0, 0.25); float: right; padding: 15px; width: 43px; -webkit-transition: transform 0.1s ease; transition: transform 0.1s ease; } .menu-extend.fa-plus::before { content: "\f068"; font-family: FontAwesome; } /*2nd UL Style*/ .mainmenu .sub-menu a { display: block; padding: 10px 22px; font-size: 13px; font-weight: normal; } .main-navigation .menu-wrapper ul > li ul { border-top: 0 none; border-bottom: 0 none; border-right: 0 none; } .mainmenu .sub-menu .sub-menu { width: 100%; position: static; left: 100%; top: 0; display: none; margin: 0; padding: 0; border: solid 0; transform: none; opacity: 1; visibility: visible; } .mainmenu .sub-menu .sub-menu li { margin: 0; padding: 0; position: relative; } .sub-menu sub li:hover > a { color: white; } .mainmenu > li > a .fa { margin-right: 6px; } .sub-menu .sub-menu .sub-menu { width: 100%; position: static; left: 100%; top: 0; display: none; margin: 0; padding: 0; border: solid 0; transform: none; opacity: 1; visibility: visible; } .sub-menu .sub-menu .sub-menu li { margin: 0; } .sub-menu .sub-menu .sub-menu a { display: block; padding: 11px 25px; font-weight: normal; } .sub-menu .sub-menu .sub-menu li:hover > a { color: #fff; } .main-navigation { overflow-y: auto; overflow-x: hidden; } .main-navigation .menu-wrapper .container { padding: 0; } .main-navigation .menu-wrapper .row { margin: 0; } .main-navigation .mainmenu { height: 100%; display: block; } .main-navigation .mainmenu > li { width: 240px; display: block; float: none; border-right: none; background-color: transparent; position: relative; text-align: left; white-space: inherit; } .main-navigation .mainmenu > li > a::before { opacity: 0; } .main-navigation .mainmenu > li > a::after { position: relative; content: ""; } .main-navigation .mainmenu > li > a { padding: 9px 32px 9px 17px; font-size: 15px; letter-spacing: 0; border-right: solid 0px; background-color: transparent; line-height: 25px; border-bottom: 1px solid #ebebeb; position: static; color: black; font-family: inherit; } .sub-menu { transform: none; opacity: 1; display: none; position: relative; top: 0px; background-color: white; border: 0 none; padding: 0; margin: 0; visibility: visible; color: #505050; font-family: inherit; font-weight: normal; } .sub-menu li { position: relative; } .sub-menu .sub-menu li a { color: #505050; } .sub-menu .sub-menu li a { line-height: 20px; font-size: 13px; } .sub-menu li .sub-menu li a { padding-left: 28px; } .sub-menu .fa { margin-right: 0; } .mrginleft { margin-left: 240px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .main-navigation { width: 0; height: 100%; position: fixed; left: 0; padding: 0; top: 0; margin: 0; z-index: 1010; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; border: none; background-color: white; } /*Nav Expanding Open Effect*/ .main-navigation.menuopen { width: 240px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .main-navigation.menuclose { -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .menucontent { z-index: 1000; } /* Navigation arrow Animation */ .animated-arrow { position: absolute; right: 0; left: -28px; top: 0; z-index: 1001; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } #menu-marker { display: none; } .animated-arrow { cursor: pointer; padding: 32px 15px; } .animated-arrow.menuopen { position: fixed; left: 45%; } .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after { cursor: pointer; height: 3px; width: 23px; background: black; position: absolute; display: block; content: ''; } .animated-arrow span:before { top: -7px; } .animated-arrow span:after { bottom: -7px; } .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after { -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .animated-arrow.menuopen span { background-color: transparent; } .animated-arrow.menuopen span:before, .animated-arrow.menuopen span:after { background: #969696; } .animated-arrow.menuopen span:before, .animated-arrow.active span:after { top: 7px; } .animated-arrow.menuopen span:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); bottom: 0; } .animated-arrow.menuopen span:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .mainmenu.top-menu > li:first-of-type > a { border-top: 0 none; } .mainmenu.top-menu > li:last-of-type > .sub-menu > li:first-of-type > a { border-top: 0 none; } #mobile-main-nav .mainmenu .sub-menu a { line-height: 24px; } #mobile-main-nav .mainmenu .sub-menu li a, #mobile-main-nav .mainmenu .sub-menu .sub-menu li a { border-bottom: 1px solid #ebebeb; } #mobile-main-nav .mainmenu .sub-menu > li:last-of-type > a { border-bottom: 1px solid #ebebeb; } li.menu-item > ul.sub-menu, li.menu-item:not(.sh_mega) ul.sub-menu { display: none; } .mobile-menu-main .animated-arrow { width: 100%; margin-left: 45px; margin-top: 2px; } .mobile-menu-main #navtoggole-main.animated-arrow.menuopen { left: 16em; } .mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::before, .mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::after { background: white; } .mobile-menu-main .menuexpandermain { position: relative; padding: 30px; } .mobile-menu-main .menuexpandermain #menu-marker { height: auto; padding-top: 0; margin-left: 0; } .menu-content ul { list-style: none; } .menu-content > ul { padding-left: 0; } } @media only screen and (max-width: 600px) { .menuexpander .menuopen { left: 240px; margin-top: 4px; } } @media only screen and (max-width: 400px) { .mobile-menu-main #navtoggole-main.animated-arrow.menuopen { left: 12.5em; } } /*-------------------------------------------------------------- # Pagination Responsive --------------------------------------------------------------*/ @media only screen and (max-width: 500px) { .paginations.col-md-12 { padding: 0; } .paginations.col-md-12 .nav-links li a { padding: 0; letter-spacing: 1px; } .paginations.col-md-12 .nav-links li a span { margin: 0; } } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { border-radius: 3px; clip: auto !important; color: #21759b; display: block; font-size: 0.8em; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP tool-bar. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.8em; } .alignright { display: inline; float: right; margin-left: 1.8em; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 45px; overflow: hidden; position: relative; } .widget:last-child { border-bottom: none; } .widget select { width: 100%; border: 1px solid #f1f1f1; padding: 0.4em 0.8em; outline: none; position: relative; } .widget ul, .widget ol { margin: 0; padding: 0; list-style: none; } .widget ul li { border-bottom: 1px solid #e2e2e2; } .widget ul li:last-child { border-bottom: 0px solid; } .widget .widget-title-area { margin-bottom: 30px; } .widget .widget-title { font-size: 20px; font-weight: bold; text-transform: capitalize; margin: 0; } .widget .widget-content { position: relative; overflow: hidden; } .widget pre { padding: 0.5em; } .widget label { margin-bottom: 0; display: inline; } .widget option { padding: 0.2em 1em; } .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea { padding: 0.5em 1em; } .widget input[type="text"]:focus, .widget input[type="email"]:focus, .widget input[type="url"]:focus, .widget input[type="password"]:focus, .widget input[type="search"]:focus, .widget textarea:focus { box-shadow: none !important; } #footer-bottom-section .widget-title { display: block; border-bottom: 1px solid #d6d6d6; padding-bottom: 10px; color: #2c2c2c; } .left-sidebar .widget { margin: 0px; margin-bottom: 50px; } #secondary.right-sidebar { margin-top: -10px; } #secondary.right-sidebar .widget { margin: 0 0 50px !important; } @media only screen and (max-width: 991px) { #secondary.right-sidebar { margin: 70px 0 0px; } } @media only screen and (max-width: 600px) { #secondary.right-sidebar { margin: 40px 0 0px; } #secondary.right-sidebar .widget { margin: 0 0 25px !important; } } #secondary.top-sidebar { margin-top: -13px; margin-bottom: 70px; } @media only screen and (max-width: 767px) { #secondary.top-sidebar { margin-bottom: 0px !important; } } #secondary2 { margin-top: -30px; } .search-form .ramble-advance-search { display: none; background: white; padding: 10px; text-align: center; border: 1px solid #f1f1f1; border-top: 0 none; } .search-form .search-type-column { display: inline-block; margin-right: 22px; } .search-form .search-type-column label { margin-left: 5px; } .widget-title-area { position: relative; display: block; } .widget .expand-margin.widget-title:after { content: "\f107"; font-family: FontAwesome; position: absolute; right: 0; } .widget .expand-margin.expand.widget-title:after { content: "\f106"; } /*-------------------------------------------------------------- # Layout --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Header Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Pre-Loader --------------------------------------------------------------*/ .preloader { background: white; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; position: fixed; text-align: center; z-index: 999999; } .preloader .loader { top: 40%; position: relative; } .preloader .loader i { font-size: 3em; } .preloader-logo { position: relative; top: 20%; } .preloader-logo img { margin: auto; } /*-------------------------------------------------------------- # Site Header --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Header Top --------------------------------------------------------------*/ .header-top { padding: 15px 0; background-color: #131313; } @media only screen and (max-width: 992px) { .header-top .addresses { text-align: center; margin-bottom: 15px; } } .header-top .addresses > div { display: inline-block; margin-right: 30px; color: #898989; } .header-top .addresses > div:last-child { margin-right: 0; } .header-top .addresses > div > i { float: left; vertical-align: middle; position: relative; top: 3px; } .header-top .addresses > div p { font-size: 12px; font-weight: 600; margin-bottom: 0; margin-left: 25px; text-transform: capitalize; } .header-top .col-md-4 { text-align: right; } @media only screen and (max-width: 992px) { .header-top .col-md-4 { text-align: center; } } @media only screen and (max-width: 767px) { .header-top .col-md-4 { padding: 0; } } .header-top .col-md-4 > div { display: inline-block; } @media only screen and (max-width: 767px) { .header-top .col-md-4 > div { vertical-align: middle; } } .header-top .col-md-4 .social-links > a { color: #5a5a5a; margin: 0 8px; } @media only screen and (max-width: 767px) { .header-top .col-md-4 .social-links > a { margin: 0; padding: 8px; color: #a7a7a7; } } .header-top .col-md-4 .search-area > i.fa-search { color: #bababa; cursor: pointer; } .header-top .col-md-4 .search-area { position: relative; } .header-top .col-md-4 .search-area .header-search { display: none; position: absolute; background: #fff; width: 270px; right: -15px; margin-top: 10px; padding: 10px; z-index: 99; box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15); border-radius: 5px; } .header-top .col-md-4 .search-area .header-search .form-controller { border: 1px solid #d8a16c; height: 42px; } .header-top .col-md-4 .search-area .btn.btn-default { padding: 7px 15px; border-radius: 0; height: 42px; } .header-top .col-md-4 .mobile-search-area { max-width: 205px; } @media only screen and (max-width: 767px) { .header-top .col-md-4 .mobile-search-area { max-width: 160px; } } .header-top .col-md-4 .mobile-search-area .btn-default { padding: 8px 10px; background: transparent; } .header-top .col-md-4 .mobile-search-area .form-controller { color: #a7a7a7; } /*-------------------------------------------------------------- # Header Bottom --------------------------------------------------------------*/ .header-bottom { background-color: white; } .header-bottom .logo-block { padding: 15px 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header-bottom .logo-block { max-width: 195px; padding: 23px 0; } } @media only screen and (max-width: 992px) { .header-bottom .logo-block { padding: 20px 0; } } @media only screen and (max-width: 992px) { .header-bottom .logo-block { max-width: 195px; } } @media only screen and (max-width: 992px) { .header-bottom > .container > .row { overflow: hidden; } } .section-title-one { position: relative; margin-bottom: 60px; padding: 0px; } .section-title-one .title-box { position: relative; z-index: 9; background-color: #e7272d; border-bottom: 15px solid #f1f1f1; border-left: 15px solid #f1f1f1; border-radius: 0 0 105px 105px; border-right: 15px solid #f1f1f1; margin: 0 auto 15px; padding-top: 25px; width: 210px; } @media only screen and (max-width: 767px) { .section-title-one .title-box { width: 200px; padding-top: 15px; } } .section-title-one .title-box .title-box-inner { background-color: white; border-radius: 50%; min-height: 145px; margin: 0 auto 18px; min-width: 145px; } .section-title-one .title-box .title-box-inner h3.section-name { text-transform: capitalize; color: #999999; font-size: 20px; font-weight: bold; margin: 40px 0 0; line-height: 24px; font-family: inherit; } .section-title-one .title-box .title-box-inner h3.section-name span { color: black; display: block; } .section-title-one .title-box .title-box-inner .fa { color: #747474; font-size: 30px; } .section-title-one h2.section-title { color: #484848; font-size: 36px; font-weight: 900; position: absolute; top: 80px; width: 100%; z-index: 0; } @media only screen and (max-width: 767px) { .section-title-one h2.section-title { position: relative; top: 0; margin-bottom: 10px; margin-top: 0; } } .section-title-one h2.section-title > span { margin: 0 130px; } @media only screen and (max-width: 767px) { .section-title-one h2.section-title > span { margin: 0; } } .section-title-one h2.section-title > span:first-child { margin-left: 0; } .section-title-one h2.section-title > span:last-child { margin-right: 0; } /*-------------------------------------------------------------- # Welcome Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Welcome Slider Basic --------------------------------------------------------------*/ .welcome-slider { position: relative; } .welcome-slider .pogoSlider-slide:before { content: ""; background-color: rgba(0, 0, 0, 0.75); left: 0; right: 0; top: 0; bottom: 0; position: absolute; } /*-------------------------------------------------------------- # Welcome Section Style One --------------------------------------------------------------*/ .welcome-slider .style-one .slider-container { margin: auto 0 auto auto; position: relative; max-width: 86%; } .welcome-slider .style-one .slider-heading-main { font-weight: bold; margin-bottom: 0; position: absolute; z-index: 0; top: 45%; line-height: 0.75; margin: 0; font-size: 60px; transform-origin: left center; z-index: 0; transform: rotate(-90deg) translateX(-50%); -webkit-transform: rotate(-90deg) translateX(-50%); text-transform: uppercase; font-family: inherit; font-weight: bold; text-align: center; left: 8%; color: #333333; } @media only screen and (max-width: 850px) { .welcome-slider .style-one .slider-heading-main { display: none; } } .welcome-slider .style-one .slider-heading-main span { display: block; font-size: 23px; } .welcome-slider .style-one .slider-container { position: relative; z-index: 5; padding: 2% 0; } @media only screen and (min-width: 767px) and (max-width: 850px) { .welcome-slider .style-one .slider-container { margin-top: 45px; } } .welcome-slider .style-one .image-content { padding: 9.45% 0; } @media only screen and (max-width: 749px) { .welcome-slider .style-one .image-content { padding: 20.45% 0; } } .welcome-slider .style-one .image-before { position: absolute; left: 8.5%; top: 18%; } @media only screen and (min-width: 1501px) { .welcome-slider .style-one .image-before { left: 18.5%; top: 19%; } } @media only screen and (max-width: 767px) { .welcome-slider .style-one .image-before { left: 10%; top: 15%; } } .welcome-slider .style-one .image-before .content { position: absolute; right: -45%; top: 30%; } @media only screen and (min-width: 800px) and (max-width: 991px) { .welcome-slider .style-one .image-before .content { right: -85%; } } .welcome-slider .style-one .image-before .content .content-text:nth-child(2) { margin-top: 2em; margin-left: 4.5em; } @media only screen and (max-width: 749px) { .welcome-slider .style-one .image-before .content { display: none; } } .welcome-slider .style-one .image-after { position: absolute; bottom: 20%; right: 25%; z-index: -1; } @media only screen and (min-width: 1501px) { .welcome-slider .style-one .image-after { bottom: 23%; right: 30%; } } .welcome-slider .style-one .image-after .content { position: absolute; left: -27em; bottom: 0.5em; } @media only screen and (min-width: 1501px) { .welcome-slider .style-one .image-after .content { left: -30em; bottom: 0em; } } @media only screen and (min-width: 767px) and (max-width: 992px) { .welcome-slider .style-one .image-after .content { left: -22em; bottom: 0em; } } .welcome-slider .style-one .image-after .content .content-text:nth-child(2) { margin-left: 8em; margin-top: 30px; } @media only screen and (min-width: 750px) and (max-width: 800px) { .welcome-slider .style-one .image-after .content .content-text:nth-child(2) { margin-left: 5em; } } .welcome-slider .style-one .image-after .content .content-text:nth-child(3) { margin-left: 19em; margin-top: 20px; } @media only screen and (min-width: 750px) and (max-width: 800px) { .welcome-slider .style-one .image-after .content .content-text:nth-child(3) { margin-left: 11em; } } @media only screen and (max-width: 749px) { .welcome-slider .style-one .image-after .content { display: none; } } .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-family: inherit; font-size: 105px; font-weight: bold; text-transform: capitalize; line-height: 0.70em; margin-top: 0; margin-bottom: 0; } .welcome-slider .style-one .image-before .heading h2 span, .welcome-slider .style-one .image-after .heading h2 span { color: white; display: block; font-size: 75px; } @media only screen and (max-width: 599px) { .welcome-slider .style-one .image-before .heading h2 span, .welcome-slider .style-one .image-after .heading h2 span { font-size: 30px; } } @media only screen and (max-width: 1140px) and (min-width: 992px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 75px; } } @media only screen and (min-width: 600px) and (max-width: 991px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 60px; } } @media only screen and (max-width: 599px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 45px; line-height: 1; } } @media only screen and (max-width: 450px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 30px; } } .welcome-slider .style-one .image-after .heading h2 { color: #d8a16c; } .welcome-slider .style-one .content .content-text { color: white; } .welcome-slider .style-one .content .content-text:before { content: ""; width: 3px; height: 3px; border: 2px solid white; border-radius: 50px; margin-right: 5px; padding: 3px; display: inline-block; } .welcome-slider .style-two .slider-container { margin: auto; margin-left: 0; max-width: 86%; position: relative; } .welcome-slider .style-two .slider-heading-main { position: relative; text-align: center; font-size: 90px; font-weight: bold; line-height: 0.75em; margin-top: 7%; margin-bottom: 0; } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .slider-heading-main { font-size: 45px; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .slider-heading-main { visibility: hidden; } } .welcome-slider .style-two .slider-heading-main span { display: block; font-family: "Poppins", sans-serif; font-size: 20px; font-weight: normal; color: white; } @media only screen and (min-width: 767px) and (max-width: 850px) { .welcome-slider .style-two .slider-heading-main { margin-top: 9%; } } .welcome-slider .style-two .image-before { position: absolute; left: 23%; top: 15%; } .welcome-slider .style-two .image-before .heading h2 { font-size: 60px; font-weight: bold; } @media only screen and (max-width: 992px) { .welcome-slider .style-two .image-before .heading h2 { font-size: 45px; } } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .image-before { left: 18%; top: 30%; } } @media only screen and (max-width: 700px) { .welcome-slider .style-two .image-before { top: 0; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .image-before { display: none; } } @media only screen and (max-width: 700px) { .welcome-slider .style-two .image-content { margin-top: -30px; } } .welcome-slider .style-two .image-after { position: absolute; top: 50%; right: -7em; width: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .image-after { right: -2%; } } @media only screen and (max-width: 960px) { .welcome-slider .style-two .image-after { right: 5%; width: 40%; } } @media only screen and (max-width: 700px) { .welcome-slider .style-two .image-after { right: auto; width: 100%; top: 64%; left: 20%; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .image-after { right: auto; width: 100%; top: 47%; left: 8%; text-align: center; margin: auto; right: 8%; } } .welcome-slider .style-two .image-after .heading h2 { color: #fff; font-size: 75px; font-weight: bold; } @media only screen and (min-width: 1400px) { .welcome-slider .style-two .image-after .heading h2 { font-size: 105px; } } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .image-after .heading h2 { font-size: 45px; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .image-after .heading h2 { font-size: 30px; } } .welcome-slider .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev { left: 2em; } @media only screen and (max-width: 680px) { .welcome-slider .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev { left: 1em; } } .welcome-slider .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirTopRight .pogoSlider-dir-btn--next { right: 2em; } @media only screen and (max-width: 680px) { .welcome-slider .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirTopRight .pogoSlider-dir-btn--next { right: 1em; } } .welcome-slider .pogoSlider--navBottom .pogoSlider-nav { display: none; } @media only screen and (max-width: 1140px) and (min-width: 800px) { .pogoSlider { padding-bottom: 50% !important; } } @media only screen and (max-width: 799px) and (min-width: 600px) { .pogoSlider { padding-bottom: 55% !important; } } @media only screen and (max-width: 798px) { .pogoSlider { padding-bottom: 62% !important; } } /*-------------------------------------------------------------- # Main Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Head chef and Booking --------------------------------------------------------------*/ .online-book-form .input { margin-bottom: 15px; } .online-book-form .input > i.fa { color: #ccc; } .online-book-form.style-one { position: relative; overflow: hidden; padding: 30px; } .online-book-form.style-one .input { background-color: transparent; } .online-book-form.style-one .input input { padding: 10px; height: 40px; } .online-book-form.style-one .input { border-color: #e4e4e4; } .online-book-form.style-one .input input::-webkit-input-placeholder, .online-book-form.style-one .input textarea::-webkit-input-placeholder { color: #ebebeb; } .online-book-form.style-one .input input:-moz-placeholder, .online-book-form.style-one .input textarea:-moz-placeholder { color: #ebebeb; opacity: 1; } .online-book-form.style-one .input input::-moz-placeholder, .online-book-form.style-one .input textarea::-moz-placeholder { color: #ebebeb; opacity: 1; } .online-book-form.style-one .input input:-ms-input-placeholder, .online-book-form.style-one .input textarea:-ms-input-placeholder { color: #ebebeb; } .online-book-form.style-one .input input, .online-book-form.style-one .input textarea { color: #ebebeb; } .online-book-form.style-one .book-form-title { color: white; margin-top: 0; text-transform: capitalize; font-weight: bold; } .online-book-form.style-one .book-form-title span { color: #d8a16c; font-family: "Poppins", sans-serif; display: block; } .online-book-form.style-one textarea { min-height: 100px; } .online-book-form.style-one a.btn.btn-default { margin-top: 0 !important; border-radius: 0; width: 100%; } .online-book-form.color-one { background-color: #313131; } .online-book-form.color-two a.btn.btn-default { background-color: white !important; color: black; } .online-book-form.style-two { padding: 45px 0; } .online-book-form.style-two .book-form-title { font-family: inherit; font-size: 18px; margin-top: 0; color: #bbb; text-transform: uppercase; font-weight: 600; } .online-book-form.style-two a.btn.btn-default { margin-top: 24px; padding: 17px 30px; width: 100%; background-color: #d8a16c; } .booking-with-chif.margin-top { margin-top: -45px; z-index: 999; position: relative; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top { margin-top: 15px; } } .booking-with-chif.margin-top .head-chif-details { padding-top: 75px; max-width: 350px; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .head-chif-details { max-width: 100%; text-align: center; padding-top: 15px; } } .booking-with-chif.margin-top .head-chif-image { position: absolute; bottom: 0; right: 0; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .head-chif-image { left: 0; margin: auto; max-width: 300px; } } @media only screen and (max-width: 992px) { .booking-with-chif.margin-top .head-chif-image img { opacity: 0.25; z-index: -1; position: relative; display: block; margin: auto; } } .booking-with-chif.margin-top .heading-title { color: black; font-size: 60px; font-weight: bold; } .booking-with-chif.margin-top .sub-heading-title { font-family: inherit; margin-bottom: 30px; font-size: 16px; font-weight: 600; } .booking-with-chif.margin-top a.btn.btn-default { margin-top: 30px; background-color: #d8a16c; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .head-chif-details a.btn.btn-default { margin-bottom: 30px; } } .booking-with-chif.margin-top .col-md-8 { min-height: 606px; } @media only screen and (max-width: 992px) and (min-width: 768px) { .booking-with-chif.margin-top .col-md-8 { min-height: 598px; } } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .col-md-8 { min-height: 100%; } } .booking-with-chif.margin-top .input { border-color: #7d7d7d; } .booking-with-chif.margin-top .color-two .input { border-color: #e4e4e4; } .booking-with-chif.margin-top .color-two .input input::-webkit-input-placeholder, .booking-with-chif.margin-top .color-two .input textarea::-webkit-input-placeholder { color: #ebebeb; } .booking-with-chif.margin-top .color-two .input input:-moz-placeholder, .booking-with-chif.margin-top .color-two .input textarea:-moz-placeholder { color: #ebebeb; opacity: 1; } .booking-with-chif.margin-top .color-two .input input::-moz-placeholder, .booking-with-chif.margin-top .color-two .input textarea::-moz-placeholder { color: #ebebeb; opacity: 1; } .booking-with-chif.margin-top .color-two .input input:-ms-input-placeholder, .booking-with-chif.margin-top .color-two .input textarea:-ms-input-placeholder { color: #ebebeb; } .booking-with-chif.margin-top .color-two .input input, .booking-with-chif.margin-top .color-two .input textarea { color: #ebebeb; } /*-------------------------------------------------------------- # Menu Item area --------------------------------------------------------------*/ .special-tab-content .r-tabs-accordion-title, .special-tab-content .nav-tabs > li > a, .special-tab-content .nav-tabs > li > a:hover, .special-tab-content .nav-tabs > li.active > a, .special-tab-content .nav-tabs > li.active > a:focus, .special-tab-content .nav-tabs > li.active > a:hover { background: transparent; border: 0 none; border-radius: 0; } .special-tab-content .nav-tabs > li > a { padding: 10px 25px; padding-left: 0; color: #c2c2c2; font-weight: 600; text-transform: capitalize; } .special-tab-content .r-tabs-accordion-title:before, .special-tab-content .nav-tabs > li > a:before { content: ""; width: 10px; height: 10px; display: inline-block; border-radius: 50px; background: #c2c2c2; margin-right: 8px; } .special-tab-content .nav-tabs > li > a:hover, .special-tab-content .nav-tabs > li.active > a, .special-tab-content .nav-tabs > li.active > a:focus, .special-tab-content .nav-tabs > li.active > a:hover { color: #484848; } .special-tab-content.style-two .panel { background-color: #333333; border: 0 none; border-radius: 0; } .special-tab-content.style-two .panel-default > .panel-heading { color: #ffffff; background-color: #3d3d3d; border-color: rgba(0, 0, 0, 0.75); border-radius: 0; padding: 0; } .special-tab-content.style-two .panel-title { font-weight: 600; font-family: inherit; position: relative; } .special-tab-content.style-two .panel-title a { padding: 12px 20px; display: block; position: relative; } .special-tab-content.style-two .panel-title a:hover { border-bottom: 0 none; } .special-tab-content.style-two .panel-title a:after { content: "\f107"; font-family: FontAwesome; position: absolute; right: 20px; top: 12px; } .special-tab-content.style-two .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgba(0, 0, 0, 0.1); } .special-tab-content.style-two .nav-tabs > li > a { font-family: "Playfair Display", serif; font-style: italic; padding-right: 45px; } .special-tab-content.style-two .nav-tabs > li.active > a, .special-tab-content.style-two .nav-tabs > li:hover > a { color: #d8a16c; } .special-tab-content.style-two .nav-tabs > li.active > a:before, .special-tab-content.style-two .nav-tabs > li:hover > a:before { background-color: #d8a16c; } .menu-item-one { margin-top: 10px; } @media only screen and (max-width: 992px) { .menu-item-one { margin-top: 15px; border-top: 1px solid #ebebeb; padding-top: 15px; } } @media only screen and (max-width: 992px) { .menu-item-one:first-child { border-top: 0 none; } } .menu-item-one .menu-item-one { clear: both; overflow: hidden; width: 100%; } .menu-item-one .tb-cell { width: auto; vertical-align: middle; } @media only screen and (max-width: 992px) { .menu-item-one .tb-cell { vertical-align: top; } } .menu-item-one .menu-title { font-family: inherit; font-size: 20px; font-weight: 600; margin-bottom: 0; padding-top: 20px; margin-top: 0; } @media only screen and (max-width: 992px) { .menu-item-one .menu-title { padding-top: 0; } } .menu-item-one .menu-title .price-inner { color: #333; margin-left: 10px; } .menu-item-one .menu-title .price-inner:before { content: "-"; margin-right: 5px; } .menu-item-one .item-text { max-width: 450px; padding-left: 30px; padding-right: 30px; } @media only screen and (max-width: 992px) { .menu-item-one .item-text { max-width: 100%; padding-right: 0; } } @media only screen and (max-width: 480px) { .menu-item-one .item-text { padding-left: 15px; } } .menu-item-one .image-area { max-width: 115px; max-height: 100px; } .menu-item-one .image-area img { border-radius: 5px; } .menu-item-one .item-price .price-inner { border: 1px solid #d4d4d4; border-radius: 50%; min-height: 75px; text-align: center; min-width: 75px; font-size: 18px; font-weight: bold; color: #3d3d3d; line-height: 70px; } @media only screen and (max-width: 992px) { .menu-item-one .menu-description { margin-bottom: 0; } } .menu-item-one.style-two { margin-top: 15px; border-top: 0 none; padding-top: 0; } @media only screen and (max-width: 992px) { .menu-item-one.style-two:first-child { margin-top: 0; } } @media only screen and (max-width: 992px) { .menu-item-one.style-two { width: 100%; } } .menu-item-one.style-two .item-text { padding-left: 0; } .menu-item-one.style-two .menu-title { border-bottom: 1px solid #d8a16c; font-family: "Playfair Display", serif; font-style: italic; padding-bottom: 5px; } .menu-item-one.style-two .menu-title .peo-mobile { padding-left: 30px; font-size: 12px; font-weight: normal; font-family: "Poppins", sans-serif; font-style: normal; float: right; position: relative; top: 3px; } @media only screen and (max-width: 530px) { .menu-item-one.style-two .menu-title .peo-mobile { float: none; top: 0; padding-left: 15px; } } .menu-item-one.style-two .menu-title .price { padding-left: 30px; font-style: normal; float: right; } @media only screen and (max-width: 530px) { .menu-item-one.style-two .menu-title .price { float: none; padding-left: 15px; } } @media only screen and (max-width: 530px) { .menu-item-one.style-two .menu-title .price:before { content: "-"; margin-right: 5px; } } .menu-item-one.style-two .price-inner { line-height: 60px; min-height: 60px; min-width: 60px; } .menu-item-one.style-two .menu-item-meta > li { color: #d8a16c; } @media only screen and (max-width: 992px) { .menu-item-one.style-two .item-price { display: inline-block; } } .menu-item-one.style-two .tb-cell { vertical-align: middle; } .menu-item-one.style-three { margin-top: 30px; width: 100%; } @media only screen and (max-width: 992px) { .menu-item-one.style-three { margin-top: 0; border-top: 0; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; } } @media only screen and (max-width: 992px) { .menu-item-one.style-three:last-child { border-bottom: 0 none; } } .menu-item-one.style-three .tb-cell { vertical-align: middle !important; } .menu-item-one.style-three .menu-title { border-bottom: 1px solid #f1f1f1; font-family: "Playfair Display", serif; font-style: italic; padding-bottom: 5px; padding-top: 10px; } @media only screen and (max-width: 992px) { .menu-item-one.style-three .menu-title { padding-top: 0; } } @media only screen and (max-width: 992px) { .menu-item-one.style-three .menu-title .price:before { content: "-"; margin-right: 5px; margin-left: 5px; } } .menu-item-one.style-three .price-inner { min-width: 60px; min-height: 65px; line-height: 65px; } .menu-item-one.style-three .menu-item-meta > li { color: #999; } .menu-item-one.style-three .item-text { padding-left: 15px; } .menu-item-one .menu-item-meta > li:first-child { padding-left: 0; } .menu-item-one .peo-number span::before { background-color: #d8a16c; } .menu-item-one .peo-number { padding: 0 30px; } .menu-item-one .peo-number:after { right: 15px; } .menu-item-one .peo-number:before { left: 0px; } .menu-item-one.color-normal .menu-title { border-bottom: 1px solid #d6d6d6; font-style: italic; padding-bottom: 10px; padding-top: 10px; margin-bottom: 10px; } .menu-item-one.color-normal .menu-item-meta > li { color: #767676; font-weight: normal; } @media only screen and (max-width: 992px) { .menu-item-one.color-normal .item-price { display: table-cell; } } @media only screen and (max-width: 992px) { .menu-area-three .col-md-6:first-child { margin-bottom: 15px; } } .menu-item-heading { background-size: cover; background-position: center center; padding: 15px; border-radius: 5px; position: relative; } .menu-item-heading:before { content: ""; background-color: rgba(0, 0, 0, 0.55); left: 0; right: 0; top: 0; bottom: 0; position: absolute; border-radius: 5px; } .menu-item-heading h3 { position: relative; color: #fff; font-size: 30px; font-weight: bold; text-transform: capitalize; } .menu-item-heading h5 { color: #f1f1f1; font-family: inherit; position: relative; } .menu-item-two { background-color: white; border-radius: 7px; margin-bottom: 30px; } .menu-item-two > div { display: block !important; } .menu-item-two .image-area { overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .menu-item-two .image-area img { border-radius: 7px; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .menu-item-two .menu-content { padding: 0 15px 15px; } .menu-item-two .menu-content div { display: block; } .menu-item-two .menu-title { font-size: 22px; font-weight: bold; } .menu-item-two .item-price { display: inline-block !important; background: #f5f5f5; min-width: 60px; min-height: 60px; line-height: 60px; border-radius: 50px; font-size: 20px; font-family: "Playfair Display", serif; font-weight: bold; margin-top: -30px; position: relative; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /*-------------------------------------------------------------- # About And Special Menu --------------------------------------------------------------*/ .gallery .single-best-place { margin-bottom: 10px; } .about-and-sp-menu { padding: 60px 0; } .about-and-sp-menu .gallery:before { content: ""; background-image: url(http://localhost/ttcn/fileupload/about-special-menu-bg.png); width: 132px; height: 575px; position: absolute; left: -75px; bottom: 0; } .about-and-sp-menu.style-two .section-align-title-area { max-width: 80%; } @media only screen and (max-width: 992px) { .about-and-sp-menu.style-two .section-align-title-area { max-width: 100%; } } .about-and-sp-menu.style-two .section-align-title-area .section-align-title { font-size: 60px; } @media only screen and (max-width: 767px) { .about-and-sp-menu.style-two .section-align-title-area .section-align-title { font-size: 36px; } } .about-and-sp-menu.style-two a.btn.btn-default { background-color: #d8a16c; } @media only screen and (max-width: 992px) and (min-width: 571px) { .about-and-sp-menu .section-align-title-area { padding: 0 45px; } } @media only screen and (max-width: 570px) { .about-and-sp-menu .section-align-title-area { padding: 0 15px; } } @media only screen and (max-width: 380px) { .about-and-sp-menu .section-align-title-area { padding: 0; } } /*-------------------------------------------------------------- # Our Delicious Menu --------------------------------------------------------------*/ .our-delicious-menu { padding: 60px 0 75px; overflow: hidden; position: relative; } .our-delicious-menu .section-title-area { padding-top: 0; } .our-delicious-menu .section-title-area .section-title { margin-top: 0; } .our-delicious-menu .section-title-area .section-title-dec { margin-bottom: 15px; } .our-delicious-menu .item .item-thumb, .our-delicious-menu .item div { display: block; } .menu-item-slider .owl-dot { width: 25px; height: 5px; background-color: #cccccc; display: inline-block; margin: 0 5px; } @media only screen and (max-width: 530px) { .menu-item-slider .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } /*-------------------------------------------------------------- # Gallery Item --------------------------------------------------------------*/ .single-best-place { position: relative; overflow: hidden; margin-bottom: 30px; cursor: pointer; } .single-best-place .best-place-thumb img { width: 100%; transform: scale(1) rotate(0deg); transition: all 0.65s ease-in 0s; } .place-overlay { height: 100%; left: 0px; position: absolute; text-align: center; top: 0px; width: 100%; transition: all 0.5s ease-in-out 0s; transform: scale(1.5); opacity: 0; padding: 10px; } .place-overlay .place-overlay-outer { border-radius: 5px; display: table; height: 100%; width: 100%; } @media only screen and (max-width: 992px) { .place-overlay .place-overlay-outer { padding: 8px; } } .place-overlay .place-overlay-outer a { color: #fff; font-size: 22px; font-weight: 600; line-height: 32px; display: table-cell; vertical-align: middle; } @media only screen and (max-width: 992px) { .place-overlay .place-overlay-outer a { font-size: 18px; line-height: 24px; } } .single-best-place:hover .best-place-thumb img { transform: scale(1.2) rotate(3deg); -webkit-transform: scale(1.2) rotate(3deg); } .single-best-place:hover .place-overlay { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } /*-------------------------------------------------------------- # Our Gallery Section --------------------------------------------------------------*/ .our-gallery-section { position: relative; padding: 75px 0; } .our-gallery-section p { font-size: 14px; line-height: 1.95em; } .our-gallery-section .section-align-title { font-size: 90px; } @media only screen and (max-width: 992px) { .our-gallery-section .section-align-title { font-size: 75px; } } @media only screen and (max-width: 767px) { .our-gallery-section .section-align-title { font-size: 45px; } } @media only screen and (max-width: 992px) { .our-gallery-section .our-gallery-content { margin-top: 30px; padding-left: 0 !important; padding-right: 0 !important; } } .our-gallery-section .section-align-title-dec { font-size: 25px; line-height: 1.45em; } .our-gallery-section .gallery-item-content img { width: 100%; border-radius: 10px; } .our-gallery-section .gallery-item-content .col-sm-6 { margin-bottom: 10px; } @media only screen and (max-width: 767px) { .our-gallery-section .gallery-item-content .col-sm-6 { right: 0; width: 50%; } } .our-gallery-section .overlay { position: absolute; background-color: rgba(0, 0, 0, 0.55); left: 5px; right: 5px; top: 0; bottom: 0; padding: 15px; border-radius: 10px; } .our-gallery-section .overlay h3 { color: #fff; margin-top: 0; font-size: 30px; font-style: italic; opacity: 0; height: 0; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; } @media only screen and (max-width: 767px) { .our-gallery-section .overlay h3 { font-size: 15px; } } .our-gallery-section .overlay h3 span { display: block; font-family: "Poppins", sans-serif; font-style: normal; font-size: 24px; } @media only screen and (max-width: 767px) { .our-gallery-section .overlay h3 span { font-size: 15px; } } .our-gallery-section .image-popup-btn:hover .overlay h3 { opacity: 1; height: 100%; } /*-------------------------------------------------------------- # Our Experts chefs Section --------------------------------------------------------------*/ .our-experts-chefs { position: relative; padding: 15px 0 60px; } .our-experts-chefs .experts-chefs-nav { position: absolute; right: 30px; top: 50%; list-style: none; padding-left: 0; } .our-experts-chefs .experts-chefs-nav li { position: relative; } .our-experts-chefs .experts-chefs-nav li .nav-image { width: 25px; height: 25px; overflow: hidden; border-radius: 100%; background: #000; margin-bottom: 15px; position: relative; display: inline-block; } .our-experts-chefs .experts-chefs-nav li.active:before { content: ""; background-color: #ebebeb; position: absolute; width: 130px; height: 1px; right: 0; top: 13px; z-index: 0; } .our-experts-chefs .experts-chefs-nav li.active:after { content: ""; width: 10px; height: 10px; display: inline-block; background: #5d5d5d; border-radius: 50px; position: absolute; left: -105px; top: 9px; } .our-experts-chefs .experts-chefs-nav li.active a { position: relative; } .our-experts-chefs .experts-chefs-nav li.active a:before { content: ""; position: absolute; background-color: rgba(0, 0, 0, 0.45); left: 0; right: 0; top: 0; bottom: 0; border-radius: 100%; } .our-experts-chefs .tab-pane { position: relative; } .our-experts-chefs .tab-pane .image-before { position: absolute; left: 10%; top: 16%; z-index: 0; max-width: 375px; } .our-experts-chefs .tab-pane .image-before h2 { font-size: 120px; font-weight: bold; font-family: inherit; line-height: 0.9; text-transform: capitalize; color: #d8a16c; } .our-experts-chefs .tab-pane .image-before h2 span { display: block; } .our-experts-chefs .tab-pane .image-before h2 span:nth-child(1) { font-size: 45px; color: #6abd5b; } .our-experts-chefs .tab-pane .image-before h2 span:nth-child(2) { color: #5d5d5d; } .our-experts-chefs .tab-pane .image-content { position: relative; z-index: 10; } @media only screen and (max-width: 590px) { .our-experts-chefs .tab-pane .image-content { max-width: 280px; margin: auto; } } @media only screen and (max-width: 480px) { .our-experts-chefs .tab-pane .image-content { max-width: 175px; height: 345px; } } .our-experts-chefs .tab-pane .image-after { position: absolute; right: 5%; top: 16%; z-index: 0; max-width: 430px; } .our-experts-chefs .tab-pane .image-after h2 { font-size: 120px; font-weight: bold; font-family: inherit; line-height: 0.9; text-transform: capitalize; color: #6abd5b; } .our-experts-chefs .tab-pane .image-after h2 span { display: block; } .our-experts-chefs .tab-pane .image-after h2 span:nth-child(1) { font-size: 45px; color: #d8a16c; position: relative; left: 30%; } .our-experts-chefs .tab-pane .image-after h2 span:nth-child(2) { color: #5d5d5d; } .our-experts-chefs .tab-pane .author-name { margin-top: 0; font-weight: bold; margin-bottom: 0; font-size: 30px; } .our-experts-chefs .tab-pane .author-designation { font-family: inherit; font-size: 15px; margin-top: 0; } /*-------------------------------------------------------------- # Special Food Time --------------------------------------------------------------*/ .special-food-time { background-repeat: repeat; background-position: center center; padding: 60px 0 60px; } @media only screen and (max-width: 767px) { .special-food-time { background-size: cover; } } .special-food-time .icon-area { margin-bottom: 30px; } .tea-cup, .lunch, .burger, .delivery-service, .bottol, .staff { fill: #d8a16c; fill-rule: evenodd; } .icon-area .icon { text-align: center; width: 60px; height: 60px; border: 1px solid #ebebeb; display: inline-block; line-height: 72px; border-radius: 50px; float: left; margin-right: 10px; } .icon-area.style-two .icon { display: block; border: 0 none; width: auto; height: auto; line-height: normal; float: none; } .icon-area .icon-text { display: inline-block; } .icon-area .icon-text h3 { margin-top: 0; margin-bottom: 0px; color: white; font-weight: bold; } .icon-area .icon-text p { color: #999; margin-bottom: 0; } .icon-area.style-two + .icon-text { display: block; } .icon-area.style-two + .icon-text h3 { color: white; font-weight: bold; } .icon-area.style-two + .icon-text p { color: #999; margin-bottom: 0; } /*-------------------------------------------------------------- # Our features Section --------------------------------------------------------------*/ .our-features-section { padding: 45px 0 30px; } .our-features-item { padding: 30px 0 60px; } .our-features-item .owl-controls .owl-nav > div { position: absolute; color: #d8a16c; font-size: 45px; top: 30%; } .our-features-item .owl-controls .owl-nav > div.owl-prev { left: -15px; } .our-features-item .owl-controls .owl-nav > div.owl-next { right: -15px; } .features-content { padding: 0 15px; } /*-------------------------------------------------------------- # Menu title Section --------------------------------------------------------------*/ .menu-special-heading { display: table; width: 100%; } .menu-special-heading .tb-cell { display: table-cell; } .menu-special-heading .tb-cell > div { min-height: 210px; } .menu-special-heading .tb-cell > div .section-title-area { padding: 0; position: absolute; right: 30px; } @media only screen and (max-width: 530px) { .menu-special-heading .tb-cell > div .section-title-area { left: 0; right: 0; margin: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } .menu-special-heading .tb-cell > div .section-title-area h2, .menu-special-heading .tb-cell > div .section-title-area p { position: relative; } .menu-special-heading .tb-cell > div .section-title-area h2 { color: #ffffff; } .menu-special-heading .tb-cell > div .section-title-area p { color: #999999; } .menu-special-heading .lv-col-big { width: 60%; position: relative; } .menu-special-heading .lv-col-big > div { margin-right: 5px; } @media only screen and (max-width: 530px) { .menu-special-heading .lv-col-big > div { margin: 0; } } .menu-special-heading .lv-col-small { width: 12.10%; } @media only screen and (max-width: 530px) { .menu-special-heading .lv-col-small { display: none; } } .menu-special-heading .lv-col-small > div { margin: 0 5px; } .menu-special-heading .lv-col-small:last-of-type > div { margin-right: 10px; } .menu-special-heading.style-two .lv-col-big > div { margin-left: 5px; margin-right: 0; } @media only screen and (max-width: 530px) { .menu-special-heading.style-two .lv-col-big > div { margin: 0; } } .menu-special-heading.style-two .lv-col-big .section-title-area { right: auto; left: 30px; } @media only screen and (max-width: 530px) { .menu-special-heading.style-two .lv-col-big .section-title-area { left: 0; right: 0; margin: auto; } } .menu-special-heading.style-two .lv-col-small:first-of-type > div { margin-left: 10px; } .menu-special-heading.style-three .section-title-area { right: auto !important; left: auto !important; position: relative !important; padding: 15px 0 !important; } .menu-special-heading.style-three .lv-col-big { width: 100% !important; } .menu-special-heading.style-three .lv-col-big > div { min-height: auto; } .menu-content-area { padding: 45px 0 75px; } @media only screen and (max-width: 530px) { .menu-content-area .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } .menu-content-area .col-md-3.col-sm-6.col-xs-6 .image-area img { width: 100%; height: 100%; } /*-------------------------------------------------------------- # Food Shop and Event Section --------------------------------------------------------------*/ .food-services > li { background-color: #f8f8f8; border-radius: 5px; color: #666666; float: left; font-size: 14px; font-weight: bold; margin: 0 0 7px; padding: 18px 0; text-align: left; -webkit-width: calc(50% - 5px); width: calc(50% - 5px); } @media only screen and (max-width: 500px) { .food-services > li { width: 100%; } } .food-services > li:nth-child(2n+1) { margin-right: 7px; } @media only screen and (max-width: 500px) { .food-services > li:nth-child(2n+1) { margin-right: 0; } } .food-services > li i.fa { font-size: 18px; margin: -3px 20px 0; } .shop-single-thumb .item { overflow: hidden; } .shop-single-thumb .item img { border-radius: 7px; } .shop-thumb-list { margin: 12px auto auto; } .shop-thumb-list .item { overflow: hidden; } .shop-thumb-list .item img { border-radius: 7px; } .room-comments-area { border: 1px solid #f1f1f1; } .room-comments-area .comment-respond { padding: 60px; } @media only screen and (max-width: 767px) { .room-comments-area .comment-respond { padding: 30px; } } .shop-single-area { padding: 75px 0; } .shop-single-area .shop-single-title { font-weight: bold; margin-bottom: 20px; } .shop-single-area .price h2 { margin-top: 5px; font-weight: bold; } .shop-single-area .shop-description h1, .shop-single-area .shop-description h2, .shop-single-area .shop-description h3, .shop-single-area .shop-description h4, .shop-single-area .shop-description h5, .shop-single-area .shop-description h6 { font-family: inherit; font-weight: bold; } .shop-single-area .shop-service-area { margin-bottom: 30px; } @media only screen and (max-width: 992px) { .shop-single-area .single-shop.list.mobile-extend { max-height: 930px; } } @media only screen and (max-width: 992px) { .shop-single-area .extend-btn { margin-top: -160px; } } @media only screen and (max-width: 992px) { .shop-single-area .extend-icon { padding: 20px; } } .shop-single-area .review-comment-form .btn-submit { margin-top: 10px; } .cart { margin-bottom: 30px; } .cart .quantity input.input-text.qty { padding: 10px 12px; max-width: 70px; border: 1px solid #333; background: transparent; border-radius: 4px; } .cart .quantity input[type="button"] { padding: 10px 12px; font-weight: bold; background: #333; color: #fff; border: 1px solid #333; border-radius: 4px; } .cart .quantity button[type="submit"] { padding: 10px 22px; background: #333; color: #fff; border: 1px solid #333; font-weight: 600; border-radius: 4px; } /*-------------------------------------------------------------- # Review Single --------------------------------------------------------------*/ .review-single-content { background: white; padding: 30px; } @media only screen and (max-width: 530px) { .review-single-content { padding: 15px; } } .review-single-content .heading-area { margin-bottom: 30px; } .review-single-content .heading-area h2 { font-family: inherit; font-weight: bold; font-size: 25px; margin-top: 5px; display: inline-block; } .review-single-content .heading-area a.btn { background: #f8f8f8; color: #333; border-radius: 0; font-size: 18px; } @media only screen and (max-width: 530px) { .review-single-content .heading-area .pull-right { float: none !important; } } .review-single-content .review-form .book-form-title { font-weight: bold; font-family: inherit; } .review-single-content .review-form .input { margin-bottom: 20px; } .review-single-content .review-form .input textarea { min-height: 150px; } .review-single-content .review-form .rating { margin-bottom: 20px; } .review-single-content .review-form .btn.btn-default { background: #333; display: table; margin: auto; border-radius: 4px; } /*-------------------------------------------------------------- # Related Shop --------------------------------------------------------------*/ .related-shop-area .section-title { font-family: inherit; font-weight: bold; margin-top: 30px; } @media only screen and (max-width: 530px) { .related-shop-area .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } .related-shop-area .col-md-3.col-sm-6.col-xs-6 .image-area img { width: 100%; } .room-single-sidebar .single-input input { border: 0 none; } .room-related-area { background-color: #f8f8f8; padding-bottom: 45px; } .room-related-area .section-title-area { padding-bottom: 0; } @media only screen and (max-width: 540px) { .room-related-area .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } /*-------------------------------------------------------------- # Service Section --------------------------------------------------------------*/ .services-section { padding: 30px 0 75px; } .services-section .section-title-area { padding-bottom: 60px; } .services-section .section-title-area .section-title { margin-bottom: 5px; margin-top: 0; } .services-section .section-title-area .section-title-dec { margin-bottom: 0; } .single-service-item { padding: 45px 0 20px; } .single-service-item .icon { float: left; font-size: 32px; width: 65px; text-align: center; margin-top: -5px; } .single-service-item .service-info { padding-left: 70px; } .single-service-item .service-info > h4 { font-size: 17px; margin: 0 0 15px; color: #484848; display: inline-block; text-transform: uppercase; font-weight: bold; font-family: inherit; } .single-service-item .service-info > p { font-size: 14px; line-height: 2em; } .single-service-item i.fa.fa-free-code-camp { color: #f95428; } .single-service-item i.fa.fa-laptop { color: #9972b5; } .single-service-item i.fa.fa-wifi { color: #2394bc; } .single-service-item i.fa.fa-coffee { color: #ffd05b; } .single-service-item i.fa.fa-home { color: #e26e51; } .single-service-item i.fa.fa-tripadvisor { color: #39cfda; } .services-section .row .col-md-4 { padding-right: 0px; } @media only screen and (min-width: 992px) { .services-section .row .col-md-4 { border-bottom: 1px solid gainsboro; border-left: 1px solid gainsboro; } } .services-section .row .col-md-4 .single-service-item { padding-right: 15px; } @media only screen and (min-width: 992px) { .services-section .row .col-md-4:nth-child(1) .single-service-item, .services-section .row .col-md-4:nth-child(2) .single-service-item, .services-section .row .col-md-4:nth-child(3) .single-service-item { padding-top: 15px !important; } } @media only screen and (max-width: 992px) and (min-width: 500px) { .services-section .row .col-md-4:nth-child(1), .services-section .row .col-md-4:nth-child(2) { border-top: 0 none; } } @media only screen and (min-width: 992px) { .services-section .row .col-md-4:nth-child(1) { border-left: 0 none; } } .services-section .clearfix + .col-md-4 { border-left: 0 none; } @media only screen and (max-width: 580px) { .services-section .single-service-item { border-bottom: 1px solid #f1f1f1; } } @media only screen and (max-width: 580px) { .services-section .col-md-4:last-of-type .single-service-item { border-bottom: 0 none; } } @media only screen and (min-width: 992px) { .services-section .row .col-md-4:nth-last-child(-n+3) { border-bottom: 0 none; } } @media only screen and (max-width: 992px) { .services-section .row .col-md-4:nth-last-of-type(-n+2) { border-bottom: 0 none; } } @media only screen and (max-width: 580px) { .hotel-room-section .col-md-3.col-sm-6.col-xs-6, .best-place-section.best-place-style-one .col-md-3.col-sm-6.col-xs-6, #footer-top-section .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } @media only screen and (max-width: 580px) { .blog-post-section .col-md-4.col-sm-6.col-xs-6, .services-section .col-md-4.col-sm-6.col-xs-6, #footer-bottom-section .col-md-4.col-sm-6.col-xs-6 { width: 100%; } } .bg-white-smoke .extend-btn { background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.6) 0%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, #fafafa 97%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0.7)), color-stop(20%, rgba(250, 250, 250, 0.7)), color-stop(40%, rgba(250, 250, 250, 0.7)), color-stop(40%, rgba(250, 250, 250, 0.9)), color-stop(100%, #fafafa)); background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%); background: -o-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%); background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%); background: linear-gradient(to bottom, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, #f8f8f8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f8f8f8',GradientType=0 ); } /*-------------------------------------------------------------- # Our Customer Area --------------------------------------------------------------*/ .our-customer-section { padding: 30px 0 75px; } .our-customer-section .water-wrap { font-size: 105px; text-align: center; width: 100%; margin-top: 5px; } @media only screen and (max-width: 992px) { .our-customer-section .water-wrap { font-size: 75px; } } @media only screen and (max-width: 767px) { .our-customer-section .water-wrap { font-size: 60px; } } .single-customer-review { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .single-customer-review .customer-header { display: inline-block; color: #484848; margin-bottom: 45px; } .single-customer-review .customer-header .customer-thumb { float: left; border: 10px solid #E4E4E4; border-radius: 50%; height: 75px; width: 75px !important; margin-right: 20px; } .single-customer-review .customer-header h3.customer-name, .single-customer-review .customer-header > p { margin-left: 90px; } .single-customer-review .customer-header h3.customer-name { display: inline-block; font-weight: bold; text-transform: capitalize; font-family: inherit; line-height: 24px; margin: 15px 0 10px; color: inherit; } .single-customer-review .customer-header p { text-transform: capitalize; font-size: 14px; margin-bottom: 0px; text-align: left; } .single-customer-review .customer-info > p { margin-bottom: 15px; font-size: 14px; color: #a6a6a6; line-height: 1.85em; } .customer-reviews .owl-controls { margin-top: 20px; } .customer-reviews .owl-controls .owl-dots > div { background-color: #d6d6d6; display: inline-block; height: 5px; margin: 0 5px; width: 25px; } .customer-reviews .customer-info { border: 10px solid #f8f8f8; padding: 30px; position: relative; } .customer-reviews .customer-info:before { content: ""; border-top: 45px solid transparent; border-left: 45px solid #f8f8f8; position: absolute; left: 55px; z-index: -1; top: -45px; } .customer-reviews .customer-header { margin-bottom: 25px; } @media only screen and (max-width: 992px) { .client-review-main.mobile-extend { padding-top: 15px; } } @media only screen and (min-width: 992px) { .client-review-main.mobile-extend .masonry-layout { margin-bottom: 30px; } } @media only screen and (max-width: 992px) { .client-review-area .extend-icon { padding: 15px; } } .page-title .review-rating.rating { padding: 0 5px; } .client-review-area { padding-bottom: 60px; } .client-review-area .page-title { font-family: inherit; font-size: 20px; font-weight: 600; margin-bottom: 60px; } .single-client-review { border: 1px solid #e7e7e7; margin-bottom: 40px; } .single-client-review .review-header > div, .single-client-review .review-footer > div { display: inline-block; text-transform: capitalize; } .single-client-review .review-header > div strong, .single-client-review .review-footer > div strong { color: #656565; } .single-client-review .review-header { position: relative; padding: 15px 55px 5px; } .single-client-review .review-header:before { color: #e7272d; content: ""; font-family: fontawesome; font-size: 36px; left: 30px; position: absolute; top: -10px; } .single-client-review .review-title { font-size: 18px; font-style: italic; font-weight: bold; color: #e7272d; } .single-client-review .review-content { padding: 0 25px; } .single-client-review .review-content > p { line-height: 30px; margin-bottom: 20px; } .single-client-review .review-footer { background-color: #f2f2f2; border-radius: 5px; border-top: 1px solid #e7e7e7; padding: 20px 25px; } .single-client-review .review-footer .client-profession { color: #e7272d; font-weight: 600; } @media only screen and (max-width: 767px) { .single-client-review .review-footer .client-profession { float: none !important; } } /*-------------------------------------------------------------- # Blog Post area --------------------------------------------------------------*/ .blog-post-section { padding-bottom: 75px; } @media only screen and (max-width: 992px) { .blog-post-section .section-align-title-area .section-align-title, .blog-post-section .section-align-title-area .section-align-title-dec { display: none; } } @media only screen and (max-width: 992px) { .blog-post-section .section-align-title-area { text-align: center; } } .blog-post-section .section-title-area { padding-top: 60px; } .blog-post-section .section-title-area .section-title { margin-top: 0; } .blog-post-section .section-title-area .section-title-dec { margin-bottom: 17px; } @media only screen and (min-width: 992px) { .blog-post-section .post.hentry { margin-bottom: 0; } } @media only screen and (min-width: 767px) and (max-width: 850px) { .blog-post-section .row .col-md-4.col-sm-6.col-xs-6:last-child { display: none; } } .post { background-color: white; padding: 20px; } .post .post-thumb { border-radius: 5px; overflow: hidden; clear: both; margin: -20px -20px 0; } .post .post-thumb img { display: block; margin: auto; } .post .fa-eye { color: #7c7c7c; } .post .fa-heart-o { color: #e7272d; } .post .fa-comments-o { color: #7cc144; } .post .entry-meta > span { font-weight: 600; padding: 0 10px; position: relative; text-transform: capitalize; } .post .entry-header .entry-meta { margin: 15px 0 5px; } .post .entry-header .entry-meta > span:after { content: "|"; position: absolute; right: -2px; top: 0; } .post .entry-header .entry-meta > span:last-child:after { content: ""; } .post .entry-header .entry-meta > span:first-child { padding-left: 0; } .post .entry-author, .post .entry-title, .post .entry-footer { font-weight: bold; } .post .entry-title { border-bottom: 1px solid #e1e1e1; font-family: inherit; color: #181818; font-size: 18px; line-height: 28px; margin-bottom: 15px; padding-bottom: 15px; margin-top: 0; } .post .entry-footer-meta > span { color: #474747; } .post .entry-footer-meta > span:first-child { padding-left: 3px; } .post .entry-footer-meta i.fa { font-size: 16px; } .blog-single-page-area .post-thumb { margin: 0; } .blog-page-area { background-color: #f7f7f7; padding-bottom: 50px; } .blog-page-area .paginations .paging-navigation ul li a { background-color: white; } .blog-tab-menu { padding: 35px 0 20px; } .blog-tab-menu > .nav-tabs { border-bottom: 0 solid !important; } .blog-tab-menu > .nav-tabs > li > a { text-transform: capitalize; font-size: 14px; font-weight: bold; padding: 13px 40px; background-color: white; color: #484848; border-radius: 5px; border: 1px solid #ececec; margin-right: 10px; margin-bottom: 10px; } .blog-tab-menu > .nav-tabs > li > a:hover { background-color: #484848; color: white; } .blog-tab-menu > .nav-tabs > li.active > a { background-color: #484848; color: white; } .blog-single-page-area { background-color: #f7f7f7; padding: 35px 0 30px; } .blog-single-page-area .container > .row > .col-md-12 > .box-radius { background-color: white; margin-bottom: 25px; } .single-post { padding: 30px 60px; } @media only screen and (max-width: 992px) { .single-post { padding: 30px; } } @media only screen and (max-width: 480px) { .single-post { padding: 20px; } } .single-post .entry-header .entry-title { border-color: transparent; font-size: 36px; line-height: 1.4em; margin: 30px 0 30px; padding-bottom: 0; font-weight: bold; } @media only screen and (max-width: 992px) { .single-post .entry-header .entry-title { margin-top: 0; } } .single-post .entry-header .entry-meta { margin: 0; } .single-post .entry-header .entry-meta strong { color: #181818; display: block; font-size: 18px; margin-bottom: 5px; text-transform: capitalize; } .single-post .entry-header .entry-meta > div { display: inline-block; margin-right: 70px; margin-bottom: 15px; } @media only screen and (max-width: 992px) { .single-post .entry-header .entry-meta > div { margin-right: 30px; } } .single-post .entry-header .entry-meta > div > span { color: #828282; font-weight: 600; } .single-post .entry-header .entry-meta .entry-tag .tag > a { margin-right: 5px; } .single-post .entry-header .entry-meta .entry-author { margin-right: 0; } .single-post .entry-header .entry-meta .entry-author .author-name { display: inline-block; } .single-post .entry-header .entry-meta .entry-author .author-image { float: right; margin-left: 15px; width: 57px; height: 53px; border-radius: 5px; overflow: hidden; } @media only screen and (max-width: 992px) { .single-post .entry-header .entry-meta .entry-author.pull-right { display: none; } } .single-post .entry-content { margin-top: 30px; margin-bottom: 0; } @media only screen and (max-width: 767px) { .single-post .entry-content { margin-top: 15px; } } .single-post .entry-footer { margin: 0 !important; } .single-post .entry-footer .share { padding: 15px 0 20px; } @media only screen and (max-width: 767px) { .single-post .entry-footer .share { padding: 0; } } .single-post .entry-footer .share span { color: #181818; font-size: 18px; text-transform: capitalize; margin-right: 10px; } .single-post .entry-footer .share > a { margin: 0 5px; color: #969696; font-size: 14px; } @media only screen and (max-width: 560px) { .blog-page-area .tab-content .tab-pane .row > .col-md-4 { width: 100%; } } @media only screen and (max-width: 992px) and (min-width: 540px) { .related-post-content .col-md-4.col-sm-6.col-xs-6:last-of-type { display: none; } } @media only screen and (max-width: 540px) { .related-post-content .col-md-4.col-sm-6.col-xs-6 { width: 100%; } } /*-------------------------------------------------------------- # Fun facts Content --------------------------------------------------------------*/ .facts-content { height: 235px; margin-bottom: 0; width: 100%; } .facts-content .single-count { display: table-cell; font-weight: bold; text-align: center; text-transform: capitalize; vertical-align: middle; } .facts-content .single-count .count-number, .facts-content .single-count .text { color: white; font-family: "Playfair Display", serif; margin: 0; } .facts-content .single-count .count-number { font-size: 72px; line-height: 1em; } .facts-content .single-count .text { font-size: 48px; } @media only screen and (max-width: 480px) { .facts-content .single-count { width: 100%; } .single-achievement .achievement-title { font-size: 48px; } } /*-------------------------------------------------------------- # Gallery Content --------------------------------------------------------------*/ .single-gallery-content { margin-bottom: 65px; } .gallery-filter-menu { list-style: outside none none; margin-bottom: 30px; padding-left: 0; text-align: center; } .gallery-filter-menu > li { display: inline; } .gallery-filter-menu > li > a { border: 1px solid #ececec; color: black; display: inline-block; font-weight: 600; margin: 0 2px 8px; padding: 10px 40px; text-transform: capitalize; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .gallery-filter-menu > li > a:hover { color: white; } .gallery-filter-menu > li.current-tab a { color: white; } .gallery-item-content > .col-md-3 { margin-bottom: 30px; } @media only screen and (max-width: 992px) { .gallery-item-content > .col-md-3 { right: 0; width: 50%; } } @media only screen and (max-width: 767px) { .gallery-item-content > .col-md-3 { width: 100% !important; right: 0; } } .gallery-item-content .single-item { position: relative; border-radius: 7px; overflow: hidden; } .gallery-item-content .overlay-gallery { position: absolute; left: 0; right: 0; top: 0; bottom: 0; color: #fff; text-align: center; font-size: 30px; border-radius: 7px; transition: all 0.5s; -webkit-transition: all 0.5s; height: 0; width: 100%; opacity: 0; } .gallery-item-content .overlay-gallery a { display: block; width: 100%; height: 100%; color: #fff !important; } .gallery-item-content .overlay-gallery .fa { position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .gallery-item-content .single-item:hover .overlay-gallery { opacity: 1; height: 100%; } #gallery img { border-radius: 7px; } #gallery .ug-thumb-wrapper { padding: 0 20px 7px 0 !important; background-color: transparent !important; } #gallery .ug-thumb-wrapper .ug-thumb-overlay { border-radius: 7px; } /*-------------------------------------------------------------- # Event Content --------------------------------------------------------------*/ .events-page-area, .event-list-area { padding: 20px 0 60px; } .events-page-area .monthly-events-scdeule h2, .events-page-area .monthly-events-scdeule h3, .events-page-area .monthly-events-scdeule h4, .events-page-area .single-event h2, .events-page-area .single-event h3, .events-page-area .single-event h4, .event-list-area .monthly-events-scdeule h2, .event-list-area .monthly-events-scdeule h3, .event-list-area .monthly-events-scdeule h4, .event-list-area .single-event h2, .event-list-area .single-event h3, .event-list-area .single-event h4 { font-family: inherit; } .event-month-name { border-bottom: 3px solid #ebebeb; font-size: 24px; font-weight: bold; margin-top: 60px; } @media only screen and (max-width: 992px) { .event-month-name { margin-right: 0; } } .event-month-name > span { display: block; padding-bottom: 15px; position: relative; } .event-month-name > span:after { background-color: #e7272d; bottom: -4px; content: ""; height: 5px; left: 50%; margin-left: -30px; position: absolute; width: 60px; } .events-list { position: relative; padding: 30px 0 0; } @media only screen and (min-width: 531px) { .events-list:before { background-color: #c7c7c7; content: ""; -webkit-height: calc(100% - 15px); height: calc(100% - 15px); left: 50%; position: absolute; top: 15px; width: 1px; } } .single-event { margin-bottom: 30px; } @media only screen and (max-width: 530px) { .single-event .col-md-6 { width: 100%; } } @media only screen and (max-width: 530px) { .single-event .col-md-6 { width: 100%; } } .single-event .event-content { background: #fff; padding: 15px; border: 1px solid #ebebeb; } .single-event .event-content .event-thumb { width: 130px; float: left; } @media only screen and (max-width: 767px) { .single-event .event-content .event-thumb { display: none; } } .single-event .event-content .event-info { display: table-cell; } .single-event .event-content .date { display: inline-block; font-size: 16px !important; } .single-event .event-content .date span { font-size: 25px !important; } .single-event .event-content .day { display: inline-block; position: absolute; right: 30px; top: 18px; } @media only screen and (max-width: 992px) { .single-event .event-content .day { display: none; } } .single-event .event-content .event-title { margin-top: 10px !important; } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(odd) { padding-right: 30px; } .single-event .col-md-6:nth-child(odd):before { border-radius: 50%; content: ""; height: 15px; right: -8px; position: absolute; top: 18px; width: 15px; background: #d8a16c; } } .single-event .col-md-6:nth-child(odd) .event-content { position: relative; } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(odd) .event-content:after { content: ""; position: absolute; border-top: 10px solid transparent; border-left: 15px solid #ebebeb; border-bottom: 10px solid transparent; top: 15px; right: -15px; } } .single-event .col-md-6:nth-child(odd) .day { right: 45px; } .single-event .col-md-6:nth-child(even) { margin-top: 30px; } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(even) { margin-top: 45px; padding-left: 30px; } .single-event .col-md-6:nth-child(even):before { border-radius: 50%; content: ""; height: 15px; left: -7px; position: absolute; top: 18px; width: 15px; } } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(even) .event-content { position: relative; } .single-event .col-md-6:nth-child(even) .event-content:after { content: ""; position: absolute; border-top: 10px solid transparent; border-right: 15px solid #ebebeb; border-bottom: 10px solid transparent; top: 15px; left: -15px; } } .single-event .event-title { font-size: 20px; font-weight: 600; position: relative; text-transform: capitalize; } @media only screen and (max-width: 992px) and (min-width: 768px) { .single-event .event-title:before { left: -44px; } } @media only screen and (max-width: 767px) and (min-width: 660px) { .single-event .event-title:before { left: -40px; } } @media only screen and (max-width: 659px) and (min-width: 500px) { .single-event .event-title:before { left: -38px; } } @media only screen and (max-width: 499px) { .single-event .event-title:before { left: 0; } } .single-event:nth-child(2n-1) .event-title::before { background-color: #e7272d; } .single-event:nth-child(2n) .event-title::before { background-color: #E14D43; } .single-event .btn.btn-details { background-color: transparent; border: 1px solid #e0e0e0; color: #7a7a7a; font-size: 12px; padding: 8px 25px; text-transform: uppercase; } .single-event .time-from { padding-left: 20px; } .single-event .time-from .date { font-size: 20px; font-weight: bold; margin-bottom: 0; margin-top: 0; } .single-event .time-from .date span { font-size: 36px; } .single-event .time-from .day { color: #a7a6a6; font-size: 16px; font-weight: lighter; line-height: 1.2em; margin-top: 0; margin-bottom: 5px; text-transform: capitalize; } @media only screen and (max-width: 499px) { .monthly-events-scdeule .single-event { margin-bottom: 30px; border-bottom: 1px solid #ebebeb; padding-bottom: 30px; } } @media only screen and (max-width: 499px) { .monthly-events-scdeule .events-list { padding-bottom: 30px; } } @media only screen and (max-width: 499px) { .monthly-events-scdeule .event-title { margin-bottom: 15px; } } .single-event.list { margin-bottom: 85px; } .single-event.list:nth-child(n) .event-title::before { background-color: transparent; } .single-event.list .event-thumb { clear: both; overflow: hidden; border-radius: 7px; } .single-event.list .event-thumb > img { width: 100%; } @media only screen and (min-width: 992px) { .single-event.list .event-header { margin-top: -15px; } } .single-event.list .event-header > div { display: inline-block; } .single-event.list .event-header .time-start { padding-left: 30px; } .single-event.list .event-header .time-start > h3 { color: #454545; font-size: 30px; font-weight: bold; margin-bottom: 0; margin-top: 0; text-transform: capitalize; } .single-event.list .event-header .time-start .time { color: #a7a6a6; font-size: 16px; font-weight: lighter; margin-top: -5px; margin-bottom: 0; } .single-event.list .event-content { border: 0 none; padding: 0; } .single-event.list .event-title { font-size: 30px; margin-bottom: 15px; text-transform: capitalize; } .single-event.list .event-cost, .single-event.list .event-category { padding-left: 30px; } .single-event.list .event-cost > h3, .single-event.list .event-category > h3 { color: #454545; font-size: 30px; font-weight: bold; margin: 0; } .single-event.list .event-cost .price, .single-event.list .event-category .price { color: #838181; font-size: 16px; font-weight: bold; } .single-event.list .food-services { margin-top: 15px; } .single-event.list .event-info { padding-left: 10px; } /*-------------------------------------------------------------- # Dining Menu Item --------------------------------------------------------------*/ .menu-item-meta { list-style: outside none none; padding-left: 0; } @media only screen and (max-width: 767px) { .menu-item-list { margin-bottom: 30px; border: 5px solid #ebebeb; padding: 10px 5px 10px 15px; } } .menu-item-list .item-thumb { padding-right: 20px; width: 12%; } @media only screen and (max-width: 767px) { .menu-item-list .item-thumb { display: inline-block !important; width: 20%; } } @media only screen and (max-width: 490px) { .menu-item-list .item-thumb { width: 30%; } } @media only screen and (max-width: 767px) { .menu-item-list .item-title-area { display: inline-block !important; } } @media only screen and (max-width: 490px) { .menu-item-list .item-title-area { margin-top: 15px; } } .menu-item-list .item-thumb > img { border-radius: 5px; width: 100%; } .menu-item-list .item { display: table; width: 100%; margin-bottom: 45px; position: relative; } .menu-items-group:last-of-type { margin-bottom: 60px; } .menu-item-meta > li { display: inline-block; font-size: 12px; font-weight: 600; padding: 0 7px; text-transform: capitalize; } .dining-menu-page .price > .price-inner { border: 1px solid #d4d4d4; border-radius: 50%; min-height: 75px; text-align: center; min-width: 75px; font-family: "Playfair Display", serif; font-size: 18px; font-weight: bold; color: #484848; line-height: 70px; } @media only screen and (max-width: 767px) { .dining-menu-page .price > .price-inner { min-width: 60px; min-height: 60px; line-height: 55px; } } .dining-menu-page .price { min-width: 60px; } @media only screen and (max-width: 767px) { .dining-menu-page .price { position: absolute; right: 0; top: 0; } } .peo-number { position: relative; } @media only screen and (min-width: 767px) { .peo-number:before, .peo-number:after { position: absolute; content: ""; height: 50px; width: 1px; top: 50%; background-color: #c5c5c5; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } .peo-number:before { left: 25px; } .peo-number:after { right: 30px; } .peo-number { padding: 0 30px 0 70px; max-width: 180px; } @media only screen and (max-width: 767px) { .peo-number { padding-left: 90px; padding-right: 30px; display: block; min-width: 100%; } } @media only screen and (max-width: 490px) { .peo-number { padding-left: 5px; } } .peo-number span { padding: 0 15px; position: relative; color: #757575; font-size: 14px; font-weight: bold; display: block; } .peo-number span::before { background-color: #e7272d; border-radius: 50%; content: ""; height: 10px; left: -3px; margin-top: -5px; position: absolute; top: 50%; width: 10px; } .item-title { border-bottom: 3px dotted #a2a1a1; color: #0e0e0e; font-size: 22px; font-style: italic; font-weight: bold; margin: 0 0 8px; padding: 0 0 10px; } .menu-item-meta > li { font-size: 12px; font-weight: 600; padding: 0 7px; text-transform: capitalize; position: relative; } .menu-item-meta > li:after { position: absolute; content: "/"; right: -5px; top: 1px; } .menu-item-meta > li:last-child:after { content: ""; } /*-------------------------------------------------------------- # Coming Soon Page --------------------------------------------------------------*/ .coming-soon-page { position: relative; } .coming-soon-page { padding: 30px 0 90px; position: relative; } .coming-soon-page:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.25); } .coming-soon-page .section-title-area { padding-bottom: 0; } .coming-soon-page .section-title-area .section-title { color: white; font-size: 90px; font-weight: 900; line-height: 1.15em; margin-top: 25px; } @media only screen and (max-width: 767px) { .coming-soon-page .section-title-area .section-title { font-size: 45px; margin-bottom: 15px; } } .coming-soon-page .section-title-area .section-title-dec { color: #d8d8d8; font-size: 20px; } @media only screen and (max-width: 767px) { .coming-soon-page .section-title-area .section-title-dec { font-size: 15px; } } .countdown-time { margin: 15px 0 70px; text-align: center; } @media only screen and (max-width: 767px) { .countdown-time { margin: 15px 0 30px; } } .countdown-time .timer-body-block { display: table; width: 100%; padding: 0 30px; } @media only screen and (max-width: 767px) { .countdown-time .timer-body-block { padding: 0; } } .countdown-time .timer-body-block > div { display: table-cell; } .countdown-time .timer-body-block > div .tab-val { color: white; font-size: 60px; font-weight: bold; line-height: 1em; } @media only screen and (max-width: 767px) { .countdown-time .timer-body-block > div .tab-val { font-size: 45px; } } @media only screen and (max-width: 600px) { .countdown-time .timer-body-block > div .tab-val { font-size: 25px; } } .countdown-time .timer-body-block > div .tab-unit { color: #d4d4d4; font-size: 20px; font-weight: 600; text-transform: capitalize; } @media only screen and (max-width: 767px) { .countdown-time .timer-body-block > div .tab-unit { font-size: 15px; } } .timer-content-area .social-share > a { background-color: #8d8d8d; border-radius: 50%; color: #2c2c2d; display: inline-block; height: 35px; line-height: 38px; margin: 0 5px; width: 35px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .timer-content-area .social-share > a:hover { color: white; } /*-------------------------------------------------------------- # Extra Style --------------------------------------------------------------*/ .our-shop-section .menu-content-area { padding: 75px 0 75px; } /*-------------------------------------------------------------- # Widget Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # widget-social --------------------------------------------------------------*/ .widget-social { padding-top: 3px; } .widget-social > a { background-color: #999999; border-radius: 50%; display: inline-block; height: 35px; line-height: 39px; margin-right: 15px; text-align: center; width: 35px; color: #333333; } .widget-social > a:hover { background-color: rgba(153, 153, 153, 0.65); } /*-------------------------------------------------------------- # About Us widget --------------------------------------------------------------*/ .widget_about-us .footer-logo { margin-top: -4px; } .widget_about-us .btn.btn-default { border-radius: 5px; font-size: 15px; padding: 8px 35px; background: #d8a16c; } .widget_about-us .widget-content { margin-top: -8px; } .widget-opening-hour ul > li { margin-top: 20px; border: 0 none; position: relative; padding-left: 30px; font-weight: 600; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .widget-opening-hour ul > li span { font-weight: normal; } .widget-opening-hour ul > li:first-child { margin-top: 0; } .widget-opening-hour ul > li:before { content: ""; background-color: #999999; width: 12px; height: 3px; position: absolute; top: 8px; left: 0; } /*-------------------------------------------------------------- # Email Subscribe Widget --------------------------------------------------------------*/ .widget_newsletter .newsletter-area { border: 10px solid #cccccc; padding: 30px; } .widget_newsletter .newsletter-area > p { font-size: 15px; margin-bottom: 15px; font-weight: bold; color: #828282; } .widget_newsletter .newsletter-area #form-newsletter { overflow: hidden; } .widget_newsletter .newsletter-area #form-newsletter .form-controller { background: transparent; font-style: italic; height: 50px; width: 100% important; margin-bottom: 10px; border: 4px solid #cccccc; } .widget_newsletter .newsletter-area #form-newsletter .btn { border: none; } .widget_newsletter .newsletter-area #form-newsletter #mc-embedded-subscribe { position: relative; text-transform: uppercase; border: 0 none; font-size: 13px; font-weight: bold; letter-spacing: 1px; word-spacing: 3px; width: 100%; padding: 14px 0; color: white; overflow: hidden; height: 45px; background-color: #d8a16c; } .widget_newsletter .newsletter-area #form-newsletter .mce_inline_error { margin-bottom: 8px; color: #aa1515; font-size: 13px; } .widget_newsletter .newsletter-area #form-newsletter .mce_inline_error.form-controller { margin-bottom: 0; } .widget_newsletter .newsletter-area #mce-success-response { margin-top: 10px; color: green; font-size: 13px; } .widget_newsletter .newsletter-area .mc-response { margin-top: 10px; font-size: 13px; } /*-------------------------------------------------------------- # Popular, Latest Post, Recent Comment widget --------------------------------------------------------------*/ .feed-wrapper { padding-bottom: 18px; margin-bottom: 18px; position: relative; overflow: hidden; } .feed-wrapper .image-area { width: 62px; height: 62px; float: left; margin-right: 18px; } .feed-wrapper .image-area .fit-img { position: relative; overflow: hidden; padding-top: 100%; -webkit-transform: translateZ(0); transform: translateZ(0); } .feed-wrapper .image-area img { width: 100%; height: 100%; } .feed-wrapper .item-text { display: inline-block; } .feed-wrapper .item-text h5 { color: #c5c5c5; margin-top: 0; margin-bottom: 2px; font-size: 15px; line-height: 1.4em; display: block; font-weight: bold; } .feed-wrapper .item-date { font-size: 12px; color: #454545; word-spacing: 0.1em; } .feed-wrapper .item-date a:hover { text-decoration: underline; } .feed-wrapper .fit-img img { position: absolute !important; width: 100%; height: 100%; max-width: none !important; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .feed-wrapper:last-child { margin-bottom: 0; border: 0 none; } /*-------------------------------------------------------------- # text widget --------------------------------------------------------------*/ .widget_text1 { background-color: #aaebde; padding: 17px; } .widget_text1 .textwidget { margin-bottom: 10px; text-align: center; } .widget_text1 .textwidget h3 { color: #000; font-size: 22px; font-weight: bold; margin: -5px 0 20px; } .widget_text1 .textwidget p .more-link { background-color: #4c4c4c; color: #fff; display: inline-block; font-weight: bold; margin-top: 5px; padding: 3px 17px; position: relative; text-transform: capitalize; } /*-------------------------------------------------------------- # Categories And Archive Widget --------------------------------------------------------------*/ .widget_categories, .widget_archive, .widget_layered_nav { font-family: "Poppins", sans-serif; } .widget_categories ul li, .widget_archive ul li, .widget_layered_nav ul li { font-size: 15px; text-transform: capitalize; color: #c0c0c0; display: block; line-height: 1em; padding-top: 25px !important; margin-top: 15px !important; border-top: 1px solid #e2e2e2; border-bottom: 0 none !important; -webkit-transition: all 0.25s ease-in 0s; transition: all 0.25s ease-in 0s; position: relative; } @media only screen and (max-width: 767px) { .widget_categories ul li, .widget_archive ul li, .widget_layered_nav ul li { padding-top: 20px !important; } } .widget_categories ul li ul, .widget_archive ul li ul, .widget_layered_nav ul li ul { padding-left: 15px; } .widget_categories ul li .count, .widget_archive ul li .count, .widget_layered_nav ul li .count { position: absolute; right: 0; } .widget_categories > ul > li:first-child, .widget_archive > ul > li:first-child, .widget_layered_nav > ul > li:first-child { border: 0 none; padding-top: 0 !important; margin-top: 0 !important; } /*-------------------------------------------------------------- # TagCloud Widget --------------------------------------------------------------*/ .widget .tagcloud { position: relative; margin-bottom: -2px; } .widget .tagcloud a { border: 1px solid #5a5a5a; display: block; color: #6d6d6d; float: left; font-size: 12px !important; font-weight: normal; line-height: 1.4em !important; margin-bottom: 5px; margin-right: 5px; padding: 6px 17px; position: relative; text-decoration: none; white-space: nowrap; letter-spacing: 0.02em; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } .widget .tagcloud a:hover { color: white; } /*-------------------------------------------------------------- # Follow Us Widget --------------------------------------------------------------*/ .follow-us-area { position: relative; margin: 0 auto -7px; text-align: center; } .follow-us-area .follow-link .fa { border: 1px solid #5a5a5a; color: #454545; height: 35px; line-height: 2.5em; margin: 0 3px 9px; font-size: 0.8em; display: inline-block; text-align: center; width: 35px; -webkit-border-radius: 50px; border-radius: 50px; } .follow-us-area .follow-link .fa:hover { color: white; } .widget .follow-us-area a { margin-right: 5px; display: inline-block; line-height: 2.8em; } .widget .follow-us-area a span { font-family: "Poppins", sans-serif; text-transform: uppercase; margin-left: 5px; font-size: 13px; display: none; letter-spacing: 0.025em; } .widget .follow-us-area .follow-link .fa { width: 30px; height: 30px; font-size: 0.75em; } .col-md-3 .follow-us-area .follow-link .fa, .col-md-4 .follow-us-area .follow-link .fa, .col-md-6 .follow-us-area .follow-link .fa { line-height: 2.8em; } /*-------------------------------------------------------------- # Search Widget --------------------------------------------------------------*/ .widget_search .input-group .form-controller { display: table-cell; font-family: "Poppins", sans-serif; } .widget_search .form-controller { height: 43px; } .widget_search button { -webkit-border-radius: 0; border-radius: 0; padding: 0.75em 1em; } .widget_search .btn-search i { position: relative; top: -1px; vertical-align: middle; } /*-------------------------------------------------------------- # Calender Widget --------------------------------------------------------------*/ .widget_calendar { position: relative; } .widget_calendar #calendar_wrap { position: relative; } .widget_calendar table { margin: 0; } .widget_calendar td, .widget_calendar th, .widget_calendar td { font-size: 0.8em; line-height: 2.555em; text-align: center; padding: 0; } .widget_calendar caption { font-weight: bold; text-align: center; color: white; margin: 0; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.5em 1em; } .widget_calendar tbody a { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); color: white; display: block; font-weight: bold; } .widget_calendar tbody a:hover, .widget_calendar tbody a:focus { color: white; } /*------------------------------------------------------------------------ # Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries Widget -------------------------------------------------------------------------*/ .widget_links a, .widget_meta a, .widget_nav_menu .menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a, .widget_product_categories a { border: 0; } .widget_links, .widget_meta, .widget_nav_menu, .widget_pages, .widget_recent_comments, .widget_recent_entries, .widget_product_categories { font-size: 14px; } .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a, .widget_product_categories a { border: 0; text-decoration: none; } .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_product_categories ul { list-style: none; margin: 0; } .widget_links ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_product_categories ul li { margin-top: 15px; padding-top: 15px; border-top: 1px solid #5a5a5a; border-bottom: 0 none; } .widget_links > ul, .widget_meta > ul, .widget_nav_menu > ul, .widget_pages > ul, .widget_recent_comments > ul, .widget_recent_entries > ul, .widget_product_categories > ul { position: relative; } .widget_links > ul > li:first-child, .widget_meta > ul > li:first-child, .widget_nav_menu > ul > li:first-child, .widget_pages > ul > li:first-child, .widget_recent_comments > ul > li:first-child, .widget_recent_entries > ul > li:first-child, .widget_product_categories > ul > li:first-child { margin-top: 0; padding-top: 0; border-top: 0 none; } .widget .menu { position: relative; } .widget .menu > li:first-child { border-top: 0 none; padding-top: 0; } .widget_nav_menu .sub-menu, .widget_pages .children { border: 0; margin: 0 0 0 1em; } .widget_recent_entries .post-date { display: block; } .widget_nav_menu .menu > li:first-child { padding-top: 0; margin-top: 0; } .widget_nav_menu .menu > li:last-child { padding-bottom: 0; } .widget_nav_menu .menu li { border-bottom: 0 none; border-top: 0 none; margin-top: 10px; padding-top: 10px; position: relative; } .widget_nav_menu .menu li .sub-menu { display: none; } .widget_nav_menu .menu .menu-click { display: block; } .widget_nav_menu .menu .menu-click { position: absolute; top: -4px; right: -15px; display: block; cursor: pointer; z-index: 120; } .widget_nav_menu .menu .menu-click i { display: block; background-size: 25px; font-size: 14px; color: rgba(0, 0, 0, 0.25); float: right; padding: 15px; width: 43px; -webkit-transition: transform 0.1s ease; transition: transform 0.1s ease; } .widget_nav_menu .menu > li:first-child > .menu-click { top: -11px; } .widget_nav_menu .menu .menu-extend.fa-plus:before { content: "\f068"; font-family: FontAwesome; } /*-------------------------------------------------------------- # RSS Widget --------------------------------------------------------------*/ .widget_rss { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .widget_rss ul { list-style: none; margin: 0; } .widget_rss ul:last-child { margin-bottom: 0; } .widget_rss li { margin-bottom: 1.6em; padding-bottom: 25px; } .widget_rss li:last-child { margin-bottom: 0; } .widget_rss li .rssSummary { font-family: "Poppins", sans-serif; margin: 5px 0; } .widget_rss .rsswidget { border: 0; font-weight: 700; } .widget_rss .rsswidget img { margin-top: -4px; } .widget_rss .rss-date, .widget_rss cite { font-size: 0.8em; font-style: normal; display: block; line-height: 2; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .widget_rss > p { position: relative; } /*-------------------------------------------------------------- # Text Widget --------------------------------------------------------------*/ .widget_text img { margin: auto; display: block; } .textwidget > :last-child { margin-bottom: 0; } .widget-about { text-align: center; } .widget-about p { margin-bottom: 20px; } .widget-about p > img { margin: auto; } .textwidget { position: relative; } /*-------------------------------------------------------------- # Custom nav for layout Eight --------------------------------------------------------------*/ .layout_eight_custom_nav ul li { border: 0 none !important; } /*-------------------------------------------------------------- # Instagram widget --------------------------------------------------------------*/ .widget_instafeed .list { width: 115px; height: 115px; float: left; margin-right: 5px; margin-bottom: 5px; } .site-footer .col-md-4 .jr-insta-thumb, .site-footer .col-md-3 .jr-insta-thumb { background: transparent !important; } /*-------------------------------------------------------------- # Extra widget --------------------------------------------------------------*/ .widget_address .widget-title:before { content: "\f098"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } .widget_call_us .widget-title:before { content: "\f098"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } .widget_mail_us .widget-title:before { content: "\f0e0"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } .widget_social_media .widget-title:before { content: "\f1e1"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } /*-------------------------------------------------------------- # Footer Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Site Footer --------------------------------------------------------------*/ .site-footer { overflow: hidden; position: relative; padding: 75px 0 30px; clear: both; background-repeat: repeat; background-size: 50% 50%; z-index: 1; } .payment-method { margin-bottom: 20px; } .payment-method > a { padding: 0 5px; } .copyright > p { font-size: 14px; margin-bottom: 0; } @media only screen and (max-width: 767px) { .copyright > p { color: #ebebeb; } } @media only screen and (max-width: 992px) { .widget .widget-title.expand-margin { background: rgba(0, 0, 0, 0.45); padding: 10px 20px; } } @media only screen and (max-width: 992px) { .widget .expand-margin.widget-title:after { right: 15px; } } .widget .mb-widget + div, .widget .mb-widget + ul, .widget .mb-widget + p { background: rgba(0, 0, 0, 0.45); padding: 30px; } .widget .mb-widget .widget-title { border-bottom: 0 none !important; } #footer-top-section { padding-bottom: 30px; background-size: contain; background-position: 50% 50%; background-repeat: repeat; color: #999; } @media only screen and (max-width: 992px) { #footer-top-section { background-image: none; background-color: #333333; } } #footer-top-section .widget-title-area { margin-bottom: 15px; } #footer-top-section .section-title-area .section-title { color: white; font-size: 45px; font-weight: 900; line-height: 48px; margin: 30px 0 15px; } #footer-top-section .section-title-area .section-title-dec { color: #999999; margin-bottom: 30px; } #footer-top-section .widget_address p, #footer-top-section .widget_call_us p, #footer-top-section .widget_mail_us p { margin-bottom: 0; font-weight: 600; } #footer-top-section .widget-title-area { color: white; } #footer-top-section .widget-title-area .widget-title { font-family: inherit; color: inherit; } #footer-bottom-section { color: #999999; position: relative; } #footer-bottom-section > .container > .row:first-child { border-bottom: 1px solid #3d3d3d; margin-bottom: 30px; } #footer-bottom-section .widget-title { color: white; border-bottom-color: #3d3d3d; } #footer-bottom-section .widget ul li { border-bottom-color: #3d3d3d; } .site-footer { position: relative; } .site-footer:before { content: ""; background-image: url(images/bread.png); position: absolute; bottom: 0; left: 0; width: 400px; height: 258px; z-index: -1; } @media only screen and (max-width: 992px) { .site-footer:before { opacity: 0.25; } } .site-footer:after { content: ""; background-image: url(images/pizza.png); position: absolute; bottom: 0; right: 0; width: 415px; height: 262px; z-index: -1; } @media only screen and (max-width: 992px) { .site-footer:after { opacity: 0.25; } } /*-------------------------------------------------------------- # Scroll Top --------------------------------------------------------------*/ .topbutton { position: fixed; right: 30px; bottom: 30px; background: white; display: block; height: 45px; line-height: 47px; text-align: center; width: 45px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4); z-index: 99; opacity: 0; color: #3d4348; } @media only screen and (max-width: 600px) { .topbutton { right: 10px; } } .btn-show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } @media only screen and (max-width: 600px) { .btn-show { opacity: 0.75; } } .btn-hide { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } /*-------------------------------------------------------------- # Site Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 30px; } .page-content, .entry-content, .entry-summary { margin: 1em 0; } /*-------------------------------------------------------------- # Post Meta --------------------------------------------------------------*/ .entry-meta { color: #999999; font-size: 12px; letter-spacing: 0.015em; } .entry-meta a { color: inherit; } .entry-meta span { display: inline-block; } .entry-meta span i { margin-right: 7px; } .rating i { color: #F7B614; margin-right: 3px; } .col-full-width { float: none; margin: auto; } .water-wrap { color: #f1f1f1; font-weight: bold; margin-bottom: 0; position: absolute; z-index: -1; } .water-wrap.rotated { color: #f1f1f1; font-weight: bold; margin-bottom: 0; position: absolute; z-index: 0; -webkit-transform: rotate(90deg) translateX(-50%); transform: rotate(90deg) translateX(-50%); top: 45%; left: 25px; line-height: normal; margin: 0; font-size: 60px; transform-origin: left center; z-index: 0; } .water-wrap.rotated + .container { z-index: 1; } @media only screen and (max-width: 767px) { .water-wrap.rotated { display: none; } } .blog-tab-menu > .nav-tabs > li > a { -webkit-transition: all ease-in 0.25s; transition: all ease-in 0.25s; } @media only screen and (max-width: 767px) { .masonry-layout .grid { width: 100%; right: 0; } } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comments-title, .comment-reply-title { font-family: "Poppins", sans-serif; font-size: 24px; margin: 0; text-align: center; text-transform: capitalize; font-weight: bold; color: #484848; } #reply-title small, #reply-title .font_small { display: block; text-align: center; margin-top: 5px; } .cancel-comment-reply-link { bottom: -2px; display: inline-block; left: 0.6em; position: relative; } .logged-in-as { margin-bottom: 15px !important; margin-top: -16px; } .comments-area { padding: 30px 60px 0; } @media only screen and (max-width: 992px) { .comments-area { padding: 30px; } } @media only screen and (max-width: 767px) { .comments-area { padding: 15px; } } .comments-area .comment-list, .comments-area .children { list-style: none; padding: 0; } .comments-area .comment-list { padding: 45px 0 45px; margin-bottom: 0; } .comments-area .comment-list .comment-respond { margin-top: 40px; } .comments-area .comment-body { overflow: hidden; padding-top: 60px; background: white; } .comments-area .comment-list > li.comment:first-child > .comment-body { padding-top: 0; } .comments-area .comment-author { float: left; margin-right: 25px; width: 90px; } .comments-area .author-img { padding-top: 100%; position: relative; -webkit-transform: translateZ(0); transform: translateZ(0); } .comments-area .author-img .avatar.photo { left: 50%; position: absolute; top: 50%; width: 100%; height: 100%; border-radius: 7px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .comments-area .date { display: block; font-size: 12px; color: #b7b7b7; margin-top: 5px; font-weight: 600; } .comments-area .reply { margin-top: 25px; } .comments-area .reply .comment-reply-link { background-color: #3d3d3d; color: #fff; display: inline-block; padding: 4px 25px; font-size: 12px; font-family: inherit; text-transform: uppercase; font-weight: bold; border-radius: 20px; } .comments-area .comment-details { display: table-cell; vertical-align: top; } .comments-area .comment-details { width: 1070px; overflow: hidden; } .comments-area .comment-content > p { font-size: 14px; line-height: 22px; } .comments-area .comment-content > p:last-of-type { margin-bottom: 0; } .comments-area .comment-content blockquote p { font-size: 20px; line-height: 35px; } .comments-area .comment-content > ol, .comments-area .comment-content > ul { margin-left: 1px; } .comments-area .comment-content ol li, .comments-area .comment-content ul li { padding-top: 10px; line-height: 1.5em; } .comments-area .comment-content > ol > li:first-child, .comments-area .comment-content > ul > li:first-child { padding-top: 0; } .comments-area .comment-metadata { margin-bottom: 1em; padding-top: 10px; } .comments-area .comment-metadata .author { font-size: 17px; color: #3d4348; } .comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link { color: #777; } .comments-area .children { margin-left: 115px; } @media only screen and (max-width: 767px) { .comments-area .children { margin-left: 45px; } } @media only screen and (max-width: 500px) { .comments-area .children { margin-left: 30px; } } .comments-area .comment-navigation { margin-bottom: 3.5em; } .comments-area .comment-navigation .nav-links .nav-previous { float: left; } .comments-area .comment-navigation .nav-links .nav-next { float: right; } .comments-area .comment-navigation .nav-links span { font-size: 18px; } .comments-area .comment-respond { position: relative; } #comment_form { padding-top: 30px; } .comment-respond { padding: 60px 100px 55px; } @media only screen and (max-width: 992px) { .comment-respond { padding: 30px; } } @media only screen and (max-width: 767px) { .comment-respond { padding: 15px; } } .comment-respond p { margin-bottom: 1em; } .comment-respond .form-submit { margin-bottom: 0; } @media only screen and (min-width: 992px) { .comment-respond .padding-left { padding-left: 5px; } } @media only screen and (min-width: 992px) { .comment-respond .padding-right { padding-right: 5px; } } .comment-respond .comment-subscription-form { display: none; } /*-------------------------------------------------------------- ## About Page --------------------------------------------------------------*/ .best-place-area { padding-bottom: 55px; } .best-place-area .section-align-title-area .section-align-title { padding-right: 70px; } .best-place-area .section-align-title-area > p { font-size: 15px; line-height: 1.8em; } .about-us-area { padding: 85px 0 50px; } .single-achievement { margin-bottom: 65px; } .single-achievement.achievement-right { text-align: right; } .single-achievement.achievement-right > h4 > span { float: right; } .single-achievement .achievement-title { color: #3d4348; font-size: 72px; font-weight: bold; margin: 0 0 40px; } .single-achievement p { color: #4d4d4d; font-size: 15px; margin-bottom: 40px; } .single-achievement p:last-child { margin-bottom: 15px; } .single-achievement p > i { color: #343434; font-family: "Playfair Display", serif; font-weight: bold; } .single-achievement li { margin-bottom: 50px; } .single-achievement li:last-child { margin-bottom: 0px; } .single-achievement li > h4 { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: bold; margin: 0 0 20px; } .single-achievement li > h4 span { float: right; font-size: 36px; margin-left: 5px; margin-top: -5px; } /*-------------------------------------------------------------- ## Contact Page --------------------------------------------------------------*/ .contact-us-area .page-sub-heading { margin: 10px 0 -5px; } .contact-us-content .section-align-title-area { margin-bottom: 55px; } .contact-us-content .section-align-title-area .section-align-title { text-transform: capitalize; font-size: 75px; } @media only screen and (max-width: 767px) { .contact-us-content .section-align-title-area .section-align-title { font-size: 45px; } } .single-contact-info { margin-bottom: 35px; } .single-contact-info > .title { color: #3d4348; font-family: "Poppins", sans-serif; font-size: 30px; font-weight: bold; margin-bottom: 15px; } .single-contact-info .content > p { color: #898989; font-weight: 500; line-height: 30px; margin-bottom: 0; } #contact-form-wrap { background-color: #fafafa; border: 1px solid #E3E3E3; border-radius: 10px; padding-bottom: 50px; padding: 50px; } @media only screen and (max-width: 767px) { #contact-form-wrap { padding: 30px; } } #contact-form-wrap .sand-message-title-area { position: relative; } #contact-form-wrap .sand-message-title-area > img { left: 50%; margin-left: -35px; position: absolute; top: -85px; } @media only screen and (max-width: 767px) { #contact-form-wrap .sand-message-title-area > img { top: -65px; } } #contact-form-wrap .sand-message-title-area .sand-message-heading { margin: 10px 0 55px; color: #3d3d3d; font-size: 24px; font-weight: bold; text-transform: capitalize; font-family: "Poppins", sans-serif; } #contact-form-wrap .btn.btn-submit { padding: 12px 50px; width: auto !important; background-color: #484848; margin: 25px 0 -5px; border-radius: 15px; line-height: normal; } #contact-form-wrap span.wpcf7-not-valid-tip { color: #df2626; display: block; font-size: 0.8em; margin-bottom: -10px; margin-left: 4px; margin-top: 3px; } #contact-form-wrap div.wpcf7-validation-errors { border: 1px solid #efdf35; color: #df2626; } #contact-form-wrap div.wpcf7-mail-sent-ng { border: 1px solid #df2626; } #contact-form-wrap div.wpcf7-response-output { padding: 0.4em 1em; margin: 0; } #contact-form-wrap .wpcf7-mail-sent-ok { border-width: 1px; } .contact-google-map-area { padding: 30px 0 75px; } .contact-google-map-area .section-title-area.section-title-area-four .section-title-dec { margin-bottom: 0; } #gmaps { height: 590px; background: #E5E3DF; } @media only screen and (max-width: 991px) { #gmaps { height: 450px; } } @media only screen and (max-width: 600px) { #gmaps { height: 400px; } } @media only screen and (max-width: 400px) { #gmaps { height: 330px; } } /*-------------------------------------------------------------- ## 404 Page --------------------------------------------------------------*/ .error-page-area { padding: 75px 0 90px; position: relative; } .error-page-area:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.25); } .error-page-content { color: white; } .error-page-content .error-title, .error-page-content .error-404 { color: inherit; } .error-page-content .error-title { font-size: 30px; font-weight: 900; text-transform: capitalize; margin-top: 20px; } .error-page-content .error-404 span { display: block; font-size: 180px; font-weight: 900; line-height: 1em; margin-bottom: 10px; } @media only screen and (max-width: 1200px) { .error-page-content .error-404 span { font-size: 150px; } } .error-page-content .error-404 { margin: -30px 0 30px; font-size: 30px; font-weight: bold; } .error-page-content .link-home { background-color: transparent; border: 2px solid #9d9d9d; font-family: "Playfair Display", serif; font-size: 20px; padding: 20px 85px; text-transform: uppercase; } /*-------------------------------------------------------------- # 404 page Responsive --------------------------------------------------------------*/ @media only screen and (max-width: 767px) { .error-page-area { padding: 60px 0 80px; } } @media only screen and (max-width: 500px) { .error-page-area { padding: 50px 0 70px; } .error-page-content .error-title { font-size: 26px; margin-bottom: 0px; } .error-page-content .error-404 { font-size: 24px; margin-bottom: 25px; } .error-page-content .error-404 span { font-size: 130px; } .error-page-content .link-home { padding: 13px 40px; font-size: 16px; } } /*-------------------------------------------------------------- ## Site Responsive --------------------------------------------------------------*/ /*-------------------------------------------------------------- #About US --------------------------------------------------------------*/ @media only screen and (max-width: 1200px) { .best-place-area .section-align-title-area .section-align-title { padding-right: 0px; } } @media only screen and (max-width: 992px) { .best-place-area .section-align-title-area { margin-bottom: 45px; text-align: center; } .facts-content { height: 200px; } .facts-content .single-count .count-number { font-size: 50px; } .facts-content .single-count .text { font-size: 32px; } .single-achievement.achievement-right { text-align: left; } .single-achievement.achievement-right li > h4 span { float: none; margin-right: 10px; } } @media only screen and (max-width: 767px) { .best-place-area .heading { padding: 10px 0 20px; } } @media only screen and (max-width: 600px) { .about-us-area { padding: 60px 0 25px; } .facts-content { padding: 25px 0px; } .facts-content .single-count { margin: 20px 0; width: 49%; display: inline-block; } .single-achievement { margin-bottom: 45px; } .single-achievement .achievement-title { font-size: 60px; margin: 0 0 30px; } .single-achievement > p { margin-bottom: 25px; } .single-achievement li { margin-bottom: 35px; } } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .entry-summary .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; border: none; } .format-audio iframe { width: 100%; overflow: hidden; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.4em 0; font-size: 0.9em; font-style: italic; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # WordPress Default Gallery --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; margin-bottom: 30px; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Gallery Pop Up --------------------------------------------------------------*/ .mfp-fade.mfp-bg { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .mfp-fade.mfp-wrap .mfp-content { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: scale(1); transform: scale(1); } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: scale(0.5); transform: scale(0.5); }
vendor/css/style.css
@charset "UTF-8"; /* Template Name: LiveKitchen Template URI: http://livekitchen-html.htmlguru.net/ Author: htmlguru Author URI: http://softhopper.net Description: It\' s a Restaurant Template. Which is a unique feature and user competitive feature. Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html. */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Typography # Elements ## Post, Page, Comments Table # Forms # Navigation ## Links ## Menus ## Pagination ## Navigation responsive ### Mobile CSS ### Pagination responsive # Accessibility # Alignments # Clearings # Widgets #layouts ## Header Content ### Pre-Loader ### Site Header ### Header Top ### Header Bottom ## Welcome Content ## Main Content ### Head chef and Booking ### Menu Item area ### About And Special Menu ### Our Delicious Menu ### Our gallery Section ### Gallery Item ### Our Gallery Section ### Our Experts chefs Section ### Special Food Time ### Our features Section ### Menu title Section ### Food Shop and Event Section ### Review Single ### Related Shop ### Service Section ### Our Customer Area ### Blog Post area ### Fun facts Content ### Gallery Content ### Event Content ### Dining Menu Item ### Coming Soon Page ### Extra Style ## Widget-content ### widget-social ### About Us widget ### Email Subscribe Widget ### Popular, Latest Post, Recent Comment widget ### text widget ### Categories And Archive Widget ### TagCloud Widget ### Follow Us Widget ### Search Widget ### Search Widget ### Calender Widget ### Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries Widget ### RSS Widget ### Text Widget ### Custom nav for layout Eight ### Extra widget ## Footer Content ### Scroll Top # Site Content ## Posts and pages ### Post Meta ## Comments ## About Page ## Contact Page ## 404 Page ## Site Responsive ### About US Page # Media ## Captions ## Galleries ### WordPress Default Gallery ### Gallery pop Up --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ html { font-size: 100%; } body { background-color: white; font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.45em; color: #393939; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { clear: both; line-height: 1.4em; color: #3d4348; font-weight: 400; -webkit-font-smoothing: antialiased; font-family: "Playfair Display", serif; } h1, h2, h3, h4 { font-weight: inherit; } h1 { font-size: 2.441em; margin: 0 0 1.875em; } h2 { font-size: 1.953em; } h3 { font-size: 1.563em; } h4 { font-size: 1.25em; } h5 { font-size: 1em; } h6 { font-size: 0.8em; } small, .font_small { font-size: 0.8em; } h1 a, h2 a, h3 a, h4 a, h5 a { color: inherit; text-decoration: none; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: inherit; text-decoration: none; border-bottom: 1px dotted black; } .page-heading-area { padding: 60px 0 60px; position: relative; } .page-heading-area .page-heading { color: white; font-size: 32px; font-weight: 900; margin: 0; text-transform: capitalize; } @media only screen and (max-width: 480px) { .page-heading-area .page-heading { font-size: 26px; } } .page-heading-area .page-sub-text { margin: 0; font-family: inherit; font-size: 16px; font-weight: 600; margin-top: 15px; position: relative; } .page-heading-area .page-sub-text:before { content: ""; width: 90px; background: #333; height: 1px; position: absolute; left: 0; right: 0; margin: auto; top: -8px; } .page-heading-area:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.25); } .section-title-area { padding: 30px 0; } .section-title-area .section-title { color: black; font-size: 45px; font-weight: bold; margin-bottom: -3px; text-transform: capitalize; } @media only screen and (max-width: 767px) { .section-title-area .section-title { font-size: 30px; margin-bottom: 0; } } .section-title-area .section-title-dec { font-family: inherit; color: #777777; font-size: 18px; font-weight: 500; letter-spacing: 0.015em; } .section-title-area .section-name { font-family: inherit; margin-bottom: 0; font-size: 22px; } .section-title-area.style-two .section-title { font-size: 75px; color: #484848; } @media only screen and (max-width: 767px) { .section-title-area.style-two .section-title { font-size: 45px; } } .section-title-area.style-two .section-title-dec { font-size: 20px; font-weight: 600; } @media only screen and (max-width: 767px) { .section-title-area.style-two .section-title-dec { font-size: 18px; } } .section-title-area .section-title-one .section-title-dec, .hotel-room-section-title .section-title-dec { padding: 0 60px; } @media only screen and (max-width: 767px) { .section-title-area .section-title-one .section-title-dec, .hotel-room-section-title .section-title-dec { padding: 0; } } .section-align-title-area .section-align-title { color: #484848; font-size: 75px; font-weight: bold; line-height: 1.12em; margin: 0 0 15px; } @media only screen and (max-width: 767px) { .section-align-title-area .section-align-title { font-size: 45px; } } .section-align-title-area .section-align-title-dec { color: #525252; font-size: 20px; font-weight: 600; line-height: 1.75em; margin-bottom: 30px; } .section-align-title-area .section-name { font-family: inherit; font-size: 20px; color: #7f7f7f; font-weight: 600; margin-bottom: 0; text-transform: capitalize; } .section-align-title-area .section-align-sub-title { font-family: inherit; font-size: 16px; font-weight: 600; margin-bottom: 15px; } .gallery-section-name { font-size: 125px; font-weight: bold; text-align: center; line-height: 1; color: #d8a16c; } @media only screen and (max-width: 992px) { .gallery-section-name { font-size: 75px; } } .gallery-section-name span { display: block; } .gallery-section-name span:nth-child(1) { font-size: 30px; font-family: "Poppins", sans-serif; margin-bottom: -25px; color: #616161; } @media only screen and (max-width: 992px) { .gallery-section-name span:nth-child(1) { margin-bottom: 0; } } .gallery-section-name span:nth-child(2) { font-size: 160px; font-family: "Poppins", sans-serif; color: #494949; } @media only screen and (max-width: 992px) { .gallery-section-name span:nth-child(2) { font-size: 75px; } } .customer-section-title-area { color: #d8a16c; margin: 90px 0 60px; } .customer-section-title-area > .fa { font-size: 26px; margin-bottom: 15px; } .customer-section-title-area .section-title { text-transform: uppercase; color: inherit; font-family: inherit; font-size: 32px; font-weight: normal; } .customer-section-title-area .section-title span { font-weight: bold; } @media only screen and (max-width: 992px) { .customer-section-title-area .section-title { font-size: 25px; margin-top: 0; } } .section-title-area.section-title-area-four { padding: 30px 0 10px; } .section-title-area.section-title-area-four .sub-title { font-size: 30px; font-style: italic; margin: 0 0 -15px; text-transform: capitalize; } .section-title-area.section-title-area-four .section-title { font-size: 75px; margin: 0 0 20px; } @media only screen and (max-width: 767px) { .section-title-area.section-title-area-four .section-title { font-size: 45px; } } .section-title-area.section-title-area-four .section-title-dec { color: #666666; font-size: 24px; font-weight: bold; } .section-align-title-area.style-two { text-align: right; } .section-align-title-area.style-two .section-align-title { color: #2b2b2b; font-size: 42px; font-weight: normal; } .section-align-title-area.style-two .section-align-title-dec { font-weight: normal; line-height: 1.75em; } .page-sub-heading { color: #656565; font-family: "Poppins", sans-serif; font-size: 18px; font-weight: bold; padding: 35px 0 60px; } .page-sub-heading > .rating { margin: 0 15px; } .title-text.text-center { font-size: 40px; font-weight: bold; margin: 30px 0 45px; color: #3d4348; } .single-gallery-group .section-title-area { padding: 0 0 60px; } @media only screen and (max-width: 767px) { .single-gallery-group .section-title-area { padding-bottom: 30px; } } .single-gallery-group .section-title-area .section-title { font-size: 90px; line-height: 1em; margin: 0 0 15px; color: #3d4348; } @media only screen and (max-width: 767px) { .single-gallery-group .section-title-area .section-title { font-size: 45px; } } .related-post-heading .heading { color: #484848; font-family: "Poppins", sans-serif; font-size: 26px; font-weight: bold; margin: 10px 0 15px; text-transform: capitalize; } .spa-pricing-area .section-title-area .section-title, .wedding-plan-area .section-title-area .section-title { color: #656565; font-size: 30px; } @media only screen and (min-width: 992px) { .wedding-page-area .section-align-title-area { margin-top: 20px; } } .wedding-page-area .section-align-title-area .section-align-title-dec { font-size: 25px; font-weight: 600; line-height: 1.75em; } @media only screen and (min-width: 992px) { .wedding-page-area .col-md-5 { padding-left: 75px; } } ::-moz-selection { color: white; display: inline-block; text-shadow: none; } ::selection { color: white; display: inline-block; text-shadow: none; } p { margin-bottom: 1.875em; line-height: 1.875em; } blockquote { margin: 0 0 1.875em; } address { margin: 0 0 1.3em; } dfn, em, cite, i, code, kbd, tt, var { font-size: 1em; } em, cite, i { font-style: italic; } abbr, acronym { border-bottom: 1px dotted #666666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } pre { background: #f8f8f8; padding: 20px 30px; margin-bottom: 30px; max-width: 100%; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; border-left: 10px solid #ccc; font-size: 0.929em; overflow: auto; } .dropcap { display: block; float: left; margin: 15px 5px 0 0; font-weight: bold; font-size: 60px; color: #ccc; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ body { background: white; /* Fallback for when there is no custom background color defined. */ word-wrap: break-word; overflow-x: hidden; } q { quotes: "" ""; } q:before, q:after { content: ""; } b, strong { font-weight: 600; } blockquote { border: 0; padding: 0; font-style: italic; font-size: 18px; position: relative; border-left: 4px solid #c2c2c2; font-weight: bold; color: #737373; padding: 0 0 0 25px; } blockquote p { margin-bottom: 10px; position: relative; } blockquote p:last-child { margin-bottom: 0; } blockquote p cite { margin-left: 0; padding-left: 0; } blockquote p cite a { padding-left: 0; } blockquote footer { position: relative; } blockquote cite, blockquote a, blockquote span { padding: 0 1.2em; font-size: 0.8em; font-weight: 500; font-style: normal; position: relative; text-indent: 0; } blockquote cite { display: block; } blockquote cite::before { content: ""; padding-right: 5px; } blockquote .small::before, blockquote footer::before, blockquote small::before, blockquote .font_small::before { margin-left: 18px; } ul, ol { padding-left: 0.9em; } li > ul, li > ol { margin-bottom: 0; margin-left: 1em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; line-height: 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; border: 1px solid #969696; } th, td { border: 1px solid #969696; } td { border-width: 0 1px 1px 0; } .tb { display: table; } .tb .tb-cell { vertical-align: middle; display: table-cell; height: 100%; width: 100%; } .full-width-content { float: none; margin: auto; } .bg-white-smoke { background-color: #f8f8f8; } .color-ash { color: #f1f1f1 !important; } .color-dark-gray { color: #afafaf !important; } .color-black { color: black !important; } .color-white { color: white !important; } .jarallax { position: relative; } .italic-style { font-style: italic; } .padding-reset-section { margin: 0; padding: 0 15px; } @media only screen and (max-width: 480px) { .padding-reset-section { padding: 0; } } .padding-reset { padding: 0 5px; } .bg-image { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; } .box-radius { border-radius: 7px; } @media only screen and (min-width: 992px) { .padding-right { padding-right: 0; } } .padding-left { padding-left: 0; } .margin-less { margin-top: -30px; } .section-align-title-area { margin-bottom: 30px; } .overlay-bg { position: relative; } .overlay-bg:before { position: absolute; background-color: rgba(0, 0, 0, 0.65); left: 0; right: 0; top: 0; bottom: 0; content: ""; } @media only screen and (min-width: 1581px) { .container-large-screen { max-width: 1485px; margin: auto; } } @media only screen and (min-width: 1400px) and (max-width: 1580px) { .container-large-screen { max-width: 1350px; margin: auto; } } @media only screen and (min-width: 1250px) and (max-width: 1399px) { .container-large-screen { max-width: 1230px; margin: auto; } } @media only screen and (max-width: 1249px) { .container-large-screen { padding-left: 15px; padding-right: 15px; } } @media only screen and (max-width: 530px) { .mobile-full { width: 100%; } } .modal { text-align: center; padding: 0 !important; } @media only screen and (min-width: 992px) { .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; /* Adjusts for spacing */ } } @media only screen and (min-width: 992px) { .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; } } .pignose-calendar-top-year { font-family: inherit; } .margin-top { margin-top: 30px; } .pd-left { padding-left: 0; } .bg-pattern { background-repeat: repeat; background-size: contain; background-position: center center; } .zero-pd-top { padding-top: 0 !important; } .zero-mr-top { margin-top: 0 !important; } @media only screen and (max-width: 992px) { .mobile-extend { max-height: 600px; overflow: hidden; } } .extend-icon { font-size: 35px; padding: 0; display: block; cursor: pointer; } .extend-icon.up .fa:before { content: "\f106"; } .extend-btn { text-align: center; position: relative; margin-top: -95px; padding-top: 60px; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 97%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.9)), color-stop(100%, white)); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); } .panel { border-radius: 0 !important; } .panel .panel-heading { padding: 0; border-radius: 0 !important; } .panel .panel-title { font-family: inherit; font-weight: bold; } .panel .panel-title a { padding: 12px 15px; display: block; position: relative; } .panel .panel-title a:hover { border-bottom: 0 none; } .panel .panel-title a:after { content: "\f107"; font-family: FontAwesome; position: absolute; right: 20px; top: 12px; } .panel .menu-item-one:first-child { padding-top: 0; margin-top: 0; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button:focus, .btn:focus { outline: none; } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; color: white; } .btn { border-radius: 0px; border-radius: 30px; color: white; font-size: 20px; font-weight: 600; padding: 13px 45px; line-height: normal; } .btn:active { box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset; } .btn-default { border: 0 none; font-size: 16px; font-weight: bold; text-transform: uppercase; background-color: #d8a16c; position: relative; z-index: 5; -webkit-transition: 0.25s ease-in; transition: 0.25s ease-in; } .btn-default:hover, .btn-default:focus { color: white !important; } button[type="submit"] { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } button[type="submit"]:hover, .btn-submit:hover { color: white !important; } .form-submit button[type="submit"] { background-color: #333333; } .btn-offer { border: 2px solid; margin-right: 20px; letter-spacing: 0.010em; font-size: 22px; padding: 10px 45px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .btn-offer.active { box-shadow: 0 0 0 transparent; } .btn-offer.active > span { color: white; } .btn-offer:hover, .btn-offer:focus { color: white !important; } .btn-offer:hover > span, .btn-offer:focus > span { color: white; } @media only screen and (max-width: 767px) { .btn-offer { font-size: 18px; padding: 13px 20px; line-height: 1; clear: both; overflow: hidden; margin-bottom: 15px; } } .btn-more { padding-left: 15px; padding-right: 15px; } .btn-more span { padding: 0 70px; position: relative; } .btn-more span:before { background-color: white; content: ""; height: 40px; left: 50%; position: absolute; top: -10px; width: 1px; z-index: 0; } .btn-more > i.fa { font-size: 18px; } .btn-details:hover { color: white !important; } .hospitality-more { padding-left: 15px; padding-right: 15px; display: table; margin: 60px auto 0; cursor: inherit; } .hospitality-more span.text { padding: 0 45px; position: relative; } .hospitality-more span.text:before { background-color: white; content: ""; height: 40px; left: 50%; position: absolute; top: 50%; width: 1px; z-index: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); opacity: 0.65; margin-left: 3px; } .hospitality-more > i.fa { font-size: 18px; } .hospitality-more:hover { color: white !important; } .hospitality-more .next, .hospitality-more .prev { cursor: pointer; padding: 2px 15px; } .btn-details { background-color: #e7272d; border-radius: 5px; font-size: 14px; font-weight: bold; padding: 8px 25px; text-transform: capitalize; } .btn-submit { font-size: 14px; padding: 5px 0; text-transform: uppercase; width: 100%; border-radius: 5px; font-weight: bold; line-height: 45px; } #login-modal .btn-submit, #registrar-modal .btn-submit, #booking-modal .btn-submit { line-height: normal; } .form-submit #submit { font-size: 14px; font-weight: bold; margin-top: 40px; padding: 10px 30px; } input[type="button"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { outline: none; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 0.5em 1em; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus { outline: none; } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent url("images/select-bg.png") no-repeat scroll 95% 50%; width: 100%; } select option[selected] { color: white; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px transparent inset; -webkit-text-fill-color: #393939 !important; } input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px transparent inset; -webkit-text-fill-color: #393939 !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; } textarea { display: block; width: 100%; font-size: 0.8em; padding: 15px; display: block; } option { background-color: white; border-bottom: 1px solid #e7e7e7; border-radius: 25px; color: #484848; padding: 5px 15px; } input, select, textarea { margin: 0; border: none; vertical-align: baseline; font-size: 100%; font-weight: 400; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } /* Placeholder Color */ ::-webkit-input-placeholder { color: #bababa; } :-moz-placeholder { color: #bababa; opacity: 1; } ::-moz-placeholder { color: #bababa; opacity: 1; } :-ms-input-placeholder { color: #bababa; } .contact-respond input.form-controllar, .contact-respond textarea.form-controllar, .comment-respond input.form-controllar, .comment-respond textarea.form-controllar { border-bottom: 1px solid #e2e2e2; border-left: 0 none; border-right: 0 none; border-top: 0 none; padding: 5px 15px; width: 100%; max-width: 100%; background-color: transparent; font-size: 12px; } .contact-respond #name, .contact-respond #email, .contact-respond #subject, .comment-respond #name, .comment-respond #email, .comment-respond #subject { height: 45px; } /* Form Controls */ .form-controller { border: 0 none; border-radius: 0; box-shadow: 0 0 0 transparent inset; background-color: transparent; width: 100%; } .form-controller:focus { border-color: none; -webkit-box-shadow: none; box-shadow: none; } .search-box .form-controller { font-size: 16px; letter-spacing: 0.03em; text-transform: capitalize; padding: 12px 20px; color: inherit; } .input { background-color: white; border: 1px solid #e7e7e7; font-size: 13px; position: relative; width: 100%; } .input input, .input select { color: #e1e1e1; font-weight: 500; height: 50px; padding: 12px 15px 10px; } .input select { border-radius: inherit; } .input > i.fa { position: absolute; right: 15px; top: 38%; } .review-comment-form { background-color: #313131; padding: 30px; font-weight: bold; margin-bottom: 30px; } .review-comment-form h4 { color: white; font-family: inherit; } .review-comment-form .single-input input, .review-comment-form .single-input textarea { border-radius: 0; border-color: #777777; background: transparent; color: #777777; } .review-comment-form label { color: #777777; } .review-comment-form .btn-submit { line-height: 30px; } .single-input { margin-bottom: 15px; } .single-input input, .single-input textarea { border: 1px solid #e7e7e7; border-radius: 5px; } .single-input textarea { min-height: 200px; max-width: 100%; } .single-input #check { margin-right: 5px; } .single-input .review-rating { font-size: 14px; margin-left: 15px; } .single-input select { background: transparent; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: inherit; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; } a:hover, a:focus, a:active { text-decoration: none; } a:focus { outline: none; } a:hover, a:active { outline: 0; text-decoration: none; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ #mobile-menu { display: none; } .collapse.navbar-collapse { display: inline-block; float: right; padding: 0; } .overlapblackbg { display: none; } .menu-wrapper { border-radius: 0px; margin-bottom: 0px; background-color: transparent; border: 0px solid; } @media only screen and (min-width: 992px) { .mainmenu > li > a { padding: 25px 20px; color: black; background-color: inherit; display: block; font-size: 17px; letter-spacing: 0.01em; font-weight: bold; text-transform: capitalize; text-decoration: none; position: relative; vertical-align: middle; line-height: normal; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; white-space: nowrap; } .mainmenu > li > a > span { margin-left: 3px; vertical-align: middle; font-size: 14px; color: #999; } } .mainmenu > li:last-child a { padding-right: 0px; } .mainmenu > li.current-menu-item > a:before, .mainmenu > li.current-menu-ancestor > a:before { -webkit-transform: translateY(0); transform: translateY(0); } .menu-click { display: none; } /* Sub Menu CSS */ @media only screen and (min-width: 992px) { .sub-menu { position: absolute; z-index: 1000; margin: 0; padding: 0; border: solid 1px #f1f1f1; background-color: white; opacity: 0; filter: alpha(opacity=0); font-weight: normal; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transition: transform 0.3s,opacity 0.4s; transition: transform 0.3s,opacity 0.4s; } .sub-menu li { position: relative; } .sub-menu li a { background: white; background-image: none; color: #000; border-right: 0 none; text-align: left; display: block; line-height: 1.5em; padding: 12px 12px 12px 18px; text-transform: capitalize; font-size: 13px; letter-spacing: normal; font-weight: 600; } .sub-menu li:last-child a { border-bottom: none; } } .sub-menu li a, .sub-menu .sub-menu li a { border-bottom: 1px solid #f1f1f1; } .sub-menu li:last-child > a { border-bottom: 0; } .menuexpandermain { display: none; } .mainmenu { filter: alpha(opacity=100); filter: alpha(opacity=0); } .mainmenu .sub-menu { min-width: 200px; } @media only screen and (min-width: 992px) { .mainmenu li:hover .sub-menu, .mainmenu .sub-menu li:hover .sub-menu { display: block; } } @media only screen and (min-width: 992px) { .mainmenu .sub-menu .sub-menu, .mainmenu .sub-menu .sub-menu .sub-menu { min-width: 200px; position: absolute; left: 100%; top: -1px; margin: 0; padding: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transition: transform 0.4s,opacity 0.4s; transition: transform 0.4s,opacity 0.4s; z-index: 1001; } } @media only screen and (min-width: 992px) { .mainmenu .sub-menu li:hover .sub-menu, .mainmenu .sub-menu .sub-menu li:hover .sub-menu { opacity: 1; filter: alpha(opacity=100); list-style: none; background-color: white; } } @media only screen and (min-width: 992px) { .mainmenu .sub-menu a span { margin-top: 5px; float: right; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); vertical-align: middle; color: #999; font-size: 14px; margin-right: 5px; } } .sub-menu li { position: relative; display: block; } /*Animation*/ .mainmenu { filter: alpha(opacity=100); } .mainmenu li { filter: alpha(opacity=100); } @media only screen and (min-width: 992px) { .mainmenu li > .sub-menu { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; visibility: hidden; } } .mainmenu li:hover { filter: alpha(opacity=100); } @media only screen and (min-width: 992px) { .mainmenu li:hover > .sub-menu { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; filter: alpha(opacity=100); visibility: visible; } } /* hover Color */ .mainmenu li a, .sub-menu > li a, .sub-menu > li > a > span { -webkit-transition: all 0.15s ease 0s; transition: all 0.15s ease 0s; } .mainmenu li .sub-menu > li:hover > a { background-color: #fafafa; } .mainmenu li .sub-menu > li:hover > a span { margin-right: 5px; } .sub-menu > li > a:hover, .sub-menu .sub-menu > li > a:hover, .sub-menu .sub-menu .sub-menu > li > a:hover { background-color: #f1f1f1; -webkit-border-radius: 0; border-radius: 0; text-decoration: none; } @media only screen and (min-width: 991px) { #header-top #mobile-main-nav { display: none; } } .mainmenu > li > a { color: black; } .mainmenu > li::after { color: #5a5a5a; } .right-side-menu .sub-menu { right: -15px; } .right-side-menu .right-side-menu .sub-menu, .right-side-menu .sub-menu .right-side-menu .sub-menu { right: 100%; left: auto; } .right-side-menu .sub-menu > li:hover > a span { transform: rotate(90deg); -webkit-transform: rotate(90deg); } .sub-menu .sub-menu { box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.25); } .nav > li > a:focus, .nav > li > a:hover { background: transparent; } /*-------------------------------------------------------------- ## Pagination --------------------------------------------------------------*/ .page-nav.breadcrumb { background-color: transparent; margin-bottom: 0; padding: 30px 0 30px; } .page-nav.breadcrumb > li { text-transform: capitalize; color: #969696; font-weight: bold; } .page-nav.breadcrumb > li > a { color: #3d4348; font-size: 18px; } .paginations { margin: 25px 0; } .paginations .paging-navigation { font-family: inherit; font-size: 14px; } .paginations .paging-navigation ul { padding: 0px; margin: 0px; list-style: none; } .paginations .paging-navigation ul li { display: inline-block; font-weight: bold; } .paginations .paging-navigation ul li a { background-color: #f2f2f2; border-radius: 25px; color: black; display: block; height: 35px; line-height: 35px; overflow: hidden; text-align: center; width: 45px; } .paginations .paging-navigation ul li a .fa { font-size: 20px; line-height: 35px; } .paginations .paging-navigation ul li.active a { color: white; } /*-------------------# Post Navigation----------------------*/ .post-navigation { border-bottom: 1px solid #d6d6d6; border-top: 1px solid #d6d6d6; padding: 7px 10px; } .post-navigation .nav-links { margin: 0; padding: 0; list-style: none; } .post-navigation .post-previous, .post-navigation .post-next { display: inline; } .post-navigation .post-next { float: right; } .post-navigation a { color: #6c6c6c; font-size: 14px; text-transform: capitalize; font-weight: bold; -webkit-transition: all 0.20s ease 0s; transition: all 0.20s ease 0s; } .post-navigation a i { margin: 0 4px; } /*-------------------------------------------------------------- ## Navigation Responsive --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Mobile CSS --------------------------------------------------------------*/ @media only screen and (max-width: 991px) { .site-navigation { display: none; } .menuexpandermain, #mobile-main-nav { display: block; } .main-navigation .mainmenu { margin: 0; } .menu-area { margin-top: 0; } .menu-area:before { border: 0 none; } .navigation.menuopen { display: block; } .mainmenu li a span:not(.my-cart) { display: none; } #mobile-menu { display: block; } .mainmenu > li:hover > a { background-color: rgba(0, 0, 0, 0.04); text-decoration: none; } .main-navigation .mainmenu > li.current-menu-item > a, .main-navigation .mainmenu > li.current-menu-ancestor > a { background-color: rgba(0, 0, 0, 0.04); } .overlaybg { left: 0; z-index: 100; width: 100%; height: 100%; position: fixed; top: 0; display: none; background-color: rgba(0, 0, 0, 0.45); cursor: pointer; } .overlaybg.menuopen { display: block; } .main-navigation .mainmenu > li > a { backface-visibility: hidden; background-color: white; box-shadow: 0 0 1px transparent; color: #fff; display: block; font-weight: 600; line-height: 30px; overflow: hidden; padding: 5px 14px; position: relative; text-decoration: none; -webkit-transform: translateZ(0px); transform: translateZ(0px); vertical-align: middle; } /* Default Color */ .mainmenu li:hover .sub-menu { display: none; } .mainmenu li:hover .sub-menu .sub-menu { display: none; } .mainmenu li:hover .megamenu { display: none; } #main-mobile-container .mainmenu > li::after { content: ""; } .mainmenu .sub-menu .sub-menu li:hover .sub-menu { display: none; list-style: none; padding: 2px; background-color: white; } .mainmenu li:first-child a { -webkit-border-radius: 0; border-radius: 0; } .mainmenu li:last-child a { border-right: 0; -webkit-border-radius: 0; border-radius: 0; } .innerpnd { padding: 0; } .menu-container { overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; min-height: 800px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .menuexpander { display: inline-block; height: 53px; margin-bottom: -6px; position: relative; width: 56px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } /* Mobile click to drop arrow */ .menu-click { position: absolute; top: 0; right: 0; display: block; cursor: pointer; z-index: 120; } .menu-click i { display: block; background-size: 25px; font-size: 14px; color: rgba(0, 0, 0, 0.25); float: right; padding: 15px; width: 43px; -webkit-transition: transform 0.1s ease; transition: transform 0.1s ease; } .menu-extend.fa-plus::before { content: "\f068"; font-family: FontAwesome; } /*2nd UL Style*/ .mainmenu .sub-menu a { display: block; padding: 10px 22px; font-size: 13px; font-weight: normal; } .main-navigation .menu-wrapper ul > li ul { border-top: 0 none; border-bottom: 0 none; border-right: 0 none; } .mainmenu .sub-menu .sub-menu { width: 100%; position: static; left: 100%; top: 0; display: none; margin: 0; padding: 0; border: solid 0; transform: none; opacity: 1; visibility: visible; } .mainmenu .sub-menu .sub-menu li { margin: 0; padding: 0; position: relative; } .sub-menu sub li:hover > a { color: white; } .mainmenu > li > a .fa { margin-right: 6px; } .sub-menu .sub-menu .sub-menu { width: 100%; position: static; left: 100%; top: 0; display: none; margin: 0; padding: 0; border: solid 0; transform: none; opacity: 1; visibility: visible; } .sub-menu .sub-menu .sub-menu li { margin: 0; } .sub-menu .sub-menu .sub-menu a { display: block; padding: 11px 25px; font-weight: normal; } .sub-menu .sub-menu .sub-menu li:hover > a { color: #fff; } .main-navigation { overflow-y: auto; overflow-x: hidden; } .main-navigation .menu-wrapper .container { padding: 0; } .main-navigation .menu-wrapper .row { margin: 0; } .main-navigation .mainmenu { height: 100%; display: block; } .main-navigation .mainmenu > li { width: 240px; display: block; float: none; border-right: none; background-color: transparent; position: relative; text-align: left; white-space: inherit; } .main-navigation .mainmenu > li > a::before { opacity: 0; } .main-navigation .mainmenu > li > a::after { position: relative; content: ""; } .main-navigation .mainmenu > li > a { padding: 9px 32px 9px 17px; font-size: 15px; letter-spacing: 0; border-right: solid 0px; background-color: transparent; line-height: 25px; border-bottom: 1px solid #ebebeb; position: static; color: black; font-family: inherit; } .sub-menu { transform: none; opacity: 1; display: none; position: relative; top: 0px; background-color: white; border: 0 none; padding: 0; margin: 0; visibility: visible; color: #505050; font-family: inherit; font-weight: normal; } .sub-menu li { position: relative; } .sub-menu .sub-menu li a { color: #505050; } .sub-menu .sub-menu li a { line-height: 20px; font-size: 13px; } .sub-menu li .sub-menu li a { padding-left: 28px; } .sub-menu .fa { margin-right: 0; } .mrginleft { margin-left: 240px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .main-navigation { width: 0; height: 100%; position: fixed; left: 0; padding: 0; top: 0; margin: 0; z-index: 1010; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; border: none; background-color: white; } /*Nav Expanding Open Effect*/ .main-navigation.menuopen { width: 240px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .main-navigation.menuclose { -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .menucontent { z-index: 1000; } /* Navigation arrow Animation */ .animated-arrow { position: absolute; right: 0; left: -28px; top: 0; z-index: 1001; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } #menu-marker { display: none; } .animated-arrow { cursor: pointer; padding: 32px 15px; } .animated-arrow.menuopen { position: fixed; left: 45%; } .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after { cursor: pointer; height: 3px; width: 23px; background: black; position: absolute; display: block; content: ''; } .animated-arrow span:before { top: -7px; } .animated-arrow span:after { bottom: -7px; } .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after { -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .animated-arrow.menuopen span { background-color: transparent; } .animated-arrow.menuopen span:before, .animated-arrow.menuopen span:after { background: #969696; } .animated-arrow.menuopen span:before, .animated-arrow.active span:after { top: 7px; } .animated-arrow.menuopen span:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); bottom: 0; } .animated-arrow.menuopen span:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .mainmenu.top-menu > li:first-of-type > a { border-top: 0 none; } .mainmenu.top-menu > li:last-of-type > .sub-menu > li:first-of-type > a { border-top: 0 none; } #mobile-main-nav .mainmenu .sub-menu a { line-height: 24px; } #mobile-main-nav .mainmenu .sub-menu li a, #mobile-main-nav .mainmenu .sub-menu .sub-menu li a { border-bottom: 1px solid #ebebeb; } #mobile-main-nav .mainmenu .sub-menu > li:last-of-type > a { border-bottom: 1px solid #ebebeb; } li.menu-item > ul.sub-menu, li.menu-item:not(.sh_mega) ul.sub-menu { display: none; } .mobile-menu-main .animated-arrow { width: 100%; margin-left: 45px; margin-top: 2px; } .mobile-menu-main #navtoggole-main.animated-arrow.menuopen { left: 16em; } .mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::before, .mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::after { background: white; } .mobile-menu-main .menuexpandermain { position: relative; padding: 30px; } .mobile-menu-main .menuexpandermain #menu-marker { height: auto; padding-top: 0; margin-left: 0; } .menu-content ul { list-style: none; } .menu-content > ul { padding-left: 0; } } @media only screen and (max-width: 600px) { .menuexpander .menuopen { left: 240px; margin-top: 4px; } } @media only screen and (max-width: 400px) { .mobile-menu-main #navtoggole-main.animated-arrow.menuopen { left: 12.5em; } } /*-------------------------------------------------------------- # Pagination Responsive --------------------------------------------------------------*/ @media only screen and (max-width: 500px) { .paginations.col-md-12 { padding: 0; } .paginations.col-md-12 .nav-links li a { padding: 0; letter-spacing: 1px; } .paginations.col-md-12 .nav-links li a span { margin: 0; } } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { border-radius: 3px; clip: auto !important; color: #21759b; display: block; font-size: 0.8em; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP tool-bar. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.8em; } .alignright { display: inline; float: right; margin-left: 1.8em; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 45px; overflow: hidden; position: relative; } .widget:last-child { border-bottom: none; } .widget select { width: 100%; border: 1px solid #f1f1f1; padding: 0.4em 0.8em; outline: none; position: relative; } .widget ul, .widget ol { margin: 0; padding: 0; list-style: none; } .widget ul li { border-bottom: 1px solid #e2e2e2; } .widget ul li:last-child { border-bottom: 0px solid; } .widget .widget-title-area { margin-bottom: 30px; } .widget .widget-title { font-size: 20px; font-weight: bold; text-transform: capitalize; margin: 0; } .widget .widget-content { position: relative; overflow: hidden; } .widget pre { padding: 0.5em; } .widget label { margin-bottom: 0; display: inline; } .widget option { padding: 0.2em 1em; } .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea { padding: 0.5em 1em; } .widget input[type="text"]:focus, .widget input[type="email"]:focus, .widget input[type="url"]:focus, .widget input[type="password"]:focus, .widget input[type="search"]:focus, .widget textarea:focus { box-shadow: none !important; } #footer-bottom-section .widget-title { display: block; border-bottom: 1px solid #d6d6d6; padding-bottom: 10px; color: #2c2c2c; } .left-sidebar .widget { margin: 0px; margin-bottom: 50px; } #secondary.right-sidebar { margin-top: -10px; } #secondary.right-sidebar .widget { margin: 0 0 50px !important; } @media only screen and (max-width: 991px) { #secondary.right-sidebar { margin: 70px 0 0px; } } @media only screen and (max-width: 600px) { #secondary.right-sidebar { margin: 40px 0 0px; } #secondary.right-sidebar .widget { margin: 0 0 25px !important; } } #secondary.top-sidebar { margin-top: -13px; margin-bottom: 70px; } @media only screen and (max-width: 767px) { #secondary.top-sidebar { margin-bottom: 0px !important; } } #secondary2 { margin-top: -30px; } .search-form .ramble-advance-search { display: none; background: white; padding: 10px; text-align: center; border: 1px solid #f1f1f1; border-top: 0 none; } .search-form .search-type-column { display: inline-block; margin-right: 22px; } .search-form .search-type-column label { margin-left: 5px; } .widget-title-area { position: relative; display: block; } .widget .expand-margin.widget-title:after { content: "\f107"; font-family: FontAwesome; position: absolute; right: 0; } .widget .expand-margin.expand.widget-title:after { content: "\f106"; } /*-------------------------------------------------------------- # Layout --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Header Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Pre-Loader --------------------------------------------------------------*/ .preloader { background: white; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; position: fixed; text-align: center; z-index: 999999; } .preloader .loader { top: 40%; position: relative; } .preloader .loader i { font-size: 3em; } .preloader-logo { position: relative; top: 20%; } .preloader-logo img { margin: auto; } /*-------------------------------------------------------------- # Site Header --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Header Top --------------------------------------------------------------*/ .header-top { padding: 15px 0; background-color: #131313; } @media only screen and (max-width: 992px) { .header-top .addresses { text-align: center; margin-bottom: 15px; } } .header-top .addresses > div { display: inline-block; margin-right: 30px; color: #898989; } .header-top .addresses > div:last-child { margin-right: 0; } .header-top .addresses > div > i { float: left; vertical-align: middle; position: relative; top: 3px; } .header-top .addresses > div p { font-size: 12px; font-weight: 600; margin-bottom: 0; margin-left: 25px; text-transform: capitalize; } .header-top .col-md-4 { text-align: right; } @media only screen and (max-width: 992px) { .header-top .col-md-4 { text-align: center; } } @media only screen and (max-width: 767px) { .header-top .col-md-4 { padding: 0; } } .header-top .col-md-4 > div { display: inline-block; } @media only screen and (max-width: 767px) { .header-top .col-md-4 > div { vertical-align: middle; } } .header-top .col-md-4 .social-links > a { color: #5a5a5a; margin: 0 8px; } @media only screen and (max-width: 767px) { .header-top .col-md-4 .social-links > a { margin: 0; padding: 8px; color: #a7a7a7; } } .header-top .col-md-4 .search-area > i.fa-search { color: #bababa; cursor: pointer; } .header-top .col-md-4 .search-area { position: relative; } .header-top .col-md-4 .search-area .header-search { display: none; position: absolute; background: #fff; width: 270px; right: -15px; margin-top: 10px; padding: 10px; z-index: 99; box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15); border-radius: 5px; } .header-top .col-md-4 .search-area .header-search .form-controller { border: 1px solid #d8a16c; height: 42px; } .header-top .col-md-4 .search-area .btn.btn-default { padding: 7px 15px; border-radius: 0; height: 42px; } .header-top .col-md-4 .mobile-search-area { max-width: 205px; } @media only screen and (max-width: 767px) { .header-top .col-md-4 .mobile-search-area { max-width: 160px; } } .header-top .col-md-4 .mobile-search-area .btn-default { padding: 8px 10px; background: transparent; } .header-top .col-md-4 .mobile-search-area .form-controller { color: #a7a7a7; } /*-------------------------------------------------------------- # Header Bottom --------------------------------------------------------------*/ .header-bottom { background-color: white; } .header-bottom .logo-block { padding: 15px 0; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header-bottom .logo-block { max-width: 195px; padding: 23px 0; } } @media only screen and (max-width: 992px) { .header-bottom .logo-block { padding: 20px 0; } } @media only screen and (max-width: 992px) { .header-bottom .logo-block { max-width: 195px; } } @media only screen and (max-width: 992px) { .header-bottom > .container > .row { overflow: hidden; } } .section-title-one { position: relative; margin-bottom: 60px; padding: 0px; } .section-title-one .title-box { position: relative; z-index: 9; background-color: #e7272d; border-bottom: 15px solid #f1f1f1; border-left: 15px solid #f1f1f1; border-radius: 0 0 105px 105px; border-right: 15px solid #f1f1f1; margin: 0 auto 15px; padding-top: 25px; width: 210px; } @media only screen and (max-width: 767px) { .section-title-one .title-box { width: 200px; padding-top: 15px; } } .section-title-one .title-box .title-box-inner { background-color: white; border-radius: 50%; min-height: 145px; margin: 0 auto 18px; min-width: 145px; } .section-title-one .title-box .title-box-inner h3.section-name { text-transform: capitalize; color: #999999; font-size: 20px; font-weight: bold; margin: 40px 0 0; line-height: 24px; font-family: inherit; } .section-title-one .title-box .title-box-inner h3.section-name span { color: black; display: block; } .section-title-one .title-box .title-box-inner .fa { color: #747474; font-size: 30px; } .section-title-one h2.section-title { color: #484848; font-size: 36px; font-weight: 900; position: absolute; top: 80px; width: 100%; z-index: 0; } @media only screen and (max-width: 767px) { .section-title-one h2.section-title { position: relative; top: 0; margin-bottom: 10px; margin-top: 0; } } .section-title-one h2.section-title > span { margin: 0 130px; } @media only screen and (max-width: 767px) { .section-title-one h2.section-title > span { margin: 0; } } .section-title-one h2.section-title > span:first-child { margin-left: 0; } .section-title-one h2.section-title > span:last-child { margin-right: 0; } /*-------------------------------------------------------------- # Welcome Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Welcome Slider Basic --------------------------------------------------------------*/ .welcome-slider { position: relative; } .welcome-slider .pogoSlider-slide:before { content: ""; background-color: rgba(0, 0, 0, 0.75); left: 0; right: 0; top: 0; bottom: 0; position: absolute; } /*-------------------------------------------------------------- # Welcome Section Style One --------------------------------------------------------------*/ .welcome-slider .style-one .slider-container { margin: auto 0 auto auto; position: relative; max-width: 86%; } .welcome-slider .style-one .slider-heading-main { font-weight: bold; margin-bottom: 0; position: absolute; z-index: 0; top: 45%; line-height: 0.75; margin: 0; font-size: 60px; transform-origin: left center; z-index: 0; transform: rotate(-90deg) translateX(-50%); -webkit-transform: rotate(-90deg) translateX(-50%); text-transform: uppercase; font-family: inherit; font-weight: bold; text-align: center; left: 8%; color: #333333; } @media only screen and (max-width: 850px) { .welcome-slider .style-one .slider-heading-main { display: none; } } .welcome-slider .style-one .slider-heading-main span { display: block; font-size: 23px; } .welcome-slider .style-one .slider-container { position: relative; z-index: 5; padding: 2% 0; } @media only screen and (min-width: 767px) and (max-width: 850px) { .welcome-slider .style-one .slider-container { margin-top: 45px; } } .welcome-slider .style-one .image-content { padding: 9.45% 0; } @media only screen and (max-width: 749px) { .welcome-slider .style-one .image-content { padding: 20.45% 0; } } .welcome-slider .style-one .image-before { position: absolute; left: 8.5%; top: 18%; } @media only screen and (min-width: 1501px) { .welcome-slider .style-one .image-before { left: 18.5%; top: 19%; } } @media only screen and (max-width: 767px) { .welcome-slider .style-one .image-before { left: 10%; top: 15%; } } .welcome-slider .style-one .image-before .content { position: absolute; right: -45%; top: 30%; } @media only screen and (min-width: 800px) and (max-width: 991px) { .welcome-slider .style-one .image-before .content { right: -85%; } } .welcome-slider .style-one .image-before .content .content-text:nth-child(2) { margin-top: 2em; margin-left: 4.5em; } @media only screen and (max-width: 749px) { .welcome-slider .style-one .image-before .content { display: none; } } .welcome-slider .style-one .image-after { position: absolute; bottom: 20%; right: 25%; z-index: -1; } @media only screen and (min-width: 1501px) { .welcome-slider .style-one .image-after { bottom: 23%; right: 30%; } } .welcome-slider .style-one .image-after .content { position: absolute; left: -27em; bottom: 0.5em; } @media only screen and (min-width: 1501px) { .welcome-slider .style-one .image-after .content { left: -30em; bottom: 0em; } } @media only screen and (min-width: 767px) and (max-width: 992px) { .welcome-slider .style-one .image-after .content { left: -22em; bottom: 0em; } } .welcome-slider .style-one .image-after .content .content-text:nth-child(2) { margin-left: 8em; margin-top: 30px; } @media only screen and (min-width: 750px) and (max-width: 800px) { .welcome-slider .style-one .image-after .content .content-text:nth-child(2) { margin-left: 5em; } } .welcome-slider .style-one .image-after .content .content-text:nth-child(3) { margin-left: 19em; margin-top: 20px; } @media only screen and (min-width: 750px) and (max-width: 800px) { .welcome-slider .style-one .image-after .content .content-text:nth-child(3) { margin-left: 11em; } } @media only screen and (max-width: 749px) { .welcome-slider .style-one .image-after .content { display: none; } } .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-family: inherit; font-size: 105px; font-weight: bold; text-transform: capitalize; line-height: 0.70em; margin-top: 0; margin-bottom: 0; } .welcome-slider .style-one .image-before .heading h2 span, .welcome-slider .style-one .image-after .heading h2 span { color: white; display: block; font-size: 75px; } @media only screen and (max-width: 599px) { .welcome-slider .style-one .image-before .heading h2 span, .welcome-slider .style-one .image-after .heading h2 span { font-size: 30px; } } @media only screen and (max-width: 1140px) and (min-width: 992px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 75px; } } @media only screen and (min-width: 600px) and (max-width: 991px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 60px; } } @media only screen and (max-width: 599px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 45px; line-height: 1; } } @media only screen and (max-width: 450px) { .welcome-slider .style-one .image-before .heading h2, .welcome-slider .style-one .image-after .heading h2 { font-size: 30px; } } .welcome-slider .style-one .image-after .heading h2 { color: #d8a16c; } .welcome-slider .style-one .content .content-text { color: white; } .welcome-slider .style-one .content .content-text:before { content: ""; width: 3px; height: 3px; border: 2px solid white; border-radius: 50px; margin-right: 5px; padding: 3px; display: inline-block; } .welcome-slider .style-two .slider-container { margin: auto; margin-left: 0; max-width: 86%; position: relative; } .welcome-slider .style-two .slider-heading-main { position: relative; text-align: center; font-size: 90px; font-weight: bold; line-height: 0.75em; margin-top: 7%; margin-bottom: 0; } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .slider-heading-main { font-size: 45px; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .slider-heading-main { visibility: hidden; } } .welcome-slider .style-two .slider-heading-main span { display: block; font-family: "Poppins", sans-serif; font-size: 20px; font-weight: normal; color: white; } @media only screen and (min-width: 767px) and (max-width: 850px) { .welcome-slider .style-two .slider-heading-main { margin-top: 9%; } } .welcome-slider .style-two .image-before { position: absolute; left: 23%; top: 15%; } .welcome-slider .style-two .image-before .heading h2 { font-size: 60px; font-weight: bold; } @media only screen and (max-width: 992px) { .welcome-slider .style-two .image-before .heading h2 { font-size: 45px; } } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .image-before { left: 18%; top: 30%; } } @media only screen and (max-width: 700px) { .welcome-slider .style-two .image-before { top: 0; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .image-before { display: none; } } @media only screen and (max-width: 700px) { .welcome-slider .style-two .image-content { margin-top: -30px; } } .welcome-slider .style-two .image-after { position: absolute; top: 50%; right: -7em; width: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .image-after { right: -2%; } } @media only screen and (max-width: 960px) { .welcome-slider .style-two .image-after { right: 5%; width: 40%; } } @media only screen and (max-width: 700px) { .welcome-slider .style-two .image-after { right: auto; width: 100%; top: 64%; left: 20%; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .image-after { right: auto; width: 100%; top: 47%; left: 8%; text-align: center; margin: auto; right: 8%; } } .welcome-slider .style-two .image-after .heading h2 { color: #fff; font-size: 75px; font-weight: bold; } @media only screen and (min-width: 1400px) { .welcome-slider .style-two .image-after .heading h2 { font-size: 105px; } } @media only screen and (max-width: 1200px) { .welcome-slider .style-two .image-after .heading h2 { font-size: 45px; } } @media only screen and (max-width: 680px) { .welcome-slider .style-two .image-after .heading h2 { font-size: 30px; } } .welcome-slider .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev { left: 2em; } @media only screen and (max-width: 680px) { .welcome-slider .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, .welcome-slider .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev { left: 1em; } } .welcome-slider .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirTopRight .pogoSlider-dir-btn--next { right: 2em; } @media only screen and (max-width: 680px) { .welcome-slider .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .welcome-slider .pogoSlider--dirTopRight .pogoSlider-dir-btn--next { right: 1em; } } .welcome-slider .pogoSlider--navBottom .pogoSlider-nav { display: none; } @media only screen and (max-width: 1140px) and (min-width: 800px) { .pogoSlider { padding-bottom: 50% !important; } } @media only screen and (max-width: 799px) and (min-width: 600px) { .pogoSlider { padding-bottom: 55% !important; } } @media only screen and (max-width: 798px) { .pogoSlider { padding-bottom: 62% !important; } } /*-------------------------------------------------------------- # Main Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Head chef and Booking --------------------------------------------------------------*/ .online-book-form .input { margin-bottom: 15px; } .online-book-form .input > i.fa { color: #ccc; } .online-book-form.style-one { position: relative; overflow: hidden; padding: 30px; } .online-book-form.style-one .input { background-color: transparent; } .online-book-form.style-one .input input { padding: 10px; height: 40px; } .online-book-form.style-one .input { border-color: #e4e4e4; } .online-book-form.style-one .input input::-webkit-input-placeholder, .online-book-form.style-one .input textarea::-webkit-input-placeholder { color: #ebebeb; } .online-book-form.style-one .input input:-moz-placeholder, .online-book-form.style-one .input textarea:-moz-placeholder { color: #ebebeb; opacity: 1; } .online-book-form.style-one .input input::-moz-placeholder, .online-book-form.style-one .input textarea::-moz-placeholder { color: #ebebeb; opacity: 1; } .online-book-form.style-one .input input:-ms-input-placeholder, .online-book-form.style-one .input textarea:-ms-input-placeholder { color: #ebebeb; } .online-book-form.style-one .input input, .online-book-form.style-one .input textarea { color: #ebebeb; } .online-book-form.style-one .book-form-title { color: white; margin-top: 0; text-transform: capitalize; font-weight: bold; } .online-book-form.style-one .book-form-title span { color: #d8a16c; font-family: "Poppins", sans-serif; display: block; } .online-book-form.style-one textarea { min-height: 100px; } .online-book-form.style-one a.btn.btn-default { margin-top: 0 !important; border-radius: 0; width: 100%; } .online-book-form.color-one { background-color: #313131; } .online-book-form.color-two a.btn.btn-default { background-color: white !important; color: black; } .online-book-form.style-two { padding: 45px 0; } .online-book-form.style-two .book-form-title { font-family: inherit; font-size: 18px; margin-top: 0; color: #bbb; text-transform: uppercase; font-weight: 600; } .online-book-form.style-two a.btn.btn-default { margin-top: 24px; padding: 17px 30px; width: 100%; background-color: #d8a16c; } .booking-with-chif.margin-top { margin-top: -45px; z-index: 999; position: relative; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top { margin-top: 15px; } } .booking-with-chif.margin-top .head-chif-details { padding-top: 75px; max-width: 350px; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .head-chif-details { max-width: 100%; text-align: center; padding-top: 15px; } } .booking-with-chif.margin-top .head-chif-image { position: absolute; bottom: 0; right: 0; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .head-chif-image { left: 0; margin: auto; max-width: 300px; } } @media only screen and (max-width: 992px) { .booking-with-chif.margin-top .head-chif-image img { opacity: 0.25; z-index: -1; position: relative; display: block; margin: auto; } } .booking-with-chif.margin-top .heading-title { color: black; font-size: 60px; font-weight: bold; } .booking-with-chif.margin-top .sub-heading-title { font-family: inherit; margin-bottom: 30px; font-size: 16px; font-weight: 600; } .booking-with-chif.margin-top a.btn.btn-default { margin-top: 30px; background-color: #d8a16c; } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .head-chif-details a.btn.btn-default { margin-bottom: 30px; } } .booking-with-chif.margin-top .col-md-8 { min-height: 606px; } @media only screen and (max-width: 992px) and (min-width: 768px) { .booking-with-chif.margin-top .col-md-8 { min-height: 598px; } } @media only screen and (max-width: 767px) { .booking-with-chif.margin-top .col-md-8 { min-height: 100%; } } .booking-with-chif.margin-top .input { border-color: #7d7d7d; } .booking-with-chif.margin-top .color-two .input { border-color: #e4e4e4; } .booking-with-chif.margin-top .color-two .input input::-webkit-input-placeholder, .booking-with-chif.margin-top .color-two .input textarea::-webkit-input-placeholder { color: #ebebeb; } .booking-with-chif.margin-top .color-two .input input:-moz-placeholder, .booking-with-chif.margin-top .color-two .input textarea:-moz-placeholder { color: #ebebeb; opacity: 1; } .booking-with-chif.margin-top .color-two .input input::-moz-placeholder, .booking-with-chif.margin-top .color-two .input textarea::-moz-placeholder { color: #ebebeb; opacity: 1; } .booking-with-chif.margin-top .color-two .input input:-ms-input-placeholder, .booking-with-chif.margin-top .color-two .input textarea:-ms-input-placeholder { color: #ebebeb; } .booking-with-chif.margin-top .color-two .input input, .booking-with-chif.margin-top .color-two .input textarea { color: #ebebeb; } /*-------------------------------------------------------------- # Menu Item area --------------------------------------------------------------*/ .special-tab-content .r-tabs-accordion-title, .special-tab-content .nav-tabs > li > a, .special-tab-content .nav-tabs > li > a:hover, .special-tab-content .nav-tabs > li.active > a, .special-tab-content .nav-tabs > li.active > a:focus, .special-tab-content .nav-tabs > li.active > a:hover { background: transparent; border: 0 none; border-radius: 0; } .special-tab-content .nav-tabs > li > a { padding: 10px 25px; padding-left: 0; color: #c2c2c2; font-weight: 600; text-transform: capitalize; } .special-tab-content .r-tabs-accordion-title:before, .special-tab-content .nav-tabs > li > a:before { content: ""; width: 10px; height: 10px; display: inline-block; border-radius: 50px; background: #c2c2c2; margin-right: 8px; } .special-tab-content .nav-tabs > li > a:hover, .special-tab-content .nav-tabs > li.active > a, .special-tab-content .nav-tabs > li.active > a:focus, .special-tab-content .nav-tabs > li.active > a:hover { color: #484848; } .special-tab-content.style-two .panel { background-color: #333333; border: 0 none; border-radius: 0; } .special-tab-content.style-two .panel-default > .panel-heading { color: #ffffff; background-color: #3d3d3d; border-color: rgba(0, 0, 0, 0.75); border-radius: 0; padding: 0; } .special-tab-content.style-two .panel-title { font-weight: 600; font-family: inherit; position: relative; } .special-tab-content.style-two .panel-title a { padding: 12px 20px; display: block; position: relative; } .special-tab-content.style-two .panel-title a:hover { border-bottom: 0 none; } .special-tab-content.style-two .panel-title a:after { content: "\f107"; font-family: FontAwesome; position: absolute; right: 20px; top: 12px; } .special-tab-content.style-two .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgba(0, 0, 0, 0.1); } .special-tab-content.style-two .nav-tabs > li > a { font-family: "Playfair Display", serif; font-style: italic; padding-right: 45px; } .special-tab-content.style-two .nav-tabs > li.active > a, .special-tab-content.style-two .nav-tabs > li:hover > a { color: #d8a16c; } .special-tab-content.style-two .nav-tabs > li.active > a:before, .special-tab-content.style-two .nav-tabs > li:hover > a:before { background-color: #d8a16c; } .menu-item-one { margin-top: 10px; } @media only screen and (max-width: 992px) { .menu-item-one { margin-top: 15px; border-top: 1px solid #ebebeb; padding-top: 15px; } } @media only screen and (max-width: 992px) { .menu-item-one:first-child { border-top: 0 none; } } .menu-item-one .menu-item-one { clear: both; overflow: hidden; width: 100%; } .menu-item-one .tb-cell { width: auto; vertical-align: middle; } @media only screen and (max-width: 992px) { .menu-item-one .tb-cell { vertical-align: top; } } .menu-item-one .menu-title { font-family: inherit; font-size: 20px; font-weight: 600; margin-bottom: 0; padding-top: 20px; margin-top: 0; } @media only screen and (max-width: 992px) { .menu-item-one .menu-title { padding-top: 0; } } .menu-item-one .menu-title .price-inner { color: #333; margin-left: 10px; } .menu-item-one .menu-title .price-inner:before { content: "-"; margin-right: 5px; } .menu-item-one .item-text { max-width: 450px; padding-left: 30px; padding-right: 30px; } @media only screen and (max-width: 992px) { .menu-item-one .item-text { max-width: 100%; padding-right: 0; } } @media only screen and (max-width: 480px) { .menu-item-one .item-text { padding-left: 15px; } } .menu-item-one .image-area { max-width: 115px; max-height: 100px; } .menu-item-one .image-area img { border-radius: 5px; } .menu-item-one .item-price .price-inner { border: 1px solid #d4d4d4; border-radius: 50%; min-height: 75px; text-align: center; min-width: 75px; font-size: 18px; font-weight: bold; color: #3d3d3d; line-height: 70px; } @media only screen and (max-width: 992px) { .menu-item-one .menu-description { margin-bottom: 0; } } .menu-item-one.style-two { margin-top: 15px; border-top: 0 none; padding-top: 0; } @media only screen and (max-width: 992px) { .menu-item-one.style-two:first-child { margin-top: 0; } } @media only screen and (max-width: 992px) { .menu-item-one.style-two { width: 100%; } } .menu-item-one.style-two .item-text { padding-left: 0; } .menu-item-one.style-two .menu-title { border-bottom: 1px solid #d8a16c; font-family: "Playfair Display", serif; font-style: italic; padding-bottom: 5px; } .menu-item-one.style-two .menu-title .peo-mobile { padding-left: 30px; font-size: 12px; font-weight: normal; font-family: "Poppins", sans-serif; font-style: normal; float: right; position: relative; top: 3px; } @media only screen and (max-width: 530px) { .menu-item-one.style-two .menu-title .peo-mobile { float: none; top: 0; padding-left: 15px; } } .menu-item-one.style-two .menu-title .price { padding-left: 30px; font-style: normal; float: right; } @media only screen and (max-width: 530px) { .menu-item-one.style-two .menu-title .price { float: none; padding-left: 15px; } } @media only screen and (max-width: 530px) { .menu-item-one.style-two .menu-title .price:before { content: "-"; margin-right: 5px; } } .menu-item-one.style-two .price-inner { line-height: 60px; min-height: 60px; min-width: 60px; } .menu-item-one.style-two .menu-item-meta > li { color: #d8a16c; } @media only screen and (max-width: 992px) { .menu-item-one.style-two .item-price { display: inline-block; } } .menu-item-one.style-two .tb-cell { vertical-align: middle; } .menu-item-one.style-three { margin-top: 30px; width: 100%; } @media only screen and (max-width: 992px) { .menu-item-one.style-three { margin-top: 0; border-top: 0; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; } } @media only screen and (max-width: 992px) { .menu-item-one.style-three:last-child { border-bottom: 0 none; } } .menu-item-one.style-three .tb-cell { vertical-align: middle !important; } .menu-item-one.style-three .menu-title { border-bottom: 1px solid #f1f1f1; font-family: "Playfair Display", serif; font-style: italic; padding-bottom: 5px; padding-top: 10px; } @media only screen and (max-width: 992px) { .menu-item-one.style-three .menu-title { padding-top: 0; } } @media only screen and (max-width: 992px) { .menu-item-one.style-three .menu-title .price:before { content: "-"; margin-right: 5px; margin-left: 5px; } } .menu-item-one.style-three .price-inner { min-width: 60px; min-height: 65px; line-height: 65px; } .menu-item-one.style-three .menu-item-meta > li { color: #999; } .menu-item-one.style-three .item-text { padding-left: 15px; } .menu-item-one .menu-item-meta > li:first-child { padding-left: 0; } .menu-item-one .peo-number span::before { background-color: #d8a16c; } .menu-item-one .peo-number { padding: 0 30px; } .menu-item-one .peo-number:after { right: 15px; } .menu-item-one .peo-number:before { left: 0px; } .menu-item-one.color-normal .menu-title { border-bottom: 1px solid #d6d6d6; font-style: italic; padding-bottom: 10px; padding-top: 10px; margin-bottom: 10px; } .menu-item-one.color-normal .menu-item-meta > li { color: #767676; font-weight: normal; } @media only screen and (max-width: 992px) { .menu-item-one.color-normal .item-price { display: table-cell; } } @media only screen and (max-width: 992px) { .menu-area-three .col-md-6:first-child { margin-bottom: 15px; } } .menu-item-heading { background-size: cover; background-position: center center; padding: 15px; border-radius: 5px; position: relative; } .menu-item-heading:before { content: ""; background-color: rgba(0, 0, 0, 0.55); left: 0; right: 0; top: 0; bottom: 0; position: absolute; border-radius: 5px; } .menu-item-heading h3 { position: relative; color: #fff; font-size: 30px; font-weight: bold; text-transform: capitalize; } .menu-item-heading h5 { color: #f1f1f1; font-family: inherit; position: relative; } .menu-item-two { background-color: white; border-radius: 7px; margin-bottom: 30px; } .menu-item-two > div { display: block !important; } .menu-item-two .image-area { overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .menu-item-two .image-area img { border-radius: 7px; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .menu-item-two .menu-content { padding: 0 15px 15px; } .menu-item-two .menu-content div { display: block; } .menu-item-two .menu-title { font-size: 22px; font-weight: bold; } .menu-item-two .item-price { display: inline-block !important; background: #f5f5f5; min-width: 60px; min-height: 60px; line-height: 60px; border-radius: 50px; font-size: 20px; font-family: "Playfair Display", serif; font-weight: bold; margin-top: -30px; position: relative; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /*-------------------------------------------------------------- # About And Special Menu --------------------------------------------------------------*/ .gallery .single-best-place { margin-bottom: 10px; } .about-and-sp-menu { padding: 60px 0; } .about-and-sp-menu .gallery:before { content: ""; background-image: url(http://localhost/ttcn/fileupload/about-special-menu-bg.png); width: 132px; height: 575px; position: absolute; left: -75px; bottom: 0; } .about-and-sp-menu.style-two .section-align-title-area { max-width: 80%; } @media only screen and (max-width: 992px) { .about-and-sp-menu.style-two .section-align-title-area { max-width: 100%; } } .about-and-sp-menu.style-two .section-align-title-area .section-align-title { font-size: 60px; } @media only screen and (max-width: 767px) { .about-and-sp-menu.style-two .section-align-title-area .section-align-title { font-size: 36px; } } .about-and-sp-menu.style-two a.btn.btn-default { background-color: #d8a16c; } @media only screen and (max-width: 992px) and (min-width: 571px) { .about-and-sp-menu .section-align-title-area { padding: 0 45px; } } @media only screen and (max-width: 570px) { .about-and-sp-menu .section-align-title-area { padding: 0 15px; } } @media only screen and (max-width: 380px) { .about-and-sp-menu .section-align-title-area { padding: 0; } } /*-------------------------------------------------------------- # Our Delicious Menu --------------------------------------------------------------*/ .our-delicious-menu { padding: 60px 0 75px; overflow: hidden; position: relative; } .our-delicious-menu .section-title-area { padding-top: 0; } .our-delicious-menu .section-title-area .section-title { margin-top: 0; } .our-delicious-menu .section-title-area .section-title-dec { margin-bottom: 15px; } .our-delicious-menu .item .item-thumb, .our-delicious-menu .item div { display: block; } .menu-item-slider .owl-dot { width: 25px; height: 5px; background-color: #cccccc; display: inline-block; margin: 0 5px; } @media only screen and (max-width: 530px) { .menu-item-slider .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } /*-------------------------------------------------------------- # Gallery Item --------------------------------------------------------------*/ .single-best-place { position: relative; overflow: hidden; margin-bottom: 30px; cursor: pointer; } .single-best-place .best-place-thumb img { width: 100%; transform: scale(1) rotate(0deg); transition: all 0.65s ease-in 0s; } .place-overlay { height: 100%; left: 0px; position: absolute; text-align: center; top: 0px; width: 100%; transition: all 0.5s ease-in-out 0s; transform: scale(1.5); opacity: 0; padding: 10px; } .place-overlay .place-overlay-outer { border-radius: 5px; display: table; height: 100%; width: 100%; } @media only screen and (max-width: 992px) { .place-overlay .place-overlay-outer { padding: 8px; } } .place-overlay .place-overlay-outer a { color: #fff; font-size: 22px; font-weight: 600; line-height: 32px; display: table-cell; vertical-align: middle; } @media only screen and (max-width: 992px) { .place-overlay .place-overlay-outer a { font-size: 18px; line-height: 24px; } } .single-best-place:hover .best-place-thumb img { transform: scale(1.2) rotate(3deg); -webkit-transform: scale(1.2) rotate(3deg); } .single-best-place:hover .place-overlay { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } /*-------------------------------------------------------------- # Our Gallery Section --------------------------------------------------------------*/ .our-gallery-section { position: relative; padding: 75px 0; } .our-gallery-section p { font-size: 14px; line-height: 1.95em; } .our-gallery-section .section-align-title { font-size: 90px; } @media only screen and (max-width: 992px) { .our-gallery-section .section-align-title { font-size: 75px; } } @media only screen and (max-width: 767px) { .our-gallery-section .section-align-title { font-size: 45px; } } @media only screen and (max-width: 992px) { .our-gallery-section .our-gallery-content { margin-top: 30px; padding-left: 0 !important; padding-right: 0 !important; } } .our-gallery-section .section-align-title-dec { font-size: 25px; line-height: 1.45em; } .our-gallery-section .gallery-item-content img { width: 100%; border-radius: 10px; } .our-gallery-section .gallery-item-content .col-sm-6 { margin-bottom: 10px; } @media only screen and (max-width: 767px) { .our-gallery-section .gallery-item-content .col-sm-6 { right: 0; width: 50%; } } .our-gallery-section .overlay { position: absolute; background-color: rgba(0, 0, 0, 0.55); left: 5px; right: 5px; top: 0; bottom: 0; padding: 15px; border-radius: 10px; } .our-gallery-section .overlay h3 { color: #fff; margin-top: 0; font-size: 30px; font-style: italic; opacity: 0; height: 0; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; } @media only screen and (max-width: 767px) { .our-gallery-section .overlay h3 { font-size: 15px; } } .our-gallery-section .overlay h3 span { display: block; font-family: "Poppins", sans-serif; font-style: normal; font-size: 24px; } @media only screen and (max-width: 767px) { .our-gallery-section .overlay h3 span { font-size: 15px; } } .our-gallery-section .image-popup-btn:hover .overlay h3 { opacity: 1; height: 100%; } /*-------------------------------------------------------------- # Our Experts chefs Section --------------------------------------------------------------*/ .our-experts-chefs { position: relative; padding: 15px 0 60px; } .our-experts-chefs .experts-chefs-nav { position: absolute; right: 30px; top: 50%; list-style: none; padding-left: 0; } .our-experts-chefs .experts-chefs-nav li { position: relative; } .our-experts-chefs .experts-chefs-nav li .nav-image { width: 25px; height: 25px; overflow: hidden; border-radius: 100%; background: #000; margin-bottom: 15px; position: relative; display: inline-block; } .our-experts-chefs .experts-chefs-nav li.active:before { content: ""; background-color: #ebebeb; position: absolute; width: 130px; height: 1px; right: 0; top: 13px; z-index: 0; } .our-experts-chefs .experts-chefs-nav li.active:after { content: ""; width: 10px; height: 10px; display: inline-block; background: #5d5d5d; border-radius: 50px; position: absolute; left: -105px; top: 9px; } .our-experts-chefs .experts-chefs-nav li.active a { position: relative; } .our-experts-chefs .experts-chefs-nav li.active a:before { content: ""; position: absolute; background-color: rgba(0, 0, 0, 0.45); left: 0; right: 0; top: 0; bottom: 0; border-radius: 100%; } .our-experts-chefs .tab-pane { position: relative; } .our-experts-chefs .tab-pane .image-before { position: absolute; left: 10%; top: 16%; z-index: 0; max-width: 375px; } .our-experts-chefs .tab-pane .image-before h2 { font-size: 120px; font-weight: bold; font-family: inherit; line-height: 0.9; text-transform: capitalize; color: #d8a16c; } .our-experts-chefs .tab-pane .image-before h2 span { display: block; } .our-experts-chefs .tab-pane .image-before h2 span:nth-child(1) { font-size: 45px; color: #6abd5b; } .our-experts-chefs .tab-pane .image-before h2 span:nth-child(2) { color: #5d5d5d; } .our-experts-chefs .tab-pane .image-content { position: relative; z-index: 10; } @media only screen and (max-width: 590px) { .our-experts-chefs .tab-pane .image-content { max-width: 280px; margin: auto; } } @media only screen and (max-width: 480px) { .our-experts-chefs .tab-pane .image-content { max-width: 175px; height: 345px; } } .our-experts-chefs .tab-pane .image-after { position: absolute; right: 5%; top: 16%; z-index: 0; max-width: 430px; } .our-experts-chefs .tab-pane .image-after h2 { font-size: 120px; font-weight: bold; font-family: inherit; line-height: 0.9; text-transform: capitalize; color: #6abd5b; } .our-experts-chefs .tab-pane .image-after h2 span { display: block; } .our-experts-chefs .tab-pane .image-after h2 span:nth-child(1) { font-size: 45px; color: #d8a16c; position: relative; left: 30%; } .our-experts-chefs .tab-pane .image-after h2 span:nth-child(2) { color: #5d5d5d; } .our-experts-chefs .tab-pane .author-name { margin-top: 0; font-weight: bold; margin-bottom: 0; font-size: 30px; } .our-experts-chefs .tab-pane .author-designation { font-family: inherit; font-size: 15px; margin-top: 0; } /*-------------------------------------------------------------- # Special Food Time --------------------------------------------------------------*/ .special-food-time { background-repeat: repeat; background-position: center center; padding: 60px 0 60px; } @media only screen and (max-width: 767px) { .special-food-time { background-size: cover; } } .special-food-time .icon-area { margin-bottom: 30px; } .tea-cup, .lunch, .burger, .delivery-service, .bottol, .staff { fill: #d8a16c; fill-rule: evenodd; } .icon-area .icon { text-align: center; width: 60px; height: 60px; border: 1px solid #ebebeb; display: inline-block; line-height: 72px; border-radius: 50px; float: left; margin-right: 10px; } .icon-area.style-two .icon { display: block; border: 0 none; width: auto; height: auto; line-height: normal; float: none; } .icon-area .icon-text { display: inline-block; } .icon-area .icon-text h3 { margin-top: 0; margin-bottom: 0px; color: white; font-weight: bold; } .icon-area .icon-text p { color: #999; margin-bottom: 0; } .icon-area.style-two + .icon-text { display: block; } .icon-area.style-two + .icon-text h3 { color: white; font-weight: bold; } .icon-area.style-two + .icon-text p { color: #999; margin-bottom: 0; } /*-------------------------------------------------------------- # Our features Section --------------------------------------------------------------*/ .our-features-section { padding: 45px 0 30px; } .our-features-item { padding: 30px 0 60px; } .our-features-item .owl-controls .owl-nav > div { position: absolute; color: #d8a16c; font-size: 45px; top: 30%; } .our-features-item .owl-controls .owl-nav > div.owl-prev { left: -15px; } .our-features-item .owl-controls .owl-nav > div.owl-next { right: -15px; } .features-content { padding: 0 15px; } /*-------------------------------------------------------------- # Menu title Section --------------------------------------------------------------*/ .menu-special-heading { display: table; width: 100%; } .menu-special-heading .tb-cell { display: table-cell; } .menu-special-heading .tb-cell > div { min-height: 210px; } .menu-special-heading .tb-cell > div .section-title-area { padding: 0; position: absolute; right: 30px; } @media only screen and (max-width: 530px) { .menu-special-heading .tb-cell > div .section-title-area { left: 0; right: 0; margin: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } .menu-special-heading .tb-cell > div .section-title-area h2, .menu-special-heading .tb-cell > div .section-title-area p { position: relative; } .menu-special-heading .tb-cell > div .section-title-area h2 { color: #ffffff; } .menu-special-heading .tb-cell > div .section-title-area p { color: #999999; } .menu-special-heading .lv-col-big { width: 60%; position: relative; } .menu-special-heading .lv-col-big > div { margin-right: 5px; } @media only screen and (max-width: 530px) { .menu-special-heading .lv-col-big > div { margin: 0; } } .menu-special-heading .lv-col-small { width: 12.10%; } @media only screen and (max-width: 530px) { .menu-special-heading .lv-col-small { display: none; } } .menu-special-heading .lv-col-small > div { margin: 0 5px; } .menu-special-heading .lv-col-small:last-of-type > div { margin-right: 10px; } .menu-special-heading.style-two .lv-col-big > div { margin-left: 5px; margin-right: 0; } @media only screen and (max-width: 530px) { .menu-special-heading.style-two .lv-col-big > div { margin: 0; } } .menu-special-heading.style-two .lv-col-big .section-title-area { right: auto; left: 30px; } @media only screen and (max-width: 530px) { .menu-special-heading.style-two .lv-col-big .section-title-area { left: 0; right: 0; margin: auto; } } .menu-special-heading.style-two .lv-col-small:first-of-type > div { margin-left: 10px; } .menu-special-heading.style-three .section-title-area { right: auto !important; left: auto !important; position: relative !important; padding: 15px 0 !important; } .menu-special-heading.style-three .lv-col-big { width: 100% !important; } .menu-special-heading.style-three .lv-col-big > div { min-height: auto; } .menu-content-area { padding: 45px 0 75px; } @media only screen and (max-width: 530px) { .menu-content-area .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } .menu-content-area .col-md-3.col-sm-6.col-xs-6 .image-area img { width: 100%; height: 100%; } /*-------------------------------------------------------------- # Food Shop and Event Section --------------------------------------------------------------*/ .food-services > li { background-color: #f8f8f8; border-radius: 5px; color: #666666; float: left; font-size: 14px; font-weight: bold; margin: 0 0 7px; padding: 18px 0; text-align: left; -webkit-width: calc(50% - 5px); width: calc(50% - 5px); } @media only screen and (max-width: 500px) { .food-services > li { width: 100%; } } .food-services > li:nth-child(2n+1) { margin-right: 7px; } @media only screen and (max-width: 500px) { .food-services > li:nth-child(2n+1) { margin-right: 0; } } .food-services > li i.fa { font-size: 18px; margin: -3px 20px 0; } .shop-single-thumb .item { overflow: hidden; } .shop-single-thumb .item img { border-radius: 7px; } .shop-thumb-list { margin: 12px auto auto; } .shop-thumb-list .item { overflow: hidden; } .shop-thumb-list .item img { border-radius: 7px; } .room-comments-area { border: 1px solid #f1f1f1; } .room-comments-area .comment-respond { padding: 60px; } @media only screen and (max-width: 767px) { .room-comments-area .comment-respond { padding: 30px; } } .shop-single-area { padding: 75px 0; } .shop-single-area .shop-single-title { font-weight: bold; margin-bottom: 20px; } .shop-single-area .price h2 { margin-top: 5px; font-weight: bold; } .shop-single-area .shop-description h1, .shop-single-area .shop-description h2, .shop-single-area .shop-description h3, .shop-single-area .shop-description h4, .shop-single-area .shop-description h5, .shop-single-area .shop-description h6 { font-family: inherit; font-weight: bold; } .shop-single-area .shop-service-area { margin-bottom: 30px; } @media only screen and (max-width: 992px) { .shop-single-area .single-shop.list.mobile-extend { max-height: 930px; } } @media only screen and (max-width: 992px) { .shop-single-area .extend-btn { margin-top: -160px; } } @media only screen and (max-width: 992px) { .shop-single-area .extend-icon { padding: 20px; } } .shop-single-area .review-comment-form .btn-submit { margin-top: 10px; } .cart { margin-bottom: 30px; } .cart .quantity input.input-text.qty { padding: 10px 12px; max-width: 70px; border: 1px solid #333; background: transparent; border-radius: 4px; } .cart .quantity input[type="button"] { padding: 10px 12px; font-weight: bold; background: #333; color: #fff; border: 1px solid #333; border-radius: 4px; } .cart .quantity button[type="submit"] { padding: 10px 22px; background: #333; color: #fff; border: 1px solid #333; font-weight: 600; border-radius: 4px; } /*-------------------------------------------------------------- # Review Single --------------------------------------------------------------*/ .review-single-content { background: white; padding: 30px; } @media only screen and (max-width: 530px) { .review-single-content { padding: 15px; } } .review-single-content .heading-area { margin-bottom: 30px; } .review-single-content .heading-area h2 { font-family: inherit; font-weight: bold; font-size: 25px; margin-top: 5px; display: inline-block; } .review-single-content .heading-area a.btn { background: #f8f8f8; color: #333; border-radius: 0; font-size: 18px; } @media only screen and (max-width: 530px) { .review-single-content .heading-area .pull-right { float: none !important; } } .review-single-content .review-form .book-form-title { font-weight: bold; font-family: inherit; } .review-single-content .review-form .input { margin-bottom: 20px; } .review-single-content .review-form .input textarea { min-height: 150px; } .review-single-content .review-form .rating { margin-bottom: 20px; } .review-single-content .review-form .btn.btn-default { background: #333; display: table; margin: auto; border-radius: 4px; } /*-------------------------------------------------------------- # Related Shop --------------------------------------------------------------*/ .related-shop-area .section-title { font-family: inherit; font-weight: bold; margin-top: 30px; } @media only screen and (max-width: 530px) { .related-shop-area .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } .related-shop-area .col-md-3.col-sm-6.col-xs-6 .image-area img { width: 100%; } .room-single-sidebar .single-input input { border: 0 none; } .room-related-area { background-color: #f8f8f8; padding-bottom: 45px; } .room-related-area .section-title-area { padding-bottom: 0; } @media only screen and (max-width: 540px) { .room-related-area .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } /*-------------------------------------------------------------- # Service Section --------------------------------------------------------------*/ .services-section { padding: 30px 0 75px; } .services-section .section-title-area { padding-bottom: 60px; } .services-section .section-title-area .section-title { margin-bottom: 5px; margin-top: 0; } .services-section .section-title-area .section-title-dec { margin-bottom: 0; } .single-service-item { padding: 45px 0 20px; } .single-service-item .icon { float: left; font-size: 32px; width: 65px; text-align: center; margin-top: -5px; } .single-service-item .service-info { padding-left: 70px; } .single-service-item .service-info > h4 { font-size: 17px; margin: 0 0 15px; color: #484848; display: inline-block; text-transform: uppercase; font-weight: bold; font-family: inherit; } .single-service-item .service-info > p { font-size: 14px; line-height: 2em; } .single-service-item i.fa.fa-free-code-camp { color: #f95428; } .single-service-item i.fa.fa-laptop { color: #9972b5; } .single-service-item i.fa.fa-wifi { color: #2394bc; } .single-service-item i.fa.fa-coffee { color: #ffd05b; } .single-service-item i.fa.fa-home { color: #e26e51; } .single-service-item i.fa.fa-tripadvisor { color: #39cfda; } .services-section .row .col-md-4 { padding-right: 0px; } @media only screen and (min-width: 992px) { .services-section .row .col-md-4 { border-bottom: 1px solid gainsboro; border-left: 1px solid gainsboro; } } .services-section .row .col-md-4 .single-service-item { padding-right: 15px; } @media only screen and (min-width: 992px) { .services-section .row .col-md-4:nth-child(1) .single-service-item, .services-section .row .col-md-4:nth-child(2) .single-service-item, .services-section .row .col-md-4:nth-child(3) .single-service-item { padding-top: 15px !important; } } @media only screen and (max-width: 992px) and (min-width: 500px) { .services-section .row .col-md-4:nth-child(1), .services-section .row .col-md-4:nth-child(2) { border-top: 0 none; } } @media only screen and (min-width: 992px) { .services-section .row .col-md-4:nth-child(1) { border-left: 0 none; } } .services-section .clearfix + .col-md-4 { border-left: 0 none; } @media only screen and (max-width: 580px) { .services-section .single-service-item { border-bottom: 1px solid #f1f1f1; } } @media only screen and (max-width: 580px) { .services-section .col-md-4:last-of-type .single-service-item { border-bottom: 0 none; } } @media only screen and (min-width: 992px) { .services-section .row .col-md-4:nth-last-child(-n+3) { border-bottom: 0 none; } } @media only screen and (max-width: 992px) { .services-section .row .col-md-4:nth-last-of-type(-n+2) { border-bottom: 0 none; } } @media only screen and (max-width: 580px) { .hotel-room-section .col-md-3.col-sm-6.col-xs-6, .best-place-section.best-place-style-one .col-md-3.col-sm-6.col-xs-6, #footer-top-section .col-md-3.col-sm-6.col-xs-6 { width: 100%; } } @media only screen and (max-width: 580px) { .blog-post-section .col-md-4.col-sm-6.col-xs-6, .services-section .col-md-4.col-sm-6.col-xs-6, #footer-bottom-section .col-md-4.col-sm-6.col-xs-6 { width: 100%; } } .bg-white-smoke .extend-btn { background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.6) 0%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, #fafafa 97%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0.7)), color-stop(20%, rgba(250, 250, 250, 0.7)), color-stop(40%, rgba(250, 250, 250, 0.7)), color-stop(40%, rgba(250, 250, 250, 0.9)), color-stop(100%, #fafafa)); background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%); background: -o-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%); background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%); background: linear-gradient(to bottom, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, #f8f8f8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f8f8f8',GradientType=0 ); } /*-------------------------------------------------------------- # Our Customer Area --------------------------------------------------------------*/ .our-customer-section { padding: 30px 0 75px; } .our-customer-section .water-wrap { font-size: 105px; text-align: center; width: 100%; margin-top: 5px; } @media only screen and (max-width: 992px) { .our-customer-section .water-wrap { font-size: 75px; } } @media only screen and (max-width: 767px) { .our-customer-section .water-wrap { font-size: 60px; } } .single-customer-review { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .single-customer-review .customer-header { display: inline-block; color: #484848; margin-bottom: 45px; } .single-customer-review .customer-header .customer-thumb { float: left; border: 10px solid #E4E4E4; border-radius: 50%; height: 75px; width: 75px !important; margin-right: 20px; } .single-customer-review .customer-header h3.customer-name, .single-customer-review .customer-header > p { margin-left: 90px; } .single-customer-review .customer-header h3.customer-name { display: inline-block; font-weight: bold; text-transform: capitalize; font-family: inherit; line-height: 24px; margin: 15px 0 10px; color: inherit; } .single-customer-review .customer-header p { text-transform: capitalize; font-size: 14px; margin-bottom: 0px; text-align: left; } .single-customer-review .customer-info > p { margin-bottom: 15px; font-size: 14px; color: #a6a6a6; line-height: 1.85em; } .customer-reviews .owl-controls { margin-top: 20px; } .customer-reviews .owl-controls .owl-dots > div { background-color: #d6d6d6; display: inline-block; height: 5px; margin: 0 5px; width: 25px; } .customer-reviews .customer-info { border: 10px solid #f8f8f8; padding: 30px; position: relative; } .customer-reviews .customer-info:before { content: ""; border-top: 45px solid transparent; border-left: 45px solid #f8f8f8; position: absolute; left: 55px; z-index: -1; top: -45px; } .customer-reviews .customer-header { margin-bottom: 25px; } @media only screen and (max-width: 992px) { .client-review-main.mobile-extend { padding-top: 15px; } } @media only screen and (min-width: 992px) { .client-review-main.mobile-extend .masonry-layout { margin-bottom: 30px; } } @media only screen and (max-width: 992px) { .client-review-area .extend-icon { padding: 15px; } } .page-title .review-rating.rating { padding: 0 5px; } .client-review-area { padding-bottom: 60px; } .client-review-area .page-title { font-family: inherit; font-size: 20px; font-weight: 600; margin-bottom: 60px; } .single-client-review { border: 1px solid #e7e7e7; margin-bottom: 40px; } .single-client-review .review-header > div, .single-client-review .review-footer > div { display: inline-block; text-transform: capitalize; } .single-client-review .review-header > div strong, .single-client-review .review-footer > div strong { color: #656565; } .single-client-review .review-header { position: relative; padding: 15px 55px 5px; } .single-client-review .review-header:before { color: #e7272d; content: ""; font-family: fontawesome; font-size: 36px; left: 30px; position: absolute; top: -10px; } .single-client-review .review-title { font-size: 18px; font-style: italic; font-weight: bold; color: #e7272d; } .single-client-review .review-content { padding: 0 25px; } .single-client-review .review-content > p { line-height: 30px; margin-bottom: 20px; } .single-client-review .review-footer { background-color: #f2f2f2; border-radius: 5px; border-top: 1px solid #e7e7e7; padding: 20px 25px; } .single-client-review .review-footer .client-profession { color: #e7272d; font-weight: 600; } @media only screen and (max-width: 767px) { .single-client-review .review-footer .client-profession { float: none !important; } } /*-------------------------------------------------------------- # Blog Post area --------------------------------------------------------------*/ .blog-post-section { padding-bottom: 75px; } @media only screen and (max-width: 992px) { .blog-post-section .section-align-title-area .section-align-title, .blog-post-section .section-align-title-area .section-align-title-dec { display: none; } } @media only screen and (max-width: 992px) { .blog-post-section .section-align-title-area { text-align: center; } } .blog-post-section .section-title-area { padding-top: 60px; } .blog-post-section .section-title-area .section-title { margin-top: 0; } .blog-post-section .section-title-area .section-title-dec { margin-bottom: 17px; } @media only screen and (min-width: 992px) { .blog-post-section .post.hentry { margin-bottom: 0; } } @media only screen and (min-width: 767px) and (max-width: 850px) { .blog-post-section .row .col-md-4.col-sm-6.col-xs-6:last-child { display: none; } } .post { background-color: white; padding: 20px; } .post .post-thumb { border-radius: 5px; overflow: hidden; clear: both; margin: -20px -20px 0; } .post .post-thumb img { display: block; margin: auto; } .post .fa-eye { color: #7c7c7c; } .post .fa-heart-o { color: #e7272d; } .post .fa-comments-o { color: #7cc144; } .post .entry-meta > span { font-weight: 600; padding: 0 10px; position: relative; text-transform: capitalize; } .post .entry-header .entry-meta { margin: 15px 0 5px; } .post .entry-header .entry-meta > span:after { content: "|"; position: absolute; right: -2px; top: 0; } .post .entry-header .entry-meta > span:last-child:after { content: ""; } .post .entry-header .entry-meta > span:first-child { padding-left: 0; } .post .entry-author, .post .entry-title, .post .entry-footer { font-weight: bold; } .post .entry-title { border-bottom: 1px solid #e1e1e1; font-family: inherit; color: #181818; font-size: 18px; line-height: 28px; margin-bottom: 15px; padding-bottom: 15px; margin-top: 0; } .post .entry-footer-meta > span { color: #474747; } .post .entry-footer-meta > span:first-child { padding-left: 3px; } .post .entry-footer-meta i.fa { font-size: 16px; } .blog-single-page-area .post-thumb { margin: 0; } .blog-page-area { background-color: #f7f7f7; padding-bottom: 50px; } .blog-page-area .paginations .paging-navigation ul li a { background-color: white; } .blog-tab-menu { padding: 35px 0 20px; } .blog-tab-menu > .nav-tabs { border-bottom: 0 solid !important; } .blog-tab-menu > .nav-tabs > li > a { text-transform: capitalize; font-size: 14px; font-weight: bold; padding: 13px 40px; background-color: white; color: #484848; border-radius: 5px; border: 1px solid #ececec; margin-right: 10px; margin-bottom: 10px; } .blog-tab-menu > .nav-tabs > li > a:hover { background-color: #484848; color: white; } .blog-tab-menu > .nav-tabs > li.active > a { background-color: #484848; color: white; } .blog-single-page-area { background-color: #f7f7f7; padding: 35px 0 30px; } .blog-single-page-area .container > .row > .col-md-12 > .box-radius { background-color: white; margin-bottom: 25px; } .single-post { padding: 30px 60px; } @media only screen and (max-width: 992px) { .single-post { padding: 30px; } } @media only screen and (max-width: 480px) { .single-post { padding: 20px; } } .single-post .entry-header .entry-title { border-color: transparent; font-size: 36px; line-height: 1.4em; margin: 30px 0 30px; padding-bottom: 0; font-weight: bold; } @media only screen and (max-width: 992px) { .single-post .entry-header .entry-title { margin-top: 0; } } .single-post .entry-header .entry-meta { margin: 0; } .single-post .entry-header .entry-meta strong { color: #181818; display: block; font-size: 18px; margin-bottom: 5px; text-transform: capitalize; } .single-post .entry-header .entry-meta > div { display: inline-block; margin-right: 70px; margin-bottom: 15px; } @media only screen and (max-width: 992px) { .single-post .entry-header .entry-meta > div { margin-right: 30px; } } .single-post .entry-header .entry-meta > div > span { color: #828282; font-weight: 600; } .single-post .entry-header .entry-meta .entry-tag .tag > a { margin-right: 5px; } .single-post .entry-header .entry-meta .entry-author { margin-right: 0; } .single-post .entry-header .entry-meta .entry-author .author-name { display: inline-block; } .single-post .entry-header .entry-meta .entry-author .author-image { float: right; margin-left: 15px; width: 57px; height: 53px; border-radius: 5px; overflow: hidden; } @media only screen and (max-width: 992px) { .single-post .entry-header .entry-meta .entry-author.pull-right { display: none; } } .single-post .entry-content { margin-top: 30px; margin-bottom: 0; } @media only screen and (max-width: 767px) { .single-post .entry-content { margin-top: 15px; } } .single-post .entry-footer { margin: 0 !important; } .single-post .entry-footer .share { padding: 15px 0 20px; } @media only screen and (max-width: 767px) { .single-post .entry-footer .share { padding: 0; } } .single-post .entry-footer .share span { color: #181818; font-size: 18px; text-transform: capitalize; margin-right: 10px; } .single-post .entry-footer .share > a { margin: 0 5px; color: #969696; font-size: 14px; } @media only screen and (max-width: 560px) { .blog-page-area .tab-content .tab-pane .row > .col-md-4 { width: 100%; } } @media only screen and (max-width: 992px) and (min-width: 540px) { .related-post-content .col-md-4.col-sm-6.col-xs-6:last-of-type { display: none; } } @media only screen and (max-width: 540px) { .related-post-content .col-md-4.col-sm-6.col-xs-6 { width: 100%; } } /*-------------------------------------------------------------- # Fun facts Content --------------------------------------------------------------*/ .facts-content { height: 235px; margin-bottom: 0; width: 100%; } .facts-content .single-count { display: table-cell; font-weight: bold; text-align: center; text-transform: capitalize; vertical-align: middle; } .facts-content .single-count .count-number, .facts-content .single-count .text { color: white; font-family: "Playfair Display", serif; margin: 0; } .facts-content .single-count .count-number { font-size: 72px; line-height: 1em; } .facts-content .single-count .text { font-size: 48px; } @media only screen and (max-width: 480px) { .facts-content .single-count { width: 100%; } .single-achievement .achievement-title { font-size: 48px; } } /*-------------------------------------------------------------- # Gallery Content --------------------------------------------------------------*/ .single-gallery-content { margin-bottom: 65px; } .gallery-filter-menu { list-style: outside none none; margin-bottom: 30px; padding-left: 0; text-align: center; } .gallery-filter-menu > li { display: inline; } .gallery-filter-menu > li > a { border: 1px solid #ececec; color: black; display: inline-block; font-weight: 600; margin: 0 2px 8px; padding: 10px 40px; text-transform: capitalize; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .gallery-filter-menu > li > a:hover { color: white; } .gallery-filter-menu > li.current-tab a { color: white; } .gallery-item-content > .col-md-3 { margin-bottom: 30px; } @media only screen and (max-width: 992px) { .gallery-item-content > .col-md-3 { right: 0; width: 50%; } } @media only screen and (max-width: 767px) { .gallery-item-content > .col-md-3 { width: 100% !important; right: 0; } } .gallery-item-content .single-item { position: relative; border-radius: 7px; overflow: hidden; } .gallery-item-content .overlay-gallery { position: absolute; left: 0; right: 0; top: 0; bottom: 0; color: #fff; text-align: center; font-size: 30px; border-radius: 7px; transition: all 0.5s; -webkit-transition: all 0.5s; height: 0; width: 100%; opacity: 0; } .gallery-item-content .overlay-gallery a { display: block; width: 100%; height: 100%; color: #fff !important; } .gallery-item-content .overlay-gallery .fa { position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .gallery-item-content .single-item:hover .overlay-gallery { opacity: 1; height: 100%; } #gallery img { border-radius: 7px; } #gallery .ug-thumb-wrapper { padding: 0 20px 7px 0 !important; background-color: transparent !important; } #gallery .ug-thumb-wrapper .ug-thumb-overlay { border-radius: 7px; } /*-------------------------------------------------------------- # Event Content --------------------------------------------------------------*/ .events-page-area, .event-list-area { padding: 20px 0 60px; } .events-page-area .monthly-events-scdeule h2, .events-page-area .monthly-events-scdeule h3, .events-page-area .monthly-events-scdeule h4, .events-page-area .single-event h2, .events-page-area .single-event h3, .events-page-area .single-event h4, .event-list-area .monthly-events-scdeule h2, .event-list-area .monthly-events-scdeule h3, .event-list-area .monthly-events-scdeule h4, .event-list-area .single-event h2, .event-list-area .single-event h3, .event-list-area .single-event h4 { font-family: inherit; } .event-month-name { border-bottom: 3px solid #ebebeb; font-size: 24px; font-weight: bold; margin-top: 60px; } @media only screen and (max-width: 992px) { .event-month-name { margin-right: 0; } } .event-month-name > span { display: block; padding-bottom: 15px; position: relative; } .event-month-name > span:after { background-color: #e7272d; bottom: -4px; content: ""; height: 5px; left: 50%; margin-left: -30px; position: absolute; width: 60px; } .events-list { position: relative; padding: 30px 0 0; } @media only screen and (min-width: 531px) { .events-list:before { background-color: #c7c7c7; content: ""; -webkit-height: calc(100% - 15px); height: calc(100% - 15px); left: 50%; position: absolute; top: 15px; width: 1px; } } .single-event { margin-bottom: 30px; } @media only screen and (max-width: 530px) { .single-event .col-md-6 { width: 100%; } } @media only screen and (max-width: 530px) { .single-event .col-md-6 { width: 100%; } } .single-event .event-content { background: #fff; padding: 15px; border: 1px solid #ebebeb; } .single-event .event-content .event-thumb { width: 130px; float: left; } @media only screen and (max-width: 767px) { .single-event .event-content .event-thumb { display: none; } } .single-event .event-content .event-info { display: table-cell; } .single-event .event-content .date { display: inline-block; font-size: 16px !important; } .single-event .event-content .date span { font-size: 25px !important; } .single-event .event-content .day { display: inline-block; position: absolute; right: 30px; top: 18px; } @media only screen and (max-width: 992px) { .single-event .event-content .day { display: none; } } .single-event .event-content .event-title { margin-top: 10px !important; } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(odd) { padding-right: 30px; } .single-event .col-md-6:nth-child(odd):before { border-radius: 50%; content: ""; height: 15px; right: -8px; position: absolute; top: 18px; width: 15px; background: #d8a16c; } } .single-event .col-md-6:nth-child(odd) .event-content { position: relative; } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(odd) .event-content:after { content: ""; position: absolute; border-top: 10px solid transparent; border-left: 15px solid #ebebeb; border-bottom: 10px solid transparent; top: 15px; right: -15px; } } .single-event .col-md-6:nth-child(odd) .day { right: 45px; } .single-event .col-md-6:nth-child(even) { margin-top: 30px; } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(even) { margin-top: 45px; padding-left: 30px; } .single-event .col-md-6:nth-child(even):before { border-radius: 50%; content: ""; height: 15px; left: -7px; position: absolute; top: 18px; width: 15px; } } @media only screen and (min-width: 531px) { .single-event .col-md-6:nth-child(even) .event-content { position: relative; } .single-event .col-md-6:nth-child(even) .event-content:after { content: ""; position: absolute; border-top: 10px solid transparent; border-right: 15px solid #ebebeb; border-bottom: 10px solid transparent; top: 15px; left: -15px; } } .single-event .event-title { font-size: 20px; font-weight: 600; position: relative; text-transform: capitalize; } @media only screen and (max-width: 992px) and (min-width: 768px) { .single-event .event-title:before { left: -44px; } } @media only screen and (max-width: 767px) and (min-width: 660px) { .single-event .event-title:before { left: -40px; } } @media only screen and (max-width: 659px) and (min-width: 500px) { .single-event .event-title:before { left: -38px; } } @media only screen and (max-width: 499px) { .single-event .event-title:before { left: 0; } } .single-event:nth-child(2n-1) .event-title::before { background-color: #e7272d; } .single-event:nth-child(2n) .event-title::before { background-color: #E14D43; } .single-event .btn.btn-details { background-color: transparent; border: 1px solid #e0e0e0; color: #7a7a7a; font-size: 12px; padding: 8px 25px; text-transform: uppercase; } .single-event .time-from { padding-left: 20px; } .single-event .time-from .date { font-size: 20px; font-weight: bold; margin-bottom: 0; margin-top: 0; } .single-event .time-from .date span { font-size: 36px; } .single-event .time-from .day { color: #a7a6a6; font-size: 16px; font-weight: lighter; line-height: 1.2em; margin-top: 0; margin-bottom: 5px; text-transform: capitalize; } @media only screen and (max-width: 499px) { .monthly-events-scdeule .single-event { margin-bottom: 30px; border-bottom: 1px solid #ebebeb; padding-bottom: 30px; } } @media only screen and (max-width: 499px) { .monthly-events-scdeule .events-list { padding-bottom: 30px; } } @media only screen and (max-width: 499px) { .monthly-events-scdeule .event-title { margin-bottom: 15px; } } .single-event.list { margin-bottom: 85px; } .single-event.list:nth-child(n) .event-title::before { background-color: transparent; } .single-event.list .event-thumb { clear: both; overflow: hidden; border-radius: 7px; } .single-event.list .event-thumb > img { width: 100%; } @media only screen and (min-width: 992px) { .single-event.list .event-header { margin-top: -15px; } } .single-event.list .event-header > div { display: inline-block; } .single-event.list .event-header .time-start { padding-left: 30px; } .single-event.list .event-header .time-start > h3 { color: #454545; font-size: 30px; font-weight: bold; margin-bottom: 0; margin-top: 0; text-transform: capitalize; } .single-event.list .event-header .time-start .time { color: #a7a6a6; font-size: 16px; font-weight: lighter; margin-top: -5px; margin-bottom: 0; } .single-event.list .event-content { border: 0 none; padding: 0; } .single-event.list .event-title { font-size: 30px; margin-bottom: 15px; text-transform: capitalize; } .single-event.list .event-cost, .single-event.list .event-category { padding-left: 30px; } .single-event.list .event-cost > h3, .single-event.list .event-category > h3 { color: #454545; font-size: 30px; font-weight: bold; margin: 0; } .single-event.list .event-cost .price, .single-event.list .event-category .price { color: #838181; font-size: 16px; font-weight: bold; } .single-event.list .food-services { margin-top: 15px; } .single-event.list .event-info { padding-left: 10px; } /*-------------------------------------------------------------- # Dining Menu Item --------------------------------------------------------------*/ .menu-item-meta { list-style: outside none none; padding-left: 0; } @media only screen and (max-width: 767px) { .menu-item-list { margin-bottom: 30px; border: 5px solid #ebebeb; padding: 10px 5px 10px 15px; } } .menu-item-list .item-thumb { padding-right: 20px; width: 12%; } @media only screen and (max-width: 767px) { .menu-item-list .item-thumb { display: inline-block !important; width: 20%; } } @media only screen and (max-width: 490px) { .menu-item-list .item-thumb { width: 30%; } } @media only screen and (max-width: 767px) { .menu-item-list .item-title-area { display: inline-block !important; } } @media only screen and (max-width: 490px) { .menu-item-list .item-title-area { margin-top: 15px; } } .menu-item-list .item-thumb > img { border-radius: 5px; width: 100%; } .menu-item-list .item { display: table; width: 100%; margin-bottom: 45px; position: relative; } .menu-items-group:last-of-type { margin-bottom: 60px; } .menu-item-meta > li { display: inline-block; font-size: 12px; font-weight: 600; padding: 0 7px; text-transform: capitalize; } .dining-menu-page .price > .price-inner { border: 1px solid #d4d4d4; border-radius: 50%; min-height: 75px; text-align: center; min-width: 75px; font-family: "Playfair Display", serif; font-size: 18px; font-weight: bold; color: #484848; line-height: 70px; } @media only screen and (max-width: 767px) { .dining-menu-page .price > .price-inner { min-width: 60px; min-height: 60px; line-height: 55px; } } .dining-menu-page .price { min-width: 60px; } @media only screen and (max-width: 767px) { .dining-menu-page .price { position: absolute; right: 0; top: 0; } } .peo-number { position: relative; } @media only screen and (min-width: 767px) { .peo-number:before, .peo-number:after { position: absolute; content: ""; height: 50px; width: 1px; top: 50%; background-color: #c5c5c5; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } .peo-number:before { left: 25px; } .peo-number:after { right: 30px; } .peo-number { padding: 0 30px 0 70px; max-width: 180px; } @media only screen and (max-width: 767px) { .peo-number { padding-left: 90px; padding-right: 30px; display: block; min-width: 100%; } } @media only screen and (max-width: 490px) { .peo-number { padding-left: 5px; } } .peo-number span { padding: 0 15px; position: relative; color: #757575; font-size: 14px; font-weight: bold; display: block; } .peo-number span::before { background-color: #e7272d; border-radius: 50%; content: ""; height: 10px; left: -3px; margin-top: -5px; position: absolute; top: 50%; width: 10px; } .item-title { border-bottom: 3px dotted #a2a1a1; color: #0e0e0e; font-size: 22px; font-style: italic; font-weight: bold; margin: 0 0 8px; padding: 0 0 10px; } .menu-item-meta > li { font-size: 12px; font-weight: 600; padding: 0 7px; text-transform: capitalize; position: relative; } .menu-item-meta > li:after { position: absolute; content: "/"; right: -5px; top: 1px; } .menu-item-meta > li:last-child:after { content: ""; } /*-------------------------------------------------------------- # Coming Soon Page --------------------------------------------------------------*/ .coming-soon-page { position: relative; } .coming-soon-page { padding: 30px 0 90px; position: relative; } .coming-soon-page:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.25); } .coming-soon-page .section-title-area { padding-bottom: 0; } .coming-soon-page .section-title-area .section-title { color: white; font-size: 90px; font-weight: 900; line-height: 1.15em; margin-top: 25px; } @media only screen and (max-width: 767px) { .coming-soon-page .section-title-area .section-title { font-size: 45px; margin-bottom: 15px; } } .coming-soon-page .section-title-area .section-title-dec { color: #d8d8d8; font-size: 20px; } @media only screen and (max-width: 767px) { .coming-soon-page .section-title-area .section-title-dec { font-size: 15px; } } .countdown-time { margin: 15px 0 70px; text-align: center; } @media only screen and (max-width: 767px) { .countdown-time { margin: 15px 0 30px; } } .countdown-time .timer-body-block { display: table; width: 100%; padding: 0 30px; } @media only screen and (max-width: 767px) { .countdown-time .timer-body-block { padding: 0; } } .countdown-time .timer-body-block > div { display: table-cell; } .countdown-time .timer-body-block > div .tab-val { color: white; font-size: 60px; font-weight: bold; line-height: 1em; } @media only screen and (max-width: 767px) { .countdown-time .timer-body-block > div .tab-val { font-size: 45px; } } @media only screen and (max-width: 600px) { .countdown-time .timer-body-block > div .tab-val { font-size: 25px; } } .countdown-time .timer-body-block > div .tab-unit { color: #d4d4d4; font-size: 20px; font-weight: 600; text-transform: capitalize; } @media only screen and (max-width: 767px) { .countdown-time .timer-body-block > div .tab-unit { font-size: 15px; } } .timer-content-area .social-share > a { background-color: #8d8d8d; border-radius: 50%; color: #2c2c2d; display: inline-block; height: 35px; line-height: 38px; margin: 0 5px; width: 35px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .timer-content-area .social-share > a:hover { color: white; } /*-------------------------------------------------------------- # Extra Style --------------------------------------------------------------*/ .our-shop-section .menu-content-area { padding: 75px 0 75px; } /*-------------------------------------------------------------- # Widget Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # widget-social --------------------------------------------------------------*/ .widget-social { padding-top: 3px; } .widget-social > a { background-color: #999999; border-radius: 50%; display: inline-block; height: 35px; line-height: 39px; margin-right: 15px; text-align: center; width: 35px; color: #333333; } .widget-social > a:hover { background-color: rgba(153, 153, 153, 0.65); } /*-------------------------------------------------------------- # About Us widget --------------------------------------------------------------*/ .widget_about-us .footer-logo { margin-top: -4px; } .widget_about-us .btn.btn-default { border-radius: 5px; font-size: 15px; padding: 8px 35px; background: #d8a16c; } .widget_about-us .widget-content { margin-top: -8px; } .widget-opening-hour ul > li { margin-top: 20px; border: 0 none; position: relative; padding-left: 30px; font-weight: 600; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } .widget-opening-hour ul > li span { font-weight: normal; } .widget-opening-hour ul > li:first-child { margin-top: 0; } .widget-opening-hour ul > li:before { content: ""; background-color: #999999; width: 12px; height: 3px; position: absolute; top: 8px; left: 0; } /*-------------------------------------------------------------- # Email Subscribe Widget --------------------------------------------------------------*/ .widget_newsletter .newsletter-area { border: 10px solid #cccccc; padding: 30px; } .widget_newsletter .newsletter-area > p { font-size: 15px; margin-bottom: 15px; font-weight: bold; color: #828282; } .widget_newsletter .newsletter-area #form-newsletter { overflow: hidden; } .widget_newsletter .newsletter-area #form-newsletter .form-controller { background: transparent; font-style: italic; height: 50px; width: 100% important; margin-bottom: 10px; border: 4px solid #cccccc; } .widget_newsletter .newsletter-area #form-newsletter .btn { border: none; } .widget_newsletter .newsletter-area #form-newsletter #mc-embedded-subscribe { position: relative; text-transform: uppercase; border: 0 none; font-size: 13px; font-weight: bold; letter-spacing: 1px; word-spacing: 3px; width: 100%; padding: 14px 0; color: white; overflow: hidden; height: 45px; background-color: #d8a16c; } .widget_newsletter .newsletter-area #form-newsletter .mce_inline_error { margin-bottom: 8px; color: #aa1515; font-size: 13px; } .widget_newsletter .newsletter-area #form-newsletter .mce_inline_error.form-controller { margin-bottom: 0; } .widget_newsletter .newsletter-area #mce-success-response { margin-top: 10px; color: green; font-size: 13px; } .widget_newsletter .newsletter-area .mc-response { margin-top: 10px; font-size: 13px; } /*-------------------------------------------------------------- # Popular, Latest Post, Recent Comment widget --------------------------------------------------------------*/ .feed-wrapper { padding-bottom: 18px; margin-bottom: 18px; position: relative; overflow: hidden; } .feed-wrapper .image-area { width: 62px; height: 62px; float: left; margin-right: 18px; } .feed-wrapper .image-area .fit-img { position: relative; overflow: hidden; padding-top: 100%; -webkit-transform: translateZ(0); transform: translateZ(0); } .feed-wrapper .image-area img { width: 100%; height: 100%; } .feed-wrapper .item-text { display: inline-block; } .feed-wrapper .item-text h5 { color: #c5c5c5; margin-top: 0; margin-bottom: 2px; font-size: 15px; line-height: 1.4em; display: block; font-weight: bold; } .feed-wrapper .item-date { font-size: 12px; color: #454545; word-spacing: 0.1em; } .feed-wrapper .item-date a:hover { text-decoration: underline; } .feed-wrapper .fit-img img { position: absolute !important; width: 100%; height: 100%; max-width: none !important; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .feed-wrapper:last-child { margin-bottom: 0; border: 0 none; } /*-------------------------------------------------------------- # text widget --------------------------------------------------------------*/ .widget_text1 { background-color: #aaebde; padding: 17px; } .widget_text1 .textwidget { margin-bottom: 10px; text-align: center; } .widget_text1 .textwidget h3 { color: #000; font-size: 22px; font-weight: bold; margin: -5px 0 20px; } .widget_text1 .textwidget p .more-link { background-color: #4c4c4c; color: #fff; display: inline-block; font-weight: bold; margin-top: 5px; padding: 3px 17px; position: relative; text-transform: capitalize; } /*-------------------------------------------------------------- # Categories And Archive Widget --------------------------------------------------------------*/ .widget_categories, .widget_archive, .widget_layered_nav { font-family: "Poppins", sans-serif; } .widget_categories ul li, .widget_archive ul li, .widget_layered_nav ul li { font-size: 15px; text-transform: capitalize; color: #c0c0c0; display: block; line-height: 1em; padding-top: 25px !important; margin-top: 15px !important; border-top: 1px solid #e2e2e2; border-bottom: 0 none !important; -webkit-transition: all 0.25s ease-in 0s; transition: all 0.25s ease-in 0s; position: relative; } @media only screen and (max-width: 767px) { .widget_categories ul li, .widget_archive ul li, .widget_layered_nav ul li { padding-top: 20px !important; } } .widget_categories ul li ul, .widget_archive ul li ul, .widget_layered_nav ul li ul { padding-left: 15px; } .widget_categories ul li .count, .widget_archive ul li .count, .widget_layered_nav ul li .count { position: absolute; right: 0; } .widget_categories > ul > li:first-child, .widget_archive > ul > li:first-child, .widget_layered_nav > ul > li:first-child { border: 0 none; padding-top: 0 !important; margin-top: 0 !important; } /*-------------------------------------------------------------- # TagCloud Widget --------------------------------------------------------------*/ .widget .tagcloud { position: relative; margin-bottom: -2px; } .widget .tagcloud a { border: 1px solid #5a5a5a; display: block; color: #6d6d6d; float: left; font-size: 12px !important; font-weight: normal; line-height: 1.4em !important; margin-bottom: 5px; margin-right: 5px; padding: 6px 17px; position: relative; text-decoration: none; white-space: nowrap; letter-spacing: 0.02em; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } .widget .tagcloud a:hover { color: white; } /*-------------------------------------------------------------- # Follow Us Widget --------------------------------------------------------------*/ .follow-us-area { position: relative; margin: 0 auto -7px; text-align: center; } .follow-us-area .follow-link .fa { border: 1px solid #5a5a5a; color: #454545; height: 35px; line-height: 2.5em; margin: 0 3px 9px; font-size: 0.8em; display: inline-block; text-align: center; width: 35px; -webkit-border-radius: 50px; border-radius: 50px; } .follow-us-area .follow-link .fa:hover { color: white; } .widget .follow-us-area a { margin-right: 5px; display: inline-block; line-height: 2.8em; } .widget .follow-us-area a span { font-family: "Poppins", sans-serif; text-transform: uppercase; margin-left: 5px; font-size: 13px; display: none; letter-spacing: 0.025em; } .widget .follow-us-area .follow-link .fa { width: 30px; height: 30px; font-size: 0.75em; } .col-md-3 .follow-us-area .follow-link .fa, .col-md-4 .follow-us-area .follow-link .fa, .col-md-6 .follow-us-area .follow-link .fa { line-height: 2.8em; } /*-------------------------------------------------------------- # Search Widget --------------------------------------------------------------*/ .widget_search .input-group .form-controller { display: table-cell; font-family: "Poppins", sans-serif; } .widget_search .form-controller { height: 43px; } .widget_search button { -webkit-border-radius: 0; border-radius: 0; padding: 0.75em 1em; } .widget_search .btn-search i { position: relative; top: -1px; vertical-align: middle; } /*-------------------------------------------------------------- # Calender Widget --------------------------------------------------------------*/ .widget_calendar { position: relative; } .widget_calendar #calendar_wrap { position: relative; } .widget_calendar table { margin: 0; } .widget_calendar td, .widget_calendar th, .widget_calendar td { font-size: 0.8em; line-height: 2.555em; text-align: center; padding: 0; } .widget_calendar caption { font-weight: bold; text-align: center; color: white; margin: 0; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.5em 1em; } .widget_calendar tbody a { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); color: white; display: block; font-weight: bold; } .widget_calendar tbody a:hover, .widget_calendar tbody a:focus { color: white; } /*------------------------------------------------------------------------ # Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries Widget -------------------------------------------------------------------------*/ .widget_links a, .widget_meta a, .widget_nav_menu .menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a, .widget_product_categories a { border: 0; } .widget_links, .widget_meta, .widget_nav_menu, .widget_pages, .widget_recent_comments, .widget_recent_entries, .widget_product_categories { font-size: 14px; } .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a, .widget_product_categories a { border: 0; text-decoration: none; } .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_product_categories ul { list-style: none; margin: 0; } .widget_links ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_product_categories ul li { margin-top: 15px; padding-top: 15px; border-top: 1px solid #5a5a5a; border-bottom: 0 none; } .widget_links > ul, .widget_meta > ul, .widget_nav_menu > ul, .widget_pages > ul, .widget_recent_comments > ul, .widget_recent_entries > ul, .widget_product_categories > ul { position: relative; } .widget_links > ul > li:first-child, .widget_meta > ul > li:first-child, .widget_nav_menu > ul > li:first-child, .widget_pages > ul > li:first-child, .widget_recent_comments > ul > li:first-child, .widget_recent_entries > ul > li:first-child, .widget_product_categories > ul > li:first-child { margin-top: 0; padding-top: 0; border-top: 0 none; } .widget .menu { position: relative; } .widget .menu > li:first-child { border-top: 0 none; padding-top: 0; } .widget_nav_menu .sub-menu, .widget_pages .children { border: 0; margin: 0 0 0 1em; } .widget_recent_entries .post-date { display: block; } .widget_nav_menu .menu > li:first-child { padding-top: 0; margin-top: 0; } .widget_nav_menu .menu > li:last-child { padding-bottom: 0; } .widget_nav_menu .menu li { border-bottom: 0 none; border-top: 0 none; margin-top: 10px; padding-top: 10px; position: relative; } .widget_nav_menu .menu li .sub-menu { display: none; } .widget_nav_menu .menu .menu-click { display: block; } .widget_nav_menu .menu .menu-click { position: absolute; top: -4px; right: -15px; display: block; cursor: pointer; z-index: 120; } .widget_nav_menu .menu .menu-click i { display: block; background-size: 25px; font-size: 14px; color: rgba(0, 0, 0, 0.25); float: right; padding: 15px; width: 43px; -webkit-transition: transform 0.1s ease; transition: transform 0.1s ease; } .widget_nav_menu .menu > li:first-child > .menu-click { top: -11px; } .widget_nav_menu .menu .menu-extend.fa-plus:before { content: "\f068"; font-family: FontAwesome; } /*-------------------------------------------------------------- # RSS Widget --------------------------------------------------------------*/ .widget_rss { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .widget_rss ul { list-style: none; margin: 0; } .widget_rss ul:last-child { margin-bottom: 0; } .widget_rss li { margin-bottom: 1.6em; padding-bottom: 25px; } .widget_rss li:last-child { margin-bottom: 0; } .widget_rss li .rssSummary { font-family: "Poppins", sans-serif; margin: 5px 0; } .widget_rss .rsswidget { border: 0; font-weight: 700; } .widget_rss .rsswidget img { margin-top: -4px; } .widget_rss .rss-date, .widget_rss cite { font-size: 0.8em; font-style: normal; display: block; line-height: 2; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .widget_rss > p { position: relative; } /*-------------------------------------------------------------- # Text Widget --------------------------------------------------------------*/ .widget_text img { margin: auto; display: block; } .textwidget > :last-child { margin-bottom: 0; } .widget-about { text-align: center; } .widget-about p { margin-bottom: 20px; } .widget-about p > img { margin: auto; } .textwidget { position: relative; } /*-------------------------------------------------------------- # Custom nav for layout Eight --------------------------------------------------------------*/ .layout_eight_custom_nav ul li { border: 0 none !important; } /*-------------------------------------------------------------- # Instagram widget --------------------------------------------------------------*/ .widget_instafeed .list { width: 115px; height: 115px; float: left; margin-right: 5px; margin-bottom: 5px; } .site-footer .col-md-4 .jr-insta-thumb, .site-footer .col-md-3 .jr-insta-thumb { background: transparent !important; } /*-------------------------------------------------------------- # Extra widget --------------------------------------------------------------*/ .widget_address .widget-title:before { content: "\f098"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } .widget_call_us .widget-title:before { content: "\f098"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } .widget_mail_us .widget-title:before { content: "\f0e0"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } .widget_social_media .widget-title:before { content: "\f1e1"; font-family: FontAwesome; font-size: 28px; margin-right: 15px; } /*-------------------------------------------------------------- # Footer Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Site Footer --------------------------------------------------------------*/ .site-footer { overflow: hidden; position: relative; padding: 75px 0 30px; clear: both; background-repeat: repeat; background-size: 50% 50%; z-index: 1; } .payment-method { margin-bottom: 20px; } .payment-method > a { padding: 0 5px; } .copyright > p { font-size: 14px; margin-bottom: 0; } @media only screen and (max-width: 767px) { .copyright > p { color: #ebebeb; } } @media only screen and (max-width: 992px) { .widget .widget-title.expand-margin { background: rgba(0, 0, 0, 0.45); padding: 10px 20px; } } @media only screen and (max-width: 992px) { .widget .expand-margin.widget-title:after { right: 15px; } } .widget .mb-widget + div, .widget .mb-widget + ul, .widget .mb-widget + p { background: rgba(0, 0, 0, 0.45); padding: 30px; } .widget .mb-widget .widget-title { border-bottom: 0 none !important; } #footer-top-section { padding-bottom: 30px; background-size: contain; background-position: 50% 50%; background-repeat: repeat; color: #999; } @media only screen and (max-width: 992px) { #footer-top-section { background-image: none; background-color: #333333; } } #footer-top-section .widget-title-area { margin-bottom: 15px; } #footer-top-section .section-title-area .section-title { color: white; font-size: 45px; font-weight: 900; line-height: 48px; margin: 30px 0 15px; } #footer-top-section .section-title-area .section-title-dec { color: #999999; margin-bottom: 30px; } #footer-top-section .widget_address p, #footer-top-section .widget_call_us p, #footer-top-section .widget_mail_us p { margin-bottom: 0; font-weight: 600; } #footer-top-section .widget-title-area { color: white; } #footer-top-section .widget-title-area .widget-title { font-family: inherit; color: inherit; } #footer-bottom-section { color: #999999; position: relative; } #footer-bottom-section > .container > .row:first-child { border-bottom: 1px solid #3d3d3d; margin-bottom: 30px; } #footer-bottom-section .widget-title { color: white; border-bottom-color: #3d3d3d; } #footer-bottom-section .widget ul li { border-bottom-color: #3d3d3d; } .site-footer { position: relative; } .site-footer:before { content: ""; background-image: url(images/bread.png); position: absolute; bottom: 0; left: 0; width: 400px; height: 258px; z-index: -1; } @media only screen and (max-width: 992px) { .site-footer:before { opacity: 0.25; } } .site-footer:after { content: ""; background-image: url(images/pizza.png); position: absolute; bottom: 0; right: 0; width: 415px; height: 262px; z-index: -1; } @media only screen and (max-width: 992px) { .site-footer:after { opacity: 0.25; } } /*-------------------------------------------------------------- # Scroll Top --------------------------------------------------------------*/ .topbutton { position: fixed; right: 30px; bottom: 30px; background: white; display: block; height: 45px; line-height: 47px; text-align: center; width: 45px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4); z-index: 99; opacity: 0; color: #3d4348; } @media only screen and (max-width: 600px) { .topbutton { right: 10px; } } .btn-show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } @media only screen and (max-width: 600px) { .btn-show { opacity: 0.75; } } .btn-hide { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } /*-------------------------------------------------------------- # Site Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 30px; } .page-content, .entry-content, .entry-summary { margin: 1em 0; } /*-------------------------------------------------------------- # Post Meta --------------------------------------------------------------*/ .entry-meta { color: #999999; font-size: 12px; letter-spacing: 0.015em; } .entry-meta a { color: inherit; } .entry-meta span { display: inline-block; } .entry-meta span i { margin-right: 7px; } .rating i { color: #F7B614; margin-right: 3px; } .col-full-width { float: none; margin: auto; } .water-wrap { color: #f1f1f1; font-weight: bold; margin-bottom: 0; position: absolute; z-index: -1; } .water-wrap.rotated { color: #f1f1f1; font-weight: bold; margin-bottom: 0; position: absolute; z-index: 0; -webkit-transform: rotate(90deg) translateX(-50%); transform: rotate(90deg) translateX(-50%); top: 45%; left: 25px; line-height: normal; margin: 0; font-size: 60px; transform-origin: left center; z-index: 0; } .water-wrap.rotated + .container { z-index: 1; } @media only screen and (max-width: 767px) { .water-wrap.rotated { display: none; } } .blog-tab-menu > .nav-tabs > li > a { -webkit-transition: all ease-in 0.25s; transition: all ease-in 0.25s; } @media only screen and (max-width: 767px) { .masonry-layout .grid { width: 100%; right: 0; } } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comments-title, .comment-reply-title { font-family: "Poppins", sans-serif; font-size: 24px; margin: 0; text-align: center; text-transform: capitalize; font-weight: bold; color: #484848; } #reply-title small, #reply-title .font_small { display: block; text-align: center; margin-top: 5px; } .cancel-comment-reply-link { bottom: -2px; display: inline-block; left: 0.6em; position: relative; } .logged-in-as { margin-bottom: 15px !important; margin-top: -16px; } .comments-area { padding: 30px 60px 0; } @media only screen and (max-width: 992px) { .comments-area { padding: 30px; } } @media only screen and (max-width: 767px) { .comments-area { padding: 15px; } } .comments-area .comment-list, .comments-area .children { list-style: none; padding: 0; } .comments-area .comment-list { padding: 45px 0 45px; margin-bottom: 0; } .comments-area .comment-list .comment-respond { margin-top: 40px; } .comments-area .comment-body { overflow: hidden; padding-top: 60px; background: white; } .comments-area .comment-list > li.comment:first-child > .comment-body { padding-top: 0; } .comments-area .comment-author { float: left; margin-right: 25px; width: 90px; } .comments-area .author-img { padding-top: 100%; position: relative; -webkit-transform: translateZ(0); transform: translateZ(0); } .comments-area .author-img .avatar.photo { left: 50%; position: absolute; top: 50%; width: 100%; height: 100%; border-radius: 7px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .comments-area .date { display: block; font-size: 12px; color: #b7b7b7; margin-top: 5px; font-weight: 600; } .comments-area .reply { margin-top: 25px; } .comments-area .reply .comment-reply-link { background-color: #3d3d3d; color: #fff; display: inline-block; padding: 4px 25px; font-size: 12px; font-family: inherit; text-transform: uppercase; font-weight: bold; border-radius: 20px; } .comments-area .comment-details { display: table-cell; vertical-align: top; } .comments-area .comment-details { width: 1070px; overflow: hidden; } .comments-area .comment-content > p { font-size: 14px; line-height: 22px; } .comments-area .comment-content > p:last-of-type { margin-bottom: 0; } .comments-area .comment-content blockquote p { font-size: 20px; line-height: 35px; } .comments-area .comment-content > ol, .comments-area .comment-content > ul { margin-left: 1px; } .comments-area .comment-content ol li, .comments-area .comment-content ul li { padding-top: 10px; line-height: 1.5em; } .comments-area .comment-content > ol > li:first-child, .comments-area .comment-content > ul > li:first-child { padding-top: 0; } .comments-area .comment-metadata { margin-bottom: 1em; padding-top: 10px; } .comments-area .comment-metadata .author { font-size: 17px; color: #3d4348; } .comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link { color: #777; } .comments-area .children { margin-left: 115px; } @media only screen and (max-width: 767px) { .comments-area .children { margin-left: 45px; } } @media only screen and (max-width: 500px) { .comments-area .children { margin-left: 30px; } } .comments-area .comment-navigation { margin-bottom: 3.5em; } .comments-area .comment-navigation .nav-links .nav-previous { float: left; } .comments-area .comment-navigation .nav-links .nav-next { float: right; } .comments-area .comment-navigation .nav-links span { font-size: 18px; } .comments-area .comment-respond { position: relative; } #comment_form { padding-top: 30px; } .comment-respond { padding: 60px 100px 55px; } @media only screen and (max-width: 992px) { .comment-respond { padding: 30px; } } @media only screen and (max-width: 767px) { .comment-respond { padding: 15px; } } .comment-respond p { margin-bottom: 1em; } .comment-respond .form-submit { margin-bottom: 0; } @media only screen and (min-width: 992px) { .comment-respond .padding-left { padding-left: 5px; } } @media only screen and (min-width: 992px) { .comment-respond .padding-right { padding-right: 5px; } } .comment-respond .comment-subscription-form { display: none; } /*-------------------------------------------------------------- ## About Page --------------------------------------------------------------*/ .best-place-area { padding-bottom: 55px; } .best-place-area .section-align-title-area .section-align-title { padding-right: 70px; } .best-place-area .section-align-title-area > p { font-size: 15px; line-height: 1.8em; } .about-us-area { padding: 85px 0 50px; } .single-achievement { margin-bottom: 65px; } .single-achievement.achievement-right { text-align: right; } .single-achievement.achievement-right > h4 > span { float: right; } .single-achievement .achievement-title { color: #3d4348; font-size: 72px; font-weight: bold; margin: 0 0 40px; } .single-achievement p { color: #4d4d4d; font-size: 15px; margin-bottom: 40px; } .single-achievement p:last-child { margin-bottom: 15px; } .single-achievement p > i { color: #343434; font-family: "Playfair Display", serif; font-weight: bold; } .single-achievement li { margin-bottom: 50px; } .single-achievement li:last-child { margin-bottom: 0px; } .single-achievement li > h4 { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: bold; margin: 0 0 20px; } .single-achievement li > h4 span { float: right; font-size: 36px; margin-left: 5px; margin-top: -5px; } /*-------------------------------------------------------------- ## Contact Page --------------------------------------------------------------*/ .contact-us-area .page-sub-heading { margin: 10px 0 -5px; } .contact-us-content .section-align-title-area { margin-bottom: 55px; } .contact-us-content .section-align-title-area .section-align-title { text-transform: capitalize; font-size: 75px; } @media only screen and (max-width: 767px) { .contact-us-content .section-align-title-area .section-align-title { font-size: 45px; } } .single-contact-info { margin-bottom: 35px; } .single-contact-info > .title { color: #3d4348; font-family: "Poppins", sans-serif; font-size: 30px; font-weight: bold; margin-bottom: 15px; } .single-contact-info .content > p { color: #898989; font-weight: 500; line-height: 30px; margin-bottom: 0; } #contact-form-wrap { background-color: #fafafa; border: 1px solid #E3E3E3; border-radius: 10px; padding-bottom: 50px; padding: 50px; } @media only screen and (max-width: 767px) { #contact-form-wrap { padding: 30px; } } #contact-form-wrap .sand-message-title-area { position: relative; } #contact-form-wrap .sand-message-title-area > img { left: 50%; margin-left: -35px; position: absolute; top: -85px; } @media only screen and (max-width: 767px) { #contact-form-wrap .sand-message-title-area > img { top: -65px; } } #contact-form-wrap .sand-message-title-area .sand-message-heading { margin: 10px 0 55px; color: #3d3d3d; font-size: 24px; font-weight: bold; text-transform: capitalize; font-family: "Poppins", sans-serif; } #contact-form-wrap .btn.btn-submit { padding: 12px 50px; width: auto !important; background-color: #484848; margin: 25px 0 -5px; border-radius: 15px; line-height: normal; } #contact-form-wrap span.wpcf7-not-valid-tip { color: #df2626; display: block; font-size: 0.8em; margin-bottom: -10px; margin-left: 4px; margin-top: 3px; } #contact-form-wrap div.wpcf7-validation-errors { border: 1px solid #efdf35; color: #df2626; } #contact-form-wrap div.wpcf7-mail-sent-ng { border: 1px solid #df2626; } #contact-form-wrap div.wpcf7-response-output { padding: 0.4em 1em; margin: 0; } #contact-form-wrap .wpcf7-mail-sent-ok { border-width: 1px; } .contact-google-map-area { padding: 30px 0 75px; } .contact-google-map-area .section-title-area.section-title-area-four .section-title-dec { margin-bottom: 0; } #gmaps { height: 590px; background: #E5E3DF; } @media only screen and (max-width: 991px) { #gmaps { height: 450px; } } @media only screen and (max-width: 600px) { #gmaps { height: 400px; } } @media only screen and (max-width: 400px) { #gmaps { height: 330px; } } /*-------------------------------------------------------------- ## 404 Page --------------------------------------------------------------*/ .error-page-area { padding: 75px 0 90px; position: relative; } .error-page-area:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.25); } .error-page-content { color: white; } .error-page-content .error-title, .error-page-content .error-404 { color: inherit; } .error-page-content .error-title { font-size: 30px; font-weight: 900; text-transform: capitalize; margin-top: 20px; } .error-page-content .error-404 span { display: block; font-size: 180px; font-weight: 900; line-height: 1em; margin-bottom: 10px; } @media only screen and (max-width: 1200px) { .error-page-content .error-404 span { font-size: 150px; } } .error-page-content .error-404 { margin: -30px 0 30px; font-size: 30px; font-weight: bold; } .error-page-content .link-home { background-color: transparent; border: 2px solid #9d9d9d; font-family: "Playfair Display", serif; font-size: 20px; padding: 20px 85px; text-transform: uppercase; } /*-------------------------------------------------------------- # 404 page Responsive --------------------------------------------------------------*/ @media only screen and (max-width: 767px) { .error-page-area { padding: 60px 0 80px; } } @media only screen and (max-width: 500px) { .error-page-area { padding: 50px 0 70px; } .error-page-content .error-title { font-size: 26px; margin-bottom: 0px; } .error-page-content .error-404 { font-size: 24px; margin-bottom: 25px; } .error-page-content .error-404 span { font-size: 130px; } .error-page-content .link-home { padding: 13px 40px; font-size: 16px; } } /*-------------------------------------------------------------- ## Site Responsive --------------------------------------------------------------*/ /*-------------------------------------------------------------- #About US --------------------------------------------------------------*/ @media only screen and (max-width: 1200px) { .best-place-area .section-align-title-area .section-align-title { padding-right: 0px; } } @media only screen and (max-width: 992px) { .best-place-area .section-align-title-area { margin-bottom: 45px; text-align: center; } .facts-content { height: 200px; } .facts-content .single-count .count-number { font-size: 50px; } .facts-content .single-count .text { font-size: 32px; } .single-achievement.achievement-right { text-align: left; } .single-achievement.achievement-right li > h4 span { float: none; margin-right: 10px; } } @media only screen and (max-width: 767px) { .best-place-area .heading { padding: 10px 0 20px; } } @media only screen and (max-width: 600px) { .about-us-area { padding: 60px 0 25px; } .facts-content { padding: 25px 0px; } .facts-content .single-count { margin: 20px 0; width: 49%; display: inline-block; } .single-achievement { margin-bottom: 45px; } .single-achievement .achievement-title { font-size: 60px; margin: 0 0 30px; } .single-achievement > p { margin-bottom: 25px; } .single-achievement li { margin-bottom: 35px; } } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .entry-summary .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; border: none; } .format-audio iframe { width: 100%; overflow: hidden; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.4em 0; font-size: 0.9em; font-style: italic; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # WordPress Default Gallery --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; margin-bottom: 30px; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Gallery Pop Up --------------------------------------------------------------*/ .mfp-fade.mfp-bg { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .mfp-fade.mfp-wrap .mfp-content { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: scale(1); transform: scale(1); } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: scale(0.5); transform: scale(0.5); }
0.325521
0.065545
.cs-loader { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .logo { background-color: #F6F5F3; padding: 40px 10px 10px 40px; display: inline-block; position: absolute; } .loading { background-color: #F6F5F3; background-image: url('https://chatbot-dot-wizy-workroom.appspot.com/assets/img/landing.png'); background-repeat: no-repeat; background-position: bottom right; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } .loading .status { /*background-color: #F6F5F3;*/ padding: 12px 8px; /*box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);*/ margin: 0 auto; } .loading .status > div { display: inline-block; vertical-align: middle; text-align: center; } .loading .status > div:first-child { margin-top: 5px; } .loading .message { font-size: 32px; display: inline-block; margin-top: 0; margin-left: 5px; text-shadow: 1px 1px 7px #fff, 1px 1px 7px #fff, 1px 1px 7px #fff, 1px 1px 7px #fff; } .cs-loader-inner { transform: translateY(-50%); top: calc(50% + 20px); position: absolute; width: calc(100% - 200px); color: #5E5E5E; padding: 0 100px; text-align: center; } .cs-loader-inner label { font-size: 20px; opacity: 0; display: inline-block; } @keyframes lol { 0% { opacity: 0; transform: translateX(-300px); } 33% { opacity: 1; transform: translateX(0); } 66% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(300px); } } /* stylelint-disable selector-type-no-unknown */ @-webkit-keyframes lol { 0% { opacity: 0; -webkit-transform: translateX(-300px); } 33% { opacity: 1; -webkit-transform: translateX(0); } 66% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(300px); } } .cs-loader-inner label:nth-child(6) { -webkit-animation: lol 3s infinite ease-in-out; animation: lol 3s infinite ease-in-out; } .cs-loader-inner label:nth-child(5) { -webkit-animation: lol 3s 100ms infinite ease-in-out; animation: lol 3s 100ms infinite ease-in-out; } .cs-loader-inner label:nth-child(4) { -webkit-animation: lol 3s 200ms infinite ease-in-out; animation: lol 3s 200ms infinite ease-in-out; } .cs-loader-inner label:nth-child(3) { -webkit-animation: lol 3s 300ms infinite ease-in-out; animation: lol 3s 300ms infinite ease-in-out; } .cs-loader-inner label:nth-child(2) { -webkit-animation: lol 3s 400ms infinite ease-in-out; animation: lol 3s 400ms infinite ease-in-out; } .cs-loader-inner label:nth-child(1) { -webkit-animation: lol 3s 500ms infinite ease-in-out; animation: lol 3s 500ms infinite ease-in-out; }
app/components/SplashScreen/styles.css
.cs-loader { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .logo { background-color: #F6F5F3; padding: 40px 10px 10px 40px; display: inline-block; position: absolute; } .loading { background-color: #F6F5F3; background-image: url('https://chatbot-dot-wizy-workroom.appspot.com/assets/img/landing.png'); background-repeat: no-repeat; background-position: bottom right; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } .loading .status { /*background-color: #F6F5F3;*/ padding: 12px 8px; /*box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);*/ margin: 0 auto; } .loading .status > div { display: inline-block; vertical-align: middle; text-align: center; } .loading .status > div:first-child { margin-top: 5px; } .loading .message { font-size: 32px; display: inline-block; margin-top: 0; margin-left: 5px; text-shadow: 1px 1px 7px #fff, 1px 1px 7px #fff, 1px 1px 7px #fff, 1px 1px 7px #fff; } .cs-loader-inner { transform: translateY(-50%); top: calc(50% + 20px); position: absolute; width: calc(100% - 200px); color: #5E5E5E; padding: 0 100px; text-align: center; } .cs-loader-inner label { font-size: 20px; opacity: 0; display: inline-block; } @keyframes lol { 0% { opacity: 0; transform: translateX(-300px); } 33% { opacity: 1; transform: translateX(0); } 66% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(300px); } } /* stylelint-disable selector-type-no-unknown */ @-webkit-keyframes lol { 0% { opacity: 0; -webkit-transform: translateX(-300px); } 33% { opacity: 1; -webkit-transform: translateX(0); } 66% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(300px); } } .cs-loader-inner label:nth-child(6) { -webkit-animation: lol 3s infinite ease-in-out; animation: lol 3s infinite ease-in-out; } .cs-loader-inner label:nth-child(5) { -webkit-animation: lol 3s 100ms infinite ease-in-out; animation: lol 3s 100ms infinite ease-in-out; } .cs-loader-inner label:nth-child(4) { -webkit-animation: lol 3s 200ms infinite ease-in-out; animation: lol 3s 200ms infinite ease-in-out; } .cs-loader-inner label:nth-child(3) { -webkit-animation: lol 3s 300ms infinite ease-in-out; animation: lol 3s 300ms infinite ease-in-out; } .cs-loader-inner label:nth-child(2) { -webkit-animation: lol 3s 400ms infinite ease-in-out; animation: lol 3s 400ms infinite ease-in-out; } .cs-loader-inner label:nth-child(1) { -webkit-animation: lol 3s 500ms infinite ease-in-out; animation: lol 3s 500ms infinite ease-in-out; }
0.575827
0.111676
.navigation { width: 5rem; height: 100vh; padding-top: 3rem; position: fixed; top: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; color: var(--white-color); background-color: var(--main-blue); z-index: 9999999; } .navigation__hamburger { cursor: pointer; } .navigation__hamburger svg { fill: var(--white-color); } .navigation__list { margin-top: 2rem; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; } .navigation__list__item { display: block; margin: 1.2rem auto; position: relative; } .list-title::after { content: attr(value-item); display: flex; justify-content: center; align-items: center; text-align: center; position: absolute; top: 30%; right: -160px; width: 130px; height: 20px; padding: 3px 5px; border-radius: 8px; color: #fff; background-color: rgba(0, 0, 0, 0.6); font-family: "Lato"; letter-spacing: 1.1px; visibility: hidden; opacity: 0; transition: 0.3s ease-in-out visibility, 0.3s ease-in-out opacity; } .list-title:hover:after { visibility: visible; opacity: 1; } .navigation__list__icon i { font-size: 1.4rem; color: var(--white-color); } .navigation__list__icon--raduis-50 { width: 40px; height: 40px; position: relative; border: 1px solid; border-radius: 50%; margin-top: 0.3rem; } .navigation__list__icon--raduis-50::before { content: ""; position: absolute; top: -3px; left: -3px; width: 40px; height: 40px; border-radius: 50%; border: 2px solid rgba(99, 173, 207, 0.699); } .navigation__list__icon--raduis-50 img { border-radius: 50%; object-fit: cover; } @media (max-width: 768px) { .navigation { width: 3rem; } .navigation__list__icon i { font-size: 1.1rem; } .navigation__list__icon--raduis-50 { width: 30px; height: 30px; } .navigation__list__icon--raduis-50::before { width: 30px; height: 30px; } }
css/nav-bar.css
.navigation { width: 5rem; height: 100vh; padding-top: 3rem; position: fixed; top: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; color: var(--white-color); background-color: var(--main-blue); z-index: 9999999; } .navigation__hamburger { cursor: pointer; } .navigation__hamburger svg { fill: var(--white-color); } .navigation__list { margin-top: 2rem; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; } .navigation__list__item { display: block; margin: 1.2rem auto; position: relative; } .list-title::after { content: attr(value-item); display: flex; justify-content: center; align-items: center; text-align: center; position: absolute; top: 30%; right: -160px; width: 130px; height: 20px; padding: 3px 5px; border-radius: 8px; color: #fff; background-color: rgba(0, 0, 0, 0.6); font-family: "Lato"; letter-spacing: 1.1px; visibility: hidden; opacity: 0; transition: 0.3s ease-in-out visibility, 0.3s ease-in-out opacity; } .list-title:hover:after { visibility: visible; opacity: 1; } .navigation__list__icon i { font-size: 1.4rem; color: var(--white-color); } .navigation__list__icon--raduis-50 { width: 40px; height: 40px; position: relative; border: 1px solid; border-radius: 50%; margin-top: 0.3rem; } .navigation__list__icon--raduis-50::before { content: ""; position: absolute; top: -3px; left: -3px; width: 40px; height: 40px; border-radius: 50%; border: 2px solid rgba(99, 173, 207, 0.699); } .navigation__list__icon--raduis-50 img { border-radius: 50%; object-fit: cover; } @media (max-width: 768px) { .navigation { width: 3rem; } .navigation__list__icon i { font-size: 1.1rem; } .navigation__list__icon--raduis-50 { width: 30px; height: 30px; } .navigation__list__icon--raduis-50::before { width: 30px; height: 30px; } }
0.60288
0.060363
.photo-slider-inner {margin: 0 25px; width: 95%;} .photo-slider-container {position:relative; zoom:1; z-index:1; width: 100%;} .photo-slider-container .photo-prev-enabled, .photo-slider-container .photo-prev-wait, .photo-slider-container .photo-prev-disabled, .photo-slider-container .photo-next-enabled, .photo-slider-container .photo-next-wait, .photo-slider-container .photo-next-disabled {position:absolute;top:50%;width:20px;height:48px;margin-top:-24px;display:block;z-index:100;} .photo-slider-container .photo-prev-enabled, .photo-slider-container .photo-next-enabled, .photo-slider-container .photo-prev-wait, .photo-slider-container .photo-next-wait {background:url("/bitrix/components/bitrix/photogallery.detail.list/templates/slider/images/arr-enabled.png") no-repeat; cursor:pointer;} .photo-slider-container .photo-prev-disabled, .photo-slider-container .photo-next-disabled{background:url("/bitrix/components/bitrix/photogallery.detail.list/templates/slider/images/arr-disabled.png") no-repeat;} .photo-slider-container .photo-prev-enabled, .photo-slider-container .photo-prev-wait, .photo-slider-container .photo-prev-disabled{left:-25px} .photo-slider-container .photo-next-enabled, .photo-slider-container .photo-next-wait, .photo-slider-container .photo-next-disabled{right:-25px;background-position:-20px 0;} .photo-slider-container .photo-slider-data {position:absolute; overflow:hidden; width:100%;} .photo-slider-container .photo-slider-item{float:left!important;} .photo-slider-container .photo-slider-item .photo-slider-thumb, .photo-slider-container .photo-slider-item .photo-slider-thumb td {border:none; padding:0; margin:0;} .photo-slider-container .photo-slider-item .photo-slider-thumb td {padding:0 1em;} .photo-slider-container .photo-slider-item img {border: 4px solid transparent;} .photo-slider-container .photo-slider-item a {border: 1px solid #b0b0b0; display:block; } .photo-slider-container .photo-slider-item div {border: 1px solid #ff4e00;} .photo-slider-container .photo-slider-data-list {zoom:1; position:relative!important; left:0; white-space: nowrap; overflow:hidden; width: 8000000px;}
www/html/bitrix/modules/photogallery/install/components/bitrix/photogallery.detail.list/templates/slider/style.css
.photo-slider-inner {margin: 0 25px; width: 95%;} .photo-slider-container {position:relative; zoom:1; z-index:1; width: 100%;} .photo-slider-container .photo-prev-enabled, .photo-slider-container .photo-prev-wait, .photo-slider-container .photo-prev-disabled, .photo-slider-container .photo-next-enabled, .photo-slider-container .photo-next-wait, .photo-slider-container .photo-next-disabled {position:absolute;top:50%;width:20px;height:48px;margin-top:-24px;display:block;z-index:100;} .photo-slider-container .photo-prev-enabled, .photo-slider-container .photo-next-enabled, .photo-slider-container .photo-prev-wait, .photo-slider-container .photo-next-wait {background:url("/bitrix/components/bitrix/photogallery.detail.list/templates/slider/images/arr-enabled.png") no-repeat; cursor:pointer;} .photo-slider-container .photo-prev-disabled, .photo-slider-container .photo-next-disabled{background:url("/bitrix/components/bitrix/photogallery.detail.list/templates/slider/images/arr-disabled.png") no-repeat;} .photo-slider-container .photo-prev-enabled, .photo-slider-container .photo-prev-wait, .photo-slider-container .photo-prev-disabled{left:-25px} .photo-slider-container .photo-next-enabled, .photo-slider-container .photo-next-wait, .photo-slider-container .photo-next-disabled{right:-25px;background-position:-20px 0;} .photo-slider-container .photo-slider-data {position:absolute; overflow:hidden; width:100%;} .photo-slider-container .photo-slider-item{float:left!important;} .photo-slider-container .photo-slider-item .photo-slider-thumb, .photo-slider-container .photo-slider-item .photo-slider-thumb td {border:none; padding:0; margin:0;} .photo-slider-container .photo-slider-item .photo-slider-thumb td {padding:0 1em;} .photo-slider-container .photo-slider-item img {border: 4px solid transparent;} .photo-slider-container .photo-slider-item a {border: 1px solid #b0b0b0; display:block; } .photo-slider-container .photo-slider-item div {border: 1px solid #ff4e00;} .photo-slider-container .photo-slider-data-list {zoom:1; position:relative!important; left:0; white-space: nowrap; overflow:hidden; width: 8000000px;}
0.190724
0.0341
.cat-design-alt img { /* width: 100%; */ } /* Khaasfood Blog post title margin-botton */ .img-container { margin-bottom: 15px; } .img-container img { /* height: 100%; */ width: 100% !important; } /***************************** Header/ Menu ********************/ .whb-header{ margin-bottom: 0px !important; } /* Logo */ @media screen and (min-width: 768px){ .whb-sticky-row .site-logo { display: none; } header.whb-sticked .whb-sticky-row .site-logo { display: block; } } /* Bangla section footer top*/ .s{ border: 2px solid #8cb23b !Important; } /* .whb-header-bottom .menu-opener{ display: inline !Important; } .menu-opener .menu-open-label{ display: none !Important; } */ /* EN and BN border-right*/ ul#menu-language li a { padding-left: 5px !Important; padding-right: 5px !Important; } li#menu-item-427-en{ border-right: 1px solid #cfcfcf; } /* Mobile phone chickout button position*/ @media screen and (max-width: 768px){ .cart-widget-side .shopping-cart-widget-footer>p { padding-bottom: 34px; } } .whb-header-bottom .whb-secondary-menu .item-level-0 > a{ height: 20px !Important; } .s::-webkit-input-placeholder { /* Edge */ color: #8cb23b; } .s:-ms-input-placeholder { /* Internet Explorer */ color: #8cb23b; } .s::placeholder { color: #8cb23b; } ul#menu-language-1 { margin-top: 8px; } .whb-sticked .whb-main-header, .whb-main-header{ box-shadow: 0 2px 5px rgba(0, 0, 0, .1) !Important; } li.item-level-0.my-account-with-icon.menu-item-my-account.menu-simple-dropdown.item-event-hover a{ margin-top: 10px !Important; } .product-quick-view .single_page_btn_cont{ display: none; } .order_modal{ display: none; position: fixed; top:0; left: 0; height: 100vh; width:100vw; background: rgba(81, 142, 0, 0.95); z-index: 999; overflow: scroll; } .inner_modal{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; padding: 20px; background: #ffffff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); } input#quantity { padding: 0; text-align: left; padding-left: 10px; width: 100px; } @media screen and (min-width: 768px){ .inner_modal{ width: 800px; } } @media screen and (max-width: 768px){ .inner_modal{ top: 77% !important; padding-top: 50px; padding-bottom: 60px; margin-bottom: 30px; } .inner_modal .close_btn { top: 15px; } .product_image img{ margin-top: 2px; } } .inner_modal .close_btn { position: absolute; top: -12px; right: 11px; background: #fff; color: #000; border-radius: 100%; padding: 1px 7px; box-shadow: 0 0 5px #ff0000ad; transition: all .3s; } .inner-modal .close_btn:hover { box-shadow: 0 0 1px #ff0000ad; border: 2px solid red; transition: all .3s; } #qo_phone{ text-align: left !important; padding-left: 20px !Important; } #billing_phone_field{ width: 100% !Important; } .error_msg{ color: red !important; } div#succes_msg { display: none; background: #1f6517; box-shadow: 0 0 15px #0000008f; color: #fff; padding: 10px; } #succes_msg p{ margin-bottom: 0px !Important; } div#err_msg{ display: none; background: #da0b0b; box-shadow: 0 0 15px #0000008f; color: #fff; padding: 10px; } #err_msg p{ margin-bottom: 0px !Important; } a.order_now_btn { color: #83b735; font-family: oswald; font-size: 15px; margin: auto; padding: 5px 10px; background: #ffffff; border: 2px solid; display: block; margin-bottom: 10px; text-decoration: none; border-radius: 30px; transition: all .2s; width: 109px; } a.order_now_btn:hover{ background: #83b735; border: 1px solid #d8d8d8; color: #fff; transition: all .2s; cursor: pointer; } .single_page_btn_cont a { padding: 10px; background: #0088cc; color: #fff; display: block; margin-bottom: 10px; text-align: center; width: 227px; font-family: Oswald; font-size: 18px; text-decoration: none; } .single_page_btn_cont .order_now_btn{ margin: 0 0 10px 0 !important; } .mwb_wpr_purchase_pro_point{ display: none; } .woodmart-shopping-cart .woodmart-cart-icon:before{ font-size: 25px !important; } /***************** Cart animation *************************/ .cartAnim{ /* animation-name: shake; animation-duration: 1s; transition: .2s; */ animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; } /* @-webkit-keyframes shake { 33% {transform: rotate(30deg);} 66% {transform: rotate(-30deg);} } */ @keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } } /*end card animation */ /************ Checkout page ***************/ .checkout_login{ background: #e38800; color: #fff !Important; padding: 10px 40px; margin-bottom: 20px; display: inline-block; font-weight: bold; width: 98%; border-radius: 50px; text-align: center; padding: 12px; } .checkout_login:hover{ background: #dc9b3b !Important; } .woocommerce-form__input-checkbox{ margin-top: 10px; } p#billing_first_name_field { width: 100% !Important; } .displayToggle{ display:none; } .courier_popup { position: fixed; bottom: 20px; left: -320px; width: 300px; opacity: 0; padding: 30px; background: #83b735; box-shadow: 1px 5px 13px #ff990054; color: #fff; font-size: 18px; text-align: center; font-weight: bold; transition: all .5s; } /* End of checkout */ .img-container{ overflow: hidden; } .img-container img { object-fit: contain; max-width: 100%; height: 200px; vertical-align: middle; transition: all 1s; } .img-container img:hover { transform: scale(1.2); transition: all .7s; } /* Footer shop now btn*/ .fixed_footer_bar { border-bottom: 2px solid #003a1a; box-shadow: 0 0 15px #0000001f; padding: 11px; position: fixed; bottom: 0; left: 0; background: #fff; width: 100%; z-index: 999; display: none; } @media screen and (max-width: 768px){ .fixed_footer_bar{ display: block; } .min-footer>div:last-child { margin-bottom: 50px; } .fb_dialog{ bottom: 6pt !Important; } .fb_customer_chat_bubble_animated_no_badge{ box-shadow: none !Important; } } @media screen and (max-width: 400px){ .footer-shop-btn { padding: 15px 40px !important; } } @media screen and (max-width: 335px){ .footer-shop-btn { padding: 15px 20px !important; } .footer-user { padding: 18px 17px !important; } } .footer-shop-btn { background-color: #003a1a; color: #fff; padding: 15px 78px; font-size: 15px; } .footer-user { padding: 18px 32px; } .footer-user i { font-size: 20px; } /*Order status cancelled color*/ .status-cancelled { background-color: #da9789 !important; color: #fff !important; } /* Cheackout page Back button */ .Back-To-m-Cart{ margin-top:40px; margin-bottom: 40px; } .Back-To-Cart { background-color: #83b735; padding: 15px 40px; border-radius: 50px; color: #fff } /* Rest API blog style */ .blog-date { margin: auto; background: #fff; margin-top: 16px; padding: 4px 8px 2px 8px; font-size: 18px; position: absolute; color: #003a1a; margin-left: 8px; } /***************** Custom registation system *************************/ .registation-nav-border { border-bottom: 0px solid #ddd; } .tab-content { border: 1px solid #ddd; padding: 1px 15px; } .nav-tabs>li { float: left; margin-bottom: -1px; width: 50%; } .nav-tabs>li>a { margin-right: -1px; } .custom-button { background-color: #83b735; border-radius: 52px; margin: 15px; padding: 12px 60px; color: #fff; margin-left: 5px; } .confirmCode_btn{ background-color: #83b735; border-radius: 52px; margin: 15px; padding: 12px 60px; color: #fff; margin-left: 5px; } .email_reg_success { background-color: #83b735; color: #fff; padding: 7px; text-align: center; } .phone_reg_success { background-color: #83b735; color: #fff; padding: 7px; text-align: center; } .confirmCode_notmatch { color: #f71515; padding: 6px; font-size: 16px; } .woodmart-switch-to-register { background-color: #83b735; color: #fff !important; } /***************** Custom tabs *************************/ /* Style the tab */ .tab { overflow: hidden; border-left: 1px solid #ccc; background-color: #f1f1f1; border-right: 1px solid #ccc; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; width: 50%; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #003a1a; color: #fff; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } /* Style the close button */ .topright { float: right; cursor: pointer; font-size: 28px; } .topright:hover {color: red;} /* Order taking button */ .form-row .button { background-color: #83b735; color: #FFF; border-radius: 50px; } /* Sold Out Products lavel */ .product-label.out-of-stock { background-color: #e22d2d; color: #ffffff; font-weight: 900; } /* Header searchbar select category none */ .search-by-category { position: absolute; top: 2px; right: 52px; display: none; } /************************************* main slider css custom post type *************************************/ .slideshow-container { width: 100%; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: #0e4023; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; background-color: #ffffff8c; border-radius: 50% !important; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: #ffffff; border-radius: 50%; } /* Caption text */ /* .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } */ /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot:hover { /* background-color: #717171; */ } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .prev, .next,.text {font-size: 11px} } .home .main-page-wrapper { margin-bottom: -50px; } .main-page-wrapper{ margin-top: 0px !Important; } /* Checkout page (Subscription) */ button.sub_day { padding: 8px 13px; width: 100px; margin-bottom: 7px; font-size: 12px; border-radius: 30px; background: #ffa50033; box-shadow: 0 0 15px #0000000f; } button.sub_day.active { background: #1ea01e; color: #fff; } button.apply_subscription { border-radius: 30px; background: #83b735; color: #fff; } .checkout_subscription { border: 1px solid #ededed; padding: 20px; background: #ddecde2b; box-shadow: 0 0 5px #edededcf; } #subs_input_area{ display: none; } button.cancle_subscription { border-radius: 20px !important; background: #ffa40045 !important; } /****************************************** Start Product quality button style ******************************************/ .product_quantity { /* float: left; */ background-color: #003a1a; color: #000; margin-top: 0%; font-size: 13px; font-weight: 600; border: 2px solid #c8e8e4; border-radius: 50px; padding: 1px 5px; /* margin-left: -84%; */ width: 64px; background: #c8e8e4; margin-left: 0% !Important; } .price { /* position: absolute; */ display: inline-block !Important; border: 2px solid #c8e8e4; padding: 0px 5px; border-radius: 50px; background: #c8e8e4; /* margin-left: 51%; */ } /* End Product quality button style */ .woodmart-hover-standard .btn-add { margin-top: 15px; } /* Custom Price Font Size */ .woocommerce-Price-amount.amount { font-size: 13px; } /* Custom star Rating style */ /* .rating_in { position: absolute; margin-left: 19%; margin-top: -11%; } @media only screen and (max-width: 330px) { .rating_in { margin-left: 28%; margin-top: -17%; } } @media only screen and (min-width: 331px) and (max-width: 380px) { .rating_in { margin-left: 26%; margin-top: -14%; } } @media only screen and (min-width: 381px) and (max-width: 440px) { .rating_in { margin-left: 23%; margin-top: -12%; } } @media only screen and (min-width: 441px) and (max-width: 768px) { .rating_in { margin-left: 22%; margin-top: -13%; } } .product-grid-item .star-rating {*/ /* left: -6%; right: 0; */ /*margin: auto; } .star-rating { display: block; margin-bottom: 6px !important; } info.rating_count { position: absolute; top: 0; right: -28px; } .star-rating + .empty_rating{ display: none; } .star-rating span{ left: 32% !Important; } */ /* Review must-log-in User */ .must-log-in { background-color: #83b735; width: 90%; padding: 16px; font-size: 23px; color: #fff; } /* Email subscribed comfrem font size admin panel*/ .subscribed.es_list_contact_status:before { font-size: 40px !important; } /* products title fixed hide weight */ body .product-title, body .product-grid-item .product-title{ min-height:36px; max-height:36px; } /* Social Icon styls */ .icons-size-large .woodmart-social-icon { width: 30px !Important; height: 30px !Important; background-color: rgba(255, 255, 255, 0) !Important; } .icons-size-large i{ line-height: 30px !Important; } /* * Single Product Page */ .single-product-page .woocommerce-product-rating{ display: block !Important; } .single .product-image-summary-wrap .price{ border: none !important; background: none !Important; } .single .product-image-summary-wrap .woocommerce-Price-amount.amount{ font-size: 25px !Important; } /*Footer */ input#es_subscription_form_submit_1592156634 { border-radius: 100px; padding: 5px 10px !Important; font-size: 12px !important; } footer .woodmart-social-icons.text-left.icons-design-.icons-size-default.color-scheme-light.social-follow.social-form-circle { margin-left: -20px; } footer .woodmart-social-icons a i { font-size: 20px !important; color: #fff !Important; } footer .wpb_content_element { margin-bottom: 17px !Important; } span.woocommerce-Price-amount.amount { color: #000 !Important; } .order_cancel_msg { position: fixed; top: 50%; left: 50%; width: 60vw; padding: 38px; background: orange; transform: translate(-50%, -50%); color: #fff; text-align: center; font-size: 40px; } #cancel_order { background: #83AC2B; color: #fff; } /* subscripton Email confrem font size */ .es_list_contact_status:before { font-size: 40px !important; } /* Custom Registration */ ul.ui-widget-header{ border: none !Important; background: none !Important; } #customer_login{ margin-right: 0px !Important; margin-left: 0px !important; } .ui-tabs .ui-tabs-nav li{ border-bottom-width: 1px !Important; padding: 2px !Important; width: 49% !important; border-radius: 0px !Important; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { display: block; width: 100%; font-size: 18px !Important; text-align: center !Important; } /************* My Account Page *********/ li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist { display: none; } .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout { display: none; } .wishlist-link { display: none !Important; } @media only screen and (min-width: 768px) { .category-grid-item img { width: 371px; height: 290px; } } /* Popup message for not logged in user */ .um_container { display: none !important; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000000ad; z-index: 99999; } .um_inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; box-shadow: 0 10px 20px #00000036; padding: 40px; } .um_inner p{ text-align: center; font-size: 20px !Important; margin-bottom: 0px !Important; color: #000 !Important; } .um_inner p a{ color: #83b735 !Important; } span.close_button { position: absolute; top: 0; left: 0; display: inline-block; padding: 6px 10px; background: #ececec; box-shadow: 0 0 10px #ff00001c transition: all .9s; } span.close_button:hover { cursor: pointer; box-shadow: 0 0 10px #f003; background: #ff0000; color: #fff; transition: all .9s; } .create-account-question { padding-bottom: 100px !important; } .dokan-alert-danger,.dokan-alert-info,.dokan-alert-warning,.dokan-error,.dokan-info,.mc4wp-error,.mc4wp-notice,.woocommerce-error,.woocommerce-info,.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors { background-color: #e74c3c; } .star-rating { display: table; margin: 0 auto; } /* Decrease the size of notes field */ textarea#order_comments{ min-height:70px } .woodmart-swatch.swatch-on-single.swatch-size-default.active-swatch { background-color:#438E44; color: white; padding: 5px 10px; } .woodmart-swatch.active-swatch:after, .woodmart-swatch:hover:after { opacity:0 } #billing_country_field{ display: none; } .black-box{ background: rgb(0 0 0); color: #fff !Important; margin-bottom: 20px; display: inline-block; font-weight: bold; text-transform: uppercase; border-radius: 3px; text-align: center; padding: 12px 20px; }
public/wp-content/themes/woodmart-child/style97de.css
.cat-design-alt img { /* width: 100%; */ } /* Khaasfood Blog post title margin-botton */ .img-container { margin-bottom: 15px; } .img-container img { /* height: 100%; */ width: 100% !important; } /***************************** Header/ Menu ********************/ .whb-header{ margin-bottom: 0px !important; } /* Logo */ @media screen and (min-width: 768px){ .whb-sticky-row .site-logo { display: none; } header.whb-sticked .whb-sticky-row .site-logo { display: block; } } /* Bangla section footer top*/ .s{ border: 2px solid #8cb23b !Important; } /* .whb-header-bottom .menu-opener{ display: inline !Important; } .menu-opener .menu-open-label{ display: none !Important; } */ /* EN and BN border-right*/ ul#menu-language li a { padding-left: 5px !Important; padding-right: 5px !Important; } li#menu-item-427-en{ border-right: 1px solid #cfcfcf; } /* Mobile phone chickout button position*/ @media screen and (max-width: 768px){ .cart-widget-side .shopping-cart-widget-footer>p { padding-bottom: 34px; } } .whb-header-bottom .whb-secondary-menu .item-level-0 > a{ height: 20px !Important; } .s::-webkit-input-placeholder { /* Edge */ color: #8cb23b; } .s:-ms-input-placeholder { /* Internet Explorer */ color: #8cb23b; } .s::placeholder { color: #8cb23b; } ul#menu-language-1 { margin-top: 8px; } .whb-sticked .whb-main-header, .whb-main-header{ box-shadow: 0 2px 5px rgba(0, 0, 0, .1) !Important; } li.item-level-0.my-account-with-icon.menu-item-my-account.menu-simple-dropdown.item-event-hover a{ margin-top: 10px !Important; } .product-quick-view .single_page_btn_cont{ display: none; } .order_modal{ display: none; position: fixed; top:0; left: 0; height: 100vh; width:100vw; background: rgba(81, 142, 0, 0.95); z-index: 999; overflow: scroll; } .inner_modal{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; padding: 20px; background: #ffffff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); } input#quantity { padding: 0; text-align: left; padding-left: 10px; width: 100px; } @media screen and (min-width: 768px){ .inner_modal{ width: 800px; } } @media screen and (max-width: 768px){ .inner_modal{ top: 77% !important; padding-top: 50px; padding-bottom: 60px; margin-bottom: 30px; } .inner_modal .close_btn { top: 15px; } .product_image img{ margin-top: 2px; } } .inner_modal .close_btn { position: absolute; top: -12px; right: 11px; background: #fff; color: #000; border-radius: 100%; padding: 1px 7px; box-shadow: 0 0 5px #ff0000ad; transition: all .3s; } .inner-modal .close_btn:hover { box-shadow: 0 0 1px #ff0000ad; border: 2px solid red; transition: all .3s; } #qo_phone{ text-align: left !important; padding-left: 20px !Important; } #billing_phone_field{ width: 100% !Important; } .error_msg{ color: red !important; } div#succes_msg { display: none; background: #1f6517; box-shadow: 0 0 15px #0000008f; color: #fff; padding: 10px; } #succes_msg p{ margin-bottom: 0px !Important; } div#err_msg{ display: none; background: #da0b0b; box-shadow: 0 0 15px #0000008f; color: #fff; padding: 10px; } #err_msg p{ margin-bottom: 0px !Important; } a.order_now_btn { color: #83b735; font-family: oswald; font-size: 15px; margin: auto; padding: 5px 10px; background: #ffffff; border: 2px solid; display: block; margin-bottom: 10px; text-decoration: none; border-radius: 30px; transition: all .2s; width: 109px; } a.order_now_btn:hover{ background: #83b735; border: 1px solid #d8d8d8; color: #fff; transition: all .2s; cursor: pointer; } .single_page_btn_cont a { padding: 10px; background: #0088cc; color: #fff; display: block; margin-bottom: 10px; text-align: center; width: 227px; font-family: Oswald; font-size: 18px; text-decoration: none; } .single_page_btn_cont .order_now_btn{ margin: 0 0 10px 0 !important; } .mwb_wpr_purchase_pro_point{ display: none; } .woodmart-shopping-cart .woodmart-cart-icon:before{ font-size: 25px !important; } /***************** Cart animation *************************/ .cartAnim{ /* animation-name: shake; animation-duration: 1s; transition: .2s; */ animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; } /* @-webkit-keyframes shake { 33% {transform: rotate(30deg);} 66% {transform: rotate(-30deg);} } */ @keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } } /*end card animation */ /************ Checkout page ***************/ .checkout_login{ background: #e38800; color: #fff !Important; padding: 10px 40px; margin-bottom: 20px; display: inline-block; font-weight: bold; width: 98%; border-radius: 50px; text-align: center; padding: 12px; } .checkout_login:hover{ background: #dc9b3b !Important; } .woocommerce-form__input-checkbox{ margin-top: 10px; } p#billing_first_name_field { width: 100% !Important; } .displayToggle{ display:none; } .courier_popup { position: fixed; bottom: 20px; left: -320px; width: 300px; opacity: 0; padding: 30px; background: #83b735; box-shadow: 1px 5px 13px #ff990054; color: #fff; font-size: 18px; text-align: center; font-weight: bold; transition: all .5s; } /* End of checkout */ .img-container{ overflow: hidden; } .img-container img { object-fit: contain; max-width: 100%; height: 200px; vertical-align: middle; transition: all 1s; } .img-container img:hover { transform: scale(1.2); transition: all .7s; } /* Footer shop now btn*/ .fixed_footer_bar { border-bottom: 2px solid #003a1a; box-shadow: 0 0 15px #0000001f; padding: 11px; position: fixed; bottom: 0; left: 0; background: #fff; width: 100%; z-index: 999; display: none; } @media screen and (max-width: 768px){ .fixed_footer_bar{ display: block; } .min-footer>div:last-child { margin-bottom: 50px; } .fb_dialog{ bottom: 6pt !Important; } .fb_customer_chat_bubble_animated_no_badge{ box-shadow: none !Important; } } @media screen and (max-width: 400px){ .footer-shop-btn { padding: 15px 40px !important; } } @media screen and (max-width: 335px){ .footer-shop-btn { padding: 15px 20px !important; } .footer-user { padding: 18px 17px !important; } } .footer-shop-btn { background-color: #003a1a; color: #fff; padding: 15px 78px; font-size: 15px; } .footer-user { padding: 18px 32px; } .footer-user i { font-size: 20px; } /*Order status cancelled color*/ .status-cancelled { background-color: #da9789 !important; color: #fff !important; } /* Cheackout page Back button */ .Back-To-m-Cart{ margin-top:40px; margin-bottom: 40px; } .Back-To-Cart { background-color: #83b735; padding: 15px 40px; border-radius: 50px; color: #fff } /* Rest API blog style */ .blog-date { margin: auto; background: #fff; margin-top: 16px; padding: 4px 8px 2px 8px; font-size: 18px; position: absolute; color: #003a1a; margin-left: 8px; } /***************** Custom registation system *************************/ .registation-nav-border { border-bottom: 0px solid #ddd; } .tab-content { border: 1px solid #ddd; padding: 1px 15px; } .nav-tabs>li { float: left; margin-bottom: -1px; width: 50%; } .nav-tabs>li>a { margin-right: -1px; } .custom-button { background-color: #83b735; border-radius: 52px; margin: 15px; padding: 12px 60px; color: #fff; margin-left: 5px; } .confirmCode_btn{ background-color: #83b735; border-radius: 52px; margin: 15px; padding: 12px 60px; color: #fff; margin-left: 5px; } .email_reg_success { background-color: #83b735; color: #fff; padding: 7px; text-align: center; } .phone_reg_success { background-color: #83b735; color: #fff; padding: 7px; text-align: center; } .confirmCode_notmatch { color: #f71515; padding: 6px; font-size: 16px; } .woodmart-switch-to-register { background-color: #83b735; color: #fff !important; } /***************** Custom tabs *************************/ /* Style the tab */ .tab { overflow: hidden; border-left: 1px solid #ccc; background-color: #f1f1f1; border-right: 1px solid #ccc; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; width: 50%; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #003a1a; color: #fff; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } /* Style the close button */ .topright { float: right; cursor: pointer; font-size: 28px; } .topright:hover {color: red;} /* Order taking button */ .form-row .button { background-color: #83b735; color: #FFF; border-radius: 50px; } /* Sold Out Products lavel */ .product-label.out-of-stock { background-color: #e22d2d; color: #ffffff; font-weight: 900; } /* Header searchbar select category none */ .search-by-category { position: absolute; top: 2px; right: 52px; display: none; } /************************************* main slider css custom post type *************************************/ .slideshow-container { width: 100%; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: #0e4023; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; background-color: #ffffff8c; border-radius: 50% !important; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: #ffffff; border-radius: 50%; } /* Caption text */ /* .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } */ /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot:hover { /* background-color: #717171; */ } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .prev, .next,.text {font-size: 11px} } .home .main-page-wrapper { margin-bottom: -50px; } .main-page-wrapper{ margin-top: 0px !Important; } /* Checkout page (Subscription) */ button.sub_day { padding: 8px 13px; width: 100px; margin-bottom: 7px; font-size: 12px; border-radius: 30px; background: #ffa50033; box-shadow: 0 0 15px #0000000f; } button.sub_day.active { background: #1ea01e; color: #fff; } button.apply_subscription { border-radius: 30px; background: #83b735; color: #fff; } .checkout_subscription { border: 1px solid #ededed; padding: 20px; background: #ddecde2b; box-shadow: 0 0 5px #edededcf; } #subs_input_area{ display: none; } button.cancle_subscription { border-radius: 20px !important; background: #ffa40045 !important; } /****************************************** Start Product quality button style ******************************************/ .product_quantity { /* float: left; */ background-color: #003a1a; color: #000; margin-top: 0%; font-size: 13px; font-weight: 600; border: 2px solid #c8e8e4; border-radius: 50px; padding: 1px 5px; /* margin-left: -84%; */ width: 64px; background: #c8e8e4; margin-left: 0% !Important; } .price { /* position: absolute; */ display: inline-block !Important; border: 2px solid #c8e8e4; padding: 0px 5px; border-radius: 50px; background: #c8e8e4; /* margin-left: 51%; */ } /* End Product quality button style */ .woodmart-hover-standard .btn-add { margin-top: 15px; } /* Custom Price Font Size */ .woocommerce-Price-amount.amount { font-size: 13px; } /* Custom star Rating style */ /* .rating_in { position: absolute; margin-left: 19%; margin-top: -11%; } @media only screen and (max-width: 330px) { .rating_in { margin-left: 28%; margin-top: -17%; } } @media only screen and (min-width: 331px) and (max-width: 380px) { .rating_in { margin-left: 26%; margin-top: -14%; } } @media only screen and (min-width: 381px) and (max-width: 440px) { .rating_in { margin-left: 23%; margin-top: -12%; } } @media only screen and (min-width: 441px) and (max-width: 768px) { .rating_in { margin-left: 22%; margin-top: -13%; } } .product-grid-item .star-rating {*/ /* left: -6%; right: 0; */ /*margin: auto; } .star-rating { display: block; margin-bottom: 6px !important; } info.rating_count { position: absolute; top: 0; right: -28px; } .star-rating + .empty_rating{ display: none; } .star-rating span{ left: 32% !Important; } */ /* Review must-log-in User */ .must-log-in { background-color: #83b735; width: 90%; padding: 16px; font-size: 23px; color: #fff; } /* Email subscribed comfrem font size admin panel*/ .subscribed.es_list_contact_status:before { font-size: 40px !important; } /* products title fixed hide weight */ body .product-title, body .product-grid-item .product-title{ min-height:36px; max-height:36px; } /* Social Icon styls */ .icons-size-large .woodmart-social-icon { width: 30px !Important; height: 30px !Important; background-color: rgba(255, 255, 255, 0) !Important; } .icons-size-large i{ line-height: 30px !Important; } /* * Single Product Page */ .single-product-page .woocommerce-product-rating{ display: block !Important; } .single .product-image-summary-wrap .price{ border: none !important; background: none !Important; } .single .product-image-summary-wrap .woocommerce-Price-amount.amount{ font-size: 25px !Important; } /*Footer */ input#es_subscription_form_submit_1592156634 { border-radius: 100px; padding: 5px 10px !Important; font-size: 12px !important; } footer .woodmart-social-icons.text-left.icons-design-.icons-size-default.color-scheme-light.social-follow.social-form-circle { margin-left: -20px; } footer .woodmart-social-icons a i { font-size: 20px !important; color: #fff !Important; } footer .wpb_content_element { margin-bottom: 17px !Important; } span.woocommerce-Price-amount.amount { color: #000 !Important; } .order_cancel_msg { position: fixed; top: 50%; left: 50%; width: 60vw; padding: 38px; background: orange; transform: translate(-50%, -50%); color: #fff; text-align: center; font-size: 40px; } #cancel_order { background: #83AC2B; color: #fff; } /* subscripton Email confrem font size */ .es_list_contact_status:before { font-size: 40px !important; } /* Custom Registration */ ul.ui-widget-header{ border: none !Important; background: none !Important; } #customer_login{ margin-right: 0px !Important; margin-left: 0px !important; } .ui-tabs .ui-tabs-nav li{ border-bottom-width: 1px !Important; padding: 2px !Important; width: 49% !important; border-radius: 0px !Important; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { display: block; width: 100%; font-size: 18px !Important; text-align: center !Important; } /************* My Account Page *********/ li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist { display: none; } .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout { display: none; } .wishlist-link { display: none !Important; } @media only screen and (min-width: 768px) { .category-grid-item img { width: 371px; height: 290px; } } /* Popup message for not logged in user */ .um_container { display: none !important; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000000ad; z-index: 99999; } .um_inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; box-shadow: 0 10px 20px #00000036; padding: 40px; } .um_inner p{ text-align: center; font-size: 20px !Important; margin-bottom: 0px !Important; color: #000 !Important; } .um_inner p a{ color: #83b735 !Important; } span.close_button { position: absolute; top: 0; left: 0; display: inline-block; padding: 6px 10px; background: #ececec; box-shadow: 0 0 10px #ff00001c transition: all .9s; } span.close_button:hover { cursor: pointer; box-shadow: 0 0 10px #f003; background: #ff0000; color: #fff; transition: all .9s; } .create-account-question { padding-bottom: 100px !important; } .dokan-alert-danger,.dokan-alert-info,.dokan-alert-warning,.dokan-error,.dokan-info,.mc4wp-error,.mc4wp-notice,.woocommerce-error,.woocommerce-info,.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors { background-color: #e74c3c; } .star-rating { display: table; margin: 0 auto; } /* Decrease the size of notes field */ textarea#order_comments{ min-height:70px } .woodmart-swatch.swatch-on-single.swatch-size-default.active-swatch { background-color:#438E44; color: white; padding: 5px 10px; } .woodmart-swatch.active-swatch:after, .woodmart-swatch:hover:after { opacity:0 } #billing_country_field{ display: none; } .black-box{ background: rgb(0 0 0); color: #fff !Important; margin-bottom: 20px; display: inline-block; font-weight: bold; text-transform: uppercase; border-radius: 3px; text-align: center; padding: 12px 20px; }
0.191744
0.052716
body { background: #f9f9f9; } #wrapper { padding: 90px 15px; } .nopadding{ padding: 0px !important; margin: 0px !important; } .fixed-top{ top: 10px; left: calc(240px); background: #FFF; qbox-shadow: unset !important; } .fixed-top.left{ left: 625px; } .navbar-brand img{ height: 30px; } .navbar-expand-lg .navbar-nav.side-nav { flex-direction: column; } .card { margin-bottom: 15px; border-radius: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, .1); } .header-top { box-shadow: 0 3px 5px rgba(0, 0, 0, .1) } .leftmenutrigger, .navbar-nav li a .shortmenu { display: none } .card-title { font-size: 28px } .navbar{ padding: .7rem 1rem; } .nav-link svg{ width: 1.25em !important; } @media(min-width:992px) { .leftmenutrigger { display: block; display: block; margin: 7px 20px 4px 0; cursor: pointer; } #wrapper { padding: 0px; } #wrapper.open { padding: 0px; } .navbar-nav.side-nav.open { left: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } .navbar-nav li a .shortmenu { float: right; display: block; opacity: 1 } .navbar-nav.side-nav.open.navbar-nav li a .shortmenu { opacity: 0 } .navbar-nav.side-nav { background: rgb(245, 245, 245); position: fixed; top: 0px; flex-direction: column!important; left: -410px; width: 410px; overflow-y: auto; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .navbar-nav.side-nav li a{ color: #000 !important; padding-right: 10px !important; } } .animate { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out } .navbar-nav li a i { width: 22px; font-size: 26px; float: left; margin: 0 20px 0 15px; text-align: center; color: #07a859; } .navbar-nav li img { width: 100%; } .side-nav li { word-wrap: break-word; font-size: 13px; font-family: Roboto; padding-bottom: 6px; } .side-nav .titulo { text-align: center; font-size: 18px; color: rgba(0,0,0,.54); padding: 0 20px 10px; } .side-nav .line { border-top: 1px solid #e6e6e6; margin-top: 5px; margin-bottom: 5px; } .side-nav::-webkit-scrollbar{ /* display: none; */ width: 8px; } .side-nav::-webkit-scrollbar-thumb{ background-color: #07a859; } .container-fluid { position: fixed; right: 0; padding: 0; } .gm-style-mtc.left, .gm-style>div:nth-child(3).left { left: 420px !important; } #map { margin-top: 0px; height: 100vh; } .nav-item a{ cursor: Pointer; } .floatMarkers{ position: absolute; top: calc(50% - 160px); right: 10px; padding: 10px; background-color: #FFF; } .ml-md-auto, .mx-md-auto{ margin-left: 0px !important; } .floatMarkers div{ padding-top: 10px; padding-bottom: 10px; } .form-check{ border-right: 1px solid #e6e6e6; margin: 0 5px 0 10px; padding-right: 10px; } .form-check-input{ position: relative; margin-top: 0; }
css/style.css
body { background: #f9f9f9; } #wrapper { padding: 90px 15px; } .nopadding{ padding: 0px !important; margin: 0px !important; } .fixed-top{ top: 10px; left: calc(240px); background: #FFF; qbox-shadow: unset !important; } .fixed-top.left{ left: 625px; } .navbar-brand img{ height: 30px; } .navbar-expand-lg .navbar-nav.side-nav { flex-direction: column; } .card { margin-bottom: 15px; border-radius: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, .1); } .header-top { box-shadow: 0 3px 5px rgba(0, 0, 0, .1) } .leftmenutrigger, .navbar-nav li a .shortmenu { display: none } .card-title { font-size: 28px } .navbar{ padding: .7rem 1rem; } .nav-link svg{ width: 1.25em !important; } @media(min-width:992px) { .leftmenutrigger { display: block; display: block; margin: 7px 20px 4px 0; cursor: pointer; } #wrapper { padding: 0px; } #wrapper.open { padding: 0px; } .navbar-nav.side-nav.open { left: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } .navbar-nav li a .shortmenu { float: right; display: block; opacity: 1 } .navbar-nav.side-nav.open.navbar-nav li a .shortmenu { opacity: 0 } .navbar-nav.side-nav { background: rgb(245, 245, 245); position: fixed; top: 0px; flex-direction: column!important; left: -410px; width: 410px; overflow-y: auto; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .navbar-nav.side-nav li a{ color: #000 !important; padding-right: 10px !important; } } .animate { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out } .navbar-nav li a i { width: 22px; font-size: 26px; float: left; margin: 0 20px 0 15px; text-align: center; color: #07a859; } .navbar-nav li img { width: 100%; } .side-nav li { word-wrap: break-word; font-size: 13px; font-family: Roboto; padding-bottom: 6px; } .side-nav .titulo { text-align: center; font-size: 18px; color: rgba(0,0,0,.54); padding: 0 20px 10px; } .side-nav .line { border-top: 1px solid #e6e6e6; margin-top: 5px; margin-bottom: 5px; } .side-nav::-webkit-scrollbar{ /* display: none; */ width: 8px; } .side-nav::-webkit-scrollbar-thumb{ background-color: #07a859; } .container-fluid { position: fixed; right: 0; padding: 0; } .gm-style-mtc.left, .gm-style>div:nth-child(3).left { left: 420px !important; } #map { margin-top: 0px; height: 100vh; } .nav-item a{ cursor: Pointer; } .floatMarkers{ position: absolute; top: calc(50% - 160px); right: 10px; padding: 10px; background-color: #FFF; } .ml-md-auto, .mx-md-auto{ margin-left: 0px !important; } .floatMarkers div{ padding-top: 10px; padding-bottom: 10px; } .form-check{ border-right: 1px solid #e6e6e6; margin: 0 5px 0 10px; padding-right: 10px; } .form-check-input{ position: relative; margin-top: 0; }
0.344664
0.081082
* { font-family: Arial, Helvetica, sans-serif; } body { background-color: #eeeeee; margin: 0; } .topbar-wraper { background-color: #056674; position: fixed; box-shadow: 0px 0px 6px 0px grey; height: 75px; width: 100%; top: 0; } .topbar-wraper img { float: right; height: 60px; width: 60px; margin-right: 15px; margin-top: 6px; } .botbar-wraper { background-color: #056674; position: fixed; box-shadow: 0px 0px 6px 0px grey; height: 100px; width: 100%; bottom: 0; text-align: center; } .botbar-wraper p { color: white; margin-top: 35px; } .lang-selec { position: absolute; top: 6px; left: 320px; display: inline-block; } .lang-selec select { background-color: #f5f5f5; border: 3px solid #414141; border-radius: 7px; display: inline-block; height: 50px; font-size: 25px; color: #0b1b38; padding: 5px; box-shadow: 0px 0px 8px -2px grey; vertical-align: middle; } .sidemenu-wraper { background-color: #414141; position: fixed; top: 0; width: 300px; height: 100%; float: left; box-shadow: 1px 7px 6px 0px grey; } .sidemenu-wraper .sidemenu-title { background-color: #313131; height: 60px; vertical-align: middle; text-align: center; padding-top: 15px;; } .sidemenu-wraper .sidemenu-title h1 { font-size: 25px; color: white; margin: 0; } .sidemenu-wraper a { text-decoration: none; display: table; color: #dbdbdb; font-weight: bold; font-size: 20px; transition-duration: 0.4s; width: 100%; } .sidemenu-wraper .sidemenu-btn-icon { display: table-cell; width: 100px; } .sidemenu-wraper .sidemenu-btn-label { display: table-cell; } .sidemenu-wraper a img { vertical-align: middle; width: 40px; padding: 20px; } .sidemenu-wraper a:hover { color: #313131; background-color: #d6d6d6; } .sidemenu-wraper hr { background-color: #eeeeee; margin: 0; border-width: 0; height: 2px; } .content-wraper { margin-top: 75px; margin-left: 300px; padding: 10px; } .btn { color : white; background-color: #414141; border: 0; border-radius: 5px; display: inline-block; height: 50px; width: 100px; font-weight: bold; font-size: 16px; text-align: center; text-decoration: none; margin: 5px; box-shadow: 0px 0px 6px 0px grey; transition-duration: 0.35s; } .btn:hover { background-color: #e7e7e7; color: black; } .btn:disabled { background-color: #e7e7e7; color: black; } .btns-wraper { margin-top: 10px; width: 100%; text-align: center; } .input-field { background-color: #f5f5f5; border: 3px solid #414141; border-radius: 7px; display: inline-block; width: 300px; height: 30px; font-size: 25px; color: #0b1b38; padding: 5px; box-shadow: 0px 0px 8px -2px grey; transition-duration: 0.35s; margin: 15px; } .input-field:focus { background-color: white; } .select-field { height: 50px; } label { font-size: 25px; font-weight: bold; color: #213556; } .container { background-color: white; padding: 30px; padding-top: 10px; border-radius: 5px; box-shadow: 0px 0px 6px -2px grey; } table { width : 100%; margin: auto; box-shadow: 0px 0px 6px -2px grey; font-size: 20px; border-collapse: collapse; border: 1px solid #ddd; } th , td { height: 50px; padding: 10px; } th { color: white; background-color: #414141; } .table-small { width: 50%; } .tabel-td-pending{ background-color: rgba(247, 202, 24, 0.5); } .tabel-td-danger { background-color: rgba(240, 52, 52, 0.5); } .tabel-td-banned { background-color: rgba(0, 0, 0, 0.8); color: white; } .popup-container{ position: absolute; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; width: 100%; height: 100%; text-align: center; } .center { display: inline-block; position: relative; top: 10%; padding-left: 80px; padding-right: 80px; } h1 { color: #213556; font-weight: bolder; } .notfication-container { display: table; margin: 40px auto 20px; width: 500px; color: #fff; box-shadow: 0px 0px 10px 0px grey; } .notfication-container .notif-msg { display: table-cell; vertical-align: middle; font-size: px; } .notfication-container .notif-icon { display: table-cell; vertical-align: middle; width: 60px; padding: 20px; text-align: center; } .notfication-container .notif-icon img{ width: 70px; height: 70px; margin: auto; } .notif-green { background-color:#27AE60; } .notif-green .notif-icon img{ content: url("check.png"); } .notif-red { background-color:#C0392B; } .notif-red .notif-icon img{ content: url("close.png"); } .page-index { text-align: center; font-size: 25px; font-weight: bold; color: #414141; }
css/style.css
* { font-family: Arial, Helvetica, sans-serif; } body { background-color: #eeeeee; margin: 0; } .topbar-wraper { background-color: #056674; position: fixed; box-shadow: 0px 0px 6px 0px grey; height: 75px; width: 100%; top: 0; } .topbar-wraper img { float: right; height: 60px; width: 60px; margin-right: 15px; margin-top: 6px; } .botbar-wraper { background-color: #056674; position: fixed; box-shadow: 0px 0px 6px 0px grey; height: 100px; width: 100%; bottom: 0; text-align: center; } .botbar-wraper p { color: white; margin-top: 35px; } .lang-selec { position: absolute; top: 6px; left: 320px; display: inline-block; } .lang-selec select { background-color: #f5f5f5; border: 3px solid #414141; border-radius: 7px; display: inline-block; height: 50px; font-size: 25px; color: #0b1b38; padding: 5px; box-shadow: 0px 0px 8px -2px grey; vertical-align: middle; } .sidemenu-wraper { background-color: #414141; position: fixed; top: 0; width: 300px; height: 100%; float: left; box-shadow: 1px 7px 6px 0px grey; } .sidemenu-wraper .sidemenu-title { background-color: #313131; height: 60px; vertical-align: middle; text-align: center; padding-top: 15px;; } .sidemenu-wraper .sidemenu-title h1 { font-size: 25px; color: white; margin: 0; } .sidemenu-wraper a { text-decoration: none; display: table; color: #dbdbdb; font-weight: bold; font-size: 20px; transition-duration: 0.4s; width: 100%; } .sidemenu-wraper .sidemenu-btn-icon { display: table-cell; width: 100px; } .sidemenu-wraper .sidemenu-btn-label { display: table-cell; } .sidemenu-wraper a img { vertical-align: middle; width: 40px; padding: 20px; } .sidemenu-wraper a:hover { color: #313131; background-color: #d6d6d6; } .sidemenu-wraper hr { background-color: #eeeeee; margin: 0; border-width: 0; height: 2px; } .content-wraper { margin-top: 75px; margin-left: 300px; padding: 10px; } .btn { color : white; background-color: #414141; border: 0; border-radius: 5px; display: inline-block; height: 50px; width: 100px; font-weight: bold; font-size: 16px; text-align: center; text-decoration: none; margin: 5px; box-shadow: 0px 0px 6px 0px grey; transition-duration: 0.35s; } .btn:hover { background-color: #e7e7e7; color: black; } .btn:disabled { background-color: #e7e7e7; color: black; } .btns-wraper { margin-top: 10px; width: 100%; text-align: center; } .input-field { background-color: #f5f5f5; border: 3px solid #414141; border-radius: 7px; display: inline-block; width: 300px; height: 30px; font-size: 25px; color: #0b1b38; padding: 5px; box-shadow: 0px 0px 8px -2px grey; transition-duration: 0.35s; margin: 15px; } .input-field:focus { background-color: white; } .select-field { height: 50px; } label { font-size: 25px; font-weight: bold; color: #213556; } .container { background-color: white; padding: 30px; padding-top: 10px; border-radius: 5px; box-shadow: 0px 0px 6px -2px grey; } table { width : 100%; margin: auto; box-shadow: 0px 0px 6px -2px grey; font-size: 20px; border-collapse: collapse; border: 1px solid #ddd; } th , td { height: 50px; padding: 10px; } th { color: white; background-color: #414141; } .table-small { width: 50%; } .tabel-td-pending{ background-color: rgba(247, 202, 24, 0.5); } .tabel-td-danger { background-color: rgba(240, 52, 52, 0.5); } .tabel-td-banned { background-color: rgba(0, 0, 0, 0.8); color: white; } .popup-container{ position: absolute; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; width: 100%; height: 100%; text-align: center; } .center { display: inline-block; position: relative; top: 10%; padding-left: 80px; padding-right: 80px; } h1 { color: #213556; font-weight: bolder; } .notfication-container { display: table; margin: 40px auto 20px; width: 500px; color: #fff; box-shadow: 0px 0px 10px 0px grey; } .notfication-container .notif-msg { display: table-cell; vertical-align: middle; font-size: px; } .notfication-container .notif-icon { display: table-cell; vertical-align: middle; width: 60px; padding: 20px; text-align: center; } .notfication-container .notif-icon img{ width: 70px; height: 70px; margin: auto; } .notif-green { background-color:#27AE60; } .notif-green .notif-icon img{ content: url("check.png"); } .notif-red { background-color:#C0392B; } .notif-red .notif-icon img{ content: url("close.png"); } .page-index { text-align: center; font-size: 25px; font-weight: bold; color: #414141; }
0.480722
0.104386
html, body, #map-canvas { height: 100%; margin: 0; padding: 0; } .fill { min-height: 100%; height: 100%; } #sidebar-header { margin-bottom: 10px; } #sidebar-footer { margin-top: 10px; vertical-align: bottom; } #sidebar-content { overflow: auto; height: auto; padding: 0 5px; } .track3 { width: 10px; background: rgba(0, 0, 0, 0); margin-right: 2px; border-radius: 10px; -webkit-transition: background 250ms linear; transition: background 250ms linear; } .track3:hover, .track3.dragging { background: #d9d9d9; background: rgba(0, 0, 0, 0.15); } .handle3 { width: 7px; right: 0; background: #999; background: rgba(0, 0, 0, 0.4); border-radius: 7px; -webkit-transition: width 250ms; transition: width 250ms; } .track3:hover .handle3, .track3.dragging .handle3 { width: 10px; } .method { border: 1px lightgrey solid; height: 75px; margin-top: 2px; margin-bottom: 2px; } .method:hover { background-color: lightgray; } .directions-travel-mode-icon { height: 20px; width: 20px; background-image: url("//maps.gstatic.com/tactile/directions/travel_mode/sprite-1x-20130906.png"); background-size: 20px 276px; } .directions-drive-icon { background-position: 0 -40px; } .directions-transit-icon { background-position: 0 -80px; } .directions-walk-icon { background-position: 0 -120px; } .directions-bicycle-icon { background-position: 0 -160px; } label.active .directions-drive-icon { background-position: 0 -60px; } label.active .directions-transit-icon { background-position: 0 -100px; } label.active .directions-walk-icon { background-position: 0 -140px; } label.active .directions-bicycle-icon { background-position: 0 -180px; } .transport-mode { padding: 5px; margin-bottom: 10px; } .transport-mode-name { font-style: italic; } .transport-mode-total { padding: 5px; margin-bottom: 10px; font-weight: bold; } .route-error { line-height: 20px; vertical-align:middle; padding-top: 6px; padding-bottom: 6px; } .route-error #error { color:red; } .adp-placemark { background: none !important; border: 0 !important; }
Ecoptimizer/css/main.css
html, body, #map-canvas { height: 100%; margin: 0; padding: 0; } .fill { min-height: 100%; height: 100%; } #sidebar-header { margin-bottom: 10px; } #sidebar-footer { margin-top: 10px; vertical-align: bottom; } #sidebar-content { overflow: auto; height: auto; padding: 0 5px; } .track3 { width: 10px; background: rgba(0, 0, 0, 0); margin-right: 2px; border-radius: 10px; -webkit-transition: background 250ms linear; transition: background 250ms linear; } .track3:hover, .track3.dragging { background: #d9d9d9; background: rgba(0, 0, 0, 0.15); } .handle3 { width: 7px; right: 0; background: #999; background: rgba(0, 0, 0, 0.4); border-radius: 7px; -webkit-transition: width 250ms; transition: width 250ms; } .track3:hover .handle3, .track3.dragging .handle3 { width: 10px; } .method { border: 1px lightgrey solid; height: 75px; margin-top: 2px; margin-bottom: 2px; } .method:hover { background-color: lightgray; } .directions-travel-mode-icon { height: 20px; width: 20px; background-image: url("//maps.gstatic.com/tactile/directions/travel_mode/sprite-1x-20130906.png"); background-size: 20px 276px; } .directions-drive-icon { background-position: 0 -40px; } .directions-transit-icon { background-position: 0 -80px; } .directions-walk-icon { background-position: 0 -120px; } .directions-bicycle-icon { background-position: 0 -160px; } label.active .directions-drive-icon { background-position: 0 -60px; } label.active .directions-transit-icon { background-position: 0 -100px; } label.active .directions-walk-icon { background-position: 0 -140px; } label.active .directions-bicycle-icon { background-position: 0 -180px; } .transport-mode { padding: 5px; margin-bottom: 10px; } .transport-mode-name { font-style: italic; } .transport-mode-total { padding: 5px; margin-bottom: 10px; font-weight: bold; } .route-error { line-height: 20px; vertical-align:middle; padding-top: 6px; padding-bottom: 6px; } .route-error #error { color:red; } .adp-placemark { background: none !important; border: 0 !important; }
0.346541
0.079068
body { margin: 0; padding: 0; width: 100%; height: 100%; color: #B0BEC5; font-family: 'Lato'; } body .nav{ font-weight: 600; } .header{ background: #fff; width: 100%; height: 90px; } nav .navbar-header{ background: #fff; width: 100%; position: fixed; z-index: 100; } nav .navbar-collapse{ background: transparent; width: 100%; position: fixed; z-index: 100; } .section-nav{ position: fixed; } /*barra de navegacion derecha*/ .section-nav ul li a{ color: black; padding: 2px 2px; font-size: 15px; font-weight: 400; margin: 1em 1em; text-align: center; text-transform: uppercase; position: relative; font-weight: 900; } .section-nav ul li .elo{ background: #ffff00; } @media (min-width: 768px) { .navbar-nav { float: right; margin: 0; } } ul li a img{ float: right; } ul li:hover{ background: #ffff00; } ul li{ border-left: 1.988px solid #9387c6; } nav ul li a { color: #fff; display: inline-block; text-align: center; text-decoration: none; line-height: 40px; font-family: Lato; } .collapse-style{ padding: 20px; } .navbar-style{ padding: 7px 45px; } .logo{ padding: 7px 45px; margin-top: -18px; } /*seccion imagen principal sss*/ .imagen{ background:url(../img/fondo.jpg) no-repeat; background-size:cover; min-height:500px; position:relative; } /*seccion triangulo*/ .wrapper { background: #9387c6; margin: 10px; } .content { font-family: Arial; background: #ffff00; color: #fff; padding-top: 20px; text-align: center; height: 100px; } .triangle-down{ box-sizing: content-box; width: 50%; height: 0; padding-left:50%; padding-top: 5%; overflow: hidden; } .triangle-down div { width: 0; height: 0; margin-left:-1000px; margin-top:-100px; border-left: 1000px solid transparent; border-right: 1000px solid transparent; border-top: 100px solid #ffff00; } /*seccion triangulo2*/ .wrapper1 { background: #fff; margin: 10px; } .h{ background: #ffff00; width: 100%; height: auto; } .content1 { font-family: Arial; background: #fff; color: black; padding-top: 20px; text-align: center; height: 100px; } .triangle-down1{ box-sizing: content-box; width: 50%; height: 0; padding-left:50%; padding-top: 5%; overflow: hidden; } .triangle-down1 div { width: 0; height: 0; margin-left:-1000px; margin-top:-100px; border-left: 1000px solid transparent; border-right: 1000px solid transparent; border-top: 100px solid white; } /*seccion triangulo3*/ .wrapper2 { background: #fff; margin: 10px; } .content2 { font-family: Arial; background: #f8f8f8; color: #fff; padding-top: 20px; text-align: center; height: 100px; } .triangle-down2{ box-sizing: content-box; width: 50%; height: 0; padding-left:50%; padding-top: 5%; overflow: hidden; } .triangle-down2 div { width: 0; height: 0; margin-left:-1000px; margin-top:-100px; border-left: 1000px solid transparent; border-right: 1000px solid transparent; border-top: 100px solid #f8f8f8; } /*seccion about-my*/ .section-about{ background: #f8f8f8 ; } .about-my{ padding: 10px 10px; } .icons{ position: relative; padding: 10px 0 ; } .icons span{ width:146px; height:123px; display:inline-block; margin:50px; /*background:url(../img/icons.png) no-repeat 0px 0px;*/ } .icons p{ margin: 2px auto; } .icons span.foco{ background:url(../img/foco.jpg) no-repeat 0px 0px; background-position: 22px 0px; } .icons span.buscar{ background:url(../img/buscar.jpg) no-repeat 0px 0px; background-position: 22px 0px; } .icons span.herramientas{ background:url(../img/herramientas.jpg) no-repeat 0px 0px; background-position: 22px 0px; } /*seccion services*/ .services{ padding: 10px 10px; } .container-services{ background:url(../img/bg2.jpg) no-repeat 0px 0px; background-size:cover; min-height: 741px; } .services-head h2{ color: #24221c; font-weight: 900; font-size: 3em; margin: 0; padding: 50px; } .goes{ padding: 8px; } .goes span{ width:33px; height:34px; display:inline-block; background:url(../img/icons.png) no-repeat 0px 0px; } .goes span.mundo { background-position: -124px -49px; } .goes span.lupa { background-position: -89px -49px; } .goes span.reloj { background-position: -40px -46px; } .goes span.stadistica { background-position: -1px -44px; } /*slider*/ .carousel { margin-top: 20px; } .item .thumb { width: 25%; cursor: pointer; float: left; } .item .thumb img { width: 100%; margin: 2px; } .item img { width: 100%; } /*carousel*/ .carousel-control1{ position: absolute; top: 0; bottom: 0; left: 0; width: 15%; height: auto; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: .5; } /*seccion my work*/ .my-work{ padding: 10px; width: 70%; position: relative; margin: 0 auto; } .container-imagen{ /*padding: 0px;*/ position: relative; } .container1{ width: 100%; margin: 0%; } .imagen-work { padding: 0; position: relative; } .imagen-work img{ width: 100%; } .container3 { padding: 20px 0 40px; } .container3 h2{ color: #24221c; font-weight: 900; font-size: 3em; margin: 0; padding: 0px ; } .imagen-work .imagen-hover{ display:block; } .imagen-work:hover .imagen-hover { display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .imagen-work:hover img { opacity: .5; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .imagen-work .imagen-hover{ position: absolute; padding: 9px; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 80%; height: 65%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } .imagen-work .imagen-hover .contenido-interno{ padding: 20px; } .contact{ background:#333; padding: 35px; } .container1 p{ padding: 15px; } .container1 h2{ color: #333; font-weight: 900; font-size: 3em; /*tres veces el tamanio del texto*/ margin: 0; padding: 20px; } .formulario{ width:60%; margin:0 auto; } .inner{ padding: 15px 15px; } .formulario span input{ border-left: 0; border-right: 0; border: 0px; margin: 15px; background: black; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; text-align: center; border-bottom: 0; } .formulario span.text1{ border-bottom: 0px; color: white; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; padding: 10px; } .formulario span.text2{ border: 0px; color: white; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; padding: 10px; } .formulario span.text3{ border: 0; color: white; border-bottom: 0px; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; padding: 10px; } .button input{ margin: 0; border-bottom: 0px; background: #91B83E; margin: 20px; padding: 2px; width: 125px; height: 40px; } /*seccion footer*/ .footer{ background: #24221c; width: 100%; height: auto; text-align: center; padding: 18px; margin-left: 0; } .footer h3{ color: white; text-align: center; } .footer p{ color: #c8beb7; } .footer ul li a{ text-decoration: none; color:#c8beb7; } .footer .links li a{ text-align: center; text-decoration-style: none; text-decoration: none; color: #c8beb7; } .footer .links1 span a{ text-align: center; text-decoration-style: none; text-decoration: none; color: #333; text-align: right; } .footer div span{ color: yellow; } .footer div a{ text-decoration: none; color: #c8beb7; } .footer ul li:hover{ background: #ffff00; } canvas{ margin: 47px; background: transparent; } /*.imagen-work:hover img { transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); } .imagen-work:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); } .imagen-work:hover img { transform: scale(0.8); -ms-transform: scale(0.8); -moz-transform: scale(0.8); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }*/ /*.imagen-work:hover h3 { position: relative; text-align: center; display:block; margin: 0px; } .imagen-work h3 { display: none; }*/ /*.values{ display: none; }*/ @media only screen and (max-width : 768px) { .imagenes6 .container-imagen .im2{ display: none; } } @media screen and (max-width: 736px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ nav .navbar-header{ background: #fff; width: 100%; position: fixed; z-index: 100; } nav .navbar-nav{ background: #fff; width: 100%; position: fixed; z-index: 100 ; width: 75%; margin:0 auto; } .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: black; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagenes6 .container-imagen .im2{ display: none; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } } @media screen and (max-width: 667px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagenes6 .container-imagen .im2{ display: block; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } } @media screen and (max-width: 640px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagenes6 .container-imagen .im2{ display: none; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } } @media screen and (max-width: 480px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } .imagenes6 .container-imagen .im2{ display: block; } }
public/css/layout.css
body { margin: 0; padding: 0; width: 100%; height: 100%; color: #B0BEC5; font-family: 'Lato'; } body .nav{ font-weight: 600; } .header{ background: #fff; width: 100%; height: 90px; } nav .navbar-header{ background: #fff; width: 100%; position: fixed; z-index: 100; } nav .navbar-collapse{ background: transparent; width: 100%; position: fixed; z-index: 100; } .section-nav{ position: fixed; } /*barra de navegacion derecha*/ .section-nav ul li a{ color: black; padding: 2px 2px; font-size: 15px; font-weight: 400; margin: 1em 1em; text-align: center; text-transform: uppercase; position: relative; font-weight: 900; } .section-nav ul li .elo{ background: #ffff00; } @media (min-width: 768px) { .navbar-nav { float: right; margin: 0; } } ul li a img{ float: right; } ul li:hover{ background: #ffff00; } ul li{ border-left: 1.988px solid #9387c6; } nav ul li a { color: #fff; display: inline-block; text-align: center; text-decoration: none; line-height: 40px; font-family: Lato; } .collapse-style{ padding: 20px; } .navbar-style{ padding: 7px 45px; } .logo{ padding: 7px 45px; margin-top: -18px; } /*seccion imagen principal sss*/ .imagen{ background:url(../img/fondo.jpg) no-repeat; background-size:cover; min-height:500px; position:relative; } /*seccion triangulo*/ .wrapper { background: #9387c6; margin: 10px; } .content { font-family: Arial; background: #ffff00; color: #fff; padding-top: 20px; text-align: center; height: 100px; } .triangle-down{ box-sizing: content-box; width: 50%; height: 0; padding-left:50%; padding-top: 5%; overflow: hidden; } .triangle-down div { width: 0; height: 0; margin-left:-1000px; margin-top:-100px; border-left: 1000px solid transparent; border-right: 1000px solid transparent; border-top: 100px solid #ffff00; } /*seccion triangulo2*/ .wrapper1 { background: #fff; margin: 10px; } .h{ background: #ffff00; width: 100%; height: auto; } .content1 { font-family: Arial; background: #fff; color: black; padding-top: 20px; text-align: center; height: 100px; } .triangle-down1{ box-sizing: content-box; width: 50%; height: 0; padding-left:50%; padding-top: 5%; overflow: hidden; } .triangle-down1 div { width: 0; height: 0; margin-left:-1000px; margin-top:-100px; border-left: 1000px solid transparent; border-right: 1000px solid transparent; border-top: 100px solid white; } /*seccion triangulo3*/ .wrapper2 { background: #fff; margin: 10px; } .content2 { font-family: Arial; background: #f8f8f8; color: #fff; padding-top: 20px; text-align: center; height: 100px; } .triangle-down2{ box-sizing: content-box; width: 50%; height: 0; padding-left:50%; padding-top: 5%; overflow: hidden; } .triangle-down2 div { width: 0; height: 0; margin-left:-1000px; margin-top:-100px; border-left: 1000px solid transparent; border-right: 1000px solid transparent; border-top: 100px solid #f8f8f8; } /*seccion about-my*/ .section-about{ background: #f8f8f8 ; } .about-my{ padding: 10px 10px; } .icons{ position: relative; padding: 10px 0 ; } .icons span{ width:146px; height:123px; display:inline-block; margin:50px; /*background:url(../img/icons.png) no-repeat 0px 0px;*/ } .icons p{ margin: 2px auto; } .icons span.foco{ background:url(../img/foco.jpg) no-repeat 0px 0px; background-position: 22px 0px; } .icons span.buscar{ background:url(../img/buscar.jpg) no-repeat 0px 0px; background-position: 22px 0px; } .icons span.herramientas{ background:url(../img/herramientas.jpg) no-repeat 0px 0px; background-position: 22px 0px; } /*seccion services*/ .services{ padding: 10px 10px; } .container-services{ background:url(../img/bg2.jpg) no-repeat 0px 0px; background-size:cover; min-height: 741px; } .services-head h2{ color: #24221c; font-weight: 900; font-size: 3em; margin: 0; padding: 50px; } .goes{ padding: 8px; } .goes span{ width:33px; height:34px; display:inline-block; background:url(../img/icons.png) no-repeat 0px 0px; } .goes span.mundo { background-position: -124px -49px; } .goes span.lupa { background-position: -89px -49px; } .goes span.reloj { background-position: -40px -46px; } .goes span.stadistica { background-position: -1px -44px; } /*slider*/ .carousel { margin-top: 20px; } .item .thumb { width: 25%; cursor: pointer; float: left; } .item .thumb img { width: 100%; margin: 2px; } .item img { width: 100%; } /*carousel*/ .carousel-control1{ position: absolute; top: 0; bottom: 0; left: 0; width: 15%; height: auto; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: .5; } /*seccion my work*/ .my-work{ padding: 10px; width: 70%; position: relative; margin: 0 auto; } .container-imagen{ /*padding: 0px;*/ position: relative; } .container1{ width: 100%; margin: 0%; } .imagen-work { padding: 0; position: relative; } .imagen-work img{ width: 100%; } .container3 { padding: 20px 0 40px; } .container3 h2{ color: #24221c; font-weight: 900; font-size: 3em; margin: 0; padding: 0px ; } .imagen-work .imagen-hover{ display:block; } .imagen-work:hover .imagen-hover { display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .imagen-work:hover img { opacity: .5; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .imagen-work .imagen-hover{ position: absolute; padding: 9px; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 80%; height: 65%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } .imagen-work .imagen-hover .contenido-interno{ padding: 20px; } .contact{ background:#333; padding: 35px; } .container1 p{ padding: 15px; } .container1 h2{ color: #333; font-weight: 900; font-size: 3em; /*tres veces el tamanio del texto*/ margin: 0; padding: 20px; } .formulario{ width:60%; margin:0 auto; } .inner{ padding: 15px 15px; } .formulario span input{ border-left: 0; border-right: 0; border: 0px; margin: 15px; background: black; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; text-align: center; border-bottom: 0; } .formulario span.text1{ border-bottom: 0px; color: white; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; padding: 10px; } .formulario span.text2{ border: 0px; color: white; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; padding: 10px; } .formulario span.text3{ border: 0; color: white; border-bottom: 0px; width:60%; display: inline-block; background: black; width: 100%; border-bottom: 1px solid rgb(255, 255, 255); background:#333; padding: 10px; } .button input{ margin: 0; border-bottom: 0px; background: #91B83E; margin: 20px; padding: 2px; width: 125px; height: 40px; } /*seccion footer*/ .footer{ background: #24221c; width: 100%; height: auto; text-align: center; padding: 18px; margin-left: 0; } .footer h3{ color: white; text-align: center; } .footer p{ color: #c8beb7; } .footer ul li a{ text-decoration: none; color:#c8beb7; } .footer .links li a{ text-align: center; text-decoration-style: none; text-decoration: none; color: #c8beb7; } .footer .links1 span a{ text-align: center; text-decoration-style: none; text-decoration: none; color: #333; text-align: right; } .footer div span{ color: yellow; } .footer div a{ text-decoration: none; color: #c8beb7; } .footer ul li:hover{ background: #ffff00; } canvas{ margin: 47px; background: transparent; } /*.imagen-work:hover img { transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); } .imagen-work:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); } .imagen-work:hover img { transform: scale(0.8); -ms-transform: scale(0.8); -moz-transform: scale(0.8); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }*/ /*.imagen-work:hover h3 { position: relative; text-align: center; display:block; margin: 0px; } .imagen-work h3 { display: none; }*/ /*.values{ display: none; }*/ @media only screen and (max-width : 768px) { .imagenes6 .container-imagen .im2{ display: none; } } @media screen and (max-width: 736px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ nav .navbar-header{ background: #fff; width: 100%; position: fixed; z-index: 100; } nav .navbar-nav{ background: #fff; width: 100%; position: fixed; z-index: 100 ; width: 75%; margin:0 auto; } .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: black; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagenes6 .container-imagen .im2{ display: none; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } } @media screen and (max-width: 667px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagenes6 .container-imagen .im2{ display: block; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } } @media screen and (max-width: 640px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagenes6 .container-imagen .im2{ display: none; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } } @media screen and (max-width: 480px) { .logo a{ display:block; color: black; margin-top: 16px; vertical-align: middle; } .logo img{ width: 80%; } nav[role="select"] ul { display: none; } nav[role="select"]:after { position: absolute; z-index: -1; content: "Menu"; right: 0; bottom: -1.75em; background: rgba(174, 86, 168, 0.4); padding: .15em .55em; } nav[role="select"] select { display: block; user-select: none; cursor: pointer; width: 100%; margin: 18px 0; border: none; background:transparent; font: 1.2em 'Exo', sans-serif; } .button{ margin-right: 0; margin-bottom: 0px; } /* .button:hover .values{ background:transparent; color: black; display: block; opacity: .8; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/ .section-nav a{ color: #2C3E50; padding: 0em 0; } .imagen{ background-size:cover; min-height:100px; position:relative; } .section-head{ padding: 1px; } .services-head h2 { padding: 25px 0; font-size: 2em; } .container1 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 h2 { padding: 0px; color: #24221c; font-weight: 900; font-size: 2em; margin: 0; padding: 15px; } .container3 { padding: 5px 0 10px; } .container1 { padding: 5px 0 10px; } .section-nav ul li a{ margin: 0.5em; padding: 0; } .imagen-work .imagen-hover{ padding: 0.1px; } .imagen-work .imagen-hover{ position: absolute; top: 50%; left: 50%; transform: translate(-50% ,-50% ); width: 60%; height: 45%; background: #24221c; opacity: 0.9; color: #fff; text-align: center; } .imagenes6 .container-imagen .im2{ display: block; } }
0.291787
0.064653
body { font-family: "Open Sans", sans-serif; margin: 0; background: #444; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { border-radius: 10px; background: #444;} ::-webkit-scrollbar-thumb { border: 2px solid #444; border-radius: 10px; background: #aaa;} ::-webkit-scrollbar-thumb:hover { background: #aaa;} ::-webkit-scrollbar-thumb:active { background: #bbb;} header { padding: 5px; height: 40px; background: #6db40d; color: white; } header .logo img, header .profile-bar img { height: 30px; } header .project-title { vertical-align: center; text-align: center; font-size: 18px; padding-top: 4px; } .pane { font-size: 0; } /* Tab styling */ .tl_container { font-size: 16px; display: inline-block; margin: 0; padding: 0; height:100%; width: calc(100% - 100px); } .tl_list { background-color: #444; display: flex; padding: 0; margin: 0; height:36px; align-items: center; justify-content: left; list-style: none; } .tl_list li { background-color: #555; margin: 0; min-width: 40px; width: 200px; text-align: center; } .tl_list a { color: #aaa; padding: 0.5rem 1rem; display: block; border: none; text-decoration: none; text-shadow: none; } .tl_list a:hover, .tl_list a:focus { color: #fff; background-color: #444; } /* Section styling (optional) */ .tl_section { background-color: #aaa; padding: 0; margin: 0; text-shadow: none; height: calc(100% - 36px); overflow: auto; } .tl_section h2 { margin-top: 1rem; } /* Section styling (required) Removes hidden sections from the keychain. Only used when JavaScript is available. */ [role="tabpanel"][aria-hidden="true"] { display: none; } .CodeMirror { font-family: "Ubuntu Mono"; line-height: 1.2em; height: 100%; } .reply-container { font-family:Segoe UI Historic, Segoe UI, "Open Sans", Helvetica, Arial, sans-serif; color: #000; padding: 10px 0 10px 0; } .reply-container .reply-box { padding:0 0 0 20px;} .reply-img img { width: 40px; height: 40px;} .DocEditable { margin: 0; padding: 0; height: 100%; overflow-x: hidden; } .DocEditable .btn-toolbar { margin: 0; padding: 4px; min-width: 480px; } .DocEditable .CodeMirror { height: calc(100% - 45px); } /* Kanban Board */ #rellat_board01 { padding: 10px; overflow-x: auto; overflow-y: hidden; height: 100%; background-color: #555; } .drag-list { font-size: 16px; margin: 0; padding: 0; width: calc(200px * 4); height: 100%; } .drag-column { background-color: #aaa; padding: 0; margin: 0; vertical-align: top; display: inline-block; width: 190px; height: 100%; position: relative; overflow: hidden; } .drag-column-header h2 { margin: 0; padding: 5px 10px; font-size: 18px; background: #ddd; } .drag-inner-list { display: block; padding: 0; margin: 0; align-items: center; justify-content: left; list-style: none; } .drag-item { background-color: #eee; margin: 4px 5px; padding: 4px 8px; width: 178px; height: 30px; } .drag-column-footer { background-color: #ccc; position: absolute; bottom: 0px; padding: 0; margin: 0; height: 34px; width: 100%; } .drag-column-footer div { padding: 8px; } .gu-mirror { list-style: none; position: fixed !important; margin: 0 !important; z-index: 9999 !important; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); transform: skewX(-5deg); } .gu-hide { display: none !important; } .gu-unselectable { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .gu-transit { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter: alpha(opacity=20); } #rellat_branch01 { background: #fff; min-height: 100%; } .chatArea { font-size: 0; padding: 0 10px 10px 10px; margin-top: 0; overflow: auto; height: calc(100% - 90px); } .chat-header { height: 40px; width: 100%; padding: 8px 12px; color: #888; /*background: #444;*/ } .chat-footer { height: 50px; width: 100%; position: absolute; bottom: 0px; background: #eee; } .chat-input-img, .chat-input { display: inline-block;} .chat-input {width: calc(100% - 60px);} .bubbledLeft, .bubbledRight { width: calc(100% - 20px); clear: both; position: relative; } .bubbledLeft .chat-img, .bubbledRight .chat-img, .bubbledLeft .chat-text, .bubbledRight .chat-text { margin-top: 14px; font-size: 16px; display: inline-block; } .bubbledLeft{ margin-right: auto; color: black; } .bubbledRight{ margin-left: auto; text-align: right; color: black; } .bubbledLeft .chat-img, .bubbledLeft .chat-text { float: left; } .bubbledRight .chat-img, .bubbledRight .chat-text { float: right; } .chat-img { padding:0; width:40px; } .bubbledRight .chat-img { margin-left:4px; } .bubbledLeft .chat-img { margin-right:4px; } .chat-text { margin:0; padding:5px 10px; vertical-align:top; line-height:1.4; width: calc(100% - 44px); word-wrap:break-word; background-color:#eee; } .bubbledRight .chat-text { text-align: left; } .bubbledLeft .chat-text { text-align: left; }
joblog/2nd_MockUp/style.css
body { font-family: "Open Sans", sans-serif; margin: 0; background: #444; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { border-radius: 10px; background: #444;} ::-webkit-scrollbar-thumb { border: 2px solid #444; border-radius: 10px; background: #aaa;} ::-webkit-scrollbar-thumb:hover { background: #aaa;} ::-webkit-scrollbar-thumb:active { background: #bbb;} header { padding: 5px; height: 40px; background: #6db40d; color: white; } header .logo img, header .profile-bar img { height: 30px; } header .project-title { vertical-align: center; text-align: center; font-size: 18px; padding-top: 4px; } .pane { font-size: 0; } /* Tab styling */ .tl_container { font-size: 16px; display: inline-block; margin: 0; padding: 0; height:100%; width: calc(100% - 100px); } .tl_list { background-color: #444; display: flex; padding: 0; margin: 0; height:36px; align-items: center; justify-content: left; list-style: none; } .tl_list li { background-color: #555; margin: 0; min-width: 40px; width: 200px; text-align: center; } .tl_list a { color: #aaa; padding: 0.5rem 1rem; display: block; border: none; text-decoration: none; text-shadow: none; } .tl_list a:hover, .tl_list a:focus { color: #fff; background-color: #444; } /* Section styling (optional) */ .tl_section { background-color: #aaa; padding: 0; margin: 0; text-shadow: none; height: calc(100% - 36px); overflow: auto; } .tl_section h2 { margin-top: 1rem; } /* Section styling (required) Removes hidden sections from the keychain. Only used when JavaScript is available. */ [role="tabpanel"][aria-hidden="true"] { display: none; } .CodeMirror { font-family: "Ubuntu Mono"; line-height: 1.2em; height: 100%; } .reply-container { font-family:Segoe UI Historic, Segoe UI, "Open Sans", Helvetica, Arial, sans-serif; color: #000; padding: 10px 0 10px 0; } .reply-container .reply-box { padding:0 0 0 20px;} .reply-img img { width: 40px; height: 40px;} .DocEditable { margin: 0; padding: 0; height: 100%; overflow-x: hidden; } .DocEditable .btn-toolbar { margin: 0; padding: 4px; min-width: 480px; } .DocEditable .CodeMirror { height: calc(100% - 45px); } /* Kanban Board */ #rellat_board01 { padding: 10px; overflow-x: auto; overflow-y: hidden; height: 100%; background-color: #555; } .drag-list { font-size: 16px; margin: 0; padding: 0; width: calc(200px * 4); height: 100%; } .drag-column { background-color: #aaa; padding: 0; margin: 0; vertical-align: top; display: inline-block; width: 190px; height: 100%; position: relative; overflow: hidden; } .drag-column-header h2 { margin: 0; padding: 5px 10px; font-size: 18px; background: #ddd; } .drag-inner-list { display: block; padding: 0; margin: 0; align-items: center; justify-content: left; list-style: none; } .drag-item { background-color: #eee; margin: 4px 5px; padding: 4px 8px; width: 178px; height: 30px; } .drag-column-footer { background-color: #ccc; position: absolute; bottom: 0px; padding: 0; margin: 0; height: 34px; width: 100%; } .drag-column-footer div { padding: 8px; } .gu-mirror { list-style: none; position: fixed !important; margin: 0 !important; z-index: 9999 !important; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); transform: skewX(-5deg); } .gu-hide { display: none !important; } .gu-unselectable { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .gu-transit { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter: alpha(opacity=20); } #rellat_branch01 { background: #fff; min-height: 100%; } .chatArea { font-size: 0; padding: 0 10px 10px 10px; margin-top: 0; overflow: auto; height: calc(100% - 90px); } .chat-header { height: 40px; width: 100%; padding: 8px 12px; color: #888; /*background: #444;*/ } .chat-footer { height: 50px; width: 100%; position: absolute; bottom: 0px; background: #eee; } .chat-input-img, .chat-input { display: inline-block;} .chat-input {width: calc(100% - 60px);} .bubbledLeft, .bubbledRight { width: calc(100% - 20px); clear: both; position: relative; } .bubbledLeft .chat-img, .bubbledRight .chat-img, .bubbledLeft .chat-text, .bubbledRight .chat-text { margin-top: 14px; font-size: 16px; display: inline-block; } .bubbledLeft{ margin-right: auto; color: black; } .bubbledRight{ margin-left: auto; text-align: right; color: black; } .bubbledLeft .chat-img, .bubbledLeft .chat-text { float: left; } .bubbledRight .chat-img, .bubbledRight .chat-text { float: right; } .chat-img { padding:0; width:40px; } .bubbledRight .chat-img { margin-left:4px; } .bubbledLeft .chat-img { margin-right:4px; } .chat-text { margin:0; padding:5px 10px; vertical-align:top; line-height:1.4; width: calc(100% - 44px); word-wrap:break-word; background-color:#eee; } .bubbledRight .chat-text { text-align: left; } .bubbledLeft .chat-text { text-align: left; }
0.333503
0.060446
html { scroll-behavior: smooth; } html, body { padding-top: 0px !important; width: 100%; height: 100%; } #main div h1 { margin-top: 10px !important; } #main { width: 100%; height: 80%; } /*****************************************************************************/ /* Navbar */ /*****************************************************************************/ .navbar { height: 25px; width: 100%; border-style: solid; border-width: 1px; border-color: #ccc; margin-top: 5px; } .nav-link { color: #bc0000 !important; font-weight: bold !important; font-size: 80% !important; } /*****************************************************************************/ /* Logos */ /*****************************************************************************/ #ascs_lab_logo { max-width: 50%; padding: 10px; } #explorer_logo { margin: auto; padding: 10px; } /*****************************************************************************/ /* Golden Layout */ /*****************************************************************************/ #gl_wrapper { height: 88%; } #core_settings { overflow: auto; } .gl_container { background: white; height: 100%; } .title-spacer { padding-top: 3% !important; } #memory_settings { overflow: auto; } #downloads { overflow: auto; } .row { margin-bottom: 20px; margin-left: 10px !important; } .row-item { float: left; margin-right: 5%; } .sec-title { margin-bottom: 20px; } .gl-input { width: 30%; } .row-icon { min-width: 90px; } .row-mid { padding-top: 4%; } /*****************************************************************************/ /* small gery text */ /*****************************************************************************/ .smallgraytext { font: 0.7em Tahoma, sans-serif; font-size: 11px; font-weight: bold; color: #999999; } .smallgraytext a { font: 0.7em Tahoma, sans-serif; font-size: 11px; font-weight: bold; color: #999999; text-decoration: none; } .smallgraytext a:hover { text-decoration: underline; } /*****************************************************************************/ /* Block Diagram */ /*****************************************************************************/ #diagram_div:focus { outline: None !important; } /*****************************************************************************/ /* image canvas */ /*****************************************************************************/ #image_canvas { display: none; } /*****************************************************************************/ /* messages */ /*****************************************************************************/ #messages { overflow: auto; height: 100%; font-family: monospace; background-color: cornsilk; white-space: nowrap; } /*****************************************************************************/ /* Footer Row */ /*****************************************************************************/ #footer_row_col { min-width: 540px; }
style.css
html { scroll-behavior: smooth; } html, body { padding-top: 0px !important; width: 100%; height: 100%; } #main div h1 { margin-top: 10px !important; } #main { width: 100%; height: 80%; } /*****************************************************************************/ /* Navbar */ /*****************************************************************************/ .navbar { height: 25px; width: 100%; border-style: solid; border-width: 1px; border-color: #ccc; margin-top: 5px; } .nav-link { color: #bc0000 !important; font-weight: bold !important; font-size: 80% !important; } /*****************************************************************************/ /* Logos */ /*****************************************************************************/ #ascs_lab_logo { max-width: 50%; padding: 10px; } #explorer_logo { margin: auto; padding: 10px; } /*****************************************************************************/ /* Golden Layout */ /*****************************************************************************/ #gl_wrapper { height: 88%; } #core_settings { overflow: auto; } .gl_container { background: white; height: 100%; } .title-spacer { padding-top: 3% !important; } #memory_settings { overflow: auto; } #downloads { overflow: auto; } .row { margin-bottom: 20px; margin-left: 10px !important; } .row-item { float: left; margin-right: 5%; } .sec-title { margin-bottom: 20px; } .gl-input { width: 30%; } .row-icon { min-width: 90px; } .row-mid { padding-top: 4%; } /*****************************************************************************/ /* small gery text */ /*****************************************************************************/ .smallgraytext { font: 0.7em Tahoma, sans-serif; font-size: 11px; font-weight: bold; color: #999999; } .smallgraytext a { font: 0.7em Tahoma, sans-serif; font-size: 11px; font-weight: bold; color: #999999; text-decoration: none; } .smallgraytext a:hover { text-decoration: underline; } /*****************************************************************************/ /* Block Diagram */ /*****************************************************************************/ #diagram_div:focus { outline: None !important; } /*****************************************************************************/ /* image canvas */ /*****************************************************************************/ #image_canvas { display: none; } /*****************************************************************************/ /* messages */ /*****************************************************************************/ #messages { overflow: auto; height: 100%; font-family: monospace; background-color: cornsilk; white-space: nowrap; } /*****************************************************************************/ /* Footer Row */ /*****************************************************************************/ #footer_row_col { min-width: 540px; }
0.486332
0.053157
.modal-wrapper { width: 7.5rem; height: 100%; position: fixed; top: 0; z-index: 21; transition: opacity .2s; } .modal-enter, .modal-leave { opacity: 0; } .modal-mask { width: 100%; height: 100%; position: absolute; top: 0; background-color: rgba(0, 0, 0, .4); } .modal-content { position: relative; } .modal-content.sex { width: 100%; position: absolute; bottom: 0; transition: all .3s; background-color: #F0F0F0; & ul { padding: 0 .2rem; background-color: #FFF; } & li { text-align: center; font-size: .32rem; line-height: .9rem; } & li:first-child { border-bottom: 1px solid #EEE; } & .btn { height: .9rem; margin-top: .1rem; background: #FFF url(./images/close.png) no-repeat center; background-size: .3rem; } } .modal-enter .modal-content, .modal-leave .modal-content, .modal-enter .modal-container, .modal-leave .modal-container { transform: translateY(100%); } .modal-container { width: 100%; position: absolute; bottom: 0; background-color: #FFF; transition: all .2s; } .modal-btn-wrapper { display: flex; justify-content: space-between; & .btn { width: .8rem; height: .8rem; background: url(./images/close.png) no-repeat center; background-size: .32rem; } & .save { background-image: url(./images/save.png); background-size: .4rem; } } .modal-content.date { font-size: 0; & .picker-date { display: inline-block; width: 50%; height: 4rem; overflow: hidden; } & ul::-webkit-scrollbar { display: none; } & li { height: .8rem; text-align: center; font-size: .28rem; line-height: .8rem; } & .up, .down { width: 100%; height: 50%; position: absolute; pointer-events: none; background-image: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0)); } & .up { top: 0; } & .down { bottom: 0; background-image: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0)); } .line { width: 95%; height: .8rem; position: absolute; top: 50%; left: 50%; pointer-events: none; box-sizing: border-box; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC; transform: translate(-50%, -50%); } }
src/date-picker.css
.modal-wrapper { width: 7.5rem; height: 100%; position: fixed; top: 0; z-index: 21; transition: opacity .2s; } .modal-enter, .modal-leave { opacity: 0; } .modal-mask { width: 100%; height: 100%; position: absolute; top: 0; background-color: rgba(0, 0, 0, .4); } .modal-content { position: relative; } .modal-content.sex { width: 100%; position: absolute; bottom: 0; transition: all .3s; background-color: #F0F0F0; & ul { padding: 0 .2rem; background-color: #FFF; } & li { text-align: center; font-size: .32rem; line-height: .9rem; } & li:first-child { border-bottom: 1px solid #EEE; } & .btn { height: .9rem; margin-top: .1rem; background: #FFF url(./images/close.png) no-repeat center; background-size: .3rem; } } .modal-enter .modal-content, .modal-leave .modal-content, .modal-enter .modal-container, .modal-leave .modal-container { transform: translateY(100%); } .modal-container { width: 100%; position: absolute; bottom: 0; background-color: #FFF; transition: all .2s; } .modal-btn-wrapper { display: flex; justify-content: space-between; & .btn { width: .8rem; height: .8rem; background: url(./images/close.png) no-repeat center; background-size: .32rem; } & .save { background-image: url(./images/save.png); background-size: .4rem; } } .modal-content.date { font-size: 0; & .picker-date { display: inline-block; width: 50%; height: 4rem; overflow: hidden; } & ul::-webkit-scrollbar { display: none; } & li { height: .8rem; text-align: center; font-size: .28rem; line-height: .8rem; } & .up, .down { width: 100%; height: 50%; position: absolute; pointer-events: none; background-image: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0)); } & .up { top: 0; } & .down { bottom: 0; background-image: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0)); } .line { width: 95%; height: .8rem; position: absolute; top: 50%; left: 50%; pointer-events: none; box-sizing: border-box; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC; transform: translate(-50%, -50%); } }
0.465145
0.052328
.justify-content-md-center{ padding: 30px 0; gap: 30px; } .input{ width: 50%; padding: 6px; margin-top: 8px; font-size: 17px; border: none; margin-left: 0%; } input:focus { outline: none !important; border-color: #d62c57; box-shadow: 0 0 10px #d62c57; } .searchbtn{ border: 2px solid; border-image-slice: 1; background: var(--gradient) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; border-image-source: var(--gradient) !important; text-decoration: none; transition: all .4s ease; padding-top: 3px; font-size: small; font-weight: bold; margin: 2px; margin-bottom: .25px; height :32px; } .searchbtn:hover, .searchbtn:focus { background: var(--gradient) !important; -webkit-background-clip: none !important; -webkit-text-fill-color: #fff !important; border: 2px solid rgb(31, 30, 30) !important; box-shadow: #222 1px 0 10px; text-decoration: none; } :root { --gradient: linear-gradient(to left top, #DD2476 10%, #FF512F 90%) !important; } .pTg{ color: white; font-size: 30px; text-align: center; margin-top: 45px; } select.choose{ border: 2px solid; border-image-slice: 1; background: var(--gradient) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; border-image-source: var(--gradient) !important; text-decoration: none; transition: all .4s ease; padding-top: 3px; font-size: small; font-weight: bold; margin-left: 66%; margin-top: 11px; height: 28px; } select.choose:hover{ background: var(--gradient) !important; -webkit-background-clip: none !important; -webkit-text-fill-color: #fff !important; border: 2px solid rgb(31, 30, 30) !important; box-shadow: #222 1px 0 10px; text-decoration: none; } select.choose>option{ font-size: small; font-weight: bold; background-color: black; color: #DD2476; } .Search { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; position: absolute; left:0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; pointer-events: none; } .Search input { font-family: "Lato", sans-serif; font-weight: 300; font-size: 14px; height: 37px; width: 20%; margin-top: 8px; background: transparent; color: #ffffff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border: 2px solid rgba(245, 245, 241, 0.1); outline: none; border-radius: 37px; padding: 0 10px; pointer-events: all; -webkit-transition: border .25s ease, width .125s ease .125s; transition: border .25s ease, width .125s ease .125s; } .Search input:focus { border: 2px solid #e50914; width: 30%; }
src/Components/Movie.css
.justify-content-md-center{ padding: 30px 0; gap: 30px; } .input{ width: 50%; padding: 6px; margin-top: 8px; font-size: 17px; border: none; margin-left: 0%; } input:focus { outline: none !important; border-color: #d62c57; box-shadow: 0 0 10px #d62c57; } .searchbtn{ border: 2px solid; border-image-slice: 1; background: var(--gradient) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; border-image-source: var(--gradient) !important; text-decoration: none; transition: all .4s ease; padding-top: 3px; font-size: small; font-weight: bold; margin: 2px; margin-bottom: .25px; height :32px; } .searchbtn:hover, .searchbtn:focus { background: var(--gradient) !important; -webkit-background-clip: none !important; -webkit-text-fill-color: #fff !important; border: 2px solid rgb(31, 30, 30) !important; box-shadow: #222 1px 0 10px; text-decoration: none; } :root { --gradient: linear-gradient(to left top, #DD2476 10%, #FF512F 90%) !important; } .pTg{ color: white; font-size: 30px; text-align: center; margin-top: 45px; } select.choose{ border: 2px solid; border-image-slice: 1; background: var(--gradient) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; border-image-source: var(--gradient) !important; text-decoration: none; transition: all .4s ease; padding-top: 3px; font-size: small; font-weight: bold; margin-left: 66%; margin-top: 11px; height: 28px; } select.choose:hover{ background: var(--gradient) !important; -webkit-background-clip: none !important; -webkit-text-fill-color: #fff !important; border: 2px solid rgb(31, 30, 30) !important; box-shadow: #222 1px 0 10px; text-decoration: none; } select.choose>option{ font-size: small; font-weight: bold; background-color: black; color: #DD2476; } .Search { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; position: absolute; left:0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; pointer-events: none; } .Search input { font-family: "Lato", sans-serif; font-weight: 300; font-size: 14px; height: 37px; width: 20%; margin-top: 8px; background: transparent; color: #ffffff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border: 2px solid rgba(245, 245, 241, 0.1); outline: none; border-radius: 37px; padding: 0 10px; pointer-events: all; -webkit-transition: border .25s ease, width .125s ease .125s; transition: border .25s ease, width .125s ease .125s; } .Search input:focus { border: 2px solid #e50914; width: 30%; }
0.277669
0.064477
@media screen and (min-width: 480px){ .header-top-info .row div:first-child span{ display: inline-block!important; margin-right: 1.5rem; } .register-btn{ margin-right: 0!important; } .hero-title{ font-size: 3rem; } .hero-content .text{ font-size: 1.1rem; } .counter .row{ display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 1rem; } .grid { grid-template-columns: repeat(1, 1fr); } } @media screen and (min-width: 768px){ .hero-slider{ width: 80%; margin: 0 auto; } .welcome .row > div:first-child{ grid-template-columns: repeat(4, 1fr); } .online-course-form div{ display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 1rem; } .counter .row{ grid-template-columns: repeat(4, 1fr); } footer .row{ display: grid; grid-template-columns: repeat(2, 1fr); } .grid { grid-template-columns: repeat(2, 1fr); } .container .popup-video video{ width: 95%; } } @media screen and (min-width: 992px){ .header-top-info .row{ display: flex; justify-content: space-between!important; } .header-top-info .row div:first-child{ display: flex; align-items: center; } .header-top-info .row div:first-child span{ margin-bottom: 0; } .header-top-info .row div:first-child p{ margin-right: 1rem; } .navbar{ display: flex; align-items: center; flex-wrap: wrap; width: 100%; max-width: 1280px; padding: 1rem; margin-left: auto; margin-right: auto; } .navbar .container{ max-width: 100%; margin: 0; padding: 0; } .navbar-show-btn{ display: none; } .navbar-hide-btn{ display: none; } .navbar-nav{ display: flex; padding-right: 0; } .navbar-collapse{ flex: 1 0 auto; transform: translateX(0); position: static; width: auto; background: transparent; border-left: 0; display: flex; justify-content: flex-end; } .navbar-nav li{ border-bottom: 0; margin: 0 0.9rem; } .navbar-nav li a:hover{ padding-left: 0; color: var(--cyan)!important; } .hero-content{ margin-top: 4.5rem; } .welcome .row > div:last-child{ display: block; } .welcome .row{ display: grid; grid-template-columns: 70% 30%; } .skill .row{ display: grid; grid-template-columns: 50% 50%; align-items: flex-start; } .skill .img-container{ display: block; } .skill .row > div:first-child{ padding-right: 3rem; } .skill .img-container img{ margin-top: 2rem; } } @media screen and (min-width: 1200px){ .hero-title{ font-size: 4rem; } .hero-content .text{ width: 60%; margin-left: auto; margin-right: auto; } footer .row{ grid-template-columns: repeat(4, 1fr); } footer .row > div:nth-child(1) p{ width: 100%; } .grid { grid-template-columns: repeat(3,1fr); } }
frontend/web/public/css/responsive.css
@media screen and (min-width: 480px){ .header-top-info .row div:first-child span{ display: inline-block!important; margin-right: 1.5rem; } .register-btn{ margin-right: 0!important; } .hero-title{ font-size: 3rem; } .hero-content .text{ font-size: 1.1rem; } .counter .row{ display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 1rem; } .grid { grid-template-columns: repeat(1, 1fr); } } @media screen and (min-width: 768px){ .hero-slider{ width: 80%; margin: 0 auto; } .welcome .row > div:first-child{ grid-template-columns: repeat(4, 1fr); } .online-course-form div{ display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 1rem; } .counter .row{ grid-template-columns: repeat(4, 1fr); } footer .row{ display: grid; grid-template-columns: repeat(2, 1fr); } .grid { grid-template-columns: repeat(2, 1fr); } .container .popup-video video{ width: 95%; } } @media screen and (min-width: 992px){ .header-top-info .row{ display: flex; justify-content: space-between!important; } .header-top-info .row div:first-child{ display: flex; align-items: center; } .header-top-info .row div:first-child span{ margin-bottom: 0; } .header-top-info .row div:first-child p{ margin-right: 1rem; } .navbar{ display: flex; align-items: center; flex-wrap: wrap; width: 100%; max-width: 1280px; padding: 1rem; margin-left: auto; margin-right: auto; } .navbar .container{ max-width: 100%; margin: 0; padding: 0; } .navbar-show-btn{ display: none; } .navbar-hide-btn{ display: none; } .navbar-nav{ display: flex; padding-right: 0; } .navbar-collapse{ flex: 1 0 auto; transform: translateX(0); position: static; width: auto; background: transparent; border-left: 0; display: flex; justify-content: flex-end; } .navbar-nav li{ border-bottom: 0; margin: 0 0.9rem; } .navbar-nav li a:hover{ padding-left: 0; color: var(--cyan)!important; } .hero-content{ margin-top: 4.5rem; } .welcome .row > div:last-child{ display: block; } .welcome .row{ display: grid; grid-template-columns: 70% 30%; } .skill .row{ display: grid; grid-template-columns: 50% 50%; align-items: flex-start; } .skill .img-container{ display: block; } .skill .row > div:first-child{ padding-right: 3rem; } .skill .img-container img{ margin-top: 2rem; } } @media screen and (min-width: 1200px){ .hero-title{ font-size: 4rem; } .hero-content .text{ width: 60%; margin-left: auto; margin-right: auto; } footer .row{ grid-template-columns: repeat(4, 1fr); } footer .row > div:nth-child(1) p{ width: 100%; } .grid { grid-template-columns: repeat(3,1fr); } }
0.248443
0.120516
.acessibilidade { float: left; width: 100%; padding: 6px 0 0 0; } .acessibilidade div { float: right; } .acessibilidade button { float: left; cursor: pointer; padding: 4px; margin: 0 0 5px 7px; min-width: 30px; height: 30px; line-height: 0; } .acessibilidade ul { list-style: none; float: right; margin: 4px 0 0; } .acessibilidade li { float: left; margin-right: 16px; } .aacessibilidade a { font-size: 11px; } .acessibilidade a:before { float: right; margin: 5px 0 0 3px; padding: 1px 3px; color: #fff; line-height: 1.15; font-size: 11px; text-align: center; background: #024d9a; border-radius: 2px; } .acessibilidade li:first-child a:before { content: '1'; } .acessibilidade li:nth-child(2) a:before { content: '2'; } .acessibilidade li:nth-child(3) a:before { content: '3'; } .acessibilidade li:nth-child(4) a:before { content: '4'; } .acessibilidade li:nth-child(5) a:before { content: '5'; } .a-img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; } .a-color-x { color: #fff !important; } .a-bg-x { background: #fff !important; } .a-color { color: #fff !important; text-decoration: underline !important; } .a-bg { background: #000 !important; } .a-color-bg { color: #fff !important; background: #000 !important; } .a-form { color: #fff !important; background: #000 !important; border: 1px solid #fff !important; } .a-svg { fill: #000; } .a-svg-x { fill: #fff !important; } .a-ativo { background: #ff2d3b !important; } .a-buttons { position: relative; } .a-libras { display: none; position: absolute; text-align: center; float: right; margin-top: 36px; background: #FFF; width: 200px; right: 0; padding: 5px 5px 0; border-radius: 5px; border: 1px solid #EEE; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); z-index: 99999; } .a-libras-clicado { display: block; } .a-index { z-index: 0 !important; }
acessibilidade.css
.acessibilidade { float: left; width: 100%; padding: 6px 0 0 0; } .acessibilidade div { float: right; } .acessibilidade button { float: left; cursor: pointer; padding: 4px; margin: 0 0 5px 7px; min-width: 30px; height: 30px; line-height: 0; } .acessibilidade ul { list-style: none; float: right; margin: 4px 0 0; } .acessibilidade li { float: left; margin-right: 16px; } .aacessibilidade a { font-size: 11px; } .acessibilidade a:before { float: right; margin: 5px 0 0 3px; padding: 1px 3px; color: #fff; line-height: 1.15; font-size: 11px; text-align: center; background: #024d9a; border-radius: 2px; } .acessibilidade li:first-child a:before { content: '1'; } .acessibilidade li:nth-child(2) a:before { content: '2'; } .acessibilidade li:nth-child(3) a:before { content: '3'; } .acessibilidade li:nth-child(4) a:before { content: '4'; } .acessibilidade li:nth-child(5) a:before { content: '5'; } .a-img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; } .a-color-x { color: #fff !important; } .a-bg-x { background: #fff !important; } .a-color { color: #fff !important; text-decoration: underline !important; } .a-bg { background: #000 !important; } .a-color-bg { color: #fff !important; background: #000 !important; } .a-form { color: #fff !important; background: #000 !important; border: 1px solid #fff !important; } .a-svg { fill: #000; } .a-svg-x { fill: #fff !important; } .a-ativo { background: #ff2d3b !important; } .a-buttons { position: relative; } .a-libras { display: none; position: absolute; text-align: center; float: right; margin-top: 36px; background: #FFF; width: 200px; right: 0; padding: 5px 5px 0; border-radius: 5px; border: 1px solid #EEE; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); z-index: 99999; } .a-libras-clicado { display: block; } .a-index { z-index: 0 !important; }
0.422981
0.291557
======================限定范围的教程====================== 1、特定网址 @-moz-document url(http://www.example.com/test.html) 2、网址前缀 @-moz-document url-prefix("http://www.example.com") 3、该域名上的网址 @-moz-document domain('images.example.com') 4、与正则表达式匹配的网址 @-moz-document regexp('http://www\\.example\\.(com|de)/images/.*') www.example.com或www.example.de @-moz-document regexp('(?!http://www\\.example\\.com).*') 除了以www.example.com开头的以外的网址 @-moz-document regexp('http://www\\.example\\.com/(?!members).*') 除了members以外的www.example.com的网址 ======================限定范围的教程======================*/ /*5、全局范围使用以下这句*/ /* i really want this to be global */ /*======================全局范围======================*/ /* i really want this to be global */ ::-webkit-scrollbar{width:6px!important;height:6px!important;} body::-webkit-scrollbar{width:6 px!important;height:6px!important;} ::-webkit-scrollbar-track{background:rgba(255,255,255,0.22)!important;border-radius:8px!important;} ::-webkit-scrollbar-thumb{background-color:#8A8A8A !important;min-height:50px;border-radius:5px!important;} @keyframes fadein { 0% {opacity: 0;} 100% {} } body { animation-name: fadein; animation-duration: 0.4s; } @-moz-document url-prefix("http://"),url-prefix("https://"){ /*滚动条*/ scrollbar * scrollbar scrollbarbutton{visibility:collapse!important;} scrollbar scrollbarbutton{display:none!important;} scrollbar[orient="vertical"]{background:rgba(255,255,255,0.22) url(https://pbs.twimg.com/media/CKecQtCWoAA8keI.png)!important;-moz-appearance:none!important;min-width:2px!important;max-width:2px!important;border-radius:5px;} scrollbar[orient="vertical"]:hover{-moz-appearance:none!important;} scrollbar thumb[orient="vertical"]{background:#6B6B6B!important;-moz-appearance:none!important;border-radius:4px!important;min-height:25px!important;min-width:2px!important;max-width:2px!important;border:1px!important;opacity:0.87;} scrollbar thumb[orient="vertical"]:hover{background:#6B6B6B!important;border-radius:4px!important;border:0px!important;opacity:1;} scrollbar[orient="horizontal"]{background:rgba(255,255,255,0.22) url(https://pbs.twimg.com/media/CKecQtCWoAA8keI.png)!important;-moz-appearance:none!important;background-color:transparent!important;opacity:.75!important;min-height:2px!important;max-height:9px!important;border-radius:5px;} scrollbar[orient="horizontal"]:hover{-moz-appearance:none!important;background-color:transparent!important;min-height:9px!important;max-height:9px!important} scrollbar thumb[orient="horizontal"]{background:#6B6B6B!important;-moz-appearance:none!important;border-radius:4px!important;min-height:7px!important;max-height:7px!important;border:1px!important;margin-left:0px!important;opacity:0.87;} scrollbar thumb[orient="horizontal"]:hover{background:#6B6B6B!important;border-radius:4px!important;border:0px!important;opacity:1;} scrollcorner{opacity:0!important} scrollbar scrollcorner:hover{background:transparent!important} }
data/usercss/137425.user.css
======================限定范围的教程====================== 1、特定网址 @-moz-document url(http://www.example.com/test.html) 2、网址前缀 @-moz-document url-prefix("http://www.example.com") 3、该域名上的网址 @-moz-document domain('images.example.com') 4、与正则表达式匹配的网址 @-moz-document regexp('http://www\\.example\\.(com|de)/images/.*') www.example.com或www.example.de @-moz-document regexp('(?!http://www\\.example\\.com).*') 除了以www.example.com开头的以外的网址 @-moz-document regexp('http://www\\.example\\.com/(?!members).*') 除了members以外的www.example.com的网址 ======================限定范围的教程======================*/ /*5、全局范围使用以下这句*/ /* i really want this to be global */ /*======================全局范围======================*/ /* i really want this to be global */ ::-webkit-scrollbar{width:6px!important;height:6px!important;} body::-webkit-scrollbar{width:6 px!important;height:6px!important;} ::-webkit-scrollbar-track{background:rgba(255,255,255,0.22)!important;border-radius:8px!important;} ::-webkit-scrollbar-thumb{background-color:#8A8A8A !important;min-height:50px;border-radius:5px!important;} @keyframes fadein { 0% {opacity: 0;} 100% {} } body { animation-name: fadein; animation-duration: 0.4s; } @-moz-document url-prefix("http://"),url-prefix("https://"){ /*滚动条*/ scrollbar * scrollbar scrollbarbutton{visibility:collapse!important;} scrollbar scrollbarbutton{display:none!important;} scrollbar[orient="vertical"]{background:rgba(255,255,255,0.22) url(https://pbs.twimg.com/media/CKecQtCWoAA8keI.png)!important;-moz-appearance:none!important;min-width:2px!important;max-width:2px!important;border-radius:5px;} scrollbar[orient="vertical"]:hover{-moz-appearance:none!important;} scrollbar thumb[orient="vertical"]{background:#6B6B6B!important;-moz-appearance:none!important;border-radius:4px!important;min-height:25px!important;min-width:2px!important;max-width:2px!important;border:1px!important;opacity:0.87;} scrollbar thumb[orient="vertical"]:hover{background:#6B6B6B!important;border-radius:4px!important;border:0px!important;opacity:1;} scrollbar[orient="horizontal"]{background:rgba(255,255,255,0.22) url(https://pbs.twimg.com/media/CKecQtCWoAA8keI.png)!important;-moz-appearance:none!important;background-color:transparent!important;opacity:.75!important;min-height:2px!important;max-height:9px!important;border-radius:5px;} scrollbar[orient="horizontal"]:hover{-moz-appearance:none!important;background-color:transparent!important;min-height:9px!important;max-height:9px!important} scrollbar thumb[orient="horizontal"]{background:#6B6B6B!important;-moz-appearance:none!important;border-radius:4px!important;min-height:7px!important;max-height:7px!important;border:1px!important;margin-left:0px!important;opacity:0.87;} scrollbar thumb[orient="horizontal"]:hover{background:#6B6B6B!important;border-radius:4px!important;border:0px!important;opacity:1;} scrollcorner{opacity:0!important} scrollbar scrollcorner:hover{background:transparent!important} }
0.303113
0.103295
body { /*To hide the horizontal scroller appearing during the animation*/ background-color:white; width:100%; height:150%; font-family:"Comic Sans", Comic Sans MS, cursive; } #headBar { border-style:ridge; border-color:grey; border-width:20px 20px 20px 20px; } #llvOutFrame { position:relative; width:97%; height:80em; border-style:ridge; border-color:grey; border-width:20px 20px 20px 20px; overflow-y:scroll; } #llvContainer { position:relative; width:100%; height:100%; padding-bottom:10px; margin:15% 20% 5% 20%; left:-20%; -webkit-transform: scale(0.6); -moz-transform:scale(0.6); transform: scale(0.6); } .topWindow{ position:relative; float:left; margin-left:35%; height: 190px; width: 250px; -webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); transform: scale(1.2,1.2); -webkit-transition: border-radius 0.5s ease-in-out; -moz-transition: border-radius 0.5s ease-in-out; -o-transition: border-radius 0.5s ease-in-out; transition: border-radius 0.5s ease-in-out; margin-top:5%; -moz-transition: all 2s; -webkit-transition: all 2s; transition: all 2s; } .scene{ position:relative; height:100%; width:100%; z-index:2; left:26%; margin-top:90px; margin-bottom:30px; -webkit-transform: scale(3.0,3.0); -moz-transform: scale(3.0,3.0); transform: scale(3.0,3.0); border: 35px solid #CC9966; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; } .shade{ position:absolute; display:block; height: 100%; width: 100%; z-index:1; opacity:0.45; background: rgba(0,0,0,.5); } .sun{ position:absolute; height:12%; width:12%; top:30px; left:4%; z-index:2; opacity:1.0; } .moon{ position:absolute; height:12%; width:12%; left:4%; top:30px; z-index:2; opacity:0.0; } .birdFly1{ position:absolute; height:50%; width:50%; top:5px; left:75%; z-index:4; opacity:0.0; -webkit-transform: scale(0.25,0.25); -moz-transform: scale(0.25,0.25); transform: scale(0.25,0.25); -webkit-animation: movebirds 25s linear infinite; -moz-animation: movebirds 25s linear infinite; -o-animation: movebirds 25s linear infinite; -webkit-animation: flaptop 25s linear infinite; -moz-animation: flaptop 25s linear infinite; -o-animation: flaptop 25s linear infinite; } .birdFly2{ position:absolute; height:50%; width:50%; top:5px; left:75%; z-index:3; opacity:0.0; -webkit-transform: scale(0.25,0.25); -moz-transform: scale(0.25,0.25); transform: scale(0.25,0.25); -webkit-animation: movebirds 25s linear infinite; -moz-animation: movebirds 25s linear infinite; -o-animation: movebirds 25s linear infinite; -webkit-animation: flapbottom 25s linear infinite; -moz-animation: flapbottom 25s linear infinite; -o-animation: flapbottom 25s linear infinite; } .secondbirdFly1{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:6; opacity:0.0; -webkit-transform: scale(0.20,0.20); -moz-transform: scale(0.20,0.20); transform: scale(0.20,0.20); -webkit-animation: movebirds 26s linear infinite; -moz-animation: movebirds 26s linear infinite; -o-animation: movebirds 26s linear infinite; -webkit-animation: flaptop 26s linear infinite; -moz-animation: flaptop 26s linear infinite; -o-animation: flaptop 26s linear infinite; } .secondbirdFly2{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:5; opacity:0.0; -webkit-transform: scale(0.20,0.20); -moz-transform: scale(0.20,0.20); transform: scale(0.20,0.20); -webkit-animation: movebirds 26s linear infinite; -moz-animation: movebirds 26s linear infinite; -o-animation: movebirds 26s linear infinite; -webkit-animation: flapbottom 26s linear infinite; -moz-animation: flapbottom 26s linear infinite; -o-animation: flapbottom 26s linear infinite; } .thirdbirdFly1{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:8; opacity:0.0; -webkit-transform: scale(0.15,0.15); -moz-transform: scale(0.15,0.15); transform: scale(0.15,0.15); -webkit-animation: movebirds 27s linear infinite; -moz-animation: movebirds 27s linear infinite; -o-animation: movebirds 27s linear infinite; -webkit-animation: flaptop 27s linear infinite; -moz-animation: flaptop 27s linear infinite; -o-animation: flaptop 27s linear infinite; } .thirdbirdFly2{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:7; opacity:0.0; -webkit-transform: scale(0.15,0.15); -moz-transform: scale(0.15,0.15); transform: scale(0.15,0.15); -webkit-animation: movebirds 27s linear infinite; -moz-animation: movebirds 27s linear infinite; -o-animation: movebirds 27s linear infinite; -webkit-animation: flapbottom 27s linear infinite; -moz-animation: flapbottom 27s linear infinite; -o-animation: flapbottom 27s linear infinite; } .kidsPlay{ position:absolute; height:25%; width:25%; top:5.5em; left:2.5em; z-index:3; opacity:1.0; -webkit-transform: scale(0.23,0.23); -moz-transform: scale(0.23,0.23); transform: scale(0.23,0.23); } .container { position:relative; float:left; margin-left:-102%; margin-top:20%; height:100%; width:100%; } .displayer { position:absolute; height:217px; width:865px; margin-top:48%; left:-5%; padding-left:3%; padding-top:15px; padding-bottom:15px; background-color:#4D4D4D; border: 15px solid black; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -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; } #leftScreen,#leftScreenContent, #middleScreen, #rightScreen,#rightScreenContent { position:absolute; height: 200px; width: 200px; margin:2px; background-color:beige; z-index:1; } #leftPhoto, #rightPhoto { position:relative; float:left; margin:10px; height: 200px; width: 300px; background-color:black; z-index:1; } #middlePhoto { position:relative; float:left; margin:10px; height: 200px; width: 300px; background-color:grey; z-index:6; border: 10px ridge brown; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } #middlePhoto:hover { -webkit-transform: scale(2.5,2.5); -moz-transform: scale(2.5,2.5); transform: scale(2.5,2.5); left:-6%; top:0%; z-index:6; } #popBig { display:block; font-size:0.7em; position:absolute; height:50%; width:60%; top:21%; left:19%; background:yellow; padding:10px; color:brown; opacity:0.6; z-index:8; } #leftPhotoPointer { position:relative; float:left; margin:10px; height:200px; width:75px; background-color:transparent; z-index:4; } #rightPhotoPointer { position:relative; float:right; margin:10px; height:200px; width:75px; background-color:transparent; z-index:4; } #leftPhotoContent {position:absolute; height:100%; width:100%; -webkit-transform:rotateY(-55deg); background-color:grey; border: 10px ridge brown; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; opacity:0.5; } #rightPhotoContent {position:absolute; height:100%; width:100%; -webkit-transform:rotateY(55deg); background-color:grey; border: 10px ridge brown; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; opacity:0.5; } #leftPointer, #rightPointer { position:absolute; height: 200px; width:55px; background-color:#4D4D4D; display:block; z-index:2; } #leftPointer {left:1.5%} #rightPointer {left:93%} #middleScreen, #leftScreenContent, #rightScreenContent { border: 5px solid brown; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow:hidden; opacity:0.75; padding:5px; font-size:0.7em; } #leftScreen {left:12%;margin-left:1%; background-color:transparent} #leftScreenContent {left:-25%;margin-left:1%;-webkit-transform:rotateY(-45deg);z-index:2;background-color:beige;} #middleScreen { position:absolute; left:23%; margin-left:1%; width:400px; height:600px; z-index:4; top:-80%; font-size:1.5em; opacity:1.0; color:brown; overflow-y:scroll; z-index:5; border: 20px ridge brown; } #rightScreen {left:65%;margin-left:1%; background-color:transparent} #rightScreenContent {left:9%;margin-left:1%;-webkit-transform:rotateY(45deg);z-index:2;background-color:beige;} .playerBase { display:none; position:absolute; height:230px; width:1100px; left:-13.5%; background-color:black; padding-left:40px; z-index:4; margin-top:34%; -webkit-transform: scale(1.5,1.5); -moz-transform: scale(1.5,1.5) transform: scale(1.5,1.5); border: 25px solid black; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; } .playerBase2 { display:none; position:absolute; height:100px; width:1300px; left:-29%; margin-top:26%; padding:5px; background-color:#333333; -webkit-transform: scale(0.7,0.7); -moz-transform: scale(0.7,0.7) transform: scale(0.7,0.7); border: 35px solid black; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; } #leftScreen:before { content: ""; width: 0; height:0; position: absolute; left: -35%; top: 72px; margin-left: -20px; border-width: 20px 20px 20px 0px; border-style: solid; border-color: transparent white; } #rightScreen:after { content: ""; width: 0; height:0; position: absolute; left:136%; top: 72px; margin-left: -20px; border-width: 20px 0px 20px 20px; border-style: solid; border-color: transparent white; } #leftPhoto{left:-10%} #rightPhoto{left:-9%} #leftPhotoContent{left:20%} #middlePhoto{left:-7%} #rightPhotoContent{left:-3%} #leftPhotoPointer {left:-1%} #rightPhotoPointer {top:-91%;left:-4%} #leftPhoto:before { content: ""; width: 0; height:0; position: absolute; left: 15%; top: 72px; margin-left: -20px; border-width: 20px 20px 20px 0px; border-style: solid; border-color: transparent white; } #rightPhoto:after { content: ""; width: 0; height:0; position: absolute; left:112%; top: 72px; margin-left: -20px; border-width: 20px 0px 20px 20px; border-style: solid; border-color: transparent white; } *{ margin: 0; padding: 0;} /* Clouds and background into which clouds blend off scene */ a:hover { background-color:yellow; } #middleScreen a:focus { background-color:yellow; } #headr { position:absolute; display:none; top:-80%; height:1.5em; left:-38%; padding-top:0.5em; padding-bottom:0.5em; width:430px; color:brown; font-size:1.2em; text-align:center; border: 0.25em solid black; border-radius: 0.25em; -moz-border-radius:0.25em; -webkit-border-radius: 0.25em; -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; } #clouds{ position:relative; height:5em; width:100%; padding: 100px 0; z-index:4; top:2.5em; } /* Cloud shape class and pseudo elements */ .cloud { top: 0em; width: 200px; height: 60px; background: #fff; border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; z-index:3; position: absolute; zoom:70%; } .cloud:before, .cloud:after { content: ''; position: absolute; background: #fff; width: 100px; height: 80px; position: absolute; top: -15px; left: 10px; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; -webkit-transform: rotate(30deg); transform: rotate(30deg); -moz-transform: rotate(30deg); } .cloud:after { width: 120px; height: 120px; top: -20px; left: auto; right: 15px; } .clkmess {font-style:italic;padding:10px} /* Classes to animate individual clouds */ /* Opacity and speeds set for overlap */ .x1 { left: 125%; top:-3.1em; -webkit-transform: scale(0.25); -moz-transform: scale(0.25); transform: scale(0.25); opacity:0.2; /*Cloud animation with speed */ -webkit-animation: moveclouds 15s linear infinite; -moz-animation: moveclouds 15s linear infinite; -o-animation: moveclouds 15s linear infinite; } /*variable speed, opacity, and position of clouds for realistic effect*/ .x2 { left: 125%; top:-3.15em; -webkit-transform: scale(0.3); -moz-transform: scale(0.3); transform: scale(0.3); opacity: 0.2; -webkit-animation: moveclouds 25s linear infinite; -moz-animation: moveclouds 25s linear infinite; -o-animation: moveclouds 25s linear infinite; } .x3 { left: 125%; top:-2.5em; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); transform: scale(0.4); opacity: 0.2; -webkit-animation: moveclouds 17s linear infinite; -moz-animation: moveclouds 17s linear infinite; -o-animation: moveclouds 17s linear infinite; } .x4 { left: 125%; top:-2em; -webkit-transform: scale(0.35); -moz-transform: scale(0.35); transform: scale(0.35); opacity: 0.2; -webkit-animation: moveclouds 18s linear infinite; -moz-animation: moveclouds 18s linear infinite; -o-animation: moveclouds 18s linear infinite; } .x5 { left: 125%; top: -1.5em; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); transform: scale(0.4); opacity: 0.2; -webkit-animation: moveclouds 20s linear infinite; -moz-animation: moveclouds 20s linear infinite; -o-animation: moveclouds 20s linear infinite; } /* Cloud animations */ @-webkit-keyframes moveclouds { 0% {left: 125%;} 100% {left:-75%;} } @-moz-keyframes moveclouds { 0% {left: 125%;} 100% {left: -75%;} } @-o-keyframes moveclouds { 0% {left: 125%;} 100% {left: -75%;} } /* Bird animations */ @-webkit-keyframes movebirds { 0% {left:125%;opacity:0.0} 14% {left:76%;opacity:0.0} 15% {left:75%;opacity:1.0} 84% {left:-17%;opacity:1.0} 85% {left:-18%;opacity:0.0} 100% {left:-35%;opacity:0.0} } @-moz-keyframes movebirds { 0% {left:125%;opacity:0.0} 14% {left:76%;opacity:0.0} 15% {left:75%;opacity:1.0} 84% {left:-17%;opacity:1.0} 85% {left:-18%;opacity:0.0} 100% {left:-35%;opacity:0.0} } @-o-keyframes movebirds { 0% {left:125%;opacity:0.0} 14% {left:76%;opacity:0.0} 15% {left:75%;opacity:1.0} 84% {left:-17%;opacity:1.0} 85% {left:-18%;opacity:0.0} 100% {left:-35%;opacity:0.0} } @-webkit-keyframes flaptop { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:1.0} 22% {left:66%;opacity:0.0} 29% {left:57%;opacity:1.0} 36% {left:48%;opacity:0.0} 43% {left:39%;opacity:1.0} 50% {left:30%;opacity:0.0} 57% {left:21%;opacity:1.0} 64% {left:12%;opacity:0.0} 71% {left:3%;opacity:1.0} 78% {left:-6%;opacity:0.0} 83% {left:-16%;opacity:1.0} 87% {left:-20%;opacity:0.0} } @-moz-keyframes flaptop { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:1.0} 22% {left:66%;opacity:0.0} 29% {left:57%;opacity:1.0} 36% {left:48%;opacity:0.0} 43% {left:39%;opacity:1.0} 50% {left:30%;opacity:0.0} 57% {left:21%;opacity:1.0} 64% {left:12%;opacity:0.0} 71% {left:3%;opacity:1.0} 78% {left:-6%;opacity:0.0} 83% {left:-16%;opacity:1.0} 87% {left:-20%;opacity:0.0} } @-o-keyframes flaptop { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:1.0} 22% {left:66%;opacity:0.0} 29% {left:57%;opacity:1.0} 36% {left:48%;opacity:0.0} 43% {left:39%;opacity:1.0} 50% {left:30%;opacity:0.0} 57% {left:21%;opacity:1.0} 64% {left:12%;opacity:0.0} 71% {left:3%;opacity:1.0} 78% {left:-6%;opacity:0.0} 83% {left:-16%;opacity:1.0} 87% {left:-20%;opacity:0.0} } @-webkit-keyframes flapbottom { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:0.0} 22% {left:66%;opacity:1.0} 29% {left:57%;opacity:0.0} 36% {left:48%;opacity:1.0} 43% {left:39%;opacity:0.0} 50% {left:30%;opacity:1.0} 57% {left:21%;opacity:0.0} 64% {left:12%;opacity:1.0} 71% {left:3%;opacity:0.0} 78% {left:-6%;opacity:1.0} 83% {left:-16%;opacity:0.0} 87% {left:-20%;opacity:0.0} } @-moz-keyframes flapbottom { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:0.0} 22% {left:66%;opacity:1.0} 29% {left:57%;opacity:0.0} 36% {left:48%;opacity:1.0} 43% {left:39%;opacity:0.0} 50% {left:30%;opacity:1.0} 57% {left:21%;opacity:0.0} 64% {left:12%;opacity:1.0} 71% {left:3%;opacity:0.0} 78% {left:-6%;opacity:1.0} 83% {left:-16%;opacity:0.0} 87% {left:-20%;opacity:0.0} } @-o-keyframes flapbottom { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:0.0} 22% {left:66%;opacity:1.0} 29% {left:57%;opacity:0.0} 36% {left:48%;opacity:1.0} 43% {left:39%;opacity:0.0} 50% {left:30%;opacity:1.0} 57% {left:21%;opacity:0.0} 64% {left:12%;opacity:1.0} 71% {left:3%;opacity:0.0} 78% {left:-6%;opacity:1.0} 83% {left:-16%;opacity:0.0} 87% {left:-20%;opacity:0.0} }
assets/css/livingInLVCSS.css
body { /*To hide the horizontal scroller appearing during the animation*/ background-color:white; width:100%; height:150%; font-family:"Comic Sans", Comic Sans MS, cursive; } #headBar { border-style:ridge; border-color:grey; border-width:20px 20px 20px 20px; } #llvOutFrame { position:relative; width:97%; height:80em; border-style:ridge; border-color:grey; border-width:20px 20px 20px 20px; overflow-y:scroll; } #llvContainer { position:relative; width:100%; height:100%; padding-bottom:10px; margin:15% 20% 5% 20%; left:-20%; -webkit-transform: scale(0.6); -moz-transform:scale(0.6); transform: scale(0.6); } .topWindow{ position:relative; float:left; margin-left:35%; height: 190px; width: 250px; -webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); transform: scale(1.2,1.2); -webkit-transition: border-radius 0.5s ease-in-out; -moz-transition: border-radius 0.5s ease-in-out; -o-transition: border-radius 0.5s ease-in-out; transition: border-radius 0.5s ease-in-out; margin-top:5%; -moz-transition: all 2s; -webkit-transition: all 2s; transition: all 2s; } .scene{ position:relative; height:100%; width:100%; z-index:2; left:26%; margin-top:90px; margin-bottom:30px; -webkit-transform: scale(3.0,3.0); -moz-transform: scale(3.0,3.0); transform: scale(3.0,3.0); border: 35px solid #CC9966; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; } .shade{ position:absolute; display:block; height: 100%; width: 100%; z-index:1; opacity:0.45; background: rgba(0,0,0,.5); } .sun{ position:absolute; height:12%; width:12%; top:30px; left:4%; z-index:2; opacity:1.0; } .moon{ position:absolute; height:12%; width:12%; left:4%; top:30px; z-index:2; opacity:0.0; } .birdFly1{ position:absolute; height:50%; width:50%; top:5px; left:75%; z-index:4; opacity:0.0; -webkit-transform: scale(0.25,0.25); -moz-transform: scale(0.25,0.25); transform: scale(0.25,0.25); -webkit-animation: movebirds 25s linear infinite; -moz-animation: movebirds 25s linear infinite; -o-animation: movebirds 25s linear infinite; -webkit-animation: flaptop 25s linear infinite; -moz-animation: flaptop 25s linear infinite; -o-animation: flaptop 25s linear infinite; } .birdFly2{ position:absolute; height:50%; width:50%; top:5px; left:75%; z-index:3; opacity:0.0; -webkit-transform: scale(0.25,0.25); -moz-transform: scale(0.25,0.25); transform: scale(0.25,0.25); -webkit-animation: movebirds 25s linear infinite; -moz-animation: movebirds 25s linear infinite; -o-animation: movebirds 25s linear infinite; -webkit-animation: flapbottom 25s linear infinite; -moz-animation: flapbottom 25s linear infinite; -o-animation: flapbottom 25s linear infinite; } .secondbirdFly1{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:6; opacity:0.0; -webkit-transform: scale(0.20,0.20); -moz-transform: scale(0.20,0.20); transform: scale(0.20,0.20); -webkit-animation: movebirds 26s linear infinite; -moz-animation: movebirds 26s linear infinite; -o-animation: movebirds 26s linear infinite; -webkit-animation: flaptop 26s linear infinite; -moz-animation: flaptop 26s linear infinite; -o-animation: flaptop 26s linear infinite; } .secondbirdFly2{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:5; opacity:0.0; -webkit-transform: scale(0.20,0.20); -moz-transform: scale(0.20,0.20); transform: scale(0.20,0.20); -webkit-animation: movebirds 26s linear infinite; -moz-animation: movebirds 26s linear infinite; -o-animation: movebirds 26s linear infinite; -webkit-animation: flapbottom 26s linear infinite; -moz-animation: flapbottom 26s linear infinite; -o-animation: flapbottom 26s linear infinite; } .thirdbirdFly1{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:8; opacity:0.0; -webkit-transform: scale(0.15,0.15); -moz-transform: scale(0.15,0.15); transform: scale(0.15,0.15); -webkit-animation: movebirds 27s linear infinite; -moz-animation: movebirds 27s linear infinite; -o-animation: movebirds 27s linear infinite; -webkit-animation: flaptop 27s linear infinite; -moz-animation: flaptop 27s linear infinite; -o-animation: flaptop 27s linear infinite; } .thirdbirdFly2{ position:absolute; height:50%; width:50%; top:10px; left:75%; z-index:7; opacity:0.0; -webkit-transform: scale(0.15,0.15); -moz-transform: scale(0.15,0.15); transform: scale(0.15,0.15); -webkit-animation: movebirds 27s linear infinite; -moz-animation: movebirds 27s linear infinite; -o-animation: movebirds 27s linear infinite; -webkit-animation: flapbottom 27s linear infinite; -moz-animation: flapbottom 27s linear infinite; -o-animation: flapbottom 27s linear infinite; } .kidsPlay{ position:absolute; height:25%; width:25%; top:5.5em; left:2.5em; z-index:3; opacity:1.0; -webkit-transform: scale(0.23,0.23); -moz-transform: scale(0.23,0.23); transform: scale(0.23,0.23); } .container { position:relative; float:left; margin-left:-102%; margin-top:20%; height:100%; width:100%; } .displayer { position:absolute; height:217px; width:865px; margin-top:48%; left:-5%; padding-left:3%; padding-top:15px; padding-bottom:15px; background-color:#4D4D4D; border: 15px solid black; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -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; } #leftScreen,#leftScreenContent, #middleScreen, #rightScreen,#rightScreenContent { position:absolute; height: 200px; width: 200px; margin:2px; background-color:beige; z-index:1; } #leftPhoto, #rightPhoto { position:relative; float:left; margin:10px; height: 200px; width: 300px; background-color:black; z-index:1; } #middlePhoto { position:relative; float:left; margin:10px; height: 200px; width: 300px; background-color:grey; z-index:6; border: 10px ridge brown; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } #middlePhoto:hover { -webkit-transform: scale(2.5,2.5); -moz-transform: scale(2.5,2.5); transform: scale(2.5,2.5); left:-6%; top:0%; z-index:6; } #popBig { display:block; font-size:0.7em; position:absolute; height:50%; width:60%; top:21%; left:19%; background:yellow; padding:10px; color:brown; opacity:0.6; z-index:8; } #leftPhotoPointer { position:relative; float:left; margin:10px; height:200px; width:75px; background-color:transparent; z-index:4; } #rightPhotoPointer { position:relative; float:right; margin:10px; height:200px; width:75px; background-color:transparent; z-index:4; } #leftPhotoContent {position:absolute; height:100%; width:100%; -webkit-transform:rotateY(-55deg); background-color:grey; border: 10px ridge brown; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; opacity:0.5; } #rightPhotoContent {position:absolute; height:100%; width:100%; -webkit-transform:rotateY(55deg); background-color:grey; border: 10px ridge brown; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; opacity:0.5; } #leftPointer, #rightPointer { position:absolute; height: 200px; width:55px; background-color:#4D4D4D; display:block; z-index:2; } #leftPointer {left:1.5%} #rightPointer {left:93%} #middleScreen, #leftScreenContent, #rightScreenContent { border: 5px solid brown; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow:hidden; opacity:0.75; padding:5px; font-size:0.7em; } #leftScreen {left:12%;margin-left:1%; background-color:transparent} #leftScreenContent {left:-25%;margin-left:1%;-webkit-transform:rotateY(-45deg);z-index:2;background-color:beige;} #middleScreen { position:absolute; left:23%; margin-left:1%; width:400px; height:600px; z-index:4; top:-80%; font-size:1.5em; opacity:1.0; color:brown; overflow-y:scroll; z-index:5; border: 20px ridge brown; } #rightScreen {left:65%;margin-left:1%; background-color:transparent} #rightScreenContent {left:9%;margin-left:1%;-webkit-transform:rotateY(45deg);z-index:2;background-color:beige;} .playerBase { display:none; position:absolute; height:230px; width:1100px; left:-13.5%; background-color:black; padding-left:40px; z-index:4; margin-top:34%; -webkit-transform: scale(1.5,1.5); -moz-transform: scale(1.5,1.5) transform: scale(1.5,1.5); border: 25px solid black; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; } .playerBase2 { display:none; position:absolute; height:100px; width:1300px; left:-29%; margin-top:26%; padding:5px; background-color:#333333; -webkit-transform: scale(0.7,0.7); -moz-transform: scale(0.7,0.7) transform: scale(0.7,0.7); border: 35px solid black; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; } #leftScreen:before { content: ""; width: 0; height:0; position: absolute; left: -35%; top: 72px; margin-left: -20px; border-width: 20px 20px 20px 0px; border-style: solid; border-color: transparent white; } #rightScreen:after { content: ""; width: 0; height:0; position: absolute; left:136%; top: 72px; margin-left: -20px; border-width: 20px 0px 20px 20px; border-style: solid; border-color: transparent white; } #leftPhoto{left:-10%} #rightPhoto{left:-9%} #leftPhotoContent{left:20%} #middlePhoto{left:-7%} #rightPhotoContent{left:-3%} #leftPhotoPointer {left:-1%} #rightPhotoPointer {top:-91%;left:-4%} #leftPhoto:before { content: ""; width: 0; height:0; position: absolute; left: 15%; top: 72px; margin-left: -20px; border-width: 20px 20px 20px 0px; border-style: solid; border-color: transparent white; } #rightPhoto:after { content: ""; width: 0; height:0; position: absolute; left:112%; top: 72px; margin-left: -20px; border-width: 20px 0px 20px 20px; border-style: solid; border-color: transparent white; } *{ margin: 0; padding: 0;} /* Clouds and background into which clouds blend off scene */ a:hover { background-color:yellow; } #middleScreen a:focus { background-color:yellow; } #headr { position:absolute; display:none; top:-80%; height:1.5em; left:-38%; padding-top:0.5em; padding-bottom:0.5em; width:430px; color:brown; font-size:1.2em; text-align:center; border: 0.25em solid black; border-radius: 0.25em; -moz-border-radius:0.25em; -webkit-border-radius: 0.25em; -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; } #clouds{ position:relative; height:5em; width:100%; padding: 100px 0; z-index:4; top:2.5em; } /* Cloud shape class and pseudo elements */ .cloud { top: 0em; width: 200px; height: 60px; background: #fff; border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; z-index:3; position: absolute; zoom:70%; } .cloud:before, .cloud:after { content: ''; position: absolute; background: #fff; width: 100px; height: 80px; position: absolute; top: -15px; left: 10px; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; -webkit-transform: rotate(30deg); transform: rotate(30deg); -moz-transform: rotate(30deg); } .cloud:after { width: 120px; height: 120px; top: -20px; left: auto; right: 15px; } .clkmess {font-style:italic;padding:10px} /* Classes to animate individual clouds */ /* Opacity and speeds set for overlap */ .x1 { left: 125%; top:-3.1em; -webkit-transform: scale(0.25); -moz-transform: scale(0.25); transform: scale(0.25); opacity:0.2; /*Cloud animation with speed */ -webkit-animation: moveclouds 15s linear infinite; -moz-animation: moveclouds 15s linear infinite; -o-animation: moveclouds 15s linear infinite; } /*variable speed, opacity, and position of clouds for realistic effect*/ .x2 { left: 125%; top:-3.15em; -webkit-transform: scale(0.3); -moz-transform: scale(0.3); transform: scale(0.3); opacity: 0.2; -webkit-animation: moveclouds 25s linear infinite; -moz-animation: moveclouds 25s linear infinite; -o-animation: moveclouds 25s linear infinite; } .x3 { left: 125%; top:-2.5em; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); transform: scale(0.4); opacity: 0.2; -webkit-animation: moveclouds 17s linear infinite; -moz-animation: moveclouds 17s linear infinite; -o-animation: moveclouds 17s linear infinite; } .x4 { left: 125%; top:-2em; -webkit-transform: scale(0.35); -moz-transform: scale(0.35); transform: scale(0.35); opacity: 0.2; -webkit-animation: moveclouds 18s linear infinite; -moz-animation: moveclouds 18s linear infinite; -o-animation: moveclouds 18s linear infinite; } .x5 { left: 125%; top: -1.5em; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); transform: scale(0.4); opacity: 0.2; -webkit-animation: moveclouds 20s linear infinite; -moz-animation: moveclouds 20s linear infinite; -o-animation: moveclouds 20s linear infinite; } /* Cloud animations */ @-webkit-keyframes moveclouds { 0% {left: 125%;} 100% {left:-75%;} } @-moz-keyframes moveclouds { 0% {left: 125%;} 100% {left: -75%;} } @-o-keyframes moveclouds { 0% {left: 125%;} 100% {left: -75%;} } /* Bird animations */ @-webkit-keyframes movebirds { 0% {left:125%;opacity:0.0} 14% {left:76%;opacity:0.0} 15% {left:75%;opacity:1.0} 84% {left:-17%;opacity:1.0} 85% {left:-18%;opacity:0.0} 100% {left:-35%;opacity:0.0} } @-moz-keyframes movebirds { 0% {left:125%;opacity:0.0} 14% {left:76%;opacity:0.0} 15% {left:75%;opacity:1.0} 84% {left:-17%;opacity:1.0} 85% {left:-18%;opacity:0.0} 100% {left:-35%;opacity:0.0} } @-o-keyframes movebirds { 0% {left:125%;opacity:0.0} 14% {left:76%;opacity:0.0} 15% {left:75%;opacity:1.0} 84% {left:-17%;opacity:1.0} 85% {left:-18%;opacity:0.0} 100% {left:-35%;opacity:0.0} } @-webkit-keyframes flaptop { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:1.0} 22% {left:66%;opacity:0.0} 29% {left:57%;opacity:1.0} 36% {left:48%;opacity:0.0} 43% {left:39%;opacity:1.0} 50% {left:30%;opacity:0.0} 57% {left:21%;opacity:1.0} 64% {left:12%;opacity:0.0} 71% {left:3%;opacity:1.0} 78% {left:-6%;opacity:0.0} 83% {left:-16%;opacity:1.0} 87% {left:-20%;opacity:0.0} } @-moz-keyframes flaptop { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:1.0} 22% {left:66%;opacity:0.0} 29% {left:57%;opacity:1.0} 36% {left:48%;opacity:0.0} 43% {left:39%;opacity:1.0} 50% {left:30%;opacity:0.0} 57% {left:21%;opacity:1.0} 64% {left:12%;opacity:0.0} 71% {left:3%;opacity:1.0} 78% {left:-6%;opacity:0.0} 83% {left:-16%;opacity:1.0} 87% {left:-20%;opacity:0.0} } @-o-keyframes flaptop { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:1.0} 22% {left:66%;opacity:0.0} 29% {left:57%;opacity:1.0} 36% {left:48%;opacity:0.0} 43% {left:39%;opacity:1.0} 50% {left:30%;opacity:0.0} 57% {left:21%;opacity:1.0} 64% {left:12%;opacity:0.0} 71% {left:3%;opacity:1.0} 78% {left:-6%;opacity:0.0} 83% {left:-16%;opacity:1.0} 87% {left:-20%;opacity:0.0} } @-webkit-keyframes flapbottom { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:0.0} 22% {left:66%;opacity:1.0} 29% {left:57%;opacity:0.0} 36% {left:48%;opacity:1.0} 43% {left:39%;opacity:0.0} 50% {left:30%;opacity:1.0} 57% {left:21%;opacity:0.0} 64% {left:12%;opacity:1.0} 71% {left:3%;opacity:0.0} 78% {left:-6%;opacity:1.0} 83% {left:-16%;opacity:0.0} 87% {left:-20%;opacity:0.0} } @-moz-keyframes flapbottom { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:0.0} 22% {left:66%;opacity:1.0} 29% {left:57%;opacity:0.0} 36% {left:48%;opacity:1.0} 43% {left:39%;opacity:0.0} 50% {left:30%;opacity:1.0} 57% {left:21%;opacity:0.0} 64% {left:12%;opacity:1.0} 71% {left:3%;opacity:0.0} 78% {left:-6%;opacity:1.0} 83% {left:-16%;opacity:0.0} 87% {left:-20%;opacity:0.0} } @-o-keyframes flapbottom { 13% {left:78%;opacity:0.0} 16% {left:74%;opacity:0.0} 22% {left:66%;opacity:1.0} 29% {left:57%;opacity:0.0} 36% {left:48%;opacity:1.0} 43% {left:39%;opacity:0.0} 50% {left:30%;opacity:1.0} 57% {left:21%;opacity:0.0} 64% {left:12%;opacity:1.0} 71% {left:3%;opacity:0.0} 78% {left:-6%;opacity:1.0} 83% {left:-16%;opacity:0.0} 87% {left:-20%;opacity:0.0} }
0.201735
0.061171
@font-face { font-family: 'Fira Sans'; src: local('Fira Sans ExtraLight'), local('FiraSans-ExtraLight'), url('./firasansextralight.woff2') format('woff2'), url('./firasansextralight.woff') format('woff'), url('./firasansextralight.ttf') format('truetype'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans ExtraLight Italic'), local('FiraSans-ExtraLightItalic'), url('./firasansextralightitalic.woff2') format('woff2'), url('./firasansextralightitalic.woff') format('woff'), url('./firasansextralightitalic.ttf') format('truetype'); font-weight: 100; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Light'), local('FiraSans-Light'), url('./firasanslight.woff2') format('woff2'), url('./firasanslight.woff') format('woff'), url('./firasanslight.ttf') format('truetype'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Light Italic'), local('FiraSans-LightItalic'), url('./firasanslightitalic.woff2') format('woff2'), url('./firasanslightitalic.woff') format('woff'), url('./firasanslightitalic.ttf') format('truetype'); font-weight: 200; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Book'), local('FiraSans-Book'), url('./firasansbook.woff2') format('woff2'), url('./firasansbook.woff') format('woff'), url('./firasansbook.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Book Italic'), local('FiraSans-BookItalic'), url('./firasansbookitalic.woff2') format('woff2'), url('./firasansbookitalic.woff') format('woff'), url('./firasansbookitalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans'), local('FiraSans-Regular'), url('./firasans.woff2') format('woff2'), url('./firasans.woff') format('woff'), url('./firasans.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Italic'), local('FiraSans-Italic'), url('./firasansitalic.woff2') format('woff2'), url('./firasansitalic.woff') format('woff'), url('./firasansitalic.ttf') format('truetype'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Medium'), local('FiraSans-Medium'), url('./firasansmedium.woff2') format('woff2'), url('./firasansmedium.woff') format('woff'), url('./firasansmedium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Medium Italic'), local('FiraSans-MediumItalic'), url('./firasansmediumitalic.woff2') format('woff2'), url('./firasansmediumitalic.woff') format('woff'), url('./firasansmediumitalic.ttf') format('truetype'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'), url('./firasanssemibold.woff2') format('woff2'), url('./firasanssemibold.woff') format('woff'), url('./firasanssemibold.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans SemiBold Italic'), local('FiraSans-SemiBoldItalic'), url('./firasanssemibolditalic.woff2') format('woff2'), url('./firasanssemibolditalic.woff') format('woff'), url('./firasanssemibolditalic.ttf') format('truetype'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Bold'), local('FiraSans-Bold'), url('./firasansbold.woff2') format('woff2'), url('./firasansbold.woff') format('woff'), url('./firasansbold.ttf') format('truetype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Bold Italic'), local('FiraSans-BoldItalic'), url('./firasansbolditalic.woff2') format('woff2'), url('./firasansbolditalic.woff') format('woff'), url('./firasansbolditalic.ttf') format('truetype'); font-weight: 700; font-style: italic; }
tmpl/assets/fonts/firasans.css
@font-face { font-family: 'Fira Sans'; src: local('Fira Sans ExtraLight'), local('FiraSans-ExtraLight'), url('./firasansextralight.woff2') format('woff2'), url('./firasansextralight.woff') format('woff'), url('./firasansextralight.ttf') format('truetype'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans ExtraLight Italic'), local('FiraSans-ExtraLightItalic'), url('./firasansextralightitalic.woff2') format('woff2'), url('./firasansextralightitalic.woff') format('woff'), url('./firasansextralightitalic.ttf') format('truetype'); font-weight: 100; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Light'), local('FiraSans-Light'), url('./firasanslight.woff2') format('woff2'), url('./firasanslight.woff') format('woff'), url('./firasanslight.ttf') format('truetype'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Light Italic'), local('FiraSans-LightItalic'), url('./firasanslightitalic.woff2') format('woff2'), url('./firasanslightitalic.woff') format('woff'), url('./firasanslightitalic.ttf') format('truetype'); font-weight: 200; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Book'), local('FiraSans-Book'), url('./firasansbook.woff2') format('woff2'), url('./firasansbook.woff') format('woff'), url('./firasansbook.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Book Italic'), local('FiraSans-BookItalic'), url('./firasansbookitalic.woff2') format('woff2'), url('./firasansbookitalic.woff') format('woff'), url('./firasansbookitalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans'), local('FiraSans-Regular'), url('./firasans.woff2') format('woff2'), url('./firasans.woff') format('woff'), url('./firasans.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Italic'), local('FiraSans-Italic'), url('./firasansitalic.woff2') format('woff2'), url('./firasansitalic.woff') format('woff'), url('./firasansitalic.ttf') format('truetype'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Medium'), local('FiraSans-Medium'), url('./firasansmedium.woff2') format('woff2'), url('./firasansmedium.woff') format('woff'), url('./firasansmedium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Medium Italic'), local('FiraSans-MediumItalic'), url('./firasansmediumitalic.woff2') format('woff2'), url('./firasansmediumitalic.woff') format('woff'), url('./firasansmediumitalic.ttf') format('truetype'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'), url('./firasanssemibold.woff2') format('woff2'), url('./firasanssemibold.woff') format('woff'), url('./firasanssemibold.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans SemiBold Italic'), local('FiraSans-SemiBoldItalic'), url('./firasanssemibolditalic.woff2') format('woff2'), url('./firasanssemibolditalic.woff') format('woff'), url('./firasanssemibolditalic.ttf') format('truetype'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Bold'), local('FiraSans-Bold'), url('./firasansbold.woff2') format('woff2'), url('./firasansbold.woff') format('woff'), url('./firasansbold.ttf') format('truetype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: local('Fira Sans Bold Italic'), local('FiraSans-BoldItalic'), url('./firasansbolditalic.woff2') format('woff2'), url('./firasansbolditalic.woff') format('woff'), url('./firasansbolditalic.ttf') format('truetype'); font-weight: 700; font-style: italic; }
0.221267
0.076857